@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

.extbase-debugger {
	display: block;
	text-align: left;
	background: #2a2a2a;
	border: 1px solid #2a2a2a;
	box-shadow: 0 3px 0 rgba(0,0,0,.5);
	color: #000;
	margin: 20px;
	overflow: hidden;
	border-radius: 4px;
	z-index: 99999999;
	display: block;
	position: relative;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*Standart Einstellungen +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

* {
	margin: 0;
	padding: 0;
}
* html body * {
	overflow: visible;
}
html * {
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
     text-rendering: optimizeSpeed;
    
}
html {

background: rgb(8,117,108);
background: linear-gradient(90deg, rgba(8,117,108,1) 0%, rgba(150,255,246,1) 55%, rgba(136,241,232,1) 65%, rgba(8,117,108,1) 100%);
	max-width: 1920px !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	color: #8A8A8E;
}
body {
font-family: 'Open Sans', sans-serif;
	overflow-y: scroll;
	min-height: 100%;
	max-width: 1920px !important;
font-size:100%;
	text-align: left;
	display: block;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	min-width: 320px;
	margin: 0px auto 0;
	overflow: hidden;
	overflow-y: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
//	display: table;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
div:target {
	outline: 0 none;
}
header {
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	height: 228px;
	margin: 0px auto;
	padding: 0px;
	float: none;
	clear: both;
	display: block;
	z-index: 2;
	background: transparent;
	max-width: 1920px;
	left: 0;
	right: 0;
}
main {
	position: relative;
	width: 100%;
	margin: 0px auto 0;
	padding: 0px 0px 25px;
	float: none;
	clear: both;
	display: block inherit;
	z-index: 1;
	background: #fff;
	color: #598063;
	overflow: hidden;
	
}
#logo {
height: 100%;
width: 150px;
margin: 0px;
position: absolute;
top: 0px;
left: 10%;
display: table;
opacity: 1;
z-index: 2;
background: rgb(253,243,238);
background: linear-gradient(0deg, rgba(253,243,238,1) 0%, rgba(214,196,189,1) 20%, rgba(217,200,193,1) 40%, rgba(253,243,238,1) 100%);
border-left: 1px solid #918384;
border-right: 1px solid #918384;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

#logo:after{
	content: "";
	width: 1px;
	height: 100%;
	display: table;
	background: #238663;
	position: absolute;
	top: 0;
	right: 4px;
}
#logo:before{
	content: "";
	width: 1px;
	height: 100%;
	display: table;
	background: #238663;
	position: absolute;
	top: 0;
	left: 4px;
}

