/*
Theme Name: Wachenhausen Theme
Theme URI: https://variante-b.de
Author: David Bernhard & Henryk Berlet
Author URI: https://variante-b.de
Description: Wachenhausen Rechtsanwälte Wordpress Theme
Version: 1.3
*/
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/lato-v14-latin-300.eot');
  src: local('Lato Light'), local('Lato-Light'), url('fonts/lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/lato-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/lato-v14-latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/lato-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/lato-v14-latin-300.svg#Lato') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v14-latin-regular.eot');
  src: local('Lato Regular'), local('Lato-Regular'), url('fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/lato-v14-latin-regular.svg#Lato') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v14-latin-700.eot');
  src: local('Lato Bold'), local('Lato-Bold'), url('fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/lato-v14-latin-700.svg#Lato') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/**
      General
  **/
html {
  overflow-x: hidden;
  font-size: 62.5%;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #323232;
  width: 100%;
  height: 100%;
}
/* Typography
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.25;
  margin-bottom: 2rem;
  font-family: Georgia, serif;
  font-weight: normal;
}
h1 {
  font-size: 2.4rem;
}
h2 {
  font-size: 2.0rem;
}
h3 {
  font-size: 2.0rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size: 1.8rem;
  font-weight: 400;
}
h5.headlineSmall:after {
  content: "___";
  display: block;
  font-weight: bold;
  color: #323232;
  margin-top: -4px;
  font-family: Arial, sans-serif;
}
h6 {
  font-size: 1.5rem;
}
p {
  margin-top: 0;
  color: #969696;
}
a {
  color: #26adc0;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #105a64;
  text-decoration: none;
}
/* =WordPress Core
  -------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Buttons
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-weight: 400;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 19px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #26adc0;
  border-color: #26adc0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #105a64;
  border-color: #105a64;
}
.button.button-reset {
  background: #fff;
  color: #323232;
  border-radius: 0;
  border-color: transparent;
  margin-bottom: 5px;
  text-transform: none;
  vertical-align: top;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  padding-left: 18px;
  padding-right: 18px;
}
.button.button-reset:hover {
  color: #fff;
  background: #26adc0;
}
a.cn-set-cookie.button {
  height: 28px;
  line-height: 28px;
  color: #fff;
}
a.cn-set-cookie.button:hover {
  height: 28px;
  line-height: 28px;
  color: #fff;
}
/* Forms
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #26adc0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}
form.wpcf7-form img {
  width: auto;
}
form.wpcf7-form p {
  margin: 0;
}
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"] {
  line-height: 18px;
  padding: 6px 12px;
  width: 100%;
  border: 1px solid #eee;
}
form.wpcf7-form input[type="submit"]:hover {
  background: #26adc0;
  color: #fff;
  border-color: #26adc0;
}
form.wpcf7-form textarea {
  height: 100px;
  line-height: 18px;
  padding: 6px 12px;
  width: 100%;
  border: 1px solid #eee;
}
form.wpcf7-form .row {
  padding: 8px 0;
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid #f00!important;
  background: #fff1f1!important;
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7-response-output.wpcf7-validation-errors {
  border: 1px solid #f00;
  margin: 0;
  padding: 15px 25px;
  background: #fff1f1;
  font-size: 1.4rem;
}
div.wpcf7-mail-sent-ok {
  background-color: #f1fff0;
  border: 1px solid #a8d144;
  font-size: 1.4rem;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 25px;
}
.sent .wpcf7-response-output {
  margin-top: 0;
}
.msg404 {
  font-size: 15rem;
  opacity: .3;
  color: #26adc0;
  font-weight: 600;
}
/* Modal
  __________________________________________________ */
