/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/roboto-v18-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
        url('../Fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../Fonts/roboto-v18-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../Fonts/roboto-v18-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../Fonts/roboto-v18-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../Fonts/roboto-v18-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('../Fonts/roboto-v18-latin-italic.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Italic'), local('Roboto-Italic'),
        url('../Fonts/roboto-v18-latin-italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../Fonts/roboto-v18-latin-italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../Fonts/roboto-v18-latin-italic.woff') format('woff'),
        /* Modern Browsers */
        url('../Fonts/roboto-v18-latin-italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../Fonts/roboto-v18-latin-italic.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../Fonts/roboto-v18-latin-500.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../Fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../Fonts/roboto-v18-latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../Fonts/roboto-v18-latin-500.woff') format('woff'),
        /* Modern Browsers */
        url('../Fonts/roboto-v18-latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../Fonts/roboto-v18-latin-500.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../Fonts/roboto-v18-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('../Fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../Fonts/roboto-v18-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../Fonts/roboto-v18-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../Fonts/roboto-v18-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../Fonts/roboto-v18-latin-700.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-700italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('../Fonts/roboto-v18-latin-700italic.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
        url('../Fonts/roboto-v18-latin-700italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../Fonts/roboto-v18-latin-700italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../Fonts/roboto-v18-latin-700italic.woff') format('woff'),
        /* Modern Browsers */
        url('../Fonts/roboto-v18-latin-700italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../Fonts/roboto-v18-latin-700italic.svg#Roboto') format('svg');
    /* Legacy iOS */
}

body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    color: #464745;
    font-size: 15px;
    line-height: 1.6em;
}

hr {
    clear: both;
    margin-top: 1em;
}

.clearer {
    clear: both;
}

iframe {
    border: 0px none;
}

span.a {
    cursor: pointer;
}

.is_stuck {
    z-index: 1100;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.color-light-grey {
    color: #a0a0a0;
}

.hotspots .hotspot-elements {
    overflow-x: scroll;
}

.hotspot-nav-buttons {
    float: right;
    width: 90px;
    text-align: right;
}

.searchResults .location .hotspot-nav-buttons .metaButtons a:hover {
    color: #095385;
}

p.hotspots-title {
    line-height: 34px;
}

.hotspots .hotspot-elements::-webkit-scrollbar {
    display: none;
}

.hotspot-slider {
    height: 255px;
    width: 10000px;
}

.hotspot-slider .hotspot {
    width: 212px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    height: 255px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.searchResults .hotspots .location .content {
    padding-bottom: 0px;
}

.hotspot-header {
    height: 130px;
}

.hotspot-content {
    padding: 15px;
}

.hotspot-content .address {
    margin-bottom: 0;
    padding-bottom: 6px;
}

.searchResults .location .hotspot-content h4,
.hotspot-content h4 {
    font-size: 1em;
    line-height: 1.2em;
    max-height: 35px;
    overflow: hidden;
    margin-bottom: 6px;
    padding-bottom: 0;
}

.hotspot-elements {
    padding: 0px 15px 15px 15px;
}

/**************************
 *         HEADER         *
 * ************************/

header {}

header .logo {}

.ce-left.ce-below .ce-gallery,
.ce-left.ce-below .ce-gallery .ce-column,
.ce-left.ce-above .ce-gallery,
.ce-left.ce-above .ce-gallery .ce-column {
    float: none;
}

.spacer {
    height: 30px;
}

.spacer-medium {
    height: 60px;
}

.spacer-big {
    height: 90px;
}

/**************************
 *         SEARCH         *
 * ************************/
#searchbar {
    height: auto;
    padding: 10px 0;
    background: #198cd7;
}

#searchbar .selectize-input {
    margin-top: 18px;
    margin-bottom: 12px;
    min-height: 20px;
    padding: 0px 6px 0px 36px;
}


#searchbar.is_stuck {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}

#searchbar.is_stuck .selectize-input {
    background-image: url('../Images/logo-searchbar.png');
    background-position: bottom right;
    background-size: 90px 31px;
    background-repeat: no-repeat;
}

#searchbar .selectize-control.multi .selectize-input.has-items {
    padding: 0px 6px 0px 36px;
}


#searchbar .selectize-input .item {
    margin-top: 3px;
    margin-bottom: 0;
}

#page {
    overflow: hidden;
}

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

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.33em;
    color: #198cd7;
    padding: 2em 0 1em 0;
    margin: 0;
    font-weight: 500;
}

h3 {
    font-size: 1.33em;
    color: #464745;
    margin: 1.5em 0 1em 0;
    line-height: 1.4em;
    text-align: center;
    font-weight: 300;
}

