body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/* Wrapper für Navigation */
.modnav-wrapper {
  position: relative !important;
  display: none;
}

/* Hamburgerbutton (nur mobil sichtbar) */
.modnav-hamburger {
  display: none !important;
  position: relative !important;
  width: 30px !important;
  height: 24px !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  z-index: 1100 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Hamburgerlinien */
.modnav-hamburger-line {
  display: block !important;
  width: 100% !important;
  height: 3px !important;
  background: #000 !important;
  margin: 4px 0 !important;
  transition: background-color 0.3s ease !important;
}

/* Menü */
.modnav-menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Links */
.modnav-link {
  text-decoration: none !important;
  color: inherit !important;
  display: block !important;
  padding: 10px 0 !important;
  border-bottom: unset !important;
}

/* --- Mobile Styles --- */
@media (max-width: 1175px) {
  .modnav-hamburger {
    display: block !important;
  }
  .modnav-wrapper {
    display: flex !important;
    align-items: center !important;
  }
  .desktopnav {
    display: none !important;
  }
  .Header-Infos {
    display: none !important;
  }
  .Main-Header {
    padding-top: 10px !important;
  }

  .modnav-menu {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: #000 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    font-size: 1.5rem !important;
    z-index: 1050 !important;
  }

  .modnav-menu[hidden] {
    display: none !important;
  }

  .modnav-link {
    color: #fff !important;
  }
}

/* Hamburger aktiv – Linien weiß */
.modnav-hamburger[aria-expanded="true"] .modnav-hamburger-line {
  background: #fff !important;
}

@font-face {
    font-family: 'Hikasami';
    src: url('../../files/zwanzig57/fonts/Bronova Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
	font-family: "Hikasami";
	letter-spacing: 0.5px;
}
#main div.inside:first-of-type {
	min-height: 100vh;
}
.Header-Infos {
	display: flex;
	justify-content: space-between;
	padding-inline: 10%;
	background-color: black;
	align-items: center;
	padding-bottom: 5px;
	padding-top: 5px;
	position: fixed;
	width: 80%;
	z-index: 9999;
}

.Header-Infos a {
	color: white;
	text-decoration: none;
}

.Header-Infos div {
	display: flex;
	align-items: center;
}

.Header-Infos .Header-Email img {
	height: 23px;
	padding-right: 5px;
}

.Header-Infos .Header-Adresse img {
    height: 25px;
    padding-right: 5px;
    padding-block: 5px;
}

.Header-Infos .Header-Telefon img {
	height: 23px;
	padding-right: 5px;
}

.Main-Header {
	display: flex;
	justify-content: space-between;
	padding-inline: 10%;
	padding-top: 55px;
	padding-bottom: 10px;
}

.Main-Header a {
	color: #CCAD5F;
	text-decoration: none;
	font-weight: bold;
	padding-inline: 20px;
	border-bottom: 1px white solid;
	padding-bottom: 5px;
}
.Banner {
	width: 100%;
}
.text_fullwidth {
	margin-inline: 5%;
	text-align: justify;
}
.headline_home {
    margin-inline: 5%;
    text-align: center;
    font-weight: 100;
    position: absolute;
    bottom: 100px;
    width: calc(100vw - 10%);
    text-align: center;
    font-size: 18pt;
}

.Dropdown-Wrapper {
  position: relative;
  display: inline-block;
}

.Dropdown-Content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1;
}

.Dropdown-Content a {
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}

.Dropdown-Content a:hover {
  background-color: #f1f1f1;
}

.Dropdown-Wrapper:hover .Dropdown-Content {
  display: block;
}

.Main-Header a:not(.Dropdown-Auswahl) {
	transition: border-color 0.5s;
}

.Main-Header a:not(.Dropdown-Auswahl):hover {
	border-color: black;
}

