body {
    font-family: var(--fontfamily);
    font-weight: 400;
    font-size: var(--fontsize);
    color: var(--primarycolor);
}

.navbar-light .navbar-toggler {
    color: white;
    border-color: white !Important;
}

/* zusätzliches css*/
.zwirsel p{
    width: 97%;
}
.lb-caption {
    color: black;
    font-weight: light;
}
div.lb-details {
    width: 234px;
}

.tx-indexedsearch-title a{
    color: red;
    border: 1px solid red;
    padding: 9px;
}

div.slider-slide img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}
.frame-type-menu_subpages li{
    list-style: none;
}

/*Ende des zusätzlichen CSS*/


@media only screen and (min-width: 80px) and (max-width: 379px) {
    div.slider-slide img{
        visibility: hidden
    }
    .sliderhoehe {
        height: 0px;
    }
    a.navbar-brand img {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 380px) and (max-width: 767px) {
    div.slider-slide img{
        visibility: inherit;
        max-height: 330px;
        object-fit: cover;
        width: auto;
        height:  280px;
    }
    .sliderhoehe {
        height: 220px;
    }
    a.navbar-brand img {
        margin-top: 0px;
    }
}


.Abstand{
    height: 6rem;
}
.tx-pwcomment-pi1{
    border-top: 1px solid #81a1c1;
}

#c122 label {
    display:block;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
p{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    text-align:justify;
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;
}
textarea {
    -webkit-writing-mode: horizontal-tb !important;
    font-style: ;
    font-variant-ligatures: ;
    font-variant-caps: ;
    font-variant-numeric: ;
    font-variant-east-asian: ;
    font-weight: ;
    font-stretch: ;
    font-size: ;
    font-family: monospace;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(197 88 88));
    column-count: initial !important;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(183 122 122), rgb(133, 133, 133));
    border-image: initial;
    padding: 12px;
    font-family: 'Montserrat', sans-serif;
    overflow: scroll;
    font-size: 1rem;
    line-height: 1.5rem;
    -webkit-font-smoothing: antialiased;
    padding: 22px;
    border: 1px solid #a1a1a1;
    border-radius: 2px;
    box-shadow: 2px 2px 4px #d5d2d2;
    text-align: justify;
    font-weight: 400px;
    min-height: 500px;
    height: auto;
    width: 100%;
    overflow: scroll;
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-chars: auto 5;
    -webkit-hyphenate-limit-lines: 4;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: auto 5;
    -ms-hyphenate-limit-lines: 4;
}
.frame-double_border{
    border: 4px double grey;
    padding: 12px;
}

.frame-space-before-weit_davor{
    margin-top: 10rem;
}

.tx-jn-phpcontentelement{
    hyphens: auto;
    position: relative;
    text-align: justify;
}

a.nav-link.has-submenu:first-line{
    color: #000000;
}

.slider-container img{
    width: auto;
}

.frame-type-ce_card {
    width: fit-content;
    max-width: 450px
}

.frame-layout-8{
    border: 1px solid cadetblue;
}
.frame-layout-7{
    border: 1px solid orange;
    padding: 23px;
}

.accordion-item .accordion-body img {
    width: auto;
}

label.control-label{
    width: 324px;
    font-size: 0.9rem;
    color: red;
    font-weight: bold;
}

input.btn-primary{
    background-color: lightcoral;
}

input#powermail_field_captcha{
    border: 1px dotted #a1a1a1;
}

ce-bodytext{
    font-family: var(--fontfamily);
    font-weight: 400;
    font-size: var(--fontsize);
    color: var(--primarycolor);
}

.text-justify  {
    hyphens: auto;
    position: relative;
    text-align: justify;
}

@media only screen and (min-width: 145px) and (max-width: 800px) {
    img.img-fluid {
        height: 200px;
    }
    .img-fluid{
        height: 100px;
    }
    .navbar-brand img{
        height: 83px;
        margin-top: -30px;
    }
    button.navbar-toggler{
        margin-top: -103px;
    }
    #header_nav {
        height: 13px;
        margin-top: -43px;
        width: 100%;
        height: 10px;
        background-color: #666;
        position: fixed;
        left: 0;
    }
    span.navbar-toggler-icon {
        color: #ffffff;
        padding: 20px;
        background-color: #ff8700;
        border: 1px solid #ffffff;
        margin-top: 68px;
    }
    .abstand2{
        padding-top: 3.9rem;
    }
}

.bg-dark,
.bg-dark .dropdown-menu {
    background-color: #ffffff!important;
}

