@font-face {
	font-family: 'RobotoCondensed';
	src: url('font/RobotoCondensed.eot');
	src: local('☺'), url('font/RobotoCondensed-Regular.woff') format('woff'), url('font/RobotoCondensed-Regular.ttf') format('truetype'), url('font/RobotoCondensed-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RockSalt';
	src: url('font/RockSalt.eot');
	src: local('☺'), url('font/RockSalt.woff') format('woff'), url('font/RockSalt.ttf') format('truetype'), url('font/RockSalt.otf') format('otf');
	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: #3d3116; /*#003f91;*/
	/*font-family: 'Ginora', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: Verdana, Arial, 'Helvetica Neue', Helvetica, sans-serif;
	/*font-family: Vera;*/
	/*font-weight: 300;*/
	font-size: 15px;
	color: #222;
	/*text-transform: uppercase;*/
	letter-spacing: 0px;
	font-variant-numeric: proportional-nums;
}
body.blank {
}
body.closed {
}

img {
	border:none;
	max-width: 1100px;
}
p, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:active {
	color: #003f91; text-decoration: none;
}
a:hover {
	color: #003f91; text-decoration: underline;
}
a.anchor {
    display: block;
    position: relative;
    top: -160px;
    visibility: hidden;
}
.link {
	color: #003f91; text-decoration: none;cursor:pointer;
}
.link:hover {
	color: #003f91; text-decoration: underline;
}

#p_top {
    display: block;
    position: relative;
    /*top: 400px;*/
    visibility: hidden;
}

div.clear {clear: both;}

h1 {margin-bottom:4px;font-family: 'RockSalt', cursive;font-size:33px;font-weight:300;color:#003f91;letter-spacing:1px;line-height:47px;}
h2 {margin-bottom:4px;font-family: 'RockSalt', cursive;font-size:27px;font-weight:300;color:#003f91;letter-spacing:1px;}
h3 {margin-bottom:4px;font-family: 'RockSalt', cursive;font-size:21px;font-weight:300;color:#003f91;letter-spacing:1px;}
h4 {font-size:17px;font-weight:600;color:#003f91;}
h5 {font-size:12px;font-weight:300;color:#222;}
h6 {font-size:9px;font-weight:300;color:#222;}

hr {height:2px;border:0px solid #999;background-color:#999;color:#999;}

input {margin:0;padding:0;font-family: Verdana, Arial, 'Helvetica Neue', Helvetica, sans-serif;font-size:15px;}
textarea {font-family: Verdana, Arial, 'Helvetica Neue', Helvetica, sans-serif;font-size:15px;}
select {font-family: Verdana, Arial, 'Helvetica Neue', Helvetica, sans-serif;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:#003f91;border:1px solid #222;padding:8px 20px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; font-weight:normal; color:#fffdf6; cursor:pointer;
	border-radius: 8px;
}
input[type=button] {
	background-color:#003f91;border:1px solid #222;padding:8px 20px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; font-weight:normal; color:#fffdf6; 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 {
}

input.datepicker {
    max-width: 110px;
}
input.timepicker {
    max-width: 65px;
    text-align: center;
}

.responsive-video {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    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: #574f48;
	vertical-align: middle;
	text-align: center;
	font-size: 23px;
	color: #fffdf6;
}
a.link_button_active {
	background-color: #003882;
	color: #fffdf6;
}
a.link_button div {
	margin: 16px 0 0 0;
}
a.link_button:hover, a.link_button:active {
	background-color: #003882;
	color: #fffdf6;
}


.main_alert_text {
	text-align: center;
}

/* ui-dialog - alert window */

.ui-dialog {
	position: fixed;
}
.ui-dialog.ui-widget.ui-widget-content {
 	border: 2px solid #116600;
    border-radius: 10px;
	background-color: #fffdf6;
	-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: #fffdf6;
	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: #fffdf6;
}

/* main */

#m_wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#m_page {
	/*position: absolute;*/
	width: 100%;
	min-height: 100%;
	padding-bottom: 0px;
	top: 0;
	left: 0;
}

#m_head {
	position: absolute;
	width: 100%;
}

#m_left {
	display: none;
}
#m_center {
	z-index: 5;
	width: 100%;
}
body.blank #m_center {
}
#m_center .bgrnd {
}
#m_bottom {
	display: none;
	width: 100%;
	height: 240px;
	background-color: #444;
	/*border-top: 1px solid #ccc;*/
}
#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;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-attachment: fixed;
}
section .bgrnd {
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.0) 60%, rgba(0,0,0,0.05) 90%, rgba(0,0,0,0.1) 100%);
	padding: 140px 0px 40px 0px;
}
section:last-child {
	border-bottom: 0px;
}
section .bgrnd-gt {
	width: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.05) 80%, rgba(0,0,0,0.1) 100%);
	background-size: cover;
	padding: 180px 0px 160px 0px;
}
section .bgrnd-gt::after {
	clear:both;
}
section .bgrnd-dv {
	padding: 0px;
}

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 {
	height: 100vh;
}

