:root {
  
    --clr-primary-dark: #222222;
    --clr-primary-light: #f5f7fb;
  
    --fc-primary: #ffffff;
    --fc-dark: #000;

    --ff-primary: 'Abel', 'Source Sans Pro', sans-serif;
  
    --ff-body: var(--ff-primary);
    --ff-heading: 'Coolvetica', var(--ff-body);
  
    --fw-regular: 400;
    --fw-bold: 700;
  
    --fs-300: 0.8125rem;
    --fs-400: 0.875rem;
    --fs-500: 18px;
    --fs-600: 21px;
    --fs-700: 50px;
    --fs-800: 60px;
    --fs-900: 70px;

    --br-primary: 15px;
    --br-button: 8px;
  
    --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: #ffffff;
    --p-button: 10px 15px;
    --clr-border: #000000;
    --fc-white: #ffffff;
    --fc-black: #000000;
    --fc-grey: grey;

}

figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
    display: flex;
    align-items: center;
    justify-content: center;
}

.jugendfussball .collection_list.ansprechpartner {
    width: 100%;
}

/* 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;
}

/*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;
}

div#hero a {
    margin-right: 10px;
}


* {
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: 'Coolvetica';
src: url('/userdata/01_Basis/coolvetica.ttf');
}

@font-face {
    font-family: 'Abel';
	src: url('/userdata/01_Basis/abel.ttf');
	}

body {
    background-color: var(--bg-black);
    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;
    background-image: url(/userdata/01_Basis/background.jpg);
    background-size: 100%;
}

a[role=button] {
    padding: 8px 17px;
    border-radius: 5px;
    background: var(--primary-accent);
    text-decoration: none !important;
    color: var(--fc-white);
    cursor: pointer;
}

.outline {
    background: transparent !important;
    border: 1px solid var(--fc-white)!important;
}

main {
    width: 100%;
    float: left;
}

header {
    height: var(--height-header);
    background: var(--bg-header);
    position: absolute;
    width: 100%;
    top: 20px;
    z-index: 2;
}

.home div#content {
    margin-top: -330px;
}

header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

nav a {
    text-decoration: none;
    color: var(--fc-nav);
    font-size: var(--fs-500);
}

nav a:hover {
    border-bottom: 1px solid var(--fc-white);
}

ul.level_1 {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
    align-items: center;
}

#header_1 img {
    height: 97px ! Important;
    padding-block-start: 10px;
    object-fit: contain;
    object-position: left;
}

.collection_list.hero {
    width: 100%;
    padding: 0;
    background: var(--clr-primary-light);
}

.collection_list.personen .collection_container {
    height: 380px;
    padding: 20px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: var(--br-primary);
}

.collection_list.personen .collection_container:hover .collection_content.personenbild 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);
    overflow: hidden;
}

.collection_content.funktion {
    font-size: 15px;
    padding: 0 0 7px;
}

.collection_list.personen {
    width: 25%;
    padding: 15px 30px 15px 0px;
}



.collection_list.personen .collection_container:after {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    background: linear-gradient(180deg, rgb(21 21 21 / 0%) 0%, rgb(20 20 20) 100%);
    z-index: -1;
}

.collection_list.turnen {
    width: 100%;
}

.collection_list.turnen .collection_container {
    padding: 30px;
    background: #0000004a;
    border-radius: var(--br-primary);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-block-start: 15px;
    width: 100%;
    border: 1px solid #ffffff2e;
}

h3.collection_content.personen__title.title.custom {
    margin: 0;
}

.collection_content.personenbild img {
    box-shadow: rgb(0 0 0 / 33%) 0px 7px 29px 0px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: 0.5s;
    overflow: hidden;
    object-position: top;
}

.collection_content.funktion:after {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--primary-accent);
    display: block;
    border-radius: 5px;
    margin: 5px 0 0;
}

.collection_content.personenbild {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.filter_display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 15px;
    flex-wrap: wrap;
    margin: 0 0 0.5rem;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-y: scroll;
}

button, input.button, .component.button_navigation a {
    background: var(--primary-accent);
    color: var(--fc-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;
}

button:active,
input.button:active,
input.button:focus,
.component.button_navigation a:active,
.component.button_navigation a:focus,
button:focus {
    outline: 1px dashed var(--primary-accent);
    outline-offset: 2px;
}

button:hover,
input.button:hover,
.component.button_navigation a:hover {
    opacity: .95;
}

h2.title {
    text-align: center;
}

h2.title:after {
    left: 50%;
    transform: translateX(-50%);
}



input, select, textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #ffffff38;
    font-family: inherit;
    border-radius: var(--br-button);
    background: #ffffff1c;
    color: var(--fc-white);
}

.collection_list.ansprechpartner {
    width: 50%;
}

.collection_list.ansprechpartner:hover .collection_container {
    background: #ffffff14;
}



a.collection_container_link {
    all: unset;
    cursor: pointer;
}

.collection_list.ansprechpartner .collection_container:after {
    content: '';
    background-image: url(/userdata/02_Kollektionen/01_Ansprechpartner/phone.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 25px;
    right: 25px;
    filter: invert(1);
}

.ansprechpartner_container {
    max-width: 950px;
    margin: 0 auto;
}

.collection_list.ansprechpartner .collection_container {
    border: 1px solid #ffffff6e;
    padding: 25px;
    border-radius: var(--br-primary);
    background: #ffffff05;
}

h3.collection_content.ansprechpartner__title.title.custom {
    padding-block-end: 70px;
    margin-top: 0;
}

input.button {
    margin-top: 1rem;
}

.contactformular {
    max-width: 600px;
    margin: 0 auto;
}

select option {
    background: var(--bg-black);
}

textarea {
    resize: vertical;
    min-height: 200px;
}

input[type="checkbox"] {
    width: auto;
}

.owl-item img {
    height: 370px!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(--primary-accent);
    color: var(--fc-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(--primary-accent);
    color: #fff;
    border: 1px solid var(--primary-accent);
    text-decoration: none;
    padding: 10px 20px;
    float: left;

    border-radius: 5px;

}

.turnen div#content {
    margin-top: -140px;
}

/* .collection_content.turnen_text .textcontent {
    column-count: 2;
} */

