@charset "UTF-8";

/* Konstanten */
img,
object,
embed,
video {
    max-width: 100%;
    height: auto;
}

.ie6 img {
    width: 100%
}

body {
    font: 400 18px 'Arimo', sans-serif;
    position: relative;
    background-color: #929292;
}

@media only screen and (max-width: 640px) {
    body {
        font: 400 16px 'Arimo', sans-serif;
    }
}

#header-inner:after,
#footer:after,
#footer-inner:after,
#main:after,
#main-inner:after,
.columns:after,
.line,
.accordion:after,
.zoom-gallery:after,
.products-home:after,
.jcarousel ul:after,
.tutorials-home:after,
.clear,
.page-navigation:before,
.wt-news-related ul:before,
.dr-molotow-start-content:before,
.magazin-sidebar .main-content-1400 > div:after,
.tx-powermail .powermail_fieldwrap_type_select:after {
    content: "";
    width: 100%;
    height: 1px;
    clear: both;
    float: none;
    position: relative;
    display: block;
}

.align-center {
    text-align: center;
}

.pic.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1,
h2,
h3 {
    font-weight: 300;
    font-size: 44px;
    padding: 0px;
    margin: 0px;
}

.hauptueberschrift {
    padding-top: 124px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .hauptueberschrift {
        padding-top: 74px;
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .hauptueberschrift {
        padding-top: 64px;
        padding-bottom: 15px;
    }
}

.hauptueberschrift span {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #000;
    margin-top: 0px;
    margin-bottom: -16px;
}

.main-content-dark .hauptueberschrift span,
.molotow-black .hauptueberschrift span {
    background-color: #fff;
}

.hauptueberschrift h1,
.hauptueberschrift h2,
.hauptueberschrift h3,
.molotow-black .hauptueberschrift h1,
.molotow-black .hauptueberschrift h2,
.molotow-black .hauptueberschrift h3 {
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: -24px;
    background-color: #fff;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
}

.molotow-black h1 {
    font-size: 26px;
    color: #fff;
    margin-top: 95px;
    margin-bottom: 45px;
    font-weight: bold;
}

.molotow-black h2 {
    font-size: 26px;
    font-weight: bold;
}

.molotow-black h3 {
    font-size: 20px;
}

@media only screen and (max-width: 1524px) {
    .molotow-black h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .molotow-black h1 {
        margin-top: 44px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .molotow-black h1 {
        font-size: 22px;
    }
    
    .molotow-black h2,
    .molotow-black h3 {
        font-size: 18px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .hauptueberschrift span {
        display: none;
    }
    
    .molotow-black .hauptueberschrift h1,
    .molotow-black .hauptueberschrift h2,
    .molotow-black .hauptueberschrift h3 {
        padding-left: 0px;
        padding-right: 0px;
        word-break: break-all;
    }
}

.main-content-dark .hauptueberschrift h1,
.main-content-dark .hauptueberschrift h2,
.main-content-dark .hauptueberschrift h3 {
    background-color: #333;
    color: #fff;
}

.molotow-black .hauptueberschrift h1,
.molotow-black .hauptueberschrift h2,
.molotow-black .hauptueberschrift h3 {
    background-color: #000;
    color: #fff;
    font-size: 44px;
}

@media only screen and (max-width: 768px) {
    .molotow-black .hauptueberschrift h1,
    .molotow-black .hauptueberschrift h2,
    .molotow-black .hauptueberschrift h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .molotow-black .hauptueberschrift h1,
    .molotow-black .hauptueberschrift h2,
    .molotow-black .hauptueberschrift h3 {
        font-size: 26px;
    }
}

.column-bg h1,
.column-bg h2,
.column-bg h3,
.accordion-content h1,
.accordion-content h2,
.accordion-content h3 {
    margin-top: 0px !important;
}

h2 {
    margin-bottom: 30px;
}

h3 {
    font-size: 30px;
}

.main-content-1400 p a, .molotow-black p a:visited {
    color: #000;
    text-decoration: underline;
}

.main-content-1400 p a:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    padding: 2px;
    margin: -2px;
}

.molotow-black .main-content-1400 p a, .molotow-black p a:visited {
    color: #fff;
    text-decoration: underline;
}

.molotow-black .main-content-1400 p a:hover {
    color: #000;
    background-color: #fff;
    text-decoration: none;
    padding: 2px;
    margin: -2px;
}

.line-inner {
    height: 2px;
    display: block;
    background-image: url(../img/line-menu.png);
    background-repeat: repeat-x;
    background-size: auto 2px;
}

@media only screen and (max-width: 768px) {
    .line {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

ul ul {
    margin-top: 0px;
}

::selection {
    color: #fff;
    background-color: #000;
}

::-moz-selection {
    color: #fff;
    background-color: #000;
}

.molotow-black ::selection {
    color: #000;
    background-color: #fff;
}

.molotow-black ::-moz-selection {
    color: #000;
    background-color: #fff;
}

.molotow-black .main-content-1400 p a,
.molotow-black p a:visited,
.tx-indexedsearch a,
.tx-indexedsearch a:visited {
    color: #fff;
    text-decoration: underline;
}

.molotow-black .main-content-1400 p a:hover,
.molotow-black .tx-indexedsearch a:hover {
    color: #000;
    background-color: #fff;
    text-decoration: none;
    padding: 2px;
    margin: -2px;
}

.molotow-black h2 {
    text-transform: uppercase;
}

.main-content-1400 a:hover,
.tx-indexedsearch a:hover {
    color: #828a94;
    text-decoration: underline;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

#search-head input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}

#search-head input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}

#search-head input:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}

#search-head input:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

.tx-powermail input::-webkit-input-placeholder,
.tx-powermail textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333;
}

.tx-powermail input::-moz-placeholder,
.tx-powermail textarea::-moz-placeholder { /* Firefox 19+ */
    color: #333;
}

.tx-powermail input:-ms-input-placeholder,
.tx-powermail textarea:-ms-input-placeholder { /* IE 10+ */
    color: #333;
}

.tx-powermail input:-moz-placeholder,
.tx-powermail textarea:-moz-placeholder { /* Firefox 18- */
    color: #333;
}

.infobox,
form input,
form textarea,
.suchfeld #suche,
.tx-indexedsearch input {
    color: #fff;
    background-color: #4d4d4d;
}

form input,
form textarea,
.suchfeld #suche,
.tx-indexedsearch input {
    color: #fff;
    background-color: #4d4d4d;
    border: none;
    height: 35px;
    font: 300 15px 'Arimo', sans-serif;
    padding: 0px;
    padding-left: 10px;
    outline-color: grey;
}

.submit {
    padding: 0px;
    width: 35px;
    background-image: url(../img/arrow_submit.svg);
    background-position: center center;
    background-size: auto 60%;
    background-repeat: no-repeat;
}

#home.navactive > a {
    color: #828a94;
    background-color: transparent;
}

#home.navactive > a:hover {
    color: #fff;
    background-color: #969ea8;
}

.dl-menuwrapper li a {
    color: #fff;
}

.dl-menuwrapper button span {
    background: #828a94;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
    background-image: url(img/nav-arrow-white.png);
}

.dl-menuwrapper li.dl-back > a {
    background-color: #828a94;
}

#header {
    border-bottom-color: #969ea8;
}

.big-pic-head {
    border-bottom-color: #969ea8;
}

.column-bg {
    background-color: #f4f5f6;
}

.to-top a {
    background-image: url(img/totop-black.png);
    background-color: #fff;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background-image: url(../img/arrow-slider-left.svg);
    background-color: transparent;
}

.bx-wrapper .bx-next {
    background-image: url(../img/arrow-slider-right.svg);
}

@media only screen and (max-width: 1024px) {
    .hauptueberschrift span {
        margin-bottom: -16px;
    }
    
    h1,
    h2,
    h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 479px) {
    h1,
    h2,
    h3 {
        font-size: 20px;
    }
}

/* Konstanten */

/* Header */
#header {
    width: 100%;
    position: fixed;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

#header-inner {
    width: 1400px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-right: 44px;
    padding-left: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.logo-head {
    height: 218px;
    display: block;
    position: absolute;
    top: 43px;
    left: 43px;
    z-index: 10001;
}

.category-alle-produkte .logo-head,
.catalog-product-view .logo-head,
.logo-head-scroll {
    top: 25px;
}

.catalog-product-view .logo-head-open,
.logo-head-open {
    top: 43px;
}

.logo-head > a {
    width: 218px;
    height: 218px;
    display: block;
    border-radius: 109px;
    background-color: #000;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 40px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
}

.category-alle-produkte .logo-head > a,
.catalog-product-view .logo-head > a,
.logo-head-scroll > a {
    width: 88px;
    height: 88px;
    padding: 15px;
    left: 57px;
}

.category-alle-produkte .logo-head-open > a,
.catalog-product-view .logo-head-open > a,
.logo-head-open > a {
    width: 218px;
    height: 218px;
    padding: 40px;
    left: 0px;
}

.logo-head img {
    width: 100%;
    height: auto !important;
}

.logo-drop {
    width: 16px;
    height: 76px;
    display: block;
    position: absolute;
    top: 210px;
    left: 270px;
    border-radius: 10px;
    background-color: #000;
}

.logo-drop-1 {
    left: 64px;
    top: 186px;
}

.logo-drop-2 {
    left: 83px;
    top: 208px;
}

.category-alle-produkte .logo-head .logo-drop,
.catalog-product-view .logo-head .logo-drop,
.logo-head-scroll .logo-drop {
    width: 8px;
    height: 40px;
}

.category-alle-produkte .logo-head .logo-drop-1,
.catalog-product-view .logo-head .logo-drop-1,
.logo-head-scroll .logo-drop-1 {
    left: 76px;
    top: 58px;
}

.category-alle-produkte .logo-head .logo-drop-2,
.catalog-product-view .logo-head .logo-drop-2,
.logo-head-scroll .logo-drop-2 {
    left: 85px;
    top: 68px;
}

.category-alle-produkte .logo-head-open .logo-drop,
.catalog-product-view .logo-head-open .logo-drop,
.logo-head-open .logo-drop {
    width: 16px;
    height: 76px;
}

.category-alle-produkte .logo-head-open .logo-drop-1,
.catalog-product-view .logo-head-open .logo-drop-1,
.logo-head-open .logo-drop-1 {
    left: 64px;
    top: 186px;
}

.category-alle-produkte .logo-head-open .logo-drop-2,
.catalog-product-view .logo-head-open .logo-drop-2,
.logo-head-open .logo-drop-2 {
    left: 83px;
    top: 208px;
}

.logo-head-menu {
    width: 62px;
    height: 62px;
    display: block;
    position: absolute;
    top: 186px;
    left: 5px;
    border-radius: 40px;
    background-color: #000;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow: hidden !important;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 9999;
}

.logo-head-menu.mobile {
    display: none;
}

.category-alle-produkte .logo-head .logo-head-menu,
.catalog-product-view .logo-head .logo-head-menu,
.logo-head-scroll .logo-head-menu {
    top: 41px;
    left: 15px;
}

.category-alle-produkte .logo-head-open .logo-head-menu,
.catalog-product-view .logo-head-open .logo-head-menu,
.logo-head-open .logo-head-menu {
    top: 186px;
    left: 5px;
}

.logo-head-menu span {
    width: 26px;
    height: 3px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    margin-left: -13px;
    margin-top: -1px;
    opacity: 1;
    visibility: visible;
}

.logo-head-menu span:nth-of-type(1) {
    margin-top: -9px;
}

.logo-head-menu span:nth-of-type(3) {
    margin-top: 7px;
}

.logo-head-menu span:nth-of-type(4),
.logo-head-menu span:nth-of-type(5) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 34px;
    margin-left: -57px;
    margin-top: -40px;
}

.logo-head-menu span:nth-of-type(5) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 21px;
    margin-top: -40px;
}

.logo-head-menu:hover span:nth-of-type(1) {
    margin-left: -16px;
}

.logo-head-menu:hover span:nth-of-type(3) {
    margin-left: -10px;
}

.logo-head-menu-open span:nth-of-type(1), .logo-head-menu-open:hover span:nth-of-type(1) {
    margin-left: -60px;
}

.logo-head-menu-open span:nth-of-type(2) {
    opacity: 0;
    visibility: hidden;
}

.logo-head-menu-open span:nth-of-type(3), .logo-head-menu-open:hover span:nth-of-type(3) {
    margin-left: 60px;
}

.logo-head-menu-open span:nth-of-type(4) {
    margin-left: -17px;
    margin-top: -1px;
}

.logo-head-menu-open span:nth-of-type(5) {
    margin-left: -17px;
    margin-top: -1px;
}

@media only screen and (max-width: 1524px) {
    #header-inner {
        width: 1200px;
    }
}

@media only screen and (max-width: 1324px) {
    .logo-head-menu.mobile {
        display: block;
    }
    
    .logo-head-menu.desktop {
        display: none;
    }
    
    .bx-wrapper .bx-controls-direction a {
        display: none;
    }
    
    #header-inner {
        width: 84%;
    }
    
    .logo-head {
        top: 15px !important;
        left: 0px !important;
    }
    
    #search-head {
        top: 15px;
        right: 15px;
    }
    
    .logo-head > a,
    .logo-head-open > a {
        width: 88px !important;
        height: 88px !important;
        padding: 15px !important;
        left: 57px !important;
    }
    
    .logo-head .logo-drop,
    .logo-head-open .logo-drop {
        width: 8px !important;
        height: 40px !important;
    }
    
    .logo-head .logo-drop-1,
    .logo-head-open .logo-drop-1 {
        left: 76px !important;
        top: 58px !important;
    }
    
    .logo-head .logo-drop-2,
    .logo-head-open .logo-drop-2 {
        left: 85px !important;
        top: 68px !important;
    }
    
    .logo-head .logo-head-menu,
    .logo-head-open .logo-head-menu {
        top: 41px !important;
        left: 15px !important;
    }
}

@media only screen and (max-width: 640px) {
    .logo-head {
        top: 0px !important;
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
    }
}

@media only screen and (max-width: 479px) {

}

/* Header */

/* Main start */
#main {
    padding-bottom: 100px;
    width: 1400px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    position: relative;
}

.molotow-black #main {
    background-color: #000;
    color: #fff;
}

.molotow-black #main p {
    line-height: 180%;
}

