/*
	Theme Name: LEMONTEC THEME
	Theme URI: http://lemontec.at
	Description: WordPress Theme
	Version: 1.0
	Author: LEMONTEC
	Author URI: http://lemontec.at
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

#wpadminbar {
    display: none !important;
}
html {
    margin-top: 0 !important;
}

body {
	font: 400 13px/1.7 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
}

body,
a,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #222222;
}

.topbar,
.topbar a,
.cta_search a,
.cta_appointment a,
.cta_info a,
.cta_fb a,
.teaser_even,
.teaser_even a,
.info_banner,
.info_banner a,
.footer,
.footer a,
button,
.gform_wrapper input[type="submit"] {
    color: #ffffff;
}

.cta_fb a {
    position: relative;
    bottom: 3px;
}

.nav_header a,
.mobile_toggle,
.teaser7 h2,
.teaser_icon,
.content_inner h2,
.shop_product_slider h3,
.brands h4,
.landing_sidebar h3,
.shop_sidebar h3,
.woocommerce div.product .woocommerce-tabs .panel h2,
.related_products_wrapper h2 {
    color: #0079bd;
}

.current-menu-item a,
#popupclose,
#popup strong,
#popup a,
.content_inner a,
.footer_contact h4,
.footer_contact i,
.landing_sidebar h2,
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product .woocommerce-tabs .panel h3,
.product_sale {
    color: #e83737;
}

.product_regular,
.related_product_slider span.woocommerce-Price-amount.amount {
    color: #77a464;
}

.nav_header .sub-menu,
.header_all,
#popup,
.product_img_wrapper,
.related_product_slider .product_image_wrapper {
    background-color: #ffffff;
}

.cta_highlight {
    background-color: #0079bd;
    display: inline-block;
}

.cta_highlight a {
	color: #FFFFFF;
	padding: 5px 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
	text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.whats_app_mobile {
	display: none;
}


span.cta_highlight:hover {
	opacity: 0.5;
}

.breadcrumb,
.home_teaser,
.teaser_block article,
.landing_teaser article,
.shop_product_slider,
button.accordion,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.related_products_wrapper {
    background-color: #f5f5f5;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-product-search input[type="submit"] {
    background-color: #ebebeb;
}

.topbar,
.cta_fb,
.teaser4,
.teaser6,
.info_banner,
button,
.gform_wrapper input[type="submit"],
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #0079bd;
}

.teaser2,
.footer {
    background-color: #e83737;
}

h1 {
    font-size: 1.5em;
    margin: 10px 0 20px;
    font-weight: 600;
}

h2, h3, h4 {
    font-weight: 400;
    margin: 10px auto;
    letter-spacing: 1px;
}

h2,
.shop_product_slider h3,
.brands h4 {
    text-transform: uppercase;
    font-size: 1.3em;
}

h3 {
    font-size: 1.2em;
}

a,
.topbar a:hover,
.home_teaser a:hover,
.teaser_block a:hover,
.landing_teaser a:hover,
.shop_slider a:hover,
.product_meta .posted_in a:hover {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	outline:0;
}

.topbar a,
.header_all,
.nav_header,
#popup a,
.home_teaser .teaser_all,
.header_cta,
.teaser_block li a article,
.landing_teaser li a article,
.shop_slider li,
button,
.gform_wrapper input[type="submit"],
.woocommerce-product-search input[type="submit"]:hover,
.woocommerce ul.products li.product, .notruf {
    transition: 0.5s ease;
}

.topbar a:hover,
.home_teaser .teaser_all:hover,
.teaser_block li a:hover article,
.landing_teaser li a:hover article,
.shop_slider li:hover,
#popup a:hover,
button:hover,
.gform_wrapper input[type="submit"]:hover,
.woocommerce-product-search input[type="submit"]:hover,
.woocommerce ul.products li.product:hover {
    opacity: 0.5;
}

input:focus {
	outline:0;
	border: none;
}

img {
	max-width:100%;
    height: auto;
	vertical-align: bottom;
}

ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

section {
    position: relative;
    overflow: hidden;
}

.header_all,
#popup article,
.breadcrumb,
.teaser_block,
.landing_teaser,
.shop_product_slider,
.brands,
.info_banner,
.footer,
.landing_sidebar,
.shop_sidebar,
.related_products_wrapper h2,
.related_product_slider {
    text-align: center;
}

.spacer {
    height: 30px;
}

button, .gform_wrapper input[type="submit"] {
    border: none;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 50px;
    margin: 30px auto 0;
}

.austria_cookie_law button {
    margin: 0 auto;
}

p.schema-faq-answer {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* HEADER */

.header_all {
    position: relative;
}

.topbar {
    height: 38px;
    padding: 8px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    overflow: hidden;
	background-color: #cccccc;
}

.topbar a {
    color: #0079bd;
    font-size: 12px;
}

.topbar i {
    font-size: 16px;
    padding-right: 5px;
}

/*ALLGAS OPTIMIERUNGEN 12.11.2020*/
.topbar li {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
}

@media all and (max-width: 1199px) {
    /*.topbar span {
        display: none;
    }*/
}

@media screen and (max-width: 768px) {
    .topbar {
        height: 30px;
        padding: 7px 0;
    }

   /* .topbar li {
        width: calc(13.33% - 2.5px);
        padding-left: 5px;
        padding-right : 5px;
    }


    .topbar li:nth-child(1),
    .topbar li:nth-child(2) {
        width: calc(30% - 2.5px);
    }*/
}

@media screen and (max-width: 480px) {
    .topbar {
        height: 25px;
        padding: 3px 0;
        letter-spacing: 0;
        font-size: 10px;
    }
}