main h3 {
    font-size: 1.1em;
    color: rgb(70, 71, 69);
    margin: 1.5em 0 1em 0;
    line-height: 1.4em;
    font-weight: 500;
    font-size: 1.33em;
    text-align: left;
}

h4 {
    font-size: 1.1em;
    color: #198cd7;
    margin: 1.5em 0 1em 0;
    line-height: 1.4em;
    font-weight: 500;
}

h4 a {
    color: #198cd7;
    transition: color .5s;
}

h4 a:hover,
h4 a:focus {
    color: #095385;
    text-decoration: none;
}

h5 {
    font-size: 1em;
    color: #000;
    font-weight: 300;
}

p {
    padding: 0;
    margin: 0 0 1em 0;
}

.displayNone {
    display: none;
}

main ul,
main ol {
    margin: .5em 0 1em 0;
}

main li {
    margin: .5em 0 0 0;
}

.textAlignRight {
    text-align: right;
}

.textAlignCenter {
    text-align: center;
}

a.whiteButton,
a.button {
    display: block;
    width: auto;
    padding: 8px 16px;
    font-weight: 500;
    color: #fff;
    background: #198cd7;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

a.button:hover,
a.button:focus {
    text-decoration: none;
}

a.button.red {
    background: red;
}

a.button.red:hover {
    text-decoration: none;
}

.smallButtons button,
.smallButton {
    font-size: 0.9em;
    display: inline-block;
    width: auto;
    padding: 6px 12px;
    font-weight: 500;
    color: #fff;
    background: #0b66a3;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 8px;
    margin-bottom: 8px;
    transition: .5s;
    border: none;
}

.smallButtons button {
    cursor: pointer;
}


.smallButtons button {
    background: #198cd7;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.smallButtons button:hover,
.smallButtons button:focus {
    background: #0b66a3;
    box-shadow: none;
}


input.smallButton {
    border: none;
}

input.miniButton {
    border: none;
}

.locationOfferAttributes {
    margin: 15px 0 0 0;
}

.miniButtons .miniButton {
    margin-bottom: 8px;
}

.miniButton:hover,
.miniButton:focus,
.smallButton:hover,
.smallButton:focus {
    background: rgb(25, 140, 215);
    text-decoration: none;
    color: #fff;
}

.miniButtons button,
.miniButton.white,
.button.white,
.smallButton.white,
a.whiteButton {
    background: #fff;
    color: #555;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    transition: .5s;
}

.miniButton.orange,
.button.orange,
.smallButton.orange {
    background: rgb(255, 143, 0);
}
.miniButton.orange:hover,
.button.orange:hover,
.smallButton.orange:hover {
    background: #198cd7;
}

.miniButton.blueShadow,
.button.blueShadow,
.smallButton.blueShadow,
a.blueShadowButton {
    background: #fff;
    color: #555;
    box-shadow: 0px 0px 5px 0px rgba(2, 75, 125, 0.2);
    border-style: solid;
    border-width: 1px;
    border-color: #b8cbdc;
    transition: .5s;
}

a.whiteButton {
    margin: 0px 2px;
}

.miniButton.secondary {
    background: #024b7d;
}


.miniButton.secondary:hover,
.miniButton.secondary:focus {
    background: rgb(25, 140, 215);
}

.miniButton.institution {
    box-shadow: 0px 0px 5px 0px rgba(13, 108, 171, .5);
}

.miniButton.institution-button {
    background: rgb(255, 220, 36);
    color: rgb(0, 0, 0);
}

a.whiteButton:hover,
.button.white:hover,
.smallButton.white:hover {
    background: rgb(25, 140, 215);
    text-decoration: none;
    color: #fff;
}


.miniButtons button,
.miniButton {
    font-size: 0.7em;
    display: inline-block;
    width: auto;
    padding: 0px 6px;
    font-weight: 500;
    color: #fff;
    background: #0b66a3;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    transition: .5s;
    border: none;
}

.miniButtons button {
    background: #198cd7;
}

.miniButtons button:hover,
.miniButtons button:focus {
    background: #0b66a3;
    box-shadow: none;
}

span.tag {
    font-size: .7em;
    display: inline-block;
    width: auto;
    padding: 4px 4px;
    line-height: 1.1em;
    margin-right: 4px;
    margin-bottom: 4px;
    font-weight: 300;
    color: #ccc;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

/* searchresults */
#search {
    overflow-x: hidden;
}

#search .news {
    line-height: 1.3em;
}

#sportInfoPage,
#searchResults {
    background: #f2f2f2;
    padding-bottom: 30px;
}

#searchResults .resultList {
    margin-bottom: 30px;
}

