/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 {
    width: 20%;
    *width: 20%;
}

@media (max-width: 767px){
    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2  {
        width: 100%;
        *width: 100%;
    }
}

.table.borderless > tbody > tr > td, .table.borderless > tbody > tr > th,
.table.borderless > tfoot > tr > td, .table.borderless > tfoot > tr > th,
.table.borderless > thead > tr > td, .table.borderless > thead > tr > th {
    border: none;
}


/* - MAIN CSS - */

* {
    outline: none !important;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    font: 400 13px/20px 'Open Sans', 'Trebuchet MS', Verdana, Arial;
	color: #000;
    -webkit-text-size-adjust: 100%;
}

table tr td {
    font: 400 13px/20px 'Open Sans', 'Trebuchet MS', Verdana, Arial;
	color: #000;
}

body strong,
table tr td strong {
    font-weight: 700;
}

img.resp-image {
    /*width: 100%;*/
    max-width: 100%;
    display: block;
}

.clean {
    clear: both !important;
    width: 100% !important;
    height: 0 !important;
    display: block !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
}

p {
    margin: 0 0 15px 0;
}

/* - WRAPPER/CONTAINER - */

.wrapper {
    max-width: 1270px;
    margin: 0 auto;
    position: relative;
}

.content {
    color: #000;
    text-align: left;
}

.content.orangeborder {
    border-top:5px solid #F7941E;
}

@media (max-width: 767px) {
    .wrapper,
    .content {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrapper,
    .content {
        width: 750px;
    }
    .container {
        width: 750px;
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1099px) {
    .wrapper,
    .content {
        width: 970px;
    }
    .container {
        width: 970px;
        padding: 0;
    }
}

@media (min-width: 1100px) {
    .wrapper,
    .content {
        width: 1080px;
    }
    .container {
        padding: 0;
        width: 1080px;
    }
}

@media (min-width: 1270px) {
    .wrapper {
        width: 1250px;
    }
    .content {
        width: 1080px;
        float: left;
    }
    .container {
        padding: 0;
        width: 1080px;
    }
}

@media (min-width: 1300px) {
    .wrapper {
        width: 1270px;
    }
}

/* - SIDEBAR - */

.sidebar {
    display: block;
    margin: 0;
    color: #000;
    text-align: left;
}

.sidebar .banner {
    min-height: 600px;
    margin-bottom: 5px;
    display: none;
}

.sidebar .partner {
    display: block;
}

.sidebar .partner h2.sidebar {
    padding: 5px 10px 7px 10px;
    font: 600 13px/20px 'Open Sans', 'Trebuchet MS', Verdana, Arial;
    text-align: center;
    color: #fff;
    background: #013766;
    margin: 0 0 5px 0;
}
@media (max-width: 1269px) {
    .sidebar .partner h2.sidebar {
        text-align: left;
    }
}

.sidebar .partner p {
    margin: 0 0 5px 0;
}

@media (min-width: 1270px) {
    .sidebar {
        width: 160px;
        margin: 0 0 0 10px;
        float: left;
    }
    .sidebar .banner {
        display: block;
    }
    
    .sidebar .partner .container {
        width: 160px;
    }
    
    .sidebar .partner .container div {
        float: none;
    }
}

@media (min-width: 1300px) {
    .sidebar {
        width: 160px;
        margin: 0 0 0 30px;
    }
}

/* - MOBILE NAVIGATION - */

@media (max-width: 991px) {
    header a.mobile-nav-trigger {
        position: absolute;
        top: 0;
        right: 15px;
        display: block;
        width: 32px;
        height: 90px;
        background: url('../images/mobile-nav.png') right no-repeat;
        background-size: 32px 21px;
    }
}

@media (min-width: 992px) {
    #mobile-nav {
        display: none;
    }
}


/* - header.css - */
/* - HEADER - */

header {
    display: block;
    /*min-height: 95px;*/
    min-height: 90px;
    background: #013766;
    color: #fff;
    position: relative;
    /*border-bottom: 5px solid #F7941E;*/
}

header a#logo {
    width: 216px;
    height: 60px;
    background: url('../images/logo@2x.png') left no-repeat;
    background-size: 216px 60px;
    display: inline-block;
    margin: 15px 0 0 15px;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}

@media (max-width: 767px) {
    header a#logo {
        width: 150px;
        height: 42px;
        background: url('../images/logo@2x.png') left no-repeat;
        background-size: 150px 42px;
        margin: 24px 0 0 15px;
    }
}

/* - HEADER -> STANDORT - */

header div.standort {
    width: 150px;
    height: 90px;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    color: #fff;
}

header div.standort p {
    color: #e2f4fd;
    font-size: 12px;
    display: block;
    margin: 10px 0 0 0;
}

