/* Styles für Kanzleiberater
von Matthias Kronfuss und umgesetzt von Florian Hammer
*/

@font-face {
    font-family: 'AktivGrotesk_Lt';
    src: url('../fonts/AktivGrotesk_Lt.ttf');
}

@font-face {
    font-family: 'AktivGrotesk_Md';
    src: url('../fonts/AktivGrotesk_Md.ttf');
}
html {
  background:#F6F6F6;
}
body {
  text-rendering: optimizeLegibility;
  font-family: 'AktivGrotesk_Lt';
  font-size: 1rem;
  line-height: 1.25;
  background:#fff;
  max-width: 90rem;
  margin: 0 auto;
}

.row {
  max-width: 90rem;
}
/* --------------
Typography
----------------- */
h1 {
  font-family: 'AktivGrotesk_Md';
  text-rendering: optimizeLegibility;
}
h2 {
  font-family: 'AktivGrotesk_Lt';
  text-align: center;
  font-size: 1.875rem;
  color: #65b1e1;
  margin: 1.25rem 0 1.25rem;
  text-rendering: optimizeLegibility;
}
h3 {
  font-family: 'AktivGrotesk_Lt';
  text-rendering: optimizeLegibility;
  font-weight: normal !important;
  font-size: 1.45rem;
  text-align: center;
  margin: 1rem 0 0.5rem;
  color: #65b1e1;
}
h4{
  font-family: 'AktivGrotesk_Lt';
  text-rendering: optimizeLegibility;
  font-weight: normal !important;
  font-size: 1.25rem;
  margin: 0 0;
  text-align: left;
  color: #65b1e1;
}
strong {
  font-family: 'AktivGrotesk_Md';
  text-rendering: optimizeLegibility;
  font-weight: normal;
}
p {
  line-height: 1.4;
  text-rendering: optimizeLegibility;
}
a {
    color: #65b1e1;
    text-rendering: optimizeLegibility;
}
ul li {
  margin-bottom: 0.5rem;
}
/* -----------
  Header
  ------------ */
.top-bar {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 0;
}
.top-bar, .top-bar ul {
  background-color: #fff;
}
.top-bar ul li {
  display: list-item;
  width: 100%;
}
.top-bar ul li a {
  color: #fff;
}
#language-switcher {
    position: absolute;
    right: 60px;
    top:24px;
    z-index: 100000000;
}
/*.top-bar-left {
  text-align: center;
}*/
.title-bar {
  background: #fff;
}
.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: '';
}
.menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu-text {
  display: none !important;
}
.dropdown.menu {
  background: #2D3138;
  padding: 2rem 1rem 1rem;
}
@media screen and (min-width: 1024px){
  #language-switcher {
      position: static;
      float: right;
      padding: 1.8rem 0.5rem 0;
  }
  .top-bar ul li a {
    color: #000;
  }
  .menu, .menu.horizontal {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  }
  .top-bar ul li {
    width: auto;
  }
  .top-bar ul li.menu-text {
    display: block !important;
    width: 55%;
    padding: 1rem 2rem;
  }
  .dropdown.menu {
    background: #fff;
    padding: 0 0;
  }
}
@media screen and (min-width: 1280px){
  .top-bar ul li.menu-text {
    display: block !important;
    width: 65%;
  }
}
/* ----------
  Header Bild
  ----------- */
figcaption,
.orbit-caption {
  text-align: center;
  background-color: #65b1e1;
  opacity: 0.9;
  font-size: 1.125rem;
}
.desktop-slide {
  display: none;
}
.mobil-slide {
  display: block;
}
@media screen and (min-width: 1024px) {
  figcaption,
  .orbit-caption {
    text-align: center;
    background-color: #65b1e1;
    opacity: 0.9;
    font-size: 1.5rem;
  }
  .desktop-slide {
    display: block;
  }
  .mobil-slide {
    display: none;
  }
}
/* ------------
  leistungen
  ------------- */
.leistungen {
    text-align: center;
}
.leistungen {
  margin: 2em auto;
  padding: 0 1em;
}
@media screen and (min-width: 1024px) {
  .leistungen {
    padding: 2rem 8rem;
  }
}
/* ------------
Über mich
-------------- */
#uebermich {
  background-color: #21262b;
  padding: 3.5em 1rem;
  color: #fff;
}
.quote-left {
    color: #65b1e1 !important;
    font-size: 1.125em !important;
    line-height: 1.2;
    margin:1rem 0 0;
}
@media screen and (min-width: 1024px) {
  #uebermich {
    padding: 4rem 8rem;
  }
}
/* ------------
referenzen
--------------- */
#referenzen {
  padding: 3rem 1rem 1.5rem;
}
#referenzen img {
  margin: 0 auto;
  display: block;
}
.quote-center {
    color: #65b1e1;
    font-size: 1.125em;
    text-align: center;
    margin: 0 auto 0.45em;
    max-width: 700px;
}
@media screen and (min-width: 1024px) {
  #referenzen {
    padding: 4rem 8rem;
  }
}
/* ------------
  Kontakt
  ------------- */
#footer {
    background: #2D3138;
    color:#fff;
    padding: 2rem 1rem 3rem;
}
@media screen and (min-width: 1024px) {
  #footer {
    padding: 4rem 8rem;
  }
}
/* ------------
  Elemente
  ------------- */
.turbar {
    border-top: 6px solid #65b1e1;
    width: 65px;
    height: 6px;
    margin: 0.5rem 0 1rem;
}
.blueline {
    width: 70px;
    height: 5px;
    background-color: #65b1e1;
    margin: 0.5rem auto 3rem;
}
