

.slider-opacity-transition .rot-cpt-items .owl-item{
    opacity:0;
    transition: opacity 1.2s;
}
.slider-opacity-transition .rot-cpt-items .owl-item.active{
    opacity:1;
}

.rot-cpt-content .cpt-icons img{
    width:auto;
}

.rot-cpt-thumb img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    object-fit:cover;
}

.rot-cpt-images{
    display: flex;
    flex-wrap: wrap;
}
.rot-cpt-thumb {
    position: relative;
    top: 0;
    left: 0;
    height: 0;
    padding-bottom: 80%;
    width: 100%;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0px;
    /* overflow: hidden; */
}
.rot-cpt-thumb.smaller {
    /* position: relative;
    top: -2rem;
    height: 0;
    padding-bottom:40%;
    width: 50%; */
    /* border: 4px solid var(--white); */
    padding-bottom:60%;
}
.rot-cpt-thumb.smaller.img2 {
    /* right: auto;
    left: 0px;
    border-top: 4px solid var(--white);
    border-right: 2px solid var(--white);
    flex: 0 0 50%; */
    margin-right:2px;
}
.rot-cpt-thumb.smaller.img3 {
    /* right: 0px;
    left: auto;
    border-top: 4px solid var(--white);
    border-left: 2px solid var(--white);
    flex: 0 0 50%; */
    margin-left:2px;
}

.rot-cpt-thumb img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    object-fit:cover;
}
.img-container-inner{
    flex-direction: row;
    width: 100%;
    margin-top: 4px;
}
@media(min-width:1200px){
    .rot-cpt-images{
        justify-content: flex-end;
    }
    .rot-cpt-thumb:not(.smaller){
        width:100%;
        flex: 0 0 calc(100%);
    }
    .rot-cpt-item-projects .rot-cpt-thumb:not(.smaller){
        width:100%;
        order: 1;
        /* flex: 0 0 calc(70% - 6px); */
        /* margin-right: 3px; */
        /* margin-left: 3px; */
    }
    .img-container-inner{
        /* flex: 0 0 calc(30% - 6px); */
        order: 0;
        /* margin-right: 3px; */
        /* margin-left: 3px; */
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: nowrap;
        align-items: flex-end;
        margin-top:0;
    }
    .rot-cpt-thumb.smaller {
        padding-bottom: 60%;
        height: calc(50% - 3px);
    }
    .rot-cpt-thumb.smaller.img2 {
        margin-right: 0;
        margin-bottom: 3px;
    }
    .rot-cpt-thumb.smaller.img3 {
        margin-left: 0;
        margin-top: 3px;
    }
}


/*--TYPO*/
.rot-cpt-item h3{
    margin-bottom: .7em;
}
.rot-cpt-images{
    margin-top:1.25rem;
}
@media(min-width:768px){
    .rot-cpt-images{
        margin-top:0rem;
    }

}

/*carousels*/
.rot-cpt-items.allways-show-nav .owl-nav{
    display:block!important;
}
.rot-cpt-items .owl-nav {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    width: 100%;
    height: 20px;
    z-index: 6;
    transform: translateY(-50%);
    pointer-events: none;
}
.owl-theme .owl-nav [class*=owl-] {
    color: var( --text2 );
    font-size: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    display: block;
    cursor: pointer;
    border-radius:0;
    border: none;
    width: 20px;
    height: 20px;
    border-right: none;
    border-bottom: none;
    position: absolute;
    left:-2px;
    top: 0;
    transition:outline-color .4s, color 0.4s, background-color .4s, opacity .4s;
    pointer-events:all;
    /* opacity:0.4; */
}
.owl-theme .owl-nav .owl-next{
    transform: rotate(180deg);
    left: auto;
    right: 4px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--text);
    color:inherit;
    text-decoration: none;
    opacity:1;
}
.owl-theme .owl-nav [class*=owl-]:hover:before {
    outline-color:var(--primary);
    color: var(--primary);
    background-color:transparent;
    color: var(--white);
}
.owl-theme .owl-nav [class*=owl-]:before {
    outline: 2px solid var(--text2);
    outline:none;
    content: '\f053';
    background: var(--white);
    background:var(--grey-hover);
    background:var(--primary);
    color: white;
    width: 38px;
    height: 38px;
    position: absolute;
    transform-origin: center;
    border-radius: 200px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 1.3rem;
    line-height: 1.7;
    transform: translate(-50%, -50%)!important;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transition:outline-color .4s, color .4s, background-color .4s;
}
.owl-nav .owl-prev:before {
    transform: translateY(-50%)!important;
    top: 50%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    -webkit-tap-highlight-color: var(--text) !important;
}
.rot-cpt-owl{
    display:flex;
    justify-content:center;
    margin-top:1rem;
}
.rot-cpt-items{
    max-width:100%;
}
.rot-cpt-items.row{
    max-width:calc(100% + 30px);
}

