@font-face {
    font-family: GeosansLight;
    src: url('font/GeosansLight.eot');
    src: url('font/GeosansLight.eot?#iefix') format('embedded-opentype'),
         url('font/GeosansLight.woff') format('woff'),
         url('font/GeosansLight.ttf') format('truetype'),
         url('font/GeosansLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin:0;
	padding:0;
}
*:focus {
	outline: none;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html, body {height:100%;}

body {
	background-color: #000;
	/*font-family: 'Ginora', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: 'Arial', sans-serif;
	/*font-family: Vera;*/
	/*font-weight: 300;*/
	font-size: 15px;
	color: #fff;
	/*text-transform: uppercase;*/
	letter-spacing: 0px;
	font-variant-numeric: proportional-nums;
}
body.blank {
}
body.closed {
}

img {
	border:none;
	max-width: 100%;
}
p, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:active {
	color: #ffd34b; text-decoration: none;
}
a:hover {
	color: #ffd34b; text-decoration: underline;
}
a.anchor {
    display: block;
    position: relative;
    top: -160px;
    visibility: hidden;
}
.link {
	color: #ffd34b; text-decoration: none;cursor:pointer;
}
.link:hover {
	color: #ffd34b; text-decoration: underline;
}

#p_top {
    display: block;
    position: relative;
    /*top: 400px;*/
    visibility: hidden;
}

div.clear {clear: both;}

h1 {margin-top:0px;margin-bottom:0px;font-size:3.8em;font-family: GeosansLight, Arial;font-weight:normal;line-height:1.3em;color:#ed8b1e;text-shadow: 0.5px 0.5px 3px #000;}
h2 {margin-top:0px;font-size:2.6em;font-family: GeosansLight, Arial;font-weight:normal;line-height:1.3em;color:#ed8b1e;text-shadow: 0.5px 0.5px 3px #000;}
h3 {margin-top:0px;font-size:2.0em;font-family: GeosansLight, Arial;font-weight:normal;line-height:1.3em;color:#ed8b1e;text-shadow: 0.5px 0.5px 3px #000;}
h4 {margin-top:0px;font-size:1.6em;font-weight:normal;line-height:1.3em;color:#ed8b1e;}
h5 {margin-top:0px;font-size:1.3em;font-weight:bold;line-height:1.3em;color:#ed8b1e;}
h6 {margin-top:0px;font-size:1.0em;font-weight:bold;line-height:1.3em;color:#ed8b1e;}

hr {height:3px;border:0px solid #eee;background-color:#eee;color:#eee;}

input {margin:0;padding:0;font-family:Vera;font-size:15px;}
textarea {font-family:Vera;font-size:15px;}
select {font-family:Vera;font-size:15px;}
input[type=submit] {
	padding:8px 20px;font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size:15px;color:#666;cursor:pointer;
}
button {
	background-color:#005cc3;
  border:1px solid #fff;
  padding:8px 20px;
  font-family: 'Open Sans', 'Helvetica Neue',
  Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  cursor:pointer;
	border-radius: 8px;
}
.button {
    float: left;
    border: 1px solid #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0px 1px 6px #000;
    font-size: 18px;
    color: #fff;
}
.button a {
    display: block;
    padding: 3px 12px;
    font-size: 18px;
    color: #fff;
}
input[type=button] {
	background-color:#005cc3;border:1px solid #222;padding:8px 20px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; font-weight:normal; color:#fff; cursor:pointer;
	border-radius: 8px;
}
input[type=checkbox], input[type=radio] {
    white-space: nowrap;
    overflow:hidden;
    width:15px;
    height:15px;
}
input[type=checkbox]:checked {
}
input[type=checkbox]:hover {
}
input, textarea {
    width: 100%;
	max-width: 572px;
}
input[type=text], textarea {
}

.responsive-video {
    position: relative;
    /*padding-bottom: 55%;*/
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}
.responsive-video video,
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	max-width: 720px;
}

a.link_button {
	padding: 16px 20px 0 20px;
	display: inline-block;
	width: 220px;
	height: 44px;
	background-color: #005cc3;
	vertical-align: middle;
	text-align: center;
	font-size: 23px;
	color: #fff;
}
a.link_button_active {
	background-color: #005cc3;
	color: #fff;
}
a.link_button div {
	margin: 16px 0 0 0;
}
a.link_button:hover, a.link_button:active {
	background-color: #005cc3;
	color: #fff;
}

span.subscript {
	font-size:70%;
	position:relative;
	bottom:-0.5em;
}
span.superscript {
	font-size:70%;
	position:relative;
	bottom: 0.5em;
}

img, iframe, object, embed {
  max-width: 100%;
}

.main_alert_text {
	text-align: center;
}

/* ui-dialog - alert window */

.ui-dialog {
	position: fixed;
}
.ui-dialog.ui-widget.ui-widget-content {
 	border: 2px solid #005cc3;
    border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	/*overflow: hidden;*/
	color: #000;
}
.ui-dialog .ui-widget-content {
	border: none;
}
.ui-dialog .ui-widget-header {
	display: none;
	border: 1px solid #0f0;
	background: #999;
	color: #333;
	font-weight: bold;
}
.ui-dialog .ui-dialog-content {
	background: #fff;
	padding: 10px 10px;
	font-size: 15px;
	color: #333;
}
.ui-dialog .ui-dialog-buttonpane {
	margin-top: 0;
	padding: 10px 10px;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: 0;
    border-radius: 6px;
	background: #666;
	font-size: 15px;
	color: #fff;
}

/* 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;
}

#m_head {
	position: fixed;
  z-index: 10000;
	width: 100%;
  left: 0;
	top: 0;
}

#m_left {
	display: none;
}
#m_center {
	position: relative;
	min-height: 100vh;
	height: auto !important;
	padding-top: 160px;
	padding-bottom: 260px;		/* footer height */
}
body.onepage #m_center {
	position: unset;
	padding-top: 0px;
	padding-bottom: 0px;		/* footer height */
}
body.blank #m_center {
}
#m_center .bgrnd {
}
#m_bottom {
  display: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 5px solid #003388;
	background-color: #fff;
	background-image: url(../img/head_bgrnd_wr.png);
	background-position: -600px top;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
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: 140px 0 70px 0;
}
section .bgrnd-gt::after {
	clear:both;
}
section .bgrnd-dv {
	padding: 0px;
}
section .bgrnd-bl {
	padding: 0px;
	background: none;
}

section.bgm {
	background-color: transparent;
}
section .box.bgm h1, section .box.bgm h2, section .box.bgm h3 {
	/*text-shadow: 0 0px 10px #000;*/
}
section .op_box {

}
section.first {
	min-height: 100vh;
}

.m_content {
	/*background-color: #fff;*/
}
.m_content .wrapper {
}
.m_content .box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	/*background-color: #eee;*/
	/*border: 6px solid #fff;*/
	/*border-radius: 40px;*/
	/*-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);*/
	/*-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);*/
	/*box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);*/
}
#startseite .bgrnd-bl {
	/*min-height: 80vh;*/
}

