
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*
orange: #f39200
blau: #1a4b7e
grau: #e5e5e5
*/



body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

body.mnav-open{
/*position: fixed;*/
height: 100vh;
overflow-y: hidden;
}

a {
  color: #1a4b7e;
  text-decoration: none;
}

a:hover {
  color: #f39200;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}


.text-justify{
text-align: justify;
}


.showonmobil{
display: none;
}


.ekontakt:before {
	content: attr(data-website) "\0040" attr(data-user);
	unicode-bidi: bidi-override;
	direction: rtl;
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1024px;
}
}

@media (max-width: 991px){
.sm-reverse-cols{
	flex-direction: column-reverse;
}
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
display: none;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: rgba(26, 75, 126, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
}

.back-to-top:hover {
  background: rgba(243, 146, 0,1);
  color: #fff;
}









/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


#header {
background: transparent;
z-index: 997;
height: 200px;
position: absolute;
top: 0;
right: 0;
left: 0;
transition: all 0.3s;

}




#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 10px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
}

#header .logo, #header .navbar{
margin-top: 40px;
}


#header .logo .logo-small{
display: none;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #1a4b7e;
}

#header .logo img {
  max-height: 200px;
}

.scrolled-offset {
  margin-top: 70px;
}


#header.fixed-top {
height: 70px;
position: fixed;
background: #ffffff;
box-shadow: 0px 2px 15px rgba(25,75,126, 0.3);

}

#header.fixed-top .align-items-start{
     align-items: center!important;
	 margin: auto auto;
}

#header.fixed-top .logo, #header.fixed-top .navbar{
margin-top: 0px;
background-color: transparent;
}

#header.fixed-top .logo img {
  max-height: 30px;

}

#header.fixed-top .logo .logo-big{
display: none;
}

#header.fixed-top .logo .logo-small{
display: block;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 5px 15px;
  background-color: #fff;
}


.navbar .hidden{
display: none;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;

}

.navbar>ul>li {
  white-space: nowrap;
  padding: 0px 15px 0px 15px;
  position: relative;
}

.navbar ul li::after {
	content: '';
	display: block;
	width: 2px;
	background-color: #f39200;
	height: 50%;
	margin: auto 0px auto 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}


.navbar ul li:last-child::after, .navbar ul li.lastitem:after {
	display: none;
	
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px 0px 10px;
  margin: 4px 0px;
  font-size: 15px;
  font-weight: 600;
  color: #1a4b7e;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #f39200;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover::before,
.navbar li:hover>a::before,
.navbar .active::before, .navbar .alwayson::before{
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a, .navbar .alwayson {
  color: #1a4b7e;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1a4b7e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
  
  
  #header .navbar.navbar-mobile {
  margin-top: 0px;
}

#header .logo{
width: 50%;
}

#header .logo img {
	width: 100%;
	height: 100%;
    object-fit: contain;
}
  
  
  #header.fixed-top .logo{

}

  
}

.navbar-mobile, #header.fixed-top .navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.6);
  transition: 0.3s;
  z-index: 990;
    margin-top: 0px;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1a4b7e;
}

.navbar-mobile>ul>li {
  padding: 0;
  border-bottom: solid 1px #f39200;
}

.navbar-mobile>ul>li.showonmobil{
	display: block;
}

.navbar-mobile>ul>li::after{
	display: none;
}

.navbar-mobile a:hover::before,
.navbar-mobile li:hover>a::before,
.navbar-mobile .active::before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1a4b7e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1a4b7e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/
#home {
  width: 100%;
  height: 75vh;
max-height: 600px;
  background: url("../../images/kalde_bau_header-bg.jpg") center center;
  background-size: cover;
  position: relative;
}

#home::before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#home .container {
  position: relative;
  margin-top: 20vh;
}

#home h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
    text-shadow: 1px 1px rgba(0,0,0,0.8);
	text-align: right;
}

#home h1 span {
  /*color: #1a4b7e;*/
  color: rgba(243,146,0,1);
  text-shadow: 1px 1px rgba(255,255,255,0.8);
  text-align: right;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
}

