/* vars */
/* general */
body {
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: 'Tajawal', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #48474f;
}
.mobilenav {
  display: none;
  float: right;
  margin-right: 0;
  margin-top: 60px;
}
h1 {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0.5em;
}
h2 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 0.5em;
}
p {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
b,
strong {
  font-weight: bold;
}
/* Tabellen */
table tr td {
  vertical-align: top;
  text-align: left;
}
a {
  color: #000000;
  text-decoration: underline;
}
a:link,
a:visited {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #48474f;
  text-decoration: none;
}
a.button {
  padding: 1em 1.5em 0.7em 1.5em;
  display: inline-block;
  text-decoration: none;
  line-height: 1em;
}
a.button.button-orange {
  background-color: #ff8b42;
}
a.button:hover {
  background-color: #000000;
  color: #ffffff;
}
blockquote {
  font-size: 1.4em;
  width: auto;
  margin: 50px 0;
  color: #48474f;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #ff8b42;
  line-height: 1.6em;
  position: relative;
  background: #ededed;
}
blockquote:before {
  font-family: Arial;
  content: "\201C";
  color: #ff8b42;
  font-size: 4em;
  position: absolute;
  left: 10px;
}
blockquote::after {
  content: '';
}
blockquote span {
  display: block;
  color: #000;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}
.wrapper {
  max-width: 1320px;
  margin: auto;
}
.layout-content {
  padding: 0 20px;
}
.calendly-badge-widget {
  top: 4em;
  bottom: initial !important;
  max-width: 45%;
}
/* Header
-----------------  */
.header {
  padding: 2em 20px 0em 20px;
  min-height: 85px;
}
.header #block-logo {
  float: left;
  max-width: 45%;
}
.header #block-logo p {
  margin: 0;
  padding: 0;
}
.header #block-logo a {
  display: block;
}
.header #block-logo a img {
  width: 100%;
  height: auto;
}
.header .navigation,
.header #block-arch-main-menu {
  margin-left: 33%;
  padding-top: 2em;
}
.header .navigation ul,
.header #block-arch-main-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.header .navigation ul.show,
.header #block-arch-main-menu ul.show {
  display: block !important;
}
.header .navigation ul li,
.header #block-arch-main-menu ul li {
  position: relative;
}
.header .navigation ul li .pfeil,
.header #block-arch-main-menu ul li .pfeil {
  display: none;
}
.header .navigation ul li .pfeil.down,
.header #block-arch-main-menu ul li .pfeil.down {
  background: url(../images/pfeil_navi_unten.svg) no-repeat;
  background-size: 25px;
  width: 25px;
  text-indent: -9999px;
  position: absolute;
  top: 8px;
  right: 0;
}
.header .navigation ul li .pfeil.down.up,
.header #block-arch-main-menu ul li .pfeil.down.up {
  background: url(../images/pfeil_navi_oben.svg) no-repeat;
}
.header .navigation ul li a,
.header #block-arch-main-menu ul li a {
  color: #48474f;
  text-decoration: none;
  padding: 10px 15px 0 15px;
  border-top: 4px solid #fff;
}
.header .navigation ul li a:hover,
.header #block-arch-main-menu ul li a:hover,
.header .navigation ul li a:active,
.header #block-arch-main-menu ul li a:active {
  color: #000;
  border-top-color: #000;
}
.header .navigation ul li a.is-active,
.header #block-arch-main-menu ul li a.is-active {
  border-top: 4px solid #000;
}
.header .navigation ul li.selected a,
.header #block-arch-main-menu ul li.selected a {
  border-top: 4px solid #000;
}
.header .navigation ul li.selected ul li a,
.header #block-arch-main-menu ul li.selected ul li a {
  border: none;
}
.header .navigation ul li:hover ul,
.header #block-arch-main-menu ul li:hover ul {
  display: block;
}
.header .navigation ul li ul,
.header #block-arch-main-menu ul li ul {
  position: absolute;
  display: none;
  background: #fff;
  padding: 1em 0 0.5em 0;
  z-index: 10;
}
.header .navigation ul li ul li a,
.header #block-arch-main-menu ul li ul li a {
  border: none;
  display: block;
  white-space: nowrap;
}
.header .navigation ul li ul li a:hover,
.header #block-arch-main-menu ul li ul li a:hover,
.header .navigation ul li ul li a:active,
.header #block-arch-main-menu ul li ul li a:active {
  border: none;
}
.header .navigation ul li ul li a.is-active,
.header #block-arch-main-menu ul li ul li a.is-active {
  border: none;
}
/* Einstiegsbild */
.einstiegsbild {
  margin-bottom: 2em;
}
.einstiegsbild img,
.einstiegsbild video {
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 1em;
  display: block;
  position: relative;
  z-index: 2;
}
/* Inhalt
--------------  */
.inhalt video {
  position: relative;
  width: 860px;
  max-width: 100%;
  height: auto;
}
/* Alphabet */
.alphabet ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.alphabet ul li {
  display: inline-block;
  border-right: 1px solid #000000;
  padding-right: 1em;
  margin-right: 1em;
}
.alphabet ul li a {
  text-transform: uppercase;
}
/* Startseite Kacheln
-------------  */
.startkacheln {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  margin: 2em 0;
}
.startkacheln .startkachel {
  width: 25%;
  text-align: center;
  color: #000000;
}
.startkacheln .startkachel h3 {
  text-transform: uppercase;
  text-align: center;
}
.startkacheln .startkachel a {
  color: #48474f;
  text-decoration: underline;
}
.startkacheln .startkachel a:hover {
  text-decoration: none;
}
.startkacheln .startkachel .hellgrau {
  height: 100%;
  width: 100%;
  background: #ededed;
}
.startkacheln .startkachel .hellgrau h3 {
  color: #ff8b42;
}
.startkacheln .startkachel .hellgrau a {
  color: #ff8b42;
}
.startkacheln .startkachel .schwarz {
  height: 100%;
  width: 100%;
  background: #000;
  color: #c5d0d8;
}
.startkacheln .startkachel .schwarz h3 {
  color: #ff8b42;
}
.startkacheln .startkachel .schwarz a {
  color: #ff8b42;
}
.startkacheln .startkachel .blau {
  height: 100%;
  width: 100%;
  background: #8293a0;
}
.startkacheln .startkachel .blau h3 {
  color: #ededed;
}
.startkacheln .startkachel .blau a {
  color: #ededed;
}
.startkacheln .startkachel .gruen {
  height: 100%;
  width: 100%;
  background: #ff8b42;
  color: #000000;
}
.startkacheln .startkachel .gruen a {
  color: #000000;
}
.startkacheln .startkachel .icon {
  text-align: center;
  padding-top: 2em;
}
.startkacheln .startkachel .icon img {
  max-height: 3em;
}
.startkacheln .startkachel .views-field-body {
  padding: 0 2em;
}
.startkacheln .startkachel .mehrlink {
  padding-bottom: 2em;
}
/* Blog */
.bloguebersicht .flexeintrag {
  flex: 0 0 32%;
  margin: 0;
  margin-left: 1.5%;
  margin-bottom: 2em;
}
.bloguebersicht .flexeintrag:nth-child(3n+3) {
  margin-right: 0;
}
.bloguebersicht .inhalt.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.bloguebersicht .inhalt .flexeintrag {
  flex: 0 0 32%;
  margin: 0;
  margin-right: 1.5%;
  margin-bottom: 2em;
}
.bloguebersicht .inhalt .flexeintrag:nth-child(3n+3) {
  margin-right: 0;
}
.bloguebersicht header {
  width: 100%;
}
.bloguebersicht .blogeintrag {
  margin-top: 50px;
  border-left: 3px solid #fff;
}
.bloguebersicht .blogeintrag:hover {
  border-left: 3px solid #48474f;
}
.bloguebersicht .blogeintrag h3 {
  padding: 0 10px;
}
.bloguebersicht .blogeintrag h3 a {
  color: #48474f;
  text-decoration: none;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  hyphens: auto;
  hyphenate-limit-chars: auto 3;
  hyphenate-limit-lines: 4;
}
.bloguebersicht .blogeintrag h3 a:hover {
  color: #666;
}
.bloguebersicht .blogeintrag .blogvorschau {
  padding: 0 10px;
  line-height: 1.5em;
}
.bloguebersicht .blogeintrag .blogvorschau a {
  color: #48474f;
  text-decoration: none;
}
.bloguebersicht .blogeintrag .blogkategorien {
  padding: 2px 10px 0 37px;
  background: url(../images/category.svg) no-repeat;
  background-position-x: 10px;
  background-size: 20px;
}
.bloguebersicht .blogeintrag .blogkategorien a {
  text-decoration: none;
  color: #000;
}
.bloguebersicht .blogeintrag .blogkategorien a:hover {
  color: #666;
}
.bloguebersicht .blogeintrag .blogtags {
  padding: 2px 10px 0 37px;
  background: url(../images/category.svg) no-repeat;
  background-position-x: 10px;
  background-size: 20px;
}
.bloguebersicht .blogeintrag .blogtags a {
  text-decoration: none;
  color: #000;
}
.bloguebersicht .blogeintrag .blogtags a:hover {
  color: #666;
}
.bloguebersicht .blogeintrag .blogbild img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.blogeintrag_detailseite .einstiegstext {
  margin-bottom: 1em;
}
.blogeintrag_detailseite h3 {
  margin: 0;
  margin-top: 1em;
  padding: 0;
  clear: both;
}
.blogeintrag_detailseite .zuruecklink a {
  background: url(../images/pfeil_zurueck.svg) no-repeat;
  padding: 7px 0 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1em;
  color: #000;
  font-weight: 700;
  font-size: 0.9em;
  background-size: 13px;
  background-position: left;
  display: block;
}
.blogeintrag_detailseite .zuruecklink a:hover {
  color: #666;
}
.blogeintrag_detailseite .blogbild {
  margin-bottom: 2em;
}
.blogeintrag_detailseite .blogbild img {
  max-width: 100%;
  height: auto;
}
.blogeintrag_detailseite .kattag {
  text-decoration: none;
  color: #18375e;
  margin: 0;
  padding: 0;
}
.blogeintrag_detailseite .kattag:hover {
  color: #48474f;
}
.blogeintrag_detailseite .kategorien,
.blogeintrag_detailseite .tags {
  overflow: hidden;
}
.blogeintrag_detailseite .kategorien ul,
.blogeintrag_detailseite .tags ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blogeintrag_detailseite .kategorien ul li,
.blogeintrag_detailseite .tags ul li {
  float: left;
}
.blogeintrag_detailseite .kategorien ul li:first-child a,
.blogeintrag_detailseite .tags ul li:first-child a {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
.blogeintrag_detailseite .kategorien ul li a,
.blogeintrag_detailseite .tags ul li a {
  color: #000;
  text-decoration: none;
  border-left: 1px solid #000;
  margin-left: 0.5em;
  padding-left: 0.5em;
}
.blogeintrag_detailseite .kategorien ul li a:hover,
.blogeintrag_detailseite .tags ul li a:hover {
  color: #666;
}
.blogeintrag_detailseite .direktlinks {
  overflow: hidden;
  text-align: center;
  margin-top: 1em;
}
.blogeintrag_detailseite .direktlinks .blog_vorheriger {
  background: url(../images/pfeil_long_links.svg) no-repeat;
  padding: 7px 0 0 33px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1em;
  margin-right: 25px;
  color: #000;
  font-weight: 700;
  font-size: 0.9em;
  background-size: 25px;
  background-position: left;
  display: inline-block;
}
.blogeintrag_detailseite .direktlinks .blog_vorheriger:hover {
  color: #666;
}
.blogeintrag_detailseite .direktlinks .blog_naechster {
  background: url(../images/pfeil_long_rechts.svg) no-repeat;
  padding: 7px 33px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1em;
  margin-left: 25px;
  color: #000;
  font-weight: 700;
  font-size: 0.9em;
  background-size: 25px;
  background-position: right;
  display: inline-block;
}
.blogeintrag_detailseite .direktlinks .blog_naechster:hover {
  color: #666;
}
.blogeintrag_detailseite .direktlinks .blog_vorheriger_inaktiv {
  background: url(../images/pfeil_long_links_grau.svg) no-repeat;
  padding: 7px 0 0 33px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1em;
  margin-right: 25px;
  color: #ccc;
  font-weight: 700;
  font-size: 0.9em;
  background-size: 25px;
  background-position: left;
  display: inline-block;
}
.blogeintrag_detailseite .direktlinks .blog_naechster_inaktiv {
  background: url(../images/pfeil_long_rechts_grau.svg) no-repeat;
  padding: 7px 33px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1em;
  margin-left: 25px;
  color: #ccc;
  font-weight: 700;
  font-size: 0.9em;
  background-size: 25px;
  background-position: right;
  display: inline-block;
}
/* Feedback-Formular
---------------------- */
.webform-submission-form {
  overflow: hidden;
}
.webform-submission-form #edit-actions {
  position: absolute;
}
.webform-submission-form h2 {
  margin-top: 2em;
}
.webform-submission-form .captcha {
  margin: 2em 0;
}
.webform-submission-form .captcha iframe {
  position: relative;
}
.webform-submission-form textarea,
.webform-submission-form input {
  max-width: 90%;
}
/* Ende Feedback-Formular */
/* Footer
--------------  */
.footer {
  margin: 0;
  margin-top: 3em;
  text-align: center;
  background: #ededed;
  padding: 0.1em 0 0.4em 0;
  color: #000000;
}
.footer a {
  color: #000000;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .social-media-icons {
  overflow: hidden;
  margin-top: -1em;
}
.footer .social-media-icons .linkedin,
.footer .social-media-icons .social {
  height: 50px;
  width: 50px;
  display: inline-block;
  float: right;
}
.footer .social-media-icons .linkedin img,
.footer .social-media-icons .social img {
  width: 100%;
  height: auto;
}
.footer .social-media-icons .linkedin strong,
.footer .social-media-icons .social strong {
  display: none;
}
.footer .footer-spalten {
  padding: 0 1em;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer .footer-spalten .footer-spalte:first-child {
  text-align: left;
}
.footer .footer-spalten .footer-spalte:last-child {
  text-align: right;
}
/* EU Compliance Cookie Consent */
.eu-cookie-compliance-banner h1,
.eu-cookie-compliance-banner h2,
.eu-cookie-compliance-banner p,
.eu-cookie-compliance-banner button {
  font-size: 1em;
  font-weight: initial;
}
.eu-cookie-compliance-banner h1,
.eu-cookie-compliance-banner h2 {
  font-size: 1.3em;
  font-weight: 600;
}
/* End EU Compliance Cookie Consent */
@media only screen and (max-width: 1280px) {
  .calendly-badge-widget {
    top: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .header .navigation,
  .header #block-arch-main-menu {
    position: absolute;
    right: 20px;
    display: block;
  }
  .header .navigation ul li a,
  .header #block-arch-main-menu ul li a {
    font-size: 0.9em;
  }
  .startkacheln .startkachel {
    width: 50%;
  }
  .bloguebersicht .inhalt.flexbox {
    justify-content: space-between;
  }
  .bloguebersicht .inhalt.flexbox .flexeintrag {
    flex: 0 0 47%;
    margin: 0;
    margin-bottom: 2em;
  }
  .footer .footer-spalten {
    display: block;
  }
  .footer .footer-spalten .footer-spalte {
    width: 100%;
    text-align: left;
  }
  .footer .footer-spalten .footer-spalte:last-child {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .calendly-badge-widget {
    position: absolute !important;
  }
  h1 {
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-chars: auto 3;
    -webkit-hyphenate-limit-lines: 4;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: auto 3;
    -ms-hyphenate-limit-lines: 4;
    hyphens: auto;
    hyphenate-limit-chars: auto 3;
    hyphenate-limit-lines: 4;
  }
  .header {
    padding: 1em 20px 0 20px;
  }
  .header .mobilenav {
    display: block;
  }
  .header .navigation,
  .header #block-arch-main-menu {
    display: none;
    margin: 0;
    padding: 0;
    margin-top: 120px;
    right: initial;
    z-index: 100;
  }
  .header .navigation div,
  .header #block-arch-main-menu div {
    margin: 0;
    padding: 0;
  }
  .header .navigation ul,
  .header #block-arch-main-menu ul {
    background: #efefef;
    width: 100%;
    display: block;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .header .navigation ul li,
  .header #block-arch-main-menu ul li {
    border-bottom: 1px solid #666;
    font-size: 1.15em;
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  .header .navigation ul li a,
  .header #block-arch-main-menu ul li a {
    border: none;
    padding: 10px 20px;
    display: block;
    color: #000000;
    font-size: 1em;
  }
  .header .navigation ul li a.is-active,
  .header #block-arch-main-menu ul li a.is-active {
    border: none;
    font-weight: bold;
  }
  .header .navigation ul li.selected > a,
  .header #block-arch-main-menu ul li.selected > a {
    border: none;
    color: #000000;
    font-weight: bold;
  }
  .header .navigation ul li ul,
  .header #block-arch-main-menu ul li ul {
    width: 100%;
    position: relative;
    border: none;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #ccc;
  }
  .header .navigation ul li ul li,
  .header #block-arch-main-menu ul li ul li {
    padding: 0;
    margin: 0;
    border-top: 1px solid #666;
    border-bottom: none;
  }
  .header .navigation ul li ul li a,
  .header #block-arch-main-menu ul li ul li a {
    margin: 0;
    padding: 12px 20px 5px 20px;
    display: block;
    line-height: 1em;
    font-size: 0.9em;
  }
  .header .navigation ul li:hover ul,
  .header #block-arch-main-menu ul li:hover ul {
    display: none;
  }
  .header .navigation ul li:hover ul li a,
  .header #block-arch-main-menu ul li:hover ul li a {
    margin: 0;
    padding: 12px 20px 5px 20px;
    display: block;
    line-height: 1em;
    font-size: 0.9em;
  }
  .header .navigation ul li.unterpunkte.selected a,
  .header #block-arch-main-menu ul li.unterpunkte.selected a {
    color: #000000;
  }
  .header .navigation ul li.unterpunkte.selected ul li a,
  .header #block-arch-main-menu ul li.unterpunkte.selected ul li a {
    color: #000000;
  }
  .header .navigation ul li.unterpunkte.selected ul li.selected a,
  .header #block-arch-main-menu ul li.unterpunkte.selected ul li.selected a {
    color: #000000;
  }
  .header .navigation ul li.unterpunkte a.pfeil,
  .header #block-arch-main-menu ul li.unterpunkte a.pfeil {
    padding: 0;
    width: 50px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    display: block;
  }
  .header .navigation ul li.unterpunkte a.pfeil.down,
  .header #block-arch-main-menu ul li.unterpunkte a.pfeil.down {
    background: #cccccc url(../images/pfeil_navi_unten.svg) top no-repeat;
    background-position-y: 13px;
    background-size: 25px;
    text-indent: -9999px;
  }
  .header .navigation ul li.unterpunkte a.pfeil.down.up,
  .header #block-arch-main-menu ul li.unterpunkte a.pfeil.down.up {
    background: #cccccc url(../images/pfeil_navi_oben.svg) top no-repeat;
    background-position-y: 13px;
    background-size: 25px;
    text-indent: -9999px;
  }
}
@media only screen and (max-width: 567px) {
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.2em;
  }
  h2 img {
    width: 100%;
    height: auto;
  }
  .startkacheln .startkachel {
    width: 100%;
  }
  .bloguebersicht .inhalt.flexbox {
    display: block;
  }
  .bloguebersicht .inhalt.flexbox .flexeintrag {
    flex: none;
    margin: 0;
    margin-bottom: 2em;
    width: 100%;
  }
  .calendly-badge-widget {
    top: 15px;
    width: 35%;
  }
  .calendly-badge-widget .calendly-badge-content {
    padding: 0 !important;
    font-size: 0.75em !important;
  }
}
