@charset "utf-8";
/**
* Standardeinstellungen
**/
/**
* z-index ContentElemente mit überlappung 100
* z-index Elemente Rechts 200
**/

.invisible {
	display: none !important;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	resize: none;
}

html {
	font-family: Poppins, sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-decoration: none;
	font-style: normal;
	color: #19171B;
	line-height: 26px;
	outline: none;
	resize: none;
    word-break: break-word;
}

body {
    min-width: 320px;
    overflow-x: hidden;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

#maps {
    height: 340px;
}

#maps iframe {
    width: 100%;
    height: 100%;
}

.ce_rsce_infobox {
    background: var(--color-primary-lighter);
    padding: 30px;
    border-radius: 8px;
    margin: 30px 0 var(--gutter-section) 0 !important;
}

.ce_rsce_infobox.red {
    background-color: var(--color-accent);
}

.ce_rsce_infobox.green {
    background-color: #A58A55;
}

.ce_rsce_infobox.red *,
.ce_rsce_infobox.green * {
    color: #fff;
}

/* Anfrage-Seiten */
body.id-17 #footer_request_outer_container {
    display: none;
}

/* *, a.like_text_link, a:hover.like_text_link {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    font-style: normal;
    color: #19171B;
    line-height: 24px;
    outline: none;
    resize: none;
} */

*:focus {
    outline: none;
}

::-moz-selection {
    background-color: #A58A55;
    color: #fff;
}

::selection {
    background-color: #A58A55;
    color: #fff;
}

h1, .h1 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    display: block;
    font-size: 60px;
    line-height: 1.1;
    color: #A58A55;
    width: 100%;
    margin: 60px auto 50px auto;
    box-sizing: border-box;
    /* padding: 0 20px; */
}

h1:first-child, .h1:first-child {
    margin-top: 0;
}

h2, a.h2, a:hover.h2 {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    display: block;
    position: relative;
    font-size: 26px;
    text-decoration: none;
    font-style: normal;
    color: #A58A55;
    line-height: 30px;
    outline: none;
    resize: none;
    margin: 0 0 24px 0;
}

h3 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    display: block;
    position: relative;
    font-size: 20px;
}

sup {
    font-size: 10px;
}

a {
    color: #A58A55;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:hover * {
    text-decoration: underline;
}

article a, article a * {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

article a:hover, article a:hover * {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #A58A55;
}

strong, b, strong *, b * {
    font-weight: 500;
}

italic, em, italic *, em * {
    font-style: italic;
}

u {
    text-decoration: underline;
}

input, textarea {
}

ol {
    display: block;
    position: relative;
    margin: 0px;
    margin: 0 0 0 0;
    padding: 18px 0 18px 0;
}

ol li {
    margin: 0 0 0 30px;
    line-height: 18px;
    padding: 0 0 0 15px;
    position: relative;
}

ul {
    display: block;
    margin: 18px 0 24px 18px;
}

ul li {
    display: list-item;
    list-style-image: url(../pix/punkt.png);
    margin: 0 0 10px 0;
}

/**
* Helper
**/
.clear_both, .box_clear_both {
    display: block;
    height: 0px;
    line-height: 0px;
    clear: both;
}

.clear_left {
    display: block;
    height: 0px;
    clear: left;
}

.clear_right {
    display: block;
    height: 0px;
    clear: right;
}

.smaller_text, .smaller_text * {
    line-height: 22px;
    font-size: 16px;
}

.small_vspacer {
    display: block;
    height: 10px;
    left: 10px;
}

.clear_both_20 {
    display: block;
    height: 20px;
    clear: both;
}

p:not(:last-child) {
    margin: 0 0 24px 0;
}

a.anchor_top {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 0px;
    width: 0px;
}

a.anchor_top_plus_nav {
    display: block;
    position: absolute;
    top: -70px;
    left: 0px;
    height: 0px;
    width: 0px;
}

.block {
    display: block;
}

.mobile_inline {
    display: none;
}

/* Datumsauswahl */
.date_drop_down {
    display: none;
    position: absolute;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    top: 26px;
    left: 0px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    z-index: 210;
}

.date_header {
    display: block;
    position: relative;
    height: 5px;
    width: 100%;
}

/*.dateMonthYearSelectContainer
{
	display:block;
	position:relative;
	height:30px;
	width:100%;
	line-height:30px;
	text-align:center;
	margin:0 0 5px 0;
}*/
.dateMonthYearSelectContainer {
    display: block;
    position: relative;
    height: 60px;
    width: 100%;
    line-height: 30px;
    text-align: center;
    margin: 0 0 5px 0;
}

/*.dateMonthYearSelectContainer span
{
	display:block;
	position:absolute;
	width:50%;
	top:0px;
	line-height:30px;
	text-align:center;
	font-size:16px;
	font-weight:500;
}
.dateMonthYearSelectContainer span:nth-child(3)
{
	left:0px;
}
.dateMonthYearSelectContainer span:nth-child(4)
{
	right:0px;
}
*/
.dateMonthYearSelectContainer span {
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.dateMonthYearSelectContainer span:nth-child(3) {
    top: 0px;
}

.dateMonthYearSelectContainer span:nth-child(4) {
    bottom: 0px;
}

/*.dateMonthYearSelectContainer img
{
	cursor:pointer;
	position:absolute;
	top:0px;
	height:30px;
	width:30px;
	z-index:210;
}
.dateMonthYearSelectContainer img:nth-child(1)
{
	left:50%;
}
.dateMonthYearSelectContainer img:nth-child(2)
{
	left:0px;
}
.dateMonthYearSelectContainer img:nth-child(5)
{
	right:50%;
}
.dateMonthYearSelectContainer img:nth-child(6)
{
	right:0px;
}*/
.dateMonthYearSelectContainer img {
    cursor: pointer;
    position: absolute;
    height: 30px;
    width: 30px;
    z-index: 210;
}

.dateMonthYearSelectContainer img:nth-child(1) {
    bottom: 0px;
    left: 0px;
}

.dateMonthYearSelectContainer img:nth-child(2) {
    left: 0px;
    top: 0px;
}

.dateMonthYearSelectContainer img:nth-child(5) {
    right: 0px;
    top: 0px;
}

.dateMonthYearSelectContainer img:nth-child(6) {
    bottom: 0px;
    right: 0px;
}

.calenderConteiner .headline {
    display: block;
    position: relative;
    float: left;
    width: 14.28%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #EDEDED;
}

.calenderConteiner .date_day, .calenderConteiner .date_day:hover {
    display: block;
    position: relative;
    float: left;
    width: 14.28%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.calenderConteiner .date_day:hover, .calenderConteiner .date_day.active {
    background-color: #EDEDED;
}

.date_time_close {
    display: block;
    position: relative;
    border-top: 1px solid #dbdbdb;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
}

/****
****
* Seitenstruktur
*****
****/
#page_window {
    display: block;
    position: relative;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 320px;
    width: 100%;
    min-height: 100%;
    /*overflow:hidden;*/
}

#page_content_window {
    display: block;
    position: relative;
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
}

/****
** Seitenfenster navi, anfrageformular,...
****/
#page_popup_lock {
    z-index: 10;
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#page_popup_window {
    display: none;
    position: absolute;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background-color: rgba(237, 237, 237, 0.95);
    background-color: #EDEDED;
    z-index: 200;
    border: 1px solid #dbdbdb;
    border-radius: 8px;

    top: -3000px;
    left: 50%;
    margin-left: -330px;
    width: 660px;
}

