/*

Blue Light:
#e3f1f5

Blue Mid:
#50AFBE

Blue Dark:
#0089ae

*/

body {
    font-family: 'Source Sans 3' !important;
    font-size: 18px;
}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

a {
    color: #0089ae;
    text-decoration: none;
}

.totop {
    background-color: #50AFBE;
}

.footer-menu li {
    margin-left: 20px;
}

form input {
    margin-bottom: 0 !important;
}

form textarea {
    margin-bottom: 0 !important;
}

form .wpcf7-not-valid-tip {
    display: none !important;
}

.social-logo img{
    transition: all ease 0.3s;
}

.social-logo img:hover {
    scale: 1.06;
}

.social-logo img {
    width: 65px;
}

.newseventlist .elem:hover .title {
    color: #0089ae !important;
}


a:hover {
    color: #50AFBE !important;
}

h1, h2, h3 {
    color: #0089ae;
    font-weight:800 !important;
}

h4, h5, h6 {
    color: #0089ae;
    font-weight:400 !important;
}

.teaserbox-freibad {
    height: 250px !important;
}

.teaserbox-freibad .inner, .teaserbox-freibad .image {
    height: 100%;
}

.teaserbox-freibad img {
    height: 100% !important;
    object-fit: cover;
}

#big-freibad-logo {
    transform: translateY(12px);
}

.calendar-img-wrap img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

#sponsors .logo-img {
    width: 100%;
    object-fit: contain;
    object-position: center center;
    max-height: 80px;
}

.ticket-presale-banner {
    border-radius: 5px;
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 15px;
    box-shadow: rgb(255, 255, 255) 0 0 15px;
    background-color: #50AFBE;
    z-index: 9999;
    color: white;
    padding: 20px;
    cursor: pointer;
}

.nav-link {
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.ticket-presale-banner:hover {
    scale: 1.02;
    color: white;
}

.footer-bottom {
    border-top: 1px solid white;
}

.footer-logo {
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-logo img {
    width: 250px;
}

#goals ul li {
    margin-bottom: 10px;
}

#goals ul li::marker {
    color: #007896;
}

.bg-bright {
    background-color: #e3f1f5 !important;
}

.bg-blue {
    background-color: #0089ae !important;
    color: white !important;
}

.color-blue {
    color: #0089ae !important;
}

#stage .carouselwrap .cwrap::after {
    content:  unset !important;
}

.btn-primary {
    background-color: #50AFBE !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    color: white !important;
}

.btn-primary:hover {
     color: white !important;
}

.text-primary {
    color:#50AFBE !important;
}

.newseventlist.events .elem .date {
    background: #50AFBE !important;
}

#newsteaser .elem .wrap {
    border-bottom: none !important;
    background-color: #e3f1f5;
}

#newsteaser .elem .date {
    background: #50AFBE !important;
}

header #navbar #menu-header#menu-header li a::before, header #navbar #menu-header-button#menu-header li a::before {
    border-bottom: solid 3px #0089ae;
    color: #0089ae;
}

.team-round {
    border-radius: 100%;
    aspect-ratio: 1;
    padding: 40px;
    transition: all ease 0.4s;
}

.team-round:hover {
    scale: 1.05;
}

footer {
    background-color: #0089ae !important;
}