@charset "utf-8";

@font-face
{
	font-family:'CeraProRegular';
	src:url('/files/fonts/Cera-Pro-Regular.eot');src:url('/files/fonts/Cera-Pro-Regular.eot?#iefix') format('embedded-opentype'),url('/files/fonts/Cera-Pro-Regular.woff2') format('woff2'),url('/files/fonts/Cera-Pro-Regular.woff') format('woff');
}

@font-face
{
	font-family:'CeraProBold';
	src:url('/files/fonts/Cera-Pro-Black.eot');src:url('/files/fonts/Cera-Pro-Black.eot?#iefix') format('embedded-opentype'),url('/files/fonts/Cera-Pro-Black.woff2') format('woff2'),url('/files/fonts/Cera-Pro-Black.woff') format('woff');
}

@font-face
{
	font-family:'CeraProBlackItalic';
	src:url('/files/fonts/Cera-Pro-Black-Italic.eot');src:url('/files/fonts/Cera-Pro-Black-Italic.eot?#iefix') format('embedded-opentype'),url('/files/fonts/Cera-Pro-Black-Italic.woff2') format('woff2'),url('/files/fonts/Cera-Pro-Black-Italic.woff') format('woff');
}

@font-face
{
	font-family:'MeretProRegular';
	src:url('/files/fonts/Meret-Pro-Regular.eot');src:url('/files/fonts/Meret-Pro-Regular.eot?#iefix') format('embedded-opentype'),url('/files/fonts/Meret-Pro-Regular.woff2') format('woff2'),url('/files/fonts/Meret-Pro-Regular.woff') format('woff');
}

@font-face
{
	font-family:'MeretProBold';
	src:url('/files/fonts/Meret-Pro-Bold.eot');src:url('/files/fonts/Meret-Pro-Bold.eot?#iefix') format('embedded-opentype'),url('/files/fonts/Meret-Pro-Bold.woff2') format('woff2'),url('/files/fonts/Meret-Pro-Bold.woff') format('woff');
}	

@font-face
{
	font-family:'MeretProRegularItalic';
	src:url('/files/fonts/Meret-Pro-Regular-Italic.eot');src:url('/files/fonts/Meret-Pro-Regular-Italic.eot?#iefix') format('embedded-opentype'),url('/files/fonts/Meret-Pro-Regular-Italic.woff2') format('woff2'),url('/files/fonts/Meret-Pro-Regular-Italic.woff') format('woff');
}	

body
{
	margin:0;
	font-family:'MeretProRegular';
	color:#00141E;
	font-size:28px;
	line-height:44px;
	font-variant-numeric: oldstyle-nums;
	-webkit-text-size-adjust:100%;
	font-display:auto;
}

body.overlay
{
	overflow: hidden;
}

body.bg_blue #container
{	
	background-color: #F2F5FC;
}

#header
{
	background-color:#F2F5FC;
	background-image:url(/files/img/Jugendzentrum-fly-white-clouds-header.svg);
	height:160px;	
	background-size:949px;
	background-repeat: repeat-x;
}

#header .inside
{
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
	z-index: 1;
}

#header svg
{
	width:114px;
	height:129px;
	margin:19px 0 0 -10px;
}

#header h1
{
	display:inline;
	font-family:'CeraProBlackItalic';
	font-size:34px;
	color:#008DD1;
	text-transform:uppercase;
	font-weight:normal;
	margin: 0;
	padding:0;
	position: absolute;
    left: 107px;
    top: 56px;
}

#header .menu_open
{
	color: #008DD1;
    font-family: 'CeraProBold';
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    right:19px;
    top: 62px;
	line-height: 20px;
}

#header .menu_open svg
{
	width:36px;
	height:36px;
	margin: 0;
}

#header nav
{
	display:none;
	background-color: #1F4590;
    color: rgba(255,255,255,0.5);
	font-size:14px;
	text-transform:uppercase;
	width:572px;
	min-width: calc(50% - 427px);
	position: fixed;
	z-index:101;
	top:0;
	right:0;	
	font-family: 'CeraProBold';
	min-height: 100vh;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
	max-width: 100%;
}

#header .menu_close
{
	color: #ffffff;
    font-family: 'CeraProBold';
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
	line-height: 20px;
	letter-spacing:0.7px;
	margin:62px 0 20px 20px;
	display:inline-block;
	width: 186px;
}

#header .menu_close svg
{
	width: 40px;
    height: 40px;
    margin: 0;
    padding: 14px;
    border-radius: 100%;
    background-color: #ffffff;
}

#header .menu_close div
{
    position: absolute;
    display: inline-block;
    margin-left: 20px;
    line-height: 64px;
}

#header nav ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#header nav .level_1 > li
{
	margin:0 23px;
}

#header nav li.category
{
	margin-top:49px;
	letter-spacing:0.7px;
	border-top:1px solid rgba(255,255,255, 0.2);
}

#header nav .level_1 > li.category span
{
	text-indent:14px;
	display: block;
	line-height:30px;
}

#header nav .level_2 > li
{
	margin: 10px 0 0;
}

#header nav a
{
	color:#ffffff;
	font-size:24px;
	text-decoration:none;
	display: block;
    padding: 0 14px;
    border-radius: 8px;
	line-height: 49px;
}

#header nav .level_2 > li.active a, #header nav .level_2 > li.trail a, #header nav .level_2 > li:hover a
{
	background-color:#008DD1;
}

#header nav .nav_sm
{
	border-top: 1px solid rgba(255,255,255, 0.2);
	margin:49px 23px 50px 23px;
}

#header nav .nav_sm a
{
	display:inline-block;
	margin:12px 7px 30px 17px;
	padding:0;
}

#header nav .nav_sm svg
{
	width:32px;
	height:32px;
	margin:0;
}

#container
{
	min-height: calc(100vh - 526px);
}

#main .mod_article:last-child, #main .mod_subscribe:last-child, #main .legend:last-child
{
	padding-bottom:150px;
}

