/* --------------------- Styles
*/
.add-frame {
	width: 22.5%;
	height: 450px;
}


.btn-filter {
	width: calc(100% - 54px);
}


.datenschutz {
        /* muss gleich filterbar sein!!! */
	padding-left: 2.5%;
	padding-right: 2.5%;
        padding-top: 80px;
        padding-bottom: 80px;
}

	
.content {
	position: relative;
	top: 0px;
	left: 0px;	
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	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;
}


.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: 25%;
	left: 2.5%;
	width: 95%;
	height: 75px;
	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: 22.5%;
}


.filterbar-hide {
	visibility: hidden;
}


.filterbar-menu {
	visibility: hidden;
}


.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: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 45%;
	z-index: 500;
}


.intro {
	position: relative;
	top: 0px;
	left: 0px;	
	width: 100%;
	height: 200px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 25px;
}


.logo-klein {
	position: absolute;
	top: 20px;
	left: 5%;
	width: 200px;
	z-index: 550;
}


.menu {
	position: relative;
	top: 0px;
	left: 0px;	
	width: 100%;
	height: 100px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 25px;
	vertical-align: top;
}


.menu-button {
	width: 100%;
	max-width: 100px;
}


.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: 18pt;
}


h2 {
	font-family: gill-light, sans-serif;
	font-size: 14pt;
	color: #765C4C;
	padding-left: 80px;
	padding-right: 80px;
}


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;
}


@media screen and (min-width: 1090px) {
	.add-frame {
		width: 23%;
	}
	
	.filterbar-input-optional {
		width: 31%;
		min-width: 120px;
		visibility: visible;
	}
}

