/* MyCMS Frontend Stylesheet (cleaned + consolidated) */
/* Single global file. Theme colors are provided by backend CSS variables. */

:root{
  --theme-background: #090909;
  --theme-primary: #141414;
  --theme-secondary: #c8c8c8;
  --theme-text: #f4f4f4;
  --theme-text-dim: #9d9d9d;
  --theme-border: #2a2a2a;
  --theme-accent: #ffd200;
  --theme-accent-soft: #ffe98a;
  --theme-accent-dark: #a88600;
  --theme-surface-2: #171717;

  --main: var(--theme-accent);
  --main-opacity: #31667e50;
  --second: var(--theme-secondary);
  --main-dark: #222222;
  --white: #fff;
  --bg-light: var(--theme-background);
  --fc-primary: var(--theme-primary);
  --fc-dark: #000;
  --accent: var(--theme-accent);
  --font-clr: var(--theme-text);
  --line-clr: var(--theme-border);
  --bottom: #68B9F3;
  --ff-primary: 'Open Sans', sans-serif;
  --ff-heading: 'Oswald', sans-serif;
  --ff-accent: 'Dancing Script', sans-serif;
  --ff-alt: 'Source Sans Pro', sans-serif;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --lh-h1: 63px;
  --lh-h2: 55px;
  --lh-h3: 32px;
  --lh-h4: auto;
  --lh-h5: auto;
  --lh-h6: auto;
  --fs-micro: 0.8125rem;
  --fs-h6: 0.875rem;
  --fs-h5: 0.9375rem;
  --fs-h4: 1rem;
  --fs-h3: 1.875rem;
  --fs-h2: 2.5rem;
  --fs-h1: 3.1rem;
  --br-primary: .5rem;
  --fs-body: var(--fs-h6);
  --fs-primary-heading: var(--fs-h2);
  --fs-secondary-heading: var(--fs-h3);
  --fs-nav: var(--fs-h5);
  --fs-button: var(--fs-micro);
  --shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
  --font-head: "Oswald", "Arial Narrow", Arial, sans-serif;
  --font-body: "Barlow", Arial, sans-serif;
  --bg: var(--theme-background);
  --bg-soft: var(--theme-primary);
  --bg-card: var(--theme-surface-2);
  --line: var(--theme-border);
  --text: var(--theme-text);
  --text-soft: var(--theme-secondary);
  --text-dim: var(--theme-text-dim);
  --yellow: var(--theme-accent);
  --yellow-soft: var(--theme-accent-soft);
  --yellow-dark: var(--theme-accent-dark);
  --danger: #f8b8b8;
  --radius: 10px;
  --brand-yellow: var(--theme-accent);
}

.button{
  text-align: center;
  position: relative;
  top: 20px;
  margin-bottom: 20px;
}

.welcome .text{
  width: 75%;
}

.welcome .portrait{
  width: 20%;
}

.portrait .imgcontent img{
  aspect-ratio: 1 / 1;
  border-radius: 1000px;
}

.button a{
  background: var(--second);
  padding: 10px 20px;
  font-weight: 500;
  color: var(--font-clr);
  font-size: var(--fs-body);
  text-align: center;
}

.headline{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: var(--font-clr);
  margin-bottom: 30px;
}

*, *::before, *::after{
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd{
  margin: 0;
}

#content, #area-2, #area-3, #area-4, #area-5, #area-6, #area-7, #area-8, #area-9{
  scroll-margin-top: 120px;
}

ul[role='list'], ol[role='list']{
  list-style: none;
}

html:focus-within{
  scroll-behavior: smooth;
}

body{
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]){
  text-decoration-skip-ink: auto;
}

img, picture{
  max-width: 100%;
  display: block;
}

input, button, textarea, select{
  font: inherit;
}

.max1000{
  max-width: 1000px;
}

.max800{
  max-width: 800px;
}

.max600{
  max-width: 600px;
}

.max500{
  max-width: 500px;
}

h1{
  font-size: 2rem;
}

@font-face{
  font-family: 'Open Sans';
  src: url('/layout/frontend/b2c/dist/fonts/OpenSans-Light.ttf');
  font-weight: 300;
}

@font-face{
  font-family: 'Open Sans';
  src: url('/layout/frontend/b2c/dist/fonts/OpenSans-Regular.ttf');
  font-weight: 400;
}

@font-face{
  font-family: 'Open Sans';
  src: url('/layout/frontend/b2c/dist/fonts/OpenSans-Medium.ttf');
  font-weight: 500;
}

@font-face{
  font-family: 'Open Sans';
  src: url('/layout/frontend/b2c/dist/fonts/OpenSans-SemiBold.ttf');
  font-weight: 600;
}

@font-face{
  font-family: 'Open Sans';
  src: url('/layout/frontend/b2c/dist/fonts/OpenSans-Bold.ttf');
  font-weight: 700;
}

@font-face{
  font-family: 'Open Sans';
  src: url('/layout/frontend/b2c/dist/fonts/OpenSans-ExtraBold.ttf');
  font-weight: 800;
}

@font-face{
  font-family: 'Oswald';
  src: url('/layout/frontend/b2c/dist/fonts/Oswald-Light.ttf');
  font-weight: 300;
}

@font-face{
  font-family: 'Oswald';
  src: url('/layout/frontend/b2c/dist/fonts/Oswald-Regular.ttf');
  font-weight: 400;
}

@font-face{
  font-family: 'Oswald';
  src: url('/layout/frontend/b2c/dist/fonts/Oswald-Medium.ttf');
  font-weight: 500;
}

@font-face{
  font-family: 'Oswald';
  src: url('/layout/frontend/b2c/dist/fonts/Oswald-SemiBold.ttf');
  font-weight: 600;
}

@font-face{
  font-family: 'Oswald';
  src: url('/layout/frontend/b2c/dist/fonts/Oswald-Bold.ttf');
  font-weight: 700;
}

@font-face{
  font-family: 'Dancing Script';
  src: url('/layout/frontend/b2c/dist/fonts/DancingScript-Regular.ttf');
  font-weight: 400;
}

@font-face{
  font-family: 'Dancing Script';
  src: url('/layout/frontend/b2c/dist/fonts/DancingScript-Medium.ttf');
  font-weight: 500;
}

@font-face{
  font-family: 'Dancing Script';
  src: url('/layout/frontend/b2c/dist/fonts/DancingScript-SemiBold.ttf');
  font-weight: 600;
}

@font-face{
  font-family: 'Dancing Script';
  src: url('/layout/frontend/b2c/dist/fonts/DancingScript-Bold.ttf');
  font-weight: 700;
}

@font-face{
  font-family: 'Source Sans Pro';
  src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-ExtraLight.ttf');
  font-weight: 200;
}

@font-face{
  font-family: 'Source Sans Pro';
  src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Light.ttf');
  font-weight: 300;
}

@font-face{
  font-family: 'Source Sans Pro';
  src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Regular.ttf');
  font-weight: 400;
}

@font-face{
  font-family: 'Source Sans Pro';
  src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Medium.ttf');
  font-weight: 500;
}

@font-face{
  font-family: 'Source Sans Pro';
  src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-SemiBold.ttf');
  font-weight: 600;
}

@font-face{
  font-family: 'Source Sans Pro';
  src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Bold.ttf');
  font-weight: 700;
}

@font-face{
  font-family: 'Source Sans Pro';
  src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Black.ttf');
  font-weight: 900;
}

body{
  font-size: var(--fs-h4);
  font-weight: var(--fw-regular);
  line-height: 1.42857143;
  font-family: var(--ff-primary);
  color: var(--font-clr);
  overflow-x: hidden;
  margin: 0;
}

.collection_list.hero{
  width: 100%;
  padding: 0;
  background: var(--bg-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{
  background: var(--main);
  color: var(--white);
  padding: 10px 15px;
  border-radius: var(--br-primary);
  border: none;
  cursor: pointer;
}

input, select, textarea{
  padding: 1rem;
  width: 100%;
  border: 1px solid var(--main);
  font-family: inherit;
  border-radius: var(--br-primary);
}

.owl-item img{
  height: 450px!Important;
  width: 100%!Important;
}

.owl-item{
  scale: .9;
}

.owl-item.center{
  scale: 1;
}

.owl-item a{
  width: 100%!Important;
}

.person_gallery .owl-item img{
  height: 250px !important;
}

.back_to_overview a{
  background: var(--main);
  color: var(--white);
  padding: 10px 15px;
  border-radius: var(--br-primary);
  border: none;
  cursor: pointer;
  display: none;
}

.full_preview .filter_display{
  display: none;
}

a.button_filter.a-filter{
  background: var(--main);
  color: var(--white);
  padding: 10px 15px;
  float: left;
  border-radius: var(--br-primary);
}

a.button_filter.o-filter{
  background: var(--bg-light);
  color: var(--main);
  padding: 10px 15px;
  float: left;
  border-radius: var(--br-primary);
  border: 1px solid var(--main-light);
}

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

.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-h3);
  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( --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;
}

div#header, .header-wrapper{
  height: 60px;
  width: 100%;
  z-index: 10;
}

#cookie-bar>p{
  float: left;
  margin: 0;
  line-height: 40px;
}

#cookie-bar:after{
  clear: both;
  display: block;
  content: " ";
}

.fade{
  opacity: 1;
}

.modal{
  display: block;
}

.modal.success .modal-header{
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: var( --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-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;
}

html{
  scroll-behavior: smooth;
}

.faq_group_container .faq_question_box{
  padding: 5px 15px 8px 15px;
  border: none;
  background: var(--second);
  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( --font-clr);
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
}

.faq_question_box.active:after{
  content: '-';
  position: absolute;
  right: 16px;
  color: var(--font-clr);
  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( --font-clr);
  line-height: 1;
  margin-bottom: 7px;
}

.next lottie-player{
  margin: 0 auto;
}

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

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

.same-height>.row{
  display: flex;
  flex-wrap: wrap;
}

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

.main-screen.grey{
  background-color: var(--bg-light);
  padding: 40px 0;
}

.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( --white);
  display: -webkit-box;
}

.pop-up-element .row :is(li, p, a, span, strong, b, em, ul, li, h2, h1, h3){
  color: var( --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;
}

.pop-up-button{
  cursor: pointer;
}

.pop-up-button.current{
  background: var(--main);
  color: var( --white);
  border: 1px solid var(--main);
}

#header a{
  color: var( --fc-dark)!important;
}

lottie-player{
  margin-left: auto;
}

.header-animation{
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0;
}

.header-animation iframe{
  border-radius: 5px;
  overflow: hidden;
}

.next .collection_content.title.custom{
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0 0 0.5rem;
}

.faq_nearest_search{
  display: none;
}

.collection_list.next .collection_container:before{
  content: '';
  background: var(--main);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 5px 5px 0 0;
}

.collection_list.next .collection_container{
  border: 1px solid #dfdfdf;
  padding: 30px;
  border-radius: 5px;
  min-height: 225px;
}

.mysyde .collection_content.title.custom{
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  padding-top: 13px;
}

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

.header-text a:hover{
  color: var( --white);
  box-shadow: rgb(48 98 120 / 82%) 0px 7px 29px 0px;
}

#header>.container{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#header>.container:before{
  display: none;
}

.collection_content.field-1655046812{
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding-top: 1rem;
}

.collection_content.field-1655046828{
  text-align: center;
}

.collection_content.field-1655046843 img{
  border-radius: 10px;
  height: 100%;
}

.collection_content.field-1655053570{
  margin-right: 1rem;
  flex-shrink: 0;
  height: 40px;
}

.collection_list.bugfixes{
  width: 33.33%;
  padding: 10px;
}

.bugfixes-collection{
  padding-left: 0!important;
  margin-left: -10px!important;
}

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

.collection_list.header{
  width: 100%;
}

.header-text-wrapper{
  max-width: 1440px;
  width: 1440px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
}

iframe{
  width: 100%;
  height: 75vh;
  border-radius: var(--br-primary);
}

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

.collection_content.header-quote-author{
  font-size: .9em;
  padding-top: 0.3em;
}

.collection_list.header .collection_container{
  height: 696px;
}

.collection_content.header-title{
  font-family: 'Raleway';
  font-size: 4em;
  font-weight: 700;
  width: 90%;
}

.collection_content.header-quote{
  padding-top: 1em;
  width: 39%;
}

.collection_list.all{
  width: 33.33%;
  float: left;
  padding: 20px;
}

.collection_list.all .collection_container{
  background: var( --white);
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-bottom: 7px solid var(--accent-color);
}

.collection_list.all .collection_container:hover{
  box-shadow: rgb(100 100 111 / 50%) 0px 7px 29px 0px;
}

.collection_content.all-img{
  height: 216px;
  position: relative;
  z-index: 0;
}

.all-text-group{
  padding: 30px;
  height: 331px;
  min-height: 331px;
  position: relative;
  background: var( --white);
}

.collection_content.all-title-small{
  color: #7B7B7B;
  font-size: 16px;
  padding-bottom: 0.2em;
}

.collection_content.all-title{
  font-family: 'Raleway';
  font-size: 25px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.collection_content.all-teaser{
  padding-top: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.all-wrapper{
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.collection_content.all-img img{
  height: 100%!important;
  width: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: 0.5s;
}

div#footer-header{
  float: left;
  width: 100%;
}

#header>.container:after{
  display: none;
}

.collection_list.all .collection_container:hover .collection_content.all-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_container.Presse.und.Publikationen .all-text-group{
  border-top: 2px solid #EDEDED;
}

.collection_container.Soziales.Engagement .collection_link{
  display: none;
}

.collection_link a{
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 2;
}

.w-25 .collection_list.teamCollection, .w-25 .collection_list.blog-multi{
  width: 25%;
  float: left;
  padding: 20px;
  border: 2px solid #80808080;
  text-align: center;
}

.border-gray{
  border: 2px solid #80808080;
}

.mg-top-30{
  margin-top: 30px;
}

.padding-20{
  padding: 20px;
}

.mt1{
  margin-top: 1rem;
}

.mt1-5{
  margin-top: 1.5rem;
}

.mt2{
  margin-top: 2rem;
}

.mt3{
  margin-top: 3rem;
}

.mt5{
  margin-top: 5rem;
}

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

.header-text h1 img{
  width: 50px!important;
}

.d-none{
  display: none!Important;
}

#slider img{
  height: 552px !important;
  filter: brightness(1.0);
}

h1, h2, h3, h4, h5, h6{
  line-height: 1.3;
  clear: both;
  font-weight: var(--fw-bold);
  color: var(--fc-dark);
  margin: 10px 0;
}

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

h2{
  font-size: var(--fs-h2);
}

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

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

a{
  text-decoration: none;
}

a:hover{
  opacity: .95;
}

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

.collection_list, .content-container{
  position: relative;
}

li.level_1.levels{
  position: relative;
}

#header ul.level_2{
  display: none;
}

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

.contactformular .form-check{
  height: 35px;
  line-height: 35px;
  clear: both;
  height: auto !important;
  line-height: 35px;
}

.contactformular .form-check input{
  display: inline-block !important;
  width: auto !important;
}

.input.select_body, .contactformular select{
  width: 100% !important;
}

.owl-stage-outer{
  width: 100%;
}

div#cookiewarnung{
  position: fixed;
  bottom: 40px;
  background: #f2f6ff;
  color: #000;
  z-index: 99999999;
  width: 80%;
  text-align: center;
  padding: 15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  border: 1px solid #d7e0ff;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

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

.cookie-option{
  cursor: pointer;
  border: 1px solid #d7e0ff;
  display: inline-block;
  padding: 7px !important;
  border-radius: 5px;
  background: #e5edff;
}

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( --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( --white);
  padding: 10px;
}

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

.tab{
  overflow: hidden;
}

.tab button{
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover{
  background-color: #ddd;
}

.tab button.active{
  background-color: #ccc;
}

.tabcontent, .tabcontentSection{
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.multiFormPage form .header-text-wrapper{
  display: none;
}

.multiFormPage form .collection_content.header-img{
  position: inherit;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.multiFormPage form #slider-wrapper, .multiFormPage form .collection_list.header .collection_container{
  height: auto;
}

.multiFormPage form .form-group label.classLabel{
  text-align: center;
  font-size: 24px;
}

.multiFormPage form .iconfield .material-icons{
  font-size: 15rem;
}

.multiFormPage form .collection_content.header-img img{
  width: 100%;
  height: 300px !important;
}

.multiFormPage form .iconfield{
  text-align: center;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
}

.contact-button button{
  background: var(--main);
  color: var( --white);
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
  border-radius: 5px;
}

div#submit_button{
  display: flex;
  justify-content: center;
}

.input_collection_link_checkbox{
  cursor: pointer!important;
}

.multiFormPage form .owl-nav{
  display: none !important;
}

.img_container.img-option{
  height: 320px;
}

.form-group h2{
  text-align: center;
  margin-bottom: 1.2rem;
}

.faq_headline{
  margin: 0 0 1rem;
}

input.invalid{
  background-color: #ffdddd;
}

.form-group{
  float: left;
  width: 100%;
  padding: 10px 0;
}

.tab{
  display: none;
}

input#input_collection_link_40_value_1{
  width: auto;
}

.kontaktanfragegruppe .input_collection_link_checkbox{
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 30%;
}

input#button{
  background: var(--main);
  color: var(--white);
  padding: 10px 15px;
  border-radius: var(--br-primary);
  cursor: pointer;
  border: none;
}

button{
  background: var(--second);
  padding: 10px 20px;
  font-weight: 500;
  color: var(--font-clr);
  font-size: var(--fs-body);
  text-align: center;
  border-radius: 0;
  margin-bottom: 20px;
}

button:hover{
  opacity: 0.8;
}

div#submit_button{
  float: left;
  width: auto;
  margin: 1rem 0;
}

.contact-button #prevBtn{
  background: #787878!important;
}

.col-xs-12.all-dishes.all-dishes h4{
  color: var( --white);
}

.col-xs-12.all-dishes.all-dishes{
  padding: 10px 20px;
  background: var(--main);
  border: 1px solid grey;
  border-radius: 5px;
  margin-bottom: 1rem;
  color: var( --white);
}

.step{
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active{
  opacity: 1;
}

.step.finish{
  background-color: #04AA6D;
}

#header.sticky{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.header-wrapper{
  position: relative;
}

.fixed-header{
  position: sticky;
  top: 0;
}

#header ul.level_1{
  padding: 0 !important;
  display: flex;
  gap: 2rem;
  align-items: center;
}

#header .hamburger-menu ul.level_1{
  align-items: unset!important;
}

#header div#header_3 li{
  display: inline-block;
  float: left;
}

#header .component.logo, #header .component.logo .textcontent{
  height: 100%;
}

#header_1 img{
  width: 100%!important;
  height: 100% !important;
  object-fit: contain;
  max-height: 63px;
}

div#header_3{
  display: none;
}

div#header, #header .container{
  height: 100%;
}

div#header, .header-wrapper{
  height: 100px;
  width: 100%;
  z-index: 101;
  background-color: var(--white);
}

div#header_1{
  height: 100%;
}

.sticky-active{
  position: relative;
}

#header{
  padding: 20px;
}

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

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

.hamburger-menu{
  height: 100%;
  color: var(--light-font);
}

.hamburger-menu{
  background: var(--main);
  position: absolute;
  width: 100%;

  left: 0;
  display: none;
}

#header .hamburger-menu li.level_1{
  padding: 0;
  border-bottom: 1px solid var( --white);
}

#header .hamburger-menu a{
  padding: 15px 20px !important;
  display: block;
  color: var(--white) !important;
}

#header .hamburger-menu li.level_1:last-child{
  border-bottom: 0 !important;
}

#header .hamburger-menu li.level_2{
  padding: 20px 0px;
  color: var( --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: 4px;
  width: 35px;
  background: var( --fc-primary);
  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);
}

.hamburger-menu ul.level_2 a p.level_2_title{
  color: var(--white) !important;
}

#header .hamburger-menu .level_2 a{
  padding: 10px 20px !important;
}

.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;
  pointer-events: none;
}

div#slider{
  height: 100%;
  position: relative;
}

div#slider-title .container{
  width: 100%;
}

#slider-title h2{
  color: white;
}

#slider #slider-title{
  position: absolute;
  top: 35%;
  left: 14%;
  color: var(--white);
  z-index: 100;
}

.anker-navi .row{
  margin: 0 !important;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.anker-navi{
  position: relative;
  background: rgba(77, 77, 77, 0.7);
  top: 0;
  width: 100%;
  clear: both;
  font-family: calibri light !important;
  margin-top: -70px;
  margin-bottom: 50px;
  z-index: 9;
  transition: 0.1s;
}

.anker-navi.sticky{
  position: fixed;
  top: 0;
  margin: 0 !important;
  background: rgba(77, 77, 77, 0.7);
}

.anker-button .textcontent{
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-weight: 600;
  text-transform: initial;
}

.anker-button .textcontent:hover, .anker-button.active .textcontent{
  background: #5a9c9d !important;
}

.anker-button.button{
  margin: 0 !important;
  padding: 0 !important;

  width: 16.1666%;
  border-left: 1px solid var( --white);
  border-bottom: 0;
  border-top: 0;
  background: transparent !important;
  color: var( --white);
  align-items: center;
}

.anker-button.button:last-child{
  border-right: 1px solid var( --white);
}

.d-flex, .d-flex > .row{
  display: flex!important;
}

.align-items-center, .align-items-center > .row{
  align-items: center!important;
}

.collection_content.historie_img{
  position: absolute;
  right: -30px;
  top: -70px;
  width: 150px;
  height: 150px;
  display: block;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  border-radius: 100%;
  overflow: hidden;
}

.historie_img img{
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
  transform: scale(1);
}

.historie_img.expanded{
  width: 300px;
  height: 300px;
  border-radius: 0;
  z-index: 1000;
}

.historie_img.expanded img{
  border-radius: 0;
  transform: scale(1.05);
}

.collection_content.historie_jahr{
  font-size: 42px;
  line-height: 1;
  position: absolute;
  color: var(--fc-primary);
  font-weight: 900;
  top: -70px;
}

.collection_content.historie_title{
  font-weight: 700;
  margin-bottom: 10px;
}

.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{
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  width: 100%;
}

.collection_content.historie_text{
  width: 80%;
}

.home #content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.home #content .collection-card{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: calc(31.33%);
  min-width: 280px;
  background: white;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  height: 118px;
  position: relative;
}

.home #content .collection-card .collection_container{
  display: flex;
  align-items: center;
  width: 100%;
}

.home #content .collection-card_bild{
  flex-shrink: 0;
  width: 148px;
  height: 118px;
  display: flex;
}

.home #content .collection_list{
  padding: 0;
  margin: 10px;
}

.home #content .collection-card_bild img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px 0 0 100px;
  display: block;
}

.home #content .collection-card_title{
  flex-grow: 1;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0D5D97;
  background: white;
  padding: 15px 20px;
  border-radius: 0 100px 100px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: calc(100% - 148px);
}

.home #content .collection-card_link a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.team-wrapper{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.team-bild img{
  aspect-ratio: 1 / 1;
  border-radius: 1000px;
  width: 90% !important;
}

.team .collection_container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.collection_content.team-name{
  font-weight: 600;
}

.collection_list.team{
  width: 20%;
}

.collection_content.team-bild{
  display: flex;
  justify-content: center;
  padding-bottom: 5%;
}

.home #area-2{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-center .textcontent h3{
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  color: #0D5D97;
}

.home #area-2 .collection_list{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  padding-right: 8px;
  padding-left: 8px;
}

.home #area-2 .col-inform_link a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.home #area-2 .collection_container{
  position: relative;
  width: 100%;
  height: 118px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.home #area-2 .container{
  width: 100%;
}

.home #area-2 .col-inform_bild{
  width: 100%;
  height: 100%;
  position: absolute;
}

.home #area-2 .col-inform_bild img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home #area-2 .col-inform_title{
  position: relative;
  width: 100%;
  text-align: center;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  z-index: 2;
}

.event .collection_container{
  background-color: var(--second);
  padding: 20px;
}

.event .e_kategorie{
  color: var(--fc-primary);
}

.event .e_title{
  font-weight: 700;
  margin: 20px 0;
}

.event .e_datetime{
  display: flex;
  gap: 10px;
}

.event .e_time::after{
  content: ' Uhr';
}

.event .e_location{
  display: none;
}

.home #area-4 .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.home #area-4 .insel_nords_wrapper_bild_top{
  flex: 1 1 30%!important;
  height: 118px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-left: 8px;
}

.home #area-4 .insel_nords_wrapper_bild_bottom{
  flex: 1 1 30%!important;
  height: 118px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-left: 8px;
}

.home #area-4 .insel_nords_wrapper_bild_top img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home #area-4 .insel_nords_wrapper_bild_bottom img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home #area-4 .insel_nords_wrapper_bild_top:first-child{
  border-radius: 120px 0 0 0px;
}

