html,
body {
  height: 100%;
  width: 100%;
  line-height: 120%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: Verdana, Geneva, sans-serif;
  user-select: none;
}

header {
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px black solid;
  vertical-align: middle;
  padding: 3em;
  align-items: center;
}

.content h1.subtitle {
  font-size: 0.9em;
}

.listContent.activityField {
  list-style-image: url("/assets/img/bulletSquare.png");
  padding-left: 1em;
}

.listContent.activityField li {
  display: list-item;
}

header nav {
  align-self: flex-end;
}

.navSmall {
  display: none;
}

.innerListText h2:not(:first-child) {
  padding-top: 0.5em;
}

header .navlink {
  text-decoration: none;
  color: black;
  vertical-align: bottom;
  padding: 0.4em;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
}
.navlink.active {
  border-bottom: 1px black solid;
}

.hiddenNavigation {
  display: none;
}

.navlink:hover {
  background: #ebebeb;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
.content.home {
  justify-content: space-around;
}

.content.home .contentImage img {
  max-width: 800px;
  height: auto;
  padding-top: 2em;
}
.content.home .contentImage {
  padding: 0;
}
.content.alignCenter.home .contentImage {
  margin-left: 0;
}

#render
  > div
  > div.successor
  > div:nth-child(2)
  > ul
  > li.listLogo
  > div
  > div {
  padding-left: 0;
}

.listContent li {
  padding-top: 1em;
  display: flex;
  flex-direction: row;
}
.listContent li > div:not(:first-child) {
  padding-left: 0.5em;
}
.listContent li > div:first-child {
  white-space: nowrap;
}

.logo {
  color: #767171;
}

.successor .doubleList .listContent .noPaddingTop {
  padding-top: 0;
}

.logo h1 {
  font-weight: bold;
}

.logo h2 {
  font-size: 0.8em;
}

body .logo h1 {
  padding: 0;
  margin: 0;
}

.headerName {
  flex-grow: 1;
  align-self: start;
  color: #767171;
}
.headerName h1 {
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 0.4em;
}

main {
  flex: 1;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  overflow: auto;
}

#render {
  vertical-align: middle;
}

footer {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 3em;
  padding-right: 3.4em;
  display: flex;
  justify-content: space-between;
  font-size: 0.7em;
}

a {
  text-decoration: none;
  outline: none;
}

a[href^="tel:"],
[href^="fax:"] {
  color: black;
}

.content {
  box-sizing: border-box;
  display: flex;
  padding: 1em 12em 1em 12em;
  justify-content: flex-start;
  width: 100%;
}

.content.home {
  box-sizing: border-box;
  display: flex;
  padding: 1em 4em 1em 4em;
  justify-content: center;
  width: 100%;
}

.content.alignCenter {
  height: 100%;
  align-items: center;
}

.content h1 {
  font-weight: bold;
  font-size: 1em;
  padding-top: 2em;
}

.networkHeading h4 {
  padding-top: 1em;
}

h4 {
  font-size: 0.85em;
}
.contentImage {
  margin-left: auto;
  padding-right: 7em;
}

.contentImage img {
  max-width: 600px;
  height: auto;
  padding-top: 2em;
}

.textContent h3:not(:first-child) {
  padding-top: 2em;
}

.nexia .networkEntry .newtworkImage img {
  height: 34px;
}

.textContent h3 {
  font-size: 1.2em;
}

.aboutMe,
.successor {
  min-width: 740px;
}

.listContent li {
  padding-top: 2em;
}

.networkLogos {
  padding-top: 6em;
  display: flex;
  justify-content: space-between;
}

.networkEntry {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  max-width: 15%;
  color: black;
  outline: none;
}

.abtInnerList {
  display: flex;
  flex-direction: row;
  padding: 1.5em 0 0 0;
}
.abtInnerList > div:first-child {
  padding: 0 1em 0 2em;
}

.networkSmallText {
  padding-top: 0.7em;
  font-size: 0.7em;
}
.foundation {
  height: 100%;
}

