
.dropdwon_overlay_textbaustein_content.no_headline {
    top: 0px;
}

.dropdwon_overlay_textbaustein_headline.no_headline {
    display: none;
}

/* ---------------------------- */

.button_slide_toggle_parent_container {
    position: absolute;
    bottom: 1em;
    right: 1em;
    z-index: 1;
}

.myIframeCrossDomainOuter {
    /* border:3px blue dotted; */
    /* padding:1em; */
    overflow: auto;
    box-sizing: border-box;
    position: relative;
    height: auto;
}

.myIframeCrossDomain {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    overflow: auto;
    border: 0;
    margin: 0;
    padding: 0em;
    /* border: 4px red dotted; */
    /* background: #3fd3ff; */
}

.x_praefix_link_extern::before {
    font-size: 1em;
    /* content: '\2192'; */
    /* content: '\279E'; */
    margin: 0 0.3em 0 0em;
    /* font-weight:bold; */
    border-width: 0px;
    /* border-radius: 50%; */
    /* width: 1.4em; */
    text-decoration: none;
    color: #fff9c3;
    /* display: none; */
}

/* unsused in jobi.js
p.px_emtpy {
    border: 1px blue solid;
    height: 3px;
    xdisplay: none
}
*/
/*
p:empty::before:not(#preview_jumpto) {
    content: "p empty";
    color: yellow;
    background: black;
    font-size: 8pt;
    line-height: 9pt;
    padding: 0;
    display: block;
}
*/
.textbaustein_inline {
    /* border: 2px orange solid; */
    display: block;
}

.textbaustein_multi_parent_default {
    border: 0px #607D8B dotted;
    display: block;
    overflow: auto;
    padding: 0px 0%;
}

.textbaustein_multi_parent_default::before {
    /* content: ".textbaustein_multi_parent_default"; 
    display: block;
    overflow: auto;
    color: orange;
    background: black;
    font-size: 9pt; */
}

.page_name_attribut_nach_unterstrich {
    width: 100%;
    overflow: auto;
    text-align: left;
    border: 0px red solid;
    font-size: 0.8em;
    margin: 0em 0% 0em 0%;
}

.page_name_attribut_nach_unterstrich::before {
    content: "- ";
}

.page_name_attribut_nach_unterstrich::after {
    content: " -";
}

.website_bottom_text_spalte {
    border: 4px #797979 dashed;
    width: 27%;
    overflow: auto;
    float: left;
    text-align: left;
    margin-left: 5%;
    height: 18em;
    padding: 1em 1% 0em 3%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.04);
    transition: all 1s;
}

/* ------------------- html5 video ------------- */
video {
    margin: 0;
    padding: 0;
    width: 100%;
}

