/* reset */

* {
	margin: 0;
	padding: 0;
}


ol, ul {
	list-style: none;
}

a img{
	border: none;
}

a { text-decoration: none; }

.clearfix {
	display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* end reset */

#slider_main {
	overflow: hidden;
	object-fit: cover;
	width: 100%;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	max-height: 650px;
}#slider_main_home {
	overflow: hidden;
	object-fit: cover;
	width: 100%;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	max-height: 650px;
}


/*  main styles */



h2 {
	font-size: 2.3em;
	margin: 50px 0;
	color: #d1c8ba;
	text-shadow: #fff 1px 1px;		
}
.fotobox {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 650px;
	width: 100%;
	position: relative;
}

.flex-caption-titel {
	font-family: 'Ek Mukta', sans-serif;
	color: #FFF;
	font-size: 68px;
	line-height: 1.04;
	font-weight: 300;
	letter-spacing: -0.03em;
	width: min(760px, 62%);
	text-shadow: none;
}

.flex-caption-content {
	font-family: "Open Sans";
	font-size: 12pt;
	line-height: 16pt;
	color: #000;
	margin-top: 10px;
	font-weight: lighter;
}

@media only screen and (max-width: 1280px) {
	.flex-caption {
		bottom: 154px;
		width: calc(100% - 64px);
	}

	.flex-caption-titel {
		font-size: 56px;
		width: min(680px, 70%);
	}
}

@media only screen and (max-width: 768px) { 

#slider_main {
	max-height: 350px;
}#slider_main_home {
	max-height: 350px;
}
}




