
*{
    margin: 0;
    padding: 0;
    outline: none !important;
}
.sr-only {
    position: absolute;
    left: -9999px;
}

a:-webkit-any-link:focus-visible {
    outline-offset: 1px;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.sortimentnavigation {
    display: none;
}

.aktuelles_liste {
    width: 100%;
    height: 1550px;
    height: 700px;
    border: none;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .aktuelles_liste {

        height: 1250px;

    }
}
@media (max-width: 768px) {
    .aktuelles_liste {

        height: 1250px;

    }
}


body {
    font-size: 1em;
    color:#0b2738;
    font-family: 'Lato', sans-serif !important;
    font-style: normal  !important;
    font-weight: 400;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background:#EDEDED;
}

#savedMessage, #logoutMessage {
    display: none;
    position: absolute;
    left: -9999px;
}

/* Fonts */
h1,
h1.title,
h1.font-title{
    font-weight: 900;
    font-size: 1.875em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    text-align: left;
    color: #0A2738;  
    font-family: 'Lato', sans-serif !important; 
}

h2,
h2.title,
h2.font-title{
    font-weight: 900;
    font-size: 1.875em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    text-align: left;
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
}

h3,
.font-loginform-heading{
    font-size: 1.25em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    font-weight: bold;
    text-align: left;
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
}

h4,
.font-subtitle{
    font-size: 1.25em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    font-weight: bold;
    text-align: left;
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;

}

a,
.font-text a{
    color: #0A2738;
}

.font-text a{
    font-weight: bold;
}

a:hover,
.font-text a:hover{
    color: #0A2738;
}

p,
.font-nra,
.font-loginform,
.font-text,.textbig {
    font-weight: normal;
    /*font-size: 1.25em;
    line-height: 1.2em;
    letter-spacing: 0.01em;*/

    font-size: 1em;
    line-height: 1.188em;
    letter-spacing: 0.01em;

    text-align: left;
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
}

.textsmall{
    font-weight: normal;
    font-size: 0.8em;
    line-height: 0.95em;
    letter-spacing: 0.01em;

    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
}

.font-basket-heading-small {
    font-size: 1em;
    line-height: 0.95em;
}

.font-basket-heading span.font-basket-heading-small {
    white-space: nowrap;
}

/*
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #0A2738;
}
*/

.bg-container {
    background: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
}

form div b:after {
    /*content:"*";*/
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
.changequantity {
    position: relative;
}

.changequantity .plus {
    height: 10px;
    display: block;
    width: 11px;
    background: url(../icons/quant_up.svg) #fff no-repeat center;
    background-size: contain;
    position: absolute;
    right: 8px;
    top: 12px;
    cursor: pointer;
    z-index: 2;
}

.changequantity .minus {
    height: 10px;
    display: block;
    width: 11px;
    background: url(../icons/quant_down.svg) #fff no-repeat center;
    background-size: contain;
    position: absolute;
    right: 8px;
    bottom: 5px;
    cursor: pointer;
    z-index: 2;
}

.productdetail .changequantity .plus, .row.bg-container.basket .changequantity .plus{
    top: 5px;
}

/* General Radio-Buttons Style */
input[type="radio"] {
   /* visibility: hidden;
    width: 20px;
    height: 20px;*/
}

.radio-button-container span {
   /* margin-top: 2px;
    display: inline-block;*/
}

.radio-button-container span::before {
  /*  content: "";
    display: inline-block;
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1px solid #0A273870;
    visibility: visible;
    border-radius: 100%;
    color: white;
    line-height: .75;
    text-align: center;
    top: 1px;*/
}

/*input[type="radio"]::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1px solid #0A273870;
    visibility: visible;
    border-radius: 100%;
    color: white;
    line-height: .75;
    text-align: center;
    top: 1px;
}*/

.radio-button-container span:hover::before {
   /* border-color: black;*/
}

.radio-button-container span.checked::before {
   /* border-color: #0A2738;
    background-color: #0A2738;
    background-image: url("../icons/checkmark_white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;*/
}

/* General Checkbox Style */
input[type="checkbox"] {
   /* visibility: hidden;*/
}
/*
input[type="checkbox"]::before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background-color: white;
    border: 1px solid #0A273870;
    visibility: visible;
    border-radius: 3px;
    color: white;
    line-height: .75;
    position: absolute;
    text-align: center;
}

input[type="checkbox"]:checked::before {
    border-color: #0A2738;
    background-color: #0A2738;
    content: "";
    background-image: url("../icons/checkmark_white.svg");
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center;
}*/
.typecheckbox input {
    margin-right: 5px;
    margin-top: 0px;
}

.typecheckbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.reverse h1,
.reverse h2,
.reverse h3,
.reverse h4,
.reverse .font-loginform,
.reverse .font-loginform-heading,
.reverse .font-subtitle,
.reverse a,
.reverse p,
.reverse .font-text,
.reverse .textsmall,
.reverse .font-nra{
    color: white;
}

.reverse .bg-container{
    background: #0A2738;
}

.navigationwrapper{
    margin: 0 15px 0 -15px !important;
}

.top-navigation .container, .navigationwrapper .container, .content-container, .footer .container, .footer-navigation .container, .bottom-navigation .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.content, .servicecontent, .footerContent, .navi1footer, .rahmen, #topbalken .headercontent {
    max-width: 1440px;
    margin: 0 auto;
}
.top-navigation, .carousel-container, .website-container, .titelrow-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
   
}

.website-container > .content-container > .container-fluid > .row > .col-xs-12 > div:not(:last-of-type) {
    margin-bottom: 20px;
}

.website-container {
    background-color: transparent;
}

/* Sidebar Information */
.sidebarinfo{
    padding: 40px;
    background: white;
    width: 100%;
}

.reverse .sidebarinfo{
    color: white;
    background: #0A2738;
    border-top: 2px solid #F8AF24;
}

.sidebarinfo h4{
    margin-bottom: 20px;
}

/* Header */

.headercontent {
    display: flex;
    width: 1440px;
    background: #fff;
    position: relative;
    z-index: 2;
    padding:40px 40px 28px 40px;
}

header .service {
    background-color: #0b2738;
    height: 50px;
}
header .mobnav {
    display: none;
}
.sprachen li {
    display: inline-block;
    margin-right:15px;
    font-size: 1em;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.sprachen li.active {
    color: #f0a046;
}

.servicecontent .left > div, .servicecontent .sprachen, .servicecontent .right > div{
    display: flex;
}
.servicecontent #navbutton {
    display: none;
}
.servicecontent .left {
    display: flex;
}

.sprachen , .bighomebutton{
    padding-right: 15px;
    border-right: 1px solid #436276;
}

.bighomebutton {
    padding-left: 15px;
}

.sprachen a, .bighomebutton a {
    font-size: 1em;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.sprachen a:hover {
    color:#fff;
}

.sprachen .active a {
    color: #f0a046;
}
.sprachen .active a:hover {
    color: #f0a046;
}

.homebutton a {
    background:url(../icons/home_white.svg) no-repeat center;
    height: 30px;
    width: 25px;
    display: block;
    font-size: 0;
}
.homebutton a:hover {
    background:url(../icons/home_orange.svg) no-repeat center;
}

.homebutton {
    float: left;
    padding: 10px 27px 0 27px;
    margin-right: 30px;
    border-right: 1px solid #436276;
    border-left: 1px solid #436276;
    height: 50px;
}



#topbalken {

    position: relative;
}

#topbalken:before {
    content: '';
    display: block;
    width: 50vw;
    background:#F8AF24;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


