@charset "utf-8";

/* CSS Document */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

header {
	position: relative;
	z-index: 1000;
	background-color: #D3BA94;
	padding: 1.5em 2em 0;
	width: 100%;
	top: 0;
	left: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	width: 100%;
}

/* Footer */
footer {
	background-image: url(images/footer.jpg);
	background-size: cover;
	color: #2F322A;
	padding: 20px;
}

.footer-social {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin-bottom: 1em;
}

.footer-social li {
	margin: 0 1.2em;
}

.footer-social li a {
	display: inline-block;
	width: 4em;
	height: 4em;
	text-align: center;
	line-height: 3.5em;
	border: 2px solid #000;
	border-radius: 50%;
}

.footer-social li a:hover {
	border-color: #000;
	background: none;
}

.footer-social li a img {
	height: 2em;
	width: auto;
}

.footer-social li a .social-hover {
	display: none;
}

.footer-social li a:hover .social-default {
	display: none;
}

.footer-social li a:hover .social-hover {
	display: inline;
}

.footer-info {
	padding-top: 3em;
	padding-bottom: 1em;
}

.footer-info p {
	color: #2F322A;
	display: block;
	font-size: .85em;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: .5em;
	max-width: 36em;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
	text-transform: none;
}

.footer-disclaimer {
	position: relative;
	width: 60%;
}

.footer-credit {
	float: right;
	position: relative;
	text-align: right;
	width: 40%;
}

.footer-credit a:hover {
	text-decoration: none;
}

.footer-legal {
	font-size: .9em;
	letter-spacing: .15em;
	opacity: .8;
	text-decoration: none;
}

/* Body*/

/* Body */
body {
margin: 0 auto;
background: #D3BA94;
}

/* Überschriften und Textformatierung */
p {
font-size: 1.1em;
font-weight: 400;
margin-bottom: 0.3em;
text-decoration: none;
letter-spacing: 0.15em;
padding-left:2.5%;
}

.side-text {
font-size: 1.1em;
line-height: 1.2;
max-width: 90%;
padding-top: 0em;
}

/* Text Formatting */