.home #area-4 .insel_nords_wrapper_bild_top:last-child{
  border-radius: 0 120px 0px 0;
  object-position: top;
}

.home #area-4 .insel_nords_wrapper_bild_bottom:first-child{
  border-radius: 0px 0 0 120px;
}

.home #area-4 .insel_nords_wrapper_bild_bottom:last-child{
  border-radius: 0 0px 120px 0;
}

.home #area-4  .insel_nords_wrapper_bild_g_top{
  display: flex;
  justify-content: center;
  margin-top: 45px;
  margin-bottom: 16px;
}

.home #area-4  .insel_nords_wrapper_bild_g_bottom{
  display: flex;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

.home div#area-0{
  margin-top: -200px;
  z-index: 100;
  padding-bottom: 40px;
}

.hauptmenu-outer-wrapper{
  display: flex;
}

.hauptmenu-wrapper-1, .hauptmenu-wrapper-2, .hauptmenu-wrapper-3{
  width: 33.333%;
  height: 100%;
}

.hauptmenu-wrapper-1 .collection_list.col-hauptmenu{
  height: 100%;
}

.collection_list.col-hauptmenu{
  width: 100%;
}

.home .hauptmenu-outer-wrapper .collection_container{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background-color: #ffffff;
  transition: box-shadow 0.2s ease-in-out;
  display: flex
  ;
  flex-direction: column;
  justify-content: flex-end;
}

.hauptmenu-wrapper-1 .collection_list .col-hauptmenu_img{
  height: 335px;
}

.hauptmenu-outer-wrapper .collection_list:first-child .col-hauptmenu_title{
  padding: 20px;
  font-size: 18px;
  color: var(--fc-primary);
  text-align: left;
  background-color: #ffffff;
  display: block;
  z-index: 2;
  position: relative;
  width: 100%;
  margin-top: auto;
}

.collection_list .col-hauptmenu_title{
  padding: 20px !important;
}

.hauptmenu-wrapper-2 .collection_list .col-hauptmenu_img, .hauptmenu-wrapper-3 .collection_list .col-hauptmenu_img{
  height: 120px;
  overflow: hidden;
}

.hauptmenu-outer-wrapper .collection_list:first-child .col-hauptmenu_link a{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -9999px;
  z-index: 3;
}

.hauptmenu-outer-wrapper .collection_list:not(:first-child) .col-hauptmenu_link a{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -9999px;
  z-index: 3;
}

.hauptmenu-outer-wrapper .collection_list:not(:first-child) .col-hauptmenu_img{
  height: 120px;
  overflow: hidden;
}

.hauptmenu-outer-wrapper .collection_list:not(:first-child) .col-hauptmenu_title{
  padding: 10px;
  font-size: 18px;
  color: var(--fc-primary);
  text-align: left;
  background-color: #ffffff;
  display: block;
  z-index: 2;
  position: relative;
  width: 100%;
  margin-top: auto;
}

.home .hauptmenu-outer-wrapper .col-hauptmenu .collection_container:hover{
  box-shadow: 0px 0px 14px rgb(20 110 33 / 51%);
  transition: box-shadow 0.2s ease-in-out;
}

.collection_list:is(.col-header_bild, .col-header-bild){
  width: 100%;
  float: none;
  padding: 0;
  position: relative;
}

#slider img{
  height: 420px !important;
  filter: brightness(0.8);
}

.collection_list:is(.col-header_bild, .col-header-bild) img{
  object-fit: cover;
}

.col-headerbild_groupe, .col-headerbild_groups{
  position: absolute;
  top: 200px;
  z-index: 2;
  margin-left: 290px;
  color: #fff;
  text-align: left;
}

.collection_list:is(.col-header_bild, .col-header-bild) h3.collection_content:is(.col-header_bild__title, .col-header-bild__title).title.custom, .is-hidden-heading{
  display: none !important;
}

.maplibregl-map{
  border-radius: 40px;
}

#slider-wrapper{
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.col-headerbild_title{
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.col-headerbild_text{
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.collection_list.news .collection_container{
  background: var(--white);
  overflow: hidden;
  transition: 300ms;
  min-height: 410px;
  border: 1px solid var(--line-clr);
}

.collection_list.news .vorschaubild{
  height: 250px;
}

.collection_list.news .collection_content.date{
  padding-inline: 1rem;
  padding-block-start: 1rem;
  font-size: var(--fs-300);
  color: var(--fc-primary);
  padding-block-end: 5px;
  opacity: .7;
}

.collection_list.news .collection_container h3.collection_content.news__title.title.custom{
  padding-inline: 1rem;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.collection_list.news .collection_container .collection_content.teaser{
  padding-inline: 1rem;
  margin-bottom: 2rem;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding-block-start: 1rem;
}

.news_link, .news_link a{
  text-align: center;
  color: var(--fc-primary);
}

.news_link a:hover{
  text-decoration: underline;
}

.news.full_preview .news-main{
  display: flex;
  justify-content: space-between;
  padding-bottom: 5%;
}

.news.full_preview .news-content{
  width: 48%;
}

.news.full_preview .news-image{
  width: 48%;
}

.news.full_preview .collection_content.teaser{
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 1.5rem;
}

.news.full_preview .collection_content.date{
  font-size: var(--fs-300);
  color: var(--fc-primary);
}

.chronik .collection_list.chronik .collection_container{
  background: var(--white);
  overflow: hidden;
  transition: 300ms;
  min-height: 410px;
  border: 1px solid var(--line-clr);
}

.chronik .collection_list.chronik .c_image{
  height: 250px;
}

.chronik .collection_list.chronik .collection_content.c_year{
  padding-inline: 1rem;
  padding-block-start: 1rem;
  font-size: var(--fs-300);
  color: var(--fc-primary);
  padding-block-end: 5px;
  opacity: .7;
}

.chronik .collection_list.chronik .collection_container h3.collection_content.chronik__title.title.custom{
  padding-inline: 1rem;
}

.collection_list.facts{
  width: 25%;
}

.collection_list.facts .collection_container{
  background-color: var(--second);
  color: var(--font-clr);
  padding: 20px;
  text-align: center;
}

.collection_list.facts .number{
  font-weight: 900;
  font-size: 32px;
}

.service #area-2 .container{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service #area-2 .leistungen{
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
}

.service #area-2 .collection_list.leistungen{
  width: 100%;
}

.service #area-2 .col-leistungen_bild{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #B4D9F3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.service #area-2 .col-leistungen_bild img{
  width: auto;
  height: auto;
  max-width: 45%;
  max-height: 45%;
  object-fit: contain;
  border-radius: 0;
}

.service #area-2 .col-leistungen_text{
  width: calc(100% - 130px);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 70px;
}

.service #area-2 .col-leistungen_text strong{
  font-family: 'Oswald', sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
}

.service #area-2 .col-leistungen_text p{
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

.service #area-2 .leistungen .collection_container{
  display: flex;
  align-items: center;
  width: 100%;
}

.kaufen .nordstrand-text_link .textcontent a{
  display: inline-block;
  padding: 10px 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0D5D97;
  background-color: #ffffff;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.kaufen .nordstrand-text_link .textcontent{
  margin-top: 70px;
}

.kontakt .contactformular .form-group input[type="text"]{
  width: 100%;
  color: var(--font-clr) !important;
  border: none;
  border-radius: 0;
  background-color: var(--bg-light);
  padding: 10px;
  padding-left: 20px;
  box-sizing: border-box;
}

.kontakt .contactformular .form-group.vorname, .kontakt .contactformular .form-group.nachname{
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 10px;
}

.kontakt .contactformular .form-group.vorname{
  padding-left: 0;
}

.kontakt .contactformular .form-group.nachname{
  padding-right: 0;
}

.kontakt .contactformular::after{
  content: "";
  display: table;
  clear: both;
}

.kontakt ::placeholder{
  color: var(--font-clr) !important;
  opacity: 1;
}

.kontakt .contactformular .form-group label{
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--font-clr) !important;
}

.kontakt .contactformular .contactformular .form-group.form-check label{
  display: flex;
  align-items: center;
  gap: 5px;
}

.kontakt .contactformular .contactformular .form-group input[type="submit"]{
  background-color: #0D5D97;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
}

.kontakt input#button{
  background: var(--second);
  color: var(--font-clr);
  padding: 10px 15px;
  border-radius: 0;
  cursor: pointer;
  border: none;
}

.kontakt input{
  padding: 7px;
  width: 100%;
  border: 1px solid #6FBAEF;
  background-color: #ffffff;
  border-radius: 4px;
  font-family: inherit;
  color: inherit;
}

.kontakt .form-check-input{
  appearance: none !important;
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #6FBAEF !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  vertical-align: middle !important;
  position: relative !important;
  margin: 0 5px 0 0 !important;
}

.kontakt .form-check-input:checked{
  background-color: #0D5D97 !important;
}

#search_input{
  background-color: var(--bg-light);
}

#slider-wrapper, .home .some-parent-class{
  overflow: visible !important;
  position: static !important;
}

.home .ibe-icon-adults, .home .ibe-icon-children, .home .ibe-icon-srv_pets_allowed{
  font-size: 20px !important;
  width: 22px !important;
  height: 22px !important;
}

.home input[type="radio"]{
  width: 14px !important;
  height: 14px !important;
  border-width: 1px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#slider-wrapper div.slider-untertitle{
  top: 24%;
}

.hamburger-menu{
  background: var(--fc-primary)!important;
  position: absolute;
  width: 100%;

  left: 0;
  display: none;
}

.ibe-icon-chevron-left::before{
  content: "❮" !important;
  color: #0D5D97 !important;
  font-size: 18px !important;
  font-family: Arial, sans-serif !important;
  display: inline-block !important;
  line-height: 1 !important;
}

.ibe-icon-chevron-right::before{
  content: "❯" !important;
  color: #0D5D97 !important;
  font-size: 18px !important;
  font-family: Arial, sans-serif !important;
  display: inline-block !important;
  line-height: 1 !important;
}

#footer{
  clear: both;
  padding: 70px 0 25px 0;
  background: var(--second);
  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;
}

#footer li{
  list-style-type: none;
}

.footer-sitemap li.level_1{
  font-weight: 500;
  font-size: 20px;
  width: auto;
  float: left;
  padding-right: 40px;
}

.component.privacy_policy{
  display: flex;
  justify-content: center;
}

#privacy-policy .content-node:first-child{
  float: left;
}

#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-top: 10px;
  padding-bottom: 10px;
  clear: both;
  text-align: right;
  position: relative;
  float: left;
  width: 100%;
  background: var(--fc-primary);
  color: var(--white) ;
}

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

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

.seo .footer-1{
  padding-right: 50px;
}

.seo .footer-2{
  padding-left: 0px;
}

.footer-1, .footer-2, .footer-3{
  width: 66.666%;
}

.footer-1.component, .footer-2.component, .footer-3.component{
  width: 100%;
}

#footer a{
  width: fit-content;
  color: var(--dark-font);
  text-decoration: none;
}

#footer{
  display: flex;
  flex-wrap: wrap;
  color: var(--dark-font);
}

.social-links-wrapper{
  display: flex;
}

.social-links-wrapper .textcontent{
  max-width: 40px;
  margin-right: 20px;
}

.social-icon img{
  object-fit: contain;
}

.footer-1{
  display: flex;

  flex-wrap: nowrap;
}

.green-text{
  color: var(--fc-primary);
}

.footer-1 .imgcontent img{
  width: 77px !important;
  height: 84px !important;
  margin-right: 40px;
  object-fit: cover;
}

.footer-1   .textcontent{
  width: 70%;
}

.footer-1 .textcontent{
  flex-direction: column;
  max-width: 100%;
}

.footer-sitemap a{
  text-decoration: none;
  color: #4B4B4B!important;
  font-size: 15px;
}

.copyright a{
  text-decoration: none;
}

#footer .container{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: inherit;
}

.footer-group{
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-3 .content-node:last-child .textcontent.content-html{
  max-width: 40px;
}

.footer-sitemap, .footer-1, .footer-2{
  margin-bottom: 20px;
}

.footer-sitemap ul{
  padding: 0;
  margin: 0;
  display: block;
}

.owl-dots{
  position: relative;
  float: left;
  width: 100%;
  height: 20px;
}

.owl-dot span{
  height: 15px;
  width: 15px;
  background: var(--white);
  position: relative;
  float: left;
  border-radius: 500px;
  margin: 0 2px;
}

.owl-dot.active span{
  position: relative;
  float: left;
  height: 15px;
  width: 15px;
  background: var(--fc-primary);
  border-radius: 500px;
}

h1{
  font-size: 4rem;
}

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

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

div#header_2 a{
  font-family: var(--ff-primary);
  font-size: 17px;
  font-weight: 400;
}

div#header_2 .front-nav-inline{
  display: flex;
  align-items: center;
  gap: 16px;
}

div#header_2{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.front-language-switch, .hamburger-language-switch{
  display: flex;
  align-items: center;
  gap: 8px;
}

.front-language-toggle, .front-language-link{
  min-height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, .14);
  text-decoration: none;
  transition: .2s ease;
  background: #fff;
  color: #1a1a1a;
}

.front-language-toggle{
  gap: 6px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
}

.front-language-link{
  width: 30px;
}

.front-language-toggle:hover, .front-language-link:hover{
  transform: translateY(-1px);
  border-color: rgba(0, 0, 0, .4);
}

.front-language-link.is-active, .front-language-toggle.is-active{
  border-color: rgba(0, 0, 0, .65);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .25) inset;
}

.front-language-flag{
  font-size: 16px;
  line-height: 1;
}

.front-language-code, .front-language-name{
  font-size: 11px;
  letter-spacing: .03em;
}

.front-language-select{
  min-width: 128px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, .16);
  background: #fff;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
  padding: 0 26px 0 11px;
  cursor: pointer;
}

.hamburger-language-switch{
  justify-content: flex-start;
  padding: 0 20px 20px;
}

#header_2 ul.level_2{
  display: none;
  padding: 25px 15px 5px 17px;
  min-width: max-content;
}

.header-txt{
  max-width: 450px;
  float: left;
}

#input_nachricht{
  height: 120px !important;
  padding-top: 20px !important;
  padding-left: 20px !important;
  padding-bottom: 0 !important;
  text-align: left !important;
  line-height: normal !important;
  display: block !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  border-radius: 0;
}

#input_nachricht::placeholder{
  text-align: left !important;
  line-height: 1.2 !important;
  transform: translateY(-45px);
  position: relative;
  display: block;
}

.collection_list.historie{
  width: 50%;
  padding: 20px;
  position: relative;
  background-color: var(--second);
}

.collection_list.historie:nth-child(even){
  margin-left: 50%;
  text-align: left;
  left: 60px;
}

.collection_list.historie:nth-child(odd){
  margin-left: 0;
  text-align: right;
  right: 60px;
}

.collection_list.historie .collection_container{
  display: flex;
  flex-direction: column;
}

.collection_list.historie:nth-child(odd) .collection_container{
  align-items: flex-start;
  text-align: left;
}

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

.history_timeline{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}

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

.collection_list.historie:nth-child(odd)::after{
  content: '';
  background: var(--font-clr);
  width: 15px;
  height: 15px;
  position: absolute;
  right: -68px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 9999px;
  z-index: 1;
}

.collection_list.historie:nth-child(even)::after{
  content: '';
  background: var(--font-clr);
  width: 15px;
  height: 15px;
  position: absolute;
  left: -68px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 9999px;
  z-index: 1;
}

.collection_list.historie:nth-child(odd)::before{
  content: '';
  background: var(--second);
  width: 40px;
  height: 40px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.collection_list.historie:nth-child(even)::before{
  content: '';
  background: var(--second);
  width: 40px;
  height: 40px;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.collection_list.historie:nth-child(even) .historie_jahr{
  left: -20px;
}

.collection_list.historie:nth-child(odd) .historie_jahr{
  left: -20px;
}

.collection_list.gesichter{
  width: 50%;
}

.collection_list.gesichter .collection_container{
  display: flex;
  background-color: var(--second);
  padding: 20px;
}

.full_preview.gesichter .back_to_overview, .full_preview.gesichter #backButton{
  display: none;
}

.full_preview.aktuelles .back_to_overview, .full_preview.aktuelles #backButton{
  display: none;
}

.full_preview.gesichter .gesichter_head{
  display: flex;
  flex-wrap: wrap;
}

.full_preview.gesichter .img{
  width: 150px;
  height: 150px;
  margin-bottom: 40px;
  margin-right: 40px;
}

.full_preview.gesichter .img img{
  border-radius: 100px;
}

.collection_list.gesichter .collection_content.img{
  width: 150px;
  height: 150px;
  margin-right: 30px;
}

.collection_list.gesichter .collection_content.img img{
  border-radius: 100% !important;
}

.chronik #area-4, .gesichter #area-4, .gesichter #area-5{
  display: none !important;
}

.chronik.full_preview #area-4, .gesichter.full_preview #area-4, .gesichter.full_preview #area-5{
  display: block !important;
}

.chronik.full_preview .searchbar{
  display: none;
}

.chronik.full_preview .collection_content.c_year::before{
  content: "Saison: ";
  color: var(--fc-primary);
}

.chronik.full_preview .collection_content.c_regie::before{
  content: "Regie: ";
  color: var(--fc-primary);
}

.besetzung_wrapper{
  display: flex;
  width: 100%;
}

.c_besetzung_weiblich, .c_besetzung_maennlich{
  text-align: center;
  width: 50%;
  margin-top: 40px;
}

.c_besetzung_weiblich{
  border-right: 2px solid var(--font-clr);
}

.field_description_title{
  font-weight: 700;

  bottom: 20px;
}

.stats_wrapper{
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.chronik.full_preview .back_to_overview, .chronik.full_preview #backButton{
  display: none;
}

.chronik.full_preview .c_image{
  width: 500px;

  right: 0px;
  top: 0;
}

.chronik .event_addon{
  display: none;
}

.chronik.full_preview .event_addon{
  display: none;
}

.c_gallery .owl-item img{
  height: 250px !important;
}

.chronik .rolle{
  color: var(--fc-primary);
}

.partner .collection_container{
  background-color: var(--white);
  padding: 20px;
  display: flex;
}

.partner.collection_list{
  width: 100%;
}

.partner .p_kategorie{
  color: var(--fc-primary);
}

.partner .p_name{
  font-weight: 700;
}

.partner .partner_text_wrapper{
  width: 70%;
}

.partner .p_logo{
  width: 30%;
}

.partner .p_logo img{
  width: 150px !important;
  height: 150px !important;
}

.full_preview.gesichter .chronik .collection_container{
  background-color: var(--white);
  padding: 20px;
  display: flex;
}

.full_preview.gesichter .chronik.collection_list{
  width: 100%;
}

.full_preview.gesichter .chronik .c_year{
  color: var(--fc-primary);
}

.full_preview.gesichter .chronik .title{
  font-weight: 700;
}

.full_preview.gesichter .chronik .chronik_text_wrapper{
  width: 70%;
}

.full_preview.gesichter .chronik .c_image{
  width: 30%;
}

.full_preview.gesichter .chronik .c_image img{
  width: 150px !important;
  height: 150px !important;
}

.collection_container.Ausverkauft{
  position: relative;
  overflow: hidden;
}

.collection_container.Ausverkauft::after{
  content: "Ausverkauft";
  position: absolute;
  top: 30px;
  right: -45px;
  background: #b34d4d;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 40px;
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  pointer-events: none;
}

.collection_container.Wenig{
  position: relative;
  overflow: hidden;
}

.collection_container.Wenig::after{
  content: "wenig Karten";
  position: absolute;
  top: 30px;
  right: -45px;
  background: #e4ae1c;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 40px;
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  pointer-events: none;
}

.chronik-info{
  width: 60%;
}

.chronik-head{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.collection_content.c_description .textcontent{
  padding-top: 10px;
}

.owl-stage-outer{
  margin: 2rem 0;
}

.content-node-children{
  display: contents;
}

.content-node > .textcontent, .content-node > .imgcontent, .content-node > .owl-carousel, .content-node > .content-gallery, .content-node > .collection_full, .content-node > .collection_list{
  width: 100%;
}

.hauptmenu-card-link{
  color: inherit;
  text-decoration: none;
  display: block;
}

.front-alerts{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: 9999;
  display: grid;
  gap: 8px;
}

.front-alert{
  max-width: 860px;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  background: #fff;
  color: #333;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  padding: 10px 14px;
  font-weight: 600;
}

.front-alert-error{
  border-color: #c34a4a;
  background: #fff2f2;
  color: #8b1818;
}

.collection-search{
  width: 100%;
  margin: 0 0 1.1rem;
}

.collection-search input[type="search"]{
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
  background: #fff;
  color: inherit;
}

.collection-search-count{
  margin-top: 0.4rem;
  font-size: 0.92rem;
  font-weight: 600;
  opacity: 0.86;
}

.collection-search-empty{
  margin-top: 0.45rem;
  font-size: 0.92rem;
  opacity: 0.8;
}

#toggle_navigation{
  cursor: pointer;
}

h3.collection_content.team__title.title.custom{
  display: none;
}

h3.collection_content.facts__title.title.custom{
  display: none;
}

h3.collection_content.historie__title.title.custom{
  display: none;
}

body.home #slider-wrapper{
  position: relative !important;
  left: auto !important;
  right: auto !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: 0 !important;
  overflow: hidden !important;
  transform: none !important;
}

body.home #slider-wrapper #slider, body.home #slider-wrapper .content-node-gallery, body.home #slider-wrapper .owl-carousel.owl-two, body.home #slider-wrapper .owl-stage-outer, body.home #slider-wrapper .owl-stage, body.home #slider-wrapper .owl-item, body.home #slider-wrapper .owl-item > a, body.home #slider-wrapper .collection_list.col-header_bild, body.home #slider-wrapper .collection_list.col-header-bild, body.home #slider-wrapper .collection_container{
  min-width: 0 !important;
}

body.home #slider-wrapper .owl-item, body.home #slider-wrapper .owl-item.center{
  scale: 1 !important;
}

body.home #slider-wrapper #slider img{
  width: 100% !important;
  max-width: none !important;
  display: block;
  object-fit: cover;
}

body.home #slider .owl-carousel.owl-two:not(.owl-loaded){
  display: block !important;
}

body.home #slider .owl-carousel.owl-two:not(.owl-loaded) > a{
  display: none !important;
}

body.home #slider .owl-carousel.owl-two:not(.owl-loaded) > a:first-child{
  display: block !important;
}

.partner-splide .splide__slide{
  padding: 0 .45rem;
}

.partner-splide .collection_list.partner{
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.partner-splide .collection_container{
  height: 100%;
  display: flex;
  align-items: stretch;
}

.partner-splide .partner_text_wrapper{
  width: 70%;
}

.partner-splide .p_logo, .partner-splide .p-logo{
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

h3.collection_content.partner__title.title.custom{
  display: none !important;
}

body.mycms-cookie-open{
  overflow: hidden;
}

.mycms-cookie-fab{
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  width: 48px;
  height: 48px;
  border-radius: 1000px;
  border: none;
  background: var(--main);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.26);
  z-index: 1500;
  cursor: pointer;
  transition: filter .2s ease, transform .2s ease, opacity .2s ease, background-color .2s ease;
}

.mycms-cookie-fab:hover{
  background: var(--main) !important;
  opacity: 1 !important;
  filter: brightness(0.9);
  transform: translateY(-1px);
}

.mycms-cookie-fab:active{
  background: var(--main) !important;
  opacity: 1 !important;
  filter: brightness(0.82);
  transform: translateY(0);
}

.mycms-cookie-fab-icon{
  font-size: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}

.mycms-cookie-fab-icon svg{
  width: 26px;
  height: 26px;
  display: block;
}

.mycms-cookie-overlay{
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.42);
  padding: 14px;
}

.mycms-cookie-banner{
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: min(880px, calc(100vw - 28px));
  border-radius: 8px;
  background: #fff;
  color: #0f1115;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  padding: 1.1rem 1.1rem .8rem;
}

.mycms-cookie-close{
  position: absolute;
  right: 12px;
  top: 8px;
  border: none;
  background: transparent;
  color: #4d4d4d;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.mycms-cookie-banner h3{
  margin: 0 0 .55rem;
  font-size: clamp(1.4rem, 2.3vw, 1.9rem);
  line-height: 1.14;
  font-weight: 800;
}

.mycms-cookie-banner p{
  margin: 0;
  font-size: .92rem;
  line-height: 1.45;
}