#logo a img {
margin: 0px;
height: 77px;
width: auto;
position: absolute;
left: 50%;
top: 40%;
transform: translateX(-50%) translateY(-50%);
}
footer{
    width: 100%;
    display: block;
    position: relative;

    height: 200px;
}
h1 a, h2 a, h3 a, h4 a {
	color: #598063;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #598063;
	margin: 0;
}
h1 {
	font-size: 30px;
	line-height: 45px;
	margin: 0 0 20px;
}
h2 {
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 20px;
	font-weight: normal;
}
h3 {
	font-size: 25px;
	line-height: 30px;
	margin: 0;
	font-weight: normal;
}
h4, h5, h6 {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}
ul, ol, dl {
	list-style-type: none;
	margin-top: 0;
}
li {
	margin-top: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 0 1.5em .8em;
}
a {
	color: #333;
	background: transparent;
	text-decoration: none;
	display: block;
}
a:active {
	outline: none;
}
a:hover, a:focus {
	background-color: transparent;
	color: #598063;
	text-decoration: none;
}
main p a {
	display: inline;
}
button:active, button:focus {
	outline: none;
}
button::-moz-focus-inner {
border: 1px dotted transparent;
}
p {
	font-size: 100%;
	line-height: 22px;
	margin: 0 0 12px;
}
strong, b {
	font-weight: 700;
    color: #598063;
}
em, i {
	font-style: normal;
}
mark {
	background: transparent;
	color: #477ec9;
}
hr {
	color: #fff;
	background: transparent;
	margin: 0 0 .75em;
	padding: 0 0 .75em;
	border: 0;
	border-bottom: 1px #eee solid;
	clear: both;
}
img, figure {
	margin: 0;
}
figure {
	line-height: 0;
}
figcaption {
	line-height: 1.2em;
}
p > a {
	display: unset;
}
.label {
	padding: 1px 6px 2px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	white-space: nowrap;
	background: #06C;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.3571em 0 0;
	border-spacing: 0;
}
table.narrow {
	margin: 1.4286em 0 0;
}
table.narrow th, table.narrow td {
	padding: 0 .5em;
	line-height: 1.4286em;
}
table.bordertable {
	border: 1px #ccc solid;
}
table caption {
	font-variant: small-caps;
}
th, td {
	line-height: 1.5em;
	vertical-align: top;
	padding: .7143em .5em;
}
th :first-child, td :first-child {
	margin-top: 0;
}
th.nowrap, td.nowrap {
	white-space: nowrap;
}
thead th {
	text-align: left;
	color: #000;
	border-bottom: 2px #000 solid;
}
.bordertable thead th {
	background: #e0e0e0;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
.bordertable tbody th[scope="row"] {
	background: #f0f0f0;
}
tbody th {
	text-align: left;
	border-top: 1px solid #ccc;
	text-align: left;
}
.bordertable tbody th {
	border-right: 1px solid #ccc;
}
tbody td {
	text-align: left;
	border-top: 1px solid #ccc;
}
.bordertable tbody td {
	border-right: 1px solid #ccc;
}
fieldset, img {
	border: 0 solid;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
blockquote {
	margin: 0 0 1em 1.5em !important;
	position: relative;
	display: table;
}
blockquote::before {
	content: open-quote;
font-family:'Open Sans', sans-serif;
	font-size: 32px;
	color: #3465aa;
	position: absolute;
	left: -15px;
	top: 0px;
}
blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
q {
	quotes: none
}
pre, code, kbd, tt, samp, var {
	font-size: 100%;
}
pre {
	line-height: 1.5em;
	margin: 1.5em 0 0;
	white-space: pre;
	white-space: pre-wrap;
}
pre, code {
	color: #800;
}
kbd, samp, var, tt {
	color: #666;
	font-weight: 700;
}
var, dfn {
	font-style: italic;
}
acronym, abbr {
	border-bottom: 1px #aaa dotted;
	font-variant: small-caps;
	letter-spacing: .07em;
	cursor: help;
}
.box {
	border-radius: .3em;
	border-width: 1px;
	border-style: solid;
	border-color: #888;
	border-color: rgba(0,0,0,.3);
	color: #444;
	color: rgba(0,0,0,.8);
	padding: 1.4286em;
	margin: 1.5em 0 0;
}
.box > :first-child {
	margin-top: 0
}
a, button, input {
	cursor: pointer;
}
//::selection {
//	background: #fff;
//	color: #333;
//	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),  0px 8px 13px rgba(0,0,0,0.1),  0px 18px 23px rgba(0,0,0,0.1);
//}
// ::-moz-selection {
//background: #fff;
//color:#333;
//text-shadow: 0px 4px 3px rgba(0,0,0,0.4),  0px 8px 13px rgba(0,0,0,0.1),  0px 18px 23px rgba(0,0,0,0.1);
//}
a, a:hover, a:active, a:focus, object, embed {
	outline: 0;
}
article > p > a {
	display: unset;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus {
	outline: none;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
main, .grid, .ym-gbox, h1, h2, h3, h4, h5, nav, footer, #hmenu li, figure, #logo img, #footer-bottom, #footer-top, footer, header, article, section, address, #nav-left, #nav-center, #nav-right, ul, li, a, .mOpen, #sidemenu, #sidemenu *, .shariff, .shariff *, .price, price *, #showMenu, #showMenu *, .tx-powermail *, ol[itemtype="http://schema.org/BreadcrumbList"] a span, #questmail, #questmail *,.ajax_loader, .ajax_loader *{
	transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
}
#maps *, .cbQuickGoogleMap *, details, details *, .carousel, .carousel *, .telic:after,
.refc-fix,.refc-fix  *, .refb-fix, .refb-fix *, .slides, .slides *, .mapb, .mapb *{
	transition: all 0s ease-in-out 0s;
	-webkit-transition: all 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/    
/* content +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

figure, .video {
	overflow: visible;
}
img {
	height: auto;
	width: 100%;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Address +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

footer address h3 {
	color: #fff;
	font-size: 28px;
	letter-spacing: 0;
	margin-bottom: 15px;
	line-height: 120%;
}
footer address span, address p > a{
    font-style: normal;
    line-height: 22px;
    display: block;
    color: #598063;
    font-size: 14px;
    float: left;
    margin: 0 5px 0 0;
	position: relative;
}
footer address a:hover span {
	text-decoration: none;
	color: #fff;
}
footer address span[itemprop="name"],
footer address .manto{
	font-weight: bold;
}
footer address span[itemprop="streetAddress"],
footer address span[itemprop="addressLocality"],
footer address span[itemprop="telephone"],
footer address .mobile{
    margin: 0px 20px 0 0;
}

footer address span[itemprop="streetAddress"]:after,
footer address span[itemprop="addressLocality"]:after,
footer address span[itemprop="telephone"]:after,
footer address .mobile:after{
    content: "";
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 3px;
    height: 3px;
    line-height: 0;
    background: #598063;
    display: table;
    position: absolute;
    right: -12px;
    top: 10px;
}

footer address span[itemprop="streetAddress"] {
	display: block;
}
footer address span[itemprop="postalCode"] {
	padding: 0 5px 0 0;
	float: left;
}
footer address span[itemprop="addressLocality"] {
	float: left;
}
footer address{
    display: table;
    float: none;
    margin: 0;
    position: absolute;
    top: 0px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1300px;
    padding: 0 10%;
    width: 100%;
	overflow: hidden;
}
footer address span[itemprop="streetAddress"],  footer address span[itemprop="postalCode"],  footer address span[itemprop="addressLocality"],  footer address a:nth-of-type(1),  footer address span[itemprop="faxNumber"] {
	float: left;
}
address p a:hover span{
	color: #333;
}
footer address a:nth-of-type(1){
	clear: both;
}

footer address span[itemprop="streetAddress"],
footer address span[itemprop="postalCode"],
footer address span[itemprop="addressLocality"]{
	display: none;
}
footer address span.manto:after{
    content: "";
    position: absolute;
    height: 1px;
    background: #598063;
    width: 537px;
    display: table;
    bottom: -10px;
    left: 0;
}
footer address span[itemprop="name"]{
	margin: 0 0 10px;
}

#maps {
	display: block;
	width: 100%;
	height: 400px;
}


#bgnavc{
	display: none;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 130px;
    left: 53%;
    transform: translateX(-50%);
    min-width: 700px;
    z-index: 9;
    width: 1200px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Ansicht +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	p > img{
	width: auto;
	height: auto;
	}
article ol,
article ul{
    margin: 0 0 24px 40px;
}
article ol li{
    list-style-type: decimal;
    margin: 0 0 12px 0px;
}
article ul li{
    list-style-type: disc;
    margin: 0 0 12px 0px;
}
article ol li a,
article ul li a{
    display: inline;
}

#bgtop{
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
	min-width: 1920px;
	z-index: 1;
}
#bgnavb{
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
	min-width: 1920px;
	z-index: 2;
-webkit-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.1);
box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.1);
}

/*Navigation*/
header nav{
    position: absolute;
    top: 200px;
    z-index: 4;
    left: 40%;
}
header nav ul li {
    float: left;
    margin: 0 40px 0 0;
	position: relative;
}
header nav ul li:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: linear-gradient(0deg, rgba(224,224,224,1) 0%, rgba(224,224,224,0) 100%);
    bottom: -7px;
    right: -20px;
}
header nav ul li a span{
	color:#2c9972;
}
header nav ul li a:hover span{
color: #117a55;
text-shadow: 0 0 14px #91f3d0;
}

main article{
    margin: 75px auto 42px;
    display: table;
    max-width: 1300px;
    padding: 0 10%;
	width: 100%;
}
main article:nth-of-type(1) > div{
	width: 50%;
	display: table;
	float: left;
}
main article > div:nth-of-type(1){
	padding: 0 5% 0 0;
}
main article > div:nth-of-type(2){
	padding: 0 0 0 5%;
}
main article figure{
    width: 100%;
    margin: 0 auto 20px;
    padding: 5px;
    border: 2px solid #2c9972;
}

#bgfooter{
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
	min-width: 1920px;
	z-index: 2;
}
#bgfooterb{
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
	min-width: 1920px;
	z-index: 2;
-webkit-box-shadow: 0px -4px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px -4px 3px 0px rgba(0,0,0,0.1);
box-shadow: 0px -4px 3px 0px rgba(0,0,0,0.1);
}

#map {
	width: 100%;
	height: 500px;
	display: block;
}