h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2{
	
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
		font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
		font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
		font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

	
	h1 {

text-transform: uppercase;
text-shadow: 0px 0px 10px rgba(0, 0, 0,.05);
letter-spacing: .5em;

}

h2 {
font-weight: 100;
text-transform: none;
text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
text-decoration: none;
letter-spacing: .1em;
}

h3 {
font-weight: 100;
letter-spacing: .25em;
text-transform: uppercase;
text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

h4 {
font-weight: 200;
text-decoration: none;
letter-spacing: .1em;
text-transform: uppercase;
}

h5 {
font-weight: 200;
text-decoration: none;
letter-spacing: .1em;
}

	h6 {
text-transform: uppercase;
text-shadow: 0px 0px 10px rgba(0, 0, 0,.05);
letter-spacing: .75em;
}


/*Abbildungen*/

.style-logo {
  position: relative;
  display: block;
  float: left;
  width: 20em;
}

.style_gewerkhaus {
	float: left;
	margin-right: 1em;
	max-width: 20%;
	padding-bottom:2em;
	
}
.style_gewerkhaus_abb {
	float: left;
	margin-right: 8em;
	padding-top:1em;
	padding-bottom:3em;

	
}

.style_arbeiten {
	float: left;
	margin-right: 1em;
	max-width: 20%;
	padding-left:0.5em;
	background-color: #2D2D35;
	color: #FFFFFF;
	
}

.style_arbeiten_background {

	background-color: #2D2D35;
	color: #FFFFFF;
	
}

a {
  color: inherit;
  /* Weitere Stil-Regeln für den Link */
}

.link{
		  letter-spacing: .15em;
  text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
	  -webkit-transition: color .3s;
  transition: color .3s;
}

.link:hover {
  border-left: .5em solid white;

  }

.image-container {
  position: relative;
  padding-top:3em;
}

.image-text {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color:#fff;
  letter-spacing: .15em;
  
	text-decoration:underline;
}
	
/* Menü */
.style-nav {
position: relaive; /* ändert die Position auf absolut, um Elemente darunter zu vermeiden */
top: 0;
right: 0; /* ändert die float Eigenschaft zu right */
width: 32%;
padding: 1.5em 0 1em 0; /* erhöht den Abstand oben und unten für einen größeren Abstand zu anderen Elementen */
background: none; /* Entfernt die Undurchsichtigkeit, um den Hintergrund durchscheinend zu machen */
text-align: right;
font-size: .85em; /* erhöht die Schriftgröße für bessere Lesbarkeit */
letter-spacing: .2em;
}

.style-nav ul {
margin: 0;
padding: 0;
list-style: none;
}

.style-nav ul li {
display: inline-block; /* fügt jedem Menüpunkt einen Inline-Block hinzu */
margin-left: 1em; /* fügt einen Abstand zwischen Menüpunkten hinzu */
}

.style-nav ul li:first-child {
margin-left: 0; /* entfernt den linken Abstand für das erste Element */
}

.style-nav ul li a {
display: inline-block;
padding: 0.5em 0.8em;
color: #2F322A;
text-decoration: none;
text-transform: uppercase;
transition: color .3s;
}

.style-nav ul li a:hover {
color: white; /* ändert die Schriftfarbe beim Hover-Effekt */
border-bottom: 1px solid white;
  border-top:1px solid white;

}

/*Website Header*/

.hero {

	position:relative;
	background-image: url(images/top.jpg);
	background-size: cover;
	/*border: 7px #2D2D35 solid;*/
	padding: 15em 1.5em 3em 1.5em;
	color: #2D2D35;
	color: #fff;
	text-align: center;
}

.about {

	position:relative;
	background-image: url(images/gallery-1.jpg);
	background-size: cover;
	/*border: 7px #2D2D35 solid;*/
	padding: 6em 1.5em 6em 1.5em;
	color: #2D2D35;
	color: #fff;
	text-align: center;
}
.arbeiten {

	position:relative;
	background-image: url(images/arbeiten_top.jpg);
	background-size: cover;
	/*border: 7px #2D2D35 solid;*/
	padding: 15em 1.5em 3em 1.5em;
		color: #fff;
	text-align:right;
	padding-right:5%;
}

/*Artikel Klassen*/
.gewerk {
  position: relative;
  width: 100%;
  height:80%;
  overflow: hidden;
  padding-top:10%;
}

/* artworks */

.artworks {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.artwork {
  display: flex;
  flex-wrap: wrap;
}

.artwork .artwork-piece {
  border: 1vw solid #2D2D35;
  background-color: #D3BA94;
    flex: 0 0 50%;
  max-width: 100%;
  box-sizing: border-box;
    text-align: center;
  padding: 3.5% 0em 0em 3.5%;
}

.artwork figure {
  position: relative;
  vertical-align: middle;
  padding: 0% 10% 5% 0;
}

.artwork .artwork-description {
  background: #2D2D35;
  color: #FFF;
    flex: 0 0 50%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 5% 10% 10% 5%;
  text-align: left;
}

.artwork-title {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  font-size: 2em;
  font-weight: 100;
  padding: 5% 10% 0 0;
  letter-spacing: .36em;
  text-transform: uppercase;
  line-height: 1.5;
  max-width: 9em;
  margin-bottom: .5em;
}

.artwork-text {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.2;
  opacity: .9;
  max-width: 40em;
  padding-top: 2em;
}

.artwork-text2 {
  color: #000;
  text-align: justify;
  font-size: 1.1em;
  line-height: 1.2;
  opacity: .9;
  max-width: 95%;
  padding: 5% 2% 5% 2%;
}

.see-more {
  font-size: 1em;
  display: inline-block;
  margin-top: 4.1em;
  padding: 0 0 .4em 0;
  transition: all .3s;
  text-decoration: none;
}
.see-more:hover {
  border-bottom: 1px solid white;
}

/* Google Maps */

.map-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.map-container iframe {
	padding-bottom:5em;
	padding-top:2.5em;
	  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
}

/*Ende Google */ 





.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top:20%;
	margin-bottom:auto;
}

.quelle {
	
	color: #FFFFFF;
	text-decoration: none;
	margin-top:20%;
	margin-bottom:auto;
}

.quelle:hover {
  outline: none;
  border-bottom: 1px solid white;
}

.info-box-tan {
	background-color: #D3BA94;
		color: #000;
	padding: 0px 20px 60px 30px;
	text-align: left;
}

.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 0px 20px 60px 30px;
	text-align: left;
}

.footer-text {
	font-size: 1.7em;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Mobile*/
@media (max-width: 768px) {
header {
padding-left: 1em;
}
.artwork {
    flex-direction: column;
  }
  .artwork .artwork-piece,
  .artwork .artwork-description {
    flex-basis: 100%;
  }
  

}
/*Tablet View*/
@media (min-width: 768px){
	
	body {
		max-width: 768px;
	}
	header{
		  position: fixed;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	.artwork .artwork-piece,
	.artwork .artwork-description {
    width: 50%; /* Breite auf 50% zurücksetzen für Bildschirme >768px */
  }
textarea {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2{
	
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
		font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
		font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
		font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

	
	h1 {

text-transform: uppercase;
text-shadow: 0px 0px 10px rgba(0, 0, 0,.05);
letter-spacing: .5em;

}

h2 {
font-weight: 100;
text-transform: none;
text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
text-decoration: none;
letter-spacing: .1em;
}

h3 {
font-weight: 100;
letter-spacing: .25em;
text-transform: uppercase;
text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

h4 {
font-weight: 200;
text-decoration: none;
letter-spacing: .1em;
text-transform: uppercase;
}

h5 {
font-weight: 200;
text-decoration: none;
letter-spacing: .1em;
}

	h6 {
text-transform: uppercase;
text-shadow: 0px 0px 10px rgba(0, 0, 0,.05);
letter-spacing: .75em;
}

	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}

}

/*Destop View*/
@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	header{
		  position: fixed;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
	h1 {
margin-bottom: 2%;
padding-top: 2%;
text-transform: uppercase;
text-shadow: 0px 0px 10px rgba(0, 0, 0,.05);
letter-spacing: .85em;
margin-left: .7em;
font-size: 4em;
}

h2 {
font-weight: 100;
font-size: 1.5em;
line-height: 2.5;
margin-bottom: .7em;
padding-top: 1%;
padding-bottom:3%;
text-transform:none;
text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
text-decoration: none;
letter-spacing: .15em;
}

h3 {
font-size: 1.2em;
font-weight: 100;
line-height: 2.25;
margin-bottom: 5%;
letter-spacing: .25em;
text-transform: uppercase;
text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

h4 {
font-size: 1.1em;
font-weight: 200;
margin-bottom: 25px;
text-decoration: none;
letter-spacing: .15em;
text-transform: uppercase;
padding-top:1em;
}

h5 {
font-size: 1.1em;
font-weight: 200;
margin-bottom: .25em;
text-decoration: none;
letter-spacing: .1em;
}
}