header div.standort a.toggle {
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    background: url('../images/dropdown.png') right no-repeat;
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 0 0 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header div.standort form {
    height: 34px;
    background: #013766;
    position: absolute;
    top: 56px;
    left: -10px;
    right: -10px;
    display: none;
    z-index: 90;
}

header div.standort form input.form {
    width: 118px;
    height: 22px;
    border: none;
    position: absolute;
    left: 10px;
    top: 6px;
    color: #231f23;
    font: normal 11px/22px 'Open Sans', 'Trebuchet MS', Verdana, Arial;
    padding: 0 0 0 5px;
}

header div.standort form input.button {
    height: 22px;
    border: none;
    position: absolute;
    right: 10px;
    top: 6px;
    background: #013766;
    color: #fff;
    text-align: center;
    font: bold 12px/22px 'Open Sans', 'Trebuchet MS', Verdana, Arial;
    cursor: pointer;
}

header div.standort form input.button:hover {
    color: #f7941e;  
}

@media (max-width: 767px) {
    header div.standort {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header div.standort {
        right: 62px;
    }
}

@media (min-width: 992px) {
    header div.standort {
        left: 280px;
    }
}

@media (min-width: 1100px) {
    header div.standort {
        left: 340px;
    }
}

@media (min-width: 1270px) {
    header div.standort {
        left: 305px;
    }
}

@media (min-width: 1300px) {
    header div.standort {
        left: 320px;
    }
}

/* - HEADER -> WARENKORB - */

header div.warenkorb {
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
}

header div.warenkorb div.amount {
    color: #fff;
    background: #F39200;
    border-radius: 3px;
    padding: 0 5px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

header div.warenkorb a {
    color: #fff;
    background: url('../images/basket.png') left no-repeat;
    background-size: 16px 16px;
    padding-left: 23px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 767px) {
    header div.warenkorb {
        margin: 20px 15px 0 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
        left: 0;
    }
    header div.warenkorb div.amount {
        top: 11px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header div.warenkorb {
        width: 150px;
        left: auto;
        right: 62px;
        position: absolute;
        bottom: 7px;
    }
}

@media (min-width: 992px) {
    header div.warenkorb {
        width: 150px;
        position: absolute;
        bottom: 7px;
        left: 280px;
    }
}

@media (min-width: 1100px) {
    header div.warenkorb {
        width: 150px;
        position: absolute;
        bottom: 7px;
        left: 340px;
    }
}

@media (min-width: 1270px) {
    header div.warenkorb {
        width: 150px;
        position: absolute;
        bottom: 7px;
        left: 305px;
    }
}

@media (min-width: 1300px) {
    header div.warenkorb {
        width: 150px;
        position: absolute;
        bottom: 7px;
        left: 320px;
    }
}

/* - HEADER -> BANNER - */

header div.banner {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

header div.banner div.banner-728 {
    width: 728px;
    height: 90px;
    overflow: hidden;
    position: relative;
    display: none;
}

header div.banner div.banner-728 a img.small, header div.banner div.banner-728 iframe.small {
    margin:15px 0 0 70px;
}

header div.banner div.banner-468 {
    width: 468px;
    height: 60px;
    margin: 15px 15px 0 0;
    overflow: hidden;
    position: relative;
    display: none;
}

@media (min-width: 1270px) {
    header div.banner div.banner-728 {
        display: block;
    }    
}

@media (min-width: 992px) and (max-width: 1269px) {
    header div.banner div.banner-468 {
        display: block;
    }    
}


/* - slider.css - */

/* MOBILE : HEUTE */

.mobheute {
    width:100%;
    margin:10px 0px 30px 0px;
}

.mobheute div.show {
    width:100%;
    background-color:#A2ABBC;
}

.mobheute div.show div.showtitel {
    font: 22px/24px 'Open Sans','Trebuchet MS',Verdana,Arial;
    padding:10px 15px;
}

.mobheute div.show div.showtitel a {
    color:#000000;
}

.mobheute div.show div.showicon {
    float:right;
    height:22px;width:auto;
}

/* - SLIDER CSS - */

#slider {
    width: 100%;
    display: block;
    background: #fff;
    padding: 0;
    margin: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

#slider .flex-direction-nav {
    *height: 0;
}

.no-js .slides>li:first-child {
    display: block;
}

#slider .flex-container a:active,
#slider .flexslider a:active,
#slider .flex-container a:focus,
#slider .flexslider a:focus {
    outline: none;
}

#slider .slides {
    zoom: 1;
}

#slider .slides,
#slider .flex-control-nav,
#slider .flex-direction-nav {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#slider .flex-pauseplay {
    display: none;
}

#slider .flex-viewport {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#slider .flexSlider {
    background: transparent;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    position: relative;
    zoom: 1;
}

#slider .flexSlider ul li {
    width: 100%;
    background: transparent;
    -webkit-backface-visibility: hidden;
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none !important;
    text-align: center;
    position: relative;
}

.flexSlider .container {
    margin: 0 auto !important;
}

.flexSlider ul li img {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    z-index: 1;
}

.flexSlider .slides li a {
    width: 100%;
    height: 100%;
    display: block;
}

.flexSlider ul li div.slide-image p.slide-image-caption {
    display: block;
    position: absolute;
    text-align: left;
    width: 100%;
    left: 0;
    bottom: 5px;
    background: url('../images/slider-overlay.png');
    z-index: 2;
}

.flexSlider ul li div.slide-image p.slide-image-caption span {
    color: #fff;
    font: 100 64px/64px 'Roboto';
    padding: 5px 0 8px 15px;
    display: inline-block;
}