.collection_content.turnen_text .textcontent h4 {
    font-size: 24px;
    font-family: 'Abel' !important;
    text-transform: none;
    font-weight: bold;
    border-bottom: 1px solid grey;
    padding-block-end: 15px;
}

a.button_filter.o-filter {
    background: #f5f7fb;
    text-decoration: none;

    width: auto;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #d7dcde;
    border-radius: 5px;
    float: left;
    cursor: pointer;
    color: grey;
}





li.level_1.levels ul {
    display: none;
}

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

.component.copyright .textcontent:last-child {
    float: right;
}
.component.copyright .textcontent:first-child {
    float: left;
}


.home #hero > .container > .textcontent,
.der-verein #hero > .container > .textcontent,
.sportheim #hero > .container > .textcontent,
.mitglied-werden #hero > .container > .textcontent {
    max-width: 920px;
    margin: 0 auto;
}


.collection_content.ansprechpartner_bild img {
    position: absolute;
    border-radius: 999px;
    aspect-ratio: 1;
    width: 130px !important;
    height: 130px ! Important;
    object-position: top;
    top: 25px;
    right: 25px;
    z-index: -1;
}




.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( --fc-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: " ";
}

.cookie-config-configuration .cookie-reject.cookie-option {
    margin: 15px;
    display: block;
    text-align: center;
    filter: grayscale(1);
}

.cookie-config-configuration .cookie-accept.cookie-option {
    margin: 15px;
    display: block;
    text-align: center;
}

.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( --fc-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(--bg-black);
    text-align: center;
    padding: 2rem;
    color: var(--primary-accent);
    border-radius: var(--br-primary);
    transform: translate(-50%, -50%);
    border: 1px solid #414141;
}

body.kontakt h2.title {
    display: none;
}

.kontakt_group .row {
    margin-inline: -15px;
}

h4#myModalLabel {
    font-size: 40px;
}

div#requestbox:after {
    content: '';
    background: #00000075;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div#filter-element {
    position: absolute;
    margin-top: -200px;
}

.fussball div#content {
    margin-top: -140px;
}

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(--primary-accent);
    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( --fc-white);
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

.faq_question_box.active:after {
    content: '-';
    position: absolute;
    right: 16px;
    color: var(--fc-white);
    bottom: unset;
    font-size: 25px;
}

li.level_1:nth-child(6) {
    position: relative;
}

