/* Kurzfristige Tonnenformular Sperre */
#opb_startseite_streifen_4 {
	position: relative;
}
.postgre_sperre {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(56,57,66,0.97);
	z-index: 99;
	padding: 80px 60px 25px 60px;
}
.postgre_sperre_text {
	width: 1360px;
	margin: 0 auto;
}
.postgre_sperre, .postgre_sperre * {
	color: white;
}
/* Ende kurzfristige Tonnenformular Sperre */

.static_map_wrapper {
    position: relative;
}
.static_map_wrapper * {
    color: black;
}
.custom_place_card {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #ffffff;
    padding: 15px;
    pointer-events: none;
}
.custom_place_street {
    font-weight: bold;
    margin-bottom: 5px;
}
.custom_place_adress {
    margin-bottom: 0;
}

.localsite_baukasten_cookie_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 55px);
    width: 100%;
    background-color: rgba(0,0,0,0.7);
}
.localsite_baukasten_cookie_overlay_container {
    width: 530px;
    position: absolute;
    left: calc(50% - 265px);
    top: 120px;
    text-align: center;
}
.localsite_baukasten_cookie_overlay_container > p {
    color: white;
    text-align: left;
}
.localsite_baukasten_cookie_overlay_button {
    color: white;
    display: inline-block;
    transition: background 0.5s;
    border: 1px solid #fff;
    border-radius: 2px;
    background: #e2001a !important;
    padding: 2px 10px !important;
    font-weight: normal !important;
    line-height: 1.5;
    cursor: pointer;
}

.popup_gelbetonne > .popup_gelbetonne_inhalt * {
    color: white;
}

.opb_website pre{
    font-family: "Nunito Sans", Arial, Helvetica, sans-serif !important;
    margin: 0px !important;
}

.opb_startseite_downloadliste_container_hidden {
    display: none;
}
.opb_startseite_downloadkategorie_content {
    display: flex;
    /* grid-template-columns: 44px auto; */
    grid-column-gap: 27px;
    margin-bottom: 55px;
}
.opb_startseite_downloadkategorie_icon {
    background-color: rgb(86, 87, 94);
    border-radius: 22px;
    margin-bottom: 0px;
}
.opb_startseite_downloadkategorie_link {
    margin-left: 0px;
}

.opb_startseite_stellenanzeigenliste_container {
    margin-bottom: 55px;
}
.opb_startseite_stellenanzeige_link {
    /* margin-left: 0px; */
}
.opb_startseite_jobboerse .joblist_tablecontainer {
    max-width: 1128px !important;
    max-height: 530px;
    overflow: auto;
}
.opb_startseite_jobboerse .tabelle_jobliste {
    width: 100%;
}
.opb_startseite_jobboerse .tabelle_jobliste td.jobLogo {
    width: 150px;
    padding: 20px 20px 20px 10px;
}
.opb_startseite_jobboerse .tabelle_jobliste > tbody > tr {
    cursor: pointer;
}

.message.opb_startseite_newsoverlay {
    display: none;
    background-color: #54575b;
}
.message.opb_startseite_newsoverlay * {
    color: white;
}

@media only screen and (max-width: 1440px) {
    .localsite_baukasten_cookie_overlay {
        height: calc(100% - 40px);
    }
    .localsite_baukasten_cookie_overlay_container {
        width: 80%;
        left: 10%;
        top: 30px;
    }
    .localsite_baukasten_cookie_overlay_container > p {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .localsite_baukasten_cookie_overlay {
        height: calc(100% - 30px);
    }
}

@media only screen and (max-width: 568px) {
    .localsite_baukasten_cookie_overlay_container {
        width: 100%;
        padding: 10px;
        top: 0px;
        left: 0px;
    }
}