@charset "utf-8";

/* FONTS */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: light;
  font-weight: 300;
  src:  url("/fonts/sourcesanspro-light.ttf") format("truetype");
 }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: bold;
  font-weight: 700;
  src:  url("/fonts/sourcesanspro-bold.ttf") format("truetype");
}

html, body {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	overflow-x: hidden;
	font-weight: 300;
}

body {
	position: relative;
}

.container {
	max-width: 1200px;
	margin: 0px auto;
}

.wrap {
	max-width: 600px;
	margin: 0px auto !important;
}

@media (max-width: 1240px) {
	.container {
		margin: 0px 20px;
	}
}

/* AUSZEICHNUNGEN */
h1 {
	font-size: 45px;
	font-weight: 300;
	margin: 0px 0px 17px 0px;
}

h2, .h2, h3, .h3, h4 {
	font-size: 30px;
	font-weight: 300;
	margin: 0px 0px 17px 0px;
}

h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h4 strong {
	font-weight: 700;
	text-transform: uppercase;
}

.only-text h1, .only-text h2, .only-text .h2, .only-text h3, .only-text .h3, .only-text h4 {
	margin-top: 30px;
}

@media (max-width: 800px) {
	h1, h2, .h2, h3, .h3, h4 {
		font-size: 25px;
	}
}

/* boxes */
.boxes h3, .boxes .h3 {
	font-size: 25px;
	font-weight: 300;
	margin: 0px 0px 17px 0px;
}

p {
	margin: 0px 0px 8px 0px;
	line-height: 155%;
}

p a, .link {
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}

p a:hover, .link:hover {
	text-decoration: none;
}

p strong {
	font-weight: 700;
}

/* button */
p.button {
	margin-top: 30px;
}

p.button a {
	background: #0A4D7B;
	padding: 10px 50px;
	text-decoration: none;
	color: #fff;
	transition: 0.5s;
	display: inline-block;
}

p.button a:hover {
	background: #000;
}

img {
	width: 100%;
	height: auto;
}

.img-auto {
	width: auto;
}

/* logo */
#logo {
	width: 150px;
	margin-bottom: 50px;
}


/* KLASSEN */
.content {
	padding: 20px 0px 140px 0px;
}

.normal-padding-bottom {
	padding-bottom: 80px;
}

.normal-padding-top {
	padding-top: 80px;
}

.more-padding-bottom {
	padding-bottom: 200px;
}

.more-padding-top {
	padding-top: 200px;
}

.no-margin-bottom {
	margin-bottom: 0px;
}

.no-margin-top {
	margin-top: 0px !important;
}

.no-padding-top {
	padding-top: 0px;
}

.no-padding-bottom {
	padding-bottom: 0px;
}

.abstand-top {
	margin-top: 30px;
}

.abstand-top-more {
	margin-top: 50px !important;
}

.abstand-bottom {
	margin-bottom: 30px;
}

.abstand-bottom-more {
	margin-bottom: 50px !important;
}

.center {
	text-align: center;
}

.small {
	font-size: 85%;
}

.middle-content-box {
	position: relative;
}

.middle-content {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
}


.blue {
	background: #0A4D7B;
	color: #fff;
}

.grey {
	background: #EBEBEB;
}

.pink {
	background: #e6007e;
	color: #fff;
}

.bottom-white {
	background: url(../img/system/bottom-white.png) no-repeat bottom center;
}

.blue.bottom-white {
	background: #0A4D7B url(../img/system/bottom-white.png) no-repeat bottom center;
}

.grey.bottom-white {
	background: #EBEBEB url(../img/system/bottom-white.png) no-repeat bottom center;
}

.bottom-blue {
	background: url(../img/system/bottom-blue.png) no-repeat bottom center;
}

.blue.bottom-blue {
	background: #0A4D7B url(../img/system/bottom-blue.png) no-repeat bottom center;
}

.grey.bottom-blue {
	background: #EBEBEB url(../img/system/bottom-blue.png) no-repeat bottom center;
}

.bottom-grey {
	background: url(../img/system/bottom-grey.png) no-repeat bottom center;
}

.blue.bottom-grey {
	background: #0A4D7B url(../img/system/bottom-grey.png) no-repeat bottom center;
}

.grey.bottom-grey {
	background: #EBEBEB url(../img/system/bottom-grey.png) no-repeat bottom center;
}

