/*
schwarz: #1c1d1e
grau: #837D79
blau: #004a80
rot: #C92150
grün: #0B816B
lila: #394A88


*/
/*-----------------------BASICS----------------------------*/

:root {
    --blue: #004a80;
}

html,
body {
    font-family: "aleoregular", sans-serif;
    font-size: 16px;
    line-height: 1.65em;
    letter-spacing: 0.02rem;
}

strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "aleobold", sans-serif;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--blue);
    margin-top: 0;
}

hr {
    margin: 35px 0;
}

.uk-margin-medium-bottom {
    margin-bottom: 30px !important;
}

.big-title {
    font-size: 29px;
    line-height: 35px;
}

#logo img {
    width: 210px;
    -webkit-transition: all 0.3s ease-out; /* Firefox */
    -moz-transition: all 0.3s ease-out; /* WebKit */
    -o-transition: all 0.3s ease-out; /* Opera */
    transition: all 0.3s ease-out; /* Standard */
}

#header {
    /* height: 86px; */
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.95);
}

#header .uk-navbar-toggle {
    margin: 0;
    height: auto;
}
#header .uk-navbar-toggle::after {
    content: "";
    display: none;
}

#header.is-sticky {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 10;
    height: auto;
}

#header .uk-container {
    padding: 0;
    width: 100%;
}

#header .uk-navbar-toggle svg {
    color: var(--blue);
}

.uk-modal-dialog {
    z-index: 1000;
}

.uk-button {
    background: none;
    border-color: var(--blue);
    text-shadow: none;
    color: var(--blue);
    line-height: 40px;
    padding: 0 16px;
}

.uk-button:hover,
.uk-button:focus {
    background: var(--blue);
    color: #fff;
}

input.uk-button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: var(--blue);
    line-height: 33px;
    min-height: 41px;
    padding: 0 15px;
}

em {
    color: inherit;
}

.mr-xs {
    margin-right: 5px;
}

.ml-xs {
    margin-left: 5px;
}

.align_left {
    float: left;
    margin-right: 20px;
}

.align_right {
    float: right;
    margin-left: 20px;
}

#content li {
    margin-bottom: 7px;
}

img,
iframe {
    max-width: 100%;
}

.uk-margin-large {
    margin-top: 35px;
    margin-bottom: 35px;
}

.uk-margin-large:last-child {
    margin-bottom: 0;
}

/*-----------------------HEADERPIC----------------------------*/

#headerpic {
    height: 200px;
    width: 100%;
    background-size: cover !important;
    position: relative;
}

/*-----------------------MAINNAV----------------------------*/

.uk-navbar {
    background: none;
    border: none;
    float: right;
}

.uk-navbar-nav > li > a {
    font-family: "aleolight", sans-serif;
    font-size: 17px;
    letter-spacing: 0.02em;
    padding: 0;
    margin: 0 15px;
    height: 36px;
    border: 0;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.4s ease-in; /* Firefox */
    -moz-transition: all 0.4s ease-in; /* WebKit */
    -o-transition: all 0.4s ease-in; /* Opera */
    transition: all 0.4s ease-in; /* Standard */
}

.uk-navbar-nav > li:last-child > a {
    margin-right: 0;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
    background: none;
    border: 0;
    border-bottom: 3px solid var(--blue);
}

.uk-navbar-nav > li.uk-active > a {
    font-family: "Aleobold", sans-serif;
    color: var(--blue);
}

.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li.uk-active > a {
    color: var(--blue);
    background: none;
    border-bottom-color: var(--blue);
    -webkit-transition: all 0.4s ease-out; /* Firefox */
    -moz-transition: all 0.4s ease-out; /* WebKit */
    -o-transition: all 0.4s ease-out; /* Opera */
    transition: all 0.4s ease-out; /* Standard */
}

.uk-navbar-nav > li.uk-active > a:hover {
    border-color: transparent;
}

.uk-navbar-nav:first-child > li:first-child > a {
    border-radius: 0;
}

#header.is-sticky .uk-navbar-nav .uk-button-red,
.uk-navbar-nav .uk-button-red {
    color: #fff;
    padding: 1px 14px;
    height: auto;
    text-shadow: none;
}

#mainnav .uk-dropdown {
    top: 50px !important;
    width: auto;
    min-width: 230px;
    white-space: nowrap;
}

