@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;
}

@font-face {
    font-family: UbuntuRegular;
    src: url("font/Ubuntu-Regular.otf") format("opentype"),
         url('font/Ubuntu-Regular.woff') format('woff'),
         url('font/Ubuntu-Regular.ttf') format('truetype'),
         url('font/Ubuntu-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: UbuntuLight;
    src: url("font/Ubuntu-Light.otf") format("opentype"),
         url('font/Ubuntu-Light.woff') format('woff'),
         url('font/Ubuntu-Light.ttf') format('truetype'),
         url('font/Ubuntu-Light.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: #f9a40b;
  	background-image: url(../img/body_bgrnd.jpg);
	background-position: center -120px;
	background-size: cover;
	/*background-size: auto 100%;*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Verdana, sans-serif;
	font-size: 17px;
	line-height: 1.3em;
	color: #4d3205;
	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: #4d3205; text-decoration: underline; /* b46312, b60a0a */
}
a:hover {
	color: #4d3205; text-decoration: underline;
}
a.anchor {
    display: block;
    position: relative;
    top: -160px;
    visibility: hidden;
}
.link {
	color: #4d3205; text-decoration: underline; cursor:pointer;
}
.link:hover {
	color: #4d3205; text-decoration: underline;
}

.err {
	color: #c00;
}

#p_top {
    display: block;
    position: relative;
    /*top: 400px;*/
    visibility: hidden;
}

div.clear {clear: both;height:1px;font-size:1px;}

h1 {margin-top:0px;margin-bottom:4px;padding-bottom: 4px;border-bottom: 2px dashed #604009;font-family: Georgia,serif;font-size:1.8em;font-weight:bold;line-height: normal;color:#604009;}
h2 {margin-top:0px;margin-bottom:4px;padding-bottom: 4px;border-bottom: 2px dashed #604009;font-size:1.8em;font-family: Georgia,serif;font-weight:bold;line-height: normal;color:#604009;}
h3 {margin-top:0px;margin-bottom:4px;padding-bottom: 4px;font-size:1.8em;font-family: Georgia,serif;font-weight:bold;line-height: normal;color:#604009;}
h4 {margin-top:0px;margin-bottom:4px;font-size:1.4em;font-family: Georgia,serif;font-weight:bold;line-height: normal;color:#604009;}
h5 {margin-top:0px;font-size:1.0em;font-weight:bold;line-height: normal;color:#604009;}
h6 {margin-top:0px;font-size:0.9em;font-weight:bold;line-height: normal;color:#604009;}

hr {height:1px;border:0px solid #eee;background-color:#eee;color:#eee;}

input {margin:0;padding:0;font-family: Verdana, sans-serif;font-size:15px;border: 1px solid #999;border-radius:6px;}
textarea {font-family: Verdana, sans-serif;font-size:15px;border: 1px solid #999;border-radius:6px;}
select {font-family: Verdana, sans-serif;font-size:15px;border: 1px solid #999;border-radius:6px;background-color: #fff;}
input[type=submit] {
	padding:10px 20px;font-family: Verdana, sans-serif; font-size:17px;color:#fff;cursor:pointer;
}
input[type=button] {
	background-color:#005cc3;border:1px solid #604009;padding:8px 20px; font-family: Verdana, sans-serif; font-size: 15px; font-weight:normal; color:#fff; cursor:pointer;
	border-radius: 6px;
}
input[type=checkbox], input[type=radio] {
    white-space: nowrap;
    overflow: hidden;
    width: 20px;
    height: 20px;
	cursor: pointer;
}
input[type=checkbox]:checked {
}
input[type=checkbox]:hover {
}
input, textarea {
	width: 100%;
	max-width: 572px;
}
input[type=text], textarea {
}

button {
	display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	background-color: #874f17;
	background: linear-gradient(0deg, rgba(81,52,8,1) 51%, rgba(97,70,18,1) 83%, rgba(110,79,19,1) 94%, rgba(97,70,18,1) 98%, rgba(81,52,8,1) 100%);
	vertical-align: middle;
	text-align: center;
	padding: 6px 25px 6px 25px;
	color: #fff;
	cursor: pointer;
}
.button {
	display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	background-color: #874f17;
	background: linear-gradient(0deg, rgba(81,52,8,1) 51%, rgba(97,70,18,1) 83%, rgba(110,79,19,1) 94%, rgba(97,70,18,1) 98%, rgba(81,52,8,1) 100%);
	vertical-align: middle;
	text-align: center;
	padding: 6px 25px 6px 25px;
	color: #fff;
	cursor: pointer;
}
.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: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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);
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	/*overflow: hidden;*/
	color: #000;
}
#overlay_window.overlay_default {
	padding: 25px 25px;
	border: 2px solid #666666;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.9);
}
#overlay_window.overlay_privacy {
	padding: 25px 25px;
	border: 2px solid #604009;
	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 {
	border: none;
	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.4em;
	color: #666;
}
#overlay_window.overlay_privacy h4 {
	font-size: 1.2em;
	color: #666;
}
#overlay_window.overlay_privacy a, #overlay_window.overlay_privacy a:hover {
	color: #000;
}
#overlay_window.overlay_privacy .companylinks {
	display: none;
}
#overlay_window.overlay_privacy .cnt_start {
	/*margin-bottom: 30px;*/
}
#overlay_window.overlay_privacy .cnt_services {
	max-height: 340px;
	overflow: auto;
	margin-bottom: 10px;
	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: #604009;
}
#overlay_window.overlay_privacy .category .b_switch {
	float: right;
	min-height: 30px;
	margin-left: 20px;
}
#overlay_window.overlay_privacy .services {
	padding: 0px 0 0px 0;
}
#overlay_window.overlay_privacy .service {
	margin: 0 0px 10px 0px;
	border: 1px solid #bbb;
	border-radius: 5px;
	background-color: #f3f3f3;
	padding: 10px;
	color: #444;
}
#overlay_window.overlay_privacy .service .title {
	font-weight: bold;
}
#overlay_window.overlay_privacy .service .cnt {
	margin: 0 0px 5px 0px;
}
#overlay_window.overlay_privacy .service .addr {
	margin: 0 0px 5px 0px;
}
#overlay_window.overlay_privacy .service .purl {
	margin: 0 0px 5px 0px;
}
#overlay_window.overlay_privacy .service .clt {
}

#overlay_window.overlay_privacy .btnrow {
	margin-top: 20px;
	margin-bottom: 10px;
}
#overlay_window.overlay_privacy .button.set_onlyncss {
	float: left;
	width: 32%;
	margin-right: 2%;
	padding: 10px 10px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background: none;
	background-color: #e40301;
	box-shadow: 0px 1px 6px #999;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
#overlay_window.overlay_privacy .button.set_onlyncss:hover {
	background-color: #444;
	box-shadow: none;
	color: #fff;
}
#overlay_window.overlay_privacy .button.config {
	float: left;
	width: 32%;
	margin-right: 2%;
	padding: 10px 10px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background: none;
	background-color: #ffd700;
	box-shadow: 0px 1px 6px #999;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color: #222;
	cursor: pointer;
}
#overlay_window.overlay_privacy .button.config:hover {
	background-color: #444;
	box-shadow: none;
	color: #fff;
}
#overlay_window.overlay_privacy .button.set_all {
	float: left;
	width: 32%;
	padding: 10px 10px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background: none;
	background-color: #093;
	box-shadow: 0px 1px 6px #999;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
#overlay_window.overlay_privacy .button.set_all:hover {
	background-color: #444;
	box-shadow: none;
	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%;
	line-height: normal;
}
#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: 11px;
	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: 2px 8px;
	/*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: 2px 8px;
	/*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: 31px;
}
#overlay_window.overlay_privacy input[type="checkbox"]:checked + .toggle .handle {
	left: 31px;
	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: 100%;
	/*border: 1px solid #ccc;*/
	aspect-ratio: 15 / 10;
}
.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-top: 120px;
	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);
}