#startseite .bgrnd-bl {
}
#startseite {
	background: linear-gradient(to bottom, rgba(0,0,0,0.0) 60%, rgba(0,0,0,0.3) 90%, rgba(0,0,0,0.6) 100%);
}
#startseite h2 {
	text-shadow: -2px 2px #222;
}

#ueber-mich img {
	border: 2px solid #ccc;
	border-radius: 5% 5% 5% 5%;
	margin-left: 10px;
}

.m_content {
	/*background-color: #fffdf6;*/
}
.m_content .wrapper {
}
.m_content .box {
	min-height: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	/*background-color: #eee;*/
	/*border: 6px solid #fffdf6;*/
	border-radius: 30px;
	-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 {
	padding: 0px 0px 0px 0px;
}
.cname-startseite .box {
	min-height: 100vh;
	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, .box img  {
	max-width: 100%;
	margin: 0px 0px 0px 0px;
	border-radius: 8px;
}

.m_content .single {
	position: relative;
	left: 50%;
	margin-left: -40%;
	width: 80%;
	/*min-height: 600px;*/
	padding: 30px 40px 40px 40px;
	text-align: left;
}
#home .single {
	padding: 40px 0px 40px 0px;
}
.m_content .single-gt {
	position: relative;
	left: 50%;
	margin-left: -40%;
	width: 80%;
	/*min-height: 600px;*/
	padding: 30px 60px 40px 60px;
	text-align: left;
	/*border-radius: 10px;*/
	/*background-color: rgba(255,255,255,0.8);*/
	/*margin-top: 120px;*/
}
.m_content .single-dv {
	left: 0;
	margin-left: 0px;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

body.onepage .single-gt {
	margin-top: 0px;
}
#startseite .single-gt, .page-home .single-gt {
	padding: 40px 0px 40px 0px;
	background: none;
}

.m_content .left {
	float: left;
	width: 45%;
	padding: 0px 0px 0px 0px;
}
.m_content .left_23 {
	float: left;
	width: 62%;
	padding: 0px 0px 0px 0px;
}
.m_content .left img {
	max-width: 100%;
}
.m_content .right {
	float: right;
	width: 45%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border-left: 1px solid #ccc;*/
}
.m_content .right_13 {
	float: right;
	width: 32%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border-left: 1px solid #ccc;*/
}
.m_content .right img {
	max-width: 100%;
}
.m_content .right .cnt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 17px;
	font-weight: 300;
}
.m_content .box1 {
    /*position: absolute;*/
    /*bottom: 25vh;*/
		/*bottom: 0;*/
    background-color: rgba(14, 31, 60, 0.3);
    padding: 15px 20px 15px 20px;
    text-align: center;
		color: #fffdf6;
}
.m_content .box1 h1,  .m_content .box1 h2,  .m_content .box1 h3  {
	color: #fffdf6;
}
.m_content table  {
	display: inline;
}

.m_content .box1 img {
	max-width: 100%;
	display: block;
}
.m_content .box_fb {
	float: right;
	max-width: 400px;
	margin: 20px 0px 10px 0px;
	border: 1px solid #ebe7de;
	border-radius: 5px 5px 5px 5px;
	background-color: rgba(210,210,200,0.5);
	padding: 5px 5px 5px 5px;
}
.m_content .box_fb img {
	display: block;
}
.m_content .box_bottom {
	position: absolute;
	bottom: 40px;
	width: 100%;
}
.m_content .box_2 {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #ebe7de;
	border-radius: 15px 15px 15px 15px;
	background-color: rgba(255,255,255,1);
	padding: 10px 15px 10px 15px;
}
.m_content .box_2 img {
	display: block;
}
.m_content .box_3 {
	float: right;
	margin: 0px 0px 10px 0px;
}
.m_content .box_3 img {
	display: block;
}

