@charset "iso-8859-1";
@import url(../css/fonts.css);
@import url(../css/custom.css);
* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	font-family: 'open sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	background: #efefef;
	color: #7d736a;
	font-weight: 400;
}
#page_root {
}
.title {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 0px;
	display: none;
}
.heading_link {
	color: #303b3e;
}
.thumbnail {
	overflow: hidden;
	line-height: 0;
	border: 1px solid;
}
b {
	font-weight: bold;
}
table, table td {
	border: 0;
}
iframe {
	width: 100%;
}
/* ------------------------------------------------------------------------ */
/* CSS HEADERS */
/* ------------------------------------------------------------------------ */
h1 a, h2 a, h3 a, h4 a {
	color: #303b3e;
	font-family: 'Kaushan Script', cursive;
	color: #7d736a;
	/* color: #8c7c6c; */
}
h2 {
	font-size: 85px;
	line-height: 95px;
	font-weight: 200;
	padding: 30px 0 30px 0;
	display: block;
}
h3 {
	font-size: 40px;
	line-height: 50px;
	display: block;
	font-weight: 200;
	padding: 0 0 30px 0;
}
h4 {
	font-size: 30px;
	line-height: 40px;
	display: block;
	font-weight: 200;
}
/* ------------------------------------------------------------------------ */
/* CSS P */
/* ------------------------------------------------------------------------ */
p {
	line-height: 1.4em;
	font-size: 20px;
}
.copyright p {
	font-size: 10px;
	text-align: left;
}
.impressum p {
	text-align: left;
}
.datenschutz p {
	text-align: left;
}
.agb p {
	text-align: left;
}
/* ------------------------------------------------------------------------ */
/* CSS SPAN */
/* ------------------------------------------------------------------------ */
.ownerlogo span {
	background-color: rgba(255, 255, 255, 0.5);
	width: 240px;
	height: 60px;
	display: none;
	position: absolute;
	top: 130px;
	left: 0;
	z-index: 1;
}
/* ------------------------------------------------------------------------ */
/* CSS A */
/* ------------------------------------------------------------------------ */
.copyright a {
	color: white;
}
.footer_icons a {
	color: #9e9e9e !important;
}
.footer_icons a:hover {
	text-decoration: none;
	color: #FFF !important;
	transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
	-webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
}
a {
	text-decoration: none;
	color: #000;
}
a:link {
}
a:visited {
}
a:hover {
	cursor: pointer;
	text-decoration: none;
}
a:active {
}
.linknounderline {
	text-decoration: none;
}
a.linknounderline {
	text-decoration: none;
}
a:link.linknounderline {
	text-decoration: none;
}
a:visited.linknounderline {
	text-decoration: none;
}
a:hover.linknounderline {
	cursor: pointer;
}
a:active.linknounderline {
	text-decoration: none;
}
/* ------------------------------------------------------------------------ */
/* CSS BREADCRUMB */
/* ------------------------------------------------------------------------ */
.breadcrumb {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 15px 2% 15px 2%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color: rgb(49, 49, 49);
	background: #f5f2e9;
	padding: 20px 2%;
	letter-spacing: 0.2em;
}
/* ------------------------------------------------------------------------ */
/* CSS IMAGE HIGHLIGHT DARK */
/* ------------------------------------------------------------------------ */
.image_highlight_dark ul li {
	position: relative;
	padding: 0px;
	margin: 0 0.2%;
}
.image_highlight_dark ul li:hover .imagedesc {
	background: rgba(0, 0, 0, 0.77);
	transition: all 500ms fade-in-out;
	-moz-transition: all 500ms fade-in-out;
	-webkit-transition: all 500ms fade-in-out;
	-o-transition: all 500ms fade-in-out;
	width: 100%;
	height: 98%;
}
.image_highlight_dark ul li:hover .imagedesc p {
	opacity: 1;
	transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
}
.image_highlight_dark ul li .imagedesc {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 100%;
	top: 0;
}
.image_highlight_dark ul li .imagedesc p {
	font-weight: bold;
	color: white;
	position: absolute;
	top: 25%;
	font-size: 20px;
	opacity: 0;
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
}
/* ------------------------------------------------------------------------ */
/* CSS UL */
/* ------------------------------------------------------------------------ */
ul {
	list-style: none;
}
/* ------------------------------------------------------------------------ */
/* CSS LI */
/* ------------------------------------------------------------------------ */
li {
	list-style: none;
	box-sizing: border-box;
	display: inline-table;
	vertical-align: top;
	padding: 0 2% 0 0;
}
.section_gallery li {
	width: 17%;
	padding: 1% 1% 1% 0;
	overflow: hidden;
	margin: 1%;
	/* border: 5px solid white; */
}
.section_gallery img {
	border: 0px;
	box-sizing: border-box;
	opacity: 1;
}
.section_gallery li img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.section_gallery li img:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',
	M11=1.01, M12=-0, M21=0, M22=1.01);
}
.sitemap li {
	width: 24%;
}
/* ------------------------------------------------------------------------ */
/* CSS COLS */
/* ------------------------------------------------------------------------ */
.cols_1 li {
	width: 98%;
}
.cols_2 li {
	width: 47%;
}
.cols_3 li {
	width: 31%;
}
.cols_4 li {
	width: 24%;
}
.cols_5 li {
	width: 18%;
}
.cols_6 li {
	width: 16%;
	vertical-align: middle;
}
.cols_7 li {
	width: 14%;
}
.cols_8 li {
	width: 12%;
}
.cols_9 li {
	width: 10%;
}
.cols_10 li {
	width: 9%;
}
.cols_11 li {
	width: 8.5%;
}
.cols_12 li {
	width: 8%;
}
.cols_13 li {
	width: 7%;
}
/* ------------------------------------------------------------------------ */
/* CSS PART */
/* ------------------------------------------------------------------------ */
.part {
	width: 100%;
	max-width: 100%;
	z-index: 0;
	position: relative;
	/* border-bottom: 1px solid rgba(156, 140, 127, 0.37); */
	padding-bottom: 50px;
}
.part:first-child {
  padding-top: 30px;
}
/* ------------------------------------------------------------------------ */
/* CSS DESCRIPTION */
/* ------------------------------------------------------------------------ */
h1 {
	font-size: 85px;
	font-weight: 100;
	line-height: 1em;
	padding: 2% 0 4% 0;
	font-family: 'Kaushan Script', cursive;
	color: #6f615b;
}
/* ------------------------------------------------------------------------ */
/* CSS IMG */
/* ------------------------------------------------------------------------ */
img {
	max-width: 100%;
	height: auto;
	border: none;
	outline: none;
	margin: 0;
}
.ownerlogo img {
	max-height: 100%;
	max-width: 100%;
}
/* ------------------------------------------------------------------------ */
/* CSS SCROLLTOP */
/* ------------------------------------------------------------------------ */
.scrolltop {
	color: #f3b91d;
	position: relative;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}