#page_popup_window_close {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 42px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    background-image: url(../pix/close.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 8px;
    background-color: #A58A55;
}

#page_popup_window_close div:first-child {
    display: block;
    position: absolute;
    top: 14px;
    left: -13px;
    width: 40px;
    height: 40px;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
}

#page_popup_window_close div:last-child {
    display: block;
    position: absolute;
    top: 14px;
    left: 15px;
    width: 40px;
    height: 40px;
    border-top: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
}

#page_popup_window.close {
    top: -3000px;
    animation-name: page_popup_window_close;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;

    -webkit-animation-name: page_popup_window_close;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in;
}

@keyframes page_popup_window_close {
    0% {
        top: 20px;
    }
    100% {
        top: -3000px;
    }
}

@-webkit-keyframes page_popup_window_close {
    0% {
        top: 20px;
    }
    100% {
        top: -3000px;
    }
}

#page_popup_window.open {
    top: 20px;
    animation-name: page_popup_window_open;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;

    -webkit-animation-name: page_popup_window_open;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in;
}

@keyframes page_popup_window_open {
    0% {
        top: -3000px;
    }
    100% {
        top: 20px;
    }
}

@-webkit-keyframes page_popup_window_open {
    0% {
        top: -3000px;
    }
    100% {
        top: 20px;
    }
}

#page_popup_window_content {
    display: block;
    position: relative;
    width: 100%;
}

.right_content_title {
    display: block;
    position: relative;
    width: 100% px;
    margin: 0 auto 30px auto;
    font-size: 30px;
    line-height: 34px;
    font-family: Poppins, sans-serif;
}

/* Alert, MSG ... */
#page_message_lock {
    z-index: 1000;
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

#page_message_close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    background-image: url(../pix/close.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 8px;
    background-color: #A58A55;
}

#page_message {
    z-index: 1001;
    display: none;
    position: absolute;
    left: 50%;
    top: 40px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background-color: #EDEDED;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    margin-left: -150px;
    width: 300px;
}

#page_message h3 {
    margin: 0 30px 20px 0;
}

#page_message p {
    font-size: 16px;
    line-height: 18px;
}

#page_message p br {
    font-size: 16px;
    line-height: 18px;
}

#page_message_content {
    display: block;
}

a#page_message_bttn, a:hover#page_message_bttn {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #A58A55;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: -1px -1px 0px #869249;
    margin: 0 auto;
    width: 100%;
    text-decoration: none;
    letter-spacing: 1px;
}

a:hover#page_message_bttn {
    background-color: #bba478;
    text-shadow: -1px -1px 0px #A58A55;
}

/** Anfrageformular **/
#page_popup_window_request_form {
    display: block;
    position: relative;
    width: 100%;
}

.page_popup_window_request_input_container {
    display: block;
    position: relative;
    width: 49%;
    float: left;
}

.page_popup_window_request_input_container:nth-child(2n+1) {
    float: right;
}

.page_popup_window_request_input_container.full, .page_popup_window_request_input_container.full:nth-child(2n+1) {
    float: none;
    width: 100%;
}

.page_popup_window_request_input_container .label {
    display: block;
    position: relative;
    line-height: 16px;
    font-size: 16px;
    padding: 5px 15px;
    background-color: #fff;
    margin: 0 auto 0 auto;
    border-radius: 3px 3px 0 0;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    font-weight: bolder;

    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}

.page_popup_window_request_input_container input {
    display: block;
    position: relative;
    line-height: 16px;
    font-size: 16px;
    padding: 10px 15px;
    background-color: #fff;
    margin: 0 auto 4px auto;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
}

.page_popup_window_request_input_container .select_container {
    display: block;
    position: relative;
    line-height: 40px;
    height: 40px;
    padding: 10px 15px;
    background-color: #fff;
    margin: 0 auto 4px auto;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}

.page_popup_window_request_input_container .select_container select {
    display: block;
    position: relative;
    width: 100%;
    font-size: 16px;
    height: 20px;
}

.page_popup_window_request_input_container .select_container select#request_form_2015_geburtstag {
    width: 32%;
    float: left;
}

.page_popup_window_request_input_container .select_container select#request_form_2015_geburtsmonat {
    width: 32%;
    float: left;
    margin: 0 1.33%;
}

.page_popup_window_request_input_container .select_container select#request_form_2015_geburtsjahr {
    width: 32%;
    float: right;
}

.page_popup_window_request_input_container .select_container select option {
    font-size: 16px;
}

.page_popup_window_request_input_container textarea {
    display: block;
    position: relative;
    line-height: 16px;
    font-size: 16px;
    padding: 12px 15px;
    background-color: #fff;
    margin: 0 auto 4px auto;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    width: 100%;
    height: 100px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
}

.page_popup_window_text_container {
    display: block;
    position: relative;
    line-height: 16px;
    font-size: 16px;
    padding: 15px 15px;
}

.page_popup_window_text_container a, .page_popup_window_text_container a:hover {
    line-height: 16px;
    font-size: 16px;
    /*color:#A58A55;*/
}

a#request_form_submit, a:hover#request_form_submit,
a#request_form_2015_submit_reservation, a:hover#request_form_2015_submit_reservation,
a#request_form_2015_submit_request, a:hover#request_form_2015_submit_request {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #A58A55;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: -1px -1px 0px #869249;
    margin: 0 auto;
    width: 100%;
    text-decoration: none;
    letter-spacing: 1px;
}

a#request_form_submit *, a:hover#request_form_submit *,
a#request_form_2015_submit_reservation *, a:hover#request_form_2015_submit_reservation *,
a#request_form_2015_submit_request *, a:hover#request_form_2015_submit_request * {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: -1px -1px 0px #869249;
    letter-spacing: 1px;
    text-decoration: none;
}

a:hover#request_form_submit,
a:hover#request_form_2015_submit_reservation,
a:hover#request_form_2015_submit_request {
    background-color: #bba478;
    text-shadow: -1px -1px 0px #A58A55;
}

a:hover#request_form_submit *,
a:hover#request_form_2015_submit_reservation *,
a:hover#request_form_2015_submit_request * {
    text-shadow: -1px -1px 0px #A58A55;
}

a#request_form_2015_submit_reservation, a:hover#request_form_2015_submit_reservation {
    width: 49%;
    float: right;
}

a#request_form_2015_submit_request, a:hover#request_form_2015_submit_request {
    width: 49%;
    float: left;
}

/* navigation */
#mobilenav {
    display: block;
    position: relative;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    background-color: #fff;
}

#mobilenav ul {
    margin: 0;
    padding: 0;
}

#mobilenav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mobilenav a, #mobilenav a:hover {
    display: block;
    position: relative;
    color: #19171B;
    text-decoration: none;
    line-height: 45px;
    border-bottom: 1px solid #dbdbdb;
    padding: 5px 15px;
}

#mobilenav li:last-child a,
#mobilenav li:last-child a:hover {
    border-bottom: none;
}

#mobilenav a:hover {
    background-color: #EDEDED;
}

/**
**
* Header
**
**/
#header_top_placeholder {
    display: block;
    position: relative;
    width: 100%;
    height: 120px;
    background-color: #fff;
}

