
    @import url("https://fast.fonts.net/lt/1.css?apiType=css&c=a36e0d8a-a0a0-4f97-8f26-449408b43d52&fontids=1491986");
    @font-face{
        font-family:"Neue Haas Unica W01 Medium It";
        src:url("Fonts/1491986/56b738a7-54b9-4e8c-a470-d96972ab3303.eot?#iefix");
        src:url("Fonts/1491986/56b738a7-54b9-4e8c-a470-d96972ab3303.eot?#iefix") format("eot"),url("Fonts/1491986/2418a824-3af2-42d7-a62e-f7a77cf487d1.woff2") format("woff2"),url("Fonts/1491986/86b76db5-9343-473a-a106-60683cec7626.woff") format("woff"),url("Fonts/1491986/2b883332-01dc-4b55-ac6a-d24c84f0e334.ttf") format("truetype");
    }


body{
	font-family: "Neue Haas Unica W01 Medium It", sans-serif;
	margin: 0;
	padding: 0;
	margin-left: 50px;
	margin-top: 30px;
	
	font-size: 18px;
	line-height: 22px;
}

ul{
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
}

p{
	margin: 0;
	padding: 0;

}

.hidden{
	display: none;
}

h1, h2, h3, h4{
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	
	margin: 0;
	padding: 0;	
}

.gruen{
	color: rgb(0,149,76);
}

img{
	max-width: 100%;
	height: auto;
}


.clear{
	clear: both;
}

a{
	color: black;
}

.link{
	cursor: pointer;
}

.logo{
	width: 180px;
}

.links{
	    position: absolute;
    top: 34px;
    left: 340px;
}

.links img{
	max-height: 28px;
	width: auto;
	margin-right: 14px;
}



.textblock{
	margin-bottom: 24px;
}



.index{
	margin-top: 40px;
}

.spalte1{
	width: 290px;
	float: left;
}

.spalte2{
	width: 290px;
	float: left;
}


.icon{
	width: 23px;
	display: inline-block;
	margin-left: 6px;
	vertical-align: bottom
}



.imprint{
	margin-top: 20px;
	font-size: 10px;
	line-height: 13px;
	
}

.link{
	text-decoration: underline;
}


@media only screen and (max-width: 768px) {
	body{
		margin-left: 16px;
		margin-top: 16px;
	}
	
	.spalte1, .spalte2{
		float: none;
	}
	
	.links{
		left: auto;
		right: 6px;
		top: 20px
	}
	
	.logo {
   		 width: 165px;
	}
	
	.links img{
		max-height: 26px;
		width: auto;
		margin-right: 10px;
	}

	.index{
		margin-top: 20px;
	}
	
} 
