/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
************************************************************
Copyright:  (c) 2022 interaktiv manufaktur
Website:    www.interaktiv-manufaktur.de
************************************************************
*/

/*****************************************************************
*********** Document
******************************************************************/

html {
    height: 100%;
}

body {
    height: 100%;
    font-size: 16px;
}

/*****************************************************************
*********** Allgemeine Selectoren
******************************************************************/
h1 {

}

h2 {
    /*margin-bottom: 20px;*/
}

h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
}


p {
    font-size: 16px;
    line-height: 21px;
}

span {
    font-size: 16px;
    line-height: 21px;
}

em {
    font-size: 16px;
    line-height: 21px;
}

strong {
    font-size: 16px;
    line-height: 21px;
}

li {
    font-size: inherit;
    width: auto;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ol {
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    z-index: 999;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.contentbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}


.infobox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    clear: both;
    margin-bottom: 55px;
}


.text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 1em;
    z-index: 9999999;
}

.lang-selector-mobile {
    display: none;
}

#main-navigation {
    display: inline-block;
    padding: 25px 0px 0px;
    margin-bottom: 15px;
    width: 100%;
    z-index: 999;
}


#content-canvas {
    width: 75%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    float: left;
    /*padding: 0px 10px;*/
    /*margin-left: 35px;*/
    /*margin-right: 35px;*/
}

#content-canvas.error {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}

#content-canvas.error h1 {
    text-align: center;
}

#info-canvas {
    width: 100%;
    max-width: 270px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    float: right;
    margin-top: 9px;
}


#info-canvas.standard {
    display: none;
}

#nav2-canvas {
    width: calc(20% - 30px);
    max-width: 200px;
    margin-right: 80px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: auto;
    /*padding-right: 20px;*/
}

.nav2 {
    height: auto;
    overflow: hidden;
}

.nav2-item {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav2-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
}

.nav2-link span {
    font-weight: 700;
}

#main-canvas.standard_no_info {
    max-width: 1400px;
}

#content-canvas {
    /*margin-left: 2.5%;*/
}

#content-canvas.standard_no_info {
    width: 100%;
}

#content-canvas.standard.visibleAsideCanvas {
    width: calc(100% - 630px);
    max-width: 770px;
}

#content-canvas.standard {
    width: calc(100% - 350px);
}

#content-canvas.standard_no_info.visibleAsideCanvas {
    width: 75%;
}

#content-canvas.standard_no_info {
    width: 100%;
}

#content-canvas.start {
    width: calc(100% - 350px)
}

#content-canvas.start.aside {
    width: 50%;
}

/*****************************************************************
*********** Header
******************************************************************/

#head-canvas {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding-left: 0px;
    padding-top: 15px;
    max-width: 1400px;
    margin: auto;
}

#logo {
    width: 100%;
    max-width: 220px;
    overflow: hidden;
}

#logo img {
    width: auto;
    height: auto;
    display: block;
}

#head-image {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1920px;
    margin: auto;
    z-index: 500;
}

#head-image img {
    /*
     -webkit-filter: brightness(70%);
     filter: brightness(70%);
    */
}

.head-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.menu-line {
    line-height: 40px;
}

/*****************************************************************
*********** Footer
******************************************************************/

#footer-canvas {
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding: 30px 0px 60px;
    max-width: 1400px;
    margin: auto;
}

@media only screen and (max-width: 1220px) {
    #footer-canvas {
        padding: 30px 0px 0;
    }

    .nav-footer {
        /*padding: 0px 35px;*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #footer-bar {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        text-align: center;
    }

}

#footer-canvas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footer-canvas .column {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
}

#footer-canvas .column .text {
    line-height: 22px;
}


#footer-bar {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding: 0px;
    max-width: 1400px;
    margin: auto;
    padding-bottom: 15px;
}

.nav-footer {
    width: auto;
    height: auto;
    overflow: hidden;
    list-style: none !important;
}

#footer-canvas .copyright {
    margin-top: 15px;
}

.nav-footer-item {
    width: auto;
    height: auto;
    float: none;
    margin-right: 0px;
}

.nav-footer-link {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.nav-footer-link span {
    color: #fff;
}

.social-media-link {
    display: block;
    overflow: hidden;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
}

.social-media-link i {
    font-size: 33px;
}

/*****************************************************************
*********** Content
******************************************************************/

#slider {
    width: 100%;
    display: block;
    overflow: hidden;
}

#slider .slick-slide {
    max-height: 600px;
}

#slider .slick-slide div {
    max-height: 600px;
    /*    display: menu-line;*/
}

.slick-next::before,
.slick-prev::before {
    content: '';
}

.slick-next,
.slick-prev {
    width: 24px;
    height: 46px;
    position: absolute;
    top: calc(50% - 23px);
    z-index: 999;
    cursor: pointer;
}

.slick-next {
    right: 25px;
    background: url(/_images/icons/slider-arrow-next.png) center center no-repeat;
    background-size: cover;
}

.slick-prev {
    left: 25px;
    background: url(/_images/icons/slider-arrow-prev.png) center center no-repeat;
    background-size: cover;
}

.slick-slide img {
    width: 100%;
    /*
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
    */
}

.slick-dots {
    display: none;
}

.slider-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 210px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slider-caption span {
    display: block;
    text-align: center;
}

#main-canvas {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    max-width: 1400px;
    margin: auto;
    padding-top: 55px;
}


#page-canvas {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    /*max-width:1400px;*/
    margin: 0 auto;
    margin-top: 15px;
    /*margin-bottom: 15px;*/
}

.menu-button {
    display: none;
}

.menu-trigger {
    display: menu-line;
    height: 40px;
    width: 35px;
    cursor: pointer;
    display: none;
}

.mobile-div {
    position: fixed;
    height: 0px;
    width: 100vw;
    overflow: hidden;
    z-index: 99999999;
    top: 73px;
    left: 0px;
    -webkit-transition: ease-in-out .6s;
    -o-transition: ease-in-out .6s;
    transition: ease-in-out .6s;
}

.menu-line {
    width: 100%;
    height: 4px;
    border-radius: 3px;
    margin-bottom: 6px;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}

.menu-button:hover .menu-line:nth-child(2) {
    width: 80%;
}

.menu-button-close:hover .menu-line:nth-child(1), .menu-button-close:hover .menu-line:nth-child(3) {
    width: 80%;
}

.menu-button-close {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;

}


.mobile-menu {
    height: auto;
    width: auto;
    text-align: center;
    display: block;
    /*display: none;*/
}

.nav1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav1-item {
    float: none;
}

.nav1-mobile {
    width: auto;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 30px;
    height: auto;
    overflow: hidden;

}

.nav1-mobile li {
    width: 100vw;
}

/*.nav1-mobile-link {
   font-size: 35px;
}*/

/*#### meta-nav ####*/

#meta-navigation {
    float: right;
    margin-right: 80px;
}

#meta-navigation .nav-meta-item {
    display: inline-block;
    margin-right: 5px;
}

#meta-navigation .nav-meta-link {
    display: inline-block;
}

/*#### lang selector ####*/

.lang-selector {
    float: right;
    width: 270px;
}

.lang-selector-item {
    display: block;
    float: right;
}

.lang-selector-link {
    display: inline-block;
    padding: 10px;
}

.lang-selector-link:hover {
    padding: 10px;
}

.lang-selector-link.lang-de::before {
    content: ' ';
    display: inline-block;
    position: relative;
    background: url('/_images/flagge-de.png') no-repeat;
    width: 25px;
    height: 15px;
    background-size: 100% auto;
    margin-right: 7px;
    margin-top: 3px;
}

.lang-selector-link.lang-en::before {
    content: ' ';
    display: inline-block;
    position: relative;
    background: url('/_images/flagge-gb.png') no-repeat;
    width: 25px;
    height: 15px;
    background-size: 100% auto;
    margin-right: 7px;
    margin-top: 3px;
}

.top-navigation {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
}

