/*
Theme Name: Ondigital theme Child
Theme URI: https://weareon-it.nl/
Template: on-theme
Author: Ondigital
Author URI: https://weareon-it.nl
Description: Algemeen thema voor ondigital websites
Version: 1.0.0
Text Domain: on-theme-child

/* algemeen */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* Add custom font */
@font-face {
    font-family: TuskerGrotesk;
    src: url("/wp-content/themes/on-theme-child/font/tusker-grotesk-font/TuskerGrotesk-5600Semibold.otf");
}

@font-face {
    font-family: TuskerGroteskTitel;
    src: url("/wp-content/themes/on-theme-child/font/tusker-grotesk-font/TuskerGrotesk-5700Bold.ttf");
}

@font-face {
    font-family: TuskerGroteskSmall;
    src: url("/wp-content/themes/on-theme-child/font/tusker-grotesk-font/TuskerGrotesk-6500Medium.ttf");
}

.contenty h2 {
    margin-bottom: 5px;
    font-family: var(--font-title);
    color: #FFF;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.contenty div {
    color: var(--d-0-d-0-d-0, #D0D0D0) !important;
    font-size: 19px !important;
}

.contenty p {
    font-size: 20px;
}

:root {
    /* Text kleuren */
    --text: #FFFFFF;
	--text-light: #F8F8F8;
	--text-lighter: #F8F8F8;

    /* Backgrounds */
    --background: #141414;
    --block-background: #F3E5E0;

    /* slide colors */
    --currentslide: #00EBDB;
    --slide-color-2: #FFDF4F;
    --slide-color-3: #FF5438;

    /* Font family */
    --font-standard: 'Inter', sans-serif;
    --font-title-seethrough: 'Inter', sans-serif;
    --font-title: 'TuskerGrotesk', sans-serif;
}

* {
	font-family: var(--font-standard);
    color: var(--text);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-title);
}

svg, svg * {
    fill: var(--currentslide);
}

body {
    background: var(--background);
}

header {
    display: none !important;
}

main#main-content, section {
    padding: 35px !important;
}

