
* {
	cursor:url(/resources/css/img/pawschwarz.gif) 16 16, auto;
}
a, [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled), .popopen.popup, .popopen.popup span, .redmenu, .redmenu:hover, .redmenu .p, .redmenu .p span, .closebutton, .popopen.vorschau, .strich, .balken, .innerbalken, .linkimg, .linkimg img, .mapbestatigen, .navilogo, .social img, .baguetteBox-button, .slick-slide img, .slick-arrow img, .slick-arrow, .baguetteBox-button, .linkimg svg, .socialblock .social, .socialblock .social *, .scrollpfeil * {
	cursor:url(/resources/css/img/pawrot.gif) 16 16, auto!important;
}
.container {
    max-width: 2373px;
    margin: 0 auto;
}
nav {
    position: fixed;
    width: 100%;
    z-index: 9;
}
h1, .h1, .h1 *, h2, .h2, .h2 *, h3, .h3, .h3 *, .navischrift, .headerschrift {
    font-family: 'Ubuntu', sans-serif !important;
}
h1, .h1, .h1 *, h2, .h2, .h2 *, h3, .h3, .h3 * {
    font-weight: 600;
}

p, .p, .p * {
    font-family: 'Raleway';
}

	p, .p, .p p {
		font-size: 20px;
	}
a {
	text-decoration: none;
	color: #B71F27;
}
a:hover {
    color: #B71F27;
}
u {
	color: #4A4A4A;
	text-decoration: none;
	font-weight: 600;
}
.bold {
    font-weight: 600;
}
.navischrift {
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 15px;
}
.nav .navischrift {
    color: white;
}
.nav.scrolled .navischrift {
    color: #4A4A4A;
}

