/* ---- RESET - Resets default browser CSS.  --------------- */

html {
  margin:0;
  padding:0;
  border:0;
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}
body {
  line-height: 1.5;
  background: white;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
:focus { outline: 0; }

/* END Reset */




/* ----------   ///// WHIZZZ /////  ---------------- */


/* ///// FONTS ///// */

@font-face {
  font-family: 'fontname';
  src: url('../css/fonts/fontname.eot'); /* IE9 Compat Modes */
  src: url('../css/fonts/fontname.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/fontname.woff') format('woff'), /* Pretty Modern Browsers */
       url('../css/fonts/fontname.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/fontname.svg#svgfontname') format('svg'); /* Legacy iOS */
}


/* ///// LOGO ///// */

#logo {
    position: relative;
    float: left;
    display: block;
     z-index: 3;
     margin-bottom: -35px;
}

#logo:after {
    content: '';
    transform: skewX(-33deg);
    -webkit-transform: skewX(-33deg);
    background: #27347b;
    background: -moz-linear-gradient(top, #27347b 0%, #111a51 100%);
    background: -webkit-linear-gradient(top, #27347b 0%,#111a51 100%);
    background: linear-gradient(to bottom, #27347b 0%,#111a51 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27347b', endColorstr='#111a51',GradientType=0 );
    position: absolute;
    right: -60px;
    top: -3px;
    bottom: 0;
    left: -1000%;
    z-index: -1;
    height: 115px;
    width: 1156%;
}

#logo:before {
    content: '';
    transform: skewX(-33deg);
    -webkit-transform: skewX(-33deg);
    background: #121743;
    position: absolute;
    right: -68px;
    top: -29px;
    bottom: -6px;
    left: -1000%;
    z-index: -2;
    transition: 400ms all;
    -webkit-transition: 400ms all;
    height: 150px;
    width: 1160%;
}

.logo {
    width: 90px;
    transition: all ease .5s;
    padding: 7px 0 25px 0;
}


/* ///// NAVIGATION ///// */

#navigation {
    position: relative;
    display: block;
    float: right;
    width: auto;
}


/* ///// UNTERNAVIGATION ///// */

#unternavigation {
    position: fixed;
    display: block;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    padding: 7px 0px 7px 0px;
    z-index: 9;
    top: 111px;
    transition: all ease .5s;
}

#unternavigation ul.nav.menu {
    float: right;
    padding-right: 8%;
}

#unternavigation ul.menu a, #unternavigation span.separator {
    font-family: "titillium-light";
    font-size: 12px;
    line-height: 30px;
}

.unternavigation-responsive {
    position: relative;
    float: right;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    margin-right: 4%;
    display: none;
    transition: all ease .5s;
}

.unternavigation-responsive:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 6px;
    width: 10px;
    height: 4px;
    background-image: url(../images/arrow-interaktiv.svg);
    background-size: cover;
}

.unternavigation-responsive.aktiv:before {
    transform: rotate(180deg);
}

#unternavigation ul.nav.menu.aktiv {
    display: block;
    float: none;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: 3%;
}


/* ///// SLIDER-CONTAINER ///// */

#slider-container {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background-image: url("../images/slider-bg.jpg");
    background-size: cover;
    background-position: center bottom;
    top: 111px;
    z-index: 1;
     -webkit-box-shadow: 0px 10px 31px -5px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 10px 31px -5px rgba(0,0,0,0.23);
    box-shadow: 0px 10px 31px -5px rgba(0,0,0,0.23);
    transition: all ease .5s;
}


/* ///// SLIDER ///// */

#slider {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 43vw;
}

.slick-slide img {
    display: block;
    max-height: 35vw;
    width: auto !important;
    margin-left: 40%;
    padding: 4%;
}

.slick-prev:before {
    content: '' !important;
    background-image: url(../images/slider-arrow-left.svg);
    background-size: cover;
    width: 20px;
    height: 45px;
    margin-top: -24px;
    margin-left: -10px;
    position: absolute;
}

.slick-next:before {
    content: '' !important;
    background-image: url(../images/slider-arrow-right.svg);
    background-size: cover;
    width: 20px;
    height: 45px;
    margin-top: -24px;
    margin-left: -10px;
    position: absolute;
}

/* ///// HINWEIS ///// */

.hinweis {
    position: absolute;
    top: 10%;
    right: 2%;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background: #e51312;
    background: -moz-linear-gradient(top, #e51312 0%, #ae0812 125%);
    background: -webkit-linear-gradient(top, #e51312 0%,#ae0812 125%);
    background: linear-gradient(to bottom, #e51312 0%,#ae0812 125%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51312', endColorstr='#ae0812',GradientType=0 );
    text-align: center;
    transform: rotate(22deg);
}

.hinweis span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-family: "titillium-bold";
    color: #ffffff;
    font-size: 1em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5;
}

.hinweis span a {
    color: #fff;
}

.hinweis span a:hover, .hinweis span a:active {
    color: #ffca00;
}

.hinweis h5 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 1px;
    background: none;
    padding: 0px;
}


/* ///// SLIDER-NEWS ///// */

#slider-news {
    position: absolute;
    display: block;
    float: left;
    width: 30%;
    z-index: 2;
    padding-left: 10%;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
}


#slider-news #beitrag {
    padding: 10px 0 10px 0;
}

#slider-news h2 {
    color: #fff;
    font-family: "titillium-bold";
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}

#slider-news h3 {
    line-height: 1;
}

#slider-news h3 a {
    color: #fff;
    font-family: "titillium-bold";
    text-transform: uppercase;
    font-size: 18px;
    transition: all ease .5s;
}

#slider-news h3 a:hover {
    color: #fdc601;
}

.datum {
    padding: 3px 7px 3px 7px;
    background: #fdc601;
    display: table;
    float: left;
}

.kategorie {
    padding: 3px 7px 3px 7px;
    background: #000000;
    display: table;
    color: #fff;
}

#weitere-news {
    position: absolute;
    display: table;
    z-index: 2;
    bottom: 10%;
    left: 25%;
    justify-content: left;
}

#weitere-news a.button-1 {
    position: relative;
    display: table;
    float: left;
    z-index: 2;
    color: #fff;
    justify-content: left;
    padding: 3px 10px 3px 10px;
    margin: 3px;
    border: solid 2px #fdc600;
    text-transform: uppercase;
    font-family: "titillium-bold";
    letter-spacing: 1px;
    transition: all ease .5s;
}

#weitere-news a.button-1:hover {
    background: #fdc600;
}



/* ///// RESPONSIVE-NEWS ///// */

#responsive-news {
    position: relative;
    float: left;
    width: 90%;
    margin-top: 7vw;
    padding: 10% 5% 5% 5%;
    z-index: 0;
    align-items: center;
    justify-content: left;
    height: 100%;
    background: #f7f7f7;
}

#responsive-news .newsflash {
    display: flex;
    flex-wrap: wrap;
}

#responsive-news #beitrag {
    display: flex;
    flex: 0 48%;
    padding: 2% 0;
    border-bottom: solid 1px #dedede;
    margin-right: 2%;
}


#responsive-news h2 {
    color: #333;
    font-family: "titillium-bold";
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}

#responsive-news h3 {
    line-height: 20px;
}

#responsive-news h3 a {
    color: #333;
    font-family: "titillium-bold";
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.5;
    transition: all ease .5s;
}

#responsive-news h3 a:hover {
    color: #fdc601;
}


#responsive-weitere-news {
    position: relative;
    display: table;
    z-index: 2;
    bottom: 0;
    left: 0;
    justify-content: left;
}

#responsive-weitere-news a.button-1 {
    position: relative;
    display: table;
    float: left;
    z-index: 2;
    color: #333;
    justify-content: left;
    padding: 3px 10px 3px 10px;
    margin: 20% 0;
    border: solid 2px #fdc600;
    text-transform: uppercase;
    font-family: "titillium-bold";
    letter-spacing: 1px;
    transition: all ease .5s;
}

#responsive-weitere-news a.button-1:hover {
    background: #fdc600;
}

/* ///// FANSHOP ///// */
section.bfSectionDescription img {
    width: 100%;
}

span.bfLegend-l {
    font-size: 20px;
    line-height: 1.5;
    text-transform: none;
    color: #1c1b56 !important;
    width: 98%;
    background: #ffffff;
    padding: 5px 5px 5px 5px;
    font-family: "titillium-bold";
}