.mycms-cookie-banner-actions{
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.mycms-cookie-btn{
  border: none;
  border-radius: 1000px;
  background: var(--main);
  color: #fff;
  font-weight: 700;
  font-size: .92rem;
  padding: .68rem .9rem;
  text-align: center;
  cursor: pointer;
  transition: background-color .2s ease, filter .2s ease, transform .2s ease, opacity .2s ease;
}

.mycms-cookie-btn:hover{
  background: var(--main);
  filter: brightness(0.9);
  opacity: 1;
  transform: translateY(-1px);
}

.mycms-cookie-btn:active{
  filter: brightness(0.82);
  transform: translateY(0);
}

.mycms-cookie-btn.mycms-cookie-btn-outline{
  background: var(--main);
  border: none;
}

.mycms-cookie-banner-links{
  margin-top: .7rem;
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: .9rem;
}

.mycms-cookie-banner-links a{
  color: #1a1a1a !important;
  text-decoration: none;
}

.mycms-cookie-banner-links a:hover{
  text-decoration: underline;
}

.mycms-cookie-settings{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(700px, calc(100vw - 28px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: 0;
  background: #fff;
  color: #0f1115;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.36);
  padding: 1.05rem 1.2rem .95rem;
  z-index: 2100;
}

.mycms-cookie-settings h4{
  margin: .2rem 0 .65rem;
  font-size: 1.28rem;
  line-height: 1.22;
  font-weight: 800;
}

.mycms-cookie-setting-row{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .85rem;
  margin: .7rem 0 .92rem;
}

.mycms-cookie-setting-copy{
  flex: 1 1 auto;
}

.mycms-cookie-setting-copy h5{
  margin: 0 0 .35rem;
  font-size: .98rem;
  font-weight: 700;
}

.mycms-cookie-setting-copy p{
  margin: 0;
  font-size: .86rem;
  line-height: 1.38;
}

.mycms-cookie-switch{
  position: relative;
  width: 52px;
  flex-shrink: 0;
  margin-top: .15rem;
}

.mycms-cookie-switch input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mycms-cookie-switch-track{
  width: 52px;
  height: 28px;
  border-radius: 999px;
  background: #8c8c8c;
  display: inline-block;
  position: relative;
  transition: background-color .2s ease;
}

.mycms-cookie-switch-track::after{
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: transform .2s ease;
}

.mycms-cookie-switch input:checked + .mycms-cookie-switch-track{
  background: var(--main);
}

.mycms-cookie-switch input:checked + .mycms-cookie-switch-track::after{
  transform: translateX(24px);
}

.mycms-cookie-switch input:disabled + .mycms-cookie-switch-track{
  opacity: .7;
}

.mycms-cookie-settings-actions{
  margin-top: .9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.mycms-cookie-settings-actions .mycms-cookie-btn{
  min-width: 150px;
}

.mycms-cookie-embed-placeholder{
  border: 1px dashed #cccccc;
  border-radius: 10px;
  padding: 1rem;
  background: #f8f8f8;
  text-align: center;
  margin-top: .6rem;
}

.mycms-cookie-embed-placeholder p{
  margin: 0 0 .75rem;
}

.content-form-captcha{
  margin: .75rem 0 1rem;
  min-height: 72px;
}

.content-form-captcha .cf-turnstile, .content-form-captcha .h-captcha, .content-form-captcha .g-recaptcha{
  max-width: 100%;
}

.content-form-captcha-note{
  margin-top: .45rem;
  display: block;
  font-size: .78rem;
  line-height: 1.35;
  color: #6f6f6f;
}

.content-map{
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(18, 23, 30, 0.72);
  min-height: 320px;
}

.content-map-canvas{
  width: 100%;
  min-height: 320px;
}

.content-map-canvas[hidden]{
  display: none !important;
}

.content-map .leaflet-container{
  width: 100%;
  min-height: 320px;
}

.content-map .leaflet-container img, .content-map .leaflet-tile, .content-map .leaflet-marker-icon, .content-map .leaflet-marker-shadow{
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: unset !important;
}

.content-map-placeholder{
  min-height: 320px;
  display: grid;
  place-content: center;
  gap: .75rem;
  text-align: center;
  padding: 1.2rem;
}

.content-map-placeholder[hidden]{
  display: none !important;
}

.content-map-placeholder p{
  margin: 0;
  color: #d7dbe2;
}

.content-downloads{
  display: grid;
  gap: 1rem;
}

.content-downloads-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.download-card{
  position: relative;
  border: 1px solid rgba(19, 35, 56, 0.18) !important;
  border-radius: 14px;
  background: #ffffff !important;
  overflow: hidden;
  color: #122137 !important;
  box-shadow: 0 8px 20px rgba(13, 26, 46, 0.08);
}

.download-card-badge{
  position: absolute;
  top: .8rem;
  right: .8rem;
  border-radius: 999px;
  background: #f2db5b;
  color: #282107;
  font-family: var(--font-bebas);
  letter-spacing: .06em;
  padding: .28rem .68rem;
  font-size: .78rem;
  z-index: 2;
}

.download-card-media{
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid rgba(19, 35, 56, 0.08);
}

.download-card-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.download-card-body{
  padding: 1rem;
  display: grid;
  gap: .55rem;
}

.download-card-body h4{
  margin: 0;
  font-size: 1.35rem;
  color: #122137 !important;
}

.download-card-body p{
  margin: 0;
  color: rgba(18, 33, 55, 0.78) !important;
}

.download-card-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
  margin-top: .25rem;
}

.download-btn{
  appearance: none;
  border: 1px solid rgba(19, 35, 56, 0.22);
  background: #0f2d4f !important;
  color: #ffffff !important;
  border-radius: 10px;
  font-family: var(--font-bebas);
  letter-spacing: .05em;
  padding: 0 .8rem;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  display: inline-flex;
  box-sizing: border-box;
  line-height: 1 !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: .95rem;
  vertical-align: middle;
  white-space: nowrap;
}

.download-btn:hover{
  background: #174575 !important;
  color: #ffffff !important;
}

.download-preview-overlay{
  position: fixed;
  inset: 0;
  background: rgba(7, 11, 15, 0.74);
  z-index: 4500;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.download-preview-overlay[hidden]{
  display: none !important;
}

.download-preview-dialog{
  position: relative;
  width: min(1100px, 96vw);
  max-height: 92vh;
  border-radius: 14px;
  background: #fff;
  color: #111723;
  padding: 1.2rem 1rem 1rem;
  display: grid;
  gap: .75rem;
}

.download-preview-close{
  position: absolute;
  top: .4rem;
  right: .6rem;
  border: none;
  background: transparent;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  color: #3c475d;
}

.download-preview-title{
  margin: 0;
  font-size: 1.25rem;
  padding-right: 1.8rem;
}

.download-preview-body{
  min-height: 280px;
  max-height: calc(92vh - 120px);
  overflow: auto;
}

.download-preview-body img, .download-preview-body iframe{
  width: 100%;
  border: 0;
  border-radius: 10px;
  display: block;
}

.download-preview-body iframe{
  min-height: 72vh;
}

.download-preview-body .download-preview-pdf{
  width: 100%;
  min-height: 72vh;
  border: 0;
  border-radius: 10px;
  background: #fff;
}

.download-preview-body .download-preview-pdf-frame{
  width: 100%;
  min-height: 72vh;
  border: 0;
  border-radius: 10px;
  background: #fff;
}

.download-preview-fallback{
  margin: .7rem 0 0;
  font-size: .92rem;
  color: #3f4e63;
}

.download-preview-fallback a{
  color: #0f2d4f;
  text-decoration: underline;
}

body.download-preview-open{
  overflow: hidden;
}

*{
  box-sizing: border-box;
}

body{
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
  radial-gradient(circle at 12% 12%, rgba(255, 210, 0, 0.12), transparent 34%),
  radial-gradient(circle at 88% 4%, rgba(255, 210, 0, 0.06), transparent 28%),
  linear-gradient(160deg, #0b0b0b, var(--theme-background) 50%, #111111);
  min-height: 100vh;
}

.bg-noise{
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.11;
  background-image:
  repeating-linear-gradient(
  -45deg,
  transparent,
  transparent 5px,
  rgba(255, 255, 255, 0.03) 5px,
  rgba(255, 255, 255, 0.03) 6px
  );
  z-index: 0;
}

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

a:hover, a:focus-visible{
  color: #fff5b8;
}

img{
  max-width: 100%;
  display: block;
}

.container{
  width: min(1140px, calc(100% - 2.4rem));
  margin: 0 auto;
}

.page{
  position: relative;
  z-index: 1;
}

.site-header{
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 8, 8, 0.78);
  backdrop-filter: blur(10px);
}

.nav-shell{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  min-height: 84px;
}

.brand{
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--text);
}

.brand img{
  width: 52px;
  height: auto;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.4));
}

.brand strong{
  display: block;
  font-family: var(--font-head);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1;
}

.brand small{
  display: block;
  color: var(--text-soft);
  font-size: 0.85rem;
  letter-spacing: 0.03em;
}

.nav-toggle{
  display: none;
  border: 1px solid var(--line);
  background: #111;
  color: var(--text);
  border-radius: 10px;
  padding: 0.5rem 0.62rem;
  font-size: 1.05rem;
}

.site-nav{
  display: flex;
  align-items: center;
}

.nav-list{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}

.nav-item{
  position: relative;
}

.nav-link, .drop-toggle{
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 0;
  background: transparent;
  color: var(--text-soft);
  font-family: var(--font-head);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.88rem;
  padding: 0.6rem 0.72rem;
  border-radius: 8px;
  cursor: pointer;
}

.nav-link:hover, .nav-link:focus-visible, .drop-toggle:hover, .drop-toggle:focus-visible, .nav-link.active, .drop-toggle.active{
  color: #111;
  background: linear-gradient(135deg, var(--yellow), var(--yellow-soft));
}

.drop-toggle .caret{
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  margin-top: 2px;
}

.dropdown{
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  min-width: 250px;
  list-style: none;
  margin: 0;
  padding: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #121212;
  box-shadow: var(--shadow);
  display: none;
}

.dropdown a{
  display: block;
  color: var(--text-soft);
  padding: 0.52rem 0.65rem;
  border-radius: 8px;
  font-size: 0.93rem;
}

.dropdown a:hover, .dropdown a:focus-visible, .dropdown a.active{
  background: rgba(255, 210, 0, 0.12);
  color: #fff;
}

.has-dropdown:hover > .dropdown, .has-dropdown:focus-within > .dropdown, .has-dropdown.open > .dropdown{
  display: block;
}

.hero{
  position: relative;
  padding: clamp(2.6rem, 5vw, 5rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: clip;
}

.hero::after{
  content: "";
  position: absolute;
  inset: auto -12% -42% auto;
  width: 420px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 210, 0, 0.22), rgba(255, 210, 0, 0));
  pointer-events: none;
}

.hero-grid{
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}

.kicker{
  display: inline-flex;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #111;
  background: linear-gradient(135deg, var(--yellow), var(--yellow-soft));
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.76rem;
  margin-bottom: 1rem;
}

.hero h1, .page-title{
  margin: 0;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1;
}

.hero h1{
  font-size: clamp(2rem, 5vw, 4rem);
}

.page-title{
  font-size: clamp(1.7rem, 3.8vw, 3rem);
}

.hero p, .lead{
  margin: 1rem 0 0;
  max-width: 62ch;
  color: var(--text-soft);
  line-height: 1.58;
}

.lead{
  margin-top: 0.8rem;
}

.hero-brand-card{
  background: linear-gradient(160deg, rgba(255, 210, 0, 0.14), rgba(255, 210, 0, 0.02));
  border: 1px solid rgba(255, 210, 0, 0.2);
  border-radius: 20px;
  padding: 1.2rem;
}

.hero-brand-card img{
  max-width: 140px;
  margin: 0 auto 1rem;
}

.hero-brand-card p{
  margin: 0;
  text-align: center;
  color: var(--text-soft);
}

.cta-row{
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0.72rem 1rem;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.82rem;
}

.button-primary{
  color: #0b0b0b;
  background: linear-gradient(135deg, var(--yellow), var(--yellow-soft));
}

.button-primary:hover, .button-primary:focus-visible{
  color: #0a0a0a;
}

.button-secondary{
  border-color: var(--line);
  color: var(--text-soft);
  background: rgba(255, 255, 255, 0.02);
}

.button-secondary:hover, .button-secondary:focus-visible{
  color: #fff;
  border-color: rgba(255, 210, 0, 0.5);
  background: rgba(255, 210, 0, 0.08);
}

.quick-stats{
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.stat-pill{
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  color: var(--text-soft);
  font-size: 0.93rem;
}

.section{
  padding: clamp(2rem, 4vw, 3.8rem) 0;
}

.section + .section{
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.section-title{
  margin: 0;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.4rem, 2.4vw, 2.15rem);
}

.section-subtitle{
  margin: 0.3rem 0 0;
  color: var(--text-dim);
  max-width: 75ch;
  line-height: 1.5;
}

.grid{
  display: grid;
  gap: 1rem;
}

.grid-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-1{
  grid-template-columns: 1fr;
}

.card{
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.2));
  border-radius: 14px;
  padding: 1rem;
}

.card h3, .card h4{
  margin: 0;
  font-family: var(--font-head);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.card p{
  margin: 0.6rem 0 0;
  color: var(--text-soft);
  line-height: 1.5;
}

.card .meta{
  margin-top: 0.8rem;
  color: var(--text-dim);
  font-size: 0.9rem;
}

.card .tag{
  display: inline-flex;
  border: 1px solid rgba(255, 210, 0, 0.4);
  border-radius: 999px;
  padding: 0.2rem 0.56rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--yellow-soft);
  margin-bottom: 0.55rem;
}

.info-strip{
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.info-box{
  border: 1px dashed rgba(255, 210, 0, 0.45);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  color: var(--text-soft);
  background: rgba(255, 210, 0, 0.06);
}

.notice{
  margin-top: 1rem;
  border-left: 4px solid var(--yellow);
  background: rgba(255, 210, 0, 0.08);
  padding: 0.75rem 0.9rem;
  color: var(--text-soft);
  border-radius: 8px;
}

.warning{
  border-left-color: #f2b233;
  background: rgba(242, 178, 51, 0.1);
  color: #ffe4ad;
}

.timeline{
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.timeline::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0.42rem;
  bottom: 0;
  width: 2px;
  background: rgba(255, 210, 0, 0.4);
}

.timeline-item{
  position: relative;
  margin-left: 0;
  padding-left: 1.7rem;
  padding-bottom: 1rem;
}

.timeline-item::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 0.86rem;
  height: 0.86rem;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 6px rgba(255, 210, 0, 0.16);
}

.timeline-item h4{
  margin: 0;
  font-family: var(--font-head);
  font-size: 1.06rem;
  text-transform: uppercase;
}

.timeline-item p{
  margin: 0.35rem 0 0;
  color: var(--text-soft);
  line-height: 1.5;
}

