
*{
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
}

html, body{
	height:100%;
}

p {
    margin: 20px 0;
}

/*
Edit-Link von Post
*/
.post-edit-link {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    float: right;
    margin: 28px 10px 0 0;
    padding: 3px;
    text-decoration: none;
}

.post-edit-link:hover{
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
	color: #6A2661;
    float: right;
    margin: 28px 10px 0 0;
    padding: 3px;
    text-decoration: none;
}

/*
Pagewrapper
*/
#pageWrapper{
	background:url(images/hintergrund.png);
	min-height:100%;
	margin-bottom:-37px;/*Height of Footer*/
}

/*
Headder
*/
#headderBanner{
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 75%);background: -webkit-linear-gradient(left, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 75%);background: linear-gradient(to right, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 75%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#00FFFFFF',GradientType=1 );	display:block;
	width:100%;
	height:300px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

#logo{
	margin:5px 0 0 25px;
}

#headderPicture{
	width:660px;
}

#headderPictureContainer{
	margin-bottom: -300px; /* gleiche höhe wie height negiert*/
	height:300px; /* gleiche höhe wie headderBanner*/
	width:30%;
	overflow:hidden;
	float:right;
}

#slogan, #headderUpperLine, #headderLowerLine{
	-moz-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	transform: rotate(1deg);
	width:70%;
	margin-left:-2px;/*Wegen dem Rotate*/
}

#slogan{
	text-align:center;
	color:#6A2661;
	font-size:1.5em;
}

#headderUpperLine{
	background: -moz-linear-gradient(left, rgba(204,204,204,1) 82%, rgba(255,255,255,0) 100%);background: -webkit-linear-gradient(left, rgba(204,204,204,1) 82%, rgba(255,255,255,0) 100%);background: linear-gradient(to right, rgba(204,204,204,1) 82%, rgba(255,255,255,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#00FFFFFF',GradientType=1 );	height:10px;
}

#headderLowerLine{
	background: -moz-linear-gradient(left, rgba(106,38,97,1) 82%, rgba(255,255,255,0) 100%);background: -webkit-linear-gradient(left, rgba(106,38,97,1) 82%, rgba(255,255,255,0) 100%);background: linear-gradient(to right, rgba(106,38,97,1) 82%, rgba(255,255,255,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6A2661', endColorstr='#00FFFFFF',GradientType=1 );	height:50px;
}

/*
Menue
*/

.menu, .menu li, .menu li a{
	height: 25px;
}

.menu-hauptnavigation-container{
	background-color:#6A2661;
}
.menu{
	text-decoration:none;
	margin: 0 auto 0 auto;
	width: 404px;
}

.menu li{
	display:block;
	width: 100px;
	text-align:center;
	float:left;
}

.menu li a, #footerDivFourth a{
	color:#FFFFFF;
	text-decoration:none;
	width: 100px;
	display:block;
	line-height: 25px;
}

.menu a:hover, #footerDivFourth a:hover, #menu-smartphone li a:hover{
	background-color:#FFFFFF;
	color: #6A2661;
}

#smartphoneNavigation{
	display:none;
	position:fixed;
	bottom:37px !important;
	left:15px;
	border-radius:50%;
	width: 50px;
	height:50px;
	background-color:rgba(255,255,255,0.9);
	cursor:pointer;
	border:1px solid #6A2661;
}

#smartphoneNavigation .menueLine{
	width: 30px;
	height:5px;
	margin-bottom:5px;
	margin-left:10px;
	background-color:#6A2661;
}

#smartphoneNavigation .menueLine:first-child {
    margin-top: 12px;
}

#menu-smartphone{
	height: 140px;/*4 Menüeinträge Jeder Eintrag hat 5px margin oben und unten*/
	width:100%;
	position:fixed;
	bottom:0;
	right: 0;
	color:#FFFFFF;
	background-color:#6A2661;
	cursor:pointer;
}

#menu-smartphone li, #menu-smartphone li a{
	width:100%;
	line-height: 25px;
	margin: 5px 0;
}

/*Toggle Menue for Smartphone*/
#smartphoneNavigation:focus {
    /* clicking on label should toggle the menu */
    pointer-events: none !important;
	bottom:145px !important;/*Plus 5 Pixel Margin oben und unten und 5 pixel Abstand zum Menü*/
}
#smartphoneNavigation:focus #menu-smartphone {
    /*  opacity is 1 in opened state (see below) */
    opacity: 1 !important;
    visibility: visible !important;

    /* don't let pointer-events affect descendant elements */
    pointer-events: auto !important;
}
#menu-smartphone {
    /* use opacity to fake immediate toggle */
    opacity: 0 !important;
    visibility: hidden !important;
    transition: visibility 0.5s !important;
}

