 /*
Theme Name: Hotel Tassilo
Theme URI: http://www.hotel-tassilo.de
Description: Hotel Tassilo
Version: 1.0
Author: RaapSteinert Kommunikation GmbH
Author URI: http://www.raap-steinert.de
*/


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 
 @font-face {
  font-family: 'avenirmedium';
  src: url('assets/fonts/Avenir-Medium.eot');
  src: url('assets/fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/Avenir-Medium.woff2') format('woff2'),
       url('assets/fonts/Avenir-Medium.woff') format('woff'),
       url('assets/fonts/Avenir-Medium.ttf') format('truetype'),
       url('assets/fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
@font-face {
  font-family: 'avenirlight';
  src: url('assets/fonts/Avenir-Light.eot');
  src: url('assets/fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
	   url('assets/fonts/Avenir-Light.woff2') format('woff2'),
	   url('assets/fonts/Avenir-Light.woff') format('woff'),
	   url('assets/fonts/Avenir-Light.ttf') format('truetype'),
	   url('assets/fonts/Avenir-Light.svg#Avenir-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'avenirheavy';
  src: url('assets/fonts/Avenir-Heavy.eot');
  src: url('assets/fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/Avenir-Heavy.woff2') format('woff2'),
       url('assets/fonts/Avenir-Heavy.woff') format('woff'),
       url('assets/fonts/Avenir-Heavy.ttf') format('truetype'),
       url('assets/fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: 'Open Sans',sans-serif;
  font-style: normal;
  font-weight: 300;
     font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-backface-visibility:hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
position:relative;
 font-size:100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none;
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-family: "kepler-std-semicondensed",serif;
	font-style: normal;
	font-weight: 400;
	color:#7e8082;
	font-size:55px;
	font-size:5.5rem;
}

p strong{
	font-family: 'avenirheavy';
	font-weight:300;
}

h1 span{
	font-family: "kepler-std-semicondensed",serif;
	font-style: normal;
	font-weight: 400;
	font-size:55px;
	font-size: 5.5rem;
	text-decoration:none !important;
	color:#7e8082;
	position:relative;
}
	
h1 span:after{
	left: -62px;
    right: -93px;
    width: 130%;
	content: "";
	position: absolute; 
	bottom: -3px; 
	height: 2px; 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c47335+0,e5ab5b+18,fed176+51,e5ab5b+81,c47335+100 */

background: #e5ab5b; /* Old browsers */

background: -moz-linear-gradient(left,  #c47335 0%, #e5ab5b 18%, #fed176 51%, #e5ab5b 81%, #c47335 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left,  #c47335 0%,#e5ab5b 18%,#fed176 51%,#e5ab5b 81%,#c47335 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right,  #c47335 0%,#e5ab5b 18%,#fed176 51%,#e5ab5b 81%,#c47335 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c47335', endColorstr='#c47335',GradientType=1 ); /* IE6-9 */

	transform:translateX(-50%); 
		-ms-transform: translateX(-50%) !important; 
		 -webkit-transform:translateX(-50%) !important; 
		left:50% !important;
	
}
	
h2 {
	font-family:"kepler-std-semicondensed",serif;
	font-size:30px;
	font-size:3.0rem;
	color:#7e8082;
	line-height:3.5rem;
	font-weight:300;
}

h2 span{
	
	text-decoration:none !important;
}
		
h2 span:after{
	

}


.conthead h2 span:after{
	content: "";
	position: absolute; 
	bottom: -3px; 
	left: -3px;
	right: -3px; 
	height: 2px; 
	background-image: none !important;
	
}
	
h3 {
	font-family:"avenirlight",serif;
	color:#7e8082;
	font-size:15px;
	font-size:1.5rem;
	text-align:center;
}

h4 {
	color:#d6af47;
	font-size: 30px;
	font-size:3.0rem;	
}

h6{
	font-family:"avenirmedium", sans-serif;
	color:#d6af47;
	font-size:30px;
	font-size:3rem;
	font-weight:300;
	padding-bottom:26px;
}

p{
	color: #7e8082;
	font-size: 15px;
	font-size:1.5rem;
	font-family:"avenirlight", sans-serif;
}

.h2cont h2{
	padding-bottom:20px;
	color:#d6af47;
	position:relative;
}

blockquote h2::before{
	bottom: 0;
    content: url(assets/images/strichchen.png);
    margin-left: -70px;
    position: absolute;
    top: 10px;
}

.white p{
	color:white !important;
}

blockquote h2::after{
	content:url(assets/images/strichchen2.png);
	 margin-left: 26px;
    position: absolute;
}

.zimlist li{
	float:left;
    width: 250px;
	padding-bottom:7px;
} 	




/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
  height: auto;
  line-height:0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

/* Backgrounds */
/* Default Margin / Padding */
.container .col:first-child{
	margin-left:0;
}

.third{
	width:31.5%;
	margin-left:2.75%;
}

.footercont{
	width:20%;
}

.footercont2{
	width:20%;
}

	.award-parrent{
				display: inline-block;
				margin:0 auto;
	}

	.award{
		float: left;
		padding-right: 20px;
		
	}

	.award-siegel{
		width: 120px;
		background: #ffffff;
	}

	.mt-40{
		margin-top: 40px !important;
	}

	.pb-15{
		padding-bottom: 15px;
	}

	.bookingcom img{
		width: 120px;
	}

	.logorel{
		padding-right:2.5%;
		padding-bottom: 10px;
	}


.container{
  margin: 0 auto;
  max-width: 940px;
  width: 100%;
}


.g-0 {
	width:13.1%;
}

.g-1 {
  width: 8.333%;
}

.g-2 {
  width: 16.667%;
}

.g-3 {
  width: 25.0%;
}

.newsov .g-4{
  width: 30%;
  margin-left:5%;
}

.g-4 {
  width: 33.333%;
}

.g-5 {
  width: 41.667% !important;
}

.g-6 {
  width: 47.5%;
}

.g-7 {
  width: 58.333%;
}

.g-8 {
  width: 66.667%;
}

.g-9 {
  width: 75.0%;
}

.g-10 {
  width: 83.333%;
}

.g-11 {
  width: 91.667%;
}

.g-12 {
  width: 100%;
}

.pl-1 {
  padding-left: 8.333%;
}

.plh-1{
	padding-left:4.665%;
}

.pl-2 {
  padding-left: 16.667%;
}

.pl-3 {
  padding-left: 25.0%;
}

.pl-4 {
  padding-left: 33.333%;
}

.pl-5 {
  padding-left: 41.667%;
}

.pl-6 {
  padding-left: 50.0%;
}

.pl-7 {
  padding-left: 58.333%;
}

.pl-8 {
  padding-left: 66.667%;
}

.pl-9 {
  padding-left: 75.0%;
}

.pl-10 {
  padding-left: 83.333%;
}

.pl-11 {
  padding-left: 91.667%;
}

.pt-30{
	padding-top:30px;
}

.pl-35{
	padding-left:35px;
}
.pr-0{
	padding-right:2.665%;
}
.pr-1{
  padding-right: 8.333%;
}
.prh-1{
	padding-right:4.665%;
}
.pr-2 {
  padding-right: 16.667%;
}

.pr-3 {
  padding-right: 25.0%;
}

.pr-4 {
  padding-right: 33.333%;
}

.pr-5 {
  padding-right: 41.667%;
}

.pr-6 {
  padding-right: 50.0%;
}

.pr-7 {
  padding-right: 58.333%;
}

.pr-8 {
  padding-right: 66.667%;
}

.pr-9 {
  padding-right: 75.0%;
}

.pr-10 {
  padding-right: 83.333%;
}

.pr-11 {
  padding-right: 91.667%;
}

.pt-0{
	padding-top:4.333%;
}
.pt-1{
	padding-top:8.333%;
}

.pt-50{
	padding-top:50px;
}
.pb-20{
	padding-bottom:20px;
}

.pb-40{
	padding-bottom:40px !important;
}

.pd100{
	padding-top:100px;
	padding-bottom:100px;
}

.pt-60{
	padding-top:60px;
}

.pt-50{
	padding-top:50px;
}

.pt-40{
	padding-top:40px !important;
}
.pb-0{
	padding-bottom:2.333%;
}

.pb-1{
	padding-bottom:4.333%;
}

.ptb-1{
padding-bottom: 1.333%;
padding-top: 11.333%;
}

/* =WordPress Core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.innercenter{
text-align:center;
}
.innerright{
text-align:right;
}
.innerleft{
text-align:left;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


ul:nth-child(3){
	padding:0 !important;
}

/* Helper classes */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* nth-child workaround */
.teaser.nomargin,
.servicelist li.nomargin,
.linklist li.nomargin,
.links li.nomargin {
  margin-right: 0 !important;
}

/* Chrome Frame prompt */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.content-box {
  box-sizing: content-box;
}







/*
 Internet Explorer
 */
 
 
.ie9 .newshead h2{
display:inline-block;}

.ie9 .ranken h2{
	display:inline-block;}

.ie9 h2 span::after{
	background:none;}
	
.ie9 .rightregio li{
	padding-bottom:27px;}
	
	
.ie9 .dreieck.preiswert::after{
	margin-left:184px;
	}
	
	
.ie9 .logo{
	margin:-21px 5px !important;}
	
	
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 

.newshead h2{
display:inline-block;}


.logo{
	margin:-21px 5px !important;}
	

	
.dreieck.preiswert::after{
	margin-left:175px !important;
	display:block;
}

.ranken h2{
	display:inline-block;}

}



/* Global */


.page-id-593  header{
	display:none !important;}
	
.page-id-593 .lang_sw{
	display:none !important;}
	
.page-id-593 .mob_lang{
	display:none !important;}

.rechtlich ul{
	margin-left:15px;
}

.rechtlich li {
    color: #7e8082;
    list-style: disc;
        list-style-image: none;
    list-style-image: none;
}



/*
 Internet Explorer
 */
 
 
 .ie9 .newshead h2{
display:inline-block;}

.ie9 h2 span::after{
	background:none;}
	
.ie9 .rightregio li{
	padding-bottom:27px;}
	

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
   ranken h2::before{
display:none !important;}
}
	



	
	



		/* Language */
		
.lang_sel_sel{
	background: #d6af47 none repeat scroll 0 0 !important;
    border: 1px solid #d6af47 !important;
    color: #fff !important;}
	
.lang_sel_other{
	font-size:1.2rem !important;
	text-transform:uppercase !important;
	border: 1px solid grey !important;
    color: #7e8082 !important;
    display: block !important;
    float: left !important;
    font-weight: 300 !important;
    line-height: inherit !important;
	padding: 0.3rem 1.4rem !important;
    text-align: center !important;
    text-transform: uppercase !important;
    transition: all 1s ease 0s !important;}

#lang_sel_list {
    font-family: "avenirlight",sans-serif !important;
    height: 72px !important;
    position: relative !important;
	float:right;
	z-index:9999 !important;
	padding:20px 0 0 0;
}


#lang_sel_list li{
	list-style-image:none !important;
	right:35px;}
	
#lang_sel_list ul a{
	font-size:1.2rem !important;
	text-transform:uppercase !important;
    display: block !important;
    float: left !important;
    font-weight: 300 !important;
    line-height: inherit !important;
	padding: 0.3rem 1.4rem !important;
    text-align: center !important;
    text-transform: uppercase !important;
    transition: all 1s ease 0s !important;}
	
	
#lang_sel_list a:hover{
	background: #d6af47 none repeat scroll 0 0 !important;
    color: #fff !important;}
	

	
#lang_sel_list ul{
	border-top:none !important;}
	
.icl-en{
	left:-45px;}
	
.mob_lang{
	display:none !important;}


.wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, .wpml-ls-statics-shortcode_actions a{
	border:none !important;
}

.wpml-ls-statics-shortcode_actions{
	background:none !important;
}

.wpml-ls-legacy-list-horizontal a span{
	vertical-align:top !important;
}





html {
  font-size: 62.5%;
}

body { 
  font-size:14px;
  font-size: 1.4rem;
  line-height:20px;
  line-height: 2rem;
  height: 100%;
  color:#fff;
  background-color:white;
}

a {
  color: #777776;
  text-decoration: none;
}

p, ul {
  margin: 0 0 28px 0;
}

p:last-child, ul:last-child {
  margin-bottom: 0;
}

li {
color:white;
  list-style-image:url(assets/images/list-image.png);
}

ul {
  list-style-position: outside;
}

ol {
  list-style-position: outside;
  list-style-type: decimal;
}

.ored{
	color:#af182e;
	font-weight:700;
}

.col{
    display: block;
    float: left;
	box-sizing: content-box;
}

.col img{
max-width:100%;	
}

.pb-60{
	padding-bottom:60px;
}

.pd-20{
	padding:20px 0;	
}

.pd-30{
	padding:30px 0;	
}

.pd-40{
	padding:40px 0;	
}

.pd-55{
	padding:55px 0;	
}

.pd-80{
	padding:80px 0;	
}

.pb-80{
	padding-bottom:80px !important;	
}

.pd-100{
	padding:100px 0;	
}

.pd-140{
	padding-top:40px;
	padding-bottom:100px;
}

.pb-100{
	padding-bottom:100px;
}

.pt-50{
	padding-top:50px;
}


.pr-135{
	padding-right:135px;
}
.pt-100{
	padding-top:80px;
}
.mb-20{
	margin-bottom:20px !important;	
}
.mb-50{
	margin-bottom:50px !important;
}
.mb-80{
	margin-bottom:80px !important;
}
.mt-50{
	margin-top:50px !important;
}
.mt-100{
	margin-top:100px !important;	
}

.btn{
	float:left;
	clear:both;
}

/* Content Elemente */


.pagenav_mobile .menu-item-23, .pagenav_mobile .menu-item-21, .menu-item-534{
	padding:0;
}

.menu-item-23, .menu-item-534{
	padding-left:62px;
}

.menu-item-21, .menu-item-532{
	padding-right:197px;
}





header{
    position: relative;
    width: 100%;
	background:#fff;
	height:150px;
	z-index:3000;
	-webkit-box-shadow: 0px 5px 25px -10px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 5px 25px -10px rgba(0,0,0,0.8);
	box-shadow: 0px 5px 25px -10px rgba(0,0,0,0.8);
}

header .logo img{
max-width:inherit;	
}

header .logo a{
	display:block;
}

.tophead.fixed{
	position:fixed;
}

header .container{
	padding:60px 0;
}

nav{
	position: relative;
	}

.nlbutton{
	position:fixed;
	right:0;
	top:50%;
	display:inline-block;	
	z-index:450;
	margin-top:-114px;
}


.centered{
text-align:center;
}

.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}