.people-grid{
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.person-card{
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.85rem;
  background: var(--bg-card);
}

.person-role{
  margin: 0;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.98rem;
  color: var(--yellow-soft);
}

.person-card p{
  margin: 0.58rem 0 0;
  color: var(--text-soft);
  line-height: 1.45;
  white-space: pre-line;
}

.table-wrap{
  margin-top: 1rem;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.table{
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.table th, .table td{
  text-align: left;
  padding: 0.72rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.table th{
  color: #111;
  background: linear-gradient(135deg, var(--yellow), var(--yellow-soft));
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.85rem;
}

.table tr:last-child td{
  border-bottom: 0;
}

.steps{
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.steps li{
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.75rem 0.85rem;
  background: rgba(255, 255, 255, 0.02);
  color: var(--text-soft);
}

.steps strong{
  color: #fff;
}

.link-list{
  margin: 0.6rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.link-list a{
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  padding: 0.45rem 0.6rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.link-list a:hover, .link-list a:focus-visible{
  border-color: rgba(255, 210, 0, 0.4);
  background: rgba(255, 210, 0, 0.08);
}

.cols-2{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.checklist{
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}

.checklist li{
  position: relative;
  padding-left: 1.2rem;
  margin-top: 0.45rem;
  color: var(--text-soft);
}

.checklist li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--yellow);
  border-radius: 50%;
}

.form-grid{
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid label{
  display: grid;
  gap: 0.35rem;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.form-grid input, .form-grid textarea, .form-grid select{
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #0f0f0f;
  color: var(--text);
  padding: 0.62rem 0.72rem;
  font: inherit;
}

.form-grid textarea{
  min-height: 120px;
  resize: vertical;
}

.form-grid .full{
  grid-column: 1 / -1;
}

.page-footer{
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2rem 0;
  position: relative;
  z-index: 1;
  background: #0c0c0c;
}

.footer-grid{
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr;
  gap: 1rem;
}

.footer-title{
  margin: 0;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.page-footer p, .page-footer li, .page-footer a{
  color: var(--text-soft);
}

.page-footer ul{
  margin: 0.5rem 0 0;
  padding-left: 1rem;
}

.footer-bar{
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: space-between;
  color: var(--text-dim);
  font-size: 0.9rem;
}

.reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.reveal.in{
  opacity: 1;
  transform: translateY(0);
}

.center{
  text-align: center;
}

body{
  color: var(--text);
  background:
  radial-gradient(circle at 8% 10%, rgba(243, 196, 0, 0.18), transparent 24%),
  radial-gradient(circle at 95% 2%, rgba(243, 196, 0, 0.12), transparent 22%),
  linear-gradient(180deg, #fff9e8 0%, #f7f3e8 100%);
}

.bg-noise{
  opacity: 0.05;
  background-image:
  repeating-linear-gradient(
  -35deg,
  transparent,
  transparent 6px,
  rgba(0, 0, 0, 0.05) 6px,
  rgba(0, 0, 0, 0.05) 7px
  );
}

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

a:hover, a:focus-visible{
  color: #000;
}

.site-header{
  border-bottom: 1px solid #ceb95f;
  background: rgba(255, 249, 229, 0.9);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.brand{
  color: var(--theme-primary);
}

.brand small{
  color: #5d5543;
}

.nav-link, .drop-toggle{
  color: #1a1a1a;
  border-radius: 999px;
}

.nav-link:hover, .nav-link:focus-visible, .drop-toggle:hover, .drop-toggle:focus-visible, .nav-link.active, .drop-toggle.active{
  color: var(--theme-primary);
  background: var(--yellow);
}

.dropdown{
  border: 1px solid #e0d6b2;
  background: #fffdf6;
}

.dropdown a{
  color: #2a2418;
}

.dropdown a:hover, .dropdown a:focus-visible, .dropdown a.active{
  background: rgba(243, 196, 0, 0.2);
  color: #111;
}

.hero{
  border-bottom: 1px solid #e2dabc;
  background:
  linear-gradient(130deg, #fff1a5 0%, #fff6cd 35%, #fffdf5 100%);
}

.hero::after{
  inset: auto -8% -34% auto;
  width: 420px;
  background: radial-gradient(circle, rgba(243, 196, 0, 0.35), rgba(243, 196, 0, 0));
}

.kicker{
  color: var(--theme-primary);
  background: var(--yellow);
}

.hero h1, .page-title{
  color: var(--theme-primary);
}

.hero p, .lead{
  color: #2f291d;
}

.hero-brand-card{
  background: #fffdf5;
  border: 1px solid #e3d7aa;
  box-shadow: var(--shadow);
}

.hero-brand-card p{
  color: #3f3627;
}

.button-primary{
  color: #121212;
  background: var(--yellow);
}

.button-secondary{
  border-color: #d7cb9e;
  color: #2b2418;
  background: rgba(255, 255, 255, 0.72);
}

.button-secondary:hover, .button-secondary:focus-visible{
  border-color: #b99712;
  background: rgba(243, 196, 0, 0.2);
  color: #111;
}

.stat-pill{
  border: 1px solid #e2d9ba;
  background: #fffcf1;
  color: #3d3525;
}

.section + .section{
  border-top: 1px solid #ebe2c6;
}

.section-title{
  color: var(--theme-primary);
}

.card{
  border: 1px solid #e2d9bc;
  background: #fffef8;
  box-shadow: var(--shadow);
}

.card p{
  color: #393222;
}

.card .meta{
  color: #6f6650;
}

.card .tag{
  border-color: #caab2f;
  color: #4f3f09;
  background: #fff3bf;
}

.info-box{
  border: 1px solid #d0bc69;
  background: #fff7d7;
  color: #342d1d;
}

.notice{
  border-left-color: #cea200;
  background: #fff5cf;
  color: #352f21;
}

.warning{
  background: #ffefcf;
  color: #4b3715;
}

.timeline::before{
  background: rgba(148, 115, 0, 0.35);
}

.timeline-item h4{
  color: #1b1811;
}

.timeline-item p{
  color: #453c2b;
}

.person-card{
  border-color: #e0d5b3;
  background: #fffdf4;
}

.person-role{
  color: #8c6b00;
}

.table-wrap{
  border-color: #d7ca9d;
  background: #fffef9;
}

.table th{
  color: var(--theme-primary);
  background: var(--yellow);
}

.table td{
  color: #2c261a;
}

.steps li{
  border: 1px solid #e3d8b5;
  background: #fffef7;
  color: #342d1d;
}

.steps strong{
  color: #1c1912;
}

.link-list a{
  border: 1px solid #e2d8b8;
  color: #2f291d;
  background: #fffdf4;
}

.link-list a:hover, .link-list a:focus-visible{
  border-color: #ba9610;
  background: #fff0b3;
}

.checklist li{
  color: #3b3425;
}

.form-grid input, .form-grid textarea, .form-grid select{
  border: 1px solid #dacfa8;
  background: #fffef8;
  color: #1d1a14;
}

.page-footer{
  border-top: 1px solid #342d18;
  background: #111;
}

.page-footer p, .page-footer li, .page-footer a{
  color: #f4ecd0;
}

.footer-bar{
  border-top: 1px solid rgba(243, 196, 0, 0.3);
  color: #d7cda7;
}

.bfv-grid{
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.bfv-widget{
  min-height: 560px;
  border: 1px solid #dfd6b8;
  border-radius: 12px;
  background: #fffdf8;
  overflow: hidden;
}

.matchcenter-tabs{
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.matchcenter-tab{
  display: inline-flex;
  align-items: center;
  padding: 0.46rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #d5c27f;
  background: #fff7d9;
  color: #1a1813;
  font-family: var(--font-head);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.matchcenter-tab:hover, .matchcenter-tab:focus-visible{
  background: var(--yellow);
  color: #121212;
}

.gallery-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.photo-card{
  margin: 0;
  border: 1px solid #dfd3af;
  border-radius: 14px;
  overflow: hidden;
  background: #fffef8;
  box-shadow: var(--shadow);
}

.photo-card img{
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.photo-card figcaption{
  padding: 0.7rem 0.8rem;
  color: #312a1d;
  font-size: 0.92rem;
}

#archive-list .link-list{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: 560px;
  overflow: auto;
  padding-right: 0.3rem;
}

body{
  color: var(--text);
  background:
  radial-gradient(circle at 12% 12%, rgba(255, 210, 0, 0.12), transparent 34%),
  radial-gradient(circle at 88% 4%, rgba(255, 210, 0, 0.06), transparent 28%),
  linear-gradient(160deg, #0b0b0b, var(--theme-background) 50%, #111111);
}

.bg-noise{
  opacity: 0.09;
  background-image:
  repeating-linear-gradient(
  -45deg,
  transparent,
  transparent 5px,
  rgba(255, 255, 255, 0.03) 5px,
  rgba(255, 255, 255, 0.03) 6px
  );
}

a{
  color: var(--yellow-soft);
}

.site-header{
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 8, 8, 0.86);
  box-shadow: none;
}

.brand{
  gap: 0;
}

.brand img{
  width: 56px;
}

.brand span{
  display: none;
}

.nav-toggle, .nav-link, .drop-toggle, .dropdown, .dropdown a, .button, .kicker, .stat-pill, .card, .hero-brand-card, .person-card, .table-wrap, .steps li, .link-list a, .matchcenter-tab, .photo-card, .bfv-widget, .info-box, .notice, .form-grid input, .form-grid textarea, .form-grid select, .hero-slider-control, .hero-dot, .news-card, .sponsor-logo{
  border-radius: var(--radius) !important;
}

.nav-link, .drop-toggle{
  color: var(--text-soft);
  border-radius: var(--radius) !important;
}

.nav-link.nav-cta{
  background: var(--yellow);
  color: #111;
  border: 1px solid rgba(255, 210, 0, 0.45);
}

.nav-link.nav-cta:hover, .nav-link.nav-cta:focus-visible{
  background: var(--yellow-soft);
  color: #111;
}

.dropdown{
  top: calc(100% - 1px);
  border: 1px solid var(--line);
  background: #121212;
  z-index: 120;
}

.dropdown a{
  color: var(--text-soft);
}

.has-dropdown.open-desktop > .dropdown{
  display: block;
}

.hero h1, .page-title, .section-title{
  color: var(--text);
}

.section-subtitle, .card .meta{
  color: var(--text-dim);
}

.hero p, .lead, .card p, .checklist li, .timeline-item p{
  color: var(--text-soft);
}

.timeline-item h4, .steps strong{
  color: #fff;
}

.hero-brand-card{
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 210, 0, 0.2);
  box-shadow: none;
}

.stat-pill{
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text-soft);
}

.link-list a{
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-soft);
  background: rgba(255, 255, 255, 0.02);
}

.form-grid input, .form-grid textarea, .form-grid select{
  border: 1px solid var(--line);
  background: #0f0f0f;
  color: var(--text);
}

.info-box{
  border: 1px dashed rgba(255, 210, 0, 0.45);
  background: rgba(255, 210, 0, 0.06);
  color: var(--text-soft);
}

.notice{
  border-left-color: var(--yellow);
  background: rgba(255, 210, 0, 0.08);
  color: var(--text-soft);
}

.person-card{
  border-color: var(--line);
  background: var(--bg-card);
}

.bfv-widget{
  border: 1px solid var(--line);
  background: #101010;
}

.bfv-widget > div, .bfv-widget iframe{
  width: 100% !important;
  max-width: 100% !important;
}

.table-wrap{
  border: 1px solid var(--line);
  background: transparent;
}

.steps li{
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text-soft);
}

.table td{
  color: var(--text-soft);
}

.hero{
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
}

.hero-slider{
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: clamp(360px, 58vh, 660px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-slider::after{
  display: none;
}

.hero-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 540ms ease;
}

.hero-slide.active{
  opacity: 1;
  z-index: 2;
}

.hero-slide img{
  width: 100%;
  height: 100%;
  min-height: clamp(360px, 58vh, 660px);
  object-fit: cover;
  filter: brightness(0.56) saturate(1.05);
}

.hero-slide-overlay{
  position: absolute;
  inset: auto auto 2.4rem 2rem;
  max-width: min(90vw, 760px);
  z-index: 3;
}

.hero-slide-overlay .kicker{
  margin-bottom: 0.7rem;
}

.hero-slide-overlay h1{
  margin: 0;
  color: #fff;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
  font-size: clamp(1.8rem, 4.6vw, 3.8rem);
}

.hero-slider-control{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(10, 10, 10, 0.58);
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.hero-slider-control.prev{
  left: 1rem;
}

.hero-slider-control.next{
  right: 1rem;
}

.hero-slider-control:hover, .hero-slider-control:focus-visible{
  background: rgba(255, 210, 0, 0.85);
  color: #111;
}

.hero-slider-dots{
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.4rem;
  z-index: 4;
}

.hero-dot{
  width: 11px;
  height: 11px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.hero-dot.active{
  background: var(--yellow);
  border-color: var(--yellow);
}

.news-grid{
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr;
  gap: 1rem;
}

.news-card{
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.2));
  overflow: hidden;
  box-shadow: var(--shadow);
}

.news-card-featured{
  grid-row: span 2;
}

.news-image{
  display: block;
}

.news-image img{
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.news-card-featured .news-image img{
  height: 300px;
}

.news-body{
  padding: 0.95rem 1rem 1.05rem;
}

.news-tag{
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.45rem;
  padding: 0.24rem 0.5rem;
  border: 1px solid rgba(255, 210, 0, 0.48);
  background: rgba(255, 210, 0, 0.08);
  color: var(--yellow-soft);
  border-radius: var(--radius);
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.72rem;
}

.news-body h3{
  margin: 0;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.news-body h3 a{
  color: #fff;
}

.news-body p{
  margin: 0.58rem 0 0;
  color: var(--text-soft);
}

.sponsor-banner{
  margin-top: 1.8rem;
  background:
  linear-gradient(180deg, rgba(255, 210, 0, 0.08), rgba(255, 210, 0, 0.02)),
  #0d0d0d;
  border-top: 1px solid rgba(255, 210, 0, 0.25);
  border-bottom: 1px solid rgba(255, 210, 0, 0.15);
}

.sponsor-banner-inner{
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.1rem 0 2.3rem;
}

.sponsor-carousel{
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.01);
}

.sponsor-track{
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: max-content;
  padding: 0.9rem 1rem;
  animation: sponsor-scroll 18s linear infinite;
}

.sponsor-logo{
  min-width: 190px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(0, 0, 0, 0.22);
  padding: 0.45rem 1rem;
}

.sponsor-logo img{
  max-width: 100%;
  max-height: 44px;
  width: auto;
  height: auto;
  filter: grayscale(0.12);
}

.sponsor-logo:hover, .sponsor-logo:focus-visible{
  border-color: rgba(255, 210, 0, 0.6);
  background: rgba(255, 210, 0, 0.08);
}

@keyframes sponsor-scroll{
  0% {
  transform: translateX(0);
  }
  100% {
  transform: translateX(-50%);
  }
}

.card{
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.2));
  box-shadow: none;
}

.card .meta{
  color: var(--text-dim);
}

.card .tag{
  border-radius: var(--radius);
  color: var(--yellow-soft);
  border-color: rgba(255, 210, 0, 0.4);
  background: rgba(255, 210, 0, 0.05);
}

.page-footer{
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0c0c0c;
}

.footer-bar{
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-dim);
}

.nav-link.active, .drop-toggle.active, .dropdown a.active{
  color: var(--text-soft);
  background: transparent;
}

.home-hero{
  min-height: clamp(420px, 64vh, 760px);
}

.home-hero .hero-slide img{
  min-height: clamp(420px, 64vh, 760px);
  filter: brightness(0.48) saturate(1.08) contrast(1.06);
}

.home-hero-overlay{
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  padding-bottom: 0;
}

.home-hero-content{
  max-width: 900px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.home-hero-content h1, .home-hero-content h2{
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.08;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
  border-radius: var(--radius);
  display: inline-block;
  padding: 0.45rem 0.95rem;
}

.home-hero-content h1{
  font-size: clamp(2rem, 5vw, 4rem);
  color: var(--yellow);
  background: rgba(0, 0, 0, 0.78);
}

.home-hero-content h2{
  margin-top: 0;
  font-family: var(--font-head);
  font-size: clamp(1.05rem, 2.2vw, 1.85rem);
  color: #111;
  background: rgba(255, 210, 0, 0.88);
}

.home-hero .hero-slider-dots{
  bottom: 1rem;
}

.home-welcome, .home-history, .sponsor-banner-full{
  background: rgba(255, 255, 255, 0.015);
}

.home-news, .home-departments{
  background: rgba(0, 0, 0, 0.2);
}

.home-split{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
}

.home-copy p{
  margin: 0.68rem 0 0;
  color: var(--text-soft);
  line-height: 1.65;
  max-width: 68ch;
}

.home-visual{
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #121212;
  box-shadow: var(--shadow);
}

.home-visual img{
  width: 100%;
  height: 100%;
  max-height: 470px;
  object-fit: cover;
}

.home-news-grid{
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-news-card{
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.22));
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease;
  color: inherit;
  text-decoration: none;
}

.home-news-card:hover, .home-news-card:focus-within{
  transform: translateY(-3px);
  border-color: rgba(255, 210, 0, 0.45);
}

.home-news-image{
  display: block;
}

.home-news-image img{
  width: 100%;
  height: 215px;
  object-fit: cover;
}

.home-news-body{
  padding: 0.95rem 1rem 1.1rem;
}

.home-news-meta{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.62rem;
  font-family: var(--font-head);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.home-news-meta time{
  color: var(--yellow);
}

.home-news-meta span{
  color: var(--text-dim);
}

.home-news-body h3{
  margin: 0;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.2rem;
  line-height: 1.15;
  color: #fff;
}

.home-news-body p{
  margin: 0.62rem 0 0;
  color: var(--text-soft);
}

.home-news-actions{
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
}

.home-history .button{
  margin-top: 1rem;
}

.home-departments-grid{
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-department-card{
  display: block;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.home-department-card:hover, .home-department-card:focus-visible{
  transform: translateY(-3px);
  border-color: rgba(255, 210, 0, 0.45);
}

.home-department-card img{
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.home-department-body{
  padding: 0.95rem 1rem 1.1rem;
}

.home-department-body h3{
  margin: 0;
  font-size: 1.25rem;
  color: #fff;
}

.home-department-body p{
  margin: 0.6rem 0 0.2rem;
}

.sponsor-banner-full{
  margin-top: clamp(2rem, 5vw, 3.4rem);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(1.8rem, 4vw, 2.8rem) 0 1.8rem;
  background: rgba(255, 255, 255, 0.015);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sponsor-banner-full .section-title{
  width: min(1140px, calc(100% - 2.4rem));
  margin: 0 auto;
}

.sponsor-banner-full .sponsor-carousel{
  margin-top: 1.1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.sponsor-banner-full .sponsor-track{
  padding: 0.92rem 1.1rem;
  gap: 1.3rem;
  animation: sponsor-scroll 20s linear infinite;
}

.sponsor-banner-full .sponsor-logo{
  min-width: 220px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.25);
}

.button, .button-primary, .button-secondary{
  background: var(--yellow);
  color: #111;
  border: 1px solid rgba(255, 210, 0, 0.65);
}

.button:hover, .button:focus-visible, .button-primary:hover, .button-primary:focus-visible, .button-secondary:hover, .button-secondary:focus-visible{
  background: #ffdf43;
  color: #111;
  border-color: #ffdf43;
}

body{
  overflow-x: hidden;
}

.site-header .nav-link:hover, .site-header .nav-link:focus-visible, .site-header .drop-toggle:hover, .site-header .drop-toggle:focus-visible{
  background: rgba(255, 210, 0, 0.14) !important;
  color: #fff !important;
}

.site-header .nav-link.active, .site-header .drop-toggle.active, .site-header .dropdown a.active{
  background: transparent !important;
  color: var(--text-soft) !important;
}

.site-header .dropdown a:hover, .site-header .dropdown a:focus-visible{
  background: rgba(255, 210, 0, 0.18) !important;
  color: #fff !important;
}

.site-header .nav-link.nav-cta{
  background: var(--yellow) !important;
  color: #111 !important;
  border: 1px solid var(--yellow) !important;
}

.site-header .nav-link.nav-cta:hover, .site-header .nav-link.nav-cta:focus-visible{
  background: #111 !important;
  color: var(--yellow) !important;
}

.home-hero-overlay{
  align-items: flex-end !important;
  justify-content: center;
  padding: 0 0 clamp(1.4rem, 4vh, 2.8rem) !important;
}

.home-hero-overlay .container{
  display: flex;
  justify-content: center;
}

.home-hero-content{
  max-width: min(92vw, 980px);
}

.home-hero-content h1, .home-hero-content h2{
  padding: 0.5rem 1rem;
}

.home-hero-content h2{
  margin-top: 0.2rem;
}

.home-welcome{
  background: #15110d !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.home-news{
  background: var(--theme-background) !important;
}

.home-history{
  background: #15110d !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.home-departments{
  background: var(--theme-background) !important;
}

.button, .button-primary, .button-secondary{
  background: var(--yellow) !important;
  color: #111 !important;
  border: 1px solid var(--yellow) !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.26);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover, .button:focus-visible, .button-primary:hover, .button-primary:focus-visible, .button-secondary:hover, .button-secondary:focus-visible{
  background: #111 !important;
  color: var(--yellow) !important;
  border-color: var(--yellow) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.34);
}

.sponsor-banner-full{
  background: #15110d !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sponsor-banner-full .sponsor-carousel{
  width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
  padding: 0.2rem 0;
  background: transparent !important;
}

.sponsor-track-wrap{
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: sponsor-scroll 28s linear infinite;
}

.sponsor-banner-full .sponsor-track{
  display: flex;
  align-items: center;
  gap: 1.3rem;
  width: max-content;
  padding: 0.8rem 1rem;
  animation: none !important;
}

.sponsor-banner-full .sponsor-logo{
  flex: 0 0 auto;
  min-width: 230px;
  height: 72px;
}

.sponsor-banner-full .sponsor-carousel:hover .sponsor-track-wrap{
  animation-play-state: paused;
}

.news-overview-hero, .news-detail-hero{
  background: #15110d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.news-overview{
  background: #0a0a0a;
}

.news-overview-toolbar{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.news-overview-info{
  display: grid;
  gap: 0.25rem;
}

.news-count{
  margin: 0;
  color: var(--text-dim);
}

.news-search-wrap{
  display: grid;
  gap: 0.35rem;
  min-width: min(100%, 420px);
}

.news-search-wrap span{
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.78rem;
  color: var(--text-soft);
}

.news-search{
  width: 100%;
  height: 44px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #111;
  color: var(--text);
  padding: 0 0.78rem;
}

.news-search:focus-visible{
  outline: 0;
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(255, 210, 0, 0.2);
}

.news-empty{
  margin-top: 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  padding: 0.9rem 1rem;
  color: var(--text-soft);
}

.news-detail-head{
  max-width: 900px;
}

.news-detail-meta{
  margin: 0 0 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-head);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.news-detail-meta time{
  color: var(--yellow);
}

.news-detail-meta span{
  color: #111;
  background: rgba(255, 210, 0, 0.9);
  border-radius: var(--radius);
  padding: 0.22rem 0.45rem;
}

.news-detail-article{
  max-width: 920px;
  padding: 1rem;
}

.news-detail-image{
  width: 100%;
  height: clamp(220px, 42vw, 460px);
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.news-detail-content{
  margin-top: 0.95rem;
}

.news-detail-content p{
  margin: 0.68rem 0 0;
  line-height: 1.65;
}

.news-detail-actions{
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.news-detail-template{
  background: #0b0b0b;
  padding-top: clamp(1.4rem, 2.8vw, 2.2rem);
}

.news-template-layout{
  width: min(1240px, calc(100% - 2.4rem));
  margin: 0 auto;
}

.news-template-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.8rem);
  align-items: start;
}

.news-template-left .page-title{
  font-size: clamp(1.6rem, 3.2vw, 2.35rem);
  line-height: 1.1;
  margin-top: 0.9rem;
}

.news-back-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 0.88rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-soft);
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.76rem;
}

.news-back-link:hover, .news-back-link:focus-visible{
  border-color: var(--yellow);
  color: #fff;
  background: rgba(255, 210, 0, 0.12);
}

.news-back-row{
  display: block;
  margin: 0 0 0.95rem;
}

.news-template-meta{
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.7rem;
  font-family: var(--font-head);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.news-template-meta time{
  color: var(--yellow);
}

.news-template-meta span{
  color: #111;
  background: rgba(255, 210, 0, 0.95);
  border-radius: var(--radius);
  padding: 0.2rem 0.5rem;
  margin-left: auto;
}

.news-template-left .lead{
  margin-top: 0.8rem;
}

.news-template-divider{
  border: 0;
  height: 1px;
  margin: 1rem 0;
  background: rgba(255, 255, 255, 0.16);
}

.news-template-content p{
  margin: 0.78rem 0 0;
  line-height: 1.62;
  color: var(--text-soft);
}

.news-template-media{
  margin: 0;
  border-radius: var(--radius);
}

.news-template-media .news-detail-image{
  width: 100%;
  height: clamp(280px, 42vw, 560px);
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.news-template-media figcaption{
  margin-top: 0.6rem;
  color: var(--text-dim);
  font-size: 0.9rem;
  line-height: 1.45;
}

body:not([data-page="index"]) .hero{
  background-image: url("/uploads/2018/01/DSC_9908-2.png");
  background-position: center 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

body:not([data-page="index"]) .hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
  pointer-events: none;
}

body:not([data-page="index"]) .hero::after{
  display: none;
}

body:not([data-page="index"]) .hero > .container{
  position: relative;
  z-index: 1;
}

.footer-grid.footer-grid-minimal{
  grid-template-columns: 1.25fr 0.75fr;
}

.footer-social-links{
  margin-top: 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-social-links a{
  display: inline;
  width: fit-content;
  padding: 0;
  border: 0;
  border-radius: 0;
  min-height: 0;
  color: var(--yellow);
  background: transparent;
  font-family: var(--font-body);
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.98rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.footer-social-links a:hover, .footer-social-links a:focus-visible{
  color: #fff3a6;
  background: transparent;
  text-decoration-thickness: 2px;
}

.flutlicht-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 2rem);
  align-items: start;
}

.flutlicht-copy p{
  margin: 0.78rem 0 0;
  line-height: 1.65;
  color: var(--text-soft);
}

.flutlicht-media{
  margin: 0;
}

.flutlicht-media img{
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}

.flutlicht-led{
  padding-top: 0.2rem;
}

.flutlicht-facts-wrap{
  margin-top: 0.9rem;
  padding: 1rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
}

.flutlicht-facts-title{
  margin: 0;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.1rem;
}

.flutlicht-facts{
  margin: 0.8rem 0 0;
}

.flutlicht-fact-row{
  display: grid;
  grid-template-columns: minmax(130px, 180px) 1fr;
  gap: 0.8rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.flutlicht-fact-row:last-child{
  border-bottom: 0;
  padding-bottom: 0.2rem;
}

.flutlicht-fact-row dt{
  margin: 0;
  color: var(--yellow);
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
}

.flutlicht-fact-row dd{
  margin: 0;
  color: var(--text-soft);
  line-height: 1.55;
}

.downloads-section .section-subtitle{
  margin-bottom: 1rem;
}

.downloads-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.download-item{
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.02);
}

.download-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
}

.download-head h3{
  margin: 0;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.download-type{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 28px;
  border-radius: var(--radius);
  background: rgba(255, 210, 0, 0.92);
  color: #111;
  font-family: var(--font-head);
  text-transform: uppercase;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
}

.download-item p{
  margin: 0.65rem 0 0;
  color: var(--text-soft);
  line-height: 1.55;
}

.download-actions{
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.download-link{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: var(--yellow);
  text-decoration: none;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.72rem;
  background: rgba(255, 255, 255, 0.02);
}

.download-link:hover, .download-link:focus-visible{
  color: #111;
  background: var(--yellow);
  border-color: var(--yellow);
}

.downloads-media-section{
  padding-top: 0.5rem;
}

.downloads-media-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.download-media-item{
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.download-media-item img{
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.download-media-body{
  padding: 0.8rem;
}

.download-media-body h3{
  margin: 0;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1rem;
}

.download-media-body p{
  margin: 0.5rem 0 0;
  color: var(--text-soft);
}

.news-overview-toolbar{
  display: block;
}

.news-overview-toolbar .news-search-wrap{
  display: block;
  width: 100%;
  min-width: 100%;
}

.news-overview-toolbar .news-search{
  width: 100%;
}

.download-media-item{
  display: flex;
  flex-direction: column;
}

.download-media-item img{
  height: 190px;
  object-fit: cover;
  object-position: center;
  background: #0f0f0f;
}

.download-media-item.is-logo img{
  object-fit: contain;
  padding: 0.8rem;
  background: #0b0b0b;
}

body.modal-open{
  overflow: hidden;
}

.download-preview-modal{
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.download-preview-modal[hidden]{
  display: none !important;
}

.download-preview-backdrop{
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.download-preview-dialog{
  position: relative;
  width: min(1220px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: #0d0d0d;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.download-preview-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.75rem 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.download-preview-head h2{
  margin: 0;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.05rem;
}

.download-preview-close{
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
}

.download-preview-close:hover, .download-preview-close:focus-visible{
  background: var(--yellow);
  color: #111;
  border-color: var(--yellow);
}

.download-preview-content{
  min-height: 0;
  display: grid;
  place-items: center;
  background: #060606;
}

.download-preview-image{
  display: none;
  width: 100%;
  max-height: calc(100vh - 130px);
  object-fit: contain;
  background: #060606;
}

.download-preview-pdf{
  display: none;
  width: 100%;
  height: calc(100vh - 130px);
  border: 0;
  background: #fff;
}

.page a:not(.button):not(.nav-link):not(.drop-toggle):not(.home-news-card):not(.home-department-card):not(.sponsor-logo):not(.download-link):not(.hero-dot):not(.hero-slider-control):not(.download-preview-close):not(.download-preview-backdrop){
  color: var(--yellow);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.page a:not(.button):not(.nav-link):not(.drop-toggle):not(.home-news-card):not(.home-department-card):not(.sponsor-logo):not(.download-link):not(.hero-dot):not(.hero-slider-control):not(.download-preview-close):not(.download-preview-backdrop):hover, .page a:not(.button):not(.nav-link):not(.drop-toggle):not(.home-news-card):not(.home-department-card):not(.sponsor-logo):not(.download-link):not(.hero-dot):not(.hero-slider-control):not(.download-preview-close):not(.download-preview-backdrop):focus-visible{
  color: #fff3a6;
  text-decoration-thickness: 2px;
}

.page-footer a{
  color: var(--yellow);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.page-footer a:hover, .page-footer a:focus-visible{
  color: #fff3a6;
  text-decoration-thickness: 2px;
}

.site-nav a, .site-nav a:hover, .site-nav a:focus-visible{
  text-decoration: none !important;
}

.matchcenter-switcher .matchcenter-tab{
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #121212;
  color: var(--text-soft);
  padding: 0.55rem 0.9rem;
}

.matchcenter-switcher .matchcenter-tab:hover, .matchcenter-switcher .matchcenter-tab:focus-visible{
  background: rgba(255, 210, 0, 0.12);
  border-color: rgba(255, 210, 0, 0.42);
  color: var(--yellow);
}

.matchcenter-switcher .matchcenter-tab.is-active{
  background: var(--yellow);
  border-color: var(--yellow);
  color: #111;
}

.bfv-grid-single-page{
  margin-top: 1rem;
}

.training-info-grid{
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.training-info-card{
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  padding: 0.95rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.34rem;
}

.training-info-label{
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.72rem;
  color: var(--yellow);
}

.training-info-card strong{
  margin: 0;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-size: 1rem;
  color: var(--text);
}

.training-info-grid-darts .training-info-card strong{
  font-size: 0.95rem;
}

.fussball-impressions .section-title{
  margin-bottom: 0.9rem;
}

.center-carousel{
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.55rem;
}

.center-carousel-viewport{
  position: relative;
  overflow: hidden;
  padding: 0.3rem 0;
}

.center-carousel-viewport::before, .center-carousel-viewport::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34px;
  z-index: 2;
  pointer-events: none;
}

.center-carousel-viewport::before{
  left: 0;
  background: linear-gradient(90deg, rgba(11, 11, 11, 0.95), rgba(11, 11, 11, 0));
}

.center-carousel-viewport::after{
  right: 0;
  background: linear-gradient(270deg, rgba(11, 11, 11, 0.95), rgba(11, 11, 11, 0));
}

.center-carousel-track{
  display: flex;
  gap: 0.9rem;
  transition: transform 360ms ease;
  will-change: transform;
}

.center-carousel-slide{
  margin: 0;
  flex: 0 0 clamp(220px, 30vw, 360px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.52;
  transform: scale(0.9);
  filter: saturate(0.78);
  transition: transform 260ms ease, opacity 260ms ease, filter 260ms ease, border-color 260ms ease;
}

.center-carousel-slide.is-center{
  opacity: 1;
  transform: scale(1);
  filter: none;
  border-color: rgba(255, 210, 0, 0.6);
}

.center-carousel-slide img{
  width: 100%;
  height: clamp(180px, 24vw, 260px);
  object-fit: cover;
}

.center-carousel-nav{
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.46);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.center-carousel-nav:hover, .center-carousel-nav:focus-visible{
  border-color: rgba(255, 210, 0, 0.75);
  background: rgba(255, 210, 0, 0.2);
  color: var(--yellow);
}

.nav-toggle{
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
  min-width: 42px;
  min-height: 42px;
  justify-content: center;
  align-items: center;
  padding: 0.45rem;
  border-color: rgba(255, 210, 0, 0.35);
}

.nav-toggle-icon{
  position: relative;
  display: block;
  width: 20px;
  height: 14px;
}

.nav-toggle-icon span{
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 200ms ease, top 200ms ease, opacity 170ms ease;
}

.nav-toggle-icon span:nth-child(1){
  top: 0;
}

.nav-toggle-icon span:nth-child(2){
  top: 6px;
}

.nav-toggle-icon span:nth-child(3){
  top: 12px;
}

.nav-toggle.is-open{
  background: rgba(255, 210, 0, 0.14);
  border-color: var(--yellow);
  color: var(--yellow);
}

.nav-toggle.is-open .nav-toggle-icon span:nth-child(1){
  top: 6px;
  transform: rotate(45deg);
}

.nav-toggle.is-open .nav-toggle-icon span:nth-child(2){
  opacity: 0;
}

.nav-toggle.is-open .nav-toggle-icon span:nth-child(3){
  top: 6px;
  transform: rotate(-45deg);
}

.contact-map-card{
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: var(--theme-background);
}

.contact-map{
  width: 100%;
  height: 320px;
  background: #101010;
}

.contact-map .leaflet-tile-pane{
  filter: brightness(1.08) contrast(1.2) saturate(0.9);
}

.contact-map .leaflet-control-zoom a{
  background: rgba(255, 255, 255, 0.95);
  color: #111;
  border-color: rgba(17, 17, 17, 0.22);
  text-decoration: none !important;
}

.contact-map .leaflet-control-zoom a:hover, .contact-map .leaflet-control-zoom a:focus-visible{
  background: var(--yellow);
  color: #111;
}

.contact-map .leaflet-popup-content-wrapper, .contact-map .leaflet-popup-tip{
  background: var(--yellow);
  color: #111;
  border: 1px solid rgba(17, 17, 17, 0.28);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.26);
}

.contact-map .leaflet-popup-content{
  margin: 0.7rem 0.8rem;
  line-height: 1.4;
}

.contact-map .leaflet-popup-content strong{
  color: #111;
}

.contact-map .leaflet-popup-close-button{
  color: #111 !important;
}

.contact-map a{
  text-decoration: none !important;
}

.contact-map .leaflet-control-attribution{
  background: rgba(255, 255, 255, 0.88);
  color: #222;
}

.contact-map .leaflet-control-attribution a{
  color: #111 !important;
  text-decoration: underline !important;
}

.legal-flow-section{
  padding-top: clamp(1.1rem, 2.2vw, 1.8rem);
}

.legal-flow{
  max-width: 940px;
}

.legal-flow h2{
  margin: 1.35rem 0 0.42rem;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.05rem, 2.1vw, 1.35rem);
  color: var(--text);
}

.legal-flow h2:first-child{
  margin-top: 0;
}

.legal-flow p{
  margin: 0.55rem 0 0;
  max-width: 92ch;
  color: var(--text-soft);
  line-height: 1.68;
}

.legal-flow .meta{
  margin-top: 1.3rem;
  color: var(--text-dim);
}

body.mycms-front{
  background:
  radial-gradient(circle at 12% 12%, rgba(255, 210, 0, 0.12), transparent 34%),
  radial-gradient(circle at 88% 4%, rgba(255, 210, 0, 0.06), transparent 28%),
  linear-gradient(160deg, #0b0b0b, var(--theme-background) 50%, #111111);
}

body.mycms-front .header-wrapper, body.mycms-front .front-main, body.mycms-front > footer{
  margin-left: auto;
  margin-right: auto;
}

body.mycms-front .front-main{
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.98), rgba(10, 10, 10, 0.96));
  box-shadow:
  0 0 0 1px rgba(255, 255, 255, 0.05),
  0 22px 48px rgba(0, 0, 0, 0.45);
}

body.mycms-front::before{
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.11;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,255,255,0.03) 5px, rgba(255,255,255,0.03) 6px);
  z-index: 0;
}

body.mycms-front > *{
  position: relative;
  z-index: 1;
}

.header-wrapper #header{
  position: sticky;
  top: 0;
  z-index: 2200;
}

div#header, .header-wrapper{
  height: auto !important;
  min-height: 84px;
  background: rgba(7, 7, 7, 0.96) !important;
}

#header{
  padding: 0 !important;
  overflow: visible !important;
}

#header > .container, #header .container{
  overflow: visible !important;
}

#header > .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  min-height: 84px;
}

#header_1 .front-logo img, #header_1 .front-logo-image{
  width: 52px;
  height: auto;
}

#header_2 .front-nav-inline{
  display: flex;
  align-items: center;
}

#header_2 .front-nav-inline > ul.level_1{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}

#header_2 .front-nav-inline > ul.level_1 > li{
  position: relative;
}

#header_2 .front-nav-inline > ul.level_1 > li > a{
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 0;
  background: transparent;
  color: var(--theme-text) !important;
  font-family: var(--font-head);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.88rem;
  padding: 0.6rem 0.72rem;
  border-radius: 8px;
  cursor: pointer;
}

#header_2 .front-nav-inline > ul.level_1 > li > a:hover, #header_2 .front-nav-inline > ul.level_1 > li > a.active, #header_2 .front-nav-inline > ul.level_1 > li > a.active_tree{
  color: #0e0e0e !important;
  background: linear-gradient(135deg, var(--yellow), var(--yellow-soft));
}

#header_2 .front-nav-inline > ul.level_1 > li:last-child > a{
  background: linear-gradient(135deg, var(--yellow), var(--yellow-soft));
  color: #111 !important;
  font-weight: 700;
}

#header_2 .front-nav-inline > ul.level_1 > li:last-child > a:hover, #header_2 .front-nav-inline > ul.level_1 > li:last-child > a:focus-visible{
  filter: brightness(1.05);
}

#header_2 .front-nav-inline ul.level_2{
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  min-width: 250px;
  list-style: none;
  margin: 0;
  padding: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #121212;
  box-shadow: var(--shadow);
  display: none;
  z-index: 2600;
}

#header_2 .front-nav-inline ul.level_2 li{
  margin: 0;
  padding: 0;
}

#header_2 .front-nav-inline ul.level_2 .nav_description{
  display: none !important;
}

#header_2 .front-nav-inline ul.level_2 .nav_description_wrapper{
  display: block !important;
}

#header_2 .front-nav-inline ul.level_2 a{
  display: block;
  color: #e9e9e9 !important;
  padding: 0.52rem 0.65rem;
  border-radius: 8px;
  font-size: 0.93rem;
  text-transform: none;
  letter-spacing: 0;
}

#header_2 .front-nav-inline ul.level_2 a:hover, #header_2 .front-nav-inline ul.level_2 a.active, #header_2 .front-nav-inline ul.level_2 a.active_tree{
  background: rgba(255, 210, 0, 0.12);
  color: #fff;
}

#header_2 .front-nav-inline > ul.level_1 > li:hover > ul.level_2, #header_2 .front-nav-inline > ul.level_1 > li:focus-within > ul.level_2, #header_2 .front-nav-inline > ul.level_1 > li.open > ul.level_2, #header_2 .front-nav-inline > ul.level_1 > li.open-desktop > ul.level_2{
  display: block;
}

