@font-face {
  font-family: 'Advent BD3';
  src: url('../fonts/advent-Bd3.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Advent LT1';
  src: url('../fonts/advent-Lt1.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/*
==================================================
Icons
==================================================
*/


/* fontawesome */
a.button:after,
.js-form-type-select:after,
.accordion .title:after,
.section-type-newsroom .teaser:before,
.section-newsroom .teaser:before,
input[type="checkbox"]:checked:after,
.js-form-type-submit:after {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: 5.5rem;
  line-height: 55px;
  padding: 0 28px 0 12px;
  width: 10px;
}
input[type="radio"] {
  cursor: pointer;
}
input[type="radio"]:after {
  content: "\f10c";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 5.5rem;
  line-height: 1em;
  padding: 0;
  width: 1em;
}
input[type="radio"]:checked:after {
  content: "\f192";
}


/*
==================================================
GENERAL
==================================================
*/
body {
  font: 1.6em/1.5 "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0 auto;
  position: relative;
}
body .dialog-off-canvas-main-canvas > .layout-container {
  position: relative;
  width: 100%;
  float: left;
  clear: both;
}
hr {
  position: relative;
}
img {
  width: 100%;
  height: auto;
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #676865;
}
.dark a {
  color: #fff;
}
.dark a:hover {
  color: #efefef;
}

a[data-fancybox] {
  text-decoration: none;
}

input, select, textarea {
  box-shadow: none;
  border: 1px solid #8c8c8c;
}
a.button {
  position: relative;
  padding: 19px 50px 20px 38px;
  padding: 1.9rem 5rem 2rem 3.8rem;
  line-height: 1;
  min-width: 347px;
  max-width: 100%;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.button {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  text-align: left;
}
.button:hover,
.section.primary .js-form-type-submit:hover:before {
  background: #676765;
  border-color: #676765;
  opacity: 1;
}
.section.primary .js-form-type-submit:hover .button {
  color: #fff;
  background: transparent;
}
.section.dark .js-form-type-submit:hover .button {
  color: #000;
  background: transparent;
}
.section.dark .js-form-type-submit:hover:before {
  background: #e0e0e0;
  color: #000;
}
.button.button--primary,
.section.primary .button,
.section.primary .js-form-type-submit:before {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button.button--dark {
  background: #676765;
  padding: 1rem 4rem 1rem 1.5rem;
  min-width: 140px;
}
.button.button--dark:after {
  line-height: 30px;
  padding: 0 18px 0 12px;
}
.button.button--dark:hover {
  color: #fff;
  opacity: 0.8;
}

.section.primary .js-form-type-submit:before {
  background: #fff;
  color: #000;
}
.section.dark .js-form-type-submit:before {
  background: #000;
  color: #fff;
}
.button.button--primary:hover,
.section.dark .button:hover {
  background: #000;
  border-color: #000;
  color: #fff;
  opacity: 1;
}

.section.primary .button,
.section.primary a.button {
  background: #676765;
  color: #fff;
}
.section.primary .button:hover,
.section.primary a.button:hover {
  background: #e0e0e0;
  color: #000;
}
.section.primary .button--primary,
.section.primary a.button--primary {
  border-color: #676765;
  background: #fff;
  color: #000;
}
.section.primary .button--primary:hover,
.section.primary a.button--primary:hover {
  border-color: #676765;
  background: #676765;
  color: #fff;
}
.section.dark .button:hover,
.section.dark a.button:hover {
  background: #e0e0e0;
  color: #000;
}
.section.dark .button--primary,
.section.dark a.button--primary {
  color: #000;
}
.section.dark .button--primary:hover,
.section.dark a.button--primary:hover {
  background: #000;
  color: #fff;
}

.section[class*="section-type-text"] p a.button {
  margin-top: 15px;
}

body .js-form-type-submit input[type="submit"].button {
  background-color: transparent;
  background: transparent;
  border: 0;
  outline: 0;
}
body .dark .js-form-type-submit input[type="submit"].button,
body .section.dark .js-form-type-submit:after {
  color: #fff;
}
body .section.dark .js-form-type-submit:hover:after {
  color: #000;
}
body .primary .js-form-type-submit input[type="submit"].button,
body .section.primary .js-form-type-submit:after {
  color: #000;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 40px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Didot", "GFS Didot", "Lato", Arial, Helvetica, sans-serif;
  font-family: 'Didot', 'GFS Didot', serif;
}
h1, h2, h4, h6 {
  font-weight: normal;
}
h3, h5 {
  font-weight: bold;
}
h1 {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 56px;
  line-height: 5.6rem;
  margin-bottom: 25px;
}
h2 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 44px;
  line-height: 4.4rem;
}
h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 30px;
  line-height: 3.0rem;
  text-transform: uppercase;
}
h4 {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 29px;
  line-height: 2.9rem;
  text-transform: uppercase;
}
h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-transform: uppercase;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}

.more {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  margin: 2rem 0;
}
.more i {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  font-size: 3rem;
  line-height: 1;
  top: 0.35rem;
}

input:focus {
  outline-width: 0;
}

th {
  color: #000;
}

/*
==================================================
RTE Styles
==================================================
*/
span.reduced {
  color: #f00;
  font-size: 1.5em;
}

/*
==================================================
Transitions
==================================================
*/

/* Menu */
a, .bigmenu .bigmenucontent .col-3 *, .bigmenu #block-servicenavigation--2 a {
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.branding a {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

/*
==================================================
GRIDS
==================================================
*/
.inner {
  float: left;
  clear: both;
  width: 100%;
}
.narrow > *, .wide > * {
  margin: 0 auto;
}
.narrow > * {
  max-width: 1200px;
}
.narrow .col, .narrow [class^="col-"], .narrow [class*=" col-"] {
  padding: 15px;
}
.narrow .col .row {
  /* margin: 0 -15px; */
  margin: 0;
}
.narrow .inner {
  padding: 30px;
}
.narrow .results .row.block-grid,
.narrow .results .row.block-slider,
.narrow .results .row.block-embedded,
.narrow .results .block-accordion,
.narrow .results article.embedded {
  margin: 0 -15px;
}

.narrow.layout-masonry .results article.embedded,
.narrow.layout-embedded .results article.embedded {
  margin: 0 -15px;
}

.wide > * {
  max-width: 1920px;
  margin: 0 auto;
}
.wide .col, .wide [class^="col-"], .wide [class*=" col-"] {
  padding: 0;
}
.wide .col .row {
  margin: 0;
}
.wide .inner {
  padding: 35px;
}

main .col,
main [class^="col-"],
main [class*=" col-"] {
  padding: 0;
  z-index: 0;
}
main .wide .col,
main .wide [class^="col-"],
main .wide [class*=" col-"] {
  padding: 0;
}
main .wide .inner {
  padding-left: 35px;
  padding-right: 35px;
}
main .narrow .col,
main .narrow [class^="col-"],
main .narrow [class*=" col-"] {
  padding: 0 15px;
}
main .narrow.nospace .col,
main .narrow.nospace [class^="col-"],
main .narrow.nospace [class*=" col-"],
main .narrow[class*="section-type-text"] .col,
main .narrow[class*="section-type-text"] [class^="col-"],
main .narrow[class*="section-type-text"] [class*=" col-"] {
  padding: 0 15px;
}

main .narrow .inner {
  padding-left: 0;
  padding-right: 0;
}

main > article {
  /* padding-bottom:3rem; */
}
main > article > .section:last-child {
  padding-bottom: 3rem;
}

/* Nospace */
.section.nospace > .row > .col {
  padding-bottom: 0;
}
.section.nospace .inner {
  padding-top: 0;
  padding-bottom: 0;
}

.section-type-headline h1,
.section-type-headline h2,
.section-type-headline h3,
.section-type-headline h4,
.section-type-headline h5,
.section-type-headline h6 {
  margin-bottom: 30px;
}

/* Headlines */
.section-type-headline + .section > .row > .col,
.section-type-headline.light + .section.light > .row > .col > .inner,
.section-type-headline.middle + .section.middle > .row > .col > .inner,
.section-type-headline.dark + .section.dark > .row > .col > .inner,
.section-type-headline.primary + .section.primary > .row > .col > .inner,
.section-type-headline.nospace.light + .section.light > .row > .col,
.section-type-headline.nospace.middle + .section.middle > .row > .col,
.section-type-headline.nospace.dark + .section.dark > .row > .col,
.section-type-headline.nospace.primary + .section.primary > .row > .col {
  padding-top: 0;
}

/* col padding to have equal paddings in image grid views around each image  */
.section.layout-grid50 .views-element-container .results .row > .col,
.section.layout-grid .views-element-container .results .row > .col,
.section.layout-masonry .views-element-container .results .row > .col {
  padding-bottom: 30px
}
/* invalidation of the previous col padding to not have any paddings in image masonry views  */
.section.layout-grid.wide[class*="type-media"] .views-element-container .results .row > .col,
.section.layout-masonry.wide[class*="type-media"] .views-element-container .results .row > .col {
  padding-bottom: 0;
}

/* inner padding betweeen teaser to optimize readabilite of wide masonry teasers */
main .wide.layout-masonry .col {
  padding-left: 15px;
  padding-right: 15px;
}

/* fixes for elements without inner padding in combination with headlines and hr's */
.section.layout-grid.wide[class*="type-media"] + hr,
.section.layout-grid.wide[class*="type-media"] + .nospace,
hr + .section-type-form,
hr + .section-type-text-with-media,
hr + .nospace,
hr + .section[class*="layout"],
.section.layout-accordion + .nospace,
.section.layout-accordion + hr,
.section.layout-slider + .nospace,
.section.layout-slider + hr,
.section.layout-slider + hr,
.section.layout-list + .nospace,
.section.layout-list + hr,
.section.section-type-partner-coupons-teaser + hr {
  padding-top: 30px;
}

/* fixes for embedded elements having a read-more button attached automatically */
.nodestyle-embedded {
  padding: 0 15px 30px 15px;
  overflow: hidden;
}
.nodestyle-embedded .inner > a.button:last-child {
  margin-bottom: 0;
}
.nodestyle-embedded .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.section.wide[class*="section-type-content-teaser"] .accordion form {
  padding-left: 15px;
  padding-right: 15px;
}

/* fixes for two col eleents including a media to have a padding when following a differnt row color */
.light.section + .middle.section[class*="section-type-content-teaser"],
.light.section + .dark.section[class*="section-type-content-teaser"],
.light.section + .primary.section[class*="section-type-content-teaser"],
.middle.section + .light.section[class*="section-type-content-teaser"],
.middle.section + .dark.section[class*="section-type-content-teaser"],
.middle.section + .primary.section[class*="section-type-content-teaser"],
.dark.section + .light.section[class*="section-type-content-teaser"],
.dark.section + .middle.section[class*="section-type-content-teaser"],
.dark.section + .primary.section[class*="section-type-content-teaser"],
.primary.section + .light.section[class*="section-type-content-teaser"],
.primary.section + .middle.section[class*="section-type-content-teaser"],
.primary.section + .dark.section[class*="section-type-content-teaser"],
.light.section + .middle.section-type-text-with-media,
.light.section + .dark.section-type-text-with-media,
.light.section + .primary.section-type-text-with-media,
.middle.section + .light.section-type-text-with-media,
.middle.section + .dark.section-type-text-with-media,
.middle.section + .primary.section-type-text-with-media,
.dark.section + .light.section-type-text-with-media,
.dark.section + .middle.section-type-text-with-media,
.dark.section + .primary.section-type-text-with-media,
.primary.section + .light.section-type-text-with-media,
.primary.section + .middle.section-type-text-with-media,
.primary.section + .dark.section-type-text-with-media {
  padding-top: 30px;
}

/* fixes nospace elements following in different colored rows*/
.light.section + .middle.nospace,
.light.section + .dark.nospace,
.light.section + .primary.nospace,
.middle.section + .light.nospace,
.middle.section + .dark.nospace,
.middle.section + .primary.nospace,
.dark.section + .light.nospace,
.dark.section + .middle.nospace,
.dark.section + .primary.nospace,
.primary.section + .light.nospace,
.primary.section + .middle.nospace,
.primary.section + .dark.nospace {
  padding-top: 30px;
}

/* fix for accordion elements (not content-teaser types */
.section-type-wrapper-accordion.last {
  margin-bottom: 30px;
}

/* menu elements */
.section[class*="section-type-menu"] ul {
  margin-bottom: 0;
  padding: 15px 0;
}

/* headlines following a menu that is positioned on a header image */
.parallax-wrapper + .section[class*="section-type-menu"] + .nospace {
  padding-top: 30px;
}

/* background-image rows */
.backgroundimage.section {
  margin-bottom: 30px;
}


/*
==================================================
Forms
==================================================
*/

::-webkit-input-placeholder {color: #d1d1d1; text-transform: uppercase;}
::-moz-placeholder {color: #d1d1d1; text-transform: uppercase;}
/* firefox 19+ */
:-ms-input-placeholder {color: #d1d1d1; text-transform: uppercase;}
/* ie */
input:-moz-placeholder {color: #d1d1d1; text-transform: uppercase;}

.js-form-type-textfield label + input::-webkit-input-placeholder {display: none; color: #f1f1f1;}
.js-form-type-textfield label + input::-moz-placeholder {display: none; color: #f1f1f1;}
.js-form-type-textfield label + :-ms-input-placeholder { /* display:none; */ color: #f1f1f1;}
.js-form-type-textfield label + input:-moz-placeholder {display: none; color: #f1f1f1;}

.js-form-type-password label + input::-webkit-input-placeholder {display: none; color: #f1f1f1;}
.js-form-type-password label + input::-moz-placeholder {display: none; color: #f1f1f1;}
.js-form-type-password label + :-ms-input-placeholder { /* display:none; */ color: #f1f1f1;}
.js-form-type-password label + input:-moz-placeholder {display: none; color: #f1f1f1;}

.js-form-type-email label + input::-webkit-input-placeholder {display: none; color: #f1f1f1;}
.js-form-type-email label + input::-moz-placeholder {display: none; color: #f1f1f1;}
.js-form-type-email label + :-ms-input-placeholder { /* display:none; */ color: #f1f1f1;}
.js-form-type-email label + input:-moz-placeholder {display: none; color: #f1f1f1;}

form {
  margin: 0 -15px;
}
.section.wide form {
  margin: 0;
}
.section.narrow form {
  margin: 0 -30px;
}
.section.narrow .block-accordion form {
  margin: 0 -15px;
}
.section.wide .block-accordion form {
  margin: 0 -30px;
}
input, select, textarea {
  border-color: #f1f1f1;
  background: #f1f1f1;
  padding: 15px 20px;
  height: 57px;
  width: 100%;
  color: #000;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  -moz-border-radius: 0px;
  outline: none;
  position: relative;
  display: block;
}

textarea {
  height: auto;
  line-height: 20px;
  line-height: 2rem;
  padding: 15px 20px 25px;
}
select {
  z-index: 3;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
input[type="checkbox"] {
  /*position: relative;*/
  display: block;
  border: 1px solid #000;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
input[type="checkbox"]:checked:after {
  content: "\f00c";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 1px;
  top: 1px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
  font-size: 10px;
  z-index: 1;
}
.form-checkboxes {
  margin: 0 -15px;
}
#edit-privacy.form-checkboxes {
  margin: 0;
}
input[type="submit"] {
  padding: 19px 50px 20px 20px;
  padding: 1.9rem 5rem 2rem 2rem;
  border: 1px solid #000;
  line-height: 1;
  min-width: 347px;
  text-transform: uppercase;
}
.js-form-item {
  position: relative;
  padding: 0 15px;
  float: left;
  clear: none;
  width: 50%;
  margin-bottom: 23px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.js-form-type-textarea {
  width: 100%;
}
.js-form-type-select:before {
  content: "";
  position: absolute;
  display: block;
  right: 15px;
  top: 0;
  height: 100%;
  width: 95%;
  width: calc(100% - 30px);
  background: #f1f1f1;
  z-index: 1;
}
.js-form-type-select:after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  height: 57px;
  width: 30px;
  font-size: 3rem;
  line-height: 5.7rem;
  line-height: 57px;
  z-index: 2;
}
body .js-form-type-checkbox label {
  margin-top: 3px;
  max-width: 96%;
  white-space: normal;
}
.js-form-item.js-form-type-checkbox {
  width: auto;
  white-space: nowrap;
}
.js-form-type-submit {
  position: relative;
  width: auto;
  color: #fff;
}
.js-form-type-submit input[type="submit"] {
  z-index: 2;
  position: relative;
  background: transparent;
}
.js-form-type-submit:before {
  content: "";
  width: 100%;
  width: calc(100% - 30px);
  height: 100%;
  left: 15px;
  top: 0;
  background: #000;
  z-index: 0;
  position: absolute;
}
.js-form-type-submit:hover:before {
  background: #676765;
}
.js-form-type-submit:after {
  right: 15px;
  z-index: 1;
}
.js-form-type-checkbox label {
  padding-left: 15px;
  font-size: 12px;
}
.js-form-type-date label,
.js-form-type-textfield label,
.js-form-type-select label,
.js-form-type-password label,
.js-form-type-email label,
.js-form-type-textarea label {
  position: absolute;
  top: 0;
  left: 15px;
  color: #909090;
  width: auto;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 15px 20px;
  text-transform: uppercase;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
  line-height: 30px;
  line-height: 3rem;
  cursor: text;
  z-index: 1;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.js-form-type-textfield[data-empty="false"] label,
.js-form-type-textfield.hasfocus[data-empty="true"] label,
.js-form-type-password[data-empty="false"] label,
.js-form-type-password.hasfocus[data-empty="true"] label,
.js-form-type-email[data-empty="false"] label,
.js-form-type-email.hasfocus[data-empty="true"] label,
.js-form-type-textarea[data-empty="false"] label,
.js-form-type-textarea.hasfocus[data-empty="true"] label {
  font-size: 10px;
  top: 5px;
  height: auto;
  padding: 5px 20px;
  line-height: 1;
  background: #f1f1f1;
  background: rgba(241, 241, 241, 0.92);
}
.js-form-type-textfield.hasfocus label + input,
.js-form-type-textfield[data-empty="false"] label + input,
.js-form-type-password.hasfocus label + input,
.js-form-type-password[data-empty="false"] label + input,
.js-form-type-email.hasfocus label + input,
.js-form-type-email[data-empty="false"] label + input {
  padding: 20px 20px 10px;
}
.js-form-type-textarea.hasfocus label + div textarea,
.js-form-type-textarea[data-empty="false"] label + div textarea {
  padding: 22px 20px 18px;
}
.js-form-item.js-form-type-select {
  height: 57px;
  height: 5.7rem;
  position: relative;
}
.js-form-item.js-form-type-date label,
.js-form-item.js-form-type-select label {
  font-size: 10px;
  top: 5px;
  height: auto;
  padding: 5px 20px;
  line-height: 1;
  z-index: 50;
  position: absolute;
}
.js-form-item.js-form-type-select label + select {
  padding: 20px 20px 10px;
  text-transform: none;
}
.js-form-item legend {
  font-weight: normal;
}

.section.dark input[type="checkbox"],
.section.primary input[type="checkbox"] {
  border-color: #fff;
  background: transparent;
}
.section.primary input[type="checkbox"]:checked:after,
.section.dark input[type="checkbox"]:checked:after {
  color: #fff;
}
.section.primary.layout-list .view ul > li a:hover {
  color: #000;
  background: #fff;
}

.section.primary .js-form-type-select:after,
.section.dark .js-form-type-select:after {
  color: #000;
}

.section.primary .js-form-type-submit:after,
.section.dark .js-form-type-submit:after {
  color: #000;
}
.section.primary .js-form-type-submit:hover:after,
.section.dark .js-form-type-submit:hover:after {
  color: #fff;
}
.js-form-item input + div {
  margin-top: 1rem;
}

input[name="tailerservice-lookup"].loading {
  background-color: #f1f1f1;
  background-image: url(http://www.hsi.com.hk/HSI-Net/pages/images/en/share/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: right center;
  background-position: 97% center;
}

/* additions l+t club register form */
article form div.section {padding: 0 !important;}
article form > p,
article form div.section .inner {padding: 0 15px !important;}
.form-element-392,
.form-element-393,
.form-element-394 {width: 33.33%;}
.form-element-392 .js-form-type-checkbox,
.form-element-393 .js-form-type-checkbox,
.form-element-394 .js-form-type-checkbox {float: none; clear: both; overflow: hidden;}
.form-element-395 label {white-space: initial;}
p.mandatory-notice {font-style: italic; font-size: 13px; color: #bbb;}

article form div.section {background: transparent !important;}
article form div.section.light .inner {background: #fff;}
article form div.section.dark .inner {background: #676765;}
article form div.section.middle .inner {background: #e0e0e0;}
article form div.section.primary .inner {background: #000;}

/*
==================================================
Section colors
==================================================
*/
.section.light {
  /*background-color: #efefef;*/
  background-color: #fff;
  color: #000;
}
.section.middle {
  background-color: #e0e0e0;
  color: #000;
}
.section.dark {
  background-color: #676765;
  color: #fff;
}
.section.dark a {
  color: #fff;
}
.section.dark a:hover {
  color: #efefef;
}
.section.primary {
  background-color: #000;
  color: #fff;
}
.term-25 .section.primary {
  background-color: #93d3e9;
  color: #fff;
}
.term-34 .section.primary {
  background-color: #bed46f;
  color: #fff;
}

.section.primary a {
  color: #fff;
}
.section.primary a:hover {
  color: #efefef;
}
footer .section.light {
  background-color: #fff;
}
footer .section.section-prefooter {
  background-color: #efefef;
}

.section.dark .button:hover {
  background-color: #676765;
  color: #fff;
}
/*
==================================================
Slider
==================================================
*/
.slick-list {
  width: 100%;
}
.narrow .block-slider {
  padding: 0 15px;
}
.narrow .block-slider .slick-slide {
  padding: 0;
}

.slick-dots {
  position: absolute;
  text-align: left;
  left: 0px;
  bottom: 0;
  padding: 1rem 3rem;
}
.slidernav {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.slidernav .slick-dots,
.slidernav .slick-arrow {
  z-index: 5;
}

div[class*=teaser] .slick-dots,
div[class*=section-type-content] .slick-dots {
  text-align: left;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  background: #fff;
  margin: 0 0.5rem;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.slick-dots li button:hover {
  background: #676765;
}
.slick-dots li.slick-active button {
  background: #000;
}
.slick-arrow {
  width: 60px;
  height: 140px;
  padding: 1.5rem;
  color: #fff;
  background: #fff;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  margin-bottom: -70px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
main .slick-arrow:hover {
  background: #fff;
  background: rgba(0, 0, 0, 0.6);
}
main .slick-arrow i.fa {
  font-size: 5rem;
  line-height: 2.8rem;
  line-height: 28px;
}
.slick-prev {
  left: 15px;
}
.slick-next {
  right: 15px;
}

.plain-img-slider .slick-prev,
.narrow .mediaelements.slick-slider .slick-prev {
  left: 0;
}
.plain-img-slider .slick-next,
.narrow .mediaelements.slick-slider .slick-next {
  right: 0;
}
.plain-img-slider .slick-dots,
.narrow .mediaelements.slick-slider .slick-dots {
  padding: 1rem 1.5rem;
}

.slick-slide .inner {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 15px;
  width: 100%;
  max-width: 550px;
  padding: 1.5rem;
  height: auto;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: normal;
}
.slider {
  overflow: hidden;
}

.section.wide .slick-prev {
  left: 0;
}
.section.wide .slick-next {
  right: 0;
}

/*
==================================================
ToTop
==================================================
*/
.totop {
  position: fixed;
  width: 90px;
  width: 9rem;
  height: 95px;
  height: 9.5rem;
  background: #000;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*top:90vh;*/
  bottom: 0;
  right: -90px;
  opacity: 0.75;
}
.totop.fixed {
  /* top: 90vh !important; */
  left: 0;
  right: 0;
}
.totop i {
  display: inline-block;
  font-size: 6rem;
  line-height: 6rem;
  line-height: 60px;
  padding: 5px 5px 0;
  width: 100%;
}
.totop span {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  position: relative;
  top: -12px;
}
.totop:hover {
  background: #676765;
  color: #fff;
  opacity: 1;
}
.totop.visible {
  right: 0;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .totop {
    width: 50px;
    height: 50px;
    height: 5.0rem;
    width: 5.0rem;
  }
  .totop i {
    line-height: 3.5rem;
    line-height: 35px;
    font-size: 4rem;
  }
  .totop span {
    display: none;
  }
}


/*
==================================================
Breadcrumb
==================================================
*/
.breadcrumb {
  margin-bottom: 25px;
}
/*
.breadcrumb li:first-child a:before {
    content: "\f015";
}
*/
.breadcrumb + .messages {
  margin-top: 2rem;
  padding-left: 15px;
}

/*
==================================================
Media-File-List
==================================================
*/
.section.narrow.layout-list ul {
  margin: 0 -15px;
}

/*
==================================================
Media-File-Overlay
==================================================
*/


.section-type-media-overlay figcaption {
  height: 100%;
  opacity: 0;
  overflow-y: scroll;
  transition: 0.5s;
}

.section-type-media-overlay figure:hover figcaption {
  opacity: 1;
  transition: 0.5s;
}

.section-type-media-overlay .row > .col {
  padding: 0;
}

.section-type-media-overlay.wide .col-3 {
  margin: 0;
}


@media screen and (max-width: 1459px) {
  .section-type-media-overlay.wide .col-3,
  .section-type-media-overlay .col-3 {
    width: 25%;
  }

}

@media screen and (max-width: 1024px) {
  .section-type-media-overlay.wide .col-3,
  .section-type-media-overlay .col-3 {
    width: 50%;
  }

  .section-type-media-overlay figcaption {
    position: relative;
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .section-type-media-overlay.wide .col-3,
  .section-type-media-overlay .col-3 {
    width: 100%;
  }
}


/*
==================================================
Accordion
==================================================
*/
.accordion {
  position: relative;
}
.section-type-wrapper-accordion + .section-type-wrapper-accordion {
  margin-top: 15px;
}
.accordion + .accordion {
  margin-top: 15px;
}
.accordion .title {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  padding: 0;
  min-height: 5.7rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion .title:hover {
  background: #676765;
  border-color: #676765;
}
.section.primary .accordion .title {
  background: #676765;
  border-color: #676765;
}
.section.primary .accordion .title:hover {
  background: #e0e0e0;
  border-color: #e0e0e0;
  color: #000;
}
.section.dark .accordion .title:hover {
  background: #e0e0e0;
  color: #000;
}
.accordion.open .title,
.accordion.open .title:hover {
  background: #fff;
  color: #000;
}
.section.primary .accordion.open .title,
.section.primary .accordion.open .title:hover {
  background: #fff;
  color: #000;
}
.accordion .title:after {
  content: "\f107";
}
.accordion.open .title:after {
  content: "\f106";
}
.accordion > .content {
  background: #fff;
}
.accordion .title * {
  line-height: 27px;
  line-height: 2.7rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
.accordion > .title + .row {
  background: transparent;
}
.narrow .results .accordion .row {
  margin: 0;
}
.col.accordion .title {
  padding: 15px;
}
.layout-accordion .col.accordion .title + .row {
  padding-top: 15px;
  padding-bottom: 15px;
}

iframe {
  min-height: 600px;
}


/*
==================================================
Flipbook
==================================================
*/
.flipbook .bb-nav {
  position: relative;
  top: 1rem;
}
.flipbook .bb-nav a {
  background: #000;
  color: #fff;
  padding: 1.65rem 3rem;
}
.flipbook .bb-nav a:hover {
  background: #676765;
}
.flipbook input[type=range] {
  margin: 0 2rem;
}
.flipbook input[type=range]::-webkit-slider-thumb {
  background: #000;
}
.flipbook input[type=range]::-ms-thumb {
  background: #000;
}
.flipbook input[type=range]::-ms-fill-lower,
.flipbook input[type=range]::-ms-fill-upper {
  background: blue;
}

.flipbook input[type=range]::-webkit-slider-runnable-track {
  background: #676765;
}

/*
==================================================
Störer
==================================================
*/

.section.section-type-disturber {
  position: fixed;
  right: -12px;
  top: 25%;
  background: transparent;
  z-index: 99;
  max-width: 200px;
}

.section.section-type-disturber .inner,
.section.section-type-disturber .image {
  position: relative;
  padding: 0;
  margin-left: -12px;
}

.section.section-type-disturber .text {
  position: absolute;
  bottom: 0;
  padding: 0 25px 15px 25px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Didot', 'GFS Didot', serif;
  font-size: 20px;
  line-height: 30px;
}

.section.section-type-disturber .text p {
  margin: 0;
}

.section.section-type-disturber .link {
  position: relative;
  bottom: 6px;
  text-decoration: none;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  margin: 0;
  padding: 0 0 0 40px;
  background-color: #fff;
  line-height: 40px;
}


.section.section-type-disturber .link:after {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: 4rem;
  line-height: 40px;
  padding: 0 28px 0 12px;
  width: 10px;
}

.section.section-type-disturber a {
  text-decoration: none;
}

.section.section-type-disturber .mobile {
  display: none;
}


@media screen and (max-width: 1600px) {
  .section.section-type-disturber a * {
    display: none;
  }
  .section.section-type-disturber .mobile {
    display: block;
    width: 60px;
    background-color: #b9e1f6;
    border: 1px solid #000;
  }

  .section.section-type-disturber .mobile img {
    display: block;
  }
}


/*
==================================================
Teaser
==================================================
*/
.teaser {
  position: relative;
  background: transparent;
}
.teaser a {
  margin: 0;
}
.teaser .inner a {
  margin-bottom: 10px;
}
figure {
  position: relative;
}
figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 15px;
  z-index: 5;
  width: 100%;
  opacity: 1;
  font-size: 0.9em;
  font-style: inherit;
}
.media .figure {
  background: #fff;
}
.teaser figcaption {
  display: none;
}
/*
main > article > .section.section-type-media:first-child figcaption {
  display:none;
}*/
.section-type-media.layout-slider figcaption,
.section .slick-slider figcaption,
main > article > .section.section-type-media:first-child figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  margin: 15px;
  width: 100%;
  max-width: 550px;
  padding: 1.5rem;
  height: auto;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.slick-slider .mediastyle-embedded {
  margin: 0;
}

main > article > .section.section-type-media:first-child figcaption,
.section .slick-slider figcaption {
  bottom: -15px;
  right: -15px;
  max-width: 60%;
}

.section.narrow .teaser .inner {
  padding: 15px 5px;
}
.section.narrow .teaser .inner > *:not(a):first-child,
.section.narrow .teaser .inner > a:first-child > *:first-child {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 3rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.wide.section-type-media.layout-slider figure {
  text-align: center;
}
.teaser h1,
.teaser h2,
.teaser h3,
.teaser h4,
.teaser h5,
.teaser h6 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 2.8rem;
  line-height: 3.4rem;
}
main .wide .teaser .inner {
  padding-top: 2rem;
}

/** hover effect */
main .section:not(.layout-slider) .teaser .inner {
  float: none;
  clear: both;
  position: relative;
}

main .section:not(.layout-slider) .teaser,
main .section:not(.layout-slider) .teaser .media {
  overflow: hidden;
}
main .section:not(.layout-slider) .teaser-pseudo-button,
main .section:not(.layout-slider) .teaser .media img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
main .section:not(.layout-slider) .teaser:hover .media img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
}
main .section:not(.layout-slider) .teaser,
main .section:not(.layout-slider) .teaser h2 {
  position: relative;
}
main .section:not(.layout-slider) .teaser::after,
main .section:not(.layout-slider) .teaser h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
main .section:not(.layout-slider) .teaser::after {
  bottom: auto;
  top: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
main .section:not(.layout-slider) .teaser:hover::after,
main .section:not(.layout-slider) .teaser:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
main .section:not(.layout-slider) .teaser p:last-child {margin-bottom: 15px;}
main .teaser-pseudo-button {
  position: absolute;
  top: -35px;
  height: 35px;
  right: 0;
  opacity: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  display: block;
  text-align: right;
  background: rgba(255, 255, 255, 0.5);
  color: #000 !important;
}
main .teaser-pseudo-button i.fa {
  margin-right: 0;
}
main .section:not(.layout-slider) .teaser:hover .teaser-pseudo-button {
  opacity: 1;
}
main .dark .teaser::after,
main .dark .teaser h2::after,
main .primary .teaser::after,
main .primary .teaser h2::after {
  background: #fff !important;
}

/*
==================================================
Responsive Video
==================================================
*/
.respvideowrap iframe,
.media-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  outline: 0;
  min-height: 0;
}
.media-youtube,
.respvideowrap {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  width: 100%;
  border: 0;
}


/*
==================================================
Addiotional styles
==================================================
*/
.section-type-reservation iframe {
  border: 0;
  background: transparent;
}

/*
==================================================
Header
==================================================
*/
.layout-container > header {
  position: relative;
  background-color: transparent;

  margin-top: 50px;
  margin-top: 5rem;
  margin-bottom: -50px;
  margin-bottom: -5rem;

  width: 100%;
}
.layout-container > footer {
  background-color: transparent;
}
header > .section,
header .headerwrap > .section {
  position: relative;
  border-top: 5rem solid #000;

  top: -50px;
  top: -5rem;
}
header .narrow .inner {
  padding: 20px 30px;
}
header .branding a {
  width: 88px;
  height: 89px;
  display: block;
  background-image: url('../layout/logo-mobile.png');
  background-repeat: no-repeat;
}
header .branding a img {
  display: none;
}
#block-client-category-menu {
  float: left;
  width: auto;
  margin-top: 2.225rem;
}
#block-client-category-menu ul {
  margin: 0 25px;
  padding: 0;
}
#block-client-category-menu li {
  float: left;
  margin: 0;
}
header .branding + nav > ul > li.col {
  padding: 0;
}
#block-client-category-menu a,
header .branding + nav > ul > li > a {
  text-transform: uppercase;
  padding: 15px 25px;
  padding: 1.5rem 2.5rem;
  font-family: 'Didot', 'GFS Didot', serif;
  font-size: 16px;
  line-height: 16px;
}
header .main-menu-toggle {
  text-decoration: none;
  color: #000;
  font-size: 1.65rem;
  text-transform: uppercase;
  font-family: 'Didot', 'GFS Didot', serif;
  float: left;
  margin: 0.75rem 0 0 1rem;
}
header .main-menu-toggle:hover {
  color: #676865;
}
header .main-menu-toggle i {
  font-size: 5rem;
  margin-right: 1.5rem;
  line-height: 4rem !important;
  margin-left: 0;
}
header .main-menu-toggle i:before {
  content: "\e90e";
}
header .main-menu-toggle:hover i:before,
header .main-menu-toggle.is-open i:before {
  content: "\e90d";
}
header .main-menu-toggle span {
  margin-top: 2rem;
  position: relative;
  top: -1.55rem;
}
header .main-menu-content {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  /*
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  */
  background: none;
  background: transparent;
  width: 100%;
  height: 0;
  opacity: 0;
  z-index: 0;
}
.main-menu-content.is-open {
  height: auto;
  opacity: 1;
  z-index: 50;
}
header form.searchform,
header .narrow form.searchform {
  position: relative;
  top: 1.75rem;
  margin: 0 -15px;
}
.searchform .js-form-type-submit:before,
.searchform .js-form-type-submit:after {
  display: none;
}
.searchform .js-form-type-submit:after {
  content: "\f002";
  z-index: 5;
}
.searchform .form-item {
  margin-bottom: 0;
}
.searchform .form-item input {
  width: 0;
  height: 57px;
  padding: 15px 20px;
  border: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.searchform.is-open .form-item {

}
.searchform.is-open .form-item input {
  width: 300px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 50;
}
.searchform.is-open .form-item input.form-text {
  padding-right: 50px;
}
.searchform.is-open .form-item input.form-submit {
  border: 0;
}
.searchform.is-open .form-item input.form-submit:hover {
  border: 1px solid #000;
}
body .searchform .form-actions input[type="submit"].button {
  background-image: url('../layout/lupe.svg');
  background-color: #e0e0e0;
  background-repeat: no-repeat;
  background-position: center;
  border-color: #e0e0e0;
  color: #000;
  padding: 1.5rem 2rem;
  background-size: auto 45%;
  width: 5.7rem;
  height: 5.7rem;
  border: 1px solid #efefef;
}
.searchform.is-open .form-actions input {
  width: 5.7rem;
}
body .searchform .form-actions input[type="submit"].button:hover {
  background-color: #fff;
  border-color: #000;
}
.searchform.is-open .form-item.form-item-searchstring input {
  box-shadow: inset 0 0 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 5px 0px rgba(0, 0, 0, 0.25);
}

/* scrollheader */
.layout-container > header.fixed + main {
  /*padding-top:99px;*/
}
.layout-container > header.fixed {
  margin-top: 0;
  width: 100% !important;
}
.layout-container > header.fixed + .mspace {
  height: 120px !important;
}
.layout-container > header.main-menu-is-open {
  /*
  box-shadow: inset 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
  */
}
html .layout-container > header {
  position: absolute;
}
html .layout-container > header + main {
  margin-top: 169px;
}
html .layout-container > header.fixed + main {
  /*margin-top:70px;*/
}
.layout-container > header.fixed,
.layout-container > header.fixed .headerwrap,
.layout-container > header .is-sticky .headerwrap {
  border: 0;
  top: 0;
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.4);
}
.layout-container > header.fixed > .section,
.layout-container > header.fixed .headerwrap > .section,
.layout-container > header .is-sticky .headerwrap > .section {
  border: 0;
  top: 0;
}
.layout-container > header.fixed > .section > .row > .col,
.layout-container > header.fixed .headerwrap > .section > .row > .col,
.layout-container > header .is-sticky .headerwrap > .section > .row > .col {
  padding: 0 15px;
}
header.fixed .branding a,
header .is-sticky .branding a {
  background-size: auto 100%;
  height: 50px;
  height: 5rem;
  width: 50px;
  width: 5rem;
  margin: 10px 0;
}
header.fixed .branding + nav,
header .is-sticky .branding + nav {
  margin-top: 1.2rem;
}
header.fixed .branding + nav,
header .is-sticky .branding + nav {
  margin-top: 1.2rem;
}
header.fixed .branding + nav + nav,
header .is-sticky .branding + nav + nav {
  margin-top: 0.585rem;
}
header.fixed #block-client-category-menu ul,
header .is-sticky #block-client-category-menu ul {
  margin-top: -1rem;
}
header.fixed .main-menu-toggle,
header .is-sticky .main-menu-toggle {
  height: 50px;
  height: 5rem;
}
header.fixed .searchform,
header.fixed form.searchform,
header.fixed .narrow form.searchform,
header .is-sticky .searchform,
header .is-sticky form.searchform,
header .is-sticky .narrow form.searchform {
  top: 0.95rem;
}
header.fixed .searchform .form-item input,
header.fixed .searchform .form-actions input[type="submit"].button,
header.fixed .searchform .form-item input[type="input"],
header .is-sticky .searchform .form-item input,
header .is-sticky .searchform .form-actions input[type="submit"].button,
header .is-sticky .searchform .form-item input[type="input"] {
  height: 50px;
  height: 5rem;
  min-width: 50px;
}
header.fixed .searchform .form-actions input[type="submit"].button,
header .is-sticky .searchform .form-actions input[type="submit"].button {
  width: 50px;
  width: 5rem;
}

header.fixed .headerwrap > div > .section > .row > .col,
header .is-sticky {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 459px) {
  header.fixed .main-menu-toggle,
  header .is-sticky .main-menu-toggle {
    width: 50px;
    width: 5rem;
  }
}


/*
==================================================
Footer
==================================================
*/
footer .section-prefooter {
  overflow: hidden;
}
footer .section-prefooter .col .inner {
  padding: 55px 35px;
}
footer .section-prefooter .col .inner + .inner {
  padding-top: 0;
}
footer .col.dark {
  background: #000;
  color: #fff;
}
footer .col.dark:before {
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  left: -200%;
  top: 0;
  z-index: 1;
  background: #000;
}
footer .section-prefooter .dark:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  background: #000;
}
header .social,
footer .social {
  margin: 3rem 0 4rem;
  padding: 0;
  list-style: none;
  clear: both;
  float: left;
}
footer a {
  text-decoration: none;
}
header .social li,
footer .social li {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .social a,
footer .social a {
  padding: 15px 20px;
  background: #fff;
  color: #000;
  display: inline-block;
  font-size: 3rem;
  line-height: 3rem;
}
.social a:hover {
  background: #676865;
  color: #fff;
}
.social .facebook a {
  color: #3b5998;
}
.social .facebook a:hover {
  background: #3b5998;
  color: #fff;
}
#block-client-footer {
  position: relative;
  text-align: center;
}
#block-client-footer ul {
  width: auto;
  margin: 0 auto;
  float: none;
}
#block-client-footer li {
  display: inline-block;
  float: none;
}
#block-client-footer a {
  text-transform: uppercase;
  font-size: 14px;
}

footer .section-newsletter {
  padding: 40px 0;
  padding: 4rem 0;
  z-index: 0;
}
.section.section-clientfooter,
.section.section-prefooter,
.section.light + .section.light.section-clientfooter,
.section.light + .section.light.section-prefooter {
  position: relative;
  clear: both;
  margin-top: 0;
}


/*
==================================================
Content
==================================================
*/
main > h1,
main > article > h1 {
  max-width: 1200px;
  margin: 5rem auto 1rem;
}
main > h1 {
  padding: 0 15px;
}
.precontent img {
  width: 100%;
  height: auto;
  display: block;
}
.section.backgroundimage {
  background-size: cover;
}

/* -- contentmenu -- */
main > article .section-type-menu,
main > article .section-type-menu {
  padding: 0;
  height: 0;
}
main > article .section-type-menu > .row {
  height: 0;
}


/* section-type-media + */

.section-type-media.wide + .section.section-type-menu,
.section-type-media.wide + .section.section-type-menu-automatically {
  padding-top: 0;
  width: 100%;
  max-width: 1200px;
  /* margin:-8rem auto 0; */
  margin: -7.95rem auto 0;
  position: relative;
}

.section.section-type-menu a.is-active,
.section.section-type-menu-automatically a.is-active {
  font-weight: bold;
}

.section-type-media + .section.section-type-menu .col,
.section-type-media + .section.section-type-menu-automatically .col {
  height: 8rem;
  text-align: center;
}
.section-type-media + .section.section-type-menu .inner,
.section-type-media + .section.section-type-menu-automatically .inner {
  position: relative;
  padding: 15px;
  top: -15px;
}
.section.section-type-menu ul,
.section.section-type-menu-automatically ul {
  text-align: center;
}
.section.section-type-menu li,
.section.section-type-menu-automatically li {
  width: auto;
  float: none;
  display: inline-block;
  margin: 0 15px;
  margin: 0;
  padding: 0;
  min-width: 100px;
}
.section.section-type-menu a,
.section.section-type-menu-automatically a {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: #000;
  padding: 15px;
  padding: 15px 15px 0;
  display: block;
}
.section.dark.section-type-menu a,
.section.dark.section-type-menu-automatically a,
.section.primary.section-type-menu a,
.section.primary.section-type-menu-automatically a {
  color: #fff;
}
.section.section-type-menu a.act,
.section.section-type-menu-automatically a.act {
  font-weight: bold;
}
.section.section-type-menu a:hover,
.section.section-type-menu-automatically a:hover {
  text-decoration: underline;
}


/* -- teaser -- */
.section-type-text-with-media a.button {
  margin-top: 3rem;
  display: inline-block;
}
.section-type-text-with-media h2 {
  margin-bottom: 2rem;
}
.section-type-content-teaser .teaser h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}
.section-type-content-teaser .col-3 h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 45px;
  line-height: 4.5rem;
}
.teaser.nodetype-event .media + time,
.teaser.nodetype-article .media:after,
.teaser.nodetype-story .media:after,
.teaser.nodetype-event .media + time + span.flag {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 8px;
  position: absolute;
  top: 30px;
  right: 30px;
  height: 92px;
  min-width: 65px;
}
.teaser.nodetype-event .media + time + span.flag {
  top: 123px;
  height: auto;
  width: 76px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  background: #8ed1eb;
}
.slick-slide .teaser .inner {
  padding: 1em !important;
}
.teaser.nodetype-event time span {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-weight: 300;
}
.teaser.nodetype-event time .day {
  font-size: 5.2rem;
  line-height: 5.2rem;
  font-weight: 300;
}
.section.section-type-reservation {
  background: #efefef;
}
.service-box .mediaelements {
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}

.section.wide .block-embedded article.embedded {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 100%;
}

.section.wide .block-embedded article.embedded .col {
  padding: 0 15px;
}

.section.wide .block-embedded article.embedded h3 {
  padding-top: 35px;
}
.section.wide .block-embedded article.embedded .inner {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 35px;
  padding-right: 35px;
}
.section.wide .block-embedded article.embedded .inner {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.section.wide .block-embedded article.embedded.teaser .inner {
  padding-left: 35px;
  padding-right: 35px;
}
.block-embedded article.embedded .button {
  margin-top: 20px;
  margin-bottom: 35px;
}
.wide.section-type-media.layout-masonry .block-masonry > .col,
.wide.section-type-media-automatically.layout-masonry .block-masonry > .col {
  padding: 0;
}

article.embedded .media,
.section-type-term-teaser .accordion .media {
  margin-bottom: 15px;
}


.teaser h2,
.teaser h3,
.teaser h4,
.teaser h5,
.teaser h6 {
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
==================================================
Media Wallpaper
==================================================
*/

.mediatype-wallpaper a.button {
  max-width: 100%;
  min-width: 100%;
}

.mediatype-wallpaper a:after {
  content: '';
}

/*
==================================================
Newsroom
==================================================
*/
main > article .section-newsroom {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
  clear: both;
}
.section-newsroom > .row {
  margin: 0 auto;
}
.section-newsroom .col ul.row li {
  width: 20%;
}
.section-newsroom > * {
  position: relative;
}
.section-newsroom + * {
  clear: both;
}
.section-newsroom .teaser {
  padding: 15px;
  position: relative;
  float: left;
  width: 100%;
  clear: both;
}
.section-newsroom .teaser a {
  display: block;
  margin: 0;
}
.section-newsroom .teaser p:last-child {
  margin-bottom: 0;
}
.section-newsroom .teaser .platform {
  display: none;
}
.section-newsroom .teaser .inner {
  background: #efefef;
  color: #000;
  padding: 45px 15px 15px;
  overflow: hidden;
}
.section-newsroom .teaser:before {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  padding: 0;
  width: 100%;
  width: calc(100% - 30px);
  height: auto;
  color: #000;
  font-size: 2.0rem;
  line-height: 4rem;
  line-height: 40px;
  background: #efefef;
  text-align: center;
  z-index: 1;
}
.section-newsroom .teaser.facebook:before {
  content: "\f09a";
}
.section-newsroom .teaser.instagram:before {
  content: "\f16d";
}
.section-newsroom .teaser.twitter:before {
  content: "\f099";
}
.section-newsroom > .row > .col > .inner {
  width: 100%;
  float: left;
  clear: both;
}
.section-newsroom .teaser .post-time {
  font-weight: bold;
}
.section-newsroom .teaser .image {
  margin: -15px;
  margin-bottom: 20px;
  overflow: hidden;
}
.section-newsroom .teaser .image img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 1;
  display: block;
}
.section-newsroom .teaser:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
}
@media screen and (max-width: 1200px) {
  .section-newsroom .col ul.row li {
    width: 25%;
  }
}
@media screen and (max-width: 1023px) {
  .section-newsroom .col ul.row li {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .section-newsroom .col ul.row li {
    width: 33.33%;
  }
}
@media screen and (max-width: 660px) {
  .section-newsroom .col ul.row li {
    width: 50%;
  }
}
@media screen and (max-width: 539px) {
  .section-newsroom .col ul.row li {
    width: 100%;
  }
}

/*
==================================================
FAQ
==================================================
*/
article.nodetype-faq {
  position: relative;
}
article.nodetype-faq > h3,
article.nodetype-faq > *:first-child {
  /*font-weight:bold;*/
}
article.nodestyle-embedded.nodetype-faq > h3,
article.nodestyle-embedded.nodetype-faq > *:first-child {
  padding: 0 15px;
  margin-bottom: 4rem;
}
main article.nodetype-faq i,
main .accordion i.fa-question-circle-o,
main .accordion i.fa-comment-o {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 2.4rem;
}

article.nodetype-faq .col {
  position: relative;
}
main article.nodestyle-embedded.nodetype-faq .col p,
main .accordion .fa-question-circle-o + div > p,
main .accordion .fa-comment-o + div > p {
  padding-left: 55px;
}
main .narrow article.nodestyle-embedded.nodetype-faq .col p,
main .narrow .accordion .fa-question-circle-o + div > p,
main .narrow .accordion .fa-comment-o + div > p {
  padding-left: 45px;
}
main .narrow article.nodetype-faq i,
main .accordion i.fa-question-circle-o,
main .accordion i.fa-comment-o {
  top: 15px;
}
main .wide article.nodetype-faq i,
main .wide .accordion i.fa-question-circle-o,
main .wide .accordion i.fa-comment-o {
  top: 0;
}

main i.fa {
  display: inline-block;
  font-size: 2.4rem;
  width: 25px;
  width: 2.5rem;
  position: relative;
  margin-right: 10px;
  text-align: center;
  top: 3px;
}
main i.fa + a {
  text-decoration: none;
}
main i.fa + a:hover {
  text-decoration: underline;
}

.mediastyle-embedded {
  margin-bottom: 30px;
}
.mediastyle-embedded iframe {
  margin-bottom: 0;
}

/*
  ==================================================
==================================================
  ==================================================
  ==== Responsive
==================================================
  ==================================================
==================================================
*/

/*
==================================================
Main
==================================================
*/
@media screen and (max-width: 1239px) {
  .section.section-type-menu .col {
    top: 0;
  }
}


/*
==================================================
Header
==================================================
*/
@media screen and (max-width: 1239px) {
  header > .section > .row,
  header .headerwrap > .section > .row {
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section-type-media + .section.section-type-menu,
  .section-type-media + .section.section-type-menu-automatically {
    margin-top: -4rem;
  }
  .section.section-type-menu li,
  .section.section-type-menu-automatically li {
    margin-left: 0;
    font-size: 15px;
    min-width: 120px;
  }
  .section.section-type-menu li + li,
  .section.section-type-menu-automatically li + li {
    /* margin-left:15px; */
  }
}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 899px) {
  #block-servicenavigation-2 a,
  #block-servicenavigation-2 li:last-child a {
    text-indent: -9999px;
    width: 4.5rem;
    padding: 1.85rem 0.95rem 1.9rem 0.95rem;
    text-align: center;
  }
  #block-servicenavigation-2 li {
    padding: 0;
  }
  #block-servicenavigation-2 a:before,
  #block-servicenavigation-2 a:after {
    text-indent: 0;
    width: 100%;
    left: 0;
  }
  header .narrow .inner {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  header .narrow .col {
    padding: 0 15px;
  }
  header .narrow > .row > .col {
    padding: 15px;
  }
  header > .narrow > .row > .col,
  header .headerwrap > .narrow > .row > .col {
    padding: 15px;
  }
  header .headerwrap > .section > .row > .col,
  header .headerwrap > div > .section > .row > .col {
    padding: 15px;
  }
}
@media screen and (max-width: 539px) {
  header > .section > .row,
  header .headerwrap > .section > .row {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 459px) {
  header .main-menu-toggle {
    height: 5.6rem;
    width: 5.6rem;
    position: relative;
    right: auto;
    background: #e0e0e0;
    text-align: center;
    margin: 0 0 0;
    float: right;
  }
  header .main-menu-toggle span {
    display: none;
  }
  header .main-menu-toggle i {
    margin: 0;
    font-size: 3.75rem;
    line-height: 5.6rem !important;
    height: 5.6rem;
  }
  .main-menu-content .bigmenu .bigmenucol.right .col-3 {
    margin-bottom: 0;
  }
  header.fixed .main-menu-toggle i {
    height: 50px;
    height: 5rem;
    line-height: 50px !important;
    line-height: 5rem !important;
  }
  header .branding + nav + nav,
  header.fixed .branding + nav + nav {
    margin-top: 1rem;
    margin-right: 1.5rem;
    float: right;
  }
  header .branding + nav + nav {
    margin-top: 1.84rem;
    margin-top: 1rem;
  }
  header .searchform {
    width: 85px;
    width: 8.5rem;
  }
  header.fixed .searchform {
    width: 80px;
    width: 8rem;
  }
}


/*
==================================================
Footer
==================================================
*/
@media screen and (max-width: 1239px) {
  .section-prefooter .col-3.dark {
    width: 33.3333%;
  }
  .section-prefooter .col-9 {
    width: 66.6666%;
  }
  .section-prefooter .col-9 .col-4 {
    width: 50%;
  }
  .section-prefooter .col-9 .col-4:last-child {
    clear: both;
  }
  .section-prefooter .col-9 .col-4 .inner {
    padding-bottom: 0;
  }
  /*
  footer .section-prefooter .col.dark .inner {
    padding-left:15px;
    padding-right:15px;
  }
  */
}
@media screen and (max-width: 939px) {
  footer .section.light.section-prefooter > * {
    background: #000;
  }
  .section-prefooter .col-3.dark {
    width: 50%;
  }
  .section-prefooter .col-9 {
    width: 50%;
    background: #efefef;
    margin: 0;
  }
  .section-prefooter .col-9 .col-4 {
    width: 100%;
  }
  .section-prefooter .col-9 .col-4 .inner {
    padding: 15px 30px;
  }
  .section-prefooter .col-9 .col-4:first-child .inner {
    padding: 55px 30px 15px;
  }
  .section-prefooter .col-9 .col-4:last-child .inner {
    padding: 15px 30px 55px;
  }
}
@media screen and (max-width: 767px) {
  .flipbook .bb-nav a {
    padding: 1rem 2rem;
    margin: 0 0.25rem;
  }
}
@media screen and (max-width: 599px) {
  .section-prefooter .col-3.dark,
  .section-prefooter .col-9 {
    width: 100%;
  }
  #block-client-footer li {
    float: left;
    clear: both;
    text-align: left;
    margin-left: 15px;
  }
  #block-client-footer li a {
    line-height: 20px;
    padding: 7px 15px 8px;
  }
}
@media screen and (max-width: 539px) {
  footer .section-prefooter .col .inner {
    padding: 55px 15px;
  }
  .section-prefooter .col-9 .col-4:first-child .inner {
    padding: 55px 15px 15px;
  }
  .section-prefooter .col-9 .col-4 .inner {
    padding: 15px;
  }
  .section-prefooter .col-9 .col-4:last-child .inner {
    padding: 15px 15px 55px;
  }
  #block-client-footer li {
    margin-left: 0;
  }
  .flipbook .bb-nav a {
    margin: 0;
    padding: 1rem;
  }
  .mediastyle-embedded {
    padding: 0;
  }
}

/*
==================================================
Content
==================================================
*/
@media screen and (max-width: 1960px) {
  .section.wide[class*="section-type-content-teaser"] .col.accordion,
  .section.layout-list .view ul {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-newsroom > .row > .col > .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1459px) {
  .section-type-content-teaser .col-2 {
    width: 33.3333%;
  }
  .section-newsroom .col-3 {
    width: 33.333%;
  }
  main .wide .col-3 {
    width: 50%;
    width: 33.333%;
  }
}
@media screen and (max-width: 1239px) {
  .section-type-content-teaser .col-3 {
    width: 50%;
  }
  .section-type-content-teaser .teaser .inner,
  .section-type-content-teaser .col-3 .teaser .inner {
    padding: 30px;
  }
  .section-newsroom .teaser .inner {
    padding: 45px 15px 15px;
  }
  .narrow .inner {
    padding: 30px 15px;
  }
  /*
  .section.narrow[class*="section-type-content-teaser"] > * {
    padding-left:15px;
    padding-right:15px;
  }
  */
  .section-newsroom > .row > .col > .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section.wide .block-embedded article.embedded > .col + .col h3 {
    padding-top: 0;
  }

  .section-type-media.wide + .section.section-type-menu,
  .section-type-media.wide + .section.section-type-menu-automatically {
    margin-top: -6rem;
    width: 90%;
  }
  main > article > .section.section-type-media:first-child figcaption {
    margin-left: 15px;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .narrow .nodestyle-embedded .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .narrow .inner {
    padding: 30px 15px;
  }
  .section-type-text-with-media .swap-col + .col .inner {
    padding-top: 0 !important;
  }
  .nodestyle-embedded .col,
  .nodestyle-embedded .col-8 .inner {
    /* padding:0 !important; */
  }
  main > article .narrow.section.section-type-content-teaser-automatically .inner {
    padding: 30px 15px;
  }
  .section-type-content-teaser .teaser .inner,
  .section-type-content-teaser .col-3 .teaser .inner {
    padding: 30px 15px 15px;
  }
  main > article .section-newsroom {
    padding-left: 0;
    padding-right: 0;
  }
  .section-newsroom .col-3 {
  }
  .section.nospace .inner {
    padding: 0 15px;
  }
  .section.nospace .inner {
    padding: 0;
  }
  main .narrow .col-3 {
    padding: 0;
  }
  main .narrow .showcase-items .col-3 {
    padding: 0 15px;
  }
  main .section[class*="section-type-media"].layout-grid .col-3,
  main .section[class*="section-type-media"].layout-masonry .col-3 {
    padding: 0 15px;
  }
  main .wide .inner {
    padding: 30px 15px 45px;
  }
  main > article .narrow.section.section-type-text-with-media article.embedded .inner,
  main > article .narrow.section.section-type-content-teaser-automatically article.embedded .inner {
    padding: 15px 0;
  }
}
@media screen and (max-width: 939px) {
  .wide .inner {
    padding: 35px 0;
  }
  main .wide .col-3 {
  }
}
@media screen and (max-width: 839px) {
  main .narrow .col-3 {
    padding: 0;
  }
  main .narrow .showcase-items .col-3 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {

  h1 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 46px;
    line-height: 4.6rem;
  }

  h2, .section.narrow.section-type-content-teaser .teaser .inner > *:first-child {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
  h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
  }
  h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
  p.reduced,
  p.big {
    font-size: 1.2em;
  }
  .section.node-meta-row i {
    font-size: 3rem;
  }
  .narrow .col, .narrow [class^="col-"],
  .narrow [class*=" col-"] {
    /*padding:0;*/
  }
  a.button, .button {
    min-width: 240px;
  }

  .section-type-content-teaser .col-2 {
    width: 50%;
  }
  .section-type-content-teaser .col-3 {
    width: 100%;
  }
  .section.narrow.section-type-content-teaser .teaser .inner {
    padding: 30px 15px;
  }
  /*
  .section.narrow.section-type-content-teaser .teaser .inner > *:first-child {
    font-size: 36px;
    font-size: 3.6rem;
  }
  main .wide .col-3 {
    width:100%;
  }*/
  .slick-slide .teaser .inner,
  .section-type-media.layout-slider figcaption,
  main > article > .section.section-type-media:first-child figcaption {
    max-width: 100%;
    position: relative;
    margin: 0;
    bottom: auto;
    right: auto;
    background: #000;
  }
  .slick-slider {
    background: #000;
    /*background: rgba(0, 0, 0, 0.15);*/
  }
  .showcase-items.slick-slider {
    background: white;
  }
  .slick-slide .inner {
    background: #000;
  }
  .slick-dots {
    /*
    bottom:auto;
    top:1rem;
    */
    padding: 1rem 1.5rem;
    bottom: 0;
  }
  .slick-arrow {
    /* margin-bottom: -20px; */
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .narrow .block-slider {
    padding: 0;
  }
  main > article > .section.section-type-media:first-child {
    padding-bottom: 0;
    max-height: 500px;
  }

  main .video-banner .video-banner-video {
      width: auto;
    max-height: 500px;
  }

  main > article .narrow.section.section-type-content-teaser-automatically .inner {
    padding: 15px;
  }
  .section.section-type-menu li + li, .section.section-type-menu-automatically li + li {
    margin: 0;
  }
  .section.section-type-menu ul, .section.section-type-menu-automatically ul {
    text-align: left;
    padding: 10px 0;
  }
  .section-type-media + .section.section-type-menu .col,
  .section-type-media + .section.section-type-menu-automatically .col {
    padding: 0;
    height: auto;
  }
  .section-type-media.wide + .section.section-type-menu,
  .section-type-media.wide + .section.section-type-menu-automatically {
    width: 100%;
    margin-top: 0;
  }
  .section-type-media.wide + .section.section-type-menu ul,
  .section-type-media.wide + .section.section-type-menu-automatically ul {
    padding: 15px 0;
  }

  .totop.fixed {
    bottom: 75vh !important;
  }
  main .section[class*="section-type-media"].layout-grid50,
  main .section[class*="section-type-media"].layout-grid,
  main .section[class*="section-type-media"].layout-masonry {
    padding: 0 8px;
  }
  main .section[class*="section-type-media"].layout-grid50 figcaption,
  main .section[class*="section-type-media"].layout-grid figcaption,
  main .section[class*="section-type-media"].layout-masonry figcaption {
    font-size: 0.7em; padding: 8px;
  }
  main .section[class*="section-type-media"].layout-grid50 .results .col,
  main .section[class*="section-type-media"].layout-grid .results .col,
  main .section[class*="section-type-media"].layout-masonry .results .col {
    width: 50%;
    padding: 0 7px 15px 7px !important;
    margin-bottom: 0;
  }
  a.button.cc_btn {
    min-width: 55px;
    text-align: center;
    padding: 1.9rem 3rem 2rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
  a.button.cc_btn:after {
    display: none;
  }
  .slick-slider figcaption {
    margin: 0;
    right: auto;
    bottom: auto;
    background: #000;
    position: relative;
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  main .wide .inner {
    padding: 30px 15px;
  }
  body .js-form-type-checkbox label {
    max-width: 100%;
  }
  .nodestyle-embedded .col,
  .nodestyle-embedded .col-8 .inner {
    padding: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .section.section-type-menu a,
  .section.section-type-menu-automatically a {
    padding: 8px 15px;
  }

  .section.section-type-menu a.act,
  .section.section-type-menu a:hover,
  .section.section-type-menu-automatically a.act,
  .section.section-type-menu-automatically a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
  }
  main .wide .col-3 {
    width: 100%;
  }
  /*
      main .wide .col-3 .teaser .media {
        float:left;
        width:200px;
        max-width:30%;
      }
      main .wide .col-3 .teaser .inner {
        float:left;
        max-width:70%;
      }*/
}
@media screen and (max-width: 539px) {
  .section-newsroom .col-3 {
    width: 100%;
    margin-bottom: 15px;
  }
  .section-newsroom .teaser {
    padding: 15px 0;
  }
  .section-newsroom .col-3 .teaser {
    padding-top: 0;
  }
  .section-newsroom .teaser:before {
    top: 0;
  }
  .js-form-item {
    width: 100%;
    margin-bottom: 15px;
  }

  main > article .narrow.section.section-type-text-with-media .inner,
  main > article .narrow.section.section-type-content-teaser-automatically .inner {
    padding: 15px 0;
  }
  main .narrow .col-3,
  main .wide .col-3 {
    width: 100%;
    padding: 0 15px;
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
  main .section .col-3 .teaser .media {
    float: left;
    width: 280px;
    max-width: 30%;
    padding-right: 15px;
  }
  main .section .teaser h2:after {
    display: none;
  }
  main .section .col-3 .teaser .inner {
    float: left;
    clear: none;
    max-width: 70%;
    padding: 0 !important;
  }
  main .section .col-3 .teaser .inner > *:first-child {
    padding-bottom: 0 !important;
    margin-bottom: 0.5rem !important;
    font-size: 1.2em;
  }

  main .section .col-3 .teaser .media + time {
    right: 70%;
    margin-right: 15px;
    top: auto;
    bottom: 2rem;
    height: 5.5rem;
    width: 5rem;
    min-width: 2rem;
  }
  .teaser.nodetype-event time .day {
    font-size: 2.2rem;
    line-height: 2rem;
  }
  .teaser.nodetype-event time span {
    font-size: 1rem;
  }
  main .section .col-3 .teaser p {
    font-size: 0.75em;
    margin-bottom: 0;
  }

}
@media screen and (max-width: 499px) {
  .section-type-wrapper-services-boxes .col-2 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  main .section .col-3 .teaser .inner p,
  main .section .col-3 .teaser .inner div,
  main .section:not(.layout-slider) .teaser::after,
  main .section:not(.layout-slider) .teaser h2::after {
    display: none;
  }
  main .section .col-3 .teaser .inner {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
  main .section .col-3 .teaser .inner > *:first-child,
  .section.narrow.section-type-content-teaser .teaser .inner > *:first-child {
    margin: 0;
    padding: 0;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 !important;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.2;
    font-size: 1em;
  }
  .section.layout-grid50 .views-element-container .results .row > .col,
  .section.layout-grid .views-element-container .results .row > .col,
  .section.layout-masonry .views-element-container .results .row > .col {
    padding: 0;
    margin-bottom: 5px;
  }
  main .section .col-3 .teaser {
    border: 1px solid rgba(100, 100, 100, 0.2);
    border-left: 0;
    border-right: 0;
    min-height: 45px;
  }
  main .section.primary .col-3 .teaser,
  main .section.dark .col-3 .teaser {
    border-color: rgba(255, 255, 255, 0.3);
  }
  main .section .col-3 .teaser .media + time {
    bottom: 0;
    height: 100%;
    width: 4rem;
    height: 5rem;
  }
  .teaser.nodetype-event time .day {
    font-size: 2rem;
    line-height: 1.75rem;
  }
  .section.section-newsletter form {
    max-width: 110%;
  }
  .section-newsroom .col ul.row li {
    padding: 0;
  }
}

/* hide the first menu item since the logo will be desiplayed instead */
/* header .branding + nav > ul > li:first-child {display:none;} */

/* hide breadcrumb generally */
.section.narrow.featured .breadcrumb {display: none;}
.section.narrow.featured .inner {padding: 0;}
.section.narrow.featured .messages {margin: 2rem 0 4rem;}

/* radio buttons decision - #lt-sporthaus-opening-confirmation-form */
#lt-sporthaus-opening-confirmation-form #edit-decision .js-form-item {
  width: 100%;
  clear: both;
  max-width: 100%;
  padding: 0;
}
#lt-sporthaus-opening-confirmation-form {
  padding: 0 15px;
}
#lt-sporthaus-opening-confirmation-form > fieldset.js-form-item {
  width: 100%;
  margin-bottom: 2rem;
}
#lt-sporthaus-opening-confirmation-form > fieldset > div {
  margin-bottom: 0;
}
#lt-sporthaus-opening-confirmation-form > .js-form-item {
  width: auto;
  margin-top: -1rem;
  margin-bottom: 5rem;
}

/* PARALLAX - START */
.parallax-wrapper {
  overflow: hidden;
  backface-visibility: hidden;
}
.parallax-wrapper figcaption {
  display: none;
}
.parallax-inner {
  transform: translate3d(0, 0, 0);

}
.section-type-media > .views-element-container.parallax-inner {
  padding-bottom: 0;
}
html .layout-container > header {
  z-index: 3 !important;
}
html .layout-container > header .section {
  z-index: 3 !important;
}
html .layout-container > header .branding a {
  background-size: cover;
}
html .layout-container > header.fixed .section {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.scrollmagic-pin-spacer .section {
  padding-top: 0;
  min-width: 100%;
}
.scrollmagic-pin-spacer + .section[class*="section-type-menu"] + .section {
  margin-top: -4rem
}
.section[class*="section-type-menu"].light,
.section[class*="section-type-menu"].middle,
.section[class*="section-type-menu"].dark,
.section[class*="section-type-menu"].primary {
  background-color: transparent;
}
.section[class*="section-type-menu"].light > .row > .col { background-color: #fff; }
.section[class*="section-type-menu"].middle > .row > .col { background-color: #e0e0e0; }
.section[class*="section-type-menu"].dark > .row > .col { background-color: #676765; }
.section[class*="section-type-menu"].primary > .row > .col { background-color: #000; }
/* PARALLAX - ENDE */

/* wide section videofix */
.wide.section.section-type-media .mediastyle-embedded.mediatype-youtube-video {
  padding: 0;
  border: 0;
}

@media screen and (max-width: 750px) {
  .section-type-text-two-columns > .row > .col-6:first-child, .section-type-text-two-columns > .row > .col-6:first-child > .inner {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .section-type-text-two-columns > .row > .col-6:last-child, .section-type-text-two-columns > .row > .col-6:last-child > .inner {
    padding-top: 0;
  }
}
.js-form-item.js-form-type-checkbox {
  width: 50%;
}
header .main-menu-toggle:hover i:before, header .main-menu-toggle.is-open i:before {
  content: "\e90e";
}
.backgroundimage.section {
  margin-bottom: 0;
}

/**
 * adjusted search
 */
.path-search h1 {
  margin-top: 25px;
  font-size: 5.0rem;
}
.coupon.default-teaser .description {
  padding-left: 5px;
  padding-right: 5px;
}
.coupon.default-teaser .logocontent {
  padding-left: 0;
  padding-right: 0;
}
.coupon.default-teaser .categories,
.coupon.default-teaser .col-button {
  display: none;
}
.path-search .messages--error,
.searchform label {
  display: none !important;
}
.search-page-content .searchform .form-item.js-form-item {
  width: 100%;
}
.search-page-content .searchform .form-item input[type="search"] {
  width: 100%;
}
.search-page-content .row.top-results,
.search-page-content form.searchform {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
.search-page-content form + h2 + p {
  margin-bottom: 25px;
}
.search-page-content .searchresults li.col {
  padding: 15px;
  border-bottom: 1px solid #a2a2a2;
}
.search-page-content .searchresults li.col a {
  text-decoration: none;
}
.search-page-content .searchresults .highlighted {
  background: #a2a2a2;
  color: #fff;
}

/**
* Distanz Retoure
*/
.lt-distanz-retoure-form #invoice-more #edit-invoice-more > .js-form-item {
  float: left;
  clear: none;
  width: 100%;
  padding: 0;
}

.lt-distanz-retoure-form #invoice-more #edit-invoice-more > .js-form-item label {
  left: 0;
}

.lt-distanz-retoure-form #invoice-more.open {
  margin-bottom: 0;
}

.lt-distanz-retoure-form #invoice-more #edit-invoice-more {
  display: none;
  margin-top: 15px;
}

.lt-distanz-retoure-form > .js-form-item {
  float: left;
  clear: none;
  width: 60%;
}

.lt-distanz-retoure-form > .form-field-more {
  float: left;
  clear: none;
  width: 40%;
  margin: 15px 0;
}


.form-field-more {
  position: relative;
}

#invoice-more {
  clear: none;
  width: 60%;
  padding: 0 15px;
}

.more-icon {
  background: url(../layout/plus_icon.svg) no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  cursor: pointer;
  margin-right: 10px;
}

.open .more-icon {
  background: url(../layout/minus_icon.svg) no-repeat;
}
#invoice-more img {
  width: 24px;
  height: 24px;
}

.form-field-more span {
  background: url(../layout/faq.svg) no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  display: block;
  float: left;
}

.form-field-more span:hover {
  cursor: pointer;
}

.form-field-more img {
  width: 250px;
  z-index: 2;
}

.form-field-more-text {
  display: none;
  float: left;
  position: absolute;
  left: 35px;
}

.form-field-more.active:hover .form-field-more-text {
  display: block;
}

.form-field-more.edge .form-field-more-text {
  bottom: 0;
}

.form-field-more.mobile .form-field-more-text {
  display: block;
}


.close {
  display: none;
}


@media only screen and (max-width: 812px) {

  html.mobile,
  body.mobile {
    overflow: hidden;
  }

  .lt-distanz-retoure-form {
    padding: 15px;
  }
  .lt-distanz-retoure-form #edit-invoice-more > .js-form-item,
  .lt-distanz-retoure-form > .js-form-item {
    width: 90%;
  }

  .lt-distanz-retoure-form > .form-field-more {
    width: 10%;
  }

  .form-field-more.mobile:after {
    height: 100%;
    height: 100vh;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: 0.4;
    transition: opacity 0.5s;
    z-index: 5;
  }

  .form-field-more-text {
    display: none;
    float: none;
    position: fixed;
    left: 5%;
    top: 21vh;
    width: 90vh;
    max-width: 320px;
    z-index: 51;
    background-color: #fff;
    padding: 40px 10px;
    max-height: 75vh;
  }

  .close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }

  .close i.fa {
    margin: 0;
  }

  .form-field-more img {
    width: 100%;
  }


}

#lt-distanz-retoure-form .accordion p {
  margin-top: 16px;
}


/* Smartrecruiters */

.section-type-smartrecruiters {
  padding-bottom: 30px;
}

html .section-type-smartrecruiters .srJobList .srJobListTitles *,
html .section-type-smartrecruiters .srJobList .srJobListDepartments *,
html .section-type-smartrecruiters .srJobList .srJobListTitle * {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
}

html .section-type-smartrecruiters th {
  overflow: hidden;
  text-overflow: ellipsis;
}

html .section-type-smartrecruiters .srJobList td {
  font-size: 15px;
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
}

html .section-type-smartrecruiters .srJobList td.srJobListJobTitle {
  text-transform: uppercase;
}

.section-type-smartrecruiters .srJobListTitles .srJobListJobTitle,
.section-type-smartrecruiters .srJobListTitles .srJobListJobTitle *,
.section-type-smartrecruiters .srJobListTitles .srJobListLocation,
.section-type-smartrecruiters .srJobListTitles .srJobListLocation * {
  font-family: "Didot", "GFS Didot", "Lato", Arial, Helvetica, sans-serif !important;
  font-family: 'Didot', 'GFS Didot', serif !important;
  text-transform: uppercase;
  font-weight: bold;
}


.section-type-smartrecruiters td {
  font-family: "Didot", "GFS Didot", "Lato", Arial, Helvetica, sans-serif !important;
  font-family: 'Didot', 'GFS Didot', serif !important;
}

.section-type-smartrecruiters .smartWidget {overflow: auto;}
.srJobList {min-width: 600px; table-layout: auto;}

.section.narrow form.srSearchForm {
  margin: 0;
}

.showcase-items {
  margin: 15px -15px 0 !important;
}

.showcase-items a {
  display: block;
/ width: 25 %;
  float: left;
  text-decoration: none;
}

.showcase-wrapper {
/ margin-bottom: 15 px;
}

.showcase-wrapper.folded .showcase-items {
  /*display: none;*/
}

.lt-distanz-retoure-form .media figure {
  width: 100%;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.lt-distanz-retoure-form .small {
  font-size: 1.2rem;
}

.showcase-wrapper.folded .media.mediatype-image.parent-type-showcase {
  margin-bottom: -50px;
}

.showcase-wrapper .col > a {
  cursor: pointer;
}

.showcase-wrapper.folded .hint {
  background: rgba(0, 0, 0, 0.2);
  height: 50px;
  width: 100px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

.showcase-wrapper.folded .hint .fa-angle-down {
  color: white;
  line-height: 45px;
  font-size: 50px;
  text-align: center;
  width: 100%;
}

.section-type-text-with-showcase > .row,
.section-type-showcase > .row,
.section-type-showcase-two-columns > .row,
.section-type-media > .views-element-container {
  padding-bottom: 30px;
}

.section-type-text-with-showcase > .row .section-type-showcase > .row,
.section-type-showcase-two-columns > .row .section-type-showcase > .row {
  padding-bottom: 0px;
}


.showcase-wrapper.folded .block-grid.showcase-items {
  max-height: 0;
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.showcase-wrapper.folded .block-grid.showcase-items.show {
  max-height: 1000px !important;
  opacity: 1;
}

/* Teasertiles */

.teasertiles {
  padding: 0 15px;
  padding-bottom: 30px;
}


.wide .teasertiles {
  padding: 0
}

.teasertiles a {display: block; position: relative;}
.teasertiles > * > .col-6 > * > * { padding: 1px !important;}
.teasertiles img {width: 100%;}
.teasertiles .mediastyle-embedded {margin-bottom: 0px;}
.teasertiles .col-12:last-child img {height: 100%;}
.teasertiles > .row,
.teasertiles > .row > .col-6:first-child,
.teasertiles > .row > .col-6:first-child > *,
.teasertiles .col-12:last-child,
.teasertiles .col-12:last-child a,
.teasertiles .col-12:last-child a * {display: flex; flex-wrap: wrap; align-items: stretch; align-content: stretch;}
.teasertiles > .row > .col-6:first-child * {width: 100%;}

main .teasertiles .inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1em
}

.teasertiles .inner h2 {
  font-size: inherit;
  color: #fff;
  border: 0;
  padding: 0;
  margin: 0;
}

@media (max-width: 1100px) and (min-width: 751px) {
  main .teasertiles .inner {
    padding: 1rem
  }

  .teasertiles .inner h2 {
    line-height: 2.4rem;
  }
}

@media (max-width: 550px) {
  main .teasertiles .inner {
    padding: 1rem
  }

  .teasertiles .inner h2 {
    line-height: 2.4rem;
  }
}


.showcase-wrapper figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px;
  z-index: 5;
  width: 100%;
  opacity: 1;
  font-size: 0.9em;
  font-style: inherit;
}

.primary .teasertiles .inner h2 {
  color: #000;
}

main .primary .teasertiles .inner {
  background-color: rgba(255, 255, 255, 0.8);
}

.section-type-kursplan-item {
  display: none;
  position: absolute;
  z-index: 999;
  background-color: transparent !important;
  width: 100%;
  height: 3000px;
}

.section-type-kursplan-item .kursplan-wrapper {
  width: 1100px;
  margin: 0;
  position: fixed;
  background-color: white;
}

.section-type-kursplan-item .row .kursplan {
  padding: 40px;
  width: 100%;
  height: 100%;
}

.section-type-kursplan-item .exit-btn {
  width: 100%;
  text-align: right;
  display: inline-block;
}

.section-type-kursplan-item .exit-btn a {
  text-decoration: none;
  font-size: 2em;
  padding: 5px 10px 0 0;
}

.section-type-kursplan-item .kursplan-wrapper .kursplan h6 {
  font-size: 2.5rem;
  font-weight: bold;
  position: absolute;
  top: -60px;
  left: -20px;
}

@media screen and (max-width: 1100px) {
  .section-type-kursplan-item .kursplan-wrapper {
    width: 100%;
  }
}
span.special {
  font-family: "Advent BD3", serif;
  font-size: 12rem;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  line-height: 12rem;
  text-shadow: 0px 0px 2px black;
}

@supports (-webkit-overflow-scrolling: touch) {
  span.special {
    text-shadow: none;
    -webkit-filter: drop-shadow(0px 0px 2px black);
  }
}

@media screen and (max-width: 1200px) and (min-width: 901px) {
  span.special {
    font-size: 10rem;
    line-height: 10rem;
  }
}

@media screen and (max-width: 900px) and (min-width: 651px) {
  span.special {
    font-size: 10rem;
    line-height: 10rem;
  }
}

@media screen and (max-width: 650px) and (min-width: 401px) {
  span.special {
    font-size: 7rem;
    line-height: 7rem;
  }
}

@media screen and (max-width: 400px) and (min-width: 331px) {
  span.special {
    font-size: 6rem;
    line-height: 6rem;
  }
}

@media screen and (max-width: 330px) {
  span.special {
    font-size: 5rem;
    line-height: 5rem;
  }
}


.section.section-type-shopware-teaser {
  margin: 30px 0;
}

.narrow .sw-article {
  max-width: 1200px;
  display: block;
  width: 100%;
  overflow: hidden;
}

.wide .sw-article {
  max-width: 1920px;
  margin: 0 auto;
  width: 100vw;
  display: block;
  overflow: hidden;
}

.narrow .slick-arrow i:before {
  height: 28px;
}


.sw-article i.fa {
  color: #000;
  width: 35px;
  margin-right: 0;
}

.sw-article .slick-arrow,
.sw-article .slick-arrow:hover {
  background: transparent;
}

.sw-article .slick-disabled i {
  opacity: 0;
}

.sw-article .slick-arrow i {
  transition: 0.75s;
}

.sw-article .slick-arrow.slick-next {
  padding: 0;
}

.sw-article .sw-image {
  width: 100%;
  min-width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sw-article .sw-category {
  color: #ccc;
  text-transform: uppercase;
}

.sw-article .shopware-media-none {
  display: none;
}

.sw-article.second .sw-hero {
  width: 50%;
  float: left;
}

.sw-article.second .sw-hero .col {
  display: none;
}

.sw-article.second .sw-hero .col:first-child {
  display: block;
}

.sw-article.second .sw-slides {
  width: 50%;
  float: left;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 750px) {
  .sw-article.second .sw-hero {
    width: 100%;
    float: none;
  }

  .sw-article.second .sw-slides {
    width: 100%;
    float: none;
    overflow: hidden;
    display: block;
    padding: 0 30px;
  }
}


.sw-article.second .sw-slides .section-type-sw-article {
  padding-bottom: 1em;
}

@media screen and (max-width: 750px) {
  .container.sw-article.second .slider .slick-slide {
    padding: 0 1em;
    border-bottom: none;
  }
}

.sw-article.second .sw-hero .sw-image {
  width: 100%;
  min-width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


.sw-article.second .slicknext i.fa {
  top: 0;
}

.container.sw-article.second .slick-slider.sw-slides {
  padding: 0 30px;
}

.sw-article.second .sw-slides .slick-slide {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}

.sw-article.second .sw-slides .sw-image {
  width: 20%;
  min-width: 20%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-right: 1em;
}

@media screen and (max-width: 1000px) {
  .container.sw-article.second .sw-slides .sw-image {
    width: 25%;
    min-width: 25%;
  }
}

@media screen and (max-width: 750px) {
  .container.sw-article.second .sw-slides .sw-image {
    width: 30%;
    min-width: 30%;
  }
}
@media screen and (max-width: 500px) {
  .container.sw-article.second .sw-slides .sw-image {
    width: 40%;
    min-width: 40%;
  }
}


.sw-article.second .slick-prev {
  left: 0;
  top: 0;
  width: 100%;
  height: 28px;
  padding: 0;
  margin: 0;
}

.sw-article.second i.fa {
  top: 0;
  color: #000;
}

.sw-article.second .slick-next {
  top: inherit;
  right: inherit;
  bottom: -1px;
  left: 0;
  height: 28px;
  width: 100%;
  margin: 0;
  background-color: #fff;
}

@media screen and (max-width: 750px) {


  .container.sw-article.second .slick-prev {
    left: 0;
    top: 0;
    width: 28px;
    height: 100%;
    padding: 0 15px;
    margin: 0;
    bottom: inherit;
    background: none;
  }

  .container.sw-article.second .slick-next {
    right: 25px;
    top: 0;
    width: 28px;
    height: 100%;
    padding: 0 15px;
    margin: 0;
    bottom: inherit;
    background: none;
    background-color: #fff;
  }
}

.sw-article.second .slicknext i.fa {
  top: 0;
}


.sw-article.third .teaser-media {
  height: 30em;
  width: 45%;
  float: left;
}

.sw-article.third .shop-media {
  width: 55%;
  float: left;
}


.sw-article.third .teaser-media .col {
  padding: 0;
}

.sw-article.third .shop-media .col {
  padding: 0 0 0 15px;
}

.sw-article.third .teaser-media img {
  height: auto;
  width: 100%;
  max-width: none;
}


@media screen and (max-width: 750px) {
  .sw-article.third .teaser-media {
    width: 100%;
    float: none;
  }
  .sw-article.third .teaser-media .col {
    padding: 0 15px;
  }

  .sw-article.third .teaser-media img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }

  .sw-article.third .shop-media {
    width: 100%;
    float: none;
    overflow: hidden;
    display: block;
    max-height: 28em;
  }

  .container.sw-article.third .slider .shopware-article {
    padding: 0 30px;
  }
}


@media screen and (max-width: 750px) {
  .container.sw-article.third .slider .slick-slide {
    padding: 0 1em;
    border-bottom: none;
    margin-top: 1.5em;
  }
}


@media screen and (max-width: 750px) {

  .container.sw-article.third .shop-media .sw-image {
    width: 30%;
    min-width: 30%;
    float: left;
    margin-right: 1em;
  }


}
@media screen and (max-width: 500px) {
  .container.sw-article.third .shop-media .sw-image {
    width: 40%;
    min-width: 40%;
  }
}

@media screen and (max-width: 900px) {


  .container.sw-article.third .slider .shopware-article .slick-prev {
    left: 0;
    top: 0;
    width: 28px;
    height: 100%;
    padding: 0 15px;
    margin: 0;
    bottom: inherit;
  }

  .container.sw-article.third .slider .shopware-article .slick-next {
    right: 25px;
    top: 0;
    width: 28px;
    height: 100%;
    padding: 0 15px;
    margin: 0;
    bottom: inherit;
  }
}


.container.sw-article.shop .slider {
  position: relative;
}


.container.sw-article.shop .slider .look {
  width: 67%;
}

@media screen and (max-width: 900px) {
  .container.sw-article.shop .slider .look {
    width: 100%;
  }
}

.container.sw-article.shop .slider .look .slick-slide figure {
  overflow: hidden;
}

.container.sw-article.shop .slider .look .slick-slide img:hover {
  transform: scale(1.1);
  transition-property: transform;
  transition-duration: 1s;
}

.container.sw-article.shop .slider .look .slick-slide {
  padding: 0 2px;
  overflow: hidden;
}

.container.sw-article.shop .slider .shop-the-look {
  position: absolute;
  width: 33%;
  top: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  padding: 0 30px;
}
.container.sw-article.shop .slider .shop-the-look .slick-vertical {
  height: 100%; padding-top: 15px; padding-bottom: 15px;
}
.container.sw-article.shop .slider .shop-the-look .slick-list {
  height: 100% !important;
}
.container.sw-article.shop .slider .shop-the-look a > .col {
  display: flex;
}
.container.sw-article.shop .slider .shop-the-look .slick-disabled {
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .container.sw-article.shop .slider .shop-the-look {
    position: inherit;
    width: 100%;
    padding: 0;
  }
}

.container.sw-article.shop .slider .shop-the-look > .content {
  padding: 0 15px;
}


@media screen and (max-width: 1679px) {
  .container.sw-article.shop .slider .shopware-article {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1100px) {
  .container.sw-article.shop .slider .shopware-article {
    padding: 0 15px;
  }
}

@media screen and (max-width: 750px) {
  .container.sw-article.shop .slider .shopware-article {
    padding: 15px 30px;
  }
}


.container.sw-article.shop .slider .shopware-article .slick-slide {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 900px) {
  .container.sw-article.shop .slider .shopware-article .slick-slide {
    padding: 0 1em;
    border-bottom: none;
  }
}


.container.sw-article.shop .slider .shopware-article .sw-image {
  width: 22%;
  min-width: 22%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-right: 1em;
}

@media screen and (max-width: 1679px) {
  .container.sw-article.shop .slider .shopware-article .sw-image {
    width: 25%;
    min-width: 25%;
  }
}

@media screen and (max-width: 1400px) {
  .container.sw-article.shop .slider .shopware-article .sw-image {
    width: 20%;
    min-width: 20%;
  }

  .narrow .container.sw-article.shop .slider .shopware-article .sw-image {
    width: 25%;
    min-width: 25%;
  }
}


@media screen and (max-width: 1100px) {
  .container.sw-article.shop .slider .shopware-article .sw-image {
    width: 30%;
    min-width: 30%;
  }
  .narrow .container.sw-article.shop .slider .shopware-article .sw-image {
    width: 30%;
    min-width: 30%;
  }
}
@media screen and (max-width: 500px) {
  .container.sw-article.shop .slider .shopware-article .sw-image {
    width: 40%;
    min-width: 40%;
  }
}

.container.sw-article .slider .sw-price.pseudo {
  padding-top: 10px;
  text-decoration: line-through;
}

.container.sw-article .slider .sw-club-price {
  color: red;
}

.container.sw-article .slider .club {
  background: #f2db00;
  padding: 0.1em;
  font-size: inherit;
  color: inherit;
  border-radius: 0.25em;
  float: left;
  font-size: 14px;
}

.container.sw-article.shop .slider .shopware-article .sw-price.pseudo {
  text-decoration: line-through;
  float: left;
  padding-right: 20px;
}

.container.sw-article.shop .slider .shopware-article .sw-club-price {
  padding-top: 10px;
  color: red;
}

.container.sw-article.shop .slider .shopware-article .slick-prev {
  left: 0;
  top: 0;
  width: 100%;
  height: 28px;
  padding: 0;
  margin: 0;
}


.container.sw-article.shop .slider .shopware-article i.fa {
  top: 0;
  color: #000;
}

.container.sw-article.shop .slider .shopware-article .slick-next {
  right: inherit;
  bottom: 0;
  left: 0;
  height: 28px;
  width: 100%;
  margin: 0;
  background-color: #fff;
}

.container.sw-article.shop .slider .shopware-article .slicknext i.fa {
  top: 0;
}
@media screen and (max-width: 900px) {


  .container.sw-article.shop .slider .shopware-article .slick-prev {
    left: 0;
    top: 0;
    width: 28px;
    height: 100%;
    padding: 0 15px;
    margin: 0;
    bottom: inherit;
  }

  .container.sw-article.shop .slider .shopware-article .slick-next {
    right: 25px;
    top: 0;
    left: inherit;
    width: 28px;
    height: 100%;
    padding: 0 15px;
    margin: 0;
    bottom: inherit;
    background-color: transparent;
  }
}

.container.sw-article .slick-slider {
  background-color: transparent;
  padding: 15px 0;
}

.container.sw-article a {
  text-decoration: none;
}

.video.section.section-type-media.layout-embedded .views-element-container {
  padding-bottom: 0;
}


.video-banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #000;
}

.video-banner .video-banner-video {
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
  margin: 0;
}

.video-banner .video-banner-image,
.mediatype-video img {
  display: none;
}

@media screen and (max-width: 1259px) {

  .mediatype-video img {
    display: block;
  }

  .video-banner .video-banner-image {
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
    width: 100%;
    height: 575px;
    margin: 0;
    display: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }


}

.video-banner .video-banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
}

.video-banner .video-banner-headline {
  color: #fff;
  font-family: 'Didot', 'GFS Didot', "Times New Roman", serif;
  font-weight: 700;
  font-size: 46px;
  font-size: 4.6rem;
}

.video-banner .video-banner-text p {
  color: #fff;
  font-family: 'Didot', 'GFS Didot', "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.9rem;
  font-weight: 700;
  max-width: 600px;
  max-width: 37.5rem;
  margin: 40px 0px 40px 0px;
  margin: 2.5rem auto 2.5rem auto;
}

.video-banner .video-banner-link a {
  color: #000;
  background: #fff;
  padding: 15px 20px 15px 20px;
  padding: .9375rem 4.25rem .9375rem 1.25rem;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  transition: all .2s ease-in-out;
  position: relative;
  text-decoration: none;
}

.video-banner .video-banner-link a:after {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  padding: 6px 20px 0 0;
  width: 10px;
}
.video-banner .video-banner-link a:hover {
  background: #000;
  color: #fff;
}


.mediastyle-embedded.mediatype-video {
  margin-bottom: 0px;
}


.wide.video > * {
  max-width: 100%;
}

/* User Paragraph */

.user-pass.form,
.user-login-form,
.user-form.form,
.user-register-form {
  background-color: #676765;
  padding: 15px;
}

.user-form.form .js-form-item,
.user-register-form .js-form-item {
  width: 25%;
}

.user-form.form .field--type-boolean .js-form-item,
.user-register-form .field--type-boolean .js-form-item {
  width: 100%;
}

.user-form.form #edit-actions,
.user-form.form #edit-pass,
.user-form.form #edit-pass .js-form-item,
.user-register-form #edit-actions,
.user-register-form #edit-pass,
.user-register-form #edit-pass .js-form-item {
  width: 50%;
}

.user-pass.form .js-form-item,
.user-form.form .js-form-item,
.user-login-form .js-form-item {
  margin-top: 15px;
}

@media screen and (max-width: 1000px) {
  .user-form.form .js-form-item,
  .user-register-form .js-form-item {
    width: 50%;
  }

  .user-form.form .field--type-boolean .js-form-item,
  .user-register-form .field--type-boolean .js-form-item {
    width: 100%;
  }

  .user-form.form #edit-pass,
  .user-register-form #edit-pass {
    width: 50%;
  }
  .user-form.form #edit-pass .js-form-item,
  .user-register-form #edit-pass .js-form-item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .user-form.form .js-form-item,
  .user-form.form .field--type-boolean .js-form-item,
  .user-form.form #edit-pass,
  .user-form.form #edit-pass .js-form-item,
  .user-register-form .js-form-item,
  .user-register-form .field--type-boolean .js-form-item,
  .user-register-form #edit-pass,
  .user-register-form #edit-pass .js-form-item {
    width: 100%;
  }
}

.user-form.form #edit-pass .js-form-item,
.user-register-form #edit-pass .js-form-item {
  margin-bottom: 0;
}

#edit-actions,
.user-form.form .js-form-type-submit,
.user-register-form .js-form-type-submit {
  width: auto;
}

@media screen and (max-width: 767px) {
  html .user-form.form #edit-actions,
  .user-form.form .js-form-type-submit,
  .user-register-form .js-form-type-submit {
    width: 100%;
  }
}

.user-pass.form p,
.user-login-form .description,
.user-form.form h3,
.user-form.form .password-strength,
.user-form.form div.password-confirm,
.user-register-form h3,
.user-register-form .password-strength,
.user-register-form div.password-confirm {
  color: #fff;
}

.user-form.form h3,
.user-register-form h3 {
  text-transform: none;
  padding: 15px 0;
  font-weight: normal;
}

.user-form.form .form-item-birthday-0-value-date label,
.user-register-form .form-item-birthday-0-value-date label {
  clip: unset;
}

.user-form.form .description,
.user-register-form .description {
  display: none !important;
}

.user-form.form #edit-pass,
.user-register-form #edit-pass {
  padding: 0;
  margin: 0;
}

.user-form.form .button.button--primary,
.user-register-form .button.button--primary {
  color: #fff;
}

body .user-form.form input[type="checkbox"]:checked:after,
body .user-form.form .js-form-type-checkbox label,
body .user-register-form input[type="checkbox"]:checked:after,
body .user-register-form .js-form-type-checkbox label {
  color: #fff;
}

body .user-form.form input[type="checkbox"],
body .user-register-form input[type="checkbox"] {
  border: 1px solid #fff;
}

.user-detail .js-form-item {
  float: none;
}

.user-login-form,
.user-pass {
  display: flex;
  flex-direction: column;
}

.user-login-form > *,
.user-pass > * {
  max-width: 550px;
  margin: 0 auto;
}

.user-login-form h4,
.user-pass h4,
#loginpage-userregister-form h4,
#loginpage-userregister-noform h4,
#loginpage-userlogin-form h4,
#loginpage-userlogin-noform h4 {
  color: white;
  padding: 1em 0 2em 0;
  text-transform: inherit;
  text-align: center;
}

#loginpage-userlogin-form h4 {
  padding: 1em 0 3em 0;
}

a.button.show-login {
  margin-bottom: 2em;
}

.user-login-form .description,
.user-pass .description,
.user-pass p {
  display: none;
}

.user-login-form .form-actions,
.user-pass .form-actions {
  display: flex;
  flex-direction: column;
}

.user-login-form .form-actions .additionals a {
  padding: 0 1em;
  color: white;
}

.user-logged-in .user-form > div:first-of-type > div:first-of-type,
.user-logged-in .user-form > div.col.col-6,
.user-logged-in .user-form fieldset#edit-status--wrapper,
.user-logged-in .user-form fieldset#edit-roles--wrapper {
  display: none;
}

.user-form.hide-current-pass .form-item-current-pass {
/ display: none;
}

#loginpage-userregister-noform,
#loginpage-userregister-form {
/ background: #0f0f0f;
/ color: #fff;
}

#loginpage-userlogin-noform,
#loginpage-userlogin-form {
  background: #676765;
}

.col-loginform > div,
.col-registerform > div {
  height: inherit;
}

.col-loginform form,
.col-registerform form {
  margin: 0 !important;
}
main .narrow .col.col-loginform,
main .narrow [class^="col-"].col-loginform,
main .narrow [class*=" col-"].col-loginform,
main .narrow .col.col-registerform,
main .narrow [class^="col-"].col-registerform,
main .narrow [class*=" col-"].col-registerform {
  padding: 0;
}

.col-loginform .user-login-form,
.col-registerform .user-register-form {
  background: transparent;
}

#loginpage-userlogin-noform input,
#loginpage-userregister-noform input {
  display: block;
  margin: 0 auto;
  margin-top: 2em;
}

#loginpage-userlogin-form .js-form-type-submit,
#loginpage-userregister-form .js-form-type-submit {
  width: 60%;
  margin-top: 2em;
}

#loginpage-userlogin-noform,
#loginpage-userlogin-form,
#loginpage-userregister-noform,
#loginpage-userregister-form {
/ min-height: 400 px;
  width: 100%;
  padding: 1em;
}

.col-loginform form .js-form-item,
.col-registerform form .js-form-item {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.col-registerform form .js-form-item {
  float: unset;
  clear: both;
}

span.mobile-arrow {
  display: none;
}

/*
Login/Register-Buttons:

Login: schwarzer Hintergrund, weiße Schrift > weißer Hintergrund, schwarze Schrift
Register: weißer Hintergrund, schwarze Schrift > grauer Hintergrund weiße Schrift
 */

.login-register-row .col-loginform .form-item-submit:hover:before,
.login-register-row .col-loginform .form-item-submit:hover:after,
.login-register-row .col-loginform .button:hover {
  background: #fff;
  color: #000;
}
.login-register-row .col-loginform .form-item-submit input:hover {
  background: transparent;
  color: black;
}
.login-register-row .col-loginform .form-item-submit input {
  width: 100%;
}

.login-register-row .col-loginform .section.primary .button {
  background: #fff;
  color: #000;
}
.login-register-row .col-loginform .section.primary .button:hover {
  background: #676765;
  color: #fff;
}

.login-register-row .col-registerform .button {
  background: #fff;
  color: #000;
}
.login-register-row .col-registerform .button:hover {
  background: #676765;
  color: #fff;
}

/**
List Icons for pre-form-text
 */

.login-register-row ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
  padding-left: 80px;
  position: relative;
  max-width: 270px;
}
.login-register-row ul li::before {
  content: "";
  display: inline-block;
  width: 4em;
  background-repeat: no-repeat;
  background-size: 2em;
  background-position: 0% center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.login-register-row ul li:nth-child(1)::before {
  background-image: url('/themes/client/layout/gadgets_icon.svg');
}
.login-register-row ul li:nth-child(2)::before {
  background-image: url('/themes/client/layout/clubcard_icon.svg');
}
.login-register-row ul li:nth-child(3)::before {
  background-image: url('/themes/client/layout/retour_icon.svg');
}

.login-register-row ul li span {
  position: relative;
}

.login-register-row .accordeon-head {
  display: none;
}

.login-register-row {
  display: flex;
}

.login-register-row > * {
  display: flex;
}

.login-register-row .inner-container {
  display: flex;
  max-width: 400px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.login-register-row .inner-container > * {
  flex-grow: 1;
}

.login-register-row .inner-container > .replace-text {
  padding-bottom: 2em;
}

.login-register-row p {
  text-align: center;
}
.lost-password {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.login-row {display: none;}
#loginpage-userlogin-form a:not(.button):hover {color: #fff; text-decoration: underline;}

/* @1
.login-register-row.mobile {
  display: none;
}

.login-register-row.desktop {
  display: block;
}
*/


/*
Responsive Styling Login-Formular
TA 25.04.2019
 */
@media screen and (max-width: 900px) {
  /* @1
  .login-register-row.mobile {
    display: block;
  }
  .login-register-row.desktop {
    display: none;
  }
   */
  .login-register-row {
    display: block;
  }

  .login-register-row > * {
    display: block;
  }

  #loginpage-userlogin-noform,
  #loginpage-userlogin-form,
  #loginpage-userregister-noform,
  #loginpage-userregister-form {
    padding: 0;
  }

  main .narrow .col.col-loginform,
  main .narrow [class^="col-"].col-loginform,
  main .narrow [class*=" col-"].col-loginform,
  main .narrow .col.col-registerform,
  main .narrow [class^="col-"].col-registerform,
  main .narrow [class*=" col-"].col-registerform {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 0;
  }

  div.replace-text {
    display: none;
  }

  .login-register-row input {
    margin: 0 auto;
  }

  .login-register-row .col-loginform #loginpage-userlogin-noform,
  .login-register-row .col-registerform #loginpage-userregister-noform {
    display: none;
  }

  .login-register-row .col-registerform #loginpage-userregister-noform .button,
  .login-register-row .col-loginform #loginpage-userlogin-noform .button {
    font-family: 'Didot', 'GFS Didot', serif;
    text-transform: inherit;
    font-size: 1.3em;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }

  .login-register-row .col-registerform #loginpage-userregister-noform .button {
    background: #000;
    color: #fff;
  }

  .login-register-row .col-loginform #loginpage-userlogin-noform .button {
    background: #676765;
    color: #fff;
    border-color: #676765;
  }

  span.mobile-arrow {
    display: inline-block;
    position: absolute;
    top: 1.3em;
    right: 3em;
    color: white;
  }

  .login-register-row .accordeon-head {
    line-height: 2em;
    padding: 1em;
    font-family: 'Didot', 'GFS Didot', serif;
    font-size: 1.2em;
    text-align: center;
    display: block;
  }

  .login-register-row .accordeon-head .icon {
    position: absolute;
    top: 1.4em;
    right: 2em;
  }

  .col-loginform .accordeon-head {
    background: #676765;
    color: #fff;
  }

  .col-registerform .accordeon-head {
    background: #000;
    color: #fff;
  }

  .col-loginform .accordeon-head .icon,
  .col-registerform .accordeon-head .icon {
    display: inline-block;
    transition: 300ms all ease-in-out;
  }

  .col-loginform #loginpage-userlogin-form .inner-container h4 {
    display: none;
  }
}

@media screen and (max-width: 460px) {

  .login-register-row input {
    margin: 0 auto;
    width: 100%;
  }
}

.path-user h1 {
  display: none;
}

.mediatype-video video {
  padding: 30px 0;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .mediatype-video video {
    padding: 0;
  }
}

.login-row {
  display: none;
}

.redirect-links-hub a {
  margin: 0 14px;
  min-width: 290px;
}

@media all and (max-width: 960px ) {
  .redirect-links-hub a {
    margin: 10px 14px;
  }
}

@media all and (max-width: 600px ) {
  .redirect-links-hub a {
    min-width: calc(100% - 28px);
  }
}


#edit-account {
  clear: both;
}


@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .retoure-label-link {
    display: none;
  }
}

html .layout-container .headerwrap {
  border-top: unset !important;
}

html .layout-container > header + main {
  margin-top: 119px;
}

/**********************************************************************************************************************/
/* COOKIE NOTICE ******************************************************************************************************/
/**********************************************************************************************************************/

.cookie-wrapper {
  position: fixed;
  overflow-y: scroll;
  background-color: #00000099;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  z-index: 999999;
}

.cookie-wrapper .cookie-main .cookie-link {
  text-decoration: unset;
}

.cookie-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
  z-index: 0;
}

.cookie-main {
  width: 100%;
  max-width: 900px;
  position: relative;
  background: white;
  clear: both;
  float: left;
  padding: 5rem;
  margin: 0 auto;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 3rem);
}