section.bfSectionDescription {
    padding: 0px 5px;
}

.bfFieldset-wrapper.bfWrapperInline.bfClearfix .bfFieldset-l {
    box-shadow: -4px 5px 42px -25px;
    padding: 2%;
    margin: 2%;
}

.bfQuickMode fieldset .bfWrapperInline, .bfQuickMode .bfNoSection .bfWrapperInline {
    flex: 1 40%;
}

.bfClearfix {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media all and (-ms-high-contrast:none), all and (-ms-high-contrast:active) {


.bfClearfix {
    display: block;
}
    
    

    
    
    }

section#bfElemWrap597 {
    background-color: #ececec!important;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    /* text-transform: uppercase; */
    padding: 2% 2% 1% 2%;
    max-width: 40%;
    margin: 4%;
}

.bfFieldset-wrapper.bfWrapperBlock.bfClearfix {
    margin: 3% 0;
}


.preis {
    font-size: 30px;
    line-height: 1.5;
    text-transform: none;
    color: #ffffff !important;
    width: 23%;
    background: #ffffff;
    padding: 5px 5px 5px 5px;
    font-family: "titillium-bold";
    background: #e30814 !important;
    text-align: center;
    float: right;
    right: 0;
    position: relative;
    margin: 0px -15% 0 0;
}

/**** ZWISCHENTOTAL ****/

label#bfLabel192,
label#bfLabel195,
label#bfLabel279,
label#bfLabel290,
label#bfLabel301,
label#bfLabel304,
label#bfLabel307,
label#bfLabel310,
label#bfLabel311,
label#bfLabel313,
label#bfLabel314,
label#bfLabel316 {
    font-size: 14px;
    padding: 5px 0px 5px 0px;
    font-family: "titillium-bold";
}

input#ff_elem192,
input#ff_elem195,
input#ff_elem279,
input#ff_elem290,
input#ff_elem301,
input#ff_elem304,
input#ff_elem307,
input#ff_elem310,
input#ff_elem311,
input#ff_elem313,
input#ff_elem314,
input#ff_elem316 {
    font-size: 14px;
    padding: 5px 5px 5px 5px;
    font-family: "titillium-bold";
}


/**** SCHLUSSTOTAL ****/


input#ff_elem1824,
input#ff_elem196 {
    font-size: 17px;
    padding: 5px 5px 5px 5px;
    font-family: "titillium-bold";
}

/**** Ausrichtung AGB Feld ****/
label#bfLabel1825,
label#bfLabel1300 {
    width: 95%;
}

#bfQuickModeSection24440 p {
    font-size: 14px;
}

.bfQuickMode .bfLabelLeft input, .bfQuickMode .bfLabelLeft textarea, .bfQuickMode .bfLabelLeft select, .bfQuickMode .bfLabelLeft button {
    /* width: auto; */
    float: left;
    margin: 0px;
    background: #f1f1f1;
    border: none;
    border-radius: 0px;
}

.bfQuickMode .bfSubmitButton {
    float: left;
    margin: 4% 0 4% 0;
    border: none;
}



.bfQuickMode section input[type='text'] {
    float: left;
    margin: 0px;
    width: 340px;
    height: 30px;
}


/* ///// NEWS ///// */

.blog.newspage .items-row {
    flex: 0 44%;
    padding: 2%;
    -webkit-box-shadow: -4px 2px 52px -35px rgba(0,0,0,0.45);
    -moz-box-shadow: -4px 2px 52px -35px rgba(0,0,0,0.45);
    box-shadow: -4px 2px 52px -35px rgba(0,0,0,0.45);
}


.blog.newspage h2 {
    font-size: 20px;
    line-height: 1.5;
    text-transform: none;
    color: #1c1b56 !important;
    width: 98%;
    background: #ffffff;
    padding: 5px 5px 5px 5px;
    font-family: "titillium-bold";
}

.blog.newspage .row-fluid .span4, .blog.newspage .row-fluid .span6 {
    padding: 2%;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.15);
}

.blog.newspage .items-row {
    display: flex;
    overflow: visible;
    margin-bottom: 4% !important;
}

.blog.newspage .item p {
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    color: #1c1b56;
    text-align: center;
}

.blog.newspage .item .readmore a.btn {
    position: relative;
    display: table;
    float: left;
    z-index: 2;
    justify-content: left;
    padding: 3px 10px 3px 10px;
    margin: 3px;
    border: solid 1px #e30613;
    text-transform: uppercase;
    font-family: "titillium-bold";
    color: #1e1a59;
    letter-spacing: 1px;
    transition: all ease .5s;
}

.blog.newspage .item .readmore a.btn:hover {
    color: #fff;
    background: #e30613;
}

dd.create {
    padding: 3px 7px 3px 7px;
    background: #fdc601;
    display: table;
    float: left;
    color: #fff;
    font-family: "titillium-bold";
    text-transform: uppercase;
    letter-spacing: 1px;
}

dd.category-name {
    padding: 3px 7px 3px 7px;
    background: #000000;
    display: table;
    color: #fff;
    text-transform: uppercase;
    font-family: "titillium-bold";
    font-size: 12px;
    letter-spacing: 1px;
    float: left;
}

.icon-calendar:before {
    display: none;
}

.pagination li {
    list-style: none;
    float: left;
    margin: 0 1px;
}

.pagination span.pagenav, .pagination a {
    padding: 5px 20px;
    background: #1e1a59;
    color: #fff;
    transition: all ease .5s;
}

.pagination a:hover {
    background: #f90000;
    color: #fff;
}

.cwgallery .gallery a {
    width: 33% !important;
}


/* ///// WOCHENPLAN ///// */

.blog.wochenplan .items-row {
    flex: 0 100%;
}



/* ///// INTRO ///// */

#intro {
    position: relative;
    display: block;
    float: right;
    width: auto;
}


/* ///// INTRO-LOGO ///// */

#intro-logo {
    position: relative;
    display: block;
    float: right;
    width: auto;
}


/* ///// INTRO-GOTO-BUTTON ///// */

#intro-goto-button {
    position: relative;
    display: block;
    float: right;
    width: auto;
}


/* ///// INTRO-ALERT ///// */

#intro-alert {
    position: relative;
    display: block;
    float: right;
    width: auto;
}


/* ///// HEADS ///// */

#heads {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 10px 31px -5px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 10px 31px -5px rgba(0,0,0,0.23);
    box-shadow: 0px 10px 31px -5px rgba(0,0,0,0.23);
}

#heads .custom {
    padding: 12% 0 5% 0;
 /*   padding: 20% 0 10% 0;*/
    background-size: cover;
    background-position: center center;
}

#heads .custom.head-bg-bottom {
    background-position: center top;
}

#heads p {
    font-family: "titillium-bold";
    font-size: 4vw;
    text-align: center;
    color: #fff;
}

#heads .untertitel p {
    font-size: 2vw;

}


/* ///// CONTAINER-LINKS ///// */

#container-links {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}


/* ///// NAVIGATION-LINKS ///// */

#navigation-links {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}


/* ///// CONTENT-LINKS ///// */

#content-links {
    position: relative;
    display: block;
    float: right;
    width: auto;
}



/* ///// Video Embedd ///// */
iframe.sfvFullHeight {
    width: 100%;
    height: 900px;
    display: block;
    float: left;
    position: relative;
}


/* ///// SPONSOREN-LINKS ///// */

#sponsoren-links {
    position: relative;
    display: block;
    float: right;
    width: auto;
}



/* ///// SPONSOREN ////// */

.blog.sponsorenpage h2 {
    font-size: 20px;
    line-height: 1.5;
    text-transform: none;
    color: #1c1b56 !important;
    width: 98%;
    background: #ffffff;
    padding: 5px 5px 5px 5px;
    border-bottom: solid 1px #dad8d8;
    margin-bottom: 16px;
    font-family: "titillium-bold";
}

.blog.sponsorenpage .row-fluid .span4 {
    padding: 2%;
    -webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.2);
}

.blog.sponsorenpage .items-row {
    display: flex;
    overflow: visible;
    margin-bottom: 4% !important;
    -webkit-box-shadow: 0px -9px 32px -8px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px -9px 32px -8px rgba(0,0,0,0.45);
    box-shadow: -4px 2px 52px -19px rgba(0,0,0,0.45);
}




.blog.sponsorenpage .item p {
    font-family: "opensans-bold";
    font-size: 16px;
    text-transform: none;
    color: #1c1b56;
    text-align: center;
}


