
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* #Imports
================================================== */
@import url('/templates/css/jquery.sidr.light.css');

/* #Classes
================================================== */
.tar{
    text-align: right;
}
.tal{
    text-align:left;
}
.tac{
    text-align: center;
}
.pull-left{
    float: left !important;
}
.pull-right{
    float: right !important;
}

.green{
    color: #005961;
}

.blocklink{
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.stroke{
    text-decoration: line-through;
    color: rgba(0, 89, 97, 0.3);
}
/* #General
================================================== */
body {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #002D31;
}
div img,
div a img{
    max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Dosis', sans-serif;
    margin-top: 0;
}
h1, .h1 {
    color: #ff9239;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 14px;
}
h2,
#inhalt #news h2 a,
h2 a,
.h2 {
    color: #ff9239;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
h3 {
    color: #005961;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}
h4{ }
h5{ }

p {
    margin-top: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    font-family: 'Dosis', sans-serif;
    background: #F1F1F1;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}
.button,
.kon_box input[type="submit"] {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    line-height: 24px;
}
.button i {
    font-size: 18px;
    line-height: 23px;
}
a,
a:active,
a strong,
a strong:active{
    text-decoration: none;
    color: #005961;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#content a:hover,
#content a:focus,
a strong:hover,
a strong:focus,
a:hover,
a:focus {
    color: rgba(0, 89, 97, 0.8);
}

#content ul{
    list-style: circle;
    padding-left: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content ul li{
    line-height: 20px;
    margin-bottom: 0;
}


/* Buttons */
#inhalt .buttons {
    margin-bottom: 80px;
    float: left;
}
#inhalt .buttons .button_text {
    min-height: 60px;
    clear: none;
}
#inhalt .buttons .button_text a {
    color: #fff;
    float: left;
    min-height: 60px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    background-color: #005961;
    -webkit-box-shadow: 0px 26px 79px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 26px 79px 0px rgba(0,0,0,0.36);
    box-shadow: 0px 26px 79px 0px rgba(0,0,0,0.36);
    position: relative;
}
#inhalt .buttons .button_text a:hover,
#inhalt .buttons .button_text a:focus,
.button:hover,
.button:focus,
.kon_box input[type="submit"]:hover,
.kon_box input[type="submit"]:focus {
    background-color: rgba(0, 89, 97, 0.9);
}
#inhalt .buttons .button_text a .text {
    width: 80%;
    float: left;
}
#inhalt .buttons .button_text a .icon {
    width: 20%;
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

/* Language change */
.language.active {
    display: none;
}
#lang_change {
    position: absolute;
    right: 0px;
    display: flex;
    /* color: #fcfcfc !important; */
    list-style: none;
    /* top: 40px; */
    width: 40px;
    /* left: 36%; */
    float: right;
    flex-direction: row;
    padding: 0px;
    margin-bottom: 0px;
    z-index: 10000;
    margin-top: 58px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.langscroll {
    margin-top: 9px !important;
}

#lang_change li {
    margin: 0px 10px 0px 0px !important;
    border: 0px !important;
    padding-bottom: 0px;
    height: 30px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
}

#lang_change li a {
    color: white;
    font-size: 19px;
    padding-top: 2px !important;

}
#lang_change li a:hover {
    text-decoration: underline;
}

/* #Page Styles
================================================== */
#header {
    background: #ff9239;
    position: fixed;
    z-index: 1100;
    float: left;
    width: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#header-logo {
    position: fixed;
    z-index: 1100;
    width: 220px;
    background: #ffffff;
    top: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#header-logo img{
    width: 100%;
}
.quicklinks,
span.toggle-sub-lvl {
    display: none;
}
#header-nav #navigation {
    float: left;
    width: 100%;
}
#header-nav ul.level1 {
    margin-top: 58px;
    margin-bottom: 0px;
    float: left;
    width: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    list-style: none;
    padding-left: 0;
}
#header-nav ul li {
    float: left;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 32px;
    margin: 0px 17px;
    padding-bottom: 10px;
    font-weight: 500;
    border-bottom: solid 4px transparent;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#header-nav ul li:first-of-type {
    margin-left:0;
}
#header-nav ul li.level1.current1 {
    border-bottom: solid 4px #fff;
}
#header-nav ul li a{
    text-decoration: none;
}
#header-nav ul li a,
#header-nav ul li a:active{
    color: #FFF;
}
#header-nav ul li:hover a,
#header-nav ul li:focus a {
    color: #FFF;
}
#header-nav ul li:hover,
#header-nav ul li:focus {
    border-bottom: solid 4px #fff;
}

