Body, Html {
	width: 100%;
	height: 100%;
}

Html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

Body {
	position: relative;
	overflow: scroll;
	overflow-x: hidden;
	margin: 0px;
	min-width: 320px;
	background-color: #FFFFFF;
}

header, main, section, footer, div, p, a, li, ul, img, input, nav {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

img {
	border: none;
}

article img {
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
}

label {
	cursor: pointer;
	line-height: 24px;
}

blockquote {
	display: block;
	margin: 10px 20px;
}

input, textarea, select {
   -webkit-appearance: none;
}

a[href^=tel] { 
    color: inherit; 
    text-decoration: none; 
}

header {
	position: fixed;
	z-index: 150;
	top: 0px;
	left: 0px;
	right: 0px;
	display: block;
	text-align: center;
	width: 100%;
	height: 100px;
	clear: both;
	margin: 0px;
	padding: 0px;
	opacity: 1;
	
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	
	border-top: 30px solid #FFFFFF;
	background-color: #000000;
}

header.Minimized {
	height: 60px;
	border: 0;
}

header .Container,
footer .Container {
	display: block;
	height: 100%;
}

header .Logo {
	display: block;
    position: absolute;
    top: 0px;
    left: auto;
    bottom: 0px;
    text-align: left;
    height: 140px;
    width: 133px;
    margin: -1% auto;
    padding: 0px;
}

header.Minimized .Logo {
    height: 84px;
    width: 80px;
	margin: -0.5% 0px;
}

header .Logo img {
	height: 100%;
	width: 100%;
}

header #NavigationToggle {
	display: none;
}

header #Navigation {
	display: block;
	float: right;
	width: auto;
  	height: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

header #Navigation ul {
	display: inline-block;
    float: left;
  	height: 100%;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	list-style: none;
}

header #Navigation li {
	position: relative;
	display: list-item;
	float: left;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: -webkit-match-parent;
}

header #Navigation ul.Mobile {
	display: none;
}

header #Navigation li a,
header #Navigation li a.Active {
	display: flex;
    align-content: center;
    align-items: center;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	text-decoration: none;
	color: #FFFFFF;
	height: 100%;
	line-height: 100%;
	padding: 0px 15px;
	cursor: pointer;
    letter-spacing: 2px;
	text-transform: uppercase;
}
header #Navigation li a:hover,
header #Navigation li a.Active,
header #Navigation li a.Active:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
header #Navigation li a.Active:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

header .Facebook,
header .Instagram,
header .Bewusst,
header .Youtube,
header .Mail,
footer .Facebook,
footer .Instagram,
footer .Bewusst,
footer .Youtube,
footer .Mail {
	display: inline-block;
    float: left;
	width: 29px;
	height: 100%;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	cursor: pointer;
	background: transparent url(images/layout/logo_facebook.png) no-repeat center;
}

header .Instagram,
footer .Instagram {
	margin: 0px 0px 0px 5px;
	background: transparent url(images/layout/logo_instagram.png) no-repeat center;
}

header .Bewusst,
footer .Bewusst {
	margin: 0px 0px 0px 5px;
	background: transparent url(images/layout/logo_bewusst.png) no-repeat center;
}

header .Youtube,
footer .Youtube {
	margin: 0px 0px 0px 5px;
	background: transparent url(images/layout/logo_youtube.png) no-repeat center;
}

header .Mail,
footer .Mail {
	margin: 0px 0px 0px 5px;
	background: transparent url(images/layout/logo_mail.png) no-repeat center;
}

header .Facebook:hover,
header .Instagram:hover,
header .Bewusst:hover,
header .Youtube:hover,
header .Mail:hover,
footer .Facebook:hover,
footer .Instagram:hover,
footer .Bewusst:hover,
footer .Youtube:hover,
footer .Mail:hover {
	text-decoration: none;
}

header.Agecheck,
main.Agecheck section,
footer.Agecheck:before {
	display: none;
}

main #Agecheck {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: auto;
	height: auto;
	padding: 30px 30px 100px 30px;
	margin: 0px;
    align-content: center;
    align-items: center;
	text-align: center;
	background: #FFFFFF url(images/layout/bg.jpg) repeat center;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	opacity: 0;
}

main #Agecheck img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 60%;
    margin: 0px auto;
}

main #Agecheck .Container {
    text-align: center;
    height: 80%;
    width: 80%;
}

main #Agecheck h4 {
	display: block;
	font-size: 70px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	line-height: 80px;
	margin: 30px 0px;
    text-transform: uppercase;
}