.information-text {
  margin-bottom: 20px;
}

.row-item {
  min-width: 150px;
  min-height: 30px;
  margin: 10px 0;
  width: 25%;
}

.row.link-row {
  padding: 20px 0;
}

.checkbox-item label {
  width: unset;
  border: unset;
  margin: 15px 8rem 15px 0;
}

.checkbox-item:first-of-type {
  color: #ababab;
}

.checkbox-item:first-of-type input[type="checkbox"] {
  color: #ababab;
  background-color: #ababab;
}

.checkbox-item:first-of-type input[type="checkbox"]::after {
  color: #fff;
}

.checkbox-item:first-of-type input[type="checkbox"]:checked {
  border: unset;
}

.checkbox-item input[type="checkbox"] {
  position: relative;
  display: inline-flex;
  margin-right: 1.5rem;
  top: 2px;
  color: #000;
}

#cm-notification p {
  margin: 2rem 0;
  padding: 1rem;
  border: 1px solid #ccc;
}

i.fas.fa-angle-down,
i.fas.fa-angle-up {
  font: normal normal normal 14px/1 FontAwesome;
}

.toggle {
  max-height: 1800px !important;
  transition: max-height 0.5s;
}

.details_btn_close,
.details_btn_open {
  color: #999;
}

span#show,
span#hide {
  border-bottom: 1px #999 dashed;
}

