/* ---- 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;
}

#section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10, #section11, #section12, #section13, #section14, #section15, #section16, #section17, #section18, #section19, #section20 {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    margin-top: -40px;
}

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, thead, tbody, th, td, tr { 
    vertical-align: middle;
    border-collapse: collapse;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
}
td {
    display: table-cell;
}
    
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
:focus { outline: 0; }
img {
    width: 100%;
}

.tooltip {
    display: none !important;
}

/* END Reset */




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




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

.logo {
    width: 220px;
    margin-right: 5%;
    float: left;
    transition: all ease 0.5s;
}

.logo img {
    width: 100%;
}

#logo {
    position: relative;
    display: block;
    float: left;
    max-width: 420px;
    z-index: 999;
    transition: all ease .5s;
}

#logo img {
    width: 100%;
}


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

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


/* ///// SUCHBUTTON ///// */

#suche, #suche-fadein {
    position: absolute;
    display: none;
    float: left;
    width: auto;
    max-width: 50%;
    right: 0;
    left: auto;
    top: 80px;
    padding: 25px 0;
    background: #505050;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 100005;
}

#suche-fadein {
    top: 66px;
}

.suche-button {
    position: absolute;
    width: 301px;
    height: 80px;
    background-image: url(../images/searchbutton.svg);
    background-size: cover;
    right: 0;
    top: 0;
    z-index: 100006;
}

.suche-fadein-button {
    content: "";
    position: absolute;
    display: block;
    width: 254px;
    height: 66px;
    background-image: url(../images/searchbutton.svg);
    background-size: cover;
    right: 0;
    top: -100px;
    z-index: 100006;
	transition: all 0.3s ease 0s;
}

.suche-fadein-button.fade-in {
    top: 0;
}

/*
#suche.aktiv, #suche-fadein.aktiv {
    right: 0;
}

#suche.aktiv:before, #suche-fadein.aktiv:before {
    left: 0;
}
*/

#suche a, #suche-fadein a {
    font-size: 14px;
    text-transform: none;
}

#suche span, #suche-fadein span {
    font-size: 1.4em;
}

#suche .moduletable, #suche-fadein .moduletable {
    position: relative;
    display: block;
    float: left;
    margin: 0 1em 0 2em;
    width: calc(100% - 3em);
    min-width: calc(300px - 3em);
}

#suche .GSearchBlock h3:nth-child(-n+3), #suche-fadein .GSearchBlock h3:nth-child(-n+3) {
    display: none !important;
}

#suche .GSearchBlock h3, #suche-fadein .GSearchBlock h3 {
    color: #fff;
    font-size: 12px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    max-width: 100%;
}

.columns-1 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100% !important;
}

.bootstrap-select .dropdown-menu li {
    position: relative;
    width: 50%;
    float: left;
    margin: 3px 0;
}

.kategorie-heads  .bootstrap-select .dropdown-menu li {
    width: 100%;
}

button.btn.dropdown-toggle.btn-default.bs-placeholder, button.btn.dropdown-toggle.btn-default {
    position: relative;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333 !important;
    text-shadow: none !important;
    background-color: transparent !important;
    background-image: none !important;
    background-repeat: repeat-x !important;
    filter: none;
    border-color: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
    border-bottom: 1px solid #bfbfbf !important;
    border-bottom-color: #bfbfbf !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    z-index: 10000;
}

input.btn.btn-primary.button.submit, input.btn.btn-warning.button.reset {
    position: relative;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    margin-right: 8px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #000 !important;
    text-shadow: none !important;
    background-color: #ffab00 !important;
    background-image: none !important;
    background-repeat: repeat-x !important;
    filter: none;
    border-color: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
    border-bottom: 0px solid #bfbfbf !important;
    border-bottom-color: #bfbfbf !important;
    border-radius: 30px !important;
    box-shadow: none !important;
	margin-right: 7px!important;
}

#suche .bootstrap-select>.dropdown-toggle.bs-placeholder, #suche-fadein .bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: #fff !important;
}

.gsearch-cell {
    padding: 0 5px 10px 0;
    min-width: 110px;
    width: 100%;
}

.gsearch-cell.gsearch-cell3 {
    padding-left: 12px;
}

.GSearchBlock .caret {
    border-top: 4px solid #fff;
}

.kategorie-heads .GSearchBlock .caret {
    border-top: 4px solid #000;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner, .GSearchBlock label {
    color: #bfbfbf;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: none;
}

.kategorie-heads .bootstrap-select .dropdown-toggle .filter-option-inner-inner, .kategorie-heads .GSearchBlock label, .kategorie-heads .radio-container.form-check:before {
    color: #6B6B6B;
}

.GSearchBlock label {
    float: left;
    min-width: 45px;
    margin-left: 15px;
}

#GSearch108 .dropdown-menu {
    background-color: #676767;
}

#GSearch106 .dropdown-menu {
    background-color: #f2f2f2;
}

.bootstrap-select .dropdown-menu li:nth-child(1) {
    width: 100%;
}