#home h1 {color:#ffea5b;}
#home h2 {color:#ffea5b;}
#home h3 {color:#fff;}
#home h4 {color:#fff;}
#home a {color:#fff;}
#home img {
	border: 1px solid #666;
}

#see h1 {color:#abeaff;}
#see h2 {color:#8dd8ff;}
#see h3 {color:#8dd8ff;}
#see h4 {color:#8dd8ff;}
#see a {color:#8dd8ff;}
#see .button {
	background-color: #2f8bbf;
}
#see .button a {
    color: #fff;
}

#feel h1 {color:#9cf787;}
#feel h2 {color:#9cf787;}
#feel h3 {color:#9cf787;}
#feel h4 {color:#9cf787;}
#feel a {color:#9cf787;}
#feel .gmap iframe {
	border: 1px solid #666;
}
#feel .button {
	background-color: #4ec241;
  color: #fff;
}
#feel .gmap {
    float: right;
    max-width: 50%;
    margin-left: 40px;
    margin-bottom: 40px;
}
#love h1 {color:#d88dff;}
#love h2 {color:#d88dff;}
#love h3 {color:#d88dff;}
#love h4 {color:#d88dff;}
#love a {color:#d88dff;}
#love .ytube-vid iframe {
	border: 1px solid #444;
}
#love .fb-like {
	background-color: #000;
  color: #fff;
}

#vip h1 {color:#ffb08d;}
#vip h2 {color:#ffb08d;}
#vip h3 {color:#ffb08d;} /* ffc973 */
#vip h4 {color:#ffb08d;} /* ffc973 */
#vip a {color:#ffb08d;}
#vip .button {
	background-color: #f16849;
  color: #fff;
}
#vip .button a {
    color: #fff;
}
#kontakt h1 {color:#c2c8ff;}
#kontakt h2 {color:#c2c8ff;}
#kontakt h3 {color:#c2c8ff;}
#kontakt h4 {color:#c2c8ff;}
#kontakt a {color:#c2c8ff;}


#first-class h1 {color:#c2c8ff;}

.cname-startseite .box {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.m_content .box ul {
	margin: 0 20px;
}
.m_content .box ul li {
	/*padding: 4px 0;*/
}
.m_content p img {
	max-width: 100%;
	margin: 0px 0px 0px 0px;
}
.m_content p video {
	display: block;
}
.m_content .imgc {
	display: inline-block;
	padding: 10px 10px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.m_content .imgc img {
	display: block;
}
/* PDF Iframe */
.m_content .box .ipdf {
	height: 1450px;
}

.m_content .single {
	position: relative;
	left: 50%;
	margin-left: -40%;
	width: 80%;
	/*min-height: 600px;*/

  border: 1px solid #666;
	-moz-border-radius:14px; /* Firefox */
	-webkit-border-radius:14px; /* Safari, Chrome */
	-khtml-border-radius:14px; /* Konqueror */
	border-radius:14px; /* CSS3 */
	background-image: url(../img/cnt0_bgrnd.png);
	box-shadow:0px 1px 6px #000;

  padding: 30px 40px;
  text-align: left;
}
.m_content .single-gt {
	position: relative;
	left: 50%;
	margin-left: -40%;
	width: 80%;

  border: 1px solid #666;
	-moz-border-radius:14px; /* Firefox */
	-webkit-border-radius:14px; /* Safari, Chrome */
	-khtml-border-radius:14px; /* Konqueror */
	border-radius:14px; /* CSS3 */
	background-image: url(../img/cnt0_bgrnd.png);
	box-shadow:0px 1px 6px #000;

	padding: 30px 40px;
  text-align: left;
}
.m_content .single-dv {
	position: relative;
	left: 50%;
	margin-left: -40%;
	width: 80%;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	/*min-height: 600px;*/
	padding: 40px 0px 40px 0px;
	text-align: left;
}
.m_content .single-bl {
	left: 0;
	margin-left: 0px;
	width: 100%;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0px 0px 0px 0px;
}

body.onepage .single-gt {
	margin-top: 0px;
}

.m_content .left {
	float: left;
	width: 46%;
	padding: 0;
}
.m_content .right {
	float: right;
	width: 46%;
	padding: 0;
}

.m_content .col_1-1 {
	float: left;
	width: 46%;
	padding: 0;
}
.m_content .col_1-2 {
	float: right;
	width: 46%;
	margin: 0;
	padding: 0;
}
.m_content .col_2-1 {
	float: left;
	width: 72%;
	padding: 0;
}
.m_content .col_2-2 {
	float: right;
	width: 24%;
	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 {
	width: 30%;
	background: linear-gradient(180deg, rgba(240,240,248,1) 0%, rgba(255,255,255,1) 100%);
	padding: 20px 20px 20px 20px;
}
.m_content .box3-2 {
	width: 65%;
	background: linear-gradient(180deg, rgba(240,240,248,1) 0%, rgba(255,255,255,1) 100%);
	padding: 20px 20px 20px 20px;
}

.m_content .box3-2 .left {
	width: 52%;
}
.m_content .box3-2 .right {
	width: 44%;
}


.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;
}

/* head */

#m_head .bgrnd {
	z-index: 100;
	/*position: absolute;*/
	position: fixed;
	top: 0px;
	margin-top: 0;
	width: 100%;
  height: 80px;
	border-bottom: 1px solid #444;
	background-image: url(../img/head_bgrnd.png);
	/* background: -moz-linear-gradient(top,  #3686fe 0%, #005cc3 100%); */ /* FF3.6-15 */
	/* background: -webkit-linear-gradient(top,  #3686fe 0%,#005cc3 100%); */ /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, #3686fe 0%,#005cc3 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3686fe', endColorstr='#005cc3',GradientType=0 ); */ /* IE6-9 */
	/*border-bottom: 1px solid #1f4017;*/
	color: #fff;
	-moz-box-shadow: 0px 2px 6px #000;
	-webkit-box-shadow: 0px 2px 6px #000;
	box-shadow: 0px 2px 6px #000;
}
#h_content {
	z-index: 101;
	/*position: absolute;*/
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -40%;
	width: 80%;
	margin-bottom: 0;
	padding: 0px 0px 0px 0px;
}
#h_logo {
  float: right;
	z-index: 120;
	/*position: absolute;*/
  margin: 15px 0 0 10px;
}
#h_logo img {
	max-height: 50px;
}