#startseite .bgrnd-gt {
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 20%, rgba(0,0,0,0.0) 40%, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.05) 80%, rgba(0,0,0,0.1) 100%);
	padding: 0px;
}
#startseite .box_head {
	position: absolute;
	margin-top: 130px;
	width: 100%;
	text-align: center;
	margin-left: 0px;
}
#startseite .box_head h1 {
	text-shadow: 0px 3px #333;
	font-size: 39px;
	color: #fffdf6;
}
#startseite .box_social {
	position: absolute;
	margin-top: 120px;
	width: 100%;
	text-align: right;
	right: 20px;
}
#startseite .box_social .cnt {
	display: inline-block;
	border-radius: 30px;
	background-color: rgba(14, 31, 60, 0.3);
	padding: 15px 24px 12px 24px;
}
#startseite .box_social .cnt img {
	max-height: 25px;
}
#startseite .box1 {
	position: absolute;
	/*bottom: 25vh;*/
	width: 100%;
	margin-top: 200px;
	background: none;
}
#startseite .box1 .cnt1 {
	display: inline-block;
	border-radius: 30px;
	/*background-color: rgba(45, 19, 5, 0);*/
	background-color: rgba(242, 230, 221, 0);
	padding: 10px 20px 10px 20px;
	text-align: center;
	color: #333;
	overflow: hidden;
}
#startseite .box1 .cnt1 h2 {
	margin: 0;
	visibility: hidden;
	text-shadow: -1px 1px #a8a3a3;
	color: #5b3a18;
}
#startseite .box1 .cnt1 div {
	visibility: hidden;
	padding: 2px 0px 1px 0px;
	text-shadow: 0px 1px #d1c6c6;
	color: #3f2108;
	font-size: 17px;
}
#startseite .box1 .cnt1 .anim_9 {
	font-weight: bold;
}
#startseite .box1 .cnt1 h3 {
	text-shadow: 0px 3px #333;
	color: #fffdf6;
}
#startseite .box_footer {
	position: absolute;
	/*bottom: 25vh;*/
	bottom: 20px;
	width: 100%;
	/*background-color: rgba(14, 31, 60, 0.2);*/
	padding: 15px 20px 15px 20px;
	text-align: center;
	font-size: 23px;
	color: #fffdf6;
}
#startseite .box_footer hr {
	height:2px;border:0px solid #fffdf6;background-color:#fffdf6;color:#fffdf6;
}

/*  Text Animation */
.ml2 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}

/* head */

#m_head .bgrnd {
	z-index: 100;
	/*position: absolute;*/
	position: fixed;
	top: 0;
	margin-top: 0;
	width: 100%;
	height: 120px;
	background-color: #fff4e0;
	border-bottom: 1px solid #999;
	color: #000;
	-moz-box-shadow: 0px 1px 6px #555;
	-webkit-box-shadow: 0px 1px 6px #555;
	box-shadow: 0px 1px 6px #555;
}

#h_content {
	z-index: 101;
	/*position: absolute;*/
	position: fixed;
	top: 0;
	left: 50%;
	left: 50%;
	margin-left: -40%;
	width: 80%;
	margin-bottom: 0;
	padding: 0px 0px 0px 0px;
}
#h_logo {
	z-index: 120;
	position: relative;
	float: left;
	margin: 15px 0 0 10px;
}
#h_logo img {
	max-height: 100px;
}

#h_search{
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	/*float: right;*/
	margin-top: 15px;
	height: 40px;
	background-color: #fffdf6;
	/*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 {
	margin-top: 64px;
	margin-right: 10px;
	font-family: 'RockSalt', cursive;
	font-size: 19px;
	/*line-height: 25px;*/
	letter-spacing: 1px;
}
#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 {
	float: left;
	padding: 0 20px 0 20px;
	border-right: 1px solid #999;
	/*text-transform: uppercase;*/
}
#menu_01 li:last-child {
	border-right: none;
	padding: 0 0px 0 15px;
}
#menu_01 li a {
	color: rgb(20, 20, 20);
}
#menu_01 li a:hover {
	color: rgb(20, 20, 20);
	text-decoration: underline;
}
#menu_01 li a.active {
	color: rgb(0, 63, 145);
}

#mobilemenue {
	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: 55px;
}
.mean-container .mean-bar a.meanmenu-reveal {
	position: fixed;
	z-index: 105;
	left: auto;
	right: 0;
	margin-right: 15px;
	width: 22px;
	height: 22px;
	border: 3px solid #666;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0);
	padding: 3px 5px 2px 5px;
	line-height: 22px;
	font-size: 17px;
	color: #666;
}
.mean-container .mean-bar a.meanmenu-reveal span {
	background: #666;
	height: 3px;
	margin: 3px 0px;
	font-size: 1px;
}

.mean-container .mean-bar .mean-nav {
	position: fixed;
	z-index: 10000;
	float: left;
	width: 100%;
	/*width: 240px;*/
	margin-top: 45px;
	background-color: #003f91;
	-moz-box-shadow: 0px 1px 8px #666;
	-webkit-box-shadow: 0px 1px 8px #666;
	box-shadow: 0px 1px 8px #666;
	/*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: times;*/
	font-family: 'RockSalt', cursive;
	font-size: 17px;
	letter-spacing: 1px;
}
.mean-container .mean-bar .mean-nav ul li a div:first-letter {
	/*font-size: 21px;*/
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px solid #628398;
	border-bottom: 1px solid #222;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 100%;
	padding: 0.7em 0px 0.7em 0px;
	margin: 0;
	text-align: left;
	color: #fffdf6;
	text-decoration: none;
}
.mean-container .mean-nav ul li a div {
	margin: 0 18px 0 18px;
}
.mean-container .mean-nav ul li a.active {
	background: #1f4c6d;
	color: #fffdf6;
}
.mean-container .mean-nav ul li a:hover {
	background: #4f738a;
}

#mobilemenue {
	display: none;
}


