



html {
  font-family: sans-serif; 
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}



body {
  margin: 0;
}




  
  
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}



audio,
canvas,
progress,
video {
  display: inline-block; 
  vertical-align: baseline; 
}



audio:not([controls]) {
  display: none;
  height: 0;
}



[hidden],
template {
  display: none;
}





a {
  background-color: transparent;
}



a:active,
a:hover {
  outline: 0;
}





abbr[title] {
  border-bottom: 1px dotted;
}



b,
strong {
  font-weight: bold;
}



dfn {
  font-style: italic;
}



h1 {
  font-size: 2em;
  margin: 0.67em 0;
}



mark {
  background: #ff0;
  color: #000;
}



small {
  font-size: 80%;
}



sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}





img {
  border: 0;
}



svg:not(:root) {
  overflow: hidden;
}





figure {
  margin: 1em 40px;
}



hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}



pre {
  overflow: auto;
}



code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}







button,
input,
optgroup,
select,
textarea {
  color: inherit; 
  font: inherit; 
  margin: 0; 
}



button {
  overflow: visible;
}



button,
select {
  text-transform: none;
}



button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; 
  cursor: pointer; 
}



button[disabled],
html input[disabled] {
  cursor: default;
}



button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}



input {
  line-height: normal;
}



input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; 
  padding: 0; 
}



input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}



input[type="search"] {
  -webkit-appearance: textfield; 
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; 
  box-sizing: content-box;
}



input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}



fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}



legend {
  border: 0; 
  padding: 0; 
}



textarea {
  overflow: auto;
}



optgroup {
  font-weight: bold;
}





table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

td, th 
{
	padding: 0; 
}

html
{
	margin: 0;
	padding: 0; 
}

body
{
	margin: 0;
	padding: 0;
	font-family: Lora;
	font-weight: 400;
	background-color: #fff;
	overflow-y: scroll;
    background-image: url(/layout/hg-header.jpg);
    background-position: top center;
    background-size: 100% 700px;
    background-repeat: repeat-x;
}


@media (max-width: 840px)
{
    body
    {
        background-size: 100% 400px;   
    }

}

p, li, ul
{
	margin: 15px 0;
	padding: 0;
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1600 - 320)));  
    line-height: 1.5em;
}



.hg
{
    background-color: rgb(221,219,210); 
}

.content
{
    overflow: hidden;   
}


.content .wrapper
{
	width: 100%;     
	padding: 0; 
	margin: 0 auto;
	clear: both; 
}

.content .wrapper article
{
    max-width: 1200px; 
	padding: 10px;
    margin: 10px auto 30px auto; 
    width: 80%; 
    background-color: #fff;
}
.service.news p
{
    max-width: 1200px;
    margin: 10px auto;  
}

.content .wrapper .einleitung
{
    max-width: 1200px;
    padding: 10px;
    margin: 0px auto;
    width: 80%;
	box-sizing: border-box;
}

.angebote .content .wrapper .einleitung
{
    max-width: 80%;
    padding: 10px;
    margin: 0px auto;
    width: 100%;
}




.content .wrapper .einleitung h1
{
    margin: 25px 0 0 0 !important;
}


@media only screen and ( max-width: 550px )
{
    .content .wrapper article
    {
        margin: 30px auto;    
    }
    
}

#grey
{
	background-color: #444;
    background-image: url(/bilder/grafik/hg-grey.png);
    background-size: 100%;
    background-position: top;
    background-repeat: repeat-y;
	color: #fff;
	width: 100%;  
	padding: 40px 0;
}

#logos
{
    max-width: 1200px;
    margin: 0 auto;  
}

#logos .icons
{
    position: relative;
}

#logos .icons div
{
    display: flex;
    justify-content: center;
}

#logos .icons svg
{
    fill: #fff;
    height: 55px;
    width: auto;
    flex: 1;
}

#logos .icons .google
{
    position: relative;
}

#logos .icons .google #google-rating
{
    color: #fff;
}

#logos .logos img
{
    height: 45px !important;
    width: auto !important;
    flex: 1;
    margin: 0 20px;
    display: inline;
}

@media (max-width: 1000px)  
{
    #grey  
    {
        background-image: url(/bilder/grafik/hg-grey-mobile.png);   
        background-size: 102%;  
    }
    
    #grey #logos
    {
        padding: 0;
    }
    
    #logos .logos a
    {
        margin: 0 !important; 
    }
    
    #logos .logos img
    {
        height: 35px !important;  
    }
    
    #logos .icons svg
    {
        height: 40px;
    } 
}

@media (max-width: 700px) 
{
    #grey
    {
        padding: 5px 0;
    }

    #logos
    {
        padding: 0;
    }

    #logos .icons svg
    {
        height: 30px;
    }
    
    #logos .logos img 
    {
        height: 30px !important; 
        margin: 0 5px; 
    }

}

@media (max-width: 550px)  
{
    #grey  
    {
        background-size: 113%;  
    }
}



.wrapper.footer
{
	background-image: url(/layout/hg.jpg); 
    background-position: top center; 
    background-size: cover;
    position: relative !important;
	color: #3c3737;
	width: 100%;
	max-width: none;
	padding: 0;
    font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1600 - 320)));
    
}

.wrapper.footer p
{
    font-weight: 500;  
}

.wrapper.footer .button
{
    position: absolute;
    background-color: #d5b376;
    -moz-border-radius: 140px;
    -webkit-border-radius: 140px;
    border-radius: 190px;
    behavior: url(/common/border-radius.htc);
    width: 250px;
    height: 250px;
    padding: 10px;
    text-align: center;
    left: 2%;
    bottom: -35px;
    display: block;
}

.wrapper.footer .button a
{
    border: none;
}

.wrapper.footer .button:hover
{
    opacity: 0.9;
}

.wrapper.footer .button h3
{
    padding: 25px 30px 0 30px;
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1600 - 320)));
}

.wrapper.footer .button p
{
    padding: 0 10px;
    margin: 5px 0;
}

.wrapper.footer .button .linkButton a
{
    padding: 2px 20px;
    font-size: 16px; 

}

@media (max-width: 1000px) 
{
     .wrapper.footer .button
     {
        position: relative;
        display: block;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 180px;
        height: 180px; 
        margin: 0 0 0px 0;
        bottom: -100px;
     }
        
    .wrapper.footer .button h3
    {
        margin: 0 !important;  
    }
}

@media (max-width: 700px) 
{
    .wrapper.footer .button
    {
        width: 180px;
        height: 180px;
        margin: 20px 0 -25px 0;
    }

    .wrapper.footer .button h2
    {
        padding: 15px 0 0 0;   
    }
    

}