#topbalken:after {
    content: '';
    display: block;
    width: 50vw;
    background:#0A2738;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.reverse #topbalken:after {
    background:#000;
}

#logo a {
    font-size:1.875em;
    line-height: 1.333em;
    font-weight: 600;
    color:#0b2738;
}


#logo {
     height: 111px;
 }

#logo img {
   width: 235px;
    height: auto;
}

#logo img.dark {
    display: none !important;
}

.reverse #logo img.white {
    display: none !important;
}

.reverse #logo img.dark {
    display: block !important;
}

#logo p {
    margin: 0;
}

#logo a:hover {
    text-decoration: none;
}

#readspeaker_button2 {
    background: url(../icons/read_white.svg) no-repeat center top 11px;
    background-size: 30px 28px;
    height: 44px;
    width: 85px;
}

#readspeaker_button2:hover {
    background: url(../icons/read_orange.svg) no-repeat center top 11px;
    background-size: 30px 28px;
}

#printbutton {
    background: url(../icons/print_white.svg) no-repeat center;
    background-size: 24px 26px;
    height: 37px;
    width:100%;
}

#printbutton:hover {
    background: url(../icons/print_orange.svg) no-repeat center;
    background-size: 24px 26px;
}



#mailbutton {
    background: url(../icons/share_white.svg) no-repeat center;
    background-size: 26px 20px;
    height: 37px;
    width:100%;
}

#mailbutton:hover {
    background: url(../icons/share_orange.svg) no-repeat center;
    background-size: 26px 20px;
}
#berechnen {
    background: url(../icons/invert_white.svg) no-repeat center;
    background-size: 27px 27px;
    height: 37px;
    width:100%;
}

#berechnen:hover {
    background: url(../icons/invert_orange.svg) no-repeat center;
    background-size: 27px 27px;
}

#berechnen2 {
    background: url(../icons/invert_white.svg) no-repeat center;
    background-size: 27px 27px;
    height: 37px;
    width:100%;
    display: none;
}

#berechnen2:hover {
    background: url(../icons/invert_orange.svg) no-repeat center;
    background-size: 27px 27px;
}

.service button {
    border: none;
    margin: auto;
}


.servicecontent .right > div:not(.tooltip)  {
    width: 85px;
    border-right: 1px solid #436276;
    height: 50px;
    float: left;
    text-align: center;
}

.wrapper .servicecontent .right .fontsize{
    border-left: 1px solid #436276;
    border-right: 1px solid #436276;
    width:128px;
    padding:0 27px;
    height: 50px;
    display: block;
    padding-top: 4px;
}

.fontsize a {
    color:#fff;
    font-weight: 600;
}

.fontsize span {
    display: inline-block;
}

.tx_fontsizer_1 a{
    font-size: 0.8em;
}

.tx_fontsizer_2 a{
    font-size: 1.3em;
}

.tx_fontsizer_3 a{
    font-size: 1.8em;
}

.tx_fontsizer_default, .fontsize a.active {
    color:#f0a046;
}

.fontsize a:hover, .fontsize a.active:hover {
    color: #fff;
}

.wrapper .servicecontent .right .fontsize{
    border-left: 1px solid #436276;
    border-right: 1px solid #436276;
    width:128px;
    padding:0 27px;
    height: 50px;
    display: block;
    padding-top: 4px;
}
.mobnav {
    display: none;
}

#navbutton {
    display: none;
}

#mainnavi {
    flex-grow: 1;
}

.navheader li{
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 17px;
}

.navheader {
    margin: -5px 0 40px 110px;
}

.navheader li a{ 
    font-size: 1.25em;
    line-height: 1.5em;
    color:#0b2738;
    font-weight:700;
    letter-spacing: 0.02em;
    position: relative;
}

.navheader li a.active:before {
   content:'';
   display: block;
   height: 3px;
   background-color: #f0a046;
   width: 100%;
   position: absolute;
    top: -11px;
}

.subnav {
    display: none;
}

.serviceicons .button{
    background: #EDEDED;
    color:#0A2738;
    font-weight:700;
    font-size:20px;
    line-height:40px;
    padding:0 30px;
    display: inline-block;
    margin-right:44px;
    width: auto;
    border: none;
    height: 40px;
    position: absolute;
    bottom: 38px;
    right: 0;
}

.serviceicons {
    display: flex;
    margin-top: -3px;
}

.serviceicons .searchwrapper, .serviceicons .myaccount, .serviceicons .basket{
    margin-top: 6px;
}

.searchwrapper {
    position: relative;
}

.serviceicons .searchwrapper form span{
    right: 15px;
    height: 25px;
    width: 25px;
    top: calc(50% - 15px);
    margin: 0;
}

.serviceicons .searchwrapper form span input{
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    background: url(../icons/suche.svg) no-repeat center;
    background-size: 20px;
}

.serviceicons .searchwrapper form span::before{
    display: none;
}

input.searchfield{
    height: 40px !important;
    border: 1px solid #0A2738;
    margin-top: -6px !important;
    text-align: left;
    font-family: 'Lato', sans-serif !important;
    font-weight: normal;
    font-size: 1.25em !important;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    margin: 0;
    color: #0A2738;
}

.serviceicons .button:hover, .serviceicons .button:active {
    color: #0A2738;
}

.serviceicons  .searchopen{
    height: 27px;
    width: 27px;
    background:url(../icons/suche.svg) no-repeat center ;
    border:none; 
}

#searchhelptext{
    margin-top: 20px;
}

.icon.user, .icon.user:hover, 
.icon.user:hover, a:hover .icon.user, .dropdown-toggle:hover .icon.user{
    background:url(../icons/user.svg) no-repeat center !important;
    cursor: pointer;
}

.icon.basket-add, .icon.basket-add:hover, 
.icon.basket-add:hover, a:hover .icon.basket-add, .dropdown-toggle:hover .icon.basket-add {
    background:url(../icons/warenkorb.svg) no-repeat center !important;
}

.icon.basket-add .number-icon{
    min-width: 1.5em;
    left: -5px;
    top: -4px;
    background-color: #F8AF24;
    color: #0A2738;
}

.myaccount{
    margin: 6px 15px 0 15px;
}

.myaccount .dropdown-toggle::after {
    display:none;
}

.dropdown {
    position: relative;
}

.myaccount .dropdown-toggle{
    cursor: pointer;
}

.myaccount .dropdown-menu{
    margin-top: 10px;
    border-top: none;
    border-radius: 0;
    width: 220px;
    right: -95px !important;
    background-color: #ffffff;
    left: inherit !important;
}

.reverse .myaccount .dropdown-menu{
    background-color: #436276;
}

.myaccount .dropdown-menu a {
    font-size: 20px;
    line-height: 27px;
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
}

.reverse .myaccount .dropdown-menu a {
    color: white;
}

.myaccount .dropdown-menu a:hover {
    color: #0A2738;
    background-color: white;
}

.reverse .myaccount .dropdown-menu a:hover {
    color: #0A2738;
    background-color: #436276;
}

.reverse .myaccount .dropdown-menu a:hover {
    color: white;
}

.myaccount .dropdown-menu a .icon{
    display: none;
}

.dropdown-menu.pull-right{
    right: 0;
    left: auto;
}