/*****************************************************************
*********** Seitenelemente
******************************************************************/

/******************* contact-info *************************/

.contact-info {
    padding-bottom: 45px;
}

.contact-info p {
    margin-bottom: 10px;
}

/******************* contactform *************************/
.custom-form {
    max-width: 850px;
}

.contactform {
    padding-top: 10px;
    /*text-align: center;*/
    padding-bottom: 25px;
}


.contactform .defaultform {
    width: 80%;
    /*padding: 50px 10%;*/
    /*text-align: center;*/

}

.contactform .email2 {
    display: none;
}

/*.contactform .textbox {
   height: 30px;
   width: 100%;
   padding: 2px 6px;
   margin-bottom: 15px;
   max-width: 300px;
}*/

.contactform #nachricht {
    width: 300px;
    height: 100px;
    padding: 10px;
}


.contactform .form-label {
    width: 100px;
    display: inline-block;
}

#email2, .email2 {
    display: none;
}

.contactform .form-info, .contactform .title {
    margin-left: 0px;
}

.form-row.nachricht {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contactform .form-row.email {
    display: none;
}

/*.contactform .form-row label {
   display: inline-block;
   width: 100px;
}*/

.contactform .form-label {
    text-align: left;
}

.contact-form-table {
    width: 100%;
}

.contactform .td-label label {
    line-height: 36px;
}

@media only screen and (max-width: 340px) {
    .contactform .textbox {
        margin-left: 15px;
        width: 64%;
    }
}

/******************* downloads-info *************************/

.downloads-info {
    /*padding:15px;*/
    /*padding-bottom: 45px;*/
}

.downloads-info .menu-line {

}

.downloads-info .downloads-list {
    overflow: hidden;
}

.download-item {
    margin-bottom: 10px;
    display: block;
    clear: both;
}

.download-list .download-item:nth-last-child() {
    margin-bottom: 0px !important;
}

.download-link {

}

.download-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.downloads-info .headline {
    margin-bottom: 20px;
}

/******************* images-main *************************/

.images-main {
    padding-bottom: 45px;
}

.gallery-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.gallery-image {

}

.gallery-detail-main .back-item {
    margin-top: 25px;
}

/*###### gallery-list ######*/

.gallery-list-main {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.gallery-list-main .item {

}

.gallery-list-main .item:nth-child(3n) {
    margin-right: 0px;
}

.gallery-list-main .text-container {
    padding: 5px 10px;
    margin: 0px;
}

.gallery-list-main h2 {
    padding: 0px;
    margin: 0px !important;
    line-height: 22px;
}

/******************* image-fullsize-main *************************/

.image-fullsize-main {
    padding-bottom: 45px;
}

/******************* image-text-three-columns-main *************************/

.image-text-three-columns-main {
    padding-bottom: 45px;
}

.image-text-three-columns-main .col {
    width: calc(100% / 3 - 30px);
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 45px;
}

.image-text-three-columns-main .col img {
    margin-bottom: 20px;
}

.image-text-three-columns-main .col1 {
    margin-left: 0;
}

/******************* info-teaser-main *************************/

.info-teaser-main {
    padding: 20px 0px 35px;
}

.info-teaser-main .info {
    width: calc(100% / 3 - 5px);
    float: left;
    text-align: center;
    padding: 20px 0px;
    margin-right: 5px;
}

.info-teaser-main .info-headline {
    margin: 0px;
    /*font-size: 30px;*/
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.info-teaser-main .info p {
    font-weight: 700;
    font-size: 20px;
}

.info-teaser-main .line {
    display: inline-block;
    width: 60px;
    height: 4px;
    margin-bottom: 5px;
}

/******************* map-main *************************/

.maps-main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 25px;
    padding-top: 25px;
}

#googlemaps-main-mapcontainer,
.openstreetmap-container {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    width: 100%;
}

/******************* overviewpages-main *************************/


/******************* text-image-list-main *************************/

.text-image-list-main {

}

.text-image-list-main .box {
    width: calc(100% / 3);
    float: left;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.text-image-list-main .box:nth-child(2) {
    padding-left: 0px;
}

.text-image-list-main .box:nth-child(4) {
    padding-right: 0px;
}

.text-image-list-main-image {
    margin-bottom: 15px;
}

/******************* text-image-main *************************/

.text-image-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.text-image-main p {
    display: block;
    margin-bottom: 10px;
}

.text-image-main img {
    width: 100%;
}

.text-image-main .right-column {
    width: 50%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.text-image-main .left-column {
    width: 50%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;

}

.text-image-main .left-column .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.text-image-main .right-column .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*############# text-image-senkrecht-main #############*/


.text-image-senkrecht-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.text-image-senkrecht-main p {
    display: block;
    margin-bottom: 10px;
}

.text-image-senkrecht-main img {
    width: 100%;
}

.text-image-senkrecht-main .right-column.image {
    width: 240px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.text-image-senkrecht-main .right-column.text {
    width: calc(100% - 240px);
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.text-image-senkrecht-main .left-column.text {
    width: calc(100% - 240px);
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;

}

.text-image-senkrecht-main .left-column.image {
    width: 240px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;

}

.text-image-senkrecht-main .left-column .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.text-image-senkrecht-main .right-column .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/******************* text-main *************************/

.text-main .text {
    display: block;
    overflow: hidden;

}

.text-main .text p {
    margin-bottom: 10px;
}


.text-main caption {
    text-align: center;
    margin-bottom: 5px;
}

/******************* texteditor-info *************************/

.text-info {
    /*padding: 15px;*/
    padding-bottom: 45px;
}

.text-info p {
    padding-bottom: 10px;
}

/******************* media-main *************************/


.media-main .movie {
    width: 100%;
    height: auto;
    display: block;
}

.movie-box.youtube,
.movie-box.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.movie-box.youtube iframe,
.movie-box.youtube object,
.movie-box.youtube embed,
.movie-box.video iframe,
.movie-box.video object,
.movie-box.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*#### privacy-main ####*/

.privacy-main p {
    padding-bottom: 5px;
}

.privacy-main .opt-out {
    padding: 10px 0px;
}

/*#### text ####*/

.text ul, .text ol {
    display: block;
    padding: 10px 20px;
}

/*### downloads-main ###*/


.downloads-main li {
    float: none;
}

/* ********** contact formular ********** */
.defaultform textarea,
.form-row textarea {
    display: block;
    width: calc(100% - 145px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    font-size: 13px;
    resize: vertical;
}


.form-row,
.defaultform .form-submit-container {
    float: left;
    width: 100%;
    display: block;
    margin-top: 10px;
}

.form-row.email {
    display: none;
}

.form-row label {
    float: left;
    width: 145px;
    padding: 5px 0;
}

.form-row input {
    float: left;
}

.form-row input[type="text"],
.form-row input[type="password"],
.form-row input[type="email"] {
    width: calc(100% - 147px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 13px;
    display: block;
}

.form-row input[type="radio"] {
    margin: 5px 5px 0 0;
    height: 20px;
}

.form-row.no-display {
    display: none;
}

.form-row.bund select {
    width: 321px;
}

.form-row.mailmail {
    display: none;
}

.button-submit {
    border: none;
    cursor: pointer;
    margin-left: 100px;
    font-size: 13px;
    display: inline-block;
    margin-top: 11px;
    margin-left: 145px;
    padding: 10px 15px;
}

.defaultform .form-submit-container {
    margin-top: 20px;
}

.defaultform select {
    display: block;
    width: 100%;
    padding: 5px;
    width: calc(100% - 147px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button-submit:hover {
    text-decoration: none;
    opacity: 1;
}


.form-row input.Error {
    border: 1px solid #ff0000;
}

.form-row.plz label {
    float: left;
    width: auto;
}

.form-plz-ort-label {
    float: left;
    width: 145px;
}

.form-row.plz span {
    float: left;
    margin-top: 5px;
}

.plz-ort-input-wrapper {
    width: 440px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.plz-input,
.ort-input {
    display: block;
    overflow: hidden;
}

.plz-input {
    width: calc(40% - 8px);

}

.ort-input {
    width: 100%;
    padding-left: 8px;
}

.plz-input .textbox {
    width: 100% !important;
}

.ort-input .textbox {
    width: 100% !important;
}

.form-error p {
    padding: 12px;
    border: 1px solid #ff0000;
    display: inline-block;
}

.menu-button.checked .menu-line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.menu-button.checked .menu-line:nth-child(2) {
    opacity: 0;
}

.menu-button.checked .menu-line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}


/***************** events ***************************/


.events-overview-info {
    width: 100%;
    /*margin-bottom: 40px;*/
}

.events-overview-info .main-headline {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

.events-overview-info .events-container {
    padding: 5px 8px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}


/*#### oveviewpages-main ####*/

.overviewpages-main {
    display: block;
}

.overviewpages-main .overview-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px
}

.overviewpages-main .image-container {
    display: inline-block;
    padding-right: 20px;

}

.overviewpages-main .image-container img {
    width: auto;
}

.overviewpages-main .text-container {
    display: inline-block;
}


/*#### .event-filter-info ####*/

.event-filter-items-mobile {
    display: none;
}

.event-filter-info {
    display: block;
    overflow: hidden;
    padding-bottom: 50px;
}

.event-filter-item {
    display: block;
    width: 100%;
    margin-top: 5px;
    height: auto;
    min-height: 45px;
}

.event-filter-link {
    padding: 12px 20px;
    display: block;
    width: 100%;
    /*margin-top: 5px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.event-filter-link .amount {
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 14px;
    float: right;
    margin-right: 20px;
}


.event-filter-items-level2 {
    display: none;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 0px;
}

.event-filter-items-level2.active {
    display: block;
}

.event-filter-items-level2 .event-filter-link {
    padding: 5px 10px;
    margin-top: 5px;
    margin-left: 10px;

}

.event-filter-items-level2 .event-filter-item {
    height: auto;
    margin-top: 0px;
}


.event-container {
    width: 100%;
    display: block;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*font-size: 18px;*/
    margin-bottom: 25px;
    position: relative;
}

.event-container .headline {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.event-container .introtext {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.event-container .information-container {
    display: inline-block;
    padding: 15px;
    margin-top: 10px;
}

.event-container .button-container {
    display: block;
}

.event-container .link {
    display: inline-block;
    margin-top: 15px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
}


.events-calendarlist {
    margin-bottom: 25px;
}

.events-calendarlist h2.calenderlist-groupheadline {
    font-family: 'Lato';
    font-weight: 700;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 700;
}

.link-button {
    display: inline-block;
    margin-top: 15px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
}


.online-icon {
    display: inline-block;
    height: 55px;
    width: 55px;
    position: absolute;
    top: 10px;
    right: 20px;
    background: url('/_images/ic_online.svg') center center no-repeat;
    background-size: cover;
}

.link-container.top {
    margin-bottom: 20px;
}

/*### events-detail-main ####*/

.events-detail-main {

}

.events-detail-main .introtext {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.events-detail-main .information-container {
    display: block;
    width: 50%;
}

.events-detail-main .copytext {
    margin-top: 20px;
}

.events-detail-main .notes {
    margin-top: 20px;
    margin-bottom: 20px;
}


/*### events-registration-main ####*/

.events-registration .headline {
    padding: 10px 0px 15px;
}

.events-registration .detail {
    padding: 25px 0px;
    display: block;
}


#detail-container .contentbox {
    margin-bottom: 55px;
}

/*##### news-list #####*/

.news-list {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding-top: 25px;*/
}

.news-list .item {
    display: block;
    width: 100%;
    padding: 0px 0px 25px;
    margin-bottom: 25px;
    overflow: hidden;
}

.news-list .image-container {
    display: block;
    float: left;
    width: 30%;
    max-width: 270px;
    margin-right: 20px;
}

.news-list .image-container image {
    display: inline-block;
    width: 100%;
    height: auto;
}

.news-list .text-container {
    float: left;
    width: auto;
    max-width: calc(100% - 290px);
}

.news-list .text-container .headline {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block;
}

.news-list .text-container .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list .text-container .detail-link {
    margin-top: 20px;
    display: inline-block;
}


/*#### news-detail #####*/

.news-detail-main .introtext {
    display: block;
    margin-bottom: 10px;
}

.news-detail-main .copytext p {
    display: block;
    margin-bottom: 10px;
}

.news-detail-main .date {
    margin-top: 5px;
}

.news-detail-main .back-item {
    margin-top: 10px;
}

/********* news-detail-info ***********/

.news-detail-info .gallery-image {
    max-width: 330px;
    width: 100%;
}

/*###### image-info ########*/

.image-info .image-subline {
    display: block;
    margin-top: 10px;
}

.image-info img {
    max-width: 270px;
}

/*####### texteditor-main #######*/

.texteditor-main .image-container {
    display: block;
    margin-bottom: 20px;
}


/*### image-main ####*/
.image-main .text {
    display: block;
}

.image-main .overlay-image {
    display: block;
    margin-bottom: 20px;
}


/* ********** search-container ********** */

.search-container {
    position: absolute;
    top: 85px;
    right: 0px;
    z-index: 999;
}

.search-container .search-input {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
    width: 221px;
}

.search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    /*margin-right: 16px;*/
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.search-container button:hover {
    background: #ccc;
}


@media only screen and (max-width: 1024px) {
    .search-container {
        display: none
    }

    #mobile-searchbutton {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 1040px) {
    .search-container .search-input {
        width: 160px;
    }
}


#mobile-searchbutton {
    display: none;
    position: absolute;
    right: 70px;
    width: 45px;
    padding: 5px;
    cursor: pointer;
    top: 5px;

}

#mobile-searchbutton .icon, #mobile-searchbutton .text {
    display: inline-block;
    width: 45px;
    text-align: center;
    font-size: 22px;
}


#mobile-search-box {
    position: relative;
    z-index: 999;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 40px 00px;
    height: 0px;
    overflow: hidden;
    -webkit-transition: ease-in-out .4s;
    -o-transition: ease-in-out .4s;
    transition: ease-in-out .4s;
    display: none;
    top: 5px;
}

#mobile-search-box .search-input {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
    background-color: #efefef;
    float: left;
    width: calc(100% - 65px);
}

#mobile-search-box button {
    float: left;
    ;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

/* ********** search-main ********** */
.search-main {
    width: 100%
}

.search-main .searchresult-header {
    margin-bottom: 30px
}

.search-main .searchresult-header .keyword {
    font-weight: 700
}

.search-main .searchresult-group {
    margin-bottom: 30px;
    width: 100%
}

.search-main .searchresult-group .header:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f107';
    display: inline-block;
    margin-right: 10px;
    font-size: 22px;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.search-main .searchresult-group .header.active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-main .searchresult-group .header {
    font-size: 21px;
    font-family: klavika-bold, arial, sans-serif;
    display: block;
    border-bottom: 1px solid #A4B7E0;
    margin-bottom: 15px;
    padding: 0 0 3px 17px;
    background: url(/_images/ic_subnav-trigger_3.png) left 4px no-repeat;
    background-size: 11px 64px;
    cursor: pointer
}

.search-main .searchresult-group .header.active {
    background-position: left -47px
}

.search-main .searchresult-list {
    display: none
}

.search-main .searchresult-list ul {
    display: inline
}

.search-main .searchresult-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #706F6F;
    display: block;
    width: 100%;
    float: none;
}

.search-main .searchresult-link {
    font-size: 16px;
    cursor: pointer;
}

.search-main .searchresult-item .keyword {
    font-weight: 700
}

.search-main .searchresult-item .date {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px
}

.error-text {
    display: block;
    margin: 10px 0px;
}

.error-link {
    margin-top: 10px;
    display: block;
}



#job-list-search-form .select2-container--default .select2-selection--single {
    border: none;
}

#job-list-search-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 20px;
    color: #707070;
    line-height: 30px;
}

#job-list-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 20px;
    color: #707070;
}

#job-list-search-form .select2-container--open .select2-dropdown--below {
    left: -55px;
    margin-top: 10px;
    border: none;
}

#job-list-search-form .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #FF8C00;
}

#job-list-search-form .select2-results {
    font-size: 20px;
    color: #707070;
    line-height: 35px;
}

body {
    height: 100%;
    font-size: 16px;
    background: url(/_images/ellipse.png) center center no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-color: #E4E4E4;
    background-position-y: -920px;
    background-position-x: -544px;
    background-size: 139%;
    font-family: "Open Sans Regular";
    color: #707070;
}

h1, h2, h3, h4 {
    font-family: "Open Sans Bold";
    color: #707070;
    font-size: 24px;
    line-height: 27px;
}

h1 {
    font-family: "Open Sans Regular";
    color: #FF8C00;
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 30px;
    text-transform: uppercase;
    width: 100%;
    height: auto;
}

h2 {
    font-size: 26px;
    line-height: 36px;
    height: auto;
    word-wrap: break-word;
    hyphens: auto;
}

strong {
    font-family: "Open Sans Bold";
    font-size: 18px;
}

a,
a:hover {
    color: #FF8C00
}

img {
    width: 100%;
    height: auto;
    display: block;
}

ul {
    list-style: inside;
}

li::marker {
    list-style: inside;
}

.text ul, .text ol {
    display: block;
    padding: 10px 0px;
}

.nav1 {
    justify-content: space-between;
    padding-left: 0;
}

.nav1-item {
    float: left;
    display: inline-block;
    margin-right: 56px;
}

.nav1-item:last-child {
    margin-right: 0;
}

.nav1-link {
    color: #707070;
    font-family: "Open Sans Bold";
}

.nav1-link span {
    font-size: 24px;
    font-family: "Open Sans Bold";
    line-height: 33px;
}

.nav1-link:hover span,
.nav1-link.active span {
    color: #FF8C00;
}

.locator {
    position: absolute;
    z-index: 999;
    padding-left: 120px;
}

.breadcrumb {
    list-style: none;
    overflow: hidden;
    float: left;
    width: 100%;
    display: block;
    padding: 0;
}

.breadcrumb-item {
    float: left;
}

.breadcrumb-link,
.breadcrumb-link:hover {
    color: #707070;
}

.breadcrumb-link span {
    font-size: 16px;
    color: #707070;
}

.breadcrumb-link .sign {
    text-align: center;
}

#head-mobile {
    display: none;
}