p, .p {
    color: #4A4A4A;
}
p.klein, .p.klein, .p.klein * {
    font-family: 'Raleway';
    font-size: 15px;
}
.buttonschrift {
    font-family: 'Poppins';
    font-size: 15px;
}
.navilogo {
    max-width: 335px;
    max-height: 90px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

.navilinks {
    margin-top: 60px;
    margin-right: 50px;
}
.navilinks .navischrift:hover {
    color: #B71F27!important;
}
.navilogo {
    margin-top: 30px;
}
.redmenuinhalt {
    position: fixed;
    width: 100%;
    max-width: 1500px;
    height: 100%;
    top: -100%;
    transition: .5s;
    background: #B71F27;
    right: 0;
    padding: 130px;
    z-index: 6;
    overflow: auto;
}
.redmenuinhalt .block h1,
.redmenuinhalt .block h2{
    color: white;
    margin-bottom: 10px;
}
.redmenuinhalt .block p{
    color: white;
    margin-bottom: 30px;
    max-width: 500px;
	font-size: 18.5px;
}
.redmenuinhalt .block .button{
    color: #B71F27;
    margin-bottom: 30px;
}
.redmenuinhalt.open {
    top: 0;
}
.redmenuout {
    width: 162px;
}
.redmenu {
    display: inline-block;
    background: #B71F27;
    padding: 30px;
    color: white;
    font-weight: 600;
    text-align: center;
    transition: .7s;
    position: absolute;
    top: 0;
    border-radius: 10px;
    /* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
}
.redmenu.open {
    top: -150%;
}

.redmenu .p span {
    display: block;
}
.redmenu .p * {
    color: white;
}
.button {
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 15px;
    text-decoration: none;
    display: table;
    font-weight: 500;
    transition: .5s;
}
.buttonweiss {
    color: #B71F27;
    background: white;
    border: 2px solid white;
}
.buttonweiss:hover {
    color: white!important;
    background: #B71F27;
    border: 2px solid white;
}
.buttongrau {
    color: #B71F27;
    background: #F1EEE6;
    border: 2px solid #F1EEE6;
}
.buttongrau:hover {
    color: #F1EEE6;
    background: #B71F27;
    border: 2px solid #F1EEE6;
}
.buttonrot {
    color: white;
    background: #B71F27;
    border: 2px solid #B71F27;
}
.buttonrot:hover {
    color: #B71F27;
    background: white;
    border: 2px solid #B71F27;
}
.redmenuinhalt > div .block {
    margin-bottom: 80px;
}
.popupfooter {
    position: relative;
    bottom: 50px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    top: 100px;
	display: inline-block;
}
.popupfooter p {
    max-width: 550px;
    color: white;
}
.popupfooter a {
    color: white;
    text-decoration: none;
    font-weight: 700;
}

.strich {
    width: 40px;
    height: 2px;
        display: block;
    border-bottom: 3px solid #B71F27;
    transition: .5s;
}
.strich.one {
    transform: rotate(45deg);
}
.strich.two {
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
}
.closebutton {
    position: absolute;
    top: 50px;
    right: 50px;
    background: white;
    padding: 32px 15px;
    border: 2px solid white;
    transition: .5s;
}
.closebutton:hover {
    background: #B71F27;
    border: 2px solid white;
}
.closebutton:hover .strich {
    border-bottom: 2px solid white;
}
.restpage {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
}
.restpage.open {
    width: 100%;
}
.social {
    margin-left: 10px;
    margin-right: 10px;
}
.qr {
    margin-left: 30px;
	
}
.redmenures {
    display: none;
}
.redmenures p {
    margin: 0;
}
.mobilnavi {
    display: none;
}
.naviopener {
    display: none;
}
.videotext {
    position: absolute;
    /* bottom: 150px; */
    bottom: 80px;
    /* max-width: 770px; */
    max-width: 780px;
    color: white;
}
.videoheader {
    margin-bottom: -10px;
}
.nav {
    height: unset;
}
.videoheader {
    position: relative;
}
.textblock .block {
    padding: 0;
}
.nopad {
    padding: 0!important;
}
.outpadding {
    padding: 120px;
}
.inpadding, .block.inpadding {
    padding: 50px;
}
.normpadding {
    padding-left: 50px;
    padding-right: 50px;
}

.hintergrundgrau {
    background-color: #F1EEE6;
}
.hintergrundrot {
    background-color: #B71F27;
}
.schriftrot, .schriftrot * {
    color: #B71F27;
}
.schriftweiss, .p.schriftweiss, .p.schriftweiss * {
    color: white;
}
.schriftgrau, .schriftgrau * {
    color: #4A4A4A;
}
.schriftbeige, .schriftbeige * {
    color: #BBB09E;
}
.center {
    text-align: center;
}
.card {
    background: transparent;
    border: none;
}
.row {
    margin: 0;
}
.card-body {
    padding: 0;
}
.kleinvideo {
    max-height: 50vh;
}

.textblock .button {
    margin-top: 50px;
}
.textblock .card-text {
    margin-top: 50px;
}
.container {
    padding: 0;
}
ul {
    padding-left: 25px;
}
li::marker {
    color: #B71F27;
    font-size: 30px;
}
li {
    list-style: square;
}
.textblock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trennerbild {
        width: 100%;
    object-fit: cover;
    object-position: center;
    height: 450px;
}
.backbild {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.blurdiv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(14px);
    background-size: cover;
    margin-top: -20px;
    margin-bottom: -20px;
}
.trennertext {
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.trent {
    height: 100%;
    position: relative;
}
.author {
    position: absolute;
    right: 0;
    bottom: 0;
}
.updown {
    padding-top: 100px;
    padding-bottom: 100px;
}
.trennerimg {
    filter: blur(14px);
    height: 100%;
	object-fit: cover;
    transform: scale(1.1);
}
img.trennerimg {
	width: 100%;
}
.marginbottom {
    margin-bottom: 100px;
}
.margintop {
    margin-top: 40px;
    margin-bottom: 100px;
}
.vierblock .button {
    position: absolute;
    bottom: 0;
    left: 0;
}
.vierblock .card-body, .vierblock .innercard {
    height: 100%;
}
.vierblock .card-body{
    position: relative;
}
.vierblock .card {
    padding: 15px;
}
.redmenures p {
    color: white;
}
.minusmargin {
    margin-left: -15px;
    margin-right: -15px;
}
.nav {
    transition: .5s;
    height: 130px;
}
.nav.scrolled {
    background: white;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.38);
box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.38);
}
.nav .inpadding {
    padding-top: 0;
    padding-bottom: 0;
}
.accordion-item {
        border: none;
    border-bottom: 1px solid #BBB09E;
}
:focus-visible {
    outline: none!important;
}
.accordion-button:not(.collapsed) {
    color: #B71F27;
    background-color: white;
    box-shadow: none!important;
}
.accordion-button::after {
    background-color: #F1EEE6;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-size: 20px;
    background-position: center;
}
.accordion-button, .accordion-body {
    padding: 0;
}
.accordion-body .inpadding {
    padding-top: 0;
}

