.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

body {
font-family: 'Poppins', sans-serif;
height: auto !important;
}

#innerbelowsite {
margin-top: 100px;
}

/* TITLES */

#maincontent h1.c-title-xl {
    border: 0;
    font-size: 3vw;
    font-weight: 800;
    color: white;
    margin-bottom: 0;
    padding-bottom: 3px;
    line-height: 1.2;
    margin-left: auto;
    margin-right: 40px;
}

.c-rocketicon img {
    width: 3vw;
    height: auto;
}

#maincontent h1.c-title-lg {
    border: 0;
    font-size: 30px;
    font-weight: 800;
    color: #777777;
}

h1.pagetitle, .fixtitle h1.c-title-lg {
    padding-top: 100px !important;
    font-size: 30px !important;
}

#maincontent h1.c-title-logo {
    font-size: 28px;
    font-weight: 800;
    border: 0;
    text-align: left;
    position: relative;
    line-height: 1;
    margin-bottom: 70px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

/*
#maincontent h1.c-title-logo:before {
    content: '';
    background-image: url('/cache/files/996d11db7b0bfc28105663471d0402ea7c7938bc.svg');
    position: absolute;
    width: 150px;
    height: 150px;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}*/

@media (max-width: 1400px) {
#maincontent #ar-videos h1.c-title-logo {
    margin-left: 0px;
}

#maincontent h1.c-title-logo {
    font-size: 24px;
}
#maincontent h1.c-title-logo:before {
    width: 110px;
    height: 110px;
    left: -50px;
}

}


@media (max-width: 1024px) {
#maincontent #ar-videos h1.c-title-logo {
    margin-left: 0px;
}
#maincontent h1.c-title-logo {
    font-size: 20px;
}
}

.c-text-lg {
font-size: 20px;
}

#maincontent {
}


/* TOP CONTENT */

.c-top-section {
    text-align: center;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    position: relative;
    justify-content: center;
background-color: #f8f9ff;

}

.c-top-shape-yellow {
    position: absolute;
    bottom: 15%;
    left: 15%;
}

.c-top-shape-yellow img {
    width: 5vw;
    height: auto;
}

.c-top-shape-blue {
    position: absolute;
    right: 5%;
    bottom: 5%;
}

.c-top-shape-blue img {
    width: 5vw;
    height: auto;
}

.c-top-shape-pink {
    position: absolute;
    right: 10%;
    top: 15%;
}

.c-top-shape-pink img {
    width: 8vw;
    height: auto;
    transform: rotate(85deg);
}

.c-top-content {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%;
    max-width: 1440px;
    padding: 0 15px;
    box-sizing: border-box;
}

.c-top-title-container {
    position: relative;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 50%;
    width: 100%;
}

.c-top-title-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#maincontent .c-top-title-container h1.c-title-xl {
    margin-left: 0;
    margin-right: auto;
    color: #fd5863;
    text-align: left;
    font-size: 2.4vw;
}

.c-top-content .container-fluid {
    max-width: 1280px;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.c-top-content .container-fluid .row {
    margin-top: 5vw;
    margin-top: 0vw;
    margin-right: 0px;
    margin-left: 0px;
}

.c-top-content .container-fluid .row .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.c-top-subtitle {
font-size: 20px;
font-weight: 500;
margin-top: 20px;
width: 90%;
text-align: left;
}
.c-top-subtitle p {
margin-bottom: 5px;
}

.c-top-subtitle ul {
text-align: left;
    padding-left: 0px !important;
}

.c-top-subtitle ul li {
    margin-bottom: 20px;
}

ul li::marker, .c-top-subtitle ul li::marker {
color: #fdc32f !important;
}

/* .c-top-content img {
    width: 35vw;
    max-width: 650px;
    height: auto;
}*/

/* COLLAGE TOP SECTION */

.c-collage-container {
    height: 100%;
    width: 30vw;
    position: relative;
}

.c-collage-image-1 {
    position: absolute;
    top: -40%;
    left: 5%;
}

.c-collage-image-1 img {
    width: 10vw;
    height: auto;
    border-radius: 20px;
    box-shadow: -4px 4px 5px rgb(0 0 0 / 30%);
}

.c-collage-image-2 {
    position: absolute;
    top: -12%;
    left: 25%;
    z-index: 1;
}
.c-collage-image-2 img {
    width: 15vw;
    height: auto;
    border-radius: 20px;
    box-shadow: -4px 4px 5px rgb(0 0 0 / 30%);
}

.c-collage-image-3 {
    position: absolute;
    right: 0;
    top: -40%;
    z-index: 0;
}

.c-collage-image-3 img {
    width: 11vw;
    height: auto;
    border-radius: 20px;
    box-shadow: -4px 4px 5px rgb(0 0 0 / 30%);
}

.c-collage-image-4 {
    position: absolute;
    bottom: 15%;
    z-index: 3;
}

.c-collage-image-4 img {
    width: 12vw;
    height: auto;
    border-radius: 20px;
    box-shadow: -4px 4px 5px rgb(0 0 0 / 30%);
}

.c-collage-image-5 {
    position: absolute;
    right: 0;
    bottom: 20%;
    z-index: 2;
}

.c-collage-image-5 img {
    width: 11vw;
    height: auto;
    border-radius: 20px;
    box-shadow: -4px 4px 5px rgb(0 0 0 / 30%);
}


/* SECTIONS */

.c-maxw {
    max-width: 1080px;
    margin: auto;
}

.c-maxw-half {
    max-width: 800px;
    margin: auto;
}

@media (max-width: 1280px) {
.c-maxw, #testimonials .c-maxw {
    max-width: 1000px;
    margin: auto;
    padding: 0 15px;
}

#ar-videos .c-maxw {
     padding: 0;
}


}

#partners .c-maxw {
    max-width: 800px;
    margin: auto;
}

.c-cta {
    max-width: 1080px;
    margin: auto;
    text-align: center;
    background-color: #1feddf;
    border-radius: 20px;
    margin-top: 50px;
}

.c-cta a {
    color: white;
    text-decoration: none;
    font-size: 22px;
    padding: 20px;
    display: block;
}


.c-images-container, .c-content-container {
min-height: auto;
padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: flex-start;
}

#video-production .c-images-container, #video-production .c-content-container {
min-height: 100vh;
}

.c-image-1 img {
    width: 100%;
    max-width: 820px;
    height: auto;
    margin-right: 30px;
    border-radius: 20px;
    box-shadow: -4px 4px 5px rgb(0 0 0 / 30%);
}

#lehrberufe-live .c-image-1 img {
    border-radius: 37px;
    width: auto; 
    max-width: 100%;
    height: auto;
    max-height: 500px;
}