main #Agecheck input,
main #Agecheck input:hover {
	display: inline-block;
	width: auto;
	margin: 0px 10px;
	border: none;
	background-color: #FFFFFF;
	font-style: normal;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
	text-align: center;
	text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 2px;
    padding: 5px 20px;

	color: #000000;
	background-color: #FFFFFF;
	cursor: pointer;
}
main #Agecheck #AgecheckYes {
	color: #FFFFFF;
	background-color: #000000;
}
main #Agecheck input:hover,
main #Agecheck #AgecheckYes:hover {
	color: #FFFFFF;
	background-color: #f29400;
}

main.Agecheck #Agecheck {
	display: block;
	opacity: 1;
}

.Container {
	display: block;
	position: relative;
	width: auto;
	max-width: 1210px;
	overflow: visible;
	text-align: left;
	clear: both;
	padding: 0px 20px;
	margin: 0px auto;
}

main {
	display: block;
	position: relative;
    z-index: 100;
	width: 100%;
	min-height: 320px;
	overflow: visible;
	text-align: center;
	clear: both;
	padding: 0px;
	margin: 0px auto;
	
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	color: #666666;
	line-height: 20px;
}

section {
	display: block;
	position: relative;
	z-index: 10;
	width: 100%;
	overflow: visible;
	text-align: left;
	clear: both;
	padding: 0px;
	margin: 0px;
	background: transparent url(images/layout/bg.jpg) repeat center;
}

section.parallaxfixed {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

section.parallax {
	width: 100%;
	min-height: 100px;
    border-bottom: 20px solid #f29400;
}

section.background {
	min-height: 600px;
	border: none;
	background-position:0% 0px;
	background-attachment: fixed;
	background-size: cover;
}

section.background h2 {
    display: block;
    font-size: 80px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 90px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);

    position: absolute;
    bottom: 30%;
    left: 0px;
    right: 0px;
    z-index: 100;
    max-width: 100%;
    -webkit-transition: left 0.4s 0.4s ease-in-out, bottom 0.4s 0.8s ease-in-out, top 0.4s 0.8s ease-in-out;
    -moz-transition: left 0.4s 0.4s ease-in-out, bottom 0.4s 0.8s ease-in-out, top 0.4s 0.8s ease-in-out;
    -ms-transition: left 0.4s 0.4s ease-in-out, bottom 0.4s 0.8s ease-in-out, top 0.4s 0.8s ease-in-out;
    -o-transition: left 0.4s 0.4s ease-in-out, bottom 0.4s 0.8s ease-in-out, top 0.4s 0.8s ease-in-out;
    transition: left 0.4s 0.4s ease-in-out, bottom 0.4s 0.8s ease-in-out, top 0.4s 0.8s ease-in-out;
}

section.parallax .overlay,
section.parallaxnormal .overlay,
section.parallaxmobile .overlay {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 10;
	overflow: hidden;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: transparent url(images/layout/bg_glider_overlay.png) top left;
}

section.detailcontent {
	border: none;
}

article {
	display: block;
    max-width: 1140px;
    padding: 4% 30px;
    margin: 0px auto;
}

article.TextRight .Introtext,
article.TextLeft .Introtext {
	width: 46%;
	margin: 0px 3% 0px 1%;
}

article.TextRight .Detailimage,
article.TextLeft .Detailimage {
	width: 46%;
	margin: 0px 1% 0px 3%;
}

article.TextRight .Introtext {
	float: right;
	margin: 0px 1% 0px 3%;
}
article.TextRight .Detailimage {
	float: left;
	margin: 0px 3% 0px 1%;
}

article .Detailimage iframe {
	width: 100%;
	max-width: 100%;
	height: auto;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
}

footer {
	position: relative;
	z-index: 9000;
	display: block;
	width: auto;
	height: 70px;
	min-height: 70px;
	text-align: left;
	padding: 0px;
	margin: 0px;
    background-color: #000000;
}

footer:before {
	content: "";
    display: block;
    position: absolute;
    top: -275px;
    left: 0px;
    z-index: 10;
    width: 255px;
    height: 271px;
    margin: 0px;
	background: transparent url(images/layout/bg_signet.png) no-repeat center left;
}

footer #PageTop {
	display: block;
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
footer #PageTop:hover {
	text-decoration: none;
	color: #000000;
    background-color: #FFFFFF;
}
footer #PageTop.Visible {
	top: -60px;
}

footer #NavigationFooter {
	display: block;
	position: relative;
	z-index: 200;
	float: right;
	width: auto;
  	height: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
    background-color: #000000;
}

footer #NavigationFooter ul {
	display: inline-block;
    float: left;
  	height: 100%;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	list-style: none;
}

footer #NavigationFooter li {
	position: relative;
	display: list-item;
	float: left;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: -webkit-match-parent;
}

footer #NavigationFooter ul.Mobile {
	display: none;
}

