

.krummesding{
    opacity: 0.6;
    position: absolute;
    width: 100%;
    border-right: 20px solid white;
    background: var(--linkbluehover);
    height: 100%;
    /* bottom: -57%; */
    left: calc(-100px + 12vw);
    transform: skew(-14deg);
    /* transform-origin: 0%; */
    top: 0;
    left: -73%;
}
.da-site-title{
    margin-bottom:1rem;
    line-height:1.1!important;
}
.da-site-title .subtitle{

}
.title-wrapper .subtitle h2{
    font-size: 1.15rem;
    display: inline-block;
    width: auto;
    font-weight: 500!important;
    text-transform: uppercase;
    background-color: var(--secondary);
    padding: 5px 16px;
    color: white;
    line-height: 1;
    font-family: var(--sans);
}

.boxed-primary{
    display: inline-block;
    width: auto;
    font-weight: 500!important;
    text-transform: uppercase;
    background-color: var(--primary);
    padding: 5px 16px;
    color: white;
    line-height: 1;
}
.boxed-secondary{
    display: inline-block;
    width: auto;
    font-weight: 500!important;
    text-transform: uppercase;
    background-color: var(--secondary);
    padding: 5px 16px;
    color: white;
    line-height: 1;
}


.jumbo-caption {
    width: 100%;
    height: auto;
    position: absolute;
    top:auto;
    left:0;
    bottom: 0rem;
    /* right: 2rem; */
    /* right: 2rem; */
}
.theme-header.site{
    padding-top:0px
}
.rbs-caption h3{
    font-size: 2.4rem;
    opacity:0.0;
    font-weight:900;
    transition:all .4s;
    opacity:0;
    text-align:center;
}
.active.mumu-baer .rbs-caption h3{
    font-size: 2.5rem;
    opacity:0.5;
}
.navbar-toggler {border:none;background:var(--red);}
.navbar-collapse{
    position:absolute;
    top:70px;
}
body .site-footer a:visited,
body .site-footer a:focus,
body .site-footer a:active,
body .site-footer a {
    color: var(--red)!important;
    font-weight:500;
}
.jumbotron .h1{max-width:100%!important;}
.jumbo-caption span {margin:0;line-height: 1;}

body .site-footer a:hover {
    color: var(--secondary-lighter)!important;
}

body.home .rot-jumbotron {
    padding-bottom: 310px; border-radius:0;
}
@media(min-width:576px){
    body.home .rot-jumbotron {
        padding-bottom: 325px;
    }

}

@media(min-width:768px){

    body.home .rot-jumbotron {
        padding-bottom: 380px;
    }
    .navbar-collapse{
        position:absolute;
        top:90px;
    }
}

@media(min-width:992px){
    .theme-header.site{
        padding-top:130px
    }
    .there-is-no-contactheader .theme-header.site{
        padding-top:88px
    }
    .navbar-collapse{
        position:relative;
        top:0;
    }
    body.home .rot-jumbotron {
        padding-bottom: 420px;
    }
    .jumbo-caption span {margin:0;line-height: 1.5;}
    body h3, body .h3{
        font-weight:700;
        /* text-transform:uppercase; */
        font-size:18px;
    }
}

@media(min-width:1200px){
    body.home .rot-jumbotron {
        padding-bottom: 520px;
    }
}
@media(min-width:992px) and (max-height:670px){
    body.home .rot-jumbotron {
        padding-bottom: 370px;
    }
}

