/*===== Common Class =====*/

body {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-family: "Montserrat";
    line-height: 24px;
    color: #707070;
    position: relative;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 113px;
}

h1, h2, h3, h4, h5, h6, p, ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
}

*:hover, *:focus, *:active {
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

*:focus {
    box-shadow: none;
}

a {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

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

a, input, button, textarea, a:focus, select:focus {
    outline: none;
}

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

a:hover, a:focus {
    color: #252525;
}

button, input, textarea {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link{background-color: #1365AC !important;border: 0;} */

.container {
    max-width: 1300px;
}

.btn-main {
    padding: 0 15px;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    min-width: 169px;
    width: auto;
    height: 42px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blue-btn {
    background-color: #1365AC !important;
    border: 0;
}

.blue-btn:hover, .blue-btn:focus, .blue-btn:active {
    background-color: #005298 !important;
    color: #fff;
}

.green-btn {
    background-color: #67BDB6;
}

.green-btn:hover, .green-btn:focus, .green-btn:active {
    background-color: #4b9c96;
    color: #fff;
}

.more-link {
    font-size: 20px;
    line-height: 24px;
    color: #1365AC;
    position: relative;
    font-weight: 700;
}

.more-link:hover, .more-link:focus, .more-link:active {
    color: #1365AC;
}

.more-link:after {
    content: "";
    position: absolute;
    bottom: 4px;
    right: -16px;
    background: url(../images/right-arrow-blue.svg) no-repeat center center;
    background-size: cover;
    width: 9px;
    height: 14px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.more-link:hover:after, .more-link:focus:after, .more-link:active:after {
    right: -26px;
    color: #1365AC;
}

h1 {
    text-transform: uppercase;
    color: #F8F8F8;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 2.5px;
    line-height: 60px;
    text-transform: uppercase;
    word-break: break-word;
}

h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #1365AC;
    text-transform: uppercase;
    word-break: break-word;
}

h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1365AC;
    letter-spacing: 1px;
    text-transform: uppercase;
    word-break: break-word;
}

h3 span {
    font-weight: 400;
}

p {
    color: #707070;
}

/* header */
header {
    transition: all 0.4s ease;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 11;
}

header.fixed-header {
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.07);
}

/*header.fixed-header{transform: translateY(-100%);opacity: 0;}*/
header .navbar {
    padding: 15px 60px;
}

header .navbar-brand {
    padding: 0;
    z-index: 111;
}

header .navbar-brand img {
    width: 225px;
}

header .navbar-collapse .nav-item {
    display: flex;
    align-items: center;
    margin-right: 30px;
    text-transform: uppercase;
}

header .navbar-collapse .nav-item:first-child {
    margin-left: 0px;
}

header .navbar-collapse .nav-item .nav-link:hover, header .navbar-collapse .nav-item .nav-link:active, header .navbar-collapse .nav-item .nav-link:focus, header .navbar-collapse .nav-item:hover .nav-link, header .navbar-collapse .nav-item .current_menu {
    color: #afafaf;
}

header .navbar-collapse .nav-item:nth-child(1) .nav-link:hover,
header .navbar-collapse .nav-item:nth-child(1) .nav-link:focus,
header .navbar-collapse .nav-item:nth-child(1) .nav-link:active,
header .navbar-collapse .nav-item:nth-child(1):hover .nav-link,
header .navbar-collapse .nav-item:nth-child(1) .current_menu {
    color: #1365AC;
}

header .navbar-collapse .nav-item:nth-child(2) .nav-link:hover,
header .navbar-collapse .nav-item:nth-child(2) .nav-link:focus,
header .navbar-collapse .nav-item:nth-child(2) .nav-link.active,
header .navbar-collapse .nav-item:nth-child(2):hover .nav-link,
header .navbar-collapse .nav-item:nth-child(2) .current_menu {
    color: #67BDB6;
}

header .navbar-collapse .nav-item:nth-child(3) .nav-link:hover,
header .navbar-collapse .nav-item:nth-child(3) .nav-link:focus,
header .navbar-collapse .nav-item:nth-child(3) .nav-link:active,
header .navbar-collapse .nav-item:nth-child(3):hover .nav-link,
header .navbar-collapse .nav-item:nth-child(3) .current_menu {
    color: #1365AC;
}

header .navbar-collapse .nav-link {
    font-weight: 700;
    font-size: 15px;
    color: #5A5A5A;
    letter-spacing: 0.75px;
    padding: 0 !important;
}

header .navbar-collapse .contact-btn {
    color: #fff;
    background: #1365AC;
    padding: 8px !important;
}

header .navbar-collapse .contact-btn:hover, header .navbar-collapse .contact-btn:focus, header .navbar-collapse .contact-btn:active {
    background: #67BDB6;
    color: #fff !important;
}

header .navbar-collapse h4 {
    border: 2px solid #67BDB6;
    padding: 10px;
    font-size: 15px;
    color: #5A5A5A;
    display: flex;
    align-items: center;
    font-weight: 700;
}

header .navbar-collapse h4 .number-link {
    margin-right: 5px;
}

header .navbar-collapse h4 .login-link {
    color: #1365AC;
    padding: 0;
    margin-left: 5px;
}

header .navbar-collapse h4 .login-link:hover, header .navbar-collapse h4 .login-link:focus, header .navbar-collapse h4 .login-link:active {
    color: #67BDB6;
}

header .navbar-nav .dropdown-menu {
    top: 112px;
    padding: 22px 60px;
    width: 100%;
    border: 0;
    border-radius: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin: 0;
}

header .navbar-nav .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
}

header .dropdown-toggle::after {
    display: none;
}

header .navbar-collapse .nav-item .dropdown-menu {
    background-color: rgba(198, 198, 198, 0.85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

header .navbar-collapse .nav-item .dropdown-menu.blue-menu {
    background-color: rgba(19, 101, 172, 0.85);
}

header .navbar-collapse .nav-item .dropdown-menu.green-menu {
    background-color: rgba(153, 212, 207, 0.85);
}

header .submenu-block {
    display: flex;
    justify-content: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);;
}

header .submenu-block .single-block .submenu-inner-main {
    display: flex;
}

header .submenu-block .submenu-text {
    width: 225px;
    margin-right: 42px;
    display: none;
}

header .submenu-block .title {
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 11px;
    display: inline-block;
    width: 100%;
}

header .submenu-block p {
    color: #fff;
    letter-spacing: 0px;
    font-size: 15px;
    width: 100%;
    line-height: 1.2;
}

header .submenu-block ul li {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
}

header .submenu-block ul li a {
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}

header .submenu-block ul li a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: -18px;
    background: url(../images/right-arrow.svg) no-repeat center center;
    background-size: 8px;
    width: 9px;
    height: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

header .submenu-block ul li a.no-arrow:after {
    content: "";
    display: none;
}

header .submenu-block ul li a:hover:after {
    right: -25px;
}

header .responsive-login-link {
    display: none;
}

/* footer */
footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 60px;
    background: rgba(103, 189, 182, 0.08);
    border-top: 8px solid #99D4CF;
}

footer .footer-left, footer .footer-right {
    width: 250px;
}

footer .footer-left a {
    display: inline-block;
}

footer .footer-left img {
    width: 225px;
}

footer .footer-middle h3 {
    font-size: 20px;
    font-weight: 400;
    color: #777777;
    text-align: center;
}

footer .footer-middle h3 a {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 6px;
}

footer .footer-middle h3 a:hover, footer .footer-middle h3 a:focus, footer .footer-middle h3 a:active {
    color: #1365AC;
}

footer .footer-right {
    display: flex;
    justify-content: flex-end;
}

footer .footer-right ul {
    display: flex;
    align-items: center;
}

footer .footer-right ul li {
    margin: 0 6px;
}

footer .footer-right ul li a {
    display: block;
}

footer .footer-right ul li a i.facebook {
    display: block;
    background: url(../images/facebook.svg) no-repeat center center;
    background-size: cover;
    width: 40px;
    height: 40px;
}

footer .footer-right ul li a i.insta {
    display: block;
    background: url(../images/insta.svg) no-repeat center center;
    background-size: cover;
    width: 40px;
    height: 40px;
}

footer .footer-right ul li a i.youtube {
    display: block;
    background: url(../images/youtube.svg) no-repeat center center;
    background-size: cover;
    width: 54px;
    height: 40px;
}

footer .footer-right ul li a i.spotify {
    display: block;
    background: url(../images/spotify.svg) no-repeat center center;
    background-size: cover;
    width: 40px;
    height: 40px;
}

footer .footer-right ul li a:hover, footer .footer-right ul li a:focus, footer .footer-right ul li a:active {
    opacity: 0.7;
}

.resposnsive-footer {
    display: none;
}

/* Home Page */
.hero-section .hero-img {
    width: 100%;
    height: 650px;
    background-color: #dadada;
}

.hero-section .hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-btn-section {
    margin-top: -75px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.hero-btn-section .hero-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-btn-section .hero-btn a {
    text-align: center;
    font-size: 35px;
    line-height: 43px;
    padding: 18px 78px;
    color: #fff;
    letter-spacing: 1.75px;
}

.hero-btn-section .hero-btn a span {
    font-weight: 700;
    display: block;
}

.about-section {
    background-color: rgba(103, 189, 182, 0.08);
    margin: 97px 0 0;
    padding: 42px 0 56px;
}

.about-section p {
    margin: 23px 0 0;
    color: #707070;
}

.about-section .btn-main {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    bottom: -76px;
}

.about-section .col-md-10:after {
    position: absolute;
    top: -109px;
    left: -180px;
    content: "";
    background: url(../images/x-logo.svg) no-repeat center center;
    background-size: cover;
    width: 153px;
    height: 137px;
}

.testimonial-section {
    position: relative;
    margin-top: 12rem;
}

.testimonial-section .testimonial-block {
    background: #C6C6C6;
    padding: 60px 80px 40px 80px;
    width: 920px;
    height: auto;
    margin: 138px auto 0;
    position: relative;
}

.testimonial-section .testimonial-block .trainer-img {
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    top: -115px;
    right: -115px;
}

.testimonial-section .testimonial-block .trainer-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
}

.testimonial-section .testimonial-block h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    word-break: break-word;
}

.testimonial-section .testimonial-block h5 {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
}

.testimonial-section .footballer-image {
    position: absolute;
    left: 80px;
    top: 15%;
}

.testimonial-section .footballer-image img {
    width: 370px;
}

.article-section {
    margin: 100px 0 120px;
    position: relative;
}

.article-section .row {
    margin: 0 -30px;
}

.article-section .row .col-md-4 {
    padding: 0 30px;
}

.article-section .article-block {
    margin: 82px 0 42px;
}

.article-section .article-block h3 {
    margin: 30px 0 23px;
}

.article-section .article-block h3 a {
    color: #1365AC;
}

.article-section .article-block h3 a:hover, .article-section .article-block h3 a:focus, .article-section .article-block h3 a:active {
    color: #4b9c96;
}

.article-section .article-block .article-img {
    position: relative;
}

.article-section .article-block .article-img a {
    display: block;
    width: 100%;
    height: 320px;
}

.article-section .article-block .article-img img {
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}

.article-section .article-block .article-img.center img {
    object-position: center center;
}

.article-section .article-block .article-img.left img {
    object-position: left center;
}

.article-section .article-block .article-img.right img {
    object-position: right center;
}

.article-section .article-block .article-img.center img {
    object-position: center center;
}

.article-section .article-block .article-img.left img {
    object-position: left center;
}

.article-section .article-block .article-img.right img {
    object-position: right center;
}

.article-section .article-block .article-img .article-type {
    padding: 8px 20px;
    background: #1365AC;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    position: absolute;
    bottom: 50px;
    left: -30px;
}

.article-section .btn-main {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* .article-section .article-block a{font-size: 20px;color: #1365AC;position: relative;font-weight: 700;} */
/* .article-section .shoes-image1{position: absolute;right: -40px;bottom: 16%;-webkit-animation: antiClockwiseSpin 10s infinite linear; animation: antiClockwiseSpin 10s infinite linear;}
.article-section .shoes-image2{position: absolute;right: 100px;bottom: -25%; -webkit-animation: clockwiseSpin 10s infinite linear; animation: clockwiseSpin 10s infinite linear; } */
.article-section .shoes-image1 {
    position: absolute;
    right: -40px;
    bottom: 14%;
    z-index: 1;
}

.article-section .shoes-image2 {
    position: absolute;
    right: 90px;
    bottom: -23%;
    z-index: 1;
}

/* @keyframes antiClockwiseSpin {
    0%  {transform: rotate(360deg);}
    100% {transform: rotate(0deg);}
}
@keyframes antiClockwiseSpin {
    0%  {transform: rotate(360deg);}
    100% {transform: rotate(0deg);}
}
@-webkit-keyframes clockwiseSpin {
    0%  {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes clockwiseSpin {
    0%  {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
} */

.combine-section {
    overflow-x: hidden;
}

.insta-section {
    margin: 0 0 120px;
}

.insta-section #sb_instagram #sbi_images {
    padding: 0px !important;
}

.insta-section #sb_instagram {
    padding-bottom: 0px !important;
}

.insta-section #sb_instagram #sbi_images .sbi_item {
    padding: 0 5px !important;
}

