@import url('https://fonts.googleapis.com/css?family=Work+Sans:200,300');

*,
*::before,
*::after {
  margin:0;
  padding:0;
  box-sizing: border-box;
}

body{
font-family: 'Work Sans', sans-serif;
letter-spacing:0.05em;
line-height:1.3em;
font-weight:200;
 background-color:#c3b689;	

}



header{
    position: relative;
    overflow: hidden;
background-color:#c3b689;
}


main{
background-color:#fff;
 color:#000;
}

footer{
color:#fff;
}




.innerbox{
  overflow: hidden;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  padding: 3em 5px 2em;
}

h1{	font-size: 1.9em;
	line-height: 1.5em;
}


h2{	
font-size: 3.3em;
margin-bottom: 0.5em;
font-weight:200;
}

.h2-lang{	
line-height: 1.2em;
}


ul{	
   list-style: none;
}

a { 
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a:hover, a:focus, a:active{
  opacity:0.5;
 -webkit-user-select: none; 
	-webkit-touch-callout: none;
}




#back-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index:9999;
}

/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	background: #c3b689 url(../bilder/icons/up-arrow.png) no-repeat center center;
	background-size: contain;
	border:4px solid #c3b689;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
		    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3)); 

	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}


#back-top a:hover span, #back-top a:active span {
	opacity: 0.6;
	-webkit-user-select: none; 
	-webkit-touch-callout: none;
}


#hero{
object-fit: cover;
  border: 0;
min-width: 100%;	
height:75vh;
min-height: 400px;
    position: relative;
   left: 50%;
    top: 50%;
    transform: translate(-50%, 0);
}

#kleiner-display, #logo-index{
display:none;
} 

#kleiner-display{
position: relative;
overflow: hidden;
}



.social{
	position: absolute;
	top: 40px;
	right: 40px;
	z-index:9999;
}

.social2 {
	position: absolute;
	top: 40px;
	right: 30px;
	z-index:9999;
}

.social li{
display: inline-block;
	float: right;
margin-left: 2em;	
}

.social2 li{
display: block;
margin-bottom: 1.3em;	
	
}

.social .insta-span, .social2 .insta-span2{
	display: block;
	background: #fff url(../bilder/icons/instagram-logo-white-circle.png) no-repeat center center;
	background-size: contain;
	border:4px solid #fff;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
			    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3)); 

	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}


.social .insta-span{
	width: 40px;
	height: 40px;
}

.social2 .insta-span2{
	width: 35px;
	height: 35px;
}



#post{
	display: block;
	background: #fff url(../bilder/icons/brief-logo-white-circle.png) no-repeat center center;
		background-size: contain;

}



#post2{
	display: block;
	background: #fff url(../bilder/icons/brief-logo-white-circle.png) no-repeat center center;
		background-size: contain;


}


#telefon{
	display: block;
	background: #fff url(../bilder/icons/telefon-logo-white-circle.png) no-repeat center center;
		background-size: contain;


}


#telefon2{
	display: block;
	background: #fff url(../bilder/icons/telefon-logo-white-circle.png) no-repeat center center;
		background-size: contain;


}




.social a:hover .insta-span, .social a:active .insta-span, .social2 a:hover .insta-span2, .social2 a:active .insta-span2 {
  transform: scale(1.1,1.1) translate(2px,2px);
	opacity: 0.8;
	-webkit-user-select: none; 
	-webkit-touch-callout: none;
}



.social2 {
display: none;
}

/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
  position: relative;
  overflow: hidden;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: center;
  overflow:hidden;
  margin-left: auto;
  margin-right: auto;
  }

.rslides img {
  display: block;
  overflow: hidden;
  float: center;
  border: 0;
  max-height: 100vh;
  width:100%;
  margin-left: auto;
  margin-right: auto;
  }

.callbacks-container {
  position: relative;
  float: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  object-fit: cover;
  border: 0;
  }


#slider2 li:nth-child(2) img{
object-position:  30% left;
  }


#slider2 li:nth-child(3) img{
object-position: 30% right;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  bottom: 55%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../bilder/icons/nav-arrow.png") no-repeat left top;
  opacity: 0;
  }

.callbacks_nav:hover {
  opacity: 0.5;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  
 



  
.logo-span {
	background:rgba(0,0,0,0) url("../bilder/logo/Sigi-Wahler-Logo-weiss.png") no-repeat center center;
	position:absolute;
	top:30%;bottom:40%;left:33%;right:33%;
	z-index:3;
	background-size: contain;
  
  }



.gallery li {
	position:relative;
 display: inline-block;
 float:left;
 width:25%;
  -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
 opacity:0.8;
  }

.gallery li a{
display: inline-block;
margin: 0 2.5px 0;	
  }

.gallery li a:hover, .gallery li a:focus, .gallery li a:active{
  opacity:1;
	-webkit-user-select: none; 
	-webkit-touch-callout: none;
}


.gallery li img{
width:100%;
border-bottom: 0;
  }


.gallery li:hover, .gallery li:focus, .gallery li:active{
  transform: scale(1.1,1.1) translate(-5px,-5px);
	opacity: 0.9;
	-webkit-user-select: none; 
	-webkit-touch-callout: none;
}


.galerie-span{
	writing-mode: vertical-lr;
	text-align: left;
	text-shadow: 2px 2px 10px #000;
	color: #fff;
  	position:absolute;
	top:5%;bottom:5%;left:85%;right:5%;
}






.marken {	
text-align: center;
}

.marken li{	
float:left;
width:20%;
display:inline-block;
padding: 1em 0 1em;
}


.marken li img{	
opacity:0.7;
}


#mia-jahn{
font-size: 2.4em;
color: #000;
padding: 2.9em 0 4.1em;
}