/* Video Privacy Overlay */
.video-privacy {
}
.video_privacy_overlay {
	position: relative;
	aspect-ratio: 16/9;
	overflow: hidden;
	width: 100%;
	min-height: 240px;
}
.video_privacy_overlay .img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/sys/video_bgrnd.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: none; 
	transform-origin: center center;
}
.video_privacy_overlay .img:hover {
	transform: none;
}
.video_privacy_overlay .cnt {
	position: absolute;
	top: 0;
	display: table;
	width: 100%;
	height: 100%;
	box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.05);
}
.video_privacy_overlay .cnt-tab {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.video_privacy_overlay .yt-btn {
	display: inline-block;
	width: 70px;
	height: 50px;
	background-color: #e00;
	border-radius: 20%; 
	text-align: center;
	cursor: pointer;
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);
}
.video_privacy_overlay .yt-btn-arr {
	display: inline-block;
	margin-top: 15px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	clip-path: polygon(100% 50%, 0 100%, 0 0); 
}


/* main */

#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;
	margin-bottom: -5px;
}

#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: 85px;		/* footer height */
}
body.onepage #m_center {
	position: unset;
	padding-top: 248px;
	padding-bottom: 0px;		/* footer height */
}
body.blank #m_center {
}
#m_center .bgrnd {
}
#m_bottom {
	position: absolute;
	margin-top: 0px;
	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 10px 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;*/
	font-size: 0.9em;
}
.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;
}

.page-programm .m_content h1,
.page-infos .m_content h1 {
	display: none;
}
.page-programm h1, .page-programm h2,
.page-programm-1 h1, .page-programm-1 h2,
.page-programm-2 h1, .page-programm-2 h2,
.page-bisher-bestaetigt h1, .page-bisher-bestaetigt h2 {
		/*border: 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 .box img {
	border: 0;
}

.m_content .single {
	/*border-top: 12px solid #604009;*/
	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(236, 221, 178, 0.9);
	box-shadow: 0px 1px 6px #8d6b31;
	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(236, 221, 178, 0.9);
	box-shadow: 0px 1px 6px #8d6b31;
	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: 48%;
	padding: 0;
}
.m_content .col_1-2 {
	float: right;
	width: 48%;
	margin: 0;
	padding: 0;
}
.m_content .col_2-1 {
	float: right;
	width: 73%;
	padding: 0;
}
.m_content .col_2-2 {
	float: left;
	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;
}

table.imgbox {
	width: 49%;
	float: left;
	border: 0;
	margin: 0 2% 20px 0;
}
table.imgbox:nth-child(2n) {
	margin-right: 0;
}
table.imgbox td {
  border: 0;
}
table.imgbox td img {
	border: 1px solid #658a43;
}

#tlogos {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: -10px;
}
#tlogos li {
	float: left;
	width: 48%;
	height: 80px;
	margin: 0px 4% 12px 0px;
	background-color: #fff;
	border-radius: 5px;
	padding: 0;
	text-align: center;
}
#tlogos li:nth-child(2n) {
	margin-right: 0;
}
#tlogos li:nth-last-child(1), #tlogos li:nth-last-child(2) {
	margin-bottom: 0;
}
#tlogos li div {
	display: table;
	width: 100%;
	height: 80px;
	text-align: center;
	vertical-align: middle;
}
#tlogos li a {
	display: table-cell;
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
#tlogos li img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	border: none;
	vertical-align: middle;
}
#tlogos li:nth-child(3), #tlogos li:nth-child(4) {
}


#home-main .single-gt {
	padding: 30px 30px;
}

body.page-programm .m_content .single,
body.page-programm-2 .m_content .single,
body.page-bands .m_content .single, body.page-bands-1 .m_content .single,
body.page-bisher-bestaetigt .m_content .single {
	background-color: rgba(242, 201, 117, 0.85);
	/*border-top: 12px solid #8c5f05;*/
}
.band_daygroup .hl h2 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2px;
	color: #604009;
}
.band_daygroup .subt {
	display: none;
	padding: 0px 0 0 0;
	text-align: center;
	font-weight: bold;
}
.band_daygroup .ptab {
	margin-top: -20px;
}
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: 0px;
}
.band_daygroup table {
	width: 100%;
	margin-bottom: 60px;
}
.band_daygroup table table {
	margin-bottom: 0px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #f9dda7;
}
.band_daygroup table h3 {
	text-align: center;
}
.band_daygroup table a {
	color: #604009;
	text-decoration: none;
}
.band_daygroup table a:hover {
	text-decoration: underline;
}
.band_daygroup table tr.irow0 {
	background-color: rgba(255,255,255,.3);
}
.band_daygroup table tr.irow1 {
	background-color: rgba(255,255,255,.1);
}
.band_daygroup table td.tdleft {
	width: 44%;
	padding: 10px 6px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}
.band_daygroup table td.tdcent {
	width: 12%;
	border-left: 1px solid #f4e0b6;
	border-right: 1px solid #f4e0b6;
	padding: 8px 6px;
	text-align: center;
}
.band_daygroup table td.tdrght {
	width: 44%;
	padding: 8px 6px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}
.band_daygroup table td img {
	border: 0;
}

.band_list table {
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #f9dda7;
}
.band_list table tr.irow0 {
	background-color: rgba(255,255,255,.3);
}
.band_list table tr.irow1 {
	background-color: rgba(255,255,255,.1);
}
.band_list table td {
	padding: 10px 6px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}

body.page-bands .band_detail h2,
body.page-bands-1 .band_detail h2 {
	color: #4d3205;
	padding: 0;
}
body.page-bands .band_detail h3,
body.page-bands-1 .band_detail h3 {
	font-size: 1.5em;
	color: #4d3205;
}

.band_detail {
}
.band_detail .img {
	width: 100%;
	margin: 0 0px 10px 0;
	border: 1px solid #84611e;
	border-radius: 6px;
	background-color: #4d3205;
	/*background-color: rgba(255, 255, 255, 0.35);*/
	/*background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);*/
	text-align: center;
}
.band_detail .img div {
	/*background-color: rgba(77, 50, 5,0.8);*/
}
.band_detail .img img {
	max-width: 100%;
	max-height: 500px;
	/*border-radius: 6px;*/
	vertical-align: bottom;
	/*border: 1px solid #7c7c7c;*/
}
.band_detail .mdesc {
	margin: 0 0px 10px 0;
	text-align: center;
	font-size: 0.8em;
}
.band_detail .title {
	margin-top: -5px;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
	font-size: 21px;
}
.band_detail .title h1 {
	display: block;
}

.band_detail .desc {
	padding: 10px 10px 10px 0px;
}
.band_detail .url {
	padding: 15px 10px 8px 0px;
}
.band_detail .timestart {
	padding: 8px 10px 8px 0px;
}
.band_detail .timeend {
	padding: 8px 10px 8px 0px;
}
.band_detail .onstage {
	margin-top: 30px;
}
.band_detail .onstage h3 {
	margin-bottom: 5px;
}
.band_detail .dateout {
	font-weight: bold;
}
.band_detail .arr-prev {
	width: 20px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	background-image: url(../img/icon/arr-l01.png);
	background-position: left center;
	background-size: 65% 76%;
	background-repeat: no-repeat;
}
.band_detail .arr-next {
	width: 20px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	background-image: url(../img/icon/arr-r01.png);
	background-position: right center;
	background-size: 65% 76%;
	background-repeat: no-repeat;
}

