/*!
 * Start Bootstrap - Agency v5.0.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  color: rgb(47,54,64);
}

p {
  line-height: 1.75;
  font-family: 'Open Sans', sans-serif;
  font-size: large;
  font-weight: 300;
}

a {
  color: rgb(240,147,43);
  cursor: pointer !important;
}

a:hover {
  color: rgb(240,147,43);
}

.link-dark {
  color: rgb(47,54,64);
}

.link-dark:hover {
  color: rgb(47,54,64);
  text-decoration: underline;
  transition:0.5s;
}

.bg-dark {
  background-color:#ecf0f1!important;
}

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

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  letter-spacing: 0.1em;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  color: rgb(47,54,64);
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 0.1em;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: rgb(47,54,64);
  font-size: 25px;
}



h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.intro-headline {
  position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.underline-long {
  background-color: rgba(255,255,255,0.65);
  width: 500px;
  height: 7px;
  margin: 0 auto 15px auto;
  border-radius: 10px;
}

.underline-short {
  background-color: rgba(240,147,43,1);
  width: 270px;
  height: 10px;
  margin: 0 auto 15px auto;
  border-radius: 10px;
}

.underline-shortest {
  background-color: #fff;
  width: 260px;
  height: 7px;
  margin: 0 auto 15px auto;
  border-radius: 10px;
}






section {
  padding: 80px 0;
  height: -webkit-fill-available;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Lato', sans-serif;
  line-height: 1.6em;
}

@media (min-width: 768px) {
  section {
    padding: 80px 0;
  }
}

.btn {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: rgb(240,147,43);
  border-color: rgb(240,147,43);
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: rgba(240,147,43,0.8) !important;
  border-color: rgba(240,147,43,0.8) !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #F0932B;
  text-shadow: none;
}

::selection {
  background: #F0932B;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

input::placeholder {
  color: #95a5a6!important;
}

textarea::placeholder {
  color: #95a5a6!important;
}

.clear {
  clear: both;
}

.space {
  margin-bottom: 100px;
}

.modal-dialog {
    max-width: 100%;
}

#mainNav {
  background-color: #212529;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: rgb(240,147,43);
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand {
  color: rgb(240,147,43);
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #F0932B;
}

#mainNav .navbar-nav .nav-link .nav-item {
  padding: 12px 40px;
  color: rgb(47,54,64);
  text-decoration: none;
  font-weight: 600;
  float: left;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}

#mainNav .navbar-nav .nav-link.active .nav-item {

}

.nav-item {
  padding-right: 20px;
}

.nav-link {
  transition: 0.4s ease;
}

.nav-link:hover {
  background-color: rgb(210,210,210);
}

.active {
  background-color: rgb(240,147,43) !important;
}

.start-image {
  width: 100%;
  margin-bottom: 50px; 
}

.adresse {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: large;
  font-weight: 300;
}

.adresse a {
  text-decoration: underline;
  color: #2f3640;
}

.adresse a:hover {
  color: rgb(240,147,43);
}

#mainNav {
  position: sticky;
}




  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgb(236,240,241);
    border-bottom: 3px solid #F0932B;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    margin: 1.1em 1em !important;
  }


  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }



  
.start-big {
  height: 100%;
  width: 100%;
  /*background-image: url(../img/landschaft.jpg);*/
  background-position: center top;
  background-size: cover;
}

.start-small {
  height: 100%;
  width: 100%;
  bottom: 0;
  background: #fff;
  text-align: center;
}


section.masthead {
  text-align: center;
  color: rgb(47,54,64);
  background-size: cover;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 60% 40%;
  padding: 0;
}

section.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

section.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
  text-transform: uppercase !important;
  font-weight: 800;
  font-size: 30px;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 75px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgb(240,147,43);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.portfolio-item {
  max-width: 33.3% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.galerie-hover {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.5em;
}

.portfolio-hover {
    border-radius: 20px;
}

.img-fluid {
    border-radius: 20px;
    border: 4px solid;
}

/*@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 60px;
  }
}
*/
.portfolio-modal {
  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100;
}

.portfolio-modal .modal-content {
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1.5px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1.5px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

section#contact {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: rgb(240,147,43);
  -webkit-box-shadow: none;
  box-shadow: none;
}



footer {
  padding: 25px 0;
  text-align: center;
  background: rgb(236,240,241);
  color: rgb(240,147,43);
  border-top: 3px solid #F0932B;
  font-family: 'Open Sans', sans-serif;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #fed136;
}

@media (min-width: 992px)
.container {
    max-width: 1150px !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 35px !important;
    padding-left: 35px !important;
}


.circle {
    border-radius: 75px;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.35);
    width: 150px;
    height: 150px;
    background: rgb(240,147,43);
    margin:auto;
}