/* ///// SPONSOREN ////// */
.blog.sponsorenpage.col4.ohnetitel h2 {
    display: none;
}

.vorstand-image img{
    width: 80%;
    padding: 3em 10%;
}

/* ///// BANDENWERBER ///// */

.bandenwerber {
    position: relative;
    float: left;
    width: 100%;
}

.bandenwerber ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.bandenwerber ul li {
    margin-left: 1em;
    color: #1e1a59;
}

.bandenwerber ul li::marker {
    color: #1e1a59;
}

.bandenwerber ul li a {
    color: #1e1a59;
}


/* ///// TERMINKALENDER STARTSEITE ///// */

#terminkalender-startseite {
    position: relative;
    display: block;
    float: left;
    width: 80%;
    padding: 5% 10% 5% 10%;
}

.mod-dpcalendar-upcoming-default {
    clear: both;
    overflow: overlay;
    display: flex;
    flex-wrap: wrap;
}

.mod-dpcalendar-upcoming-default__event {
    display: flex;
    overflow: hidden;
    flex: 1 29%;
    flex-wrap: wrap;
    padding: 1%;
    border: solid 1px #1e1a59;
    margin: 1%;
    align-items: center;
}

.mod-dpcalendar-upcoming-default__event+div {
    margin-top: 0;
    margin: 1%;
}

.mod-dpcalendar-upcoming-default .dp-flatcalendar {
    font-size: 1.2em;
    margin: 0 1.1em 1.1em 0;
}

.mod-dpcalendar-upcoming-default .dp-date__start, .mod-dpcalendar-upcoming-default .dp-date__end {
    font-size: 1em;
}

.mod-dpcalendar-upcoming-default__information {
    min-height: 3.7em;
    width: 60%;
    float: right;
}

.mod-dpcalendar-upcoming-default .dp-figure .dp-image {
    height: 200px;
}

#terminkalender-startseite .newsflash, #events .newsflash {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#terminkalender-startseite #beitrag {
    position: relative;
    display: flex;
    flex: 0 29%;
    flex-wrap: wrap;
    margin: 2%;
    border-top: solid 4px transparent;
    transition: all ease .5s;
    border: solid 1px #1c1b56;
}

#terminkalender-startseite .introimage, #events .introimage {
    position: relative;
    width: 40%;
    height: 12vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    transition: all ease .5s;
    align-items: center;
    float: left;
}

#terminkalender-startseite .introimage img, #events .introimage img {
    height: auto;
    width: auto;
    max-height: 14vw;
}

#terminkalender-startseite h2, #events h2 {
    text-align: center;
    font-family: "titillium-bold";
    text-transform: uppercase;
    margin-bottom: 5%;
}

#terminkalender-startseite h3, #events h3 {
	margin: 8px 0;
	font-size:16px;
	line-height:22px;
}

#terminkalender-startseite .introtext {
    width: 50%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2% 5%;
}

#terminkalender-startseite a, #events a {
    color: #0e195f;
    font-family: "opensans-bold";
    font-size: 16px;
    line-height: 1.5;
}

.events-details {
    width: 60%;
    float: right;
}

#terminkalender-startseite .datum, #events .datum {
    background: transparent;
    padding: 0;
    float: none;
    font-family: "titillium-bold";
    font-size: 1.2em;
}

#terminkalender-startseite .button, #events .button {
    font-family: "titillium-bold";
    text-transform: uppercase;
    color: #fff;
    background: #1d1b56;
    padding: 5px 10px 5px 10px;
    border: solid 0px;
    display: inline-block;
    margin-top: 15px;
}

span.datum, span.zeit, span.ort {
    display: block;
    text-align: left;
    width: 100%;
}

.zum-terminkalender {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 2%;
}







/* ///// JUNIOREN-AKTIV-STARTSEITE ///// */

#junioren-aktiv-startseite {
    position: relative;
    display: block;
    float: left;
    width: 80%;
    padding: 5% 10% 0 10%;
}

#junioren-aktiv-startseite p {
    display: inline;
}

#junioren-aktiv-startseite h3 {
    color: #000;
    font-family: "titillium-bold";
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
    transition: all ease .5s;
}

#junioren-aktiv-startseite #beitrag {
    padding: 0 0 10% 0;
}

#junioren-aktiv-startseite strong {
    font-weight: normal;
}


/* ///// JUNIOREN ///// */

#junioren {
    position: relative;
    display: block;
    float: left;
    width: 32%;
    padding: 1%;
}

#junioren .datum {
    float: none;
    font-family: "titillium-bold";
    color: #fff;
}


/* ///// JUNIOREN-SCHNELLZUGRIFF ///// */

#junioren-schnellzugriff {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5%;
}

#junioren-schnellzugriff h3 {
    position: relative;
    font-family: "titillium-bold";
    font-size: inherit;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #fdc601;
    display: table;
    padding: 4px 20px 4px 20px;
    margin: 0 0 5% 0;
}

#junioren-schnellzugriff h3:after {
    content: "";
    position: absolute;
    right: -26px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 26px 0 0;
    border-color: #fdc601 transparent transparent transparent;
}


/* ///// JUNIOREN-NEWS ///// */

#junioren-news {
    position: relative;
    display: block;
    float: left;
    width: 90%;
    padding: 5%;
    background: #eeeeee;
}

#junioren-news h2 {
    font-family: "titillium-italic";
    text-transform: uppercase;
    font-size: 16px;
}

#junioren-news .button {
    float: none;
}



/* ///// AKTIVE ///// */

#aktive {
    position: relative;
    display: block;
    float: left;
    width: 32%;
    padding: 1%;
}

#aktive .datum {
    float: none;
    font-family: "titillium-bold";
    background: #000;
    color: #fff;
}


/* ///// AKTIVE-SCHNELLZUGRIFF ///// */

#aktive-schnellzugriff {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5%;
}

#aktive-schnellzugriff h3 {
    position: relative;
    font-family: "titillium-bold";
    font-size: inherit;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #000000;
    display: table;
    padding: 4px 20px 4px 20px;
    margin: 0 0 5% 0;
}

#aktive-schnellzugriff h3:after {
    content: "";
    position: absolute;
    right: -26px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 26px 0 0;
    border-color: #000000 transparent transparent transparent;
}




/* ///// AKTIVE-NEWS ///// */

#aktive-news {
    position: relative;
    display: block;
    float: left;
    width: 90%;
    padding: 5%;
    background: #eeeeee;
}

#aktive-news h2 {
    font-family: "titillium-italic";
    text-transform: uppercase;
    font-size: 16px;
}

#aktive-news .button {
    float: none;
}

/* ///// FACEBOOK ///// */

#facebook {
    position: relative;
    display: block;
    float: left;
    width: 30%;
    padding: 1%;
}

#facebook h3 {
    margin-bottom: 16%;
}

.joomla_bizknizfb.facebook-desktop.facebook {
    width: 100% !important;
}


/* ///// SPONSOREN ///// */

#sponsoren {
    position: relative;
    display: block;
    float: left;
    width: 80%;
    padding: 5% 10% 5% 10%;
    background: #1d1b56;
}

#sponsoren .introimage, .sponsoren-unterseiten .introimage {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    transition: all ease .5s;
    align-items: center;
    float: left;
}

#sponsoren .introimage img, .sponsoren-unterseiten .introimage img {
    width: 100% !important;
    margin-left: 0;
}

#sponsoren .slider, .sponsoren-unterseiten .slider {
    width: 100%;
}

#sponsoren .slick-dots li.slick-active button:before {
    color: #fff;
}

#sponsoren .slick-dots li button:before {
    color: #fff;
}

.moduletable.sponsoren-unterseiten.slick-initialized.slick-slider {
    border: solid 1px #e4e4e4;
}

.sponsoren-unterseiten:before {
    content: "Sponsoren";
    position: absolute;
    font-size: 10px;
    top: -18px;
    left: 10px;
}




/* ///// MITGLIEDSCHAFT ////// */

.mitgliedschaft .items-row {
    flex: 0 44%;
    padding: 2%;
}

.mitgliedschaft .page-header h2 {
    background-color: #e30613;
    color: #fff;
    font-size: 25px;
    padding: 0 2%;
}

