@charset "UTF-8";

body {
	min-width:305px;
}

img {
	max-width:100%;
}

.container {
	padding: 1px;
}

.content {
	margin-left:auto;
	margin-right:auto;
	max-width:850px;
}

.logo{
	width:50%;
}

.big {
	font-size:17px;
	font-weight:bold;
}
.small {
	font-size:15px;
}

.header {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 00px;
	margin-left:auto;
	margin-right:auto;
}

.drehen{
	float:right;
	font-weight: normal;
	font-style: normal;
	font-family:'Spinnaker', sans-serif;
	color:#ff6000;
	font-size:20px;
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	text-align:left;
	/*background-color:#ff6000;
	padding:5px 5px;*/
	margin-right:10%;
	
	
}

.footer {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left:0;
	display:flex;
}


.title {
	font-weight: normal;
	font-style: normal;
	font-family: "SimSun";
	text-align: left;
	color: #ff6600;
	font-size:45px;
	margin-bottom:5px;
}
.subtitle {
	font-style: normal;
	font-family: "SimSun";
	color:#595959;
	font-size:45px;
	font-weight: normal;
	margin-top:0px;
	font-stretch: semi-expanded;
	text-align: left;
}
.subtitle2 {
	font-style: normal;
	font-family: 'Spinnaker', sans-serif;
	font-size:36px;
}
.bild {
	margin-bottom:-45%;
}

.text {
	font-weight: normal;
	font-style: normal;
	font-family:'Spinnaker', sans-serif;
	text-align: left;
	color: #000000;
}
.text2 {
	font-weight: normal;
	font-style: normal;
	font-family:'Spinnaker', sans-serif;
	text-align: left;
	color: #595959;
	font-size:26px;
}

.text3 {
	font-weight: normal;
	font-style: normal;
	font-family:'Spinnaker', sans-serif;
	text-align: left;
	color: #595959;
	font-size:20px;
	
}

.platzhalter {
	float:right;
	width:51%;
	padding-bottom:34%;
}
.platzhalter3 {
	float:right;
	width:45%;
	padding-bottom:35%;
}

.copyright {
	text-align: left;
	color: #595959;
	font-family: "Calibri";
	font-size:15px;
}
	
.wellen {
	padding-top:10px;
	width:70px;
	float:left;
}

.weiter {
	margin-top:-40px;
	float:right;
}


@media (max-width: 900px) {

.title {
	font-size:5vw;
}
.subtitle {
	font-size:5vw;
}
.subtitle2 {
	font-size:4vw;
}
.drehen {
	margin-right:4%;
}

}


@media (max-width: 642px) {

.drehen {
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	float:none;
}

.text2 {
	font-size:4vw;
}
.text3 {
	font-size:3vw;
}
.weiter {
	margin-top:0px;
}

}

@media (max-width: 508px) {

.title {
	font-size:26px;
}

.subtitle {
	font-size:26px;
}
.subtitle2{
	font-size:20px;
	line-height:24px;
}

.drehen {
	line-height:24px;
}

.text2 {
	font-size:18px;
	line-height:22px;
}
.text3 {
	font-size:18px;
	line-height:20px;
}

}