﻿/**************/
/*NEU*/
#video_background {
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    background:white;
}

.bclnk5{
    font-size:1.9em;
    color:#499DC6;
    float:right;
}


/**************/
/*Defaults*/
/*************/

#wrappr{
    bottom: 0;
    position: absolute;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 80;



}


html, body {
    background : #fff;
    overflow : auto;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align:center;
    border: none;
    color:#000;
    font-size: 0.95em;
    line-height: 1.45em;
    font-family: 'Source Sans pro', sans-serif,Arial, Helvetica, Geneva, Swiss, SunSans-Regular;

}


#halign{
    margin:auto;
    max-width:1680px;
    width:99%; /*proportion breite*/
    height:100%; /*proportion hoehe*/
    /*background-color:aqua;*/
    z-index:15;
    /*opacity:0.9;  */
    /*transform: scale(0.95); /* Equal to scaleX(0.9) scaleY(0.9) */

}


a:link {
    color: #000;
    text-decoration : none;
    background-color : transparent;
    font-size:1.0em;
    font-weight: 600;
}
a:visited {
    color : #000;
    text-decoration : none;
    background-color : transparent;
    font-weight: 600;
}
a:hover {
    color: #666666;
    text-decoration : none;
    background-color : transparent;
    font-weight: 600;

}


 h2 {
    margin: 0;
    margin-bottom:18px;
    padding: 0;
    font-size: 1.2em;
    line-height: 1.35em;
    color:#000;
    font-weight:700;
}
h3 {
    margin: 0;
    padding: 0;
    font-size: 0.95em;
    line-height: 1.25em;
    color:#000;
    font-weight:700;
}
h4 {
    margin: 0;
    margin-bottom:3px;
    padding: 0;
    font-size: 1.2em;
    line-height: 1.3em;
    color:#000;
    font-weight:700;
}


/*************/
/* FX */
/*************/
 /*Langsamer rollover bei divs */

a:hover, div:hover {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }
.clear{
    clear:both;
}
.ct8{
    -moz-hyphens: auto; /*auto umbruch im Content*/
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;

}
/*init hamburger*/
/* menu btn */

  .header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 700px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}
    .header .menu {
        position:absolute;
        clear: none;
        right:0;
        max-height: none;
        width:100%;
    z-index:700;
    font-weight:600;
    }
    .header .menu-icon {
        display: none;
    }



/* // init hamburger */
/*************/
/* Template */
/*************/

#template{
    margin-top:5px;
    /*background-color:#fff;  */


}
.logo{
    position:relative;
    text-align:left;
    z-index:500;
    margin-left:1.5%;
}
.logo img{
    position:relative;
   width:32.3%;
   height:auto;
   max-width:470px;
    z-index:550;
}

.tmplgal{
    position:relative;
    margin-top:4px;
    width:100%;
    height:auto;
    z-index:500;
    -webkit-box-shadow: 2px 3px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 3px 4px 0px rgba(0,0,0,0.5);
}
/**************/
/*Templategalerie*/
/*************/
 .wprgh5{
    position:relative;
    margin-top:1%;
    width:100%;
    z-index: 400;
}
#tpgal9 img{
    position: absolute;
    top:0;
    right:0;
    left:0;
    z-index: 400;
}
#tpgal9 img{
    opacity: 0;
}
#tpgal9 img:nth-of-type(1) {
    -webkit-animation: fade 30s 3s ease-in-out infinite;
    animation: fade 30s 3s  ease-in-out infinite;
}

#tpgal9 img:nth-of-type(2) {
    -webkit-animation: fade 33s 9s ease-in-out infinite;
    animation: fade 33s 9s ease-in-out infinite;
}

#tpgal9 img:nth-of-type(3) {
    -webkit-animation: fade 33s 15s ease-in-out infinite;
    animation: fade 33s 15s ease-in-out infinite;
}

#tpgal9 img:nth-of-type(4) {
    -webkit-animation: fade 33s 21s ease-in-out infinite;
    animation: fade 33s 21s ease-in-out infinite;
}

#tpgal9 img:nth-of-type(5) {
    -webkit-animation: fade 30s 27s ease-in-out infinite;
    animation: fade 30s 27s ease-in-out infinite;
}

@-webkit-keyframes fade {
    6.66%, 20%          {opacity:1;}
       0%, 26.66%, 100% {opacity:0;}
}