span#show:hover,
span#hide:hover {
  border-color: #676865;
}

#hide {
  display: none;
}

#toggle-details-text {
  display: none;
  overflow: hidden;
  transition: max-height 0.5s;
  margin: 20px 0;
}

.impressum-link {
  text-transform: uppercase;
}

.accept-current {
  float: right;
  margin: 15px 0;
}

.accept-current:after {
  content: "\f105";
  position: relative;
  right: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  padding: 0 0 0 12px;
  width: 10px;
}

a.button.button--primary.no-icon {
  min-width: unset;
  padding: 1.9rem 3.8rem 2rem;
}

.button.button--primary.no-icon,
.button.button--primary.no-icon:hover,
.button.button--primary.no-icon::after {
  background: inherit;
  color: inherit;
}

.button.button--primary.no-icon::after {
  content: unset;
}

.button.button--primary.invert,
.button.button--primary.invert:hover {
  background: #000;
  color: #fff;
  border-color: #000;
  min-width: 290px;
  padding: 1.9rem 3.8rem 2rem;
}

.cookie-main .mobile {
  display: none;
}

/**********************************************************************************************************************/
/* COOKIE NOTICE  *****************************************************************************************************/
/* GLOBAL STYLING *****************************************************************************************************/
/**********************************************************************************************************************/