.container.centered p{
	margin:0 auto;
	text-align:center;
}

.container_fullWidth::after {
    clear: both;
    content: " ";
    display: table;
}

.container_fullWidth {
    width: 100%;
	position:relative;
}

.slideshow, .stoerer, .bildstoerer, .splitcontent, footer{
/*max-width:1200px;*/
margin:0 auto;
}

.menutrigger{
	float:right;	
	padding-right: 40px;
    padding-top: 20px;
    text-align: right;
}

.socialmedia{
	padding-top:10px;
}

.socialmedia a{
	margin-left:10px;
	float:right;
}

/* home slider */
.rsContent {
    height: 100%;
    position: relative;
    width: 100%;
}

.rsContainer {
    height: 100%;
    position: relative;
    width: 100%;
}

.rsSlide {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
	background:#000;
}

.royalSlider.home-top-slider h2{
	text-transform:uppercase;
	font-family:inherit;
	font-weight:600;	
}

.royalSlider.home-top-slider .rsSlide .rsImg{
	margin-left: 0 !important;
	opacity: 1;
	-moz-transition: opacity 0.35s;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.royalSlider.home-top-slider .rsSlide .hasblock:hover .rsImg{
	opacity: 0.50;
}

.royalSlider.home-top-slider .infoBlock {
	opacity:0;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all 1.25s;
	transition: all 1.25s;
    overflow: hidden;
    position: absolute;
    left: 0;
    text-align: left;
    top: 210px;
	max-width: 55%;
}

.royalSlider.home-top-slider .rsSlide:hover .infoBlock{
	opacity:1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.royalSlider.home-top-slider img.rsImg {
    position: absolute;
}

.royalSlider.home-top-slider {
    max-height: 750px;
    min-height: 400px;
    overflow: hidden;
    width: 100%;
}

.royalSlider.home-top-slider .container{
    position: relative;
}

.royalSlider.home-top-slider .infoBlock::after {
    clear: both;
    content: " ";
    display: table;
}	

.royalSlider.home-top-slider .infoBlock h2, .royalSlider.home-top-slider .infoBlock p {
	color:#fff;	
}

.royalSlider.home-top-slider .infoBlock .darklink{
	border:1px solid #fff;
	color:#fff;	
	margin-top:0;
}

.royalSlider.home-top-slider .infoBlock .darklink:hover{
	background:#000;
	color:#fff;
	border:1px solid #000;	
}

.page-id-724 .home-top-slider{
	height: 750px !important;
	max-height: 750px !important;
	min-height: 400px !important;
	overflow: hidden;
	width: 100%;
}

/*big*/
.royalSliderbig.home-top-slider-big .rsSlide .rsImg{
	opacity: 1;
	-moz-transition: opacity 0.35s;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.royalSliderbig.home-top-slider-big .rsSlide .hasblock:hover .rsImg{
	opacity: 0.50;
}

.royalSliderbig.home-top-slider-big .infoBlock {
	opacity:0;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all 1.25s;
	transition: all 1.25s;
    overflow: hidden;
    position: absolute;
    left: 0;
    text-align: left;
    top: 210px;
	max-width: 55%;
}

.royalSliderbig.home-top-slider-big .rsSlide:hover .infoBlock{
	opacity:1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.royalSliderbig.home-top-slider-big img.rsImg {
}

.royalSliderbig.home-top-slider-big {
    max-height: 750px;
    min-height: 400px;
    overflow: hidden;
    width: 100%;
	/*margin-top:-90px;*/
}

.royalSliderbig.home-top-slider-big .container{
    position: relative;
}

.royalSliderbig.home-top-slider-big .infoBlock::after {
    clear: both;
    content: " ";
    display: table;
}
	

.royalSliderbig.home-top-slider-big .infoBlock h2, .royalSlider.home-top-slider .infoBlock p {
	color:#fff;	
}

.royalSliderbig.home-top-slider-big .infoBlock .darklink{
	border:1px solid #fff;
	color:#fff;	
	margin-top:0;
}

.royalSliderbig.home-top-slider-big .infoBlock .darklink:hover{
	background:#000;
	color:#fff;
	border:1px solid #000;	
}

/* Produkt Slider */
#produkt-slider{
	margin-top:80px;
	/*width:940px;
	height:500px;*/
}

#produkt-slider .rsSlide{
	background:none;
}

.rsArrow{
	width:auto;
}


.rsArrowIcn{
	margin:0 !important;
}
	
/* thumb gal */
.thumbgal{
	overflow:hidden;
}

.thumbgal .galitem {
    float: left;
    overflow: hidden;
    position: relative;
	display:table;
	box-sizing:content-box;
	line-height:0;
}

.thumbgal img{
	max-width:100%;
	width:100%;
	line-height:0;
}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

/* quality */
.quality{
	margin-top:50px;
	color:#fff;	
}


/* service */

.servicetx li{
	color:#7e8082;
	list-style-image:none;
	text-align:left;
	list-style-position:inside;
	font-family: "avenirlight",sans-serif;
	font-size:1.5rem;
	
}

.servicetx ul{
	margin:0 auto;
}

.service{
	text-align:left;	
	margin-bottom:40px;
	min-height:150px;
}

.service p{
	max-width:80%;	
}

.service a{
	text-decoration:underline;
	color:#000;	
}

/* news */

.page-id-511 .rightregio li {
    padding-bottom: 27px !important;
}


.news{
	background:#fff;
}

.news .startnews{
	position:relative;
	width:40%;
	padding:5%;
	min-height:386px;
	left:2px;
	float:left;
	margin-left:0;
}

.container .wpcf7-submit{
	margin-top:0;	
}
.newslink, .wpcf7-submit, .mymail-form .submit-button, .blackborder{
	background:#fff;
	color:#000;
	border:1px solid #000;
	padding: 10px 20px;
	font-size:1.3rem;
	margin-top:20px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position:relative;
}
.newslink:hover, .wpcf7-submit:hover, .mymail-form .submit-button:hover, .blackborder:hover{
	background:#000;
	color:#fff;
}

.alllink{
margin: 0 auto 0 320px;
width:220px;	
}

.newsheadline a{
	color:#a0d232;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
}
	
.stoerer{
	position:relative;
	max-height:485px;
	width:100%;
	overflow:hidden;
	clear:both;
}
	
.stoerer img, .bildstoerer img, .fullpic img, .third img{
	width:100%;
	height:100%;
	float:left;
}
		
.stoerer_text {
    max-width: 940px;
    position: absolute;
    text-align: center;
    top: 25%;
    z-index: 999;
	width:100%;
}
	
.stoerer_text h3{
    background-color: rgba(0, 0, 0, 0.7);
    clear: both;
	font-size:50px;
	font-size:5rem;
    display: inline-block;
    margin-bottom: 30px;
    padding: 20px;
    text-transform: uppercase;
}

.stoerer_text p{
    background-color: rgba(0, 0, 0, 0.7);
    clear: both;
    display: inline-block;
    padding: 14px;
	color:#fff;
}

.splitcontent .g-6{
	width:40%;	
	margin:0;
	padding:5%;
}

.splitcontent .fullpic{
	padding:0 !important;
	width:50%;	
}

.splitcontent .whitebg p, .splitcontent .whitebg h1, .whitebg h1, .whitebg p, .whitebg ul{
	color:#474644;
}

.tlnews {
    background-color: #474644;
    bottom: 35px;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.tlmesse {
    background-color: #474644;
    bottom: 35px;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

/* Presse */
.presscont .newslink{
	float:left;
	margin-top:5px;
}
.presscont h3{
	color:#000;	
	font-size:19px;
	font-size:1.9rem;
	line-height:2.4rem;
}

.whitebg{
 background:#fff;	
}

.whitebg p{
	color:#1d1d1d;	
}

/* Links */
.darklink{
	text-transform:uppercase;
	color:#fff;
	border:1px solid #fff;
	padding: 10px 20px;
	font-size:1.3rem;
	margin-top:20px;	
	transition: all 0.5s ease 0s;
	float:left;
}

.darklink:hover{
	background:#fff;
	color:#000;		
}

.grey-btn{
	border: 2px solid grey;
    color: #7e8082;
    font-weight: 300;
	padding:12px 20px;
    padding: 1.2rem 2rem ;
	line-height:inherit;
	display:block;
	float:left;
    text-align: center;
    text-transform: uppercase;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.grey-btn:hover{
	background:#d6af47;
	color:#fff;
	border: 2px solid transparent;	
}

.white-btn{
	color:#fff;
	text-transform:uppercase;
	border:2px white solid;
	padding:8px 12px;
	padding: 0.8rem 1.2rem;
	  display: inline-block;
    margin-top: 20px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.white-btn:hover{
	background:#fff;
	color:#d6af47;
	border: 2px solid transparent;	
}

.txregio{
	position:relative;	
}


.newtxregio p{
	max-width:60%;	
}

/* Page Navigation */
.navigation{
float:right;	
}

.pagenav {
  z-index:3000;
  color:#474644;
}

.pagenav.show{
	display:block;
}

.pagenav ul {
  list-style: none;
  padding: 0;
}

.pagenav > ul {
  display: table;
}

.pagenav li {
  display: inline-block;
  text-align: center;
}

.pagenav a {
	position:relative;
	display: block;
	font-size:14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin-right:14px;
	padding:0 1rem 1rem 1rem;
	text-transform:uppercase;
}

.pagenav a:after{
	transition: opacity 0.5s ease;
	opacity: 0;
}

.pagenav a:hover:after, .pagenav li.current-menu-item a:after {
	opacity: 1;
	content: "";
	position: absolute; 
	bottom: -3px; 
	left: -3px;
	right: -3px; height: 2px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c47335+0,e5ab5b+18,fed176+51,e5ab5b+81,c47335+100 */

background: #e5ab5b; /* Old browsers */

background: -moz-linear-gradient(left,  #c47335 0%, #e5ab5b 18%, #fed176 51%, #e5ab5b 81%, #c47335 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left,  #c47335 0%,#e5ab5b 18%,#fed176 51%,#e5ab5b 81%,#c47335 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right,  #c47335 0%,#e5ab5b 18%,#fed176 51%,#e5ab5b 81%,#c47335 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c47335', endColorstr='#c47335',GradientType=1 ); /* IE6-9 */

}

.footernav a:hover, .footernav li.current-menu-item a{
	border-bottom:none !important;	
	color:#a0d232;
}

.pagenav li:hover > ul{
	display: block;
}

.pagenav .sub-nav-container:before {
    background: url("assets/images/sprites/main.png") no-repeat scroll -76px -115px rgba(0, 0, 0, 0);
    content: " ";
    display: block;
    height: 6px;
    left: 25%;
    margin-left: -7px;
    position: absolute;
    top: 4px;
    width: 15px;
}
.pagenav .sub-nav-container {
  display: none;
  position: absolute;
  z-index: 110;
}
.pagenav .sub-menu {
  display: none;
  background:#0096d6;
  position:absolute;
  z-index:9999;
  max-width:170px;
  padding-top:0px !important;
}
.pagenav .sub-menu li {
  background: white;
  display: block;
  position: relative;
}
.pagenav .sub-menu li:first-child a {
  border-top: none;
}
.pagenav .sub-menu li:hover > a {
  background: whitesmoke;
  color: #999998;
}
.pagenav .sub-menu a {
  border-top: 1px solid #ddd;
  color: #999998;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 20px;
  text-align: left;
  }
.pagenav .sub-menu a:hover {
  background: whitesmoke;
  color: #999998;
}
.menulink{
  font-size:3rem;
  color:#1d1d1d;
  position:relative;
  white-space:nowrap;
  display:none;
  float:right;
  margin-right:20px;
}

.pagenav_mobile {
    display: none;
	margin-top:0;
}

.pagenav_mobile .mm-listview{
	margin-top:20px;
}

.pagenav_mobile .menu-item-23, .pagenav_mobile .menu-item-21{
	padding:0;
}

.pagenav_mobile ul li a {
	padding: 10px 20px;
	border-bottom:1px solid #666;	
	display:block;
}



.pagenav_mobile ul li a{
color:#d6af47;	
}




.mob-menu-toggle{
	display:none;	
}

.wrapper{
	margin: 0 auto;
    max-width: 940px;
 }	
.mymail-form label{
	float:left;	
}
.mymail-form .mymail-list li{
	 margin-left:5%;	
	 display:inline-block;
	 float:left;
 }
 
.mymail-form .mymail-list{
	margin-left:5%;
}

.pshopping .g-7 img{
	float:left;
	max-width:inherit;
	margin-left:-25px;
	margin-top:-130px;	
}


/* Über Uns */

.ue-u-img{
	position: relative;
	float: left;
	max-height: 310px;
}

.ue-u-img img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}


 /* Footer */
 
 .footercont img{
	 width:80%;
 }
 
 .royalSlider .home-top-slider .infoBlock{
    display: block;
    left: 0;
    max-width: 55%;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 210px;
    transform: scale(1.5);
    transition: all 1.25s ease 0s;
}
footer{
	color:#fff;
	width:100%;
	background-color: #282828;
	background-size:cover;
	min-height: 380px;
}

footer p{
	font-weight:100;
}

footer .copy{
	color:#474644;	
}

footer .greyfabric p{
	color:#fff;	
}

footer .pd-55 a{
	text-decoration:underline;
	color:#000;	
}

.backlink{
	text-align:center;	
}

.backlink:hover{
	background:#e6e6e6;
	color:#1d1d1d;
}

.prodback{
	background:#fff;
	color:#1d1d1d;	
	text-align:center;
}

.prodback:hover{
	background:#a0d232;
	color:#fff;	
}

.menu-item-21{
	padding-right:197px;
}

.menu-item-23{
	padding-left:62px;
}

.logo{
	left: 50%;
	margin: -21px -5px;
	transform: translateX(-50%);
	position: absolute;
	z-index:3000;
	width:197px;
	height:110px;
}

.homepic{
	position:relative;
	float:left;
}

.hometx{
	position:absolute;
	bottom: 32px;
	left:0;
	width:100%;
}

.hometx h2 span{
	color:white !important;
}

.hometx h2:after{
    width: 80%;
	content: "";
	position: absolute; 
	top: 37px; 
	height: 2px; 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c47335+0,e5ab5b+18,fed176+51,e5ab5b+81,c47335+100 */

background: #e5ab5b; /* Old browsers */

background: -moz-linear-gradient(left,  #c47335 0%, #e5ab5b 18%, #fed176 51%, #e5ab5b 81%, #c47335 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left,  #c47335 0%,#e5ab5b 18%,#fed176 51%,#e5ab5b 81%,#c47335 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right,  #c47335 0%,#e5ab5b 18%,#fed176 51%,#e5ab5b 81%,#c47335 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c47335', endColorstr='#c47335',GradientType=1 ); /* IE6-9 */

	transform:translateX(-50%); 
		-ms-transform: translateX(-50%) !important; 
		 -webkit-transform:translateX(-50%) !important; 
		left:50% !important;}

.homelink{
	padding-top:30px;
}
.fl{
	float:left;
}

.conthead h1{
    color: #7e8082;
    font-family: "kepler-std-semicondensed",serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 4.4rem;
	padding:0 0 20px 0;
}

.conthead u{
    color: #7e8082;
    font-family: "kepler-std-semicondensed",serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 3.5rem;
}


.headlines, .headlines_d{
	padding:0 0 60px;}




.booking{
	margin:0 auto;
	padding-top:40px;
}


.btn01{
	margin-left:30px;}
	
.btn02{
	margin-left:10px;}


.booking h3{
	border: 2px grey solid;
	font-weight: 300;
    padding: 4px !important;
    text-transform: uppercase;
	color:#7e8082 !important;
	text-align: center !important;
}

.newsbild {
    height: 280px;
    object-fit: cover;
}

.newsbild img{
    object-fit: cover;
	height:100%;
	width:100%;
}

.buchungsformular{
	margin:0 auto;
	padding-top:40px;
	color:white;
}

.buchungsformular h3{
	border: 1px white solid;
	font-weight: 300;
    padding: 4px;
    text-transform: uppercase;
	width: 25.0%;
	margin: 0 auto;
	color:white;
}

.news .pt-1:first-child{
	padding-top:0;
}

.homerep{
	position:relative;
}

.rsCaption del{
	color:#d6af47;
	text-decoration:none;
}

h1:link{
	color:#7e8082;
}

.fl{
	float:left;
}

.tr{
	text-align:right;
}

.newstext h3{
	text-align:left;
	text-transform:uppercase;
	color:#d6af47;
	font-size: 1.7rem;
	line-height: 2.7rem;
	padding-bottom: 15px;
}

.impre h1{
	color: #7e8082;
    font-family: "kepler-std-semicondensed",serif;
    font-size: 3.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.6rem;}

.newstext p{
	margin-bottom:10px;
}

.date{
	color:#d6af47;
}

.news{
	background: #f9f9f9;
}

.newshead h2{
	padding-bottom:60px;
	color:#d6af47;
}

.more{
	margin-top:-14px;
}


.footerbg p{
	color: white;
}

.iframe{
	position:relative;
}

.bildrahmen{
	position:relative;
	display: inline-block;
	margin-top:20px;
}

.footerbg{
	padding-top:68px;
}

.footeroeffnung{
	   margin-right: 294px;
	   margin-top:-130px;
}

.oeff{
	position:absolute;
}

.innerright a{
	color:white;
}

.uutext{
	margin:0 auto;
}

.servrep{
	position:relative;
}

.zimlist ul{
	float:left;
	padding-left: 170px;
}

.zimwert{
	color:white;
	font-size: 2rem;
    text-transform: uppercase;
}

.zimswitch{
	background-color:#d6af47;}
	
.zimreptx p{
	color:white !important;
}
	
.schlafsiegel{
	left: 50%;
    margin: -81px auto 0 -178px;
    position: absolute;
}

.zimnew{
	color:white;
}

.preiswert.dreieck::after{
	border-style: solid;
	border-width: 23px 40px 0;
	border-color: #ffffff transparent transparent transparent;
    content: "";
    height: 2px;
    margin-left: -46px;
    margin-top: -70px;
    opacity: 1;
    position: absolute;
}
	
.dreieck::after{
	border-style: solid;
	border-width: 50px 50px 0 50px;
	border-color: #ffffff transparent transparent transparent;
    content: "";
    height: 2px;
    margin-left: -46px;
    margin-top: -70px;
    opacity: 1;
    position: absolute;
}

.zimreptx{
	padding-bottom:30px
}

.zimgal{
	margin-top:-5px;
}

.regiotx{
	position:relative;
}

.regiomitte{
	margin:0 auto;
	
}

.regioauf li{
	color: #7e8082 !important;
	list-style:none;
	padding-bottom: 30px;
}

.regioauf li:before{
	content: url("assets/images/sternaufz.png");
    margin-left: -30px;
    padding-right: 10px;
    position: absolute;}

.regioaz{
	position:relative;
}

.ranken h2::before{
	content:url("assets/images/rankelinks.png");
	margin-left: -196px;
    margin-top: -13px;;
    position: absolute;
}

.ranken h2::after{
	content:url("assets/images/rankerechts.png");
  	margin-left: 54px;
    margin-top: -13px;
    position: absolute;
}
	
.pb-100{
	padding-bottom:100px;
}

.pb-40{
	padding-bottom:40px;
}

iframe{
	position:relative;
}

.footerframe{
	position:relative;
}

.bildrahmen{
	position:relative;	
}

.bildrahmen img{
	width:100%;	
}

.footerframe iframe{
	position: absolute;
    left: 19px;
    top: 41px;
    z-index: 200;
    height: 70%;
    width: 87%;
}

.rightregio li{
	color:#7e8082 !important;
	list-style:none;
	padding-bottom:7px;
}

.rightregio li:before{
    content: url("assets/images/sternaufz.png");
    margin-left: -30px;
    padding-right: 10px;
    position: absolute;
}

.preiswert p{
	color:white;
	font-size:20px;
	font-size:2rem;
	text-transform:uppercase;
}

.show_hide{
	display:none;
	cursor:pointer;
}

footer a {
	color:#d6af47;
}
	
.preise div{
	padding-bottom:8px;
	padding-top:8px;
}

.preise div:first-child, div:nth-child(2) , div:nth-child(3), div:nth-child(4) {
	border:none;
}

 .zimswitch h2, .zimswitch p{
	color:white !important;
}

.preisbez p{
	color:#947c31 !important;
}

.pt-180{
	padding-top:180px;
}

.pb-40{
	padding-bottom:40px;
}

.pb-50{
	padding-bottom:50px;
}

.zierleiste{
	background: #e5ab5b;
background: -moz-linear-gradient(left, #c47335 0%, #e5ab5b 18%, #fed176 51%, #e5ab5b 81%, #c47335 100%);
background: -webkit-linear-gradient(left, #c47335 0%,#e5ab5b 18%,#fed176 51%,#e5ab5b 81%,#c47335 100%);
background: linear-gradient(to right, #c47335 0%,#e5ab5b 18%,#fed176 51%,#e5ab5b 81%,#c47335 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c47335', endColorstr='#c47335',GradientType=1 );
height: 2px;
}

.newsbild img{
	float:left;
}

.imp a{
	color:white;
	font-size:12pt;
	font-size:1.2rem;
}

.imp p{
	font-size:12pt;
	font-size:1.2rem;
}

.back p{
	margin:0 !important;
}

#home-top-slider img{
	width:100%;
}

#top-slider-small img{
	width:100%;
 }
 
.royalSliderbig p{
	position:relative;
	z-index:500;
	width:50%;
 }
 
.back{
	padding:0 !important;
 }
 
.newstextfull h3{ 
	color: #d6af47;
    text-align: left;
	margin-top:0;
    text-transform: uppercase;
}

.newstext{
	padding:20px 40px;}

.pt-15{
	padding-top: 15px;
}

.ptb-15{
	padding: 15px 0;
}

.ptb-60{
	padding: 60px 0;
}

.pb-40{
	padding-bottom: 40px;
}

.pt-40{
	padding-top: 40px;
}

.pt-60{
	padding-top: 60px;
}

.pt-80{
	padding-top: 80px;
}


.bg-grey{
	background-color: #f9f9f9;
}



.blackpat h3{
	text-align:left;
}

.blackpat a{
	color:#d6af47;
}

.newstextfull{
	margin-top:0;
}
	
.show_hide a:hover{
	color: white !important;
}
		
.clear{
	clear:both;
}

.pt-50{
	padding-top:50px;
}

.show_hide2 p:hover{
	cursor:pointer;
	color:white !important;
}

.show_hide p:hover{
	color:white !important;
}

.dreieck p{
	color:white !important;
}

.zimwert a{
	color:white !important;
}
.imagecont{
	position:relative;
}
.overlay{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:0;
    color: #fff;
	    background: url("assets/images/tsymbol.png") rgba(0, 0, 0, .6);
	background-repeat:no-repeat;
	background-position:center;	
		-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.overlay p{
	z-index:2000;
	text-transform:uppercase;
	color:white;
	margin-left:90px;
	margin-top:260px;
}

.imagecont:hover .overlay{
	 opacity:1;

}

/* siegel */


.siegel{
	width:120px !important; 
	background-color: #ffffff !important;
	margin: 40px 0;
}


 
/* mmenu */
 
 
 .mm-menu.mm-horizontal > .mm-panel {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}

.mm-menu .mm-hidden {
    display: none;
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}

.mm-menu,
.mm-menu > .mm-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.mm-menu {
    background: inherit;
    display: block;
    overflow: hidden;
    padding: 0;
}

.mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.mm-menu > .mm-panel.mm-opened {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
}

.mm-menu > .mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -moz-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    -o-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
}

.mm-menu > .mm-panel.mm-highest {
    z-index: 1;
}

.mm-menu .mm-list {
    padding: 20px 0;
}

.mm-menu > .mm-list {
    padding-bottom: 0;
}

.mm-menu > .mm-list:after {
    content: '';
    display: block;
    height: 40px;
}

.mm-panel > .mm-list {
    margin-left: -20px;
    margin-right: -20px;
}

.mm-panel > .mm-list:first-child {
    padding-top: 0;
}

.mm-list,
.mm-list > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-list {
    font: inherit;
    font-size: 14px;
}

.mm-list a,
.mm-list a:hover {
    text-decoration: none;
}

.mm-list > li {
    position: relative;
}

.mm-list > li > a,
.mm-list > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 0;
    position: relative;
    left: auto;
}

.mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.mm-list a.mm-subopen:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%;
}

.mm-list a.mm-subopen.mm-fullsubopen:before {
    border-left: none;
}

.mm-list .mm-opened a.mm-subopen + a{
	background:#666;	
	color:#fff;
}

.mm-list .mm-opened a.mm-subopen{
	background:#666 !important;	
}

.mm-list .mm-opened a.mm-subopen:after{
	border-color:#fff !important;
}


.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
    padding-right: 5px;
    margin-right: 40px;
}

.mm-list > li.mm-selected > a.mm-subopen {
    background: transparent;
}

.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0;
}

.mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px;
}

.mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px;
}

.mm-list > li.mm-spacer {
    padding-top: 40px;
}

.mm-list > li.mm-spacer.mm-label {
    padding-top: 25px;
}

.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
}

.mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px;
}

.mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent;
}

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
    display: block;
}

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
    height: 40px;
}

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
    height: 25px;
}