.scrolltop:hover {
	color: #2fabb9;
}
.scrolltop:before {
	content: '\e840';
	font-family: fontello;
	font-size: 40px;
}
/* ------------------------------------------------------------------------ */
/* CSS SCROLLDOWN */
/* ------------------------------------------------------------------------ */
.scrolldown {
	height: 0;
	bottom: 35px;
	position: relative;
	z-index: 999;
}
.scrolldown a {
	font-size: 50px;
	width: 150px;
	height: 35px;
	display: block;
	margin: 0 auto;
	text-align: center;
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
.scrolldown:hover a {
	font-size: 50px;
	width: 150px;
	height: 35px;
	display: block;
	margin: 0 auto;
	text-align: center;
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 0s infinite;
}
.scrolldown a:before {
	content: '\e83d';
	font-family: fontello;
	color: #fff;
	opacity: 0.8;
}
.scrolldown:hover a:before {
	content: 'weiter';
	font-family: 'open sans', Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 10px;
	color: #fff;
	background-color: #303b3e;
	padding: 16px;
	text-transform: uppercase;
	position: relative;
	opacity: 1;
	position: relative;
	bottom: 20px;
}
.scrollhome {
	position: relative;
	top: 90px;
}
/* ------------------------------------------------------------------------ */
/* CSS MAINMENU */
/* ------------------------------------------------------------------------ */
.page_mainmenu {
	position: fixed;
	top: 0;
	z-index: 3322;
	box-sizing: border-box;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.74);
	width: 100%;
}
.page_mainmenu.fixed {
	background: #FFFFFF;
	transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
}

.page_mainmenu.fixed .page_mainmenu_content {
  /* padding: 2px 2%; */
}
#page_mainmenu.fixed .header_ownerlogo {
	margin: 10px 2%;
}
#page_mainmenu.fixed .header_ownerlogo img {
	height: 95px;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}
#page_mainmenu.fixed .section_topicons {
	margin: 10px 2% 10px 1%;
}
#page_mainmenu.fixed .section_mainmenu {
	/* margin: 10px 0; */
}
#page_mainmenu.fixed .nav > li > a {
}
.page_mainmenu_content {
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1200px;
	/* padding: 30px 2%; */
	position: relative;
}
.section_mainmenu {
	/* float: right; */
	/* height: 40px; */
	box-sizing: border-box;
	position: absolute;
	/* text-align: left; */
	/* margin: 30px 0; */
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	display: none;
	background: rgba(0,0,0,0.6);
	top: 85px;
	right: 2%;
	/* padding: 25px; */
	width: 200px;
}

div#section_mainmenu div div {
  padding: 5px 0;
}
.section_mainmenu a {
	color: white;
}
.ownerlogo {
	/* text-align: left; */
	float: left;
}
#groups {
	padding: 25px;
}
.nav, .nav ul, .nav li {
	list-style: none;
}
.nav ul {
}
.nav {
	height: 36px;
}
.nav_grpmenu {
}
.nav_grpmenu li {
}
.nav_grpmenu li:hover {
}
.nav_grpmenu a {
}
.nav_grpmenu a:hover {
}
.nav_catmenu {
	position: absolute;
	min-width: 250px;
	display: none;
	-webkit-box-shadow: 0 2px 10px rgba(116, 116, 116, 0.25);
	box-shadow: 0 2px 10px rgba(107, 107, 107, 0.25);
	color: white;
	font-size: 17px;
	line-height: 20px;
	left: inherit !important;
	text-align: left;
	background-color: #474747;
	background-color: #3A3A3A;
	position: absolute;
	width: 300px;
	display: none;
	color: white;
	font-size: 20px;
	line-height: 20px;
	left: inherit !important;
	text-align: left;
	box-sizing: border-box;
}
.nav_catmenu li {
	vertical-align: top;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	display: block;
	padding: 0;
}
.nav_catmenu li a {
	color: #fff;
	padding: 30px;
	font-size: 20px;
	border-top: 1px solid black;
}
.nav_catmenu a:hover {
	background-color: #202020;
}
.nav_catmenu li a:hover {
	color: white;
}
.nav_catmenu a:before {
}
.nav_catmenu a[href^="#"] {
}
.nav_catmenu a[href^="#"]:hover {
	background: none;
	color: white;
	cursor: default;
}
.nav_subcatmenu {
	display: block;
	position: relative;
	background: #474747;
}
.nav_subcatmenu li {
	border-bottom: none !important;
	display: block;
}
.nav_subcatmenu li a {
	color: #f9f9f9;
	padding: 5px 30px;
	font-size: 17px;
	text-transform: inherit;
	letter-spacing: 0;
}
.nav_subcatmenu a:before {
}
.nav > li {
	text-align: center;
	position: relative;
	display: table-cell;
	padding: 10px;
}
.nav > li:hover .nav_grpmenu {
}
.nav > li li {
}
.nav a {
	display: block;
	outline: none;
	text-decoration: none;
	-webkit-transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
	-ms-transition: color 0.5s linear;
	transition: color 0.5s linear;
	overflow: hidden;
	font-size: 12px;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
}
.nav a:hover, .nav li.active > a {
}
.nav > li:hover > a, .vertnav_top li > a:hover {
}
.nav > li.active > a {
	color: #888;
}
.nav li a {
}
.nav > li > a {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	position: relative;
	font-size: 12px;
	color: #303b3e;
	letter-spacing: 2px;
	/*! color: #ffffff; */
	font-size: 18px;
	font-family: 'open sans', sans-serif;
	font-weight: 500;
	padding: 4px 0;
}
#groups > .nav > li > a:after {
	content: "";
	display: block;
	width: 0%;
	height: 5px;
	transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	margin: 0 auto;
	line-height: 1em;
	top: 5px;
	position: relative;
	background-color: #fc5f5f;
}
#groups > .nav > li:hover > a:after {
	width: 100%;
}
.nav_grpmenu a:hover {
	color: #FFFFFF;
}
.mainmenu_mobile {
	/* display: none; */
	cursor: pointer;
	/* color: white; */
	/* text-transform: uppercase; */
	/* font-weight: bold; */
	float: right;
	width: 35px;
	/* top: -110px; */
	position: relative;
	right: 2%;
	margin-top: 45px;
}
.mainmenu_mobile span {
	display: block;
	background-color: #808080;
	height: 5px;
	border-radius: 3px;
	margin: 6px 0;
}
/* ------------------------------------------------------------------------ */
/* CSS SUBMENU */
/* ------------------------------------------------------------------------ */
.section_submenu {
	float: right;
	width: 19%;
	text-align: right;
	height: 60px;
	top: 15px;
	position: relative;
}
.section_submenu img {
	padding: 16px 10px 5px 10px;
}
.section_submenu ul {
	list-style: none;
}
.section_submenu ul li {
	display: table-cell;
	width: 25%;
	float: right;
}
.section_submenu ul li a {
	height: 2em;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}
