@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://weloveiconfonts.com/api/?family=brandico);
body {
	margin: auto;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #666;
	font-size: 14px;
	text-decoration: none;
	line-height: 22px;
	background-color: #fffef9;
}
#line {
	background-image: url(pic/line2.png);
	background-repeat: no-repeat;
	background-position: center 300px;
}
* {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 22px;
	font-weight: 400;
	color: #d8032c;
	text-decoration: none;
	text-transform: uppercase;
}
h2 {
	font-size: 24px;
	color: #444;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 6px;
}
h3 {
	font-size: 24px;
	color: #777;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
}
h4 {
	font-size: 24px;
	color: #444;
	line-height: 30px;
	font-weight: 600;
	text-transform: none;
}h5 {
	font-size: 24px;
	color: #777;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin-left: 17px;
}
strong {
	font-weight: 400;
	color: #333;
}
#start {
	height: auto;
	width: 800px;
	position: relative;
	margin: auto;
	text-align: center;
	padding-top: 200px;
	padding-bottom: 700px;
}
#extra {
	height: auto;
	width: 90%;
	max-width: 550px;
	position: relative;
	margin: auto;
	text-align: left;
	padding-top: 100px;
	padding-bottom: 200px;
}
#portrait {
	height: 900px;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top;
	background-image: url(pic/AnnHeinePortrait.png);
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.inside {
	font-size: 20px;
	line-height: 30px;
	color: #ececec;
	position: absolute;
	bottom: 110px;
	width: 70%;
	position: absolute;
	left: 50%;
	margin-left: -35%;
	font-weight: 400;
	}
#main {
	height: auto;
	width: 550px;
	position: relative;
	margin: auto;
}
#tank {
	width: 550px;
	padding-top: 250px;
	padding-bottom: 250px;
	margin: auto;
	float: left;
}
#tank-01 {
	width: 450px;
	padding-top: 0px;
	padding-bottom: 100px;
	float: left;
}
#tank-02 {
	width: 550px;
	padding-top: 0px;
	padding-bottom: 100px;
	margin: auto;
	float: left;
}
#tank-03 {
	width: 550px;
	padding-top: 0px;
	padding-bottom: 100px;
	margin: auto;
	float: left;
}
#tank-04 {
	width: 550px;
	padding-top: 0px;
	padding-bottom: 100px;
	margin: auto;
	float: left;
}
#tank-05 {
	width: 550px;
	padding-top: 0px;
	padding-bottom: 100px;
	float: left;
}
#tank-06 {
	width: 550px;
	padding-top: 0px;
	padding-bottom: 100px;
	margin: auto;
	float: left;
}
#tank-07 {
	padding-top: 0px;
	padding-bottom: 250px;
	float: left;
	padding-left: 140px;
}
#headline {
	height: auto;
	width: auto;
	float: left;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 18px;
	box-shadow: 2px 2px 0px #d8032c;
	border: 1px solid #d8032c;
	margin-top: 150px;
	background-color: #fffef9;
}
#kontakt {
	height: auto;
	width: auto;
	float: left;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 26px;
	box-shadow: 2px 2px 0px #d8032c;
	border: 1px solid #d8032c;
	margin-top: 150px;
	margin-left: 60px;
	background-image: url(pic/07.jpg);
	background-repeat: no-repeat;
	background-position: -1px -1px;
}
#txt {
	padding: 10px;
	width: auto;
	margin-left: 50px;
	float: left;
	clear: both;
	position: relative;
	margin-top: 25px;
}
#txtkontakt {
	padding: 10px;
	width: auto;
	margin-left: 52px;
	float: left;
	clear: both;
	position: relative;
	margin-top: 8px;
}
a:link, a:visited, a:active {
	color: #d8032c;
} 
a:hover {
	color: #6e36ef;
}
a.BIG {
	border-radius: 0px;
	color: #777;
	cursor: pointer;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: 400;
	border: 1px solid #777;
	background-color: #fffef9;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 68px;
} 
a.BIG:hover {
	background-color: #fffef9;
	color: #6e36ef;
	border: 1px solid #6e36ef;
}
.footer {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 150px;
	margin-top: 50px;
	z-index: 99;
	font-size: 10px;
	color: #555;
}
a.foot{
	color: #555;
	text-decoration: none;
	margin-left: 8px;
}
a.foot:hover {
	color: #6e36ef;
}
[class*="brandico-"]:before {
	font-family: 'brandico', sans-serif;
	color: #888;
	font-size: 28px;
	margin-right: 6px;
	margin-left: 6px;
	line-height: 42px;
}
#basiclist {
	margin-left: 0px;
	width: 98%;
	float: left;
	text-decoration: none;
	text-align: left;
	clear: left;
	height: auto;
	position: relative;
	margin-bottom: 25px;
}
#basiclist li {
	display: list-item;
	margin-bottom: 0px;
	margin-top: 5px;
	list-style-type: disc;
	margin-left: 20px;
}
.anchor {
    display:block;
    padding-top:70px;
    margin-top:-70px;
 }
 