.html5_video {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.html5_video video {
    width: 100%;
}

/* ---- textbaustein --- */
.textbaustein_outer {
    margin: 0;
    width: 100%;
    /* border: 4px #c6f369 dashed; */
    padding: 0 0em;
    overflow: visible;
    /* overflow: hidden; */
}

.table_main_td_main .textbaustein_default {
    /* border: 4px #ffa5a5 solid; */
    /* padding:1em; */
    /* border-radius: 1em; */
    overflow: visible;
    box-sizing: border-box;
    /* width: 100%; */
    /* margin: auto; */
    margin-bottom: 1em;
    /* float:left; */
    /* background-color: rgb(255, 255, 255); */
}

/* ---- filter --- */
/* 
    filter: saturate(3) hue-rotate(245deg)blur(0px) grayscale(1) sepia(0)  brightness(1) contrast(1)
    */
/* ---------- dropdown opener --------- */
.dropdown_opener {
    color: #ff0000;
    cursor: pointer;
}

.dropdown_opener:hover {
    color: #2196F3;
}

.dropdown_opener::after {
    content: " ";
}

.textbaustein_overlay_opener {
    color: #CDDC39;
    cursor: pointer;
}

/*
.textbaustein_overlay_opener:hover {
    color: red;
}
*/
.textbaustein_overlay_opener::after {
    content: " ";
}

.textbaustein_overlay_hinweis {
    color: black;
    font-weight: normal;
    text-decoration: none;
    padding: 0.1em 0.1em;
    background-color: #FFC107;
    /* background: #FF9800; */
    border: 0px #E91E63 solid;
    /* border-radius: 0.3em; */
    /* font-size: 10pt; */
    display: inline-block;
    vertical-align: unset;
    margin: 0em 0em 0em 0.3em;
    /* border-radius: 0.3em; */
    line-height: 1.2em;
    font-style: normal;
    font-family: arial,sans-serif;
    box-sizing: border-box;
    /* cursor: pointer; */
}

.textbaustein_overlay_hinweis .title {
    color: #000000;
}

.textbaustein_overlay_hinweis .name {
    color: #ffffff;
}

.textbaustein_overlay_hinweis .id {
    color: #F44336;
}

.dropdwon_overlay_textbaustein_preview {
    border: 3px orange solid;
    overflow: auto;
    padding: 1em;
    width: 61%;
    height: 23em;
    /* transform: scale(0.95); */
}

.dropdwon_overlay_textbaustein_background {
    background: rgba(0, 0, 0, 0.42);
    position: fixed;
    left: 0;
    right: 0%;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 2000;
    text-align: center;
}

.dropdwon_overlay_textbaustein {
    border: 1px #000000 solid;
    /* padding: 1em 2%; */
    box-sizing: border-box;
    overflow: auto;
    position: absolute;
    display: block;
    left: 3%;
    top: 4%;
    right: 3%;
    margin: auto;
    max-width: 58em;
    bottom: 2%;
    background: rgb(68 0 0);
    box-shadow: 0 0 24px 0px rgb(0 0 0 / 50%);
    border-radius: 0.2em;
    text-align: left;
    cursor: default;
}

.dropdwon_overlay_textbaustein_headline {
    border-bottom: 1px #b5b5b5 solid;
    background-color: #efefef;
    position: absolute;
    top: 0;
    left: 0;
    right: 0%;
    height: 56px;
    color: black;
    font-size: 16pt;
    line-height: 56px;
    padding: 0em 3em 0 1em;
    box-sizing: border-box;
}

.dropdown_text_close_button {
    float: right;
    cursor: pointer;
    font-size: 2.2em;
    position: sticky;
    right: 1.4%;
    top: 0.4em;
    background: white;
    color: black;
    border-radius: 1em;
    padding: 0.1em;
    display: inline-block;
    z-index: 1;
}

.dropdwon_overlay_textbaustein_content {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0px #9C27B0 solid;
    overflow: auto;
    box-sizing: border-box;
    padding: 6%;
    /* padding:3%; */
    background: rgb(255 255 255 / 0%);
}

/* ------ simditor table -----*/
#brille table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 0;
}

#brille table thead {
    background-color: #f9f9f9;
}

#brille table td, #brille table th {
    min-width: 40px;
    height: 30px;
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 2px 4px;
    text-align: left;
    box-sizing: border-box;
}

/* download_liste iprClass fmClass */
.download_liste {
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
    border: 0px red solid;
}

.download_liste div {
    margin-bottom: 0.0em;
    list-style-type: disc;
    display: list-item;
    margin-left: 1.5em;
}

.file_modification_time.after::before {
    content: "(erstellt ";
}

.file_modification_time.after::after {
    content: ")";
}

.file_modification_time.before {
    margin-right: 1em;
    color: inherit;
}

.file_modification_time.after {
    margin-left: 1em;
    color: inherit;
}

.download_liste_symbol_secure {
    color: #00bb00;
}

.download_liste_onclick:hover {
    text-decoration: underline;
    cursor: pointer;
}

.table_main_td_head .element {
    /* border: 2px blue solid; */
    white-space: nowrap;
}

.table_main_td_head .trenner {
    /* border:3px red dotted; */
}

.table_main_td_head .trenner:before {
    content: " ";
}

/* kopf bildleiste -------------------------------------------- */
.kopfzeile {
    width: 150%;
    position: relative;
}

.kopfzeile .bildordner_pur_line {
    padding: 0em;
    border: 0px blue solid;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
    /* margin: auto; */
    line-height: 0;
    margin-left: 0%;
    box-sizing: border-box;
}