.header_main {
 	height: 82px;
	background-color: #0079bd;
	display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.header_wrapper_logonav {
    width: 70%;
    display: flex;
    align-items: center;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub {
    flex-direction: row;
    flex-wrap: wrap;
}

@media all and (max-width: 1199px) {
    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub {
        margin-top: 60px;
        justify-content: space-between;
        background-color: transparent;
    }
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub > li.menu-item-has-children {
    width: 20%;
    margin-bottom: 20px;
}

@media all and (max-width: 1199px) {
    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub > li.menu-item-has-children {
        width: 49%;
        overflow: hidden;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 500px) {
    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub > li.menu-item-has-children {
        width: 100%;
    }
}


.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub > li.menu-item-has-children > a { /*done*/
    width: 90%;
    padding: 20px 15px;
    background-color: #E8E8E8;
    display: inline-block;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub > li.menu-item-has-children > a:hover { /*done*/
    background-color: #cccccc;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub > li.menu-item-has-children > .mobile_toggle:hover { /*done*/
    background-color: #cccccc;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub > li.menu-item-has-children > .mega-sub { /*done*/
    display: none;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub > li.menu-item-has-children > .mega-sub a{ /*done*/
    padding-left: 14px;
}

@media all and (max-width: 1199px) {
    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub > li.menu-item-has-children > .mega-sub a{ /*done*/
        padding: 4px 15px;
    }

    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub > li.menu-item-has-children > .mega-sub a i {
        display: inline-block;
        color: #000000;
        padding-left: 10px;
    }
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub > li.menu-item-has-children .active + ul {
    display: block;
}

@media all and (max-width: 1199px) {
    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub > li.menu-item-has-children .active + ul {
        background: #e8e8e8;
        padding-bottom: 0;
    }
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub > li.menu-item-has-children > .mobile_toggle { /*done*/
    display: inline-block !important;
    position : absolute;
    top: 0;
    cursor: pointer;
    width: 10%;
    height: 100px;
    padding-left: 0;
    max-height : 100px;
    background-color: #d3d3d3;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub > li.menu-item-has-children > .mobile_toggle i { /*done*/
    font-size: 30px;
    color: black;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 1199px) {
    .nav_header ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub.active { /*done*/
        height: 100vh;
        overflow-y: scroll;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub > li.menu-item-has-children > .mobile_toggle { /*done*/
        height: 80px;
        top: 5px;
        right: 0;
    }

    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub > li.menu-item-has-children > a { /*done*/
        padding: 10px 10px;
        background-color: #e9e8e8;
        display: flex;
    }

    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li {
        margin-bottom: 10px;
        min-width:50%;
    }
}

@media screen and (max-width: 500px) {
    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub > li.menu-item-has-children > a { /*done*/
        padding: 5px 10px;
    }

    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children.lmt-logo-place > .mega-sub > li.menu-item-has-children > .mobile_toggle { /*done*/
        height: 50px;
    }
}

@media screen and (max-width: 991px) {
    .header_wrapper_logonav {
        justify-content: space-around;
    }
}

@media screen and (max-width: 485px) {
    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children > a {
        padding: 15px 10px;
    }

    .nav_header > ul > li.lmt-logo-menu > .mega-sub a img {
        max-height: 40px;
    }

    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li {
        min-width:100%;
    }

    .nav_header > ul > li.lmt-logo-menu .mobile_toggle {
        padding-right: 0;
    }

    .nav_header ul > li > .mega-sub {
        top: 85px !important;
    }

}

@media screen and (max-width: 1199px) {
    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li.menu-item-has-children > .mega-sub {
        background-color: #e9e8e8;
    }

    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li > .mega-sub > li > a {
        color: #333;
    }

    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li > .mega-sub > li > a > i,
    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li > .mega-sub > li > a > span {
        display: none;
    }

    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li > .mega-sub > li > .mega-sub > li > a > span {
        color: #333;
    }

}

.wrapper_logo {
    width: 20%;
    padding-left: 60px;
    float: left;
    text-align: left;
}

.wrapper_nav {
    width: 80%;
}

.wrapper_nav a {
    position : relative;
}

.wrapper_nav a i {
    display: none;
}

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

.wrapper_nav a:hover::after {
    content:' ';
    border-bottom: 2px solid #e83737;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li > .mega-sub > li > a i { /*done*/
    display: none;
}

.wrapper_cta {
    background: #e83737;
    width: 30%;
    height: 100%;
    padding-right: 60px;
    text-align: right;
    display: flex;
}

@media screen and (max-width: 991px) {
   .wrapper_cta {
       width: 50%;
       padding-right: 0;
   }
}


.header_cta {
    width: 33%;
}

.header_cta a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
}

.header_cta a:hover {
    background: #862323;
    text-decoration: none;
}

header.sticky .header_cta a i {
    font-size: 20px;
    margin-top: 5px;
}

.header_cta a span {
    margin-top: 7px;
    font-size: 15px;
}

@media screen and (max-width: 1310px) {
    header.sticky .header_cta a span {
        font-size: 12px;
    }
}

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

    header.sticky .header_cta a i {
        margin-top: 0;
    }


    header .header_cta a span {
        display: none;
    }
}

.mega-menu-title-container {
    width: 100%;
    margin: 0 8px;
}

@media screen and (max-width: 1199px) {
    .mega-menu-title-container {
        display: none;
    }
}

.lmt-mega-menu-title {
    font-size: 25px;
    font-weight: bold;
    color: #e83737;
    text-align: left;
}

.mega-standort-container p {
    display: block;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place .mega-sub > a span { /*done*/
    display: none;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place > .mega-sub a img { /*done*/
    height: 60px;
    width: 100%;
    object-fit: contain;
}

@media screen and (max-width: 500px) {
    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place > .mega-sub a img { /*done*/
        height: 50px;
    }
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place > .mega-sub a span { /*done*/
    display: none;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place > .mega-sub { /*done*/
    display: none;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place-open > .mega-sub { /*done*/
    display: flex;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place > .mega-sub > li > .mega-sub li a span { /*done*/
    display: inline;
}

.nav_header > ul > li > .mega-sub > li.lmt-logo-place {
    width: 100%;
    position: initial;
}

.nav_header > ul > li > .mega-sub > li.lmt-logo-place > .mobile_toggle {
    display: none;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place > a {
    display: inline;
    background: transparent;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 10px 10px 9px 10px;
    position : absolute;
    top: 50px;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place > a:active,
.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place > a:focus {
    text-decoration: none;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place.lmt-logo-place-open > a {
    border: 1px solid #e83737;
    color: #e83737;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place.lmt-logo-place-open > a::after {
    content: "";
    display: inline-block;
    background: #e83737;
    height: 9px;
    width: 9px;
    border-radius: 10px;
    position: absolute;
    top: 18px;
    left: 13px;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place-1 > a {
    left: 270px;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place-2 > a {
    left: 410px;
}

@media screen and (max-width: 1199px) {
    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place-1 > a {
        left: 10px;
    }

    .nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place-2 > a {
        left: 150px;
    }
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place > a span {
    padding-left: 23px;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place > a::before {
    content: "";
    display: inline-block;
    border: 1px solid #000000;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    position: absolute;
    top: 15px;
}

.nav_header > ul > li.lmt-logo-menu > .mega-sub > li.lmt-logo-place > a > i {
    display: none;
}

.mega-standort-container a {
    color: #ffffff !important;
    padding: 10px 50px 10px 30px;
    border-radius: 2px;
    margin-right: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    background-color: #e83737;
    display: inline-block;
    position : relative;
}

.mega-standort-container a:hover {
    background-color: #862323;
}

.mega-standort-container a:hover::after {
    content: none;
}

.mega-standort-container a i {
    display: inline;
    font-size: 25px;
    position : absolute;
    right: 16px;
    top: 10px;
}

.mega-standort-container {
    order: 2;
    text-align: left;
    width: 100%;
}

.nav_header > ul > li > .mega-sub {
    display: flex;
}

.nav_header > ul > li > .mega-sub > li {
    width: 25%;
    display: none;
    padding: 0 8px;
    margin-bottom: 32px;
    font-weight: bold;
}

.nav_header ul li ul li a {
    display: block;
    padding: 20px 10px;
    background: #e9e8e8;
    text-align: left;
}

.nav_header ul li ul li.highlighted-menu-item a {
    background: #e83737;
    color: #ffffff;
}

.nav_header ul li ul li.highlighted-menu-item a:hover {
    background: #862323;
}

.nav_header > ul > li > .mega-sub > li > a:hover {
    background-color: #cccccc;
}


.nav_header > ul > li > .mega-sub > li > a:hover::after {
    content: none;
}


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

    .lmt-mega-menu-title {
        color: #ffffff;
    }

    .mega-standort-container a {
        margin-bottom: 10px;
        width: 100%;
        padding-left: 15px !important;
    }

    .nav_header ul li ul li a {
        background: transparent;
        padding:15px;
    }

    .nav_header > ul > li > .mega-sub > li > .mega-sub > li > a {
        padding: 5px 10px 5px 30px;
    }

    .nav_header > ul > li > .mega-sub > li > .mega-sub > li > a > i {
        display: inline-block;
        padding-left: 10px;
    }

    .nav_header ul > li > .mega-sub {
        display: flex;
        flex-direction: column;
    }

    .nav_header > ul > li > .mega-sub > li {
        min-width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .mega-standort-container {
        padding: 15px;
        margin-bottom: 60px;
    }
}

.header_all .logo img {
    width: 140px;
    height: auto;
    transition: 0.3s ease;
}

.nav_header {
    font-weight: 600;
   	/*padding-top: 16px;*/
	display: flex;
    justify-content: center;
	align-items: center;
}

.nav_header ul li {
    padding: 0 1.2vw;
}

.nav_header ul li {
    display: inline-block;
    position: relative;
}

.nav_header .sub-menu {
    position: absolute;
    z-index: 11;
    width: 250px;
    left: 0;
    text-align: left;
    padding: 0;
}

.nav_header .sub-menu a {
    padding: 10px 0;
    display: inline-block;
}

.nav_header .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.nav_header ul li .sub-menu li,
.nav_header ul.sub-menu.active,
.nav_header ul li:hover > .sub-menu {
    display: block;
}

.mobile_toggle {
    display: none;
    font-size: 13px;
    padding-left:8px;
}

.mobile_toggle.active i {
   transform: rotate(180deg);
}

.sub-menu,
.sub-menu .mobile_toggle {
    display: none;
}

.sub-menu .mobile_toggle {
    transform: rotate(-90deg)
}

.menu-item-has-children > .mobile_toggle {
    display: inline-block;
}

#burger {
    font-size: 26px;
    display: none;
}

#burger i {
    color: #ffffff;
}

body.archive .open_custom_cart_widget_wrapper {
    display: flex;
	z-index: 50;
}

.open_custom_cart_widget_wrapper {
    width: 40px;
    height: 40px;
    background-color: #e83737;
    display: none;
    justify-content: center;
    align-items: center;
	position: relative;
}

span.cart_content {
    font-size: 17px;
    color: #0079bd;
    width: 30px;
    height: 30px;
    border: 1px solid #0079bd;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: absolute;
    top: -35%;
    left: 75%;
}

i.fa.fa-shopping-cart {
    font-size: 24px;
    color: #FFFFFF;
}

.cta_search, .cta_info, .cta_appointment {
    font-size: 24px;
}

.cta_fb {
    font-size: 26px;
}

/* HEADER STICKY */

.header_all.sticky {
    position: fixed;
    z-index: 1000;
    width: 100%;
}
/*
.header_all.sticky .logo img {
    width: 120px;
    height: auto;
}*/

.header_all.sticky .logo img {
    width: 90px;
    height: auto;
}

.header_all.sticky .header_main {
    height: 55px;
}

.header_all.sticky > main {
    padding-top: 90px;
}

/* INFO POPUP */

#popup {
    position: fixed;
    right: 10px;
    top: 130px;
    width: 240px;
    height: auto;
    border: 5px solid #e83737;
    z-index: 100;
}

#popupclose {
    text-align: right;
    display: block;
    padding: 10px;
    cursor: pointer;
}

#popup article {
    padding: 10px;
    font-size: 0.9em;
}

#popup article strong {
    font-size: 18px;
}

#popup article strong i {
    font-size: 22px;
    padding-right: 5px;
}

#popup a {
    text-decoration: none;
    font-weight: 400;
    background-color: #e83737;
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
 cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}

/* BREADCRUMB */

.breadcrumb {
    padding: 10px 0;
    font-size: 0.9em;
    letter-spacing: 1px;
    position: relative;
    overflow: visible;
    margin-bottom: 50px;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

.breadcrumb::after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #f5f5f5;
}

.breadcrumb a {
    text-decoration: underline;
}

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

.woocommerce-breadcrumb {
    display: inline-block;
}

/* HOME TEASER */

.home_teaser {
    padding: 1.8vw 2.3vw;
	width: 100%;
}

.home_teaser li {
    padding: 0 0.45vw;
}

.home_teaser li div {
    height: 10vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0.9vw auto;
    position: relative;
}
/*
.home_teaser .teaser7 {
    height: 31.8vw;
}*/

.home_teaser .teaser_all h2 {
    margin: 0;
    font-size: 1vw;
}

.home_teaser .teaser_all.teaser_even h2 {
    text-align: center;
    padding: 4.4vw 1vw 0;
    font-weight: 400;
}

.home_teaser .teaser_all.teaser_odd h2 {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-weight: 600;
}

.home_teaser .teaser_all.teaser_odd.teaser7 h2 {
    right: 15px;
    font-size: 30px;
    font-weight: 400;
}

/* TEASER BLOCK */

.teaser_block, .landing_teaser {
    margin: 10px auto;
}

.teaser_block article,
.landing_teaser article {
    padding: 20px 10px;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.9em;
    min-height: 340px;
    margin: 15px auto;
}

.teaser_icon {
    font-size: 40px;
    display: block;
    position: relative;
}

.teaser_block article h2,
.landing_teaser article h2 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 15px 0 10px;
    text-transform: none;
    letter-spacing: 0;
}

/* ACCORDION */

.accordion ul {
    padding: 15px;
    margin: 0;
}

button.accordion {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    position: relative;
    margin-bottom: 2px;
}

button.accordion:after {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 25px;
    position: absolute;
    right: 15px;
    bottom: 0;
}

button.accordion.active, button.accordion:hover {
    background-color: #ccc;
}

button.accordion.active:after {
    content: "\f106";
}

.accordion .panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.accordion .panel.show {
    display: block;
    opacity: 1;
    max-height: 10000px;
}

/* GOOGLE MAPS BLOCK */

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/* SHOP PRODUCT SLIDER */

.shop_product_slider,
.related_products_wrapper {
    padding: 40px 0;
}

.shop_slider,
.related_product_slider {
    padding-top: 10px;
    position: relative;
}

.related_product_slider h3 {
    font-size: 1em;
    height: 70px;
}

.related_product_slider h3,
.shop_slider h4 {
    height: 70px;
}

.related_product_slider h3,
.shop_slider h4,
.product_sale,
.product_regular {
    font-weight: 600;
}

.product_tax {
    margin-top: 5px;
    font-size: 0.8em;
    display: block;
    float: none;
}

li.flex-nav-prev,
li.flex-nav-next {
    position: absolute;
    top: 0;
}

li.flex-nav-prev {
    left: -2.5vw;
}

li.flex-nav-next {
    right: -2.5vw;
}

a.flex-prev,
a.flex-next {
    position: absolute;
    color: #ddd;
    font-size: 4.1vw;
    margin: auto;
}

.shop_slider a.flex-prev,
.shop_slider a.flex-next,
.related_product_slider a.flex-prev,
.related_product_slider a.flex-next {
    top: 80px;
}

a.flex-prev {
    left: 0;
}

a.flex-next {
    right: 0;
}

.product_img_wrapper, .related_product_slider .product_image_wrapper {
    height: 275px;
    width: 100%;
    padding: 20px; 
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.product_img_wrapper img, .related_product_slider .product_image_wrapper img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}

.woocommerce-price-suffix {
    color: #ccc;
}

.related_product_slider .woocommerce-price-suffix {
    color: #222;
    display: block;
    float: none;
}

/* BRANDS SLIDER */

.brands {
    padding: 40px 0;
    overflow: visible;
}

.brands_slider {
    padding-top: 10px;
    position: relative;
}

.brand_logo_wrapper {
    height: 100px;
    width: 100%;
    position: relative; 
    text-align: center;
    overflow: hidden;
}

.brand_logo_wrapper img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*BRANDS TOP*/
.top_brands {
    padding-top: 0;
}

/* INFO BANNER */

.info_banner,
.info_banner .widget_text {
    /*
    height: 200px;
    overflow: hidden;*/
}

.info_banner .widget_text#text-5 {
    width: 100%;
    border-top: 1px solid #fff;
}

.info_banner .widget_text#text-5 .widget-columns {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 20px 0;
}

.info_banner .widget_text {
    width: 33%;
    display: inline-block;
    padding: 75px 20px;
}

#text-2, #text-3 {
    border-right: 1px solid #fff;
}

.info_banner h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3em;
}

.info_banner h3, .info_banner p {
    margin: 0 auto;
}

/* FOOTER CONTACT */

.footer_contact {
    padding: 40px 30px;
}

.footer_contact h4 {
    font-size: 1.3em;
    font-weight: 600;
}

.footer_contact i {
    font-size: 20px;
}

.footer_contact_info {
    padding: 10px 0;
}

/* FOOTER CONTACT LEFT */

.footer_contact_left .footer_contact_info i {
    width: 30px;
}

/* FOOTER CONTACT RIGHT */

.footer_contact_right {
    text-align: right;
}

.footer_contact_right span {
    width: 140px;
    position: relative;
    display: inline-block;
}

/* FOOTER MAP */

.footer_map {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 16.5vw;
    position: relative;
}

.footer_map_pins {
    position: absolute;
}

.footer_map_pins i {
    font-size: 2.4vw;
}

.pin1 {
    top: 17%;
    left: 87%;
}

.pin2 {
    top: 17%;
    left: 61%;
}

/* FOOTER */

.footer {
    padding: 20px 0;
}

.footer ul li {
    display: inline-block;
    padding: 0 20px 10px;
}

.copyright {
    margin: 0;
}

/* SEARCH PAGE */

.search_page input.search-input {
    width: 25vw;
    border: 1px solid #eee;
    padding: 0 10px;
}

.search_page input.search-input,
.search_page button.search-submit {
    height: 35px;
}

.archive_article {
    position: relative;
    display: block;
    float: none;
    overflow: hidden;
    border-top: 1px solid #eee;
    padding: 20px 0;
}

.archive_thumbnail {
    display: inline-block;
    float: left;
}

/* LANDING PAGE */

.landing_wrapper {
    margin-bottom: 30px;
}

.landing_sidebar, .shop_sidebar {
    border: 1px solid #ddd;
    padding: 10px 10px 30px;
    font-size: 0.9em;
    overflow: hidden;
}

.landing_sidebar h2 {
    margin: 20px auto;
}

.landing_sidebar h3 {
    text-transform: uppercase;
    margin: 20px auto 0;
    font-size: 1.1em;
}

.landing_sidebar p {
    margin: 0;
}

/* WOOCOMMERCE SIDEBAR */

.shop_sidebar h3 {
    text-transform: uppercase;
    margin: 20px auto 10px;
}

input#woocommerce-product-search-field {
    border: 1px solid #eee;
    display: block;
    margin: 10px auto;
    width: 90%;
    padding: 5px;
}

select.dropdown_product_cat {
    border: 1px solid #eee;
    background-color: transparent;
    border-radius: 0;
    height: 30px;
    width: 97%;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1em;
    float: left;
    font-weight: normal;
    padding: 7px 10px;
}

.woocommerce-product-search input[type="submit"] {
    border: none;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    padding: 3px 10px;
    margin-top: 10px;
}

/* WOOCOMMERCE */

.woocommerce ul.products li.product h3 {
    font-size: 0.9em;
    letter-spacing: 0;
    height: 70px;
}

.product_image_wrapper {
    width: 100%;
    height: 195px;
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}

.woocommerce ul.products li.product a img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    padding: 0;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    display: none;
    top: 5px;
    left: 5px;
    right: auto;
    margin: 0;
    position: absolute;
    z-index: 10;
}

/* WOOCOMMERCE SINGLE PRODUCT */

.big_thumbnail_wrapper,
.small_thumbnail_wrapper {
    border: 5px solid #f5f5f5;
    padding: 20px;
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 0;
    margin-top: -5px;
}

.small_thumbnail_wrapper {
    width: 170px;
    height: 170px;
    display: inline-block;
    margin-right: -5px;
    position: relative;
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    margin-left: 10px;
}

.product_meta .sku_wrapper,
.product_meta .posted_in {
    display: block;
    margin: 10px auto;
}

.product_meta .posted_in a {
    text-decoration: underline;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 1px solid #eee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #eee;
    border-radius: 0;
    padding: 0 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 20px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.woocommerce div.product .woocommerce-tabs .panel ul {
    list-style: initial;
    margin-left: 15px;
}

/* GRAVITY FORMS */

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
    border: 1px solid #ccc;
}

.gform_wrapper .gform_footer {
    padding: 0;
    margin: 20px auto;
}

#gform_4 .gform_footer {
    text-align: right;
}

/* NOTRUF */
.notruf {
    background-color: #e83737;
    color: #fff;
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 10;
    padding: 15px;
    font-size: 16px;
    text-align: center;
}

.notruf:hover, .notruf:focus {
    opacity: 0.8;
}

.notruf i.fa.fa-phone {
    font-size: 20px;
}

.notruf a, .notruf a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    text-align: left;
}

.notruf strong {
    letter-spacing: 1px;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    background-color: #e83737;
    color: #fff;
    transition: 0.3s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    opacity: 0.7;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border-radius: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #e83737;
    transition: 0.3s ease;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #e83737;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #ccc;
    padding: 7px;
}

.woocommerce a.add_to_cart_button {
    background-color: #e83737; 
    transition: 0.3s ease;
    color: #fff;
	text-align: center;
}

.woocommerce-message {
    border-top-color: #e83737;
}

.woocommerce-message::before {
    color:#e83737;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 120px;
}

/*HEADER MENU AUFFÄLLIGER*/
.header_all, .nav_header .sub-menu {
	background-color: #0079bd;
}

.nav_header a, .mobile_toggle {
    color: #FFFFFF;
}

/*TEASER HOME OPTIMATION*/

.lemon_opt_teaser_ul {
    display: flex;
}

.lemon_opt_teaser_li {
    width: 25%;
	position: relative;
}

.home_teaser li div {
    height: 18vw;
}

.home_teaser li div:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .2;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.home_teaser li:first-child div:before {
	opacity: 0;
}

.lemon_opt_teaser_li h2 {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-weight: 600;
	color: #FFFFFF;
	z-index: 2;
}

.lemon_opt_teaser_li .teaser7 h2, .lemon_opt_teaser_li .teaser5 h2, .lemon_opt_teaser_li .teaser4 h2 {
    right: 15px;
    font-size: 20px;
    font-weight: 600;

}

.lemon_opt_teaser_li:first-child {
    order: 1;
}

/*SOCIAL IN LEISTE OBEN FOOTER GEGEBEN UND STYLING*/
.footer_contact_two_inner {
    display: flex;
}

.footer_contact_left.two {
    width: 50%;
    padding-right: 7.5px;
}

 .footer_social_wrapper{
    width: 50%;	 
    padding-left: 7.5px;
}

.footer_social_wrapper .cta_fb {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
	cursor: pointer;
	transition: 0.5s ease;
}

.footer_social_wrapper .cta_fb:hover {
	opacity: .5;
}

.footer_social_wrapper .cta_fb i {
	color: #FFFFFF;
}

/*OPTIMIERTUNG 26.11.2020*/

.fly {
  opacity: 0;
  transition:all 600ms ease-in-out;
  transform: translateY(100px) scale(1.05) translate3d(0,0,0);
}

.show-block {
  opacity:1;
  transform: translateY(0) scale(1) translate3d(0,0,0);
}

.top_brands .brand_logo_wrapper {
    max-height: 50px;
}

.top_brands .fa {
    font-size: 4rem;
    display: block;
    top: 50%;
    position: absolute;
}

.top_brands .flex-direction-nav li {
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
}





/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media screen and (max-width: 1710px) {
	
	.col-md-2 {
		width: 20%;
	}
	
	.wrapper_logo {
		width: 20%;
	}
	

}

@media screen and (max-width: 1610px){
	
	.col-md-2 {
		width: 20%;
	}
	
	.wrapper_logo {
		width: 12%;
	}
}

@media screen and (max-width: 1440px){
	/*ALLGAS OPTIMIERUNG 12.11.2020*/
	
	.nav_header ul li {
		padding: 0 0.5vw;
	}
	
	.wrapper_logo {
		width: 16%;
	}
}

@media screen and (max-width: 1342px){
	
	.cta_fb {
		font-size: 22px;
	}
	
	.cta_search, .cta_info, .cta_appointment {
		font-size: 20px;
	}
}

@media screen and (max-width: 1240px) {
    li.flex-nav-prev {
        left: -1vw;
    }
    
    li.flex-nav-next {
        right: -1vw;
    }
    
    a.flex-prev, a.flex-next {
        font-size: 50px;
    }
    
    .shop_slider a.flex-prev, .shop_slider a.flex-next, .related_product_slider a.flex-prev, .related_product_slider a.flex-next {
        top: 100px;
    }
    
    .brand_logo_wrapper {
        height: 70px;
    }
}

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

	.open_custom_cart_widget_wrapper {
		width: 36px;
		height: 36px;
		left: 40%;
	}
	
	span.cart_content {
		font-size: 14px;
		width: 24px;
		height: 24px;
	}
	
	.notruf {
    display: none;
    }
    
    .nav_header,
    .header_all.sticky .nav_header {
        padding-top: 0;
    }
    
    .nav_header ul,
    .nav_header ul li:hover > .sub-menu,
    .nav_header ul li .sub-menu li,
    .nav_header .sub-menu {
        display: none;
    }

    .nav_header ul {
        position: fixed;
        background-color: #0079bd;
        width: 100%;
        left: 0;
        top: 112px;
        text-align: center;
        padding-bottom: 10px;
        z-index: 101;
    }

    .sticky .nav_header ul {
        top: 85px;
    }
    
    .nav_header ul li {
        padding: 5px 0;
    }
    
    .nav_header .sub-menu {
        position: relative;
        width: auto;
        text-align: center;
        background-color: transparent;
    }
    
    #burger,
    .nav_header > ul.active,
    .nav_header .sub-menu.active,
    .nav_header ul li,
    .nav_header ul li:hover > .sub-menu.active,
    .nav_header ul li .sub-menu.active li {
        display: block;
    }
    
    .nav_header .sub-menu .sub-menu {
        left: 0;
    }
    
    .nav_header .sub-menu a {
        padding: 0;
    }
    
    .cta_search, .cta_info, .cta_appointment {
        font-size: 21px;
    }
    
    .cta_fb {
        font-size: 23px;
    }
    
    #popup {
        top: 110px;
    }
    
    .teaser_block article {
        min-height: 290px;
    }
    
    .landing_teaser article {
        min-height: 415px;
    }
    
    .footer_contact {
        padding: 20px 5px;
    }
    
    .footer_contact h4 {
        font-size: 1.1em;
        line-height: 1.3em;
    }
    
    .footer_map {
        height: 17vw;
        margin-top: 60px;
    }
    
    .woocommerce ul.products li.product h3 {
        height: 90px;
    }
    
    .woocommerce .widget_price_filter .price_slider_amount .button {
        float: none;
        margin-bottom: 5px;
    }
    
    .woocommerce .widget_price_filter .price_slider_amount {
        text-align: center;
    }
    
    .shop_slider, .related_product_slider {
        padding: 10px 20px 0;
    }
	.notruf {
		top: 132px;
	}
	
	/*ALLGAS OPTIMIERUNG 12.11.2020*/
	/*CTA PHONE BUTTON HEADER*/
	.header_main {
		display: flex;
		justify-content: space-between;
	}
	
	.wrapper_nav{
		width: auto!important;
		padding: 0 13.85px;
	}
	
	.wrapper_logo {
		text-align: left;
	}
	
	/*SOCIAL LINKS FOOTER*/	
	.footer_contact_left.two {
		width: 70%;
	}
	
	.footer_social_wrapper {
		width: 50px;
	}
}

@media screen and (max-width: 991px) {
	
	.open_custom_cart_widget_wrapper {
		left: 100%;
		top: 5px;
	}
	
    #popup {
    top: 110px;
    }
	
	#popupclose {
		padding: 10px 10px 5px 5px;
	}
	
	#popup article {
		font-size: 0.8em;
	}
	
    body {
        font-size: 12px;
    }
    
    .wrapper_logo {
        text-align: left;
    }
    
    .header_all .logo img {
        width: 145px;
    }
    
    .home_teaser li div {
        height: 170px;
    }

    .home_teaser .teaser_all h2 {
        font-size: 14px;
		right: 5px;
    }
    
    .home_teaser .teaser_all.teaser_even h2 {
        padding: 9.5vw 2vw 0;
    }
    
    h1 {
        font-size: 1.3em;
    }
    
    .teaser_block article {
        min-height: 230px;
    }
    
    a.flex-prev, a.flex-next {
        font-size: 40px;
    }
    
    .product_img_wrapper, .related_product_slider .product_image_wrapper {
        height: 250px;
        padding: 10px;
    }
    
    .related_product_slider h3, .shop_slider h4 {
        height: 50px;
    }
    
    .brand_logo_wrapper {
        height: 50px;
    }

    /*
    .info_banner,
    .info_banner .widget_text {
        height: 120px;
        overflow: hidden;
    } */
    
    .info_banner .widget_text {
        padding: 30px 20px;
    }
    
    .info_banner h3 {
        font-size: 1.1em;
        margin-bottom: 5px;
    }
    
    .footer_contact_right span {
        width: 130px;
    }
    
    .woocommerce div.product div.images {
        width: 50%;
        float: left;
        margin-right: 10px;
    }
    
    .small_thumbnail_wrapper {
        width: 120px;
        height: 120px;
    }
    
    .landing_sidebar {
        margin-top: 30px;
    }
    
    .sidebar_half {
        width: 50%;
        float: left;
    }
    
    .landing_teaser article {
        min-height: 340px;
    }
    
    .woocommerce ul.products li.product h3 {
        height: 50px;
    }
	
	.wrapper_logo {
		width: auto;
        padding-left: 15px;
	}
	
	.col-md-8 {
		width: 66.66666667%;
	}
	
	.col-md-2 {
		width: 16.66666667%;
	}
}

