@charset "UTF-8";
/* CSS Document LandingPage Anmeldung TBE*/
/* DESKTOP AND TABLET */
* {margin:0; padding:0}
img {border:0; outline: none;}
.clear:after{content:".";display:block;height:0; clear:both; visibility:hidden}
.clearfix {overflow: hidden;}
header, main, article, section, aside, footer, nav {display:block;}
html{overflow-y:scroll}

body {
	width: 60%;
	margin: 0 auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:1em;
	color: black;
	background-color: white;
}
header {
	position: relative;
	top: 0;
	width: 100%;
	height: 260px;
	margin-bottom: 1em;
 }
#logo { 
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width:240px;
	height:260px;
	background:url(../img/TBE_Logobig.png) no-repeat right top; 
	text-indent:-9999px;
}
h2#head {
	font-size: 2.2em;
	line-height: 2em;
	color: #007b8a;	 /*petrol*/
	margin-top: 1em;
}
h2 {
	font-size: 1em;
	line-height: 1.5em;
	color: #007b8a;	 /*petrol*/
}
p {line-height: 1.5em;}
.smalltxt {	font-size: 0.8em;}
.messageBig {
	font-size: 1.3em;	
	padding: 2em 2em;
}
.blue {color: #007b8a;}
hr {
	width: 100%;
	border: 0.5px solid #007b8a;     
}
section { 
	width: 92%;
	margin: 0 auto;
	padding: 2em 0 2em;
}
#sRegistration {width: 100%;}
/*############ Links ################*/
a {
	text-decoration: none;
	outline: none;
	color: black;
}
a:link {color: black}
a:visited {color: black}
a:hover {color: #be1e2d} /*red*/
a:active {color: black}
/*##########   CONTACT-FORM   ##########*/
fieldset { 
	margin: 0;
	padding:0.8em;
	border-color: #be1e2d;		 /*red*/
	-moz-border-radius:1em;
	-khtml-border-radius:1em;
	-webkit-border-radius:1em;
	-o-border-radius:1em;
	border-radius:1em;
}
fieldset#noBorder {
	border: none;
	margin-left: 4em;
	}
legend {padding: 0.5em}
input, textarea, select {
	font-size: 1em;
	padding: 0.3em;
	border-color: #be1e2d;
		-moz-border-radius:0.5em;
	-khtml-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	-o-border-radius:1em;
	border-radius:0.5em;
}
select, input.whiteInside {background-color: #be1e2d;}
input#code {margin-right: 3em}
label {margin-top: 3em;}
textarea {
	width: 17em;
	height: 10em;
	resize: none;
}
.downSpace {margin-bottom: 1.5em}
.whiteInside {color: white; padding: 0.5em;}
.red {color: #be1e2d;}
.green {color: #be1e2d;}
.block {
	display: block;
	width: 20em;
	}
ul {text-align: center;}
ul li {
	font-size:1em;
	list-style-type: none;
	text-decoration: none;
	padding: 1em 2em;
	float: left;
}
.left {
	float: left;
	padding: 0 3em 0 1em;
}
#TopButtonContainer { 
	position: relative;
	top: 30px;
	height: 46px;
}
#backTop {
	position: absolute;
	right: 0;
	width: 47px;
	height: 47px;
	background: url(../img/backButton.png) no-repeat center center;
	text-indent: -9000px;
	z-index: 110;
}
address {
	font-style: normal;
	line-height: 1.5em;
	padding: 1em 0 1em;
}

/*############    FOOTER    ################*/
footer {
	width: 100%;
	height: 180px;
	background:url(../img/GrasBalken.jpg) no-repeat center bottom;
}
footer p {
	padding: 157px 0 0 5px;
	color: white;
	font-weight: bolder;
}
/*############################################## media queries ############################################*/
@media only screen and (max-width: 1500px) {
body {width: 70%;}
}
@media only screen and (max-width: 1150px) {
body {width: 95%;}
header { 
	position: relative;
	top: 0;
	width: 100%;
	height: 260px;
	margin-bottom: 1em;
 }
#logo { 
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width:240px;
	height:260px;
	background:url(../img/TBE_Logobig.png) no-repeat right top; 
	text-indent:-9999px;
}
h2#head {
	font-size: 1.7em;
	line-height: 2em;
	color: #007b8a;	
	margin-top: 3em;
}
h2 {
	font-size: 1em;
	line-height: 1.5em;
	color: #007b8a;	
}
p {line-height: 1.5em;}
hr {width: 100%;
	border: 1px solid #007b8a;}
ul.nav li {	padding: 1em 1em;}
	}
@media only screen and (max-width: 680px) {
header { 
	position: relative;
	top: 0;
	width: 100%;
	height: 170px;
	margin-bottom: 0.5em;
 }
 #logo { 
	display: inline-block;
	position: absolute;
	top: 0;
	right: 25px;
	width:130px;
	height:141px;
	background:url(../img/TBE_Logosmall.png) no-repeat right top; 
	text-indent:-9999px;
}
h2#head {
	font-size: 1.5em;
	line-height: 1.7em;
	color: #007b8a;	
	margin-top: 1em;
}
fieldset { 
	margin: 0;
	padding: 3em;
	border-color: #be1e2d;		 
	-moz-border-radius:1em;
	-khtml-border-radius:1em;
	-webkit-border-radius:1em;
	-o-border-radius:1em;
	border-radius:1em;
}
.left {
	float: none;
	padding: 0;
}
fieldset#noBorder {
	border: none;
	margin-left: 0;
	}
input#code {margin-right: 1em}
ul li {	padding: 0.7em 0.5em;}
  }
	}