/* --------------------------------------------------------------------------------
 * ce_text
 * ----------------------------------------------------------------------------- */

.ce_text.teaser
{
	text-align:left;
	max-width:80%;
	margin-bottom:58px;
	font-size:20px;
	font-weight:400;
}

.ce_text.boxed
{
	padding:64px;
	padding-bottom:49px;
	background-color:#ededed;

	background-image:url('/files/mhr20/theme/elements/logo/netzwerk-m_sigent_1c_white_transparent-w.png');
	background-position:right bottom;
	background-repeat:no-repeat;
	background-position: right 25px top 25px;	
	
}

.ce_text.boxed > h2,
.ce_text.boxed > h3
{
	margin-top:0px;
}

.contentpage #main .ce_text
{
	/*max-width:90%;*/
}
/*
.contentpage #main .ce_text li,
.contentpage #main .mhce_events li
{
	color:#6e6e6e;
	padding-left: 0px;
    list-style-type: disc;
    margin-left: 24px;
}*/
 
/* --------------------------------------------------------------------------------
 * ce_image
 * ----------------------------------------------------------------------------- */

.contentpage #main .ce_image.layered .image_container
{
	position:relative;
}


/*
.contentpage #main .ce_image.layered .image_container:after{
	
	content:"";
	position:absolute;
	display:block;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:url("/files/mhr20/theme/elements/ce_image_layer.png");;
	background-size:contain;
}*/

.contentpage #main .ce_image.layered .image_container:after
{
	
	content:"";
	position:absolute;
	display:block;
	height:8px;
	left:0;
	right:0;
	bottom:0;
	background-size:cover; 
	background-repeat:no-repeat;
	background-image:url("/files/mhr20/theme/elements/geopark_overlay_inhaltsbild_buttom.png");	
}

.contentpage #main .ce_image.layered .image_container:before
{
	
	content:"";
	position:absolute;
	display:block;
	height:8px;
	left:0;
	right:0;
	top:0;
	background-size:cover; 
	background-repeat:no-repeat;
	background-image:url("/files/mhr20/theme/elements/geopark_overlay_inhaltsbild_top.png");	
}


.contentpage #main .ce_image .caption
{
	font-size:13px;
	color:#426173;
	margin-top:12px;
}

/* --------------------------------------------------------------------------------
 * ce_gallery
 * ----------------------------------------------------------------------------- */
 
 .ce_gallery ul
 {
	 margin-left:-3px;
	 margin-right:-3px;
	 position:relative;
 }
 
 .ce_gallery > ul li
 {
	 box-sizing: border-box;
	 padding-left:3px;
	 padding-right:3px;
	 float:left;
	 
 }

.ce_gallery > ul.cols_2 li
{
  width:50%;
  height:auto;
}

.ce_gallery > ul.cols_3 li
{
  width:33%;
 
  height:auto;
}

.ce_gallery > ul.cols_4 li
{
  width:25%;
  height:auto;
} 

#cboxTitle, #cboxCurrent
{
	display:none!important;
}

/* --------------------------------------------------------------------------------
 * ce_accordeon
 * ----------------------------------------------------------------------------- */

.ce_accordion {
	border: 2px solid #d3d3d3;
	padding:27px 43px 27px 43px;
	margin-bottom:12px;
}

.ce_accordion .accordion
{
	padding-top:42px;
}

.ce_accordion p::lastchild{
	margin-bottom:0px;
}

.ce_accordion .toggler
{
	font-size: 18px;
    color: #000;
	font-weight:700;
	margin-bottom:0px;
	position:relative;
	width:100%;
}

.ce_accordion .toggler::after
{
	content:"+";
	position:absolute;
	right:0;
	font-size: 22px;
}

.ce_accordion .toggler.active::after
{
	content:"‒";
}

/* --------------------------------------------------------------------------------
 * form
 * ----------------------------------------------------------------------------- */
 .ce_youtube
 {
	 margin-bottom:36px;
 }
 
 .ce_youtube iframe
 {
	 border:unset;
 }
 
/* --------------------------------------------------------------------------------
 * form
 * ----------------------------------------------------------------------------- */
 
