* {
	padding:0;
	margin:0;
}

body{
	position:relative;
	display: flex;
	height: 100%;
	width:100vw;
	flex-direction: column;
	background:url("img/detailPage.png");
	background-size: 100%;
	background-repeat:no-repeat;
	background-color:black;
	overflow-x:hidden;
}

.content {
	position:relative;
	margin:20px 15%;
}

.firstPage .logo img {
	margin:50px 0 10px 80px;
}

.detailPage .logowrapper {
	margin:0 auto;
	position:relative;
	text-align:center;
	margin-top:50px;
}
.sprachenweiche {
	margin-top:20px;
}

.firstPage .sprachenweiche a:first-of-type {
	padding-left:180px;
}
.sprachenweiche a {
	padding-right:10px;
}

.leftcolumn {
	width:40%;
	float:left;
	font-size:11px;
	
}
.leftcolumn p {
	margin-bottom:10px;
	color:#b0874e;
	line-height:1.25em;
}

.rightcolumn {
	width:50%;
	float:right;
}
.rightcolumn .artikel {
	position:relative;
	margin-bottom:80px;
}
.rightcolumn .artikel h1 {
	font-size:17px;
	color:#b0874e;
	border-bottom:1px solid #b0874e;
	text-align:center;
	margin-bottom:20px;
}

.artikel .kollektion a {
	display: block;
	text-align: center;
}
.artikel .kollektion a img {
	/*display:block;*/
}
.artikel .kollektion {
	width:24%;
	margin-bottom:20px;
	float:left;
}

.artikel .kollektion span strong {
	color:red;
}

.artikel .kollektion .noIntend{
	margin-left:0 !important;
}

.artikel .kollektion span {
	font-size:11px;
	color:#d09661;
	margin-top:8px;
	font-family:Verdana;
}

.artikel .kollektion img {
	margin-bottom:3px;
}


.clear {
	clear:both;
}

.fashionshows {
	margin-top:50px;
}



a {border:0 none;text-decoration:none;}
a img {border:0 none; text-decoration:none;}

#content {
	width:700px;
	text-align:center;
	margin:50px auto;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#7f735b;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:0.05em;
	line-height:1.3em;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#7f735b;
	line-height:1.8em;
	letter-spacing:0.05em;
}
a {
	color:#efd6a6;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
#button_showcase {
	background:url(images/button.jpg) no-repeat;
	width:200px;
	height:30px;
	display:block;
	margin:auto;
	padding-top:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#1f1a13;
	text-decoration:none;
}

#button_showcase:hover, #button_showcase:active, #button_showcase:focus {
	background:url(images/button_hover.jpg) no-repeat;
}

hr {
	color:#856d40;
	background-color:#856d40;
	border: 0 none;
	width:50%;
	margin:auto;
}


#navibar {
	width:533px;
	margin:auto;
	letter-spacing:0.07em;
	margin-top:10px;
	margin-bottom:20px;	
	text-align:left;
}

#navibar a {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9e824c;
	text-decoration:none;
}

#navibar #active {
	color:#d9ccbc;
}

#button_home {
	background:url(images/button_home.jpg) no-repeat;
	width:140px;
	height:60px;
	display:block;
	padding-top:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#1f1a13 !important;
	text-decoration:none;
	float:left;
	text-align:center;
	margin-right: 10px;
	margin-top:3px;
}

#button_home:hover, #button_home:active, #button_home:focus {
	background:url(images/button_home_hover.jpg) no-repeat;
}

#footer {
	color:#d09661;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;	
	position:fixed;
	bottom:20px;
	width:100%;
}

#footer .leftpart {
	padding-left:100px;
}

#footer a {
	color:#ebcaab;
	text-decoration:none;
	font-size:11px;
	font-family: Helvetica, Verdana;
}

#footer .rightpart {
	right:50px;
	position:absolute;
	bottom:0;
}

.mainPageFooter {
	position:relative !important;
	clear:left;
	padding-top:30px;
	margin:20px 15%;
	width:auto !important;
}

.mainPageFooter .leftpart {
	padding-left:0 !important;
	float:left;
}

.mainPageFooter .rightpart {
	float:right;
	position:relative !important;

}

#rotating_pic img {
	max-width: 533px;
	border:0 none;
}