.rot-term-item{
    display: flex;
    align-content: center;
    flex-grow: 1;
}
.rot-term-item .term-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 0.8rem;
    width: 70%;
}
.rot-term-item .rot-term-label {
    hyphens: auto;
    margin: 0;
    padding: 0;
    padding-left: 4px;
    line-height: 1;
    font-size: 18px;
}
.rot-term-item .rot-term-count{
    background: rgb(98, 143, 158);
    width: 100%;
    text-align: center;
    font-size: 16px;
    border-radius: 12px;
    margin-top: 7px;
    line-height: 1.6;
    color: white;
    font-weight: 400;
}

@media(min-width:576px){
    .rot-cpt-thumb {
        padding-bottom: 380px;
    }

    .rot-cpt-thumb.smaller {
        padding-bottom: 260px;
    }

}
@media(min-width:768px){
    .rot-cpt-thumb {
        padding-bottom: 80%;
    }
    .rot-cpt-thumb.smaller {
        padding-bottom: 60%;
    }
    .rot-post-type-post .rot-cpt-thumb{
        padding-bottom:65%;
        /* margin-bottom:1.5rem; */
    }
}
@media(min-width:992px){
    .owl-theme .owl-nav .owl-prev {
        left:-8px;
    }
    .owl-theme .owl-nav .owl-next {
        right: -8px;
    }
}
@media(min-width:1200px){
    .owl-theme .owl-nav .owl-prev {
        left:-25px;
    }
    .owl-theme .owl-nav .owl-next {
        right: -23px;
    }
}
@media(min-width:1440px){
    .owl-theme .owl-nav .owl-prev {
        left:-2rem;
    }
    .owl-theme .owl-nav .owl-next {
        right: -2rem;
    }
}
@media(max-width:767.98px){
    .owl-theme.allways-show-nav .owl-nav [class*=owl-] {
        display:block;
    }
}

/*GALLERY CAROUSEL*/
[data-id='sync1']{
    /* width: calc(100% + 4px);
    margin-left: -2px;
    margin-right: -2px; */
}
[data-id='sync2']{
    /* margin-left: -6px;
    margin-right: -6px;
    width: calc(100% + 12px); */
}
[data-id='sync2'] .owl-stage-outer{
    width: 100%;
}

[data-id='sync2'] .owl-stage-outer .owl-stage .owl-item{
    height: auto;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
}
[data-id='sync2'] .owl-stage-outer .owl-stage .owl-item .item{
    height: 0;
    margin: 0;
    padding: 0;
    padding-bottom: calc(100% - 18px);
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    border-radius: 1px;
    overflow: hidden;

}
[data-id='sync2'] .owl-stage-outer .owl-stage .owl-item .item .rot-attachment-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

[data-id='sync1'] .item {
    background: #7b7b7b6b;
    margin: 2px;
    color: #FFF;
    text-align: center;
    border-radius: 1px;
    overflow: hidden;
}
[data-id='sync1'] .item .rot-attachment-img{
    padding-bottom: 78.8%;
    top: 0;
    left: 0;
    position: relative;
    height: 0;
    /* margin-top: 6px; */
}
[data-id='sync1'] .item .rot-attachment-img img{
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}
[data-id='sync1'] .item span.attachment{
    bottom:0;
    position: absolute;
    color:transparent;
}

[data-id='sync2'] .item {
      background: transparent;
      padding: 10px 0px;
      margin: 5px;
      color: #FFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      cursor: pointer;
}
[data-id='sync2'] .item h1 {
        font-size: 18px;
}