@media screen and (max-width: 1024px){
	
	.whats_app_mobile {
		display: unset;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}
	
	.col-xs-2 {
		width: 16.66666667%;
	}
	
	.col-sm-5 {
		width: 41.66666667%;
	}
	
	.mobile_popup p a {
		transform: unset;
		top: -8px;
		text-align: center;
		font-size: 15px;
		width: 100%;
		color: #FFFFFF;
		letter-spacing: 1px;
	}
	
	.mobile_popup {
		width: 100%;
		height: 40px;
		position: fixed;
		bottom: 0;
		background-color: #E83737;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 1;
		box-shadow: 1px 0px 2px 2px rgba(0,0,0,0.3);
		cursor: pointer;
		border-radius: 5px 5px 0 0;
	}
	
}


@media screen and (max-width: 768px) {
	.teaser_all.teaser_odd.teaser3 {
		background-color: #337ab7;
		background-size: contain;
	}
	
	/*ALLGAS OPTIMIERUNG 12.11.2020*/
	/*SOCIAL LINKS FOOTER*/
	.footer_contact_two_inner {
		flex-wrap: wrap;
	}
	
	.footer_contact_left.two {
		width: 100%;
		padding-right: 0;
	}
	
	.footer_social_wrapper {
		width: 100%;
		display: flex;
		padding-left: 0;
		margin-top: 10px;
	}
	
	.footer_social_wrapper .cta_fb {
		margin-bottom: 0;
		margin-right: 10px;
	}
	
	.footer_social_wrapper .cta_fb:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	
	.open_custom_cart_widget_wrapper {
		top: 3px;
	}
	
    .notruf {
		top: 23%;
		padding: 5px;
	}
    
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 45%;
    }
    
    .home_teaser li div {
        height: 120px;
    }
    
    .home_teaser .teaser_all h2 {
        font-size: 12px;
    }
    
    .home_teaser .teaser_all.teaser_odd.teaser7 h2 {
        font-size: 20px;
    }
    
    .home_teaser .teaser_all.teaser_even h2 {
        padding: 50px 2vw 0;
    }
    
    .teaser_block article,    
    .landing_teaser article {
        min-height: 0;
    }
    
    h1 {
        font-size: 1.2em;
    }
    
    h2, h3, .shop_product_slider h3, .brands h4 {
        font-size: 1.1em;
    }
    
    .brands_slider {
        max-width: 75%;
        margin: auto;
    }
    
    .related_product_slider h3, .shop_slider h4 {
        height: 80px;
    }
    
    .product_img_wrapper, .related_product_slider .product_image_wrapper, .product_image_wrapper {
        height: 42vw;
    }
    
    li.flex-nav-prev {
        left: -10px;
    }
    
    li.flex-nav-next {
        right: -10px;
    }
    
    .brands_slider li.flex-nav-prev {
        left: -30px;
    }
    
    .brands_slider li.flex-nav-next {
        right: -30px;
    }
    
    .info_banner .widget_text {
        padding: 40px 30px;
    }
    
    .info_banner h3 {
        font-size: 1em;
        margin-bottom: 0;
    }
    
    .info_banner p {
        display: none;
    }

    .info_banner .widget_text#text-5 p {
        display: block;
    }

    .footer_contact, .footer_contact_right {
        text-align: center;
    }
    
    .footer_contact_right span, .footer_contact_left span {
        width: 140px;
        position: relative;
        display: inline-block;
    }
    
    .footer_map {
        height: 50.5vw;
        margin: 30px auto;
    }
    
    .footer_map_pins i {
        font-size: 8vw;
    }
    
    .woocommerce div.product div.images {
        width: 50%;
        float: none;
        margin: 0 auto 20px;
    }
    
    .small_thumbnail_wrapper {
        width: 80px;
        height: 80px;
    }
    
    .search_page input.search-input {
        width: 90%;
    }
    
    .search_page button.search-submit {
        margin: 10px auto 0;
        display: block;
    }
    
}

