@font-face {
    font-family: GeosansLight;
    src: url('font/GeosansLight.eot');
    src: url('font/GeosansLight.eot?#iefix') format('embedded-opentype'),
         url('font/GeosansLight.woff') format('woff'),
         url('font/GeosansLight.ttf') format('truetype'),
         url('font/GeosansLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin:0;
	padding:0;
}
*:focus {
	outline: none;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html, body {height:100%;}

body {
	background-color: #cad3d8;
  /*background-image: url(../img/body_bgrnd.jpg);*/
	background-position: center top;
	/*background-size: auto 100%;*/
	background-repeat: no-repeat;
  background-attachment: fixed;
	/*font-family: 'Ginora', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: 'Arial', sans-serif;
	/*font-family: Vera;*/
	/*font-weight: 300;*/
	font-size: 15px;
	color: #310;
	/*text-transform: uppercase;*/
	letter-spacing: 0px;
	font-variant-numeric: proportional-nums;
}
body.blank {
}
body.closed {
}

img {
	border:none;
	max-width: 100%;
}
p, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:active {
	color: #003366; text-decoration: none; /* b46312, b60a0a */
}
a:hover {
	color: #003366; text-decoration: underline;
}
a.anchor {
    display: block;
    position: relative;
    top: -160px;
    visibility: hidden;
}
.link {
	color: #003366; text-decoration: none;cursor:pointer;
}
.link:hover {
	color: #003366; text-decoration: underline;
}

#p_top {
    display: block;
    position: relative;
    /*top: 400px;*/
    visibility: hidden;
}

div.clear {clear: both;}

h1 {margin-top:0px;margin-bottom:0px;font-family: Georgia,serif;font-size:2.8em;font-weight:bold;color:#003366;text-shadow: 0px 0px 3px #fff;}
h2 {margin-top:0px;margin-bottom:0px;font-size:2.2em;font-family: Georgia,serif;font-weight:bold;color:#003366;text-shadow: 0px 0px 3px #fff;}
h3 {margin-top:0px;margin-bottom:10px;font-size:1.9em;font-family: Georgia,serif;font-weight:bold;color:#003366;text-shadow: 0px 0px 3px #fff;}
h4 {margin-top:0px;margin-bottom:6px;font-size:1.4em;font-family: Georgia,serif;font-weight:bold;color:#003366;text-shadow: 0px 0px 3px #fff;}
h5 {margin-top:0px;font-size:1.0em;font-weight:bold;color:#003366;}
h6 {margin-top:0px;font-size:0.9em;font-weight:bold;color:#003366;}

hr {height:1px;border:0px solid #146c97;background-color:#146c97;color:#146c97;}

input {margin:0;padding:0;font-family: 'Arial', sans-serif;font-size:15px;}
textarea {font-family: 'Arial', sans-serif;font-size:15px;}
select {font-family: 'Arial', sans-serif;font-size:15px;}
input[type=submit] {
	padding:10px 20px;font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size:17px;color:#fff;cursor:pointer;
}
input[type=button] {
	background-color:#005cc3;border:1px solid #222;padding:8px 20px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; font-weight:normal; color:#fff; cursor:pointer;
	border-radius: 8px;
}
input[type=checkbox], input[type=radio] {
    white-space: nowrap;
    overflow:hidden;
    width:15px;
    height:15px;
}
input[type=checkbox]:checked {
}
input[type=checkbox]:hover {
}
input, textarea {
  width: 100%;
	max-width: 572px;
}
input[type=text], textarea {
}

button {
	background-color:#003366;
  border:1px solid #fff;
  padding:8px 20px;
  font-family: 'Open Sans', 'Helvetica Neue',
  Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  cursor:pointer;
	border-radius: 8px;
}
.button {
    float: left;
    background-color:#003366;
    border: 1px solid #d97;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0px 1px 6px #999;
    font-size: 17px;
    color: #fff;
}
.button:hover {
  background-color: #874f17;
  box-shadow: 0px 1px 6px #fff;
}
.button a {
    display: block;
    padding: 3px 12px;
    font-size: 17px;
    color: #fff;
}

.responsive-video {
    position: relative;
    /*padding-bottom: 55%;*/
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}
.responsive-video video,
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	max-width: 720px;
}

a.link_button {
	padding: 16px 20px 0 20px;
	display: inline-block;
	width: 220px;
	height: 44px;
	background-color: #005cc3;
	vertical-align: middle;
	text-align: center;
	font-size: 23px;
	color: #fff;
}
a.link_button_active {
	background-color: #005cc3;
	color: #fff;
}
a.link_button div {
	margin: 16px 0 0 0;
}
a.link_button:hover, a.link_button:active {
	background-color: #005cc3;
	color: #fff;
}

span.subscript {
	font-size:70%;
	position:relative;
	bottom:-0.5em;
}
span.superscript {
	font-size:70%;
	position:relative;
	bottom: 0.5em;
}

img, iframe, object, embed {
  max-width: 100%;
}

.main_alert_text {
	text-align: center;
}

/* ui-dialog - alert window */

.ui-dialog {
	position: fixed;
}
.ui-dialog.ui-widget.ui-widget-content {
 	border: 2px solid #005cc3;
    border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	/*overflow: hidden;*/
	color: #000;
}
.ui-dialog .ui-widget-content {
	border: none;
}
.ui-dialog .ui-widget-header {
	display: none;
	border: 1px solid #0f0;
	background: #999;
	color: #333;
	font-weight: bold;
}
.ui-dialog .ui-dialog-content {
	background: #fff;
	padding: 10px 10px;
	font-size: 15px;
	color: #333;
}
.ui-dialog .ui-dialog-buttonpane {
	margin-top: 0;
	padding: 10px 10px;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: 0;
    border-radius: 6px;
	background: #666;
	font-size: 15px;
	color: #fff;
}

/* overlay */
#overlay_window {
	margin: 46px 20px;
	min-width: 100px;
	width: 800px;
	/*min-height: 100px;*/
	transform: scale(1);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	/*overflow: hidden;*/
	color: #000;
}
#overlay_window.overlay_default {
  padding: 15px 15px;
	border: 2px solid #003366;
	border-radius: 15px;
	background-color: #fff;
}
#overlay_window.overlay_privacy {
  padding: 25px 25px;
	border: 2px solid #003366;
	border-radius: 15px;
	background-color: #fff;
  font-size: 13px;
}

#overlay_window h1, #overlay_window h2, #overlay_window h3, #overlay_window h4, #overlay_window h5, #overlay_window h6 {
	text-shadow: none;
}
.popup_visible #overlay_window {
  transform: scale(1);
}
#overlay_window .bclose {
  position: absolute;
  z-index: 502;
  right: 15px;
  top: 15px;
	width: 26px;
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(../img/sys/win_close.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
#overlay_window img {
	display: block;
	max-width: 100%;
	height: auto;
}

#overlay_window.overlay_privacy {
  font-size: 0.8em;
}
#overlay_window.overlay_privacy h1, #overlay_window.overlay_privacy h2, #overlay_window.overlay_privacy h3, #overlay_window.overlay_privacy h4, #overlay_window.overlay_privacy h5, #overlay_window.overlay_privacy h6 {
  /*font-family: Arial, Helvetica, sans-serif;*/
  margin: 0;
}
#overlay_window.overlay_privacy h1 {
  font-size: 1.9em;
  color: #666;
}
#overlay_window.overlay_privacy h2 {
  font-size: 1.6em;
  color: #666;
}
#overlay_window.overlay_privacy h3 {
  font-size: 1.3em;
  color: #666;
}
#overlay_window.overlay_privacy h4 {
  font-size: 1.1em;
  color: #666;
}
#overlay_window.overlay_privacy a, #overlay_window.overlay_privacy a:hover {
  color: #888;
}
#overlay_window.overlay_privacy .config_cnt {
  max-height: 300px;
  overflow: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 0px;
}
#overlay_window.overlay_privacy .category {
  margin: 10px 0 5px 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px 0px 10px;
}
#overlay_window.overlay_privacy .category .cnt {
  margin: 0px 0 15px 0;
}
#overlay_window.overlay_privacy .category .cnt .desc {
  padding: 4px 2px;
}
#overlay_window.overlay_privacy .category:last-child {
  border-bottom: none;
}
#overlay_window.overlay_privacy .category .b_drop {
  float: right;
  min-height: 30px;
  margin-left: 10px;
  margin-top: -5px;
}
#overlay_window.overlay_privacy .category .b_drop .itm {
  margin-right: 5px;
  margin-left: 10px;
  font-size: 25px;
  color: #999;
  transform: rotate(90deg);
  cursor: pointer;
}
#overlay_window.overlay_privacy .category .b_drop .itm.rev {
  margin-right: 8px;
  margin-left: 7px;
  transform: rotate(-90deg);
}
#overlay_window.overlay_privacy .category .b_drop .itm:hover {
  color: #222;
}
#overlay_window.overlay_privacy .category .b_switch {
  float: right;
  min-height: 30px;
  margin-left: 20px;
}
#overlay_window.overlay_privacy .services {
  padding: 0px 0 5px 0;
}
#overlay_window.overlay_privacy .service {
  margin: 0 0px 10px 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fbfbfb;
  padding: 10px;
}
#overlay_window.overlay_privacy .service .title {
  font-weight: bold;
}
#overlay_window.overlay_privacy .button_config {
  float: left;
  width: 49%;
  margin-right: 2%;
  padding: 10px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #eee;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #666;
  cursor: pointer;
}
#overlay_window.overlay_privacy .button_config:hover {
  background-color: #444;
  color: #fff;
}
#overlay_window.overlay_privacy .button_accept {
  float: left;
  width: 49%;
  padding: 10px 10px;
	border: 1px solid #003366;
	border-radius: 5px;
	background-color: #666;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
#overlay_window.overlay_privacy .button_accept:hover {
  background-color: #444;
  color: #fff;
}