html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu {
    background: #333333;
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
    box-sizing: border-box;
    position: relative;
	overflow:hidden;
}

.mm-slideout {
    -webkit-transition: -webkit-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
}

html.mm-opened {
    overflow: hidden;
    position: relative;
}

html.mm-opened body {
    overflow: hidden;
}

html.mm-background .mm-page {
    background: inherit;
}

#mm-blocker {
    background: rgba(255, 255, 255, 0.2);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
    display: block;
}

.mm-menu.mm-offcanvas {
    display: none;
    position: fixed;
}

.mm-menu.mm-current {
    display: block;
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}

html.mm-opening #page {
    opacity: 1;
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0);
}


.center{
	margin:0 auto;}

@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0);
    }
}

@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -moz-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        -o-transform: translate(440px, 0);
        transform: translate(440px, 0);
    }
}

/*
	jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}

.mm-buttonbar:after {
    content: '';
    display: block;
    clear: both;
}

.mm-buttonbar > * {
    border-left: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mm-buttonbar > a {
    text-decoration: none;
}

.mm-buttonbar > input {
    position: absolute;
    left: -1000px;
    top: -1000px;
}

.mm-buttonbar > input:checked + label {
    border-color: transparent !important;
}

.mm-buttonbar > *:first-child,
.mm-buttonbar > input:first-child + * {
    border-left: none;
}

.mm-buttonbar.mm-buttonbar-2 > * {
    width: 50%;
}

.mm-buttonbar.mm-buttonbar-3 > * {
    width: 33.33%;
}

.mm-buttonbar.mm-buttonbar-4 > * {
    width: 25%;
}

.mm-buttonbar.mm-buttonbar-5 > * {
    width: 20%;
}

.mm-header .mm-buttonbar {
    margin-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
}

.mm-footer .mm-buttonbar {
    border: none;
    border-radius: none;
    line-height: 40px;
    margin: -10px -10px 0 -20px;
}

.mm-footer .mm-buttonbar > * {
    border-left: none;
}

.mm-list > li > .mm-buttonbar {
    margin: 10px 20px;
}

.mm-menu .mm-buttonbar {
    border-color: rgba(255, 255, 255, 0.6);
    background: #333333;
}

.mm-menu .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: #333333;
}

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 40px;
    top: 50%;
}

em.mm-counter + a.mm-subopen {
    padding-left: 40px;
}

em.mm-counter + a.mm-subopen + a,
em.mm-counter + a.mm-subopen + span {
    margin-right: 80px;
}

em.mm-counter + a.mm-fullsubopen {
    padding-left: 0;
}

.mm-vertical em.mm-counter {
    top: 12px;
    margin-top: 0;
}

.mm-nosubresults > em.mm-counter {
    display: none;
}

.mm-menu em.mm-counter {
    color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/*
	jQuery.mmenu footer addon CSS
*/
.mm-footer {
    background: inherit;
    border-top: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px 10px 0 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
}