.GSearchBlock .dropdown-menu > .disabled > a, .GSearchBlock .dropdown-menu > .disabled > a:hover, .GSearchBlock .dropdown-menu > .disabled > a:focus {
    color: #feab00;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px;
}

.GSearchBlock .dropdown-menu > li > a {
    line-height: 14px;
    color: #fff;
    font-size: 10px !important;
}

.kategorie-heads .GSearchBlock .dropdown-menu > li > a {
    line-height: 20px;
    color: #000;
    font-size: 15px !important;
}

.GSearchBlock .dropdown-menu > .active > a, .GSearchBlock .dropdown-menu > .active > a:hover, .GSearchBlock .dropdown-menu > .active > a:focus,
.GSearchBlock .dropdown-menu > li > a:hover, .GSearchBlock .dropdown-menu > li > a:focus, .GSearchBlock .dropdown-submenu:hover > a, .GSearchBlock .dropdown-submenu:focus > a {
    color: #333;
    text-decoration: none;
    outline: 0;
    background-color: rgb(255,150,0);
    background-image: -moz-linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    background-image: -webkit-linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    background-image: -webkit-linear-gradient(top,rgba(255,150,0,1),rgba(255,175,0,1));
    background-image: -o-linear-gradient(left,rgba(255,150,0,1),rgba(255,175,0,1));
    background-image: linear-gradient(to right,rgba(255,150,0,1),rgba(255,175,0,1));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9600', endColorstr='#ffaf00', GradientType=0);
}

.data p {
    font-size: 12px;
}

.radio-container.form-check {
    position: relative;
    margin-top: 1em;
}

.radio-container.form-check:before {
    content: "ü50:";
    position: relative;
    display: block;
    color: #bfbfbf;
    font-size: 15px;
    float: left;
}

.gsearch-cell.gsearch-cell2 {
    padding: 0 0px;
}

li.selected {
    background: rgb(255,150,0);
    background: -moz-linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    background: linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9600",endColorstr="#ffaf00",GradientType=1);
}

.bs-searchbox {
    position: relative;
}

.bs-searchbox:before {
    content: "Filter";
    text-transform: none;
    font-size: 12px;
    color: #fff;
}

.kategorie-heads .bs-searchbox:before {
    color: #000;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: calc(100% - 60px);
    float: right;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 15px 20px;
}

.dropdown.bootstrap-select.show-tick.inputbox.bs3.open span.caret,
.dropdown.bootstrap-select.inputbox.bs3.open span.caret {
    border: none;
    color: #fff;
    width: 15px;
    height: 15px;
    background-image: url(../images/closeX.svg);
    background-size: contain;
    margin-top: -7px;
}

.kategorie-heads .dropdown.bootstrap-select.show-tick.inputbox.bs3.open span.caret,
.kategorie-heads .dropdown.bootstrap-select.inputbox.bs3.open span.caret {
    background-image: url(../images/closeX-dark.svg);
}

#GSearch106 {
    background-color: #f2f2f2;
    margin-top: -7px;
    padding: 20px;
}



/* ///// SLIDER / INTRO ///// */

#intro {
    position: relative;
    display: block;
	float: left;	
    width: 100%;
    height: 40em;
background: rgb(255,150,0);
background: -moz-linear-gradient(95deg, rgba(255,150,0,1) 0%, rgba(255,150,0,1) 47%, rgba(253,204,121,1) 71%, rgba(255,173,0,1) 92%, rgba(255,173,0,1) 100%);
background: -webkit-linear-gradient(95deg, rgba(255,150,0,1) 0%, rgba(255,150,0,1) 47%, rgba(253,204,121,1) 71%, rgba(255,173,0,1) 92%, rgba(255,173,0,1) 100%);
background: linear-gradient(95deg, rgba(255,150,0,1) 0%, rgba(255,150,0,1) 47%, rgba(253,204,121,1) 71%, rgba(255,173,0,1) 92%, rgba(255,173,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9600",endColorstr="#ffad00",GradientType=1);
-webkit-box-shadow: inset 0px 54px 15px -45px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px 54px 15px -45px rgba(0,0,0,0.2);
box-shadow: inset 0px 54px 15px -45px rgba(0,0,0,0.2);
}

#intro h1, #intro p {
    color: #fff;
}

#intro .moduletable.slider-intro {
    position: relative;
    width: 45%;
    height: 100%;
    padding: 0 10%;
    float: left;
    z-index: 2;
}

#intro #slider .moduletable {
    width: 80%;
}

#slider {
    position: absolute;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    right: 5%;
    bottom: -9em;
    z-index: 1;
}

#slider .newsflash {
    display: block;
    width: 100%;
    height: 100%;
}

#intro .newsflash {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#intro #slider .newsflash {
    display: block;
    width: 100%;
    height: 100%;
}

#slider .moduletable {
    position: relative;
    display: block;
    float: right;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.glow {
    width: 25%;
    height: 20em;
    border-radius: 50%;
    background-color: #fdcc79;
    box-shadow: 0 0 60px 30px #fdcc79, 0 0 200px 100px #fdcc79, 0 0 140px 90px #fdcc79;
    position: absolute;
    z-index: 1;
    right: 13%;
    opacity: 1;
    top: 45%;
    transform: translate(0, -50%);
    z-index: 1;
}