/* 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: #888;
}
#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 #604009;
	border-radius: 5px;
	background-color: #666;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
#overlay_window.overlay_privacy .button.set_onlyncss:hover {
	background-color: #444;
	color: #fff;
}
#overlay_window.overlay_privacy .button.config {
	float: left;
	width: 32%;
	margin-right: 2%;
	padding: 10px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #eee;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	cursor: pointer;
}
#overlay_window.overlay_privacy .button.config:hover {
	background-color: #444;
	color: #fff;
}
#overlay_window.overlay_privacy .button.set_all {
	float: left;
	width: 32%;
	padding: 10px 10px;
	border: 1px solid #604009;
	border-radius: 5px;
	background-color: #666;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
#overlay_window.overlay_privacy .button.set_all:hover {
	background-color: #444;
	color: #fff;
}

#overlay_window.overlay_privacy .service .b_switch {
}
#overlay_window.overlay_privacy .b_switch {
	float: right;
	height: 100%;
}
#overlay_window.overlay_privacy .b_switch .itm {
	display: block;
	width: 100%;
	height: 100%;
}
#overlay_window.overlay_privacy .chk-none {
	display: none; /*remove checkbox*/
}
#overlay_window.overlay_privacy .toggle {
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 52px;
	height: 20px;
	border-radius: 20px;
	border: 1px solid #ccc;
	overflow: hidden;
	/* left, top, tranform for centering container*/
	/*left: 50%;*/
	/*top: 50%;*/
	/*transform: translate3D(-50%, -50%, 0);*/
	/*font-size: 11px;*/
}
#overlay_window.overlay_privacy .toggle.inactive {
	cursor: default;
}
#overlay_window.overlay_privacy .toggle::before,
#overlay_window.overlay_privacy .toggle::after {
	position: absolute;
	width: 52px;
	height: 20px;
	border-radius: 20px;
	font-size: 12px;
	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: 400px;
	border: 1px solid #ccc;
}
.gmap_privacy_overlay .img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/map/gmap_bgrnd.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: transform 0.8s, filter 1.2s ease-in-out;
	transform-origin: center center;
}
.gmap_privacy_overlay .img:hover {
	transform: scale(1.08);
}
.gmap_privacy_overlay .info {
	margin-bottom: 5px;
	font-size: 13px;
	color: #666;
}
.gmap_privacy_overlay .cnt {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: -400px 0px 0px 0px;
	padding: 100px 20px;
	box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.05);
}

/* Video Privacy Overlay */
.video-privacy {
}
.video_privacy_overlay {
	position: relative;
	aspect-ratio: 16/9;
	overflow: hidden;
	width: 100%;
	min-height: 240px;
	border: 1px solid #ccc;
}
.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 .cnt .info {
	font-size: 13px;
}
.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); 
}

/* 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 20px 0;
}
.contact_default .cf_set label {
	display: block;
	padding: 0 0 5px 0;
}
.contact_default .cf_field {
	border: 1px solid #333025;
	border-radius: 6px;
	background-color: #fffefc;
}

.contact_default .cf_set input {
	border: 0;
	background: none;
	padding: 6px 8px;
}
.contact_default .cf_set textarea {
	height: 200px;
	border: 0;
	background: none;
	padding: 6px 8px;
}
.contact_default .cf_set select option {
	padding: 6px 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: #fffdf6;
	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:#fffdf6;
	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 .cf_field {
	background: none;
}
.contact_default .chk_ppa label {
	display: block;
	padding: 0 0 20px 0;
	font-weight: bold;
}
.contact_default .chk_ppa .cf_field {
	border: 0;
	border-radius: 0;
	background-color: none;
}
.contact_default .chk_ppa .cf_field input[type="checkbox"] {
	margin: 0 6px 6px 0;
}

.contact_default .chk_ppa .cf_field span {
	cursor: pointer;
	text-decoration: underline;
}

.contactform_phone {
	float: right;
	/*max-width: 400px;*/
	border: 3px dotted #bcb7a7;
	border-radius: 10px;
	padding: 15px;
}
.contact_request_phone {
}
.contact_request_phone .cf_subtitle h3 {
	font-size: 19px;
}


#box_captcha {
}
.captcha_title {
	margin: 0 0 10px 0;
	font-weight: bold;
}
.captcha_image {
	float: left;
	margin-right: 20px;
	border: 1px solid #c9c9c9;
}
.captcha_image img {
}
.captcha_field {
	float: left;
	width: 200px;
}
.captcha_field input {
	width: 90px;
	border: 1px solid #333025;
	border-radius: 6px;
	background-color: #fffefc;
	padding: 6px 8px;
}


/* bottom */

#b_content {
	position: absolute;
	left: 50%;
	margin-top: 30px;
	margin-left: -600px;
	width: 1200px;
	padding: 0px 40px 0px 40px;
}