@media (max-width: 550px)
{
	.wrapper
	{padding: 20px 10px;}
}

#fingerprint
{
    display: none;
    position: fixed;
    background-color: #000;
    bottom: 10px;
    right: 10px;
    z-index: 600;
    margin: 0;
    padding: 3px;
    border-radius: 25px;
    width: 50px;
    height: 50px;
}

#fingerprint svg
{
    fill: #fff;
}



#inhalte 
{
	font-size: 0;
	position: relative;  
    background-image: url(/bilder/grafik/hg-blaetter.png);
    background-size: 103%;
    background-position: top;
    background-repeat: repeat;
}


#inhalte > p
{
    width: 100%;
}


#inhalte h1
{
    margin: 70px 0 0 0;
}

#inhalte li
{
    margin: 0 0 8px 0;
}

@media( max-width: 1000px )
{
    #inhalte h1
    {
        background-size: 108%;   
    }
}


@media( max-width: 700px )
{
    #inhalte h1
    {
        margin: 20px 0 0 0;
    }
}

@media( max-width: 550px )
{
    #inhalte
    {
        background-size: 200%;
        background-position: -15px top;
        background-repeat: repeat;
        background-image: url(/bilder/grafik/hg-blaetter-mobile.png);
        background-size: 100%;
        background-position: top;
        background-repeat: repeat;
    }
}





.vcenter
{
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}





#inhalte .WohneinheitWrapper
{
    margin: 60px auto;
    padding: 0;
    max-width: 80%;
    width: 100%;
    display: flex;
    transition: 0.5s border;
    background-color: rgba(221,219,210,0.8);
}


.angebote #inhalte .WohneinheitWrapper
{
    margin: 0 auto 60px auto;
}



#inhalte .WohneinheitWrapper:firstChild
{
    margin: 0 0 20px 0;
}

#inhalte .WohneinheitWrapper:hover
{
	background-color: rgba(221,219,210,0.5);
}


#inhalte .WohneinheitWrapper h2
{
	text-align: left;
}


#inhalte .WohneinheitWrapper .preis
{
	color: #c09948;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: normal;
}

#inhalte .WohneinheitWrapper h3
{
	font-weight: 700;
	line-height: 1.1em;
	margin: 0;
}

#inhalte .WohneinheitWrapper p
{
	margin-top: 5px;
}



#inhalte .WohneinheitWrapper .linkButton
{
	margin: 15px 0 0 0;
	padding: 0;
	display: block;
	text-align: left;
}

#inhalte .WohneinheitWrapper .info
{
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	color: #c09948;
	font-weight: 700;
	letter-spacing: 1px;
}

#inhalte .WohneinheitWrapper .image
{
    margin: 0;
    padding: 0;
    width: 60%;
}




#inhalte .WohneinheitWrapper .text
{
    flex: 1 1 48%;
    box-sizing: border-box;
    padding: 32px 40px;
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: normal;
    position: relative;
}


#inhalte .WohneinheitWrapper.news .image
{
    width: 40%;
}

#inhalte .WohneinheitWrapper.news .text
{
	width: 60%;
}

#inhalte .WohneinheitWrapper .themen
{
    display: contents;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
}

@media only screen and ( max-width: 1600px )
{

    .aktiv #inhalte .WohneinheitWrapper p
    {
    	font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1600 - 320)));
        line-height: 1.3em;
    }
}


@media (max-width: 1190px)
{
	#inhalte .WohneinheitWrapper
    {
        flex-direction: column;
        margin: 40px auto;
    }

	.vcenter
	{
		position: relative;
		margin: 15px 0;
		top: auto;
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

    .aktiv#inhalte .WohneinheitWrapper p
    {
    	font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1600 - 320)));
        line-height: 1.5em;
    }

	#inhalte .WohneinheitWrapper .image, #inhalte .WohneinheitWrapper.news .image
	{
		width: 100%;
		max-height: 250px;
		overflow: hidden;
	}

	#inhalte .WohneinheitWrapper .image img
	{
		width: 100% !important;
		height: auto !important;
	}

	#inhalte .WohneinheitWrapper .text, #inhalte .WohneinheitWrapper.news .text
	{
		margin: 0;
		padding:  10px;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}

@media (max-width: 950px)
{

	#inhalte .WohneinheitWrapper .linkButton{margin: 20px 0 0 0;	}
	#inhalte .WohneinheitWrapper p{margin-top: 15px;}
	#inhalte .WohneinheitWrapper h3{line-height: 1em;}
}

#inhalte .WohneinheitWrapper .image img
{
    width: 100% !important;
    height: auto !important;
	display: block;
	object-fit: cover;
}

@media (max-width: 880px)
{
    #inhalte .WohneinheitWrapper .image img
	{
		height: 100% !important;
		min-height: 210px;
		object-fit: cover;
	}
}

@media (min-width: 1190px)
{
    #inhalte .WohneinheitWrapper .themen .image
    {
        flex: 0 1 52%;
        max-height: none;
        overflow: hidden;
        min-width: 0;
        display: flex;
    }

    #inhalte .WohneinheitWrapper .themen .image img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    #inhalte .WohneinheitWrapper .themen .text
    {
        flex: 1 1 48%;
        box-sizing: border-box;
        padding: 32px 40px;
        margin: 0;
        min-width: 0;
        overflow-wrap: anywhere;
        word-break: normal;
        position: relative;
    }

    .aktiv #inhalte .WohneinheitWrapper .themen p
    {
        font-size: clamp(15px, 1vw + 12px, 16px);
        line-height: 1.4;
    }

    .vcenter
    {
        position: static;
        transform: none;
        top: auto;
        margin: 0;
    }

}



#inhalte .komoot a
{
    color: #fff;
    background-image: url(/bilder/freizeit/komoot-logo-white.svg);
    background-position: center left 7px;
    background-repeat: no-repeat;
	padding: 10px 20px 10px 40px;
}

#inhalte .komoot a:hover
{
    color: #000;
    background-image: url(/bilder/freizeit/komoot-logo-black.svg);
    background-position: center left 7px;
    background-repeat: no-repeat;
}




#inhalte ul
{
    margin: 10px 0 0 0;
    padding: 0 0 0 25px;
}

#inhalte .ausstattung ul
{
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
	font-size: 0;
}

#inhalte .ausstattung li
{
    margin: 10px 0 0 0;
    padding: 0 20px 0 33px;
    width: 33%;
    height: 45px;
    list-style-type: none;
    vertical-align: middle;
    text-align: left;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}

@media (max-width: 975px)
{
    #inhalte .ausstattung li
    {
        width: 50%;
    }
}

@media (max-width: 775px)
{
    #inhalte .ausstattung li
    {
        width: 50%;
    }
}