li.level_1:nth-child(6):after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 9999px;
    top: 0;
    right: -14px;
    background: rgba(226, 5, 18);
    box-shadow: 0 0 0 0 rgba(226, 5, 18);
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(226, 5, 18, 0.7);
    }
    
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(226, 5, 18, 0);
    }
    
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(226, 5, 18, 0);
    }
  }

.faq_group_container .faq_answer_box {
    display: none;
}

.faq h3 {
    font-size: 18px;
    font-weight: 400!Important;
    border: none;
    color: var( --fc-white);
    line-height: 1;
    margin-bottom: 7px;
}

.faq-search input[type="text"] {
    width: 250px;
    height: 30px;
    color: var( --fc-white);
    background: rgba(9, 0, 0, 0.9);
    border: 0;
    padding: 20px;
    position: relative;
}



ol li, ul li {
    list-style: none;
}

div#content,
.main-screen {
    padding: 5rem 0 ;
    position: relative;
    float: left;
    width: 100%;
}

.main-screen.grey {
    background-color: #ffffff05;
}


.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.pop-up-element {
    display: none;
}

.pop-up-element:first-child {
    display: block;
}

.pop-up-element.current {
   display: block;
}

.pop-up-button-group .row {
    display: flex;
    padding-block: 2rem;
}

.pop-up-button.current {
    background: var(--primary-accent);
    color: #fff;
    border: 1px solid var(--primary-accent);
}

.pop-up-button {
    background: #f5f7fb;
    width: auto;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #d7dcde;
    border-radius: 5px;
    float: left;
    margin-right: 1rem;
    cursor: pointer;
    color: grey;
}

div#content {
    margin-top: -200px;
}

.sitepart_2 h2.title_einzug,
.sitepart_2 .form-group.jahresbeitrag,
.sitepart_2 .form-group.kontoinhaber,
.sitepart_2 .form-group.bankname,
.sitepart_2 .form-group.bic,
.sitepart_2 .form-group.iban,
.sitepart_2 .form-group.form-check.hinweis,
.sitepart_2 .form-group.form-check.hinweis-2,
.sitepart_2 input.button {
    display: none;
}

.sitepart_2 .form-group.name {
    width: 50%;
    padding-right: 1rem;
}

.sitepart_2 .form-group.vorname {
    width: 50%;
}

.sitepart_2 .form-group.strasse {
    width: 70%;
    padding-right: 1rem;
}

.sitepart_2 .form-group.plz {
    width: 30%;
}

.sitepart_2 .form-group.bic {
    width: 30%;
    padding-right: 1rem;
}

.sitepart_2 .form-group.iban {
    width: 70%;
}

.mitglied-werden .contactformular,
.kontakt .contactformular,
.sportheim .contactformular {
    padding: 30px;
    background: #0000004a;
    border-radius: var(--br-primary);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-block-start: 15px;
    width: 100%;
    border: 1px solid #ffffff2e;

}

.mitglied-werden .contactformular {
    display: -webkit-box;
}

.kontakt_group .collection_list.ansprechpartner {
    width: 100%;
    padding-block-start: 0;
}

.kontakt_group .collection_list.ansprechpartner .collection_container {
    background: #0000004a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #ffffff2e;
}

input.button {
    background: var(--primary-accent)!important;
}

.mitglied-werden input, 
.mitglied-werden select, 
.mitglied-werden textarea,
.kontakt input, 
.kontakt select, 
.kontakt textarea,
.sportheim input, 
.sportheim select, 
.sportheim textarea {
    border: 1px solid #ffffff18;
    background: #ffffff08;

}

h3.collection_content.zahlen__title.title.custom {
    font-size: 90px;
    color: var(--primary-accent);
}

.collection_list.zahlen {
    text-align: center;
}

.collection_list.partner {
    width: 50%;
}

.collection_content.partnerlogo {
    height: 100px;
    max-width: 200px;
}

.collection_content.partnerlogo img {
    object-fit: contain !important;
}

.mitglied-werden .contactformular .title {
    text-align: left;
}

.mitglied-werden .contactformular .title:after {
    left: 0;
    transform: unset;
}

.pop-up-element {
    z-index: 1;
    float: left;
    width: 100%;
}

.pop-up-element .row {
    margin-left: -15px;
    margin-right: -15px;
}

.faq_nearest_search {
    display: none;
}

.header-text a {
    background: var(--primary-accent);
    color: var( --fc-white);
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: rgb(48 98 120 / 48%) 0px 7px 29px 0px;
}

