/* Version: 11.04.2018 */

@font-face { 
	font-family: "Lato"; 
	src: url(../../ofl/lato/Lato-Thin.woff2) format('woff2') ;
	font-weight: 100;
	font-style: normal;	
}

@font-face { 
	font-family: "Lato"; 
	src: url(../../ofl/lato/Lato-ThinItalic.woff2) format('woff2') ;
	font-weight: 100;
	font-style: italic;	
}

@font-face { 
	font-family: "Lato"; 
	src: url(../../ofl/lato/Lato-ExtraLight.woff2) format('woff2') ;
	font-weight: 200;
	font-style: normal;	
}

@font-face { 
	font-family: "Lato"; 
	src: url(../../ofl/lato/Lato-ExtraLightItalic.woff2) format('woff2') ;
	font-weight: 200;
	font-style: italic;	
}

@font-face {
	font-family: "Lato"; 
	src: url(../../ofl/lato/Lato-Light.woff2) format('woff2') ;
	font-weight: 300;
	font-style: normal;	
}

@font-face {
	font-family: "Lato"; 
	src: url(../../ofl/lato/Lato-LightItalic.woff2) format('woff2') ;
	font-weight: 300;
	font-style: italic;	
}

@font-face {
	font-family: "Lato"; 
	src: url(../../ofl/lato/Lato-Regular.woff2) format('woff2') ;
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Lato"; 
	src: url(../../ofl/lato/Lato-Italic.woff2) format('woff2') ;
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Lato"; 
	src: url(../../ofl/lato/Lato-Medium.woff2) format('woff2') ;
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Lato"; 
	src: url(../../ofl/lato/Lato-MediumItalic.woff2) format('woff2') ;
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Lato"; 
	src: url(../../ofl/lato/Lato-SemiBold.woff2) format('woff2') ;
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Lato"; 
	src: url(../../ofl/lato/Lato-SemiBoldItalic.woff2) format('woff2') ;
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Lato"; 
	src: url(../../ofl/lato/Lato-Bold.woff2) format('woff2') ;
	font-weight: 700;
	font-style: normal;
}

@font-face { 
	font-family: "Lato"; 
	src: url(../../ofl/lato/Lato-BoldItalic.woff2) format('woff2') ;
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Lato"; 
	src: url(../../ofl/lato/Lato-ExtraBold.woff2) format('woff2') ;
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Lato"; 
	src: url(../../ofl/lato/Lato-ExtraBoldItalic.woff2) format('woff2') ;
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: "Lato"; 
	src: url(../../ofl/lato/Lato-Black.woff2) format('woff2') ;
	font-weight: 900;
	font-style: normal;
}

@font-face { 
	font-family: "Lato"; 
	src: url(../../ofl/lato/Lato-BlackItalic.woff2) format('woff2') ;
	font-weight: 900;
	font-style: italic;
}

 /* ------------------- Allgemein/General ------------------------- */

* {
	box-sizing: border-box;
  	margin: 0;
  	padding: 0;
}

 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	font-weight: 400;
	color: #6a7d90;
	text-decoration: none;
	word-spacing: normal;
	line-height: 1.4;
	background-color: #f3f3f3;
	-webkit-print-color-adjust:exact;
}

p {
  	margin: 0 0 1rem 0;
}

p strong {
	font-weight: 600;
}

h1 {
	color: #e30613;
  	line-height: 1.5;
	font-size: 1.7rem;
	font-weight: 600;
	padding: 0;
	margin: 0;
}

h2 {
	
	color: #333;
  	margin: 0;
  	line-height: 1.3;
  	font-size: 1.5rem;
  	font-weight: 500;
}

h3 {
	
	color: #e30613;
	margin: 0;
	line-height: 1.1;
	font-size: 1.2rem;
	font-weight: 400;
}

img {
  	max-width: 100%;
  	height: auto;
  	width: auto9;
  	border: 0;
  	vertical-align: middle;
}

a {
	text-decoration: underline;
  	color: #000;
}

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

hr {
	color: #EEE;
	border-color: #EEE;
	background-color: #EEE;
	border: none;
	height: 1px;
}

/* ------------------- Struktur/Structure ------------------------- */

.frame-outer {
	position: relative;
	padding: 0;
	width: 760px;
	margin: 1.3rem auto;
	background-color: #fff;
	border: 0.02rem solid #f3f3f3;
	font-size: 0.9rem;
	box-shadow: 2px 5px 4px #2c3147;
}

.frame-outer::after {
  	content: "";
  	display: block;
  	clear: both;
}

.header {
  	position: relative;
}

.content {
	position: relative;
	padding: 0.6rem 5% 1.2rem 5%;
}

.content::after {
  	content: "";
  	display: block;
  	clear: both;
}

