

/* 481px  920px  1030px 1240px */

html, body {
    background-color: #eadebd;

/*    background: #eadebd url("https://download.fotolia.com/Content/CompImage500/FotoliaComp_139461612_KEAb5JUSX0s88VSphdOl1bLpqEX6LZOW_W95") no-repeat center 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    
    margin-top: 0;
    padding-top: 0;
}

.header {
    margin-top: 0;
    padding-top: 0;
}

#hero {
    padding-top: 30px;
    padding-bottom: 7%;
}

.cycler {
    display: none;
}

.cycler img {
    display: none;
}

#main {
    padding-top: 25px;
/*    border: 1px solid #900;
    margin-top: 0;
    margin-bottom: 0; 
    background-color: rgba(234,222,189,0.9); */
}

#banner{
    padding-top: 15px;
}

hr {
    border: none;
    border-top: 2px solid #babdb6;
}

h1 {
    font-family: "Droid Serif Bold";
    text-align: center;
    margin-top: 20px;
    text-shadow: 1px 1px 1px #fff;
}

h2 {
    font-family: "Droid Serif Regular";
    text-shadow: 1px 1px 1px #fff;
}

.header-img {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.header-img img {
    position: relative;
    width: 2090px;
    min-width: 2090px;
    margin-left: -1045px;
    left: 50%;
    height: 50px;
}

.left {
    text-align: left;
}

#subline {
    display: inline-block;
    padding: 15px 0 5px 0;
    text-transform: uppercase;
}

p {
    font-family: "Droid Sans Regular";
    word-wrap: break-word;
}

#contactform p {
    margin: 10px 0;
}

label {
    display: inline-block;
    width: 150px;
}

.captcha {
    border: 1px solid #900;
}

input,
textarea {
    border: 1px solid #babdb6;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    color: #666;
    width: 303px;
}

a,
a:visited,
a:hover {
    color: #000;
}

.buttonlink {
    font-family: "Droid Sans Bold";
    font-size: 18pt;
    background: #fce94f;
    border-radius:7px; 
    color: #000;
    display: block;
    float: left; 
    margin: 10px 15px 10px 0; 
    padding: 10px;
    text-decoration: none;
    border: 1px solid #000;
}

.buttonlink:hover {
    background: #000;
    color: #fce94f;
}

.prices td,
.prices th {
    padding: 3px 20px;
}

.prices td:first-child,
.prices th:first-child {
    padding: 3px 20px 3px 10px;
}

.prices td:last-child,
.prices th:last-child {
    padding: 3px 10px 3px 20px;
}

.prices tr {
    border-bottom: 1px solid #babdb6;
}

.prices tr:last-child {
    border-bottom: none;
}

footer a,
footer a:visited {
    color: #eadebd;
    text-decoration: none;
}

footer a:hover {
    color: #eadebd;
    text-decoration: underline;
}
#attribution{
    color: #666;
    font-size: 11px;
    line-height: 12pt;
    margin-top: 30px;
}

footer .grid_3 {
    font-size: 1.1em;
    margin-bottom: 20px;
}

footer .grid_4 {
    margin: 0;
}

footer .grid_6 {
    margin-bottom: 10px;
}

#attribution a,
#attribution a:visited,
#attribution a:hover {
    color: #777;
    text-decoration: underline;
}

.imprint a {
    font-size: 1.5em;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(255,255,255,0.9);
    z-index: 10000;
}

.impressum {
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 50px 25px;
    height: 100%;
    overflow-y: scroll;
}

.impressum h1 {
    text-align: left;
}

#close {
    position: absolute;
    top: 25px;
    right: 25px;
}


@media (min-width: 481px) {
    
    .menu-toggle {
	position: absolute;
	top: 5px;
	right: 15px;
    }

    #banner {
	margin-bottom: 1px;
    }

    
    #topnav {
        display: auto;
    }
}

@media only screen and (min-width: 920px) {

    #topnav {
	display: none;
	position: absolute;
	top: 1px;
	right: 15px;
    }

}

@media only screen and (min-width: 1030px) {

    .impressum {
	width: 50%;
    }

    .cycler {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
    }

    .cycler img {
	display: block;
	position: absolute;
	z-index: 1;
    }

    .cycler img.active {
	box-shadow: 8px 8px 10px #aaa;
	z-index: 3;
    }

}