.insta-section #sb_instagram .sb_instagram_header .sbi_header_img {
    width: 50px;
    height: 50px;
}

.insta-section #sb_instagram .sb_instagram_header .sbi_header_img .sbi_new_logo {
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    font-size: 30px;
}

.insta-section #sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
    padding-top: 6px !important;
    margin: 0 0 0 65px !important;
}

/* Login Page */
.form-section {
    background: #F2FAF9;
    margin: 145px 0;
    padding: 35px 0;
}

.form-section .form-group {
    margin: 30px 0 0;
}

.form-section .form-group label {
    font-size: 18px;
    line-height: 24px;
    color: #1365AC;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.form-section .form-group label.error, .form-section .error {
    color: #f00;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.form-section .form-group input, .form-section .form-group textarea {
    height: 55px;
    border: 0;
    background: #fff;
    font-size: 20px;
    padding: 10px 20px;
    text-transform: inherit;
    font-weight: 400;
}

.form-section .form-group textarea {
    height: 250px;
    resize: none;
}

.form-section .forget-link {
    font-size: 20px;
    line-height: 24px;
    color: #707070;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 24px 0 0;
    display: inline-block;
}

.form-section .forget-link:hover, .form-section .forget-link:focus, .form-section .forget-link:active {
    color: #1365AC;
}