/*
#slider .bild, #slider .hintergrundbild, #slider .bgimage {
    width: 100%;
    height: 100vh;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center bottom;
    transition: transform 3s ease;
    transform: scale(1);
}
*/

.sliderbild {
    width: 40em;
    max-width: 720px;
    float: right;
    margin-right: 0;
}




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

#heads {
    position: relative;
    display: block;
	float: left;	
    width: 100%;
	height: 35vw;
    margin-bottom: 6vw;
	background-size: cover;
    background-position: center center;
}

#heads .custom {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

#heads h1, #heads h2, #heads h3, #heads h4 {
    position: absolute;
    z-index: 2;
    font-family: "futura";
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4vw;
    text-transform: uppercase;
    white-space: nowrap;
}

#heads .moduletable {
    height: 100%;
}

#heads .moduletable.breadcrumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#heads ul.breadcrumb.breadcrumb li {
    color: #fff;
    list-style: none;
    margin-left: 0px;
    text-transform: uppercase;
    font-size: 3vw;
    white-space: nowrap;
}

#heads ul.breadcrumb.breadcrumb {
    margin-left: 0px;
}

#heads ul.breadcrumb.breadcrumb li {
    display: none;
}

#heads ul.breadcrumb.breadcrumb li.active {
    display: block;
}



/* ///// SUBMENU ///// */

#submenu {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background: #01647a;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
    -webkit-box-shadow: 0px 12px 14px -9px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 12px 14px -9px rgba(0,0,0,0.25);
    box-shadow: 0px 12px 14px -9px rgba(0,0,0,0.25);
}

#submenu .moduletable {
    display: flex;
    justify-content: center;
}

#submenu ul.menu {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    float: left;
    width: 100%;
    background: #01647a;
    justify-content: center;
}

#submenu ul.menu a {
    font-size: 1rem;
}

#submenu ul.menu li.current {
    background: #007794;
}

#submenu ul.menu li {
    padding: 10px 0;
}

#submenu ul.menu li a {
    padding: 12px 20px;
    margin: 0;
    transition: all ease .5s;
}

#submenu ul.menu li a:hover {
    background: #017794;
}

.arrow-left {
    content: "<";
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0 0 0 12px;
    height: 100%;
    z-index: 1;
    width: 20px;
    color: #fff;
    background: #02586d;
    justify-content: flex-start;
    font-size: 18px;
    display: flex;
    align-items: center;
    border-right: solid 1px #046d86;
	cursor: pointer;
	-webkit-box-shadow: -10px 0px 30px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: -10px 0px 30px 10px rgba(0,0,0,0.5);
    box-shadow: -10px 0px 30px 10px rgba(0,0,0,0.5);
    display: none;
}

.arrow-right {
    content: ">";
    position: absolute;
    top: 0;
    right: 0px;
    padding: 0 0 0 12px;
    height: 100%;
    z-index: 1;
    width: 20px;
    color: #fff;
    background: #02586d;
    justify-content: flex-start;
    font-size: 18px;
    display: flex;
    align-items: center;
    border-left: solid 1px #046d86;
    cursor: pointer;
    -webkit-box-shadow: -10px 0px 30px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: -10px 0px 30px 10px rgba(0,0,0,0.5);
    box-shadow: -10px 0px 30px 10px rgba(0,0,0,0.5);
    display: none;
}



/* ///// HIGHLIGHTS ///// */

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

#highlights .newsflash {
    flex-wrap: nowrap;
}

#highlights h3 {
    margin-left: 1%;
}


/* ///// PARALLAX ///// */

#parallax {
    position: relative;
    display: block;
    width: 100%;
	float: left;
    margin: 5% 0 0;
}

.parallax-container {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.parallax-text {
    position: absolute;
    display: block;
    float: left;
    z-index: 3;
    left: 7%;
    top: 50%;
    transform: translate(0, -50%);
    text-align: left;
    width: 50%;
}

#parallax .beitrag {
    position: absolute;
    color: #ffffff;
    font-size: 3vw;
    line-height: 1.2;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
    left: 7%;
    width: 32%;
}

#parallax h3 {
    color: #fff;
}

.parallaxParent {
    position: relative;
    width: 100%;
    height: 35vw;
    overflow: hidden;
}

.parallaxParent > * {
    height: 200%;
    position: relative;
    top: -100%;
    background-position: center center;
    background-size: cover;
}



/* ///// ACCORDION ///// */

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



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

#news {
    position: relative;
    display: block;
    float: right;
    width: 59%;
    padding: 5% 8% 20%;
}

#news .newscontent {
    margin: 2%;
    flex: 0 45%;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.15);
}

#news .newscontent:nth-child(1) {
    flex: 0 100%;
}

#news .newsflash {
    justify-content: flex-start;
}

#news #beitrag {
    position: relative;
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
}