.bigImage {
    margin-bottom: 30px;
    text-shadow: 0 0 4px rgb(0, 0, 0);
    color: #fff;
    margin-bottom: 0;
}

#map.bigImage {
    text-shadow: none;
}

#searchResults .bigImage .text {
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    border-radius: 3px;
}

#searchResults .bigImage .text p {
    margin-bottom: 0;
}

#searchResults .bigImage h1 {
    font-size: 2em;
    line-height: 180px;
    line-height: 1.2em;
    padding: 0;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding-top: 1.5em;
}

#searchResults .bigImage .bx-wrapper {
    border: none;
    box-shadow: none;
    background: none;
}


#searchResults .bigImage {
    background-size: cover;
    background-position: center center;
}


#searchResults .bigImage .bx-wrapper .bx-pager {
    bottom: 13px;
}

/* searchResults location */
.searchResults .location {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    margin-top: 0px;
    position: relative;
}

.searchResults .location .image {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 115px;
}

.searchResults .location .content {
    padding: 15px;
}

.searchResults .location h4 {
    margin: 0;
    padding: 0 0 15px 0;
}

.searchResults .location blockquote {
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    font-size: .8em;
    line-height: 1.3em;
    color: #000;
}

.searchResults .location .address,
.searchResults .location .distance {
    font-size: .8em;
    line-height: 1.1em;
    padding-bottom: 1em;
}


.searchResults .location .address {
    color: #a0a0a0;
}

.searchResults .location .distance {
    color: #000;
}

.searchResults .location .logoPlaceHolder {
    float: left;
    margin: 15px;
    background: #fff;
    border-radius: 3px;
    width: 105px;
    padding: 5px 10px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    height: 50px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}


.searchResults .location .logoPlaceHolder .logo {
    height: 40px;
}

.searchResults .location .metaPlaceHolder {
    color: #fff;
    text-align: right;
    padding: 15px;
}

.searchResults .location .metaTop {
    height: 50px;
}


.searchResults .location .highlightHit .metaTop {
    height: 41px;
}

.searchResults .location .metaPlaceHolder .ranking {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    visibility: hidden;
}


header .socialmedia-buttons {
    margin-top: .7em
}