/*
Content
*/

h2{
	background-color:#944889;
	margin-bottom:20px;
	color:#FFFFFF;
	line-height:1.5em;
}

h3{
	margin-top:25px;
	background-color:#6A2661;
	color:#FFFFFF;
	padding: 5px;
}

h4{
	background-color:#ccc;
	margin-top:25px;
	margin-bottom:5px;
}

#content{
	margin: 0 auto 0 auto;
	padding-bottom:62px;/*Height of Footer plus bottom padding 32+ 5 */
}

#innerContent{
	display:block;
	float:left;
}

#innerContent h2{
	padding-left: 55px;
	margin-top: 25px;
}

#innerContent h2::before{
	/*content:url(images/points.png);*/
	content:"\2022\20\2022\20\2022";
	color: #540045;
	line-height:1.5em;
	height:1.5em;
	background-color:#944889;
	display:block;
	position:absolute;
	text-align:right;
	width:1000px;
	margin: 0 -1010px;
}

#sideBar{
	margin-left: 20px;
	float:right;
	width:325px;
}

#box2, #box1{
	border: solid 2px #944889;
	color: #944889;
	background-color:#FFFAC0;
	padding:8px;
	margin-top: 25px;
}

#box2 h2, #box1 h2{
	margin: 5px 0 8px 0;
	text-align:center;
	line-height:1.5em;
	position:relative;
}

#box2 h2::before, #box1 h2::before, #box2 h2::after, #box1 h2::after{
	content:"";
	width:8px;
	height:100%;
	background-color:#944889;
	display:block;
	position:absolute;
}

#box2 h2::before, #box1 h2::before{
	margin: 0 -8px;
}

#box2 h2::after, #box1 h2::after{
	top:0;
	right:-8px;
}

.infoBilder{
	width: 314px;
	margin-top: 25px;
}

.infoBilder img{
	display:block;
	margin: 0 auto;
	border: solid 2px #944889;
	max-width: 314px;
	max-height: 300px;
}

#bildergallerieDiv-wrapper{
	max-width:100% !important;
}

#bildergallerieDiv{
	background: none;
}

div.panel-wrapper{
	background: rgba(106,38,97,0.15);
	height: 300px;
    text-align: center;  /* align the inline(-block) elements horizontally */
    font-size: 0;         /* remove the gap between inline(-block) elements */
	padding: 0;
}

div.panel-wrapper:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

div.panel-wrapper img{
	display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
	max-height: 260px;
}

#bildergallerieDiv-wrapper li a{
	line-height:0;
	width:20px;
	height:20px;
	border-radius:50%;
	font-size:0;
	padding:0;
	background-color: #540045;
}

#bildergallerieDiv-wrapper .current a{
	background-color: #944889 !important;
}

#bildergallerieDiv-wrapper ul{
	margin:5px;
}

#bildergallerieDiv-wrapper li{
	margin-right:5px;
	display:inline-block;
}

#bildergallerieDiv-wrapper h2{
	display:none;
}

/*
Price
*/
#priceLeft{
	float:left;
	width:49%;
}
#priceRight{
	width:49%;
	float:right;
}

#priceLeft table, #priceRight table{
	width: 50% !important;
	margin-left:auto;
}

#priceLeft table td, #priceRight table td{
	width: 75px !important;
	text-align:right;
}

/*Kontakt*/

#innerContent input{
    padding: 10px;
	width: 780px;
	margin-bottom:25px;
	border: solid 1px #944889;
}

#innerContent textarea{
	min-width: 780px;
	max-width: 780px;
	min-height: 100px;
	max-height: 600px;
	margin-bottom: 25px;
	padding: 10px;
	border: solid 1px #944889;
}

#innerContent .button{
	width: 49%;
}

.buttonRating{
	padding: 10px;
	border: solid 1px #944889;
	width:250px;
	margin-bottom:10px;
}

#innerContent .button:hover, .buttonRating:hover{
	background-color:#944889;
	color:#FFFFFF;
}

#innerContent .right{
	float:right;
}

.formResult{
	border: 1px solid #6A2661;
	color:#FFFFFF;
	background-color:rgba(106,38,97,0.35);
	margin-bottom:25px;
	text-align:center;
}

.mailError{
	color: red;
}

.bewertungBox{
	width:250px;
	margin:0 auto;
}

.bewertungBox input{
	width:230px;
	padding: 10px;
	margin-bottom:25px;
	border: solid 1px #944889;
}

.bewertungBox select{
	width:250px;
	padding: 10px;
	margin-bottom:25px;
	border: solid 1px #944889;
}

.bewertungBox .button{
	width: 250px;
}