@keyframes fade {
    6.66%, 20%          {opacity:1;}
       0%, 26.66%, 100% {opacity:0;}
}

 .tmpl1{
    position:relative;
    width:100%;
    height:auto;
    margin-right:0;
    z-index: 400;

}
/*************/
/* Content sortieren */
/*************/
.flexsort {
    width:100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;


}

/*************/
/* Newsbox Home */
/*************/
 .newsbx{
	position:relative;
    margin-top:-280px;
    margin-right:2%;
    float:right;
    height:210px;
	width:20%;
	padding:1% 1% 1.5% 1%;
	background:#EAC74B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity:0.9;

	z-index:999999;
}
.newsbx h1 {
    margin: 0;
    margin-bottom:18px;
    padding: 0;
    font-size: 1.4em;
    line-height: 1.65em;
    color:#000;
    font-weight:700;
}
.newsbx h2 {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    line-height: 1.3em;
    color:#000;
    font-weight:400;
}

.newsbx a:hover {
	opacity:0.5;
	
}
/*************/
/* hmnu */
/*************/



ul.navlist
{
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-end;
    position:relative;
    list-style: none;
 	padding:0;
 	margin: 0;
    z-index:2000;

}

ul.navlist li
{
    display:block;
    background-color:transparent;
    text-indent:0;
    font-size:1.4em;
    margin:-2.9% 0 0 0.2%;
    display:inline-block;
    text-decoration:none;
    text-align:center;

}


ul.navlist li a
{
     display:block;
     font-weight:300;
     color:#666666;
     border:1px solid #dcdcdc;
     padding:8px 12px 8px 12px;
}



ul.navlist li.active a
{
    color:#fff;
    position:relative;

}
ul.navlist li a:hover
{
    Background-color:#499DC6;
       color:#fff;



}




/*************/
/* flc_boxen */
/*************/


.flxc1{
    position:relative;
    display: -webkit-flex;
    display: -ms-flex;
    margin-top:1.35%;
    text-align:left;
}

.bxrgh7{
    background:#499DC6;
    color:#fff;
    margin:0 1.9% 0 0%;
    padding:1% 1% 1.5% 1%;

    display:block;
    line-height:1.2em;


}
.bxrgh7 a{
    color:#fff;
}


.flxc1 .bxrgh7:nth-child(4n){
   margin-right:0;

   padding:0 0 0 0.25%;
   width:23%;
   min-width:331px;
}

.bxrgh7  td{
   padding:12px;
   color:#fff;
}


/*buchen app*/

.bxrgh7  td h4 {
    color:#fff;

}
#b_availSubmit{
    margin-top:8px;

}


.bxrgh7:hover{
    opacity:0.7;
}
.bxrgh7:hover:nth-child(4n){
    opacity:1;
}
.pc36{
position:relative;
margin-top:16px;
width:77.2%;
height:auto;
max-width:307px;
}
.flxc1 h2 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    line-height: 1.35em;
    color:#fff;
    font-weight:700;
}
.pric3{
    position:relative;
    margin-top:29.5%;
    float:right;
    font-size: 1.3em;
    line-height: 1.35em;
    color:#fff;
    font-weight:700;


}
.ico6{
    margin-top:5px;
   font-size:1.8em;
}


.c15a{
    font-size:small;
    float:right;
    color: #fff;
    line-height: 1.5em;
}
/*Meteo widget*/
.meteo{

}
/*booking widget*/
.booking{
 /*background: #E5E5E6;*/
 margin-top:1.6%; margin-bottom:36px;
}
.bookwid{
 float:right;
}


/*************/
/* flexbox content */
/*************/
.flxbx{
    position:relative;
    display: flex;
    background:#499DC6;
    flex-wrap: wrap;
    width:97.55%;
    margin-left:-1.5%;
    padding:2% 2% 1% 2%;


}

.flxctnbx{
    width:11.2%;
    padding:1% 1% 5% 1%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.2em;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.1), 1px 1px 3px rgba(0,0,0,0.2);
    margin-bottom:12px;
    margin-right:1.1%;


}
.flxctnbx:hover{
    opacity:0.7;
    }
.flxctnbx:nth-child(7n){
    margin-right:0;
}
.flxctnbx a{
    display:block;
    color:#333333;
    font-weight:400;
    font-size: 0.75em;
    line-height:1.2em;
}