.mod_article
{
	padding-bottom:100px;
}

.home_programm
{
	background-color:white;
	top:70px;
	padding-bottom:50px !important;
	margin-bottom: 70px !important;
}

.programm .home_programm
{
	margin-bottom: 0 !important;
}

.programm
{
	padding-bottom:150px !important;
	background-color: #F2F5FC;
}

.home_programm h2
{
	padding-top:30px !important;
	text-align:left !important;
	font-family: 'CeraProRegular';
    margin: 0;
    font-size: 48px;
    line-height: 60px;
    color: #00141E !important;	
}

.home_programm a
{
	color: rgba(255,255,255,1);
    font-family: CeraProBold;
    font-size: 18px;
    text-align: center;
    background-color: #008DD1;
    text-decoration: none;
    display: block;
    margin: 40px auto 0;
    border-radius: 10px;
    width: fit-content;
    line-height: 40px;
    padding: 0 25px;
}

.home_programm a:hover
{
	background-color: #144194;
}

.mod_eventlist .event.offener_treff
{
    /*background-color: #E8EBF2;*/
	background-color: transparent;
	border: 2px solid #FFF;
    margin-bottom: 85px;
    text-decoration: none;
    color: #1F4590;
    padding: 6px 12px 12px 12px;
    min-height: 117px;
    position: relative;
    border-radius: 10px;
	top: 75px;
	position: relative;
}

.home .mod_eventlist .event.offener_treff
{
	top: 0;
}

.mod_eventlist .event.offener_treff a
{
    color: #1F4590;
}

.mod_eventlist .event.offener_treff .close_offener_treff
{
	width: 24px;
    height: 24px;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
    font-size: 24px;
    color: #008DD1;
    text-align: center;
    line-height: 20px;
}

.mod_eventlist .event.offener_treff svg
{
    width: 16px;
	height: 16px;
	position: absolute;
    left: 14px;
    top: 22px;
}

.mod_eventlist .event.offener_treff > div
{
    margin-left: 39px;
}

.mod_eventlist .show_filter
{
	font-family: "CeraProRegular";
    color: #008DD1;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    margin-top: 85px;
    right: 116px;
	display: none;
	padding: 5px 11px;
	border: 1px solid transparent;
}

.mod_eventlist .show_filter.active
{
	background-color: #FFFFFF;
	border: 1px solid #008DD1;
	border-radius: 4px;
}

.mod_eventlist .show_filter svg
{
	width: 10px;
	height: 10px;
}

.mod_eventlist .reset_filter
{
	font-family: "CeraProRegular";
    color: #008DD1;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    margin-top: 85px;
    right: 61px;
	display: none;
	padding: 5px 11px;
	border: 1px solid transparent;	
}

.mod_eventlist .show_filter.active + .reset_filter
{
	display: block;
}

.mod_eventlist .filter_overlay
{
	display: none;
	position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
	overflow: auto;
}

.mod_eventlist .filter
{
	width: fit-content;
	background-color: #FFFFFF;
	padding: 20px 9px 20px 20px;
	white-space: nowrap;
	margin: 0 auto;
    margin-top: 80px;
	border-radius: 10px;
	max-width: calc(100vw - 46px);
	position: relative;
}
	
.mod_eventlist .filter .row 
{
	display: inline !important;
	border-style: none !important;
}

.mod_eventlist .filter h2
{
	font-family: CeraProBold;
	font-size: 24px;
	line-height: 24px;
	padding: 0;
	text-align: center;
}

.mod_eventlist .filter .close
{
	font-family: "CeraProRegular";
	color: #008DD1;
	font-size: 14px;
	line-height: 14px;
	display:inline-block;
	cursor:pointer;
	position: absolute;
	margin: -15px 0 0 0;
    right: 105px;
}

.mod_eventlist .filter h3
{
	font-family: "CeraProRegular";
	font-size: 24px;
	line-height: 24px;
	padding: 25px 0 5px;
}

.mod_eventlist .filter div div
{
	width: 147px;
	text-align: center;
	font-family: CeraProBold;
	font-size: 14px;
	line-height: 38px;
	border: 1px solid #008DD1;
	cursor: pointer;
	display: inline-block;
	margin-right: 11px;
	border-radius: 10px;
}

.mod_eventlist .filter div div em
{
	font-family: CeraProBlackItalic;
}

.mod_eventlist .filter div div.active
{
	color: #FFFFFF;
	background-color:#1F4590;
	border: 1px solid #1F4590;
}

.mod_eventlist .filter div div.inactive
{
	color: #D4D7DE;
	border: 1px solid #D4D7DE;
	pointer-events: none;
}

.mod_eventlist .filter div div.filter_kinder.active
{
	background-color:#F19100;
	border: 1px solid #F19100;
}

.mod_eventlist .filter div div.filter_teenies.active
{
	background-color:#FFCD00;
	border: 1px solid #FFCD00;
}

.mod_eventlist .filter div div.filter_jugendliche.active
{
	background-color:#75B842;
	border: 1px solid #75B842;
}

.mod_eventlist .filter div div.filter_familien.active
{
	background-color:#008ED1;
	border: 1px solid #008ED1;
}

.mod_eventlist .filter div.filter_alter div
{
	font-size: 14px;
	line-height: 14px;
}

.mod_eventlist .filter div.filter_alter div p
{
	margin-top: -38px;
}

.mod_eventlist .filter div.filter_alter div p span
{
	font-family: "CeraProRegular";
    font-size: 10px;
    line-height: 15px;
    display: block;
    padding-bottom: 10px;
}

.mod_eventlist .filter .reset
{
	font-family: "CeraProRegular";
	color: #008DD1;
	font-size: 14px;
	line-height: 14px;
	display:inline-block;
	cursor:pointer;
	position: absolute;
	margin: 82px 0 0 138px;
}

