body {
    font-family: 'open sans',arial, sans-serif;
    font-family: arial;
    margin: 0px;
    padding: 0px;
    color: black;
    line-height: 1.5em;
    font-style: normal;
    background-color: #eaeaea;
    font-size: 13pt;
}

.id_brille {
}

input {
    /* font-size: 1em; */
}

.p_margin p {
    margin: 0em 0em 0.0em 0em;
}

.xp_margin p b {
    margin: 1em 0em 0.0em 0;
    border: 3px #3F51B5 dotted;
    display: inline-block
}

.p_margin .userstyle1 {
    margin: 1em 0em 0.0em 0;
    /* border: 3px #3F51B5 dotted; */
    display: inline-block;
}

xp {
    border: 1px orange solid;
    line-height: 1.3em;
    margin-bottom: 0;
}

i {
    color: #c70e00;
}

h3 {
    margin-top: 0.0em;
    margin-bottom: 0.7em;
    font-size: 1.7em;
    font-weight: normal;
    color: #000000;
    line-height: 1.2em;
}

/* 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: -50;
    /* 
    filter: saturate(3) hue-rotate(245deg)blur(0px) grayscale(1) sepia(0)filter: blur(7px);  brightness(1) contrast(1)
    */
    filter: grayscale(1) blur(1px);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 2.0s ease-out;
    -moz-transition: all 2.0s ease-out;
    -o-transition: all 2.0s ease-out;
    transition: all 2.0s ease-out;
}

.website_background_hover {
    filter: grayscale(0) blur(0px);
    opacity: 1;
    left: 0;
    top: 0;
    right: 0;
}

.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%;
}

.userstyle1 {
    font-weight: bold;
}

.userstyle2 {
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 4px;
}

.userstyle4 {
    background-color: #3A783E;
    color: #fff;
    font-size: 1.0em;
    font-style: italic;
    xfont-weight: bold;
    letter-spacing: 2px;
    padding: 5px;
    display: block;
}

.userstyle5 {
    font-size: 1.0em;
    font-style: italic;
    xfont-weight: bold;
    letter-spacing: 2px;
    color: rgb(158,8,9);
}




a:link {
    text-decoration: none;
    color: #c70e00;
}

a:visited {
    text-decoration: none;
    color: #c70e00;
}

a:hover {
    color: rgb(51,153,0);
    text-decoration: underline;
}

a:active {
    color: #A50A03;
    text-decoration: underline;
    background-color: rgb(224,224,224);
}

.mail_link {
}

a:link.mail_link {
    color: #A50A03;
    text-decoration: none;
}

a:visited.mail_link {
    color: #A50A03;
    text-decoration: none;
}

a:hover.mail_link {
    color: rgb(204,102,0);
    text-decoration: none;
}

a:active.mail_link {
    color: #000;
    text-decoration: none;
}

.youtube-player {
    overflow: auto;
    display: block;
    width: 100%;
    height: 550px;
    border: 0px pink solid;
    overflow: hidden;
}



.hinweis_felder_unbedingt_ausfuellen {
    font-size: 0.8em;
    text-align: left;
    margin-left: 230px;
}

/*-------------------------------------*/
.table_main {
    width: 100%;
}

#table_main_tr {
}

/*--------------menue_sisters top----------------------------*/
.nav_sisters li a:link {
    color: #c70e00;
}

.nav_sisters li a:visited {
    color: #c70e00;
}

.nav_sisters li a:hover {
    text-decoration: underline;
}

/*------------------------------------------*/
/*------------------------------------------*/
.table_main_td_head {
    margin-left: 0px;
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0em;
    height: auto;
    overflow: hidden;
    border: 0px green dotted;
    background-color: #4271A5;
    height: auto;
    box-shadow: 0 0px 20px 0px grey;
    padding: 0% 3%;
    color: white;
    text-align: center;
}


.table_main_td_freier_container {
    display: none;
}

.table_main_td_left {
    margin-top: 2em;
    margin-left: 3%;
    float: left;
    width: 22%;
    text-align: left;
    /* background-color: rgb(216,216,216); */
    padding-bottom: 3em;
    /* min-height: 1200px; */
    overflow: auto;
    /* position: fixed; */
    /* top: 4em; */
}

.table_main_td_middle {
    border: 0px black solid;
    width: 100%;
    /* max-width: 1700px; */
    min-height: 46em;
    overflow: auto;
    float: none;
    margin: auto;
    /* margin-top: 3em; */
    display: block;
    padding: 0% 0;
    background: #ffffff;
}

.table_main_td_main {
    margin-top: 0em;
    /* margin-left: 0%; */
    padding: 3em 3% 3em;
    /* margin: auto; */
    float: right;
    text-align: left;
    width: 75%;
    /* max-width: 1200px; */
    /* background-color: hsla(220, 30%, 50%, 0.45); */
}

.table_main_td_right {
    float: right;
    margin: 0;
    padding: 1em;
    margin-top: 0em;
    margin-right: 2%;
    width: 18%;
    font-size: 0.9em;
    line-height: 1.4em;
}

.table_main_td_foot {
    clear: both;
    width: 100%;
    font-size: 1em;
    margin-top: 0em;
    float: left;
    background-color: var(--main-header-footer);
}

.table_main_td_foot_inner {
}

.table_main_td_foot_right {
}

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

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

.table_main_td_foot a:hover {
}

.table_main_td_foot a:active {
    background-color: gray;
}

.zum_seitenanfang {
    text-align: center;
    margin-top: 2em;
    clear: both;
}