@media (min-width: 2500px) {
	.bottom-white, .blue.bottom-white, .grey.bottom-white, .bottom-blue, .blue.bottom-blue, .grey.bottom-blue, .bottom-grey, .blue.bottom-grey, .grey.bottom-grey {
		background-size:contain;
	}
}

/* GRID */
.kacheln-2 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 60px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 60px;
}

.kacheln-3 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
}

@media (max-width: 1100px) {
	.kacheln-2 {
		-ms-grid-columns: 1fr 30px 1fr;
		grid-column-gap: 30px;
	}
}

@media (max-width: 950px) {
	.kacheln-3 {
		-ms-grid-columns: 1fr 20px 1fr;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 20px;
	}
}

@media (max-width: 700px) {
	.kacheln-3 {
		display: block;
	}
}

@media (max-width: 770px) {
	.kacheln-2 {
		display: block;
	}
}



/* MENÜ */
#menu {
	position: fixed;
	width: 100%;
	padding: 40px 0px;
	transition: 0.5s;
	z-index: 10000;
}

#menu.fixed {
	background: #000;
	padding: 20px 0px;
}

/* logo */
#menu #logo {
	display: block;
	background: url("../img/system/logo-zielbewusst.png") no-repeat top right;
	background-size: contain;
	width: 180px;
	height: 110px;
	float: left;
}

.only-text #menu #logo {
	background-image: url(/img/system/logo-zielbewusst_black.png);
}

#menu.fixed #logo {
	background: url("../img/system/logo-zielbewusst_mobil.png") no-repeat top right;
	background-size: contain;
	width: 113px;
	height: 56px;
	margin: -9px 0px -25px 0px;
}

 /* nav */
#menu #nav {
	float: right;
}

#menu #nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu #nav ul li {
	display: inline-block;
	margin: 0px 0px 0px 20px;
}

#menu #nav ul li a {
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
}

.only-text #menu.fixed #nav ul li a {
	color: #fff;
}

.only-text #menu #nav ul li a {
	color: #000;
}

#menu #nav ul li a.active {
	font-weight: 700;
}

#menu #nav ul li a:hover {
	font-weight: 700;
}

#menu #nav ul li a::before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

#toggle, #close-nav {
	width: 50px;
	height: 50px;
	background: #000;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	display: none;
}

#toggle {
	background: url(../img/system/toggle.png) no-repeat center;
	background-size: contain;
}

.only-text #toggle {
	background-image: url(../img/system/toggle_black.png);
}

#close-nav {
	background: url(../img/system/close-nav.png) no-repeat center;
	background-size: contain;
}

#menu-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgb(0,57,96,0.9);
	z-index: 99999;
	display: none;
}

@media (max-width: 950px) {
	#menu, #menu.fixed {
		background: none;
		position: absolute;
		width: 100%;
		padding: 40px 0px;
		z-index: 10000;
	}
	
	#menu #logo, #menu.fixed #logo {
		display: block;
		background: url("../img/system/logo-zielbewusst.png") no-repeat top right;
		background-size: contain;
		width: 180px;
		height: 110px;
		float: left;
		margin: 0px;
	}
	
	#toggle, #close-nav {
		display: block;
	}
	
	#menu #nav {
		float: none;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 9999999;
		display: none;
	}
	
	#menu #nav ul {
		margin-top: 100px;
		text-align: center;
	}
	
	#menu #nav ul li {
		display: block;
		margin-bottom: 20px;
	}
	
	#menu #nav ul li a {
		font-size: 30px;
		color: #fff !important;
	}
}

@media (max-height: 600px) {
	#menu #logo, #menu.fixed #logo {
		width: 120px;
		height: 78px;
	}
}



/* HEADER */
#header {
	font-size: 33px;
	padding: 200px 0px 20px 0px;
	position: relative;
}

#header p {
	padding: 0px 10px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.60);
}

.first-after-nav {
	padding-top: 200px;
}

#header strong {
	font-weight: 700;
	text-transform: uppercase;
}

#header .layer {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 50px 200px;
	margin: -50px -200px;
	left: 0px;
	bottom: 0px
}

#header .layer.frontlayer {
	background: url(../img/startseite/rakete/sterne.png) no-repeat top center;
	background-size: cover;
}

#header .layer.bglayer {
	background: url(../img/startseite/rakete/sterne-bg.png) no-repeat top center;
	background-size: cover;
}

