* {

}

html {
    font-family: Arial,sans-serif;
    font-size:15px;
    line-height:1.5

}
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}

a {
    text-decoration: none;
    color: black;
}
a:hover {
    text-decoration: none!important;
}
body {
    margin: 0;
    padding: 0;
        overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-family: Arial,sans-serif;
    font-weight:400;margin:0;
}

h1 {
    margin-top: 0!important;
    font-size: 2em;
}

h2 { 
    font-size: 1.4em;
}

hr{
    border:0;
    border-top:1px solid #eee;
    margin:20px 0
}

img { 
   width: auto; /* IE8 */
}

a:visited {
    color: #333;
}
[class*="col-"] {
    float: left;
    padding: 15px;
    min-height: 1px;
    width: 100%;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    
}

@media only screen and (min-width: 1440px) {
    
    .slider-button-left, .slider-button-right {
        /*top: -200px!important;*/
    }
    
    .details {
    margin-bottom: 14vw!important;
}
    
    .button-angebote {
         /*padding: 5px -5px 5px -1%!important;*/
         width: 23%!important;
    }
    .teaserbox {
        max-width: 300px!important;
        width: 33%;
        height: auto;
    }
    
    .slider-teaser-box, .slider-teaser-box-fallback {
    top: 450px!important;
    }
    
    .loginmodal-container {
        margin-bottom: 75px!important;
    }
    
        .sliderBildDetails {
        top: -160px!important;
        width: 105%!important;
    }

        .sliderBildDetails-buchung {
        top: -100px!important;
        width: 105%!important;
    }
    .slider-teaser-box, .slider-teaser-box-fallback {
        top: 460px!important;
    }
    
    .teaserbox p {
        /*width: 88%!important;*/
        width: 100%!important;
        margin-bottom: 0.5em!important;
        
    }
}

@media only screen and (min-width: 1000px)
                   and (max-width: 1439px){
    .button-angebote {
         width: 25%!important;
         min-width: 100px;
    }
    
    .teaserbox {
        max-width: 300px!important;
        width: 31%;
        height: auto;
    }
    
    .sliderBildDetails {
        top: 0px!important;
        width: 102%!important;
    }

    .sliderBildDetails-buchung {
        top: 0px!important;
        width: 102%!important;
    }
    
    .details {
    margin-bottom: 12vw!important;
}

    .teaserbox p {
        max-width: 265px;
        margin-bottom: 0.5em!important;
    }
    
    .slider-button-left, .slider-button-right {
        top: -25%!important;
    }
    
    .slider-teaser-box, .slider-teaser-box-fallback {
        /*top: 270px!important;*/
    }
    
/*    input[type=text] {
        padding: 3px 12px 3px 30%!important;
    }*/

}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1337; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(255, 101, 53 ); /* Black fallback color */
    background-color: rgba(255, 101, 53, 0.95); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content   {
    color: white!important;
    position: relative;
    top: 10%; /* 25% from the top */
    line-height: 2em;
    margin: 0!important;
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}


/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 30px 20px 20px 20px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    margin-bottom: 4vw;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: 'Arial', sans-serif;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: 'Arial', sans-serif;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    border-radius: 4px;
    display: block;
    position: relative;
    margin: 15px 0;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.1s;
    background-color: #ff6535;
}

.loginmodal-container input[type=text], input[type=password], input[type=email] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 5px 12px 5px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.agb{
    display: inline-block!important;
    padding: 10px;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
}

.loginmodal-submit {
    border: 0px;
    color: #fff;
    letter-spacing: 1pt;
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
}

.loginmodal-submit:hover {
    border: 0px;
    background-color: #f4511e!important;
    letter-spacing: 2pt;

}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    transition: opacity ease 0.1s;
} 

.login-help{
    font-size: 12px;
}

.login-help > a:link {
    padding: 0 15px;
    margin-left: 10x;
}

.login-help a:hover{
    color: red;
    text-decoration: underline;
}

.add-container {
    max-width: 850px!important;
    margin-top: 1px;
}