#header_top_outer_container {
    display: block;
    position: fixed;
    margin: 0 auto;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    top: 0px;
    left: 0px;
    z-index: 10;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#header_top_outer_container.close {
    top: -70px;
    animation-name: header_top_outer_container_close;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;

    -webkit-animation-name: header_top_outer_container_close;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in;
}

@keyframes header_top_outer_container_close {
    0% {
        top: 0px;
    }
    100% {
        top: -70px;
    }
}

@-webkit-keyframes header_top_outer_container_close {
    0% {
        top: 0px;
    }
    100% {
        top: -70px;
    }
}

#header_top_outer_container.open {
    top: 0px;
    animation-name: header_top_outer_container_open;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;

    -webkit-animation-name: header_top_outer_container_open;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in;
}

#header_top_outer_container.open a#logo {
}

@keyframes header_top_outer_container_open {
    0% {
        top: -70px;
    }
    100% {
        top: 0px;
    }
}

@-webkit-keyframes header_top_outer_container_open {
    0% {
        top: -70px;
    }
    100% {
        top: 0px;
    }
}

#header_top_container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    min-width: 320px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
a#logo {
    box-sizing: border-box;
    display: block;
    width: 190px;
    flex: 0 1 auto;
}

a#logo img {
    width: 100%;
    height: auto;
}

/* Navigationselemente */
#header_top_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin: 0;
    padding: 0;
    height: 70px;
}

/** Hauptnavigation **/
nav#mainnav {
    display: block;
    position: relative;
    float: right;
    margin: 15px 0;
}

nav#mainnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
    white-space: nowrap;
}

nav#mainnav ul.level_2 {
    position: absolute;
    display: none;
}

nav#mainnav ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    margin: 0 0 0 20px;
}

nav#mainnav ul li a {
	color: #19171B;
	text-decoration: none;
}

nav#mainnav a:hover, nav#mainnav a.active {
    color: #A58A55;
}

/* Mobile Hauptnavigation */
nav#mobile_mainnav {
    margin: 15px 0 15px -2px;
}

a#menu_icon, a#mail_icon, a#phone_icon {
    display: none;
    width: 40px;
    height: 40px;
    margin: 0 0 0 4px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 8px;
}

a#menu_icon {
    background-image: url(../pix/icons/navi.png);
}

a#mail_icon {
    background-image: url(../pix/icons/message.png);
    background-color: #A58A55;
}

a#phone_icon {
    background-image: url(../pix/icons/call.png);
}

/** Sprachnavigation **/
nav#languagenav {
    display: block;
    position: relative;
    float: right;
    margin: 0 25px;
}

nav#languagenav a#languagenav_active_bttn, nav#languagenav a:hover#languagenav_active_bttn {
    display: block;
    position: relative;
    width: 42px;
    height: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
}

nav#languagenav a#languagenav_active_bttn img, nav#languagenav a:hover#languagenav_active_bttn img {
    display: block;
    position: absolute;
    right: 0px;
    top: 17px;
}

/* Drop Down Sprachnavigation */
nav#languagenav #select_container {
    position: absolute;
    z-index: 10;
    top: 40px;
    right: 0;
    width: 160px;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    background-color: #fff;
    overflow: hidden;
}

nav#languagenav #select_container.close_start {
    display: none;
    opacity: 0;
}

nav#languagenav #select_container.close {
    display: block;
    opacity: 0;

    animation-name: languagenav_select_close;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;

    -webkit-animation-name: languagenav_select_close;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in;
}

@keyframes languagenav_select_close {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes languagenav_select_close {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

nav#languagenav #select_container.open {
    display: block;
    opacity: 1;

    animation-name: languagenav_select_open;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;

    -webkit-animation-name: languagenav_select_open;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in;
}

@keyframes languagenav_select_open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes languagenav_select_open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

nav#languagenav #select_container a, nav#languagenav #select_container a:hover {
    display: block;
    position: relative;
    border-bottom: 1px solid #DBDBDB;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    background-color: #fff;
    font-size: 16px;
    color: #19171B;
    text-decoration: none;
    cursor: pointer;
}

nav#languagenav #select_container a:hover {
    background-color: #EDEDED;
}

nav#languagenav #select_container a:last-child {
    border: none;
}

nav#languagenav #select_container a span {
    display: block;
    position: absolute;
    height: 100%;
    width: 20px;
    right: 16px;
    top: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

.flag_de {
    background-image: url(../pix/flags/nav_de.png);
}

.flag_en {
    background-image: url(../pix/flags/nav_en.png);
}

.flag_it {
    background-image: url(../pix/flags/nav_it.png);
}

.flag_nl {
    background-image: url(../pix/flags/nav_nl.png);
}

.flag_cs {
    background-image: url(../pix/flags/nav_cs.png);
}

/** Anfragebutton **/
a#nav_request_bttn, a:hover#nav_request_bttn {
    display: block;
    position: relative;
    float: right;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    background-color: #A58A55;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0;
    letter-spacing: 1px;
    text-shadow: -1px -1px 0px #869249;
    text-decoration: none;
}

a:hover#nav_request_bttn {
    background-color: #bba478;
    text-shadow: -1px -1px 0px #A58A55;
}

/* Anfragebutton mobil */
#header_request_outer_container {
    display: none;
    position: relative;
    background-color: #D9CDB7;
    margin: 0 0 0 0;
}

#header_request_container {
    display: block;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}

a#header_request_bttn, a:hover#header_request_bttn {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #A58A55;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: -1px -1px 0px #869249;
    margin: 0 auto;
    width: 100%;
    text-decoration: none;
    letter-spacing: 1px;
}

a:hover#header_request_bttn {
    background-color: #bba478;
    text-shadow: -1px -1px 0px #A58A55;
}

#img_header {
    display: block;
    height: 410px;
    background: transparent no-repeat center center;
    background-size: cover;
}

/**
* Seitenpfad
**/
#path_outer_container {
    display: block;
    position: relative;
    background-color: #E3CD99;
}

#path_container {
    display: block;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#path {
    display: inline-block;
    position: relative;
    max-width: 1200px;
    margin: 8px 0;
    /* padding: 8px 20px;
    background-color: #C7B587;
    border-radius: 8px; */
}

#path ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#path ul li {
    margin: 0;
    list-style: none;
    display: inline-block;
}

#path ul li:not(:first-child):before {
    content: "›";
    display: inline-block;
    margin: 0 3px;
    color: #333;
    font-size: 16px;
}

#path a {
    font-size: 14px;
    color: #333;
    /* color: #fff; */
    text-decoration: none;
}

/*
#path a, #path a:hover, #path div {
    display: block;
    float: left;
    line-height: 20px;
}

#path a, #path a:hover, #path a span, #path a:hover span, #path div {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

#path a:hover span {
    text-decoration: underline;
}

#path div {
}
 */


/* Inhaltscontainer */

#content_container {
    display: block;
    background-color: #fff;
    /* */
    margin: 60px auto 60px auto;
    padding: 0 15px;
    max-width: 1200px;
    box-sizing: border-box;
}

.mod_article > .container.small {
    /* max-width: 860px; */
    margin: 0 auto;
}

#content_container h1, #content_container .h1 {
}