#ar-videos .c-image-1 {
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 384/848;
    border-radius: 20px;
    box-shadow: -4px 4px 5px rgb(0 0 0 / 30%);
    overflow: hidden;
position: relative;
}

#ar-videos .c-image-1 iframe, #ar-videos .c-image-1 video {
    width: 100%;
    height: auto;
    aspect-ratio: 384/848;
}

#ar-videos .c-image-2 {
    margin-top: -40%;
}


#spitex-bern .c-image-1 img {
max-width: 420px;
    margin-left: 50px;
}

@media (max-width: 1280px) {

}

.c-image-2 {
margin-top: -10%;
    text-align: right;
    margin-right: 0;
    margin-left: auto;
}

.c-image-2 img, .c-image-2 video {
    width: 50%;
    height: auto;
    margin-right: 30px;
    border-radius: 20px;
    box-shadow: -4px 4px 5px rgb(0 0 0 / 30%);
}

#lehrberufe-live .c-image-2 {
margin-top: -30%;
}

#lehrberufe-live .c-image-2 img {
    border-radius: 32px;
    margin-right: 60px;
}

.c-image-2-video {
    position: relative;
    bottom: 0;
    left: 8%;
    width: 100%;
    max-width: 320px;
    top: -100px;
}

.c-image-2-video:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: red;
    position: absolute;
    top: 15px;
    right: calc(5% + 50px);
    border-radius: 50%;
    animation: live-animation 1.5s infinite;
    opacity: 1;
z-index: 2;
}

.c-image-2-video::after {
    content: 'LIVE';
    color: red;
    position: absolute;
    top: 5px;
    right: 5%;
    font-size: 20px;
    font-weight: 800;
    animation: live-animation 1.5s infinite;
    opacity: 1;
z-index: 2;
}

@keyframes live-animation {
0% {opacity: 1;}
100% {opacity: 0;}
}

.c-image-2-video video {
    border-radius: 20px;
    width: 100%;
    height: auto;
    max-height: none;
    box-shadow: -4px 4px 5px rgb(0 0 0 / 30%);
    position: relative;
}

/* TOP COLLAGE VIDEO */

.c-collage-video {
    position: relative;
    width: auto;
    height: 100%;
    margin: 0 auto;
    max-width: 450px;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: -4px 4px 5px rgb(0 0 0 / 30%);
    top: 0;
}

@media (max-width: 768px) {
.c-collage-video {
    top: 0px;
width: 60%;
}
}

.c-collage-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-collage-video:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: red;
    position: absolute;
    top: 15px;
    right: calc(5% + 50px);
    border-radius: 50%;
    animation: live-animation 1.5s infinite;
    opacity: 1;
z-index: 2;
}

.c-collage-video::after {
    content: 'LIVE';
    color: red;
    position: absolute;
    top: 5px;
    right: 5%;
    font-size: 20px;
    font-weight: 800;
    animation: live-animation 1.5s infinite;
    opacity: 1;
z-index: 2;
}


/* lehrberufe-live */

#lehrberufe-live {
    background-color: #f8f9ff;
    min-height: auto;
    padding: 0 15px;
    padding-bottom: 100px;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100px;
    box-sizing: border-box;
}

#lehrberufe-live:before {
    display: none;
    content: '';
    height: 70px;
    background-image: url('/cache/files/8e7fd28f76f8becde980d6fd2494e9a241d701ec.svg');
    width: 100%;
    background-position: center;
    position: absolute;
    background-size: cover;
    top: 0px;
}

#lehrberufe-live:after {
    display: none;
    content: '';
    height: 70px;
    background-image: url('/cache/files/034f4d2071eeb83a8342ef9330ff03cb10e4d93d.svg');
    width: 100%;
    background-position: center;
    position: absolute;
    background-size: cover;
    bottom: 0px;
}

#lehrberufe-live .c-content-container, #spitex-bern .c-content-container {
    margin-left: 50px;
    height: 100%;
}


#lehrberufe-live .row, #spitex-bern .row {
    display: flex;
}

#lehrberufe-live .c-maxw {
    max-width: 1440px;
    background-color: white;
    padding: 50px 20px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 15%);
    margin-top: 10px;
}

.c-logo-hidden-right {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    right: -35px;
}

.c-logo-hidden-right img {
    width: 100%;
    max-width: 220px;
    height: auto;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}


/* ar-videos */

#ar-videos {
background-color: #f8f9ff;
min-height: auto;
    padding-bottom: 100px;
    padding-top: 50px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#ar-videos:before {
    display: none;
    content: '';
    height: 70px;
    background-image: url('/cache/files/8e7fd28f76f8becde980d6fd2494e9a241d701ec.svg');
    width: 100%;
    background-position: center;
    position: absolute;
    background-size: cover;
    top: 0px;
}

#ar-videos:after {
    display: none;
    content: '';
    height: 70px;
    background-image: url('/cache/files/034f4d2071eeb83a8342ef9330ff03cb10e4d93d.svg');
    width: 100%;
    background-position: center;
    position: absolute;
    background-size: cover;
    bottom: 0px;
}

#ar-videos .c-maxw {
    max-width: 1440px;
}

.c-whyus-box {
    background-color: white;
    padding: 30px 15px;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 15%);
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.c-box-title {
    width: 80%;
    font-size: 20px;
    font-weight: 800;
    margin-left: -15px;
    padding: 10px 15px;
    color: white;
border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#ar-videos .col-md-4:nth-child(1) .c-whyus-box .c-box-title {
    background: #1feddf;
}

#ar-videos .col-md-4:nth-child(2) .c-whyus-box .c-box-title {
    background: #fdc32f;
}

#ar-videos .col-md-4:nth-child(3) .c-whyus-box .c-box-title {
    background: #fd5764;
}

.c-box-icon {
    width: 20%;
    margin-left: 15px;
    text-align: right;
}

.c-box-icon img {
    width: 100%;
    height: auto;
}

.c-box-text {
    width: 90%;
}

/* video production */

#video-production {
background-color: #f3f3f3;
min-height: 100vh;
padding-top: 70px;
    padding-bottom: 70px;
position: relative;
    width: 100%;
    overflow: hidden;
}

#video-production:before {
    display: none;

    content: '';
    height: 70px;
    background-image: url('/cache/files/8e7fd28f76f8becde980d6fd2494e9a241d701ec.svg');
    width: 100%;
    background-position: center;
    position: absolute;
    background-size: cover;
    top: 0px;
}