.details-container {
    max-width: 850px!important;
    position: relative;
    top: 25px;
}

.text-align-left {
    text-align: left;
}
.bg-bild {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
}
.buchung {
    position: relative;
    top: 25px;
    z-index: 1337;
    margin-bottom: 4vw;
    /*left: 20%;*/
}

.center2 {
    text-align: center;
    font-size: 26px;
    text-shadow: black 2px 0px 4px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    color: white;
    margin: -30px 0 25px 0!important;
}

.reise-buchen {
    position: absolute;
    top: 125px;
    color: white;
    z-index: 1337;
    left: 42%;
}

.loginmodal-container h3 {
    margin: 15px 0 5px 0 ;
    color: #333;
}

.top-margin-0 {
    margin-top: 0!important;
}
.loginmodal-container textarea, select
{
    padding: 10px 12px 10px 10px;
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 16px;
}
.loginmodal-container select
{
    width: 100%!important;
    cursor: pointer;
}
.loginmodal-container input{
    padding: 10px 12px 10px 10px;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.center {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #666;
    margin: -15px 0 25px 0!important;
}

.loginmodal-container details {
    margin: 18px 0;
}
 

.loginmodal-container summary {
    margin: 10px 0;
    overflow: hidden;
    cursor: pointer;
}

.add-container img {
    display: inline-block;
    float: right;
    margin-top: -50px;
    margin-right: 4px;
}

.add-container a {
/*    padding: 0!important;*/
    opacity: 1!important;
    font-size: 15px;
    display: block;
}

.showlink {
    display: inline-block!important;
    padding: 0!important;
}

.add-container a:hover {
    color: #31b0d5;
}

.add-container label {
    padding: 0;
    display: inline-block!important;
        
}


.readonly {
    background-color: #faebcc!important;
    text-align: left;
    
}

.width49 {
    width: 49%!important;
    float: left;
}
.margin-left {
    margin-left: 16px!important;
}

.button.button width49 {
    margin-left: 2%;
}

.show {
    margin-top: 70px;
}

.show-img {
    margin-top: -15px!important;
    margin-right: 0!important;
}

.add-img {
    margin-top: 0!important;
    margin-right: 0!important;
}

.float-left {
    float: left;

}

.titel {
    margin: 0!important;
}
.TitelTitle {
    position: absolute!important;
    max-width: 630px;
}

.margin-top43 {
    margin-top: 43px!important;
    display: inline;
}

.input-bild-container {
    height: 44px;
    font-size: 16px;
    max-width: 630px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    margin-top: 60px;
    padding: 0 12px 5px 10px;
    box-sizing: border-box;
}
.input-bild-container input {
    padding: 11px 12px 5px 10px!important;
}

.label-margin-left {
    margin-left: 358px;
}

button.burger-button {
    display: none;
}

.margin-top {
    margin-top: 10px;
}

.details-container label {
    padding: 0!important;
}

.width48 {
    width: 48%!important;
    float:left;
}

.bildTitel {
    margin-top: 55px;
}

.logout  a{
    position: absolute;
    right: 0;
    color: #333!important;
    z-index: 1233;
    top: 0;
}
/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 32px;
    color: white;
    width: 100%;
    z-index:100;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    text-decoration: none;
    color: #fff;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
/*    position: absolute;
    height: auto;
    border-radius: 5px;
    font-size: 2.5em;
    line-height: 0;
    width: 40px;
    height: 40px;
    top: 8px;
    right: 8px;
    padding: 20px 10px;*/
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        color: white;
        z-index: 1337;
        position: absolute;
    }
}
    .burger-button {
        display: none;
        padding: 15px!important;
        position: absolute;
        right: 21px;
        z-index: 500;
        top: 23px;
        width: 40px;
        height: 40px;

    }
/* Smartphone */