.overlay {
  position: absolute;
  top: 130;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

#header #rakete {
	position: absolute;
	bottom: -150px;
	left: 0px;
	background: url(../img/startseite/rakete/rakete.png) no-repeat bottom center;
	width: 100%;
	height: 600px;
}

#header #wolke {
	position: absolute;
	bottom: -90px;
	left: 0px;
	background: url(../img/startseite/rakete/wolke-bottom.png) no-repeat bottom center;
	width: 100%;
	height: 250px;
}

@media (max-width: 800px) {
	#header {
		font-size: 25px;
	}
	
	#header .layer.frontlayer, #header .layer.bglayer {
		display: none;
	}
	
	#header #wolke {
		background-size: auto 50%;
	}
	
	#header #rakete {
		background-size: auto 60%;
		bottom: -90px;
	}
	
	#header p {
		padding: 0px 30px;
	}
}

@media (max-height: 600px) {
	#header {
		padding: 150px 0px 20px 0px;
	}
	
	#header #rakete {
		bottom: -120px;
	}
}



/* CONTENT */

/* Messeangebot */
.messeangebot {
	background-image: url(/im/messeangebot/messeangebot.png);
	background-repeat: no-repeat;
	background-position: 110% -15px;
	padding-top: 40px;
}

@media (max-width: 1200px) {
	.messeangebot {
		background-size: 1000px;
	}
}

@media (max-width: 1000px) {
	.messeangebot {
		background-size: 800px;
	}
}

@media (max-width: 800px) {
	.messeangebot {
		background-size: 100%;
		background-position: 110% -5px;
	}
}

/* zahlen */
.unser-versprechen {
	background-image: url(/im/startseite/unser-versprechen.png);
	background-repeat: no-repeat;
	background-position: 110% -15px;
	padding-top: 40px;
}

.zahlen {
	padding-top: 130px;
	margin-top: 40px;
}

.eins {
	background: url(/im/startseite/zahlen-eins.png) no-repeat 20% top;
}

.zwei {
	background: url(/im/startseite/zahlen-zwei.png) no-repeat 70% top;
}

.drei {
	background: url(/im/startseite/zahlen-drei.png) no-repeat 20% top;
}

@media (max-width: 1200px) {
	.unser-versprechen {
		background-size: 1000px;
	}
}

@media (max-width: 1000px) {
	.unser-versprechen {
		background-size: 800px;
	}
}

@media (max-width: 800px) {
	.unser-versprechen {
		background-size: 100%;
		background-position: 110% -5px;
	}
}

/* portrait 1 */
.portrait01 {
	background-image: url(../img/startseite/portrait_sabine-koch-neu.jpg);
	background-position: 5% bottom;
	background-repeat: no-repeat;
	transition: 0.5s;
}

@media (max-width: 1480px) {
	.portrait01 {
		background-position: -10% bottom;
	}
}

@media (max-width: 1190px) {
	.portrait01 {
		background-position: -20% bottom;
	}
}

@media (max-width: 1000px) {
	.portrait01 {
		background-position: center 115%;
		padding-bottom: 390px;
		padding-top: 30px !important;
	}
}

/* portrait 2 */
.portrait02 {
	background-image: url(../img/startseite/portrait-mit-hoergeraeten-gross.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #29343e;
	padding-top: 170px;
	transition: 0.5s;
	color: #fff;
}

@media (max-width: 1000px) {
	.portrait02{
		padding: 140px 0px 110px 0px;
	}
	
	.portrait02 .h2 {
		font-size: 140%;
	}
}

@media (max-width: 850px) {
	.portrait02 {
		padding: 120px 0px 90px 0px;
	}
	
	.portrait02 .abstand-top {
		margin: 0px;
	}
}

@media (max-width: 800px) {
	.portrait02 {
		background-image: url(../img/startseite/portrait-mit-hoergeraeten-gross_mobil.jpg);
		background-position: center top;
		background-size: 700px;
		text-align: center;
		padding: 390px 0px 120px 0px;
	}
}



/* screens */
@media (max-width: 850px) {
	.screens .middle-content {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@media (max-width: 770px) {
	.screens {
		text-align: center;
	}
	
	.screens img {
		margin-bottom: 20px;
		max-width: 570px;
	}
}

/* IMAGE SLIDER */
.row .column img:hover {
	opacity: 0.6;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.9);
}
					
.modal img {
	width: auto;
	height: 100%;
	max-height: 650px;
	margin: 0px auto;
	display: block;
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1000px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/* BOXES */
.alle-boxen .boxes {
	position: relative;
	background: #05385B;
	padding: 20px;
	box-sizing: border-box;
	transition: 0.5s;
	margin-bottom: 50px;
	cursor: pointer;
}

.alle-boxen:hover .boxes {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.57);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.57);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.57);
	margin-bottom: 30px;
}