.bewertungBox textarea{
	min-width: 230px;
	max-width: 230px;
	min-height: 100px;
	max-height: 600px;
	margin-bottom: 25px;
	padding: 10px;
	border: solid 1px #944889;
}

.little-stargroup{
	display:inline-block;
	margin-right: 8px;

}

.stargroup{
	margin-top:-30px;
	margin-bottom:-30px;
}

.stargroup input{
	width:0;
	height:0;
	float:left;
	margin-top:50px;
	margin-left:15px;
}

.stargroup label, .little-stargroup label{
	display:inline-block;
}

.little-stargroup label{
	margin: 0 1px;
}

.littlestar {
	margin: 4px 0;
	position: relative;
	display: block;
	color: #540045;
	width: 0px;
	height: 0px;
	border-right: 12px solid transparent;
	border-bottom: 9px solid #540045;
	border-left: 12px solid transparent;
	-moz-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-o-transform: rotate(35deg);
}

.littlestar:before {
	border-bottom: 10px solid #540045;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	height: 0;
	width: 0;
	top: -6px;
	left: -8px;
	display: block;
	content: '';
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);
}
.littlestar:after {
	position: absolute;
	display: block;
	color: #540045;
	top: 0px;
	left: -12px;
	width: 0px;
	height: 0px;
	border-right: 12px solid transparent;
	border-bottom: 9px solid #540045;
	border-left: 12px solid transparent;
	-webkit-transform: rotate(-70deg);
	-moz-transform: rotate(-70deg);
	-ms-transform: rotate(-70deg);
	-o-transform: rotate(-70deg);
	content: '';
}

.littlestar.active {
	color: #944889;
	border-bottom: 9px solid #944889;
}
.active.littlestar:before {
	border-bottom: 10px solid #944889;
}
.active.littlestar:after {
	color: #944889;
	border-bottom: 9px solid #944889;
}

.star {
	margin: 50px 0;
	position: relative;
	display: block;
	color: #540045;
	width: 0px;
	height: 0px;
	border-right: 25px solid transparent;
	border-bottom: 18px solid #540045;
	border-left: 25px solid transparent;
	-moz-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-o-transform: rotate(35deg);
}
.star:before {
	border-bottom: 20px solid #540045;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	height: 0;
	width: 0;
	top: -15px;
	left: -17px;
	display: block;
	content: '';
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);
}
.star:after {
	position: absolute;
	display: block;
	color: #540045;
	top: 0px;
	left: -25px;
	width: 0px;
	height: 0px;
	border-right: 25px solid transparent;
	border-bottom: 18px solid #540045;
	border-left: 25px solid transparent;
	-webkit-transform: rotate(-70deg);
	-moz-transform: rotate(-70deg);
	-ms-transform: rotate(-70deg);
	-o-transform: rotate(-70deg);
	content: '';
}

.star.active {
	color: #944889;
	border-bottom: 18px solid #944889;
}
.active.star:before {
	border-bottom: 20px solid #944889;
}
.active.star:after {
	color: #944889;
	border-bottom: 18px solid #944889;
}

.ratingEntry{
	margin-bottom:50px;
	border: 2px solid #6a2661;
}

.ratingEntryHeader{
	background-color: #6A2661;
	color: #FFFFFF;
	padding: 5px;
	text-align:left;
}

.ratingEntry h3{
	margin-bottom:10px;
	margin-top:0;
	text-align:left;
}

.ratingDate{
	float:right;
	color:white;
}

.ratingStars{
	margin-left:10px;
	float:right;
}

.ratingEntryContent{
    clear: both;
    margin:10px;
	text-align:left;
}

/*
Footer
*/
#footerDivFirst, #footerDivSecond, #footerDivThird, #footerDivFourth{
	width:100%;
}

#footerDivFirst{
	height:3px;
	background-color:#AA669F;
}

#footerDivSecond{
	height:4px;
	background-color:#944889;
}

#footerDivThird{
	height:5px;
	background-color:#6A2661;
}

#footerDivFourth{
	min-height:25px;
	background-color:#540045;
}

#footerDivFourth a{
	display: inline;
}

/*Impressum Lightbox*/

#lightboxWhite{
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	background-color: rgba(255,255,255,0.8);
	z-index:10;
	top:0;
	left:0;
}

#lightboxField, #lightboxFieldRating{
	display:none;
	position:absolute;
	z-index:15;
	top:100px;
	width:100%;
}

.lightboxFieldContent{
	width:1200px;
	margin: 0 auto;
	background-color: #EDE5EC;
	border: solid 1px #6A2661;
	padding:8px;
	text-align:center;
}

#lightboxField h2, #lightboxFieldRating h2{
	text-align:center !important;
	margin-top:25px;
}