.flxctnbx img{
    width:100%;
    height:auto;
}
.flxctnbx h3 {
    margin: 0;
    padding: 0;
    font-family: 'Sacramento', cursive;
    font-size: 1.7em;
    color:#333333;
    margin-bottom:12px;
    margin-top:12px;
    line-height: 1.20em;
    font-weight:700;
}

.flxctnbx .c14{
    font-size: 0.9em;
    line-height: 1em;
    color:#333333;
}



/*************/
/* content */
/*************/

.content{
    position:relative;
    width:98.5%;
    margin-top:4.2%;
    padding:0 0 1.35% 1.5%;
    font-size:1.4em;
    text-align:left;
    line-height:1.3em;
    z-index:850;


}
.hb3{
    margin-right: 4px;
    width:97%;
    height:auto;
}

/**********************/
/* Content Container */
/*********************/
.rghbx4{

}
.rghbx4 h1{
    margin: 0;
    padding: 0;
    font-size: 2.2em;
    margin-bottom:18px;
    line-height: 1.2em;
    color:#499DC6 ;
    font-weight:300;

}
.rghbx4 h2{
    margin: 0;
    padding: 0;
    font-size: 2.2em;
    margin-bottom:18px;
    line-height: 1.2em;
    color:#499DC6 ;
    font-weight:300;

}
.ctbx{
width:100%;
    margin-bottom:64px;
}
.c16{
    width:46.8%;
    height:auto;
    float:right;
    margin: 0 0 3% 3%;
}

.c89{
    width:46.8%;
    height:auto;
    float:left;
    margin: 0 3% 3% 0;
}
.clm4{
    font-size: 1.2em;
    line-height: 1.3em;
    padding-right:14%;

}


.frm5{
    color:#499DC6;
    font-size:1.2em;
}
.tx1 a:link, .tx2 a:link {
    display:block;
    font-weight:400;
}


.tx1{
    margin-bottom:2%;
}

.cg4{
    color:#99CC66 ;
    padding-right:8px;
    font-size:1.4em;

}
.lnk56 {
    padding:18px 0 0 0;
    float:right;
    display:flex;
    flex-wrap: wrap;
}
.lnk56 a{
    color:#499DC6;
    margin-right:24px;
}
.lnk56 a:hover{
    color:#F5BE1C;
}
.lnk983{
    font-size:1.5em;
}
/*************/
/* footer */
/*************/
.footer{
    padding:2% 2% 1.7% 2%;
    margin-bottom:48px;
    background-color:#499DC6;
    color:#fff;
    font-size: 1.4em;
    line-height: 1.4em;
    text-align:left;

}
.footer h4{
    margin: 0;
    padding: 0;
    font-size: 2.6em;
    margin-bottom:18px;
    line-height: 1.2em;
    color:#fff ;
    font-weight:300;
    }
 .footer ul{
    list-style-type: none;
     }
  .footer li a{
    font-size: 1.3em;
    line-height:2.2em;
    font-weight:300;
    color:#fff;
     }
    .footer li a:hover{
     color:#F5BE1C;
    }
   .footer a{
       color:#fff;
       font-weight:400;
   }
   .footer a:hover{
     color:#F5BE1C;
    }


.footer img{
    margin-top:48px;
    float:right;
    }
.fdf4{
    font-size:1.5em;
    padding-right:12px;
}

.fbx1{
    float:left;
    width:20%;

}
.fbx1:nth-child(2){
    margin-left:4.8%;
}
.fbx1:nth-child(3){
      margin-left:5%;
     width:40%;
}
.ft87{
    position:relative;
    margin:-2% 0 1% 3%;

}
.ft87 a{
    color:#fff;
    font-weight:300;
    }
.ft87 a:hover{
    color:#F5BE1C;
    }
.gfisch{
  width:10%;
  margin-left:3%;



}
.gfisch:hover{
    opacity:0.7;
}

.gfisch img{
  width:100%;
  height:auto;
   border:1px solid #CCCCCC; 
}

/*************/
/* Screen 12400px bis 1700px)*/
/*************/
@media screen and (max-width: 1599px) {
body {

/*background-color:red; */
}
.flxctnbx h3 {

    font-size: 1.4em;
}
}/*end */


.logo img{
   width:28.3%;
}