.kopfzeile .bildpur_line {
    border: 0px red solid;
    overflow: auto;
    display: inline-flex;
    line-height: 0em;
    text-align: center;
}

.kopfzeile .bildpur_line img {
    border: 0px #00ff60 solid;
    margin: 0;
    padding: 0;
    line-height: 0em;
}

/*hoehe der Kopfzeile mit bildern */
.kopfzeile .bildpur_line img , .kopfzeile .bildordner_pur_line {
    max-height: 130px;
    height: 9.5vw;
    box-sizing: border-box;
}

/* - youtube iframe ------------------------------------- */
.elastic-video-wrapper {
    width: 600px;
    max-width: 100%;
}

.elastic-video {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
    border: 0px green dotted;
}

.elastic-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* hintergrund bild website */
.website_background {
    border: 0px #0038ff solid;
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0;
    color: black;
    background-color: rgba(73, 48, 35, 0);
    overflow: auto;
    z-index: -100;
    /* 
    filter: saturate(3) hue-rotate(245deg)blur(0px) grayscale(1) sepia(0)filter: blur(7px);  brightness(1) contrast(1)
    */
    overflow: hidden;
    padding: 0em;
    /* filter: grayscale(1); */
    /* filter: saturate(0.5) opacity(0.4); */
    /* filter: opacity(0.5); */
}

.website_background .pm_link_textbaustein_aufrufen {
    display: none;
}

.website_background .bildpur_fullwidthimage {
    margin: 0;
    xdisplay: none;
}

.website_background .bildpur_formatedimage {
    margin: 0;
}

.fixed_background {
    background-position: 0em 0em;
    background-repeat: repeat;
    background-size: 100%;
    width: 100%;
    border: 0px blue dashed;
    overflow: auto;
    position: fixed;
    /* position: absolute; */
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
}

.dsgvo {
    border: 0px #d2d2d2 dotted;
    padding: 0em;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.4em;
    font-style: normal;
    text-align: left;
}

.dsgvo ul {
    border: 0px #a27f7f dashed;
    padding: 1em;
    list-style-type: initial;
}

.dsgvo ul ul {
    border: 0px #a27f7f dashed;
    padding: 1em;
    list-style-type: initial;
}

.dsgvo li {
    border: 0px #a27f7f dashed;
    padding: 0em;
    list-style-type: initial;
}

.dsgvo_pers {
    color: #E91E63;
    font-weight: bold;
}

.dsgvo_pers2 {
    color: #8BC34A;
}

.dsgvo h1, .dsgvo h2, .dsgvo h3, .dsgvo h2 {
    color: black;
    letter-spacing: 0;
    font-style: normal;
    margin: initial;
    border: 0;
    font-weight: bold;
    margin: 2em 0 0em;
    padding: 0;
    line-height: 1em;
}

.dsgvo h1 {
    font-size: 18pt;
}

.dsgvo h2 {
    font-size: 18pt;
    /* background: yellow; */
}

.dsgvo h3 {
    font-size: 13pt;
}

.dsgvo .dsgvo_parts {
    background-color: #f0f0f0;
    margin-bottom: 1em;
    padding: 1em;
}

.dsgvo .dsgvo_parts_intern_title {
    color: #2196F3;
}

.dsgvo .dsgvo_parts_intern {
    color: #009688;
}

.table_main_td_head {
    overflow: visible;
}

.table_main_td_header_print {
    display: none;
    overflow: auto;
    box-sizing: border-box;
}

.table_main_td_middle {
    margin-bottom: 0em;
    overflow: auto;
}

.table_main_td_middle ul li {
    /* margin-left: 0em; */
    /* border: 2px orange dashed; */
    /* background: rgb(255 255 255 / 12%); */
    /* margin-bottom: 1px; */
    /* padding: 0.3em 2em; */
}

.table_main_td_main_top {
    /* border:3px orange dotted; */
    overflow: auto;
    /* float: left; */
    width: 100%;
}

.table_main_td_main {
    /* margin-bottom: 3em; */
}