/****
** Startseite
****/
.st_content_outer_container {
    display: block;
    position: relative;
    width: 100%;
    margin: 80px 0 60px 0;
}

.st_content_outer_container:first-child {
    margin-top: 0;
}

/* Bild mit scrollanimation */
.st_img_container {
    display: block;
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.st_img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.st_content_outer_container.start .st_img {
    background-image: url(../pix/start/start.jpg);
}

.st_content_outer_container.see .st_img {
    background-image: url(../pix/start/see.jpg);
}

.st_content_outer_container.stadt .st_img {
    background-image: url(../pix/start/stadt.jpg);
}

.st_content_outer_container.sueden .st_img {
    background-image: url(../pix/start/sueden.jpg);
}

.st_content_container {
    display: block;
    position: relative;
    background-color: #fff;
    padding: 1px 0;
}

.st_content_container article {
    display: block;
    max-width: 860px;
    margin: 60px auto 0 auto;
    box-sizing: border-box;
    padding: 0 15px;
}

/* Claim */
.st_claim {
    display: block;
    position: absolute;
    top: 20px;
    width: 100%;
    min-width: 320px;
    height: 0px;
}

.st_claim div.st_claim_container {
    display: block;
    position: absolute;
    bottom: 0px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    min-width: 320px;
}

.st_claim div.st_claim_container div {
    display: inline-block;
    padding: 10px 30px;
    line-height: 20px;
    text-align: center;
    background-color: #A58A55;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: -1px -1px 0px #286780;
    text-decoration: none;
    top: -20%;
}

.st_claim div.st_claim_container.red div {
    background-color: #BA505C;
    color: #fff;
    text-shadow: -1px -1px 0px #60141d;
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 23px;
    padding: 20px;
}

.st_claim div.st_claim_container.red div span {
    display: inline-block;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: -1px -1px 0px #60141d;
}

.st_claim.hidden div.st_claim_container {
    opacity: 0;
    bottom: -60px;
    animation-name: st_claim_hidden;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;

    -webkit-animation-name: st_claim_hidden;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in;
}

@keyframes st_claim_hidden {
    0% {
        opacity: 1;
        bottom: 0px;
    }
    100% {
        opacity: 0;
        bottom: -60px;
    }
}

@-webkit-keyframes st_claim_hidden {
    0% {
        opacity: 1;
        bottom: 0px;
    }
    100% {
        opacity: 0;
        bottom: -60px;
    }
}

.st_claim.visible div.st_claim_container {
    opacity: 1;
    bottom: 0px;
    animation-name: st_claim_visible;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;

    -webkit-animation-name: st_claim_visible;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in;
}

@keyframes st_claim_visible {
    0% {
        opacity: 0;
        bottom: -60px;
    }
    100% {
        opacity: 1;
        bottom: 0px;
    }
}

@-webkit-keyframes st_claim_visible {
    0% {
        opacity: 0;
        bottom: -60px;
    }
    100% {
        opacity: 1;
        bottom: 0px;
    }
}

/* Navigation scrollanimation */
.st_nav_outer_container {
    display: block;
    position: relative;
    background-color: #D9CDB7;
    margin-top: 60px;
}

.st_nav_container {
    display: flex;
    flex-wrap: wrap;
    // max-width: 826px;
    margin: 0 auto;
    padding: 30px 20px 60px 20px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}

.st_nav_container span.bttn_container {
    display: block;
    width: 100%;
    padding: 20px 10px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    text-decoration: none;
    text-align: center;
}

.st_nav_container span.bttn {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    // width: 160px;
    height: 160px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    text-decoration: none;

}

.st_nav_container span.bttn span.bttn_table {
    display: table;
    width: 100%;
    height: 100%;
    border: none;
    text-decoration: none;
}

.st_nav_container span.bttn span.bttn_tr {
    display: table-row;
    border: none;
    text-decoration: none;
}

.st_nav_container span.bttn a.bttn_td, .st_nav_container span.bttn a:hover.bttn_td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 1.1;
    color: #fff;
    border: none;
    text-decoration: none;
    border-radius: 80px;
    padding: 10px 40px;
}

@media(min-width: 960px) {
    .st_nav_container span.bttn_container {
        width: 33.333333%;
    }

    .st_nav_container span.bttn a.bttn_td, .st_nav_container span.bttn a:hover.bttn_td {
        font-size: 34px;
    }
}

/* Navigation */
.st_nav_container span.bttn_container:nth-child(1) a, .st_nav_container span.bttn_container:nth-child(1) a:hover {
    background-color: var(--color-primary);
    text-shadow: -1px -1px 0px #286780;
}

.st_nav_container span.bttn_container:nth-child(2) a, .st_nav_container span.bttn_container:nth-child(2) a:hover {
    background-color: var(--color-secondary);
    text-shadow: -1px -1px 0px #C7B587;
}

.st_nav_container span.bttn_container:nth-child(3) a, .st_nav_container span.bttn_container:nth-child(3) a:hover {
    background-color: var(--color-accent);
    text-shadow: -1px -1px 0px #869249;
}

/* zurück icon */
a.st_anchor_top_target {
    display: block;
    position: absolute;
    top: -35px;
    left: 0px;
    height: 0px;
    width: 0px;
}

a.st_anchor_top {
    display: block;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    height: 70px;
    width: 70px;
    border-radius: 35px;
    background-color: #A58A55;
    z-index: 1;
}

a.st_anchor_top div {
    display: block;
    position: absolute;
    bottom: 18px;
    left: 23px;
    height: 20px;
    width: 20px;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    transform: rotate(-225deg);
    box-shadow: -1px 1px 1px #869249;
    background-color: #A58A55;
}

a:hover.st_anchor_top {
    background-color: #bba478;
}

a:hover.st_anchor_top div {
    box-shadow: -1px 1px 1px #A58A55;
    background-color: #bba478;
}

/****
** Kontakt
****/
#contact_form_container {
    display: block;
    position: relative;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    width: 50%;
    float: left;
    margin: 0 auto 70px auto;
}

.contact_form_input_container {
    display: block;
    position: relative;
    width: 100%;
}

.contact_form_input_container .label {
    display: block;
    position: relative;
    line-height: 16px;
    font-size: 16px;
    padding: 5px 15px;
    background-color: #EDEDED;
    margin: 0 auto 0 auto;
    border-radius: 3px 3px 0 0;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    font-weight: bolder;
    cursor: pointer;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}

.contact_form_input_container input {
    display: block;
    position: relative;
    line-height: 16px;
    font-size: 16px;
    padding: 12px 15px;
    background-color: #EDEDED;
    margin: 0 auto 4px auto;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}

.contact_form_input_container textarea {
    display: block;
    position: relative;
    line-height: 16px;
    font-size: 16px;
    padding: 12px 15px;
    background-color: #EDEDED;
    margin: 0 auto 4px auto;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    width: 100%;
    height: 130px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
}

a#contact_form_submit, a:hover#contact_form_submit {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #A58A55;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: -1px -1px 0px #869249;
    margin: 0 auto;
    width: 100%;
    text-decoration: none;
    letter-spacing: 1px;
}

a:hover#contact_form_submit {
    background-color: #bba478;
    text-shadow: -1px -1px 0px #A58A55;
}

#contact_info_container {
    display: block;
    position: relative;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    width: 50%;
    float: right;
    margin: 0 auto 70px auto;
}

