* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.2s linear;
}

.mobileOnly {
    display: none;
}

body {
    --green-color: #CEFF6D;
    --red-color: #E93C24;
    --grey-color: #D5D3C6;
    --corner-radius: 30px;
    --margin-sections: 50px;
    --inside-card: 20px;
    font-family: Mundial;
}

html {
    scroll-behavior: smooth;
}

.wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 5%;
}

footer {
    background-color: var(--green-color);
    padding: 100px 0 70px 0;
    position: relative;
}

footer .buttons {
    margin-top: 20px;
}

footer .buttons .socialsBtn {
    display: flex;
    flex-wrap: nowrap;
    gap: 2%;
    margin-bottom: 2%;
}

footer .buttons .socialsBtn .btn {
    width: 50%;
    color: var(--green-color)
}

footer .cols {
    flex-wrap: nowrap;
    gap: 5%
}

footer .col {
    width: 50%;
}

footer .helpBox {
    border-radius: var(--corner-radius);
    background: url(../img/bgFootHelp.jpg) no-repeat center center / cover;
    margin-bottom: 10px;
    height: calc(100% - 66px);
    padding: 30px;
    color: #fff;
    align-items: flex-end;
    display: flex;
    position: relative;
    overflow: hidden;
}

footer .helpBox h5 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -1.2px;
    position: relative;
}

footer .helpBox p {
    position: relative;
}

footer .btn {
    width: 100%;
    color: var(--green-color)
}

footer::before {
    content: '';
    width: 100%;
    height: 30px;
    display: block;
    background-color: #fff;
    border-radius: 0 0 30px 30px;
    position: absolute;
    top: 0;
}

footer .helpBox {}

footer .btnContact {
    display: block;
    color: #000;
}

footer p {
    font-size: 18px;
    font-weight: 300;
    line-height: 23.4px;
    /* 130% */
    letter-spacing: -0.54px;
}

footer h3 {
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 59px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.cols {
    display: flex;
    gap: 2%;
    width: 100%;
    flex-wrap: wrap;
}

.ctaBox {
    background-color: var(--green-color);
    display: block;
    border-radius: var(--corner-radius);
    position: relative;
    width: 32%;
    overflow: hidden;
    margin-bottom: 2%;
}

.ctaBox .insideText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    vertical-align: text-top;
    justify-content: end;
    padding: var(--inside-card);
    color: #000;
}

.ctaBox.hgBox .insideTextBox {
    bottom: 20px;
    background-color: #fff;
    top: auto;
    height: auto;
    width: calc(100% - 40px);
    left: 20px;
    border-radius: 30px;
    padding-right: 90px;
}

.ctaBox.hgBox .insideTextBox .intro {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.54px;
}

.ctaBox .insideText b {
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    margin-top: 20px;
    display: block;
}

.ctaBox.hgBox .insideTextBox b {
    margin-top: 0;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 44px;
    /* 110% */
    letter-spacing: -1px;
}