.band_detail .prev {
	float: left;
	width: 33%;
}
.band_detail .back {
	float: left;
	width: 34%;
	text-align: center;
	padding:2px;
}
.band_detail .next {
	float: right;
	width: 33%;
	font-weight: bold;
}
.band_detail .back_mobile {
	display: none;
	clear: both;
	text-align: center;
}
.band_detail .back_mobile a {
	display: block;
	padding: 30px 0 0 0;
}

body.page-programm h1, body.page-programm h2, body.page-programm h3, body.page-programm h4,
body.page-bands h1, body.page-bands h2, body.page-bands h3, body.page-bands h4,
body.page-bands-1 h1, body.page-bands-1 h2, body.page-bands-1 h3, body.page-bands-1 h4 {
	margin-bottom: 0px;
	border: 0;
	color: #fff;
}
body.page-bisher-bestaetigt a {
	color: #604009;
	text-decoration: none;
}
body.page-bisher-bestaetigt a:hover {
	text-decoration: underline;
}
body.page-programm hr {
	margin-top: 15px;
	border: 0px solid #c93;
	background-color: #c93;
	color: #c93;
}

body.page-infos .m_content .single {
	background-color: rgba(115,196,88,.85);
	/*border-top: 12px solid #1a7b1b;*/
}
body.page-infos h1, body.page-infos h2, body.page-infos h3 {
	color: #fff;
	padding-bottom: 4px;
	border-bottom: 2px dashed #fff;
	line-height: normal;
}
body.page-infos h4 {
	color: #fff;
	padding-bottom: 4px;
}
body.page-infos .m_content .info_page {
	display: flex;
	width: 100%;
}
body.page-infos .m_content .single .left {
	/*width: 18%;*/
	padding-top: 2px;
	width: 190px;
	margin-right: 50px;
}
body.page-infos .m_content .single .right {
	/*width: 78%;*/
	margin-top: 0px;
	flex: 1;
}
#info_cnt .cnt img {
	border-radius: 8px;
	border: 1px solid #658a43;
}
#info_cnt .cnt a:link, #info_cnt .cnt a:visited, #info_cnt .cnt a:active {
  color: #162f00;
  text-decoration: underline;
}
#info_cnt {
	/*border: 1px solid #468205;*/
	/*border-radius: 0px 20px 20px 0px;*/
	border-radius: 6px;
	/*border: 2px solid #cbe890;*/
	/*background: rgba(255,255,255,0.3);*/
	/*padding: 40px;*/
	min-height: 400px;
	color: #162f00;
}
#info_cnt img[align=left] {
	margin: 0 20px 20px 0px;
}
#info_cnt img[align=right] {
	margin: 0 0px 20px 20px;
}
#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);*/
	background-color: rgb(207, 246, 252, .90);
	/*border-top: 12px solid #146c97;*/
}
body.page-tickets h1, body.page-tickets h2, body.page-tickets h3, body.page-tickets h4 {
	/*color: #00875f;*/
	color: #076299;
}
body.page-tickets h1, body.page-tickets h2 {
	border-bottom: 2px dashed #076299;
}

body.page-webcam .m_content .single {
	background-color: rgba(255, 205, 165, 0.85);
	/*border-top: 12px solid #a0500f;*/
}
body.page-webcam h1, body.page-webcam h2, body.page-webcam h3, body.page-webcam h4 {
	color: #a0500f;
}

/* 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: 260;
	margin: 60px 0 0 -130px;
}
#h_logo a {
	display: block;
}
#h_logo img {
	max-width: 260px;
}
#h_date {
	position: absolute;
	left: 0;
	z-index: 118;
	margin: 156px 0 0 20px;
	font-weight: bold;
}
#h_date_val {
	font-family: Georgia,serif;
	font-size: 25px;
	color: #332000;
}
#h_date_val div {
	display: inline-block;
	margin-right: 8px;
}
#h_date_left {
	/*padding-top: 4px;*/
	font-family: Georgia,serif;
	font-size: 25px;
	color: #332000;
}
#h_date_left div {
	display: inline-block;
	margin-right: 8px;
}
#h_loc {
	position: absolute;
	right: 0;
	z-index: 119;
	margin: 156px 20px 0 0;
	font-family: Georgia,serif;
	font-size: 25px;
	font-weight: bold;
	color: #332000;
}
#h_loc div {
	display: inline-block;
	margin-left: 0px;
}

#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, rgba(81,52,8,1) 51%, rgba(97,70,18,1) 83%, rgba(110,79,19,1) 94%, rgba(97,70,18,1) 98%, rgba(81,52,8,1) 100%);
	box-shadow: 0px 1px 6px #8d6b31;
	font-family: Georgia, 'Times New Roman', Times, 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 #8b632f;
	/*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);
	text-decoration: none;
}

#menu_1 ul li a:hover {
	color: #fff069;
	text-decoration: none;
}
#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: #39c;
	background: linear-gradient(0deg, rgba(70,45,0,1) 0%, rgba(140,95,5,1) 10%);
	border-radius: 10px 10px 0 0;
}
#menu_1 .mp_3 a.active {
	background-color: #39c;
	/*background: linear-gradient(0deg, rgba(30,60,0,1) 0%, rgba(70,130,5,1) 10%);*/
	background: linear-gradient(0deg, rgb(0, 26, 0) 0%, rgb(26, 123, 27) 10%);
	border-radius: 10px 10px 0 0;
}
#menu_1 .mp_5 a.active {
	background-color: #64b71f;
	/*background: linear-gradient(0deg, rgba(2,50,30,1) 0%, rgba(0,135,95,1) 10%);*/
	background: linear-gradient(0deg, rgb(0, 50, 74) 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: #64b71f;
	background: linear-gradient(0deg, rgba(110,50,10,1) 0%, rgba(160,80,15,1) 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 #8b632f;*/
	background-image: url(../img/sys/bull_b.png);
	background-size: 7px auto;
	background-repeat: no-repeat;
	background-position: right 13px;
	text-align: right;
	padding: 0;
	color: #4d3205;
}
#menu_3 li:last-child {
	margin-right: 0px;
	border-right: none;
	background-image: none;
}
#menu_3 li a {
	display: inline-block;
	margin-right: 18px;
	color: #4d3205;
	text-decoration: none;
}
#menu_3 li:last-child a {
	margin-right: 0px;
}

#menu_3 ul li a:hover {
	color: #4d3205;
	text-decoration: underline;
}
#menu_3 ul li a.active {
	color: #4d3205;
}
#menu_3 ul li a.active:hover {
	color: #4d3205;
}
#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;
	margin: auto;
	list-style-type: none;
}
#menu_4 li {
	/*width: 100%;*/
	margin-bottom: 8px;
	/*background-image: url(../img/stern_l.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: right 15px;*/
	text-align: left;
	padding: 0;
	color: #fff;
}
#menu_4 li:last-child {
	margin-right: 0px;
	border-right: none;
}
#menu_4 li a {
	width: 100%;
	display: inline-block;
	border: 1px solid #137316;
	border-radius: 6px;
	background-color: rgba(121, 185, 56, 0.8);
	/*background-color: rgba(26, 123, 27, 0.60);*/
	/*box-shadow: 0px 0px 4px #fff;*/
	padding: 6px 5px 6px 5px;
	font-family: Georgia,serif;
	font-weight:bold;
	color: #fff;
	/*white-space: nowrap;*/
	text-decoration: none;
	transition: background-color 1s;
}
#menu_4 ul li a:hover {
	/*border: 2px solid #1a7b1b;*/
	background-color: rgba(26, 123, 27, 0.60);
	/*background-color: rgba(19, 105, 21, 0.9);*/
	color: #fff;
	text-decoration: none;
}
#menu_4 li:last-child a {
	margin-right: 0px;
}
#menu_4 ul li a.active {
	background-color: rgba(26, 123, 27, 0.60);
	/*background-color: #31a332;*/
	color: #fff;
}
#menu_4 ul li a.active:hover {
	color: #fff;
}
#menu_4 ul li div {
    padding: 2px 2px 2px 2px;
}
#menu_4 ul li div.desc {
	display: none;
}
#menu_4 ul li a img {
	float: left;
	margin-right: 6px;
	max-width: 20px;
	border: 0;
  }