.flexSlider .flex-direction-nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexSlider .flex-direction-nav a.flex-prev,
.flexSlider .flex-direction-nav a.flex-next {
    width: 50px;
    position: absolute;
    top: 60px;
    bottom: 60px;
    display: block;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.flexSlider .flex-direction-nav a.flex-prev {
    left: -50px;
    background: url('../images/slide-flex-prev.png') left no-repeat;
    background-size: auto 32px;
    border-left: 15px dashed transparent;
}

.flexSlider .flex-direction-nav a.flex-next {
    right: -50px;
    background: url('../images/slide-flex-next.png') right no-repeat;
    background-size: auto 32px;
    border-right: 15px dashed transparent;
}

.flexSlider:hover .flex-direction-nav a.flex-prev {
    left: 0;
    opacity: 1;
}

.flexSlider:hover .flex-direction-nav a.flex-next {
    right: 0;
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .flexSlider .flex-direction-nav a.flex-prev {
        left: 0;
        opacity: 1;
    }
    .flexSlider .flex-direction-nav a.flex-next {
        right: 0;
        opacity: 1;
    }
}

.flexSlider ol.flex-control-nav {
    display: block;
    height: 15px;
    position: absolute;
    bottom: 15px;
    right: 50px;
    left: 50px;
    z-index: 999;
    margin: 0 -5px;
    text-align: center;
}

.flexSlider ol.flex-control-nav li {
    list-style: none;
    margin: 0 5px;
    display: inline-block;
}

.flexSlider ol.flex-control-nav a {
    width: 6px;
    height: 6px;
    display: block;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    opacity: 1;
}

.flexSlider ol.flex-control-nav a.flex-active {
    background: #F29100;
    opacity: 1;
}

.flexSlider.content-image-slider ol.flex-control-nav {
    top: 1px;
}

@media (max-width: 767px) {
    #slider {
        display: none;
    }
}



/* - footer.css - */
/* - FOOTER CSS - */

footer {
    width: 100%;
    display: block;
    text-align: center;
    background: #013766;
    color: #fff;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    z-index:1000;
}

@media (max-width: 991px) {
    footer {
        padding-top: 5px;
    }
}

@media (min-width: 992px) {
    footer {
        position: fixed;
        left: 0;
        bottom: 0;
    }
}

footer div.content {
    text-align: left;
    color: #fff;
}

footer div.content h1 {
    cursor: default;
    color: #E2F4FD;
    height: 34px;
    font: bold 14px/34px 'Open Sans', 'Trebuchet MS', Verdana, Arial;
    padding: 0;
    margin: 0;
}

@media (min-width: 992px) {
    footer div.content h1 {
        cursor: pointer;
    }
}

footer div.content ul {
    margin: 0 0 2px 0;
    padding: 0;
}

@media (max-width: 991px) {
    footer div.content ul {
        padding: 0 0 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

footer div.content ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer div.content a,
footer div.content ul li a {
    color: #fff;
    text-decoration: none;
}

footer div.content a:hover,
footer div.content ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

footer div.content p {
    margin: 0 0 15px 0;
}

@media (max-width: 991px) {
    footer div.content p.copyright-footer {
        padding: 12px 0 0 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 991px) {
    footer div.hide-on-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    footer div.only-on-mobile {
        display: block;
    }
    footer div.content p.copyright-footer {
        text-align: center;
        border: none;
    }
    footer div.content p.copyright-footer br {
        display: block;
    }
    footer div.content p.copyright-footer span {
        display: none;
    }
}

@media (min-width: 992px) {
    footer div.only-on-mobile {
        display: none;
    }
    footer div.content p.copyright-footer br {
        display: none;
    }
}

#footer-spacer {
    height: 10px;
    display: block;
}

footer a.footer-toggle {
    background: url('../images/footer-toggle.gif') center no-repeat #013766;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    position: absolute;
    top: -31px;
    right: 50%;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    display: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

footer a.footer-toggle:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

/* - FOOTER -> STANDORT - */

footer div.standort {
    width: 100%;
    height: 80px;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    color: #fff;
}

footer div.standort p {
    color: #e2f4fd;
    font-size: 12px;
    display: block;
    margin: 15px 0 0 0;
}

footer div.standort a.toggle {
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    background: url('../images/dropdown.png') right no-repeat;
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 0 0 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer div.standort form {
    height: 34px;
    background: #013766;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    display: none;
    z-index: 90;
}

footer div.standort form input.form {
    width: 100%;
    height: 34px;
    border: none;
    position: relative;
    color: #231f23;
    font: normal 11px/22px 'Open Sans', 'Trebuchet MS', Verdana, Arial;
    padding: 0 0 0 5px;
}


footer div.standort form input.button {
    height: 22px;
    border: none;
    position: absolute;
    right: 6px;
    top: 6px;
    background: #013766;
    color: #fff;
    text-align: center;
    font: bold 12px/22px 'Open Sans', 'Trebuchet MS', Verdana, Arial;
    cursor: pointer;
}

footer div.standort form input.button:hover {
    color: #f7941e;  
}