/* Vorübergenendes Ausblenden, bis wir Videos haben, die wir einfügen können */

.karriereplan #area-7,
.home .youtube-carousel {
    display: none !important;
}

/* Sobald Videos verfügbar sind bitte wieder einblenden */

:root {
  
    --clr-primary-dark: #222222;
    --clr-primary-white: #fff;
    --clr-primary-light: #F9F9F9;

    --main: #FF004E;
    --main-light: #FFF5F8;
    --footer-bg: #91002B;

    --fc-primary: #2C2C2C;
    --fc-dark: #000;

    --ff-primary: 'stolzl', sans-serif;
  
    --ff-body: var(--ff-primary);
    --ff-heading:  'AbrilFatface', sans-serif;
  
    --fw-regular: 400;
    --fw-bold: 600;
  
    --fs-300: 0.8125rem;
    --fs-400: 0.875rem;
    --fs-500: 0.9375rem;
    --fs-600: 1rem;
    --fs-700: 1.4rem;
    --fs-800: 1.9rem;
    --fs-900: 3.1rem;

    --br-primary: 5px;
    --br-button: 5px;
  
    --fs-body: var(--fs-400);
    --fs-primary-heading: var(--fs-800);
    --fs-secondary-heading: var(--fs-700);
    --fs-nav: var(--fs-500);
    --fs-button: var(--fs-300);
  
    --shadow: 0px 0px 14px rgb(0 0 0 / 15%); 

    --height-header: 60px;
    --fc-nav: #000000;
    --p-button: 10px 20px;
    --clr-border: #000000;
    --fc-white: #ffffff;
    --fc-black: #000000;
    --fc-grey: grey;

}

.button_navigation {
    display: flex;
    flex-wrap: nowrap;
    .textcontent {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        a {
            display: block;
            width: max-content;
            white-space: nowrap;
        }
        a.link-o {
            background: #fff;
            color: var(--main);
            border: 1px solid var(--main);
        }
    }
    
}

/*COMMONCLASSES*/
.form-group.nachricht textarea {
    max-width: 100%;
    min-height: 100px;
}
.space {
    margin-top: 5rem;
}
.mb5 {
    margin-bottom: 5rem;
}
.mb3 {
    margin-bottom: 3rem;
}
.mb2 {
    margin-bottom: 2rem;
}
.mb1-5 {
    margin-bottom: 1.5rem;
}
.mb1 {
    margin-bottom: 1rem;
}
.mb0-5 {
    margin-bottom: 0.5rem;
}
.button.mt0 a {
    margin: 0;
}
.mt-5 h2,
.mt-5 {
    margin-top: -5px;
}
.mt0 {
    margin-top: 0rem;
}
.mt3 {
    margin-top: 3rem;
}
.mt2 {
    margin-top: 2rem;
}
.mt1-5 {
    margin-top: 1.5rem;
}
.mt1 {
    margin-top: 1rem;
}
.mt5 {
    margin-top: 5rem;
}
.mt0-5 {
    margin-top: 0.5rem;
}
.pt3 {
    padding-top: 3rem;
}
.pt2 {
    padding-top: 2rem;
}
.pt1 {
    padding-top: 1rem;
}
.flr {
    float: right !important;
}
.fll {
    float: left !important;
}
.exp {
    padding-left: calc(60px + 2.5rem) !important;
}
.clear {
    clear: both;
}
.border-top {
    border-top: 1px solid;
}
.max1000
/*END COMMONCLASSES*/

figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Reset */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.collection_list.col25 {
    width: calc(25% - 15px);
}

.collection_list.col50 {
    width: calc(50% - 10px);
}

.collection_list.col100 {
    width: calc(100% - 10px);
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

.slider-title-content-subtitle {
    font-size: 1.8rem;
    line-height: 1.7;
}

.slider-title-content-subtitle .textcontent {
    margin-bottom: 3rem;
}

/*set scroll margin for main-elements*/
#content,
#area-2,
#area-3,
#area-4,
#area-5,
#area-6,
#area-7,
#area-8,
#area-9 {
    scroll-margin-top: 120px;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* max-width classes */
.max1000 {
    max-width: 1000px;
}

.max800 {
    max-width: 800px;
}

.max600 {
    max-width: 600px;
}

.max550 {
    max-width: 550px;
}

.max500 {
    max-width: 500px;
}



* {
scrollbar-width: thin;
scrollbar-color: #cccccc #ffffff00;
}

*::-webkit-scrollbar {
width: 7px;
}

*::-webkit-scrollbar-track {
background: #ffffff00;
}

*::-webkit-scrollbar-thumb {
background-color: #cccccc;
border-radius: 10px;
border: 0px solid #ffffff00;
}



/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Reset */

@font-face {
	font-family: 'SourceSansPro-Regular';
	src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Regular.ttf');
	}

    @font-face {
	font-family: 'SourceSansPro-Bold';
	src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Bold.ttf');
	}

    @font-face {
	font-family: 'SourceSansPro-Black';
	src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Black.ttf');
	}

@font-face {
font-family: 'AbrilFatface';
src: url('/layout/frontend/b2c/dist/fonts/AbrilFatface-Regular.ttf');
}

@font-face {
font-family: 'stolzl';
src: url('/layout/frontend/b2c/dist/fonts/stolzl_book.otf');
font-weight: 400;
}

@font-face {
font-family: 'stolzl';
src: url('/layout/frontend/b2c/dist/fonts/stolzl_medium.otf');
font-weight: 600;
}

body {
    background-color: var(--clr-primary-white);
    font-size: var(--fs-600);
    font-weight: var(--fw-regular);
    line-height: 1.42857143;
    font-family: var(--ff-body);
    color: var(--fc-primary);
    overflow-x: hidden;
    margin: 0;
}

header {
    height: var(--height-header);
    background: var(--bg-header);
    box-shadow: 0 0 6px rgb(0 0 0 / 15%);
    position: relative;
}

header > .container {
    display: flex;
    height: 100%;
    width: 100%;
    /* flex-wrap: wrap; */
}

nav a {
    text-decoration: none;
    color: var(--fc-nav);
}

ul.level_1 {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.collection_list.hero {
    width: 100%;
    padding: 0;
    background: var(--clr-primary-light);
}

.filter_display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 15px;
    flex-wrap: wrap;
    margin: 0 0 0.5rem;
}

button, input.button, .component.button_navigation a {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: var(--p-button);
    border-radius: var(--br-button);
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: auto;
    /* border-radius: 5px; */
}

.component.button_navigation a {
    padding: 8px 20px;
}

button:active,
input.button:active,
input.button:focus,
.component.button_navigation a:active,
.component.button_navigation a:focus,
button:focus {
    outline: 1px dashed var(--main);
    outline-offset: 2px;
}

button:hover,
input.button:hover,
.component.button_navigation a:hover {
    opacity: .95;
}

input, select, textarea {
    padding: 10px;
    width: 100%;
    font-family: inherit;
    border-radius: var(--br-button);
    background: var(--clr-primary-light);
    color: var(--clr-primary-dark);
    border:none;
}

form#contactformular_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#contactformular_1 .form-group, 
.form-group.firstname, 
.form-group.lastname, 
.form-group.mail, 
.form-group.phone,
.form-group.city-code {
    width: calc(50% - 0.5rem);
}

input[type="checkbox"] {
    width: auto;
}

.contactformular .sitepart_11 form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-group.date_input input {
    color: #838383;
}

.owl-item img {
    height: 450px!Important;
    width: 100%!Important;
    border-radius: var(--br-primary);
}
.owl-item {
scale: .9;
}
.owl-item.center {
scale: 1;
}

.owl-item a {
    width: 100%!Important;
}

figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
    width: 100%;
    height: 100%;
}

.back_to_overview a {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br-primary);
    border: none;
    cursor: pointer;
}

.full_preview .filter_display {
    display: none;
}

a.button_filter.a-filter {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br-primary);
    text-decoration: none;
}