@media screen and (max-width: 1199px) {
    .nav_header ul {
        top: 85px;
        bottom: 0;
        overflow: auto;
    }
}

@media screen and (max-width: 500px) {
    .nav_header ul {
        top: 112px;
    }

    .sticky .nav_header ul {
        top: 85px;
    }
}

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

	.mobile_toggle {
		display: none;
		font-size: 30px;
		line-height: 0;
		padding-left: 20px;
		padding-right: 20px;
		vertical-align: middle;
	}
	
	
 	.menu-item-has-children a {
		padding-left: 40px;
	}
	
	.active li a {
		font-size: 18px;
	}
	
	ul.sub-menu.active {
		top: 0;
	}
	
	.menu-item ul li ul li {
		padding-left: 0;
	}
	
	.menu-item ul li ul li ul li {
		padding-right: 40px;
	}
	
	.sub-menu.active li a {
		font-size: 16px;
	}
	
	.phone_container {
		flex-direction: column;
	}

	a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
		width: 100%;
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
		-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
	}
	
	.nav_header {
		position: relative;
	}
	
	.open_custom_cart_widget_wrapper {
		width: 26px;
    	height: 26px;
		left: -100%;
		position: absolute;
		top: 5px;
	}
	
	i.fa.fa-shopping-cart {
	    font-size: 18px;
	}
	
	span.cart_content {
		font-size: 14px;
		width: 18px;
		height: 18px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
    
    .header_main,
    .header_all.sticky .header_main {
        height: 60px;
    }
	
	.header_all.sticky .header_main {
		height: 60px;
	}
    
    .header_all .logo img,
    .header_all.sticky .logo img {
        width: 70px;
    }
    
    .nav_header ul {
        top: 80px;
    }
    
    #burger i {
        vertical-align: middle;
        margin-top: -2px;
    }
    
    .cta_search, .cta_info, .cta_appointment {
        font-size: 17px;
    }
    
    .cta_fb {
        font-size: 19px;
    }
    
    .home_teaser li {
        padding: 0 5px;
    }
    
    .home_teaser li div {
        height: 140px;
        margin: 10px auto;
    }
    
    .home_teaser .teaser_all.teaser_even h2 {
        padding: 60px 10px 0;
    }
    
    .home_teaser .teaser_all h2 {
        font-size: 11px;
    }
    
    .home_teaser .teaser_all.teaser_odd h2 {
        right: 3px;
        bottom: 3px;
    }
    
    .teaser_block article, .landing_teaser article {
        margin: 5px auto;
    }
    
    .related_product_slider h3, .shop_slider h4 {
        height: 100px;
    }

    /*

    .info_banner,
    .info_banner .widget_text {
        height: 100px;
    } */
    
    .info_banner .widget_text {
        padding: 35px 10px;
    }
    
    .info_banner h3 {
        font-size: 10px;
    }
    
    .woocommerce ul.products li.product h3 {
        height: 80px;
    }
    
    .woocommerce div.product div.images {
        width: 80%;
    }
	
	.landing_sidebar{
		border: 1px solid #e83737;
		animation: border-pulsate 3s infinite;
	}
	
	@keyframes border-pulsate {
		0%{ 
			-webkit-box-shadow: 10px -10px 17px -8px rgba(232,55,55,0.65);
			-moz-box-shadow: 10px -10px 17px -8px rgba(232,55,55,0.65);
			box-shadow: 10px -10px 17px -8px rgba(232,55,55,0.65);
		}
		50%{ 
			-webkit-box-shadow: 10px -10px 17px -8px rgba(232,55,55,0);
			-moz-box-shadow: 10px -10px 17px -8px rgba(232,55,55,0);
			box-shadow: 10px -10px 17px -8px rgba(232,55,55,0);
		}
		100%{ 
			-webkit-box-shadow: 10px -10px 17px -8px rgba(232,55,55,0.65);
			-moz-box-shadow: 10px -10px 17px -8px rgba(232,55,55,0.65);
			box-shadow: 10px -10px 17px -8px rgba(232,55,55,0.65);
		}
	}

    .sidebar_half {
        width: 100%;
        float: none;
    }
	
	.phone_container {
		display: flex;
		justify-content: space-around;
		margin-bottom: 5px;
	}
	
	.phone_container h3 {
		margin: 0;
	}
	
	.nav_header ul {
		top: 85px;
		bottom: 0;
		overflow: auto;
	}
	
	ul.sub-menu.active {
		top: 3px;
	}
	
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100%;
	}
	
	.woocommerce ul.products li.product a img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	
	/*ALLGAS OPTIMIERUNG 12.11.2020*/

	/*SOCIAL LINKS FOOTER*/
	.footer_social_wrapper {
		justify-content: center;
	}
	
	/*HOME TEASER*/
	.lemon_opt_teaser_ul {
		flex-wrap: wrap;
	}
	
	.lemon_opt_teaser_li {
		width: 50%;
	}
	
	.home_teaser li div {
		margin: 10px auto 0 auto;
	}
}

