﻿@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Muli);



body {
position: absolute;
background-image: url(images/background.jpg);
width: 100%;
height: 100%;
margin: auto;
padding: 0;
border: 0 solid black;
overflow: auto;
}



#content{
background-image: url(images/halbtransparenz.png);
position: relative;
margin: auto;
padding: 10px 2% 40px 2%;
border: 0 solid black;
width: 96%;
top: 0;
color: #333333;
font-family: Muli, sans-serif;
font-size: 14px;
}

#navi {
display: block;
position: absolute;
top: 0;
right: 0;
margin: 1%;
padding: 0;
border: 0 solid black;
}

#navi li {
display: inline;
list-style: none;
text-align: center;
margin: 0 10px;
padding: 0;
border: 0 solid black;
}

#navi a:link, #navi a:visited, #navi a, #navi span {
font-family: Muli, sans-serif;
color: #333333;
text-decoration: none;
font-size: 14px;
line-height: 14px;
font-weight: normal;
}

#navi a:hover, #navi a:active, #navi a:focus{
color: #666666;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

#logo {
display: block;
margin: auto;
width: 100px;
}

.center {
text-align: center;
}


h1 {
font-weight: normal;
font-size: 26px;
text-decoration: none;
text-align: center;
}

h2 {
font-weight: normal;
font-size: 18px;
text-decoration: none;
}

h3{
font-weight: bold;
font-size: 15px;
text-decoration: none;
margin: 0;
padding: 0;
border: 0 solid black;
}

p {
font-size: 15px;
}

a , a:link, a:visited {
color: #777777;
text-decoration: none;
}

a:hover, a:focus, a:active {
color: #000000;
text-decoration: underline;
}

table {
display: inline-block;
border: 0 solid black;
margin: 0; 
padding: 0;
}

td {
padding: 3px 0 3px 0;
border: 0 solid black;
}

.leftcol {
font-size: 14px;
width: 150px;
}

.rightcol {
width: 240px;}

.rightcol input {
background-image: url(images/halbtransparenz.png);
border: 0 solid black;
background-color: transparent;
font-size: 13px;
font-family: Muli, sans-serif;
width: 100%;
}

.textfeld {
background-image: url(images/halbtransparenz.png);
border: 0 solid black;
background-color: transparent;
font-size: 13px;
font-family: Muli, sans-serif;
width: 100%;
}

.checkbox {
vertical-align: top;
}

textarea {
background-image: url(images/halbtransparenz.png);
border: 0 solid black;
background-color: transparent;
font-size: 12px;
font-family: Muli, sans-serif;
width: 100%;
resize: vertical;
}

#additional {
margin: 30px 0 0 0;
padding: 0;
border: 0 solid black;
font-size: 12px;
width: 100%;
}

.button {
float: right;
margin: 0 10px 0 0;
font-family: Muli, sans-serif;
font-size: 14px;
}

#empty {
position: relative;
top: 80px;
height: 50px;
width: 100%;
border: 0 solid black;
display: none;
}

@media all and (min-width: 768px) {
	
	#content {
	width: 66%;
	top: 80px;
	}
	
	table {
	margin: 0 10px 0 0;
	}
	
	.textfeld {
	width: 400px;
	}
	
	#empty {
	display: block;
	}
	
	.right {
	display: block;
	}
	
}