#header_2 .front-nav-inline > ul.level_1 > li > a .caret{
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  margin-top: 2px;
}

#toggle_navigation{
  display: none;
}

.hamburger-menu{
  display: none !important;
}

#content > .container.content-grid{
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

#content > .container.content-grid:empty{
  display: none;
}

.content-node{
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.content-node.content-node-html .content-html-custom{
  margin: 0;
}

#footer .container{
  width: min(1140px, calc(100% - 2.4rem));
}

#footer .footer-1, #footer .footer-2, #footer .footer-3, #footer .footer-4{
  margin-bottom: 1rem;
}

#privacy_policy .footer-bar{
  margin-top: 0.8rem;
}

#content, #area-2, #area-3, #area-4, #area-5{
  position: relative;
  z-index: 2;
}

#area-3 .home-history .content-node-children{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  align-items: stretch;
}

#area-3 .home-history .content-node-image .imgcontent, #area-3 .home-history .content-node-image .imgcontent img{
  height: 100%;
}

#area-3 .home-history .content-node-image .imgcontent img{
  object-fit: cover;
  border-radius: 14px;
}

.dynamic-chronik .collection-search-results{
  width: min(1140px, calc(100% - 2.4rem));
  margin: 0 auto;
  display: grid;
  gap: 0.72rem;
  padding-left: 1.35rem;
  position: relative;
}

.dynamic-chronik .collection-search-results::before{
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 210, 0, 0.4);
}

.dynamic-chronik .collection_list{
  border: 0;
  padding: 0 0 0 0.9rem;
  position: relative;
  background: transparent;
}

.dynamic-chronik .collection_list::before{
  content: "";
  position: absolute;
  left: 1px;
  top: 0.34rem;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 5px rgba(255, 210, 0, 0.16);
}

.dynamic-chronik .collection_container{
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.dynamic-chronik .collection_content.c_image{
  display: none;
}

.dynamic-chronik .collection_content.chronik_eintraege__title{
  display: none !important;
}

.dynamic-chronik .collection_content.c_year{
  display: block;
  margin: 0;
  font-weight: 700;
  font-family: var(--font-head);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 1.06rem;
  line-height: 1.2;
  color: #fff;
}

.dynamic-chronik .collection_content.c_description{
  margin-top: 0.32rem;
  margin-bottom: 0;
  color: var(--text-soft);
  line-height: 1.55;
  max-width: 86ch;
}

#slider-wrapper{
  position: relative;
  z-index: 1;
}

#slider .dynamic-home-hero-group{
  position: relative;
  min-height: clamp(420px, 64vh, 760px);
  overflow: hidden;
}

#slider .dynamic-home-hero-group > .content-node-children{
  position: relative;
  min-height: inherit;
}

#slider .dynamic-home-hero-group .dynamic-home-hero-gallery, #slider .dynamic-home-hero-group .dynamic-home-hero-gallery .content-gallery, #slider .dynamic-home-hero-group .dynamic-home-hero-gallery .owl-carousel, #slider .dynamic-home-hero-group .dynamic-home-hero-gallery .owl-stage-outer, #slider .dynamic-home-hero-group .dynamic-home-hero-gallery .owl-stage, #slider .dynamic-home-hero-group .dynamic-home-hero-gallery .owl-item, #slider .dynamic-home-hero-group .dynamic-home-hero-gallery .owl-item > a{
  position: absolute;
  inset: 0;
  min-height: inherit;
}

#slider .dynamic-home-hero-group .dynamic-home-hero-gallery .owl-item > a{
  pointer-events: none;
}

#slider .dynamic-home-hero-group .dynamic-home-hero-gallery img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  filter: brightness(0.56) saturate(1.05);
}

#slider .dynamic-home-hero-group .home-hero-overlay{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(2.4rem, 6vw, 4.4rem);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.65));
}

#slider .dynamic-home-hero-group .home-hero-content{
  max-width: min(90vw, 860px);
}

#slider .dynamic-home-hero-group .home-hero-content .kicker{
  margin-bottom: 0.8rem;
}

#slider .dynamic-home-hero-group .home-hero-content h1{
  margin: 0;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
  font-size: clamp(1.9rem, 4.2vw, 3.6rem);
  line-height: 1.08;
}

#slider .dynamic-home-hero-group .home-hero-content h2{
  margin: 0.55rem 0 0;
  color: #f2f2f2;
  font-size: clamp(1rem, 1.7vw, 1.26rem);
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

#slider-wrapper, #slider-wrapper #slider, #slider-wrapper .dynamic-home-hero-group, #slider-wrapper .dynamic-home-hero-group .dynamic-home-hero-gallery, #slider-wrapper .dynamic-home-hero-group .dynamic-home-hero-gallery .content-gallery{
  display: block !important;
}

#slider-wrapper #slider img{
  width: 100% !important;
}

#header_2 .front-nav-inline > ul.level_1 > li > ul.level_2{
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2900;
}

#header_2 .front-nav-inline > ul.level_1 > li:hover > ul.level_2, #header_2 .front-nav-inline > ul.level_1 > li:focus-within > ul.level_2, #header_2 .front-nav-inline > ul.level_1 > li.open > ul.level_2, #header_2 .front-nav-inline > ul.level_1 > li.open-desktop > ul.level_2{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#header_2 .front-nav-inline > ul.level_1 > li > a{
  color: var(--theme-text) !important;
}

#header_2 .front-nav-inline ul.level_2 a{
  color: var(--theme-text) !important;
}

footer{
  background: var(--theme-background);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#footer{
  padding: 2.4rem 0 1.1rem;
  background: transparent;
}

#footer .container{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem 2.6rem;
}

#footer h3, #footer .footer-title{
  margin: 0 0 0.7rem;
  font-family: var(--font-head);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 1.1rem;
}

#footer p, #footer a{
  color: #d2d2d2;
  line-height: 1.65;
}

#footer .footer-3, #footer .footer-4{
  display: none !important;
}

#privacy-policy{
  padding: 0.7rem 0 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
}

#privacy-policy .footer-bar{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--text-soft);
}

.mycms-cookie-fab{
  position: fixed !important;
  left: 1rem !important;
  right: auto !important;
  bottom: 1rem !important;
  z-index: 300 !important;
}

.mycms-cookie-fab:hover, .mycms-cookie-fab:focus-visible{
  background: var(--yellow) !important;
  color: #111 !important;
}

body.mycms-front.home #header_2 .front-nav-inline > ul.level_1 > li > a{
  color: var(--theme-text) !important;
}

body.mycms-front.home #header_2 .front-nav-inline > ul.level_1 > li:last-child > a{
  background: linear-gradient(135deg, var(--yellow), var(--yellow-soft));
  color: #111 !important;
}

body.mycms-front.home #header_2 .front-nav-inline > ul.level_1 > li:last-child > a:hover, body.mycms-front.home #header_2 .front-nav-inline ul.level_2{
  z-index: 4000 !important;
}

body.mycms-front.home #content > .container.content-grid, body.mycms-front.home #area-2 > .container.content-grid, body.mycms-front.home #area-3 > .container.content-grid, body.mycms-front.home #area-4 > .container.content-grid, body.mycms-front.home #area-5 > .container.content-grid, body.mycms-front.home #footer .container, body.mycms-front.home #privacy-policy .container{
  width: min(1140px, calc(100% - 2.4rem)) !important;
  max-width: 1140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.mycms-front.home #content, body.mycms-front.home #area-2, body.mycms-front.home #area-3, body.mycms-front.home #area-4, body.mycms-front.home #area-5{
  padding-top: 2.9rem;
  padding-bottom: 2.9rem;
}

body.mycms-front.home #area-2, body.mycms-front.home #area-4{
  background: rgba(13, 13, 13, 0.82);
}

body.mycms-front.home .section-title, body.mycms-front.home h2, body.mycms-front.home h3{
  color: var(--theme-text) !important;
}

body.mycms-front.home .section-subtitle, body.mycms-front.home p{
  color: var(--theme-secondary);
}

body.mycms-front.home #slider-wrapper{
  margin-top: 0;
}

body.mycms-front.home #slider .home-hero{
  position: relative;
  min-height: clamp(430px, 64vh, 760px);
  overflow: hidden;
}

body.mycms-front.home #slider .home-hero > .content-node-children{
  position: relative;
  min-height: inherit;
}

body.mycms-front.home #slider .home-hero .content-node-gallery, body.mycms-front.home #slider .home-hero .content-node-gallery .content-gallery, body.mycms-front.home #slider .home-hero .content-node-gallery .splide, body.mycms-front.home #slider .home-hero .content-node-gallery .splide__track, body.mycms-front.home #slider .home-hero .content-node-gallery .splide__list, body.mycms-front.home #slider .home-hero .content-node-gallery .splide__slide, body.mycms-front.home #slider .home-hero .content-node-gallery .splide__slide figure{
  width: 100%;
  height: 100%;
  min-height: inherit;
  margin: 0;
}

body.mycms-front.home #slider .home-hero .content-node-gallery, body.mycms-front.home #slider .home-hero .content-node-gallery .content-gallery{
  position: absolute;
  inset: 0;
}

body.mycms-front.home #slider .home-hero .content-node-gallery .splide{
  height: 100%;
}

body.mycms-front.home #slider .home-hero .content-node-gallery .splide__track, body.mycms-front.home #slider .home-hero .content-node-gallery .splide__list{
  height: 100%;
}

body.mycms-front.home #slider .home-hero .content-node-gallery .splide__slide{
  opacity: 1;
}

body.mycms-front.home #slider .home-hero .content-node-gallery .splide__slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.56) saturate(1.05);
}

body.mycms-front.home #slider .home-hero .content-node-text.custom-hero{
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
}

body.mycms-front.home #slider .home-hero .content-node-text.custom-hero .textcontent{
  height: 100%;
}

body.mycms-front.home #slider .home-hero .home-hero-overlay{
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.64));
}

body.mycms-front.home #slider .home-hero .home-hero-content{
  max-width: min(90vw, 900px);
}

body.mycms-front.home #slider .home-hero .home-hero-content h1{
  margin: 0;
  color: #fff;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.06;
  font-size: clamp(1.9rem, 4.4vw, 3.8rem);
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.48);
}

body.mycms-front.home #slider .home-hero .home-hero-content h2{
  margin: 0.55rem 0 0;
  color: #f2f2f2;
  font-size: clamp(1rem, 1.7vw, 1.26rem);
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.48);
}

body.mycms-front.home #slider .home-hero .splide__pagination{
  bottom: 1rem;
  z-index: 9;
}

body.mycms-front.home #slider .home-hero .splide__pagination__page{
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.35);
  opacity: 1;
}

body.mycms-front.home #slider .home-hero .splide__pagination__page.is-active{
  transform: none;
  background: var(--yellow);
  border-color: var(--yellow);
}

body.mycms-front.home #content .home-welcome, body.mycms-front.home #area-2 .home-news, body.mycms-front.home #area-3 .home-history, body.mycms-front.home #area-4 .home-departments, body.mycms-front.home #area-5 .home-sponsors{
  border: 0;
  background: transparent;
}

body.mycms-front.home #content .home-welcome > .content-node-children, body.mycms-front.home #area-3 .home-history > .content-node-children{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
}

body.mycms-front.home #content .home-welcome .content-node-image .imgcontent, body.mycms-front.home #area-3 .home-history .content-node-image .imgcontent{
  border-radius: 14px;
  overflow: hidden;
}

body.mycms-front.home #content .home-welcome .content-node-image img, body.mycms-front.home #area-3 .home-history .content-node-image img{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

body.mycms-front.home #area-2 .home-news .content-node-collection .collection-search{
  display: none !important;
}

body.mycms-front.home #area-2 .home-news .home-news-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

body.mycms-front.home #area-2 .home-news .home-news-card{
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(18, 18, 18, 0.94);
  box-shadow: var(--shadow);
}

body.mycms-front.home #area-2 .home-news .home-news-card .collection_container{
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.mycms-front.home #area-2 .home-news .home-news-card .home-news-image img{
  width: 100%;
  height: 220px;
  object-fit: cover;
}

body.mycms-front.home #area-2 .home-news .home-news-card .home-news-body{
  padding: 0.95rem 1rem 1.05rem;
}

body.mycms-front.home #area-2 .home-news .home-news-card .home-news-meta{
  display: flex;
  justify-content: space-between;
  gap: 0.65rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f5e7a6;
  margin-bottom: 0.45rem;
}

body.mycms-front.home #area-2 .home-news .home-news-card .home-news-body h3{
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.2;
  color: var(--theme-text) !important;
}

body.mycms-front.home #area-2 .home-news .home-news-card .home-news-body p{
  margin: 0.45rem 0 0;
  color: var(--text-soft);
}

body.mycms-front.home #area-2 .home-news > .content-node-children > .content-node-text:last-child .textcontent{
  text-align: center;
  padding-top: 0.9rem;
}

body.mycms-front.home #area-2 .home-news > .content-node-children > .content-node-text:last-child a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  border-radius: 999px;
}

body.mycms-front.home #area-4 .home-departments .home-departments-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

body.mycms-front.home #area-4 .home-departments .home-department-card{
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(16, 16, 16, 0.95);
  box-shadow: var(--shadow);
}

body.mycms-front.home #area-4 .home-departments .home-department-card .collection_container{
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.mycms-front.home #area-4 .home-departments .home-department-card .collection_content.vorschaubild img, body.mycms-front.home #area-4 .home-departments .home-department-card .collection_content.bild img{
  width: 100%;
  height: 210px;
  object-fit: cover;
}

body.mycms-front.home #area-4 .home-departments .home-department-card .home-department-body{
  padding: 1rem 1rem 1.05rem;
}

body.mycms-front.home #area-4 .home-departments .home-department-card .home-department-body h3{
  margin: 0;
  color: var(--theme-text) !important;
  font-size: 1.28rem;
}

body.mycms-front.home #area-4 .home-departments .home-department-card .home-department-body p{
  margin: 0.42rem 0 0;
  color: var(--text-soft);
}

body.mycms-front.home #area-5 .home-sponsors .content-node-collection .collection-search-results{
  overflow: hidden;
  padding: 0.3rem 0 1.8rem;
}

body.mycms-front.home #area-5 .home-sponsors .sponsor-track-wrap{
  display: flex;
  align-items: center;
  width: max-content;
  animation: sponsor-scroll 26s linear infinite;
}

body.mycms-front.home #area-5 .home-sponsors .sponsor-track{
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: max-content;
}

body.mycms-front.home #area-5 .home-sponsors .home-sponsor-card{
  min-width: 200px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(14, 14, 14, 0.92);
  padding: 0.5rem;
}

body.mycms-front.home #area-5 .home-sponsors .home-sponsor-card .collection_container{
  display: flex;
  align-items: center;
  justify-content: center;
}

body.mycms-front.home #area-5 .home-sponsors .home-sponsor-card .collection_content.sponsoren__title, body.mycms-front.home #area-5 .home-sponsors .home-sponsor-card .collection_content.link{
  display: none !important;
}

body.mycms-front.home #area-5 .home-sponsors .home-sponsor-card .collection_content.vorschaubild img{
  width: 100%;
  height: 72px;
  object-fit: contain;
}

body.mycms-front.home footer{
  margin-top: 0;
  background: #0d0d0d;
}

body.mycms-front.home #footer{
  padding-top: 2.4rem;
}

body.mycms-front.home #footer .footer-title{
  color: #fff;
}

body.mycms-front.home #footer a:hover, body.mycms-front.home #footer a:focus-visible{
  color: var(--yellow-soft);
}

body.mycms-front #content > .container.content-grid, body.mycms-front .main-screen > .container.content-grid, body.mycms-front #teaser-text > .container.content-grid, body.mycms-front .slider-untertitle .container.content-grid{
  width: min(1140px, calc(100% - 2.4rem)) !important;
  max-width: 1140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.mycms-front #content > .content-grid.content-grid-full, body.mycms-front .main-screen > .content-grid.content-grid-full, body.mycms-front #teaser-text > .content-grid.content-grid-full{
  width: 100% !important;
  max-width: none !important;
}

body.mycms-front .content-node-group.content-node-group-grid > .content-node-children.content-node-children-grid{
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 2.2vw, 2rem) !important;
  align-items: start;
}

body.mycms-front .content-node-group.content-node-group-grid.content-node-group-two-col > .content-node-children.content-node-children-grid{
  align-items: center;
}

body.mycms-front .content-node-group.content-node-group-grid > .content-node-children.content-node-children-grid > .content-node{
  float: none !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-width: 0 !important;
  grid-column: span var(--mycms-col-span, 12) !important;
}

body.mycms-front .content-node-group.content-node-group-grid > .content-node-children.content-node-children-grid > .content-node > .imgcontent, body.mycms-front .content-node-group.content-node-group-grid > .content-node-children.content-node-children-grid > .content-node > .imgcontent img{
  width: 100%;
}

body.mycms-front.home #content, body.mycms-front.home #area-2, body.mycms-front.home #area-3, body.mycms-front.home #area-4, body.mycms-front.home #area-5{
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.mycms-front.home #content, body.mycms-front.home #area-3, body.mycms-front.home #area-5{
  background: var(--theme-background) !important;
}

body.mycms-front.home #area-2, body.mycms-front.home #area-4{
  background: #15110d !important;
}

body.mycms-front.home #slider .home-hero .home-hero-content h1, body.mycms-front.home #slider .home-hero .home-hero-content h2{
  display: inline-block;
  margin: 0;
  padding: 0.45rem 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.08;
  border-radius: 10px;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
}

body.mycms-front.home #slider .home-hero .home-hero-content h1{
  color: var(--yellow) !important;
  background: rgba(0, 0, 0, 0.78);
  font-size: clamp(2rem, 5vw, 4rem);
}

body.mycms-front.home #slider .home-hero .home-hero-content h2{
  margin-top: 0.2rem;
  color: #111 !important;
  background: rgba(255, 210, 0, 0.9);
  font-family: var(--font-head);
  font-size: clamp(1.05rem, 2.2vw, 1.85rem);
}

body.mycms-front.home #area-2 .home-news .home-news-grid, body.mycms-front.home #area-4 .home-departments .home-departments-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  align-items: stretch;
}

body.mycms-front.home #area-2 .home-news .home-news-grid > .collection_list, body.mycms-front.home #area-2 .home-news .home-news-grid > .home-news-card, body.mycms-front.home #area-4 .home-departments .home-departments-grid > .collection_list, body.mycms-front.home #area-4 .home-departments .home-departments-grid > .home-department-card{
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mycms-front.home #area-2 .home-news .home-news-card, body.mycms-front.home #area-4 .home-departments .home-department-card{
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.22));
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease;
  height: 100%;
}

body.mycms-front.home #area-2 .home-news .home-news-card:hover, body.mycms-front.home #area-2 .home-news .home-news-card:focus-within, body.mycms-front.home #area-4 .home-departments .home-department-card:hover, body.mycms-front.home #area-4 .home-departments .home-department-card:focus-within{
  transform: translateY(-3px);
  border-color: rgba(255, 210, 0, 0.45);
}

