
* {
    font-family: sans-serif;
}

a { color: black; }

.container1 a { color: white; }

body{
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: sans-serif;
}

h1 { 
    font-family: sans-serif;
    font-weight: bold;
    font-size: larger;
    text-align: center;
    color: black;
    margin: 0;
    padding: 0;
}

h2 {
    font-family: sans-serif;
    font-weight: normal;
    font-size: larger;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
}

h3 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 5px 0;
    padding: 0;
    z-index: 1;
    position: relative;
}

.center { margin: 0 auto; }
.content{ margin: 0 auto; max-width: 900px; padding-left: 10px; padding-right: 10px; }
.clear { clear: both; }

#header { 
    width: 100%; 
    height: 80px;
    position: fixed;
    background-color: black;
    left: 0px;
    top: 0px;
}

#navigation { width: 600px; float: right; margin-top: 10px; }
#logo {padding-top: 8px; float: left; }
#logo a { color: #fff; text-decoration: none; float: left; font-size: 30px; margin-top: 20px; color: #fff; font-family:"Wellfleet"; font-weight: bold; }

#navigation ul.sub {
    float: right;
    padding-top: 0px;
    margin: 0 auto;
    list-style: none;
    float: right;
}

#navigation ul.main {
    list-style: none;
    display: block;
    margin: 0 auto;
    list-style: none;
    float: right;
}

#navigation ul.main li {
    margin-top: 9px;	
    float: left;
    padding-left: 21px;
    font-size: 16px;
}

#navigation ul.sub li {
    margin-top: 9px;	
    float: left;
    padding-left: 21px;
    font-size: 14px;
}

#navigation li a { color: #fff; opacity:0.6; text-decoration: none; font-family: 'Arial'; }
#navigation li a.active { color: #fff; opacity:1; border-bottom: 2px solid #fff; }
#navigation li a:hover { color: #fff; opacity:1;  }

.container, .container1 { max-width: 600px; margin: 0 auto; text-align: left; font-size: large; padding-left: 10px; padding-right: 10px }

.headercontentmobil {
    padding-top: 40px;
}

#start, #dienst { width: 100%; }

#start {
    background: url('../img/slide1.jpg') 50% 0 no-repeat fixed;
    color: black;
    min-height: 600px;
    margin: 0;
    padding: 200px 0 260px 0;
    background-size: cover;
}

#reservierungssystem {
    background-color: #fff;
    color: #333333;
    min-height: 300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 200px 0;
}

#module {
    background: url(../img/slide3.jpg) 50% 0 no-repeat fixed;
    color: black;
    min-height: 600px;
    margin: 0 auto;
    padding: 170px 0 0 0;	
    background-size: cover;
}

#grundmodul {
    background-color: #fff;
    color: #333333;
    min-height: 700px;
    margin: 0 auto;
    overflow: hidden;
    padding: 150px 0;
}

#prozessmodul {
    background: url(../img/prozess.jpg) 50% 0 no-repeat fixed;
    color: white;
    min-height: 600px;
    padding: 150px 0 0 0;	
    background-size: cover;
}

#zusatzmodule {
    background-color: #fff;
    color: #333333;
    min-height: 300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 150px 0;
}

#zusatzleistungen {
    background: url(../img/slide3.jpg) 50% 0 no-repeat fixed;
    color: black;
    min-height: 600px;
    padding: 150px 0 0 0;	
    background-size: cover;
}

#preise {
    background-color: #fff;
    color: #333333;
    padding: 150px 0;
    min-height: 1000px;
}

#kontakt {
    background: url(../img/slide5.jpg) 50% 0 no-repeat fixed;
    height: 200px;
    margin: 0 auto;
    padding: 250px 0;
    color: white;
    background-size: cover;
}

.content {
    text-align: center;
}
p.top {
    font-weight: bold;
    font-size: 35px;
}

.wrap {
    max-width:600px;
    height: 350px;
    margin:0 auto;
    text-align:left;
    color:#989A8F;
}

.wrapper .table {
    background-color:#ffffff; 
    height:325px;
    width:100%;
}

.pricing {
    padding: 0px;
    width: 100%;
}

ul.pricing li {
    list-style-type: none;
    float:left;
    width:147px;
    text-align:center;
    border-left:1px solid #DDDCD8;
    background-color: silver;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom:  20px;
}

ul.pricing li:last-child {
    border-right: 1px solid #DDDCD8;
}

ul.pricing li div.top {
    background-color:#EAE9E4;
    height:75px;
    text-align: center;
}

ul.pricing li div.top h4 {
    padding-top:15px;
    font-size: 20px;
    margin: 0px;
}

.circle {
    width:60px;
    height:60px;
    border-radius:60px;
    font-size:20px;
    color:#fff;
    line-height:60px;
    text-align:center;
    background:#989A8F;
    margin-left:40px;
    margin-top:10px;
}

.bottom {
    margin-top:50px;
    height: 140px;
}
.bottom p {
    font-size:16px;
    font-family: sans-serif;
    padding:5px;
    color: white;
}
.bottom p a {
    color: white;
}

.sign {
    margin-top:50px;
}
.sign .button {
    border: 1px solid #989A8F;
    padding: 10px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: white;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    font-size:17px;
    background-color: #333333;
}

.purple {
    background-color:#5D4660;   
}

.white {
    color:#FFFFFF; 
}

.pink {
    background-color:#BC9B94;
}

.preisliste {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;  
    background: white;
    color: #024457;
    border-radius: 5;
    border: 1px solid #D9E4E6;
}

.preisliste tr {
    border: 1px solid #D9E4E6; 
}

.preisliste tr:nth-child(odd) {
    background-color: #EAE9E4
}

.preisliste th {
    border: gray;
    background-color: gray;
    color: white;
    padding: 1em;
    width: 45%;
}

.preisliste td {
    word-wrap: break-word;
    padding: 1em;
}

.preisliste th, td {
    text-align: left;
    margin: .5em 1em;
}  

.vorteilliste, .vorteilliste1 {
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px sans-serif;
    padding: 0;
}
.vorteilliste li {
    padding: 20px;
    background-image: url('../img/check.png');
    background-repeat:no-repeat;
    padding-top: 5px;
    padding-left: 40px;
    font-weight: bold;
    color: #333333;
}
.vorteilliste1 li {
    padding: 20px;
    background-image: url('../img/check1.png');
    background-repeat:no-repeat;
    padding-top: 5px;
    padding-left: 40px;
    font-weight: bold;
    color: white;
}

.clear {
    clear: both;
}

#mobilnavbutton {
    float: right;
    height: 60px;
    padding-top: 15px;
}

#navigationmobile {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    background-color: black;
    color: white;
    height: 280px;
}

#navigationmobile ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#navigationmobile ul li {
    list-style: none;
    padding: 5px;
}


#navigationmobile .main li a,  #navigationmobile .sub li a, #navigationmobile a {
    color: white;
    font-weight: bold;
}