.header-text a:hover {
    color: var( --fc-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;
}

div#header_1,
div#header_3 {
    width: 20%;
}

div#header_3 {
    display: flex;
    justify-content: flex-end;
}

#hero img {
    animation: scale 40s linear infinite;
    overflow: hidden;
}

@keyframes scale {
    50% {
      -webkit-transform:scale(1.2);
      -moz-transform:scale(1.2);
      -ms-transform:scale(1.2);
      -o-transform:scale(1.2);
      transform:scale(1.2);
    }
  }

  #hero:after {
    content: '';
    background: linear-gradient(180deg, rgb(21 21 21 / 0%) 0%, rgb(20 20 20) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 280px;
    z-index: -1;
}

#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( --fc-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: 5px;
}

sidebutton {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;

}

sidebutton .cookie-option {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--fc-white);
    border-radius: 999px;
    aspect-ratio: 1;
    padding: 10px;
}

sidebutton svg {
    fill: white;
    width: 25px;
    height: 25px;
}

#hero {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 0;
    color: var(--fc-white);
    text-align: left;
    overflow: hidden;
}

.home #hero {
    height: 100vh;
    text-align: center;
}

.cookies_not_set {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    border: 1px solid var(--fc-white);
    border-radius: var(--br-primary);
    padding: 1rem;
    background: #ffffff0d;
    max-width: 440px;
    margin: 0 auto;
}

#hero .imgcontent,
#hero .textcontent video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    filter: brightness(0.6);
    object-fit: cover;
}

#hero .textcontent  {
    z-index: -1;

}

@media (prefers-reduced-motion: reduce) {
    video {
        display: none; /* Das Video ausblenden */
    }
}

#hero h1 {
    text-transform: uppercase;
    line-height: .8 !important;
    font-size: 8rem;
}

#aktuelles {
    scroll-margin-top: -120px;
    width: 100%;
    float: left;
}

h2:after {
    content: '';
    background: var(--primary-accent);
    width: 90px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 9999px;
}

.team_section {
    padding-top: 30px;
}

.team_section:after {
    background: #707070 !important;
    width: 100%;
    height: 1px;
}

/* Schriften */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: .9;
    clear: both;
    font-weight: 500;
    color: var(--fc-white);
    margin: 10px 0;
    font-family: var(--ff-heading)!important;
    text-transform: uppercase;
}

h1 {
    font-size: var(--fs-900);
    color: #fff;
}


h2 {
    font-size: var(--fs-800);
    position: relative;
    margin-bottom: 2rem !important;
    padding-bottom: 0.5rem;
    letter-spacing: .5px;
}

.bild_text .row {
    display: flex;
    align-items: center;
    gap: 50px;
}

h3 {
    font-size: var(--fs-700);
}

h4,
h5 {
    font-size: var(--fs-600);
}

h6 {
    font-size: var(--fs-500);
}


a:hover {
    opacity: .95;
}

.owl-nav {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 90%;
    left: 20px;
}

.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(--fc-white);
    padding: 15px;
    border-radius: var(--br-primary);
}

ul.level_2 a p.level_2_title {
color: var(--primary-accent)!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: #313131;
    color: #fff;
    z-index: 99999999;
    width: 80%;
    text-align: center;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    border: 1px solid #4d4d4d;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.cookie-option-container {
    margin-top: 10px;
}

.home #hero > .container {
    margin-top: -140px;
}

.cookie-option {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
    background: var(--primary-accent);
}


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( --fc-black);
    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: black;
    color: #fff;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

#cookie-config input {
    margin-right: 10px;
}

#cookie-config label {
    font-weight: normal;
    color: #fff;
}

.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: var(--fc-dark);
    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;
    padding: 10px;
}

.cookie-config-save {
    padding: 10px;
    text-align: center;
    background: #68c567;
    cursor: pointer;
    margin: 20px 15px;
    color: var( --fc-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( --fc-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;
}







.sticky-active {
    position: relative;
}

#toggle_navigation,
.hamburger-menu {
    display: none;
}

div#toggle_navigation {
    float: right;
    width: auto;
    padding: 0 !important;
    height: auto;
    background: transparent;
}

.home div#area-10 {
    display: none;
}

.hamburger-menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    background: #000000e8;
    height: 100vh;
    z-index: 999999;
}