#overlay_window.overlay_privacy .service .b_switch {
}
#overlay_window.overlay_privacy .b_switch {
  float: right;
  height: 100%;
}
#overlay_window.overlay_privacy .b_switch .itm {
  display: block;
  width: 100%;
  height: 100%;
}
#overlay_window.overlay_privacy .chk-none {
  display: none; /*remove checkbox*/
}
#overlay_window.overlay_privacy .toggle {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 52px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
  overflow: hidden;
   /* left, top, tranform for centering container*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*transform: translate3D(-50%, -50%, 0);*/
  /*font-size: 11px;*/
}
#overlay_window.overlay_privacy .toggle.inactive {
  cursor: default;
}
#overlay_window.overlay_privacy .toggle::before,
#overlay_window.overlay_privacy .toggle::after {
  position: absolute;
  width: 52px;
  height: 20px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: bold;
  box-sizing: border-box;
  transition: left .5s ease-in-out;
}
#overlay_window.overlay_privacy .toggle::before {
  content: "EIN";
  color: #eee; /*lightsteelblue*/
  background-color: #0e630f;  /*royalblue*/
  text-align: left;
  padding: 4px 10px;
  /*box-shadow: inset 0 0 5px 1px rgba(0, 0, 128, 0.3);*/
  left: -20px;
}
#overlay_window.overlay_privacy .toggle.inactive::before {
  background-color: #ccc;  /*royalblue*/
  color: #fff;
}
#overlay_window.overlay_privacy .toggle::after {
  content: "AUS";
  background-color: #f3f3f3;
  text-align: right;
  color: #888;
  padding: 4px 7px;
  /*box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.3);*/
  left: 0px;
}
#overlay_window.overlay_privacy .toggle.inactive::after {
  background-color: #fff;  /*royalblue*/
  color: #bbb;
}
#overlay_window.overlay_privacy .handle {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 21px;
  border: 2px solid #eee;
  background-color: #666;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  z-index: 5;
  left: 0px;
  transition: left .5s ease-in-out, background-color .5s ease-in-out;
}
#overlay_window.overlay_privacy .toggle.inactive .handle {
  background-color: #bbb;
}
#overlay_window.overlay_privacy input[type="checkbox"]:checked + .toggle::before {
  left: 0px;
}
#overlay_window.overlay_privacy input[type="checkbox"]:checked + .toggle::after {
  left: 33px;
}
#overlay_window.overlay_privacy input[type="checkbox"]:checked + .toggle .handle {
  left: 33px;
  background-color: #21a623; /*#59e;*/
}
#overlay_window.overlay_privacy input[type="checkbox"]:checked + .toggle.inactive .handle {
  background-color: #ddd; /*#59e;*/
}

/* GMap Privacy Overlay */
.gmap-privacy {
}
.gmap_privacy_overlay {
	overflow: hidden;
	width: 100%;
	height: 400px;
	border: 1px solid #ccc;
}
.gmap_privacy_overlay .img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/map/gmap_bgrnd.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: transform 0.8s, filter 1.2s ease-in-out;
  transform-origin: center center;
}
.gmap_privacy_overlay .img:hover {
	transform: scale(1.08);
}
.gmap_privacy_overlay .info {
	margin-bottom: 5px;
	font-size: 13px;
	color: #666;
}
.gmap_privacy_overlay .cnt {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: -400px 0px 0px 0px;
	padding: 100px 20px;
	box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.05);
}

/* main */
#b_wrapper {
	position: fixed;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	transition: transform 0.8s, filter 1.2s ease-in-out;
	transform-origin: center center;
}
#m_wrapper {
	display: none;
	position: fixed;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
}
#m_page {
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding-bottom: 0px;
	top: 0;
	left: 0;
}
body.onepage #m_page {
	position: unset;
}

#m_head {
	/*position: absolute;*/
  /*z-index: 10000;*/
	width: 100%;
  left: 0;
	top: 0;
}

#m_left {
	display: none;
}
#m_content {
}
#m_center {
	position: relative;
	min-height: 100vh;
	height: auto !important;
	padding-top: 250px;
	padding-bottom: 200px;		/* footer height */
}
body.onepage #m_center {
	position: unset;
  padding-top: 250px;
	padding-bottom: 0px;		/* footer height */
}
body.blank #m_center {
}
#m_center .bgrnd {
}
#m_bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	/*background-color: rgba(81,52,8,.9);*/
  /*background: linear-gradient(0deg, rgba(81,52,8,1) 10%, rgba(81,52,8,0.7) 100%);*/
}
body.onepage #m_bottom {
	position: relative;
}
#m_bottom .bgrnd {
}
#m_totop {
	display: none;
	position: fixed;
	z-index: 12;
	bottom: 0;
	right: 0;
	width: 80px;
	height: 80px;
	margin: 0 40px 40px 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: rgba(50, 50, 50, 0.5);
}
#m_totop a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

section {
	clear: both;
	/*min-height: 50vh;*/
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-attachment: fixed;
}
section .bgrnd {
	width: 100%;
	height: 100%;
	/*min-height: 100vh;*/
	/*background-image: url(img/bgrnd_stars.png);*/
	/*background: linear-gradient(to bottom, rgba(0,0,160,0.0) 60%, rgba(0,0,160,0.2) 90%, rgba(0,0,160,0.4) 100%);*/
	padding: 40px 0px 40px 0px;
}
section:last-child {
	border-bottom: 0px;
}
section .bgrnd-gt {
	width: 100%;
	height: 100%;
	/*min-height: 580px;*/
	/*min-height: 100vh;*/
	/*background-image: url(img/bgrnd_stars.png);*/
	/*background: linear-gradient(to bottom, rgba(0,0,160,0.0) 50%, rgba(0,0,160,0.025) 80%, rgba(0,0,160,0.07) 100%);*/
	background-size: cover;
	padding: 0px 0 30px 0;
}
section .bgrnd-gt::after {
	clear:both;
}
section .bgrnd-dv {
	padding: 0px;
}
section .bgrnd-bl {
	padding: 0px;
	background: none;
}

section.bgm {
	background-color: transparent;
}
section .box.bgm h1, section .box.bgm h2, section .box.bgm h3 {
	/*text-shadow: 0 0px 10px #000;*/
}
section .op_box {

}
section.first {
	/*min-height: 100vh;*/
}

.m_content {
	/*background-color: #fff;*/
}
.m_content .wrapper {
}
.m_content .box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	/*background-color: #eee;*/
	/*border: 6px solid #fff;*/
	/*border-radius: 40px;*/
	/*-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);*/
	/*-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);*/
	/*box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);*/
}
#startseite .bgrnd-bl {
	/*min-height: 80vh;*/
}

#first-class h1 {color:#c2c8ff;}