/* #######################################################################################*/
/* 2. Ansicht Smartmenu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* #######################################################################################*/
@media only screen and (max-width: 1260px), screen and (max-device-width: 1260px) and (min-device-width: 321px) and (orientation: portrait){
	
header #showMenu {
    display: block;
    position: absolute;
    overflow: hidden;
    margin: 0 0px;
    padding: 0;
    width: 0px;
    height: 14px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    top: 87px;
    left: 10%;
    background: transparent;
    padding: 5px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    opacity: 0;
    z-index: 9;
}
	
	header #showMenu {
		width: 24px;
		top: 30px;
		left: auto;
		right: 253px;
		background: transparent;
		padding: 5px;
		opacity: 1;
		position: absolute;
right: 10%;
top: 200px;
	}
#showMenu span {
    display: block;
    position: absolute;
    top: 6px;
    left: 0%;
    width: 100%;
    right: 0px;
    height: 2px;
    background: #598063;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
	
#showMenu span::before, #showMenu span::after {
    position: absolute;
    display: block;
    left: 0%;
    width: 100%;
    height: 2px;
    background-color: #598063;
    content: "";
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#showMenu span::after {
    bottom: -6px;
    transition-property: bottom, transform;
}
#showMenu span::before {
    top: -6px;
}
	header nav{
		display: none;
	}
	header nav.act{
    display: table;
    position: relative;
    left: 0;
    top: 228px;
    background: rgba(255,255,255,0.95);

    height: calc(100% - 228px);
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
header nav.act ul li:after {
    display: none;
}
	header nav.act ul{
		width: 200px;
		height: auto;
		display: table;
		margin: 50px auto;
		
	}
	header nav.act ul li{
		clear: both;
		float: none;
		margin: 30px auto;
		width: 100%;
	}
header nav ul li a span {
    font-weight: bold;
	font-size: 24px;
	text-align: center;
    width: 100%;
    display: table;
}
header #showMenu.active span {
	background: none;
}
header #showMenu.active span::before {
	top: 0;
	transform: rotate(45deg);
}
header #showMenu.active span::after {
	bottom: 0;
	transform: rotate(-45deg);
}
header #showMenu.active span::before, header #showMenu.active span::after {
	transition-delay: 0s, 0.3s;
}
	#bgnavc{
		display: none;
	}
	