#news h2.newsflash-title {
    width: calc(100% - 6em);
    margin-left: 1em;
    margin-bottom: 1em;
    float: left;
    padding-right: 5em;
    line-height: 1.2;
    hyphens: auto;
}

#news .introtext, #news .introtext-zeichenlimit {
    position: relative;
    display: block;
    width: calc(100% - 4em);
    margin-left: 2em;
    margin-right: 2em;
    float: left;
}

#news #beitrag p {
    display: inline;
}



/* ///// PARTNER ///// */

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



/* ///// ÜBER UNS ERWACHSENENSPORT ///// */

table, tr {
    width: 100%;
}

tr {
    border-bottom: solid 1px #fff;
}


li.onlineschalter-titel {
    font-weight: 600;
    position: relative;
    margin-left: 40px;
}

li.onlineschalter-titel:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/downloads.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


/* ///// SUCHRESULTATE ///// */


#gsearch-results .itemlist {
    flex: 0 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

#gsearch-results .item {
    position: relative;
    display: block;
    flex: 0 25%;
    -webkit-box-shadow: 5px 5px 20px -6px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 20px -6px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 20px -6px rgba(0,0,0,0.25);
    padding: 2%;
    margin: 2%;
}

#gsearch-results h3.item-title {
    color: #ff9600;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "montserrat";
    font-size: 1rem;
    margin: 0 0 1em 0;
}

#gsearch-results h3.item-title a {
    color: #ff9600;
}


#gsearch-results a.btn.btn-secondary {
    position: relative;
    border: solid 1px transparent;
    padding: 3px 40px 2px 20px;
    margin: 5px 15px 5px 0;
    border-radius: 30px;
    transition: all ease .5s;
    display: table;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.5;
    float: left;
    color: #fff;
    background: rgb(255,150,0);
    background: -moz-linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    background: linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9600",endColorstr="#ffaf00",GradientType=1);
}

#gsearch-results a.btn.btn-secondary:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 15px;
    width: 7px;
    height: 12px;
    background-image: url(../images/right-arrow.svg);
    background-size: contain;
}



/* ///// FOOTER ///// */

#footer {
    position: relative;
    display: block;
    float: left;
    width: 86%;
    padding: 2% 7% 2% 7%;
    margin-top: 7%;
    background: #505050;
}

#footer p, #footer a {
    display: table;
    color: #fff;
    font-size: 12px;
    margin: 8px 0 8px 34px;
}

.adresse, .email, .links {
    width: auto;
    float: left;
    position: relative;
}

.adresse {
    width: 43%;
    padding-right: 2%;
}

.email {
    width: 33%;
    padding-right: 2%;
}

.links {
    width: 20%;
}


.adresse:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-adresse.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.email:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-email.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.links:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-link.svg);
    background-size: contain;
    background-repeat: no-repeat;
}




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


#copyright {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    float: left;
    width: 80%;
    padding: 2% 10% 2% 10%;
    text-transform: uppercase;
}

#copyright a {
	color: #f09d38;
	text-decoration: underline;
    font-size: 12px;
    margin: 7px 20px 7px 20px;
}

#copyright .copyright-1 a {
    margin: 0;
}

#copyright p {
	color: #f09d38;
	font-size: 12px;
	text-align: center;
}

#copyright ul.nav.menu.mod-list {
    visibility: visible !important;
    transform: none !important;
    opacity: 1 !important;
}

#copyright ul.menu li {
    width: auto;
}

.copyright-1 {
    position: relative;
    display: block;
    float: left;
    width: 60%;
	margin: 0 10px;
}

.copyright-2 {
    position: relative;
    display: flex;
    float: left;
    width: 35%;
    margin: 0 10px;
    text-align: center;
    justify-content: center;
}





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

a.scrolltotop {
    display: none;
    position: fixed;
    background-image: url(../images/scrolltotop.svg);
    background-size: cover;
    bottom: 37px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: 5%;
    z-index: 9;
    width: 29px;
    height: 17px;
    cursor: pointer;
    transition: all 100ms ease-in;
}



/* ///// JOOMLA NEWSFLASH ///// */


.introtext-zeichenlimit {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 8px 0;
    font-size: 1rem;
    line-height: 1.5;
}

.intro-bg {
    width: 100%;
    height: 20vw;
    background-position: center center;
	background-size: cover;
}

.bgimage {
    width: 100%;
    height: 20vw;
    background-position: center center;
	background-size: cover;
}

.image {
    width: 100%;
    float: left;
}

.image img {
	width: 100%;
}

.icon {
    height: 3em;
}

.icon img {
    display: block;
    height: 100%;
    width: auto;
}

.newsbild {
    width: 100%;
    height: 15em;
    background-size: cover;
    background-position: center;
}

figure.newsflash-image img {
    width: 100%;
}


/* ///// JOOMLA BLOG ///// */

.blog {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5%;
}

.page-header {
    display: block;
    float: left;
    width: 100%;
}

.item.column-1:hover .bild, .newscontent:hover .bild {
    transform: scale(1.1);
}

.item.column-1:hover .bild-overlay, .newscontent:hover .bild-overlay {
    opacity: 0;
}