.pull-right {
    float: right !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.serviceicons  form{
    display: none;
    position: absolute;
    right: 0;
}

.tx-fontsizer-pi1 {
    margin-top:5px;
}

/* Slider */
.sliderstart {
    position: relative;
}
.sliderstart img {
    width: 100%;
}

.slidertext {
    background:#F8AF24;
    color: #0A2738;
    position: absolute;
    left:0;
    bottom:40px;
    width: 440px;
    padding:0 40px 30px 40px
}

.reverse .slidertext p{
    color: white;
}

.slidertext p {
    font-size: 1.875em;
    letter-spacing: 0.03em;
    line-height: 1.2em;
    font-weight: 900;
    padding: 20px 0 30px 0;
    margin: 0;
}

.slidertext a {
    background: #0A2738;
    color:#fff;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 40px;
    padding:0 40px;

    display: inline-block;
}

.slidertext a:hover {
    text-decoration: none;
}

.sliderwrapper.slick-slider{
    margin-right: -15px;
    margin-left: -15px;
    background-color: transparent;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
    transform: rotate(180deg);
}

.sliderwrapper .slick-prev,
.sliderwrapper .slick-next{
    position: absolute;
    top: calc(50% - 20px);
    z-index: 100;
    
    width: 40px;
    height: 40px;

    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: transparent;

    border: none;
    outline: none;

    background: url('../icons/arrow_right_slider.svg');
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
/*
.sliderwrapper .slick-prev::before,
.sliderwrapper .slick-next::before{
    left: 0;
}

*/


.reverse .tooltip > .tooltip-inner {
    background-color: #fff; 
    color:#1a3647;
}

.reverse .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.reverse .bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fff;
}

.tooltip > .tooltip-inner {
    background-color: #436276; 
    opacity: 1;
    border-radius: 0;
    padding:5px 10px;
   
    
}

.reverse .tooltip > .tooltip-inner {
    background-color: #fff; 
    
}
.tooltip.top .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #436276;
  }
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #436276;
  }

.fontsize .tooltip > .tooltip-inner{
    width: 150px;
}

.tooltip.in {
    opacity: 1;
    font-size: 0.9em;
    border: none;
    top:43px !important;
  
  }
.vorlesen .tooltip.in {

    top:49px !important;
  
}

.tooltip-main {
    border-radius: 0;
}
.reverse .tooltip.top .tooltip-arrow {
    border-bottom-color: #fff;
  }
  .reverse  .tooltip.bottom .tooltip-arrow {

    border-bottom-color: #fff;
  }



  #readspeaker_button2 {
    background: url(../icons/read_white.svg) no-repeat center top 11px;
    background-size: 30px 28px;
    height: 44px;
    width: 85px;
}

#readspeaker_button2:hover {
    background: url(../icons/read_orange.svg) no-repeat center top 11px;
    background-size: 30px 28px;
}

#readspeaker_button2 .rsbtn_left {
    display: none !important;
}

#readspeaker_button2:hover .rsbtn_left{
    display: block !important;
}

#readspeaker_button2 .rs_addtools .rsbtn_play, #readspeaker_button2 .rsbtn .rsbtn_play {
    height:50px !important;
}

#readspeaker_button2 .rsbtn_label, #readspeaker_button2 .rsbtn_left{
    text-align: center;
    background: #436276;
    color: #fff;
    padding: 0 !important;
    width: 100%;
    display: block;
    position: relative !important;
    font-family: 'Public Sans';
    font-style: normal !important;
    font-size: 15px;
    line-height: 29px;
    height: 29px;
    font-weight: normal;
}
#readspeaker_button2 .rsbtn_left {
    margin-top: 50px;
}


#readspeaker_button2 .rsbtn_label:before {
    border-bottom-color: #436276;
    content:'';
    display: block;
    position: absolute;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #436276 transparent;
    top: -7px;
    width: 7px;
    height: 7px;
    left: calc(50% - 7px);
}


#readspeaker_button2.rsbtn .rsbtn_exp {
    height: auto !important;
}

#readspeaker_button2 .rsbtn_play {
    width: 100%;
    height: 50px !important;
}  


.rsbtn_tooltoggle .rsicn.rsicn-arrow-down, .rsbtn_right.rsimg.rsplay.rspart, .rs_addtools .rsbtn_tooltoggle, .rsbtn .rsbtn_tooltoggle{
    display: none !important;
    z-index: -10 !important;
    opacity: 0;
}

.rs_addtools .rsbtn_play .rsbtn_left, .rsbtn .rsbtn_play .rsbtn_left {
    margin-left: 0 !important;
}

.rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text::before, .rsbtn .rsbtn_play .rsbtn_left .rsbtn_text::before {
   display: none;
}

.rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text span, .rsbtn .rsbtn_play .rsbtn_left .rsbtn_text span {
    background:url(../icons/read_darkblue.svg) no-repeat ;
    padding-left: 36px !important;
}

.reverse .rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text span, .reverse .rsbtn .rsbtn_play .rsbtn_left .rsbtn_text span {
    background:url(../icons/read_white.svg) no-repeat ;
    color: #fff;
}

.rs_addtools .rsbtn_play, .rsbtn .rsbtn_play {
    background: none !important;
    border: none !important;
}


/* Size */
.productdetail .data {
    font-size: 1em;
}
.breadcrumb {
    font-size: 1em;
}
.productdetail {
    font-size: 1em;

}

.font-mainnav {
    font-size: 1em;
}

.size3 .navheader {
    margin: 24px 0 0 25px;
}

.size3 .servicecontent .right .fontsize {

    padding: 0 12px;
}

.size2 .productdetail .quantity-container .col-xs-4 input {
    font-size: 24px;
}

.size2 .footerspecial .col-sm-6, .size3 .footerspecial .col-sm-6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.size2 .tx-fontsizer-pi1, .size3 .tx-fontsizer-pi1 {
    margin-top:0px;
}


.size2 .servicecontent .right .fontsize {
    margin-top: -3px;
}

.size3 .servicecontent .right .fontsize {
    margin-top: -7px;
    width: 133px;
}

 .size2 .tx_fontsizer_default, .size3 .tx_fontsizer_default{
    color: #fff;
}
.size2 .fontsizer_bigger_1 {
    color: #f0a046;
}

.size3 .fontsizer_bigger_2{
    color: #f0a046;
}

.size2 .fontsize, .size3 .fontsize{
    height: 54px !important;
}

/* Reverse */
.reverse .service {
    background-color: #436276;
}


.reverse .homebutton, .reverse .sprachen, .reverse .servicecontent .right > div {
    border-right: 1px solid #0b2738;
}
.reverse .servicecontent .right .fontsize{
    border: none;
}

.reverse .servicecontent .right .fontsize{
    border-left: 1px solid #0b2738;
    border-right: 1px solid #0b2738;
}

.reverse #topbalken, .reverse .wrapper.contenu {
    background:#0b2738;
    color: #fff;
}

.reverse #logo a, .reverse .footernavi a {
    color: #fff;
}

.reverse .footer .container .element-content p {
    color: #fff;
} 

.reverse .navheader li a {
    color: #fff;
}

.reverse .headercontent {
    background: #0b2738;
    color: #fff;
}

.reverse .serviceicons  .searchopen{
    background:url(../icons/suche_weiss.svg) no-repeat center ;
}

.reverse .icon.user, .reverse .icon.user:hover, 
.reverse .icon.user:hover, .reverse a:hover .icon.user, .reverse .dropdown-toggle:hover .icon.user{
    background:url(../icons/user_weiss.svg) no-repeat center !important;
    cursor: pointer;
}

.reverse .icon.basket-add, .reverse .icon.basket-add:hover, 
.reverse .icon.basket-add:hover, .reverse a:hover .icon.basket-add, .reverse .dropdown-toggle:hover .icon.basket-add {
    background:url(../icons/warenkorb_weiss.svg) no-repeat center !important;
}

.reverse .slidertext {
    background:#0A2738;
    color: #fff;
}

.reverse .slidertext a {
    background: #F8AF24;
    color:#0A2738;
}