a.button_filter.o-filter {
    background: var(--clr-primary-light);
    color: var(--main);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br-primary);
    border: 1px solid var(--main-light);
    text-decoration: none;
}

.collection_list.hero .collection_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 2rem;
}

.collection_content.hero__title.title.custom {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    align-items: flex-end;
}

.collection_content.hero_teaser {
    grid-area: 2 / 1 / 3 / 2;
}

.collection_content.hero_img {
    grid-area: 1 / 2 / 3 / 3;
}

div#overlaycrumb.collection input {
    max-width: 50%;
}

.collection_content.hero_img img {
    height: 400px!important;
    object-fit: cover;
}

.collection_list.card .collection_container {
    background: #fff;
    box-shadow: #7592ba3a 0px 7px 29px 0px;
    border-radius: var(--br-primary);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-bottom: 7px solid var(--main);
    transition: 300ms;
    min-height: 480px;
}

.collection_list.card .card_img {
    height: 216px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.collection_list.card .card_img img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: 0.5s;
}

.collection_list.card .collection_container:hover {
    box-shadow: #7592ba75 0px 7px 29px 0px;
}

li.level_1.levels ul {
    display: none;
}

a {
    color: var(--main);
}

.component.copyright .textcontent:last-child {
    float: right;
}
.component.copyright .textcontent:first-child {
    float: left;
}

.collection_list.card .collection_content.title.custom {
    font-size: var(--fs-700);
    font-weight: var(--fw-bold);
    font-family: var(--ff-secondary);
    margin-inline: 1.5rem;
    color: var(--fc-secondary);
    margin-block-start: 1rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.collection_list.card .collection_container:hover .collection_content.card_img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.collection_list.card .collection_content.card_teaser {
    margin-inline: 1.5rem;
    margin-bottom: 2rem;
    -webkit-line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}




.row {
    float: left;
    width: 100%;
}

#cookie-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    z-index: 200;
    min-width: 320px;
}

#cookie-bar #cookie-bar-button {
    float: right;
    margin-left: 20px;
    display: inline-block;
    padding: 8px 10px;
    min-width: 150px;
    text-transform: uppercase;
    border: 1px solid #ff6532;
    color: var( --clr-primary-white);
    cursor: pointer;
    background-color: #ff6532;
    text-align: center;
}

#cookie-bar #cookie-bar-button:hover {
    background-color: #e43900;
    border-color: #e43900;
}

#cookie-bar #cookie-bar-button:active {
    background-color: #b22c00;
    border-color: #b22c00;
}

#cookie-bar #cookie-bar-prompt-button {
    white-space: nowrap;
}



#cookie-bar>p {
    float: left;
    margin: 0;
    line-height: 40px;
}

#cookie-bar:after {
    clear: both;
    display: block;
    content: " ";
}



.header-wrapper.fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
}

/* Modal */


.fade {
    opacity: 1;
}

.modal {
    display: block;
}



.modal.success .modal-header {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var( --clr-primary-white);
}

div#requestbox {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 999;
    height: 100%;
    transform: translate(-50%, -50%);
}

.modal-dialog {
    position: fixed;
    width: 100%;
    max-width: 350px;
    top: 50%;
    left: 50%;
    z-index: 999999;
    background: var(--clr-primary-light);
    text-align: center;
    padding: 2rem;
    color: var(--main);
    border-radius: var(--br-primary);
    box-shadow: var(--bs-primary);
    transform: translate(-50%, -50%);
    border: 1px solid var(--main);
}

div#requestbox:after {
    content: '';
    background: #00000075;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div#filter-element {
    position: absolute;
    margin-top: -200px;
}



button.close {
    margin: 0 0 1rem;
}

/* Modal */



/* Extra Module */
html {
    scroll-behavior: smooth;
  }

/* FAQ */

.faq_group_container .faq_question_box {
    padding: 5px 15px 8px 15px;
    border: none;
    background: var(--main);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
}

.faq_question_box {
    cursor: pointer;
}

.faq_group_container .faq_answer_box {
    margin-bottom: 30px;
    padding: 20px;
    background: rgb(245 247 251);
    margin-top: -10px;
    border-radius: 0 0 5px 5px;
}

.faq_question_box.active {
    border-radius: 5px 5px 0 0;
}

.faq_question_box:after {
    content: '+';
    position: absolute;
    right: 16px;
    color: var( --clr-primary-white);
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

.faq_question_box.active:after {
    content: '-';
    position: absolute;
    right: 16px;
    color: var(--clr-primary-white);
    bottom: unset;
    font-size: 25px;
}

.faq_group_container .faq_answer_box {
    display: none;
}

.faq h3 {
    font-size: 18px;
    font-weight: 400!Important;
    border: none;
    color: var( --clr-primary-white);
    line-height: 1;
    margin-bottom: 7px;
}

.faq-search input[type="text"] {
    width: 250px;
    height: 30px;
    color: var( --clr-primary-white);
    background: rgba(9, 0, 0, 0.9);
    border: 0;
    padding: 20px;
    position: relative;
}

ul, ol {
    padding-left: 20px;
}

.form-group label {
    opacity: 0.7;
}

nav ol li, nav ul li,
#footer ol li, #footer ul li {
    list-style: none;
}

div#content,
.main-screen {
    padding: 5rem 0 ;
    position: relative;
    float: left;
    width: 100%;
}

li::marker {
    color: var(--main);
}

.main-screen.grey {
    background-color: var(--clr-primary-light);
}


.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.pop-up-element .row {
    z-index: 1;
    padding: 40px !important;
    background: rgb(4 4 4 / 20%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 15px;
    border: 2px solid var(--akzentfarbe);
    max-width: 1440px;
    margin: 0 auto;
    color: var( --clr-primary-white);
    display: -webkit-box;
}



.pop-up-element .row :is(li, p, a, span, strong, b, em, ul, li, h2, h1, h3) {
    color: var( --clr-primary-white) !important;
}

.pop-up-element {
   z-index: 1;
   padding: 30px;
}

.pop-up-element {
    display: none;
}

.pop-up-element:first-child {
    display: block;
}

.pop-up-button-group .row {
   display: flex;
   justify-content: center;
}

.pop-up-element .row {
    cursor: pointer;
}

.pop-up-element.current {
   display: block;
}

.faq_nearest_search {
    display: none;
}

.header-text a {
    background: var(--main);
    color: var( --clr-primary-white);
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: rgb(48 98 120 / 48%) 0px 7px 29px 0px;
}

.header-text a:hover {
    color: var( --clr-primary-white);
    box-shadow: rgb(48 98 120 / 82%) 0px 7px 29px 0px;
}

#header>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header>.container:before {
    display: none;
}

/* Header Kollektion */

iframe {
    width: 100%;
    height: 75vh;
    border-radius: var(--br-primary);
}

div#footer-header {
    float: left;
    width: 100%;
}

#header>.container:before {
    display: none;
}

#header_1 img {
    padding: 1px;
}

#header>.container:after {
    display: none;
}

.collection_link a {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 2;
}


.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt100 {
    margin-top: 100px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb100 {
    margin-bottom: 100px;
}

.slideshow_box {
    margin-bottom: 30px;
}

.slideshow_box .slideshow_content {
    width: 100%;
}

.slideshow_box .slideshow_content .slideshow_content_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    text-align: center;
}

.slideshow_box .slideshow_content .slideshow_headline {
    font-size: 45px;
    line-height: 1;
    color: var( --clr-primary-white);
    margin-top: 0;
    font-weight: 600;
}

.slideshow_box .slideshow_content .slideshow_text {
    font-weight: 600;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 20px;
}

.slideshow_box .slideshow_content .slideshow_button .button {
    color: #222222;
    text-transform: uppercase;
}

.slideshow_box .owl-carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slideshow_box .owl-carousel-item>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.collection_list {
    width: 33.33%;
    float: left;
    padding: 15px;
}

img {
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
    max-width: 100%;
    border-radius: var(--br-primary);
}

.header-text h1 img {
    width: 50px!important;
}

.d-none {
    display: none!Important;
}