#wrapper .ce_form input[type="text"], #wrapper .ce_form textarea, input[type="search"], #wrapper .ce_form textarea, input[type="email"], #wrapper select {
    width: 90%;
    height: 42px;
    background: #f9f9f9;
    border: 0px;
    border-left: 3px solid #83b53a;
    padding: 10px;
    padding-left: 16px;
    margin-bottom: 24px;
}

input[type="search"]
{
	box-sizing: border-box;
}
#wrapper .ce_form .widget-checkbox
{
	margin-bottom:24px;
}

#wrapper .ce_form .widget-checkbox fieldset
{
	border:0px;
	font-size:14px;
	position:relative;
}

#wrapper .ce_form .widget-checkbox input[type="checkbox"]
{
	position:absolute;
	margin-top: 5px;

}
#wrapper .ce_form .widget-checkbox label
{
	margin-left:24px;
	display:block;
}



#wrapper .ce_form textarea
{
	height:250px;
}

#wrapper .ce_form textarea.anschrift
{
	height:80px;
}

.mod_search .widget-submit
{
	margin-bottom:48px;
}


.cookiebar
{
	background-color:#426173;
	border-top: 5px solid #fff;
}

.cookiebar__button {
    background-color: #aab50d;
    font-weight: 300;
}

#main .rsts-skin-default.rsts-main
{
	padding-bottom:48px;
	overflow: visible;
	margin-top:70px;
}


#main .rsts-skin-default .rsts-nav
{
	position: absolute;
    right: 0px;
    bottom: 7px;
    left: 0px;
	text-align:center;
}

.rsts-skin-default .rsts-prev, .rsts-skin-default .rsts-next,
.rsts-skin-default .rsts-prev:hover, .rsts-skin-default .rsts-next:hover
{
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    line-height: 0;
    text-align: center;
    text-decoration: none;
    text-indent: -9999em;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-image: none;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    background-position: 50% 50%;
    -webkit-transition: unset;
    -moz-transition: unset; 
    -o-transition: unset;
    transition: unset;
	top:50%;
	top: calc(50% - 20px);
}

.rsts-skin-default .rsts-prev,
.rsts-skin-default .rsts-prev:hover
{
	background-image: none;
	background-color:unset;
	background-repeat:no-repeat;
	background-image:url("/files/mhr20/theme/elements/slider-nav-left.png");
	left:-40px;

}

.rsts-skin-default .rsts-next,
.rsts-skin-default .rsts-next:hover
{
	background-image: none;
	background-color:unset;
	background-repeat:no-repeat;
	background-image:url("/files/mhr20/theme/elements/slider-nav-right.png");
	right:-40px;

}

.rsts-skin-default .rsts-nav-bullets a,
.rsts-skin-default .rsts-nav-bullets a:hover,
.rsts-skin-default .rsts-nav-bullets a.active {
    display: inline-block;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin: 12px 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    outline: none;
    text-align: left;
    text-indent: -999px;
    background-color: #fff;
    background-color: #fff;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

.rsts-skin-default .rsts-nav-bullets a:hover, .rsts-skin-default .rsts-nav-bullets a.active
{
		background-color: #aab50d;
}

.slider_kh .ce_text .ce_text
{
	display:block;
}
.slider_kh .ce_text .text_container{
	position:absolute;
	width:652px;
	height:288px;
	right:0;
	bottom:44px;
	background-color:#b3c93a;
	padding: 62px 159px 48px 82px;
	boder-box:box-sizing;
	background-image:url('/files/mhr20/theme/elements/logo/netzwerk-m_sigent_1c_white_transparent.png');
	background-position:right bottom;
	background-repeat:no-repeat;
	background-position: right 40px top 50px;
}

.slider_kh .ce_text .text_container h3
{
	margin-top:0px;
	color:#fff;
}

.slider_kh .ce_text .text_container p
{
	color:#fff;
}

#header .mod_rocksolid_slider .slide_container
{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0px;
}

#header .mod_rocksolid_slider .slide_container .inner-space
{
	max-width: 1320px;
    margin: auto;
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
	display:flex;
	align-items:flex-end;
	padding-bottom:124px;
}


#header .mod_rocksolid_slider .slide_container .inner-space .headline
{
	background-color:#83b53a;
	color:#fff;
	font-weight:900;
	font-size:36px;
	line-height:36px;
	display:block;
	text-transform:lowercase;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
	display:inline-block;
}
#header .mod_rocksolid_slider .slide_container .inner-space .subline
{
	background-color:#b3c93a;
	color:#fff;
	font-weight:700;
	font-size:36px;
	line-height:36px;
	display:block;
	text-transform:lowercase;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:92px;
	display:table;
}

#header .mod_rocksolid_slider .slide_container .inner-space .teaser{
	margin-top:28px;
	font-size:28px;
	font-weight:400;
	color:#fff;
	margin-left:92px;
	width:50%;
}
/* --- Large devices - Desktop // xxl
 * ---------------------------------------- */

