html
{
	height:100%;
}
body
{
	font-family: 'Oxygen', sans-serif;
	font-size: 17px;
	line-height: 26px;
	background-image: url("../images/006_hintergrund.png");
	background-repeat: repeat-both;
	font-weight: 300;
	margin:0px;
    height: 100%;
}


/* Anfang Navigation*/

.navOuterBox
{
	width:100%;
	background:#232D3B;
	clear:both;
	margin-bottom:0px;
	height:77px;
}

.navLogoBox
{
	width:20%;
	margin:auto;
	text-align: center;	
}

.navLogo
{
    width:77px;
}

.navMenuBox
{
	width:60%;
	text-align: center;
	margin:0px;
	padding:0px;

}

.navLanguageBox
{
	width:20%;
	text-align: center;
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
}

.navItem
{

	color:#fff;
	padding-left:1%;
	font-size:16px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	display:inline-table;
	position:relative;	
	padding-top:0px;
}

.navItemMobil
{
	color:#fff;
	padding:0%;
	font-size:16px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	display:none;
	position:relative;	

}

.navSubItem
{
	color:#fff;
	padding:7px;
	display:block;
	text-align: center;
	font-size:17px;
	background-color:rgba(35,45,59,0.6);
	border:none;
	
}

.selectedNavItem
{
	color:#aaa;
}

.navItem:hover .navSubItemBox
{
	
}

.navSubItem:hover
{
	background-color:rgba(35,45,59,0.9) ;
}

.navSubItemBox:hover
{
	display:block;
	cursor:pointer;
} 


.navSubItemBox
{
	padding-top:52px;
	top:0px;
	display: none;
	position: absolute;
	width:200px;
	left:-40px;
}

.navLanguageItemChosen
{
	display: inline;
	color:#fff;
	padding:2%;
	font-size:16px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}

.navLanguageItemNotChosen
{
	text-align: center;
	display: inline;
	color:rgb(122, 204, 200);
	cursor: pointer;
}

.navLanguageItemNotChosen:hover
{
	text-decoration: underline;
}

.menuIcon
{
	display: none;
	color:#fff;
	font-size: 30px;
	font-weight: 300;
}


/* Ende Navigation*/
a
{
	text-decoration: inherit;
	border-collapse: collapse;
	color: rgb(122, 204, 200);
	cursor: pointer;
	direction: ltr;
	display: inline;
	font-family: Oxygen, sans-serif;
	font-size: 17px;
	font-weight: 300;
	height: auto;
	line-height: 25px;
	outline-style: none;
	outline-width: 0px;
}

.haus
{
	width:60%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color: #f5f5f5;
	min-height: 400px;
	padding-top: 56px;
	display: block;
}


.titleBox
{
	font-family:  'Oxygen', sans-serif;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 24px;
	margin-left: -50px;
	color:#fff;
	font-weight:300;
	background-color: #7accc8;
	height: 40px;
	width: 250px;
	text-align: center;
	padding-top: 15px;
	line-height: 26px;
	box-shadow: -6px 6px 24px 0px rgba(163, 163, 163, 1);
	
}

.shadow
{
	box-shadow: -6px 6px 24px 0px rgba(163, 163, 163, 1);
}

.text
{
	font-size: 17px;
	line-height: 1.7;
	font-family:  'Oxygen', sans-serif;
	font-weight:300;
	text-align: justify;
	color:rgb(83,83,83);
	padding-left:10%;
	padding-right:10%;
}

.spacer
{
	color: rgb(83, 83, 83);
	display: block;
	font-family: Oxygen, sans-serif;
	font-size: 17px;
	font-weight: 300;
	height: 50px;
	line-height: 26px;
	text-align: left;
	clear: both;
}

.image
{
	width:100%;
}

.spacerKlein

{
	color: rgb(83, 83, 83);
	display: block;
	font-family: Oxygen, sans-serif;
	font-size: 17px;
	font-weight: 300;
	height: 10px;
	line-height: 26px;
	text-align: left;
}