.main-content-1400,
.tx-indexedsearch,
.tx-powermail {
    padding-left: 44px;
    padding-right: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.main-content-1400 .main-content-1400 {
    padding: 0px;
    width: 100%;
}

.main-content-1400 .hauptueberschrift {
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
}

.main-content-dark {
    background-color: #333;
}

.molotow-black .main-content-1400,
.molotow-black .tx-indexedsearch,
.molotow-black .tx-powermail {
    padding-left: 84px;
    padding-right: 84px;
}

@media only screen and (max-width: 880px) {
    .molotow-black .main-content-1400,
    .molotow-black .tx-indexedsearch,
    .molotow-black .tx-powermail {
        padding-left: 44px;
        padding-right: 44px;
    }
}

@media only screen and (max-width: 479px) {
    .molotow-black .main-content-1400,
    .molotow-black .tx-indexedsearch,
    .molotow-black .tx-powermail {
        padding-left: 28px;
        padding-right: 28px;
    }
}

.molotow-black .main-content-1400 .main-content-1400,
.main-content-1400 .tx-powermail {
    padding-left: 0px;
    padding-right: 0px;
}

.slider-top {
    min-height: 260px;
    background-color: #000;
}

.slider-top img {
    height: auto;
}

@media only screen and (max-width: 1324px) {
    .slider-top {
        min-height: 60px;
    }
}

.slider-top .main-content-1400 {
    padding: 0px;
}

.slider-top .bx-pager {
    position: relative;
    text-align: center;
    margin-top: -120px;
}

.slider-top .bx-pager a {
    display: inline-block;
    border: solid transparent 1px;
}

.slider-top .bx-pager a img {
    opacity: 0.5;
}

.slider-top .bx-caption {
    position: absolute;
    top: 63%;
    left: 44px !important;
    text-align: left;
}

.slider-top .bx-caption > span {
    color: #fff;
    font: 700 70px 'Arimo', sans-serif !important;
    display: block;
    padding: 0px;
    text-align: left !important;
    font-size: 70px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.53);
}

.slider-top .bx-caption > span p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 110% !important;
    
}

.bx-pager a.active img, .bx-pager a:hover img {
    opacity: 1;
}

.bx-pager a.active {
    border: solid #c9c9c9 1px;
}

.bx-pager a:hover {
    border: solid #fff 1px;
}

@media only screen and (max-width: 1324px) {
    .slider-top .bx-caption span {
        font: 700 60px 'Arimo', sans-serif !important;
    }
}

@media only screen and (max-width: 1224px) {
    .slider-top .bx-caption span {
        font: 700 50px 'Arimo', sans-serif !important;
    }
}

@media only screen and (max-width: 1024px) {
    .slider-top .bx-caption span {
        font: 700 40px 'Arimo', sans-serif !important;
    }
}

@media only screen and (max-width: 768px) {
    .slider-top .bx-caption span {
        font: 700 34px 'Arimo', sans-serif !important;
    }
}

@media only screen and (max-width: 768px) {
    .slider-top .bx-caption span {
        font: 700 24px 'Arimo', sans-serif !important;
    }
}

@media only screen and (max-width: 768px) {
    .slider-top .bx-caption span {
        font: 700 20px 'Arimo', sans-serif !important;
    }
}

@media only screen and (max-width: 479px) {
    .slider-top .bx-caption {
        left: 20px !important;
    }
    
    .slider-top .bx-caption span {
        font: 700 18px 'Arimo', sans-serif !important;
    }
}

.logo-aside {
    width: 57px;
    height: 281px;
    display: block;
    position: absolute;
    top: 865px;
    left: -57px;
    background-image: url(../img/molotow_logo_aside_left.svg);
    background-position: right top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 830px) {
    .logo-aside {
        width: 35px;
        left: -35px;
        top: 465px;
    }
}

@media only screen and (max-width: 640px) {
    .logo-aside {
        top: 365px;
    }
}

@media only screen and (max-width: 480px) {
    .logo-aside {
        width: 25px;
        left: -25px;
        top: 265px;
    }
}

.infobox {
    width: 1320px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-content-1400 .infobox {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
}

#slider-top {
    width: 1400px;
    height: 870px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}

.slider-link {
    position: absolute;
    left: 44px;
    bottom: 44px;
    display: block;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.80);
}

.slider-link a {
    font-size: 50px;
    color: #29a4db;
    line-height: 1;
}

.slider-link a:hover {
    font-size: 50px;
    color: #29a4db;
}

.slider-link a:after {
    content: "";
    width: 16px;
    height: 52px;
    display: block;
    float: right;
    margin-left: 25px;
    background-image: url(../img/arrow-slider-shop-link.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

@media only screen and (max-width: 1524px) {
    
    .main-content-1400,
    .tx-indexedsearch {
        width: 1200px;
    }
    
    #main {
        width: 1200px;
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1324px) {
    
    .main-content-1400,
    .tx-indexedsearch {
        width: 100%;
    }
    
    #main {
        width: 84%;
        max-width: 84%;
    }
}

@media only screen and (max-width: 640px) {

}

@media only screen and (max-width: 479px) {
    .main-content-1400,
    .tx-indexedsearch {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .main-content-1400 .main-content-1400 {
        padding: 0px;
        width: 100%;
    }
}

/* Main end */

/* Columns start */
.columns-50-50 .column {
    width: 50%;
}

.columns-50-50 .column-left {
    padding-right: 2%;
}

.columns-50-50 .column-right {
    padding-left: 2%;
}

.columns-65-35 .column-left {
    width: 65%;
    padding-right: 2%;
}

.columns-65-35 .column-right {
    width: 35%;
    padding-left: 2%;
}

.columns-35-65 .column-left {
    width: 35%;
    padding-right: 2%;
}

.columns-35-65 .column-right {
    width: 65%;
    padding-left: 2%;
}

.columns-33-33-33 .column {
    width: 33.33333%;
}

.columns-33-33-33 .column-left {
    padding-right: 2%;
}

.columns-33-33-33 .column-middle {
    padding-left: 1%;
    padding-right: 1%;
}

.columns-33-33-33 .column-right {
    padding-left: 2%;
}

.columns-25-25-25-25 .column {
    width: 25%;
    font-size: 15px;
}

.columns-25-25-25-25 .column:nth-of-type(1) {
    padding-left: 0%;
    padding-right: 1%;
}

.columns-25-25-25-25 .column:nth-of-type(2) {
    padding-left: 0.25%;
    padding-right: 0.625%;
}

.columns-25-25-25-25 .column:nth-of-type(3) {
    padding-left: 0.625%;
    padding-right: 0.25%;
}

.columns-25-25-25-25 .column:nth-of-type(4) {
    padding-right: 0%;
    padding-left: 1%;
}

.column {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.column-bg {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {

    .column {
        padding: 0px !important;
        width: 100% !important
    }
}

@media only screen and (max-width: 1324px) {

    .cms-home .column {
        padding: 0px !important;
        width: 100% !important
    }
}

@media only screen and (max-width: 640px) {
    
    .column-bg {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/* Columns end */

/* Tabelle start */
div.table {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

div.tr {
    display: table-row;
}

div.td {
    display: table-cell;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.td:nth-of-type(1) {
    padding-right: 5%
}

div.td:nth-of-type(2) {
    padding-left: 5%
}

@media only screen and (max-width: 479px) {
    
    div.table {
        font-size: 0.9em;
    }
}

/* Tabelle end */

/* Accordion Shop start */
.accordion {
    padding: 0px;
    list-style: none;
    margin: 0px;
    position: relative;
    width: 100%;
}

.accordion > li {
    padding: 0px;
}

.accordion > li:after, .accordion > li:first-child:before {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background-image: url(../img/line-menu.png);
    background-repeat: repeat-x;
    background-size: auto 2px;
}

.accordion li:first-child {
}

#main .accordion > li > h3 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    width: auto;
    margin: 0px auto;
    font-size: 15px;
    line-height: 42px;
}

.accordion > li > h3:after {
    content: "+";
    position: absolute;
    left: 0px;
    width: 16px;
    height: 42px;
    display: block;
    top: 50%;
    margin-top: -21px;
    font-weight: 300;
    padding: 0px;
    font-size: 15px;
    line-height: 42px;
}

#main .accordion > li > h3:hover {
    cursor: pointer;
}

#main .accordion-active:after {
    content: "-";
    margin-top: -22px;
}

.accordion-content {
    padding: 40px;
    padding-left: 0px;
    padding-top: 0px;
}

.accordion-content {
    display: none;
}

.accordion div.first {
    display: block;
}

/* Accordion Shop end */

/* Accordion Corporate start */
.molotow-corporate .accordion {
    padding: 0px;
    list-style: none;
    margin: 0px;
    position: relative;
    width: 100%;
}

.molotow-black.molotow-corporate .accordion > li {
    padding: 0px;
}

.molotow-corporate .accordion > li:after, .molotow-corporate .accordion > li:first-child:before {
    display: none;
}

.molotow-corporate #main .accordion > li > h3 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    width: auto;
    margin: 0px auto;
    margin-bottom: 1px;
    font-size: 24px;
    line-height: 32px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
}

.molotow-black.molotow-corporate .accordion > li > h3:after {
    content: "+";
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    display: block;
    top: 50%;
    margin-top: -10px;
    font-weight: 300;
    padding: 0px;
    font-size: 15px;
    line-height: 21px;
    color: #000;
    background-color: #fff;
    border-radius: 40px;
    text-align: center;
}

.molotow-corporate #main .accordion > li > h3:hover {
    cursor: pointer;
}

.molotow-corporate #main .accordion-active:after {
    content: "-";
    margin-top: -10px;
    line-height: 19px;
}

.molotow-black.molotow-corporate .accordion-content {
    padding: 40px;
    padding-left: 30px;
    padding-top: 20px;
}

.molotow-corporate .accordion-content {
    display: none;
}

.molotow-corporate .accordion div.first {
    display: block;
}

/* Accordion Corporate end */

/* Accordion Legende start */
.molotow-corporate .accordion.legende {
    padding: 0px;
    list-style: none;
    margin: 0px;
    position: relative;
    width: 100%;
}

.molotow-corporate #main .main-content-1400 .accordion.legende > li:after,
.molotow-corporate #main .main-content-1400 .accordion.legende > li:first-child:before {
    content: "";
    width: 100%;
    height: 2px;
    display: block !important;
    background-image: url(../img/line-menu-white.png) !important;
    background-repeat: repeat-x;
    background-size: auto 2px;
    background-color: transparent;
    z-index: 10;
    padding-left: 0px !important;
    background-position: left 0%;
}

.molotow-corporate #main .main-content-1400 .accordion.legende > li:first-child {
    padding-top: 12px;
}

.molotow-corporate .accordion.legende > li {
    padding: 0px;
}

.molotow-corporate #main .accordion.legende > li > h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 45px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    width: auto;
    margin: 0px auto;
    margin-bottom: 1px;
    font-size: 26px;
    line-height: 100%;
    background-color: #000;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .molotow-corporate #main .accordion.legende > li > h3 {
        padding-left: 30px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 479px) {
    .molotow-corporate #main .accordion.legende > li > h3 {
        padding-left: 25px;
        font-size: 18px;
    }
}

.molotow-corporate .accordion.legende > li > h3:before {
    content: "";
    position: absolute;
    left: 0px;
    right: auto;
    display: block;
    top: 0px;
    padding-top: 15px;
}

.molotow-corporate .accordion.legende > li:nth-of-type(1) > h3:before { content: "1" }

.molotow-corporate .accordion.legende > li:nth-of-type(2) > h3:before { content: "2" }

.molotow-corporate .accordion.legende > li:nth-of-type(3) > h3:before { content: "3" }

.molotow-corporate .accordion.legende > li:nth-of-type(4) > h3:before { content: "4" }

.molotow-corporate .accordion.legende > li:nth-of-type(5) > h3:before { content: "5" }

.molotow-corporate .accordion.legende > li:nth-of-type(6) > h3:before { content: "6" }

.molotow-corporate .accordion.legende > li:nth-of-type(7) > h3:before { content: "7" }

.molotow-corporate .accordion.legende > li:nth-of-type(8) > h3:before { content: "8" }

.molotow-corporate .accordion.legende > li:nth-of-type(9) > h3:before { content: "9" }

.molotow-corporate .accordion.legende > li:nth-of-type(10) > h3:before { content: "10" }

.molotow-corporate .accordion.legende > li:nth-of-type(11) > h3:before { content: "11" }

.molotow-corporate .accordion.legende > li:nth-of-type(12) > h3:before { content: "12" }

.molotow-corporate .accordion.legende > li:nth-of-type(13) > h3:before { content: "13" }

.molotow-corporate .accordion.legende > li:nth-of-type(14) > h3:before { content: "14" }

.molotow-corporate .accordion.legende > li:nth-of-type(15) > h3:before { content: "15" }

.molotow-corporate .accordion.legende > li:nth-of-type(16) > h3:before { content: "16" }

.molotow-corporate .accordion.legende > li:nth-of-type(17) > h3:before { content: "17" }

.molotow-corporate .accordion.legende > li:nth-of-type(18) > h3:before { content: "18" }

.molotow-corporate .accordion.legende > li:nth-of-type(19) > h3:before { content: "19" }

.molotow-corporate .accordion.legende > li:nth-of-type(20) > h3:before { content: "20" }

.molotow-corporate .accordion.legende > li:nth-of-type(21) > h3:before { content: "21" }

.molotow-corporate .accordion.legende > li:nth-of-type(22) > h3:before { content: "22" }

.molotow-corporate .accordion.legende > li:nth-of-type(23) > h3:before { content: "23" }

.molotow-corporate .accordion.legende > li:nth-of-type(24) > h3:before { content: "24" }

.molotow-corporate .accordion.legende > li > h3:after {
    content: "+";
    position: absolute;
    left: auto;
    right: 18px;
    width: 18px;
    height: 18px;
    display: block;
    top: 50%;
    margin-top: -9px;
    font-weight: 300;
    padding: 0px;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    background-color: #fff;
    border-radius: 40px;
    text-align: center;
}

.molotow-corporate #main .accordion.legende > li > h3:hover {
    cursor: pointer;
}

.molotow-corporate #main .accordion.legende .accordion-active:after {
    content: "-";
    margin-top: -9px;
    line-height: 16px;
}

.molotow-corporate .accordion.legende .accordion-content {
    padding: 40px;
    padding-top: 0px;
    font-size: 18px;
    line-height: 180%;
}

.molotow-corporate .accordion.legende .accordion-content p:first-child {
    padding-top: 0px;
}

.molotow-corporate .accordion.legende .accordion-content {
    display: none;
}

.molotow-corporate .accordion.legende div.first {
    display: block;
}

/* Accordion Legende end */

/* Pic start */
.pic {
    position: relative;
}

.pic img {
    width: 100%;
    max-width: 100% !important;
    height: auto;
}

.pic .pic-zoom {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 0px 0px 10px #6c6c6c;
    box-shadow: 0px 0px 10px #6c6c6c;
}

.pic .pic-zoom:before {
    content: "";
    width: 60%;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    background-color: #9e9e9e;
    left: 20%;
}

.pic .pic-zoom:after {
    content: "";
    width: 2px;
    height: 60%;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    background-color: #9e9e9e;
    top: 20%;
}

.pic > a {
    text-decoration: none;
}

.pic-description {
    padding-top: 5px;
    font-size: 0.9em;
    font-style: italic;
    color: white;
    text-decoration: none;
}

/* Pic end */

/* Galerie start */
.zoom-gallery ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.zoom-gallery ul li {
    width: 16%;
    height: auto;
    display: block;
    margin-right: 5%;
    margin-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
}

.molotow-black .zoom-gallery ul li {
    list-style-type: none !important;
    padding-left: 0 !important;
    line-height: normal !important;
}

.molotow-black .zoom-gallery ul li:before {
    display: none !important;
}

.zoom-gallery ul li:nth-of-type(5n) {
    margin-right: 0%;
}

.zoom-gallery ul li a {
    display: block;
    position: relative;
}

.zoom-gallery ul li a img {
    width: 100%;
    height: auto;
}

.zoom-gallery ul li:hover {
    border: 1px solid #9e9e9e;
}