#b_logo {
	float:left;
	width: 200px;
	height: 50px;
	/*background-image: url("../img/logo.png");*/
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
}
#b_logo a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
#b_logo div.txt {
	padding: 10px 20px;
	font-size: 19px;
	font-weight: 600;
	color: #fffdf6;
}
#b_logo div.txt span {
	color: #ad5c13;
}
#b_content .copyright {
	display: none;
	float:right;
	margin:0px;
	padding:20px 0px;
	font-size: 12px;
	color:#999;
}
#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;
}

/* bottom menu */

#menu_02{
}
#b_menu {
	float:right;
	margin: 0;
	padding: 0;
	font-family: 'RockSalt', cursive;
	font-weight: 300;
	font-size: 13px;
	letter-spacing:1px;
	margin-top: 16px;
	margin-right: 10px;
}
#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 16px;
	border-right: 1px solid #999;
	/*text-transform: uppercase;*/
}
#b_menu li:last-child {
	border-right: none;
	padding: 0 0px 0 16px;
}
#b_menu ul li a{
	padding:0px 0px;
	text-align: right;
	color: #666;
}
#b_menu li a:hover {
	color: #666;
}
#b_menu li a.active {
	color: #666;
}
#b_menu ul li a div{
}
#b_menu ul li div.nolink {
	margin-right: 30px;
	padding:10px 0px 10px 0px;
	font-weight:normal;
	text-align: left;
	color: #222;
	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: #666;
	cursor:pointer;
}
#b_menu ul li div.onc:hover {
	color: #666;
	text-decoration: underline;
}

/* slider */

.nslider_001 {
	width: 100%;
	border-bottom: 5px solid #ad5c13;
}
.nslider_001 ul li a {
	color: #fffdf6;
}
.nslider_001 ul li .img {
}
.nslider_001 ul li .img img {
}
.nslider_001 ul li .wrp {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00388200',GradientType=0 ); /* IE6-9 */
}
.nslider_001 ul li .cnt {
	position: absolute;
	left: 50%;
	bottom: 0;
    margin-top: 60px;
	margin-left: -600px;
	width: 1200px;
	padding: 10px 40px 40px 40px;
	text-align: left;
	border: 1px solid #3969a9;
	border-radius: 10px 10px 0px 0px;
	/*background-color: rgba(0,56,130,0.5);*/
	background-color: rgba(0,40,90,0.5);
}
.nslider_001 ul li .cnt .intro {
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: 300;
	color: #fffdf6;
	text-shadow: 1px 2px #666;
}
.nslider_001 ul li .cnt .title {
	margin-bottom: 10px;
	font-size: 33px;
	font-weight: 600;
	color: #fffdf6;
	text-shadow: 1px 2px #666;
}
.nslider_001 ul li .cnt .teaser {
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: 300;
	color: #fffdf6;
	text-shadow: 1px 2px #666;
}
.nslider_001 ul li .cnt .text {
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: 300;
	color: #fffdf6;
	text-shadow: 1px 2px #666;
}


/* 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 */

#news {
	width: 100%;
}
#news .news_row {
	float: left;
	width: 340px;
	margin: 0px 48px 20px 0;
	border: 1px solid #CCC;
	border-radius: 10px;
}
#news .news_row:nth-child(5n) {
	margin-right: 0px;
}

#news .news_item {
	margin: 10px 5px 10px 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: 23px;
	color: #003882;
}
#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 {
	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;
}
#news .news_img img {
	width: 100%;
	height: auto;
}
#news .news_img a{
	display: inline-block;
}
#news .news_img_phold {
}
#news .news_hlintro {
	display:none;
}
#news .news_hlintro h4 {
	padding: 2px 0px 4px 0px;
	font-size: 17px;
	font-weight: normal;
}
#news .news_hl {
	padding: 0px 0px 5px 0px;
}
#news .news_hl h3 {
	padding: 0px 5px 0px 5px;
	font-weight: 600;
}
#news .news_hla {
	display:none;
	padding: 0px 0px 5px 0px;
}
#news .news_hla h3 {
	font-size: 32px;
}
#news .news_hla a{
	color: #003882;
	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 0px 0;
	border-top: 1px solid #CCC;
	padding: 10px 5px 0px 5px;
	font-size: 17px;
	/*text-align:justify;*/
	/*font-weight:bold;*/
}
#news .news_ts a{
	color: #003882;
	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: #003882;
}
#news .news_tx {
	display: none;
	margin: 0px;
}
#news .news_tx_rowsep {
	display:none;
}
#news .news_tx a{
	color: #003882;
	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 {
	max-width: 380px;
}
#news iframe {
}
#news object {
}

#news_detail {
	text-align:left;
}
#news_detail .news_date {
	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 15px 0;
}
#news_detail .eback_btm{
}

