/*
Theme Name: Beyond
Author: Allart Hoekstra
Version: 1.0
*/

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    font-size: 62.5%;
    line-height: 1.15;
}

#background-container {
    margin-top: 80px;
}
body {
    min-height: 100%;
    background-color: white;
    background: url("img/background.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    color: #000000;
    font-family: "Verdana", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.87em;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow: auto;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    list-style-type: none;
}
table {
    border-collapse: collapse;
    color: #000000;
    font-family: "CantarellRegular", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.7em;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
}
table td {
    border: 1px solid #49c8ef;
    padding: 10px;
    vertical-align: top;
}
td p:last-child {
    margin-bottom: 0px !important;
}

h1,
h2,
h3 {
    color: #49c8ef;
}
h1 {
    margin-bottom: 20px;
    font-size: 25px;
}
h2 {
    margin-bottom: 15px;
}
h3 {
    margin-bottom: 10px;
}
a {
    color: #49c8ef;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
hr {
    margin-bottom: 20px;
    color: #49c8ef;
    height: 2px;
    border: none;
    background-color: #49c8ef;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.navbar {
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
    display: flex;
    padding: 1rem 2rem;
    justify-content: space-between;
    min-height: 80px;
}

.navbar > .left {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.navbar > .left > .divider {
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.navbar .menu-items {
    display: flex;
    gap: 2rem;
    color: rgba(0, 0, 0, 0.8);
}
.navbar .left .logo {
    max-width: 200px;
}

.navbar .right {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.btn {
    background-color: #49c8ef !important;
    color: black !important;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn:hover {
    background-color: #c7eefa !important;
    text-decoration: none;
}

/* -------------------ADDED BY MARIJE ----------------------------  */

/* -------END---------ADDED BY MARIJE ----------------------------  */

#menu-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;

    display: flex;
    align-items: center;
    justify-content: center;
}
#menu-wrapper.menu-bottom {
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30%;
    background-color: #49c8ef;
    height: 65px !important;
}

.menu-container {
    display: table;
    margin-right: auto;
    margin-left: auto;
    height: 35px;
}

.menu-item #social {
    padding: 0px 0px 0px 0px;
}
#menu-main {
    display: table;
    margin-right: auto;
    margin-left: auto;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu-main .menu-item {
    margin: 0px 20px 0px 10px;
    text-align: left;
    /*    line-height: 91px;
*/
}
.sub-menu {
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 10px;
}
.sub-menu .menu-item {
    display: none;
    float: left;
    width: 100%;
    background-color: #49c8ef;
    padding: 0px 15px 0px 15px;
    margin: 0px 0px 0px 0px !important;
    white-space: nowrap;
    line-height: 25px !important;
}
.sub-menu .menu-item:last-child {
    padding-bottom: 10px !important;
}
#footer .sub-menu {
    display: none;
}
#menu-main .menu-item a {
    display: block;
    color: black;
    border: none;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}
.sub-menu .menu-item a {
    font-weight: normal !important;
    font-size: 1.3rem !important;
}
#menu-main .menu-item a:hover {
    color: #ffffff;
}
#menu-main .menu-item a img {
    /*    margin: 5px 0px 0px 0px;
*/
}
#menu-main .menu-item #social li {
    float: left;
    margin: 0px 10px 0px 0px;
}

#breadcrumbs,
#content-wrapper h1,
.standardContent,
.question-list,
.widget-image-gallery,
.list-items,
.calendar-container,
.back-button,
.search-results,
#questions-wrapper,
.social-share,
#documents-wrapper,
.document-single-wrapper,
.question-single-wrapper {
    /*    display: table;
*/
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
}