/* Headermeldung */
.headermeldung{
    background-color: white;
    display: flex;
    flex-direction: column;
}

.headermeldung h2{
    padding: 40px 40px 0 40px;
    margin: 0;
}

.headermeldung p{
    padding: 20px 40px 40px;
    margin: 0;
}

.reverse .headermeldung{
    background-color: #0A2738;
}

.reverse .headermeldung h2,
.reverse .headermeldung p{
    color: white;
}

/* news */
.news{
    background-color: white;
    padding: 35px 40px 60px 40px;
}

.news .col-sm-12{
    margin-right: -15px;
    margin-left: -15px;
}

.news .col-sm-12 .col-sm-4{
    margin-bottom: 0;
}

.news .titel{
    position: absolute;
    background: #F8AF24;
    top: 20px;
    padding: 8px 20px;

    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    text-align: left;
}

.news .newsbild img{
    width: 100%;
    height: auto;
    border: 5px solid #F8AF24;
}

.news .teaser-text{
    padding-top: 10px;
}

.news .teaser-text .datum{
    margin-bottom: 12px;
    font-size: 1.25em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
}

.news .teaser-text h2{
    margin-bottom: 20px;
}

.news .teaser-text p{
    margin-bottom: 40px;
    font-size: 1.25em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
}

.news .teaser-text a.button{
    background: #EDEDED;
    border: none;

    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    color: #0A2738;

    padding: 8px 38px;
    max-width: 220px;
}

.reverse .news{
    background-color: #0A2738;
}

.reverse .news .titel{
    background: white;
    color: #0A2738;
}

.reverse .news .newsbild img{
    border: 5px solid white;
}

.reverse .news .teaser-text,
.reverse .news .teaser-text .datum,
.reverse .news .teaser-text h2,
.reverse .news .teaser-text p{
    color: white;
}

.reverse .news .teaser-text a.button{
    background: #436276;
    color: white;
}

/* Kategorie */
.panel-hierarchy-image {
    height: 200px;
    background-size: cover;
    background-position: center;
}
.reverse .hierarchyblock-panel-container {
    background: transparent;
}

/* Neuheiten Produktliste */
.productlist{
    margin-right: -15px;
    margin-left: -15px;
    background-color: white;
    padding: 20px 40px;
}

.productlist h2{
    margin-top: 30px;
    margin-bottom: 30px;
}

.productlist .row{
    margin-right: 0;
    margin-left: 0;
    flex-wrap: wrap;
    gap: 20px;
}

.productlist .row::before{
    content: none;
}

.productlist .row::after{
    content: none;
    
}

.productlist .product_item{
    border: 1px solid #F8AF24;
    padding: 20px 20px 30px 20px;

}

.productlist .col-sm-3.product_item{
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
}

.productlist .product_item .panel-container .new{
    position: absolute;
    background: #F8AF24;
    top: 20px;
    left: 0;
    padding: 8px 20px;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    text-align: left;
    color: #0A2738;
}

.productlist .product_item .panel-container .panel{
    padding: 0;
    background-color: transparent;
    color: #0A2738;
    border: none;
    box-shadow: none;
    margin-top: 20px;
}

.productlist .product_item .panel-container .panel-image{
    height: 220px !important;
    padding-bottom: 0 !important;
    background-size: contain;
    background-position: top center;
}

.productlist .product_item .panel-container .panel a{
    text-decoration: none !important;
}

.productlist .product_item .panel-container .panel .panel-title{
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    text-align: left;
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;

    min-height: 120px;
}

.productlist .product_item .panel-container .panel .panel-price-container{
    padding: 0;
    display: grid;
    grid-template-columns: 1fr auto;
}

.productlist .product_item .panel-container .panel .panel-price-container .product-price{
    /*font: normal normal 900 20px/19px Lato;
    letter-spacing: 0.2px;*/

    font-weight: 900;
    font-size: 1.25em;
    line-height: 0.95em;
    letter-spacing: 0.01em;
    white-space: nowrap;
    color: #0A2738;
    padding-right: 5px;
    margin-bottom: 10px;
    grid-row: 1;
    grid-column: 1;
}

.productlist .product_item .panel-container .panel .panel-price-container .product-unit{
    /*font: normal normal normal 16px/19px Lato;
    letter-spacing: 0.16px;*/

    font-weight: normal;
    font-size: 1em;
    line-height: 1.188em;
    letter-spacing: 0.01em;
    white-space: nowrap;
    color: #0A2738;
    grid-row: 1;
    grid-column: 2;
}

.productlist .product_item .panel-container .panel .panel-price-container .mwst{
    /*font: normal normal normal 16px/19px Lato;
    letter-spacing: 0.16px;*/

    font-weight: normal;
    font-size: 1em;
    line-height: 1.188em;
    letter-spacing: 0.01em;

    color: #0A2738;
    grid-row: 2;
    grid-column: 1;
    margin-bottom: 10px;
}

.productlist .product_item .panel-container .panel .quantity-container-row{
    margin-left: -15px;
    margin-right: -15px;
}

.productlist .product_item .panel-container .panel .quantity-container-row form{
    width: 100%;
}

.productlist .product_item .panel-container .panel .quantity-container{
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    height: unset;
    max-width: 100%;

    justify-content: space-between;
    display: flex;
}

.productlist .product_item .panel-container .panel .quantity-container .col-xs-8{
    width: 35%;
}


.productlist .product_item .panel-container .panel .quantity-container .col-xs-8 input{
    height: 40px;
    border: 1px solid #0A2738;

    text-align: left;
    /*font: normal normal normal 20px/30px Lato;
    letter-spacing: 0.2px;*/

    font-family: 'Lato', sans-serif !important;
    font-weight: normal;
    /*font-size: 1.25em;*/
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 0.01em;

    color: #0A2738;
}

.productlist .product_item .panel-container .panel .quantity-container .col-xs-4{
    width: 55%;
}

.productlist .product_item .panel-container .panel .quantity-container .col-xs-4 input{
    background: url(../icons/warenkorb_weiss.svg) #0A2738 no-repeat center !important;
    background-size: 25px 25px !important;
    height: 40px;
}

.reverse .productlist{
    color: white;
    background-color: #0A2738;
}

.reverse .productlist h2{
    color: white;
}

.reverse .productlist .product_item{
    border: 1px solid white;
}

.reverse .productlist .product_item .panel-container{
    background-color: #0A2738;
}

.reverse .productlist .product_item .panel-container .new{
    background: white;
    color: #0A2738;
}

.reverse .productlist .product_item .panel-container .panel{
    color: white;
    background: #0A2738;
}

.reverse .productlist .product_item .panel-container .panel .panel-title,
.reverse .productlist .product_item .panel-container .panel .panel-price-container .product-price,
.reverse .productlist .product_item .panel-container .panel .panel-price-container .product-unit,
.reverse .productlist .product_item .panel-container .panel .panel-price-container .mwst{
    color: white;
}

.reverse .productlist .product_item .panel-container .panel .quantity-container{
    color: #0A2738;
    background-color: transparent;
}


.reverse .productlist .product_item .panel-container .panel .quantity-container .col-xs-8 input{
    border: 1px solid #0A2738;
    color: #0A2738;
}

.reverse .productlist .product_item .panel-container .panel .quantity-container .col-xs-4 input{
    background: url(../icons/warenkorb_weiss.svg) #436276 no-repeat center !important;
    background-size: 25px 25px !important;
    height: 40px;
}

/* Footer */

.footer .font-text p {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.5em;
}