.section_submenu ul li:hover > a {
}
.section_submenu ul li a p {
	display: none;
}
.section_submenu ul li:nth-child(1) a {
	background-image: url('../images/icon_home.png');
}
.section_submenu ul li:nth-child(2) a {
	background-image: url('../images/icon_support.png');
}
.section_submenu ul li:nth-child(3) a {
	background-image: url('../images/icon_mail.png');
}
.section_submenu ul li:nth-child(4) a {
	background-image: url('../images/icon_telefon.png');
}
/* ------------------------------------------------------------------------ */
/* CSS KEYFRAMES */
/* ------------------------------------------------------------------------ */
@-webkit-keyframes shake {
0% {
-webkit-transform: translateY(0);
}
20% {
-webkit-transform: translateY(-10px);
}
40% {
-webkit-transform: translateY(10px);
}
60% {
-webkit-transform: translateY(-10px);
}
80% {
-webkit-transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@keyframes shake {
0% {
transform: translateY(0);
}
20% {
transform: translateY(-10px);
}
40% {
transform: translateY(10px);
}
60% {
transform: translateY(-10px);
}
80% {
transform: translateY(10px);
}
100% {
transform: translatey(0);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-30px);
-ms-transform: translateY(-30px);
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-moz-transform: translateY(-15px);
-ms-transform: translateY(-15px);
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes
fadein {from {
	opacity: 0;
}
to {
	opacity: 1;
}
}
@-moz-keyframes
fadein {/* Firefox */
	from {
	opacity: 0;
}
to {
	opacity: 1;
}
}
@-webkit-keyframes
fadein {/* Safari and Chrome */
	from {
	opacity: 0;
}
to {
	opacity: 1;
}
}
@-o-keyframes
fadein {/* Opera */
	from {
	opacity: 0;
}
to {
	opacity: 1;
}
}
/* ------------------------------------------------------------------------ */
/* CSS TITLE */
/* ------------------------------------------------------------------------ */
.title_xsmall {
	font-size: 13px;
	line-height: 30px;
	display: block;
	padding-bottom: 10px;
}
.title_small {
	font-size: 30px;
	line-height: 40px;
	display: block;
	padding-bottom: 15px;
}
.title_medium {
	font-size: 40px;
	line-height: 50px;
	display: block;
	padding-bottom: 40px;
}
.title_large {
	font-size: 65px;
	line-height: 75px;
	display: block;
	padding: 25px 0 25px 0;
}
.title_xlarge {
	font-size: 85px;
	line-height: 95px;
	display: block;
	padding-bottom: 30px;
}
/* ------------------------------------------------------------------------ */
/* CSS FONT */
/* ------------------------------------------------------------------------ */
.font_size_xsmall {
	font-size: 13px;
}
.font_size_small {
	font-size: 30px;
	line-height: 40px;
}
.font_size_medium {
	font-size: 40px;
	line-height: 50px;
}
.font_size_large {
	font-size: 65px;
	line-height: 75px;
}
.font_size_xlarge {
	font-size: 85px;
	line-height: 95px;
}
.bold {
	font-weight: bold;
}
.font_color_white {
	color: white;
}
/* ------------------------------------------------------------------------ */
/* CSS GOOGLEMAP */
/* ------------------------------------------------------------------------ */
.googlemap .googlemapiframe {
	pointer-events: none;
}
googlemapiframe iframe {
	width: 100%;
}
/* ------------------------------------------------------------------------ */
/* CSS PAGE */
/* ------------------------------------------------------------------------ */
.page_content {
	margin: 0 auto;
	padding: 0px 0px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}
.page_header {
	height: 1px;
	position: relative;
	width: 100%;
	background-color: #313131;
	z-index: 3323;
	display: none !important;
	position: relative;
}
.page_mainroot {
	line-height: 1.6em;
	animation: fadein 1s;
	-moz-animation: fadein 1s;/* Firefox */
	-webkit-animation: fadein 1s;/* Safari and Chrome */
	-o-animation: fadein 1s;/* Opera */
	position: relative;
	/* z-index: 1; */
}
/* ------------------------------------------------------------------------ */
/* CSS SECTION */
/* ------------------------------------------------------------------------ */
.section_mainroot {
	position: relative;
	/*! background: linear-gradient(to bottom, #eeeae0 0, #f5f2e9 100px); */
	margin-top: 185px;
}
.section_topicons {
	top: 15px;
	position: relative;
	float: right;
	text-align: right;
	margin: 30px 2% 30px 1%;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	display: none;
}
.section_topicons a {
	color: white;
	font-size: 25px;
	opacity: 0.5;
}
.section_topicons a:hover {
	opacity: 1;
}
.section_gallery {
	/* text-align: center; */
}
/* ------------------------------------------------------------------------ */
/* CSS OPEN CLOSE */
/* ------------------------------------------------------------------------ */
.close, .open {
	background-color: #FFFFFF;
	font-size: 300%;
	position: absolute;
	top: 1px;
	right: 5px;
	z-index: -1;
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	color: #565656
}
.open_close {
	position: relative;
	padding: 15px 0;
}
.open_close_title {
	cursor: pointer;
	font-size: 22px;
	padding: 0;
	line-height: initial;
	xxborder-bottom: 1px solid #CCCCCC;
}
.open_close_title:before {
	content: '\e817';
	font-family: fontello;
	padding: 0 10px 0 0;
	color: #ffc487;
}
.open_close_title.active:before {
	content: '\e818';
	font-family: fontello;
	padding: 0 10px 0 0;
}
.open_close_info p {
	margin: 0 !important;
	text-indent: 0 !important;
}
.open_close_info {
	display: none;
	border: 1px solid grey;
	padding: 20px;
	margin-top: 20px;
}
.open_close_info .imageslist {
	padding: 20px 0 0 0;
}
.open_close_info img {
	padding: 25px 0 25px 0;
}
.open_close_info .open, .open_close_info .close {
	background-color: #FFFFFF;
	font-size: 200%;
	position: absolute;
	top: 1px;
	right: 5px;
	z-index: -1;
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	color: #565656;
}
.icon_ok:before {
	content: '\e815';
	font-family: fontello;
	padding: 0 10px 0 0;
	color: coral;
}
.icon_ok_2:before {
	content: '\e815';
	font-family: fontello;
	padding: 0 10px 0 0;
	color: green;
}
.icon_plus:before {
	content: '\e817';
	font-family: fontello;
	padding: 0 10px 0 0;
	color: lightseagreen;
}
/* ------------------------------------------------------------------------ */
/* CSS FANCYBOX */
/* ------------------------------------------------------------------------ */
.image_fancybox li {
	width: 19%;
}
.image_fancybox .imageslist {
	text-align: left;
}
.image_fancybox .thumbnail {
	height: 130px;
	padding: 15px;
	border: 1px solid black;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.image_fancybox img {
	max-height: 130px;
}
.image_fancybox .imagedesc {
	font-size: 15px;
	background: #807e7e;
	color: #ffffff;
	height: 45px;
	width: 100%;
	line-height: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 10px;
	border-top: 1px solid;
	font-weight: bold;
}
/* ------------------------------------------------------------------------ */
/* CSS BACKGROUND SCROLL */
/* ------------------------------------------------------------------------ */
.background_SCROLL {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	background-attachment: fixed;
	height: 100%;
	min-height: 650px;
	box-sizing: border-box;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
}
.background_SCROLL_IOS {
	display: none;
}
/* ------------------------------------------------------------------------ */
/* CSS BACKGROUND COLORS */
/* ------------------------------------------------------------------------ */
.background_dark {
	background-color: #222;
}
.background_light {
	background-color: #f6f6f6;
}
.background_white {
	background: #fff !important;
}
.background_gradient {
	background: linear-gradient(to bottom, #eeeae0 0, #f5f2e9 100px);
	min-height: 100px;
}
.background_medium {
	background: #f1f1f1;
	height: 40px;
}
/* ------------------------------------------------------------------------ */
/* CSS NEWSDATE */
/* ------------------------------------------------------------------------ */
.newsdate {
	display: block;
	padding-bottom: 30px;
	text-align: center;
	color: #979797;
}
.newsdate:before {
	content: '\e833';
	font-family: fontello;
	padding: 0 10px 0 0;
}
/* ------------------------------------------------------------------------ */
/* CSS IMAGESLIST */
/* ------------------------------------------------------------------------ */
.imageslist ul {
	list-style: none;
}
.imageslist ul li {
}
.imageslist li {
	padding: 0 15px 15px 0;
	box-sizing: border-box;
	display: inline-table;
	vertical-align: middle;
}
.imageslist .img_imageslist {
}
.imageslist {
	padding: 20px 0 40px 0;
	text-align: center;
}
.imagedesc {
	padding: 10px 0 30px 0;
	font-weight: 400;
}
/* ------------------------------------------------------------------------ */
/* CSS MEDIAFILES */
/* ------------------------------------------------------------------------ */
.mediafiles {
	padding: 20px 0 0 0;
}
.mediafiles img {
	margin: 0 7px 13px 0;
}
.mediafiles p {
	margin: 0 0 15px 23px;
	font-size: 90%;
	line-height: 14px;
}
/* ------------------------------------------------------------------------ */
/* CSS BUTTONS */
/* ------------------------------------------------------------------------ */
.button1, .button2, .button3, .button4 {
	font-weight: 700;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	padding: 15px 34px;
	font-size: 15px;
	color: #FFF;
	border-radius: 4px;
	font-family: 'open sans', Sans-Serif;
	background-color: dimgrey;
	min-width: 350px;
	margin: 10px 0;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	opacity: 0.8;
	transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
}
.button1:hover, .button2:hover, .button3:hover, .button4:hover {
	opacity: 1;
}
.termin .button1 {
	background-color: #da459d;
	opacity: 1;
}
.termin .button1:hover {
	background-color: #2fabb9;
}
/* ------------------------------------------------------------------------ */
/* CSS TEXTMARKE */
/* ------------------------------------------------------------------------ */
.textmarke {
	position: absolute;
	top: -100px;
	display: block;
}
/* ------------------------------------------------------------------------ */
/* CSS SOCIAL ICONS */
/* ------------------------------------------------------------------------ */
.social_icons {
	padding: 20px 0 0 0;
}
.social_icons a {
	color: rgba(255, 255, 255, 0.5);
	font-family: 'fontello';
	font-size: 20px;
}
.social_icons a:hover {
	text-decoration: none;
}
/* ------------------------------------------------------------------------ */
/* CSS FOOTER */
/* ------------------------------------------------------------------------ */
.section_footer {
	color: #FFF;
	text-align: center;
	position: relative;
	font-family: 'open sans', sans-serif;
	margin: 0 auto;
	font-size: 13px;
}
.section_footer a {
	color: white;
	text-decoration: none;
}
.section_footer a:hover {
	color: white;
}
.section_footer img {
}
.page_footer {
	background-color: #3c3935;
	color: #F5F5F5;
	position: relative;
}
.section_footer_copyright {
	position: relative;
	/* color: grey; */
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 2px;
	/* background: white; */
}
.section_footer_copyright a {
	/* color: grey; */
	text-decoration: none;
}
.section_footer_copyright img {
	max-height: 50px;
}
.section_footer_copyright > li:nth-child(1) {
	width: inherit;
	padding: 0 20px 0 0;
}
.section_footer_copyright > li:nth-child(2) {
	width: inherit;
	padding: 0;
}
.section_footer_copyright > li:last-child {
	width: inherit;
	padding: 0 0 0 20px;
}
.page_footer_copyright {
	background-color: #000;
	color: #F5F5F5;
	padding: 0 10%;
	position: relative;
}
.social_icons a {
	color: #9e9e9e;
}
.social_icons a:hover {
	text-decoration: none;
	color: #FFF;
	transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
	-webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
}
.section_footer {
	font-size: 15px;
}
.section_footer a {
}
.section_footer li {
	width: 33%;
	line-height: 25px;
}
.section_footer h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
	margin-right: 10%;
	font-weight: 600;
	padding: 0;
}
.section_footer h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 15px;
	font-weight: 600;
	line-height: inherit;
	padding: 10px 0 0 0;
}
.footer_copyright {
	font-size: 15px;
}
.footer_copyright a {
}
.footer_copyright li {
	width: 24%;
	height: 1px;
}
.footer_copyright li:last-child {
	width: 48%;
}
.buttonFooter {
	font-weight: 700;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	background-color: rgba(253,255,255,.44);
	padding: 15px 34px;
	font-size: 15px;
	color: #FFF;
	border-radius: 4px;
	font-family: 'open sans', Sans-Serif;
	background-color: #da459d;
	display: block;
	width: 300px;
	margin: 0 auto;
}
.buttonFooter:hover {
	background-color: #2fabb9;
	color: white;
}
/* ------------------------------------------------------------------------ */
/* CSS FORM */
/* ------------------------------------------------------------------------ */
.formular {
	width: 100%;
	box-sizing: border-box;
}
.formadress {
	margin: 0 0 20px;
}
.formadress legend {
	font-weight: bold;
	margin: 0 0 20px;
}
.formnotice {
	margin: 0 0 20px;
}
.formnotice textarea {
	width: 100%;
	min-height: 150px;
	margin: 5px 0 20px;
	border: 1px solid #E2DCD7;
	-ms-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 1%;
	font: 0.9em 'open sans', Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-webkit-appearance: none;
	background: #ffffff;
}
.antispamcodeimage a {
	text-decoration: none;
}
.datenschutz {
	/* display: none; */
	padding: 20px 0;
}
.form_kontakt {
	background: #8a7a8c;
}
fieldset {
	padding: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	border: 0;
	position: relative;
	z-index: 999;
}
fieldset input, select {
	width: 100%;
	margin: 5px 0 20px;
	border: 1px solid #E2DCD7;
	-ms-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 1%;
	font: 0.9em 'open sans', Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-webkit-appearance: none;
	background: #ffffff;
}
fieldset input[type="radio"] {
	width: inherit;
	-webkit-appearance: radio;
}
fieldset legend {
	font-weight: bold;
	font-size: 110%;
}
input.small {
	width: 28%;
	margin-right: 1%;
}
input.small2 {
	width: 70%;
}
input.medium {
	width: 70%;
}
label {
	display: block;
}
.formcode legend {
	font-weight: bold;
}
.formcode a {
	text-decoration: underline;
}
.submit_next {
	min-width: 180px;
	border-radius: 0px;
	color: #FFF;
	cursor: pointer;
	padding: 16px 25px;
	width: auto;
	overflow: visible;
	-webkit-appearance: none;
	text-transform: uppercase;
	margin: 10px 0;
	font: 0.9em 'open sans', sans-serif;
	letter-spacing: 0.1em;
	text-decoration: none;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	transition: all 0.25s linear;
	background-color: #222222;
	border: 1px solid #D4D4D4;
}
.submit_next:hover {
	background-color: #FFFFFF;
	color: #434349;
	text-decoration: none;
}
form[name="emailform"] .formadress label {
	display: none;
}
/* ------------------------------------------------------------------------ */
/* CSS SLIDE */
/* ------------------------------------------------------------------------ */
.section_slide {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.section_slide:hover .cycle_prev, .section_slide:hover .cycle_next {
	opacity: 0.5;
}
.slide_wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 3000px;
	line-height: 1em;
}
.slide_background {
	width: 100%;
	line-height: 0;
}
.slide_background img {
	width: 100%;
	padding: 0;
	max-width: none;
}
/* ------------------------------------------------------------------------ */
/* CSS CYCLE */
/* ------------------------------------------------------------------------ */
.section_cycle {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.section_cycle:hover .cycle_prev, .section_cycle:hover .cycle_next {
	opacity: 0.5;
}
.cycle_wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 3000px;
	line-height: 1em;
}
.cycle_background {
	width: 100%;
	line-height: 0;
}
.cycle_background img {
	padding: 0;
	max-width: none;
}
.cycle_imageslist {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 1%;
}
.cycle_imageslist img {
	padding: 0 0 20px 0;
}
.online_marketing_toppreise .cycle_imageslist img {
	border: 50px solid #fff;
}
.cycle_overlay {
	font: 24px "Open Sans Condensed", sans-serif;
	position: absolute;
	bottom: 30px;
	z-index: 600;
	background: rgba(0, 0, 0, 0.7);
	color: #FFF;
}
.cycle_prev {
	position: absolute;
	z-index: 620;
	display: block;
	width: 10%;
	height: 88px;
	text-indent: -9999px;
	background-position: 10% 50%;
	background-repeat: no-repeat;
	opacity: 0;
	height: 100%;
	background-image: url('../images/arrow_back.png');
	background-repeat: no-repeat;
	top: 50px;
}
.cycle_next {
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 620;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	opacity: 0;
	height: 100%;
	background-position: 90% 50%;
	width: 10%;
	background-image: url('../images/arrow_forward.png');
	background-repeat: no-repeat;
}
.cycle_prev:hover, .cycle_next:hover {
	opacity: 1 !important;
	transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}
.cycle_pager {
	text-align: center;
	width: 100%;
	z-index: 500;
	position: absolute;
	bottom: -10px;
}
.cycle_pager span {
	font-size: 50px;
	color: #DBDBDB;
	cursor: pointer;
	margin: 0 7px;
}
.cycle_pager span.cycle-pager-active {
	color: #f59f00;
}
.cycle_pager > * {
	cursor: pointer;
}
/* ------------------------------------------------------------------------ */
/* CSS SLIDESHOW */
/* ------------------------------------------------------------------------ */
.section_slideshow {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: -185px;
}
.section_slideshow:hover .cycle_prev, .section_slideshow:hover .cycle_next {
	opacity: 0.5;
}
.slideshow_schleier {
	background: rgba(0,0,0,0.30);
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	height: 100%;
}
.slideshow_desc {
	width: 100%;
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
	color: white;
	line-height: normal;
}
.slideshow_desc > div {
	margin: 0 auto;
	display: table;
	white-space: nowrap;
	text-align: center;
}
.slideshow_desc > div p {
	color: rgba(255,255,255,0.8);
	font-size: 145px;
	font-family: texta, 'open sans', Sans-Serif;
	font-weight: 800;
	text-transform: uppercase;
}
.slideshow_info {
	width: 100%;
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
}
.slideshow_info img {
	width: inherit !important;
}
.slideshow_info > div {
	margin: 0 auto;
	display: table;
	white-space: nowrap;
}
.slideshow_info_1 {
	color: white;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	padding: 0 0 20px 0;
	text-align: center;
}
.slideshow_info_2 {
	color: white;
	font-size: 55px;
	font-weight: bold;
	line-height: 55px;
	text-align: center;
}
.cycle-slide-active .slideshow_desc > div, .cycle-slide-active .slideshow_desc > div a {
}
@keyframes slidertext {
0% {color: transparent;}
25% { color: transparent; }
100% {color: #FFFFFF; }
}
.slideshow_desc div span {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: none;
	text-shadow: none;
	margin-top: 10px;
	display: block;
	max-width: 900px;
	white-space: normal;
	line-height: 30px;
}
.slideshow_background {
	width: 100%;
	line-height: 0;
	background-size: cover;
}
.slideshow_background img {
	width: 100%;
	padding: 0;
	max-width: none;
}
/* ------------------------------------------------------------------------ */
/* CSS FULLIMG */
/* ------------------------------------------------------------------------ */
.section_FULLIMG {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.background_FULLIMG {
	position: relative;
	z-index: 0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 0px !important;
	max-width: inherit !important;
}
/* ------------------------------------------------------------------------ */
/* CSS EASY-WEB MANAGER */
/* ------------------------------------------------------------------------ */
.bg_grey {
	background-color: #F9F9F9;
}
.display_none {
	display: none !important;
}
.display_block {
	display: block !important;
}
.display_table_cell {
	display: table-cell;
}
.float_left {
	float: left;
	position: relative;
}
.float_right {
	float: right;
	position: relative;
}
.height_54 {
	height: 54px;
}
.imagedesc_left {
	text-align: left;
}
.imagedesc_small {
	font-size: 10px;
}
.image_no_link_desc_right {
}
.image_no_link_desc_right  .thumbnail {
	float: left;
	padding: 10px;
}
.image_no_link_desc_right  .imagedesc {
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
.margin_0_auto {
	margin: 0 auto;
}
.max-width_900 {
	max-width: 900px;
	margin: 0 auto;
}
.padding_0 {
	padding: 0 !important;
}
.padding_right_10 {
	padding-right: 1%;
}
.padding_left_10 {
	padding-left: 10%;
}
.padding_bottom {
	padding-bottom: 30px !important;
	display: block;
	/* background: linear-gradient(to bottom, #fff 0, #f6f6f6 100px); */
}
.padding_top {
	padding-top: 30px !important;
	display: block;
}
.page_small {
	padding: 0 40% 30px;
	margin: 0 auto;
	position: relative;
}
.page_medium {
	padding: 0px 2% 30px 2%;
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
	/* box-sizing: border-box; */
}
.page_large {
	padding: 30px 10% 30px 10%;
	margin: 0 auto;
	position: relative;
}
.page_xlarge {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.text_align_left {
	text-align: left !important;
}
.text_align_left p {
	text-align: left !important;
}
.text_align_center {
	text-align: center !important;
}
.text_xsmall {
	font-size: 13px;
}
.text_white, .text_white h1, .text_white h2, .text_white p {
	color: white;
}
.vertical_align_top li {
	vertical-align: top !important;
}
.vertical_align_middle {
	vertical-align: middle !important;
}
.vertical_align_middle li {
	vertical-align: middle;
}
.width_50 {
	width: 50%;
	box-sizing: border-box;
}
.width_900 {
	width: 900px;
}
/* ------------------------------------------------------------------------ */
/* CSS NAV-VERTICAL */
/* ------------------------------------------------------------------------ */
#nav_vertical {
	display: none;
	position: fixed;
	right: 46px;
	top: 80%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}
#nav_vertical li {
	list-style: none;
	text-align: right;
	height: 28px;
	width: 100%;
	background: aqua;
}
#nav_vertical a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha" (Opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
	z-index: 3322;
	position: relative;
}
#nav_vertical a:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha" (Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}
#nav_vertical a:after {
	content: "";
	display: table;
	clear: both;
}
#nav_vertical a span {
	font-size: 20px !important;
	line-height: 15px;
	font-weight: bolder;
	letter-spacing: 2px;
	text-transform: uppercase;
	float: right;
	display: inline-block;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}
#nav_vertical a:hover span {
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-ms-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
	opacity: 1;
}
#nav_vertical a:hover .nav_vertical_label {
	opacity: 1;
}
#nav_vertical .nav_vertical_circle:before {
	content: '\f111';
	font-family: fontello;
	color: #2fabb9;
	font-size: 20px;
	opacity: 0.5;
	position: relative;
	top: 5px;
}
#nav_vertical .nav_vertical_circle:before {
	opacity: 1;
}
#nav_vertical .nav_vertical_dot {
	position: relative;
	top: 8px;
	height: 15px;
	width: 15px;
	color: white;
	font-size: .8em !important;
	-webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
	-moz-transition: -moz-transform 0.2s, background-color 0.5s;
	transition: transform 0.2s, background-color 0.5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.nav_vertical_selected .nav_vertical_circle:before {
	color: #f3b91d !important;
}
#nav_vertical .nav_vertical_label {
	position: relative;
	margin-right: 10px;
	padding-top: 15px;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	opacity: 0;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	color: black;
}
/* ------------------------------------------------------------------------ */
/* CSS SEARCH */
/* ------------------------------------------------------------------------ */
.search {
	width: 100%;
	display: none;
}
.searchform {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 20px;
	text-align: center;
}
.search_form_input {
	font-size: 50px;
	color: #f8f8f8;
	border: 1px solid #ffffff;
	background-color: #313131;
	width: 96%;
	text-align: center;
	font-family: 'open sans', sans-serif;
}
.search_result {
}
.search_result_description {
}
.search_result_thumbnail {
	float: right;
	width: 20%;
	margin-bottom: 2%;
	display: none !important;
}
.search_result_thumbnail img {
	border: 1px solid #BEB9B0;
}
.search_result_groups {
	display: block;
	float: right;
	width: 20%;
	display: none;
}
.alert {
	background: #303b3e;
	color: #d0ea09;
	padding: 10px;
}
.message_text {
	background: #303b3e;
	color: #d0ea09;
	padding: 10px;
}
.header_ownerlogo {
	float: left;
	margin: 30px 2%;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}