#content-container #content-wrapper {
    width: 100%;
}
#content-container #content-wrapper #breadcrumbs {
    padding: 20px 0px 20px 0px;
}
#content-container #content-wrapper #content-main {
    min-width: 900px;
}
#content-container #content-wrapper #content-main .list-item-image img {
    width: 200px;
    height: auto;
}
#content-container #content-wrapper #content-main p {
    margin-bottom: 20px;
}
#content-container #content-wrapper #content-main p:last-child {
    margin-bottom: 0px;
}
#content-main ol,
#content-main ul {
    list-style-image: url("img/beyond-bullit.png");
    list-style-position: outside;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-left: 21px;
    overflow: hidden;
}
#content-main ol {
    list-style-image: none !important;
    list-style-type: decimal !important;
}
#content-main ul > li,
#content-main ul > li {
    margin: 3px 0px 3px 0px;
}
#content-main li > ul,
#content-main li > ol {
    margin: 10px 0px 10px 0px;
}
#content-main img {
    max-width: 100%;
}

.topic-card img {
    width: 100%;
}

.standardContent img {
    border: 1px solid #49c8ef;
}
/*
Global widget items
*/
.widget {
    padding-bottom: 15px !important;
}
.widget > *,
.list-items > *,
.question-bullet img,
.menu-item > *,
.search-result-item,
.controls > *,
.document-item {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*.widget > *, .list-items > * {
    margin-bottom: 20px !important;
}
*/
.circle {
    border-radius: 50%;
}
.border {
    border: 1px solid #49c8ef;
}
.center {
    text-align: center;
}
.backgroundColor {
    background-color: #49c8ef;
    padding: 10px 0px 0px 0px;
}
.backgroundColor h2,
.backgroundColor div h2,
.backgroundColor .widget-teasers-default-subtitle {
    color: #000000 !important;
}
.backgroundColor .widget-teasers-default-text {
    color: #ffffff !important;
    margin-bottom: 10px;
}
.backgroundColor .widget.widget-teasers-default {
    padding-bottom: 10px !important;
}
.backgroundColor .border {
    border: 2px solid #ffffff !important;
}
.backgroundColor .widget-teasers-default-subtitle {
    margin-bottom: 10px;
}
.backgroundColor .widget-teasers-default-item:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.bgColorContainer {
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30%;
}

/* 
* social share button 
*/
.social-share {
    padding-bottom: 20px;
    display: block;
    overflow: hidden;
    width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-wrapper {
    margin-top: 10px;
    /*    margin:0px auto;
*/
}
.social-share .social-wrapper div {
    float: left;
    margin: 0px 10px 0px 0px;
}
.social-share .social-wrapper img {
    width: 30px;
    height: auto;
}
.social-share .social-share-text {
    float: none !important;
    clear: both;
    line-height: 30px;
    color: #49c8ef;
    font-weight: bold;
    font-size: 1.3rem;
}
.homepage .social-share .social-wrapper {
    margin: 0px auto !important;
    margin-top: 17px !important;
}

/*
WIDGET: Teasers;
*/
.widget.widget-teasers-default {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.widget .widget-teasers-default-item {
    padding: 15px 15px 15px 15px;
    margin: 0px 0px 0px 0px;
}
.widget .widget-teasers-default-item.noPadding {
    padding: 0px 0px 0px 0px !important;
    width: 280px;
}
.noPadding h2 {
    float: left;
}
.widget .widget-teasers-default-item:last-child {
    margin: 0px 0px 0px 0px;
}
.widget p:last-child {
    margin: 0px 0px 0px 0px !important;
}
.widget .widget-teasers-default-item:hover {
    background-color: rgba(73, 200, 239, 0.1);
    transform: scale(1.1);
    cursor: pointer;
}
.widget.widget-teasers-default .widget-teasers-default-link {
    color: #000000 !important;
    text-decoration: none !important;
}

.widget-teasers-default-image {
    text-align: center;
}
.widget-teasers-default-image img {
    max-width: 100%;
    overflow: hidden;
}
.widget-teasers-default-title {
    margin: 20px 20px 20px 20px;
    text-align: center;
    color: #000000 !important;
    font-size: 14px;
}
.widget-teasers-default-title.noWordWrap {
    white-space: nowrap;
    margin: 0px !important;
}
.widget-teasers-default-title {
    font-size: 18px;
}

.widget-teasers-default-subtitle {
    margin-top: -20px;
    margin-bottom: 10px;
    text-align: center;
    color: #49c8ef;
    font-weight: bold;
}
.widget-teasers-default-text {
    /*    text-align: justify;
    word-spacing: -1px;
*/
}
/*
End Widget teasers
*/

/*
Start List items
*/
.list-items {
}
.list-items .list-item {
    margin-bottom: 20px;
}
.list-items .list-item:hover {
    background-color: rgba(23, 160, 173, 0.1);
    padding: 20px 0px 20px 0px;
}
.list-items .list-item-link {
    color: #000000 !important;
    text-decoration: none !important;
    display: flex;
}
.list-items .list-item .list-item-image {
    flex-basis: 20%;
    margin: 0px 20px 0px 0px;
}
.list-items .list-item .list-item-image img {
    margin-top: 5px;
    border: 1px solid #49c8ef;
}
.list-items .list-item .list-item-content {
    flex-basis: 80%;
}
.list-items .list-item .list-item-content .list-item-title {
}

.list-items .list-item .list-item-content .list-item-text {
}
.list-items .list-item .list-item-content .list-item-textlink {
    margin: 10px 0px 0px 0px;
    color: #49c8ef;
    font-weight: bold;
    text-decoration: underline;
}
.list-items .list-item .list-item-date {
    margin-top: -7px;
    color: #49c8ef;
    margin-bottom: 10px;
}

/*
* Forms
*/
.wpcf7-form label {
    font-weight: bold;
    color: #49c8ef;
    font-size: 1.3rem;
}
.wpcf7-form p:last-child {
    margin-bottom: 0px !important;
}
.standardContent input {
    height: 30px;
    width: 226px;
    border-radius: 15px;
    border: 1px solid #49c8ef;
    line-height: 30px;
    padding: 0px 15px 1px 15px;
}
.standardContent input[type="checkbox"] {
    width: auto !important;
    height: auto !important;
    margin-right: 10px;
}
/* START JVDL EDIT */
.standardContent input[type="radio"] {
    width: 17px !important;
    height: 17px !important;
    margin-right: 10px;
}
/* END JVDL EDIT */
.wpcf7-list-item {
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 0px;
}
.wpcf7-list-item label {
    color: #000 !important;
    cursor: pointer;
}
.standardContent textarea {
    font-size: 1.4rem;
    line-height: 1.87em;
    border: 1px solid #49c8ef;
    padding: 10px;
    border-radius: 15px;
    width: 50%;
}
.hiddenField {
    display: none;
}
input.wpcf7-file {
    border: none !important;
}
.standardContent .bestand input {
    padding: 0px !important;
}
.standardContent .wpcf7-submit {
    background-color: #49c8ef;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
}
.wpcf7-not-valid-tip {
    clear: both;
    display: block;
    margin-top: 5px;
    color: red;
}
.screen-reader-response {
    margin-bottom: 20px;
    color: red;
}
.screen-reader-response ul {
    display: none;
}
.wpcf7-validation-errors {
    color: red;
}

/*
End list litems
*/

/* =WordPress Core
-------------------------------------------------------------- */
/*.alignnone {
    margin: 5px 20px 20px 0;
}*/

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*
Template: eerder gestelde vragen
*/
.question-list {
    padding-bottom: 10px;
    clear: both;
    overflow: hidden;
}
.question-list .question-item {
    margin: 0px 0px 10px 0px;
    padding: 10px;
    background: rgba(23, 160, 173, 0.1);
    width: 100%;
    overflow: hidden;
    clear: both;
    border-radius: 20px;
}
.question-list .question-item:hover {
    background-color: rgba(23, 160, 173, 0.3);
    padding: 10px;
}
.question-list .question-item.open {
    background-color: rgba(23, 160, 173, 0.1);
    padding: 10px;
}
.question-list .question-item.open .question-bullet img {
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
}
.question-list .question-item.open .question-question {
    margin-bottom: 10px;
    font-weight: bold;
    width: 100%;
    clear: both;
    overflow: hidden;
}
.question-list .question-item .question-bullet {
    display: block;
    float: left;
    padding: 0px 10px 0px 0px;
    cursor: pointer;
}
.question-list .question-item .question-bullet img {
    width: 20px;
    height: auto;
}
.question-list .question-item .question-question {
    cursor: pointer;
    font-weight: bold;
}
.question-list .question-item .question-answer {
    display: none;
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-top: 10px;
}
.question-list .question-item .question-answer h2 {
    font-size: 1.5rem;
}
.question-list .question-item p:last-child {
    margin-bottom: 0px !important;
}
.question-question-quesion {
    float: left;
    width: 855px;
}
.question-publication-date {
    float: right;
    font-weight: normal !important;
    color: #49c8ef;
    margin-right: 10px;
}
.ask-kpt {
    margin-top: -15px;
    float: right;
    cursor: pointer;
}

.question-single-wrapper {
    padding: 0px 0px 20px 0px;
}
.question-single-wrapper ul:last-child,
.question-single-wrapper ol:last-child {
    margin-bottom: 0px !important;
}

.question-single-publication-date {
    margin: -15px 0px 15px 0px;
    color: #49c8ef;
}

.facebook-share {
    display: none;
}
.google-share {
    display: none;
}
.mix {
    display: none;
    position: relative;
}
.highlight {
    background-color: rgba(23, 160, 173, 0.3);
}

.linkedin-menu img {
    height: 17px;
    width: auto;
}
.logo-menu img {
    height: 17px;
    width: auto;
}

#background-container {
    margin-bottom: 20px;
}

#header {
    margin: 0px 0px 20px 0px;
}
#subtitle-wrapper {
    color: #49c8ef;
    font-size: 18.4px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 4px;
}
#subtitle-2-wrapper {
}
#subtitle-2-wrapper a {
    color: #aaa;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 4px;
}
/*
* Image gallery
*/
.widget-image-gallery {
    overflow: hidden;
    clear: both;
}
.widget-image-gallery.center {
    text-align: center;
}
.widget-image-gallery h2 {
    clear: both !important;
    margin-bottom: 20px !important;
}
.widget-image-gallery.center .widget-image-gallery-images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-image-gallery-item.shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
}

