/* Stylesheet for Wir feiern Bayer Microsite */

/* Webfonts */
@font-face {font-family: 'MuseoSans-300';src: url('../fonts/3438AE_1_0.eot');src: url('../fonts/3438AE_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/3438AE_1_0.woff2') format('woff2'),url('../fonts/3438AE_1_0.woff') format('woff'),url('../fonts/3438AE_1_0.ttf') format('truetype');}
@font-face {font-family: 'MuseoSans-700';src: url('../fonts/3438AE_0_0.eot');src: url('../fonts/3438AE_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/3438AE_0_0.woff2') format('woff2'),url('../fonts/3438AE_0_0.woff') format('woff'),url('../fonts/3438AE_0_0.ttf') format('truetype');}
@font-face {font-family: 'MuseoSans-900';src: url('../fonts/3438AE_4_0.eot');src: url('../fonts/3438AE_4_0.eot?#iefix') format('embedded-opentype'),url('../fonts/3438AE_4_0.woff2') format('woff2'),url('../fonts/3438AE_4_0.woff') format('woff'),url('../fonts/hot3438AE_4_0.ttf') format('truetype');}
/*
@font-face {font-family: 'MuseoSans-100';src: url('../fonts/3438AE_3_0.eot');src: url('../fonts/3438AE_3_0.eot?#iefix') format('embedded-opentype'),url('../fonts/3438AE_3_0.woff2') format('woff2'),url('../fonts/3438AE_3_0.woff') format('woff'),url('../fonts/3438AE_3_0.ttf') format('truetype');}
@font-face {font-family: 'MuseoSans-500';src: url('../fonts/3438AE_2_0.eot');src: url('../fonts/3438AE_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/3438AE_2_0.woff2') format('woff2'),url('../fonts/3438AE_2_0.woff') format('woff'),url('../fonts/3438AE_2_0.ttf') format('truetype');}
*/

/* start styling */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	background: #fff url("../img/bg_body.png");
	font-family: "MuseoSans-300", sans-serif;
	line-height: 1.5em;
	-webkit-transition: font-size .5s ease;
	-moz-transition: font-size .5s ease;
	transition: font-size .5s ease;
}
::selection {
	background-color: #217db3;
	color: #fff;
}
::-moz-selection {
	background-color: #217db3;
	color: #fff;
}
a:focus {
	outline: 2px dashed #217db3;
}
.offset {
	text-indent:-9999px;
	overflow:hidden;
	height: 0;
}
.grid-container {
	position: relative;
/* 	z-index: 0; */
	margin: 0 auto;
	padding-top: 120px;
	background: transparent url("../img/bg_footer.svg") no-repeat;
	background-position: center bottom;
	background-size: contain;
}
/* Navigation */
header {
	float: left;
	width: 100%;
	display: block;
	border-top: 5px solid #217db3;
	padding: 15px 0 5px 0;
	display: block;
	z-index: 2;
}
.page-template-page-timeline header {
	border-bottom: 2px solid #000;
}
.header-container {
	display: block;
	max-width: 82rem;
	margin: 0 auto;
}
.nav-container {
	position: relative;
	z-index: 3;
	width: auto;
	margin: 0 auto;
}
.meta-menu {
	float: left;
	margin-top: -10px;
	list-style-type: none;
	position: relative;
	z-index: 10;
}
.meta-menu li {
	display: inline-block;
	margin: 0 2px;
}
.meta-menu li span {
	display: none
}
.meta-menu li a {
	display: block;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}
.switch-font > a {
	background-image: url("../img/meta_fontsize.svg");
}
.switch-contrast > a {
	background-image: url("../img/meta_contrast.svg")
}
.plain-language > a {
	background-image: url("../img/meta_plain-language.svg")
}
.sign-language > a {
	background-image: url("../img/meta_sign-language.svg")
}
/* font size switcher */
.fs_small { font-size: .9em; }
.fs_normal { font-size: 1em; }
.fs_big { font-size: 2em; }

