@charset "utf-8";
#header_wrapper
{clear:both;display:block;width:100%;height:auto;}
#content_wrapper_wrapper
{clear:both;display:block;width:100%;height:auto;}
#footer_wrapper
{clear:both;display:block;width:100%;height:auto;}
#map_wrapper
{clear:both;display:block;width:100%;height:500px;}
#footer_wrapper2
{clear:both;display:block;width:100%;height:auto;background-color:#FFFFFF;padding-top:15px;}
#navigation
{clear:both;display:block;width:auto;height:auto;position:relative;margin-top:10px;margin-bottom:10px;}
#header
{clear:both;display:block;width:800px;height:auto;position:relative;margin-bottom:10px;margin-left:auto;margin-right:auto;}

/**** CSS für Slider; Klassen ggf. im Kontrollzentrum überschreiben -> Layout -> CSS ändern ****/
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
*/

/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.nivoSlider img {
    position:absolute;
    top:0;
    left:0;
    max-width: none;
	/*max-height:100%!important;*/
}
.nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 100% !important;
	/*max-height:100%!important;*/
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background-color:#fff; 
    filter:alpha(opacity=0); 
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0;
    bottom:0;
    background:#000;
    color:#fff;
    width:100%;
    z-index:8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;   /* Firefox, other Gecko */
    box-sizing: border-box;       /* Opera/IE 8+ */
}
.nivo-caption p {
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0;
}
.nivo-nextNav {
    right:0;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}

/*
Skin Name: Nivo Slider Light Theme
Skin URI: http://nivo.dev7studios.com
Description: A light skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-light.slider-wrapper {
    background: #fff;
    padding: 10px;
}
.theme-light .nivoSlider {
    position:relative;
    background:#fff url(slider/light/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: visible;
}
.theme-light .nivoSlider img {
    position:absolute;
    top:0;
    left:0;
    display:none;
}
.theme-light .nivoSlider a {
    border:0;
    display:block;
}

.theme-light .nivo-controlNav {
    text-align: left;
    padding: 0;
    position: relative;
    z-index: 10;
}
.theme-light .nivo-controlNav a {
    display:inline-block;
    width:10px;
    height:10px;
    background:url(slider/light/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
}
.theme-light .nivo-controlNav a.active {
    background-position:0 100%;
}

.theme-light .nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background: url(slider/light/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    top: auto;
    bottom: -36px;
    z-index: 11;
}
.theme-light .nivo-directionNav a:hover {
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.theme-light a.nivo-nextNav {
    background-position:160% 50%;
    right:0;
}
.theme-light a.nivo-prevNav {
    background-position:-60% 50%;
    left: auto;
    right: 35px;
}

.theme-light .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-light .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-light .nivo-caption a:hover {
    color:#fff;
}

.theme-light .nivo-controlNav.nivo-thumbs-enabled {
    width: 80%;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
    position:relative;
    background:#fff url(slider/default/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0 1px 5px 0 #4a4a4a;
    -moz-box-shadow: 0 1px 5px 0 #4a4a4a;
    box-shadow: 0 1px 5px 0 #4a4a4a;
}
.theme-default .nivoSlider img {
    position:absolute;
    top:0;
    left:0;
    display:none;
}
.theme-default .nivoSlider a {
    border:0;
    display:block;
}

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 20px 0;
}
.theme-default .nivo-controlNav a {
    display:inline-block;
    width:22px;
    height:22px;
    background:url(slider/default/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
    background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url(slider/default/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
.theme-default a.nivo-prevNav {
    left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

/*
Skin Name: Nivo Slider Dark Theme
Skin URI: http://nivo.dev7studios.com
Description: A dark skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-dark.slider-wrapper {
    background: #222;
    padding: 10px;
}
.theme-dark .nivoSlider {
    position:relative;
    background:#fff url(slider/dark/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: visible;
}
.theme-dark .nivoSlider img {
    position:absolute;
    top:0;
    left:0;
    display:none;
}
.theme-dark .nivoSlider a {
    border:0;
    display:block;
}

.theme-dark .nivo-controlNav {
    text-align: left;
    padding: 0;
    position: relative;
    z-index: 10;
}
.theme-dark .nivo-controlNav a {
    display:inline-block;
    width:10px;
    height:10px;
    background:url(slider/dark/bullets.png) no-repeat 0 2px;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
}
.theme-dark .nivo-controlNav a.active {
    background-position:0 100%;
}

.theme-dark .nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background: url(slider/dark/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    top: auto;
    bottom: -36px;
    z-index: 11;
}
.theme-dark .nivo-directionNav a:hover {
    background-color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.theme-dark a.nivo-nextNav {
    background-position:-16px 50%;
    right:0;
}
.theme-dark a.nivo-prevNav {
    background-position:11px 50%;
    left: auto;
    right: 35px;
}

.theme-dark .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-dark .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-dark .nivo-caption a:hover {
    color:#fff;
}

.theme-dark .nivo-controlNav.nivo-thumbs-enabled {
    width: 80%;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

/*
Skin Name: Nivo Slider Bar Theme
Skin URI: http://nivo.dev7studios.com
Description: The bottom bar skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: false
*/