#video-production:after {
    display: none;

    content: '';
    height: 70px;
    background-image: url('/cache/files/034f4d2071eeb83a8342ef9330ff03cb10e4d93d.svg');
    width: 100%;
    background-position: center;
    position: absolute;
    background-size: cover;
    bottom: 0px;
}

#video-production .c-image-1 {
    position: absolute;
    top: 10%;
    left: 0;
}

#video-production .c-image-1 img {
    width: 14vw;
}

#video-production .c-image-2 {
    position: absolute;
    right: 0;
    top: 16%;
    margin-top: 0;
}

#video-production .c-image-2 img {
    width: 16vw;
    max-width: 300px;
}

.c-video-1 {
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    left: 45%;
    bottom: 15%;
    transform: translateX(-50%);
    z-index: 2;
}

.c-video-1.c-video-relative {
    position: relative;
    left: auto;
    bottom: auto;
    transform: translateX(0%);
}

.c-video-1 video {
    width: 18vw;
    max-width: 350px;
    min-width: 250px;
    height: auto;
    border-radius: 20px;
    box-shadow: -4px 4px 5px rgb(0 0 0 / 30%);
}

.c-video-1.c-video-relative video {
    width: 100%;
}

#video-production .c-content-container {
    margin-left: 50px;
}

/* ar-stelleninserat */

#ar-stelleninserat {
padding-top: 150px;
}



#uberuns .c-maxw {
    max-width: 1440px;
}

.c-narrow-text {
max-width: 1000px;
}

/* partners */

.c-partners-container {
padding-top: 150px;
padding-bottom: 150px;
text-align: center;
}

#maincontent .c-partners-container {
padding-top: 100px;
padding-bottom: 100px;
}

/* team */

#team .c-maxw {
max-width: 1280px;
}

#team {
background-color: #f3f3f3;
position: relative;
    width: 100%;
    overflow: hidden;
}

#team:before {
    content: '';
    height: 70px;
    background-image: url('/cache/files/8e7fd28f76f8becde980d6fd2494e9a241d701ec.svg');
    width: 100%;
    background-position: center;
    position: absolute;
    background-size: cover;
    top: 0px;
}

#team:after {
    content: '';
    height: 70px;
    background-image: url('/cache/files/034f4d2071eeb83a8342ef9330ff03cb10e4d93d.svg');
    width: 100%;
    background-position: center;
    position: absolute;
    background-size: cover;
    bottom: 0px;
}

.c-team-container {
padding-top: 150px;
padding-bottom: 150px;
}

.c-team-box {
    background-color: #fd5863;
    height: 100px;
    border-radius: 20px;
    position: relative;
    margin-top: 70px;
}

.c-team-image {
    position: absolute;
    top: -60px;
    margin-left: 20px;
}

.c-team-image:before {
    content: '';
    background-color: white;
    width: 150px;
    height: 150px;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-team-image img {
    border-radius: 50%;
    position: relative;
    z-index: 1;
    width: 140px;
    height: auto;
}

.c-team-content {
    margin-left: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: white;
}

.c-team-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
}

.c-team-info h2 {
    font-size: 20px !important;
    margin-bottom: 5px !important;
    line-height: 1 !important;
    margin-top: 0 !important;
    color: white !important;
    text-align: left !important;
}

.c-team-info p {
    line-height: 1;
    margin-bottom: 0px;
    font-size: 14px;
}

.c-team-info a {
text-decoration: none;
color: white;
}

.c-team-container.c-team-container-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}

.c-team-container-lg .c-team-box {
height: 150px;
    margin-top: 100px;
}

.c-team-container-lg .col-md-6:nth-child(1) .c-team-box, .c-team-container-lg .col-md-6:nth-child(2) .c-team-box {
    margin-top: 0px;
}

.c-team-container-lg .c-team-image {
    top: -70px;
}

.c-team-container-lg .c-team-image:before {
    width: 210px;
    height: 210px;
}

.c-team-container-lg .c-team-image img {
    width: 200px;
}

.c-team-container-lg .c-team-content {
    margin-left: 250px;
}

/* BUTTONS */

/* PINK BUTTON */
.c-button-pink {
    display: inline-block;
    min-width: 110px;
    padding: 10px 10px;
    background-color: #fd5764;
    color: white;
    width: auto;
    text-align: center;
    border-radius: 10px;
transition: 0.3s;
position: relative;
overflow: hidden;
font-weight: 800;
text-shadow: -1px 1px 5px rgb(0 0 0 / 0%);
text-decoration: none;
}

.c-button-pink:hover {
text-shadow: -1px 1px 5px rgb(0 0 0 / 30%);
    transition: 0.5s;
    transition-delay: 0.3s;
}

.c-button-pink span {
position: relative;
z-index: 3;
}

.c-button-pink:before {
    content: '';
    position: absolute;
    width: 110%;
    height: 50px;
    background-color: #fdc32f;
    bottom: -50px;
    left: -5%;
    border-radius: 50%;
    transition: 0.7s;
z-index: 1;
}

.c-button-pink:hover:before {
    height: 150px;
}

.c-button-pink:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 50px;
    background-color: #1feddf;
    bottom: -50px;
    border-radius: 50%;
    left: -5%;
    transition: 0.7s;
    transition-delay: 0.1s;
z-index: 1;
}

.c-button-pink:hover:after {
    height: 150px;
}

/* YELLOW BUTTON */
.c-button-yellow {
    display: inline-block;
    min-width: 110px;
    padding: 10px 10px;
    background-color: #fdc32f;
    color: white;
    width: fit-content;
    text-align: center;
    border-radius: 10px;
transition: 0.3s;
position: relative;
overflow: hidden;
font-weight: 800;
text-shadow: -1px 1px 5px rgb(0 0 0 / 0%);
text-decoration: none;
}

.c-button-yellow:hover {
text-shadow: -1px 1px 5px rgb(0 0 0 / 30%);
    transition: 0.5s;
    transition-delay: 0.3s;
}

.c-button-yellow span {
position: relative;
z-index: 3;
}

.c-button-yellow:before {
    content: '';
    position: absolute;
    width: 110%;
    height: 50px;
    background-color: #1feddf;
    bottom: -50px;
    border-radius: 50%;
    left: -5%;
    transition: 0.7s;
z-index: 1;
}

.c-button-yellow:hover:before {
    height: 150px;
}

.c-button-yellow:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 50px;
    background-color: #fd5764;
    bottom: -50px;
    border-radius: 50%;
    left: -5%;
    transition: 0.7s;
    transition-delay: 0.1s;
z-index: 1;
}

.c-button-yellow:hover:after {
    height: 150px;
}