.alle-boxen img {
	width: 85%;
	height: auto;
	transition: 0.5s;
	margin: 0px auto;
	display: block;
}

.alle-boxen:hover img {
	width: 95%;
}

.alle-boxen .boxes .verlauf {
	position: absolute; 
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background: url(../img/system/ueberblende.png) no-repeat bottom;
}

.alle-boxen .boxes .box-overlay {
	background: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	color: #000;
	opacity: 0;
	transition: 0.5s;
}

.alle-boxen:hover .boxes .box-overlay {
	opacity: 1;
}

.alle-boxen .boxes .box-overlay .middle-content {
	padding: 20px;
	box-sizing: border-box;
}

/* popup */
.alle-boxen .boxes-popup {
	position: fixed;
	z-index: 1000000;
	display: none;
	top: 200px;
  	left: 50%;
	transform: translate(-50%, 0);
	max-width: 600px;
	width: 90%;
}

.alle-boxen .boxes-popup .conent-popup {
	background: #fff;
	color: #000;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.57);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.57);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.57);
}

.alle-boxen:hover .boxes-popup img {
	width: 85% !important;
}

#overlay-popup {
	background: rgb(0,57,96,0.9);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
}

.close-popup {
	background: url(/img/system/close-nav.png) no-repeat center;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

/*@media (max-width: 1215px) {
	.alle-boxen .boxes-popup {
		position: fixed;
		z-index: 1000000;
		display: none;
		top: 100px;
		left: 0px;
		transform: none;
	}
}*/

@media (max-height: 900px) {
	.alle-boxen .boxes-popup {
		position: absolute;
		top: auto;
		margin-top: -400px;
	}
}








/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	padding: 0px 20px;
	box-sizing: border-box;
	transition: 0.5s;
	opacity: 1;
}

.slick-slide.slick-current {
	opacity: 1;
}

.slick-slide img {
	width: 120px;
	margin: -10px auto 10px auto;
	transition: 0.5s;
}

.slick-slide.slick-current img {
	width: 120px;
	margin: -10px auto 10px auto;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-list.draggable[style] {
	padding-top: 10px !important;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 80px;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
	background-image: url(../img/system/arrow-left.png), url(../img/system/verlauf-weiss-links.png);
	background-position: left center, left center;
	background-repeat: no-repeat, repeat-y;
	background-size: auto, cover;
	left: -10px;
	z-index: 5000;
}

.slick-next {
	background-image: url(../img/system/arrow-right.png), url(../img/system/verlauf-weiss-rechts.png);
	background-position: right center, right center;
	background-repeat: no-repeat, repeat-y;
	background-size: auto, cover;
    right: -10px;
	z-index: 5000;
}

/* FOOTER */
#footer {
	padding: 50px 0px;
	color: #3C3C3C;
}

.only-text #footer {
	background: #ebebeb;
}




/* --- FORMULAR --------------------------------------*/
/* remove standard-styles */
input, select, textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 95%;
    width: 100%;
    margin: 0px;
	font-family: 'Source Sans Pro', sans-serif;
}

button {
	cursor: pointer;
}

.submit::-moz-focus-inner, button::-moz-focus-inner { 
    border: 0;
}

/* HONEYPOT */
.fieldone{
	opacity: 0 !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	height: 0 !important;
	width: 0 !important;
	z-index: -1 !important;
}

.other-link a {
	font-size: 120% !important;
	line-height: 110% !important;
	background: #fa7f00;
}

/* ALLE FORMULARE */
fieldset {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	border: 0px;
}

/* LABEL */
label {
	color: #ffff;
	margin-bottom: 2px;
	display: inline-block;
	line-height: 145%;
}

/* INPUT TEXT */
input[type='text'], input[type='email'], input[type='phone'], input[type='password'], input[type='date'] {
	background: #ffffff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px 19px;
	color: #000;
}

