html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

#impressum_header {
  padding-top: 20px;
  padding-bottom: 20px;
  color: black;
}

/* Gallery */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px;
  margin: 0;
  padding: 0; }

body {
  color: #000;
  background: #fff;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel],
  a[href^=skype],
  a[href^=sms] {
    cursor: default;
    pointer-events: none; } }
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }



.impressionen-main {

    margin-top: 20px !important;
    color: #2f3241 !important;
    font-family: 'Lora', serif;
    font-size: 22px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: font-family: 'Lora', serif;;
  font-weight: 400;
  margin: 0 0 10px;
  color: #000; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 22px !important; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p {
  margin: 0 0 16px; }

a {
  color: #009432;
  text-decoration: none;
  transition: color 0.3s linear; }
  a:hover, a:focus {
    text-decoration: none;
    color: #004818; }

@-webkit-keyframes lightboxZoom {
  from {
    transform: translate(-50%, -50%) scale(0); }
  to {
    transform: translate(-50%, -50%) scale(1); } }
@keyframes lightboxZoom {
  from {
    transform: translate(-50%, -50%) scale(0); }
  to {
    transform: translate(-50%, -50%) scale(1); } }

.container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto; }

#workGallery {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  margin: 0 -10px 40px; }
  #workGallery li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 10px 20px; }
  #workGallery a {
    display: block;
    position: relative; }
    #workGallery a:before {
      content: '';
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      height: 100%;
      width: 100%;
      transform: scale(0);
      transition: transform 0.3s cubic-bezier(0.3, 1, 0.8, 1); }
    #workGallery a:after {
      content: '\f00e';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 30px;
      line-height: 1;
      margin: -10px 0 0;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%) scale(0);
      transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1); }
    #workGallery a:hover:before {
      transform: scale(1); }
    #workGallery a:hover:after {
      transform: translate(-50%) scale(1); }



#overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
  text-align: center; }
  #overlay .wrap {
    border: 8px solid #fff;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: lightboxZoom;
    animation-duration: 0.3s; }
    #overlay .wrap img {
      margin: 0 0 10px; }
    #overlay .wrap p {
      margin: 0 0 5px; }
  #overlay .close {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    background: #000;
    border-radius: 50%;
    font-size: 26px;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    /*padding: 3px; */ }
    /*#overlay .close:hover {
      transform: rotate(180deg); } */

@media screen and (max-width: 1023px) {
  #workGallery li {
    width: 33.33%; } }
@media screen and (max-width: 767px) {
  body {
    font-size: 14px; }

  .hero {
    min-height: 160px;
    margin: 0 0 20px; }

  .hero .content {
    bottom: 0; }

  .hero h1 {
    font-size: 26px; }

  #workGallery {
    margin: 0 -10px 10px; }

  #workGallery li {
    width: 50%; }

  .getInTouch {
    padding: 10px 0 40px; }

  .getInTouch h2 {
    font-size: 22px;
    margin: 0 0 5px; }

  .getInTouch p {
    margin: 0 0 20px; }

  #overlay .wrap {
    width: 75%; }

  #overlay .close {
    width: 25px;
    height: 25px;
    font-size: 22px; } }

.hover-shadow {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.eins:hover .hover-shadow  {
  opacity: 0.5;
}

.eins:hover .middle {
  opacity: 1;
}
.zwei:hover .hover-shadow  {
  opacity: 0.5;
}

.zwei:hover .middle {
  opacity: 1;
}
.drei:hover .hover-shadow  {
  opacity: 0.5;
}

.drei:hover .middle {
  opacity: 1;
}
.vier:hover .hover-shadow  {
  opacity: 0.5;
}

.vier:hover .middle {
  opacity: 1;
}
.fünf:hover .hover-shadow  {
  opacity: 0.5;
}

.fünf:hover .middle {
  opacity: 1;
}
.sechs:hover .hover-shadow  {
  opacity: 0.5;
}

.sechs:hover .middle {
  opacity: 1;
}

.sieben:hover .hover-shadow  {
  opacity: 0.5;
}

.sieben:hover .middle {
  opacity: 1;
}

.acht:hover .hover-shadow  {
  opacity: 0.5;
}

.acht:hover .middle {
  opacity: 1;
}

.neun:hover .hover-shadow  {
  opacity: 0.5;
}

.neun:hover .middle {
  opacity: 1;
}
.search {
    font-size: 60px;
    padding: 16px 32px;
    position: absolute;
    top: -33px;
    left: -48px;
    transition: .5s ease;
    opacity: 0.5;
}

/* End of Gallery */
.ml-auto, .mx-auto {
    margin-right: 5%;
}
@media only screen and (max-width: 600px) {
  .responsive-logo {
    max-width: 186px !important;
  }
  }

.navbar-brand {
    margin-left: 5%;
}

.responsive-logo {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.nav-item.active {
    color: #8d309b !important;
    background-color: transparent !important;
    border-bottom: 2px solid #8d309b !important;
    border-radius: 0rem !important;

}
.nav-link {
  color: #2f3241;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 2px;

}

.nav .justified {
  margin-left: 20px;
}

.nav {
  margin-left: 30px !important;
  margin-top: 10px;
}

.list-group {
  justify-content: space-evenly;
  margin-top: 20px;
}

#info-number {
  background-color: #3a9679;
}
#info-hours {
  background-color: #3a9679;
  line-height: 1rem;
  padding-left: 0px !important;
}
#info-mail {
  background-color: #3a9679;
}
#info-address {
  background-color: #3a9679;
}