#head-right {
    max-width: 1016px;
    width: 100%;
    float: left;
    padding-top: 30px;
    margin-bottom: 85px;
}

.search-container {
    position: relative;
    width: 100%;
    top: unset;
    right: unset;
}

.search-container .search-input {
    padding: 0;
    margin-top: 8px;
    width: 100%;
    height: 71px;
    border: 1px solid #707070;
    padding-left: 20px;
    font-size: 24px;
    font-family: "Open Sans Regular";
    line-height: 33px;
}

.search-container button {
    position: absolute;
    top: 0;
    right: 0;
    width: 71px;
    height: 71px;
    background: transparent;
    font-size: 32px;
    color: #777;
}

.search-container button:hover {
    background: transparent;
}

#meta-navigation {
    float: none;
    margin-right: 0;
}

.nav-meta {
    padding-left: 0;
}

#meta-navigation .nav-meta-item {
    float: left;
    margin-right: 73px;
}

#meta-navigation .nav-meta-item:last-child {
    margin-right: 0;
}

#meta-navigation .nav-meta-link {
    display: inline-block;
    font-family: "Open Sans Regular";
    font-size: 20px;
    color: #707070;
    line-height: 27px;
}

#meta-navigation .nav-meta-link span {
    font-size: 20px;
    line-height: 27px;
}