.cname-startseite .box {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.m_content .box ul {
	margin: 0 20px;
}
.m_content .box ul li {
	/*padding: 4px 0;*/
}
.m_content p img {
	max-width: 100%;
	margin: 0px 0px 0px 0px;
}
.m_content p video {
	display: block;
}
.m_content .imgc {
	display: inline-block;
	padding: 10px 10px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.m_content .imgc img {
	display: block;
}
/* PDF Iframe */
.m_content .box .ipdf {
	height: 1450px;
}

.m_content .single {
	border-top: 12px solid #146c97;
	position: relative;
	left: 50%;
	margin-left: -38%;
	width: 76%;
	/*min-height: 600px;*/
  /*border: 1px solid #443309;*/
	border-radius: 0px 0px 14px 14px; /* CSS3 */
  background-color: rgba(215, 222, 225, 0.9);
	box-shadow: 0px 1px 6px #003366;
  padding: 40px 60px;
  text-align: left;
}
.m_content .single-gt {
	position: relative;
	text-align: left;
}
body.onepage .m_content .single-gt {
	position: relative;
	left: 50%;
	margin-left: -38%;
	width: 76%;
	/*border: 1px solid #443309;*/
	/*border-radius: 0px 0px 14px 14px;*/
	background-color: rgba(215, 222, 225, 0.9);
	box-shadow: 0px 1px 6px #003366;
	padding: 40px 60px;
	text-align: left;
}

.m_content .single-dv {
	position: relative;
	left: 50%;
	margin-left: -38%;
	width: 76%;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	/*min-height: 600px;*/
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.m_content .single-bl {
	left: 0;
	margin-left: 0px;
	width: 100%;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0px 0px 0px 0px;
}

body.onepage .single-gt {
	margin-top: 0px;
}

.m_content .left {
	float: left;
	width: 46%;
	padding: 0;
}
.m_content .right {
	float: right;
	width: 46%;
	padding: 0;
}

.m_content .col_1-1 {
	float: left;
	width: 46%;
	padding: 0;
}
.m_content .col_1-2 {
	float: right;
	width: 46%;
	margin: 0;
	padding: 0;
}
.m_content .col_2-1 {
	float: left;
	width: 72%;
	padding: 0;
}
.m_content .col_2-2 {
	float: right;
	width: 25%;
	margin: 0;
	padding: 0;
}

.m_content .box1 {
	position: absolute;
	bottom: 25vh;
	width: 100%;
	background-color: rgba(14, 31, 60, 0.3);
	padding: 15px 20px 15px 20px;
	text-align: center;
}
.m_content .box1 a {
	color: #fff;
}
.m_content .box1 img {
	max-width: 100%;
	display: block;
}
.m_content .box1:nth-child(3n) {
	margin: 0px 0 30px 0;
}

.m_content .box2 {
	width: 100%;
	background: linear-gradient(180deg, rgba(240,240,248,1) 0%, rgba(255,255,255,1) 100%);
	padding: 20px 20px 20px 20px;
}
.m_content .box2 .left {
	width: 48%;
}
.m_content .box2 .right {
	width: 48%;
}

.m_content .box3-1 {
  float: left;
	width: 30%;
  margin-right: 5%;
	padding: 20px 20px 20px 20px;
}
.m_content .box3-2 {
  float: left;
	width: 30%;
  margin-right: 5%;
	padding: 20px 20px 20px 20px;
}
.m_content .box3-3 {
  float: left;
	width: 30%;
	padding: 20px 20px 20px 20px;
}
.m_content .box3-23 {
  float: right;
	width: 60%;
  margin-right: 5%;
	padding: 20px 20px 20px 20px;
}


.m_content .right_stick {
	position: fixed;
	z-index: 102;
	float: right;
    top: 90px;
}

.box_infotext {
	background-color: #f6f6fc;
	border: 2px dotted #005cc3;;
	padding: 20px 15px;
}

#home-main .single-gt {
	padding: 30px 30px;
}

body.page-programm .m_content .single {
	border-top: 12px solid #146c97;
}
body.page-programm .m_content .col_1-1, body.page-programm .m_content .col_1-2 {
  width: 44%;
  text-align: center;
}
body.page-programm .m_content .col_1-1 {
  margin-left: 2%;
}
body.page-programm .m_content .col_1-2 {
  margin-right: 2%;
}
body.page-programm .m_content .band_daygroup {
  display: block;
  min-height: 100px;
  padding: 15px;
}
body.page-programm .m_content .band_daygroup.rightbox {
}

.band_daygroup .item {
  width: 100%;
  margin: 0 0 5px 0;
  border: 2px solid #d6b77a;
  border-radius: 12px 0px 0px 12px;
  background: rgb(134, 90, 2, 1);
  padding: 2px 4px;
  color: #ffefd2;
  text-align: right;
  cursor: pointer;
}
.band_daygroup .item.reven {
  background: rgba(100, 70, 12, 1);
}
.band_daygroup .item.rightbox {
  margin: 0 0 5px 0;
  border-radius: 0px 12px 12px 0px;
  text-align: left;
}
.band_daygroup .item.reven {
  margin-left: -10px;
}
.band_daygroup .item.reven.rightbox {
  margin-left: 10px;
}

.band_daygroup .item .img {
  float: left;
  margin: 0 10px 0 6px;
}
.band_daygroup .item.rightbox .img {
  float: right;
  margin: 0 6px 0 10px;
}
.band_daygroup .item .img img {
  display: block;
  width: 110px;
  border: 4px solid #c99a40;
  border-top: 1px solid #c99a40;
  border-bottom: 1px solid #c99a40;
  border-radius: 10px;
}
.band_daygroup .item .img_blank {
  float: left;
  display: block;
  margin: 0 10px 0 5px;
  width: 110px;
  height: 70px;
  border: 4px solid #c99a40;
  border-top: 1px solid #c99a40;
  border-bottom: 1px solid #c99a40;
  border-radius: 10px;
  background: rgba(65, 43, 7, 1);
}
.band_daygroup .item.rightbox .img_blank {
  float: right;
  margin: 0 5px 0 10px;
}

.band_daygroup .item .cnt_wrp {
}
.band_daygroup .item .date {
  float: left;
}
.band_daygroup .item .timestart {
  padding: 10px 10px 6px 10px;
  font-size: 15px;
  color: ##fbe1b4;
}
.band_daygroup .item .timeend {
  padding: 10px 10px 6px 10px;
  font-size: 15px;
  color: #fbe1b4;
}
.band_daygroup .item .title {
  padding: 4px 10px 4px 10px;
  font-weight: bold;
}
.band_daygroup .item .title h4 {
  margin-top: 0px;
  font-size: 1.2em;
  color: #ffefd2;
  text-shadow: none;
}
.band_daygroup_overlay {
  padding: 20px 20px;
	border: 2px solid #976e1b;
	border-radius: 15px;
  background-color: rgba(65, 43, 7, 0.95);
  background: linear-gradient(0deg, rgb(73, 49, 4) 0%, rgb(57, 36, 2) 10%, rgb(61, 41, 0) 25%, rgb(70, 46, 2) 80%, rgb(104, 75, 7) 96%, rgb(255, 215, 0) 99%, rgb(117, 84, 20) 100%);
}
.band_daygroup_overlay .band_detail {
  /*margin-top: 34px;*/
  color: #ffefd2;
}
.band_daygroup_overlay .band_detail h1, .band_daygroup_overlay .band_detail h2, .band_daygroup_overlay .band_detail h3, .band_daygroup_overlay .band_detail h4 {
  color: #f0dfc1;
}
.band_daygroup_overlay .band_detail h1 {
  font-size: 1.6em;
}
.band_daygroup_overlay .band_detail h3 {
  font-size: 1.2em;
}
.band_daygroup_overlay .bclose {
  background-color: rgba(65, 43, 7, 0.95);
  border: 1px solid #543000;
  border-radius: 50%;
  box-shadow: -1px 1px 2px 2px #473210;
}
.band_daygroup_overlay a {
  color: #ffd0a0;
}

.band_detail {
}
.band_detail .hp_logo {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  margin-top: -60px;
  width: 160px;
}
.band_detail .hp_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.band_detail .img {
  width: 100%;
  margin: 0 0px 20px 0;
}
.band_detail .img img {
  display: block;
  width: 100%;
  border: 1px solid #84611e;
  border-radius: 5px;
}
.band_detail .title {
  padding: 4px 10px 8px 0px;
  font-weight: bold;
  font-size: 21px;
}
.band_detail .desc {
  padding: 10px 10px 10px 0px;
}
.band_detail .url {
  padding: 20px 10px 8px 0px;
}
.band_detail .timestart {
  padding: 8px 10px 8px 0px;
}
.band_detail .timeend {
  padding: 8px 10px 8px 0px;
}
.band_detail .onstage {
  margin-top: 20px;
}

body.page-programm h1, body.page-programm h2, body.page-programm h3, body.page-programm h4 {
}
body.page-programm h2 {
  margin-bottom: 4px;
}
body.page-programm hr {
  margin-top: 15px;
  border: 0px solid #146c97;
  background-color: #146c97;
}

body.page-infos .m_content .single {
	border-top: 12px solid #146c97;
}
body.page-infos h1, body.page-infos h2, body.page-infos h3, body.page-infos h4 {
}
body.page-infos .m_content .single .left {
  width: 25%;
  padding-top: 20px;
}
body.page-infos .m_content .single .right {
  /*float: left;*/
  width: 75%;
  margin-top: 0px;
}
#info_cnt img {
  border-radius: 8px;
}
#info_cnt {
  /*border: 1px solid #468205;*/
  /*border-radius: 0px 20px 20px 0px;*/
  border-radius: 15px;
  border: 2px solid #aec2cc;
  background: rgba(255,255,255,0.4);
  padding: 40px;
  min-height: 560px;
}
#info_cnt .icon_info {
  float: right;
  display: inline-block;
  margin: 40px 0 20px 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #1a7b1b;
  background: rgb(45, 150, 45);
  text-align: center;
}
#info_cnt .icon_info img {
  max-width: 100%;
  max-height: 100%;
  margin: 10px;
}


body.page-tickets .m_content .single {
  /*background-color: rgba(205, 255, 240, 0.85);*/
  /*border-top: 12px solid #00875f;*/
  /*background-color: rgba(176, 236, 255, 0.85);*/
  border-top: 12px solid #146c97;
}
body.page-tickets h1, body.page-tickets h2, body.page-tickets h3, body.page-tickets h4 {
  /*color: #00875f;*/
}

body.page-webcam .m_content .single {
  border-top: 12px solid #146c97;
}
body.page-webcam h1, body.page-webcam h2, body.page-webcam h3, body.page-webcam h4 {
}

/* head */

#m_head .bgrnd {
	/*z-index: 100;*/
	/*position: absolute;*/
	/*position: fixed;*/
	/*top: 0px;*/
	margin-top: 0;
	width: 100%;
  /*height: 80px;*/
}
#h_content {
	/*z-index: 101;*/
	/*position: absolute;*/
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -38%;
	width: 76%;
	margin-bottom: 0;
	padding: 0px 0px 0px 0px;
}
#h_logo_bg {
	position: absolute;
	width: 1200px;
	height: 800px;
	left: 50%;
	/*z-index: 110;*/
	margin: -70px 0 0 -600px;
	/*background-image: url(../img/logo_bg.png);*/
	background-repeat: no-repeat;
	background-position: center 15px;
	background-size: 100% auto;
}
#h_logo {
	position: absolute;
	left: 50%;
	/*float: right;*/
	z-index: 300;
	margin: 72px 0 0 -130px;
}
#h_logo img {
	max-width: 260px;
}
#h_date {
  position: absolute;
  left: 0;
	z-index: 118;
  margin: 154px 0 0 20px;
}
#h_date_val {
  font-family: Georgia,serif;
  font-size: 25px;
  color: #fff;
}
#h_date_val div {
  display: inline-block;
  margin-right: 8px;
}
#h_date_left {
  /*padding-top: 4px;*/
  font-family: Georgia,serif;
  font-size: 25px;
  color: #fff;
}
#h_date_left div {
  display: inline-block;
  margin-right: 8px;
}
#h_loc {
  position: absolute;
  right: 0;
	z-index: 119;
  margin: 154px 20px 0 0;
  font-family: Georgia,serif;
  font-size: 25px;
  color: #fff;
}
#h_loc div {
  display: inline-block;
  margin-left: 6px;
}

#h_search{
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	/*float: right;*/
	margin-top: 15px;
	height: 40px;
	background-color: #fff;
	/*background-image:url(../img/search_bgrnd.png);*/
	/*background-repeat: no-repeat;*/
	border: 1px solid #999;
	border-radius: 10px;
}
#h_search .search_tf {
	width: 330px;
	border: none;
	border-right: 1px solid #bbb;
	background: none;
}
#h_search .search_bt {
	width: 60px;
	margin-top: 8px;
	margin-left: 0px;
	border: none;
	background: none;
	font-size: 19px;
	color: #444;
}
#h_search input {
	font-size: 19px;
	padding: 0;
	color: #444;
}

.m_content .right_stick {
	position: fixed;
	z-index: 102;
	float: right;
    top: 90px;
}

/* menu */

#h_menu {
  position: absolute;
  z-index: 250;
  top: 200px;
  width: 100%;
  /*border: 1px solid #443309;*/
  border-radius: 14px 14px 0px 0px;
  background: rgb(68,51,9);
  background: linear-gradient(0deg, rgb(0, 51, 102) 51%, rgb(12, 71, 129) 83%, rgb(34, 96, 159) 94%, rgb(68, 132, 197) 98%, rgb(0, 51, 102) 100%);
  box-shadow: 0px 1px 6px #003366;
  font-family: Georgia,serif;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0px;
}

/* menu 1 */

#menu_1 {
  float: left;
	/*margin: 14px 20px;*/
  margin: 9px 20px 0px 20px;
}
#menu_1 ul {
	/*display: inline-block;*/
	/*margin: auto;*/
}
#menu_1 li {
  position: relative;
	display: inline;
	float: left;
	margin-right: 12px;
  border-right: 1px solid #2f6092;
  /*background-image: url(../img/stern_l.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: right 15px;*/
	padding:0;
	color: #fff;
}
#menu_1 li:last-child {
	border-right: none;
}
#menu_1 li a {
  display: inline-block;
  margin: 0 12px 0 0;
	color: rgb(255, 255, 255);
}

#menu_1 ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#menu_1 ul li a.active {
	color: #fff;
}
#menu_1 ul li a.active:hover {
	color: #fff;
}
#menu_1 ul li div {
  padding: 7px 10px 12px 28px;
}
#menu_1 ul li div.desc {
	display: none;
}
#menu_1 ul li div.nolink {
	color: rgb(255, 255, 255);
	cursor: pointer;
}
#menu_1 ul li div.nolink_active {
}
#menu_1 ul li div.onc {
	color: rgb(255, 255, 255);
	cursor: pointer;
}
#menu_1 ul li div.onc:hover {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}

#menu_1 ul li ul {
	display: none;
	position: absolute;
	min-width: 280px;
	margin-left: 10px;
	padding:0px 0px;
	text-align: left;
	color: rgb(255, 255, 255);
	background-color: #003388;
	-moz-box-shadow: 0px 2px 4px #333;
	-webkit-box-shadow: 0px 2px 4px #333;
	box-shadow: 0px 2px 4px #333;
	font-size: 17px;
}
#menu_1 ul li.mp_4 ul {
	/*min-width: 380px;*/
}