header .socialmedia-buttons,
.searchResults .location .metaButtons {
    width: auto;
    height: 34px;
    display: inline-block;
    border-radius: 3px;
    background: #fff;
    font-size: 1.2em;
    line-height: 34px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

header .socialmedia-buttons a,
.searchResults .location .metaButtons a {
    display: inline-block;
    width: 32px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #198cd7;
    transition: .5s;
    border-right: 1px solid #e5e5e5;
}

header .socialmedia-buttons a:first-child,
.searchResults .location .metaButtons a:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

header .socialmedia-buttons a:last-child,
.searchResults .location .metaButtons a:last-child {
    border-right: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.searchResults .location .metaButtons a.bookmark {
    color: #d9d9d9;
}


header .socialmedia-buttons a.facebook:hover,
.searchResults .location .metaButtons a.facebook:hover {
    background: #3b5998;
    color: #fff;
}

header .socialmedia-buttons a.twitter:hover,
.searchResults .location .metaButtons a.twitter:hover {
    background: #00aced;
    color: #fff;
}

header .socialmedia-buttons a.google-plus:hover,
.searchResults .location .metaButtons a.googleplus:hover {
    background: #d34836;
    color: #fff;
}

.searchResults .location.defaultHit .metaButtons {
    float: right;
}

.searchResults .location.defaultHit h4 {
    padding: 8px 0 15px 0;
}

.searchResults .mobileButtons {
    background: #0b66a3;
    margin-top: 0px;
}

.searchResults .mobileButtons a {
    margin: 8px;
    box-shadow: none;
    background: #0b66a3;
    display: block;
}

.searchResults .mobileButtons a.active {
    background: #2374ab;
}


.searchResults aside {}

.searchResultFilter h4 {
    color: #464745;
    text-align: center;
    margin-bottom: 0.25em;
}

.searchResultFilter ul.list-group {
    margin-bottom: 15px;
}

#moreHits {
    display: none;
    margin-top: 30px;
}

/* detailspage slider */

.bx-wrapper ul,
.bx-wrapper li {
    margin: 0;
    padding: 0;
}

.searchBox .input {
    color: #198cd7;
}

aside.news {
    padding-top: 2em;
}

aside article,
.box-light {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
    background: #fff;
}

.box-light {
    margin-top: 15px;
}

.box-light .inner {
    padding: 15px;
}


.box-light .image {
    height: 160px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-position: center center;
    background-size: cover;
}

.box-light h4,
aside article h4 {
    margin: 0;
    padding: 0.5em 0;
}

aside article.default {
    margin-bottom: 15px;
}

aside article.default .info {
    margin-bottom: 15px;
    height: 1px;
}

aside article.default .content,
    {
    padding-bottom: 15px;
}


aside article .image {
    width: 100%;
    height: 130px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-size: cover;
}


aside article img {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

aside article .content {
    padding: 0 15px;
}

aside article .content p {
    margin-bottom: 0;
    padding-bottom: 1em;
}

article.location {
    background: #fff;
}

aside article.location .image a {
    display: block;
    height: 126px;
}

aside article.location .line {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #eee;
    margin-bottom: 8px;
}

aside h4 {
    margin-top: 15px;
}

aside blockquote {
    font-size: 1em;
    line-height: 1.4em;
    padding: 0px 20px;
    margin-top: 1em;
    margin-bottom: 1em;
}

aside.meta {
    background: #f2f2f2;
}

aside.meta article {
    padding-bottom: 1px;
}

aside.news .date,
aside.meta .address {
    color: #ccc;
    font-size: 0.9em;
    line-height: 1.4em;
}

aside.news .date {
    padding-bottom: .25em;
}

aside.meta .distance {
    color: #000;
    font-size: 0.9em;
    line-height: 1.4em;
}


ul.typo3-messages {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


ul.typo3-messages li {
    margin: 1em 0;
    padding: 15px;
}


/* SORTABLE ELEMENTS */

ul.sortableElements {
    list-style-type: none;
    margin: 0 0 1em 0;
    padding: 0;
}

ul.sortableElements li {
    margin: 0 0 4px 0;
    padding: 4px 12px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background: #f0f0f0;
}

ul.sortableElements li .handle {
    color: #d3d3d3;
    font-size: 18px;
    float: left;
    width: 28px;
    cursor: move;
}

ul.sortableElements li .content {
    float: left;
}

ul.sortableElements li .actions {
    float: right;
    text-align: right;
    width: 80px;
}

ul.sortableElements li .actions a {
    width: 24px;
    text-align: center;
    font-size: 14px;
}


a.deleteButton,
ul.sortableElements li .actions a.deleteButton {
    background: red;
}


ul.sortableElements li .actions a.deleteButton:hover {}

/* SELECTIZE */

.selectize-control.multi .selectize-input>div {
    background: #0b66a3;
    transition: .5s;
    color: #fff;
}

.selectize-control.multi .selectize-input>div.active {
    background: rgb(25, 140, 215);
}

/* FORM */

form .elem {
    margin-bottom: 1em;
}

.form-popup {
    max-width: 370px;
    background: #fff;
    margin: auto;
    padding: 15px;
}

.form-popup input,
.form-popup textarea {
    width: 100%;
}

.form-popup textarea {
    min-height: 120px;
}

.form-popup .thank-you {
    padding: 0;
    margin: 0;
    text-align: center;
}

.tx-powermail .container-fluid {
    padding: 0px;
}

.powermail_fieldset input[type=text] {
    width: 100%;
}

.powermail_fieldset textarea {
    width: 100%;
}

.form-popup .checkboxes .elem {
    padding-left: 30px;
}

.form-popup .checkboxes input {
    margin-left: -30px;
    width: 30px;
    position: absolute;
}

.form-popup .checkboxes label {
    font-weight: normal;
    display: block;
}

.tx-powermail h3,
.tx-powermail fieldset legend {
    display: none;
}

.form-popup button.mfp-close {
    margin-left: -15px;
    right: auto;
}

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

footer {
    background: #095385;
    color: #fff;
    padding-bottom: 58px;
}

footer a.button {
    background: #2374ab;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);

}

.footerTop {
    color: #fff;
    background: #0b66a3;
    padding-bottom: 30px;
}


.footerTop h3 {
    color: #fff;
}

.footerTop .links {
    padding: 15px 0;
}

.footerTop .links p {
    margin: 0;
    padding: 0;
}

.footerTop .links button,
.footerTop .links a {
    display: inline-block;
    background: #2374ab;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    padding: 3px 10px;
    font-size: 0.9em;
    margin: 4px;
    transition: .5s;
    border: none;
}

.footerTop .links button:hover,
.footerTop .links button:focus,
.footerTop .links a:hover,
.footerTop .links a:focus {
    background: #095385;
    text-decoration: none;
    border: none;
}

footer .footerBottom {
    background: #095385;
}

footer h4 {
    margin: 0;
    padding: 45px 0 0 0;
    color: #fff;
    font-weight: 300;
}

footer a,
footer a:hover {
    color: #fff;
}

footer .copyright {
    padding: 0;
    line-height: 5em;
}

footer .pageNav {
    font-size: 0.9em;
}

footer .pageNav p {
    margin: 0;
    padding: 0;
}

footer .pageNav a {
    display: inline-block;
    margin: 0px 7px;
}


.bottomNav {
    width: 100%;
    height: 58px;
    position: fixed;
    bottom: 0;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    transition: .5s;
    z-index: 1020;
}

.bottomNav.moveOut {
    bottom: -68px;
}

.bottomNav a {
    display: inline-block;
    height: 58px;
    background: #198cd7;
    border-right: 1px solid #f2f2f2;
    padding: 0;
    text-align: center;
    font-weight: normal;
    color: #fff;
    line-height: 1.3em;
}


.bottomNav a:hover,
.bottomNav a:focus,
.bottomNav a:active {
    background: #fff;
    color: #198cd7;
    text-decoration: none;
}

.bottomNav i {
    font-size: 1.2em;
    margin-top: .6em;
}

.bottomNav a:last-child {
    border-right: none;
}

footer .socialmedia {
    padding: 15px 0;
    text-align: right;
}

.socialmedia a {
    background: #216390;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin: 7px 0 7px 14px;
    text-align: center;
}

.socialmedia.whatsapp {
    display: none;
}



#location #videos {
    padding-top: 30px;
}


.openingHours th {
    padding-right: 60px;
}

.singleLocation h2 {
    color: #464745;
    padding: 1em 0;
}


.singleLocation h2.institutions {
    font-weight: 400;
    padding-top: 0;
    line-height: 1.4em;
}

.singleLocation main {
    padding-bottom: 30px;
}

.singleLocation .locationAddress .fa {
    margin-right: 4px;
}


#mobileJumpnav {
    transition: .5s;
    width: 100%;
    position: fixed;
    top: -39px;
}


#mobileJumpnav.moveIn {
    position: fixed;
    top: 55px;
    z-index: 1090;
}