.Header-Logo {
	cursor: pointer;
}
.locationbox {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*margin-inline: 5%;*/
}
.locationbox .location {
	width: 50%;
	margin-inline: 5%;
}
.locationbox .text_kontakt, .locationbox .kontaktbox {
	margin-inline: unset !important;
}
#article-9 {
	border-top: 1px solid rgba(144, 144, 144, 0.5);
}
/*#article-2 {
    background: #737373;
}*/
.Unternehmenbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-inline: 5%;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    gap: 50px;
    justify-content: center;
}
.DLbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-inline: 5%;
    margin: auto;
    padding-block: 80px;
    gap: 50px;
    justify-content: center;
    background: #737373;
}
.unternehmenboximg {
    width: 35%;
}
.unternehmenboximg img {
    width: 100%;
}
.unternehmenboxtxt {
    width: 40%;
}
.headline_unternehmen {
    background: #CCAD5F;
    padding: 30px 80px 30px 80px;
    text-align: center;
    margin-left: -100px;
    box-shadow: 0px 0px 8px 4px #00000052;
}
.text_unternehmen {
    color: white;
    text-align: justify;
    padding-right: 50px;
    font-size: 14pt;
}
.header_dienstleistung {
    margin-inline: 5%;
    font-size: 18pt;
}
.text_fullwidth {
    margin-inline: 5%;
    text-align: justify;
}
.list_unternehmen {
    margin-top: -1em;
    padding-inline-start: 20px;
}
.list_unternehmen span {
    font-size: 12pt !important;
}
.header_karriere {
    background: #CCAD5F;
    padding: 20px 20px;
    margin-inline: 5%;
    box-shadow: 0px 0px 8px 4px #00000052;
}
#article-6 {
    height: max-content;
    background: #737373;
}
.Bewerbung {
    background: white;
    margin-inline: 5%;
    padding-block: 20px;
    margin-bottom: 50px;
}
.Bewerbung div.widget {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}
.Bewerbung label {
    color: #737373;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}
.Bewerbung span.mandatory {
    color: red;
}
.Bewerbung input {
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #73737387;
}
.Bewerbung textarea {
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #73737387;
}
.text_kontakt {
    margin-inline: 5%;
}
/*.kontaktbox {
    margin-inline: 5%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 200px;
    row-gap: 50px;
}*/
.kontaktboxtable tr td:first-of-type {
    padding-right: 20px;
}
.kontaktboxtable td {
    padding-block-start: 0.85em;
}
.kontaktboxtable a {
    text-decoration: none;
    color: black;
}
.bannertxtbox {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    width: 400px;
    box-shadow: 0px 0px 8px 4px #00000052;
    position: absolute;
    margin-right: 60vw;
    background: white;
    padding: 10px 10px 0 10px;
    max-width: calc(100vw - 10% - 20px);
}
.bannertxtboxheadline {
    font-size: 16pt;
    text-align: center;
}
.dlbannerbox {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dlbannerbox img {
    min-width: 1387px;
}
.Bewerbung .submit {
    border: none;
    background-color: #CCAD5F;
    width: max-content;
    padding: 10px 50px;
    font-weight: bold;
    font-size: 100%;
}
.Bewerbung .submit:hover {
    cursor: pointer;
}
#article-8 {
    background-color: #737373;
}
.dlnflexbox {
    display: flex;
    justify-content: space-around;
    margin-inline: 5%;
    height: calc(100vh - 327px);
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    min-height: max-content;
    padding-top: 30px;
    padding-bottom: 70px;
}
.dlnflexbox .bannertxtbox {
    justify-content: space-between;
    height: 100%;
}
.homeflexbox {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    background: #737373;
    width: 100vw;
    flex-wrap: wrap;
}
.homeflexboxtxt {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 305px;
}
.homeflexboxtxt p {
    font-size: 2rem;
    color: white;
    text-align: center;
}
.underline {
    width: 50%;
    border-bottom: 1px solid white;
}
.homeflexboximg {
    width: 35%;
    display: flex;
    min-width: 305px;
}
.Header-Infos img {
    filter: invert(1);
}
.footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    background: black;
    bottom: -50px;
    position: absolute;
    width: 100%;
    flex-wrap: wrap;
}
.footer p {
    color: white;
    padding-inline: 5px;
}
.footer p:hover {
    cursor: pointer;
}
.footer a {
    color: white;
    text-decoration: none;
}
#main div.inside:first-of-type {
    min-height: calc(100vh - 227px);
    margin-bottom: 50px;
}
#article-10 {
    border-top: 1px solid rgba(144, 144, 144, 0.5);
}
#article-10 a {
    color: black;
    text-decoration: none;
}
.bannertxtboxtxt {
    text-align: justify;
}
.Stellenauschreibung .content-text {
    margin-inline: 5%;
}
.Stellenauschreibung {
    border-top: 1px solid rgba(144, 144, 144, 0.5);
}
#article-7 {
    border-top: 1px solid rgba(144, 144, 144, 0.5);
}
#article-1 {
    position: absolute;
    width: 100vw;
    height: 100vh;
    margin-top: -177px;
    display: flex;
    align-items: center;
}
#header {
    z-index: 999;
    position: sticky;
}
.polaroid {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 10px 10px 0 10px;
}
.polaroid p {
    text-align: center;
    font-size: 14pt;
}
#ctrl_11 {
    padding-left: 129px; 
    border: none;
    width: max-content;
}
#ctrl_11:before {
    content: "Dateien auswählen";
    border: none;
    background-color: #CCAD5F;
    padding: 10px 50px;
    font-weight: bold;
    font-size: 100%;
    position: absolute;
    margin-left: -130px;
    margin-top: -9px;
    height: 22px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#ctrl_12 {
    border: none;
    padding-left: 0;
}
#ctrl_12 span {
    display: flex;
    align-items: flex-start;
}
#ctrl_12 input {
    margin: 1px 10px 0 0;
}
#ctrl_12 label {
    color: black;
    font-weight: 100;
}
#ctrl_10 {
    width: 100% !important;
    min-height: 100px !important;
    max-height: 500px !important;
}
.mobilekontakt {
    display: none;
}
.mobkonbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 182px);
    gap: 100px;
    font-size: calc(14pt + 2vw);
    background: #737373;
    font-weight: bold;
    padding-inline: 5%;
    text-align: center;
    text-decoration: underline;
}
.mobkonbox a {
    color: white;
}
@media (max-width: 649px) {
    #article-1 {
        position: unset !important;
        width: unset !important;
        height: unset !important;
        margin-top: unset !important;
        flex-direction: column;
    }
    .headline_home {
        position: unset !important;
    }
}
@media (max-width: 1376px) {
    .Unternehmenbox {
        flex-direction: column !important;
    }
    .DLbox {
        flex-direction: column !important;
    }
    .headline_unternehmen {
        margin-left: unset !important;
        padding-inline: 5% !important;
    }
    .headline_home {
        margin-bottom: 70px;
    }
    .unternehmenboxtxt {
        width: 90% !important;
        margin-inline: 5% !important;
    }
    .unternehmenboximg {
        width: unset !important;
        max-width: 600px;
        margin-inline: 5%;
    }
    .text_unternehmen {
        padding-right: unset !important;
    }
}
@media (max-width: 900px) {
    .desktopkontakt {
        display: none !important;
    }
    .mobilekontakt {
        display: block !important;
    }
}

