#mobile-header .lang-menu {
    left: 0;
}

#sidebar {
    background-color: #baa266;
}

.row-footermenu {
    min-height: 80px
}

#title h1 {
    margin-top: 60px;
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 36px
}

.contentnav {
    font-size: 18px;
}

#navi ul li {
    width: 80%;
    line-height: 22px;
    margin-top: 4px;
}

#content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 24px;
}

.lang-menu {
    font-size: 20px;
    left: 25px;
}

.sidebar-content {
    margin-top: 70px
}

footer .row-footermenu a {
    font-size: 16px;
}

#mobile-header {
    background-color: #baa266;
}

#mobile-header ul.lang-menu {
    margin-top: 20px;
}

.cabinets .cabinet-detail .right .logo {
    display: none;
}

@media (max-width: 1024px) {
    .lang-menu {
        font-size: 20px;
        left: 0;
        top: -20px
    }

    .sidebar-content {
        margin-top: 0
    }

    #sidebar .inner .sidebar-content {
        padding-top: 30px
    }
}

@media (max-width: 480px) {
    #navi .contentnav {
        margin-left: 15px;
    }

    #sidebar .lang-menu {
        display: none;
    }
}

/* main.css settings */
@media (min-width: 1630px) {
    footer .col-logo {
        position: relative;
        left: 0;
    }
}

#slider .slider-caption {
    max-width: none;
}

@media only screen and (min-width: 1024px) {
    #slider .slider-caption {
        max-width: 600px;
    }
}


/* FOOTER LOGOS */

footer .col-logo a.frm img {
    width: 90px;
    height: 90px;
}

@media only screen and (min-width: 480px) {
    footer .col-logo a.frm img {
        width: 60px;
        height: 60px;
    }
}

footer .col-logo {
    max-width: 610px;
}
@media only screen and (min-width: 480px) {
    footer .col-logo {
        width: 600px;
    }
}
@media only screen and (max-width: 480px) {
    footer .col-logo a.frm  {
        padding-top:10px;
    }
}
/* ==========================================================================
   Typo3 Content-Elements Fluid
   ========================================================================== */
.ce-textpic {
    overflow: hidden;
}
.ce-textpic.ce-center .ce-gallery {
    text-align: center;
}
.ce-textpic.ce-right .ce-gallery {
    text-align: right;
}
.ce-textpic.ce-left .ce-gallery {
    text-align: left;
}
@media (min-width: 768px) {
    .ce-textpic.ce-intext.ce-left .ce-gallery {
        float: left;
        margin-right: 1em;
    }
}
@media (min-width: 768px) {
    .ce-textpic.ce-intext.ce-right .ce-gallery {
        float: right;
        margin-left: 1em;
    }
}
.ce-textpic.ce-intext .ce-bodytext > *:first-child {
    margin-top: 0;
}
@media (max-width: 767px) {
    .ce-textpic.ce-intext .ce-media {
        max-width: 120px;
    }
}
.ce-textpic.ce-intext.ce-nowrap .ce-bodytext {
    overflow: hidden;
}
.ce-textpic .ce-gallery .ce-row {
    overflow: hidden;
    margin: 0 0 1em 0;
    margin: 0;
    margin-left: -1em;
    margin-right: -1em;
}
.ce-textpic .ce-gallery .ce-row .ce-column {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 1em;
    margin: 0 0 1em 0;
}
.ce-textpic .ce-gallery .ce-row .ce-column figure {
    margin: 0;
}
.ce-textpic .ce-gallery .ce-row .ce-column figure figcaption {
    margin: 1em 0;
}
.ce-textpic figure figcaption {
    font-style: italic;
    color: #999;
    font-size: 14px;
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    .ce-textpic .ce-gallery[data-ce-columns='1'] .ce-row .ce-column {
        width: 100.00%;
    }
    .ce-textpic .ce-gallery[data-ce-columns='2'] .ce-row .ce-column {
        width: 50.00%;
    }
    .ce-textpic .ce-gallery[data-ce-columns='3'] .ce-row .ce-column {
        width: 33.33%;
    }
    .ce-textpic .ce-gallery[data-ce-columns='4'] .ce-row .ce-column {
        width: 25.00%;
    }
    .ce-textpic .ce-gallery[data-ce-columns='5'] .ce-row .ce-column {
        width: 20.00%;
    }
    .ce-textpic .ce-gallery[data-ce-columns='6'] .ce-row .ce-column {
        width: 16.66%;
    }
    .ce-textpic .ce-gallery[data-ce-columns='7'] .ce-row .ce-column {
        width: 14.28%;
    }
    .ce-textpic .ce-gallery[data-ce-columns='8'] .ce-row .ce-column {
        width: 12.50%;
    }
}


/* ==========================================================================
   Uploads
   ========================================================================== */
ul.ce-uploads{
    padding: 0;
    list-style: none;
}
ul.ce-uploads li img{
    float: left;
    margin-right: 5px;
}
ul.ce-uploads .ce-uploads-fileName{
    display: block;
}


/* ==========================================================================
   Menu
   ========================================================================== */

@media only screen and (min-width: 480px){
    #navi {
        visibility: visible !important;
    }
}
/* ==========================================================================
   Cabinets
   ========================================================================== */

.cabinets {
    margin-right: -6px;
}
@media (min-width: 708px){
    .cabinets li {
        margin: 0 6px 6px 0;
    }
}