.arztmodul .card-body h3 {
    margin-bottom: 20px;
}
.popup-background {
    background-color: #F1EEE6;
    color: #333;
    height: 100%;
    width: 100%;
    position: fixed;
    transition: .5s;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    display: block;
    left: 0;
    top: 0;
}
.popup-background.show {
    opacity: 1;
    visibility: visible;
    transition: 1s;
    transition-delay: .3s;
}
.mitarbeiterbild {
    width: 100%;
    height: 100%;
    object-fit: cover;
        border-top-left-radius: 30px;
	position: absolute;
	transition: 1s;
}
.mitarbeiterbildout {
    height: 220px;
	position: relative;
}
.noimghover {
	opacity: 1;
}
.imghover {
	opacity: 0;
}
.cardinner:hover .noimghover {
	opacity: 0;
}
.cardinner:hover .imghover {
	opacity: 1;
}


.popopen .balken {
    border-bottom: 2px solid #B71F27;
    display: block;
    width: 12px;
    float: left;
}




.popopen .balken.one {
    transform: rotate(90deg);
        position: relative;
    top: -8px;
    left: 6px;
}
.popopen .balken.two {
    transform: rotate(90deg);
    left: -6px;
    position: relative;
    top: 3px;
}
.popopen .balken.tree {
    position: relative;
    top: -2px;
    left: -24px;
}
.popopen .balken.four {
    position: relative;
    top: -2px;
    left: -24px;
}



.popopen.show .balken.one {
    transform: rotate(90deg);
        position: relative;
    top: -8px;
    left: 6px;
}
.popopen.show .balken.two {
    transform: rotate(90deg);
    left: -6px;
    position: relative;
    top: 3px;
}
.popopen.show .balken.tree {
    position: relative;
    top: -2px;
    left: -24px;
}
.popopen.show .balken.four {
    position: relative;
    top: -2px;
    left: -24px;
}




.popopen.vorschau {
    background: #F1EEE6;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    transition: .5s;
    position: absolute;
}
.popopen.vorschau.show .balken {
    opacity: 0;
}
.popopen.vorschau.show {
    transform: scale(100);
    z-index: 99;
    transition: 1s;
}
.popopen.vorschau .innerbalken {
    opacity: 1;
    transition: .4s;
    transition-delay: .4s;
}
.popopen.vorschau.show .innerbalken {
    opacity: 0;
}
.innerbalken {
    display: inline-block;
    position: relative;
    top: 9px;
    left: 13px;
}
.colored-layer {
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.colored-layer .incolor {
    display: inline-block;
    width: 100%;
    position: relative;
	height: 100%;
	overflow-y: auto;
}

.colored-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popopen.popup {
    position: fixed;
    top: 50px;
    right: 50px;
    height: 60px;
    width: 60px;
    background: white;
    border-radius: 40px;
    padding: 10px;
}
.innerclose {
    position: relative;
    top: 18px;
    margin: 0 auto;
    width: 30px;
	display: block;
}
.arztmodul .card {
    padding: 15px;
}
.arztmodul .cardinner {
    background-color: white;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 25%);
    height: 100%;
}
.arztmodul .card-body {
    padding: 30px;
    padding-bottom: 80px;
}
.arztmodul .card-body p {
    margin-bottom: 30px;
}
.card-body-inner {
    position: relative;
}

