body {
  font-family: 'Open Sans', serif;
  padding-top: 54px;
  color: #868e96;
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', serif;
  font-weight: 400;
  color: #82562a;
  padding-bottom: 10px;
}

h1 {
  font-size: 6rem;
  line-height: 5.5rem;
}

h2 {
  font-size: 3.5rem;
}

.zitat_div {
	margin-top: 100px;
}

@media (min-width: 768px) {
.zitat_div {
	margin-top: 150px;
}
}



.zitat {
	font-family: 'Open Sans', serif;
	font-weight: 500;
	color: #82562a;
	font-size: 2.5rem;
	margin-top: 250px;
}

.zitat_author {
	font-family: 'Open Sans', serif;
	font-weight: 500;
	color: #82562a;
	font-size: 1.2rem;
	margin-top: 250px;
	opacity: 0.8;
}

.fliesstext {
	color: #82562a;
}




.subheading {
  font-weight: 500;
  font-family: 'Saira Extra Condensed', serif;
  font-size: 1.35rem;
}

.list-social-icons a {
  color: #007fee;
}

.list-social-icons a:hover {
  color: #BD5D38;
}

.list-social-icons a .fa-lg {
  font-size: 1.75rem;
}

.list-icons {
  font-size: 3rem;
}

.list-icons .list-inline-item i:hover {
  color: #BD5D38;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  
}

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
	font-size: 1.2rem;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
  }
  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
	font-size: 1.5rem;
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 10rem;
    max-height: 10rem;
    border: 0.5rem solid rgba(255, 255, 255, 0.3);
  }
  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }
}

section.resume-section {
  border-bottom: 3px solid #b64b71;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

section.resume-section .resume-item .resume-date {
  min-width: none;
}

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }
  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }
}

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.bg-primary {
  background-color: #b64b71 !important;
}

.text-primary {
  color: #b64b71 !important;
}

a {
  color: #b64b71;
}

a:hover, a:focus, a:active {
  color: #b64b71;
}

.impressum-text {
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px; 
}

.impressum-div {
	text-align: right;
}

.btn-impressum {
	margin-bottom: 30px;
	background-color: #b64b71;
	border-color: #b64b71;
}

.btn-impressum:hover, .btn-impressum:focus, .btn-impressum:active {
	margin-bottom: 30px;
	background-color: #b64b71;
	border-color: #b64b71;
}



.impressum-heading {
	margin-top: 30px;
}

.mareikeart {
	text-decoration: none;
}

.lp_slider {
	margin: auto;
}


#home {
  color: ;
  background-image: url("../img/bg_home.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: auto;
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 2.0s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}	