#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;
}

/* head menu */

#h_menu_bgrnd {
}
#h_menu {
  float:left;
	margin-top: 22px;
	font-family: GeosansLight, Arial;
	font-size: 2.3em;
}
#h_menu .bgrnd {
	display: none;
	background: none;
	box-shadow: none;
}
#menu_01 {
	float: right;
}
#menu_01 ul {
	/*display: inline-block;*/
	/*margin: auto;*/
}
#menu_01 li {
  position: relative;
	display: inline;
	float: left;
	margin: 0 48px 0 0;
	padding:0;
	color: #fff;
	background-image: url(../img/stern_l.png);
	background-repeat: no-repeat;
	background-position: right 15px;
}
#menu_01 li:last-child {
	border-right: none;
}
#menu_01 ul li.mp_4 {
    margin: 0 80px 0 0;
}
#menu_01 li a {
  margin: 0 25px 0 0;
	color: rgb(255, 255, 255);
}

#menu_01 ul li a:hover {
	color: #ffd34b;
	text-decoration: underline;
}
#menu_01 ul li a.active {
	color: #ffd34b;
}
#menu_01 ul li a.active:hover {
	color: #ffd34b;
}

#menu_01 ul li.mp_2 a.active {
	color: #abeaff;
}
#menu_01 ul li.mp_2 a:hover {
	color: #abeaff;
}
#menu_01 ul li.mp_3 a.active {
	color: #9cf787;
}
#menu_01 ul li.mp_3 a:hover {
	color: #9cf787;
}
#menu_01 ul li.mp_4 a.active {
	color: #d88dff;
}
#menu_01 ul li.mp_4 a:hover {
	color: #d88dff;
}
#menu_01 ul li.mp_11 a.active {
	color: #ffb08d;
}
#menu_01 ul li.mp_11 a:hover {
	color: #ffb08d;
}
#menu_01 ul li.mp_12 a.active {
	color: #c2c8ff;
}
#menu_01 ul li.mp_12 a:hover {
	color: #c2c8ff;
}

#menu_01 ul li div.desc {
	display: none;
}
#menu_01 ul li div.nolink {
	color: rgb(255, 255, 255);
	cursor: pointer;
}
#menu_01 ul li div.nolink_active {
}
#menu_01 ul li div.onc {
	color: rgb(255, 255, 255);
	cursor: pointer;
}
#menu_01 ul li div.onc:hover {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}

#menu_01 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_01 ul li.mp_4 ul {
	/*min-width: 380px;*/
}

#menu_01 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_01 ul li ul li:last-child {
	padding-right: 12px;
}
#menu_01 ul li ul li.active {
	background-color: #005cc3;
}
#menu_01 ul li ul li:hover {
	background-color: #005cc3;
}
#menu_01 ul li ul li ul {
	margin-left: 260px;
	background-color: #666;
}
#menu_01 img.downarrowclass {
	display: none;
	position: absolute;
	margin-top: 7px;
	right: 10px;
}
#menu_01 img.rightarrowclass {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 13px;
}

#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: fixed;
	top: 0;
	margin-top: 12px;
  z-index: 10001;
}
.mean-container .mean-bar a.meanmenu-reveal {
	position: fixed;
  z-index: 10001;
	/*left: auto;*/
	/*right: 0;*/
  left: 0;
	margin-left: 10px;
	width: 22px;
	height: 22px;
	/*border: 2px solid #fff;*/
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0);
	padding: 3px 5px 2px 5px;
	line-height: 22px;
	font-size: 19px;
	color: #fff;
}
.mean-container .mean-bar a.meanmenu-reveal span {
	background: #fff;
	height: 3px;
	margin: 3px 0px;
	font-size: 1px;
}