#slider img {
    height: 263px !important;
    opacity: 1;
    border-radius: 0px;
}

.home #slider img {
    height: 860px !important;
    opacity: 0.6;
}

.buy #slider img {
    height: 760px !important;
    opacity: 1;
}

.buy #slider {
    .slider-title-content {
        display: flex;;
        flex-direction: column;
    }
    .hooks.mb2 {
        display: flex;
        flex-direction: column;
    }
    .option {
        width: 100%;
    }
    .option .textcontent{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        select {
            margin-bottom: 20px;
        }
        h2 {
            font-size: var(--fs-700);
        }
    }
}
/* Schriften */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    clear: both;
    color: var(--fc-dark);
    margin: 10px 0;
    font-family: var(--ff-heading)!important;
    font-weight: var(--fw-regular);
}

h1 {
    font-size: var(--fs-900);
    color: #fff;
    font-weight: var(--fw-regular);
    margin-bottom: 3rem;
}

h2 {
    font-size: var(--fs-800);
    font-weight: 400;
}

h3 {
    font-size: var(--fs-700);
    font-family: var(--ff-primary) !important;
}

h4,
h5 {
    font-size: var(--fs-600);
}

h6 {
    font-size: var(--fs-500);
}

.klappbutton .textcontent:hover,
a:hover {
    opacity: .95;
}

.button a, .klappbutton .textcontent {
    background: var(--main);
    color: #fff !important;
    padding: var(--p-button);
    text-decoration: none;
    float: left;
    border-radius: var(--br-primary);
}

.klappbutton .textcontent {
    float: left;
    cursor: pointer;
}

.button.header-btn {
    display: flex;
    justify-content: center;
}

.button.header-btn .textcontent {
    position: relative;
}

.button.header-btn a {
    padding: 12px 70px;
}

#slider .button a:before {
    content: '';
    padding: 10px 10px 10px 0px;
    background: url(https://skin-solution-inside.breadcrumb-online.de/userdata/01_Basis/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 12px;
    float: left;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

#slider .button a:after {
    content: '';
    padding: 10px 0px 10px 10px;
    background: url(https://skin-solution-inside.breadcrumb-online.de/userdata/01_Basis/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 12px;
    float: right;
    float: left;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.hide {
    display: none;
}

.collection_link a:hover {
    opacity: 0;
}

.full_preview .collection_full {
    display: block !important;
}

.collection_list,
.collection_container {
    position: relative;
}

.fade {
    opacity: 1;
}

li.level_1.levels {
    position: relative;
}

#header ul.level_2 {
    display: none;
}

li.level_1.levels:hover ul.level_2 {
    display: block !important;
}

ul.level_2 {
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    background: var(--clr-primary-white);
    padding: 15px;
    border-radius: var(--br-primary);
}

ul.level_2 a p.level_2_title {
color: var(--main)!important;
}

li.level_2 {
    margin-bottom: 5px;
}

.modal.success .modal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.owl-stage-outer {
    width: 100%;
}

div#cookiewarnung {
    position: fixed;
    bottom: 40px;
    background: var(--clr-primary-white);
    color: #000;
    z-index: 99999999;
    width: 80%;
    text-align: center;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid var(--main);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.cookie-option-container {
    margin-top: 10px;
}

.cookie-option {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px;
    background: var(--main);
    color: #fff;
}

div#cookie-config {
    display: none;
    left: -100%;
    transition: 1s;
}

div#cookie-config.show {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: var( --clr-primary-white);
    max-width: 300px;
    z-index: 99999999999;
    overflow-y: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#cookie-config .cookie-config-close {
    background: #f2f6ff;
    color: #000;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

#cookie-config input {
    margin-right: 10px;
}

#cookie-config label {
    font-weight: normal;
    color: #000;
}

.cookie-config-close:after,
.cookie-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    box-shadow: -2px 2px 0 rgba(90, 156, 157, 0.5);
    content: "";
    right: 20px;
    top: 20px;
    transition: 0.1s;
}

.cookie-config-options.open .cookie-arrow {
    transform: rotate(315deg) !important;
}

.cookie-config-options {
    background: #f2f6ff;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

input#required {
    width: auto;
}

input#tracking {
    width: auto;
}

.cookie-config-configuration .cookie-config-options:nth-child(2) {
    border-bottom: 1px solid #d5d5d5;
}

.config-child {
    display: none;
    background: var( --clr-primary-white);
    padding: 10px;
}

.cookie-config-save {
    padding: 10px;
    text-align: center;
    background: #68c567;
    cursor: pointer;
    margin: 20px 15px;
    color: var( --clr-primary-white);
    border-radius: 5px;
}

.cookie-config-configuration {
    margin-top: 10px;
}

.cookie-config-configuration>p {
    padding: 10px;
    font-weight: bold;
}

.cookie-config-description {
    padding: 10px;
    font-size: 15px;
}

.cookie_conflict_youtube {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    border: 2px solid #f07474;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    background: var( --clr-primary-white);
    font-size: 17px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cookie_conflict_youtube a {
    text-decoration: underline;
    font-weight: 500;
}


.form-group {
    float: left;
    width: 100%;
    padding: 10px 0;
}



button:hover {
    opacity: 0.8;
}

div#submit_button {
    float: left;
    width: auto;
    margin: 1rem 0;
}

#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.header-wrapper {
    position: relative;
}

#header ul.level_1 {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 2rem;
}

#header div#header_3 li {
    display: inline-block;
    float: left;
}

#header .active_tree {
    font-weight: var(--fw-bold);
}

#header .component.logo,
#header .component.logo .textcontent {
    height: 100%;
}

#header_1 img {
    width: 100% ! Important;
    height: 100% !important;
    object-fit: contain;
    padding: 1rem 1rem 1rem 0;
}

.sticky-active {
    position: relative;
}

#toggle_navigation,
.hamburger-menu {
    display: none;
}

div#toggle_navigation {
    float: right;
    width: auto;
    padding: 0 !important;
    height: auto;
    background: transparent;
}

.hamburger-menu {
    background: var(--main);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    z-index: 1;
}

li.level_1 {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

#header .hamburger-menu li.level_1 {
    padding: 0;
    border-bottom: 1px solid var( --clr-primary-white);
}

#header .hamburger-menu a {
    padding: 13px 20px !important;
    display: block;
    color: #fff;
}

#header .hamburger-menu li.level_1:last-child {
    border-bottom: 0 !important;
}

#header .hamburger-menu li.level_2 {
    padding: 20px 0px;
    color: var( --clr-primary-white);
}

#header .hamburger-menu li.level_1 {
    list-style-type: none;
}

#toggle_navigation label.hamburg {
    display: block;
    background: transparent;
    width: 55px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
}

.line {
    position: absolute;
    left: 10px;
    height: 2px;
    width: 35px;
    background: var(--clr-primary-dark);
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

.line:nth-child(1) {
    top: 12px;
}

.line:nth-child(2) {
    top: 24px;
}

.line:nth-child(3) {
    top: 36px;
}

div#toggle_navigation.active>.hamburg .line:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
}

div#toggle_navigation.active>.hamburg .line:nth-child(2) {
    opacity: 0;
}

div#toggle_navigation.active>.hamburg .line:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}


/* end* Header */

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

#slider-wrapper {
    position: relative;
}

div#slider {
    height: 100%;
    position: relative;
}

div#slider-title .container {
    width: 100%;
}

#slider #slider-title {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    color: var(--fc-white);
    text-align: center;
}

.home #slider #slider-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: var(--fc-white);
    text-align: center;
}

#slider div#slider-title h1 {
    color: var( --clr-primary-white);
    text-shadow: 0px 0px 15px #431F2A;
}

.buy #slider div#slider-title h1 {
    text-shadow: none;
}

#slider-wrapper div.slider-untertitle {
    position: absolute;
    bottom: 50%;
    width: 100%;
    color: var(--clr-primary-white);
    padding: 20px 0;
    transform: translateY(50%);
    z-index: 1;
}