.footer {
	position: relative;
	padding: 3rem 4.5% 2rem 4.5%;
	background-color: #3d4148;
	color: #fff;
}

.footer::after {
  	content: "";
  	display: block;
  	clear: both;
}

.clear {
  	clear: both;
  	font-size: 0;
  	line-height: 0;
}



.intro{
	width: 58%;
	padding: 0.6rem 1% 1.2rem 5%;
}


.credo{
	width: 45%;
	padding: 0.6rem 5% 1.2rem 1%;
}


.white{
	color: #fff;
}


.slogan_strich {
  width: 100%;
  height: 1px;
  background-color: #6a7d90;
  border-bottom-color: #6a7d90;
}

h3.slogan_titel {
  margin-top: -14px;
}



.slogan_haupttitel {
  font-family: "Lato Thin", Arial, Tahoma, sans-serif;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 300;
  background-color: #f3f3f3;
  padding: 1px 20px;
  z-index: 99999;
  margin: 0 auto;
margin-left: 4rem;
	color: #e30613;
}



.gruen{
	color: #009640;
}


.blau{
	color: #004994;
}

.hellblau{
	color: #0095db;
}

/* ------------------- Abstände/Distances ------------------------- */

.nomag { margin-bottom: 0; }
.mag025 { margin-bottom: 0.25rem; }
.mag05 { margin-bottom: 0.5rem; }
.mag075 { margin-bottom: 0.75rem; }
.mag1 { margin-bottom: 1rem; }
.mag15 { margin-bottom: 1.5rem; }
.mag2 { margin-bottom: 2rem; }
.mag25 { margin-bottom: 2.5rem; }
.mag3 { margin-bottom: 3rem; }
.mag35 { margin-bottom: 3.5rem; }
.mag4 { margin-bottom: 4rem; }

/* ------------------- Formatierung/Formating ------------------------- */

.logo {
	display: block;
  	width: 13rem;
	margin: 0 auto;
	
	
	
	
}



.refnr {
	
}


.button_box {
  text-align: center;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}



.button a {
  	display: inline-block;
  	background: #e30613;
  	padding: 0.6rem 2.5rem;
  	margin: 0.5rem auto;
  	cursor: pointer;
  	 	transition: all 140ms ease 0s;
  	-moz-transition: all 140ms ease 0s;
  	-webkit-transition: all 140ms ease 0s;
  	color: #fff;
}

.button a:hover {
  	background-position: 15px center;
  	background-color: #009640;
  	text-decoration: none;
  	color: #fff;
}

/* ------------------ Listen & Tabellen/Lists & Tables ------------------------ */

ul {
	
  	margin: 0 auto 1rem 0.5rem;
  	padding-left: 0.5rem;
  	list-style-type: disc;
	
}

li {
  	margin: auto;
  	padding: 0;
}

/* 
li::before {
  	position: absolute;
  	left: -0.8rem;
  	content: "■";
  	font-size: 0.8rem;
  	color: red;
} 
*/


.flex {
 display: flex;
display: -ms-flexbox;
display: -webkit-flex;
-webkit-justify-content: space-between;
justify-content: space-between;
	
}

/* ------------------ Custom Code ------------------------ */

.logo-wrapper {
	padding: 2rem 5%;
	border-bottom: 0.2rem solid #e30613;
	background-color: #fff;
}

.title-box {
	margin: 1.5rem 5%;
	padding: 1.5rem 3%;
	border-top: 0.1rem solid #6a7d90;
	border-bottom: 0.1rem solid #6a7d90;
}

.flex-content {
	display: flex;
	justify-content: center;
	transition: all 140ms ease 0s;
  	-moz-transition: all 140ms ease 0s;
  	-webkit-transition: all 140ms ease 0s;
}

.box-left {
  	width: 34%;
	background-image: url(auto-innenraum.jpg);
	background-position: center 120%;
    background-position-x: center;
    background-position-y: 120%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 160ms ease 0s;
  	-moz-transition: all 160ms ease 0s;
  	-webkit-transition: all 160ms ease 0s;
}

.box-right {
  	width: 66%;
	padding: 2rem 2.5%;
	background-color: #f3f3f3;
	transition: all 200ms ease 0s;
  	-moz-transition: all 200ms ease 0s;
  	-webkit-transition: all 200ms ease 0s;
}

.flex-content:hover > .box-right {
	width: 135%;
	height: 100%;
	z-index: 2;
	background-color: #eee;
}

.flex-content-2 {
	display: flex;
	justify-content: center;
	transition: all 140ms ease 0s;
  	-moz-transition: all 140ms ease 0s;
  	-webkit-transition: all 140ms ease 0s;
}

.box-left-2 {
  	width: 34%;
	background-image: url(coneva.jpg);
	background-position: 30% 120%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 160ms ease 0s;
  	-moz-transition: all 160ms ease 0s;
  	-webkit-transition: all 160ms ease 0s;
}

