html {
	scroll-behavior: smooth;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
    font-size: 1.1rem;
    line-height: 1.67;
}
figure {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
.pageWrapper{
	overflow-x: hidden;
	max-width: 1920px;
	margin: 0 auto;
}
.flex-content{
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	justify-content: space-between;
}
.masterCentered{
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.masterCentered-wide{
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.bg-color-white{
	background-color: #fff;
}
.bg-color-lightbrown{
    color: #fff;
	background-color:  #800000;
}
.bg-color-lightbrown a{
    color: #fff;
}
.linklist{
	padding-inline-start: 0;
	list-style-type: none;
}
img {
    max-width: 100%;
}
.image-centered{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-padding{
    padding: 60px 50px;
	box-sizing: border-box;
}
a{
    color:  #800000;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s linear;
    
}
a:hover,
a:focus-visible{
    text-decoration: underline;
}
@media (max-width: 768px){
    .content-padding{   
        padding: 40px 20px;
    }
}

.same-padding{
    padding: 80px;
    box-sizing: border-box;  
}
@media (max-width: 1024px){
    .same-padding{
        padding: 80px 60px;
    }
}
@media (max-width: 768px){
    .same-padding{
        padding: 80px 40px;
    }
}
@media (max-width: 425px){
    .same-padding{
        padding:  80px 20px;
    }
}

.h1{
    font-size: 2.8125rem;
	line-height: 1.2;
	font-weight: 700;
    margin-block-end: 0;
    font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
    
    margin-block-start: 0;
}
@media (max-width: 1024px){
    .h1{
        font-size: 2.7rem;
    }
}
@media (max-width: 768px){
    .h1{
        font-size: 2.1rem;
    }
}
@media (max-width: 425px){
    .h1{
        font-size: 1.8rem;
    }
}

.h2{
    font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
    margin-block-start: 0;
    margin-block-end: 0.5em;
}
@media (max-width: 1024px){
    .h2{
        font-size: 2.7rem;
    }
}
@media (max-width: 768px){
    .h2{
        font-size: 2.1rem;
    }
}
@media (max-width: 425px){
    .h2{
        font-size: 1.8rem;
    }
}
h3{
    margin-block-start: 0;
    margin-block-end: 0.5em;
}
.banner{
    height: 600px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
@media (max-width: 1024px){
    .banner{
        height: 500px;
    }
}
@media (max-width: 768px){
    .banner{
        height: 350px;
    }
}
@media (max-width: 425px){
    .banner{
        height: 200px;
    }
}
.banner .content-padding{
        position: relative;
height: 100%;
}



.button{
    display: inline-block;
    margin-top: 10px;
}
.button-banner{
    position: absolute;
    bottom: 30px;
    right: 20px;
}
@media (max-width: 768px){
    .button-banner{
        bottom: 10px;
        right: 10px;
    }
    .button-banner a{
        font-size: 1.4rem;
    }
}

.button a{
    padding: 10px 30px;
    background-color:  #800000;
    color: #fff;
    border-radius: 8px;

    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.25);

    transition: all 0.3s linear;
}
.button a:hover,
.button a:focus-visible{
    background-color: #000;
}

.link__boxes{
    margin: 0 15px;
}
.link__boxes a {
    position: relative;
    width: calc((100% / 3) - 20px);
    margin: 20px 0;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s linear;
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.25);
}
@media (max-width: 1024px){
    .link__boxes a {
        width: calc((100% / 2) - 10px);
        margin: 10px 0;
    }
}

@media (max-width: 500px){
    .link__boxes a {
        width: 100%;
        margin: 10px 0;
    }
}
.link__boxes a:hover,
.link__boxes a:focus-within{
    background-color:  #800000;
    color: #fff;
}
.link__image {
    width: 100%;
    height: 200px;
    display: inline-block;
    position: relative;
}
.link__image:before{
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);}
.link__text{
    padding: 20px 30px;
    min-height: 40px;
    display: inline-block;
}

.card{
    width: 100%;
    max-width: 500px;
}
iframe{
    max-width: 100%;
}

.gallery__area{
    padding: 0 0 80px 0 ;
}
.gallery__area .content-padding{
    padding-bottom: 30px;
}

/* .footer__content ul{
    display: flex;
    margin-block-start: 0;
    margin-block-end: 0;
}
.footer__content ul.address {
    display: flex;
    flex-wrap: wrap;
} */
.footer__content li{
    margin: 0 20px 0 0;
}
.footer__content .linklist{
    margin-block-start: 0;
    margin-block-end: 0;
}
.footer__content .address li:first-child{
    display: block;
    width: 100%;
}
.footer__logo 
.footer__logo img {
    width: calc( 100% - 20px);
}
.logo img,
.logoOc img,
.footer__logo img{
    filter: invert(1);
}
.footer__information-flex{
    display: flex;
    flex-wrap: wrap;
}
.footer__information .address {
    margin-right: 30px;
}
.footer__information {
    width: calc( (100% / 4) * 3);
}
@media (max-width: 768px){
    .footer__information {
        width:100%;
    }
}
.footer__logo {
    max-width: 300px;
    width: calc( ((100% / 4) * 1) - 30px);
}
@media (max-width: 768px){
    .footer__logo {
        width: 100%;
    }
}

.show-flyer{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flyer-image{
    width: calc(50% - 10px);
    padding-top: 10px;
}
@media (max-width: 1024px){
    .flyer-image{
        width: 100%;
        max-width: 500px;
    }
}
@media (min-width: 1024px){
    .container--termin{
        display: flex;
        justify-content: space-between;
    }
}
.termin-image{
    @media (max-width: 1024px){
        max-width: 500px;
    }
    @media (min-width: 1024px){
        width: 50%;
    }
    @media (min-width: 1400px){
        width: 40%;
    }
}
.termin-information{
    @media (min-width: 1024px){
        width: 50%;
    }
    @media (min-width: 1400px){
        width: 40%;
    }
}