.align-right {
  text-align: right;
  float: right;
  clear: both;
}

.align-left {
  text-align: left;
  float: left;
  clear: both;
}

/**********************************************************************************************************************/
/* COOKIE NOTICE ******************************************************************************************************/
/* MEDIA QUERIES ******************************************************************************************************/
/**********************************************************************************************************************/

@media (max-width: 767px) {
  .cookie-wrapper {
    position: fixed;
  }

  .cookie-main {
    position: absolute;
    width: auto;
    background: #fff;
    clear: both;
    padding: 2rem;
    margin: 2rem;
    top: unset;
    left: unset;
    transform: unset;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 10;
  }

  .cookie-bg-overlay {
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 0;
  }

  .cookie-wrapper .cookie-main .btn-grp {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    text-align: center;
    bottom: 0;
  }

  .checkbox-item label {
    width: 100%;
    margin: 0;
  }

  .accept-all {
    margin: 15px 0;
  }

  .btn-grp .button--primary {
    text-align: center;
  }

  .details-text {
    padding-bottom: 130px;
  }

  .row.link-row {
    padding: 0;
  }

  .cookie-main .desktop {
    display: none;
  }

  .cookie-main .mobile {
    display: unset;
  }

  .details_btn {
    position: relative;
    top: -23px;
  }

  a.cookie-link.accept-current.mobile {
    margin: 0;
  }

  a.cookie-link.accept-current.mobile:after {
    content: unset;
  }

  #toggle-details-text {
    margin: 0;
  }

}


