* {
  box-sizing: border-box;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  line-height: 1.6;
}

body {
  background-color: rgb(217, 219, 215);
  font-size: 14pt;
}
div#wrap-site {
  background-color: white;
  padding: 100px;
  width: 100%;
}


div#logo {
  background-image: url(../assets/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width:100%;
  height:120px;
  margin-bottom: 10px;
}



nav > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: orange;
  border-radius: 15px;
}

nav > ul > li {
  float: left;
}

nav > ul > li > a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

nav > ul > li > a:hover {
  background-color: rgb(23, 1, 150);
}

.nav-active {
  background-color: rgb(23, 1, 150);
  font-weight: 600;
}

#wrapper-center {
  width:100%;
}
#wrapper-main {
  float:left;
  width:60%;
}
#wrapper-aside {
  float:right;
  width:30%;
}

main {
  float: left;
  width: 60%;

}

section {
  float: left;
  font-size: 12pt;
}

article {
  background-color: beige;
  padding: 50px;
  margin-bottom:10px;
  font-size: 12pt;
  border-radius: 25px;
}

aside {
  margin-top: 10px;
  padding-right: 50px;
  padding-left:30px;
  padding-top:20px;
  padding-bottom: 20px;
  background-color: orange;
  font-size: 12pt;
  border-radius: 25px;
}
aside .aside-table {
  list-style-type: none;
  margin: 0;
  padding: 15px;
  overflow: hidden;
  background-color: orange;
  font-style: normal;
}

.anwaltde {
    background-color: white;
}


aside .aside-table > li > div > div:first-child {
  float:left;
  width:25%;
}

aside .aside-table > li > div > div:last-child {
  float: left;
  padding-left:30px;
  padding-bottom:15px;
  width: 75%;
}

aside .aside-table > li .ul-li-wrapper {
  clear:left;
}

/* aside .aside-table > li > div > div:last-child > a {
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
  margin-left:10%;
} */




p#cookie, p#kontakt-datenschutz {
  background-color: rgb(190, 190, 207);
  padding: 10px;
  border-radius: 15px;
}

footer {
  font-size: 12pt;
}
footer::before {
  clear: both;
  content: "";
  display: table;
}


form > fieldset > div > div {
  margin-left: 100px;  
  margin-top: 10px;
}
form > fieldset > div > div > input {
  width: 100%;
}
form > fieldset > div > label {
  float:left;
}
form > fieldset > div > div > textarea {
  width: 100%;
}
form > fieldset > div:last-child {
  margin-left:25%;
}



article > ul {
  list-style-type: none;
  margin: 0;
  margin-left: 100px;
  padding: 0;
  overflow: hidden;
  color: green;
  
}
article > ul > li:before {
  content: '✓';
  margin-right:10px;
}
article > ul > li {
  margin-top: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

a.arrow-link::before {
  content: "\2192\000a0";
}


.download-area {
  color: red !important;
  margin-left: 20px;
  font-size: 10pt;
  
}
.download-area > li:before {
  content: '\21E9' !important;
}

.externalcompany {
    font-style: italic;
}
.externalcompany::after {
    content: '\2122';
}

@media only screen and (max-width: 1000px) {
  body {
    font-size: 12pt;
  }
  section {
    float: none;
    width:100%;
  }
  article {
    float:none;
    width:100%;
  }
  aside {
    float:none;
    width:100%;
  }
  main {
    float:none;
    width:100%;
  }
  #wrapper-main {
    float:none;
    width:100%;
  }
  #wrapper-aside {
    float:none;
    width:100%;
  }
}

@media only screen and (max-width: 700px) {
  body {
    font-size: 10pt;
  }
  section {
    font-size: 10pt;
  }
  article {
    font-size: 10pt;
    padding:25px;
  }
  aside {
    font-size: 10pt;
    margin:0;
    margin-top: 10px;
  }
  main {
    font-size: 10pt;
  }
  footer {
    font-size: 10pt;
  }
  nav {
    font-size: 10pt;
  }
  nav > ul > li > a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
  }
  nav > ul > li {
    float: none;
  }
  form > fieldset > div > div {
    margin: 0;
  }
  form > fieldset > div > label {
    float:none;
  }
  form > fieldset > div > input {
    margin:10px 0;
  }
  form > fieldset > legend {
    display:none;
  }

  div#logo {
    background-image: url(../assets/logo.svg);
    background-size: contain;
    width:100%;
    height:80px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 500px) {
    div#wrap-site {
      background-color: white;
      padding: 5px;
      width: 100%;
      margin:auto;
    }
    article > ul {
        margin-left:10px;
    }
}