#footer {
    clear: both;
    padding: 50px 0 50px 0;
    background: var(--main);
    font-size: 15px;
    position: relative;
    float: left;
    width: 100%;
}

.footer-sitemap {
    height: auto;
    clear: both;
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    margin-bottom: 40px;
}

.footer-sitemap ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}


#footer li {
    list-style-type: none;
}

.footer-sitemap li.level_1 {
    font-weight: 500;
    font-size: 20px;
    width: auto;
    float: left;
    padding: 0px 20px;

}

.component.privacy_policy {
    display: flex;
    justify-content: center;
}

#footer li.level_1 a {
    margin-bottom: 7px;
    display: inline-block;
    color: var( --clr-primary-white);
}

.footer-sitemap li.level_2 {
    font-weight: normal;
    font-size: 15px;
    text-transform: initial;
}

div#privacy-policy {
    padding: 15px 0;
    clear: both;
    text-align: right;
    position: relative;
    float: left;
    width: 100%;
    background: var(--main);
    color: var(--fc-white);
    border-top: 1px solid #fff;
}

div#privacy-policy a {
    color: inherit;
}

div#privacy-policy:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: -1px;
}

.footer-rows a {
    margin-bottom: 1rem;
    float: left;
    width: 100%;
}

.footer-5-outer.footer-rows a {
    width: auto;
}

div#privacy-policy:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: -1px;
}

.component.copyright a {
    margin-left: 2rem;
}

#privacy-policy .footer-1 {
    text-align: left;
}

div#privacy-policy ul li {
    display: inline-block;
    padding: 0 10px;
}

#footer .footer-seo {
    clear: both;
    color: var( --clr-primary-white);
}

.owl-dots {
    height: 10px;
}

.owl-dots {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
}

.owl-dot span {
    height: 10px;
    width: 10px;
    background: #ccc;
    position: relative;
    float: left;
    border-radius: 500px;
    margin: 0 2px;
}

.owl-dot.active span {
    position: relative;
    float: left;
    height: 10px;
    width: 10px;
    background: #7f7f7f;
    border-radius: 500px;
}

.owl-dots {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slidecontent_content_container {
    display: none;
}

.slidecontent_headline:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--light-grey);
    border-right: 2px solid var(--light-grey);
    transform: rotate(45deg);
    transition: 300ms;
}

.slidecontent_headline.active:after {
    transform: rotate(-135deg);
    transition: 300ms;
    margin-top: 5px;
}

.slidecontent_headline {
    padding: 10px 40px 8px 0px;
    cursor: pointer;
}

.g-recaptcha iframe {
    border-radius: 0;
}

#slider .imgcontent {
    background: #000;
}

div#header_3 {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
}

div#header_2 {
    float: right;
    display: flex;
    align-items: center;
    height: 100%;
    width: calc(100% - 354px);
    justify-content: flex-end;
    padding-right: 2.5rem;
}

div#header_1 {
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    width: 200px;
}

.owl-nav.disabled {
    display: none;
}

.head-slide-coll .collection_list {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
}

.header-coll-wrap {
    position: relative;
    float: left;
    width: 100%;
}

.head-slide-coll {
    background: var(--main-light);
    width: 140% !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.collection_content.rv-title {
    font-weight: bold;
    font-size: 1.2rem;
}

.collection_content.rv-name {
    font-size: 0.9rem;
}

.collection_content.rv-stars img {
    width: calc(100px + 1rem) !important;
    object-fit: contain;
    height: auto !important;
    padding-right: 1rem;
    padding-top: 5px;
}

.rv-txt {
    width: calc(100% - 100px - 1rem);
    float: right;
}

.collection_content.rv-stars {
    float: left;
}

.hooks li {
    list-style: url(/userdata/01_Basis/hook.svg);
}

.list50 li {
    width: calc(50% - 0.5rem);
    padding-right: 1rem;
}

.list50 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.comparison-list .imgcontent {
    border: 1px solid var(--main);
}

/*Card Twist*/
.collection_list.twister {
    perspective: 1000px;
    padding: 25px;
  }
  .collection_list.twister .collection_container {
    position: relative;
    width: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s ease;
  }
  .collection_list.twister:hover .collection_container {
    transform: rotateY(180deg);
  }
  /* Vorderseite */
  .collection_list.twister .collection_container > *:not(.ingredients-text) {
    backface-visibility: hidden;
    position: relative;
    z-index: 2;
  }
  /* Rückseite */
  .ingredients-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Optional: Optik verbessern */
  .collection_list.twister .collection_container {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    border-radius: var(--br-primary);
}

/*END Card Twist*/

h3.collection_content.twister__title.title.custom {
    padding: 0.2rem 1rem 0rem 1rem;
}

.collection_content.ingredients-teaser {
    padding: 0rem 1rem 1rem 1rem;
}

.collection_content.ingredients-img img {
    height: 270px !important;
    border-radius: 5px 5px 0px 0px;
}

.button-center {
    display: flex;
    justify-content: center;
}

.inhaltsstoffe div#content {
    padding-top: 3rem;
}

.collection_list.studien {
    width: 100%;
}

.studien-toggler {
    display: none;
}

.collection_list.studien {
    border-bottom: 1px solid;
}

.collection_list.studien {
    border-bottom: 1px solid;
    padding-left: 35px;
    padding-right: 65px;
    cursor: pointer;
}