.part_article {
	padding: 2em 10% 0;
	max-width: 100%;
	margin: 0 auto;
}
.heading {
	padding: 25px 0 0 0;
	text-align: center;
	position: relative;
}
.media_icon_exe {
	background: url(../images/media_icon_exe.gif) no-repeat 0 -1px;
	padding-left: 20px;
	line-height: 25px;
}

.popupbox-close {
	cursor: pointer;
	border-radius: 0;
	background-color: #313131;
  color: white;
  padding: 10px;
}
.popupbox-info {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	/* background-color: #000000c9; */
	color: #ffffff;
	/* border-top: 1px solid #585858; */
	z-index: 3322;
	/* max-width: 375px; */
	/* margin: 1rem; */
	font-size: 1rem;
}
.popupbox-info > div {
  max-width: 375px;
  margin: 1rem;
  background-color: #000;
  padding: 1rem;
  border: 1px solid #fff;
}
.popupbox-info p {margin-bottom: .5rem;font-size: 1rem;}
.popupbox-info a {
	text-decoration: none;
	color: #ffffff;
}
.popupbox-info .btn:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  color: #000000;
  background-color: #ffffff;
}

/* ------------------------------------------------------------------------ */
/* MOBILE TABLET LANDSCAPE 1024PX */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 1024px) {
	p {
		font-size: 15px;
	}
	.font_size_medium {
		/*! font-size: 25px !important; */
		/*! line-height: 30px; */
	}
	.font_size_large {
		font-size: 65px !important;
		line-height: 75px;
	}
	.font_size_xlarge {
		font-size: 85px;
		line-height: 95px;
	}
	.page_medium {
		padding: 20px 8% 20px 8%;
		margin: 0 auto;
		position: relative;
	}
	.page_large {
		padding: 20px 2% 20px 2%;
		margin: 0 auto;
		position: relative;
	}
	.nav > li > a {
		font-size: 16px;
	}
	.image_highlight_dark ul li .imagedesc {
		position: relative;
	}
	.image_highlight_dark ul li .imagedesc p {
		color: black;
		opacity: 1;
		padding: 10px 10px 0 0;
		position: relative;
		font-size: 15px;
		font-weight: normal;
		text-align: left;
	}
	.image_highlight_dark ul li:hover .imagedesc {
		background: transparent;
	}
	.background_SCROLL {
		display: none !important;
	}
	.background_SCROLL_IOS {
		display: block;
	}
	.background_FULLIMG, .background_SCROLL {
		background-attachment: scroll;
	}
	.section_gallery img {
		opacity: 1;
	}
	.section_gallery li {
  width: 22%;
}
}
/* ------------------------------------------------------------------------ */
/* MOBILE 800PX */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 800px) {
	p {
		font-size: 20px;
	}
	.font_size_medium {
		font-size: 35px !important;
		line-height: 40px;
	}
	.font_size_large {
		font-size: 65px !important;
		line-height: 75px;
	}
	.font_size_xlarge {
		font-size: 85px;
		line-height: 95px;
	}
	.scrollhome {
		position: relative;
	}
	.slideshow_info_1 {
		font-size: 30px !important;
		line-height: 30px !important;
		padding: 0 0 10px 0;
	}
	.slideshow_info_2 {
		font-size: 45px !important;
		font-weight: bold;
		line-height: 45px;
	}
	.page_small {
		padding: 0 2% 10px;
	}
	.page_medium {
		padding: 10px 2% 10px 2%;
	}
	.page_large {
		padding: 10px 2% 10px 2%;
	}
	.section_topicons .icon-info, .section_topicons .icon-mail, .section_topicons .icon-star {
		display: none !important;
	}
	.section_topicons {
		margin: 0;
		top: 25px;
	}
	.page_mainroot {
		line-height: 1em;
		margin-top: 0 !important;
	}
	.page_mainmenu {
	position: relative;
	}
	#page_mainmenu.fixed {
		position: relative;
		padding: 2% 0 0;
	}
	#groups {
		/* padding: 0; */
	}
	.mainmenu_mobile {
		/* display: none; */
		/* margin: 0 2% 0 2%; */
	}
	.nav {
		position: relative;
		text-align: left;
		padding: 0;
		height: inherit;
	}
	.nav > li {
		display: block;
		border-right: 0;
		height: auto;
		border-top: 1px solid #000;
		text-align: left;
		padding: 0;
		background: #313131;
	}
	.nav > li > a {
		padding: 10px 2%;
		font-size: 25px;
		color: white;
	}
	#groups > .nav > li > a:after {
		display: none;
		height: 0;
	}
	.nav a .caret {
		float: right;
		width: 0;
		height: 0;
		display: inline-block;
		border-top: 10px solid #747474;
		border-right: 10px solid rgba(0, 0, 0, 0);
		border-left: 10px solid rgba(0, 0, 0, 0);
		content: "";
		margin-top: 5px;
	}
	.nav a:hover .caret {
		border-top-color: #D4D4D4;
	}
	.nav li.mobilenav-open > a > .caret {
		border-top: none;
		border-bottom: 10px solid #747474;
		border-right: 10px solid rgba(0, 0, 0, 0);
		border-left: 10px solid rgba(0, 0, 0, 0);
	}
	.nav li.mobilenav-open > a:hover > .caret {
		border-bottom-color: #D4D4D4;
	}
	.nav-grpmenu {
		border-top: none;
		padding: 0;
		position: relative;
		width: 100%;
		margin: 0;
	}
	.nav-grpmenu li {
		display: block;
		width: 100%;
		margin: 0;
		border-top: 1px solid #000;
		line-height: 35px;
		white-space: normal;
		padding: 0;
	}
	.nav-grpmenu a {
		padding: 12px 15px;
		line-height: 16px;
	}
	.nav_catmenu {
		background-color: inherit;
		width: 100%;
		position: relative;
	}
	.nav_catmenu li a {
		color: #dedbdb;
		font-size: 15px;
		border-top: 1px solid black;
		padding: 10px 2%;
		vertical-align: middle;
	}
	.nav li:hover {
		color: #303b3e;
	}
	.nav a:hover {
	}
	.nav-subcatmenu {
		margin: 0;
	}
	.nav_subcatmenu li a {
		padding: 10px 2%;
		line-height: inherit;
	}
	.section_topicons {
		top: 10px;
		padding: 2% 0;
	}
	#page_mainmenu.fixed .section_topicons {
		margin: 0;
	}
	.section_mainmenu {
		/* display: none; */
		/* width: 100%; */
		/* float: none; */
		/* height: inherit; */
		/* top: inherit; */
		/* text-align: left; */
		/* clear: both; */
		/* margin: 0; */
		/* right: 0; */
	}
	p {
		font-size: 20px !important;
	}
	h4 {
		font-size: 22px;
	}
	h4 a {
		font-size: 22px;
	}
	.section_footer li {
		width: 49%;
		line-height: 25px;
		padding: 10px 0;
	}
	.breadcrumb {
		padding: 10px 5%;
	}
	.header_ownerlogo {
		text-align: center;
		margin: 15px 2%;
	}
	.cols_1 li {
		width: 98%;
		padding: 10px 0;
	}
	.cols_2 li {
		width: 98%;
	}
	.cols_3 li {
		width: 32%;
	}
	.cols_4 li {
		width: 24%;
	}
	.cols_5 li {
		width: 32%;
	}
	.cols_6 li {
		width: 16%;
		vertical-align: middle;
	}
	.cols_7 li {
		width: 14%;
	}
	.cols_8 li {
		width: 12%;
	}
	.cols_9 li {
		width: 10%;
	}
	.cols_10 li {
		width: 18%;
	}
	.cols_11 li {
		width: 8.5%;
	}
	.cols_12 li {
		width: 8%;
	}
	.cols_13 li {
		width: 7%;
	}
	.section_gallery li {
		width: 30%;
		/* padding: 2%; */
	}
	.sitemap li {
		width: 48%;
		padding: 10px 0;
	}
	.imagedesc p {
		font-size: 14px !important;
	}
	.title_xsmall {
	}
	.title_small {
		font-size: 18px !important;
		line-height: initial;
	}
	.title_medium {
	}
	.title_large {
	}
	.title_xlarge {
	}
	.font_size_xsmall {
		font-size: 13px;
	}
	.font_size_small {
		font-size: 25px;
		line-height: 40px;
	}
	.font_size_medium {
		font-size: 30px !important;
		line-height: 35px;
	}
	.font_size_large {
		font-size: 65px !important;
		line-height: 75px;
	}
	.font_size_xlarge {
		font-size: 85px;
		line-height: 95px;
	}
	.bold {
		font-weight: bold;
	}
	.font_color_white {
		color: white;
	}
	.padding_top {
		padding-top: 30px !important;
	}
	.page_small {
		padding: 0 40% 30px;
	}
	.page_medium {
		padding: 30px 20% 30px 20%;
	}
	.page_large {
		padding: 30px 10% 30px 10%;
	}
	.text_align_left {
		text-align: left !important;
	}
	.text_align_left p {
		text-align: left !important;
	}
	.text_align_center {
		text-align: center !important;
	}
	.text_xsmall {
		font-size: 13px;
	}
	.page_large {
		padding: 0 5% 30px;
	}
	.page_medium {
		padding: 15px 6%;
	}
	.slideshow_desc > div p {
		font-size: 95px !important;
	}
	.slideshow_desc {
		top: 50%;
	}
	.button1, .button2, .button3, .button4 {
		letter-spacing: 0.5px !important;
		color: #FFF;
		border-radius: 4px;
	}
	.cycle_prev, .cycle_next {
		display: none;
	}
	input.small {
		float: left;
	}
	#nav_vertical {
		display: none !important;
	}
	.section_mainroot {
		position: relative;
	}
}
/* ------------------------------------------------------------------------ */
/* MOBILE 600PX */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	h1 {
		font-size: 40px;
		line-height: 45px;
		padding: 0;
		text-align: center;
	}
	.additionaldesc1, h2 {
		font-size: 38px;
		padding: 20px 0 20px 0;
		line-height: 38px;
		word-wrap: normal;
	}
	.additionaldesc2, h3 {
		font-size: 25px;
		padding: 0 0 20px;
		line-height: 30px;
	}
	.info, .part p {
		font-size: 16px;
		text-align: center;
	}
	.slideshow_desc > div p {
		font-size: 35px !important;
	}
	table, table td {
		width: 100%;
		display: block;
	}
	p {
		font-size: 16px !important;
	}
	h4 {
		font-size: 22px;
	}
	h4 a {
		font-size: 22px;
	}
	#nav_vertical {
		display: none !important;
	}
	.title_xsmall {
	}
	.title_small {
		font-size: 15px !important;
		line-height: 20px;
		padding-bottom: 15px;
	}
	.title_medium {
	}
	.title_large {
	}
	.title_xlarge {
	}
	.font_size_xsmall {
		font-size: 13px;
	}
	.font_size_small {
		font-size: 25px;
		line-height: 40px;
	}
	.header_ownerlogo {
		/* margin: 10px; */
		max-width: 75%;
	}
	.cols_3 li {
		width: 98%;
	}
	.section_topicons {
		display: none !important;
	}
	.font_size_medium {
		font-size: 25px !important;
		line-height: 30px;
	}
	.font_size_large {
		font-size: 45px !important;
		line-height: 65px;
	}
	.slideshow_desc > div p {
		font-size: 30px !important;
	}
	.button1, .button2, .button3, .button4 {
		letter-spacing: 0.5px !important;
		padding: 20px;
		font-size: 10px;
		color: #FFF;
		border-radius: 4px;
		font-family: 'open sans', Sans-Serif;
		min-width: 150px;
		text-align: center !important;
	}
	.slideshow_info_1 {
		font-size: 20px !important;
		line-height: 20px !important;
		padding: 15px 34px;
		min-width: inherit;
	}
	.slideshow_info_2 {
		font-size: 35px !important;
		font-weight: bold;
		line-height: 35px;
	}
	.section_footer_copyright li {
		width: 100% !important;
		padding: 0 !important;
	}
	.mainmenu_mobile {
		/* display: none; */
		/* margin: 0 2% 0 5%; */
		margin-top: 20px;
	}
	.sitemap li {
		width: 98%;
		padding: 10px 0;
	}
	#cycle_slideref .slideref_background img:nth-child(1) {
		width: 98%;
	}
	#cycle_slideref .slideref_background img:nth-child(2) {
		max-width: 78%;
	}
	#cycle_slideref .slideref_background img:nth-child(3) {
		max-width: 40%;
	}
	.image_fancybox .imagedesc {
		line-height: inherit;
	}
	.section_footer li {
		width: 98%;
		line-height: 25px;
		padding: 10px 0;
		text-align: left;
	}
	.section_footer_copyright li {
		line-height: 15px;
	}
	.section_gallery li {
		width: 47%;
		/* padding: 1%; */
	}
	.page_mainmenu {
		/* position: relative; */
	}
	.section_mainmenu {
  /* position: relative; */
  /* width: 100%; */
  /* clear: both; */
  /* top: 0; */
  /* right: 0; */
}
}
/* ------------------------------------------------------------------------ */
/* MOBILE 320PX */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 320px) {
  .header_ownerlogo {
  /* max-width: 75%; */
}
  .mainmenu_mobile {
  margin-top: 15px;
}
  .section_mainmenu {
  top: 60px;
  /* position: relative; */
  /* width: 100%; */
  /* right: 0; */
  top: 70px;
}
  .section_gallery li {
  width: 100%;
  padding: 0 0 8%;
}
}
/* ------------------------------------------------------------------------ */
/* CSS APPLE IOS RETINA */
/* ------------------------------------------------------------------------ */
@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (                min-resolution: 192dpi) and (min-width: 320px),
only screen and (                min-resolution: 2dppx)  and (min-width: 320px) { 

  /* Small screen, retina, stuff to override above media query */
 	.background_FULLIMG, .background_SCROLL {
 		background-attachment: scroll;
	}

}
/* ------------------------------------------------------------------------ */
/* CLEARFIX */
/* ------------------------------------------------------------------------ */
.clearfix {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* ------------------------------------------------------------------------ */
/* IE-Patch fuer IE 7*/
/* ------------------------------------------------------------------------ */
*:first-child+ html .clearfix {
	min-height: 0;
}
/* ------------------------------------------------------------------------ */
/* Hides from IE-mac \*/
/* ------------------------------------------------------------------------ */
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
a {
	outline: none;
}