.zoom-gallery ul li:hover a {
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -o-transform: scale(0.97);
    transform: scale(0.97);
}

@media only screen and (max-width: 1024px) {
    
    .zoom-gallery ul li {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    
    .zoom-gallery ul li,
    .zoom-gallery ul li:nth-of-type(5n) {
        width: 20%;
        margin-right: 6.666%;
        margin-bottom: 30px;
    }
    
    .zoom-gallery ul li:nth-of-type(4n) {
        margin-right: 0%;
    }
}

@media only screen and (max-width: 768px) {
    
    .zoom-gallery ul li,
    .zoom-gallery ul li:nth-of-type(5n),
    .zoom-gallery ul li:nth-of-type(4n) {
        width: 28%;
        margin-right: 8%;
        margin-bottom: 30px;
    }
    
    .zoom-gallery ul li:nth-of-type(3n) {
        margin-right: 0%;
    }
}

/* Galerie end */

/* Form start */
.row {
    position: relative;
}

.tx-indexedsearch table td {
    position: relative;
}

.tx-indexedsearch a, .tx-indexedsearch a:visited {
    color: #fff;
}

.tx-indexedsearch-descr {
    padding-top: 3px;
    padding-bottom: 30px;
    font-size: 0.8em;
    color: #9c9c9c;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: #009fe3;
}

.form input,
.form textarea,
.tx-indexedsearch input {
    width: 100%;
    height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    margin-bottom: 32px;
    font: 300 18px 'Source Sans Pro', sans-serif;
    border: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

.tx-indexedsearch .tx-indexedsearch-form {
    display: block;
    height: 70px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
    width: 36px;
    left: 310px;
}

.tx-indexedsearch-whatis {
    padding-top: 40px;
}

.form textarea {
    height: 180px;
    padding-top: 10px
}

.form .button {
    width: 50%;
}

.Tx-Formhandler .formhandler-ajax-validation-result,
.Tx-Formhandler .loading {
    display: block;
    position: absolute;
    z-index: 10;
    left: -22px;
    top: 4px;
}

.columns > .error {
    padding-bottom: 32px;
    display: block;
    margin-top: -32px;
    color: #f00;
}

.formhandler-ajax-validation-result img,
.loading_ajax-submit img,
.loading {
    margin-top: 0px !important;
}

img.tx-srfreecap-pi1-image {
    margin-left: 0em !important;
    margin-right: 1em !important;
    vertical-align: top !important;
}

/* Form end */

/* Google Maps start */
.google-maps {
    position: relative;
}

.google-maps iframe {
    width: 100%;
    height: 450px;
}

.overlay {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 450px;
    top: 450px;
    margin-top: -450px;
}

@media only screen and (max-width: 1024px) {
    
    .google-maps iframe {
        width: 100%;
        height: 250px;
    }
    
    .overlay {
        height: 250px;
        top: 250px;
        margin-top: -250px;
    }
}

/* Google Maps end */

/* ToTop start */
.to-top {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    bottom: -30px;
    left: 50%;
    margin-left: -25px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

.to-top-scroll {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.to-top a {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-position: center center;
    background-size: 80% 100%;
    background-repeat: no-repeat;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 10px #6d6d6d;
    box-shadow: 0px 0px 10px #6d6d6d;
}

.to-top a span {
    display: none
}

/* ToTop end */

/* Sitemap start */
.wt-sitemap span {
    width: 100%;
    display: block;
    font-style: italic;
    font-size: 0.9em;
    margin-bottom: 5px;
}

.wt-sitemap a,
.wt-sitemap a:visited {
    color: #fff
}

/* Sitemap end */

/* Parallax start */
@media only screen and (max-width: 1024px) {
    
    .para-scroll {
        min-height: 250px !important;
        max-height: 250px !important;
    }
}

/* Parallax end */

#carousel .slides li {
    opacity: 0.5;
    cursor: pointer !important;
}

/* News start */
.magazin-header {
    padding-top: 140px;
}

.magazin-header h1 {
    padding-left: 307px;
    font-size: 80px;
    font-weight: bold;
    padding-bottom: 53px;
    margin-top: 26px;
}

.wt-news-header {
    width: 100%;
    height: auto;
    position: relative;
}

.magazin-header .main-content-1400 {
    padding: 0 !important;
}

.magazin-header .line .main-content-1400 {
    padding-left: 44px !important;
    padding-right: 44px !important;
}

.news .wt-news-header .news-list-view .article {
    width: 100%;
    float: none;
    padding-right: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.news .wt-news-header .news-list-view .article .news-header {
    width: 100%;
    height: auto;
    min-height: 60px;
    padding-left: 44px;
    padding-right: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #363636;
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 60px;
}

.news .wt-news-header .news-list-view .article .news-header a {
    color: #fff;
    text-decoration: none;
}

.news .wt-news-header .news-list-view .article .news-header h3 {
    width: 80%;
    float: left;
    font-size: 26px;
    text-transform: uppercase;
}

.news .wt-news-header .news-list-view .article .news-header .news-list-date {
    width: 20%;
    float: left;
    color: #fff;
    text-align: right;
    font-size: 12px;
}

.news .wt-news-header .news-list-view .news-img-wrap {
    margin-right: 0px !important;
    margin-top: 0px !important;
}

@media only screen and (max-width: 1024px) {
    .news .wt-news-header .news-list-view .article .news-header {
        min-height: 46px;
        line-height: 100%;
        position: relative;
        float: left;
    }
    
    .news .wt-news-header .news-list-view .article .news-header h3 {
        font-size: 20px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    
    .news .wt-news-header .news-list-view .article .news-header .news-list-date {
        line-height: 46px;
    }
    
    .magazin-header {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .news .wt-news-header .news-list-view .article .news-header {
        min-height: 40px;
    }
    
    .news .wt-news-header .news-list-view .article .news-header h3 {
        font-size: 16px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    
    .news .wt-news-header .news-list-view .article .news-header .news-list-date {
        line-height: 40px;
    }
}

@media only screen and (max-width: 640px) {
    .news .wt-news-header .news-list-view .article .news-header h3 {
        font-size: 12px;
        padding-top: 13px;
        padding-bottom: 13px;
        line-height: 120%;
    }
    
    .magazin-header {
        padding-top: 40px;
    }
}

li.mediaelement {
    list-style-type: none;
}

.magazin-main {
    float: left;
    width: 77.786%;
}

.wt-site-1 .news .bodytext-teaser img {
    display: none;
}

@media only screen and (max-width: 1524px) {
    .magazin-main {
        width: 74%;
    }
}

@media only screen and (max-width: 1324px) {
    .magazin-main {
        width: 100%;
    }
}

.magazin-main .main-content-1400 {
    padding-right: 0px;
}

.magazin-main .wt-news-main {
    width: 1045px;
}

.wt-site-120 .magazin-main {
    width: 100%;
}

.wt-site-120 .magazin-main .wt-news-main {
    width: 100%;
}

.wt-site-120 .magazin-sidebar {
    display: none
}

.magazin-main .news .news-list-view .article {
    width: 255px;
    height: 255px;
    float: left;
    margin-right: 8px;
    margin-bottom: 30px;
    background-color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.magazin-main .news .wt-news-top .news-list-view .article:after {
    content: "";
    height: 2px;
    display: block;
    position: absolute;
    bottom: -50px;
    left: 0px;
    right: 0px;
    background-image: url(../img/line-menu.png);
    background-repeat: repeat-x;
    background-size: auto 2px;
    visibility: visible;
}

.magazin-main .news .wt-news-top .news-list-view .article {
    width: 1045px;
    height: auto;
    float: left;
    margin-right: 0px;
    margin-bottom: 100px;
    padding-bottom: 10px;
    background-color: #cecece;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.magazin-main .news .news-list-view .article:nth-of-type(4n+3) {
    margin-right: 0px;
}

.magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(1),
.magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(2),
.magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(3) {
    width: 338px;
    height: 338px;
    margin-right: 15px;
}

.magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(3) {
    margin-right: 0px;
}

.magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(1) .news-img-wrap,
.magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(2) .news-img-wrap,
.magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(3) .news-img-wrap {
    width: 338px;
    height: 338px;
}

.wt-site-120 .magazin-main .news .wt-news-main .news-list-view .article {
    width: 255px;
    height: 255px;
    float: left;
    margin-right: 8px;
    margin-bottom: 30px;
}

.wt-site-120 .magazin-main .news .wt-news-main .news-list-view .article .news-img-wrap {
    width: 255px;
    height: 255px;
}

.magazin-main .news .wt-news-top .news-list-view .article .news-header {
    width: 100%;
    min-height: 100px;
    position: relative;
    left: auto;
    bottom: auto;
    background-color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    box-sizing: border-box;
}

.magazin-main .news .wt-news-top .news-list-view .article .news-header a {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 10px;
}

.magazin-main .news .wt-news-top .news-list-view .article .news-header .subline {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 26px;
}

.magazin-main .news .wt-news-top .news-list-view .article .news-header .subline p {
    margin: 0px;
    padding: 0px;
}

.magazin-main .news .wt-news-top .news-list-view .article .news-header .news-list-date {
    position: absolute;
    display: block;
    bottom: 26px;
    right: 10px;
    left: auto;
    font-size: 12px;
    color: #fff;
    text-align: right;
}

@media only screen and (max-width: 1024px) {
    .magazin-main .news .wt-news-top .news-list-view .article .news-header {
        min-height: 0px;
        padding: 8px;
    }
    
    .magazin-main .news .wt-news-top .news-list-view .article .news-header h3 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 90px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .magazin-main .news .wt-news-top .news-list-view .article .news-header a {
        font-size: 20px;
        position: relative;
        top: auto;
        left: auto;
    }
    
    .magazin-main .news .wt-news-top .news-list-view .article .news-header .subline {
        padding-top: 0px;
    }
    
    .magazin-main .news .wt-news-top .news-list-view .article .news-header .news-list-date {
        bottom: 17px;
    }
}

@media only screen and (max-width: 768px) {
    .magazin-main .news .wt-news-top .news-list-view .article .news-header a {
        font-size: 16px;
    }
    
    .magazin-main .news .wt-news-top .news-list-view .article .news-header .news-list-date {
        bottom: 14px;
    }
}

@media only screen and (max-width: 640px) {
    .magazin-main .news .wt-news-top .news-list-view .article .news-header a {
        font-size: 12px;
    }
    
    .magazin-main .news .wt-news-top .news-list-view .article .news-header .news-list-date {
        bottom: 14px;
    }
}

.magazin-header .news .mediaelement-video {
    position: relative;
    padding-bottom: 28% !important;
    padding-top: 25px;
    height: 0;
    margin-bottom: 35px;
    width: 1400px;
    display: block;
}

.magazin-header .news .mediaelement-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.magazin-main .news .news-list-view .article .news-header a {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.magazin-main .news .news-list-view .article .news-header h3 {
    font-size: 15px;
    color: #000;
    padding-bottom: 20px;
}

.magazin-main .news .news-list-view .article .news-header .news-list-date {
    font-size: 12px;
    color: #000;
    position: absolute;
    left: 8px;
    bottom: 8px;
}

.magazin-main .news .news-list-view .article .news-header .more {
    font-size: 12px;
    color: #000;
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-weight: normal !important;
}

.magazin-main .news .news-list-view .article .news-header .more:after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    background-color: #000;
    border-radius: 20px;
    background-image: url(../img/arrow_submit.svg);
    background-position: center center;
    background-size: auto 90%;
    background-repeat: no-repeat;
    float: right;
    margin-left: 5px;
}

.magazin-main .news .news-list-view .article .news-img-wrap {
    margin: 0px !important;
    background-color: transparent;
}

.magazin-main .news .wt-news-top .news-list-view .article .news-img-wrap {
    padding: 10px;
    padding-right: 10px;
}

.bodytext-teaser {
    padding-right: 20px;
    padding-left: 10px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.magazin-main .news .news-list-view .article iframe {
    width: 100% !important;
    height: 185px !important;
}

.magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(1) .news-img-wrap iframe,
.magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(2) .news-img-wrap iframe,
.magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(3) .news-img-wrap iframe {
    height: 270px !important;
}

.magazin-main .news .wt-news-top .news-list-view .article .more {
    font-size: 15px;
    color: #000;
    font-weight: normal !important;
    float: left;
    display: block;
    line-height: 17px;
}

.magazin-main .news .wt-news-top .news-list-view .article .more:after {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    position: relative;
    background-color: #000;
    border-radius: 20px;
    background-image: url(../img/arrow_submit.svg);
    background-position: center center;
    background-size: auto 90%;
    background-repeat: no-repeat;
    float: right;
    margin-left: 5px;
}

.magazin-sidebar {
    width: 308px;
    float: right;
}

.magazin-sidebar .main-content-1400 {
    padding-left: 30px;
}

.magazin-sidebar .news > div {
    background-color: #cecece;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    padding-top: 110px;
    margin-bottom: 60px;
}

.magazin-sidebar .news > div > h2 {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #333;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 20px;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff
}

.magazin-sidebar .news > .wt-news-hot > h2 {
    color: #f00
}

.magazin-sidebar .news > .wt-news-feature > h2 {
    color: #ef8b1e
}

.magazin-sidebar .news .article .news-img-wrap {
    margin: 0px;
    background-color: transparent;
}

.magazin-sidebar .news .article .news-img-wrap img {
    margin-bottom: 20px;
}

.magazin-sidebar .news .news-list-view .article {
    border-bottom: 1px solid #000;
}

.magazin-sidebar .news .news-list-view .article:last-child {
    border-bottom: none;
    padding-bottom: 20px;
}

.magazin-sidebar .news .news-list-view .article .news-header {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.magazin-sidebar .news .news-list-view .article .news-header a {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.magazin-sidebar .news .news-list-view .article .news-header h3 {
    font-size: 15px;
    color: #000;
    padding-bottom: 20px;
}

.magazin-sidebar .news .news-list-view .article iframe {
    width: 100% !important;
    height: 150px !important;
}

.magazin-sidebar .news .news-list-view .article .news-header .more {
    font-size: 12px;
    color: #000;
    font-weight: normal !important;
    float: left;
    display: block;
}

.magazin-sidebar .news .news-list-view .article .news-header .more:after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    background-color: #000;
    border-radius: 20px;
    background-image: url(../img/arrow_submit.svg);
    background-position: center center;
    background-size: auto 90%;
    background-repeat: no-repeat;
    float: right;
    margin-left: 5px;
}

.magazin-main .news .wt-news-category .news-list-view .article {
    width: 49% !important;
    height: 600px !important;
    float: left;
    margin-right: 2% !important;
    margin-bottom: 30px;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.magazin-main .news .wt-news-category .news-list-view .article:nth-of-type(2n) {
    margin-right: 0px !important;
}

.magazin-main .news .news-list-view .article .news-header {
    width: 100%;
    min-height: 70px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    box-sizing: border-box;
}

.magazin-main .news .wt-news-category .news-list-view .article .news-header {
    width: 100%;
    min-height: 70px;
    position: absolute;
    left: 0px;
    bottom: 85px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    box-sizing: border-box;
}

.magazin-main .news .wt-news-category .news-list-view .article .news-img-wrap {
    width: 100% !important;
    background-color: #000;
    min-height: 515px;
}

.magazin-main .news .wt-news-category .news-list-view .article:nth-of-type(1) .news-img-wrap iframe,
.magazin-main .news .wt-news-category .news-list-view .article:nth-of-type(2) .news-img-wrap iframe,
.magazin-main .news .wt-news-category .news-list-view .article:nth-of-type(3) .news-img-wrap iframe,
.magazin-main .news .wt-news-category .news-list-view .article .news-img-wrap iframe {
    width: 100% !important;
    height: 445px !important;
}

.magazin-main .news .wt-news-category .news-list-view .article .bodytext-teaser {
    position: absolute;
    widows: 100%;
    height: 85px;
    display: block;
    left: 0px;
    bottom: 0px;
}

@media only screen and (max-width: 1524px) {
    .magazin-main .news .wt-news-category .news-list-view .article {
        height: auto !important;
        padding-bottom: 10% !important;
    }
    
    .magazin-main .news .wt-news-category .news-list-view .article .news-img-wrap {
        min-height: 515px;
    }
    
    .magazin-main .news .wt-news-category .news-list-view .article .news-img-wrap {
        width: 100% !important;
        min-height: auto;
        position: relative;
        padding-bottom: 100%;
        height: auto !important;
    }
    
    .magazin-main .news .wt-news-category .news-list-view .article .news-img-wrap iframe {
        height: 80% !important;
    }
    
    .magazin-main .news .wt-news-category .news-list-view .article .news-img-wrap img {
        position: absolute;
    }
    
    .magazin-main .news .wt-news-category .news-list-view .article .news-header {
        bottom: 0px;
    }
}

@media only screen and (max-width: 1324px) {
    .magazin-sidebar {
        width: 100%;
        padding-top: 80px;
    }
    
    .magazin-sidebar .main-content-1400 {
        padding-left: 44px;
    }
    
    .magazin-sidebar .news .news-list-view .article {
        width: 32%;
        height: auto;
        margin-right: 2%;
        float: left;
        border-bottom: none;
    }
    
    .magazin-sidebar .news .news-list-view .article:last-child {
        margin-right: 0%;
    }
    
    .magazin-main .news .wt-news-category .news-list-view .article {
        height: auto !important;
        padding-bottom: 58% !important;
    }
    
    .magazin-main .news .wt-news-category .news-list-view .article .news-img-wrap {
        min-height: 515px;
    }
    
    .magazin-main .news .wt-news-category .news-list-view .article .news-img-wrap {
        width: 100% !important;
        min-height: auto;
        position: relative;
        padding-bottom: 100%;
        height: auto !important;
    }
    
    .magazin-main .news .wt-news-category .news-list-view .article .news-img-wrap iframe {
        height: 80% !important;
    }
    
    .magazin-main .news .wt-news-category .news-list-view .article .news-img-wrap img {
        position: absolute;
    }
    
    .magazin-main .news .wt-news-category .news-list-view .article .news-header {
        bottom: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .magazin-sidebar .news .news-list-view .article {
        width: 100%;
        border-bottom: 1px solid #000;
    }
    
    .magazin-main .news .wt-news-category .news-list-view .article {
        padding-bottom: 60% !important;
    }
}

@media only screen and (max-width: 850px) {
    .magazin-main .news .wt-news-category .news-list-view .article {
        padding-bottom: 62% !important;
    }
}

@media only screen and (max-width: 768px) {
    .magazin-main .news .wt-news-category .news-list-view .article {
        padding-bottom: 50% !important;
    }
    
    .magazin-main .news .wt-news-category .news-list-view .article .bodytext-teaser {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .magazin-main .news .wt-news-category .news-list-view .article {
        width: 100% !important;
        padding-bottom: 100% !important;
    }
}

@media only screen and (max-width: 479px) {
    .magazin-sidebar .main-content-1400 {
        padding-left: 15px;
    }
}

.page-navigation {
    padding-top: 40px;
    position: relative;
    clear: both;
}

.f3-widget-paginator {
    float: none;
    width: 200px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    left: 50%;
    margin-left: -100px !important;
    text-align: center;
}

.f3-widget-paginator span {
    font-size: 15px;
    line-height: 34px;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 20px;
}

.f3-widget-paginator span.current {
    border: 1px solid #000;
}

.f3-widget-paginator a,
.f3-widget-paginator a:visited {
    font-size: 15px;
    color: #000;
}

#main .wt-news-previous {
    float: left;
}

#main .wt-news-previous a {
    padding-left: 44px;
}

#main .wt-news-next {
    float: right;
}

.wt-site-120 #main .wt-news-next {
    margin-right: 44px
}

#main .wt-news-next a {
    float: right;
    text-align: right;
    padding-right: 44px;
}

#main .wt-news-previous a,
#main .wt-news-next a,
#main .wt-news-previous a:visited,
#main .wt-news-next a:visited {
    width: 260px;
    height: 45px;
    display: block;
    color: #fff;
    position: relative;
    background-color: #000;
    font-size: 18px;
    line-height: 45px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .wt-news-previous a:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../img/arrow_submit.svg);
    background-position: center center;
    background-size: auto 50%;
    background-repeat: no-repeat;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

#main .wt-news-next a:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(../img/arrow_submit.svg);
    background-position: center center;
    background-size: auto 50%;
    background-repeat: no-repeat;
}

.news-list-view .page-navigation:first-child {
    display: none;
}

.news-single .article.wt-news-main {
    font-size: 15px;
    position: relative;
    padding-bottom: 70px;
}

#main .news.news-single .article:after {
    content: "";
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: url(../img/line-menu.png);
    background-repeat: repeat-x;
    background-size: auto 2px;
    visibility: visible;
}

.news-single .article .news-text-wrap {
    margin-bottom: 40px;
}

.news-single .article .social {
    padding-top: 10px;
    padding-bottom: 40px;
}

.news-single .article .news-list-date {
    font-size: 18px;
}

.news-single .article h1 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}

.news-single .article .news-teaser-text {
}

.news-single .article .news-img-wrap {
    margin-top: 48px;
    width: 100%;
    float: none;
    margin-bottom: 48px;
}

.news-single .article .news-img-wrap .mediaelement-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 35px;
}

.news-single .article .news-img-wrap .mediaelement-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news .article .news-img-wrap a {
    display: block;
    float: none;
    padding: 0px;
    border: none;
    background: transparent;
}

.news-backlink-wrap a {
    width: 260px;
    height: 45px;
    display: block;
    color: #fff !important;
    position: relative;
    background-color: #000;
    font-size: 18px;
    line-height: 45px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 44px;
    cursor: pointer;
}

.news-backlink-wrap a:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../img/arrow_submit.svg);
    background-position: center center;
    background-size: auto 50%;
    background-repeat: no-repeat;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.wt-news-related h2 {
    display: block;
    float: left;
    font-size: 26px;
    color: #fff;
    background-color: #000;
    padding: 18px;
    padding-top: 9px;
    padding-bottom: 7px;
    margin-top: 44px;
    text-transform: uppercase;
}

.wt-news-related a, .wt-news-related a:visited {
    color: #000;
    font-size: 22px;
    line-height: 36px;
}

.wt-news-related .date-list {
    color: #333;
}

.wt-news-related .date-list:after {
    content: ":";
}

.main-content-1400 .wt-news-related ul li:before {
    top: 50%;
    margin-top: -9px;
}

.news-single .news-text-wrap iframe {
    max-width: 100%;
}

@media only screen and (max-width: 1524px) {
    .magazin-sidebar .main-content-1400,
    .magazin-main .main-content-1400 {
        width: auto;
    }
    
    .magazin-main .wt-news-main,
    .magazin-main .news .wt-news-top .news-list-view .article {
        width: 840px;
    }
    
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(1),
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(2),
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(3) {
        width: 270px;
        height: 270px;
        margin-right: 15px;
    }
    
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(1) .news-img-wrap,
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(2) .news-img-wrap,
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(3) .news-img-wrap {
        width: 270px;
        height: 270px;
    }
    
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(3) {
        margin-right: 0px;
    }
    
    .magazin-main .news .news-list-view .article {
        width: 204px;
        height: 204px;
        margin-bottom: 20px;
    }
    
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(1) .news-img-wrap iframe,
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(2) .news-img-wrap iframe,
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(3) .news-img-wrap iframe {
        position: absolute;
        height: 80% !important;
    }
    
    .magazin-main .news .news-list-view .article .news-header a,
    .magazin-sidebar .news .news-list-view .article .news-header a {
        font-size: 12px;
    }
    
    .magazin-main .news .news-list-view .article iframe {
        position: absolute;
        height: 80% !important;
    }
}

@media only screen and (max-width: 1324px) {
    .magazin-main .main-content-1400 {
        padding-right: 44px;
    }
    
    .magazin-main .wt-news-main,
    .magazin-main .news .wt-news-top .news-list-view .article {
        width: 100%;
    }
    
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(1), .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(2), .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(3) {
        width: 32%;
        height: auto;
        margin-right: 2%;
        padding-bottom: 32%;
        overflow: hidden;
    }
    
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(3) {
        margin-right: 0%;
    }
    
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(1) .news-img-wrap,
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(2) .news-img-wrap,
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(3) .news-img-wrap,
    .magazin-main .news .wt-news-main .news-list-view .article .news-img-wrap {
        width: 100%;
        height: 100%;
        position: absolute;
    }
    
    .magazin-main .news .wt-news-main .news-list-view .article {
        width: 24.25%;
        height: auto;
        margin-right: 1%;
        padding-bottom: 24%;
        overflow: hidden;
    }
    
    .magazin-main .news .news-list-view .article:nth-of-type(4n+3) {
        margin-right: 0%;
    }
    
    .magazin-main .news .wt-news-top .news-list-view .article .news-img-wrap {
        width: 50%;
    }
    
    .magazin-main .news .wt-news-top .news-list-view .article .news-img-wrap img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .magazin-main .news .news-list-view .article iframe,
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(1) .news-img-wrap iframe,
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(2) .news-img-wrap iframe,
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(3) .news-img-wrap iframe {
        position: absolute;
        height: 80% !important;
    }
    
    .magazin-main .news .wt-news-main .news-list-view .article {
        width: 32%;
        height: auto;
        margin-right: 2%;
        padding-bottom: 32%;
        overflow: hidden;
    }
    
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(3) {
        margin-right: 0%;
    }
    
    .magazin-main .news .news-list-view .article:nth-of-type(4n+3) {
        margin-right: 2%;
    }
    
    .magazin-main .news .news-list-view .article:nth-of-type(3n) {
        margin-right: 0%;
    }
}

@media only screen and (max-width: 768px) {
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(1),
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(2),
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(3),
    .magazin-main .news .wt-news-main .news-list-view .article {
        width: 49%;
        padding-bottom: 49%;
    }
    
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(3) {
        margin-right: 2%;
    }
    
    .magazin-main .news .news-list-view .article:nth-of-type(4n+3) {
        margin-right: 2%;
    }
    
    .magazin-main .news .news-list-view .article:nth-of-type(3n) {
        margin-right: 2%;
    }
    
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(2),
    .magazin-main .news .news-list-view .article:nth-of-type(2n) {
        margin-right: 0%;
    }
    
    .news-single .news-text-wrap iframe {
        max-height: 360px;
    }
}

@media only screen and (max-width: 640px) {
    .news-single .news-text-wrap iframe {
        max-height: 270px;
    }
}

@media only screen and (max-width: 479px) {
    .magazin-main .main-content-1400 {
        padding-right: 15px;
    }
    
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(1),
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(2),
    .magazin-main .news .wt-news-main .news-list-view .article:nth-of-type(3),
    .magazin-main .news .wt-news-main .news-list-view .article {
        width: 100%;
        padding-bottom: 100%;
        margin-right: 0% !important;
    }
    
    .magazin-main .news .wt-news-main .news-list-view .article .news-img-wrap img {
        width: 100%;
        height: auto;
    }
    
    .news-single .news-text-wrap iframe {
        max-height: 220px;
    }
}

@media only screen and (max-width: 400px) {
    .news-single .news-text-wrap iframe {
        max-height: 200px;
    }
}

@media only screen and (max-width: 360px) {
    .news-single .news-text-wrap iframe {
        max-height: 180px;
    }
}

/* News end */

/* News Startseite start */
.wt-site-1 #main .news .news-list-view .article-startseite {
    width: 24% !important;
    display: block;
    position: relative;
    float: left;
    margin-right: 1.33333%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.wt-site-1 #main .news .news-list-view .article-startseite:last-child {
    margin-right: 0%;
}

.wt-site-1 #main .news .news-list-view .article-startseite .news-img-wrap {
    width: 100%;
    min-height: 265px;
    margin: 0px !important;
}