@media (max-width: 530px)
{

	#inhalte .ausstattung ul
	{
		padding-bottom: 25px;
	}

    #inhalte .ausstattung li
    {
        width: 100%;
		height: auto;
		margin-top: 15px;
    }
}

#inhalte .ausstattung li:before
{
	content: ' ';
	background-image: url(/layout/kreis-haeckchen-koepplwirt.svg);
	display: block;
	background-size: contain;
	height: 17px;
	width: 20px;
	margin-right: 10px;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	position: absolute;
	top: 3px;
	left: 0;
}

#inhalte .ausstattung hr
{
	font-size: 1px !important;
	line-height: 1px !important;
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 1px !important;
	visibility: hidden !important;
}



#inhalte .preise
{
    margin-bottom: 25px;
}

#inhalte .preise h1
{
    margin: 70px 0 0 0;
}

#inhalte .preise p
{
    display: inline-block;
}

#inhalte .preise .linkButton
{
    display: inline-block;
    margin: 0 0 0 40px;
}

@media ( max-width: 710px )
{
    #inhalte .preise .linkButton
    {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}





.preise #inhalte .preisWohneinheit
{
    margin: 35px auto;
    padding: 25px;
    background-color: rgba(221,219,210,0.8); 
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap; 
    max-width: 80%;
}

.preise #inhalte .preisWohneinheit img
{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.preise #inhalte .preisWohneinheit div:first-of-type
{
    width: 34%;
    margin-right: 10px;
}

.preise #inhalte .preisWohneinheit div
{
    width: 64%;
    
}

.preise #inhalte .preisWohneinheitInklusivleistungen ul
{
    max-width: 510px;
    margin: 30px auto 30px auto;
}

@media only screen and ( max-width: 950px ) 
{
     .preise #inhalte .preisWohneinheit
    {
        width: 80%;
        padding: 0;
    }
}

@media only screen and ( max-width: 600px )
{
    .preise #inhalte .preisWohneinheit
    {
        display: block;
    }
    
    .preise #inhalte .preisWohneinheit div
    {
        width:100% !important;
    }
}

.preise #inhalte .preisWohneinheit .buttons
{
    width: 100% !important;
}

.preise #inhalte .preisWohneinheit .buttons p:first-of-type
{
    margin-right: 10px;
}





.freizeit.golf-urlaub #inhalte .eyecatcher .text, .gastgeber #inhalte .eyecatcher .text
{
    margin: 0;
    padding: 60px 0 0 55px;
    width: 35%;
    float: right;
}

.freizeit.golf-urlaub #inhalte h2
{
    margin: 30px 0 0 0;
    padding: 0;
}





#inhalte table
{
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
}

#inhalte table td
{
    padding: 5px 10px;
    margin: 0;
}


#inhalte table .spalte1
{
    width: 50%;
}

#inhalte table .spalte2
{
    text-align: right;
    width: 25%;
}

#inhalte table .spalte3
{
    text-align: right;
    width: 25%;
}

#inhalte table .spalte3:after
{
	content: " €";
}


#inhalte .hg
{
    background-image: url(/layout/hg.jpg);
    background-position: top center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 2% 0;
    margin: 30px 0;
    position: relative;
}

#inhalte .kachel
{
    display: inline-block;
    margin: 50px 4%;
    padding: 0 0 30px 0;
    width: 42%;
    text-align: center;
	overflow-x: hidden;
	vertical-align: top;
	border: 1px solid #3c3737;
	transition: 0.3s all;
	box-sizing: border-box; 
}

#inhalte .kachel a
{
    color: #3c3737;
}

#inhalte .kachel.right
{
	margin: 50px 0 30px 3%;
}

#inhalte .kachel.breit
{
	margin: 20px auto;
	width: 60%;
    display: block;
    background-color: #fff;
    border: none;
    position: relative;
}

.kulinarik #inhalte .kachel.breit img
{
	height: 100% !important;
}

@media (max-width: 780px)
{
	#inhalte .kachel
	{
		width: 80%;
		margin: 20px 10%;
	}
	#inhalte .kachel.right
	{
		margin: 20px 10%;
	}
    
    #inhalte .kachel.breit
    {
    	width: 80%; 
    }
}



#inhalte .kachel h2
{
    margin: 20px 0 0 0;
}


#inhalte .kachel h3
{
    text-align: center;
    margin: 15px 0 0 0;
    padding: 0;     
}

#inhalte .kachel p
{
	margin: 10px 0;
	padding: 0 20px;
	text-align: justify;
}


#inhalte .kachel p:first-child
{
	padding: 0;
	margin: 0;
}

#inhalte .kachel img
{
	width: 100% !important;
	height: auto !important;
}



.kulinarik #inhalte .kachel img
{
	height: 250px !important;
	object-fit: cover;
}

.aktiv #inhalte .kachel img
{
	height: 320px !important;
	object-fit: cover;
}








.content .pauschale h2
{
	text-align: left;
	font-weight: 700;
}

.pauschale img
{
    max-width: 350px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 20px 0 0;
    padding: 0;
	object-fit: cover;
}

.shortinfo
{
	display: flex;
	background-color: #fff;
	color: #000;
	border-radius: 0;
	overflow: hidden;
}

.shortinfo p 
{
	margin: 10px 0 10px 0;
}

.pauschale .preis
{
	font-weight: 700;
	color: #c09948;
}




.eintrag 
{
	border: 1px solid #000;
	margin: 25px 0 0 0;
	padding: 15px;
}


.content .eintrag h2
{
	text-align: left;
}

.content .eintrag .linkButton
{
	display: block;
	text-align: right;
	clear: both;
}






.anfrage .formular
{
	width: calc(100% - 330px);
	float: left;
}

.formular h2
{
	text-align: left !important;
}

.anfrage .erv, .anfrage .prospektlink
{
	width: 250px;
	border: 1px solid #fff;
	padding: 10px;
	float: right;
	margin-top: 70px;
}

.anfrage .prospektlink
{
	text-align: center;
}


.anfrage .erv hr, .anfrage .prospektlink hr
{
	display: none;
}

@media( max-width: 1440px )   
{
    .anfrage .erv, .anfrage .prospektlink 
    {
    	float: left;
    }

}


@media( max-width: 1200px )
{
	.anfrage .formular
	{
		width: calc(100% - 300px);
	}
}


@media( max-width: 900px )
{
	.anfrage .formular, .anfrage .erv
	{
		width: 100%;
		float: none;
		box-sizing: border-box;
	}
}
	
	




img.tmbwlogo 
{
    background-color: #fff;
    padding: 5px 10px;
    margin: 20px 0;
}



#navi
{
    padding: 0;
    text-align: left;
}

#menubutton
{
    display: block;
    width: 70px;
    top: 80px;
    position: absolute;
    z-index: 2000;
}

#menubutton:hover
{
    cursor: pointer;
}
    
    
#menubutton p 
{
    margin: 0; 
    padding: 0 0 0 3px;
    font-size: 14px; 
    text-transform: uppercase;
    font-weight: 700;
    color: #3c3737; 
    transition: 1s all;
    letter-spacing: 0.1em;
}

#menubutton:focus
{
    outline: none;
}

#menubutton svg
{
    outline: none !important;
    width: 50px;
    height: 33px;
    margin: 10px 0 0 3px;
}

#svg-menubutton rect
{
    transition: 0.5s all;
    fill: #302929;
    height: 3px;
}

.open #svg-menubutton rect
{
    fill: #302929;
}

.open #header.scroll #menubutton
{
    top: 80px !important;
}

.open #menubutton p 
{
    color: #302929;  
}

#svg-menubutton .top
{
    transform: translate(0, 4px);
    width: 50px; 
}

#svg-menubutton .middle
{
    transform: translate(0, 14px);
    width: 50px; 
} 

#menubutton:hover #svg-menubutton .middle
{
    width: 50px;
}

#svg-menubutton .bottom
{
    transform: translate(0, 24px);
    width: 50px; 
}

.open #menubutton .top, .open #menubutton .bottom  
{
    transform: translate(0, 16px); 
    opacity: 0; 
}

.open #menubutton #svg-menubutton .middle
{
    width: 40px; 
} 

.open #menubutton .cross1
{ 
    transform: translate(4px, 28px) rotate(-45deg);
} 

.open #menubutton .cross2 
{ 
    transform: translate(7px, 0px) rotate(45deg);
} 
    
@media (max-width: 550px) 
{

    
    #menubutton, .open #header.scroll #menubutton
    {
        top: 5px !important;    
    }
    
    #menubutton p
    {
        display: none;
    }
    
    #svg-menubutton rect
    {
        fill: #fff;  
    }

    .open #svg-menubutton rect
    {
        fill: #fff;
}

}
    
    

    
 


    
	#navi > ul
	{
		position: fixed;		
		width: 100vw; 
        height: 100vh; 
		left: -200vw;
        margin: 0;
        padding: 10vh 20vw;   
		background-color: #fff;
		overflow-y: scroll;
		transition: 0.3s all;
		z-index: 200;
		display: block;	    
        background-image: url(/bilder/grafik/hg-blaetter.png);
        background-size: 100% auto;  
        background-repeat: no-repeat;
        background-position: top;
        box-sizing: border-box;
        top: 0;
	}

    #navi.opened ul
	{
		left: 0;
		text-align: left;
		padding-bottom: 120px;		
	}
	
	#navi ul li
	{
		text-align: left;
		padding: 0;
		margin: 15px 0;   
		position: relative;  
        list-style-type: none;
        text-align: left;
        text-transform: uppercase;
        display: inline-block;
        width: 48%;
        box-sizing: border-box;
	}	
	
    #navi ul li:hover
    {
        color: #c09a4e;
    } 
    
	#navi img
	{	
		display: inline-block;
		vertical-align: middle;
        width: 48% !important;
        display: inline-block;
        padding: 0 2% 0 0;
	}
    
    #navi span
    {
        padding: 0 !important;
    }
    
    @media only screen and ( max-width: 1400px )
    {
        #navi > ul 
        {
             padding: 20vh 10vw 0vh 10vw; 
        }

    }

    @media only screen and ( max-width: 600px )
    {   
        #navi ul
        {
            padding: 5vh 5vw 5vh 15vw;
        }

        #navi ul li
    	{
            width: 100%;          
    	}	

    }
     
     
       
     

 header
{
	z-index: 50;
    position: fixed;
    top: 0;
    height: 200px;
    padding: 0 10%;
    margin: 0 auto;
	position: fixed;
    width: 80%; 
    font-weight: 500; 
}


#header div a, #header div span
{
	color: #3c3737;
	text-decoration: none;
	font-size: 18px;
	margin-top: 40px;
	letter-spacing: 1px;
}

#header .bw
{
	text-transform: uppercase;
}

@media (max-width: 1100px)
{
	#header div a, #header div span
	{font-size: 17px;}
}

@media (max-width: 960px)
{
	#header div a, #header div span
	{font-size: 16px;}
}


@media (max-width: 840px) 
{
    #header
    {
       width: 96% !important;
       padding: 0 2%; 
    }
}


#logo
{
	margin: 0 auto;
	padding: 0; 
    top: 55px;
    position: relative;
	transition: 1s all;
}


#logo span
{
	display: none;
}


#logo img
{
	width: 100%;
	height: auto;
}

#logo svg
{
    transition: 1s;	
	width: 350px;
	height: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 90px;
}

#logo #text1, #logo #text2, #logo #circle
{
	transition: 0.5s all;
}

#logo .gold
{
	fill: #c09a4e; !important;
}

#logo .schwarz
{
	fill: #302929; !important;
}

#logo .weiss
{
	fill: #fff !important;
}



	


@media only screen and ( max-width: 550px )
{
    #logo
    {
        top: 45px;
    }

}





.buchen 
{
    position: absolute;
    top: 50px;
    right: 10%;            
    padding: 7px 11px; 
    text-transform: uppercase;
    transition: 0.3s all;
    background-color: #c09a4e;
    color: #fff !important;
} 


.buchen:hover
{
    background-color: #302929; 
}

.whatsapp
{
	display: none;
}

.tel
{
	text-align: right;
    position: absolute;
    right: 10%;
    top: 0;
}

.bw
{
    position: absolute;
}


@media (max-width: 840px)
{	
    #logo svg
    {
        top: 90px;
    }
    
    #menubutton
    {
        top: 40px;
    }

	.tel, .whatsapp
	{
		position: absolute;
		top: 0px;
		display: block;		
		background-repeat: no-repeat;
		background-size: contain;
	}

	.bw
	{
		display: none;
	}
	
	
	.tel
	{
		background-image: url(/layout/telefon.svg);
		width: 33px;
		height: 33px;
		overflow: hidden;
		right: 45px;
		color: transparent !important;
		text-shadow: none !important;
	}
	
	.whatsapp
	{
		width: 33px;
        height: 33px;
		font-size: 0 !important;
		background-image: url(/layout/icon-wa.svg);
		right: 13px;
	}	
    
    .buchen
    {
        margin-top: 30px;
        right: 2%;
    }

}
		



    header.scroll
    {
        height: 80px;
        background-image: url(/layout/hg.jpg);
        background-position: top center;
        background-size: 100% 700px;
        background-repeat: no-repeat;
    }
	
	
    header.scroll #logo
    {	
		top: -61px;
	}
	
    header.scroll #logo svg
    {
    	width: 250px !important;       
    }

    header.scroll #logo #circle, header.scroll #logo #text2
    {
    	opacity: 0;
    }

    
    
    	
    

    header.scroll #logo .gold
    {
    	fill: #c09a4e; !important;
    }

    header.scroll #logo .schwarz
    {
    	fill: #302929; !important;
    }

    header.scroll #logo .gold2
    {
    	fill: #fff !important;
    }

    header.scroll div a
    {
        margin-top: 0 !important;
    }


    header.scroll .buchen
    {
        top: 20px;      
    }


    header.scroll .tel
    {
        background-image: url(/layout/telefon.svg);
        width: 23px;
        height: 32px;
        overflow: hidden;
        right: calc(10% + 120px);
        color: transparent !important;
        text-shadow: none !important;
        background-repeat: no-repeat;
        position: absolute;
        text-align: right;
        padding: 0;
        background-size: contain;
        background-position: center right;
        top: 20px;
        margin-top: 0;
    }

    #header.scroll .bw
    {
        color: transparent;
    }

    #header.scroll #menubutton
    {
        top: 0 !important;
    }


@media (max-width: 840px) 
{
    #header.scroll 
    {
       width: 96% !important;
       padding: 0 2%; 
    }
    
    #header.scroll #logo svg
    {
        top: -55px !important;
    }
    
    #header.scroll .whatsapp  
    {
       top: 20px !important;
       right: 124px !important; 
    }
    
    #header.scroll .tel
    {
        right: 160px;  
    }
    
}


@media (max-width: 550px) 
{   
    #menubutton
    {
        top: 5px !important;
    }

    #header, #header.scroll
    {
       background-color: #3c3737;
       background-image: none;
       height: 60px;
    }
    
    #header #logo svg
    {
        width: 250px !important; 
        top: 70px !important;
    }
    
    #header.scroll #logo svg
    {
        display: none;
    }

    #header #navi ul, #header.scroll #navi ul 
    {
        top: 60px !important;
    }
    

    #header div a, #header.scroll div a
    {
        margin: 0;
    }

    #header .buchen, #header.scroll .buchen 
	{
		top: 0; 
        right: 0;
        height: 21px; 
        padding: 19.5px;
	}
    
    #header .tel, #header.scroll .tel
    {
        right: 134px !important; 
        top: 10px !important;   
        width: 23px !important;    
        height: 33px !important;   
    }
    
    #header .whatsapp, #header.scroll .whatsapp 
    {
        right: 170px !important; 
        top: 10px !important; 
    }

}



holidaycheck
.stornobutton 
{
	background-color: #c09a4e;
	width: 130px;
	height: 70px;
	color: #fff;
	font-size: 16px;
	border-radius: 100%;
	position: absolute;
	padding: 32px 0 23px 0;
	text-align: center;
	z-index: 49;
	right: 20px;
	margin-top: -40px;
}



@media (max-width: 1060px)
{
	.stornobutton 
	{
		margin: 15px auto -50px;
		position: static;
		width: 300px;
		padding: 10px;
		height: auto;
		border-radius: 10px;
	}
}



@media (max-width: 700px)
{
	.stornobutton 
	{
		margin: 0 auto;
	}
}


.content
{
	color: #302929;
    padding: 0;
    margin: 0 auto 0 auto;
    top: 280px;
    position: relative;
    width: 100%;
}

@media only screen and ( max-width: 550px ) 
{
  
    .content
    {
        top: 200px;  
    }
} 



.content h1
{
	text-transform: uppercase;
	font-size: calc(22px + (40 - 22) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	margin: 0 0 10px 0;
    font-weight: 500;
}

.content h2
{
	font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1600 - 320)));
	font-weight: 500;
	text-align: center;
	margin: 0;
}