footer #NavigationFooter li a,
footer #NavigationFooter li a.Active {
	display: flex;
    align-content: center;
    align-items: center;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	text-decoration: none;
	color: #FFFFFF;
	height: 100%;
	line-height: 100%;
	padding: 0px 10px;
	cursor: pointer;
    letter-spacing: 2px;
	text-transform: uppercase;
}
footer #NavigationFooter li a.Active {
	text-decoration: none;
	color: #999999;
	background-color: transparent;
}
footer #NavigationFooter li a:hover,
footer #NavigationFooter li a.Active:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

footer .Newsletter {
	display: block;
    position: absolute;
	z-indeX: 100;
	top: 0px;
    left: auto;
	bottom: 0px;
    width: auto;
	margin: 0px;
	padding: 20px 0px;
	text-align: left;
}

footer .Newsletter #Email,
footer .Newsletter #Email:hover,
footer .Newsletter #Registration,
footer .Newsletter #Registration:hover,
a.Button,
a.Button:hover {
	display: block;
	float: left;
	width: 200px;
	margin: 0px 20px 0px 0px;
	border: none;
	background-color: #FFFFFF;
	font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    color: #000000;
	text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 0px 10px;
}

footer .Newsletter #Email::-webkit-input-placeholder,
footer .Newsletter #Email::-moz-placeholder,
footer .Newsletter #Email:-ms-input-placeholder,
footer .Newsletter #Email:-moz-placeholder { 
	color: CCCCCC;
}

footer .Newsletter #Registration,
footer .Newsletter #Registration:hover,
a.Button,
a.Button:hover {
	display: inline-block;
	margin: 0px;
	width: auto;
	color: #FFFFFF;
	background-color: #f29400;
	cursor: pointer;
}
footer .Newsletter #Registration:hover,
a.Button:hover {
	color: #000000;
	background-color: #FFFFFF;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ie7 .clearfix { zoom: 1; } /* IE7 */

.Clear {
	clear: both;
	width: 0px;
	height: 0px;
}

.ClearLeft {
	clear: left;
	width: 0px;
	height: 0px;
}

.ClearRight {
	clear: right;
	width: 0px;
	height: 0px;
}

.Space5 {
	display: block;
	font-size: 5px;
	line-height: 5px;
	height: 5px;
}

.Space10 {
	display: block;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
}

.Space15 {
	display: block;
	font-size: 15px;
	line-height: 15px;
	height: 15px;
}

.Space20 {
	display: block;
	font-size: 20px;
	line-height: 20px;
	height: 20px;
}

.Space30 {
	display: block;
	font-size: 30px;
	line-height: 30px;
	height: 30px;
}

.Space40 {
	display: block;
	font-size: 40px;
	line-height: 40px;
	height: 40px;
}

.Space75 {
	display: block;
	font-size: 75px;
	line-height: 75px;
	height: 75px;
}

.Uppercase {
	text-transform: uppercase;
}

.Outside {
	left: 100% !important;
}

.Opaque {
	opacity: 0 !important;
}

.Hidden {
	display: none !important;
}

.Visible {
	display: block !important;
}


.Button {
    display: inline-block;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px !important;
    letter-spacing: 4px;
    color: #ffffff;
    line-height: 20px;
    text-transform: uppercase;
	border: none;
    background-color: #f29400;
    padding: 15px 30px;
    margin: 0px 10px 0px 0px;
    cursor: pointer;
}
.Button:hover {
	text-decoration: none;
    background-color: #000000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  width: auto;
  border: 1px solid #dedede;
  padding: 0.75em 1em 0.5em 1em;
  background-color: white;
  background-image: url(images/layout/bg_select_arrow.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 15px;
}
select:hover {
	border: 1px solid #f29400;
	cursor: pointer;
}
select::-ms-expand {
  display: none;
}

/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 1em;
  width:auto;
  float: left;
  margin-right: .75em;
  background: transparent;
  border: none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
	display: block;
	cursor: pointer;
	padding: 0px 0px 0px 25px;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
  	border: 1px solid #dedede;
    background: white;
    margin-right: 8px;
	margin-left: -25px;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
	border-radius: 30px;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
	background: #f29400;
	box-shadow: inset 0 0 0 2px white;
	border: 1px solid #f29400;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background: #f29400;
  box-shadow: inset 0 0 0 2px white;
}

/* graceful degradation for ie8 */
input[type='text'],
input[type='textarea'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	border: 1px solid #FFFFFF;
  border-radius: 0;
  background-color: #FFFFFF;
}

input[type='text']:hover,
input[type='textarea']:hover,
input[type='password']:hover,
textarea:hover {
	border: 1px solid #f29400;
}

input[type='submit'],
input[type='button'] {
	border-radius: 0;
}

.Select {
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	color: #000000;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	line-height: 24px;
	text-align: left;
	padding: 5px 20px 5px 10px;
}

.Select option {
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	color: #000000;
}

.Feld {
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	color: #000000;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	line-height: 24px;
	text-align: left;
	padding: 5px 10px;
	width: 450px;
}
	
.Feldtext {
	font-size: 24px;
	font-weight: 300;
	text-decoration: none;
	color: #000000;
	border: none;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	line-height: 24px;
	text-align: left;
	padding: 5px 10px;
	width: 450px;
	height: 85px;
}

.Duty {
	font-size: 26px;
	font-style: normal;
	font-weight: 300;
	text-decoration: none;
	color: #f29400;
	border: none;
	line-height: 32px;
}

.White {
	color: #FFFFFF;
}

.Justify {
	text-align: justify;
}

.Introimage {
	display: block;
	float: left;
	max-width: 200px;
	margin: 0px 30px 0px 0px;
}

.Introimage img {
	display: block;
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 150px;
}

.Introimage:hover img {
	text-decoration: none;
	
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.Introtext {
	display: block;
	float: left;
	width: 46%;
	max-width: 46%;
	margin: 0px 3% 0px 1%;
}

.Detailimage {
    position: relative;
	display: block;
	float: right;
	width: 46%;
	max-width: 46%;
	margin: 0px 1% 1% 3%;
}

.Detailimage img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.Detailtext .Detailimage {
	width: auto;
	max-width: 35%;
	margin: 0px 0px 4% 4%;
}
.Detailtext .Detailimage img {
	width: auto;
}

article .Detailimage img,
article .Detailimage span {
	display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 300px;
}
article.TextLeft .Detailimage img {
    margin: 0px auto 0px 0px;
}
article.TextRight .Detailimage img {
    margin: 0px 0px 0px auto;
}

article .Detailimage span {
	position: absolute;
	z-index: 10;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
    float: none;
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
	opacity: 0.75;
}
article .Detailimage span:hover {
	text-decoration: none;
	border: none;
}

article .Detailimage:hover span {
	opacity: 1;
}

article .Detailimage span.Gallery {
	background-image: url(images/layout/bg_gallery.png);
}

article .Detailimage span.Video {
	background-image: url(images/layout/bg_video.png);
}

.LineShort {
	clear: left;
	font-size: 2px;
	line-height: 2px;
	height: 2px;
	display: block;
    max-width: 100%;
    width: 135px;
    background-color: #f29400;
}

.ClearTable table,
table.ClearTable {
	border: none;
	width: auto;
}
.ClearTable table td,
table.ClearTable td,
.ClearTable table th,
table.ClearTable th {
    vertical-align: middle;
	text-align: left;
	border: none;
	background: none;
	padding: 3px 0px;
}

.Overlay {
    display: block;
    width: auto;
    padding: 40px;
}

article.boxes .box {
	display: inline-block;
	width: 29%;
	margin: 2% 2% 2% 2%;
}

article.boxes img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0px auto;
}

article.boxes h2 {
	display: block;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	line-height: 30px;
	margin: 15px 0px 0px 0px;
	text-align: center;
    text-transform: uppercase;
}
article.boxes a:hover,
article.boxes a:hover h2 {
	text-decoration: none;
	color: #000000;
	opacity: 0.7;
}

#Map {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

#Startseite article {
	text-align: center;	
}