[data-id='sync2'] .current .item{
    background: transparent;
}
[data-id='sync1'].owl-theme .owl-nav [class*='owl-'] {
    /*default owl-theme theme reset .disabled:hover links */
    transition: all .3s ease;
}
[data-id='sync1'].owl-theme .owl-nav [class*='owl-'].disabled:hover {
         background-color: #D6D6D6;
}

/*arrows on first carousel*/
[data-id='sync1'].owl-theme {
    position: relative;
}
[data-id='sync1'].owl-theme .owl-next, .owl-prev {
      width: 22px;
      height: 40px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
}
[data-id='sync1'].owl-theme .owl-prev {
      left: 10px;
      display:none;
}
[data-id='sync1'].owl-theme .owl-next {
      right: 10px;
      display:none;
}
.rot-attachment-items .owl-theme .owl-dots .owl-dot {
    box-shadow: none;
    height: 34px;
}

.rot-attachment-items .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
    background-color: var( --primary);

}
.rot-attachment-items .owl-theme .owl-dots .owl-dot.active span {

    background: var( --secondary);
}
.d-none{
    display:none!important;
}
.slider-style-fullwidth .owl-nav{
	display: block!important;
}

/*Exception POSTS*/
.rot-cpt-items.rot-cpt-post .owl-nav{
    top:33%;
}
.rot-cpt-items.rot-cpt-ueberuns.owl-carousel article[class*="col-"],
.rot-cpt-items.rot-cpt-post.owl-carousel article[class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}
.rot-cpt-items.rot-cpt-post .owl-nav .owl-prev{
    left: 7px;
}
.rot-cpt-items.rot-cpt-post .owl-nav .owl-next{
    right: 7px;
}
body .slider-style-fullwidth .owl-nav .owl-prev{
    left: 38px;
}
body .slider-style-fullwidth .owl-nav .owl-next{
    right: 38px;
}
.rot-cpt-items.slider-style-fullwidth .owl-stage{
	min-height:420px;
	display:flex;
	align-items:center;

}
.rot-cpt-items.slider-style-fullwidth .owl-stage>.owl-item>figure{
	transition:height .4s;
	height:300px;
	border-left: 8px solid var(--white);
    border-right: 8px solid var(--white);
	background-size:cover!important;
}
.rot-cpt-items.slider-style-fullwidth .owl-stage>.owl-item.active ~ .active:not(.active ~ .active ~ .active){
	z-index:20;
}
.rot-cpt-items.slider-style-fullwidth .owl-stage>.owl-item.active ~ .active:not(.active ~ .active ~ .active)>figure {
    height: 420px;
    width: 150%;
    left: -50%;
    position: relative;

}
@media(min-width:840px){
	.rot-cpt-items.slider-style-fullwidth .owl-stage>.owl-item.active ~ .active:not(.active ~ .active ~ .active)>figure {
		left: -25%;
	}
}


.rot-attachment-items .owl-theme .owl-dots .owl-dot span,
.rot-cpt-objects.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 4px;
    margin: 5px 3px;
    /* background: var(--grey-light); */
    background: #90a36f82 !important;
}

/*PACK*/
/*PACK*/
.rot-sync1-sync2 .owl-nav,
	.rot-sync1-sync2 [data-id="sync2"] .owl-dots{
	display:none!important;
}
.rot-sync1-sync2 [data-id="sync1"] .owl-dots {
    position: absolute;
    bottom: 0;
    left: var(--container-margin);
}
[data-id='sync1'] .item {
    margin: 0;
	min-height: var(--display-header-min-h);

}
[data-id='sync1'] .item .rot-attachment-img {
    padding-bottom: 0;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    /* margin-top: 6px; */
    width: 100%;
}
[data-id="sync2"] .owl-stage-outer{
	margin-top:0;
}
[data-id="sync2"] .owl-stage-outer .owl-stage .owl-item .item.item-att-description{
	margin: 0;
    text-align: left;
    padding-right: 3rem;
    height: auto;
    padding-bottom: 0;
    padding-right: var(--container-margin);
    padding-left: var(--container-margin);
}




/*--/PACK*/
/*--/PACK*/