#meta-navigation .nav-meta-link:hover span,
#meta-navigation .nav-meta-link.active span {
    color: #FF8C00;
}

#link-bundesprogramme {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    font-family: "Open Sans Bold";
    background: #777;
    line-height: 33px;
    padding-top: 26px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
}

#link-bundesprogramme:hover,
#link-bundesprogramme.active {
    background: #FF8C00;
}

#head-canvas {
    padding-top: 0;
    max-width: 100%;
    overflow: visible;
}

.top-navigation {
    position: relative;
    display: block;
    top: unset;
    right: unset;
    height: auto;
    overflow: hidden;
    margin-bottom: 100px;
}

#logo {
    float: left;
    margin-top: 45px;
    margin-right: 80px;
    max-width: 230px;
}

#logo img {
    max-width: 230px;
    width: 100%;
    display: block;
    height: auto;
}

#page-canvas {
    background-color: transparent;
    margin-top: 0;
    max-width: 1642px;
    width: 100%;
    margin: 0 auto;
}

#content-canvas {
    float: none;
    width: 100%;
}

#main-canvas {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    max-width: 1642px;
    margin: 0;
    padding-top: 0;
}

#main-canvas.standard_no_info {
    max-width: 100%;
}

.kachel {
    width: 350px;
    height: 350px;
    background: url(/_images/headline_background.png) center center no-repeat;
    z-index: 10000;
    background-size: cover;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.kachel span {
    color: #fff;
    font-size: 30px;
    line-height: 41px;
    font-family: "Open Sans Regular";
    width: auto;
    display: inline-block;
    max-width: 300px;
    text-align: center;
}

#head-image .foreground {
    background: url(/_images/header_image_foreground.png) center center no-repeat;
    background-size: cover;
    z-index: 9900;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100%;
}

#head-image .kachel {
    position: absolute;
    top: 75px;
    right: 75px;
}

#main-canvas.standard,
#main-canvas.standard_aside {
    background: #fff;
    padding-top: 80px;
}

#content-canvas.standard {
    width: 100%;
}

#content-canvas.standard_aside {
    width: calc(100% - 415px);
}

#content-canvas.standard #site_headline {
    padding-left: 120px;
}

#nav2-canvas {
    max-width: 360px;
    width: 100%;
    margin-right: 55px;
}

.nav2 {

}

.nav2-item {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.nav2-link {
    padding: 0;
    padding-left: 120px;
    margin-bottom: 0;
}

.nav2-link span {
    line-height: 33px;
    font-size: 24px;
    font-family: "Open Sans Regular";
    color: #707070;
}

.nav3-item {

}

.nav3-link {
    padding-left: 170px;
}

.nav3-link span {
    font-size: 24px;
    line-height: 33px;
    font-family: "Open Sans Regular";
    color: #707070;
}

.nav2-link:hover span,
.nav2-link.active span,
.nav3-link:hover span,
.nav3-link.active span {
    color: #FF8C00;
}

#content-canvas.standard_aside .contentbox {
    padding-left: 0 !Important;
    padding-top: 0 !important;
}

.contentbox {
    padding-left: 120px;
    padding-right: 120px;
}

#detail-container .contentbox {
    margin-bottom: 75px;
}

