/* asap-regular - latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/asap-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Asap Regular'), local('Asap-Regular'),
       url('../fonts/asap-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/asap-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/asap-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/asap-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/asap-v7-latin-regular.svg#Asap') format('svg'); /* Legacy iOS */
}
/* asap-italic - latin */
@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/asap-v7-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Asap Italic'), local('Asap-Italic'),
       url('../fonts/asap-v7-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/asap-v7-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/asap-v7-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/asap-v7-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/asap-v7-latin-italic.svg#Asap') format('svg'); /* Legacy iOS */
}
/* asap-600 - latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/asap-v7-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Asap SemiBold'), local('Asap-SemiBold'),
       url('../fonts/asap-v7-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/asap-v7-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/asap-v7-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/asap-v7-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/asap-v7-latin-600.svg#Asap') format('svg'); /* Legacy iOS */
}
/* asap-600italic - latin */
@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/asap-v7-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local('Asap SemiBold Italic'), local('Asap-SemiBoldItalic'),
       url('../fonts/asap-v7-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/asap-v7-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/asap-v7-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/asap-v7-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/asap-v7-latin-600italic.svg#Asap') format('svg'); /* Legacy iOS */
}
/* asap-500 - latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/asap-v7-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Asap Medium'), local('Asap-Medium'),
       url('../fonts/asap-v7-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/asap-v7-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/asap-v7-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/asap-v7-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/asap-v7-latin-500.svg#Asap') format('svg'); /* Legacy iOS */
}
/* asap-500italic - latin */
@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/asap-v7-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local('Asap Medium Italic'), local('Asap-MediumItalic'),
       url('../fonts/asap-v7-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/asap-v7-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/asap-v7-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/asap-v7-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/asap-v7-latin-500italic.svg#Asap') format('svg'); /* Legacy iOS */
}
html {
	font-size: 62.5% !important;
	margin: 0px !important;
	overflow: scroll;
	overflow-x: hidden;
}
body {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: #494948;
	background: #f9f9f9;
	margin: 0px !important;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: normal;
}
#wpadminbar {display: block !important;}


/* ******************************* */
/* LAYOUT */
/* ******************************* */

.container {width: 100%;}

@media (min-width: 768px) {
	.container {width: 720px;}
}
@media (min-width: 992px) {
	body {
		font-size: 19px;
	}
	.container {width: 920px;}
}
@media (min-width: 1200px) {
	body {
		font-size: 20px;
	}
	.container {width: 1140px;}
}
@media (min-width: 1400px) {
	.container {width: 1480px;}
}



/* ******************************* */
/* LAYOUT */
/* ******************************* */

.container {width: 100%;}
.content_wrapper {
	width: 100%; 
	min-height: 100vh; 
	display: block;
	overflow: hidden;	
	float: left;
	position: relative;

}
.content {
	width: 100%; 
	padding: 25px 0px 0 0px;
}
.content_full {
	width: 100%; 
	padding: 0 0 0 0px;
}
.sidebar {
	width: 100%; 
	display: block;	
	float: left;
	position: relative;
	padding-top: 25px;
}

@media (min-width: 768px) {
	.container {width: 720px;}
}
@media (min-width: 992px) {
	.container {width: 930px;}
	.content_wrapper {
		width: 675px; 
	}
	.content {
		padding: 25px 30px 0 0px;
	}
	.content_full { 
		padding: 0 30px 0 0px;
	}
	
	.content_reduced {
		padding: 0px 30px 0 30px;
	}
	.sidebar {
		width: 225px; 
	}
}
@media (min-width: 1200px) {
	.container {width: 1130px;}
	.content_wrapper {
		width: 825px; 
	}
	.sidebar {
		width: 275px; 
	}
}
@media (min-width: 1480px) {
	.container {width: 1390px;}
	.content_wrapper {
		width: 1020px; 
	}
	.sidebar {
		width: 340px; 
	}
}

/* ******************************* */
/* HEADER  */
/* ******************************* */