.mitgliedschaft .span6 {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mitgliedschaft li {
    list-style: none;
    padding: 2%;
    border-bottom: solid 1px #eee;
}

.mitgliedschaft ul {
    margin-left: 0px;
}

.mitgliedschaft p {
    padding: 2%;
}

.mitgliedschaft h3 {
    color: #444444;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 0 2%;
}


/* ///// TICKETS ////// */

.tickets .item.column-1 h2, .tickets .item.column-2 h2 {
    background: #f90000;
    color: #fff;
    font-size: 20px;
    padding: 0 2%;
    text-align: center;
}

.tickets .item.column-3 h2 {
    background: #1e1a59;
    color: #fff;
    font-size: 20px;
    padding: 0 2%;
    text-align: center;
}

.tickets h3 {
    background: #e6e6e6;
    padding: 2%;
    font-size: 19px;
    text-align: center;
}

.tickets .span4 {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tickets li {
    list-style: none;
    padding: 2%;
    border-bottom: solid 1px #eee;
    text-align: center;
}


/* ///// MANNSCHAFTEN ////// */


.mannschaften h2 {
    font-family: "titillium-bold";
    font-size: 1.2em;
    text-transform: uppercase;
    color: #ffffff !important;
    background: #10195b;
    background: -moz-linear-gradient(left, #10195b 0%, #18268b 100%);
    background: -webkit-linear-gradient(left, #10195b 0%,#18268b 100%);
    background: linear-gradient(to right, #10195b 0%,#18268b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10195b', endColorstr='#18268b',GradientType=1 );
    padding: 4px 0px 5px 10px;
    margin-bottom: 0px !important;
}

.mannschaften dl.fields-container {
    position: relative;
    color: #000000;
    text-align: left;
    line-height: 2;
    padding: 22px 16px 20px 16px;
    margin-top: -15px;
    margin-bottom: 5%;
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 0%, #e5e5e5 51%, #e5e5e5 51%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#e5e5e5 51%,#e5e5e5 51%,#ffffff 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%,#e5e5e5 51%,#e5e5e5 51%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
    background-image: none;
    -webkit-box-shadow: 0px -9px 32px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -9px 32px -8px rgba(0,0,0,0.75);
    box-shadow: 0px -9px 32px -8px rgba(0,0,0,0.75);
}

dd.field-entry.feld-15 {
    position: absolute;
    font-size: 2em;
    top: -23px;
    right: 20px;
    font-weight: 700;
    color: #ffffff;
    background: #eb212e;
    line-height: 1;
    padding: 9px 0px 9px 0px;
    width: 60px;
    text-align: center;
}

.mannschaften dd.field-entry.patronat {
    position: relative;
    margin: 30px -17px -17px -17px;
}

.mannschaften dd.field-entry.patronat:before {
    content: "Spieler-Patronat";
    position: absolute;
    font-size: 10px;
    top: -18px;
    right: 10px;
}

.blog.mannschaften img {
    width: 100%;
}

.mannschaften span.field-label {
    display: block;
    float: left;
    font-family: "titillium-bold";
    margin-right: 10px;
}

.newsflash.teamfotosnewsflash {
    margin-bottom: 5%;
}


#mannschaften-responsive-menu {
    position: relative;
    float: left;
    width: 90%;
    padding: 7px 5% 7px 5%;
    background: #191919;
    z-index: 8;
    display: none;
}

.mannschaften-responsive-menu-button {
    position: relative;
    float: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.mannschaften-responsive-menu-button:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 10px;
    width: 10px;
    height: 4px;
    background-image: url(../images/arrow-interaktiv.svg);
    background-size: cover;
}

.mannschaften-responsive-menu-button.aktiv:before {
    transform: rotate(180deg);
}


#mannschaften-responsive-menu ul.nav.menu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
    display: none;
    transition: all ease .5s;
}

.mannschaften-responsive-menu-button p {
    margin: 0;
}

#mannschaften-responsive-menu ul.nav.menu.aktiv {
    display: block;
}

#mannschaften-responsive-menu ul.menu li {
    float: none;
    flex: 1 33%;
}

#mannschaften-responsive-menu ul.nav-child.unstyled.small {
    position: relative;
}
 
#mannschaften-responsive-menu ul.menu li ul.nav-child.unstyled.small li a, #mannschaften-responsive-menu li ul span.separator {
    color: #b5b5b5;
    background: transparent;
}

#mannschaften-responsive-menu ul.menu li.deeper.parent.active a {
    color: #ffffff;
}

#mannschaften-responsive-menu ul.nav-child.unstyled.small li.current a {
    color: #fc0 !important;
}

#mannschaften-responsive-menu ul.menu li ul.nav-child.unstyled.small li a, #mannschaften-responsive-menu li ul span.separator {
    padding: 7px;
}

#mannschaften-responsive-menu li.deeper.parent {
    margin-bottom: 10%;
}

/* ///// GESCHÄFTSFÜHRUNG ////// */

.geschaeftsfuehrung h2 {
    font-family: "titillium-bold";
    font-size: 1.2em;
    text-transform: uppercase;
    color: #ffffff !important;
    background: #10195b;
    background: -moz-linear-gradient(left, #10195b 0%, #18268b 100%);
    background: -webkit-linear-gradient(left, #10195b 0%,#18268b 100%);
    background: linear-gradient(to right, #10195b 0%,#18268b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10195b', endColorstr='#18268b',GradientType=1 );
    padding: 4px 0px 5px 10px;
    margin-bottom: 0px !important;
}

.geschaeftsfuehrung dl.fields-container {
    position: relative;
    color: #000000;
    text-align: left;
    line-height: 2;
    padding: 22px 16px 20px 16px;
    margin-top: -15px;
    margin-bottom: 5%;
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 0%, #e5e5e5 51%, #e5e5e5 51%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#e5e5e5 51%,#e5e5e5 51%,#ffffff 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%,#e5e5e5 51%,#e5e5e5 51%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
    background-image: none;
    -webkit-box-shadow: 0px -9px 32px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -9px 32px -8px rgba(0,0,0,0.75);
    box-shadow: 0px -9px 32px -8px rgba(0,0,0,0.75);
}

.geschaeftsfuehrung .items-row {
    flex: 0 23%;
    padding: 0.5%;
    margin: 0.5% !important;
}

.blog.geschaeftsfuehrung img {
    width: 100%;
}

.geschaeftsfuehrung span.field-label {
    display: block;
    float: left;
    font-family: "titillium-bold";
    margin-right: 10px;
}

.geschaeftsfuehrung dl.fields-container {
    font-size: min(max(0.6rem, 0.7vw), 0.7rem);
}


/* ///// KOMMISSIONEN ////// */
.kommission-title {
    font-size: 18pt; 
    text-transform: uppercase;
}

.red {
    color: red;
}

.svg-mail {
    height: 1rem;
    vertical-align: middle;
}

.svg-phone {
    height: 1.1rem;
    vertical-align: middle;
}

.kommission-table td {
    padding: 0.5rem 2rem 0.5rem 0rem;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 1.7;
}

.tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 15rem;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -120px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }


/* ///// SPONSORING ////// */

.item-page.sponsoring span.field-label,
#sponsoring span.field-label {
    position: relative;
    display: block;
     -webkit-text-size-adjust: 100%;
}

.item-page.sponsoring span.field-value,
#sponsoring span.field-value {
    background: #f1f1f1;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}


#sponsoring {
    position: relative;
    float: left;
    display: block;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    width: 80%;
    padding: 5% 10% 5% 10%;
}

.item-page.sponsoring .sponsoring-leistungen h5,
#sponsoring .sponsoring-leistungen h5 {
    color: #1c1b56;
    background: #f1f1f1;
    padding: 5px 0 7px 6px;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 2.5em;
    text-indent: -1.2em;
     -webkit-text-size-adjust: 100%;
}


 
.item-page.sponsoring .sponsoring-leistungen h5:before,    
#sponsoring .sponsoring-leistungen h5:before {
    content: "● ";
    padding: 0 5px 0 0;
}

.item-page.sponsoring dd.field-entry,
#sponsoring dd.field-entry {
    display: block;
    float: left;
    width: 100%;
}


dd.field-entry.sponsoring-leistungen {
    padding: 0 0 3% 0;
}

dd.field-entry.sponsoring-leistungen span.field-label {
    font-size: 16px;
    font-family: "opensans-bold";
}






dd.field-entry.sponsoring-preisliste span.field-label {
    font-size: 16px;
    font-family: "opensans-bold";
}












