body { background: #ece5ee; font: 400 15px/21px "Roboto Condensed",sans-serif; color: #53395E; }

#header { overflow: hidden; position: relative; z-index: 2; background: url("../images/bg.png") repeat-x 0 0;}
.header-pic { max-width: 100%; position: absolute; top: 0; left: 0; width: 100%; height: auto; }
.bg-colored {background: url("../images/bg.png") repeat-x 0 0;}
.texture {background: url("../images/bg-texture.png") repeat 0 0; padding-bottom: 80px; position: relative; }
.lem {background: url("../images/lem.png") repeat-x 0 0; height: 7px; width: 100%; margin-top: 5px; }
.lem2 {background: url("../images/lem2.png") repeat-x 0 0; height: 7px; width: 100%; margin-top: 5px; }

#header nav {padding-top: 27px;}
.navbar .navbar-nav { display: inline-block; float: none; }
.navbar .navbar-collapse { text-align: center; }
#header .nav li a { color: #ffffff; font: 400 20px/20px "Roboto Condensed", sans-serif; text-transform: uppercase; margin-left: 50px; }
#header .nav li a:hover {color: #ddbcb0; background: transparent;
                         -webkit-transition: all 0.4s ease;
                         transition: all 0.4s ease;
}
#header .nav li.active a {color: #ddbcb0;}
#footer { padding-bottom: 20px; }

.navbar-toggle { border: solid 1px #ffffff; background-color: #ece5ee; }

h1 { margin-top: 237px; }
.h1 { margin-top: 50px; }
h1, .h1 { font-family: 'Sacramento', cursive; font-size: 60px; font-weight: bold; color: #53395E; font-style: italic; text-shadow: 1px 1px #ffffff; }
h2 { font: 300 48px/48px "Roboto Condensed",sans-serif; color: #53395E; letter-spacing: 0.1em; text-transform: uppercase; }

.address { margin-top: 50px; text-transform: uppercase; letter-spacing: 0.1em; position: relative; font-weight: 700; text-shadow: 1px 1px #ffffff;}
.telefon { margin-top: 15px; letter-spacing: 0.1em; font: 300 48px/48px "Roboto Condensed",sans-serif; text-shadow: 1px 1px #ffffff; }

ul {         
    padding:0 0 0 0;
    margin:0 0 0 0;
}
ul li {     
    list-style:none;
    margin-bottom:25px;           
}
ul li img {
    cursor: pointer;
}
.modal-body {
    padding:5px !important;
}
.modal-content {
    border-radius:0;
}
.modal-dialog img {
    text-align:center;
    margin:0 auto;
}
.controls{          
    width:50px;
    display:block;
    font-size:11px;
    padding-top:8px;
    font-weight:bold;          
}
.next {
    float:right;
    text-align:right;
}
/*override modal for demo only*/
.modal-dialog {
    max-width:500px;
    padding-top: 90px;
}
@media screen and (min-width: 768px){
    .modal-dialog {
        width:500px;
        padding-top: 90px;
    }          
}
@media screen and (max-width:1500px){
    #ads {
        display:none;
    }
}

#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}

div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}

a[href^="#error:"] {
    background: red;
    color: white;
}

form th, form td {
    vertical-align: top;
    font-weight: normal;
}

form th {
    text-align: right;
}

form .required label {
    font-weight: bold;
}

form .error {
    color: #D00;
    font-weight: bold;
}