#menu_1 ul li ul li {
	position: relative;
	display: block;
	float: none;
	padding: 14px 12px 14px 12px;
	border: none;
	border-bottom: 1px solid #3366aa;
	background: none;
	/*text-transform: uppercase;*/
}
#menu_1 ul li ul li:last-child {
	padding-right: 12px;
}
#menu_1 ul li ul li.active {
	background-color: #005cc3;
}
#menu_1 ul li ul li:hover {
	background-color: #005cc3;
}
#menu_1 ul li ul li ul {
	margin-left: 260px;
	background-color: #666;
}
#menu_1 img.downarrowclass {
	display: none;
	position: absolute;
	margin-top: 7px;
	right: 10px;
}
#menu_1 img.rightarrowclass {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 13px;
}

#menu_1 .mp_2 a.active {
  background-color: #0d4d6e;
  background: linear-gradient(0deg, rgb(13, 76, 108) 0%, rgb(20, 108, 151) 10%);
  border-radius: 10px 10px 0 0;
}
#menu_1 .mp_3 a.active {
  background-color: #0d4d6e;
  /*background: linear-gradient(0deg, rgba(30,60,0,1) 0%, rgba(70,130,5,1) 10%);*/
  background: linear-gradient(0deg, rgb(13, 76, 108) 0%, rgb(20, 108, 151) 10%);
  border-radius: 10px 10px 0 0;
}
#menu_1 .mp_5 a.active {
  background-color: #0d4d6e;
  /*background: linear-gradient(0deg, rgba(2,50,30,1) 0%, rgba(0,135,95,1) 10%);*/
  background: linear-gradient(0deg, rgb(13, 76, 108) 0%, rgb(20, 108, 151) 10%);
  border-radius: 10px 10px 0 0;
}

#menu_1 .mp_1 a div, .mean-nav li.mp_1 a div {
  background-image: url("../img/crs_mimg/icon_home.png");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: 2px 6px;
}
.mean-nav li.mp_1 a div {
  background-position: 2px 12px;
}
#menu_1 .mp_2 a div, .mean-nav li.mp_2 a div {
  background-image: url("../img/crs_mimg/icon_programm.png");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: 2px 6px;
}
.mean-nav li.mp_2 a div {
  background-position: 2px 12px;
}
#menu_1 .mp_3 a div, .mean-nav li.mp_3 a div {
  background-image: url("../img/crs_mimg/icon_infos.png");
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: 5px 6px;
}
.mean-nav li.mp_3 a div {
  background-position: 2px 12px;
}
#menu_1 .mp_5 a div, .mean-nav li.mp_5 a div {
  background-image: url("../img/crs_mimg/icon_tickets.png");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: 2px 6px;
}
.mean-nav li.mp_5 a div {
  background-position: 2px 12px;
}
#menu_1 a div.title {
  background: none;
  padding: 0;
}

/* menu 2 */

#menu_2 {
  float: right;
	margin: 9px 20px 0px 20px;;
}
#menu_2 ul {
	/*display: inline-block;*/
	/*margin: auto;*/
}
#menu_2 li {
  position: relative;
	display: inline;
	float: left;
  margin-right: 12px;
  border-right: 1px solid #8b632f;
  /*background-image: url(../img/stern_l.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: right 15px;*/
  text-align: right;
	padding: 0;
	color: #fff;
}
#menu_2 li:last-child {
  margin-right: 0px;
	border-right: none;
}
#menu_2 li a {
  display: inline-block;
  margin-right: 12px;
	color: rgb(255, 255, 255);
}
#menu_2 li:last-child a {
  margin-right: 0px;
}

#menu_2 ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#menu_2 ul li a.active {
  color: #fff;
}
#menu_2 ul li a.active:hover {
  color: #fff;
}
#menu_2 ul li div {
    padding: 7px 10px 12px 28px;
}
#menu_2 ul li div.desc {
	display: none;
}
#menu_2 ul li div.nolink {
	color: rgb(255, 255, 255);
	cursor: pointer;
}
#menu_2 ul li div.nolink_active {
}
#menu_2 ul li div.onc {
	color: rgb(255, 255, 255);
	cursor: pointer;
}
#menu_2 ul li div.onc:hover {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}

#menu_2 ul li ul {
	display: none;
	position: absolute;
	min-width: 280px;
	margin-left: 10px;
	padding:0px 0px;
	text-align: left;
	color: rgb(255, 255, 255);
	background-color: #003388;
	-moz-box-shadow: 0px 2px 4px #333;
	-webkit-box-shadow: 0px 2px 4px #333;
	box-shadow: 0px 2px 4px #333;
	font-size: 17px;
}
#menu_2 ul li.mp_4 ul {
	/*min-width: 380px;*/
}

#menu_2 ul li ul li {
	position: relative;
	display: block;
	float: none;
	padding: 14px 12px 14px 12px;
	border: none;
	border-bottom: 1px solid #3366aa;
	background: none;
	/*text-transform: uppercase;*/
}
#menu_2 ul li ul li:last-child {
	padding-right: 12px;
}
#menu_2 ul li ul li.active {
	background-color: #005cc3;
}
#menu_2 ul li ul li:hover {
	background-color: #005cc3;
}
#menu_2 ul li ul li ul {
	margin-left: 260px;
	background-color: #666;
}
#menu_2 img.downarrowclass {
	display: none;
	position: absolute;
	margin-top: 7px;
	right: 10px;
}
#menu_2 img.rightarrowclass {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 13px;
}

#menu_2 .mp_10 a.active {
	background-color: #0d4d6e;
	background: linear-gradient(0deg, rgb(13, 76, 108) 0%, rgb(20, 108, 151) 10%);
	border-radius: 10px 10px 0 0;
  }

#menu_2 .mp_10 a div {
  background-image: url("../img/crs_mimg/icon_multimedia.png");
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: 3px 7px;
}
#menu_2 a div.title {
  background: none;
  padding: 0;
}


/* menu 3 */

#menu_3 {
	margin: 0;
}
#menu_3 ul {
	display: inline-block;
	margin: auto;
}
#menu_3 li {
  position: relative;
	display: inline;
	float: left;
  margin-right: 12px;
  border-right: 1px solid #fff;
  /*background-image: url(../img/stern_l.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: right 15px;*/
  text-align: right;
	padding: 0;
	color: #fff;
}
#menu_3 li:last-child {
  margin-right: 0px;
	border-right: none;
}
#menu_3 li a {
  display: inline-block;
  margin-right: 12px;
	color: #fff;
}
#menu_3 li:last-child a {
  margin-right: 0px;
}

#menu_3 ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#menu_3 ul li a.active {
	color: #fff;
}
#menu_3 ul li a.active:hover {
	color: #fff;
}
#menu_3 ul li div {
    padding: 2px 4px 2px 4px;
}
#menu_3 ul li div.desc {
	display: none;
}
#menu_3 ul li div.nolink {
	color: rgb(255, 255, 255);
	cursor: pointer;
}
#menu_3 ul li div.nolink_active {
}
#menu_3 ul li div.onc {
	color: rgb(255, 255, 255);
	cursor: pointer;
}
#menu_3 ul li div.onc:hover {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}

/* menu 4 */

#menu_4 {
	margin: 0;
  /*text-align: center;*/
}
#menu_4 ul {
	display: inline-block;
	margin: auto;
  list-style-type: none;
}
#menu_4 li {
  /*width: 100%;*/
  margin-bottom: 6px;
  /*background-image: url(../img/stern_l.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: right 15px;*/
  text-align: center;
	padding: 0;
  color: #eee;
}
#menu_4 li:last-child {
  margin-right: 0px;
	border-right: none;
}
#menu_4 li a {
  width: 100%;
  display: inline-block;
  border: 2px solid #036;
  border-radius: 20px 20px 20px 20px;
  background-color: #036;
  box-shadow: 0px 0px 4px #fff;
  padding: 8px 15px;
  font-family: Georgia,serif;
  font-weight:bold;
  color: #fff;
  white-space: nowrap;
  transition: background-color 1s;
}
#menu_4 li a.mover {
  border: 2px solid #003366;
  background-color: #146c97;
  color: #fff;
}

#menu_4 ul li a:hover {
  /*border: 2px solid #1a7b1b;*/
  /*background-color: #2d962d;*/
  color: #fff;
	/*text-decoration: underline;*/
}
#menu_4 li:last-child a {
  margin-right: 0px;
}
#menu_4 ul li a.active {
  background-color: #31a332;
  color: #fff;
}
#menu_4 ul li a.active:hover {
  color: #fff;
}
#menu_4 ul li div {
    padding: 2px 4px 2px 4px;
}
#menu_4 ul li div.desc {
	display: none;
}
#menu_4 ul li div.nolink {
  display: inline-block;
  border: 2px solid #468205;
  border-radius: 10px;
  background-color: #468205;
  box-shadow: 0px 0px 4px #fff;
  padding: 10px 10px;
  font-family: Georgia,serif;
  font-weight:bold;
	color: #f8fbd7;
  white-space: nowrap;
}
#menu_4 ul li div.nolink_active {
}
#menu_4 ul li div.onc {
  color: rgb(0, 0, 0);
	cursor: pointer;
}
#menu_4 ul li div.onc:hover {
  color: rgb(0, 0, 0);
  /*text-decoration: underline;*/
}




#mobilemenu {
	display: none;
}
#mobilemenu_title {
	display: none;
}

#autoload_time {
	margin:10px 0;padding:0 5px;text-align:left;font-size:11px;color:#ccc;
}

/* mean-menu */

.mean-container .mean-bar {
  position: absolute;
	top: 0;
	margin-top: 15px;
  z-index: 10001;
}
.mean-container .mean-bar a.meanmenu-reveal {
	position: absolute;
	z-index: 105;
	left: auto;
	right: 0;
	margin-right: 10px;
	width: 22px;
	height: 22px;
	border: 2px solid #003366;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0);
	padding: 3px 5px 2px 5px;
	line-height: 22px;
	font-size: 19px;
	color: #003366;
}
.mean-container .mean-bar a.meanmenu-reveal span {
	background: #003366;
	height: 3px;
	margin: 3px 0px;
	font-size: 1px;
}