.intro-bg {
    width: 100%;
    height: 20vw;
    background-position: center center;
	background-size: cover;
    margin: 1em 0;
}

.row-fluid {
    width: 100%;
}

.items-row {
    display: flex;
    flex: 0 98%;
    flex-wrap: wrap;
    margin: 2%;
}

.col6 .items-row {
  display: flex;
  flex: 0 14%;
  flex-wrap: wrap;
  margin: 2%;
}

.col4 .items-row {
  display: flex;
  flex: 0 22.5%;
  flex-wrap: wrap;
  margin: 2%;
}

.col3 .items-row {
  display: flex;
  flex: 0 27%;
  flex-wrap: wrap;
  margin: 2%;
}

.col2 .items-row {
  display: flex;
  flex: 0 47%;
  flex-wrap: wrap;
  margin: 2%;
}

.multiple-category-area {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    float: left;
    margin: 2em 0;
}

.multiple-category-area h4 {
    margin: 3em 1em 1em;
    border-bottom: solid 3px #00933b;
}



@media screen and (max-width: 1600px) {
.col6 .items-row {
  flex: 0 30%;
}
}


@media screen and (max-width: 1400px) {
.col5 #beitrag {
    display: flex;
    flex: 0 29%;
}
}


@media screen and (max-width: 1200px) {
.col6 .items-row, .col4 .items-row, .col3 .items-row {
  flex: 0 46%;
}
}

@media screen and (max-width: 600px) {
.col6 .items-row, .col4 .items-row, .col3 .items-row, .col2 .items-row {
    flex: 0 98%;
}
}

.column-1, .column-2, .column-3 {
    padding: 0;
}

.blog img {
    width: 100%;
}


/* ///// JOOMLA ARTIKEL ///// */

.item-page {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5%;
    float: left;
}

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

.bild {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 22vw;
    background-size: cover;
    background-position: center center;
    margin: 0;
    transition: all ease 0.5s;
}

.bild-frame {
    position: relative;
    width: 100%;
    height: 20vw;
    margin-bottom: 2em;
    overflow: hidden;
}

.bild-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
    background: rgba(0,0,0,0.2);
    transition: all ease 0.5s;
}

a.lightbox {
    position: absolute;
    z-index: 3;
    width: 3em;
    height: 3em;
    right: 3em;
    bottom: 3em;
    background-image: url(../images/plus.svg);
    background-size: cover;
    left: auto;
    cursor: pointer;
    transition: all ease 0.5s;
}

a.lightbox:hover {
    transform: scale(1.1);
}


p.counter.pull-right {
    display: none;
}

.pagination {
	margin-top: 50px;
}

.pagination li {
    list-style: none;
    float: left;
    padding: 3px 15px;
    background: #feac00;
    color: #ffe2a7;
    margin: 1px 1px;
    font-size: 14px;
}

.pagination a {
    color: #fff;
	transition: all ease .5s;
}

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

.item-page .datum {
    margin-top: -1%;
    margin-left: -3%;
    width: auto;
}

.item-page .kategorie-columns {
    -webkit-box-shadow: 5px 5px 20px -6px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 20px -6px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 20px -6px rgba(0,0,0,0.25);
    padding: 2%;
    flex: 0 66%;
    margin-top: 4%;
}



/* ///// JOOMLA KATEGORIEN ///// */

.categories-list {
    margin: 4% 0 0;
}

.grid.categories-list .col-3 {
    position: relative;
    padding: 0;
    margin: 3%;
}

.categories-list .page-header {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(255,150,0);
    background: -moz-linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    background: linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9600",endColorstr="#ffaf00",GradientType=1);
    padding: 3px 20px;
    width: calc(100% - 123px);
}


.categories-list .page-header:before {
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 52px 0 0 24px;
    border-color: transparent transparent transparent #ffac00;
}