.mean-container .mean-bar .mean-nav {
	position: absolute;
	z-index: 10000;
	float: left;
	width: 100%;
	/*width: 240px;*/
	margin-top: 38px;
	background-color: rgba(0,10,40,0.9);
	-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: 'Arial', sans-serif;
	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 #139;
	border-bottom: 1px solid #000911;
	color: #fff;
}
.mean-container .mean-bar .mean-nav ul li a {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 0 14px;
	text-align: left;
	color: #fff;
	text-decoration: none;
}
.mean-container .mean-bar .mean-nav ul li a div {
	padding: 0.8em 0px 0.8em 0px;
}
.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.8em 0px 0.8em 0px;
	margin: 0 0 0 14px;
	text-align: left;
	color: #fff;
	text-decoration: none;
}
.mean-container .mean-bar .mean-nav ul li .desc {
	display: none;
}
.mean-container .mean-bar .mean-nav ul li a.active {
	background: #005cc3;
	color: #fff;
}
.mean-container .mean-bar .mean-nav ul li a:hover {
	background: rgba(20,60,120,0.9);
	/*background: rgba(255,255,255,0.1);*/
}
.mean-container .mean-bar .mean-nav ul li ul li {
	font-size: 15px;
}
.mean-container .mean-bar .mean-nav ul li ul li a {
}
.mean-container .mean-bar .mean-nav ul li ul li img.rightarrowclass {
	display: none;
}
.mean-container .mean-bar .mean-nav ul li ul li div {
	margin: 0 12px 0 12px;
}
.mean-container .mean-bar .mean-nav ul li ul li ul li a {
}
.mean-container .mean-bar .mean-nav ul li ul li ul li div {
	margin: 0 24px 0 24px;
}
.mean-container .mean-bar .mean-nav ul li li li li a {
}
.mean-container .mean-bar .mean-nav ul li li li li li a {
}
.mean-container .mean-bar .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 28px;
	height: 34px;
	padding: 12px 12px 0 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-right: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.mean-container .mean-bar .mean-nav ul li ul li a.mean-expand {
	margin-right: 2px;
	width: 24px;
	height: 30px;
	padding: 10px 12px 0 12px !important;
}
.mean-container .mean-bar .mean-nav ul li a.mean-expand:hover {
	background: rgba(96,96,96,0.8);
}


/* bottom */

#b_content {
	position: relative;
	left: 50%;
	margin-left: -40%;
	width: 80%;
	padding: 40px 0px 40px 0px;
	text-align: left;
	font-size: 15px;
	color: #fff;
}
#b_content a {
	color: #fff;
}

#b_logo {
	float: left;
	width: 33%;
	margin-left:0px;
}
#b_logo a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
#b_logo a img {
	display: inline-block;
	max-height: 60px;
}
#b_logo div.txt {
	padding: 10px 20px;
	font-size: 19px;
	font-weight: 600;
	color: #fff;
}
#b_logo div.txt span {
	color: #ad5c13;
}
#b_content .copyright {
	display: none;
	float: right;
	margin: 0px;
	padding: 20px 0px;
}
#b_content .b_socialbuttons {
	display: none;
	float: left;
	margin: 0px 0px 0px 80px;
}
#b_content .b_socialbuttons img {
	max-height: 35px;
	width: auto;
	margin: 0px 4px 0px 4px;
}
#b_content .left {
	float: right;
	width: 25%;
	margin: 0px 0px 0px 0px;
}
#b_content .right {
	float: right;
	width: 25%;
	margin: 0px 0px 0px 0px;
}

/* bottom menu */

#menu_02{
}
#b_menu {
  display: none;
	float: right;
	margin: 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
	font-weight: 300;
	font-size: 15px;
	text-shadow: -1px 2px #444;
	margin-top: 25px;
	margin-right: 0px;
}
#b_menu .bgrnd {
	display: none;
	background: none;
	box-shadow: none;
}
#b_menu ul {
	margin: 0px;
	padding: 0;
}
#b_menu li {
	position: relative;
	display: inline;
	float: left;
	padding: 0 16px 0 14px;
	/*border-right: 1px solid #bfd9b7;*/
	background-image: url(../img/sys/menu-sep-q1.png);
	background-position: right 8px;
	background-size: 3px 3px;
	background-repeat: no-repeat;
	/*text-transform: uppercase;*/
}
#b_menu li:last-child {
	border-right: none;
	background: none;
	padding-right: 0px;
}
#b_menu ul li a{
	padding:0px 0px;
	text-align: right;
	color: rgb(255, 255, 255);
}
#b_menu li a:hover {
	color: rgb(255, 255, 255);
}
#b_menu li a.active {
	color: rgb(255, 255, 255);
}
#b_menu ul li a div{
}
#b_menu ul li div.desc {
	display: none;
}
#b_menu ul li div.nolink {
	margin-right: 30px;
	padding:10px 0px 10px 0px;
	font-weight:normal;
	text-align: left;
	color: rgb(255, 255, 255);
	cursor:pointer;
}
#b_menu ul li ul {
	position:absolute;
	margin-top: 0px;
	margin-left: 30px;
	font-weight:bold;
}
#b_menu ul li div.onc {
	color: rgb(255, 255, 255);
	cursor:pointer;
}
#b_menu ul li div.onc:hover {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}


/* overlay */
#overlay_window {
	margin: 46px 20px;
	min-width: 100px;
	width: 800px;
	/*min-height: 100px;*/
	transform: scale(1);
	padding: 15px 15px;
	border: 2px solid #005cc3;
	border-radius: 15px;
	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;
}
#overlay_window h1, #overlay_window h2, #overlay_window h3, #overlay_window h4, #overlay_window h5, #overlay_window h6 {
	color: #005cc3;
	text-shadow: none;
}
.popup_visible #overlay_window {
  transform: scale(1);
}
#overlay_window .bclose {
	float: right;
	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;
}