.list-group-item {
  border: 0px !important;
  padding-right: 47px !important;
  padding-left: 0px !important;
  background-color: #3a9679 !important;
}

.info-bar {
  position: relative;
  padding: 20px;
  padding-top: 0px;
  padding-left: 4px;
  align-items: baseline;
}
.list-links{
    justify-content: space-evenly;
    display: flex;
}
.title-text {
  display: inline-block;
  color: black;
}

.subtitle-text {
    padding-top: 5px;
    padding-bottom: 5px;
    display: black;
}
.title-text-hours {
  display: inline-block;
  color: black;
  line-height: 2rem;

}

ion-icon {
    position: absolute;
    top: 16px;
    left: -26px;
    font-size: 19px;
    margin-right: 6px;
    color: #2f3241;
}
blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 100%;
    margin: 0.25em 0;
    /* padding: 0.35em 40px; */
    line-height: 1.8;
    position: relative;
    color: #383838;
    padding-left: 33px;
    padding-top: 10px;
}

blockquote:before {
display: block;
padding-left: 10px;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}

.background-bewertungen {
    background-color: rgba(58, 150, 121, 0.08);
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
}
//

.jameda {
    width: 220px;
    float: right;
    margin-right: 25px;
}
.jameda-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 80px;
}

.bewertung-main {
    color: #2f3241 !important;
    font-family: 'Lora', serif;;;
    font-size: 22px !important;
}

.header-quote {
  padding-left: 33px;
  font-size: 1.3rem;
}


/* bewertung new */

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
  color: black;
}

.carousel-control-next, .carousel-control-prev {
  color: black;
}

.carousel-inner {
  min-height: 300px;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  background-color: #FFFFFF;
}

.slider-text {
  margin-left: 40px;
  margin-right: 40px;
}


/* max-width vorher 50% */
.bewertung-hr {
  margin-bottom: 30px;
  max-width: 100%;
}

.intro-hr {
  margin-bottom: 30px;
}
.carousel-control-next, .carousel-control-prev {
  top: 55px !important;
  color: black !important;
  width: 7%!important;
  height: 48%;
}
.material-icons {
  font-size: 70px !important;
}
.impressionen {
  color: #2f3241 !important;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 12px !important;
}

hr {
  height:1px;
  width: 100%;
  background-color: #8d309b !important;
}

.nav-logo {
  vertical-align: center !important;
}

.d-inline-block {
  margin-bottom: 8px;
}
.bg-light {
    border-bottom: 1px solid #eeeeee;
    background-color: #f8f9fa!important;
}
/*banner
.tales {
  width: 100%;
}
.carousel-inner{
  width:100%;
  max-height: 500px !important;
}
header {
  position: absolute;
  top: 29%;
  left: 26%;
  transform: translate(-50%, -50%);
  color: #2f3241;
  text-align: center;
  background-color: rgb(58, 150, 121, 0.5);
  border-radius: 5px;
  padding: 40px;
}
#super-header {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: white !important;
  font-size: 2.5rem;
  white-space: nowrap;

}
#subtitle-header {
  font-family: Montserrat, sans-serif;
  margin: 0;
  font-size: 2rem;
  color: #738598;
}
/* end banner */