#contact_info_container a, #contact_info_container a * {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

#contact_info_container a:hover, #contact_info_container a:hover * {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #A58A55;
}

a#contact_instagram, a:hover#contact_instagram {
    display: inline-block;
    text-decoration: none;
    border: none;
    background-image: url(../pix/insta.png);
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 24px;
    padding: 0 0 0 22px;
    border: none;
}

a#contact_instagram span {
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

a:hover#contact_instagram span {
    text-decoration: none;
    border-bottom: 1px solid #A58A55;
}

a#contact_facebook, a:hover#contact_facebook {
    display: inline-block;
    text-decoration: none;
    border: none;
    background-image: url(../pix/fb_blue.png);
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 24px;
    padding: 0 0 0 22px;
    border: none;
}

a#contact_facebook span {
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

a:hover#contact_facebook span {
    text-decoration: none;
    border-bottom: 1px solid #A58A55;
}

#contact_iframe_container {
    display: block;
    position: relative;
    height: 300px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    width: 50%;
    float: left;
    margin: 0 auto 70px auto;
}


#contact_iframe {
    display: block;
    position: relative;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    margin: 0 auto 70px auto;
    border-radius: 8px;
}

/**
* Deafault Detailseite
**/
/* Beschreibendes Bild */
a.desc_pic {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
}

a:hover.desc_pic {
    opacity: 0.5;
}

a.desc_pic img {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 8px;
}

/* Downloads */
.ce_downloads {
    display: block;
    position: relative;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    background-color: #fff;
    margin: 0 0 20px 0;
    padding: 30px;
}

.ce_downloads h3 {
    margin: 0 0 20px 0;
}

.ce_downloads a, .ce_downloads a:hover {
    display: inline-block;
    line-height: 20px;
    margin: 2px 0;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.ce_downloads a:hover {
    border-bottom: 1px solid #A58A55;
}

/** Subnavigation **/
#subnav {
    z-index: 1;
    display: block;
    position: relative;
    float: left;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    background-color: #fff;
    margin: 0 0 40px 0;
    width: 260px;
    /*width:22.41%;*/
}

nav#subnav a, nav#subnav a:hover, nav#subnav a.active {
    display: block;
    position: relative;
    border-bottom: 1px solid #DBDBDB;
    line-height: 22px;
    padding: 9px 15px;
    background-color: #fff;
    font-size: 16px;
    color: #19171B;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px 3px 0 0;
}

nav#subnav a:hover, nav#subnav a.active {
    background-color: #EDEDED;
}

nav#subnav a:last-child {
    border: none;
}

/** Subnavigation Drop Down **/
#subnav_dropdown {
    display: block;
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
    box-sizing: border-box;
    padding: 0;
}

a.subnav_dropdown_title, a:hover.subnav_dropdown_title {
    display: table;
    position: relative;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    background-color: #EDEDED;
    min-height: 70px;
    margin: 0 auto;
    color: #19171B;
    text-decoration: none;
    width: 100%;
}

a.subnav_dropdown_title *, a:hover.subnav_dropdown_title * {
    color: #19171B;
    text-decoration: none;
}

.subnav_dropdown_title_content {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 40px 10px 40px;
    height: 70px;
}

#subnav_dropdown_active .subnav_dropdown_title_content {
    padding: 10px 110px 10px 40px;
}

.subnav_dropdown_content span {
    white-space: nowrap;
}

.subnav_dropdown_title_content, .subnav_dropdown_title_content h3, .subnav_dropdown_title_content span {
    line-height: 23px;
}

.subnav_dropdown_title_content span.add_info {
    display: inline-block;
    background-color: #A58A55;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 7px;
}

/* Icon neben Titel zum ein und ausklappen */
.subnav_dropdown_icon {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -35px;
    height: 70px;
    width: 70px;
    border-radius: 8px;
    background-color: #A58A55;

    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.subnav_dropdown_icon div {
    display: block;
    position: absolute;
    top: 22px;
    left: 18px;
    height: 20px;
    width: 20px;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    box-shadow: -1px 1px 1px #869249;
    background-color: #A58A55;
}

.subnav_dropdown_icon div.open {
    top: 18px;
    right: 22px;
    left: auto;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.subnav_dropdown_icon div.close {
    top: 22px;
    left: 18px;
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

a:hover.subnav_dropdown_title .subnav_dropdown_icon {
    background-color: #bba478;
}

a:hover.subnav_dropdown_title .subnav_dropdown_icon div {
    box-shadow: -1px 1px 1px #A58A55;
    background-color: #bba478;
}

#subnav_dropdown_option_outer_container {
    z-index: 10;
    display: none;
    position: absolute;
    bottom: -1px;
    left: 0px;
    height: 1px;
    width: 100%;
}

#subnav_dropdown_option_outer_container.close_start {
    display: none;
    opacity: 0;
}

#subnav_dropdown_option_outer_container.close {
    display: block;
    opacity: 0;

    animation-name: subnav_dropdown_option_close;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;

    -webkit-animation-name: subnav_dropdown_option_close;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in;
}

@keyframes subnav_dropdown_option_close {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes subnav_dropdown_option_close {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#subnav_dropdown_option_outer_container.open {
    display: block;
    opacity: 1;

    animation-name: subnav_dropdown_option_open;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;

    -webkit-animation-name: subnav_dropdown_option_open;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in;
}

@keyframes subnav_dropdown_option_open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes subnav_dropdown_option_open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#subnav_dropdown_option_container {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    border-radius: 0 0 3px 3px;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    background-color: #fff;
}

#subnav_dropdown_option_container a.subnav_dropdown_title, #subnav_dropdown_option_container a:hover.subnav_dropdown_title {
    background: none;
    border-radius: 0;
    border: none;
    border-top: 1px solid #DBDBDB;
}

#subnav_dropdown_option_container a:hover.subnav_dropdown_title {
    background-color: #EDEDED;
}

/** Inhaltsbereich **/
#content_right {
    display: block;
    position: relative;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}

#content_right.with_subnav {
    /*width:860px;
	width:74.14%;*/
    padding: 0 0 0 300px;
}

.content_txt {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 70px 0;
}

.content_txt.small_center {
    margin: 0 auto 70px auto !important;
    max-width: 826px !important;
}

.content_txt.with_content_right {
    padding: 0 315px 0 0;
}

.content_txt.not_last_content {
    margin-bottom: 0px !important;
}

.content_txt a.desc_pic {
    display: none;
}

.content_txt .download_container {
    display: none;
}

/** Rechte Spalte im Inhaltsbereich **/
.content_right_link_block {
    z-index: 1;
    display: block;
    position: relative;
    float: right;
    width: 275px;
    margin: 0 0 20px 0;
}

.content_right_link_block a.desc_pic {
    display: block;
}

.content_right_link_block .download_container {
    display: block;
}

/** Iconline Campingplatz **/
.icon_outer_container {
    display: block;
    position: relative;
    margin: 40px 0 20px 0;
    overflow: hidden;
}

.icon_container {
    display: block;
    position: relative;
    width: 33.33%;
    float: left;
    margin: 0 0 20px 0;
}

.icon_container img {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 80%;
}

.icon_container span {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #A58A55;
    font-size: 14px;
    line-height: 16px;
    min-height: 32px;
    padding: 2px 2px;
}