.content {
    position: relative;
    border-radius: 20px;
    padding: 30px;
    background: var(--Linear, linear-gradient(97deg, #272727 2.06%, #1C1C1C 100%));
}

/* sidebar styling */
.sidebar .logo {
    position: relative;
}

.sidebar .logo img {
    position: relative;
    width: auto;
    height: 80px;
}

.sidebar .menu {
    position: relative;
    margin: 120px 0 110px 0;
}

.sidebar .menu .human-resources, .sidebar .menu .sales, .sidebar .menu .regular {
    color: #363636;
    font-family: var(--font-title);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.sidebar .menu .human-resources.active, .sidebar .menu .sales.active, .sidebar .menu .regular.active {
    color: #FFF;
    font-family: var(--font-title);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 1.5px;
}

.menu div {
    display: flex;
}

.menu div .bar {
    margin-top: 8px;
    width: 10px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 5px;
    background: transparent;
    margin-right: 30px;
}

.menu div.active .bar {
    background: var(--currentslide);
}

.sidebar {
    padding-right: 35px;
    padding-left: 0;
}


.sidebar .progressbar {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.sidebar .cal {
    position: relative;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 30px;
    background: var(--Linear, linear-gradient(97deg, #272727 2.06%, #1C1C1C 100%));
}

.sidebar .weathercal {
    position: relative;
    margin-bottom: 30px;
    border-radius: 20px;
    max-height: 220px;
    background: var(--Linear, linear-gradient(97deg, #272727 2.06%, #1C1C1C 100%));
}

.eapp-weather-weather-component, .eapps-weather-9142a130-40fb-43c4-a833-710a01f29773-custom-css-hook .eapp-weather-weather-info {
    max-width: 100% !important;
    width: 100% !important;
}

.sidebar .walking {
    position: relative;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 30px;
    background: var(--Linear, linear-gradient(97deg, #272727 2.06%, #1C1C1C 100%));

    display: flex;
    justify-content: space-between;
}

.sidebar .walking  .text {
    position: relative;
    max-width: 250px;
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.cal div {
    display: flex;
}

.cal div.date {
    margin-bottom: 15px;
}

.cal div .timecontent {
    position: relative;
    color: #FFF;
    font-family: var(--font-standard);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: -1px;
}

.cal div img {
    margin-right: 15px;
    height: 30px;
    width: auto;
}

.sidebar .walking .yesno * {
    color: var(--currentslide);
    font-family: var(--font-title);
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0px;
}

.progressbar .text {
    display: flex;
}

.progressbar .text .next {
    color: var(--d-0-d-0-d-0, #D0D0D0);
    font-family: var(--font-title);
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 10px;
    margin-top: 6px;
}

.progressbar .text .icon {
    position: relative;
    margin-top: 3px;
    transform: scale(0.7);
}

.progressbar .progesspart {
    position: relative;
    margin-top: 10px;
    height: 15px;
    width: 65%;
    padding-right: 15px;
    border-radius: 5px;
    background: #333;
    overflow: hidden; /* To hide the overflowing part */
}

.progressbar .progesspart::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Initial position outside the progress bar */
    height: 100%;
    width: 100%;
    background: var(--currentslide);
    border-radius: 5px;
    animation: progress 60s steps(9999999) infinite; /* 5 minutes (300 seconds) animation with a higher frame rate */
}

.slideritems .content {
    background: linear-gradient(45deg,#141414 25%,#212121 25%,#212121 50%,#141414 50%,#141414 75%,#212121 75%,#212121);
    background-size: 200px 200px;
    background-position: 0 0;
    animation: 15s linear infinite stripes-animation;
}

.hugetitle, .hugetitle * {
    display: flex;
    font-family: 'TuskerGrotesk', sans-serif;
    font-size: 40px;
    margin-top: 0px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1.8px;
    -webkit-text-stroke-color: #A7A7A7;
    text-transform: uppercase !important;
}

.blockcontent {
    position: relative;
    margin-bottom: 20px;
    border-radius: 20px;
    margin-top: 15px;
    padding: 30px;
    background: var(--Linear, linear-gradient(97deg, #272727 2.06%, #1C1C1C 100%));
}

.hugetitle img {
    height: 30px;
    width: auto;
    margin-right: 15px;
    margin-top: 10px;
}

.slide-item {
    margin-bottom: 30px;
}


mark {
    padding: 0;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--currentslide) !important;
    background: transparent;
}

mark.redmark {
    margin-right: 10px;
    font-size: 45px;
    margin-top: -10px;
    max-height: 15px;
}

mark.whitemark {
    -webkit-text-stroke-color: #fff !important;
    margin-left: 5px;
}

#main-content .content {
    display: none;
}

#main-content .content.active {
    display: block;
}

@keyframes stripes-animation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200px 0;
    }
}

@keyframes progress {
    0% {
        left: -100%; /* Start from the left outside the progress bar */
    }
    100% {
        left: 100%; /* End at the right outside the progress bar */
    }
}

.weathercal .groningen {
    position: relative;
    max-width: 50%;
    display: flex;
}

.weathercal .groningen img {
    margin-right: 15px;
}

.weathercal .groningen .text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.topcontainer {
    display: flex;
    justify-content: space-between;
}

.weatherstat {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 15px;
}

.sidebar .walking .text {
    position: relative;
    letter-spacing: -1.5px;
    color: #FFF;
    font-family: var(--font-standard);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 6px;
}

.quotecontent {
    padding: 10px 0 30px 0;
    color: #D0D0D0;
    font-family: var(--font-standard);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1.19px;
}

.bijzonderheden-content {
    padding: 10px 0;
    color: #D0D0D0;
    font-family: var(--font-standard);
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1.19px;
}

.quote-date {
    color: #FFF;
    font-family: var(--font-standard);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.225px;
}

ul.slick-dots {
    position: relative;
    bottom: unset;
}

ul.slick-dots li button {
    border: 0;
    text-indent: 99px;
    width: 10px;
    height: 10px;
    font-size: 0px;
    margin: 0 5px;
    background: #ffffff;
    padding: 0;
    border-radius: 50%;
    padding: 7px;
}

.bijzonderheden-content h2 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
}

.vacature-item {
    position: relative;
    margin-bottom: 30px;
    border-radius: 6px;
    margin-top: 15px;
    padding: 70px 40px;
    background: var(--Linear, linear-gradient(97deg, #272727 2.06%, #1C1C1C 100%));
    margin-right: 15px;
}

ul.slick-dots li.slick-active button, ul.slick-dots li button:hover {
    background: var(--currentslide) !important;
    border: 2px solid var(--currentslide) !important;
}

ul.slick-dots li button {
    background: transparent !important;
    border: 2px solid #fff !important;
}


.beloning {
    position: absolute;
    right: -60px;
    top: 5px;
    background: #fff;
    transform: rotate(42deg);
    padding-top: 22px;
    padding: 10px 80px 10px 80px;
}

.beloning.sea-title {
    background: #00EBDB;
}

.beloning.seo-title {
    background: #DF467E;
}

.beloning.social-title {
    background: #FFDF4F;
}

.beloning.email-title {
    background: #ff5438;
}

.first-word {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}

#email-item .first-word {
    color: #00EBDB;
}

#seo-item .first-word {
    color: #DF467E;
}

#social-item .first-word {
    color: #FFDF4F;
}

div#Social\ specialist .first-word {
    color: #FFDF4F;
}

div#SEO\ specialist .first-word {
    color: #DF467E;
}

.rewardsslick {
    width: 100vw;
    overflow: hidden;
}

.beloning .titeltje {
    color: #1C1C1C;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--font-title);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.post-image {
    text-align: center;
}

.beloning .prices {
    color: #1C1C1C;
    opacity: 0.8;
    text-align: center;
    font-family: var(--font-title);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-top: 2px;
}

.vacature-title {
    margin-top: 50px;
}

.vacature-title.seo-title .first-word {
    color: #de457e !important;
}

.vacature-title.seo-title .first-word::after {
    content: "🔎";
    margin-left: 7px;
    position: relative;
    top: -1px;
}

.vacature-title.sea-title .first-word {
    color: #61c0c4 !important;
}

.vacature-title.sea-title .first-word::after {
    content: "🏷️";
    margin-left: 7px;
    position: relative;
    top: -1px;
}

.vacature-title.social-title .first-word {
    color: #f3d54c !important;
}

.vacature-title.social-title .first-word::after {
    content: "🚀";
    margin-left: 7px;
    position: relative;
    top: -1px;
}

.vacature-title.email-title .first-word {
    color: #ff5438 !important;
}

.vacature-title.email-title .first-word::after {
    content: "✉️";
    margin-left: 7px;
    position: relative;
    top: -1px;
}

.vacature-title.default-title .first-word::after {  
    content: "🧑‍💻";
    margin-left: 7px;
    position: relative;
    top: -1px;
}

.vacature-item {
    overflow: hidden !important;
    width: 348px;
}

.quotecontent {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4; 
    -webkit-box-orient: vertical;
    height: 126px;
    margin-bottom: 25px;
}

.quotecontent * {
    font-size: 20px;
}

.openstaantekst {
    color: #585858;
    font-family: var(--font-title);
    font-size: 28px;
    font-style: normal;
    text-transform: uppercase;
    height: 50px;
}

.openstaantekst mark {
    position: relative;
    top: -3px;
    font-size: 24px;
    color: var(--currentslide);
}

.vacature-title {
    margin-top: 0px;
    position: relative;
    max-width: 80%;
    font-family: var(--font-title);
    font-size: 29px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}

.vacature-item .quotecontent {
    font-size: 18px;
    padding: 15px 0 30px 0;
}

.niveau {
    margin-bottom: 10px;
}

.niveau p, .uren-per-week p {
    margin: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.26px;
}

.niveau, .uren-per-week {
    color: #D0D0D0;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.niveau img {
    position: relative;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    object-fit: contain;
}

.uren-per-week img {
    position: relative;
    margin-right: 15px;
    height: 26px;
    width: 26px;
    object-fit: contain;
}


.first-item, .second-item, .third-item {
    overflow: hidden;
}

.blockcontent.team {
    display: flex;
    padding: 0;
    justify-content: space-between;
    gap: 10px;
}

.blockcontent.team img {
    border-radius: 20px 0 0 20px;
    max-height: 143px;
    width: 100%;
    object-fit: cover;
}

.dateconent {
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blockcontent .name {
    color: #FFF;
    font-family: var(--font-standard);
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
    letter-spacing: 1.4px;
}

.taxonomy-aangenomen-voor {
    color: #D0D0D0;
    font-family: var(--font-title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.teamcontent {
    display: flex;
    align-items: center;
    justify-content: start;
    flex: 1;
    margin-left: 10px;
}

.blockcontent .thumbnail {
    width: 150px;
    object-fit: cover;
}

.startbij {
    color: #D0D0D0;
    font-family: var(--font-title);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.blockcontent.team .quote-date {
    color: #FFF;
    font-family: var(--font-standard);
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
}

.vacature-item.wick img {
    position: relative;
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 15px;
}

.vacature-item.wick .title {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.vacature-item.wick .taxonomy-nieuwe-functie {
    color: #FFF;
    text-align: center;
    font-family: var(--font-title);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vacature-item.wick {
    padding: 30px 15px;
}

.vacature-item.wick .date {
    margin: auto;
    padding: 8px 30px;
    border-radius: 6px;
    color: #FFF;
    border: 2px solid #FFF;
    margin-top: 5px;
    font-family: var(--font-title);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    max-width: 170px !important;
    text-align: center;
    position: relative;
    margin-top: 15px;
    letter-spacing: 0.3px;
}

.progress-container {
    width: 85%;
    background-color: #4A4A4A;
    border-radius: 5px;
    overflow: hidden;
}


.content-item {
    padding: 60px 40px 90px 40px;
    background: #252525;
    margin-top: 15px;
    border-radius: 10px;
}

.content-item.traj {
    padding: 40px;
}

.howmuch {
    margin-bottom: 15px;
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    color: #4A4A4A;
}

.content-item.fla {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    gap: 25px;
}

.content-item.fla .contety {
    height: 100%;
}

.content-item.fla .image {
    width: 1000px;
}

.contenty p {
    margin-bottom: 10px;
}

.contenty .title {
    font-family: var(--font-title);
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.contenty .text {
    color: var(--d-0-d-0-d-0, #D0D0D0);
    font-size: 18;
    font-style: normal;
    font-weight: 500;
}

.content-item.fla .image img {
    position: relative;
    height: 328px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.onze-nieuwe-toppers .content-item {
    padding: 93px 40px 110px 40px;
}

.howmuch {
    margin-bottom: 25px;
    text-align: center;
    font-size: 69px;
    font-weight: bold;
    color: #4A4A4A;
}

.howmuch span {
    font-size: inherit;
    font-weight: inherit;
    color: #FFF;
}

.percentage {
    position: relative;
    margin-top: -25px;
    right: -89%;
    color: #FFF;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.12px;
}

.taxonomy-nieuwe-functie .first-word {
    color: var(--currentslide);
}

.toppart.names {
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}

.traject-sec {
    margin-top: 20px;
}

.toppart.names div {
    width: 14%;
}

.toppart.names div.start-traj {
    width: 16%;
}


.toppart.names div.name-client {
    width: 28%;
}

.start-traj, .name-client, .mon-con {
    font-family: var(--font-title);
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.sea-con .text, .seo-con .text, .social-con .text, .email-con .text, .total-con .text  {
    font-family: var(--font-title);
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.sea-con svg, .seo-con svg, .social-con svg, .email-con svg {
    height: 27px;
    width: auto;
    margin-right: 5px;
    margin-top: -10px;
}

.sea-con, .sea-con * {
    color: #FF5438 !important;
    fill: #FF5438;
}

.seo-con, .seo-con * {
    color: #DF467E !important;
    fill: #DF467E;
}

.social-con, .social-con * {
    color: #FFDF4F !important;
    fill: #FFDF4F;
}

.email-con, .email-con * {
    color: #00EBDB !important;
    fill: #00EBDB;
}

.total-con, .total-con * {
    color: #ffffff !important;
}

.repeateritem {
    position: relative;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    padding: 15px;
    background: var(--2-c-2-c-2-c, #2C2C2C);
    width: 100%;
}

.repeateritem div {
    width: 14%;
}

.con-im.los {
    width: 16%;
}

.con-im.los.dos {
    width: 28%;
}

.repeateritem * {
    font-size: 20px;
}

.titlepart {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.managementdoel {
    display: flex;
    justify-content: space-between;
}

.titlepart .omschrijving, .titlepart .deadline {
    color: #FFF;
    font-family: var(--font-title);
    font-size: 24px;
    letter-spacing: 0.5px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.content-item.md {
    padding: 30px 30px;
}

.managementdoel {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #343434;
}

.managementdoel .omschrijving {
    position: relative;
    max-width: 80%;
    color: #FFF;
    font-style: normal;
    font-size: 21px;
    font-weight: 300;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.managementdoel .omschrijving p {
    color: #FFF;
    font-style: normal;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0;
}


.blokkr {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.blokkr .deadline {
    position: relative;
    margin-top: 10px;
    -webkit-text-stroke-width: 1.1px;
    font-size: 30px;
    margin-right: 5px;
}

.blokkr .deadline mark {
    -webkit-text-stroke-width: 1.1px;
    font-size: inherit;
    position: relative;
    margin-left: 10px;
}

.content-item.av {
    padding: 15px;
    justify-content: space-around;
    display: flex;
}

.content-item.av .title {
    color: #D0D0D0;
    font-family: var(--font-title);
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.content-item.av .score {
    color: #FFF;
    font-family: var(--font-title);
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.managementdoel .deadline {
    position: relative;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
}

.managementdoel:nth-last-child(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none !important;
}

.wibg {
    padding: 50px;
    background: var(--2-c-2-c-2-c, #2C2C2C);;
    position: relative;
    width: 50%;
}

.nobg {
    padding: 50px;
    background: transparent;
    position: relative;
    width: 50%;
}

.training {
    position: relative;
    max-width: 300px;
    min-width: 250px;
    border-radius: 10px;
    background: #2C2C2C;
    box-shadow: 0px 6px 14px -1px rgba(0, 0, 0, 0.16);
    margin-bottom: 0px;
    margin-right: 15px;
}

.slide-item.onze-nieuwe-toppers.trin {
    margin-top: 40px;
}

.left-col {
    padding-right: 30px;
}

.training img {
    margin-bottom: 10px;
    height: 130px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.training .title  {
    padding: 4px 15px;
    margin-bottom: 5px;
    margin-top: 8px;
    color: #FFF;
    font-family: var(--font-title);
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.4px;
    flex: 1;
    text-transform: uppercase;
}

.training .date  {
    padding: 0 15px;
    color: var(--d-0-d-0-d-0, #D0D0D0);
    margin-bottom: 5px;
    font-size: 18px;
}

.trainingslider {
    overflow: hidden;
    width: 100%;
    margin-top: 15px;
}

.trainingslider .training {
    width: 320px;
    height: 300px;
    display: flex !important;
    flex-direction: column;
}

.training .fromto  {
    padding: 0 15px 15px;
    color: #FFF;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.05px;
}

.date-slider {
    padding: 0 15px;
}

.content-item.bb {
    display: flex;
    justify-content: space-between;
    overflow-x: hidden;
    width: 100%;
    position: relative;
    padding: 30px;
}


.titlefield {
    display: flex;
    justify-content: start;
}

.titlefield .svg * {
    height: 30px;
    width: auto;
    margin-right: 10px;
    color: #FFF;
    fill: #FFF;
}

.titlefield .title {
    position: relative;
    margin-top: 0px;
    color: #FFF;
    font-family: var(--font-title);
    font-size: 22px;
    letter-spacing: 0.4px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.jarigop {
    color: var(--d-0-d-0-d-0, #D0D0D0);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
}

.birthdayslider {
    padding-bottom: 20px;
    border-bottom: 1px solid #5C5C5C;
    margin-bottom: 20px;
}

.birthday {
    position: relative;
    width: 330px;
    background: #2C2C2C;
    padding: 20px;
    border-radius: 10px;
    margin-right: 15px;
}

.content-item.ss {
    padding: 30px;
}

.toppart {
    display: flex;
    justify-content: start;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #5C5C5C;
}

.titlo {
    display: flex;
    justify-content: start;
    margin-bottom: 5px;
}

.titlo .svg * {
    height: 30px !important;
}

.col-md-6.news-item {
    margin-bottom: 15px;
}

.col-md-6.news-item .date {
    position: relative;
    margin-bottom: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #00EBDB;
    font-size: 19px;
    line-height: 1;
    font-style: normal;
    font-weight: 700;
}

.col-md-6.news-item .contento {
    color: var(--d-0-d-0-d-0, #D0D0D0);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4; 
    -webkit-box-orient: vertical;
    height: 110px;
}

.titlo .title {
    color: #FFF;
    font-family: var(--font-title);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.336px;
    text-transform: uppercase;
    margin-top: 3px;
}

.blabo {
    padding: 20px 15px;
    background: #2C2C2C;
    border-radius: 10px;
    height: 100%;
}

.blabo svg {
    width: 25px;
    height: 25px;
}

.bb .title mark {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    color: var(--currentslide) !important;
    -webkit-text-stroke-width: 0.5px !important;
    -webkit-text-stroke-color: var(--currentslide) !important;
}

.bijzonderheden, .quote-peter {
    margin-bottom: 30px;
}

.slide-item.bijzonderheden, .slide-item.quote-peter {
    margin-top: 40px;
    position: relative;
}

.slide-item.promotie {
    margin-top: 20px;
}

.slide-item.onze-nieuwe-toppers {
    margin-bottom: 40px;
}

.vacature-item {
    max-width: 400px;
    margin-right: 15px !important;
}


#sea-item, #seo-item, #social-item, #email-item {
    min-width: 348px;
}

.vacature-item.wick {
    position: relative;
    min-width: 258px;
}

.promotionslick {
    overflow: hidden;
    width: 100vw;
}

.promotionslick .vacature-item {
    width: 348px;
}

/* disable scroll bar */
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: make scrollbar area transparent */
  }
  
  /* For Firefox */
  body {
    scrollbar-width: thin;  /* "auto" or "thin" */
    scrollbar-color: transparent transparent;  /* track color, thumb color */
  }

  mark.seo {
    color: #FF5438 !important;
  }

 .eapp-weather-weather-info {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 100% !important;
}