
/* Font */
/* roboto-condensed-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

body{
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    /*font-size: 16px;*/
    background: #fff;
    overflow-x: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .productlist-filter-headline, .sidepanel-left .box-normal .box-normal-link, .h4, .h5, .h6{
    font-family: "Roboto Condensed", sans-serif;
    color:#313c1a;
}

h1, .h1{
    font-size: 2.5rem;
    font-size: clamp(2.5rem, 2.2rem + 1.5vw, 4rem);
    font-weight: 700;
    text-transform: uppercase;
}

h2, .h2{
    font-size: 2rem;
    font-size: clamp(2rem, 1.7rem + 1.5vw, 3.5rem);
    font-weight: 700;
    text-transform: uppercase;
}

h3, .h3{
    font-size: 1.4rem;
    font-size: clamp(1.4rem, 1.2799999999999998rem + 0.6000000000000001vw, 2rem);
}

.pt-10{
    padding-top: 50px;
}
.pb-10{
    padding-bottom: 50px;
}
.py-10{
    padding-top: 50px;
    padding-bottom: 50px;
}

.container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: auto;
    margin-right: auto;
    flex: 1;
}

#succes-container{
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.alert-danger{
    color: #e5301f;
    background-color: #fff;
    border-color: #e5301f;
}

@media (min-width: 1300px){
    .container {
        max-width:103.125rem;
    }

    #footer .container {
        max-width: 1650px;
    }
}

@media (min-width: 2560px){
    .container {
        max-width: 1637px;
    }
}



.row{
    margin: 0;
}

a{color:#313c1a; font-weight: bold; text-decoration: none;}
a:hover{color: #000000;}




/*Buttons */

.btn-primary{
    background-color: #EEFF00;
    border-color: #EEFF00;
    color: #000000;
    border-radius: 0px;;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #000000;
    border-color: #000000;
    color: #EEFF00;
}

.btn-lg, .btn-group-lg > .btn {
    border-radius: 0rem;
}



/* Header */
header{
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
    z-index: 10;
}

#header-top-bar{
    background: #455525 !important;
    color: #fff;
    max-height: 2rem;
}
#header-top-bar a{
    color: #fff !important;
}
#layout-header-benefits{
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
}
#header-top-bar .flex-row-reverse {
    flex-direction: column !important;
}

#header-top-bar .onlineshop-header{
    padding-top:10px;
    padding-bottom:10px;
    font-weight: bold;
    text-align: left;
}

#header-top-bar a:not(.dropdown-item):not(.btn), header a:not(.dropdown-item):not(.btn) {
    color: #FFFFFF !important;
}
#layout-header-benefits .benefits-item{
    padding-left: 26px;
    margin-right: 50px;
    background: transparent url(../../images/header-checkmark.svg) left center no-repeat;
    background-size: 18px auto;
    font-weight: bold;
    display: none;
}

header li.nav-item a {
    font-weight: bold;

}

header #shop-logo{
    height: 80px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media screen and (min-width: 1300px){
    #layout-header-benefits .benefits-item{
        display: block;
    }

    #header-top-bar{
        max-height: unset;
    }
}

@media (min-width: 992px){
    header .navbar-nav > .nav-item > .nav-link::before {
        border-width: 0 0 11px;
    }
}


/* Footer */
#footer{
    background-color: #455525;
    color: #fff;
    position: relative;
    margin-top:4rem;
}

#footer .productlist-filter-headline,
#footer .productlist-filter-headline,
#footer h3,
#footer .box-normal-link.dropdown-toggle{
    text-transform: uppercase;
    color: #fff !important;
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;

}
#footer .hotline{
    font-size: 24px;
    font-weight: 700;
    background: transparent url(../../images/footer-hotline.svg) 0px 0px no-repeat;
    background-size: 36px auto;
    padding-left: 50px;
}
#footer .oeffnungszeiten{
    font-size: 13px;
}
#footer li{
    margin-bottom: 0;
}
#footer p{
    margin-bottom: 1rem;
}
#footer a{
    color: #fff !important;
}

#footer .col{
    margin-bottom: 4rem;
}
#footer a:hover{
    color: #fff !important;
    opacity: 0.5 !important;
    background-color: unset;
}

#footer-boxes{
    padding-bottom: 2rem;
    padding-top: 2rem;
}


#footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5%;
    left: 0;
    right: 0;
    top: -4.9%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../images/banner_gruen.svg);
}

@media (min-width: 992px){
    #footer:before {
        height: 10%;
        top: -9%;

    }
}

/**/
#lostopf-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#lostopf-form .form-group{
    width: 100%;
}

#lostopf-form .btn{
    width: 100%;
}

#lostopf-form .form-group p{
    font-weight: 600;
}



.card{
    margin: 5rem 0;
}

@media (min-width: 992px){
    #lostopf-form .form-group:nth-child(3), #lostopf-form .form-group:nth-child(4){
        width: 48%;
    }

    #lostopf-form .form-group p{
        text-align: end;
        margin: 0;
    }


    #lostopf-form .btn{
        margin-left: auto;
        width: unset;
    }

}