.mod_eventlist .filter .anzeigen
{
	font-family: "CeraProRegular";
	background-color: #008DD1;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    border-radius: 10px;
    display: block;
    cursor: pointer;
    margin: 70px auto 25px;
    text-align: center;
    width: 147px;
    line-height: 38px;
}

.mod_eventlist h2, .home .mod_eventlist h2
{
	font-size: 36px;
	padding: 60px 0 0;
	font-family: 'CeraProRegular';
	color: #00141E;
	text-align: left;
}

.mod_eventlist .event
{
	background-color: #FFFFFF;
	margin-bottom: 10px;
	text-decoration: none;
	color: #00141E;
	padding: 6px 12px 12px 160px;
	min-height: 117px;
	position: relative;
	border-radius: 10px;
}

.mod_eventlist .event .circles
{
	width: 16px;
	position: absolute;
	left: 12px;
	margin-top: 10px;
}

.mod_eventlist .eventlist_links
{
	text-align: center;
	margin-top: 57px;
}

.mod_eventlist .eventlist_links .download-element
{
    font-family: CeraProRegular;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    line-height: 25px;
    vertical-align: top;
	margin-left: 7px;
}

.mod_eventlist .eventlist_links .download-element a
{
    color: #008DD1;
    font-family: CeraProBold;
    font-size: 18px;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #008DD1;
    text-decoration: none;
    display: block;
    border-radius: 10px;
    width: fit-content;
    line-height: 38px;
    padding: 0 23px;
    cursor: pointer;
}

.mod_eventlist .eventlist_links .download-element a:hover
{
    color: #FFF;
    background-color: #008DD1;
	border: 1px solid #008DD1;
}

.mod_eventlist .eventlist_links .download-element a svg
{
	width: 19px;
    height: 19px;
    margin-bottom: -5px;
    display: inline-block;
    margin-right: 5px;
}

.mod_eventlist .eventlist_links .download-element a svg .hover, .mod_eventlist .eventlist_links .download-element a:hover svg .inaktiv
{
	display: none;
}

.mod_eventlist .eventlist_links .download-element a:hover svg .hover
{
    display: block;
}

.mod_eventlist .eventlist_links .content-hyperlink
{
    display: inline-block;
    vertical-align: top;
	margin-right: 7px;
}

.mod_eventlist .eventlist_links .content-hyperlink a
{
   margin: 0;
}

.mod_eventreader .event .circles
{
	border-style: none;
}

.mod_eventreader .event .circles span
{
	padding: 0;
	margin-right: 5px;
}

.mod_eventlist .event .circle_kinder
{
	background-color: #F19100;
	width: 16px;
	height:16px;
	display: block;
	border-radius: 100%;
	margin-bottom: 5px;
}

.mod_eventlist .event .circle_teenies
{
	background-color: #FFCD00;
	width: 16px;
	height:16px;
	display: block;
	border-radius: 100%;
	margin-bottom: 5px;
}

.mod_eventlist .event .circle_jugendliche
{
	background-color: #75B842;
	width: 16px;
	height:16px;
	display: block;
	border-radius: 100%;
	margin-bottom: 5px;
}

.mod_eventlist .event .circle_familien
{
	background-color: #008ED1;
	width: 16px;
	height:16px;
	display: block;
	border-radius: 100%;
	margin-bottom: 5px;
}

.mod_eventlist .event p
{
	margin: 0;
}

.mod_eventlist .event .facts
{	
	font-family: 'CeraProRegular';
    font-size: 14px;
    position: relative;
    left: -10px;
    line-height: 14px;
    margin-top: 14px;
    margin-bottom: 7px;
    width: calc(100% - 12px);
}

.mod_eventlist .event .facts span {
    padding-right: 11px;
    padding-left: 11px;
    border-right: 1px solid #96AAB4;
    line-height: 11px;
    display: inline-block;
}

.mod_eventlist .event .facts span.time {
    position: absolute;
    margin-left: -100px;
    margin-top: 1px;
}

.mod_eventlist .event .facts span time {
    width: 85px;
    display: inline-block;
}

.mod_eventlist .event .facts span .fully_booked, .mod_eventreader .event .info span .fully_booked {
	font-family:'CeraProBold';
    background-color: #E30;
    color: #FFFFFF;
    padding: 4px 8px !important;
    margin-left: 12px;
    font-size: 11px;
	border-radius: 2px;
	letter-spacing:0.3px;
}

.mod_eventlist .event .facts span:first-child {
    padding-left: 0;
	border-style: none;
}

.mod_eventlist .event .facts span:last-child, .mod_eventlist .event .facts span:nth-last-child(2) {
    padding-right: 0;
	border-style: none;
}

.mod_eventlist .event h3
{	
    font-family: CeraProBold;
	font-size: 24px;
	padding: 0;
	line-height: 35px;
	color: #008DD1 !important;
	display: inline-block;
	position: relative;
	max-width: calc(100% - 90px);
}

.mod_eventlist a.event:hover h3
{	
	color: #1F4590 !important;
}

.mod_eventlist .event.featured h3:after
{	
    content: '';
    background-image: url(/files/img/Fly-Highlight.svg);
    height: 25px;
    background-size: 25px 25px;
    width: 25px;
    display: block;
    right: -32px;
    position: absolute;
    background-repeat: no-repeat;
    top: 2px;
}

.mod_eventlist .event .facts span.location
{
	font-family: 'CeraProRegular';
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    width: 106px;
    right: 0;
    top: 0;
}

.mod_eventlist .event .location:before
{
	content: '';
    background-image: url(/files/img/location.svg);
    height: 11px;
    background-size: 8px 11px;
    width: 8px;
    display: block;
    left: -3px;
    position: absolute;
    background-repeat: no-repeat;
    top: 2px;
}

.mod_eventlist .event .ce_text
{
	font-size: 16px;
	line-height: 24px;
}

.home #main
{
	background-color:#F2F5FC;
}

.news
{	
	background-color:#F2F5FC;
	padding-bottom: 1px;
}

