  * {
    margin: 0px;
    padding: 0px;
  }

  html {
    scrollbar-color: #B51621 #fff;
    scrollbar-width: thin;
  }

  body {
    /*background-image: url(../images/layout/body-bg.jpg);
  background-attachment: fixed;
  background-size: cover; */
    background-color: #fff;
    font-size: 1em;
    scrollbar-color: #B51621 #fff;
    scrollbar-width: thin;
  }
  
  body::-webkit-scrollbar,
  body::-webkit-scrollbar-track {
    width: 8px;
    background-color: #fff;
    background-color: transparent;
  }
  
  body::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    background-color: #B51621;
  }

  html>body {
    font-size: 16px;
    font-size: 1em;
  }

  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, input, select, textarea, button {
    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;
    width: 100%;
  }

  p, ul, ol, label, input, select, textarea, dd, dt, td, th, a, caption, span, figcaption, legend, option, button, time {
    font-family: "Epilogue", sans-serif;
    font-weight: 300;
  }

  p b,
  p strong {
    font-family: "Epilogue", sans-serif;
    font-weight: 500;
  }

  p, dt, dd, li, td, th, label {
    line-height: 1.4em;
  }

  th, td {
    padding: 0.5em 1em;
  }

  h1 {
    font-size: 3em;
    color: #b51621;
    /*text-transform: uppercase;*/
  }

  h2 {
    font-size: 2em;
    color: #b51621;
    line-height: 1.2em;
  }

  h3 {
    font-size: 1.5em;
    line-height: 1.2em;
    color: #b51621;
  }

  h4 {
    font-size: 1.25em;
    color: #b51621;
  }

  h5 {
    font-size: 1em;
    font-weight: bold;
  }

  h6 {
    font-size: 1em;
  }
  /* ----------------------------------------------------------------------------------------------------------- properties */

  .hidden {
    display: none !important;
  }
  /* ----------------------------------------------------------------------------------------------------------- properties */
  /* ----------------------------------------------------------------------------------------------------------- backgrounds */

  .togglenav:before, .more-link:after, .back-link:before, .scrolldown:before, .mfp-arrow::before, .listitem__morelink:after,
  .feeditem__link a:after, .download--resultlist:after, .download--eventsnews:after, .link--eventsnews:after, .detail__eventsnews-registerlink:after,
  .detail__backlink:before, .mainheader__calltoaction a:after {
    background: url(../images/layout/bg-sprite.png) -4000px -4000px no-repeat;
  }
  /* ----------------------------------------------------------------------------------------------------------- backgrounds */
  /* ----------------------------------------------------------------------------------------------------------- fonts */

  h1 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
  }

  h2, h3, h4, .navitem__link, .subnav__itemlink {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 2rem;
  }

  h1, h2, h3, h4 {
    text-transform: uppercase;
    line-height: 1.1em;
  }

  p, a, td, th, input, select, textarea, label, legend, h5, li, button {
    font-family: "Epilogue", sans-serif;
    font-weight: 300;
    color: #1a1a1a;
  }

  th {
    font-weight: 600;
  }

  .navitem__link, .logo p {
    font-family: "Epilogue", sans-serif;
  }

  .main__headerimage p {
    font-family: "Bree Serif";
  }
  /* ----------------------------------------------------------------------------------------------------------- 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;
    -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--load-progress.inactive {
    opacity: 0;
  }
  /* ----------------------------------------------------------------------------------------------------------- wrappers */
  /* ----------------------------------------------------------------------------------------------------------- block elements */

  header[role="banner"] {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  header[role="banner"].dark, header[role="banner"].menudark {
    background-color: #fff;
  }

  header[role="banner"].header--weltcup, header[role="banner"].header--weltcup.dark, header[role="banner"].header--weltcup.menudark {
    background-color: transparent;
  }

  header[role="banner"].header--weltcup:before {
    content: "";
    height: 75%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #b51621;
  }

  header[role="banner"].header--weltcup.dark:before {
    /* height: 50%; */
  }
  /* header[role="banner"].no--headerimage {
  background-color: #004e83;
} */

  .header__inner {
    max-width: 1680px;
    margin: 0 auto;
    position: relative;
  }

  .logo {
    display: inline-block;
    padding: 0.5em;
    float: left;
    -webkit-transition: all 300ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .logo--scl {
    float: right;
    margin: 0.5em 0 0 2em;
    -webkit-transition: all 300ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .logo--weltcup {
    transform: rotate(-25deg);
    width: 177px;
  }

  .dark .logo--scl {
    margin-top: 0.5em;
  }

  .dark .logo {
    max-width: 200px;
  }

  .dark .logo--weltcup {
    width: 100px;
  }
/* 
  @media screen and (max-width: 1160px) {
    .logo--weltcup {
      width: 160px;
    }
    .logo--scl {
      margin-left: 0;
      margin-right: 4em;
    }
  }

  @media screen and (max-width: 1024px) {
    header[role="banner"] {
      position: absolute;
      background-color: #004e83;
    }
    .logo {
      max-width: 200px;
    }
  }

  @media screen and (max-width: 900px) {
    .logo--weltcup {
      width: 120px;
    }
  }

  @media screen and (max-width: 768px) {
    .logo {
      max-width: 260px;
    }
  }

  @media screen and (max-width: 500px) {
    .logo {
      max-width: 200px;
    }
    .logo--weltcup {
      width: 100px;
    }

  } */

  .headerinfo {
    background-color: #FAF2DD;
    display: inline-block;
    float: right;
    padding: 0.5em;
    margin-right: 2em;
    height: 2.5em;
  }

  .headerinfo.incontent {
    position: relative;
    float: none;
    margin-right: 0.5em;
    width: 100%;
    text-align: right;
    margin-top: -1.5em;
    padding-bottom: 4em;
    display: block;
  }

  .langswitch {
    background-color: #FAF2DD;
    position: absolute;
    right: 0;
    top: 0;
    height: 2.5em;
  }

  /* @media screen and (max-width: 1680px) {
    .langswitch {
      right: 0.5em;
    }
  }

  @media screen and (max-width: 1440px) {
    .langswitch {
      right: 3em;
    }
    .headerinfo {
      margin-right: 5em;
    }
  } */

  .main__headerimage {
    /* position: fixed; */
    z-index: 1;
    /* top: 0;
    left: 0; */
    width: 100%;
  }

  /* @media screen and (max-width: 1024px) {
    .main__headerimage {
      position: absolute;
      top: 3em;
    }
  } */

  /* .main__headerimage:before {
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
  } */

  .slider {
    /*max-width: 1680px;*/
    margin: 0 auto;
    max-height: 100vH;
    overflow: hidden;
    /*box-shadow: 0 0 16px 16px rgba(0,0,0,0.5);*/
  }

  .slider__container {
    position: relative;
  }

  .slider .frame {
    position: absolute;
    top: 0;
    left: 0;
  }

  .ce-bodytext {
    position: relative;
  }

  .main__headerimage .ce-bodytext {
    position: absolute;
    left: 0;
    width: 100%;
    top: 40%;
    z-index: 10;
  }

  .main__headerimage .ce-left .ce-bodytext {
    left: auto;
    right: 0;
  }

  .main__headerimage:not(.imageheight) .ce-left.ce-above .ce-bodytext {
    top: 50%;
  }

  .frame-header-imageoverlay .ce-bodytext {
    padding: 1em 2em;
  }

  /* @media screen and (max-width: 600px) {

    .frame-header-imageoverlay .ce-bodytext {
      padding: 1em;
    }

  } */

  .mainheader__news {
    background-color: #b51621;
    position: relative;
  }

  .mainheader__news:before {
    content: "";
    background-color: #004e83;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    z-index: 0;
    position: absolute;
  }

  .maincontent__submenu {
    background-color: #004e83;
    position: relative;
    z-index: 9;
    margin-bottom: 2em;
  }

  /* @media screen and (max-width: 600px) {
    .maincontent__submenu {
      height: 0;
      overflow: hidden;
    }
  } */

  .hammerslide .ce-bodytext {
    display: none;
    top: 65%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .hammerslide .frame.active .ce-bodytext {
    top: 40%;
    opacity: 1;
  }

  @media screen and (max-width: 960px) {
    .hammerslide .ce-bodytext {
      top: 55%;
      right: 0;
      left: auto;
      text-align: right;
    }
    .main__headerimage .ce-bodytext, .hammerslide .frame.active .ce-bodytext, .main__headerimage:not(.imageheight) .ce-left.ce-above .ce-bodytext {
      top: 30%;
    }
  }

  @media screen and (max-width: 500px) {
    .main__headerimage .ce-bodytext, .hammerslide .frame.active .ce-bodytext, .main__headerimage:not(.imageheight) .ce-left.ce-above .ce-bodytext {
      display: none;
    }
  }

  .main__header {
    background-color: transparent;
    opacity: 1;
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  /* .has--headerimage .main__header {
    margin-top: 100vH;
  } */

  .main__headerimage.main__header.fadeout {
    opacity: 0;
  }

  .mainheader__content {
    padding-bottom: 20px;
  }

  /* @media screen and (max-width: 900px) {
      .mainheader__content {
        max-width: 75%;
      }
  } */

  .main__headerimage.is--background {
    z-index: -1;
  }

  .has--headerimage .mainheader__content {
    margin-top: 0;
    padding-bottom: 86px;
    /* scroll down */
  }

  .has--headerimage .mainheader__content--weltcup {
    padding-bottom: 20px;
  }

  .main__header .frame {
    /* background-color: #FAF2DD;*/
    /* rgba(250,242,221,0.5); */
    max-width: 1680px;
    margin: 0 auto;
    position: relative;
  }

  .main__content {
    z-index: 5;
    position: relative;
    background-color: #fff;
    min-height: 800px;
  }
  /* @media screen and (max-width: 420px) {

  .main__content {
    padding-top: 2em;
  }

} */

  .frame-layout-gold:after {
    content: "";
    background-position: -530px -250px;
    width: 400px;
    max-width: 1680px;
    margin: 0 auto;
    height: 250px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }

  .main__content>.frame, footer[role="contentinfo"]>.frame {
    max-width: 1680px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 4em;
  }

  /* @media screen and (max-width: 1680px) {
    .main__content>.frame, footer[role="contentinfo"]>.frame, .main__header .frame, .header__inner {
      width: 96%;
    }
  } */
  /*.main__content > .frame-type-text, .main__content > .frame-type-list, .main__content > .frame-type-header {
  padding-left: 2em;
  padding-right: 2em;
}*/

  .main__content>.frame-type-header {
    padding-bottom: 0;
    /* TODO check for all - 1em was before */
  }

  .main__content .container--moreboxes .frame-type-text {
    margin-top: 2em;
  }

  .main__content .col .container--moreboxes .frame-type-text {
    margin-top: 0em;
  }

  .frame-layout-gold+.frame {
    padding-top: 4em;
  }

  footer[role="contentinfo"]>.frame {
    background-color: transparent;
    position: relative;
    z-index: 1;
  }

  footer[role="contentinfo"]>.frame:first-child {
    padding-top: 4em;
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  /* @media screen and (max-width: 1024px) {
    footer[role="contentinfo"] > .frame:first-child {
      padding-top: 2em;
      padding-bottom: 6em;
    }
  } */

  .main__content>.frame.frame-layout-gold, .main__content .frame.frame-layout-gold-without {
    position: relative;
    background-color: #c9b27b;
    padding-top: 2em;
    overflow: hidden;
  }

  .frame.frame-layout-dark .frame__inner {
    background-color: #4C3928;
  }

  .main__content>.frame.frame-layout-gold .frame__inner {
    position: relative;
    z-index: 1;
  }

  .frame-header-imageoverlay .frame__inner {}

  .main__content>.frame:first-child {
    padding-top: 2em;
    margin-top: -1px;
    /* ipad */
  }

  .frame-overview .frame__inner {
    position: relative;
  }

  .frame-header-news .frame__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }

  .frame-overview header {
    position: absolute;
    bottom: 35%;
    padding: 2em 2em 1em;
  }

  .frame-type-header header {
    position: relative;
  }

  .main__content .frame-type-header header {
    border-bottom: none;
  }

  .frame-header-news header {
    flex: 0 0 20%;
    background-color: #004e83;
    border-right: 5px solid #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

/* @media screen and (max-width: 520px) {
  .frame-header-news header {
    flex: 0 0 30%;
  }
} */

  .container--twocolumn, .container--threecolumn, .container--moreboxes  /* .col--moreboxes */ {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; TODO */
    /*align-items: center;*/
  }

  .container--moreboxes  /* .col--moreboxes */ {
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 1680px;
    padding: 0;
  }

  .col .container--moreboxes  /* .col--moreboxes */ {
    margin-top: 2em;
  }

  .frame-container-halfboxes .container--moreboxes  /* .col--moreboxes */ {
    justify-content: flex-start;
  }

  .col--half {
    flex: 0 0 49%;
    margin-right: 2%;
  }

  .col--right {
    margin-right: 0;
  }

  .ie9 .col--half {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }

  .col--third {
    flex: 0 0 32%;
    overflow: hidden;
    margin-right: 2%;
    padding-right: 2px;
    /* cover the shadow of white boxes */
    padding-bottom: 2px;
    display: flex;
    flex-direction: column;
  }

  .col--third.col--three {
    margin-right: 0;
  }

  .ie9 .col--third {
    display: inline-block;
    width: 33%;
    vertical-align: top;
  }

  .articlelist--eventsnews, .tx-fb-feed, .tx-results, .detail--eventsnews, .detail__links-files-register, .files--eventsnews, .links--eventsnews, .list--gallery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .tx-fb-feed {
    margin-top: 1em;
  }

  .container--startpage-news {
    position: relative;
  }

.eventsnews-eventlist .monthname {

  margin-top: 2rem;
  }
  .eventsnews-eventlist .listitem--eventteaser {
  padding-top: 2.5rem;
  position: relative;
  
  }
.eventsnews-eventlist .listitem__date--eventteaser {
  position: absolute;
  top: 1rem;
  left: 2rem;
  width: 100%;
  }
.eventsnews-eventlist .listitem__header {
  padding-top: 0;
  }

  .listitem--eventsnews, .container--moreboxes .frame, 
  .main__content .frame-layout-4, 
  .feeditem, .frame--result, 
  .col--dates, .listitem--gallery {
    background-color: #fff;
    /* box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1); */
    margin-bottom: 2em;
    position: relative;
    overflow: hidden;
    /*TODO check if works in all cases */
  }

  .main__content>.frame-layout-4,
  .listitem--eventsnews, 
  .container--moreboxes .frame, 
  .feeditem, 
  .frame--result, 
  .col--dates, 
  .listitem--gallery, 
  .main__content > .frame-layout-5 {
    flex: 0 0 24%;
    margin-right: 1.333%;
  }

  .col--reviews.has-no-announces .listitem--eventsnews:nth-child(3) {
    margin-right: 24%;
  }

  /* .col--reviews.has-no-announces .listitem--eventsnews {
    margin-right: 2%;
  }

  .col--reviews.has-no-announces .listitem--eventsnews:nth-child(2n) {
    margin-right: 2%;
  }
*/
  /* .col--reviews.has-no-announces .listitem--eventsnews:nth-child(4n) {
    margin-right: 2%;
  } */
/*
  .col--reviews.has-no-announces .listitem--eventsnews:nth-child(5) {
    margin-right: 0;
  }  */   

  .frame-container-yearboxes .frame {
    overflow: visible;
  }

  .listitem--gallery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }

  .col--half>.frame:first-child {
    margin-top: 2em;
  }

  @media screen and (max-width: 900px) {
    .col--half>.frame:first-child {
      margin-top: 0;
    }
  }

  .col--dates {
    margin-right: 0;
  }

  .detail__image--eventsnews {
    flex: 0 0 35%;
    margin-right: 5%;
  }

  .detail__content--eventsnews {
    flex: 0 0 60%;
    position: relative;
  }

  .detail__eventsnews-registration {
    width: 100%;
  }

  @media screen and (max-width: 900px) {
    .detail__image--eventsnews, .detail__content--eventsnews {
      flex: 0 0 100%;
      margin-right: 0;
    }
    .detail__image--eventsnews {
      margin-bottom: 1em;
      text-align: center;
    }
  }

  .detail__links-files-register, .detail__images--eventsnews {
    flex: 0 0 100%
  }

  .detail__links-files-register {
    padding: 2em 0;
  }

  .main__content .frame-layout-5 {
    background-color: #EAEAEA;
  }
  /* .has--dates .col--announces .listitem--eventsnews, .has--dates.no--announces .col--reviews .listitem--eventsnews {
  flex: 0 0 32%;
} */

  .col .container--moreboxes .frame {
    flex: 0 0 49%;
    margin-left: 0;
    margin-right: 0;
  }

  @media screen and (max-width: 1024px) {
    .col .container--moreboxes .frame {
      flex: 0 0 100%;
    }
  }

  /* .listitem--eventsnews:nth-child(4n),
  .container--moreboxes .frame:nth-child(4n), 
  .col .container--moreboxes .frame:nth-child(2n), 
  .feeditem:nth-child(4n), 
  .listitem--gallery:nth-child(4n) {
    margin-right: 0;
  } */

  .has--dates .col--announces .listitem--eventsnews:nth-child(3), .has--dates.no--announces .col--reviews .listitem--eventsnews:nth-child(3) {
    margin-right: 25%;
  }

  .has--dates .col--announces .listitem--eventsnews:nth-child(4), .has--dates.no--announces .col--reviews .listitem--eventsnews:nth-child(4) {
    margin-right: 1.333%;
  }

  .frame-container-halfboxes .container--moreboxes .frame {
    flex: 0 0 49%;
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 2%;
  }

  .frame-container-halfboxes .container--moreboxes .frame:nth-child(2n) {
    margin-right: 0;
  }

  .main__content .frame-layout-4 {
    padding: 0;
    margin: 0 auto;
    max-width: 1680px;
  }

  .main__content .frame-type-header+.frame-layout-4 {
    margin-top: 1em;
  }

  .main__content .frame-type-header+.frame-type-list {
    margin-top: 2em;
  }

  .main__content>.frame-layout-4:first-child {
    padding-top: 0;
  }

  /* .listitem--eventsnews:hover {
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  } */

  .frame-header-imageoverlay {
    position: relative;
    overflow: hidden;
  }

  .col--dates {
    position: absolute;
    width: 24%;
    right: 0;
    top: 0;
    background-color: #fff;
    padding: 1em;
  }

  /* .col--announces, .col--dates, .col--reviews {
  flex: 0 0 100%;
}

.has--dates .col--announces {
  flex: 0 0 75%;
}

.has--announces .col--dates, .has--reviews .col--dates {
  flex: 0 0 24%;
  margin-left: 1%;
  background-color: #EAEAEA;
  padding: 1em;
}

.has--reviews.no--announces .col--dates {
  order: 1;
}

.has--reviews.no--announces .col--reviews {
  flex: 0 0 75%;
}
*/

  @media screen and (max-width: 1480px) {
    .listitem--eventsnews, .container--moreboxes .frame, .main__content>.frame-layout-4, .feeditem, .main__content>.frame-layout-5, .frame--result, .listitem--gallery {
      flex: 0 0 32%;
      margin-right: 2%;
    }
    .has--dates .col--announces .listitem--eventsnews:nth-child(3), .has--dates.no--announces .col--reviews .listitem--eventsnews:nth-child(3) {
      margin-right: 2%;
    }
    .has--dates .col--announces .listitem--eventsnews:nth-child(2), .has--dates.no--announces .col--reviews .listitem--eventsnews:nth-child(2) {
      margin-right: 32%;
    }

    .col--reviews.has-no-announces .listitem--eventsnews {
      margin-right: 2%;
    }

    .col--reviews.has-no-announces .listitem--eventsnews:nth-child(2n) {
      margin-right: 2%;
    }

    .col--reviews.has-no-announces .listitem--eventsnews:nth-child(3n) {
      margin-right: 2%;
    }

    .col--reviews.has-no-announces .listitem--eventsnews:nth-child(2) {
      margin-right: 32%;
    }

    .col--reviews.has-no-announces .listitem--eventsnews:nth-child(5) {
      margin-right: 0;
    }    

    .col--dates {
      width: 32%;
    }
    .listitem--eventsnews:nth-child(4n), .container--moreboxes .frame:nth-child(4n)/*, .col .container--moreboxes .frame:nth-child(2n)*/
    , .feeditem:nth-child(4n), .listitem--gallery:nth-child(4n) {
      margin-right: 2%;
    }
    .listitem--eventsnews:nth-child(3n), .container--moreboxes .frame:nth-child(3n)/*, .col .container--moreboxes .frame:nth-child(2n) */
    , .feeditem:nth-child(3n), .listitem--gallery:nth-child(3n), .frame--result:nth-child(3n) {
      margin-right: 0;
    }
    .frame-container-halfboxes .container--moreboxes .frame:nth-child(3n) {
      margin-right: 2%;
    }
  }

  @media screen and (max-width: 1160px) {
    .container--threecolumn {
      flex-wrap: wrap;
    }
    .frame-container-overlays .col--third {
      flex: 0 0 45%;
      margin-bottom: 4em;
    }
    footer[role="contentinfo"] .col--third {
      flex: 0 1 30%;
    }
    .frame-container-overlays .col--third:last-child {
      margin-left: 27.5%;
      margin-bottom: 0;
    }
  }

  @media screen and (max-width: 1024px) {
    .col--dates {
      width: 48%;
    }
    .listitem--eventsnews {
      flex: 0 0 48%;
    }
    .listitem--eventsnews, .container--moreboxes .frame, .main__content>.frame-layout-4, .feeditem, .main__content>.frame-layout-5, .frame--result, .listitem--gallery {
      flex: 0 0 48%;
      margin-right: 4%;
    }
    .listitem--eventsnews:nth-child(3n), .container--moreboxes .frame:nth-child(3n)/*, .col .container--moreboxes .frame:nth-child(2n) */
    , .feeditem:nth-child(3n), .listitem--gallery:nth-child(3n), .frame--result:nth-child(3n) {
      margin-right: 4%;
    }
    .listitem--eventsnews:nth-child(2n), .container--moreboxes .frame:nth-child(2n)/*, .col .container--moreboxes .frame:nth-child(2n) */
    , .feeditem:nth-child(2n), .listitem--gallery:nth-child(2n), .frame--result:nth-child(2n) {
      margin-right: 0;
    }

    .col--reviews.has-no-announces .listitem--eventsnews {
      margin-right: 0;
    }

    .col--reviews.has-no-announces .listitem--eventsnews:nth-child(2n) {
      margin-right: 4%;
    }

    .has--dates .col--announces .listitem--eventsnews:nth-child(3), .has--dates.no--announces .col--reviews .listitem--eventsnews:nth-child(3) {
      margin-right: 0;
    }
    .has--dates .col--announces .listitem--eventsnews:nth-child(2), .has--dates.no--announces .col--reviews .listitem--eventsnews:nth-child(2) {
      margin-right: 4%;
    }
    .has--dates .col--announces .listitem--eventsnews:nth-child(1), .has--dates.no--announces .col--reviews .listitem--eventsnews:nth-child(1) {
      margin-right: 32%;
    }
  }

  @media screen and (max-width: 900px) {
    .container--twocolumn {
      flex-wrap: wrap;
    }
    .main__content .col--half {
      flex: 0 0 100%;
    }
    .main__content .col--left {
      margin-bottom: 2em;
    }
    .col--left .frame-overview {
      margin-bottom: 2em;
    }
    .main__content .col--third, footer[role="contentinfo"] .col--third {
      flex: 0 0 48%;
      margin-right: 4%;
    }
    .col--third.col--one, .col--third.col--two {
      margin-bottom: 2em;
    }
    .col--third.col--two, footer[role="contentinfo"] .col--two {
      margin-right: 0;
    }
    .main__content .col--three, footer[role="contentinfo"] .col--three {
      margin-right: 0;
    }

    .frame-container-overlays .col--third {
      flex: 0 0 70%;
      margin-bottom: 4em;
    }
    .frame-container-overlays .col--third:last-child {
      margin-left: 0;
      margin-bottom: 0;
    }
  }

  @media screen and (max-width: 1024px) {
    .col--dates {
      width: 48%;
    }

    .listitem--eventsnews {
      flex: 0 0 48%;
    }

    .col--reviews.has-no-announces .listitem--eventsnews:first-child {
      margin-right: 50%;
    }

    .main__content>.frame-layout-4, .main__content>.frame-layout-5, .frame--result {
      flex: 0 0 100%;
      margin-right: 0;
    }
  }

  @media screen and (max-width: 768px) {
    .frame-container-overlays .col--third {
      flex: 0 0 80%;
    }
    /*.frame-container-overlays .col--third:last-child {
    margin-left: 10%;
  }  */
  }

  @media screen and (max-width: 680px) {
    .frame-container-overlays .col--third {
      flex: 0 0 90%;
    }
    /*.frame-container-overlays .col--third:last-child {
    margin-left: 5%;
  }  */
  }

  @media screen and (max-width: 600px) {
    footer[role="contentinfo"] .col--third {
      flex: 0 1 50%;
    }
    footer[role="contentinfo"] .col--third.col--three {
      flex: 0 0 100%;
    }
  }

  @media screen and (max-width: 580px) {
    .main__content .col--third {
      flex: 0 0 100%;
    }
    footer[role="contentinfo"] .col--half {
      flex: 0 0 100%;
    }
    footer[role="contentinfo"] .col--left {
      margin-bottom: 2em;
    }
    footer[role="contentinfo"] .col--left .ce-gallery {
      justify-content: space-around;
    }
  }

  @media screen and (max-width: 560px) {

    .listitem--eventsnews, .container--moreboxes .frame, .main__content>.frame-layout-4, .feeditem, .main__content>.frame-layout-5, .frame--result, .listitem--gallery {
      flex: 0 0 100%;
      margin-right: 0;
    }

    .col--dates {
      width: 100%;
      float: left;
      position: relative;
    }

    footer[role="contentinfo"] .col--third {
      flex: 0 0 100%;
    }
  }
  /*.col--half .frame, .col--third .frame {
  padding: 0 2em;
}*/

  .container--moreboxes .container__row .frame {
    flex: 0 0 48%;
  }

  .ie9 .container--moreboxes .container__row .frame {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-left: 1em;
    padding-right: 2em;
  }

  .container--moreboxes .container__row .frame-type-header {
    flex: 0 0 100%;
  }

  .ie9 .container--moreboxes .container__row .frame-type-header {
    display: block;
  }

  @media screen and (max-width: 800px) {
    .container--moreboxes .container__row .frame {
      flex: 0 0 100%;
    }
  }
  /*.main__content .col--half .frame-type-text, .main__content .col--third .frame-type-text {
  padding: 0 4em;
}*/

  .frame-header-imageoverlay header {
    position: absolute;
    top: 360px;
    z-index: 1;
    padding: 1em 2em;
  }

   @media screen and (max-width: 600px) {
     .frame-header-imageoverlay header {
       padding: 1em;
     }
   }

  .container--moreboxes .frame-default header {
    padding: 0.5em 1em;
  }

  .main__header .cd-text {
    position: relative;
    padding: 2em 0;
  }

  .frame-header-news .cd-text {
    flex: 0 0 80%;
    background-color: #b51621;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: spac-around;
    padding: 1em 2em;
  }

  @media screen and (max-width: 520px) {
    .frame-header-news .cd-text {
      flex: 0 0 70%;
    }
  }

  .col--half .cd-text {
    padding: 2em 0;
  }

  .main__content .col--left .cd-text {
    padding-right: 4em;
  }

  .main__content .frame-layout-4 header, .main__content .frame-layout-5 header {
    padding: 2em 4em 0;
  }

  .main__content .frame-layout-4 .cd-text, .main__content .frame-layout-5 .cd-text {
    padding: 2em 4em;
  }

  .main__content .frame-layout-4 header+.cd-text, .main__content .frame-layout-5 header+.cd-text {
    padding-top: 0;
  }

  @media screen and (max-width: 1024px) {
    .main__content .frame-layout-4 header, .main__content .frame-layout-5 header {
      padding: 2em 2em 0;
    }
    .main__content .frame-layout-4 .cd-text, .main__content .frame-layout-5 .cd-text {
      padding: 2em 2em;
    }
  }

  @media screen and (max-width: 900px) {
    .main__content .col--left .cd-text {
      padding-right: 0;
    }
    .main__content .frame-layout-4 .cd-text, .main__content .frame-layout-5 .cd-text {
      padding: 2em 0;
    }
  }

  @media screen and (max-width: 600px) {
    .main__content .frame-layout-4 header, .main__content .frame-layout-5 header {
      padding: 2em 0 0;
    }
    .main__content .frame-layout-4 .cd-text, .main__content .frame-layout-5 .cd-text {
      padding: 2em 0;
    }
  }

  @media screen and (max-width: 540px) {
    .main__content .col--half .frame-type-text, .main__content .col--third .frame-type-text {
      padding: 0 1em;
    }
    .main__content .col--left .frame:not(.frame-overview), .main__content .col--right .frame:not(.frame-overview) {
      padding: 0;
    }
  }

  .main__content>.frame .text-center {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
  }

  .main__content>.frame figure.video {
    max-width: 800px;
    margin: 0 auto;
  }

  .main__content .container--moreboxes .frame-type-text header, .main__content .container--moreboxes .frame-type-text .cd-text {
    padding: 1em;
  }

  @media screen and (max-width: 600px) {

  }

  .main__content .frame-container-yearboxes .container--moreboxes .frame-type-text header {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .main__content .container--moreboxes .frame-type-text header+.cd-text {
    padding-top: 0em;
  }

  .main__content .frame-container-yearboxes .container--moreboxes .frame-type-text header+.cd-text {
    padding-top: 3em;
  }

  .main__content .ce-right, .main__content .ce-left, footer[role="contentinfo"] .ce-left, footer[role="contentinfo"] .ce-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .ce-gallery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer--weltcup .ce-gallery[data-ce-columns="4"], .footer--weltcup .ce-gallery[data-ce-columns="5"] {
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
  }

  .eventsnews__ce-gallery {
    margin: 0.5em 0;
  }

  .main__content .ce-right:not(.ce-nowrap) .ce-gallery,
  /* .main__content .ce-right .ce-bodytext,*/

  .main__content .ce-left:not(.ce-nowrap) .ce-gallery
  /*, .main__content .ce-left .ce-bodytext*/

  {
    max-width: 50%;
    /* ie */
    flex: 0 0 50%;
  }

  .ie9 .main__content .ce-right .ce-gallery, .ie9 .main__content .ce-right .ce-bodytext, .ie9 .main__content .ce-left .ce-gallery, .ie9 .main__content .ce-left .ce-bodytext {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-left: 2em;
    padding-right: 2em;
  }

  .main__content .ce-right .ce-bodytext, .main__content .ce-left .ce-gallery {
    padding-right: 2em;
  }

  .main__content .frame-layout-4 .ce-right .ce-bodytext {
    padding-left: 2em;
  }

  .main__content .ce-right .ce-gallery {
    order: 1;
    padding-left: 2em;
  }

  .main__content .ce-right.ce-nowrap .ce-bodytext, .main__content .ce-left.ce-nowrap .ce-bodytext {
    width: auto;
    max-width: 66%;
    flex: 1 1 auto;
    padding: 2em 4em 2em 0;
  }

  .main__content .col .ce-right.ce-nowrap .ce-bodytext, .main__content .col .ce-left.ce-nowrap .ce-bodytext {
    padding: 1em 2em;
    flex: 1 1 auto;
    max-width: none;
  }

  .main__content .ce-right.ce-nowrap .ce-gallery {
    width: auto;
    flex: 0 0 auto;
  }

  .ie9 .main__content .ce-right .ce-gallery {
    float: right;
  }

  .main__content .ce-left .ce-bodytext, .main__content .ce-left.ce-nowrap .ce-bodytext {
    padding-right: 2em;
    padding-left: 4em;
  }

  .container--moreboxes .frame-default .ce-bodytext {
    padding: 0.5em 1em;
  }

  .frame-header-imageoverlay .ce-gallery {
    max-height: 460px;
    overflow: hidden;
  }

  .ce-image .ce-gallery[data-ce-columns="5"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -flex;
    flex-direction: row;
  }

  .ce-image .ce-gallery[data-ce-columns="5"] .ce-column {
    display: inline-block;
    max-width: 20%;
    flex: 0 0 15%;
    margin-right: 6.25%;
    margin-bottom: 2em;
  }

  .ce-image .ce-gallery[data-ce-columns="5"] .ce-column:nth-child(5n) {
    margin-right: 0;
  }

  .footer__sponsors .ce-column {
    flex: 0 0 11%;
    padding: 0.5em;
  }

  @media screen and (max-width: 1160px) {
    .footer__sponsors .ce-column {
      flex: 0 0 13%;
    }
  }

  @media screen and (max-width: 1024px) {
    .frame-container-halfboxes .container--moreboxes .frame {
      flex: 0 0 100%;
      margin-left: 0;
      margin-right: 0;
    }
    .main__content .ce-right, .main__content .ce-left, footer[role="contentinfo"] .ce-left, footer[role="contentinfo"] .ce-right {
      flex-wrap: wrap;
    }
    .main__content .ce-right:not(.ce-nowrap) .ce-gallery, .main__content .ce-left:not(.ce-nowrap) .ce-gallery {
      max-width: 100%;
      /* ie */
      flex: 0 0 100%;
    }
    .main__content .ce-right .ce-gallery, .main__content .ce-right .ce-bodytext, footer[role="contentinfo"] .ce-right .ce-gallery, footer[role="contentinfo"] .ce-right .ce-bodytext {
      max-width: none;
      /* ie */
      flex: 0 0 100%;
      padding-left: 2em;
      padding-right: 2em;
    }
    .main__content .frame-container-halfboxes .ce-right:not(.ce-nowrap) .ce-gallery, .main__content .frame-container-halfboxes .ce-left:not(.ce-nowrap) .ce-gallery {
      max-width: 34%;
      flex: 0 0 34%;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0;
    }
    .main__content .frame-container-halfboxes .ce-right:not(.ce-nowrap) .ce-bodytext, .main__content .frame-container-halfboxes .ce-left:not(.ce-nowrap) .ce-bodytext {
      flex: 0 0 66%;
    }
    .main__content .ce-left .ce-bodytext, .main__content .ce-left .ce-gallery, .main__content .ce-right .ce-bodytext, .main__content .ce-right .ce-gallery, footer[role="contentinfo"] .ce-left .ce-bodytext, footer[role="contentinfo"] .ce-left .ce-gallery {
      max-width: none;
      flex: 0 0 100%;
      padding-left: 2em;
      padding-right: 2em;
    }
    .main__content .ce-left.ce-nowrap .ce-gallery, .main__content .ce-right.ce-nowrap .ce-gallery {
      flex: 0 0 100%;
    }
    .main__content .ce-right .ce-gallery, .main__content .ce-left .ce-gallery, footer[role="contentinfo"] .ce-right .ce-gallery, footer[role="contentinfo"] .ce-left .ce-gallery {
      order: 0;
      margin-bottom: 1em;
    }
    .main__content .ce-left .ce-gallery[data-ce-columns="1"] .image, .main__content .ce-right .ce-gallery[data-ce-columns="1"] .image, footer[role="contentinfo"] .ce-left .ce-gallery[data-ce-columns="1"] .image, footer[role="contentinfo"] .ce-right .ce-gallery[data-ce-columns="1"] .image {
      text-align: center;
    }
    .main__content .ce-left .ce-gallery[data-ce-columns="1"] .image a, .main__content .ce-right .ce-gallery[data-ce-columns="1"] .image a, footer[role="contentinfo"] .ce-left .ce-gallery[data-ce-columns="1"] .image a, footer[role="contentinfo"] .ce-right .ce-gallery[data-ce-columns="1"] .image a {
      display: inline-block;
    }
    .main__content .ce-right.ce-nowrap .ce-bodytext, .main__content .ce-left.ce-nowrap .ce-bodytext {
      width: auto;
      max-width: none;
    }
    .main__content .ce-left .ce-bodytext, .main__content .ce-left.ce-nowrap .ce-bodytext, .main__content .ce-right .ce-bodytext, .main__content .ce-right.ce-nowrap .ce-bodytext {
      padding: 2em;
    }
  }

  @media screen and (max-width: 900px) {
    footer[role="contentinfo"] .col--third .ce-left .ce-gallery {
      flex: 0 0 30%;
    }
    footer[role="contentinfo"] .col--third .ce-left .ce-bodytext {
      flex: 0 0 65%;
    }
    .footer__sponsors .ce-column {
      flex: 0 0 15%;
    }
  }

  @media screen and (max-width: 580px) {
    .main__content .frame-container-halfboxes .ce-right:not(.ce-nowrap) .ce-gallery, .main__content .frame-container-halfboxes .ce-left:not(.ce-nowrap) .ce-gallery {
      max-width: 100%;
      flex: 0 0 100%;
    }
  }

  @media screen and (max-width: 520px) {
    footer[role="contentinfo"] .col--third .ce-left .ce-gallery {
      flex: 0 0 100%;
    }
    footer[role="contentinfo"] .col--third .ce-left .ce-bodytext {
      flex: 0 0 100%;
    }
    .footer__sponsors .ce-column {
      flex: 0 0 20%;
    }
  }

  .frame-overview .ce-bodytext {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
  }

  @media screen and (max-width: 460px) {
    .frame-overview .ce-bodytext {
      position: relative;
    }
  }

  .frame-layout-dark .ce-bodytext {
    padding: 2em;
  }

  .ce-gallery[data-ce-columns="1"]:not(.eventsnews__ce-gallery) {
    display: block;
  }

  .ce-gallery.ifws-xgallery__ce-gallery[data-ce-columns="1"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .ifws-xgallery__ce-gallery[data-ce-columns="1"] .image {
    flex: 0 0 20%;
    overflow: hidden;
  }

  @media screen and (max-width: 1024px) {
    .ifws-xgallery__ce-gallery[data-ce-columns="1"] .image {
      flex: 0 0 25%;
    }
  }

  .footer__sponsors .ce-gallery, .footer__sponsors .ce-gallery[data-ce-columns="1"] {
    max-width: 1680px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .ce-gallery[data-ce-columns="2"] .ce-column {
    flex: 0 0 50%;
  }

  .ie9 .ce-gallery[data-ce-columns="2"] .ce-column {
    display: inline-block;
    width: 50%;
    margin-bottom: -5px;
  }

  .ce-gallery[data-ce-columns="4"] .ce-column {
    flex: 0 0 25%;
  }

  .ce-gallery[data-ce-columns="5"] .ce-column {
    flex: 0 0 20%;
  }

  .footer--weltcup .ce-gallery[data-ce-columns="4"] .ce-column,   .footer--weltcup .ce-gallery[data-ce-columns="5"] .ce-column {
    padding-left: 1em;
    padding-right: 1em;
  }

  .eventsnews__ce-gallery .image {
    flex: 0 0 20%;
    overflow: hidden;
  }

  .ie9 .ce-gallery[data-ce-columns="4"] .ce-column {
    display: inline-block;
    width: 25%;
    margin-bottom: -5px;
  }

  .listitem__content--gallery {
    flex: 1 0 auto;
  }

  @media screen and (max-width: 768px) {
    .ce-gallery[data-ce-columns="4"] .ce-column {
      flex: 0 0 50%;
    }

    .footer--weltcup .ce-gallery[data-ce-columns="4"] .ce-column {
      flex: 0 0 25%;
    }

    .footer--weltcup .ce-gallery[data-ce-columns="5"] .ce-column {
      flex: 0 0 20%;
    }
  }

  .frame-text-overlay {
    position: relative;
  }

  .frame-text-overlay header {
    position: absolute;
    top: 0;
    left: 2em;
    right: 2em;
  }

  .frame-text-overlay .ce-bodytext {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 2em;
    right: 2em;
  }

  @media screen and (max-width: 1300px) {
    .col--third .frame-text-overlay {
      padding: 0 1em;
    }
    .frame-text-overlay .ce-bodytext {
      left: 1em;
      right: 1em;
    }
  }

  @media screen and (max-width: 1160px) {
    .col--third .frame-text-overlay {
      padding: 0 2em;
    }
    .frame-text-overlay .ce-bodytext {
      left: 2em;
      right: 2em;
    }
  }

  @media screen and (max-width: 460px) {
    .col--third .frame-text-overlay {
      padding: 0;
    }
    .frame-text-overlay .ce-bodytext {
      position: relative;
      background-color: #4c3928;
      left: auto;
      right: auto;
    }
  }

  footer[role="contentinfo"] {
    position: relative;
    z-index: 4;
    /* box-shadow: inset 0 0.25em 0.25em -0.25em rgba(0, 0, 0, 1); */
    background-color: #fff;
    /* padding: 2em 0; */
  }

  footer.footer--weltcup {
    background-image: url(../images/layout/fisbalken-footer.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    /* background-attachment: fixed;
    position: fixed;
    bottom: 0;
    left: 0; */
    width: 100%;
    z-index: 0;
  }

  @media screen and (max-width: 1024px) {
    footer.footer--weltcup {
      background-position: center bottom;
      background-size: contain;
      background-attachment: scroll;
      position: relative;
      bottom: auto;
      left: auto;
      width: 100%;
      z-index: 0;
    }
  }

  .wetter-osttirol {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 80%;
  }

  .weather-day {
    flex: 0 0 32%;
  }

  .ie9 .weather-day {
    display: inline-block;
    width: 32%;
    margin-right: 0.5%;
  }

  .pricetable {
    margin-top: 2em;
  }

  .frame-type-header+.frame .pricetable, .frame-type-header+.frame+.frame .pricetable {
    margin-top: 0;
  }

  .pricetable table tr td, .pricetable table tr th {
    padding: 0.5em 1em;
  }

  .pricetable table tr:nth-child(2n+1) td {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .listitem__header, .category__header,
  .main__content .frame-layout-4 .listitem__header {
    /* padding: 1em 2em 0; */
  }

  .listitem__footer {
    /* padding: 1em 2em 3em; */
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
  }

  /* .listitem__teaser, .category__items {
    padding: 0 2em;
  } */

  @media screen and (max-width: 600px) {
    .listitem__header, .category__header {
      padding-left: 1em;
      padding-right: 1em;
    }
    .listitem__teaser, .category__items {
      padding: 0 1em;
    }
  }

  .category__items {
    padding-bottom: 1em;
  }

  .feeditem__image {
    max-height: 280px;
    overflow: hidden;
  }

  .feeditem__textcontent {
    padding: 1em 2em 3em;
  }

  @media screen and (max-width: 600px) {
    .feeditem__textcontent {
      padding: 1em 1em 3em;
    }
  }

  .footer__sponsors {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #d2d2d2;
  }

  @media screen and (max-width: 1680px) {
    .footer__sponsors {
      width: 96%;
      margin-left: auto;
      margin-right: auto;
    }
  }

  .eventsnews-registration-success-popup {
    text-align: center;
  }

  .popup__content {
      display: inline-block;
      padding: 2em 4em;
      background-color: #fff;
      text-align: left;
      max-width: 50%;
  }

  @media screen and (max-width: 1024px) {
    .popup__content {
      max-width: 80%;
    }
  }

  @media screen and (max-width: 768px) {
    .popup__content {
      max-width: 90%;
    }
  }

  /* ----------------------------------------------------------------------------------------------------------- block elements */
  /* ----------------------------------------------------------------------------------------------------------- images & media*/

  .listitem--eventsnews figure {
    max-height: 300px;
    overflow: hidden;
  }

  .video-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
  }

  .video-embed iframe, .video-embed object, .video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .listitem--eventsnews img {
    width: 100%;
    border-radius: 20px;
  }

  .logo img, .logo--weltcup img {
    -webkit-transition: all 300ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .main__headerimage img, .frame-text-overlay img, .ce-gallery[data-ce-columns="4"] .ce-column img,
  .ce-gallery[data-ce-columns="2"] .ce-column img, .weather-day img, .frame-header-imageoverlay img,
  .ce-gallery[data-ce-columns="5"] .ce-column img {
    width: 100%;
  }

  .ce-gallery--webcam img {
    border: 5px solid #FAF2DD;
  }

  img.loading {
    width: auto !important;
    height: auto !important;
    max-width: 42px !important;
    max-height: 42px !important;
    margin: 0.5em auto;
    display: block !important;
  }
.footer__sponsors .ce-column figure {
  text-align: center;
 }
  .footer__sponsors .ce-column img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    filter: url('../images/layout/gray.svg#grayscale');
    filter: gray;
    max-width: 120px;
    display: inline-block;
  }

  .footer__sponsors .ce-column img:hover {
    -webkit-filter: none;
    filter: none
  }

  @media screen and (max-width: 900px) {
    .detail__image--eventsnews img {
      margin: 0 auto;
    }
  }
  /* ----------------------------------------------------------------------------------------------------------- images & media*/
  /* ----------------------------------------------------------------------------------------------------------- text elements */

  .title--weltcup {
    font-size: 3em;
    color: #fff;
    font-weight: 800;
    text-align: right;
    text-transform: uppercase;
    padding: 0.25em 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;
  }

  .dark .title--weltcup {
    /* height: 0;
  overflow: hidden;
  padding: 0; */
    font-size: 1em;
  }

  @media screen and (max-width: 1260px) {
    .title--weltcup {
      font-size: 2em;
    }
  }

  @media screen and (max-width: 900px) {
    .title--weltcup {
      font-size: 1.25em;
    }
  }

  @media screen and (max-width: 560px) {
    .title--weltcup {
      font-size: 1em;
    }
  }

  @media screen and (max-width: 468px) {
    .title--weltcup {
      font-size: 0.875em;
    }
  }

  .ce-headline-center, .text-center {
    text-align: center;
  }

  .ce-headline-right, .text-right {
    text-align: right;
  }

  .logo figcaption, .logo-small figcaption, .frame-header-imageoverlay figcaption {
    display: none;
  }

  .headerinfo p {
    color: #4C3928;
  }

  .main__headerimage p {
    display: inline-block;
    font-size: 3em;
    color: #fff;
    padding: 1em 1.5em;
    line-height: 1.05em;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    /*border-right: 2px solid #fcb012;*/
  }

  @media screen and (max-width: 900px) {
    .main__headerimage p {
      padding: 0.5em 1em;
    }
  }

  .main__headerimage.imageheight p {
    font-size: 2em;
  }

  .main__header p {
    color: #fff;
  }

  .main__headerimage .ce-left p {
    float: right;
  }

  .main__header .frame h1 {
    position: relative;
    padding-top: 0.25em;
    color: #fff;
  }

  .has--headerimage .main__header .frame h1 {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }

  .main__header .frame h1:after {
    content: "";
    width: 10%;
    height: 2px;
    background-color: #fff;
    margin-left: 0;
    display: block;
    margin-top: 0.25em;
  }

  .has--headerimage .main__header .frame h1:after {
    margin-top: 0.5em;
  }

  .main__header h2 {
    color: #fff;
  }

  .frame-header-news h5 {
    font-size: 2em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
  }

  @media screen and (max-width: 1100px) {
    .main__header .frame h1 {
      font-size: 2em;
      line-height: 1em;
    }
    .main__headerimage p, .main__headerimage.imageheight p {
      font-size: 2em;
    }
    h2 {
      font-size: 1.75em;
    }
  }

  @media screen and (max-width: 900px) {
    .mainheader__news h2 {
      font-size: 1.25em;
    }
    .frame-header-news h5 {
      font-size: 1.5em;
    }
  }

  @media screen and (max-width: 520px) {
    .main__header .frame h1 {
      font-size: 1.5em;
    }

    h2 {
      font-size: 1.25em;
    }

    .main__content h3 {
      font-size: 1.143em;
    }

    .mainheader__news h2 {
      font-size: 1em;
    }

    .frame-header-news h5 {
      font-size: 0.875em;
    }
  }

  .popup__content h3 {
    padding-bottom: 1em;
  }

  .popup__content h3 + p {
    padding-bottom: 1em;
  }

  /* @media screen and (max-width: 740px) {
    .main__headerimage p, .main__headerimage.imageheight p {
      font-size: 1.5em;
    }
  }

  @media screen and (max-width: 670px) {
    .main__headerimage p, .main__headerimage.imageheight p {
      font-size: 1.25em;
    }
  }

  @media screen and (max-width: 600px) {
    .main__header .frame h1 {
      font-size: 1.5em;
      line-height: 1em;
    }
    h2 {
      font-size: 1.5em;
    }
  }

  @media screen and (max-width: 440px) {
    .main__header .frame h1 {
      font-size: 1.25em;
    }
  }

  @media screen and (max-width: 460px) {
    .main__header .frame-type-header h1:before, .main__header .frame-type-header h1:after {
      display: none;
    }
  }
 */

  .main__content h2 {
    padding-bottom: 0.5em;
  }

  .main__content .frame-layout-dark h2 {
    color: #fcb012;
  }

  .main__content .frame-overview h2 {
    color: #fff;
    /*text-shadow: 0 0 5px rgba(0,0,0,0.7);*/
    position: relative;
    margin-bottom: 0.5em;
    max-width: 80%;
  }

  .main__content .frame-header-imageoverlay h2, .main__content .frame-header-imageoverlay h3 {
    color: #fff;
  }

  @media screen and (max-width: 600px) {
    .main__content .frame-overview h2 {
      max-width: 100%;
    }
  }

  .main__content .frame-overview h2:after {
    content: "";
    width: 1em;
    height: 2px;
    background-color: #fcb012;
    display: block;
    position: absolute;
    bottom: 0;
  }

  .main__content h3, footer[role="contentinfo"] h3 {
    /*padding-bottom: 0.67em;*/
    /* padding-bottom: 0.5em; */
  }

  footer[role="contentinfo"] h3, .eventsnews-registration h3 {
    margin-bottom: 0.5em;
  }

  .main__content h3.listitem__headline {
    margin-bottom: 0.67em;
  }

  .listitem__headline--gallery {
    padding: 0.5em 1em;
  }

  .main__content .frame-container-yearboxes .container--moreboxes .frame-type-text header h3 {
    display: inline-block;
    width: 3em;
    height: 3em;
    background-color: #f2f2f2;
    border-radius: 50%;
    color: #b51621;
    line-height: 3em;
    /*box-shadow: inset 0px -2px 0px rgba(0,0,0,0.1);  */
  }

  .main__content h3.ce-headline-center {
    max-width: 90%;
    margin: 0 auto;
  }

  .detail__links-files-register h4 {
    flex: 0 0 100%;
  }

  .main__content p, .main__content li, .main__content td, .main__content th, footer p {
    color: #363636;
    font-size: 1rem;
  }

  .main__content th[scope="row"] {
    text-align: left;
  }

  .main__content tr:nth-of-type(2n) td, .main__content tr:nth-of-type(2n) th {
    background-color: #fff;
  }

  .main__content .frame-layout-4 tr:nth-of-type(2n) td, .main__content .frame-layout-4 tr:nth-of-type(2n) th {
    background-color: #fff;
  }

  .main__content .frame-layout-dark p {
    color: #faf2dd;
  }

  .main__content .frame-overview p {
    color: #fff;
    max-width: 50%;
  }

  @media screen and (max-width: 600px) {
    .main__content .frame-overview p {
      max-width: 80%;
    }
  }

  .main__content ul {
    margin-left: 1.5em;
  }

  .main__content ul.files--eventsnews, .main__content ul.links--eventsnews {
    list-style-type: none;
    margin-left: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .main__content li {
    padding-bottom: 0.25em;
  }

  .main__content .maincontent__submenu li {
    padding-bottom: 0;
  }

  .main__content ul.eventsnews-files li, .main__content ul.eventsnews-links li {
    padding-bottom: 0;
    padding-right: 1em;
  }

  .main__content ul.eventsnews-files li:last-type, .main__content ul.eventsnews-links li:last-type {
    padding-right: 0;
  }

  .frame-text-overlay p, .frame-text-overlay li, footer[role="contentinfo"] li {
    color: #fff;
  }

  footer[role="contentinfo"].footer--weltcup p {
    color: #b51621;
  }

  .frame-text-overlay p, .frame-text-overlay ul {
    padding: 0 2em 2em;
  }

  .main__content p.listitem__date, .main__content p.feeditem__createdtime {
    position: absolute;
    left: 0;
    bottom: 0.5em;
    font-size: 0.875em;
    color: #919191;
  }


    @media screen and (max-width: 600px) {

      .main__content p.listitem__date, .main__content p.feeditem__createdtime {
        left: 1em;
      }
    }

  .main__content p.detail__teaser {
    font-weight: 600;
    margin-bottom: 1em;
  }

  .main__content .menu-subpages {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 0;
  }

  .main__content .menu-subpages__item {
    position: relative;
  }

  .main__content .menu-subpages[data-items="5"] .menu-subpages__item {
    flex: 0 0 20%;
  }

  .ie9 .main__content .menu-subpages[data-items="5"] .menu-subpages__item {
    display: inline-block;
    width: 20%;
    vertical-align: top;
  }

  @media screen and (max-width: 768px) {
    .main__content .menu-subpages {
      flex-wrap: wrap;
      justify-content: flex-start;
    }
    .main__content .menu-subpages[data-items="5"] .menu-subpages__item {
      flex: 0 0 33.3%;
    }
  }

  @media screen and (max-width: 540px) {
    .main__content .menu-subpages[data-items="5"] .menu-subpages__item {
      flex: 0 0 50%;
    }
  }
  /* .hammerslide p:after {
  content: "";
  background-color: #4C3928;
  height: 60%;
  top: 20%;
  width: 5px;
  display: block;
  position: absolute;
  left: 1em;
} */

  .weather-dayname, .weather-min-max {
    text-align: center;
    font-weight: 600;
  }

  .weather-link {
    flex: 0 0 100%;
    text-align: right;
  }

  .feeditem__link {
    text-align: right;
  }

  .detail__eventsnews-eventdate {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .listitem__date--announce, .detail__eventsnews-eventdate--announce {
    display: none;
  }
  /* ----------------------------------------------------------------------------------------------------------- text elements */
  /* ----------------------------------------------------------------------------------------------------------- links */

  a {
    text-decoration: none;
    /* font-weight: 600; */
    /* color: #004e83; */
  }

  a:hover {
    text-decoration: underline;
  }

  .headerinfo a, .langswitch a {
    color: #4C3928;
  }

  .headerinfo a {
    display: inline-block;
    vertical-align: middle;
  }

  .mainheader__news a {
    background-color: #fff;
    color: #b51621;
    font-weight: 800;
    padding: 0 0.5rem;
    display: inline-block;
  }

  .mainheader__news a:hover {
    text-decoration: none;
    color: #004e83;
  }

  .scrolldown {
    color: #fff;
    position: absolute;
    bottom: 0;
    margin-bottom: 1em;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    text-decoration: none;
  }

  .scrolldown:before {
    content: "";
    display: block;
    width: 18px;
    height: 32px;
    margin: 0.5em auto;
    background-position: -40px -60px;
  }

  .mainheader__news+.scrolldown {
    display: none;
  }

  .scrolldown:hover {
    text-decoration: none;
  }

  .mainheader__calltoaction a {
    background-color: #004e83;
    border: 5px solid #fff;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    text-align: center;
    position: absolute;
    right: 5%;
    bottom: 3em;
    z-index: 2;
    color: #fff;
    font-weight: 800;
    font-size: 1.25em;
    padding-top: 1.75em;
    transform: rotate(-7deg);
    text-transform: uppercase;
  }

  .mainheader__calltoaction a:after {
    content: "";
    background-position: -200px -100px;
    width: 24px;
    height: 16px;
    display: block;
    margin: 0 auto;
    margin-top: 0.5em;
  }

  .mainheader__calltoaction a:hover {
    background-color: #b51621;
    text-decoration: none;
  }

  @media screen and (max-width: 1024px) {
    .mainheader__calltoaction a {
      bottom: 5em;
    }
  }

  @media screen and (max-width: 900px) {
    .mainheader__calltoaction a {
      right: 0;
      bottom: 6em;
    }
  }

  @media screen and (max-width: 768px) {
    .mainheader__calltoaction a {
      font-size: 1em;
      width: 120px;
      height: 120px;
    }
  }

  @media screen and (max-width: 620px) {
    .mainheader__calltoaction a {
      font-size: 0.875em;
      width: 100px;
      height: 100px;
      border-width: 2px;
      padding-top: 1em;
      line-height: 1.1em;
    }
  }

  @media screen and (max-width: 420px) {
    .mainheader__calltoaction a {
      font-size: 0.75em;
      font-weight: 400;
      width: 80px;
      height: 80px;
      border-width: 2px;
      padding-top: 1em;
    }
  }

  .maincontent__submenu a {
    color: #fff;
    padding: 0.5em 1em;
    display: block;
  }

  .maincontent__submenu a span {
    font-weight: 600;
  }

  .maincontent__submenu a:hover {
    background-color: #b51621;
    text-decoration: none;
  }

  .more-link, .back-link, .listitem__morelink, .feeditem__link a, .download--resultlist, .download--eventsnews, .link--eventsnews, .detail__backlink, .detail__eventsnews-registerlink, .popup-modal-close {
    position: relative;
    display: inline-block;
    padding: 0.35em 1em;
    color: #fff;
    text-decoration: none;
    /* border: 2px solid #fff; */
    margin-top: 1em;
  }

  .listitem__morelink, .more-link, .feeditem__link, .feeditem__link a, .download--resultlist, .download--eventsnews, .link--eventsnews, .detail__backlink, .detail__eventsnews-registerlink, .popup-modal-close {
    color: #b51621;
    /* border-color: #b51621; */
  }

  .popup-modal-close {
    margin-top: 1em;
  }

  .download--resultlist, .download--eventsnews, .link--eventsnews {
    border: none;
    margin-top: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .download--eventsnews, .link--eventsnews {
    margin-top: 0;
  }

  .mainheader__news .more-link {
    color: #fff;
    border-color: #fff;
  }

  @media screen and (max-width: 520px) {
    .mainheader__news .more-link {
      font-size: 0.875em;
    }
  }


  .back-link {
    color: #4C3928;
    border-color: #4C3928;
  }

  .more-link:after, .back-link:before, .listitem__morelink:after, .feeditem__link a:after,
  .download--resultlist:after, .download--eventsnews:after, .link--eventsnews:after, .detail__backlink:before,
  .detail__eventsnews-registerlink:after {
    content: "";
    background-position: -200px -60px;
    width: 24px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
  }

  .back-link:before, .detail__backlink:before {
    background-position: -160px -60px;
    margin-left: 0;
    margin-right: 1em;
  }

  .more-link:hover, .back-link:hover, .listitem__morelink:hover, .download--resultlist:hover,
  .download--eventsnews:hover, .link--eventsnews:hover, .detail__backlink:hover, .detail__eventsnews-registerlink:hover {
    background-color: #fff;
    color: #363636;
    text-decoration: none;
  }

  .detail__eventsnews-remailregistrationlink {
    margin-left: 2em;
  }

  .feeditem__link a:after, .link--eventsnews:after {
    background-position: -310px -60px;
    height: 18px;
    margin-top: -5px;
  }

  .download--resultlist:after, .download--eventsnews:after {
    height: 18px;
    background-position: -340px -60px;
    margin-top: -4px;
    margin-left: 0.5em;
  }

  .listitem__morelink:hover, .more-link:hover, .feeditem__link a:hover, .download--resultlist:hover,
  .download--eventsnews:hover, .link--eventsnews:hover, .detail__backlink:hover, .detail__eventsnews-registerlink:hover,
  .popup-modal-close:hover {
    background-color: #b51621;
    color: #fff;
    text-decoration: none;
  }

  .mainheader__news .more-link:hover {
    background-color: #fff;
    color: #b51621;
  }

  .back-link:hover {
    background-color: #4C3928;
    color: #fff;
  }

  .more-link:hover:after, .back-link:hover:before, .listitem__morelink:hover:after,
  .main__header .more-link:after, .detail__eventsnews-registerlink:hover:after {
    background-position: -200px -100px;
  }

  .feeditem__link a:hover:after, .link--eventsnews:hover:after {
    background-position: -310px -100px;
  }

  .main__header .more-link:hover:after {
    background-position: -200px -200px;
  }

  .mainheader__news .more-link:hover:after {
    background-position: -200px -60px;
  }

  .download--resultlist:hover:after, .download--eventsnews:hover:after {
    background-position: -340px -100px;
  }

  .back-link:hover:before, .detail__backlink:hover:before {
    background-position: -160px -100px;
  }

  .main__content .menu-subpages__link--text {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    padding: 1em;
    text-decoration: none;
  }

  .main__content .menu-subpages__link--text:after {
    content: "";
    width: 2em;
    height: 2px;
    background-color: #b51621;
    display: block;
    margin-top: 0.5em;
  }

  .main__content .menu-subpages__link--text span {
    font-family: "Bree Serif", Serif;
    font-size: 1.5em;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }

  @media screen and (max-width: 1024px) {
    .main__content .menu-subpages__link--text span {
      font-size: 1.25em;
    }
  }

  footer[role="contentinfo"] a {
    color: #b51621;
  }

  footer[role="contentinfo"] a span {
    font-weight: 600;
  }


  /* ----------------------------------------------------------------------------------------------------------- links */

  /* ----------------------------------------------------------------------------------------------------------- navis */

  .togglenav {
    position: absolute;
    right: 2rem;
    text-transform: uppercase;
    color: #B51621;
    display: block;
    text-decoration: none;
    top: 2rem;
    width: 1.5rem;
    height: 20px;
    z-index: 20;
    display: block;
    -webkit-transition: all 300ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .togglenav__inner {
    width: 1.5rem;
    height: 2px;
    top: 7.5px;
    left: 0px;
    display: block;
    background-color: #B51621;
    position: absolute;
    -webkit-transition: all 300ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
    
  .togglenav__inner:before, .togglenav__inner:after, .closelink:before, .closelink:after {
    content: "";
    height: 2px;
    width: 1.5rem;
    position: absolute;
    left: 0px;
    top: -7.5px;
    background-color: #B51621;
    -webkit-transition: all 300ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .togglenav__inner:after, .closelink:after {
    width: 1.5rem;
    top: 7.5px;
  }
  
  .togglenav.is-active .togglenav__inner {
    background-color: transparent;
  }
  
  .togglenav.is-active .togglenav__inner:before, .closelink:before {
    transform: rotate(-135deg);
    top: 0;
    left: 0;
  }
  
  .togglenav.is-active .togglenav__inner:after, .closelink:after {
    transform: rotate(135deg);
    width: 2rem;
    top: 0;
    left: 0px;
  }

  nav[role="navigation"] {
    display: block;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    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;
  }

  nav[role=navigation].navi--weltcup {
    clear: none;
  }

  /* @media screen and (max-width: 1680px) {
    nav[role="navigation"] {
      margin-right: 0.5em;
    }
  }

  @media screen and (max-width: 1024px) {
    .togglenav {
      top: 0.5em;
    }
  }

  @media screen and (max-width: 900px) {
    .header--weltcup .togglenav {
      top: 2.25em;
    }
  }

  @media screen and (max-width: 560px) {
    .header--weltcup .togglenav {
      top: 1.75em;
    }
  }

  @media screen and (max-width: 468px) {
    .header--weltcup .togglenav {
      top: 1.5em;
    }
  }

  @media screen and (max-width: 410px) {
    .header--weltcup .togglenav {
      top: 2.75em;
    }
  } */

  .mainnav__items, .frame-type-menu_subpages ul {
    list-style-type: none;
    margin-left: 0;
  }

  .frame-type-menu_subpages ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

  footer[role="contentinfo"]>.frame:last-child ul.menu-subpages {
    text-align: right;
    padding-right: 2em;
  }

  .navitem {
    display: inline-block;
  }

  .navitem__link {
    display: block;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 3.25em 0.5em 0.5em;
    outline: 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;
  }

  .navi--weltcup .navitem__link {
    padding-top: 0.5em;
  }

  .dark .navitem__link {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .dark .navi--weltcup .navitem__link {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .navitem__link:hover, .navitem.hover .navitem__link {
    text-decoration: none;
    background-color: #b51621;
    color: #fff;
  }

  .navi--weltcup .navitem__link:hover, .navi--weltcup .navitem.hover .navitem__link {
    background-color: #004e83;
  }

  .navitem__link--active {
    /* text-decoration: none;
  color: #b51621; */
    position: relative;
  }

  .navitem__link--active:before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .navitem__link--active:hover {
    color: #fff;
  }

  .subnav__itemlist {
    background-color: #b51621;
    opacity: 1;
    overflow: hidden;
    padding-top: 0;
    z-index: 1;
    display: none;
    position: absolute;
    text-align: left;
  }

  .navi--weltcup .subnav__itemlist {
    background-color: #004e83;
  }

  .subnav__itemlist.right {
    right: 0;
  }

  .subnav__itemlist.visible {
    display: block;
  }

  a.subnav__link {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.5em 1em;
    display: block;
    position: relative;
    z-index: 1;
    font-size: 1em;
    text-align: left;
    margin-bottom: -1px;
    outline: 0;
  }

  a.subnav__link {
    color: #fff;
    text-decoration: none;
    padding: 0.5em 1em;
    display: block;
    position: relative;
    z-index: 1;
    font-size: 1em;
    text-align: left;
    margin-bottom: -1px;
    white-space: nowrap;
  }

  a.subnav__link--active {
    color: #fff;
  }

  a.subnav__link:hover {
    color: #fff;
    background-color: #363636;
  }

  @media screen and (max-width: 1160px) {
    .togglenav {
      display: block;
    }
    nav[role="navigation"] {
      height: 0;
      overflow: hidden;
      float: none;
      display: block;
      margin-left: -2%;
      margin-right: -2%;
      width: 104%;
      clear: both;
    }
    nav[role=navigation].navi--weltcup {
      background-color: #b51621;
    }
    .navitem {
      display: block;
      position: relative;
      overflow: hidden;
    }
    .navitem:after {
      content: "";
      width: 100%;
      left: 0;
      bottom: 0;
      height: 1px;
      position: absolute;
      z-index: 1;
      background-color: #fff;
      display: block;
      -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:last-child:after {
      background-color: transparent;
    }
    /*   .navitem:hover:after {
    width: 100%;
    left: 0;
  }
*/
    .navitem__link, .navi--weltcup .navitem__link {
      display: block;
      padding: 1em;
      text-align: center;
    }
    .subnav__itemlist {
      background-color: #004e83;
      display: block;
      position: relative;
      text-align: center;
    }
    .subnav__item {
      display: inline-block;
    }
    a.subnav__link {
      font-size: 0.875em;
      padding-top: 1em;
      padding-bottom: 1em;
    }
    a.subnav__link:hover {
      background-color: #b51621;
    }
  }

.main__content .eventsnews-intro-monthmenu {
  padding: 0.5rem 0;
}

nav.eventsnews-yearmonthmenu ul,
nav.eventsnews-archive-menu ul,
nav.xgallery-archive-menu ul {
  list-style-type: none;
  position: relative;
  background-color: #004E83;
  z-index: 10;
  margin: 0 0 1rem;
}

nav.eventsnews-yearmonthmenu ul:after,
nav.eventsnews-archive-menu ul:after {
  content: "";
  width: 100%;
  clear: both;
  display: block;
}


nav.eventsnews-yearmonthmenu ul.events-yearlist li,
nav.eventsnews-archive-menu ul.eventsnews-yearlist li ,
nav.xgallery-archive-menu ul.xgallery-yearlist li {
    float: left;
    position: relative;
    background: #004E83;
    border-right: 1px solid #eaeaea;
    padding-bottom: 0;
  }

nav.eventsnews-yearmonthmenu ul.events-yearlist li:hover a,
nav.eventsnews-archive-menu ul.eventsnews-yearlist li:hover a,
nav.xgallery-archive-menu ul.xgallery-yearlist li:hover a {
    background-color: #363636;
    color: #fff;
  }

nav.eventsnews-yearmonthmenu ul.events-yearlist li a,
nav.eventsnews-archive-menu ul.eventsnews-yearlist li a,
nav.xgallery-archive-menu ul.xgallery-yearlist li a {
    display: block;
    padding: 0.5rem 2rem;
    color: #EAEAEA;
    text-decoration: none;
    background: url(../pics/down-small-white.png) 90% center no-repeat;
  }

nav.eventsnews-yearmonthmenu ul.events-yearlist li a:hover,
nav.eventsnews-archive-menu ul.eventsnews-yearlist li a:hover,
nav.xgallery-archive-menu ul.xgallery-yearlist li a:hover {
    background-color: #363636;
    color: #fff;
  }

nav.eventsnews-yearmonthmenu ul.events-yearlist li ul.events-monthlist,
nav.eventsnews-archive-menu ul.eventsnews-yearlist li ul.eventsnews-monthlist,
nav.xgallery-archive-menu ul.xgallery-yearlist li ul.xgallery-monthlist  {
    position: absolute;
    display: none;
    background: #363636;
    padding: 5px 0;
    margin-left: 0;
  }

nav.eventsnews-yearmonthmenu ul.events-yearlist li ul.events-monthlist li,
nav.eventsnews-archive-menu ul.eventsnews-yearlist li ul.eventsnews-monthlist li,
nav.xgallery-archive-menu ul.xgallery-yearlist li ul.xgallery-monthlist li {
    float: none;
    padding-right: 0;
    border-right: none;
  }

nav.eventsnews-yearmonthmenu ul.events-yearlist li ul.events-monthlist li a,
nav.eventsnews-archive-menu ul.eventsnews-yearlist li ul.eventsnews-monthlist li a,
nav.xgallery-archive-menu ul.xgallery-yearlist li ul.xgallery-monthlist li a {
    background: #363636;
    color: #eaeaea;
  }

nav.eventsnews-yearmonthmenu ul.events-yearlist li ul.events-monthlist li a:hover,
nav.eventsnews-archive-menu ul.eventsnews-yearlist li ul.eventsnews-monthlist li a:hover,
nav.xgallery-archive-menu ul.xgallery-yearlist li ul.xgallery-monthlist li a:hover {
    background: #004E83;
    color: #fff;
  }

  /* ----------------------------------------------------------------------------------------------------------- navis */
  /* ----------------------------------------------------------------------------------------------------------- form */

  form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  div[role="group"]:not(.btn-group) {
    padding: 0 2em;
    margin-bottom: 2em;
  }

  legend, p.legend {
    background-color: #c6c6c6;
    padding: 1em 1.78em;
    width: 100%;
  }

  legend:first-child, p.legend:first-child {
    padding-bottom: 0;
  }

  .form-groups {
    flex: 100%;
  }

  .property, .form-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
  }

  .form-group {
    padding-top: 3em;
    flex: 0 0 100%;
  }

  .checkbox.form-group {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .form-group.buttons {
    padding-bottom: 1.5em;
  }

  .form-inline, .form-inline+.form-group {
    flex: 0 0 48%;
  }

  .form-group--flexible {
    overflow: hidden;
    -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: 768px) {
    .property, .form-group {
      display: block;
    }
  }

  div.property {
    border-right: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
  }

  .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 #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    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, 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;
  }

.form-group__block {
  flex: 0 0 100%;
  padding: 0.5rem 0;
}

.form-check label {
  position: relative;
  top: 0;
  z-index: 1;
  margin-top: 0;
}

  .display-properties p {
    padding: 1em;
  }

  .display-properties p:nth-of-type(2n) {
    background-color: #fff;
  }

  span.label, span.value-text {
    font-size: 1.143em;
    display: inline-block;
    width: 25%;
  }

  span.label {
    font-weight: 600;
  }

  span.value-text {
    width: 74%;
  }

  input:not([type="checkbox"]), textarea, select {
    font-size: 1em;
    background-color: transparent;
    padding: 14px 18px;
    border: 1px solid #c6c6c6;
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    border-radius: 0;
    -webkit-appearance: none;
  }

  input[type="checkbox"] {
    width: auto;
    margin-right: 1em;
    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, select+label, input.datepicker+label {
    top: 0;
    font-weight: 600;
    color: #1A1A1A;
    font-size: 1em;
    z-index: 1;
  }

  textarea:focus+label, textarea.active+label {
    top: -12px;
  }

  p.t3-error {
    border: 1px solid red;
    padding: 0.5em 1em;
    color: red;
    font-weight: 600;
  }

  input:required:invalid, input.error, input.t3-form-error, select.t3-form-error {
    box-shadow: none;
    border-color: red;
  }

  input:required:invalid+label, label.error, input:focus+label.error, input.active+label.error, input.t3-form-error, select.t3-form-error, span.t3-form-error {
    color: red;
  }

  button {
    font-size: 1em;
    color: #B51621;
    border: 2px solid #B51621;
    padding: 0.5em 2em;
    text-transform: uppercase;
    margin-left: 0;
    background-color: transparent;
    cursor: pointer;
  }

  .actions button {
    margin-top: 1em;
  }

  button:hover {
    color: #fff;
    background-color: #B51621;
  }

  .form__errors {
    background-color: red;
    margin-bottom: 2em;
    padding: 0.5em 2em;
    color: #fff;
    font-weight: 600;
  }

  /* ----------------------------------------------------------------------------------------------------------- form */
  /*--------------------------------------------------------------------------------------------------------------------------------------------- ifws_googlemap */

  .poilist {
    display: none;
  }

  .tx-ifwsgooglemap-pi1 {}

  #map_canvas, #mapwrapper {
    width: 100%;
    height: 400px;
  }

  .mapmessage-content {}

  #ifws-google-map-container {
    margin: 0 auto;
    height: 400px;
    width: 100%;
    max-width: 1680px;
    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 #b51621;
    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: #b51621;
    color: #fff;
    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: #b51621;
    display: block;
    color: #e2d6c3;
    text-decoration: none;
    padding: 5px 20px;
  }

  a#google-map-show-route-to:hover {
    text-decoration: underline;
  }