#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 #5a3f0e;
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 5px 7px 3px 7px;
	line-height: 22px;
	font-size: 19px;
	color: #5a3f0e;
}
.mean-container .mean-bar a.meanmenu-reveal span {
	background: #5a3f0e;
	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(87, 59, 11);
	/*-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 #963;
	border-bottom: 1px solid #604009;
	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:hover {
	color: #fff069;
}

.mean-container .mean-bar .mean-nav ul li a div {
	padding: 0.5em 0px 0.5em 25px;
}
.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: 15px 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(138, 97, 27, 1);
	color: #fff;
}
.mean-container .mean-bar .mean-nav ul li a:hover {
  	background: rgba(163, 122, 51, 1);
	/*background: rgba(255,255,255,0.1);*/
	color: #fff069;
}
.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 0px 0px;
	text-align: center;
	font-size: 17px;
	color: #604009;
}
#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: 240px;
	right: 0;
	width: 60px;
	border-radius: 8px 0px 0px 8px;
	background-color: rgba(255, 191, 63, 0.6);	/* rgba(255, 131, 0, 1);*/	/* rgba(41, 68, 111, 0.6); */
	text-align: center;
	padding: 5px;
}
.b_social ul {
	margin: auto;
	padding: 0;
	list-style-type: none;
}
.b_social ul li {
	display: block;
	margin-bottom: 5px;
}
.b_social ul li:last-child {
	margin-bottom: 0px;
}
.b_social ul li a {
	display: block;
	border-radius: 8px;
	background-color: rgba(81, 52, 8, 1);
	-moz-box-shadow: 0px 1px 1px #111;
	-webkit-box-shadow: 0px 1px 1px #604009;
	box-shadow: 0px 1px 1px #604009;
}
.b_social ul li a:hover {
	background-color: rgb(136, 96, 35);
}
.b_social ul li a div.imgbox {
	display: table-cell;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	line-height: 15px;
}
.b_social ul li a div.imgbox div {
	display: inline-block;
}
.b_social ul li a img {
	display: block;
	max-width: 28px;
	max-height: 28px;
}

#bn2-socialmedia {
	display: none;
	position: relative;
	width: auto;
	text-align: center;
	padding: 30px 0 0 0;
}
#bn2-socialmedia .b_social ul li {
	margin-bottom: 0;
	margin-right: 5px;
}

/* 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;
}


#smedia {
}
#smedia ul {
	margin: auto;
	margin-top: 20px;
	padding: 0;
	list-style-type: none;
}
#smedia ul li {
	display: inline-block;
	text-align: center;
	padding: 4px 8px 0px 0px;
}
#smedia ul li:last-child {
}
#smedia ul li a {
	display: block;
	border-radius: 8px;
	background-color: rgb(247, 222, 162);
	-moz-box-shadow: 0px 1px 1px #111;
	-webkit-box-shadow: 0px 1px 1px #222;
	box-shadow: 0px 1px 1px #222;
}
#smedia ul li a:hover {
	background-color: rgb(255, 255, 255);
}
#smedia ul li a div {
	display: table-cell;
	width: 42px;
	height: 42px;
	text-align: center;
	vertical-align: middle;
}
#smedia ul li a div img {
	display: inline-block;
	max-width: 28px;
	max-height: 28px;
	border: 0;
	vertical-align: middle;
}


/* CONTACT */

#contact_type_select {
	margin: 0 0 20px 0;
}
#contact_type_select label {
}
#contact_type_select .cf_type_select {
	margin: 10px 0 0 0;
}
#contact_type_select select {
	padding: 6px 8px;
}
#contact_type_select select option {
	padding: 2px 10px 0px 5px;
}
#contact_type_select select option.first {
	font-weight: normal;
}
#contact_type_select select option.select-hr {
	border-bottom: 1px dotted #000;
}

#contact_default {
	margin: 0px 0 10px 0;
}
.cf_head {
	display: none;
	margin: 20px 0 20px 0;
}
.cf_set {
	margin: 0 0 10px 0;
}
.cf_set label {
	display: block;
	padding: 0 0 5px 0;
}
.cf_set input {
	padding: 6px 8px;
}
.cf_set textarea {
	height: 200px;
	padding: 6px 8px;
}
.cf_set select option {
	padding: 6px 8px;
}
.cf_but {
	float: left;
}
.cf_minfo {
	margin-top: 40px;
}
.cf_info {
	margin-top: 20px;
}
.cf_but input {
	margin: 20px 0 0 0;
	padding: 6px 25px 6px 25px;
	display: inline-block;
	background-color: #444;
	background: linear-gradient(0deg, rgba(81,52,8,1) 51%, rgba(97,70,18,1) 83%, rgba(110,79,19,1) 94%, rgba(97,70,18,1) 98%, rgba(81,52,8,1) 100%);
	vertical-align: middle;
	text-align: center;
	font-size: 17px;
	color: #fff;
	cursor: pointer;
}
.cf_subtitle {
	margin: 0 0 10px 0;
}
.cf_subtitle h3 {
	font-size: 19px;
}

.cf_spc1 {
	height: 25px;
}
.cf_product {
	margin: 20px 0 40px 0;
	border: 1px solid #666;
	background-color: #fff;
	padding: 15px 15px;
}
.cf_product .title h3 {
	font-size: 17px;cursor:pointer;
}
.cf_product .price {
	margin: 4px 0px 4px 0px;font-size:14px;color:#604009;
}
.cf_product .price_basis {
	margin: 4px 0px 4px 0px;font-size:14px;color:#604009;
}
.chk_ppa {
	margin: 0px 0px 40px 0px;
}
.chk_ppa label {
	display: block;
	padding: 0 0 5px 0;
}
.chk_ppa .cf_field {
}
.chk_ppa .cf_field span {
	cursor: pointer;
	text-decoration: underline;
}


#box_captcha {
}
.captcha_title {
	margin: 0 0 10px 0;
}
.captcha_image {
	float: left;
	margin-right: 20px;
	border: 1px solid #999;
	border-radius: 6px;
	overflow: hidden;
}
.captcha_image img {
	display: block;
}
.captcha_field {
	float: left;
	width: 200px;
}
.captcha_field input {
	width: 80px;
	padding: 6px 8px;
}

/* table open-close */

.tab-openclose {
	border: 1px solid #4c7e20;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.1);
}
.tab-openclose tr td h3 {
    cursor: pointer;
	border-bottom: none;
    background-image: url("../img/sys/ar01-dn_dgr.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 20px;
    margin: 10px;
	padding: 0px 50px 0 0;
	font-size: 1.4em;
	color: #2a591c; /*#266a12;*/
}
.tab-openclose tr td h3.open {
    background-image: url("../img/sys/ar01-up_dgr.png");
}
.tab-openclose tr td h3.close {
    background-image: url("../img/sys/ar01-dn_dgr.png");
}
.tab-openclose tr:first-child + tr td {
    display: none;
    padding: 0 10px 10px 10px;
}

/* 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 20px 0;
	border-radius: 6px;
	/*background-color: rgba(255, 255, 255, 0.25);*/
    padding: 5px;
    text-align: center;
	overflow: hidden;
}
.bnr .item a {
	display: block;
}
.bnr .bnr_info {
	display: none;
}
.bnr .item img {
	display: block;
	max-width: 100%;
}