.hr1
{
	height:1px;
	border:none;
	color:rgba(0, 0, 0, 0.13);
	background-color:rgba(0, 0, 0, 0.13);

}

/*Unser Home Anfang*/

.earlysummer
{
    display: none;
}

.summer
{
    display: none;
}

.autumn
{
    display: none;
}

.christmas
{
    display: none;
}

.january
{
    display: none;
}

.spring
{
    display: none;
}

.home
{
	width:100%;
	background-color: #f5f5f5;
	min-height: 400px;
	display: block;
}

.home2
{
	width:100%;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color: #f5f5f5;
	min-height: 400px;
	padding-top: 56px;
	display: block;

}

.home3
{
    width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color: #f5f5f5;
	min-height: 400px;
	padding-top: 56px;
	display: none;
    
}

.bannerOuter
{
    background-image: url(..//images/009_slideshow1.jpg);
    background-size: cover;
    width:100%;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    background-color: #fff;
    padding:0px;
}

.bannerMid
{
    
    width:100%;
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
    vertical-align: middle;
    background-color: rgba(245, 245, 245, 0.8);
}

.bannerInner
{
	height: 100%;
    margin-left:auto;
    margin-right:auto;
    vertical-align: middle;
    padding-top:60px;
    padding-bottom: 60px;
}

.h1
{
    font-family: 'Jura', sans-serif;
    font-weight: 500;
    font-size: 82px;
    text-transform: uppercase;
    color: #393939;
    line-height: 110%;
    text-align: center;
}

.h2
{
    font-family: 'Oxygen', sans-serif;
    font-weight: 300;
    font-size: 34px;
    text-transform: uppercase;
    color:  rgb(122, 204, 200);
    text-align: center;
    margin-top:-20px;
}

.button
{
    font-family:  'Oxygen', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	color:#fff;
    width:50%;
    margin-left: auto;
    margin-right: auto;
	font-weight:300;
	background-color: rgba(122,204,200,0.7);
	text-align: center;
	padding-top: 22px;
    padding-bottom: 22px;
	line-height: 26px;
	box-shadow: -6px 6px 24px 0px rgba(163, 163, 163, 1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


/*Unser Home Ende*/


/*Unser Haus Anfang*/


.innerHausBox
{
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	vertical-align: top;
	text-align: left;
	padding-left: 3%;
	width:45%;
}

.hr3
{
	height:1px;
	border:none;
	color:rgba(0, 0, 0, 0.13);
	background-color:rgba(0, 0, 0, 0.13);
	text-align: right;
	margin:0 0 auto 0;
	width:60%
}

.titleHaus
{
	border-collapse: collapse;
	color: rgb(57, 57, 57);
	direction: ltr;
	font-family: Dosis, sans-serif;
	font-size: 24px;
	font-weight: 300;
	height: auto;
	letter-spacing: 1px;
	line-height: 30px;
	text-align: left;
	text-transform: uppercase;
}

.subtitleHaus
{
	border-collapse: collapse;
	color: rgb(122, 204, 200);
	cursor: pointer;
	direction: ltr;
	font-family: Oxygen, sans-serif;
	font-size: 17px;
	font-weight: 300;
	height: auto;
	line-height: 25px;
	outline-color: rgb(122, 204, 200);
	outline-style: none;
	outline-width: 0px;
	text-align: left;
}

.imageHausBox
{
	display: inline-block;
	width:45%;
	margin-left:auto;
	margin-right:auto;	
}

.imageHaus
{

	box-shadow: -6px 6px 24px 0px rgba(163, 163, 163, 1);
	width:70%;
	margin-right: 0%;
	margin-left: 30%;
}

.tableUnserHaus1
{
	width:100%;
	margin:auto;
	display:block;
}
		
.tableUnserHaus2
{
	width:100%;
	margin:auto;
	display:none;
}


.homeStruktur
{
    display: inline-block;
}

.titleHome
{
    border-collapse: collapse;
	color: rgb(57, 57, 57);
	direction: ltr;
	font-family: Dosis, sans-serif;
	font-size: 24px;
	font-weight: 300;
	height: auto;
	letter-spacing: 1px;
	line-height: 30px;
	text-transform: uppercase;
	padding-left:10%;
	padding-right:10%;
}


/*Unser Haus Ende*/

/*Räume Anfang*/

.outerImageBox
{
	margin:auto;
	text-align: center;
}

.innerImageBox
{	
	display:inline;
	margin:auto;
	cursor: pointer;
	padding:3px;	
}

.imageSizeRooms
{
	width:40%;
	box-shadow: -6px 6px 24px 0px rgba(163, 163, 163, 1);
}

.spacerKleinRooms
{
	color: rgb(83, 83, 83);
	display: block;
	font-family: Oxygen, sans-serif;
	font-size: 17px;
	font-weight: 300;
	height: 10px;
	line-height: 26px;
	text-align: left;
}

.raeume
{
	width:80%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color: #f5f5f5;
	min-height: 400px;
	padding-top: 56px;
	display: block;
}

/*Räume Ende*/

/*Historie Anfang*/

.hr4
{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	height:1px;
	border:none;
	color:rgba(0, 0, 0, 0.13);
	background-color:rgba(0, 0, 0, 0.13);
	text-align: center
}

.imageHistorie
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.imageHistorieBox
{
	width:80%;
	margin-left:10%;
	margin-right:10%;
}

/*Historie Ende*/

/*Anfahrt Anfang*/

.anfahrt
{
	width:80%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color: #f5f5f5;
	min-height: 400px;
	padding-top: 56px;
	display: block;
}

.map
{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.title
{
	border-collapse: collapse;
	color: rgb(57, 57, 57);
	direction: ltr;
	font-family: Dosis, sans-serif;
	font-size: 24px;
	font-weight: 300;
	height: auto;
	letter-spacing: 1px;
	line-height: 30px;
	text-transform: uppercase;
	padding-left:10%;
	padding-right:10%;
}

/*Anfahrt Ende*/

/*Partner Anfang*/

.tableUnserePartner
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.partnerBox
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.titlePartner
{
	border-collapse: collapse;
	color: rgb(57, 57, 57);
	direction: ltr;
	font-family: Dosis, sans-serif;
	font-size: 24px;
	font-weight: 300;
	height: auto;
	letter-spacing: 1px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
}

.subtitlePartner
{
	border-collapse: collapse;
	color: rgb(122, 204, 200);
	cursor: pointer;
	direction: ltr;
	font-family: Oxygen, sans-serif;
	font-size: 17px;
	font-weight: 300;
	height: auto;
	line-height: 25px;
	outline-color: rgb(122, 204, 200);
	outline-style: none;
	outline-width: 0px;
	text-align: right;
}

.imagePartnerBox
{
	display: inline-block;
	width:45%;
	margin-left:auto;
	margin-right:auto;
}

.imagePartner
{

	box-shadow: -6px 6px 24px 0px rgba(163, 163, 163, 1);
}

.innerPartnerBox
{
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	vertical-align: top;
	text-align: right;
	padding-right:3%;
	width:45%;		
}

.hr2
{
	height:1px;
	border:none;
	color:rgba(0, 0, 0, 0.13);
	background-color:rgba(0, 0, 0, 0.13);
	text-align: right;
	margin:0 0 0 auto;
	width:60%
}

/*Partner Ende*/

/*Anfang Angebot*/

.outerImageBoxOffersLinks
{
	width:50%;
	margin-left:auto;
	margin-right: auto;
	display: inline-block;
}

.outerImageBoxOffersRechts
{
	width:50%;
	margin-left:auto;
	margin-right: auto;
	display: inline-block;
}

.innerTextBoxOffers
{
	display:block;
	width:350px;
	text-align: left;
}

.imageOffers
{
	display:block;
	width:246px;
	margin-top:10px;
	box-shadow: -6px 6px 24px 0px rgba(163, 163, 163, 1);
}

.titleOffers
{
	font-size: 18px;
	line-height: 1.7;
	font-family:  'Oxygen', sans-serif;
	font-weight:bold;
	text-align: left;
	color:rgb(83,83,83);
	text-transform: uppercase;	
}

.textOffers
{
	font-size: 17px;
	line-height: 1.7;
	font-family:  'Oxygen', sans-serif;
	font-weight:300;
	text-align: left;
	color:rgb(83,83,83);
}

.imageOffersResponsive
{
	display:none;
}

.tableOffers2
{
	display: none;
}

.tableOffers1
{
	display: block;
}

.tableOffersLeft
{
	width:300px;
	display:inline-block; 
	vertical-align:top; 
	margin-left:10%;
}


.tableOffersRight
{
	width:40%;
	display:inline-block; 
	vertical-align:top; 
}

.angebot
{
	width:80%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color: #f5f5f5;
	min-height: 400px;
	padding-top: 56px;
	display: block;
}

/*Ende Angebot*/

/*Referenzen Anfang*/

.referenzen
{
    margin:0px;
    width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
	min-height: 400px;
	display: block;
}

.tableReferenzen1
{
    width:90%; 
	max-width:1000px;
	margin: 0 auto !important;
	float: none !important;
    text-align: center;
    margin-left:5%; 
    margin-right:5%; 
    margin-top:0px; 
    padding-top:0px;
    display:block;
}

.tableReferenzen2
{
    width:90%; 
    margin-left:5%; 
    margin-right:5%; 
    margin-top:0px; 
    padding-top:0px;
    display:none;
	text-align: center;
}


.imageBoxReferenzen
{
    text-align:center;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    padding:10px;
	text-align: center;
}

.imageReferenzen
{
    width: 80%;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}

.titleReferenzen1
{
    display:block;
}

.titleReferenzen2
{
    display:none;
}
               
/*Ende Referenzen*/

/*Anfang Galerie*/

.imageKleinGalerie
{
    width:300px;
    height:195px;
    margin-left:auto;
    margin-right:auto;
    padding:5px;
    box-shadow: -6px 6px 24px 0px rgba(163, 163, 163, 1);
 
}

.galerieTabelle
{
	width:100%; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
}

/*Ende Galerie*/



	@media screen and (max-width: 1150px)
	{
		.haus
	
		{
			width:80%;
		}
	}

	@media screen and (max-width: 905px)
	{
		
		.angebot
		{
			width:90%;
		}


	}
	@media screen and (max-width: 876px)
	{
		
		.navItemMobil
		{
			display:none;
			padding:2%;
			color:#232d3b;
		}
		
		.navItem
		{
			display:none;
		}
		
		.menuIcon
		{
			display:block;
			text-align: center;
			cursor: pointer;
		}

		.navItemMobilBox
		{
			position: absolute;
			width:100%;
			left:0px;
			background-color:rgba(14, 18, 23,0.8);
			top:77px;
			display:block;
		}
		
		.navItemMobil a
		{
			color:#fff;
		}
		
		.navLogo
		{
			width:50px;			
			text-align: center;
			margin-left:auto;
			margin-right:auto;
			cursor: pointer;
		}
		
		.navMenuBox
		{
			width:50%;
		}
		
		.navLogoBox
		{
			width:25%;
		}
		
		.navLanguageBox
		{
			width:25%;
		}
		
		.haus
		{
			width: 100%;
			margin:auto;
		}
		
		.titleBox
		{
			margin:auto;
			text-align: center;
		}
		
		.angebot
		{
			width: 100%;
			margin:auto;
		}

        .tableReferenzen1
        {
            display:none;
        }
        
        .tableReferenzen2
        {
            display:block;
        }
        
        .titleReferenzen
        {
            font-size: 20px;
        }
        
        .imageReferenzen
        {
            width:50%;
        }
        
        .titleReferenzen1
        {
            display:none;
        }

        .titleReferenzen2
        {
            display:block;
        }

	}



	@media screen and (max-width: 758px)
		
	{
		
		.tableOffers1
		{
			display: none;
		}
		
		.tableOffers2
		{
			display: block;
		}
		
		.breakfast
		{
			display: none;
		}
		
		.breakfast2
		{
			display:block;
		}
		
		.innerTextBoxOffers
		{
			width:100%;
			margin-left:auto;
			margin-right:auto;
		}
		
		.outerImageBoxOffersRechts
		{
			width:80%;
			margin-left:auto;
			margin-right: auto;
			display:block;
		}
		
		.innerImageBoxOffers
		{
			width:80%;
			margin-left:auto;
			margin-right:auto;
		}
		.imageOffers
		{
			width:80%;
			margin-left:auto;
			margin-right:auto;
		}

		.titleOffers
		{
			text-align: center;
		}
		
		.innerTextBoxOffers
		{
			text-align: center;
			width:80%;
			margin-left: auto;
			margin-right: auto;
		}
		
		.raeume
		{
			width:100%;
		}

	}


	@media screen and (max-width: 658px)
	{
		
		.tableUnserHaus1
		{
			display:none;
		}
		
		.tableUnserHaus2
		{
			display:block;
		}

        .home2
        {
            
            display: none;
        }
        
        .home3
        {
            
            display:block;
        }
        
        .homeStruktur
        {
            display: block;
        }
        
		.imagePartnerBox
		{
			display: block;
			text-align: center;
			width:100%;
			margin-left:auto;
			margin-right:auto;
			padding:0px;
			margin-top:30px;
		}

		.imageHausBox
		{
			display: block;
			text-align: center;
			width:100%;
			padding:0px;
			margin-left:auto;
			margin-right:auto;	
			padding-bottom:30px;
		}
		
		.innerHausBox
		{
			display:block;
			margin-left:auto;
			margin-right:auto;
			vertical-align: top;
			text-align: center;
			padding-top: 10px;
			width:80%;
		}
		
		.imageHaus
		{
			margin:0px;
			width:80%;
			text-align: center;
		}
		
		.hr3
		{
			text-align: center;
			margin-left: auto;
			margin-right: auto;
		}

		
		.innerPartnerBox
		{
			display:block;
			text-align: center;
			width:80%;
			margin-left:auto;
			margin-right:auto;
			padding:0px;
		}
		
		.hr2
		{
			text-align: center;
			margin:auto;
		}
	
		.tableUnserHaus
		{
			width:100%;
			margin:auto;
		}

		.imageBoxLeft
		{
			width:80%;
			min-width:200px;
			margin-left:10%;
			margin-right:10%;
		}
		
		.image
		{
			width:100%;
		}
		
		.hr1
		{
			width:100%;
			margin-left:0%;
			margin-right:0%;
			text-align: left;
			min-width:150px;
		}
		
		.titleBox
		{
			width:80%;
			margin-left:auto;
			margin-right:auto;
			text-align: center;
			padding-left:0px;
			min-width:150px;
		}
		
		.anfahrt
		{
			width: 100%;
			margin:auto;
		}
	}

	@media screen and (max-width: 414px)
	{
		
		.innerImageBox
		{
			display:block;
		}
		
		.imageSizeRooms
		{
			width:80%;
			margin-bottom:10px;
		}
		
		.spacerKleinRooms
		{
			display: none;
		}

        .imageReferenzen
        {
            width:100%;
        }
    }

	@media screen and (max-width: 400px)
	{
		.h1
		{
		
			font-size: 50px;
			line-height: 100%;
		}

		.h2
		{
			font-size: 30px;
			margin-top:20px;
		}
	}

	@media screen and (max-width: 373px)
	{
		.imagePartner
		{
			width:80%;
		}
		
		.galerieTabelle
		{
			width:80%;
			margin-left:auto;
			margin-right:auto;
		}
		
		.imageKleinGalerie
		{
			width:100%;
			height:auto;
		}
		
		.h1
		{
		
			font-size: 40px;
			line-height: 100%;
		}

		.h2
		{
			font-size: 20px;
			margin-top:10px;
		}	
		
		.button
		{
			margin-top:-20px;
			padding-top:10px;
			padding-bottom:10px;
			font-size:17px;
			
		}
	}
		
		