@media screen and (max-width : 680px){
	
#line {
	background-image: url(pic/line2-mobile.png);
	background-repeat: no-repeat;
	background-position: center 200px;
}
h1 {
	font-size: 18px;
	font-weight: 400;
	color: #d8032c;
	text-decoration: none;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	color: #444;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 6px;
}
h3 {
	font-size: 18px;
	color: #777;
	line-height: 24px;
	font-weight: 400;
	text-transform: none;
}
h4 {
	font-size: 18px;
	color: #444;
	line-height: 24px;
	font-weight: 600;
	text-transform: none;
}h5 {
	font-size: 18px;
	color: #777;
	line-height: 24px;
	font-weight: 400;
	text-transform: none;
	margin-left: 17px;
}
	 
#start {
	height: auto;
	width: 100%;
	position: relative;
	margin: auto;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 500px;
}
#extra {
	height: auto;
	width: 90%;
	max-width: 550px;
	position: relative;
	margin: auto;
	text-align: left;
	padding-top: 100px;
	padding-bottom: 200px;
}
#portrait {
	height: 800px;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top;
	background-image: url(pic/AnnHeinePortrait.png);
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.inside {
	font-size: 16px;
	line-height: 24px;
	color: #ececec;
	bottom: 80px;
	width: 96%;
	position: absolute;
	left: 50%;
	margin-left: -48%;
	font-weight: 400;
	}
#main {
	height: auto;
	width: 96%;
	position: relative;
	margin: auto;
}
#tank {
	width: 96%;
	padding-top: 250px;
	padding-bottom: 250px;
	margin: auto;
	float: left;
}
#tank-01 {
	width: 96%;
	padding-top: 0px;
	padding-bottom: 100px;
	float: left;
}
#tank-02 {
	width: 96%;
	padding-top: 0px;
	padding-bottom: 100px;
	margin: auto;
	float: left;
}
#tank-03 {
	width: 96%;
	padding-top: 0px;
	padding-bottom: 100px;
	margin: auto;
	float: left;
}
#tank-04 {
	width: 96%;
	padding-top: 0px;
	padding-bottom: 100px;
	margin: auto;
	float: left;
}
#tank-05 {
	width: 96%;
	padding-top: 0px;
	padding-bottom: 100px;
	float: left;
}
#tank-06 {
	width: 96%;
	padding-top: 0px;
	padding-bottom: 100px;
	margin: auto;
	float: left;
}
#tank-07 {
	padding-top: 0px;
	padding-bottom: 50px;
	float: left;
}
#headline {
	height: auto;
	width: auto;
	float: left;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 18px;
	box-shadow: 2px 2px 0px #d8032c;
	border: 1px solid #d8032c;
	margin-top: 20px;
	margin-left: 10px;
	background-color: #fffef9;
}
#kontakt {
	height: auto;
	width: auto;
	float: left;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 26px;
	box-shadow: 2px 2px 0px #d8032c;
	border: 1px solid #d8032c;
	margin-top: 100px;
	margin-left: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: -1px -1px;
}
#txt {
	width: auto;
	margin-left: 0px;
	float: left;
	clear: both;
	position: relative;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#txtkontakt {
	width: auto;
	margin-left: 0px;
	float: left;
	clear: both;
	position: relative;
	margin-top: 0px;
}
a:link, a:visited, a:active {
	color: #d8032c;
} 
a:hover {
	color: #6e36ef;
}
a.BIG {
	border-radius: 0px;
	color: #777;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: 400;
	border: 1px solid #777;
	background-color: #fffef9;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 68px;
} 
a.BIG:hover {
	background-color: #fffef9;
	color: #6e36ef;
	border: 1px solid #6e36ef;
}
.footer {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 150px;
	margin-top: 50px;
	z-index: 99;
	font-size: 10px;
	color: #555;
}
a.foot{
	color: #555;
	text-decoration: none;
	margin-left: 8px;
}
a.foot:hover {
	color: #6e36ef;
}
[class*="brandico-"]:before {
	font-family: 'brandico', sans-serif;
	color: #888;
	font-size: 28px;
	margin-right: 6px;
	margin-left: 6px;
	line-height: 42px;
}
	 
	  }