.form-section .btn-main {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -56px;
}

.form-section .wpcf7-validation-errors, .form-section .wpcf7-acceptance-missing {
    color: #f00;
}

.form-section .wpcf7-mail-sent-ok {
    color: #398f14;
}

.form-section .wpcf7-validation-errors, .form-section .wpcf7-acceptance-missing, .form-section .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
}

/* Contact Page */
.form-section.contact-section .textarea-group {
    margin: 55px 0 20px;
    position: relative;
}

.form-section.contact-section .textarea-group:after {
    position: absolute;
    top: -19px;
    right: -50px;
    content: "";
    background: url(../images/x-logo.svg) no-repeat center center;
    background-size: cover;
    width: 130px;
    height: 117px;
}

.form-section.contact-section {
    margin: 90px 0;
}

.form-section.contact-section .contact-checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #1365AC;
    font-weight: 500;
}

.form-section.contact-section .contact-checkbox span.wpcf7-list-item {
    margin: 0 10px 0 0;
    display: flex;
}

.form-section.contact-section .contact-checkbox input[type="checkbox"] {
    background: #fff;
    width: 20px;
    height: 20px;
    position: relative;
}

.form-section.contact-section .contact-checkbox input[type="checkbox"]:checked:after {
    content: "";
    background: #1365AC;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.form-section.contact-section .contact-checkbox a {
    color: #1365AC;
    margin: 0 7px;
}

.joinnow-section {
    margin: 80px 0 0;
}

.contact-card-section .contact-card {
    background: #1365AC;
    padding: 90px 0;
}

.contact-card-section .contact-card h3 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 25px;
}

.contact-card-section .contact-card ul li {
    color: #fff;
    font-size: 20px;
}

.contact-card-section .contact-card ul li span {
    font-weight: 700;
    width: 135px;
    margin-right: 20px;
    display: inline-block;
}