@media screen and (max-width: 375px) {
	.open_custom_cart_widget_wrapper {
		left: -120%;
	}
	
	.open_custom_cart_widget_wrapper {
		left: -165%;
	}
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    ALLGAS THEME POP UP
\*------------------------------------*/
html, body {
	overflow-x: hidden;
}

.lemon_popup_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(5px);
	z-index: 1000;
}

.lemon_pop_up_inner {
    width: calc(100% - 40px);
    margin: 15vh auto;
    height: 70vh;
    background-color: #FFF;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    position: relative;
}

.lemon_pop_up_inner_inner {
    padding-bottom: 2rem;
    height: 100%;
    overflow: auto;
}

h2.lemon_pop_up_headline {
    text-align: center;
    letter-spacing: 0px;
    color: #0079BD;
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    padding: 60px 0;
    margin: 0;
    text-transform: none;
}


.lemon_pop_up_close {
    position: absolute;
    right: 0;
    top: -20px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #0000001a;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 9999;
}

.lemon_pop_up_content a {
    color: #0079BD;
    text-decoration: underline;
}

.lemon_pop_up_content a:hover {
    opacity: .7;
}

@media all and (min-width: 375px) {
	h2.lemon_pop_up_headline {
		padding: 80px 0;
	}
}

@media all and (min-width: 411px) {
	h2.lemon_pop_up_headline {
		padding: 100px 0;
	}
}

@media all and (min-width: 768px) {
	.lemon_popup_wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.lemon_pop_up_inner {
		max-width: 768px;
		height: auto;
	}
	
	.lemon_pop_up_close {
		right: -20px;
	}
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    WIZARD
\*------------------------------------*/
.gform_wrapper textarea {
    color: #333;
}

body.opened_wizard {
    overflow: hidden;
}

.allgas_wizard_inner .gform_confirmation_wrapper {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    padding-right: 115px;
    box-sizing: border-box;
    max-height: 600px;
    height: 600px;
    overflow: auto;
}

.open_allgas_wizard {
    cursor: pointer;
    width: 100%;
}

.allgas_wizard {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    opacity: 1;
    backdrop-filter: blur(5px);
    display: none;
    width: 100%;
}

.allgas_wizard_inner {
    background-color: #0079BD;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    position: relative;
    letter-spacing: 0.65px;
    color: #222222;
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    max-width: 1124px;
    margin: 0 auto;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}

.allgas_wizard_inner .gform_wrapper {
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    width: 70%;
    box-sizing: border-box;
    flex-grow: 1;
    max-height: 600px;
    height: 600px;
    overflow: auto;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.allgas_wizard_inner .gform_wrapper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.allgas_wizard_inner .gform_wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.allgas_wizard_inner .wizard_inner_left {
    width: 30%;
    padding: 30px;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    display: none;
    margin-right: 115px;
    border-radius: 15px 0 0 15px;
}

.wizard_left_img {
    margin: 0 auto 20px;
    display: block;
}

.allgas_wizard_inner .gform_wrapper .gf_page_steps {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.wizard_logo.wizard_logo_first_step {
    position: absolute;
    top: 30px;
    left: 30px;
    max-width: 130px;
}

input#gform_next_button_5_1 {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: 0;
}

.close_wizard_inner {
    position: absolute;
    right: -20px;
    top: -20px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #0000001A;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 9999;
}

.close_wizard_inner:hover {
    opacity: 0.5;
}

.custom_wizard_steps {
    text-align: center;
    margin-top: 35px;
}

.custom_wizard_steps li {
    background-color: #0079BD;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
    display: inline-block;
    opacity: 0.3;
    transition: 0.3s ease;
}

.custom_wizard_steps li.step_active {
    opacity: 1;
}

.allgas_wizard_inner .gform_page#gform_page_5_1 {
    border-radius: 15px;
}

.allgas_wizard_inner .wizard_inner_left::after {
    content: '';
    background: #fff;
    width: 40px;
    height: 40px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    right: -10px;
    top: 60px;
}

.allgas_wizard_inner .gform_wrapper h2 {
    text-align: center;
    letter-spacing: 0px;
    color: #0079BD;
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    padding: 10px;
    margin: 0;
    text-transform: none;
}

.wizard_logo {
    max-width: 90px;
}

.info_wizard {
    text-align: center;
    letter-spacing: 0.65px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.custom_wizard_step_counter em {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    font-style: inherit;
}

.custom_wizard_step_counter {
    text-align: center;
    letter-spacing: 0px;
    font-size: 19px;
    line-height: 20px;
    font-weight: 700;
}

.custom_wizard_step_title {
    text-align: center;
    letter-spacing: 0.8px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.allgas_wizard_inner .gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 0;
    text-align: center;
    margin-bottom: 70px;
    padding-bottom: 0 !important;
}
.allgas_wizard_inner .gform_wrapper h3 {
    text-align: center;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 40px 0;
}

.allgas_wizard_inner .gform_wrapper ul li.gfield.blue_bg label {
    /*background-color: rgba(0,121,189,0.7);*/
    border-radius: 15px;
    width: 100%;
    padding: 15px 5px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s ease;
    justify-content: center;
}

.allgas_wizard_inner .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.58);
    text-align: center;
    padding: 10px;
    letter-spacing: 0.7px;
    color: #fff;
    border: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
}

.allgas_wizard_inner .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
    color: #fff;
}

.allgas_wizard_inner .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
    color: #fff;
}

.allgas_wizard_inner .gfield_consent_label a {
    text-decoration: underline;
}

.allgas_wizard_inner div.gf_page_steps+div.validation_error {
    display: none;
}

.allgas_wizard_inner .gform_wrapper .field_description_below .gfield_description {
    text-align: center;
    color: #fff;
    padding-top: 0;
    padding-right: 0 !important;
    letter-spacing: 0.7px;
    font-weight: 600;
}

.allgas_wizard_inner .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 2px solid #fff;
}

.allgas_wizard_inner .gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.gform_wrapper .gfield.image-choices-field.gf_list_3col.blue_bg li.image-choices-choice .image-choices-choice-image-wrap {
    height: 180px;
    width: 100%;
}

.allgas_wizard_inner .gform_wrapper ul li.gfield.blue_bg li {
    box-shadow: 0px 0px 15px #0000001A;
    border-radius: 15px;
    margin-top: 15px !important;
    margin-right: 1% !important;
    margin-left: 1% !important;
}

.gform_wrapper .gfield.image-choices-field.gf_list_3col.blue_bg li.image-choices-choice label:hover, .allgas_wizard_inner .gform_wrapper ul li.gfield.blue_bg .image-choices-choice-selected label {
    background-color: rgba(0,121,189,0.3) !important;
}

.gform_wrapper .gfield.image-choices-field.gf_list_3col.blue_bg .gfield_radio {
    display: flex;
}