.content h3
{
	font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1600 - 320)));
	font-weight: 500;
	margin: 35px 0 0 0;
}


.content h4
{
	font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1600 - 320)));
	font-weight: 400;
	margin: 30px 0 0 0;
}

.content a 
{
	color: #3c3737;
}


.linkButton
{
	margin: 0;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
}

.wohnen .linkButton
{
    margin-right: 20px;
}



@media only screen and ( max-width: 475px )
{
    .wohnen .linkButton
    {
        width: 220px;
        margin-bottom: 10px;
        display: block;
    }
        
    .linkButton a
    {
        display: block !important;
    }

}


.linkButton a
{
	border-radius: 0;
    margin: 2px 0;
	padding: 10px 40px;
    transition: 0.5s all;
	display: inline-block;
	color: #fff;
	text-decoration: none;
    background-color: #302929;  
}

.linkButton a:hover
{

    background-color: #c09948;  
}


@media (max-width: 1020px)
{
	.content .headline
	{padding: 0 0 50px 0;}	
	
}

@media (max-width: 820px)
{
	.content .headline
	{padding: 0 0 35px 0;}	
}





.terminButton
{
    text-align: center;
}

.terminButton .linkButton a
{
    font-size: 20px;
    text-transform: uppercase;
}



.content .themes.horicontal
{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
    max-width: 80%;
    margin: 0 auto;
}

