body,
h1,
h2,
h3,
h4,
h5,
a,
p {
    font-family: 'Merriweather Sans', sans-serif;
}

body {
    background: #80c7e9 url('../../uploads/layout/bg_body.jpg') top center repeat-x;
}

h1 {
    color: #008ed3;
    text-shadow: 1px 1px 1px #fff, 2px 2px 5px #666;
    font-size: 3em;
}

h2 {
    color: #999;
    font-size: 1.5em;
    margin-bottom: 25px;
}

.content img {
padding-bottom: 25px;
}

.content ul,
.content li {
    list-style: square inside;
}

.container {
    background: #fff url('../../uploads/layout/bg_container.jpg') top center repeat-x;
}

img.logo {
    margin: 15px auto;
}

.disclaimer {
margin-top: 80px;
}

.navi {
    background: #666666;
    background: linear-gradient(to bottom, #666666 0%, #131313 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#131313', GradientType=0);
    border-radius: 10px;
    margin-bottom: 25px;
}

.navi ul,
.navi li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navi li {
    width: 100%;
    text-align: left;
}

.navi a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
}

.navi a:hover {
    color: #008ed3;
    text-shadow: 0 0 10px #000;
}

.navi a.menuactive {
    color: #999;
}

.navi li:first-child {
    background: none; }
}
.navi li:last-child { padding-bottom: 10px; }



.breakline {
display: none;
}
@media (max-width:500px) {
.breakline {
display: initial;
}
}
@media (min-width:768px) {
.navi a {
padding: 10px 16px;
}
.navi li {
display: initial;
}
}
@media (min-width:992px) {
.navi a {
padding: 10px 38px;
}
@media (min-width:1200px) {
    body {
        padding: 90px 0 50px 0;
    }
    
    h1 {
        font-size: 3.5em;
        margin-bottom: 40px;
    }
    
    h1.headline {
        margin-bottom: 10px;
    }
    
    h2 {
        font-size: 1.5em;
    }
    
    p {
        line-height: 1.8em;
        margin-bottom: 2.0em;
    }
    
    p.pre-ul {
        margin-bottom: 0.5em;
        font-weight: 700;
    }
    
    .content ul {
        margin-bottom: 2.0em;
    }
    
    .disclaimer {
        font-size: 0.6em;
    }
    
    .disclaimer p {
        line-height: 1.4em;
        margin-bottom: 1.5em;
    }
    
    .left {
        float: left;
        margin-right: 25px;
    }
    
    .right {
        float: right;
        margin-left: 25px;
    }
    /* #Page Styles
================================================== */
    
    .container {
        border-radius: 25px;
        border: 1px solid #fff;
        box-shadow: 0 0 10px #000;
    }
    
    .header {
        display: block;
        height: 200px;
        width: 100%;
        text-align: center;
    }
    
    img.logo {
        position: relative;
        top: -50px;
    }
    
    .navi ul,
    .navi li {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .navi li {
        float: left;
        background: url('../../uploads/layout/navi-trenner.png') top left no-repeat;
        width: 20%;
        text-align: center;
    }
    
    .navi a {
        font-size: 18px;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding: 10px 30px;
    }
    
    .navi a:hover {
        color: #008ed3;
        text-shadow: 0 0 10px #000;
    }
    
    .navi a.menuactive {
        color: #999;
    }
    
    .navi li:first-child {
        background: none;
    }
}
/* Stylesheet: bootstrap-css Modified On 2016-04-11 13:11:35 */