.mm-menu.mm-hasfooter > .mm-panel:after {
    height: 80px;
}

.mm-menu .mm-footer {
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
    background: inherit;
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 0 50px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.mm-header .mm-title,
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
    padding-top: 30px;
}

.mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
}

.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    min-width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.mm-header .mm-prev {
    padding-left: 20px;
    padding-right: 10px;
    left: 0;
}

.mm-header .mm-next,
.mm-header .mm-close {
    padding-left: 10px;
    padding-right: 20px;
    right: 0;
}

.mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-header [href].mm-prev:before {
    border-right: none;
    border-bottom: none;
    margin-left: 2px;
    margin-right: 5px;
}

.mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
    margin-left: 5px;
    margin-right: -2px;
}

.mm-header [href].mm-next:after {
    border-top: none;
    border-left: none;
}

.mm-header [href].mm-close:after {
    content: 'x';
}

.mm-menu.mm-hassearch .mm-header {
    height: 50px;
    top: 50px;
}

.mm-menu.mm-hassearch .mm-header .mm-title,
.mm-menu.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-hassearch .mm-header .mm-next,
.mm-menu.mm-hassearch .mm-header .mm-close {
    padding-top: 20px;
}

.mm-menu.mm-hasheader li.mm-subtitle {
    display: none;
}