#closeLightbox, #closeLightboxRating{
	width:20px;
	float:right;
}

#closeLightbox:hover, #closeLightboxRating:hover{
	cursor: pointer;
}

#impressumContent li{
	margin-bottom:10px;
	margin-left:15px;
}

#impressumContent{
	text-align: left !important;
}

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * >= 1600px
 */

@media screen and (min-width: 1600px){
	#content{
		width:1200px;
	}
	#innerContent{
		width:800px;
	}
	#bildergallerieDiv img{
		max-width:800px;
	}
}


/**
 * >= 1200px
 */

@media screen and (min-width: 1200px) and (max-width: 1599px) {
	#content{
		width:1200px;
	}
	#innerContent{
		width:800px;
	}
	#bildergallerieDiv img{
		max-width:800px;
	}
}


/**
 * >= 967px
 */

@media screen and (min-width: 967px) and (max-width: 1199px) {
	#content{
		width:967px;
	}
	#innerContent{
		width:800px;
	}
	.lightboxFieldContent {
		width: 967px;
	}
	#bildergallerieDiv img{
		max-width:800px;
	}
	#sideBar {
		float: none;
		margin: 0 auto;
		width: 300px;
	}
	.infoBilder{
		display:none;
	}
}


/**
 * >= 780px
 */

@media screen and (min-width: 780px) and (max-width: 966px) {
	#content{
		width:780px;
	}
	#innerContent{
		width:750px;
	}
	#bildergallerieDiv img{
		max-width:750px;
	}
	#headderPictureContainer{
		display:none;
	}
	#slogan, #headderUpperLine, #headderLowerLine{
		width:100%;
	}
	#headderBanner{
		background-color:#FFFFFF;
	}
	#sideBar {
		float: none;
		margin: 0 auto;
		width: 300px;
	}
	.lightboxFieldContent {
		width: 750px;
	}
	#innerContent input {
		width: 730px;
	}
	#innerContent textarea{
		min-width: 730px;
		max-width: 730px;
	}
	.infoBilder{
		display:none;
	}
}


/**
 * >= 480px
 */

@media screen and (min-width: 480px) and (max-width: 779px) {
	#content{
		width:480px;
	}
	#innerContent{
		width:460px;
	}
	#bildergallerieDiv img{
		max-width:460px;
	}
	#headderPictureContainer{
		display:none;
	}
	#slogan{
		display:none;
	}
	#headderUpperLine, #headderLowerLine{
		width:100%;
	}
	#headderBanner{
		background-color:#FFFFFF;
		height:240px;
	}
	#logo{
		width:410px;
	}
	#sideBar {
		float: none;
		margin: 0 auto;
		width: 300px;
	}
	.lightboxFieldContent {
		width: 460px;
	}
	#priceRight, #priceLeft{
		width:100%;
	}
	#innerContent input{
		width: 440px;
	}
	#innerContent .button{
		width: 460px;
	}
	#innerContent textarea{
		min-width: 440px;
		max-width: 440px;
	}
	.infoBilder{
		display:none;
	}
}

/**
 * >= 300px
 */

@media screen and (min-width: 300px) and (max-width: 479px) {
	#content{
		width:300px;
	}
	#innerContent{
		width:300px;
	}
	#bildergallerieDiv img{
		max-width:300px;
	}
	#headderPictureContainer{
		display:none;
	}
	#slogan{
		display:none;
	}
	#headderUpperLine, #headderLowerLine{
		width:100%;
	}
	#headderBanner{
		background-color:#FFFFFF;
		height:180px;
	}
	#logo{
		width:270px;
	}
	.menu-hauptnavigation-container{
		display:none;
	}
	#content {
		padding-bottom: 100px;
	}
	#sideBar {
		float: none;
		margin: 0 auto;
		width: 300px;
	}
	.lightboxFieldContent {
		width: 300px;
	}
	#priceRight, #priceLeft{
		width:100%;
	}
	#priceLeft table, #priceRight table {
		width: 70% !important;
	}
	
	#priceLeft table td, #priceRight table td {
		width: 100px !important;
	}
	#innerContent input{
		width: 280px;
	}
	#innerContent .button{
		width: 300px;
	}
	#innerContent textarea{
		min-width: 280px;
		max-width: 280px;
	}
	.infoBilder{
		display:none;
	}
	#smartphoneNavigation{
		display:block;
	}

	#footerDivFourth a {
    		display: block;
		min-width: 280px;
		max-width: 280px;
		margin: 0 auto;

	}
	
	#footerDivFourth .footerPlaceholder {
		display: none;
	}
}

/**
 * Print
 */

@media print {
	*{
		display:none;
	}
}
