@font-face {
    font-family: 'Barlow';
    font-weight: 400;
    src: url('../fonts/barlow_regular.woff2');
}

@font-face {
    font-family: 'Barlow';
    font-weight: 500;
    src: url('../fonts/barlow_medium.woff2');
}

@font-face {
    font-family: 'Barlow';
    font-weight: 800;
    src: url('../fonts/barlow_bold.woff2');
}

@import url("normalize.css");

span.dynamisch {
    visibility: hidden;
}

body {
    /* Hier die globalen Variablen definieren */
    --primary: #6aa2c0;
    --secondary: #C1C1C1;
    --white: #EEEEEE;
    --light: #919191;
    --dark: #343434;
    --black: #262626;
    --font-family: 'Barlow';
    --shadow: 2px 2px 6px var(--dark);
    --radius: .3em;

    font-family: var(--font-family);

    overflow-x: hidden;
}

#privacy_policy_wrapper #pp_content #pp_confirmation {float: none !important;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--primary);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--primary);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h2 {
    color: var(--primary);
    font-size: 2em;
}

@import url("bs-override.css");

.show-on-scroll {
    opacity: 0;
    transform: translateY(150px);
    transition: opacity .5s, transform .5s;
}

.show-on-scroll.fadeIn {
    opacity: 1;
    transform: translateY(0);
}

.no-hyphens {
    hyphens: none;
}


/* =============================================
   Header
============================================= */
.header-support-box {
    position: fixed;
    top: 20%;
    right: -250px;
    width: 250px;
    transition: right .5s;
    border-bottom-left-radius: var(--radius);
    z-index: 1;
}

.header-support-box:hover {
    right: 0;
}

.support-box-content {
    line-height: 1;
}

.support-box-overflow {
    position: absolute;
    top: 0;
    right: 100%;
    background: var(--dark);
    padding: 5px 11px;
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
}

.support-box-text {
    transform: rotate(-90deg);
}

.nav .navbar > ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    flex-direction: row;
    margin: 0 auto;
    font-weight: 500;
    text-transform: uppercase;
}

.nav .navbar > ul > .site {
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.nav .navbar > ul > .site > .pagename {
    display: inline-block;
    padding: .5rem 1rem;
    color: var(--dark);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-weight: 500;
}

.nav .navbar > ul > .site > .nav_down {
    background-image: url(/assets/userfiles/icons/pfeil_unten_grau.svg);
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    transition: transform .5s;
}

.nav .navbar > ul > .site ul {
    display: none;
    position: absolute;
    z-index: 1;
    background: var(--white);
    padding: 0;
    top: 100%;
	width: 100%
}

.nav .navbar > ul > .site:hover > ul {
    display: block;
}

.nav .navbar > ul > .site > ul > li {
    position: relative;
}

.nav .navbar > ul > .site > ul > li > a {
    display: inline-block;
    padding: .5rem 1rem;
    color: var(--dark);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

#logo {
    position: absolute;
    left: 10%;
    top: 0;
    background: #fff;
    padding: 15px;
    border-bottom-right-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
    z-index: 1;
    width: 200px;
    box-shadow: var(--shadow);
}

.menu-business {
    position: absolute;
    right: 17%;
    top: 0;
    z-index: 1;
    text-transform: uppercase;
}

.menu-login {
    position: absolute;
    right: 5%;
    top: 0;
    z-index: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.menu-login ul {
    list-style: none;
    position: relative;
    cursor: pointer;
}

.menu-login ul ul {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    background: var(--dark);
    white-space: nowrap;
    padding: 15px;
    border-radius: var(--radius);
    text-transform: none;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: max-height .5s, padding .5s;
    overflow: hidden;
}

.menu-login ul ul li {
    max-height: 0;
    margin-bottom: 0;
    transition: max-height .5s, margin .5s;
    overflow: hidden;
}

.menu-login ul:hover ul {
    max-height: 121px;
    padding: 15px;
    overflow: visible;
}

.menu-login ul:hover ul li {
    max-height: 38px;
}

.menu-login ul ul:before {
    content: '';
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--dark);
    position: absolute;
    top: 20%;
    right: 15px;
    transition: top .5s;
    z-index: -1;
}

.menu-login ul:hover ul:before {
    top: -10px;
}

.menu-login ul ul li a {
    width: 100%;
}

.menu-login ul ul li:not(:last-child) {
    margin-bottom: 15px;
}

/* =============================================
   Slider
============================================= */
.slider-text {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%) !important;
    max-width: 488px;
    opacity: 0;
    transition: opacity .5s, left .5s;
}

.slider-text.fadeIn {
    left: 25%;
    opacity: 1;
}

/* =============================================
   Verfügbare Produkte
============================================= */
.arrow-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.form-no-labels label {
    display: none;
}

.form-no-labels .fieldrow {
    margin-bottom: 15px;
}

.form-fields-hidden input,
.form-fields-hidden button {
    display: none;
}


/* =============================================
   Produkte
============================================= */
.offer-list.hidden {
    display: none;
}

.offer-list .item {
    position: relative;
}

.offer-list .item.highlighted:before {
    content: 'BEST SELLER';
    position: absolute;
    bottom: 100%;
    left: calc(var(--bs-gutter-x) * .5);
    right: calc(var(--bs-gutter-x) * .5);
    background: var(--primary);
    color: var(--white);
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
}

.offer_content {
    border: 1px solid var(--secondary);
    border-top: 0;
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
}

.offer-list .item.highlighted .offer_content {
    border-color: var(--primary);
}