.item-page.sponsoring .sponsoring-preisliste-4-spalten h5:nth-of-type(4n+1),
#sponsoring .sponsoring-preisliste-4-spalten h5:nth-of-type(4n+1) {
    width: calc(24% - 2px);
    float: left;
    color: #1c1b56;
    padding: 1% 0% 0% 1%;
    border-right: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
    border-left: 1px solid #8c8c8c;
}

.item-page.sponsoring .sponsoring-preisliste-4-spalten h5:nth-of-type(4n+2),
#sponsoring .sponsoring-preisliste-4-spalten h5:nth-of-type(4n+2) {
    width: calc(44% - 1px);
    float: right;
    border-bottom: 1px solid #8c8c8c;
    padding: 1% 0% 0% 1%;
    border-right: 1px solid #8c8c8c;
}

.item-page.sponsoring .sponsoring-preisliste-4-spalten h5:nth-of-type(4n+3),
#sponsoring .sponsoring-preisliste-4-spalten h5:nth-of-type(4n+3) {
    width: calc(14% - 1px);
    float: right;
    border-bottom: 1px solid #8c8c8c;
    padding: 1% 0% 0% 1%;
    border-right: 1px solid #8c8c8c;
}

.item-page.sponsoring .sponsoring-preisliste-4-spalten h5:nth-of-type(4n+4),
#sponsoring .sponsoring-preisliste-4-spalten h5:nth-of-type(4n+4) {
    width: calc(14% - 1px);
    float: right;
    border-bottom: 1px solid #8c8c8c;
    padding: 1% 0% 0% 1%;
    border-right: 1px solid #8c8c8c;
}

/*
#sponsoring .sponsoring-preisliste-4-spalten h5:nth-child(even) {
    width: calc(100% - 24%);
    float: right;
    border-bottom: 1px solid #8c8c8c;
    padding: 1% 0% 0% 1%;
}

*/

.item-page.sponsoring .sponsoring-preisliste-4-spalten h5,
#sponsoring .sponsoring-preisliste-4-spalten h5 {
    color: #1c1b56;
    background: #f1f1f1;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
}

.item-page.sponsoring  dd.field-entry.sponsoring-preisliste-4-spalten span.field-value,
#sponsoring dd.field-entry.sponsoring-preisliste-4-spalten span.field-value {
    display: flex;
    flex-wrap: wrap;
}














.item-page.sponsoring .sponsoring-preisliste-3-spalten h5:nth-of-type(3n+1),
#sponsoring .sponsoring-preisliste-3-spalten h5:nth-of-type(3n+1) {
    width: calc(61% - 2px);
    float: left;
    color: #1c1b56;
    padding: 1% 0% 0% 1%;
    border-right: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
    border-left: 1px solid #8c8c8c;
}

.item-page.sponsoring .sponsoring-preisliste-3-spalten h5:nth-of-type(3n+2),
#sponsoring .sponsoring-preisliste-3-spalten h5:nth-of-type(3n+2) {
    width: calc(18% - 1px);
    float: right;
    border-bottom: 1px solid #8c8c8c;
    padding: 1% 0% 0% 1%;
    border-right: 1px solid #8c8c8c;
}

.item-page.sponsoring .sponsoring-preisliste-3-spalten h5:nth-of-type(3n+3),
#sponsoring .sponsoring-preisliste-3-spalten h5:nth-of-type(3n+3) {
    width: calc(18% - 1px);
    float: right;
    border-bottom: 1px solid #8c8c8c;
    padding: 1% 0% 0% 1%;
    border-right: 1px solid #8c8c8c;
}


.item-page.sponsoring .sponsoring-preisliste-3-spalten h5,
#sponsoring .sponsoring-preisliste-3-spalten h5 {
    color: #1c1b56;
    background: #f1f1f1;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
}

.item-page.sponsoring dd.field-entry.sponsoring-preisliste-3-spalten span.field-value,
#sponsoring dd.field-entry.sponsoring-preisliste-3-spalten span.field-value {
    display: flex;
    flex-wrap: wrap;
}





dd.field-entry.sponsoring-preisliste-3-spalten span.field-label,
dd.field-entry.sponsoring-preisliste-4-spalten span.field-label,
dd.field-entry.sponsoring-preisliste span.field-label {
    font-size: 16px;
    font-family: "opensans-bold";
}




.item-page.sponsoring .sponsoring-preisliste h5:nth-child(odd),
#sponsoring .sponsoring-preisliste h5:nth-child(odd) {
    width: calc(49% - 2px);
    float: left;
    color: #1c1b56;
    padding: 1% 0% 0% 1%;
    border-right: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
    border-left: 1px solid #8c8c8c;
}

.item-page.sponsoring .sponsoring-preisliste h5:nth-child(even),
#sponsoring .sponsoring-preisliste h5:nth-child(even) {
    width: calc(49% - 1px);
    float: right;
    border-bottom: 1px solid #8c8c8c;
    padding: 1% 0% 0% 1%;
    border-right: 1px solid #8c8c8c;
}

.item-page.sponsoring .sponsoring-preisliste h5,
#sponsoring .sponsoring-preisliste h5 {
    color: #1c1b56;
    background: #f1f1f1;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
     -webkit-text-size-adjust: 100%;
}

.item-page.sponsoring dd.field-entry.sponsoring-preisliste span.field-value,
#sponsoring dd.field-entry.sponsoring-preisliste span.field-value {
    display: flex;
    flex-wrap: wrap;
}


.sponsorwerden {
    display: inline-block;
    position: relative;
    padding: 2% 0 0 0;
    width: 100%;
}

#sponsoring .sponsoring-preisliste h5:nth-child(-n+2),
#sponsoring .sponsoring-preisliste-3-spalten h5:nth-child(-n+3),
#sponsoring .sponsoring-preisliste-4-spalten h5:nth-child(-n+4)
{
    background-color: #e01311;
    color: #fff;
}

.item-page.sponsoring .sponsoring-preisliste h5:nth-child(-n+2),
.item-page.sponsoring .sponsoring-preisliste-3-spalten h5:nth-child(-n+3),
.item-page.sponsoring .sponsoring-preisliste-4-spalten h5:nth-child(-n+4)
{
    background-color: #e01311;
    color: #fff;
}

.kontaktperson img {
    max-width: 300px;
}

.kontaktperson .mannschaften {
    width: auto;
    position: relative;
    float: left;
}

.kontaktperson .items-row {
    padding: 0!important;
    margin: 0!important;
}

/* ///// EVENTS ////// */

#events-container {
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    width: 80%;
    padding: 5% 10% 5% 10%;
}
 
#events {
    position: relative;
    display: block;
    flex: 1 75%;
    float: left;
    width: 100%;
}

#events #beitrag {
    position: relative;
    display: flex;
    flex: 0 80%;
    flex-wrap: wrap;
    margin: 1%;
    border-top: solid 4px transparent;
    transition: all ease .5s;
    border: solid 1px #1c1b56;
}

#events .introtext {
    width: 50%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    padding: 2% 5%;
}

#events a.btn {
    position: relative;
    display: table;
    float: left;
    z-index: 2;
    justify-content: left;
    padding: 3px 10px 3px 10px;
    margin: 3px;
    border: solid 1px #e30613;
    text-transform: uppercase;
    font-family: "titillium-bold";
    letter-spacing: 1px;
    transition: all ease .5s;
}

#events a.btn:hover {
    color: #fff;
    background: #e30613;
}

#events .mod-dpcalendar-upcoming-default__event {
    align-items: flex-start;
}

#events .mod-dpcalendar-upcoming-default .dp-flatcalendar__day, .mod-dpcalendar-upcoming-default .dp-flatcalendar__day {
    padding-top: 1.8em;
}

#events-menu {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 0;
    flex: 1 20%;
    margin-right: 2%;
}

#events-menu h3 {
    position: relative;
    font-family: "titillium-bold";
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #e30713;
    display: table;
    padding: 4px 20px 4px 20px;
    font-size: 16px;
}

#events-menu h3:after {
    content: "";
    position: absolute;
    right: -32px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 32px 0 0;
    border-color: #e30712 transparent transparent transparent;
}



    

/* ///// NAVIGATION MATCHCENTER ////// */

.nav-events ul.menu li {
    float: none;
    margin: 0px 0px;
}

.nav-events ul.menu {
    margin: 20px 0;
}

.nav-events ul.nav-child.unstyled.small {
    position: relative;
    margin-left: 0;
    padding: 20px 0;
}