.mod_newslist, .mod_newsreader
{	
    max-width: 980px;
    margin: 0 auto 150px;
    padding: 0 20px;
    position: relative;
}

.news .mod_newslist
{	
    padding-top:108px;
}

.home .mod_newslist h2
{
    padding-top: 0;
    margin-top: -17px;
}

.mod_newsreader h2, .mod_eventreader h2
{    
	color:#00141E;	
	font-size: 36px;
	line-height:48px;
	padding-bottom:10px;
}

.mod_eventreader h2
{    
	max-width: calc(100% - 80px);
	color: #1F4590;
}

.mod_eventreader .back a
{    
	color: #008DD1;
    font-family: "CeraProBold";
    font-size: 14px;
    text-decoration: none;
    position: absolute;
    right: 20px;
    top: 86px;
}

.mod_newslist .layout_latest
{	
    width:460px;
	height:566px;
	display:inline-block;
	vertical-align:top;
	margin: 0 20px 20px 0;
	line-height:0;
	background-color:#ffffff;
	border-radius:8px;
	max-width: 100%;
}

.news .mod_newslist .layout_latest 
{	
	margin-top:25px;
}

.home .mod_newslist .layout_latest + .layout_latest, .news .mod_newslist .layout_latest:nth-child(even)
{	
	margin-right:0;
}

.mod_newslist .news_entry
{	
	padding:0 20px 20px;
}

.mod_newslist figcaption
{	
    display:none;
}

.mod_newslist .info
{
	font-family: "CeraProRegular";
	font-size: 14px;
	line-height:14px;
	margin-top:12px;
}

.mod_eventreader .ce_text
{    
	max-width: 620px;
	margin: 50px auto 0;
}

.mod_newsreader .info
{
	font-family: "CeraProBold";
	font-size: 14px;
	line-height:28px;
}

.mod_eventreader .info
{
	font-family: "CeraProRegular";
	line-height: 11px;
	font-size: 14px;
	padding-bottom: 9px;
	margin-bottom: -1px;
	border-bottom: 1px solid #D4D7DE;
}

.mod_eventreader .info span
{
	padding-right: 11px;
    margin-right: 11px;
    border-right: 1px solid #D4D7DE;
    line-height: 11px;
    display: inline-block;
	margin-top: 2px;
}

.mod_eventreader .info time span:first-child
{
	padding-left: 0;
	font-family: "CeraProBold";
	margin-bottom: 4px;
}

.mod_eventreader .info span.circles
{
	padding-right: 0;
	margin-right: 0;
    border-style: none;
}

.mod_eventreader .info span.circles + span
{
	padding-left: 0;
}

.mod_eventreader .event span.location
{
	position: relative;
	padding-left: 14px;
	border-style: none;
}

.mod_eventreader .event span.location:before
{
	content: '';
    background-image: url(/files/img/location.svg);
    height: 11px;
    background-size: 8px 11px;
    width: 8px;
    display: block;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
}

.mod_eventreader .event span.kosten_anmeldung
{
	border-style: none;
	position: absolute;
	right: -3px;
	margin-right: 0;
}

.mod_eventreader .event span.kosten_anmeldung span
{
	margin-top: 0;
}

.mod_eventreader .event span.kosten_anmeldung span:last-child
{
	border-style: none;
	margin-right: 0;
}

.mod_eventreader .event .content-hyperlink
{
	margin-top: 100px;
	height: 200px;
}

.mod_eventreader .event .angebot_kat
{
	border-top: 1px solid #D4D7DE;
	margin-top: 100px;
	height: 200px;
}

.mod_eventreader .event .angebot_kat span
{
	position: relative;
    color: #008DD1;
    text-align: center;
    font-family: CeraProRegular;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #008DD1;
    background-color: #FFF;
    padding: 3px 11px 4px;
    margin-left: 21px;
	margin-right: 13px;
}

.mod_eventreader .event .angebot_kat span:before
{
	content: '';
    background-image: url(/files/img/angebot.svg);
    height: 19px;
    background-size: 14px 19px;
    width: 14px;
    display: block;
    left: -21px;
    position: absolute;
    background-repeat: no-repeat;
    top: 1px;
}

.mod_eventreader .event .download-element
{
	border-radius: 8px;
	background-color: #F2F5FC;
	color: #00141E;
	font-family: "CeraProRegular";
	font-size: 14px;
	min-height: 46px;
	padding: 5px 20px;
	margin: 7px 0;
	position: relative;
}

.mod_eventreader .event .download-element.ext-pdf
{
	padding-left: 50px;
}

.mod_eventreader .event .download-element.ext-pdf:before
{
	content: '';
    background-image: url(/files/img/pdf.svg);
    height: 18px;
    background-size: 18px 18px;
    width: 18px;
    display: block;
    left: 20px;
    position: absolute;
    background-repeat: no-repeat;
    top: 17px;
}

.mod_eventreader .event .download-element a
{
	color: #00141E;
	text-decoration: none;
}

.mod_eventreader .event .download-element span
{
	color: #96AAB4;
	margin-left: 7px;
}

.mod_newslist h3
{
	padding:0;
	line-height:28px;
	margin-bottom:12px;
}

.mod_newslist h3 a
{
	color: rgba(0,20,30,1);
	font-family: "CeraProBold";
	font-size: 24px;
	text-decoration:none;
}

.mod_newslist .ce_text, .mod_newslist .ce_text p, .mod_newslist .more
{
	font-family: "MeretProRegular";
	font-size: 16px;
	line-height: 24px;
	display:inline;
}

.home_angebote
{
	text-align:center;
}

.home_angebote:after
{
	content: '';
    background-image: url(/files/img/Jugendzentrum-fly-light-grey-clouds.svg);
    height: 160px;
    background-size: 949px;
    width: 100%;
    display: block;
    left: 0;
    top: 100px;
    position: relative;
}

.home_angebote .content-box + .content-box
{
	display: inline-block;
    margin:55px 10px 0;
	width:300px;
	height:370px;
	color:#ffffff;
	vertical-align:top;
}