.box-left-2-bauleiter {
  	width: 34%;
	background-image: url(bauleiter.jpg);
	background-position: 30% 120%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 160ms ease 0s;
  	-moz-transition: all 160ms ease 0s;
  	-webkit-transition: all 160ms ease 0s;
}

.box-right-2 {
  	width: 66%;
	padding: 2rem 2.5%;
	background-color: #f3f3f3;
	transition: all 200ms ease 0s;
  	-moz-transition: all 200ms ease 0s;
  	-webkit-transition: all 200ms ease 0s;
}

.flex-content-2:hover > .box-right-2 {
	width: 135%;
	height: 100%;
	z-index: 2;
	background-color: #eee;
}

.flex-content-3 {
	display: flex;
	justify-content: center;
	height: 16.5rem;
	transition: all 140ms ease 0s;
  	-moz-transition: all 140ms ease 0s;
  	-webkit-transition: all 140ms ease 0s;
}

.box-left-3 {
  	width: 34%;
	background-image: url(Evum-Leasing.jpg);
	background-position: 50% 120%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 160ms ease 0s;
  	-moz-transition: all 160ms ease 0s;
  	-webkit-transition: all 160ms ease 0s;
}

.box-right-3 {
  	width: 66%;
	padding: 2rem 2.5%;
	background-color: #f3f3f3;
	transition: all 200ms ease 0s;
  	-moz-transition: all 200ms ease 0s;
  	-webkit-transition: all 200ms ease 0s;
}

.flex-content-3:hover > .box-right-3 {
	width: 135%;
	height: 100%;
	z-index: 2;
	background-color: #eee;
}

/* ------------------ Slider ------------------------ */

.slider-wrap-left{
	max-width:50%;
  	width: auto;
  	height: auto;
	position:relative;
	float: left;	
	overflow: hidden;
}

.slideshow-l {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow-l li span {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 18s linear infinite;
  animation: image 18s linear infinite;
}
@keyframes image {
0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1%{
	opacity: 0.4;
	 
  }
  
  2% {
	  opacity: 1; 
	  transform: translateX(0);
    
  }
  
  
  33% {
    transform: translateX(0);
	    opacity: 1;
  }
  
  
  34% {
    opacity: 0.6;

   
  }
  35%{
    opacity: 0;
	  	  transform: translateX(-100%);
	  
  }
}
@-webkit-keyframes image {
0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1%{
	opacity: 0.4;
	 
  }
  
  2% {
	  opacity: 1; 
	  transform: translateX(0);
    
  }
  
  
  33% {
    transform: translateX(0);
	    opacity: 1;
  }
  
  
  34% {
    opacity: 0.6;

   
  }
  35%{
    opacity: 0;
	  	  transform: translateX(-100%);
	  
  }
}


.slideshow-l li {
	margin:0;
	padding:0;
  list-style: none;
}
.slideshow-l li:nth-child(1) span {}
.slideshow-l li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow-l li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

ul.slideshow-l {
	margin:0;
}
/* ---- Slider - LEFT Ende */


/* ---- Slider - RIGHT Begin */
.slider-wrap-right{
	max-width:50%;
  	width: auto;
  	height: auto;
	position:relative;
	float: right;
	overflow: hidden;
}

.slideshow-r {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow-r li span {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image2 18s linear infinite;
  animation: image2 18s linear infinite;
}
@keyframes image2 {
0% {
    opacity: 0;
    transform: translateX(100%);
  }
  1%{
	opacity: 0.4;
	 
  }
  
  2% {
	  opacity: 1; 
	  transform: translateX(0);
    
  }
  
  
  33% {
    transform: translateX(0);
	    opacity: 1;
  }
  
  
  34% {
    opacity: 0.6;

   
  }
  35%{
    opacity: 0;
	  	  transform: translateX(100%);
	  
  }
}
@-webkit-keyframes image2 {
0% {
    opacity: 0;
    transform: translateX(100%);
  }
  1%{
	opacity: 0.4;
  }
  
  2% {
	  opacity: 1; 
	  transform: translateX(0);
    
  }
  
  
  33% {
    transform: translateX(0);
	    opacity: 1;
  }
  
  
  34% {
    opacity: 0.6;

   
  }
  35%{
    opacity: 0;
	  	  transform: translateX(100%);
	  
  }
}

.slideshow-r li {
	margin:0;
	padding:0;
  list-style: none;
}
.slideshow-r li:nth-child(1) span {}
.slideshow-r li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow-r li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
ul.slideshow-r {
	margin:0;
}
/* ---- Slider - RIGHT Ende */


.abstand-video{
	margin: 1rem;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.apply {}
