
a {
    color: unset;
}


@font-face {
    font-family: Octosquares-regular;
    src: url(/css/webfonts/Octosquares_regular.ttf);
}

@font-face {
    font-family: Octosquares-light;
    src: url(/css/webfonts/Octosquares_light.ttf);
}

@font-face {
    font-family: Octosquares-medium;
    src: url(/css/webfonts/TT_Octosquares_Medium.ttf);
}

/* font family */

.light-font {
    font-family: "Octosquares-light" !important;
}

.regular-font {
    font-family: "Octosquares-regular" !important;
}

.med-font {
    font-family: "Octosquares-medium" !important;
}

/* font family end */


/* font size */

.tm-header-1 {
    font-size: 70px;
    line-height: 75px;
}

.tm-header-2 {
    font-size: 60px;
    line-height: 65px;
}

.tm-header-3 {
    font-size: 40px;
    line-height: 50px;
}

.tm-header-4 {
    font-size: 20px;
    line-height: 40px;
}

.highlighted-fontsize {
    font-family: "Octosquares-light";
    font-size: 30px;
    line-height: 42px;
}

.basic-fontsize {
    font-family: "Octosquares-regular";
    font-size: 18px;
    line-height: 32px;
}

.light-fontsize {
    font-size: 16px;
    line-height: 28px;
}

/* font size end */

html {
    scroll-behavior: smooth;
}

.edit-button {
    background-color: green;
    color: white;
    border: 1px dashed white;
    padding: 5px 12px;
    z-index: 10;
    border-radius: 17px;
}

.button_action--edit {
    background-color: green;
    color: white;
    border: 1px dashed white;
    z-index: 2;
    position: absolute;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    -webkit-box-shadow: unset;
    transition: background-color 5000s ease-in-out 0s;
}

.light-form input:-webkit-autofill,
.light-form input:-webkit-autofill:hover,
.light-form input:-webkit-autofill:focus,
.light-form textarea:-webkit-autofill,
.light-form textarea:-webkit-autofill:hover,
.light-form textarea:-webkit-autofill:focus,
.light-form select:-webkit-autofill,
.light-form select:-webkit-autofill:hover,
.light-form select:-webkit-autofill:focus {
    -webkit-text-fill-color: #1D1356;
}

/* colors */
.white-text {
    color: #fff !important;
}

.pink-text {
    color: #FD3A56 !important;
}

.pink-bg {
    background-color: #FD3A56 !important;
}

.blue-text {
    color: #1D1356 !important;
}

.blue-bg {
    background: #1D1356 !important;
}

.yellow-text {
    color: #FAB51C !important;
}

.yellow-bg {
    background: #FAB51C !important;
}

.green-text {
    color: #4EC2A2 !important;
}

.green-bg {
    background: #4EC2A2 !important;
}

/* colors end */