header {
	height: auto; width: 100%;   
}
.header_primary {height: auto; background: #beda9f; padding-bottom: 10px;  }
.header_nav_main {display: none; }
.header_secondary {height: auto; background: #4f2b87; overflow: visible; }



.header_nav_top {
	display: none;
	text-align: right;
}
.header_nav_top ul {
    margin: 0;
    list-style:none;
	width: 100%;
    padding: 30px 30px 0px 0px;
	margin: 0px;
	text-align: right;
	float: right;
}
.header_nav_top li {
    display: inline-block;
    position: relative;
	font-weight: 500;
    padding: 0px;
	margin: 0px;
}
.header_nav_top li.divider {
	font-weight: 400;
	color: #ffffff;
	font-size: 2.0rem;
	font-weight: 600;
    padding-right: 10px;
    padding-left: 10px;
}
.header_nav_top li a,
.header_nav_top li a:visited {
	text-decoration: none;
	display: block;
	color: #ffffff;
	font-size: 2.0rem;
	font-weight: 500;
    padding: 0px;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
.header_nav_top li a:hover,
.header_nav_top li a:focus,
.header_nav_top li a:active {
	text-decoration: none;
	color: #4f2b87;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.header_nav_mobile {
	display: block;
	position: absolute;
	top: 13px;
	left: 30px;
	width: auto;
}
.header_nav_mobile i,
.header_nav_mobile a,
.header_nav_mobile a>i,
.header_nav_mobile a:visited,
.header_nav_mobile a:visited>i {
	font-size: 3.2rem;
	color: #ffffff;
}
.header_nav_mobile a:hover,
.header_nav_mobile a:hover>i,
.header_nav_mobile a:active,
.header_nav_mobile a:active>i {
	color: rgba(255, 255, 255, 0.7);
}
.header_nav_cities {
	display: none;
	text-align: right;
}
.header_nav_cities ul {
    margin: 0;
    list-style:none;
	width: 100%;
    padding: 45px 0px 0px 0px;
	margin: 0px;
	text-align: right;
	float: right;
}
.header_nav_cities li {
    display: inline-block;
    position: relative;
	font-weight: 600;
    padding: 0px;
	margin: 0px;
}
.header_nav_cities li.divider {
	font-weight: 400;
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 600;
    padding-right: 10px;
    padding-left: 10px;
}
.header_nav_cities li a,
.header_nav_cities li a:visited {
	text-decoration: none;
	display: block;
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 600;
    padding: 0px;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
.header_nav_cities li a:hover,
.header_nav_cities li a:focus,
.header_nav_cities li a:active {
	text-decoration: none;
	color: #4f2b87;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
.header_nav_cities li.header_nav_city_active a,
.header_nav_cities li.header_nav_city_active a:visited {
	color: #4f2b87;
}



.header_nav_social_search {
	text-align: right;
	padding: 15px 15px 0 0;
	margin: 0px;
	float: right;
}
.header_nav_social_search img {
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	display: block;
}
.header_nav_social_search .icon_youtube {
	display: none;
}
.header_nav_social_search .icon_facebook {
	display: none;
}

.header_nav_social_search form.search {
    margin-right: 0px;
	width: 160px;
	height: 30px;
	display: inline-block;
}
.header_nav_social_search .icon_search {
    margin-right: 0px;
	width: 30px;
	height: 30px;
	background: #cccccc;
	display: inline-block;
	position:relative;
	float: left;
}
.header_nav_social_search input.search_field {
	width: 130px;
	height: 30px;
	background: #ffffff;
	display: inline-block;
	position:relative;
	float: left;
	font-size: 1.3rem;
}
.header_nav_social_search a img,
.header_nav_social_search a:visited img {
	opacity: 1;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
.header_nav_social_search a:hover img,
.header_nav_social_search a:focus img,
.header_nav_social_search a:active img {
	opacity: 0.8;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
.header_taglines { 
	display: block;
}
.header_tagline_city { 
	margin-top: 20px;
	font-size: 3.2rem;
	line-height: 1;
	color: #beda9f;
	font-weight: 500;
	text-align: right;
	padding-right: 15px;
	display: block;
}
.header_tagline_date { 
	font-size: 2.0rem;
	line-height: 1.1;
	color: #ffffff;
	font-weight: 500;
	text-align: right;
	padding-right: 15px;
	display: block;
}
.header_tagline_cinemas { 
	font-size: 1.3rem;
	line-height: 1.2;
	color: #ffffff;
	text-align: right;
	padding-right: 15px;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}
.header_augmann {
	display: none;
}
.header_logo_tagline { height: 30px; display: block; }
.header_logo_tagline span { 
	font-size: 2.2rem;
	line-height: 1.2;
	color: #4f2b87;
	font-weight: 400;
	position: absolute;
	top: 9px;
	left: 30px;
	width: auto;
}
.header_logo {
	height: 80px;
}
.header_logo a {
	display: block;
	position: absolute;
	top: 10px;
	left: 30px;
	width: 160px;
	height: 70px;
}
.header_logo a img {
	width: 160px;
	height: auto;
}





@media (min-width: 576px) {
	.header_nav_top ul {
		padding: 30px 30px 0px 0px;
	}
	.header_nav_cities ul {
		padding: 30px 30px 0px 15px;
	}
	.header_nav_social_search {
		padding: 15px 15px 0 0;
	}
	.header_nav_social_search form.search {
		margin-right: 20px;
	}
	.header_nav_social_search .icon_youtube {
		margin-right: 0px;
		width: 30px;
		height: 30px;
		background: none;
		display: inline-block;
	}
	.header_nav_social_search .icon_facebook {
		margin-right: 10px;
		width: 30px;
		height: 30px;
		background: none;
		display: inline-block;
	}
	.header_tagline_city { 
		margin-top: 20px;
		font-size: 3.2rem;
		padding-right: 15px;
	}
	.header_tagline_date { 
		font-size: 2.3rem;
		padding-right: 15px;
	}
	.header_tagline_cinemas { 
		font-size: 1.5rem;
		padding-right: 15px;
	}
	.header_logo {
		height: 90px;
	}
	.header_logo a {
		width: 180px;
		left: 30px;
		height: 80px;
	}
	.header_logo a img {
		width: 180px;
	}
}

@media (min-width: 768px) {
	.header_secondary {height: 120px; }
	.header_nav_mobile {
		left: 45px;
	}
	.header_nav_top ul {
		padding: 30px 30px 0px 0px;
	}
	.header_nav_cities {
		text-align: ;
	}
	.header_nav_cities ul {
		padding: ;
		text-align: ;
		float: ;
	}
	.header_nav_cities li.divider {
		font-size: 2.4rem;
		padding-right: 10px;
		padding-left: 10px;
	}
	.header_nav_cities li a,
	.header_nav_cities li a:visited {
		font-size: 2.6rem;
	}
	.header_nav_social_search {
		padding: 15px 30px 0 0;
	}
	.header_nav_social_search .icon_youtube {
		margin-right: 0px;
		width: 30px;
		height: 30px;
	}
	.header_nav_social_search .icon_facebook {
		margin-right: 10px;
		width: 30px;
		height: 30px;
	}
	.header_nav_social_search .icon_search {
		margin-right: 0px;
		width: 30px;
		height: 30px;
	}
	.header_nav_social_search input.search_field {
		width: 130px;
		height: 30px;
	}
	.header_nav_social_search form.search {
		margin-right: 20px;
		width: 160px;
		height: 30px;
	}
	.header_tagline_city { 
		padding-right: 30px;
	}
	.header_tagline_date { 
		padding-right: 30px;
	}
	.header_tagline_cinemas { 
		padding-right: 30px;
	}
	.header_logo_tagline span { 
		left: 45px;
	}
	.header_logo {
		height: 120px;
	}
	.header_logo a {
		width: 180px;
		height: 80px;
		top: 20px;
		left: 45px;
	}
	.header_logo a img {
		width: 180px;
	}
}
@media (min-width: 992px) {
	.header_primary {height: 170px;   }
	
	.header_nav_mobile {display: none;}
	.header_nav_top {
		display: block;
	}
	.header_nav_top ul {
		padding: 20px 30px 0px 0px;
	}
	.header_nav_cities {
		display: block;
		text-align: left;
	}
	.header_nav_cities ul {
		padding: 25px 0px 0px 20px;
		text-align: left;
		float: left;
	}
	.header_nav_cities li.divider {
		font-size: 2.6rem;
		padding-right: 10px;
		padding-left: 10px;
	}
	.header_nav_cities li a,
	.header_nav_cities li a:visited {
		font-size: 2.6rem;
	}
	.header_nav_social_search {
		padding: 15px 30px 0 0;
	}
	.header_nav_social_search .icon_youtube {
		margin-right: 0px;
		width: 30px;
		height: 30px;
	}
	.header_nav_social_search .icon_facebook {
		margin-right: 10px;
		width: 30px;
		height: 30px;
	}
	.header_nav_social_search .icon_search {
		margin-right: 0px;
		width: 30px;
		height: 30px;
	}
	.header_nav_social_search input.search_field {
		width: 130px;
		height: 30px;
	}
	.header_nav_social_search form.search {
		margin-right: 20px;
		width: 160px;
		height: 30px;
	}
	.header_nav_main {height: 30px; display: block; }
	.header_secondary {height: 170px; }
	.header_tagline_city { 
		margin-top: 25px;
		font-size: 3.4rem;
		line-height: 1.2;
		padding-right: 30px;
	}
	.header_tagline_date { 
		margin-top: 5px;
		font-size: 2.8rem;
		line-height: 1.2;
		padding-right: 30px;
	}
	.header_tagline_cinemas { 
		margin-top: 10px;
		font-size: 1.8rem;
		padding-right: 30px;
	}
	.header_augmann {
		display: block;
	}
	.header_augmann a {
		display: block;
		position: absolute;
		top: 10px;
		left: 45px;
		width: 125px;
		height: auto;
	}
	.header_augmann a img {
		width: 125px;
		height: auto;
	}
	.header_logo_tagline span { 
		font-size: 2.1rem;
		top: 10px;
		left: 45px;
	}
	.header_logo a {
		width: 220px;
		top: 35px;
		left: 45px;
	}
	.header_logo a img {
		width: 250px;
	}
}
@media (min-width: 1200px) {
	.header_primary {height: 170px;   }
	.header_nav_top ul {
		padding: 20px 30px 0px 0px;
	}
	.header_nav_cities ul {
		padding: 25px 0px 0px 20px;
	}
	.header_nav_cities li.divider {
		font-size: 2.8rem;
		padding-right: 15px;
		padding-left: 15px;
	}
	.header_nav_cities li a,
	.header_nav_cities li a:visited {
		font-size: 2.8rem;
	}
	.header_nav_social_search {
		padding: 15px 30px 0 0;
	}
	.header_nav_social_search .icon_youtube {
		margin-right: 0px;
		width: 30px;
		height: 30px;
	}
	.header_nav_social_search .icon_facebook {
		margin-right: 10px;
		width: 30px;
		height: 30px;
	}
	.header_nav_social_search .icon_search {
		margin-right: 0px;
		width: 30px;
		height: 30px;
	}
	.header_nav_social_search input.search_field {
		width: 130px;
		height: 30px;
	}
	.header_nav_social_search form.search {
		margin-right: 20px;
		width: 160px;
		height: 30px;
	}
	.header_nav_main {height: 40px; }
	.header_secondary {height: 170px; }
	.header_tagline_city { 
		margin-top: 25px;
		font-size: 3.4rem;
		padding-right: 30px;
	}
	.header_tagline_date { 
		margin-top: 5px;
		font-size: 2.8rem;
		padding-right: 30px;
	}
	.header_tagline_cinemas { 
		margin-top: 10px;
		font-size: 1.8rem;
		padding-right: 30px;
	}
	.header_augmann a {
		width: 140px;
		top: 15px;
		left: 130px;
	}
	.header_augmann a img {
		width: 230px;
	}
	.header_logo_tagline { 
		height: 40px;
	}
	.header_logo_tagline span { 
		font-size: 2.2rem;
		top: 19px;
		left: 45px;
	}
	.header_logo a {
		width: 220px;
		top: 35px;
		left: 45px;
	}
	.header_logo a img {
		width: 250px;
	}
}
@media (min-width: 1480px) {
	.header_primary {height: 210px;   }
	.header_nav_top ul {
		padding: 30px 30px 0px 0px;
	}
	.header_nav_cities ul {
		padding: 45px 0px 0px 20px;
	}
	.header_secondary {height: 200px; }
	.header_tagline_city { 
		margin-top: 50px;
		font-size: 3.4rem;
		padding-right: 30px;
	}
	.header_tagline_date { 
		margin-top: 5px;
		font-size: 2.8rem;
		padding-right: 30px;
	}
	.header_tagline_cinemas { 
		margin-top: 10px;
		font-size: 1.8rem;
		padding-right: 30px;
	}
	.header_augmann a {
		width: 170px;
		top: 25px;
		left: 170px;
	}
	.header_augmann a img {
		width: 170px;
	}
	.header_logo_tagline span { 
		font-size: 2.2rem;
		top: 19px;
		left: 45px;
	}
	.header_logo a {
		width: 280px;
		top: 35px;
		left: 45px;
	}
	.header_logo a img {
		width: 280px;
	}
}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}
@media (max-width:767px) and (orientation: landscape) {}
@media only screen and (max-device-width: 767px) and (orientation: landscape) {}



/* ******************************* */
/* SIDEBAR - Navigation  */
/* ******************************* */


/* =Menu
-------------------------------------------------------------- */

.header_nav_main {
	overflow: visible;
}
.header_nav_main nav.menu ul {
    margin: 0;
    list-style:none;
	width: 100%;
    padding: 0px;
	margin: 0px;
}

.header_nav_main nav.menu li {
    display: inline-block;
    position: relative;
    padding: 0px;
	margin: 0px;
}

.header_nav_main nav.menu li a,
.header_nav_main nav.menu li a:visited {
	text-decoration: none;
	display: block;
	color: #3f4158;
	font-size: 2.0rem;
	font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
	height: 100%;
	line-height: 40px;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.header_nav_main nav.menu li:hover > a,
.header_nav_main nav.menu li:focus > a,
.header_nav_main nav.menu li:active > a,
.header_nav_main nav.menu li a:hover,
.header_nav_main nav.menu li a:focus,
.header_nav_main nav.menu li a:active {
	text-decoration: none;
	background: #4f2b87;
	color: #ffffff;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
.header_nav_main nav.menu li:hover > ul {
	z-index: 5;
    display: block;
	box-shadow: 0px 7px 7px -6px #999999;
	-webkit-box-shadow: 0px 7px 7px -6px #999999;
	-moz-box-shadow: 0px 7px 7px -6px #999999;
	-o-box-shadow: 0px 7px 7px -6px #999999;
}
.header_nav_main nav.menu ul ul {
    position: absolute;
	left: 0px;
    display: none;
    margin: 0;
	min-width: 200px;
    padding: 0px;
	background: #ffffff;
}
.header_nav_main nav.menu ul ul li {
    display: block;
	color: #3f4158;
}
.header_nav_main nav.menu ul ul li a,
.header_nav_main nav.menu ul ul li a:visited,
.header_nav_main nav.menu ul ul ul li a,
.header_nav_main nav.menu ul ul ul li a:visited {
	text-decoration: none;
	background: none;
	padding: 5px 20px;
	color: #3f4158;
	line-height: 1.2;
	font-size: 1.8rem;
	font-weight: 500;
}
.header_nav_main nav.menu ul ul li:hover > a,
.header_nav_main nav.menu ul ul li:focus > a,
.header_nav_main nav.menu ul ul li:active > a,
.header_nav_main nav.menu ul ul li a:hover,
.header_nav_main nav.menu ul ul li a:focus,
.header_nav_main nav.menu ul ul li a:active,
.header_nav_main nav.menu ul ul ul li a:hover,
.header_nav_main nav.menu ul ul ul li a:focus,
.header_nav_main nav.menu ul ul ul li a:active {
	text-decoration: none;
	background: none;
	color: #4f2b87;
}
.header_nav_main nav.menu ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
}
.header_nav_main nav.menu ul ul ul li {
    display: block;
}

.header_nav_main nav.menu li.navigation-item-active1 a,
.header_nav_main nav.menu li.navigation-item-active1 a:visited,
.header_nav_main nav.menu li.navigation-item-current1 a,
.header_nav_main nav.menu li.navigation-item-current1 a:visited {
	color: #4f2b87;
}
.header_nav_main nav.menu li.navigation-item-active1 li.nav-item-level2 a,
.header_nav_main nav.menu li.navigation-item-current1 li.nav-item-level2 a,
.header_nav_main nav.menu li.navigation-item-active1 li.nav-item-level2 li.nav-item-level3 a,
.header_nav_main nav.menu li.navigation-item-current1 li.nav-item-level2 li.nav-item-level3 a {
	color: #3f4158;
}
.header_nav_main nav.menu li.navigation-item-active1 li.navigation-item-active2 a,
.header_nav_main nav.menu li.navigation-item-active1 li.navigation-item-current2 a,
.header_nav_main nav.menu li.navigation-item-current1 li.navigation-item-active2 a {
	color: #4f2b87;
}
.header_nav_main nav.menu li.navigation-item-active1 li.navigation-item-active2 li a,
.header_nav_main nav.menu li.navigation-item-active1 li.navigation-item-current2 li a,
.header_nav_main nav.menu li.navigation-item-current1 li.navigation-item-active2 li a {
	color: #3f4158;
}
.header_nav_main nav.menu li.navigation-item-active1 li.navigation-item-active2 li.navigation-item-active3 a,
.header_nav_main nav.menu li.navigation-item-active1 li.navigation-item-current2 li.navigation-item-active3 a,
.header_nav_main nav.menu li.navigation-item-current1 li.navigation-item-active2 li.navigation-item-active3 a {
	color: #4f2b87;
}
.header_nav_main nav.menu li.navigation-item-active1:hover > a,
.header_nav_main nav.menu li.navigation-item-active1:focus > a,
.header_nav_main nav.menu li.navigation-item-active1:active > a,
.header_nav_main nav.menu li.navigation-item-active1 a:hover,
.header_nav_main nav.menu li.navigation-item-current1 a:hover,
.header_nav_main nav.menu li.navigation-item-active1 a:focus,
.header_nav_main nav.menu li.navigation-item-current1 a:focus,
.header_nav_main nav.menu li.navigation-item-active1 a:active,
.header_nav_main nav.menu li.navigation-item-current1 a:active {
	color: #ffffff;
}
.header_nav_main nav.menu li.nav-item-level1 li.nav-item-level2 a:hover,
.header_nav_main nav.menu li.nav-item-level1 li.nav-item-level2 a:focus,
.header_nav_main nav.menu li.nav-item-level1 li.nav-item-level2 a:active,
.header_nav_main nav.menu li.nav-item-level1 li.nav-item-level2 li.nav-item-level3 a:hover,
.header_nav_main nav.menu li.nav-item-level1 li.nav-item-level2 li.nav-item-level3 a:focus,
.header_nav_main nav.menu li.nav-item-level1 li.nav-item-level2 li.nav-item-level3 a:active {
	color: #4f2b87;
}






@media (min-width: 768px) {}
@media (min-width: 992px) {
	.header_nav_main nav.menu li a,
	.header_nav_main nav.menu li a:visited {
		font-size: 1.6rem;
		padding-left: 7px;
		padding-right: 7px;
		line-height: 30px;
	}
	.header_nav_main nav.menu ul ul {
		min-width: 180px;
	}
	.header_nav_main nav.menu ul ul li a,
	.header_nav_main nav.menu ul ul li a:visited,
	.header_nav_main nav.menu ul ul ul li a,
	.header_nav_main nav.menu ul ul ul li a:visited {
		padding: 5px 7px;
		font-size: 1.5rem;
	}
}
@media (min-width: 1200px) {
	.header_nav_main nav.menu li a,
	.header_nav_main nav.menu li a:visited {
		font-size: 1.9rem;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 40px;
	}
	.header_nav_main nav.menu ul ul {
		min-width: 200px;
	}
	.header_nav_main nav.menu ul ul li a,
	.header_nav_main nav.menu ul ul li a:visited,
	.header_nav_main nav.menu ul ul ul li a,
	.header_nav_main nav.menu ul ul ul li a:visited {
		padding: 5px 10px;
		font-size: 1.8rem;
	}
}
@media (min-width: 1480px) {
	.header_nav_main nav.menu li a,
	.header_nav_main nav.menu li a:visited {
		font-size: 2.0rem;
		padding-left: 15px;
		padding-right: 15px;
		line-height: 40px;
	}
	.header_nav_main nav.menu ul ul {
		min-width: 200px;
	}
	.header_nav_main nav.menu ul ul li a,
	.header_nav_main nav.menu ul ul li a:visited,
	.header_nav_main nav.menu ul ul ul li a,
	.header_nav_main nav.menu ul ul ul li a:visited {
		padding: 5px 15px;
		font-size: 1.8rem;
	}
}


.sidebar_box {
	border: 1px solid #9291A1;
	padding: 25px 30px;
	margin-bottom: 25px;
	height: auto;
	overflow: hidden;
}
.sidebar_box_low {
	padding: 7px 30px;
}
.sidebar_box h5 {
	line-height: 1;
	font-weight: 500;
}
.sidebar_box p {
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 500;
	display: block;
}
.sidebar_box h1 { font-size: 2.6rem; }
.sidebar_box h2 { font-size: 2.4rem; }
.sidebar_box h3 { font-size: 2.1rem; }
.sidebar_box h4 { font-size: 1.9rem; }
.sidebar_box h5 { font-size: 1.7rem; }
.sidebar_box h6 { font-size: 1.6rem; }
.sidebar_box img {
	width: 100%;
	height: 100%;
	padding: 0;
	display: block;
	margin: auto;
}
.sidebar_box_newsletter .icon_newsletter img {
	height: 14px;
	width: auto !important;
	float: right;
}
.sidebar_box a,
.sidebar_box a:visited,
.sidebar_box a img,
.sidebar_box a:visited img {
	opacity: 1;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
.sidebar_box a:hover,
.sidebar_box a:focus,
.sidebar_box a:active,
.sidebar_box a:hover img,
.sidebar_box a:focus img,
.sidebar_box a:active img {
	opacity: 0.8 !important;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
@media (min-width: 768px) {
	.sidebar_box_newsletter .icon_newsletter img { height: 16px;}
	.sidebar_box p { font-size: 1.8rem; }
}
@media (min-width: 992px) {
	.sidebar_box_newsletter .icon_newsletter img { height: 15px;}
}
@media (min-width: 1200px) {
	.sidebar_box_newsletter .icon_newsletter img { height: 19px;}
	.sidebar_box h1 { font-size: 2.9rem; }
	.sidebar_box h2 { font-size: 2.7rem; }
	.sidebar_box h3 { font-size: 2.5rem; }
	.sidebar_box h4 { font-size: 2.3rem; }
	.sidebar_box h5 { font-size: 2.1rem; }
	.sidebar_box h6 { font-size: 2.0rem; }
	.sidebar_box p { font-size: 2.0rem; }
}
@media (min-width: 1400px) {}

.mm-panels,
.mm-panel,
.mmenu {
	background: #beda9f !important;
}
.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
	color: #ffffff !important;
	text-transform: none;
}
.mm-menu .mm-listview .mm-btn_next:after,
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
	border-color: rgba(255, 255, 255, .5) !important;
}
.mm-menu .navigation-item-active {
	font-weight: 500 !important;
	background: #4f2b87 !important;
}
.mm-menu .navigation-item-current {
	font-weight: 500 !important;
	background: #4f2b87 !important;
}
.mm-listitem {
	background: rgba(0, 0, 0, 0.05) !important;
}
.mm-info {
	font-size: 1.35rem;
	padding: 25px 20px !important;
	background: #ffffff !important;
}
.mm-social {
	font-size: 1.5rem;
	background: #ffffff !important;
}
@media (min-width: 768px) {
}


@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}
@media (max-width:767px) and (orientation: landscape) {}
@media only screen and (max-device-width: 767px) and (orientation: landscape) {}


.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 1.1s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

a.carousel-control-prev, a.carousel-control-next {
    position: absolute;
    top: 40%;
    bottom: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12%;
    color: #fff;
    text-align: center;
    opacity: .5;
	border: none !important;
}


@media (min-width: 768px) {}
@media (min-width: 992px) {
	a.carousel-control-prev, a.carousel-control-next {
		width: 8%;
	}
}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}

/* ******************************* */
/* CONTENT */
/* ******************************* */


#content  {
	background: #ffffff; 
	min-height: 200px; 
	padding: 0px 15px;
}

@media (min-width: 576px) {
	#content  {
		padding: 0px 30px;
	}
}

/* ******************************* */
/* FOOTER */
/* ******************************* */


footer {
	min-height: 60px;
	line-height: 60px; 
	width: 100%;
	margin-top: 75px; 
}
.footer {
	background: #3f4158; 
}


.footer_nav {
	text-align: left;
}
.footer_nav ul {
    margin: 0;
    list-style:none;
	width: 100%;
    padding: 0px 0px 0px 30px;
	margin: 0px;
	text-align: left;
	float: left;
}
.footer_nav li {
    display: inline-block;
    position: relative;
    padding: 0px;
	margin: 0px;
}
.footer_nav li.divider {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 500;
    padding-right: 6px;
    padding-left: 6px;
}
.footer_nav li a,
.footer_nav li a:visited {
	text-decoration: none;
	display: block;
	color: rgba(255,255,255,1);
	font-weight: 500;
	font-size: 1.8rem;
    padding: 0px;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
.footer_nav li a:hover,
.footer_nav li a:focus,
.footer_nav li a:active {
	text-decoration: none;
	color: rgba(255,255,255,0.6);
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.footer_gototop {
	padding-right: 30px; 
	text-align: right;
	color: #ffffff;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 60px;
}
.footer_gototop a,
.footer_gototop a:visited {
	text-decoration: none;
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
.footer_gototop a:hover,
.footer_gototop a:focus,
.footer_gototop a:active {
	text-decoration: none;
	color: rgba(255,255,255,0.6);
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
.footer_gototop img {
	display: inline-block;
	margin-left: 5px;
}

.footer_gototop a img,
.footer_gototop a:visited img {
	opacity: 1;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
.footer_gototop a:hover img,
.footer_gototop a:focus img
.footer_gototop a:active img {
	opacity: 0.6;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 1480px) {}


#content_breadcrumbs {
	display: block; 
	min-height: 15px; 
	text-align: right;
}
.breadcrumbs {
	display: none;
}

@media (min-width: 576px) {
	#content_breadcrumbs {
		min-height: 25px; 
	}
	.breadcrumbs {
		display: block;
		font-size: 1.1rem;
		padding: 5px 0 0 0;
		color: #494948;
	}
	.breadcrumbs a,
	.breadcrumbs a:visited {
		color: #00608d !important;
		outline: none !important;
		text-decoration: none !important;
		border-bottom: 1px dotted #cccccc !important;
	}
	.breadcrumbs a:hover,
	.breadcrumbs a:focus,
	.breadcrumbs a:active {
		color: #494948 !important;
		outline: none !important;
		text-decoration: none !important;
		border-bottom: 1px dotted #494948 !important;
	}
}



a,
a:visited {
	color: #494948;
	outline: none;
	text-decoration: none;
	outline: none !important;
}
a:focus {
	outline: thin dotted;
	color: #494948;
}
a:active,
a:hover {
	color: #494948;
	outline: none;
	text-decoration: none;
}
.content a,
.content a:visited {
	border-color: #494948; border-bottom: 1px dotted;
}
.content a:active,
.content a:hover {
	border-color: #494948; border-bottom: 1px solid;
}
header a,
.sidebar a,
footer a,
header a:visited,
.sidebar a:visited,
footer a:visited,
header a:hover,
.sidebar a:hover,
footer a:hover,
header a:active,
.sidebar a:active,
footer a:active {
	border-bottom: 0px;
}
.btn {white-space: normal;}

#content_headline { min-height: 65px;padding: 0px 0 25px 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	color: #494948;
	word-wrap: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	margin: 0 0 0 0;
	padding: 0;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight: 600;
}
h1 {
	font-size: 2.6rem;
}
.headline h1 {
	font-weight: 600;
	padding: 0px 0 10px 0;
	color: #3f4158;
}
h2 {
	font-size: 2.5rem;
}
h3 {
	font-size: 2.3rem;
}
h4 {
	font-size: 2.2rem;
}
h5 {
	font-size: 2.0rem;
}
h6 {
	font-size: 1.9rem;
}
.small, small {
	font-weight: 400;
	font-size: 80%;
}
p {
	margin: 0;
	padding: 0;
}
b,
strong {
	font-weight: 600;
}
blockquote {
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}
hr {border-top: 1px dotted #cccccc; margin-top: 5px; margin-bottom: 5px;}

.content_block ol,
.content_block ul { 
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-padding-start: 22px;
	line-height: 1.5;
}
.content_block ul { list-style: none; list-style-type: none; }
.content_block ul li:before {
  color: rgba(0,0,0,0.5); 
  content: "■ "; 
  font-family:"Arial";
  font-size: 20px;
  padding-right: 4px;
}
.content_block ul li { text-indent: -22px; line-height: 1.3 !important;}
td {padding: 10px 20px 10px 0px !important;}
td img {margin-top: 0px !important; margin-bottom: 0px !important;}

@media (min-width:576px) {
	h1 {
		font-size: 2.6rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 2.3rem;
	}
	h4 {
		font-size: 2.2rem;
	}
	h5 {
		font-size: 2.0rem;
	}
	h6 {
		font-size: 1.9rem;
	}
}
@media (min-width:768px) {
	h1 {
		font-size: 2.8rem;
	}
	h2 {
		font-size: 2.7rem;
	}
	h3 {
		font-size: 2.6rem;
	}
	h4 {
		font-size: 2.3rem;
	}
	h5 {
		font-size: 2.2rem;
	}
	h6 {
		font-size: 2.0rem;
	}
}
@media (min-width:992px) {
	h1 {
		font-size: 3.2rem;
	}
	h2 {
		font-size: 2.9rem;
	}
	h3 {
		font-size: 2.7rem;
	}
	h4 {
		font-size: 2.5rem;
	}
	h5 {
		font-size: 2.3rem;
	}
	h6 {
		font-size: 2.1rem;
	}
}
@media (min-width:1200px) {
	h1 {
		font-size: 3.2rem;
	}
	h2 {
		font-size: 2.9rem;
	}
	h3 {
		font-size: 2.7rem;
	}
	h4 {
		font-size: 2.5rem;
	}
	h5 {
		font-size: 2.3rem;
	}
	h6 {
		font-size: 2.1rem;
	}
}
@media (min-width:1480px) {
	h1 {
		font-size: 3.2rem;
	}
	h2 {
		font-size: 2.9rem;
	}
	h3 {
		font-size: 2.7rem;
	}
	h4 {
		font-size: 2.5rem;
	}
	h5 {
		font-size: 2.3rem;
	}
	h6 {
		font-size: 2.1rem;
	}
}

.padding_default {padding-bottom: 25px;}
.padding_bottom_0 {padding-bottom: 0px;}
.padding_bottom_10 {padding-bottom: 10px;}
.padding_bottom_15 {padding-bottom: 15px;}
.padding_bottom_25 {padding-bottom: 25px;}
.padding_bottom_30 {padding-bottom: 30px;}
.padding_bottom_50 {padding-bottom: 50px;}
.padding_bottom_75 {padding-bottom: 75px;}
.padding_bottom_100 {padding-bottom: 100px;}
.padding_bottom_125 {padding-bottom: 125px;}
.padding_bottom_150 {padding-bottom: 150px;}
.padding_top_0 {padding-top: 0px;}
.padding_top_10 {padding-top: 10px;}
.padding_top_15 {padding-top: 15px;}
.padding_top_25 {padding-top: 25px;}
.padding_top_50 {padding-top: 50px;}
.padding_top_75 {padding-top: 75px;}
.padding_top_100 {padding-top: 100px;}
.padding_top_125 {padding-top: 125px;}
.padding_top_150 {padding-top: 150px;}
.margin_top_10 {margin-top: 10px;}



.brand_blue,
.brand_blue a,
.brand_blue a:visited,
.brand_blue a:hover,
.brand_blue a:focus,
.brand_blue a:active { color: #008bd2 !important;}
.brand_magenta,
.brand_magenta a,
.brand_magenta a:visited,
.brand_magenta a:hover,
.brand_magenta a:focus,
.brand_magenta a:active { color: #e5007d !important;}
.brand_blue2019,
.brand_blue2019 a,
.brand_blue2019 a:visited,
.brand_blue2019 a:hover,
.brand_blue2019 a:focus,
.brand_blue2019 a:active { color: #0075bf !important;}
.brand_yellow2019,
.brand_yellow2019 a,
.brand_yellow2019 a:visited,
.brand_yellow2019 a:hover,
.brand_yellow2019 a:focus,
.brand_yellow2019 a:active { color: #fdc300 !important;}
.brand_green2020,
.brand_green2020 a,
.brand_green2020 a:visited,
.brand_green2020 a:hover,
.brand_green2020 a:focus,
.brand_green2020 a:active { color: #afca06 !important;}
.brand_yellow2021,
.brand_yellow2021 a,
.brand_yellow2021 a:visited,
.brand_yellow2021 a:hover,
.brand_yellow2021 a:focus,
.brand_yellow2021 a:active { color: #ffdd00 !important;}
.brand_green2021,
.brand_green2021 a,
.brand_green2021 a:visited,
.brand_green2021 a:hover,
.brand_green2021 a:focus,
.brand_green2021 a:active { color: #00963f !important;}
.brand_blue2022,
.brand_blue2022 a,
.brand_blue2022 a:visited,
.brand_blue2022 a:hover,
.brand_blue2022 a:focus,
.brand_blue2022 a:active { color: #00ace9 !important;}
.brand_green2023,
.brand_green2023 a,
.brand_green2023 a:visited,
.brand_green2023 a:hover,
.brand_green2023 a:focus,
.brand_green2023 a:active { color: #dedc00 !important;}
.brand_red2024,
.brand_red2024 a,
.brand_red2024 a:visited,
.brand_red2024 a:hover,
.brand_red2024 a:focus,
.brand_red2024 a:active { color: #f29095 !important;}
.brand_yellow2025,
.brand_yellow2025 a,
.brand_yellow2025 a:visited,
.brand_yellow2025 a:hover,
.brand_yellow2025 a:focus,
.brand_yellow2025 a:active { color: #fdc300 !important;}
.brand_reddark2024,
.brand_reddark2024 a,
.brand_reddark2024 a:visited,
.brand_reddark2024 a:hover,
.brand_reddark2024 a:focus,
.brand_reddark2024 a:active { color: #ae0a04 !important;}
.brand_magenta2025,
.brand_magenta2025 a,
.brand_magenta2025 a:visited,
.brand_magenta2025 a:hover,
.brand_magenta2025 a:focus,
.brand_magenta2025 a:active { color: #d7007e !important;}
.brand_green2026,
.brand_green2026 a,
.brand_green2026 a:visited,
.brand_green2026 a:hover,
.brand_green2026 a:focus,
.brand_green2026 a:active { color: #beda9f !important;}
.brand_blue2026,
.brand_blue2026 a,
.brand_blue2026 a:visited,
.brand_blue2026 a:hover,
.brand_blue2026 a:focus,
.brand_blue2026 a:active { color: #4f2b87 !important;}
.brand_purple,
.brand_purple a,
.brand_purple a:visited,
.brand_purple a:hover,
.brand_purple a:focus,
.brand_purple a:active { color: #951981 !important;}
.brand_petrol2023,
.brand_petrol2023 a,
.brand_petrol2023 a:visited,
.brand_petrol2023 a:hover,
.brand_petrol2023 a:focus,
.brand_petrol2023 a:active { color: #00869a !important;}
.brand_red2020,
.brand_red2020 a,
.brand_red2020 a:visited,
.brand_red2020 a:hover,
.brand_red2020 a:focus,
.brand_red2020 a:active { color: #d1050c !important;}
.brand_red,
.brand_red a,
.brand_red a:visited,
.brand_red a:hover,
.brand_red a:focus,
.brand_red a:active { color: #ea5a06 !important;}
.brand_green,
.brand_green a,
.brand_green a:visited,
.brand_green a:hover,
.brand_green a:focus,
.brand_green a:active { color: #94c11c !important;}
.brand_grey,
.brand_grey a,
.brand_grey a:visited,
.brand_grey a:hover,
.brand_grey a:focus,
.brand_grey a:active { color: #3f4158 !important;}

.brand_blue a,
.brand_blue a:visited { border-color: #008bd2; border-bottom: 0px dotted;}
.brand_magenta a,
.brand_magenta a:visited { border-color: #e5007d; border-bottom: 0px dotted;}
.brand_blue2019 a,
.brand_blue2019 a:visited { border-color: #0075bf; border-bottom: 0px dotted;}
.brand_yellow2019 a,
.brand_yellow2019 a:visited { border-color: #fdc300; border-bottom: 0px dotted;}
.brand_yellow2021 a,
.brand_yellow2021 a:visited { border-color: #ffdd00; border-bottom: 0px dotted;}
.brand_green2026 a,
.brand_green2026 a:visited { border-color: #beda9f; border-bottom: 0px dotted;}
.brand_blue2026 a,
.brand_blue2026 a:visited { border-color: #4f2b87; border-bottom: 0px dotted;}
.brand_blue2022 a,
.brand_blue2022 a:visited { border-color: #00ace9; border-bottom: 0px dotted;}
.brand_green2023 a,
.brand_green2023 a:visited { border-color: #dedc00; border-bottom: 0px dotted;}
.brand_red2024 a,
.brand_red2024 a:visited { border-color: #f29095; border-bottom: 0px dotted;}
.brand_yellow2025 a,
.brand_yellow2025 a:visited { border-color: #fdc300; border-bottom: 0px dotted;}
.brand_reddark2024 a,
.brand_reddark2024 a:visited { border-color: #ae0a04; border-bottom: 0px dotted;}
.brand_magenta2025 a,
.brand_magenta2025 a:visited { border-color: #d7007e; border-bottom: 0px dotted;}
.brand_purple a,
.brand_purple a:visited { border-color: #951981; border-bottom: 0px dotted;}
.brand_petrol2023 a,
.brand_petrol2023 a:visited { border-color: #00869a; border-bottom: 0px dotted;}
.brand_red a,
.brand_red a:visited{ border-color: #ea5a06; border-bottom: 0px dotted;}
.brand_green a,
.brand_green a:visited{ border-color: #94c11c; border-bottom: 0px dotted;}
.brand_grey a,
.brand_grey a:visited { border-color: #3f4158; border-bottom: 0px dotted;}
.brand_blue a:hover,
.brand_blue a:focus,
.brand_blue a:active { border-color: #008bd2;border-bottom: 1px dotted;}
.brand_magenta a:hover,
.brand_magenta a:focus,
.brand_magenta a:active { border-color: rgba(229,0,125,0.5);border-bottom: 1px dotted;}
.brand_blue2019 a:hover,
.brand_blue2019 a:focus,
.brand_blue2019 a:active { border-color: #0075bf;border-bottom: 1px dotted;}
.brand_yellow2019 a:hover,
.brand_yellow2019 a:focus,
.brand_yellow2019 a:active { border-color: #fdc300;border-bottom: 1px dotted;}
.brand_green2020 a:hover,
.brand_green2020 a:focus,
.brand_green2020 a:active { border-color: #afca06;border-bottom: 1px dotted;}
.brand_green2021 a:hover,
.brand_green2021 a:focus,
.brand_green2021 a:active { border-color: #00963f;border-bottom: 1px dotted;}
.brand_yellow2021 a:hover,
.brand_yellow2021 a:focus,
.brand_yellow2021 a:active { border-color: #ffdd00;border-bottom: 1px dotted;}
.brand_blue2022 a:hover,
.brand_blue2022 a:focus,
.brand_blue2022 a:active { border-color: #00ace9;border-bottom: 1px dotted;}
.brand_green2023 a:hover,
.brand_green2023 a:focus,
.brand_green2023 a:active { border-color: #dedc00;border-bottom: 1px dotted;}
.brand_red2024 a:hover,
.brand_red2024 a:focus,
.brand_red2024 a:active { border-color: #f29095;border-bottom: 1px dotted;}
.brand_yellow2025 a:hover,
.brand_yellow2025 a:focus,
.brand_yellow2025 a:active { border-color: #fdc300;border-bottom: 1px dotted;}
.brand_reddark2024 a:hover,
.brand_reddark2024 a:focus,
.brand_reddark2024 a:active { border-color: #ae0a04;border-bottom: 1px dotted;}
.brand_magenta2025 a:hover,
.brand_magenta2025 a:focus,
.brand_magenta2025 a:active { border-color: #d7007e;border-bottom: 1px dotted;}
.brand_red2020 a:hover,
.brand_red2020 a:focus,
.brand_red2020 a:active { border-color: #d1050c;border-bottom: 1px dotted;}
.brand_red a:hover,
.brand_red a:focus,
.brand_red a:active { border-color: #ea5a06;border-bottom: 1px dotted;}
.brand_green a:hover,
.brand_green a:focus,
.brand_green a:active { border-color: rgba(153,192,51,0.8);border-bottom: 1px dotted;}
.brand_grey a:hover,
.brand_grey a:focus,
.brand_grey a:active { border-color: #3f4158;border-bottom: 1px dotted;}

.brand_blue_bg { background: #008bd2;}
.brand_magenta_bg { background: #e5007d;}
.brand_blue2019_bg { background: #0075bf;}
.brand_yellow2019_bg { background: #fdc300;}
.brand_green2020_bg { background: #afca06;}
.brand_green2021_bg { background: #00963f;}
.brand_yellow2021_bg { background: #ffdd00;}
.brand_blue2022_bg { background: #00ace9;}
.brand_green2023_bg { background: #dedc00;}
.brand_red2024_bg { background: #f29095;}
.brand_yellow2025_bg { background: #fdc300;}
.brand_reddark2024_bg { background: #ae0a04;}
.brand_magenta2025_bg { background: #d7007e;}
.brand_green2026_bg { background: #beda9f;}
.brand_blue2026_bg { background: #4f2b87;}
.brand_purple_bg { background: #00869a;}
.brand_petrol2023_bg { background: #00869a;}
.brand_red2020_bg { background: #d1050c;}
.brand_red_bg { background: #ea5a06;}
.brand_green_bg { background: #94c11c;}
.brand_grey_bg { background: #3f4158;}


.btn {font-size: 1.6rem; }

.badge-ghost-primary,
a.badge-ghost-primary,
a.badge-ghost-primary:visited,
.btn-ghost-primary,
.btn-ghost-primary:visited,
a.btn-ghost-primary,
a.btn-ghost-primary:visited {
    color: rgba( 79,43,135,1 ) !important;
    background-color: #ffffff !important;
    border-color: rgba( 79,43,135,1 ) !important;
	border: 1px solid; 
	outline: none !important;
}
a.badge-ghost-primary:hover,
a.badge-ghost-primary:focus,
.btn-ghost-primary:hover,
.btn-ghost-primary:focus,
.btn-ghost-primary.active,
a.btn-ghost-primary:hover,
a.btn-ghost-primary:focus,
a.btn-ghost-primary.active {
    color: #ffffff !important;
    background:rgba( 79,43,135,0.8 ) !important;
    border-color: rgba(255,255,255,0.3) !important;
	outline: none !important;
	-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.0) !important;
    box-shadow: 0 0 0 0 rgba(255,255,255,.0) !important;
}
.badge-ghost-secondary,
a.badge-ghost-secondary,
a.badge-ghost-secondary:visited,
.btn-ghost-secondary,
.btn-ghost-secondary:visited,
a.btn-ghost-secondary,
a.btn-ghost-secondary:visited {
    color: rgba(190,218,159,1) !important;
    background-color: #ffffff !important;
    border-color: rgba(190,218,159,1) !important;
	border: 1px solid; 
	outline: none !important;
}
a.badge-ghost-secondary:hover,
a.badge-ghost-secondary:focus,
.btn-ghost-secondary:hover,
.btn-ghost-secondary:focus,
.btn-ghost-secondary.active,
a.btn-ghost-secondary:hover,
a.btn-ghost-secondary:focus,
a.btn-ghost-secondary.active {
    color: #ffffff !important;
    background: rgba(190,218,159,0.8) !important;
    border-color: rgba(255,255,255,0.3) !important;
	outline: none !important;
	-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.0) !important;
    box-shadow: 0 0 0 0 rgba(255,255,255,.0) !important;
}
.badge-ghost-grey,
a.badge-ghost-grey,
a.badge-ghost-grey:visited,
.btn-ghost-grey,
.btn-ghost-grey:visited,
a.btn-ghost-grey,
a.btn-ghost-grey:visited {
    color: rgba(73,73,72,1) !important;
    background-color: #ffffff !important;
    border-color: rgba(73,73,72,1) !important;
	border: 1px solid; 
	outline: none !important;
}
a.badge-ghost-grey:hover,
a.badge-ghost-grey:focus,
.btn-ghost-grey:hover,
.btn-ghost-grey:focus,
.btn-ghost-grey.active,
a.btn-ghost-grey:hover,
a.btn-ghost-grey:focus,
a.btn-ghost-grey.active {
    color: #ffffff !important;
    background: rgba(73,73,72,0.8) !important;
    border-color: rgba(255,255,255,0.3) !important;
	outline: none !important;
	-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.0) !important;
    box-shadow: 0 0 0 0 rgba(255,255,255,.0) !important;
}
.badge-primary,
a.badge-primary,
a.badge-primary:visited,
.btn-primary,
.btn-primary:visited,
a.btn-primary,
a.btn-primary:visited {
    color: #fff !important;
	background-color: rgba( 79,43,135,1 ) !important;
    border-color: rgba(255,255,255,0.15) !important;
	outline: none !important;
}
a.badge-primary:hover,
a.badge-primary:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary.active {
    color: #fff !important;
    background-color: rgba( 79,43,135,0.8 ) !important;
    border-color:  rgba(255,255,255,0.3) !important;
	outline: none !important;
	-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.0) !important;
    box-shadow: 0 0 0 0 rgba(255,255,255,.0) !important;
}

.badge-secondary,
a.badge-secondary,
a.badge-secondary:visited,
.btn-secondary,
.btn-secondary:visited,
a.btn-secondary,
a.btn-secondary:visited {
    color: #ffffff !important;
    background-color: rgba(190,218,159,1) !important;
    border-color: rgba(255,255,255,0.15) !important;
	font-weight: 400 !important;
	outline: none !important;
}
a.badge-secondary:hover,
a.badge-secondary:focus,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active,
a.btn-secondary:hover,
a.btn-secondary:focus,
a.btn-secondary.active {
    color: #ffffff !important;
    background-color: rgba(190,218,159,0.8) !important;
    border-color: rgba(255,255,255,0.3) !important;
	outline: none !important;
	-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.0) !important;
    box-shadow: 0 0 0 0 rgba(255,255,255,.0) !important;
}

.badge-grey,
a.badge-grey,
a.badge-grey:visited,
.btn-grey,
.btn-grey:visited,
a.btn-grey,
a.btn-grey:visited {
    color: #ffffff !important;
    background-color: rgba(73,73,72,1) !important;
    border-color: rgba(255,255,255,0.15) !important;
	font-weight: 400 !important;
	outline: none !important;
}
a.badge-grey:hover,
a.badge-grey:focus,
.btn-grey:hover,
.btn-grey:focus,
.btn-grey.active,
a.btn-grey:hover,
a.btn-grey:focus,
a.btn-grey.active {
    color: #ffffff !important;
    background-color: rgba(73,73,72,0.8) !important;
    border-color: rgba(255,255,255,0.3) !important;
	outline: none !important;
	-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.0) !important;
    box-shadow: 0 0 0 0 rgba(255,255,255,.0) !important;
}
.pagination {float: right;}
.page-item a.page-link {
	position: relative;
	display: block;
	padding: .3rem 0.75rem;
	font-size: 1.4rem;
	margin-left: -1px;
	line-height: 1.3;
	color: #4f2b87;
	background-color: #fff;
    border-color: #dee2e6 !important;
	border-bottom: 1px solid #dee2e6 !important;
}
.page-item a.page-link:hover {
	color: #fff;
	background-color: #4f2b87 !important;
}
.disabled, .disabled a, .disabled i {color: #dee2e6 !important; }
.page-item.active a.page-link {
	z-index: 1;
	color: #fff;
	background-color: #4f2b87 !important;
     border-color: #dee2e6 !important;
}
.page-item.active a.page-link {
	z-index: 1;
	color: #fff;
	background-color: #4f2b87 !important;
     border-color: #dee2e6 !important;
}
.page-item.disabled a.page-link {
    color: #dee2e6 !important;
    pointer-events: none;
    cursor: auto;
    background-color: #fff !important;
    border-color: #dee2e6 !important;
}



.filmarchiv_select {width: 100%;}



.news_category_name {}
.news_category_values {
	margin-bottom: 20px;
}
.news_box {
	margin-bottom: 50px; 
}
.news_date { 
	font-size: 1.2rem; 
	padding-bottom: 5px;
}
.news_image {
	width: 100%;
	height: auto; 
	margin-bottom: 20px;
	background: rgba(0,0,0,0.02);
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}
.news_image img {
	height: auto; 
	width: 100%;
	display: block;
	background: transparent; 
}
.news_image img.news_image_spacer {
	display: none;
}
.news_image img.news_image_mobile {
	display: block;
	height: auto;
}
.news_title h2 {
	font-size: 1.7rem;
	padding-bottom: 15px;
}
.news_preview_text {
	padding-bottom: 15px;
}
.news_box a .news_title h2,
.news_box a:visited .news_title h2 {
    color: #00608d !important;
	outline: none !important;
	text-decoration: none !important;
}
.news_box a:hover .news_title h2,
.news_box a:focus .news_title h2,
.news_box a:active .news_title h2 {
    color: #494948 !important;
	outline: none !important;
	text-decoration: none !important;
}
.news_box a .news_more,
.news_box a:visited .news_more {
    color: #00608d !important;
	outline: none !important;
	text-decoration: none !important;
	border-bottom: 1px dotted #cccccc !important;
}
.news_box a:hover .news_more,
.news_box a:focus .news_more,
.news_box a:active .news_more {
    color: #494948 !important;
	outline: none !important;
	text-decoration: none !important;
	border-bottom: 1px dotted #494948 !important;
}
.news_box a:hover .news_image {opacity: 0.85;}


@media (min-width: 576px) {
	h1.news_headline { 
		padding: 10px 10px;
		margin: 0 0 30px 0;
		font-size: 1.4rem;
	}
	.news_category_values {
		margin-bottom: 20px;
	}
	.news_date { 
		font-size: 1.2rem; 
		padding-bottom: 5px;
	}
	.news_image,
	.news_image img {
		height: 165px; 
	}
	.news_image img.news_image_spacer {
		display: block;
	}
	.news_image img.news_image_mobile {
		display: none;
	}
	.news_title h2 {
		font-size: 1.7rem;
	}
}
@media (min-width: 768px) {
	h1.news_headline { 
		padding: 10px 10px;
		margin: 0 0 30px 0;
		font-size: 1.4rem;
	}
	.news_category_values {
		margin-bottom: 20px;
	}
	.news_date { 
		font-size: 1.2rem; 
		padding-bottom: 5px;
	}
	.news_image,
	.news_image img {
		height: 165px; 
	}
	.news_title h2 {
		font-size: 1.7rem;
	}
}
@media (min-width: 992px) {
	h1.news_headline { 
		padding: 10px 10px;
		margin: 0 0 30px 0;
		font-size: 1.4rem;
	}
	.news_category_values {
		margin-bottom: 20px;
	}
	.news_date { 
		font-size: 1.2rem; 
		padding-bottom: 5px;
	}
	.news_image,
	.news_image img {
		height: 151px; 
	}
	.news_title h2 {
		font-size: 1.7rem;
	}
}
@media (min-width: 1200px) {
	h1.news_headline { 
		padding: 10px 10px;
		margin: 0 0 30px 0;
		font-size: 1.4rem;
	}
	.news_category_values {
		margin-bottom: 20px;
	}
	.news_date { 
		font-size: 1.2rem; 
		padding-bottom: 5px;
	}
	.news_image,
	.news_image img {
		height: 195px; 
	}
	.news_title h2 {
		font-size: 1.7rem;
	}
}








.sidebar_social_icons {padding: 30px 15px 0 15px;;display: block; float: left; }
.sidebar_social_icon {margin-left: 10px; display: inline-block; position: relative; float: left;}
.sidebar_social_icon.sidebar_social_icon_first {margin-left: 0px;}
.sidebar_social_icon i {font-size: 3rem;}
.sidebar_social_icon a i,
.sidebar_social_icon a:visited i {color: #beda9f;}
.sidebar_social_icon a:hover i,
.sidebar_social_icon a:focus i,
.sidebar_social_icon a:active i {color: rgba(190,218,159,0.7);}

.sidebar_box1 {padding: 50px 15px 0 15px; display: block; float: left; }
.sidebar_box2 {padding: 50px 15px 0 15px; display: block; float: left; }

@media (min-width: 768px) {
	.sidebar_social_icons {padding: 30px 10px 0 10px;}
	.sidebar_social_icon {margin-left: 7px; }
	.sidebar_social_icon i {font-size: 2.9rem;}
	.sidebar_box1 {padding: 50px 10px 0 10px; }
	.sidebar_box2 {padding: 50px 10px 0 10px; }
	
}
@media (min-width: 992px) {
	.sidebar_social_icon {margin-left: 10px; }
	.sidebar_social_icon i {font-size: 3rem;}
	.sidebar_box1 {padding: 50px 15px 0 15px; }
	.sidebar_box2 {padding: 50px 15px 0 15px; }
}
@media (min-width: 1200px) {
	.sidebar_faqs {    
		padding: 15px;
	}
}



.pp_box {
	margin-bottom: 50px; 
}
.pp_logo_container {
	width: 100%;
	border: 1px solid #f5f5f5;
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.pp_logo {
	margin: 20px 25px 20px 25px;
	height: 120px; 
	background: rgba(0,0,0,0.0);
	-webkit-background-size: contain; 
	-moz-background-size: contain; 
	-o-background-size: contain; 
	background-size: contain;
}
.pp_logo img {
	height: 120px; 
	width: 100%;
	display: block;
	background: transparent; 
}

.pp_logo img.pp_logo_spacer {
	display: none;
}
.pp_image_container {
	width: 100%;
	border: 1px solid #f5f5f5;
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.pp_image {
	margin: 20px 20px 20px 20px;
	height: 120px; 
	background: rgba(0,0,0,0.02);
	-webkit-background-size: contain; 
	-moz-background-size: contain; 
	-o-background-size: contain; 
	background-size: contain;
}
.pp_image img {
	height: 120px; 
	width: 100%;
	display: block;
	background: transparent; 
}
.pp_image img.pp_image_spacer {
	display: none;
}

.pp_text {
	font-size: 1.6rem;padding-top: 10px; line-height: 1.2;
}
.pp_box a p,
.pp_box a:visited p,
.pp_box a,
.pp_box a:visited {
    color: #00608d !important;
	outline: none !important;
	text-decoration: none !important;
}
.pp_box a:hover p,
.pp_box a:focus p,
.pp_box a:active p,
.pp_box a:hover,
.pp_box a:focus,
.pp_box a:active {
    color: #494948 !important;
	outline: none !important;
	text-decoration: none !important;
}
.pp_box a p.pp_link span,
.pp_box a:visited p.pp_link span {border-bottom: 1px dotted #cccccc; padding-bottom: 0px; color: #beda9f;}
.pp_box a:hover p.pp_link span,
.pp_box a:focus p.pp_link span,
.pp_box a:active p.pp_link span {border-bottom: 1px dotted #beda9f !important; padding-bottom: 0px;color: #beda9f;}
.pp_box a:hover .pp_logo,
.pp_box a:hover .pp_image {opacity: 0.85;}

.pp_link {font-size: 1.5rem;padding-top: 10px; line-height: 1.2;}



@media (min-width: 576px) {
	.pp_logo,
	.pp_logo img {
		height: 73px; 
	}
	.pp_logo img.pp_logo_spacer {
		display: block;
	}
	.pp_image,
	.pp_image img {
		height: 120px; 
	}
	.pp_image img.pp_image_spacer {
		display: block;
	}
	.pp_box a p.pp_link {padding-bottom: 0px;}
}
@media (min-width: 768px) {
	.pp_logo,
	.pp_logo img {
		height: 73px; 
	}
	.pp_image,
	.pp_image img {
		height: 150px; 
	}
}
@media (min-width: 992px) {
	.pp_logo,
	.pp_logo img {
		height: 62px; 
	}
	.pp_image,
	.pp_image img {
		height: 130px; 
	}
}
@media (min-width: 1200px) {
	.pp_logo,
	.pp_logo img {
		height: 90px; 
	}
	.pp_image,
	.pp_image img {
		height: 180px; 
	}
}
@media (min-width: 1480px) {
	.pp_logo,
	.pp_logo img {
		height: 200px; 
	}
	.pp_image,
	.pp_image img {
		height: 200px; 
	}
}




img {
	border-style: none;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p.wp-caption-text,
.wp-caption p,
.wp-caption {
	color: #999;
	font-size: 1.4rem !important;
	font-style: normal;
	max-width: 100%;
}
p.wp-caption-text {
	padding-bottom: 25px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}


	

.wp-caption .wp-caption-text {
	margin: 10px 0 0 0;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignnone {
	height: auto; /* Make sure images are scaled correctly. */
	width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin-top: 5px;
	margin-bottom: 25px;
}
/* Fix image alignment */
img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}
img.aligncenter,
img.alignnone {
	margin-top: 5px;
}

.single_image_caption {padding-top: 10px; padding-bottom: 5px; font-size: 1.05rem; font-style: italic; line-height: 1.25; width: 100%; text-align: right;}


.medien_format_1610 { padding:62.5% 0 0 0;position:relative; }
.medien_format_169 { padding:56.25% 0 0 0;position:relative; }
.medien_format_43 { padding:75% 0 0 0;position:relative; }
.medien_format_1610 iframe,
.medien_format_169 iframe,
.medien_format_43 iframe { position:absolute;top:0;left:0;width:100%;height:100%; }

.video_format_1610 { padding:62.5% 0 0 0;position:relative; }
.video_format_169 { padding:56.25% 0 0 0;position:relative; }
.video_format_43 { padding:75% 0 0 0;position:relative; }
.video_format_1610 iframe,
.video_format_169 iframe,
.video_format_43 iframe { position:absolute;top:0;left:0;width:100%;height:100%; }
.video_frame { position:absolute;top:0;left:0;height: 100%; width: 100%;}
.video_frame .wp-video, .video_frame .wp-video video {width: 100% !important; height: 100% !important;}
.video_caption_wrapper {margin-bottom: 30px;}
.video_caption {padding-top: 10px; padding-bottom: 0px; font-size: 1.05rem; font-style: italic; line-height: 1.25; width: 100%; text-align: right;}
.video_privacy {
	opacity: 1;
	position: absolute;
	display: block;
	height: auto;
	background-color: rgba(79,43,135,0.9 );
	color: #ffffff;
	text-align: center;
	z-index: 1;
	padding: 10px 10px;
	box-sizing: border-box;
	border-radius: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px; 
}
.video_privacy h5 {color: #ffffff; padding-bottom: 5px; font-size: 1.5rem}
.video_privacy p { font-size: 1.15rem; line-height: 1.2;}
.video_privacy_link {padding-top: 5px; }
.video_privacy a,
.video_privacy a:visited {color: #ffffff; border-bottom: 1px dotted rgba(255,255,255,0.5);}
.video_privacy a:hover,
.video_privacy a:focus,
.video_privacy a:active {border-bottom: 1px dotted #ffffff; outline: none;}
.video_frame:hover .video_privacy {opacity: 1;}
.video_play_button {
	width: 45px;
	height: 30px;
	background-color: rgba( 79,43,135,1 );
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	border-radius: 6px;
	left: 50%;
	top: 50%; 
	margin-left: -22.5px;
	margin-top: -15px !important;
}
.video_play_button:hover {
	background-color: rgba( 79,43,135,0.8 );
	box-shadow: 0 0 30px rgba( 0,0,0,0.3 );
}
.video_play_button:before {
	content: "";
	border-style: solid;
	border-width: 7.5px 0 7.5px 15px;
	border-color: transparent transparent transparent #fff;
}
.video_play_button {
	cursor: pointer;
}
.video_play_button,
.video_play_button:before {
	position: absolute;
}
.video_privacy,
.video_frame:hover .video_privacy,
.video_play_button,
.video_play_button:hover { 
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.video_play_button:before { 
	top: 7.5px;
	left: 17px;
}


@media (min-width: 576px) {	
	.video_privacy {
		opacity: 0;
		padding: 8px 10px 10px 10px;
		background-color: rgba(79,43,135,0.9 );
		border-radius: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px; 
	}
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
	.video_privacy {
		opacity: 0;
		padding: 15px 10px;
		left: 15px;
		right: 15px;
		bottom: 15px; 
	}
	.video_privacy h5 {padding-bottom: 5px; font-size: 1.6rem}
	.video_privacy p { font-size: 1.3rem}
	.video_play_button {
		width: 90px;
		height: 60px;
		left: 50%;
		top: 50%; 
		margin-left: -45px;
		margin-top: -30px !important;
	}
	.video_play_button:before {
		border-width: 15px 0 15px 26.0px;
		top: 15px;
		left: 35px;
	}
}
@media (min-width: 1200px) {
}

.gallery_image .carousel-caption {
    position: absolute;
    right: 25px;
    bottom: 40px;
    left: auto;
    z-index: 10;
    padding: 5px 5px;
	margin-left: 10px;
	font-size: 1.05rem;
	font-style: italic;
	line-height: 1.25;
	background: rgba(255,255,255,0.7) !important;
    color: #494948;
    text-align: right;
}
.gallery_image.slider .carousel-caption {
    right: 10px;
    bottom: 10px;
    left: auto;
}

.carousel-item .carousel-caption {
    position: absolute;
    left: 25px;
    bottom: 10px;
    right: auto;
    z-index: 10;
    padding: 5px 5px;
	margin-right: 10px;
	font-size: 1.05rem;
	font-style: normal;
	line-height: 1.25;
	background: rgba(255,255,255,0.7) !important;
    color: #494948;
    text-align: left;
}
.carousel-item.slider .carousel-caption {
    left: 10px;
    bottom: 10px;
    right: auto;
}

.carousel-item .carousel-copyright {
    position: absolute;
    right: 25px;
    bottom: 10px;
    left: auto;
    z-index: 10;
    padding: 5px 5px;
	margin-left: 10px;
	font-size: 1.05rem;
	font-style: italic;
	line-height: 1.25;
	background: rgba(255,255,255,0.7) !important;
    color: #494948;
    text-align: right;
}
.carousel-item.slider .carousel-copyright {
    right: 10px;
    bottom: 10px;
    left: auto;
}

.film_daten hr {border-top: 1px solid #cccccc; margin-top: 25px; margin-bottom: 25px;}
.film_daten {
	font-size: 2.0rem;
	font-style: normal;
	line-height: 1.25;}
.film_programm { padding-top: 8px; padding-bottom: 8px; display: block; line-height: 1.1}
.film_daten .film_regie_wrapper {width: 100%; display: block; padding-top: 25px;}
.film_daten .film_regie_wrapper.film_regie_wrapper_first {padding-top: 0px;}
.film_daten img.film_regie_portrait {width: 150px; }
.film_daten .film_regie_name {padding-top: 10px; display: block;font-size: 1.2rem;}
.film_daten .film_regie_copyright {padding-top: 3px; display: block; font-size: 1.2rem;}

.filmarchiv_sub {display: block;}
a.filmarchiv_sub,
a.filmarchiv_sub:visited {font-size: ; color: #3f4158; border-bottom: 0px;}
a.filmarchiv_sub:hover,
a.filmarchiv_sub:focus,
a.filmarchiv_sub:active { color: #4f2b87; border-bottom: 0px; }
a.filmarchiv_sub.active,
a.filmarchiv_sub.active:visited { color: #4f2b87; border-bottom: 0px; }
a.filmarchiv_sub.active:hover,
a.filmarchiv_sub.active:focus,
a.filmarchiv_sub.active:active { color: #3f4158; border-bottom: 0px;}

.filmarchiv_az {display: inline-block; color: #CCC;}
.filmarchiv_az a,
.filmarchiv_az a:visited {font-size: ; color: #3f4158; border-bottom: 0px;}
.filmarchiv_az a:hover,
.filmarchiv_az a:focus,
.filmarchiv_az a:active { color: #4f2b87; border-bottom: 0px; }
.filmarchiv_az a.active,
.filmarchiv_az a.active:visited { color: #4f2b87; border-bottom: 0px; }
.filmarchiv_az a.active:hover,
.filmarchiv_az a.active:focus,
.filmarchiv_az a.active:active { color: #3f4158; border-bottom: 0px;}


.filmprogramm_wrapper {font-size: 1.6rem; line-height: 1.2; font-weight: 400; color:; margin-bottom: 35px; }
.filmprogramm_header { padding-bottom: 10px; display: block; }
.filmprogramm_film {font-size: 2.0rem; padding-bottom: 0px; display: inline;}
.filmprogramm_alter {font-size: 1.8rem; padding-left: 0; font-weight: 400;  }
.filmprogramm_sprache {font-size: 1.7rem; font-weight: 400; display: block; padding-top: 5px;}
.filmprogramm_row { padding-bottom: 5px; display: block; }
.filmprogramm_datum {font-size: 1.8rem; font-weight: 400; color:}
.filmprogramm_beginn {font-size: 1.8rem; font-weight: 400; color:}
.filmprogramm_kino {font-size: 1.8rem; font-weight: 400; color:}
.filmprogramm_bild_bg {width: 100%; height: auto; display: block; overflow: hidden; margin-bottom: 25px;}
.filmprogramm_bild_bg img {height: auto; width: 100%; opacity: 1;}

.programmkalender_wrapper {font-size: 1.6rem; line-height: 24px; font-weight: 400; color:; margin-bottom: 35px;display: block;  }
.programmkalender_wrapper_eroeffnungsfilm {font-size: 1.6rem; line-height: 24px; font-weight: 400; color:; margin-bottom: 0px; display: block; }
.programmkalender_header { padding-bottom: 0px; display: block; }
.programmkalender_kino_wrapper_first {display: block;margin-top: 0px; padding-top: 0px; border-top: 0px; position: relative; float: left; }
.programmkalender_kino_wrapper {display: block; padding-top: 47px; margin-top: 48px; border-top: 1px dotted #cccccc;position: relative; float: left;  }
.programmkalender_kino {font-size: 2.0rem; line-height: 24px;font-weight: 600; color:;display: block;padding-bottom: 0px;}
.programmkalender_kinoadresse {font-size: 1.7rem; line-height: 24px;font-weight: 400; color:; display: block;}
.programmkalender_datum {font-size: 2.0rem; line-height: 24px;font-weight: 500; padding-top: 24px; padding-bottom: 0px; float: left;display: block; position: relative; width: 100%; min-height: 1px;}
.programmkalender_wrapper_eroeffnungsfilm .programmkalender_datum {padding-top: 0px;display: block; }
.programmkalender_row { margin-bottom: 0px;  width: 100%; display: block; position: relative; float: left; min-height: 1px;}
.programmkalender_beginn {font-size: 1.7rem; line-height: 24px;font-weight: 400; width: 23%; display: inline-block; float: left;position: relative;}
.programmkalender_film {font-size: 1.7rem; line-height: 24px;font-weight: 500; color:;  width: 77%; display: inline-block; float: left;position: relative;}
.programmkalender_alter {font-size: 1.7rem; line-height: 24px;font-weight: 400; padding-left: 10px;color:}
.programmkalender_wrapper_trennlinie hr {border-top: 1px dotted #cccccc; margin-top: 35px; margin-bottom: 36px; }





.home_slider_image .home_slider_title_wrapper,
.home_slider_image .home_slider_title_wrapper_left {
    position: absolute;
    left: 20px;
	right: 20px;
	width: auto;
    bottom: 20px;
    z-index: 10;
	line-height: 1.1;
    color: #ffffff;
    text-align: left;
}
.home_slider_image .home_slider_title_wrapper_right {
	left: 20px;
    right: 20px;
    text-align: right;
}
.home_slider_image .home_slider_title_top {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	padding-bottom: 0px;
	-webkit-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
    -moz-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
}
.home_slider_image .home_slider_title {
	display: block;
	width: 100%;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	-webkit-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
    -moz-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
}
.home_slider_image .home_slider_title_sub {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 500;
	padding-top: 0px;
	text-align: center;
	-webkit-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
    -moz-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
}
.home_slider_image .home_slider_title_play {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 15px;
	position: relative;
	float: left;
}

.home_slider_title_wrapper_right .home_slider_title_play {
	text-align: center;
	float: right;
}
.home_slider_image .home_slider_title_wrapper .btn {
	font-size: 1.1rem; 
	padding: .175rem .5rem;
}
.home_slider_title_play_button {
	width: 45px;
	height: 30px;
	background-color: rgba( 79,43,135,1 );
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	border-radius: 6px;
	position: relative;
	float: left;
	display: block;
}
.home_slider_title_wrapper_right .home_slider_title_play_button {
	float: right;
}
.home_slider_title_play_button:hover {
	background-color: rgba( 79,43,135,0.8 );
	box-shadow: 0 0 30px rgba( 0,0,0,0.3 );
}
.home_slider_title_play_button:before {
	content: "";
	border-style: solid;
	border-width: 7.5px 0 7.5px 15px;
	border-color: transparent transparent transparent #fff;
}
.home_slider_title_play_button {
	cursor: pointer;
}
.home_slider_title_play_button:before {
	position: absolute;
}
.home_slider_title_play_button,
.home_slider_title_play_button:hover { 
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.home_slider_title_play_button:before { 
	top: 7.5px;
	left: 17px;
}
a.carousel-control-prev, 
a.carousel-control-next {
	opacity: 1;
}
.home_slider_copyright {
	left: 0px;
	right: 0px;
	width: 100%;
	bottom: 0px;
	text-align: center;
	font-size: 1.0rem;
	color: #ffffff;
	position: absolute;
	padding: 0px 10px 5px 0;
	line-height: 1;
	-webkit-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
    -moz-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
}

.home_movie_box {
	margin-bottom: 30px; 
}
.home_movie_box_image {
	width: 100%;
	height: auto; 
	margin-bottom: 0px;
	background: rgba(0,0,0,0.02);
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}
.home_movie_box_image img {
	height: auto; 
	width: 100%;
	display: block;
	background: transparent; 
}
.home_movie_box_image img.home_movie_box_image_spacer {
	display: none;
}
.home_movie_box_image img.home_movie_box_image_mobile {
	display: block;
	height: auto;
}
.home_movie_box_title { 
	height: auto;
	width: 100%;
	padding: 10px 10px 10px 10px;
	display: block;
	float: left;
	position: relative;
}
.home_movie_box_title h2 {
	padding: 0px;
	margin: 0px;
    color: #ffffff;
    font-size: 1.9rem;
	font-weight: 500;
	line-height: 1.05;
}
.home_movie_box_altersempfehlung {
	position: absolute; 
	display: block;
	top: 10px; right: 10px;
	width: 40px;
	height: 30px; 
	padding: 0px;
	margin: 0px;
	text-align: right;
}
.home_movie_box_altersempfehlung h3 {
	padding: 0px;
	margin: 0px;
    color: #ffffff;
    font-size: 1.85rem !important;
	font-weight: 500;
}
.home_movie_box_title a h2,
.home_movie_box_title a:visited h2 {
    color: rgba(255,255,255,1);
	outline: none !important;
	text-decoration: none !important;
}
.home_movie_box_title a:hover h2,
.home_movie_box_title a:focus h2,
.home_movie_box_title a:active h2 {
    color: rgba(255,255,255,0.8);
	outline: none !important;
	text-decoration: none !important;
}
a:hover .home_movie_box_image {opacity: 0.8;}

.medien_format_1610 { padding:62.5% 0 0 0 !important;position:relative; }
.medien_format_169 { padding:56.25% 0 0 0 !important;position:relative; }
.medien_format_43 { padding:75% 0 0 0 !important;position:relative; }


@media (min-width: 576px) {
	.home_slider_image .home_slider_title_wrapper,
	.home_slider_image .home_slider_title_wrapper_left {
		left: 60px;
		right: auto;
		width: 70%;
		top: 70px;
		bottom: auto;
	}
	.home_slider_image .home_slider_title_wrapper_right {
		right: 60px;
		left: auto;
	}
	.home_slider_image .home_slider_title_top {
		font-size: 1.6rem;
		padding-bottom: 5px;
	}
	.home_slider_image .home_slider_title {
		font-size: 2.8rem;
	}
	.home_slider_image .home_slider_title_sub {
		font-size: 1.6rem;
		padding-top: 10px;
	}
	.home_slider_image .home_slider_title_wrapper .home_slider_title_top,
	.home_slider_image .home_slider_title_wrapper_left .home_slider_title_top,
	.home_slider_image .home_slider_title_wrapper .home_slider_title,
	.home_slider_image .home_slider_title_wrapper_left .home_slider_title,
	.home_slider_image .home_slider_title_wrapper .home_slider_title_sub,
	.home_slider_image .home_slider_title_wrapper_left .home_slider_title_sub,
	.home_slider_image .home_slider_title_wrapper .home_slider_title_play,
	.home_slider_image .home_slider_title_wrapper_left .home_slider_title_play {text-align: left;}
	.home_slider_image .home_slider_title_wrapper_right .home_slider_title_top,
	.home_slider_image .home_slider_title_wrapper_right .home_slider_title,
	.home_slider_image .home_slider_title_wrapper_right .home_slider_title_sub,
	.home_slider_image .home_slider_title_wrapper_right .home_slider_title_play {text-align: right;}
	.home_slider_copyright {
		text-align: right;
		font-size: 1.2rem;
		padding: 5px 25px 10px 25px;
	}
	.home_slider_image .home_slider_title_wrapper .btn {
		font-size: 1.3rem; 
		padding: .375rem .75rem;
	}
	.home_slider_title_play_button {
		width: 45px;
		height: 30px;
	}
	.home_slider_title_play_button:before { 
		top: 7.5px;
		left: 17px;
	}
	.carousel-control-prev, .carousel-control-next {
		width: 10%;
	}
	.home_movie_box_title { 
		height: 55px;
		padding: 8px 10px 0px 10px;
	}
	.home_movie_box_title h2 {
		padding: 0px;
		margin: 0px;
		font-size: 1.6rem;
	}
	.home_movie_box_altersempfehlung {
		top: 9px; right: 10px;
		width: 40px;
		height: 30px; 
	}
	.home_movie_box_altersempfehlung h3 {
		font-size: 1.65rem !important;
	}
	.home_movie_box_image,
	.home_movie_box_image img {
		height: 150px; 
	}
	.home_movie_box_image img.home_movie_box_image_spacer {
		display: block;
	}
	.home_movie_box_image img.home_movie_box_image_mobile {
		display: none;
	}
	.film_daten img.film_regie_portrait {width: 150px; }
	.filmprogramm_bild_bg {height: 81px;}
	.filmprogramm_bild_bg img {display: none;;}
}
@media (min-width: 768px) {
	.home_slider_image .home_slider_title_wrapper,
	.home_slider_image .home_slider_title_wrapper_left {
		left: 65px;
		right: auto;
		width: 55%;
		top: 90px;
	}
	.home_slider_image .home_slider_title_wrapper_right {
		right: 65px;
		left: auto;
	}
	.home_slider_image .home_slider_title_top {
		font-size: 1.8rem;
	}
	.home_slider_image .home_slider_title {
		font-size: 4.2rem;
	}
	.home_slider_image .home_slider_title_sub {
		font-size: 2.0rem;
	}
	.home_movie_box_title { 
		height: 60px;
		padding: 8px 10px 0px 10px;
	}
	.home_movie_box_title h2 {
		padding: 0px;
		margin: 0px;
		font-size: 1.8rem;
	}
	.home_movie_box_altersempfehlung {
		top: 10px; right: 10px;
		width: 40px;
		height: 30px; 
	}
	.home_movie_box_altersempfehlung h3 {
		font-size: 1.75rem !important;
	}
	.home_movie_box_image,
	.home_movie_box_image img {
		height: 206px; 
	}
	.film_daten img.film_regie_portrait {width: 150px; }
	.filmprogramm_bild_bg {height: 119px;  margin-bottom: 0px;}
}
@media (min-width: 992px) {
	.home_slider_image .home_slider_title_wrapper,
	.home_slider_image .home_slider_title_wrapper_left {
		left: 65px;
		right: auto;
		width: 55%;
		top: 75px;
	}
	.home_slider_image .home_slider_title_wrapper_right {
		right: 65px;
		left: auto;
	}
	.home_slider_image .home_slider_title_top {
		font-size: 1.8rem;
	}
	.home_slider_image .home_slider_title {
		font-size: 4.2rem;
	}
	.home_slider_image .home_slider_title_sub {
		font-size: 2.0rem;
	}
	.home_movie_box_title { 
		height: 60px;
		padding: 8px 10px 0px 10px;
	}
	.home_movie_box_title h2 {
		padding: 0px;
		margin: 0px;
		font-size: 1.7rem;
	}
	.home_movie_box_altersempfehlung {
		top: 9px; right: 10px;
		width: 40px;
		height: 30px; 
	}
	.home_movie_box_altersempfehlung h3 {
		font-size: 1.65rem !important;
	}
	.home_movie_box_image,
	.home_movie_box_image img {
		height: 194px; 
	}
	.film_daten img.film_regie_portrait {width: 150px; }
	.filmprogramm_bild_bg {height: 109px; }
	
	.home_slider_title_play_button {
		width: 90px;
		height: 60px;
	}
	.home_slider_title_play_button:before {
		border-width: 15px 0 15px 26.0px;
		top: 15px;
		left: 35px;
	}
}
@media (min-width: 1200px) {
	.home_slider_image .home_slider_title_wrapper,
	.home_slider_image .home_slider_title_wrapper_left {
		left: 90px;
		right: auto;
		width: 45%;
		top: 105px;
	}
	.home_slider_image .home_slider_title_wrapper_right {
		right: 90px;
		left: auto;
	}
	.home_slider_image .home_slider_title_top {
		font-size: 1.9rem;
	}
	.home_slider_image .home_slider_title {
		font-size: 5.0rem;
	}
	.home_slider_image .home_slider_title_sub {
		font-size: 2.2rem;
	}
	.home_movie_box_title { 
		height: 70px;
		padding: 13px 10px 0px 10px;
	}
	.home_movie_box_title h2 {
		font-size: 1.65rem;
	}
	.home_movie_box_altersempfehlung {
		top: 15px; right: 30px;
		width: 40px;
		height: 30px; 
	}
	.home_movie_box_altersempfehlung h3 {
		font-size: 1.85rem !important;
	}
	.home_movie_box_image,
	.home_movie_box_image img {
		height: 154px; 
	}
	.film_daten img.film_regie_portrait {width: 180px; }
	.filmprogramm_bild_bg {height: 181px; }
}
@media (min-width: 1480px) {
	.home_slider_image .home_slider_title_wrapper,
	.home_slider_image .home_slider_title_wrapper_left {
		left: 90px;
		right: auto;
		width: 45%;
		top: 110px;
	}
	.home_slider_image .home_slider_title_wrapper_right {
		right: 90px;
		left: auto;
	}
	.home_slider_image .home_slider_title_top {
		font-size: 2.0rem;
	}
	.home_slider_image .home_slider_title {
		font-size: 6.0rem;
	}
	.home_slider_image .home_slider_title_sub {
		font-size: 2.4rem;
	}
	.home_movie_box_title { 
		height: 73px;
		padding: 15px 20px 0px 20px;
	}
	.home_movie_box_title h2 { 
		font-size: 1.8rem;
	}
	.home_movie_box_altersempfehlung {
		top: 15px; right: 30px;
		width: 40px;
		height: 30px; 
	}
	.home_movie_box_altersempfehlung h3 {
		font-size: 1.85rem !important;
	}
	.home_movie_box_image,
	.home_movie_box_image img {
		height: 195px; 
	}
	.film_daten img.film_regie_portrait {width: 190px; }
	.filmprogramm_bild_bg {height: 181px; }
}














.padding_gallery {padding-bottom: 30px !important;}

/* SIMPLE LIGHTBOX - START */
/*****************************************/
.sl-overlay { background: #fff !important; opacity: 0.9 !important; }
.sl-wrapper button { font-size: 3rem !important; }
.sl-wrapper .sl-close { height: 44px; width: 44px; line-height: 44px; color: #beda9f !important; font-size: 1rem !important; outline: 0 !important;}
.sl-wrapper .sl-close:hover { height: 44px; width: 44px; line-height: 44px; color: #494948 !important; font-size: 1rem !important; outline: 0 !important; opacity: 1 !important;}
.sl-wrapper .sl-counter { color: #beda9f !important; font-size: 2rem !important; }
.sl-wrapper .sl-navigation button { height: 44px; width: 22px; line-height: 44px; color: #beda9f !important; outline: 0 !important;}
.sl-wrapper .sl-navigation button:hover {  color: #494948 !important; outline: 0 !important; opacity: 1 !important;}
.sl-wrapper .sl-navigation button.sl-next,
.sl-wrapper .sl-navigation button.sl-prev { font-size: 3rem !important; outline: 0 !important; }
.sl-wrapper .sl-image .sl-caption { padding: 5px 0 0 0 !important; color: #494948 !important; background: rgba(0, 0, 0, 0) !important; bottom: -20px !important; left: 0; height: 20px !important; right: 0; font-size: 1.3rem !important; line-height: 1.1 !important; font-style: italic; !important; overflow: visible; }
.sl-wrapper .sl-image .sl-download { color: #beda9f !important; }
.sl-spinner { border: 5px solid #beda9f !important; }
.sl-wrapper a:focus {outline: 0 !important;}
a.simpleLightbox { overflow: hidden;}
a.simpleLightbox img { filter: alpha(opacity=100)  !important; opacity: 1 !important;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0); -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0); box-shadow: 0px 0px 5px 2px rgba(0,0,0,0); }
a.simpleLightbox:hover img {  z-index : 5; filter: alpha(opacity=80)  !important; opacity: 0.80 !important; -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.0); -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.0); box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.0); }
a.simpleLightbox .gallery_image.slider img,
a.simpleLightbox:hover .gallery_image.slider img,
a.simpleLightbox .medien_bild.slider img,
a.simpleLightbox:hover .medien_bild.slider img {  filter: alpha(opacity=0)  !important; opacity: 0 !important;}

@media (min-width: 576px) { 
.video > a.simpleLightbox img,
.video > a.simpleLightbox:hover img,
a.simpleLightbox.gallery_image img,
a.simpleLightbox.gallery_image:hover img,
a.simpleLightbox .gallery_image img,
a.simpleLightbox .gallery_image:hover img,
a.simpleLightbox.medien_bild img,
a.simpleLightbox.medien_bild:hover img,
a.simpleLightbox .medien_bild img,
a.simpleLightbox .medien_bild:hover img {  filter: alpha(opacity=0)  !important; opacity: 0.0 !important; }
.video > a.simpleLightbox,
a.simpleLightbox.single_image img { filter: alpha(opacity=100)  !important; opacity: 1 !important;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0); -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0); box-shadow: 0px 0px 5px 2px rgba(0,0,0,0); }
.video > a.simpleLightbox:hover,
a.simpleLightbox.single_image:hover img {  z-index : 5; filter: alpha(opacity=80)  !important; opacity: 0.80 !important; -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.0); -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.0); box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.0); }
a.simpleLightbox div { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0); -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0); box-shadow: 0px 0px 5px 2px rgba(0,0,0,0); }
a.simpleLightbox:hover div {  z-index : 5; filter: alpha(opacity=80)  !important; opacity: 0.8 !important; -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.0); -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.0); box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.0); }
}

/*****************************************/
/* SIMPLE LIGHTBOX - END */


input[type=submit].alt, input[type=submit].cta {
 background-color: rgba(231,29,46,1.0); border-color: rgba(231,29,46,1.0);
}
.added_to_cart.alt:hover, .added_to_cart.cta:hover, .button.alt:hover, .button.cta:hover, button.alt:hover, button.cta:hover, input[type=button].alt:hover, input[type=button].cta:hover, input[type=reset].alt:hover, input[type=reset].cta:hover, input[type=submit].alt:hover, input[type=submit].cta:hover {
 background-color: rgba(231,29,46,0.6); border-color: rgba(231,29,46,0.6);
}
.added_to_cart:hover, .button:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
 color: #fff; background-color: rgba(231,29,46,0.6); border-color: rgba(231,29,46,0.6);
}
.added_to_cart:focus, .button:focus, button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
 outline: 0px dotted #96588a; color: #ffffff;
}
.added_to_cart.loading, .button.loading, button.loading, input[type=button].loading, input[type=reset].loading, input[type=submit].loading {
 opacity: .5
}
.added_to_cart.small, .button.small, button.small, input[type=button].small, input[type=reset].small, input[type=submit].small {
 padding: .5407911001em .875em; font-size: .875em;
}
.added_to_cart.disabled, .added_to_cart:disabled, .button.disabled, .button:disabled, button.disabled, button:disabled, input[type=button].disabled, input[type=button]:disabled, input[type=reset].disabled, input[type=reset]:disabled, input[type=submit].disabled, input[type=submit]:disabled {
 opacity: .5!important; cursor: not-allowed;
}
.added_to_cart.disabled:hover, .added_to_cart:disabled:hover, .button.disabled:hover, .button:disabled:hover, button.disabled:hover, button:disabled:hover, input[type=button].disabled:hover, input[type=button]:disabled:hover, input[type=reset].disabled:hover, input[type=reset]:disabled:hover, input[type=submit].disabled:hover, input[type=submit]:disabled:hover {
 opacity: .5!important
}
.input-text, input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], textarea {
 padding: .2em .5em; background-color: #f2f2f2; color: #43454b; outline: 0; border: 0; -webkit-appearance: none; box-sizing: border-box; font-weight: 300; box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
.input-text:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
 background-color: #e6e5e5; color: #2b2c30;
}
@media (min-width:768px) {  }
@media (max-width:66.4989378333em) { }
@media (max-width:568px) { }



ul.products li.product img {
    display: block;
    width: 100% !important;
}
ul.products.row { margin-right: -15px !important; margin-left: -15px !important; }
ul.products.row li.product { margin-right: 0 !important; margin-left: 0 !important; }
.woocommerce-breadcrumb { margin-bottom: 2em; }
ul.products li.product img,
table.cart .product-thumbnail img,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li,
.single-product div.product .woocommerce-product-gallery .flex-viewport {border: 1px solid #eeeeee;}
.woocommerce-message,
.woocommerce-info {border-left: none !important; background: #dff0d8; color: #3c763d;padding: 1em 1.618em !important; }
.woocommerce-message .button,
.woocommerce-info .button {background: none; color: #3c763d !important; border-left-color: #3c763d !important; opacity: 1.0 !important;}
.woocommerce-message .button:hover,
.woocommerce-message .button:focus,
.woocommerce-info .button:hover,
.woocommerce-info .button:focus {background: none; color: #3c763d !important; border-left-color: #3c763d !important; opacity: 0.7 !important;}
.woocommerce-message a,
.woocommerce-message a:visited,
.woocommerce-info a,
.woocommerce-info a:visited {color: #3c763d !important;  border-bottom: 0px dotted #3c763d !important; opacity: 1 !important;}
.woocommerce-message a:hover,
.woocommerce-message a:focus,
.woocommerce-info a:hover,
.woocommerce-info a:focus {color: rgba(60,118,61,1) !important; border-bottom: 0px dotted #3c763d !important; opacity: 0.7 !important;}
.single-product .woocommerce-message,
.single-product .woocommerce-info {margin-top: 1.6em; margin-bottom: 1.6em; }

.woocommerce-message a.button,
.woocommerce-info a.button {font-size: 16px !important; padding: 0px 15px !important;}


.single-product div.product p.price { font-size: 1.41575em !important; }
span.woocommerce-Price-amount {font-weight: 600;}
ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2 {font-size: 1.4em; font-weight: 300;}
ul.products li.product .price {}
.woocommerce .shop_attributes p {margin: 0 0 0 0 !important; font-size: 1em !important}
.woocommerce-EditAccountForm fieldset,
.woocommerce-EditAccountForm fieldset legend { padding: 0 !important; background: none !important; margin-left: 0 !important;}
.woocommerce-tabs ul.tabs {display: none !important;}

.storefront-full-width-content .woocommerce-tabs  {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
}
.storefront-full-width-content .woocommerce-tabs .panel {width: 100% !important; margin-bottom: 0em}
.storefront-full-width-content .woocommerce-tabs .panel th, .storefront-full-width-content .woocommerce-tabs .panel td {padding: 0.2em 0.2em !important; background: none !important ; border-top: 1px solid rgba(0,0,0,.05);}
.storefront-full-width-content .woocommerce-tabs .panel th:nth-child(2n), .storefront-full-width-content .woocommerce-tabs .panel td:nth-child(2n) {background: none !important;}
.storefront-full-width-content .woocommerce-tabs .panel table {border-bottom: 1px solid rgba(0,0,0,.05);}
.storefront-full-width-content .woocommerce-tabs .panel h2 {margin-bottom: 0.5em !important; display: none !important;}

.widget_search form:before, 
.widget_product_search form:before {    top: 0.5em;   left: 0.5em;
}






/*=======================================
= Contact Section                       =
=======================================*/

.contact-form fieldset {background: none !important; padding: 1.618em 0;}
.contact-form .input { display: block; position: relative; float: left;vertical-align: top; z-index: 1; }
.contact-form .input-field { background: transparent; border: 1px solid transparent; border-radius: 0; display: block; line-height: 1.5; padding: 8px 13px; position: relative; transition: border-color 0.25s; webkit-appearance: none; webkit-transition: border-color 0.25s; width: 100%;box-shadow:none !important; border-bottom: 1px solid #b8b7cb; }
.contact-form .textarea-label { display: block; }
.contact-form .textarea { height: 8em; border-color: #b8b7cb;}
.contact-form .input-label, .contact-form .textarea-label { display: block; font-weight: normal; margin-bottom: 2px; moz-user-select: none; ms-user-select: none; overflow: hidden; padding: 0 0px; pointer-events: none; text-align: left; user-select: none; webkit-user-select: none; width: 100%; }
.contact-form .input-label { cursor: text; margin-bottom: 0; position: relative; float: left; z-index: 3; }
.contact-form .input-label-content-error { color: #ff2200 !important; }
.contact-form .input-field:focus + .input-field, .contact-form .input--filled .input-field { background-color: transparent; border-color: rgba(0, 0, 0, 0.5); }
.contact-form .form-message { line-height: 22px; padding: 20px; text-align: center; }
.contact-form #form-validation {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: -120px;
    left: 0;
    right: 0;
}

.contact-form .alert-danger {
    color: #ff2200;
    background-color: #f2f2f2;
    border-color: #eeeeee;
}
.contact-form .input-field:focus {
  border: 1px solid #757a86;
}
.contact-form .success {
  color: #385e9d;
  background-color: rgba(0, 0, 0, 0.1);
}
.contact-form .error {
  color: #5e1316;
  background-color: #df5e63;
}