/************************************** seitenelemente *************************/
.cluster-30 {
    background: url('/_images/map_cluster_30.png') center center no-repeat;
    background-size: cover;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.cluster-40 {
    background: url('/_images/map_cluster_40.png') center center no-repeat;
    background-size: cover;
    font-size: 13px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.cluster-50 {
    background: url('/_images/map_cluster_50.png') center center no-repeat;
    background-size: cover;
    font-size: 13px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.teaser-start-main {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 75px;
}

.teaser-start-main .teaser-box-image {
    width: 19%;
    height: auto;
    position: relative;
    margin-bottom: 25px;
    flex-shrink: 1;
    z-index: 1;
    overflow: hidden;
}

.teaser-start-main .foreground {
    position: absolute;
    width: 100%;
    height: 188px;
    background: url(/_images/teaser_foreground.png) center center no-repeat;
    background-size: cover;
    z-index: 9999999999999;
    bottom: -40px;
}

.teaser-start-main .foreground h2 {
    z-index: 999999;
    position: absolute;
    bottom: 70px;
    left: 30px;
    font-size: 24px;
}

.teaser-start-main .no-image-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.teaser-start-main .teaser-box-no-image {
    width: 813px;
    background: #fff;
    z-index: 1;
}

.teaser-start-main .teaser-box-no-image h2 {
    line-height: 40px;
    padding-left: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 60px;
}

.news-detail-main {
    margin-bottom: 0 !important;
}

.news-detail-main #site_headline {
    padding-left: 0 !important;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 35px;
    padding-right: 120px;
}

.news-detail-main .image {
    margin-bottom: 35px;
    max-width: 700px;
    float: left;
    margin-right: 40px;
}

.news-detail-main .content {
    max-width: 650px;
    float: left;
}

.news-detail-main .download-link {
    color: #FF8C00;
    padding-left: 0;
}

.news-teaser-start {
    background: #fff;
    padding-left: 120px;
    padding-right: 120px;
    margin-bottom: 0 !important;
    padding-top: 75px;
}

.news-teaser-start .kachel {
    float: left;
    margin-right: 45px;
}

.news-teaser-start .item-list {
    padding-top: 30px;
    width: auto;
    float: left;
    overflow: hidden;
    max-width: calc(100% - 395px);
}

.news-teaser-start .teaser-item {
    margin-bottom: 50px;
}

.news-teaser-start .headline {
    font-size: 18px;
    font-family: "Open Sans Regular";
    color: #FF8C00;
    line-height: 24px;
}

.news-teaser-start .content * {
    font-size: 18px;
    line-height: 24px;
    font-family: "Open Sans Regular";
}

.box-map-start {
    padding-left: 120px;
    padding-right: 120px;
    height: auto;
    overflow: hidden;
    margin-bottom: 75px;
}

.box-map-start #openstreetmap-container {
    width: 50%;
    height: 400px;
    float: left;
}

.box-map-start .map-search-container {
    padding-left: 45px;
    float: left;
    padding-top: 65px;
    background: #9A9A9A;
    width: 50%;
    height: 400px;
    padding-right: 45px;
}

.box-map-start .map-search-container .house-search-input {
    height: 71px;
    width: 100%;
    padding-left: 20px;
    font-size: 24px;
    line-height: 33px;
}

.box-map-start .map-search-container h2 {
    font-size: 34px;
    line-height: 46px;
    color: #fff;
    font-family: "Open Sans Regular";
    margin-bottom: 90px;
}

.box-map-start form {
    position: relative;
}

.box-map-start .house-search-button {
    width: 71px;
    height: 71px;
    background: url(/_images/search.png) center center no-repeat;
    position: absolute;
    right: 0;
    border: none;
    background-size: 32px;
    cursor: pointer;
}

.teaser-full-width {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-right: 120px;
    margin-left: 120px;
}

.teaser-full-width .background {
    filter: brightness(65%);
}

.teaser-full-width .text-top {
    position: absolute;
    color: #fff;
    top: 45px;
    left: 95px;
    font-size: 34px;
    line-height: 46px;
}

.teaser-full-width .text-bottom {
    position: absolute;
    color: #fff;
    bottom: 45px;
    left: 95px;
    font-size: 34px;
    line-height: 46px;
}

.teaser-full-width .text * {
    color: #fff;
    font-size: 34px;
}

.teaser-full-width .text p {
    line-height: 46px;
}

.teaser-full-width .extern-link::after {
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    width: auto;
    height: auto;
    margin-left: 10px;
    font-size: 30px;
    font-weight: 900;
}

.text-main {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: block;
    padding-left: 120px;
    padding-right: 120px;
}

.text-main .headline {
    font-family: "Open Sans Bold";
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
}

.text-main .text * {
    font-size: 18px;
    line-height: 24px;
}

.text-main .text h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

.jobs-teaser-start {
    background: #fff;
    padding-left: 120px;
    padding-right: 120px;
    margin-bottom: 0 !Important;
    padding-bottom: 75px;
}

.jobs-teaser-start .kachel {
    float: left;
    margin-right: 45px;
}

.jobs-teaser-start .item-list {
    padding-top: 30px;
    width: auto;
    float: left;
    overflow: hidden;
    max-width: calc(100% - 395px);
}

.jobs-teaser-start .teaser-item {
    margin-bottom: 50px;
}

.jobs-teaser-start .headline {
    font-size: 18px;
    font-family: "Open Sans Regular";
    color: #FF8C00;
    line-height: 24px;
}

.jobs-teaser-start .content * {
    font-size: 18px;
    line-height: 24px;
    font-family: "Open Sans Regular";
}

.person-main {
    padding-left: 120px;
    padding-right: 120px;
}

.person-main h2 {
    color: #777777;
    font-size: 26px;
    line-height: 49px;
    font-family: "Open Sans Bold";
    margin-bottom: 30px;
}

.person-main .person-container {
    max-width: 50%;
    height: 350px;
    width: 100%;
    float: left;
    background: #E4E4E4;
}

.person-main .person-container .image-container {
    max-width: 300px;
    height: 350px;
    width: 100%;
    float: left;
}

.person-main .person-container .content-container {
    padding: 25px;
    width: auto;
    overflow: hidden;
    padding-left: 30px;
    padding-top: 10px;
}

.person-main .text-container {
    float: left;
    max-width: 45%;
    margin-right: 5%;
}

.person-main .text-container * {
    font-size: 18px;
    line-height: 24px;
}

.person-main .text-container p {
    margin-bottom: 10px;
}

.person-main .headline {
    font-size: 26px;
    font-family: "Open Sans Bold";
    color: #FF8C00;
    line-height: 36px;
    display: block;
}

.person-main .job {
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    font-family: "Open Sans Bold";
}

.person-main .phone,
.person-main .fax,
.person-main .mobile {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.person-main .phone i {
    color: #FF8C00;
    margin-right: 5px;
}

.person-main .fax i {
    color: #FF8C00;
    margin-right: 5px;
}

.person-main .mobile i {
    color: #FF8C00;
    margin-right: 12px;
}

.person-main .mail {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.person-main .mail i {
    color: #FF8C00;
    margin-right: 5px;
}

.person-main .content {
    display: block;
    font-size: 16px;
    line-height: 21px;
}

.person-main-double .person-container {
    margin-right: 5%;
    max-width: 52%;
}

.person-main-double .person-container:last-child {
    margin-right: 0;
}

.overview-item {
    max-width: 47.5%;
    width: 100%;
    float: left;
    background: url("/_images/teaser_orange_background.png") center center no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
}

.overview-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
}

.overview-item a h2 {
    font-size: 34px;
    line-height: 46px;
    color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 55px;
}

.overview-item a .text {
    display: block;
    width: 100%;
}

.overview-item:nth-child(2n+1) {
    margin-right: 5%;
}

.teaser-orange .box {
    max-width: 680px;
    width: 100%;
    float: left;
    background: url("/_images/teaser_orange_background.png") center center no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
}

.teaser-orange .box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
}

.teaser-orange .box a h2 {
    font-size: 34px;
    line-height: 46px;
    color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 55px;
}

.teaser-orange .box a .text {
    display: block;
    width: 100%;
}

.teaser-orange .box-left {
    margin-right: 40px;
}

.teaser-orange-full-width {
    max-width: calc(100% - 240px);
    width: 100%;
    background: url("/_images/teaser_orange_background.png") center center no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
    margin-left: 120px;
    margin-right: 120px;
}

.teaser-orange-full-width .box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
}

.teaser-orange-full-width .box a h2 {
    font-size: 34px;
    line-height: 46px;
    color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 55px;
}

.teaser-orange-full-width .box a .text {
    display: block;
    width: 100%;
}

.text-image-main {
    display: block;
}

.text-image-main .left-column {
    float: left;
}