.content .themes.vertical
{
	display: flex;
	flex-direction: column;
	width: calc(33.33333% - 20px);
}

.content .themes.vertical > div:first-child
{
	margin-bottom: 44px;
}

.themebox.big
{
	width: calc(66.66667% - 10px);
}

.themes.horicontal  > .themebox.small
{
	width: calc(33.33333% - 20px);
}

.content .themebox
{
	border-radius: 0;
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 0;
}


.content .themebox p
{
	margin: 0;
	height: 100%;
}

.content .themebox img
{
	display: block;
	width: 100% !important;
	height: 100% !important;
	border: 1px solid #888;
	box-sizing: border-box;
}

.index .content .themebox img
{
	border: none;
	box-sizing: border-box;
}


.content .themebox figure
{
	margin: 0;
	padding: 0;	
	height: 100%;
}

.content .themebox video
{
	width: 100%;
	object-fit: cover;
	display: block;
	opacity: 0;
	transition: 0.3s all;
}


.content .themebox video.show
{
	opacity: 1;
}



@media (max-width: 1060px)
{
	.content .themes.horicontal, .content .themes.vertical > div:first-child
	{margin-bottom: 24px;}

	.content .themes.vertical, .themes.horicontal  > .themebox.small
	{width: calc(33.33333% - 16px);}

	.themebox.big
	{width: calc(66.66667% - 8px);}
	
	.content .themebox
	{border-radius: 0;}
    
     .content .themebox
    {
    	margin: 0 0 0 0; 
    }
    
    .content .themes.horicontal
    {
        width: 100%;
        max-width: 100%;
    }

}


