/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
html {
	box-sizing: border-box;
	background-color: #b5cc2e;
	width: 100%;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body{
	font-family: 'Source Sans 3', sans-serif;
	color:#fff;
	font-weight: normal;
	line-height:1.7;
	font-size:1.5rem;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #587823;
	font-size: 3rem;
	line-height:1.2;
	letter-spacing: 2px;
	margin: 0 auto;
	font-weight: bold;
}

div p{
	margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img{
	max-width: 100%;
	height:auto;
}
a{
	color: #6F963F;
	text-decoration: none;
}
a:active, a:hover {
	color: #DBDFE2;
}
.textcenter{
	text-align:center;
}
svg{
	max-width: 100%;
}
ul{
	padding-left: 20px;
	margin: 0 auto 15px;
}
/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width:1280px;
	margin: 0 auto;
	position:relative;
	padding: 0px 25px;
}
.margin_oben{
	margin-top: 120px;
}
.margin_unten{
	margin-bottom: 120px;
}
.w1024{
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.w960{
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.w800{
	max-width:800px;
	margin:0 auto;
	position:relative;
}
.w600{
	max-width:600px;
	margin:0 auto;
	position:relative;
}

.fullwidth{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	position: relative;
}
.h600{
	height: 900px;
}


.h100{
	height: 100vh;
}
.flex_box_colum{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 50px;
}

.titel_box span{
	color: #587823;
	font-size: 3rem;
	line-height:1.2;
	letter-spacing: 2px;
	margin: 0 auto;
	font-weight: bold;
	display: block;
}
.titel_box span:nth-child(2){
	color: #ffffff;
	font-size: 2.5rem;
	margin-top: 10px;
}
.flex_box_row{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	gap: 50px;
}
.lang_box{
	border: 2px solid #ffffff;
	border-radius: 10px;
}
.lang_box a{
	display: block;
	padding: 20px;
	border-radius: 10px;
}
.lang_box a:hover{
	background-color: #587823;
}
.lang_box h2{
	color: #FFFFFF;
	font-size: 1.25rem;
	margin-bottom: 20px;
}

/* //////////////////////////////////// INHALT //////////////////////////////////// */
.logo{
	display: block;
	margin: 0 auto;
}

.download_box{
	display: block;
	margin: 0 auto;
}

.download_box svg{
	display: block;
	margin: 0 auto;
}
.download_box .icon_box span{
	display: block;
	color: #587823;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
}
.download_box span{
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}

.download_box:hover .icon_box span{
	color: #FFFFFF;
}
.download_box:hover .hover_stroke{
	stroke: #FFFFFF !important;
}





.impressum{
	display: flex;
	gap: 5px;
	font-size: 1rem;
	color: #587823;	
	letter-spacing: 2px;
	text-transform: uppercase;
}
.impressum a{
	color: #587823;
}
.impressum a:hover{
	color: #FFFFFF;
}

.logo_s {
    position: absolute;
    right: 40px;
    bottom: 40px;
}


/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}