.theme-bar.slider-wrapper {
    position: relative;
    border: 1px solid #333;
    overflow: hidden;
}
.theme-bar .nivoSlider {
    position:relative;
    background:#fff url(slider/bar/loading.gif) no-repeat 50% 50%;
}
.theme-bar .nivoSlider img {
    position:absolute;
    top:0;
    left:0;
    display:none;
}
.theme-bar .nivoSlider a {
    border:0;
    display:block;
}

.theme-bar .nivo-controlNav {
    position: absolute;
    left: 0;
    bottom: -41px;
    z-index: 10;
    width: 100%;
    height: 30px;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #333;
    background: #333;
    background: -moz-linear-gradient(top,  #565656 0%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #565656 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #565656 0%,#333333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #565656 0%,#333333 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #565656 0%,#333333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
    opacity: 0.5;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-bar:hover .nivo-controlNav {
    bottom: 0;
    opacity: 1;
}
.theme-bar .nivo-controlNav a {
    display:inline-block;
    width:22px;
    height:22px;
    background:url(slider/bar/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 5px 2px 0 2px;
}
.theme-bar .nivo-controlNav a.active {
    background-position:0 -22px;
}

.theme-bar .nivo-directionNav a {
    display:block;
    border:0;
    color: #fff;
    text-transform: uppercase;
    top: auto;
    bottom: 10px;
    z-index: 11;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    opacity: 0.5;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-bar a.nivo-nextNav { right: -50px; }
.theme-bar a.nivo-prevNav { left: -50px; }
.theme-bar:hover a.nivo-nextNav { 
    right: 15px; 
    opacity: 1;
}
.theme-bar:hover a.nivo-prevNav { 
    left: 15px; 
    opacity: 1;
}
.theme-bar .nivo-directionNav a:hover { color: #ddd; }

.theme-bar .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-bar:hover .nivo-caption {
    bottom: 41px;
}
.theme-bar .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-bar .nivo-caption a:hover {
    color:#fff;
}

.theme-bar .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-bar .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-bar .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

.slider-wrapper .nivoSlider.loaded {
    background-image: none;
}

/**** CSS aus Kontrollzentrum -> Layout -> CSS ändern - File ****/
/*@import url(http//fonts.googleapis.com/css?family=Marcellus+SC&subset=latin,latin-ext);*/
@font-face {
  font-family: "Marcellus SC";
  src: url("//fonts.googleapis.com/css?family=Marcellus+SC&subset=latin,latin-ext") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/***** Allgemein *****/

html, body {font: normal 1rem/1.0 "Marcellus SC", serif;}

body {margin:0; padding:0; background: url("/d-8/docs/images/bg_oben.jpg") no-repeat 0 0  #4d686b; background-size:100% auto;}
div, p {line-height:1.5rem;}
a {cursor:pointer; color:#6e6e68;}
h1, h2, h3, .h1 {line-height:2.5rem;}
h1 a, h2 a, h3 a, .h1 a {color: #fff;}
h1, .h1 {font-size:2.2rem;text-transform:uppercase;font-weight:normal;text-align:center; margin-bottom:20px; color:#fff;}
h1.small, .h1.small {font-size:2.3rem;text-transform:uppercase;font-weight:normal;line-height:3.3rem;}
h1.small:first-letter, h1.small span.fl,
.h1.small:first-letter, .h1.small span.fl
{font-size:3.3rem;}
h1 + .subtitle,
.h1 + .subtitle
 {font-size:1.2rem;}
h2 {font-size:1.2rem;text-transform:uppercase; font-weight:normal;line-height:1.6rem;}
h2:first-letter {font-size:1.6rem;}
.clear {clear:both!important;}
.hidden {display:none;}
.center, .text-center {text-align:center;} 
.pull-right {float:right!important;}
.pull-left {float:left!important;}
.hidden-xs {display:block;}
.visible-xs {display:none;}


@media (max-width: 768px) {
	h1, .h1 {font-size:1.6rem;}
}


/*a.anker {position:absolute; top: -150px;}*/

input, select, textarea, button {outline:none;}
#cboxCurrent {display:none!important;}
button,
input[type="submit"]
{ background-color:#bf2275; color:#fff; padding:8px 18px; font-size: 1.6rem; border:none; font-family: "Marcellus SC",serif; font-weight:normal; cursor:pointer;}
button.small {font-size: 1.1rem;}

/***** schatten *****/


/***** Header *****/

#header_wrapper {background-color: rgba(0,0,0,0.7); position:fixed; top:0;z-index:99;}
#header_wrapper #header {width:100%;}
#header_wrapper #header p {margin:0; padding: 0;}
#header_wrapper #header #logo  {}
#header_wrapper #header #navigation {text-align: center;}
#header_wrapper #header #navigation ul {padding:0;margin:0;display:inline-block;}
#header_wrapper #header #navigation ul li {list-style:none; display:inline-block; margin:0 14px;}
#header_wrapper #header #navigation ul li a {color:#959595;text-decoration:none;font-size:1.3rem;}

/***** Content - Allgemein *****/
#wrapper {position:relative;}

#content_wrapper_wrapper {margin:0; position:relative; }
#content_wrapper_wrapper .content_wrapper {margin:0; position:relative;}
#content_wrapper_wrapper .content_wrapper .content,
#footer_wrapper .content_wrapper .content
{width:100%; max-width:1080px; margin:0 auto; position:relative;}

#content_wrapper_wrapper .content_wrapper .content h1 + .subtitle {text-align:center; margin:0 40px; margin-bottom:30px;}

#content_wrapper_wrapper #content_wrapper_home {} 
#content_wrapper_wrapper #content_wrapper_home .logo_wrapper {text-align:center;  margin: 200px auto 100px;width: 400px;} 
#content_wrapper_wrapper #content_wrapper_home .logo_wrapper #logo {margin-left: 25%;width:400px;} 

#content_wrapper_wrapper #content_wrapper_spreewald {background-color: #4d686b;} 
#content_wrapper_wrapper #content_wrapper_spreewald .content {padding-bottom: 50px;} 
#content_wrapper_wrapper #content_wrapper_spreewald #haus {outline: 20px solid #4d686b;position: absolute;top: -50px;right: 60%;z-index: 0;} 
#content_wrapper_wrapper #content_wrapper_spreewald #terrasse {outline:20px solid #4d686b; position:absolute; bottom:-50px; left:0;z-index: 1; max-width:30%; height: auto;} 
#content_wrapper_wrapper #content_wrapper_spreewald #ecke {width:20%;height:200px;background-color: #4d686b; position: absolute;top: -200px;right: 0;z-index: 0;} 
#content_wrapper_wrapper #content_wrapper_spreewald div.text {width: 40%; float:right; margin-right:10%; color:#fff; padding: 40px 15px;} 
#content_wrapper_wrapper #content_wrapper_spreewald div.text h1 {text-align:left;} 

#content_wrapper_wrapper #content_wrapper_ochseneck {background: url("/d-8/docs/images/bg_ochseneck.jpg") no-repeat 50% 0  #4d686b; background-size:100% auto;} 
#content_wrapper_wrapper #content_wrapper_ochseneck .content {padding-bottom: 0;} 
#content_wrapper_wrapper #content_wrapper_ochseneck div.text {width: 30%; float:right; color:#777777; padding: 35px 60px; background-color:#fbfbeb; margin:-40px 0; position:relative; z-index:1; } 
#content_wrapper_wrapper #content_wrapper_ochseneck div.text .h1 {color:#777777;text-align:left;} 

#content_wrapper_wrapper #content_wrapper_impressionen {background-color:#734f5d; border-top:20px solid #fff; padding-bottom:20px;} 
#content_wrapper_wrapper #content_wrapper_impressionen .content {} 
#content_wrapper_wrapper #content_wrapper_impressionen .h1 {margin: 60px auto;} 
#content_wrapper_wrapper #content_wrapper_impressionen table {width:100%; color:#515151;} 
#content_wrapper_wrapper #content_wrapper_impressionen table td {width:20%; text-align:center; vertical-align:middle;} 
#content_wrapper_wrapper #content_wrapper_impressionen table td > img {width:100%; height: 100%;} 
#content_wrapper_wrapper #content_wrapper_impressionen table td > span {display:block; margin:5px auto; font-size:1.5em;} 
#content_wrapper_wrapper #content_wrapper_impressionen table td .icon {color:#bcbcbc; font-size:2.5rem;} 
#content_wrapper_wrapper #content_wrapper_impressionen table td .icon a {color:#bcbcbc;} 
#content_wrapper_wrapper #content_wrapper_impressionen .text {background-color:#fff;} 
#content_wrapper_wrapper #content_wrapper_impressionen table + div {margin: 40px 0;} 
#content_wrapper_wrapper #content_wrapper_impressionen table td.hidden-xs {display:table-cell;} 

@media (max-width: 768px) {
	#content_wrapper_wrapper #content_wrapper_impressionen table td.hidden-xs {display:none;} 
	#content_wrapper_wrapper #content_wrapper_impressionen table td:not(.hidden-xs) {width:100%;display:block;position:relative;} 
	#content_wrapper_wrapper #content_wrapper_impressionen table td .visible-xs {background-color:rgba(255,255,255,0.8);position: absolute; bottom: 0;width:100%; padding:15px 0;} 
	#content_wrapper_wrapper #content_wrapper_impressionen table td .icon {font-size:1.5rem;} 
}

#content_wrapper_wrapper #content_wrapper_events {background: url("/d-8/docs/images/bg_events.jpg") no-repeat 50% 50% #4d686b; background-size:100% auto; padding:1px; border-top:20px solid #fff;} 
#content_wrapper_wrapper #content_wrapper_events .h1 {margin: 60px auto;} 
#content_wrapper_wrapper #content_wrapper_events .content {color:#fff; padding-bottom: 40px;} 
#content_wrapper_wrapper #content_wrapper_events .news > div {width:33%;} 
#content_wrapper_wrapper #content_wrapper_events .news .wrapper {margin: 15px 5px; border-bottom: 2px solid #fff; text-align:center; min-height:280px;    padding: 20px 0 30px;} 
#content_wrapper_wrapper #content_wrapper_events .news .day {font-size:3rem;} 
#content_wrapper_wrapper #content_wrapper_events .news .month {font-size:1.3rem; margin:25px auto;} 
#content_wrapper_wrapper #content_wrapper_events .news .title {font-size:1.4rem; text-transform:uppercase; margin:15px auto;} 
#content_wrapper_wrapper #content_wrapper_events .news .text {font-size:1rem;} 
#content_wrapper_wrapper #content_wrapper_events .news .text a {color:#fff; } 

#content_wrapper_wrapper #content_wrapper_links {background-color:#3d4b65; padding:1px; border-top:20px solid #fff;} 
#content_wrapper_wrapper #content_wrapper_links .h1 {margin: 60px auto 10px;} 
#content_wrapper_wrapper #content_wrapper_links .links {text-align:center; padding-bottom:20px;} 
#content_wrapper_wrapper #content_wrapper_links .links a {display:inline-block; margin: 10px 15px; color:#fff;} 

#content_wrapper_wrapper #content_wrapper_buchung {background: url("/d-8/docs/images/bg_buchung.jpg") no-repeat 50% 100% #4d686b; background-size:100% auto; padding:1px; border-top:20px solid #fff;} 
#content_wrapper_wrapper #content_wrapper_buchung .content {padding: 60px 0; margin: 60px auto; text-align:center;} 

#footer_wrapper #content_wrapper_impressum {background-color:#647e08; padding:30px;} 
#footer_wrapper #content_wrapper_impressum .content, #footer_wrapper #content_wrapper_impressum .content a {color:#fff;} 
#footer_wrapper #content_wrapper_impressum .h1 {}
#footer_wrapper #content_wrapper_impressum .p33 {width:33.3%; float:left;} 
#footer_wrapper #content_wrapper_impressum .center {text-align:center;} 

#map_wrapper {}
#map_wrapper h1 {color:#000; text-transform:none; text-align:left;}
.gm-style-cc {padding-bottom:5px;}

#footer_wrapper2 ul.infolinks {margin:5px auto;padding:0; display: inline; }
#footer_wrapper2 ul.infolinks li {display: inline;}
#footer_wrapper2 ul.infolinks li a {text-decoration: underline; margin:0 4px; color:#A9A9A9; }

.basic-modal {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:rgba(0,0,0,0.85);}

/* Container */
#simplemodal-container 
{
	height:auto;
	width:auto;
	max-height:80%;
	max-width:80%;
	color:#6e6e68;
}
#simplemodal-container p {margin:8px 0; font-size:1rem;}
#simplemodal-container h2 {margin:8px 0; font-size:1.6rem;}
#simplemodal-container ul {padding-left:25px;}
#simplemodal-container li {line-height:1.3rem; font-size:1rem;}
#simplemodal-container a.modalCloseImg {background:url(/includes/js/colorbox/images/controls.png) no-repeat top center; width:38px; height:19px; display:inline; z-index:3200; position:absolute; top:0; right:39px; cursor:pointer;}
#simplemodal-container a.modalCloseImg:hover{background-position:bottom center;}
        
#simplemodal-container h3 {text-transform:normal; font-size:1.4rem;font-weight:bold;}

/**** Meldungen ****/

.message.success, .message.error { margin-bottom:20px; padding:5px; background-color:#E1FFE9; color:#000;font-size:1rem;}
.message.error {background-color:#e7ccd1; color:#000;}
.message ul { margin:5px;}

/***** Footer *****/
.basic-modal {
	background-color:#fbfbeb;
	padding:0;
	box-shadow: 2px 2px 5px 1px #666;
	-moz-box-shadow: 2px 2px 5px 1px #666;
	-webkit-box-shadow: 2px 2px 5px 1px #666;
	width: 100%;
	height:100%;
	margin: 0 auto;
}
.basic-modal > div { padding:25px 20px 20px; margin:auto;}
.basic-modal#basic-modal-3drundgang {height:auto;}

#basic-modal-preise {text-align:center; max-width:700px; height:auto;}
#basic-modal-preise > div {}
#basic-modal-preise h2 { text-transform: none;}
.basic-modal p.preis {font-weight:bold;font-size: 1.1rem!important;}

#basic-modal-buchung, #basic-modal-buchung > div, #basic-modal-buchung iframe.buchungskalender {height:100%!important;}
#basic-modal-buchung > div {padding: 0 20px;}

#basic-modal-impressum {height:auto;}
.basic-modal table.impressum {margin:0 auto;}
.basic-modal table.impressum td {}
.basic-modal table.impressum td:first-child {}
.basic-modal table.impressum td:first-child p {font-size:0.8rem;}

.basic-modal table.impressum td form#contact {}
.basic-modal table.impressum td form#contact fieldset {border:none;padding:0;}
.basic-modal table.impressum td form#contact fieldset ul {padding:0;}
.basic-modal table.impressum td form#contact fieldset ul li
{
	list-style:none; 
	display: inline-block; 
	margin-right:10px;
	display:inline-block;
	width:auto;
	position:relative;
	margin-bottom:10px;
	font-size:0.8rem;
	color:#bbb;
}
.basic-modal table.impressum td form#contact fieldset ul li input[type=text]
{
	padding:3px;
	padding-left:90px;
	height:30px;
	border: 1px solid #ccc;
	font-size:0.8rem;
	width:100px;
}
.basic-modal table.impressum td form#contact fieldset ul li select
{
	padding:3px;
	height:30px;
	width:150px;
}
.basic-modal table.impressum td form#contact fieldset ul li textarea
{
	padding:8px;
	padding-left:90px;
	height:60px;
	width:calc(100% - 90px);
}
.basic-modal table.impressum td form#contact fieldset ul li input[type=submit]
{
	font-size:1.2rem;
}
.basic-modal table.impressum td form#contact fieldset ul li input,
.basic-modal table.impressum td form#contact fieldset ul li select,
.basic-modal table.impressum td form#contact fieldset ul li textarea
	{outline:none;font-size:0.8rem;border: 1px solid #ccc;}
.basic-modal table.impressum td form#contact fieldset ul li span {position:absolute; left:8px; top:6px;}
.basic-modal table.impressum td form#contact fieldset ul li.subject span,
.basic-modal table.impressum td form#contact fieldset ul li.anrede span 
	{position:relative;color:#000;left:0;top:0;}
.basic-modal table.impressum td form#contact fieldset ul li.anrede > span {display:none;}
.basic-modal table.impressum td form#contact fieldset ul li .radiorow {display: inline-block;}
.basic-modal table.impressum td form#contact fieldset ul li.subject span,
.basic-modal table.impressum td form#contact fieldset ul li.subject div
	{display:inline;}
.basic-modal table.impressum td form#contact fieldset ul li.subject div {margin-left:10px;}
.basic-modal table.impressum td form#contact fieldset ul li.anrede {color:#000;}

.basic-modal table.impressum td form#contact fieldset ul li.subject,
.basic-modal table.impressum td form#contact fieldset ul li.anrede,
.basic-modal table.impressum td form#contact fieldset ul li.nachricht,
.basic-modal table.impressum td form#contact fieldset ul li.Pflicht,
.basic-modal table.impressum td form#contact fieldset ul li.submit
	{display:block}
	
	
.basic-modal table.impressum td form#contact fieldset ul li.strasse-nr,
.basic-modal table.impressum td form#contact fieldset ul li.firma,
.basic-modal table.impressum td form#contact fieldset ul li.e-mail
{display: block;}

@media (max-width: 768px) {
	.basic-modal#basic-modal-impressum table.impressum td {display:block; width:100%;}
}
	

#recht_wrapper {
	background: url("/d-8/docs/images/bg_oben.jpg") no-repeat 0 0  #4d686b; background-size:cover;
	padding: 130px 10%;
}
#recht {
	color:#6e6e68;
	background-color:#fbfbeb;
	padding:40px;
}

/*** mobil ***/
@media (max-width: 1370px) {
	#content_wrapper_wrapper #content_wrapper_buchung,
	#content_wrapper_wrapper #content_wrapper_events
	{
		background-size: auto 100%;
	}
}
@media (max-width: 1080px) {
	body {background-size: auto 22%;}
	#content_wrapper_wrapper #content_wrapper_spreewald #ecke {display:none;}
	#content_wrapper_wrapper #content_wrapper_ochseneck div.text {
		width: 40%;
		margin-right:50px;
    	max-width: 340px;
	}
	#content_wrapper_wrapper #content_wrapper_spreewald #haus,
	#content_wrapper_wrapper #content_wrapper_spreewald #terrasse {left: 20px; right: auto;}
	#content_wrapper_wrapper #content_wrapper_impressionen table td > span {font-size: 1.3em;}
}

@media screen and (orientation: portrait) and (max-width: 1080px) {
	#content_wrapper_wrapper #content_wrapper_home .logo_wrapper #logo {
		margin-left: 0;
		width: 100%;
	}
	#footer_wrapper #content_wrapper_impressum .p33 {
		width: 100%;
		float: none;
		text-align: center!important;
		margin-bottom:20px;
		border-bottom:#fff;
		padding-bottom:10px;
	}
	#content_wrapper_wrapper #content_wrapper_impressionen table td > span {font-size: 1.2em;}
}

@media screen and (max-width: 1020px) {
	html, body {font: normal 1.3rem/1.5 "Marcellus SC", serif;}
	#content_wrapper_wrapper #content_wrapper_home .logo_wrapper,
	#content_wrapper_wrapper #content_wrapper_home .logo_wrapper #logo {
		width: 95%;
	}
	#content_wrapper_wrapper #content_wrapper_home .logo_wrapper #logo {
		margin: 0 auto;
	}
	#content_wrapper_wrapper #content_wrapper_spreewald {background:none;}
	#content_wrapper_wrapper #content_wrapper_spreewald .content {padding-bottom: 0;}
	#content_wrapper_wrapper #content_wrapper_spreewald div.text {
		margin: 40px auto;
		width: 100%;
		z-index: 3;
		position: relative;
		background-color: rgba(77,104,107,1);
    	padding: 40px 0 10px;
	}
	#content_wrapper_wrapper #content_wrapper_spreewald #haus, #content_wrapper_wrapper #content_wrapper_spreewald #terrasse {
		max-width: 45%;
		position: relative;
		float: left;
		margin-left: 40px;
		left:0;
	}
	#content_wrapper_wrapper #content_wrapper_spreewald #terrasse {
		float:right;
		top:-10px;
		bottom:auto;
		margin-right: 40px;
		right:0;
	}
	#content_wrapper_wrapper #content_wrapper_ochseneck div.text {
		width: 100%;
    	margin: 40px auto;
		max-width: 100%;
		padding: 40px 0 10px;
		background-color: rgba(251,251,234,1);
	}
	#content_wrapper_wrapper #content_wrapper_ochseneck {background: none;}
	#content_wrapper_wrapper #content_wrapper_ochseneck img.visible-xs {display:block; width:100%; height:auto;}
	#content_wrapper_wrapper #content_wrapper_ochseneck div.text .h1,
	#content_wrapper_wrapper #content_wrapper_ochseneck div.text {
		/*color: #444;*/
	}
	#content_wrapper_wrapper #content_wrapper_spreewald div.text > h1, #content_wrapper_wrapper #content_wrapper_spreewald div.text > p,
	#content_wrapper_wrapper #content_wrapper_ochseneck div.text > .h1, #content_wrapper_wrapper #content_wrapper_ochseneck div.text > p {
		padding: 0 25px;
	}
	#content_wrapper_wrapper #content_wrapper_events .news > div {width:100%;} 
}
@media (max-width: 960px) {
	.hidden-xs {display:none;}
	.visible-xs {display:block;}
}
form#contact fieldset ul li.anmerkungen {display: block; height:0px;}
form#contact fieldset ul li.anmerkungen * {height:0px!important; padding:0!important; line-height:0px!important;font-size:0;border:none!important;}
form#contact fieldset ul li.Radio .radiorow.first {height:0px!important;width:0px!important;}
form#contact fieldset ul li.Radio .radiorow.first * {height:0px!important; line-height:0px!important;font-size:0;}