.collection_list.studien:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(/userdata/01_Basis/hook.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.collection_list.studien:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(/userdata/01_Basis/arrow-down-blk.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.collection_list.studien:after {
    transition: 300ms;
}

.collection_list.studien.active:after {
    transform: translateY(-50%) rotate(-180deg) !important;
    transition: 300ms;
}

.ingrediants-wrap {
    display: flex;
    flex-wrap: wrap;
    float: left;
}

.home .filter_display {
    display: none;
}

.home div#area-4 .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}


.youtubecontent {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtubecontent iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.youtube-carousel {
    position: absolute;
    left: 50%;
    width: 70vw;
}

.home #area-7:after {
    content: '';
    background: linear-gradient(-90deg, var(--main-light), transparent);
    position: absolute;
    right: 0px;
    width: 81px;
    top: 0;
    height: 100%;
    z-index: 1;
}

.youtube-carousel .owl-nav {
    justify-content: flex-start;
    position: absolute;
    left: 30px;
    gap: 1.5rem;
}

.owl-nav button {
    width: 23px;
}

.owl-nav img {
    filter: drop-shadow(0px 0px 3px rgb(0 0 0 / 25%)) !important;
}

.youtube-carousel .owl-stage-outer:before {
    content: '';
    background: linear-gradient(90deg, var(--main-light), transparent);
    position: absolute;
    left: 0px;
    width: 45px;
    top: 0;
    height: 100%;
    z-index: 1;
}

.hidden {
    display: none;
}

.diff-toggle-wrap .toggle-control {
    display: flex;
    justify-content: flex-start;
    /* gap: 3rem; */
    margin-bottom: 1rem;
}

.diff-toggle-wrap .toggle-control {
    display: flex;
    justify-content: flex-start;
    /* gap: 3rem; */
    flex-direction: column;
    width: 25%;
}

.toggle-control .collection_content.title {
    opacity: 0.5;
    cursor: pointer;
    padding: 20px;
    margin: 0;
    margin-right: 20px;
    padding-right: 10px;
    border-bottom: 1px solid var(--fc-grey);
}

.toggle-control .collection_content.title.active {
    opacity: 1;
    background-color: var(--main);
    color: #FFF;
    border-bottom: 0px solid;
    border-radius: var(--br-primary);
}

.collection_list.difference {
    width: 72%;
    padding: 0;
}

.diff-toggle-inner {
    display: flex;
    justify-content: space-between;
}

.collection_content.diff-img {
    width: 40%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    min-height: 500px;
}

.diff-text-wrap {
    width: 60%;
    padding-left: 3rem;
}

.collection_list.difference .collection_container {
    display: flex;
    flex-wrap: wrap;
}

/* .home .collection_content.diff-text {
    display: none;
} */

.collection_content.diff-text::before {
    content: "Wirkung im Detail:";
    font-weight: 600;
}

.collection_content.diff-text {
    margin-top: 16px;
}

.home .collection_content.diff-img img,
.buy .collection_content.diff-img img {
    object-fit: cover;
    height: auto !important;
    width: auto !important;
}

.collection_content.diff-comparison .owl-item img {
    height: auto !important;
    width: auto !important;
    object-fit: contain;
}

.owl-stage {
    align-items: center;
    display: flex;
}

.collection_content.diff-comparison:before {
    content: 'Vorher-Nachher-Ergebnisse mit INSIDE';
    margin-top: 3rem;
    float: left;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-align: center;
    width: 100%;
}

.collection_content.diff-comparison .owl-nav {
    justify-content: flex-start;
}

.toggle-control .title {
    font-size: 1rem;
}

/* .wirkung .collection_content.diff-teaser {
    display: none;
} */

.main-diff-text {
    width: 60%;
    padding-left: 3rem;
}

.wirkung .collection_list.difference {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.wirkung .collection_content.diff-comparison {
    width: 100%;
}

.wirkung .collection_content.diff-img {
    min-height: unset;
}

.wirkung .collection_content.diff-img img {
    object-fit: cover;
}

.home .collection_content.diff-comparison,
.buy .collection_content.diff-comparison {
    display: none;
}

.collection_content.diff-img {
    border: 1px solid var(--clr-primary-light);
    border-radius: var(--br-primary);
}

.wirkung .collection_content.diff-comparison .owl-nav {
    justify-content: space-between;
}

.wirkung .collection_content.diff-comparison .owl-nav button {
    position: relative;
    top: -135px;
}

.wirkung .collection_content.diff-comparison .owl-nav button img {
    filter: none !important;
}

.home .collection_content.diff-comparison .owl-stage-outer {
    width: calc(100% + 15px);
    margin-left: -15px;
}

.home .collection_content.diff-comparison .owl-nav button {
    width: 20px;
}

.button.flr a {
    float: right;
}

#footer {
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

.container.center {
    display: flex;
    align-items: center;
}

.why-1,
.why-2,
.why-3,
.why-4,
.why-5,
.why-6,
.why-7,
.why-8,
.why-9,
.why-10,
.why-11,
.why-12 {
    margin-bottom: 1rem;
    float: left;
    width: 100%;
}

.why-1 p,
.why-2 p,
.why-3 p,
.why-4 p,
.why-5 p,
.why-6 p,
.why-7 p,
.why-8 p,
.why-9 p,
.why-10 p,
.why-11 p,
.why-12 p {
    position: relative;
    float: left;
    width: calc(100% - 25px);
}

.why-1:before,
.why-2:before,
.why-3:before,
.why-4:before,
.why-5:before,
.why-6:before,
.why-7:before,
.why-8:before,
.why-9:before,
.why-10:before,
.why-11:before,
.why-12:before {
    content: '';
    float: left;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.why-1:before {
    background: url(/userdata/01_Basis/rocket.svg);
    background-position: center;
    background-size: contain;
}
.why-2:before {
    background: url(/userdata/01_Basis/dollar.svg);
    background-position: center;
    background-size: contain;
}
.why-3:before {
    background: url(/userdata/01_Basis/drink.svg);
    background-position: center;
    background-size: contain;
}
.why-4:before {
    background: url(/userdata/01_Basis/plant.svg);
    background-position: center;
    background-size: contain;
}
.why-5:before {
    background: url(/userdata/01_Basis/bag.svg);
    background-position: center;
    background-size: contain;
}
.why-6:before {
    background: url(/userdata/01_Basis/clock.svg);
    background-position: center;
    background-size: contain;
}
.why-7:before {
    background: url(/userdata/01_Basis/dollar.svg);
    background-position: center;
    background-size: contain;
}
.why-8:before {
    background: url(/userdata/01_Basis/heart.svg);
    background-position: center;
    background-size: contain;
}
.why-9:before {
    background: url(/userdata/01_Basis/lock.svg);
    background-position: center;
    background-size: contain;
}
.why-10:before {
    background: url(/userdata/01_Basis/lock.svg);
    background-position: center;
    background-size: contain;
}
.why-11:before {
    background: url(/userdata/01_Basis/phone.svg);
    background-position: center;
    background-size: contain;
}
.why-12:before {
    background: url(/userdata/01_Basis/heart.svg);
    background-position: center;
    background-size: contain;
}



.plan-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.collection_list.karriereplan {
    width: 50%;
}

.collection_list.karriereplan .collection_container {
    background: var(--main);
    padding: 2rem;
    border-radius: var(--br-primary);
}

.collection_list.karriereplan .collection_container {
    background: #FFF5F8;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.collection_content.kp-fahne {
    margin-bottom: 0.8rem;
}

.collection_content.kp-icon img {
    max-width: 70px;
}

.collection_content.kp-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.collection_content.kp-title, .collection_content.kp-fahne, .collection_content.kp-present {
    text-align: center;
}

.collection_content.kp-title {
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    position: relative;
}

.collection_content.kp-title:after {
    content: 'line';
}

.collection_content.kp-title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: var(--main);
    height: 3px;
    width: 60px;
}

.collection_content.kp-fahne:before, 
.collection_content.kp-present:before {
    content: '';
    position: relative;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.collection_content.kp-present:before {
    background: url(/userdata/02_Kollektionen/Karriereplan/gift.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.collection_content.kp-fahne:before {
    background: url(/userdata/02_Kollektionen/Karriereplan/flag.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.collection_list.karriereplan .collection_container:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: url(/userdata/02_Kollektionen/Karriereplan/arrow-next.svg);
    width: 20px;
    height: 60px;
    top: 100%;
}

.collection_list.reviews-insider .rv-stars {
    max-width: 50px;
    float: left;
    margin-bottom: 2.6rem;
}

.karriereplan div#area-6 {
    padding: 1.5rem 0;
    background-color: #FFF5F8;
}

.video-gallery .owl-nav {
    justify-content: space-between;
}

.video-gallery .owl-nav button {
    top: -125px;
    position: relative;
}

.video-gallery .owl-item {
    scale: 1;
}

.video-gallery .owl-stage-outer:before {
    content: '';
    background: linear-gradient(90deg, #ffffff, transparent);
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 1;
}

.video-gallery .owl-stage-outer:after {
    content: '';
    background: linear-gradient(-90deg, #ffffff, transparent);
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 1;
}

.partner #area-2 {
    padding: 0;
}

.why-10, .why-11, .why-12 {
    width: auto;
    float: left;
    display: block;
}

.why-10 .textcontent, .why-11 .textcontent, .why-12 .textcontent {
    float: left;
}

.form-points .row {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer h3 {
    color: #fff;
}

.footer-rows {
    width: 20%;
    float: left;
}
.footer-5-outer.footer-rows img {
    max-width: 30px;
    margin-right: 1rem;
}

.footer-5-outer.footer-rows a {
    float: left;
}

.buy #slider .imgcontent {
    width: 50%;
}

.buy #slider #slider-title {
    position: relative;
    float: right;
    top: unset;
    transform: unset;
    color: var(--fc-dark);
    width: 50%;
    padding: 5rem 0rem 5rem 5rem;
    height: 760px;
    display: flex;
    align-items: center;
}

.buy h1 {
    float: left;
    text-align: left;
    font-size: var(--fs-800);
    margin-bottom: 1rem;
}

.buy #slider #slider-title h1,
.buy #slider #slider-title h2,
.buy #slider #slider-title h3,
.buy #slider #slider-title a {
    color: var(--fc-dark);
}

.buy #slider .hooks li {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.buy #slider .hooks ul {
    padding-left: 20px;
}

.buy #slider .button {
    margin-bottom: 3px;
    float: left;
    clear: both;
    font-size: 1.4rem;
    position: relative;
}

.btn-hint {
    position: relative;
    float: left;
    margin-bottom: 1rem;
    clear: both;
}

.buy #slider .hooks ul {
    padding-left: 21px;
    float: left;
}

.button.rabatt35:after {
    content: '-35%';
    position: absolute;
    left: calc(100% - 30px);
    background: #FFF5F8;
    width: 60px;
    height: 60px;
    border-radius: 5000px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(10deg);
    top: -30px;
    color: var(--main);
    font-weight: 600;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 15%);
}

.buy #slider .button a:before,
.buy #slider .button a:after {
    display: none;
}