.nav-events ul.menu li ul.nav-child.unstyled.small li a, .nav-events li ul span.separator {
    width: auto;
    padding: 10px 60px 10px 20px;
}
 
.nav-events  ul.menu li ul.nav-child.unstyled.small li {
    width: 100%;
}

#events-menu span.nav-header {
    font-family: "titillium-bold-italic";
    font-size: 16px;
    border-bottom: solid 1px #f90000;
    color: #000;
}

#events-menu ul.menu li ul.nav-child.unstyled.small li a:hover, #events-menu li ul span.separator:hover {
    background: #f90000;
}

#events-menu ul.menu a, #events-menu span.separator {
    display: block;
    float: none;
    width: auto;
    color: #5f5f5f;
    margin: 0px 0px 0px 0px;
    border-bottom: solid 1px #e4e4e4;
    white-space: nowrap;
    background: #fff;
    padding: 10px 20px;
    border-right: 0px;
    white-space: nowrap;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
    transition: all ease .5s;
    font-size: 1em;
}

#events-menu ul.menu a:hover, #events-menu span.separator:hover {
    color: #fff;
    background: #f90000;
}


/* ///// Matchcenter Detailpage ///// */
.item-page.matchcenter-detail p.readmore {
    display: none;
}

.item-page.matchcenter-detail dd.field-entry.feld-4 {
    flex: 0 100%;
    text-align: center;
    padding: 10px 0;
}

/* ///// Off Season Message wenn keine Spiele vorhanden sind ///// */
 .moduletable.offseasonmessage:after {
    content: "Keine weiteren Berichte vorhanden.";
    font-family: "titillium-italic";
    text-transform: uppercase;
    font-size: 13px;
    color: #444444;
    letter-spacing: 1px;
    line-height: 1.5;
    background: #ebebeb;
}
 

/* ///// COPYRIGHT-CONTAINER ///// */

#copyright-container {
    position: relative;
    display: block;
    float: left;
    width: 80%;
    padding: 3% 10% 8% 10%;
    background: #1d1d1b;
}

#copyright-container p, #copyright-container a {
    color: #fff;
    transition: all ease .5s;
}

#copyright-container a:hover {
    color: #fdc601;
}



/* ///// COPYRIGHT ///// */

#copyright {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}


/* ///// IMPRESSUM ///// */

#impressum {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}


/* ///// TOP POSITION ///// */

#top-position {
    position: relative;
    display: block;
    width: 100%;
	float: left;
}



/* /// TIMELINE /// */

section#timeline {
  width: 100%;
  margin: 20px auto;
  position: relative;
}
section#timeline:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -1px;
  width: 2px;
  height: 100%;
  background: rgba(255,255,255,0.2);
}
section#timeline article {
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
}
section#timeline article:after {
  content: '';
  display: block;
  clear: both;
}
section#timeline article div.inner {
  width: 40%;
  float: left;
  margin: 5px 0 0 0;
  border-radius: 6px;
}
section#timeline article div.inner span.date {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 50px;
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -32px;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    background: #1e1a59;
    color: rgba(255,255,255,1);
    border: 2px solid rgba(255,255,255,0.2);
    box-shadow: 0 0 0 7px #e4e4e4;
}
section#timeline article div.inner span.date span {
  display: block;
  text-align: center;
}
section#timeline article div.inner span.date span.day {
  font-size: 10px;
}
section#timeline article div.inner span.date span.month {
  font-size: 18px;
}
section#timeline article div.inner span.date span.year {
  font-size: 15px;
}
section#timeline article div.inner h2 {
  padding: 0 20px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  position: relative;
}
section#timeline article div.inner h2:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -5px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
}
section#timeline article div.inner p {
  padding: 15px;
  margin: 0;
  font-size: 14px;
  background: #fff;
  color: #656565;
  border-radius: 0 0 6px 6px;
}
section#timeline article:nth-child(2n+2) div.inner {
  float: right;
}
section#timeline article:nth-child(2n+2) div.inner h2:after {
  left: -5px;
}
section#timeline article div.inner h2 {
  background: #f90000;
}
section#timeline article div.inner h2:after {
  background: #f90000;
}

/* /// FOXCONTACT /// */
div#fox-container-m183 .fox-form-stacked .control-label {
    font-size: 14px;
}
div#fox-container-m183 .control-label, div#fox-container-m183 .control-label label, div#fox-container-m183 .fox-item-attachments .controls label {
    text-transform: none;
    font-weight: 500;
}
div#fox-container-m183 .control-group {
    margin-bottom: 6px;
}

div#fox-container-m419 .fox-form select, div#fox-container-m419 .fox-form textarea, div#fox-container-m419 .fox-form input[type="text"], div#fox-container-m419 .fox-form input[type="email"],
div#fox-container-c1432 .fox-form select, div#fox-container-c1432 .fox-form textarea, div#fox-container-c1432 .fox-form input[type="text"], div#fox-container-c1432 .fox-form input[type="email"] {
    border-radius: 0px;
    color: #555555;
    background-color: #ffffff;
}

div#fox-container-m419 select, div#fox-container-m419 textarea, div#fox-container-m419 input[type="text"], div#fox-container-m419 input[type="email"],
div#fox-container-c1432 select, div#fox-container-c1432 textarea, div#fox-container-c1432 input[type="text"], div#fox-container-c1432 input[type="email"] {
    background-color: #ffffff;
    border: 1px solid #dedede;
    transition: border linear .2s, box-shadow linear .2s;
}

div#fox-container-m419 .control-group,
div#fox-container-c1432 .control-group{
    margin-bottom: 10px;
}

div#fox-container-m419 input[type="text"], div#fox-container-m419 input[type="email"], div#fox-container-m419 textarea,
div#fox-container-c1432 input[type="text"], div#fox-container-c1432 input[type="email"], div#fox-container-c1432 textarea{
    margin: 0;
    padding: 4%;
}

div#fox-container-m419 .btn,
div#fox-container-c1432 .btn{
    position: relative;
    display: table;
    float: left;
    z-index: 2;
    justify-content: left;
    padding: 3px 10px 3px 10px;
    margin: 3px;
    border: solid 1px #e30613;
    text-transform: uppercase;
    font-family: "titillium-bold";
    letter-spacing: 1px;
    transition: all ease .5s;
    border-radius: 0;
    text-shadow: none;
    background-color: transparent !important;
    background-image: none;
}

div#fox-container-m419 .btn:hover,
div#fox-container-c1432 .btn:hover {
    color: #fff;
    background: #e30613;
}

div#fox-container-m419 .chzn-container-single .chzn-single,
div#fox-container-c1432 .chzn-container-single .chzn-single{
    background-image: none;
    background-color: #ffffff;
    width: 100%;
    padding: 2% 4%;
    height: auto;
}

.chzn-container-single .chzn-single {
    border: 1px solid #dedede;
    border-radius: 0;
    box-shadow: none;
    line-height: 24px;
}

div#fox-container-m419 input[type="text"], div#fox-container-m419 input[type="email"], div#fox-container-m419 select, div#fox-container-m419 .fox-form-stacked .fox-item-radio .controls, div#fox-container-m419 .fox-form-stacked .fox-item-submit .controls, div#fox-container-m419 .fox-form-stacked .fox-item-captcha .controls, div#fox-container-m419 .fox-form-stacked .fox-item-checkbox .controls, div#fox-container-m419 .fox-form-stacked .fox-item-newsletter .controls, div#fox-container-m419 .fox-form-stacked .fox-item-attachments .controls, div#fox-container-m419 .fox-form-stacked .fox-item-html-fields .controls, div#fox-container-m419 .fox-form-stacked .fox-item-board-fields .controls, div#fox-container-m419 .fox-form-stacked .fox-item-checkbox-group .controls, div#fox-container-m419 .fox-form-stacked .fox-item-acceptance .controls,
div#fox-container-c1432 input[type="text"], div#fox-container-c1432 input[type="email"], div#fox-container-c1432 select, div#fox-container-c1432 .fox-form-stacked .fox-item-radio .controls, div#fox-container-c1432 .fox-form-stacked .fox-item-submit .controls, div#fox-container-c1432 .fox-form-stacked .fox-item-captcha .controls, div#fox-container-c1432 .fox-form-stacked .fox-item-checkbox .controls, div#fox-container-c1432 .fox-form-stacked .fox-item-newsletter .controls, div#fox-container-c1432 .fox-form-stacked .fox-item-attachments .controls, div#fox-container-c1432 .fox-form-stacked .fox-item-html-fields .controls, div#fox-container-c1432 .fox-form-stacked .fox-item-board-fields .controls, div#fox-container-c1432 .fox-form-stacked .fox-item-checkbox-group .controls, div#fox-container-c1432 .fox-form-stacked .fox-item-acceptance .controls {
    width: 29.5vw;
}


