html {
    min-height: 100%;
    width: 100%;
    margin-bottom:1px;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Rotis Serif W01', 'Arial', serif;
    font-size:16px;
    overflow-y: scroll;
}
#frontend{
    background:url(/media/images/templates/GutSchoenau/Main-BG.jpg)  no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
div {
    padding: 0;
    margin: 0;
    box-sizing:border-box; 
    -moz-box-sizing:border-box; 
}
h1, h2{
    font-family:'Rotis Serif W01', 'Arial', serif;
    color:#1D4333; 

    margin: 0 auto;
    font-weight:normal;
}
h2{
    font-size:20px;
    line-height:115%;
}
h1{
    font-size:36px;
    line-height:115%;
}
a {
    text-decoration: none;
    color: #1D4333;

}
a:hover, #footer a:hover{
    color: #1D4333;
}

a img{
    border:0;
}
#all {
    width:960px;
    margin: 0 auto;
    background-color:#fff;
    margin-top:30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
#head {
    width:100%;
}


#content {
    padding:20px;
    text-align:left;
    background:#ffffff;
    overflow: hidden;
}
#nav {
    background-color:#fff;
}

#headline, #footer{
    background-color: #1D4333;
}
#headline h1{
    font-family:'Rotis Serif W01', 'Arial', serif;
    color:#ffffff; 
    font-size:36px;
    padding-top:24px;
    font-variant: small-caps;
}
.galery_200x150{
    width: calc(( 100% / 4 ) - 30px);
    width: -webkit-calc(( 100% / 4 ) - 30px);
    width: -moz-calc(( 100% / 4 ) - 30px);
    float:left;
    margin:10px 15px;
    overflow:hidden;
}
#footer{
    overflow:hidden;
}
#footer p{
    text-align: right;
    padding-right:10px;
    color: #fff;
}
#footer a, #footer a:hover  {
    color: #fff;
}
.galery img{
    margin:10px 10px 0 0;
    border:0px;
    float:left;
}
#ContactContainer input, #ContactContainer textarea{
    width:95%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:5px;
    border:0;
    margin-top: 3px;
    background-color:#e3e8ee;
}
#ContactContainer label{
    color: #1D4333;
}
#ContactContainer .formErrorText{
    color: red;
}
#ContactContainer .InputContainer {
    margin: 10px 0;
}

#Contact_Form label{
    width:100%;    
}
#Contact_Form input, #Contact_Form select, #Contact_Form textarea {
    width: 100%;
    margin-bottom:6px;
}
#Contact_Form input:after, #Contact_Form select:after, #Contact_Form textarea:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} 
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#head {
    position: relative;
}

#head_desktop {
    display: block;

}

#head_mobile {
    display: none;

}

#toggle a {
    background-color:#1D4333;
    height: 48px;
    display: none;
    color:#fff;
    font-size:20px;
    line-height:48px;
}
#toggle a img{
    height:100%;
    float:left;
}
#content_inner{
    border-right: 1px solid #5162a9;
    border-top: 1px solid #5162a9;
    width:100%;
    margin: 20px auto;
}
.Drittel{
    width: calc(( 100% / 3 ) - 20px);
    width: -webkit-calc(( 100% / 3 ) - 20px);
    width: -moz-calc(( 100% / 3 ) - 20px);
    border: 1px solid #1D4333;
    padding:15px;
    margin:15px 10px 0;
    float: left;
}
.Drittel img{
    width:100%;
}
.Drittel h2{
    text-align:center;
    font-variant: small-caps;
}
.Halb, .Halb_R{
    width: 100%;
}
a.link_overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (min-width: 960px) {
    .Halb{
	width:50%;
	float: left;
	padding-right: 20px;
    }
    .Halb_R{
	width:50%;
	float:right;
	padding-left:20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
    #all {
	width:auto;
	margin: 0 10px;
    }
    #Contact_Form label{ 
	width:31%;
	float:left;
	text-align: right;
	padding-right:2%;

    }
    #Contact_Form input, #Contact_Form select, #Contact_Form textarea {
	width: 65%;
	float:left;
	margin-bottom:6px;
    }
    .Halb{
	width:50%;
	float: left;
	padding-right: 20px;
    }
    .Halb_R{
	width:50%;
	float:right;
	padding-left:20px;
    }
    .Drittel h2{
	font-size:20px;
    }
}

@media screen and (max-width: 768px) {
    #all {
	width:auto;
	margin: 0 10px;
    }
    #footer, #content_inner{
	width: auto;
    }
    #headline h1{
	font-family:'Rotis Serif W01', 'Arial', serif;
	color:#ffffff; 
	font-size:24px;
	padding-top:32px;
	font-variant: small-caps;
    }
    .Drittel{
	width: calc(( 100% / 2 ) - 20px);
	width: -webkit-calc(( 100% / 2 ) - 20px);
	width: -moz-calc(( 100% / 2 ) - 20px);
    }
    .Drittel h2{
	font-size:20px;
    }
    .galery_200x150{
	width: calc(( 100% / 3 ) - 10px);
	width: -webkit-calc(( 100% / 3 ) - 10px);
	width: -moz-calc(( 100% / 3 ) - 10px);
	margin:5px;
    }
}

@media screen and (max-width: 480px) {

    #headline h1{
	font-family:'Rotis Serif W01', 'Times New Roman', serif;
	color:#ffffff; 
	font-size:20px;
	padding-top:36px;
	font-variant: small-caps;
    }
    #head{
	margin:0 10px;
	width:auto;
    }
    #nav {
	margin:0px;
	width:auto;
    }

    #all, #content {
        width: auto;
    }
    #all{
	min-width: 300px;
    }
    a#open, a#close {
	display: block;
    }
    #content {
        margin: 0 0px;
    }
    #content_inner{
	border: 0;
	width: 100%;
	margin: 20px auto;
    }
    #footer {
	width: 100%;
	border:0;
    }
    .Drittel{
	width: 100% ;
	margin:10px 0;
    }
    h1{
	font-size: 22px;
	line-height:105%;
    }
    .galery_200x150{
	width: calc(( 100% / 2 ) - 10px);
	width: -webkit-calc(( 100% / 2 ) - 10px);
	width: -moz-calc(( 100% / 2 ) - 10px);
	margin:5px;
    }
}