/* INPUT TEXT */
input[type='text']:disabled, input[type='email']:disabled, input[type='phone']:disabled, input[type='password']:disabled {
	background: #f4f4f4;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px 19px;
	color: #5d5d5d;
}

/* SELECT FIELD */
select {
	background: #ffffff url("/img/template/icon_dropdown.svg") no-repeat right center;
	background-size: 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px;
	color: #000;
}

.repeatingSection select {
	background: #fff url("/img/template/icon_dropdown.svg") no-repeat right center;
	background-size: 40px;
}

/* TEXTAREA */
textarea {
	background: #ffffff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
}

/* BUTTON */
form button {
	background: #000000;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 11px 40px;
	min-width: 230px;
	text-align: center;
	color: #fff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	width: auto;
	margin: 10px 0px;
}
form button:hover {
  	background: #ffffff;
	color: #0A4D7B;
}

/* CHECKBOX UND RADIOBUTTON */
/* hide standard inputs */
input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
    background: transparent;
    position: absolute;
    visibility: hidden;
    margin:0;
    padding:0;
}

input[type='checkbox'] + label,
input[type='radio'] + label,
input[type='checkbox'] + div.lable-box label,
input[type='radio'] + div.lable-box label {
    cursor: pointer;
}

/* add custom inputs with ::before */
input[type='checkbox']:checked + label::before, 
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before,
input[type='checkbox']:checked + div.lable-box label::before, 
input[type='checkbox']:not(:checked) + div.lable-box label::before,
input[type='radio']:checked + div.lable-box label::before,
input[type='radio']:not(:checked) + div.lable-box label::before,
input[type='checkbox']:checked + label.uk-form-danger + label::before, 
input[type='checkbox']:not(:checked) + label.uk-form-danger + label::before,
input[type='radio']:checked + label.uk-form-danger + label::before,
input[type='radio']:not(:checked) + label.uk-form-danger + label::before,
input[type='checkbox']:checked + label.uk-form-danger + div.lable-box label::before, 
input[type='checkbox']:not(:checked) + label.uk-form-danger + div.lable-box label::before,
input[type='radio']:checked + label.uk-form-danger + div.lable-box label::before,
input[type='radio']:not(:checked) + label.uk-form-danger + div.lable-box label::before {
    content:' ';
    display:inline-block;
    width: 20px;
    height:20px;
    position: relative;
    top:4px;
    border: 0px;
    background: #ffffff;
    margin-right: 9px;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
            box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

/*platzierung checkbox*/
input[type='checkbox']:checked + div.lable-box, 
input[type='checkbox']:not(:checked) + div.lable-box,
input[type='checkbox']:checked + label.uk-form-danger + div.lable-box, 
input[type='checkbox']:not(:checked) + label.uk-form-danger + div.lable-box {
    padding-left: 32px;
    margin-left: -3px;
}

input[type='checkbox']:checked + label::before, 
input[type='checkbox']:not(:checked) + label::before,
input[type='checkbox']:checked + div.lable-box label::before, 
input[type='checkbox']:not(:checked) + div.lable-box label::before,
input[type='checkbox']:checked + label.uk-form-danger + label::before, 
input[type='checkbox']:not(:checked) + label.uk-form-danger + label::before,
input[type='checkbox']:checked + label.uk-form-danger + div.lable-box label::before, 
input[type='checkbox']:not(:checked) + label.uk-form-danger + div.lable-box label::before{
    margin-left: -30px;
}

/*platzierung radio*/
input[type=radio]:checked + label,
input[type=radio]:not(:checked) + label,
input[type=radio]:checked + div.lable-box label,
input[type=radio]:not(:checked) + div.lable-box label,
input[type=radio]:checked + label.uk-form-danger + label,
input[type=radio]:not(:checked) + label.uk-form-danger + label,
input[type=radio]:checked + label.uk-form-danger + div.lable-box label,
input[type=radio]:not(:checked) + label.uk-form-danger + div.lable-box label {
    padding-left: 32px;
    margin-left: -3px;
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before,
input[type=radio]:checked + div.lable-box label::before,
input[type=radio]:not(:checked) + div.lable-box label::before,
input[type=radio]:checked + label.uk-form-danger + label::before,
input[type=radio]:not(:checked) + label.uk-form-danger + label::before,
input[type=radio]:checked + label.uk-form-danger + div.lable-box label::before,
input[type=radio]:not(:checked) + label.uk-form-danger + div.lable-box label::before {
    margin-left: -30px;
    border-radius: 30px;
}

/* hintergrund nicht checked hover */
input[type='radio']:hover + label::before, 
input[type='radio']:hover + div.lable-box label::before,
input[type='radio']:hover + label.uk-form-danger + label::before, 
input[type='radio']:hover + label.uk-form-danger + div.lable-box label::before{
    background: #e23743 no-repeat center;
	background-size: 50%;
}

input[type="checkbox"]:hover + label::before,
input[type="checkbox"]:hover + div.lable-box label::before,
input[type="checkbox"]:hover + label.uk-form-danger + label::before,
input[type="checkbox"]:hover + label.uk-form-danger + div.lable-box label::before{
    background: #e23743 url("../images/template/icon_check-white.svg") no-repeat center;
	background-size: 60%;
}

/* hintergrund checked */
input[type='radio']:checked  + label::before, 
input[type='radio']:checked  + div.lable-box label::before,
input[type='radio']:checked + label::before, 
input[type='radio']:checked + label.uk-form-danger + div.lable-box label::before{
    background: #c90c0f no-repeat center;
	background-size: 50%;
}

input[type='checkbox']:checked  + label::before,
input[type='checkbox']:checked  + div.lable-box label::before,
input[type='checkbox']:checked + label.uk-form-danger + label::before,
input[type='checkbox']:checked + label.uk-form-danger + div.lable-box label::before{
    background: #c90c0f url("../images/template/icon_check-white.svg") no-repeat center;
	background-size: 60%;
}

/* hintergrund checked & disabled */
input[type='radio']:checked:disabled  + label::before, 
input[type='radio']:checked:disabled  + div.lable-box label::before,
input[type='radio']:checked:disabled + label::before, 
input[type='radio']:checked:disabled + label.uk-form-danger + div.lable-box label::before{
    background: #d5d5d5 no-repeat center;
	background-size: 50%;
}

input[type='checkbox']:checked:disabled  + label::before,
input[type='checkbox']:checked:disabled  + div.lable-box label::before,
input[type='checkbox']:checked:disabled + label.uk-form-danger + label::before,
input[type='checkbox']:checked:disabled + label.uk-form-danger + div.lable-box label::before{
    background: #d5d5d5 url("../images/template/icon_check-white.svg") no-repeat center;
	background-size: 60%;
}









/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #EBEBEB, rgba(235, 235, 235, 0));
  background-image: linear-gradient(to right, #EBEBEB, rgba(235, 235, 235, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #EBEBEB, rgba(235, 235, 235, 0));
  background-image: linear-gradient(to left, #EBEBEB, rgba(235, 235, 235, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #000;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0A4D7B;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  padding-bottom: 15px;
  color: #000;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
	transition: 0.3s;
	display: inline-block;
	width: 150px;
	text-decoration: none;
}

.cd-horizontal-timeline .events a:hover {
	font-size: 16px;
	color: #0A4D7B;
	line-height: 122%;
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -6px;
  height: 13px;
  width: 13px;
	border:  2px solid #000;
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
	transition: 0.3s;
}

.cd-horizontal-timeline .events a:hover::after {
	height: 17px;
  	width: 17px;
	bottom: -8px;
	background: #0A4D7B;
	border-color: #0A4D7B;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #0A4D7B;
  border-color: #0A4D7B;
  
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.older-event::after {
  border:  2px solid #0A4D7B;
	background: #fff;
	bottom: -7px;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #0A4D7B !important;
  border-color: #0A4D7B;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  background: url(../img/system/arrow-right.png) no-repeat center;
	background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
	color: transparent;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #0A4D7B;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
	opacity: 0.3;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@media (max-width: 1220px) {
	.cd-horizontal-timeline .events-content li {
		padding: 0px;
	}
}

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}

ul.cd-timeline-navigation, ul.cd-timeline-navigation li, .events-content ol, .events-content ol li, ul.cd-timeline-navigation, ul.cd-timeline-navigation li, .events ol, .events ol li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

@media only screen and (min-width: 768px) {

}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}


/* ----- ANIMATION INHALTE ------------------------------------------------------------------------------ */
.animation-element {
  opacity: 0;
  position: relative;
}

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