@media screen and (max-width: 736px) {
    
    .anmelden > a:link {
       padding: 0!important;
    }
    
    .nav-right, .nav-left {
        display: none!important;
    }
    
    .nav {
        padding: 5px!important;
    }
    
    .slider {
        margin-top: 99px!important;
/*        height: 275px;*/
    }
    
    .teaserbox {
        max-width: 48%;
    }
    
    .slider-button-left, .slider-button-right {
        top: 30%!important;
        margin: 2%!important;
    }
    
    .slider-teaser-box, .slider-teaser-box-fallback {
        width: 68%!important;
        font-size: 16pt;
        top: 35%!important;
    }

    
    .slider-teaser-box p, .slider-teaser-box-fallback p {
        margin: 2%;
    }
    
    input[type=text] {
        padding: 3px 12px 3px 120px!important;
        font-size: 1em!important;
    }
    
    max-width {
        max-width: 48%!important;
    }
    
    .button, .anmelden, .startseite {
        display: none!important;
    }
    
    .button-angebote {
        display:block;
        width:100px;
    }

    .overlay-content>ul, li, a:link {
        list-style-type: none;
        padding: 0;
        font-size: 20pt!important;
        line-height: 1.8em;
        color: white!important;
    }
    
        .logo {
        padding: 15px;
        display: flex;
        justify-content: center;
    }
    
    .burger-button {
        display: block!important;
        width: 40px!important;
        height: 40px!important;
        top: 8px!important;
        right: 5px!important;
        padding: 9px!important;
    }
    
    .search {
        width: 500px!important;
    }
    
    .navlist-footer a, li {
        line-height: 5vh!important;
        margin: 1px 0;
        border-radius: 5px;
        background-color: #ff6535!important;
        color: white!important;
    }
    
    .navlist-footer a:focus, a:hover {
        background-color:white!important;
        color: #ff6535!important;
        cursor: pointer;
    }
    

    .panel-info {
        font-size: 1.5em;
        line-height: 10vw;
    }
}

.teaserbox {
    box-sizing: border-box;
    border: 1px solid transparent;
    margin: 0 0 1% 1%;
    border: 1px solid #46b8da;
    max-width: 30%;
    max-width: 250px;
    min-width: 200px;
    overflow: hidden;
    padding: 0;
    /*padding-bottom: 2%;*/
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    min-height: 409px;
}

.teaserbox p {
    width: 20em;
    margin: 0;
    margin-bottom: 1em;
    padding:0;
    font-size: 1em;
}

.teaserbox a {
    padding: 0!important;
    margin: 0!important;
}

.teaserbox img {
    width: auto;
    max-height: 232px;
    margin: -15px;
    display: block;
    margin-bottom: 5px;
}

.kontakt {
    width: 100%!important;
}

.teaserbox-heading {
    padding: 5px 12px;
    background-color: #46b8da;
    color: white;
}

.teaserTitelheight  {
    padding-bottom: 36px!important;
}

.teaserbox h2 {
    letter-spacing: 0;
}

.teaserbox:hover h2{
    text-decoration: underline #46b8da;
    -webkit-transition: padding 0.2s ease;
    transition: padding 0.2s ease;

}
.button-teaserbox {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    right: 0;
    max-height: 36px;
    font-size: 1em;
    width: 100%!important;
    position: absolute;
    bottom: 0;
    padding: 8px;
    -webkit-transition: padding 0.2s ease;
    transition: padding 0.2s ease;
}

.button-teaserbox:hover {
    letter-spacing: 1pt;
}

mark {
    padding: 6px;
    position: absolute;
    top: 271px;
    right: 0;
    border-top-left-radius: 4px;
}