.ctaBox .insidePict {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.ctaBox:hover .insidePict {
    opacity: 1;
}

.ctaBox.hgBox {
    width: 66%;
}

.ctaBox.hgBox .date {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #000;
    color: #fff;
}

.date {
    border-radius: 20px;
    border: 1px solid #000;
    font-size: 17px;
    font-weight: 300;
    display: inline-block;
    padding: 0px 10px 2px 10px;
    line-height: 17px;
}

.ctaBox .size {
    opacity: 0;
    display: block;
    width: 100%;
}

.arrowCircle {
    background-color: #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    padding: 10px;
}

.close {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    padding: 10px;
}

.close svg {
    fill: #000
}

.arrowCircle svg {
    fill: #fff
}

.ctaBox .arrowCircle,
.fullCard .arrowCircle {
    transition: all 0.8s ease;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    rotate: 45deg;
}

.ctaBox:hover .arrowCircle,
.fullCard:hover .arrowCircle {
    background-color: #fff;
    transform: rotate(-360deg);
}

.ctaBox:hover .arrowCircle svg,
.fullCard:hover .arrowCircle svg {
    fill: #000;
}

.ctaBox:hover svg {
    fill: #000;
}

ul,
li {
    list-style: none;
}

.mainTitle {
    display: flex;
    column-gap: 50px;
    margin-bottom: 100px;
    margin-bottom: var( --margin-sections);
}

.mainTitle.clubTitle {
    display: block;
}

.mainTitle.clubTitle h2,
.mainTitle.clubTitle ul {
    display: inline-block;
    vertical-align: middle;
}

.mainTitle.clubTitle ul {
    margin-left: -20px;
    margin-top: 25px;
}

.mainTitle.clubTitle ul li {
    display: inline-block;
}

.mainTitle.clubTitle ul li:last-child:after {
    display: none;
}

.mainTitle.clubTitle ul li:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.mainTitle.clubTitle ul li {}

.mainTitle.clubTitle ul li a {
    text-decoration: none;
    color: #000;
    padding: 10px 20px;
    display: inline-block;
}

.mainTitle.clubTitle h2 {
    min-width: 0px;
    margin-right: 30px;
}

.mainTitle .intro p {
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 20px;
}

.mainTitle .intro p b {
    font-size: 22px;
    line-height: 36px;
}

.mainTitle .intro h6 {
    font-size: 22px;
    line-height: 36px;
}

.mainTitle h2 {
    min-width: 30%;
    font-size: 75px;
    font-style: normal;
    font-weight: 600;
    line-height: 71px;
}

.btn {
    border-radius: 32px;
    background: #000;
    padding: 20px 25px;
    color: #fff;
    border: 1px solid #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.16px;
    text-decoration: none;
    display: inline-block;
}

.btn.btnHg {
    background-color: var(--green-color);
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    border: none;
    padding: 20px 90px;
    border: 1px solid var(--green-color);
}

.btn:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}

.btnTrans {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

h1 {
    font-size: 55px;
}

header {
    padding: 20px 40px 20px 20px;
}

header nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: right;
}

header nav .logo img {
    display: block;
    width: 100%;
}

header nav .logo {
    max-width: calc(100vw - 120px);
    display: block;
}

header nav ul li {
    display: inline-block;
}

header nav ul li.highlighted a {
    background-color: var(--green-color);
    border-radius: 20px;
}

header nav ul li a {
    text-decoration: none;
    padding: 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    position: relative;
}

header nav ul li:not(.highlighted) a:after {
    content: '';
    width: 1%;
    height: 1px;
    background-color: #000;
    display: block;
    left: 50%;
    position: absolute;
    bottom: 5px;
    transition: all 0.3s ease;
}

header nav ul li:not(.highlighted):hover a:after,
header nav ul li.active:not(.highlighted) a:after {
    width: calc( 100% - 20px);
    left: 10px;
}

main {
    padding: 50px 0;
}

#hp-slider {
    margin-bottom: var( --margin-sections);
}

#hp-slider .slide {
    border: 1px solid #000;
    border-radius: var(--corner-radius);
    padding: 20px;
}

#hp-slider .slide .slideWrap {
    display: flex;
    gap: 2%;
    align-items: end;
}

#hp-slider .slide .slideWrap .slidePict {
    width: 60%;
    min-width: 60%;
}

#hp-slider .slide .slideWrap .slidePict img {
    display: block;
    width: 100%;
    border-radius: 30px
}

#hp-slider .slide .slideWrap .slideContent {
    padding: 10px 20px;
}

#hp-slider .slide .slideWrap .slideContent h4 {
    font-size: 35px;
    margin-bottom: 20px;
}

#hp-slider .slide .slideWrap .slideContent p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 130% */
    letter-spacing: -0.54px;
    margin-bottom: 20px;
}

#hp-summary {
    margin-bottom: var( --margin-sections);
}

.fieldset {
    margin-bottom: 50px;
}

.fieldset h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 69px;
}

.doc {
    border: 1px solid #000;
    padding: 20px 40px;
    border-radius: 40px;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.downloadCircle {
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    padding: 10px;
}

.doc .downloadCircle {
    position: absolute;
    top: 10px;
    right: 10px;
}

.downloadCircle img {
    width: 100%;
}

.isOpen .docAbout {
    height: auto;
    opacity: 1;
}

.docAbout {
    height: 0;
    opacity: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
    transition: opacity 0.2s linear 0.1s;
    clear: both;
}

.docTitle h6 {
    font-size: 33px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    display: block;
    margin-right: 20px;
    float: left;
}

.docTitle .viewMore {
    display: block;
    border: 2px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    float: left;
    margin-top: 5px;
}

.card {
    border: 1px solid #000;
    border-radius: var(--corner-radius);
    padding: var(--inside-card);
    width: 50%;
    margin-bottom: 2%;
}

.card h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 20px;
}