@media(min-width:768px){
	[data-id="sync2"] {
        padding-bottom:2rem;
    }
	[data-id="sync2"] .owl-stage-outer {
        margin-top: calc(var(--initial-header-height) + 0.5rem);
    }
	[data-id="sync2"] .owl-stage-outer .owl-stage .owl-item .item.item-att-description{
		padding-left: 0;
	}

    [data-id="sync1"] .owl-stage-outer,
    [data-id="sync1"] .owl-stage,
    [data-id="sync1"] .owl-item {
		height:100%;
	}
}

article.rot-item-leistung .owl-stage-outer:after,
[data-id="sync1"] .owl-stage-outer:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    display: block;
    position: absolute;
    opacity: 0.15;
    pointer-events:none;
}



.slide-item-inner:after {
    content: '';
    position: absolute;
    height: var(--header-height);
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background: rgb(2,0,36);
    background: linear-gradient(356deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 29%, rgba(0,0,0,0.5) 100%);
}
@media(min-width:768px){
	.slide-item-inner:after {
		background: linear-gradient(356deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 29%, rgba(0,0,0,0.2) 100%);
	}
}


h2.h-slider-h{
    font-weight: 900;
    font-size: 2.15rem;
    line-height: 1.02;
    margin-top: 1rem;
    margin-bottom:.4rem;

    font-size:3.2rem;
    max-width:10em;
}
h2.h-slider-h+.sub-h {
    font-weight: 300;
    color: var(--white);
    font-size: 1.27rem;
    line-height: 1.17;
    margin-bottom: 1.3rem;
    margin-top: 0.8rem;
}
p.h-slider-cont{
    line-height: 1.3;
    font-weight: 400;
    font-size: .95rem;
}
.bg-primary h2.h-slider-h+.sub.h,
.bg-primary h2.h-slider-h{
    color: var(--white);
}



@media(min-width:840px){
    .rot-cpt-items.rot-cpt-post .owl-nav .owl-prev{
        left: -8px;
    }
    .rot-cpt-items.rot-cpt-post .owl-nav .owl-next{
        right: -8px;
    }
}
@media(min-width:992px){
    body .slider-style-fullwidth .owl-nav .owl-next{
        right: 78px;
    }
}
@media(min-width:1200px){
    .rot-cpt-items.rot-cpt-post .owl-nav .owl-prev{
        left: -28px;
    }
    .rot-cpt-items.rot-cpt-post .owl-nav .owl-next{
        right: -28px;
    }
	h2.h-slider-h{
		font-size:3.3rem;
	}
}
@media(min-width:1400px){
    .rot-cpt-items.rot-cpt-post .owl-nav .owl-prev{
        left: -32px;
    }
    .rot-cpt-items.rot-cpt-post .owl-nav .owl-next{
        right: -32px;
    }
}
@media(min-width:1600px){
	h2.h-slider-h{
		font-size:3.8rem;
	}
    .rot-cpt-items.rot-cpt-post .owl-nav .owl-prev{
        left: -42px;
    }
    .rot-cpt-items.rot-cpt-post .owl-nav .owl-next{
        right: -42px;
    }
}



/*cross-fade*/
/*cross-fade*/
/*cross-fade*/
/*cross-fade*/
.has-xfade-slider .owl-carousel .item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.has-xfade-slider .owl-carousel .owl-item.active .item {
    opacity: 1;
    position: relative;
}



/*nav prev-disabled - PACK*/
/*nav prev-disabled - PACK*/
/*nav prev-disabled - PACK*/
.owl-nav{
	transition:margin .7s;
}
.owl-nav.prev-disabled{
	margin-left:-62px;
}

/*comtainer-2-full*/
/*comtainer-2-full*/
/*comtainer-2-full*/
/*comtainer-2-full*/

/*both left and right*/
/* .rot-cpt-owl.container-2-full.left.right, */
.rot-cpt-owl.container-2-full {
    display: block;
    width: calc(100% + var(--container-margin) + var(--container-margin));
    overflow: hidden;
    margin-left: calc(0px - var(--container-margin));
}
.rot-cpt-owl.container-2-full.right,
.rot-cpt-owl.container-2-full.left{
    width: calc(100% + var(--container-margin));
}
/*left*/
.rot-cpt-owl.container-2-full.left{
    margin-left: calc(0px - var(--container-margin));
}
/*right*/
.rot-cpt-owl.container-2-full.right{
    margin-left:0;
}