/*** iPad in landscape ***/
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
  { 
    .nav-left {
        margin: 0 5px!important;
        
    }
    .button {
        font-size: 14px!important;
        width: 30%;
        margin: 5px 0;
    }
    .teaserbox p {
        width: 100%;
        padding: 0;
        margin-left: -5px;
        margin-top: 0;
        font-size: 1em;
    }
    .col-4 {
        width: 30%!important;
    }
    .button span:after {
        display: none;
    }
    .button:hover span {
        padding-right:  0!important;
    }
    .search {
        padding: 0;
    }
    .col-4 {
        width: 33.33%!important;
    }
    input[type=text] {
        font-size: 12px!important;
        padding: 5px 8px 3px 30%!important;
        width: 75%;
    }

    .nav {
        padding: 0!important;
        top: -50px!important;
        width: 101%!important;
    }
    
    .button33 {
        width: 40%;
    }
    
    .button-angebote {
        width: 27%!important;
        min-width: 100px;
    }
    .anmelden {
        position: absolute!important;
        right: 1%!important;
    }
    
    .startseite {
        position: absolute!important;
        left: 1%!important;
    }
    
    .button-search {
        height: 2.05em!important;
        margin-left: -6px!important;
        margin-top: 8px!important; 
   }
    
    button-angebote {
          margin: 5px -5px 5px 3px!important
    }
}

/* ipad portrait */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
 {
     .slider-teaser-box, .slider-teaser-box-fallback {
         top: 45%!important;
         margin-bottom: 100%;
         font-size: 1.8vw!important;
     }

     .slider {
         margin-top: 0!important;
     }
     
     h1 {
         margin: -10px 0 10px 0!important;
     }

     .footer {
         margin: 0!important;
     }
     
     .teaser-box-button
     {
     font-size: 1.85rem!important;
     width: 56%!important;
    }
     
    .buchung input[type=text], input[type=email], input[type=number], input#geburtsdatum    {
        font-size: 30px!important;
        height: 80px!important;
        padding: 5px 12px 5px 10px!important;
        
    }
    label {
        font-size: 1em!important;
    }
    #sucheInput {
        font-size: 27px!important;
        padding-left: 36%!important;
    }
    .button {
        font-size: 11pt!important;
    }
    .button-show {
        line-height: 2em!important;
        max-height: 60px!important;
    }
    
    .sliderBildDetails-buchung {
        top: 0!important;
    }
    .add-container img {
        width: 200px!important;
    }
    .button-angebote {
        margin: 7px -1px 5px 1%!important;
        padding: 0.6em 3%!important;
        width: 27%;
        height: auto!important;
        margin: 0!important;
    }
    
    .button-search {
        padding-right: 28px!important;
        height: 34px!important;
        background-position: 7px 7px!important;
        margin-top: 1px!important;
    }
    .nav-left {
        max-width: 250px;
        margin: 0 5px 0 10px!important;
    }

    .button33 {
        margin: 0!important;
        width: 10%;
    }
    .nav-right {
        max-width: 250px;
        margin-left: 1.6%;
        left: -7px;
        top: -1px;
    }
    
    select {
        background-position-y: 4px!important;   
    }
    
    .nav {
        top: -43px!important;
        left: -7px;
    } 
}


.header-blur {
    background-color: #fff;
    filter: blur(1px);
    opacity: 0.9; /
    color: #ffffff;
    height: 105px;
    padding:0;
    position: relative;
    margin-top: -1px;
    overflow: hidden;
    width: 101%;
    z-index: 1000;
}
.header {
    color: #ffffff;
    height: 205px;
    padding:0;
    position: absolute;
    
    top:0;
    z-index: 1000;
    text-align: center;
}


.header-left {
    padding: 0;
}
.header-right {
    padding: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
} 


select {
  position: relative;
  display: inline-block;
  background-color:white;
  background-image:url('../img/arrow-down.png');
  background-position-y: 7px!important;
  background-position: right;
  background-repeat: no-repeat;
  background-position-x: 98%;
  margin-right: 1px;
}

select::-ms-expand {
    display:none;
  }

.lt-ie10 select {
    background-image: none;
}

option {
  background:#fff;
  color: #333;
  padding:0em 0 0em 0.8em;
  text-align: left;
}

.nav {
    overflow: hidden;
    padding: 5px 0;
    width: 100%;
    position: relative;
    top: -46px;
    display: block;
    z-index: 1000;
    border-bottom: 1px solid #e5e5e5;
    white-space: nowrap;
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}
.logo > a{
    margin: 0!important;
    padding: 5px;
    text-align: center;
    top: -12px;
    filter: blur(0px)!important;
    z-index: 1000;
    position: relative;
    opacity: 1!important;

}