/* News Slider */

#news-carousel {
	/*background-color: rgba(25, 25, 25, 0.8);*/
	/*box-shadow: 0px 1px 6px #8d6b31;*/
	background-color: rgba(255, 255, 255, 0.25);
	margin: 0 0 20px 0;
	padding: 10px;
	border-radius: 6px;
}
#news-carousel .groupname {
}
#news-carousel .groupdate {
	float: right;
	margin: 5px 0 4px 0;
	font-size: 14px;
	color: #c4b499;
}
#news-carousel .groupname h3 {
	margin-bottom: 10px;
	border-bottom: 2px dashed #604009;
	font-size: 1.6em;
}
#news-carousel .groupdesc {
	margin: 0px 0 12px 0;
	text-align: justify;
}
.m_content .box ul.slick-dots {
  margin: 0;
}
.slick-dots li button:before {
    opacity: .25;
	color: #604009;
}
.m_content .box ul.slick-dots li.slick-active button::before {
	opacity: 1;
	color: #604009;
}
#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%;
	border: 0;
}
#news-carousel .item .cnt {
	display: none;
	position: absolute;
	width: 100%;
	bottom: 20px;
	background-color: rgba(25, 25, 25, 0.5);
	/*background-color: rgba(90, 60, 10, 0.4);*/
	padding: 10px 20px 10px 20px;
	color: #fff;
}
#news-carousel .item .title {
}
#news-carousel .item .title a {
	color: #fff;
	text-decoration: none;
}
#news-carousel .item .title h3 {
	border: 0;
	/*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 #604009;
}
#news-carousel .item .teaser {
	width: 100%;
	overflow: hidden;
	padding: 5px 5px 8px 5px;
}
#news-carousel .item .teaser a {
	color: #fff;
}

/* news */

#news {
	/*position: relative;*/
	/*display: inline-block;*/
}
#news_boxes {
	text-align: center;
}
#news .news_row {
	/*display: inline-block;*/
	/*float: left;*/
	width: 100%;
	/*margin: 0px 3% 30px 0;*/
	/*width: 48%;*/
	margin: 0px 0 20px 0;
	border-radius: 6px;
	/*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.25);*/
	/*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 {
	/*border-bottom: 1px solid #ccc;*/
	padding: 10px;
	text-align: left;
}

#news .news_item_head {
	display:none;
}
#news .news_item_head h3 {
	margin: 1px 0 5px 0;
	padding: 0;
	font-size: 21px;
	color: #005cc3;
}
#news .news_item_center {
	/*height: 295px;*/
	/*overflow: hidden;*/
	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 {
	float: right;
	margin: 5px 0 4px 0;
	font-size: 14px;
	color: #b19f81;
}
#news .news_weekday {
	display: none;
}
#news .news_img {
	display: none;
	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 0px 5px 0px;
}
#news .news_hlintro h4 {
	font-size: 17px;
	font-weight: normal;
}
#news .news_hl {
	display: none;
	/*background-color: #f9f9ff;*/
}
#news .news_hl h3 {
	margin-bottom: 10px;
	border-bottom: 2px dashed #604009;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size: 1.6em;
	color: #005cc3;
}
#news .news_hla {
	/*height: 82px;*/
	/*overflow: hidden;*/
}
#news .news_hla h3 {
	margin-bottom: 10px;
	border-bottom: 2px dashed #604009;
	/*text-align: center;*/
	font-size: 1.6em;
}
#news .news_hla a{
	color: #604009;
	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;*/
	/*border-top: 1px solid #ccc;*/
	/*text-align:justify;*/
}
#news .news_ts a{
}
#news .news_ts a:hover{
	text-decoration: underline;
}
#news .news_ts iframe,
#news .news_ts object,
#news .news_ts embed {
	display: block;
    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 {
	display: none;
}
#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_boxes_list */

#news_boxes_list {
	/*position: relative;*/
	/*display: inline-block;*/
}
#news_boxes_list .news_row {
	/*display: inline-block;*/
	/*float: left;*/
	width: 100%;
	/*margin: 0px 3% 30px 0;*/
	/*width: 48%;*/
	margin: 0px 0 20px 0;
	border-radius: 6px;
	/*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.25);*/
	/*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_boxes_list .news_row:nth-child(2n) {
	margin-right: 0px;
}
#news_boxes_list .news_item {
	/*border-bottom: 1px solid #ccc;*/
	padding: 5px;
	text-align: left;
}
#news_boxes_list .news_item_head {
}
#news_boxes_list .news_item_head h3 {
	margin: 0px 0 2px 0;
	padding: 0;
	font-size: 19px;
	color: #604009;
}
#news_boxes_list .news_item_center {
	/*height: 295px;*/
	/*overflow: hidden;*/
	margin: 0px 0px;
}
#news_boxes_list .news_item_bottom {
	display: none;
}
#news_boxes_list .news_item_bottom div.date {
	display: none;
}
#news_boxes_list .news_item_bottom div.more {
	display: none;
}
#news_boxes_list .news_item_bottom div.more a {
}
#news_boxes_list .news_item_bottom div.totop {
	display: none;
}
#news_boxes_list .news_item_bottom div.totop a{
	display: block;
}
#news_boxes_list .news_cnt {
	display: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#news_boxes_list .news_date {
	display: none;
	margin: 0 0 4px 0;
	font-size: 13px;
}
#news_boxes_list .news_weekday {
	display: none;
}
#news_boxes_list .news_img {
	overflow: hidden;
	border: 1px solid #999;
}
#news_boxes_list .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_boxes_list .news_img:hover img {
	filter: brightness(100%);
	transform: scale(1.08);
}

#news_boxes_list .news_img a{
	display: block;
}
#news_boxes_list .news_img_phold {
}
#news_boxes_list .news_hlintro {
	display: none;
	padding: 5px 0px 5px 0px;
}
#news_boxes_list .news_hlintro h4 {
	font-size: 17px;
	font-weight: normal;
}
#news_boxes_list .news_hl {
	display: none;
	/*background-color: #f9f9ff;*/
}
#news_boxes_list .news_hl h3 {
	border-bottom: 2px dashed #604009;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size: 1.6em;
	color: #005cc3;
}
#news_boxes_list .news_hla {
	display: none;
	/*height: 82px;*/
	/*overflow: hidden;*/
}
#news_boxes_list .news_hla h3 {
	border-bottom: 2px dashed #604009;
	/*text-align: center;*/
	font-size: 1.6em;
	padding: 0px 0px 0px 0px;
}
#news_boxes_list .news_hla a{
	color: #604009;
	text-decoration: none;
}
#news_boxes_list .news_hla a:hover{
	text-decoration: underline;
}
#news_boxes_list .news_hl_rowsep {
	display: none;
	height: 10px;
}
#news_boxes_list .news_ts_rowsep {
}
#news_boxes_list .news_ts {
	/*min-height: 94px;*/
	/*border-top: 1px solid #ccc;*/
	/*text-align:justify;*/
	padding-top: 5px;
}
#news_boxes_list .news_ts a{
	color: #604009;
	text-decoration: none;
}
#news_boxes_list .news_ts a:hover{
	text-decoration: none;
}
#news_boxes_list .news_ts iframe,
#news_boxes_list .news_ts object,
#news_boxes_list .news_ts embed {
	display: block;
    width: 100%;
}
#news_boxes_list .news_ts a.more {
	display: none;
	float: right;
	color: #005cc3;
}
#news_boxes_list .news_tx {
	display: none;
	margin: 0px;
}
#news_boxes_list .news_tx_rowsep {
	display:none;
}
#news_boxes_list .news_tx a{
	color: #005cc3;
	text-decoration: none;
}
#news_boxes_list .news_foot {
	display: none;
}
#news_boxes_list .news_foot div {
}
#news_boxes_list .news_foot a{
}
#news_boxes_list .news_sep {
	display: none;
}
#news_boxes_list .sep_last {
	background-image: none;
}
#news_boxes_list .news_rowsep {
	display:none;
	clear: both;
	margin: 0px 0 20px 0;
	border-bottom: 1px solid #ccc;
}
#news_boxes_list img {
}
#news_boxes_list iframe {
}
#news_boxes_list object {
}