/* Formular Fields */
.fm_head {
	display: none;
}
.fm_row {
	clear: both;
}
.fm_row .label {
	float: left;
	height: 40px;
	margin: 0px 10px 6px 0px;
	padding: 6px 0px;
	text-align: right;
}
.fm_row .field {
	float: left;
	text-align: left;
}
.fm_row .field .bg {
	border: 1px solid #999;
	border-radius: 8px;
}
.fm_row .field .bg input,
.fm_row .field .bg textarea,
.fm_row .field .bg select {
	padding: 6px 6px;
	border: none;
	background: none;
}
.fm_row .field input[type="text"],
.fm_row .field input[type="email"],
.fm_row .field input[type="password"],
.fm_row .field textarea {
}
.fm_row .field input[type="checkbox"],
.fm_row .field nput[type="radio"] {
	width: auto;
}

.fm_row .field label {
	padding: 6px 6px;
}
.fm_row .field .radio_group {
	padding: 6px 6px;
}
.fm_row .field .radio_group label {
	cursor: pointer;
}
.fm_row .field select {
	border: 1px solid #999;
	border-radius: 8px;
	padding: 6px 8px 4px 4px;
}
.fm_row .chk_tac {
	padding: 40px 0px 0 0px;
}
.fm_row .tacinfo {
	padding: 20px 0px 0 0px;
}
.fm_row input[type="checkbox"] {
	margin: 2px 4px 0 0px;
}
.fm_row .chk_rules {
	padding: 10px 0px 0 0px;
}
.fm_but {
	clear: both;
}


/* CONTACT */

#contact_default {
	margin: 0px 0 10px 0;
}
#contact_default .cf_head {
	display: none;
	margin: 0 0 40px 0;
}
#contact_default .cf_set {
	margin: 0 0 10px 0;
}
#contact_default .cf_set label {
	display: block;
	padding: 0 0 5px 0;
}
#contact_default .cf_set input {
	padding: 4px 8px;
}
#contact_default .cf_set textarea {
	height: 200px;
	padding: 4px 8px;
}
#contact_default .cf_set select option {
	padding: 4px 8px;
}
#contact_default .cf_but {
	float:right;
}
#contact_default .cf_but input {
	margin: 20px 0 0 0;
	padding: 6px 10px 6px 10px;
	display: inline-block;
	background-color: #444;
	background: -moz-linear-gradient(top,  #666666 0%, #444444 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #666666 0%,#444444 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #666666 0%,#444444 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
	vertical-align: middle;
	text-align: center;
	font-size: 17px;
	color: #fff;
	cursor:pointer;
}
#contact_default .cf_subtitle {
	margin: 0 0 10px 0;
}
#contact_default .cf_subtitle h3 {
	font-size:19px;
}

#contact_default .cf_spc1 {
	height: 25px;
}
#contact_default .cf_product {
	margin: 20px 0 40px 0;
	border:1px solid #666;
	background-color:#fff;
	padding:15px 15px;
}
#contact_default .cf_product .title h3 {
	font-size:17px;cursor:pointer;
}
#contact_default .cf_product .price {
	margin:4px 0px 4px 0px;font-size:14px;color:#222;
}
#contact_default .cf_product .price_basis {
	margin:4px 0px 4px 0px;font-size:14px;color:#222;
}
#contact_default .chk_ppa {
	margin:40px 0px 40px 0px;
}
#contact_default .chk_ppa label {
	padding: 0 0 5px 0;
	font-weight: bold;
}
#contact_default .chk_ppa .cf_field {
}
#contact_default .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;
}
.captcha_field {
	float: left;
	width: 200px;
}
.captcha_field input {
	width: 80px;
}


/* 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;
}


#b_spacer {
}


/* News Slider */

#news-carousel {
	margin: 0 80px;
}
#news-carousel .slidebox {
}
#news-carousel .item {
	max-width: 340px; /*max-width: 260px;*/
	/*height: 264px;*/
	margin: 20px;
	border: 2px 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 {
	border-bottom: 1px solid #999;
}
#news-carousel .item .img img {
	width: 100%;
	height: auto;
}
#news-carousel .item .title {
	display: none;
	padding: 10px 5px 0px 5px;
}
#news-carousel .item .title h3 {
  text-align: center;
	font-family: 'RobotoCondensed', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
}
#news-carousel .item .teaser {
	display: none;
  text-align: center;
	padding: 5px 5px 10px 5px;
}
#news-carousel .item .teaser a {
	color: #222;
}

/* news */