div#fox-container-c1462 {
    padding-top: 12%;
}

/* ///// SCROLL TO TOP BUTTON ///// */

#scrolltotop {
    display: none;
    position: fixed;
    background-image: url(../images/scrolltotop.svg);
    bottom: 37px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    width: 50px;
    height: 40px;
    transition: all 100ms ease-in;
}

#scrolltotop:hover {
    background-image: url(../images/scrolltotop-hover.svg);
}





/* END WHIZZZ */



/* ----------   LAYOUT   ---------------- */

html {}

body {}

#mainWrapper {
    display: inline;
    float: left;
    width: 100%;
}

#container {
    display: inline;
    float: left;
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
}

#header {
    position: fixed;
    float: left;
    width: 100%;
    padding: 10px 0px 5px 0px;
    background: #a60711;
    z-index: 10;
    transition: all ease .5s;
}

#header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 88%;
    left: 0;
    top: 6%;
    bottom: 6%;
    background: #e51312;
    background: -moz-linear-gradient(top, #e51312 0%, #ae0812 125%);
    background: -webkit-linear-gradient(top, #e51312 0%,#ae0812 125%);
    background: linear-gradient(to bottom, #e51312 0%,#ae0812 125%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51312', endColorstr='#ae0812',GradientType=0 );
}

#header.scrolled-nav {
    padding: 15px 0px 15px 0px !important;
}

#header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
}

.logo.scrolled-nav {
    width: 40px;
    margin-top: -5px;
    padding: 5px 0 15px 0;
}

#logo.scrolled-nav:after {
    height: 64px;
    top: -11px;
    width: 1177%;
}

#logo.scrolled-nav:before {
    top: -15px;
    height: 70px;
    width: 1179%;
}

#unternavigation.scrolled-nav {
    padding: 66px 0px 5px 0px;
    top: 0;
}

#unternavigation ul.menu li.item-1585 {
    max-width: 20px;
    margin-top: 3px;
    padding-left: 10px;
}

#unternavigation ul.menu li.item-1586 {
    max-width: 20px;
    margin-top: 3px;
    padding-left: 10px;
}

.blog {
    display: flex;
    flex-wrap: wrap;
}

.items-row {
    flex: 0 27%;
    padding: 2%;
    margin: 1% !important;
}

.blog.sponsorenpage.col4 .items-row {
    flex: 0 19%;
    padding: 2%;
    margin: 1% !important;
}



.introimage img {
    width: 100%;
}

.wideWrap {
    display: inline;
    float: left;
    width: 80%;
    padding: 5% 10% 5% 10%;
}

#top {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    width: 100%;
}

#topLeft {
    background: none repeat scroll 0 0 transparent;
    float: left;
}

#topRight {
    background: none repeat scroll 0 0 transparent;
    float: right;
}

#rowA, #rowB, #rowC, #rowD, #rowE, #rowF, #rowG {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    width: 100%;
}


#NavWrapper {
    background: none repeat scroll 0 0 #DDDDDD;
    display: inline;
    float: left;
    margin: 0 0 5px;
    padding-bottom: 0;
    width: 100%;
}

#Nav {
    float: left;
    padding: 5px 0;
}

ul.menu {
    margin-left: 0;
}

ul.menu li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    list-style: none outside none;
    margin: 0 10px 0 3px;
    padding: 0 4px;
}

ul.menu a {
    color: #666666;
    font-size: 18px;
    text-decoration: none;
	transition: all ease .5s;
}

ul.menu a:hover {
    text-decoration: none;
}

ul.menu li.active {
    text-decoration: none;
	color: red;
}


ul.menusideMenu {
    color: #666666;
    font-size: 20px;
    line-height: 25px;
    margin-left: 23px;
}

ul.menusideMenu li.active {
    text-decoration: none;
	color: red;
}


#breadcrumb {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    width: 100%;
}

.breadcrumbs {
    font-size: 12px;
    font-style: italic;
    margin-left: 10px;
}

#breadcrumbLeft {
    background: none repeat scroll 0 0 transparent;
    float: left;
}

#breadcrumbRight {
    background: none repeat scroll 0 0 transparent;
    float: right;
    text-align: right;
}

#mainrow {}

#left-col {
	float: left;
}

#left-col ul.menu li {
    float: none;
    margin: 0px 0px;
}

#left-col ul.menu li.current a {
    background: #f90000 !important;
    color: #fff !important;
}

#left-col span.nav-header {
    font-family: "titillium-bold-italic";
    font-size: 16px;
    border-bottom: solid 1px #f90000;
    color: #000;
}


#left-col ul.nav-child.unstyled.small {
    position: relative;
    margin-left: 0;
    padding: 20px 0;
}

#left-col ul.menu li ul.nav-child.unstyled.small li a, .nav-matchcenter li ul span.separator {
    width: auto;
    padding: 10px 60px 10px 20px;
}

#left-col ul.menu a, #left-col span.separator {
    display: block;
    float: none;
    width: auto;
    color: #5f5f5f;
    margin: 0px 0px 0px 0px;
    border-bottom: solid 1px #e4e4e4;
    white-space: nowrap;
    background: #fff;
    padding: 10px 20px;
    border-right: 0px;
    white-space: pre-wrap;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
    transition: all ease .5s;
    font-size: 1em;
}

#left-col ul.menu a:hover, #left-col span.separator:hover {
    color: #fff;
    background: #f90000;
}

#left-col-cont {
    padding-right: 8%;
}

#left-col-cont .moduletable {
	padding-bottom: 0px;
	margin-bottom: 50px;
}

#left-col h3 {
    position: relative;
    font-family: "titillium-bold";
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #e30713;
    display: table;
    padding: 4px 20px 4px 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

#left-col h3:after {
    content: "";
    position: absolute;
    right: -32px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 32px 0 0;
    border-color: #e30712 transparent transparent transparent;
}

#main-col {
    background: none repeat scroll 0 0 transparent;
    float: right;
}

#main-col-cont {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}

#right-col {
	float: right;
	width: 25%;
}

#right-col-cont .moduletable {
	padding-bottom: 30px;
	margin-bottom: 20px;
}

#right-col-cont {
}

#adverttop {
    margin: 0 0 0px;
}

#advertBottom {
    margin: 5% 0 0 0;
}

#footWrapper{
    background: none repeat scroll 0 0 #DDDDDD;
    display: inline;
    float: left;
    width: 100%;
}

#debugRow { 
    display: inline;
    float: left;
}

#topLeft, #topRight {
    width: 470px;
}

#topRight {
    text-align: right;
}


#breadcrumb {
}

.cols-1 {
    display: block;
    float: none !important;
    margin: 0;
}
.cols-2 .column-1 {
    float: left;
    width: 100%;
}
.cols-2 .column-2 {
    float: right;
    margin: 0;
    width: 100%;
}
.cols-3 .column-1 {
    float: left;
    margin-right: 4%;
    padding: 0 0px;
    width: 100%;
}
.cols-3 .column-2 {
    float: left;
    margin-left: 0;
    padding: 0 0px;
    width: 100%;
}
.cols-3 .column-3 {
    float: right;
    padding: 0 0px;
    width: 100%;
}
.items-row {
    margin-bottom: 10px !important;
}
.column-1, .column-2, .column-3 {
    padding: 0;
}



.span12 {
	width: 940px;
}
.span11 {
	width: 860px;
}
.span10 {
	width: 780px;
}
.span9 {
	width: 700px;
}
.span8 {
	width: 620px;
}
.span7 {
	width: 540px;
}
.span6 {
	width: 460px;
}
.span5 {
	width: 380px;
}
.span4 {
	width: 300px;
}
.span3 {
	width: 220px;
}
.span2 {
	width: 140px;
}
.span1 {
	width: 60px;
}
.offset12 {
	margin-left: 980px;
}
.offset11 {
	margin-left: 900px;
}
.offset10 {
	margin-left: 820px;
}
.offset9 {
	margin-left: 740px;
}
.offset8 {
	margin-left: 660px;
}
.offset7 {
	margin-left: 580px;
}
.offset6 {
	margin-left: 500px;
}
.offset5 {
	margin-left: 420px;
}
.offset4 {
	margin-left: 340px;
}
.offset3 {
	margin-left: 260px;
}
.offset2 {
	margin-left: 180px;
}
.offset1 {
	margin-left: 100px;
}
.row-fluid {
	width: 100%;
	*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}