.button.rabatt35 a {
    padding-right: 1.6rem;
}

.kur-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kur-img img {
    max-height: 400px;
    width: auto !important;
    height: 300px !important;
    object-fit: contain;
}

.pop-up-button {
    box-shadow: 2px 2px 7px rgb(0 0 0 / 15%);
    float: left;
    width: 100%;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    z-index: 1;
    position: relative;
    background: #fff;
    border-radius: var(--br-primary);
}

.pop-up-element {
    float: left;
    width: 100%;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 15%);
    z-index: 0;
}

.pop-up-button:after {
    content: '';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: 300ms;
    width: 15px;
    height: 15px;
    background: url(/userdata/01_Basis/arrow-down-blk.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.pop-up-button.current:after {
    content: '';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: 300ms;
    width: 15px;
    height: 15px;
    background: url(/userdata/01_Basis/arrow-down-blk.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.q-icon-gruppe {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-top: 5rem;
    float: left;
}
  
.q-icon-gruppe .track {
    display: flex;
    width: max-content;
    animation: slideIcons 60s linear infinite;
}
  
.q-icon-gruppe .track::after {
    content: "";
    display: flex;
}
  
.q-icon-gruppe .collection_list.q-icons {
    flex: 0 0 auto;
    margin-right: 20px;
    padding: 0 3rem;
    width: auto;
}
  
.q-icon-gruppe .collection_list.q-icons img {
    max-width: 130px;
    height: 50px;
    display: block;
}
  
/* Duplizierte Icons tricksen wir über JS oder HTML ein – hier erstmal Animation */
@keyframes slideIcons {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
  
.component.copyright a {
    text-decoration: none;
}

.klapp-toggle.comparison-list img {
    min-width: 1200px;
}

.klapp-toggle.comparison-list .imgcontent {
    overflow-x: scroll;
}

.home div#area-7 {
    overflow: hidden;
    background: var(--main-light);
}

.collection_content.diff-img img {
    object-fit: contain;
    max-width: 600px;
}

form#contactformular_11 .form-group.date_input {
    width: calc(50% - 0.5rem);
}

.collection_list.karriereplan:last-child .collection_container:after {
    display: none;
}

div#slider video {
    width: 100%;
    height: 860px;
    object-fit: cover;
    opacity: 0.7;
}

.home div#slider > .textcontent {
    height: 860px !important;
    background-color: #000;
}

.unternehmen #content .container,
.unternehmen #area-2 .container,
.unternehmen #area-3 .container,
.unternehmen #area-4 .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.karriereplan #area-8 .container,
.partner #area-4 .container,
.karriereplan #area-4 .container,
.karriereplan #area-5 .container {
    align-items: center;
    display: flex;
}

.buy .mb3 {
    min-height: 45px;
}

.buy .owl-item img {
    height: 250px !important;
}

.unternehmen .head-slide-coll .collection_list {
    justify-content: center;
}

.unternehmen .collection_content.rv-stars img {
    width: calc(50px + 0.1rem) !important;
}

.toggle-control .collection_content.title.active.diff-block-1 {
    background-color: #3fa435;
}

.toggle-control .collection_content.title.active.diff-block-2 {
    background-color: #e98531;
}

.toggle-control .collection_content.title.active.diff-block-4 {
    background-color: #e4c80f;
}

.toggle-control .collection_content.title.active.diff-block-5 {
    background-color: #009ee3;
}


/*coding*/
 
@media (max-width: 1249px) {

    .youtube-carousel {
        width: 100%;
        float: left;
        position: relative;
        left: unset;
        margin-top: 2rem;
    }

    header > .container {
        justify-content: space-between;
    }

    div#toggle_navigation {
        display: block !important;
    }

    #header ul.level_1 {
        gap: 0;
        flex-direction: column;
    }

    div#header_2 {
        display: none;
    }
    div#toggle_navigation:hover,
    div#toggle_navigation:active,
    div#toggle_navigation:focus {
        background: transparent;
    }

    #cookie-bar>p {
        line-height: 20px;
    }
        
    .collection_content.rv-title {
        font-size: 1rem;
    }

    .wirkung .collection_content.diff-comparison .owl-nav button {
        top: -105px;
    }

    .hamburger-menu a {
        color: #fff;
        text-decoration: none;
    }

    .hamburger-menu ul.level_1 {
        flex-direction: column;
        padding: 0.5rem 1rem;
        gap: 0;
    }

    .hamburger-menu li.level_1 {
        margin: 0.3rem 0;
    }
    
} /*END 1249px*/


@media (max-width: 1024px) {

    /* .diff-toggle-wrap .toggle-control {
        gap: 1rem;
    } */

    #header .hamburger-menu li.level_1 {
        border-bottom: 1px solid #fff;
    }

    #header .hamburger-menu a {
        padding: 13px 20px !important;
        display: block;
        color: #fff;
    }

    #header .hamburger-menu li.level_1 {
        list-style-type: none;
    }

    #header .hamburger-menu li.level_1 {
        width: 100%;
    }

    .collection_list {
        width: 50%;
    }

    :root {
        --fs-900: 2.1rem;
        --fs-800: 1.5rem;
    }

    .slider-title-content-subtitle {
        font-size: 1.2rem;
    }

    .home #slider img {
        height: 560px !important;
    }

    .button.header-btn a {
        padding: 8px 70px;
    }

    .collection_content.rv-stars img {
        width: calc(60px + 1rem) !important;
    }

    .rv-txt {
        width: calc(100% - 60px - 1rem);
        float: right;
    }

    .head-slide-coll {
        width: 100% !important;
    }
    
    html {
        font-size: 14px;
    }

    .wirkung .collection_content.diff-comparison .owl-nav button {
        top: -86px;
    }

    .footer-rows {
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }

    .component.footer-5 .textcontent {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .component.footer-5 .textcontent h3 {
        width: 100%;
    }

    .footer-5-outer.footer-rows img {
        margin: 0 1rem;
    }

    .component.copyright > .textcontent {
        width: 100%;
        float: left;
        display: flex;
        justify-content: center;
        margin-bottom: 0.5rem;
    }
} /*END 1024px*/

@media only screen and (max-width: 992px) {

    .footer-sitemap ul {
        flex-wrap: wrap;
    }

    div#cookiewarnung {
        width: 90%;
    }

    #header #header_1 {
        width: auto;
    }
} /*END 992px*/
    
