/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/

html, body, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;


}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* @group Allgemeine Definitionen */

body {
	position:absolute;
	background:#fff;
	padding: 0;
	font: 1em  Arial;
}

html, body {
	top:0; left:0; right:0;
	min-height:100%;
	margin:0;
	padding:0;
	width:100%;
	}

h1{
}

h2,h3{
}

h3{
	}

p{

}

strong{
	font-weight: bold;
}

ul{
	margin-left: 18px;
}

/* @end */

#container{
	position: absolute;
	left:0;
	height: 530px;
	min-height: 530px;
	max-height: 530px;
	top: 50%;
	margin-top: -250px;
	width:100%;
	max-width:100%;
	min-width:100%;
	}

/* @group Navigation */

#navigation {
	position: absolute;
	top: 0px;
	left: 48px;
	text-align: left;
	z-index:100;

	background: url(../images/hintergrund_menue.png) repeat;

	padding-left: 30px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 12px;

	color: #c1c0c0;
	font: 0.7em/1.2em Arial;

}

#navigation p{
	width: 190px;
	border-bottom: 1px solid #c1c0c0;
	padding-bottom: 8px;
	padding-top: 0px;
	margin-left: 53px;
}

navigation a img{
	margin-left: 23px;
	margin-bottom: 8px;
}

#navigation p a{
	color: #c1c0c0;
	text-decoration: none;
}


#navigation_rand {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	z-index:100;

	background: url(../images/hintergrund_navigation.png) repeat-y -4px;

	padding-left: 78px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 12px;

	color: #c1c0c0;
	font: 0.7em/1.2em Arial;

}

#navigation_rand p{
	width: 190px;
	border-bottom: 1px solid #c1c0c0;
	padding-bottom: 8px;
	padding-top: 0px;
	margin-left: 53px;
}

navigation_rand a img{
	margin-left: 23px;
	margin-bottom: 8px;
}

#navigation_rand p a{
	color: #c1c0c0;
	text-decoration: none;
}

.hauptmenue{
	margin-left: 41px;
	line-height: 1.5em;
}

ul.hauptmenue li{
	padding-left: 12px;
}

ul.hauptmenue li.ifsub1{
	background: url(../images/dreieck_inaktiv.png) no-repeat 0 3px;
	padding-left: 12px;

}

ul.hauptmenue li.actifsub1{
	background: url(../images/dreieck_aktiv.png) no-repeat 0 4px;
	padding-left: 12px;

}

ul.hauptmenue li.ifsub1 a{
	color: #ffffff;
}

ul.hauptmenue a{
	color: #ffffff;
	text-decoration: none;
}


ul.hauptmenue li.ebene2{
	margin-left: 15px;
}

ul.hauptmenue li.ebene2aktiv{
	margin-left: 15px;
	background: url(../images/li2aktiv.png) no-repeat 0 6px;
}

/* @end */

/* @group Content */


#content {
	color: #808080;
	font: 0.8em/1.2em Arial;

}

#texte{
	margin-left: 390px;
	margin-right: 45px;
	max-width: 600px;
}



#texte h1{
	font: bold 1.1em/1.6em Arial;
	margin-top: 0;
	padding-top: 0;

}

#texte h2{
	font: bold 1em/1.4em Arial;
	margin-top: 0;
	padding-top: 0;

}

#texte a{
	color: #808080;
	text-decoration: underline;
}

#texte p{

}

#texte ul{
	list-style-type: disc;
	font: 1em/1.6em Arial;
}

.csc-textpic-caption{
	color: #808080;
	font: 0.6em/1.2em Arial;

}

#bilderslider{
	width: 100%;
	height: 530px;
	overflow: hidden;
}

/* @end */

#footer_container {
	position: absolute;
	bottom: 20px;
	left: 128px;
	text-align:left;
	margin:0;
	z-index:60;
	background: url(../images/logo_footer.png) no-repeat;
	padding-left: 50px;

	color: #455153;

	font: 0.7em/40px Arial;

}

#footer_container a{
	color: #455153;
	text-decoration: none;
}

/* @group Powermail */

.tx-powermail h3, .powermail-legend{
	display: none;
}

fieldset{
	background-color: white;
	border: 0px;
	padding: 0px;
	padding-top: 12px;
}

fieldset legend{
	display: none;
	}

fieldset.tx-powermail-pi1_fieldset {
border: 1px solid #fff;
background-color: #fff;
padding: 0px;
}

fieldset label{
    display: block;
    width: 200px;
    float: left;
    font-weight: bold;
    color: #515151;
    white-space: normal;
}

.powermail_fieldwrap{
	margin-bottom: 6px;
}

fieldset .powermail_input, fieldset textarea {
    border: 1px solid #ccc;
    background: #f8f8f8 none;
    -moz-box-shadow: 0 0 5px #eee inset;
    -webkit-box-shadow: 0 0 5px #eee inset;
    padding: 2px;
    width: 300px;
}

fieldset .checkbox label{
    border: 0px solid #ccc;
    background: #fff;
    padding: 2px;
    width: 300px;
		font-weight: normal;
}

fieldset .powermail_submit {
    margin: 20px 0 10px 200px;
    font-weight: bold;
}

/* @end */

/* @group Zierelemente */
.linie{
	text-decoration: underline;
	width: 40px;
	position: relative;
	top: 0px;
	left: -50px;
	float: left;
	text-align: right;
	font: bold 1.1em/1.6em Arial;
	color: #808080;
}

.folgeinhalt{
	border-top: 1px dotted #808080;
	margin-top: 15px;
	padding-top: 15px;

}

.linie_folgeinhalt{
	text-decoration: underline;
	width: 15px;
	overflow: hidden;
	position: relative;
	top: -14px;
	left: -25px;
	float: left;
	text-align: right;
	font: bold 1.1em/1.6em Arial;
	color: #808080;
}

#zierlinie{
	width: 12px;
	overflow: hidden;
	color: #808080;
	font: bold 1.1em/1.6em Arial;
	text-align: right;
	text-decoration: underline;
	float: left;
	z-index: 1000;
	position: absolute;
	left: 370px;
	top: -7px;
	margin: 0;
	padding: 0;


}

/* @end */

/*neu ergänzungen*/
figure {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.slick-slide{
	margin-right: 7px;
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
	position: fixed;
	top: 50%;
	left: 0px;
	width: 48px;
	height: 500px;
	cursor: pointer;
	background-image: url("../images/ie_btn_slider_prev.png");
	z-index: 10000;
}

.slick-next, .slick-next:hover, .slick-next:focus{
		position: fixed;
    top: 50%;
    right: 0px;
    width: 48px;
    height: 500px;
    cursor: pointer;
    background-image: url("../images/ie_btn_slider_next.png");
		z-index: 10000;
}

.slick-next:before, .slick-prev:before {
    content: ' ';
}

/*Über mich*/
.csc-textpic-intext-left-nowrap figure{
	float: left;
	display: inline-block;
}

figcaption.csc-textpic-caption{
	display: none;
}