.wt-site-1 #main .news .news-list-view .article-startseite img {
    width: 100%;
    height: auto;
}

.wt-site-1 #main .news .news-list-view .article-startseite iframe {
    width: 100%;
    height: 241px;
}

.wt-site-1 #main .news .news-list-view .article-startseite .news-header h3 {
    font-size: 15px;
    margin-bottom: 5px;
}

.wt-site-1 #main .news .news-list-view .article-startseite .news-header h3 a,
.wt-site-1 #main .news .news-list-view .article-startseite .news-header h3 a:visited {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.wt-site-1 #main .news .news-list-view .article-startseite .news-header .news-list-date {
    font-size: 15px;
}

.wt-site-1 #main .news .news-list-view .article-startseite .more {
    font-size: 12px;
    color: #000;
    position: absolute;
    right: 8px;
    bottom: -8px;
    font-weight: normal !important;
}

.wt-site-1 #main .news .news-list-view .article-startseite .more:after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    background-color: #000;
    border-radius: 20px;
    background-image: url(../img/arrow_submit.svg);
    background-position: center center;
    background-size: auto 90%;
    background-repeat: no-repeat;
    float: right;
    margin-left: 5px;
}

@media only screen and (max-width: 1524px) {
    .wt-site-1 #main .news .news-list-view .article-startseite .mediaelement-video {
        position: relative;
        padding-bottom: 67.5%;
        padding-top: 25px;
        height: 0;
    }
    
    .wt-site-1 #main .news .news-list-view .article-startseite .mediaelement-video iframe {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
    }
    
    .wt-site-1 #main .news .news-list-view .article-startseite .news-img-wrap {
        min-height: auto;
        padding-bottom: 20px
    }
}

@media only screen and (max-width: 1324px) {
    .wt-site-1 #main .news .news-list-view .article-startseite .mediaelement-video {
        padding-bottom: 66.0%;
    }
}

@media only screen and (max-width: 1224px) {
    .wt-site-1 #main .news .news-list-view .article-startseite {
        width: 49% !important;
        padding-bottom: 50px;
    }
    
    .wt-site-1 #main .news .news-list-view .article-startseite:nth-of-type(2) {
        margin-right: 0%;
    }
    
    .wt-site-1 #main .news .news-list-view .article-startseite .news-img-wrap {
        max-width: 100%;
    }
    
    .wt-site-1 #main .news .news-list-view .article-startseite .more {
        bottom: 40px;
    }
    
    .wt-site-1 #main .news .news-list-view .article-startseite .mediaelement-video {
        padding-top: 0px;
        padding-bottom: 76.7%;
    }
}