/* Fixed Header */
#header.fixed {
    width: 100%;
    float: left;

    -webkit-box-shadow:  0px 0px 5px rgba(0,0,0,0.36);
    -moz-box-shadow:  0px 0px 5px rgba(0,0,0,0.36);
    box-shadow:  0px 0px 5px rgba(0,0,0,0.36);
}
#header.fixed #header-nav ul.level1 {
    margin-top: 13px;
}
#header.fixed #header-logo {
    top: -44px;
    background: #fff;
}


/* Kopfbilder */
#kopfbild {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 103px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#kopfbild.fixed {
    margin-top: 0px;
}
#kopfbild .slide {
    float: left;
    width: 100%;
    position: relative;
}
#kopfbild .slide img{
    width: 100%;
}

#kopfbild .text-outer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#kopfbild .slide .inhalt {
    margin-top: 150px;
}
#kopfbild .slide .text {
    float: left;
    font-size: 32px;
    background: #ff9239;
    line-height: 41px;
    text-transform: uppercase;
    color: #fff;
    clear: left;
    margin-bottom: 10px;
    padding: 0px 5px;
}
#GoogleMap {
    float: left;
    width: 100%;
    height: 360px;
}

.kopfbild__button{
    width: 250px;
    height: 250px;
    position: absolute;
    top: 10px;
    right: 50px;
    display: none;
}

@media only screen and (min-width: 768px){
    .kopfbild__button{
        display: block;
    }
}



/* Startseite - Boxen / Links */
#links {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #005961;
}

#links .box{
    position: relative;
    -webkit-box-shadow: 0px 26px 79px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 26px 79px 0px rgba(0,0,0,0.36);
    box-shadow: 0px 26px 79px 0px rgba(0,0,0,0.36);

    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -ms-transition: transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
#links .box:hover,
#links .box:focus{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
#links .titel{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;

    text-align: center;
    /*  color: #ffffff;
      background: #005961; */

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    color: #005961;
    background: #FFF;
}

/* Startseite - Testimonials */
#testimonials{
    float: left;
    width: 100%;
    background-color: #ff9239;
    padding: 80px 0;
}
#testimonials h2{
    color: #ffffff;
    margin-bottom: 50px;
}
#testimonials .container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
}
.testimonial{
    margin-top: 83px;
    background: #ff9239;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 26px 79px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 26px 79px rgba(0,0,0,0.36);
    box-shadow: 0px 26px 79px rgba(0,0,0,0.36);
    padding: 113px 30px 86px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.testimonial.without-image{
    padding-top: 30px;
    margin-top: 0px;
}
.testimonial .h2{
    font-size: 22px;
}
.testimonial .author{
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    font-size: 16px;
}

.testimonial .bild-outer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.testimonial .bild-outer .bild,
.bild-outer .bild-wrapper{
    height: 165px;
    width: 165px;
    position: relative;
    display: inline-block;
    background: #ff9239;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-size: cover;
}
.testimonial .bild-outer .bild{
    z-index: 1;
}
.testimonial .bild-outer .bild-wrapper:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 26px 79px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 26px 79px rgba(0,0,0,0.36);
    box-shadow: 0px 26px 79px rgba(0,0,0,0.36);
}
.testimonial .bild-outer .bild-wrapper:after{
    content: '';
    position: absolute;
    width: 200%;
    height: 100%;
    background: #ff9239;
    top: 50%;
    left: -50%;
}

.testimonial .box{
    position: relative;
    z-index: 1;
}

.testimonial-container-right {
    float: left;
    width: 100%;
    margin-top: 80px;
}
.testimonial-container-right .bild-outer .bild-wrapper {
    left: 50%;
    transform: translateX(-50%);
}
.testimonial-container-right .testimonial,
.testimonial-container-right .testimonial .bild-outer .bild-wrapper:before {
    color: #002D31;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #f1f1f1;
}
.testimonial-container-right .testimonial .bild-outer .bild-wrapper:after,
.testimonial-container-right .testimonial .bild-outer .bild,
.testimonial-container-right .bild-outer .bild-wrapper {
    background: #f1f1f1;
}
.testimonial-container-right .testimonial .bild-outer .bild {
    background-size: cover !important;
    background-position: left top !important;
}

/* Startseite - Partner */
#partner {
    float: left;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
#partner .h2 {
    color: #ff9239;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
}

/* Footer */
#footer {
    background: #ff9239;
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}
#footer .title {
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}
#footer a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#footer ul.level1 {
    list-style: none;
    float: left;
    width: 100%;
    margin-top: 0;
    padding-left: 0;

    column-count: 2;
    column-gap: 30px;

}
#footer ul.level1 li.level1 {
    float: left;
    width: 100%;
}
#footer ul.level1 li.level1:nth-of-type(n+5){
    float: right;
}