.flex_icon_outer_container {
    display: block;
    position: relative;
    margin: 40px 0 20px 0;
    text-align: center;
}

.flex_icon_container {
    display: inline-block;
    margin: 0 10px 10px 10px;
    text-align: center;
}

.flex_icon_container img {
    display: inline-block;
    height: 50px;
}

.flex_icon_container span {
    display: inline-block;
    text-align: center;
    color: #A58A55;
    font-size: 14px;
    line-height: 16px;
    min-height: 32px;
    padding: 2px 2px;
}

/*
.iconline
{
	display:table;
	width:100%;
	margin:40px 0 40px 0;
}
.iconline div
{
	display:table-row;
}
.iconline span
{
	display:table-cell;
	width:20%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	vertical-align:middle;
	color:#A58A55;
	font-size:14px;
	line-height:16px;
	padding:2px 2px;
}
.iconline span img
{
	max-width:100%;
}
*/
/**
* Ein und Ausklapp Inhalt
**/
.open_close_container {
    display: block;
    position: relative;
    margin: 0 auto 10px auto;
}

a.open_close_title, a:hover.open_close_title {
    display: table;
    position: relative;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    background-color: #EDEDED;
    min-height: 70px;
    margin: 0 auto 10px auto;
    color: #19171B;
    text-decoration: none;
    width: 100%;
}

a.open_close_title.unimportant, a:hover.open_close_title.unimportant {
    border: 1px solid #A58A55;
    background-color: #DCE2BE;
}

a.open_close_title *, a:hover.open_close_title * {
    color: #19171B;
    text-decoration: none;
}

/* blue box */
.open_close_container.blue a.open_close_title, .open_close_container.blue a:hover.open_close_title {
    color: #fff;
    background-color: #A58A55;
    border: 1px solid #A58A55;
}

.open_close_container.blue a.open_close_title *, .open_close_container.blue a:hover.open_close_title * {
    color: #fff;
}

/* red box */
.open_close_container.red a.open_close_title, .open_close_container.red a:hover.open_close_title {
    color: #fff;
    background-color: #BA505C;
    border: 1px solid #BA505C;
}

.open_close_container.red a.open_close_title *, .open_close_container.red a:hover.open_close_title * {
    color: #fff;
}

.open_close_container.blue table th,
.open_close_container.blue table td,
.open_close_container.red table th,
.open_close_container.red table td {
    background-color: #EDEDED;
}

.open_close_title_content {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 110px 10px 40px;
    height: 70px;
}

.open_close_container.withicon .open_close_title_content {
    padding: 10px 110px 10px 96px;
}

.open_close_title_content span {
    white-space: nowrap;
    font-size: 18px;
}

.open_close_title_content, .open_close_title_content h3, .open_close_title_content span {
    line-height: 26px;
}

.open_close_title_content span.add_info {
    display: inline-block;
    background-color: #A58A55;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 7px;
}

.open_close_title_content span.add_info.red {
    background-color: #BA505C;
}

.open_close_title_icon {
    display: block;
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -24px;
}

/* Icon neben Titel zum ein und ausklappen */
.open_close_icon {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -35px;
    height: 70px;
    width: 70px;
    border-radius: 8px;
    background-color: #A58A55;
}

.open_close_icon div {
    display: block;
    position: absolute;
    top: 22px;
    left: 18px;
    height: 20px;
    width: 20px;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    box-shadow: -1px 1px 1px #869249;
    background-color: #A58A55;
}

.open_close_icon div.open {
    top: 18px;
    right: 22px;
    left: auto;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open_close_icon div.close {
    top: 22px;
    left: 18px;
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

a:hover.open_close_title .open_close_icon {
    background-color: #bba478;
}

a:hover.open_close_title .open_close_icon div {
    box-shadow: -1px 1px 1px #A58A55;
    background-color: #bba478;
}

/* Eingeklappter Inhalt*/
.open_close_content {
    display: none;
    position: relative;
    padding: 0 35px;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    margin: 0 auto 10px auto;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.open_close_content .block {
    margin: 35px 0 !important;
}

.open_close_content p:last-child {
    margin: 0;
}

.open_close_content.close {
    display: none;
}

.open_close_content.open {
    display: block;
}

.open_close_content h3 {
    margin-top: 25px;
}

.open_close_content h3:first-child {
    margin-top: 0;
}

.open_close_content_subtitle {
    display: block;
    position: relative;
    margin: 0 0 10px 0;
}

.info_line {
    display: table;
    position: relative;
    background-color: #DCE2BE;
    padding: 15px 15px;
    margin: 0 auto 1px auto;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.open_close_container.blue .info_line, .open_close_container.blue .info_line * {
    background-color: #EDEDED;
}

.open_close_container.red .info_line, .open_close_container.red .info_line * {
    background-color: #EDEDED;
}

.info_line.red, .info_line.red * {
    background-color: #BA505C;
    color: #fff;
}

.info_line_left {
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
    font-size: 16px;
}

.info_line_right {
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
    font-size: 16px;
    width: 90px;
    text-align: right;
}

.info_line_full {
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
    font-size: 16px;
}

.info_line_important {
    display: block;
    position: relative;
    padding: 25px 40px;
    border-radius: 8px;
    background-color: #BA505C;
    text-decoration: none;
    color: #fff;
    margin: 0 auto 10px auto;
    max-width: 826px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}

.info_line_last {
    margin-bottom: 40px !important;
}

/** Bildergalerie **/

.open_close_content > .ce_gallery {
    margin: 10px -25px !important;
}

.ce_gallery > div {
    display: flex;
    flex-wrap: wrap;
}

.ce_gallery a {
    box-sizing: border-box;
    display: block;
    width: 25%;
    padding: 10px;
    overflow: hidden;
}

.ce_gallery a > div {
    border-radius: 6px;
    height: 0;
    padding-bottom: 100%;
    background: transparent no-repeat center center;
    background-size: cover;
}

.ce_gallery a:hover {
    opacity: 0.8;
}

/**
* Buchungsformular
**/
#buchung_form {
    display: block;
    position: relative;
    width: 100%;
}

.buchung_formtitle {
    padding: 20px 15px 20px 15px;
    font-size: 20px;
    color: #A58A55;
}

.buchung_input_container {
    display: block;
    position: relative;
    width: 49%;
    float: left;
}

.buchung_input_container:nth-child(2n+1) {
    float: right;
}

.buchung_input_container.full, .buchung_input_container.full:nth-child(2n+1) {
    float: none;
    width: 100%;
}

.buchung_input_container .label {
    display: block;
    position: relative;
    line-height: 16px;
    font-size: 16px;
    padding: 5px 15px;
    background-color: #EDEDED;
    margin: 0 auto 0 auto;
    border-radius: 3px 3px 0 0;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    font-weight: bolder;

    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}

.buchung_input_container input {
    display: block;
    position: relative;
    line-height: 16px;
    font-size: 16px;
    padding: 10px 15px;
    background-color: #EDEDED;
    margin: 0 auto 4px auto;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
}

.buchung_input_container .select_container {
    display: block;
    position: relative;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    background-color: #EDEDED;
    margin: 0 auto 4px auto;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}

.buchung_input_container .select_container select {
    width: 100%;
    font-size: 16px;
    background-color: #EDEDED;
}

.buchung_input_container .select_container.date select {
    width: 30%;
}

.buchung_input_container .select_container select option {
    font-size: 16px;
    background-color: #EDEDED;
}


.buchung_input_container textarea {
    display: block;
    position: relative;
    line-height: 16px;
    font-size: 16px;
    padding: 12px 15px;
    background-color: #fff;
    margin: 0 auto 4px auto;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    width: 100%;
    height: 100px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
}

a#buchung_form_submit, a:hover#buchung_form_submit {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #A58A55;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: -1px -1px 0px #869249;
    margin: 0 auto;
    width: 100%;
    text-decoration: none;
    letter-spacing: 1px;
    border: none;
}

a:hover#buchung_form_submit {
    background-color: #bba478;
    text-shadow: -1px -1px 0px #A58A55;
}


/**
* Footer
**/
#footer_request_outer_container {
    display: block;
    position: relative;
    background-color: #D9CDB7;
    margin-top: 100px;
}

