@font-face {
    font-family: 'bebas_neueregular';
    src: url('webfont/bebasneue-webfont.eot');
    src: url('webfont/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/bebasneue-webfont.woff') format('woff'),
         url('webfont/bebasneue-webfont.ttf') format('truetype'),
         url('webfont/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family:'bebas_neueregular';
	background-color:#fff;
	margin:0px;
	padding:0px;
	height:100%;
	font-size:1.5em;
}
.panel{
	padding:0px;
}

.panel div{
}

.main > div:first-of-type{
	border: 1px #000 solid;
	border-bottom:none;
	border-top:none;
}

.main .pict img{
	width:40%;
}

td{
	font-size:1.5em;
}

.album{
	margin-left:30px;
	margin-top: 15px;
}
.bildquelle{
	color:#999;
	font-size:0.5em;
	margin-top:3px;
}
.form_bg {
	font-size:12px;
	background-color:#f2f2f2;
	border-left:0px;
	border-right:0px;
	border-bottom:1px;
	border-top:1px;
	border-color:#e9e9e9;
	border-style:solid;
}

hr{
background-color: #000;
	color: #000;
	height:1px;
	border:none;
	margin-bottom:10px;
	margin-top:8px;
}

.light{
	background-color:#CCC;
	color: #CCC;
	clear:both;
}
.small{
	font-size:11px;
	font-weight:normal;
}

p, h1, h2, h3{
	margin-top: 25px;
}

p, h1, h2, h3, input, select{
	margin-left:15px;
	margin-right:15px;
}


.main p, .main h1, .main h2, .main h3, .main input, .main select, .main textarea, .navi{
	margin-left:30px;
	margin-right:30px;
}

h1{
	font-size:4em;
}
h2{
font-size:1.5em;
}
h3{font-size: 1.2em;}

h1, h2, h3{
	margin-bottom:0px;
}

a{
	color:#ff314e;
	text-decoration:none;
}

a:hover	, a:hover img{
	opacity:0.7;
}
.navi {
	list-style:none;
}

ul{
	padding:0px;
	margin:0px;
}

.navi li{
	display: inline;
	margin-right:15px;
	font-size:1.5em;
}

.auszeichnung1 a{
color: #000;
}

img[alt~=icon]{
	float:right;
	width:27px;
}

.navi img[alt~=icon]{
	float:right;
	width:35px;
}


.main{
	float:left;
	width:50%;
}
.contact, .pictures, .downloads{
	width:25%;
}
.pictures{
	float:left;
}
.pic_gallery{
	width:33.333333%;
}
.contact, .downloads{
	float:right;
}

#contact, #downloads, #photos, #youtube{
	display:none;
}

form p{
	font-size:2em;
	margin-bottom:0px;
	padding-bottom:0px;
}

@media only screen and (max-width:1070px){
	
	.main .pict img{
	width:50%;
}
	
.contact, .downloads{
		display:none;
}

#contact, #downloads{
	display:inline;
}
.main{
	width:75%;
}
.pictures{
	font-size:0.7em;
}

.pictures img[alt~=icon] {
width: 20px;
}

.pic_gallery {
width: 50%;
}

.navi{
	font-size:0.8em;
}

}

@media only screen and (max-width:780px){
	
	.main .pict img{
	width:60%;
}

	.pictures{
		display:none;
	}
	
	#photos, #youtube{
		display:inline;
	}
	.main{
		width:100%;
	}
	
img[alt~=icon]{
	float:inherit;
	width:24px;
	vertical-align:-4px;
	margin-left:8px;
}
	
	.navi img[alt~=icon]{
	float:inherit;
	width:35px;
	vertical-align:-6px;
}



.navi{
	font-size:1em;
}

.navi li{
	display: inline;
	margin-right:15px;
	font-size:1.4em;
}

h1{
	font-size:1.8em;
}
h2{
	font-size:1.2em;
}

img, .pic_gallery{
	width:100%;
}

.main p, .main h1, .main h2, .main h3, .navi{
	margin-left:20px;
	margin-right:20px;
}

.album, .main input, .main select, .main textarea{
	margin-left:20px;
}

.main input, .main textarea{
	width:75%;
	font-size:16px;
}
}