.circle img {
  max-width: 90px;
  max-height: 90px;
  margin-top: 25px;
}

.fa-stack {
    display: contents !important;
}

.fa-stack:hover {
    text-decoration: underline;
}



/*  Slideshow  */
* {box-sizing: border-box}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgb(240,147,43);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(240,147,43,0.75);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activedot, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade-gallery {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}



/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 1);
    overflow-x: hidden;
    transition: 0.5s;
    color: #fff;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 90%;
    text-align: left;
    margin: auto;
    margin-top: 30px;
    color: #f5f6fa!important;
    font-size: 17px;
}

.overlay a {
    text-decoration: none;
    font-size: 17px;
    color: #fed136;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #fff;
}

.overlay .closebtn {
    position: absolute;
    top: 70px;
    right: 25px;
    font-size: 60px;
}

.closebtn {

}


#myNavLage {
    background: url(../img/lage_gross.jpg);
    background-color: #f5f6fa;
    background-size: cover;
    height: -webkit-fill-available;
    background-position: center bottom;
}

#myNavAusstattung {
    background: url(../img/ausstattung_gross.jpg);
    background-color: #f5f6fa;
    background-size: cover;
    height: -webkit-fill-available;
    background-position: center bottom;
}

#myNavSonstiges {
    background: url(../img/sonstiges_gross.jpg);
    background-color: #f5f6fa;
    background-size: cover;
    height: -webkit-fill-available;
    background-position: center bottom;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}



@media (max-width: 992px) {

section.masthead {
  background: url(../img/background_mobile.jpg)center no-repeat;
  height: -webkit-fill-available;
  background-size: cover;
  display: block;
}

.active {
  background-color: transparent !important;
}

.active li {
  color: rgb(240,147,43) !important;
}

.fewo-info {
  margin-bottom: 40px;
}

.start-image {
  display: none;
}

.start-big {
  display: none;
}

.start-small {
  background: transparent;
  padding: 35px;
  padding-top: 120px;
}

.popup-impressum h2 {
    margin-top: 20px;
    font-size: 1.5em;
    word-break:break-all;
}

.popup-impressum {
    margin: 90px auto !important;
    padding-top: 35px !important;
}

.galerie-hover {
  font-size: 1em;
}

#mainNav {
  height: auto;
  min-height: 80px;
  background-color: rgba(245,246,250,0.85);
  border-bottom: 3px solid #F0932B;
  text-align: center;
  padding: 12px;
  position: fixed;
}

#mainNav .navbar-toggler {
  float: right;
  font-size: 30px;
  right: 0;
  padding: 10px 12px 10px 12px;
  position: absolute;
  margin-right: 20px;
  z-index: 1;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
border: none !important;
  }

section {
  height: auto;
}

#section07 {
  display: none;
}

.close-modal {
  display: none;
}

.intro-heading {
/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

.nav-item {
  width: 100%;
  padding-right: 0!important;
}



#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 100%;
}

.circle {
  width: 100px;
  height: 100px;
}

.circle img {
    max-width: 50px;
    max-height: 50px;
}


.footer {
  display: inline-block;

}


.intro-headline {
  display: none;
}

.portfolio-item {
  max-width: 100% !important;
  margin-bottom: 40px;
}


section h2.section-heading {
    font-size: 1.9em;
}






}

#section07 a {
  padding-top: 80px;
}
#section07 a span {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #2f3640;
  border-bottom: 1px solid #2f3640;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
  margin-top: 20px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
  margin-top: 40px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}






.impressum {
  margin-right: 30px;
}

.datenschutz {
  margin-left: 30px;
}



.box-impressum {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button-impressum {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button-impressum:hover {
  background: #06D85F;
}

.overlay-impressum {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay-impressum:target {
  visibility: visible;
  opacity: 1;
}

.popup-impressum {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 90%;
  height: 90%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup-impressum h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup-impressum .close-impressum {
  position: absolute;
  top: 0px;
  right: 30px;
  transition: all 200ms;
  font-size: 60px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup-impressum .close-impressum:hover {
  color: rgb(240,147,43);
}
.popup-impressum .content-impressum {
  max-height: 90%;
  overflow: auto;
  color: rgb(47,54,64);
}