.tm-max-width {
    row-gap: 50px;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.tm-max-width-wide {
    max-width: 1350px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.tm-margin-x {
    margin-right: 100px;
    margin-left: 100px;
}

.tm-margin-y {
    margin-top: 50px;
    margin-bottom: 50px;
}

.img-bg {
    background-size: cover;
    background-position: center center;
}

/* menu start */

.menutext {
    font-family: "Octosquares-medium";
}

.side-button {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    width: 285px;
    height: 50px;
    background: #FD3A56;
}

.side-button div {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #1D1356;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: "Octosquares-regular";
}

.tm-navbar {
    background-color: #1D1356;
}

.page-673 .tm-navbar, .page-673 .desktop-nav .logo-square {
    background-color: #FD3A56;
}

.page-673 .side-button {
    background: #1D1356;
}

.breadcrumb-Links-row {
    display: flex;
    justify-content: space-between;
}

.tm-navbar .desktop-nav {
    height: 130px;
    margin: 37px 82px 0 58px;
}

.desktop-menu-items {
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-Links-row .desktop-menu-items .breadcrumb-Links .menutext {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
}

.page-673 .desktop-menu-items .menutext:hover {
    color: #1D1356;
}

.breadcrumb-Links-row .desktop-menu-items .breadcrumb-Links .menutext:hover {
    color: #FD3A56;
}

.breadcrumb-Links-row .desktop-menu-items .breadcrumb-Links .menutext.active {
    color: #FD3A56;
    position: relative;
}

.desktop-menu-items .menutext.active::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #FD3A56;
    margin-right: 10px;
    vertical-align: middle;
}

.desktop-menu-items .menuitems_501:hover {
    font-size: inherit;
    line-height: inherit;
}

.desktop-nav .logo-square {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 230px;
    background-color: #1D1356;
    z-index: 1;
}

.bekijk-icon-sitemap {
    color: #FD3A56;
}

.page-136 .desktop-nav .logo-square {
    height: unset;
}

.maincontainer .regulartext.sitemap-title {
    color:  #1D1356;
    font-family: "Octosquares-medium";
}

.maincontainer .sitemap-txt {
    color:  #1D1356!important;
    font-family: "Octosquares-medium";
}

.desktop-nav .nav-logo {
    z-index: 2;
}

.tm-btn .pijltje {
    margin-left: 14px;
    width: 12px;
}

.vacitem-background {
    position: relative;
    z-index: 5;
    background: #FD3A56;
}

.bg-orange {
    background: #1D1356;
}

.page-175 .formblock-class {
    z-index: 1;
}

/* memu end */

/* login page */


.tm-dark-bg {
    background-color: #2E040A;
}

.TM-theme .desktop-nav .tm-purple-bg {
    background-color: #170329;
}

.desktop-nav .tm-login-btn {
    width: 130px;
    height: 45px;
    border-radius: 11px;
    background: #FD3A56;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-nav .tm-login-btn span {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}

.breadcrumb-Links {
    padding-top: 30px;
    padding-bottom: 30px;
}

.tm-formblock {
    background-size: cover;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-formblock .tm-login-form {
    border-radius: 36px;
    background: #1d1356ba;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5.449999809265137px);
}

.tm-formblock .tm-login-form .form-header {
    padding: 0 15px;
    text-align: left;
}

.tm-formblock .tm-login-form .form-header h4 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tm-formblock .formblock-class, .tm-formblock .formtab,
.formblock-class.tm-formblock,
.formblock-class.tm-formblock input[type="text"],
.formblock-class.tm-formblock input[type="password"] {
    background-color: unset;
}

.tm-login-form {
    padding: 40px;
    margin: 0 auto;
    max-width: 500px;
}

.tm-login-form .group-body span {
    color: #FFF;
    font-family: "Maven Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 87.5% */
}

.tm-login-form .group-body .control-body {
    border-radius: 13px;
    background: #170329;
    flex-shrink: 0;
}

.tm-login-form .wt-button.save {
    background: #FD3A56;
    color: #1D1356;
    width: 390px;
    border-radius: 0;
}

.wt-button {
    background-color: #FD3A56;
    color: #1D1356;
    border-radius: 0;
}


/* login page end */

/* button styles */

.tm-button {
    padding: 14px 22px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-family: "Octosquares-regular";
    font-weight: 600;
}

.tm-button .pijltje {
    margin-left: 14px;
    width: 12px;
    margin-top: -4px;
}

.formline-body {
    margin-top: 30px;
}

/* button styles end */


/* text section */

.tm-text-block {
    padding-top: 84px;
    padding-bottom: 84px;
    gap: 60px;
}

.tm-text-block .tm-button {
    margin-top: 30px;
}

.tm-text-block .left, .tm-text-block .right {
    max-width: 682px;
}

.tm-text-block .button {
    padding-top: 30px;
}

/* text section end */


/* headerblock start */

.headerblock-home .img-block {
    height: 825px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.headerblock-home .img-block .filter {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.headerblock-home .img-block .text-block .basic-fontsize {
    padding-bottom: 40px;
}

.headerblock-home .img-block .text-block {
    position: absolute;
    right: 0;
    bottom: -89px;
    max-width: 693px;
}

.headerblock-home .img-block .text-block h1 {
    padding: 0 138px 29px 80px;
    color: #fff;
}

.headerblock-home .img-block .text-block .tm-square {
    padding: 62px 138px 29px 80px;
    color: #fff;
}

.headerblock-home .arrow-block .arrow-down {
    display: block;
    margin: 0 auto;
    padding-top: 85px;
}

.headerblock-home .arrow-block {
    height: 200px;
}

.headerblock .headerblock-top {
    display: flex;
    width: 100%;
}

.headerblock .headerblock-top .img-block {
    background-size: cover;
    background-position: center center;
    height: 550px;
    flex-basis: 65%;
    position: relative;
}

.headerblock .headerblock-top .img-block .tm-square {
    width: 190px;
    height: 145px;
    position: absolute;
    right: -2px;
    bottom: -2px;
}

.headerblock .headerblock-top .text-block {
    flex-basis: 35%;
    margin: auto 100px auto 46px;
    position: relative;
}

.headerblock .headerblock-top .text-block .tm-button {
    margin-top: 30px;
}

.headerblock .headerblock-top .img-block .tm-square .arrow-down {
    position: absolute;
    bottom: -60px;
    right: -10px;
}

.headerblock .headerblock-top .text-block > div {
    max-width: 490px;
}

.headerblock .headerblock-bottom .text {
    max-width: 977px;
    margin: 130px auto 50px auto;
}

.headerblock h1 {
    margin-bottom: 30px;
}

/* headerblock end */


/* afterheader-section */

.afterheader-section {
    position: relative;
    width: 100VW;
}

.afterheader-section .img-block {
    width: 100%;
    display: flex;
    justify-content: end;
}

.afterheader-section .img-block .img {
    width: 1000px;
    height: 780px;
}

.afterheader-section .text-block {
    position: absolute;
    bottom: 0;
    right: 55%;
    background-color: #fff;
    padding: 50px 100px 50px 0;
    width: 530px;
}

.afterheader-section .img-block .img .tm-square {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 170px;
    height: 170px;
}

.afterheader-section .text-block .text {
    margin-top: 16px;
}

.afterheader-section .text-block .tm-button {
    margin-top: 30px;
}

.afterheader-section .text-block .header {

}

/* afterheader-section */


/* bakkiekoffie-section */

.bakkiekoffie-section {
    padding: 60px 114px 0 114px;
}

.bakkiekoffie-section > div {
    margin: 100px auto 50px auto;
    gap: 300px;
}

.bakkiekoffie-section .bakkiekoffie-textblock {
    max-width: 470px;
}

.bakkiekoffie-section .bakkiekoffie-textblock .header {
    margin-bottom: 29px;
}

.bakkiekoffie-section .bakkiekoffie-textblock .text {
    margin-bottom: 29px;
}

/* bakkiekoffie-section end */


/*greentextblock start*/

.greentextblock {
    background: #4EC2A2;
    width: 100%;
    min-height: 1000px;
}

.greentextblock h1,
.greentextblock p {
    color: white;
}

/*greentextblock end*/

/*tmcontactblock start*/

.tmcontactblock {
    background: #1D1356;
    width: 100%;
    min-height: 1000px;
}

.tmcontactblock h1,
.tmcontactblock p {
    color: white;
}

/*tmcontactblock end*/

/*sliderblock start*/

.tmlogoslider {
    gap: 16px;
}

.tmlogoslider .logoitem {
    width: 239px;
    height: 239px;
    border: solid 1px #E0DCDC;
}

/*sliderblock end*/

/* gallery section */

.gallery-section .slider-section {
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-section .slider-section .tm-slider-square-1 {
    width: 200px;
    height: 200px;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 1;
}

.gallery-section .slider-section .tm-slider-square-2 {
    width: 200px;
    height: 200px;
    position: absolute;
    left: -1px;
    bottom: -1px;
    z-index: 1;
}

.gallery-section .slider-section #triggerLeft {
    position: absolute;
    left: 252px;
    bottom: 36px;
    z-index: 5;
}

.gallery-section .slider-section #triggerRight {
    position: absolute;
    right: 52px;
    bottom: 36px;
    z-index: 5;
}

.gallery-section .slider-section {
    padding-top: 130px;
}

.tm-square-section .tm-square {
    height: 108px;
    width: 401px;
}

/* gallery section end*/

/* cards section */

.cards-section .cards-block {
    margin-top: 80px;
    position: relative;
    flex-wrap: wrap;
    gap: 112px 30px;
}

.cards-section.bouw_mee .tm-square {
    position: absolute;
    top: -190px;
    left: -2px;
    background-color: #fff;
    width: 280px;
    height: 192px;
}

.pink-bg.cards-section .tm-card .card-icon-square {
    background-color: #FD3A56;
}

.cards-section .cards-block .tm-card {
    border: 3px solid #1D1356;
    max-width: 400px;
    padding: 50px 40px;
    flex-basis: 33%;
}

.faq-cards.cards-section .cards-block .tm-card {
    padding: 50px 23px 27px 23px;
    flex-basis: 33%;
}

.cards-section .tm-card .card-icon-square {
    background-color: #fff;
    padding: 40px 55px;
    margin-top: -128px;
}

.cards-section .tm-card .card-icon-square img {
    width: 73px;
}

.cards-section .tm-card .tm-card-header {
    font-size: 26px;
    line-height: 36px;
    font-family: "Octosquares-medium";
    text-align: center;
}

.faq-cards.cards-section .tm-card:not(.extended) .tm-card-header {
    min-height: 170px;
}

.cards-section .tm-card .text {
    min-height: 125px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.faq-cards.cards-section .tm-card .text {
    margin: 0;
}

.faq-cards.cards-section .tm-card.extended .extention {
    height: unset;
}

.faq-cards.cards-section .tm-card .text {
    min-height: unset;
}

.faq-cards.cards-section .extended.tm-card .text {
    margin-top: 30px;
    color: #FD3A56 !important;
}

.cards-section .tm-card .extend-button {
    height: 130px;
    cursor: pointer;
}

.faq-cards.cards-section .tm-card .extend-button {
    height: unset;
}

.cards-section .tm-card .extention {
    display: none;
}

.cards-section .tm-card.extended .extention {
    height: 130px;
    display: block;
    cursor: pointer;
}

.cards-section .tm-card.extended .extend-button {
    display: none !important;
}

.tm-card .short-text,
.tm-card .full-text {
    transition: height 0.3s ease;
}

.tm-card .sponsor-worden-button {
    margin-top: 30px;
}

.text-wrapper .mobile-text-content {
    display: none;
}

.text-wrapper {
    overflow: hidden;
}

/* Show truncated text by default */
.truncated {
    display: block; /* Shown by default */
}

/* Hide full text initially */
.full-text {
    display: none; /* Hidden initially */
}


/* cards section end */

/* partners section */

.partners-section .text-block .right {
    max-width: 500px;
}

.animated-slider.tm-partners-slider {
    display: flex;
    margin-bottom: 50px;
}

.animated-slider.tm-partners-slider .animated-slider-item {
    margin: 10px;
    width: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E0DCDC;
}

.animated-slider.tm-partners-slider .animated-slider-item .logo {
    max-width: 190px;
    max-height: 70px;
}

/* partners section end */

/* videos section */

.tm-video-slider .video-item {
    width: 612px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tm-video-slider .video-item .play-button {
    width: 0;
    height: 0;
    border-left: 53px solid rgba(255, 255, 255, 0.7);
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    cursor: pointer;
}

.videos-section {
    padding-top: 150px;
}

/* videos section end */

/* getDoubleTextImg section */

.double-text-img-section .tm-text-block:last-child {
    padding-bottom: 130px;
}

.double-text-img-section .img-block .img {
    height: 680px;
    width: 100%;
    position: relative;
}

.double-text-img-section .tm-button {
    margin-top: 30px;
}

.double-text-img-section.bouw_mee .img-block .tm-square {
    position: absolute;
    background-color: #fff;
    top: -2px;
    right: -2px;
    width: 170px;
    height: 170px;
}

.double-text-img-section.about .img-block .tm-square {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 240px;
    height: 120px;
}

/* getDoubleTextImg section end */

/* downloads section */

.downloads-section > div {
    flex-wrap: wrap;
    margin-top: 128px;
    margin-bottom: 20px;
}

.downloads-section .download-item {
    flex-basis: 33%;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.downloads-section .download-item .logo {
    background-color: #fff;
    padding: 40px 55px;
    margin-top: -72px;
    width: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.downloads-section .download-item .text {
    margin-top: -24px;
    font-size: 24px;
    line-height: 32px;
    padding: 0 40px 40px 40px;
    text-align: center;
}

.downloads-section .download-item img {

}

.downloads-section .download-item > div {
    width: 274px;
    height: 167px;
    border: 2px solid #1D1356;
}

/* downloads section end */

/* contact section */

.tm-form-section {
    padding-top: 70px;
}

.tm-login-form * {
    font-family: "Octosquares-regular";
}

.control-label {
    color: #fff;
    font-family: "Octosquares-regular";
}

.checkbox-title {
    margin-left: -26px;
}

.light-form .control-label {
    color: #1D1356;
}

.light-form .control-body .tabcontents label {
    color: #1D1356;
    font-family: "Octosquares-regular";
    padding-left: 15px;
}

.light-form.form-container input:not([type="checkbox"]), .light-form.form-container textarea {
    border-color: #1D1356;
    color: #1D1356;
    padding-left: 29px !important;
}

/*.light-form.form-container input:not([type="checkbox"]):focus, .light-form.form-container textarea:focus {*/
/*    border: 12px solid blue!important;*/
/*}*/

.pink-decor-section .tm-square {
    height: 100px;
    width: 883px;
}

.dexgroup, .form-container .contact-form-header {
    width: 843px;
    margin: 0 auto;
}

.error-message {
    color: red;
}

.TM-input .control-label.moveup {
    top: 6px;
}

.formbutton.save .wt-button, .cancel .wt-button {
    background-color: #FD3A56;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Octosquares-light";
    font-size: 16px;
    line-height: 22px;
    border-radius: 0;
    width: 200px;
    margin-left: 15px;
    margin-top: 20px;
    font-family: "Octosquares-regular";
}

.formbutton.save .wt-button > div, .cancel .wt-button > div {
    color: #1D1356 !important;
}

.form-container .dex-actions {
    width: 843px;
    margin: 0 auto;
}

.formbutton.save .wt-button .pijltje {
    height: 20px;
    margin-left: 15px;
    margin-top: -4px;
}

.contact-form {
    padding-bottom: 130px;
}

.TM-input .control-label {
    position: relative;
    left: 27px;
    font-size: 18px;
    font-weight: unset;
    transition: all 0.3s;
}

.TM-input .control-label {
    top: 50px;
}

.textarea-input .control-label {
    top: 74px;
}

.form-container input:not([type="checkbox"]) {
    height: 60px;
    background-color: unset !important;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 29px;
}


.form-container .TM-input {
    width: 843px;
    margin: 0 auto;
}

.light-form .formbutton.save .wt-button {
    margin-top: 70px;
}

.form-container .checkbox-caption {
    margin-top: -100px;
    margin-left: -27px;
}


/* contact section end */

/*footer start*/

.footer .footer-blocks {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 100px;
}

.footer .footer-blocks .footer-block {
    padding: 60px 12px;
    width: 240px;
}

.lowerfooter-section {
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 22px;
    margin-bottom: 50px;
}

.footer.lowerfooter-section > * {
    padding: 0 12px;
}

.footer .footer-links {
    gap: 10px;
}

.footer .lowerfooter-section .lowerfooter-link:hover {
    color: #FD3A56;
}

.footer i {
    font-size: 30px;
    margin-right: 32px;
}

.footer i.fa-pen {
    font-size: unset;
    margin: 0;
}

.bakkiekoffie-section .bakkiekoffie-textblock .text a:hover, .footer a:hover {
    color: #FD3A56;
}


.footer .footer-blocks .footer-block:first-child {
    flex-basis: 30%;
}

.footer .footer-blocks .footer-block:first-child .menuitems {
    column-count: 2;
    min-width: 250px;
}

/* footer end */

/* page 403 */

.tm-403-container {
    max-width: 1200px;
    margin: 70px auto;
}

/* page 403 end */

.team-block .team-item {
    flex-basis: 33%;
    display: flex;
    align-items: center;
}

.team-block .team-item > div {
    width: 242px;
}

.team-block .team-item .name {
    color: #FD3A56;
    margin-top: 236px;
    font-size: 18px;
}

.team-block .team-item .photo {
    width: 212px;
    height: 212px;
    border-radius: 0;
}

.team-block .team-item .item-border {
    border: 2px solid #FD3A56;
    border-radius: 0;
    width: 195px;
    height: 184px;
    top: 46px;
    left: 0;
}

.team-block .team-item .photo .decor-square {
    position: absolute;
    height: 41px;
    width: 59px;
    top: -1px;
    right: -1px;
    z-index: 2;
    background-color: #fff;
}

.team-block .team-item .photo {
    right: 0;
}

.pp-img {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}

.videos-section .video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

.videos-section .popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px;
    background: #1D1356;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.videos-section .popup-content iframe {
    width: 100%;
    height: 450px;
    border: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


/* FAQs block */

.tm-faqs-container .tm-container .faq-item {
    border: 3px solid #1D1356;
    max-width: 1280px;
    margin: 0 auto 60px auto;
    padding: 46px 155px 46px 190px;
}

.tm-faqs-container .tm-container .faq-item h3 {
    font-size: 26px;
    margin: 0;
}

.tm-faqs-container .tm-container .faq-item .descr {
    font-size: 20px;
    line-height: 32px;
    padding-top: 45px;
    padding-bottom: 24px;
}

.tm-faqs-container .tm-container .faq-item .toggler {
    transition: transform 0.3s ease-in-out;
    position: absolute;
    right: 189px;
    top: 23px;
}

.tm-faqs-container .tm-container .faq-item .card-icon-square {
    background-color: white;
    position: absolute;
    top: -34px;
    padding: 0 20px 15px 20px;
}

/* FAQs block end */


@media screen and (max-width: 1440px) {
    .basic-fontsize {
        font-size: 17px;
        line-height: 30px;
    }

    .highlighted-fontsize {
        font-size: 26px;
        line-height: 38px;
    }

    .tm-header-1 {
        font-size: 49px;
        line-height: 70px;
    }

    .tm-header-2 {
        font-size: 45px;
        line-height: 60px;
    }

    .tm-header-3 {
        font-size: 32px;
        line-height: 42px;
    }

    .tm-margin-y {
        margin-top: 90px;
        margin-bottom: 90px;
    }

    .tm-margin-x {
        margin-right: 80px;
        margin-left: 80px;
    }

    .desktop-menu-items .menutext {
        font-size: 14px;
    }

    .desktop-nav .nav-logo img {
        width: 91px;
    }

    .tm-navbar .desktop-nav {
        height: 95px;
        margin-top: 51px;
    }

    .desktop-nav .logo-square {
        width: 233px;
        height: 193px;
    }

    .headerblock-home .img-block .text-block .tm-square {
        padding: 51px 107px 29px 60px;
    }

    .headerblock-home .img-block .text-block h1 {
        padding: 0 138px 30px 60px;
    }

    .headerblock-home .img-block {
        height: 700px;
    }

    .afterheader-section .img-block .img {
        width: 906px;
        height: 651px;
    }

    .tm-button {
        padding: 10px 18px;
        font-size: 14px;
    }

    .tm-button .pijltje, .tm-btn .pijltje {
        margin-left: 12px;
        width: 10px;
    }

    .side-button {
        font-size: 14px;
        width: 261px;
        height: 46px;
    }

    .afterheader-section .text-block {
        padding: 40px 25px 40px 72px;
        bottom: -2px;
    }

    .gallery-section .slider-section {
        padding-top: 90px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .afterheader-section .img-block .img .tm-square {
        right: -2px;
        bottom: -2px;
        width: 143px;
        height: 170px;
    }

    .slider-block {
        max-width: 1147px;
    }

    .gallery-section .slider-section .tm-slider-square-1 {
        width: 180px;
        height: 160px;
    }

    .gallery-section .slider-section .tm-slider-square-2 {
        width: 180px;
        height: 150px;
    }

    /*.cards-section {*/
    /*    padding-top: 30px;*/
    /*    padding-bottom: 0;*/
    /*}*/
    .cards-section .cards-block .tm-card {
        padding: 41px 30px;
    }

    .cards-section .cards-block .tm-card {
        flex-basis: 30%;
    }

    .cards-section .tm-card .tm-card-header {
        font-size: 23px;
        line-height: 34px;
    }

    .cards-section .cards-block {
        gap: 75px 25px;
    }

    .cards-section .tm-card .card-icon-square {
        padding: 14px 48px;
        margin-top: -100px;
    }

    .cards-section .tm-card .card-icon-square img {
        width: 60px;
    }

    .tm-text-block .left {
        margin-right: 40px
    }

    .bakkiekoffie-section {
        padding: 50px 80px 0 80px;
    }

    .bakkiekoffie-section .bakkiekoffie-block img {
        max-width: 250px;
    }

    .bakkiekoffie-section .bakkiekoffie-textblock .header {
        margin-bottom: 20px;
    }

    .bakkiekoffie-section .bakkiekoffie-textblock {
        max-width: 408px;
    }

    .bakkiekoffie-section .bakkiekoffie-textblock .text {
        margin-bottom: 42px;
    }

    .bakkiekoffie-section > div {
        margin: 90px auto 30px auto;
        gap: 200px;
    }

    .footer .footer-blocks {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 80px;
    }

    .lowerfooter-section {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 40px;
    }

    .light-fontsize {
        font-size: 13px;
        line-height: 25px;
    }

    .tm-text-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .headerblock .headerblock-top .text-block {
        flex-basis: 35%;
        margin: auto 80px auto 34px;
    }

    .headerblock .headerblock-bottom .text {
        max-width: 930px;
        margin: 78px auto 70px auto;
    }

    .double-text-img-section .img-block .img {
        height: 554px;
        width: 80%;
    }

    .double-text-img-section.about .img-block .tm-square {
        width: 224px;
        height: 87px;
    }

    .double-text-img-section .tm-text-block:last-child {
        padding-bottom: 70px;
    }

    .videos-section {
        padding-top: 90px;
    }

    .tm-video-slider .video-item {
        width: 556px;
        height: 328px;
    }

    .downloads-section .download-item > div {
        width: 240px;
        height: 161px;
    }

    .downloads-section .download-item .text {
        font-size: 19px;
        line-height: 26px;
    }

    .downloads-section .download-item .logo {
        margin-top: -60px;
    }

    .downloads-section .download-item .logo img {
        width: 40px;
    }

    .pink-decor-section .tm-square {
        height: 60px;
    }

    .pink-decor-section .tm-square .arrow-down {
        margin-bottom: -40px;
        z-index: 5;
    }

    .tm-margin-x {
        margin-right: 30px;
        margin-left: 30px;
    }

    .footer .footer-blocks .footer-block {
        padding: 39px 12px
    }

    .team-block .team-item > div {
        width: 200px;
    }

    .team-block .team-item .photo {
        width: 172px;
        height: 172px;
    }

    .team-block .team-item .photo .decor-square {
        height: 27px;
        width: 45px;
    }

    .team-block .team-item .item-border {
        width: 172px;
        height: 159px;
        top: 43px;
    }

    .team-block .team-item .name {
        margin-top: 190px;
        font-size: 15px;
    }

    .footer .footer-blocks .footer-block {
        flex-basis: 19%;
    }

    .tm-faqs-container .tm-container .faq-item {
        padding: 46px 142px 46px 50px;
    }

    .tm-faqs-container .tm-container .faq-item .toggler {
        right: 79px;
    }

    .tm-faqs-container .tm-container {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 1024px) {

    .tm-margin-y {
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .arrow-down {
        z-index: 9;
        width: 28px;
    }

    .headerblock-home .arrow-block .arrow-down {
        padding-top: 94px;
    }

    .tm-header-1 {
        font-size: 45px;
        line-height: 59px;
    }

    .tm-header-2 {
        font-size: 36px;
        line-height: 50px;
    }

    .tm-header-4 {
        font-size: 15px;
        line-height: 30px;
    }

    .basic-fontsize {
        font-size: 15px;
        line-height: 28px;
    }

    .highlighted-fontsize {
        font-size: 24px;
        line-height: 35px;
    }

    .light-fontsize {
        font-size: 11px;
        line-height: 23px;
    }

    .headerblock-home .img-block {
        height: 591px;
    }

    .headerblock-home .img-block .text-block .tm-square {
        padding: 40px 70px 25px 40px;
    }

    .headerblock-home .img-block .text-block h1 {
        padding: 0 118px 21px 53px;
    }

    .tm-margin-y {
        margin-top: 80px;
        margin-bottom: 80px;
    }


    .tm-navbar .desktop-nav {
        margin: 37px 0 0 58px;
    }

    .desktop-menu-items .menutext {
        font-size: 13px;
    }

    .desktop-nav .logo-square {
        height: 160px;
    }

    .afterheader-section {
        display: flex;
        flex-direction: column;
    }

    .afterheader-section .text-block {
        position: static;
        padding: 0;
        width: 100%;
        margin-bottom: 40px;
    }

    .afterheader-section .img-block .img {
        width: 100%;
        height: 479px;
    }

    .afterheader-section .img-block .img .tm-square {
        width: 95px;
    }

    .gallery-section .slider-section {
        padding-top: 80px;
    }

    .gallery-section .slider-section .tm-slider-square-1 {
        width: 106px;
    }

    .slider-block .tm-carousel-item {
        height: 500px !important;
    }

    .slider-block {
        height: 500px !important;
    }

    .tm-text-block .left {
        flex-basis: 45%;
    }

    .tm-text-block .right {
        flex-basis: 55%;
    }

    .tm-square-section .tm-square {
        height: 51px;
    }

    .cards-section .cards-block {
        flex-wrap: wrap;
    }

    .cards-section .cards-block .tm-card, .faq-cards.cards-section .cards-block .tm-card {
        max-width: 100%;
        flex-basis: 100%;
    }

    .faq-cards.cards-section .tm-card:not(.extended) .tm-card-header {
        min-height: unset;
        padding-bottom: 15px;
    }

    .cards-section .cards-block {
        gap: 75px;
    }

    .tm-card .short-text, .extend-button, .tm-card .collapse-button {
        display: none !important;
    }

    .tm-card .full-text {
        display: block !important;
    }

    .tm-card .extention {
        display: block !important;
    }

    .tm-card .sponsor-worden-button {
        display: block;
    }

    .text-wrapper .mobile-text-content {
        display: block;
    }

    .faq-cards .mobile-text-content {
        color: #FD3A56 !important;
    }

    .tm-card .text-content {
        display: none;
    }

    .animated-slider.tm-partners-slider .animated-slider-item {
        width: 56px;
        height: 78px;
    }

    .animated-slider.tm-partners-slider .animated-slider-item .logo {
        max-width: 80px;
        max-height: 50px;
    }

    .bakkiekoffie-section {
        padding: 50px 30px 0 30px;
    }

    .bakkiekoffie-section > div {
        gap: 130px;
    }

    .bakkiekoffie-section .bakkiekoffie-textblock {
        max-width: 347px;
    }

    .bakkiekoffie-section .bakkiekoffie-block img {
        max-width: 212px;
    }

    .double-text-img-section .img-block .img {
        height: 446px;
        width: 86%;
    }

    .headerblock .headerblock-top .img-block .tm-square {
        width: 190px;
        height: 93px;
    }

    .headerblock .headerblock-top .text-block {
        margin: auto 30px auto 34px;
    }

    .headerblock .headerblock-bottom .text {
        margin: 70px 30px;
    }

    .headerblock .headerblock-top .img-block .tm-square .arrow-down {
        bottom: -40px;
    }

    .downloads-section > div {
        margin-top: 90px;
        margin-bottom: 0;
    }

    .downloads-section .download-item > div {
        width: 185px;
        height: 156px;
    }

    .double-text-img-section.bouw_mee .img-block .tm-square {
        width: 165px;
        height: 100px;
    }

    .cards-section.bouw_mee .tm-square {
        top: -123px;
        width: 274px;
        height: 146px;
    }

    .form-container .TM-input, .form-container .dex-actions, .form-container .contact-form-header {
        width: 700px;
    }

    .form-container .contact-form-header {
        padding-left: 15px;
        padding-right: 15px;
        padding-right: 15px;
    }

    .team-block.tm-max-width {
        max-width: 700px;
    }

    .team-block .team-item {
        flex-basis: 49%;
    }

    .team-block .team-item .photo {
        /*right: unset;*/
        /*left: 70px;*/
    }

    .team-block .team-item .item-border {
        top: 32px;
    }

    .team-block .team-item .name {
        margin-top: 186px;
    }

    .videos-section .popup-content {
        width: 96%;
        padding: 8px;
    }

    .videos-section .popup-content iframe {
        height: 216px;
    }
}

@media screen and (max-width: 991px) {
    .desktop-menu-items {
        display: none;
    }

    .nav-menu-btn .midline, .nav-menu-btn .fullline {
        background-color: #ffffff;
        margin-top: 5px;
        margin-bottom: 7px;
        margin-left: 0;
        width: 35px;
    }

    .tm-navbar .desktop-nav {
        margin: 37px 13px 0 58px;
    }
}

@media screen and (max-width: 768px) {

    .tm-header-1 {
        font-size: 40px;
        line-height: 50px;
    }

    .tm-header-2 {
        font-size: 32px;
        line-height: 42px;
    }

    .tm-header-3 {
        font-size: 25px;
        line-height: 35px;
    }

    .tm-max-width-wide {
        padding-left: 0;
        padding-right: 0;
    }

    .highlighted-fontsize {
        font-size: 19px;
        line-height: 30px;
    }

    .headerblock .headerblock-top .img-block .tm-square {
        width: 130px;
        height: 50px;
    }

    .basic-fontsize {
        font-size: 14px;
        line-height: 25px;
    }

    .tm-margin-x {
        margin-right: 15px;
        margin-left: 15px;
    }

    .tm-margin-y {
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .tm-max-width {
        padding-left: 0;
        padding-right: 0;
    }

    .tm-navbar .desktop-nav {
        margin: 34px 0 0 0;
    }

    .tm-button {
        padding: 8px 18px;
        font-size: 12px;
    }

    .desktop-nav .nav-logo img {
        margin-top: -5px;
        width: 65px;
    }

    .side-button div {
        font-size: 12px;
    }

    .tm-button .pijltje, .tm-btn .pijltje {
        margin-left: 7px;
        width: 7px;
    }

    .side-button {
        width: 195px;
        height: 39px;
    }

    .tm-navbar .desktop-nav {
        height: 62px;
    }

    .desktop-nav .logo-square {
        width: 99px;
        height: 124px;
    }

    .headerblock-home .img-block .text-block h1 {
        padding: 0 30px 10px 15px;
    }

    .headerblock-home .img-block .text-block .tm-square {
        padding: 40px 30px 25px 20px;
    }

    .headerblock-home .img-block {
        height: 506px;
    }

    .afterheader-section .img-block .img {
        height: 372px;
    }

    .afterheader-section .img-block .img .tm-square {
        width: 60px;
        height: 123px;
    }

    .gallery-section .slider-section {
        padding-top: 36px;
    }

    .gallery-section .slider-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gallery-section .tm-text-block, .partners-section .tm-text-block, .double-text-img-section .tm-text-block, .header-block .tm-text-block {
        padding-left: 15px;
        padding-right: 15px;
    }

    .headerblock .headerblock-top .text-block {
        margin: auto 15px auto 15px;
    }

    .headerblock .headerblock-top .img-block .tm-square .arrow-down {
        right: 44px;
    }

    .double-text-img-section .img-block .img {
        height: 360px;
        width: 95%;
    }

    .cards-section.bouw_mee .tm-square {
        top: -29px;
        height: 50px;
    }

    .videos-section {
        padding-top: 36px;
    }

    .tm-square-section .tm-square {
        height: 29px;
        width: 297px;
    }

    .gallery-section .slider-section .tm-slider-square-1 {
        width: 60px;
        height: 123px;
    }

    .gallery-section .slider-section .tm-slider-square-2 {
        width: 120px;
    }

    .cards-section .tm-card .tm-card-header {
        font-size: 21px;
    }

    .gallery-section .slider-section #triggerLeft {
        left: 181px;
    }

    .tm-text-block {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .tm-text-block {
        flex-direction: column;
        gap: 18px;
        align-items: start !important;
        padding-left: 0;
        padding-right: 0;
    }

    .tm-text-block .left, .tm-text-block .right {
        max-width: 100%;
    }

    .cards-section .cards-block {
        margin-top: 40px;
    }

    .bakkiekoffie-section > div {
        gap: 50px;
    }

    .bakkiekoffie-section .bakkiekoffie-block img {
        max-width: 137px;
    }

    .bakkiekoffie-section > div {
        margin: 0;
        justify-content: space-around !important;
    }

    .headerblock .headerblock-top .img-block {
        height: 355px;
    }

    .tm-video-slider .video-item {
        height: 200px;
        width: 300px;
    }

    .cards-section .cards-block .tm-card {
        padding: 38px 15px;
    }

    .downloads-section .download-item .text {
        font-size: 15px;
        line-height: 22px;
        padding: 0 23px 20px 23px;
    }

    .downloads-section .download-item > div {
        width: 160px;
        height: 131px;
    }

    .downloads-section .download-item .logo {
        padding: 36px 25px;
        width: 84px;
    }

    .downloads-section > div {
        margin-top: 72px;
        gap: 15px;
    }

    .downloads-section .download-item {
        margin-bottom: 43px;
    }

    .footer .footer-links {
        gap: 4px;
        flex-wrap: wrap;
        justify-content: start !important;
        margin-top: 20px;
    }

    .footer .footer-links p {
        margin-bottom: 3px;
    }

    .lowerfooter-section {
        justify-content: start !important;
        flex-direction: column;
        align-items: self-start !important;
    }

    .footer .footer-blocks .footer-block {
        flex-basis: 50%;
        padding: 17px 15px 0 0;
    }

    .footer .footer-blocks {
        margin-top: 30px;
        padding-bottom: 20px;
        flex-wrap: wrap;
    }

    .form-container .TM-input, .form-container .dex-actions, .form-container .contact-form-header {
        width: 100%;
    }

    .double-text-img-section.bouw_mee .img-block .tm-square {
        height: 56px;
    }

    /*.cards-section {*/
    /*    padding-top: 10px;*/
    /*    padding-bottom: 0;*/
    /*}*/
    .form-container input:not([type="checkbox"]) {
        height: 46px;
    }

    .TM-input .control-label {
        top: 43px;
    }

    .TM-input .control-label {
        font-size: 16px;
    }

    .formbutton.save .wt-button, .cancel .wt-button {
        height: 39px;
        font-size: 13px;
        line-height: 22px;
        border-radius: 0;
        width: 148px;
    }

    .formbutton.save .wt-button .pijltje {
        height: 13px;
        margin-left: 9px;
        margin-top: -3px;
    }

    .contact-form {
        padding-bottom: 90px;
    }

    .pink-decor-section .tm-square {
        height: 32px;
        width: 303px;
    }

    .tm-form-section {
        padding-top: 36px;
    }

    .arrow-down {
        width: 24px;
    }

    .slider-block .tm-carousel-item {
        height: 340px !important;
        width: 100% !important;
    }

    .slider-block {
        height: 340px !important;
    }

    .gallery-section .slider-section .tm-slider-square-2, .gallery-section .slider-section .tm-slider-square-1 {
        width: 139px;
        height: 41px;
    }

    .gallery-section .slider-section #triggerLeft, .gallery-section .slider-section #triggerRight {
        bottom: 16px;
    }

    .team-block.tm-max-width {
        max-width: 100%;
    }

    /*.team-block .team-item .photo {*/
    /*    left: 32px;*/
    /*}*/

    .team-block .team-item .item-border {
        top: 30px;
    }

    .footer i {
        font-size: 21px;
        margin-right: 15px;
    }

    .footer .footer-blocks .footer-block:first-child {
        flex-basis: 100%;
    }

    .bakkiekoffie-section {
        padding: 50px 15px 0 15px;
    }

    .footer .footer-blocks {
        padding-left: 0;
        padding-right: 0;
    }

    .lowerfooter-section {
        padding-left: 0;
        padding-right: 0;
    }

    .tm-faqs-container .tm-container {
        margin-left: 15px;
        margin-right: 15px;
    }

    .tm-faqs-container .tm-container .faq-item h3 {
        font-size: 18px;
        margin: 0;
        padding-right: 30px;
    }

    .tm-faqs-container .tm-container .faq-item {
        padding: 27px 15px 24px 15px;
        margin-bottom: 41px;
        border-width: 2px;
    }

    .tm-faqs-container .tm-container .faq-item .descr {
        font-size: 14px;
        line-height: 26px;
        padding-top: 17px;
        padding-bottom: 2px;
    }

    .tm-faqs-container .tm-container .faq-item .toggler {
        top: 5px;
        width: 19px;
        right: 30px;
    }

    .tm-faqs-container .tm-container .faq-item .card-icon-square {
        top: -26px;
    }

    .tm-faqs-container .tm-container .faq-item .card-icon-square img {
        width: 40px;
    }

}

@media screen and (max-width: 426px) {
    .tm-header-1 {
        font-size: 37px;
        line-height: 47px;
    }

    .tm-header-2 {
        font-size: 28px;
        line-height: 38px;
    }

    .bakkiekoffie-block {
        display: none;
    }

    .afterheader-section .img-block .img .tm-square {
        width: 138px;
        height: 51px;
        left: 0;
    }

    .tm-square-section .tm-square {
        height: 37px;
        width: 256px;
    }

    .cards-section .tm-card .card-icon-square img {
        width: 50px;
    }

    .cards-section .tm-card .card-icon-square {
        padding: 11px 36px;
        margin-top: -83px;
    }

    .cards-section .tm-card .tm-card-header {
        font-size: 19px;
    }

    .tm-text-block {
        padding-top: 29px;
        padding-bottom: 29px;
    }

    .gallery-section .slider-section #triggerRight {
        right: 16px;
    }

    .gallery-section .slider-section #triggerLeft {
        left: 161px;
    }

    .double-text-img-section.about .img-block .tm-square {
        height: 44px;
    }

    .double-text-img-section .img-block .img {
        height: 271px;
        width: 95%;
    }

    .headerblock .headerblock-bottom .text {
        margin: 39px 15px;
    }

    .highlighted-fontsize {
        font-size: 17px;
        line-height: 29px;
    }

    .headerblock-top {
        flex-direction: column;
    }

    .headerblock .headerblock-top .img-block {
        width: 100%;
        height: 200px;
        flex-basis: unset;
    }

    .headerblock .headerblock-top .img-block .tm-square .arrow-down {
        right: 25px;
        bottom: -10px;
    }

    .headerblock .headerblock-top .text-block {
        margin: 30px 15px auto 15px;
    }

    .double-text-img-section .tm-text-block:last-child {
        padding-bottom: 30px;
    }

    .headerblock .headerblock-top {
        display: flex;
        width: 100%;
        overflow: hidden;
    }

    .team-block .team-item .item-border {
        width: 130px;
        height: 130px;
        top: 18px;
    }

    .team-block .team-item .photo {
        width: 130px;
        height: 130px;
        right: 0;
    }

    .team-block .team-item .name {
        margin-top: 140px;
    }

    .tm-faqs-container .tm-container .faq-item .toggler {
        right: 15px;
    }

    .tm-faqs-container .tm-container {
        margin-top: 20px;
    }

    .tm-faqs-container .tm-container .faq-item h3 {
        font-size: 15px;
    }

    .team-block .team-item > div {
        width: 160px;
    }
}

@media screen and (max-width: 375px) {
    .team-block .team-item > div {
        width: 145px;
    }
}

