@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400&display=swap');



html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	color:#ffffff;
font-family: 'Red Hat Display', sans-serif;
	background-image:  url("img/bg.jpg");
	background-repeat:repeat-y;
	background-size:cover;
		display: grid;
  place-items: center;
}




#outer-container {
	width: 100%;

}

#sidebar {
	height: 100%;
	width: 4%;
	vertical-align: middle;
	background-color: #FFE07D;
	min-width: 100px!important;
	position: fixed;
	top:0!important;

}

div.content-sidebar { margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
clear: both;
padding: 40px 0 0 0;}

#sidebar p {
     transform: rotate(-90deg);
		color: #344A54;
	font-weight: 300;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	clear: both;
	
}
a {
	     transform: rotate(-90deg);
		color: #344A54;
	font-weight: 300;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

#content {
	/*width: 90%;*/
	height: 100%;
	vertical-align: middle;
	margin-left: 100px!important;
    align-items: center;
    justify-content: center;
	position: relative;
	padding: 40px 0;

}

#content-imprint {
	/*width: 90%;*/
	height: 100%;
	vertical-align: middle;
	margin-left: 100px!important;
    align-items: center;
    justify-content: center;
	position: relative;
	padding: 40px 0;
}

#content a{color: #fff!important;font-size: 16px;
	line-height: 1.5!important;
	letter-spacing: 2px;}   
#content-imprint a{color: #fff!important;font-size: 16px;
	line-height: 1.5!important;
	letter-spacing: 2px;}   


.logo {     width: 38vw;
    margin: 0 auto;
;
}

img {    width: 100%;
	    max-height: 120px;

    text-align: center;}

h1 {
	text-align: center;
font-family: 'Red Hat Display', sans-serif;	
	font-weight: 300;
    font-size: 10vw;
	line-height: 1!important;
letter-spacing: 9px;
color: #FFE07D;
opacity: 1;
	padding: auto;
}
h2,
h3 {text-align:center;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 4px;}

div.imprint {width: 70%!important; margin: auto; } 

div.imprint p {
	
	font-size: 16px;
	line-height: 1.5!important;
	letter-spacing: 2px;
	margin-bottom: 50px;
}

p {
	
	text-align: center;
font: normal normal normal 30px/40px Red Hat Display;
	font-weight: 300;
letter-spacing: 6px;
color: #FFFFFF;
opacity: 1;
	margin-top: 25px;
	padding: 10px
}

.claim {width: 38vw!important; margin:auto;}

.circle {margin: 40px 0 20px 0;
z-index: -1000;
position: relative;}

ul { margin: 0px 0 0 0px;
padding: 0 !important;
text-align: center;
	z-index: -999;
}

ul li {
	list-style: none;
	margin-bottom: 10px;
} 

ul li img {
width: 22px!important;
} 




