/* Version: 05.03.2018 */

@import url(../../css2_67f948f938e3c310.css);


 /* ------------------- 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: 'Tajawal', sans-serif;
	/* ------------------- NICHT VERÄNDERN ------------------------- */
	font-size: 100%;
	/* ------------------------------------------------------------ */
	color: #444;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.3;
	background-color: #f1f1f1;
	/*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
	-webkit-print-color-adjust:exact;
}

p {
	margin: 0 0 0.2rem 0;
}

h1 {
	line-height: 2.1rem;
	font-size: 2rem;
	font-weight: 700;
	padding: 0;
	margin: 0;
}

h1 span {
    line-height: 0;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 0;
	margin: 0;
}

h2 {
	margin: 0;
	line-height: 1.5;
	font-size: 1.1rem;
	font-weight: 500;
    color: #FFF;
    background-color: #6da2d8;
    padding: 0.5rem 0.8rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

h3 {
	margin: 0;
	line-height: 1.5;
	font-size: 1.1rem;
	font-weight: 500;
    padding: 0 0 0.5rem;
}


.frame-outer {
	position: relative;
	padding: 0;
	width: 790px;
	margin: 1.3rem auto;
	background-color: #fff;
	border: 0.02rem solid #7d7d7d7;
	box-shadow: -0.1rem 0.1rem 1rem #cecece;
	font-size: 0.95rem;
}

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

.logo-bg {
    width: 100%;
    background-color: #FFF;
    padding: 2rem;
    display: flex;
    align-items: baseline;
}

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

.logo {
    float: left;
    width: 100%;
}

.logo img {
    width: 6rem;
}

.adress {
    float: right;
    width: 39%;
    font-size: 0.85rem;
}

.adress p {
    margin-left: 0.5rem;
}


.flex-container {
    display: flex;
    align-items: baseline;
}

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

.content {
	padding: 2rem;
}

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

.title {
    background-color: #f0c900;
    text-align: center;
    padding: 1.5rem 2rem;
    color: #FFF;
}

.header {
	position: relative;
}

.benefis {
	position: relative;
}

.bf-text {
    box-shadow: 0px 8px 16px 0px rgba(141,141,141,0.2);
    border-radius: 4px;
    padding: 0.8rem 0.5rem;
    position: absolute;
    top: 6rem;
    background-color: #FFF;
    margin: 0 2rem;
}

.bf-text h3 {
    padding-left: 0.5rem;
}

.work {
    background-color: #fafafa;
    padding: 2rem;
}

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

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

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

#footer {
    background-color: #6da2d8;
    padding: 1rem 2rem;color: #FFF;
}

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

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

#footer a:link {
	color: #FFF;
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
	color: #FFF;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

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

a:active {
	text-decoration: none;
	color: #000;
}

ul {
	list-style: none;
    padding-left: 0.3rem;
	margin-top: 0.0rem;
	margin-bottom: 0.0rem;
}

li {
	position: relative;
    padding-left: 1.9rem;
	padding-bottom: 0.5rem;
}

li::after {
	position: relative;
    padding-left: 1.0rem;
	padding-bottom: 0.0rem;
}

li::before{
	content: '✔';
    position: absolute;
    left: 0;
    top: 0;
	margin-top: 0.05rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #f0c900;
}

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

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

/*
_______________________

KAPITÄLCHEN, BULLETPOINT
_______________________

<span class="capital" style="float: left; width: 43px; height: 20px; line-height: 47px; background: transparent; font-size: 38px; margin-top: -5px; margin-right: -32px; margin-bottom: 5px; background-color: transparent;">I</span>

ul li {
background: url(bp.jpg) no-repeat 2px 5px; padding-left:8px;
}
*/

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0.8rem 0;
}

.left {
	width: 100%;
	padding: 0;
	margin-right: 0.4rem;
}

.right {
	width: 100%;
	padding: 0;
	margin-left: 0.4rem;
}

.main {
    border: #efefef 1px solid;
    background-color: #FFF;
    padding: 0;
}

.abstand {
    padding: 0.8rem 0.5rem;
}

/* -------------- 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;") -- */

p:empty {
	height: 0.625rem;
}

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

.hide {
	display: none;
}

.refnr {}

.justifier {
	text-align: justify;
	text-align-last: justify;
}

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

.table {
	display: table;
	width: 100%;
	/* -- LÄSST GRENZEN VERSCHWINDEN, SODASS KEINe BEGRENZUNG ERSCHEINT -- */
	/* border-collapse: collapse; */
	/* --------------------------------------------------------------------*/
	table-layout: fixed;
	/* ----- ERSTELLT EINEN BEGRENZUNGSRAHMEN JEDOCH AN ALLEN SEITEN ----- */
	/* border-spacing: 3rem; */
	/* --------------------------------------------------------------------*/
}

.row {
	display: table-row;
}

#cell-left,
#cell-right {
	display: table-cell;
	vertical-align: bottom;
	padding: 1rem 3%;
}

#cell-left {
	border-right: 15px solid #fff;
}

#cell-right {
	border-left: 15px solid #fff;
}

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

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

.button_box {
	text-align: center;
}

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

/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
	display: inline-block;
	background: #f0c900 !important;
	padding: 10px 30px;
	margin: 2rem auto ;
	cursor: pointer;
	-webkit-border-radius: 70px;
	border-radius: 8px;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
    font-weight: bold;
}
.button a:hover {
	background-position: 15px center;
	background-color: #6da2d8 !important;
	text-decoration: none;
	color: #FFF;
}


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

.slider-wrap {
	max-width: 100%;
  	width: auto;
  	height: auto;
	position:relative;
	overflow: hidden;
    border-top: solid 5px #6da2d8;
    border-bottom: solid 1px #6da2d8;
}

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

.slideshow 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 24s linear infinite;
	animation: image 24s linear infinite;
}

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

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

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

.slideshow li:nth-child(4) span {
  	-webkit-animation-delay: 18s;
  	animation-delay: 18s;
}
ul.slideshow {
    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;
}

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

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

}

.slideshow-4-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;
}

.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-3-bilder 24s linear infinite;
  animation: image-3-bilder 24s linear infinite;
}

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

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

}

@keyframes image-4-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  2% {
    transform: translateX(0);
  }
  
  33.33333% {
    transform: translateX(0);
	
  }
  
  35.33333% {
    transform: translateX(-100%);

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

}

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

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

}

@-webkit-keyframes image-4-bilder {
0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  2% {
    transform: translateX(0);
  }
  
  33.33333% {
    transform: translateX(0);
	
  }
  
  35.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;
}

.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: 8s;
  animation-delay: 8s;
}

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

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 3 Bildern mit transform Animation */

/* ------------------- Sonstiges ------------------------- */

/*
_______________________

MARKIERTER TEXT
_______________________

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

*/
.apply {}
