body {
	background-color:#d6ecdf;	
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
}

#Title {
	margin: 0 auto;
	text-align:center;
	background-image: url(/images/1st_screen.jpg);
	background-size: cover;
	background-size: cover;
	background-position: center;
    width: 100%;
    height: 600px;
    z-index: 10;
    text-align: left;
	color: #ffffff;
}

#Title h1 {
	margin-top:20px;
	margin-bottom:0;

    padding-top: 300px;
    font-size: 50px;
}

#Title h1, h2 {
	margin-left: 45%;
}

#Title h2 {
	margin-top: 10px;
    font-size: 30px;
    font-weight: normal;
}

#Content a {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

#Header {
	width:100%;
	margin:0;
	z-index:-10;
	font-size:0;
}

#Main {
position:relative;
}

#Navigation {
	vertical-align:top;
	background-color:#d6ecdf;
	z-index:10;
}

#Navigation ul {
	list-style-type:none;
	display: flex;
	margin-left: 10%;
	margin-right: 5%;
	flex-direction: row;
    justify-content: space-between;
    align-items: top;
	width: 85%;
	position: absolute;
	top: 20px;
}

#Navigation img{
	width: 10%;
	margin: 0.2% 1%;
}

#Navigation ul li {
    display: inline-block;
	font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}

#Navigation li a{
	display:block;
	box-sizing:border-box;
	text-decoration:none;
	color:#000;
	font-size:18px;
	font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

#Navigation li a:hover {
	text-decoration: underline;
}

a[data-id="67"] {
    font-weight: bold !important;
    font-size: 20px !important;
	}

a[data-id="67"]::before {
	content:'\f054';
	font-family:"FontAwesome";
	color: #008834;
	margin-left: 30px;
	margin-right: 5px;
	}

a[data-id="67"]:hover {
    color: #008834 !important;
	text-decoration: none !important;
	}
	
#Button_nav {
	display: none;
}

#Content {
	max-width: 800px;
	margin: 0 auto;
	bottom: 20px;
	padding-bottom:150px;
}
#Content h1 {
	font-weight: 900;
	font-size: 80px;
	color: rgba(255, 255, 255, 255);
	text-transform: uppercase;
	text-align: center;
}

#Content h1>span {
	display: block;
	font-weight: 600;
	font-size: 40px;
	color: #000000;
	text-transform: none;
	text-align: center;
	margin-top: -40px;
	margin-left: 0px;
}

.xTendContentList p{
    margin-top: 0px;
}

#footer {
	text-align: left;
    height: 55px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background-color: #d6ecdf;
    padding: 15px;
    box-shadow: 5px 5px 22px 0px rgb(2, 89, 35, 0.16);
}

    #footer p {
        margin-top: 0;
    }
	#footer h3{
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 10%;
	margin-bottom: 0px;
}
#Card {
	display: flex;
	font-weight: normal;	
	justify-content: space-between;
	align-items: top;
}
#Kontakt-cards {
	display: flex;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10px;
	font-size: 16px;
	font-weight: normal;	
	justify-content: space-between;
	align-items: flex-start;
}
#Kontakt-cards img {
	height: 20px;
	width: auto;
	padding-right: 10px;
}

#mail {
	height: auto;
	width: 20px !important;
}

#MenuButton {
    display:none;
}

#Button {
  appearance: none;
  background-color: #008834;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  bottom: 20px;
}

#Button:hover {
  background-color: #F5FFF9;
  color: #008834;
}