.widget-image-gallery-item {
    float: left;
    margin: 0px 15px 15px 0px;
}
.widget-image-gallery-item img {
    width: auto;
}
.widget-image-gallery-link {
}
.widget-image-gallery-image {
}
.widget-image-gallery-caption {
    clear: both;
    font-size: 1.1rem;
    font-style: italic;
}
.advancedSearchFilters {
    display: none;
}

#logo-wrapper #logo {
    max-width: 250px;
    margin-top: 30px;
}

.blocks-wrapper {
    padding: 0 20px;
}

.contactInfo {
    display: none;
    margin: 0px auto;
    text-align: center;
    padding: 10px;
    font-size: 12px !important;
    background: rgba(255, 255, 255, 0.97);
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 1px) and (max-width: 767px) {
    #header {
        margin: 0px 20px 30px 0px !important;
    }
    #header #logo-wrapper {
        padding: 0px 0px 0px 0px;
        /*        float: right;*/
    }
    #nav-icon3 {
        left: 50px !important;
        top: 53px !important;
    }
    #header #logo-wrapper #logo {
        height: 43px;
        float: right;
    }
    #logo-wrapper #logo {
        margin-top: 48px !important;
    }

    #header #subtitle-wrapper {
        float: right;
        font-size: 15px;
        display: none;
    }
    #header #subtitle-2-wrapper {
        float: right;
        display: none;
    }
    #header #subtitle-2-wrapper a {
        letter-spacing: 1px;
        font-size: 12px;
    }

    .backgroundColor .widget.widget-teasers-default {
        width: 100% !important;
        margin-top: 0px;
        padding-bottom: 0px !important;
        align-items: center;
        justify-content: center;
    }
    .question-question-quesion {
        width: 100% !important;
    }
    .question-bullet {
        display: none !important;
    }
    .question-publication-date {
        float: left;
        font-weight: normal !important;
        color: #49c8ef;
        margin-right: 10px;
        margin-top: 5px;
    }
    .standardFilter {
        width: 100%;
    }
    .advancedSearchFilters {
        /*        margin: 0px 0px 20px 3px;*/
    }
    .ask-kpt {
        margin-top: -43px;
    }
    #menu-main .menu-item {
        margin-bottom: 0px !important;
    }
    #menu-main .sub-menu {
        display: none;
    }
    .widget-teasers-default-item {
        flex-basis: 50% !important;
        max-width: 50% !important;
    }
    .backgroundColor .widget-teasers-default-item {
        flex-basis: 33% !important;
        max-width: 33% !important;
    }
    .widget-teasers-default {
        display: block !important;
        overflow: hidden;
    }
    .widget-teasers-default-item {
        /*        width:48%;
*/
        margin: 0px 0px 15px 0px !important;
        padding: 0px !important;
        float: left;
    }
    .standardContent img {
        max-width: 100%;
        height: auto;
    }
    .list-items .list-item-link {
        display: block;
    }
    .list-items .list-item .list-item-image {
        width: 100%;
        clear: both;
    }
    .list-items .list-item .list-item-content {
        width: 100%;
        clear: both;
    }
    #content-container #content-wrapper #content-main .list-item-image img {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
    .calendar-image img {
        width: 100%;
        max-width: 100%;
    }
    .calendar-image {
        float: none;
    }
    .document-publication-date {
        float: none;
    }
    .document-title {
        margin-bottom: 0px !important;
    }
    .search-result-item-image {
        border: none;
    }
    .noBorder {
        border: none !important;
    }
    .search-result-item-image img {
        border: 1px solid #49c8ef;
    }
    .search-result-item-title {
        line-height: 24px;
    }
    .question-single-answer {
        margin: 20px auto;
    }
    .question-single-wrapper {
        margin: 0px 20px 0px 20px;
    }
    #content-wrapper h1 {
        line-height: 24px;
    }

    .hero-section h1 {
        line-height: 1.2em !important;
    }
}

