@charset "UTF-8";
/* CSS Document */

body {
	color: #909196;
	font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
	font-size: 20px;
	line-height: 105%;
	margin: 0;
	 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wrapper {
	height: auto;
	max-width: 1400px;
	margin: 0 auto;
	width: calc(100% - 40px);
	padding: 10px 20px 20px 20px;
}
header {
	height: auto;
	position: relative;
	width: 100%;
}
.logo-rahmen {
	/*background: #8f9195;*/
	background: url(../images/logo_bg.png) repeat-x;
	float: left;
	height: 110px;
	width: 100%;
}
.logo {
	background: url(../images/logo_wohnzimmergalerie.png) no-repeat;
	height: 110px;
	width: 217px;
}
nav {
	font-family: 'HelveticaNeueW01-77BdCn_692722', Arial, sans-serif;
	font-size: 16px;
	float: right;
	line-height: 100%;
	margin: 10px 0;
}
nav ul {
	display: flex;
	list-style: none;
	margin: 0 0 0 -23px;
}
nav li {
	display: inline-block;
	letter-spacing: 0.02em;
	padding: 0 3px 0 0;
}
nav li::after {
	content: " / ";
}
nav li:last-child::after {
	content: "";
	margin-right: -3px;
}
nav li a, nav li a:visited {
	color: #909196;
	text-decoration: none;
}
.current, nav li a:hover {
	color: #fc9f00 !important;
}
h1 {
	font-size: 27px;
	font-weight: normal;
	line-height: 105%;
	margin: 3px 0 40px 0;
	 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h2 {
	font-family: 'HelveticaNeueW01-77BdCn_692722', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 105%;
	margin: 0 0 4px 0;
	padding: 0;
}
h2.orange,a.orange{
	color: #fc9f00;
}
a.grey{
	color: #909196;
}


h3 {
	font-size: 25px;
	font-weight: normal;
	line-height: 105%;
	color: #fc9f00;
	margin: -8px 0 22px 0;
	padding: 0;
	font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
}


section {
	float: left;
	height: auto;
	padding: 17px 0 20px 0;
	position: relative;
	width: 100%;
}
section a {
	color: #fc9f00;
	text-decoration: none;
}
section a:hover {
	text-decoration: underline;
}
aside {
	font-family: 'HelveticaNeueW01-77BdCn_692722', Arial, sans-serif;
	font-size: 16px;
	float: left;
	line-height: 92%;
	letter-spacing: 0.02em;
	padding: 0 20px 0 0;
	width: calc(25% - 20px);
}
aside.double{
	width: calc(50% - 20px);
}

aside label{
	display: inline-block;
	width: 50px;
}


aside .opening-left{
	width: 50%;
	display: inline-block;
	float: left;
}
aside .opening-right{
	width: 49%;
	display: inline-block;
	float: left;
}

.address-wipkingen{
	width: 100%;
	position: absolute;
}
.opening-wipkingen{
	position: absolute;
	left:25%;
	top:0;
}

.aktuelleauss{
	width: 73%;
}

.aktuelleauss div{
	float: left;
}
.aktuelleauss .left{
	width: 100%;
	padding-bottom: 30px;
}
.aktuelleauss .right{
	width:100%;
}


.aktuelleauss img{
	height: 140px;
	width: auto;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}


.hometeaser{
	margin-top: 30px;
}


p {
	margin: 0;
	padding: 0 0 20px 0;
}
/*Slideshow */
.cycle-slideshow {
	float: left;
	height: auto;
	max-width: 100%;
	position: relative;
	width: 1400px;
}
.cycle-slideshow img {
	height: auto !important;
	max-width: 100%;
}

.cycle-pager {
	text-align: center;
}

.cycle-pager span.cycle-pager-active {
    color: #000;
}
.cycle-pager span {
	color: #b9b9bb;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 25px;
    height: 5px;
	padding: 5px 4px;
    width: 5px;
}
.cycle-pager > * {
    cursor: pointer;
}

.onelinespacer{
	display: block;
	width: 100%;
	height: 14px;
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 768px) {
h1 {
	font-size: 27px;
}
aside {
	width: calc(50% - 20px);
}
.aktuelleauss div{
	float: none;
}
.aktuelleauss .left,
.aktuelleauss .right{
	width: 100%;
	margin-bottom: 20px;
}
.aktuelleauss{
	width: 100%;
}

aside .opening-left{
	width: 100%;
}
aside .opening-right{
	width: 100%;
}
.opening-wipkingen{
	position: static;
	top:0;
	left:0;
}


}

@media screen and (max-width: 480px) {
	aside {
		display: block;
		width: 100%;
	}
	aside:last-child {
		position: relative;
	}
	aside label{
		width: 50px;
	}
}


@media screen and (max-width: 600px) {
	/* faktor 1.16 */
	h1{
		font-size: 40.5px;
	}
	
	aside,h2,nav {
		font-size: 24px;
	}
	.onelinespacer{
		height: 21px;
	}
	
	aside label{
		width: 80px;
	}
	h2{
		margin: 0 0 7px 0;
	}
	.cycle-pager span{
		font-size: 50px;
		width: 20px;
		padding-top: 6px;
	}
	.cycle-pager{
		display: none;
	}
	aside,
	aside.double{
		width: 100%;
		display: block;
	}
	.address-wipkingen{
		position: relative;
	}
	aside{
		float: none;
		display: block;
	}
	.kleiner{
		display: block;
	}
	.kleiner {
		margin-top: 30px;
	}
	aside .opening-right,aside .opening-left{
		float: none;
	}
	
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 0;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: transparent !important;
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
	        border-radius: 0 !important;
	text-shadow:none;
	color: #DDD;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}