/* BLUE BUTTON */
.c-button-blue {
    display: inline-block;
    min-width: 110px;
    padding: 10px 10px;
    background-color: #1feddf;
    color: white;
    width: auto;
    text-align: center;
    border-radius: 10px;
transition: 0.3s;
position: relative;
overflow: hidden;
font-weight: 800;
text-shadow: -1px 1px 5px rgb(0 0 0 / 0%);
text-decoration: none;
}

.c-button-blue:hover {
text-shadow: -1px 1px 5px rgb(0 0 0 / 30%);
    transition: 0.5s;
    transition-delay: 0.3s;
}

.c-button-blue span {
position: relative;
z-index: 3;
}

.c-button-blue:before {
    content: '';
    position: absolute;
    width: 110%;
    height: 50px;
    background-color: #fd5764;
    bottom: -50px;
    border-radius: 50%;
    left: -5%;
    transition: 0.7s;
z-index: 1;
}

.c-button-blue:hover:before {
    height: 150px;
}

.c-button-blue:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 50px;
    background-color: #fdc32f;
    bottom: -50px;
    border-radius: 50%;
    left: -5%;
    transition: 0.7s;
    transition-delay: 0.1s;
z-index: 1;
}

.c-button-blue:hover:after {
    height: 150px;
}

/* SOCIAL BUTTON */

.c-social-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
text-decoration: none;
}

.c-social-button .c-social-icon {
    display: flex;
    min-width: 40px;
    background-color: #777777;
    color: white;
    width: fit-content;
    text-align: center;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    font-weight: 800;
    text-shadow: -1px 1px 5px rgb(0 0 0 / 0%);
    margin-right: 15px;
}

.c-social-button:hover  .c-social-icon {
text-shadow: -1px 1px 5px rgb(0 0 0 / 30%);
    transition: 0.5s;
    transition-delay: 0.3s;
}

.c-social-button  .c-social-icon img {
position: relative;
z-index: 3;
    margin: auto;
width: 20px;
height:auto;
}

.c-social-button p{
margin-bottom: 0px;
}

.c-social-button  .c-social-icon:before {
    content: '';
    position: absolute;
    width: 110%;
    height: 40px;
    background-color: #fdc32f;
    bottom: -50px;
    border-radius: 50%;
    margin-left: -5%;
    transition: 0.7s;
z-index: 1;
}

.c-social-button:hover  .c-social-icon:before {
    height: 150px;
}

.c-social-button  .c-social-icon:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 40px;
    background-color: #fd5764;
    bottom: -50px;
    border-radius: 50%;
    margin-left: -5%;
    transition: 0.7s;
    transition-delay: 0.1s;
z-index: 1;
}

.c-social-button:hover  .c-social-icon:after {
    height: 150px;
}

/* CONTACT BUTTON */

.c-contact-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    margin-bottom: 10px;
}

.c-contact-button p span {
    display: flex;
    min-width: 40px;

    color: white;
    width: fit-content;
    text-align: center;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    font-weight: 800;
    text-shadow: -1px 1px 5px rgb(0 0 0 / 0%);
    margin-right: 15px;
}

.c-contact-button:hover p span {
text-shadow: -1px 1px 5px rgb(0 0 0 / 30%);
    transition: 0.5s;
    transition-delay: 0.3s;
}

.c-contact-button img{
position: relative;
z-index: 3;
    margin: auto;
width: 20px;
height:auto;
}

.c-contact-button p {
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.c-contact-button p span:before {
    content: '';
    position: absolute;
    width: 110%;
    height: 50px;
    background-color: #fdc32f;
    bottom: -50px;
    border-radius: 50%;
    margin-left: -5%;
    transition: 0.7s;
z-index: 1;
}

.c-contact-button:hover p span:before {
    height: 150px;
}

.c-contact-button p span:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 50px;
    background-color: #1feddf;
    bottom: -50px;
    border-radius: 50%;
    margin-left: -5%;
    transition: 0.7s;
    transition-delay: 0.1s;
z-index: 1;
}

.c-contact-button:hover p span:after {
    height: 150px;
}

/* YELLOW */
.c-contact-button-yellow p span {
    background-color: #fdc32f;
}

.c-contact-button-yellow p span:after {
    background-color: #1feddf;
}

.c-contact-button-yellow p span:before {
    background-color: #fd5863;
}

/* BLUE */
.c-contact-button-blue p span {
    background-color: #1feddf;
}

.c-contact-button-blue p span:after {
    background-color: #fd5863;
}

.c-contact-button-blue p span:before {
    background-color: #fdc32f;
}

/* GREY */
.c-contact-button-grey p span {
    background-color: #777777;
}

.c-contact-button-grey p span:after {
    background-color: #fd5863;
}

.c-contact-button-grey p span:before {
    background-color: #fdc32f;
}

/* END BUTTONS */


.c-footer-logo {
width: 100%;
height: auto;
}

/* LIST BOX */

#c-ul-boxes ul {
    padding-left: 0;
}
#c-ul-boxes ul li {
    text-align: center;
    border: 1.2px solid #fd5764;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 10px;
display: block;
}

/* LIST NUMBER */

.c-list-num li{
    list-style: decimal;
    list-style-position: inside;
}

.c-list-num li::marker {
color: #fdc32f;
}

/* LIST YELLOW CIRCLE */

ul.c-list-circle {
padding-left: 20px !important;
}

.c-list-circle li::marker {
color: #fdc32f;
}

/* LIST IMAGES */

.c-list-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: justify;
    padding-left: 0 !important;
}

.c-list-images li {
display: block;
    width: 25%;
}


.accordion .c-list-images li {
display: block;
    width: 50%;
}

.c-list-images-3 li {
display: block;
    width: 33.33%;
}