#mobileJumpnav a.button {
    margin-left: -15px;
    margin-top: -6px;
    border-radius: 0;
    background: #095385;
}

#sportInfoPage #mobileJumpnav a.button {
    margin-top: 0;
}

#searchResults #mobileJumpnav {
    top: -52px
}

#searchResults #mobileJumpnav.moveIn {
    top: 71px;
}

.singleLocation .mobileJumpnav,
.singleLocation .mobileButtons {
    background: #198cd7;
    color: #fff;
    overflow: hidden;
    text-align: center;
}


.singleLocation .mobileJumpnav {
    height: 40px;
    display: table;
    width: 100%;
}


.singleLocation .mobileJumpnavRow {
    display: table-row;
}

.singleLocation .mobileButtons i.fa {
    font-size: 1.5em;
}

.singleLocation .mobileJumpnav a,
.singleLocation .mobileButtons a {
    display: block;
    background: #198cd7;
    color: #fff;
    padding: 1em 0;
    border-right: 1px solid #fff;
}


.singleLocation .mobileJumpnav {
    text-align: left;
}

.singleLocation .mobileJumpnav a {}

.singleLocation .mobileJumpnav a:last-child {
    border-right: none;
}


.singleLocation .mobileButtons a {
    background: #095385;
}

.singleLocation .mobileButtons.is_stuck br {
    display: none
}

.singleLocation .mobileButtons.is_stuck strong {
    display: none
}

.singleLocation .mobileJumpnav a {
    display: inline-block;
    padding: 0.5em 1em;
}

.singleLocation .mobileJumpnav a:hover,
.singleLocation .mobileJumpnav a:active,
.singleLocation .mobileButtons a:hover,
.singleLocation .mobileButtons a:active {
    text-decoration: none;
}

.singleLocation .mobileButtons a:last-child {
    border-right: none;
}

.singleLocation .mobileJumpnav .mobileJumpnavRow a {
    display: table-cell;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
}


/* ARTICLE */

#article .main {
    background: #fff;
    padding-bottom: 30px;
}


#article p.intro {
    font-weight: 500;
}

#article .articleImage .ce-gallery img {}

#article .articleImage .ce-gallery {
    margin-bottom: 30px;
}

#article .articleImage figcaption {
    margin-top: -30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0px 15px;
    display: block;
    position: relative;
    text-align: right;
}

#article .adAside .ad {}

/**************************
 *        bigImage        *
 * ************************/



/* DEMO */
.bigImage {
    background-size: cover;
    background-position: center center;
}

.bigImage .inner {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .25) 0px, rgba(0, 0, 0, 0) 6px)
}

.header-table {
    display: table;
    width: 100%;
}


.header-table-top {
    height: 290px;
}


.header-table-row {
    display: table-row;
}

.header-table-th,
.header-table-td {
    display: table-cell;
    vertical-align: middle;
}


