/* -----------------------------------------------------------------------
	CSS RESET
----------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, time, mark, audio, video {
	background: transparent;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	vertical-align: baseline;
}
a { border: 0; outline: 0; text-decoration: none; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
mark { font-weight: normal; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }





/* -----------------------------------------------------------------------
	CORE
----------------------------------------------------------------------- */
*, :before, :after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
}
body {
	font: normal 1.09em/1.3em Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #222;
	width: 100%;
	white-space-collapsing: trim-inner;
	text-rendering: optimizeLegibility;
	font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;

	background: #fff;
}

h1 {
	font-size: 1.55em;
	line-height: 0.9em;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.6em; /* 26px */
	margin-bottom: 1.5em;
}
p { margin: 0 0 20px 0; }
strong { 	font-weight: bold; }

figure img, figure a img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	width: auto\9;
	_width: 100%;
	
}

::-moz-selection { background: #fff; color: #d40046; }
::selection { background: #fff; color: #d40046; }




/* -----------------------------------------------------------------------
	LINKS
----------------------------------------------------------------------- */
a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
a:hover {
	color: #000;
	text-decoration: none;
}








/* -----------------------------------------------------------------------
	NAV
----------------------------------------------------------------------- */
#navigation  {
	margin-top: 20px;
	padding: 10px 60px;
	background-color: #d40046;
}
nav ul {
	margin: 0;
	padding: 0;
	display: table;
	float: left;
}
nav li {
	font-size: 1.143em;
	margin: 4px 25px 0px 0;
	padding: 0;
	display: inline;
}
nav .hidden { display: none; }
nav a {
	text-decoration: none;
	color: #fff;
	line-height: 100%;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	transition: color 0.5s;
}
nav a:hover, nav a:active, nav a:focus { color: #b1c903; text-decoration: none; }
nav .current a { color: #b1c903; }




/* -----------------------------------------------------------------------
	CONTAINER
----------------------------------------------------------------------- */
/* CURRENT */



body#index a#indexnav,
body#profil a#profilnav,
body#links a#linksnav,
body#impressum a#impressumnav,
body#kontakt a#kontaktnav { color: #b1c903; }
	




/* BOXES */



#background { 
    position:fixed; left: 0px; 
    top: 0px; background-size:100%;  
    width:100%; 
    height:100%; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
	-moz-user-select: none;
	-o-user-select: none; user-select: none; 
     z-index:-1;
      
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
 
    
    }


  
#wrapper {
	width: 670px;
	margin: 0 auto ;
	padding: 0;
}

header {
	
}

#headtext {
	float:right;
	width: 350px;
	margin-top: 44px ;
	color:#fff;
}


#logo  {
	float:left;
	padding-left: 20px;
	width: 28.805970149253728%; /* 193 / 670 */;
	max-width: 193px;
	margin: 0 ;

}
#logounten  {
	width: 130px;
	margin: 0 ;

}


main {
	background: rgba(255, 255, 255, 0.85);
	width: 100%;
	padding: 40px 60px;
}



main a:link, main a:visited, main a:active {
	color: #d40046;
	text-decoration: none;
}
main a:hover, main a:focus {
	text-decoration: none;
	color: #000;
}





.text-content { padding-top: 0px; }


#top {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 60px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
#top figure {
	cursor: pointer;
	width: 19px;
	margin: auto;

}


.subtitle {
	font-size: 0.95em;
	font-style: italic;
	margin-top: -5px;
	color: #999;

}

/* -----------------------------------------------------------------------
	video
----------------------------------------------------------------------- */



.container {
	max-width:550px;
	width:100%;
}
.responsive-video {
	position: relative;
	padding-bottom: 56%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}






/* ---------- FOOTER ---------- */

.social {
	float: left;
	width: 40px;
	margin-right:10px;

}

footer {
	background: #d40046;
	margin: 0 auto;
	padding: 0 60px 20px 60px;

	text-align: left;
	color: #fff;
}
footer a:link, footer a:visited, footer a:active {
	color: #fff;
	text-decoration: none;
}
footer a:hover, footer a:focus {
	text-decoration: none;
	color: #b1c903;
}



/* ---------- RESPONSIVE SLIDER ---------- */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	max-width: 550px;
	padding: 0;
	margin: 0;
	background: #222;
	margin-bottom: 47px;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}



/* -----------------------------------------------------------------------
	CLEAR FLOAT
----------------------------------------------------------------------- */
.stopfloat {
	clear: both;
	display: block;
	height: 0;
}