.gform_wrapper .gfield.image-choices-field.gf_list_3col.blue_bg li.image-choices-choice .image-choices-choice-text {
    text-align: left;
    letter-spacing: 0px;
    color: #0079BD;
    font-size: 25px;
    line-height: 34px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    white-space: pre-wrap;
    padding: 15px 0 5px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

body .allgas_wizard .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 115px;
    padding-bottom: 45px;
    margin-right: 0 !important;
}

body .allgas_wizard .gform_wrapper ul.gform_fields li.gfield.allgas_input {
    padding-bottom: 15px;
}

body .allgas_wizard .gform_wrapper ul.gform_fields li.gfield.allgas_input label.gfield_label {
    padding-right: 0;
    margin-bottom: 0;
}

body .allgas_wizard .gform_wrapper ul.gform_fields li.gfield.gfield.wizard_liste_untereinander, body .allgas_wizard .gform_wrapper ul.gform_fields li.gfield.wizard_liste_2_nebeinander_bild > label, body .allgas_wizard .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield.gfield.wizard_liste_untereinander  {
    padding-right: 0;
}

.allgas_wizard .gform_wrapper .top_label li > label.gfield_label, .allgas_wizard_inner .gform_wrapper .gform_page:not(#gform_page_5_1) h2 {
    letter-spacing: 0px;
    opacity: 1;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    font-weight: 700;
    color: #fff;
    padding-right: 115px;
}

.allgas_wizard_inner .gform_wrapper .wizard_liste_2_nebeneinander > label.gfield_label, body .allgas_wizard_inner .gform_wrapper .wizard_liste_2_nebeinander_bild > label.gfield_label, body .allgas_wizard_inner .gform_wrapper .wizard_liste_2_nebeneinander > label.gfield_label, .allgas_wizard_inner .gform_wrapper .gform_page:not(#gform_page_5_1) h2.allgas_h2 {
    padding-right: 0;
}

body .allgas_wizard_inner .gform_wrapper .wizard_liste_2_nebeneinander > label.gfield_label {
    margin-bottom: 0;
}

.allgas_wizard_inner .gform_wrapper .gform_page:not(#gform_page_5_1) .gfield_html.gfield_no_follows_desc h2 {
    margin-bottom: 5px;
}

.allgas_wizard .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .allgas_wizard .gform_wrapper li.gfield_error ul.gfield_checkbox, .allgas_wizard .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #fff;
}

.gform_wrapper .top_label .gfield.wizard_liste_untereinander li {
    letter-spacing: 0.7px;
    /* color: #FFFFFF; */
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid;
    padding: 0 !important;
    margin: 0 !important;
    transition: 0.3s ease;
    background-color: transparent;
    cursor: pointer;
}

.gform_wrapper .top_label .gfield.wizard_liste_untereinander li label {
    padding: 30px 20px !important;
}

.allgas_wizard .gform_wrapper .top_label li ul.gfield_checkbox, .allgas_wizard .gform_wrapper .top_label li ul.gfield_radio {
    width: 100%
}

#gform_wrapper_5 img.gform_ajax_spinner {
    position: fixed !important;
    z-index: 999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block !important;
    overflow: hidden  !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url('img/loading.svg');  /* path to your new spinner */
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: center center;
}

.gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li label {
    background-color: #fff;
    border-radius: 10px;
    padding: 0 !important;
    text-align: center;
    letter-spacing: 0.7px;
    color: #222222;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans';
    font-weight: 600;
}

.gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li {
    position: relative;
    outline: none;
}

.allgas_wizard_inner .image-choices-admin-field.image-choices-use-images .image-choices-choice-focus label, .allgas_wizard_inner .image-choices-admin-field.image-choices-use-images .image-choices-choice, .allgas_wizard_inner .image-choices-field .image-choices-choice {
  border: 0;
}

.allgas_wizard_inner .image-choices-field .image-choices-choice-focus label {
    border-color: #fff;
}

.gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li label .image-choices-choice-image-wrap {
    width: 210px;
    height: 210px;
    border-radius: 10px;
    border: 2px solid #fff;
    box-sizing: border-box;
}

.gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li label .image-choices-choice-text {
    padding: 15px 20px;
    white-space: pre-wrap;
    max-width: 210px;
}

.gform_wrapper .top_label .gfield.wizard_liste_untereinander li:last-child {
    border-bottom: 0;
}

.gform_wrapper .top_label .gfield.wizard_liste_untereinander input[type="radio"], .gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li input[type="radio"], .gform_wrapper .top_label .gfield.wizard_liste_2_nebeneinander li input[type="checkbox"] {
    margin: 0;
    -webkit-appearance: none;
    width: 0;
    height: 0;
    border: 0;
    cursor: pointer;
    position: absolute;
}

.gform_wrapper .top_label .gfield.wizard_liste_untereinander input[type="radio"]:checked + label, .gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li input[type="radio"]:checked + label {
    font-weight: 600;
}

.gform_wrapper .top_label .gfield.wizard_liste_untereinander li label::before, .gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li::before {
    background-image: url('img/check.svg');
    content: '';
    width: 21px;
    height: 21px;
    background-color: #0079BD;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid;
    margin-right: 70px;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease;
}

.gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li label::before {
    content: '';
    width: 21px;
    height: 21px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid;
    transition: 0.3s ease;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border-color: transparent;
}

.gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li::before {
    margin-right: 15px;
}

.gform_wrapper .top_label .gfield.wizard_liste_untereinander li.checked, .gform_wrapper .top_label .gfield.wizard_liste_untereinander li:hover {
    background-color: rgba(255,255,255,0.27);
}

.gform_wrapper .top_label .gfield.wizard_liste_untereinander li.checked label::before, .gform_wrapper .top_label .gfield.wizard_liste_untereinander li:hover label::before, .gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li.image-choices-choice-selected::before, .gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li:hover::before  {
    background-color: #fff;
   
}

.allgas_wizard_inner .image-choices-admin-field.image-choices-use-images .image-choices-choice-selected, .allgas_wizard_inner .image-choices-field .image-choices-choice-selected {
    border: 0;
}

.allgas_wizard_inner .gform_page {
    background-color: #0079BD;
    border-radius: 0px 15px 15px 0px;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
    max-height: 600px;
    height: 600px;
    overflow: auto;
}

.allgas_wizard_inner .gform_page#gform_page_5_1 {
    background-color: #fff;
    color: #222222;
    padding-left: 60px;
    padding-right: 60px;
}

body .allgas_wizard .gform_wrapper .gform_page#gform_page_5_1 ul.gform_fields li.gfield {
    padding: 0;
    margin-bottom: 30px;
}

/*.allgas_wizard_inner .gform_wrapper .gform_page#gform_page_5_1 .gform_page_footer {
    display: none;
}*/

.allgas_wizard_inner .gform_wrapper .gform_page_footer {
    margin: 0;
    width: 100%;
    border-top: 0;
    padding: 16px 0 0 0;
    clear: both;
    text-align: right;
    padding: 45px 115px 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body .allgas_wizard_inner .gform_wrapper .gfield_required {
    display: none !important;
}

.allgas_wizard_inner .gform_wrapper .gform_page_footer .button.gform_next_button, .allgas_wizard_inner .gform_wrapper .gform_page_footer .gform_previous_button {
    background-color: #fff;
    box-shadow: 0px 0px 5px #0000001A;
    border-radius: 5px;
    letter-spacing: 0.7px;
    color: #222222;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px !important;
    font-family: 'Open Sans';
    padding: 9px 30px;
    margin-right: 0;
    margin-left: 12px;
    transition: 0.3s ease;
    min-height: unset !important;
    width: unset;
    margin-bottom: 0;
}

.allgas_wizard_inner .gform_wrapper .gform_page_footer .button.gform_next_button:hover, .allgas_wizard_inner .gform_wrapper .gform_page_footer .gform_previous_button:hover {
    background-color: rgba(255,255,255,0.5);
}

.allgas_wizard_inner .gform_wrapper .gform_page_footer .gform_previous_button {
    width: 40px !important;
    height: 40px !important;
    padding: 14px !important;
}

.gform_wrapper .top_label .gfield.wizard_liste_2_nebeneinander li label {
    background-color: #004d9b;
    box-shadow: 0px 0px 5px #0000001A;
    border-radius: 5px;
    display: block;
    border: 2px solid;
    letter-spacing: 0.7px;
    color: #fff;
    max-width: calc(100% - 15px) !important;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 3px;
    font-weight: 400;
    border-color: #004d9b;
    transition: 0.3s ease;
    margin: 0 0 0 auto;
}

.gform_wrapper .top_label .gfield.wizard_liste_2_nebeneinander li.checked label, .gform_wrapper .top_label .gfield.wizard_liste_2_nebeneinander li:hover label {
    border-color: #fff;
}

.gform_wrapper .top_label .gfield.wizard_liste_2_nebeneinander li input[type="checkbox"]:checked + label {
    font-weight: 400;
}

.allgas_wizard_inner .gform_wrapper .gfield_html.gfield_no_follows_desc.wizard_beschreibungs_bild {
    padding-bottom: 0;
    margin-bottom: 30px;
}

.allgas_wizard_inner .gform_wrapper .gfield_html.gfield_no_follows_desc.wizard_beschreibungs_bild img {
    border-radius: 10px;
}

.gform_wrapper .top_label .ginput_container_fileupload input.medium {
    width: 100%;
    border: 2px solid;
    border-radius: 15px;
    padding: 10px;
}

body .allgas_wizard .gform_wrapper ul.gform_fields li.gfield.weiteres_geraet li label, body .allgas_wizard .gfield_consent_label {
    letter-spacing: 0.6px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

body .allgas_wizard .gform_wrapper ul.gform_fields li.gfield.weiteres_geraet li label::before,  body .allgas_wizard .gfield_consent_label::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.58);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    min-width: 20px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease;

}

body .allgas_input.checked .gfield_consent_label::before, body .allgas_wizard .gform_wrapper ul.gform_fields li.gfield.weiteres_geraet li input:checked + label::before {
    background-image: url('img/check.svg');

}


body .allgas_wizard .gform_wrapper ul.gform_fields li.gfield.weiteres_geraet li input,  body .allgas_wizard .ginput_container_consent input {
    margin: 0;
    -webkit-appearance: none;
    width: 0;
    height: 0;
    border: 0;
    cursor: pointer;
}

body .allgas_wizard .gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium {
    width: 100%;
}

body .allgas_wizard .gform_wrapper ul.gform_fields li.gfield li {
    margin: 0 0 8px 0;
}