.mm-menu.mm-hasheader > .mm-panel {
    padding-top: 80px;
}

.mm-menu.mm-hasheader > .mm-panel.mm-list {
    padding-top: 60px;
}

.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
    margin-top: -20px;
}

.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
    padding-top: 120px;
}

.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
    padding-top: 100px;
}

.mm-menu .mm-header {
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-header .mm-prev:before,
.mm-menu .mm-header .mm-next:after,
.mm-menu .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu labels addon CSS
*/
.mm-list li.mm-label > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px;
}

.mm-list li.mm-label.mm-opened a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
    display: none;
}

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
    top: 8.5px;
}

.mm-menu .mm-list li.mm-label > div > div {
    background: rgba(255, 255, 255, 0.05);
}

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
    box-sizing: border-box;
}

.mm-list > li.mm-search {
    padding: 10px;
    margin-top: -20px;
}

.mm-list > li.mm-subtitle + li.mm-search {
    margin-top: 0;
}

div.mm-panel > div.mm-search {
    padding: 0 0 10px 0;
}

.mm-menu.mm-hasheader .mm-list > li.mm-search {
    margin-top: 0;
}

.mm-menu > .mm-search {
    background: inherit;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.mm-search {
    padding: 10px;
}

.mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px;
}

.mm-search input::-ms-clear {
    display: none;
}