.categories-list .page-header:after {
    content: "";
    position: absolute;
    top: 0;
    right: -84px;
    width: 78px;
    height: 53px;
    margin-left: 2px;
    background-image: url(../images/page-header-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.categories-list h3.page-header.item-title {
    margin-bottom: 0px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    float: left;
    white-space: nowrap;
}

span.badge.badge-info.tip.hasTooltip {
    width: 100%;
    display: block;
    font-size: 12px;
}

.grid.categories-list .col-3 .bild-container {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.grid.categories-list .col-3 .bild-container img {
    transform: scale(1.2);
    transition: all ease 0.5s;
}

.grid.categories-list .col-3:hover .bild-container img {
    transform: scale(1.4);
}

.kategorie-heads {
    flex: 0 25%;
    margin-right: 2%;
    margin-top: 4%;
}

.kategorie-columns {
    flex: 0 73%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.kategorie-heads h2 {
    position: relative;
    background: rgb(255,150,0);
    background: -moz-linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    background: linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9600",endColorstr="#ffaf00",GradientType=1);
    padding: 10px 20px;
    width: calc(100% - 64px);
    font-size: 1.2rem;
    color: #fff;
    text-transform: uppercase;
    height: 26px;
}

.kategorie-heads h2:before {
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 46px 0 0 24px;
    border-color: transparent transparent transparent #ffac00;
}

div#gsearch-results h3 {
    margin-left: 2%;
    font-size: 1.2rem;
}

.kategorie-columns .items-row {
    position: relative;
    display: block;
    flex: 0 25%;
    -webkit-box-shadow: 5px 5px 20px -6px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 20px -6px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 20px -6px rgba(0,0,0,0.25);
    padding: 2%;
    margin: 2%;
}

.kategorie-columns .page-header h2 {
    color: #ff9600;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "montserrat";
    font-size: 1rem;
    margin: 0 0 1em 0;
}

.kategorie-columns a.button {
    position: absolute;
    right: 0;
    bottom: 3%;
    margin: 5px 15px 5px 0;
}

.blog dl.article-info.muted {
    display: none;
}

.col3 a {
    height: 100%;
} /* DARSTELLUNG IE */


/* ///// VERANSTALTUNGEN ///// */

#highlights .beitrag {
    -webkit-box-shadow: 5px 5px 20px -6px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 20px -6px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 20px -6px rgba(0,0,0,0.25);
    flex-flow: wrap;
}

.datum {
    position: relative;
    display: table;
    background: rgb(255,150,0);
    background: -moz-linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    background: linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9600",endColorstr="#ffaf00",GradientType=1);
    color: #fff;
    line-height: 1.5;
    font-size: 0.75rem;
    letter-spacing: 1px;
    padding: 7px 20px 3px;
    position: relative;
    margin-left: -8%;
    margin-top: -4%;
    width: 80%;
    height: 21px;
}

.datum:before {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 0 0 25px;
    border-color: transparent transparent transparent #fead03;
}

.datum p {
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    margin: 2px 0;
    white-space: nowrap;
}

#highlights .datum {
    margin-left: -11%;
}

.repeat {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.repeat p {
    font-size: 0.8rem;
    margin-bottom: 2em;
}


.veranstaltungstext, .veranstalter, .kurzbeschreibung {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 1em 0;
}


/* ///// SPORTARTEN ///// */

#slide-sportarten {
    position: relative;
    display: block;
    float: left;
    width: 86%;
    padding: 5% 7%;
    margin: 5% 0 -7% 0;
    background-color: #f2f2f2;
}

#slide-sportarten li {
    list-style-type: none;
}


#slide-sportarten .slick-slide {
    margin: 0 27px;
  }
  /* the parent */
  /*
 #slide-sportarten .slick-list {
    margin: 0 -27px;
  }
  
#slide-sportarten .slick-next {
    right: -50px;
}

#slide-sportarten .slick-prev {
    left: -50px;
}
*/


#slide-sportarten .beitrag h4 {
    position: absolute;
    bottom: 8px;
    left: 0;
    margin-bottom: 0px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    float: left;
    background: rgb(255,150,0);
    background: -moz-linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    background: linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9600",endColorstr="#ffaf00",GradientType=1);
    padding: 12px 20px;
    width: calc(100% - 123px);
}
    
#slide-sportarten .beitrag h4:before {
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 52px 0 0 24px;
    border-color: transparent transparent transparent #ffac00;
}

#slide-sportarten .beitrag h4:after {
    content: "";
    position: absolute;
    top: 0;
    right: -84px;
    width: 78px;
    height: 53px;
    margin-left: 2px;
    background-image: url(../images/page-header-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#slide-sportarten .beitrag img {
    filter: grayscale(100%);
    transition: all ease 0.5s;
    cursor: pointer;
}

#slide-sportarten .beitrag:hover img {
    filter: none;
}



/* ///// STANDARDCONTENT ///// */

.item-page.standardcontent {
    display: block;
    margin-top: 0%;
    width: 80%;
    padding: 0 10%;
}

.item-page.standardcontent .kategorie-columns {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0%;
    flex: 0 100%;
    margin-top: 0%;
}

.item-page.standardcontent input.button {
    display: none;
}

.item-page.standardcontent .kategorie-heads h2 {
    background: none;
    color: #000;
    padding: 0 0 0em;
    width: 100%;
}

.item-page.standardcontent .kategorie-heads h2:before {
    display: none;
}

.item-page.standardcontent p, .item-page.standardcontent span.field-value, .item-page.standardcontent span.field-label {
    white-space: normal;
}

.standardcontent h1 {
    font-size: 2rem;
    margin-bottom: 1em;
}



/* ///// PARTNER ///// */

.partnerlogo img {
    filter: grayscale(100%);
    transition: all ease 0.5s;
    cursor: pointer;
}

#partner .beitrag:hover .partnerlogo img {
    filter: none;
}


/* ///// FÜR ANBIETER ///// */


/* /// FORMULAR /// */