body.mycms-front.home #area-2 .home-news .home-news-card .collection_container, body.mycms-front.home #area-4 .home-departments .home-department-card .collection_container{
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body.mycms-front.home #area-2 .home-news .home-news-card .home-news-image img, body.mycms-front.home #area-4 .home-departments .home-department-card .collection_content.vorschaubild img, body.mycms-front.home #area-4 .home-departments .home-department-card .collection_content.bild img{
  width: 100%;
  height: 220px;
  object-fit: cover;
}

body.mycms-front.home #area-4 .home-departments .home-department-card .home-department-body{
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.95rem 1rem 1.05rem;
  min-height: 150px;
}

body.mycms-front.home #area-5 .home-sponsors .content-node-collection .collection-search-results{
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
  padding: 0.35rem 0 1.9rem;
}

body.mycms-front.home #area-5 .home-sponsors .sponsor-track-wrap{
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: sponsor-scroll 28s linear infinite;
}

body.mycms-front.home #area-5 .home-sponsors .sponsor-track{
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: max-content;
  padding: 0.25rem 1rem;
  animation: none !important;
}

body.mycms-front.home #area-5 .home-sponsors .home-sponsor-card{
  flex: 0 0 230px;
  width: 230px;
  min-width: 230px;
  max-width: 230px;
  height: 98px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25);
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.mycms-front.home #area-5 .home-sponsors .home-sponsor-card .collection_container{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.mycms-front.home #area-5 .home-sponsors .home-sponsor-card .collection_content.vorschaubild img{
  width: 100%;
  height: 64px;
  object-fit: contain;
}

body.mycms-front.home #content > .container.content-grid, body.mycms-front.home #area-2 > .container.content-grid, body.mycms-front.home #area-3 > .container.content-grid, body.mycms-front.home #area-4 > .container.content-grid, body.mycms-front.home #area-5 > .container.content-grid, body.mycms-front.home .content-node-group{
  background: transparent !important;
}

body.mycms-front.home .home-welcome, body.mycms-front.home .home-news, body.mycms-front.home .home-history, body.mycms-front.home .home-departments, body.mycms-front.home .home-sponsors{
  background: transparent !important;
  border: 0 !important;
}

body.mycms-front.home #area-2 .content-node-collection .collection-search-results, body.mycms-front.home #area-4 .content-node-collection .collection-search-results{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.2rem !important;
  align-items: stretch;
}

body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list, body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list{
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list .collection_container, body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list .collection_container{
  min-height: 100%;
}

body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_container, body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_container{
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.22)) !important;
  box-shadow: var(--shadow) !important;
  color: var(--theme-text) !important;
}

body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.vorschaubild, body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.bild, body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_content.vorschaubild, body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_content.bild{
  display: block !important;
  width: 100% !important;
  height: 210px !important;
  overflow: hidden !important;
}

body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.vorschaubild img, body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.bild img, body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_content.vorschaubild img, body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_content.bild img{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.news__title, body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.kurzbeschreibung, body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.date, body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.datum, body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.kategorie, body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_content.abteilungen__title, body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_content.kurzbeschreibung{
  color: var(--theme-text) !important;
  background: transparent !important;
}

body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.news__title, body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_content.abteilungen__title{
  padding: 0.75rem 1rem 0.4rem !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.kurzbeschreibung, body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_content.kurzbeschreibung{
  padding: 0.1rem 1rem 0.95rem !important;
  margin: 0 !important;
}

body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_content.vorschaubild, body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_content.bild{
  height: 190px !important;
}

body.mycms-front.home #area-5 .home-sponsors .content-node-collection .collection-search-results{
  overflow: hidden !important;
}

body.mycms-front.home #area-5 .home-sponsors .home-sponsor-card, body.mycms-front.home #area-5 .home-sponsors .home-sponsor-card .collection_container, body.mycms-front.home #area-5 .home-sponsors .home-sponsor-card .collection_content.vorschaubild{
  overflow: hidden !important;
}

body.mycms-front.home #area-5 .home-sponsors .home-sponsor-card .collection_content.vorschaubild{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body.mycms-front.home #area-5 .home-sponsors .home-sponsor-card .collection_content.vorschaubild img{
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 64px !important;
  object-fit: contain !important;
}

body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_container, body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_container{
  display: flex !important;
  flex-direction: column !important;
}

body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.news__title{
  order: 2;
}

body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.vorschaubild, body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.bild{
  order: 1;
  flex: 0 0 220px;
  width: 100% !important;
  align-self: stretch;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0;
}

body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.datum, body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.date{
  order: 3;
}

body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.kategorie{
  order: 4;
}

body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.kurzbeschreibung{
  order: 5;
}

body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_link{
  order: 6;
  margin-top: auto;
}

body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_content.abteilungen__title{
  order: 2;
}

body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_content.vorschaubild, body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_content.bild{
  order: 1;
  flex: 0 0 190px;
  width: 100% !important;
  align-self: stretch;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0;
}

body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_content.kurzbeschreibung{
  order: 3;
}

body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_content.detail_link, body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_content.detail-link{
  order: 4;
  margin-top: auto;
}

body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.vorschaubild img, body.mycms-front.home #area-2 .content-node-collection .collection-search-results > .collection_list.news .collection_content.bild img{
  width: 100% !important;
  height: 220px !important;
  max-width: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_content.vorschaubild img, body.mycms-front.home #area-4 .content-node-collection .collection-search-results > .collection_list.abteilungen .collection_content.bild img{
  width: 100% !important;
  height: 190px !important;
  max-width: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.mycms-cookie-fab{
  color: #111 !important;
}

.mycms-cookie-fab-icon svg, .mycms-cookie-fab-icon svg path{
  fill: currentColor !important;
}

.mycms-cookie-overlay{
  z-index: 12000 !important;
  background: rgba(0, 0, 0, 0.62) !important;
  backdrop-filter: blur(2px);
}

.mycms-cookie-banner, .mycms-cookie-settings{
  z-index: 12010 !important;
}

body.mycms-front .header-wrapper, body.mycms-front #header, body.mycms-front #header .container, body.mycms-front #header_2, body.mycms-front #header_2 .front-nav-inline, body.mycms-front #header_2 .front-nav-inline > ul.level_1, body.mycms-front #header_2 .front-nav-inline > ul.level_1 > li{
  overflow: visible !important;
}

body.mycms-front .header-wrapper, body.mycms-front #header{
  position: relative !important;
  z-index: 30000 !important;
}

body.mycms-front #header_2 .front-nav-inline > ul.level_1 > li.level_1{
  position: relative !important;
}

body.mycms-front #header_2 .front-nav-inline > ul.level_1 > li > a, body.mycms-front #header_2 .front-nav-inline > ul.level_1 > li > a.active, body.mycms-front #header_2 .front-nav-inline > ul.level_1 > li > a.active_tree, body.mycms-front #header_2 .front-nav-inline > ul.level_1 > li > a:focus-visible{
  color: var(--theme-text) !important;
  background: transparent !important;
  border: 0 !important;
}

body.mycms-front #header_2 .front-nav-inline > ul.level_1 > li:not(:last-child) > a:hover, body.mycms-front #header_2 .front-nav-inline > ul.level_1 > li:not(:last-child) > a:focus-visible{
  color: #fff !important;
  background: rgba(138, 111, 0, 0.62) !important;
}

body.mycms-front #header_2 .front-nav-inline > ul.level_1 > li:last-child > a{
  border: 1px solid var(--theme-accent) !important;
  border-radius: 10px !important;
  background: var(--theme-accent) !important;
  color: #111 !important;
  font-weight: 400 !important;
}

body.mycms-front #header_2 .front-nav-inline > ul.level_1 > li:last-child > a:hover, body.mycms-front #header_2 .front-nav-inline > ul.level_1 > li:last-child > a:focus-visible{
  background: #111 !important;
  color: var(--theme-accent) !important;
  border-color: var(--theme-accent) !important;
}

body.mycms-front #header_2 ul.level_2, body.mycms-front #header_2 .front-nav-inline > ul.level_1 > li > ul.level_2, body.mycms-front #header_2 .front-nav-inline > ul.level_1 > li > ul.level_2.dropdown{
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  min-width: 240px !important;
  z-index: 30020 !important;
  padding: 0.45rem !important;
  margin: 0 !important;
  background: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.5) !important;
}

body.mycms-front #header_2 .front-nav-inline > ul.level_1 > li:hover > ul.level_2, body.mycms-front #header_2 .front-nav-inline > ul.level_1 > li:focus-within > ul.level_2, body.mycms-front #header_2 .front-nav-inline > ul.level_1 > li.open > ul.level_2, body.mycms-front #header_2 .front-nav-inline > ul.level_1 > li.open-desktop > ul.level_2{
  display: block !important;
}

body.mycms-front #header_2 .front-nav-inline ul.level_2 a, body.mycms-front #header_2 .front-nav-inline ul.level_2 a:hover, body.mycms-front #header_2 .front-nav-inline ul.level_2 a:focus-visible, body.mycms-front #header_2 .front-nav-inline ul.level_2 .level_2_title{
  color: var(--theme-text) !important;
}

body.mycms-front #area-2 .home-news .home-news-card .collection_container{
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

body.mycms-front #area-2 .home-news .home-news-card .home-news-image, body.mycms-front #area-2 .home-news .home-news-card .home-news-image .collection_content{
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

body.mycms-front #area-2 .home-news .home-news-card .home-news-image img{
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 220px !important;
  object-fit: cover !important;
}

body.mycms-front #area-2 .collection-search-results > .collection_list.news .collection_container{
  display: flex !important;
  flex-direction: column !important;
}

body.mycms-front #area-2 .collection-search-results > .collection_list.news .collection_content.vorschaubild, body.mycms-front #area-2 .collection-search-results > .collection_list.news .collection_content.bild{
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
  order: 1 !important;
}

body.mycms-front #area-2 .collection-search-results > .collection_list.news .collection_content.news__title{
  order: 2 !important;
}

body.mycms-front #area-2 .collection-search-results > .collection_list.news .collection_content.vorschaubild img, body.mycms-front #area-2 .collection-search-results > .collection_list.news .collection_content.bild img{
  display: block !important;
  width: 100% !important;
  height: 220px !important;
  max-width: none !important;
  object-fit: cover !important;
}

body.mycms-front #area-4 .home-departments .home-department-card .collection_container{
  display: flex !important;
  flex-direction: column !important;
}

body.mycms-front #area-4 .home-departments .home-department-card .collection_content.vorschaubild, body.mycms-front #area-4 .home-departments .home-department-card .collection_content.bild{
  order: 1 !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
}

body.mycms-front #area-4 .home-departments .home-department-card .home-department-body{
  order: 2 !important;
}

body.mycms-front #area-4 .home-departments .home-department-card .collection_content.vorschaubild img, body.mycms-front #area-4 .home-departments .home-department-card .collection_content.bild img{
  display: block !important;
  width: 100% !important;
  height: 210px !important;
  max-width: none !important;
  object-fit: cover !important;
}

body.mycms-front #area-4 .collection-search-results > .collection_list.abteilungen .collection_container{
  display: flex !important;
  flex-direction: column !important;
}

body.mycms-front #area-4 .collection-search-results > .collection_list.abteilungen .collection_content.vorschaubild, body.mycms-front #area-4 .collection-search-results > .collection_list.abteilungen .collection_content.bild{
  order: 1 !important;
}

body.mycms-front #area-4 .collection-search-results > .collection_list.abteilungen .collection_content.abteilungen__title{
  order: 2 !important;
}

body.mycms-front > footer{
  background: #0c0c0c !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body.mycms-front #footer{
  background: transparent !important;
  padding: 2rem 0 0.9rem !important;
}

body.mycms-front #footer .container{
  width: min(1140px, calc(100% - 2.4rem)) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1.1fr 0.9fr !important;
  gap: 1rem !important;
}

body.mycms-front #footer .footer-3, body.mycms-front #footer .footer-4{
  display: none !important;
}

body.mycms-front #footer .footer-title{
  margin: 0 0 0.5rem !important;
  font-family: var(--font-head) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #fff !important;
}

body.mycms-front #footer .footer-social-links{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
}

body.mycms-front #footer .footer-social-links a{
  display: inline-flex !important;
  align-items: center !important;
  color: var(--brand-yellow);
  text-decoration: underline;
}

body.mycms-front #privacy-policy{
  background: transparent !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 0.85rem 0 1.1rem !important;
}

body.mycms-front #privacy-policy .footer-bar{
  display: flex !important;
  justify-content: space-between !important;
  gap: 0.7rem !important;
  color: #9d9d9d !important;
  font-size: 0.9rem !important;
}

body.mycms-front .mycms-cookie-overlay{
  background: rgba(0, 0, 0, 0.72) !important;
}

body.mycms-front .mycms-cookie-overlay[hidden]{
  display: none !important;
}

body.mycms-front .mycms-cookie-banner, body.mycms-front .mycms-cookie-settings{
  background: #111 !important;
  color: var(--theme-text) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

body.mycms-front .mycms-cookie-banner p, body.mycms-front .mycms-cookie-setting-copy p{
  color: #d6d6d6 !important;
}

body.mycms-front .mycms-cookie-banner h3, body.mycms-front .mycms-cookie-settings h4, body.mycms-front .mycms-cookie-setting-copy h5, body.mycms-front .mycms-cookie-banner-links, body.mycms-front .mycms-cookie-settings-actions{
  color: var(--theme-text) !important;
}

body.mycms-front .mycms-cookie-close{
  color: var(--theme-text) !important;
}

body.mycms-front .mycms-cookie-banner-links a{
  color: var(--theme-accent-soft) !important;
}

body.mycms-front .mycms-cookie-btn{
  color: #111 !important;
  background: var(--yellow) !important;
  border: 1px solid var(--yellow) !important;
}

body.mycms-front .mycms-cookie-btn:hover, body.mycms-front .mycms-cookie-btn:focus-visible{
  color: #111 !important;
  background: var(--yellow-soft) !important;
  border-color: var(--yellow-soft) !important;
  opacity: 1 !important;
}

body.mycms-front .mycms-cookie-fab{
  z-index: 13050 !important;
  pointer-events: auto !important;
  background: var(--yellow) !important;
  color: #111 !important;
  opacity: 1 !important;
}

body.mycms-front .mycms-cookie-fab:hover, body.mycms-front .mycms-cookie-fab:focus-visible{
  background: var(--yellow-soft) !important;
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
}

body.mycms-front{
  --tt-container-max: 1140px;
  --tt-container-gutter: 1.2rem;
  --tt-area-dark: var(--theme-background);
  --tt-area-soft: #15110d;
  --tt-line: rgba(255, 255, 255, 0.08);
  --tt-container-width: min(var(--tt-container-max), calc(100% - (var(--tt-container-gutter) * 2)));
  --tt-container-left: max(var(--tt-container-gutter), calc((100vw - var(--tt-container-max)) / 2));
}

body.mycms-front :is(#content, #teaser-text, .slider-untertitle, [id^="area-"]) > .container.content-grid, body.mycms-front #footer > .container, body.mycms-front #privacy-policy > .container{
  width: var(--tt-container-width) !important;
  max-width: var(--tt-container-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

body.mycms-front #content, body.mycms-front #area-3, body.mycms-front #area-5, body.mycms-front #area-7, body.mycms-front #area-9{
  background: var(--tt-area-dark) !important;
  border-top: 1px solid var(--tt-line) !important;
  border-bottom: 1px solid var(--tt-line) !important;
}

body.mycms-front #area-2, body.mycms-front #area-4, body.mycms-front #area-6, body.mycms-front #area-8{
  background: var(--tt-area-soft) !important;
  border-top: 1px solid var(--tt-line) !important;
  border-bottom: 1px solid var(--tt-line) !important;
}

body.mycms-front #content > .container.content-grid, body.mycms-front [id^="area-"] > .container.content-grid{
  background: transparent !important;
  box-shadow: none !important;
}

body.mycms-front .front-main h2{
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  font-family: var(--font-head) !important;
}

body.mycms-front:not(.home) #slider-wrapper, body.mycms-front:not(.home) #slider{
  position: relative;
  z-index: 1;
}

body.mycms-front:not(.home) #slider .collection_list:is(.col-header_bild, .col-header-bild, .col_header_bild){
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.mycms-front:not(.home) #slider .collection_list:is(.col-header_bild, .col-header-bild, .col_header_bild) .collection_container{
  position: relative;
  height: 300px;
  overflow: hidden;
  border-bottom: 3px solid var(--yellow);
}

body.mycms-front:not(.home) #slider .collection_list:is(.col-header_bild, .col-header-bild, .col_header_bild) .collection_container::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.62));
  pointer-events: none;
}

body.mycms-front:not(.home) #slider .collection_list:is(.col-header_bild, .col-header-bild, .col_header_bild) .collection_content:is(.vorschaubild, .bild){
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

body.mycms-front:not(.home) #slider .collection_list:is(.col-header_bild, .col-header-bild, .col_header_bild) .collection_content:is(.vorschaubild, .bild) img{
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  filter: brightness(0.56) saturate(1.05);
}

body.mycms-front:not(.home) #slider .collection_list:is(.col-header_bild, .col-header-bild, .col_header_bild) .collection_content:is(.col-header_bild__title, .col-header-bild__title, .col_header_bild__title, .seiten_code){
  display: none !important;
}

body.mycms-front:not(.home) #slider .collection_list:is(.col-header_bild, .col-header-bild, .col_header_bild) .collection_content:is(.tag, .grosse_ueberschrift, .kleine_ueberschrift){
  position: absolute;
  left: var(--tt-container-left);
  z-index: 2;
  margin: 0;
  max-width: var(--tt-container-width);
}

body.mycms-front:not(.home) #slider .collection_list:is(.col-header_bild, .col-header-bild, .col_header_bild) .collection_content.tag{
  top: calc(50% - 62px);
  padding: 0.38rem 0.78rem;
  border-radius: 10px;
  background: var(--yellow);
  color: #111;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.72rem;
}

body.mycms-front:not(.home) #slider .collection_list:is(.col-header_bild, .col-header-bild, .col_header_bild) .collection_content.grosse_ueberschrift{
  top: calc(50% - 10px);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(2.8rem, 4.9vw, 4.8rem);
  line-height: 1.08;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.45);
}

body.mycms-front:not(.home) #slider .collection_list:is(.col-header_bild, .col-header-bild, .col_header_bild) .collection_content.kleine_ueberschrift{
  top: calc(50% + 70px);
  color: var(--theme-secondary);
  font-size: clamp(0.95rem, 1.35vw, 1.14rem);
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.45);
}

body.mycms-front .front-main :is(h1, h2, h3, h4, h5, h6){
  color: #fff !important;
}

body.mycms-front .collection-search{
  margin: 0 0 1rem;
  display: grid;
  gap: 0.45rem;
}

body.mycms-front .collection-search input[type="search"]{
  width: 100%;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: #111 !important;
  color: var(--theme-text) !important;
  padding: 0 0.85rem;
}

body.mycms-front .collection-search input[type="search"]::placeholder{
  color: #b9b9b9;
}

body.mycms-front .collection-search input[type="search"]:focus-visible{
  outline: 0;
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(255, 210, 0, 0.2);
}

body.mycms-front .collection-search-count, body.mycms-front .collection-search-empty{
  color: var(--theme-secondary);
}

body.mycms-front.aktuelles #content .collection-search-results{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem !important;
}

body.mycms-front .collection-search-results > .collection_list.news{
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.22)) !important;
  box-shadow: var(--shadow) !important;
}

body.mycms-front .collection-search-results > .collection_list.news .collection_container{
  background: transparent !important;
  display: grid !important;
  grid-template-areas:
  "image image"
  "date category"
  "title title"
  "text text"
  "link link";
  gap: 0 !important;
  min-height: 100% !important;
  border: 0 !important;
}

body.mycms-front .collection-search-results > .collection_list.news .collection_content.vorschaubild, body.mycms-front .collection-search-results > .collection_list.news .collection_content.bild{
  grid-area: image;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
}

body.mycms-front .collection-search-results > .collection_list.news .collection_content.vorschaubild img, body.mycms-front .collection-search-results > .collection_list.news .collection_content.bild img{
  width: 100% !important;
  height: 220px !important;
  max-width: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

body.mycms-front .collection-search-results > .collection_list.news .collection_content.datum, body.mycms-front .collection-search-results > .collection_list.news .collection_content.date{
  grid-area: date;
  font-size: 0.78rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #f5e7a6 !important;
  padding: 0.9rem 1rem 0 !important;
}

body.mycms-front .collection-search-results > .collection_list.news .collection_content.kategorie{
  grid-area: category;
  justify-self: end;
  font-size: 0.78rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #f5e7a6 !important;
  padding: 0.9rem 1rem 0 !important;
}

body.mycms-front .collection-search-results > .collection_list.news .collection_content.news__title{
  grid-area: title;
  margin: 0 !important;
  padding: 0.25rem 1rem 0.35rem !important;
  font-size: 1.35rem !important;
  line-height: 1.2 !important;
  color: var(--theme-text) !important;
}

body.mycms-front .collection-search-results > .collection_list.news .collection_content.kurzbeschreibung, body.mycms-front .collection-search-results > .collection_list.news .collection_content.teaser{
  grid-area: text;
  margin: 0 !important;
  padding: 0.2rem 1rem 0.95rem !important;
  color: var(--theme-secondary) !important;
}

body.mycms-front .collection-search-results > .collection_list.news .collection_link, body.mycms-front .collection-search-results > .collection_list.news .news_link{
  grid-area: link;
  margin-top: auto;
  padding: 0 1rem 1rem !important;
}

body.mycms-front .collection-search-results > .collection_list.news .collection_link .button, body.mycms-front .collection-search-results > .collection_list.news .news_link .button, body.mycms-front .collection-search-results > .collection_list.news .news_link a{
  min-height: 36px;
  border-radius: 999px !important;
}

body.mycms-front.news.full_preview #backButton{
  display: none !important;
}

body.mycms-front.downloads #content .content-node-downloads .content-downloads-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.mycms-front.downloads #area-2 .content-node-downloads .content-downloads-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mycms-front.downloads .download-card{
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 14px !important;
  background: rgba(12, 12, 12, 0.95) !important;
  color: var(--theme-text) !important;
  box-shadow: none !important;
}

body.mycms-front.downloads .download-card-media{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.mycms-front.downloads .download-card-media img{
  width: 100%;
  height: 190px;
  object-fit: cover;
}

body.mycms-front.downloads .download-card-badge{
  background: var(--yellow) !important;
  color: #111 !important;
  font-family: var(--font-head) !important;
}

body.mycms-front.downloads .download-card-body h4, body.mycms-front.downloads .download-card-body p{
  color: var(--theme-text) !important;
}

body.mycms-front.downloads .download-card-body h4{
  margin: 0;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.65rem;
  line-height: 1;
}

body.mycms-front.downloads .download-card-body p{
  color: var(--theme-secondary) !important;
}

body.mycms-front.downloads .download-card-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

body.mycms-front.downloads .download-btn{
  min-height: 36px !important;
  height: 36px !important;
  max-height: 36px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 10px !important;
  background: rgba(0, 0, 0, 0.28) !important;
  color: var(--yellow) !important;
  font-family: var(--font-head) !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
  font-size: 0.78rem !important;
  text-decoration: none !important;
}

body.mycms-front.downloads .download-btn:hover, body.mycms-front.downloads .download-btn:focus-visible{
  background: var(--yellow) !important;
  color: #111 !important;
  border-color: var(--yellow) !important;
}

body.mycms-front .download-preview-overlay{
  position: fixed !important;
  inset: 0 !important;
  z-index: 42000 !important;
  display: grid !important;
  place-items: center !important;
  padding: 1rem !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

body.mycms-front .download-preview-overlay[hidden]{
  display: none !important;
}

body.mycms-front .download-preview-dialog{
  width: min(980px, calc(100vw - 2rem)) !important;
  max-height: calc(100vh - 2rem) !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: #0d0d0d !important;
  color: var(--theme-text) !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-rows: auto 1fr;
  gap: 0 !important;
  overflow: hidden !important;
}

body.mycms-front .download-preview-title{
  margin: 0 !important;
  padding: 0.75rem 2.8rem 0.75rem 1rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  font-family: var(--font-head) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  font-size: 1.02rem !important;
}

body.mycms-front .download-preview-close{
  top: 0.45rem !important;
  right: 0.55rem !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: #fff !important;
  font-size: 1rem !important;
}

body.mycms-front .download-preview-close:hover, body.mycms-front .download-preview-close:focus-visible{
  background: var(--yellow) !important;
  color: #111 !important;
  border-color: var(--yellow) !important;
}

body.mycms-front .download-preview-body{
  padding: 0.7rem !important;
  max-height: calc(100vh - 150px) !important;
  overflow: auto !important;
  background: #070707;
}

body.mycms-front .download-preview-body img, body.mycms-front .download-preview-body iframe, body.mycms-front .download-preview-body .download-preview-pdf-frame{
  width: 100%;
  max-height: calc(100vh - 180px);
  border: 0 !important;
  border-radius: 10px;
  display: block;
  background: #fff;
}

body.mycms-front .download-preview-body img{
  object-fit: contain;
  background: #060606;
}

body.mycms-front .download-preview-fallback{
  margin: 0.65rem 0 0 !important;
  color: #d4d4d4 !important;
}

body.mycms-front .download-preview-fallback a{
  color: var(--theme-accent-soft) !important;
}

body.mycms-front.download-preview-open{
  overflow: hidden !important;
}

body.mycms-front .mycms-cookie-overlay{
  position: fixed !important;
  inset: 0 !important;
  z-index: 46000 !important;
  display: grid !important;
  place-items: center !important;
  padding: 1rem !important;
  background: rgba(0, 0, 0, 0.76) !important;
  backdrop-filter: blur(2px);
}

body.mycms-front .mycms-cookie-banner{
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  width: min(760px, calc(100vw - 2rem)) !important;
  max-height: calc(100vh - 2rem) !important;
  overflow: auto !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: #101010 !important;
  color: var(--theme-text) !important;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.44) !important;
}

body.mycms-front .mycms-cookie-settings{
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2 !important;
  width: min(760px, calc(100vw - 2rem)) !important;
  max-height: calc(100vh - 2rem) !important;
  overflow: auto !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: #101010 !important;
  color: var(--theme-text) !important;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.44) !important;
}

