* {
    margin: 0;
    padding: 0;
}

html, body {
    font: 95% Arial, Verdana, Helvetica, sans-serif;
    color: #333333;
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@font-face {
    font-family: 'Comic Neue';
    src: url('/fonts/comic-neue-v8-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Relief';
    src: url('/fonts/comic-relief-v2-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.nonino-font {
    font-family: 'Comic Relief', cursive, sans-serif;
}

.center-text {
    text-align: center;
}

h1, h2, h3 {
    font-family: 'Comic Relief', cursive, sans-serif;
    color: #333;
    background: transparent;
}

h1 {
    font-size: 1.60em;
    font-weight: 600;
    color: #909;
}

h2 {
    font-size: 1.10em;
    font-weight: 500;
}

h3 {
    font-size: 0.9em;
    font-weight: normal;
}

p {
    font-size: 0.90em;
    font-weight: normal;
    line-height: 140%;
}

a {
    color: #909;
    background: transparent;
    text-decoration: none;
}

a:hover {
    color: #06F;
    text-decoration: none;
}

#container {
    background: transparent;
    width: 100%;
    min-height: 100%;
    position: relative;
    flex: 1;
}

#content {
    margin: 0 auto;
    background: #FFF;
    width: 900px;
}

#header {
    position: relative;
    background: transparent url(../pics/header011.jpg) no-repeat;
    width: 900px;
    height: 300px;
}

#navigation {
    background: transparent url(../pics/naviBg.jpg) no-repeat;
    width: 900px;
    height: 81px;
}

#navigation li {
    display: inline;
}

#mainpart {
    width: 900px;
    padding-bottom: 20px;
}

#kategorie {
    margin: 7px;
}

#start {
    width: 900px;
}

#kino {
    background: transparent;
}

#willkommen {
    padding-top: 380px;
}

#preisformel {
    color: #FFF;
    background: url(../pics/preisformelBg.jpg) no-repeat;
    float: right;
    width: 400px;
    height: 290px;
}

#formel {
    padding-top: 90px;
    padding-left: 63px;
}

#liste {
    height: 550px;
    margin: 7px;
}

#haus {
    background: transparent url(../pics/haus02.jpg) no-repeat;
    padding-left: 540px;
    height: 360px;
}

#aboutin {
    padding-top: 20px;
}

#marq {
    float: left;
    width: 450px;
    padding-left: 50px;
    padding-top: 10px;
}

#ruhp {
    padding-left: 20px;
}

#links {
    height: 335px;
    text-align: center;
}

#footer {
    background: transparent url(../pics/footer.jpg) no-repeat;
    height: 36px;
    position: relative;
    clear: both;
}

#minilinks {
    padding-left: 800px;
    padding-top: 20px;
}

ul.dreispalter {
    list-style: none;
}

li.dreispalter {
    display: block;
    float: left;
    width: 295px;
}

ul.open {
    list-style: none;
    padding: 10px;
    margin-left: 44px;
    margin-top: 17px;
    display: block;
    position: relative;
}

li.open {
    float: left;
}

.rightfloater {
    float: right;
}

.leftfloater {
    float: left;
}

.nolist {
    list-style: none;
}

.bold {
    font-weight: bold;
}

.preis {
    font-family: 'Comic Relief', cursive, sans-serif;
    font-size: 1.8em;
    font-weight: normal;
}

#text-ueberschrift {
    font-family: 'Comic Relief', cursive, sans-serif;
    font-size: 1em;
    font-weight: normal;
}

#text-standard {
    font-family: 'Comic Relief', cursive, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
}

.mini {
    font-size: 0.7em;
}

ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