body.hamburger-active {
    overflow: hidden;
}

.hamburger-menu ul.level_1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.hamburger-menu li.level_1 {
    width: 100%;
}

.hamburger-menu a {
    padding: 1rem;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ffffff36;
    text-decoration: none;
    color: var(--fc-white);
    font-size: var(--fs-600);
}

#toggle_navigation label.hamburg {
    display: block;
    background: transparent;
    width: 50px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
}

.collection_list.historie {
    width: 50%;
    padding: 30px;
}

.collection_list.historie .collection_container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.collection_content.historie_img {
    position: relative;
    display: block;
}

.collection_content.historie_img img {
    box-shadow: rgb(0 0 0) 0px 5px 15px;
}

.collection_content.historie_jahr {
    font-size: 6rem;
    font-family: 'Coolvetica';
    line-height: 1;
    position: relative;
}

.collection_list.historie:nth-child(even) .collection_container .collection_content.historie_jahr:after {
    right: unset;
    left: -37px;
}

.collection_content.historie_jahr:after {
    content: '';
    background: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -37px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 9999px;
    z-index: 1;
}

.history_timeline:after {
    content: '';
    background: #fff;
    height: 100%;
    width: 2px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-radius: 5px;
}

.historie div#content {
    margin-top: -80px;
}

.history_timeline {
    position: relative;
    float: left;
    width: 100%;
}

.collection_list.historie:nth-child(even) .collection_container {
    align-items: flex-start;
    text-align: left;
    margin-top: 540px;
}


.collection_content.historie_text {
    width: 80%;
}

.line {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 35px;
    background: var( --fc-white);
    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%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#slider div#slider-title h1 {
    color: var( --fc-white);
}

#slider-wrapper div.slider-untertitle {
    position: absolute;
    bottom: 50%;
    width: 100%;
    color: var(--fc-white);
    padding: 20px 0;
    transform: translateY(50%);
    z-index: 1;
}


#footer {
    clear: both;
    padding: 70px 0 25px 0;
    font-size: 15px;
    position: relative;
    float: left;
    width: 100%;
    background: #0003;
}

.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.rechtliches {
    display: flex;
    justify-content: space-between;
    color: #858585;
    align-items: center;
}

#footer li.level_1 a {
    margin-bottom: 7px;
    display: inline-block;
    color: var(--fc-white);
    text-decoration: none;
}



.footer-sitemap li.level_2 {
    font-weight: normal;
    font-size: 15px;
    text-transform: initial;
}

div#privacy-policy {
    padding: 0px 0 !important;
    background: #0000007d !important;
    text-decoration: none;
    float: left;
    width: 100%;
    font-size: var(--fs-500);
}

div#privacy-policy a {
    color: inherit;
}





#privacy-policy .footer-1 {
    text-align: left;
}

div#privacy-policy ul li {
    display: inline-block;
    padding: 0 10px;
}



.owl-dots {
    height: 10px;
}

.owl-dots {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 18px;
}

.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: var(--primary-accent);
    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;
    height: auto;
}


 
@media (max-width: 1249px) {



    div#toggle_navigation {
        display: block !important;
        scale: .7;
    }

    #header ul.level_1 {
        gap: 0;
        flex-direction: column;
    }

    div#header_2 {
        display: none;
    }

    div#header_3 {
        width: auto;
        align-items: center;
    }

    .component.mitglied-werden a {
        display: block;
        padding: 4px 10px;
    }

    header {
        top: 0;
        height: auto;
    }

    header.hamburger-menu-open {
        background: #000000e6;
    }

    #header_1 img {
        height: 70px ! Important;
    }
    div#toggle_navigation:hover,
    div#toggle_navigation:active,
    div#toggle_navigation:focus {
        background: transparent;
    }
        #cookie-bar>p {
            line-height: 20px;
        }
} /*END 1249px*/