.text_baustein_bottom {
    width: 100%;
}

.text_baustein_bottom_inner {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 0.8em;
    color: #ffffff;
}

/*-----------------------------------------------------------------------*/
.table_main_td_menue_free_bottom {
    clear: both;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 2em;
    padding-bottom: 2em;
    overflow: hidden;
}

.table_main_td_menue_free_bottom_inner {
    text-align: center;
    width: 100%;
}

.table_main_td_menue_free_bottom ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.table_main_td_menue_free_bottom li {
    /* display: inline; */
    /* margin-left: 0.5em; */
    /* margin-right: 0.5em; */
}

.table_main_td_menue_free_bottom li a:link {
    color: #ffffff;
}

.table_main_td_menue_free_bottom li a:visited {
    color: #fffcfc;
}

.table_main_td_menue_free_bottom li a:hover {
    text-decoration: underline;
}

.table_main_td_menue_free_bottom li.this_page a {
    font-weight: bold;
    color: #B14C4C;
}

/*-----------------------------------------------------------------------*/
.main0 {
    width: auto;
    min-height: 100%;
    background-color: #e2e2e2;
    margin-top: 0px;
    border: 0px red solid;
    overflow: auto;
    /* width: 80%; */
    margin: auto;
}

.main1 {
    margin: auto;
    padding: 0;
    box-shadow: 0px 0px 0px rgba(51, 51, 51, 0.27);
    width: 100%;
    max-width: 1400px;
    display: block;
    overflow: auto;
    /* min-height: 800px; */
    margin-top: 0em;
    margin-bottom: 0em;
}

.download {
    text-align: center;
    border: 1px #000000 solid;
    font-weight: bold;
    padding: 5px;
    background-color: #FFFFBF
}

/*................download rekursiv ..............*/
.download_rekursiv_ordner {
    background-color: rgba(198, 212, 211, 0.18);
    border: 1px #aaa dotted;
    margin: 0px;
    margin: 0.5em;
    border-radius: 0.5em;
}

.download_rekursiv_ordner a {
    text-decoration: none;
}

.download_rekursiv_ordnername {
    clear: both;
    margin-top: 0px;
    xposition: relative;
    padding-bottom: 0px;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 3px;
    margin-bottom: 0px;
}

.download_rekursiv_filename {
    position: relative;
    margin-left: 3px;
    float: left;
    width: auto;
    padding-bottom: 0px;
    display: inline;
}

.download_rekursiv_filesize {
    margin-left: 6px;
    color: #bbb;
    float: left;
    width: auto;
    padding-bottom: 0px;
}

.download_rekursiv_ordner ul {
    margin: 0px;
    padding-left: 0px;
    margin-bottom: 2px;
    margin-left: 5px;
}

.download_rekursiv_ordner li {
    margin: auto;
    background-color: transparent;
    color: #000;
    margin-left: 20px;
    font-size: 0.95em;
}

/* -------------------------------------------------*/
.mediathek #highlight_suchwort {
    background-color: rgb(255, 255, 177);
    text-decoration: underline;
}

.highlight_suchwort {
    border-bottom: #9c6e6e 1px solid;
}

/*--------------------*/
/*kontakt -------------------------*/
/*--------------------------------------------*/
.smartphone_menue {
    border: 0px green dotted;
    background-color: yellow;
    display: none;
    float: left;
    width: 100%;
    overflow: auto;
    ; }

/*----------------------------*/
p a::before {
    content: "\279C";
    margin-right: 0.1em;
}

.file_modification_time.after {
    color: #2196F3;
}

/* nav_smartphone -----------------------------------------------*/
.nav_smartphone {
    display: none;
}

/*--------smartphone tablet-----------------------------------------------------------*/
@media screen and (max-width: 1400px ) {
    body {
    }
}

/*--------smartphone tablet-----------------------------------------------------------*/
@media screen and (max-width: 1200px ) {
    body {
    }
}

/*--------smartphone tablet-----------------------------------------------------------*/
@media screen and (max-width: 1000px ) {
    body {
    }

    .main0 {
    }

    .main1 {
        width: 100%;
        padding: 0;
        overflow: auto;
        border: 0;
        background-color: hsl(0, 100%, 100%);
        margin-top: 0em;
        box-shadow: none;
    }

    .table_main_td_menue_free_over_head {
        display: none;
    }

    .table_main_td_menue_free_over_head_inner {
    }

    .table_main_td_head {
        margin-left: 0;
        width: 100%;
        float: left;
        margin-top: 0em;
        margin-bottom: 0em;
        height: auto;
        background-color: white;
        text-align: left;
        box-shadow: 0 0 0 0 white;
    }

    .table_main_td_main {
        margin-top: 0em;
        margin-left: 2%;
        margin-right: 2%;
        float: left;
        text-align: left;
        width: 96%;
        border: 0px blue dotted;
        background-color: hsla(220, 30%, 50%,0.0);
    }

    .logo {
        float: left;
        margin: auto;
        margin-top: 0em;
        width: 100%;
        max-width: 30em;
    }

    .website-top-adresse {
        display: none;
    }

    .table_main_td_left {
        display: none;
    }

    .table_main_td_right {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        /* border-top: 1px #aaa solid; */
        padding: 2%;
        margin-top: 0em;
        font-size: 1.0em;
        width: 100%;
    }

    /*----------------------------*/
}

@media screen and (max-width: 800px ) {
    body {
    }
}

@media screen and (max-width: 600px ) {
    body {
    }
}