@media (max-width: 900px)
{
	.content .themes.horicontal, .content .themes.vertical > div:first-child
	{margin-bottom: 18px;}

	.content .themes.vertical, .themes.horicontal  > .themebox.small
	{width: calc(33.33333% - 12px);}

	.themebox.big
	{width: calc(66.66667% - 6px);}
	
	.content .themebox
	{border-radius: 0;}
}



@media (max-width: 680px)
{
	.content .themes.horicontal, .content .themes.vertical > div:first-child
	{margin-bottom: 12px;}

	.content .themes.vertical, .themes.horicontal  > .themebox.small
	{width: calc(33.33333% - 8px);}

	.themebox.big
	{width: calc(66.66667% - 4px);}	
	
	.content .themebox
	{border-radius: 0;}	
}


@media (max-width: 460px)
{
	.content .themes.horicontal, .content .themes.vertical > div:first-child
	{margin-bottom: 6px;}

	.content .themes.vertical, .themes.horicontal  > .themebox.small
	{width: calc(33.33333% - 3px);}

	.themebox.big
	{width: calc(66.66667% - 2px);}	
	
	.content .themebox
	{border-radius: 0;}	
}



.themebox
{
	position: relative;
}

.themeinfo
{
	opacity: 0;
	transition: 1s opacity;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
    color: #fff;
}

.themebox:hover .themeinfo
{
	opacity: 1;
	background-color: rgba(0,0,0, 0.5);
}

.themeinfo div
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}




.big .themeinfo  h2
{
	font-size: 46px;
}

.content .big .themeinfo p
{
	font-size: 20px;
	margin-bottom: 20px;
}

.content .small .themeinfo p
{
	font-size: 16px;
	margin-bottom: 10px;
}


.content .themeinfo .linkButton
{
	position: static;
	margin: 0 auto;
}


.themebox img
{
	transition: 1s all;
	object-fit: cover;
}
.themebox:hover img
{
	transform: scale(1.2);
	transition: 20s all;
}






@media (max-width: 840px)
{
	.content .themeinfo
	{
		opacity: 1;
	}
	
	.content .themeinfo div
	{
		bottom: 5px;
	}	
	
	.content .themeinfo p
	{
		display: none;
	}
	
	
	.content .themeinfo h2
	{
		font-size: 20px;
		text-shadow: 1px 1px 1px #000;
	}
	
	.content .small .themeinfo h2
	{
		font-size: 16px;
	}	
	
}



@media (max-width: 420px)
{
	.content .small .themeinfo h2
	{
		font-size: 13px;
	}	
}









.textblock
{
	max-width: 900px;
	margin: 50px auto;
}

.textblock p
{
	text-align: justify;
	line-height: 1.6em;
}

@media (max-width: 590px)
{
	.textblock p
	{
		text-align: left;
	}
}



.hinweis
{
	max-width: 900px;
	margin: 50px auto;
    color: #000;
    background-color: #fff;
    text-align: center;
    padding: 20px 0;
}

.hinweis p
{
    font-size: 18px !important;
}

.hinweis h3
{
    margin: 0 0;
    text-transform: uppercase;
}



.impression 
{
	padding: 0 0 27% 0;
	width: 100%;   
	position: relative;
}

#bild.impression 
{
	padding: 0 0 50% 0;
}


@media (max-width: 1300px)
{
	.impression 
	{padding: 0 0 35% 0;}
	
	#bild.impression 
	{padding: 0 0 55% 0;}	
}

@media (max-width: 1000px)
{
	.impression 
	{padding: 0 0 43% 0;}
	
	#bild.impression 
	{padding: 0 0 65% 0;}	
}

@media (max-width: 650px)
{
	.impression 
	{padding: 0 0 60% 0;}
	
	#bild.impression 
	{padding: 0 0 75% 0;}	
}


 

.content .blume
{
    position: absolute;
    z-index: 20;
    margin: 0 0 0 0;
    top: -15vh;  
    left: -2vw;
    width: 20vw;
}

.content .blume.rechts
{
    left: auto; 
    right: -10px !important; 
    top: -85px !important; 
    transform: rotate(180deg);
}

.content .blume img
{
    width: 100% !important; 
    height: 100% !important;
}

.content .blume p
{
    width: 100% !important; 
    height: auto !important;
}

@media only screen and ( max-width: 1800px )
{
    .content .blume
    {
        top: -8vh;  
    }
}

@media only screen and ( max-width: 1000px )
{

    .content .blume
    {
        width: 30vw !important;
    }
}

@media only screen and ( max-width: 700px ) 
{
     .content .blume
    {
        top: -5vh;  
    }
}

@media only screen and ( max-width: 500px ) 
{
    .content .blume
    {
        width: 40vw !important;
    } 
    
    .content .blume 
    {
        top: -5vh;
    }

 } 

 

.preistabelle
{
	width: 100%;
	border-collapse: collapse;
}



.preistabelle td
{
	border: 1px solid #000;   
	padding: 3px 5px;
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1600 - 320)));
}



.impression p 
{
	height: 100%;
	width: 100%;
	position: absolute;
	margin: 0;
}

.impression img
{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}






#closing
{
	display: flex;
	justify-content: space-between;
	padding: 45px 20px 45px 20px;
	margin: 0 auto;
	min-height: 300px;
    max-width: 1200px;  
}

#closing > div
{
	position: relative;
	padding-bottom: 50px;
	width: 45%;
	margin: 30px 0 0 0;
}

#closing .datum
{
	margin: 5px 0;
}

#closing h2
{
	text-align: left;
}

#closing h4
{
	margin: 10px 0 0 0;
}	

@media (max-width: 660px)
{
	#closing
	{
		flex-direction: column; 
        padding: 25px 0px;
	}
	
	#closing > div
	{
		width: 80%; 
        margin: 30px auto;    
	}
	
}

#closing .linkButton
{
	position: absolute;
	
	bottom: 0;
}

@media (max-width: 660px)
{
    #closing .linkButton
    {
    	bottom: 0;
    }

}



#logos
{
	padding: 25px 0;
	text-align: center;
}

#logos a
{
	text-decoration: none;
	margin: 10px;
	vertical-align: middle;
	display: inline-block;
}






#inhalte:last-child:after
{
	content: " ";
	clear: both;
	display: table;
	font-size: 1px;
}


footer
{
	text-align: center;
	padding: 40px 10px;
	max-width: 1200px;
	margin: 0 auto; 
}

#footer a
{
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: none;
    color: #3c3737; 
}

#copyright
{
    display: block;
    z-index: 200;
    position: relative;
    
}