.footer .footerLogos img:nth-child(1)  {
    width: 55px;
    height: auto;
}
.footer .footerLogos img:nth-child(2)  {
    width: 85px;
    height: auto;
}

.footer .footerLogos {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer {
    padding-top: 40px;
    margin-top: 0px;
    padding-bottom: 40px;
}

.footer .container{
    padding: 0 40px;
}

.footer .container h4{
    margin-bottom: 1em;
}

.footer .container b {
    font-weight: 600;
}

.footer .element-content {
    padding-top: 0px;
}

.footer .container .element-content p{
    font-weight: 300;
    font-size: 1.25em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    text-align: left;
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
    padding-top: 0;
}

.footer .container .element-content a{
    color: #0A2738;
}

.footer .container .element-content a {
    font-weight: 300;
}

.footer .container .font-text ul li a{
    font-weight: 300;
    font-size: 1.25em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    text-align: left;
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
    text-decoration: none;
}

.footer .container .font-text ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.reverse .footer{
    background: #0A2738;
}

.reverse .footer .container h4,
.reverse .footer .container .element-content,
.reverse .footer .container .element-content a,
.reverse .footer .container .font-text ul li a{
    color: white;
}

/* Impressum */
.einzug{
    padding: 35px 8.6% 60px 8.6% !important;
    background-color: white;
    margin-left: -15px;
    margin-right: -15px;
}

.reverse .einzug{
    background-color: #0A2738;
}

.einzug h1{
    margin-left: -8.6% !important;
    /*padding-left: 40px;*/
    padding-left: 28px;
}

/*.impressum, .agb, .sitemap, .faq {
    background-color: white;
    padding: 35px 40px 60px 40px;
    margin-left: -15px;
    margin-right: -15px;
}*/

.impressum a, .agb a, .sitemap a, .faq a{
    color: #0A2738;
}

.reverse .impressum a, .reverse .agb a, .reverse .sitemap a, .reverse .faq a{
    color: white;
}

.impressum li, .agb li, .sitemap li, .faq li{
    margin-left: 20px;
}

.reverse .impressum, .reverse .agb, .reverse .sitemap, .reverse .faq{
    background-color: #0A2738;
    color: white;
}

/* Kontaktseite */
.contentneu{
    display: block !important;
    border: 2px solid #f9b537;
    background-color: #fff;
}

.reverse .contentneu{
    background-color:  #0A2738;
}

.kontaktstart {
    padding: 35px 40px 60px 40px;
    margin-left: -15px;
    margin-right: -15px;
}

.kontaktstart h2 {
    background-color: #f8af24;
    width: 23%;
    padding-left: 40px;
    background-image: none;
    left: 0;
    margin-left: -40px;
    height: auto;
    margin-top: 0;

    font-weight: 900;
    font-size: 1.875em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    text-align: left;
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;

    margin-bottom: 20px;
}

.reverse .kontaktstart h2{
    color: white;
}

.kontaktstart a {
    color: #0A2738;
}

.reverse .kontaktstart a{
    color: white;
}

.contentneu .columns {
    padding-left: 0px;
    margin-bottom: 20px;
}

.three, .row .three {
    width: 50%;
}

.kontaktstart {
    display: block !important;
}

.column, .columns {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    position: relative;

    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    text-align: left;
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
}

.reverse .column, .reverse .columns{
    color: white;
}

/* Preislisten Seite */
/*.preisliste{
    background-color: white;
    padding: 35px 40px 60px 40px;
    margin-left: -15px;
    margin-right: -15px;
}*/

.preisliste li{
    margin-left: 20px;
}

.preisliste a{
    color: #0A2738;
}

.reverse .preisliste a{
    color: white;
}

.reverse .preisliste{
    background-color: #0A2738;
    color: white;
}

/* Newsletter Seite */
form[name="kontakt"] .impressum{
    padding: 35px 40px 0 40px;
}
form[name="kontakt"] .impressum h1{
    margin-bottom: 15px;
}
form[name="kontakt"] .impressum ul{
    margin-top: 15px;
}
form[name="kontakt"] .impressum li{
    margin-left: 20px;
}

form[name="kontakt"] .contact-form{
    max-width: unset !important;
    margin: 0 !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 0 8.6% 40px !important;
    background-color: white;
}

.reverse form[name="kontakt"] .contact-form{
    background-color: #0A2738;
}


form[name="kontakt"] .contact-form .col-sm-6 .input-wrapper{
    margin-bottom: 15px;
}

form[name="kontakt"] .contact-form .button {
    background: #EDEDED;
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    color: #0A2738;
    padding: 8px 38px;
    max-width: 220px;
    margin-top: 20px;
}

.reverse form[name="kontakt"] .contact-form .button {
    background: #436276;
    color: white;
    border-radius: 0;
}

form[name="kontakt"] .contact-form label{
    color: #0A2738;
}

.reverse form[name="kontakt"] .contact-form label{
    color: white;
}

form[name="kontakt"] .contact-form input{
    height: 40px;
    border: 1px solid #0A2738;
    text-align: left;
    font-family: 'Lato', sans-serif !important;
    font-weight: normal;
    /* font-size: 1.25em; */
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    margin: 0;
    color: #0A2738;
    border-radius: 0;
}

.navigationwrapper .font-mainnav{
    max-width: 330px;
    width: 100%;
    background: #0A2738;
    margin: 0 !important;
    position: relative;
}

.navigationwrapper .font-mainnav.active{
    background: #f0a046;
}

.navigationwrapper .font-mainnav span{
    position: absolute;
    background: url(../icons/arrow_down_white.svg) no-repeat center !important;
    background-size: 21px 12px !important;
    width: 21px;
    height: 12px;
    right: 20px;
    top: 14px;
}

.navigationwrapper .font-mainnav.active span{
    background: url(../icons/arrow_up_blue.svg) no-repeat center !important;
    background-size: 21px 12px !important;
}

.navigationwrapper .font-mainnav:not(:last-of-type){
    border-bottom: 2px solid #F8AF24;
}

.navigationwrapper .font-mainnav a{
    color: white !important;
    font-size: 1.25em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    font-family: 'Lato', sans-serif !important;
    padding: 8px 47px 8px 20px;
    display: block;
    height: auto;
    font-weight: 700;
}
.navigationwrapper .submenulink a{
    font-weight: 400;
}
.submenulink.active a{
    font-weight: 700;
}

.navigationwrapper .font-mainnav.active > a{
    color: #0A2738 !important;
}

.navigationwrapper .font-mainnav .submenu{
    background-color: white;
    padding: 20px 40px;
    display: none;
}

.navigationwrapper .font-mainnav .submenu ul{
    list-style-type: none;
}

.navigationwrapper .font-mainnav .submenu a{
    color: #0A2738 !important;
    padding: 0;
    margin-bottom: 10px;
}


/* Detailseite */
.productdetail{
    padding: 20px 40px 40px;
    margin-right: -15px;
    margin-left: -15px;
}

.reverse .productdetail{
    background: #0A2738;
}

.productdetail > .breadcrumb{
    background-color: white;
    padding: 0;
    margin: 0 0 30px 0;
}

.reverse .productdetail > .breadcrumb{
    color: white;
    background-color: #0A2738;
}

.productdetail > .breadcrumb .breadcrumb{
    background-color: white;
    padding: 0;
    margin-bottom: 0;
    align-items: baseline;
    color: #0A2738;
}

.reverse .productdetail > .breadcrumb .breadcrumb{
    color: white;
    background-color: #0A2738;
}

.productdetail > .breadcrumb .breadcrumb a{
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    text-align: left;
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
    padding-right: 10px;
}

.reverse .productdetail > .breadcrumb .breadcrumb a{
    color: white;
}

.productdetail > .breadcrumb .breadcrumb a:not(:first-of-type){
    padding-left: 10px;
}

.productdetail > .breadcrumb .breadcrumb a:last-of-type{
    font-weight: 900;
}

.productdetail > .breadcrumb > div:nth-of-type(1){
    flex: 0 0 100%;
    max-width: 100%;
}

.productdetail > .breadcrumb > div:nth-of-type(2){
    display: none;
}

.productdetail .productimage{
    flex: 0 0 440px;
    max-width: 440px;
    width: 100%;
}

.productdetail .productinfo{
    flex: 0 0 440px;
    max-width: 440px;
    width: 100%;
    margin-left: auto;
}

.productdetail .productinfo h1{
    font-weight: 900;
    font-size: 1.875em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    text-align: left;
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
}

.reverse .productdetail .productinfo h1{
    color: white;
}

.productdetailtext{
    padding: 64px 40px 40px;
}

.productdetailtext a{
    text-decoration: underline;
}

.productdetailtext > .col-sm-5{
    flex: 0 0 440px;
    max-width: 440px;
    width: 100%;
    padding: 0;
}
.productdetailtext > .col-sm-6{
    flex: 0 0 440px;
    max-width: 440px;
    width: 100%;
    margin-left: auto;
    padding: 0;
}

.productdetailtext h3{
    margin-bottom: 15px;
}

.productdetailtext .font-text span{
    font-weight: normal;

    font-size: 1em !important;
    line-height: 1.188em;
    letter-spacing: 0.01em;

    text-align: left;
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
}

.reverse .productdetailtext .font-text span{
    color: white;
}


.productdetail .productinfo .price{
    /*font: normal normal 900 20px/19px Lato;
    letter-spacing: 0.2px;*/

    font-weight: 900;
    font-size: 1.25em;
    line-height: 0.95em;
    letter-spacing: 0.01em;
    font-family: 'Lato', sans-serif !important;

    color: #0A2738;
}

.reverse .productdetail .productinfo .price{
    color: white;
}

.productdetail .productinfo .unit{
    /*font: normal normal normal 16px/19px Lato;
    letter-spacing: 0.16px;*/

    font-weight: normal;
    font-size: 1em;
    line-height: 1.188em;
    letter-spacing: 0.01em;
    font-family: 'Lato', sans-serif !important;

    color: #0A2738;
}

.reverse .productdetail .productinfo .unit{
    color: white;
}


.productdetail .productinfo .row .data{
    /*font: normal normal normal 16px/19px Lato;
    letter-spacing: 0.16px;*/

    font-weight: normal;
    font-size: 1em;
    line-height: 1.188em;
    letter-spacing: 0.01em;
    font-family: 'Lato', sans-serif !important;

    color: #0A2738;
    margin-bottom: 10px;
}

.reverse .productdetail .productinfo .row .data{
    color: white;
}

.productdetail .product-adding-container{
    max-width: 100%;
    margin-top: 20px;
}

.productdetail .quantity-container{
    width: 100%;
}

.productdetail .quantity-container{
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    height: unset;
    max-width: 100%;

    justify-content: space-between;
    display: flex;
}

.reverse .productdetail .quantity-container{
    color: white;
}

.productdetail .quantity-container .col-xs-8{
    width: 23%;
    padding: 0;
}


.productdetail .quantity-container .col-xs-8 input{
    height: 40px;
    border: 1px solid #0A2738;

    text-align: left;
    /*font: normal normal normal 20px/30px Lato;
    letter-spacing: 0.2px;*/

    font-family: 'Lato', sans-serif !important;
    font-weight: normal;
    /*font-size: 1.25em;*/
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    margin: 0;

    color: #0A2738;
}

.productdetail .quantity-container .col-xs-4{
    width: 72%;
    padding: 0;
}

.productdetail .quantity-container .col-xs-4 input{
    background: url(../icons/warenkorb_weiss.svg) #0A2738 no-repeat center right 10px !important;
    background-size: 25px 25px !important;
    height: 40px;
    margin: 0;
    font-family: 'Lato', sans-serif !important;
    font-style: normal !important;
    color: #fff;
    text-align: left;
    padding: 0 10px;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    font-weight: 700;
}

.reverse .productdetail .quantity-container .col-xs-4 input{
    background: url(../icons/warenkorb_weiss.svg) #436276 no-repeat center right 10px !important;
    background-size: 25px 25px !important;
}

.productdetail .productimage #productdetail-picture-container-row{
    margin: 0;
}

