
html {
    height: 100%;
}

body {
    height: 100%;
}

a {
    text-decoration: none;
}

.pageElement {
    position: relative;
}

p, span {
    font-size: 16px;
    font-family: 'Open Sans', serif;
    font-weight: 400;
}

a {
    cursor: pointer;
}

#headline {
    font-family: 'GetShow', serif;
    font-size: 80px !important;
    color: #715138;
    margin-bottom: 35px;
    margin-top: 35px;
    padding-left: 80px;
}

#main-canvas {
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

#page-canvas {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: auto;
}

#content-canvas {
    height: 100%;
}

#detail-container {
    height: 100%;
}

.logo-img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.booking-button {
    height: 60px;
    padding: 0;
    width: auto;
    position: absolute;
    right: 0;
}

.booking-link {
    color: #fff;
    height: auto;
    line-height: 20px;
    width: auto;
    padding: 20px;
    display: block;
}

.textarea-holiday {
    margin-bottom: 30px;
}

/*-------------------------*/
/*-----------Up-----------*/
/*-----------------------*/
.up {
    position: fixed;
    bottom: 50px;
    right: 50px;
    height: 25px;
    width: 60px
}

/*----------------------------------*/
/*----------Slick slider-----------*/
/*--------------------------------*/
#slider {
    width: 100%;
    max-width: 1400px;
    height: auto;
    position: relative;
}

.slick-slide img {
    width: 100%;
    height: auto;
    max-width: 1400px;
    display: block;
    position: relative;
}

.slick-list {
    width: 100%;
}

.slick-prev, .slick-next {
    position: absolute;
    top: calc(50% - 45px);
    background-size: cover;
    cursor: pointer;
    width: 35px;
    height: 67px;
    z-index: 5;
}

.slick-prev {
    background: url(/_images/icons/slider-arrow-prev.png) center center no-repeat;
    background-size: cover;
    left: 25px
}

.slick-next {
    background: url(/_images/icons/slider-arrow-next.png) center center no-repeat;
    background-size: cover;
    right: 25px
}

.slider-caption {
    position: absolute;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 35px;
    padding-bottom: 35px;
    max-height: 170px;
    text-align: center
}

h1 {
    width: 100%;
    height: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 95px;
    line-height: 100px;
    font-family: 'GetShow' !important;
    padding: 35px;
}

.slick-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    max-width: 100px
}

.slick-dots > li {
    display: inline-block;
    float: left;
    margin-left: 15px;
    background: url(/_images/icons/slider-dot.png) no-repeat;
    background-size: cover;
    height: 15px;
    width: 15px;
    cursor: pointer
}

.slick-dots li.slick-active {
    background: url(/_images/icons/slider-dot-active.png) no-repeat;
    background-size: cover
}

.slick-dots > li > button {
    display: none
}

/*---------------------------*/
/*-----------Head-----------*/
/*-------------------------*/
#head-canvas {
    /*   background-color: white;*/
    width: 100%;
    height: 60px;
    z-index: 80;
    position: relative;
    max-width: 1400px;
}

.nav1 .nav1-item {
    list-style: none;
    float: left;
    padding: 14px 0;
}

.nav1 .nav1-item .nav1-link {
    text-decoration: none;
    line-height: 32px;
    font-size: 18px;
}

#logo {
    height: 150px;
    width: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    float: left;
}

.nav1 {
    width: auto;
    height: 60px;
    float: left;
    padding-left: 45px;
}