.c-list-images li div {
    padding: 10px;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    margin: 7.5px;
    min-height: 170px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.c-list-images li span {
    display: block;
text-align: center;
    margin-bottom: 20px;
}

/* LIST YELLOW CIRCLE BORDER */

.c-list-circle-border {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.c-list-circle-border {
    padding-left: 0px !important;
}

.c-list-circle-border li {
    width: 50%;
    border: 1px solid #fdc32f;
    padding: 20px;
    border-radius: 20px;
width: calc(50% - 20px);
margin: 10px;
}


.c-list-circle-border.c-list-num li {
    width: 50%;
    border: 1px solid #fdc32f;
    padding: 20px;
    border-radius: 20px;
    width: calc(50% - 63px);
    margin: 10px;
}


/* ACCORDION */

.accordion {
    padding-top: 30px;
    margin-bottom: 30px;
}

.accordion h3 {
    display: flex;
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 800;
    position: relative;
    transition: 0.3s;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;

}

.accordion h3:hover {
    color: white;
    background-color: #1feddf;
}

.accordion.c-color-blue h3 {
    color: #1feddf;
}
.accordion.c-color-blue h3:hover {
    color: white;
    background-color: #1feddf;
}

.accordion.c-color-pink h3 {
    color: #fd5764;
}
.accordion.c-color-pink h3:hover {
    color: white;
    background-color: #fd5764;
}

.accordion.c-color-blue > div {
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #1feddf;
    padding-top: 10px;
}

.c-accordion-close {
margin-right: 15px;
}

.accordion.c-color-pink > div {
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #fd5764;
    padding-top: 10px;
}

/* ============ */

.c-round-edge, .c-round-edge img  {
border-radius: 20px;
}

/* ADD SHAPES ON TOP & BOTTOM */

.c-topshapes-white {
background-color: #f3f3f3;
position: relative;
    width: 100%;
    overflow: hidden;
}

.c-topshapes-white:before {
    content: '';
    height: 70px;
    background-image: url('/cache/files/8e7fd28f76f8becde980d6fd2494e9a241d701ec.svg');
    width: 100%;
    background-position: center;
    position: absolute;
    background-size: cover;
    top: 0px;
}

.c-topshapes-white:after {
    content: '';
    height: 70px;
    background-image: url('/cache/files/034f4d2071eeb83a8342ef9330ff03cb10e4d93d.svg');
    width: 100%;
    background-position: center;
    position: absolute;
    background-size: cover;
    bottom: 0px;
}


/* ADD GAP */

.c-gap {
padding-top: 100px;
}



/* UNDERLINE COLORS */

.c-underline-color-pink {
    border-bottom: 1px solid #fd5764;
    padding-bottom: 10px;
}

.c-underline-color-blue {
    border-bottom: 1px solid #1feddf;
    padding-bottom: 10px;
}

/* TESTIMONIALS */

#testimonials {
    overflow: hidden;
}

#testimonials .c-maxw {
    max-width: 1280px;
    margin: auto;
}

.c-testimonial-container {
    margin-top: 50px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.c-testimonial-box {
    width: calc(33.33% - 130px);
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    border: 0px solid #c5c5c5;
    border-radius: 20px;
    background-color: #f3f3f3;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c-testimonial-box:before {
    content: '';
    background-image: url('/cache/files/4f684af46ee850786cf5977b9456027dda77df9e.svg');
    width: 70px;
    height: 70px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -20px;
    left: -20px;
}

.c-testimonial-box::after {
content: '';
background-image: url('/cache/files/02db13c4502c4f69380a3320a03579dd29bf7a30.svg');
    width: 70px;
    height: 70px;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.c-testimonial-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 20px;
}

.c-testiconial-image {
    width: 20%;
    margin-right: 20px;
}

.c-testiconial-image img {
    width: 100%;
    height: auto;
}

.c-testiconial-name {
    font-size: 18px;
    font-weight: 800;
}

.c-tour {
margin-top: 100px;
background-color: #f3f3f3;
padding: 30px;
border-radius: 20px;
}

.c-grey-box {
    display: flex;
    min-height: 550px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    padding-left: 70px;
    background-color: #f3f3f3;
    border-radius: 20px;
}


/* CUSTOM LIST */

ul {
padding-left: 20px !important;
}

.c-ul {
padding-left: 20px !important;
}

.c-ul li {
display: flex;
padding-left: 30px;
position: relative;
}

.c-ul li:before {
    content: '';
    background-color: #fdc32f;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11.5px;
}


@media (max-width: 1280px) {

.c-box-title {
    font-size: 17px;
}

}


/* MOBILE */

@media (max-width: 768px) {

.c-testimonial-box {
    width: 100%;
}

.c-extra-menu {
display: none;
}

.c-top-content {
    margin-top: 0;
}

#maincontent .c-top-title-container h1.c-title-xl {
    font-size: 24px;
margin-left: 0;
}

.c-top-title-container {
    width: 90%;
}

.c-top-section {
    height: auto;
    margin-top: 40px;
    padding-top: 0px;
}

.c-top-subtitle {
    font-size: 18px;
width: auto;
margin-left: 15px;
float: none;
}

.c-collage-container {
    height: auto;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.c-collage-image-1 {
    position: relative;
    top: 0;
    left: 0;
    order: 2;
}

.c-collage-image-1 img {
    width: 19vh;
}

.c-collage-image-2 {
    position: relative;
    top: 10px;
    left: 10px;
    margin-top: 0px;
    z-index: 1;
    order: 1;
}

.c-collage-image-2 img {
    width: 14vh;
}

.c-collage-image-3 {
    position: relative;
    right: 0;
    left: 5px;
    top: -30px;
    z-index: 0;
    order: 3;
}

.c-collage-image-3 img {
    width: 16vh;
}

.c-collage-image-4 {
    position: relative;
    bottom: 0;
    z-index: 3;
    margin-top: 0px;
    order: 4;
    top: -40px;
    left: -10px;
}

.c-collage-image-4 img {
    width: 12vh;
}

.c-collage-image-5 {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 2;
    order: 5;
}

.c-collage-image-5 img {
    width: 12vh;
}

.c-top-shape-yellow {
    bottom: 0;
    left: 15%;
}

.c-top-shape-yellow img {
    width: 7vh;
    height: auto;
}

.c-top-shape-blue {
    position: absolute;
    right: 5%;
    bottom: 0;
}

.c-top-shape-blue img {
    width: 5vh;
    height: auto;
}

#lehrberufe-live {
    padding-top: 50px;
    padding-bottom: 50px;
}

.c-image-2-video {
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
    top: -60px;
    width: 70%;
    margin: auto;
}

.c-image-2-video:before {
    right: calc(5% + 50px);
}

.c-images-container, .c-content-container {
    min-height: auto;
}

.c-content-container {
width: auto;
}

.c-image-2 img {
    width: 65%;
}

#ar-videos .c-content-container {
margin-top: 50px;
padding-top: 0px;
padding-bottom: 0;
}

#ar-videos {
min-height: auto;
}

#video-production {
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
}

#video-production .c-images-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#video-production .c-image-1 img {
    width: 14vh;
}

#video-production .c-image-2 img {
    width: 16vh;
    max-width: 300px;
    margin-right: 0;
}

#video-production .c-video-1 {
    position: relative;
    margin-left: 0;
    left: 0;
    bottom: 0;
    transform: translateX(0%);
    margin: auto;
    margin-top: -50px;
}

#video-production .c-image-1 {
    position: relative;
    top: 0;
    left: 0;
}

#video-production .c-image-2 {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0;
}

#video-production .c-content-container {
    margin-top: 70px;
}

