body {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*-webkit-text-size-adjust: 100%;*/
	background-color:#20272D;
	margin:0;
	/*font-size: 1em;
	line-height:1em;
	min-width:485px;*/
	font-weight:400;	
	color:rgba(255,255,255,0.85)
	}
/*.back{
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
		
	background:rgba(0,0,0,0.00);
}*/
.back::before {
    position: fixed;
    height: 100vh; 
	width: 100vw;
    top: 0; bottom: 0; left: 0; right: 0;
    content: ' ';
    display: block;
    background: url("images/peoples_back.jpg") no-repeat top center fixed;   
    background-size: cover;
    z-index: -1; 
}
h1,h2,h3,h4,h5{
	margin:0.5em 0 0.5em;
	font-size: 1.25em;
}
.navi{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	background-color: rgba(7,39,51,0.85);
	z-index: 2;
	display: flex;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	justify-content: space-between;
	padding: 0 9px 0 1em;
}

.navi .back{
	display: flex;	
	margin-left: 1em;
	align-self: center;
	margin-top: 7px;
	opacity: 0.85;
}
.navi .back a,
.navi .back:hover{
	opacity: 1;
}
.navi .back img{
	margin-right: 5px;
}
.navi .back h3{
	margin: 0;
	
}
.navi .back p{
	margin: 0;
	font-size: 0.8em;
}
.navi .logo{
	
	display: flex;
}
.navi .logo img{
	height: 64px;
}
.navi .header-right{
	text-align: right;
	padding-top: 7px;
}

.navi .logo h1{
	margin: 10px 0 4px 20px;
	font-size: 1.4em;
	color: #fff;
	font-weight: 900;
}
.navi h2{
	position: absolute;
	right: 10px;
	top: 35px;
}
.navi .links{
	padding-top: 6px;
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
    margin: 20px 20px 0 0;
}


a,
a:link,
a:visited{
	opacity:.75;
	text-decoration: none;	
	transition: all 0.5s ease 0s;
	outline: 0;
	color:rgba(255,255,255,1);
	}
a:hover,
a.active{
	opacity:1;
	color:rgba(255,255,255,1)
	}
select,
*:focus,
a:focus { 
	outline: none;
	}
.link,
.button{
    cursor:pointer;
}
.button.select{
    cursor:default;
	background-color:#434D21;
}
img{
	border:0;
	}
small{
	font-size:0.8em;
	font-weight:400;
	}
b,strong{
	font-weight:600;
	}
p{
	font-size: 1.00em;
	}	



.content{
	padding: 5em 0;
	background-color: rgba(5,13,17,0.75);
	width: 40vw;
	min-width: 300px;
	padding:.5em 2em;
	margin:70vh 2em 4em 4em;
	border-radius: 1em;
	
}
.screen{	
	position: fixed;
	bottom: 0;
	right: 1em;
	
	z-index: 99;
}
.screen img{
	max-width: 40vw;
	max-height: 80vh;
}

.partnerlink {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	background-color: rgba(202,202,202,1.00);
	color: rgba(141,141,141,1.00);
	margin: 0;
	padding: 5px 12px;
	}	
.partnerlink strong {
		color: rgba(43,43,43,1.00);
}
.partnerlink span {
		margin-top: 6px;
}

.logos {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  z-index: 90;
  bottom: 0;
  background-color: rgba(7,39,51,0.85);
  left: 0;
  right: 0;
  padding: 18px 30px 10px;
}
.logos .stores {
  display: flex;
  text-align: left;
  gap: 10px;
  width: 60vw;
  align-items: center;
}
.logos .stores img {
  height: 44px;
}

@media only screen and (max-width: 1000px){
body{
	font-size: 1.5em;	
	margin:0;
	}
.back::before {
    background: url("images/peoples_back_mobil.jpg")  no-repeat top center fixed;   
    background-size: 150%;
	z-index: -1;   
}	
.navi{
	flex-wrap: wrap;
	height: inherit;
	justify-content: flex-start;
	}
.navi .logo{
	height: 100px;
	}
.navi h2 {
	font-size: 1em;
    margin: -1.2em 5.6em .5em;
	position: absolute;
	right: 0;
	top: 106px;
	left: 0;
}
.content {
	padding: 5em 0;
	background-color: rgba(5,13,17,0.75);
	width: inherit;
	min-width: 300px;
	padding: .5em 2em;
	margin: 50vh 2em 4em 2em;
	border-radius: 1em;
}
.navi .links {
	width: 100%;
	font-size: 1em;
    text-align: right;
	font-size: 0.9em;
    padding: 8px 3px 4px 3px;
	
}	
.screen {
	position: static;
	bottom: 0;
	right: 1em;
	z-index: 99;
}
.screen img {
	max-width: inherit;
	max-height: inherit;
	width: 90vw;
}	
.logos .stores {
	display: block;
	text-align: center;
	gap: 10px;
	width: 100%;
	align-items: center;
}	
.logos .stores img {
	height: inherit;
	width: 40vw;
	padding: 10px;
}
.logos .stores p {
	font-size: .85em;
	margin: 0.2em 0;
}
	
	
}