#footer_bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #005961;
    color: #fff;
}
#footer_bottom .copyright {
    float: left;
    font-size: 16px;
    line-height: 20px;
}
#footer_bottom .disclaimer {
    float: right;
    font-size: 16px;
    line-height: 20px;
    margin-right: 15px;
}
#footer_bottom a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#footer_bottom .delimiter {
    float: left;
    margin: 0px 5px;
}
#footer a:hover,
#footer a:focus,
#footer_bottom a:hover,
#footer_bottom a:focus {
    color: rgba(255,255,255,0.7);
}
.footer_social .social{
    margin: 0;
    list-style: none;
}
.footer_social .social li{
    float: left;
    padding: 0;
}
.footer_social .social li.facebook i{
    font-size: 24px;
}

.footer_social .social li.instagram i{
    font-size: 24px;
}

/* Inhalt */
#wrapper,
#inhalt,
#content-outer{
    float: left;
    width: 100%;
}

#fncb_bottomNav{
    display: none;
}
#fancybox-title{
    text-align: left;
}
.fncb_fancy_title{
    font-weight: bold;
}
*.link_surface {
    background-color: #fff;
    text-decoration: none;
    clear: both;
    float: left;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #005961;
    width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #F1F1F1;
}



/* Meldungen */
#meldung {
    background-color: #005961;
    padding: 40px;
    color: #ffffff;
    font-size: 18px;
    float: left;
    /* text-align: center; */
    /* width: calc(100% - 30px); */
    -webkit-box-shadow: 0 26px 79px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0 26px 79px rgba(0, 0, 0, 0.36);
    box-shadow: 0 26px 79px rgba(0, 0, 0, 0.36);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 80px;
    clear: both;
    position: relative;
}
#meldung h3 {
    color: #fff;
    font-weight: 500;
}
#meldung>div:last-child p:last-child{
    margin-bottom: 0px;
}
#meldung a{
    color: #ff9239;
}


/* Formulare */
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea{
    border: none;

    margin: 0;
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="submit"] {
    border: none;
    width: 100%;
    float: left;
    padding: 14px 15px;
    background-color: #005961;
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;

    -webkit-box-shadow: 0 26px 79px rgba(0,0,0,0.36);
    -moz-box-shadow: 0 26px 79px rgba(0,0,0,0.36);
    box-shadow: 0 26px 79px rgba(0,0,0,0.36);
}

#download,
#bildergalerie{
    width: 100%;
    float: left;
    margin-top: 80px;
    margin-bottom: 80px;
}



/* #Media Queries
================================================== */
@media only screen and (max-width: 1199px) {
    #header-nav ul li{
        margin-right: 15px;
        margin-left: 15px;
    }
    #kopfbild .slide .text-outer{
        display: none;
    }
    .testimonial-container-right .testimonial{
        margin-top: 0;
    }
    .testimonial .bild-wrapper,
    .testimonial .bild-outer .bild{
        width: 145px;
        height: 145px;
    }
}
@media only screen and (max-width: 959px) {
    .testimonial .bild-wrapper,
    .testimonial .bild-outer .bild{
        width: 113px;
        height: 113px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonial .bild-wrapper,
    .testimonial .bild-outer .bild{
        width: 145px;
        height: 145px;
    }
    #footer_bottom .disclaimer{
        margin-right: 0;
    }

    #footer .adress{
        width: 50%;
        float: left;
    }
    #footer .footer_social{
        width: 50%;
        float: left;
        text-align: right;
    }
    #footer .footer_social .social{
        float: right;
    }
}
@media only screen and (max-width: 479px) {
    #footer_bottom .disclaimer{
        float: left;
        margin-top: 10px;
    }
}