#ar-stelleninserat {
    padding-top: 70px;
}

#ar-stelleninserat img {
    margin-top: 50px;
}

.c-partners-container {
    padding-top: 110px;
    padding-bottom: 70px;
}

.c-team-container {
    padding-top: 110px;
    padding-bottom: 110px;
}

#innerbelowsite {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 0;
}

#belowsite {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0;
}

.c-social-container {
    margin-bottom: 10px;
}

.c-text-lg {
    font-size: 16px;
}

.c-cta {
    margin-left: 20px;
    margin-right: 20px;
}

.accordion .c-list-images li {
    display: block;
    width: 100%;
}

.c-list-images li {
    display: block;
    width: 70%;
}

.c-maxw {
    padding-left: 15px;
    padding-right: 15px;
}

.c-list-circle-border.c-list-num li {
    width: 100%;
}

.c-testimonial-box {
    width: 100%;
    padding: 0;
}

.c-testimonial-text p {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
}

.c-testimonial-header {
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.c-testiconial-image {
    width: 50%;
}

.c-testimonial-box:before {
    width: 60px;
    height: 60px;
    top: -20px;
    left: 0px;
}

.c-testimonial-box::after {
    width: 60px;
    height: 60px;
    bottom: -20px;
    right: 0px;
}

h1.pagetitle {
    padding-top: 70px !important;
    font-size: 26px !important;
}

.c-maxw-half {
    padding-left: 15px;
    padding-right: 15px;
}

.c-team-image {
    top: -30px;
}

.c-team-image img, .c-team-container-lg .c-team-image img {
    width: 120px;
}

.c-team-image:before, .c-team-container-lg .c-team-image:before {
    width: 127px;
    height: 127px;
}

.c-team-info h2 {
    font-size: 16px !important;
}

.c-team-content, .c-team-container-lg .c-team-content {
    margin-left: 160px;
}

.c-team-container-lg .c-team-box {
    height: 100px;
    margin-top: 70px;
}

.c-team-container-lg .col-md-6:nth-child(2) .c-team-box {
    margin-top: 70px;
}

.c-team-container-lg .c-team-image {
    top: -30px;
}

.c-team-container.c-team-container-lg {
    padding-top: 50px;
    padding-bottom: 50px;
}

.c-mailchimp-newsletter {
padding-left: 15px;
padding-right: 15px;
}

#lehrberufe-live .row, #spitex-bern .row {
    display: flex;
    flex-direction: column;
}

#ar-videos .c-image-2 {
    margin-top: 10%;
}

#ar-videos .c-images-container {
padding-top: 0;
padding-bottom: 0;
}

#lehrberufe-live .c-content-container {
    margin-left: 0;
    padding-top: 0;
}

#lehrberufe-live .c-image-1 img {
    border-radius: 20px;
}

#video-production .c-images-container, #video-production .c-content-container {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: auto;
    margin-left: 0;
}

#spitex-bern .c-image-1 img {
    margin-left: 0px;
}

#spitex-bern .c-images-container {
    padding-top: 0px;
    padding-bottom: 0px;
}

#spitex-bern .c-content-container {
    padding-top: 50px;
    padding-bottom: 0px;
    margin-left: 0px;
}
}.c-newlogo {
    background-image: url('/cache/files/922c04716f941450474ab05c3aeb0fcf5726ef8b.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* .loggedin .c-newlogo {
    position: relative !important;
    top: 0px !important;
}

.notloggedin .c-newlogo {
    position: absolute !important;
    top: 20px !important;
} */

.notloggedin .c-newlogo {
    margin-top: -20px !important;
}

a.mobile-header-startlink {
    background-image: url('/cache/files/922c04716f941450474ab05c3aeb0fcf5726ef8b.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/922c04716f941450474ab05c3aeb0fcf5726ef8b.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 4vh;
    margin-right: 4vh;
}


.mobile-header {
    height: auto;
    min-height: 75px;
    box-shadow: none;
}.c-newsletter {
padding-top: 0px;
padding-bottom: 0px;
width: 100%;
margin: auto;
}

.c-newsletter h2 {
    font-size: 22px;
    font-weight: 800;
    color: #2a3157;
    font-family: 'Poppins', sans-serif
}

.c-newsletter .mc-field-group label {
  margin-top: 12px;
  margin-bottom: 4px;
}

.c-newsletter input#mc-embedded-subscribe.button {
  margin-top: 8px;
}



.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    color: #2a3157;
font-family: 'Poppins', sans-serif;
}



.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

/* BUTTON */

.c-newsletter form .submit button {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    padding: 20px 25px 20px 25px;
    color: #3d3e42;
    margin: auto;
    min-width: 160px;
    height: auto;
    background-color: #2a3056;
    border-radius: 5px;
    position: relative;
    text-align: center;
    z-index: 1;
    border: 0px solid #2a3056;
    color: white;
    transition: all 0.3s;
}

.c-newsletter form .submit button:hover {
    background-color: #00ccbd;
}

.c-newsletter form .submit button::after {
    content: '\e163';
    font-family: 'Material Symbols Outlined';
    margin-top: 0;
    font-size: 19px;
    position: absolute;
    right: 19px;
    top: 18px;
    margin-left: 10px;
    transition: all 0.3s;
    transform: rotate(-45deg);
}

.c-newsletter form .submit button:hover::after {
    right: 10px;
    top: 10px;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.loggedin #topmenu {
    position: relative;
    height: 50px;
    background-color: transparent;
top: 0px;
}

#belowtopmenu {
min-height: 0px;
}

.notloggedin #topmenu {
    background-color: transparent;
    width: 100%;
    height: 50px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* #innertopmenu {
    position: absolute;
    right: 0;
    transform: translateX(0%);
    width: auto;
    max-width: 1440px;
    background-color: #1feddf;
    border-bottom-left-radius: 60px;
    border-top-left-radius: 60px;
    margin-top: 20px;
}

div.topmenu ul {
float: left;
margin-left: 20px;
} 

div.topmenu ul li a {
    height: auto;
    line-height: 1.2;
font-weight: 800;
} */



/* MENU ANIMATION BUTTONS */
/* NEW */

div.topmenu ul {
    background-color: #1feddf;
    border-radius: 90px;
    height: 50px;
}

#topmenu ul li a {
    display: flex;
    position: relative;
    border-radius: 60px;
    overflow: hidden;
    z-index: 2;
    height: 50px;
    overflow: hidden;
    position: relative;
    transition: 0.7s;
    color: white;
    background-color: #1feddf;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    font-weight: 600;
}

#topmenu ul ul li a {
    font-weight: 400;
}

#topmenu ul li a:before {
    content: '';
    background-color: #1feddf;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
}

