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



body, input, select, textarea {
    color: #000;
    font-family: source-sans-pro, sans-serif;
font-style: normal;
font-weight: 200;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
        font-family: inherit;
    vertical-align: baseline;

}

p, ul, li {
	font-family: source-sans-pro, serif;
font-weight: 300;
font-style: normal;
line-height: 1.42;   
font-size: 22px;
	margin: 0;
    padding: 0;
    border: 0;
	 
	}

li
{list-style: none;
	display: inline;
padding: 5px;}

ul
{margin-top: 10px;}

.menu
{
	margin-top: 35px;
font-size: 22px;
	color: #fff;
}

.menu a
{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#header, #impressum, #datenschutz{
	padding: 50px;
    text-align: left;
}

#impressum, #datenschutz{
	padding-top:50px;
}

#header{
min-height:100vh;
background-image: url("../img/bg.jpg");
background-repeat: none;
	background-size: cover;
}



.wrapper
{
	
    box-shadow: none;
    background:rgba(0, 0, 0, 0.45);
    max-width: max-content;
    padding: 0px 20px 20px 20px;
    

}

a
{color:#93c94c;
text-decoration: none;}

h1 {
    font-size: 120px;
    line-height: 73px;
	font-family: source-sans-pro,sans-serif;
font-weight: 700;
font-style: normal;
	margin:40px 0px;
	}
	
.eingerueckt
	{color: #93c94c;}
	
	
	

strong, b {

    font-weight: 400;
}

.box {
  display: block;
}

.box {
  width:50px;
  height:50px;
  position:relative;
  border-radius:6px;
  margin-top:4px;
  display:inline-block;
  line-height:50px;
  text-align:center;
  color:#333;
  
}

.green{
  background-color:#6fb936;
}

.orange {
  background-color:#f38630;
}
.grey {
  background-color:#989898;
}


.logo{
	background: url("../img/logohgs.png");
	display: block;
 	height: 50px;
  	background-size: 250px;
	background-repeat: no-repeat;
	background-position: left;
	padding: 50px;
}

hr
{    display: block;
    height: 1px;
    width: 40px;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 3px solid #fff;
    padding:20px;
    padding: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}