#news {
	/*position: relative;*/
	/*display: inline-block;*/
}
#news_boxes {
	display: inline-block;
	text-align: center;
}
#news .news_row {
	/*display: inline-block;*/
	float: left;
	/*width: 30%;*/
	/*margin: 0px 3% 30px 0;*/
	width: 30%;
	margin: 0px 4% 60px 0;
	/*border-radius: 10px;*/
	/*border: 1px solid #7ea1cf;*/
	/*border-bottom: 1px solid #ccc;*/
	/*-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);*/
	/*-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);*/
	/*box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);*/
	/*background-color: #fff;*/
	/*background: linear-gradient(180deg, rgba(240,240,248,1) 0%, rgba(255,255,255,1) 100%);*/
}
#news .news_row:nth-child(3n) {
	margin-right: 0px;
}
#news .news_item {
	margin: 5px 5px 5px 5px;
	/*border-bottom: 1px solid #ccc;*/
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#news .news_item_head {
	display:none;
}
#news .news_item_head h3 {
	margin: 1px 0 5px 0;
	font-size: 21px;
	color: #005cc3;
}
#news .news_item_center {
	margin: 0px 0px;
}
#news .news_item_bottom {
	display: none;
}
#news .news_item_bottom div.date {
	display: none;
}
#news .news_item_bottom div.more {
	display: none;
}
#news .news_item_bottom div.more a {
}
#news .news_item_bottom div.totop {
	display: none;
}
#news .news_item_bottom div.totop a{
	display: block;
}
#news .news_cnt {
	display: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#news .news_date {
	display: none;
	margin: 0 0 4px 0;
	font-size: 13px;
}
#news .news_weekday {
	display: none;
}
#news .news_img {
	display: inline-block;
	overflow: hidden;
	border: 1px solid #999;
}
#news .news_img img {
	width: 100%;
	height: auto;
	display: block;

	transition: transform 0.8s, filter 1.2s ease-in-out;
  transform-origin: center center;
  filter: brightness(85%);
	/*border-radius: 6px;*/
}
/* The Transformation */
#news .news_img:hover img {
  filter: brightness(100%);
  transform: scale(1.08);
}

#news .news_img a{
	display: block;
}
#news .news_img_phold {
}
#news .news_hlintro {
	display: none;
	padding: 5px 5px 5px 5px;
}
#news .news_hlintro h4 {
	font-size: 17px;
	font-weight: normal;
}
#news .news_hl {
	display: none;
	/*background-color: #f9f9ff;*/
}
#news .news_hl h3 {
	text-align: center;
	padding: 10px 0px 0px 0px;
	color: #005cc3;
}
#news .news_hla {
	/*height: 82px;*/
	/*overflow: hidden;*/
}
#news .news_hla h3 {
	/*text-align: center;*/
	padding: 10px 0px 6px 0px;
}
#news .news_hla a{
	color: #005cc3;
	text-decoration: none;
}
#news .news_hla a:hover{
	text-decoration: underline;
}
#news .news_hl_rowsep {
	display: none;
	height: 10px;
}
#news .news_ts_rowsep {
}
#news .news_ts {
	min-height: 94px;
	margin: 5px 0 5px 0;
	/*border-top: 1px solid #ccc;*/
	padding: 0px 0px 5px 0px;
	/*font-size: 17px;*/
	/*text-align:justify;*/
	/*font-weight:bold;*/
}
#news .news_ts a{
	color: #005cc3;
	text-decoration: none;
}
#news .news_ts a:hover{
	text-decoration: underline;
}
#news .news_ts iframe,
#news .news_ts object,
#news .news_ts embed {
    width: 100%;
}
#news .news_ts a.more {
	display: none;
	float: right;
	color: #005cc3;
}
#news .news_tx {
	display: none;
	margin: 0px;
}
#news .news_tx_rowsep {
	display:none;
}
#news .news_tx a{
	color: #005cc3;
	text-decoration: none;
}
#news .news_foot {
	display: none;
}
#news .news_foot div {
}
#news .news_foot a{
}
#news .news_sep {
	display: none;
}
#news .sep_last {
	background-image: none;
}
#news .news_rowsep {
	display:none;
	clear: both;
	margin: 0px 0 20px 0;
	border-bottom: 1px solid #ccc;
}
#news img {
}
#news iframe {
}
#news object {
}

#news .more {
}
#news .totop {
	display: none;
}

#news .news_row_highlight {
}
#news .news_row_highlight .news_hl {
	background-color: #005cc3;
}
#news .news_row_highlight .news_hl h3 {
	text-align: center;
	color: #fff;
}

#news_detail {
	text-align:left;
}
#news_detail .news_date {
	display: none;
	margin:0px 0px 16px 0px;
	font-size:13px;
}
#news_detail .news_weekday {
	margin:0px 4px 0px 0px;
	float:left;
}
#news_detail .news_hl{
	display:block;
	padding: 0 0 15px 0;
}
#news_detail .news_hl h1 {
}
#news_detail .news_img {
	float:right;
	margin:0px 0px 40px 40px;
}
#news_detail .news_img img {
	max-width: 500px;
}

#news_detail .news_ts{
	display:block;
	padding: 0 0 15px 0;
	font-weight:bold;
}
#news_detail .news_tx{
	display:block;
	padding: 0 0 15px 0;
}
#news_detail .eback_top{
	padding: 0 0 40px 0;
}
#news_detail .eback_top a{
	background-color:#005cc3;border:1px solid #222;border-radius: 8px;padding:6px 10px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; font-weight:normal; color:#fff; cursor:pointer;
}
#news_detail .eback_btm{
	padding: 20px 0 0 0;
}
#news_detail .eback_btm a{
	background-color:#005cc3;border:1px solid #222;border-radius: 8px;padding:6px 10px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; font-weight:normal; color:#fff; cursor:pointer;
}

.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 {
}