#topmenu ul li a.active:before {
    background-color: #fd5764;
}


#topmenu ul li a span::after {
    content: '';
    position: absolute;
    background-color: #fd5863;
    width: 110%;
    height: 5%;
    top: 100%;
    left: 50%;
    border-radius: 50%;
    border: 15px solid #fdc32f;
    transform: translate(-50%, 0%);
    z-index: -1;
    transition: 0.7s;
}

#topmenu ul li:hover a span::after {
    content: '';
    position: absolute;
    background-color: #fd5863;
    width: 110%;
    height: 200%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 10px solid #fdc32f;
    transform: translate(-50%, -50%);
    z-index: -1;
}

#topmenu ul li:hover a {
color: white;
} 

#topmenu ul li a.active {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
}

#topmenu ul li:hover a {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
}

div.topmenu ul li.active {
    background-color: transparent;
}

div.topmenu ul li.inactive:hover, div.topmenu ul li.active:hover {
    background-color: transparent;
}

#topmenu ul li {
    height: auto;
    min-height: 50px;
    padding-right: 0px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    margin-right: 0px;
}

#topmenu ul li:last-child {
    margin-right: 0px;
}


/* SUBMENU */

div.topmenu ul ul {
    background-repeat: repeat;
    background-color: #fd5764;
    border-radius: 0px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 40%);
}

#topmenu ul ul li a:before {
    background-color: transparent;
}

#topmenu ul ul li a span::after {
    background-color: transparent !important;
    border: 0;
}



#topmenu ul ul li a {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 0%) !important;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    background-color: transparent !important;
}

#topmenu ul li.haschilds:hover a span::after {
border: 0;
}

#topmenu ul li.haschilds:hover a span::after {
    height: 270%;
}

#topmenu ul li.haschilds:hover a {
    display: flex;
    position: relative;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#topmenu ul ul li a {
    border-radius: 0px !important;
}

#topmenu ul {
    padding-left: 0px !important;
}

.c-extra-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    max-width: 1440px;
    width: 100%;
    text-align: right;
}

.c-extra-menu a {
    text-decoration: none;
    color: #fd5863;
    margin-right: 15px;
    font-weight: 800;
    transition: 0.7s;
}

.c-extra-menu a:hover {
color: #fdc32f;
}


@media (max-width: 1100px) {
div.topmenu ul li a {
    padding-left: 5px;
    padding-right: 5px;
}
#topmenu ul li {
    margin-right: 5px;
}

#overlay1990 {
    width: 280px !important;
}
}


/* MOBILE */

.side-nav ul {
padding-left: 0px !important;
}.c-project-detail-container {
max-width: 1000px;
margin: 0 auto;
}

.c-project-detail-container p {
padding-left: 15px;
padding-right: 15px;
}

.c-project-detail-image {
text-align: center;
}

.c-project-detail-image img, .c-project-detail-image iframe {
    max-height: 600px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.c-project-detail-image.c-iframe-aspect iframe {
width: 100%;
height: auto;
max-height: none;
aspect-ratio: 16/9;
}

.c-project-detail-image-two {
display: flex;
gap: 20px;
}

.c-project-detail-image-two img {
    display: inline-block;
    width: calc(50% - 10px);
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 990px) {
.c-project-detail-image-two img {
    width: 100%;
}

.c-project-detail-image img {
    height: auto;
    width: 100%;
}


}

.c-link {
    width: auto;
    text-align: center;
    display: block;
    background-color: #1feddf;
    color: white;
    margin-top: 30px;
    padding: 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 800;
transition: 0.3s;
}

.c-link:hover {
    background-color: #fd5764;
}

.c-project-detail-iframe-landscape iframe {
    margin-top: 20px;
    margin-bottom: 20px;
   aspect-ratio: 16/9;
    width: 100%;
height: auto;
}

.c-project-detail-iframe-vertical iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 9/16;
}.c-mailchimp-newsletter {
    max-width: 500px;
    margin: 0 auto;
}

#belowsite .c-mailchimp-newsletter h2 {
    text-align: center;
    margin-bottom: 10px;
}

.c-mailchimp-newsletter  form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 10px;

    width: 100%;
    box-sizing: border-box;
margin-top: 5px;
}

.c-mailchimp-newsletter .asterisk {
    color: #fd5863;
}

.c-mailchimp-newsletter .mc-field-group {
    margin-top: 15px;
}

.c-mailchimp-newsletter .optionalParent .clear.foot {
    margin-top: 15px;
}

.c-mailchimp-newsletter .optionalParent .clear.foot {
    display: inline-block;
    min-width: 110px;
    padding: 10px 10px;
    background-color: #fd5764;
    color: white;
    width: auto;
    text-align: center;
    border-radius: 10px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    font-weight: 800;
    text-shadow: -1px 1px 5px rgb(0 0 0 / 0%);
    text-decoration: none;
    cursor: pointer;
}

.c-mailchimp-newsletter .optionalParent .clear.foot:hover {
text-shadow: -1px 1px 5px rgb(0 0 0 / 30%);
    transition: 0.5s;
    transition-delay: 0.3s;
}

.c-mailchimp-newsletter .optionalParent .clear.foot input {
position: relative;
z-index: 3;
    border: 0px solid #d3d3d3;
    background-image: none;
    background-color: transparent;
    color: white;
    margin-bottom: 0px;
    padding: 0;
}

.c-mailchimp-newsletter .optionalParent .clear.foot:before {
    content: '';
    position: absolute;
    width: 110%;
    height: 50px;
    background-color: #fdc32f;
    bottom: -50px;
    left: -5%;
    border-radius: 50%;
    transition: 0.7s;
z-index: 1;
}

.c-mailchimp-newsletter .optionalParent .clear.foot:hover:before {
    height: 150px;
}

.c-mailchimp-newsletter .optionalParent .clear.foot:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 50px;
    background-color: #1feddf;
    bottom: -50px;
    border-radius: 50%;
    left: -5%;
    transition: 0.7s;
    transition-delay: 0.1s;
z-index: 1;
}

.c-mailchimp-newsletter .optionalParent .clear.foot:hover:after {
    height: 150px;
}

.c-mailchimp-newsletter .optionalParent {
    text-align: center;
}

#mc_embed_signup div.mce_inline_error {
    background-color: #fd5764 !important;
}

#mc_embed_signup input.mce_inline_error {
    border-color: #fd5764 !important;
}.c-popup-container {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 20px;
}

.c-popup-container.active-box .c-popup-box {
width: 11vw;
    min-width: 270px;
    max-width: 300px;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    aspect-ratio: 3/2;
    text-align: center;
    box-shadow: 0 0 10px rgb(0 0 0/20%);
    transition: .3s;
}