.productdetail .productimage .productdetail-picture-container{
    padding: 0;
    max-height: 350px;
    height: auto;
}

.productdetail .productimage .new{
    position: absolute;
    background: #F8AF24;
    top: 20px;
    left: 0;
    padding: 8px 20px;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    text-align: left;
    color: #0A2738;
}

.reverse .productdetail .productimage .new{
    background: white;
    color: #0A2738;
}

.zubehoer{
    margin-bottom: 0 !important;
    padding: 64px 40px 0 40px;
    height: 195px;
}

.variantenzubehoer {

    margin:44px -15px 45px -15px !important;
}

#accessoryProductsTab .product_item {
    flex: 0 0 calc(33.333333% - 14px);
    max-width: calc(33.333333% - 14px);
}

.nav-tabs > li.active > a{
    border-radius: 0;
}

.reverse .zubehoer h3{
    color: #0A2738;
}

.zubehoer > div{
    padding: 0;
}

.tab-content-container{
    display: none;
}

.tab-content-container #accessoryProductsTab .product_item{
    flex: 0 0 calc(33.333333% - 14px);
    max-width: calc(33.333333% - 14px);
}

/* Übersicht seite */
.start{
    padding: 20px 40px 60px 40px;
    background-color: white;
}

.reverse .start{
    background-color: #0A2738;
}

.start .hidden-xs,
.start .hidden-xs > .row{
    margin: 0 !important;
}

.start h1{
    font-weight: 900;
    font-size: 1.875em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    text-align: left;
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
    margin-bottom: 0;
}

.reverse .start h1{
    color: white;
}

.start .productlist{
    padding: 0;
    margin: 0;
   /* justify-content: space-between;*/
    gap: 30px 30px;
    display: grid;
    grid-template-columns: calc(33% - 15px) calc(33% - 15px) calc(33% - 15px);
}

.start .productlist::before{
    display: none;
}

.start .breadcrumb{
    background-color: white;
    padding: 0;
    margin: 0 0 30px 0;
    align-items: baseline;
    color: #0A2738;
}

.reverse .start .breadcrumb{
    background: #0A2738;
    color: white;
}

.start .breadcrumb a{
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    text-align: left;
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
    padding-right: 10px;
}

.reverse .start .breadcrumb a{
    color: white;
}

.start .breadcrumb a:not(:first-of-type){
    padding-left: 10px;
}

.start .breadcrumb a:last-of-type{
    font-weight: 900;
}

.start .productlist .productlist-loadmorebutton-container .button{
    background: #EDEDED;
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    color: #0A2738;
    padding: 8px 38px;
}

.reverse .start .productlist .productlist-loadmorebutton-container .button{
    background: #436276;
    color: white;
}

.start .productlist .product_item{
   /* flex: 0 0 calc(33.333333% - 14px);*/
    max-width: 100%;
}


.start .gutter-4{
    margin: 0;
}
/*
.start .gutter-4 .hierarchyblock{
    border: 1px solid #F8AF24;
    margin-bottom: 20px;
    flex: 0 0 calc(33.333333% - 14px);
    max-width: calc(33.333333% - 14px);
}

.start .gutter-4::before{
    display: none;
}
*/
#inhalt .hierarchylist {
    margin: 0 -15px;
}