/* Niels */

.hero-section {
    background-position: center;
    background-size: cover;
    min-height: 400px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 100px 50px;
}

.countdown-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-inner {
    background-color: white;

    padding: 40px;
    border-radius: 20px;
}

.hero-inner > h1 {
    font-weight: bold;
    font-size: 3rem;
    width: auto !important;
    line-height: 1.2em;
}

.icon-box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-float {
    display: flex;
    gap: 1rem;
}

.inner-content {
    max-width: 1260px;
    margin: 0 auto;
}

.image-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 100px 20px;
}

.image-box img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 20px;
    width: 460px;
}

.image-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
}

.inner-content.reverse .image-wrapper {
    order: -1;
    justify-content: start;
}

.inner-content.reverse .video-wrapper {
    order: -1;
    justify-content: start;
}

.btn-wrapper {
    display: flex;
    gap: 1rem;
}

#footer {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 50px 0;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 0 20px;
}

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

#footer img {
    max-width: 200px;
}

.footer-menu-items {
    display: flex;
    flex-direction: column;
}

.footer-menu-items a {
    color: rgba(0, 0, 0, 0.6) !important;
}

.bolder {
    font-weight: 600;
}

.social-share-icons {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.topic-card {
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
}

.card-content {
    padding: 2rem;
}

.topic-card > img {
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    padding: 0 20px;
}

.spacing-y {
    padding: 100px 0;
}

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

.mobile-navbar {
    background-color: white;
    width: 100%;
    top: 0;
    position: fixed;
    height: 60px;
    display: none;
    align-items: center;
    padding: 0 2rem;
    justify-content: space-between;
}

.mobile-navbar img {
    max-width: 160px;
}

.mobile-navbar button svg {
    color: black !important;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100dvh;
    background-color: white;
    width: 100vw;
    transition: all 0.5s ease;
    padding: 50px;
    gap: 1rem;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.mobile-menu .btn {
    align-self: self-start;
}

.mobile-menu .menu-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hidden {
    transform: translateX(100%);
}

#close-menu {
    position: absolute;
    right: 3rem;
    top: 3rem;
}

.mobile-navbar button {
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
}

.flex-start {
    display: flex;
    gap: 2rem;
}

/* iPads (portrait) ----------- */
@media only screen and (min-width: 1px) and (max-width: 1024px) {
    *,
    *::before,
    *::after {
    }
    html {
        width: 100%;
        height: auto;
    }
    #background-container {
        margin-top: 60px;
    }
    body {
        width: 100%;
        height: auto;
    }
    .standardContent textarea {
        width: 100%;
    }
    #header {
        overflow: hidden;
    }
    #content-container #content-wrapper #content-main {
        min-width: auto !important;
        overflow-wrap: hidden;
    }
    #breadcrumbs,
    #content-wrapper h1,
    .standardContent,
    .question-list,
    .widget-image-gallery,
    .list-items,
    .calendar-container,
    .back-button,
    .search-results,
    #questions-wrapper,
    .social-share,
    #documents-wrapper,
    .document-single-wrapper,
    .widget.widget-teasers-default,
    .question-single-wrapper {
        width: auto !important;
    }
    .widget {
        /*        margin-left: 15px;
        margin-right: 15px;
*/
    }
    .backgroundColor .widget.widget-teasers-default {
        width: 100% !important;
    }
    article {
        width: 100%;
    }
    #menu-wrapper {
        /*        height: 0px !important;
*/
        position: absolute;
        top: 165px;
        width: 100%;
        background: transparent;
    }
    #menu-main {
        position: relative;
        z-index: 2;
        width: 100%;
        display: none;
        height: auto;
        background: rgba(73, 200, 239, 0.8) !important;
    }
    #menu-main .menu-item {
        float: none !important;
        margin-bottom: 5px;
        height: 35px;
    }
    .nav-menu {
        width: 100%;
    }
    #menu-main .menu-item #social li {
        float: none !important;
        margin-bottom: 20px;
    }
    .linkedInInfo {
        display: none;
        position: relative;
        padding: 15px 10px 15px 10px;
        /*        background-color: rgba(0, 151, 168, 0.85);
*/
    }
    #footer {
        display: block;
        /*        background-color: rgba(0, 151, 168, 0.85);
*/
    }
    #footer .navigation {
        display: none;
    }
    #footer .contactInfo {
        display: none;
    }
    .contactInfo {
        display: block;
        font-size: 10px;
        padding: 5px;
        margin: 0px auto;
        line-height: 35px;
        text-align: center;
    }
    #footer .contactInfo a {
        color: white !important;
        text-decoration: underline;
    }

    .widget,
    #breadcrumbs,
    article h1,
    .social-share,
    .back-button,
    #questions-wrapper,
    .list-items,
    .calendar-container,
    #documents-wrapper,
    .search-results-container,
    .document-single-wrapper {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .question-question-quesion {
        width: 595px;
    }
    .search-results-container {
        padding-bottom: 10px;
    }
    #search-main {
        width: 250px;
    }
    #search-main fieldset {
        width: 100%;
    }
    #search-main input {
        width: 100%;
    }
    #background-container {
        overflow: hidden;
    }
    #content-container #content-wrapper #breadcrumbs {
        line-height: 21px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .social-wrapper {
        width: 100%;
    }
    .social-wrapper div {
        padding-bottom: 15px;
    }
    .social-share {
        padding-bottom: 5px !important;
    }
    .widget-image-gallery-item {
        margin: 0px 5px 5px 5px;
    }
    .fullWidth {
        width: 100%;
    }

    .widget-image-gallery-item img {
    }
    .widget.widget-teasers-default {
    }
    #menu-main .menu-item {
        line-height: 35px;
    }
    .logo-menu {
        padding-top: 20px !important;
        margin-bottom: 10px !important;
    }

    .hero-section h1 {
        padding: 0 !important;
        margin: 0 !important;
        margin-bottom: 1rem !important;
        font-size: 3rem;
    }

    /*
    menu hamburger
    */

    #nav-icon3 {
        width: 50px;
        height: 35px;
        display: block;
        position: absolute;
        left: 60px;
        top: 55px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 7px;
        width: 100%;
        background: #49c8ef;
        border-radius: 7px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    /* Icon 3 */
    #nav-icon3 {
        display: block;
        /*        position: absolute;
*/
    }
    #nav-icon3 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
        top: 15px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 30px;
    }

    #nav-icon3.open span:nth-child(1) {
        top: 15px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #footer .contactInfo {
        font-size: 10px;
        line-height: inherit !important;
        text-align: center;
        vertical-align: middle;
    }
    #footer .contactInfo a {
        color: black !important;
    }

    .navbar {
        display: none;
    }
    .mobile-navbar {
        display: flex;
    }

    .hero-section {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 100px 20px;
    }

    .image-box {
        grid-template-columns: 1fr;
        padding: 50px 20px;
    }

    .image-box .image-wrapper img {
        width: 100%;
        aspect-ratio: 16/9;
    }
    .image-box .image-wrapper {
        order: -1;
    }

    .footer-inner {
        padding: 0 20px;
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    /*
    
    */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 321px) {
    #search-main {
        width: 150px !important;
    }
    #header #logo-wrapper {
        width: 238px;
        padding: 36px 0px 0px 0px !important;
        margin-right: 0px !important;
    }
    #header #logo-wrapper #logo {
        height: 50px;
    }
    #nav-icon3 {
        left: 40px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .card-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 599px) {
    .card-container {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 480px) {
    .btn-float {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .flex-start {
        flex-direction: column;
        gap: 1rem;
    }

    .btn-float:nth-child(1n) .btn {
        align-self: center;
    }

    .countdown-wrapper {
        display: none;
    }

    .footer-menus {
        flex-direction: column;
        gap: 2rem;
    }

    .hero-inner h1 {
        font-size: 2.5rem !important;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .backgroundColor .widget.widget-teasers-default {
        width: 100% !important;
    }

    .navbar {
        display: none;
    }
}

/**********
iPad 3
**********/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6 ----------- */
@media only screen and (min-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6+ ----------- */
@media only screen and (min-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

.time-unit {
    display: inline-block;
    background: #49c8ef;
    color: rgba(0, 0, 0, 0.8);
    margin: 5px;
    padding: 10px;
    border-radius: 5px;

    font-size: 2em;
}

#countdown {
    text-align: center;
    display: flex;
    gap: 1rem;
}

.time-entity {
    display: inline-block; /* Or as per your layout needs */
    margin-right: 5px;
    background: #49c8ef; /* Example background */
    color: #fff; /* Text color */
    padding: 5px 10px; /* Example padding */
    border-radius: 5px; /* Rounded corners */
    width: 80px;
    aspect-ratio: 1/1;
    display: flex;
    font-size: 3rem;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

/* Optional: Hide time entities with no content */
.time-entity:empty {
    display: none;
}

.video-wrapper {
    display: flex;
    align-items: center;
}

.video-wrapper:first-child {
    max-width: 100%;
}

.video-wrapper:nth-child(1) {
    width: 100% !important;
}

.video-wrapper > iframe {
    width: 100%;
}