#hp-summary .cols {
    flex-wrap: nowrap;
}

.fullCard {
    border-radius: var(--corner-radius);
    padding: var(--inside-card);
    width: 50%;
    margin-bottom: 2%;
    background-color: var(--green-color);
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    justify-content: space-between;
    text-decoration: none;
    color: #000;
    overflow: hidden;
}

.fullCard.withBg:before,
footer .helpBox:before {
    content: '';
    background-color: #00000037;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.fullCard h4 {
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 69px;
    color: #000;
    text-decoration: none;
    position: relative;
}

.fullCard .text {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    position: relative;
}

.fullCard.withBg {
    color: #fff;
}

.fullCard.withBg h4 {
    color: #fff
}

.fullCard.withBg .arrowCircle {
    background-color: #fff;
}

.fullCard.withBg .arrowCircle svg {
    fill: #000;
}

.fullCard.withBg p {
    color: #fff
}

.fullCard.isRed {
    background-color: var(--red-color);
}

#hautNiveau .cols,
#vienstester .cols {
    flex-wrap: nowrap;
}

#about {
    margin-bottom: var( --margin-sections);
}


/* Slideshow container */

.slide {
    display: none;
}

.slideshow-container {
    position: relative;
    margin: auto;
}


/* The dots/bullets/indicators */


/*.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}*/


/* Fading animation */

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

section#about {
    padding: 0 5%;
    display: flex;
    gap: 2%
}

section#about .aboutBox {
    border: 1px solid #000;
    border-radius: 30px;
    overflow: hidden;
}

section#about .aboutBox .fromWYSIWYG {
    margin-bottom: 30px;
}

section#about .aboutBox .btn {
    margin-bottom: 30px;
}

section#about .aboutBox img {
    border-radius: 10px;
}

#about-federation .btn {
    margin-bottom: 10px;
}

#about-federation .text {
    margin-bottom: 30px;
}

#about-federation h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 69px;
}

section#about .aboutBox.isOpen {
    width: 100%;
}

section#about .aboutBox#about1 .sideTitle {
    background-color: var(--green-color);
}

section#about .sideTitle {
    position: relative;
}

section#about .isOpen .sideTitle .arrowCircle {
    display: none;
}

section#about .sideTitle .arrowCircle {
    transform: scale(0.5) rotate(-90deg);
    left: 3px;
    position: absolute;
    top: 0px;
}

section#about .sideTitle b {
    position: absolute;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right;
    left: 22px;
    top: 30px;
    width: 400px;
    text-align: right;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%
}

section#about .aboutBox#about2 .sideTitle {
    background-color: var(--red-color);
}

section#about .aboutBox#about1 .sideTitle .arrowCircle {
    transform: scale(0.5) rotate(90deg);
}

section#about .aboutBoxMain {
    /* width: 0; */
    overflow: hidden;
    display: block;
    float: left;
    opacity: 0;
    transition: opacity 0.5s ease;
    height: 0
}

section#about .aboutBoxMain h2 {
    font-size: 115px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

section#about .aboutBox.isOpen .aboutBoxMain {
    display: block;
    opacity: 1;
    width: calc(100% - 60px);
    height: auto;
}

section#about .aboutBoxMain .inside {
    width: 0;
    display: block;
}

section#about .aboutBox.isOpen .inside {
    width: 100%
}

section#about .aboutBox.isOpen .inside .p-20 {
    padding: 20px;
}

section#about .aboutBoxMain .pict img {
    display: block;
    width: 100%;
}

section#about .sideTitle {
    width: 60px;
    cursor: pointer;
    height: 100%;
    float: left;
    background-color: red;
}

section#clubs .card {
    display: flex;
    min-height: 330px;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    width: 49%;
}