/*************/
/* Screen 12400px bis 1700px)*/
/*************/
@media screen and (max-width: 1530px) {
body {

/*background-color:fuchsia; */
}

ul.navlist li
{
    font-size:1.2em;
    margin:-3.9% 0 0 0.2%;
}


ul.navlist li a
{

     padding:8px 10px 8px 10px;
}
.flxc1{

}
.flxc1 .bxrgh7{
  -webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}

.bxrgh7{
    background:#499DC6;
    color:#fff;
    margin:0 -0.62% 0 -0.62%;
    padding:1% 1% 1.5% 1%;
    min-width:290px;
    display:block;
    line-height:1.2em;

}
.flxc1 .bxrgh7:nth-child(4n){
    margin-right:0;
    margin-left:-0.2%;
    padding:0 0 0 0.25%;
    width:23%;
    min-width:331px;
}
/*booking widget*/
.booking{
 /*background: #E5E5E6;*/
 margin-right:1.3%;
}
/**********/
/* footer */
/*************/
.footer{
    font-size: 1.1em;

}
.footer h4{
    font-size: 2.2em;
    }

.footer img{
    float:left;
    margin-left:55%;
    }
.ft87{
    float:left;
}

.fbx1:nth-child(3){
      margin-left:10%;
}

.gfisch img{
    margin-left:10%;
}

}/*end*/

/*************/
/* Screen kleine Tablets  */
/*************/
@media screen and (max-width: 1319px) {

body {
/*background-color:purple;  */
}
.logo img{
    width:25.3%;
}

}/*end*/


/*************/
/* Screen kleine Tablets  */
/*************/
@media screen and (max-width: 1240px) {

body {
/*background-color:lime; */
}
.logo img{
width:32.3%;

}
 .newsbx{
    position:relative;
    margin-top:-260px;
    margin-right:2%;
    float:right;
    height:210px;
    width:20%;
    max-width:380px;
}

ul.navlist li
{
    font-size:1.2em;
    margin:2.9% 0 0 0.2%;
}


ul.navlist li a
{

     padding:8px 10px 8px 10px;
}

 .wprgh5{
    position:relative;
    margin-top:10%;
    width:100%;
    z-index: 400;
}
.flxc1{
    flex-wrap: wrap;
}

.flxc1 .bxrgh7{
    -webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}

.bxrgh7{
        background:#499DC6;
        color:#fff;
        margin:0 -0.62% 0 -0.62%;
        padding:1% 1% 1.5% 1%;
        min-width:290px;
        width:49%;
        display:block;
        line-height:1.2em;

}
.flxc1 .bxrgh7:nth-child(4n){
        margin-right:0;
        margin-left:-0.5%;
        padding:0 0 0 0%;
        min-width:331px;
        width:50.7%;
}


.pc36{
max-width:407px;
}

.pric3{
    margin-right:1%;
}
/*booking widget*/
.booking{
 margin-bottom:12px;
 margin-right:2.5%;
}


 /*************/
/* footer */
/*************/
.footer{
        font-size: 1.0em;

}
.footer h4{
        font-size: 2.2em;
        }

.footer img{
        width:40%;
        height:auto;
        }
.ft87{
        float:left;
}

.gfisch{
    margin-left:4%;

}

.fbx1:nth-child(3){
            margin-left:10%;
}

.fbx1:nth-child(2){
    margin-left:4.5%;
    width:25%;

}
.rghbx4{
   font-size:0.95em;
}

.rghbx4 h1{
    font-size: 1.8em;
    margin-bottom:16px;

}
.rghbx4 h2{
    font-size: 1.8em;
    margin-bottom:16px;
}
.tx2{
    clear:left;
    margin-top:24px;
}
.clm4{
    font-size: 1.0em;
    line-height: 1.3em;
    padding-right:0%;

}
.flxctnbx{
    width:28.2%;
    }
.gfisch img{
    width:100%;
}

}/*end*/


/*************/
/* Screen 500px bis 762px Mobilephone  */
/*************/
@media screen and (max-width: 862px) {
body {
/*background-color:aqua;  */

}
    .newsbx{
    margin-top:0px;
    margin-right:0;

    float:inherit;
    height:auto;
    width:98%;
    max-width:1670px;
    z-index:250;
}
/*hamburger*/
/* header */

.header {
    position:absolute;
    margin-top:-16%;
    background-color: #fff;
    width: 100%;
    z-index: 9999;

}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: #f4f4f4;
}




/* menu */

    .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

.header .menu-btn:checked ~ .menu {
    position:relative;
    padding-bottom: 48px;
}
 .wprgh5{
    position:relative;
    margin-top:17%;
    width:100%;
    z-index: 400;
}