#Startseite #Content {
	border: none;
}

/*#Dates #Content,
#Newsblog #Content,
#Login #Content,
#Newsletter #Content {
    border: none !important;
}

#Finder section {
    border: none !important;
}*/

#Finder section.glide--map {
    border-bottom: 20px solid #f29400 !important;
}

.Product img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.Product .Detailimage {
    display: block;
    float: left;
    width: 21%;
    max-width: 21%;
    margin: 0px 3% 0px 1%;
	text-align: center;
}

.Product .Detailimage img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
	max-height: 500px;
}

.Product .Introtext {
    display: block;
    float: right;
    width: 71%;
    max-width: 71%;
    margin: 0px 1% 0px 3%;
}

.Product .Info {
    display: block;
	margin: 20px 0px 0px 0px;
	font-size: 24px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    line-height: 30px;
    text-transform: uppercase;
	padding: 10px 20px;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}

.Product .Info span {
	font-size: 24px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #a0a0a0;
    line-height: 30px;
    text-transform: uppercase;
}

.Product .Infoimage {
    display: block;
    margin: 20px 0px 0px 0px;
}

.Product .Infoimage img {
    width: 250px;
    max-width: 100%;
}

#MapArticle .Untertitel {
    display: inline-block !important;
    font-size: 24px !important;
    font-weight: bold !important;
    line-height: 30px !important;
    margin: 0px 10px 5px 0px;
    text-transform: uppercase;
}

#MapArticle .Textfett {
    display: inline-block !important;
    margin: 0px 10px 5px 0px !important;
}

#MapArticle a:hover,
#MapArticle a:hover .Textfett {
	text-decoration: none;
    color: #f29400;
}