#copyright p
{
    font-size: 12px; 
    text-align: center;
    padding: 15px 55px 15px 15px;
    margin: 0px;
    color:#fff;
    background-color: #3c3737;  
    text-align: left;
}

#copyright a
{
    color: #fff;
}





.wellnessskizze
{
	margin: 75px 0 50px 0;
}


.wellnessskizze h2
{
	margin: 0 0 50px 0;
}


.wellnessskizze p
{
	text-align: center;
}
.wellnessskizze img
{
	max-width: 70%;
	height: auto !important;
}


@media only screen and (max-width: 800px)
{
	.wellnessskizze img
	{
		max-width: 85%;
	}
}

@media only screen and (max-width: 550px)
{
	.wellnessskizze img
	{
		max-width: 100%;
	}
}



#inhalte .wellnessskizze ul
{
	list-style-type: none;
	margin: 50px auto 30px auto;
	padding: 0;
	max-width: 400px;
}





.skizze
{
	text-align: center;
}


.skizze img
{
	max-width: 50%;
	height: auto !important;
}


@media only screen and (max-width: 800px)
{
	.skizze img
	{
		max-width: 75%;
	}
}



@media only screen and (max-width: 500px)
{
	.skizze img
	{
		max-width: 100%;
	}
}






.slider 
{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 0 45% 0 !important;
    margin: 40px auto 0 auto !important;
}

.wohnen .slider
{
     margin: 0px auto 0 auto !important; 
}

.slider p
{
    margin: 0;
}

@media only screen and (max-width: 500px)
{
	.slider 
	{
		padding: 0 0 65% 0 !important;
	}
}


.slider img 
{
    display: block;
    margin: 0;
    line-height: 0;
    padding: 0;
    position: relative;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	transition: 0.5s all;
	opacity: 0;
}

.slider button
{
	transition: 0.3s all;
	position: absolute;
    border: none;
    width: 65px;
	height: 60px;
    cursor: pointer;
    bottom: 0;
	background-color: transparent;
	background-image: url(/layout/sliderarrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-origin: content-box;
	padding: 0 17px;
	background-color: rgba(0, 0, 0, 0.6);	
}


@media only screen and (max-width: 400px)
{
	.slider button
	{
		width: 40px;
		height: 40px;
		padding: 0 9px;
	}
}


.slider button:active, .slider button:focus
{
	border: none;
	outline: 0 !important;	
}

.slider button:hover
{
	background-color: rgba(0, 0, 0, 0.9);
}

.slider button.disabled:hover
{
	background-color: transparent;
}


.slider button.disabled
{
	opacity: 0.3;
	cursor: default;
}
.slider button.forward
{
	right: 0;	
}

.slider button.backward
{
	left: 0;
	transform: rotate(180deg);
}


.slider img.show
{
	opacity: 1;
}




#gmap
{
    position: relative;
}

.gmap
{
	width: 100%;
	height: 500px;
	padding: 0;
	border-bottom: 1px solid #777;
}

.gmap iframe
{
	width: 100%;
	height: 100%;
	border: none;
}




.register .hiddenclear
{
	display: none;
}






.impressum p 
{
	word-wrap: break-word;
}



  #sitemap
  {
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      text-align: center;
      padding: 20px;
  }
  
  #sitemap ul, #sitemap li
  {
      list-style-type: none;
      margin: 0; 
      padding: 0;
      
  }
  
  #sitemap a
  {
      text-decoration: none;
  }
#inhalte .formular, #inhalte .Gb
{
    max-width: 1200px; 
	padding: 10px 10px 10px 10px;
    margin: 0 auto; 
    width: 80%; 
    background: #fff;
}



.service #inhalte
{
    
    margin: 0 auto;
    padding: 25px 3%;
    background-color: #fff;
}

label
{
	width: 30%;
	display: block;
	float: left;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

input, select, option, textarea
{
	width: 70%;
	margin: 0;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #000;
	color: #000;
	box-sizing: border-box;
	border-radius: 0;
	background-color: #fff;
}

.error
{
	color: #a00 ;
}

.error input
{
	border: 1px solid #a00;
	background-color: #eee;
}

.checkbox
{
	width: auto;
	margin: 0 0 20px 0;
	padding: 0;
}

.submit
{
	width: 100%;
	background-color: #c09949;
	border: 1px solid #c09949;
	color: #fff;
	padding: 10px;
	transition: 0.3s all;
	margin-top: 20px;
    font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1600 - 320))); 
    text-transform: uppercase;
}


.submit:hover
{
	color: #c09949;
	background-color: #000;	
}

.formular .FormError
{
	border: 2px solid #a00 !important;
	background-color: #fff !important;
	padding: 5px !important;
	margin: 0 0 15px 0 !important;
	position: relative;
}

.FormError ul
{
	margin: 5px 5px 5px 20px;
	padding: 0;
}

.FormError li
{
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #000;
}

.formular
{
	border: none;
}

.formular h2
{
	clear: both;
}

.formular p
{
	margin: 2px 0 0 0;
	padding: 0;
	clear: both;
}

.FormError h2
{
	color: #a00;
	margin: 0;
	padding: 0;
}


#inhalte #p_id_datenschutzerklaerung
{
	padding: 10px 0;
}


    

@media only screen and ( max-width: 500px )
{   
    
    #inhalte .formular
    {

    	padding: 10px 0px 10px 0px; 
    }

	label
	{
		width: 95% !important;
		float: none !important;
		display: block !important;
		padding: 5px !important;
	}

	input, textarea, select, .submit
	{
		width: 100% !important;
		float: none !important;
		display: block !important;
		padding: 8px !important;
		margin: 0 !important;
	}

	#blind_action
	{
		margin: 10px 0 0 0 !important;
		width: 100% !important;
	}

	#p_id_267 label
	{
		width: auto !important;
		margin: 0 20px 30px 0;
		float: left !important;
	}
	
	.formular p
	{
		margin: 10px 0 0 0;
	}

}


.aktiv.bayerischer-wald #links .bisy:first-child img
{
    display: none;
}

.bisywrapper
{
	display: flex;  
    max-width: 1600px;
    margin: 0 auto;
    padding: 25px 3%;
    background-color: #fff;
}


#links
{
	flex: 2;
	margin-right: 25px;
}

#links img
{
	float: left !important;
	margin-right: 20px;
}

#rechts #bisymenu
{
	display: none;
}

#rechts
{
	flex: 1;
	margin: 25px 0 0 25px;
}


#rechts h2
{
	text-align: left; 
	border-bottom: 1px solid #fff;
	margin: 25px 0 0 0;
	padding: 0 10px;
}


#rechts li
{
	margin-top: 5px;
}