@media only screen and (max-width: 1560px) {
	
}


/* --- Large devices - Desktop // xl
 * ---------------------------------------- */
 
@media only screen and (max-width: 1380px) {
	
	#header .mod_rocksolid_slider .slide_container .inner-space
	{
		margin:unset;
		margin-left:125px;
		padding-bottom:64px;
	}
	
	.ce_text.boxed {
		padding: 40px;
	}
}


/* --- Large devices - Desktop // lg
 * ---------------------------------------- */
 
@media only screen and (max-width: 1199px) {
	
	#header .mod_rocksolid_slider .slide_container .inner-space
	{
		margin:unset;
		margin-left:60px;
		padding-bottom:44px;
	}
	
	#header .mod_rocksolid_slider .slide_container .inner-space .headline,
	#header .mod_rocksolid_slider .slide_container .inner-space .subline
	{
		font-size: 26px;
		line-height: 26px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#header .mod_rocksolid_slider .slide_container .inner-space .teaser
	{
		margin-top: 20px;
		font-size: 20px;
		margin-left: 92px;
		width: 70%;
	}
	
	.slider_kh .ce_text .text_container
	{
		height: 268px;
		bottom: 33px;
		padding: 62px 149px 38px 62px;
	}
}

@media only screen and (max-width: 1080px) {
	
	#header .mod_rocksolid_slider .slide_container .inner-space
	{
		margin:unset;
		margin-left:28px;
		padding-bottom:40px;
	}
	
	#header .mod_rocksolid_slider .slide_container .inner-space .subline
	{
		margin-left:63px;
	}
	
	#header .mod_rocksolid_slider .slide_container .inner-space .teaser
	{
		margin-left:84px;
	}
	
}

/* --- Medium devices - Tablet // md
 * ---------------------------------------- */
 
@media only screen and (max-width: 991px) {
	
.startpage .ce_text.teaser
{
	text-align:center;
	max-width:85%;
}

}


/* --- Small devices - Phone // sm
 * ---------------------------------------- */
 
@media only screen and (max-width: 767px) {
	
	.ce_accordion
	{
		padding: 20px 32px 20px 32px;
	}

	.slider_kh .ce_text .text_container
	{
		display:block;
		position:relative;
		width:100%;
		bottom:unset;
		height:auto;
		padding: 32px 64px 24px 32px
	}
	
	.ce_text.boxed {
		padding: 28px;
	}

/* --- Small devices - Phone // s
 * ---------------------------------------- */
 
@media only screen and (max-width: 639px) {

	
	#header .mod_rocksolid_slider .slide_container .inner-space
	{
		margin-left:28px;
	}
	#header .mod_rocksolid_slider .slide_container .inner-space .headline,
	#header .mod_rocksolid_slider .slide_container .inner-space .subline
	{
		font-size: 23px;
		line-height: 23px;
		margin-left:0px;
	}
	#header .mod_rocksolid_slider .slide_container .inner-space .content_container
	{
		width:90%;
		width: calc(100% - 56px);
	}
	#header .mod_rocksolid_slider .slide_container .inner-space .teaser
	{
		margin-top: 17px;
		font-size: 17px;
		margin-left: 0px;
		width: 90%;
	}
	
	
}


/* --- Extra small devices - Phone // xs
 * ---------------------------------------- */
 
@media only screen and (max-width: 544px) {
	
	.ce_accordion
	{
		padding: 16px 24px 16px 24px;
	}
	
}