.btn-primary {
    color: #d9278b;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
footer a{
    color: (--footerLinks)
}
a.navbar-brand{
    width: 234px;
    padding-top: 23px;
}

hr {
    color: var(--farbeTrenner);
    margin-top: var(--abstandtrenneroben);
    margin-bottom: var(--abstandtrennerunten);
    border-top: var(--hoehetrenner) solid transparent;
    opacity: 1;
    background-image:url('var(--imagetrenner)');
    text-align: center;
}
/*hr:after {
    content: "______________________";
    display: inline-block;
    position: relative;
    top: -0.8em;
    font-size: 1.5em;
    font-weight: 800;
    background: transparent;
    color: ;
    opacity: 1;
    letter-spacing: -3px
}*/

.row{
    margin-top: 23px;
}

/* Styledeclaration */


.farbeh1{
    color: var(--primarycolorrahmen);
}


/*VideoContainer*/

.responsiveContainer {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.responsiveContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Formatierung der eigenen Inhaltselemente */

.frame-layout-grauerrahmen{
    margin:  1rem 0rem;
    padding: 22px;
    border: 2px solid var(--primarycolorrahmen);
    border-radius: 22px;
    box-shadow: 2px 2px 4px #a1a1a1;
}

.frame-layout-grauerrahmen h2::before {
    display: inline-block;
    content:"\2709";
    font-size: 3rem;
    vertical-align: -.08em;
    color: var(--primarycolorrahmen);
}

div.frame-layout-blauerrahmen{
    margin:  1rem 0rem;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    padding: 22px;
    border: 1px solid #a1a1a1;
    border-radius: 2px;
    box-shadow: 2px 2px 4px #d5d2d2;
    text-align: justify;
    font-weight: 400;
    height: auto;
    width: 100%;
    overflow: scroll;

    hyphens: auto;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-chars: auto 5;
    -webkit-hyphenate-limit-lines: 4;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: auto 5;
    -ms-hyphenate-limit-lines: 4;
}

/* width */
div.frame-layout-blauerrahmen::-webkit-scrollbar {
    width: 20px;
}

/* Track */
div.frame-layout-blauerrahmen::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
div.frame-layout-blauerrahmen::-webkit-scrollbar-thumb {
    background: #dee2e6;
}

/* Handle on hover */
div.frame-layout-blauerrahmen::-webkit-scrollbar-thumb:hover {
    background: #858081;
}

.frame-layout-gruenerrahmen{
    margin:  1rem 0rem;
    padding: 22px;
    border: 2px solid #469576;
    border-radius: 22px;
    box-shadow: 2px 2px 4px #a1a1a1;
}

.frame-layout-gruenerrahmen h2::before {
    display: inline-block;
    content:"\2709";
    font-size: 3rem;
    vertical-align: -.09em;
    margin-right: 0.3rem;
    color: #469576;
}

.frame-layout-gruenerrahmen a {
    color: #469576;
}

.frame-layout-gruenerrahmen h2 {
    color: #469576;
}
.frame-layout-roterrahmen{
    margin:  1rem 0rem;
    padding: 22px;
    border: 2px solid #dc3545;
    border-radius: 22px;
    box-shadow: 2px 2px 4px #a1a1a1;
}

.frame-layout-roterrahmen h2::before {
    display: inline-block;
    content:"\2709";
    font-size: 3rem;
    vertical-align: -.09em;
    margin-right: 0.3rem;
    color: #c7464e;
}

.frame-layout-roterrahmen a {
    color: #dc3545;
}

.frame-layout-roterrahmen h2 {
    color: #dc3545;
}

.frame-layout-orangerrahmen{
    margin:  1rem 0rem;
    padding: 22px;
    border: 2px solid #f48703;
    border-radius: 22px;
    box-shadow: 2px 2px 4px #a1a1a1;
}

.frame-layout-orangerrahmen h2::before {
    display: inline-block;
    content:"\2709";
    font-size: 3rem;
    vertical-align: -.09em;
    margin-right: 0.3rem;
    color: #f48703;
}

.frame-layout-orangerrahmen a {
    color: #f48703;
}

.frame-layout-orangerrahmen h2 {
    color: #f48703;
}

.frame-layout-5{
    margin:  1rem 0rem;
    padding: 12px;
    border: 1px solid grey;
    border-radius: 12px;
    box-shadow: 3px 3px 7px #a1a1a1;
}

/* Media-Queries*/

@media only screen and (min-width: 80px) and (max-width: 400px) {

}

@media only screen and (min-width: 401px) and (max-width: 920px) {

}

@media only screen and (min-width: 921px) and (max-width: 1021px) {

}


@media only screen and (min-width: 1022px) and (max-width: 2600px) {

}

/* Suche */

.suche{
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: 0px 2px 0px 5px;
    line-height: 0.5rem;
    width: 8rem;
    z-index: 9999999;
    margin-top: 9px;
    font-size: 0.7rem;
    position: absolute;
    right: 5%;
    font-size: 0.8;
}
button#ke_search_searchfield_submit{
    background-color: orange;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 3px;
}
input#ke_search_searchfield_sword{
    border: 1px solid #a1a1a1;
    padding: 3px;
    font-size: 0.8rem;
}