@media only screen and (max-width: 640px) {
    .wt-site-1 #main .news .news-list-view .article-startseite {
        width: 100% !important;
        margin-right: 0px !important;
        padding-bottom: 50px;
    }
}

/* News Startseite end */

/* Breadcrumb start */
.breadcrumb {
    position: absolute;
    top: 60px;
    left: 307px;
    font-size: 14px;
    color: #000;
    height: 14px;
    line-height: 14px;
    vertical-align: middle;
    display: block;
}

.breadcrumb a, .breadcrumb a:visited {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.breadcrumb .breadcrumb-arrow {
    width: 7px;
    height: 20px;
    display: inline-block;
    background-image: url(../img/arrow-im-spot-right.svg);
    background-position: center center;
    background-size: auto 100%;
    margin-bottom: -5px;
%;
    background-repeat: no-repeat;
}

.breadcrumb .breadcrumb-active {
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (max-width: 1324px) {
    .breadcrumb {
        left: 187px;
    }
}

@media only screen and (max-width: 1024px) {
    .breadcrumb {
        display: none;
    }
}

/* Breadcrumb end */

/* Sprachwechsel start */
.langswitch {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    right: 110px;
    top: 43px;
    border-radius: 24px;
    z-index: 10000;
}

.lang-current {
    background-color: #000;
    padding: 7px;
    border-radius: 24px;
    z-index: 999;
    position: relative;
}

.langswitch-list {
    display: block;
    width: 0px;
    height: 38px;
    position: absolute;
    top: 3px;
    right: 22px;
    background-color: #333;
    z-index: 998;
    border-bottom-left-radius: 24px;
    border-top-left-radius: 24px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.langswitch:hover .langswitch-list {
    width: 70px;
}

.langswitch-list li {
    float: left;
    width: 26px;
    padding-top: 6px;
    padding-left: 6px;
}

.langswitch-list li a img {
    border: 2px solid transparent;
    border-radius: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.langswitch-list li a:hover img {
    border: 2px solid #fff;
}

@media only screen and (max-width: 1324px) {
    .langswitch {
        display: none;
    }
    
    .mobile-menu-addon .langswitch,
    .navigation-mobile .langswitch {
        display: block;
        position: relative;
        top: auto;
        right: auto !important;
        float: right;
        clear: both;
        margin-top: -125px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    
    .mobile-menu-addon .langswitch {
        top: 90px;
    }
    
    .langswitch-list {
        width: 70px;
    }
}

/* Sprachwechsel end */

/* Products Home start */
.products-home {
    width: 100%;
    display: block;
    padding-left: 39px;
    padding-right: 39px;
    padding-top: 72px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-home {
    width: 33.33333%;
    float: left;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.product-home a {
    color: #000;
    text-decoration: none !important;
}

.product-home img {
    width: 370px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.product-home-line {
    width: 100%;
    height: 3px;
    display: block;
    background-color: #000;
    position: relative;
}

.product-home h2 {
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 30px;
}

.product-home-line-shop {
    width: 80%;
    height: 0px;
    line-height: 50px;
    display: block;
    background-color: #000;
    color: #fff;
    position: absolute;
    left: 10%;
    bottom: 0px;
    font-size: 25px;
    overflow: hidden;
}

.product-home a:hover .product-home-line-shop {
    height: 50px;
}

@media only screen and (max-width: 1024px) {
    .product-home h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .product-home {
        width: 100%;
        float: none;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 80px;
    }
}

/* Products Home end */

/* Im Spot start */
.im-spot {
    position: relative;
    padding-bottom: 15px;
    background-image: url(../img/bg-im-spot.png);
    background-repeat: repeat-y;
    background-position: center 0%;
    background-size: 100% auto;
}

.im-spot .hauptueberschrift {
    padding-top: 155px;
    padding-bottom: 60px;
}

.im-spot .hauptueberschrift span {
    background-color: #000;
    margin-top: 0px;
    margin-bottom: -36px;
}

.box-up-sell .hauptueberschrift span {
    background-color: #000;
    margin-top: 0px;
    margin-bottom: -38px;
}

.box-up-sell .main-content-1400 {
    padding-left: 0px;
    padding-right: 0px;
}

.im-spot .hauptueberschrift h1,
.im-spot .hauptueberschrift h2,
.im-spot .hauptueberschrift h3,
.box-up-sell .hauptueberschrift h1,
.box-up-sell .hauptueberschrift h2,
.box-up-sell .hauptueberschrift h3 {
    background-color: #000;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    font-weight: normal;
}

.im-spot .hauptueberschrift h1:before,
.im-spot .hauptueberschrift h2:before,
.im-spot .hauptueberschrift h3:before,
.im-spot .hauptueberschrift h1:after,
.im-spot .hauptueberschrift h2:after,
.im-spot .hauptueberschrift h3:after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background-color: #d6d6d6;
    position: absolute;
    left: -15px;
    bottom: 0px;
}

.box-up-sell .hauptueberschrift h1:before,
.box-up-sell .hauptueberschrift h2:before,
.box-up-sell .hauptueberschrift h3:before,
.box-up-sell .hauptueberschrift h1:after,
.box-up-sell .hauptueberschrift h2:after,
.box-up-sell .hauptueberschrift h3:after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: -15px;
    bottom: 0px;
}

.im-spot .hauptueberschrift h1:after,
.im-spot .hauptueberschrift h2:after,
.im-spot .hauptueberschrift h3:after,
.box-up-sell .hauptueberschrift h1:after,
.box-up-sell .hauptueberschrift h2:after,
.box-up-sell .hauptueberschrift h3:after {
    left: auto;
    right: -15px;
}

.im-spot-nav {
    display: block;
    width: 12%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.im-spot li a,
.im-spot li a:visited,
.box-up-sell li a,
.box-up-sell li a:visited {
    color: #000;
    text-decoration: none;
    position: relative;
    display: block;
}

.im-spot li a,
.im-spot li a:visited {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 3px solid #000;
    padding-bottom: 20px;
}

.im-spot li a:hover {
    text-decoration: none;
}

.im-spot li img,
.box-up-sell li img {
    width: 176px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.box-up-sell li img {
    border-bottom: 3px solid #000;
    width: 95%;
    height: auto;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.im-spot-badge {
    width: 68px;
    height: 68px;
    display: block;
    position: absolute;
    right: 2.5%;
    top: 0px;
    background-color: #000;
    border-radius: 35px;
    color: #fff;
    line-height: 68px;
    text-align: center;
    font-size: 25px;
}

.im-spot-txt, .box-up-sell .product-name a {
    font-weight: 700;
    text-align: center;
    font-size: 16px;
}

.im-spot-txt {
    padding-left: 12px;
    padding-right: 12px;
    min-height: 44px;
}

.im-spot-txt .minimal-price {
    margin: 0px !important;
}

.im-spot-txt .tax-details {
    font-size: 11px;
    font-weight: 400;
    color: #a0a0a0;
}

.im-spot-txt .price-box {
    margin: 0px !important;
}

.im-spot-txt > p:first-child {
    min-height: 44px;
}

.box-up-sell .product-name {
    margin-top: 18px;
}

.im-spot-preis, .box-up-sell .price-box .price {
    font-size: 18px;
}

.box-up-sell .price-box {
    text-align: center
}

.price-box .price {
    color: #000;
    font-size: 26px;
    font-weight: bold;
}

.price-box .price-label {
    color: #a0a0a0;
    white-space: nowrap;
    font-family: 'Arimo', sans-serif;
}

@media only screen and (max-width: 1524px) {
    .im-spot-badge {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .im-spot .hauptueberschrift span {
        margin-bottom: -28px;
    }
    
    .im-spot-nav {
        width: 150px;
    }
}

/* Im Spot end */

/* Im Spot SHOP TEMP start */
.cms-home .jcarousel ul li {
    position: relative
}

.cms-home .im-spot-txt p {
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

/* Im Spot SHOP TEMP end */

/* Tutorials / Anwendungen start */
.tutorials-home {
    padding-bottom: 1009px;
    position: relative;
}

.tutorial-home {
    width: 430px;
    height: 306px;
    float: left;
    background-size: cover;
    position: absolute;
    top: 161px;
    left: 44px;
    background-position: center center;
}

.tutorials-home-layout1 .tutorial-home:nth-of-type(2) {
    height: 623px;
    left: 485px;
}

.tutorials-home-layout1 .tutorial-home:nth-of-type(3) {
    left: 926px;
}

.tutorials-home-layout1 .tutorial-home:nth-of-type(4) {
    height: 623px;
    top: 478px;
}

.tutorials-home-layout1 .tutorial-home:nth-of-type(5) {
    top: 478px;
    left: 926px;
}

.tutorials-home-layout1 .tutorial-home:nth-of-type(6) {
    width: 871px;
    top: 795px;
    left: 485px;
}

.tutorial-home a {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.tutorial-home-txt {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.90);
    padding: 15px;
}

.tutorial-home-txt h3,
.tutorial-home-txt p {
    font-size: 15px;
    color: #000;
    margin: 0px;
}

.tutorial-home-txt h3 {
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (max-width: 1524px) {
    .tutorials-home {
        padding-bottom: 1009px;
    }
    
    .tutorial-home {
        width: 363px;
        top: 161px;
        left: 44px;
    }
    
    .tutorials-home-layout1 .tutorial-home:nth-of-type(2) {
        height: 623px;
        left: 418px;
    }
    
    .tutorials-home-layout1 .tutorial-home:nth-of-type(3) {
        left: 792px;
    }
    
    .tutorials-home-layout1 .tutorial-home:nth-of-type(5) {
        left: 792px;
    }
    
    .tutorials-home-layout1 .tutorial-home:nth-of-type(6) {
        width: 737px;
        left: 418px;
    }
}

@media only screen and (max-width: 1324px) {
    .tutorials-home {
        padding-bottom: 70px;
    }
    
    .tutorial-home {
        width: 49% !important;
        height: auto !important;
        padding-bottom: 30%;
        float: left;
        position: relative;
        top: auto !important;
        left: auto !important;
        margin-right: 1%;
        margin-bottom: 11px;
    }
    
    .tutorial-home:nth-of-type(2n) {
        margin-right: 0%;
        margin-left: 1%;
    }
}

@media only screen and (max-width: 830px) {
    .tutorial-home {
        width: 100% !important;
        padding-bottom: 53%;
        margin-right: 0%;
        margin-left: 0% !important;
    }
}

@media only screen and (max-width: 479px) {
    .tutorials-home {
        padding-top: 50px
    }
    
    .tutorials-home h2 {
        padding-bottom: 30px
    }
}

/* Tutorials / Anwendungen end */

/* Box Black start */
.box-black {
    width: 645px;
    height: 350px;
    display: block;
    float: left;
    background-color: #000;
    position: relative;
    margin-right: 22px;
    margin-bottom: 22px;
}

.box-black:nth-of-type(2n) {
    margin-right: 0px;
}

.box-black h2 {
    background-color: #333;
    line-height: 106px;
    padding-left: 50px;
    color: #fff;
}

.box-black-content {
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
}

.box-black-content img {
    display: block;
    position: absolute;
    right: 0pt;
    bottom: 0px;
}

.box-black-content > a {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: 65px;
    left: 50px;
}

.box-black-content > a:after {
    content: "";
    width: 9px;
    height: 22px;
    display: block;
    float: right;
    background-image: url(../img/arrow-link-box-black.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin-left: 20px;
    padding-top: 8px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.box-black-content > a:hover {
    color: #fff;
    text-decoration: none;
}

/* Box Black end */

/* Infobox black start */
.info-box-black {
    width: 100%;
    height: 350px;
    display: block;
    background-color: #000;
    position: relative;
}

.info-box-black h2 {
    background-color: #333;
    line-height: 1.2;
    padding-left: 50px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.info-box-black-content {
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
}

.info-box-black-content img {
    display: block;
    position: absolute;
    right: 0pt;
    bottom: 0px;
}

.info-box-black-content > a {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: 65px;
    left: 50px;
}

.info-box-black-content > a:after {
    content: "";
    width: 9px;
    height: 22px;
    display: block;
    float: right;
    background-image: url(../img/arrow-link-box-black.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin-left: 20px;
    padding-top: 8px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.info-box-black-content > a:hover {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 1524px) {
    .info-box-black {
        height: 420px;
    }
}

@media only screen and (max-width: 1024px) {
    .info-box-black {
        height: auto;
        padding-bottom: 35%;
    }
}

@media only screen and (max-width: 640px) {
    .info-box-black {
        height: auto;
        padding-bottom: 45%;
    }
}

/* Infobox black  end */

/* Dr. MOLOTOW aside start */

.dr-molotow-aside {
    width: 62px; /* Original */
    /* width: 92px; X-MAS Update */
    height: 224px; /* Original */
    /* height: 250px !important; /* X-MAS Update */
    display: block;
    position: absolute;
    top: 865px;
    right: -62px; /* Original */
    /* right: -92px; /* X-MAS Update */
    overflow: hidden;
}

.dr-molotow-aside img {
    position: absolute;
}

.dr-molotow-aside-img {
    height: 224px !important; /* Original */
    /* height: 250px !important; /* X-MAS Update */
    width: auto !important;
    top: 0;
    right: 0;
    max-width: none;
}

.dr-molotow-aside-plus {
    width: 55px;
    height: auto;
    top: 173px;
    left: -10px;
}

.dr-molotow-aside-shadow {
    top: 0; /* Original */
    /* top: 10px; /* X-MAS Update */
    left: 0;
    height: 215px;
}

.dr-molotow-aside:hover {
    width: 72px; /* Original */
    /* width: 102px; /* X-MAS Update */
    right: -72px; /* Original */
    /* right: -102px; /* X-MAS Update */
    cursor: pointer;
}

.dr-molotow-aside:hover .dr-molotow-aside-img {
    top: 0px;
    right: 1px;
}

.dr-molotow-aside:hover .dr-molotow-aside-shadow {
    height: 198px; /* Original */
    /* top: 17px; /* Original */
    top: 17px;
}

.dr-molotow-aside:hover .dr-molotow-aside-plus {
    top: 153px;
    left: 5px;
}

@media only screen and (max-width: 1024px) {
    .dr-molotow-content {
        position: absolute;
        top: -500px;
        left: 50%;
        margin-left: -250px;
        width: 500px;
    }
    
    .dr-molotow-popup-open .dr-molotow-content {
        top: 0px;
        padding-top: 5%;
    }
}

@media only screen and (max-width: 830px) {
    .dr-molotow-aside {
        right: -50px;
        top: 415px;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
    }
    
    .dr-molotow-aside:hover {
        width: 62px;
        right: -50px;
        cursor: pointer;
    }
    
    .dr-molotow-aside:hover .dr-molotow-aside-img {
        top: 0px;
        right: 0px;
    }
    
    .dr-molotow-aside:hover .dr-molotow-aside-shadow {
        height: 215px;
        top: 0px;
    }
}

@media only screen and (max-width: 640px) {
    .dr-molotow-aside {
        width: 130px;
        height: 130px;
        display: block;
        position: fixed;
        top: auto;
        bottom: 0px;
        right: 0px;
        overflow: hidden;
        z-index: 999;
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
    
    .dr-molotow-aside-img {
        height: 180px !important;
        width: auto !important;
        top: auto;
        bottom: -70px;
        right: -20px;
        max-width: none;
        -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        -o-transform: rotate(-40deg);
        -webkit-transform: rotate(-40deg);
    }
    
    .dr-molotow-aside-plus {
        width: 40px;
        height: auto;
        top: 40px;
        left: 13px;
    }
    
    .dr-molotow-aside:hover .dr-molotow-aside-plus {
        top: 40px;
        left: 13px;
    }
    
    .dr-molotow-aside-shadow {
        display: none;
    }
    
    .dr-molotow-aside:hover {
        width: 130px;
        height: 130px;
        right: 0px;
        cursor: pointer;
    }
    
    .dr-molotow-aside:hover .dr-molotow-aside-img {
        top: auto;
        bottom: -70px;
        right: -20px;
    }
}

@media only screen and (max-width: 480px) {

}

/* Dr. MOLOTOW aside end */

.catalog-category-view .slider-top-shop {
    margin-bottom: -164px !important;
}

/* List start */

.main-content-1400 ul {
    margin-left: 0px;
    padding-left: 0px;
}

.main-content-1400 ul li {
    list-style-type: none;
    position: relative;
    padding-left: 28px;
}

.main-content-1400 ul li:before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    background-color: #000;
    border-radius: 20px;
    left: 0px;
    top: 1px;
    background-image: url(../img/arrow_submit.svg);
    background-position: center center;
    background-size: auto 12px;
    background-repeat: no-repeat;
}

.molotow-black .main-content-1400 ul li {
    list-style-type: none;
    position: relative;
    padding-left: 22px;
    line-height: 180%;
}

.molotow-black .main-content-1400 ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    background-color: #fff;
    border-radius: 20px;
    left: 0px;
    top: 10px;
    background-image: url(../img/arrow-im-spot-right.svg);
    background-position: center center;
    background-size: auto 10px;
    background-repeat: no-repeat;
}

.main-content-1400 .bxslider li,
.molotow-black .main-content-1400 .bxslider li,
.jcarousel ul li,
.main-content-1400 .accordion > li:before {
    padding-left: 0px;
}

.main-content-1400 .bxslider li:before,
.molotow-black .main-content-1400 .bxslider li:before,
.jcarousel ul li:before,
.main-content-1400 .accordion > li:before {
    display: none;
}

/* List end */

/* Produkte start */
.molotow-produkte a, .molotow-produkte a:visited {
    color: #fff;
}

.molotow-produkte a:hover {
    color: #fff;
    text-decoration: none;
}

.molotow-produkte a img {
    max-width: 400px;
    height: auto;
}

.molotow-produkte a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.molotow-produkte h2 {
    padding-top: 15px;
    font-size: 26px !important;
    font-weight: bold;
}

/* Produkte end */

.navigation a[href*="xmas"] span, .navigation a[href*="discount"] span, .navigation a[href*="stay"] span, .navigation a[href*="staycreative"] span { color: red; }

.payment-methods img {
    display: block;
    float: none;
    clear: both;
    width: 80px;
    height: auto;
    margin-bottom: 8px;
}

/* Product Menu start */
.molotow-productmenu ul {
    width: 100%;
}

.molotow-productmenu ul li {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.molotow-productmenu ul li a,
.molotow-productmenu ul li a:visited {
    width: auto;
    display: block;
    font-size: 100px;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    line-height: 140%;
    position: relative;
    z-index: 10;
    float: right;
    padding-left: 30px;
    background-color: #000;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.molotow-productmenu ul li a:hover {
    color: #fff;
    text-decoration: none;
}

#main .molotow-productmenu ul li:before {
    content: "";
    width: 18px !important;
    height: 100% !important;
    display: block;
    position: absolute;
    background-color: #000;
    border-radius: 20px;
    left: 0px;
    top: 0px;
    background-image: url(../img/arrow-productmenu.svg);
    background-position: center center;
    background-size: auto 70px;
    background-repeat: no-repeat;
}

.molotow-productmenu ul li:after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 36px;
    left: 40px;
    right: 0px;
    background-image: url(../img/line-menu-white.png);
    background-repeat: repeat-x;
    background-size: auto 2px;
    background-position: right 0%;
}

.molotow-productmenu ul li:hover:before {
    left: 25px !important;
}

.molotow-productmenu ul li:hover:after {
    left: 92px !important;
}

.molotow-productmenu ul li a.link-over {
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    left: 0px;
    bottom: 10px;
    background-color: transparent;
}

@media only screen and (max-width: 1224px) {
    .molotow-productmenu ul li a,
    .molotow-productmenu ul li a:visited {
        font-size: 70px;
    }
    
    #main .molotow-productmenu ul li:before {
        height: 53% !important;
        top: 22px;
    }
    
    .molotow-productmenu ul li:after {
        bottom: 25px;
    }
}

@media only screen and (max-width: 1024px) {
    .molotow-productmenu ul li a,
    .molotow-productmenu ul li a:visited {
        font-size: 50px;
        line-height: 140%;
    }
    
    #main .molotow-productmenu ul li:before {
        top: 13px;
    }
    
    .molotow-productmenu ul li:after {
        bottom: 19px;
    }
}

@media only screen and (max-width: 768px) {
    .molotow-productmenu ul li a,
    .molotow-productmenu ul li a:visited {
        font-size: 40px;
        text-align: left;
        float: none;
        padding-left: 0px;
    }
    
    #main .molotow-productmenu ul li {
        padding-left: 0px;
    }
    
    #main .molotow-productmenu ul li:before {
        display: none;
    }
    
    .molotow-productmenu ul li:after {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .molotow-productmenu ul li a,
    .molotow-productmenu ul li a:visited {
        font-size: 28px;
    }
}

/* Product Menu end */

/* Produkte ZUBEHÖR AUSBLENDEN start */

.molotow-produkte .column-right {
    display: none;
}

.molotow-produkte .column {
    width: 50%;
}

/* Produkte ZUBEHÖR AUSBLENDEN end */

/* Zitat start */
.pic-zitat {
    max-width: 25%;
    padding-bottom: 25px;
}

.zitat-txt {
    padding-left: 30px;
    border-left: 1px solid #fff;
    text-transform: uppercase;
}

.zitat-txt1 {
    font-size: 26px;
    padding-top: 0px;
    margin-top: 0px;
    line-height: 120% !important;
}

.zitat-txt2 {
    font-size: 18px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 120% !important;
}

@media only screen and (max-width: 640px) {
    .pic-zitat {
        max-width: 40%;
    }
    
    .zitat-txt1 {
        font-size: 18px;
    }
    
    .zitat-txt2 {
        font-size: 14px;
    }
}

/* Zitat end */

/* Downloads start */
.molotow-downloads ul li {
    padding-left: 0px !important;
    padding-bottom: 50px;
}

.molotow-downloads-txt {
    display: block;
    position: relative;
    width: 100%;
    padding-right: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.molotow-corporate #main .main-content-1400.molotow-downloads ul > li:before,
.molotow-corporate #main .main-content-1400.molotow-downloads ul > li:last-child:after {
    content: "";
    width: 100%;
    height: 2px;
    display: block !important;
    background-image: url(../img/line-menu-white.png) !important;
    background-repeat: repeat-x;
    background-size: auto 2px;
    background-color: transparent;
    z-index: 10;
    padding-left: 0px !important;
    background-position: left 0%;
}

.molotow-corporate #main .main-content-1400.molotow-downloads ul > li:last-child:after {
    margin-top: 50px;
}

.molotow-downloads h3 {
    padding-top: 20px;
}

.molotow-downloads-link {
    position: absolute;
    right: 35px;
    top: 35px;
    line-height: 62px;
    padding-right: 90px;
    text-transform: uppercase;
    color: #fff !important;
    background-image: url(../img/picto-download@2x.png);
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
    .molotow-downloads-link {
        position: relative;
        right: auto;
        top: auto;
        display: block;
    }
    
    .molotow-downloads-txt {
        padding-right: 0%;
    }
}

/* Downloads end */

/* Link start */
.molotow-link {
    padding-top: 10px;
    padding-bottom: 10px;
}

.molotow-link a {
    color: #fff !important;
    padding-left: 82px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none
}

.molotow-link a h3 {
    position: relative;
    height: 58px;
    vertical-align: middle;
    display: table-cell;
    padding: 0px !important;
    margin: 0px;
}

#main .molotow-link a h3:before {
    content: "";
    width: 18px !important;
    height: 95% !important;
    display: block;
    position: absolute;
    background-color: #000;
    border-radius: 20px;
    left: -82px;
    top: 0px;
    background-image: url(../img/arrow-productmenu.svg);
    background-position: center center;
    background-size: auto 65px;
    background-repeat: no-repeat;
}

#main .molotow-link a > p {
    padding-top: 10px;
}

#main .molotow-link a:hover,
#main .molotow-link a:hover > p {
    text-decoration: none !important
}

#main .molotow-link a:hover h3 {
    text-decoration: none !important
}

#main .molotow-link a:hover h3:before {
    left: -57px;
}

#main .molotow-link.molotow-link-back a h3:before {
    background-image: url(../img/arrow-corporate-back.svg);
}

#main .molotow-link.molotow-link-back a:hover h3:before {
    left: -117px;
}

@media only screen and (max-width: 1224px) {
    .molotow-link {
        padding-bottom: 15px !important;
    }
    
    .molotow-link a {
        padding-left: 44px;
    }
    
    #main .molotow-link a h3:before {
        left: -44px;
    }
    
    #main .molotow-link a:hover h3:before {
        left: -34px;
    }
}

@media only screen and (max-width: 1024px) {
    #main .molotow-link.molotow-link-back a:hover h3:before {
        left: -44px;
    }
    
    #main .molotow-link a:hover h3:before {
        left: -44px;
    }
}

