@charset "utf-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
outline: none;
}


html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Barlow Condensed', sans-serif;
	color: #583212;
	font-size: 18px;

}
  


/********************** HEADER FIXED ***********************/
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 162px;
	background: #fff;
	z-index: 10000;
	text-align: center;
	
}

.logo {
	position: absolute;
	left: 29px;
	top: 18px;
	width: 147px;
	height: auto;
	background: #fff;
	border: 2px solid #fff;
	
}


@media (max-width: 900px) {
  .logo {
	left: 20px;
	top: 15px;
	width: 120px;
    
  }
}

.logopic {
	width: 100%;
	max-width: 147px;
	height: auto;
	
}

.navigation {
	margin: 120px auto 0;
	width: 800px;
	height: 30px;
	background: #fff;
	
}



/********************** SUJET FULL-HEIGHT ***********************/
.sujet-full {
position: relative;
padding-top: 0px;
overflow: hidden;
background: #ccc;
width: 100%;
height: auto;

}



/********************** SUJET ***********************/

.sujet-follow {
	position: relative;
	margin: 125px auto 0;
	text-align: center;
	width: 100%;
	height: 520px;
	background:  #ccc;
	
}




/********************** CONTENT ***********************/

.content {
	position: relative;
	margin: 0;
	text-align: center;
	width: 100%;
	height: auto;
	min-height: 200px;
	background:  #fff;
	
}

.content-brown {
	position: relative;
	margin: 0;
	text-align: center;
	width: 100%;
	height: auto;
	min-height: 400px;
	background: url(../images/bg-brown.png) repeat;
	
}


.inhalt {
	margin: 0 auto 0;
	padding: 50px 15px 50px 15px;
	width: 100%;
	max-width: 1000px;
	height: auto;
	background: transparent;
	box-sizing: border-box;
	
}



/********************** FOOTER ***********************/

.footer {
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
	min-height: 110px;
	background:  #a09182;
	
}




.bild {
	width: 100%;
	height: auto;
	border: 0;
	
	
}


/********************** NAVIGATION ***********************/

.titreck {
	font-weight: 300 !important;

	
}


/********************** HEADLINES ***********************/

.h1 {
	font-family: 'Barlow Condensed', sans-serif;
	color: #291606;
	font-size: 48px;
	font-weight: 500 !important;
	border-top: 2px solid #291606;
	border-bottom: 2px solid #291606;
	
}


.h2 {
	font-family: 'Barlow Condensed', sans-serif;
	color: #291606;
	font-size: 40px;
	font-weight: 300 !important;
	line-height: 50px;
	
	
}

.h3 {
	font-family: 'Barlow Condensed', sans-serif;
	color: #291606;
	font-size: 26px;
	font-weight: 400 !important;
	line-height: 50px;
	
	
}


h6 {
	font-family: 'Barlow Condensed', sans-serif;
	color: #291606;
	font-size: 14px;
	font-weight: 300 !important;
	line-height: 50px;
	
	
}



/********************** OVERLAY ***********************/

.uk-margin {
    margin-top: -50px;
}


.uk-link-reset, .uk-link-reset a, .uk-link-reset a:focus, .uk-link-reset a:hover, .uk-link-reset:focus, .uk-link-reset:hover {
    text-decoration: none;
	font-family: 'Barlow Condensed', sans-serif;
	color: #291606;
	font-size: 18px;
	font-weight: 400 !important;
	line-height: 50px;
	
}


.uk-overlay, .uk-overlay-area-content, .uk-overlay-area:not(:empty)::before {
    vertical-align: middle;
    display: inline-block;
	padding-top: 30px;
}


