@media (max-width: 2050px){
	:root {
	  --contentBoxedWidth: 100%;
	  --articlePaddingLeftRight: 15%;
	}
}

/*** Navigation ***/
@media (max-width: 1024px) {
	.header .inside{
		max-width:95%;	
	}
}

@media (min-width: 768px) and (max-width: 1449px) {
	.mainmenu {
	margin-top: 90px;
	}
	.mainmenu ul{
	text-align: center;
	}
	.header .mainmenu li.float_left.floatbox,.header .mainmenu li.float_right.floatbox{
		float:none;
	}
	.mainmenu {
	margin-top: 90px;
	}
	.mainmenu ul{
	text-align: center;
	}
	.header .mainmenu li.float_left.floatbox,.header .mainmenu li.float_right.floatbox{
		float:none;
	}
	#slider .ce_bgimage .ce_bgimage-inside{
		padding-top:240px!important;
	}
	
}
@media (min-width: 1450px) and (max-width: 1700px) {
	.logo a {
		margin-left: 5vw;
	}
}
/*** Header-Bilder ***/
#slider .background-opacity .ce_bgimage-image{
	opacity:0.6;
}
.ce_headerimage.version1 .content {
  background: rgba(255,255,255,0.7);
}

/*** Hintergründe ***/
    #main .ce_bgimage.gradient{
        background: radial-gradient(
            circle farthest-side at center,
            var(--customColor1) 0%,
            var(--customColor1) 60%,
            transparent 100%
        );
    }

/*** Eventteaser Home ***/

.eventteaser_home .mod_eventteaser_v1 .event, .eventteaser_home .mod_eventteaser_v1 .event-overlay {
	background:none!important;
}

.mod_eventteaser_v1 .event-overlay {
  background: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/***Eventlist ***/
.mod_eventlist_v4 .event {
  padding: 15px 15px 15px 100px;
}
@media (max-width: 767px){
.mod_eventlist_v4 i.fa-location-arrow {
  display:none;
}
  .mod_eventlist_v4 .autogrid {
     line-height: 1.5rem;
     text-align:center;
  }
	.mod_eventlist_v4 .event {
	  padding: 15px;
	} 
	.mod_eventlist_v4 a {
	  font-weight:700;
	}	
}
.autogrid.time{
	white-space: nowrap;
}
/*** Formular ***/
form textarea, form input, button.submit {
  border-radius: 0px!important;
}
.altcha {
  max-width: var(--altcha-max-width, 300px)!important;
}
/*** Galerie ***/
#cboxContent{
	font-size:15px;
}
#cboxCurrent, #cboxTitle{
	top:-25px;
}