.footer-widgets .widget ul {
    display: block;
    text-align:center;
}
.footer-widgets .widget {
    text-align: center;
    padding:0;

}
/*VIDEO im schwulen Header*/
.theme-header video{
    position:absolute;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center center;
    top:0;
    left:0;

    filter: brightness(0.8);

}
.footer-widgets .widget ul li {
    padding-top: 0px;
    padding-bottom: 1px;
}
.damibild{
    height: 0;
    padding-bottom: 125%;
    border-radius: 0;
    position: relative;
}
.damibild75{
    padding-bottom:75%;
}
.damibild100{
    padding-bottom:100%;
}
.damibild img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}
.damibildx40 img{
    object-position: 40% center;
}
.entry-content>.row:nth-child(odd){background:#f6f6f6;}
.menu-footer-menu-container {
    display: block;
    margin-bottom:1rem;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    position:relative;
}
.accordion:after{
    content:"\f078";
    position:absolute;
    top: 18px;
    right: 18px;
    width:2rem;
    height:auto;
    font-family: 'FontAwesome';
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
}
.accordion.active:after{
    /* transform:rotate(90deg); */
    /* -o-transform-origin: 50%;
    -webkit-transform-origin: 50%; */
    /* transform-origin: center center; */
    content:"\f054";
}

.accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 18px 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}
header .entry-title{
    max-width:none!important;
    text-align:center;
    padding-top:0.8rem;
}
.rbs-caption-inner{
    text-align:center;
    /* margin-bottom:11rem; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.max-45 img{
    max-width:45%;
}
.background-top5{
    position:relative;
    /* overflow:hidden; */
}
.has-bg-img{
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
}
.background-top5:before{
    content:'';
    width:100%;
    height:var(--offset-top5);
    margin-top:0rem;
    background-color:white;
    top:0;
    left:0;
    position: absolute;
}
.background-top5.even-darker:before{
    content:'';
    width:100%;
    height:var(--offset-top5);
    margin-top:0rem;
    background-color:var(--grey-lightest);
    top:0;
    left:0;
    position: absolute;
}
.has-bg-img.darkened>.container {
    position:relative;
    z-index:1;
}
.has-bg-img.darkened:after{
    content:'';
    width:100%;
    height:calc(100% - var(--offset-top5));
    margin-top:var(--offset-top5);
    background-color:rgba(0, 0, 0, 0.19);
    z-index:0;
    top: 0;
    left:0;
    position:absolute;
}

.thumb-box-shadow-lightestest .post-thumbnail,
.box-shadow-lightestest{
    box-shadow: var(--shadowgrab);
}
.thumb-box-shadow-lightest .post-thumbnail,
.box-shadow-lightest{
    box-shadow: var(--shadowdrab);
}
.rot-cpt-posts.row>[class^="col-"] {
    margin-bottom:3rem;
}
.rot-listing-3.background-top5 .row>[class^="col-"] .box-shadow-lightest{
    box-shadow:none;
}
.rot-cpt-posts.row>[class^="col-"] .box-shadow-lightest{
    height: 100%;
}
.rot-listing-3.background-top5 .row>[class^="col-"]:nth-child(1) .box-shadow-lightest{
    box-shadow: var(--shadowdrab);
}
.rot-listing-3.background-top5.darkened .row>[class^="col-"]:nth-child(1) .box-shadow-lightest{
    box-shadow: var(--shadowdrab);
}

@media(min-width:576px){
    .rot-cpt-posts.row>[class^="col-"] {
        margin-bottom:2rem;
    }
    .rot-listing-3.background-top5 .row>[class^="col-"] .box-shadow-lightest{
        box-shadow: var(--shadowdrab);
    }
    .rot-listing-3.background-top5 .row>[class^="col-"]:nth-child(3) .box-shadow-lightest{
        box-shadow: none;
    }

}
@media(min-width:992px){
    .rot-listing-3.background-top5 .row>.col-lg-4:nth-child(3) .box-shadow-lightest{
        box-shadow: var(--shadowdrab);
    }
}

.background-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - var(--headerheight));

}
.background-wrapper.background-fixed{
    position: fixed;
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* margin-top: var(--headerheight); */
}
.background-wrapper.parallax-scroll{
    position: absolute;
    transform:translateY(-70px);
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* margin-top: var(--headerheight); */
}
.background-wrapper.background-fixed.parallax-scroll{
    position:fixed;
}

.background-wrapper.background-fixed img{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* margin-top: var(--headerheight); */
}
header.entry-header{
    padding-top:15rem;
}
@media(min-width:992px){
    .background-wrapper,
    .background-wrapper.background-fixed{
        margin-top:var(--headerheight-992);
    }
    .background-wrapper{
        height: calc(100vh - var(--headerheight-992));
    }

}
/* body #content.site-content{padding-top:5rem;} */

/*HANDWERK*/
body{
	background-color:#f2f1f3;
	background-image: url(background-xmas-min.png)!important;
	background-size:350px auto;
	/* padding-top:52px; */
}
@media(min-width:768px){body{background-size:750px auto;}}


body.admin-bar .nav-hold{top:46px;min-height:64px;}
@media (min-width:783px){body.admin-bar .nav-hold{top:32px;}}


