@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap');

/*BASIC LAYOUT*/

html {
	width: 100%;
	height: 100%;
	background: #bdccd4;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #1f4148;
	font-size: 18px;
	font-weight: 300;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: none;
	}

* {
	margin: 0px;
	padding: 0px;
	}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, picture, section {
	display: block;
	}

h1, h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 8px;
	color: #9e005d;
	}

h3, h4, h5, h6 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 12px;
	}
	
fieldset {
	border: none;
	}

a {
	text-decoration: underline;
	-moz-text-decoration-style: dotted;
	-webkit-text-decoration-style: dotted;
	text-decoration-style: dotted;
	color: #1f4148;
	}

a:hover {
	text-decoration: underline;
	color: #9e005d;
	}

img {
	border: none;
	max-width: 100%;
	height: auto;
	margin: 10px 0 10px 0;
	}

address {
	font-style: normal;
	}

#wrap {
	position: absolute;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(../Images/BG.svg) repeat center top;
	background-size: 2400px auto;
}

/* HEADER AREA */

#header-main {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 100%;
	height: 260px;
	background: url(../Images/meck_head.svg) no-repeat bottom;
	background-size: contain;
	}

#header-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 260px;
	background: url(../Images/meck_head_left_repeat.svg) repeat-x bottom;
	background-size: contain;
	}

#header-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 260px;
	background: url(../Images/meck_head_right_repeat.svg) repeat-x bottom;
	background-size: contain;
	}
	
@media screen and (max-width: 1300px) {
	#header-main {
		background: url(../Images/meck_head.svg) no-repeat bottom, #a3b1b8;
		background-size: cover;
		}
		
	#header-left, #header-right {
		display: none;
		}
}

#homelink-container {
	position: relative;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	}

a#homelink {
	display: block;
	position: absolute;
	top: 48px;
	right: 60px;
	width: 480px;
	height: 85px;
	z-index: 9;
	}

/* NAVIGATION */

nav#menu {
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	top: 212px;
	z-index: 1;
		}

nav#submenu {
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	height: 50px;
	top: 270px;
	z-index: 1;
		}

nav#menu #mainmenu-level1-container {
	width: 1000px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.05em;
	height: 50px
	}

nav#submenu #submenu-level1-container {
	width: 1000px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.05em;
	height: 50px
	}

nav#menu #mainmenu-level1-container li, nav#submenu #submenu-level1-container li {
	display: inline;
	}

nav#menu .firstitem {
	}

nav#menu .item {
	}
	
nav#menu .lastitem {
	}

nav#menu .item:before, nav#menu .lastitem:before, nav#submenu .item:before, nav#submenu .lastitem:before {
	content: " ";
	padding: 0 1px 0 1px;
	}

nav#menu a, nav#submenu a {
	color: #9e005d;
	text-decoration: none;
	}

nav#menu a:hover, nav#menu a.active, nav#submenu a:hover, nav#submenu a.active {
	color: #ff1d25;
	text-decoration: none;
	}

/* SECTION MENU */
div.frame-type-menu_section ul {
	margin-top: -16px;
	}
	
div.frame-type-menu_section ul li {
	visibility: hidden;
	}
	
div.frame-type-menu_section ul li ul li {
	visibility: visible;
	display: inline-block;
	font-size: 18px;
	}

div.frame-type-menu_section ul li ul li:after {
	content: "•";
	padding: 0 5px 0 5px;
	}

div.frame-type-menu_section ul li ul li:last-child:after {
	content: " ";
	padding: 0 0 0 0;
	}

/* ARCHIV LEVEL2 MENU */

ul#submenu2 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding-bottom: 25px;
}

ul#submenu2 li {
	display: inline;
	padding: 0 4px 0 0;
}

ul#submenu2 li a {
	text-decoration: none;
	color: #9e005d;
}

ul#submenu2 li a:hover, ul#submenu2 li a.active {
	color: #ff1d25;
}

/* MAIN CONTENT */

#content {
	position: relative;
	margin: 30px 0 0 0;
	width: 100%;
	}
	
#content main {
	position: relative;
	margin: 0 auto;
	padding: 300px 20px 40px 20px;
	max-width: 1000px;
	}

#main-content {
	width: 100%;
	max-width: 750px;
	float: left;
	}

#main-content h1, #main-content h2 {
	margin-top: 24px;
	}

#main-content ul {
	padding-bottom: 12px;
	}

#main-content ul li {
	padding-top: 12px;
	}

#fadecontent {
	width: 100%;
	display: none;
	}

#fadecontent p.two-cols {
	column-count: 2;
	column-gap: 2em;
	}