.row-fluid:after {
	clear: both;
}

.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846383%;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 2.127659574%;
}
.row-fluid .span12 {
	width: 99.99999999%;
	*width: 99.946808500638%;
}

.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.436170203638%;
}
.row-fluid .span10 {
	width: 82.978723396%;
	*width: 82.925531906638%;
}
.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.414893609638%;
}
.row-fluid .span8 {
	width: 65.957446802%;
	*width: 65.904255312638%;
}
.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.393617015638%;
}
.row-fluid .span6 {
	width: 48.936170208%;
	*width: 48.882978718638%;
}
.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.372340421638%;
}
.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.861702124638%;
}
.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.351063827638%;
}
.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.840425530638%;
}
.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.3297872336383%;
}
.row-fluid .offset12 {
	margin-left: 104.255319138%;
	*margin-left: 104.14893615928%;
}
.row-fluid .offset12:first-child {
	margin-left: 102.127659564%;
	*margin-left: 102.02127658528%;
}
.row-fluid .offset11 {
	margin-left: 95.744680841%;
	*margin-left: 95.638297862277%;
}
.row-fluid .offset11:first-child {
	margin-left: 93.617021267%;
	*margin-left: 93.510638288277%;
}
.row-fluid .offset10 {
	margin-left: 87.234042544%;
	*margin-left: 87.127659565277%;
}
.row-fluid .offset10:first-child {
	margin-left: 85.10638297%;
	*margin-left: 84.999999991277%;
}
.row-fluid .offset9 {
	margin-left: 78.723404247%;
	*margin-left: 78.617021268277%;
}
.row-fluid .offset9:first-child {
	margin-left: 76.595744673%;
	*margin-left: 76.489361694277%;
}
.row-fluid .offset8 {
	margin-left: 70.21276595%;
	*margin-left: 70.106382971277%;
}
.row-fluid .offset8:first-child {
	margin-left: 68.085106376%;
	*margin-left: 67.978723397277%;
}
.row-fluid .offset7 {
	margin-left: 61.702127653%;
	*margin-left: 61.595744674277%;
}
.row-fluid .offset7:first-child {
	margin-left: 59.574468079%;
	*margin-left: 59.468085100277%;
}
.row-fluid .offset6 {
	margin-left: 53.191489356%;
	*margin-left: 53.085106377277%;
}
.row-fluid .offset6:first-child {
	margin-left: 51.063829782%;
	*margin-left: 50.957446803277%;
}
.row-fluid .offset5 {
	margin-left: 44.680851059%;
	*margin-left: 44.574468080277%;
}
.row-fluid .offset5:first-child {
	margin-left: 42.553191485%;
	*margin-left: 42.446808506277%;
}
.row-fluid .offset4 {
	margin-left: 36.170212762%;
	*margin-left: 36.063829783277%;
}
.row-fluid .offset4:first-child {
	margin-left: 34.042553188%;
	*margin-left: 33.936170209277%;
}
.row-fluid .offset3 {
	margin-left: 27.659574465%;
	*margin-left: 27.553191486277%;
}
.row-fluid .offset3:first-child {
	margin-left: 25.531914891%;
	*margin-left: 25.425531912277%;
}
.row-fluid .offset2 {
	margin-left: 19.148936168%;
	*margin-left: 19.042553189277%;
}
.row-fluid .offset2:first-child {
	margin-left: 17.021276594%;
	*margin-left: 16.914893615277%;
}
.row-fluid .offset1 {
	margin-left: 10.638297871%;
	*margin-left: 10.531914892277%;
}
.row-fluid .offset1:first-child {
	margin-left: 8.510638297%;
	*margin-left: 8.4042553182766%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
	display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
	float: right;
}



.item-image img {
   width: 100%;
}

.pull-none.item-image {
    margin-bottom: 10px;
}


/* END LAYOUT */	
	

/* ----------   TYPOGRAPHY  ---------------- */

body {
	color: #333333;
	font-size: 14px; 
	line-height:18px;
	font-family: "opensans";
}

a {
    color: #ffca00;
    text-decoration: none;
	cursor: pointer;
    transition: all ease .5s;
}

a:hover {
    text-decoration: none;
    color: #f90000;
}

.readmore a {
    text-decoration: none;
}

#readmore, .button {
    position: relative;
    display: table;
    float: left;
    z-index: 2;
    justify-content: left;
    padding: 3px 10px 3px 10px;
    margin: 3px;
    border: solid 1px #e30613;
    text-transform: uppercase;
    font-family: "titillium-bold";
    letter-spacing: 1px;
    transition: all ease .5s;
}

#readmore:hover, .button:hover {
    color: #fff;
    background: #e30613;
}

#readmore a,  a.button, span.button {
    color: #040404;
}

p, .tickets li {
	margin: 20px 0;
	font-size:16px;
	line-height: 1.7;
}

.item-page li, .leading-0 li  {
	margin: 5px 0;
	font-size:16px;
	line-height: 1.7;
}

em {
    font-family: "opensans-italic";
}

strong {
    font-family: "opensans-bold";
}

h1, .componentheading {
    color: #444444;
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 56px;
}

h2, .contentheading, h2 a {
    color: #1e1a59;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 44px;
    font-family: "titillium-bold";
    text-transform: uppercase;
}

h3, .moduletable h3 {
    color: #444444;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.5;
}

.kontaktperson h3 {
    font-family: "opensans-bold";
    margin-bottom: 1em;
}

h4 {
    font-family: "titillium-bold";
    color: #1c1a59;
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 1.5;
    margin-bottom: 5px;
}

h5 {color: #ffffff;background: #333333;padding: 2px 0 2px 4px}
h6 {color: #ffffff;background: #999999;padding: 2px 0 2px 4px}

.breadcrumbs {font-size: 12px;font-style: italic; margin-left: 0;}

/* END TYPOGRAPHY */


/* ----------   MISC ELEMENTS ---------------- */

label {
    float: left;
    min-width: 122px;
}

ul {
    margin-left: 14px;
}

ul.actions {
    margin-left: 0;
}
	
ul.actions li {
    display: inline;
    list-style: none outside none;
    padding: 0;
}


 #system-message dd.error ul {
    margin-left: 0;
	background-position: 5px 40%;
}

th {
    padding: 3px;
}

caption, th, td {
    padding: 2px 10px 2px 2px;
    text-align: left;
}

thead tr {
    background: none repeat scroll 0 0 #EEEEEE;
}


fieldset.filters {margin: 10px 0;}

div.current {
    border: 1px solid #CCCCCC;
    clear: both;
    padding: 10px;
}

dl.tabs dt {
    background: none repeat scroll 0 0 #F0F0F0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    float: left;
    margin-right: 3px;
    padding: 4px 10px;
}

dl.tabs dt.open {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    color: #000000;
    z-index: 100;
}

div#sliders.pane-sliders div.panel h3#basic-details.title {
    padding: 2px 5px;
}


div.pane-slider {
    padding: 10px;
}

.panel {
    border: 1px solid;
    margin-top: -1px;
}


.contentpane {
	margin:10px;
}

/* END MISC ELEMENTS */


/* ----------   DEVELOPER  ---------------- */


.moduletable.greybox {
    background: none repeat scroll 0 0 #dddddd;
    color: #FFFFFF;
    height: 100%;
    padding: 5px;
    width: auto;
}

.custom.greybox {
	padding: 5px;
	min-height: 140px;

}

.custom.greybox p {
    color: #666666;
    line-height: 18px;
    margin: 0;
}

.greybox2 {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #FFFFFF;
    height: auto;
    padding: 0 3px;
    width: auto;
}

.greybox2 p {
    color: #666666;
    margin: 0;
    padding: 0;
}

p.righleftheight {height: 206px; }

.moduletablegreybox {
    background: none repeat scroll 0 0 #DDDDDD;
    min-height: 140px;
    padding: 5px;
    width: auto;
}

.moduletablegreybox p {
    color: #666666;
    line-height: 18px;
    margin: 0;
    padding: 5px;
}


/* END DEVELOPER */