@media only screen and (max-width: 479px) {
    .molotow-link a {
        padding-left: 32px;
        word-break: break-all;
    }
    
    #main .molotow-link a h3:before {
        left: -32px;
    }
    
    #main .molotow-link a:hover h3:before {
        left: -32px;
    }
    
    #main .molotow-link.molotow-link-back a:hover h3:before {
        left: -32px;
    }
}

.molotow-magazin #main .molotow-link a,
.molotow-magazin #main .molotow-link a:visited {
    width: 260px;
    height: 45px;
    display: block;
    color: #fff;
    position: relative;
    background-color: #000;
    font-size: 18px;
    line-height: 45px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 44px;
}

.molotow-magazin #main .molotow-link a h3 {
    font-size: 18px;
    height: 45px;
}

.molotow-magazin #main .molotow-link a h3:before {
    display: none;
}

.molotow-magazin #main .molotow-link a:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../img/arrow_submit.svg);
    background-position: center center;
    background-size: auto 50%;
    background-repeat: no-repeat;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/* Link end */

/* Anwendungen start */
.molotow-anwendungen-start {
    width: 100%;
}

.molotow-anwendungen-start a,
.molotow-anwendungen-start a:visited {
    color: #fff;
    text-decoration: none;
}

.molotow-anwendungen-start a:hover {
    color: #fff;
    text-decoration: none;
}

.molotow-anwendungen-start-txt {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #333;
    padding: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 130px;
}

.molotow-anwendungen-start-img img {
    width: 100%;
    height: auto;
}

.molotow-anwendungen-start-txt h2 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.molotow-black #main .molotow-anwendungen-start-txt p {
    padding: 0px;
    margin: 0px;
    line-height: 120%;
}

@media only screen and (max-width: 1024px) {
    .molotow-anwendungen-start {
        margin-bottom: 25px;
    }
}

/* Anwendungen end */

/* Anwendungen Übersicht start */
.molotow-black .main-content-1400.molotow-anwendungen-uebersicht ul li {
    width: 50%;
    height: 280px;
    float: left;
    display: block;
    padding-left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px;
}

.molotow-black .main-content-1400.molotow-anwendungen-uebersicht ul li:nth-of-type(2n) {
    padding-left: 25px;
    padding-right: 0px;
}

@media only screen and (max-width: 1324px) {
    .molotow-black .main-content-1400.molotow-anwendungen-uebersicht ul li {
        width: 100%;
        height: auto;
        float: none;
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-bottom: 20px;
    }
    
    .molotow-black .main-content-1400.molotow-anwendungen-uebersicht ul li:after {
        content: "";
        width: 100%;
        height: 1px;
        clear: both;
        float: none;
        position: relative;
        display: block;
    }
}

.molotow-black .main-content-1400.molotow-anwendungen-uebersicht ul li:before {
    display: none;
}

.molotow-black .main-content-1400.molotow-anwendungen-uebersicht ul li a,
.molotow-black .main-content-1400.molotow-anwendungen-uebersicht ul li a:visited,
.molotow-black .main-content-1400.molotow-anwendungen-uebersicht ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.molotow-black .main-content-1400.molotow-anwendungen-uebersicht ul li a img {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1524px) {
    .molotow-black .main-content-1400.molotow-anwendungen-uebersicht ul li a img {
        width: 180px;
        height: auto;
    }
}

@media only screen and (max-width: 640px) {
    .molotow-black .main-content-1400.molotow-anwendungen-uebersicht ul li a img {
        width: 100px;
    }
}

@media only screen and (max-width: 479px) {
    .molotow-black .main-content-1400.molotow-anwendungen-uebersicht ul li a img {
        width: 80px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
}

.molotow-black .main-content-1400.molotow-anwendungen-uebersicht ul li a h2 {
    margin-bottom: 20px;
    font-weight: bold;
}

/* Anwendungen Übersicht end */

/* Anwendungen Merkmale start */

.molotow-anwendungen-merkmale {
    background-color: #333;
    padding: 25px !important;
}

/* Anwendungen Merkmale end */

/* Online Videos start */
.wt-online-video {
    position: relative;
    padding-bottom: 50%;
    padding-top: 25px;
    height: 0;
    background-color: #333;
}

.wt-online-video iframe {
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 90%;
}

/* Online Videos end */

/* Dr. MOLOTOW Starseite start */

.dr-molotow-start {
    position: relative;
    padding-left: 160px;
    height: 390px;
}

.dr-molotow-start-content {
    height: 312px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 160px;
    background-color: #000;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 98;
}

.dr-molotow-start-content img {
    position: absolute;
    right: 30px;
    bottom: 20px
}

.dr-molotow-start h2 {
    background-color: #009fe3;
    font-size: 44px;
    line-height: 60px;
    display: block;
    width: auto;
    position: absolute;
    left: 160px;
    top: 60px;
    z-index: 100;
    padding-left: 85px;
    padding-right: 30px;
    color: #fff;
}

.dr-molotow-start h2:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: -30px;
    bottom: 0px;
}

.dr-molotow-start > span {
    width: 70%;
    height: 1px;
    position: absolute;
    background-color: #009fe3;
    z-index: 99;
    top: 119px;
    right: 30px;
    display: block;
}

.dr-molotow-start-pic {
    width: 322px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 110;
}

.dr-molotow-start-pic-content {
    width: 367px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 110;
}

.dr-molotow-start-txt {
    position: absolute;
    left: 170px;
    top: 85px;
    width: 50%;
}

@media only screen and (max-width: 1524px) {
    .dr-molotow-start-pic-content {
        width: 22%;
    }
}