.rot-cpt-owl.container-2-full.left .owl-stage-outer{
    /* border:2px dotted red; */
}
.rot-cpt-owl.container-2-full.left .owl-stage{
    margin-right: calc(0px - var(--stage-padding));
    margin-right: 0px;
}


/*section-full*/

:root body{
	--section-full-thumb-height:370px;
}
.rot-cpt-owl.section-full article figure.rot-cpt-thumb {
    position: relative;
    min-height: calc(var(--section-full-thumb-height) - 15px);
    padding-bottom: 0;
    height: auto;
}
.rot-cpt-owl.section-full article .img-col {
	max-height:var(--section-full-thumb-height);
	height:var(--section-full-thumb-height);
}

.rot-cpt-owl.section-full {
    margin-left: calc(0px - var(--container-margin));
	width: calc(100% + var(--container-margin) + var(--container-margin));
}
.rot-cpt-owl.section-full .owl-stage {
    display: flex!important;
}
.rot-cpt-owl.section-full .owl-item:first-child.active {
    /* margin-left: calc(0px - var(--stage-padding) + var(--container-margin)); */
    margin-left: calc(0px - var(--stage-padding));
}
.rot-cpt-owl.section-full .owl-item:last-child.active article{
	width: calc(100% + var(--stage-padding));
    max-width: calc(100% + var(--stage-padding));
}



/* .rot-cpt-owl.section-full .owl-item:first-child.active{
	margin-left: calc(0px - var(--stage-padding));
	} */


.rot-cpt-owl.section-full .owl-item .rot-cpt-content.row {
	min-height:100%;
}
.rot-cpt-owl.section-full .owl-item .content-col{
	padding-top: 1rem;
	padding-bottom:1rem;
	transition:background-color .5s;
}
.rot-cpt-owl.section-full .owl-item:not(.active) .content-col .content-inner{
	background:var(--bg-transparent-dark);
}

/*veranstaltungsort-slider*/
/*veranstaltungsort-slider*/
.rot-cpt-owl.section-full .owl-item .content-col .content-inner {
	max-width: 73vw;
	margin-left: auto;
	margin-right: .0rem;
}
.rot-cpt-owl.section-full .owl-item.active .content-col .content-inner {
	margin-right: auto;
}
/*readmore*/
.rot-cpt-owl.section-full .owl-item .content-col .content-inner.too-high {
	max-height: 420px;
	overflow: hidden;
	position: relative;
	transition: max-height 0.5s ease;
}
.rot-cpt-owl.section-full .owl-item.active .content-col .content-inner.too-high.open {
	max-height: 1200px;
}
.content-inner.too-high .gradient-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: linear-gradient(to bottom, transparent, var(--white) 75%);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-size 0.5s ease;
	background-size: 100%;
	left:0;
	}
.content-inner:not(.too-high) .gradient-overlay,
.content-inner.open .gradient-overlay {
	background-size: 0%;
}
.content-inner .chevron-down {
	cursor: pointer;
	font-size: 24px;
	width:24px;
	height:24px;
	line-height:0;
	transform: rotate(0deg);
	transition: transform 0.5s ease;
	position: relative;
}
.content-inner:not(.too-high) .chevron-down {
	display:none;
}
.content-inner .chevron-down:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    background: var(--primary);
    z-index: -1;
    top: 46%;
    left: 25%;
    transform: translate(-50%, -60%);
}
.content-inner.open .chevron-down {
    transform: translateY(44px) rotate(180deg);
}


article.list-style-section-full{
	padding-bottom:200px;/*for sl gallery*/
	padding-left:0!important;
	padding-right:0!important;
}
article.list-style-section-full .rot-cpt-content.row{
	display: flex;
	align-content:flex-start;
	/* align-content: space-between;
	align-items: stretch;
    align-content: stretch; */
}
article.list-style-section-full .img-col{
	padding:15px  15px 0;
}

article.list-style-section-full .content-col .content-inner{
	padding:1rem 1.2rem 2.4rem;
}

