/* Version: 11.04.2018 */

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600&display=swap&subset=latin-ext');

 /* ------------------- Allgemein/General ------------------------- */

* {
	box-sizing: border-box;
  	margin: 0;
  	padding: 0;
}

 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 100%;
	font-weight: 400;
	color: #333;
	text-decoration: none;
	word-spacing: normal;
	line-height: 1.4;
	background-color: #f6f6f6;
	-webkit-print-color-adjust:exact;
}

p {
  	margin: 0 0 1rem 0;
}

p strong {
	font-weight: 600;
}

h1 {
	font-family: 'Raleway', sans-serif;
	color: #FFF;
  	line-height: 1.5;
	font-size: 1.7rem;
	font-weight: 600;
	padding: 0;
	margin: 0;
}

h2 {
	font-family: 'Raleway', sans-serif;
	color: #FFF;
  	margin: 0;
  	line-height: 1.3;
  	font-size: 1.5rem;
  	font-weight: 500;
}

h3 {
	font-family: 'Raleway', sans-serif;
	color: #000;
	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: #FFF;
}

a:hover {
	text-decoration: none;
  	color: #FFF;
}

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: #0e3571;
	border: 0.02rem solid #DDD;
	font-size: 0.9rem;
}

.frame-outer::after {
  	content: "";
  	display: block;
  	clear: both;
}

.header {
  	position: relative;
	border-bottom: 0.2rem solid #bf9f00;
}

.content {
	position: relative;
	padding: 0.6rem 5% 1.2rem 5%;
	color: #FFF;
}

.content::after {
  	content: "";
  	display: block;
  	clear: both;
}

.footer {
	position: relative;
	padding: 3rem 4.5% 2rem 4.5%;
	color:#FFF;
	border-top: 0.2rem solid #bf9f00;
}

.footer::after {
  	content: "";
  	display: block;
  	clear: both;
}

.clear {
  	clear: both;
  	font-size: 0;
  	line-height: 0;
}

/* ------------------- 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: 15rem;
	margin: 0 auto;
}

.refnr {
	
}

.button a {
  	display: inline-block;
  	background: #0065FF;
  	padding: 0.6rem 2.5rem;
  	margin: 0.5rem auto;
  	cursor: pointer;
  	border: 0.1rem solid #0065FF;
  	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: #fff;
  	text-decoration: none;
  	color: #0065FF;
}

/* ------------------ Listen & Tabellen/Lists & Tables ------------------------ */

ul {
	position: relative;
  	margin: 0 auto 1rem 0.5rem;
  	padding-left: 0.5rem;
  	list-style-type: square;
	list-style-type: none;
}

li {
  	margin: auto;
  	padding: 0;
}

 
li::before {
  	position: absolute;
  	left: -0.5rem;
  	content: "■";
  	font-size: 0.8rem;
  	color: #0e3571;
} 


/* ------------------ Custom Code ------------------------ */

.logo-wrapper {
	padding: 2rem 5%;
	border-bottom: 0.2rem solid #bf9f00;
	background-color: #FFF;
}

.title-box {
	margin: 1.5rem 5%;
	padding: 1.5rem 3%;
	border-top: 0.1rem solid #FFF;
	border-bottom: 0.1rem solid #FFF;
	color:#FFF
}

.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("//anzeigen.jobsintown.de/job/files/1285565/side-1.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: #FFF;
	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("//anzeigen.jobsintown.de/job/files/1285565/side-2.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("//anzeigen.jobsintown.de/job/files/1285565/side-2.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: #FFF;
	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("//anzeigen.jobsintown.de/job/files/1285565/side-3.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: #FFF;
	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 */


.apply {}
