* {
	margin: 0;
	padding: 0;
}

body
{
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	font-family: DINCondensed-Light; 
    font-weight: normal; 
    font-style: normal;
	font-stretch: normal;
	color: #333;
	font-size: 19px;
    line-height:  24px;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.5px;
}

#head h1, #head h2 {
	text-align: left;
	color: #ec655f;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 0.7px;
	line-height: 26px;
	}

#intro-header {
	width: 70px;
	height: auto;
/*	
	margin-left: auto;
	margin-right: auto;
*/	
	margin-bottom: 20px;
	margin-top: 50px;
	}

header {
	width: 100%;
	min-height: 150px;
	z-index: 10;
	position: fixed;
	color: #fff;
}


h1 {
	left: 22px;
}
.text-strong {
	font-family: DINCondensed-Regular;
    font-weight: normal; 
    font-style: normal;
	font-stretch: normal;
    padding-left: 5px;
	padding-right: 5px;
	}

a:focus {
  outline: none;
}
a {
	color: #ec655f;
	text-decoration: none;
}
td {
	border-top: 1px solid #ec655f;
	padding: 5px;
	min-width: 65px;
}
.impress {
	color: #ec655f !important;
}

.impress a {
	color: #ec655f !important;
}

.st-accordion{
	width: 100%;
	position: absolute;
	top: 300px;
}

.st-accordion ul li{
 /*   height: 56px;		*/
    border-top: 2px solid #ec655f !important;
    overflow: hidden;
	padding-top: 10px;
	padding-bottom: 5px;
}

.st-accordion ul li:first-child{
    border-top:none;
}

.st-accordion ul li > a{
    font-size: 22px;
    display: block;
	position: relative;
    line-height: 24px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	font-family: DINCondensed-Light; 
    font-weight: normal; 
    font-style: normal;	
	background: url("../images/accordion_vogel.svg") no-repeat scroll 10px -2px transparent;	 
	padding-left: 50px;
}

.st-accordion ul li.st-open > a{
    text-transform: uppercase;
	font-size: 22px;
	line-height: 24px;
	color: #333;
	letter-spacing: 0.7px;
	padding-left: 50px !important;
}


.st-accordion ul li > a:hover{
    color: #EC655F;
}

.st-accordion ul li > a span{
	text-indent:-9000px;
	width: 22px;
	height: 8px;
	position: absolute;
	top: 30%;
	right: -26px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
	background: transparent url(../images/down_v4.svg) no-repeat center center;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}

.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
    transform:rotate(-90deg);
	right:10px;
	opacity:1;
}

.st-content{
    padding: 5px 0px 30px 0px;
}
.st-content p{
	font-family: DINCondensed-Light; 
    font-weight: normal; 
    font-style: normal;
	font-stretch: normal;
    line-height:  22px;
    padding-left: 5px;
	padding-right: 5px;
}

.st-content b {
	border-bottom: 1px solid #ec655f;
	font-family: DINCondensed-Regular; 
    font-weight: normal; 
    font-style: normal;
}

.st-content u {
	border-bottom: 1px solid #ec655f;
	text-decoration: none;
}

.wrapper {}

/*
.st-open ul li {
	height: 20px;
	border-top: 0px solid #EC655F !important;
	overflow: hidden;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 5px;
	padding-right: 5px;
	}
*/
#head {
	margin-top: 150px;
	padding-left: 20px;
	}

.st-accordion .st-content ul li {
    border-top: 0px solid #333 !important;
	padding-top: 0px;
	padding-left: 5px;
}

#stoerer{
	width: 200px;
    padding: 0px;
    position: absolute;
    right: 3%;
    margin-left: -90px;
    top: 3%;
    z-index: 1000;
}