#news_boxes_list .more {
	display: none;
}
#news_boxes_list .totop {
	display: none;
}

#news_boxes_list .news_row_highlight {
}
#news_boxes_list .news_row_highlight .news_hl {
	background-color: #005cc3;
}
#news_boxes_list .news_row_highlight .news_hl h3 {
	text-align: center;
	color: #fff;
}

/* news detail */

#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: flow-root;
	/*display: inline-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-radius: 6px;
}

#news_detail img[align=left] {
	margin: 0 20px 20px 0px;
}
#news_detail img[align=right] {
	margin: 0 0px 20px 20px;
}

#news_detail .news_ts{
	display:block;
	padding: 0 0 15px 0;
}
#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: 40px 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 */

.album_detail {
}
.album_detail .title {
	display: none;
}
.album_detail .description {
	display: none;
}
.album_detail .main_alert_text {
	display: none;
}

/* Album Detail Thumbs */
.album_detail .thumbs {
}
.album_detail .thumbs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.album_detail .thumbs ul li {
	float: left;
	width: 49%;
	margin: 0px 2% 20px 0px;
}
.album_detail .thumbs ul li:nth-child(2n) {
	margin-right: 0;
}
.album_detail .thumbs ul li a {
}
.album_detail .thumbs ul li img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.album_detail .thumbs ul li .caption {
	display: none;
}

/* Album Detail Boxes */
.album_detail .boxes {
}
.album_detail .boxes ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.album_detail .boxes ul li {
	display: inline-block;
	width: 19%;
	aspect-ratio: 1 / 1;
	margin: 0px 0.5% 15px 0.5%;
	background-color: rgba(242, 201, 117, 0.85);
}
.album_detail .boxes ul li:nth-child(5n) {
	/*margin-right: 0;*/
}
.album_detail .boxes ul li a {
	display: block;
}
.album_detail .boxes ul li img {
	display: block;
	width: 100%;
	height: auto;
	border: 2px solid #ffd87b;
	border-radius: 5px;
}
.album_detail .boxes ul li .caption {
	display: none;
}

#album_detail-15 .title, #album_detail-16 .title, #album_detail-17 .title {
	display: block;
}
#album_detail-15 .title h3, #album_detail-16 .title h3, #album_detail-17 .title h3 {
	display: block;
	text-align: center;
	margin: 20px 10px;
}

/* bxslider */
#aslide_bxslider-14{
	background-color: rgba(255, 255, 255, 0.25);
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 20px;
}
#aslide_bxslider-14 h3 {
	margin: 0px 0 13px 0;
	padding: 0;
	font-size: 19px;
	color: #604009;
}

/* slick slider */

#aslide_slick-14 {
	background-color: rgba(255, 255, 255, 0.25);
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 20px;
}
#aslide_slick-14 h3 {
	margin: 0px 0 13px 0;
	padding: 0;
	font-size: 19px;
	color: #604009;
}
.m_content .box .col_2-2 ul {
	margin: 0px;
}
.m_content .box .col_2-2 .aslide_slick img {
	border: 0;
}
.aslide_slick {
	max-width: 100%;
	margin-bottom: -5px;
	padding: 0;
}
.aslide_slick li {
	max-width: 100%;
	padding: 0;
}
.aslide_slick li div {
	display: table-cell;
	/*border: 1px solid #ccc;*/
	/*background-color: #fff;*/
	vertical-align: middle;
}
.aslide_slick li div img {
	display: block;
	max-width: 100%;
	border: 0;
}

.slick-prev:before, .slick-next:before {
	width: 40px;
	height: 140px;
}


#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 {
}

/* albumslider slick-3*/
#slider3 {
	margin-top: 10px;
}

/* Partner */

#idPartner {
	padding-top: 20px;
	text-align: center;
}
#idPartner .item {
	display: inline-block;
	margin-top: 0px;
	vertical-align: middle;
}
#idPartner .item .img {
	display: table-cell;
	width: 115px;
	height: 45px;
	padding: 0 20px;
	vertical-align: middle;
}
#idPartner .item .img a {
	/*display: block;*/
}
#idPartner .item .img a img {
	max-width: 100%;
	max-height: 40px;
	height: auto;
	border: 0;
}
#idPartner .item .text {
	display: none;
}

/* partner list */

.partner_list {
	width: 100%;
	margin: 0px 0 20px 0;
	border-radius: 6px;
	/*background-color: rgba(255, 255, 255, 0.25);*/
}
.partner_list .box {
	padding: 5px;
}
.partner_list h3 {
	margin: 0px 0 13px 0;
	padding: 0;
	font-size: 19px;
	color: #604009;
}
.partner_list ul {
	list-style-type: none;
	margin-bottom: -10px;
}
.partner_list ul li {
	float: left;
	width: 48%;
	height: 80px;
	margin: 0px 4% 12px 0px;
	background-color: #fff;
	border-radius: 5px;
	padding: 0;
	text-align: center;
}
.partner_list ul li a {
	display: block;
}
.partner_list ul li:nth-child(2n) {
	margin-right: 0;
}
.partner_list ul li:nth-last-child(1), .partner_list ul li:nth-last-child(2) {
	margin-bottom: 0;
}
.partner_list ul li .tab {
	display: table;
	width: 100%;
	text-align: center;
}
.partner_list ul li .tab a {
}
.partner_list ul li .tab .img {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 80px;
	padding: 16px 25px;
}
.partner_list ul li .tab .img img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.partner_list ul li .tab .txt {
	display: none;
}

/* 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;
}

/* NewsletterBox */
#NewsletterBox {
	border-radius: 6px;
	background-color: #604009;
}
#NewsletterBox div {
}
#NewsletterBox div a {
	display: block;
	text-align: center;
	padding: 20px;
	color: #fff;
}

/* Ticket Orderstate Box */
#ticket_orderstate {
	width: 100%;
	margin: 0px 0 15px 0;
	border-radius: 6px;
	/*background-color: rgba(255, 255, 255, 0.25);*/
}
#ticket_orderstate .box {
	padding: 5px;
}
#ticket_orderstate h3 {
	margin: 0px 0 7px 0;
	padding: 0;
	font-size: 19px;
	color: #604009;
}
#ticket_orderstate .img {
	display: block !important;
}
#ticket_orderstate .img a {
	display: block;
}
#ticket_orderstate .img img {
	display: block;
}


.shop--show-after-launch {
	/*display: none !important;*/
}


/* 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: 62px 0 0 -110px;
	}
	#h_logo img {
		max-width: 220px;
	}
	#h_date {
		margin: 139px 0 0 20px;
	}
	#h_loc {
		margin: 139px 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 {
		position: relative;
		padding: 20px 20px;
	}
	body.onepage .m_content .single-gt {
		margin-left: -41%;
		width: 82%;
		padding: 30px 40px 30px 40px;
	}
	.m_content .single-dv {
		margin-left: -41%;
		width: 82%;
	}
}

/* M-XL */

