/**
Theme Name: CraneParts Webshop
Author: Aufwind Werbeagentur
Author URI: http://aufwind.co.at/
Version: 2.0
*/
/* 
    colors:
    - white: #ffffff
    - red: #e41b12
    - grey: #cbcbcb
    - lightgrey: #dedede (input fields)
*/

@font-face {
    font-family: NotoSans;
    src: url(./font/Noto_Sans/NotoSans-Medium.ttf);
    font-weight: normal;
  }
  @font-face {
    font-family: NotoSans;
    src: url(./font/Noto_Sans/NotoSans-Bold.ttf);
    font-weight: bold;
  }

  #wt-cli-accept-btn{
    background-color: #e41b12 !important;
  }
  .aw23-product-overview.aw23-product-overview-top{
    max-width: 1200px;
    z-index: 0;
  }

#featured .aw23-product-overview,.aw23-product-overview-top{
    position: relative;
}
#featured .aw23-product-overview::before,.aw23-product-overview-top::before, #featured .aw23-product-overview::after,.aw23-product-overview-top::after{
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
#featured .aw23-product-overview::before,.aw23-product-overview-top::before{
    background-image: url(./img/Punkte-weiss-30.svg);
    top: -40px;
    left: -75px;
    width: 234px;
    height: 369px;
}
#featured .aw23-product-overview::after,.aw23-product-overview-top::after{
    background-image: url(./img/Striche-schraeg-weiss-30.svg);
    bottom: -40px;
    right: -75px;
    width: 369px;
    height: 369px;
}
.aw23_icon_teile{
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    margin: 50px;
    z-index: 1;
}
.aw23_icon_anmelden{
    display: block;
    margin-top: 50px;
    width: 150px;
    height: 150px;
}
.aw23_icon_anmelden img{
    width: 100%;
    height: auto;
}
#aw23_icon_teil_mitte{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5));
}
#aw23_icon_teil_kreis{
    transition: ease all 0.4s;
    animation: linear turn 8s infinite;
    filter: drop-shadow(0px 0px 15px black);
}
.mitarbeiter_position{
    display: block;
    font-size: 0.8rem;
    color: #aaa;
}
@keyframes turn{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #4d4d4d !important;
    font-size: 16px !important;
}
.woocommerce ul.product_list_widget li * {
    display: none;
    font-weight: 700;
}
.woocommerce ul.product_list_widget li a:first-of-type{
    display: block;
}
.logged-in.woocommerce.archive ul.products li.product .price{
    display: block;
}
.woocommerce.archive ul.products li.product .price{
    /*display: none;*/
    font-size: 14px !important;
}
mark.count {
    background-color: unset;
    font-size: 13px;
}
#sidebar li.current-cat ul.children,#sidebar li.current-cat-parent ul.children{
    display: block;
}
#sidebar li ul.children{
    display: none;
}