.header-table-td {
    width: 50%;
}

.header-table-th {
    text-align: center;
    height: 290px;
    line-height: 1.4em;
}

.singleLocation .header-table-th {
    vertical-align: top;
}

.header-table-th a {
    color: #fff;
}

.header-table-th {
    margin: 0;
    padding: 0;
}

.header-table-td {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: right;
}

.header-table-td-left {
    text-align: left;
}

.header-table-td-right {
    text-align: right;
}

ul.bc,
ul.bc li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

ul.bc a {
    color: #fff;
}

ul.bc a:hover,
ul.bc a:focus {
    color: #fff;
    text-decoration: underline;
}

ul.bc li.home:before {
    content: '';
}

ul.bc li:before {
    content: '» ';
}

/**************************
 *          HOME          *
 * ************************/

#page.home section.main {
    background: #f2f2f2;
    padding-bottom: 30px;
}

section aside {
    margin-bottom: 30px;
}

/**************************
 *          SHOW          *
 * ************************/

.openingHoursText p {
    margin: 0;
    padding: 0;
}

.header-with-arrow h2.ui-accordion-header:after,
.singleLocation .trainingsAddresses h2.ui-accordion-header:after {
    content: '▸';
    margin-left: 6px;
    vertical-align: top;
    line-height: .9em;
    color: #198cd7;
    transition: .5s;
}

.header-with-arrow h2.ui-accordion-header-active:after,
.singleLocation .trainingsAddresses h2.ui-accordion-header-active:after {
    content: '▾';
}

.ui-accordion-header .status-indicator {
    display: inline-block;
    float: right;
    color: #198cd7;
    font-weight: bold;
}


.ui-accordion-header .status-indicator .active,
.ui-accordion-header .status-indicator .inactive {
    padding: 0px 0px 0px 15px;
    display: inline-block;
}


.ui-accordion-header .status-indicator .active,
.ui-accordion-header-active .status-indicator .inactive {
    display: none;
}

.ui-accordion-header-active .status-indicator .active {
    display: inline-block;
}


.singleLocation .trainingsAddresses .a.active {
    font-weight: bold;
}

.singleLocation .trainingsAddresses ul {
    margin: 0;
    padding: 0 0 0 1em;
}

.singleLocation .trainingsAddresses ul li {
    margin: 0;
}

.locationContentImage {
    float: right;
    width: 50%;
    padding-left: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.locationContent h3 {
    font-size: 1.16em;
    line-height: 1.2em;
    color: #464745;
    text-align: left;
    font-weight: 500;
}

.locationContent h4 {
    font-size: 1em;
    line-height: 1.2em;
    color: #464745;
    text-align: left;
    font-weight: 500;
}

.content .ad {
    padding: 15px 0;
    text-align: center;
}


aside .leaflet-map,
aside .locationMap {
    height: 400px;
}

.leaflet-map-mobile {
    height: 200px;
}

.bigImage.leaflet-map {
    text-shadow: none;
}

.listAddresses table {
    border-collapse: collapse;
    margin-top: 1em;
}

.listAddresses table th {
    padding-right: 5px;
}

.listAddresses .locationMap {
    height: 150px;
}

.listAddresses input {
    margin: 0;
    padding: 2px 4px;
    line-height: 1.1em;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: rgb(70, 71, 69);
    border: 1px solid #d3d3d3;
    display: inline-block;
    width: auto;
    width: 170px;
}

.listAddresses input.zip {
    width: 50px;
    margin-right: 5px;
}


.listAddresses input.geo {
    border: none;
    width: 90px;
    margin-right: 5px;
}

.bigImage {
    height: 320px;
}

.bigImage .inner {
    display: block;
    height: 320px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    transition: .5s;
}


#location .bigImage.logo-absolute {
    position: absolute;
    z-index: 100;
    width: 100%;
    background: none;
}

#location .bigImage .logoPlaceHolder {
    margin: 15px 0;
    background: #fff;
    border-radius: 3px;
    width: 270px;
    padding: 5px 30px;
    line-height: 122px;
    text-align: center;
    overflow: hidden;
    height: 145x;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

#location .bigImage .logoPlaceHolder .logo {
    width: 210px;
    height: 135px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#location .bigImage .imageCopyright {
    text-align: right;
    margin-top: 115px;
}

#locationGallery iframe {
    width: 100%;
    height: 307px;
    margin-bottom: 0;
    margin-bottom: -12px;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 1010;
}

/* EDIT LOCATION */

#editLocation table.elementList {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d3d3d3;
    margin-bottom: 1em;
}

#editLocation table.elementList p {
    margin: 0;
    padding: 0;
}