@media only screen and (max-width: 1224px) {
    .dr-molotow-start {
        position: relative;
        padding-left: 0px;
        height: auto;
    }
    
    .dr-molotow-start-content {
        height: auto;
        display: block;
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        background-color: #000;
        color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 98;
        padding-bottom: 260px;
        padding-top: 30px;
    }
    
    .dr-molotow-start h2 {
        background-color: #009fe3;
        font-size: 44px;
        line-height: 60px;
        display: block;
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        z-index: 100;
        padding-left: 30px;
        padding-right: 30px;
        color: #fff;
        margin-bottom: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .dr-molotow-start h2:after {
        display: none;
    }
    
    .dr-molotow-start > span {
        display: none;
    }
    
    .dr-molotow-start-pic {
        left: -40px;
    }
    
    .dr-molotow-start-txt {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        min-height: 110px;
        padding-left: 320px;
        padding-right: 44px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .dr-molotow-start-pic-content {
        width: 35%;
    }
}

@media only screen and (max-width: 1024px) {
    .dr-molotow-start h2 {
        font-size: 34px;
        line-height: 56px;
    }
    
    .dr-molotow-start-pic {
        width: 40%;
    }
    
    .dr-molotow-start-txt {
        padding-left: 40%;
    }
    
    .dr-molotow-start-content {
        padding-bottom: 200px;
    }
}

@media only screen and (max-width: 768px) {
    .dr-molotow-start-content {
        padding-bottom: 40px;
    }
    
    .dr-molotow-start-pic-content {
        display: none
    }
    
    .dr-molotow-start-txt {
        min-height: 180px;
    }
    
    .dr-molotow-start h2 {
        font-size: 30px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 570px) {
    .dr-molotow-start-content {
        padding-bottom: 200px;
    }
    
    .dr-molotow-start-txt {
        min-height: 0px;
        padding-left: 40px;
    }
    
    .dr-molotow-start-pic {
        width: 160px;
    }
}

@media only screen and (max-width: 479px) {
    .dr-molotow-start-pic {
        left: -38px;
    }
    
    .dr-molotow-start h2 {
        font-size: 20px;
        line-height: 40px;
    }
}

/* Dr. MOLOTOW Starseite end */

/* Dr. MOLOTOW Popup start */
.dr-molotow-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}

.dr-molotow-popup-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.80);
    z-index: 999998;
}

.dr-molotow-popup-open {
    visibility: visible;
    opacity: 1;
}

.dr-molotow-content {
    position: absolute;
    top: -50%;
    left: 50%;
    margin-left: -496px;
    width: 992px;
    height: 560px;
    margin-top: -280px;
    display: block;
    background-color: #000;
    -webkit-box-shadow: 0px 0px 20px 8px #000;
    box-shadow: 0px 0px 20px 8px #000;
    border: 1px solid #009fe3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999;
}

#main .dr-molotow-content a,
#main .dr-molotow-content a:visited {
    color: white;
    text-decoration: none;
}

#main .dr-molotow-content a:hover {
    color: black;
    text-decoration: underline;
    background-color: white;
}

#main .dr-molotow-content .molotow-link a:hover {
    color: white;
    text-decoration: none;
    background-color: transparent;
}

.dr-molotow-content:before, .dr-molotow-content:after {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    background-image: url(../img/dr-molotow/dr-molotow-shadow-top.png);
    background-position: center center;
    background-size: auto 25px;
    background-repeat: repeat-x;
}

.dr-molotow-content:after {
    top: auto;
    bottom: 0px;
    background-image: url(../img/dr-molotow/dr-molotow-shadow-bottom.png);
}

.dr-molotow-content-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: scroll;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 300px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #fff;
    font-size: 18px;
}

.dr-molotow-popup-open .dr-molotow-content {
    top: 50%;
}

.dr-molotow-content .main-content-1400 {
    padding: 0px;
}

.dr-molotow-content .hauptueberschrift {
    padding: 0px;
    text-align: left;
}

.dr-molotow-content .hauptueberschrift h2,
.wrapper .dr-molotow-content h2 {
    width: 100%;
    display: block;
    position: relative;
    background-color: #009fe3;
    font-size: 30px;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dr-molotow-pic {
    width: 322px;
    display: block;
    position: absolute;
    left: -48px;
    bottom: 0px;
    z-index: 99999999;
}

.dr-molotow-popup .wt-online-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    background-color: transparent;
}

.dr-molotow-popup .wt-online-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dr-molotow-close {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 99999999;
    background-image: url(../img/dr-molotow/dr-molotow-close.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

.body-no-scroll {
    overflow: hidden;
}

@media only screen and (max-width: 1524px) {
    .dr-molotow-content-wrap .main-content-1400 {
        width: 100%
    }
}

@media only screen and (max-width: 1224px) {
    .dr-molotow-content {
        top: 60px;
        left: 60px;
        right: 60px;
        bottom: 60px;
        margin-left: 0px;
        width: auto;
        height: auto;
        margin-top: 0px;
    }
    
    .dr-molotow-popup-open .dr-molotow-content {
        top: 60px;
    }
}

@media only screen and (max-width: 900px) {
    .dr-molotow-content-wrap {
        padding-left: 20%;
    }
    
    .dr-molotow-pic {
        width: 20%;
    }
}

@media only screen and (max-width: 640px) {
    .dr-molotow-content-wrap {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .dr-molotow-pic {
        left: -20px;
    }
    
    .dr-molotow-content .hauptueberschrift h2 {
        font-size: 22px;
        line-height: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .dr-molotow-content {
        top: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px;
        margin-left: 0px;
        width: auto;
        height: auto;
        margin-top: 0px;
    }
    
    .dr-molotow-content-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .dr-molotow-pic {
        left: -10px;
    }
    
    .dr-molotow-content .hauptueberschrift h2 {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Dr. MOLOTOW Popup end */

/* Suche start */
#search-head {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    top: 43px;
    right: 43px;
    background-color: #000;
    border-radius: 22px;
    z-index: 99999;
}

.page #search-head.search-head-shop-scroll {
    top: 12px;
}

.page #search-head.search-head-shop-menu-open {
    top: 12px;
}

#search-head > a {
    width: 100%;
    height: 100%;
    padding: 11px;
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99999;
    background-color: #000;
    border-radius: 22px;
}

#search-head a img {
    width: 100%;
    height: auto;
}

.page #search-head {
    right: 325px;
}

#suche-head {
    display: block;
    position: absolute;
    top: 0px;
    right: 22px;
    width: 0px;
    height: 44px;
    background-color: #333;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
}

#suche-head.suche-head-open {
    width: 250px;
}

#suche-head .search-icon {
    width: 30px;
    height: 30px;
    display: block;
    background-color: #000;
    position: absolute;
    right: 0px;
    border-radius: 20px;
    top: -2px;
}

#search_mini_form .search-icon {
    right: 32px;
    top: 7px;
}

.search-icon svg {
    position: absolute;
    top: 4px;
    right: 0px;
    width: 30px;
    height: 22px;
}

.search-icon-hover #search-icon {
    width: 20px;
    height: 20px;
    padding: 5px;
}

#suche-head #indexedsearch,
#suche-head .suchfeld {
    position: relative
}

#suche-head .tx-indexedsearch-searchbox-sword {
    font-family: 'Source Sans Pro', sans-serif;
    width: 195px;
    height: 30px;
    border: none !important;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    position: absolute;
    top: 7px;
    left: 7px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #fff;
    color: #000;
    outline: none !important;
    padding-left: 12px;
}

#suche-head .suche-submit {
    height: 30px;
    width: 10px;
    position: absolute;
    right: -216px;
    top: 9px;
}

#suche-head.suche-head-open .suche-submit {
    right: 34px;
}

#suche-head .tx-indexedsearch-searchbox-button {
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: transparent !important;
}

@media only screen and (max-width: 1324px) {
    #search-head {
        display: none;
    }
    
    .mobile-menu-addon #search-head {
        display: block;
    }
    
    .mobile-menu-addon #search-head,
    .navigation-mobile #search-head {
        width: 44px;
        height: 44px;
        display: block;
        position: relative;
        top: auto;
        right: auto;
        float: right;
        margin-top: -60px;
        margin-right: 15px;
        margin-bottom: 60px;
        z-index: 1;
    }
    
    .mobile-menu-addon #search-head {
        top: 130px;
    }
    
    #suche-head {
        width: 250px;
    }
    
    #suche-head .suche-submit {
        right: 34px;
    }
}

@media only screen and (max-width: 640px) {
    .navigation-mobile #search-head {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 359px) {
    #suche-head {
        width: 220px;
    }
    
    #suche-head .tx-indexedsearch-searchbox-sword {
        width: 165px;
    }
}

.tx-indexedsearch .tx-indexedsearch-searchbox-sword {
    width: 300px !important;
    margin-right: 15px;
}

.tx-indexedsearch-searchbox input {
    margin-bottom: 10px !important;
}

.browsebox {
    padding-left: 0px;
    margin-left: 0px;
}

.tx-indexedsearch-whatis {
    display: none;
}

.tx-indexedsearch-browsebox {
    padding-top: 20px;
    padding-bottom: 30px;
}

.tx-indexedsearch-browsebox li {
    display: inline-block;
    padding-left: 0 !important;
    padding-right: 10px;
}

.tx-indexedsearch-browsebox li:before {
    display: none !important;
}

@media only screen and (max-width: 640px) {
    .tx-indexedsearch .tx-indexedsearch-searchbox-sword {
        width: 200px !important;
    }
    
    .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
        left: 210px;
    }
}

@media only screen and (max-width: 359px) {
    .tx-indexedsearch .tx-indexedsearch-searchbox-sword {
        width: 166px !important;
    }
    
    .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
        left: 176px;
    }
}

/* Suche end */

/* Powermail start */

.tx-powermail h3,
.tx-powermail legend,
.tx-powermail label {
    display: none
}

.powermail_fieldwrap_type_check .checkbox label {
    display: block;
}

.powermail_fieldwrap_type_check .checkbox .powermail_checkbox {
    width: 18px;
    height: 18px;
    margin-top: 5px;
    margin-bottom: -10px;
}

.tx-powermail input,
.tx-powermail textarea {
    width: 100%;
    margin-bottom: 20px;
    color: #000;
    background-color: #fff;
}

.tx-powermail textarea {
    padding-top: 12px;
}

.tx-powermail textarea {
    min-height: 120px;
}

.tx-powermail .powermail_fieldwrap_type_submit input {
    background-color: transparent;
    width: auto;
    height: 40px;
    padding-left: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    float: right;
    background-image: url(../img/arrow-productmenu.svg);
    background-position: left center;
    background-size: auto 40px;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.tx-powermail .powermail_fieldwrap_type_select {
    padding-bottom: 20px;
}

.tx-powermail .powermail_fieldwrap_type_select label {
    display: block;
    float: left;
}

.tx-powermail .powermail_fieldwrap_type_select .powermail_field {
    display: block;
    float: left;
    padding-left: 20px;
}

@media only screen and (max-width: 640px) {
    .tx-powermail .powermail_fieldwrap_type_submit input {
        padding-left: 30px;
        font-size: 20px;
        float: none;
        margin-top: 20px;
    }
    
    .g-recaptcha, .form input {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .tx-powermail * {
        max-width: 100% !important;
    }
    
    .tx-powermail .radio input {
        width: auto !important;
    }
    
    .g-recaptcha > div, .g-recaptcha {
        width: 110% !important;
        max-width: 110% !important;
        overflow: visible;
    }
    
    #rc-imageselect, .g-recaptcha iframe { transform: scale(0.85); -webkit-transform: scale(0.85); transform-origin: 0 0; -webkit-transform-origin: 0 0; }
}

@media only screen and (max-width: 479px) {
    .g-recaptcha > div, .g-recaptcha {
        width: 120% !important;
        max-width: 120% !important;
        overflow: visible;
    }
    
    #rc-imageselect, .g-recaptcha iframe { transform: scale(0.75); -webkit-transform: scale(0.75); transform-origin: 0 0; -webkit-transform-origin: 0 0; }
}

/* Powermail end */

/* Main Background / Hintergrund start */

.change-bg {
    position: fixed;
    right: 0;
    top: 50px;
}

.change-bg-img {
    width: auto;
    height: 50px;
    margin-bottom: 12px;
    cursor: pointer;
    margin-right: -20px;
    border: 1px solid #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.change-bg-img:before,
.change-bg-img:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: -7px;
    top:0;
    background-color: #000;
    opacity: 0;
    z-index: 1;
}

.change-bg-img:before {
    left: -9px;
    background-color: #fff;
    z-index: 2;
}

.change-bg-img:hover:before,
.change-bg-img.active:before,
.change-bg-img:hover:after,
.change-bg-img.active:after {
    opacity: 1;
}

.change-bg-img img {
    width: auto;
    height: 100%;
}

.main-background {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: 3000px auto;
    z-index: -1;
    opacity: 0;
}

.main-background1 {
    opacity: 1;
}

.main-background2 {
    opacity: 0;
}

.main-background3 {
    opacity: 0;
}

@media only screen and (max-width: 1324px) {
    .main-background {
        background-size: 2600px auto;
    }
}

@media only screen and (max-width: 1024px) {
    .main-background {
        background-size: 2200px auto;
    }
    .change-bg {
        display: none;
    }
}

@media only screen and (max-width: 764px) {
    .main-background {
        background-size: 1400px auto;
    }
}

/* Main Background end */

/* Footer start */
#footer {
    width: 1400px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 44px;
    padding-right: 44px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}

#footer p {
    margin-top: 0px;
}

#footer a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.footer-content {
    width: 25%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.footer-content h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 22px;
}

#footer ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none
}

.footer-copyright {
    width: 100%;
    line-height: 50px;
    clear: left;
}

#footer-sm {
    margin-top: 75px
}

#footer-sm li {
    width: 26px;
    height: 26px;
    display: block;
    float: left;
    position: relative;
    margin-right: 17px;
    margin-bottom: 12px;
}

#footer-sm span {
    display: none
}

#footer-sm li a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#sm-facebook a {
    background-image: url(../img/sm-icons/sm_foot_facebook.svg);
}

#sm-instagram a {
    background-image: url(../img/sm-icons/sm_foot_instagram.svg);
}

#sm-pinterest a {
    background-image: url(../img/sm-icons/sm_foot_pinterest.svg);
}

#sm-twitter a {
    background-image: url(../img/sm-icons/sm_foot_twitter.svg);
}

#sm-youtube a {
    background-image: url(../img/sm-icons/sm_foot_youtube.svg);
}

#sm-flame a {
    background-image: url(../img/sm-icons/sm_foot_flame.svg);
}

#footer-sm li a:hover {
    background-size: 95% auto;
    border: 2px solid #fff;
}

#newsletter {
    padding-bottom: 10px;
}

#newsletter-input,
.newsletter-input input {
    width: 280px !important;
    float: left;
    margin-right: 3px;
}

@media only screen and (max-width: 1524px) {
    #footer {
        width: 1200px;
    }
    
    #newsletter-input,
    .newsletter-input input {
        width: 220px !important;
    }
}

@media only screen and (max-width: 1324px) {
    #footer {
        width: 84%;
    }
    
    .footer-content {
        width: 50%;
        min-height: 210px;
    }
}