.home_angebote .offers
{
	position:absolute;
	width:100%;
	font-family:'CeraProBold';
	font-size:24px;
    line-height: 24px;
    bottom: 23px;
}

.home_angebote .offers span
{
	display:block;
	font-size:16px;
	font-family:'CeraProRegular';
}

.home_angebote .kids_angebote
{
	background-color:#F19100;
	border-radius:8px;
	width:100%;
	position:relative;
}

.home_angebote .teenies_angebote
{
	background-color:#FFCD00;
	border-radius:8px;
	width:100%;
	position:relative;
}

.home_angebote .judendliche_angebote
{
	background-color:#75B842;
	border-radius:8px;
	width:100%;
	position:relative;
}

.home_angebote .familien_angebote
{
	background-color:#008ED1;
	border-radius:8px;
	width:100%;
	position:relative;
}

.home_angebote .content-box:last-child
{
	display:block;
    width:auto;
	height:auto;
}

.mod_subscribe
{
	text-align:center;
}

.home .mod_subscribe h2
{
	font-size:36px;
	padding-bottom:12px;
}

.mod_subscribe .widget-explanation
{
	margin-bottom:75px;
}

.mod_subscribe .confirm + .fields
{
	display:none;
}

input#ctrl_email_7
{
    font-family: 'CeraProRegular';
    font-size: 18px;
    line-height: 55px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-radius: 0;
    border-style: none;
    padding: 0 20px;
    border: 1px solid #D4D7DE;
    width: 50%;
    color: #00141E;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
}

input:placeholder
{
	color:#96AAB4;
}

input::-webkit-input-placeholder
{
	color:#96AAB4;
}

input:-ms-input-placeholder
{
	color:#96AAB4;
}

input::-moz-placeholder
{
	color:#96AAB4;
	opacity:1;
}

input::-webkit-search-cancel-button
{
    -webkit-appearance:none;
}

input::-ms-clear
{
    width: 0;
    height: 0;
}

button.submit
{
    font-family: 'CeraProRegular';
    color: #FFFFFF;
    background-color: #008DD1;
    font-size: 18px;
    text-align: center;
    line-height: 57px;
    cursor: pointer;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-radius: 0;
    border-style: none;
    padding: 0 20px;
	margin-left: -5px;
	text-transform:lowercase;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
}

.content-hyperlink a, .toggler.ui-accordion-header
{
	color: rgba(255,255,255,1);
    font-family: CeraProBold;
    font-size: 18px;
    text-align: center;
    background-color: #008DD1;
    text-decoration: none;
    display: block;
    margin: 60px auto 0;
    border-radius: 10px;
    width: fit-content;
    line-height: 40px;
    padding: 0 25px;
	cursor:pointer;
}

button.submit:hover, .content-hyperlink a:hover, .toggler.ui-accordion-header:hover
{
	background-color: #144194;
}

.toggler.ui-accordion-header.active
{
	display:none;
}