#mainnav .uk-dropdown-navbar {
    left: 13px !important;
    margin-top: 0;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#mainnav .uk-dropdown-navbar li a {
    padding: 8px 10px;
    border-bottom: 1px solid #e5e5e5;
}

#mainnav .uk-dropdown-navbar li:last-child a {
    border-bottom: 0;
}

/*-----TITLEBAR------------------------------*/

#titlebar {
    background: rgba(255, 255, 255, 0.75);
    padding: 8px 0 9px 0;
    border-bottom: 1px solid #c6c6c6;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#titlebar h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
    letter-spacing: 0.03em;
}

#breadcrumb {
    font-size: 0.9em;
}

#breadcrumb li {
    display: inline-block;
    color: #1c1d1e;
}

#breadcrumb li a {
    color: #1c1d1e;
}

/*-----------------------SUBNAV---------------------------*/

#subnav .uk-list > li {
    margin: 0;
    padding: 0;
}

#subnav .uk-list > li a {
    display: block;
    padding: 8px;
}

#subnav .uk-list > li a:hover {
    text-decoration: none;
    background: #f4faff;
}

#subnav .uk-list > li.active a,
#subnav .uk-list > li.active a:hover {
    background: #f4faff;
    font-family: "Aleobold", sans-serif;
}

#subnav .uk-list-line > li:nth-child(n + 2) {
    border-color: #e8e8e8;
}

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

#slider {
    position: relative;
    min-height: 550px;
}

#slider .slidetext.uk-overlay-panel {
    bottom: 14%;
    left: 18%;
    width: 400px;
    height: 400px;
    display: table;
    border-radius: 50%;
    padding: 0;
}

#slider .slidetext.slide-text-red {
    background: rgba(232, 76, 106, 0.75);
    border: 1px solid rgba(232, 76, 106, 0.75);
}

#slider .slidetext.slide-text-blue {
    background: rgba(0, 75, 142, 0.8);
    border: 1px solid rgba(0, 75, 142, 0.75);
}

#slider .slidetext.slide-text-purple {
    background: rgba(57, 74, 136, 0.75);
    border: 1px solid rgba(57, 74, 136, 0.75);
}

#slider .slidetext.slide-text-green {
    background: rgba(92, 147, 43, 0.75);
    border: 1px solid rgba(92, 147, 43, 0.75);
}

#slider .slidetext.slide-right {
    right: 18%;
    left: auto;
}

#slider .uk-overlay-panel a {
    text-decoration: none;
    color: #fff;
}

#slider .uk-button {
    border-color: #fff;
    text-decoration: none;
    box-shadow: none;
}

#slider .uk-overlay-panel .panel-content {
    padding: 25px;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    z-index: 20;
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 3px #1c1d1e;
}

#slider .uk-overlay-panel p {
    margin: 0 0 10px 0;
}

#slider .uk-overlay-panel h3 {
    margin-bottom: 10px;
    font-size: 1.3em;
    line-height: 1.3em;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#slider .more:hover {
    text-decoration: underline;
}

#slider .uk-overlay-panel .more-icon-circle {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-top: -4px;
    margin-right: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

#slider .uk-overlay-panel .uk-icon {
    position: absolute;
    top: 0;
    left: 7px;
    text-shadow: none;
}

/*-----------------------STARTSERVICES---------------------------*/

.start-service-cat {
    font-size: 20px;
    line-height: 26px;
    font-family: "Aleolight", sans-serif;
}

.start-service h2 {
    margin-top: 0;
    color: #fff;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.03em;
    font-family: "Aleoregular", sans-serif;
}

.start-service h2 span {
    display: block;
}

.start-service img {
    opacity: 0.85;
}

.start-service a:hover img {
    opacity: 1;
}

#start-services #service1 {
    color: #394a88;
}

#start-services #service1 figcaption {
    background: rgba(57, 74, 136, 0.8);
}

#start-services #service2 {
    color: #c92150;
}

#start-services #service2 figcaption {
    background: rgba(201, 33, 80, 0.8);
}

#start-services #service3 {
    color: #0b816b;
}

#start-services #service3 figcaption {
    background: rgba(93, 147, 43, 0.8);
}

#start-services ul {
    padding-left: 0;
    list-style: none;
    font-family: "Aleolight", sans-serif;
}

#start-services li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 6px;
    font-size: 1.1em;
}