body.mycms-front .mycms-cookie-banner h3, body.mycms-front .mycms-cookie-settings h4, body.mycms-front .mycms-cookie-setting-copy h5{
  color: #fff !important;
}

body.mycms-front .mycms-cookie-banner p, body.mycms-front .mycms-cookie-setting-copy p{
  color: #d0d0d0 !important;
}

body.mycms-front .mycms-cookie-banner-actions{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0.7rem !important;
}

body.mycms-front .mycms-cookie-btn, body.mycms-front .mycms-cookie-btn.mycms-cookie-btn-outline{
  min-height: 42px !important;
  border-radius: 999px !important;
  border: 1px solid var(--yellow) !important;
  background: var(--yellow) !important;
  color: #111 !important;
  font-weight: 700 !important;
}

body.mycms-front .mycms-cookie-btn:hover, body.mycms-front .mycms-cookie-btn:focus-visible{
  background: #111 !important;
  color: var(--yellow) !important;
  border-color: var(--yellow) !important;
  filter: none !important;
  opacity: 1 !important;
}

body.mycms-front .mycms-cookie-fab{
  position: fixed !important;
  left: 1rem !important;
  right: auto !important;
  bottom: 1rem !important;
  z-index: 45000 !important;
  background: var(--yellow) !important;
  color: #111 !important;
  opacity: 1 !important;
}

body.mycms-front .mycms-cookie-fab:hover, body.mycms-front .mycms-cookie-fab:focus-visible{
  background: var(--yellow-soft) !important;
  color: #111 !important;
  filter: none !important;
  opacity: 1 !important;
}

body.mycms-front.flutlichtanlage #content > .container.content-grid, body.mycms-front.flutlichtanlage #area-2 > .container.content-grid{
  width: var(--tt-container-width) !important;
  max-width: var(--tt-container-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

body.mycms-front.flutlichtanlage #content .content-node-group.flutlicht-grid-group > .content-node-children.flutlicht-grid, body.mycms-front.flutlichtanlage #content .content-node-group:first-child > .content-node-children{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(1.2rem, 2.4vw, 2.2rem) !important;
  align-items: start !important;
}

body.mycms-front.flutlichtanlage #content .content-node-group.flutlicht-grid-group > .content-node-children > .content-node, body.mycms-front.flutlichtanlage #content .content-node-group:first-child > .content-node-children > .content-node{
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-width: 0 !important;
  grid-column: span 1 !important;
}

body.mycms-front.flutlichtanlage #content .flutlicht-copy-node .textcontent h2{
  margin-top: 0 !important;
}

body.mycms-front.flutlichtanlage #content .flutlicht-copy-node .textcontent p{
  color: #d2d2d2 !important;
  line-height: 1.66 !important;
}

body.mycms-front.flutlichtanlage #content .flutlicht-media-node .imgcontent{
  line-height: 0 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

body.mycms-front.flutlichtanlage #content .flutlicht-media-node .imgcontent img{
  width: 100% !important;
  height: 100% !important;
  min-height: 260px !important;
  max-height: 430px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 14px !important;
}

body.mycms-front.flutlichtanlage #area-2 .flutlicht-facts-wrap{
  margin-top: 1rem !important;
  margin-bottom: 1.1rem !important;
  padding: 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 12px !important;
  background: rgba(0, 0, 0, 0.22) !important;
}

body.mycms-front.flutlichtanlage #area-2 .flutlicht-facts-title{
  margin: 0 !important;
  color: #fff !important;
  font-family: var(--font-head) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

body.mycms-front.flutlichtanlage #area-2 .flutlicht-facts{
  margin: 0.85rem 0 0 !important;
}

body.mycms-front.flutlichtanlage #area-2 .flutlicht-fact-row{
  display: grid !important;
  grid-template-columns: minmax(130px, 200px) 1fr !important;
  gap: 0.85rem !important;
  padding: 0.62rem 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.mycms-front.flutlichtanlage #area-2 .flutlicht-fact-row:last-child{
  border-bottom: 0 !important;
}

body.mycms-front.flutlichtanlage #area-2 .flutlicht-fact-row dt{
  margin: 0 !important;
  color: var(--yellow) !important;
  font-family: var(--font-head) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  font-size: 0.84rem !important;
}

body.mycms-front.flutlichtanlage #area-2 .flutlicht-fact-row dd{
  margin: 0 !important;
  color: #d0d0d0 !important;
  line-height: 1.58 !important;
}

body.mycms-front .img_rouded .imgcontent, body.mycms-front .img-rounded .imgcontent{
  border-radius: 14px !important;
  overflow: hidden !important;
}

body.mycms-front .img_rouded .imgcontent img, body.mycms-front .img-rounded .imgcontent img{
  border-radius: inherit !important;
}

body.mycms-front .front-main a:not(.button):not(.download-btn):not(.news-back-link):not(.start-card-link):not(.splide__arrow):not(.collection-card-link):not(.front-language-toggle){
  color: var(--yellow) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
}

body.mycms-front .front-main a:not(.button):not(.download-btn):not(.news-back-link):not(.start-card-link):not(.splide__arrow):not(.collection-card-link):not(.front-language-toggle):hover, body.mycms-front .front-main a:not(.button):not(.download-btn):not(.news-back-link):not(.start-card-link):not(.splide__arrow):not(.collection-card-link):not(.front-language-toggle):focus-visible{
  color: var(--theme-accent-soft) !important;
  text-decoration-thickness: 2px !important;
}

body.mycms-front #footer a, body.mycms-front #privacy-policy a{
  color: var(--yellow) !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

body.mycms-front #footer a:hover, body.mycms-front #footer a:focus-visible, body.mycms-front #privacy-policy a:hover, body.mycms-front #privacy-policy a:focus-visible{
  color: var(--theme-accent-soft) !important;
}

body.mycms-front.fussball #content > .container.content-grid, body.mycms-front.fussball #area-2 > .container.content-grid, body.mycms-front.fussball #area-3 > .container.content-grid{
  width: var(--tt-container-width) !important;
  max-width: var(--tt-container-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

body.mycms-front.fussball #content #matchcenter{
  padding: 0 !important;
}

body.mycms-front.fussball #content #matchcenter > .container{
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mycms-front.fussball #content #matchcenter .bfv-grid-single-page{
  margin-top: 1rem !important;
  gap: 1rem !important;
}

body.mycms-front.fussball #content #matchcenter .bfv-widget{
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.02) !important;
  overflow: hidden !important;
}

body.mycms-front.fussball #area-2 .content-node-group > .content-node-children{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  align-items: stretch !important;
}

body.mycms-front.fussball #area-2 .content-node-group > .content-node-children > .content-node{
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-width: 0 !important;
  grid-column: span 1 !important;
}

body.mycms-front.fussball #area-2 .content-node-group > .content-node-children > .content-node:not(.value_container){
  grid-column: 1 / -1 !important;
}

body.mycms-front.fussball #area-2 .value_container > .textcontent{
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.02) !important;
  min-height: 68px !important;
  padding: 1.05rem 1.1rem !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 0.55rem !important;
}

body.mycms-front.fussball #area-2 .value_container > .textcontent h3{
  margin: 0 !important;
  color: var(--yellow) !important;
  font-family: var(--font-head) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  font-size: 0.95rem !important;
}

body.mycms-front.fussball #area-2 .value_container > .textcontent p{
  margin: 0 !important;
  color: #efefef !important;
  line-height: 1.55 !important;
  font-size: 1rem !important;
  text-transform: uppercase;
  font-weight: 700;
}

body.mycms-front.fussball #area-2 .value_container > .textcontent p:has(br:only-child){
  display: none !important;
}

body.mycms-front.fussball #area-3 .content-node-gallery .content-gallery.gallery-slider.splide{
  padding: 0.2rem 0 1.6rem !important;
}

body.mycms-front.fussball #area-3 .content-node-gallery .splide__track{
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: #111 !important;
}

body.mycms-front.fussball #area-3 .content-node-gallery .splide__slide img{
  width: 100% !important;
  height: clamp(240px, 34vw, 470px) !important;
  object-fit: cover !important;
}

body.mycms-front.fussball #area-3 .content-node-gallery .splide__arrow{
  width: 42px !important;
  height: 42px !important;
  border: 1px solid rgba(255, 210, 0, 0.5) !important;
  background: rgba(10, 10, 10, 0.7) !important;
  opacity: 1 !important;
}

body.mycms-front.fussball #area-3 .content-node-gallery .splide__arrow svg{
  fill: var(--yellow) !important;
}

body.mycms-front.fussball #area-3 .content-node-gallery .splide__arrow:hover, body.mycms-front.fussball #area-3 .content-node-gallery .splide__arrow:focus-visible{
  background: rgba(255, 210, 0, 0.2) !important;
}

body.mycms-front.fussball #area-3 .content-node-gallery .splide__pagination{
  bottom: -0.2rem !important;
}

body.mycms-front.fussball #area-3 .content-node-gallery .splide__pagination__page{
  width: 11px !important;
  height: 11px !important;
  background: rgba(255, 255, 255, 0.34) !important;
  opacity: 1 !important;
}

body.mycms-front.fussball #area-3 .content-node-gallery .splide__pagination__page.is-active{
  background: var(--yellow) !important;
  transform: scale(1.08) !important;
}

body.mycms-front.ansprechpartner #content > .container.content-grid, body.mycms-front.ansprechpartner #area-2 > .container.content-grid, body.mycms-front.ansprechpartner #area-3 > .container.content-grid{
  width: var(--tt-container-width) !important;
  max-width: var(--tt-container-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

body.mycms-front.ansprechpartner #content .collection-search-results, body.mycms-front.ansprechpartner #area-2 .collection-search-results, body.mycms-front.ansprechpartner #area-3 .collection-search-results{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0.86rem !important;
  align-items: stretch !important;
}

body.mycms-front.ansprechpartner #content .collection-search-results > .collection_list.ansprechpartner, body.mycms-front.ansprechpartner #area-2 .collection-search-results > .collection_list.ansprechpartner, body.mycms-front.ansprechpartner #area-3 .collection-search-results > .collection_list.ansprechpartner{
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 12px !important;
  background: var(--theme-surface-2) !important;
  overflow: hidden !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34) !important;
  height: 100% !important;
}

body.mycms-front.ansprechpartner #content .collection_list.ansprechpartner .collection_container, body.mycms-front.ansprechpartner #area-2 .collection_list.ansprechpartner .collection_container, body.mycms-front.ansprechpartner #area-3 .collection_list.ansprechpartner .collection_container{
  display: grid !important;
  grid-template-columns: 94px minmax(0, 1fr) !important;
  grid-template-rows: auto auto minmax(0, 1fr) auto !important;
  grid-template-areas:
  "image role"
  "image name"
  "image contact"
  "image link" !important;
  gap: 0.22rem 0.62rem !important;
  align-items: start !important;
  align-content: start !important;
  padding: 0.74rem !important;
  min-height: 186px !important;
  height: 100% !important;
}

body.mycms-front.ansprechpartner .collection_list.ansprechpartner .collection_content.vorschaubild, body.mycms-front.ansprechpartner .collection_list.ansprechpartner .collection_content.bild{
  grid-area: image !important;
  margin: 0 !important;
}

body.mycms-front.ansprechpartner .collection_list.ansprechpartner .collection_content.vorschaubild img, body.mycms-front.ansprechpartner .collection_list.ansprechpartner .collection_content.bild img{
  width: 94px !important;
  height: 112px !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: #101010 !important;
  padding: 2px !important;
  box-sizing: border-box !important;
}

body.mycms-front.ansprechpartner .collection_list.ansprechpartner .collection_content.rolle{
  grid-area: role !important;
  margin: 0.1rem 0 0 !important;
  color: var(--yellow) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  font-size: 0.82rem !important;
  line-height: 1.16 !important;
}

body.mycms-front.ansprechpartner .collection_list.ansprechpartner .collection_content.ansprechpartner__title{
  grid-area: name !important;
  margin: 0.08rem 0 0 !important;
  color: var(--theme-text) !important;
  font-family: var(--font-head) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.01em !important;
  font-size: 0.76rem !important;
  line-height: 1.12 !important;
}

body.mycms-front.ansprechpartner .collection_list.ansprechpartner .collection_content.kontakt{
  grid-area: contact !important;
  margin: 0.16rem 0 0 !important;
  color: var(--theme-secondary) !important;
  line-height: 1.08 !important;
  font-size: 0.76rem !important;
  white-space: pre-line !important;
  align-self: start !important;
}

body.mycms-front.ansprechpartner .collection_list.ansprechpartner .collection_link{
  grid-area: link !important;
  margin-top: 0 !important;
  align-self: end !important;
}

body.mycms-front.ansprechpartner .collection_list.ansprechpartner .collection_link .button{
  min-width: 110px !important;
  border-radius: 999px !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

body.mycms-front.karate #content > .container.content-grid{
  width: var(--tt-container-width) !important;
  max-width: var(--tt-container-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

body.mycms-front.karate #content .content-node-group > .content-node-children{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  align-items: stretch !important;
}

body.mycms-front.karate #content .content-node-group > .content-node-children > .content-node{
  float: none !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  grid-column: span 1 !important;
}

body.mycms-front.karate #content .content-node-group > .content-node-children > .content-node > .textcontent{
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: var(--theme-surface-2) !important;
  border-radius: 10px !important;
  padding: 1rem 1.1rem !important;
  min-height: 100% !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32) !important;
}

body.mycms-front.karate #content .content-node-group h3{
  margin: 0 0 0.38rem !important;
  color: #fff !important;
  font-family: var(--font-head) !important;
  font-size: 1.22rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
}

body.mycms-front.karate #content .content-node-group p{
  margin: 0.26rem 0 0 !important;
  color: #d8d8d8 !important;
  line-height: 1.42 !important;
}

body.mycms-front.karate #content .content-node-group p:has(br:only-child){
  display: none !important;
}

body.mycms-front.karate #content .content-node-group p:last-child{
  margin-top: 0.56rem !important;
}

body.mycms-front.kontakt #content > .container.content-grid{
  width: var(--tt-container-width) !important;
  max-width: var(--tt-container-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

body.mycms-front.kontakt #content .content-node-group > .content-node-children{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 1rem !important;
  row-gap: 1rem !important;
  align-items: stretch !important;
}

body.mycms-front.kontakt #content .content-node-group > .content-node-children > .content-node{
  float: none !important;
  width: auto !important;
  max-width: 100% !important;
  flex: none !important;
  grid-column: span 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

body.mycms-front.kontakt #content .content-node-group > .content-node-children > .content-node.content-node-text > .textcontent, body.mycms-front.kontakt #content .content-node-group > .content-node-children > .content-node.content-node-form > .content-form{
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: var(--theme-surface-2) !important;
  border-radius: 10px !important;
  padding: 0.9rem !important;
  height: 100% !important;
  box-sizing: border-box !important;
}

body.mycms-front.kontakt #content .content-node-text h3, body.mycms-front.kontakt #content .content-node-form h3{
  margin: 0 !important;
  font-family: var(--font-head) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

body.mycms-front.kontakt #content .content-node-text p{
  margin: 0.45rem 0 0 !important;
  color: var(--text-soft) !important;
  line-height: 1.45 !important;
}

body.mycms-front.kontakt #content .content-node-form .content-form{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.85rem !important;
}

body.mycms-front.kontakt #content .content-node-form .content-form > label{
  display: grid !important;
  gap: 0.35rem !important;
  margin: 0 !important;
  color: var(--text-soft) !important;
  font-size: 0.95rem !important;
}

body.mycms-front.kontakt #content .content-node-form .content-form > label:nth-of-type(n + 3){
  grid-column: 1 / -1 !important;
}

body.mycms-front.kontakt #content .content-node-form .content-form input[type="text"], body.mycms-front.kontakt #content .content-node-form .content-form input[type="email"], body.mycms-front.kontakt #content .content-node-form .content-form input[type="tel"], body.mycms-front.kontakt #content .content-node-form .content-form textarea, body.mycms-front.kontakt #content .content-node-form .content-form select{
  width: 100% !important;
  border: 1px solid var(--line) !important;
  border-radius: 10px !important;
  background: #0f0f0f !important;
  color: var(--text) !important;
  padding: 0.62rem 0.72rem !important;
  font: inherit !important;
  box-sizing: border-box !important;
}

body.mycms-front.kontakt #content .content-node-form .content-form textarea{
  min-height: 120px !important;
  resize: vertical !important;
}

body.mycms-front.kontakt #content .content-node-form .content-form > button[type="submit"]{
  grid-column: 1 / -1 !important;
  justify-self: start !important;
  min-width: 190px !important;
  min-height: 42px !important;
  border-radius: 10px !important;
  border: 1px solid var(--theme-accent) !important;
  background: var(--theme-accent) !important;
  color: #111 !important;
  font-family: var(--font-head) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  font-size: 0.83rem !important;
  padding: 0.64rem 1.05rem !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease !important;
}

body.mycms-front.kontakt #content .content-node-form .content-form > button[type="submit"]:hover, body.mycms-front.kontakt #content .content-node-form .content-form > button[type="submit"]:focus-visible{
  background: transparent !important;
  border-color: var(--theme-accent) !important;
  color: var(--theme-accent) !important;
}

/* Media Queries */

@media(max-width:1450px){
  .header-animation iframe {
  width: 510px;
  }
}

@media (max-width: 1249px) {
  .hamburger-menu ul{
  background-color: var(--light-green);
  color: #ffffff;
  list-style: none;
  padding: 0;
  margin: 0;
  }
  .hamburger-menu{
  display: none;

  color: #ffffff;
  position: absolute;
  top: 70px;
  right: 0;
  width: 100%;
  z-index: 999;
  padding: 10px;
  }
  .home #content .collection-card{
  width: calc(50% - 20px);
  }

  .home #content .collection-card:last-child{
  width: 97%;
  }
  .new-f-img img{
  border: 5px solid #000;
  border-radius: 20px;
  }

  .new-f-img:before{
  height: 6px;
  top: -3px;
  }

  .col-xs-12.willkommen.d-flex.align-items-center .row{
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  }

  .col-xs-12.willkommen.d-flex.align-items-center lottie-player{
  margin-left: unset;
  height: 300px!important;
  width: 300px!important;
  }

  div#header, #header .container{
  height: 100%;
  width: 100%;
  padding: 0;
  }

  div#header_1, #header_2, #header_3{
  padding: 0 !important;
  margin: 0 !important;
  }

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


@media (max-width: 1200px) {
  .home .insel_nords_wrapper_bild_g_top .insel_nords_wrapper_bild_top .imgcontent{
  min-height: 100%;
  height: 100%;
  width: 100%;
  }

  .home .insel_nords_wrapper{
  width: 100%;
  }
  .home .insel_nords_wrapper_bild_g_bottom .insel_nords_wrapper_bild_bottom .imgcontent{
  min-height: 100%;
  height: 100%;
  width: 100%;
  }
  body.mycms-front.ansprechpartner #content .collection-search-results, body.mycms-front.ansprechpartner #area-2 .collection-search-results, body.mycms-front.ansprechpartner #area-3 .collection-search-results{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}


@media (max-width: 1199px) {
  .collection_list.team{
  width: 25%;
  }
}

@media(max-width:1120px){
  .header-animation {
  justify-content: start;
  }
}

@media (max-width: 1100px) {
  .home-news-grid, .home-departments-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-split{
  grid-template-columns: 1fr;
  }

  .home-visual img{
  max-height: 420px;
  }
  body.mycms-front.home #content .home-welcome > .content-node-children, body.mycms-front.home #area-3 .home-history > .content-node-children, body.mycms-front.home #area-2 .home-news .home-news-grid, body.mycms-front.home #area-4 .home-departments .home-departments-grid{
  grid-template-columns: 1fr;
  }
  body.mycms-front .content-node-group.content-node-group-grid > .content-node-children.content-node-children-grid > .content-node{
  grid-column: 1 / -1 !important;
  }
  body.mycms-front.home #area-2 .home-news .home-news-grid, body.mycms-front.home #area-4 .home-departments .home-departments-grid{
  grid-template-columns: 1fr;
  }
  body.mycms-front.home #area-2 .content-node-collection .collection-search-results, body.mycms-front.home #area-4 .content-node-collection .collection-search-results{
  grid-template-columns: 1fr !important;
  }
  body.mycms-front #footer .container{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body.mycms-front.aktuelles #content .collection-search-results{
  grid-template-columns: 1fr !important;
  }
}


@media only screen and (max-width: 1024px) {
  .collection_list{
  width: 50%;
  }

  .anker-navi .container{
  padding: 0 !important;
  }

  .new-f-img img{
  border: 3px solid #000;
  border-radius: 12px;
  }

  .new-f-img:before{
  width: 50px;
  height: 4px;
  top: -2px;
  }
}

@media (max-width: 1023px) {
  .search-bar-container{
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 10px !important;
  }

  .col-headerbild_groupe{
  margin-left: 60px;
  }

  .search-bar-container > *{
  width: 100% !important;
  margin: 0 !important;
  }

  .search-button{
  width: 100% !important;
  }
  .home div#dsIbePlaceholder{
  margin-top: 80px;
  }

  .home #area-2 .collection_list.col-inform{
  width: 33%;
  }
  .slider-untertitle{
  height: 100% !important;
  }

  html, body{
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100vw !important;
  }
}