section#clubs .card h4 {
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 5px;
    /* 87.879% */
}

section#clubs .card h5 {
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 20px;
}

section#clubs .card p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

section#clubs .card .links {}

section#clubs .card .cardHover {
    background-color: var(--green-color);
    position: absolute;
    right: 5px;
    height: calc(100% - 10px);
    top: 5px;
    width: 60px;
    border-radius: var(--corner-radius);
    cursor: pointer;
}

section#clubs .card.isOpen .cardHover {
    width: calc( 100% - 10px);
}

section#clubs .card.isOpen .cardHover .arrowCircle {
    rotate: 90deg;
}

section#clubs .card .cardHover small {
    position: absolute;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right;
    left: 30px;
    top: 30px;
    width: 270px;
    text-align: center;
}

section#clubs .card .trainings {
    display: flex;
    height: 100%;
    align-items: center;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.6s linear 0.2s;
}

section#clubs .card .trainings .inside {
    padding: 40px 30px 40px 100px;
    overflow-y: scroll;
    height: 100%;
}

section#clubs .card.isOpen .trainings {
    display: flex;
    opacity: 1;
}

section#clubs .card .content {
    padding-right: 50px;
}

section#clubs .card .cardHover .arrowCircle {
    position: absolute;
    top: 5px;
    left: 5px;
    rotate: -90deg;
}

.smallBtn {
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 20px;
    vertical-align: middle;
}

.btnSocial {
    background-color: #000;
    border-radius: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    display: inline-flex;
    padding: 10px;
    justify-content: center;
}

section#detailNews {
    margin-bottom: var( --margin-sections);
}

section#detailNews .cols {
    flex-wrap: nowrap
}

section#detailNews .newsPict {
    max-width: 30%;
    width: 30%;
}

section#detailNews .newsPict img {
    border-radius: var(--corner-radius);
    display: block;
    width: 100%;
}

section#detailNews .newsDetail {
    width: 70%;
}

section#detailNews .newsDetail img {
    display: inline-block;
    max-width: 100%;
}

section#detailNews .newsDetail h4 {
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 20px;
}

section#detailNews .newsDetail .date {
    margin-bottom: 30px;
}

section#detailNews .newsDetail .fromWYSIWYG {
    margin-bottom: 30px;
}

.fromWYSIWYG p {
    font-size: 20px;
    margin-bottom: 20px
}

.fromWYSIWYG ul {
    font-size: 20px;
    margin-bottom: 20px
}

.fromWYSIWYG ul li {
    list-style: inside disc;
}

.fromWYSIWYG ul li ul {
    margin-left: 20px;
}

.fromWYSIWYG ul li ul li {
    list-style: inside circle;
}

.viewMore {
    display: inline-block;
    border: 2px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
    vertical-align: middle;
    cursor: pointer
}

.viewMore:before {
    content: '';
    display: block;
    width: 2px;
    height: 14px;
    background-color: #000;
    position: absolute;
    left: calc( 50% - 1px);
    top: 50%;
    margin-top: -7px;
}

.viewMore:after {
    content: '';
    display: block;
    height: 2px;
    width: 14px;
    background-color: #000;
    position: absolute;
    top: calc( 50% - 1px);
    left: 50%;
    margin-left: -7px;
}

#hp-news .ctaBox.hgBox {
    width: 52%;
}

#hp-news .ctaBox {
    width: 22%
}

#hp-news .wrapTitle h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 69px;
}

.wrapBtn {
    text-align: center;
}

.fromWYSIWYG {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%
}

.fromWYSIWYG a {
    color: #000;
}

.fromWYSIWYG p {
    margin-bottom: 20px;
    /* 200% */
}

.fromWYSIWYG h6 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 36px;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000096;
    z-index: 10;
    padding: 5%;
    height: 100vh;
}

.popup.open {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.popup img {
    border-radius: 5px;
}

.popup .wrapPopup {}

.popup .wrapPopup img {
    max-width: 100%;
    max-height: 100%;
}

.popup .close {
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer
}

#news .pagination nav {
    display: block;
    width: 100%;
}

#news .pagination {
    display: flex;
    justify-content: space-between;
}

#news .pagination span {
    opacity: 0;
}