[role="button"] {
  cursor: pointer;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header button.close {
  margin: -2px 0 0 0;
  border: none;
  padding: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  height: auto;
}
.modal-header button.close:hover {
  opacity: .7;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 25px;
}
.modal-footer {
  padding: 25px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal .singleTermin {
  border: 1px solid #e1e1e1;
  margin-bottom: 5px;
  padding: 8px 12px;
  color: #969696;
  position: relative;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.modal .singleTermin:hover,
.modal .singleTermin.chosen {
  color: #fff;
  cursor: pointer;
  background-color: #26adc0;
  border-color: #26adc0;
}
.modal .singleTermin.chosen:after {
  display: block;
  content: " ";
  width: 12px;
  height: 12px;
  background: #26adc0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -6px;
  top: 13px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
/* Lists
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ol,
ul {
  padding-left: 15px;
  margin-top: 0;
}
.page-template-default ul {
  margin-left: 15px;
  color: #969696;
}
.page-template-default p > b {
  color: #323232;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
.menu ul,
ul.menu,
ul.menu li {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.inline ul.menu > li {
  display: inline-block;
}
ul.menu li a {
  margin: 0;
  display: inline-block;
  color: #26adc0;
}
ul.menu li a:hover {
  color: #105a64;
}
/* Tables
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
/* Misc
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
img {
  max-width: 100%;
  height: auto;
}
.uppercase {
  text-transform: uppercase;
}
.textalignright {
  text-align: right;
}
.textalignleft {
  text-align: left;
}
.textaligncenter {
  text-align: center;
}
.displayTable {
  width: 100%;
  height: 100%;
  display: table;
}
.displayTableCell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
}
.baseFontColor {
  color: #323232;
}
.lightFontColor {
  color: #969696;
}
.brandFontColor {
  color: #26adc0;
}
.lightBackground {
  background: #f7f7f7;
}
.smaller {
  font-size: 85%;
}
.tuerkisBackground {
  background: #fafefe;
  background: linear-gradient(135deg, #fafefe 0%, #dff3f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafefe', endColorstr='#dff3f5', GradientType=1);
}
.nowrap {
  white-space: nowrap;
}
.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}
.wp-video {
  margin-bottom: 16px;
}
/**
      Header + NAV
  **/
header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(102, 102, 102, 0.63);
          box-shadow: 0px 0px 3px 0px rgba(102, 102, 102, 0.63);
  z-index: 999;
  color: #323232;
}
.admin-bar header {
  margin-top: 32px;
}
header > .container > .row {
  position: relative;
  height: 70px;
  -webkit-transition: 0.4s height ease;
  transition: 0.4s height ease;
}
.scrolled header > .container > .row {
  height: 70px;
}
header > .container.mobileContact > .row {
  height: auto;
}
header .brand {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  -webkit-transition: 0.4s height ease;
  transition: 0.4s height ease;
}
header .brand img {
  height: 42px;
  width: auto;
}
.openNav {
  position: absolute;
  right: 0;
  line-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: table;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  padding: 0 15px;
  line-height: 42px;
  font-size: 2rem;
  text-transform: uppercase;
}
.openNav .openNavText {
  font-weight: 300;
}
.openNav > button {
  display: inline-block;
  vertical-align: middle;
}
.openNav > span {
  padding: 0 0 0 8px;
}
.openNav:hover {
  cursor: pointer;
}
.mobileContact {
  text-align: center;
  background: #26adc0;
}
.mobileContact a {
  color: #FFF;
  display: block;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.mobileContact a:hover,
.mobileContact a:active,
.mobileContact a:focus {
  color: #FFF;
  background: #105a64;
}
.mainNav {
  position: absolute;
  right: 15px;
  top: 33px;
  text-transform: uppercase;
  display: none;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.scrolled .mainNav {
  top: 27px;
}
.mainNav > div > ul > li {
  position: relative;
}
.mainNav > div > ul > li > a {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  padding: 17px 15px;
  color: #969696;
}
.scrolled .mainNav > div > ul > li > a {
  padding: 10px 15px;
}
.mainNav > div > ul > li.current-menu-item a,
.mainNav > div > ul > li:hover {
  color: #323232;
}
.mainNav > div > ul > li:last-child a {
  padding-right: 0;
}
.mainNav ul.sub-menu {
  position: absolute;
  display: none;
  background: #26adc0;
  color: #fff;
  padding: 15px 25px;
  text-align: center;
  width: 225px;
}
.mainNav ul li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}
.mainNav ul.sub-menu:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #26adc0;
  position: absolute;
  left: 50%;
  top: -5px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.mainNav > div > ul > li ul.sub-menu li a {
  color: #fff;
  padding: 4px 0;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  display: block;
}
.mainNav > div > ul > li ul.sub-menu li a:hover {
  text-indent: 2px;
  opacity: 0.8;
}
header .languageNav {
  position: absolute;
  right: 15px;
  top: 18%;
  display: none;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.scrolled header .languageNav {
  position: absolute;
  right: 15px;
  top: 16%;
}
header .languageNav ul li {
  display: inline-block;
}
header .languageNav ul li:first-child:after {
  content: "|";
  margin: 0px 5px;
  font-size: 1.2rem;
  color: #969696;
}
header .languageNav ul.menu li a {
  color: #969696;
  font-size: 1.2rem;
  text-transform: uppercase;
}
header .languageNav ul.menu li.active a {
  font-weight: bold;
  color: #323232;
}
header .languageNav ul.menu li a:hover {
  color: #323232;
}
/** Slideout.js Stlyes from Plugin **/
.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.slideout-panel {
  position: relative;
  z-index: 1;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open #menu.slideout-menu {
  display: block;
}
/** End Slideout.js **/
#menu {
  display: none;
  background-color: #252525;
  padding-top: 92px;
}
#menu ul.menu li {
  background: #3a3a3a;
}
#menu ul.menu li.current-menu-item {
  background: #26adc0;
}
#menu ul.menu li.current-menu-item a:before {
  content: " ";
  display: block;
  position: absolute;
  height: 24px;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 11111;
  background: -webkit-gradient(linear, left top, left bottom, from(#323232), color-stop(16%, rgba(50, 50, 50, 0)));
  background: linear-gradient(to bottom, #323232 0%, rgba(50, 50, 50, 0) 16%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#00323232', GradientType=0);
}
#menu ul.menu li:hover {
  background: #105a64;
  text-indent: 1px;
}
#menu ul.menu li a {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #fff;
  padding: 12px 15px;
  display: block;
  position: relative;
}
#menu .languageNav {
  margin-left: 0;
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
}
#menu .languageNav ul.menu li {
  background: transparent;
  display: inline-block;
  position: relative;
}
#menu .languageNav ul.menu li a {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  color: #969696;
  padding: 10px 15px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: relative;
}
#menu .languageNav ul.menu li a:hover,
#menu .languageNav ul.menu li.active a:hover {
  text-indent: 0;
  color: #fff;
  background-color: #105a64;
}
#menu .languageNav ul.menu li.active a {
  background: #26adc0;
  color: #fff;
}
.slideout-open #panel {
  -webkit-box-shadow: -8px 0px 10px 0px rgba(0, 0, 0, 0.55);
          box-shadow: -8px 0px 10px 0px rgba(0, 0, 0, 0.55);
}
#menu .languageNav ul.menu li.active a:before,
#menu .languageNav ul.menu li a:hover:before {
  content: " ";
  display: block;
  position: absolute;
  height: 24px;
  width: 100%;
  top: -3px;
  right: 0;
  z-index: 11111;
  background: -webkit-gradient(linear, left top, left bottom, from(#323232), color-stop(16%, rgba(50, 50, 50, 0)));
  background: linear-gradient(to bottom, #323232 0%, rgba(50, 50, 50, 0) 16%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#00323232', GradientType=0);
}
/**
      Content area
  **/
main {
  background-color: #fff;
  -webkit-transition: 0.4s margin ease;
  transition: 0.4s margin ease;
  margin-top: 90px;
}
section {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.singlePage {
  margin-top: 70px;
}
.expertiseSinglePage {
  background: #eee;
}
.singlePage.publikation {
  min-height: calc(100vh - 240px);
}
.hero {
  width: 100%;
  height: calc(100vh - 70px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.page-template-page-kanzlei .hero {
  padding-top: 75vw;
}
@media (max-width: 767px) {
  .page-template-page-kanzlei .hero {
    height: auto!important;
  }
}
.single-personen .hero {
  background-position: top -20px center;
}
.hero p {
  color: #323232;
}
section.hero {
  padding: 0;
}
.hero > .container,
.container.heroGrey {
  display: table;
  height: 100%;
}
.hero > .container > .row,
.heroGrey > .row {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.home .hero > .container > .row {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.heroGrey.container {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.greyBackground {
  padding-top: 0;
  background: #f7f7f7 url(images/bgGrey.png) top center repeat-x;
}
.heroGrey h1 {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 2rem;
  margin-bottom: 0;
}
section.pmStoerer {
  padding: 20px;
  background: #26adc0;
  color: #fff;
}
.newsRow {
  position: relative;
}
.newsRow > .col {
  text-align: center;
}
.newsSlider .singleNews {
  display: none;
}
.singleNewsContent a {
  color: #323232 !important;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.newsSlider .singleNews:first-child,
.singleNews.slick-slide {
  display: block;
}
.newsSlider p {
  color: #fff;
  margin-bottom: 0;
}
.newsSlider button,
.newsSlider button:before {
  font-family: Arial!important;
}
.pmStoerer .displayTableCell {
  text-align: left;
  display: block;
}
section.juve,
section.zitatSection {
  padding: 65px 0;
}
section.teaserMandanten {
  background-size: contain;
  padding-bottom: 270px;
  background-position: left bottom -20px;
}
section.location.maps {
  padding: 0;
  position: relative;
}
.personInfos .headline {
  font-family: Georgia, serif;
  margin-bottom: 12px;
  font-size: 2.2rem;
}
.mitgliedschaften p > strong,
.singlePersonMitgliedschaften p > strong {
  color: #323232;
}
.contactButtons {
  width: 220px;
  position: absolute;
  z-index: 99;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contactButton {
  padding: 5px 0;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.contactButton a {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  display: inline-block;
  width: 40px;
  line-height: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: #26adc0;
  font-size: 1.8rem;
}
.contactButton:hover a {
  -webkit-transform: scale(1.05) translateX(-5px);
          transform: scale(1.05) translateX(-5px);
}
.stickyContactMessage {
  opacity: 0;
  visibility: hidden;
  margin-right: 30px;
  position: absolute;
  right: 25px;
  color: #ddd;
  cursor: auto;
  text-align: center;
  width: 172px;
  padding: 10px 15px 10px 15px;
  background: #105a64;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.stickyContactMessage:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #105a64;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -6px;
}
.contactButton:hover .stickyContactMessage {
  visibility: visible;
  opacity: 1;
}
.contactButton:hover .stickyContactMessage {
  margin-right: 39px;
}
.contactButton a:hover {
  background: #105a64;
}
.versprechen h5 {
  color: #969696;
}
.shoutout {
  font-size: 2.0rem;
  font-family: Georgia, serif;
}
.singleZitat {
  display: none;
}
.singleZitat:first-child,
.slick-slider .singleZitat {
  display: block;
}
.hexagon {
  display: inline-block;
  width: 49%;
}
@media (max-width: 767px) {
  .hexagon + br {
    display: none;
  }
}
.hexagonTable {
  background: url(images/hexagon.png) center center no-repeat;
  height: 190px;
  width: 150px;
  margin: 0px auto;
  background-size: contain;
  display: table;
}
.hexagon:hover .hexagonTable {
  background-image: url(images/hexagonHover.png);
}
.hexagonContent {
  display: table-cell;
  vertical-align: middle;
}
.hexagonContent svg {
  width: 84px;
  height: 84px;
  stransition: .3s all ease;
  fill: #323232;
  color: #323232;
}
.hexagon .hexagonContent svg,
.hexagon .hexagonContent svg path,
.hexagon .hexagonContent svg polygon {
  fill: #26adc0;
  color: #26adc0;
}
.hexagonContent h4 {
  stransition: .3s all ease;
  font-size: 1.4rem;
  color: #323232;
}
.hexagon:hover .hexagonContent h4,
.hexagon:hover .hexagonContent svg,
.hexagon:hover .hexagonContent svg path,
.hexagon:hover .hexagonContent svg path,
.hexagon:hover .hexagonContent svg polygon {
  color: #fff;
  fill: #fff;
}
.kontaktOptionen .displayTable {
  height: 100px;
}
.kontaktOptionen .displayTableCell {
  text-align: left;
}
.kontaktOptionen .phone,
.kontaktOptionen .adresse {
  white-space: nowrap;
}
.kontaktOptionen img {
  width: 60px;
  height: auto;
}
.kontaktOptionen .displayTableCell:first-child {
  padding-right: 20px;
  width: 60px;
  height: auto;
}
.kontaktformular {
  padding: 0;
  position: absolute;
  z-index: 99;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.kontaktwrap {
  background: #fff;
  padding: 20px 30px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.33);
}
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=text],
form.wpcf7-form textarea {
  border: none;
  border-radius: 0;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  border-bottom: 1px solid #bbb;
}
form.wpcf7-form input[type=email]:hover,
form.wpcf7-form input[type=text]:hover,
form.wpcf7-form textarea:hover {
  background: #f6f6f6;
}
form.wpcf7-form input[type=email]:focus,
form.wpcf7-form input[type=text]:focus,
form.wpcf7-form textarea:focus {
  border-color: #26adc0;
  background: #f6f6f6;
}
.wpcf7-recaptcha {
  opacity: 0;
  height: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.wpcf7-recaptcha.shown {
  opacity: 1;
  height: auto;
  margin-bottom: 22px;
}
.wpcf7-form.sent .wpcf7-recaptcha {
  display: none;
}
section.map {
  padding: 0;
  position: relative;
  margin-bottom: 270px;
}
#map-canvas {
  height: 60vh;
  padding: 0;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  min-height: 360px;
}
.singlePerson {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 150%;
  padding-top: 100vw;
}
.personBox {
  padding: 25px 2px;
  background: #fff;
  color: #969696;
}
.personBox h3 {
  margin-bottom: 0;
  color: #323232;
}
.personBox table {
  width: 100%;
}
.personBox table tr,
.personBox table td {
  border: none;
}
.personBox table td {
  text-align: center;
  padding: 0 6px;
  max-width: 50px;
}
.personBox hr {
  margin: 24px 0;
}
.singlePersonInfo {
  text-align: left;
  padding-left: 0;
  color: #ddd;
}
.singlePersonInfo h1 {
  font-size: 2rem;
  margin-bottom: 6px;
}
.singlePersonInfo .contact {
  margin-top: 12px;
}
.singlePersonInfo .contact a {
  color: #fff;
}
.singlePersonInfo .contact a:hover {
  color: #26adc0;
}
.singlePersonSchwerpunkte ul {
  list-style-type: none;
  padding-left: 0;
}
.singlePersonSchwerpunkte ul li {
  color: #26adc0;
  text-transform: uppercase;
  padding: 0;
}
blockquote {
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  font-style: italic;
}
blockquote p {
  color: #323232;
}
.expertiseAccordions {
  padding-top: 0;
}
.singleAccordion {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.singleAccordion:first-child {
  border-top: none;
}
.singleAccordion:last-child {
  border-bottom: none;
}
.singleAccordion .plus {
  position: absolute;
  right: 0;
  top: 32px;
}
.accordionHeadline:hover,
.plus:hover,
.closed.singleAccordion:hover {
  cursor: pointer;
}
.accordionHeadline svg {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.accordionHeadline:hover svg {
  left: 2px;
}
.accordionHeadline h3 {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.accordionHeadline:hover h3 {
  color: #26adc0;
}
.plus:hover:after,
.plus:hover:before {
  background: #105a64;
}
.accordionHeadline {
  position: relative;
}
.accordionHeadline svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: #26adc0;
  fill: #26adc0;
}
.accordionHeadline svg,
.accordionHeadline svg path,
.accordionHeadline svg polygon {
  fill: #26adc0;
  color: #26adc0;
}
.accordionHeadline h3 {
  margin-bottom: 0;
  margin-left: 30px;
  font-size: 1.6rem;
}
.accordionHeadline {
  padding: 32px 0 32px 15px;
}
.accordionContent {
  padding-top: 0;
  padding-right: 15px;
  display: none;
  opacity: 0;
  -webkit-transition: .4s opacity ease;
  transition: .4s opacity ease;
}
.opened .accordionContent {
  opacity: 1;
}
.plus {
  width: 25px;
  height: 25px;
}
.opened .plus:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.closed .plus:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.closed .plus:hover,
.opened .plus:hover {
  top: 32px;
}
.plus:before,
.plus:after {
  content: '';
  position: absolute;
  background: #26adc0;
  -webkit-transition: 150ms all ease-out;
  transition: 150ms all ease-out;
}
.plus:before {
  top: 11.25px;
  left: 5px;
  right: 5px;
  height: 2.5px;
}
.plus:after {
  top: 5px;
  left: 11.25px;
  bottom: 5px;
  width: 2.5px;
}
.bannerText {
  text-align: center;
  padding-bottom: 20px;
  font-size: 2.2rem;
  font-family: Georgia, serif;
}
section.expertisePills {
  padding: 0;
}
.expertisePills .row {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.singleExpertisePill a {
  display: table;
  height: 48px;
  padding: 0 30px;
  color: #26adc0;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  border-radius: 19px;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.singleExpertisePill span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.singleExpertisePill.active a,
.singleExpertisePill a:hover {
  background: #26adc0;
  color: #fff;
}
.singleExpertisePill {
  padding-top: 2px;
  padding-bottom: 2px;
}
:not(.vortraegeList) .singleVortrag,
:not(.publikationsList) .singleVortrag {
  margin-bottom: 54px;
}
/*a.autorLink:after{
    content:", ";
  }*/
a.autorLink:last-child:after {
  content: "";
}
a.autorLink {
  display: inline-block;
  color: #969696;
}
a.autorLink:hover {
  color: #26adc0;
}
.expertiseLinks h2 {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: Arial;
  display: inline-block;
}
.expertiseLinks h2 a {
  border: 1px solid #26adc0;
  margin-right: 5px;
  padding: 8px 15px;
  border-radius: 12px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.expertiseLinks h2 a:hover {
  background-color: #26adc0;
  color: #fff;
}
.singleVortrag p:last-child,
.singlePublikation p:last-child {
  margin-bottom: 0;
}
.search-results .singleVortrag,
.search-results .singlePublikation,
.vortraegeList .singleVortrag,
.publikationsList .singlePublikation,
.home .singleVortrag,
.home .singlePublikation,
.single-personen .singleVortrag,
.single-personen .singlePublikation {
  padding: 33px 0;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 0;
}
.home .col-xs-12:last-child .singleVortrag,
.home .col-xs-12:last-child .singlePublikation,
.single-personen .col-xs-12:last-child .singleVortrag,
.single-personen .col-xs-12:last-child .singlePublikation {
  border-bottom: 0;
}
.singleVortrag .additionalInfos {
  display: none;
}
.vortraegeList .singleVortrag .additionalInfos {
  display: block;
}
.singleVortrag {
  padding-bottom: 12px;
  margin-bottom: 0;
}
.vortraegeList .singleVortrag:last-child,
.publikationsList .singlePublikation:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
/* styling */
select {
  width: auto;
  max-width: 100%;
  border: none;
  padding: 3px 20px 5px 8px;
  color: #777;
  background-color: white;
  background-image: url(images/selectArrow.png);
  background-size: 12px;
  background-position: center right 5px;
  background-repeat: no-repeat;
}
select:hover {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
select::-ms-expand {
  display: none;
}
option {
  background: #fff;
  padding: 0px 20px 3px 8px;
}
.pmSearch {
  float: left;
}
.pmSearch input[type="search"] {
  border-color: #fff;
}
.pmSearch input,
.pmSearch button {
  vertical-align: middle!important;
}
.pmSearch button {
  color: #323232;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0;
  border-color: #fff;
}
.pmSearch input:focus + button {
  background: #26adc0;
  color: #fff;
}
.pmSearch button:hover,
.pmSearch input:focus + button:hover {
  color: #fff;
  background: #105a64;
  border-color: #105a64;
}
.pmSearch button i {
  -webkit-transform: scale(1.3) translateY(-1px);
          transform: scale(1.3) translateY(-1px);
}
.filterOptions {
  margin-bottom: 32px;
}
.filterOptions select {
  margin-bottom: 5px;
}
.pmSearch input[type=search] {
  width: 234px;
}
/**
      Footer
  **/
footer {
  background: #323232;
  color: #fff;
  line-height: 1.5;
  padding: 32px 0;
}
footer ul.menu li a {
  color: #999;
  padding: 0 10px;
}
footer ul.menu li a:hover {
  color: #26adc0;
}
.copyright {
  text-align: center;
}
.footerNav {
  margin-top: 24px;
  text-align: center;
}
/**
      * Media Queries for responsive Design
  **/
@media (min-width: 360px) {
  .personBox {
    padding: 25px 15px;
  }
  .accordionHeadline h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 450px) {
  .singleExpertisePill.col-sm-12 {
    width: 50%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 600px) {
  section {
    padding: 100px 0;
  }
  .pmStoerer .displayTableCell {
    display: table-cell;
  }
  .pmStoerer .displayTableCell:last-child {
    width: 78%;
  }
}
@media (max-width: 767px) {
  .hero > .container,
  .container.heroGrey {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .mainNav {
    display: block;
  }
  .openNav {
    display: none;
  }
  .hero {
    height: calc(50vh);
  }
  .page-template-page-kanzlei .hero {
    padding-top: 0;
  }
  .single-personen .hero {
    background-position: top-20px center;
  }
  .singlePage.publikation {
    min-height: calc(100vh - 195px);
  }
  header .languageNav {
    display: block;
  }
  header .brand img {
    height: 54px;
    -webkit-transition: 0.4s height ease;
    transition: 0.4s height ease;
  }
  .scrolled header .brand img {
    height: 48px;
  }
  header > .container > .row {
    height: 90px;
  }
  .scrolled header > .container > .row {
    height: 70px;
  }
  #menu {
    padding-top: 90px;
  }
  .scrolled #menu {
    padding-top: 70px;
  }
  main {
    margin-top: 90px;
  }
  .scrolled main {
    margin-top: 70px;
  }
  .heroGrey.container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h5.headlineSmall + h2 {
    padding-top: 12px;
  }
  p.intro {
    margin-bottom: 32px;
  }
  .mobileContact {
    display: none;
  }
  .shoutout {
    font-size: 2.6rem;
    font-family: Georgia, serif;
  }
  section.teaserMandanten {
    padding-bottom: 100px;
    background-size: 50%;
    background-position: left center;
  }
  #map-canvas {
    max-height: 390px;
  }
  .kontaktformular {
    padding: 0;
    position: absolute;
    z-index: 99;
    top: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .kontaktOptionen .displayTableCell:first-child {
    padding-right: 0;
  }
  .kontaktwrap {
    background: #fff;
    padding: 40px 50px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.33);
  }
  .copyright {
    text-align: left;
  }
  .footerNav {
    margin-top: 0;
    text-align: right;
  }
  .hexagon {
    display: inline-block;
    width: 32.5%;
  }
  .hexagonTable {
    height: 240px;
    width: 200px;
  }
  .hexagonContent h4 {
    font-size: 1.6rem;
  }
  .contactButtons {
    position: absolute;
    z-index: 99;
    right: 5px;
    left: auto;
    top: 50%;
    bottom: auto;
    width: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .singlePerson {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
  }
  .personBox {
    padding: 32px;
  }
  .personInfos .headline {
    font-size: 2.6rem;
    margin-bottom: 24px;
  }
  .personInfos .leftColumn {
    padding-right: 60px;
  }
  .personInfos .leftColumn hr {
    display: none;
  }
  .expertiseAccordions > .container > .row,
  .expertisePills .row {
    margin: 0;
  }
  .accordionHeadline {
    padding: 32px 0;
  }
  .accordionHeadline svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60px;
    height: 60px;
  }
  .accordionHeadline h3 {
    margin-bottom: 0;
    margin-left: 80px;
    font-size: 2rem;
  }
  .accordionContent {
    padding-right: 90px;
  }
  .bannerText {
    text-align: left;
    font-size: 2.6rem;
  }
  .singleVortrag {
    margin-bottom: 0;
  }
  .home .singleVortrag,
  .home .singlePublikation,
  .single-personen .singleVortrag,
  .single-personen .singlePublikation {
    padding: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .contactButtons {
    right: 15px;
  }
  .newsRow > .col {
    position: static;
  }
  .newsTitle {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h5.headlineSmall {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .mainNav,
  header .languageNav,
  .scrolled header .languageNav {
    right: 0;
  }
  header .brand img {
    height: 54px;
  }
  .scrolled header .brand img {
    height: 48px;
  }
  .hero {
    height: calc(100vh - 170px);
  }
  .singlePage.publikation {
    min-height: calc(100vh - 175px);
  }
  .hexagon {
    width: 24%;
    margin-bottom: 32px;
  }
  .hexagon + br {
    display: none;
  }
  .accordionContent {
    padding-top: 32px;
    padding-left: 15px;
  }
  #map-canvas {
    height: 60vh;
    max-height: 500px;
  }
  .kontaktOptionen .displayTableCell:first-child {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3.6rem;
  }
  #map-canvas {
    height: 60vh;
    max-height: 600px;
  }
  header .brand img {
    height: 54px;
  }
  .scrolled header .brand img {
    height: 48px;
  }
  .hero {
    height: calc(100vh - 170px);
  }
  .heroGrey h1 {
    font-size: 2.4rem;
  }
  .accordionHeadline {
    white-space: nowrap;
  }
  .bannerText {
    padding-top: 20px;
    font-size: 3.2rem;
  }
  .juve img {
    max-height: 140px;
  }
  .pmSearch {
    float: right;
  }
  .pmSearch input[type=search] {
    width: 202px;
  }
  .newsSlider .singleNews:first-child,
  .singleNews.slick-slide,
  .singleNews {
    display: table;
    width: 100%;
    height: 45px;
  }
  .singleNewsContent {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: 4.8rem;
  }
  .hero p {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h5.headlineSmall {
    font-size: 2.4rem;
  }
  .singlePerson {
    background-position: top -90px center;
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media (min-width: 1800px) {
  .singlePerson {
    background-position: top -90px center;
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
@media (min-width: 1950px) {
  html {
    text-align: center;
  }
  body {
    max-width: 1950px;
    margin: 0px auto;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(102, 102, 102, 0.63);
            box-shadow: 0px 0px 3px 0px rgba(102, 102, 102, 0.63);
  }
  header {
    max-width: 1950px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.cmn-toggle-switch {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  top: -4px;
  background: none;
  color: #333333;
}
.cmn-toggle-switch:hover,
.cmn-toggle-switch:focus,
.cmn-toggle-switch:active {
  background: transparent;
}
.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 22px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: #333333;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  content: "";
}
.cmn-toggle-switch span::before {
  top: -10px;
}
.cmn-toggle-switch span::after {
  bottom: -10px;
}
.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
/* active state, i.e. menu open */
.cmn-toggle-switch__htx.active span {
  background: none;
}
.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