/*//hamburger*/



ul.navlist
{
    flex-direction: column;
}
ul.navlist li
{
    margin:0 0 2px 0;
}


ul.navlist li a
{
     font-weight:400;
     color:#666666;
     border:0px solid #dcdcdc;
     padding:24px 12px 24px 12px;
     background:#EFF7FA;
}
.c16,.c89 {
    width:100%;
    height:auto;
    float:inherit;
    margin: -3% 0 5% 0;
}
 /*************/
/* footer */
/*************/
.footer{
        font-size: 1.3em;

}
.footer img{
    float:inherit;
        width:40%;
        height:auto;
        }
.ft87{
        float:inherit;
        padding: 8% 0 3% 0;
 }
.fbx1{
  width:50%;

 }

.fbx1:nth-child(3){
    width:94.5%;
    margin:5% 0 0 4.5%;
}

.fbx1:nth-child(2){
    margin-left:2.5%;
    width:40%;

}
.rghbx4{
   font-size:0.95em;
}

.rghbx4 h1{
    font-size: 2.2em;
    margin-bottom:16px;

}
.rghbx4 h2{
    font-size: 1.8em;
    margin-bottom:16px;
}
.tx2{
    clear:left;
}
.gfisch{
    width:30%;
    margin-left:2%;

}


}/*end*/

  /*************/
/* Screen 0px bis 500px Mobilephone  */
/*************/
@media screen and (max-width: 732px) {
body {
/*background-color:green; */
}

.content{
    position:relative;
    z-index:250;
}

.logo img{
    margin-top:-12%;
   width:70.3%;
   max-width:326px;
}
 .wprgh5{
    position:relative;
    overflow:hidden;
    margin-top:30%;
    width:100%;
    z-index: 400;
}
.tmpl1{
    width:150%;

}
.flexsort {
    flex-direction: column-reverse;

}

.flxc1 .bxrgh7{
    -webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}

.bxrgh7{
        margin:12px 0 0 0;
        padding:1% 1.5% 1.5% 1%;;
        width:97.5%;
        font-size:1.1em;
}
.flxc1 .bxrgh7:nth-child(4n){
        margin:12px 0 12px 0;
        padding:0 0 0 0%;
        min-width:331px;
        width:100%;
}
.flxctnbx{
    width:45.2%;

    }

/*booking widget*/
.booking{
 /*background: #E5E5E6;*/
 margin-top:3%;
 margin-bottom:1.6%;
 margin-right:1.3%;
}
.bookwid{
 float:left;
}
.gfisch{
    width:20%;
}
.gfisch img{
    width:100%;
}

}/*end*/

/*************/
/* Screen 0px bis 500px Mobilephone  */
/*************/
@media screen and (max-width: 400px) {
body {
/*background-color:maroon; */
}
.logo img{
    margin-top:-24%;
    padding-bottom:24px;

}
 .wprgh5{
    margin-top:45%;

}
.header .menu-icon {
    position:absolute;
    top:-100px;
    right:0;
}



.bxrgh7{
        margin:12px 0 0 0;
        padding:3%;
        width:97%;
        font-size:0.95em;
}
.flxc1 .bxrgh7:nth-child(4n){
        margin:12px 0 12px 0;
        padding:0 0 0 0%;
        min-width:331px;
        width:100%;
}
.content{
    font-size:1.2em;
    line-height:1.3em;


}
.content h1,.content h2 {
    font-size:1.5em;
    margin-top:24px;
}


.footer{
        font-size: 1.0em;

}
.fbx1{
    width:100%;
    padding:0;
    margin:0;


 }
 .fbx1 ul li{
     margin-left:-24px;
     padding:0;
 }

.fbx1:nth-child(3){
        width:94.5%;
        margin:0;
        padding:24px 0 0 4%;
}

.fbx1:nth-child(2){
        margin-left:0%;
        width:100%;
        padding:0;
        margin:0;

}
.footer img{
    margin:9% 0 0 0;
    padding:0;
       width:70%;
        height:auto;
        }
.gfisch{
    padding:24px 0 24px 0;
    width:30%;
}
.gfisch img{
    width:100%;
}


}/*end*/

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
/* IE bis 11 Bug Fix kein Flexbox rechte boxen*/
.bxrgh7{
  	display: block;
  	float:left;
  	min-height:195px;
}

}/*end*/