.table_main_td_main ul {
    /* added 2020 to correct list style type margin left */
    display: flow-root;
}

.table_main_td_foot {
    /* background-color: rgb(169, 118, 133); */
    /* color: white; */
    margin-top: 2em;
}

.table_main_td_foot_inner {
    overflow: auto;
}

.table_main_td_foot_right {
}

.table_main_td_foot a:link {
    color: brown;
}

.table_main_td_foot a:visited {
    color: #ffffff;
}

.table_main_td_foot a:hover {
    color: #9C27B0;
}

.table_main_td_foot a:active {
    text-decoration: underline;
}

.table_main_td_foot_inner p:empty {
    /* border: 3px red solid; */
}

/*-----------------------------------------------------*/
.scroll_to_seitenanfang_outer {
    /* width: 100%; */
    /* border: 0px red dashed; */
    text-align: center;
    /* overflow: auto; */
}

.scroll_to_seitenanfang {
    background-color: hsla(0, 0%, 100%, 0.85);
    display: inline-block;
    width: auto;
    margin: auto;
    line-height: 1.4em;
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 0.2em 1em;
    border: 1px gray solid;
    cursor: pointer;
    border-radius: 1em;
    color: #000000;
    font-style: normal;
    font-style: normal;
    font-size: 11pt;
}

.text_baustein_bottom {
    /* width: 100%; */
    background-color: rgba(109, 147, 179, 0);
}