.text-image-main .right-column {
    float: left;
}

.text-image-main .headline {
    margin-bottom: 30px;
}

.text-image-main p {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
}
.text-image-main ul li {
    padding: 12px;
    text-indent: -15px;
}


.download-list {
    margin-top: 20px;
    padding-left: 0;
}

.download-link {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    padding-left: 15px;
}

.view-link {
    cursor: pointer;
}

.download-link i,
.view-link i {
    font-size: 18px;
    float: left;
    margin-right: 10px;
}

.download-item {
    background: #777777;
}

.testimonial-main > h2 {
    margin-bottom: 20px;
}

.testimonial-box {
    max-width: 420px;
    width: 100%;
    height: auto;
    float: left;
    margin-right: 70px;
}

.testimonial-box:last-child {
    margin-right: 0;
}

.testimonial-box .content {

}

.testimonial-box .arrow img {
    max-width: 73px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.testimonial-box .content .headline {
    font-size: 18px;
    line-height: 24px;
    color: #FF8C00;
    margin-bottom: 25px;
}

.testimonial-box .content .text {

}

.faq-list {
    margin-top: 20px;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-header {
    background: #777;
    color: #fff;
    padding-left: 15px;
    cursor: pointer;
}

.faq-header span {
    line-height: 44px;
    font-size: 18px;
}

.faq-header i {
    color: #fff;
    line-height: 44px;
    font-size: 24px;
    float: left;
    margin-right: 10px;
}

.faq-content {
    background: #9A9A9A;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

.faq-content * {
    color: #fff;
}

.faq-content.hidden {
    display: none;
}

.haeuser-suche {
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 70px;
}

.haeuser-suche .suche-canvas {
    margin-bottom: 70px;
    height: auto;
    overflow: hidden;
}

#haeuser-list-search-input {
    max-width: 1060px;
    width: 100%;
    display: block;
    float: left;
    height: 71px;
    border: 1px solid #707070;
    font-size: 24px;
    padding-left: 15px;
    color: #707070;
}

.haeuser-suche .suche-sendbutton {
    max-width: 327px;
    height: 70px;
    background: #FF8C00;
    float: right;
    width: 100%;
    font-size: 24px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.haeuser-suche #openstreetmap-container {
    width: 680px;
    height: 750px;
    max-height: 750px;
    overflow: hidden;
    display: block;
    min-height: 750px;
}

#house-list-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    padding-bottom: 70px;
}

.openstreetmap-data {
    display: none;
}

.house-list {
    max-width: 680px;
    width: 100%;
    float: left;
}

#house-list-container .map-container {
    max-width: 680px;
    width: 100%;
    float: right;
}

.house-item {
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.house-item-header {
    background: #777777;
    color: #fff;
    line-height: 44px;
    font-size: 24px;
    padding-left: 15px;
    cursor: pointer;
}

.house-item-header i {
    float: left;
    margin-right: 25px;
    color: #fff;
    font-size: 24px;
    line-height: 44px;
}

.house-item-content {
    padding-left: 55px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #9A9A9A;
    position: relative;
}

.house-item-content .house-label {
    cursor: pointer;
}

.house-item-content * {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}

.house-item-content .house-label a {
    font-family: "Open Sans Bold";
    font-size: 24px;
    line-height: 33px;
}

.house-item-content .house-label i {
    font-size: 24px;
    line-height: 33px;
    float: left;
    margin-right: 10px;
}

.house-item-content .house-content {
    padding-right: 165px;
}

.house-item-content.hidden {
    display: none;
}

.house-item-content .house-sublist {
    position: relative;
}

.house-item-content .house-sublist .sublist-link {
    padding-right: 40px;
}

.house-item-content .house-sublist .map-link,
.house-item-content .house-sublist .map-link-restaurant {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: auto;
    overflow: hidden;
    margin-top: 4px;
}

.house-item-content .house-sublist .map-link {
    right: 25px;
}

.house-item-content .house-sublist  .map-link i,
.house-item-content .house-sublist  .map-link-restaurant i {
    font-size: 24px;
    display: block;
    line-height: 33px;
}

.house-item-content .house-sublist .map-link-restaurant {
    left: 0;
}

.house-item-content .house-sublist .map-link-restaurant + .house-label {
    margin-left: 40px;
}



.map-container .leaflet-container {
    min-height: 100vh;
    width: 100%;
    display: block;
}

#openstreetmap-container.sticky {
    position: fixed !important;
    top: 0;
    width: 680px;
    overflow: hidden;
    display: block;
}

.text-image-grey .wrapper {
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
    background: #9A9A9A;
    position: relative;
}

.text-image-grey .wrapper .column {
    width: 50%;
    float: left;
}

.text-image-grey .wrapper .column.right-column {
    float: right;
}

.text-image-grey .wrapper .column-text {
    padding: 0 50px;
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    padding: 0;
}

.text-image-grey .wrapper .column-text.right-column {
    padding: 0 50px;
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 400px;
    right: 0;
}

.text-image-grey .wrapper .column-text.left-column {
    padding: 0 50px;
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 400px;
    left: 0;
}


.text-image-grey .wrapper .column .text {
    text-align: center;
}

.text-image-grey .wrapper .column .text *,
.text-image-grey .wrapper .column .text .extern-link {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
}

.text-image-grey .wrapper .column h2 {
    text-transform: uppercase;
    font-size: 34px !important;
    line-height: 46px !important;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.text-image-grey .wrapper .column .text .extern-link {
    margin-top: 15px;
    display: block;
}

.text-image-grey .wrapper .column .text .extern-link i {
    margin-left: 15px;
}

.publication-item {
    width: 320px;
    height: 350px;
    float: left;
    margin-right: 40px;
    background: url("/_images/teaser_orange_background.png") center center no-repeat;
    background-size: cover;
    padding: 10px;
    position: relative;
}

.publication-item:last-child {
    margin-right: 0;
}

.publication-item .image {
    max-width: 297px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.publication-item .content h2 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.publication-item .content p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding-top: 5px;
}

.publication-item .links .view-link {
    color: #fff;
    padding-left: 0px;
    float: left;
    position: absolute;
    bottom: 10px;
    line-height: 25px;
}

.publication-item .links .download-link {
    color: #fff;
    padding-left: 0px;
    right: 10px;
    position: absolute;
    bottom: 0;
    line-height: 25px;
}

/********************* map popup ****************************/

.place-info {
    max-width: 1400px; 
    height: auto;
}

.place-info .title {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.place-info .title .city {
    float: left;
    color: #777;
    font-size: 35px;
    font-family: "Open Sans Regular";
    line-height: 47px;
    margin-right: 45px;
}

.place-info .title .city i {
    margin-right: 15px;
}

.place-info .title h2 {
    float: left;
    font-size: 35px;
    font-family: "Open Sans Regular";
    line-height: 47px;
    color: #FF8C00;
}

.place-info .row {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
}

.place-info .row .column {
    width: calc(100vw - 50vw);
}

.place-info .row .column-left {
    width: calc(100vw - 50vw);
    padding-right: 15px;
/*    min-width: 600px; */
}

.place-info .row .column img {
    max-width: 260px;
    float: left;
    margin-right: 15px;
}

.place-info .row .column-address {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.place-info .row .column-address .wrapper {
    width: 45%;
    margin-bottom: 20px;
}

.place-info .row .column-address .wrapper span {
    display: block;
}

.place-info .row .column-address .wrapper span i,
.place-info .row .column-address .wrapper a i {
    color: #FF8C00;
    margin-right: 5px;
}

.place-info .weblink {
    line-height: 40px;
    background: #FF8C00;
    display: inline-block;
    width: auto;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.place-info .weblink-alt i {
    font-size: 25px;
    color: #FF8C00;
    position: relative;
    top: 2px;
}

.place-info .weblink-bold {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Open Sans Bold";
}

.place-info .weblink i {
    color: inherit !important;
    margin-right: 8px !important;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.place-info .info-text h2 {
    font-size: 18px;
    color: #FF8C00;
    margin-bottom: 15px;
}

#openstreetmap-container-popup {
    height: 260px;
    width: 100%;
}

.jobs-list {
    padding-left: 120px;
    padding-right: 120px;
}

#job-list-container {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

#job-list-container #openstreetmap-container {
    width: 680px;
    height: 750px;
    max-height: 750px;
    overflow: hidden;
    display: block;
    min-height: 750px;
}

.job-list {
    width: 680px;
    height: auto;
    display: block;
    margin-right: 40px;
    float: left;
}

.job-list .job-item {
    background: #9A9A9A;
    display: block;
    width: 100%;
    padding: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    margin-bottom: 15px;
}

.job-list .job-item .job-item-header {
    font-size: 18px;
    color: #fff;
    font-family: "Open Sans Regular";
    margin-bottom: 15px;
}

.job-list .job-item .job-item-header i {
    margin-right: 10px;
}

.job-list .job-item .job-item-content .label {
    font-size: 20px;
    color: #fff;
    font-family: "Open Sans Bold";
    display: block;
    margin-bottom: 20px;
}

.job-list .job-item .job-item-content .job-download {
    font-size: 18px;
    color: #fff;
    font-family: "Open Sans Regular";
}

.job-list .job-item .job-item-content .job-download i {
    margin-right: 10px;
}

#job-list-search-form input {
    width: 100%;
    height: 71px;
    font-size: 24px;
    padding-left: 10px;
    border: 1px solid #707070;
}

#job-list-search-form .zoom {
    position: absolute;
    top: 0;
    right: 0;
    width: 71px;
    height: 71px;
    background: transparent;
    font-size: 32px;
    color: #777;
    border: none;
    cursor: pointer;
}

#job-list-search-form .search-row {
    position: relative;
    margin-bottom: 5px;
}