.newtworkImage img {
  height: 60px;
}
.imageFoundation {
  display: flex;
  align-content: flex-end;
  flex-direction: row;
}
.imageFoundation img {
  width: 14%;
  align-self: flex-end;
}
.imageFoundation img:first-child {
  padding-right: 2em;
}
.coatOfArms.imageFoundation {
  display: inline-block;
}

.nexia {
  padding-top: 2em;
  display: flex;
  flex-direction: row;
  justify-content: start;
  vertical-align: middle;
}
.nexiaLegal {
  width: 55%;
  padding-left: 4em;
  line-height: 1.5em;
}

.networkHeading h1 {
  font-weight: bold;
  font-size: 1em;
  padding-top: 2em;
}

.networkHeading {
  padding: 1em 12em 1em 12em;
}

.networkHeading h2 {
  padding-top: 1.5em;
}

.network .networkLogos,
.network .nexia {
  padding-left: 12em;
  padding-right: 12em;
}

.network {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.listContent li:not(:first-child) {
  padding-top: 1em;
}

.content .listContent.activityField li:not(:first-child) {
  padding-top: 2em;
}
.listContent .innerList li:not(:first-child) {
  padding-top: 0.5em;
}

.foundation .listContent .listAlignedContent .innerList {
  padding-top: 0;
}

.listContent .innerList li:first-child {
  padding-top: 0;
}

.content .successor .doubleList .listContent .listLogo {
  padding: 1.6em 0 1.6em 6.2em;
}

.listAlignedContent {
  display: flex;
  flex-direction: row;
}

.mapFrame {
  width: 100%;
  height: 400px;
  padding-top: 2em;
}

.contact {
  padding: 3em 3em 2em 3em;
}

.contactData h1 {
  font-weight: bold;
  padding-bottom: 1em;
}

.contact h1 {
  font-weight: bold;
  font-size: 1em;
}

.selectable {
  user-select: text;
}

.contactData {
  display: flex;
  padding: 3em 1em 0em 1em;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
}

.contactDataPhone i {
  padding-right: 1em;
}

.contactDataPhone {
  font-size: 0.9em;
  padding-left: 3em;
}

.address {
  padding-top: 1em;
  font-size: 0.9em;
}
.contactDataPhone div:not(:first-child) {
  padding-top: 1em;
}
.contactDataPhone .phoneNumber .fas.fa-mobile-alt {
  font-size: 19px;
}
.contactDataPhone .phoneNumber:not(:first-child) {
  padding-top: 0.7em;
}

.mwstInfo {
  font-size: 0.85em;
  display: table;
  padding-top: 2em;
}
.row {
  display: table-row;
}
.cell:not(:first-child) {
  display: table-cell;
  padding-left: 2em;
}

#impressum {
  cursor: pointer;
}

.legalImpressum {
  user-select: text;
  padding: 0 2em 2em 2em;
  line-height: 1.4em;
}
.legalImpressum h1 {
  font-weight: bold;
  padding-top: 2em;
}

.legal h2 p {
  padding-top: 2em;
}

.impressum h2 p:first-child {
  padding-top: 2em;
}