#home h2 {
  color: #ffffff;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
      text-shadow: 1px 1px rgba(0,0,0,0.8);
	  text-align: right;
}



@media (min-width: 1024px) {
  #home {
    background-attachment: fixed;
  }
}



@media (max-height: 500px) {
  #home {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: rgba(229,229,229,1);
}

.section-bg-orange {
  background-color: rgba(243,146,0,1);
}

.title {
  text-align: left;
  padding-bottom: 30px;
}

.title h2 {
  font-weight: 700;
  padding: 8px 0px;
  margin: 0;
  text-transform: uppercase;
  color: rgba(243,146,0,1);
}

.title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}



ul li > .bi{
	  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
}



/*--------------------------------------------------------------
 # Leistung Detail
--------------------------------------------------------------*/
.title h1, .leistung h1 {
  font-weight: 400;
  padding: 0px 0px 12px 0px;
  margin: 0;
  text-transform: uppercase;
  color: rgba(243,146,0,1);
}


.section-bg-orange h2, .section-bg-orange h3{
color: #ffffff;
}


.slick-prev::before, .slick-next::before{
color: #1a4b7e;
}


.title h2, .leistung h2, .colcontent h2, .title h3, .leistung h3, .colcontent h3{
color: #1a4b7e;
font-size: 1.7rem;
}


/*--------------------------------------------------------------
# Ueber
--------------------------------------------------------------*/
.ueberuns .content h3 {
  font-weight: 600;
  font-size: 26px;
}



.ueberuns .content ul p {
  font-size: 15px;
}

.ueberuns .content p:last-child {
  margin-bottom: 0;
}


.round-edge img{
border-radius: 12px 12px;
}

section.zitat{
	padding: 40px 0;
}

.zitat blockquote{
position: relative;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 100px;

}

.zitat blockquote .bi{
font-size: 88px;
position: absolute;
top: -44px;
left: 0;
/*color: #1a4b7e;*/
color: #ffffff;
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}

.zitat blockquote p{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
color: #ffffff;
}

.zitat blockquote p.text-end{
padding-top: 12px;
}

.zitat blockquote h4{
color: #ffffff;
}

.zitat blockquote cite{
color: #ffffff;
}

/*--------------------------------------------------------------
# Leistungen
--------------------------------------------------------------*/


.services{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
	/*max-width: 280px;*/
	margin: 0px auto;
	/*padding-bottom: 1rem;*/
	background-color: rgba(255,255,255,0.4);
		border-radius: 12px 12px 0px 0px;
}

.services-row{
position: relative;
display: flex;
flex-direction: row;
min-width: 0;
word-wrap: break-word;
margin: 0px auto;
background-color: rgba(255,255,255,0.4);
border-radius: 12px 12px 12px 12px;
justify-content: stretch;
align-content: stretch;
align-items: stretch;
padding: 12px;
}


.row-leistungen > div:nth-child(even) .services-row{
	flex-direction: row-reverse;
}

.row-leistungen > div{
margin-bottom: 6rem!important;	
}

.row-leistungen > div:last-child{
	margin-bottom: 3rem!important;	
}


.services-img {
text-align: center;
padding: 0px 0px;
background: #fff;
position: relative;
overflow: hidden;
width: 99%;
padding-bottom: 0px;
border-radius: 12px 12px;
border: solid 1px #fff;
margin: auto auto;
min-height: 300px;
}

.xservices-img::before {
  content: '';
  padding-bottom: 100%;
}


.services-img img{
position:absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
object-fit: cover;
margin-right: 12px;
}

.services-body{
    flex: 1 1 auto;
	padding: 12px;

}

.services-row .services-body{
	    flex: 1 1 auto;
	padding: 0px 0px 0px 12px;
}

.row-leistungen > div:nth-child(even) .services-row .services-body{
		padding: 0px 12px 0px 0px;
}


.icon-link.btn{
	background-color: rgba(243,146,0,1);
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 20px;
}

.icon-link.btn:hover{
		background-color: rgba(26, 75, 126, 1);
}

.services h2{
	color: rgba(243,146,0,1);
	font-size: 1.2rem;
}


