/* === === === === === TGL LUMÃƒÆ’Ã†â€™Ãƒâ€¦Ã¢â‚¬Å“HLEN === === === === === */

/* === === === VARS END === === === */
/* === === === GLOBALS === === === */

html,
body,
*,
*:not(ul),
*:not(ol),
*:not(li) {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "CG-Rg", sans-serif;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.Container {
  padding: 0 50px;
  max-width: 1540px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #003150;
  font-family: "CG-Rg", sans-serif;
}

h1.title-underlined,
h2.title-underlined,
h3.title-underlined,
h4.title-underlined {
  text-align: center;
  position: relative;
  color: #003150;
  font-family: "CG-Rg", sans-serif;
  font-weight: normal;
  margin-bottom: 50px;
  font-size: 32px;
  z-index: 10;
}

h1.title-underlined::after,
h2.title-underlined::after,
h3.title-underlined::after,
h4.title-underlined::after {
  content: url("../Images/heading-underline.svg");
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.Highlight--blue h1.title-underlined::after,
.Highlight--blue h2.title-underlined::after,
.Highlight--blue h3.title-underlined::after,
.Highlight--blue h4.title-underlined::after {
  content: url("../Images/heading-underline-white.svg");
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

h1.title-centered,
h2.title-centered,
h3.title-centered,
h4.title-centered {
  text-align: center;
  font-family: "CG-Rg", sans-serif;
  font-weight: normal;
  z-index: 10;
}

.Highlight--purple .col-lg-8 h1 {
  margin-top: 64px;
}

input[type="checkbox"] {
  width: 2.7em;
  height: 2.7em;
  -webkit-appearance: none;
  border: 2.5px solid #003150;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
  margin-top: 7px;
  cursor: pointer;
}

input[type="checkbox"]::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #003150;
  font-style: normal;
  font-weight: 900;
  font-size: 19px;
  opacity: 0;
  transition: all 250ms ease-in-out;
}

input[type="checkbox"]:checked::before {
  opacity: 1;
}

a {
  color: #002644;
}

ul li:not(.App-info):not(.next) {
  list-style-type: none;
  position: relative;
  margin: 5px 0;
  margin-left: 25px;
}

ul li:not(.App-info):not(.next)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-200%, 65%);
  width: 10px;
  height: 10px;
  background-color: #003150;
}

figure img {
  max-width: 100%;
  height: auto;
}

figure.neos-alignment-center {
  display: flex;
  justify-content: center;
}