.IO_team_member {
}
.IO_team_member .row {
	float: left;
	width: 160px;
	margin: 0px 31px 30px 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #fff;
}
.IO_team_member .row:nth-child(6n) {
	margin-right: 0px;
}
.IO_team_member .item {
	margin: 5px 5px 5px 5px;
	/*border-bottom: 1px solid #CCC;*/
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.IO_team_member .item .img {
}
.IO_team_member .item .img img {
	width: 100%;
	display: block;
	margin-bottom: 8px;
}
.IO_team_member .item .cnt {
}
.IO_team_member .item .team_tx {
}
.IO_team_member .team_hla {
}
.IO_team_member .team_hl {
}
.IO_team_member h3 {
	font-weight: bold;
	font-size: 15px;
	color: #000;
}
.IO_team_member .blend {
}

/* Album Detail Thumbs */

#album_detail {
	max-width: 500px;
	margin: 40px 0;
	background-color: #171717;
	padding: 10px;
	border: 1px solid #313131;
}
#album_detail .detail_linkback1 {
	display: none;
}
#album_detail .detail_linkback2 {
	display: none;
}
#album_detail .detail_date {
	display: none;
}
#album_detail .detail_title {
	display: none;
}
#album_detail_display {
	margin-bottom: 20px;
}
#album_detail .thumbs {
}
#album_detail .thumbs ul {
	list-style-type: none;
}
#album_detail .thumbs ul li {
	float: left;
	margin: 8px 8px 0px 0px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 4px;
}
#album_detail .thumbs ul li a {
}
#album_detail .thumbs ul li a img {
	display: block;
	max-height: 80px;
}
#album_detail .thumbs ul li .caption {
	display: none;
}
#album_detail .description {
	display: none;
}

/* slider */

.aslide_slick {
	width: 100%;
	margin: 0;
}
.aslide_slick li {
	overflow: hidden;
	height: 140px;
	padding: 0 20px;
}
.aslide_slick li div {
	display: table-cell;
	overflow: hidden;
	height: 140px;
	/*border: 1px solid #ccc;*/
	/*background-color: #fff;*/
	padding: 10px;
	vertical-align: middle;
}
.aslide_slick ul li img {
}

/* Team */

.team_row {
	width: 100%;
	max-width: 1400px;
}
.team_row .item {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 60px;
	text-align: center;
}
.team_row .item:nth-child(3n) {
	margin-right: 0%;
}
.team_row .item .img {
	display: inline-block;
	width: 80%;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.team_row .item .img a {
	display: block;
}
.team_row .item .img img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
}
.team_row .item .txt {
	text-align: center;
}


/* M-XXL */

@media only screen and (min-width: 1281px) and (max-width: 1600px) {
}

/* M-XL */

@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  body {
		font-size: 13px;
	}
  h1 {font-size:3.2em;font-weight:normal;line-height:1.3em;}
  h2 {font-size:2.3em;font-weight:normal;line-height:1.3em;}
  h3 {font-size:1.3em;font-weight:normal;line-height:1.3em;}
  h4 {font-size:1.0em;font-weight:bold;line-height:1.3em;}
  h5 {font-size:0.8em;font-weight:bold;line-height:1.3em;}
  h6 {font-size:0.7em;font-weight:bold;line-height:1.3em;}

  .m_content .single-gt {
    padding: 20px 20px;
  }
  #menu_01 li {
    margin: 0 36px 0 0;
    background-position: right 10px;
}
  .button a {
    display: block;
    padding: 3px 10px;
    font-size: 15px;
  }
}

/* M-L */

@media only screen and (min-width: 768px) and (max-width: 999px) {
	body {
		font-size: 13px;
	}
  h1 {font-size:2.9em;font-weight:normal;line-height:1.3em;}
  h2 {font-size:2.0em;font-weight:normal;line-height:1.3em;}
  h3 {font-size:1.3em;font-weight:normal;line-height:1.3em;}
  h4 {font-size:1.0em;font-weight:bold;line-height:1.3em;}
  h5 {font-size:0.8em;font-weight:bold;line-height:1.3em;}
  h6 {font-size:0.7em;font-weight:bold;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;
	}
	#m_center {
		padding-top: 90px;
		padding-bottom: 460px;		/* footer height */
	}

  .m_content .single-gt {
    padding: 20px 20px;
  }
  #h_menu {
    margin-top: 24px;
    font-size: 2.0em;
  }
  #menu_01 li {
    margin: 0 20px 0 0;
    background-position: right 8px;
  }
  #menu_01 ul li.mp_4 {
      margin: 0 40px 0 0;
  }
  .button a {
    display: block;
    padding: 3px 10px;
    font-size: 15px;
  }

}