h3.title{
color: rgba(243,146,0,1);
font-size: 1.8rem;
text-transform: uppercase;
text-align: center;
margin: 1rem 0px;
padding: 0px 0px 0px 0px;
height: 65px;
display: flex;
align-items: center;
justify-content: center;
}
	
h3.subtitle{
color: #1a4b7e;
font-size: 1.5rem;
margin: 1rem 0px 10px 0px;
padding: 0px 0px 0px 0px;

	}
	
	
	
.leistungen em{
color: #1a4b7e;
}

.leistungen .subtitle{
color: #1a4b7e!important;
font-weight: 600;
width: 95%;
margin: auto auto 1rem auto;
}

/*--------------------------------------------------------------
# Referenzen
--------------------------------------------------------------*/



.gallery-item{
    width: 100%;
    padding-bottom: 100%;
position: relative;
overflow: hidden;
background-color: rgba(26,75,126,0.5);
}

.gallery-item::before {
  content: '';
  padding-bottom: 100%;
}

.gallery-item img{
   position:absolute;
width: calc(100% + 50px);
max-width: calc(100% + 50px);
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
object-fit: cover;
	opacity: 1;
 transition: transform .8s ease;
 z-index: 1;
}

.gallery-item a{
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
z-index: 3;
}


.gallery-item a:hover{

}

.gallery-item a:hover > img{
 transform: scale(1.1);
}



.button-gallery{
width: 100%;
display: block;
padding-top: 12px;
}

.button-gallery button{
width: 100%;
border: 0;
background-color: rgba(243,146,0,1);
color: #ffffff;
font-size: 1rem;
text-align: center;
padding: 8px;
}


.button-gallery button:hover{
background-color: rgba(26,75,126,1);
}


/*--------------------------------------------------------------
# Ausbildung
--------------------------------------------------------------*/

.accordion, .accordion-item{
background-color: transparent!important;
}

.accordion-body{
background-color: rgba(255,255,255,0.4);
}


.accordion-header{
text-align: center;
}

.accordion-item{
margin-bottom: 5px;
}

.accordion-button:focus{
outline: 0;
border-color: transparent;
box-shadow: none;
}

.accordion-button, .accordion-button:not(.collapsed){
color: #ffffff;
background-color: rgba(243,146,0,1);
text-align: center;
  border-radius:0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius:0;
}

.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-button::after{
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.accordion-button:not(.collapsed)::after{
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


/*--------------------------------------------------------------
# Kontakt
--------------------------------------------------------------*/
.kontakt .info-box {
  color: #444444;
  text-align: left;
  padding: 0px 0 30px 0;
}



.kontakt .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.kontakt .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 0;
}

.kontakt .info-box p > span {
display: inline-block;
width: 80px;
}

a.phonellink{
cursor: text;
color: #444444;
}


.kontakt h5{
	color: #1a4b7e;
margin: 0px 0px 20px 0px;
padding: 0px 0px 0px 0px;
}

.kontakt-key-img{
padding: 0px 0px;
position: relative;
border-radius: 12px 12px;
overflow: hidden;
}




.datenschutz h3,.datenschutz h4{
font-size: 1.3rem;
margin-bottom: 12px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #1a4b7e;
  padding: 0 0 0px 0;
  color: #ffffff;
  font-size: 14px;
}


#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
    color: #ffffff;
}

#footer .footer-top .footer-contact h3 span {
  color: #ffffff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ffffff;
}

#footer .footer-contact a{
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}


.footer-contact p > span{
display: inline-block;
width: 60px;
}

#footer .copyright {
  text-align: center;
  float: left;
}

@media (max-width: 768px) {
  #home {
    height: 100vh;
  }

  #home h1 {
    font-size: 28px;
    line-height: 36px;
	text-align: center;
  }

#home h1 > span{
	display: block;
		text-align: center;
}

  #home h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
	text-align: center;
  }

.services-row, .row-leistungen > div:nth-child(even) .services-row{
	flex-direction: column;
}

.services-img img, .services-row .services-body{
	padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
}

}