*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 15px; padding: 0; margin: 0;}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #D8AEAF;
	background: #fff;
}

a {
	color: #D8AEAF;
	text-decoration: underline;
}

a:hover {
	
}
.container {
padding:0px; 
}
.container, header, footer {
	display:block;
	width: 100%;
	max-width:1024px;
	margin: 0 auto;
}


header {
	position:relative;
	font-size: 16px;
	padding: 0;
	background:#D8AEAF;
	margin-top: 10px;
	padding:10px 0 20px;
}
header a {
	text-decoration: none;
}
.label {
	font-size: 14px;
	padding:0;
	margin:10px 20px ;
	color:#D8AEAF;
}


header h1 {
	font-size: 30px;
	margin:0;
	padding: 0 20px 0 20px;
	font-weight: 800;
	color:#fff;
	margin:100px 0 0 0;
	text-transform: uppercase;
	clear:both;
	letter-spacing: 1px;
}

header .slogan {
	font-size: 14px;
	margin:0;
	padding:0 22px;
	font-weight: 400;
	color:#fff;
	box-sizing: border-box;
	text-transform: uppercase;
	letter-spacing: 2px;
}

header .telefon {
position:absolute;
right:0; bottom:-10px;
	font-size: 36px;
	padding:10px 20px;
	margin:20px 0 0 0;
	font-weight: 800;
	color:#D8AEAF;
	z-index:1000;
	box-sizing: border-box;
}
header .telefon a {
  color:#D8AEAF;

}
.tel-icon {width:50px;float:left;}


.sidebar {position:fixed;width:30%;max-width:320px;float:left;}
.sidebar .info{background:#D8AEAF; color:#fff;padding:20px;margin:20px 0 0 20px;}
.sidebar .info a {color: #fff;text-decoration: underline;}

.slider {
	width:100%;
	position:relative;
	padding:0;
	background: #fff;
	overflow:hidden;
	}
	
.bilder {
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	}
.bilder .title {
	position:absolute;
	top:0;right:0;
	background:#D8AEAF;
	color:#fff;
	margin:0;
	padding:10px 20px;
	font-size:24px;
	font-weight:600;
	}
.bilder img {
	width:100%;
	margin:0;
	padding:0;
	display:block;
	border:1px solid #fff;
	}
.bilder .schmuck {
	width: auto;
	max-height:200px; 
	float: left;
}
.bilder .malerei {
	width: auto;
	max-height:200px; 
	float: left;
}
.bilder .objekte {
	width: auto;
	max-height:200px; 
	float: left;
}

.main {
	/*width: 70% ;*/
	margin-left:32%;
	margin-top:10px;
	padding-top: 30px;
}
.breadcrumb {margin:20px 0 0 0 ;}

.main article {
	padding:30px;
}
footer {
	padding:100px 20px 10px;
	clear: both;
	}
	
.footer-adresse {}



.nav ul {
	width:100%;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}
.nav li {
	display:inline-block;
	 margin: 0 10px;}

.nav li span {
	float:left;
}

.nav a {	
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0;
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
}

.nav .txt{
	line-height:50px;
}

.no-touch .nav ul:hover a {
	
}

.no-touch .nav ul:hover a:hover {
	
}
.no-touch .nav a:hover, .no-touch .nav a:focus  {
	}
.no-touch .nav a.active{
	color:#D8AEAF;
	border-bottom: 2px solid #D8AEAF;
	}

.beschreibung{
	padding:20px;	
}
.beschreibung h1{
	font-weight: 400;	
}

footer a{
	text-decoration: none;
}

.footernav ul{
	margin: 0 0 20px;
	list-style: none;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	float: left;
	padding: 0 20px;
	}
.footernav li {
	display:inline-block;
	margin: 0 10px;
	}

.footerlinks{
	float: right;
	line-height: 24px;
}
.footerlinks a{
	padding: 0 10px;
}

.footercopy{
	float: left;
	text-align: center;
	line-height: 24px;
	margin-bottom: 20px;
}

.abstandhalter{
	height: 100px;
}
@media (min-width: 50em) and (max-width: 61.250em) {

	/* Size and font adjustments to make it fit into the screen*/
	.nav ul {
		font-size: 1.2em;
	}

}

@media (max-width: 62em) {		
	
.sidebar {
	position:relative;width:96%;margin:2%;float:none;
	}
.main{
	margin:0
	}
.abstandhalter{
	height: 100px;
}
   
}

/* The "tablet" and "mobile" version */

@media (max-width: 49.938em) {		
	
.sidebar {width:96%;margin:2%;float:none;}
.sidebar .info{display:none;}

.main {
	margin:0;
}
.slider {
	width:100%;
	padding:0;
	background: #fff;
	overflow:hidden;
	}
header {
	position:relative;
	font-size: 16px;
	padding: 0;
	background:#D8AEAF;
	padding:10px 0 20px;
}
header a {
	text-decoration: none;
}
header .label {
	float:left;
	font-size: 14px;
	padding:0;
	margin:10px 0 -10px 20px ;
	font-weight: 400;
	color:#fff;
}


header h1 {
	font-size: 30px;
	margin:0;
	padding: 0 20px 0 20px;
	font-weight: 600;
	color:#fff;
	margin:100px 0 0 0;
	text-transform: uppercase;
	clear:both;
	letter-spacing: 1px;
}

header .slogan {
	font-size: 14px;
	margin:0;
	padding:0 22px;
	font-weight: 400;
	color:#fff;
	box-sizing: border-box;
	text-transform: uppercase;
	letter-spacing: 2px;
}

header .telefon {
position:absolute;
right:0; bottom:-10px;
	font-size: 36px;
	padding:10px 20px;
	margin:20px 0 0 0;
	font-weight: 800;
	color:#D8AEAF;
	z-index:1000;
	box-sizing: border-box;
}
header .telefon a {
  color:#D8AEAF;

}
.tel-icon {width:50px;float:left;}header .telefon img {
display:none;
}
header .telefon a {
float:left;
width:300px;
height:50px;
padding:10px 20px 10px 60px;
margin:10px;
box-sizing: border-box;
background: #D8AEAF url(../img/telefon.png) no-repeat; /* Old browsers */
color:#fff;
background-size:50px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}
}


/* Styling the toggle menu link and hiding it */
.nav .navtoogle{
	height:60px;
	display: none;	
	width: 100%;
	padding: 25px 80px;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	color: #D8AEAF;	
	border: none;
	cursor: pointer;
	background: url(../img/menu.svg) no-repeat 20px 20px;
	background-size: 40px;
	
}

.navtoogle i{
	z-index:-1;
}

.icon-menu {
	position: relative;
	top: 3px;
	line-height: 0;
	font-size: 1.6em;
}

.footernav ul{
	width:100%;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	float: left;
	padding: 0 20px;
	text-align: center;
	}
.footernav li {
	display:inline-block;
	margin: 0 10px;
	}

.footerlinks{
	width: 100%;
	float: none;
	line-height: 24px;
	text-align: center;
	margin: 20px 0;
}

.footerlinks a{
	float: none;
	line-height: 24px;
	text-align: center;
}

.footercopy{
	width: 100%;
	float: none;
	text-align: center;
	line-height: 24px;
}


@media (max-width: 32.438em) {

.bilder .schmuck {
	width: 100%; 
	max-height: none;
	float: left;
}
.bilder .malerei {
	width: 100%; 
	max-height: none;
	float: left;
}
.bilder .objekte {
	width: 100%; 
	max-height: none;
	float: left;
} 	

}