.text_baustein_bottom_inner {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.text_baustein_bottom_last_info {
    background-color: rgba(0, 0, 0, 0);
    border: 0px orange dashed;
    overflow: auto;
    margin: 0;
}

.text_baustein_bottom_last_info_inner {
    overflow: auto;
    text-align: center;
    color: #6c6c6c;
    font-size: 9pt;
    font-family: arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
}

.text_baustein_bottom_last_info_inner a:link, .text_baustein_bottom_last_info_inner a:visited, .text_baustein_bottom_last_info_inner a:hover {
    color: #a7a7a7;
}

/* ----------------------------------- */
table {
}

.main1 td, .main1 th {
}

.main1 th {
}

/* -----------------------------------------------------*/
.main1 table {
    width: 100%;
    border: 0px #ff2727 solid;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #d0d0d0;
    width: 100%;
}

.main1 th {
    padding: 0.3em;
    vertical-align: top;
    background-color: #f9f9f9;
    border: 0;
    width: auto;
    margin: 0;
}

.main1 td {
    padding: 0.3em;
    vertical-align: top;
    background-color: #ffffff;
    border: 0;
    width: auto;
    margin: 0;
}

.tabelle_standard table {
    width: 100%;
    border: 0px #b1b1b1 solid;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #d2d2d2;
    width: 100%;
}

.tabelle_standard th {
    padding: 0.3em;
    vertical-align: top;
    background-color: #f9f9f9;
    border: 0;
    width: auto;
    margin: 0;
}

.tabelle_standard td {
    padding: 0.3em;
    vertical-align: top;
    background-color: #ffffff;
    border: 0;
    width: auto;
    margin: 0;
}

/* -----------------------------------------------------*/
.sys_scroll_to_top_button {
    position: fixed;
    right: 1.2em;
    bottom: 3%;
    width: auto;
    height: auto;
    font-size: 20pt;
    line-height: 1em;
    font-family: 'arial',sans-serif;
    background-color: rgba(158, 158, 158, 0.44);
    padding: 0.5em;
    border-radius: 1em 1em 1em 1em;
    border: 1px #b9b9b9 solid;
    color: white;
    /* border-bottom: 0; */
    /* box-shadow: 0px 0px 4px 0px black; */
    cursor: pointer;
    transition: all 0.3s ease-out;
    /* explorer 10 */
    -webkit-transition: all 0.3s ease-out;
    /* chrome & safari */
    -moz-transition: all 0.3s ease-out;
    /* firefox */
    -o-transition: all 0.3s ease-out;
    /* opera */
    opacity: 0.0;
    z-index: 100000;
}

.sys_scroll_to_top_button_visible {
    transition: all 0.3s ease-out;
    /* explorer 10 */
    -webkit-transition: all 0.3s ease-out;
    /* chrome & safari */
    -moz-transition: all 0.3s ease-out;
    /* firefox */
    -o-transition: all 0.3s ease-out;
    /* opera */
    opacity: 1.0;
}

/*kontakt -------------------------*/
.kontaktformular_user_zeile {
    clear: both;
    /* float: left; */
    border: 0px blue dotted;
    width: 100%;
    text-align: left;
    margin-bottom: 0.5em;
    line-height: 1.5em;
    /* font-size: 9pt; */
    vertical-align: middle;
    padding: 0.1em;
    box-sizing: border-box;
    overflow: auto;
    display: block;
}

.kontaktformular_user_headline {
    display: block;
    width: 95%;
    text-align: left;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 12px;
    box-sizing: border-box;
}

.kontaktformular_user_text {
    display: block;
    width: 95%;
    text-align: left;
    margin: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
    box-sizing: border-box;
}

.kontaktformular_user_titel {
    display: inline-block;
    /* float: left; */
    width: 25%;
    text-align: right;
    padding: 0px;
    vertical-align: middle;
    /* margin-right: 1em; */
    /* padding: 0.1em; */
    border: 0px red dotted;
    /* font-size: 13pt; */
    line-height: 1.4em;
    box-sizing: border-box;
    overflow: auto;
    padding: 0px;
    vertical-align: top;
    margin-right: 0em;
    padding: 0em 1em 0em 0em;
}

.kontaktformular_user_input {
    display: inline-block;
    text-align: left;
    padding: 0px;
    /* float: left; */
    width: 75%;
    border: 0px red dotted;
    /* font-size: 14pt; */
    line-height: 1.4em;
    vertical-align: middle;
    box-sizing: border-box;
}

.kontaktformular_user_form {
    float: left;
    background-color: rgb(239, 239, 239);
    color: black;
    border: 0px #FF5722 dotted;
    width: 100%;
    max-width: 50em;
    margin-top: 0em;
    /* font-size: 11pt; */
    /* font-family: arial, sans-serif; */
    /* font-style: normal; */
    box-sizing: border-box;
    padding: 1em;
}

.kontaktformular_user_form_inner {
    margin: 1em;
    box-sizing: border-box;
}

.kontaktformular_user_form .submit {
    clear: left;
    text-align: right;
    float: right;
    font-size: 1.0em;
    margin-bottom: 1em;
    cursor: pointer;
    box-sizing: border-box;
    /* border: 1px red solid; */
}

.kontaktformular_user_form .jinput {
    box-sizing: border-box;
    width: 100%;
    border: 1px gainsboro solid;
    padding: 0.5em;
}

.kontaktformular_user_form textarea {
    box-sizing: border-box;
}

.kontaktformular_radio_button {
    margin-right: 1em;
    line-height: 1.4em;
}

.kontaktformular_user_input input[type="radio"] {
    margin: 0px 0 2px 2px;
    vertical-align: middle;
}

.kontaktformular_user_input input[type="checkbox"] {
    margin: 2px 2px 2px 2px;
    vertical-align: middle;
}

.kontaktformular_user_zeile_auswertung {
    clear: both;
    float: left;
    border-bottom: 1px #d0d0d0 dotted;
    width: auto;
    text-align: left;
    margin-bottom: 2px;
}

.kontaktformular_user_titel_auswertung {
    display: block;
    float: left;
    width: auto;
    text-align: right;
    padding: 0px;
    vertical-align: middle;
    margin: 0;
    padding-top: 3px;
}

.kontaktformular_user_input_auswertung {
    display: inline;
    text-align: left;
    padding: 3px;
    float: right;
    width: 250px;
}

.kontaktformular_user_error {
    color: rgb(255,0,0);
    /* padding: 2px; */
    margin-top: 15px;
    font-size: 0.8em;
    text-align: left;
    /* padding: 3px; */
    border: 0px rgb(255,0,0) solid;
    /* float: right; */
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.kontaktformular_user_unbedingt_ausfuellen {
    margin-right: 0.5em;
    font-size: 0.7em;
    text-align: right;
    color: #8a8a8a;
}

/*---------------------------------------------------*/
.kontaktformular_alert {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d6d6d6ed;
    z-index: 1000;
    display: table;
}

.kontaktformular_alert_middle {
    vertical-align: middle;
    display: table-cell;
}

.kontaktformular_alert_box {
    position: relative;
    background: white;
    color: black;
    width: 20em;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    border: 1px gray solid;
    overflow: auto;
    padding: 1em;
}

.kontaktformular_alert_exit {
    /* position: relative; */
    float: right;
    display: inline;
    background: #03A9F4;
    color: white;
    /* margin: 0.3em; */
    padding: 1em;
    cursor: pointer;
    font-size: 2em;
}

.kontaktformular_user_zustimmen_text {
    /* color: #aaa; */
    /* font-size: 10pt; */
    /* line-height: 1em; */
    /* display: contents; */
    /* float: left; */
    /* font-size: 9pt; */
    font-style: normal;
    color: inherit;
}

#dropdwon_overlay_textbaustein_content {
    /* background-color: white; */
}

.system_google_maps_outer {
    border: 0px orange dashed;
    float: left;
    overflow: auto;
    width: 100%;
    /* margin-top: 1em; */
    /* margin-bottom: 2em; */
}

.system_google_maps {
    width: 100%;
    height: 500px;
    margin-top: 1em;
    float: left;
    overflow: auto;
    border: 0px red dashed;
}

.system_zustimmen {
    border: 1px rgb(159 159 159) solid;
    background-color: rgb(255 255 255 / 72%);
    padding: 1em;
    font-family: arial,sans-serif;
    /* font-size: 13pt; */
    font-weight: normal;
    font-style: normal;
    line-height: 1.4em;
    height: auto;
    overflow: auto;
    color: black;
    box-sizing: border-box;
}
.system_zustimmen_poster{
    width:100%;
    /* border:3px pink dashed; */
    padding: 16em 1em 3em;
    position:relative;
    vertical-align:middle;
    background-repeat: no-repeat;
    background-size: contain;
    background-color:black;
    line-height:0;
    box-sizing: border-box;
    }


.system_zustimmen a:link {
    color: #4d0000;
}
.system_zustimmen a:visited {
    color: #4d0000;
}
.system_zustimmen a:hover {
    color: #7e0000;
}


.system_zustimmen_headline {
    font-weight: bold;
    display: inline;
    margin-right: 0.5em;
}

.system_zustimmen_button {
    background-color: rgb(255 255 255);
    color: #272727;
    cursor: pointer;
    /* padding: 0.3em; */
    overflow: auto;
    display: block;
    /* width: 8em; */
    /* text-align: center; */
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: auto;
    /* box-sizing: border-box; */
    border: 1px #4e4e4e solid;
    /* border-radius: 0.2em; */
    font-size: 1em;
    padding: 0.2em 0.3em;
}

.system_zustimmen_button:hover {
    color: #000000;
    background: #dde590;
}

.system_zustimmen_dse {
    margin-left: 0em;
    clear: left;
    display: inline;
}

.system_zustimmen_link {
    margin-top: 0em;
    border: 0px red solid;
    overflow: auto;
    float: left;
    clear: both;
}

.xxxsystem_zustimmen a {
    color: #ff0000;
}
.button_delete_cookie_enableYTembedded{
    border:1px black;
    padding:1em;
    background: rgb(255 255 255 / 56%);
}
.button_delete_cookie_enableYTembedded button{
    cursor:pointer;
}

/*--------------------
.userstyle1 {
    color: #fa8c2c;
}

.userstyle2 {
     color: #2c36fa;
}

.userstyle3 {
    color: #8BC34A;
}

.userstyle4 {
    color: red;
}

.userstyle5 {
    color: #aaa;
}

.userstyle6 {
    color: #9C27B0;
}

.userstyle7 {
    color: #607D8B;
}
--------------------*/
/*---------------------------------------- */
.last_message_alert {
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.57);
    z-index: 1000;
    display: table;
    box-sizing: border-box;
}

