/* Version: 11.04.2018 */

@font-face { 
	font-family: "Montserrat";
	src: url('https://fonts.pwrk.dev/ofl/montserrat/Montserrat[wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

@font-face { 
	font-family: "Montserrat";
	src: url('https://fonts.pwrk.dev/ofl/montserrat/Montserrat-Italic[wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: italic;
}

@font-face { 
	font-family: "Open Sans";
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

@font-face { 	
	font-family: "Open Sans";
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans-Italic[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800, 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: 'Open Sans', sans-serif;
	font-size: 100%;
	color: #565656;
	text-decoration: none;
	font-weight: 300;
	word-spacing: normal;
	line-height: 1.4;
	background: #386095;
	background: -moz-linear-gradient(top, #386095 0%, #6ebbdc 100%);
	background: -webkit-linear-gradient(top, #386095 0%,#6ebbdc 100%);
	background: linear-gradient(to bottom, #386095 0%,#6ebbdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#386095', endColorstr='#6ebbdc',GradientType=0 );
	-webkit-print-color-adjust: exact;
}

p {
  	margin: 0 ;
}

p strong {
	font-weight: 600;
}

h1 {
	font-family: 'Montserrat', sans-serif;
  	line-height: 1.75;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 0;
	margin: 0;
	letter-spacing: -0.01rem;
	position: relative;
}

h1 span {
	line-height: 1.5;
	font-size: 1.0rem;
	font-weight: 500;
	padding-left: 0.5%;
	
}

h1::before {
	position: absolute;
  	left: -3.25%;
	top:0.5 2.15rem;
  	content: "/";
	font-size: 1.5rem;
	font-weight: 700;
	color: #fed781;


	

}

h2 {
	font-family: 'Montserrat', sans-serif;
  	margin: 0;
  	line-height: 1.3;
  	font-size: 1.6rem;
  	font-weight: 600;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	line-height: 1.2;
	font-size: 1.0rem;
	font-weight: 500;
	color: #fff
}

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: #000;
}

hr {
	color: #538eb9;
	border-color: #538eb9;
	background-color: #fff;
	margin: 0;
	height: 0.01rem;
}

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

.frame-outer {
	position: relative;
	padding: 0;
	width: 780px;
	margin: 1.3rem auto;
	background-color: #6ebbdc;
	background-color: #fff;

	border: 0.02rem solid #386095;
	font-size: 0.8rem;
	overflow: hidden;
}

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

.content {
	position: relative;
  	padding: 1.1rem 3% 1.1rem 4%;
	height: 0;

}

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

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

.box-right {
	position: relative;

  	float: right;
  	width: 48%;
}

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

.left {
	width: 52%;

}

.right {
	width: 46%;
}



.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 ------------------------- */

.refnr {
	
}

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

ul {
	position: relative;
  	margin: 0 auto 1rem 0.5rem;
  	padding-left: 1.5rem;
  	list-style-type: none;
}

li {
  	margin: auto;
  	padding: 0;
}
 
li::before {
  	position: absolute;
  	left: 0.55rem;
  	content: "•";
  	font-size: 1rem;
  	color: #538eb9;
} 

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

.header {
  	width: 100%;
	height: 22rem;
	overflow: hidden;
	position: relative;
}

.shaped-logo {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 11;
	width: 15%;
	height: 8rem;
	-webkit-clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
	clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
	background-color: #FFF;
}

.logo {
	display: block;
  	width: 4.5rem;
	margin: 0.25rem auto 0 auto;
	position: relative;
	z-index: 5;
}

.shaped-header {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
    height: 40rem;
	-webkit-clip-path: polygon(80% 0, 96% 46%,  0 46%, 0 0);
	clip-path: polygon(65% 0, 91% 45%,  0 45%, 0 0);
	z-index: 1;
}

.shaped-header-bg {
	position: absolute;
	top: -1rem;
	left: -1rem;
	width: 106%;
	height: 40rem;
	background: #386095;
	background: -moz-linear-gradient(top, #386095 0%, #6ebbdc 100%);
	background: -webkit-linear-gradient(top, #386095 0%,#6ebbdc 100%);
	background: linear-gradient(to bottom, #386095 0%,#6ebbdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4455', endColorstr='#91155b',GradientType=0 );
	-webkit-clip-path: polygon(80% 0, 96% 46%,  0 46%, 0 0);
	clip-path: polygon(65% 0, 96% 56%,  0 56%, 0 0);
	z-index: 0;
}

.title {
	font-size: 3.2rem;
	line-height: 1.2;
}

#name {
	position: absolute;
	top:1rem;
	right: 1%;	
	z-index: 51;
	width: 25%;
	text-align: center;


}

#suche {
	position: absolute;
	top: 18.5rem;
	left: 4%;	
	z-index: 50;


}

.box {
	border: 0.1rem solid #538eb9;
	padding: 0.5rem 3%;
	width: 88%;
	margin-left: 6%;
}

.blue {
	color: #538eb9;
}

.blue_light {
	color: #6ebbdc;
}

.white {
	color: #fff;
}

.title small {
	font-size: 1.2rem;
}

.subtitle {
	font-size: 1.9rem;
}

p.intro {
	font-size: 1rem;
}

.headline {
	font-weight: 700;
}

.shaped-footer {
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 100%;
	height: 30rem;
	background: linear-gradient(180deg,  rgba(255,255,255,1) 0%, rgba(110,187,220,1) 100%);
	-webkit-clip-path: polygon(100% 100%, 100% 80%, 29% 63%, 0 80%, 0 100%);
	clip-path: polygon(100% 100%, 100% 80%, 29% 63%, 0 80%, 0 100%);
}

.shaped-footer-bg {
	position: absolute;
	bottom: 1.5rem;
	z-index: 9;
	width: 100%;
	height: 30rem;
	background: #386095;
	background: -moz-linear-gradient(top, #386095 0%, #6ebbdc 100%);
	background: -webkit-linear-gradient(top, #386095 0%,#6ebbdc 100%);
	background: linear-gradient(to bottom, #386095 0%,#6ebbdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#386095', endColorstr='#6ebbdc',GradientType=0 );
	-webkit-clip-path: polygon(100% 100%, 100% 80%, 29% 63%, 0 80%, 0 100%);
	clip-path: polygon(100% 100%, 100% 80%, 29% 63%, 0 80%, 0 100%);
}


.footer-text {
	position: absolute;
	bottom: 2.25rem;
	width: 57%;
	color: #FFF;
	left: 14%;
	font-size: 0.95rem;
	font-weight: 600;
}

.footer-text a {
	color: #FFF;
	text-decoration: underline;
}

.button a {
  	position: absolute;
	bottom: 2rem;
	right: 30%;
  	background: #a00c11;
  	padding: 0.6rem 2.5rem;
  	margin: 0.5rem auto;
  	cursor: pointer;
  	border: 0.1rem solid #a00c11;
  	transition: all 140ms ease 0s;
  	-moz-transition: all 140ms ease 0s;
  	-webkit-transition: all 140ms ease 0s;
  	color: #FFF;
	font-weight: 600;
	text-decoration: none;
	border-radius: 10px;
}

.button a:hover {
  	background-position: 15px center;
  	background: rgba(255,255,255,0) ;
	border-color: #a00c11;
  	text-decoration: none;

}

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

.slider-wrap img {
	display: inline;
	
}
  
.slideshow {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.slideshow li span {
    width: 100%;
	
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    opacity: 0;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: image 24s linear infinite;
    animation: image 24s linear infinite;
}
  
@keyframes image {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    5% {
      opacity: 1;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    25% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

@-webkit-keyframes image {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    5% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
  
.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;
    padding-left: 0;
}

.slideshow li::before {
	display: none;
}

.apply {}