div#fox-container-c128 .fox-form select, div#fox-container-c128 .fox-form textarea, div#fox-container-c128 .fox-form input[type="text"], div#fox-container-c128 .fox-form input[type="email"],
div#fox-container-c129 .fox-form select, div#fox-container-c129 .fox-form textarea, div#fox-container-c129 .fox-form input[type="text"], div#fox-container-c129 .fox-form input[type="email"],
div#fox-container-c130 .fox-form select, div#fox-container-c130 .fox-form textarea, div#fox-container-c130 .fox-form input[type="text"], div#fox-container-c130 .fox-form input[type="email"] {
    border-radius: 0px;
    color: #a0a0a0;
    background-color: #ffffff;
    padding: 23px 10px 20px;
    margin: 17px 0 0 0;
    min-width: 200px;
}

div#fox-container-c128 select, div#fox-container-c128 textarea, div#fox-container-c128 input[type="text"], div#fox-container-c128 input[type="email"],
div#fox-container-c129 select, div#fox-container-c129 textarea, div#fox-container-c129 input[type="text"], div#fox-container-c129 input[type="email"],
div#fox-container-c130 select, div#fox-container-c130 textarea, div#fox-container-c130 input[type="text"], div#fox-container-c130 input[type="email"] {
    background-color: #ffffff;
    border: 0px solid #aaaaaa;
    border-bottom: solid 1px #a0a0a0;
}

div#fox-container-c128 .control-group,
div#fox-container-c129 .control-group, 
div#fox-container-c130 .control-group {
    margin-bottom: 0;
}

div#fox-container-c128 .fox-form textarea,
div#fox-container-c129 .fox-form textarea,
div#fox-container-c130 .fox-form textarea {
    border: solid 1px #a0a0a0;
    margin-top: 35px;
    padding: 10px 10px;
}

div#fox-container-c128 .fox-form-stacked .fox-item-checkbox-group .controls,
div#fox-container-c129 .fox-form-stacked .fox-item-checkbox-group .controls,
div#fox-container-c130 .fox-form-stacked .fox-item-checkbox-group .controls {
    color: #757575;
    margin: 40px 0 15px;
}

div#fox-container-c128 .fox-form input[type="text"]:hover, div#fox-container-c128 .fox-form input[type="email"]:hover, div#fox-container-c128 .fox-form textarea:hover, div#fox-container-c128 .fox-form input[type="text"]:focus, div#fox-container-c128 .fox-form input[type="email"]:focus, div#fox-container-c128 .fox-form textarea:focus,
div#fox-container-c129 .fox-form input[type="text"]:hover, div#fox-container-c129 .fox-form input[type="email"]:hover, div#fox-container-c129 .fox-form textarea:hover, div#fox-container-c129 .fox-form input[type="text"]:focus, div#fox-container-c129 .fox-form input[type="email"]:focus, div#fox-container-c129 .fox-form textarea:focus,
div#fox-container-c130 .fox-form input[type="text"]:hover, div#fox-container-c130 .fox-form input[type="email"]:hover, div#fox-container-c130 .fox-form textarea:hover, div#fox-container-c130 .fox-form input[type="text"]:focus, div#fox-container-c130 .fox-form input[type="email"]:focus, div#fox-container-c130 .fox-form textarea:focus {
    background-color: #f2f2f2;
}

div#fox-container-c128 .btn,
div#fox-container-c129 .btn,
div#fox-container-c130 .btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    background-color: #ffab00;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    border: 0px solid #bbbbbb;
    border-color: #c5c5c5;
    border-color: transparent;
    border-bottom-color: transparent;
    border-radius: 30px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    box-shadow: none;
    padding: 6px 24px;
    line-height: 20px;
    margin: 2em 0;
}

div#fox-container-c128 img.fox-item-captcha-img-reload,
div#fox-container-c129 img.fox-item-captcha-img-reload,
div#fox-container-c130 img.fox-item-captcha-img-reload {
    right: -23px;
}

div#fox-container-c128 .fox-item-captcha-cnt,
div#fox-container-c129 .fox-item-captcha-cnt,
div#fox-container-c130 .fox-item-captcha-cnt {
    margin: 40px 0 0;
}

div#fox-container-c128 div.fox-item-checkbox-group div.controls label,
div#fox-container-c129 div.fox-item-checkbox-group div.controls label,
div#fox-container-c130 div.fox-item-checkbox-group div.controls label {
    margin: 0 20px;
}

.fox-item-captcha-cnt img {
    width: auto;
}

.popover-content {
    position: relative;
    display: block;
    float: left;
    left: 7%;
    font-size: 12px;
}


/* END WHIZ */



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

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

#mainWrapper {
    position: relative;
    display: block;
    float: left;
    width: 100%;
	min-height: 100%;
    left: 0%;
    overflow-x: hidden;
    transition: all ease 0.3s;
}

#mainWrapper.rollout {
    left: 85%;
    pointer-events: none;
    transition: all ease .3s;
}

#mainWrapper.rollout:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background: rgba(0,0,0,0.5);
}

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

#header {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0 0px 0;
    z-index: 10;
    transition: all ease 0.5s;
    height: 70px;
}

#header.shadow {
    -webkit-box-shadow: 0px 10px 11px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 11px -5px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 11px -5px rgba(0,0,0,0.2);
}