.mm-menu .mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    display: none;
    padding: 60px 0;
}

.mm-menu .mm-noresultsmsg:after {
    border: none !important;
}

.mm-noresults .mm-noresultsmsg {
    display: block;
}

.mm-menu li.mm-nosubresults > a.mm-subopen {
    display: none;
}

.mm-menu li.mm-nosubresults > a.mm-subopen + a,
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px;
}

.mm-menu.mm-hassearch > .mm-panel {
    padding-top: 70px;
}

.mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
    margin-top: -20px;
}

.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
    margin-top: -10px;
}

.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
    padding-top: 0;
}

.mm-menu .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
    position: absolute;
    left: -10000px;
}

label.mm-toggle,
label.mm-check {
    margin: 0;
    position: absolute;
    bottom: 50%;
    z-index: 2;
}

label.mm-toggle:before,
label.mm-check:before {
    content: '';
    display: block;
}

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-bottom: -15px;
}

label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
    float: right;
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-bottom: -15px;
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
    opacity: 1;
}

.mm-menu.mm-vertical .mm-list > li label.mm-toggle, .mm-menu.mm-vertical .mm-list > li label.mm-check {
    bottom: auto;
    margin-bottom: 0;
}

.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
    top: 5px;
}

.mm-menu.mm-vertical .mm-list > li label.mm-check {
    top: 5px;
}

label.mm-toggle, label.mm-check {
    right: 20px;
}

label.mm-toggle + a,
label.mm-toggle + span {
    margin-right: 70px;
}

label.mm-check + a,
label.mm-check + span {
    margin-right: 50px;
}

a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
    right: 50px;
}

a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
    margin-right: 100px;
}

a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
    margin-right: 80px;
}

em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
    right: 90px;
}

em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
    margin-right: 140px;
}

em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
    margin-right: 120px;
}

.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, 0.15);
}

.mm-menu label.mm-toggle:before {
    background: #333333;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

.mm-menu label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.6);
}




/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}

html.mm-slide.mm-opened .mm-menu {
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
}

html.mm-slide.mm-opening .mm-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

html.mm-slide.mm-right.mm-opened .mm-menu {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%);
}

html.mm-slide.mm-right.mm-opening .mm-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

html.mm-slide.mm-top.mm-opened .mm-menu {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}

html.mm-slide.mm-top.mm-opening .mm-menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

html.mm-slide.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
}

html.mm-slide.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

html.mm-zoom-menu .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}