/* main nav */
.nav {
	float: left;
	position: relative;
	margin: 30px 0 0 0;
	z-index: 2;
}
/* Dropdowns */
.nav ul {
	position: absolute;
	top: 2.5em;
	left: -9999px;
	opacity: 0;
	-webkit-transition: 0.1s linear opacity;
	-moz-transition: 0.1s linear opacity;
	transition: 0.1s linear opacity;
	min-width: 150px;
}
.nav li {
	float: left;
	position: relative;
	display: block;
	padding: 0 20px;
	z-index: 0;
}
.nav li > a {
	float: left;
	padding: 10px 15px 7px;
	text-decoration: none;
	font-family: "MuseoSans-900";
	color: #000;
	text-transform: uppercase;
	display: block;
}
.nav li > a:hover,
.nav li > a:focus,
.nav li:focus > a,
.nav li:hover > a,
.nav li.current a {
	color: #217db3;
}
.nav li li a:focus {
	outline-color: #fff;
	background-color: #fff;
}
.nav li.current {
	color: #217db3;
}
.nav > li:focus:before,
.nav > li:hover::before,
.nav > li.current::before {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 18px 0 18px;
	border-color: #217db3 transparent transparent transparent;
	left: calc( 50% - 18px );
	top: -46px;
}
.nav li:hover ul, .nav li:focus ul, ul.show-menu {
	left: 0;
	opacity: 0.99;
}
.nav ul li {
	float: none;
	position: static;
	white-space: nowrap;
	background-color: rgba(69, 191, 235, .8)
}
.nav ul li:hover {
	background-color: rgba(69, 191, 235, .9)
}
.nav ul li:last-of-type {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.nav ul a {
	float: none;
	display: block;
	text-shadow: none;
	color: #fff;
	text-transform: uppercase;
	font-family: "MuseoSans-900";
	transition: 0.1s linear all;
}
.nav ul a:hover, .nav ul a:focus {
	text-shadow: none;
}
.nav li ul {
	display: block;
	top: 3.05em;
	z-index: 100;
	-webkit-transform: translateX(-19.5%);
	-moz-transform: translateX(-19.5%);
	transform: translateX(-19.5%);
}
.nav li li {
	position: relative;
}
.nav li li:first-of-type::before {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent rgba(65, 193, 240, 0.8) transparent;
	position: absolute;
	left: calc( 50% - 11px);
	top: -12px;
}
.nav li li {
	margin: 3px 0 0 0;
	padding: 0
}
.nav li.current li a,
.nav li li a {
	color: #fff;
	position: relative;
}
.list-reset {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Mobile Menu */
.menu-toggle {
	display: none;
	position: relative;
	z-index: 1;
	float: left;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	line-height: .1em;
	padding-top: 15px;
	margin: 10px 0 15px 25px;
	background-image: url("../img/nav-mobile.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	cursor: pointer;
}
.header-menu.showmenu {
	display: block;
	position: absolute;
	width: 100%;
	background-color: #fff;
	padding-bottom: 20px
}
.responsive-nav-btn {
	display: none;
}
#font-size::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 3px;
    top: -14px;
    border: 7px solid;
    border-color: transparent transparent #fff;
}
#font-size::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 2px;
    top: -16px;
    border: 8px solid;
    border-color: transparent transparent #bebdbd;
}
#font-size {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 36px;
    left: -5px;
    border: 1px solid #bebdbd;
    box-shadow: 1px 1px #c2c1c1;
    padding: 18px;
    box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.1);
    padding: 8px;
}
#font-size li {
	display: inline-block;
	float: left;
	line-height: 1.2em;
	vertical-align: baseline;
	padding: 0 4px;
}
.meta-menu #font-size li a {
	float: left;
	display: inline-block;
	color: #000;
	height: auto;
	width: auto;
	background: none;
}
.meta-menu #font-size li.selected {
	border-bottom: 2px solid #2b2b2b;
	background-color: rgba(69, 191, 235, .3)
}
.font_btn_small {
	font-size: .8em
}
.font_btn_normal {
	font-size: 1em
}
.font_btn_big {
	font-size: 1.2em
}
.nav-wappen {
	width: 93px;
	height: auto;
	float: left;
	margin-left: 50px;
	margin-bottom: 20px;
}
.wappen {
	margin-top: -80px;
	margin-bottom: 40px
}
.wappen img {
	height: 75px;
	width: auto;
	margin-right: 70px;
}
.logo {
	overflow: visible;
	min-height: 1px;
}
.logo img {
	display: block;
	position: absolute;
	height: 400px; /* 25em */
	width: auto;
	max-width: inherit;
	-webkit-transform: translate(22%,22px);
		-ms-transform: translate(22%,22px);
			transform: translate(22%,22px);
	z-index: 2;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "MuseoSans-900";
	font-weight: normal;
	text-transform: uppercase
}
h1,h2 {
	color: #45c1f0;
	font-size: 2.25em;
	line-height: 1.2em
}
h3 {
	font-size: 1.5em
}
a:link,
a:visited {
	color: #217db3;
	text-decoration: none;
}
a:hover {
	color: #1a648f;
}
a:active {
	color: #004B71;
}
.skiplinks {
	position: absolute;
	top: 0;
	left: -2048pc;
	z-index: 1000;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.skiplinks li {
	display: inline-block;
	padding: 2px 10px;
	text-align: center;
}
.skiplinks li a:link,
.skiplinks li a:visited,
.skiplinks li a:hover,
.skiplinks li a:active {
	position: absolute;
	top: 0;
	left: -2048pc;
	color: #fff;
	outline: none;
}
.skiplinks li a:active,
.skiplinks li a:focus {
	position: absolute;
	left: 2048pc;
	width: 220px;
	margin-left: calc(50% - 110px);
	outline: none;
	background-color: #217db3;
	border-bottom: 1px solid #fff;
}
.footer {
	padding: 70px 0 10px;
}
.footer ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-transform: translateY(2.5em);
	-moz-transform: translateY(2.5em);
	transform: translateY(2.5em);
}
.footer li {
	display: inline;
}
.footer a {
	color: #fff;
	text-shadow: 0px 0px 4px rgba(0, 88, 143, 0.66);
	text-transform: uppercase;
	font-family: "MuseoSans-900";
	font-size: 1.125em;
	font-weight: normal;
	padding: 0 20px
}
.footer .centered-box {
	text-align: center
}
.centered-box {
	text-align: left;
	margin-bottom: 100px
}
.banner .centered-box { margin-bottom: 0 }
.centered-box h1,
.centered-box h2 {
	text-align: center
}
/* form, */
.last-div {
	margin-bottom: 90px
}
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #217db3;
}
select::-ms-expand { display: none; }
form[class="category-select"] {
	margin-bottom: -10px;
	margin-top: 40px
}
.selectability-offscreen {
	position: absolute;
	left: -999em;
}
.selectability {
	display: inline-block;
	max-width: 100%;
	height: 50px;
	color: #45c1f0;
	font-family: "MuseoSans-900";
	font-size: 1.3em;
	text-transform: uppercase;
}
.selectability [role*=textbox] {
	padding: 10px;
	position: relative;
}
.selectability [role*=textbox]::before {
	content: url("../img/icon-filter.svg");
	line-height: 20px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}
.selectability [role*=textbox]::after {
	content: url("../img/select.svg"); " \0025bc "
	display: block;
	position: absolute;
	right: -25px;
	top: 10px;
	width: 25px;
	height: 25px;
}
.selectability[aria-expanded="true"] [role*=textbox]::after {
	display: inline-block;
	content: url("../img/select.svg"); /* " \0025bc " */
	-webkit-transform:rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.selectability[aria-expanded=true] [role*=listbox] {
	padding: 10px;
	border: 1px solid #45c1f0;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	z-index: 1;
}
.selectability [role=option] {
	font-size: .9em;
	color: #45c1f0;
	cursor: default;
}
.selectability [role=option][aria-disabled=false]:hover,
.selectability [role=option][aria-disabled=false]:focus {
	color: #217db3
}
.selectability [aria-disabled=true] {
	color: #217db3;
}
[type="submit"] {
	text-transform: uppercase;
	color: #fff;
	font-family: "MuseoSans-900";
	font-weight: normal;
	font-size: 1.1em
}
.fake-label {
	float: left
}
.checkbox,
.checkbox + .columns {
	margin-top: 50px
}
.checkbox input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.checkbox label {
  background-color: #fff;
  border: 1px solid #217db3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0), inset 0 -15px 10px -12px rgba(0, 0, 0, 0);
  padding: 10px;
  margin: 0 5px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  top: 3px;
  z-index: 100;
  cursor: pointer
}
.checkbox :active + label,
.checkbox :checked:active label {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0), inset 0 1px 3px rgba(0, 0, 0, 0);
}
.checkbox :checked + label {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0), inset 0 -15px 10px -12px rgba(0, 0, 0, 0), inset 15px 10px -12px rgba(255, 0, 0, 0);
}
.checkbox :checked + label:after {
  content: 'x';
  font-size: 1em;
  font-family: "MuseoSans-700";
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  color: #217db3;
  text-align: center;
}
.home h1 {
	position: absolute;
	left: -999em;
}

