@font-face {
    font-family: 'Assistant';
    src: url('../Fonts/Assistant-Light.woff2') format('woff2'),
        url('../Fonts/Assistant-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Assistant';
    src: url('../Fonts/Assistant-Regular.woff2') format('woff2'),
        url('../Fonts/Assistant-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Assistant';
    src: url('../Fonts/Assistant-SemiBold.woff2') format('woff2'),
        url('../Fonts/Assistant-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
  --ww-color-primary: #ed007f;
  --ww-color-white: #fff;
  --ww-color-darkgrey: #2E2E2E;
}

html {
}

body {
  background-color: var(--ww-color-white);
}

html > body {
  font-size: 16px;
  font-size: 1rem;
}

body.loading {
  overflow: hidden;
}

html, body, article, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, figure, address, cite, code, del, dfn, em, img, ins, q, small,
strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, footer, label, input, textarea {
  border: 0 none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p, ul, ol, label, input, select, textarea, dd, dt, td, th, a, caption, span, figcaption, legend, option {
  font-family: "Assistant", sans-serif;
  font-weight: 300;
}

p, dt, dd, li, td, th, label {
  line-height: 1.4em;
}

h1 {
  font-size: 3em;
  color: var(--ww-color-darkgrey);
  /*text-transform: uppercase;*/
}

h2 {
  font-size: 2em;
  color: var(--ww-color-darkgrey);
  line-height: 1.2em;
}

h3 {
  font-size: 1.5em;
  line-height: 1.2em;
  color: var(--ww-color-darkgrey);
}

h4 {
  font-size: 1.25em;
  color: var(--ww-color-darkgrey);
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 1em;
}

/*typo3 styles*/
p.align-right {
  text-align: right;
}

p.align-center, h1.align-center {
  text-align: center;
}

IMG {

}

/* ----------------------------------------------------------------------------------------------------------- svgicon */

.svgicon {
  display: inline-block;
  width: 1.5rem;
  height: auto;
  flex: 0 0 1.5rem;
}

.svgicon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.svgicon svg path[fill] {
  fill: currentColor;
}

/* ----------------------------------------------------------------------------------------------------------- svgicon */

/* ----------------------------------------------------------------------------------------------------------- fonts */

h1, h2, h3, h4, h1 span {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
}

p, a, td, th, input, select, textarea, label, legend, h5 {
  font-family: "Assistant", sans-serif;
  font-weight: 300;
  color: #1a1a1a;
}

p b, p strong {
  font-weight: 600;
}

/* ----------------------------------------------------------------------------------------------------------- fonts */

/* ----------------------------------------------------------------------------------------------------------- properties */

.is--hidden {
  display: none !important;
}

/* ----------------------------------------------------------------------------------------------------------- properties */

/* ----------------------------------------------------------------------------------------------------------- wrappers */

.wrapper--load-progress {
  background-color: rgba(0,0,0,0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  position: absolute;
  transition: all 200ms ease;
}

.wrapper--load-progress.inactive {
  opacity: 0;
}

.wrapper--header {
  background-color: #EFEEEC;
  position: fixed;
  width: 100%;
  z-index: 10;
  transition: all 200ms ease;
}

@media screen and (max-width: 1024px) {

  .wrapper--header {
    position: absolute;
  }

}

.light .wrapper--header:not(.wrapper--startpage),
.wrapper--header.light:not(.wrapper--startpage) {
  min-height: 105px;
}

.dark .wrapper--header {
  min-height: 52px;
}

.wrapper--header.wrapper--startpage {
  background-color: transparent;
}

.dark .wrapper--header, 
.menudark.wrapper--header {
  background-color: #EFEEEC;
}

.wrapper__inner--header {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 1em 0;
}

.wrapper--header.wrapper--startpage .wrapper__inner--header {
  max-width: 1920px;
}

.wrapper--footer {
  background-color: var(--ww-color-darkgrey);
}

/* ----------------------------------------------------------------------------------------------------------- wrappers */

/* ----------------------------------------------------------------------------------------------------------- block elements */

.logo, 
.logo--small {
  display: inline-block;
  position: absolute;
  transition: all 300ms ease;
}

.logo {
  max-width: 10rem;
}

.wrapper--startpage .logo {
  display: none;
}

.wrapper--startpage .logo--small {
  margin-left: 4em;
}

.logo--small {
  margin-top: -40px;
  opacity: 0;
}

@media screen and (max-width: 1680px) {

  .logo, .logo--small, 
  .wrapper--startpage .logo--small {
    left: 2rem;
    margin-left: 0;
  }

}

.dark .logo--small, 
.wrapper--startpage.menudark .logo--small {
  margin-top: -10px;
  opacity: 1;
}

.wrapper--startpage.menudark .logo--small {
  margin-top: 1.5em;
}

.dark .logo {
  margin-top: -120px;
  opacity: 0;
}

.contentheader__image {
  width: 100%;
  margin: 0 auto;
}

.contentheader--startpage {
  background-color: #efeeec;
  display: flex;
  height: 100vH;
  flex-direction: row;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.contentheader--startpage .contentheader__image, .contentheader--startpage .contentheader__content {
  width: 50%;
  overflow: hidden;
  margin-left: 0;
}

.contentheader--startpage .contentheader__image {
  align-self: flex-start;
}

@media screen and (max-width: 860px) {

  .contentheader--startpage {
    flex-wrap: wrap;
  }

  .contentheader--startpage .contentheader__image, .contentheader--startpage .contentheader__content {
    width: 100%;
  }

  .contentheader--startpage .contentheader__content {
    position: absolute;
    top: 50%;
    left: 0;
  }

}

@media screen and (max-width: 520px) {

  .contentheader--startpage .contentheader__content {
      padding-bottom: 2em;
  }

}

@media screen and (max-height: 540px) {

  .contentheader--startpage .contentheader__content {
    top: 4em;
  }

}

.contentheader--regular {
  position: relative;
}

.contentheader--regular .contentheader__image {
  padding-top: 104px;
}

.contentheader--regular .contentheader__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.contentheader__footer {
  width: 100%;
  max-width: 1920px;
  position: absolute;
  bottom: 1em;
  right: 0;
  padding-right: 4em;
}

.contentheader__content .frame {
  padding: 2em 4em;
}

@media screen and (max-width: 580px) {

  .contentheader__content .frame {
    padding: 2em;
  }

}

@media screen and (max-width: 480px) {

  .contentheader__content .frame {
    padding-bottom: 0.5em;
  }

}


.contentheader--regular .contentheader__content .frame-inner {
  max-width: 1680px;
  margin: 0 auto;
}

.main__content {
  padding: 4em 0;
}

.main__content--startpage {
  /* padding: 0 0 4em 0; */
}

.frame-container-advantages > .frame-inner, .frame-container-shoes > .frame-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main__content > .frame:not(.frame-type-header), .frame--dancelevels, .frame--dancestyles, .row--startpagecontent .col--center > .frame--default {
  margin-bottom: 4em;
}

.main__content > .frame-header {
  margin-bottom: 2em;
}

.main__content > .frame-header.frame-layout-lightgrey {
  margin-bottom: 0;
  padding-bottom: 0;
}

.main__content > .frame-header.frame-layout-lightgrey + .frame-text-centered {
  padding-top: 0;
}

.main__content > .frame > .frame-inner, .frame-container-advantages > .frame-inner, .frame-container-shoes > .frame-inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

@media screen and (max-width: 1680px) {

  .main__content > .frame > .frame-inner, .frame-container-advantages > .frame-inner, .frame-container-shoes > .frame-inner {
    width: 96%;
  }
}

.frame-text-centered .frame-inner, .frame-header .cd-text {
  padding: 0 20%;
}

@media screen and (max-width: 1024px) {

  .frame-text-centered .frame-inner, .frame-header .cd-text {
    padding: 0 10%;
  }

}

@media screen and (max-width: 640px) {

  .frame-text-centered .frame-inner, .frame-header .cd-text {
    padding: 0;
  }

}

.frame.frame-layout-transparent {
  padding: 2em;
}

.frame.frame-layout-lightgrey {
  background-color: #efeeec;
  padding: 2em;
}

@media screen and (max-width: 640px) {

  .frame.frame-layout-lightgrey, .frame.frame-layout-transparent {
    padding: 1em;
  }

}

.row--startpagecontent, .container--threecolumn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}

.container--threecolumn {
  justify-content: space-between;
  flex-wrap: wrap;
}

.container--threecolumn .col--third {
  display: inline-block;
  flex: 0 0 30%;
}

@media screen and (max-width: 960px) {

  .main__content .container--threecolumn .col--third {
    flex: 0 0 100%;
  }

  footer[role="contentinfo"] .container--threecolumn .col--third {
    flex: 0 0 50%;
  }

  .main__content .container--threecolumn .col--third:not(.col--three), footer[role="contentinfo"] .container--threecolumn .col--third:not(.col--three) {
    margin-bottom: 2em;
  }

  footer[role="contentinfo"] .container--threecolumn .col--three {
    margin: 0 auto;
  }

}

@media screen and (max-width: 680px) {

  footer[role="contentinfo"] .container--threecolumn .col--third {
    flex: 0 0 100%;
  }

}

.frame-container-advantages .frame, .frame-container-shoes .frame {
  display: inline-block;
  flex: 0 0 45%;
  margin-bottom: 4em;
}

@media screen and (max-width: 1024px) {

  .frame-container-advantages .frame {
    flex: 0 0 70%;
    margin-left: 10%;
  }

  .frame-container-advantages .frame:nth-child(2n) {
    margin-left: 20%;
  }

}

@media screen and (max-width: 768px) {

  .frame-container-advantages .frame {
    flex: 0 0 90%;
    margin-left: 0%;
  }

  .frame-container-advantages .frame:nth-child(2n) {
    margin-left: 10%;
  }

}

.row--startpagecontent .col--first, .row--startpagecontent .col--last {
  display: inline-block;
  flex: 0 0 20%;
}

.row--startpagecontent .col--center {
  display: inline-block;
  flex: 0 0 60%;
}

.row--startpagecontent .col--first {
  /* background-color: #efeeec; */
  padding: 1em 0;
}

.row--startpagecontent .col--center {
  padding: 1em 4em;
}

.row--startpagecontent .col--last {
  padding: 1em 0;
}

.container--twocolumn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col--half {
  width: 48%;
  display: inline-block;
  flex: 0 0 48%;
}

@media screen and (max-width: 768px) {

  .main__content .col--half {
    width: 100%;
    flex: 0 0 100%;
  }

  .main__content .col--left {
    margin-bottom: 2em;
  }

}

.frame-container-advantages .frame .frame-inner, .frame-container-shoes .frame .frame-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

.ce-gallery[data-ce-columns="2"], .ce-gallery[data-ce-columns="3"],
.ce-gallery[data-ce-columns="4"], .ce-right, .ce-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}

.ce-gallery[data-ce-columns="2"], .ce-gallery[data-ce-columns="3"],
.ce-gallery[data-ce-columns="4"], .ce-left.ce-nowrap, .ce-right.ce-nowrap {
  flex-wrap: wrap;
}

.ce-right, .ce-left {
  justify-content: space-between;
  align-items: center;
}

.ce-gallery[data-ce-columns="2"] .ce-column {
  flex: 0 0 50%;
}

.ce-gallery[data-ce-columns="3"] .ce-column {
  flex: 0 0 33.33%;
}

.ce-gallery[data-ce-columns="4"] .ce-column {
  flex: 0 0 25%;
}

.ce-right .ce-gallery, .ce-left .ce-gallery {
  flex: 0 0 auto;
}

.ce-right .ce-bodytext, .ce-left .ce-bodytext {
  flex: 1 1 auto;
}

.ce-right.ce-nowrap .ce-gallery, .ce-left.ce-nowrap .ce-gallery, .ce-right.ce-nowrap .ce-bodytext, .ce-left.ce-nowrap .ce-bodytext {
  flex: 0 0 50%;
}

.ce-right .ce-bodytext, .ce-left .ce-bodytext {
  padding: 2em 4em;
}

.frame-container-shoes .ce-right .ce-bodytext, .frame-container-shoes .ce-left .ce-bodytext  {
  align-self: start;
}

.ce-right .ce-gallery {
  order: 1;
}

@media screen and (max-width: 768px) {

  .ce-right, .ce-left {
    flex-wrap: wrap;
  }

  .ce-right .ce-gallery, .ce-left .ce-gallery {
    flex: 0 0 100%;
  }

  .ce-right .ce-gallery {
    order: 0;
  }

  .ce-right .ce-bodytext, .ce-left .ce-bodytext {
    flex: 0 0 100%;
  }

  .ce-right.ce-nowrap .ce-gallery, .ce-left.ce-nowrap .ce-gallery, .ce-right.ce-nowrap .ce-bodytext, .ce-left.ce-nowrap .ce-bodytext {
    flex: 0 0 100%;
  }

  .ce-right .ce-bodytext, .ce-left .ce-bodytext {
    padding: 2em 0;
  }

}

.frame-container-advantages .cd-text, .frame-container-shoes .frame {
  position: relative;
}

.frame-container-advantages .cd-text:before {
  content: "";
  width: 64px;
  height: 2px;
  background-color: var(--ww-color-primary);
  display: block;
  position: absolute;
  top: -1em;
}

@media screen and (max-width: 520px) {

  .frame-container-advantages .frame {
    flex: 0 0 100%;
    margin-bottom: 2em;
  }

  .frame-container-advantages .frame:nth-child(2n) {
    margin-left: 0%;
  }

  .frame-container-advantages .frame .frame-inner {
    flex-wrap: wrap;
  }

  .frame-container-advantages .frame .frame-inner header {
    flex: 0 0 100%;
  }

  .frame-container-advantages .cd-text:before {
    top: -3.5em;
    left: 8em;
  }
}

.filters--dancelevels, .filters--dancestyles, .dancecategories {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

.dancecategories {
  border: none;
  flex-wrap: wrap;
}

.dancelevel, .dancestyle, .dancecategory {
  display: inline-block;
  max-width: 25%;
  flex: 0 0 25%;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  text-align: center;
}

.dancelevel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.dancestyle {
  max-width: 20%;
  flex: 1 2 16.67%;
}

@media screen and (max-width: 1240px) {

  .filters--dancestyles {
    flex-wrap: wrap;
  }

  .dancestyle {
    max-width: none;
    flex: 1 0 33.33%;
  }

}

@media screen and (max-width: 800px) {

  .filters--dancelevels {
    flex-wrap: wrap;
  }

  .dancelevel {
    max-width: 50%;
    flex: 0 0 50%;
  }

}

@media screen and (max-width: 600px) {

  .dancestyle {
    flex: 1 0 50%;
  }

}

@media screen and (max-width: 480px) {

  .dancelevel {
      max-width: 100%;
      flex: 0 0 100%;
  }

  .dancestyle {
    flex: 1 0 100%;
  }

}

.dancecategory {
  background-color: #EFEEEC;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 48%;
  flex: 0 0 48%;
  /*border: 1px solid #EFEEEC;*/
  margin-bottom: 2em;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media screen and (max-width: 1160px) {

  .dancecategory {
    max-width: none;
    flex: 0 0 100%;
  }

}

@media screen and (max-width: 680px) {

  .dancecategory {
    max-width: 100%;
  }

}

.dancecategory.is--active, .dancecategory.always--active {
  opacity: 1;
}

.dancelevel:last-child, .dancestyle:last-child {
  border-right: 0;
}

.dancecategory__courses {
  padding: 0.5em 2em;
  flex: 1 0 auto;
}

@media screen and (max-width: 520px) {

  .dancecategory {
    flex-wrap: wrap;
    position: relative;
  }

  .dancecategory__courses {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 2;
    transform: translate(0,-50%);
    padding: 0.5em;
  }

  .dancecategory__courses {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    z-index: 2;
    transform: translate(0,0);
    padding: 0.5em;
  }
 

}

.detailinfo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}

.detailinfo__text {
  padding-right: 4em;
  flex: 0 1 75%;
}

.detailinfo__style-level {
  background-color: #EFEEEC;
  padding: 2em;
  flex: 0 0 25%;
}

@media screen and (max-width: 640px) {

  .detailinfo__text {
    flex: 0 0 100%;
    padding-right: 0;
  }

  .detailinfo__style-level {
    flex: 0 0 100%;
    margin-top: 2em;
  }

}

.wrapper--footer footer {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 4em;
}

@media screen and (max-width: 768px) {

  .wrapper--footer footer {
    padding: 4em 2em;
  }

}

.news-list-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.news .article {
  flex: 0 0 48%;
  border-bottom: 1px solid var(--ww-color-primary);
  padding-bottom: 1em;
  margin-bottom: 2em;
}

@media screen and (max-width: 800px) {

  .news .article {
    flex: 0 0 100%;
  }
}

.news .article .news-img-wrap {
  width: 100%;
  float: none;
  display: block;
  margin: 0 0 1em;
  background-color: transparent;
  overflow: hidden;
}

.news .article .header {
  display: block;
  padding: 0 1em;
  position: absolute;
  transform: translate(0,-120%);
}

.news .article .header-without-image {
  position: relative;
  transform: translate(0,0);
  padding: 0;
}

.news .article .news-text {
  width: 100%;
  display: block;
}

.news .article:last-child {
  border-bottom: none;
}

.news .footer {
  display: none;
}

/* ----------------------------------------------------------------------------------------------------------- block elements */

/* ----------------------------------------------------------------------------------------------------------- text elements, lists */
.main__content p, .dancelevel__title, .filterlink, .main__content li, th, td, legend, label, input, button {
  font-size: 1.125em;
}

p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, td.align-right {
  text-align: right;
}

p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, td.align-left {
  text-align: left;
}

p.text-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, td.align-center, .csc-header-alignment-center, .ce-headline-center {
  text-align: center;
}

.contentheader__content h1 {
  text-transform: uppercase;
  line-height: 1em;
}

.frame h1 {
  padding-bottom: 0.5em;
}

.frame h2 {
  padding-bottom: 0.5em;
}

@media screen and (max-width: 860px) {

  .contentheader__content h1, .contentheader__content h2 {
    color: var(--ww-color-white);
  }

  .contentheader__footer p {
    color: var(--ww-color-white);
  }
}

@media screen and (max-width: 580px) {

  .contentheader__content h1 {
    font-size: 2.5em;
  }

  .contentheader__content h2 {
    font-size: 1.5em;
  }

  .dancelevel__title, .filterlink {
    font-size: 1em;
  }

}

@media screen and (max-width: 480px) {

  .contentheader__content h1 {
    font-size: 2em;
  }

  .contentheader__content h2 {
    font-size: 1.5em;
  }

}

@media screen and (max-height: 380px) {

  .contentheader__content h1 {
    font-size: 1.5em;
  }

  .contentheader__content h2 {
    font-size: 1.25em;
  }

}

@media screen and (max-width: 340px) {

  .contentheader__content h1 {
    font-size: 1.5em;
  }

  .contentheader__content h2 {
    font-size: 1.25em;
  }

}

.frame-header h1, .frame-header h2 {
  text-transform: uppercase;
}

.frame-header h1 {
  margin-bottom: 0;
}

.frame h3 {
  /*padding-bottom: 0.75em;*/
}

.frame-header h1:after, .frame-header h2:after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--ww-color-primary);
  margin-top: 16px;
  display: block;
}

.frame-header h1:after {
  width: 64px;
}

.frame-header h2.ce-headline-center:after {
  margin-left: 50%;
  transform: translate(-50%,0);
}

.wrapper--footer h3 {
  color: var(--ww-color-white);
}

.news .article h3 {
  color: var(--ww-color-white);
  font-weight: 600;
  margin-bottom: 0.75em;
}

.news .header-without-image h3 {
  color: #1a1a1a;
}

.frame-container-advantages h5, .main__content p.shoes--suitable, .main__content p.shoes--not-suiteable {
  font-size: 6em;
  font-weight: 600;
  margin-right: 0.5em;
  color: #cecece;
  /* color: rgba(237,0,127,0.5); */
}

.main__content p.shoes--suitable, .main__content p.shoes--not-suiteable {
  display: inline-block;
    position: relative;
    font-size: 2em;
    text-transform: uppercase;
    margin-top: 2.5em;
    max-width: 4em;
    line-height: 1;
}

.main__content p.shoes--suitable:before, .main__content p.shoes--not-suiteable:before {
  width: 1em;
  height: 1em;
  border: 5px solid #cecece;
  border-radius: 50%;
  line-height: 1em;
  font-size: 2em;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  transform: rotate(-5deg);
  position: absolute;
  bottom: 0.5em;
  right: -1em;
  content: "+";
  display: block;
}

.main__content p.shoes--not-suiteable:before {
  content: "-";
  line-height: 0.8em;
}

.main__content ul:not(.itemlist--dancecategories):not(.itemlist--dancecourses) {
  margin-left: 1.5em;
}

.frame-type-menu_subpages ul {
  list-style-type: none;
}

.itemlist--dancecategories,
.itemlist--dancecourses,
.menulist, 
.list--dancestyle, 
.list--dancelevel {
  list-style-type: none;
}

.main__content ul.list--dancestyle, .main__content ul.list--dancelevel {
  margin-bottom: 1em;
  margin-left: 0;
}

.main__content > .frame .itemlist--dancecategories,
.main__content > .frame .itemlist--dancecourses {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.item--dancecategory {
  margin-bottom: 1em;
}

.main__content > .frame .item--dancecategory {
  flex: 0 0 16%;
  position: relative;
}

@media screen and (max-width: 1024px) {

  .main__content > .frame .itemlist--dancecategories {
    flex-wrap: wrap;
  }

  .main__content > .frame .item--dancecategory {
    flex: 0 0 32%;
  }
}

@media screen and (max-width: 690px) {

  .main__content > .frame .item--dancecategory {
    flex: 0 0 48%;
  }
}

/* .item--dancecategory:last-child {
 margin-bottom: 0;
 } */

.dancelevel__intro, .dancestyle__intro, .dancecategories__intro {
  font-weight: 600;
  margin-bottom: 0.5em;
}

.dancelevel__title, .dancelevel__level, .dancestyle__title, .dancestyle__style {
  display: block;
  font-weight: 600;
}

.dancestyle__style {
  /*position: absolute;
  left: 0.5em;*/
  text-transform: uppercase;
  color: #cecece;
  font-size: 3em;
  line-height: 1;
  /*top: -0.1em;*/
}

.dancelevel__level span {
  font-size: 2em;
  color: #a6a6a6;
  font-weight: 600;
  line-height: 0.01em;
  padding-top: 0.75em;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}

.dancelevel__level span.star {
  color: var(--ww-color-primary);
}

.filterlink:hover .dancelevel__level span.star, .filterlink.is--selected .dancelevel__level span.star {
  color: var(--ww-color-white);
}

.dancecategory p {
  text-align: left;
  display: none;
}

.dancecategory p.is--active {
  display: block;
}

.wrapper--footer p {
  color: var(--ww-color-white);
}

@media screen and (max-width: 520px) {
  .dancelevel__level {
    position: absolute;
    right: 0.5em;
    top: 0;
  }
  .dancestyle__style {
    font-size: 2em;
    position: absolute;
    top: 0;
    right: 0.5em;
  }
}
/* ----------------------------------------------------------------------------------------------------------- text elements, lists */

/* ----------------------------------------------------------------------------------------------------------- links */

a {
  color: #A68802;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  text-decoration: underline;
}

.contentheader__morelink {
  position: fixed;
  bottom: 1em;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 10;
  border: 2px solid #a68802;
  padding: 0.5em 1em;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  color: #a68802;
  text-transform: uppercase;
  line-height: 1.5em;
  vertical-align: middle;
  background-color: rgba(255,255,255,0.5);
  transition: all 200ms ease-out;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.contentheader__morelink:hover {
  background-color: rgba(255,255,255,1);
  text-decoration: none;
}

.contentheader__morelink .svgicon svg {
  transform: rotate(90deg);
}

.contentheader__morelink.inactive {
  opacity: 0;
  z-index: -1;
}

@media screen and (max-width: 860px) {

  .contentheader__morelink {
    display: none;
  }

}

.item--dancecategory a, .dancecategory__dancecourselink {
  color: var(--ww-color-primary);
}

.dancecategory__dancecourselink {
  color: var(--ww-color-primary);
  font-size: 1.25rem;
  padding: 0.5rem 1rem 0.5rem;
  display: block;
  font-weight: 600;
}

.main .dancecategory__dancecourselink {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}

.dancecategory__dancecourselink--showall {
  text-align: center;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 1366px) {

  .dancecategory__dancecourselink {
    font-size: 1rem;
  }

}

@media screen and (max-width: 520px) {

  .dancecategory__dancecourselink {
    color: var(--ww-color-white);
    background-color: rgba(0,0,0,0.5);
    font-size: 0.875rem;
  }

  .subnav__item .dancecategory__dancecourselink {
    background-color: transparent;
  }

}

.dancecategory__courses p {
  border: 1px solid var(--ww-color-white);
  margin-bottom: 0.5rem;
}

.dancecategory__courses p:last-child {
  /*border-bottom: 0;*/
}

.dancecategory__dancecourselink:hover {
  background-color: var(--ww-color-primary);
  color: var(--ww-color-white);
  text-decoration: none;
}

.dancecategory__dancecourselink:after {
  content: "";
  background-position: -40px -80px;
  width: 24px;
  height: 16px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}

.dancecategory__dancecourselink:hover:after {
  background-position: -80px -80px;
}

.filterlink {
  display: block;
  padding: 1em 2em;
  color: var(--ww-color-primary);
  text-decoration: none;
  position: relative;
  -webkit-transition: all 200ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.filterlink--dancelevel {
  /*padding-bottom: 0;*/
  flex: 0 0 100%;
}

.filterlink--dancestyle {
  padding-bottom: 0.5em;
}

.filterlink.is--selected {
  background-color: var(--ww-color-primary);
  color: var(--ww-color-white);
  text-decoration: none;
}

.filterlink:hover {
  text-decoration: none;
}

@media (hover: hover) {
  .filterlink:hover {
    background-color: var(--ww-color-primary);
    color: var(--ww-color-white);
    text-decoration: none;
  }
}

@media screen and (max-width: 520px) {

  .filterlink {
    text-align: left;
    padding: 0.5em;
  }

}

.main__content > .frame .item__link--image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: -5px;
}

.main__content > .frame .item__link--text {
  font-size: 1em;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1.1em;
  padding: 1em;
  text-align: left;
  display: block;
  overflow: hidden;
  hyphen: auto;
  background-color: rgba(0,0,0,0.4);
  -webkit-transition: all 200ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main__content > .frame .item__link--text:hover {
  background-color: rgba(0,0,0,0.6);
}

.main__content > .frame .item__link--text span {
  position: absolute;
  bottom: 2em;
  right: 1em;
  left: 1em;
  /* transform: translate(0, -50%); */
  font-weight: 600;
  color: var(--ww-color-white);
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 5;
  -webkit-hyphenate-limit-lines: 2;
  -ms-hyphens: auto 5;
  -ms-hyphenate-limit-chars: auto 5;
  -ms-hyphenate-limit-lines: 2;
  -moz-hyphens: auto;
  -moz-hyphenate-limit-chars: auto 5;
  -moz-hyphenate-limit-lines: 2;
  hyphens: auto;
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 2;
}

.news-list-view a {
  color: var(--ww-color-primary);
}

.news .article .news-img-wrap a {
  padding: 0;
  background: none;
  border: none;
}

.morelink {
  padding: 0.5em 1em;
  color: var(--ww-color-primary);
  border: 2px solid var(--ww-color-primary);
  display: inline-block;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
}

.morelink:hover {
  background-color: var(--ww-color-primary);
  color: var(--ww-color-white);
  text-decoration: none;
}

.morelink .svgicon {}

/* .morelink:after {
  content: "";
  background-position: -40px -40px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 16px;
  margin-left: 0.5em;
}

.morelink:hover:after {
  background-position: -80px -40px;
} */

.contentheader__content .morelink {
  float: right;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translate(-50%,0);
  bottom: 5em;
}

@media screen and (max-width: 860px) {

  .contentheader__content .morelink {
      bottom: 0.5em;
      left: auto;
      transform: translate(0,0);
      right: 4em;
  }

}

@media screen and (max-width: 580px) {
  .contentheader__content .morelink {
    right: 2em;
  }
}

.registerlink {
  color: var(--ww-color-primary);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.registerlink span {
  font-weight: inherit;
  padding: 0.5em 1em;
}

.registerlink:hover {
  background-color: var(--ww-color-primary);
  color: var(--ww-color-white);
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------- links */

/* ----------------------------------------------------------------------------------------------------------- images and figures */

img {
  max-width: 100%;
  height: auto;
}

.subnav__link--image img {
  margin-bottom: -5px;
}

.contentheader--startpage img {
  max-width: none;
  /*max-height: 100%;*/
  height: 100%;
  width: auto;
}

.contentheader--regular img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.news .article .news-img-wrap img {
  float: none;
}

.dancecategory__image {
  flex: 0 0 40%;
  overflow: hidden;
  margin-bottom: -5px;
  /* max-height: 360px; */
}

.ce-gallery[data-ce-columns="2"] .ce-column img,
.ce-gallery[data-ce-columns="3"] .ce-column img,
.ce-gallery[data-ce-columns="4"] .ce-column img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .dancecategory__image {
    flex: 0 0 30%;
  }
}

@media screen and (max-width: 520px) {

  .dancecategory__image {
    flex: 0 0 100%;
    position: relative;
  }

  .dancecategory__image:before {
    content: "";
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
}

.dancecategory__image img {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 440px;
}

@media screen and (max-width: 520px) {

  .dancecategory__image img  {
    max-width: 100%;
    height: auto;
    width: 100%;
    max-height: none;
  }

}

img.loading {
  width: auto;
  height: auto;
  margin: 0.5em auto;
  display: block;
}
/* ----------------------------------------------------------------------------------------------------------- images and figures */

/* ----------------------------------------------------------------------------------------------------------- mainnav */

.togglenav {
  font-size: 1.143em;
  position: absolute;
  right: 2em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
  padding-left: 2.5em;
  /*margin-right: 2em;*/
  display: none;
  top: 2em;
  padding: 0.35em 0.5em 0.25em 2.5em;
}

@media screen and (max-width: 360px) {

  .togglenav {
    right: 1em;
  }

}

.togglenav:before {
  content: "";
  position: absolute;
  background-position: 0 0;
  display: block;
  top: 0.5em;
  left: 0.5em;
  width: 24px;
  height: 20px;
}

.togglenav:hover {
  background-color: #1A1A1A;
  color: var(--ww-color-white);
  text-decoration: none;
}

.togglenav:hover:before {
  background-position: 0 -20px;
}

.mainnav {
  vertical-align: top;
  z-index: 2;
  position: relative;
  float: right;
  -webkit-transition: all 200ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.wrapper--startpage .mainnav {
  padding-right: 4em;
}

@media screen and (max-width: 1680px) {

  .mainnav, .wrapper--startpage .mainnav {
    margin-right: 2em;
    padding-right: 0;
  }
}

.mainnav__items {
  list-style-type: none;
  text-align: right;
  padding-top: 3.5em;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.dark .mainnav__items {
  padding-top: 0;
}

.navitem {
  background: transparent;
  position: relative;
  z-index: 1;
  /*padding: 0 0.25em;*/
  display: inline-block;
}

/* .navitem:after {
 content: "";
 width: 5px;
 height: 5px;
 display: block;
 background-color: var(--ww-color-white);
 position: absolute;
 right: 0;
 top: 50%;
 transform: translate(0,-50%) rotate(-45deg);
 }
 */

.navitem:last-of-type {
  padding-right: 0;
}
/*
 .navitem:last-of-type:after {
 display: none;
 } */

.navitem__link {
  background: transparent;
  color: #282828;
  line-height: 1.1em;
  text-decoration: none;
  /*text-transform: uppercase;*/
  white-space: nowrap;
  position: relative;
  padding: 0.5em;
  z-index: 1;
  display: inline-block;
  font-weight: normal;
  font-size: 1em;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.dark .navitem__link {
  font-size: 1.125em;
  padding: 0.5em 1em;
  color: var(--ww-color-darkgrey);
}

.navitem__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 2px;
  background-color: var(--ww-color-primary);
  opacity: 0;
  z-index: 1;
}

/* .navitem__link:after {
 content: "";
 width: 100%;
 left: 0;
 bottom: 0;
 position: absolute;
 height: 0;
 background-color: var(--ww-color-white);
 display: block;
 z-index: -1;
 -webkit-transition: all 300ms ease;
 -webkit-transition-delay: ease, 0s;
 -moz-transition: all 300ms ease;
 -o-transition: all 300ms ease;
 transition: all 300ms ease;
 }
 */

.navitem__link:hover, 
.navitem.hover .navitem__link {
  background-color: var(--ww-color-darkgrey); /* #a68802; */
  color: var(--ww-color-white);
  text-decoration: none;
}

.navitem__link:hover:before, 
.navitem.hover .navitem__link:before {
  opacity: 1;
}

.dark .navitem__link:hover {
  color: var(--ww-color-white);
}

.navitem--active .navitem__link, 
.dark .navitem--active .navitem__link {
  color: var(--ww-color-primary);
}

/* .dark .navitem__link:after {
 background-color: #009EE1;
 }

 .navitem__link:hover:after {
 height: 2px;
 }
 */

.subnav__itemlist {
  background-color: var(--ww-color-darkgrey);
  opacity: 1;
  overflow: hidden;
  padding-top: 0;
  z-index: 1;
  display: none;
  position: absolute;
  text-align: left;
  opacity: 0;
  transition: opacity 400ms ease-out;
  pointer-events: none;  
}

.subnav__itemlist.right {
  right: 0;
}

.subnav__itemlist--dancecategories,
.subnav__itemlist--dancecourses {
  position: fixed;
  left: 0;
  width: 100%;
}

.subnav__itemlist.visible {
  display: block;
}

.subnav__itemlist.active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.subnav__item--dancecategory,
.subnav__item--dancecourse {
  display: inline-block;
  /*flex: 0 0 16.66%;*/
  overflow: hidden;
  max-width: 16.66%;
  margin-right: -4px;
  vertical-align: top;
  padding-top: 1em;
  padding-bottom: 1em;
}

@media screen and (max-width: 960px) {

  .subnav__item--dancecategory,
  .subnav__item--dancecourse {
    max-width: 33.33%;
  }

}

@media screen and (max-width: 540px) {

  .subnav__item--dancecategory,
  .subnav__item--dancecourse {
    max-width: 50%;
  }

}

a.subnav__link {
  color: var(--ww-color-white);
  /*background-color: #A68802;*/
  text-decoration: none;
  padding: 0.5em 1em;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 1em;
  text-align: left;
  margin-bottom: -1px;
}

a.subnav__link:not(.subnav__link--dance-category) {
  white-space: nowrap;
}

a.subnav__link--text:before {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background-color: var(--ww-color-primary);
  position: absolute;
  left: 1em;
  top: 0;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

a.subnav__link--text:hover:before {
  width: 90%;
  right: 1em;
}

.subnav__item--has-dancecourses, .subnav__item--has-dancecourses .dancecategory__links {
  position: relative;
}

.subnav__item--has-dancecourses .subnav__link--dance-category.subnav__link--text {
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: 1em;
}

.subnav__item--has-dancecourses .subnav__link--image {
  position: relative;
  display: block;
  /*padding: 0;
  margin: 0 -4px -5px 2em;*/
  overflow: hidden;
}

.subnav__item--has-dancecourses .subnav__item:last-child .subnav__link--image {
  margin-right: 2rem;
}

.subnav__item--has-dancecourses .subnav__link--image:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 1em;
  bottom: 0.5rem;
  right: 1rem;
  display: block;
  background-color: rgba(0,0,0,0.5);
}

.subnav__item--has-dancecourses .subnavitem__subnavlist {
  list-style-type: none;
  padding: 0 1.5rem;
}

.subnav__item .dancecategory__dancecourselink {
  font-size: 1rem;
  color: var(--ww-color-white);
}

.subnav__item .dancecategory__dancecourselink:after {
  display: none;
}

a.subnav__link--active {
  color: var(--ww-color-white);
}

a.subnav__link:hover {
  color: var(--ww-color-primary);
}

@media screen and (max-width: 1260px) {

  .light .togglenav {
    display: block;
  }


  .light .mainnav {
    height: 0;
    overflow: hidden;
    /*margin-top: 3em;*/
    margin-right: 0;
    float: none;
  }

  .light .mainnav.active {
    margin-top: 4em;
  }

  .light .navitem {
    display: block;
    width: 100%;
  }

  .light .mainnav__items {
    text-align: center;
  }

  .light .navitem__link {
    display: block;
    padding: 1em 2em;
  }

  .light .subnav__itemlist, .light .subnav__itemlist--dancecategories {
    position: relative;
  }

  .light a.subnav__link:not(.subnav__link--dance-category) {
    text-align: center;
  }

}

@media screen and (max-width: 980px) {

  .dark .togglenav {
    display: block;
    top: 0.5em;
  }


  .mainnav {
    height: 0;
    overflow: hidden;
    /*margin-top: 3em;*/
    margin-right: 0;
    float: none;
  }

  .dark .mainnav.active {
    margin-top: 3em;
  }

  .navitem {
    display: block;
    width: 100%;
  }

  .mainnav__items {
    text-align: center;
  }

  .navitem__link {
    display: block;
    padding: 1em 2em;
  }

  .subnav__itemlist, .subnav__itemlist--dancecategories {
    position: relative;
  }

  a.subnav__link:not(.subnav__link--dance-category) {
    text-align: center;
  }

}

/* ----------------------------------------------------------------------------------------------------------- mainnav */

/* ------------------------------------------------------------------------------------------------------ tables */

.table-wrapper {
  display: block;
  overflow: visible;
  margin: 0.5em 0;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 700px) {

  .table-wrapper {
      overflow-x: scroll;
  }

}

table.contenttable {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--ww-color-white);
}

th {
  font-weight: 600;
}

.dancecourse-units {
  width: 100%;
}

.dancecourse-units th, .dancecourse-units td {
  padding: 0.5em 1em;
}

.dancecourse-units td.linkcell {
  padding: 0;
  position: relative;
}

.dancecourse-units th {
  background-color: #EFEEEC;
}

.dancecourse-units td {
  text-align: center;
  border-left: 1px solid #EFEEEC;
  border-bottom: 1px solid #EFEEEC;
}

.dancecourse-units td:last-child {
  border-right: 1px solid #EFEEEC;
}

.dancecourse-units tr:nth-child(2n) td {
  background-color: #fafafa;
}

.table-legend {
  text-align: right;
}

.table-legend__value {
  display: inline-block;
  margin-left: 1em;
}

.dancecourse-units td span.status-bookable, .table-legend .status-bookable {
  width: 0.75em;
  height: 0.75em;
  display: inline-block;
  border-radius: 0.75em;
  background-color: #028323;
}

.dancecourse-units td span.status-bookable--1, .table-legend .status-bookable--1 {
  background-color: #fbcd41;
}

.dancecourse-units td span.status-bookable--2, .table-legend .status-bookable--2 {
  background-color: #c11b00;
}

.table-legend .status-bookable {
  margin-right: 0.5em;
}

/* ------------------------------------------------------------------------------------------------------- tables */

/* ----------------------------------------------------------------------------------------------------------- form */

div[role="group"]:not(.btn-group) {
  padding: 0 2em;
  margin-bottom: 2em;
}

div[role="group"].dancecourse-info, .properties--dancecourse-info {
  background-color: #EFEEEC;
  padding: 0 2em 2em 2em;
  margin-bottom: 2em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}

legend, p.legend {
  background-color: #EFEEEC;
  padding: 1em 1.78em;
  width: 100%;
}

legend:first-child, p.legend:first-child {
  padding-bottom: 0;
}

.formproperty:not(.dancecourse-info__formproperty), .property:not(.dancecourse-info__property), .form-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

.form-group, .formproperty:not(.dancecourse-info__formproperty) {
  padding-top: 2em;
}

.group--checkboxes .formproperty {
  padding-top: 0.5em;
}

.dancecourse-info__formproperty, .dancecourse-info__property {
  margin-right: 2em;
}

@media screen and (max-width: 768px) {

  .formproperty:not(.dancecourse-info__formproperty), .property:not(.dancecourse-info__property), .form-group {
    display: block;
  }

}

@media screen and (max-width: 520px) {

  div.dancecourse-info[role="group"] {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .dancecourse-info__formproperty {
    flex: 0 0 48%;
    margin-right: 0;
  }

  .dancecourse-info__formproperty:nth-of-type(1), .dancecourse-info__formproperty:nth-of-type(2)  {
    margin-bottom: 1em;
  }

}

.dancecourse-info__formproperty:last-child, .dancecourse-info__property:last-child {
  margin-right: 0;
}

div.property {
  border-right: 1px solid #EFEEEC;
  border-left: 1px solid #EFEEEC;
}

.form__label, legend, p.legend, p.label {
  font-weight: 600;
}

p.success-message {
  padding: 2em;
  font-weight: 600;
}

p.label, p.field {
  padding: 1em 2em;
  border-right: 1px solid #EFEEEC;
  border-bottom: 1px solid #EFEEEC;
  flex: 1 1 50%;
}

p.field {
  border-right: 0;
  flex: 1 1 50%;
}

.dancecourse-info__property p.label, .dancecourse-info__property p.field {
  padding: 0;
}

label, input:not([type="checkbox"]), textarea, div[role="group"] p {
  margin: 1em 0;
}

div[role="group"] p {
  margin-bottom: 0;
}

div[role="group"] p.form__label {
  margin-bottom: 0;
  margin-top: 0;
}

div[role="group"] p.form__field {
  margin-top: 0;
  margin-bottom: 0;
}

label {
  display: block;
  top: 30px;
  left: 0;
  margin: 1em 0 0 1em;
  position: absolute;
  color: #444;
  z-index: -1;
  -webkit-transition: all 150ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

input:not([type="checkbox"]), textarea {
  background-color: transparent;
  padding: 14px 18px;
  border: 1px solid #A68802;
  display: block;
  width: 100%;
  margin: 0 0 0 0;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="checkbox"] {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0.5em;
}

textarea {
  min-height: 10em;
}

input:focus, textarea:focus {
  box-shadow: none;
  outline: none;
}

input:focus + label, input.active + label, textarea:focus + label, textarea.active + label {
  top: -8px !important;
  font-weight: 600;
  color: #1A1A1A;
  font-size: 1em;
  z-index: 0;
}

input[type="checkbox"] + label {
  position: relative;
  float: left;
  top: 0 !important;
  margin-top: 0.5em;
}

textarea:focus + label, textarea.active + label {
  top: -12px !important;
}

input:required:invalid, input.error {
  box-shadow: none;
  border-color: red;
}

input:required:invalid + label, label.error, input:focus + label.error, input.active + label.error {
  color: red;
}

button {
  color: var(--ww-color-primary);
  border: 2px solid var(--ww-color-primary);
  padding: 0.5em 2em;
  text-transform: uppercase;
  margin-left: 1.78em;
  background-color: transparent;
  cursor: pointer;
}

.actions button {
  margin-left: 0;
  margin-top: 1em;
}

button:hover {
  color: var(--ww-color-white);
  background-color: var(--ww-color-primary);
}

.form__errors {
  background-color: red;
  margin-bottom: 2em;
  padding: 0.5em 2em;
  color: var(--ww-color-white);
  font-weight: 600;
}
/* ----------------------------------------------------------------------------------------------------------- form */

/*--------------------------------------------------------------------------------------------------------------------------------------------- ifws_googlemap */
.poilist {
  display: none;
}

.tx-ifwsgooglemap-pi1 {
}

#map_canvas, #mapwrapper {
  width: 100%;
  height: 600px;
}

.mapmessage-content {
}

#ifws-google-map-container {
  margin: 0 auto;
  height: 600px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.tx-ifwsgooglemap-pi1 #mapmessage {
  display: none;
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  position: absolute;
  z-index: 1000;
  padding: 32px !important;
}

.ifwsmap-message-content-wrapper:before {
  content: ".";
  font-size: 0;
  width: 0;
  height: 0;
  display: block;
  border-right: 20px solid transparent;
  border-bottom: 20px solid var(--ww-color-darkgrey);
  margin: 0 auto 0 10px;
}

/*.ifwsmap-message-content-wrapper:after {
 content: ".";
 font-size: 0;
 width: 0;
 height: 0;
 display: block;
 border-right: 20px solid transparent;
 border-top: 20px solid #282827;
 margin: 0 auto 0 10px;
 }*/

#mapmessage.left .ifwsmap-message-content-wrapper:before, #mapmessage.left .ifwsmap-message-content-wrapper:after {
  margin: 0 20% 0 auto;
  border-left: 20px solid transparent;
  border-right: none;
}

.ifwsmap-message-content-wrapper p {
  font-size: 1.125em;
  background: var(--ww-color-darkgrey);
  color: var(--ww-color-white);
  padding: 10px 20px;
}

a#google-map-show-route-to {
  /*background: #232323 url(../images/layout/bg-sprite.png) -120px -295px no-repeat;*/
  font-size: 1.125em;
  background-color: var(--ww-color-darkgrey);
  display: block;
  color: #e2d6c3;
  text-decoration: none;
  padding: 5px 20px;
}

a#google-map-show-route-to:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------------------------------------------------------------ RESPONSIVE */

@media only screen and (max-width: 1560px) {
}

@media only screen and (max-width: 1680px) {
}

@media only screen and (max-width: 1560px) {
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 1380px) {
}

@media only screen and (max-width: 1180px) {
}

@media only screen and (max-width: 1040px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 960px) {
}

@media only screen and (max-width: 910px) {
}

/* smartphone landscape */
@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 680px) {
}

@media only screen and (max-width: 580px) {
}

@media only screen and (max-width: 460px) {
}

@media only screen and (max-width: 400px) {
}

@media only screen and (max-height: 440px) {
}

@media only screen and (max-height: 380px) {
}

@media only screen and (max-height: 340px) {
}

/* Smartphones: iPhone portrait, hd portrait */
@media only screen and (max-width: 320px) {
}