@media (max-width: 768px) {

    div#slider-title {
        width: 100%;
    }

    .diff-toggle-inner {
        display: block;
    }

    .diff-toggle-wrap .toggle-control {
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
    }

    .toggle-control .collection_content.title {
        border-bottom: 0px solid;
        border-right: 1px solid var(--fc-grey);
    }

    .toggle-control .collection_content.title {
        padding: 10px;
    }

    .collection_list.difference {
        width: 100%;
    }

    .component.copyright {
        display: flex;
        flex-direction: column;
    }

    #cookie-bar {
        text-align: center;
    }
    #cookie-bar #cookie-bar-button {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }
    #cookie-bar>p {
        float: none;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row {
        flex-wrap: wrap;
    }

    .pop-up-button {
        margin-top: 1rem;
    }

    .pop-up-button-group .row {
        flex-wrap: wrap;
        margin-left: 7px;
    }

    #slider div#slider-title {
        padding: 0 20px;
    }
    #footer .footer-1,
    #footer .footer-2,
    #footer .footer-3,
    #footer .footer-4 {
        text-align: center;
        margin-bottom: 25px;
    }
    .footer-sitemap li.level_1 {
        width: 50%;
        margin-bottom: 30px;
    }
    .seo .footer-1 {
        padding: 0 20px;
        border: 0;
    }
    .seo .footer-2 {
        padding: 0;
    }
    #privacy-policy .footer-1,
    div#privacy-policy {
        text-align: center !important;
    }
    div#privacy-policy ul {
        padding: 0 !important;
        margin: 0 !important;
    }
    .component.privacy_policy {
        padding: 20px 0 0 0;
    }
    div#cookiewarnung {
        font-size: 13px !important;
    }

    h3.collection_content.difference__title.title {
        margin: 2.5px 0;
    }

    .collection_content.diff-img {
        width: 100%;
    }

    .diff-text-wrap {
        width: 100%;
        padding: 0;
        margin-top: 2rem;
    }

    .home #area-7:after,
    .youtube-carousel .owl-stage-outer:before {
        display: none;
    }

    .main-diff-text {
        width: 100%;
        padding-left: 0;
        margin-top: 2rem;
    }

    .wirkung .collection_content.diff-comparison .owl-nav button {
        top: -79px;
    }

    .buy #slider #slider-title {
        width: 100%;
        float: none;
    }

    .buy #slider .imgcontent {
        width: 100%;
        max-height: 200px;
    }

    .buy #slider {
        flex-direction: column-reverse;
        display: flex;
    }

    .buy #slider img {
        max-height: inherit !important;
    }

} /*END 768px*/

@media (max-width:600px) {

    .wirkung .collection_content.diff-comparison .owl-nav button {
        top: -69px;
    }

    .collection_list.studien {
        padding-right: 20px;
        padding-left: 20px;
    }

    .collection_list.studien:after {
        right: 0px;
        width: 10px;
        height: 10px;
    }

    .list50 li {
        width: calc(100% - 0rem);
    }

    .collection_list {
        width: 100%;
    }

    .pop-up-button {
        /* width: 40%!important; */
        float: left!important;
    }

    .pop-up-button .textcontent {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    div#header_1 {
        width: 120px;
    }

    .kur-img img {
        height: 100% !important;
    }

} /*END 600px*/

@media (max-width: 500px) {

    .wirkung .collection_content.diff-comparison .owl-nav button {
        top: -49px;
    }

    div#content, .main-screen {
        padding: 30px 0 !important;
    }

    .pop-up-element {
        padding: 30px 10px!important;
    }

    .container {
        min-width: 250px;
    }

    div#slider-wrapper {
        height: auto !important;
    }

    #slider div#slider-title {
        padding: 0 20px !important;
    }
    .footer-sitemap li.level_1 {
        width: 100%;
        text-align: center;
    }
} /*END 500px*/
   

    
@media (min-width: 768px) {
        .container {
            max-width: 750px;
        }
    
            .col-sm-1,
            .col-sm-10,
            .col-sm-11,
            .col-sm-12,
            .col-sm-2,
            .col-sm-3,
            .col-sm-4,
            .col-sm-5,
            .col-sm-6,
            .col-sm-7,
            .col-sm-8,
            .col-sm-9 {
                float: left;
            }
            .col-sm-12 {
                width: 100%;
            }
            .col-sm-11 {
                width: 91.66666667%;
            }
            .col-sm-10 {
                width: 83.33333333%;
            }
            .col-sm-9 {
                width: 75%;
            }
            .col-sm-8 {
                width: 66.66666667%;
            }
            .col-sm-7 {
                width: 58.33333333%;
            }
            .col-sm-6 {
                width: 50%;
            }
            .col-sm-5 {
                width: 41.66666667%;
            }
            .col-sm-4 {
                width: 33.33333333%;
            }
            .col-sm-3 {
                width: 25%;
            }
            .col-sm-2 {
                width: 16.66666667%;
            }
            .col-sm-1 {
                width: 8.33333333%;
            }
            .col-sm-pull-12 {
                right: 100%;
            }
            .col-sm-pull-11 {
                right: 91.66666667%;
            }
            .col-sm-pull-10 {
                right: 83.33333333%;
            }
            .col-sm-pull-9 {
                right: 75%;
            }
            .col-sm-pull-8 {
                right: 66.66666667%;
            }
            .col-sm-pull-7 {
                right: 58.33333333%;
            }
            .col-sm-pull-6 {
                right: 50%;
            }
            .col-sm-pull-5 {
                right: 41.66666667%;
            }
            .col-sm-pull-4 {
                right: 33.33333333%;
            }
            .col-sm-pull-3 {
                right: 25%;
            }
            .col-sm-pull-2 {
                right: 16.66666667%;
            }
            .col-sm-pull-1 {
                right: 8.33333333%;
            }
            .col-sm-pull-0 {
                right: auto;
            }
            .col-sm-push-12 {
                left: 100%;
            }
            .col-sm-push-11 {
                left: 91.66666667%;
            }
            .col-sm-push-10 {
                left: 83.33333333%;
            }
            .col-sm-push-9 {
                left: 75%;
            }
            .col-sm-push-8 {
                left: 66.66666667%;
            }
            .col-sm-push-7 {
                left: 58.33333333%;
            }
            .col-sm-push-6 {
                left: 50%;
            }
            .col-sm-push-5 {
                left: 41.66666667%;
            }
            .col-sm-push-4 {
                left: 33.33333333%;
            }
            .col-sm-push-3 {
                left: 25%;
            }
            .col-sm-push-2 {
                left: 16.66666667%;
            }
            .col-sm-push-1 {
                left: 8.33333333%;
            }
            .col-sm-push-0 {
                left: auto;
            }
            .col-sm-offset-12 {
                margin-left: 100%;
            }
            .col-sm-offset-11 {
                margin-left: 91.66666667%;
            }
            .col-sm-offset-10 {
                margin-left: 83.33333333%;
            }
            .col-sm-offset-9 {
                margin-left: 75%;
            }
            .col-sm-offset-8 {
                margin-left: 66.66666667%;
            }
            .col-sm-offset-7 {
                margin-left: 58.33333333%;
            }
            .col-sm-offset-6 {
                margin-left: 50%;
            }
            .col-sm-offset-5 {
                margin-left: 41.66666667%;
            }
            .col-sm-offset-4 {
                margin-left: 33.33333333%;
            }
            .col-sm-offset-3 {
                margin-left: 25%;
            }
            .col-sm-offset-2 {
                margin-left: 16.66666667%;
            }
            .col-sm-offset-1 {
                margin-left: 8.33333333%;
            }
            .col-sm-offset-0 {
                margin-left: 0;
            }
        }