.startseite {
    color: #5f5f5f;
    float: right;
    margin: 20px 0;
    display: inline-block
}

.anmelden {
    color: #5f5f5f;
    float:left;
    margin: 20px 0;
    color: #5f5f5f;
}

.anmelden:hover startseite:hover {
    color: red;
    text-decoration: underline!important;   
}
.search {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
}

.nav-left {
    padding: 0;
    display: flex;
    justify-content: space-around;
    margin-right: 1%;
    max-width: 420px;
    position: relative;
 
}

.nav-right {
    padding: 0;
    display: flex;
    justify-content: space-around;
    margin-left: 1.5%;
    max-width: 420px;
    position: relative;
}
 

input[type=text] {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 16px;
    display: block;
    width: 99%;
    height: 35px;
    background-color: white;
    margin: 0;
    padding: 3px 12px 3px 26%;
    position: relative;
 
}
 
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #ff6535;
  border: none;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  padding: 7px 0 8px 0;
  color: white;
  width: 29%;
  transition: all 0.5s;
  cursor: pointer;
  vertical-align:middle;
  margin: 0;
}

.nav-button {
  display: inline-block;
  border-radius: 4px;
  background-color: #ff6535;
  border: none;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  color: white!important;
  padding: 5px!important;
  padding-top: 6px!important;
  width: 29%;
  transition: all 0.5s;
  cursor: pointer;
  vertical-align:middle;
  margin: 0;
}

.nav-button a:hover{
  display: inline-block;
  border-radius: 4px;
  background-color: #ff6535;
  border: none!important;
  text-decoration: none!important;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-size: 16px!important;
  color: white!important;
  padding: 5px!important;
  padding-top: 6px!important;
  width: 29%;
  transition: all 0.5s;
  cursor: pointer;
  vertical-align:middle;
  margin: 0;
}

.nav-button:hover {
    background-color: #f4511e;
}

.button33 {
    width:37%;
}

.button:hover {
    background-color: #f4511e;
}

.line-height {
    line-height: 26px;
}

.button-show {
    display: inline-block;
    border-radius: 4px;
    background-color: #ff6535;
    border: none;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    padding: 8px!important;
    color: white;
    width: 32.89%;
    transition: all 0.5s;
    cursor: pointer;
    max-height: 34.5px;
    vertical-align:middle;
    margin: 0;
}
.button-show a {
    color: white;
    font-size: 16px;
    padding: 10px;
}

.alert {
    border: 3px solid rgb(255, 0, 0)!important;
    border: 3px solid rgba(255, 0, 0, .5)!important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.button-angebote {
  height: 36px;
  display: block;
  position: absolute;
  float: left;
  border-radius: 5px;
  background-color: #46b8da;
  border: none;
  color: #fff;
  text-align: center;
  padding: 0.35em 2%;
  left: 0;
  cursor: pointer;
  width: 20%;
  z-index: 123;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;  
}
.button-angebote:hover {
  background-color: #31b0d5; 
}
.button-search {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
  background-color: #f0ad4e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  height: 35px;
  margin-left: -1%;
  padding-right: 30px;
  width: auto;
  cursor: pointer;
  background-image: url('../img/searchicon.png');
  background-position: 8px 7px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;  
  background-repeat: no-repeat;
}

.button-search:hover { 
  background-color: #ec971f;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.nav-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  line-height: 22px!important;
}

.nav-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
}

.nav-button:hover span {
  padding-right: 15px;
}

.nav-button:hover span:after {
  opacity: 1;
  right: 0;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}


.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.slider {
    padding:0;
    position: relative;
    top: -250px;
    height: 100%;
    display: block;
    z-index: 100;
}

.fallback {
    padding:0;
    position: relative;
    top: -250px;
    height: 100%;
    display: block;
    z-index: 100;
}