/* Öffnungszeiten herausgenommen */

.openinghour-clock {
  display: none;
}

/* Fachberater */
.link {
  background-color: #000;
  height: 6rem;
  line-height: 6rem;
  padding: 0 20px;
  font-weight: bold;
}

.link:after {
  content: "\f105";
  position: absolute;
  right: 40px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: 6rem;
  line-height: 60px;
  padding: 0 28px 0 12px;
  width: 15px;
}

main .section:not(.layout-slider) .teaser.termtype-kategorie::after {
  bottom: unset;
  top: unset;
}


main .section:not(.layout-slider) .teaser.termtype-kategorie h2::after {
  position: unset;
}

main .section:not(.layout-slider) .teaser.termtype-kategorie a {
  text-decoration: none;
}

.path-fachberater h1 {
  display: none;
}

.path-fachberater .fachberater-admin {
  color: #fff;
}

.path-fachberater .narrow > * {
  max-width: 1400px;
}

/* Fachberater Formular */

.path-fachberater main {
  background-color: #000;
  padding: 10rem 0;
  /*background: url("../layout/headerbild_stylecoach.jpg") no-repeat; */
  background-size: cover;

}

.path-fachberater footer .section.primary {
  background-color: #e0e0e0;
}

body .webform-submission-fachberater-user-form .js-form-type-submit input[type="submit"].button {
  background-color: #fff;
  color: #000;
}