.head_text {
    width: auto;
    height: auto;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

.head_p {
    font-size: 30px;
    margin: 0;
    padding-top: 30px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.head_h1 {
    font-size: 70px;
    margin: 0;
    line-height: 70px;
}

.head_p_bottom {
    padding-bottom: 30px;
    padding-top: 0 !important;
}

/*-----------------------------*/
/*-----------mobile Menu-----------*/
/*---------------------------*/
.mobile-div {
    position: fixed;
    z-index: 99;
    top: 0;
    left: -100vw;
    height: 100vh;
    width: 100vw;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.menu-button {
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.menu-button:hover .menu-line:nth-child(1),
.menu-button:hover .menu-line:nth-child(3) {
    width: 50%;
}

.menu-button-close {
    height: 40px;
    width: 40px;
    float: right;
    margin: 35px;
    cursor: pointer;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.menu-button-close-ul {
    width: 100%;
    display: inline-block;
}

.menu-button-close-li {
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.close {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.close::before,
.close::after {
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 4px;
}

.close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}

.close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}

.menu-button-close:hover .close::before {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}

.menu-button-close:hover .close::after {
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}

.mobile-menu {
    height: 100vh !important;
    width: auto;
    overflow: hidden;
    margin: auto;
    text-align: center;
    padding: 25%;
}

.nav1-mobile-link {
    text-decoration: none;
    font-size: 25px;
}

/*-----------------------------*/
/*-----------Footer-----------*/
/*---------------------------*/
#footer-canvas {
    height: auto;
    width: auto;
}

.pageelement-footer {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.aside-canvas {
    height: auto;
    width: 20%;
    padding: 50px 0 50px 10%;
    float: left;
}

.pageelement-footer .headline-h2 {
    font-size: 25px;
}

.pageelement-footer .text-p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pageelement-footer a {
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.content-canvas {
    height: auto;
    width: 20%;
    padding: 50px 10%;
    float: left;
    text-align: center;
}

.content-canvas .footer_h2 {
    font-weight: 700;
    font-size: 35px;
}

.footer_copyright {
    margin-top: 50px;
}

.info-canvas {
    height: auto;
    width: 20%;
    padding: 50px 10% 50px 0;
    float: left;
    display: flex;
    justify-content: center;
}

.info-canvas .link-a {
    text-decoration: none;
}

.info-canvas .h2_SM {
    padding-top: 20px;
}

.up-arrow {
    float: right;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: #fff;
    padding: 10px 15px;
}

.up-arrow a {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

/*-----------------------------------*/
/*-----------contentbox-------------*/
/*---------------------------------*/
.contentbox {
    clear: both;
}

/*-----------------------------------*/
/*-----------text-image-------------*/
/*---------------------------------*/
.text-image {
    height: auto;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.text-image-left {
    width: 50%;
    float: left;
    height: 100%
}

.text-image-right {
    width: 100%;
    height: auto;
    display: block
}

.text-image-text {
    width: auto;
    height: auto;
    padding: 50px 80px;
    overflow: hidden
}

.text-image-text .headline-h2 {
    font-size: 30px;
    padding-bottom: 15px
}

.pageelement-text-image .text-p {
    font-size: 16px
}

/*--------------------------------------*/
/*-----------image-text-3col-----------*/
/*------------------------------------*/
.pageElement-image-text-3col {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto
}

.pageElement-image-text-3col .headline-h2 {
    text-align: center;
    padding-top: 35px;
    font-size: 30px;
    margin: 0
}

.pageElement-image-text-3col .image-text-3col-container {
    width: 80%;
    height: auto;
    margin: 25px auto 50px;
    overflow: hidden
}

.pageElement-image-text-3col .col {
    /*   background-color: blanchedalmond;*/
    height: auto;
    width: 29%;
    float: left;
    margin-left: 6%;
    background-size: 100% auto !important
}

.col-image {
    width: 100%;
    height: auto
}

.pageElement-image-text-3col .col1 {
    margin-left: 0
}

.pageElement-image-text-3col .col .headline-h2 {
    padding-top: 15px;
    padding-bottom: 15px
}

.pageElement-image-text-3col .col .text-p {
    padding: 0 auto
}

/*-------------------------------*/
/*-----------About Us-----------*/
/*-----------------------------*/
.pageelement-text {
    width: 100%;
    height: auto;
    overflow: hidden
}

.pageelement-text .text {
    height: auto;
    width: auto;
    padding: 50px
}

.pageelement-text .headline-h2 {
    margin: 0;
    font-size: 50px
}

.pageelement-text .text-p {
    font-size: 18px
}

/*--------------------------------*/
/*-----------Full Size-----------*/
/*------------------------------*/
.pageelement-image-fullsize {
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    background-position: 50% 50%
}

/*--------------------------------*/
/*-----------Galerie-------------*/
/*------------------------------*/
.pageelement-galerie {
    width: 100%;
    height: auto;
    overflow: hidden
}

/*.pageelement-galerie .galerie{
   height: auto;
   overflow: hidden;
   max-height: 280px;
   width: 20%;
   float: left;
   background-size: cover;
   background-position: 50% 50%;
}*/
.galerie-img {
    width: 100%;
    height: auto
}

.gallery-image {
    display: inline-block;
    height: auto;
    width: calc(calc(100% - 12px) / 5);
    max-width: 280px;
    float: left;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    max-height: 277px
}

.gallery-image-5 {
    border-right: none
    /*width: calc(100% / 5);*/
}

.gallery-image-thumb {
    width: 100%;
    height: auto
}

/*--------------------------*/
/*-----------Map-----------*/
/*------------------------*/
.pageelement-map {
    width: 100%;
    height: 350px
}

.pageelement-map > iframe {
    width: 100%;
    height: 350px
}

/*------------------------------*/
/*-----------Contact-----------*/
/*----------------------------*/
.pageelement-contactform {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.contact-form-inner-container {
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 50px
}

.contactform .form-row, .contactform input {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    height: 50px;
    width: 100%
}

.contactform input {
    padding-left: 20px;
    padding-right: 20px
}

.contactform input, .contactform textarea {
    width: 100%;
    border: none
}

.contactform textarea {
    padding: 15px 25px;
    width: 850px;
    font-size: 13px
}

.contactform .form-row {
    width: auto;
    max-width: 100%;
    margin-bottom: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-row.betreff #betreff {
    width: 900px;
    padding: 0 25px
}

.form-row #name {
    width: 350px;
    padding-left: 25px;
    padding-right: 25px
}

.form-row.name {
    width: auto
}

.form-row.email {
    width: auto;
    float: right
}

.form-row.betreff {
    width: 100%
}

.form-row.nachricht {
    width: 100%;
    height: auto;
    padding-top: 0 !important
}

.button-submit {
    cursor: pointer
}

.privacy-text {
    padding-top: 20px
}

.form-row.email2 {
    display: none
}

.defaultform {
    width: 900px;
    margin: auto
}

.form-info {

    margin-bottom: 30px
}

.title {
    text-align: center;
    font-size: 50px
}

/*-----------------------------*/
/*-----------infos-----------*/
/*---------------------------*/
.pageelement-infos {
    width: 100%;
    height: 250px
}

.pageelement-infos .info {
    width: calc(33% - 50px);
    height: 250px;
    text-align: center;
    float: left;
    padding-right: 25px;
    padding-left: 25px
}

.pageelement-infos .headline-h2 {
    margin: 0;
    padding-top: 60px;
    font-size: 40px
}

.pageelement-infos .text-p {
    font-size: 25px;
    margin: 0
}

.pageElement-text {
    display: block;
    height: auto
}

.pageelement-infos .info .line {
    height: 3px;
    width: 75px;
    margin: 15px auto
}

/*--------------------------------*/
/*-----------text-image-list-------------*/
/*------------------------------*/
.pageelement-text-image-list {
    width: 100%;
    height: auto;
    overflow: hidden
}

.pageelement-text-image-list .box {
    height: 450px;
    width: calc(50% - 50px);
    float: left
}

.pageelement-text-image-list .text {
    text-align: center;
    padding-right: 25px;
    padding-left: 25px
}

.pageelement-text-image-list .text .headline-h2 {
    margin: 0;
    padding-top: 50px;
    font-size: 30px;
    padding-bottom: 20px
}

.pageelement-text-image-list .text .text-p {
    margin: 0;
    padding: 30px 75px
}

.pageelement-text-image-list .background-box {
    width: 50%
}

.text-image-right {
    width: 50%;
    float: left;
    height: 100%;
    min-height: 500px;
    max-height: 500px
}

.box {
    background-size: cover !important;
    background-position: 50% 50% !important
}

/*------------------------------------*/
/*-----------OverViewPage------------*/
/*-----------------------------------*/
.overviewpages-container {
    background-color: #5f9ea0;
    width: calc(100% - 100px);
    height: auto;
    overflow: hidden;
    padding: 50px;
    text-align: center
}

.text-container {
    color: #000;
    font-family: 'Open Sans'
}

.overview-item {
    background-color: #fff;
    float: left;
    margin-left: 1.785%;
    height: 330px
}

.overviewpage-h2 {
    font-size: 23px;
    padding-top: 25px;
    padding-bottom: 25px
}

.overviewpage-text {
    display: block;
    width: auto;
    padding-bottom: 25px
}

.image-container {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
    background-size: cover;
    background-position: center center;
    margin: auto
}

/*\SeitenInfos/*/
.pageElement-texteditor-info {
    margin: 25px;
    display: block;
    width: calc(100% - 100px);
    height: auto;
    overflow: hidden;
    padding: 25px
}

.pageElement-texteditor-info h2 {
    font-size: 17px;
    text-align: center;
    padding: 0 0 15px
}

.pageElement-downloads {
    /*margin: 25px;*/
    display: block;
    /*width: calc(100% - 100px);*/
    height: auto;
    overflow: hidden;
    padding: 25px 80px;
}

.pageElement-downloads .headline {
   /* text-align: center;*/
    font-size: 17px;
    padding-bottom: 15px;
    font-family: "GetShow", serif;
    font-size: 80px;
   /* color: #fff;*/
}

.pageElement-downloads .download-link {
    display: block;
    padding: 20px 15px;
  /*  background-color: #fff;*/
    margin-bottom: 10px
}

.pageElement-contact-info {
    margin: 25px;
    display: block;
    width: calc(100% - 100px);
    height: auto;
    overflow: hidden;
    padding: 25px
}

.pageElement-contact-info h2 {
    font-size: 17px;
    text-align: center
}

.pageElement-contact-info .contactinfo-element {
    padding: 15px 0
}

/******************* text-image-main *************************/
.text-image-main {
}

.text-image-main img {
    width: 100%;
    overflow: hidden;
    display: block
}

.text-image-main a {
    color: #715138;
}

.text-image-main .right-column {
    width: 50%;
    overflow: visible;
    float: right
}

.text-image-main .left-column {
    width: 50%;
    overflow: visible;
    float: left
}

.text-image-main .left-column .text, .text-image-main .right-column .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    height: auto;
    padding: 50px 80px;
    overflow: hidden;
    font-family: 'Open Sans'
}

.text-image-main {
    line-height: 24px;
    overflow: hidden;
}

.text-image-main .headline {
    color: #fff;
    font-size: 80px;
    font-family: 'GetShow', serif;
    margin-bottom: 20px;
    display: block;
    line-height: 80px
}

.text-image-main .right-column, .text-image-main .left-column {
    width: 50%
}

.text-image-main .text {
    width: 50%;
    color: #fff
}

.defaultform {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.defaultform textarea,
.form-row textarea {
    display: block;
    width: calc(100% - 202px);
    max-width: calc(100% - 202px);
    min-width: 250px;
    border: 1px solid #bcbcbb;
    padding: 5px 10px;
    color: #6f6f6e;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.defaultform textarea:focus,
.form-row textarea:focus,
.form-row input[type="text"]:focus,
.form-row input[type="password"]:focus {
    outline: #7A9A01;
    border: 1px solid #7A9A01;
    color: #7A9A01;
}

.form-row,
.defaultform .form-submit-container,
.offer-booking-main .form-submit-container {
    float: left;
    width: 100%;
    display: block;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.form-row input[type="checkbox"] {
    height: 21px;
}

.form-row.email {
    display: none;
}

.form-row .ui-datepicker-trigger {
    margin: 2px 10px 0 5px;
    float: left;
}

.form-row label {
    float: left;
    width: 180px;
    padding: 5px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.form-row label.checkboxLabel {
    float: none;
    width: auto;
    padding-left: 5px;
}

.form-row input {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.form-row input[type="text"],
.form-row input[type="password"] {
    width: calc(100% - 202px);
    min-width: 250px;
    border: 1px solid #bcbcbb;
    padding: 5px 10px;
    color: #6f6f6e;
    font-size: 16px;
}

.form-row select {
    width: 373px;
    border: 1px solid #bcbcbb;
    padding: 5px 10px;
    color: #6f6f6e;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.form-row select#zimmer,
.form-row select#aufenthalt {
    width: 150px;
}

.form-row input#form-arrivaldate,
.form-row input#form-departuredate,
.form-row input#number_adults,
.form-row input#number_children,
.form-row input#number_children_small {
    width: 110px;
}

.form-row input.time {
    width: 60px !important;
}

.form-row input[type="radio"] {
    margin: 5px 5px 0 0;
}

.form-row.no-display {
    display: none;
}

.form-row.bund select {
    width: 321px;
}

.form-row.mailmail {
    display: none;
}

.form-row.data-protection {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-row.data-protection input[type="checkbox"] {
    margin-right: 10px;
}

.button-submit {
    border: none;
    cursor: pointer;
    margin-left: 180px;
    font-size: 16px;
    color: #fff;
    background-color: #7A9A01;
    padding: 10px;
    display: inline-block;
    line-height: 17px;
}

.button-submit.anfrage {
    background-position: 226px 6px;
    margin-top: 15px;
}

.defaultform .form-submit-container {
    margin-top: 20px
}

.button-submit:hover {
    background-color: #B4BD00;
    text-decoration: none;
}

.button-submit:disabled {
    background-color: #ebebeb;
}

.button-submit[disabled]:hover {
    background-color: #ebebeb;
}

.form-row label.error, .form-error {
    color: red;
}

.form-row label.time {
    width: auto;
    padding: 5px 5px 0 10px;
}

.form-row span.time {
    float: left;
    padding: 5px 5px 0 10px;
}

.form-row input.Error {
    border: 1px solid red;
}

.form-row.postcode label {
    float: left;
    width: auto
}

.form-postcode-place-label {
    float: left;
    width: 180px
}

.form-row.postcode span {
    float: left;
    margin-top: 5px;
}

.postcode-input,
.place-input,
.postcode-place-input-wrapper {
    float: left;
}

.postcode-place-input-wrapper {
    width: calc(100% - 180px);
    min-width: 272px;
}

.postcode-input {
    margin-bottom: 10px;
    margin-right: 10px;
}

.form-error p {
    padding: 12px;
    border: 1px solid red;
    color: red;
    display: inline-block;
}

.confirm-canvas h2 {
    font-family: 'GetShow';
    font-size: 50px !important;
    color: #8F9F40;
    margin-bottom: 25px;
}

.confirm-canvas p {
    width: 100%;
    color: #715138;
    margin-bottom: 15px;
}

.confirm-canvas a {
    font-weight: 600;
    color: #715138;
}

.link-detail {
    font-family: 'Open Sans', sans-serif;
}

a[href="/anfragen"] {
    font-weight: bold;
    color: #715138 !important;
    background-color: #fff;
    padding: 20px;
}