.footer_req_text {
    display: block;
    position: relative;
    padding: 70px 20px 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

#footer_request_container {
    display: block;
    position: relative;
    text-align: center;
    max-width: 866px;
    margin: 0 auto;
    padding: 70px 20px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}

/*a#footer_request_bttn, a:hover#footer_request_bttn
{
	display:block;
	position:relative;
	width:100%;
	max-width:826px;
	height:80px;
	line-height:80px;
	text-align:center;
	background-color:#A58A55;
	color:#fff;
	border-radius:8px;
	font-size:36px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	text-shadow: -1px -1px  0px #869249;
	margin:0 auto;
	text-decoration:none;
}
a:hover#footer_request_bttn
{
	background-color:#bba478;
	text-shadow: -1px -1px  0px #A58A55;
}*/
#footer_request_bttn_container {
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    border-right: 10px solid rgba(255, 255, 255, 0);
}

a#footer_request_bttn, a:hover#footer_request_bttn {
    display: block;
    position: relative;
    width: 100%;
    max-width: 826px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #A58A55;
    color: #fff;
    border-radius: 8px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: -1px -1px 0px #869249;
    margin: 0 auto;
    text-decoration: none;
}

a:hover#footer_request_bttn {
    background-color: #bba478;
    text-shadow: -1px -1px 0px #A58A55;
}

#footer_pricecalculator_bttn_container {
    display: block;
    position: relative;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    border-left: 10px solid rgba(255, 255, 255, 0);
}

a#footer_pricecalculator_bttn, a:hover#footer_pricecalculator_bttn {
    display: block;
    position: relative;
    width: 100%;
    max-width: 826px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #A58A55;
    color: #fff;
    border-radius: 8px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: -1px -1px 0px #869249;
    margin: 0 auto;
    text-decoration: none;

    width: 50
}

a:hover#footer_pricecalculator_bttn {
    background-color: #bba478;
    text-shadow: -1px -1px 0px #A58A55;
}

#footer_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 1200px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px;
    margin: 0 auto;
}

/*
nav#footernav {
    display: block;
    position: relative;
}

nav#footernav {
    display: block;
    position: relative;
    float: left;
}

nav#footernav a, nav#footernav a:hover {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #19171B;
    margin: 0 20px 0 0;
}

nav#footernav a:hover {
    color: #A58A55;
}

nav#footernav a#footer_instagram, nav#footernav a#footer_instagram:hover {
    border: none;
    background-image: url(../pix/insta.png);
    background-position: left center;
    background-repeat: no-repeat;
    width: 16px;
}

nav#footernav a#footer_instagram:hover {
    background-image: url(../pix/insta.png);
}

nav#footernav a#footer_facebook, nav#footernav a#footer_facebook:hover {
    border: none;
    background-image: url(../pix/fb_blue.png);
    background-position: left center;
    background-repeat: no-repeat;
    width: 16px;
}

nav#footernav a#footer_facebook:hover {
    background-image: url(../pix/fb_blue.png);
}

nav#footernav > nav {
    display: inline-block;
}

nav#footernav > nav ul {
    margin: 0;
    padding: 0;
}

nav#footernav > nav ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
} */

a#agentur, a:hover#agentur {
    display: block;
    position: relative;
    font-size: 14px;
    text-decoration: none;
    color: #19171B;
}

a:hover#agentur {
    color: #A58A55;
}

/** Cookiehinweis **/
#cookie {
    display: none;	/* TODO */
    position: fixed;
    width: 100%;
    min-width: 320px;
    left: 0px;
    bottom: 0px;
    padding: 20px 10px;
    background-color: #A8B85D;
    text-align: center;
    z-index: 500;
}

#cookietxt {
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    margin: 0 0 10px 0;
}

#cookietxt a,
#cookietxt a:hover {
    color: #fff;
    border-bottom: none;
    text-decoration: none;
}

#cookietxt a {
    text-decoration: underline;
}

a#cookiebttn,
a:hover#cookiebttn {
    display: inline-block;
    padding: 6px 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    background-color: #3A98C0;
}

a:hover#cookiebttn {
    background-color: #A8B85D;
}

.button, button {
    font-family: Poppins, sans-serif;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #A58A55;
    color: #fff;
    border-radius: 8px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: -1px -1px 0px #869249;
    margin: 0 auto;
    text-decoration: none;
    padding: 0 30px;
}

.button:hover {
    background-color: #bba478;
    text-shadow: -1px -1px 0 #A58A55;
    text-decoration: none;
}

input,
textarea {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    color: #19171B;
    line-height: 24px;
    outline: none;
    resize: none;
    border: 1px solid #ddd;
    padding: 10px 12px;
    width: 100%;
    box-sizing: border-box;
}

.line {
    border-bottom: 1px solid #ddd;
    margin: 50px 0;
}


@media (max-width: 1140px) {
    a#nav_request_bttn {
        display: none;
    }

    a#mail_icon {
        display: block;
    }
}

@media (max-width: 980px) {
    nav#mainnav {
        display: none;
    }

    a#menu_icon,
    a#phone_icon {
        display: block;
    }

    #footer_request_outer_container {
        margin-top: 60px;
    }

    a#agentur, a:hover#agentur {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    #content_container {
        margin: 40px auto;
    }
}

@media (max-width: 600px) {
    #header_top_container {
        height: 70px !important;
    }

    #header_top_placeholder {
        height: 70px !important;
    }

    a#logo {
        width: 140px;
    }

    a#mail_icon {
        display: none;
    }

    nav#languagenav {
        margin: 0;
    }

    nav#languagenav img {
        display: none !important;
    }

    nav#languagenav a#languagenav_active_bttn, nav#languagenav a:hover#languagenav_active_bttn {
        width: 25px;
    }

    #footer_request_bttn_container {
        float: none;
        width: 100%;
        border: none;
    }

    #footer_pricecalculator_bttn_container {
        float: none;
        width: 100%;
        margin-top: 20px;
        border: none;
    }

    #path_outer_container {
        display: none;
    }

    #header_request_outer_container {
        display: block;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* Safari and Chrome */
    .myClass {
    }

    /* Safari only override */
    ::i-block-chrome, .st_img {
        background-attachment: scroll;
    }
}

@media only screen
and (max-width: 1200px) {
    /* Inhaltsinnenabstände werden von 40 auf 20px reduziert */
    #content_right.with_subnav {
        padding: 0 0 0 280px;
    }

    .content_txt.with_content_right {
        padding: 0 295px 0 0;
    }
}