html.mm-zoom-menu.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateX(-30%);
    -moz-transform: scale(0.7, 0.7) translateX(-30%);
    -ms-transform: scale(0.7, 0.7) translateX(-30%);
    -o-transform: scale(0.7, 0.7) translateX(-30%);
    transform: scale(0.7, 0.7) translateX(-30%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

html.mm-zoom-menu.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateX(30%);
    -moz-transform: scale(0.7, 0.7) translateX(30%);
    -ms-transform: scale(0.7, 0.7) translateX(30%);
    -o-transform: scale(0.7, 0.7) translateX(30%);
    transform: scale(0.7, 0.7) translateX(30%);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateY(-30%);
    -moz-transform: scale(0.7, 0.7) translateY(-30%);
    -ms-transform: scale(0.7, 0.7) translateY(-30%);
    -o-transform: scale(0.7, 0.7) translateY(-30%);
    transform: scale(0.7, 0.7) translateY(-30%);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
}

html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0%);
    -moz-transform: scale(1, 1) translateY(0%);
    -ms-transform: scale(1, 1) translateY(0%);
    -o-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%);
}

html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateY(30%);
    -moz-transform: scale(0.7, 0.7) translateY(30%);
    -ms-transform: scale(0.7, 0.7) translateY(30%);
    -o-transform: scale(0.7, 0.7) translateY(30%);
    transform: scale(0.7, 0.7) translateY(30%);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0%);
    -moz-transform: scale(1, 1) translateY(0%);
    -ms-transform: scale(1, 1) translateY(0%);
    -o-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%);
}

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
    -webkit-transform: scale(1.5, 1.5) translateX(100%);
    -moz-transform: scale(1.5, 1.5) translateX(100%);
    -ms-transform: scale(1.5, 1.5) translateX(100%);
    -o-transform: scale(1.5, 1.5) translateX(100%);
    transform: scale(1.5, 1.5) translateX(100%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: -webkit-transform, left;
    transition-property: transform, left;
}

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(0.7, 0.7) translateX(-30%);
    -moz-transform: scale(0.7, 0.7) translateX(-30%);
    -ms-transform: scale(0.7, 0.7) translateX(-30%);
    -o-transform: scale(0.7, 0.7) translateX(-30%);
    transform: scale(0.7, 0.7) translateX(-30%);
}

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0);
    }
}

@media all and (min-width: 10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(10000px, 0);
        -moz-transform: translate(10000px, 0);
        -ms-transform: translate(10000px, 0);
        -o-transform: translate(10000px, 0);
        transform: translate(10000px, 0);
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
    }
}

@media all and (min-width: 10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-10000px, 0);
        -moz-transform: translate(-10000px, 0);
        -ms-transform: translate(-10000px, 0);
        -o-transform: translate(-10000px, 0);
        transform: translate(-10000px, 0);
    }
}

.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
    height: 100%;
    min-height: 140px;
    max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important;
}

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.mm-menu.mm-right {
    left: auto;
    right: 0;
}

.mm-menu.mm-bottom {
    top: auto;
    bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    -o-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
}

.weiche-background {
	background-color: #282828;
    height: 100%;
    position: fixed;
    width: 100%;
	opacity:1;
}


.weiche-zierleiste {
    background-image: url("assets/images/weiche/zierleiste2.jpg");
    background-repeat: repeat-x;
    height: 20px;
}

.page-id-358  header{
	display:none !important;}
	
.page-id-358 .lang_sw{
	display:none !important;}
	
.page-id-358 .mob_lang{
	display:none !important;}

.weicheheader{
	display: none !important;
}


@media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
    }
}

@media all and (min-width: 550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -moz-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        -o-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
    }
}

/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    z-index: 0 !important;
}

