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

span.text-big{
    font-size: 1.5rem;
}

span.text-tiny{
    font-size: 0.5rem;
}

span.text-small{
    font-size: 0.7rem;
}

span.text-huge{
    font-size: 2rem;
}


.frame-layout-12 a{
    border: 3px solid #2D58A4;
    background-color: #2D58A4;
    width:auto;
    padding: 12px ;
    border-radius: 16px;
    color: white;
}


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

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

.navbar-toggler-icon{
    background-color: var(--burgerfarbe);
}
button.navbar-toggler{
    background-color: var(--burgerfarbe);;
}
#bildtext{

}
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: 1240px;
    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);
}

div.button a {
    display: block;
    color: var(--buttonschriftfarbe);
    border-radius:var(--buttonradius);
    padding: var(--buttonpadding);
    width: var(--buttonwidth);
    background-color: var(--buttoncolor);
}
div.button{
    margin: 0px auto;
}
.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;
}


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