/*
Theme Name: Stop-X Wordpress Theme
Theme URI: http://variante-b.de
Author: David Bernhard
Author URI: http://variante-b.de
Description:  Wordpress Theme for Stop X Website
Version: 1.0
*/
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v18-latin-regular.eot');
  src: local(''), url('fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v18-latin-700.eot');
  src: local(''), url('fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v18-latin-700.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v15-latin-regular.eot');
  src: local(''), url('fonts/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/montserrat-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/montserrat-v15-latin-regular.svg#Montserrat') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v15-latin-regular.eot');
  src: local(''), url('fonts/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/montserrat-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/montserrat-v15-latin-regular.svg#Montserrat') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/montserrat-v15-latin-500.eot');
  src: local(''), url('fonts/montserrat-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/montserrat-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/montserrat-v15-latin-500.woff') format('woff'), /* Modern Browsers */ url('fonts/montserrat-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/montserrat-v15-latin-500.svg#Montserrat') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v15-latin-600.eot');
  src: local(''), url('fonts/montserrat-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/montserrat-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/montserrat-v15-latin-600.woff') format('woff'), /* Modern Browsers */ url('fonts/montserrat-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/montserrat-v15-latin-600.svg#Montserrat') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/**
    General
**/
html {
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 62.5%;
  height: 100%;
}
body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #444444;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-family: "Montserrat";
}
h3,
h4,
h5,
h6 {
  margin-bottom: 0.85rem;
}
h1,
.h1 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
h2,
.h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
h3,
.h3 {
  font-size: 2.0rem;
}
h4,
.h4 {
  font-size: 1.8rem;
}
h5,
.h5 {
  font-size: 1.6rem;
}
h6,
.h6 {
  font-size: 1.5rem;
}
h1 small {
  font-weight: 400;
}
.sectionTitle {
  text-transform: uppercase;
  color: #009ee2;
  display: block;
  margin: 0 0 16px 0;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 3.2rem;
  }
}
.brandColor {
  color: #009ee2;
}
.lightFontColor {
  color: #999999;
}
.lightFontColor p,
.lightFontColor ul,
.lightFontColor ol {
  color: #999999;
}
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;
}
a {
  color: #009ee2;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  color: #006e9d;
  text-decoration: none;
}
a.mail {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}
.readmorelink {
  text-transform: uppercase;
  color: #009ee2;
  letter-spacing: 2px;
  font-size: 1.2rem;
}
.card .readmorelink {
  display: inline-block;
  margin-top: 12px;
}
.readmorelink:after {
  content: " →";
  display: inline-block;
  margin-left: 6px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.readmorelink:hover:after {
  margin-left: 8px;
}
.smallTitle {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 24px;
}
.bigger {
  font-size: 125%;
}
.smaller {
  font-size: 85%;
}
/* =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,
a.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
li.buttonStyle a {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  text-align: center;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 0;
  letter-spacing: 1px;
  font-size: 1.3rem;
  border: 1px solid #fff;
  cursor: pointer;
  color: #444444;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button:hover,
a.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,
li.buttonStyle a:hover {
  color: #009ee2;
  border-color: #fff;
  background-color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0px 7px 10px -10px #000000, 0px 0px 6px 2px rgba(255, 255, 255, 0);
          box-shadow: 0px 7px 10px -10px #000000, 0px 0px 6px 2px rgba(255, 255, 255, 0);
  outline: 0;
}
.button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary,
header .mainNav li.buttonStyle a {
  color: #FFF;
  background-color: #009ee2;
  border-color: #009ee2;
}
.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,
header .mainNav li.buttonStyle a:hover,
header .mainNav li.buttonStyle a:focus {
  color: #FFF;
  background-color: #006e9d;
  border-color: #006e9d;
}
.button.outlineButton {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.button.outlineButton:hover {
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  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 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 #009ee2;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .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: .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: .3;
  color: #009ee2;
  font-weight: 600;
}
input.wpgmza-address {
  width: 100%;
  margin-bottom: 4px!important;
}
select.wpgmza-radius {
  width: 100%;
  background: #eeeeee url(images/caret.svg) right 4px center no-repeat !important;
  background-size: 9px!important;
  margin-bottom: 4px!important;
}
div.wpgmza_sl_search_button_div,
div.wpgmza_sl_reset_button_div {
  width: 100%;
  margin: 0!important;
}
input.wpgmza-search,
input.wpgmza-search:hover,
input.wpgmza-reset {
  background: #009ee2;
  color: #fff!important;
  line-height: 1!important;
  border: none!important;
  width: 100%!important;
  padding: 0!important;
  margin: 0!important;
}
input.wpgmza-reset,
input.wgmza-reset:hover {
  background: #eee!important;
  color: #000!important;
}
@media (min-width: 768px) {
  input.wpgmza-address {
    width: 150px;
    margin-bottom: 0!important;
  }
  select.wpgmza-radius {
    width: 60px;
    margin-bottom: 0px!important;
  }
  div.wpgmza_sl_search_button_div,
  div.wpgmza_sl_reset_button_div {
    width: 100px!important;
  }
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ol,
ul {
  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: #009ee2;
}
ul.menu li a:hover {
  color: #006e9d;
}
li.service-teaser-links.active {
  font-weight: 600;
}
/* 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;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.lightBg {
  background: #f7f7f7;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: bold;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  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;
}
video {
  width: 100%;
  border: 1px solid #eee;
  height: auto;
}
@media (min-width: 768px) {
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
}
.lazyloadBg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/**
  Slick
**/
.slick-slide {
  height: 100%;
}
/*
  Slideshows
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -28px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -28px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  -webkit-transform: none;
          transform: none;
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.slideShow.slick-slider {
  margin-bottom: 0;
}
ul.slick-dots {
  bottom: -30px;
}
ul.slick-dots button {
  margin-bottom: 0;
}
ul.slick-dots li button::before {
  color: #009ee2;
}
.slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  background: #fff;
}
.slick-arrow:hover {
  -webkit-box-shadow: 0px 0 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0 8px 0 rgba(0, 0, 0, 0.25);
}
.slick-arrow:hover:before {
  color: #009ee2;
}
.slick-prev {
  z-index: 11;
  opacity: 1!important;
}
.slick-prev:before {
  font-family: "FontAwesome";
  font-size: 32px;
  content: " \f104";
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
  color: #444444;
  display: inline-block;
}
.slick-next {
  z-index: 11;
  opacity: 1!important;
}
.slick-next:before {
  color: #444444;
  font-family: "FontAwesome";
  font-size: 32px;
  content: "\f105";
  padding-left: 5px;
  opacity: 1!important;
  display: inline-block;
}
.slideShow[data-slidesnumber="1"] ul.slick-dots {
  display: none;
}
.slideShow .singleSlide {
  display: none;
}
.slideShow .singleSlide:first-child,
.slideShow .singleSlide.slick-slide {
  display: block;
}
@media (max-width: 768px) {
  .slideShow.noSingleSlideShow .singleSlide:nth-child(2) {
    display: block;
  }
  .slideShow[data-slidesnumber="1"] ul.slick-dots {
    display: none;
  }
}
@media (min-width: 992px) {
  .slideShow.noSingleSlideShow .singleSlide:nth-child(3) {
    display: block;
  }
  .slideShow[data-slidesnumber="3"] ul.slick-dots {
    display: none;
  }
}
@media (min-width: 1200px) {
  .slick-prev {
    left: -35px;
  }
  .slick-next {
    right: -35px;
  }
}
/**
    Header + NAV
**/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  color: #444444;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(102, 102, 102, 0.23);
          box-shadow: 0px 0px 3px 0px rgba(102, 102, 102, 0.23);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.home header {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.scrolled header,
.home.scrolled header,
.showNav header,
.home.showNav header {
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(102, 102, 102, 0.23);
          box-shadow: 0px 0px 3px 0px rgba(102, 102, 102, 0.23);
}
.admin-bar header {
  top: 32px;
}
header > .container > .row,
header > .container-fluid > .row {
  position: relative;
  height: 70px;
  -webkit-transition: 0.4s height ease;
  transition: 0.4s height ease;
}
.scrolled header > .container > .row,
.scrolled header > .container-fluid > .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;
}
header .brand a {
  display: block;
  height: 42px;
}
header .brand img {
  height: 100%;
  width: auto;
}
header .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;
}
header .openNav > button {
  display: inline-block;
  vertical-align: middle;
}
header .openNav > span {
  padding: 0 0 0 8px;
}
header .openNav:hover {
  cursor: pointer;
}
header .openNavText {
  color: #40444e;
}
header ul.headerContact {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
header .mainNav {
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
}
header .mainNav ul li {
  margin-bottom: 0;
}
header .mainNav ul li a {
  margin: 0 8px;
  padding: 10px 8px;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  letter-spacing: 3px;
  height: auto;
  font-weight: 500;
  font-size: 1.2rem;
}
header .mainNav ul li.buttonStyle a {
  letter-spacing: 1px;
  font-size: 1.2rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}
header .mainNav ul li a:hover,
header .mainNav ul li.active a,
header .mainNav ul li.current-menu-item a {
  color: #009ee2;
}
header .mainNav ul li a,
header .mainNav ul li.active a {
  color: #000;
}
header .mainNav li.menu-item-has-children {
  position: relative;
}
header .mainNav li.menu-item-has-children > a:before {
  content: "\f0da ";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
  margin-left: 2px;
  width: 12px;
}
header .mainNav li.menu-item-has-children:hover > a:before {
  content: "\f0d7 ";
  margin-left: 0;
  width: 14px;
}
header .mainNav .sub-menu-toggle {
  display: none;
}
header .mainNav ul.sub-menu {
  position: absolute;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  pointer-events: none;
  top: 36px;
  left: 0;
  background: #ffffff;
  border-radius: 0;
  color: #444444;
  z-index: 99;
  padding: 12px 0;
}
header .mainNav ul.sub-menu li a {
  letter-spacing: 1px;
}
header .mainNav li.menu-item-has-children:hover ul.sub-menu,
header .mainNav ul.sub-menu:hover {
  opacity: 1;
  top: 42px;
  pointer-events: all;
  /*box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);*/
}
header .mainNav ul.menu li ul.sub-menu li a {
  padding: 9px 18px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  margin: 0;
  display: inline-block;
  width: 100%;
  color: #999999;
}
header .mainNav ul.menu ul.sub-menu li a:hover {
  color: #009ee2;
  cursor: pointer;
}
.home header .mainNav li a {
  color: #fff;
}
.scrolled.home header .mainNav li a {
  color: #444444;
}
.scrolled.home header .mainNav li a:hover,
.scrolled.home .mainNav ul li.current-menu-item a {
  color: #009ee2;
}
.home .mainNav li.buttonStyle a {
  color: #444444;
  background: #fff;
  border-color: #fff;
}
.home.scrolled header .mainNav li.buttonStyle a {
  color: #fff;
  background: #009ee2;
  border-color: #009ee2;
}
.home header .brand img.logo {
  display: none;
}
.home.scrolled header .brand img.logo,
.home.showNav header .brand img.logo {
  display: block;
}
.home header .brand img.logoWhite {
  display: block;
}
.home.scrolled header .brand img.logoWhite,
header .brand img.logoWhite,
.home.showNav header .brand img.logoWhite {
  display: none;
}
/** 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: #272627;
  padding-top: 70px;
}
#menu ul.menu > li {
  background: #f7f7f7;
  border-top: 1px solid #999999;
  position: relative;
}
#menu ul.menu li.buttonStyle,
#menu ul.menu li.buttonStyle:hover {
  background: #f7f7f7;
}
#menu ul.menu > li.active {
  background: #e7e5d8;
}
#menu ul.menu > li > a {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #fff;
  padding: 12px 15px;
  display: block;
  color: #444444;
}
#menu ul.menu > li a:hover,
#menu ul.menu > li.current-menu-item > a {
  color: #fff;
  background: #006e9d;
}
#menu ul.menu li.buttonStyle {
  text-align: center;
  padding: 8px 5px;
}
#menu ul.menu li.buttonStyle a {
  padding: 0;
  margin: 5px;
  background: #009ee2;
  color: #fff;
}
#menu ul.menu li.buttonStyle a:hover {
  background: #006e9d;
  color: #fff;
}
#menu li .sub-menu-toggle {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  height: 46px;
  width: 50px;
  font-size: 1.8rem;
  background: #009ee2;
  line-height: 46px;
  border-left: 1px dotted #fff;
}
#menu li.submenuOpened .sub-menu-toggle i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#menu li .sub-menu-toggle:hover {
  background: #006e9d;
  cursor: pointer;
}
#menu ul.sub-menu {
  display: none;
  background: #f7f7f7;
}
#menu ul.sub-menu li {
  border-left: 5px solid #009ee2;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
#menu ul.sub-menu li a {
  padding: 9px 15px;
  display: block;
  color: #444444;
}
#menu ul.sub-menu li:hover {
  border-left: 5px solid #006e9d;
}
#menu ul.sub-menu li.current-menu-item {
  border-color: #006e9d;
}
#menu ul.sub-menu li.current-menu-item a {
  background: #006e9d;
  color: #fff;
}
#menu li.current-menu-item ul.sub-menu,
#menu li.submenuOpened ul.sub-menu,
#menu li.current_page_ancestor ul.sub-menu {
  display: block;
}
#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);
}
@media (min-width: 768px) {
  header .brand {
    left: 30px;
  }
  header .brand a {
    height: 48px;
  }
  header > .container > .row,
  header > .container-fluid > .row,
  .scrolled header > .container > .row,
  .scrolled header > .container-fluid > .row {
    height: 90px;
  }
  #menu {
    padding-top: 90px;
  }
  .scrolled #menu {
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  header .mainNav,
  header ul.headerContact {
    display: block;
  }
  header .openNav {
    display: none;
  }
  header .mainNav ul li a {
    margin: 0 10px;
    padding: 15px 12px;
  }
  header ul.headerContact {
    padding: 0;
    list-style-type: none;
  }
  header ul.headerContact li {
    display: inline;
  }
  header ul.headerContact li a {
    padding: 8px 15px;
    color: #999999;
  }
  header ul.headerContact li a:hover {
    color: #009ee2;
  }
}
/**
    Content area
**/
main {
  background-color: #fff;
  -webkit-transition: 0.4s margin ease;
  transition: 0.4s margin ease;
  margin-top: 70px;
}
.scrolled main {
  margin-top: 70px;
}
.home main {
  margin-top: 0;
}
section {
  padding: 48px 0;
}
a.scrollMe {
  display: none;
  width: 54px;
  z-index: 12;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
a.scrollMe svg {
  width: 100%;
  height: auto;
}
a.scrollMe svg rect,
a.scrollMe svg polyline,
a.scrollMe svg line {
  stroke: #fff;
}
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);
}
.buttons {
  margin-top: 36px;
}
.buttons .button {
  margin-top: 8px;
}
@media (min-width: 992px) {
  main {
    margin-top: 90px;
  }
  .scrolled main {
    margin-top: 70px;
  }
}
/*
  Frontpage
*/
.frontHero {
  color: #fff;
  background-color: #135c75;
  height: 80vh;
  padding-top: 80px;
}
.frontHero h2 {
  font-size: 3.2rem;
  margin: 12px 0;
}
.frontHero h3 {
  font-size: 1.5rem;
  font-weight: normal;
}
.frontHero .button {
  margin-top: 16px;
}
.frontHero .rehabCol {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .frontHero {
    height: 60vh;
    position: relative;
  }
  .frontHero .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .frontHero .rehabCol {
    margin-top: 0;
  }
  .frontHero h2 {
    font-size: 4.2rem;
  }
}
@media (min-width: 992px) {
  .frontHero {
    height: 100vh;
  }
}
/*
  Hero mit Image
*/
.hero {
  width: 100%;
  height: 60vh;
  min-height: 270px;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #999;
  position: relative;
  color: #fff;
}
.heroContainer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.hero ul.slick-dots {
  bottom: 12px;
  z-index: 99;
}
.hero .slick-dots li button::before {
  font-size: 10px;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  color: #fff;
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.hero .slick-dots li.slick-active button::before {
  font-size: 8px;
  content: "";
  border: 1px solid #fff;
  color: transparent;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.heroTitle {
  text-transform: uppercase;
  display: block;
  padding-bottom: 8px;
}
.hero h1,
.hero h2,
.hero .h1,
.hero .h2 {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .hero h1,
  .hero h2,
  .hero .h1,
  .hero .h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .hero {
    height: 85vh;
    min-height: 540px;
  }
}
/*
  Search Hero
*/
.searchHero {
  color: #fff;
  background-color: #135c75;
}
.searchHero h2 {
  font-size: 3.2rem;
  margin: 12px 0;
}
.searchHero h3 {
  font-size: 1.5rem;
  font-weight: normal;
}
.searchHero input[type="submit"] {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.searchHero .searchBar {
  padding: 18px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.searchHero .searchBar select {
  margin-bottom: 5px;
  background: #ffffff url(images/caret.svg) right 14px center no-repeat;
  background-size: 10px;
  font-size: 1.5rem;
}
.searchHero .searchBar #dependentLoading {
  text-align: center;
  line-height: 43px;
  display: none;
}
.searchresult {
  position: relative;
}
.searchresult .searchInfo {
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 6px 15px;
  color: #fff;
  background: #009ee2;
}
@media (min-width: 768px) {
  .searchHero {
    height: 60vh;
    position: relative;
  }
  .searchHero .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .searchHero .searchBar select {
    margin-bottom: 0;
  }
  .searchHero .searchBar #dependentLoading {
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .searchHero {
    height: 45vh;
    min-height: 360px;
  }
}
/*
  Banner
*/
.banner {
  padding: 72px 0;
  background: #272627;
  color: #fefefe;
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner .banner_text {
  font-size: 2rem;
  text-align: center;
}
.banner .banner_autor {
  color: #009ee2;
}
.banner.lazyloadBg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .banner {
    padding: 104px 0;
  }
}
@media (min-width: 992px) {
  .banner_text {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .banner_text {
    font-size: 2.8rem;
  }
}
/* End Banner */
/**
  Accordions
**/
.singleAccordion {
  border-top: 1px solid #bbbbbb;
}
.accordionHeadline {
  padding: 18px 15px 18px 0;
  border-top: 1px ;
  font-weight: 600;
  font-size: 2.0rem;
  font-family: "Montserrat";
  position: relative;
}
.accordionHeadline:hover {
  cursor: pointer;
}
.accordionHeadline:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  top: 17px;
  right: 0;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}
.singleAccordion.opened .accordionHeadline:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordionContent {
  padding: 0 0 18px 0;
  display: none;
}
.accordionRow {
  padding: 6px 0;
}
.accordionLeftCol {
  font-size: 1.8rem;
}
.singleAccordion:last-child {
  border-bottom: 1px solid #bbbbbb;
}
.accordionLeftCol {
  font-size: 2rem;
  margin-bottom: 8px;
  font-family: "Montserrat";
}
a.singleSocial {
  color: #444444;
  font-size: 2rem;
  margin-right: 8px;
}
a.singleSocial:hover {
  color: #009ee2;
}
/*
  Tabbed Content
*/
.tabbedContent .tabContent {
  display: none;
}
.tabbedContent .tabContent.active {
  display: block;
}
.tabbedContent .tabTitle {
  font-weight: 600;
  padding: 4px 0;
  position: relative;
}
.tabbedContent .tabTitle:hover,
.tabbedContent .tabTitle.selected {
  color: #009ee2;
  cursor: pointer;
}
.tabbedContent .tabTitle.selected:before {
  position: absolute;
  left: -9px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #009ee2;
  display: block;
  content: " ";
}
@media (min-width: 1200px) {
  .tabbedContent .tabTitle {
    margin-bottom: 16px;
    font-size: 2.2rem;
  }
  .tabbedContent .tabTitle.selected:before {
    left: -18px;
  }
}
/* end tabbed content */
/*
  Headline links, Textteaser rechts
*/
.card-columns .card {
  border-top: 1px solid #bbbbbb;
  border-radius: 0;
  padding: 36px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  margin-bottom: .75rem;
}
.card-columns .card h4 {
  margin-bottom: 16px;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    column-break-inside: avoid;
    display: inline-block;
    max-width: 94%;
  }
}
/* End Textteaser */
/*
  Übungenteaser
*/
.uebungenTeaser {
  background: #006e9d;
  color: #fff;
}
.uebungenTeaser .sectionTitle,
.uebungenTeaser .subtext {
  color: #37bef8;
}
.uebungenTeaser .uebungsAmazone {
  width: 50%;
}
.uebungenTeaser .singleTeaserSmall {
  border: none;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.uebungenTeaser .singleTeaserSmall .teaserContent {
  padding: 8px 0;
}
.uebungenTeaser .singleTeaserSmall .teaserContent h3 {
  color: #fff;
  font-size: 1.8rem;
}
.uebungenTeaser .slick-arrow {
  top: 105%;
}
.uebungenTeaser .slick-prev {
  left: 10px;
}
.uebungenTeaser .slick-next {
  right: 10px;
}
.uebungenTeaser.rehabilitation {
  background: #006d2f;
  color: #fff;
}
.uebungenTeaser.rehabilitation .sectionTitle,
.uebungenTeaser.rehabilitation .subtext {
  color: #00dc56;
}
@media (min-width: 768px) {
  .uebungenTeaser .uebungsAmazone {
    width: 100%;
  }
}
/*
  Trainingsplan-Slider
*/
.singleTeaserWrapCol {
  margin-bottom: 30px;
}
.singleTeaser {
  display: block;
  border: 1px solid #bbb;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  text-align: left;
  height: 100%;
}
.singleTeaser:hover {
  border-color: #ddd;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0px 0px 6px 2px rgba(55, 55, 55, 0.17);
          box-shadow: 0px 0px 6px 2px rgba(55, 55, 55, 0.17);
}
.teaserSlider .singleTeaser {
  margin-bottom: 0;
}
.teaserContent {
  padding: 24px;
  color: #999999;
}
.teaserContent h3,
.teaserContent .h3 {
  margin-top: 9px;
  font-size: 2rem;
  font-weight: 600;
  color: #444444;
}
.teaserImage {
  background: #eee;
}
.teaserImage img {
  display: block;
}
.tag {
  display: inline-block;
  padding: 3px 6px;
  font-size: 1.2rem;
  background: #999;
  border-radius: 6px;
  margin: 0 5px 5px 0;
  color: #fff;
}
.tag.rehabilitation {
  background: #00a041;
}
.tag.rehabilitation.child {
  background: #00dc56;
}
.tag.praevention {
  background: #009ee2;
}
.tag.praevention.child {
  background: #37bef8;
}
.teaserSlider > .slick-list {
  padding: 0 15% 0 0!important;
}
@media (min-width: 992px) {
  .teaserSlider > .slick-list {
    padding: 10px 0!important;
  }
}
/**
  Detailpages
**/
section.trainingsplanHead {
  padding-bottom: 24px;
}
section.trainingsplanHead + section.singleUebung {
  padding-top: 0;
}
section.trainingsplanHead + section.singleUebung .singleUebungContent {
  border-top: 1px solid #bbbbbb;
  padding-top: 24px;
}
.metaCol {
  position: relative;
  padding-left: 54px;
  margin-bottom: 12px;
}
.metaBubble {
  position: absolute;
  left: -4px;
  top: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: block;
  background: #f7f7f7;
  line-height: 60px;
  text-align: center;
}
.metaBubble img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 50%;
  display: inline-block;
  height: auto;
}
.uebungsNumber {
  color: #009ee2;
}
.singleUebung .accordionContent ul {
  list-style-type: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  .metaCol {
    position: relative;
    padding-left: 74px;
    margin-bottom: 24px;
  }
  .metaBubble {
    position: absolute;
    left: 0;
    top: -6px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    background: #f7f7f7;
    line-height: 60px;
    text-align: center;
  }
  .metaBubble img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 50%;
    display: inline-block;
    height: auto;
  }
}
/**
    Footer
**/
.aboveFooter {
  background: #272627;
  color: #fff;
}
.aboveFooter .buttons {
  margin-top: 12px;
}
.aboveFooter .buttons .button {
  margin-right: 24px;
}
footer {
  position: relative;
  background: #009ee2;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 42px 0 15px 0;
}
footer nav.inline {
  display: inline-block;
}
footer .menu li {
  margin-bottom: 0;
}
footer .menu li a {
  color: #fff;
}
footer .menu li a:hover {
  color: #000;
}
footer .copyright li {
  display: inline-block;
}
footer .copyright li a {
  padding: 0 10px;
}
footer a {
  color: #fff;
}
footer a:hover {
  opacity: 0.9;
  color: #000;
}
footer h5 {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
footer .getInTouch {
  font-size: 2.2rem;
}
footer .getInTouch a {
  border-bottom: 1px solid #fff;
}
footer .addressCol a:hover {
  color: #fff;
  opacity: 0.9;
}
footer .footerInfoCol {
  padding-top: 24px;
}
footer .copyright {
  padding-top: 54px;
  font-size: 1.2rem;
}
footer .socialMedia {
  padding-top: 16px;
}
footer .socialMedia a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  margin-right: 12px;
  border-radius: 50%;
  font-size: 1.8rem;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
footer .socialMedia a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 6px 2px rgba(255, 255, 255, 0.47);
          box-shadow: 0px 0px 6px 2px rgba(255, 255, 255, 0.47);
}
@media (min-width: 768px) {
  footer .footerInfoCol {
    padding-top: 3px;
  }
  .aboveFooter {
    padding: 48px 0;
  }
  .aboveFooter .buttons {
    margin-top: 0;
  }
}
/**
    * Media Queries for responsive Design
**/
@media (min-width: 576px) and (orientation: landscape) {
  a.scrollMe {
    display: block;
  }
}
@media (min-width: 576px) {
  section {
    padding: 56px 0;
  }
}
@media (min-width: 768px) {
  section {
    padding: 54px 0;
  }
  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;
  }
}
@media (min-width: 992px) {
  section {
    padding: 90px 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: #40444e;
}
.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: 3px;
  background: #40444e;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #40444e;
  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;
}
.home .cmn-toggle-switch {
  color: #ffffff;
}
.home .cmn-toggle-switch span::before,
.home .cmn-toggle-switch span::after,
.home .cmn-toggle-switch span {
  background-color: #ffffff;
}
.home.scrolled .cmn-toggle-switch,
.home.showNav .cmn-toggle-switch {
  color: #40444e;
}
.home.scrolled .cmn-toggle-switch span::before,
.home.showNav .cmn-toggle-switch span::before,
.home.scrolled .cmn-toggle-switch span::after,
.home.showNav .cmn-toggle-switch span::after {
  background-color: #40444e;
}
.home.scrolled .cmn-toggle-switch span,
.home.showNav .cmn-toggle-switch span {
  background-color: #40444e;
}
.home.showNav .cmn-toggle-switch__htx.active span {
  background: none;
}