/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width: 1060px) {
    #lang_change {
        margin-top: 44px;
    }
    #header-logo {
        width: 175px;
    }
    #header-nav ul.level1 {
        margin-top: 48px;
    }
    #header-nav ul li {
        font-size: 19px;
        line-height: 26px;
        padding-bottom: 5px;
    }
    #kopfbild {
        margin-top: 83px;
    }
    #kopfbild .slide .inhalt.five.columns.offset-by-one {
        padding-left: 240px;
        margin-top: 33px;
    }
    .testimonial .bild-outer .bild-wrapper:after {
        width: 176%;
        left: -38%;
    }
    #boxen .box {
        height: 290px;
    }
    #GoogleMap {
        height: 195px;
    }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    #lang_change {
        margin-top: 36px;
    }
    #lang_change li a {

        font-size: 16px !important;

    }
    #header-logo {
        width: 160px;
    }
    #header-nav ul li {
        font-size: 16px;
        line-height: 26px;
        margin: 0 10px;
    }
    #header-nav ul.level1 {
        margin-top: 40px;
    }
    #kopfbild {
        margin-top: 74px;
    }
    #kopfbild .slide .inhalt {
        width: 100%;
        float: left;
        padding-left: 150px;
        box-sizing: border-box;
        margin: 0;
    }
    #kopfbild .slide .text {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 5px;
    }
    #boxen .box {
        height: 226px;
    }
    #boxen a .titel span {
        font-size: 18px;
        line-height: 24px;
    }
    #boxen a .titel {
        height: 65px;
    }
    .testimonial {
        padding: 86px 30px 86px 30px;
    }
    .testimonial .box {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 550px) {
    #lang_change {
        width: 35px !important;
    }
}
@media only screen and (max-width: 985px) {
    #lang_change {
        width: 24px;
    }
}
/* Bigger than iPhone landscape (devices and browsers) */
/* @media only screen and (min-width: 767px) {} */

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    #lang_change {
        position: relative;
        width: 50px;

        margin: 10px 0px 0px 10px !important;


    }
    .quicklinks{
        display: block;
        float: right;
        font-size: 24px;
        margin-right: -15px;
    }
    .quicklinks i{
        color: #ffffff;
        padding:15px 12px;
    }
    #nav-toggle {
        display: block;
        margin-top: 0;
        float: left;

        cursor: pointer;


    }
    #mail-icon,
    #tel-icon{
        float: left;
        color: #ffffff;
    }
    #header-logo{
        width: 140px;
    }
    #header-nav{
        display: none;
        width: 33.3%;
    }
    #header-nav ul{
        margin-top: 8px;
    }
    #header-nav ul li{
        margin-bottom: 5px;
    }
    #navigation ul.level1{
        display: none;
    }
    #kopfbild {
        margin-top: 140px;
    }
    #kopfbild.fixed {
        margin-top: 105px;
    }
    #kopfbild .slide {
        display: none;
    }
    #GoogleMap {
        height: 400px;
        margin-top: -76px;
    }

    #fancynavigation-push-navigation {
        background: #f1f1f1;
    }
    #fancynavigation-push-navigation ul li a {
        border-bottom: 1px solid transparent !important;
    }
    #fancynavigation-push-navigation ul li a.current1 {
        background: #ff9239;
        color: #ffffff;
    }

    #inhalt-outer{
        top: -85px;
    }
    #content-outer{
        background-color: rgba(255,255,255,0.8);
    }
    #content-wrapp{
        background-color: transparent;
    }
    #links .box {
        position: relative;
        -webkit-box-shadow: 0px 26px 79px 0px rgba(0,0,0,0.36);
        -moz-box-shadow: 0px 26px 79px 0px rgba(0,0,0,0.36);
        box-shadow: 0px 26px 79px 0px rgba(0,0,0,0.36);
        -webkit-transition: transform 0.25s ease-in-out;
        -moz-transition: transform 0.25s ease-in-out;
        -ms-transition: transform 0.25s ease-in-out;
        -o-transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        margin-bottom: 40px;
    }
    #testimonials {
        padding: 163px 0 80px 0;
    }
    article.single.four.columns.testimonial {
        margin-bottom: 143px;
    }
    article.single.four.columns.testimonial:nth-of-type(3n+3){
        margin-bottom: 0;
    }

    article.single.four.columns.testimonial.without-image{
        margin-top: -73px;
    }


    #partner .partner.three.columns {
        width: calc(50% - 20px);
        margin-right: 20px;
    }
    #footer .footer_navigation {
        display: none;
    }
    #footer_bottom a.glossar {
        display: block;
    }
    #footer_bottom .copyright.four.columns {
        width: 50%;
    }
}
@media only screen and (min-width: 1060px) and (max-width: 1175px) {
    #header-nav ul li {
        font-size: 18px !important;

    }

}
@media only screen and (min-width: 960px) and (max-width: 980px) {
    #header-nav ul li {
        font-size: 16px !important;

    }

}

@media only screen and (min-width: 767px) and (max-width: 810px) {
    #header-nav ul li {
        font-size: 15px;

    }

}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

    #inhalt-outer{
        top: -60px;
    }
    #simple-menu{
        margin-top: 23px;
    }
    #header-nav{
        display: none;
        right: 0;
    }
    #header-nav ul li {
        float: left;
        text-transform: uppercase;
        margin-left: 6px;
        font-size: 12px;
        margin-bottom: 0;
    }
    #content-wrapp{
        padding-top: 0px;
    }
    #header.fixed #header-logo {
        top: -39px;
    }
    #kopfbild {
        margin-top: 100px;
    }
    #kopfbild.fixed {
        margin-top: 61px;
    }
    #boxen .box {
        height: 300px;
    }
}