.mean-container .mean-bar .mean-nav {
	position: absolute;
	z-index: 10000;
	float: left;
	width: 96%;
  margin-left: 2%;
	/*width: 240px;*/
	margin-top: 110px;
	background-color: rgb(0, 51, 102);
	/*-moz-box-shadow: 0px 1px 8px #333;*/
	/*-webkit-box-shadow: 0px 1px 8px #333;*/
	/*box-shadow: 0px 1px 8px #333;*/
	/*filter: alpha(opacity=90);*/ /*older IE*/
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);*/ /* IE */
	/*-moz-opacity: .90;*/ /*older Mozilla*/
	/*-khtml-opacity: 0.90;*/   /*older Safari*/
	/*opacity: 0.90;*/   /*supported by current Mozilla, Safari, and Opera*/
}
.mean-container .mean-bar .mean-nav ul li {
	/*text-transform: uppercase;*/
	/*text-shadow: -1px 2px #333;*/
  font-family: Georgia,serif;
  font-weight: bold;
	font-size: 17px;
}
.mean-container .mean-bar .mean-nav ul li a div:first-letter {
	/*font-size: 21px;*/
}
.mean-container .mean-bar .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px solid #4380bd;
	border-bottom: 1px solid #001133;
	color: #fff;
}
.mean-container .mean-bar .mean-nav ul li a {
	display: block;
	float: left;
	width: 100%;
	padding: 0 0 0 0px;
	text-align: left;
	color: #fff;
	text-decoration: none;
}
.mean-container .mean-bar .mean-nav ul li a div {
	padding: 0.6em 0px 0.6em 30px;
}
.mean-container .mean-bar .mean-nav ul li div.nolink, .mean-container .mean-bar .mean-nav ul li div.onc {
	display: block;
	float: left;
	width: 100%;
	padding: 0.6em 0px 0.6em 0px;
	margin: 0 0 0 14px;
	text-align: left;
	color: #fff;
	text-decoration: none;
}
.mean-container .mean-bar .mean-nav ul li a div {
	background-position: 20px center;
}
.mean-container .mean-bar .mean-nav ul li a div div {
	background-image: none;
}
.mean-container .mean-bar .mean-nav ul li .desc {
	display: none;
}
.mean-container .mean-bar .mean-nav ul li a.active {
	background: rgba(29, 88, 147, 0.75);
	color: #fff;
}
.mean-container .mean-bar .mean-nav ul li a:hover {
  	background: rgba(29, 88, 147, 1);
	/*background: rgba(255,255,255,0.1);*/
}
.mean-container .mean-bar .mean-nav ul li ul li {
	font-size: 15px;
}
.mean-container .mean-bar .mean-nav ul li ul li a {
}
.mean-container .mean-bar .mean-nav ul li ul li img.rightarrowclass {
	display: none;
}
.mean-container .mean-bar .mean-nav ul li ul li div {
	margin: 0 12px 0 12px;
}
.mean-container .mean-bar .mean-nav ul li ul li ul li a {
}
.mean-container .mean-bar .mean-nav ul li ul li ul li div {
	margin: 0 24px 0 24px;
}
.mean-container .mean-bar .mean-nav ul li li li li a {
}
.mean-container .mean-bar .mean-nav ul li li li li li a {
}
.mean-container .mean-bar .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 28px;
	height: 34px;
	padding: 12px 12px 0 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-right: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.mean-container .mean-bar .mean-nav ul li ul li a.mean-expand {
	margin-right: 2px;
	width: 24px;
	height: 30px;
	padding: 10px 12px 0 12px !important;
}
.mean-container .mean-bar .mean-nav ul li a.mean-expand:hover {
	background: rgba(96,96,96,0.8);
}


/* bottom */

#b_content {
	position: relative;
	left: 50%;
	margin-left: -38%;
	width: 76%;
	padding: 0px 0px 30px 0px;
	text-align: center;
	font-size: 15px;
	color: #222;
}
#b_content a {
	color: #444;
}
#b_content a:hover {
	color: #666;
}
#b_content .left {
  float: left;
  width: 0%;
  text-align: left;
  padding: 0px 0px 0px 0px;
}
#b_content .center {
	float: left;
  width: 100%;
  text-align: center;
}
#b_content .right {
	float: right;
  width: 0%;
  text-align: right;
  padding: 0px 10% 0px 0px;
}

/* Socialmedia */

#bn1-socialmedia {
  position: fixed;
  z-index: 251;
  top: 180px;
  right: 0;
	border-radius: 8px 0px 0px 8px;
	background-color: rgba(227, 229, 232, 0.8);	/* rgba(255, 131, 0, 1);*/	/* rgba(41, 68, 111, 0.6); */
	text-align: center;
}
#bn1-socialmedia ul {
	margin: auto;
	padding: 0;
	list-style-type: none;
}
#bn1-socialmedia ul li {
	text-align: center;
	padding: 4px 4px 0px 4px;
}
#bn1-socialmedia ul li:last-child {
	padding: 4px 4px 4px 4px;
}
#bn1-socialmedia ul li a {
	display: block;
	border-radius: 8px;
  background-color: rgb(0, 51, 102);
	-moz-box-shadow: 0px 1px 1px #111;
	-webkit-box-shadow: 0px 1px 1px #222;
	box-shadow: 0px 1px 1px #222;
}
#bn1-socialmedia ul li a:hover {
	background-color: rgb(52, 106, 160);
}
#bn1-socialmedia ul li a div.imgbox {
	display: table-cell;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}
#bn1-socialmedia ul li a div.imgbox div {
	display: inline-block;
}
#bn1-socialmedia ul li a img {
	display: block;
	max-width: 28px;
	max-height: 28px;
}

/* Socialmedia */

#SocialIconBox {
  margin: 0px 0 20px 0;
  background-color: rgba(255,255,255,0.6);
  padding: 12px;
  text-align: center;
}
#SocialIconBox .b_social ul li {
	padding: 0 20px 0 0;
}
#SocialIconBox .b_social ul li:last-child {
	padding-right: 0;
}

#socialmedia_icons {
  display: none;
  margin: 0 0 40px 0;
}
#socialmedia_icons .b_social ul li {
	padding: 0 22px 15px 0;
}
#socialmedia_icons .b_social ul li:last-child {
	padding-right: 0;
}

.b_social {
	text-align: center;
}
.b_social ul {
	margin: 0;
	padding: 0;
	margin: auto;
}
.b_social ul li {
	display: inline-block;
	text-align: center;
}
.b_social ul li:last-child {
}
.b_social ul li a{
  /*opacity: .65;*/
	font-size: 19px;
	color: #fff;
}
.b_social ul li a:hover{
  /*opacity: 1;*/
}
.b_social ul li img {
	max-width: 40px;
	max-height: 30px;
}
.b_social ul li img.facebook {
	max-height: 29px;
}
.b_social ul li img.instagram {
	max-height: 29px;
}
.b_social ul li img.twitter {
	max-height: 27px;
}

/* Formular Fields */
.contact_default {
}
.contact_default .cf_head {
	display: none;
}
.contact_default .fld_action {
  margin: 0 0 30px 0;
}
.contact_default .fld_action .bg {
  display: inline-block;
}
.contact_default .fld_action .cf_field {
	margin: 5px 0 0 0;
}
.contact_default .fld_category {
  margin: 0 0 30px 0;
}
.contact_default .fld_category .cf_field {
	margin: 5px 0 0 0;
}
.contact_default .fld_data {
  margin: 0 0 40px 0;
}
.contact_default .cf_info {
  margin: 30px 0 0px 0px;
  /*font-weight: bold;*/
  color: #777;
}
.contact_default .cf_set.inblock {
  display: inline-block;
}
.contact_default .set {
  margin: 0 0 10px 0;
	clear: both;
}
.contact_default .set .label {
	float: left;
	height: 40px;
	margin: 0px 10px 6px 0px;
	padding: 6px 0px;
	text-align: right;
  /*display: block;*/
	/*padding: 10px 0 5px 0;*/
	/*font-weight: bold;*/
}
.contact_default .set .cf_field {
  margin: 5px 0 0 0;
}
.contact_default .set .cf_field .bg, .contact_default .bg {
  border: 1px solid #333025;
  border-radius: 6px;
  background-color: #fffefc;
  padding: 6px 8px;
  text-align: left;
}
.contact_default .set .cf_field .bg input,
.contact_default .set .cf_field .bg textarea,
.contact_default .set .cf_field .bg select {
	padding: 2px 2px;
	border: none;
	background: none;
}
.contact_default .set .cf_field input[type="text"],
.contact_default .set .cf_field input[type="email"],
.contact_default .set .cf_field input[type="password"],
.contact_default .set .cf_field textarea {
}
.contact_default .set .cf_field input[type="checkbox"],
.contact_default .set .cf_field nput[type="radio"] {
	width: auto;
}

.contact_default .set .cf_field label {
  padding: 6px 8px;
  font-weight: normal;
	cursor: pointer;
}
.contact_default .set .cf_field .radio_group {
	padding: 6px 6px;
}
.contact_default .set .cf_field .radio_group label {
	cursor: pointer;
}
.contact_default .set .cf_field select {
	border: 1px solid #999;
	border-radius: 8px;
	padding: 6px 8px 4px 4px;
}
.contact_default .set .chk_tac {
	padding: 40px 0px 0 0px;
}
.contact_default .set .tacinfo {
	padding: 20px 0px 0 0px;
}
.contact_default .set input[type="checkbox"] {
	margin: 2px 4px 0 0px;
}
.contact_default .set .chk_rules {
	padding: 10px 0px 0 0px;
}
.contact_default .cf_spc1 {
	height: 25px;
}
.contact_default .cf_product {
	margin: 20px 0 40px 0;
	border:1px solid #666;
	background-color:#fff;
	padding:15px 15px;
}
.contact_default .cf_product .title h3 {
	font-size:17px;cursor:pointer;
}
.contact_default .cf_product .price {
	margin:4px 0px 4px 0px;font-size:14px;color:#222;
}
.contact_default .cf_product .price_basis {
	margin:4px 0px 4px 0px;font-size:14px;color:#222;
}
.contact_default .chk_ppa {
  margin:60px 0px 60px 0px;
}
.contact_default .chk_ppa label {
	padding: 0 0 5px 0;
	font-weight: bold;
}
.contact_default .chk_ppa .cf_field {
  /*margin: 5px 0 0 0;*/
}
.contact_default .chk_ppa .cf_field .bg {
  display: inline-block;
  border: none;
	background: none;
}
.contact_default .chk_ppa .cf_field span {
	cursor: pointer;
	text-decoration: underline;
}
.contact_default .cf_but {
}
.contact_default .cf_but input {
    margin: 20px 0 0 0;
}

#box_captcha {
}
.captcha_title {
	margin: 0 0 10px 0;
}
.captcha_image {
	float: left;
	margin-right: 20px;
  border-top: 1px solid #003366;
  border-right: 2px solid #003366;
  border-bottom: 1px solid #003366;
  border-left: 2px solid #003366;
  border-radius: 10px;
  overflow: hidden;
}
.captcha_field {
	float: left;
	width: 200px;
}
.captcha_field input {
	width: 80px;
  border: none;
	background: none;
  padding: 2px 2px;
}


