

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Fonts */
@font-face {
  font-family: 'rubik300';
  src: url('../fonts/rubik-v28-latin-300.eot'), 
	   url('../fonts/rubik-v28-latin-300.eot?#iefix') format('embedded-opentype'), 
	   url('../fonts/rubik-v28-latin-300.woff') format('woff'), 
	   url('../fonts/rubik-v28-latin-300.woff2') format('woff2'), 
	   url('../fonts/rubik-v28-latin-300.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rubik500';
  src: url('../fonts/rubik-v28-latin-500.eot'),
	   url('../fonts/rubik-v28-latin-500.eot?#iefix') format('embedded-opentype'),
	   url('../fonts/rubik-v28-latin-500.woff') format('woff'),
	   url('../fonts/rubik-v28-latin-500.woff2') format('woff2'), 
	   url('../fonts/rubik-v28-latin-500.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;
  padding: 25px 25px 25px 25px;
  box-sizing: border-box;
  
}
@media (min-width: 768px) {
.container-featurebox {
  padding: 25px 100px 25px 100px;
}
}
/* 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: #0092c3;
  padding: 50px 0px 150px 0px;
  color: #ffffff;
}
.footer a {
  display: inline-block;
  color: #d4edf5;
}
.footer a:hover {
  color: #aadbeb;
}
.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: 40px;
  background-color:#0092c3;
  border-radius: 25px 0px 25px 0px;
  border: 0;
  background-image: url("../../../../assets/images/buttons/topbutton.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
}
/* 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: rubik500;
	font-size: 15px;
	line-height: 19px;
	color: #ffffff;
	background-color: #0092c3;
	height: 80px;
	border-radius: 40px 0px 0px 0px;
	position: fixed;
	right: 0px;
	bottom: 25px;
	z-index: 100;
	padding:10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (min-width: 576px) {
.cta {
	font-size: 20px;
	line-height: 25px;
	height: 120px;
	width: 120px;
}
}
.cta:hover {
	background-image: url(../../media/header/ctabghover.png);
}
/* 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: 1199.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 
 * ====================================================================================================================*/

/* Seal */

.seal {
  position: absolute;
  right: 25px;
  top: 153px;
  z-index: 100;
  height: 150px;
  width: 150px;
  background-image: url("../../../../assets/images/header/seal.svg");
}
@media (max-width: 575.98px) {
.seal {
  display: none;
  }
}
@media (max-width: 767.98px) {
.seal {
  right: 50px;
  }
}

@media (min-width: 576px) {
.container-padding {
	padding: 0px 25px 25px 25px;
}
}
/* Blauer Kasten 100 % Width */
.container-lightblue-full {
	background-image: linear-gradient(25deg, #ffffff, #ebeff2);
	padding: 25px 0px 25px 0px;
	margin: 40px 0px 40px 0px;
}
/* Blauer Kasten 50 % Width */
.container-lightblue {
	background-image: linear-gradient(25deg, #ffffff, #ebeff2);
	height: auto;
	padding: 40px 40px 40px 40px;
}
@media (min-width: 1200px) {
  .container-lightblue {
    height: 800px;
  }
}
@media (max-width: 991.98px) {
.container-lightblue  {
	padding: 25px 25px 25px 25px;
}
}
/* 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;
}
}
/* Partners  */
.partnersthumbnail1 {
  background-position: center;
  background-size: cover;
  min-height: 575px;
  border-radius: 100px 0px 0px 0px;
  padding: 25px;
}
.partnersthumbnail2 {
  background-position: center;
  background-size: cover;
  min-height: 575px;
  border-radius: 0px 100px 0px 0px;
  padding: 25px;
}
.partnerscontent1 {
  min-height: 575px;
  color: #ffffff;
  background-color: #0092c3;
  border-radius: 0px 0px 100px 0px;
  padding: 25px;
}
.partnerscontent2 {
  min-height: 575px;
  color: #ffffff;
  background-color: #0092c3;
  border-radius: 0px 0px 0px 100px;
  padding: 25px;
}