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

.slick-slide img {
    height: auto;
    width: 100%;
}
.slickcontentelement .outerwrap img{
    width: 100%;
    height: auto
}

@media only screen and (min-width: 21px) and (max-width: 992px) {
    .container2{
        display: none;
    }
}
@media only screen and (min-width: 993px) and (max-width: 3992px) {
    .container2{
        display: flex;
    }
    .top_menu{
        display: none;
    }
}

.contentwrap  {
    margin-bottom:12%;
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.tx-html5mediakit-media-container video{
    width: 300%;
}

.navbar-toggler-icon{
    border: 2px solid white;
    padding: 22px;
    background-color: #A3000F;
}

button.navbar-toggler{
    background-color: transparent;
    shape-margin: 0px;
}

.navbar-light .navbar-toggler {
    color: rgba(236, 227, 227, 0.0);
    border-color: rgba(0,0,0,.0);
}

.navbar-light .navbar-toggler-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='1 1 28 31'%3e%3cpath stroke='rgb(256,256,256,31' stroke-linecap='butt' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-toggler-icon{
    background-color: var(--burgerfarbe);
    border: 4px solid var(--burgerfarbe);
}

figcaption{
    position: relative;
    color: white;
    background: rgba(0,0,0,.3);
    margin-left: 3px;
    margin-top: -30px;
    padding: 2px 5px;
    width: auto;
}
#bilddescription{
    position: relative;
    color: white;
    background: rgba(0,0,0,.3);
    margin-left: 3px;
    margin-top: -86px;
    padding: 2px 5px;
    width: 195px;
}
#bildtitle{
    position: relative;
    color: white;
    background: rgba(0,0,0,.3);
    margin-left: 3px;
    margin-top: 4px;
    padding: 2px 5px;
    width: 195px;
}
.frame-layout-7{
    border: 1px solid orange;
    padding: 12px;
}

/* ende*/

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

.navbar-toggler {
    background-color: #4acadfc2;
    border: 1px solid green;
}


.main{
    max-width: 1320px;
    width: 90%;
    margin: 0px auto;
}


div.button {
    max-width:unset;
    width:  fit-content;
    padding: 6px 10px;
    background-color: var(--buttoncolor);
    margin-top: var(--buttonmargin);
    border-radius: var(--buttonradius);
    margin-bottom: 2rem;
}

div.button a {
    color: var(--buttonschriftfarbe);
}

.abstand2{
    padding-top: 8rem;
}

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

.ps-logo{
    max-width: 294px;
}

a {
    color: #dd2d7f;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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
}


/*VideoContainer*/

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

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

/* 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) {

}

/* Footer */
div.footer {
    /*! margin-top: -1.5rem; */
    background-color:var(--footerfarbe2);
    color: #ffffff;
    padding: 13px 0px 10px 0px;
}

.footer .main{
    color: var(--footerschriftoben);
}

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

.footer p{
    color: var(--footerschriftoben);
    font-size: 1.1rem;
}

.footer a{
    color: var(--footerlinks);
}

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

/*Überschriften*/

h1, .h1  {
    font-size: var(--fontSizeH1);
    color: var(--primarycolorh1);
    text-align: left;
    font-family: var(--family1);
    font-weight: 400;
    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: 400;
    line-height: 1.9rem;
    padding-top: 0.2rem;
    padding-bottom: 1rem;
}

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

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

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    width: var(--siteLogoWidth);
    text-decoration: none;
    white-space: nowrap;
}
.navbar-brand img.img-fluid{
    width: var(--siteLogoWidth);
}

.languagemenue li{
    list-style: none;
}