.last_message_alert p {
    border-bottom: 0px #a09e9e solid;
    box-sizing: border-box;
    margin: 0;
}

.last_message_alert_middle {
    vertical-align: middle;
    display: table-cell;
}

.last_message_alert_box {
    position: relative;
    background: white;
    max-height: 50em;
    overflow: auto;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    /* max-width: 50em; */
    border: 1px gray solid;
    overflow: auto;
    padding: 1em;
    text-align: left;
    font-family: monospace;
    font-style: normal;
    font-size: 12pt;
    color: black;
}

.last_message_alert_exit {
    position: relative;
    background: #03A9F4;
    color: white;
    padding: 0.6em;
    margin: auto;
    margin-top: 1em;
    cursor: pointer;
    font-size: 12pt;
    box-sizing: border-box;
    text-align: center;
    min-width: 6em;
}

/*---------------------------------------- */
.marke {
    box-sizing: border-box;
    background-color: #CDDC39;
    color: black;
    font-size: 10pt;
    display: inline;
    font-weight: normal;
    padding: 0.2em 0.5em;
}

.springe_zu_marke {
    cursor: pointer;
}

/*---------------------------------------- */
.table_main_td_menue_free_language {
    border: 0px red solid;
    vertical-align: middle;
    background: rgba(69, 90, 109, 0);
    padding: 0em;
    /* position: absolute; */
    /* right: 0.5em; */
    /* top: 1em; */
    width: auto;
    box-sizing: border-box;
    text-align: right;
    line-height: 0em;
    display: block;
    /* padding: 0em 0.5em 0.5em 0.6em; */
    /* z-index: 1; */
}

