/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Fonts */
@font-face {
  font-family: 'poppins300';
  src: url('../fonts/poppins-v15-latin-300.eot'), url('../fonts/poppins-v15-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v15-latin-300.woff') format('woff'), url('../fonts/poppins-v15-latin-300.woff2') format('woff2'), url('../fonts/poppins-v15-latin-300.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppins600';
  src: url('../fonts/poppins-v15-latin-600.eot'), url('../fonts/poppins-v15-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v15-latin-600.woff') format('woff'), url('../fonts/poppins-v15-latin-600.woff2') format('woff2'), url('../fonts/poppins-v15-latin-600.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-v15-latin-regular.eot'), url('../fonts/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v15-latin-regular.woff') format('woff'), url('../fonts/poppins-v15-latin-regular.woff2') format('woff2'), url('../fonts/poppins-v15-latin-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Navbar brand seperate from navigation */
.navbar-brand-separate {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 100;
}
/* wrapper for prevent x-scrolling on iOS */
.overflow-x-wrapper {
  overflow-x: hidden;
  position: relative;
}
/* Home News */
.container-newstext {
  height: 650px;
  background-position: center;
  background-size: cover;
  color: #185ca3;
}
@media (max-width: 991.98px) {
  .container-newstext {
    height: auto;
  }
}
.container-newsimage {
  height: 650px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .container-newsimage {
    height: 400px;
  }
}
/* Featureboxen */
.container-featurebox {
min-height: 280px;
background-position: center;
background-size: cover;
color: #ffffff;
display: flex;
justify-content: center; /* Horizontale Zentrierung */
align-items: center; /* Vertikale Zentrierung */
flex-direction: column; /* Falls mehrere Elemente gestapelt werden sollen */
box-sizing: border-box;
font-size: 35px;
line-height: 47px;
font-family: poppins600;
text-align: center;
margin: 15px;
}

@media (min-width: 992px) { 
  .col-lg-4:first-child .container-featurebox {
    margin-left: 0;
  }
  .col-lg-4:nth-child(3) .container-featurebox {
    margin-right: 0; 
  }
  .col-lg-4:nth-child(4) .container-featurebox {
    margin-left: 0; 
  }
  .col-lg-4:nth-child(6) .container-featurebox {
    margin-right: 0; 
  }
}
@media (max-width: 991.98px) { 
  .col-md-6:first-child .container-featurebox {
    margin-left: 0; 
  }

  .col-md-6:nth-child(2) .container-featurebox {
    margin-right: 0; 
  }
	
  .col-md-6:nth-child(3) .container-featurebox {
    margin-left: 0; 
  }
  .col-md-6:nth-child(4) .container-featurebox {
    margin-right: 0; 
  }
  .col-md-6:nth-child(5) .container-featurebox {
    margin-left: 0; 
  }
  .col-md-6:nth-child(6) .container-featurebox {
    margin-right: 0; 
  }
}
@media (max-width: 767.98px) {
  .container-featurebox {
    margin: 15px 0px 15px 0px;
  }
}
/* Featureboxen */
.container-featurebox2 {
min-height: 550px;
background-position: top;
background-size: cover;
color: #ffffff;
display: flex;
justify-content: center; /* Horizontale Zentrierung */
align-items: center; /* Vertikale Zentrierung */
flex-direction: column; /* Falls mehrere Elemente gestapelt werden sollen */
box-sizing: border-box;
font-size: 35px;
line-height: 47px;
font-family: poppins600;
}
/* Main Content */
.container-primarycontent {
  background-color: #ffffff;
  min-height: calc(100vh - 500px);
  padding-bottom: 50px;
}
/* Container Slides */
.headerdefault-text {
  max-width: 1199px;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
}
/* Article Header Container (used) */
.container-articleheader {
  width: 100%;
  height: 700px;
  margin-bottom: 80px;
}
/* Footer */
.footer {
  position: relative;
  background-color: #215561;
  padding: 50px 0px 150px 0px;
  color: #ffffff;
}
.footer a {
  display: inline-block;
  color: #7dbf85;
}
.footer a:hover {
  color: #95cb9b;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  color: #ffffff;
}
.footer-contact {
  border-bottom: 0;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.footer-info {
  border-left: 0;
  border-bottom: 0;
  padding-left: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .footer-info {
    border-left: 0px;
    padding-left: 0px;
  }
}
.footer-partner {
  padding-left: 25px;
}
@media (max-width: 991.98px) {
  .footer-partner {
    padding-left: 0px;
  }
}
/* Topbutton.*/
#topbutton {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 25px; /* Place the button at the bottom of the page */
  left: 25px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  cursor: pointer; /* Add a mouse pointer on hover */
  font-size: 2rem;
  padding: 35px 25px 35px 25px;
  background-color: transparent;
  border: 0;
  background-image: url("../../../../assets/images/buttons/topbutton.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
}
/* Contact form spam protection */
.honeypot {
  position: absolute;
  left: -9999px;
}
/* gallery container 1*/
.container-gallery-responsive {
  float: left;
  width: 50%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 576px) {
  .container-gallery-responsive {
    width: 50%;
  }
}
/* contact container 1*/
.container-contact-responsive {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
}
/* Preheader */
.container-preheader {
  padding: 20px 15px 0px 0px;
}
a.preheaderlink:link {
  color: #ffffff;
}
a.preheaderlink:hover {
  color: #ffffff;
}
a.preheaderlink:visited {
  color: #ffffff;
}
/* Anchor Jumpmark */
.jump {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -212px;
}
/* Nav */
.nav .nav {
  padding-left: 15px;
}
.container-navigation1 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  top: 0px;
}
/* Text blocks */
.text img {
  max-width: 100%;
}
/* Kundenstimmen */
.container-kundenstimmen {
  width: 100%;
  background-color: #eeecf5;
  background-image: url(../../assets/images/content/topflowers1.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin: 40px 0px 0px 0px;
  padding: 120px 0px 40px 0px;
}
/* CTA */
.cta {
  font-family: poppins600;
  font-size: 30px;
  color: #ffffff;
  background-color: #215561;
  border-radius: 50px 0px 0px 50px;
  position: fixed;
  right: 0px;
  bottom: 35px;
  z-index: 100;
  padding: 10px 25px 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .cta {
    font-size: 22.5px;
  }
}
@media (max-width: 575.98px) {
  .cta {
    font-size: 20px;
  }
}
/* Container Slides */
.container-slides {
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: cover;
}
/* Toggler Navigation bleibt rechts und verkleinert navbar-brand */
.navbarmobile-spacebetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .navbarmobile-spacebetween {
    width: 100%;
  }
}
/* Projects */
.container-introtext {
  padding: 0px 40px 40px 40px;
}
@media (max-width: 991.98px) {
  .container-introtext {
    padding: 25px 25px 25px 25px;
  }
}
.container-introimage {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 550px;
}
/* Thumbnails Blog  */
.blogthumbnail {
  height: 300px;
  width: 100%;
}
@media (min-width: 576px) {
  .blogthumbnail {
    height: 388px;
  }
}
/* Main Content */
.container-content {
  padding: 40px 0px 40px 0px;
}
.container-fullwidth {
  padding: 40px 40px 40px 40px;
}
@media (max-width: 991.98px) {
  .container-fullwidth {
    padding: 25px 25px 25px 25px;
  }
}



/* ====================================================================================================================
 * Custom Styles 
 * ====================================================================================================================*/

/* Grüner Kasten 100 % Width */
.container-green {
	background-color: #7dbf85;
	padding: 50px 0px 50px 0px;
}
.container-turquoise {
	background-color: #79c6c3;
	padding: 50px 0px 50px 0px;
	color: #ffffff;
}
.container-blue {
	background-color: #215561;
	padding: 50px 0px 50px 0px;
	color: #ffffff;
}
/* Icons */
.bulletpoint-medium {
  margin: 5px 5px 0px 0px;
  width: 25px;
  float: left;
}
.check {
  margin: 5px 5px 0px 0px;
  width: 25px;
  float: left;
}
.dve-siegel {
  height: 300px;
  display: block;
  margin-left: auto; 
  margin-right: 0;
  position: relative;
}	

@media (max-width: 767.98px) {
  .dve-siegel {
    margin-left: 0; 
    margin-right: auto; 
 }
}
	