#fadecontent div.frame:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 25px;
	margin-top: 20px;
	background: url(../Images/meck_trenner_vertical.svg) no-repeat center bottom;
	background-size: contain;
	}

#sidebar {
	max-width: 200px;
	float: right;
	}

#sidebar h1, #sidebar h2 {
	margin-bottom: 0;
	}

#sidebar a#facebook {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../Images/meck_sm_fb.svg) no-repeat center center;
	background-size: contain;
	float: left;
	margin: 10px 0 0 0;
	}

#sidebar a#instagram {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../Images/meck_sm_insta.svg) no-repeat center center;
	background-size: contain;
	float: left;
	margin: 10px 0 0 10px;
	}

#sidebar div.frame-default:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 25px;
	background: url(../Images/meck_trenner_vertical.svg) no-repeat center bottom;
	background-size: contain;
	}

/* DCE EVENT */
.frame-type-dce_dceuid1 header {
	display: none;
	}

.dce-event {
	margin-bottom: 20px;
	}

.dce-event .event-preview {
	}

.dce-event .event-minimize {
	display: none;
	}

.dce-event .event-image {
	}

.dce-event .event-header {
	}

.dce-event .event-header p {
	display: inline;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	}	

.dce-event .event-title {
	width: 100%;
	max-width: 750px;
	height: 50px;
	}

.dce-event .event-title h6 {
	font-size: 25px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 0 0 8px;
	margin: 0;
	}

.dce-event .event-description {
	}

.dce-event .event-html {
	margin-top: 16px;
	}

.dce-event .event-html iframe {
	width: 100% !important;
	height: unset !important;
	aspect-ratio: 16 / 9;
	}

.dce-event .event-sponsor img {
	float: left;
	margin: 10px 10px 0 0;
	}

.dce-event .event-footer .event-button-plus, .dce-event .event-footer .event-button-minus {
	height: 50px;
	width: 50px;
	margin: 12px auto 0 auto;
	}

.today-event {
	background: url(../Images/meck_agenda_today_bg.svg) repeat-y center;
	background-size: contain;
	}

nav#submenu a.Musik {color: #ba1814;}
nav#submenu a.Theater {color: #3e3555;}
nav#submenu a.Kulinarik {color: #598360;}
nav#submenu a.Film {color: #9e3558;}
nav#submenu a.Verschiedenes {color: #4ba7fb;}
	
.musik .event-title { background: url(../Images/meck_agenda_fahne/musik.svg) no-repeat left center; background-size: contain; }
.theater .event-title { background: url(../Images/meck_agenda_fahne/theater.svg) no-repeat left center; background-size: contain; }
.kulinarik .event-title { background: url(../Images/meck_agenda_fahne/kulinarik.svg) no-repeat left center; background-size: contain; }
.film .event-title { background: url(../Images/meck_agenda_fahne/film.svg) no-repeat left center; background-size: contain; }
.verschiedenes .event-title { background: url(../Images/meck_agenda_fahne/verschiedenes.svg) no-repeat left center; background-size: contain; }

.musik .event-footer { background: url(../Images/meck_agenda_trenner/musik.svg) no-repeat left center; background-size: contain; }
.theater .event-footer { background: url(../Images/meck_agenda_trenner/theater.svg) no-repeat left center; background-size: contain; }
.kulinarik .event-footer { background: url(../Images/meck_agenda_trenner/kulinarik.svg) no-repeat left center; background-size: contain; }
.film .event-footer { background: url(../Images/meck_agenda_trenner/film.svg) no-repeat left center; background-size: contain; }
.verschiedenes .event-footer { background: url(../Images/meck_agenda_trenner/verschiedenes.svg) no-repeat left center; background-size: contain; }

.musik .event-button-plus { background: url(../Images/meck_agenda_plus/musik.svg) no-repeat left center; background-size: contain; }
.theater .event-button-plus { background: url(../Images/meck_agenda_plus/theater.svg) no-repeat left center; background-size: contain; }
.kulinarik .event-button-plus { background: url(../Images/meck_agenda_plus/kulinarik.svg) no-repeat left center; background-size: contain; }
.film .event-button-plus { background: url(../Images/meck_agenda_plus/film.svg) no-repeat left center; background-size: contain; }
.verschiedenes .event-button-plus { background: url(../Images/meck_agenda_plus/verschiedenes.svg) no-repeat left center; background-size: contain; }

.musik .event-button-minus { display: none; background: url(../Images/meck_agenda_minus/musik.svg) no-repeat left center; background-size: contain; }
.theater .event-button-minus { display: none; background: url(../Images/meck_agenda_minus/theater.svg) no-repeat left center; background-size: contain; }
.kulinarik .event-button-minus { display: none; background: url(../Images/meck_agenda_minus/kulinarik.svg) no-repeat left center; background-size: contain; }
.film .event-button-minus { display: none; background: url(../Images/meck_agenda_minus/film.svg) no-repeat left center; background-size: contain; }
.verschiedenes .event-button-minus { display: none; background: url(../Images/meck_agenda_minus/verschiedenes.svg) no-repeat left center; background-size: contain; }

