@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  padding: 0;
  margin: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none; }

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/*------------------------------------*\
    #SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned,this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once,here.
 */
ul, ol, dd {
  margin-left: 48px;
  margin-left: 3rem; }

/*------------------------------------*\
    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  min-height: 100%;
  /* [3] */
  overflow-y: scroll;
  /* [2] */
  font-size: 1em;
  /* [1] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */
  line-height: 1.5;
  /* [1] */
  color: #434445;
  -ms-text-size-adjust: 100%;
  /* [4] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  background-color: #191c1d; }

/* ==========================================================================
   #PAGE
   ========================================================================== */
html {
  font-family: "Roboto", sans-serif; }

main {
  padding-top: 24px;
  background-color: #f3f4f5; }

::selection {
  color: #fff;
  background-color: #2663b5; }

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase; }

.u-h1 {
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase; }

/* ==========================================================================
   #LINKS
   ========================================================================== */
a {
  font-weight: bold;
  color: #2663b5;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }

/* ==========================================================================
   #FORMS
   ========================================================================== */
/**
 * 1. Force IE8 to wrap long content
 */
label {
  display: block;
  max-width: 100%;
  /* [1] */
  margin-bottom: 6px;
  font-weight: bold; }
  @media (min-width: 63.9375em) {
    label {
      display: inline-block; } }

input,
select,
textarea,
fieldset {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

input[type=text],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week] {
  box-sizing: border-box;
  height: 2.25rem;
  padding: 6px;
  vertical-align: middle;
  -webkit-appearance: none;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #8d8d8f;
  border-radius: 3px;
  width: 100%; }

.gform_button {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 6px 12px;
  transition: 0.33333s;
  border-radius: 3px;
  border: 0;
  background-color: #ca0217; }
  .gform_button, .gform_button:hover, .gform_button:active, .gform_button:focus {
    color: #fff;
    font-weight: 700;
    text-decoration: none; }

.gform_fields li {
  border: none !important; }

select {
  box-sizing: border-box;
  padding: 6px; }

select:not([multiple]) {
  height: 2.25rem;
  vertical-align: middle; }

textarea {
  box-sizing: border-box;
  height: auto;
  padding: 6px; }

/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/**
 * The layout system uses `box-sizing: border-box;` and `display: inline-block;`
 * to create an extremely powerful, flexible alternative to the traditional grid
 * system. Combine the layout items with the widths found in `trumps.widths`.
 */
/**
 * Begin a layout group.
 */
.o-layout {
  padding: 0;
  margin: 0;
  margin-left: -24px;
  list-style: none; }

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.o-layout__item {
  display: inline-block;
  /* [1] */
  width: 100%;
  /* [4] */
  padding-left: 24px;
  /* [2] */
  vertical-align: top;
  /* [3] */ }

/* ==========================================================================
   #WRAPPERS
   ========================================================================== */
.o-wrapper {
  max-width: 1200px;
  padding-right: 12px;
  padding-left: 12px;
  margin: 0 auto; }
  @media (min-width: 63.9375em) {
    .o-wrapper {
      padding-right: 24px;
      padding-left: 24px; } }

/*------------------------------------*\
    #MEDIA
\*------------------------------------*/
.o-media {
  display: flex;
  align-items: flex-start; }

.o-media__img {
  margin-right: 24px; }
  .o-media__img > img {
    display: block;
    max-width: none; }

.o-media__body {
  flex: 1; }
  .o-media__body,
  .o-media__body > :last-child {
    margin-bottom: 0; }

.o-media__title {
  margin-top: 0; }

.o-media--center {
  align-items: center; }
  .o-media--center > .o-media__body > :first-child {
    margin-top: 0; }

/* ==========================================================================
   #FORMS
   ========================================================================== */
.o-form--search {
  margin-top: 12px; }
  @media (min-width: 63.9375em) {
    .o-form--search {
      display: none; } }

.o-form--search-menu {
  margin: 12px; }
  @media (min-width: 63.9375em) {
    .o-form--search-menu {
      display: none; } }

.o-form--footer .o-form__input {
  width: 70% !important; }

.o-form__input {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #8d8d8f;
  border-radius: 3px;
  width: 100%; }

.o-form__input--bare {
  border: 0; }

.o-form__input--small {
  width: 70%; }

.js-open {
  display: block; }

/* ==========================================================================
   #LIST-INLINE
   ========================================================================== */
.o-list-inline {
  margin: 0;
  list-style: none; }
  .o-list-inline li {
    display: inline;
    padding-right: 12px;
    padding-left: 12px; }
    .o-list-inline li:last-child {
      padding-right: 0; }
    .o-list-inline li a, .o-list-inline li a:hover, .o-list-inline li a:active, .o-list-inline li a:focus {
      color: inherit;
      font-weight: 400; }

.o-list-inline--social-media li {
  padding-right: 0;
  padding-left: 6px; }
  .o-list-inline--social-media li:first-child {
    padding-right: 0;
    padding-left: 0; }
  .o-list-inline--social-media li > svg {
    margin-top: 4px; }

.o-list-inline--footer {
  padding-top: 12px; }
  @media (min-width: 63.9375em) {
    .o-list-inline--footer {
      text-align: right; } }
  .o-list-inline--footer li {
    border-right: 1px solid;
    border-color: currentColor; }
    .o-list-inline--footer li:last-child {
      border: 0; }

/* ==========================================================================
   #BLOCK LIST
   ========================================================================== */
.o-block-list {
  margin-bottom: 21px; }

.o-block-list__item {
  display: block;
  padding: 21px 0;
  border-bottom: 1px solid #dfdfdf; }
  .o-block-list__item, .o-block-list__item:hover, .o-block-list__item:active, .o-block-list__item:focus {
    color: #191c1d;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer; }
  .o-block-list__item:hover .o-block-list__link, .o-block-list__item:active .o-block-list__link, .o-block-list__item:focus .o-block-list__link {
    text-decoration: underline; }
  .o-block-list__item:first-child {
    padding-top: 0; }

.o-block-list__img {
  max-width: 100px;
}

/* ==========================================================================
   #PAGE HEAD
   ========================================================================== */
.c-page-head__top-bar {
  padding: 6px 0;
  border-bottom: 1px solid #313234; }
  .c-page-head__top-bar::after {
    display: block !important;
    clear: both !important;
    content: "" !important; }

.c-page-head__top-menu {
  float: right;
  color: #8f8f8f; }

.c-page-head__top-menu > .o-list-inline > li:first-child {
color: #f8db06;
}

.c-head-slider {
position: relative;
width: 100%;
height: 100%;
}
.c-slider__body-2::before {
position: absolute;
content: '\A';
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
width: 100%;
height: 100%;
z-index: 1;
}
.c-slider__body {
z-index: 2;
position:relative;
}


.c-page-head__inner {
  margin-bottom: -24px;
  padding: 6px; }
  @media (min-width: 63.9375em) {
    .c-page-head__inner {
      margin-bottom: auto;
      padding: 24px; } }

@media (min-width: 63.9375em) {
  .c-page-head__logo-wrapper {
    position: relative; z-index: 300; } }

.c-page-head__logo {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 2; }
  @media (min-width: 63.9375em) {
    .c-page-head__logo {
      position: absolute;
      top: -48px;
      height: 250px; } }

.flex-sponsoren {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 150px;
		margin: 0 auto;	
	}
	.flex-sponsoren .item {
		text-align: center;
		margin-bottom: 25px;
	}
@media (min-width: 63.9375em) {
  .flex {
    display: flex;
    align-items: center;
    justify-content: space-between; } 
	.flex-sponsoren {
		max-width: 500px;
		margin: 0 auto;	
	}
	.flex-sponsoren .item {
		margin: 25px;
	}
}


/* ==========================================================================
   #TOP BAR
   ========================================================================== */
.c-top-bar {
  padding: 12px 0;
  color: #fff;
  background-color: #2663b5; }

/* ==========================================================================
   #PAGE FOOT
   ========================================================================== */
.c-page-foot {
  padding: 48px 0 24px;
  color: #fff; }
  .c-page-foot span {
    display: inline-block;
    margin-bottom: 6px; }
  .c-page-foot p {
    margin-bottom: 6px; }

.c-page-foot__list {
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
  list-style: none; }
  @media (min-width: 63.9375em) {
    .c-page-foot__list {
      margin-bottom: 0; } }
  .c-page-foot__list li a, .c-page-foot__list li a:hover, .c-page-foot__list li a:active, .c-page-foot__list li a:focus {
    font-weight: 400;
    color: #fff; }

.c-page-foot__bottom {
  margin-top: 48px;
  padding-top: 24px;
  color: #8d8d8f;
  border-top: 1px solid #313234;
  text-align: center; }
  @media (min-width: 63.9375em) {
    .c-page-foot__bottom {
      text-align: left; } }
  .c-page-foot__bottom span {
    margin-bottom: 0; }
    @media (min-width: 63.9375em) {
      .c-page-foot__bottom span {
        margin-left: 24px; } }

/* ==========================================================================
   #BOXES
   ========================================================================== */
.c-box {
  margin-bottom: 24px;
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0 2px 0 0 #dfdfdf; }

.c-box__title {
  padding: 12px 21px;
  color: #000; }

.c-box__content {
  padding: 21px; }
  .c-box__content ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .c-box__content li {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #dfdfdf; }
    .c-box__content li:first-child {
      padding-top: 0; }
    .c-box__content li:last-child {
      padding-bottom: 0;
      border: 0; }
    .c-box__content li a {
      display: block; }
  .c-box__content > p:last-child {
    margin-bottom: 0; }

.c-box__link {
  display: block;
  text-align: right; }
  .c-box__link, .c-box__link:hover, .c-box__link:active, .c-box__link:focus {
    text-decoration: underline; }

/* Black style variants
   ========================================================================== */
/**
 * This modifier fills the entire `.c-box` element with a black background.
 * It's not necessary to use this in conjunction with `.c-box__title--black`.
 */
.c-box--black {
  background-color: #191c1d;
  border-radius: 0;
  box-shadow: none; }

/**
 * This modifies the title element with a black background-color and white text.
 * It does not, however, fill the entire container element.
 * Please use: `.c-box--black` [see above] on the parent element if you want to
 * create that desired effect.
 */
.c-box__title--black {
  color: #fff;
  background-color: #191c1d; }

/* Social Media modifier styles
   ========================================================================== */
/**
 * Social media widgets are embedded into pages with <iframes/>.
 * These components add unwanted margins and paddings to the parent elements.
 * Please use the following classes to account for those unwanted styles.
 */
.c-box__content--twitter,
.c-box__content--facebook {
  padding-top: 0;
  padding-bottom: 0; }

.c-box__content--facebook {
  padding-bottom: 21px; }

/* ==========================================================================
   #SECTIONS
   ========================================================================== */
.c-section {
  padding: 12px; }
  @media (min-width: 63.9375em) {
    .c-section {
      padding: 24px; } }

.c-section__title {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 24px;
  color: #000; }

/* Style variants
   ========================================================================== */
.c-section--white {
  background-color: #fff; }

/* ==========================================================================
   #DATE BLOCK
   ========================================================================== */
.c-date-block {
  width: 65px;
  padding: 6px;
  text-align: center;
  color: #000;
  background-color: #f8db06; }

.c-date-block__day,
.c-date-block__month {
  display: block;
  font-weight: bold;
  text-transform: uppercase; }

.c-date-block__day {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 18px;
  font-weight: 900;
  padding-top: 6px; }

.c-date-block__month {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  font-weight: 700; }

/* ==========================================================================
   #GAME
   ========================================================================== */
.c-game {
  padding: 24px;
  color: #fff;
  text-align: center; }

.c-game__heading {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 6px; }

.c-game__date {
  font-weight: 700;
  text-transform: uppercase;
  color: #f8db06; }

.c-game__s {
  display: table;
  table-layout: fixed;
  margin: 21px auto 0; }

.c-game__vs {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.06667;
  font-family: "Titillium Web", sans-serif;
  color: #313234; }

.c-game__d {
  display: table-cell;
  padding-right: 12px;
  vertical-align: middle;
  text-align: center;
  line-height: 45px; }
  .c-game__d:last-child {
    padding-right: 0; }

.c-game__img {
  max-width: 100px; }

/* ==========================================================================
   #POULESTAND
   ========================================================================== */
.c-poulestand {
  margin-bottom: 24px; }
  .c-poulestand::after {
    display: block !important;
    clear: both !important;
    content: "" !important; }

.c-poulestand__header {
  width: 100%;
  float: left;
  padding: 12px;
  font-weight: bold;
  background-color: #f3f4f5; }

.c-poulestand__row {
  width: 100%;
  float: left;
  padding: 12px;
  border-bottom: 1px solid #dfdfdf; }

.c-poulestand [class^="c-poulestand__row--"] {
  float: left; }

.c-poulestand__row--1 {
  width: 10%; }

.c-poulestand__row--2 {
  width: 70%; }

.c-poulestand__row--3,
.c-poulestand__row--4 {
  width: 10%; }

/* ==========================================================================
   #SLIDER
   ========================================================================== */
.c-slider {
  background-position: center center;
  background-size: cover; }

.c-slider__body {
  max-width: 500px;
  padding: 192px 0; }

.c-slider__body--header {
  padding: 96px 0; }

.c-slider__heading {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 35px;
  color: #fff;
  margin-bottom: 24px; }
  @media (min-width: 44.9375em) {
    .c-slider__heading {
      font-size: 60px;
      font-size: 3.75rem;
      line-height: 60px; } }

.c-slider--sponsoren {
  margin: 48px auto; }

.c-slider--sponsoren__item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 10px;
  text-align: center; 
  height: 152px;}
  .c-slider--sponsoren__item > img {
	filter: grayscale(100%);
    display: inline-block;
	width: auto;
     }
.c-slider--sponsoren__item > img:hover {
	filter: grayscale(0%);
}

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
/**
 * This is an example component. Extend potatocss by building your own components
 * that make up your UI. Component classes are prefixed with a `c-`.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */
.c-btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 6px 12px;
  transition: 0.33333s;
  border-radius: 3px; }

/* Style variants
   ========================================================================== */
.c-btn--primary {
  background-color: #ca0217; }
  .c-btn--primary, .c-btn--primary:hover, .c-btn--primary:active, .c-btn--primary:focus {
    color: #fff;
    font-weight: 700;
    text-decoration: none; }

.c-btn--secondary {
  background-color: #2f4054; }
  .c-btn--secondary, .c-btn--secondary:hover, .c-btn--secondary:active, .c-btn--secondary:focus {
    text-decoration: none;
    color: #fff; }
  .c-btn--secondary:hover, .c-btn--secondary:focus {
    background-color: #1d2733; }

/* Size variants
   ========================================================================== */
.c-btn--small {
  padding: 0.375rem 0.75rem;
  position: relative;
  left: -6px;
  border: 0; }

.c-btn--smalll {
	position: relative;
	padding: 0.5rem 1.125rem; 
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), inset 0 -0.2em 0 rgba(0,0,0,.25), 0 0.2em 0.2em rgba(0,0,0,.05)
}
.c-btn--smalll span {
    top: 1px;
    margin-left: 6px;
}
.c-btn--smalll span::before {
/*	content: '';
	border-left: 1px solid black;
	position: relative; */
}
.c-btn--ghost {
  padding: 0.375rem 0.75rem;
  border: 1px solid #fff;
  margin-right: 15px;
  font-weight: 600;
  color: #fff;
}
.c-btn--ghost, .c-btn--ghost:hover, .c-btn--ghost:active, .c-btn--ghost:focus {
  background: none;
}

/* ==========================================================================
   #SITE NAV
   ========================================================================== */
.c-site-nav {
  display: none; }
  @media (min-width: 63.9375em) {
    .c-site-nav {
      display: block; } }
  .c-site-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .c-site-nav li {
    display: inline-block;
    margin-right: 24px; }
    .c-site-nav li:last-child {
      margin-right: 0; }
    .c-site-nav li a, .c-site-nav li a:hover, .c-site-nav li a:active, .c-site-nav li a:focus {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.2;
      font-weight: 900;
      text-transform: uppercase;
      color: #fff; }
    .c-site-nav li a:hover, .c-site-nav li a:active, .c-site-nav li a:focus {
      color: #f8db06;
      text-decoration: none; }

    .c-site-nav ul li ul.sub-menu { position: absolute; display: none; padding: 2.5em 0 4em; z-index: 200; }
    .c-site-nav ul li ul.sub-menu li { width: 100%; }
    .c-site-nav ul li:hover ul.sub-menu { display: block; }
    
    .sub-menu-wrap { background: rgba( 25, 28, 29, .9 ); background: #191c1d\9; position: absolute; width: 100%; z-index: 150; display: none; }
    .sub-menu-wrap.visible { display: block; }


.slicknav_menu {
  display: block; }
  @media (min-width: 63.9375em) {
    .slicknav_menu {
      display: none; } }

/* ==========================================================================
   #SLICKNAV
   ========================================================================== */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left; }

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.slicknav_menu:before {
  content: " ";
  display: table; }

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul {
  display: block; }

.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
  font-family:initial;
}

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }

.slicknav_menu * {
  box-sizing: border-box; }

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px; }

.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  background: #ccc;
  color: #fff; }

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff; }

.slicknav_nav a:hover {
  border-radius: 6px;
  background: #ccc;
  color: #222; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/*------------------------------------*\
    #WIDTHS-RESPONSIVE
\*------------------------------------*/
/**
 * Responsive width classes based on your responsive settings.
 */
@media (min-width: 44.9375em) {
  .u-1\/1\@palm {
    width: 100% !important; }

  .u-1\/2\@palm {
    width: 50% !important; }

  .u-1\/3\@palm {
    width: 33.33333% !important; }

  .u-2\/3\@palm {
    width: 66.66667% !important; }

  .u-1\/4\@palm {
    width: 25% !important; }

  .u-2\/4\@palm {
    width: 50% !important; }

  .u-3\/4\@palm {
    width: 75% !important; }

  .u-1\/5\@palm {
    width: 20% !important; }

  .u-2\/5\@palm {
    width: 40% !important; }

  .u-3\/5\@palm {
    width: 60% !important; }

  .u-4\/5\@palm {
    width: 80% !important; }

  .u-1\/6\@palm {
    width: 16.66667% !important; }

  .u-2\/6\@palm {
    width: 33.33333% !important; }

  .u-3\/6\@palm {
    width: 50% !important; }

  .u-4\/6\@palm {
    width: 66.66667% !important; }

  .u-5\/6\@palm {
    width: 83.33333% !important; }

  .u-1\/7\@palm {
    width: 14.28571% !important; }

  .u-2\/7\@palm {
    width: 28.57143% !important; }

  .u-3\/7\@palm {
    width: 42.85714% !important; }

  .u-4\/7\@palm {
    width: 57.14286% !important; }

  .u-5\/7\@palm {
    width: 71.42857% !important; }

  .u-6\/7\@palm {
    width: 85.71429% !important; }

  .u-1\/8\@palm {
    width: 12.5% !important; }

  .u-2\/8\@palm {
    width: 25% !important; }

  .u-3\/8\@palm {
    width: 37.5% !important; }

  .u-4\/8\@palm {
    width: 50% !important; }

  .u-5\/8\@palm {
    width: 62.5% !important; }

  .u-6\/8\@palm {
    width: 75% !important; }

  .u-7\/8\@palm {
    width: 87.5% !important; } }
@media (min-width: 63.9375em) {
  .u-1\/1\@lap-and-up {
    width: 100% !important; }

  .u-1\/2\@lap-and-up {
    width: 50% !important; }

  .u-1\/3\@lap-and-up {
    width: 33.33333% !important; }

  .u-2\/3\@lap-and-up {
    width: 66.66667% !important; }

  .u-1\/4\@lap-and-up {
    width: 25% !important; }

  .u-2\/4\@lap-and-up {
    width: 50% !important; }

  .u-3\/4\@lap-and-up {
    width: 75% !important; }

  .u-1\/5\@lap-and-up {
    width: 20% !important; }

  .u-2\/5\@lap-and-up {
    width: 40% !important; }

  .u-3\/5\@lap-and-up {
    width: 60% !important; }

  .u-4\/5\@lap-and-up {
    width: 80% !important; }

  .u-1\/6\@lap-and-up {
    width: 16.66667% !important; }

  .u-2\/6\@lap-and-up {
    width: 33.33333% !important; }

  .u-3\/6\@lap-and-up {
    width: 50% !important; }

  .u-4\/6\@lap-and-up {
    width: 66.66667% !important; }

  .u-5\/6\@lap-and-up {
    width: 83.33333% !important; }

  .u-1\/7\@lap-and-up {
    width: 14.28571% !important; }

  .u-2\/7\@lap-and-up {
    width: 28.57143% !important; }

  .u-3\/7\@lap-and-up {
    width: 42.85714% !important; }

  .u-4\/7\@lap-and-up {
    width: 57.14286% !important; }

  .u-5\/7\@lap-and-up {
    width: 71.42857% !important; }

  .u-6\/7\@lap-and-up {
    width: 85.71429% !important; }

  .u-1\/8\@lap-and-up {
    width: 12.5% !important; }

  .u-2\/8\@lap-and-up {
    width: 25% !important; }

  .u-3\/8\@lap-and-up {
    width: 37.5% !important; }

  .u-4\/8\@lap-and-up {
    width: 50% !important; }

  .u-5\/8\@lap-and-up {
    width: 62.5% !important; }

  .u-6\/8\@lap-and-up {
    width: 75% !important; }

  .u-7\/8\@lap-and-up {
    width: 87.5% !important; } }
@media (min-width: 64em) {
  .u-1\/1\@desk {
    width: 100% !important; }

  .u-1\/2\@desk {
    width: 50% !important; }

  .u-1\/3\@desk {
    width: 33.33333% !important; }

  .u-2\/3\@desk {
    width: 66.66667% !important; }

  .u-1\/4\@desk {
    width: 25% !important; }

  .u-2\/4\@desk {
    width: 50% !important; }

  .u-3\/4\@desk {
    width: 75% !important; }

  .u-1\/5\@desk {
    width: 20% !important; }

  .u-2\/5\@desk {
    width: 40% !important; }

  .u-3\/5\@desk {
    width: 60% !important; }

  .u-4\/5\@desk {
    width: 80% !important; }

  .u-1\/6\@desk {
    width: 16.66667% !important; }

  .u-2\/6\@desk {
    width: 33.33333% !important; }

  .u-3\/6\@desk {
    width: 50% !important; }

  .u-4\/6\@desk {
    width: 66.66667% !important; }

  .u-5\/6\@desk {
    width: 83.33333% !important; }

  .u-1\/7\@desk {
    width: 14.28571% !important; }

  .u-2\/7\@desk {
    width: 28.57143% !important; }

  .u-3\/7\@desk {
    width: 42.85714% !important; }

  .u-4\/7\@desk {
    width: 57.14286% !important; }

  .u-5\/7\@desk {
    width: 71.42857% !important; }

  .u-6\/7\@desk {
    width: 85.71429% !important; }

  .u-1\/8\@desk {
    width: 12.5% !important; }

  .u-2\/8\@desk {
    width: 25% !important; }

  .u-3\/8\@desk {
    width: 37.5% !important; }

  .u-4\/8\@desk {
    width: 50% !important; }

  .u-5\/8\@desk {
    width: 62.5% !important; }

  .u-6\/8\@desk {
    width: 75% !important; }

  .u-7\/8\@desk {
    width: 87.5% !important; } }
/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important; }

.u-hide--mobile {
  display: none; }
  @media (min-width: 63.9375em) {
    .u-hide--mobile {
      display: inline-block; } }

/* ==========================================================================
   #LINKS
   ========================================================================== */
.u-link-underline, .u-link-underline:hover, .u-link-underline:active, .u-link-underline:focus {
  text-decoration: underline !important; }

/* ==========================================================================
   #COLORS
   ========================================================================== */
.u-color-blue {
  color: #2663b5 !important;
  font-weight: normal !important; }

.owl-theme .owl-controls {
  position: relative !important;
  top: -10px !important;
  margin-top: -30px !important; }

p > img {
max-width: 100%;
}

/*# sourceMappingURL=style.css.map */