#job-list-search-form .filter-row {
    width: 100%;
    height: 71px;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #707070;
    padding-left: 10px;
    padding-right: 40px;
}

#job-list-search-form .filter-row label {
    margin-right: auto;
    font-size: 24px;
}

#job-list-search-form .filter-row select {
    margin-left: 62px;
}

#job-list-search-form .select2-container {
    margin-left: 62px;
}

#job-list-search-form .submit-button {
    background: #FF8C00;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: "Open Sans Regular";
    line-height: 70px;
    width: 370px;
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 75px;
}

#job-list-container .map-container {
    max-width: 680px;
    width: 100%;
    float: right;
}

.jobs-detail {
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 65px;
}

.jobs-detail .link-back {
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-family: "Open Sans Regular";
    background: #FF8C00;
    display: inline-block;
    width: 370px;
    margin-top: 30px;
    font-size: 24px;
}

.jobs-detail .ansprechpartner-box {
    height: auto;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 45px;
}

.jobs-detail .ansprechpartner-box .content {
    max-width: 625px;
    float: left;
    height: auto;
    display: block;
    overflow: hidden;
}

.jobs-detail .ansprechpartner-box .ansprechpartner {

}

.jobs-detail .person-container {
    max-width: 760px;
    width: 100%;
    float: right;
    height: auto;
}

.jobs-detail .person-container .person-container-inner {
    display: flex;
}

.jobs-detail .person-container .image-container {
    max-width: 300px;
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.jobs-detail .person-container .image-container img {
    height: 100%;
    object-fit: cover;
}

.jobs-detail .person-container .content-container {
    padding: 10px;
    width: auto;
    overflow: hidden;
    padding-left: 35px;
    min-height: 350px;
    background: #E4E4E4;
    margin-bottom: 30px;
}

.jobs-detail .content p {
    margin-bottom: 10px;
    padding-top: 25px;
}

.jobs-detail .headline {
    font-size: 26px;
    font-family: "Open Sans Bold";
    color: #FF8C00;
    line-height: 36px;
    display: block;
}

.jobs-detail .job {
    display: block;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
    font-family: "Open Sans Bold";
}

.jobs-detail .phone,
.jobs-detail .fax,
.jobs-detail .mobile {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.jobs-detail .phone i {
    color: #FF8C00;
    margin-right: 5px;
}

.jobs-detail .fax i {
    color: #FF8C00;
    margin-right: 5px;
}

.jobs-detail .mobile i {
    color: #FF8C00;
    margin-right: 12px;
}

.jobs-detail .mail {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}

.jobs-detail .mail i {
    color: #FF8C00;
    margin-right: 5px;
}

.news-list .text-container .headline {
    font-family: "Open Sans Bold";
    color: #707070;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 15px;
}

.news-list .item {
    display: block;
    width: 100%;
    padding: 0px 0px 25px;
    margin-bottom: 25px;
    overflow: hidden;
    border-bottom: 1px solid #707070;
}

.news-list .image-container {
    display: block;
    float: left;
    width: 30%;
    max-width: 700px;
    margin-right: 40px;
}

.news-list .text-container {
    float: left;
    width: auto;
    max-width: calc(100% - 35%);
}

.news-list .date {
    margin-bottom: 10px;
}

.button-text {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    padding-left: 120px;
    padding-right: 120px;
}

.button-link {
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-family: "Open Sans Regular";
    background: #FF8C00;
    display: inline-block;
    width: 370px;
    font-size: 24px;
}

.button-link:hover {
    color: #fff;
}

.logo-text {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 25px !important;
}

.logo-text .wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.logo-text .left-column {
    max-width: 250px;
    float: left;
    margin-right: 30px;
    margin-bottom: 25px;
}

.logo-text .right-column h2 {
    margin-bottom: 20px;
}

.search-main .searchresult-group .header::before {
    font-family: "Font Awesome 5 Free";
}

/*************************************** footer *********************************/

#footer-canvas {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    background: #fff;
}

#footer-bottom-container {
    max-width: 1642px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    position: relative;
}

#footer-logo {
    display: block;
    width: 351px;
    height: 302px;
    float: left;
    margin-top: 40px;
    margin-right: 65px;
}

#footer-bottom {
    width: auto;
    float: left;
    overflow: hidden;
    margin-top: 70px;
}

#footer-bottom .column {
    width: auto;
    overflow: hidden;
    float: left;
    margin-right: 85px;
}

#footer-bottom .column:nth-child(2) {
    margin-right: 108px;
}

#footer-bottom .column:nth-child(3) {
    margin-right: 130px;
}

.nav-footer {
    padding-left: 0;
}

#footer-bottom p,
#footer-bottom a,
.nav-footer-link,
.nav-footer-link span {
    color: #777;
    font-family: "Open Sans Regular";
    font-size: 18px;
    line-height: 24px;
}

.nav-footer-link:hover span,
.nav-footer-link.active span {
    color: #FF8C00;
}

#footer-bottom h2 {
    margin-bottom: 20px;
}

.social-media-link {
    margin: 0;
    float: left;
    margin-right: 15px;
}

.social-media-link img {
    width: 50px;
    height: 50px;
    display: block;
}

.socialmedia-icons {
    position: absolute;
    right: 261px;
    bottom: 20px;
}

.socialmedia-icons a {
    float: left;
    width: auto;
}

.socialmedia-icons .nav-footer-link {
    margin-right: 15px;
    margin-top: 25px;
}

.socialmedia-icons .nav-footer-link:nth-child(2) {
    margin-right: 60px;
}

#footer-top {
    position: relative;
}

#footer-top > img {

}

#footer-top .foreground {
    background: url(/_images/img-footer-bogen.png) center center no-repeat;
    background-size: cover;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

#footer-top .kachel {
    position: absolute;
    right: 208px;
    top: calc(50% - 175px);
}

.mobile-div {
    position: absolute;
    height: auto;
    width: 100vw;
    overflow: hidden;
    z-index: 9999;
    top: 169px;
    -webkit-transition: ease-in-out .6s;
    -o-transition: ease-in-out .6s;
    transition: ease-in-out .6s;
    background: #fff;
}
.mobile-div {
    display:none;
}