#start-services li:before {
    position: absolute;
    top: 0px;
    left: 0;
    font-family: "FontAwesome", sans-serif;
    content: "\f1db";
    font-size: 0.6em;
}

#start-services li a {
    color: #605c59;
}

/*-----------------------CALL2ACTION---------------------------*/

.call2action {
    padding: 40px 0;
}

.call2action.red {
    background: #c92150;
    color: #fff;
}

.call2action.red h2,
.call2action.red a {
    color: #fff;
}

.call2action h2 {
    font-size: 30px;
    line-height: 36px;
}

.call2action p {
    font-size: 18px;
    line-height: 24px;
}

.call2action p:last-child {
    margin-bottom: 0;
}

.call2action .uk-button {
    height: 50px;
    line-height: 46px;
    font-size: 19px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: content-box;
}

.call2action.red .uk-button {
    border-color: #fff;
}

.call2action.red .uk-button:hover,
.call2action.red .uk-button:focus {
    background: #fff;
    color: #c92150;
}

.call2action.red .uk-button .uk-icon {
    margin-right: 10px;
    font-size: 1.2em;
}

.more-link {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}

.more-link:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "FontAwesome", sans-serif;
    content: "\f101";
}

/*-----------------------TEAM---------------------------*/

#team .team-desc p:last-child {
    margin-bottom: 0;
}

#team .team-name {
    margin-bottom: 0;
}

#team .team-job {
    margin-bottom: 20px;
    font-family: "Aleobold", sans-serif;
    font-style: italic;
    font-size: 0.95em;
}

#team .team-item .uk-button {
    margin-bottom: 20px;
}

#team .team-cat {
    color: white;
    text-transform: uppercase;
    background: #c92150;
    padding: 10px 15px;
    letter-spacing: 0.06rem;
    font-family: "Aleobold", sans-serif;
    margin: 80px 0 40px 0;
}

/*-----------------------BLOG----------------------------*/

.blog-item .uk-icon {
    vertical-align: 1px;
    font-size: 80%;
    margin-right: 4px;
}

.blog-item h2 {
    margin-top: 20px;
}

/*-----------------------EVENTS---------------------------*/

#events-parents-children-title {
    font-size: 30px;
    color: #1c1d1e;
    margin-bottom: 30px;
}

#events-parents-children {
    margin-bottom: 30px;
}

#events-parents-children .events-parents-item {
    text-align: center;
}

#events-parents-children .events-parents-item > div a {
    display: inline-block;
    padding: 8px;
    border: 1px solid #e5e5e5;
}

#events-parents-children .events-parents-item > div a img {
    max-height: 90px;
    display: block;
    margin: 0 auto;
    opacity: 0.7;
}

#events-parents-children .events-parents-item > div a:hover img {
    opacity: 1;
}

#start-eventlist {
    padding-left: 0;
}

#start-eventlist li {
    list-style: none;
    margin-bottom: 20px;
    position: relative;
}

#start-eventlist li h3 {
    margin-top: 0px;
}

#start-eventlist li:last-child,
#start-eventlist li:last-child h3 {
    margin-bottom: 0;
}

#start-eventlist .online-subsc {
    position: absolute;
    top: 2px;
    left: 115px;
    color: #fff;
    background: #c92150;
    display: inline-block;
    line-height: 18px;
    letter-spacing: 0.01em;
    padding: 0px 4px;
    font-size: 11px;
    font-family: "Aleobold", sans-serif;
    text-transform: uppercase;
}

#start-eventlist .online-subsc:hover {
    text-decoration: none;
    background: #b21740;
}

#start-events {
    background: #f2f2f2;
    padding: 50px 0;
}

#start-events p {
    font-size: 18px;
    line-height: 24px;
}

#start-events .event-start-thumb {
    padding: 3px;
    background: #fff;
    display: inline-block;
}
.uk-button-red,
.book-event {
    background: #c92150;
    color: #fff;
    border: none;
    font-size: 1.05rem;
}

.uk-button-red:active,
.uk-button-red:focus,
.book-event:active,
.book-event:focus {
    background: #c92150;
}

.uk-button-red:hover,
.book-event:hover {
    background: #a8143b !important;
    color: #fff !important;
    border-color: transparent !important;
}

.uk-button-blue,
.btn-book-event {
    background: var(--blue);
    color: #fff;
    min-height: 38px;
    margin-left: 5px;
}

.uk-button-blue:hover .btn-book-event:hover {
    background: #013868;
}