.innerslider-col{
	max-height:200px;
	position:absolute!important;
	bottom:0;
	transform:translateY(100%);
}
.sl-items{
	display: flex;
    gap: 18px;
}
.rot-marquee-wrap{
	width: 100%;
	overflow: hidden;
	position: relative;
	/* background: white; */
	height: 200px;
}
.rot-marquee-wrap>.rot-marquee{
	width: 400%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	animation: marquee 13s linear infinite;
	animation-play-state: running;
}
.rot-marquee-wrap:hover .rot-marquee,
.rot-marquee-wrap:active .rot-marquee {
animation-play-state: paused;
}
@keyframes marquee {
	0% {
		transform: translate3d(0, 0, 0);
		}
		100% {
		transform: translate3d(calc(-50%), 0, 0);
		}
}



.sl-items figure.sl-item{
	min-height:11rem;
}

article.list-style-section-full .rot-cpt-item-inner{
	padding-top:0;
}


@media(min-width:768px){
	.rot-cpt-owl.container-2-full.left {
		/* margin-left: calc(0px - var(--container-margin) - var(--stage-padding)); */
		/* margin-right: calc(0px - var(--stage-padding)); */
	}
	.rot-cpt-owl.container-2-full.right{
	/* .rot-cpt-owl.container-2-full.left { */
		/* width: calc(100% + var(--container-margin) + var(--stage-padding)); */
		width: calc(100% + var(--container-margin) + 0px);
	}

	.rot-marquee-wrap>.rot-marquee{
		width: 200%;
	}
	.rot-cpt-owl.section-full.nav-top .owl-nav {
		top: 438px;
		left: var(--stage-padding);
	}

	/*veranstaltungsort-slider*/
	/*veranstaltungsort-slider*/
	.rot-cpt-owl.section-full .owl-item .content-col .content-inner {
		max-width: 36vw;
	}
}
@media(min-width:992px){
	.rot-cpt-owl.container-2-full.left .owl-stage {
		margin-right: calc(0px - var(--stage-padding));
		/* margin-right: 0px; */
	}


	/*veranstaltungsort-slider*/
	/*veranstaltungsort-slider*/
	.rot-cpt-owl.section-full .owl-item .content-col .content-inner {
		max-width: 30vw;
	}
}
@media(min-width:1200px){
	/*veranstaltungsort-slider*/
	/*veranstaltungsort-slider*/
	.rot-cpt-owl.section-full .owl-item .content-col .content-inner {
		max-width: 33vw;
	}
}
@media(min-width:1600px){
	/*veranstaltungsort-slider*/
	/*veranstaltungsort-slider*/
	.rot-cpt-owl.section-full .owl-item .content-col .content-inner {
		max-width: 26vw;
	}
}
@media(min-width:1720px){
    .rot-cpt-owl.container-2-full.left .owl-stage{
        margin-right: calc(0px - var(--stage-padding));
        margin-right: 0px;
    }
}



/* .rot-cpt-owl.container-2-full.right{
    margin-right: calc(0px - var(--container-margin));
    margin-left:0;
} */



:root body{
	--stage-padding: 50px;
}
@media(min-width:480px){
	:root body{
		--stage-padding: 50px;
	}
}
@media(min-width:576px){
	:root body{
		--stage-padding: 50px;
	}
}
@media(min-width:768px){
	:root body{
		--stage-padding: 50px;
	}
}
@media(min-width:840px){
	:root body{
		--stage-padding: 50px;
	}
}
@media(min-width:992px){
	:root body{
		--stage-padding: 50px;
	}
}
@media(min-width:1200px){
	:root body{
		--stage-padding: 40px;
	}
}
@media(min-width:1600px){
	:root body{
		--stage-padding: 60px;
	}
}
@media(min-width:1720px){
	:root body{
		--stage-padding: 170px;
	}
}


/* .rot-cpt-owl.container-2-full .owl-stage{
	margin-left:-10px;
	margin-left:calc(var(--container-margin) - 50px);
} */
.rot-cpt-owl.container-2-full .owl-item>figure,
.rot-cpt-owl.container-2-full .owl-item{
    transition:margin .4s, left .1s, width .1s;
}
.rot-cpt-owl.container-2-full .owl-item>figure{
    transition: width .4s, max-width .4s;
}
.rot-cpt-owl.container-2-full .owl-stage{
    display:flex!important;
}
.rot-cpt-owl.container-2-full .owl-item{
    min-height:100%;;
}
.rot-cpt-owl.container-2-full .owl-item:first-child.active {
    left: calc(0px - var(--stage-padding) + var(--container-margin));
}