.mm-menu.mm-front {
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

html.mm-opened.mm-next .mm-page {
    box-shadow: none;
}

.mm-menu.mm-front, .mm-menu.mm-next {
    -webkit-transition: -webkit-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.mm-menu.mm-front.mm-top {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.mm-menu.mm-front.mm-bottom {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
    height: 80%;
    min-height: 140px;
    max-height: 880px;
}

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light {
    background: #f3f3f3;
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
       border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-buttonbar {
    border-color: rgba(0, 0, 0, 0.6);
    background: #f3f3f3;
}

.mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3;
}

.mm-menu.mm-light label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-footer {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-header .mm-prev:before,
.mm-menu.mm-light .mm-header .mm-next:after,
.mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list li.mm-label > div > div {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-search input {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3;
}

.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

html.mm-opened.mm-white .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white {
    background: white;
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06);
}

.mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-buttonbar {
    border-color: rgba(0, 0, 0, 0.6);
    background: white;
}

.mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white;
}

.mm-menu.mm-white label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-footer {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-header .mm-prev:before,
.mm-menu.mm-white .mm-header .mm-next:after,
.mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list li.mm-label > div > div {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-search input {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white label.mm-toggle:before {
    background: white;
}

.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

html.mm-opened.mm-black .mm-page {
    box-shadow: none;
}

.mm-menu.mm-black {
    background: black;
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25);
}

.mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black .mm-buttonbar {
    border-color: rgba(255, 255, 255, 0.6);
    background: black;
}

.mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black;
}

.mm-menu.mm-black label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black em.mm-counter {
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-footer {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-header {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-header .mm-prev:before,
.mm-menu.mm-black .mm-header .mm-next:after,
.mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list li.mm-label > div > div {
    background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black label.mm-toggle {
    background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black label.mm-toggle:before {
    background: black;
}

.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

.mm-menu li.img:after {
    margin-left: 80px !important;
}

.mm-menu li.img a {
    font-size: 16px;
}

.mm-menu li.img a img {
    float: left;
    margin: -5px 10px -5px 0;
    border-radius: 100px;
}

.mm-menu li.img a .subcaption {
    font-size: 12px;
}

.corinfo{
    position: fixed;
    right:0;
    top:35%;
    background: #d6af47;
    z-index: 999;
}

.corinfo img{
    max-width:60px;
    margin-bottom:5px;
}

.corinfo a{
    display: inline-block;
    width:100%;
    height: 100%;
    color:#fff;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}


.wpgmp-map-3, .footerbg .BorlabsCookie{
    position: absolute;
    left:22px;
    top:45px;
}

.footerbg ._brlbs-content-blocker{
    max-width: 268px;
}

._brlbs-switch-consent{
    color:#7e8082;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input[type="checkbox"]{
    -webkit-appearance:checkbox;
    -moz-appearance:checkbox;
}


@media all and (max-width:430px){
    .corinfo span{
       display: none;
    }
    
    .corinfo a{
    padding:10px 7px;        
    }
    
    .corinfo img{
        width: 50px;
        margin-bottom:0;
    }
}

/*Responsive*/

@media all and (max-width:1024px){
	
	.newstextfull{
		width:45%;
	}
	
	.booking{
		width:34%;
	}
	
	
	.newstextfull{
		padding-top:50px;
		width:80%;
	}
	
	
	.news .g-7{
		width:100%;
	}
	
	.newsbild{
		float:none;
		margin:0 auto;
		width:100%;
	}
	
	.newsbild img{
		width:100%;
	}
	

	
	.newssingle{
		width:50%;
	}
	
}

@media all and (max-width:951px){
	
		.menu-item-23, .menu-item-534{
		padding-left:0px;}
		
	.menu-item-21, .menu-item-532{
		padding-right:0px;}
		
		.mob_lang{
	display:block !important;
	margin-top: -60px;
    margin-left: -40px;}
	
	
	.menulink {
    display: block;
	 left: auto;
    right: 0;
}
	
	
	.pagenav{
		display:none;
	}
	

}

@media all and (max-width:768px){
	
	.siegel{
			margin-left: 50%;
		
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);

	}
	
	
	
	strong br{
    position: relative !important;
    display: block;
}


	footer strong{
		position:absolute !important;}

	
		
	.tr{
		width:auto;}

	
	p strong {
    font-family: 'avenirheavy';
    font-weight: 300;
    display: block;
}

	
		h1 span{
		display:block;}
		
		
		h1 span:after{
			display:none;}
		
	
	.mob_imp{
		width:90% !important;
		padding:0 20px !important;}	
		
	.mob_imp2{
		width:90% !important;
		padding:0 20px 40px !important;}		
	

	
	.respon{
		margin-left:30px;
	}
	
	.pl-35{
		padding-left:0;
	}
	
	h1 span:after{
		max-width:100%;
	}
	
	.footerbg .g-6{
		width:45.5% !important;
	}
	
	
	
	.newstextfull{
		width:45%;
	}
	
	
	.newstextfull{
		padding-top:50px;
		width:80%;
	}
	
	.zimlist ul{
		padding-left:74px;
	}
	
	.kontakttx{
		width:80%;
	}
	
	.footercont2{
		width:23%;
	}
	
	.ranken h2::after{
		margin-left:10px;
	}
	
	.ranken h2::before{
		margin-left:-146px;
	}
	
	
	.zimswitch .g-8{
		width:90%;
	}
	
	.zimswitch .g-12{
		width:93%;
	}
	
	.rsArrowLeft{
		left:27px !important;
	}
	
	.rsArrowRight{
		right:60px !important;
	}
	
	.zimlist ul{
		padding-right:90px;
	}
	
	.servicetx{
		width:96.667% !important;
	}
	
	.h2cont{
		width:86.667%;
		margin:0 auto;
	}
	
	blockquote::before{
		margin-left: -308px;
		padding-top: 12px;
	}
	
	blockquote::after{
		margin-left: 262px;
		margin-top: -66px;
	}
	
	h2 span:after {
		left: 24px;
		right: -3px;
		height: 2px;
	}
	
	.news .g-7{
		width:100%;
	}
	
	.footerbg{
		padding-left: 22px;
   		padding-right: 32px;
	}
	
	.booking{
   		padding-top: 40px;
    	width: 42%;
	}
	
	.newsbild{
		float:none;
		margin:0 auto;
		width:100%;
	}
	
	.newsbild img{
		width:100%;
	}
	
	
	
	.newssingle{
		width:50%;
	}
	
	
}

@media all and (max-width:670px){
	
	.imp{
		padding-bottom:40px;}
	
	
	.zimlist ul{
		padding-left:40px;
		padding-right:0px;}
	
	.schlafsiegel{
		margin: 19px auto 0 -178px;}
		
	.pt-180 {
    padding-top: 210px;
}
	
	p br{
		display:none;}
		
	footer br{
		display:block;}
	
	
	
	
	
	.mob_imp2 {
		padding: 0px 20px 40px !important;
		width: 90% !important;
	}
	
	
	.lang_sw{
		display:none;}
	
	.mob_lang{
	display:block !important;}
	
	.mob_lang #lang_sel_list li{
		right:0px;}
		
	.mob_lang .icl-en{
		left:0px;
		}
		
	.mob_lang #lang_sel_list{
		float:left;
		left:50% !important;
		transform:translateX(-50%); 
		-ms-transform: translateX(-50%) !important; 
		-webkit-transform:translateX(-50%) !important; 
		}
		
	.mob_lang #lang_sel_list li{
		padding: 2px 5px !important;
		}
	
	
		.rightregio li{
		padding-bottom:26px;
	}
	
	h2 span::after{
		left:15px;
	}
	
	h2 span{
		font-size:2.8rem;
	}
	
	.footerframe iframe{
		left: 13px;
    	top: 33px;
	}
	
}

@media all and (max-width:480px){
	

	.oeffnung{
		width:100% !important;}
	
	
	
	
	.g-7 {
    width: 90%;
}
	
	
 .footercont img{
	 width:40%;
 }
	
	.footercont2 {
    width: 54%;
}
	
	
	.uutext .g-5{
		width:100% !important;
	}
	
	.kontakttx .g-8{
		width:100%;
	}
	
	.kontakttx .g-4{
		width:100%;
		padding-top:20px;
	}
	
	.footerframe iframe{
	left:43px;
	top:42px;
	height:73%;
	width:76%;
	}
	
	.zimgal{
		width:50% !important;
	}

	
	.imp{
		float:none;
		margin:0 auto !important;
	}
	
	.footerbg{
		text-align:center;
	}
	
	
	
	.preizim{
		padding-right:20px;
	}
	
	.w100 .g-10{
		width:100%;
	}
	
	blockquote h2::after, blockquote h2::before{
		display:none;
	}
	
	.icons .g-7, .icons .g-5{
		width:100% !important;
		padding-bottom:40px;
	}
	
	.footerbg .g-3{
		 width: 100%;
   		 margin: 0 auto;
		 text-align:center;
	}
	
	.ranken h2::after, .ranken h2::before{
		display:none;
	}
	
	.footerbg .g-6, .footercont, .footerframe{
		width:100% !important;
	}
	
	.footercont{
		padding-bottom:20px;
	}
	
	.footerframe{
		padding-top:20px;
	}
	
	.news{
		width:100%;
	}
	
	.homepic{
		width:100%;
	}
	
	.homepic img{
		width:100%;
	}
	
	.homerep{
		width:100%;
	}
	
	.booking{
		width:70%;
	}
	
	h2{
		font-size:20px;
		font-size:2rem;
		line-height:28px;
		line-height:2.8rem;
	}
	
	h1 span{
		font-size:28px;
		font-size:2.8rem;
	}
	
	h1 span::after{
    	right: -133px;
   		width: 110%;
		
	}
	
	.pt-50 .conthead{
		padding-left:10px;
		padding-right:10px;
		
	}
	
	.preiswert p{
		font-size:18px;
		font-size:1.8rem;
	}
	
	.zimswitch .g12{
		width:98%;
	}
	
	.preisbez.dreieck::after{
		margin-top:-90px;
	}
	
	.zimwert.dreieck::after{
		margin-top:-70px;
	}
	
	.overlay{
		display:none;
	}
	
	.newtxregio p{
		width:80% !important;
		max-width:80%;
	}
	
	
	
	.h2cont{
		width:86.667%;
	}
	
	.regioauf{
		width:100% !important;
	}
	
	.rightregio{
		width:100% !important;
	}
	
	.rightregio li{
		padding-bottom:27px;
	}
	
	.royalSlider.home-top-slider .rsSlide .rsImg{
		margin-left:-490px !important;
	}

	.logo{
		width:55% !important;}
		
	.rsArrowIcn{
		margin-top:0px !important;}

	.newtxregio p{
		max-width:60% !important;}
		
	.rsArrow{
		width:0px !important;
}

.rsArrowRight{
	top: 60px !important;
    margin-top: 0px !important;
    position: absolute !important;}
	
	

	.rsArrowLeft{
    top: 60px !important;
    margin-top: 0px !important;
    position: absolute !important;}
}
    
}

@media all and (max-width:375px){
	
	
	
	.pt-100 {
    padding-top: 50px;
}
	
.rsArrowRight{
	top: 80px !important;}
	
	

	.rsArrowLeft{
    top: 80px !important;
}
	
	 .footercont img{
	 width:50%;
 }
	
	.uutext .g-7{
		width:68.333%;
	}
	
	.pt-100 .g-7{
		width:90.333%;
	}
	
	.footerframe iframe{
		left:23px;
		width:85%;
	}
	
	.booking{
		width:90%;}
		
	.btn01{
    margin-left: 20px !important;
}
	
	.logo{
		margin: -23px auto 0;
		width:65% !important;}
}

@media all and (max-width:320px){
	
	.booking{
		width:100% !important;
    }
	
	
	
	.preiswert p{
		font-size:1.4rem;
	}
	
	.menulink{
		margin-top:-20px;
	}
	
	header{
		height: 100px;
	}
	
	.tophead {
		position:fixed;
}
	
	.logo{
		width:60% !important;
		    margin: -34px auto 0;		
	}
	
	.pt-100 .g-7{
		width:90.333%;
	}
	
	.regiomitte{
		padding-top:40px;
	}
	
	.newtxregio p {
    width: 92% !important;
    max-width: 100%;
}
	
	.uutext .g-7{
		width:78.333%;
	}
	
	.h2cont {
    width: 90.667%;
}
	
	.footerframe iframe {
    left: 19px;
    top: 42px;
    height: 69%;
    width: 85%;
	}
	
	.news .pl-1{
		padding-left: 6.333%;
	}
	
	.news .g-7{
		width:100%;
	}
	
	
	.newstextfull .booking{
		width:100%;
	}
	
	.newstextfull{
	 width: 91%;
    text-align: justify;
	}
	
	.newssingle{
	width:84%;
	}
	
}