footer{	
text-align: center;
}
 


.bold{
display: none;
}

footer li:first-child, footer li:nth-child(3),footer li:nth-child(6){	
margin-bottom: 1em;
}

footer ul{	
margin-bottom: 2em;
}



footer p{	
margin-bottom: 1.5em;
}


footer strong{	
font-size: 1.7em;
font-weight:300;
}



.impressum p, .impressum h1, #index-text p, #index-text h1, #datenschutz p, #datenschutz h1, #impressum-ul li{
max-width: 650px;
margin: 0 auto 1em;
}


.impressum h2, #index-text h2, #datenschutz h2{	
max-width: 650px;	
margin-left: auto;
margin-right: auto;
}

.impressum h2, #datenschutz h2{	
font-size: 2.2em;
}


.impressum h3, #index-text h3, #datenschutz h3, h4, h5{	
max-width: 650px;	
margin: 2em auto 1em;
}


.impressum a, #index-text a, #datenschutz a{

color:#000;
}

#firma{
font-size: 1.5em;
padding: 1.5em 0 0.5em;
}

.absatz{
padding-top: 1em;
}

.absatz2{
padding-top: 4em;
}


#foto-credit{
padding-top: 4em;
margin-bottom: 0;
}


#credit span{
display: none;
}



#logo-index{
width: 35%;
margin: 1.5em 33.5% 1.5em;
}

#logo{
width: 20%;
margin: 1.5em 41% 1.5em;
}



#datenschutz h3{	
font-size: 1.1em;
}


#datenschutz p, #impressum-ul li{
	font-size: 0.8em;	
}

#credit{
	padding-left:3.4em;
}




@media only screen and (max-width:1840px){


.galerie-span{

	top:5%;bottom:5%;left:85%;right:5%;
}
	

h1{	font-size: 1.7em;
	font-weight:100;
	line-height: 1.5em;
}
	
	
	
}




@media only screen and (max-width:1780px){



h2{	
font-size: 2.8em;

}
	
.marken li{	

width:20%;

}

		
	
	
}



@media only screen and (max-width:1620px){



h2{	
font-size: 2.8em;

}
	

	
	
}


@media only screen and (max-width:1520px){



h2{	
font-size: 2.5em;

}	
	
footer{
font-weight:300;
}	
	
	
}




@media only screen and (max-width:1360px){



.social .insta-span, #post, #telefon{
	width: 35px;
	height: 35px;
}
	
	
h2{	
font-size: 2em;

}
	

.marken li{	

width:25%;

}
	
.marken li:last-child{	
margin-top: 6.5em;
}
	

	
	
}






@media only screen and (max-width:1165px){




.impressum h2, #datenschutz h2{	
font-size: 2.5em;
}
	

#logo{
width: 35%;
margin: 1.5em 33.5% 1.5em;
}
	
	

	
	
}




@media only screen and (max-width:1120px){
	

	
	
	
.gallery li {
 width:33%;

  }


h2{	
font-size: 2.3em;

}		
	
	
}




@media only screen and (max-width:960px){
	
	
h2{	
font-size: 2em;

}	
	
	
	
.marken li{	

width:33%;

}



	
	
}




@media only screen and (max-width:860px){
	

#hero{

display:inherit;
}

#kleiner-display, #logo-index{
display:inherit;
} 
	
	
.callbacks-container{
display:none;
} 



.social{
display:none;
}
	
.social2{
display:inherit;
}
	
	
.gallery li {
 width:50%;

  }	

h2{	
font-size: 2.4em;

}

	
	
	
}




@media only screen and (max-width:680px){
	
	

	
h1{
font-size: 1.7em;
}
	
h2{	
font-size: 2.2em;
font-weight: 300;
}
	
.impressum h2, #datenschutz h2{	
font-weight: 200;
}
	

.marken li{	

width:50%;

}
	
.marken li:last-child{
margin-top: 0;
}
	

	
	



	
.impressum, #index-text, #datenschutz{	
padding:2em 1em 2em;
}	
	



#index-text h2{	
font-size: 3em;
}


	
	
}




@media only screen and (max-width:610px){
	
	
h2{	
font-size: 2em;

}

	
	
}



@media only screen and (max-width:565px){
	

.gallery li {
 width:100%;

  }	
	

h2{	
font-size: 2.8em;

}
	
	
.impressum h2, #datenschutz h2{
		
font-size: 2em;
		
}
	
	
footer strong{	
font-size: 1.4em;
}
	
	
	
}





@media only screen and (max-width:455px){
	

	
#logo-index, #logo{
width: 50%;
margin: 1em 25% 1em;
}

	
	
#index-text{
	font-size: 0.9em;	
}
	
	
	

	
.marken li{	

width:100%;
padding:0;
}

.marken li img{	

width:30%;
}
	
	
.marken li:first-child{
margin-bottom: 2em;
}
	
#mia-jahn{
font-size: 2em;
color: #000;
padding: 1.5em 0 2.5em;
}
	
.impressum p{
font-size: 0.9em;
}

	
	
}




@media only screen and (max-width:390px){
	
	

 
	
h1{
	font-size: 1.4em;	
}
	
	
h2{	
font-size: 2em;

}


#foto-credit span{
display: none;
}
	
	
#credit span{
display: inherit;
}
	
	
}


