/*
Theme Name: Kreuzwork Theme
Theme URI: http://variante-b.de
Author: David Bernhard
Author URI: http://variante-b.de
Description: Kreuzwork WP Theme
Version: 1.0
*/
/**
    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: "Titillium Web", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #303030;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.25;
  margin-bottom: 2rem;
}
h1 {
  font-size: 2.4rem;
}
h2 {
  font-size: 2.0rem;
}
h3 {
  font-size: 2.0rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size: 1.6rem;
}
h6 {
  font-size: 1.5rem;
}
p {
  margin-top: 0;
}
a {
  color: #ffd513;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  color: #dbbb25;
  text-decoration: none;
}
/* =WordPress Core
-------------------------------------------------------------- */
img {
  max-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"],
.wpcf7 input[type="submit"] {
  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: 0;
  border: 1px solid #bbb;
  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,
.wpcf7 input[type="submit"] {
  color: #FFF;
  background-color: #283d45;
  border-color: #283d45;
}
.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,
.wpcf7 input[type="submit"]: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,
.wpcf7 input[type="submit"]:focus {
  color: #FFF;
  background-color: #ffd513;
  border-color: #ffd513;
}
/* 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: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          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 #ffd513;
  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 textarea {
  height: 100px;
  line-height: 18px;
  padding: 6px 12px;
  width: 100%;
  border: 1px solid #eee;
}
form.wpcf7-form .row {
  padding: 8px 0;
}
.wpcf7 input[type="submit"] {
  margin-top: 16px;
}
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;
  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: .3;
  color: #ffd513;
  font-weight: 600;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ol,
ul {
  list-style-position: inside;
  padding-left: 15px;
  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: #ffd513;
}
ul.menu li a:hover {
  color: #dbbb25;
}
/* 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;
  width: 100%;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  z-index: 999;
  color: #fff;
}
.scrolled header,
.page-template-index header {
  background: #283d45;
  -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 > .container > .row {
  position: relative;
  height: 70px;
  -webkit-transition: 0.4s height ease;
  transition: 0.4s height ease;
}
.scrolled header > .container > .row {
  height: 70px;
}
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;
  ospacity: 0;
}
.scrolled header .brand {
  opacity: 1;
}
header .brand img {
  height: 52px;
  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 > button {
  display: inline-block;
  vertical-align: middle;
}
.openNav > span {
  padding: 0 0 0 8px;
}
.openNav:hover {
  cursor: pointer;
}
.openNavText {
  color: #ffffff;
}
header .mainNav {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
}
.mainNav ul li {
  margin-bottom: 0;
}
.mainNav ul li a {
  padding: 6px 15px;
  color: #fff;
}
.mainNav ul li a:hover {
  color: #ffd513;
}
.mainNav ul li:last-child a {
  padding-right: 0;
}
/** 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: 70px;
}
#menu ul.menu li {
  background: #3a3a3a;
}
#menu ul.menu li.current-menu-item {
  background: transparent;
}
#menu ul.menu li:hover {
  background: rgba(0, 0, 0, 0.9);
  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;
}
#menu .languageNav {
  margin-left: 0;
  position: absolute;
  bottom: 0;
  background: #3a3a3a;
  width: 100%;
}
#menu .languageNav ul.menu li {
  background: transparent;
}
#menu .languageNav ul.menu li a {
  color: #ccc;
  padding: 10px 15px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
#menu .languageNav ul.menu li.active a {
  background: #252525;
  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);
}
/**
    Content area
**/
main {
  background-color: #fafafa;
  -webkit-transition: 0.4s margin ease;
  transition: 0.4s margin ease;
}
section {
  padding: 25px 0;
}
section#kontakt {
  background: #ddd;
}
section#teaser,
section#gallery {
  padding: 0;
}
.hero {
  width: 100%;
  height: 65vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.hero > .container.herologo {
  display: table;
  height: 100%;
}
.hero > .container.herologo > .row {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.hero img.logo {
  max-width: 120px;
  margin-bottom: 40px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  opacity: 0.2;
}
.hero h1 {
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}
.scrolled .hero img.logo,
.scrolled .hero h1 {
  opacity: 0;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
.hero .container.icons {
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
  bottom: 0;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  display: none;
}
.hero .container .singleIcon {
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}
.scrolled .hero .container .singleIcon.fadeDown {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
}
.singleTeaser {
  position: relative;
  overflow: hidden;
}
.singleTeaser a.button {
  cursor: pointer;
  background-color: #283d45;
  border-color: #283d45;
  color: #fff;
}
.singleTeaser a.button:hover {
  cursor: pointer;
  background-color: #ffd513;
  border-color: #ffd513;
}
.singleTeaser h2 {
  font-size: 2.2rem;
  color: #fff;
  margin: 0;
}
.singleTeaser .teaserHeadline {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  padding: 25px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background: rgba(40, 61, 69, 0.5);
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}
.singleTeaser .learnMore {
  width: 100%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(150px);
          transform: translateX(-50%) translateY(150px);
  -webkit-transition: .7s all ease;
  transition: .7s all ease;
  padding: 15px 100px;
  color: #fff;
  z-index: 10;
  display: none;
}
.singleTeaser:hover .learnMore {
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.singleTeaser:hover .teaserHeadline {
  top: 7%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: transparent;
}
.teaserOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: transparent;
}
.singleTeaser:hover .teaserOverlay {
  background: rgba(40, 61, 69, 0.5);
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}
.learnMore p {
  font-size: 1.8rem;
}
.learnMore .button {
  background-color: #fff;
  border-color: #fff;
}
#konzept {
  padding: 32px;
}
#konzept img {
  opacity: 0.3;
  max-width: 200px;
}
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;
}
/**
    Footer
**/
footer {
  background: #283d45;
  color: #fff;
  line-height: 1.5;
  padding: 50px 0 25px 0;
}
footer ul.menu li a {
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
}
footer ul.menu li a:hover {
  color: #aaa;
}
.footerLogo {
  width: 130px;
  opacity: 0.5;
}
.copyrightRow {
  padding-top: 30px;
}
.footertext a {
  color: #fff;
  border-bottom: 1px dotted #fff;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.footertext a:hover {
  color: #ffd513;
  border-bottom: 1px solid #ffd513;
}
/**
    * Media Queries for responsive Design
**/
@media (min-width: 600px) {
  section {
    padding: 75px 0;
  }
  section.intro {
    padding: 50px 0;
  }
  h1 {
    font-size: 4.2rem;
    margin-bottom: 40px;
  }
  .singleTeaser h2 {
    font-size: 4.2rem;
  }
}
@media (min-width: 768px) {
  header .brand img {
    height: 56px;
  }
  header > .container > .row {
    height: 90px;
  }
  .scrolled header > .container > .row {
    height: 70px;
  }
  #menu {
    padding-top: 90px;
  }
  .scrolled #menu {
    padding-top: 70px;
  }
  .hero .container.icons {
    display: block;
  }
  .singleTeaser .learnMore {
    display: block;
  }
  .singleTeaser .teaserHeadline {
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    padding: 25px;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    background: rgba(40, 61, 69, 0.5);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
  }
  .singleTeaser .learnMore {
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(150px);
            transform: translateX(-50%) translateY(150px);
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    padding: 15px 100px;
    color: #fff;
    z-index: 10;
  }
  .singleTeaser .learnMore {
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .singleTeaser .teaserHeadline {
    top: 7%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: transparent;
  }
  .teaserOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: transparent;
  }
  .singleTeaser .teaserOverlay {
    background: rgba(40, 61, 69, 0.5);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
  }
}
@media (min-width: 992px) {
  .hero {
    height: calc((100vh - 150px));
  }
}
@media (min-width: 1200px) {
  header .mainNav {
    display: block;
  }
  .openNav {
    display: none;
  }
  .singleTeaser .teaserHeadline {
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    padding: 25px;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    background: rgba(40, 61, 69, 0.5);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
  }
  .singleTeaser .learnMore {
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(150px);
            transform: translateX(-50%) translateY(150px);
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    padding: 15px 100px;
    color: #fff;
    z-index: 10;
  }
  .singleTeaser:hover .learnMore {
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .singleTeaser:hover .teaserHeadline {
    top: 7%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: transparent;
  }
  .singleTeaser .teaserOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: transparent;
  }
  .singleTeaser:hover .teaserOverlay {
    background: rgba(40, 61, 69, 0.5);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
  }
}
.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: #ffffff;
}
.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: #ffffff;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  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;
}
