﻿* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    list-style: none;
    outline: none;
}

.marquee {
    height: 30px;
}

#primary-navigation > li {
    display: inline-block;
}

.has-submenu:hover .submenu {
}

.widget-SucheErgebnis {
    margin: 0px 0px 20px 0px;
}

img {
    max-width: 100%;
}

#wrapper {
    width: 100%;
    box-sizing: border-box;
    margin: 20px auto;
    overflow: hidden;
}

#sidebar-1-wrapper, #sidebar-2-wrapper {
    display: inline-block;
    width: 50%;
    margin-right: -5px;
    vertical-align: top;
}

.form-wrapper {
    padding: 0px 0px 10px 10px;
}

@media only screen and (min-width: 551px) {
    #sidebar-2-wrapper {
        padding-right: 8%;
    }
}

#sidebar-6-wrapper {
    display: inline-block;
    width: 42%;
    margin-right: -5px;
    vertical-align: top;
}

#sidebar-7-wrapper {
    display: inline-block;
    width: 58%;
    margin-right: -5px;
    vertical-align: top;
}

#sidebar-9-wrapper {
    display: inline-block;
    width: 37%;
    margin-right: -5px;
    vertical-align: top;
}

#sidebar-10-wrapper {
    display: inline-block;
    width: 30%;
    margin-right: -5px;
    vertical-align: top;
}

#divWrapper8 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#sidebar-15-wrapper, #sidebar-16-wrapper, #sidebar-17-wrapper {
    -webkit-flex: 0 1 33%;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
}

#sidebar-17-wrapper {
    flex: 0 1 34%;
}

/*#sidebar-3-wrapper {
    display: inline-block;
    width: 60%;
    margin-right: -5px;
    vertical-align: top;
}

#sidebar-4-wrapper {
    display: inline-block;
    width: 40%;
    margin-right: -5px;
    vertical-align: top;
}*/

.newsReadMore {
    float: none !important;
    display: inline-block;
}

.widget-LogoL4F, .widget-Slideshow {
    width: 50%;
    display: inline-block;
    margin-right: -5px;
    vertical-align: top;
}

/*.navbar-collapse {
    position: relative;
    background-color: #a5487d;
}*/

#divSitemap {
    margin: 50px 8.66% 20px 8.66%;
    padding: 15px;
    background-color: #dcdcdc;
}

    #divSitemap a {
        color: #a5487d;
    }

.navbar-default {
    background: -webkit-linear-gradient(top, rgba(169,76,130,1) 0%,rgba(118,27,70,1) 100%);
    background: linear-gradient(to bottom, rgba(169,76,130,1) 0%,rgba(118,27,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a94c82', endColorstr='#761b46',GradientType=0 );
}

/*#divWrapper2 {
    height: 60px;
}*/

/*#form-239 input, textarea {
    display: block;
    min-height: 25px;
    margin-bottom: 15px;
    border: 1px solid #a5487d;
    border-radius: 3px !important;
}*/

.navbar-toggle {
    margin: 0px 0px 0px 10px !important;
    float: left !important;
}

#primary-navigation-wrapper > nav {
    border-width: 0px !important;
}

.navbar {
    border-radius: 0px !important;
}

/*#navbar-primary-navigation > .nav-pills li:last-child > a {
    padding: 5px !important;
}*/

.maintext td {
    border: 2px solid #a5487d;
    padding: 5px;
}

.navbar-collapse.collapse.in {
    margin-top: 8px;
    z-Index: 2000;
    position: relative;
    background: linear-gradient(RGB(169, 76, 130) 0%, RGB(118, 27, 70) 100%);
}

nav.navbar.navbar-default {
    max-height: 60px;
}

.nav a {
    white-space: nowrap;
}

.gallery-wrapper-slider {
    display: inline-block;
    float: right;
    max-width: 100%;
    width: auto;
}

#sidebar-22-wrapper {
    display: none;
}

@media only screen and (max-width: 550px) {

    .widget-LogoL4F, .widget-Slideshow {
        display: block;
        margin: 0px auto;
    }

    .widget-Slideshow {
        width: 100% !important;
    }

    #sidebar-1-wrapper, #sidebar-2-wrapper {
        width: 100%;
        text-align: center;
    }

    #sidebar-2-wrapper {
        display: none;
    }

    #sidebar-22-wrapper {
        display: block !important;
        text-align: center;
    }

    .gallery-wrapper-slider {
        float: none !important;
    }

    ul.nav.nav-pills.nav-justified > li {
        display: block !important;
    }

    .collapse.in .nav.nav-pills.nav-justified a {
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {

    /*#sidebar-4-wrapper {
        position: relative;
        z-index: 20;
        top: -60px;
        max-width: 366px !important;
        margin-right: 40px;
        height: 0px;
    }*/

    /*#sidebar-3-wrapper, #sidebar-4-wrapper {
        display: block !important;
        width: 100% !important;
    }*/

    ul.nav.nav-pills.nav-justified > li {
        display: inline-block;
    }

    #sidebar-3-wrapper > ul {
        width: 2000px;
    }

    .btnResponsive {
        float: right;
    }

    .widgetSuche > div > div > div {
        left: 10px;
    }

    #divWrapper4 > div {
        width: 100%;
    }
}