#mobile-search-box {
    display: none;
    position: relative;
    z-index: 999;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: ease-in-out .4s;
    -o-transition: ease-in-out .4s;
    transition: ease-in-out .4s;
    min-width: 320px;
    padding: 0;
}

#mobile-search-box button {
    margin-right: 0;
}

#mobile-search-box .search-input {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
    background-color: #efefef;
    float: left;
    width: calc(100% - 37px);
}

.menu-trigger {
    position: relative;
}

.menu-trigger.open .menu-line:nth-child(1) {
    transform: rotate(45deg);
    right: 0;
    position: absolute;
    margin: 0;
    bottom: 11px;
}

.menu-trigger.open .menu-line:nth-child(2) {
    display: none;
}

.menu-trigger.open .menu-line:nth-child(3) {
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin: 0;
    bottom: 11px;
}

.nav1-mobile {
    padding: 0;
}

.nav1-mobile,
.nav2-mobile {
    list-style: none;
}

.nav1-mobile-item {
    border-bottom: 1px solid;
    padding-left: 10px;
    position: relative;
}

.nav1-mobile-item:first-child {
    border-top: 1px solid;
}

.subnav-nav-trigger {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 5px;
    text-align: center;
    cursor: pointer;
}

.nav1-mobile-link {
    padding-left: 35px;
}

.nav1-mobile-link span {
    font-family: "Open Sans Bold";
}

.nav2-mobile {
    padding-left: 40px;
    display: none;
}

.nav1-mobile-link span,
.nav2-mobile-link span {
    line-height: 35px;
    color: #707070;
}

.nav1-mobile-link.active span,
.nav1-mobile-link:hover span,
.nav2-mobile-link.active span,
.nav2-mobile-link:hover span {
    color: #FF8C00;
}




/* *******************************************************************************
*** overlay-teaser-main
******************************************************************************** */

.overlay-teaser-main .dark-background {
    display: none;
    /*display: block;*/
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    top: 0px;
    left: 0px;
    z-index: 1100;
    overflow: hidden;
}

.overlay-teaser-main .overlay-content {
    display: none;
    /*display: inline-block;*/
    position: fixed;
    opacity: 0.4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 25px;
    z-index: 99999;
    max-width: 700px;
    padding-top: 10px;
    width: calc(100% - 100px);
    transition: ease-in-out .6s;
    max-height: 85vh;
    overflow: auto;
}

.overlay-teaser-main .content-image img {
    width: 100%;
}

.overlay-teaser-main .content-text {
    display: block;
    padding-top: 15px;
}
.overlay-teaser-main .content-text p {
    padding-bottom: 10px;
}

.overlay-teaser-main .headline {
    color: #ee7f01;
    border-bottom: 2px solid #ee7f01;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.overlay-teaser-main a {
    color: #ee7f01;
}

.overlay-teaser-main a::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f35d";
    margin-left: 5px;
}

.overlay-teaser-main .close-btn {
    color: #fff;
    font-weight: 600;
    background-color: #ee7f01;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}

.overlay-teaser-main .close-icon {
    color: #EE7D01;
    float: right;
    font-size: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}

#start-overlayButton {
    display: inline-block;
    position: absolute;
    color: #ef9002;
    font-size: 60px;
    top: 172px;
    right: 202px;
    cursor: pointer;
    transition: ease-in-out .4s;
}

.overlay-teaser-main .top-content {
    display: block;
    width: 100%;

}

.overlay-teaser-main .top-content .info-icon {
    color: #EB7D01;
    font-size: 25px;
}

.overlay-teaser-main .top-content .text {
    font-size: 20px;
    display: inline-block;
    margin-left: 5px;
    color: #EB7D01;
}



/* *******************************************************************************
*** contactform
******************************************************************************** */

.contactform {
    padding: 0 40px;
    margin-bottom: 18px;
    display: inline-block;
    width: 725px;
    padding-left: 120px;
}

.defaultform textarea,
.form-row textarea {
    display: block;
    width: 361px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.defaultform textarea:focus,
.form-row textarea:focus,
.form-row input[type="text"]:focus,
.form-row input[type="password"]:focus {
    border: 1px solid #ee7f01;
    color: #6f6f6e;
}

.form-row,
.defaultform .form-submit-container {
    float: left;
    width: 100%;
    display: block;
    margin-top: 10px;
}

.form-row.email {
    display: none;
}

.form-row label {
    float: left;
    width: 100px;
    padding: 5px 0;
}

.form-row input {
    float: left;
}

.form-row input[type="text"],
.form-row input[type="password"] {
    width: 440px;
    padding: 5px 10px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.form-row input[type="radio"] {
    margin: 5px 5px 0 0;
}

.form-row.no-display {
    display: none;
}

.form-row.bund select {
    width: 321px;
}

.form-row.mailmail {
    display: none;
}

.button-submit {
    border: none;
    cursor: pointer;
    margin-left: 0px;
    font-size: 16px;
    color: #ffffff;
    background-color: #eb7d01;
    padding: 5px 8px;
    display: inline-block;
    margin-top: 11px;
    border: 1px solid #eb7d01;
    width: 440px;
}

.defaultform .form-submit-container {
    margin-top: 10px;
}

/* *******************************************************************************
*** contactform-centra
******************************************************************************** */

.contactform-central .form-row {
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    width: 440px;
}

.contactform-central .form-row label {
    width: auto;
    min-width: 220px;
    margin-right: 15px;
}

.contactform-central .form-row .column-left {
    width: 235px;
    float: left;
    display: block;
    overflow: hidden;
}

.contactform-central .form-row .column-right {
    float: left;
    width: 59%;
}

.contactform-central .form-row .column-right .form-row label {
    max-width: 290px;
    min-width: 195px;
}

.contactform-central .form-row .column-right input {
    max-width: 75px;
    float: right;
}

.contactform-central .form-row input {
    width: 440px;
}

.contactform-central .form-row .tooltip {
    background: #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    position: absolute;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 0px;
}

.contactform-central .form-row .column-right .tooltip {
    right: -35px;
}

.contactform-central .form-row .tooltip i {
    color: #fff;
}

.contactform-central .form-row .tooltip-content {
    display: none;
}

.contactform-central .form-row .tooltip:hover + .tooltip-content {
    display: block;
    position: absolute;
    z-index: 9999;
    right: -155px;
    background: #fff;
    padding: 10px;
    border: 1px solid #000;
    top: 10px;
}

.contactform-central input[type="checkbox"] {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}

#query_period {
    width: 440px;
    padding: 5px 10px;
    border: 1px solid #000 !important;
    color: #000;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
}

.contactform-central .select2-container--default .select2-selection--single {
    border: 1px solid #000 !important;
    border-radius: 0;
}



/* *******************************************************************************
*** OnlineApplication
******************************************************************************** */

#form-upload-container {
    /*   clear: both;*/
    float: left;
    padding-top: 3px;
    width: 440px;
}

.contentbox ul.plupload_filelist_content {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.plupload_wrapper {
    min-width: 0px !important;
}

.plupload_file_name {
    padding: 10px 10px 10px 10px !important;
}


/* plupload - customising to flix
*************************************************** */

.plupload_header_content {
    display: none;
}

.plupload_content {
    top: 35px;
    overflow-x: hidden;
}

.plupload_droptext {
    line-height: 20px;
}

.plupload_container {
    min-height: 200px;
}

.plupload_message {
    top: 29px;
    z-index: 1000;
}

.plupload_filelist_footer .plupload_total_status {
    display: none;
}

.plupload_filelist_footer .plupload_total_file_size {
    display: none;
}

#onlineapplication-form .form-row label {
    width: 215px;
}

#onlineapplication-form .form-row.plz label {
    width: auto;
}

#onlineapplication-form .form-plz-ort-label {
    width: 180px;
}


#usercentrics-button img {
    width: auto;
}