#gform_page_5_1 .gform_page_footer {
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
}

.allgas_wizard #choice_5_52_1 {
    display: none;
}

@media all and (max-width: 1200px) {
    .allgas_wizard_inner {
        width: calc(100% - 60px);
    }
    
    .gform_wrapper .gfield.image-choices-field.gf_list_3col.blue_bg li.image-choices-choice .image-choices-choice-text {
        font-size: 20px;
        line-height: 29px;
    }
    
    .gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li label {
        width: calc(100% - 45px);
    }
    
    
    .gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li label .image-choices-choice-image-wrap {
        width: 100%;
    }
    
    .gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li label .image-choices-choice-text {
        max-width: unset;
    }

}

@media all and (max-width: 1024px) {
    .allgas_wizard_inner .wizard_inner_left {
        margin-right: 60px;
    }
}

@media all and (max-width: 768px) {
    .gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li label::before {
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
    }
    
    .allgas_wizard_inner .gform_confirmation_wrapper {
        width: 100%;
        padding: 15px;
    }

    .allgas_wizard_inner {
        flex-wrap: wrap;
    }
    
    .gform_wrapper .gfield.image-choices-field.gf_list_3col.blue_bg li.image-choices-choice .image-choices-choice-text {
        font-size: 15px;
        line-height: 24px;
    }
    
    .allgas_wizard_inner .wizard_inner_left {
        margin-right: 0;
        width: 100%;
        border-radius: 0;
        padding: 15px;
    }
    
    .allgas_wizard_inner .wizard_inner_left::after {
        right: 50%;
        top: calc(100% - 10px);
        transform: translateX(50%) rotate(45deg);
        width: 20px;
        height: 20px;
        z-index: 0;
    }
    
    .allgas_wizard_inner .gform_wrapper {
        width: 100%;
    }
    
    body .allgas_wizard .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    
    .allgas_wizard .gform_wrapper .top_label li > label.gfield_label, .allgas_wizard_inner .gform_wrapper .gform_page:not(#gform_page_5_1) h2 {
        padding-right: 0;
    }
    
    .info_wizard br, .info_wizard, .wizard_left_img, .custom_wizard_step_title {
        display: none;
    }
    
    .custom_wizard_steps {
        margin-top: 0;
        display: none;
    }
    
    .allgas_wizard_inner .gform_page {
        padding-top: 15px;
    }
    
    .allgas_wizard_inner .gform_wrapper .gform_page_footer {
        padding: 10px 15px 15px 0;
    }
    
    body .allgas_wizard .gform_wrapper ul.gform_fields li.gfield, .allgas_wizard .gform_wrapper .top_label li > label.gfield_label, .allgas_wizard_inner .gform_wrapper .gform_page:not(#gform_page_5_1) h2 {
        padding-bottom: 15px;
    }
    
    body .allgas_wizard .gform_wrapper ul.gform_fields li.gfield.gfield.wizard_liste_untereinander, body .allgas_wizard .gform_wrapper ul.gform_fields li.gfield.wizard_liste_2_nebeinander_bild > label, body .allgas_wizard .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield.gfield.wizard_liste_untereinander {
        padding-right: 0;
        padding-left: 0;
    }
    
    .allgas_wizard_inner .gform_page#gform_page_5_1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .wizard_logo.wizard_logo_first_step {
        position: absolute;
        top: 15px;
        left: 15px;
        max-width: 100px;
    }
    
    .allgas_wizard .gform_wrapper .top_label li > label.gfield_label, .allgas_wizard_inner .gform_wrapper .gform_page:not(#gform_page_5_1) h2 {
        margin-bottom: 15px;
    }
    
    .gform_wrapper .top_label .gfield.wizard_liste_untereinander li label::before, .gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li::before {
        margin-right: 40px;
    }
    
    .custom_wizard_step_counter {
        margin: 0;
    }
    
   .gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li::before {
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    
    .gform_wrapper .top_label .gfield.wizard_liste_untereinander li label::before {
        margin-right: 15px;
    }
}
  
@media all and (max-width: 600px) {
    .gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li label::before {
        left: 15px;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 15px;
        height: 15px;
    }
    
    
    .allgas_wizard_inner .gform_wrapper h2 {
        font-size: 20px;
        line-height: 29px;
        padding: 10px;
    }
    
    .allgas_wizard_inner .gform_wrapper h3 {
        font-size: 14px;
    }
    
    
    .allgas_wizard_inner .gform_page#gform_page_5_1 {
        padding-top: 50px;
    }
    
    .allgas_wizard_inner .gform_wrapper h3 {
        margin: 0 0 15px 0;
    }
    
    .gform_wrapper .gfield.image-choices-field.gf_list_3col.blue_bg .gfield_radio {
        flex-wrap: wrap;
    }
    
    body .allgas_wizard .gform_wrapper .gform_page#gform_page_5_1 ul.gform_fields li.gfield {
        margin-bottom: 0;
    }
    
    .gform_wrapper .top_label .gfield.wizard_liste_untereinander li label {
        padding: 15px 15px !important;
        max-width: 100%;
        width: 100%;
    }
    
    .allgas_wizard_inner .gform_page {
        max-height: unset;
        height: unset;
    }
    
    .allgas_wizard_inner.extend .gform_wrapper {
        max-height: calc(100vh - 45px);
        height: calc(100vh - 45px);
    }
    
    .allgas_wizard_inner .gform_wrapper {
        max-height: 100vh;
        height: 100vh;
    }
    
    .gform_wrapper .top_label .gfield.wizard_liste_untereinander li label::before, .gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li::before {
        margin-right: 15px;
        height: 15px;
        width: 15px;
    }
    
    .custom_wizard_step_counter {
        font-size: 15px;
        line-height: 15px;
        padding: 0;
        margin: 0;
    }
    
    .allgas_wizard_inner .gform_wrapper .gform_page_footer .button.gform_next_button, .allgas_wizard_inner .gform_wrapper .gform_page_footer .button.gform_previous_button {
        font-size: 14px !important;
        line-height: 20px !important;
        width: unset;
    }
    
    .allgas_wizard_inner .gform_wrapper .gform_page_footer .button.gform_previous_button {
        margin-bottom: 16px;
    }
    
    body .allgas_wizard_inner .gform_wrapper ul li.gfield.blue_bg li.image-choices-choice {
        width: 98% !important;
    }

    
    .allgas_wizard_inner {
        border-radius: 0;
    }
    .allgas_wizard .gform_wrapper .top_label li > label.gfield_label, .allgas_wizard_inner .gform_wrapper .gform_page:not(#gform_page_5_1) h2 {
        padding: 15px;
    }
    
    .allgas_wizard_inner {
        width: 100vw;
        height: 100%;
        margin: 0;
    }
    
    .close_wizard_inner {
        right: 15px;
        top: 10px;
    }
    
    .allgas_wizard_inner .gform_page#gform_page_5_1 {
        border-radius: 0;
    }
    

    
    .gform_wrapper .top_label .gfield.wizard_liste_untereinander li label::before {
        margin-left: 0;
        margin-bottom: 0;
    }
  
     .allgas_wizard_inner.extend .gform_wrapper {
        max-height: calc(100vh - 100px);
        height: calc(100vh - 100px);
    }
    
    .allgas_wizard_inner .gform_wrapper {
        max-height: calc(100vh);
        height: calc(100vh);
    }
    
    .gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li label .image-choices-choice-text {
        padding: 0 20px;
    }
    
    .gform_wrapper .top_label .gfield.wizard_liste_untereinander li label::before, .gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li::before {
        margin-right: 15px;
        margin-left: 0;
        margin-bottom: 0;
    }
    
    body .gform_wrapper .top_label .gfield.wizard_liste_2_nebeinander_bild li.image-choices-choice {
        width: 100% !important;
    }
    
    .gform_wrapper .top_label .gfield.wizard_liste_2_nebeneinander li label {
        width: 100%;
        min-width: 100%;
        margin: 0;
    }
    
    .allgas_wizard_inner .gform_wrapper .gfield_html.gfield_no_follows_desc {
        margin-bottom: 30px;
    }
    
    .allgas_wizard_inner .gform_wrapper .gform_page_footer {
        margin-bottom: 100px;
    }
    

    
}
/*------------------------------------*\
    WIZARD END
\*------------------------------------*/

/*BANNER CSS*/

.show-only-mobile {
	display: none;
}

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

	.hide-mobile {
		display: none;
	}
	
	.show-only-mobile {
		display: block;
	}
}

/*------------------------------------*\
    BUGFIX 30.06.2021
\*------------------------------------*/

/*custom FAQ*/
.schema-faq-question {
    display: block;
    padding: 16px 100px 16px 38px;
    background-color: #337ab7;
    color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #0000001a;
    position: relative;
    cursor: pointer;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.schema-faq-question:after {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('img/icons/faq-arrow.svg');
    transition: .3s ease-in-out;
}

.schema-faq-question.active:after {
    transform: translateY(-50%) rotate(180deg);
}

.schema-faq-answer {
    margin: 0 0 2rem 0;
    border-radius: 10px;
    padding: 24px 38px 29px;
    background-color: #f5f5f5;
    display: none;
}


/*CONTACT DETAILS*/
.contact-details {
    width: 100%;
}

@media all and (min-width: 992px) {
    .contact-details {
        padding: 0 20px 20px;
    }  
}

.contact-details h2 {
    margin-top: 0;
    text-transform: none;
    font-size: 18px;
    line-height: 1.5;
}

.contact-details img {
    margin-bottom: 10px;
}

/*WEITERFÜHRENDE LINKS*/
.more-teaser-links {
    background-color: rgba(0, 121, 189, .3);
    padding: 40px 0;
    position: relative;
    overflow: unset;
}

.more-teaser-links.block {
    background-color: transparent;
}

.more-teaser-links.block:before {
    position: absolute;
    content: "";
    width: 200vw;
    height: 100%;
    background-color: rgba(0, 121, 189, .3);
    inset: 0 -50vw;
    z-index: -1;
}

.more-teaser-links-container:before, .more-teaser-links-container:after {
    display: none;
}

.more-teaser-links-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vw - 30px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    position: relative;
}

.more-teaser-links-item:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .2;
    z-index: 1;
    position: absolute;
    inset: 0;
}