/* new banner */
.hero {
    /* Sizing */
    width: 100vw;
    height: 85vh;

    /* Flexbox stuff */
	display: flex;
    justify-content: center;
    align-items: center;

    /* Background styles */
    background-image: url('images/190916-2876.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
 	background-attachment: fixed;
}
@media (max-width: 767px) {
.hero {

    background-attachment: initial;
  	height: 80%; 

}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.hero {
  background-attachment: initial;
}
   }
/* new banner end */
/* footer */

.footer-dark {
  margin-top: 80px;
  padding:50px 0;
  color:#f0f9ff;
  background-color:#3a9679;
}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:1.5rem;
  color: black;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
}

.footer-dark ul a:hover {
  color: #abd2ca;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}
.row.row-center {
  align-items: baseline;
}

.col-md-4.align-col {
    padding-left: 47px;
}
/* end footer*/


/* */
$grid-float-breakpoint: 768px;

body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
}

.page-header {
  background-color: #dd4814;
  color: white;
  margin-top: 0;
  text-align: center;
  padding: 7.5% 0;
}

.text-picture {
  padding-top: 5%;
  &.text-picture--gray-bg {
    background-color: #EEE;
  }
  .text-picture__text {
    h2 {
      margin-top: 0;
      font-family: 'Lora', serif;
      font-size: 22px;
    }
    @media (min-width: $grid-float-breakpoint) {
      p:last-child {
          margin-bottom: 0;
      }
    }
  }
  .text-picture__picture {
    text-align: center;
    img {

      margin-left: auto;
      margin-right: auto;
    }
  }
}
.row {
    display: -ms-flexbox;
    align-items: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

// I only want Flexbox to kick in for larger devices.
// i.e. I want to keep bootstraps mobile grid scaffolding intact.
@media (min-width: $grid-float-breakpoint) {
  .row--flex {
    display: flex;
    .row--flex__col {
      align-self: flex-start;
    }
    .row--flex__col--center {
      align-self: center;
    }
    .row--flex__col--bottom {
      align-self: flex-end;
    }
  }
}


/* about section */
/* end about section */

/* map */
.responsiveContainer {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* map end */
/*h4 Kontakt und Anfahrt*/
.contact-info {
    font-size: 18px;
    font-family: Montserrat,sans-serif;
    color: #171717;
    letter-spacing: 0.05em;
    line-height: 40px;
    margin: 40px 0 20px;
    text-align: left;
}

.contact-info a {
    text-decoration: none;
    color: #009432;
    transition: color 0.3s linear;
}
/*h4 Kontakt und Anfahrt end */

/*Sidebar*/
#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  background-color: white !important;
}


#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
  margin-top: 30px;
  font-family: 'Lora', serif;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 60%;
    margin-top: 30px;
    margin-bottom: 80px;
    line-height: 2rem;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}
/*max width vorher 50%*/
.leistungen-hr {
  margin-bottom: 30px;
  max-width: 100%;
  line-height: 2;
}

.leistungen-main {
    color: #2f3241 !important;
    font-family: 'Lora', serif;
    font-size: 22px !important;
    margin-top: 40px;
}

.list-group.list-group-flush {
    padding-left: 20px;
    margin-bottom: 0;
}

.container-fluid {
  padding-left: 50px !important;
}
.list-group-item.list-group-item-action.bg-light {
  background-color: white !important;
  font-family: Montserrat,sans-serif;
}

.list-group-item.active {
  color: #8d309b !important;
}
/*End Sidebar*/

.leistungen {
  margin-bottom: 80px;
}
/*max width vorher 50%*/
.leistungen-hr {
  margin-bottom: 30px;
  max-width: 100%;
}
.leistungen-main {
    margin-top: 20px !important;
    color: #2f3241 !important;
    font-family: 'Lora', serif;
    font-size: 22px !important;
}
.card-title {
  font-family: Montserrat,sans-serif;
}
.btn-outline-success {
    border-radius: 0px !important;
}

.card {
    border: 0px !important;
  	min-width: 30% !important;
}

@import 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css';
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css';
@import 'https://fonts.googleapis.com/css?family=Raleway:100,600';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300';


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  text-transform: none;
  color: rgba(5, 82, 2, 1);
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
}



.gray {
  color: #a5a5a5;
}

.team{
  margin:10px;
}

.team-member {
  margin: 15px 0;
  padding: 0;
  padding-right: 30px;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.team-member figure img {
  min-width: 100%;
}

.team-member figcaption p {
  font-size: 16px;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member h4 {
  margin: 10px 0 0;
  padding: 0;
}

.team-member figcaption {
  padding: 50px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* 
.team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
  background: rgba(57, 150, 121, 0.9);

  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
  color: rgba(49, 49, 49, .97);
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

*/

.card-img-top {
    max-height: 233px;
  	object-fit: cover;
}