#inhalt .hierarchylist .hierarchyblock {
    padding-right: 15px;
    padding-left: 15px;
}

.hierarchyblock a {
    height: auto;
    color: #0A2738;
}

.hierarchyblock-panel.noimage {
    height: 100%;
}

.hierarchyblock-panel.noimage .panel-hierarchy-title, .hierarchyblock-panel.noimage .panel-hierarchy-title a {
    height: 100%;
}
.hierarchyblock-panel.noimage .panel-hierarchy-title a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reverse .hierarchyblock a {
    color: #fff;
}

/* Loginform */

input.textfield,
input.quantityinput,
select{
    height: 40px !important;
    border: 1px solid #0A2738;
    text-align: left;
    font-family: 'Lato', sans-serif !important;
    font-weight: normal;
    font-size: 1.25em !important;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    margin: 0;
    color: #0A2738;
}

.loginform a{
    color: #0A2738;
}

.loginform a:hover{
    color: #0A2738;
}

.loginform #shopperloginform .row:nth-last-of-type(2) > div{
    margin-right: auto;
    margin-left: 0;
}

.loginform #shopperloginform .row:last-of-type > div{
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
}

.loginform #newaccount .button{
    margin-top: 20px;
}



input.historysortbutton{
    font-size: 1.25em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    font-weight: bold;
    text-align: left;
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
}

.historyoverviewline div{
    font-weight: normal;
    font-size: 1em;
    line-height: 1.188em;
    letter-spacing: 0.01em;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
}

.historysortbutton:hover {
    color: #0A2738;
    background: none;
    border: none;
    cursor: pointer;
}

.historyoverviewline:hover {
    padding-top: 5px;
    padding-bottom: 5px;
}

form[name="OrderDetailForm"] .button{
    border: none;
}

.icon.print {
    position: absolute;
    right: 0;
}

input.button,
.createaccountbutton, 
input.button.delete, 
a.backbutton,
a.menu.button,
.search.button, .createaddressbutton, .font-loginform a.button, a.button{
    background: #0A2738;
    height: 40px;
    font-size: 1.25em !important;
    line-height: 40px !important;
    margin: 0;
    border-radius: 0;
    color: white;
    font-family: 'Lato', sans-serif !important;
    font-weight: 700;
    border: none;
    padding: 0 !important;
    text-align: center !important;
    display: inline-block;
    padding: 0 20px !important;
    width: auto;
}

.godetail.button {
    width: 100%  !important;
    margin-top: 7.5px  !important;
}

a.button:hover {
    color: white; 
}

input.button.delete {
    background:red ;
}
.createaddressbutton {
    margin-top: 20px !important;
}


.basket-action-button-container input.button{
    background-color: #0A2738 !important;
    height: 40px;
    font-size: 1.25em !important;
    line-height: 1.5em;
    margin: 0;
    border-radius: 0;
    color: white;
    border: none;
    /*padding: 0 !important;*/
    padding: 0 10px !important;
    text-align: center !important;
    font-family: 'Lato', sans-serif !important;
}

.createaccountbutton,
a.backbutton,
a.menu.button{
    /*padding-top: 5px !important;*/
}

.reverse input.button,
.reverse .createaccountbutton,
.reverse input.button.delete,
.reverse .backbutton
.reverse .search.button{
    background: #436276;
    color: white;
}

.reverse .basket-action-button-container input.button{
    background-color: #436276 !important;
    color: white;
}

input.button:hover,
.createaccountbutton:hover,
input.button.delete:hover,
.backbutton:hover
.search.button:hover{
    background: #0A2738;
    background-image: none !important;
    color: white;
}

.reverse input.button:hover,
.reverse .createaccountbutton:hover,
.reverse input.button.delete:hover,
.reverse .backbutton:hover,
.reverse .search.button:hover{
    background: #436276;
    color: white;
}