.more-teaser-links-item a {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

@media all and (min-width: 768px) {
    .more-teaser-links-container {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .more-teaser-links-item {
        width: calc(50% - 15px);
        height: calc(50vw - 30px);
        flex-grow: 1;
        margin-bottom: 0;
    }
}

@media all and (min-width: 1024px) {
    .more-teaser-links-item {
        width: calc(33.333333333% - 15px);
        height: 311px;
        flex-grow: 1;
        margin-bottom: 0;
    }
}

@media all and (min-width: 1025px) {
    .more-teaser-links-item {
        transition: .5s ease;
    }

    .more-teaser-links-item:hover a {
        text-decoration: none;
    }

    .more-teaser-links-item:hover {
        opacity: .5;
    }
}

/*COUPON TEASER*/
.coupon-teaser {
    margin: 40px 0;
    overflow: unset;
}

.coupon-teaser-item {
    padding: 30px 27px;
    border-radius: 5px;
    background-color: #FFF;
    box-shadow: 0px 0px 10px #0000001a;
    margin-bottom: 15px;
    text-align: center;
}

.coupon-teaser-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto 40px;
}

.coupon-teaser-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    opacity: .3;
}

.coupon-teaser-title {
    margin: 0 0 33px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: unset;
    min-height: 48px;
}

.coupon-value {
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 52px;
    color: #222222;
}

.coupon-line {
    display: block;
    height: 1px;
    margin-bottom: 26px;
}

.coupon-text {
    margin-bottom: 24px;
}

.coupon-text p {
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
    margin: 0;
}

.coupon-button {
    width: 100%;
    display: block;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 5px;
}

.coupon-title-container {
    text-align: center;
    margin-top: 75px;
}

.coupon-title {
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: 700;
    line-height: 37px;
    text-transform: none;
}

.coupon-sub-title {
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
}


@media all and (min-width: 768px) {
    .coupon-teaser-container {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        max-width: 1350px;
        width: 100%;
    }

    .coupon-teaser-container:before, .coupon-teaser-container:after {
        display: none;
    }

    .coupon-teaser-item {
        width: calc(50% - 15px);
        margin-bottom: 0;
    }

    .more-teaser-links.block .more-teaser-links-container, .coupon-teaser.block .coupon-teaser-container {
        padding: 0;
        justify-content: space-between;
        width: 100%;
    }
}

@media all and (min-width: 1024px) {
    .coupon-teaser-item {
        width: calc(25% - 15px);
        
    }
}

@media all and (min-width: 1025px) {
    .coupon-teaser-item .coupon-button {
        transition: .5s ease;
    }

    .coupon-teaser-item:hover .coupon-button {
        opacity: .5;
    }

    .coupon-teaser a:hover {
        text-decoration: unset;  
        opacity: .5;    
    }
}


/*WALKER MEGA MENU*/
@media all and (max-width: 1199px) {
    .nav_header ul > li > .mega-sub {
        top: 112px;
        transform: translateX(100%);
        opacity: 0;
        pointer-events: none;
        transition: .3s ease-in-out;
    }

    .sticky .nav_header ul > li > .mega-sub {
        top: 85px;
    }

    .nav_header ul > li > .mega-sub.active {
        pointer-events: all;
        opacity: 1;
        transform: translateX(0);
    }

    .mega-image-container {
        width: 20%;
        position: relative;
        display: none;
    }

    .menu-item-has-children a {
        padding-left: 0;
    }

    .mobile-back {
        width: 100%;
        display: block;
        text-align: left;
        padding: 0 0 20px 20px;
        color: #FFF;
        font-size: 18px;
    }

    .mobile-back:before {
        content: "<";
        color: #FFF;
        margin-right: 7px;
    }

    .nav_header ul > li > .mega-sub .mega-sub {
        position: unset;
        opacity: 1;
        pointer-events: all;
        transform: translateX(0);
    }

    .nav_header ul > li > .mega-sub .mega-sub .mobile-back {
        display: none;
    }

    .nav_header ul > li > .mega-sub .mega-sub .mobile_toggle {
        display: none;
    }

    .menu-item ul li ul li ul li {
        padding-right: 0;
    }

    .nav_header > ul > li > .mega-sub > li > a {
        padding-left: 20px;
    }

    .nav_header > ul > li > .mega-sub .mega-sub li a {
        font-weight: 400;
        font-size: 16px;
    }

    .nav_header > ul > li > .mega-sub > li > .mega-sub {
        display: none;
        transition: unset;
    }
}

@media all and (min-width: 1200px) {
    .mobile-back {
        display: none;
    }

    .nav_header > ul > li > .mega-sub {
        position: fixed;
        inset: 120px 0 auto 0;
        width: 100vw;
        background-color: #f5f5f5;
        z-index: 10;
        opacity: 0;
        pointer-events: none;
        transition: .3s ease-in-out;
    }

    .nav_header ul > li > .mega-sub {
        box-shadow: 0 10px 30px 0 rgba(0,0,0,0.4);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .nav_header ul > li > .mega-sub .mega-sub {
        box-shadow: 0 0 0 0 transparent;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .nav_header > ul > li > .mega-sub.activeOne  {
        pointer-events: all;
        opacity: 1;
    }

    .nav_header > ul > li > .mega-sub.activeOne > li {
        display: block;
    }

    .admin-bar .header_all.sticky .nav_header > ul > li > .mega-sub{
        top: 92px;
    }

    .header_all.sticky .nav_header > ul > li > .mega-sub{
        top: 85px;
    }

    .nav_header > ul > li.custom-sub > .mega-sub > li {
        display: flex;
        position: unset;
        justify-content: space-between;
        text-align: left;
        margin: 30px 0;
    }

    .nav_header > ul > li > .mega-sub {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .nav_header > ul > li.custom-sub > .mega-sub > li > a {
        width: 20%;
        padding: 0;
        padding-left: 150px;
        position: relative;
        display: inline-flex;
        align-items: center;
    }

    .nav_header > ul > li.custom-sub > .mega-sub > li > a:after {
        content: "";
        margin-left: 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(img/right-arrow.svg);
        width: 10px;
        min-width: 10px;
        height: 18px;
        display: inline-block;
        background-size: contain;
    }

    .nav_header > ul > li.custom-sub > .mega-sub > li > a:hover:after, .nav_header > ul > li.custom-sub > .mega-sub > li > a.active-a:after {
        background-image: url(img/right-arrow-hover.svg);
    }

    

    .nav_header > ul > li.custom-sub > .mega-sub, .nav_header > ul > li.custom-sub > .mega-sub > li {
        padding: 0;
    }

    .nav_header > ul > li > .mega-sub > li.menu-item-has-children .mobile_toggle {
        display: none !important;
    }

    .nav_header > ul > li > .mega-sub > li > .mega-sub {
        display: flex;
        flex-direction: column;
        opacity: 1;
        pointer-events: none;
        transition: .3s ease-in-out;
    }

    .nav_header > ul > li > .mega-sub > li > .mega-sub.activeTwo {
        pointer-events: all;
        opacity: 1;
        z-index: 1;
    }

    .nav_header > ul > li > .mega-sub > li.lmt-logo-place > .mega-sub > li > .mega-sub.activeTwo {
        pointer-events: all;
        opacity: 1;
        z-index: 1;
    }

    .nav_header > ul > li > .mega-sub a {
        color: #333;
    }

    .nav_header > ul > li > .mega-sub > li > a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .nav_header > ul > li > .mega-sub > li > a > i {
        font-size: 30px;
    }

    .nav_header > ul > li > .mega-sub > li > a > i {
        display: inline-block;
    }

    .nav_header > ul > li.lmt-leistungen-menu > .mega-sub > li > a > i {
        display: none;
    }

    .nav_header > ul > li > .mega-sub > li > .mega-sub li {
        text-align: left;
        margin: 0;
        flex-grow: 1;
        padding: 0 10px;
        display: block;
    }

    .nav_header > ul > li > .mega-sub > li > .mega-sub li a {
        background: transparent;
        padding: 5px 0;
        font-size: 15px;
        font-weight: 500;
    }

    .nav_header > ul > li > .mega-sub > li > .mega-sub li a i {
        display: inline;
        padding-left: 10px;
        transition: padding-left 0.3s;
    }

    /*.nav_header > ul > li > .mega-sub > li > .mega-sub li a:hover {*/
    /*    color: ;*/
    /*}*/

    .nav_header > ul > li > .mega-sub > li > .mega-sub li a:hover i {
        padding-left: 13px;
        transition: padding-left 0.3s;
    }

    .nav_header > ul > li > .mega-sub > li > .mega-sub li a:hover::after {
        border-bottom: 0;
    }

    .nav_header > ul > li > .mega-sub > li > .mega-sub li.menu-item-has-children > .mobile-toggle {
        display: none;
    }

    .nav_header > ul > li > .mega-sub > li > .mega-sub > li a:hover {
        color: #cf2e2e;
    }

    .nav_header > ul > li > .mega-sub > li > .mega-sub > li > .mega-sub {
        display: flex;
        flex-wrap: wrap;
        flex-grow: 1;
    }

    .nav_header > ul > li > .mega-sub > li > .mega-sub .mega-sub li {
        width: 100%;
        margin: 0;
        padding: 0;
        font-weight: 400;
    }

    li.custom-sub .active-a {
        color: #cf2e2e !important;
        text-decoration: underline;
    }

    .custom-sub .mega-image-container {
        position: absolute;
        right: 15px;
        top: 30px;
        display: block;
    }

    .mega-image-container a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .mega-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .custom-sub .mega-button-container {
        display: block;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .mega-button-container a {
        color: #FFFFFF !important;
        padding: 10px 30px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #0079bd;
        display: inline-block;
    }

    .mega-button-container a:hover {
        opacity: .5;
    }

    .nav_header > ul > li > .mega-sub {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav_header > ul > li.custom-sub > .mega-sub {
        display: block;
    }

    .mega-button-container {
        order: 2;
        width: 100%;
    }
}

/* Änderungen vom 13.08.24 - AL */
.cta_highlight {
    background-color: transparent;
    align-self: stretch;
}

.cta_highlight a, .woocommerce a.add_to_cart_button, .woocommerce button.single_add_to_cart_button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 8px;
    background-color: #ff9d00 !important;
}

.gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
    border-radius: 8px;
    background-color: #ff9d00;
}

html .SBW-button {
    z-index:100 !important;
    margin: 20px 5px 43px 20px !important;
}

.cc-revoke.cc-bottom {
    left: 3rem;
}

@media all and (min-width: 1025px) {
    html .SBW-button {
        margin: 20px !important;
    }
}
@media all and (min-width: 1200px) {

    .cc-revoke.cc-bottom {
        left: 37rem;
    }
}