.Background-Horse {
  background-image: url("../Images/horsebg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 60%;
}

.placeholder {
  color: #ffffff;
}

.Seperator {
  margin: 15px 0;
  border: 1px solid;
  background: #ffffff;
}

.Highlight--purple {
  background-color: #372255;
}

.Highlight--blue {
  background-color: #003150;
}

.Highlight--blue *,
.Highlight--blue h1,
.Highlight--blue h2,
.Highlight--blue h3,
.Highlight--purple * {
  color: #ffffff;
}

section {
  padding: 50px 0;
}

.SectionImage {
  display: block;
  margin: -51px 0 -51px 0;
  width: 100%;
  height: auto;
}

.Center-button {
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  margin: 10px 0;
  height: auto;
}

.Center-button--down {
  margin: 10px 0 -56px 0;
}

.Center-button .fullwidth img {
  width: 100%;
  height: auto;
}

/* === === === GLOBALS END === === === */
/* === === === HEADER === === === */

.Header {
  width: 100%;
  min-height: 700px;
  display: flex;
}

.Header-left {
  text-align: center;
  position: absolute;
  left: 40px;
  bottom: 40px;
  background: #ffffff;
  padding: 20px 40px 50px;
}

.Header-left-logo {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.Header-left-shadow {
  position: absolute;
  width: 200%;
  height: 60%;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

/* ==> HEADER-LEFT END */
/* ==> HEADER-RIGHT */

.Header-right {
  position: relative;
  width: 100%;
}

.Header-right-image-wrapper {
  position: relative;
  width: 100%;
}

.Header-right-image {
  height: auto;
  min-height: 700px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.Header-right-image-overlay {
  /* width: 100%; */
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px 30px 25px 350px;
  color: #ffffff;
  background: rgba(0, 49, 80, 0.78);
  line-height: 1.2;
}

.Header-right-image-overlay strong {
  font-family: "CG-Bd", sans-serif;
}

.Header-right-image-overlay .text {
  font-family: "CG-Rg", sans-serif;
  font-size: 53px;
}

.Header-right-image-overlay .text b {
  font-size: 48px;
  font-family: "CG-Bd", sans-serif;
}

.Header-right-language-item {
  font-family: "CG-Bd", sans-serif;
}

#watch {
  position: relative;
  z-index: 100;
}

/* ==> HEADER-RIGHT END */
/* ==> NAVIGATION */

.Header-right-extras {
  display: flex;
  align-items: center;
}

.Header-right-nav-bar {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 15px;
  background: rgba(0, 49, 80, 0.78);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Header-right-nav {
  position: relative;
  margin-left: 15px;
}

.Header-right-nav-element {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  font-family: "CG-Rg", sans-serif;
}

.Header-navigationLink {
  font-size: 20px;
  text-decoration: none;
  color: #ffffff;
}

.Header-right-nav-element--current .Header-navigationLink {
  font-family: "CG-Bd", sans-serif;
}

.Header-right-nav-element::before {
  content: "";
  position: absolute;
  transform: translate(-320%, 0%);
  background: #65b6fe;
  height: 100%;
  width: 3px;
  left: 0;
  top: 0;
  transition: height 500ms ease;
}

.Header-right-nav-element--normal::before {
  height: 0;
}

.Header-right-nav-element--current::before,
.Header-right-nav-element--normal:hover::before {
  height: 100%;
}

/* ==> NAVIGATION END */
/* ==> LANGUAGE SWITCHER */

.Header-right-language-wrapper {
  font-family: "CG-Md", sans-serif;
  margin: 0 10px;
  display: inline-block;
}

.LanguageSwitcher {
  width: 65px;
}

.LanguageSwitcher-country {
  display: inline-block;
  line-height: 15px;
  padding: 0 3px;
  /* font-family: 'CG-Bd', sans-serif; */
}

.LanguageSwitcher-country:nth-child(1) {
  border-right: 2px solid #ffffff;
  padding: 0 8px 0 3px;
}

.LanguageSwitcher-country a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}

.Header-right-language-spacer {
  display: inline-block;
  color: #ffffff;
}

.LanguageSwitcher-country.current a {
  color: #65b6fe;
}

/* ==> LANGUAGE SWITCHER END */
/* ==> SOCIAL */

.Header-right-social-wrapper {
  display: inline-block;
}

.Header-right-social-item {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 0 5px;
}

/* ==> SOCIAL END */

/* === === === HEADER END === === === */
/* === === === LOGOS === === === */

.Logos {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.Logo {
  display: inline-block;
  margin: 25px 20px;
}

/* === === === LOGOS END === === === */
/* === === === DISPLAYS === === === */

.neos-nodetypes-twocolumn {
  position: relative;
}

.Displays {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.col-lg-8 .Display-wrapper {
  flex: 1 0 31%;
}

.Display-wrapper {
  position: relative;
  display: block;
  flex: 1 0 31%;
  height: 300px;
  margin: 15px;
  transition: box-shadow 0.4s ease-in-out;
}

.Display-wrapper:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.35);
}

.Display-wrapper:hover .Display-headLine {
  background: rgba(255, 255, 255, 0.9);
}

.Display-image {
  height: 100%;
  width: 100%;
  background-color: grey;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.Display--fourRows {
  flex: 0 0 calc(100% / 4 - 30px);
  height: 250px;
}

.Display--fourRows:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 49, 80, 0.17);
}

.Display-gradient {
  background: #d7dfe6;
  background: -moz-linear-gradient(-45deg, #d7dfe6 0%, #e3e3e3 83%);
  background: -webkit-linear-gradient(-45deg, #d7dfe6 0%, #e3e3e3 83%);
  background: linear-gradient(135deg, #d7dfe6 0%, #e3e3e3 83%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D7DFE6', endColorstr='#e3e3e3',GradientType=1 );
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.Display-gradient img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
}

.Display-gradient img[src$=".svg"] {
  top: 15%;
}

.Display-headLine {
  position: absolute;
  text-align: center;
  padding: 30px 40px;
  color: #003150;
  background: rgba(255, 255, 255, 0.84);
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  font-family: "CG-Rg", sans-serif;
  font-style: normal;
  font-size: 18px;
  transition: background 0.4s;
}

.Display-openModal {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  border: 3px solid #003150;
  background: rgba(255, 255, 255, 0.84);
}

.Modal-content {
  display: block;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: scale(0.0000000001);
  transform-origin: center 0%;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
  margin: auto;
  z-index: 10001;
  min-height: 700px;
  max-height: 90vh;
  width: 100%;
  max-width: 1440px;
  border: 7px solid #ffffff;
  background: rgba(255, 255, 255, 0.98);
  padding: 60px 80px;
}

.Modal-content.is-Active {
  transform-origin: center 0%;
  transform: scale(1) translateY(-50%);
  transition: all 0.5s ease;
}

.Modal-blur {
  z-index: -1;
  position: fixed;
  background: rgba(22, 61, 76, 0.4);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
}

.Modal-blur.is-Active {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 1;
  transition: all 0.5s ease;
}

.Modal-contentInner {
  height: auto;
  max-width: 100%;
  padding-bottom: 30px;
  overflow: hidden;
}

.Modal-overflow {
  height: 560px;
  overflow-y: auto;
}

.Modal-contentInner > *,
.Modal-contentInner > * > *,
.Modal-contentInner > * > * > * {
  margin: 10px 0;
}

.Modal-contentInner > * > * > * {
  overflow-y: auto;
}

.Modal-headline {
  font-size: 23px;
  width: 100%;
  text-align: center;
  margin: 0 0 40px 0;
  color: #003150 !important;
}

.Modal-close {
  margin: 0 auto 30px auto;
  border: none;
  background: none;
  color: #003150;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.Modal-close img {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
  .Modal-content {
    width: calc(100% - 60px);
  }
}

.History-top {
  padding: 35px;
  background: #002644;
  color: #ffffff;
}

.History-headline {
  position: relative;
  text-align: center;
  font-family: "CG-Rg", sans-serif;
  font-size: 26px;
  margin-bottom: 40px;
}

.History-headline b {
  font-family: "CG-Bd", sans-serif;
  font-size: 24px;
}

.History-headline::after {
  content: "";
  width: 60px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  background: #ffffff;
}

.History-winner-live {
  display: flex;
  align-items: baseline;
}

.History-winner-year {
  display: inline-block;
  margin: 10px 15px 10px 0;
}

.History-winner-name {
  display: inline-block;
}

.History-pdf {
  width: 100%;
  background: #d6dade;
  padding: 10px 20px;
  position: relative;
  display: flex;
  align-items: center;
  color: #003150;
}

.History-pdfs > * + * {
  margin-top: 5px;
}

.History-pdf-icon {
  height: 50px;
  width: 50px;
  background-color: #003150;
  margin-right: 20px;
}

.History-pdf-icon::after {
  content: url(../Images/icons/medal.svg);
  display: flex;
  justify-content: center;
  padding-top: 6px;
}

/* ==> NEWS END */
/* ==> TICKER */

.neos-nodetypes-text p {
  overflow: visible;
}

.neos-nodetypes-text a[href$=".pdf"] {
  padding-left: 30px;
  position: relative;
}

.neos-nodetypes-text a[href$=".pdf"]::before {
  content: url(../Images/icons/pdf-file-blue.svg);
  display: block;
  position: absolute;
  left: -3px;
  bottom: 0;
  transform: translateY(-25%);
  height: 100%;
}

.Ticker {
  position: relative;
}

.Ticker-item {
  width: 100%;
  display: flex;
  align-items: center;
  background: #0d3c59;
  border-top: 14px solid #003150;
  color: #ffffff;
  text-decoration: none;
  font-family: "CG-Md", sans-serif;
  padding: 20px 15px;
}

.Ticker-item:first-child {
  border-top: none;
}

.Ticker-item--last {
  color: #0d3c59;
  background: #d6dade;
}

.Ticker-item--last .Ticker-item-logo {
  background: #0d3c59;
  border: none;
}

.Ticker-item-shortDescription {
  position: absolute;
  z-index: 100;
  height: auto;
  top: 50%;
  left: 50%;
  width: 80%;
  padding: 20px;
  color: #0d3c59;
  overflow: auto;
  border: 7px solid #ffffff;
  background: rgba(255, 255, 255, 0.9);
  /* background: #0d3c59; */
  /* border: 5px solid #003150; */
  transform: scale(0.00000000001);
  transform-origin: -50% -50%;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

.Ticker-item-shortDescription.is-Active {
  transition: all 0.5s ease;
  transform-origin: -50% -50%;
  transform: scale(1) translate(-50%, -50%);
}

.Ticker-item-shortDescription-closeButton {
  border: none;
  display: flex;
  cursor: pointer;
  background: none;
  color: #ffffff;
  align-items: center;
  margin: 0 auto 20px auto;
  text-transform: uppercase;
}

.Ticker-item-shortDescription-closeButton img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.openShortDesc {
  right: 0%;
  border: none;
  color: white;
  font-size: 16px;
  padding: 5px 10px;
  position: absolute;
  background: #0d3c59;
  transform: translateX(100%);
}

.Ticker-item-shortDescription-link {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 10px;
  color: #0d3c59;
  text-align: center;
  text-decoration: underline;
}

/* ==> ==> TICKER ICONS */

.Ticker-item-logo {
  height: 50px;
  width: 50px;
  min-height: 50px;
  min-width: 50px;
  margin-right: 15px;
  background: #ffffff;
  border: 2px solid #002644;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Ticker-item-logo--cart::after {
  content: url("../Images/icons/cart-icon.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.Ticker-item-logo--list::after {
  content: url("../Images/icons/list-icon.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.Ticker-item-logo--doc::after {
  content: url("../Images/icons/doc-icon.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.Ticker-item-logo--tm::after {
  content: url("../Images/icons/tm-icon.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.Ticker-item-logo--archive::after {
  content: url("../Images/icons/archive-icon.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.Ticker-item-logo--yt::after {
  content: url("../Images/icons/youtube-live.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.Ticker-item-logo--bg::after {
  content: url("../Images/icons/bildergalerie-icon.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.Ticker-item-logo--gelandeplan::after {
  content: url("../Images/icons/gelaendeplan-icon.svg");
  width: 35px;
}

.Ticker-item-logo--reitsport::after {
  content: url("../Images/icons/reitsport-icon.svg");
  width: 30px;
}

/* ==> ==> TICKER ICONS END */

/* === === === NEWS END === === === */
/* === === === EVENT === === === */
.Event {
  position: relative;
  margin-top: 25px;
}

.Event-title {
  font-family: "CG-RG", sans-serif;
  color: #ffffff;
  font-size: 30px;
  position: relative;
  margin-bottom: 30px;
}

.Event-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 2px;
  background: #ffffff;
}

.Event-text {
  font-family: "CG-RG", sans-serif;
  color: #ffffff;
  font-size: 20px;
  max-width: 100%;
}

.Event-button {
  background: #00a452;
  color: #ffffff;
  font-family: "CG-Md", sans-serif;
  font-size: 22px;
  position: absolute;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  margin-top: 60px;
}

.LinkForImage {
  display: block;
}
/* === === === EVENT END === === === */
/* === === === VIDEOS === === === */
.Videos {
  margin-top: 75px;
}

.Videos h2 {
  margin-bottom: 30px;
}

.Video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(1 / (16 / 9) * 100%);
  margin-bottom: 15px;
}

.Video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* === === === VIDEOS END === === === */
/* === === === LINKS === === === */
.Links {
  padding: 30px 30px 70px 30px;
  background-color: #003150;
  background-position-x: 75%;
}

.Links h2 {
  margin-bottom: 45px;
  text-align: center;
  color: #ffffff;
  font-family: "CG-Rg", sans-serif;
  font-size: 28px;
  font-weight: normal;
}

.Link-boxes {
  display: flex;
  justify-content: space-between;
}

.Link-box-header {
  margin-top: 30px;
  background-color: rgba(145, 150, 155, 0.8);
  padding: 20px;
  color: #ffffff;
  font-family: "CG-Rg", sans-serif;
  font-size: 20px;
}

.Link-box-title {
  background: #ffffff;
  margin: 5px 0 3px 0;
  color: #002644;
  font-family: "CG-Rg", sans-serif;
  font-size: 20px;
  padding: 15px 20px;
}

.Link-box-links {
  padding: 2px 20px;
  background: rgba(255, 255, 255, 0.9);
}

.Link-box-link {
  display: block;
  margin: 20px 0;
  padding-left: 40px;
  color: #003150 !important;
  text-decoration: none;
  font-family: "CG-Rg", sans-serif;
  font-size: 18px;
  position: relative;
}

.Link-box-link span {
  color: #003150 !important;
}

.Link-box-link::before {
  content: url("../Images/icons/pdf-file-blue.svg");
  position: absolute;
  left: 0;
  transform: translateY(-15%);
}

/* === === === LINKS END === === === */
/* === === === MULTIMEDIA === === === */

.Multimedia {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.Multimedia-Instagram {
  width: 50%;
}

.Multimedia-Instagram h2 {
  max-width: 75%;
}

.Instagram {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 52px;
  justify-content: flex-start;
}

.Instagram a {
  margin: 5;
}

.Instagram-link {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003150;
  text-decoration: none;
  margin: 20px auto;
  font-family: "CG-Rg", sans-serif;
}

.Instagram-image-wrapper {
  max-width: 150px;
  min-width: 150px;
  margin: 5px;
  position: relative;
}

.Instagram-image {
  width: 150px;
  height: 150px;
  background-size: cover;
}

.Instagram-link svg {
  margin-right: 10px;
}

/* ==> ==> INSTAGRAM  END */
/* ==> ==> APP */

.Multimedia-App {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.Multimedia-App h2 {
  width: 65%;
  float: right;
  text-align: center;
}

.App-special-wrapper {
  flex-direction: column;
}

.App-mockup {
  margin-right: -100px;
}

.App-infos {
  position: relative;
  z-index: 10;
  border: 2px solid #002644;
  background: #ffffff;
  padding: 20px 30px;
  width: 100%;
}

.App-info {
  list-style-type: none;
  padding: 10px 0;
  font-family: "CG-Md", sans-serif;
  color: #003150;
  font-size: 18px;
  position: relative;
}

.App-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-200%, -50%);
  width: 10px;
  height: 10px;
  background-color: #898c8d;
}

.App-downloads {
  display: flex;
  justify-content: flex-end;
  margin: 10px -10px 0 0;
}

.App-download {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
}

.App-download--apple {
  margin-top: 6px;
}

/* === === === MULTIMEDIA END === === === */
/* === === === MAP === === === */
.Map {
  margin-top: 70px;
}

.Map-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.Map-overlay-content {
  width: 350px;
  word-break: break-all;
  background: rgba(255, 255, 255, 0.78);
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 30px;
  align-items: center;
  color: #003150;
}

.Map-wrapper {
  margin-top: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
}
/* === === === MAP END === === === */
/* === === === GALLERY === === === */

.Gallery {
  width: 100%;
}

.Gallery-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -10px;
}

.Gallery-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 11.6px;
  display: block;
  height: 220px;
  width: 220px;
}

@media only screen and (max-width: 480px) {
  .Gallery-images > a {
    display: flex;
    flex-basis: 100%;
  }

  .Gallery-image {
    width: 100%;
  }
}

/* === === === GALLERY END === === === */

fieldset {
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.input {
  margin-bottom: 20px;
}

.input input[type="text"],
.input input[type="password"] {
  width: 100%;
  display: inline-block;
  border: none;
  padding: 5px 15px;
  border-bottom: 2px solid #003150;
  background: none !important;
  font-size: 18px;
  color: #003150;
  outline: 0;
  transition: border 250ms ease;
}

.input textarea:focus,
.input input[type="text"]:focus,
.input input[type="password"]:focus {
  border-bottom: 2px solid #65b6fe;
}

.input textarea {
  width: 100%;
  display: inline-block;
  border: none;
  padding: 5px 15px;
  border-bottom: 2px solid #003150;
  background: none !important;
  font-size: 18px;
  color: #003150;
  outline: 0;
  transition: border 250ms ease;
  resize: vertical;
}

.input textarea.error,
.input input.error {
  border-color: #ff4c52;
}

.help-inline {
  color: #ff4c52;
}

.submit {
  list-style: none;
}

.submit button {
  border: none;
  background: #003150;
  color: #ffffff;
  padding: 10px 25px;
  font-size: 18px;
  transition: all 250ms ease-in-out;
}

.submit button:hover {
  filter: brightness(80%);
  cursor: pointer;
}

/* === === === Tickets === === === */

.Tickets-wrapper {
  /* margin-left: 170px; */
}

.Tickets-inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin: 0 -5px;
}

.Tickets-box {
  margin: 14px;
  flex-basis: 23%;
}

.Tickets-box--2x {
  margin: 14px;
  flex-basis: 48.4%;
}

.Tickets-box-headline {
  display: flex;
  justify-content: space-between;
}

.Tickets-box-weekday {
  color: #003150;
  font-family: "CG-Rg", sans-serif;
  font-size: 24px;
}

.Tickets-box-weekday--no-date {
  padding-bottom: 5px;
}

.Tickets-box-row--center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Ticket-box-date {
  color: #ffffff;
  background: #003150;
  font-family: "CG-Rg", sans-serif;
  font-size: 24px;
  padding: 2.5px 10px;
}

.Tickets-box-rows {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0px 10px 0 gainsboro;
}

.Tickets-box-row {
  font-size: 28px;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  height: 100%;
}

.Tickets-box-row strong {
  font-family: "CG-Bd", sans-serif;
  font-size: 22px;
}

.Tickets-box-spacer {
  background: #003150;
  height: 1px;
  position: relative;
}

.Tickets-box-spacer::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  height: 1px;
  width: 60%;
}

.Tickets-box-row--dark {
  background: #f9f9f9;
  color: #003150;
}

.Tickets-box-row--light {
  background: #ababab;
  color: #ffffff;
}

.Tickets-box-row--light .Tickets-box-row-headline {
  color: #ffffff;
}

.Tickets-box-row-headline {
  display: block;
  padding: 5px 0;
}

/* === === === FOOTER === === === */
.Footer {
  background: #003150;
  padding: 50px 0;
  font-family: "CG-Rg", sans-serif;
}

.Footer-Wrapper {
  display: flex;
  flex-basis: 50%;
  justify-content: space-between;
}

.Footer-logo-wrapper {
  display: block;
  height: 150px;
  width: 150px;
  margin: 0 10px;
}

.Footer-logos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

.Footer-logo {
  height: 150px;
  width: 150px;
}

.Footer-section {
  color: #ffffff;
}

.Footer-section p {
  margin: 5px 0;
}

.Footer-navigationItem {
  display: inline-block;
}

.Footer-section-link {
  color: #ffffff;
  text-decoration: none;
  margin: 0 10px;
  position: relative;
}

.Footer-section-link:hover::before {
  height: 100%;
}

.Footer-section-link::before {
  content: "";
  position: absolute;
  transform: translate(-225%, 0%);
  background: #65b6fe;
  height: 0%;
  width: 3px;
  left: 0;
  top: 0;
  transition: height 500ms ease;
}

.Footer-section-language-wrapper {
  display: inline-block;
  margin: 20px 30px;
}

.Footer-section-language-item {
  text-align: center;
  line-height: 40px;
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #ffffff;
  color: #003150;
  text-decoration: none;
  text-align: center;
  margin: 0 2px;
  transition: border-radius 250ms ease-in-out;
}

.Footer-section-language-item:hover {
  border-radius: 3px;
}

.Footer-section-language-item--current {
  color: #65b6fe;
}

.Footer-section-language-wrapper .LanguageSwitcher {
  width: 95px;
}

.back-to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  color: white;
  font-size: 30px;
  background: #0d3c59;
  border: 4px solid #003150;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  z-index: 9999;
}

.back-to-top svg {
  padding: 10px;
  fill: white;
}

#Map-container {
  height: 100%;
}

/* === === === FOOTER END === === === */
/* === === === 404 === === === */

.errorPage-page-wrapper {
  background: #002644;
  height: 100vh;
  width: 100%;
  background-image: url("../Images/horsebg.png");
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.errorPage-Error-text {
  color: #ffffff;
  font-size: 34px;
}

.errorPage-Error-button {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #002644;
  padding: 15px 0;
  text-decoration: none;
  font-size: 20px;
  opacity: 0.75;
  transition: all 300ms ease-in-out;
}

.errorPage-Error-button:hover {
  opacity: 1;
}

/* === === === 404 END === === === */
/* === === === RESPONSIVE === === === */

.Header-mobile,
.Header-right-menuButton,
.Header-right-language-wrapper--mobile {
  display: none;
}

.Header-desktop {
  width: 100%;
}

label[for="form-9dc13b6c-5db0-4282-9246-6a27f7c0b369-dsgvo"] {
  max-width: 75%;
  display: inline-block;
  margin-left: 20px;
}

label[for="form-9dc13b6c-5db0-4282-9246-6a27f7c0b369-dsgvo"] + .input {
  display: inline-block;
  flex: 0 0 25px;
  /* display: block; */
}

/* Responsive Desing */

@media only screen and (max-width: 1420px) {
  .Footer-logos {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
}

@media only screen and (max-width: 1138px) {
  .Highlight--purple .col-lg-8 h1 {
    margin-top: 0px;
  }
  .Header-right-image {
    background-position: center;
  }
  .Header-right-nav-element {
    margin: 0 10px;
  }
  .Logo {
    margin: 25px 10px;
  }
  .SectionImage {
    width: unset;
    margin: 0 auto 25px auto;
  }
  .Display--fourRows {
    flex-basis: unset;
    flex: 0 0 calc(100% / 2 - 30px);
    height: 250px;
  }
  .Tickets-wrapper {
    margin-left: 0;
  }
  .Tickets-box,
  .Tickets-box--2x {
    flex-basis: 100%;
  }
}

/* Tablet Landscape */
@media only screen and (max-width: 1024px) {
  .Logo {
    margin: 0;
  }
  .Header-right-nav-element {
    margin: 0;
    border-right: 1px solid #ffffff;
    padding: 0 7px 0 3px;
  }
  .Header-right-nav-element:last-child {
    border-right: none;
  }
  .Event-button {
    position: relative;
    margin-top: 20px;
  }
  .Map-overlay-content {
    height: auto;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
  }
}

@media only screen and (max-width: 812px) {
  .Header-desktop {
    display: none;
  }
  .Header-mobile {
    display: block;
    width: 100%;
  }
  /**/

  .Header {
    width: 100%;
    min-height: 700px;
    display: flex;
  }

  .Header-left {
    width: 300px;
    text-align: center;
    border-right: 3px solid #002644;
    position: relative;
  }

  .Header-left-logo {
    margin: 20px 0;
  }

  .Header-left-shadow {
    position: absolute;
    width: 200%;
    height: 60%;
    bottom: 0;
    right: 0;
    margin: 0 auto;
  }

  /* ==> HEADER-LEFT END */
  /* ==> HEADER-RIGHT */

  .Header-right {
    position: relative;
    width: 100%;
  }

  .Header-right-image-wrapper {
    position: relative;
    width: 100%;
  }

  .Header-right-image {
    height: auto;
    min-height: 700px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .Header-right-image-overlay {
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 25px 30px;
    color: #ffffff;
    background: rgba(0, 49, 80, 0.78);
    line-height: 1.2;
  }

  .Header-right-image-overlay .text {
    font-family: "CG-Md", sans-serif;
    font-size: 24px;
  }

  .Header-right-image-overlay .text b {
    font-size: 48px;
    font-family: "CG-Bd", sans-serif;
  }

  #watch {
    position: relative;
    z-index: 100;
  }

  /* ==> HEADER-RIGHT END */
  /* ==> NAVIGATION */

  .Multimedia-App {
    justify-content: center;
  }

  .App-special-wrapper {
    width: 100%;
  }

  .Header-right-extras {
    display: flex;
    align-items: center;
  }

  .Header-right-nav-bar {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 15px;
    background: rgba(0, 49, 80, 0.78);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .Header-right-nav {
    position: relative;
    margin-left: 0;
  }

  .Header-right-nav-element {
    position: relative;
    display: inline-block;
    margin: 0;
    font-family: "CG-Rg", sans-serif;
  }

  .Header-navigationLink {
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
  }

  .Header-right-nav-element--current {
    font-family: "CG-SBd", sans-serif;
  }

  .Header-right-nav-element::before {
    content: "";
    position: absolute;
    transform: translate(-225%, 0%);
    background: #65b6fe;
    height: 100%;
    width: 3px;
    left: 0;
    top: 0;
    transition: height 500ms ease;
  }

  .Header-right-nav-element--normal::before {
    height: 0;
  }

  .Header-right-nav-element--current::before,
  .Header-right-nav-element--normal:hover::before {
    height: 100%;
  }

  /* ==> NAVIGATION END */
  /* ==> LANGUAGE SWITCHER */

  .Header-right-language-wrapper {
    font-family: "CG-Md", sans-serif;
    margin: 0 10px;
    display: inline-block;
  }

  .LanguageSwitcher {
    width: 65px;
  }

  .LanguageSwitcher-country {
    display: inline-block;
    line-height: 15px;
    padding: 0 3px;
  }

  .LanguageSwitcher-country:nth-child(1) {
    border-right: 1px solid #ffffff;
    padding: 0 7px 0 3px;
  }

  .LanguageSwitcher-country a {
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
  }

  .Header-right-language-spacer {
    display: inline-block;
    color: #ffffff;
  }

  .LanguageSwitcher-country.current a {
    color: #65b6fe;
  }

  /* ==> LANGUAGE SWITCHER END */
  /* ==> SOCIAL */

  .Header-right-social-wrapper {
    display: inline-block;
  }

  .Header-right-social-item {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0 5px;
  }

  /* ==> SOCIAL END */

  /* === === === HEADER END === === === */
  /* === === === LOGOS === === === */

  .Logos {
    position: relative;
    text-align: center;
    padding: 25px 0;
  }

  .Logo {
    display: inline-block;
    margin: 10px 5px;
  }

  /**/
  .Displays {
    width: auto;
    margin: 10px -10px;
  }
  .Display-wrapper {
    flex-basis: 35%;
    margin: 10px;
  }
  .Display-headLine {
    font-size: 16px;
    padding: 30px 10px;
  }
  .Header-right-nav-bar {
    flex-direction: column;
    width: 40%;
    height: 100%;
    border-left: 3px solid #002644;
  }

  .Header-right-nav-element {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding: 10px 0;
  }

  .Header-right-nav-element:last-of-type {
    border: none;
  }
  .Ticker-item {
    flex-direction: column;
    text-align: center;
  }
  .Ticker-item-logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .App-mockup {
    position: relative;
  }
  .App-downloads {
    text-align: center;
    z-index: 100;
    position: relative;
  }
  .Header {
    flex-direction: column;
  }
  .Header-left {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    transform: scale(0.6);
    left: 0;
    bottom: 0;
    border: none;
    width: 100%;
    margin: -40px 0;
  }
  .Header-left > * {
    margin: 0;
  }
  .Header-left-shadow {
    display: none;
  }
  .Header-right-language-wrapper {
    display: none;
  }
  .Header-right-language-wrapper--mobile {
    display: block;
    background-color: #0d3c59;
    padding: 12px;
  }
  .Header-right-image {
    min-height: 460px;
  }
  .Header-right-menuButton {
    display: inline-block;
    width: 40px;
    height: 26px;
  }
  .Header-right-menuButton .Bar1,
  .Header-right-menuButton .Bar2,
  .Header-right-menuButton .Bar3 {
    transition: all 250ms ease-in-out;
  }

  .Header-right-menuButton--changed .Bar1 {
    opacity: 0;
  }
  .Header-right-menuButton .Bar2 {
    transform: rotateZ(0deg) translateY(0);
  }
  .Header-right-menuButton--changed .Bar2 {
    transform: rotateZ(-45deg) translateY(6px);
  }
  .Header-right-menuButton .Bar3 {
    transform: rotateZ(0deg) translateY(0);
  }
  .Header-right-menuButton--changed .Bar3 {
    transform: rotateZ(45deg) translateY(-7px);
  }
  .Header-right-menuButton > * {
    display: block;
    width: 100%;
    height: 4px;
    background: #002644;
  }
  .Header-right-menuButton > * + * {
    margin-top: 6px;
  }
  .Event-button {
    position: relative;
    padding: 15px 10px;
    margin-top: 20px;
    right: unset;
  }
  .Header-right-nav-bar {
    transform-origin: 100% 0;
    transform: scale(0.00000001);
    transition: all 250ms ease-in-out;
  }
  .Header {
    min-height: 0;
  }
  .Header-left-left {
    display: flex;
    align-items: center;
  }
  .Instagram a:nth-child(n + 9) {
    display: none;
  }
  .Header-left-right {
    display: flex;
    align-items: center;
    margin-right: 8px;
  }
  .Instagram a {
    margin: 8px;
    justify-content: center;
  }
  .Footer {
    padding: 20px 0;
  }
  .Footer-Wrapper {
    flex-direction: column;
    align-items: center;
  }
  .Footer-navigationItem {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-left: 0 !important;
  }

  .Footer-navigationItem:last-child {
    margin-bottom: 30px;
  }
  .Footer-Wrapper > * {
    margin: 10px 0;
  }
  .Footer-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .Header-left {
    padding: 20px;
  }
  .Display--fourRows {
    flex-basis: unset;
    flex: 0 0 calc(100% / 2 - 25px);
    height: 250px;
  }

  .Display--fourRows {
    flex-basis: unset;
    flex: 0 0 calc(100% - 15px);
    height: 250px;
  }
}

@media only screen and (max-width: 812px) {
  .Display-wrapper {
    min-width: 51%;
    margin: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .Tickets-inner {
    flex-wrap: wrap;
  }
  .Tickets-box,
  .Tickets-box--2x {
    flex-basis: 100%;
  }
  .col-lg-8 .Display-wrapper {
    min-width: calc(100% - 20px);
  }
  .App-downloads {
    justify-content: center;
    flex-direction: column;
    margin: 0;
  }

  .SectionImage {
    width: 100%;
    height: auto;
  }
  .Display-wrapper {
    min-width: 51%;
    margin: 10px;
  }
  .App-mockup {
    display: none;
  }
  .Header-left {
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
  }
  .Header-left-right {
    margin: 20px 0;
  }
  .Header-right-nav-bar {
    width: 100%;
    transform-origin: 50% 0;
  }
  .Container {
    padding: 0 20px;
  }
  .Instagram {
    justify-content: flex-start;
    margin: 0;
  }
  .App-infos {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 30px;
  }
  .Logos {
    padding: 20px;
  }
  .back-to-top {
    right: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
  }
  .Modal-headline {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .Modal-content {
    padding: 80px 20px;
    width: 100%;
  }
  .Modal-overflow {
    height: 370px;
    overflow: auto;
  }
  .Modal-overflow img {
    width: 100%;
    height: auto;
  }
}

.clearfix {
  display: flex;
  min-width: 100%;
  flex-direction: column;
}

.clearfix:nth-child(6) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

/* === === === RESPONSIVE END === === === */

#longinesBox {
  width: 148px;
  height: 34px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: none;
}

#longinesBox #time {
  display: none;
}

#longinesBox .timeEnter {
  background: url("../Images/countdown/logoS.png") no-repeat;
  width: 160px;
  height: 92px;
}

#longinesBox .timeEnter div {
  float: left;
  display: block;
  margin-top: 9px;
}

#longinesBox .timeEnter div span {
  float: left;
  display: block;
  overflow: hidden;
  height: 20px;
  width: 10px;
}

#longinesBox .timeEnter .day {
  width: 55px;
  padding-left: 20px;
}

#longinesBox .timeEnter .hour {
  width: 33px;
}

#longinesBox .timeEnter .minute {
  width: 33px;
}

#longinesBox .timeEnter .second {
  width: 30px;
}

#longinesBox .timeEnd {
  background: url("../Images/countdown/logo.png") no-repeat;
  width: 160px;
  height: 92px;
}

#longinesBox .timeEnd div {
  display: none;
}