.uk-modal-dialog .uk-panel {
    margin-bottom: 30px;
}

.uk-modal-dialog .uk-panel.last {
    margin-bottom: 10px;
}

.btn-skip:hover {
    background: #f4f4f4;
    border: 1px solid var(--blue);
    color: var(--blue);
}

.event {
    border-bottom: 1px dotted #d8d8d8;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.event-thumb {
    border: 1px solid #d8d8d8;
}

#next-events-cnt {
    margin: 30px 0;
}

.next-events {
    list-style: none;
    padding-left: 15px;
}

.next-events li {
    margin-bottom: 5px;
}

.next-events li:last-child {
    margin-bottom: 0;
}

#form-parent2 {
    display: none;
}

#events-attendees {
    font-size: 0.85em;
}

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

#start-news {
    background: #f0f0f0;
    padding: 50px 0;
}

#start-news h2 {
    margin-top: -7px;
}

#start-newslist {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

#start-newslist h3 {
    font-family: "Aleoregular", sans-serif;
}

#start-newslist h3 span {
    font-family: "Aleobold", sans-serif;
    display: block;
    font-size: 0.85em;
    color: #1c1d1e;
}

/*-----------------------SBAR---------------------------*/

#sbar .sbar-box {
    margin-bottom: 30px;
}

#sbar .sbar-box:last-child {
    margin-bottom: 0;
}

#sbar .sbar-box h3 {
    border-bottom: 1px solid #e5e5e5;
}

#sbar .sbar-box h3 i {
    font-size: 1.3em;
    margin-right: 4px;
}

/*-----------------------FORMS---------------------------*/

.required {
    color: #de0f0f;
    display: inline-block;
    margin-left: 3px;
}

::-webkit-input-placeholder {
    font-family: "Aleolight", sans-serif;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Aleolight", sans-serif;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Aleolight", sans-serif;
}

:-ms-input-placeholder {
    font-family: "Aleolight", sans-serif;
}

#form-club .form-amount label {
    margin-right: 25px;
    font-size: 1.275em;
}

#form-club .form-amount label:last-child {
    margin-right: 0px;
}

#form-club .form-amount label input {
    margin-right: 5px;
}

/*-----------------------DATATABLES---------------------------*/

.dt-buttons {
    float: left;
}

.dataTables_filter {
    float: left;
    text-align: left;
    margin-top: 19px;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
}

.buttons-copy,
.buttons-excel,
#events-attendees_filter {
    margin: 0px 20px 20px 0;
}

#events-attendees_filter {
    float: none;
    text-align: left;
}

#events-attendees_filter input[type="search"] {
    width: 100%;
    max-width: 250px;
}

.buttons-copy,
.buttons-excel {
    margin-right: 20px;
}

#events-data-cnt {
    margin: 40px 2%;
}

/*-----------------------SPLIDE JS---------------------------*/

.splide {
    margin: 40px 0 20px 0;
}

.splide:first-child {
    margin-top: 0;
}

.thumbnails {
    display: flex;
    margin: 1rem auto 1rem;
    padding: 0;
    justify-content: center;
}

.thumbnail {
    width: 100px;
    height: 100px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.5rem;
    cursor: pointer;
    opacity: 0.45;
}

.thumbnail.is-active {
    opacity: 1;
}

.thumbnail img {
    width: 100%;
    height: auto;
}

/*-----------------------FOOTER---------------------------*/

#footer {
    background: var(--blue);
    padding: 30px 0;
    color: #fff;
}

#footer a,
#footer h2,
#footer h3 {
    color: #fff;
}

#footer h3 {
    font-size: 1.25em;
}

#footer h3 i {
    margin-right: 10px;
}

#parit-logo {
    max-width: 300px;
}

#footernav li {
    border-top-color: #4c8ec9;
}

#footernav a {
    text-decoration: none;
}

.uk-button-footer {
    border-color: #fff;
    color: #fff !important;
}

.uk-button-footer:hover {
    background: #fff;
    color: var(--blue) !important;
}

.copyright {
    background: #003769;
    color: #fff;
    padding: 7px 0;
    font-size: 0.85em;
}

/*-----------------------SOCIAL---------------------------*/

#social {
    margin-top: 20px;
}

#social a {
    display: inline-block;
    margin-right: 20px;
}

#social a:last-child {
    margin-right: 0;
}

#social a span {
    font-size: 2.5em;
}