#editLocation table.elementList th,
#editLocation table.elementList td {
    padding: 4px;
}

#editLocation th.icon,
#editLocation td.icon {
    width: 1.5em;
    text-align: center;
    vertical-align: top;
}

#editLocation table.elementList tr.odd th,
#editLocation table.elementList tr.odd td {
    background: #f0f0f0;
}

#editLocation aside article img {
    width: auto;
}

.locationContentEdit img {
    float: right;
}

.singleCourse .news {
    padding-top: 0;
}

.form-contact-grey {
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.form-contact-grey h2 {
    color: #ff8f00;
    font-size: 1.6em;
    padding: 0.5em 0 1em 0;
    font-weight: normal;
}

.form-contact-grey label {
    font-weight: normal;
    margin-top: .5em;
    display: inline;
}


.form-contact-grey .checkboxes {
    margin-bottom: 1em;
}

.form-contact-grey .checkboxes .elem {
    padding-left: 20px;
    margin-top: .5em;
    margin-bottom: .5em;
}

.form-contact-grey .elem-text input,
.form-contact-grey .elem-text textarea {
    width: 100%;
}

.form-contact-grey .elem-text textarea {
    height: 90px;
}

.form-contact-grey .checkboxes .elem input {
    margin-left: -20px;
    position: absolute;
}

.form-contact-grey button {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #ff8f00;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 12px;
    width: auto;
}


.form-contact-grey button.inactive {
    background: #d3d3d3;
}

.font-size-small {
    font-size: .8em;
}

#develInfo {
    position: fixed;
    top: 0px;
    left: 0px;
    font-size: 2em;
    font-weight: bold;
    background: red;
    opacity: .75;
    width: 300px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    z-index: 10000;
    text-align: center;
}

#locationCourses .elementList p {
    margin: 0;
    padding: 0;
}

.showAllCourseDescriptions {
    cursor: pointer;
}

.ui-accordion-header {
    cursor: pointer;
    outline: none;
}

.attributes dl {
    margin-bottom: 0;
}

.attributes dd {
    margin-bottom: 0.5em;
}

.attributes dl dd:last-child {
    margin-bottom: 0;
}

#searchResults.cityList .bigImage {
    margin-bottom: 0;
}

.homeSliderElement {
    background-position: center center;
    background-size: cover;
}

#homeSlider a {
    display: block;
    height: 320px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    text-align: center;
    transition: .5s;
}


#homeSlider a:hover,
#homeSlider a:focus {
    text-decoration: none;
    background: rgba(0, 0, 0, .25);
}

.bigImage a.btn,
.bigImage .btn {
    background: #fff;
    color: #333;
    transition: .5s;
    text-shadow: none;
}


.bigImage a.btn:hover,
.bigImage a.btn:focus,
#homeSlider a:hover .btn,
#homeSlider a:focus .btn {
    background: #095385;
    color: #fff;
}

.homeSlider .bx-wrapper {
    border: 0px;
    box-shadow: none;
    margin-bottom: 0;
}

.homeSlider .bx-wrapper .bx-pager {
    bottom: 1em;
}

.homeSlider .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, .5);
}

.homeSlider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.homeSlider .bx-wrapper .bx-pager.bx-default-pager a.active,
.homeSlider .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff;
}


#dynamicResultsPlaceholder.loading {
    height: 120px;
    background: url('../Images/ajax-loader.gif') center center no-repeat;
}

#dynamicResultsPlaceholder.loaded {
    height: auto;
}

#dynamicResults {
    display: none;
}

.fade-out {
    padding-top: 80px;
    margin-top: -120px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 1) 65px);

    z-index: 10;
    position: absolute;
}

#sportInfoPage .fade-out {
    background-image: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0px, rgba(242, 242, 242, 1) 65px);
}

.netletix-partner {
    display: inline-block;
    margin-right: 15px;
}

.netletix-partner img {
    width: 75px;
}

a.create-entry-button {
    display: inline-block;
    margin-left: 15px;
    background: rgb(255, 143, 0);
    color: #fff;
    border-radius: 5px;
    line-height: 24px;
    padding: 5px 15px;
    transition: .5s;
}

a.create-entry-button:hover,
a.create-entry-button:active {
    background: #198cd7;
    text-decoration: none;
}

.cs-ad-right ins.adsbygoogle {
    margin-top: 77px;
}

.cs-ad-padding {
    padding: 0px 15px;
    margin-bottom: 20px;
}

.cs-ad p.small {
    margin-bottom: 0;
    color: #a0a0a0;
    text-align: right;
}

.cs-ad-white p.small,
.cs-ad-right p.small {
    margin-top: -15px;
    line-height: 15px;
}