@media (max-width: 1000px) {
  .hero-grid, .grid-4, .grid-3, .people-grid, .footer-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-nav{
  position: absolute;
  inset: 84px 0 auto;
  background: #0d0d0d;
  border-bottom: 1px solid var(--line);
  padding: 0.8rem 1.2rem 1rem;
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
  pointer-events: none;
  transition: 220ms ease;
  }

  .site-nav.open{
  transform: scaleY(1);
  opacity: 1;
  pointer-events: auto;
  }

  .nav-toggle{
  display: inline-flex;
  }

  .nav-list{
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  }

  .nav-link, .drop-toggle{
  width: 100%;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: #121212;
  padding: 0.65rem 0.75rem;
  }

  .dropdown{
  position: static;
  display: none;
  margin-top: 0.45rem;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.1);
  }

  .has-dropdown.open > .dropdown{
  display: block;
  }

  .has-dropdown:hover > .dropdown, .has-dropdown:focus-within > .dropdown{
  display: none;
  }

  .has-dropdown.open:hover > .dropdown, .has-dropdown.open:focus-within > .dropdown{
  display: block;
  }
  .site-nav{
  background: #fff9e3;
  border-bottom: 1px solid #d8ca96;
  }

  .nav-link, .drop-toggle{
  border: 1px solid #ddcf9d;
  background: #fffdf6;
  }

  .dropdown{
  border-color: #ddd0a1;
  }
  .site-nav{
  background: #0d0d0d;
  border-bottom: 1px solid var(--line);
  }

  .nav-link, .drop-toggle{
  border: 1px solid var(--line);
  background: #121212;
  }

  .dropdown{
  border-color: rgba(255, 255, 255, 0.1);
  }

  .news-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-card-featured{
  grid-row: auto;
  grid-column: 1 / -1;
  }
  .downloads-media-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-header{
  z-index: 150;
  }

  .site-header .brand{
  position: relative;
  z-index: 160;
  }

  .nav-toggle{
  position: relative;
  z-index: 160;
  }

  .site-nav{
  position: fixed !important;
  inset: 0 !important;
  z-index: 140;
  width: 100vw;
  height: 100dvh;
  overflow-y: auto;
  padding: 86px 1rem 1.2rem !important;
  background: #0b0b0b !important;
  border-bottom: 0 !important;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 240ms ease, opacity 240ms ease;
  }

  .site-nav.open{
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  }

  .site-nav .nav-list{
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 0.7rem;
  }

  .site-nav .drop-toggle{
  width: 100%;
  display: block;
  margin: 0.2rem 0 0.15rem;
  padding: 0.25rem 0.1rem;
  border: 0 !important;
  background: transparent !important;
  color: var(--yellow) !important;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  opacity: 0.98;
  pointer-events: none;
  cursor: default;
  }

  .site-nav .drop-toggle .caret{
  display: none;
  }

  .site-nav .nav-link, .site-nav .dropdown a{
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0.62rem 0.78rem !important;
  border: 1px solid var(--line) !important;
  border-radius: 10px !important;
  background: #121212 !important;
  color: var(--text-soft) !important;
  line-height: 1.2;
  }

  .site-nav .dropdown{
  display: block !important;
  position: static !important;
  margin-top: 0.3rem !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  min-width: 0;
  }

  .site-nav .dropdown a{
  margin: 0.34rem 0 0;
  }

  .site-nav .nav-link:hover, .site-nav .nav-link:focus-visible, .site-nav .dropdown a:hover, .site-nav .dropdown a:focus-visible{
  border-color: rgba(255, 210, 0, 0.52) !important;
  color: var(--yellow) !important;
  background: rgba(255, 210, 0, 0.08) !important;
  }

  body.nav-open{
  overflow: hidden;
  }
  .site-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: transform 220ms ease, opacity 220ms ease;
  }

  body{
  padding-top: 84px;
  }

  body.header-hidden-mobile .site-header{
  transform: translateY(calc(-100% - 8px));
  opacity: 0;
  pointer-events: none;
  }

  body.nav-open .site-header{
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  }

  .site-nav .has-dropdown{
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  padding: 0.46rem 0.58rem 0.62rem;
  }

  .site-nav .has-dropdown .drop-toggle{
  margin: 0 !important;
  padding: 0.08rem 0.06rem 0.4rem !important;
  border-bottom: 1px solid rgba(255, 210, 0, 0.3) !important;
  border-radius: 0 !important;
  }

  .site-nav .has-dropdown .dropdown{
  margin-top: 0.38rem !important;
  padding: 0.08rem 0 0 0.42rem !important;
  border-left: 2px solid rgba(255, 210, 0, 0.28);
  }

  .site-nav .has-dropdown .dropdown a{
  margin: 0.28rem 0 0 !important;
  background: #101010 !important;
  }

  .site-nav .nav-item:not(.has-dropdown) > .nav-link{
  background: #131313 !important;
  }

  .site-nav .nav-item:not(.has-dropdown) > .nav-link.nav-cta{
  background: var(--yellow) !important;
  color: #111 !important;
  border-color: var(--yellow) !important;
  }

  .site-nav .nav-item:not(.has-dropdown) > .nav-link.nav-cta:hover, .site-nav .nav-item:not(.has-dropdown) > .nav-link.nav-cta:focus-visible{
  background: #111 !important;
  color: var(--yellow) !important;
  border-color: rgba(255, 210, 0, 0.72) !important;
  }
  #header_2{
  width: 100%;
  }

  #header_2 .front-nav-inline > ul.level_1{
  flex-wrap: wrap;
  gap: 0.2rem;
  }

  #header_2 .front-nav-inline ul.level_2{
  position: static;
  min-width: 0;
  margin-top: 0.3rem;
  }

  

  #footer .container{
  grid-template-columns: 1fr;
  }

  #privacy-policy .footer-bar{
  flex-direction: column;
  }
}


@media only screen and (max-width: 992px) {
  .footer-sitemap ul{
  flex-wrap: wrap;
  }

  div#cookiewarnung{
  width: 90%;
  }

  #header #header_1{
  width: auto;
  }

  .anker-navi.sticky{
  position: relative !important;
  }
}

@media (max-width: 991px) {
  .collection_list.team{
  width: 33%;
  }
  .hauptmenu-outer-wrapper{
  display: block !important;
  }

  .hauptmenu-wrapper-1, .hauptmenu-wrapper-2, .hauptmenu-wrapper-3{
  width: 100% !important;
  }

  .home div#area-0{
  margin-top: 0;
  }
  .news.full_preview .news-main{
  flex-direction: column-reverse;
  gap: 2rem;
  }

  .news.full_preview .news-content, .news.full_preview .news-image{
  width: 100%;
  }
  .home .willkommen_wrappert_bild_g .col-willkommen_bild .imgcontent{
  min-height: 100%;
  height: 100%;
  width: 100%;
  }

  .footer-2.col-xs-12.col-md-3{
  padding-right: 0px!important;
  padding-left: 0px!important;
  }

  .footer-1.col-xs-12.col-md-3{
  padding-right: 0px!important;
  padding-left: 0px!important;
  }

  #footer .footer-1, #footer .footer-2, #footer .footer-3{
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 20px;
  }

  #footer  .seo .footer-1{
  padding-right: 0px!important;
  }

  #footer  .seo .footer-2{
  padding-left: 0px!important;
  }
  .chronik-head{
  flex-direction: column;
  }

  .chronik-info{
  width: 100%;
  }

  .chronik.full_preview .c_image{
  align-self: center;
  }
}


@media (max-width: 985px) {
  #slider div#slider-title h1{
  font-size: 35px;
  }
  .home #slider-wrapper div.slider-untertitle{
  top: 23%!important;
  }
}


@media (max-width: 980px) {
  .news-template-grid{
  grid-template-columns: 1fr;
  }

  .news-template-media .news-detail-image{
  height: clamp(240px, 58vw, 430px);
  }
  .footer-grid.footer-grid-minimal{
  grid-template-columns: 1fr;
  }

  .footer-social-links a{
  width: fit-content;
  }

  .flutlicht-grid{
  grid-template-columns: 1fr;
  }

  .flutlicht-fact-row{
  grid-template-columns: 1fr;
  gap: 0.45rem;
  }
  body.mycms-front #footer .container{
  grid-template-columns: 1fr !important;
  }

  body.mycms-front #privacy-policy .footer-bar{
  flex-direction: column !important;
  align-items: flex-start !important;
  }
  body.mycms-front:not(.home) #slider .collection_list:is(.col-header_bild, .col-header-bild, .col_header_bild) .collection_container{
    height: 250px;
  }

  body.mycms-front:not(.home) #slider .collection_list:is(.col-header_bild, .col-header-bild, .col_header_bild) .collection_content.tag{
    top: calc(50% - 56px);
  }

  body.mycms-front:not(.home) #slider .collection_list:is(.col-header_bild, .col-header-bild, .col_header_bild) .collection_content.grosse_ueberschrift{
    top: calc(50% - 8px);
  }

  body.mycms-front:not(.home) #slider .collection_list:is(.col-header_bild, .col-header-bild, .col_header_bild) .collection_content.kleine_ueberschrift{
    top: calc(50% + 30px);
  }
  body.mycms-front.downloads #content .content-node-downloads .content-downloads-grid, body.mycms-front.downloads #area-2 .content-node-downloads .content-downloads-grid{
  grid-template-columns: 1fr;
  }

  body.mycms-front .mycms-cookie-banner-actions{
  grid-template-columns: 1fr !important;
  }
  body.mycms-front.flutlichtanlage #content .content-node-group.flutlicht-grid-group > .content-node-children.flutlicht-grid, body.mycms-front.flutlichtanlage #content .content-node-group:first-child > .content-node-children{
  grid-template-columns: 1fr !important;
  }

  body.mycms-front.flutlichtanlage #content .content-node-group.flutlicht-grid-group > .content-node-children > .content-node, body.mycms-front.flutlichtanlage #content .content-node-group:first-child > .content-node-children > .content-node{
  grid-column: 1 / -1 !important;
  }

  body.mycms-front.flutlichtanlage #area-2 .flutlicht-fact-row{
  grid-template-columns: 1fr !important;
  gap: 0.45rem !important;
  }
  body.mycms-front.fussball #area-2 .content-node-group > .content-node-children{
  grid-template-columns: 1fr !important;
  }

  body.mycms-front.fussball #area-2 .content-node-group > .content-node-children > .content-node{
  grid-column: 1 / -1 !important;
  }
  body.mycms-front.kontakt #content .content-node-group > .content-node-children{
  grid-template-columns: 1fr !important;
  }

  body.mycms-front.kontakt #content .content-node-group > .content-node-children > .content-node{
  width: auto !important;
  max-width: 100% !important;
  flex: none !important;
  grid-column: 1 / -1 !important;
  }

  body.mycms-front.kontakt #content .content-node-form .content-form{
  grid-template-columns: 1fr !important;
  }

  body.mycms-front.kontakt #content .content-node-form .content-form > label{
  grid-column: 1 / -1 !important;
  }
}


@media (max-width: 900px) {
  .news-overview-toolbar{
  align-items: stretch;
  flex-direction: column;
  }

  .news-search-wrap{
  min-width: 100%;
  }
  body.mycms-front.karate #content .content-node-group > .content-node-children{
  grid-template-columns: 1fr !important;
  }

  body.mycms-front.karate #content .content-node-group > .content-node-children > .content-node{
  grid-column: 1 / -1 !important;
  }
}


@media (max-width: 860px) {
  .mycms-cookie-banner{
  top: 50%;
  padding: 1rem;
  }

  .mycms-cookie-banner-actions{
  grid-template-columns: 1fr;
  }

  .mycms-cookie-settings h4{
  font-size: 1.34rem;
  }

  .mycms-cookie-setting-row{
  flex-direction: column;
  gap: .6rem;
  }

  .mycms-cookie-switch{
  width: 100%;
  }

  .mycms-cookie-settings-actions{
  flex-direction: column;
  gap: .7rem;
  }

  .mycms-cookie-settings-actions .mycms-cookie-btn{
  min-width: 0;
  width: 100%;
  }
}

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

@media (max-width: 769px) {
  .hauptmenu-wrapper-1 .collection_list.col-hauptmenu, .hauptmenu-wrapper-2 .collection_list.col-hauptmenu, .hauptmenu-wrapper-3 .collection_list.col-hauptmenu{
  width: 100% !important;
  }

  .hauptmenu-wrapper-1 .collection_list .col-hauptmenu_img{
  height: 120px !important;
  }

  .welcome .text{
  width: 100%;
  text-align: center;
  }

  .welcome .portrait{
  width: 50%;
  text-align: center;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  }

  #footer .container{
  flex-direction: column;
  }
}

@media (max-width: 768px) {
  .home #slider-wrapper div.slider-untertitle{
  top: 26%!important;
  }

  .col-headerbild_groupe{
  margin-left: 15px;
  top: 60px;
  }

  .slider-untertitle{
  height: 100% !important;
  }
  .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: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  }

  .faq_group_container .faq_question_box{
  padding: 5px 34px 8px 15px;
  }

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

  .new-f-text{
  padding: 0 0 30px;
  }

  .highlight-group{
  border-bottom: 1px solid var( --white);
  }

  .highlight-group.odd .row{
  flex-direction: column-reverse;
  }

  .row{
  flex-wrap: wrap;
  }

  .collection_list.bugfixes{
  width: 50%;
  }

  h1{
  font-size: 2.2rem;
  }

  h2{
  font-size: 17px;
  }

  .pop-up-button{
  margin-top: 1rem;
  }

  .pop-up-button-group .row{
  flex-wrap: wrap;
  margin-left: 7px;
  }

  .col-xs-12.willkommen.d-flex.align-items-center lottie-player{
  width: 100%!Important;
  }

  .col-xs-12.willkommen.d-flex.align-items-center{
  padding: 0;
  }

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

  .anker-button.button{
  width: 100%;
  border-bottom: 1px solid var( --white);
  }

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

  .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%;
  }
  .collection_list.historie{
  width: 100%;
  margin-left: 0 !important;
  padding: 5px 0 50px;
  text-align: center !important;
  left: 0 !important;
  right: 0 !important;
  }

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

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

  .collection_content.historie_text::after{
  content: '';
  background: var(--font-clr);
  width: 2px;
  height: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -89px;
  }

  .collection_content.historie_img{
  position: relative;
  display: block;
  pointer-events: none;
  overflow: hidden;
  right: unset;
  top: unset;
  border-radius: 0;
  width: unset;
  height: unset;
  }

  .historie_img img{
  width: 100%;
  height: 100%;
  border-radius: 0%;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
  transform: scale(1);
  }

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

  .collection_content.historie_jahr{
  font-size: 2rem;
  margin-top: 0;
  left: 0 !important;
  top: 0;
  position: relative;
  text-align: center;
  }

  .collection_content.historie_text{
  width: 100%;
  }
  .stats_wrapper{
  gap: 15px;
  margin-bottom: 10px;
  }

  .chronik.full_preview .c_image{
  width: unset;
  position: relative;
  margin-bottom: 30px;
  }

  #slider img{
  height: 200px !important;
  }

  #slider #slider-title{
  left: 0;
  }
}


@media (max-width: 760px) {
  .hero-grid, .grid-2, .grid-3, .grid-4, .people-grid, .form-grid, .footer-grid, .cols-2{
  grid-template-columns: 1fr;
  }

  .hero-brand-card{
  max-width: 360px;
  }

  .container{
  width: min(1140px, calc(100% - 1.3rem));
  }
  .bfv-grid{
  grid-template-columns: 1fr;
  }

  .gallery-grid{
  grid-template-columns: 1fr;
  }

  .photo-card img{
  height: 210px;
  }

  #archive-list .link-list{
  grid-template-columns: 1fr;
  max-height: none;
  }
  .hero-slider{
  min-height: 360px;
  }

  .hero-slide img{
  min-height: 360px;
  }

  .hero-slide-overlay{
  left: 1rem;
  right: 1rem;
  bottom: 1.1rem;
  }

  .hero-slider-control{
  width: 36px;
  height: 36px;
  }

  .news-grid{
  grid-template-columns: 1fr;
  }

  .news-card-featured .news-image img, .news-image img{
  height: 200px;
  }

  .sponsor-logo{
  min-width: 160px;
  height: 58px;
  }
  .home-hero, .home-hero .hero-slide img{
  min-height: 360px;
  }

  .home-hero-overlay{
  padding-bottom: 0;
  }

  .home-hero-content{
  padding: 0;
  }

  .home-hero-content h1{
  font-size: clamp(1.6rem, 8vw, 2.3rem);
  }

  .home-hero-content h2{
  font-size: clamp(0.94rem, 4.8vw, 1.25rem);
  }

  .home-news-grid, .home-departments-grid{
  grid-template-columns: 1fr;
  }

  .home-news-image img, .home-department-card img{
  height: 190px;
  }

  .sponsor-banner-full{
  margin-top: 1.5rem;
  padding: 1.35rem 0 1.2rem;
  }

  .sponsor-banner-full .sponsor-logo{
  min-width: 165px;
  height: 58px;
  }
  .home-hero-overlay{
  padding: 0 0 1.2rem !important;
  }

  .home-hero-content h1, .home-hero-content h2{
  padding: 0.42rem 0.75rem;
  }

  .sponsor-banner-full .sponsor-logo{
  min-width: 170px;
  height: 60px;
  }

  .sponsor-banner-full .sponsor-track{
  gap: 0.9rem;
  padding: 0.75rem 0.7rem;
  }
  .downloads-grid, .downloads-media-grid{
  grid-template-columns: 1fr;
  }
  .download-preview-modal{
  padding: 0.45rem;
  }

  .download-preview-dialog{
  width: calc(100vw - 0.9rem);
  max-height: calc(100vh - 0.9rem);
  }

  .download-preview-image, .download-preview-pdf{
  max-height: calc(100vh - 150px);
  height: calc(100vh - 150px);
  }
  .page-footer{
  text-align: center;
  }

  .footer-grid{
  justify-items: center;
  }

  .footer-grid.footer-grid-minimal > section{
  text-align: center;
  }

  .footer-social-links{
  align-items: center;
  }

  .footer-social-links a{
  margin-inline: auto;
  }

  .footer-bar{
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 0.35rem;
  }

  .home-hero, .home-hero .hero-slide img{
  min-height: 270px !important;
  }

  .home-hero-overlay{
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  }

  .home-hero-content{
  max-width: min(92vw, 540px);
  text-align: center;
  }

  .home-hero-content h1{
  font-size: clamp(2rem, 9vw, 2.6rem) !important;
  }

  .home-hero-content h2{
  font-size: clamp(1.05rem, 5.4vw, 1.45rem) !important;
  }

  .home-hero .hero-slider-dots{
  bottom: 0.55rem;
  }

  body:not([data-page="index"]) .hero{
  min-height: 178px;
  display: flex;
  align-items: center;
  padding: 0.95rem 0 1.05rem !important;
  }

  body:not([data-page="index"]) .hero .kicker{
  margin-bottom: 0.42rem;
  font-size: 0.66rem;
  padding: 0.2rem 0.48rem;
  }

  body:not([data-page="index"]) .hero .page-title{
  font-size: clamp(1.24rem, 6.8vw, 1.72rem);
  line-height: 1.05;
  }

  body:not([data-page="index"]) .hero .lead{
  margin-top: 0.42rem;
  line-height: 1.36;
  font-size: 0.88rem;
  }
  .matchcenter-switcher{
  flex-direction: column;
  align-items: stretch;
  }

  .matchcenter-switcher .matchcenter-tab{
  width: 100%;
  justify-content: center;
  }

  .training-info-grid{
  grid-template-columns: 1fr;
  }

  .center-carousel{
  grid-template-columns: 1fr;
  gap: 0.6rem;
  }

  .center-carousel-nav{
  width: 44px;
  height: 36px;
  margin: 0 auto;
  }

  .center-carousel-slide{
  flex-basis: 82vw;
  }
  .home-hero-content h1{
  font-size: clamp(1.78rem, 8vw, 2.2rem) !important;
  white-space: nowrap;
  letter-spacing: 0.01em;
  padding: 0.34rem 0.58rem !important;
  }

  .center-carousel-nav{
  display: none;
  }

  .center-carousel-track{
  gap: 0.72rem;
  }

  .center-carousel-slide{
  flex-basis: 78vw;
  }

  .contact-map{
  height: 320px;
  }
  .dynamic-chronik .collection-search-results{
  padding-left: 1.2rem;
  }

  .dynamic-chronik .collection-search-results::before{
  left: 5px;
  }

  .dynamic-chronik .collection_list{
  padding-left: 0.82rem;
  }
  body.mycms-front #footer .container{
  grid-template-columns: 1fr !important;
  }
  body.mycms-front.ansprechpartner #content .collection-search-results, body.mycms-front.ansprechpartner #area-2 .collection-search-results, body.mycms-front.ansprechpartner #area-3 .collection-search-results{
  grid-template-columns: 1fr !important;
  }
}


@media (max-width: 750px) {
  .home #content .collection-card{
  width: 97%;
  }

  .home #content .collection-card_bild{
  width: 225px;
  }

  .home #area-4 .insel_nords_wrapper_bild_top{
  margin-right: 4px;
  margin-left: 4px;
  }

  .home #area-4 .insel_nords_wrapper_bild_bottom{
  margin-right: 4px;
  margin-left: 4px;
  }

  .home #area-4 .insel_nords_wrapper_bild_g_top{
  margin-bottom: 8px;
  }

  .nordstrand-bild_link, .nordstrand-bild_rechts, .nordstrand-text_link, .nordstrand-text_rechts{
  flex: unset;
  }
}

@media (max-width: 745px) {
  .hamburger-menu ul{
  display: contents !important;
  width: 100%;
  text-align: center;
  }

  .hamburger-menu ul li{
  width: 100%;
  padding: 0 !important;
  }

  .header-wrapper{
  position: unset;
  }
}

@media (max-width: 680px) {
  .col-headerbild_text{
  font-size: 16px;
  }

  .col-headerbild_title{
  font-size: 30px;
  }
}

@media (max-width: 640px) {
  body.mycms-front:not(.home) #slider .collection_list:is(.col-header_bild, .col-header-bild, .col_header_bild) .collection_container{
    height: 220px;
  }

  body.mycms-front:not(.home) #slider .collection_list:is(.col-header_bild, .col-header-bild, .col_header_bild) .collection_content.tag{
    top: calc(50% - 50px);
  }

  body.mycms-front:not(.home) #slider .collection_list:is(.col-header_bild, .col-header-bild, .col_header_bild) .collection_content.grosse_ueberschrift{
    top: calc(50% - 6px);
    font-size: clamp(1.9rem, 8vw, 3rem);
  }

  body.mycms-front:not(.home) #slider .collection_list:is(.col-header_bild, .col-header-bild, .col_header_bild) .collection_content.kleine_ueberschrift{
    top: calc(50% + 22px);
    font-size: 0.95rem;
  }
}

@media (max-width: 619px) {
  .collection_list.team{
  width: 50%;
  }
}

@media (max-width: 600px) {
  .service #area-2 .leistungen{
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  }

  .service #area-2 .collection_container{
  flex-direction: column;
  align-items: center;
  width: 100%;
  }

  .service #area-2 .col-leistungen_bild{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #B4D9F3;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  }

  .service #area-2 .col-leistungen_bild img{
  width: 50%;
  height: 50%;
  object-fit: contain;
  }

  .service #area-2 .col-leistungen_text{
  width: 100%;
  margin-left: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  }

  .service #area-2 .col-leistungen_text strong{
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  }
}

@media(max-width:600px){
  .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;
  }

  .collection_content.field-1655053570 {
  min-width: 47px;
  }

  .bugfixes-collection {
  padding-left: 0!important;
  margin-left: 0px!important;
  padding-right: 0!important;
  }

  .collection_list.bugfixes {
  width: 100%;
  }

  .vergleich {
  height: 360px!important;
  }
  .pb-5 {
  padding-bottom: 1rem!important;
  }

  .twentytwenty-container {
  height: 360px!important;
  }
  .header-animation iframe {
  width: 100%;
  height: 230px;
  }
}

@media (max-width: 500px) {
  .home #content .collection-card_bild{
  width: 140px!important;
  }

  .home div#slider-title h1{
  font-size: 35px!important;
  }

  .home #slider-wrapper div.slider-untertitle{
  font-size: 20px!important;
  }

  .home #slider #slider-title{
  top: 15%!important;
  }

  .home #slider-wrapper div.slider-untertitle{
  top: 19%!important;
  }

  .header-wrapper::before{
  height: 100px;
  }

  .home #content .collection-card{
  height: 87px;
  }

  .home div#dsIbePlaceholder{
  margin-top: 60px;
  }

  .home #area-3 .col-willkommen_bild{
  margin-right: 2px;
  margin-left: 2px;
  }

  .home #area-4 .insel_nords_wrapper_bild_top{
  margin-right: 2px;
  margin-left: 2px;
  }

  .home #area-4 .insel_nords_wrapper_bild_bottom{
  margin-right: 2px;
  margin-left: 2px;
  }

  .home #area-4 .insel_nords_wrapper_bild_g_top{
  margin-bottom: 2px;
  }

  .insel_nords_wrapper_bild_g_bottom{
  margin-top: 4px!important;
  margin-bottom: 2px;
  }
}

@media only screen and (max-width: 500px) {
  h1{
  font-size: 2rem;
  }

  body#body{
  font-size: 0.9rem;
  }

  .new-f-img img{
  border: 2px solid #000;
  border-radius: 10px;
  }

  .new-f-img:before{
  width: 32px;
  height: 3px;
  top: -1px;
  }

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

  .pop-up-element{
  padding: 30px 10px!important;
  }

  .vergleich{
  height: 260px!important;
  }

  .container{
  min-width: 250px;
  }

  .twentytwenty-container{
  height: 260px!important;
  }

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

  .footer-sitemap li.level_1{
  width: 100%;
  text-align: center;
  }

  h2{
  margin-top: 0px;
  }

  .header-wrapper{
  height: 70px;
  }
}

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

@media (max-width: 380px) {
  .home #content .collection-card_title{
  font-size: 13px;
  }

  .home #area-2 .col-inform_title{
  font-size: 15px;
  }

  .nordstrand-bild_link img, .nordstrand-bild_rechts img{
  height: 200px !important;
  }
}

@media (max-width: 346px) {
  .home div#slider-title h1{
  font-size: 30px !important;
  }

  .home #slider-wrapper div.slider-untertitle{
  font-size: 18px !important;
  }
}

@media (min-width: 768px) {
  .container{
  max-width: 750px;
  }

  .w-25 .collection_list.teamCollection, .w-25 .collection_list.blog-multi{
  width: 100%;
  float: left;
  padding: 20px;
  border: 2px solid #80808080;
  text-align: center;
  }

  .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) {
  .w-25 .collection_list.teamCollection{
  width: 25%;
  float: left;
  padding: 20px;
  }

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