@media (max-width: 480px) {
  .networkHeading h1 {
    padding-top: 0;
  }

  .networkHeading {
    padding: 0;
  }

  .content.home {
    padding: 1em;
  }
  .networkHeading {
    padding-left: 0em;
    padding-right: 0em;
  }
  .content {
    padding: 1em;
  }
  .contentImage {
    margin-left: 0;
    padding-right: 0;
  }
  .contentImage img {
    padding-top: 0;
  }
  header {
    padding: 1em;
  }
  .headerName h1 {
    font-size: 1em;
  }
  .headerName h2 {
    font-size: 0.7em;
  }
  .navLarge {
    display: none;
  }
  .navSmall {
    cursor: pointer;
    display: block;
    align-self: center;
  }
  .navSmall i {
    font-size: 25px;
  }
  .hiddenNavigation {
    z-index: 1000;
    position: relative;
    flex-direction: column;
    display: none;
    background: white;
    width: 100%;
    border-bottom: solid black 1px;
  }
  .navlink {
    text-decoration: none;
    color: black;
    vertical-align: bottom;
    padding: 1em 0.4em 1em 0.4em;
    outline: 0;
    cursor: pointer;
  }

  .navlink.active {
    border-bottom: none;
    background: #ebebeb;
  }

  footer {
    display: none;
  }

  .content {
    flex-direction: column;
  }
  .content.reverse {
    flex-direction: column-reverse;
  }

  h2 {
    line-height: 120%;
    font-size: 0.9em;
  }

  h3 {
    padding-top: 1em;
  }

  .abtInnerList {
    display: flex;
    flex-direction: row;
  }
  .abtInnerList > div:first-child {
    padding: 0 1em 0 1em;
  }

  body {
    line-height: 120%;
    font-size: 0.8em;
  }

  .listContent li {
    padding-top: 1em;
  }

  .content .listContent.activityField li:not(:first-child) {
    padding-top: 1em;
  }

  .content .successor .doubleList .listContent .listLogo {
    padding: 1em 0 1em 0em;
  }

  .network {
    padding: 1em;
  }
  .networkLogos {
    padding-top: 1em;
    flex-direction: column;
    align-items: center;
  }
  .networkEntry {
    padding-top: 1em;
    width: 100%;
    max-width: unset;
  }
  .nexia {
    padding-top: 1em;
    flex-direction: column;
    align-items: center;
  }
  .nexiaLegal {
    padding: 1em 0 0 0;
    width: 100%;
  }
  .contact,
  .legalImpressum {
    padding: 1em 1em 1em 1em;
  }

  .contactData {
    flex-direction: column;
    padding: 1em;
  }
  .contactAddress {
    padding-top: 1em;
  }
  .mapFrame {
    padding-left: 0;
    padding-right: 0;
    height: 300px;
  }

  .legalImpressum h1 {
    padding-top: 1em;
  }
  .listAlignedContent.innerImageList {
    display: flex;
    flex-direction: column;
  }
  .flex {
    display: flex;
    flex-direction: row;
    white-space: normal !important;
  }

  .listContent li > div:first-child div:first-child {
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .networkHeading h1 {
    padding-top: 0;
  }

  .contactDataPhone {
    padding-top: 1em;
    padding-left: 0;
  }

  .networkHeading {
    padding: 0;
  }

  .networkHeading {
    padding-left: 0em;
    padding-right: 0em;
  }
  .content {
    padding: 1em;
  }
  .contentImage {
    margin-left: 0;
    padding-right: 0;
  }
  .contentImage img {
    padding-top: 0;
  }
  header,
  footer {
    padding: 1em;
  }
  .headerName h1 {
    font-size: 1.4em;
  }
  .headerName h2 {
    font-size: 1em;
  }
  .navLarge {
    display: none;
  }
  .navSmall {
    cursor: pointer;
    display: block;
    align-self: center;
  }
  .navSmall i {
    font-size: 25px;
  }
  .hiddenNavigation {
    z-index: 1000;
    position: relative;
    flex-direction: column;
    display: none;
    background: white;
    width: 100%;
    border-bottom: solid black 1px;
  }
  .navlink {
    text-decoration: none;
    color: black;
    vertical-align: bottom;
    padding: 1em 0.4em 1em 0.4em;
    outline: 0;
    cursor: pointer;
  }

  .navlink.active {
    border-bottom: none;
    background: #ebebeb;
  }

  footer {
    display: none;
  }

  .content {
    flex-direction: column;
    align-items: flex-start;
  }
  .content.reverse {
    flex-direction: column-reverse;
  }

  h2 {
    line-height: 120%;
    font-size: 1em;
  }

  h3 {
    padding-top: 1em;
  }
  .abtInnerList {
    display: flex;
    flex-direction: row;
  }
  .abtInnerList > div:first-child {
    padding: 0 1em 0 1em;
  }

  body {
    line-height: 120%;
    font-size: 0.9em;
  }

  .listContent li {
    padding-top: 1em;
  }
  .network {
    padding: 1em;
  }
  .networkLogos {
    padding-top: 1em;
    flex-direction: column;
    align-items: center;
  }
  .networkEntry {
    padding-top: 1em;
    width: 100%;
    max-width: unset;
  }
  .nexia {
    padding-top: 1em;
    flex-direction: column;
    align-items: center;
  }
  .nexiaLegal {
    padding: 1em 0 0 0;
    width: 100%;
  }
  .contact,
  .legalImpressum {
    padding: 1em 1em 1em 1em;
  }

  .contactData {
    flex-direction: column;
    padding: 1em;
    align-items: flex-start;
  }
  .contactAddress {
    padding-top: 1em;
  }
  .mapFrame {
    padding-left: 0;
    padding-right: 0;
    height: 300px;
  }

  .legalImpressum h1 {
    padding-top: 1em;
  }
  .flex {
    display: flex;
    flex-direction: row;
    white-space: normal !important;
  }
  .listContent li > div:first-child div:first-child {
    white-space: nowrap;
  }
}

@media (max-width: 1200px) {
  .networkHeading h1 {
    padding-top: 0;
  }

  .networkHeading {
    padding: 0;
  }

  .content {
    padding: 1em;
  }
  .contentImage {
    margin: 0;
    padding: 0;
  }
  .contentImage img {
    padding-top: 0;
  }
  .aboutMe,
  .successor {
    min-width: auto;
  }
  header,
  footer {
    padding: 1em;
  }

  .navSmall {
    cursor: pointer;
    display: block;
    align-self: center;
  }
  .navSmall i {
    font-size: 25px;
  }
  .navLarge {
    display: none;
  }

  .hiddenNavigation {
    z-index: 1000;
    position: relative;
    flex-direction: column;
    display: none;
    background: white;
    width: 100%;
    border-bottom: solid black 1px;
  }
  .navlink {
    text-decoration: none;
    color: black;
    vertical-align: bottom;
    padding: 1em 0.4em 1em 0.4em;
    outline: 0;
    cursor: pointer;
  }

  .navlink.active {
    border-bottom: none;
    background: #ebebeb;
  }
  .footerAddress {
    display: none;
  }
  .content {
    flex-direction: column;
    align-items: flex-start;
  }
  .content.reverse {
    flex-direction: column-reverse;
  }
  .textContent {
    padding-top: 1em;
  }

  .textContent h3:not(:first-child) {
    padding-top: 1em;
  }
  h2 {
    line-height: 120%;
    font-size: 1em;
  }

  h3 {
    padding-top: 1.2em;
  }

  .abtInnerList {
    display: flex;
    flex-direction: row;
  }
  .abtInnerList > div:first-child {
    padding: 0 1em 0 1em;
  }

  .content .listContent.activityField li:not(:first-child) {
    padding-top: 1em;
  }
  .network {
    padding: 1em;
  }
  .networkLogos {
    padding-top: 1em;
    flex-direction: column;
    align-items: center;
  }
  .networkEntry {
    padding-top: 1em;
    width: 100%;
    max-width: unset;
  }
  .nexia {
    padding-top: 1em;
    flex-direction: column;
    align-items: center;
  }
  .nexiaLegal {
    padding: 1em 0 0 0;
    width: 100%;
  }
  .flex {
    display: flex;
    flex-direction: row;
    white-space: normal !important;
  }
  .listContent li > div:first-child div:first-child {
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  #render {
    height: 100%;
  }
  .headerName h1 {
    font-size: 1.4em;
  }
  .textContent {
    padding-left: 5em;
  }
  .coatOfArms.imageFoundation {
    max-width: 300px;
    padding-right: 9em;
    margin-left: auto;
  }
  .coatOfArms.imageFoundation img:first-child {
    width: 127px;
  }
  .coatOfArms.imageFoundation img:last-child {
    width: 88px;
  }
  .flex {
    display: flex;
    flex-direction: row;
    white-space: normal !important;
  }
  .listContent li > div:first-child div:first-child {
    white-space: nowrap;
  }
}