/* Checkout */
.basket .checkoutsteps .col-sm-12{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.basket .checkoutsteps .col-sm-12 div:not(:last-of-type)::after{
    content: '>';
    padding-left: 10px;
    padding-right: 10px;
}
.basket .checkoutsteps .active{
    font-weight: 900;
}

.reverse .checkoutsteps {
    color: white;
}

.font-basket-heading{
    font-size: 16px;
}

.basket .font-text-title .font-basket-heading,
.basket .totalamount,
.basket .captions > div:nth-of-type(1),
.basket .captions > div:nth-of-type(3),
.basket .font-basket-heading .font-basket-heading,
.basket .basket-main-table .productheader .font-basket-heading,
.basket .baskettotal .font-basket-heading .font-basket-heading,
.basket .baskettotal .font-basket-heading .col-xs-6:nth-of-type(1) > b{
    font-size: 1.25em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    font-weight: bold;
    text-align: left;
    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
}

.reverse .basket .font-text-title .font-basket-heading,
.reverse .basket .totalamount,
.reverse .basket .captions > div:nth-of-type(1),
.reverse .basket .captions > div:nth-of-type(3),
.reverse .basket .font-basket-heading .font-basket-heading,
.reverse .basket .basket-main-table .productheader .font-basket-heading,
.reverse .basket .baskettotal .font-basket-heading .font-basket-heading,
.reverse .basket .baskettotal .font-basket-heading .col-xs-6:nth-of-type(1) > b{
    color: white;
}

.basket .baskettotal .font-basket-heading .font-basket-heading-small,
.basket .font-basket-heading .font-basket-heading-small,
.basket .basket-main-table .productheader .font-basket-heading-small,
.basket .basket-main-table .font-basket-product a,
.basket .basket-main-table .font-nra{
    font-weight: normal;
    font-size: 0.8em;
    line-height: 0.95em;
    letter-spacing: 0.01em;

    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
}

.reverse .basket .baskettotal .font-basket-heading .font-basket-heading-small,
.reverse .basket .font-basket-heading .font-basket-heading-small,
.reverse .basket .basket-main-table .productheader .font-basket-heading-small,
.reverse .basket .basket-main-table .font-basket-product a,
.reverse .basket .basket-main-table .font-nra{
    color: white;
}

.basket .basket-main-table .font-nra{
    margin-top: 10px;
}

.basket .row.font-basket-heading-small > div,
.basket .font-text-title .font-basket-heading-small,
.basket .font-text-title > div,
.basket .basket-main-table .font-basket-amount,
.basket .basket-main-table .font-basket-unit,
.basket .basket-info.font-basket-heading-small,
.basket .product .font-basket-amount,
.basket .product .font-basket-unit,
.basket .product .font-basket-product,
.basket .product .font-basket-product a,
.basket .noproducts{
    font-weight: normal;
    font-size: 1em;
    line-height: 1.188em;
    letter-spacing: 0.01em;

    color: #0A2738;
    font-family: 'Lato', sans-serif !important;
}

.reverse .basket .row.font-basket-heading-small > div,
.reverse .basket .font-text-title .font-basket-heading-small,
.reverse .basket .font-text-title > div,
.reverse .basket .basket-main-table .font-basket-amount,
.reverse .basket .basket-main-table .font-basket-unit,
.reverse .basket .basket-info.font-basket-heading-small,
.reverse .basket .product .font-basket-amount,
.reverse .basket .product .font-basket-unit,
.reverse .basket .product .font-basket-product,
.reverse .basket .product .font-basket-product a,
.reverse .basket .noproducts{
    color: white;
}

.basket .noproducts a{
    font-weight: bold;
}

.basket .basket-main-table .icon.delete{
    margin-left: auto;
}

.radio-button-container label{
    font-weight: normal;
    font-size: 1em;
    line-height: 1.188em;
    letter-spacing: 0.01em;

    color: #0A2738 !important;
    font-family: 'Lato', sans-serif !important;

    padding-left: 10px;
}

.radio-button-container input[type="radio"] {
    width: 20px;
    height: 20px;
    position: relative;
}

.radio-button-container input[type="radio"] + label {
    margin: 0 !important;
}

.basket .radio-button-container > div.col-sm-4 {
    margin-bottom: 0.5rem;
}

.reverse form{
    color: white;
}

.reverse .radio-button-container label{
    color: white !important;
}
.basket form .basket-info.font-basket-heading-small {
    white-space: nowrap;
}

.basket form .font-basket-heading-small b{
    font-weight: normal;
    font-size: 1em;
    line-height: 1.188em;
    letter-spacing: 0.01em;

    text-align: left;
    color: #0A2738 !important;
    font-family: 'Lato', sans-serif !important;
}

.reverse .basket form .font-basket-heading-small b{
    color: white !important;
}

.basket .product {
    min-height: unset;
    border-bottom: 1px solid #0A2738;
    margin: 0;
}

.reverse .basket .product {
    border-bottom: 1px solid white;
}

.basket .productheader,
.basket .captions {
    border-bottom: 1px solid #0A2738;
    padding-bottom: 15px;
    margin: 0;
}

.reverse .basket .productheader,
.reverse .basket .captions {
    border-bottom: 1px solid white; 
}

.captions + .product {
    border-top: none;
}

.basket .totalamount{
    text-align: right;
    text-decoration: none;
}


.basket .col-xs-6.font-text-title{
    margin-top: 10px;
    margin-bottom: 5px;
}

form[name="basketform"] .font-basket-heading-small + .row > .col-sm-4.pull-right {
    max-width: 100%;
}

.updatecart{
    max-width: 50%;
    margin-right: auto;
    flex: 0 0 50%;
}

.updatecart > .row > div {
    max-width: 100%;
}

.basket .col-xs-12 .row:last-of-type .col-xs-8 {
    /*width: 75%;*/
}

.basket .radio-button-container{
    align-items: center; 
}

.basket .radio-button-container .col-sm-4{
    flex: 0 0 28%;
    /*max-width: 28%;*/
    white-space: nowrap;
}

.basket .radio-button-container .pull-right{
    flex: unset;
    max-width: 200px;
}

.basket form.agb-link .col-xs-12{
    flex: unset;
    max-width: fit-content;
}

.basket .delete-button a{
    margin: auto 0;
}

.basket .delete-button .icon.delete{
    background-image: url(https://shop.aids.ch/abauserimage/design/img/ahs_cart_remove.svg) !important;
}


/* Sortiment */
.overview{
    padding: 20px 40px 60px 40px;
    background-color: white;
    margin-left: -15px;
    margin-right: -15px;
}

.reverse .overview{
    color: white;
    background-color: #0A2738;
}

.overview > p:first-of-type{
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    text-align: left;
    font-family: 'Lato', sans-serif !important;
}

.overview h2{
    width: 52%;
    float: left;
    margin-bottom: 20px;
}

.overview h2:last-of-type,
.overview h2:nth-last-of-type(2){
    float: none;
}

.overview .teaser_liste .button{
    width: auto;
    float: right;
    margin-bottom: 20px;
    padding:0 20px 0 20px;
    line-height: 40px;
}

.overview .teaser_liste .button:hover {
    color: #0A2738;
}

.overview .teaser_liste.productlist{
    margin-bottom: 60px;
}

.overview .productlist,
.productoverview .productlist{
    margin: 0;
    padding: 0;
}

.productoverview h2{
    margin-bottom: 20px;
}

.overview .button{
    background: #EDEDED;
    height: 40px;
    font-size: 1.25em !important;
    line-height: 1.5em;
    margin: 0;
    border-radius: 0;
    color:#0A2738;
    border: none;
    text-align: center !important;
    font-family: 'Lato', sans-serif !important;
    padding-top: 5px;
}

.overview .quantity-container-row .button{
    background: #0A2738;
    color: white;
}

.overview .productlist .row{
    width: 100%;
}

.overview .productlist .panel-container .row {
    width: auto;
}

.overview .productlist .row .product_item,
.productoverview .productlist .row .product_item{
    flex: 0 0 calc(33.333333% - 14px);
    max-width: calc(33.333333% - 14px);
}


/* Searchresults */
.searchresult .start .bg-container{
    padding: 0 !important;
    margin-bottom: 20px;
}

.searchresult h1{
    margin-bottom: 10px;
}


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

    .headercontent{
        width: 100%;
    }
    
    .headercontent .navheader, #topbalken .navibutton {
        margin-left: 50px !important;
    }
}
@media screen and (max-width: 1300px) {
    .size3 .basket .col-xs-12 form[name='basketform'] > .row.gutter-10 {
        flex-direction: column;
    }
    .size3 .basket .col-xs-12 form[name='basketform'] > .row.gutter-10 > div{
        max-width: 100%;
        flex: 0 0 100%;
        margin-right: unset;
    }
    .size3 .updatecart > .row > div:last-child {
        text-align: right;
    }
}
@media screen and (max-width: 1250px){
    .kontaktstart h2{
        width: auto;
        display: table;
        padding-right: 24px;
    }

    .productdetail .productimage,
    .productdetailtext > .col-sm-5 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 100%;
    }
    .productdetail .productinfo,
    .productdetailtext > .col-sm-6 {
        flex: 0 0 48%;
        max-width: 48%;
        width: 100%;
        margin-left: auto;
    }

    .overview h2{
        width: auto;
        clear: both;
    }
}

@media screen and (max-width: 1200px){
    
    #topbalken .navibutton, .headercontent .navheader{
        margin-left: 40px !important;
    }

    .headercontent .navheader li{
        margin-right: 15px;
    }

    #logo img {
        width: 199px;
        height: auto;
    }

    .serviceicons .button{
        margin-right: 30px;
    }
}

@media screen and (max-width: 863px){
    #topbalken .navibutton {
        display: none;
    }
    #topbalken  .mobileshow .navibutton {
        display: block;
        margin-top: 25px;
        margin-left: 0;
    }
}

#page_iframeshop #pagestart, #page_iframeshop .container-fluid > .row > .col-xs-12.col-sm-3, 
#page_iframeshop .footer, #page_iframeshop .serviceicons .button
{
    display: none;
}

#page_iframeshop {
    background-color: transparent;
}


#page_iframeshop .website-container {
    margin-top: 0;
}

#page_iframeshop .searchwrapper a, .headercontent .searchwrapper a{
    display: block;
    font-size: 0;
}

#page_iframeshop .serviceicons .icon.user{
   display: block;
   font-size: 0;
}

#page_iframeshop .content-container {
    margin-top: 6px;
}


#page_iframeshop .serviceicons {
    justify-content: space-evenly;
}


#page_iframeshop .icon.basket-add {
    position:  relative !important;
    left: 0;
}

#topbalken .navibutton {
    margin-left: 110px;
    margin-top: 11px;
}

.mobileshow .navibutton {
    display: none;
}

#topbalken .navibutton a {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    background-color: #0b2738;
    color: white;
    padding: 8px 20px;
    text-decoration: none;
}


.meldungtop {
    border: 5px solid #F8AF24;
    padding: 20px;
    width: calc(100% - 30px);
    margin-bottom: 30px;
}
.meldungtop p {
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    font-style: normal;
    font-weight: 300;
}

.meldungtop p b {
    font-weight: 700;
}