#team_member {
}
#team_member .row {
	float: left;
	width: 160px;
	height: 198px;
	margin: 0px 31px 30px 0;
	border: 1px solid #CCC;
	border-radius: 10px;
	background-color: #fffdf6;
}
#team_member .row:nth-child(6n) {
	margin-right: 0px;
}
#team_member .item {
	margin: 5px 5px 5px 5px;
	/*border-bottom: 1px solid #CCC;*/
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#team_member .item .img {
}
#team_member .item .img img {
	width: 100%;
}
#team_member .item .cnt {
	position: absolute;
	display: none;
	width: 140px;
	margin-top: 10px;
	padding: 0px 3px 0px 3px;
	font-size: 12px;
}
#team_member .team_hla {
	display: none;
}
#team_member .team_hl {
}
#team_member h3 {
	font-size: 15px;
	color: #000;
}
#team_member .blend {
	position: relative;
	width: 100%;
	height: 100%;
	/*background-color: #f00;*/
	cursor: pointer;
}

/* Album Detail Thumbs */

#album_detail {
}
#album_detail .title {
}
#album_detail .thumbs {
}
#album_detail .thumbs ul {
	list-style-type: none;
}
#album_detail .thumbs ul li {
	float: left;
	margin: 8px 8px 0px 0px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 4px;
}
#album_detail .thumbs ul li a {
}
#album_detail .thumbs ul li a img {
	display: block;
	max-height: 80px;
}
#album_detail .thumbs ul li .caption {
	display: none;
}
#album_detail .description {
	display: none;
}

/* M-XXL */

@media only screen and (min-width: 1281px) and (max-width: 1600px) {
	img, iframe, object, embed {
		max-width: 100%;
	}
	.m_content p img {
		max-width: 100%;
	}

	.m_content {
	}
	.m_content .single {
		margin-left: -40%;
		width: 80%;
	}
	.m_content .single-gt {
		margin-left: -40%;
		width: 80%;
		/*min-height: 600px;*/
		padding: 30px 60px 40px 60px;
	}
	.m_content .left {
	}
	.m_content .right {
	}

	#h_content {
		margin-left: -40%;
		width: 80%;
	}
	#b_content {
		margin-left: -40%;
		width: 80%;
	}

	#overlay_window {
		width: 800px;
	}

	.nslider_001 ul li .cnt {
		margin-left: -600px;
	    margin-top: 80px;
		width: 1200px;
	}

	#h_menu {
		font-size: 17px;
		letter-spacing: 1px;
	}
	#menu_01 li {
		padding: 0 18px 0 18px;
	}
	#menu_01 li:last-child {
		padding: 0 0px 0 20px;
	}

	#b_menu {
		font-size: 12px;
	}
	#b_menu li {
		padding: 0 16px 0 16px;
	}
	#b_menu li:last-child {
		padding: 0 0px 0 16px;
	}

	#team_member .row {
		width: 160px;
		height: 198px;
		margin: 0px 31px 30px 0;
	}
	#team_member .row:nth-child(6n) {
		margin-right: 0px;
	}
	#team_member .item .cnt {
		width: 140px;
	}
}

/* M-XL */

@media only screen and (min-width: 1000px) and (max-width: 1280px) {
	img, iframe, object, embed {
		max-width: 100%;
	}
	.m_content p img {
		max-width: 100%;
	}

	.m_content {
	}
	.m_content .single {
		margin-left: -40%;
		width: 80%;
	}
	.m_content .single-gt {
		margin-left: -40%;
		width: 80%;
		/*min-height: 600px;*/
		padding: 20px 30px 30px 30px;
	}
	.m_content .left {
	}
	.m_content .right {
	}

	.m_content .box1 {
	    font-size: 17px;
	}
	.m_content .box_2 img {
		max-height: 50px;
	}

	#startseite .box_head {
		margin-top: 140px;
		margin-left: 60px;
	}
	#startseite .box_head h1 {
		text-shadow: 0px 3px #333;
		font-size: 33px;
	}
	#startseite .box_social {
		margin-top: 100px;
		right: 20px;
	}
	#startseite .box_social .cnt {
		border-radius: 25px;
		padding: 12px 18px 9px 18px;
	}
	#startseite .box_social .cnt img {
		max-height: 22px;
	}

	#m_head .bgrnd {
		height: 110px;
	}
	#h_content {
		margin-left: -40%;
		width: 80%;
	}
	#b_content {
		margin-left: -40%;
		width: 80%;
	}
	#h_logo {
		margin-left: 0px;
		margin-top: 20px;
	}
	#h_logo img {
		max-height: 72px;
	}

	#h_menu {
		font-size: 15px;
		letter-spacing: 1px;
	}
	#menu_01 li {
		padding: 0 10px 0 10px;
	}
	#menu_01 li:last-child {
		padding: 0 0px 0 10px;
	}

	#b_menu {
		font-size: 12px;
	}
	#b_menu li {
		padding: 0 10px 0 10px;
	}
	#b_menu li:last-child {
		padding: 0 0px 0 10px;
	}

	#overlay_window {
		width: 700px;
	}

	.nslider_001 ul li .cnt {
		margin-left: -480px;
	    margin-top: 40px;
		width: 960px;
	}
	.nslider_001 ul li .cnt .text {
		display: none;
	}

	#news .news_row {
		width: 270px;
		margin: 0px 34px 20px 0;
	}
	#news .news_row:nth-child(5n) {
		margin-right: 0px;
	}

	#team_member .row {
		width: 160px;
		height: 198px;
		margin: 0px 20px 30px 0;
	}
	#team_member .row:nth-child(6n) {
		margin-right: 20px;
	}
	#team_member .row:nth-child(5n) {
		margin-right: 0px;
	}
	#team_member .item .cnt {
		width: 140px;
	}
}