.slider-teaser-box, .slider-teaser-box-fallback {
    text-decoration: none;
    font-size: 20px;
    position:absolute;
    top: 350px;
    display: none;
    width: auto;
    cursor: pointer;
    left:50%;
    padding:  2%;
    border-radius: 5px;
    opacity: 0.95;
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    background-color: #fff!important;
}

.slider-teaser-box p:first-child, .slider-teaser-box-fallback p:first-child {
    margin: 0;
}

.reiseDetails {
    top: 550px;
    padding-top: 20px;
} 

a.teaser-box-button.button {
    color: white!important;
    margin-top: -100px!important;
    
} 

.reiseDetails span > a {
    top: 550px;
    color: black;
    padding-top: 20px;
} 
.teaser-box-button {
    bottom: 5px;
    right: 6px;
    font-size: 0.85em!important;
    width: auto;
    padding: 1% 2%!important;
    position: absolute;
    -webkit-transition: padding 0.2s ease;
    transition: padding 0.2s ease;
}

.teaser-box-button:hover {
    padding: 2% 3%!important;
}

.content {
    margin-top: -25%;
    z-index: 100;
    position: relative;
    background: white;
    padding: 3%;
    padding-top: 20px;
}

.static-content {
    z-index: 12342;
    position: relative;
    background: white;
    padding: 3%;
    padding-top: 20px;
}

.welcome {
    padding: 0 15px;
}

.sidebar {
    background-color: #333;
}

.footer {
    padding: 0 3%;
    text-align: center;
}

.footer p {
    font-size: 0.9em;
    color: #333;
}

.navlist-footer a {
    background: #f1f1f1;
    display: inline-block;
    padding: 5px 0;
    width: 100%;
    color: #333;
    font-size: 1em;
}

.panel {
    padding: 0;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    
}
.panel-heading {
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    background-color: #fdd091;
    border-color: #faebcc;
}


.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3em;
    color: inherit;
}
.panel-body, label {
    padding: 15px;
    cursor: pointer;
}
 
.panel-primary {
    margin-top: 4%;
    border-color: #46b8da;
}


.navlist-footer a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.navlist-footer a{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navlist-footer a:hover {
    color: #fff;
    background: #ff6535;
    text-decoration: none;
}

#fallback {
    display:block;
}
.navlist-footer li
{
    padding: 0!important;
    list-style-type: none;
    text-align: center;
}

.padding-top {
    padding-top: 80px;
    margin: 0!important;
}

.slider-punkte {
    position: absolute;
    top: -40px;
    z-index: 1337;
    width: 100%;
    text-align: center;
    margin-left: -60px;
    display: block;
}
.slider-left, .slider-right, .slider-badge {cursor:pointer}

.slider-badge {
    height: 22px;
    width: 23px;
    padding: 0;
    margin: 2px;
}

 
.sliderBild, .sliderBildFallback 
{
    display:none;
    width: 100%;
    height: auto;
    
}

.sliderBildDetails 
{
    max-height: 1100px;
    width: 100%;
    margin-bottom: -150px;
    position: absolute;
    top: -300px;
    height: auto;
}

.sliderBildDetails-buchung
{
    max-height: 1100px;
    width: 100%;
    margin-bottom: -150px;
    position: absolute;
    top: -300px;
    height: auto;
}

.slider-border {
    border:1px solid #fff!important
}

.slider-border-top {
    border-top:1px solid #ccc!important
}
.slider-border-bottom {
    border-bottom:1px solid #fff!important
}

.slider-border-left {
    border-left:1px solid #ccc!important
}

.slider-border-right{
    border-right:1px solid #fff!important
}

.slider-transparent,.slider-hover-none:hover{
    background-color:transparent!important
}

.slider-badge,.slider-tag{
    background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center
}
.slider-badge{
    border-radius:50%
}
 

.slider-button {    
    background-color:#46b8da!important;
    color: white!important;
    opacity: 0.8;
    border:none;
    display:inline-block;
    outline:0;
    padding:12px 16px;
    vertical-align:middle;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    background-color:inherit;
    text-align:center;
    cursor:pointer;
    white-space:nowrap
    }