#bgnavb {
    transform: translateX(-32%);
	}
#bgtop {
    left: 70%;
}
	
}

/* #######################################################################################*/
/* 2. Ansicht Tablet +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* #######################################################################################*/
@media only screen and (max-width:1023px), screen and (min-device-width:321px) and (max-device-width:768px) and (orientation: portrait) {
#bgnavb {
    transform: translateX(-32%);
	}
#bgtop {
    left: 70%;
}
#bgfooterb {
    left: 70%;
}
	
}

/* #######################################################################################*/
/* 3. Ansicht Smartphone +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* #######################################################################################*/
@media only screen and (max-width : 767px), screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Content */
body {
    max-width: 100% !important;
	}
main article > div,
main article > div:nth-of-type(1),
main article > div:nth-of-type(2){
    width: 100%;
    float: none;
	padding: 0;
}

footer address span, address p > a {
    line-height: 18px;
    font-size: 12px;
}
footer address span.manto::after {
    width: 160px;
    bottom: -8px;
}
footer address span[itemprop="streetAddress"]::after, footer address span[itemprop="addressLocality"]::after, footer address span[itemprop="telephone"]::after, footer address .mobile::after {
    content: "";
    display: none;
}
footer address {
    float: none;
    top: 0px;
    left: 0%;
    transform: translateX(0%);
    padding: 0 10%;
    max-width: 320px;

}
	
	
}
