/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Fonts */
@font-face {
  font-family: 'urbanistregular';
  src: url('../fonts/urbanist-v15-latin-regular.eot'), url('../fonts/urbanist-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/urbanist-v15-latin-regular.woff') format('woff'), url('../fonts/urbanist-v15-latin-regular.woff2') format('woff2'), url('../fonts/urbanist-v15-latin-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'urbanist700';
  src: url('../fonts/urbanist-v15-latin-700.eot'), url('../fonts/urbanist-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/urbanist-v15-latin-700.woff') format('woff'), url('../fonts/urbanist-v15-latin-700.woff2') format('woff2'), url('../fonts/urbanist-v15-latin-700.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: 700px;
  background-position: center;
  background-size: cover;
  text-align: left;
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex: 1;
  flex-direction: column;
  box-sizing: border-box;
}
.container-featurebox1text {
  min-height: 700px;
  background-color: #D1CB2D;
  background-image: url("../../../../assets/images/content/heartwhite15right.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  text-align: left;
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex: 1;
  flex-direction: column;
  padding: 50px 50px 50px 105px;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
.container-featurebox1text {
  min-height: auto;
  }
}
@media (max-width: 575.98px) {
.container-featurebox1text {
  padding: 50px 50px 50px 50px;
  }
}
.container-featurebox2text {
  min-height: 700px;
  background-color: #516A98;
  background-image: url("../../../../assets/images/content/heartwhite7.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  text-align: left;
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex: 1;
  flex-direction: column;
  padding: 50px 50px 50px 105px;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
.container-featurebox2text {
  min-height: auto;
  }
}
@media (max-width: 575.98px) {
.container-featurebox2text {
  padding: 50px 50px 50px 50px;
  }
}
/* 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: 516a98;
  padding: 50px 0px 150px 0px;
  color: #ffffff;
}
.footer a {
  display: inline-block;
  color: #ffffff;
}
.footer a:hover {
  color: #e9ecf2;
}
.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: urbanist700;
  font-size:30px;
  color: #ffffff;
  background-color: #4C628C;
  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;
}
/* ====================================================================================================================
 * Custom Styles 
 * ====================================================================================================================*/
/* Content Featureboxen */
.blueright {
  min-height: 700px;
  background-color: #516a98;
  background-image: url("../../../../assets/images/content/heartwhite15right.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  text-align: left;
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex: 1;
  flex-direction: column;
  padding: 50px 50px 50px 105px;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
.blueright {
  min-height: auto;
  }
}
@media (max-width: 575.98px) {
.blueright {
  padding: 50px 50px 50px 50px;
  }
}
.blueleft {
  min-height: 700px;
  background-color: #516a98;
  background-image: url("../../../../assets/images/content/heartwhite15left.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  text-align: left;
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex: 1;
  flex-direction: column;
  padding: 50px 50px 50px 105px;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
.blueleft {
  min-height: auto;
  }
}
@media (max-width: 575.98px) {
.blueleft {
  padding: 50px 50px 50px 50px;
  }
}
/* Grüner Kasten 100 % Width */
.container-green {
	background-color: #D1CB2D;
	padding: 25px 0px 25px 0px;
	color: #ffffff;
}
/* Icons */
.icons {
  margin: 0px 0px 0px -80px;
  height: 80px;

}
@media (max-width: 1199.98px) {
  .icons {
    height: 60px;
    margin: 0px 0px 0px -60px;
  }
}
@media (max-width: 575.98px) {
  .icons {
    margin: 0px 0px 15px 0px;
  }
}
.icon-info {
  margin: 0px 0px 0px -80px;
  height: 80px;

}
@media (max-width: 1199.98px) {
  .icon-info {
    height: 60px;
    margin: 0px 0px 0px -60px;
  }
}
@media (max-width: 575.98px) {
  .icon-info {
    margin: 0px 0px 15px 0px;
  }
}
@media (max-width: 575.98px) {
  .icon-info {
    margin: 0px 0px 15px -19px;
  }
}
/* Balling Main Container */
.container-padding {
  padding: 0px 105px 0px 105px;
}
@media (max-width: 575.98px) {
  .container-padding {
    padding: 0px 50px 0px 50px;
  }
}
/* Main Content */
.container-content {
  padding: 40px 0px 40px 0px;
}
/* Main Content Full Width */
.container-fullwidth {
  padding: 40px 40px 40px 40px;
}
@media (max-width: 991.98px) {
  .container-fullwidth {
    padding: 25px 25px 25px 25px;
  }
}
/* Individuelle Bildgrößen  */
.blogthumbnail {
  height: 300px;
  width: 100%;
}
@media (min-width: 576px) {
  .blogthumbnail {
    height: 388px;
  }
}
/* Preisliste  */
.price-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.price-item-headline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: bold;
  color:#516a98;
  margin-bottom: 4px;
}
.price {
  white-space: nowrap; /* Verhindert Zeilenumbrüche */
  font-weight: bold;
  align-self: flex-start;
}