@media (min-width: 992px) {

    .container {
        max-width: 970px;
    }
        .col-md-1,
        .col-md-10,
        .col-md-11,
        .col-md-12,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9 {
            float: left;
        }
        .col-md-12 {
            width: 100%;
        }
        .col-md-11 {
            width: 91.66666667%;
        }
        .col-md-10 {
            width: 83.33333333%;
        }
        .col-md-9 {
            width: 75%;
        }
        .col-md-8 {
            width: 66.66666667%;
        }
        .col-md-7 {
            width: 58.33333333%;
        }
        .col-md-6 {
            width: 50%;
        }
        .col-md-5 {
            width: 41.66666667%;
        }
        .col-md-4 {
            width: 33.33333333%;
        }
        .col-md-3 {
            width: 25%;
        }
        .col-md-2 {
            width: 16.66666667%;
        }
        .col-md-1 {
            width: 8.33333333%;
        }
        .col-md-pull-12 {
            right: 100%;
        }
        .col-md-pull-11 {
            right: 91.66666667%;
        }
        .col-md-pull-10 {
            right: 83.33333333%;
        }
        .col-md-pull-9 {
            right: 75%;
        }
        .col-md-pull-8 {
            right: 66.66666667%;
        }
        .col-md-pull-7 {
            right: 58.33333333%;
        }
        .col-md-pull-6 {
            right: 50%;
        }
        .col-md-pull-5 {
            right: 41.66666667%;
        }
        .col-md-pull-4 {
            right: 33.33333333%;
        }
        .col-md-pull-3 {
            right: 25%;
        }
        .col-md-pull-2 {
            right: 16.66666667%;
        }
        .col-md-pull-1 {
            right: 8.33333333%;
        }
        .col-md-pull-0 {
            right: auto;
        }
        .col-md-push-12 {
            left: 100%;
        }
        .col-md-push-11 {
            left: 91.66666667%;
        }
        .col-md-push-10 {
            left: 83.33333333%;
        }
        .col-md-push-9 {
            left: 75%;
        }
        .col-md-push-8 {
            left: 66.66666667%;
        }
        .col-md-push-7 {
            left: 58.33333333%;
        }
        .col-md-push-6 {
            left: 50%;
        }
        .col-md-push-5 {
            left: 41.66666667%;
        }
        .col-md-push-4 {
            left: 33.33333333%;
        }
        .col-md-push-3 {
            left: 25%;
        }
        .col-md-push-2 {
            left: 16.66666667%;
        }
        .col-md-push-1 {
            left: 8.33333333%;
        }
        .col-md-push-0 {
            left: auto;
        }
        .col-md-offset-12 {
            margin-left: 100%;
        }
        .col-md-offset-11 {
            margin-left: 91.66666667%;
        }
        .col-md-offset-10 {
            margin-left: 83.33333333%;
        }
        .col-md-offset-9 {
            margin-left: 75%;
        }
        .col-md-offset-8 {
            margin-left: 66.66666667%;
        }
        .col-md-offset-7 {
            margin-left: 58.33333333%;
        }
        .col-md-offset-6 {
            margin-left: 50%;
        }
        .col-md-offset-5 {
            margin-left: 41.66666667%;
        }
        .col-md-offset-4 {
            margin-left: 33.33333333%;
        }
        .col-md-offset-3 {
            margin-left: 25%;
        }
        .col-md-offset-2 {
            margin-left: 16.66666667%;
        }
        .col-md-offset-1 {
            margin-left: 8.33333333%;
        }
        .col-md-offset-0 {
            margin-left: 0;
        }
    }

@media (min-width: 1200px) {

        .col-lg-1,
        .col-lg-10,
        .col-lg-11,
        .col-lg-12,
        .col-lg-2,
        .col-lg-3,
        .col-lg-4,
        .col-lg-5,
        .col-lg-6,
        .col-lg-7,
        .col-lg-8,
        .col-lg-9 {
            float: left;
        }
        .col-lg-12 {
            width: 100%;
        }
        .col-lg-11 {
            width: 91.66666667%;
        }
        .col-lg-10 {
            width: 83.33333333%;
        }
        .col-lg-9 {
            width: 75%;
        }
        .col-lg-8 {
            width: 66.66666667%;
        }
        .col-lg-7 {
            width: 58.33333333%;
        }
        .col-lg-6 {
            width: 50%;
        }
        .col-lg-5 {
            width: 41.66666667%;
        }
        .col-lg-4 {
            width: 33.33333333%;
        }
        .col-lg-3 {
            width: 25%;
        }
        .col-lg-2 {
            width: 16.66666667%;
        }
        .col-lg-1 {
            width: 8.33333333%;
        }
        .col-lg-pull-12 {
            right: 100%;
        }
        .col-lg-pull-11 {
            right: 91.66666667%;
        }
        .col-lg-pull-10 {
            right: 83.33333333%;
        }
        .col-lg-pull-9 {
            right: 75%;
        }
        .col-lg-pull-8 {
            right: 66.66666667%;
        }
        .col-lg-pull-7 {
            right: 58.33333333%;
        }
        .col-lg-pull-6 {
            right: 50%;
        }
        .col-lg-pull-5 {
            right: 41.66666667%;
        }
        .col-lg-pull-4 {
            right: 33.33333333%;
        }
        .col-lg-pull-3 {
            right: 25%;
        }
        .col-lg-pull-2 {
            right: 16.66666667%;
        }
        .col-lg-pull-1 {
            right: 8.33333333%;
        }
        .col-lg-pull-0 {
            right: auto;
        }
        .col-lg-push-12 {
            left: 100%;
        }
        .col-lg-push-11 {
            left: 91.66666667%;
        }
        .col-lg-push-10 {
            left: 83.33333333%;
        }
        .col-lg-push-9 {
            left: 75%;
        }
        .col-lg-push-8 {
            left: 66.66666667%;
        }
        .col-lg-push-7 {
            left: 58.33333333%;
        }
        .col-lg-push-6 {
            left: 50%;
        }
        .col-lg-push-5 {
            left: 41.66666667%;
        }
        .col-lg-push-4 {
            left: 33.33333333%;
        }
        .col-lg-push-3 {
            left: 25%;
        }
        .col-lg-push-2 {
            left: 16.66666667%;
        }
        .col-lg-push-1 {
            left: 8.33333333%;
        }
        .col-lg-push-0 {
            left: auto;
        }
        .col-lg-offset-12 {
            margin-left: 100%;
        }
        .col-lg-offset-11 {
            margin-left: 91.66666667%;
        }
        .col-lg-offset-10 {
            margin-left: 83.33333333%;
        }
        .col-lg-offset-9 {
            margin-left: 75%;
        }
        .col-lg-offset-8 {
            margin-left: 66.66666667%;
        }
        .col-lg-offset-7 {
            margin-left: 58.33333333%;
        }
        .col-lg-offset-6 {
            margin-left: 50%;
        }
        .col-lg-offset-5 {
            margin-left: 41.66666667%;
        }
        .col-lg-offset-4 {
            margin-left: 33.33333333%;
        }
        .col-lg-offset-3 {
            margin-left: 25%;
        }
        .col-lg-offset-2 {
            margin-left: 16.66666667%;
        }
        .col-lg-offset-1 {
            margin-left: 8.33333333%;
        }
        .col-lg-offset-0 {
            margin-left: 0;
        }
            .container {
                max-width: 1420px;
            }
        
    
        }

@media (min-width: 1500px) {
        .container {
            max-width: 1300px;
        }
}

@media (min-width: 1200px) {
    .unternehmen .col-lg-4 {
        width: 40%;
    }
    .partner .col-lg-4 {
        width: 50%;
    }
    .karriereplan .col-lg-4 {
        width: 50%;
    }
}

.warenkorb-button {
    position: fixed;
    display: block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    right: 30px;
    bottom: 30px;
    border: 1px solid var(--main);
    color: #00000000;
    background-color: #fff;
    background-image: url(/userdata/svg/cart.svg);
    background-position: center;
    background-size: 40% 40%;
    background-repeat: no-repeat;
    z-index: 9;
}

.home .header-coll-wrap:before,
.unternehmen .header-coll-wrap:before,
.partner #area-2:before,
.karriereplan #area-6:before {
    content: '';
    background: linear-gradient(-90deg, transparent, var(--main-light));
    position: absolute;
    left: 0px;
    width: 200px;
    top: 0;
    height: 100%;
    z-index: 2;
}

.home .header-coll-wrap:after,
.unternehmen .header-coll-wrap:after,
.partner #area-2:after,
.karriereplan #area-6:after {
    content: '';
    background: linear-gradient(90deg, transparent, var(--main-light));
    position: absolute;
    right: 0px;
    width: 200px;
    top: 0;
    height: 100%;
    z-index: 2;
}

.tipp {
    text-align: left;
    padding-top: 2rem;
}

/* Registrierungsformular für Vertriebspartner */

.section.section-breadcrumbs {
    background: unset;
    text-align: center;
}

.panel-heading {
    border-color: transparent;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f9f9f9;
    color: #4b4b4b;
}

.panel-default {
    border-color: transparent;
    box-shadow: unset;
}

.panel-body {
    padding: 15px 0px 0px 0px;
}

@media (max-width: 494px) {
    .form-points .row {
        justify-content: center;
    }
    .why-10, .why-11, .why-12 {
    text-align: center;
    }
}