.row.wide { max-width: 100vw; padding: 0}
.carousel {
	-webkit-transform: translateY(-19px);
	-moz-transform: translateY(-19px);
	transform: translateY(-19px);
	margin-bottom: -19px;
}
.slide {
	position: relative;
	z-index: 1;
}
.slide section {
	position: relative;
	width: 100%;
	height: 510px;
	margin: 0 auto;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.slide span,
.header-image span {
	position: absolute;
	-webkit-transform:translate(100%, 0%) rotate(90deg);
	-moz-transform:translate(100%, 0%) rotate(90deg);
	-ms-transform:translate(100%, 0%) rotate(90deg);
	-o-transform:translate(100%, 0%) rotate(90deg);
	transform:translate(100%, 0%) rotate(90deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	float: right;
	top: 15px;
	right: 5px;
	display: inline-block;
	z-index: 1;
	color: #fff;
	text-shadow: 0px 0px 4px rgba(125, 125, 125, 0.66);
}
.slide section img {
	position: relative;
	max-height: 100%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%,-25%);
	-moz-transform: translate(-50%,-25%);
	transform: translate(-50%,-25%);
	visibility: hidden;
}
.row.header-image {
	position: relative;
	z-index: 2;
	min-height: 510px;
	background-size: cover;
	background-position: center center;
	max-width: 100vw;
	padding: 0;
	margin-top: -18px;
	margin-bottom: 30px;
/* 	overflow-x: hidden; */
}
.header-image .small-12 {
	width: 100%;
	max-width: 100vw;
	margin: 0 auto;
	float: none
}
.header-image .logo img {
	-webkit-transform: translate(22%,40px);
		-ms-transform: translate(22%,40px);
			transform: translate(22%,40px);
}
.slick-submenu ul {
	margin-left: 0;
	display: inline-block;
}
button.pause {
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../img/icon-pause.svg") no-repeat center center;
	background-size: contain;
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin: 0 12px 0 2px
}
button.paused {
	background: transparent url("../img/icon-play.svg") no-repeat center center;
	width: 20px;
	margin-right: 10px;
	height: 18px;
}

/* Content Carousel */
.content-carousel .slide section {
	height: 800px;
}
.highlightbox {
	position: absolute;
	top: 0;
	left: 10%;
	width: 320px;
	color: #fff;
	text-align: center;
	background: #45c1f0 url("../img/teaser_blue.svg") no-repeat left top;
	background-size: contain;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 20px;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.highlightbox.right {
	left: inherit;
	right: 10%;
}
.highlightbox h3 {
	margin-top: 30px;
	font-size: 2.25em;
	line-height: 1.1em;
}
.highlightbox p {
	font-size: 1.1em;
	line-height: 1.2em;
}
/* Buttons */
.btn_more a {
	display: inline-block;
	border-radius: 10px;
	margin-top: 0px;
	padding: 15px 18px 12px 18px;
	text-transform: uppercase;
	font-family: "MuseoSans-900", sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #fff;
	background-color: #217db3;
}
.btn_more.light a {
	color: #217db3;
	background-color: #fff;
}
.btn_more a:hover,
.btn_more a:focus {
	color: #fff;
	background-color: #1a648f;
}
.btn_more a:active {
	color: #fff;
	background-color: #004B71;
}

/* Footer to content gap */
.page-id-26 .row.footer,
.page-id-28 .row.footer,
.row.footer {
	margin-top: 300px
}
.page .tl-wrapper .row {
	margin-top: 0;
}
.page-template-page-timeline .row.footer {
	margin-top: -200px;
}
.page_intro {
	text-align: center
}
.page_intro h2 {
	margin-bottom: 25px
}
.switch {
	font-size: 1em;
	height: auto;
	margin-bottom: 0;
}
.switch a {
	text-transform: uppercase;
	color: #2b2b2b;
	font-weight: normal;
	font-family: "MuseoSans-700";
}
.filter-container {
	width: 100%;
	max-width: 100%;
	margin: 25px auto 0 auto;
}
.filters {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
}
.filters li {
	display: inline-block;
	margin-right: 25px;
	font-size: 1.2em;
	line-height: 24px;
	font-family: "MuseoSans-900", sans-serif;
	text-transform: uppercase;
	color: #9e9e9e;
}
.filters li a,
.filters li a:active {
	color: #9e9e9e;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
}
.filters li a:hover,
.filters li a:active,
.filters li.selected a {
	color: #217db3;
	border-bottom: 2px solid
}
.filters li a:before {
	vertical-align: sub;
	display: inline-block;
	content: '';
	background-repeat: no-repeat;
	margin-right: 10px;
}
li.filter_all a:before {
	background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1NjAnIGhlaWdodD0nNTYwJyB2aWV3Qm94PScyMDAgMCA1NjAgNTYwJz48cGF0aCBmaWxsPScjOUU5RTlFJyBkPSdNNjA3LjI3MiAwSDc2MHYxNTIuNzI4SDYwNy4yNzJWMHpNNDAzLjYzNiAwaDE1Mi43Mjd2MTUyLjcyOEg0MDMuNjM2VjB6TTIwMCAwaDE1Mi43Mjh2MTUyLjcyOEgyMDBWMHptNDA3LjI3MiAyMDMuNjM2SDc2MHYxNTIuNzI3SDYwNy4yNzJWMjAzLjYzNnptLTIwMy42MzYgMGgxNTIuNzI3djE1Mi43MjdINDAzLjYzNlYyMDMuNjM2em0tMjAzLjYzNiAwaDE1Mi43Mjh2MTUyLjcyN0gyMDBWMjAzLjYzNnptNDA3LjI3MiAyMDMuNjM2SDc2MFY1NjBINjA3LjI3MlY0MDcuMjcyem0tMjAzLjYzNiAwaDE1Mi43MjdWNTYwSDQwMy42MzZWNDA3LjI3MnptLTIwMy42MzYgMGgxNTIuNzI4VjU2MEgyMDBWNDA3LjI3MnonLz48L3N2Zz4=");
	background-size: 24px 24px;
	height: 24px;
	width: 24px;
}
li.filter_all.selected a:before,
li.filter_all:hover a:before {
	background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1NjAnIGhlaWdodD0nNTYwJyB2aWV3Qm94PScyMDAgMCA1NjAgNTYwJz48cGF0aCBmaWxsPScjMjE3ZGIzJyBkPSdNNjA3LjI3MiAwSDc2MHYxNTIuNzI4SDYwNy4yNzJWMHpNNDAzLjYzNiAwaDE1Mi43Mjd2MTUyLjcyOEg0MDMuNjM2VjB6TTIwMCAwaDE1Mi43Mjh2MTUyLjcyOEgyMDBWMHptNDA3LjI3MiAyMDMuNjM2SDc2MHYxNTIuNzI3SDYwNy4yNzJWMjAzLjYzNnptLTIwMy42MzYgMGgxNTIuNzI3djE1Mi43MjdINDAzLjYzNlYyMDMuNjM2em0tMjAzLjYzNiAwaDE1Mi43Mjh2MTUyLjcyN0gyMDBWMjAzLjYzNnptNDA3LjI3MiAyMDMuNjM2SDc2MFY1NjBINjA3LjI3MlY0MDcuMjcyem0tMjAzLjYzNiAwaDE1Mi43MjdWNTYwSDQwMy42MzZWNDA3LjI3MnptLTIwMy42MzYgMGgxNTIuNzI4VjU2MEgyMDBWNDA3LjI3MnonLz48L3N2Zz4=");
}
li.filter_news a:before {
	background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczNTYuMzYzJyBoZWlnaHQ9JzU2MCcgdmlld0JveD0nMzAxLjgxOCAwIDM1Ni4zNjMgNTYwJz48cGF0aCBmaWxsPScjOUU5RTlFJyBkPSdNNTA1LjQ1NCAwaDE1Mi43Mjh2MTUyLjcyOEg1MDUuNDU0VjB6TTMwMS44MTggMGgxNTIuNzI4djE1Mi43MjhIMzAxLjgxOFYwem0yMDMuNjM2IDIwMy42MzZoMTUyLjcyOHYxNTIuNzI3SDUwNS40NTRWMjAzLjYzNnptLTIwMy42MzYgMGgxNTIuNzI4djE1Mi43MjdIMzAxLjgxOFYyMDMuNjM2em0yMDMuNjM2IDIwMy42MzZoMTUyLjcyOFY1NjBINTA1LjQ1NFY0MDcuMjcyem0tMjAzLjYzNiAwaDE1Mi43MjhWNTYwSDMwMS44MThWNDA3LjI3MnonLz48L3N2Zz4=");
	background-size: 15px 24px;
	height: 24px;
	width: 15px;
}
li.filter_news.selected a:before,
li.filter_news:hover a:before {
	background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczNTYuMzYzJyBoZWlnaHQ9JzU2MCcgdmlld0JveD0nMzAxLjgxOCAwIDM1Ni4zNjMgNTYwJz48cGF0aCBmaWxsPScjMjE3ZGIzJyBkPSdNNTA1LjQ1NCAwaDE1Mi43Mjh2MTUyLjcyOEg1MDUuNDU0VjB6TTMwMS44MTggMGgxNTIuNzI4djE1Mi43MjhIMzAxLjgxOFYwem0yMDMuNjM2IDIwMy42MzZoMTUyLjcyOHYxNTIuNzI3SDUwNS40NTRWMjAzLjYzNnptLTIwMy42MzYgMGgxNTIuNzI4djE1Mi43MjdIMzAxLjgxOFYyMDMuNjM2em0yMDMuNjM2IDIwMy42MzZoMTUyLjcyOFY1NjBINTA1LjQ1NFY0MDcuMjcyem0tMjAzLjYzNiAwaDE1Mi43MjhWNTYwSDMwMS44MThWNDA3LjI3MnonLz48L3N2Zz4=");
}
li.filter_events a:before {
	vertical-align: baseline;
	background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4ODAnIGhlaWdodD0nNTYwJyB2aWV3Qm94PSc0MCAwIDg4MCA1NjAnPjxwYXRoIGZpbGw9JyM5RTlFOUUnIGQ9J002ODAgMGgyNDB2MjQwSDY4MFYwek0zNjAgMGgyNDB2MjQwSDM2MFYwek00MCAwaDI0MHYyNDBINDBWMHptNjQwIDMyMGgyNDB2MjQwSDY4MFYzMjB6bS0zMjAgMGgyNDB2MjQwSDM2MFYzMjB6bS0zMjAgMGgyNDB2MjQwSDQwVjMyMHonLz48L3N2Zz4=");
	background-size: 24px 15px;
	height: 15px;
	width: 24px;
}
li.filter_events.selected a:before,
li.filter_events:hover a:before {
	background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4ODAnIGhlaWdodD0nNTYwJyB2aWV3Qm94PSc0MCAwIDg4MCA1NjAnPjxwYXRoIGZpbGw9JyMyMTdkYjMnIGQ9J002ODAgMGgyNDB2MjQwSDY4MFYwek0zNjAgMGgyNDB2MjQwSDM2MFYwek00MCAwaDI0MHYyNDBINDBWMHptNjQwIDMyMGgyNDB2MjQwSDY4MFYzMjB6bS0zMjAgMGgyNDB2MjQwSDM2MFYzMjB6bS0zMjAgMGgyNDB2MjQwSDQwVjMyMHonLz48L3N2Zz4=");
}

/* Isotope for news & events */
.newsotope {
	margin: 0 auto 60px;
}
.newsotope .entry {
	background-color: #000;
	display: block;
	height: 280px;
	margin-bottom: 20px;
}
.newsotope .entry.event {
	background-color: #dbdd3a
}
.newsotope .entry.news {
	background-color: #45c1f0
}
.entry.taller {
	height: 565px;
}
.news-item {
	display: block;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.news-item a,
.event-item a {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.news-item img,
.event-item img {
	display: none
}
.news-item a span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 20px;
	font-size: 1.1em;
	font-family: "MuseoSans-300";
	font-weight: normal;
	background-color: rgba(0,0,0,.5);
	-webkit-transition: 0.1s ease-in background;
	-moz-transition: 0.1s ease-in background;
	transition: 0.1s ease-in background;
}
.news-item a span strong {
	font-family: "MuseoSans-900";
	font-weight: normal;
	text-transform: uppercase;
}
.news-item a:hover span {
	background-color: rgba(0,0,0,.75);
}
.event-item {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}
.event-item.blue {
	background: #45c1f0 url("../img/teaser_blue.svg") no-repeat left top;
	background-size: contain;
}
.event-item.green {
	background: #dbdd3a url("../img/teaser_green.svg") no-repeat left top;
	background-size: contain;
}
.event-item a:link,
.event-item a:visited {
	color: #fff;
}
.event-item a span.date {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 5em;
	line-height: .9em;
	font-family: "MuseoSans-900";
	font-weight: normal;
}
.taller .event-item a span.date {
	font-size: 7em;
}
.event-item a span.info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	font-size: 1.1em;
	font-family: "MuseoSans-300";
	font-weight: normal;
}
.event-item a span.info::after {
	display: block;
	content: "";
	background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczNScgaGVpZ2h0PScyNScgdmlld0JveD0nMCAwIDM1IDI1Jz48cGF0aCBmaWxsPScjZmZmZmZmJyBkPSdNLS4wMSAxNUgyNS43bC05LjcyIDEwaDYuODdsMTIuMTYtMTIuNUwyMi44NSAwaC02Ljg3bDkuNzIgMTBILS4wMXY1eicvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 35px 25px;
	width: 35px;
	height: 25px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 0;
}
.event-item a:hover span.info::after {
	background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczNScgaGVpZ2h0PScyNScgdmlld0JveD0nMCAwIDM1IDI1Jz48cGF0aCBmaWxsPScjMmIyYjJiJyBkPSdNLS4wMSAxNUgyNS43bC05LjcyIDEwaDYuODdsMTIuMTYtMTIuNUwyMi44NSAwaC02Ljg3bDkuNzIgMTBILS4wMXY1eicvPjwvc3ZnPg==");
}
.event-item a span strong {
	font-family: "MuseoSans-900";
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	word-break: break-all;
}
.event-item a:hover {
	color: #2b2b2b
}
.event-item a:hover span.date {
	color: #fff;
}
.right .btn_more {
	margin-top: -40px;
	text-align: right;
}
.right .btn_more a {
	margin-left: 15px;
}
/* start: entdecke */
.discover {
	margin-top: 50px;
	margin-bottom: 20px
}
.discover h2 {
	font-size: 2.25em;
	line-height: 1.1em
}
.discover-credit {
	width: 400px;
	max-width: 100%;
}
.discover-credit span {
	display: block;
	font-size: .9em;
	color: #9e9e9e
}
.discover_freistaat .discover-credit {
	margin-top: 0px;
	text-align: right;
	float: right;
	margin-right: 12%;
}
.discover_verfassung {
	margin-bottom: -100px; /* -240*/
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	transform: translateY(-100px);
}
.discover_verfassung + div {
	margin: 55px 0 0 55px
}
.discover_verfassung .discover-credit {
	margin-top: 0px;
	margin-left: 25%;
}
.bnr {
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.bnr h4 {
	display: block;
	text-transform: uppercase;
	font-family: "MuseoSans-900";
	font-weight: normal;
	font-size: 2.25em;
	color: #fff;
}
.banner {
	margin-bottom: 100px
}
.newinfo  {
	margin-bottom: 80px
}
.newinfo h4 {
	font-family: "MuseoSans-900";
	font-weight: normal;
	font-size: 2.25em;
	text-transform: uppercase;
	text-align: center;
	color: #45c1f0;
	margin-bottom: 30px;
}
.home h6,
.newinfo a {
	font-family: "MuseoSans-900";
	font-weight: normal;
	font-size: 1.2em;
	color: #2b2b2b;
}
.newinfo a {
	font-size: 1em;
	text-transform: uppercase
}
.newinfo p:first-of-type {
	padding-bottom: 10px;
	border-bottom: 2px solid #dfdfdf;
	width: 98%;
}
a.dnl::before {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	height: 29px;
	width: 16px;
	margin-right: 5px;
	background-image: url("../img/icon-download.svg");
	background-repeat: no-repeat;
	background-size: cover;
}
a.lnk::before {
	display: inline-block;
	content: "\00bb";
	font-family: "MuseoSans-900";
	font-weight: normal;
	font-size: 1.2em;
	color: #2b2b2b;
	margin-right: 5px;
}
.home h5 {
	font-family: "MuseoSans-900";
	font-weight: normal;
	font-size: 2.25em;
	text-transform: uppercase;
	text-align: center;
	color: #45c1f0;
}
.socialmedia {
	text-align: center;
	display: block;
	list-style-type: none;
	margin: 25px auto -75px auto;
	padding: 0;
}
.socialmedia li {
	display: inline-block;
	margin: 0 10px;
}
.socialmedia li img {
	height: auto;
	width: 70px;
}
/* Single Page */
h1 {
	text-align: center;
	margin: 25px auto;
	overflow-wrap: break-word;
}
p.intro {
	text-align: center;
	margin-bottom: 15px;
}
.intro .date {
	display: block;
	margin-top: 40px;
	text-align: left;
	font-family: "MuseoSans-900";
	font-size: 1.3em;
	color: #45c1f0;
}
/*
.intro .date::before {
	content: url("../img/icon-calendar.svg");
	display: inline-block;
	height: 24px;
	width: 26px;
	margin-right: 5px;
	vertical-align: sub;
}
*/
/* News carousel */
.blog .slick-slide {
	margin: 0 25px;
}
.blog .slick-slide:focus {
	outline: 0px solid transparent;
}
.blog .slick-list {
	margin: 0 -25px 0 0;
}
.blog .carousel {
	transform: none;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
.column_month {
	width: 100%;
	max-width: 400px;
}
.news-carousel h2 {
	font-size: 1.3em;
}
.top_news img {
	width: 100%;
	height: auto;
	position: relative;
}
.top_news section {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.top_news section::before {
	position: absolute;
	z-index: 2;
	background: transparent url("../img/tl-separator.svg") no-repeat;
	background-position: bottom;
	height: 100%;
	width: 100%;
	display: block;
	content: "";
}
.top_news h3,
.news_entry h4,
.news_entry h3 {
	font-family: "MuseoSans-900";
	font-size:1.1em;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #2b2b2b;
	margin-bottom: 10px;
}
.top_news .date {
	display: block;
	font-family: "MuseoSans-900";
	font-size: 1.1em;
	color: #45c1f0
}
.top_news .date::before {
	content: url("../img/icon-calendar.svg");
	display: inline-block;
	height: 21px;
	width: 23px;
	margin-right: 5px;
	vertical-align: text-bottom
}
.news_entry {
	border-top: 2px solid #e2e2f0;
	padding: 15px 0 0 0;
}
.news_entry .date {
	display: block;
	font-family: "MuseoSans-700";
	font-size: 1.1em;
	color: #9e9e9e;
}
.news_entry h4 {
	font-size:1.1em;
	line-height: 1.2em;
/* 	margin-bottom: 0; */
}
.top_news h3 a,
.news_entry h4 a,
.news_entry h3 a {
	color: #2b2b2b;
}
.top_news h3 a:focus,
.news_entry h4 a:focus,
.news_entry h3 a:focus {
	background-color: #45c1f0
}
.single-news p > img {
	max-width: 80%;
	display: block;
	height: auto;
	margin: 20px auto 0 auto;
}
.caption {
	font-size: 1em;
	margin: 10px auto 30px auto;
}
.img.caption {
	max-width: 80%;
}
.caption span {
	display: block;
	font-size: .9em;
	color: #9e9e9e;
}
.back-home a {
	display: block;
	border-top: 2px solid #e2e2f0;
	padding-top: 10px;
	margin-top: 30px;
	color: rgb(10, 10, 10);
	font-family: "MuseoSans-900";
	text-transform: uppercase;
	text-decoration: none;
}
.back-home a::before {
	display: inline-block;
	content: "";
	background-image: url("../img/arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	height: 15px;
	width: 30px;
	margin-left: -8px;
	margin-right: 10px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.video-container {
	position: relative;
}
.video-player {
	width: 80%;
	height: auto;
	margin: 20px auto 50px;
}
.video-container .video-player {
	display: block;
	width: 100%
}
.video-container .video-player .caption {
	text-align: center;
}
.video-container .video-player.caption span {
	display: inline-block;
}
.video-text {
	position: absolute;
	right: 10%;
	bottom: 20%;
	z-index: 3;
	font-family: 'MuseoSans-900';
	color: #fff;
	font-size: 2em;
	line-height: 1em;
	text-transform: uppercase;
	padding: 20px;
	display: inline-block;
	background-color: rgba(0,0,0,.75);
}
.intro-video {
	font-size: 1em;
	max-width: 400px
}
.intro-video h2,
.intro-video h3 {
	font-size: 1.8em;
	color: #fff;
}
.intro-video h3 {
	font-size: 1.5em;
}
.intro-video p {
	text-transform:none;
	font-family: 'MuseoSans-300';
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 0
}
.ig-box {
	position: absolute;
	right: 10%;
	bottom: 20%;
	z-index: 3;
	font-family: 'MuseoSans-900';
	color: #fff;
	font-size: 2em;
	line-height: 1em;
	padding: 20px;
	display: inline-block;
	background-color: rgba(0,0,0,.75);
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.slick-slide .ig-box img {
	display: inline-block;
	height: 50px;
	width: 50px;
	margin-right: 15px;
}
.single-news .video-player {
	margin: 50px auto 50px;
}
.partners {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: calc(100% - 40px);
}
.partners .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: left;
}
.partner {
	display: inline-block;
	max-width: 400px;
	width: 100%;
	margin: 0 auto 50px auto;
}
.partner_teaser {
	position: relative;
	margin-bottom: 20px
}
.partner_logo {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 20px 30px;
	min-height: 50px;
	line-height: 50px;
	vertical-align: baseline;
	text-align: right;
	z-index: 1;
}
.partner_teaser:hover .partner_logo {
	background-color: #fff
}
.partner_logo img {
	max-height: 50px;
	width: auto;
}
.partner p {
	text-align: left;
	max-width: 100%
}
.partner h2 {
	text-align: left;
	font-size: 1.3em;
	color: #2b2b2b
}
.partner h2 + p {
	text-align: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #e2e2f0;
}
.partner p a:link,
.partner p a:visited,
.partner p a:hover {
	text-transform: uppercase;
	font-family: "MuseoSans-900";
	color: #2b2b2b;
}
.rhc-has-tax-filter .fullCalendar .fc-header-title {
	top: -50px !important;
}
.fullCalendar .fc-header-title h2 {
	font-size: 1.4em
}
.highlight_event {
	width: 100%;
	float: left;
	color: #fff;
	background: #45c1f0 url("../img/teaser_blue2.svg") no-repeat left top;
	border-radius: 10px;
	padding: 30px 60px 10px 60px;
	margin: 30px auto;
}
.highlight_event h3 {
	font-size: 1.7em;
	line-height: 1.1em;
	margin-bottom: 20px
}
.highlight_event {
	font-family: "MuseoSans-900";
	font-size: 1.1em;
	line-height: 1.3em;
}
.highlight_event > p,
.highlight_event .specialinfos > p {
	font-family: "MuseoSans-300";
}
.highlight_event .w50,
.highlight_event .w100 {
	float: left;
	display: block;
	width: 50%
}
.highlight_event .w100 {
	width: 100%
}
.single-event .date:before,
.single-event .time:before,
.single-event .address:before {
	display: inline-block;
	margin-right: 10px;
	vertical-align: text-bottom;
}
.single-event .date:before {
	content: url("../img/icon-calendar2.svg");
	height: 20px;
	width: 22px;
}
.single-event .time:before {
	content: url("../img/icon-clock.svg");
	height: 20px;
	width: 20px;
}
.single-event .date span {
	display: block;
	margin-left: 32px;
}
.single-event .address {
	padding-left: 30px
}
.single-event .address:before {
	content: url("../img/icon-location.svg");
	margin-left: -30px;
	margin-right: 5px;
	height: 29px;
	width: 20px;
	vertical-align: middle;
}
.organizer {
	clear: both;
	float: none;
	margin-bottom: 45px;
	text-align: center;
}
.organizer .btn_more a {
	width: 50%;
	text-align: center;
	margin: -20px 0 0 0;
}
/*
.organizer .btn_more a:last-of-type {
	width: calc(50% - 25px);
	margin-left: 20px;
}
*/
.single-event h4 {
	color: #45c1f0;
	font-size: 1.8em;
	font-family: "MuseoSans-900";
	font-weight: normal;
	text-transform: uppercase;
}
.fullCalendar table.fc-border-separate {
	background-color: #fff
}
.fc-events-holder .fc-event-list-holder h3.fc-event-list-date-header {
	font-weight: normal !important
}
.fullCalendar a.fc-event:focus {
	outline-color: #fff;
	color: #fff !important;
	background-color: #45c1f0 !important;
}
.rhcalendar .tax_filter_holder button.dropdown-toggle {
	background-color: rgb(52, 152, 219) !important;
}
/* .fc-grid .fc-event-time, */
.fc-event-list-featured-image {
	display: none
}
.fc-view-month .fc-event-time::after {
	display: inline-block;
	content: " Uhr";
	padding-left: 3px;
}
.fe-extrainfo-holder {
	font-family: "MuseoSans-700" !important;
}
.fe-extrainfo-holder .fc-start,
.fe-extrainfo-holder .fc-end,
.fe-extrainfo-holder.fc-tax-venue {
	font-size: 1em;
	font-weight: normal;
}
.fe-extrainfo-label, .rhc-info-row div.rhc-info-cell .fe-extrainfo-label {
	font-weight: 200 !important;
	font-family: "MuseoSans-900" !important;
}
.elist-dbox .fe-extrainfo-holder .dbox-description {
	margin-top: 10px;
	font-size: 1em !important;
	font-weight: 200 !important;
	font-family: "MuseoSans-300" !important;
}

.js-player { display: none }
video{
	object-fit: inherit;
}
/* .video::before { */
.btn-play {
	position: absolute;
	display: block;
	background-color: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	max-width: 60px;
	max-height: 60px;
	padding: 16px 16px 6px 22px;
	text-align: center;
	vertical-align: middle;
	margin-top: 60px;
	left: 20px;
	top: -25px;
	cursor: pointer;
	background: #fff url(../img/triangle.svg) no-repeat 55% 50%
}
.plyr__play-large {
	top: 50px;
	left: 50px;
	border: none;
	box-shadow: none;
	padding: 15px;
	cursor: pointer;
	background: #fff;
	color: #2280b7
}
.video-container .plyr__play-large,
.page .plyr__play-large,
.single .plyr__play-large,
.event .plyr__play-large {
	display: none;
}
.tracking_frame {
	border: none;
	height: 200px;
	width: 100%;
}


/* Plugin: Slick */
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:1}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:url(../img/ajax-loader.gif) center center no-repeat #fff}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;background:0 0;outline:1}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(../fonts/slick.eot);src:url(../fonts/slick.eot?#iefix) format('embedded-opentype'),url(../fonts/slick.woff) format('woff'),url(../fonts/slick.ttf) format('truetype'),url(../fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:40px;height:80px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;border:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1;outline-color: #fff}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{height:80px;width:40px;display:inline-block;content:"";z-index:9999;background-repeat:no-repeat;background-size:contain;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:0;z-index:9999}.slick-prev:before{background-image:url(../img/slide-left-blue.svg)}.blog .slick-prev:before{background-image:url(../img/slide-left-grey.svg)}.slick-next{right:0}.slick-next:before{background-image:url(../img/slide-right-blue.svg)}.blog .slick-next:before{background-image:url(../img/slide-right-grey.svg)}.slick-dotted.slick-slider{margin-bottom:65px}.slick-submenu{position:absolute;bottom:20px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{text-indent:-9999px;overflow:hidden;background:url(../img/dot.svg);fill:red;width:16px;height:26px;cursor:pointer;margin:0 2px;opacity:.6}.slick-dots li button:focus,.slick-dots li button:hover{outline:1}.slick-dots li button:focus:before,.slick-dots li button:hover,.slick-dots li button:hover:before,.slick-dots li.slick-active button{opacity:1;outline-color: #fff}.slick-dots li.slick-active button:before{opacity:.75;color:#000}

/* Responsive */
@media screen and (max-width: 39.9375em) {
  .logo { position: absolute}
  .logo img,
  .header-image .logo img {
	  height: auto;
	  max-width: calc(50%); /* 100% - 100px */
	  width: auto;
	  margin: 0 auto;
	  position: relative;
	-webkit-transform: translateY(-100px);
		-ms-transform: translateY(-100px);
			transform: translateY(-100px);
   }
  .header-image .logo img {
	-webkit-transform: translateY(-82px);
		-ms-transform: translateY(-82px);
			transform: translateY(-82px);
   }
  .brezel img, .noten img { clear: both; float: none; position: relative; margin: 0 auto }
  .footer {
	margin-top: -50px;
	background: transparent url("../img/mobile-footer.svg") no-repeat center top;
	background-size: cover;
	padding: 140px 0 0 0;
	min-height: 33vh;
  }
  .footer .centered-box { margin-bottom: 10px }
  .footer a {
	padding: 0 60px;
  }
  .footer ul {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
  }
  .footer li { display: block }
  .wappen img { margin-right: 20px }
  .right .btn_more { text-align: center;}
  .right .btn_more a { margin-bottom: 20px; margin-left: 0; width: 100%  }
  .discover_verfassung .discover-credit { margin-top: -50px }
  .discover_verfassung + div { margin: 0 }
  .column, .columns { padding-left: 25px; padding-right: 25px }
  .page-id-26 .row.footer, .page-id-28 .row.footer, .row.footer { margin-top: 0px }
  .highlightbox { width: 100%; left: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
  .discover-credit { display: none }
  .discover_verfassung {
	margin-bottom: 150px;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	transform: translateY(-50px);
  }
  .discover_verfassung.columns,
  .discover_freistaat.columns { padding: 0; text-align: right; }
  .discover_verfassung + div {
	-webkit-transform: translateY(-160px);
	-moz-transform: translateY(-160px);
	transform: translateY(-160px);
  }
  .bnr { max-width: calc(100%);}
  h1 { font-size: 2em; }
.filters {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	height: 52px;
	overflow: hidden;
}
.filters.open_filter {
	height: auto;
}
.filters li {
	display: block;
	position: relative;
	width: 100%;
	font-size: 1.2em;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #2b2b2b;
	background-repeat: no-repeat;
	margin-right: 0;
	margin-bottom: 1px;
	padding: 12px 12px 10px 12px;
}
.filters li a {
	display: block;
	width: 100%
}
.filters li a,
.filters li a:active {
	color: #fff;
}
.filters li a:hover,
.filters li a:active,
.filters li.selected a {
	color: #fff;
}
.filters li a:before,
li.filter_all.selected a::before,
.filters li:hover a:before,
li.filter_all a::before {
	margin-right: 0px;
	background-image: none;
	height: 0;
	width: 0;
}
li.filter_all,
li.filter_all.selected {
	background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1NjAnIGhlaWdodD0nNTYwJyB2aWV3Qm94PScyMDAgMCA1NjAgNTYwJz48cGF0aCBmaWxsPScjZmZmZmZmJyBkPSdNNjA3LjI3MiAwSDc2MHYxNTIuNzI4SDYwNy4yNzJWMHpNNDAzLjYzNiAwaDE1Mi43Mjd2MTUyLjcyOEg0MDMuNjM2VjB6TTIwMCAwaDE1Mi43Mjh2MTUyLjcyOEgyMDBWMHptNDA3LjI3MiAyMDMuNjM2SDc2MHYxNTIuNzI3SDYwNy4yNzJWMjAzLjYzNnptLTIwMy42MzYgMGgxNTIuNzI3djE1Mi43MjdINDAzLjYzNlYyMDMuNjM2em0tMjAzLjYzNiAwaDE1Mi43Mjh2MTUyLjcyN0gyMDBWMjAzLjYzNnptNDA3LjI3MiAyMDMuNjM2SDc2MFY1NjBINjA3LjI3MlY0MDcuMjcyem0tMjAzLjYzNiAwaDE1Mi43MjdWNTYwSDQwMy42MzZWNDA3LjI3MnptLTIwMy42MzYgMGgxNTIuNzI4VjU2MEgyMDBWNDA3LjI3MnonLz48L3N2Zz4=");
	background-size: 24px 24px;
	background-position: 15px 15px
}
li.filter_news {
	background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczNTYuMzYzJyBoZWlnaHQ9JzU2MCcgdmlld0JveD0nMzAxLjgxOCAwIDM1Ni4zNjMgNTYwJz48cGF0aCBmaWxsPScjZmZmZmZmJyBkPSdNNTA1LjQ1NCAwaDE1Mi43Mjh2MTUyLjcyOEg1MDUuNDU0VjB6TTMwMS44MTggMGgxNTIuNzI4djE1Mi43MjhIMzAxLjgxOFYwem0yMDMuNjM2IDIwMy42MzZoMTUyLjcyOHYxNTIuNzI3SDUwNS40NTRWMjAzLjYzNnptLTIwMy42MzYgMGgxNTIuNzI4djE1Mi43MjdIMzAxLjgxOFYyMDMuNjM2em0yMDMuNjM2IDIwMy42MzZoMTUyLjcyOFY1NjBINTA1LjQ1NFY0MDcuMjcyem0tMjAzLjYzNiAwaDE1Mi43MjhWNTYwSDMwMS44MThWNDA3LjI3MnonLz48L3N2Zz4=");
	background-size: 15px 24px;
	background-position: 20px 15px
}
li.filter_news.selected {
	background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczNTYuMzYzJyBoZWlnaHQ9JzU2MCcgdmlld0JveD0nMzAxLjgxOCAwIDM1Ni4zNjMgNTYwJz48cGF0aCBmaWxsPScjZmZmZmZmJyBkPSdNNTA1LjQ1NCAwaDE1Mi43Mjh2MTUyLjcyOEg1MDUuNDU0VjB6TTMwMS44MTggMGgxNTIuNzI4djE1Mi43MjhIMzAxLjgxOFYwem0yMDMuNjM2IDIwMy42MzZoMTUyLjcyOHYxNTIuNzI3SDUwNS40NTRWMjAzLjYzNnptLTIwMy42MzYgMGgxNTIuNzI4djE1Mi43MjdIMzAxLjgxOFYyMDMuNjM2em0yMDMuNjM2IDIwMy42MzZoMTUyLjcyOFY1NjBINTA1LjQ1NFY0MDcuMjcyem0tMjAzLjYzNiAwaDE1Mi43MjhWNTYwSDMwMS44MThWNDA3LjI3MnonLz48L3N2Zz4=");
}
li.filter_events {
	vertical-align: baseline;
	background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4ODAnIGhlaWdodD0nNTYwJyB2aWV3Qm94PSc0MCAwIDg4MCA1NjAnPjxwYXRoIGZpbGw9JyNmZmZmZmYnIGQ9J002ODAgMGgyNDB2MjQwSDY4MFYwek0zNjAgMGgyNDB2MjQwSDM2MFYwek00MCAwaDI0MHYyNDBINDBWMHptNjQwIDMyMGgyNDB2MjQwSDY4MFYzMjB6bS0zMjAgMGgyNDB2MjQwSDM2MFYzMjB6bS0zMjAgMGgyNDB2MjQwSDQwVjMyMHonLz48L3N2Zz4=");
	background-size: 24px 15px;
	background-position: 15px 18px
}
li.filter_events.selected {
	background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4ODAnIGhlaWdodD0nNTYwJyB2aWV3Qm94PSc0MCAwIDg4MCA1NjAnPjxwYXRoIGZpbGw9JyNmZmZmZmYnIGQ9J002ODAgMGgyNDB2MjQwSDY4MFYwek0zNjAgMGgyNDB2MjQwSDM2MFYwek00MCAwaDI0MHYyNDBINDBWMHptNjQwIDMyMGgyNDB2MjQwSDY4MFYzMjB6bS0zMjAgMGgyNDB2MjQwSDM2MFYzMjB6bS0zMjAgMGgyNDB2MjQwSDQwVjMyMHonLz48L3N2Zz4=");
}
.filters_select {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 10;
	right: 15px;
	top: 12px;
	background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMCwwMTgnIHZpZXdCb3g9JzAgMCA1MCA0MS43NCc+PHBhdGggZmlsbD0nI2ZmZmZmZicgZD0nTTI1LjAyMyAyNS4wMDVMMCAuMDc1VjE2Ljc2bDI1LjAyMyAyNC45OHYtLjAzTDUwIDE2LjczM1YwTDI1LjAyMyAyNS4wMDUnLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-size: 18px 12px;
	background-position: center center;
	cursor: pointer;
}
.ig-box { padding: 15px; left: 10px; right: 10px; font-size: 1.9em; }
.slick-slide .ig-box img { height: 40px; width: 40px; }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
   .logo {
	position: absolute;
   }
  .header-image .logo img,
  .logo img,
  .header-image .logo img {
	  position: relative;
	  height: auto;
	  max-width: calc(25%); /* 100% - 130px*/
	  width: auto;
	  margin: 0 auto;
	-webkit-transform: translateY(-100px);
		-ms-transform: translateY(-100px);
			transform: translateY(-100px);
   }
  .footer {
	padding: 35px 0 0 0;
   }
  .footer .centered-box { margin-bottom: 40px }
  label[for=hints] {
	margin-top: -1.8em
   }
  .partners .columns:nth-child(2n+1){ clear:both; }

  .discover_verfassung {
	margin-bottom: -50px;
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	transform: translateY(-30px);
   }
  .discover_verfassung + div { margin-left: 0 }

}
@media print, screen and (min-width: 64em) {
  .logo img,
  .header-image .logo img { max-width: 660px; }
	.last-div {
		margin-bottom: 20px; /* 350px */
	}
}
@media screen and (max-width: 70em) {
  header, .nav-container { background-color: #fff; position: relative; }
  header.is-open { z-index: 12 }
  [type="checkbox"] + label.mobile-menu { display: block; margin: 10px 0 15px 25px; }
  .menu-toggle { display: block;}
  .header-menu { display: none }
  .meta-menu { float: right; margin: 80px 25px -45px 0 }
  .nav { margin: 0 0 0 10px; clear: both; }
  .nav li { float: none; padding: 0 20px 0px 10px}
  .nav > li:hover::before, .nav > li.current::before { display: none }
  .nav li ul {
	top: auto;
	left: auto;
	opacity: 1;
	position: relative;
	transform: none;
	clear: both;
	margin-bottom: 5px
}
	.nav li li:first-of-type::before { display: none }
	.nav ul li {
		clear: both;
		background-color: transparent;
		margin-left: 25px
	}
.nav ul li:hover { background-color: transparent; }
.nav li > a { float: none }
.nav li.current li a, .nav li li a { color: #000; }
.nav li.current li a:hover, .nav li li a:hover, .nav li li.current a { color: #217db3; }
.nav li li > a { padding: 2px 15px }
  .nav-wappen { position: absolute; right: 0; top: 15px; right; margin-right: 25px; z-index: 1000 }
  .is-open .nav-wappen { top: 15px; z-index: 1000 }
  .filter-container { margin: 25px; width: calc(100% - 50px); }
  .partners { text-align: center }
  .highlight_event .w50 { width: 100%; }
  .organizer .btn_more a, .organizer .btn_more a:last-of-type { width: 100%; margin: 0 0 15px }
  .video-player { width: 100%; height: auto; margin: 20px auto; }
  .video-container .video-player { max-width: 100vw; width: 100%; display: block }
  .video-text { font-size: 1.3em; bottom: 10% }
  video.plyr--setup { max-width: 100vw; width: 100% }
  .content-carousel .slide section { height: calc(100vh - 20px); }
  .intro-video { font-size: .8em; max-width: 90vw; left: 5vw; right: 5vw; bottom: 15% }

}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.nav.big li { padding: 0 }
}

/* breakpoint nav */
@media screen and (max-width: 80em) {
	.nav li { padding: 0 }
	.footer { padding: 160px 0 20px 0; }
	.news-carousel { padding-left: 20px; padding-right: 20px }
}

@media screen and (min-width: 80.1rem) {
	.row { max-width: 100rem }
	.row.newinfo,
	.blog .carousel,
	.row.partners,
	.row.single-event,
	.row.single-news,
	.bnr { max-width: 82rem }
	.filter-container { width: calc(100% - 50px) }
	.footer { padding: 70px 0 10px; }
  	.discover_verfassung {
	-webkit-transform: translateY(-300px);
	-moz-transform: translateY(-300px);
	transform: translateY(-300px);
	}
	.discover_freistaat .discover-credit { margin-top: -30px;}
	.discover_verfassung .discover-credit { margin-top: 10px; }
}

/* Isotope */
.grid-sizer,.newsotope .entry  { width: calc(100%); }
.grid-gutter { width: 20px; }
@media (min-width: 640px) {
    .grid-sizer,
    .newsotope .entry { width: calc(50% - 10px);}
}
@media (min-width: 1000px) {
    .grid-sizer,
    .newsotope .entry { width: calc(33.3333333% - 14px);}
	.partners .columns:nth-child(3n+1){ clear:both; }
}
@media (min-width: 1440px) {
    .grid-sizer,
    .newsotope .entry { width: 412px }
    .filter-container { width: 1280px }
	.footer { padding: 70px 0 60px; }
}


/* Font Zoom 200% */
.nav.big {
	margin-top: -30px;
}
.nav.big li {
	padding: 0 15px;
	font-size: .8em;
}
.nav.big li ul {
	top: 2.5em;
}
.fs_big .taller .event-item a span.date {
	font-size: 4.5em
}
.fs_big .highlightbox {
	width: 600px;
	max-width: 100%
}
.fs_big .nav-wappen {
	float: right;
	margin: -75px -55px 20px 0;
}
.fs_big li.filter_all a::before {
	background-size: 100%;
	height: 30px;
	width: 30px;
	margin-bottom: 6px;
}
.fs_big li.filter_news a::before {
	background-size: 20px 32px;
	height: 32px;
	width: 20px;
	margin-bottom: 6px;
}
.fs_big li.filter_events a::before {
	background-size: 32px 20px;
	height: 20px;
	width: 32px;
	margin-bottom: 6px;
}
.fs_big .partner h2 {
	word-break: break-all
}
.fs_big .timeline-header h1 {
	font-size: 1.5em
}
.fs_big .triangle-header-right {
	margin-top: -640px;
}