/* Flexslider */



/* Footer */
.footeroben {
    /*! margin-top: -1.5rem; */

}

.footerunten {
    background: var(--footerunten);
    color: var(--primarycolor);
    width: 100%;
}

.footeroben {
    padding: 1rem 0px 0px 0px;
    background: var(--footeroben);
    width: 100%;
    margin-top: 2rem;
    border-top: var(--footerrandbreite) solid var(--footerrand);
}

.footeroben p{
    color: var(--footerschriftfarbe);
    font-size: 1rem;
}

.footerunten p{
    color: var(--footerschriftfarbeunten);
    font-size: 1rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.footercontent a{
    color: var(--footerlinks);
    font-size: 0.8rem;
    text-decoration: none;
}

.footercontent h5{
    font-weight: 200;
    font-size: 1.1rem;
    padding-bottom: 0px;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 100;
    font-size: 2rem;
    color: #991f1f;
    height: 1rem;
    line-height: 2rem;
    padding-top: 1.5rem;
    padding-right: 1rem;
    position: relative;
    float: right;
}

div.copyright li{
    list-style-type: none;
    color: var(--copyrightcolor);
    line-height: 1rem;
    margin-bottom: 2rem;
}
footer a{
    color: var(--footerLinks);
}

footer a:hover{
    color: var(--footerLinks);
    font-variant: all-petite-caps;

}

/*Slider*/

.hh-slider {
    max-width: 100%;
    position: relative;
    margin-top: var(--abstandslideroben);
    margin-bottom: var(--abstandsliderunten);
    height: var(--sliderhoehe);
}

.sliderhoehe {
    height: var(--sliderhoehe);
}

/*Überschriften*/

/*
h3, .h3 { font-size: 1.4rem; font-weight:200; color: #000000;}
h4, .h4 { font-size: 1.2rem; font-weight:100; color: #85aac4;}
h5, .h5 { font-size: 1.2rem; font-weight:100;}
h6, .h6 { font-size: 1rem;font-weight:100; }

*/

h1, .h1  {
    font-size: var(--fontSizeH1);
    color: var(--primarycolorh1);
    text-align: left;
    font-family: var(--family1);
    font-weight: 300;
    line-height: 1.6rem;
    padding-bottom: 1rem;
}

h2, .h2  {
    font-family: var(--family2);
    font-size: var(--fontSizeH2);
    color: var(--primarycolorh2);
    text-align: left;
    font-weight: 300;
    line-height: 1.9rem;
    padding-top: 0.2rem;
    padding-bottom: 1rem;
}

header h3 {
    font-family: var(--family3);
    font-size: 1.4rem;
    color: var(--primarycolorh3);
    text-align: left;
    font-weight: 300;
    line-height: 1.7rem;
    padding-bottom: 1rem;
}

header h4 {
    font-family: var(--family4);
    font-size: 1.2rem;
    color: var(--primarycolorh4);
    text-align: left;
    font-weight: 300;
    line-height: 1.7rem;
    padding-bottom: 1rem;
}

h5 {
    font-size: 1.1rem;
    color: var(--primarycolorh5);
    text-align: left;
    font-weight: 300;
    line-height: 1.3rem;
    padding-bottom: 1rem;
}


h2.ce-headline-left {
    text-align: left;
    color: #284799;
    font-weight: 600;
}

h5.accordion-title{
    padding-top: 12px;
    font-size: 1.3rem;
    padding-bottom: 3px;
}

/* Navigation */

.abstandnachoben {
    margin-top: var(--abstandnachoben);
}

span.navbar-toggler-icon {
    color: #594f4f;
    padding: 20px;
    background-color: #3CC2F1;
    border: 1px solid #ffffff;
}

.navbar {
    border-bottom: 2px solid #3ac1f0;
    max-height: 8rem;
    background-color: transparent;
}
.navbar-light .navbar-nav .nav-link {
    color: black;
    background-color: white;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: white !important;
}

ul.menue2 li {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    text-decoration: none;
    list-style: none;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#navbarNavDropdown .navbar-nav .nav-item .dropdown-item{
    background-color: #ffffff;
    border-bottom: 1px solid #a1a1a1;
    padding-left: 12px;
    z-index: 9999999;
}

.nav-link.has-submenu a{
    color: #566634;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .dropdown-item {
    color: #000;
    font-size: 0.9rem;
    background-color: #fff;
    z-index: 9999999;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .dropdown-item {
    color: #000000;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #2c5b9647;
    color: #000000;
}

#navbarNavDropdown li a.current {
    font-weight: bold;
}

#navbarNavDropdown li a.active {
    color: #44C4F1;
    font-weight: 400;
    padding-left: 12px;
    background-color: #ffffff;
    text-transform: uppercase;
}