@media only screen and (max-width: 768px) {
    
    .footer-content {
        width: 100%;
        min-height: auto;
        padding-top: 30px;
    }
    
    .footer-content:first-child {
        padding-top: 0px;
    }
    
    .footer-content h3 {
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 12px;
    }
    
    .footer-content ul li {
        line-height: 150%;
    }
    
    #newsletter-input,
    .newsletter-input input {
        width: 160px;
    }
}

@media only screen and (max-width: 640px) {
    #footer {
        padding-bottom: 170px;
    }
}

@media only screen and (max-width: 479px) {
    #footer {
        padding-left: 28px;
        padding-right: 28px;
    }
}

/* Footer end */


.tx-tandncookie {
    display: none;
    font-family: Arial
}

.tx-tandncookie .tandncookie-container {
    position: fixed;
    overflow: auto;
    z-index: 999999;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(15, 15, 15, 0.96) !important;
    -webkit-box-shadow: 0 0 12px 0 rgba(255,255,255,1);
    -moz-box-shadow: 0 0 12px 0 rgba(255,255,255,1);
    box-shadow: 0 0 12px 0 rgba(255,255,255,1);
}

@media only screen and (min-width:769px) {
    .tx-tandncookie .tandncookie-container.popup {
        top: 50%;
        bottom: auto;
        left: calc(50% - 384.5px);
        max-width: 769px;
        -moz-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        -webkit-box-shadow: 0 0 12px 0 rgba(255,255,255,1);
        -moz-box-shadow: 0 0 12px 0 rgba(255,255,255,1);
        box-shadow: 0 0 12px 0 rgba(255,255,255,1);
    }
}



.tan-cookie-overlay {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0.4;
    z-index: 999998;
}

.tx-tandncookie .tandncookie-container .tandncookie-body {
    color: #fff;
    font-size: 13px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative
}

.tx-tandncookie .tandncookie-container .tandncookie-body .tandncookie-content {
    box-sizing: border-box;
    padding-right: 30px
}

.tx-tandncookie .tandncookie-container .tandncookie-body .tandncookie-content a.open-table {
    color: #fff;
    font-weight: 800
}

@media only screen and (max-width:768px) {
    .tx-tandncookie .tandncookie-container .tandncookie-body .tandncookie-content {
        line-height: 24px
    }
    .tx-tandncookie .tandncookie-container .tandncookie-body .tandncookie-content a.open-table {
        background-color: #fff;
        border-radius: 5px;
        padding: 5px;
        color: #666;
        white-space: nowrap;
    }
    .tx-tandncookie .tandncookie-container .tandncookie-body .tandncookie-content a.open-table:hover {
        background-color: #eee
    }
}

.tx-tandncookie .tandncookie-container .tandncookie-body .tandncookie-content a.open-table:hover {
    cursor: pointer
}

.tx-tandncookie .tandncookie-container .tandncookie-body .tandncookie-content a.open-table:hover:after {
    border-top: 10px solid #fff
}

.tx-tandncookie .tandncookie-container .tandncookie-body .tandncookie-content a.open-table:after {
    content: '';
    position: relative;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e8e8e8;
    top: 15px;
    margin: 0 6px
}

.tx-tandncookie .tandncookie-container .tandncookie-body .tandncookie-content a.open-table.open:after {
    border-top: 0;
    border-bottom: 10px solid #fff;
    top: -13px
}

.tx-tandncookie .tandncookie-container .tandncookie-body .tandncookie-content a.open-table.open:hover:after {
    border-bottom: 10px solid #ccc
}

.tx-tandncookie .tandncookie-container .tandncookie-body .tandncookie-close {
    position: absolute;
    padding-top: 2px;
    right: 0;
    top: 9px;
    box-sizing: border-box;
    border: 1px solid;
    width: 22px;
    height: 21px;
    text-align: center;
    background-color: #fff;
    color: #666;
}

.tx-tandncookie .tandncookie-container .tandncookie-body .tandncookie-close:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer
}

.tx-tandncookie .tandncookie-container .tandncookie-detail {
    display: none;
    max-height: 100%;
    margin-top: 30px;
    position: relative
}

.tx-tandncookie .tandncookie-container .tandncookie-detail * {
    font-size: 13px
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table ul.tandncookie-table-head {
    margin: 0;
    display: table;
    line-height: 1.1em;
    padding: 0!important;
    position: relative;
    width: 80%;
    list-style: none
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table ul.tandncookie-table-head li {
    list-style: none;
    background: #3e3e3e;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: table-cell;
    padding: 8px 5px;
    text-align: center;
    vertical-align: middle;
    width: 25%;
    border-right: 1px solid #fff
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table ul.tandncookie-table-head li.disabled,
.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table ul.tandncookie-table-head li:before {
    display: none
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table ul.tandncookie-table-head li.open {
    background: #fff;
    color: #3e3e3e
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table ul.tandncookie-table-head li:last-of-type {
    border-right: 0
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content {
    display: none;
    background-color: #fff;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 10px;
    margin-bottom: 10px;
    color: #000;
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content p {
    line-height: 16px
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content.open {
    display: block
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content .tandncookie-settings {
    cursor: pointer;
    font-weight: 800;
    text-decoration: underline;
    color: #009CDE
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content .tandncookie-settings:hover {
    color: #666
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content table {
    border: 1px solid #4f4f4f;
    border-collapse: collapse;
    width: 100%
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content table tr th {
    background: #3e3e3e;
    border: 1px solid #4f4f4f;
    border-collapse: collapse;
    color: #fff;
    padding: 2px 3px;
    text-align: center;
    vertical-align: middle;
    word-break: break-all
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content table tr td {
    border: 1px solid #4f4f4f;
    border-collapse: collapse;
    color: #000;
    padding: 3px 4px;
    vertical-align: top;
    word-break: break-all
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content table tr td.more {
    border: none;
    padding: 2px 4px
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content table tr td.last {
    border-bottom: 1px solid #4f4f4f;
    padding: 0 9px 2px 4px
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content table tr.descriptionrawMobile {
    display: none;
    font-size: 12px
}

@media only screen and (max-width:768px) {
    .tx-tandncookie .tandncookie-container .tandncookie-detail {
        margin-top: 0
    }
    .tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content {
        max-height: none!important
    }
    .tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content table tr td.descriptionColumn,
    .tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content table tr th.descriptionColumn {
        display: none
    }
    .tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content table tr.descriptionrawMobile {
        display: table-row
    }
    .tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content table tr.descriptionrawMobile .desctitle {
        font-size: 12px;
        text-align: center;
        font-weight: 700;
        background-color: #fff
    }
    .tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content table tr.descriptionrawMobile .desctitle:after {
        content: '';
        position: relative;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #ccc;
        top: 13px;
        margin: 0 6px
    }
    .tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content table tr.descriptionrawMobile .desctitle.open:after {
        border-top: none;
        border-bottom: 8px solid #ccc;
        top: -11px
    }
    .tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content table tr.descriptionrawMobile .desctitle .close {
        font-size: 12px
    }
    .tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content table tr.descriptionrawMobile .desccontent {
        font-size: 12px;
        display: none
    }
    .tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content table tr.descriptionrawMobile .desccontent.open {
        display: block
    }
    .tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content table tr.descriptionrawMobile .desccontent p,
    .tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content table tr.descriptionrawMobile .desccontent span {
        font-size: 12px
    }
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content .checkbox input,
.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content .radio input {
    top: 2px;
    position: relative
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content .tandncookie-setting-categorylink {
    cursor: pointer;
    font-weight: 800;
    text-decoration: underline;
    color: #666
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content .tandncookie-banner-button .tandncookie-savesetting-button {
    display: inline-block;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 5px;
    padding: 5px;
    margin: 20px 5px
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table .tandncookie-table-content .tandncookie-banner-button .tandncookie-savesetting-button:hover {
    background-color: #eee
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table-close {
    position: absolute;
    padding-top: 3px;
    right: 0;
    top: 0;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #fff;
    background-color: #212121;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
}

.tx-tandncookie .tandncookie-container .tandncookie-detail .tandncookie-table-close:hover {
    color: #666;
    background-color: #fff;
    border: 1px solid #666
}

.tx-tandncookie .container-fluid .cr {
    max-height: 100vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1400px;
    width: auto;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    position: relative
}

.tx-tandncookie .container-fluid .cr:after {
    content: "";
    display: block;
    clear: both
}

.tx-tandncookie .tandncookie-container.popup .tandncookie-body .tandncookie-content {
    padding-right: 0;
}

.tx-tandncookie .tandncookie-container.popup .tandncookie-detail {
    margin-top: 10px;
}

.tx-tandncookie .tandncookie-container.popup .tandncookie-body .tandncookie-close {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    width: auto;
    height: auto;
    margin-bottom: 10px;
}

.molotow-corporate .accordion-content img {
    min-width: 300px;
    height: auto;
}

/* Dr. MOLOTOW aside TEMP start

.wt-site-1 .dr-molotow-aside {
    width: 72px;
    height: 224px;
    top: 865px;
    right: -72px;
}

.wt-site-1 .dr-molotow-aside img.dr-molotow-aside-img {
    display: none;
}

.wt-site-1 .dr-molotow-aside-img {
    position: absolute;
    height: 224px !important;
    width: 215px !important;
    background-image: url("../img/dr-molotow-aside_banh.png");
    background-position: top right;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.wt-site-1 .dr-molotow-aside:hover {
    width: 82px;
    right: -82px;
}

@media only screen and (max-width: 1024px) {
    .wt-site-1 .dr-molotow-content {
        position: absolute;
        top: -500px;
        left: 50%;
        margin-left: -250px;
        width: 500px;
    }
    
    .wt-site-1 .dr-molotow-popup-open .dr-molotow-content {
        top: 0px;
        padding-top: 5%;
    }
}

@media only screen and (max-width: 830px) {
    .wt-site-1 .dr-molotow-aside {
        right: -50px;
        top: 415px;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
    }
    
    .wt-site-1 .dr-molotow-aside:hover {
        width: 62px;
        right: -50px;
        cursor: pointer;
    }
    
    .wt-site-1 .dr-molotow-aside:hover .dr-molotow-aside-img {
        top: 0px;
        right: 0px;
    }
    
    .wt-site-1 .dr-molotow-aside:hover .dr-molotow-aside-shadow {
        height: 215px;
        top: 0px;
    }
}

@media only screen and (max-width: 640px) {
    .wt-site-1 .dr-molotow-aside {
        width: 130px;
        height: 130px;
        display: block;
        position: fixed;
        top: auto;
        bottom: 0px;
        right: 0px;
        overflow: hidden;
        z-index: 999;
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
    
    .wt-site-1 .dr-molotow-aside-img {
        height: 180px !important;
        width: 180px !important;
        top: auto;
        bottom: -70px;
        right: -20px;
        max-width: none;
        -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        -o-transform: rotate(-40deg);
        -webkit-transform: rotate(-40deg);
    }
    
    .wt-site-1 .dr-molotow-aside-plus {
        width: 40px;
        height: auto;
        top: 40px;
        left: 13px;
    }
    
    .wt-site-1 .dr-molotow-aside:hover .dr-molotow-aside-plus {
        top: 40px;
        left: 13px;
    }
    
    .wt-site-1 .dr-molotow-aside-shadow {
        display: none;
    }
    
    .wt-site-1 .dr-molotow-aside:hover {
        width: 130px;
        height: 130px;
        right: 0px;
        cursor: pointer;
    }
    
    .wt-site-1 .dr-molotow-aside:hover .dr-molotow-aside-img {
        top: auto;
        bottom: -70px;
        right: -20px;
    }
}

/* Dr. MOLOTOW aside TEMP end */

/* Dr. MOLOTOW Popup TEMP start

.wt-site-1 .dr-molotow-pic {
    width: 322px;
    display: block;
    position: absolute;
    left: -48px;
}

.wt-site-1 .dr-molotow-pic img {
    display: none;
}

.wt-site-1 .dr-molotow-pic span.img {
    width: 322px;
    height: 422px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("../img/dr-molotow/dr-molotow-start_bahn.png");
    background-position: bottom right;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1524px) {
    .wt-site-1 .dr-molotow-content-wrap .main-content-1400 {
        width: 100%
    }
}

@media only screen and (max-width: 1224px) {
    .wt-site-1 .dr-molotow-content {
        top: 60px;
        left: 60px;
        right: 60px;
        bottom: 60px;
        margin-left: 0px;
        width: auto;
        height: auto;
        margin-top: 0px;
    }
    
    .wt-site-1 .dr-molotow-popup-open .dr-molotow-content {
        top: 60px;
    }
}

@media only screen and (max-width: 900px) {
    .wt-site-1 .dr-molotow-content-wrap {
        padding-left: 20%;
    }
    
    .wt-site-1 .dr-molotow-pic {
        width: 20%;
    }
    .wt-site-1 .dr-molotow-pic span.img {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .wt-site-1 .dr-molotow-content-wrap {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .wt-site-1 .dr-molotow-pic {
        left: -20px;
    }
    
    .wt-site-1 .dr-molotow-content .hauptueberschrift h2 {
        font-size: 22px;
        line-height: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .wt-site-1 .dr-molotow-content {
        top: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px;
        margin-left: 0px;
        width: auto;
        height: auto;
        margin-top: 0px;
    }
    
    .wt-site-1 .dr-molotow-content-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .wt-site-1 .dr-molotow-pic {
        left: -10px;
    }
    
    .wt-site-1 .dr-molotow-content .hauptueberschrift h2 {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Dr. MOLOTOW Popup TEMP end */

#mw-cookie {
    display: table;
    width: 82%;
    max-width: 520px;
    position: fixed;
    left: -100%;
    bottom: 20px;
    padding: 12px;
    background-color: white;
    font-size: 0.8rem;
    line-height: 1.2;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    z-index: 999;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
#mw-cookie.mobile-active {
    left: 5%; }
#mw-cookie.desktop {
    left: -600px; }
#mw-cookie.desktop-active {
    left: 20px; }
#mw-cookie .txt {
    padding-right: 10px; }
#mw-cookie .txt, #mw-cookie .button-wrap {
    display: table-cell;
    vertical-align: middle; }
#mw-cookie .txt a, #mw-cookie .txt a:visited, #mw-cookie .button-wrap a, #mw-cookie .button-wrap a:visited {
    color: black;
    text-decoration: underline; }
#mw-cookie .txt p, #mw-cookie .button-wrap p {
    margin-bottom: 0;
    margin-top: 0; }
#mw-cookie .cookie-button {
    display: block;
    padding: 8px 16px;
    float: right;
    text-align: center;
    color: white;
    cursor: pointer;
    background-color: black;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.8) inset;
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.8) inset;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.8) inset; }
#mw-cookie .cookie-button:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8) inset;
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8) inset;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8) inset; }

@media only screen and (min-width: 375px) {
    #mw-cookie .button-wrap {
        width: 90px; } }

.table-responsive {
    width: 100%;
    overflow-x: scroll;
}

.table-responsive table {
    min-width: 600px;
}

.table-responsive table tr {
    border-bottom: 1px solid grey;
}

.table-responsive table tr:last-child {
    border-bottom: none;
}

.table-responsive table tr td {
    padding: 10px;
}

.table-responsive table tr td:first-child {
    padding-left: 0;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 9998 !important;
}