@media( max-width: 1200px ) 
{
    .bisywrapper   
    {
        width: 94%;
    }

}

@media( max-width: 800px )
{
	.bisywrapper
	{
		flex-direction: column-reverse;
	}
	
	#links
	{
		margin: 0;	
	}
	
	#rechts
	{
		margin: 30px 0 0 0;	
	}
	
	#rechts #bisymenu
	{
		background-color: transparent;
		border: 1px solid #fff;
		display: block;
		text-align: center;
		font-size: 14px;
		padding: 10px 15px;
		width: 100%;
		transition: 0.5s all;
		outline: none;
	}
	
	#rechts #bisymenu.active, #rechts #bisymenu:hover 
	{
		background-color: #fff;
		border: 1px solid #fff;
		color: #000;
	}		
	
	
	
	
	#rechts #bisy
	{
		display: none;
	}
	
	#rechts #bisy.show
	{
		display: block;
	}	
	
	#rechts ul
	{	
		column-count: 2;
		column-gap: 30px;
		padding: 0 0 0 20px;	
	}	
	
}



@media( max-width: 620px )
{
	#rechts ul
	{	
		column-count: auto;	
	}
}

@media( max-width: 420px )
{
	#links img
	{
		width: 100% !important;
		height: auto !important;
		margin: 0 0 10px 0 !important;
	}
}







.easybooking
{
	font-size: 15px;
}

.easybooking label
{
	width: auto;
}



@media (min-width: 820px)
{
	.easybooking #ebOfferContainer 
	{
		width: 800px;
		padding: 20px;
		background-color: #fff;
	}
}




#ebAvailability div, #ebAvailability header,
#ebAvailability label, #ebAvailability select
{
	font-size: 15px;
}

#ebAvailability .eb-availability-form
{
	background: none;
}

#ebAvailability .eb-availability-month-header 
{
	background: #000;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	min-height: 42px;	
}


#ebAvailability .eb-availability-onecat-name h3
{
	color: #000;
	padding: 0 10px;
}


#ebAvailability .eb-availability-categories
{
	padding-top: 0 !important;
}


#ebAvailability span.eb-oneday.past
{
	color: #000;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-regular.eot'); 
  src: local(''),
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-regular.woff2') format('woff2'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-regular.woff') format('woff'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-regular.ttf') format('truetype'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-regular.svg#Lora') format('svg'); 
}


@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  src: url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-500.eot'); 
  src: local(''),
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-500.eot?#iefix') format('embedded-opentype'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-500.woff2') format('woff2'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-500.woff') format('woff'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-500.ttf') format('truetype'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-500.svg#Lora') format('svg'); 
}


@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  src: url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-600.eot'); 
  src: local(''),
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-600.eot?#iefix') format('embedded-opentype'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-600.woff2') format('woff2'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-600.woff') format('woff'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-600.ttf') format('truetype'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-600.svg#Lora') format('svg'); 
}


@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-700.eot'); 
  src: local(''),
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-700.eot?#iefix') format('embedded-opentype'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-700.woff2') format('woff2'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-700.woff') format('woff'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-700.ttf') format('truetype'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-700.svg#Lora') format('svg'); 
}


@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  src: url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-italic.eot'); 
  src: local(''),
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-italic.eot?#iefix') format('embedded-opentype'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-italic.woff2') format('woff2'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-italic.woff') format('woff'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-italic.ttf') format('truetype'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-italic.svg#Lora') format('svg'); 
}


@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 500;
  src: url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-500italic.eot'); 
  src: local(''),
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-500italic.eot?#iefix') format('embedded-opentype'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-500italic.woff2') format('woff2'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-500italic.woff') format('woff'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-500italic.ttf') format('truetype'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-500italic.svg#Lora') format('svg'); 
}


@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 600;
  src: url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-600italic.eot'); 
  src: local(''),
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-600italic.eot?#iefix') format('embedded-opentype'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-600italic.woff2') format('woff2'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-600italic.woff') format('woff'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-600italic.ttf') format('truetype'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-600italic.svg#Lora') format('svg'); 
}


@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 700;
  src: url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-700italic.eot'); 
  src: local(''),
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-700italic.eot?#iefix') format('embedded-opentype'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-700italic.woff2') format('woff2'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-700italic.woff') format('woff'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-700italic.ttf') format('truetype'), 
       url('https://fonts.putznet.de/lora-v25-latin/lora-v25-latin-700italic.svg#Lora') format('svg'); 
}
#cookieHinweis
{
    position: fixed;
    display: flex;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    z-index: 100000;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: flex-end;
    background-color: rgba(192, 192, 192, 0.7);
    font-size: 14px;
}

#cookieHinweis p
{
    margin: 0 0 5px 0;
}

#cookieHinweis > div
{
    background-color: #fff;
    padding: 0;
    
    max-width: 80%;
    box-sizing: border-box;
    padding: 15px;
}

#cookieHinweis > div > div
{
    padding: 5px 100px;
    line-height: 1.5;
}

#cookieHinweis h2
{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 10px;
}


#cookieHinweis h4
{
    font-weight: 400;
    text-align: left;
    padding: 5px;
    color: #fff;
    background-color: rgba(188, 188, 188, 1);
}

#cookieHinweis input
{
    
    width: auto !important;
    
    max-width: none;
    color: #fff;
    font-weight: 400;
    border: none;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 25px;
    margin: 2px 0;
    white-space: pre-wrap;
}

#cookieHinweis input:hover
{
    cursor: pointer;
}

#cookieHinweis .buttons .alles
{
    background-color: #c09a4e !important;
}

#cookieHinweis .buttons .notwendig
{
    
    background-color: #000000;
    color: #fff;
    
}

#cookieHinweis .text
{
    margin-bottom: 10px;
}

#cookieHinweis .Links a, #cookieHinweis .Links a:hover, #cookieHinweis .Links a:active, #cookieHinweis .Links a:visited
{
    text-decoration: none;
    color: #000;
    Border: 1px solid #000;
    border-radius: 10px;
    padding: 3px 10px;

}


@media only screen and ( max-width: 1000px )
{
    #cookieHinweis > div > div
    {
        padding: 5px 20px;
        line-height: 1.3;
    }
}

@media only screen and ( max-width: 400px )
{
    #cookieHinweis > div
    {
        max-width: 95%;
    }

    #cookieHinweis > div > div
    {
        padding: 5px 10px;
        line-height: 1.0;
    }

    #cookieHinweis input
    {
        width: 100% !important;
        padding: 10px 5px;
    }

    #cookieHinweis .Links a, #cookieHinweis .Links a:hover, #cookieHinweis .Links a:active, #cookieHinweis .Links a:visited
    {
        display: block;
    }

}