.woocommerce-page table.cart td.actions .coupon{
    display: flex;
}
.aw23-home-header{
    flex-direction: column;
    min-height: 500px;
    height: calc(100vh - 84px);
    width: 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.getsocial{
    display: flex;
    flex-wrap: wrap;
}
.getsocial a{
    display: block;
    max-width: 35px;
    margin-right: 15px;
}
.getsocial img{
    height: 100%;
    width: 100%;
}
.aw23-home-header-hyperlink{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) translateY(-5px);
    animation: float 1s infinite;
    animation-timing-function: ease-in;
    animation-direction: alternate;
    transition: ease all 0.4s;
}
.aw23-home-header-hyperlink svg{
    filter: drop-shadow(0px 0px 5px black);
    width: 40px;
    height: auto;
}
.aw23-slogan-section{
    padding: 100px 0;
}
.aw23-home-header-hyperlink svg .path{
    fill: white;
}
@keyframes float{
    from{
        transform: translateX(-50%) translateY(-5px);
    }
    to{
        transform: translateX(-50%) translateY(0px);
    }
}
.aw23-product-overview{
    width: 100%;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.aw23-product-overview .posthauptcont{
    width: calc(100%);
    padding: 10px;
    margin: 0 auto;
}
.aw23-last-viewed{
    font-size: .92em;
    margin: 0;
    background: #4d4d4d;
    color: white;
    padding: 5px 10px;
}
.home .posthauptcont .postbild img{
    transition: ease all 0.4s;
}
.row.aw23-link-section{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
    margin-top: -300px;
}
.readmore.aw23-link{
    background-color: white;
    margin-top: 1em;
}
.readmore.aw23-link a{
    color: #4d4d4d !important;
}
.aw23-link-container{
    background-color: #e41b12;
    color: white;
    padding: 50px 20px;
    text-align: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 200px;
    padding-bottom: 100px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,.aws-container .aws-search-field{
    background-color: #dedede;
}
.home .aws-container .aws-search-field{
    font-size: 20px;
    background: none;
    border: none;
    border-bottom: 2px solid #4d4d4d;
}
.home .aws-container .aws-search-form .aws-form-btn,.home .aws-container .aws-search-form .aws-form-btn:hover{
    background: none;
    border: none;
    transition: ease all 0.4s;
}
.home .aws-container .aws-search-form .aws-form-btn:hover{
    filter: brightness(1.5);
}
.home .aws-container .aws-search-form .aws-search-btn_icon{
    height: auto;
}
.home .posthauptcont:hover .postbild img{
    transform: scale(1.1);
}
.home .posthauptcont .postbild{
    position: relative;
    display: flex;
    overflow: hidden;
}
#menu-hauptnavigation .menu-item-27 a::after{
    content: "";
    position: absolute;
    width: 35px;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(./img/konto-icon.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: right center;
}
#menu-hauptnavigation .menu-item-27.current-menu-item a{
    background-color: white;
    color: #4d4d4d;
}
#menu-hauptnavigation .menu-item-27 a{
    padding-left: 38px;
    position: relative;
}
.home .posthauptcont .postbild .kategorie_name{
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;

    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0.8015581232492998) 80%, rgba(255,255,255,0) 100%);
}
.home .posthauptcont .postbild .kategorie_name h3{
    transition: ease all 0.4s;
    font-size: 20px;
    width: 95%;
    margin: 10px auto;
    color: black;
}
.home .posthauptcont .postbild .kategorie_name h3{
    font-size: 1rem !important;
}
.aw23-stopper{
    height: 100px;
    background-color: #e41b12;
    background-image: url(./img/Craneparts-Schriftzug.svg);
    background-size: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home .posthauptcont:hover .kategorie_name h3{
    color: #e41b12;
}
html{
    scroll-behavior: smooth;
}
*{box-sizing:border-box}img{max-width:100%;height:auto;}
body{font-family:'NotoSans',sans-serif!important;margin:0;color:#4d4d4d;font-weight:400;font-size:18px;background-color: white;}
*{
    font-family:'NotoSans',sans-serif!important

}.header{text-align:center}.coupon .input-text{width:150px!important}.pricelogin{color:#e41b12!important}
body.home .header{    z-index: 1;
    position: relative;
    background-color: white;}
.col-4{flex:25%}.footer .col-4{padding:1%}.navbar{display:flex;align-self:flex-start;text-align:right;flex:70%}
.home .featuredproducts{position:relative;margin: 0px 0px 0px 0px;overflow: hidden;z-index: 1;}
.home .featuredproducts .row{
    padding: 100px 0;
    margin-bottom: 200px;
}


.featuredproducts:before{
    background: #cbcbcb;
    position: absolute;
    width: 100%;
    height: calc(100% + 100px);
    content: "";
    transform: skewY(-5deg) translateY(-300px);
    z-index: -1;
    background-image: url(./img/muster-logo.png);
    background-repeat: repeat-x;
    background-position: 0% bottom;
    background-size: 240px;
    animation: lauftext 20s linear infinite;
}
@keyframes lauftext{
    from{
        background-position: 0% bottom;
    }
    to{
        background-position: 100% bottom;
    }
}
.featuredproducts h2{
    color:black;width:100%;text-align: center;
    font-size: 50px;
}
    h1,h2,h3,h4,h5,h6{text-transform:uppercase;font-size:24px}.footer .rounded{font-size:24px;text-transform:uppercase;font-weight:700;margin:15px 0 15px 0}.woocommerce ul.products li.product .price{color:#4d4d4d!important;font-size:21px!important}.menu-hauptnavigation-container{width:100%}.menu-hauptnavigation-container ul{margin:15px 0;padding:0}.menu-hauptnavigation-container ul li{display:inline-block}.navbar a{color:#4d4d4d;padding:12px 15px;text-decoration:none;text-align:center;background:rgba(255,255,255,.8);margin:0 5px;border:1px solid #4d4d4d}li.current-menu-item a{border:1px solid #e41b12;color:#fff;font-weight:700;background:#e41b12}.textwidget h3,.textwidget h4,.textwidget h5{font-size:18px}.woocommerce-result-count{display:none!important}.navbar a:hover{background-color:#ddd;color:#000}
.slogan{
    border-radius: 4px;
    width:98%;max-width:700px;padding:20px;margin:0 auto;background:rgba(255,255,255,.8);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.slogan-top .aws-container{
    border: 3px solid black;
    border-radius: 10px;
    padding: 3px 10px;
}
.slogan-top .aws-container .aws-show-clear .aws-search-field{
    border: none;
}
.aw23_willkommen_title.aw23_willkommen_title_top{
    position: relative;
    bottom: 0;
}
.aw23_willkommen_title_top h1{
    font-size: 50px;
}
.aw23_willkommen_title{
    position: absolute;
    bottom: 75px;
    text-shadow: 0 0 20px rgb(0 0 0);
    text-decoration: none;
    text-align: center;
}
.aw23_highlight_title{
    font-size: 30px;
}
.aw23_willkommen_title .aw23_nachunten_text{
    color: white;
    font-style: italic;
    display: block;
    margin-bottom: 20px;
}
.aw23_willkommen_title h1{
    color: white;
}
.slogan h1{color:#e41b12}
.teamcontainer .col-3{border-radius: 4px;border:1px solid #ccc;margin:1%;padding:15px 0px 0 0px!important;width:31.33%; width: 23%;}
.contactbox img{/*float:left*/ width: 100%;height: auto;
}.header .row{padding:15px}.row{display:flex;flex-wrap:wrap;padding:0 15px;max-width:1200px;margin:0 auto}#sidebar .widget-title{margin:30px 0;font-size:20px;text-transform:uppercase}#sidebar .widget-title:after{content:'';display:block;width:20px;height:3px;margin-top:10px;background:#e41b12}#sidebar #aws_widget-2 .widget-title{margin:0 0 30px 0}#sidebar ul{margin:0;width: 100%;}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background-color:#e41b12!important}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background-color:#e41b12!important}body.woocommerce #sidebar li{list-style-type:none}body.woocommerce #sidebar .product-categories{padding:0}body.woocommerce #sidebar .product-categories li{border-bottom:1px solid #e41b12;padding:5px 0;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}body.woocommerce #sidebar .product-categories li a{display:inline-block;-ms-flex:1;flex:1}body.woocommerce #sidebar a{text-decoration:none;color:#4d4d4d}
body.woocommerce #sidebar .product-categories li span.count{
    color:#e41b12;
    font-size: 13px
}
    body.woocommerce #sidebar .product-categories li.current-cat>a{font-weight:700;color:#e41b12}.side{flex:30%;background-color:#f1f1f1;padding:20px}
.logo{flex:30%;align-items: center;
    justify-content: center;
    display: flex;
}
.logo img{max-width:200px!important;float:left}.main{flex:70%;background-color:#fff;padding:20px}.fakeimg{background-color:#aaa;width:100%;padding:15px}
.footer{
    color: #fff;
    background: #e41b12;
    background-image: url(./img/Greifer-weiss-30.svg);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 95% center;
}
    .footer a{color:#fff}
    .container-vorteile{
        background: #e41b12;
        margin: 20px 0;
        color: #fff;
        padding: 20px 0;
        display: flex;
        width: 100%;
        background-image: url(./img/Greifer-Haelfte-weiss-30.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: 150px;
    }
    .fullwidth{width:100%;text-align:center}.col-3{width:31.33%;margin:1%;text-align:center;padding:15px;display:flex;flex-wrap:wrap;align-items:center;position:relative}
.teamcontainer{padding:50px 15px!important;margin: 50px auto;}.teamcontainer .col-3 h3 strong{width:100%;color:#e41b12}.teamcontainer .col-3 h3{width:100%;margin:10px 0;font-size: 20px;}.ico{width:100%}.infbtn{text-align:center;width:100%}
body.home .header{

}
.readmore{border-radius:4px;background-color:#e41b12;border:none;color:#fff;text-align:center;font-size:18px;padding:10px;width:200px;transition:all .5s;cursor:pointer;margin:5px auto}.woocommerce-loop-category__title{text-align:center}
.readmore a{cursor:pointer;display:inline-block;position:relative;transition:.5s;color:#fff!important;text-decoration:none}.readmore a:after{content:'\00bb';position:absolute;opacity:0;top:0;right:-20px;transition:.5s}.button:hover a{padding-right:25px}.readmore:hover a:after{opacity:1;right:-15px}.nwlanm input[type=date],.nwlanm input[type=email],.nwlanm input[type=text]{width:100%!important}.col-6{width:50%;padding:2%}.col-12{width:100%;padding:2%}
.contactinfos{margin:20px 0;text-align:center;width:100%}
.contactinfos strong{
    font-size: 16px;
}
.contactinfos a{color:#4d4d4d;text-decoration:none;font-size: 14px;}
.contactbox:after{background:url(../craneparts/img/contact@2x.png);width:50px;height:50px;position:absolute;right:-10px;top:-10px;content:"";background-size:contain;background-position:center;background-repeat:no-repeat}
.nwlbox:after{
    background:url(../craneparts/img/mail@2x.png);width:50px;height:50px;position:absolute;right:-10px;top:-10px;content:"";background-size:contain;background-position:center;background-repeat:no-repeat
}
    .webbox:after{background:url(../craneparts/img/web@2x.png);width:50px;height:52px;position:absolute;right:-10px;top:-10px;content:"";background-size:contain;background-position:center;background-repeat:no-repeat}
.btnallproducts{width:90%;display:flex;margin: auto;}
.btnallproducts a{
    border-radius: 4px;
    width: fit-content;
    text-align: center;
    background: #fff;
    padding: 20px 50px;
    color: #e41b12;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    position: relative;

    transition: all .5s;
    margin: 50px auto;
}
.container .btnallproducts a{
    color: black;
}
div.nwlbox, div.webbox{width: 48% !important;}
li .wpmenucart-icon-shopping-cart-0{color: #e41b12!important;font-size: 20px;}
body.woocommerce #sidebar .product-categories li .children li{border-bottom:none!important;}
    .btnallproducts a:hover{background:#e41b12;color:#fff}body.woocommerce .container .content-area{width:75%;float:left}body.woocommerce .container #sidebar{width:25%;float:left;margin:0 0 20px 0}.container{margin:0 auto;max-width:1200px;padding:0 15px}body.home .container{max-width:none;padding:0}.woocommerce-breadcrumb{background:#e41b12;color:#fff!important;padding:5px 10px!important}
.woocommerce .woocommerce-breadcrumb a{color:#cbcbcb!important}.container a{color:#e41b12}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background-color:#e41b12!important}.input-text,input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=text],input[type=url],textarea{font-family:Quicksand,sans-serif!important;padding:10px .6180469716em;font-size:16px;outline:0;border:1px solid #ccc;background:#dedede;-webkit-appearance:none;border-radius:2px;box-sizing:border-box;font-family:'Roboto Condensed',sans-serif!important}input[type=submit]{font-family:Quicksand,sans-serif!important;padding:10px .6180469716em;font-size:16px;outline:0;border:1px solid #ccc;background:#e41b12;color:#fff;-webkit-appearance:none;border-radius:2px;box-sizing:border-box;font-family:'Roboto Condensed',sans-serif!important}.mobilemenu{display:none}.containermobile{display:inline-block;float:right;cursor:pointer}.bar1,.bar2,.bar3{width:35px;height:5px;background-color:#fff;margin:6px 0;transition:.4s}.change .bar1{-webkit-transform:rotate(-45deg) translate(-9px,6px);transform:rotate(-45deg) translate(-9px,6px)}.change .bar2{opacity:0}.change .bar3{-webkit-transform:rotate(45deg) translate(-8px,-8px);transform:rotate(45deg) translate(-8px,-8px)}
@media screen and (max-width:1920px){
    .aw23-product-overview.aw23-product-overview-top {
        max-width: 1000px;
    }
}
@media screen and (max-width:1650px){
    .aw23-product-overview.aw23-product-overview-top{
        width: 60% !important;
    }
}

@media screen and (max-width:1250px){
    .aw23_willkommen_title_top h1{
        font-size: 40px;
    }
    .aw23-product-overview-top::before,.aw23-product-overview-top::after{
        transform: scale(0.8);
        opacity: 0.5;
    }
    .aw23-product-overview.aw23-product-overview-top{
        max-width: 800px;
        margin: 0;
    }

    .aw23-product-overview {
        width: 90%;
        margin: auto;
    }
    .aw23-home-header{
        min-height: calc(700px - 84px);
    }
    .container-vorteile{
        background-image: none;
    }
}
@media only screen and (min-width:769px){.woocommerce-account .woocommerce-MyAccount-navigation{width:22%}.woocommerce-account .woocommerce-MyAccount-content{width:75%}}nav.woocommerce-MyAccount-navigation ul{list-style-type:none;padding-left:0;max-width:200px;font-size:17px;line-height:26px}nav.woocommerce-MyAccount-navigation ul li{padding:8px 20px;background-color:rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05)}nav.woocommerce-MyAccount-navigation ul li.is-active{background-color:rgba(0,0,0,.1)}nav.woocommerce-MyAccount-navigation ul li.is-active a{color:rgba(0,0,0,.8);cursor:default}nav.woocommerce-MyAccount-navigation ul li.is-active:after{content:"";height:0;width:0;border-top:20px solid transparent;border-left:14px solid rgba(0,0,0,.1);border-bottom:20px solid transparent;float:right;margin-right:-34px;margin-top:-7px}nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover{background-color:rgba(0,0,0,.07)}nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after{content:"";height:0;width:0;border-top:20px solid transparent;border-left:14px solid rgba(0,0,0,.07);border-bottom:20px solid transparent;float:right;margin-right:-34px;margin-top:-7px}
@media screen and (max-width:1000px){
    .aw23-home-header {
        padding-bottom: 70px;
        min-height: calc(100vh - 88px);
        height: calc(100vh - 88px);
    }
    .aw23-product-overview.aw23-product-overview-top{
        max-width: 350px;
    }
    .aw23_willkommen_title_top h1{
        font-size: 30px;
    }
    .teamcontainer .col-3{width:48%!important}
    .aw23-product-overview {
        grid-template-columns: 50% 50%;
    }
    .home .posthauptcont .postbild .kategorie_name h3{
        font-size: 25px;
    }
    .featuredproducts h2{
        font-size: 40px;
    }
}
@media screen and (max-width:890px){
    .row.aw23-link-section{
        grid-template-columns: 90%;
        justify-content: center;
    }
    .aw23-link-container:first-of-type{
        padding-top: 65px;
    }
    .aw23-link-container{
        padding: 20px;
        min-height: unset;
        max-width: 500px;
        margin: auto;
    }
    .row.aw23-link-section{
        margin-top: -250px;
    }

}
@media screen and (max-width:768px){
    .aw23-product-overview.aw23-product-overview-top {
        width: 68% !important;
    }
    .aw23_willkommen_title_top h1 {
        font-size: 25px;
        margin-bottom: 0;
    }
    .aw23-product-overview.aw23-product-overview-top{
        margin-right: auto;
        margin-left: 20px;
        margin-top: 15px;
    }

    .aw23_willkommen_title.aw23_willkommen_title_top{
        width: 100%;
        left: 0;
        text-align: left;
        margin: 0;
        padding-left: 25px;
    }

    #menu-hauptnavigation .menu-item-27 a::after{
        display: none;
    }
    .teamcontainer .col-3{width:98%!important;margin-bottom: 25px;}
    .aw23-home-header{
        /*min-height: calc(600px - 84px);
        height: calc(100vh - 99px);*/
    }
    .home .posthauptcont .postbild .kategorie_name h3{
        font-size: 20px;
    }
    .featuredproducts h2{
        font-size: 30px;
    }
    .home .featuredproducts {
        margin: 0px 0px -100px 0px;
    }
    .aw23_icon_teile{
        top: 25px;
        right: 25px;
        margin: 0px;
    }
    .aw23_icon_anmelden,.aw23_icon_teile{
        width: 120px;
        height: 120px;
    }
    .aw23_icon_anmelden{
        margin-top: 25px;
    }
    .col-6{width:100%}.navbar{display:none}.mobilemenu{display:flex!important;position:relative;align-self:center}.containermobile{display:inline-block;float:right;cursor:pointer;background:#e41b12;padding:10px;margin-bottom:10px}.navbar li{width:100%}.navbar a{float:left;width:calc(100% - 12px)}.col-3{width:48%}.col-4{flex:100%}
.footer{padding:20px 0;
    background-position: 95% 95%;
}body.woocommerce .container .content-area{width:100%}body.woocommerce .container #sidebar{width:100%}body.woocommerce .container #sidebar ul{padding:0}}
@media screen and (max-width:480px){
    .aw23-product-overview.aw23-product-overview-top .posthauptcont{
        padding: 5px;
    }
    .aw23-product-overview.aw23-product-overview-top {
        width: 64% !important;
        margin-bottom: 10px;
    }
    .aw23-product-overview-top::before,.aw23-product-overview-top::after{
        opacity: 0;
    }
    .containermobile{
        margin-bottom: 0;
    }
    .aw23-home-header {
       /* min-height: calc(600px - 84px);
        height: calc(100vh - 89px);*/
    }
    .home .aw23-home-header-hyperlink{
        /*display: none;*/
    }
    .aw23_willkommen_title.aw23_willkommen_title_top{
        margin-top: 20px;
    }
    .aw23_willkommen_title_top h1 {
        font-size: 18px !important;
    }
    .aw23-product-overview.aw23-product-overview-top{
        margin-top: 0;
    }
    .home .aw23_icon_teile{
        top: calc(50% - 110px);
        transform: translateY(-50%);
        right: 20px;
    }
    .home .posthauptcont .postbild .kategorie_name h3 {
        font-size: 0.7rem !important;
    }
    .slogan h1{
        font-size: 21px;
    }
    .slogna p,.container .btnallproducts a{
        font-size: 16px;
    }
    .container-vorteile .infbtn{
        font-size: 12px;
    }
    .aw23-home-header{
        min-height: unset;
    }
    .aw23_icon_anmelden,.aw23_icon_teile{
        /*width: 80px;
        height: 80px;*/
        width: 70px;
        height: 70px;
    }
    .aw23_willkommen_title.aw23_willkommen_title_top h1{
        margin: 0;
    }
    .aw23_willkommen_title h1 {
        font-size: 20px;
        width: 90%;
        margin: auto;
    }
    .aw23_highlight_title{
        font-size: 25px;
    }
    .aw23_willkommen_title .aw23_nachunten_text {
        margin-bottom: 5px;
        font-size: 14px;
        margin-top: 5px;
    }    
    .aw23-home-header-hyperlink svg{
        width: 35px;
    }
    .home .posthauptcont .postbild .kategorie_name h3{
        font-size: 12px;
    }
    .btnallproducts a{
        font-size: 16px;
    }
    .featuredproducts h2{
        font-size: 25px;
    }
    .home .featuredproducts {
        margin: 0px 0px -50px 0px;
    }
    .home .featuredproducts .row {
        padding: 50px 0;
    }
    .teamcontainer .col-3{width:98%!important;margin-bottom: 25px;}}.grecaptcha-badge{visibility:hidden}.posthauptcont{width:16.6%;padding:.5%}.kategorie_name h3{font-size:16px;text-align:center}
@media screen and (max-width:1024px){.posthauptcont{width:25%}}
@media screen and (max-width:768px){.posthauptcont{width:33.33%}}
@media screen and (max-width:480px){.posthauptcont{width:50%}}



@media screen and (max-width: 768px){
body.woocommerce .container #sidebar ul.children {
    padding: 0 0 0 10px;
}
	}

    @media screen and (max-height: 720px){
        .aw23-home-header {
            padding-bottom: 70px;
            min-height: 100% !important;
            height: 100% !important;
        }
    }