/* M-S */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	body {font-size:13px;}

  h1 {font-size:2.9em;font-weight:normal;line-height:1.3em;}
  h2 {font-size:2.0em;font-weight:normal;line-height:1.3em;}
  h3 {font-size:1.3em;font-weight:normal;line-height:1.3em;}
  h4 {font-size:1.0em;font-weight:bold;line-height:1.3em;}
  h5 {font-size:0.8em;font-weight:bold;line-height:1.3em;}
  h6 {font-size:0.7em;font-weight:bold;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: 90px;
		padding-bottom: 460px;		/* footer height */
	}
  section .bgrnd {
    padding: 80px 0 60px 0;
	}
	section .bgrnd-gt {
    padding: 80px 0 60px 0;
	}

	.m_content {
	}
	#h_content {
		position: absolute;			/* header scroll */
		left: 0;
		margin-left: 0px;
		width: 100%;
		padding: 0px 0px 0px 0px;
	}
	.m_content .imgc {
	    padding: 6px;
	}
	.m_content .single {
		margin-left: -48%;
		width: 96%;
	}
	.m_content .single-gt {
		margin-left: -48%;
		width: 96%;
		/*min-height: 600px;*/
		padding: 10px 10px 10px 10px;
	}
	.m_content .left {
		width: 100%;
	}
	.m_content .right {
		float: left;
		width: 100%;
	}

	#m_head .bgrnd {
    height: 50px;
	}
	#h_logo {
    position: absolute;
  	z-index: 10002;
  	right: 0px;
    margin: 0;
	}
	#h_logo img {
    margin: 5px 12px 0 5px;
  	max-height: 40px;
	}
  #h_menu{
  	margin-top: 17px;
  	font-size: 19px;
  }

  #home img {
  	max-width: 200px;
  	margin-right: 10px;
  }
  #see .button a {
  	font-weight: normal;
  	font-size: 14px;
  	color: #fff;
  }
  #feel .button {
  	margin: 0 240px 20px 0;
  }
  #feel .button a {
  	font-weight: normal;
  	font-size: 14px;
  	color: #fff;
  }
  #feel .gmap {
      float: left;
      max-width: 100%;
      margin-left: 0px;
      margin-bottom: 40px;
  }
  #feel img {
    max-width: 50%;
    margin-right: 15px;
  }
  #love .ytube-vid.vid1{
  	margin-bottom: 15px;
  }
  #vip .button a {
  	font-weight: normal;
  	font-size: 14px;
  	color: #fff;
  }


	#m_bottom {
	    height: auto;
	}
	#b_logo {
		margin-left: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
		width: auto;
	}
	#b_logo a img {
		max-height: 50px;
	}
	#b_content {
		left: 0;
		margin-left: 0px;
		width: 100%;
		padding: 0px 0px 0px 0px;
		font-size: 13px;
	}
	#b_content .left {
		float: left;
		width: 100%;
		margin: 0px;
		padding: 0px 10px 0px 20px;
}
	#b_content .right {
		float: left;
		width: 100%;
		margin: 0px;
		padding: 0px 10px 0px 20px;
	}
	#b_menu {
		margin-top: 15px;
		margin-right: 10px;
		font-size: 12px;
	}
	#b_menu ul li {
		padding: 0 8px 0 8px;
	}
	#b_menu li:last-child {
		padding: 0 0px 0 8px;
	}

	#overlay_window {
		width: 80%;
		padding: 10px 10px;
	}

	.fm_row .label {
	    height: auto;
	    margin: 0px 6px 10px 0px;
	    padding: 4px 0px;
	}
	.fm_row .field label {
	    padding: 4px 4px;
	}
	.fm_row .field .bg input {
	    padding: 4px 4px;
	}
	.fm_row .field select {
	    margin: 0px 4px 0 0px;
	    padding: 4px 4px 4px 2px;
	}
	.fm_row .field .radio_group {
	    padding: 4px 4px;
	}
}


/* M-XS */

@media only screen and (max-width: 479px) {
	body {font-size:13px;}

  h1 {font-size:2.9em;font-weight:normal;line-height:1.3em;}
  h2 {font-size:2.0em;font-weight:normal;line-height:1.3em;}
  h3 {font-size:1.3em;font-weight:normal;line-height:1.3em;}
  h4 {font-size:1.0em;font-weight:bold;line-height:1.3em;}
  h5 {font-size:0.8em;font-weight:bold;line-height:1.3em;}
  h6 {font-size:0.7em;font-weight:bold;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%;
	}
	.page-soziales-engagement .m_content p img {
		width: 100%;
		margin: 0 0 10px 0px;
	}

	#m_center {
		padding-top: 90px;
		padding-bottom: 460px;		/* footer height */
	}

	section .bgrnd {
    padding: 80px 0 60px 0;
	}
	section .bgrnd-gt {
    padding: 80px 0 60px 0;
	}
  .m_content {
	}
	#h_content {
		position: absolute;			/* header scroll */
		left: 0;
		margin-left: 0px;
		width: 100%;
		padding: 0px 0px 0px 0px;
	}

	.m_content .imgc {
	    padding: 6px;
	}
	.m_content .box {
		border-radius: 15px;
	}
	.m_content .single {
		margin-left: -48%;
		width: 96%;
		padding: 40px 10px 40px 10px;
	}
	.m_content .single-gt {
		margin-left: -48%;
		width: 96%;
		/*min-height: 600px;*/
		padding: 10px 10px 10px 10px;
	}
	.m_content .left {
		width: 100%;
	}
	.m_content .right {
		float: left;
		width: 100%;
	}


	#m_head .bgrnd {
    height: 50px;
	}
	#h_logo {
    position: absolute;
  	z-index: 10002;
  	right: 0px;
    margin: 0;
	}
	#h_logo img {
    margin: 5px 12px 0 5px;
  	max-height: 40px;
	}
  #h_menu{
  	margin-top: 17px;
  	font-size: 19px;
  }

  #home img {
    width: 100%;
    height: auto;
  	margin-bottom: 20px;
  }
  #see .button a {
  	font-weight: normal;
  	font-size: 14px;
  	color: #fff;
  }
  #feel .button {
  	margin: 0 100px 20px 0;
  }
  #feel .button a {
  	font-weight: normal;
  	font-size: 14px;
  	color: #fff;
  }
  #feel .gmap {
      float: left;
      max-width: 100%;
      margin-left: 0px;
      margin-bottom: 40px;
  }
  #feel img {
    max-width: 100%;
    margin-right: 0;
  }
  #love .ytube-vid.vid1{
  	margin-bottom: 15px;
  }
  #vip .button a {
  	font-weight: normal;
  	font-size: 14px;
  	color: #fff;
  }


	#m_bottom {
	    height: auto;
	}
	#b_logo {
		margin-left: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
		width: auto;
	}
	#b_logo a img {
		max-height: 50px;
	}
	#b_content {
		left: 0;
		margin-left: 0px;
		width: 100%;
		padding: 0px 0px 0px 0px;
		font-size: 13px;
	}
	#b_content .left {
		float: left;
		width: 100%;
		margin: 0px;
		padding: 0px 10px 0px 20px;
}
	#b_content .right {
		float: left;
		width: 100%;
		margin: 0px;
		padding: 0px 10px 0px 20px;
	}
	#b_menu {
		margin-top: 15px;
		margin-right: 10px;
		font-size: 12px;
	}
	#b_menu ul li {
		padding: 0 8px 0 8px;
	}
	#b_menu li:last-child {
		padding: 0 0px 0 8px;
	}

	#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;
	}
}