@media only screen
and (max-width: 1000px) {
    #subnav {
        display: none;
    }

    #content_right.with_subnav {
        padding: 0 0 0 0;
    }

    #content_right .content_txt.with_content_right {
        padding: 0 29% 0 0;
    }

    #content_right .content_right_link_block {
        width: 27.5%;
    }

    .content_right_link_block .download_container {
        display: none;
    }

    .content_txt .download_container {
        display: block;
    }
}

@media only screen
and (max-width: 995px) {
    /** grosses Logo wird gegen kleine s ausgetauscht **/
    #header_top_outer_container a#logo_big {
        display: none;
    }

    #header_top_outer_container a#logo {
        display: block;
    }

    /** Bildheader **/
    #img_header {
        height: 250px;
    }
}

@media only screen
and (max-width: 925px) {
    /* Im Header werden Abstände bei Navigationselementen verkleinert */
    nav#mainnav a, nav#mainnav a:hover, nav#mainnav a.active {
        margin: 0 0 0 15px;
    }

    nav#languagenav {
        margin: 15px 15px 15px 15px;
    }

}

@media only screen
and (max-width: 866px) {
    /* Footer */
    a#footer_request_bttn, a:hover#footer_request_bttn,
    a#footer_pricecalculator_bttn, a:hover#footer_pricecalculator_bttn {
        height: 50px;
        line-height: 50px;
        font-size: 24px;
    }
}

@media only screen
and (max-width: 1100px) {
    /* Anfragebutton im Header wird ausgetauscht */
    a#nav_request_bttn, a:hover#nav_request_bttn {
        display: none;
    }

    nav#mobile_mainnav {
        display: block;
    }

    nav#mobile_mainnav a#mail_icon {
        display: block;
    }
}

@media only screen
and (max-width: 830px) {
    /* Footer */
    a#footer_request_bttn, a:hover#footer_request_bttn {
        height: 50px;
        line-height: 50px;
        font-size: 24px;
    }


    h1, .h1 {
        font-size: 50px;
        line-height: 1.1;
    }

    /** Bildheader **/
    #img_header {
        height: 200px;
    }


    a#agentur, a:hover#agentur {
        float: none;
        text-align: center;
    }
}


@media only screen and (max-width: 710px) {
    h1, .h1 {
        font-size: 40px;
        line-height: 44px;
        margin: 30px auto 20px auto;
    }



    /* mobile Navigation fürs Tablet */
    /*nav#mainnav
	{
		display:none;
	}
	nav#languagenav
	{
		margin:15px 2px;

	}
	nav#mobile_mainnav a#menu_icon
	{
		display:block;
	}	*/
    /** Footer **/


    /* Kontakt */
    #contact_form_container {
        padding: 0 0 0 0;
        width: 100%;
        float: none;
        margin: 0 auto 70px auto;
    }

    #contact_info_container {
        padding: 0 0 0 0;
        width: 100%;
        float: none;
        margin: 0 auto 70px auto;
    }

    #contact_iframe_container {
        padding: 0 0 0 0;
        width: 100%;
        float: none;
        margin: 0 auto 70px auto;
    }
}

@media only screen and (max-width: 600px) {
    /* Startseite scdollanimation beenden */
    .st_img {
        background-attachment: scroll;
    }

    .subnav_dropdown_title_content {
        padding: 10px 20px 10px 20px;
    }

    #subnav_dropdown_active .subnav_dropdown_title_content,
    .open_close_title_content {
        padding: 10px 90px 10px 20px;
    }

    .info_line_important {
        padding: 10px 20px;
    }

    .open_close_content {
        padding: 20px;
    }

    .open_close_content h3 {
        margin-top: 20px;
    }

    .open_close_container.withicon .open_close_title_content {
        padding: 10px 110px 10px 76px;
    }

    .open_close_title_icon {
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -24px;
    }

    .iconline span {
        font-size: 12px;
        line-height: 14px;
    }
}

@media only screen and (max-width: 680px) {
    #page_popup_window {
        margin-left: -160px;
        width: 320px;
    }

    .page_popup_window_request_input_container, .page_popup_window_request_input_container:nth-child(2n+1) {
        width: 100%;
        float: none;
    }

    a#request_form_2015_submit_reservation, a:hover#request_form_2015_submit_reservation {
        width: 100%;
        float: none;
    }

    a#request_form_2015_submit_request, a:hover#request_form_2015_submit_request {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .preisrechner_input_container, .preisrechner_input_container:nth-child(2n+1) {
        width: 100%;
        float: none;
    }

    .buchung_input_container, .buchung_input_container:nth-child(2n+1) {
        width: 100%;
        float: none;
    }

    /* neu */
    .subnav_dropdown_content span,
    .open_close_title_content span {
        white-space: normal;
    }
}

@media only screen and (max-width: 600px) {
    /* Footer */

}

@media only screen
and (max-width: 550px) {
    /* Galerie */
    .open_close_content.gallery a {
        width: 33.33%;
    }

    .mobile_inline {
        display: inline;
    }
}

@media only screen
and (max-width: 450px) {
    /** Detailseite Inhalt untereinander, Subnavigation ausblenden**/
    #subnav {
        display: none;
    }

    #content_right, #content_right.with_subnav,
    .content_txt, .content_txt.with_content_right,
    #content_right.with_subnav .content_txt.with_content_right,
    #content_right .content_txt.with_content_right {
        width: 100%;
        padding: 0;
    }

    .content_right_link_block {
        display: none;
    }

    .content_txt a.desc_pic {
        display: block;
    }

    .iconline span {
        font-size: 11px;
        line-height: 14px;
    }
}

@media only screen
and (max-width: 400px) {
    /* mobile Navigation fürs Handy */
    nav#mobile_mainnav a#phone_icon {
        display: block;
    }

    nav#mobile_mainnav a#mail_icon {
        display: none;
    }

    nav#languagenav {
        margin: 15px 15px 15px 0;
    }



    /* Galerie */
    .open_close_content.gallery a {
        width: 50%;
    }

    .open_close_title_icon {
        display: none;
    }

    .open_close_container.withicon .open_close_title_content {
        padding-left: 20px;
    }
}

@media only screen and (max-height: 768px) {
    .st_img_container {
        display: block;
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
}

@media only screen and (max-height: 600px) {
    .st_img_container {
        display: block;
        position: relative;
        width: 100%;
        height: 250px;
        overflow: hidden;
    }
}

body.layout-start #img_header {
    height: 600px;
    background-attachment: fixed;
}

#header-text {
}

#header-text > div {
    padding: 25px;
    background-color: #BA505C;
    text-align: center;
}

#header-text * {
    color: #fff;
    font-weight: bold;
    text-shadow: -1px -1px 0 #60141d;
}

#header-text h1:not(:last-child),
#header-text h2:not(:last-child),
#header-text h3:not(:last-child),
#header-text p:not(:last-child) {
    margin-bottom: 6px;
}

.force-full-width {
    width: 100vw;
    margin-left: -50vw !important;
    position: relative;
    left: 50%;
}

#anfrage h1 {
}

/* IT */
body.id-40 #footer_request_bttn_container a,
body.id-40 #footer_pricecalculator_bttn_container a {
    font-size: 22px;
}