/*@media only screen and (orientation: landscape) {
    p, li, a {
        font-size: 1.5vmax !important;
    }

    h3 {
        font-size: 1.8vmax !important;
    }
}

@media only screen and (orientation: portrait) {
    p, li, a {
        font-size: 1.5vmin !important;
    }

    h3 {
        font-size: 1.8vmin !important;
    }
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
    p, li, a {
        font-size: 2vmin !important;
    }

    h3 {
        font-size: 2.4vmin !important;
    }

    h2 {
        font-size: 3vmin !important;
    }

    h1 {
        font-size: 4vmin !important;
    }
}

@media only screen and (max-width: 500px) and (orientation: portrait) {
    p, li, a {
        font-size: 2.5vmin !important;
    }

    h3 {
        font-size: 3vmin !important;
    }

    h2 {
        font-size: 4vmin !important;
    }

    h1 {
        font-size: 5vmin !important;
    }
}

@media only screen and (max-width: 400px) and (orientation: portrait) {
    p, li, a {
        font-size: 3vmin !important;
    }

    h3 {
        font-size: 3.6vmin !important;
    }

    h2 {
        font-size: 4.4vmin !important;
    }

    h1 {
        font-size: 5.2vmin !important;
    }
}

@media only screen and (min-width: 992px) and (orientation: landscape) {
    p, li, a {
        font-size: 1vmax !important;
    }

    h3 {
        font-size: 1.3vmax !important;
    }

    h2 {
        font-size: 1.6vmax !important;
    }

    h1 {
        font-size: 2vmax !important;
    }
}

@media only screen and (min-width: 1200px) and (orientation: landscape) {
    p, li, a {
        font-size: 0.8vmax !important;
    }

    h3 {
        font-size: 1.1vmax !important;
    }

    h2 {
        font-size: 1.4vmax !important;
    }

    h1 {
        font-size: 1.7vmax !important;
    }
}*/

/*bootstrap settings*/


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0px;
}


/*bootstrap settings end*/


/*@media only screen and (max-width: 900px) {

    #divWrapper5 > div, #divWrapper6 > div {
        width: 100%;
    }

    #divSearchRow2 {
        width: 100% !important;
        margin: 0px auto !important;
        padding: 2% !important;
    }

    #divSearchRow1, #divSearchRow3 {
        width: 100% !important;
    }

        #divSearchRow1 > div {
            display: inline-block !important;
            vertical-align: top !important;
            width: 31% !important;
            margin: 0px 1% !important;
        }

    #divCityArmsWrapper, #divSearchCollections {
        width: 48%;
        display: inline-block;
        margin-right: -5px;
        vertical-align: top;
        margin: 0px 1%;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 900px) {

    #divCityArmsWrapper, #divSearchRow1 {
        width: 25% !important;
        display: inline-block !important;
        margin-right: -5px;
    }

    #divSearchRow2, #divSearchCollections {
        width: 73% !important;
        display: inline-block;
        margin-right: -5px !important;
        margin: 0px 1% !important;
        vertical-align: top !important;
    }

    #divSearchRow3 {
        width: 100% !important;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {

    #divSearchRow1 > div, #sivSearchRow3 > div {
        width: 100% !important;
    }
}

@media only screen and (max-width: 550px) {

    #NavigationReiter {
        height: 55px !important;
    }

        #NavigationReiter a {
            float: left;
            height: 23px !important;
            top: 5px !important;
        }
}

@media only screen and (max-width: 1000px) and (min-height: 767px) {
    #sidebar-8-wrapper, #sidebar-9-wrapper {
        width: 50% !important;
    }
}

@media only screen and (max-width: 1000px) {
    .widget-Slideshow {
        min-height: 200px;
        width: 130px;
        margin: 0px auto;
        text-align: center;
    }
}

@media only screen and (max-width: 650px) {

    .widget-LogoL4F {
        margin: 20px 0px;
        text-align: center;
    }

    .widget-StockistInf table {
        margin: 0px auto;
    }
}*/