#header-fadein {
    position: fixed;
    top: -100px;
	visibility: hidden;
    left: 0;
    display: block;
    float: left;
    width: 100%;
    padding: 5px 0 0px 0;
    z-index: 100000;
    background: #fff;
	transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0px 10px 11px -5px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 10px 11px -5px rgba(0,0,0,0.2);
box-shadow: 0px 10px 11px -5px rgba(0,0,0,0.2);
}

#header-fadein.fade-in {
	visibility: visible;
	top: 0;
}

#header-fadein.rollout {
    left: 85%;
    pointer-events: none;
    transition: all ease .3s;
}


#header-fadein .logo {
    max-width: 200px;
}

#header #container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wideWrap {
    display: inline;
    float: left;
    width: 86%;
	margin-left: 7%;
	margin-right: 7%;
}

#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%;
}


#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-cont {
}

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

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

#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: 0px 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;
    margin: 0;
}
.cols-2 .column-1 {
    float: left;
    width: 46%;
}
.cols-2 .column-2 {
    float: right;
    margin: 0;
    width: 46%;
}
.cols-3 .column-1 {
    float: left;
    margin-right: 4%;
    padding: 0 5px;
    width: 29%;
}
.cols-3 .column-2 {
    float: left;
    margin-left: 0;
    padding: 0 5px;
    width: 29%;
}
.cols-3 .column-3 {
    float: right;
    padding: 0 5px;
    width: 29%;
}
.items-row {
    margin-bottom: 10px !important;
    overflow: hidden;
}

.row-fluid {
	width: 100%;
	*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}


/* END LAYOUT */	
	

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

body {
	color: #000000;
	font-size: 1.0rem; 
	line-height: 1.5;
	font-family: "montserrat";
	font-weight: normal;
	-moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

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

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

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}


.button, a.button, p.button, a.readmore, button.goback, .video-button {
    position: relative;
    border: solid 1px transparent;
    padding: 3px 40px 2px 20px;
    margin: 5px auto 5px 0;
    border-radius: 30px;
    transition: all ease .5s;
    display: table;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.5;
    float: left;
    color: #fff;
    background: rgb(255,150,0);
    background: -moz-linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    background: linear-gradient(45deg, rgba(255,150,0,1) 0%, rgba(255,175,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9600",endColorstr="#ffaf00",GradientType=1);
}

.button-white, a.button-white, p.button-white {
    position: relative;
    border: solid 1px #ffffff;
    color: #fff;
    padding: 5px 35px 5px 10px;
    margin: 5px 15px 5px 0;
    border-radius: 30px;
    transition: all ease .5s;
    display: table;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.5;
    float: left;
}

.video-button {
    padding: 10px 40px 10px 70px;
}

.button:before, a.button:before, p.button:before, a.readmore:before, button.goback:before, .video-button:before, .button-white:before, a.button-white:before, p.button-white:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 15px;
    width: 7px;
    height: 12px;
    background-image: url(../images/right-arrow.svg);
    background-size: contain;
}

.button-white:hover:before {
    background-image: url(../images/right-arrow-hover.svg);
}

.button:hover, a.button:hover, a.readmore:hover, button.goback:hover, .video-button:hover {
    background: transparent;
    color: #f09d38;
    border: solid 1px #f09d38;
}

.button-white:hover, a.button-white:hover {
    background: #ffffff;
    color: #000000;
    border: solid 1px #ffffff;
}

.video-button:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0, -50%);
    width: 38px;
    height: 38px;
    background-image: url(../images/play.svg);
}


p, span.field-value, span.field-label {
	margin: 8px 0;
	font-size: 1rem;
    letter-spacing: 1px;
	line-height: 1.5;
	-moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    white-space: pre-wrap;
    -webkit-text-size-adjust: 100%; /* Für Text, damit er auf mobilen Geräten nicht grösser erscheint */
}

strong {
    font-weight: 800;
}

li {
	margin: 8px 0;
	font-size: 1.1rem;
	line-height: 1.5;
    -webkit-text-size-adjust: 100%; /* Für Text, damit er auf mobilen Geräten nicht grösser erscheint */
}

h1 {
    font-family: "futura";
    color: #000000;
    font-size: 2.8rem;
	font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
	line-height: 1.5;
}

h2 {
    font-family: "futura";
    color: #000000;
    font-size: 2rem;
	font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
	line-height: 1.5;
}

h3 {
    font-family: "futura";
    color: #000000;
    font-size: 2rem;
    text-transform: uppercase;
	font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 2%;
}

h4 {
    font-family: "montserrat";
    color: #f09d38;
    font-size: 1rem;
	font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
	line-height: 1.5;
}

h5 {
    font-family: "montserrat";
    color: #000000;
    font-size: 1.0rem;
	font-weight: normal;
    letter-spacing: 1px;
	line-height: 1.5;
}


/* END TYPOGRAPHY */


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

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

ul, ol {
    margin-left: 18px;
}

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;
}

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


.contentpane {
	margin:10px;
}



/* END MISC ELEMENTS */