.section.narrow form.webform-submission-fachberater-user-form {
  margin: 0 15px;
}

.webform-submission-fachberater-user-form .js-form-type-textarea label {
  display: none;
}

.webform-submission-fachberater-user-form .js-form-item:not(.js-form-type-submit) {
  width: auto;
  float: none;
}

.webform-submission-fachberater-user-form .js-form-item h3,
.webform-submission-fachberater-user-form .js-form-item h4 {
  text-align: center;
  color: #fff;
}

body .webform-submission-fachberater-user-form .js-form-type-checkbox label,
.webform-submission-fachberater-user-form .js-form-item h6 {
  color: #fff;
}

.webform-submission-fachberater-user-form input[type="checkbox"] {
  border: 1px solid #fff;
}

.webform-submission-fachberater-user-form input[type="checkbox"]:checked:after {
  color: #fff;
}

.webform-submission-fachberater-user-form > div:not(#edit-actions),
.webform-submission-fachberater-user-form fieldset > div {
  float: none;
}



.webform-submission-fachberater-user-form .form-item-category,
.webform-submission-fachberater-user-form .form-item-targetdate {
  display: none;
}


/* Anlass */


/* Farbauswahl */

.path-fachberater .webform-submission-fachberater-user-form #edit-farbe .js-form-type-checkbox {
  float: left;
  width: calc(100% / 6);
}