.mod_article .content-text:not(.ce_accordionSingle), .mod_eventlist .content-text, .mod_eventreader .content-text, .mod_article .content-headline, .mod_article.opening_hours, .mod_subscribe .content-text, .mod_article .ce_accordionSingle .accordion, .members .inside .mod_article:first-child .content-box, .contact .mod_article 
{
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.mod_eventreader .content-text .content-text, .mod_newsreader .content-text .content-text
{
	padding: 0;
}

.members .inside .mod_article:first-child .content-box a.ce_rsce_team
{
	display: inline-block;
	width: calc(33.33% - 4px);
	text-align: center;
	text-decoration: none;
	margin: 15px 0;
}

.members .teamname
{
	color: #008DD1;
	font-family: CeraProBlackItalic;
	font-size: 24px;	
	line-height: 24px;
	text-transform: uppercase;
}

.members .locations
{
	color: #1F4590;
	font-family: CeraProRegular;
	font-size: 18px;
	line-height: 28px;
}

.members .member_detail
{
	padding-top: 108px;
}

.members .member_detail img
{
	margin: 0 auto;
    display: block;
}

.members .member_detail h2.teamname
{
	color: #008DD1 !important;
	font-family: "CeraProBlackItalic";
	font-size: 48px;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	line-height:52px;
	margin-top:20px;
}

.members .member_detail .function
{
	color: #00141E;
	font-family: "CeraProRegular";
	font-size: 24px;
	text-align: center;
}

.members .member_detail .text
{
	max-width: 620px;
	width:100%;
	margin: 48px auto 0;
}

.members .member_detail .fly_openings
{
	max-width: 620px;
	width:100%;
	margin: 0 auto;
	font-family: "CeraProRegular";
	font-size: 24px;
	line-height:32px;
}

.members .member_detail .fly_openings h3
{
	font-family: "CeraProRegular";
	font-size: 32px;
	text-align: center;
	line-height: 32px;
	color: #00141E !important;
	padding: 0;
}

.members .member_detail .fly_openings h4
{
	font-family: "CeraProBold";
	font-size: 24px;
	line-height:32px;
	color: #00141E !important;
	padding: 0;
    margin: 36px 0 0;
}

.members .team_overview
{
	border-radius: 8px;
	background-color: #008DD1;
	opacity: 1;
	color: rgb(255, 255, 255);
	font-family: "CeraProBold";
	font-size: 18px;
	text-align: center;
	margin: 85px auto 20px;
	display: block;
	width: 150px;
	text-decoration: none;
}

.members .team_overview:hover
{
	background-color: #144194;
}

.contact .content-box
{
	display: inline-block;
	width:33.3%;
	vertical-align: top;
}

.contact .content-box .rte p:last-child
{
	font-size: 14px;
}

.contact .content-box:first-child, .contact .content-box:last-child 
{
	display: block;
	width: 100% !important;
}

.contact .content-box:first-child .rte p:last-child, .contact .content-box:last-child .rte p:last-child
{
	font-size: 18px;
}

.contact .content-box:last-child 
{
	text-align: center;
	margin-top: 78px;
}

.contact .content-text
{
	font-family: "CeraProRegular";
	font-size: 18px;
	line-height: 30px;
	padding: 0 !important;
}

.contact .content-box h3
{
	font-family: CeraProBold;
	font-size: 28px;
	padding: 0;
    margin-top: -40px;
}

.mod_article .content-box:first-child .content-headline:first-child
{
	padding: 76px 0 37px;
}

.mod_article .content-box:first-child .content-headline:first-child + .content-headline
{
	padding: 0;
    margin-top: -28px;
}

.mod_article .ce_accordionSingle .accordion 
{
	padding:0;
	margin-top:44px;
}

.mod_article:first-child
{
	padding-bottom:0;
}

.mod_article:first-child .content-box:first-child, .members .inside .mod_article:first-child
{
	background-color:#F2F5FC;
	padding-bottom:72px;
	width:100%;
}

.mod_article:first-child .content-box:first-child + .content-box .ce_accordionSingle 
{
	background-color:#F2F5FC;
	width:100%;
	padding-bottom:72px;
}

.mod_article:first-child .content-box:first-child + .content-box .ce_accordionSingle .toggler
{
	margin-top:0;
}

.mod_article:first-child .content-box:first-child + .content-box .ce_accordionSingle .accordion
{
	margin-top:-28px;
}

.mod_article:first-child .content-box:first-child h1, .mod_article:first-child .content-box:first-child h2
{
	color:#1F4590;
}

.mod_article:first-child .content-box:first-child h2 + * h2
{
	color: #008DD1;
}

.opening_hours .content-box
{
	display:inline-block;
	width:33% !important;
	vertical-align:top;
	background-color:transparent !important;
}

.mod_article.opening_hours .content-box .location
{
	margin-left:66px;
}

.mod_article.opening_hours .content-box .day
{
	visibility:hidden;
	width:60px;
}

.mod_article.opening_hours .content-box:first-child .day
{
	visibility:visible;
}

.opening_hours
{
	color:#1F4590;
	font-family:'CeraProRegular';
	font-size:24px;
	line-height:35px;
	padding-top:64px !important;
}

.opening_hours .opening
{
	margin-top:30px;
}

.opening_hours .location h3, .opening_hours .day
{
	font-family:'CeraProBold';
	color:#008DD1 !important;
	margin:0;
	font-weight:normal;
}

.opening_hours .location h3
{
	font-size: 24px;
	padding:0;
	line-height: 44px;
}

.opening_hours .day, .opening_hours .time, .opening_hours .time .hours
{
	display:inline-block;
}

.opening_hours .time + .time
{
	display:block;
	margin-left:66px;
}

.opening_hours .time .hours
{
	width:150px;
}

.circle_kinder
{
	display:inline-block;
	width:13px;
	height:13px;
	border-radius:100%;
	background-color:#F19100;
}

.circle_teenies
{
	display:inline-block;
	width:13px;
	height:13px;
	border-radius:100%;
	background-color:#FFCD00;
}

.circle_jugendliche
{
	display:inline-block;
	width:13px;
	height:13px;
	border-radius:100%;
	background-color:#75B842;
}

.opening_hours .time .info
{
	font-size:14px;
	line-height:14px;
}

.legend
{
	border-top:1px solid #D4D7DE;
	max-width: 980px;
    margin: 67px auto 0;
	font-family:'CeraProRegular';
	font-size:14px;
	text-align:center;
}

.legend .legend_item
{
	display: inline-block;
}

.legend div div
{
	margin:0 7px -1px 0;
}

.legend span
{
	color:#96AAB4;
	margin:0 20px;
}

#slider
{
	max-width: 815px;
    margin: 0 auto;
    padding: 0 20px;
	z-index:0;
}

#slider .content-text
{
	width: calc(100% - 40px);
	max-width: 815px;
}

#slider h2:after
{
    color: #96AAB4;
    font-size: 18px;
    line-height: 31px;
    position: absolute;
    margin-left: 7px;
}

#slider .kids h2
{
	color:#F19100
}

#slider .kids h2:after
{
	content: "7+";
}

#slider .teenies h2
{
	color:#FFCD00
}

#slider .teenies h2:after
{
	content: "10+";
}

#slider .jugendliche h2
{
	color:#75B842
}

#slider .jugendliche h2:after
{
	content: "14+";
}

#slider .familien h2
{
	color:#008ED1
}

#slider figure
{
	width:400px;
	height:auto;
	margin-right:25px;
	max-width: 100%;
}

#slider .rte
{
	font-family:'CeraProRegular';
	font-size:18px;
	line-height:28px;
	margin: 80px 0 100px;
}

#slider .rte strong
{
	font-family:'CeraProBold';
}

#slide-nav
{
	clear: both;
    display: block;
    width: fit-content;
    margin: 0 auto 195px;
    background-color: #F2F5FC;
    border-radius: 20px;
	line-height:28px;
	padding: 6px 0;
}

#slide-nav:after
{
	content: '';
    background-image: url(/files/img/Jugendzentrum-fly-light-grey-clouds.svg);
    height: 160px;
    background-size: 949px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
	margin-top: 55px;
}

#slide-nav span
{
	width:28px;
	height:28px;
	display:inline-block;
	border-radius:100%;
	cursor:pointer;
	color:transparent;
	margin:0 16px;
	border:1px solid #ffffff;
}

#slide-nav span:nth-child(1)
{
	background-color:#F19100;
	margin-left:6px;
}

#slide-nav span:nth-child(1):after
{
	content: 'Kinder';
    margin-left:-5px;
}

#slide-nav span:nth-child(2)
{
	background-color:#FFCD00;
}

#slide-nav span:nth-child(2):after
{
	content: 'Teenies';
    margin-left:-7px;
}

#slide-nav span:nth-child(3)
{
	background-color:#75B842;
}

#slide-nav span:nth-child(3):after
{
	content: 'Jugendliche';
    margin-left:-19px;
}

#slide-nav span:nth-child(4)
{
	background-color:#008ED1;
	margin-right:6px;
}

#slide-nav span:nth-child(4):after
{
	content: 'Familien';
    margin-left:-8px;
}

#slide-nav span.cycle-pager-active, #slide-nav span:hover
{
	outline: 1px solid #00141E;
}

#slide-nav span.cycle-pager-active:after
{
    position: absolute;
    color: #00141E;
    display: block;
    font-size: 14px;
    font-family: 'CeraProRegular';
    line-height: 14px;
	margin-top:10px;
}

#slide-nav ~ .mod_article
{
	background-color: #F2F5FC;
}

.mod_eventlist .event {
	display: none;
}

.mod_eventlist .event.active {
	display: block;
}

#footer
{
	background-color:#ffffff;
	color:#00141E;	
	font-family:'CeraProRegular';
	font-size:14px;
	line-height: 30px;
	padding-bottom:25px;
	border-top:1px solid #D4D7DE;
}

#footer .inside
{
	max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

#footer .footer_logos
{
	padding:30px 0 80px;
}

#footer .footer_logo
{
	display:inline-block;
	vertical-align:top;
	margin-right:170px;
}

@media (max-width:1020px)
{
	#footer .footer_logo
	{
		margin-right:70px;
	}	
}

#footer .footer_logo svg
{
	width:100px;
	margin-right:70px;
	margin-bottom:25px;
}

#footer .footer_logo a + a svg
{
	width:189px;
}

#footer .footer_logo:first-child svg
{	
	margin-top:30px;
}

#footer .footer_logo:first-child a + a svg
{	
	margin-top: 0;
    position: relative;
    margin-bottom: 27px;
}

#footer .footer_logo:last-child
{
	width:351px;
	margin-right:0;
	max-width: 100%;
}

#footer .footer_logo:last-child svg
{
	width:351px;
	margin-right:0;
	max-width: 100%;
}

#footer nav
{
	border-top:1px solid #96AAB4;
}

#footer nav ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	float:right;
}

#footer nav li
{
	margin:0 22px;
	display:inline-block;
}

#footer a
{
	color:#00141E;	
}

.media--left figure
{
	float:left;
}

.paper-airplane-right_pos-right:after
{	  
	content:'';
    background-image: url(/files/img/paper-airplane-right.svg);
	background-repeat: no-repeat;
	background-size:118px auto;
	position:absolute;
	width: 118px;
    height: 64px;
	margin-top: 36px;
	left: calc(50% + 270px);
}

.mod_article.paper-airplane-right_pos-right:after
{
	margin-top: -36px;
}	

.paper-airplane-right_pos-center:after
{	  
	content:'';
    background-image: url(/files/img/paper-airplane-right.svg);
	background-repeat: no-repeat;
	background-size:118px auto;
	position:absolute;
	width: 118px;
    height: 64px;
	margin-top: 36px;
    left: calc(50% - 59px);
	z-index: 1;
}

.mod_article.paper-airplane-right_pos-center:after
{
	margin-top: -36px;
}

.ce_rsce_oeffnungszeiten.paper-airplane-right_pos-center:after
{
	margin-top: 156px;
}

.light-grey-clouds #container #main:after
{
	content: '';
    background-image: url(/files/img/Jugendzentrum-fly-light-grey-clouds.svg);
    height: 160px;
    background-size: 949px;
    width: 100%;
    display: block;
    left: 0;
    top: 1px;
    position: relative;
	border-bottom: 100px solid #F2F5FC;
    margin-top: -100px;
}

div.scroll_up
{
    display: none;
    position: fixed;
    z-index: 1000;
    right: calc(50% - 752px);
    bottom: 20px;
    width: 91px;
    height: 126px;
    cursor: pointer;
}

.invisible
{
	position:absolute;
	left:-99999px;
}

h1, h2, .members h3
{
	font-family:'CeraProBold';
	color:#008DD1;
	font-weight:normal;
	margin:0;
	padding:76px 0 37px;
	font-size:48px;
	line-height:60px;
}

.members h3
{
	color:#008DD1 !important;
	margin: 80px 0 67px !important;
}

.members .mod_article .content-box:first-child .content-headline:first-child + h3.content-headline
{
	margin-top: -28px !important;
}

h3, .home h2
{
	font-family:'CeraProRegular';
	font-weight:normal;
	margin:0;
	padding:76px 0 37px;
	font-size:48px;
	line-height:60px;
	color:#00141E !important;
}

.home h2, #slider h2
{
	text-align:center;
}

h2 + .rte h3:first-child
{
	font-family:'CeraProBold';
	color:#008DD1 !important;
	padding-top: 0;
	margin-top:-28px;
}

figure
{
	margin:0;
}

figcaption
{
	font-family: "CeraProRegular";
	font-size: 14px;
	line-height:20px;
	margin-bottom:70px;
}

figcaption .originator
{
	color: #96AAB4;
}

img
{
	max-width:100%;
	height:auto;
}

p
{
	margin:0;
}

strong
{
	font-family:'MeretProBold';
	font-weight:normal;
}

em
{
	font-family:'MeretProRegularItalic';
	font-style:normal;
}

ul
{
	margin: 0;
}

a
{
	color:#008DD1;
}

a:hover
{
	text-decoration:none;
}

svg .hover, a:hover svg .inaktiv, svg:hover .inaktiv
{
	display:none;
}

a:hover svg .hover, svg:hover .hover
{
	display:block;
}

@media (max-width:1500px)
{
	div.scroll_up
	{
		right: 0;
	}
}

@media (max-width:1300px)
{
	.home_angebote
	{
		display: flex;
		flex-wrap: wrap;
	}
	
	.home_angebote .content-box + .content-box
	{
		width: calc(25% - 20px);
		height: auto;
		margin: 10px;
	}
	
	.home_angebote .content-box:first-child
	{
		margin-bottom: 55px;
	}
	
	.home_angebote .content-box:first-child, .home_angebote .content-box:last-child
	{
		width: calc(100% - 20px) !important;
	}
}

@media (max-width:1055px)
{	
	.members .inside .mod_article:first-child .content-box
	{
		width: calc(100% - 40px);
	}
	
	.mod_article:first-child .content-box:first-child, .members .inside .mod_article:first-child
	{
		width: 100%;
	}

	.home_angebote .content-box + .content-box
	{
		width: calc(50% - 20px);
	}	
	
	.mod_eventlist .event .facts span:nth-last-child(2)
	{
		padding-right: 11px;
		border-right: 1px solid #96AAB4;
	}
	
	.mod_eventlist .event .facts span.location
	{
		position: relative;
        width: auto;
        margin-left: 14px;
	}
	
	.mod_eventreader .event span.kosten_anmeldung
	{
		position: static;
	}
	
	.mod_eventreader .event span.location
	{
		border-right: 1px solid #D4D7DE;
	}
	
	.mod_eventreader .event span.kosten_anmeldung span:last-child
	{
		padding-left: 0;
	}
}

@media (max-width:1002px)
{	
	.mod_newslist .layout_latest
	{
		width: calc(50% - 13px);
	}
}

@media (max-width:840px)
{	
	.opening_hours .content-box
	{
		display: block;
		width: 100% !important;
		margin-bottom: 100px;
	}
	
	.mod_article.opening_hours .content-box .day
	{
		visibility: visible;
	}
	
	.opening_hours .opening
	{
		height: auto !important;
	}
	
	.members .inside .mod_article:first-child .content-box a.ce_rsce_team
	{
		width: calc(50% - 4px);
	}	

	.paper-airplane-right_pos-right:after
	{	 		
		left: unset;
		right:0;
		background-size: 90px auto;
		margin-top: 44px 
	}

	.mod_article..paper-airplane-right_pos-right:after
	{	 		
		margin-top: -28px 
	}

	.paper-airplane-right_pos-center:after
	{	 	
		background-size: 90px auto;
		margin-top: 44px 
	}

	.mod_article..paper-airplane-center-right:after
	{	 		
		margin-top: -28px 
	}
}

@media (max-width:730px)
{	
	body, #slider .rte, .members .member_detail .function, .members .member_detail .fly_openings, .opening_hours, .members .locations
	{
		font-size: 16px;
		line-height: 27px;
	}
	
	#header
	{
		height: 100px;
		background-size: 500px;
	}

	#header svg
	{
		width: auto;
		height: 100px;
		margin-top: 10px;
	}

	#header h1
	{
		font-size: 17px;
		line-height: 24px;
		left: 84px;
		top: 59px;
	}
	
	#header .menu_open svg
	{
		width: 30px;
		height: 30px;
	}

	#header .menu_open
	{
		font-size: 11px;
		top: 30px;
		line-height: 17px;
	}

	h3, .home h2, .home_programm h2, h1, h2, .members h3, .mod_newsreader h2, .mod_eventreader h2, .members .member_detail h2.teamname, .members .member_detail .fly_openings h3, .contact .content-box h3, .home .mod_subscribe h2, .mod_eventlist .event h3
	{
		font-size: 24px;
		line-height: 28px;
	}
	
	.mod_eventlist h2, .home .mod_eventlist h2
	{
		font-size: 24px;
		line-height: 45px;
	}
	
	.mod_eventlist .show_filter, .mod_eventlist .reset_filter
	{
		margin-top: 73px;
	}
	
	.members .teamname, .members .member_detail .fly_openings h4, .contact .content-box h3
	{
		font-size: 20px;
	}

	#slider figure
	{
		width: 300px;
		margin-bottom: 150px;
	}
	
	.contact .content-box + .content-box
	{
		width: 50%;
		margin-bottom: 70px;
	}
	
	#footer nav ul
	{
		float:none;
	}
	
	#footer nav li:first-child
	{
		margin-left: 0;
	}

	.light-grey-clouds #container #main:after
	{
		content: '';
		background-image: url(/files/img/Jugendzentrum-fly-light-grey-clouds.svg);
		height: 85px;
		background-size: 500px;
		margin-top: -50px;
	}
	
	.mod_eventlist .filter .row 
	{
		width: auto !important;
		display: block !important;
		border-style: none !important;
		margin-bottom: 17px;
	}	

	.mod_eventlist .filter .close
	{
		right: 19px;
	}
	
	.mod_eventlist .filter .reset
	{
		margin: 82px 0 0 29px;
	}
}

@media (max-width:630px)
{	
	#slider figure
	{
		width: 200px;
		margin-bottom: 250px;
	}
	
	.mod_newslist .layout_latest
	{
		width: 100%;
	}
	
	.mod_eventlist .event
	{
		padding-left: 49px;
	}
	
	.mod_eventlist .event .facts span.time
	{
		position: static;
        margin-left: 10px;
        display: block;
		margin-bottom: 5px;
	}
	
	.mod_eventlist .event .facts, .mod_eventlist .event h3
	{
		/*width: 100%;*/
		max-width: calc(100% - 33px);
	}
}

@media (max-width:530px)
{	
	.home_angebote .content-box + .content-box
	{
		width: calc(100% - 20px);
	}
	
	#slider figure
	{
		float: none;
		width: auto;
		margin: 0 auto;
	}
	
	#slider .rte
	{
		margin-top:0;
	}	

	.legend
	{
		text-align: left;
		margin-left: 20px;
	}	

	.legend .legend_item
	{
		display: block;
	}	

	.legend span
	{
		display: none;
	}
	
	#footer nav li
	{
		margin: 0;
		display: block;
	}
	
	.contact .content-box + .content-box
	{
		width: 100%;
	}
	
	.mod_eventlist .show_filter
	{
		right: 58px;
	}
	
	.mod_eventlist .reset_filter
	{
		right: 7px;
	}
}