/* M-L */

@media only screen and (min-width: 768px) and (max-width: 999px) {
	h1 {font-size:29px;}
	h2 {font-size:23px;}
	h3 {font-size:17px;}
	h4 {font-size:13px;}
	h5 {font-size:11px;}
	h6 {font-size:9px;}

	input, textarea {
		max-width: 450px;
	}
	img, iframe, object, embed {
		max-width: 100%;
	}
	.m_content p img {
		max-width: 100%;
	}

	section .bgrnd {
		padding: 140px 20px 40px 20px;
	}
	.m_content {
	}
	.m_content .left {
	}
	.m_content .right {
	}
	.m_content .single {
		margin-left: -45%;
		width: 90%;
	}
	.m_content .single-gt {
		margin-left: -45%;
		width: 90%;
		/*min-height: 600px;*/
		padding: 10px 20px 20px 20px;
	}

	.m_content .box1 {
	    font-size: 17px;
	}
	.m_content .box_2 img {
		max-height: 50px;
	}

	#startseite .box_head {
		margin-top: 120px;
		margin-left: 40px;
	}
	#startseite .box_head h1 {
		text-shadow: 0px 3px #333;
		font-size: 29px;
	}
	#startseite .box_social {
		margin-top: 80px;
		right: 20px;
	}
	#startseite .box_social .cnt {
		border-radius: 25px;
		padding: 12px 18px 9px 18px;
	}
	#startseite .box_social .cnt img {
		max-height: 22px;
	}
	#startseite .box_footer {
		bottom: 20px;
		padding: 15px 20px 15px 20px;
		font-size: 23px;
	}

	#h_content {
		left: 0;
		margin-left: 0px;
		width: 100%;
		padding: 0px 0px 0px 0px;
	}
	#b_content {
		left: 0;
		margin-left: 0px;
		width: 100%;
		padding: 0px 0px 0px 0px;
	}

	#h_logo {
		margin-left: 20px;
		margin-top: 15px;
	}
	#h_logo img {
		max-height: 60px;
	}
	#h_search {
		margin-left: -150px;
		width: 300px;
	}
	#h_search .search_tf {
		width: 220px;
	}

	#m_head .bgrnd {
		height: 90px;
	}

	#h_menu {
		margin-top: 46px;
		margin-right: 20px;
		font-size: 14px;
		letter-spacing: 1px;
	}
	#menu_01 li {
		padding: 0 10px 0 10px;
	}
	#menu_01 li:last-child {
		padding: 0 0px 0 10px;
	}

	#b_menu {
		margin-top: 8px;
		margin-right: 20px;
		font-size: 12px;
	}
	#b_menu li {
		padding: 0 10px 0 10px;
	}
	#b_menu li:last-child {
		padding: 0 0px 0 10px;
	}

	#m_center {
		/*padding-top: 110px;*/
	}
	.m_content .box {
		border-radius: 30px;
	}

	#m_bottom {
		height: 240px;
	}
	#b_logo{
		margin-left: 20px;
	}

	#overlay_window {
		width: 80%;
	}

}


