@viewport {
   width: device-width;
   zoom:1;
}

	body {
	margin: 0 auto;
	max-width: 1920px;
	padding: 0;
	font-family: 'Varta', sans-serif;
	font-size: 1.2em;
	background: #fff;
	color: #595959;
}



* { box-sizing: border-box; }

/* ephesis-regular - latin */
@font-face {
  font-family: 'Ephesis';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/ephesis-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/ephesis-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/ephesis-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/ephesis-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/ephesis-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/ephesis-v7-latin-regular.svg#Ephesis') format('svg'); /* Legacy iOS */
}
/* abhaya-libre-regular - latin */
@font-face {
  font-family: 'Abhaya Libre';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/abhaya-libre-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/abhaya-libre-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/abhaya-libre-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/abhaya-libre-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/abhaya-libre-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/abhaya-libre-v13-latin-regular.svg#AbhayaLibre') format('svg'); /* Legacy iOS */
}
/* varta-300 - latin */
@font-face {
  font-family: 'Varta';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/varta-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/varta-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/varta-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/varta-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('./fonts/varta-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/varta-v17-latin-300.svg#Varta') format('svg'); /* Legacy iOS */
}

h1, h2, h3 {font-family: 'Abhaya Libre', serif; margin-bottom: 0.188em;}
h1 {font-size: 1.8em; color: #8B814C; margin-top: 0.2em;}
h2 {font-size: 1.4em; color: #646464; margin-top: 0.5em;}
h3 {font-size: 1.2em; color: #8b8682; margin-top: 0.5em;}

.title {font-size: 1.5em; color: #786518; margin-top: 0.2em;}
.description {font-size: 1.2em; color: #646464; margin-top: 0.5em;}

p	{
	margin: 0.4em 0;
}

.untertitel {
	font-size: 1.3em;
	font-weight: bold;
}

.hoch 	{
	margin-bottom: 2em;
}

a {color: #3c3428;}
a:hover {color: #4682b4;}

hr	{
	border:solid #f5f5f5 1px;
	height:1px;
	margin: 1em 0;
	clear: both;
}

.atelier {font-size: 1.4em; margin-top: 0; color: #413C20;}
.studio {font-family: 'Ephesis', cursive; color: color: #8B814C; font-size: 1.8em; margin: 0 0;}

.linkfett {font-size: 1.25em; font-weight: bold;}

img {
	max-width: 100%; height: auto;
}

.rechts {
	float: right;
	margin-left: 10px;
	margin-bottom: 1em;
}

.links {
	float: left;
	margin-right: 25px;
	
}

.clearing {
	clear: both;
	margin-top: 2em;
}


/* Mobile first - alle Dokument-Blöcke bekommen 100% Breite */

main,
article,
section,
aside,
footer {
	display: block;
	width: 100%;
	padding: 10px;
}

header {
	margin: 0 auto;
	width:100%;
	border-radius:0.8em 0px;
}

header img {
	width: 100%;
}

main {
	margin: 0 auto;
	max-width: 1220px;
	display: flex;
	flex-wrap: wrap;
}



nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: #fff;
  color:#333333;
  text-decoration: none;
}
nav ul li a:hover {
  color: #4682b4;
}
nav ul li a:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
  z-index: 1;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  height: 70px;
  width: 70px;
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #000000;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 800px) {
  .nav-list {
    display: block !important;
  }
}

.navigation {
  height: 70px;
  background: #fff;
}

.nav-container {
  max-width: 1920px;
  margin: 0 auto;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 75px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color:#333333;
  text-decoration: none;
}





aside ul li	{
	margin-bottom: 0.7em;
}

aside ul li ul li {
	margin-bottom: 0.4em;
}

[aria-current=page] {
	color: #4682b4;
}

article ul li	{
	margin-bottom: 0.5em;
}

#gallery {
	text-align: center;
}

#gallery figure {
	margin-bottom: 3em;
}

figure {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-style: italic;
 	text-indent: 0;
	margin: 1em 0;
	padding: 0;	
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.flexbox {
	display: flex;
	flex-wrap: wrap;
}

.bild {
	margin-bottom: 20px;
	margin-right: 5px;
 
}

.text {
  	margin-right: 10px;
	padding-right: 10px;
 
}

.list {
  	margin-left: 10px;
	padding-left: 10px;
 
}

.bildbox {
  	border: 1px solid #ccc;
	margin-bottom:0.5em;
}

.bildbox:hover {
	border: 1px solid #777;
}

.bildbox img {
  	width: 100%;
  	height: auto;
}

.triple img {
  	width: 100%;
  	height: auto;
}

.boxtext {
  padding: 0px 20px 20px 20px;
}

.wand {
	margin: 2px;
	padding: 2px;
	text-align: center;
	font-size: 16px;
}

.zwilling {
	margin: 2px;
	padding: 2px;
	text-align: center;
	font-size: 18px;
}

.wand img {
	border-radius: 0.75em;
	border: 0 none;
	display: block;
}

.thumb {
	margin: 2px;
	padding: 2px;
	text-align: center;
	font-size: 14px;
}

.thumb img {
	border-radius: 0.75em;
	border: 0 none;
	display: block;
}

.twin img {
	max-width: 100%; height: auto;

}

.space  {
	justify-content: space-between;
}

.small {
	margin:4px;
	padding:4px;
	text-align: center;
}

.small img {
	border: 0 none;
	display: block;
}

footer {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1220px;
	border-top: 1px solid #777;
}			

footer a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	width: 90%;
	margin: 0;
	text-align: center;
	text-decoration: none;
	padding: 1em 0;
}

footer a:hover,
footer a:focus {
	background-color: #ccc;
}

/* nebeneinander bei ausreichender Breite */

@media all and (min-width: 45em) {

	
	article {
		flex: 5 1 0%;
	}

	aside {
		flex: 2 1 0%;
		order: 2;
	}

	.bild {
  		flex: 3 1 0%;

}

	.zwilling {
  		flex: 2 1 0%;

}

	.text {
  		flex: 4 1 0%;
 
}

	.list {
  		flex: 4 1 0%;
 		order: 2;

}
	
	.sectionbig {
		flex: 3 1 0%;
		order: 3;
}		

	footer {
		flex-direction: row;
}

	footer a {
		padding: 0 1em;
}

}

.flex-container { … }

@media (min-width: 100px) {
  	.wand { width: 48%; }
	.thumb { width: 48%; }
}

@media (min-width: 700px) {
   	.wand { width: 32%; }
	.bildbox { width: 49%; }
	.thumb { width: 24%; }
	.twin { width: 49%; }
}

@media (min-width: 900px) {
   	.flex-container { max-width: 1220px;  }
   	.wand { width: 24%; }
	.bildbox { width: 24%; }
	.thumb { width: 16%; }
}