.contact-card-section .contact-card h4, .contact-card-section .contact-card a {
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
}

.contact-card-section .contact-card a {
    display: block;
    margin-top: 4px;
}

.contact-card-section .contact-card a:hover, .contact-card-section .contact-card a:focus, .contact-card-section .contact-card a:active {
    opacity: 0.7;
}

.contact-card-section .contact-card a.email-link {
    margin-top: 25px;
}

.map-section {
    margin: 90px 0;
}

.map-section .map-img {
    width: 100%;
    height: 965px;
}

.map-section .map-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* Slick Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Athleten Page */
.banner-section {
    position: relative;
}

.banner-section .banner-img {
    width: 100%;
    height: 650px;
    background-color: #dadada;
}

.banner-section .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.banner-section .title-block {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.accordian-section {
    padding: 160px 0 90px;
}

.accordian-section .card {
    border: 0;
}

.accordian-section .card-header {
    padding: 0;
    border: 0;
    margin: 0 0 5px 32px;
}

.accordian-section .card-header button {
    white-space: normal;
    border: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #1365AC;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #F8F8F8;
    font-weight: bold;
    font-size: 20px;
    padding: 25px 80px 25px 114px;
    border-radius: 0;
}

.accordian-section .card-header button:before {
    content: " ";
    height: 30px;
    width: 30px;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: translateY(-50%);
    background-image: url(../images/accordian-close.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.accordian-section .card-header button.collapsed:before {
    background-image: url(../images/accordian-down.png);
    background-size: 20px;
}

.accordian-section .card-header button:hover, .accordian-section .card-header button:focus {
    text-decoration: none;
}

.accordian-section .card-header + div {
    margin: 0 0 5px;
}

.accordian-section .card-body {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    position: relative;
    padding: 38px 180px 38px 58px;
    color: #fff;
}

.accordian-section .card-body:before {
    background-color: #3B566E;
    opacity: 0.76;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: " ";
}

.accordian-section .card-body p {
    color: #F8F8F8;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.accordian-section .card-body ul {
    z-index: 1;
    position: relative;
    padding-left: 30px;
}

.accordian-section .card-body ul li {
    color: #fff;
    list-style-type: disc;
}

.step-section {
    padding: 50px 0 120px;
    text-align: center;
    position: relative;
}

.step-sec-inner {
    position: relative;
    display: inline-block;
}

.step-sec-inner .step {
    position: absolute;
}

.step-sec-inner .step span {
    position: absolute;
    left: -25px;
    top: -25px;
    height: 40px;
    width: 40px;
    background-color: #F1F1F1;
    border-radius: 100%;
    line-height: 40px;
    color: #000000;
    letter-spacing: 0.6px;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
}

.step-sec-inner .step p {
    text-transform: uppercase;
    background-color: #1365AC;
    color: #F1F1F1;
    letter-spacing: 0.6px;
    font-size: 20px;
    font-weight: normal;
    padding: 8px 15px;
    margin: 0;
}

.step-sec-inner .step.step1 {
    top: -5%;
    left: -18%;
}

.step-sec-inner .step.step2 {
    top: 50%;
    transform: translateY(-50%);
    left: 13%;
}

.step-sec-inner .step.step3 {
    bottom: 13%;
    left: -25%;
}

.step-sec-inner .step.step4 {
    bottom: 3%;
    right: -45%;
}

.step-sec-inner .step.step5 {
    top: 58%;
    transform: translateY(-50%);
    left: 60%;
}

.step-sec-inner .step.step6 {
    top: 10%;
    right: -22%;
}

.hocke-image {
    position: absolute;
    right: 30px;
    top: 0;
    width: 350px;
    height: auto;
}

.hocke-image img {
    opacity: 0.85;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.main-title {
    margin-bottom: 75px;
}

.gallery-section {
    padding-bottom: 125px;
}

.gallery-slider {
    padding-top: 20px;
}

.gallery-slider .slick-track {
    padding: 50px 0;
}

.gallery-slider .slick-slide {
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.gallery-slider .slick-slide:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #6d6c6c;
    opacity: 0.5;
    content: " ";
}

.gallery-slider .slick-slide.slick-current + .slick-active {
    transform: scale(1.3);
    position: relative;
    z-index: 1;
}

/*.gallery-slider .slick-slide.slick-current:before{ opacity: 0; }*/
.gallery-slider .slick-slide.slick-current + .slick-active:before {
    opacity: 0;
}

.gallery-slider .slick-arrow {
    background-color: transparent;
    height: 30px;
    width: 30px;
    z-index: 1;
    background-image: url(../images/left-arrow.png);
    cursor: pointer;
    background-size: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: auto;
    font-size: 0;
    padding: 6rem 4rem;
    border: 0;
}

.gallery-slider .slick-arrow.slick-next {
    right: 0;
    left: auto;
    background-image: url(../images/right-arrow.png);
}

/* Kursangebot Page */
.course-offer-section {
    padding-top: 150px;
}

.course-offer-block {
    margin-bottom: 110px;
}

.course-offer-block .course-single {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.course-offer-block .img-block {
    width: calc(50% - 5px);
    height: 470px;
}

.course-offer-block .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.course-offer-block .text-block {
    width: calc(50% - 5px);
    background-color: rgba(103, 189, 182, 0.08);
    padding: 30px 90px;
    display: flex;
    align-items: center;
}

.course-offer-block .text-block h3 a {
    color: #1365AC;
}

.course-offer-block .text-block h3 a:hover, .course-offer-block .text-block h3 a:focus, .course-offer-block .text-block h3 a:active {
    color: #67BDB6;
}

.course-offer-block .text-block a span {
    font-weight: normal;
}

.course-offer-block .text-block p {
    color: #707070;
    letter-spacing: 0px;
    margin: 20px 0;
}

.course-offer-block .text-block p:last-child {
    margin: 0;
}

.course-offer-block .text-block p strong {
    color: #1365AC;
}

.course-offer-block .course-single:nth-child(odd) .img-block {
    order: 1;
}

.course-offer-block .course-single:nth-child(odd) .text-block {
    order: 0;
}

.course-offer-second-block .course-single:nth-child(even) .img-block {
    order: 1;
}

.course-offer-second-block .course-single:nth-child(even) .text-block {
    order: 0;
}

.course-offer-second-block .course-single:nth-child(odd) .img-block {
    order: 0;
}

.course-offer-second-block .course-single:nth-child(odd) .text-block {
    order: 1;
}

.join-now-sec {
    padding-bottom: 110px;
    position: relative;
}

.join-now-inner a {
    line-height: 1.6;
    text-align: center;
    letter-spacing: 1.75px;
    color: #FFFFFF;
    padding: 55px 15px;
    font-size: 35px;
    display: inline-block;
    width: 100%;
}

.join-now-inner a strong {
    text-decoration: underline;
}

/* Fachgebiete Page */
.expertise-acc-sec .card-header button {
    background-color: #99D4CF;
}

.expertise-acc-sec .card-body {
    padding-left: 146px;
}

.expertise-acc-sec .list-block {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.expertise-acc-sec .list-block ul {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

.expertise-acc-sec .list-block li {
    color: #FFFFFF;
    letter-spacing: 0px;
    font-size: 20px;
}

.expertise-section {
    padding-bottom: 150px;
}

.expertise-section .main-title {
    margin-bottom: 105px;
}

.expertise-inner-sec .single-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    min-height: 430px;
}

.expertise-inner-sec .image-block {
    width: 55%;
    border: 10px solid #fff;
    position: absolute;
    left: 0;
    height: 555px;
}

.expertise-inner-sec .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.expertise-inner-sec .image-block.center img {
    object-position: center center;
}

.expertise-inner-sec .image-block.left img {
    object-position: left center;
}

.expertise-inner-sec .image-block.right img {
    object-position: right center;
}

.expertise-inner-sec .single-block:first-child .text-block {
    padding-bottom: 100px;
}

.expertise-inner-sec .single-block:last-child .text-block {
    padding-top: 100px;
}

.expertise-inner-sec .text-block {
    width: 45%;
    padding: 0 75px 0 68px;
}

.expertise-inner-sec .text-block h3 a {
    color: #1365AC;
}

.expertise-inner-sec .text-block h3 a:hover, .expertise-inner-sec .text-block h3 a:focus, .expertise-inner-sec .text-block h3 a:active {
    color: #67BDB6;
}

.expertise-inner-sec .text-block a span {
    font-weight: normal;
}

.expertise-inner-sec .text-block p {
    color: #707070;
    margin-top: 22px;
}

.expertise-inner-sec .text-block p a {
    text-transform: none;
}

.expertise-inner-sec .single-block:nth-child(even) {
    justify-content: flex-start;
}

.expertise-inner-sec .single-block:nth-child(even) .image-block {
    right: 0;
    left: auto;
}

/* Mitgliedschaft Page */
.plan-section {
    padding: 130px 0 75px;
}

.plan-inner {
    display: flex;
    justify-content: space-between;
    margin: 0 -30px;
}

.plan-inner .single-plan {
    padding: 0 30px;
}

.plan-inner .title {
    text-align: center;
    margin-bottom: 23px;
}

.plan-inner .title p {
    color: #1365AC;
    letter-spacing: 1px;
}

.plan-inner .img-block {
    width: 100%;
    height: 320px;
}

.plan-inner .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.plan-inner .text-block {
    margin-top: 23px;
}

.plan-inner .text-block ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.plan-inner .text-block ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #707070;
    font-size: 20px;
    font-weight: normal;
}

.plan-inner .text-block h6 {
    color: #1365AC;
    font-size: 20px;
    font-weight: bold;
}

.kettlebell-img {
    position: absolute;
    right: 30px;
    top: 60%;
}

.syllabus-section {
    padding: 0 0 130px;
}

.syllabus-section .main-title {
    margin-bottom: 55px;
}

.syllabus-main-block .syllabus-single {
    display: flex;
    justify-content: space-between;
}

.syllabus-main-block .syllabus-single .left-block {
    max-width: 160px;
    width: 100%;
}

.syllabus-main-block .syllabus-single .left-block h2 {
    text-align: center;
}

.syllabus-main-block .syllabus-single .right-block {
    width: calc(100% - 160px);
    padding-left: 115px;
    padding-top: 15px;
}

.syllabus-main-block .right-block h5 {
    color: #1365AC;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.syllabus-main-block .right-block p {
    max-width: 865px;
    width: 100%;
    color: #707070;
    margin-bottom: 23px;
}

/* Kursplan Page */
.days-section {
    padding: 160px 0 135px;
}

.days-section table th, .days-section table td {
    border: 0;
}

.days-section table th {
    border: 5px solid #fff;
    background-color: #1365AC;
    color: #fff;
    text-align: center;
    padding: 27px 5px;
    font-weight: bold;
    font-size: 20px;
}

.days-section table td {
    border: 5px solid #fff;
    padding: 15px 5px;
    background-color: #F5FBFA;
    color: #1365AC;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.days-section table td small {
    line-height: 1;
    display: inline-block;
    width: 100%;
    color: #707070;
    font-size: 15px;
    text-transform: none;
    font-weight: normal;
}

.days-section table td p {
    color: #1365AC;
}

.kursplan-shoes-image1 {
    position: absolute;
    right: -15%;
    bottom: 50%;
}

.kursplan-shoes-image2 {
    position: absolute;
    right: -6%;
    top: 40%;
}

.kursplan-about .btn-main {
    width: 247px;
}

/* Blog Page */
/* .blog-section{ padding: 140px 0 80px; }
.blog-inner{ display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 -30px; }
.blog-inner .single-block{ padding: 0 30px; margin-bottom: 70px; width: 33.33%; }
.blog-inner .single-block h6{ margin-bottom: 23px; }
.blog-inner .single-block h6 a{ font-weight: bold; letter-spacing: 1px; font-size: 20px; color: #1365AC; }
.blog-inner .single-block h6 a:hover{ color: #65beb6; }
.blog-inner .single-block figure{ margin: 0 0 30px; } */
.blog-pagination {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-pagination .page-numbers {
    font-size: 20px;
    color: #1365AC;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 3px;
}

.blog-pagination .page-numbers:hover {
    color: #65beb6;
}

.blog-pagination .page-numbers.current {
    font-weight: bold;
}

.blog-section {
    margin: 140px 0 80px;
}

.blog-section .article-block {
    margin: 0 0 70px !important;
}

/* Login Bereich Page */
.syllabus-login-sec {
    padding-top: 150px;
}

.video-section {
    padding-bottom: 40px;
}

.video-section .main-title {
    margin-bottom: 50px;
}

.video-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.video-inner .single-video {
    padding: 0 30px;
    margin-bottom: 53px;
    width: 33.33%;
}

.video-inner .video-block {
    position: relative;
    margin-bottom: 16px;
}

.video-inner .video-block figure {
    height: 215px;
    margin: 0;
    position: relative;
}

.video-inner .video-block figure:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.video-inner .video-block figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video-inner .video-block .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
}

.video-inner .single-video h5 {
    color: #1365AC;
    font-weight: bold;
    font-size: 20px;
}

/* Uber Uns Page */
.about-testimonial-sec .testimonial-block {
    margin-top: 80px;
}

.hans-fridel-section {
    background-color: rgba(103, 189, 182, 0.08);
    padding: 40px 0 50px;
    margin: 100px 0 90px;
}

.hans-fridel-section h3 {
    margin-bottom: 23px;
}

/* Mitarbeiter Page */
.employee-section {
    padding: 85px 0 60px;
}

.employee-section .main-title {
    margin-bottom: 60px;
}

.single-emp-sec {
    margin-bottom: 30px;
}

.emp-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.emp-blocks .single-emp {
    padding: 0 30px;
    margin-bottom: 30px;
    width: 33.33%;
}

.emp-blocks .single-emp figure {
    height: 320px;
    background-color: #F8F8F8;
    margin: 0 0 25px;
}

.emp-blocks .single-emp figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.emp-blocks .single-emp h5 {
    color: #1365AC;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.verwaltung-slider {
    display: block;
}

.therapeuten-slider .single-emp figure {
    height: 270px;
    background-color: #F8F8F8;
}

.therapeuten-slider .single-emp figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.therapeuten-slider .single-emp h5 {
    color: #1365AC;
    font-weight: bold;
    font-size: 20px;
    margin-top: 22px;
    padding: 0 24px;
    text-transform: uppercase;
}

/* Common content / blog content */
.blog-content .container {
    max-width: 900px;
}

.blog-content .post-inner {
    margin-top: 50px;
}

.common-content {
    margin: 60px 0 100px;
}

.common-content p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
}

.common-content a {
    color: #1365AC;
    text-decoration: underline;
}

/* .common-content h1{color: #1365AC;} */
.common-content h1, .common-content h2, .common-content h3, .common-content h4, .common-content h5, .common-content h6 {
    margin: 15px 0 10px;
}

.common-content h4, .common-content h5, .common-content h6 {
    color: #1365AC;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

.common-content ul {
    margin: 0 0 20px 30px;
}

.common-content ul li {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 8px;
    list-style-type: disc;
}

.common-content .wp-block-image {
    width: 100%;
    height: 350px;
    margin: 10px 0 20px;
}

.common-content .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mitgliederbereich - Startseite Page */
.search-block {
    margin-top: 100px;
}

.search-block .col-md-10:after {
    display: none;
}

.search-block input {
    background-image: url(../images/search-icon.svg);
    background-position: left 17px center;
    background-repeat: no-repeat;
    background-size: 23px;
    letter-spacing: 0px;
    color: #707070;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    background-color: #fff;
    height: 55px;
    border: 0;
    width: 100%;
    margin-top: 20px;
    padding: 0 20px 0 60px;
}

.search-block .error {
    color: #dc3232;
    font-size: 1em;
}

.general-section {
    padding: 90px 0 100px;
}

.media-title {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.media-title h5 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #1365AC;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-title h5#showless, .media-title h5#showall {
    cursor: pointer;
}

.media-title h5 i.dropdown-icon {
    background: url(../images/down-arrow-blue.svg) no-repeat center center;
    width: 20px;
    height: 11px;
    background-size: contain;
    display: block;
    margin-left: 10px;
}

.media-title h5 i.corox-icon {
    background: url(../images/corox-x-small.svg) no-repeat center center;
    width: 31px;
    height: 28px;
    background-size: contain;
    display: block;
    margin-left: 10px;
}

.media-title strong {
    font-weight: normal;
}

.general-media-block {
    margin: 0 -30px;
}

.general-media-block .single-block {
    padding: 0 30px;
}

.general-media-block a {
    position: relative;
    display: block;
    height: 320px;
}

.general-media-block span {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    max-width: 290px;
    z-index: 1;
    position: absolute;
    left: -30px;
    top: 220px;
    background-color: #1365AC;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 0px;
    font-size: 20px;
    padding: 6px 20px;
}

.general-media-block a:hover span {
    background-color: #67BDB6;
}

.general-media-block a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-slider-block .slick-arrow {
    background-color: transparent;
    height: 30px;
    width: 30px;
    z-index: 1;
    background-image: url(../images/slider-left-arrow.png);
    cursor: pointer;
    background-size: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -55px;
    right: 0;
    font-size: 0;
    padding: 0;
    border: 0;
}

.media-slider-block .slick-arrow.slick-next {
    right: -55px;
    left: auto;
    background-image: url(../images/slider-right-arrow.png);
}

.custom-slider-dots {
    width: 190px;
    margin: 30px auto 0;
}

.custom-slider-dots .dots {
    width: 15px;
    height: 15px;
    background: #D3D3D3;
    border-radius: 50%;
    border: 0px;
    margin: 0 6px;
}

.custom-slider-dots .single-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-slider-dots .single-dots.slick-current .dots {
    width: 20px;
    height: 20px;
    background: #1365AC;
}

.custom-slider-dots .slick-track {
    display: flex;
    align-items: center;
}

.training-section {
    padding: 0 0 60px;
}

.general-training-block a {
    position: relative;
    display: block;
}

.general-training-block span {
    margin-top: 22px;
    display: inline-block;
    text-transform: uppercase;
    color: #1365AC;
    letter-spacing: 1px;
    font-size: 20px;
}

.general-training-block .image-block {
    position: relative;
    height: 320px;
}

.general-training-block .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.general-training-block .image-block:before {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: " ";
    background-color: rgba(255, 255, 255, 0.56);
    transition: background-color ease 400ms;
}

.general-training-block .image-block:hover:before {
    background-color: rgba(255, 255, 255, 0);
}

.general-training-block .image-block .icon-block {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.general-training-block .video-block .icon-block img {
    max-width: 52px;
    width: 100%; /*box-shadow: 0px 3px 6px #00000029;*/
}

.general-training-block .pdf-block .icon-block img {
    max-width: 100px;
    width: 100%;
}

.back-top-section {
    text-align: center;
    padding: 0 0 45px;
}

.back-top-section a {
    display: none;
    color: #1365AC;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: bold;
}

.back-top-section a:hover {
    color: #67BDB6;
}

.back-top-section a.show {
    display: block;
}

.media-title h5.silder-grid {
    cursor: pointer;
}

.media-title h5 a {
    color: #1365AC !important;
}

.media-general-section {
    padding: 90px 0 40px;
}

.media-general-block {
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap;
}

.media-general-block .single-block {
    padding: 0 30px;
    width: 33.33%;
    margin: 0 0 60px;
}

.media-general-block a {
    position: relative;
    display: block;
    height: 320px;
}

.media-general-block span {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    max-width: 290px;
    z-index: 1;
    position: absolute;
    left: -30px;
    top: 220px;
    background-color: #1365AC;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 0px;
    font-size: 20px;
    padding: 6px 20px;
}

.media-general-block a:hover span {
    background-color: #67BDB6;
}

.media-general-block a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pdf-popup {
    background-color: transparent;
    text-align: center;
}

.pdf-popup h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 80px;
}

.pdf-popup figure {
    margin-bottom: 80px;
}

.pdf-popup a {
    background-color: #1365AC;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    font-size: 20px;
    padding: 8px 15px;
}

.pdf-popup a:hover {
    background-color: #67BDB6;
}

.pdf-popup .fancybox-close-small {
    position: fixed;
    right: 40px;
    top: 45px;
    background-image: url(../images/accordian-close.png);
    background-repeat: no-repeat;
    background-size: 30px;
    width: 32px;
    height: 32px;
}

.pdf-popup .fancybox-close-small svg {
    display: none;
}

.fancybox-toolbar .fancybox-button--close {
    position: fixed;
    right: 40px;
    top: 45px;
    background-image: url(../images/accordian-close.png);
    background-repeat: no-repeat;
    background-size: 30px;
    width: 32px;
    height: 32px;
}

.fancybox-toolbar .fancybox-button--close svg {
    display: none;
}

.search-section {
    padding: 94px 0 10px;
}

.training-general-block {
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap;
}

.training-general-block .single-block {
    padding: 0 30px;
    width: 33.33%;
    margin: 0 0 65px;
}

.training-general-block a {
    position: relative;
    display: block;
}

.training-general-block span {
    margin-top: 22px;
    display: inline-block;
    text-transform: uppercase;
    color: #1365AC;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: bold;
}

.training-general-block .image-block {
    position: relative;
    height: 320px;
}

.training-general-block .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.training-general-block .image-block:before {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: " ";
    background-color: rgba(255, 255, 255, 0.56);
}

.training-general-block .image-block .icon-block {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.training-general-block .video-block .icon-block img {
    max-width: 52px;
    width: 100%; /*box-shadow: 0px 3px 6px #00000029;*/
}

.training-general-block .pdf-block .icon-block img {
    max-width: 100px;
    width: 100%;
}

.training-general-block p.search-not-found {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    padding: 50px 0;
}

/* category-detail-section */
.category-detail-section {
    margin: 100px 0 50px;
}

.category-detail-section .container, .category-detail-section .container .col-md-6 {
    padding: 0 5px;
}

.category-detail-section .container .row {
    margin: 0 -5px;
}

.category-detail-section .category-detail-main {
    display: flex;
    align-items: center;
    background: rgba(103, 189, 182, 0.08);
    padding: 40px 100px;
    height: 100%;
}

.category-detail-section .category-detail-main ul {
    padding-left: 40px;
}

.category-detail-section .category-detail-main ul li {
    list-style: disc;
    color: #707070;
}

.category-detail-section .category-detail-main ol li {
    list-style: decimal;
    color: #707070;
}

.category-detail-section .category-detail p {
    margin: 20px 0 0;
}

.category-detail-section .category-img {
    width: 100%;
    height: 100%;
}

.category-detail-section .category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.general-training-block h3 {
    margin: 1rem 0;
}

.training-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.training-group:after {
    display: block;
    content: " ";
    width: calc(33% - 30px);
}

.video-block, .pdf-block {
    max-height: 320px;
    position: relative;
}

@media (min-width: 768px) {
    .video-block, .pdf-block {
        width: calc(33% - 30px);
    }
}

.video-block span, .pdf-block span {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    max-width: 290px;
    z-index: 1;
    position: absolute;
    top: unset !important;
    left: -30px;
    bottom: 18px;
    background-color: #1365AC;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 0px;
    font-size: 20px;
    padding: 6px 20px;
}

.video-block a:hover span {
    background-color: #67BDB6;
}

.pdf-block a:hover span {
    background-color: #67BDB6;
}

.page-template-login-bereich .banner-section,
.page-template-login-bereich .about-section {
    display: none;
}

@media (min-width: 768px) {
    .page-template-login-bereich .banner-section,
    .page-template-login-bereich .about-section {
        display: block;
    }
}

.general-training-block {
    display: flex;
    flex-wrap: wrap;
    gap: 49px;
}

.services-section {
    margin: 6rem 0;
}

.services-section .col {
    padding: 0;
}

.services-section h2 {
    margin-bottom: 82px;
}

.services-section .service-block {
    padding: 3rem;
    height: 24rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.services-section .service-block:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: rgba(103, 189, 182, 0.75);*/
    background-color: inherit;
    opacity: 0.75;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .services-section .service-block {
        padding: 1rem;
    }
}

@media (min-width: 1200px) {
    .services-section .service-block {
        padding: 3rem;
    }
}

.services-section .service-block .service-detail {
    z-index: 1;
    position: relative;
}

.services-section .service-block h4 {
    font-size: 1.5rem;
    line-height: 1.5em;
    color: #fff;
}

.services-section .service-block h4 span {
    font-weight: 700;
}

.services-section .service-block ul {
    margin-top: 28px;
}

.white-link:any-link {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.5em;
    color: #fff;
    position: relative;
}

@media (min-width: 992px) {
    .white-link:any-link {
        font-size: 1.25rem;
    }
}

@media (min-width: 1200px) {
    .white-link:any-link {
        font-size: 1.5rem;
    }
}

.white-link:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    background: url(../images/right-arrow.svg) no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.white-link:hover:after {
    right: -30px;
}

.services-section .service-bottom-block {
    padding: 4rem 6rem
}

.services-section .service-bottom-block h5,
.services-section .service-bottom-block h5 a {
    font-size: 35px;
    line-height: 43px;
    letter-spacing: 1.75px;
    color: #777777;
}

.services-section .service-bottom-block h5 a {
    font-weight: 700;
    text-decoration: underline;
}

.services-section .service-bottom-block h5 a:hover,
.services-section .service-bottom-block h5 a:focus,
.services-section .service-bottom-block h5 a:active {
    color: #1365AC;
}

.screen-reader-text {
    display: none;
}

.footer-top {
    display: block;
}

.footer-top h2 {
    text-align: center;
}

.footer-top .social-media-icon {
    background: rgba(242, 250, 249, 0.77);
    padding: 50px 30px 20px;
    margin: 50px 0 0;
}

.footer-top .social-media-icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-top .social-media-icon ul li {
    width: 90px;
    margin: 0 0 30px;
}

@media (min-width: 576px) {
    .footer-top .social-media-icon ul li {
    width: 90px;
    margin: 0 15px 30px;
}
}

.footer-top .social-media-icon ul li h4 {
    font-size: 16px;
    line-height: 19px;
    color: #1365AC;
    font-weight: 700;
    margin: 12px 0 0;
}

.footer-top .social-media-icon ul li i {
    display: block;
    width: 75px;
    height: 75px;
}

.footer-top .social-media-icon ul li i.facebook {
    background: url(../images/facebook-icon.png) no-repeat center center;
    background-size: contain;
}

.footer-top .social-media-icon ul li i.instagram {
    background: url(../images/instagram-icon.png) no-repeat center center;
    background-size: contain;
}

.footer-top .social-media-icon ul li i.youtube {
    background: url(../images/youtube-icon.png) no-repeat center center;
    background-size: contain;
}

.footer-top .social-media-icon ul li i.spotify {
    background: url(../images/spotify-icon.png) no-repeat center center;
    background-size: contain;
}

.sb_instagram_header {
    display: none;
}

.references {
    margin: 6rem 0;
}

.reference {
    transition: 400ms transform ease !important;
    margin: 1rem;
}
.reference:hover {
    transform: scale(1.2);
}