.arztmodul .strich {
    width: 30px;
    height: 2px;
        display: block;
    border-bottom: 2px solid #B71F27;
    transition: .5s;
}
.body.show, .body.show body {
    overflow: hidden;
}
.headerbild {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.kleinvideo img, .kleinvideo video {
    max-height: 50vh;
	min-height: 300px;
	object-fit: cover;
}
.grossvideo img, .grossvideo video {
    max-height: 100vh;
	min-height: 600px;
	object-fit: cover;
}
.ueberschrift *{
    padding-top: 0;
    padding-bottom: 0;
}
.slick-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 440px;
}
.slick {
    overflow: hidden;
}
.slick-slide {
    margin: 0 15px;
}
.slick-list {
    margin: 0 -15px;
}
.slick .slick-arrow {
    border: none;
    background: none;
}
.slick-prev {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}
.slick-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}
.slickslider h1 {
    margin-bottom: 70px;
}
.slick-slide {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.slick-slide img {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.hundert {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.footerkontakt {
    display: inline-block;
    width: 100%;
    margin-bottom: 100px;
}
.max70 {
    max-width: 165px;
    display: block;
}
.linkimg {
    margin: 15px;
	display: inline-block;
}
footer {
    background-color: #F1EEE6;
    padding-top: 100px;
    padding-bottom: 100px;
    display: inline-block;
    width: 100%;
}
.mapbestatigen {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mapbestatigen a {
    color: #B71F27;
}
.underfooter .inpadding {
    padding-top: 10px;
    padding-bottom: 30px;
}
.underfooter .inpadding a {
    color: #B71F27;
    text-decoration: none;
    font-weight: 600;
    margin-right: 40px;
}
.accordion-button:focus {
	border: none!important;
	box-shadow: none!important;
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B71F27'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B71F27'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.imghover {
	opacity: 0;
}


.outzoom {
	overflow: hidden;
    height: 100%;
}



.redmenures p::after {
    flex-shrink: 0;
    content: "";
    background-repeat: no-repeat;
    transition: transform .2s ease-in-out;
    background-color: transparent;
    border-radius: 40px;
    width: 20px;
    height: 24px;
    padding: 0px;
    margin-left: 10px;
    background-size: 20px;
    display: inline-block;
    background-position: center;
    top: 5px;
    position: relative;
}
.redmenures p::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.socialblock svg {
    width: 80px;
    height: 80px;
}
.linkimg svg, .socialblock .social svg {
    width: 40px;
    height: 40px;
}
.qr {
    position: relative;
    top: -20px;
    margin-left: 30px;
}
.socialblock {
    position: relative;
    top: -20px;
}
.scrollpfeil {
    position: fixed;
    bottom: 50px;
    width: 100%;
    display: inline-block;
    z-index: 999;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: .5s;
}
.scrollpfeil.scrolled {
    opacity: 0;
    visibility: hidden;
}
.scrollpfeil svg {
    width: 50px;
    height: 50px;
}
.scrolltop {
    position: relative;
    top: -135px;
}
.innerpfeilhover {
    animation-name: wobble;
    animation-iteration-count: infinite;
    animation-duration: .5s;
        transform: translate(-5.73px, -5.45px);
	animation-direction: alternate;
}
.trent .p * {
	color: white;
}
.active {
	color: #B71F27!important;
}







::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: none; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #B71F27; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #a01c23; 
}

.responsiveContainer {
	position: relative;
}
.maplogos {
	    position: absolute;
    bottom: -70px;
    left: 50px;
	z-index: 7;
}
.maplogos img {
	margin: 10px 10px 0 10px;
	max-width: 70px;
}

.videoheader .slick-slide img {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.slick-slide img {
	height: unset;
	width: 100%;
}















.cc-btn.cc-deny {
	display: none;
}

.cc-color-override--404755788.cc-window {
    color: #4A4A4A!important;
    background-color: #F1EEE6!important;
}
.cc-color-override--404755788 .cc-btn {
    background-color: white!important;
    color: #B71F27!important;
}

.anker {
	    position: relative;
    top: -200px;
}
.logosvg {
	    max-width: 250px;
    margin-top: 20px;
}



.redmenu:hover {
	animation-duration: 1s;
	animation-name: pulsing;
	animation-iteration-count: infinite;
	animation-direction: alternate;
    -webkit-animation-duration: 1s;
	-webkit-animation-name: pulsing;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out; /* Chrome, Safari, Opera */
    animation-timing-function: ease-in-out;
}
@keyframes pulsing {
  from {
        color: white;
        background: #B71F27;
  }
  to {
        color: #B71F27;
        background: #b71f2770;
  }
}
@keyframes wobble {
  from {
        transform: translate(-5.73px, -8.45px);
  }
  to {
        transform: translate(-5.73px, -3.45px);
  }
}


.vcard-qr {
	width:100%;
	height:unset;
	max-width:240px;
	padding:0 20px;
}











.pad {
    padding-left: 50px;
    padding-right: 50px;
}

@media(max-width:1920px) {
    .outpadding {
        padding: 50px;
    }
    .navischrift {
        margin: 10px;
    }
}
@media(min-width:1320px) {
    .redmenu.open {
        transition-delay: 0s;
    }
    .redmenu {
        transition-delay: .5s;
    }
    .redmenuinhalt.open {
        transition-delay: .5s;
    }
	h1, .h1, .h1 * {
		font-size: calc(1.3rem + 1.5vw);
	}
	h2, .h2, .h2 * {
		font-size: 35px!important;
	}
	h3, .h3, .h3 * {
		font-size: 24px!important;
	}
	.headerschrift {
		font-size: 55px;
		font-weight: 600;
	}
	.half {
		width: 50%;
	}
}
@media(max-width:1320px) {
    .redmenuout {
        display: none;
    }
    .redmenures {
        display: block;
        background: #B71F27;
        padding: 10px 20px;
        color: white;
        font-weight: 600;
        text-align: center;
        transition: .5s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
		border-bottom-right-radius: 30px;
    	border-bottom-left-radius: 30px;
    }
    .nav.scrolled .redmenures {
		border-bottom-right-radius: 0px;
    	border-bottom-left-radius: 0px;
    }
    .redmenures.open {
        top: 100%;
    }
    .innernav {
        margin-top: 40px;
    }
    .navilinks {
        margin-top: 60px;
        margin-right: 0px;
    }
    .videotext {
        bottom: 30px;
    }
    .vierblock .card {
        margin-bottom: 15px;
    }
    .nav {
        height: 180px;
    }
	.popopen.popup {
		top: 15px;
		right: 15px;
	}
}

@media(max-width:1140px) {
    .mobilnavi {
        display: block;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        right: -100%;
        background: #B71F27;
        transition: .5s;
    }
    .mobilnavi.open {
        right: 0;
    }
    .naviopener {
        display: block;
        position: relative;
        background: white;
        top: 40px;
        padding: 10px 5px;
        z-index: 5;
    }
    .naviopener .strich {
        margin: 10px;
        transition: .5s;
    }
    .naviopener .eins {
        transform: rotate(0deg);
        position: relative;
        top: 0px;
    }
    .naviopener.open .eins {
        transform: rotate(45deg);
        position: relative;
        top: 13px;
    }
    .naviopener .zwei {
        right: 0px;
        position: relative;
    }
    .naviopener.open .zwei {
        right: -60px;
        position: relative;
    }
    .naviopener .drei {
        transform: rotate(0deg);
        position: relative;
        bottom: 0px;
    }
    .naviopener.open .drei {
        transform: rotate(-45deg);
        position: relative;
        bottom: 13px;
    }
    .navilinks {
        display: none;
    }
    .mobilnavi  {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .navischrift {
        display: block;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .closebutton {
        top: 80px;
        right: 10px;
        padding: 31px 15px;
    }
    .redmenuinhalt {
        padding: 50px;
        padding-top: 200px;
    }
    .redmenuinhalt > div {
        width: 100%;
    }
    .popupfooter {
        margin-bottom: 200px;
    }
    .popupfooter > div {
        float: unset;
    }
    .closebutton {
        width: unset!important;
    }
    .socialblock {
        margin-top: 30px;
    }
    .redmenuinhalt > div .block {
        margin-bottom: 50px;
    }
    .videotext {
        max-width: unset;
        color: white;
        width: 100%;
        padding: 50px 30px;
    }
    .pad, .outpadding, .inpadding, .block .inpadding, .normpadding {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
	
    .videotextout {
        margin-top: -10px;
    }
    .nav.scrolled .navischrift {
        color: white;
    }
    .lastone {
        margin-bottom: 50px;
    }
    
    .h1, h1 {
	font-size: calc(1.165rem + 1.5vw);
    }
    .h3, h3 {
	font-size: calc(1.1rem + .6vw);
    }
    .videotext {	
    padding: 15px 30px;
    }
    
	.p[style="column-count: 2;"] {
	  column-count: 1!important;
	}
    .textblock img {
        height: 500px;
    }
	.qr {
		margin-top: 50px;
	}
	.scrollpfeil {
		display: none;
	}
	.active {
		color: white!important;
	}
	.active::before {
		content: '>   ';
		color: white;
		margin-right: 10px;
	}
	.active::after {
		content: '   <';
		color: white;
		margin-left: 10px;
	}
	footer .inpadding > .fl {
		float: unset;
	}
}

@media(max-width:767px) {
    .pad, .outpadding, .inpadding, .block .inpadding, .normpadding {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .lastone .col-md-6 {
        margin-bottom: 30px;
    }
    .textblock img {
        height: 500px;
    }
	.vcard-qr {
		display: none;	
	}
    .redmenuinhalt .block .col-md-6 {
        width: 100%;
    }
}

@media(min-width:450px) {
    .socialblock {
        white-space: nowrap;
    }
}
@media(max-width:450px) {
    .navilogo {
        margin-top: 20px;
        max-width: 200px;
    }
    .naviopener {
        padding: 5px 0px;
    }
    .redmenures p {
        font-size: 15px;
    }
	.nav {
		height: 130px;
	}
	.naviopener {
		top: 19px;
	}
    .redmenuinhalt {
        padding: 15px;
        padding-top: 200px;
    }
    .qr {
        margin-top: 50px;
        display: block;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .footerkontakt a {
        margin-bottom: 30px;
    }
    .textblock img {
        height: 300px;
    }
	.maplogos {
		left: 0px;
	}
	.maplogos img {
    	max-width: 48px;
}
	.logosvg {
    max-width: 160px;
	}
}

.navilinks .navischrift.border-red {
    padding: 10px;
    background-color: #B71F27;
    color: white !important;
    border-radius: 8px;
}
.mobilnavi .border-red {
    padding: 10px;
    background-color: white;
    color: #B71F27 !important;
    border-radius: 8px;
    width: fit-content;
    margin: 0px auto;
}
.navilinks .border-red:hover {
    color: white !important;
}
/* .border-red:hover {
    color: white !important;
} */






