/*************************************************************/
/*   Design:  Schreinerei Scharrenberg GmbH	     	 	     */
/*   File:    screen.css					                 */
/*-----------------------------------------------------------*/
/*   Autor:   Thomas Dürig, www.nuun.ch 	                 */
/*   Datum:   September 2025				                 */
/*   Site: 	  www.scharrenberg.ch         			         */
/*************************************************************/
/*  LAYOUT												     */
/*************************************************************/

/*FARBEN*/
/*	

*/

/*Cookiebar*/
body .contao-cookiebar .cc-inner {background: #FFCD00; color: #000; font-size: 1.6rem; max-width: 550px;}
body .contao-cookiebar .cc-inner .cc-head h3 {color: #000; font-size: 2.3rem; line-height: 2.7rem; letter-spacing: 0; text-transform: none; margin-bottom: 7px;}
body .contao-cookiebar .cc-inner .cc-head p {color: #000; line-height: 1.8rem;}
body .contao-cookiebar .cc-group {border: 1px solid #000;}
body .contao-cookiebar .cc-cookies {background: #FFCD00;}
body .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {background: #FFCD00; border: 1px solid #000; font-size: 1.6rem; line-height: 1.8rem;}
body .contao-cookiebar .cc-cookies > p, body .contao-cookiebar .cc-cookies > .cc-cookie {border-top: 1px solid #000;}
body .contao-cookiebar .cc-group > label {font-family: 'Arvo-Regular';}
body .contao-cookiebar .cc-group .cc-detail-btn {font-family: 'Arvo-Regular'; color: #000;}
body .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {color: #000;}
body .contao-cookiebar .cc-group .cc-detail-btn-details {color: #000;}
body .contao-cookiebar .cc-cookies .cc-cookie p {font-size: 1.6rem; line-height: 1.8rem; color: #000;}
body .contao-cookiebar .cc-cookies .cc-cookie p a {color: #000;}
body .contao-cookiebar label.group {font-weight: normal;}

body .contao-cookiebar input + label:before {top: 3px;}
body .contao-cookiebar input + label:after {top: 7px;}
body .contao-cookiebar input + label:before {background: #FFCD00; border-color: #000;}
body .contao-cookiebar input + label:after {background: #000;}
body .contao-cookiebar input:checked + label:before {background: #FFCD00; border-color: #000;}
body .contao-cookiebar input:checked + label:after {background: #000;}
body .contao-cookiebar .cc-btn {font-family: 'Arvo-Regular'; color: #000; background: #FFCD00; border: 1px solid #000; border-radius: 4px; text-transform: uppercase;}
body .contao-cookiebar .cc-btn:hover {background: #FFCD00;}
body .contao-cookiebar .cc-info > p {font-size: 1.4rem; color: #000;}
body .contao-cookiebar .cc-info > p a {color: #000; text-decoration: none;}

.cc-module {text-align: center;}
.cc-module button {display: inline-block; font-size: 2.4rem; line-height: 3.6rem; color: #FFCD00; font-family: 'wonder_unit_sansbold'; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; padding: 7px 23px 2px 23px; background: initial; border: 3px solid #FFCD00; border-radius: 5px; transition: background 0.3s ease, color 0.3s ease;}
.cc-module button:hover {background: #FFCD00; color: #1E1E1E;}

/*  GLOBAL													 */
/*************************************************************/

html {--grid__gutter: 3.5rem;}
html, body {position: relative; height: 100%; width:100%; font: 62.5% "Arvo-Regular", Arial, Verdana, Helvetica, sans-serif; letter-spacing:0em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: antialiased; font-smoothing: antialiased;}
body {font-size:24px; font-size:2.4rem; line-height: 3.6rem; color: #AAAAA5; background-color: #000;}

.invisible {display: none !important;}

.schmal50 {width: 50% !important; margin: 0 auto;}
.schmal75 {width: 75% !important; margin: 0 auto;}

.zentriert {text-align: center;}

.row {grid-gap: 0 var(--grid__gutter);}

/*Popup*/
.formpopup {display: none; z-index: 2505; position: fixed; top: 0; left: 0; width: 100%; height: 100vh;}

.formpopup .formpopup-spacer {display: flex; align-items: center; justify-content: center; position: fixed; top: 0; left: 0; width: 100%; height: 100vh;}
.formpopup .formpopup-overlay {display: block; cursor: pointer; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0,0,0,0.75);}
.formpopup .formpopup-container {position: relative; box-sizing: border-box; width: 100%; max-width: 610px; max-height: 90%; overflow-y: auto; z-index: 20; background: #FFCD00; border-radius: 15px; padding: 40px 40px 60px;}
.formpopup .formpopup-container h3 {color: #1e1e1e;}
.formpopup .formpopup-close {position: absolute; top: 20px; right: 20px; cursor: pointer;}
.formpopup .formbody .checkbox_container span.lname {color: #1e1e1e;}
.formpopup .formbody .checkbox_container label {left: 0; margin-bottom: 20px;}
.formpopup .formbody .submit {color: #1E1E1E; border: 3px solid #1E1E1E; transition: background 0.3s ease, color 0.3s ease;}
.formpopup .formbody .submit:hover {background: #1E1E1E; color: #FFCD00;}
.formpopup .formbody input {box-shadow: initial;}
.formpopup .formbody .form-confirmation h4 {color: #1e1e1e;}
.formpopup .formbody .form-confirmation p {color: #1e1e1e;}

/*  HEADER / NAVIGATION									     */
/*************************************************************/
#header {position: absolute; top: 0; left: 0; width: 100%; height: 200px; background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%); z-index: 100;}
#header .inside {width: 90%; padding: 0 5%;}
#header .logo {margin-top: 50px; display: inline-block; width: 323px; transition: width 0.3s ease;}
#header .headerrechts {float: right; display: inline-block;}
#header .headerrechts .tranself {display: inline-block; position: relative; top: 4px; margin-left: 20px;}
#header .headerrechts .tranself div[role="region"] {display: inline-block; color: #FFCD00; font-family: 'wonder_unit_sansbold'; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; height: 51px; padding: 6px 23px 0px 23px; background: initial; border: 3px solid #FFCD00; border-radius: 5px; transition: background 0.3s ease, color 0.3s ease;}
#header .headerrechts .tranself:hover div[role="region"] {background: #FFCD00;}
#header .headerrechts .tranself div[role="button"] div {font-family: 'wonder_unit_sansbold'; text-transform: uppercase; text-decoration: none; font-size: 2.4rem; line-height: 3.6rem; color: #FFCD00; transition: color 0.3s ease;}
#header .headerrechts .tranself:hover div[role="button"] div {color: #1E1E1E;}
#header .headerrechts .tranself svg {fill: #FFCD00; transition: fill 0.3s ease;}
#header .headerrechts .tranself:hover svg {fill: #1E1E1E;}
#header .headerrechts .tranself div[role="listbox"] {background: #FFCD00;}
#header .headerrechts .tranself div[role="listbox"] div[role="option"] div {color: #A18100; font-family: 'wonder_unit_sansbold'; text-transform: uppercase; text-decoration: none; font-size: 2.4rem; line-height: 3.6rem; transition: color 0.3s ease;}
#header .headerrechts .tranself div[role="listbox"] div[role="option"]:hover div {color: #1E1E1E;}
#header .headerrechts .tranself div[role="listbox"] div[role="option"]:hover {background-color: initial;}
#header .navigation {display: inline-block;}
#header .navigation ul {margin-bottom: 0;}
#header .navigation ul li {display: inline-flex; height: 200px; align-items: center; position: relative;}
#header .navigation ul li a {padding: 0 20px; color: #FFCD00; font-family: 'wonder_unit_sansbold'; text-transform: uppercase; text-decoration: none; font-size: 2.4rem; transition: opacity 0.3s ease;}
#header .navigation:hover ul li:not(:hover) a {opacity: 0.6;}
#header .navigation ul li a.kontakt {display: inline-block; font-size: 2.4rem; line-height: 3.6rem; color: #FFCD00; font-family: 'wonder_unit_sansbold'; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; padding: 7px 23px 2px 23px; background: initial; border: 3px solid #FFCD00; border-radius: 5px; transition: background 0.3s ease, color 0.3s ease;}
#header .navigation ul li a.kontakt:hover, #header .navigation ul li a.kontakt.active {background: #FFCD00; color: #1E1E1E;}

#header .navigation ul.level_2 {visibility: hidden; position: absolute; top: 80%; left: 50%; transform: translateX(-50%); padding: 40px 30px 20px 30px; background: #FFCD00; border-radius: 5px; box-shadow: 0 5px 5px rgba(0,0,0,0.08); transition: top 0.3s ease;}
#header.up .navigation ul.level_2 {top: 60px;}
#header .navigation ul.level_2:before {content: ""; display: block; position: absolute; top: -25px; left: 50%; transform: translateX(-50%); width: 19px; height: 33px; background: url(../graphics/subnav-nagel.png) center no-repeat; transition: top 0.3s ease;}
#header .navigation ul.level_1 > li:hover ul.level_2 {visibility: visible;}
#header .navigation ul.level_1 > li:hover ul.level_2:before {top: -16px;}
#header .navigation ul.level_2 li {margin-bottom: 10px; height: auto; display: block;}
#header .navigation ul.level_2 li a {display: block; width: 100%; color: #A18100; white-space: nowrap; text-decoration: none; padding-left: 13px; transition: color 0.3s ease;}
#header .navigation ul.level_2 > li > a:hover, #header .navigation ul.level_2 > li > a.active {color: #000000;}
#header .navigation ul.level_2 > li > a.trail {color: #000000;}


#header .scrollheader {position: fixed; top: -200px; left: 0; width: 100%; height: 150px; background: initial; backdrop-filter: blur(30px); transition: top 0.5s ease;}
#header .scrollheader.up {top: 0;}
#header .scrollheader .navigation ul li {height: 150px;}
#header .scrollheader .navigation ul.level_2 li {height: auto;}

#nuunnav .logo {width: 200px; padding-top: 25px;}
#nuunnav .navtop {background: #000;}
#nuunnav .navtop .inside {padding: 0 5% 0px 5%;}
#nuunnav .navbot .inside {padding: 30px 5%;}

#scrollbanner {display: none;}
#scrollbanner.going {display: block; height: 40px; background: #848481; overflow: hidden;}
#scrollbanner .scrollbannerinnen {height: 40px; position: relative; background: #848481;}
#scrollbanner .scrollbannerinnen .content-text {display: inline-block; padding-left: 70px; background: url(../graphics/scrollbanner-trenner.svg) top 13px left 15px no-repeat; padding-top: 2px;}
#scrollbanner .scrollbannerinnen .content-text p {margin-bottom: 0; color: #000; font-size: 1.8rem;}
#scrollbanner .scrollbannerinnen .content-text p a {color:#000; text-decoration: none;}
#scrollbanner .scrollbannerinnen .content-text p a:hover {color:#3C3C3A; font-weight:bold; text-decoration:underline;}

#scrollbanner .scrollbannerinnen {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 40s linear infinite;
}

#scrollbanner:hover .scrollbannerinnen {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/*  INHALTSELEMENTE                                          */
/*************************************************************/
#wrapper {position: relative; background-image: url(../graphics/body-bg-1.png), url(../graphics/body-bg-2.png); background-position:  top 500px left, top 3500px right; background-repeat: no-repeat;}

body.nobild #container {padding-top: 250px;}

.mod_article .inside {position: relative; width: 90%; padding: 130px 5%; max-width: 1410px; margin: 0 auto;}
.mod_article.grau {background: #F7F8F9;}
.mod_article.nopaddingbot .inside {padding-bottom: 0;}
.mod_article.nopaddingtop .inside {padding-top: 0;}

/*Artikel vollbild*/
.mod_article.vollbild {max-width: initial;}
.mod_article.vollbild .inside {width: 100%; height: auto; padding: 0; max-width: initial; position: relative;}
.mod_article.vollbild .inside .content-image, .mod_article.vollbild .inside .content-player {width: 100%; height: auto; position: relative; overflow: hidden;}
.mod_article.vollbild .inside .content-image img, .mod_article.vollbild .inside .content-player video {width: 100%; height: 100%; object-fit: cover;}

.mod_article.topbild {position: relative;}
.mod_article.topbild .inside {width: 100%; height: 40vw; padding: 0; max-width: initial; position: relative;}
.mod_article.topbild .inside .content-image, .mod_article.topbild .inside .content-image figure, .mod_article.topbild .inside .content-player {width: 100%; height: 40vw; position: relative; overflow: hidden;}
body.home .mod_article.topbild .inside {height: 100vh;}
body.home .mod_article.topbild .inside .content-image, .mod_article.topbild .inside .content-image figure, .mod_article.topbild .inside .content-player {height: 100vh;}
.mod_article.topbild .inside .content-image img, .mod_article.topbild .inside .content-player video {width: 100%; height: 100%; object-fit: cover;}
.mod_article.topbild.fade:after {content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 10vw; z-index: 2; background: linear-gradient(180deg, rgba(48, 53, 63, 0.00) 8.98%, #30353F 100%); visibility: visible;}
.mod_article.topbild .content-text {position: absolute; bottom: 10%; left: 0; right: 0; width: 90%; padding: 0 5%; max-width: 1410px; margin: 0 auto;}
body.home #container .mod_article.topbild .content-text {position: absolute; bottom: 20%; left: 0; right: 0; width: 90%; padding: 0 5%; max-width: 1410px; margin: 0 auto;}
.mod_article.topbild .content-text .rte {width: 80%;}
.mod_article.topbild .content-text a {display: inline-block; font-size: 2.4rem; line-height: 3.6rem; color: #FFCD00; font-family: 'wonder_unit_sansbold'; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; padding: 7px 23px 2px 23px; background: initial; border: 3px solid #FFCD00; border-radius: 5px; transition: background 0.3s ease, color 0.3s ease;}
.mod_article.topbild .content-text a:hover {background: #FFCD00; color: #1E1E1E;}
body.home .mod_article.topbild .inside .content-image.scrolldownarrow {width: 40px; height: 40px; position: absolute; bottom: 70px; left: 0; right: 0; margin: 0 auto}
body.home .mod_article.topbild .inside .content-image.scrolldownarrow figure {width: 100%; height: auto;}
body.home .mod_article.topbild .inside .content-image.scrolldownarrow img {width: 100%; height: auto;}

h1 {font-family: 'wonder_unit_sansblack'; color: #FFCD00; font-size: 10rem; line-height: 10rem; margin: 0 0 20px 0;}
h2 {font-family: 'wonder_unit_sansblack'; color: #FFCD00; font-size: 10rem; line-height: 10rem; margin: 0 0 20px 0;}
h3 {font-family: 'wonder_unit_sansblack'; color: #FFCD00; font-size: 5rem; line-height: 5rem; margin-top: 20px;}
h4 {font-family: 'wonder_unit_sansbold'; color: #AAAAA5; font-size: 2.4rem; line-height: 3.6rem; letter-spacing: 1px; margin: 20px 0 20px 0; text-transform: uppercase;}

/*Text*/
figure img {max-width: 100%; height: auto;}
.content-image figure {line-height: 0;}
#main .content-image img {border-radius: 4px;}
#main .content-image.noradius img {border-radius: 0;}
#main .content-image.dunkel1 img {filter: brightness(0.9);}
#main .content-image.dunkel2 img {filter: brightness(0.8);}
#main .content-image.dunkel3 img {filter: brightness(0.7);}
#main .content-image.dunkel4 img {filter: brightness(0.6);}
#main .content-image.dunkel5 img {filter: brightness(0.5);}
#main .content-image.dunkel6 img {filter: brightness(0.4);}
#main .content-image.dunkel7 img {filter: brightness(0.3);}
#main .content-image.dunkel8 img {filter: brightness(0.2);}

#container .content-text {margin-bottom: 30px;}
#container .content-text.media--left figure {display: inline-block; width: 42%; margin-right: 3%; vertical-align: top;}
#container .content-text.media--left .rte {display: inline-block; width: 54%; vertical-align: top;}
#container .content-text.media--right:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#container .content-text.media--right figure {display: inline-block; float: right; width: 42%; margin-left: 3%; vertical-align: top;}
#container .content-text.media--right .rte {display: inline-block; width: 54%; vertical-align: top;}
.content-text p a {color: #AAAAA5; text-decoration: underline; transition: color 0.3s ease;}
.content-text p a:hover {color: #FFCD00;}

/*Gallery*/
.content-gallery.content-gallery--cols-2 ul li {width: 48.5%; margin-right: 3%; margin-bottom: 20px; display: inline-block; float: left; line-height: 1;}
.content-gallery.content-gallery--cols-3 ul li {width: 31.3%; margin-right: 3%; margin-bottom: 20px; display: inline-block; float: left; line-height: 1;}
.content-gallery.content-gallery--cols-4 ul li {width: 22.75%; margin-right: 3%; margin-bottom: 20px; display: inline-block; float: left; line-height: 1;}
.content-gallery.content-gallery--cols-2 ul li:nth-of-type(2n) {margin-right: 0;}
.content-gallery.content-gallery--cols-3 ul li:nth-of-type(3n) {margin-right: 0;}
.content-gallery.content-gallery--cols-4 ul li:nth-of-type(4n) {margin-right: 0;}
body .content-gallery.masonry ul {position: relative;}
body .content-gallery.masonry ul li {position: absolute; width: calc(25% - 15px); margin-right: 0;}
.content-gallery ul li figure {width: 100%; overflow: hidden; line-height: 0;}
.content-gallery ul li figure img {width: 100%; height: auto; border-radius: 4px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.content-gallery ul li figure:hover img {-webkit-transform: scale(1.1); transform: scale(1.1);}
#colorbox #cboxTitle {display: none !important;}
#colorbox #cboxCurrent {font-size: 1.5rem;}
.masonry .image_container img {border:10px solid #fff;}
body .content-gallery.partner ul li {height: 300px; border-radius: 4px; background: #3C3C3A; margin-bottom: 30px; position: relative;}
body .content-gallery.partner ul li a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 10% 15%;}
body .content-gallery.partner ul li img {width: 100%; height: 100%; object-fit: scale-down;}

.mod_article.vollbildgalerie {height: 25vw; overflow: hidden; padding: 0; padding-top: 0px; padding-bottom: 0px;}
.mod_article.vollbildgalerie .inside {width: 100%; padding: 0;}
.mod_article.vollbildgalerie .content-gallery ul {position: relative; display: flex; min-width: 100%; height: 25vw; justify-content: center;}
.mod_article.vollbildgalerie .content-gallery ul li {width: auto; margin: 0; height: 25vw; float: none;}
.mod_article.vollbildgalerie .content-gallery ul li img {width: auto; height: 25vw; max-width: none; border-radius: 0;}
.mod_article.vollbildgalerie .image_container {height: 25vw;}

/*Hyperlink*/
.content-hyperlink {margin: 20px 0;}
.content-hyperlink.inline {display: inline-block; margin-right: 20px;}
.content-hyperlink a {display: inline-block; font-size: 2.4rem; line-height: 3.6rem; color: #FFCD00; font-family: 'wonder_unit_sansbold'; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; padding: 7px 23px 2px 23px; background: initial; border: 3px solid #FFCD00; border-radius: 5px; transition: background 0.3s ease, color 0.3s ease;}
.content-hyperlink a:hover {background: #FFCD00; color: #1E1E1E;}
.content-hyperlink.abmelden {margin-top: 0;}
.content-hyperlink.abmelden a {font-size: 1.8rem; line-height: 2.2rem; color: #FFCD00; font-family: 'wonder_unit_sansregular'; letter-spacing: 0.5px; text-transform: none; text-decoration: none; padding: 0; background: initial; border: none; border-radius: 0px;}
.content-hyperlink.abmelden a:hover {font-size: 1.8rem; line-height: 2.2rem; color: #FFCD00; font-family: 'wonder_unit_sansregular'; letter-spacing: 0.5px; text-transform: none; text-decoration: none; padding: 0; background: initial; border: none; border-radius: 0px;}
 
/*List*/
#main .content-text ul {display: table; margin-bottom: 25px;}

#main .content-text ul li {vertical-align: middle; list-style: none; padding-left: 30px; background: url(../graphics/icon-listbullet.svg) no-repeat top 14px left 10px;}

#main .content-text ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
#main .content-text ol > li {
    position:relative; /* Create a positioning context */
    margin:0 0 0 20px; /* Give each list item a left margin to make room for the numbers */
    list-style:none; /* Disable the normal item numbering */
}
#main .content-text ol > li:before {
    content:counter(li)"."; /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    left: -18px;
    top: 1px;
    font-size: 1.8rem;
    color: #0088C9;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

/*Downloads*/
.content-download.sc.last, .content-downloads.sc.last {padding-right: 0;}
.content-download, .content-downloads {position:relative; width:100%; margin:0; padding:0;}
.content-download ul, .content-downloads ul {position:relative; float:left; width:100%; margin:0; padding:0 0 0 0;}
.content-download ul li, .content-downloads ul li {position:relative; width:100%; padding:0 0 0 0; margin:0 0 0 0;}

body #container .content-downloads a, body #container .content-download a, body #container .enclosure a {
    position:relative;
    text-decoration: none;
    color: #FFCD00;
    display:block;
    padding:8px 30px 8px 40px;
    margin:0 0 0 0;
    transition: color 0.5s ease, text-decoration 0.3s ease;
    }   

body #container .enclosure a:hover,
body #container .content-downloads a:hover, 
body #container .content-downloads a:active, 
body #container .content-download a:hover, 
body #container .content-download a:active {color: #FFCD00; text-decoration: underline;}

.download-element a {background: url(../graphics/icon-download.svg) top 13px left no-repeat;}
.download-element.ext-pdf a {background: url(../graphics/icon-pdf.svg) top 13px left no-repeat;}
.download-element.ext-doc a {background: url(../graphics/icon-doc.svg) top 13px left no-repeat;}
.download-element.ext-docx a {background: url(../graphics/icon-doc.svg) top 13px left no-repeat;}
.download-element.ext-xls a {background: url(../graphics/icon-xls.svg) top 13px left no-repeat;}
.download-element.ext-xlsx a {background: url(../graphics/icon-xls.svg) top 13px left no-repeat;}
.download-element.ext-jpg a {background: url(../graphics/icon-jpg.svg) top 13px left no-repeat;}
.download-element.ext-jpeg a {background: url(../graphics/icon-jpg.svg) top 13px left no-repeat;}
.download-element.ext-png a {background: url(../graphics/icon-png.svg) top 13px left no-repeat;}
.download-element.ext-zip a {background: url(../graphics/icon-zip.svg) top 13px left no-repeat;}

/*Form*/
#container .formbody input {-webkit-appearance:none;} 
#container .formbody button {-webkit-appearance:none;}

.formbody .widget {position: relative; font-size: 1.8rem; line-height: 2rem;}
.formbody label {position: absolute; width: calc(100% - 50px); top: 28px; left: 25px; color: #AAAAA5; transition: font-size 0.3s ease, top 0.3s ease;}
.formbody .widget label.focused {top: 13px; font-size: 12px; outline: none; color: #AAAAA5;}
.formbody .widget-select label {top: 13px; font-size: 12px; outline: none; color: #AAAAA5;}
.formbody .widget-upload label {top: 13px; font-size: 12px; outline: none; color: #AAAAA5;}
.formbody input {box-sizing: border-box; color: #fff; width: 100%; padding: 30px 25px 22px 25px; border-radius: 5px; margin-bottom: 25px; border:none; background-color: #2D2D2C; box-shadow: 0 0 100px rgba(0,0,0,1); transition: background-color 0.3s ease;}
.formbody input:focus {outline: none; background-color: #636361;}
.formbody textarea {box-sizing: border-box; color: #fff; width: 100%; padding: 30px 25px 22px 25px; border-radius: 5px; border: none; margin-bottom: 25px; background-color: #2D2D2C; box-shadow: 0 0 100px rgba(0,0,0,1); transition: background-color 0.3s ease;}
.formbody textarea:focus {outline: none; background-color: #636361;}
/*.formbody .submit {background-color:#702181; color:#fff; margin-top: 7px; padding: 5px 0; margin-left: 0; width: 200px;}*/
.formbody .submit {float: right; cursor: pointer; display: inline-block; font-size: 2.4rem; line-height: 3.6rem; color: #FFCD00; font-family: 'wonder_unit_sansbold'; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; padding: 7px 23px 2px 23px; background: initial; border: 3px solid #FFCD00; border-radius: 5px; transition: background 0.3s ease, color 0.3s ease;}
.formbody .submit:hover {background: #FFCD00; color: #1E1E1E;}
.formbody select {box-sizing: border-box; color: #fff; width: 100%; height: 73px; -webkit-appearance:none; padding: 24px 25px 22px 25px; border-radius: 5px; margin-bottom: 25px; border:none; background-color: #2D2D2C; background-image: url(../graphics/select-arrow.svg); background-position: center right 15px; background-repeat: no-repeat; box-shadow: 0 0 100px rgba(0,0,0,1); transition: background-color 0.3s ease;}
.formbody select:focus {outline: none; background-color: #636361;}
.formbody fieldset {margin-bottom: 10px;}
.formbody fieldset legend {font-size: 1.6rem; margin-bottom: 5px;} 
.formbody fieldset span {width:100%; float: left;}
.formbody fieldset span input {float: left; width: 5%; height: 26px;}
.formbody fieldset span label {padding-top: 0; width: 95%;}
.formbody .widget-captcha {margin-bottom: 40px;}
.formbody .widget-captcha input {margin-bottom: 5px;}
.formbody .widget-captcha span {width: 100%; float: left;}
.formbody .widget-captcha label span.mandatory {width: auto; float: none;}
.formbody .widget-checkbox input {-webkit-appearance:checkbox;}
.formbody .widget-checkbox legend span {width: auto; float: none;}
.formbody .widget-radio input {-webkit-appearance:radio;}

.formbody .checkbox_container a {color: #d67500; text-decoration: none;}
.formbody .checkbox_container input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0; background: #dedede;}
.formbody .checkbox_container label {cursor: pointer; width: 100%; position: relative; margin-bottom: 40px; display: inline-block; top: 10px;}
.formbody .checkbox_container span {width: 90px; margin-right: 15px;}
.formbody .checkbox_container span.lname {padding-top: 8px; width: calc(100% - 70px); margin-right: 0;}
.formbody .checkbox_container .checkmark {cursor: pointer; position: relative; height: 34px; width: 34px; background-color: #000; border:1px solid #AAAAA5; border-radius: 5px; transition: background-color 0.3s ease;}
.formbody .checkbox_container input:hover ~ .checkmark {background-color: #AAAAA5;}
.formbody .checkbox_container input:checked ~ .checkmark {/*background-color: #EE6930;*/}
.formbody .checkbox_container .checkmark:after {content: ""; position: absolute; display: none;}
.formbody .checkbox_container input:checked ~ .checkmark:after {display: block;}
.formbody .checkbox_container .checkmark:after {top: 0px; left: 0px; width: 34px; height: 34px; background: #AAAAA5 url(../graphics/checkmark.svg) center no-repeat; background-size: 23px;}

.formbody .radio_container a {color: #d67500; text-decoration: none;}
.formbody .radio_container input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0; background: #dedede;}
.formbody .radio_container label {cursor: pointer; width: 150px; position: relative; margin-bottom: 40px; display: inline-block;}
.formbody .radio_container span {width: 90px; margin-right: 15px;}
.formbody .radio_container span.lname {width: auto; padding-top: 5px;}
.formbody .radio_container .checkmark {cursor: pointer; position: relative; height: 38px; width: 38px; background-color: #fff; border:1px solid #E9EBF0; border-radius: 50px;}
.formbody .radio_container:hover input ~ .checkmark {background-color: #fff;}
.formbody .radio_container input:checked ~ .checkmark {/*background-color: #EE6930;*/}
.formbody .radio_container .checkmark:after {content: ""; position: absolute; display: none;}
.formbody .radio_container input:checked ~ .checkmark:after {display: block;}
.formbody .radio_container .checkmark:after {top: 9px; left: 9px; width: 21px; height: 21px; background: #104D73; position: absolute; border-radius: 50px;}

/*Columns*/
#container .rs-column.-large-col-2-1 {width: 48.5%; margin-right: 3%;}
#container .rs-column.-large-col-2-1.-large-last {margin-right: 0;}
#container .rs-column.-large-col-3-1 {width: 31.3%; margin-right: 3%;}
#container .rs-column.-large-col-3-1.-large-last {margin-right: 0;}
#container .rs-column.-large-col-4-1 {width: 22.75%; margin-right: 3%; margin-top: 0;}
#container .rs-column.-large-col-4-1.-large-last {margin-right: 0;}

/*Player*/
#container .content-player {clear: both;}
#container .content-player embed {max-width: 100%;}
#container .content-player video {max-width: 100%;}
#container .content-player iframe {max-width: 100%;}

#container .content-player .me-plugin {max-width: 100%;}
#container .content-player .mejs-overlay {max-width: 100% !important;}

/*YouTube*/
#container .content-youtube {clear: both;}
#container .content-youtube embed {max-width: 100%;}
#container .content-youtube video {max-width: 100%;}
#container .content-youtube iframe {max-width: 100%;}

#container .content-youtube .me-plugin {max-width: 100%;}
#container .content-youtube .mejs-overlay {max-width: 100% !important;}

/*Google Map*/
.dlh_googlemap {width: 100% !important;}

/*Linkboxen*/
.linkboxen {display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-gap: 20px; grid-auto-columns: 1fr;}
.linkboxen.einspaltig .box {grid-column: span 12 / span 12;}
.linkboxen.zweispaltig .box {grid-column: span 6 / span 6;}
.linkboxen.dreispaltig .box {grid-column: span 4 / span 4;}
.linkboxen.vierspaltig .box {grid-column: span 3 / span 3;}
.linkboxen.fuenfspaltig {grid-template-columns: repeat(10, minmax(0, 1fr));}
.linkboxen.fuenfspaltig .box {grid-column: span 2 / span 2;}
.linkboxen.sechsspaltig .box {grid-column: span 2 / span 2;}
.linkboxen .box {position: relative; text-align: center; padding: 30px 20px 60px 20px;}
.linkboxen .box .boxlink {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.linkboxen .box h4 {color: #FFCD00; hyphens: auto;}
.linkboxen .box .image-container {position: relative; z-index: 1;}
.linkboxen .box .text-container {position: relative; z-index: 1;}
.linkboxen .box:before {display: block; content: ""; position: absolute; width: 30px; height: 30px; bottom: 30px; left: 0; right: 0; margin: 0 auto; background: url(../graphics/linkbox-arrow.svg) center no-repeat; z-index: 1; opacity: 0; transition: opacity 0.3s ease;}
.linkboxen .box:hover:before {opacity: 1;}
.linkboxen .box:after {display: block; content: ""; width: 100%; height: 100%; top: 0; left: 0; position: absolute; z-index: 0; background: #3c3c3c; opacity: 0; border-radius: 5px; transition: opacity 0.3s ease;}
.linkboxen .box:hover:after {opacity: 0.75;}

/*Linkboxen Horizontal*/
.linkboxenhz {position: relative; padding: 60px 130px 40px 130px;}
.linkboxenhz .boxlink {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.linkboxenhz h4 {color: #FFCD00; hyphens: auto;}
.linkboxenhz .image-container {position: relative; z-index: 1; text-align: center;}
.linkboxenhz .text-container {position: relative; z-index: 1;}
.linkboxenhz:before {display: block; content: ""; position: absolute; width: 30px; height: 30px; bottom: 30px; right: 30px; top: 50%; transform: translateY(-50%); background: url(../graphics/linkbox-arrow.svg) center no-repeat; z-index: 1; opacity: 0; transition: opacity 0.3s ease;}
.linkboxenhz:hover:before {opacity: 1;}
.linkboxenhz:after {display: block; content: ""; width: 100%; height: 100%; top: 0; left: 0; position: absolute; z-index: 0; background: #3c3c3c; opacity: 0; border-radius: 5px; transition: opacity 0.3s ease;}
.linkboxenhz:hover:after {opacity: 0.75;}

/*Team*/
.teamboxen {display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-gap: 40px; grid-auto-columns: 1fr;}
.teamboxen .box {grid-column: span 4 / span 4; position: relative; margin-bottom: 30px;}
.teamboxen .box .image-container {text-align: center;}
.teamboxen .box .image-container img {max-width: 100%; height: auto;}
.teamboxen .box .text-container {position: absolute; bottom: 50px; left: 0; width: 100%; height: auto; text-align: center; z-index: 2; box-sizing: border-box; padding: 0 40px;}
.teamboxen .box .text-container h4 {font-size: 3rem; line-height: 3rem; margin: 0 0 3px 0; color: #FFCD00; text-transform: none;}
.teamboxen .box .text-container p {color: #ffcd00; margin: 0 0 6px 0; line-height: 3rem;}
.teamboxen .box .text-container .email {display: inline-block; font-size: 2.4rem; line-height: 3.6rem; color: #FFCD00; font-family: 'wonder_unit_sansbold'; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; padding: 7px 23px 2px 23px; background: initial; border: 3px solid #FFCD00; border-radius: 5px; transition: background 0.3s ease, color 0.3s ease;}
.teamboxen .box .text-container .email:hover {background: #FFCD00; color: #1E1E1E;}
.teamboxen .box .cboxElement:first-of-type {z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block;}

/*Geschichte*/
.geschichtecontainer {background: url(../graphics/geschichte-pole.png) center top repeat-y; margin-top: 190px; position: relative;}
.geschichtecontainer:before {content: ""; display: block; position: absolute; top: -190px; width: 100%; height: 194px; background: url(../graphics/geschichte-pole-top.png) center bottom no-repeat;}
.geschichtecontainer .geschichte {padding-bottom: 50px;}
.geschichtecontainer .geschichte .box {clear: both; position: relative; margin-bottom: 80px; width:100%; display: inline-block;}
.geschichtecontainer .geschichte .box .inhalt {width: 40%;}
.geschichtecontainer .geschichte .box:nth-of-type(odd) .inhalt {float: right;}
.geschichtecontainer .geschichte .box:nth-of-type(even) .inhalt .image-container {text-align: right;}
.geschichtecontainer .geschichte .box .jahr {position: absolute; width: 140px; text-align: center; top: -14px; left: 0; right: 0; margin: 0 auto; padding: 15px 0 10px 0; border-radius: 5px; background: #FFCD00; color: #000; font-size: 2.4rem; line-height: 3.6rem; font-family: 'wonder_unit_sansbold';}
/*.geschichtecontainer .geschichte .box:nth-of-type(odd) .jahr {position: absolute; top: -14px; left: -206px; padding: 15px 45px 10px 45px; border-radius: 5px; background: #FFCD00; color: #000; font-size: 2.4rem; line-height: 3.6rem; font-family: 'wonder_unit_sansbold';}
.geschichtecontainer .geschichte .box:nth-of-type(even) .jahr {position: absolute; top: -14px; right: -219px; padding: 15px 45px 10px 45px; border-radius: 5px; background: #FFCD00; color: #000; font-size: 2.4rem; line-height: 3.6rem; font-family: 'wonder_unit_sansbold';}*/
.geschichtecontainer .geschichte .box .jahr p {margin-bottom: 0;}
.geschichtecontainer .geschichte .box .jahr:before {content: ""; display: block; position: absolute; top: -22px; left: 50%; transform: translateX(-50%); width: 19px; height: 33px; background: url(../graphics/subnav-nagel.png) center no-repeat; transition: top 0.3s ease;}
.geschichtecontainer .geschichte .box .image-container img {max-width: 100%; height: auto; border-radius: 4px;}

/*Map*/
#map {height: 28vw; transition: height 0.5s ease;}
#mapcontainer {padding: 0 5%; margin-top: 20px; transition: padding 0.5s ease;}
#mapcontainer.gross {padding: 0;}
#mapcontainer.gross #map {height: calc(100vh - 130px);}
#mapcontainer .mapcloser {position: absolute; top: 20px; right: 5%; width: 50px; height: 50px; background: #000; border-radius: 50px; z-index: 50; box-sizing: border-box; padding: 15px; opacity: 0; transition: opacity 0.3s ease;}
#mapcontainer.gross .mapcloser {opacity: 1;}
#container .content-text.mapgross {margin-top: 32px; margin-bottom: 0;}


/*  NEWS / TERMINE                                           */
/*************************************************************/
.mod_newslist {display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-gap: 0; grid-auto-columns: 1fr;}
.mod_newslist .layout_latest {position: relative;}
.mod_newslist .layout_latest .boxlink {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; z-index: 4;}
.mod_newslist .layout_latest figure {line-height: 0; overflow: hidden;}
.mod_newslist .layout_latest figure img {width: 100%; height: auto; transition: filter 0.3s ease;}
.mod_newslist .layout_latest:hover figure img {filter: blur(10px);}
.mod_newslist .layout_latest .text-container {position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background: rgba(0,0,0,0.5); opacity: 0; transition: opacity 0.3s ease;}
.mod_newslist .layout_latest:hover .text-container {opacity: 1;}
.mod_newslist .layout_latest .text-container .text-inside {padding: 0 20px;}
.mod_newslist .layout_latest h3 {text-align: center; hyphens:auto;}

.mod_newsreader .back {text-align: center; margin-top: 40px;}
.mod_newsreader .back a {display: inline-block; font-size: 2.4rem; line-height: 3.6rem; color: #FFCD00; font-family: 'wonder_unit_sansbold'; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; padding: 7px 23px 2px 23px; background: initial; border: 3px solid #FFCD00; border-radius: 5px; transition: background 0.3s ease, color 0.3s ease;}
.mod_newsreader .back a:hover {background: #FFCD00; color: #1E1E1E;}

.pagination {clear: both; display: block; width: 100%;}
.pagination p {display: inline-block; float: right;}
.pagination ul {display: inline-block; float: left;}
.pagination ul li {width: auto; margin-right: 5px; margin-bottom: 10px; display: inline-block;}
.pagination ul li a,
.pagination ul li span {border-radius: 3px; text-decoration: none; padding:1px 0 1px 0; width: 30px; display: block; text-align: center; background: #C32021; color: #fff; transition: color 0.3s ease, background 0.3s ease;}
.pagination ul li a:hover,
.pagination ul li span.active {background: #C32021; color: #2E2E2E;}
.pagination ul li.next a,
.pagination ul li.last a,
.pagination ul li.first a,
.pagination ul li.previous a {width: auto; padding: 1px 7px 1px 7px;}


/*  FOOTER                                                   */
/*************************************************************/
#footer {height: auto; display: block; clear: both; position: relative; margin-top: 130px;}
#footer .footertop {background: #3C3C3A; padding: 80px 0 60px 0;}
#footer .footertop .inside {position: relative; width: 90%; padding: 0px 5%; max-width: 1410px; margin: 0 auto;}
#footer .footertop h4 {margin-bottom: 10px;}
#footer .footerbot {background: #000; padding: 40px 0 30px 0;}
#footer .footerbot .inside {position: relative; width: 90%; padding: 0px 5%; max-width: 1410px; margin: 0 auto;}
#footer .footerbot .content-image {margin-top: 14px;}
#footer .content-text p a {text-decoration: none;}

body.home #footer .footertop .col-lg-2 {z-index: 1;}
body.home #footer .footertop .col-lg-5 {z-index: 2;}
body.home #footer .footertop .content-image {position: absolute; bottom: -134px; left: 0; height: calc(100% + 300px);}
body.home #footer .footertop .content-image figure {width: auto; height: 100%;}
body.home #footer .footertop .content-image img {content: url("../graphics/cs.png"); height: 100%; width: auto;}

#newsletter {position:relative; top: 130px;}



/*  LIGHTBOX	                                             */
/*************************************************************/
#cboxTitle {display: none !important;} 
#cboxLoadedContent {border: none;} 
#cboxNext {background: url("../graphics/lightbox-next.svg"); width: 35px; position: absolute; right: 15px; height: 45px; top: 53%; background-position: center; background-repeat: no-repeat; background-size: contain;} 
#cboxPrevious {background: url("../graphics/lightbox-prev.svg"); width: 35px; position: absolute; left: 15px; height: 45px; top: 53%; background-position: center; background-repeat: no-repeat; background-size: contain;} 
#cboxClose {background: url("../graphics/lightbox-close.svg"); width: 35px; position: absolute; right: 15px; top: 15px; height: 35px; background-position: center; background-repeat: no-repeat; background-size: contain;} 
#cboxCurrent {font-size: 14px;} 
.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {fill: #FFCD00;}

/*  FIXES		                                             */
/*************************************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:0px;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*Abstaende*/
.xoben0 {margin-top: 0px !important;}
.xoben10 {margin-top: 10px !important;}
.xoben20 {margin-top: 20px !important;}
.xoben30 {margin-top: 30px !important;}
.xoben40 {margin-top: 40px !important;}
.xoben50 {margin-top: 50px !important;}
.xoben60 {margin-top: 60px !important;}
.xoben70 {margin-top: 70px !important;}
.xoben80 {margin-top: 80px !important;}
.xoben90 {margin-top: 90px !important;}
.xoben100 {margin-top: 100px !important;}
.xoben110 {margin-top: 110px !important;}
.xoben120 {margin-top: 120px !important;}
.xoben130 {margin-top: 130px !important;}
.xoben140 {margin-top: 140px !important;}
.xoben150 {margin-top: 150px !important;}

.xunten0 {margin-bottom: 0px !important;}
.xunten10 {margin-bottom: 10px !important;}
.xunten20 {margin-bottom: 20px !important;}
.xunten30 {margin-bottom: 30px !important;}
.xunten40 {margin-bottom: 40px !important;}
.xunten50 {margin-bottom: 50px !important;}
.xunten60 {margin-bottom: 60px !important;}
.xunten70 {margin-bottom: 70px !important;}
.xunten80 {margin-bottom: 80px !important;}
.xunten90 {margin-bottom: 90px !important;}
.xunten100 {margin-bottom: 100px !important;}
.xunten110 {margin-bottom: 110px !important;}
.xunten120 {margin-bottom: 120px !important;}
.xunten130 {margin-bottom: 130px !important;}
.xunten140 {margin-bottom: 140px !important;}
.xunten150 {margin-bottom: 150px !important;}

/*  MEDIA QUERIES                                            */
/*************************************************************/
@media screen and (max-width: 1700px) {
	/*.mod_article.topbild .inside {height: 55vw;}
	.mod_article.topbild .inside .content-image, .mod_article.topbild .inside .content-image figure, .mod_article.topbild .inside .content-player {height: 55vw;}*/
	.mod_newslist .layout_latest h3 {font-size: 3vw; line-height: 3vw;}
}

@media screen and (max-width: 1500px) {
	.mod_article.topbild .content-text .rte {width: 100%;}
	h1 {font-size: 7rem; line-height: 7rem;}
	h2 {font-size: 7rem; line-height: 7rem;}
}

@media screen and (max-width: 1300px) {
  #header .navigation ul li a {padding: 0 5px;}
  #header .headerrechts .tranself {margin-left: 5px;}
  #header .logo {width: 273px;}
}

@media screen and (max-width: 1099px) {
  	html {--grid__gutter: 1.875rem;}
  	body.home .mod_article.topbild .inside .content-image.scrolldownarrow {display: none;}
	.linkboxen.vierspaltig .box {grid-column: span 4 / span 4;}
	.linkboxen.fuenfspaltig {grid-template-columns: repeat(12, minmax(0, 1fr));}
	.linkboxen.fuenfspaltig .box {grid-column: span 4 / span 4;}
	.linkboxen.sechsspaltig .box {grid-column: span 4 / span 4;}
	#header .navigation {display: none;}
	.mod_article .inside {padding: 30px 5%;}
	h1 {font-size: 4rem; line-height: 4rem;}
	h2 {font-size: 4rem; line-height: 4rem;}
	h3 {font-size: 3.2rem; line-height: 4rem;}
	h4 {font-size: 2rem; line-height: 3rem; letter-spacing: 0.5px;}
	body {font-size:2px; font-size:2rem; line-height: 3rem;}
	.content-hyperlink a {font-size:2rem; line-height: 3rem; padding: 7px 23px 5px 23px}
	.formbody .submit {font-size:2rem; line-height: 3rem; padding: 7px 23px 5px 23px}
	.mod_newsreader .back a {font-size:2rem; line-height: 3rem; padding: 7px 23px 5px 23px}
  .teamboxen {grid-gap: 20px;}
	.teamboxen .box .text-container h4 {font-size: 2.4rem; line-height: 2.6rem;}
	.teamboxen .box .text-container .email {font-size:2rem; line-height: 3rem; padding: 7px 23px 5px 23px}
	#header {height: 120px; background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 2%, rgba(0, 0, 0, 0.4) 100%);}
	#header .logo {width: 200px; margin-top: 25px;}
	#header .scrollheader {height: 80px;}
	body.nobild #container {padding-top: 100px;}
	.mod_article.topbild .content-text {bottom: 2%;}
	body .content-gallery.partner.content-gallery--cols-3 ul li {width: 48.5%;}
	body .content-gallery.partner.content-gallery--cols-3 ul li:nth-of-type(3n) {margin-right: 3%;}
	body .content-gallery.partner.content-gallery--cols-3 ul li:nth-of-type(2n) {margin-right: 0;}
  #mapcontainer.gross #map {height: calc(100vh - 80px);}
  #container .content-text.mapgross {margin-top: 0;}
  #header .headerrechts .tranself {margin: 25px 47px 0 0;}
  #header .headerrechts .tranself .eBMAEp {height: 29px;}
  #header .headerrechts .tranself .gGMqMr {height: 34px; padding: 0px 10px 0px 10px;}
  #header .headerrechts .tranself .jdohmS {font-size: 2.2rem; line-height: 3.2rem;}

	/*Abstaende*/
	.xoben0 {margin-top: 0px !important;}
	.xoben10 {margin-top: 0px !important;}
	.xoben20 {margin-top: 0px !important;}
	.xoben30 {margin-top: 0px !important;}
	.xoben40 {margin-top: 0px !important;}
	.xoben50 {margin-top: 0px !important;}
	.xoben60 {margin-top: 0px !important;}
	.xoben70 {margin-top: 0px !important;}
	.xoben80 {margin-top: 0px !important;}
	.xoben90 {margin-top: 0px !important;}
	.xoben100 {margin-top: 0px !important;}
	.xoben110 {margin-top: 0px !important;}
	.xoben120 {margin-top: 0px !important;}
	.xoben130 {margin-top: 0px !important;}
	.xoben140 {margin-top: 0px !important;}
	.xoben150 {margin-top: 0px !important;}

	.xunten0 {margin-bottom: 0px !important;}
	.xunten10 {margin-bottom: 0px !important;}
	.xunten20 {margin-bottom: 0px !important;}
	.xunten30 {margin-bottom: 0px !important;}
	.xunten40 {margin-bottom: 0px !important;}
	.xunten50 {margin-bottom: 0px !important;}
	.xunten60 {margin-bottom: 0px !important;}
	.xunten70 {margin-bottom: 0px !important;}
	.xunten80 {margin-bottom: 0px !important;}
	.xunten90 {margin-bottom: 0px !important;}
	.xunten100 {margin-bottom: 0px !important;}
	.xunten110 {margin-bottom: 0px !important;}
	.xunten120 {margin-bottom: 0px !important;}
	.xunten130 {margin-bottom: 0px !important;}
	.xunten140 {margin-bottom: 0px !important;}
	.xunten150 {margin-bottom: 0px !important;}
}

@media screen and (max-width: 940px) {
	.linkboxen.dreispaltig .box {grid-column: span 6 / span 6;}
	.linkboxen.vierspaltig .box {grid-column: span 6 / span 6;}
	.linkboxen.fuenfspaltig .box {grid-column: span 6 / span 6;}
	.linkboxen.sechsspaltig .box {grid-column: span 6 / span 6;}
    .teamboxen .box {grid-column: span 6 / span 6;}
    #scrollbanner .scrollbannerinnen {animation: marquee 10s linear infinite;}
    body.home .mod_article.topbild .inside {height: 100vh;}
	body.home .mod_article.topbild .inside .content-image, body.home .mod_article.topbild .inside .content-image figure, body.home .mod_article.topbild .inside .content-player {height: 100vh;}
	.mod_newslist {grid-template-columns: repeat(2, minmax(0, 1fr));}
	.mod_newslist .layout_latest h3 {font-size: 4vw; line-height: 4vw;}
	#footer .footertop .content-image {margin-bottom: 40px;}
	.geschichtecontainer .geschichte .box .inhalt {width: 35%;}
	.briefkasten img {max-width: 200px;}
  body.home #footer .footertop .content-image {display: none;}
}

@media screen and (max-width: 750px) {
	#container .content-text.media--left figure {width: 100%; margin-right: 0%;}
	#container .content-text.media--left .rte {width: 100%;}
	#container .content-text.media--right figure {float: none; width: 100%; margin-left: 0%;}
	#container .content-text.media--right .rte {width: 100%;}
    .linkboxen.zweispaltig .box {grid-column: span 12 / span 12;}
	.linkboxen.dreispaltig .box {grid-column: span 12 / span 12;}
	.linkboxen.vierspaltig .box {grid-column: span 12 / span 12;}
	.linkboxen.fuenfspaltig .box {grid-column: span 12 / span 12;}
	.linkboxen.sechsspaltig .box {grid-column: span 12 / span 12;}
    .teamboxen .box {grid-column: span 12 / span 12;}
    h4 img {display: none;}
	.mod_newslist {grid-template-columns: repeat(1, minmax(0, 1fr));}
	.mod_newslist .layout_latest h3 {font-size: 6vw; line-height: 6vw;}
	.linkboxenhz {padding: 60px 40px 70px 40px;}
	.linkboxenhz:before {top: initial;transform: none; left: 0; right: 0; margin: 0 auto;}
	.mod_article.topbild .inside {height: auto;}
	#container .mod_article.topbild .content-text {position: relative; margin-top: 30px; margin-bottom: 0;}
	#container .formbody .checkbox_container label {left: 0;}
	#container .formbody .checkbox_container span.lname {margin-right: 0; width: calc(100% - 55px);}
	.mod_newslist .layout_latest .text-container {top: initial; bottom: 0; height: auto; display: block; padding-bottom: 3vw; padding-top: 15vw; opacity: 1; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.8) 100%)}
	body .content-gallery.partner.content-gallery--cols-3 ul li {width: 100%; margin-right: 0;}
	.geschichtecontainer {background: url(../graphics/geschichte-pole.png) left top repeat-y; background-size: 70px;}
	.geschichtecontainer:before {background: url(../graphics/geschichte-pole-top.png) left bottom no-repeat; background-size: 70px;}
	.geschichtecontainer .geschichte .box {padding-left: 80px;}
	.geschichtecontainer .geschichte .box .jahr {position: relative; top: 0; margin: initial; margin-bottom: 15px;}
	.geschichtecontainer .geschichte .box .inhalt {width: 100%; float: none;}
	.geschichtecontainer .geschichte .box:nth-of-type(odd) .inhalt {float: none;}
  #map {height: 50vw;}

    .schmal75 {width: 100% !important; margin: 0 auto;}
    .schmal50 {width: 100% !important; margin: 0 auto;}
}

@media screen and (max-width: 500px) {
  body .content-gallery.masonry ul {min-width: initial !important;}
  body .content-gallery.masonry ul li {width: 100% !important;}
  #header .logo {width: 150px;}
  #header .headerrechts .tranself .eBMAEp .bUnird {display: none;}
}

/*  FONTS                                                    */
/*************************************************************/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 26, 2025 */
@font-face {
    font-family: 'wonder_unit_sansblack';
    src: url('Fonts/wonderunitsans-black-webfont.woff2') format('woff2'),
         url('Fonts/wonderunitsans-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'wonder_unit_sansbold';
    src: url('Fonts/wonderunitsans-bold-webfont.woff2') format('woff2'),
         url('Fonts/wonderunitsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'wonder_unit_sansextrabold';
    src: url('Fonts/wonderunitsans-extrabold-webfont.woff2') format('woff2'),
         url('Fonts/wonderunitsans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'wonder_unit_sanslight';
    src: url('Fonts/wonderunitsans-light-webfont.woff2') format('woff2'),
         url('Fonts/wonderunitsans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'wonder_unit_sansmedium';
    src: url('Fonts/wonderunitsans-medium-webfont.woff2') format('woff2'),
         url('Fonts/wonderunitsans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'wonder_unit_sansregular';
    src: url('Fonts/wonderunitsans-regular-webfont.woff2') format('woff2'),
         url('Fonts/wonderunitsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'wonder_unit_sanssemibold';
    src: url('Fonts/wonderunitsans-semibold-webfont.woff2') format('woff2'),
         url('Fonts/wonderunitsans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'wonder_unit_sansthin';
    src: url('Fonts/wonderunitsans-thin-webfont.woff2') format('woff2'),
         url('Fonts/wonderunitsans-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'wonder_unit_sansRgIt';
    src: url('Fonts/wonderunitsans-regularitalic-webfont.woff2') format('woff2'),
         url('Fonts/wonderunitsans-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'wonder_unit_sansbold_italic';
    src: url('Fonts/wonderunitsans-bolditalic-webfont.woff2') format('woff2'),
         url('Fonts/wonderunitsans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Arvo-BoldItalic';
    src: url('Fonts/Arvo-BoldItalic.woff2') format('woff2'),
        url('Fonts/Arvo-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Arvo-Italic';
    src: url('Fonts/Arvo-Italic.woff2') format('woff2'),
        url('Fonts/Arvo-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arvo-Bold';
    src: url('Fonts/Arvo-Bold.woff2') format('woff2'),
        url('Fonts/Arvo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Arvo-Regular';
    src: url('Fonts/Arvo.woff2') format('woff2'),
        url('Fonts/Arvo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




/*Abstaende*/
.oben0 {margin-top: 0px !important;}
.oben10 {margin-top: 10px !important;}
.oben20 {margin-top: 20px !important;}
.oben30 {margin-top: 30px !important;}
.oben40 {margin-top: 40px !important;}
.oben50 {margin-top: 50px !important;}
.oben60 {margin-top: 60px !important;}
.oben70 {margin-top: 70px !important;}
.oben80 {margin-top: 80px !important;}
.oben90 {margin-top: 90px !important;}
.oben100 {margin-top: 100px !important;}
.oben110 {margin-top: 110px !important;}
.oben120 {margin-top: 120px !important;}
.oben130 {margin-top: 130px !important;}
.oben140 {margin-top: 140px !important;}
.oben150 {margin-top: 150px !important;}

.unten0 {margin-bottom: 0px !important;}
.unten10 {margin-bottom: 10px !important;}
.unten20 {margin-bottom: 20px !important;}
.unten30 {margin-bottom: 30px !important;}
.unten40 {margin-bottom: 40px !important;}
.unten50 {margin-bottom: 50px !important;}
.unten60 {margin-bottom: 60px !important;}
.unten70 {margin-bottom: 70px !important;}
.unten80 {margin-bottom: 80px !important;}
.unten90 {margin-bottom: 90px !important;}
.unten100 {margin-bottom: 100px !important;}
.unten110 {margin-bottom: 110px !important;}
.unten120 {margin-bottom: 120px !important;}
.unten130 {margin-bottom: 130px !important;}
.unten140 {margin-bottom: 140px !important;}
.unten150 {margin-bottom: 150px !important;}