@media only screen and (min-width: 1000px) and (max-width: 1280px) {
	body {
	}

	h1 {font-size:2.3em;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;}

	#h_logo_bg {
		margin: -60px 0 0 -450px;
		width: 900px;
	}
	#h_logo {
		margin: 53px 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;
	}

	#menu_4 li {
		font-size: 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 {
		position: relative;
		padding: 15px 15px;
	}
	body.onepage .m_content .single-gt {
		margin-left: -44%;
		width: 88%;
		padding: 30px 30px 30px 30px;
	}
	.m_content .single-dv {
		margin-left: -44%;
		width: 88%;
	}

	.tab-openclose tr td h3 {
		background-position: right center;
		background-size: auto 20px;
		margin: 10px;
		padding: 4px 50px 2px 0;
		font-size: 1.0em;
	}

	.button a {
		display: block;
		padding: 3px 10px;
		font-size: 15px;
	}

	#news-carousel .item .cnt {
		padding: 10px 10px 10px 10px;
	}
	#news_detail .news_img img {
		max-width: 400px;
	}

	.album_detail .boxes ul li {
		width: 24%;
		margin: 0px 0.5% 15px 0.5%;
	}
	.album_detail .boxes ul li:nth-child(5n) {
		/*margin-right: 1%;*/
	}
	.album_detail .boxes ul li:nth-child(4n) {
		/*margin-right: 0;*/
	}
	/*
	.album_detail .boxes ul li:nth-child(4n) {
		margin-right: 2%;
	}
	.album_detail .boxes ul li:nth-child(3n) {
		margin-right: 0;
	}
	*/

}


/* M-L */

@media only screen and (min-width: 768px) and (max-width: 999px) {
	body {
		font-size: 15px;
	}
	h1 {font-size:2.3em;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: 44px 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;
		padding-bottom: 150px;		/* footer height */
	}
	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 {
		position: relative;
		padding: 5px 5px;
	}
	body.onepage .m_content .single-gt {
		margin-left: -48%;
		width: 96%;
		padding: 20px 20px 20px 20px;
	}
	.m_content .single-dv {
		margin-left: -48%;
		width: 96%;
	}

	.button a {
		display: block;
		padding: 3px 10px;
		font-size: 15px;
	}

	#bn1-socialmedia {
		display: none;
		position: fixed;
		top: 200px;
		right: 0;
		border-radius: 6px 0px 0px 6px;
	}
	.b_social ul li {
	}
	.b_social ul li a {
		border-radius: 6px;
	}
	.b_social ul li a div.imgbox {
		width: 36px;
		height: 36px;
	}
	.b_social ul li a img {
		max-width: 22px;
		max-height: 22px;
	}

	#bn2-socialmedia {
		display: block;
	}
	#bn2-socialmedia .b_social ul li {
		margin-right: 0;
	}

	body.page-infos .m_content .info_page {
		display: block;
	}
	body.page-infos .m_content .single .left {
		width: 100%;
		margin-bottom: 30px;
	}
	body.page-infos .m_content .single .right {
		width: 100%;
	}
	#menu_4 li {
		display: inline-block;
		margin-right: 5px;
	}
	#menu_4 ul li div {
		display: inline-block;
		padding: 1px 3px 1px 3px;
	}

	.tab-openclose tr td h3 {
		background-position: right center;
		background-size: auto 20px;
		margin: 10px;
		padding: 4px 50px 2px 0;
		font-size: 1.0em;
	}

	#news-carousel .item .cnt {
	  padding: 10px 10px 10px 10px;
	}
	#news_detail .news_img img {
		max-width: 340px;
	}

	.album_detail .boxes ul li {
		width: 31%;
		margin: 0px 1% 20px 1%;
	}
	.album_detail .boxes ul li:nth-child(5n) {
		/*margin-right: 2%;*/
	}
	.album_detail .boxes ul li:nth-child(4n) {
		/*margin-right: 2%;*/
	}
	.album_detail .boxes ul li:nth-child(3n) {
		/*margin-right: 0;*/
	}
}


/* M-S */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	body {font-size:16px;}

	h1 {font-size:1.8em;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: 130px;		/* footer height */
	}
	body.onepage #m_center {
		padding-top: 123px;
		padding-bottom: 5px;		/* 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;
		font-size: 0.95em;
	}
	.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 {
		position: relative;
		padding: 10px 5px 10px 5px;
	}
	body.onepage .m_content .single-gt {
		margin-left: -48%;
		width: 96%;
		/*min-height: 600px;*/
		padding: 10px 15px 10px 15px;
		border-radius: 0px 0px 6px 6px;
	}
	.m_content .left {
		width: 100%;
	}
	.m_content .right {
		float: left;
		width: 100%;
	}

	.m_content .col_1-1 {
		float: left;
		width: 100%;
	}
	.m_content .col_1-2 {
		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 0px;
	}

	#m_head .bgrnd {
	}
	#h_logo_bg {
		margin: -30px 0 0 -230px;
		width: 460px;
	}
	#h_logo {
		margin: 40px 0 0 -65px;
	}
	#h_logo img {
		max-width: 130px;
	}
	#h_date {
		margin: 85px 0 0 15px;
	}
	#h_date_val {
		font-size: 15px;
	}
	#h_date_left {
		font-size: 15px;
	}
	#h_loc {
		margin: 85px 15px 0 0;
		font-size: 15px;
		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: 15px;
	}
	#menu_3 ul li {
		margin-right: 8px;
		background-position: right 11px;
	}
	#menu_3 ul li a {
		margin-right: 15px;
	}

	#overlay_window {
		width: 80%;
		padding: 10px 10px;
	}

	.tab-openclose tr td h3 {
		background-position: right center;
		background-size: auto 15px;
		margin: 10px;
		padding: 4px 50px 2px 0;
		font-size: 1.0em;
	}

	.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;
	}

	.chk_ppa {
		margin: 20px 0px 40px 0px;
	}

	.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(38, 24, 2) 20%, rgb(55, 34, 3) 85%, rgb(42, 27, 3) 95%, rgb(46, 32, 11) 100%);*/
		padding: 10px 10px 8px 10px;
		/*color: #faf3e4;*/
	}
	#news-carousel .item .title h3 {
		font-size: 1.3em;
		text-shadow: none;
	}
	#news-carousel .item .teaser {
		display: none;
		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 .news_item {
		padding: 15px 5px;
	}
	#news .news_hl h3 {
		font-size: 1.3em;
	}
	#news .news_hla h3 {
		font-size: 1.3em;
	}
	#news_detail .news_img {
		float: unset;
		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-infos .m_content .info_page {
		display: block;
	}
	body.page-infos .m_content .single .left {
		width: 100%;
		margin-bottom: 10px;
	}
	body.page-infos .m_content .single .right {
		width: 100%;
	}
	#menu_4 li {
		display: inline-block;
		margin-right: 5px;
	}
	#menu_4 ul li div {
		display: inline-block;
		padding: 2px 3px 1px 3px;
	}

	.band_daygroup .ptab {
		margin-top: 5px;
	}
	.band_daygroup table td.tdleft {
		font-size: 15px;
	}
	.band_daygroup table td.tdrght {
		font-size: 15px;
	}

	#bn1-socialmedia {
		display: none;
		position: absolute;
		top: 140px;
		right: 0;
		border-radius: 6px 0px 0px 6px;
	}
	.b_social ul li {
		text-align: center;
		padding: 2px 2px 0px 2px;
	}
	.b_social ul li:last-child {
		padding: 2px 2px 2px 2px;
	}
	.b_social ul li a {
		border-radius: 6px;
	}
	.b_social ul li a div.imgbox {
		width: 36px;
		height: 36px;
	}
	.b_social ul li a img {
		max-width: 22px;
		max-height: 22px;
	}

	#bn2-socialmedia {
		display: block;
	}
	#bn2-socialmedia .b_social ul li {
		margin-right: 0;
	}
	#bn2-socialmedia .b_social ul li:last-child {
		padding: 2px 2px 0px 2px;
	}

	.album_detail .boxes ul li {
		width: 48%;
		margin: 0px 1% 20px 1%;
	}
	.album_detail .boxes ul li:nth-child(5n) {
		/*margin-right: 2%;*/
	}
	.album_detail .boxes ul li:nth-child(4n) {
		/*margin-right: 2%;*/
	}
	.album_detail .boxes ul li:nth-child(3n) {
		/*margin-right: 2%;*/
	}
	.album_detail .boxes ul li:nth-child(2n) {
		/*margin-right: 0;*/
	}

	#idPartner .item .img {
		width: 80px;
		height: 30px;
		padding: 0 10px;
	}
	#idPartner .item .img a img {
		max-height: 30px;
	}

}


