/* --------------------- Styles
*/
.add-frame {
	height: 500px;
}


.btn-filter {
	width: calc(100% - 54px);
}

	
.content {
	position: relative;
	top: 0px;
	left: 0px;	
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}


.datenschutz {
        /* muss gleich intro sein!!! */
	padding-left: 2.5%;
	padding-right: 2.5%;
}


.filterbar {
/*	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;*/
	position: absolute;
	top: 20%;
	left: 2.5%;
	width: 95%;
	height: 144px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	z-index: 500;
}


.filtericon {
	width: 32px;
	height: 32px;
}


.filtericon-img {
	width: 32px;
	height: 32px;
}


.filterbar-input {
	width: 80%;
}


.filtermenu {
	position: fixed;
	top: 125px;
	right: 5%;
	width: 40px;
	text-align: right;
	font-size: 30px;
	z-index: 420;
}


.fix {
	position: fixed;
}


.footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
	color: #aaaaaa;
	z-index: 480;
}


.header {
	background-color: #ffffff;
	position: reliative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 47%;
	z-index: 500;
}


.intro {
	position: relative;
	top: 0px;
	left: 0px;	
	width: 100%;
	height: 130px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 0px;
}


.logo-klein {
	position: absolute;
	top: 20px;
	left: 5%;
	width: 150px;
	z-index: 550;
}


.menu {
	position: relative;
	top: 0px;
	left: 0px;	
	width: 100%;
	height: 90px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 25px;
}


.menu-button {
	width: 100%;
	max-width: 100px;
}


.optional {
	visibility: hidden;
	width: 0px;
        height: 0px;
}


.slider {
	position: relative;
	top: 0px;
	left: 0px;	
	width: 100%;
	height: 200px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5px;
}


.slider-arrows {
	width: 100%;
	text-align: center;	
}


.slider-box {
	position: relative;
	top: 0px;
	left: 0px;	
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}


.slider-content {
	position: relative;
	left: 0px;

	transition-property: left;
	-moz-transition-property: left; 				/* Firefox 4 */
	-webkit-transition-property: left;			/* Safari and Chrome */
	-o-transition-property: left;					/* Opera */
	
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s; 				/* Firefox 4 */
	-webkit-transition-duration: 0.5s; 				/* Safari and Chrome */
	-o-transition-duration: 0.5s; 					/* Opera */
	
	transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out; 		/* Firefox 4 */
	-webkit-transition-timing-function: ease-in-out; 	/* Safari and Chrome */
	-o-transition-timing-function: ease-in-out; 			/* Opera */
}


.slider-frame {
	height: 100px;
	display: inline-block;
	overflow: hidden;
}


.text-l {
	font-family: gill-light, sans-serif;
	font-size: 16pt;
}


.text-m {
	font-family: gill-light, sans-serif;
	font-size: 12pt;
}


.text-s {
	font-family: gill-light, sans-serif;
	font-size: 8pt;
}


h1 {
	font-family: unica, sans-serif;
	font-size: 14pt;
}


h2 {
	font-family: gill-light, sans-serif;
	font-size: 10pt;
	color: #765C4C;
}


h3 {
	font-family: unica, sans-serif;
	font-size: 14pt;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-top: 2px dotted black;
	border-bottom: 2px dotted black;
}


.h4 {
	font-family: unica, sans-serif;
	font-size: 12pt;
}


h5 {
	font-family: gill-light, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}


.umenu {
	font-family: unica, sans-serif;
	font-size: 12pt;
	position: absolute;
        right: 2.5%;
        top: 20px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	text-align: right;
}