.path-fachberater #edit-farbe .js-form-type-checkbox input {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
  border: 10px solid transparent;
}

@media screen and (max-width: 1000px) {
  .path-fachberater .webform-submission-fachberater-user-form #edit-farbe .js-form-type-checkbox {
    width: calc(100% / 3);
  }

  .path-fachberater #edit-farbe .js-form-type-checkbox input {
    padding-top: 40%;
  }
}

@media screen and (max-width: 600px) {
  .path-fachberater #edit-farbe .js-form-type-checkbox input {
    padding-top: 45%;
  }
}

.webform-submission-fachberater-user-form .webform-term-checkboxes-scroll .fieldset-wrapper {
  overflow: visible;
  max-height: unset;
}

.path-fachberater #edit-farbe .js-form-type-checkbox label {
  display: none;
}

.path-fachberater #edit-farbe .js-form-type-checkbox input[type="checkbox"]:checked {
  border: 10px solid #a6e22e;
}

.path-fachberater #edit-farbe .js-form-type-checkbox input[type="checkbox"]:checked:after {
  top: 8%;
  font-size: 24px;
  float: right;
  left: 40%;
  color: #a6e22e;
}

.path-fachberater .webform-term-checkboxes-scroll .fieldset-wrapper {
  border: none;
  padding: 0;
}

.webform-submission-fachberater-user-form .js-form-type-submit:after {
  right: 15px;
  z-index: 1;
  color: #000;
  z-index: 9999;
}

.webform-submission-fachberater-user-form #edit-actions {
  width: 100%;
  margin-top: 15px;
}

.week-nav .button,
.webform-submission-fachberater-user-form #edit-actions > div input {
  padding: 1.9rem 5rem 2rem 3rem;
}

.week-nav #post.button {
  background: #fff url("../layout/arrow_black_right.svg") right 10px center no-repeat;
  background-size: 12px;
}

.week-nav #pre.button {
  background: #fff url("../layout/arrow_black_left.svg") 10px center no-repeat;
  background-size: 12px;
}

.week-nav .button {
  line-height: normal;
  height: auto;
}

.week-nav .button:after {
  content: '';
}

.webform-submission-fachberater-user-form #edit-actions > div input#edit-wizard-prev {
  background: #fff url("../layout/arrow_black_left.svg") 10px center no-repeat;
  background-size: 12px;
}

.webform-submission-fachberater-user-form #edit-actions > div input#edit-submit,
.webform-submission-fachberater-user-form #edit-actions > div input#edit-wizard-next {
  background: #fff url("../layout/arrow_black_right.svg") right 10px center no-repeat;
  background-size: 12px;
}

.webform-submission-fachberater-user-form #edit-actions > div input#edit-submit.disabled{
  background-color: #b0b0b0;
}