.slider-button:hover
    {
    color:#000!important;
    background-color:#fff!important
    }


.btn-color,
.slider-hover-black:hover{
    color:#fff!important;

}

.slider-hover-white:hover{
    color:#000!important;
    background-color:#46b8da!important
} 

.slider-dotz,
.slider-hover-dotz:hover
{
    opacity: 0.8;
    color:#46b8da!important;
    background-color:#46b8da!important;
}

.slider-button-left 
{
    position:absolute;
    top: -35%;
    left:0%;
    z-index: 1337;
    transform:translate(0%,-50%);
    -ms-transform:translate(-0%,-50%);
    border-radius: 5px;
    margin: 10px;
}

.slider-button-right {
    position:absolute;
    top: -35%;
    right: 0%;
    z-index: 1337;
    opacity: 0.9;
    transform:translate(0%,-50%);
    -ms-transform:translate(0%,-50%);
    border-radius: 5px;
    margin: 10px;
}


.red{
    color:red;
    }
    
.blue {
    color: #46b8da!important;
    }
    
.form-area
{
    background-color: #FAFAFA;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;
	border: 1px solid GREY;
	}
        
        
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    .startseite, .anmelden, .nav-left, .nav-right {
        display:none;
    }
    
    .button-angebote {
    margin: 7px -1px 5px 1%!important;
    padding: 0.5em 3%!important;
    width: 27%;
    height: 35px!important;
    margin: 0!important;
    }
 
    .burger-button {
    display: block!important;
    padding: 6px!important;
    position: absolute;
    right: 20px;
    z-index: 500;
    top: 18px;
    font-size: 28pt!important;
    width: 70px;
    height: 70px;
    }
    
    h1 {
        font-size: 2.4em!important;
    }
    h2 {
        font-size: 2.0em!important;
    }
    
    .buchung {
        font-size: 1.6em!important;
    }
    .loginmodal-container summary {
        font-size:1.5em!important;
    }
    .nav-button {
        font-size: 1.3em!important 
    }
    
    .nav-button span {
        line-height: 1.5em!important;
    }
    .loginmodal-container a {
        font-size: 1.2em!important;
    }
    
    .show {
        font-size: 18px!important;
    }
    
    .closebtn {
    position: absolute!important;
    height: auto!important;
    border-radius: 5px!important;
    font-size: 8em!important;
    line-height: 25px!important;
    width: 70px!important;
    height: 70px!important;
    top: 20px!important;
    right: 30px!important;
    padding: 20px 0px!important;
    }
    
    .slider-button-left, .slider-button-right {
        top: -12%!important;
        margin: 0 35px!important;
        font-size: 20px!important;
        margin: 5px 10px!important;
    }
    
    .teaserbox p, .teaserbox h2 {
        width: 100%!important;
        border: none!important;
        padding: 10px 0!important;
        font-size: 1.7em!important;
    }
    
    .slider-punkte {
        top: -3%!important;
    }
    
    .button {
        font-size: 20pt!important;
        padding: 5px!important;
    }
    
    .button-teaserbox {
        height: 50px!important;
        max-height: 50px!important;
    }
    
    mark {
        font-size: 1.8em!important;
        top: 325px!important;
    }
    
    .button-angebote {
        width: 31%!important;
        padding: 3px 20px!important;
        font-size: 16pt!important;
    }
    .teaserbox p {
        min-height: 140px!important;
        font-size: 1.8em!important;
    }
    .teaserbox {
        max-width: 296px!important;
    }
    .slider-teaser-box, .slider-teaser-box-fallback {
    top: 63%!important;
    width: 60%!important;
    font-size: 2.8vw!important;
    }
    .overlay-content a {
    padding: 25px!important;
    font-size: 4em!important;
    }
    
    .logo {
        position: absolute;
        padding: 35px;
    }
    .search {
        width: 50%!important;
   
    }
    
    .overlay-content ul {
    list-style: none!important;
    }
}
