
@font-face {
    font-family: Quicksand;
    src:local("/fonts/Quicksand/Quicksand-VariableFont_wght.ttf");
}

body,
body * {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}

header .ui.secondary.pointing.menu {
  border: 0;
}

.toggle-menu {
  display: none;
}

.item-section {
  display: inherit;
}

.ui.menu .right.menu .lang_item,
.dropdown .text .item {
  padding: 0 !important;
}

.ui.inline.dropdown {
  margin-bottom: 12px;
  padding: 0 10px;
  width: 120px;
}

.vert-menu {
  width: 100%;
}

h1 {
  font-size: 30px;
  font-weight: 600;
  color: #00BFFF;
  padding-bottom: 20px;
}

.top a {
  color: #000;
}

h2 {
  font-size: 34px;
  font-weight: 400;
}

.under {
  padding-top: 2px;
}

.under a {
  color: black;
}

.under a:hover {
  font-weight: 600;
}

.ui.primary.button {
  background: #00BFFF !important;
}

.highway {
  display: inline-block;
  width: 120px;
  height: 4px;
  background: #00BFFF;
  display: none;

}

.top {

  background: #FFFFFF;
  box-shadow: 0 7px 17px 0 rgba(236, 236, 236, 0.18);
}

.top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
}

.contact ul li {
  display: inline-block;
  list-style: none;
}

.contact ul .lt {
  margin-left: 20px;
}

.icon {
  color: #00BFFF;
}

img {
  border-radius: 4px;
}

nav {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #F8F8F8;

}

nav .item.logo-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

nav .ui.secondary.menu {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ui.sidebar.menu .item {
  text-align: left !important;
}

.mee {
  padding: 0;
}

.meeimage img {
  float: right;
}

.hero {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-text ul li {
  list-style: square;
  padding-top: 16px;
  font-weight: 600;
}

.hero-text ul p {
  font-weight: 600;
}

.quote {
  padding: 40px;
  background: #00BFFF;
  color: #fff;
}

.quote p {
  font-size: 32px;
}

.person {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f5f5f5;
}

.person-text {
  padding-left: 20px;
}

.person-text p {
  line-height: 1.9;

}

.person-text a {
  text-decoration: ;
  color: black;
}

.person-text a:hover {
  text-decoration: underline;
  color: #00BFFF;
  ;
}

.person-resume {
  padding-bottom: 20px;
  font-weight: 400 !important;
}

.person-resume ul {
  margin-left: -40px !important;
}

.person-resume ul li {
  list-style: none;
}

.person-resume span {
  float: right;
}

.honorare {
  padding-top: 100px;
  padding-bottom: 100px;
}

.honorare-text ul {
  margin-left: -40px !important;
}

.honorare-text ul li {
  list-style: none;
  background: #00bfff;
  box-shadow: 0 7px 17px 0 rgba(222, 222, 222, 0.18);
  margin-bottom: 20px;
  padding: 15px;
  color: white;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.honorare-text li p {
  font-size: 16px;
  font-weight: 900;
}

.honorare-text h3 {
  font-weight: 600;
}

.pricing {
  float: right;
  font-weight: 900;
}

.address {
  padding: 40px;
  font-size: 20px;
}

.cop {
  display: inline-block;
  float: right;
  padding-top: 10px;
  font-size: 12px;
}

.deb {
  display: inline-block;
  padding-top: 10px;
}

.contactsect {
  padding-top: 100px;
}

.contactsect h2 {
  padding-bottom: 30px;
}

.address .linked a {
  color: #000;
}

iframe {
  width: 760px;
  height: 440px;
}

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f5f5f5;
  margin-top: 30px;
}

footer ul {
  list-style: none;
  text-align: center;
}

footer ul li {
  display: inline-block;
  padding-right: 20px;
}

footer ul li,
footer ul a {
  font-size: 14px;
}

footer ul li a {
  color: #000;
}
.footer_content {
  position: relative;
}
.footer_content .lang_item {
  position: absolute;
  right: 0;
  top: 50%;
}

@media only screen and (max-width: 1199px) {

  .contactsect .ui.stackable.grid {
    display: flex;
    flex-direction: column-reverse;
  }

  .address {
    padding: 0;
  }

  .ui.column.grid > [class*="eleven wide"].column,
  .ui.grid > .column.row > [class*="eleven wide"].column,
  .ui.grid > .row > [class*="eleven wide"].column,
  .ui.grid > [class*="eleven wide"].column {
    width: 100% !important;
  }

  iframe {
    width: 100%;
  }
}


@media screen and (max-width: 1145px) {}

@media screen and (max-width: 1084px) {}

@media screen and (max-width: 991px) {}


@media screen and (max-width: 987px) {}

@media only screen and (max-width: 767px) {
  .top ul {
    flex-direction: column;
    align-items: baseline;
  }
  .toggle-menu .ui.dropdown {
    margin-bottom: 12px;
  }

  .contact ul .lt {
    margin-left: 0;
  }

  .top a {
    font-size: 14px;
  }

  .hero {
    padding: 20px 0 50px;
  }

  h1 {
    font-size: 24px;
    padding-bottom: 0;
  }

  .hero-text ul {
    padding-left: 20px !important;
  }

  .hero-text ul li {
    font-size: 14px !important;
    padding-top: 5px;

  }

  .toggle-menu {
    display: flex;
    align-items: center;
  }

  .toggle-menu .lang_item {
    padding: 4px !important;
  }

  .item-section {
    display: none;
  }

  .mee {
    padding: 0;
  }

  .ui.stackable.grid {
    flex-direction: column-reverse;
  }

  .quote {
    padding: 35px 0;
  }

  .quote p {
    font-size: 18px;
  }

  .under {
    padding-top: 15px;
  }

  .person-content h2 {
    padding-left: 15px;
  }

  .person-text {
    padding: 0;
  }

  .person {
    padding-top: 80px;
  }

  iframe {
    width: 100%;
    height: 240px;
  }

  .address {
    padding: 0;
  }

  .contactsect h2 {
    padding-bottom: 0;
  }

  .logo-item {
    width: 200px;
  }

  nav {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .honorare {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .contactsect {
    padding-top: 50px;
  }

  .honorare-text li p {
    max-width: 240px;
  }

  .datenschutz {
    padding-top: 30px;
  }

  .datenschutz h2 {
    font-size: 28px;
  }

  .impressum {
    padding-top: 30px;
  }

  footer ul {
    display: flex;
    padding: 0;
  }

  footer {
    padding: 15px 0;
  }

}


@media screen and (max-width: 600px) {}


@media screen and (max-width: 560px) {}