/* SEARCH */

#search_result {
}
#search_result_dec {
	padding: 0 0 25px 0;
	border-bottom:1px solid #ccc;
}
#search_result .item {
	border-bottom:1px solid #ccc;
	padding: 10px 0 10px 0;
}
#search_result .item .main_image {
	display:none;
}
#search_result .typename{
	padding: 0 0 4px 0;
	color: #888;
}
#search_result .mediaimage_alt {
	display:none;
}
#search_result .title{
	padding: 0 0 0px 0;
	font-weight: bold;
}


/* Banner */

.bnr {
}
.bnr .item {
    margin: 0px 0 30px 0;
    background-color: rgba(255,255,255,0.6);
    padding: 5px;
    text-align: center;
}
.bnr .bnr_info {
	display: none;
}
.bnr .item img {
	max-width: 100%;
}

/* News Slider */

#news-carousel {
  background-color: rgba(25, 25, 25, 0.8);
  box-shadow: 0px 1px 6px #003366;
	margin: 0 0 0px 0;
}
#news-carousel .slidebox {
}
#news-carousel .item {
	max-width: 100%; /*max-width: 260px;*/
	/*height: 264px;*/
	margin: 0px;
	/*border: 0px solid #ccc;*/
	/*-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);*/
	/*-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);*/
	/*box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);*/
	/*transition: border 0.3s ease 0s;*/
}
#news-carousel .item:hover {
	/*background-color: #eee;*/
	/*border: 4px solid #060;*/
}
#news-carousel .item .img {
  margin-bottom: -10px;
  position: relative;
}
#news-carousel .item .img a {
  display: block;
}
#news-carousel .item .img img {
  display: block;
	width: 100%;
}
#news-carousel .item .cnt {
  position: absolute;
  width: 100%;
  bottom: 20px;
  background-color: rgba(25, 25, 25, 0.5);
  /*background-color: rgba(90, 60, 10, 0.4);*/
	padding: 10px 50px 10px 50px;
  color: #fff;
}
#news-carousel .item .title {
}
#news-carousel .item .title a {
  color: #fff;
}
#news-carousel .item .title h3 {
	/*font-family: 'RobotoCondensed', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-family: Georgia,serif;
	font-size: 33px;
  color: #fff;
  text-shadow: 3px 2px 6px #222;
}
#news-carousel .item .teaser {
	padding: 5px 5px 8px 5px;
}
#news-carousel .item .teaser a {
  color: #fff;
}

/* news */

#news {
	/*position: relative;*/
	/*display: inline-block;*/
}
#news_boxes {
	display: inline-block;
	text-align: center;
}
#news .news_row {
	/*display: inline-block;*/
	float: left;
	/*width: 30%;*/
	/*margin: 0px 3% 30px 0;*/
	width: 48%;
	margin: 0px 4% 60px 0;
	/*border-radius: 10px;*/
	/*border: 1px solid #7ea1cf;*/
	/*border-bottom: 1px solid #ccc;*/
	/*-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);*/
	/*-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);*/
	/*box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);*/
	background-color: rgba(255,255,255,0.6);
	/*background: linear-gradient(180deg, rgba(240,240,248,1) 0%, rgba(255,255,255,1) 100%);*/
  /*
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
  */
}
#news .news_row:nth-child(2n) {
	margin-right: 0px;
}
#news .news_item {
	margin: 5px 5px 5px 5px;
	/*border-bottom: 1px solid #ccc;*/
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#news .news_item_head {
	display:none;
}
#news .news_item_head h3 {
	margin: 1px 0 5px 0;
	font-size: 21px;
	color: #005cc3;
}
#news .news_item_center {
	margin: 0px 0px;
}
#news .news_item_bottom {
	display: none;
}
#news .news_item_bottom div.date {
	display: none;
}
#news .news_item_bottom div.more {
	display: none;
}
#news .news_item_bottom div.more a {
}
#news .news_item_bottom div.totop {
	display: none;
}
#news .news_item_bottom div.totop a{
	display: block;
}
#news .news_cnt {
	display: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#news .news_date {
	display: none;
	margin: 0 0 4px 0;
	font-size: 13px;
}
#news .news_weekday {
	display: none;
}
#news .news_img {
	display: inline-block;
	overflow: hidden;
	border: 1px solid #999;
}
#news .news_img img {
	width: 100%;
	height: auto;
	display: block;

	transition: transform 0.8s, filter 1.2s ease-in-out;
  transform-origin: center center;
  filter: brightness(85%);
	/*border-radius: 6px;*/
}
/* The Transformation */
#news .news_img:hover img {
  filter: brightness(100%);
  transform: scale(1.08);
}

#news .news_img a{
	display: block;
}
#news .news_img_phold {
}
#news .news_hlintro {
	display: none;
	padding: 5px 5px 5px 5px;
}
#news .news_hlintro h4 {
	font-size: 17px;
	font-weight: normal;
}
#news .news_hl {
	display: none;
  padding: 0 5px 0 5px;
	/*background-color: #f9f9ff;*/
}
#news .news_hl h3 {
	text-align: center;
	padding: 6px 0px 0px 0px;
  font-size: 1.4em;
	color: #005cc3;
}
#news .news_hla {
  padding: 0 5px 0 5px;
	/*height: 82px;*/
	/*overflow: hidden;*/
}
#news .news_hla h3 {
	/*text-align: center;*/
  font-size: 1.6em;
	padding: 6px 0px 6px 0px;
}
#news .news_hla a{
	color: #003366;
	text-decoration: none;
}
#news .news_hla a:hover{
	text-decoration: underline;
}
#news .news_hl_rowsep {
	display: none;
	height: 10px;
}
#news .news_ts_rowsep {
}
#news .news_ts {
	/*min-height: 94px;*/
	margin: 0px 0 5px 0;
	/*border-top: 1px solid #ccc;*/
  padding: 0 5px 5px 5px;
	/*font-size: 17px;*/
	/*text-align:justify;*/
	/*font-weight:bold;*/
}
#news .news_ts a{
	color: #005cc3;
	text-decoration: none;
}
#news .news_ts a:hover{
	text-decoration: underline;
}
#news .news_ts iframe,
#news .news_ts object,
#news .news_ts embed {
    width: 100%;
}
#news .news_ts a.more {
	display: none;
	float: right;
	color: #005cc3;
}
#news .news_tx {
	display: none;
	margin: 0px;
}
#news .news_tx_rowsep {
	display:none;
}
#news .news_tx a{
	color: #005cc3;
	text-decoration: none;
}
#news .news_foot {
	display: none;
}
#news .news_foot div {
}
#news .news_foot a{
}
#news .news_sep {
	display: none;
}
#news .sep_last {
	background-image: none;
}
#news .news_rowsep {
	display:none;
	clear: both;
	margin: 0px 0 20px 0;
	border-bottom: 1px solid #ccc;
}
#news img {
}
#news iframe {
}
#news object {
}

#news .more {
  padding: 0 5px 0 5px;
}
#news .totop {
	display: none;
}

#news .news_row_highlight {
}
#news .news_row_highlight .news_hl {
	background-color: #005cc3;
}
#news .news_row_highlight .news_hl h3 {
	text-align: center;
	color: #fff;
}

#news_detail {
	text-align:left;
}
#news_detail .news_date {
	display: none;
	margin:0px 0px 16px 0px;
	font-size:13px;
}
#news_detail .news_weekday {
	margin:0px 4px 0px 0px;
	float:left;
}
#news_detail .news_hl{
	display:block;
	padding: 0 0 15px 0;
}
#news_detail .news_hl h1 {
}
#news_detail .news_img {
	float:right;
	margin:0px 0px 40px 40px;
}
#news_detail .news_img img {
	max-width: 500px;
	border: 5px solid #036;
	border-radius: 10px;}

#news_detail .news_ts{
	display:block;
	padding: 0 0 15px 0;
	font-weight:bold;
}
#news_detail .news_tx{
	display:block;
	padding: 0 0 15px 0;
}
#news_detail .eback_top{
  display: none;
	padding: 0 0 40px 0;
}
#news_detail .eback_top a{
}
#news_detail .eback_btm{
	padding: 20px 0 0 0;
}
#news_detail .eback_btm a{
}

.news_index_group3 .left {
	width: 25%;
}
.news_index_group3 .right {
	width: 70%;
}
.news_index_group3 .win-overflow {
	height: 500px;
	overflow: auto;
}

#news_category_menu {
}
#news_category_menu ul {
	margin: 0px;
	padding: 0;
}
#news_category_menu li {
	position: relative;
	display: inline;
	float: left;
	width: 100%;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	text-align: center;
	/*text-transform: uppercase;*/
}
#news_category_menu li:last-child {
	border-bottom: none;
}
#news_category_menu ul li a{
}
#news_category_menu li a:hover {
	text-decoration: underline;
}
#news_category_menu li a.active {
	color: #444;
}

#news_detail_list {
}

/* Album Detail Thumbs */

#album_detail {
}
#album_detail .title {
}
#album_detail .thumbs {
}
#album_detail .thumbs ul {
	list-style-type: none;
}
#album_detail .thumbs ul li {
	float: left;
	margin: 8px 8px 0px 0px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 4px;
}
#album_detail .thumbs ul li a {
}
#album_detail .thumbs ul li a img {
	display: block;
	max-height: 80px;
}
#album_detail .thumbs ul li .caption {
	display: none;
}
#album_detail .description {
	display: none;
}

/* slider */

.aslide_slick {
	width: 100%;
	margin: 0;
}
.aslide_slick li {
	overflow: hidden;
	height: 140px;
	padding: 0 20px;
}
.aslide_slick li div {
	display: table-cell;
	overflow: hidden;
	height: 140px;
	/*border: 1px solid #ccc;*/
	/*background-color: #fff;*/
	padding: 10px;
	vertical-align: middle;
}
.aslide_slick ul li img {
}

.slick-prev:before, .slick-next:before {
  width: 50px;
  height: 200px;
}


#idPartner_Slide_Slick_1 {
  margin: 0;
}
.pslide_slick {
	width: 100%;
	margin: 0;
}
.pslide_slick li {
	overflow: hidden;
	height: 140px;
	padding: 0 10px;
}
.pslide_slick li div {
	display: table-cell;
	overflow: hidden;
	height: 140px;
	/*border: 1px solid #ccc;*/
	/*background-color: #fff;*/
	padding: 10px;
	vertical-align: middle;
}
.pslide_slick ul li img {
}

/* Team */

.team_row {
	width: 100%;
	max-width: 1400px;
}
.team_row .item {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 60px;
	text-align: center;
}
.team_row .item:nth-child(3n) {
	margin-right: 0%;
}
.team_row .item .img {
	display: inline-block;
	width: 80%;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.team_row .item .img a {
	display: block;
}
.team_row .item .img img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
}
.team_row .item .txt {
	text-align: center;
}