/* List */

#list {
  overflow-x: scroll;
}

#list table {
  margin: 0 auto;
}

#list tr td {
  padding: 15px 20px;
  margin: 0;
  border: 0;
}

#list table {
  border-collapse: collapse;
}

#list tr:nth-child(odd) {
  background: #ababab;
  color: #ffffff;
}

#list tr:first-child {
  background: #003150;
}

#list tr:first-child td {
  font-family: "CG-Bd";
}

/* === === === COMPETITORS === === === */

.cci4s,
.cci4s-results,
.cci5l,
.cci5l-results {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
}

.LinkBoxHome {
  /* position: absolute; */
  /* bottom: -67px; */
  /* left: 15px; */
  /* width: 96%; */
  background: rgba(255, 255, 255, 0.9);
  padding: 0 20px 40px 20px;
  display: block;
  color: #002644;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
}

.LinkBoxHome::before {
  content: url(../Images/icons/resultlist/icon_ergebnisse-active.svg);
  height: 25px;
  width: 25px;
  position: absolute;
  -webkit-transform: translate(-180%, -50%);
  transform: translate(-180%, -50%);
}

.Competitor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #7e8993;
}

.Competitor-points {
  position: absolute;
  right: 0;
  height: 49px;
  border-left: 1px solid #7e8993;
  top: -10px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 18px;
}

