@import url("../fonts/Akkurat.css");
@import url("../fonts/Akkurat-Bold.css");

A {
  transition: 0.2s;
  }
  
P STRONG {
  color: #404040;
  }  
  
.vertical-align {
  display: table !important;
  width: 100%;
  height: 100%;
  }  
  
.vertical-align .middle {
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  }
  
.vertical-align .bottom {
  display: table-cell !important;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  }         
  
#home H1 {
  font-size: 2.75rem;
  }  
  
#home .text-highlight-warning {
  margin-right: 10px;
  }    
  
#home .typed-cursor {
  margin-right: 0;
  padding-right: 0;
  margin-right: -13px;
  }
  
#selbstverstaendnis H2 SPAN {
  font-weight: 400;
  }    
  
#selbstverstaendnis .badge {
  font-size: 8px;
  text-transform: uppercase;
  padding-bottom: 5px;
  }  
  
#leistungen H1 {
  font-size: 2.75rem;
  }    

#leistungen FIGURE {
  display: none;
  }
  
#referenzen BLOCKQUOTE {
  font-weight: 400 !important;
  line-height: 1.4 !important;
  }  

#ueber-mich H2 {
  line-height: 1;
  }  
  
#stats SMALL {
  display: block;
  line-height: 1.3;
  opacity: 0.75;
  }  
  
.leaflet-popup {
  margin-bottom: 120px !important;
  margin-left: 5px !important;
  font-family: "Akkurat", sans-serif;
  }  
  
.leaflet-popup-content {
  margin: 20px 30px 20px 20px;
  color: #888;
  }  
  
.leaflet-popup-content STRONG,
.leaflet-popup-content SPAN {
  color: #404040;
  }  
  
.leaflet-container a.leaflet-popup-close-button {
  top: 3px;
  right: 3px;
  }  
  
#kontaktformular .bg-logo2 {
  background: url('../img/bg-lb.svg');
  background-position: left top;
  background-size: auto 10%;
  }  
  
#kontaktformular .bg-img-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/bg-lb.svg') 20px 20px;
  background-size: 50px auto;
  opacity: 0.5;
  } 
  
#kontaktformular .bg-img-hero .container {
  position: relative;
  z-index: 1;
  }   
  
#kontaktformular FORM.sending:before {
  content: " ";
  position: absolute;
  z-index: 20;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background-color: rgba(255,255,255,0.8);
  background-image: url('../img/loading-spin.svg');
  background-size: 48px auto;
  background-repeat: no-repeat;
  background-position: center center;
  } 
  
#kontaktformular FORM.sending DIV {
  filter: saturate(0);
  } 
  
#kontaktformular .success {
	position: absolute;
	text-align: center;
  z-index: 20;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 0px;
	background: #fff;
	display: none;
	}
	
#kontaktformular .success IMG {
	width: 64px;
	height: 300px;
	width: auto;
	}
	
#kontaktformular .success P {
	line-height: 1.4;
	}
  
#kontakt .leaflet-bottom {
  display: none;
  }  
  
FOOTER .brand {
  max-width:  8.5rem;
  } 
  
FOOTER.illustration {
  position: relative;  
  }
  
FOOTER.illustration:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 30px;
  width: 260px;
  height: 260px;
  background: url('../img/illu-plants.svg') no-repeat center center;
  background-size: cover;
  opacity: 1;
  }   
  
FOOTER .font-size-1 {
  font-size: 13px;
  }   