/* M-XXL */

@media only screen and (min-width: 1281px) and (max-width: 1600px) {

  #m_center {
      padding-top: 228px;
  }
  body.onepage #m_center {
      padding-top: 228px;
  }

  #h_logo_bg {
    margin: -60px 0 0 -550px;
    width: 1100px;
  }
  #h_logo {
      margin: 74px 0 0 -110px;
  }
  #h_logo img {
      max-width: 220px;
  }
  #h_date {
      margin: 134px 0 0 20px;
  }
  #h_loc {
      margin: 134px 20px 0 0;
  }

  #h_menu {
    top: 180px;
    font-size: 1.2em;
  }
  #menu_1 li {
    margin-right: 8px;
  }
  #menu_1 li a {
    margin: 0 8px 0 0;
  }

  #h_content {
    position: absolute;
    margin-left: -41%;
    width: 82%;
  }
  .m_content .single {
    margin-left: -41%;
    width: 82%;
    padding: 20px 20px;
  }
  .m_content .single-gt {
    padding: 20px 20px;
	}
	body.onepage .m_content .single-gt {
    margin-left: -41%;
    width: 82%;
    padding: 20px 20px;
  }
  .m_content .single-dv {
    margin-left: -41%;
    width: 82%;
  }
}

/* M-XL */

@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  body {
		font-size: 13px;
	}
  h1 {font-size:3.2em;line-height:1.3em;}
  h2 {font-size:2.3em;line-height:1.3em;}
  h3 {font-size:1.3em;line-height:1.3em;}
  h4 {font-size:1.0em;line-height:1.3em;}
  h5 {font-size:0.8em;line-height:1.3em;}
  h6 {font-size:0.7em;line-height:1.3em;}

  #h_logo_bg {
    margin: -60px 0 0 -450px;
    width: 900px;
  }
  #h_logo {
    margin: 64px 0 0 -90px;
  }
  #h_logo img {
    max-width: 180px;
  }
  #h_date {
    margin: 110px 0 0 10px;
  }
  #h_date_val {
    font-size: 19px;
  }
  #h_date_left {
    font-size: 19px;
  }
  #h_loc {
    margin: 110px 10px 0 0;
    font-size: 19px;
  }
  #h_menu {
    top: 150px;
    font-size: 1.2em;
  }
  #menu_1 {
    margin: 9px 15px 0px 15px;
  }
  #menu_1 li {
    margin-right: 6px;
  }
  #menu_1 li a {
    margin: 0 6px 0 0;
  }
  #menu_2 {
    margin: 9px 15px 0px 15px;
  }

  #m_center {
    padding-top: 195px;
  }
  body.onepage #m_center {
    padding-top: 195px;
  }

  #h_content {
    position: absolute;
    margin-left: -44%;
    width: 88%;
  }
  .m_content .single {
    margin-left: -44%;
    width: 88%;
    padding: 15px 15px;
  }
  .m_content .single-gt {
    padding: 15px 15px;
	}
	body.onepage .m_content .single-gt {
    margin-left: -44%;
    width: 88%;
    padding: 15px 15px;
  }
  .m_content .single-dv {
    margin-left: -44%;
    width: 88%;
  }

  .button a {
    display: block;
    padding: 3px 10px;
    font-size: 15px;
  }
}

/* M-L */

@media only screen and (min-width: 768px) and (max-width: 999px) {
	body {
		font-size: 13px;
	}
  h1 {font-size:2.9em;line-height:1.3em;}
  h2 {font-size:2.0em;line-height:1.3em;}
  h3 {font-size:1.3em;line-height:1.3em;}
  h4 {font-size:1.0em;line-height:1.3em;}
  h5 {font-size:0.8em;line-height:1.3em;}
  h6 {font-size:0.7em;line-height:1.3em;}

	input, textarea {
		max-width: 100%;
	}
	img, iframe, object, embed {
		max-width: 100%;
	}
	.m_content p img {
		max-width: 100%;
	}
	.m_content .imgc {
	    padding: 6px;
	}

  #h_logo_bg {
    margin: -40px 0 0 -350px;
    width: 700px;
  }
  #h_logo {
    margin: 52px 0 0 -80px;
  }
  #h_logo img {
    max-width: 160px;
  }
  #h_date {
    margin: 95px 0 0 10px;
  }
  #h_date_val {
    font-size: 17px;
  }
  #h_date_left {
    font-size: 17px;
  }
  #h_loc {
    margin: 95px 10px 0 0;
    font-size: 17px;
  }

  #h_menu {
    top: 130px;
    font-size: 1.1em;
  }
  #menu_1 {
    margin: 9px 10px 0px 10px;
  }
  #menu_1 li {
    margin-right: 4px;
  }
  #menu_1 li a {
    margin: 0 4px 0 0;
  }
  #menu_2 {
    margin: 9px 10px 0px 10px;
  }

  #m_center {
      padding-top: 174px;
  }
  body.onepage #m_center {
    padding-top: 174px;
  }

  #h_content {
    position: absolute;
    margin-left: -48%;
    width: 96%;
  }
  .m_content .single {
    margin-left: -48%;
    width: 96%;
    padding: 15px 15px;
  }
  .m_content .single-gt {
    padding: 15px 15px;
	}
	body.onepage .m_content .single-gt {
    margin-left: -48%;
    width: 96%;
    padding: 15px 15px;
  }
  .m_content .single-dv {
    margin-left: -48%;
    width: 96%;
  }

  .button a {
    display: block;
    padding: 3px 10px;
    font-size: 15px;
  }

	#bn1-socialmedia {
	  position: fixed;
	  top: 200px;
	  right: 0;
		border-radius: 6px 0px 0px 6px;
	}
	#bn1-socialmedia ul li {
	}
	#bn1-socialmedia ul li a {
		border-radius: 6px;
	}
	#bn1-socialmedia ul li a div.imgbox {
		width: 36px;
		height: 36px;
	}
	#bn1-socialmedia ul li a img {
		max-width: 22px;
		max-height: 22px;
	}

}


/* M-S */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	body {font-size:13px;}

  h1 {font-size:2.4em;line-height:1.3em;}
  h2 {font-size:1.6em;line-height:1.3em;}
  h3 {font-size:1.3em;line-height:1.3em;}
  h4 {font-size:1.0em;line-height:1.3em;}
  h5 {font-size:0.8em;line-height:1.3em;}
  h6 {font-size:0.7em;line-height:1.3em;}

	input, textarea, select {
		max-width: 100%;
		font-size:13px;
	}
	img, iframe, object, embed {
		max-width: 100%;
	}
	.m_content p img {
		max-width: 100%;
	}

  #m_center {
    padding-top: 125px;
    padding-bottom: 220px;		/* footer height */
  }
  body.onepage #m_center {
    padding-top: 125px;
    padding-bottom: 20px;		/* footer height */
  }

  section .bgrnd {
    padding: 80px 0 60px 0;
	}
	section .bgrnd-gt {
    padding: 0px 0 0px 0;
	}

	.m_content {
	}
	#h_content {
		position: absolute;			/* header scroll */
		left: 0;
		margin-left: 0px;
		width: 100%;
		padding: 0px 0px 0px 0px;
	}
	.m_content .imgc {
    padding: 6px;
	}
	.m_content .single {
		margin-left: -48%;
		width: 96%;
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 6px 6px;
    border-top-width: 4px;
  }
  body.page-programm .m_content .single, body.page-infos .m_content .single, body.page-tickets .m_content .single, body.page-webcam .m_content .single {
    border-top-width: 5px;
  }

  .m_content .single-dv {
		margin-left: -48%;
		width: 96%;
	}
	.m_content .single-gt {
		padding: 10px 10px;
	}
	body.onepage .m_content .single-gt {
		margin-left: -48%;
		width: 96%;
		/*min-height: 600px;*/
		padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 6px 6px;
	}
	.m_content .left {
		width: 100%;
	}
	.m_content .right {
		float: left;
		width: 100%;
	}

  .m_content .col_2-1 {
      float: left;
      width: 66%;
  }
  .m_content .col_2-2 {
      float: right;
      width: 30%;
  }
  #home-main .single-gt {
    padding: 10px 10px;
  }
  #info_cnt {
    padding: 20px 10px;
  }

	#m_head .bgrnd {
	}
  #h_logo_bg {
    margin: -30px 0 0 -230px;
    width: 460px;
  }
  #h_logo {
    margin: 45px 0 0 -65px;
  }
  #h_logo img {
    max-width: 130px;
  }
  #h_date {
    margin: 85px 0 0 15px;
  }
  #h_date_val {
    font-size: 13px;
  }
  #h_date_left {
    font-size: 13px;
  }
  #h_loc {
    margin: 85px 15px 0 0;
    font-size: 13px;
    text-align: center;
  }

  #h_menu {
    left: 50%;
    margin-left: -48%;
		width: 96%;
    top: 110px;
    height: 16px;
    border-radius: 6px 6px 0 0;
  }
  #menu_1 {
    display: none;
  }
  #menu_2 {
    display: none;
  }

	#m_bottom {
	}
	#b_logo {
	}
	#b_logo a img {
	}
	#b_content {
		left: 0;
		margin-left: 0px;
		width: 100%;
		font-size: 13px;
	}
	#b_content .left {
    display: none;
		float: left;
		width: 100%;
		margin: 0px;
		padding: 0px 0px 0px 0px;
}
	#b_content .right {
		float: left;
		width: 100%;
		margin: 0px;
    padding: 0px 0px 0px 0px;
	}

	#menu_3 {
		font-size: 13px;
	}
	#menu_3 ul li {
    margin-right: 8px;
	}
  #menu_3 ul li a {
    margin-right: 8px;
	}

	#overlay_window {
		width: 80%;
		padding: 10px 10px;
	}

	.fm_row .label {
	    height: auto;
	    margin: 0px 6px 10px 0px;
	    padding: 4px 0px;
	}
	.fm_row .field label {
	    padding: 4px 4px;
	}
	.fm_row .field .bg input {
	    padding: 4px 4px;
	}
	.fm_row .field select {
	    margin: 0px 4px 0 0px;
	    padding: 4px 4px 4px 2px;
	}
	.fm_row .field .radio_group {
	    padding: 4px 4px;
	}

  .slick-prev::before, .slick-next::before {
      width: 20px;
      height: 60px;
  }

  #news-carousel .item .cnt {
    position: relative;
    width: 100%;
    bottom: 0px;
    /*background: linear-gradient(0deg, rgb(244, 227, 187) 20%, rgb(235, 207, 142) 85%, rgb(187, 150, 93) 95%, rgb(133, 98, 43) 100%);*/
    background: linear-gradient(0deg, rgb(0, 51, 102) 51%, rgb(12, 71, 129) 83%, rgb(25, 78, 131) 94%, rgb(0, 51, 102) 100%);
    padding: 10px 15px 8px 15px;
    color: #ffffff;  /*#003366;*/
  }
  #news-carousel .item .title h3 {
    font-size: 19px;
    color: #ffffff;  /*#003366;*/
    text-shadow: none;
  }
  #news-carousel .item .teaser {
    padding: 2px 0px 8px 0px;
  }

  #news .news_row {
  	float: left;
  	width: 100%;
  	margin: 0px 0 20px 0;
  }
  #news .news_row:nth-child(2n) {
  	margin-right: 0px;
  }

  #news_detail .news_img {
    float: right;
    margin: 0px 0px 20px 0px;
  }
  #news_detail .news_img img {
    max-width: 100%;
  }

  body.page-programm .m_content .col_1-1, body.page-programm .m_content .col_1-2 {
    width: 100%;
  }
  body.page-programm .m_content .col_1-1 {
    margin-left: 0;
  }
  body.page-programm .m_content .col_1-2 {
    margin-right: 0;
  }
  body.page-programm .m_content .band_daygroup {
    padding: 5px;
  }
  .band_daygroup .item.reven.rightbox {
    margin-left: 0px;
  }
  .band_daygroup .item.reven {
    margin-left: 0px;
  }
  .band_daygroup .item .img {
    float: left;
    margin: 0 10px 0 0px;
  }
  .band_daygroup .item .img_blank {
    margin: 0 10px 0 0px;
  }

  body.page-infos .m_content .single .left {
    width: 100%;
    padding-top: 20px;
  }
  body.page-infos .m_content .single .right {
    /*float: left;*/
    width: 100%;
    margin-top: 20px;
  }
  #menu_4 ul li {
    display: inline-block;
    width: auto;
    margin: 3px;
  }
  #menu_4 ul li a {
    width: auto;
    padding: 6px 10px;
  }

	#bn1-socialmedia {
	  position: fixed;
	  top: 140px;
	  right: 0;
		border-radius: 6px 0px 0px 6px;
	}
	#bn1-socialmedia ul li {
		text-align: center;
		padding: 2px 2px 0px 2px;
	}
	#bn1-socialmedia ul li:last-child {
		padding: 2px 2px 2px 2px;
	}
	#bn1-socialmedia ul li a {
		border-radius: 6px;
	}
	#bn1-socialmedia ul li a div.imgbox {
		width: 36px;
		height: 36px;
	}
	#bn1-socialmedia ul li a img {
		max-width: 22px;
		max-height: 22px;
	}

}


