@font-face {
  font-family: Arial;
}

* {

  margin: auto;
  }

body
{
  font-size: 15px;
  color: #444;
  font-family: Arial;
  width: 780px;
/*	overflow: scroll;*/
}

h1 {
  font-size:22px;
  font-weight:bold;
}

h1, h2 {
  color: #7ba597;
  margin-bottom: 10px;
}

#headermenu {
    height: 20px;
    margin-top:9px;
}

#headermenu a {
  font-size:15px;
  text-decoration: none;
  font-weight:normal;
  color: #4a5765;
}

#headermenu a:visited {
  color: #4a5765;
}

#logo {
    height: 100px;
    background-image: url(img/logo.png);
  background-repeat:no-repeat;
}

#bildbereich{
    height: 302px;
    background-color: lightgrey;
}

#inhaltsbereich{
    margin-top: 20px;
    font-family: Arial;
    text-align: justify;
}

#inhaltsbereich a {
    margin-top: 20px;
    font-family: Arial;
  color: #4a5765;
}


a {
  text-decoration: none;
}

div.wrapper {
  width: 780px;
  margin:  auto;
}

 div.main {
  margin-top: 0px;
}

div.content {
  width: 470px;
  float: left;
  margin: 0 10px 20px 10px;
}

div.content p {
  margin-bottom: 10px;
}

div.content ul {
  list-style: disc;
}

div.content li {
  margin-left: 10px;
}

div.content p + ul {
  border: 1px solid #dadada;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 10px;
}

div.content > ul > li:nth-child(2n),
div.content ul > li > ul > li:nth-child(3n+2) {
  color: #00f;
}

div.content h1 ~ ul ul {
  border-top: 1px solid #00f;
  border-bottom: 1px solid #00f;
  margin: 5px 0;
  padding: 5px 0;
}

footer {
  clear: both;
  border-top: 2px solid #7ba597;
  margin-top: 55px;
  padding-top: 10px;
  font-size:12px;
  margin-bottom: 25px;
}

footer p {
  padding: 10px;
  color: #fff;
}



nav {
  text-align: center;
  width: 100%;
  background: #7ba597;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.1em;
}
nav ul ul {
  display: none;
}
nav ul li:hover > ul {
  display: block;
  z-index:2;
}
nav ul {
  background: #7ba597;
  display: inline-flex;
  list-style: outside none none;
  padding: 0 0px;
  position: relative;
width:780px;
}
nav ul::after {
  clear: both;
  content: "";
  display: block;
}
nav ul li {
  float: left;
}
nav ul li:hover {
  background: #4a5765;
}
nav ul li:hover a {
  color: #fff;
}
nav ul li a {
  color: #fff;
  display: block;
  padding: 6px 25px;
  text-decoration: none;
}
nav ul ul {
  background: none repeat scroll 0 0 #4a5765;
  border-radius: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  text-align: left;
  width:auto;
}
.nav_en{
  margin-left: -110px;
}
.nav_de {
  margin-left: -70px;
}
nav ul ul li {
  font-size: 15px;
  letter-spacing: 0.05em;
  float: none;
  position: relative;
}
nav ul ul li a {
  color: #fff;
  padding: 5px 10px;
}
nav ul ul li a:hover {
  background: none repeat scroll 0 0 #7ba597;
}
nav ul ul ul {
  left: 100%;
  position: absolute;
  top: 0;
}
#menu-budev{border-top:1px solid #7ba597; color:#FFF; padding:5px 7px 5px 7px;}
#menu-budev_child{margin-left: 15px;}
  #menu-budev_child:before{
    content: "\f0da";
    font-family: FontAwesome;
    position:absolute;
    top:9px;
    color: #fff;
    font-size: 10px;
    }
#menu-mafi{border-top:1px solid #7ba597; color:#FFF; color:#FFF; padding:5px 7px 5px 7px;}
#menu-cofi{margin-left: 15px;}
  #menu-cofi:before{
    content: "\f0da";
    font-family: FontAwesome;
    position:absolute;
    top:9px;
    color: #fff;
    font-size: 10px;
    }
#menu-munda{margin-left: 15px;}
  #menu-munda:before{
    content: "\f0da";
    font-family: FontAwesome;
    position:absolute;
    top:9px;
    color: #fff;
    font-size: 10px;
    }
#menu-wire{border-top:1px solid #7ba597; color:#FFF; padding:5px 7px 5px 7px;}
#menu-wi{margin-left: 15px;}
  #menu-wi:before{
    content: "\f0da";
    font-family: FontAwesome;
    position:absolute;
    top:9px;
    color: #fff;
    font-size: 10px;
    }
#menu-re{margin-left: 15px; border-bottom:1px;}
  #menu-re:before{
    content: "\f0da";
    font-family: FontAwesome;
    position:absolute;
    top:9px;
    color: #fff;
    font-size: 10px;
    }


/*BACK TO TOP BUTTON*/
.top-button{
float:right;
}
.scroll-top-wrapper {
position: relative;
opacity: 0;
visibility: hidden;
overflow: hidden;
text-align: center;
z-index: 99999999;
background-color: #7BA597;
color: #eeeeee;
width: 30px;
height: 28px;
line-height: 22px;
right: 0px;
bottom: -10px;
padding-top: 2px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
font-size: 28px;
}
.scroll-top-wrapper:hover {
background-color: #4a5765;
opacity: 1;
font-weight: bold;
}
.scroll-top-wrapper.show {
visibility:visible;
cursor:pointer;
opacity: 1;
}
.scroll-top-wrapper i.fa {
line-height: inherit;
}

.scroll-top-inner {
color: #fff;;
}


#inhaltsbereich > ul > li{
margin:0.2em 0;
text-align:left;
}