.Competitor * {
  color: #003150 !important;
}

.Competitor-number {
  width: 15px;
  max-width: 35px;
  margin-left: 15px;
}

.Competitor-details {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "CG-Rg";
  flex-wrap: wrap;
  margin-right: 70px;
  max-width: 60%;
}

.Competitor-name {
  width: 190px;
  max-width: 190px;
}

.Competitor-country {
  margin: 0 10px;
}

.Competitor-countryCode,
.Competitor-starttime,
.Competitor-startnumber {
  display: none;
}

.Competitor-flag {
  height: 22px;
}

.Button-wrapper-base {
  margin-top: -10px;
  display: inline-block;
}

.base-button {
  text-decoration: none;
  padding: 12px 8px 12px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 0.25rem;
  background: transparent;
  font-size: 16px;
}

@media only screen and (max-width: 500px) {
  .Competitor {
    padding-bottom: 30px;
  }
  .Button-wrapper-base {
    width: 100%;
  }
  .Competitor-points {
    position: absolute;
    right: 0;
    height: auto;
    border-left: none;
    line-height: 50px;
    padding: 0 15px;
    font-size: 18px;
    bottom: -9px;
    width: 100%;
    text-align: right;
    top: unset;
  }
}

@media only screen and (max-width: 1024px) {
  .Competitor-name {
    width: 250px;
    max-width: 250px;
  }
}