.offer_content .img-wrapper {
    background: #fff;
    box-shadow: var(--shadow);
    border-radius: var(--radius);
}

.offer_content .teasertext {
    font-size: 13px;
}

.offer_content .price-col {
    border-bottom: 1px solid var(--secondary);
}


/* =============================================
   News
============================================= */
.article-content-wrapper {
    border: 1px solid var(--secondary);
    border-radius: var(--radius);
    position: relative;
}

.news-content-wrapper {
    padding: 0 15px 20px;
}

.article-content-wrapper .button {
    position: absolute;
    left: 15px;
    bottom: 15px;
}


/* =============================================
   Back To Top
============================================= */
#backToTop img {
    cursor: pointer;
}


/* =============================================
   Downloads
============================================= */


/* =============================================
   Resets
============================================= */

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

img,
iframe {
    vertical-align: middle;
    border: none;
    width: 100%;
}

img.img-custom-size {
    width: auto;
    height: auto;
}

button {
    outline: none;
}

figure {
    margin: 0;
}

h1 {
    margin: 0;
}

a {
    text-decoration: none;
    color: var(--primary);
}

a:hover {
    color: var(--primary);
}

nav ul {
    list-style: none;
}

header ul:after {
    content: "";
    display: table;
    clear: both;
}

/* =============================================
   Global Styles
============================================= */

body {
    font-size: 100%;
    line-height: 1.6;
    background: #FFF;
}

/* ====== Border ====== */

.border-top:before,
.border-bottom:after {
    content: "";
    display: block;
    height: 1px;
    background: #000;
}

.row-g.border-top:before,
.row-g.border-bottom:after {
    width: calc(100% - 30px);
    margin: 0 15px;
}

.modul {
    margin-bottom: 100px;
    border: 1px solid #d2d2d2;
    padding: 15px;
}

.fieldrow img {
    width: 48px;
}

.grecaptcha-badge {
    display: none !important;
}

nav li {
    position: relative;
}

nav li .parent_nav {
    display: none;
    position: absolute;
    right: 40px;
    top: 12px;
    font-size: 15px;
    width: 40px;
    height: 30px;
    padding-left: 15px;
    z-index: 9;
}

nav li .parent_nav:after {
    content: "▼";
}

nav li .parent_nav.active:after {
    content: "▲";
}

nav li .parent_nav + ul {
    display: none;
}

nav li:hover > ul {
    display: block;
}

/* =============================================
   Main Styles
============================================= */

.border-radius-top-right {
    border-top-right-radius: var(--radius) !important;
}

.border-radius-bottom-right {
    border-bottom-right-radius: var(--radius) !important;
}

.offer-button-list {
    font-weight: 400;
}

.offer-button-list .btn-dark {
    font-weight: 500;
}

.offer-button-list .btn {
    border-radius: 0;
}

.offer-button-list .btn:nth-child(1) {
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
}

.offer-button-list .btn:nth-child(2) {
    border-top-right-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
}

footer a {
    font-weight: 500;
}

/* =============================================
   Media Queries
============================================= */

@media (max-width: 1099px) {
    
    .slider-text {
        left: 40%;
    }
}

@media (min-width: 1200px) {
    .nav .navbar {
        display: flex !important;
    }
}

@media (max-width: 1199px) {

    header {
        padding-top: 58px;
    }

    /* ====== Header ====== */
    header .row-g {
        padding-right: 0;
        padding-left: 0;
    }

    header nav {
        background: lightgrey;
        display: none;
    }

    header nav li {
        float: none;
        border-bottom: 1px solid #000;
    }

    header nav li:last-child {
        border: none;
    }

    header nav a {
        display: block;
        padding: 10px 20px;
    }

    nav li .parent_nav {
        display: block;
    }

    .nav .navbar {
        display: none;
        padding-top: 75px;
    }

    .nav .navbar > ul {
        flex-direction: column;
        margin: 0;
    }

    .nav .navbar > ul > .site {
        padding-left: 0;
        padding-right: 0;
    }

    .nav .navbar > ul > .site:hover > ul {
        display: none;
    }

    .nav .navbar > ul > .site:hover > .nav_down,
    .nav .navbar > ul > .site.open > .nav_down {
        transform: rotate(180deg);
    }

    .nav .navbar > ul > .site > ul {
        position: relative;
        max-height: 0;
        transition: max-height .5s;
    }

    .nav .navbar > ul > .site.open > ul {
        display: block;
        padding-left: 15px;
        max-height: 150px;
    }

    .nav .navbar > ul > .site ul {
        background: var(--secondary);
    }

    .menu-business {
        right: 30%;
    }

    .menu-login {
        right: 10%;
    }
}

@media (max-width: 900px) {

}

@media (max-width: 767px) {
    .slider-text {
        position: static;
        top: auto;
        left: auto;
        transform: none !important;
        max-width: none;
        padding: 15px;
        background: #fff;
    }

    .support-box-overflow {
	height: 60%;
    }

    .support-box-overflow img {
        max-width: 30px;
        max-height: 30px;
    }

    .support-box-overflow .support-box-text {
        position: absolute;
        white-space: nowrap;
        top: 85px;
        left: -28px;
    }
}

@media (max-width: 675px) {
    header {
        padding-top: 108px;
    }

    .nav {
        justify-content: center;
    }

    .nav .navbar {
        padding-top: 15px;
    }

    .menu-login {
        position: static;
    }

    .menu-business {
        position: static;
    }
}