/* M-XS */

@media only screen and (max-width: 479px) {
	body {
		background-position: center -30px;
		background-size: auto 110%;
		font-size:16px;
	}

	h1 {font-size:1.8em;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: 255px;		/* footer height */
	}
	body.onepage #m_center {
		padding-top: 123px;
		padding-bottom: 0px;		/* footer height */
	}

	section .bgrnd {
		padding: 80px 0 60px 0;
	}
	section .bgrnd-gt {
		padding: 0px 0 0px 0;
	}
	.m_content {
		font-size: 0.95em;
	}
	#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 {
		position: relative;
		padding: 10px 5px 10px 5px;
	}
	body.onepage .m_content .single-gt {
		margin-left: -48%;
		width: 96%;
		/*min-height: 600px;*/
		padding: 10px 15px 10px 15px;
		border-radius: 0px 0px 6px 6px;
	}
	.m_content .left {
		width: 100%;
	}
	.m_content .right {
		float: left;
		width: 100%;
	}

	.m_content .col_1-1 {
		float: left;
		width: 100%;
	}
	.m_content .col_1-2 {
		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 0px;
	}


	table.imgbox {
		width: 100%;
		border: 0;
		margin: 0 0 20px 0;
	}
	table.imgbox:nth-child(2n) {
		margin-right: 0;
	}

	#m_head .bgrnd {
	}
	#h_logo_bg {
		margin: -20px 0 0 -50%;
		width: 100%;
		background-size: 140% auto;
	}
	#h_logo {
		margin: 45px 0 0 -60px;
	}
	#h_logo img {
		max-width: 120px;
	}
	#h_date {
		margin: 70px 0 0 15px;
		text-align: center;
	}
	#h_date_val {
		font-size: 15px;
	}
	#h_date_val div {
		display: block;
		margin-right: 0px;
		margin-bottom: 2px;
		line-height: 1.1em;
	}
	#h_date_left {
		padding-top: 0px;
		font-size: 15px;
	}
	#h_date_left div {
		display: block;
		margin-right: 0px;
		margin-bottom: 2px;
	}
	#h_loc {
		margin: 70px 15px 0 0;
		font-size: 15px;
		text-align: center;
	}
	#h_loc div {
		display: block;
		margin-left: 0px;
		margin-bottom: 2px;
		line-height: 1.1em;
	}
	#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-top: 0px;
    	margin-right: 0px;
		font-size: 15px;
	}
	#menu_3 ul li {
		width: 100%;
		margin-right: 0px;
		border-right: none;
		background-image: 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;
	}

	.chk_ppa {
		margin: 20px 0px 40px 0px;
	}

	.slick-prev::before, .slick-next::before {
		width: 20px;
		height: 60px;
	}

	#overlay_window.overlay_privacy .button.set_onlyncss, #overlay_window.overlay_privacy .button.config, #overlay_window.overlay_privacy .button.set_all {
		float: left;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	#news-carousel .item .cnt {
		position: relative;
		width: 100%;
		bottom: 0px;
		/*background: linear-gradient(0deg, rgb(38, 24, 2) 20%, rgb(55, 34, 3) 85%, rgb(42, 27, 3) 95%, rgb(46, 32, 11) 100%);*/
		padding: 10px 10px 8px 10px;
		/*color: #faf3e4;*/
	}
	#news-carousel .item .title h3 {
		font-size: 1.1em;
		/*color: #f5e8bb;*/
		text-shadow: none;
	}
	#news-carousel .item .teaser {
		display: none;
		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 .news_item {
		padding: 10px 10px;
	}
	#news .news_hl h3 {
		font-size: 1.3em;
	}
	#news .news_hla h3 {
		font-size: 1.3em;
	}
	#news_detail .news_img {
		float: unset;
		margin: 0px 0px 20px 0px;
	}
	#news_detail .news_img img {
		max-width: 100%;
	}

	body.page-infos .m_content .info_page {
		display: block;
	}
	body.page-infos .m_content .single .left {
		width: 100%;
		margin-bottom: 10px;
	}
	body.page-infos .m_content .single .right {
		width: 100%;
	}
	#menu_4 li {
		display: inline-block;
		margin-right: 5px;
	}
	#menu_4 ul li div {
		display: inline-block;
		padding: 2px 3px 1px 3px;
	}

	.tab-openclose tr td h3 {
		background-position: right center;
		background-size: auto 15px;
		margin: 10px;
		padding: 4px 50px 2px 0;
		font-size: 1.0em;
	}
	
	.album_detail .thumbs ul li {
		width: 100%;
		margin: 0px 0 20px 0px;
	}
	.album_detail .thumbs ul li:nth-child(2n) {
		margin-right: 0;
	}

	.album_detail .boxes ul li {
		width: 100%;
		margin: 0px 0 20px 0;
	}
	.album_detail .boxes ul li:nth-child(5n) {
		/*margin-right: 0;*/
	}
	.album_detail .boxes ul li:nth-child(4n) {
		/*margin-right: 0;*/
	}
	.album_detail .boxes ul li:nth-child(3n) {
		/*margin-right: 0;*/
	}
	.album_detail .boxes ul li:nth-child(2n) {
		/*margin-right: 0;*/
	}

	.band_daygroup .ptab {
		margin-top: 5px;
	}
	.band_daygroup table td.tdleft {
		font-size: 15px;
	}
	.band_daygroup table td.tdrght {
		font-size: 15px;
	}
	.band_daygroup .ptab img {
		max-height: 26px;
		max-width: 33px;
	}
	.band_daygroup .ptab h3 {
		font-size: 1.1em;
	}

	.band_detail .prev {
		width: 48%;
	}
	.band_detail .back {
		display: none;
	}
	.band_detail .next {
		width: 48%;
	}
	.band_detail .back_mobile {
		display: block;
	}

	#bn1-socialmedia {
		display: none;
		position: absolute;
		top: 140px;
		right: 0;
		border-radius: 4px 0px 0px 4px;
		padding: 2px;
	}
	.b_social ul li {
		text-align: center;
		padding: 2px 2px 0px 2px;
	}
	.b_social ul li:last-child {
		padding: 2px 2px 2px 2px;
	}
	.b_social ul li a {
		border-radius: 4px;
	}
	.b_social ul li a div.imgbox {
		width: 36px;
		height: 36px;
	}
	.b_social ul li a img {
		max-width: 22px;
		max-height: 22px;
	}

	#bn2-socialmedia {
		display: block;
	}
	#bn2-socialmedia .b_social ul li {
		margin-right: 0;
	}
	#bn2-socialmedia .b_social ul li:last-child {
		padding: 2px 2px 0px 2px;
	}

	.bnr .item {
		margin: 0px 0px 20px 0px;
	}

	#idPartner .item .img {
		width: 80px;
		height: 30px;
		padding: 0 10px;
	}
	#idPartner .item .img a img {
		max-height: 30px;
	}
}