/* M-S */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	body {font-size:13px;}

	h1 {font-size:29px;}
	h2 {font-size:23px;}
	h3 {font-size:17px;}
	h4 {font-size:13px;}
	h5 {font-size:11px;}
	h6 {font-size:9px;}

	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: 64px;*/
	}

	.m_content {
	}
	#h_content {
		left: 0;
		margin-left: 0px;
		width: 100%;
		padding: 0px 0px 0px 0px;
	}
	#b_content {
		left: 0;
		margin-left: 0px;
		width: 100%;
		padding: 0px 0px 0px 0px;
	}

	section .bgrnd {
		padding: 120px 0px 40px 0px;
	}
	section .bgrnd-gt {
		padding: 120px 0px 40px 0px;
	}
	.m_content .box {
		border-radius: 20px;
	}
	.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%;
	}

	.cname-home .box {
		min-height: 90vh;
	}
	.m_content .box1 {
		border-radius: 12px 12px 12px 12px;
		padding: 8px 12px 8px 12px;
		margin: 10px 0px 0px 10px;
	    font-size: 15px;
	}
	.m_content .box_2 img {
		max-height: 30px;
	}
	.m_content .box_3 img {
		max-width: 100px;
		height: auto;
	}

	#startseite .box_head {
		margin-top: 120px;
		margin-left: 0;
		padding: 0 20px;
	}
	#startseite .box_head h1 {
		text-shadow: 0px 3px #333;
		font-size: 23px;
	}
	#startseite .box_social {
		margin-top: 80px;
		right: 10px;
	}
	#startseite .box_social .cnt {
		border-radius: 16px;
		padding: 10px 15px 7px 15px;
	}
	#startseite .box_social .cnt img {
		max-height: 18px;
	}
	#startseite .box1 {
		margin-top: 220px;
		font-size: 13px;
	}
	#startseite .box1 .cnt1 div {
		font-size: 13px;
	}
	#startseite .box_footer {
		bottom: 0px;
		padding: 15px 20px 15px 20px;
		font-size: 19px;
	}

	#ueber-mich img {
		border: 2px solid #ccc;
		border-radius: 5% 5% 5% 5%;
		/*margin-left: 0px;*/
		max-width: 160px;
	}

	#m_head .bgrnd {
		height: 100px;
	}
	#h_search{
		display: none;
	}
	#h_logo {
		position: absolute;
		z-index: 200;
		margin-left: 15px;
		margin-top: 20px;
	}
	#h_logo img {
		max-height: 60px;
	}

	#m_bottom {
	    height: 300px;
	}
	#b_logo{
		margin-left: 20px;
	}
	#b_menu {
		margin-top: 8px;
		margin-right: 10px;
		font-size: 12px;
	}
	#b_menu ul li {
		padding: 0 10px 0 10px;
	}
	#b_menu li:last-child {
		padding: 0 0px 0 10px;
	}

	#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:23px;}
	h2 {font-size:21px;}
	h3 {font-size:17px;}
	h4 {font-size:12px;}
	h5 {font-size:11px;}
	h6 {font-size:9px;}

	input, textarea, select {
		max-width: 100%;
		font-size:13px;
	}
	img, iframe, object, embed {
		max-width: 100%;
	}

	.m_content p img {
		max-width: 100%;
	}
	.page-karriere .m_content p img {
		margin: 0 0 20px 0px;
	}

	#m_center {
		/*padding-top: 64px;*/
	}

	section .bgrnd {
		padding: 120px 0px 100px 0px;
	}
	section .bgrnd-gt {
		padding: 120px 0px 100px 0px;
	}
	.m_content {
	}
	#h_content {
		left: 0;
		margin-left: 0px;
		width: 100%;
		padding: 0px 0px 0px 0px;
	}
	#b_content {
		left: 0;
		margin-left: 0px;
		width: 100%;
		padding: 0px 0px 0px 0px;
	}

	.m_content .box {
		border-radius: 15px;
	}
	.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_content .left_23 {
		width: 100%;
	}
	.m_content .right_13 {
		float: left;
		width: 100%;
	}

	.cname-home .box {
		min-height: 90vh;
	}
	.m_content .box1 {
		float: left;
		border-radius: 12px 12px 12px 12px;
		padding: 8px 12px 8px 12px;
		margin: 10px 0px 0px 0px;
	    font-size: 15px;
	}
	.m_content .box_2 {
		clear: both;
	}
	.m_content .box_3 {
		float: left;
	}
	.m_content .box_3 img {
		max-width: 100px;
		height: auto;
	}

	#startseite .box_head {
		margin-top: 120px;
		margin-left: 0;
		padding: 0 20px;
	}
	#startseite .box_head h1 {
		text-shadow: 0px 3px #333;
		font-size: 23px;
	}
	#startseite .box_social {
		margin-top: 80px;
		right: 10px;
	}
	#startseite .box_social .cnt {
		border-radius: 16px;
		padding: 10px 15px 7px 15px;
	}
	#startseite .box_social .cnt img {
		max-height: 18px;
	}
	#startseite .box1 {
		margin-top: 220px;
		font-size: 13px;
	}
	#startseite .box1 .cnt1 div {
		font-size: 13px;
	}
	#startseite .box_footer {
		bottom: 0px;
		padding: 15px 20px 15px 20px;
		font-size: 17px;
	}

	#ueber-mich img {
		border: 2px solid #ccc;
		border-radius: 5% 5% 5% 5%;
		/*margin-left: 0px;*/
		max-width: 160px;
	}

	#m_head .bgrnd {
	    height: 100px;
	}
	#h_search{
		display: none;
	}
	#h_logo {
		position: absolute;
		z-index: 200;
		margin-left: 15px;
		margin-top: 35px;
	}
	#h_logo img {
		max-height: 60px;
	}

	#m_bottom {
	    height: 300px;
	}
	#b_logo{
		margin-left: 15px;
	}
	#b_menu {
		margin-top: 8px;
		margin-right: 20px;
		font-size: 11px;
	}
	#b_menu ul li {
		padding: 0 6px 0 6px;
	}
	#b_menu li:last-child {
		padding: 0 0px 0 6px;
	}

	#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;
	}

}