.webform-submission-fachberater-user-form #edit-actions > div:nth-child(2) {
  float: right;
}
.webform-submission-fachberater-user-form #edit-actions > div:after {
  content: "";
}


@media screen and (max-width: 900px) {
  .webform-submission-fachberater-user-form .js-form-type-submit input[type="submit"] {
    min-width: 200px;
  }
}

@media screen and (max-width: 600px) {
  .webform-submission-fachberater-user-form .js-form-type-submit input[type="submit"] {
    min-width: unset;
  }

  .webform-submission-fachberater-user-form #edit-actions > div input {
    padding: 2rem 2rem 2rem 2rem;
    font-size: 0px;
  }

  .webform-submission-fachberater-user-form #edit-actions > div input#edit-wizard-prev {
    background: #fff url("../layout/arrow_black_left.svg") center center no-repeat;
    background-size: 12px;
  }

  .webform-submission-fachberater-user-form #edit-actions > div input#edit-submit,
  .webform-submission-fachberater-user-form #edit-actions > div input#edit-wizard-next {
    background: #fff url("../layout/arrow_black_right.svg") center center no-repeat;
    background-size: 12px;
  }

  .webform-submission-fachberater-user-form #edit-actions > div:after {
    width: 4rem;
    line-height: 4rem;
  }

  .webform-submission-fachberater-user-form #edit-actions > div:nth-child(2):after {
    right: 0;
    padding: 0;
  }

  .webform-submission-fachberater-user-form #edit-actions .js-form-item {
    width: unset;
  }

}

/* Kontaktdaten */

.path-fachberater #edit-kontaktdaten {
  width: 75%;
}

.path-fachberater #edit-kontaktdaten div.form-item:not(.js-form-type-processed-text) {
  width: 50%;
  float: left;
  padding: 0 10px;
}

.path-fachberater #edit-kontaktdaten .form-item-geschlecht:after {
  content: '';
  width: 12px;
  background: transparent url("../layout/arrow_black_right.svg") right 20px center no-repeat;
  background-size: 12px;
  transform: rotate(90deg);
  z-index: 3;
  right: 10px;
}

.path-fachberater #edit-kontaktdaten .form-item-geschlecht select {
  background-color: #fff;
}


@media screen and (max-width: 650px) {
  .path-fachberater #edit-kontaktdaten div.form-item:not(.js-form-type-processed-text) {
    width: 100%;
    float: none;
  }
}

.path-fachberater #edit-kontaktdaten div.js-form-type-processed-text,
.path-fachberater #edit-kontaktdaten div.form-item-agbs {
  width: 100%;
  clear: both;
  display: block;
}

.calendar-day {
  display: block;
  float: left;
  width: calc(100% / 6);
}

@media screen and (max-width: 1100px) {
  .calendar-day {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 600px) {
  .calendar-day {
    width: 100%;
  }
}

.calendar-day ul {
  margin: 0;
  padding: 0;
}

.calendar-day li {
  height: 62px;
  margin: 5px;
  position: relative;
  padding-left: 10px;
  list-style: none;
  background-color: #fff;
}
.calendar-day li::before {
  content: '';
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}

.calendar-day h4 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
}

.calendar-day li span {
  color: #000;
  display: block;
  line-height: 20px;
}

.calendar-day li.closed {
  background-color: #b0b0b0;
}

.calendar-day li.closed::before {
  background-color: #ff0001;
}

.calendar-day li.entry {
  background-color: #5ec68b;
}

.calendar-day li.entry::before {
  background-color: #5ec68b;
}

.calendar-day li.available.active,
.calendar-day li.available.active::before {
  background-color: #2693f0;
}

.week-nav {
  height: 60px;
  margin-bottom: 30px;
}

.slider-nav {
  display: none;
}

@media screen and (max-width: 600px) {
  .week-nav .nav {
    display: none;
  }

  .slider-nav {
    display: block;
    cursor: pointer;
  }

  .slider-nav div {
    display: block;
    width: 70px;
    height: 40px;
    border: 1px solid #fff;
  }

  .slider-nav .prev {
    background: url("../layout/arrow_white_left.svg") center center no-repeat;
    float: left;
    background-size: 12px;
  }

  .slider-nav .next {
    background: url("../layout/arrow_white_right.svg") center center no-repeat;
    float: right;
    background-size: 12px;
  }
}


.week-nav .button {
  background-color: #fff;
  color: #000;
}

.week-nav #post.button {
  float: right;
}


.legend li {
  height: 40px;
  width: 150px;
  margin: 10px;
  position: relative;
  padding-left: 10px;
  list-style: none;
  background-color: #fff;
  float: left;
}
.legend li::before {
  content: '';
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}

.legend li span {
  color: #000;
  display: block;
  font-size: 12px;
}

.legend li.active,
.legend li.active::before {
  background-color: #2693f0;
}

.legend li.entry,
.legend li.entry::before {
  background-color: #5ec68b;
}

.legend li.booked {
  background-color: #ddd;
}
.legend li.booked::before {
  background-color: #2693f0;
}

.legend li.closed {
  background-color: #b0b0b0;
}

.legend li.closed::before {
  background-color: #ff0001;
}


/* ADMIN */
.fachberater-admin a.button {
  text-transform: none;
}

.fachberater-admin .calendar-day span {
  display: block;
  clear: both;
  font-size: 16px;
}

.fachberater-admin .calendar-day li:not(.closed) span.status {
  display: none;
}

.fachberater-admin .calendar-day li:last-child {
  color: #000;
}

.fachberater-admin .calendar-day li:last-child {
  color: #000;
}

/* ADMIN OVERVIEW */

.fachberater-admin-overview .user-information,
.fachberater-admin-overview .week-calender {
  width: 50%;
  float: left;
}
@media screen and (max-width: 900px) {
  .fachberater-admin-overview .user-information,
  .fachberater-admin-overview .week-calender {
    width: 100%;
    float: none;
  }
}

.fachberater-admin-overview .calendar-day {
  width: calc(100% / 3);
}

@media screen and (max-width: 600px) {
  .fachberater-admin-overview .calendar-day {
    width: 100%;
  }
}

.fachberater-admin-overview .user-information {
  color: #fff;
  padding-top: 88px;
}

@media screen and (max-width: 900px) {
  .fachberater-admin-overview .user-information {
    padding-top: 140px;
  }
}

.fachberater-admin-overview .user-information ul  {
  margin: 0;
}

.fachberater-admin-overview .user-information  ul.list li.slick-slide  {
  list-style: none;
  display: block;
  float: none;
  width: 100%;
  min-height: 30px;
  border-bottom: 1px solid #3C3C3C;
}

.fachberater-admin-overview .user-information ul.list li.slick-slide,
.fachberater-admin-overview .user-information ul > li  {
  position: relative;
  list-style: none;
  margin: 0 0 0 15px;
}
@media screen and (max-width: 900px) {
  .fachberater-admin-overview .user-information ul.list li.slick-slide,
  .fachberater-admin-overview .user-information ul > li {
    margin: 0;
  }
}

.fachberater-admin-overview .user-information ul li ul{
  display: flex;
}

.fachberater-admin-overview .user-information ul li ul li {
  float: left;
  margin: 0;
  list-style: none;
  flex: 1;
  text-align: center;
}

.fachberater-admin-overview .user-information ul.headlines li:first-child {
  text-align: center;
}

.fachberater-admin-overview .user-information ul li ul li:first-child {
  flex: 1.5;
  text-align: left;
}

.fachberater-admin-overview .user-information ul.list li.slick-slide:hover ul li:last-child:after {
  content: '';
  right: 15px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: url(../layout/edit_icon.svg) center center no-repeat;
  position: absolute;
}

.fachberater-admin-overview .user-information  ul li a {
  color: #fff;
  text-decoration: none;
}

.fachberater-admin-overview .user-information ul.list li.slick-slide:not(.headlines):hover {
   background-color: #3C3C3C;
 }

.fachberater-admin-overview .user-information ul.list li.slick-slide:not(.headlines):after {
  content: '';
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
}

.fachberater-admin-overview .user-information ul.list li.slick-slide.entry:after {
  background-color: #5ec68b;
}

.fachberater-admin-overview .user-information ul.list li.slick-slide.changed:after {
  background-color: #E5C07A;
}

.fachberater-admin-overview .user-information ul.list li.slick-slide.cancelled:after {
  background-color: #ff0001;
}



.fachberater-admin-overview .slider-nav {
  display: block;
  cursor: pointer;
}

.fachberater-admin-overview .slider-nav div {
  display: block;
  width: 70px;
  height: 40px;
  border: 1px solid #fff;
}

.fachberater-admin-overview .slider-nav .prev {
  background: url("../layout/arrow_white_left.svg") center center no-repeat;
  float: left;
  background-size: 12px;
}

.fachberater-admin-overview .slider-nav .next {
  background: url("../layout/arrow_white_right.svg") center center no-repeat;
  float: right;
  background-size: 12px;
}

.fachberater-admin-overview div.user-information ul li.headlines{
  text-align: center;
  letter-spacing: 0px;
  color: #B0B0B0;
  text-transform: uppercase;
  height: 40px;
}

.fachberater-admin-overview .week-calender .legend li{
  width: calc(100% / 3);
}

.fachberater-admin-overview .week-calender .legend li.entry{
  background-color: #B0B0B0;
}
.fachberater-admin-overview .week-calender .legend li.entry::before {
  background-color: #5ec68b;
}

.fachberater-admin-overview .week-calender .legend li.changed {
  background-color: #B0B0B0;
}
.fachberater-admin-overview .week-calender .legend li.changed::before {
  background-color: #E5C07A;
}

.fachberater-admin-overview .week-calender .legend li.cancelled {
  background-color: #B0B0B0;
}

.fachberater-admin-overview .week-calender .legend li.cancelled::before {
  background-color: #ff0001;
}

.fachberater-admin-overview .week-calender li.entry{
  background-color: #B0B0B0;
}
.fachberater-admin-overview .week-calender li.entry::before {
  background-color: #5ec68b;
}

.fachberater-admin-overview .week-calender li.changed {
  background-color: #B0B0B0;
}
.fachberater-admin-overview .week-calender li.changed::before {
  background-color: #E5C07A;
}

.fachberater-admin-overview .week-calender li.cancelled {
  background-color: #B0B0B0;
}

.fachberater-admin-overview .week-calender li.cancelled::before {
  background-color: #ff0001;
}

.fachberater-admin-overview .slick-prev {
  left: 40%;
  bottom: 0;
  width: 30px;
  height: 15px;
  transform: rotate(-90deg);
  background: url(../layout/arrow_white_right.svg) center center no-repeat;
  text-indent: -9999px;
}

.fachberater-admin-overview .slick-next {
  right: 40%;
  bottom: 0;
  width: 30px;
  height: 15px;
  transform: rotate(90deg);
  background: url(../layout/arrow_white_right.svg) center center no-repeat;
  text-indent: -9999px;
}

main .fachberater-admin-overview .slick-prev:hover {
  background: url(../layout/arrow_white_right.svg) center center no-repeat;
}

main .fachberater-admin-overview .slick-next:hover {
  background: url(../layout/arrow_white_right.svg) center center no-repeat;
}

.fachberater-admin-overview .slick-prev.slick-disabled {
  background: url(../layout/arrow_grey_right.svg) center center no-repeat;
}

.fachberater-admin-overview .slick-next.slick-disabled {
  background: url(../layout/arrow_grey_right.svg) center center no-repeat;
}


main .fachberater-admin-overview .slick-prev.slick-disabled:hover {
  background: url(../layout/arrow_grey_right.svg) center center no-repeat;
}

main .fachberater-admin-overview .slick-next.slick-disabled:hover {
  background: url(../layout/arrow_grey_right.svg) center center no-repeat;
}


.fachberater-request-detail {
  color: #fff;
}

.fachberater-request-detail .color,
.fachberater-request-detail .comment-extern,
.fachberater-request-detail .interaction,
.fachberater-request-detail .more-information,
.fachberater-request-detail .personal,
.fachberater-request-detail ul {
  margin-bottom: 25px;
}

.fachberater-request-detail .comment-extern {
  margin-top: 75px;
}

.fachberater-request-detail ul li{
  color: #fff;
  margin: 0;
  width: 50%;
  list-style: none;
  position: relative;
  height: 50px;
  padding-left: 10px;
  list-style: none;
}

.fachberater-request-detail .more-information span a {
  color: #fff;
}

.fachberater-request-detail .more-information span,
.fachberater-request-detail .personal span,
.fachberater-request-detail ul li span {
  display: block;
  clear: both;
  font-size: 16px;
}

.fachberater-request-detail .personal span:first-child {
  font-size: 18px;
}

.fachberater-request-detail ul li::before{
  content: '';
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.fachberater-request-detail ul li.entry::before {
  background-color: #5ec68b;
}

.fachberater-request-detail ul li.changed::before {
  background-color: #E5C07A;
}

.fachberater-request-detail ul li.cancelled::before {
  background-color: #ff0001;
}

.section.narrow .fachberater-request-detail form {
  margin: 0;
}

.section.narrow .fachberater-request-detail .comment-intern input {
  float: right;
}

.section.narrow .fachberater-request-detail .color-information {
  margin: 15px 0;
}

.section.narrow .fachberater-request-detail .color-unlike {
  position: relative;
  min-height: 100px;
  margin: 15px 0;
}

.section.narrow .fachberater-request-detail .color {
  width: calc(25% - 15px);
  float: left;
  margin-right: 15px;
  border: 1px solid #fff;
}

.section.narrow .fachberater-request-detail .color:nth-child(4) {
  margin-left: 0;
}

.section.narrow .fachberater-request-detail .js-form-item {
  padding: 0;
}

.section.narrow .fachberater-request-detail .js-form-item.js-form-type-submit {
  float: right;
}

.section.narrow .fachberater-request-detail .change-date {
  background-color: #eee;
  color: #000;
  padding: 30px;
  display: none;
}

.section.narrow .fachberater-request-detail .form .change-date {
  display: block;
}

.section.narrow .fachberater-request-detail .change-date div.submit {
  padding: 19px 50px 20px 20px;
  padding: 1.9rem 5rem 2rem 2rem;
  border: 1px solid #000;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 15px;
  width: auto;
  background-color: #000;
  color: #fff;
  float: right;
}

.section.narrow .fachberater-request-detail .change-date div.submit:after {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: 5.5rem;
  line-height: 55px;
  padding: 0 28px 0 12px;
  width: 10px;
}

.section.narrow .fachberater-request-detail .change-date label{
  float: none;
  width: 50%;
  border: none;
}

.section.narrow .fachberater-request-detail .change-date select,
.section.narrow .fachberater-request-detail .change-date input {
  float: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
}

.section.narrow .fachberater-request-detail .interaction  {
  margin-top: 50px;
}

.section.narrow .fachberater-request-detail .interaction div {
  width: 65%;
  margin-bottom: 15px;
  padding: 15px 0 15px 15px;
  cursor: pointer;
}

.section.narrow .fachberater-request-detail .interaction div.cancelled {
  background-color: #ff0001;
}

.section.narrow .fachberater-request-detail .interaction div.changed {
  background-color: #E5C07A;
}

.section.narrow .fachberater-request-detail .interaction div.entry {
  background-color: #5ec68b;
}

a.availability {
  position: absolute;
  right: 0;
  background: #676765;
  border-color: #676765;
}

.fachberater-request-detail .back {
  margin-bottom: 25px;
}

.back a.availability {
  position: relative;
  right: inherit;
  background: #676765;
  border-color: #676765;
}
.back a.availability:after {
  content: "\f104";
  position: absolute;
  right: inherit;
  left: 0;
  top: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: 5.5rem;
  line-height: 55px;
  padding: 0 28px 0 12px;
  width: 10px;

}

@media screen and (max-width: 900px) {
  a.availability {
    position: relative;
    margin-bottom: 20px;
  }
}

div.g-recaptcha > iframe {
  display: block !important;
  height: 7rem;
  max-height: 20rem;
  min-height: unset;
  border: none;
}

@media screen and (max-width: 540px) {
  div.g-recaptcha > iframe {
    display: none !important;
  }
}

div.g-recaptcha > div iframe {
  border: none;
}

.js-form-item:not(.js-form-type-submit):last-of-type {
  margin-bottom: 0;
}