.nav-hold{height:auto; background-image:url(bg-color-min.png);}
@media (min-width:768px){.nav-hold{z-index:1111;}}
.nav-hold *{height:auto; background-image:url(bg-color-min.png);}

#mobile-bar{position:relative; text-align:right;}
.menu-trigger, .menu-trigger:focus{padding-top:17px; color:white!important;}
#mobilemenu{
	z-index:100000!important;
	background-color:transparent;
	overflow:visible;
}
body.admin-bar #mobilemenu.mm-opened{top:58px;}

#mobilemenu:before{
	content: "";
    background-image: url(curvedwide-min.png);
    position: relative;
    bottom: 0;
    height: 50%;
    background-size: cover;
    display: block;
    background-position: center bottom;
	transition:height 0.8s;
}
#mobilemenu.mm-opened:before{height:140%;}

.inner .hero{height:auto; margin:0; background-position:center 100%; background-repeat:no-repeat;}

.menu-item a{color:white;}
.menu-item a:hover{color:#9ae6a8;}
.current-menu-item a {color:#9ae6a8!important; font-weight:700;}
.navigation > li > a {
	font-size: 16px;
	text-decoration: none;
}
/*alternative mit bulletförmigen a's
.menu-item a{
	color: #930011;
    background: white;
    padding: 1px 12px;
    border-radius: 38px;
    margin-top: 16px;
    margin-left: 5px;
    margin-right: 5px;
}
*/

.hero {
    background-image: url(/wp-content/uploads/2022/05/curvedwide-min.png);
    background-image: url(curvedwide-low.svg);
    position: relative;
    background-position: center center;
    background-size:101%;
    background-size: 270%;
    width: 100%;
    height: 390px;
    margin: 50px 0 75px 0;
}
@media (min-width:768px){.inner .hero{background-position:center -1rem; background-size:cover;}}
@media (min-width:992px){.inner .hero{background-position:center -2rem;}}
@media (min-width:1550px){.inner .hero{background-position:center -3.5rem;}}
@media (min-width:1700px){.inner .hero{background-position:center -5rem;}}
@media (min-width:1800px){.inner .hero{background-position:center -6rem;}}

.mm-title{
    font-weight: 700;
    color: white!important;
    text-transform: uppercase;
    font-size: 18px!important;
    top: -2px;
    position: relative;
}
.mm-close.mm-btn{font-size:0;}
.mm-close.mm-btn:before{
	content:"\f00d";
	display:inline-block;
	font-weight:700;
	font-family:"FontAwesome";
	color:white!important;
	font-size:20px;
	position:relative;
	top:-4px;
}
.mm-listview{font-size:16px; color:white;}




.logo{
	position:relative;
	top:auto;
	left:auto;
	transform:none;
	margin:0;
	width:70%;
	padding-top:0;
	padding-bottom:12%;

	z-index:100;
	top:-2px;
}
@media (min-width:500px){.logo{top:-20px;}}
@media (min-width:768px){.logo{top:15px; width:54%; padding-bottom:14%;}}

@media (min-width:992px){.logo{top:0; width:54%; padding-top:2%; padding-bottom:8%;}}
@media (min-width:1400px){.logo{width:50%; padding-top:2%; padding-bottom:11%;}}
@media (min-width:1600px){.logo{width:45%; padding-top:3.5%; padding-bottom:8%;}}
@media (min-width:1800px){.logo{width:47%; padding-top:3.5%; padding-bottom:10.5%;}}

@media (max-height:400px){.logo{top:-20px; width:54%;}}
@media (max-height:400px) and (min-width:768px){.logo{top:16px; width:54%;}}



.sterndi{
    position: fixed;
    top: 70px;
    right: 5vw;
    width: 35vw;
    display: block;
    background-position: center bottom;
	pointer-events: none;
	z-index:100001;

	-webkit-transition: all 1s;
	transition: all 1s;

/* animation syntax: Dauer | Timingfunktion | Verzögerung |
   Anzahl der Iterationen | Richtung | Füllmodus | Abspielstatus | Name */
    -webkit-animation: 20s ease 0s infinite reverse wriggle;
    animation: 20s ease 0s infinite reverse wriggle;
}

body.admin-bar .sterndi{margin-top:46px;}
@media (min-width:783px){body.admin-bar .sterndi{margin-top:32px;}}
.sterndi:after{
	content:"";
	position:relative;
	display:block;
	width:100%;
	height:0;
	padding-bottom:110%;
	background-image: url(stern2-min.png);
	background-size: contain;
    background-repeat: no-repeat;
}


@media(min-width:992px){
	.sterndi{top: 9vh; right: 5vw; width: 27vw;}
	body .sterndi.scrolled{top: 36px; right:5vw; width:150px;}
}
@media(min-width:1400px){
	.sterndi{top: 9vh; right: 15vw; width: 360px;}
	body .sterndi.scrolled{top: 36px; right:15vw; width:250px;}
}@media(min-width:1600px){
	.sterndi{top: 6vh; right: 15vw; width: 330px;}
	body .sterndi.scrolled{top: 36px; right:15vw; width:250px;}
}

.sterndi.scrolled{
top: 50px;
    right: 5vw;
    width: 25vw;
    height: 26vw;
}

@keyframes wriggle {
 	0%, 60%, 100% {transform: perspective(1200px) rotateY(-175deg);}
 	25%, 80% {transform: perspective(1200px) rotateY(45deg);}
 	40%, 90% {transform: perspective(1200px) rotateY(-45deg);}
 }
 @-webkit-keyframes wriggle {
 	0%, 60%, 100% {-webkit-transform: perspective(1200px) rotateY(-175deg);}
 	25%, 80% {-webkit-transform: perspective(1200px) rotateY(45deg);}
 	40%, 90% {-webkit-transform: perspective(1200px) rotateY(-45deg);}
 }


.footer .sticky-area{ background:transparent;}
.grecaptcha-badge{
    margin-right: -62px;
}
.grecaptcha-badge:hover{
    margin-right: 0;
}

body .TIE-fighter-dashboard,
body .TIE-fighter-dashboard *{box-sizing:border-box;}

body .TIE-fighter-dashboard {
	background: transparent!important;
    height: auto;
    width: 100%;
	padding:12px 0px;
	border:none;
	max-height:68px;
	    min-height: 68px;
	margin-bottom:1.5rem;
	box-shadow:none;
}
body .TIE-fighter-dash_title{top:0px!important; color:#444!important; font-size:14px;}

body .TIE-fighter-tripdash,
body .TIE-fighter-dash {
	border:none!important;
	box-shadow:none!important;
	background:transparent!important;
	width:20.5%;
	margin-left:2.5%;
	height:100%;
	padding-left:6px;
}
body .TIE-fighter-tripdash{width:26%;}
body .TIE-fighter-dash {width:18.5%;}


body .TIE-fighter-digit {
	font: 300 26px "Montserrat";
	line-height:1.6;
	height:auto;
	text-shadow:none;
	width:0.68em;
	background:#f1f1f1;
	border-radius:3px;
	padding: 0 2px;
	min-width:0.78em;
}
@media (max-width:490px){ body .TIE-fighter-digit {
	font: 300 20px "Montserrat";
	line-height:2.2;
	}
}
@media (min-width:600px){ body .TIE-fighter-digit {
	font: 300 36px "Montserrat";
	line-height:1.2;
	}
}


body .TIE-fighter-seconds_dash .TIE-fighter-digit {
	background:#be1e2d;
	color:white;
}


/* SLIDESHOW*/
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image{
	-o-object-fit: cover!important;
    object-fit: cover!important;
	max-height:none!important;
}
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_slide, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_swiper-wrapper {
overflow:hidden;}

/* PARTER SECTION*/
.sidebar-img{ max-width:80%;}

.sbimg-container{max-width:100%; float:left; background:white; padding:5px;}

.sbimg-container.w60-perc {max-width:60%;}
.sbimg-container.w40-perc {max-width:40%;}

@media (min-width:992px){.sidebar-img{max-width:80%;}}



.slick-slider.rot-slider{
	margin-bottom:45px;
}
.slick-dots{
	bottom: 0px;
    transform: translateY(100%);
}
.slick-dots li{
	margin: 0 2px;
}
.slick-slide{
	height:0;
	padding-bottom:330px;
	position: relative;

}
.slick-slide>figure{
	height:100%;
	width:100%;
	position: absolute;
    left:0;
}
.slick-slide>figure img{
	height:100%;
	width:100%;
	object-fit:cover;
}
@media (min-width:768px){
	.slick-slide{
		padding-bottom:405px;
	}
}
@media (min-width:1200px){
	.slick-slide{
		padding-bottom:480px;
	}
}



article.entry{
	padding: 2.5rem 3rem;
    background: rgba(255,255,255,0.9);
}


body{
	line-height: 1.625;
    font-size: 15px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

a:hover, a:focus, a:visited,
a {text-decoration:none!important; }
a:hover, a:focus {
    color: #56000a;
}
article a .fa{color:#920111;}
article a .fa.fa-facebook-square{color:#4267b2;}
article a .fa.fa-facebook-square:hover{
	color:#920111;
	transition:color 0.7s;
	-webkit-transition:color 0.7s;
}
.mt-1{margin-top:1rem;}
.mt-2{margin-top:1.5rem;}
.mt-3{margin-top:2rem;}
.mt-4{margin-top:2.5rem;}
.mt-5{margin-top:3rem;}
.mb-1{margin-bottom:1rem;}
.mb-2{margin-bottom:1.5rem;}
.mb-3{margin-bottom:2rem;}
.mb-4{margin-bottom:2.5rem;}
.mb-5{margin-bottom:3rem;}



.braunaboikn:active,
.braunaboikn:focus,
.braunaboikn:hover{
    color:white!important;
    backgorund-color:var(--red);
}
.braunaboikn{
	background: var(--dark-red);
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: white!important;
    font-weight: 600;
    letter-spacing: 0.04em;
	margin-bottom:4px;
}
.rodaboikn{
	background: #920111;
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: white;
    font-weight: 600;
    letter-spacing: 0.04em;
	margin-bottom:4px;
}
.fat-n-it-up-mate{font-weight:700;}
body strong{
    font-weight:700;
}
body h1, body .h1 {
    font-weight:bold;
}
main p{
    margin-bottom:2rem;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4{letter-spacing:0.01em;}
h1, .h1{font-size:36px;margin-bottom:2rem; line-height:1;}
h2, .h2{font-size:28px;font-weight:700!important;}
h3, .h3{font-size:17px; margin-bottom:18px; margin-top:1.9em;}
h4, .h4{font-size:16px; font-weight:700!important; text-transform:uppercase;}

h1, h2, h3, .widget-title, h4, h5, h6 {
    line-height: 1.12;
    margin: 0 0 20px 0;
}

@media(min-width:768px){
	h1, .h1{font-size:44px; margin-bottom:2.2rem;}
	h2, .h2{font-size:30px;}
	h3, .h3{font-size:17px;}
	h4, .h4{font-size:16px;}
}

/*SIDEBAR*/
.sidebar {
	padding: 2.8rem 3rem;
    background: rgba(255,255,255,0.9);
}
.widget-title {font-size:18px; font-weight:600; letter-spacing:0.1em;}


.foogallery{text-align:left!important;}

.sidebar .widget_media_image a {
	position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
}

.sidebar .widget_media_image a img{
	max-width: 166%!important;
    transform: translateX(-50%);
    left: 58%;
    height: auto;
    position: relative;
}
/*SINGLE BLOG POST*/
.entrys-meta-col{display:none;}

/*FOO GALLERY*/
.foogallery{
	margin:-3px!important;
	padding:0!important;
	font:inherit;
	margin-top:2rem!important;
}
body .fg-default.fg-gutter-5 .fg-item {padding:3px; margin:0!important;width:50%;}
@media(min-width:992px){body .fg-default.fg-gutter-5 .fg-item {width:33.333%;}}

.footer {
    background: #c59c6d;
}
.footer-widgets {
    margin-bottom: 35px;
    background: transparent;
    padding: 0;
    font-size: 90%;
    color: black;
}
.footer-widgets h3{
font-size: 17px;
    letter-spacing: 0.02em;
    color: white;
}

.footer aside{padding:2.5rem calc(3rem + 15px);float:left;}
@media (min-width:560px){.footer aside{	width:50%;}}

.entry .entry-meta dt {
    color: var(--text);
    float: left;
    margin-right: 5px;
}
.entry .entry-meta dd {
    margin-bottom: 5px;
}
.entry .entry-meta {
    font-size: 13px;
    margin-top: 4px;
}
.entry .entry-meta dd a {
    color: #ea4848;
}
.strong{font-weight:bold;}

.group:after {
    clear: both;
    content:'';
    display:table;
}