/*
Theme Name: MythenVet Theme
Theme URI: http://variante-b.de
Author: Henryk Berlet / David Bernhard
Author URI: http://variante-b.de
Description: MythenVet WP Theme
Version: 1.0
*/
/*@baseLink: #da532c;
@baseLinkHover: #a73311;*/
/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v50-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v50-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v50-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-v50-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v50-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
    General
**/
html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 10px;
  height: 100%;
}
body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 300;
  color: #424241;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
h3,
h4,
h5,
h6 {
  margin-bottom: 0.85rem;
}
h1 {
  font-size: 2rem;
  font-weight: normal;
}
h2,
.h2like {
  font-size: 2.4rem;
  display: block;
  margin-bottom12font-weight: 500;
}
b,
strong {
  font-weight: 600;
}
h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #424241;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size: 1.6rem;
}
h6 {
  font-size: 1.6rem;
}
.hero h1,
.hero h2,
.hero h3 {
  color: #fff;
  font-size: 1.6rem;
}
.hero h1 {
  font-size: 2rem;
  margin-bottom: 24px;
  font-weight: 300;
}
.hero h1 strong {
  font-weight: 600;
}
.hero h2 {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.hero h3 {
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-transform: none;
}
.hero h3 span {
  display: block;
  height: 4px;
  opacity: 0;
  color: #439ca0;
}
.page-template-default h1 {
  font-size: 2.4rem;
}
p + h1,
ul + h1,
ol + h1,
table + h1,
p + h2,
ul + h2,
ol + h2,
table + h2 {
  margin-top: 4rem;
}
p + h3,
ul + h3,
ol + h3,
table + h3,
p + h4,
ul + h4,
ol + h4,
table + h4,
p + h5,
ul + h5,
ol + h5,
table + h5,
p + h6,
ul + h6,
ol + h6,
table + h6 {
  margin-top: 2.4rem;
}
p {
  margin-top: 0;
  margin-bottom: 18px;
}
a {
  color: #3d7596;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  color: #1c4a65;
  text-decoration: none;
}
.smaller {
  font-size: 85%;
}
strong,
b {
  font-weight: 600;
}
/* =WordPress Core
-------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
.heroImage {
  width: 100%;
  height: auto;
}
.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;
  letter-spacing: 1px;
  height: 48px;
  padding: 0 30px;
  color: #439ca0;
  text-align: center;
  font-weight: 600;
  line-height: 46px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #439ca0;
  cursor: pointer;
  font-size: 1.4rem;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-bottom: 8px;
  -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: #1b5750;
  border-color: #1b5750;
  background-color: #e5f8f6;
  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: #439ca0;
  border-color: #439ca0;
}
.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: #1b5750;
  border-color: #1b5750;
}
.button.button-primary.lightMed {
  background-color: #d8d2c6;
  border-color: #d8d2c6;
}
.button.button-primary.lightMed:hover {
  background-color: #1b5750;
  border-color: #1b5750;
}
.hero .button.button-primary {
  background: #fff;
  color: #424241;
  border-color: #fff;
}
.hero .button.button-primary:hover {
  background: #eee;
}
@media (max-width: 768px) {
  .button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    height: 38px;
    line-height: 36px;
    letter-spacing: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .praxisinfo h2 {
    margin-bottom: 16px;
  }
  .praxisinfo .padded {
    padding-top: 12px;
  }
}
/* 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 12px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
textarea {
  height: 100px;
}
/* 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 #439ca0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}
form.wpcf7-form img {
  width: auto;
}
form.wpcf7-form p {
  margin: 0;
}
form.wpcf7-form .row {
  margin: 0 -8px;
}
form.wpcf7-form .col {
  padding: 0 8px;
}
form.wpcf7-form input,
form.wpcf7-form textarea {
  margin: 8px 0;
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
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: 8px 0 0 0;
  padding: 15px 25px;
  background: #fff1f1;
  font-size: 1.4rem;
  color: #323232;
}
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;
}
.msg404 {
  font-size: 15rem;
  opacity: 0.3;
  color: #439ca0;
  font-weight: 600;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ol,
ul {
  list-style-position: inside;
  padding-left: 15px;
  padding-right: 10%;
  margin-top: 0;
}
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: #3d7596;
}
ul.menu li a:hover {
  color: #1c4a65;
}
/* 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;
}
.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;
}
.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: transparent;
  width: 100%;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(102, 102, 102, 0.63);
          box-shadow: 0px 0px 0px 0px rgba(102, 102, 102, 0.63);
  z-index: 999;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #424241;
}
.scrolled header {
  background-color: rgba(66, 156, 159, 0.9);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
.page-template-default:not(.home) header,
.page-template-page-privat header {
  background: #439ca0;
}
.admin-bar header {
  top: 32px;
}
header > .headerContainer > .row {
  position: relative;
  height: 70px;
  -webkit-transition: 0.4s height ease;
  transition: 0.4s height ease;
}
.scrolled header > .headerContainer > .row {
  height: 70px;
}
header .brand {
  display: block;
  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 a {
  margin-top: 2px;
  display: block;
  height: 40px;
}
header .brand img {
  height: 100%;
  width: auto;
  display: block;
}
.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;
  z-index: 999;
}
.openNav > button {
  display: inline-block;
  vertical-align: middle;
}
.openNav > span {
  padding: 0 0 0 8px;
}
.openNav:hover {
  cursor: pointer;
}
.openNavText {
  color: #fff;
}
.mainNav {
  display: none;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
}
.mainNav ul li {
  margin-bottom: 0;
  padding: 0 13px;
}
.mainNav ul li a {
  font-size: 1.4rem;
  padding: 6px 2px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
  font-family: "Neutra Text", sans-serif;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.mainNav ul li a:hover {
  opacity: 0.8;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.mainNav ul li.active a,
.page-template-page-teamtemplate .mainNav ul li.menu-item-83 a {
  border-bottom: 1px solid #fff;
}
.mainNav ul li:last-child a {
  padding-right: 0;
}
.mainNav ul.sub-menu {
  position: absolute;
  display: none;
  background: #439ca0;
  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: #439ca0;
  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: 0.3s all ease;
  transition: 0.3s all ease;
  display: block;
}
.mainNav > div > ul > li ul.sub-menu li a:hover {
  opacity: 0.8;
}
/** 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 **/
header .mobileContact {
  background: #439ca0;
  width: 100%;
  height: auto;
  text-align: center;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.scrolled .mobileContact {
  margin-top: -28px;
}
header .mobileContact a {
  color: #fff;
  display: inline-block;
  padding: 2px 12px;
}
header .mobileContact a:hover,
header .mobileContact a:active {
  background: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.mobileContact .col {
  padding: 0;
}
#menu {
  display: none;
  background-color: #287275;
  padding-top: 96px;
}
#menu ul.menu li {
  background: #439ca0;
  border-bottom: 1px dotted #287275;
}
#menu ul.menu li.current-menu-item {
  background: transparent;
}
#menu ul.menu li:hover,
#menu ul.menu li.active {
  background: rgba(0, 0, 0, 0.25);
  text-indent: 1px;
}
#menu ul.menu li a {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #fff;
  padding: 12px 15px;
  display: block;
}
#menu ul.menu li a:hover {
  color: #ccc;
}
.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);
}
.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);
}
.stickyContact {
  display: none;
  position: fixed;
  right: 3px;
  top: 20%;
  z-index: 100;
  color: #439ca0;
  text-transform: uppercase;
}
.stickyContactOption {
  background: rgba(240, 240, 240, 0.7);
  height: 44px;
  width: 44px;
  border-radius: 22px;
  margin-bottom: 12px;
  font-size: 14px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  text-align: center;
  position: relative;
  background: #fff;
  opacity: 0.7;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
}
.stickyContactOption:hover {
  opacity: 1;
  width: 44px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
}
.stickyContactOption i {
  font-size: 20px;
  line-height: 44px;
}
.stickyContactMessage {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  color: #439ca0;
  cursor: auto;
  font-weight: 600;
  padding: 0 15px 0 15px;
  background: #fff center left no-repeat;
  height: 40px;
  line-height: 40px;
  width: 270px;
  right: 54px;
  top: 2px;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.appointment .stickyContactMessage,
.callUs .stickyContactMessage {
  width: 200px;
}
.stickyContactMessage:after {
  content: " ";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.stickyContactOption:hover .stickyContactMessage {
  visibility: visible;
  opacity: 1;
  right: 60px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
}
.stickyContactOption a[href^=tel] {
  color: #439ca0;
}
/**
    Content area
**/
main {
  background-color: #fff;
  -webkit-transition: 0.4s margin ease;
  transition: 0.4s margin ease;
}
.page-template-default:not(.home) main,
.page-template-page-privat main {
  margin-top: 70px;
}
section {
  padding: 42px 0;
  overflow: hidden;
}
section.hero {
  overflow: visible;
}
.hero,
.singleSlide {
  width: 100%;
  height: 70vh;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 455px;
}
.hero > .container {
  display: table;
  height: 100%;
  width: 100%;
  max-width: 9999px;
  z-index: 10;
  position: absolute;
}
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero > .container > .row {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding-top: 54px;
}
.hero .stoerer {
  width: 140px;
  z-index: 13;
  position: absolute;
  bottom: -72px;
  right: 5px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.hero .stoerer:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
a.scrollMe {
  display: none;
  width: 72px;
  z-index: 12;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a.scrollMe svg {
  width: 100%;
  height: auto;
}
a.scrollMe svg rect,
a.scrollMe svg polyline,
a.scrollMe svg line {
  stroke: #fff;
}
.page-template-page-teamtemplate a.scrollMe svg rect,
.page-template-page-teamtemplate a.scrollMe svg polyline,
.page-template-page-teamtemplate a.scrollMe svg line {
  stroke: #439ca0;
}
a.scrollMe:hover {
  bottom: 5px;
  -webkit-transform: translateX(-50%) scale(1.05);
          transform: translateX(-50%) scale(1.05);
}
.scrolled .scrollMe {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
}
.slideShow.slick-slider {
  margin-bottom: 0;
}
.posRel {
  position: relative;
}
.virtual {
  z-index: 1111;
  position: absolute;
  color: #fff;
  right: 120px;
  bottom: 29px;
  font-size: 15px;
}
.virtual i {
  font-size: 16px;
}
.virtual:hover {
  opacity: 0.8;
}
.slideShow ul.slick-dots {
  bottom: 12px;
}
.slideShow ul.slick-dots button {
  -webkit-transform: scale(2);
          transform: scale(2);
  margin-bottom: 0;
}
.slideShow ul.slick-dots li button::before {
  color: #439ca0;
}
.slideShow .singleSlide {
  display: none;
}
.slideShow .singleSlide:first-child,
.slideShow .singleSlide.slick-slide {
  display: block;
}
.slideShow .slick-prev,
.slideShow .slick-next {
  z-index: 111;
  bottom: 15px;
  -webkit-transform: none;
          transform: none;
  top: auto;
  width: 35px;
  height: 35px;
}
.slideShow .slick-prev:before,
.slideShow .slick-next:before {
  font-family: inherit;
  background: #d8d2c6;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  width: 35px;
  height: 35px;
  display: inline-block;
  font-size: 16px;
  opacity: 1;
  line-height: 35px;
}
.slideShow .slick-prev:hover:before,
.slideShow .slick-next:hover:before {
  background: #439ca0;
  font-size: 18px;
}
.slideShow .slick-prev {
  left: auto;
  right: 64px;
}
.slideShow .slick-next {
  right: 25px;
}
.slideShow + a.scrollMe {
  display: none;
}
.slideShow[data-slidesnumber="1"] ul.slick-dots {
  display: none;
}
section.sonderinfo {
  padding-top: 54px;
  background: #439ca0;
  color: #fff;
}
section.sonderinfo h3 {
  color: #fff;
  font-size: 2.6rem;
  margin-bottom: 24px;
}
section.sonderinfo .button {
  color: #fff;
  background: #439ca0;
}
section.sonderinfo .button:hover {
  background: #1b5750;
}
#opacLogo {
  padding-top: 24px;
  text-align: center;
}
#opacLogo img {
  width: 60%;
  max-width: 360px;
  opacity: 0.5;
}
section.shortinfo {
  background-color: #424241;
}
section.shortinfo h4 {
  margin-top: 20px;
  margin-bottom: 0;
}
.shortinfo .col {
  padding-top: 8px;
  padding-bottom: 8px;
}
.home section.schwerpunkte {
  background: #d8d2c6;
}
.home section.schwerpunkte .bgImage {
  background-size: cover;
  background-position: center;
}
.schwerpunkte .h2like {
  font-weight: 500;
}
section.aerzte {
  position: relative;
  background-color: #439ca0;
  overflow: hidden;
  color: #fff;
}
section.aerzte .button {
  background: #67a399;
  border-color: #67a399;
}
.singleArzt {
  margin-bottom: 32px;
  padding-bottom: 18px;
}
.singleArzt img {
  width: 100%;
}
.singleArztContent {
  padding-left: 15px;
  padding-right: 15px;
}
.col-12:last-child > .singleArzt {
  margin-bottom: 0;
}
.singleArzt,
.singleArzt a,
.singleArzt h3 {
  color: #fff;
  text-align: left;
}
.singleArzt img {
  margin-bottom: 12px;
}
.singleArzt h3 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1.8rem;
}
.singleArzt b,
.singleArzt strong {
  font-weight: 500;
}
section.more_info {
  background-color: #439ca0;
}
section.praxisinfo {
  padding: 0 0 0 0;
  background: #d8d2c6;
}
section.kontakt {
  padding: 0 0 25px 0;
  background: #d8d2c6;
}
.praxisinfo .bigger {
  font-size: 150%;
}
.praxisinfo p {
  max-width: 540px;
}
section.kontakt p + p {
  margin-top: 2rem;
}
section.praxisinfo span {
  /*color:#fff;*/
}
section.praxisinfo span p + p {
  margin-top: 1rem;
}
section.praxisinfo span strong {
  font-size: 1.7rem;
}
.aerzte > .container > .row {
  /*color:#fff;*/
  vertical-align: middle;
  text-align: center;
}
.shortinfo > .container > .row {
  color: #fff;
  vertical-align: middle;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shortinfo > .container > .row p {
  text-align: left;
}
.shortinfo a {
  color: #fff;
}
.schwerpunkte > .container {
  color: #fff;
}
.more_info > .container > .row {
  color: #fff;
  vertical-align: middle;
  text-align: left;
}
section.location.maps {
  padding: 0;
  position: relative;
}
#map-canvas {
  height: 60vh;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  min-height: 350px;
}
.lg-outer .lg-thumb {
  margin: 0 auto;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #439ca0;
}
#map-canvas {
  height: 320px;
}
/**
    PraxisInfos
**/
.fullwidth {
  padding-left: 0px;
  padding-right: 0px;
}
.bgimage span {
  position: absolute;
  bottom: 3vw;
  left: 4vw;
  z-index: 10;
}
.slideShow,
.slick-list,
.slick-track {
  height: 100%;
}
.bgimage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 350px;
  height: 100%;
  /*position:relative;*/
}
.page-template-page-teamtemplate .bgimage {
  background-position: bottom -20px center;
}
.bgimage:before {
  content: " ";
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.home .hero:before {
  content: " ";
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
/*
 Detailseite
*/
.intro {
  font-family: "Neutra", sans-serif;
  font-size: 1.8rem;
}
.page-template-page-teamtemplate .hero:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(80%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.05) 80%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#0d000000', GradientType=0);
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  content: " ";
}
.page-template-page-teamtemplate .hero {
  height: 55vh;
  min-height: 420px;
  background-position: bottom center;
}
.page-template-page-teamtemplate .hero .container .row {
  padding-top: 210px;
}
.page-template-page-teamtemplate h1 {
  color: #439ca0;
  font-size: 2rem;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  text-transform: none;
  font-family: "Neutra Text", sans-serif;
}
.page-template-page-teamtemplate h2 {
  color: #439ca0;
  letter-spacing: 0;
  font-size: 1.6rem;
  text-transform: none;
  font-family: "Neutra Text", sans-serif;
}
.page-template-page-teamtemplate .intro {
  font-family: "Neutra Text", sans-serif;
  color: #439ca0;
  font-size: 1.8rem;
}
.page-template-page-teamtemplate .singleDetailBoxes h3 {
  font-weight: 600;
  color: #439ca0;
}
.page-template-page-teamtemplate .singleDetailBoxes h3:after,
.page-template-page-teamtemplate .singleDetailBoxes a.toggleAccordion {
  color: #439ca0;
}
img.auszeichnungen {
  height: 42px;
  width: auto;
  margin-right: 8px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  .stickyContact {
    display: block;
  }
  .mobileContact {
    display: none;
  }
  .page-template-page-teamtemplate .hero {
    height: 55vh;
  }
  .shortinfo > .container > .row {
    text-align: left;
    font-size: 1.5rem;
  }
  .praxisinfo .bigger {
    font-size: 130%;
  }
  .page-template-page-teamtemplate .hero .container .row {
    padding-top: 50px;
  }
  .page-template-page-teamtemplate .hero h1 {
    font-size: 2.8rem;
    margin-bottom: 18px;
  }
  .page-template-page-teamtemplate .hero h2 {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
  img.auszeichnungen {
    height: 48px;
  }
  .auszeichnungsWrap {
    position: absolute;
    bottom: 8px;
    left: 24px;
    width: 100%;
  }
  h2,
  .h2like {
    margin-bottom: 24px;
  }
  .singleArzt img {
    width: 100%;
  }
  .intro {
    font-size: 2rem;
  }
  .page-template-page-teamtemplate .intro {
    color: #439ca0;
    font-size: 2rem;
  }
  .page-template-default h1 {
    font-size: 3.6rem;
  }
  .singleArzt p.position {
    min-height: 72px;
  }
  section.sonderinfo {
    padding: 72px 0;
  }
  section.sonderinfo h3 {
    color: #fff;
    font-size: 2.6rem;
  }
  section.sonderinfo .button {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .singleArzt h3 {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .singleArzt p.position {
    min-height: 48px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .stickyContact {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-template-page-teamtemplate a.scrollMe {
    position: fixed;
  }
  .page-template-page-teamtemplate .hero {
    height: 100vh;
    min-height: 600px;
  }
  .hero.hasSonderInfo {
    height: calc(100vh - 210px);
  }
  .page-template-page-teamtemplate .hero h1 {
    font-size: 2.8rem;
    margin-bottom: 12px;
  }
  .page-template-page-teamtemplate .hero h2 {
    font-size: 1.8rem;
    margin-bottom: 28px;
  }
  .singleArzt p.position {
    min-height: 48px;
  }
  .page-template-page-teamtemplate .accordion a.toggleAccordion:hover {
    cursor: pointer;
    color: #287275;
  }
  .shortinfo > .container > .row {
    font-size: 1.6rem;
  }
  .praxisinfo .bigger {
    font-size: 120%;
  }
  .praxisinfo h2 {
    margin-bottom: 24px;
  }
  section.sonderinfo .firstSonderCol {
    padding-right: 145px;
  }
}
@media (min-width: 1200px) {
  .page-template-page-teamtemplate .hero {
    height: 100vh;
    min-height: 720px;
  }
  img.auszeichnungen {
    height: 58px;
  }
  .nowrap-xl {
    white-space: nowrap;
  }
}
@media (min-width: 1400px) {
  .page-template-page-teamtemplate .hero {
    min-height: 780px;
  }
}
@media (min-width: 1600px) {
  .page-template-page-teamtemplate .hero {
    min-height: 840px;
  }
  section.sonderinfo h3 {
    margin-bottom: 24px;
  }
}
@media (min-width: 1800px) {
  .page-template-page-teamtemplate .hero {
    min-height: 48vw;
  }
}
/**
    Footer
**/
footer {
  background: #424241;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0;
  font-size: 1.5rem;
}
footer nav.inline {
  display: inline-block;
}
footer ul.menu li {
  text-align: center;
  display: inline-block;
}
footer ul.menu li a {
  color: #fff;
  padding: 0 10px;
}
footer ul.menu li a:hover {
  color: #aaa;
}
footer .copyright {
  padding-bottom: 12px;
}
.footerLogo {
  opacity: 0.7;
  width: 200px;
  margin-bottom: 18px;
}
.bottomRow {
  opacity: 0.7;
}
/**
    * Media Queries for responsive Design
**/
@media (min-width: 360px) {
  header .brand a {
    height: 40px;
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  .hero,
  .singleSlide {
    height: calc(100vh - 70px);
  }
  a.scrollMe {
    display: block;
  }
}
@media (min-width: 576px) {
  section {
    padding: 56px 0;
  }
}
@media (min-width: 768px) {
  .col-12 + .col-12 {
    margin-top: 0;
  }
  header .brand a {
    height: 54px;
  }
  header > .headerContainer > .row {
    height: 90px;
  }
  .scrolled header > .headerContainer > .row {
    height: 70px;
  }
  #menu {
    padding-top: 90px;
  }
  .scrolled #menu {
    padding-top: 70px;
  }
  main {
    margin-top: 0px;
  }
  .scrolled main {
    margin-top: 0px;
  }
  section {
    padding: 75px 0;
  }
  section.shortinfo {
    padding: 72px 0;
  }
  section.shortinfo .col {
    position: relative;
    padding-right: 32px;
  }
  section.shortinfo .col:before {
    content: " ";
    position: absolute;
    left: 15px;
    top: 0;
    width: 80%;
    height: 1px;
    background: #fff;
    opacity: 0.2;
  }
  p + h1,
  ul + h1,
  ol + h1,
  table + h1,
  p + h2,
  ul + h2,
  ol + h2,
  table + h2 {
    margin-top: 6rem;
  }
  p + h3,
  ul + h3,
  ol + h3,
  table + h3,
  p + h4,
  ul + h4,
  ol + h4,
  table + h4 {
    margin-top: 4rem;
  }
  p + h5,
  ul + h5,
  ol + h5,
  table + h5,
  p + h6,
  ul + h6,
  ol + h6,
  table + h6 {
    margin-top: 3.2rem;
  }
  .hero h1 {
    font-size: 4.2rem;
    margin-bottom: 32px
    ;
  }
  .hero h2 {
    font-size: 2.8rem;
  }
  .hero h3 {
    font-size: 2rem;
    letter-spacing: 0.2px;
  }
  .hero .stoerer {
    width: 180px;
    z-index: 13;
    bottom: -36px;
    right: 15px;
  }
  h2,
  .h2like {
    font-size: 2.6rem;
  }
  #map-canvas {
    height: 100%;
  }
  .singleArzt {
    margin-bottom: 0;
    padding-bottom: 0;
    background: transparent;
  }
  .singleArztContent {
    padding-left: 0;
    padding-right: 0;
  }
  .padded {
    padding: 32px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padded h1 {
    padding: 0;
  }
  .page-id-224 section.singlePage:before {
    position: absolute;
    background: #d8d2c6;
    right: -300px;
    top: 0;
    content: " ";
    display: block;
    width: 480px;
    height: 100%;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
  }
  .page-id-224 section.singlePage {
    position: relative;
  }
  footer .copyright {
    padding-bottom: 0;
  }
  .footerLogo {
    margin-bottom: 0;
  }
  .footerNav {
    padding-top: 32px;
    text-align: right;
  }
  .logoCol {
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mainNav ul li {
    padding: 0 9px;
  }
  .singleArzt h3 {
    font-size: 1.6rem;
  }
  .schwerpunkteCol {
    padding: 0 64px;
  }
}
@media (min-width: 992px) {
  .mainNav {
    display: block;
  }
  .openNav {
    display: none;
  }
  .hero,
  .singleSlide {
    min-height: 480px;
    height: calc(100vh - 0px);
  }
  h2,
  .h2like {
    font-size: 2.6rem;
    margin-bottom: 16px;
  }
  .hero h3 span {
    display: inline-block;
    height: auto;
    opacity: 1;
    padding: 0 8px;
  }
  .schwerpunkte {
    padding: 0;
  }
  .padded {
    padding: 32px 42px;
  }
}
@media (min-width: 1200px) {
  header .brand a {
    height: 54px;
  }
  section {
    padding: 150px 0;
  }
  section.aerzte {
    padding: 90px 0 72px 0;
  }
  .padded {
    padding: 64px 54px;
  }
  .hero h1 {
    font-size: 3.2rem;
    margin-bottom: 24px;
  }
  .hero h2 {
    font-size: 2.4rem;
  }
  .hero h3 {
    font-size: 2.2rem;
  }
  .praxisinfo .bigger {
    font-size: 150%;
  }
  section.aerzte:before {
    right: calc(-100vw + ( (100vw - 840px) / 2));
  }
  .page-id-224 section.singlePage:before {
    right: calc(-100vw + ( (100vw - 580px) / 2));
  }
}
@media (min-width: 1600px) {
  .padded {
    padding: 80px 100px;
  }
  .home .singleDetailBox,
  .home .accordion {
    padding: 24px 0 20px 0;
  }
  .praxisinfo p {
    max-width: 640px;
  }
  section.aerzte:before {
    right: calc(-100vw + ( (100vw - 840px) / 2));
  }
  .page-id-224 section.singlePage:before {
    right: calc(-100vw + ( (100vw - 580px) / 2));
  }
}
@media (min-width: 1800px) {
  .padded {
    padding: 120px 150px;
  }
  section.aerzte {
    padding: 112px 0 96px 0;
  }
  section.aerzte:before {
    right: calc(-100vw + ( (100vw - 840px) / 2));
  }
  .page-id-224 section.singlePage:before {
    right: calc(-100vw + ( (100vw - 580px) / 2));
  }
}
/*
  Detailboxen und Accordions
 */
.sektionYoutubeVideo + .accordionSektion,
.accordionSektion + .sektionYoutubeVideo,
.accordionSektion + .linkSektion,
.sektionTourliste + .accordionSektion {
  padding-top: 0;
}
.highlightBoxesSection + .sektionTextblock {
  padding-top: 18px;
}
.accordionSektion h2 {
  color: #424241;
  text-align: left;
}
.accordionSektion h3 {
  margin-bottom: 24px;
  color: #424241;
}
.singleDetailBox,
.accordion {
  padding: 24px 0 22px 0;
  color: #424241;
  border-bottom: 1px solid #999;
}
.singleDetailBoxes h3 {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 2rem;
}
h3 + .singleDetailBox {
  padding-top: 6px;
}
.singleDetailTitle h3 {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 1.7rem;
  padding-left: 22px;
}
.singleDetailTitle h3:before {
  width: 15px;
  height: 15px;
  display: block;
  background: url(images/arrow.png);
  background-size: contain;
  position: absolute;
  content: " ";
  top: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  font-size: 2.8rem;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.singleDetailContent {
  padding-top: 24px;
}
.singleDetailContent ul {
  padding-left: 0;
}
.singleDetailContent ul li {
  list-style-position: outside;
  list-style-type: none;
  padding-left: 18px;
  position: relative;
}
.singleDetailContent ul li:before {
  position: absolute;
  top: -1px;
  left: 4px;
  content: "- ";
}
.home .singleDetailContent ul li:before {
  color: #424241;
}
.singleDetailContent ul ul {
  margin-top: 8px;
}
.singleDetailContent ul li ul li:before {
  content: "· ";
}
.singleDetailTitle {
  margin-bottom: 0;
  padding-right: 0;
  position: relative;
}
.singleDetailContent {
  display: none;
}
.accordionOpened .singleDetailContent {
  display: block;
}
@media (max-width: 767px) {
  .singleDetailTitle h3:before {
    position: absolute;
    width: 14px;
    height: 14px;
    content: " ";
    top: 14  px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0px;
    font-size: 2.2rem;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .singleDetailTitle h3 {
    line-height: 30px;
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .accordion a.toggleAccordion {
    font-size: 2.8rem;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding: 6px 18px;
    line-height: 1;
    color: #424241;
  }
  .singleDetailTitle h3 {
    line-height: 30px;
  }
  .accordion a.toggleAccordion:hover {
    cursor: pointer;
    color: #424241;
  }
  .closeAccordion {
    display: none;
  }
  .accordionOpened .closeAccordion {
    display: block;
    -webkit-transform: scale(1.3) translateY(-5px);
            transform: scale(1.3) translateY(-5px);
  }
  .accordionOpened .openAccordion {
    display: none;
  }
  .singleDetailBox,
  .accordion {
    padding: 24px 0 20px 0;
  }
  .home .singleDetailBox,
  .home .accordion {
    padding: 25px 0 21 px 0;
  }
}
@media (min-width: 992px) {
  .hero .stoerer {
    bottom: -54px;
  }
}
/* Info Popup */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 111;
  top: 0;
  left: 0;
  text-align: left;
}
.overlayHeadline {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 24px;
}
.overlayContent {
  border-radius: 5px;
  position: absolute;
  width: 85%;
  background: #fff;
  max-width: 480px;
  left: 50%;
  top: 50%;
  height: auto;
  padding: 45px 32px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.close {
  padding: 0;
  text-align: center;
  position: absolute;
  right: 15px;
  display: inline-block;
  top: 13px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #439ca0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
}
.close:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background: #287275;
}
.close svg {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 7px;
  left: 7px;
}
.close svg path {
  fill: #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.overlayContent p:last-child {
  margin-bottom: 0;
}
.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: #fff;
}
.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: 4px;
  background: #fff;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  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;
}