.Notification {
  color: #002e4f;
}

.base-button-icon {
  margin-left: 120px;
}

.Results-Date {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px;
  padding-left: 10px;
  background: #002e4f;
  color: #ffffff;
  font-size: 24px;
}

.Results-Content {
  margin-top: -15px;
}

.Results-Group:first-of-type {
  margin-top: 30px;
}

.Results-Group {
  margin-top: 15px;
}

.Results-Group-title {
  margin-bottom: 5px;
  font-size: 18px;
  color: #002e4f;
  border-bottom: 1px solid #002e4f;
}

.Results-Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #cececa;
  padding-top: 10px;
}

.Results-Item:last-of-type {
  border: none;
}

.Results-column {
  padding: 0 20px;
  margin-bottom: 10px;
}

.Results-column:nth-of-type(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 10%;
}

.Results-column:nth-of-type(2) {
  font-family: "CG-Md";
  -webkit-box-flex: 10;
  -ms-flex: 10;
  flex: 10;
}

.Results-column:nth-of-type(3) {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.Results-Links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Results-Link {
  display: block;
  height: 35px;
  width: 35px;
  margin: 0 10px;
  cursor: default;
}

.Results-Link.is-Active {
  cursor: pointer;
}

.Results-Link-icon {
  position: relative;
  height: 35px;
  width: 35px;
}

.Results-Link-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.Results-Link .Results-Link-icon--bell::after {
  background-image: url("../Images/icons/resultlist/icon_bell.svg");
}

.Results-Link .Results-Link-icon--fence::after {
  background-image: url("../Images/icons/resultlist/icon_equestrain.svg");
}

.Results-Link .Results-Link-icon--ribbon::after {
  background-image: url("../Images/icons/resultlist/icon_ergebnisse.svg");
}

.Results-Link .Results-Link-icon--ribbon25::after {
  background-image: url("../Images/icons/resultlist/icon_ergebnisse-u25.svg");
}

.Results-Link .Results-Link-icon--ribbonDM::after {
  background-image: url("../Images/icons/resultlist/icon_ergebnisse-dm.svg");
}

.Results-Link.is-Active .Results-Link-icon--bell::after {
  background-image: url("../Images/icons/resultlist/icon_bell-active.svg");
}

.Results-Link.is-Active .Results-Link-icon--fence::after {
  background-image: url("../Images/icons/resultlist/icon_equestrain-active.svg");
}

.Results-Link.is-Active .Results-Link-icon--ribbon::after {
  background-image: url("../Images/icons/resultlist/icon_ergebnisse-active.svg");
}

.Results-Link.is-Active .Results-Link-icon--ribbon25::after {
  background-image: url("../Images/icons/resultlist/icon_ergebnisse-u25-active.svg");
}

.Results-Link.is-Active .Results-Link-icon--ribbonDM::after {
  background-image: url("../Images/icons/resultlist/icon_ergebnisse-dm-active.svg");
}

@media only screen and (max-width: 768px) {
  .Results-Link {
    margin: 10px;
  }
  .Results-column:nth-of-type(1) {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
  }
  .Gallery-link {
    width: 100%;
    margin-left: -5px;
  }
}

@media only screen and (max-width: 500px) {
  .Results-Item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Results-Links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .Results-column:nth-of-type(1),
  .Results-column:nth-of-type(2),
  .Results-column:nth-of-type(3) {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .base-button {
    margin: 10px;
  }
}

.backbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
}

.backbutton svg {
  margin-right: 10px;
}

.cci4s-results .Competitor:nth-child(n + 6),
.cci5l-results .Competitor:nth-child(n + 6) {
  display: none;
}

.lum-lightbox-inner img {
  max-height: 1006px;
}

@media only screen and (max-width: 460px) {
  .lum-lightbox-inner img {
    height: auto;
    max-height: 100%;
  }
}

/* === === === FONT === === === */

/*
 *
 * Font Used:
 * Classic Grotesque Pro-Bold
 * Classic Grotesque Pro-Medium
 * Classic Grotesque Pro-Regular
 * Classic Grotesque Pro-Semi Bold
 * Classic Grotesque Pro-XBold
 *
*/

@font-face {
  font-family: "CG-Rg";
  src: url("../Fonts/99898fd0-33c7-482e-ae03-d8598f04cd57.eot?#iefix");
  src: url("../Fonts/99898fd0-33c7-482e-ae03-d8598f04cd57.eot?#iefix")
      format("eot"),
    url("../Fonts/83601842-9564-4341-9d95-1742ee7f146f.woff2") format("woff2"),
    url("../Fonts/c6b0c4e7-468c-4416-bf4f-c8254e52ec05.woff") format("woff"),
    url("../Fonts/f3d24aab-e54a-40b1-b3cc-5842d107509b.ttf") format("truetype");
}
@font-face {
  font-family: "CG-Md";
  src: url("../Fonts/299895da-b451-41f9-960c-024373a276bc.eot?#iefix");
  src: url("../Fonts/299895da-b451-41f9-960c-024373a276bc.eot?#iefix")
      format("eot"),
    url("../Fonts/a4fbdcf6-b3f0-4135-b590-aea03d0ec6af.woff2") format("woff2"),
    url("../Fonts/f94b2377-9dc9-4479-9f47-fe1c6c0f8bb8.woff") format("woff"),
    url("../Fonts/722de522-eea2-4ead-a0eb-fc1aba0e77ba.ttf") format("truetype");
}
@font-face {
  font-family: "CG-SBd";
  src: url("../Fonts/f56470d2-1fa8-40a6-96aa-554a90056153.eot?#iefix");
  src: url("../Fonts/f56470d2-1fa8-40a6-96aa-554a90056153.eot?#iefix")
      format("eot"),
    url("../Fonts/a5dd26d9-5ddc-4262-bf6a-720dcc379e36.woff2") format("woff2"),
    url("../Fonts/5f79a4f3-bd11-47d1-ade7-8284d3c7ab62.woff") format("woff"),
    url("../Fonts/c62352b5-0f4e-41b3-b33e-5b0f8c8a31b5.ttf") format("truetype");
}
@font-face {
  font-family: "CG-Bd";
  src: url("../Fonts/e5883671-b0c6-499a-8f96-47395b697cce.eot?#iefix");
  src: url("../Fonts/e5883671-b0c6-499a-8f96-47395b697cce.eot?#iefix")
      format("eot"),
    url("../Fonts/236fbdfc-6d3f-4b22-a9b0-2ac050ac7c53.woff2") format("woff2"),
    url("../Fonts/8dffb395-34b5-420e-9c9c-0db09685d947.woff") format("woff"),
    url("../Fonts/0f266978-afd4-4e30-9dc1-408f64684e6d.ttf") format("truetype");
}
@font-face {
  font-family: "CG-XBd";
  src: url("../Fonts/b9b46239-61e1-45e4-a98e-4128a510f4e5.eot?#iefix");
  src: url("../Fonts/b9b46239-61e1-45e4-a98e-4128a510f4e5.eot?#iefix")
      format("eot"),
    url("../Fonts/911cdda5-f9fb-46cd-855b-1bb0b5858c7a.woff2") format("woff2"),
    url("../Fonts/e61a69b1-7487-4a91-a527-ccfc547f9ac6.woff") format("woff"),
    url("../Fonts/f980081b-cd80-49a7-b322-3b9b8e5c52f6.ttf") format("truetype");
}

/* === === === FONT END === === === */

/* Fix for instagram module */
.eapps-instagram-feed-posts-item-visible.eapps-instagram-feed-posts-item-loaded {
  overflow: hidden;
}
