/* Version: 05.03.2018 */

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

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

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

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

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

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

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

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

 /* ------------------- NICHT VERÄNDERN ------------------------- */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

 /* ----------------------------------------------------------- */

body {
  font-family: 'Ubuntu', sans-serif;
/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
 /* ------------------------------------------------------------ */
  color: #565656;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.7;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
/* 	background-color:#e5eff5;*/
}

p {
  margin: 0;
}

small{
	font-size: 0.5em;
}

.abstand-bottom{
  margin-bottom: 0.4rem;
}


.icon-company{
position: relative;
padding-left:0.7rem;
}

.icon-company::before {
	position: absolute;
	left: -0.7rem;
	top: -0.55rem;
	content: url(icon-company.png);
	transform: scale(0.3);
}

h1 {
  line-height: 1;
  font-size: 2.3rem;
  font-weight: lighter;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

h2 {
  margin: 0.7rem 0 1.5rem 0;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: lighter;
  text-transform: uppercase;
  color: #878787;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 750px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.02rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.65rem;
  border-top: solid #b71e3f 6px;
  overflow: hidden;
}

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

.greater{
	font-size: 1.2em;
	line-height: 1.45em;
}

.header {
  position: relative;
}

.red{
  color: #b61e3f;
}

.headline{
font-size: 1.5rem;
font-weight: lighter;
margin: 0.4rem 0;
text-transform: uppercase;
}

.title-block {
  position: absolute;
  bottom: 3%;
  right: 0;
  padding: 0.5rem 3%;
  /* --------------------- FALLBACK FÜR BROWSER DIE RGBA-WERTE NICHT UNTERSTÜTZEN -------------------- */
  background: rgb(0, 0, 0);
  /* ------------------------------------------------------------------------------------------------- */
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
} 

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

.gear-half{
position: absolute;
right:0;
bottom:2rem;
}

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

.box-left {
  float: left;
  width: 48%;
}

.box-right {
  float: right;
  width: 48%;
}

.footer {
	padding: 1.1rem 5%;
	background-color: white;
	text-align: center;
	font-size: 0.65rem;
}

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

.footer a{
  color: #565656;
}

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

a:link {

  text-decoration: none;
}

a:visited {
  text-decoration: none;

}

a:hover {
  text-decoration: underline;

}

a:active {
  text-decoration: none;

}

p.a {
  white-space: nowrap;
}


ul.benefits li{
display: inline;
padding: 0 1.25rem 0 0.5rem;
}

ul {
  margin: 0 auto 0rem 0.5rem;
  padding-left: 0.5rem;
   list-style-type:disc;
  /* ------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */
  /* list-style-type: none; */
  /* DANN MUSS "list-style-type: disc;" GELÖSCHT WERDEN.
  /* ------------------------------------------------------------------------------------------------- */
}

li {
  /* ------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */
  position: relative;
  /* ------------------------------------------------------------------------------------------------- */
  margin: auto;
  padding: 0;
  padding-left: 0.3rem;
}

/* --------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */

ul.green, ul.purple, ul.rust, ul.blue, ul.red{
  margin: 0 auto 0rem 0.5rem;
  padding-left: 0.5rem;
  list-style-type: none;
  color: #565656;
}

ul.green li::before {
  position: absolute;
  top: -0.99rem;
  left: -1.99rem;
  content: url(bulletpointgeargreen.png);
  transform: scale(0.35);
} 

ul.purple li::before {
  position: absolute;
  top: -0.99rem;
  left: -1.99rem;
  content: url(bulletpointgearpurple.png);
  transform: scale(0.35);
} 

ul.rust li::before {
  position: absolute;
  top: 0.1rem;
  left: -1.1rem;
  transform: scale(1);
  content: url(bulletpointgearrust.png); 
}
ul.red li::before {
  position: absolute;
  top: 0.1rem;
  left: -1.1rem;
  transform: scale(1);
  content: url(bulletpointgearred.png); 
} 
ul.blue li::before {
  position: absolute;
  top: 0.1rem;
  left: -1.1rem;
  transform: scale(1);
  content: url(bulletpointgearblue.png); 
} 

.green{
  color: #49b79c;
}
.blue{
  color: #489fc0;
}

.purple{
  color: #6c558c;
}

.rust{
  color: #e7795c;
}
.red{
  color: #b20d32;
}


.bg-webs-green{
background-image: url(background-green.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}

.bg-webs-purple{
  background-image: url(background-purple.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.bg-webs-rust{
  background-image: url(background-rust.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bg-webs-blue{
  background-image: url(background-blue.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bg-webs-blue{
  background-image: url(background-red.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.purple-background{
  background-color: #6c558c;
  color: white;
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: lighter;
  padding: 0.7rem;
}

.purple-background a{
  color: white;
}

.rust-background{
  background-color: #e7795c;
  color: white;
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: lighter;
  padding: 0.7rem;
}

.rust-background a{
  color: white;
}
.red-background{
  background-color: #b20f34;
  color: white;
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: lighter;
  padding: 0.7rem;
}

.red-background a{
  color: white;
}

.green-background{
  background-color: #49b79c;
color: white;
position: relative;
text-align: center;
font-size: 1.5rem;
line-height: 1.3;
font-weight: lighter;
padding: 0.7rem;
}

.green-background a{
  color: white;
}

.skyline-green{
  position: relative; 
font-weight: lighter;
padding: 0.7rem;
margin-top: 3rem;
}

.skyline-green a{
color: white;
}

.skyline-green::before{
position: absolute;
content:url(skyline-green-750px.png);
left: 0;
bottom: -0.4rem;
z-index: 2;
}

.skyline-red{
  position: relative; 
font-weight: lighter;
padding: 0.7rem;
margin-top: 3rem;
}

.skyline-red a{
color: white;
}
.skyline-red::before{
position: absolute;
content:url(skyline-red-750px.png);
left: 0;
bottom: -0.4rem;
z-index: 2;
}

.skyline-green small{
  font-size: 0.7rem;
  }
.skyline-green p {
  line-height: 1;
}








.skyline-blue{
  position: relative; 
font-weight: lighter;
padding: 0.7rem;
margin-top: 3rem;
}

.skyline-bluea{
color: white;
}

.skyline-blue::before{
position: absolute;
content:url(skyline_blue.png);
left: 0;
bottom: -0.4rem;
z-index: 2;
}

.skyline-bluesmall{
  font-size: 0.7rem;
  }
.skyline-bluep {
  line-height: 1;
}




.skyline-rust{
  position: relative; 
font-weight: lighter;
padding: 0.7rem;
margin-top: 3rem;
}

.skyline-rust a{
color: white;
}

.skyline-rust::before{
position: absolute;
content:url(skyline-rust-750px.png);
left: 0;
bottom: -0.4rem;
z-index: 2;
}

.skyline-rust small{
  font-size: 0.7rem;
  }
.skyline-rust p {
  line-height: 1;
}

.skyline-purple{
position: relative;
font-weight: lighter;
margin-top: 3rem;
}

.skyline-purple a{
color: white;
}

.skyline-purple::before {
	position: absolute;
	content: url(skyline-purple-750px.png);
	left: 0;
	bottom: -0.4rem;
	z-index: 2;
}

.skyline-purple small{
font-size: 0.7rem;
}
.skyline-purple p {
  line-height: 1.3;
}

.ansprechpartner{
position: absolute;
right: 10%;
top: -15rem;
width: 29%;
z-index: 1;
}

.ap-name {
	position: absolute;
	right: 3%;
	top: -11.2rem;
	color: #565656;
	text-align: left;
}

.ap-name p:nth-child(1){
  font-size: 0.8rem;
}

.ap-name p:nth-child(2){
  font-size: 0.6rem;
}

.gear-top{
  width: 3rem;
  
}

.icon-wl-green{
  position: relative;
}
.icon-fa-green{
  position: relative;
}
.icon-ho-green{
  position: relative;
}
.icon-aa-green{
  position: relative;
}
.icon-fb-green{
  position: relative;
}
.icon-mentoring-green{
  position: relative;
}
.icon-zk-green{
  position: relative;
}
.icon-fh-green{
  position: relative;
}
.icon-mh-green{
  position: relative;
}
.icon-ba-green{
  position: relative;
}
.icon-gm-green{
  position: relative;
}

.icon {
  position: relative;
}


.icon-ho-blue::before{
  position: absolute;
  content: url(icon-ho-blue.png);
  left: -14px;
  top: -5px;
  transform: scale(0.6);
}

.icon-gp-blue::before{
  position: absolute;
  content: url(icon-gp-blue.png);
  left: -14px;
  top: -5px;
  transform: scale(0.6);
}

.icon-gs-blue::before{
  position: absolute;
  content: url(icon-gs-blue.png);
  left: -14px;
  top: -5px;
  transform: scale(0.6);
}

.icon-ik-blue::before{
  position: absolute;
  content: url(icon-ik-blue.png);
  left: -14px;
  top: -5px;
  transform: scale(0.6);
}

.icon-fo-blue::before{
  position: absolute;
  content: url(icon-fo-blue.png);
  left: -14px;
  top: -5px;
  transform: scale(0.6);
}

.icon-ge-blue::before{
  position: absolute;
  content: url(icon-ge-blue.png);
  left: -14px;
  top: -5px;
  transform: scale(0.6);
}

.icon-ba-blue::before{
  position: absolute;
  content: url(icon-ba-blue.png);
  left: -14px;
  top: -5px;
  transform: scale(0.6);
}

.icon-me-blue::before{
  position: absolute;
  content: url(icon-me-blue.png);
  left: -14px;
  top: -5px;
  transform: scale(0.6);
}

.icon-ze-blue::before{
  position: absolute;
  content: url(icon-ze-blue.png);
  left: -14px;
  top: -5px;
  transform: scale(0.6);
}






.icon-wl-green::before{
  position: absolute;
  content: url(icon-wl-green.png);
  left: -2.1rem;
top: -1.2rem;
transform: scale(0.3);
}
.icon-fa-green::before{
  position: absolute;
  content: url(icon-fa-green.png);
  left: -1.6rem;
top: -1.2rem;
transform: scale(0.3);
}
.icon-ho-green::before{
  position: absolute;
  content: url(icon-ho-green.png);
  left: -1.6rem;
top: -1.2rem;
transform: scale(0.3);
}
.icon-aa-green::before{
  position: absolute;
  content: url(icon-aa-green.png);
  left: -1.6rem;
top: -1.2rem;
transform: scale(0.3);
}
.icon-fb-green::before{
  position: absolute;
  content: url(icon-fb-green.png);
  left: -2rem;
top: -1.2rem;
transform: scale(0.3);
}
.icon-mentoring-green::before{
  position: absolute;
  content: url(icon-mentoring-green.png);
  left: -1.6rem;
top: -1.2rem;
transform: scale(0.3);
}
.icon-zk-green::before{
  position: absolute;
  content: url(icon-zk-green.png);
  left: -1.4rem;
  top: -1.3rem;
transform: scale(0.3);
}
.icon-fh-green::before{
  position: absolute;
  content: url(icon-fh-green.png);
  left: -1.6rem;
top: -1.2rem;
transform: scale(0.3);
}
.icon-mh-green::before{
  position: absolute;
  content: url(icon-mh-green.png);
  left: -1.6rem;
top: -1.2rem;
transform: scale(0.3);
}
.icon-ba-green::before{
  position: absolute;
  content: url(icon-ba-green.png);
  left: -2rem;
top: -1.2rem;
transform: scale(0.3);
}
.icon-gm-green::before{
  position: absolute;
  content: url(icon-gm-green.png);
  left: -1.3rem;
top: -1.2rem;
transform: scale(0.3);
}

/*Für Farbe rust ANFANG*/
.icon-wl-rust::before {
	position: absolute;
	content: url(icon-wl-rust.png);
	left: -2.1rem;
	top: -1.1rem;
	transform: scale(0.3);
}

.icon-fa-rust::before{
  position: absolute;
  content: url(icon-fa-rust.png);
left: -0.7rem;
top: -0.1rem;
transform: scale(1);
}
.icon-ho-rust::before{
  position: absolute;
  content: url(icon-ho-rust.png);
left: -0.7rem;
top: -0.1rem;
transform: scale(1);
}
.icon-aa-rust::before{
  position: absolute;
  content: url(icon-aa-rust.png);
left: -0.7rem;
top: -0.1rem;
transform: scale(1);
}
.icon-fb-rust::before {
	position: absolute;
	content: url(icon-fb-rust.png);
	left: -2.1rem;
	top: -1.2rem;
	transform: scale(0.3);
}
.icon-mentoring-rust::before{
  position: absolute;
  content: url(icon-mentoring-rust.png);
left: -0.7rem;
top: -0.1rem;
transform: scale(1);
}
.icon-zk-rust::before{
  position: absolute;
  content: url(icon-zk-rust.png);
left: -0.7rem;
top: -0.1rem;
transform: scale(1);
}
.icon-fh-rust::before{
  position: absolute;
  content: url(icon-fh-rust.png);
left: -0.7rem;
top: -0.1rem;
transform: scale(1);
}
.icon-mh-rust::before{
  position: absolute;
  content: url(icon-mh-rust.png);
left: -0.7rem;
top: -0.1rem;
transform: scale(1);
}
.icon-ba-rust::before {
	position: absolute;
	content: url(icon-ba-rust.png);
	left: -1.8rem;
	top: -1.1rem;
	transform: scale(0.3);
}
.icon-gm-rust::before{
  position: absolute;
  content: url(icon-gm-rust.png);
left: -0.7rem;
top: -0.1rem;
transform: scale(1);
}

.icon-ik-rust::before{
  position: absolute;
  content: url(icon-ik-rust.png);
  left: -18px;
  top: -5px;
  transform: scale(0.6);
}

/*Für Farbe rust ENDE*/

.icon-wl-purple{
  position: relative;
}
.icon-fa-purple{
  position: relative;
}
.icon-ho-purple{
  position: relative;
}
.icon-aa-purple{
  position: relative;
}
.icon-fb-purple{
  position: relative;
}
.icon-mentoring-purple{
  position: relative;
}
.icon-zk-purple{
  position: relative;
}
.icon-fh-purple{
  position: relative;
}
.icon-mh-purple{
  position: relative;
}
.icon-ba-purple{
  position: relative;
}
.icon-gm-purple{
  position: relative;
}


.icon-wl-purple::before{
  position: absolute;
  content: url(icon-wl-purple.png);
  left: -2.1rem;
top: -1.2rem;
transform: scale(0.3);
}
.icon-fa-purple::before{
  position: absolute;
  content: url(icon-fa-purple.png);
  left: -1.6rem;
top: -1.2rem;
transform: scale(0.3);
}
.icon-ho-purple::before{
  position: absolute;
  content: url(icon-ho-purple.png);
  left: -1.6rem;
top: -1.2rem;
transform: scale(0.3);
}
.icon-aa-purple::before{
  position: absolute;
  content: url(icon-aa-purple.png);
  left: -1.6rem;
top: -1.2rem;
transform: scale(0.3);
}
.icon-fb-purple::before{
  position: absolute;
  content: url(icon-fb-purple.png);
  left: -2rem;
top: -1.2rem;
transform: scale(0.3);
}
.icon-mentoring-purple::before{
  position: absolute;
  content: url(icon-mentoring-purple.png);
  left: -1.6rem;
top: -1.2rem;
transform: scale(0.3);
}
.icon-zk-purple::before{
  position: absolute;
  content: url(icon-zk-purple.png);
  left: -1.4rem;
  top: -1.3rem;
transform: scale(0.3);
}
.icon-fh-purple::before{
  position: absolute;
  content: url(icon-fh-purple.png);
  left: -1.6rem;
top: -1.2rem;
transform: scale(0.3);
}
.icon-mh-purple::before{
  position: absolute;
  content: url(icon-mh-purple.png);
  left: -1.6rem;
top: -1.2rem;
transform: scale(0.3);
}
.icon-ba-purple::before{
  position: absolute;
  content: url(icon-ba-purple.png);
  left: -2rem;
top: -1.2rem;
transform: scale(0.3);
}
.icon-gm-purple::before{
  position: absolute;
  content: url(icon-gm-purple.png);
  left: -1.3rem;
top: -1.2rem;
transform: scale(0.3);
}


.icons-purple{
	display: inline;
	padding: 0 1.25rem 0 1.2rem !important;
	margin: 0 0 0 -0.7rem;
	background:no-repeat;
	background-position: left top !important;
	background-size: auto 100%;
}

.logo {
  width: 7rem; 
  
  }

.company{
  width: 60%;
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hide {
  display: none;
}

.cc{
column-count: 2;
column-gap: 1.5rem;
}

.refnr {}

.justifier {
  text-align: justify;
}

.justifier:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.bg-darkblue {
  background: rgb(78, 147, 250);
}

.bg-lightblue {
  background: rgb(127, 174, 245);
}

/* -------------- FLEXBOX EIGENSCHAFTEN -------------------- */
/* -----GENERELL: FLEXBOX STATT FLOAT NEHMEN, DA SIE BESSERE OPTIONEN ZUR GESTALTUNG BIETEN, 
JEDOCH DARAUF ACHTEN, DASS FLEXBOXEN NICHT VOM INTERNET EXPLORER 9 UND ABWÄRTS UNTERSTÜTZT WERDEN. => IN DEM FALL FLOATEN --------------------- */

/* .flex {
  display: table;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem 0;
} 
*/

/* -------------- FLEXBOX EIGENSCHAFTEN FÜR GLEICHE HOHE BOXEN MIT "PLATZ ZWISCHEN DEN BOXEN" (siehe "justify-content: space-between;") -------------------- */


.flex-between{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  padding: 1rem 5%;
}
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
}

.left {
  width: 48%;
}

.right {
  width: 48%;
}

.button_box {
  text-align: center;
}

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

/*____________________
    
TRANSITION FÜR VERSCHIEDENE BROWSER

    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
_______________________
*/

/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  padding: 0.6rem 1.5rem 0.6rem 1.5rem;
  margin: 1rem auto;
  cursor: pointer;
	font-size: 1.1em;
 background-color: #9d200a;
border: 1px solid #9d200a;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
border-radius: 3px;
}
.button a:hover {
  background-position: 15px center;
  background-color: #8a1c09;
text-decoration: none;
}

/*Slider*/

.slider-wrap {
	max-width:720px;
  	width: auto;
  	height: auto;
	position:relative;
	overflow: hidden;
}

/* BEGINN Slider mit 3 Bildern mit transform Animation */

.slideshow-3-bilder {
	position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;

}
.slideshow-3-bilder li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image-3-bilder 24s linear infinite;
  animation: image-3-bilder 24s linear infinite;
}

@keyframes image-3-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  33.33333% {
    transform: translateX(0);
	
  }
  
  34.33333% {
    transform: translateX(-100%);

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

}

@-webkit-keyframes image-3-bilder {
0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  33.33333% {
    transform: translateX(0);
	
  }
  
  34.33333% {
    transform: translateX(-100%);

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

}

.slideshow-3-bilder li {
    margin:0;
    padding:0;
  list-style: none;
}

.slideshow-3-bilder li:nth-child(1) span {
}

.slideshow-3-bilder li:nth-child(2) span {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.slideshow-3-bilder li:nth-child(3) span {
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}

ul.slideshow-3-bilder {
    margin:0;
}


.slider-wrap li::before{
                display:none;
}

.slider-wrap ul {
                margin:0;
                padding-left:0px;
                list-style-type: none;
                list-style:none;
			    border-bottom:none;
	            border-color: #fff;
                border-width: 0px;
				padding-bottom:5px;
}

/* ENDE Slider mit 3 Bildern mit transform Animation */


/* BEGINN Slider mit 4 Bildern mit transform Animation */

.slideshow-4-bilder {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slideshow-4-bilder li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image-4-bilder 24s linear infinite;
  animation: image-4-bilder 24s linear infinite;
}

@keyframes image-4-bilder {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  
  1% {
opacity: 1;
    transform: translateX(0);
  }
  
  25% {
    transform: translateX(0);
	
  }
  
  26% {
    transform: translateX(-100%);
opacity: 1;
  }
	100%{
		transform: translateX(-100%);
	opacity: 0;
	}
}

@-webkit-keyframes image-4-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  24% {
    transform: translateX(0);
	
  }
  
  25% {
    transform: translateX(-100%);

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

.slideshow-4-bilder li {
    margin:0;
    padding:0;
  list-style: none;
}

.slideshow-4-bilder li:nth-child(1) span {
}

.slideshow-4-bilder li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow-4-bilder li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow-4-bilder li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

ul.slideshow-4-bilder {
    margin:0;
}

.slider-wrap li::before{
                display:none;
}

.slider-wrap ul {
                margin:0;
                padding-left:0px;
                list-style-type: none;
                list-style:none;
		border-bottom:none;
	        border-color: #fff;
                border-width: 0px;
		padding-bottom:5px;
}

/* ENDE Slider mit 4 Bildern mit transform Animation */


/* SLIDER ENDE */


/*
_______________________

MARKIERTER TEXT
_______________________

::selection {
background: #ffb7b7;
}
::-moz-selection {
background: #ffb7b7;
}

*/
.apply {}