/*only left full width and rtl*/
.rot-cpt-owl.container-2-full.left .owl-item:first-child.active {
    /* left: calc(0px + var(--stage-padding)) !important; */
    margin-right:calc(0px - var(--stage-padding));
}
.rot-cpt-owl.container-2-full.left .owl-item:first-child:not(.active) {
    /* left: calc(0px + var(--stage-padding)) !important; */
}




.rot-cpt-owl.container-2-full .owl-item:first-child article{
    width: calc(100% - var(--container-margin) + var(--stage-padding))!important;
    padding-right: 40px!important;
    max-width: calc(100% - var(--container-margin) + var(--stage-padding))!important;
}
.rot-cpt-owl.container-2-full .owl-item:first-child article.mixed-has-img{
    padding-right: 10px!important;
}
/*only left full width and rtl*/
.rot-cpt-owl.container-2-full.left .owl-item:first-child article{
    width: 100%!important;
    padding-right: 0px!important;
    max-width: 100%!important;
}

/*only left full width */

.rot-cpt-owl.container-2-full.left .owl-item:first-child.active article {
	width: 100%!important;
	max-width: calc(100% + var(--stage-padding) - var(--container-margin))!important;
	width: calc(100% + var(--stage-padding) - var(--container-margin))!important;
}
.rot-cpt-owl.container-2-full .owl-item:first-child:not(.active) article {
	left: calc(0px + var(--container-margin) - var(--stage-padding));
}
@media(min-width:768px){
	.rot-cpt-owl.container-2-full.left .owl-item:first-child.active article {
		width: calc(100% - var(--container-margin) + var(--stage-padding))!important;
	}


}
@media(min-width:1200px){
	.rot-cpt-owl.container-2-full.left .owl-item:first-child.active article {
		width: calc(100% - var(--container-margin) + var(--stage-padding))!important;
	}

}



/*only left full width and rtl*/
.rot-cpt-owl.container-2-full.left .owl-item:first-child:not(.active) article {
    left: 0px;
}

.rot-cpt-owl.container-2-full .owl-item:last-child article{
        /* right: calc(0px - 50px + var(--container-margin)); */
		width: calc(100% + var(--stage-padding) - var(--container-margin));
		max-width: calc(100% + var(--stage-padding) - var(--container-margin));
}
/*only left full width and rtl*/
.rot-cpt-owl.container-2-full.left .owl-item:last-child.active article{
        /* right: calc(0px - 50px + var(--container-margin)); */
		width: calc(100% + var(--stage-padding) - var(--container-margin));
		max-width: calc(100% + var(--stage-padding) - var(--container-margin));
}

/*only right in mobile full on both sides*/
/*only right and no article but figure*/
.rot-cpt-owl.container-2-full.right .owl-item:first-child>figure{
    width: calc(100%);
        max-width: calc(100%);
}
.rot-cpt-owl.container-2-full.right .owl-item:first-child.active>figure{
    width: calc(100% + var(--stage-padding) - var(--container-margin));
        max-width: calc(100% + var(--stage-padding)- var(--container-margin));
}
.rot-cpt-owl.container-2-full.right .owl-item:last-child.active>figure{
    /* width: calc(100% + var(--stage-padding) - var(--container-margin)); */
        /* max-width: calc(100% + var(--stage-padding)- var(--container-margin)); */
		margin-right: calc(0px - var(--stage-padding) + var(--container-margin));
}