#news .pagination a {
    color: #000;
}

#news .pagination .d-none {
    display: none;
}

.burgerMenu {
    height: 50px;
    width: 50px;
    z-index: 99;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 50%;
    padding: 17px 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #000;
}

.burgerMenu .line {
    display: block;
    height: 2px;
    width: 105%;
    border-radius: 10px;
    background: #fff;
}

.burgerMenu .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.burgerMenu .line2 {
    transition: transform 0.2s ease-in-out;
}

.burgerMenu .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

.navigationMobile {
    width: 100%;
    display: flex;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fff;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 100;
}

.navigationMobile.opened {
    left: 0;
    padding: 0vh 30px;
}

.navigationMobile ul {
    display: block;
    margin: 50px 0;
    text-align: center;
}

header nav .navigationMobile li {
    display: block;
    width: 100%;
    padding: 5px 0;
}

header nav .navigationMobile li a {
    display: block;
    background: transparent;
}

header .nav nav ul,
header .nav nav {
    display: inline-block;
    vertical-align: middle;
}

header .nav nav.desktopOnly:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    vertical-align: middle;
    margin: 0 10px;
}

header .nav .lang {
    display: inline-block;
    vertical-align: middle;
}

header nav li {
    display: inline-block;
}

header nav li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 23px;
    transition: all 0.2s ease-in-out;
}

.closeNav {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    padding: 10px;
    height: 50px;
    border-radius: 50px;
    background-color: #000;
}

.closeNav .line {
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    transform-origin: center;
    transform: rotate(45deg);
    left: 25%;
}

.closeNav .line2 {
    transform: rotate(-45deg);
}

.closeNav {
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

#map {
    display: block;
    width: 100%;
    height: 100%;
    outline-style: none;
}

@media screen and (max-width: 1000px) {
    .desktopOnly {
        display: none;
    }
    .mobileOnly {
        display: block;
    }
    #hautNiveau .cols,
    #vienstester .cols,
    #hp-summary .cols,
    #hp-news .cols,
    #news .cols {
        flex-wrap: wrap;
    }
    #hautNiveau .card,
    #hp-summary .fullCard,
    #vienstester .card,
    #hp-news .ctaBox,
    section#clubs .card {
        width: 100%!important;
    }
    #map {
        min-height: 600px;
    }
    .mainTitle {
        display: block;
    }
    #news .ctaBox {
        width: 49%;
    }
    section#about {
        display: block;
    }
    section#about .aboutBoxMain {
        margin-bottom: 20px;
    }
    section#about .aboutBox {
        width: 100%
    }
    section#about .aboutBox .inside .p-20 {
        padding: 20px
    }
    section#about .aboutBox .aboutBoxMain {
        opacity: 1;
        width: calc(100% - 60px);
        height: auto;
        display: block!important;
    }
    section#about .aboutBox .inside {
        width: 100%;
    }
    header {
        padding: 20px 10px 20px 0px;
    }
    .ctaBox {
        text-decoration: none;
    }
    .ctaBox.hgBox .insideTextBox {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
    }
    .ctaBox.hgBox {
        background-color: var(--green-color)!important;
        padding: 100px 30px 30px 30px;
    }
    .ctaBox.hgBox .insideTextBox a {
        text-decoration: none;
    }
}

@media screen and (max-width: 800px) {
    section#detailNews .newsDetail,
    section#detailNews .newsPict {
        width: 100%;
        max-width: 100%;
    }
    footer .col {
        width: 100%;
        margin-bottom: 20px;
    }
    .cols {
        display: block;
    }
    #news .ctaBox {
        width: 100%;
    }
    #hp-slider .slide .slideWrap {
        display: block;
    }
    #hp-slider .slide .slideWrap .slideContent {
        padding: 40px 0px;
    }
    #hp-slider .slide .slideWrap .slidePict {
        width: 100%;
    }
    section#about .aboutBoxMain h2 {
        font-size: 45px;
    }
    section#about .aboutBoxMain {
        width: 100%;
    }
    section#about .sideTitle {
        display: none;
    }
    .mainTitle h2 {
        font-size: 50px;
    }
    h1 {
        font-size: 40px;
    }
    .ctaBox {
        width: 100%;
    }
}