@media screen and (max-width: 760px) {
	.dce-event .event-title {
		height: auto;
		margin: 0 0 6px 0;
		}
	
	.dce-event .event-title h6 {
		font-size: 18px; padding: 2px 0 2px 4px;
		}
	
	.musik .event-title { background: #ba1814; }
	.theater .event-title { background: #3e3555; }
	.kulinarik .event-title { background: #598360; }
	.film .event-title { background: #9e3558; }
	.verschiedenes .event-title { background: #4ba7fb; }
}

.all-events {
	text-align: center;
}

.all-events a {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #9e005d;
}

/* FOOTER */

#padding-bottom {
	height: 180px;
	}
	
footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 120px;
	background: #a1b1b7;
	}
	
footer div {
	margin-top: 20px;
	text-align: center;
	}

footer div p {
	display: inline-block;
	padding: 0 10px 0 10px;
	font-size: 20px;
	}

footer div p a {
	text-decoration: none;
	}

/*MOBILE DEVICES*/

.mobile {
  display: none;
  }
  
@media screen and (max-width: 1040px) {
	.desktop { display: none; }
		
	.mobile { display: block; }
	
	#sidebar { display: none; }
	
	nav {
		position: absolute;
		top: 12px;
		left: 12px;
		z-index: 10;
		width: 20%;
		}
	
	nav a#mobilemenu {
		background:url(../Images/meck_nav_mobile.svg) no-repeat;
		background-size: contain;
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		max-width: 100px;
		display: block;
		position: absolute;
		}
	
	#header { height: 120px; }
	
	#header-main {
		height: 0;
		padding-bottom: 57.7%;
		background: url(../Images/meck_head_mobile.svg) no-repeat bottom;
		background-size: contain;
	}
	
	a#homelink {
		display: none;
	}
	
	#content { }
	
	#content main {
		padding: 28% 10px 10px 10px;
		margin: -130px 0 0 0;
	}
	
	#main-content {
		top: 0;
		padding: 0;
		max-width: inherit;
	}
	
	#fadecontent div.frame:last-child:after {
		content: ' ';
		display: block;
		width: auto;
		height: 0;
		margin-top: 0;
		background: none;
	}
	
	#padding-bottom { }
	
	footer { }

}

@media screen and (max-width: 680px) {
	#fadecontent p.two-cols {
		column-count: 1;
	}
}

textarea {
	height: 100px;
	width: 500px;
	max-width: 100%;
	}

nav.form-navigation {
	position: inherit;
	}


/* CLEARFIX */

.clearfix:before, .clearfix:after, .ce-textpic:before, .ce-textpic:after {
	content: " ";
	display: block;
	height: 0;
	overflow: hidden;
  }

.clear, .clearfix:after, .ce-textpic:after {
	clear: both;
  }

.clearfix, .ce-textpic {
	zoom: 1; /* IE < 8 */
  }

/* TYPO3 FORM */

.frame-type-form_formframework {
	margin-top: 24px;
	}

form h2 {
	display: none;
	}

textarea {
	height: 100px;
	width: 500px;
	max-width: 100%;
	}

.form-group {
	padding-bottom: 8px;
	}

.form-check-label span, .radio span {
	margin-left: 10px;
	}

.form-group .control-label {
	display: none;
	}

.form-group .checkbox {
	
	}

.form-group .recaptcha {
		max-width: 100%;
		overflow: hidden;
	}

input[type="text"], input[type="email"], input[type="tel"] { 
   font-size: 14px;
   padding: 6px 12px 6px 12px;
   width: 80%;
}

textarea {
	padding: 6px 12px 6px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 80%;
	height: 120px;
}

input[type=button], input[type=submit], button[type=submit], input[type=reset] {
	background: #eaeaea;
	border: 1px solid;
	border-radius: 5px;
	cursor: pointer;
	font-size:16px;
	padding: 4px 10px 4px 10px;
	margin: 10px 0 10px 0;
}

input[type=button]:hover, input[type=submit]:hover, button[type=submit]:hover, input[type=reset]:hover {
	background: #c3d3d6;
}

@media screen and (max-width: 1040px) {
	input[type="text"], input[type="email"], input[type="tel"], textarea {
		width: calc(100% - 30px);
	}
}

.recaptcha {
	
}

::placeholder {
	font-size: 16px;
	font-style: italic;
}