@media(min-width:768px){
    /*only right full width*/
    .rot-cpt-owl.container-2-full.right .owl-item:first-child.active {
        /* left: 0; */
        left: calc(0px - var(--stage-padding));

    }
    /*only right and no article but figure*/
    .rot-cpt-owl.container-2-full.right .owl-item:first-child.active>figure{
        width: calc(100% + var(--stage-padding));
            max-width: calc(100% + var(--stage-padding));
    }
    .rot-cpt-owl.container-2-full.right .owl-item:first-child.active>figure{
        width: calc(100% + var(--stage-padding));
            max-width: calc(100% + var(--stage-padding));
    }
	/*only left full width and rtl*/
    .rot-cpt-owl.container-2-full.left .owl-item:last-child.active article{
        /* right: calc(0px - 50px + var(--container-margin)); */
        width: calc(100% + var(--stage-padding));
        max-width: calc(100% + var(--stage-padding));
    }
    .rot-cpt-owl.container-2-full.left .owl-item:last-child.active article .rot-cpt-content{
        padding-right: calc(var(--stage-padding) );
    }
}





.rot-cpt-owl.container-2-full .mixed-no-img {
    background: var(--bg-transparent-dark);
    transition: background-color .1s;
}
.rot-cpt-owl.container-2-full .owl-item:first-child.active .mixed-no-img{
    background:transparent;
    /* background: #f6000057; */
}
.rot-cpt-owl.container-2-full .owl-item:last-child.active .mixed-no-img{
    background:transparent;
}

.rot-cpt-owl.container-2-full .owl-item article.mixed-has-img .excerpt{
    line-height: 1.3!important;
    font-weight: 500;
    font-size: .96em;
}

/*due to an issue with the active class we have to mork around certain problems in mnobile screen resolution*/
@media(max-width:991.98px){



    .rot-cpt-owl.container-2-full.left .owl-item:first-child {
        /* left: calc(0px + var(--stage-padding)) !important; */
        /* margin-right:calc(0px - var(--stage-padding) + 8px); */
    }
    .rot-cpt-owl.container-2-full.left .owl-item:last-child {
        /* left: calc(0px + var(--stage-padding)) !important; */
        /* margin-left:calc(0px - var(--stage-padding)); */
    }
    .rot-cpt-owl.container-2-full.left .owl-stage {
        margin-right: calc(0px - var(--stage-padding) - 0px);
        /* margin-right: 0px; */
    }
}
@media(max-width:767.98px){

    /*only left full width and rtl*/
    .rot-cpt-owl.container-2-full.right, .rot-cpt-owl.container-2-full.left {
        width: calc(100% + var(--container-margin) + var(--container-margin));
    }
    .rot-cpt-owl.container-2-full.left .owl-stage {
		/* margin-right: auto!important; */
		/* margin-left: calc(0px - var(--container-margin))!important; */
		margin-left: calc(0px)!important;
	}


    /*right*/
    .rot-cpt-owl.container-2-full.right{
        margin-left: calc(0px - var(--container-margin));
    }

}






/*NAV TOP*/
/*NAV TOP*/
/*nav on top*/
.rot-cpt-owl.nav-top {
	padding-top: 2.7rem;
	margin-top: -1.8rem;
}
/* .rot-cpt-owl.container-2-full.right.nav-top {
    padding-top: 4.2rem;
    margin-top: -1.8rem;
} */


.rot-cpt-owl.nav-top .owl-nav {
    width: 230px;
    bottom: auto;
    top: 0;
    left: var(--container-margin);
    transform: translateY(calc(-100% - .7rem));
}
.rot-cpt-owl.nav-top .owl-rtl .owl-nav {
	top:auto;
	bottom:0;
    transform: rotate(180deg) translateY(calc(-105% + 1.3rem));
    transform-origin: center center;
}
.rot-cpt-owl.nav-top .owl-nav:after{
    content:"mehr anzeigen";
    position:absolute;
    display:block;
    font-size:.8rem;
    font-weight:700;
    transform: translate(-50%);
    left: 50%;
    text-transform:uppercase
}
.rot-cpt-owl.nav-top .owl-rtl .owl-nav:after {
    transform: rotate(180deg) translateX(50%);
    transform-origin: center center;
    left: 50%;
}
.owl-carousel.owl-rtl span,
.owl-carousel.owl-rtl p,
.owl-carousel.owl-rtl h2,
.owl-carousel.owl-rtl h3{
    direction:ltr;
}


@media(min-width:768px){
	.rot-cpt-owl.nav-top .owl-rtl .owl-nav {
		top:0;
		transform: rotate(180deg) translateY(calc(105% + 1.3rem));
		transform-origin: center center;
	}
}