.navbar-collapse {
    z-index: 9999999;
}
.navbar-collapse a.nav-link {
    padding-left: 12px;
}
#header_nav {
    width:100%;
    height:100px;
    background-color:#666;
    position:fixed;
    top:0;
    left:0;
}

/* <Metamenue> */

ul.metaMenu li {
    display: inline-block;
}

ul.metaMenu a, ul.metaMenu a:visited {
    color: #080808;
}

ul.metaMenu a:hover {
    color: rgba(12, 12, 12, 0.75);
}

/* Adjustments for fluid_styled_content */

img {
    height: auto;
    padding-bottom: 20px;
}
.card-img-top{
    object-fit: cover;
    width: 320px;
    height: 280px;
}
#c126 img {
    object-fit: cover;
    width: 320px;
    height: 580px;
}
.ce-intext [data-ce-columns="1"] {
    width: 100%;
}

@media screen and (min-width: 768px){
    .ce-intext [data-ce-columns="1"] {
        width: auto;
    }
}

@media screen and (min-width: 991px){
    .ce-intext [data-ce-columns="1"] {
        width: auto;
    }
}


/* Rootline Navigation */

ul.rootline {
    margin: 0rem 0 1rem 0;
    padding: 0 0 .5rem 0;
    list-style-type: none;
    font-size: 80%;
    border-bottom: 1px solid #eee;
}

ul.rootline li {
    display: inline-block;
}

ul.rootline a,
ul.rootline a:visited {
    margin: 0;
    padding: 0;
    color: #666;
}

ul.rootline a:hover {
    text-decoration: underline;
}

ul.rootline span {
    color: #999;
}

ul.rootline a:after {
    display: inline-block;
    content: "/";
    margin: 0 .5rem;
}

/* Sprachmenue */

.languageMenu.nav-link{
    background-color: #a1a1a1;
    color: #000000;
}

.languagemenu {
    margin: 10px;
    padding: 0;
    list-style-type: none;
    font-size: 90%;
}

ul.languagemenue {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 90%;
    width: 120px;
    padding-left: 5%;
    margin-right: 5%;
    background-color: white;
}

ul.languagemenue li {
    display: inline-block;
    margin: 0 .5rem 0 0;
    color: white;
}

ul.languagemenue a,
ul.languageMenu a:visited {
    color: white;
}

ul.languagemenue a:hover {
    color: rgb(255 255 255);
}

.languagemenue a:hover{
    background-color: rgb(255 255 255);
    color: #dfdbd41a;
}

.languagemenue {
    margin-left: auto;
}

@media only screen and (min-width: 80px) and (max-width: 767px) {
    #navbarNavDropdown .languagemenue .nav-item {
        border: 1px solid #a1a1a1;
        width: 123px;
        background-color: lightcoral;
        padding-left: 23px;
        margin-top: 12px;
    }
}

#navbarNavDropdown .languageMenu .nav-item a{
    width: auto;
    padding-left: 12px;
    color: white;
    background-color: orange;
    border-radius: 7px;
    border: 1px solid #a1a1a1;
    margin-left: 1rem;
    width: auto;
    max-width: 123px;
}

.languageMenu .text-muted{
    visibility: hidden;
    max-width: 1px;
}

/* Adjustments for lightbox */

.lightbox .lb-image {
    display:block;
    height:auto;
    max-width:inherit;
    max-height:none;
    border-radius:2px;
    padding: 3px;
    border:3px solid #ededed;
    border-bottom: 54px solid #fff;
    background-color: #a1a1a1;
}

.lb-data .lb-caption {
    color:white;
}
.lb-dataContainer{
    margin-top: 13px;
}