@media (min-width: 1200px) {
    aside.meta {
        background: none;
    }

    .searchResults .location .image {
        height: 160px;
    }

    .searchResults .location .logoPlaceHolder {
        width: 160px;
        line-height: 65px;
        height: 75px;
    }

    .searchResults .location .logoPlaceHolder .logo {
        height: 65px;
    }

    .searchResults .location .metaTop {
        height: 90px;
    }

    .searchResults .location .address,
    #searchResults .location .distance {
        font-size: .9em;
    }

    .searchResults .location blockquote {
        font-size: .9em;
    }
}


@media (min-width: 760px) {


    aside.meta {
        margin-bottom: 30px;
    }

    #homeSlider h1 {
        padding-top: 1.5em;
    }

}

@media (min-width: 992px) {
    footer .pageNav {
        line-height: 74px;
    }

    aside.meta {
        margin-top: 30px;
    }

    #locationGallery iframe {
        height: 250px;
    }
}


@media (max-width: 1200px) {

    #location .bigImage .logoPlaceHolder {
        width: 195px;
        height: 88px;
    }

    #location .bigImage .logoPlaceHolder .logo {
        width: 135px;
        height: 78px;
    }

    #locationGallery iframe {
        height: 259px;
    }
}


@media (max-width: 759px) {

    p.hotspots-title {
        line-height: 1em;
    }

    footer {
        padding-bottom: 0;
    }

    .singleLocation .locationTitle {
        text-align: center;
    }

    .singleLocation .locationTitle h1 {
        font-weight: 500;
    }

    .singleLocation .bx-wrapper {
        margin-bottom: 0;
    }

    #search .bigImage,
    #search .bigImage .inner,
    #article .bigImage,
    #article .bigImage .inner,
    .singleLocation .bigImage,
    .singleLocation .bigImage .inner {
        height: 220px;
    }

    #search .header-table-top,
    #search .header-table-th,
    #article .header-table-th,
    .singleLocation .header-table-th {
        height: 180px;
    }

    #search .header-table-td,
    #article .header-table-td,
    .singleLocation .header-table-td {
        text-align: right;
    }

    #searchResultFilter {
        display: none;
        margin-top: 30px;
    }

    #location .bigImage .logoPlaceHolder {
        width: 140px;
        height: 64px;
    }

    #location .bigImage .logoPlaceHolder .logo {
        width: 89px;
        height: 55px;
    }

    .bigImage.locationMap {
        height: 205px;
    }

    .bigImage {
        min-height: 205px;
    }

    header .logo {
        text-align: left;
    }


    header .logo img {
        width: 144px
    }


    .header-table-td-left {
        display: none;
    }

    .header-table-td-right {
        width: 100%;
    }

    .bottomNav a {
        background: #fff;
        color: #198cd7;
    }

    .bottomNav a:hover,
    .bottomNav a:focus,
    .bottomNav a:active {
        background: #198cd7;
        color: #fff;
    }


    .socialmedia.whatsapp {
        display: inline-block;
    }

    .homeSlider .bigImage,
    .homeSliderElement {
        height: 220px;
    }

    .homeSliderElement h1 {
        font-size: 1.4em;
    }

    .homeSliderElement .header-table-th {
        height: 160px;
    }

    .bx-viewport .bx-viewport .bx-controls {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .locationContentImage {
        float: none;
        margin: 0 0 30px 0;
        width: auto;
    }

    .locationContentImage img {
        width: 100%;
    }

    .header-table-th {
        height: 230px;
    }

    .header-table-td {
        height: 30px;
        text-align: center;
    }
}

@media (max-width: 992px) {

    footer .copyright,
    footer .socialmedia {
        text-align: center;
    }
}


/* START : magazine-teasers font size fixes */
#homeNews .box-light p,
aside article .content p,
.box-light .inner p {
    font-size: .8em;
    color: #000;
    line-height: 1.3em;
}

@media (min-width: 1200px) {
    #homeNews .box-light p,
    .box-light .inner p,
    aside article .content p {
        font-size: .9em;
    }
}

/* FE-manager style */
#femanager_field_terms{margin-left: 0px;}
.femanager_terms label.checkbox{padding: 0px;}
.femanager_terms label.checkbox a{margin-left: 22px;}
.femanager_terms label.checkbox .alert.bg-danger{color: #464745;}
.femanager_terms #femanager_field_terms{position: unset;}
/* teaser */
.news-card__logo {
    width: 160px;
    height: 75px;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 3px;
}
.news-card__logo img {
    display: inline-block;
    max-height: 100%;
    width: auto;
}
.location .news-card__image img{border-radius: 3px 3px 0 0;}
.locationOffer__no-headerimage{left: unset; right: 0;}