.c-popup-container.active-box .c-elevate-logo {
    margin-top: 40px;
padding: 20px;
background-color: #3580f9;
transition: 0.3s;
}

.c-popup-container.active-box .c-popup-image {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
transition: 0.3s;
}

.c-popup-container.active-box .c-popup-image img {
    width: 5vw;
    min-width: 80px;
    height: auto;
    max-width: 100px;
transition: 0.3s;
}


.c-closebutton {
    position: absolute;
    top: -17.5px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #fdc32f;
    border-radius: 50%;
    cursor: pointer;
}

.c-popup-container.active-box .c-closebutton .c-linetop, .c-popup-container.active-box .c-closebutton .c-linebottom {
    width: 70%;
    height: 2px;
    background-color: white;
    top: 18px;
    position: absolute;
    left: 6px;
    transform: rotate(45deg);
transition: 0.3s;
}

.c-popup-container.active-box .c-closebutton .c-linebottom {
    transform: rotate(-45deg);
transition: 0.3s;
}

.c-popup-container.active-box .c-popup-box p {
max-height: 300px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 800;
    width: 80%;
    margin: 20px auto;
}

.c-popup-container.active-box .c-button-blue {
    max-height: 100px;
}

/* DEACTIVATE POPUP */
.c-popup-container.deactive-box .c-popup-box {
    width: 70px;
    background-color: white;
    padding: 20px;
    border-radius: 50%;
    aspect-ratio: 4/4;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
transition: 0.3s;
}

.c-popup-container.deactive-box .c-closebutton .c-linetop, .c-popup-container.deactive-box .c-closebutton .c-linebottom {
    width: 70%;
    height: 2px;
    background-color: white;
    top: 15px;
    position: absolute;
    left: 5px;
    transform: rotate(90deg);
transition: 0.3s;
}

.c-popup-container.deactive-box .c-closebutton .c-linebottom {
    transform: rotate(0deg);
transition: 0.3s;
}

.c-popup-container.deactive-box .c-elevate-logo img {
    width: 0px;
transition: 0.3s;
}

.c-popup-container.deactive-box .c-elevate-logo {
    margin-top: 0;
    padding: 0;
    background-color: white;
transition: 0.3s;
}

.c-popup-container.deactive-box .c-popup-image {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
transition: 0.3s;
}

.c-popup-container.deactive-box .c-popup-image img {
    width: 60px;
    height: auto;
}

.c-popup-container.deactive-box .c-popup-box p {
    margin-top: 0px;
    max-height: 0px;
    margin: 0px auto;
    overflow: hidden;
transition: 0.3s;
}

.c-popup-container.deactive-box .c-button-blue {
    max-height: 0px;
    transition: 0.3s;
    overflow: hidden;
    padding: 0;
}



/* RESPONSIVE */

@media (max-width: 990px) {

.c-popup-container {
    bottom: 90px;
}

.c-popup-container.active-box {
    position: fixed;
    z-index: 99;
    bottom: 90px;
    right: 0;
}

.c-popup-container.deactive-box .c-popup-box {
    width: 60px;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    aspect-ratio: 4/4;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    transition: 0.3s;
}

.c-popup-container.active-box .c-popup-box {
    width: 80%;
    margin: 0 auto;
}

.c-popup-container.deactive-box .c-popup-image img {
    width: 40px;
    height: auto;
}

.c-closebutton {
    position: absolute;
    top: -17.5px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-color: #060020;
    border-radius: 5px;
}

.c-popup-container.deactive-box .c-closebutton .c-linetop, .c-popup-container.deactive-box .c-closebutton .c-linebottom {
    width: 60%;
    height: 2px;
    background-color: white;
    top: 18px;
    position: absolute;
    left: 6px;
    transform: rotate(90deg);
    transition: 0.3s;
}

.c-popup-container.deactive-box .c-closebutton .c-linebottom {
    transform: rotate(0deg);
transition: 0.3s;
}

.c-popup-container.deactive-box .c-popup-image {
    position: absolute;
    top: 30px;
}

}.section-services {
  margin-top: 60px;
}

/* GRID LAYOUT */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
  justify-content: center;
  align-items: start;
}

/* Mobile improvements */
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* CARD STYLES */
.c-round-edge {
  background-color: #f4f4f4;
  border-radius: 25px;
  padding: 50px 50px;
  text-align: left;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  width: 100%;
  box-sizing: border-box;
}

.c-text-lg {
  margin-top: 25px;
  font-size: 1rem;
}

/* TAG styles */
.tag {
  display: inline-block;
  color: #fff;
  padding: 10px 24px;
  border-radius: 10px;
  font-size: 1.6rem;
  margin: 0;
}

/* TAG COLORS */
.tag-red { background-color: #fd5863; }
.tag-yellow { background-color: #fdc32f; }
.tag-turquoise { background-color: #1feddf; }
.tag-gray { background-color: #737373; }

/* BUTTONS */
.btn {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

/* BTN COLORS */
.btn-red { color: #fd5863; border: 2px solid #FD5863; }
.btn-yellow { color: #fdc32f; border: 2px solid #FDC32F; }
.btn-turquoise { color: #1feddf; border: 2px solid #1FEDDF; }
.btn-gray { color: #737373; border: 2px solid #737373; }


/*======*/
.c-maxw {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.c-title-lg {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 40px;
}

.c-team-box {
  position: relative; /* in case there was a background circle */
  padding: 60px 20px; /* TOP RIGHT BOTTOM LEFT */
  background-color: #f44336; /* red background for the box */
  border-radius: 15px;
  text-align: center;
}


.c-team-box img {
  position: relative; /* ensure image is above any background shapes */
  z-index: 2; /* on top */
}

.c-team-image::before {
  content: none; /* disables any decorative pseudo-element */
} 

.c-team-info h2 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
  .c-team-box {
    padding: 100px 20px 100px 20px; /* a bit taller red box on mobile */
  }
}

.c-team-info p {
  font-size: 1rem;
  margin-bottom: 10px;
}

.c-team-links a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #000;
  border-radius: 10px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.c-team-links a:hover {
  background-color: #000;
  color: #fff;
}

/* Optional: smaller screens */
@media (max-width: 768px) {
  .c-title-lg {
    font-size: 2rem;
  }

  .c-team-box img {
    max-width: 200px;
  }

  .c-team-links {
    justify-content: center !important;
  }
}

/* Desktop-only left margin for the team box */
@media (min-width: 768px) {
  .c-team-container .c-team-box {
    margin-left: 50px; /* adjust value as needed */
  }
}