/* M-XS */

@media only screen and (max-width: 479px) {
	body {font-size:13px;}

  h1 {font-size:2.0em;line-height:1.3em;}
  h2 {font-size:1.6em;line-height:1.3em;}
  h3 {font-size:1.3em;line-height:1.3em;}
  h4 {font-size:1.0em;line-height:1.3em;}
  h5 {font-size:0.8em;line-height:1.3em;}
  h6 {font-size:0.7em;line-height:1.3em;}

	input, textarea, select {
		max-width: 100%;
		font-size:13px;
	}
	img, iframe, object, embed {
		max-width: 100%;
	}

	.m_content p img {
		max-width: 100%;
	}

  #m_center {
    padding-top: 125px;
    padding-bottom: 260px;		/* footer height */
  }
  body.onepage #m_center {
    padding-top: 125px;
    padding-bottom: 0px;		/* footer height */
  }

	section .bgrnd {
    padding: 80px 0 60px 0;
	}
	section .bgrnd-gt {
    padding: 0px 0 0px 0;
	}
  .m_content {
		background-transform:
	}
	#h_content {
		position: absolute;			/* header scroll */
		left: 0;
		margin-left: 0px;
		width: 100%;
		padding: 0px 0px 0px 0px;
	}

	.m_content .imgc {
    padding: 6px;
	}
	.m_content .box {
	}
	.m_content .single {
		margin-left: -48%;
		width: 96%;
		padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 6px 6px;
	}
  body.page-programm .m_content .single, body.page-infos .m_content .single, body.page-tickets .m_content .single, body.page-webcam .m_content .single {
    border-top-width: 5px;
  }
  .m_content .single-dv {
		margin-left: -48%;
		width: 96%;
	}
	.m_content .single-gt {
		padding: 10px 10px;
	}
	body.onepage .m_content .single-gt {
		margin-left: -48%;
		width: 96%;
		/*min-height: 600px;*/
		padding: 10px 10px 10px 10px;
		border-radius: 0px 0px 6px 6px;
	}
	.m_content .left {
		width: 100%;
	}
	.m_content .right {
		float: left;
		width: 100%;
	}

  .m_content .col_2-1 {
      float: left;
      width: 100%;
  }
  .m_content .col_2-2 {
      float: left;
      width: 100%;
  }
  #home-main .single-gt {
    padding: 10px 10px;
  }
  #info_cnt {
    padding: 20px 10px;
  }

	#m_head .bgrnd {
	}
  #h_logo_bg {
    margin: -20px 0 0 -50%;
    width: 100%;
    background-size: 140% auto;
  }
  #h_logo {
    margin: 52px 0 0 -60px;
  }
  #h_logo img {
    max-width: 120px;
  }
  #h_date {
    margin: 70px 0 0 15px;
    text-align: center;
  }
  #h_date_val {
    font-size: 13px;
  }
  #h_date_val div {
    display: block;
    margin-right: 0px;
    margin-bottom: 2px;
  }
  #h_date_left {
    padding-top: 0px;
    font-size: 13px;
  }
  #h_date_left div {
    display: block;
    margin-right: 0px;
    margin-bottom: 2px;
  }
  #h_loc {
    margin: 70px 15px 0 0;
    font-size: 13px;
    text-align: center;
}
  #h_loc div {
    display: block;
    margin-left: 0px;
    margin-bottom: 2px;
  }
  #h_loc div:nth-child(2n) {
    display: none;
  }

  #h_menu {
    left: 50%;
    margin-left: -48%;
		width: 96%;
    top: 110px;
    height: 16px;
    border-radius: 6px 6px 0 0;
  }
  #menu_1 {
    display: none;
  }
  #menu_2 {
    display: none;
  }

  #m_bottom {
	}
	#b_logo {
	}
	#b_logo a img {
	}
	#b_content {
		left: 0;
		margin-left: 0px;
		width: 100%;
		font-size: 13px;
	}
	#b_content .left {
    display: none;
		float: left;
		width: 100%;
		margin: 0px;
		padding: 0px 0px 0px 0px;
}
	#b_content .right {
		float: left;
		width: 100%;
		margin: 0px;
    padding: 0px 0px 0px 0px;
	}

	#menu_3 {
    margin-right: 0px;
		font-size: 13px;
	}
	#menu_3 ul li {
    width: 100%;
    margin-right: 0px;
    border-right: none;
    text-align: center;
    padding: 4px 0px;
	}
  #menu_3 ul li a {
    margin-right: 0px;
	}

	#overlay_window {
		width: 88%;
		padding: 10px 10px;
	}

	.fm_row .label {
	    height: auto;
	    margin: 0px 6px 10px 0px;
	    padding: 4px 0px;
	}
	.fm_row .field label {
	    padding: 4px 4px;
	}
	.fm_row .field .bg input {
	    padding: 4px 4px;
	}
	.fm_row .field select {
	    margin: 0px 4px 0 0px;
	    padding: 4px 4px 4px 2px;
	}
	.fm_row .field .radio_group {
	    padding: 4px 4px;
	}

  .slick-prev::before, .slick-next::before {
    width: 20px;
    height: 60px;
  }

  #news-carousel .item .cnt {
    position: relative;
    width: 100%;
    bottom: 0px;
    /*background: linear-gradient(0deg, rgb(244, 227, 187) 20%, rgb(235, 207, 142) 85%, rgb(187, 150, 93) 95%, rgb(133, 98, 43) 100%);*/
    background: linear-gradient(0deg, rgb(0, 51, 102) 51%, rgb(12, 71, 129) 83%, rgb(25, 78, 131) 94%, rgb(0, 51, 102) 100%);
    padding: 10px 15px 8px 15px;
    color: #ffffff;  /*#003366;*/
  }
  #news-carousel .item .title h3 {
    font-size: 19px;
    color: #ffffff;  /*#003366;*/
    text-shadow: none;
  }
  #news-carousel .item .teaser {
    padding: 2px 0px 8px 0px;
  }

  #news .news_row {
  	float: left;
  	width: 100%;
  	margin: 0px 0 20px 0;
  }
  #news .news_row:nth-child(2n) {
  	margin-right: 0px;
  }

  #news_detail .news_img {
    float: right;
    margin: 0px 0px 20px 0px;
  }
  #news_detail .news_img img {
    max-width: 100%;
  }

  body.page-programm .m_content .col_1-1, body.page-programm .m_content .col_1-2 {
    width: 100%;
  }
  body.page-programm .m_content .col_1-1 {
    margin-left: 0;
  }
  body.page-programm .m_content .col_1-2 {
    margin-right: 0;
  }
  body.page-programm .m_content .band_daygroup {
    padding: 5px;
  }
  .band_daygroup .item.reven.rightbox {
    margin-left: 0px;
  }
  .band_daygroup .item.reven {
    margin-left: 0px;
  }
  .band_daygroup .item .img {
    float: left;
    margin: 0 10px 0 0px;
  }
  .band_daygroup .item .img_blank {
    margin: 0 10px 0 0px;
  }

  body.page-infos .m_content .single .left {
    width: 100%;
    padding-top: 10px;
  }
  body.page-infos .m_content .single .right {
    /*float: left;*/
    width: 100%;
    margin-top: 20px;
  }
  #menu_4 ul li {
    display: inline-block;
    width: auto;
    margin: 3px;
  }
  #menu_4 ul li a {
    width: auto;
    padding: 6px 10px;
  }

	#bn1-socialmedia {
	  top: 140px;
	  right: 0;
		border-radius: 4px 0px 0px 4px;
	}
	#bn1-socialmedia ul li {
		text-align: center;
		padding: 2px 2px 0px 2px;
	}
	#bn1-socialmedia ul li:last-child {
		padding: 2px 2px 2px 2px;
	}
	#bn1-socialmedia ul li a {
		border-radius: 4px;
	}
	#bn1-socialmedia ul li a div.imgbox {
		width: 36px;
		height: 36px;
	}
	#bn1-socialmedia ul li a img {
		max-width: 22px;
		max-height: 22px;
	}

}