.table_main_td_menue_free_language p {
    margin: 0;
}

.table_main_td_menue_free_language_inner {
    border: 0px red solid;
    box-sizing: border-box;
    display: inline-block;
    padding: 0.4em;
    background: white;
}

.flag_class {
    cursor: pointer;
    background: rgb(255, 255, 255);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    margin: 1px;
    display: inline;
    width: 3em;
    height: 2em;
    vertical-align: middle;
    line-height: 1.40em;
}

.website_language_high {
    border: 0;
    border-bottom: 4px #F44336 solid;
}

.website_language_low {
    border: 0;
    border-bottom: 2px rgba(0, 0, 0, 0.17) solid;
}

.table_main_td_menue_free_language span {
    box-sizing: border-box;
    padding: 3px;
    display: inline-block;
}

/*----Tablet und Smartphone----------------------------------*/
@media screen and (max-width: 1000px) {
    .kontaktformular_user_titel {
        padding: 0px;
        width: 100%;
        margin: 0em;
        border: 0px red dotted;
        text-align: left;
    }

    .kontaktformular_user_input {
        text-align: left;
        float: left;
        width: 100%;
        border: 0px red dotted;
        box-sizing: border-box;
    }

    .kontaktformular_user_form_inner {
        margin: 0em;
        box-sizing: border-box;
    }
}

/*----Tablet und Smartphone----------------------------------*/
@media screen and (max-width: 1000px) {
    .website_bottom_text_spalte {
        /* border: 1px #797979 dashed; */ width: 43%;
        overflow: auto;
        float: left;
        text-align: left;
        margin-left: 5%;
        margin-bottom: 1em;
        box-sizing: border-box;
    }

    .dropdwon_overlay_textbaustein_headline {
        font-size: 12pt;
    }
}

/*----Tablet und Smartphone----------------------------------*/
@media screen and (max-width: 800px) {
    .website_bottom_text_spalte {
        /* border: 1px #797979 dashed; */ width: 70%;
        overflow: auto;
        float: left;
        text-align: left;
        margin-left: 15%;
        height: auto;
        padding: 1em 3% 1em 3%;
        box-sizing: border-box;
    }

    .dropdwon_overlay_textbaustein_headline {
        font-size: 12pt;
        line-height: 1.6em;
    }
}

@media screen and (max-width: 600px) {
    .dropdwon_overlay_textbaustein_headline {
        font-size: 12pt;
        line-height: 1.6em;
    }
}