@media (max-width: 1024px) {

    .collection_list {
        width: 50%;
    }

    .collection_list.personen {
        width: 50%;
    }
} /*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) {

    #hero h1 {
        font-size: var(--fs-900);
    }

    .filter_display {
        padding-left: 0;
        margin-top: 10px;
    }

    .g-recaptcha {
        overflow: hidden;
    }

    .collection_content.ansprechpartner_bild img {
        width: 100px !important;
        height: 100px ! Important;
    }

    .kontakt_group .collection_list.ansprechpartner .collection_container {
        background: #ffffff05;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
        border: 1px solid #ffffff2e;
    }

    .collection_content.partnerlogo {
        max-width: 200px;
        margin: 0 auto;
    }

    .owl-item img {
        height: 210px ! Important;
    }

    .owl-nav {
        left: 15px;
        display: none!important;
    }

    button.owl-prev,
    button.owl-next {
        max-width: 20px;
    }

    .collection_list.personen {
        width: 100%;
        padding: 0 0 1rem;
    }

    .mitglied-werden .contactformular, .kontakt .contactformular, .sportheim .contactformular {
        padding: 15px;
        padding-top: 10px;
        overflow: hidden;
    }

    .sitepart_2 .form-group.name {
        width: 100%;
        padding-right: 0;
    }
    
    .sitepart_2 .form-group.vorname {
        width: 100%;
    }
    
    .sitepart_2 .form-group.strasse {
        width: 100%;
        padding-right: 0;
    }
    
    .sitepart_2 .form-group.plz {
        width: 100%;
    }
    
    .sitepart_2 .form-group.bic {
        width: 100%;
        padding-right: 0;
    }
    
    .sitepart_2 .form-group.iban {
        width: 100%;
    }

    .kontakt_group .row {
        margin-inline: 0;
    }

    .collection_list.historie {
        padding: 5px;
        width: 100%;
        padding-bottom: 3rem;
    }

    .history_timeline:after,
    .collection_content.historie_jahr:after {
        display: none;
    }


    .collection_list.historie:nth-child(even) .collection_container {
        align-items: center;
        text-align: center;
        margin-top: 0;
    }

    .collection_content.historie_text:after {
        content: '';
        background: #fff;
        width: 2px;
        height: 90px;
        position: absolute;
        border: 0;
        left: 50%;
        transform: translateX(-50%);
        bottom: -100px;
    }

    .collection_list.historie:last-child .collection_content.historie_text:after {
        display: none;
    }

    .collection_content.historie_jahr {
        font-size: 70px;
        margin-top: 10px;
    }


    .collection_list.historie .collection_container {
        align-items: center;
        text-align: center;
    }

    .collection_content.historie_text {
        width: 100%;
    }

    .pop-up-button-group .row {
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-y: scroll;
        padding-inline: 0;
        padding-block-end: 15px;
    }
    

    li.level_1:nth-child(6):after {
        right: 0;
    }



    .bild_text .row {
        gap: 10px;
    }

    .home div#hero > .container {
        margin-top: 0;
    }

    .home #hero {
        height: auto;
        padding-block-start: 100px;
        padding-block-end: 150px;
    }

    #hero {
        height: auto;
        padding-block-start: 100px;
        padding-block-end: 100px;
    }

    .pop-up-element .row {
        margin-left: 0;
        margin-right: 0;
    }

    .home div#content {
        margin-top: -150px;
    }

    div#content {
        margin-top: -150px;
    }

    :root {
        --fs-300: 12px;
        --fs-400: 13px;
        --fs-500: 14px;
        --fs-600: 15px;
        --fs-700: 40px;
        --fs-800: 50px;
        --fs-900: 70px;
    }
    .component.copyright {
        display: flex;
        flex-direction: column;
    }

.collection_list.ansprechpartner {
    width: 100%;
    padding-inline: 0;
    padding-top: 0;
}

.component.rechtliches {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    padding: 1rem;
}


.collection_content.ansprechpartner_name {
    font-weight: bold;
}

    .responsiv_bild .row {
        flex-direction: column-reverse;
    }

    #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;
        padding-bottom: 15px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row {
        flex-wrap: wrap;
    }



    #slider div#slider-title {
        padding: 0 20px;
    }



    #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;
    }



} /*END 768px*/

@media (max-width:600px) {
    .collection_list {
        width: 100%;
    }

    .collection_list.partner {
        width: 100%;
    }

    div#content {
        margin-top: -100px;
    }




} /*END 600px*/

@media (max-width: 500px) {

    div#content, .main-screen {
        padding: 30px 0 !important;
    }

    .pop-up-element {
        padding: 1rem 0;
    }

    .collection_list.ansprechpartner .collection_container:after {
        width: 15px;
        height: 15px;
    }

    div#hero a {
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .container {
        min-width: 250px;
    }

    .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;
        }
}
