:root {
    --gutter-size: 1rem;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Regular.woff2') format('woff2'),
        url('fonts/NotoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-SemiBold.woff2') format('woff2'),
        url('fonts/NotoSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Black.woff2') format('woff2'),
        url('fonts/NotoSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Bold.woff2') format('woff2'),
        url('fonts/NotoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Light.woff2') format('woff2'),
        url('fonts/NotoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Medium.woff2') format('woff2'),
        url('fonts/NotoSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Thin.woff2') format('woff2'),
        url('fonts/NotoSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Regular.woff2') format('woff2'),
        url('fonts/NotoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@media (min-width: 1700px) {
    .container {
        width: 1600px;
    }
}

.column, [class~=col-] {
    padding-left: var(--gutter-size);
    padding-right: var(--gutter-size);
}
.container {
    padding-left: var(--gutter-size);
    padding-right: var(--gutter-size);
}
.cols, .columns {
    margin-left: calc(var(--gutter-size) * -1);
    margin-right: calc(var(--gutter-size) * -1);
}

.subtopheader {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.161);
}
.subtopheader .brand {
    width: 533px;
    max-width: 100%;
    display: block;
}
.subtopheader form {
    padding-top: 14px;
}
.subtopheader form a {
    display: inline-block;
    margin-left: 17px;
    margin-right: 17px;
    text-decoration: none !important;
}
.subtopheader form .form-input {
    border: none;
}
.subtopheader form .input-group {
    border: 1px solid var(--main-primary-color);
    border-radius: 20px;
}
.subtopheader form .input-group .btn-link {
    color: rgba(27,27,27,1);
}
.subtopheader form .input-group .form-input {
    border-radius: 20px;
}
.container {
    margin-right: auto;
    margin-left: auto;
}
.lh13{
    line-height: 1.8;
}

.headersection {
    padding-top: 140px;
    padding-bottom: 140px;
    background: url(img/background_index.webp) center center no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    z-index: 1;
}
.headersection > * {
    position: relative;
    z-index: 1;
}
.headersection h2, .headersection p {
    color: rgba(27,27,27,1);
}
@media (min-width: 961px) {
    .headersection p {
        width: 70%;
    }
}
.headersection:after {
    background: rgba(255,255,255,.75);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.email {
    direction: rtl;
    unicode-bidi: bidi-override;
}
.block {
    display: block;
}
.text-lg {
    font-size: 19px;
}
body, p, td, th {
    font-size: 18px;
    color: rgba(27,27,27,1);
    line-height: 1.2;
    font-family: 'Noto Sans';
}
p {
    line-height: 1.6;
    font-weight: 300;
}
a, a:visited {
    color: rgba(27,27,27,1);
}
a:hover, a:focus {
    text-decoration: underline;
    color: var(--main-primary-color);
}
h1 {
    color: var(--main-primary-color);
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 1.2;
}

h2 {
    color: var(--main-primary-color);
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
}

h3 {
    color: var(--main-primary-color);
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
}

.subtopheader form > a.mob-toggle {
    display: none;
}
@media (max-width: 960px) {
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }

    .subtopheader form > a.mob-toggle {
        display: inline;
    }
    .subtopheader form > a:not(.mob-toggle) {
        display: none;
        line-height: 1.6;
        text-align: left;
        margin-bottom: 5px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
    }
    .subtopheader form > a:not(.mob-toggle).viewable {
        display: block;
    }

    .subtopheader form > .form-group {
        margin-top: 15px;
    }
}

.subtopheader a.brand {
    font-size: 36px;
    font-weight: bold;
    white-space: nowrap;
}
.subtopheader a.brand img {
    height: 52px;
    vertical-align: middle;
    display: inline-block;
}
@media (max-width: 960px) {
    .subtopheader a.brand {
        font-size: 22px;
    }
}

.footer .brand {
    font-size: 28px;
    font-weight: bold;
    white-space: nowrap;
}
.footer .brand img {
    height: 46px;
    vertical-align: middle;
    display: inline-block;
}
@media (max-width: 960px) {
    .footer .brand {
        font-size: 22px;
    }
}

.text-success {
    color: var(--main-primary-color) !important;
}

.light-section, .panel {
    padding-top: 70px;
    padding-bottom: 70px;
    border: none;
}
.panel .panel-body {
    padding: 0;
}

.panel .panel-body .form-group {
    margin-top: 17px;
    margin-bottom: 17px;
}
.panel .panel-body .form-group input, .panel .panel-body .form-group textarea {
    border: 2px solid var(--main-primary-color);
}
.panel .panel-body .form-group label {
    display: block;
    margin-bottom: 5px;
}
.panel .panel-body .form-group label, .panel .panel-body .form-group input {
    text-align: center;
}
.single-headerimg {
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.highlight-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background: rgba(245,245,245,1);
}

.countryflag {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;
}
.countryflag.countryflag-lg {
    width: 72px;
    height: 43px;
    border-radius: 0;
}
.highlightbox {
    border: 2px solid var(--main-primary-color);
    border-radius: 10px;
    padding: 30px;
}
.highlightbox.highlightbox-light {
    border: 1px solid rgba(236,236,236,1);
}
.highlightbox.highlightbox-full {
    background: var(--main-primary-color);
    color: #fff;
}
.highlightbox.highlightbox-white {
    border: none;
    background: rgba(245,245,245,.9);
}
.highlightbox.highlightbox-full h2, .highlightbox.highlightbox-full h3, .highlightbox.highlightbox-full p {
    color: #fff;
}

.teaser {
    background: url(img/heap-of-plastic-garbage.webp) center center no-repeat;
    background-size: cover;
    padding-top: 55px;
    padding-bottom: 55px;
}
.teaser .highlightbox {
    width: 1046px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

a.blockbtn {
    position: relative;
    display: block;
    color: var(--main-primary-color);
    font-size: 19px;
    font-weight: 300;
    padding: 20px 15px;
    padding-right: 40px;
    border: 1px solid rgba(236,236,236,1);
    margin-bottom: 10px;
    text-decoration: none !important;
    transition: all .3s;
}
a.blockbtn:hover, a.blockbtn:focus {
    background: var(--main-primary-color);
    color: #fff;
}
a.blockbtn span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.blockbtn i {
    position: absolute;
    right: 15px;
    top: 19px;
    font-size: 24px;
}
a.blockbtn .hiddendetails {
    display: none;
}
.map {
    position: relative;
}
.map #placedescription {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 20px;
    z-index: 1;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
}
.map #placedescription a {
    color: #2D55C0;
}
.map #placedescription b:first-child {
    display: block;
    white-space: nowrap;
    max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn.btn-success {
    border-color: var(--main-primary-color);
    background: var(--main-primary-color);
}

.footer {
    background: var(--main-primary-color);
    padding-top: 70px;
    padding-bottom: 70px;
    color: #fff;
}
.footer a {
    color: #fff;
}
.footer .endfooter {
    font-size: 16px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #fff;
}

.intext-image {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.intext-image .text-muted {
    position: absolute;
    color: #fff;
    right: 4px;
    bottom: 3px;
    display: block;
    max-width: calc(100% - 8px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.intext-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.img-cover-img {
    height: 350px;
    object-fit: cover;
}
.img-fullwidth {
    width: 100%;
    display: block;
    max-height: 350px;
    object-fit: cover;
}
.article-body > nav, .article-body > .menu {
    margin-top: 25px;
    margin-bottom: 25px;
}
.article-body .author img {
    margin-bottom: 25px;
}
.menu .menu-item>a:focus, .menu .menu-item>a:hover {
    background: none;
    color: var(--main-primary-color);
}
@media only screen and (min-width: 78.7rem) {
    .intext-image {
        margin: 25px;
        box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
        max-width: 450px;
    }
    .intext-image.left {
        float: left;
        margin-left: 0;
    }
    .intext-image.right {
        float: right;
        margin-right: 0;
    }
    .intext-image img {
        width: 450px;
        height: 300px;
        object-fit: cover;
    }
}

.accordion {
    border: 1px solid #eee;
    padding: 0 1rem;
}
.accordion .accordion-header {
    display: block;
    padding: 0.2rem 0.4rem;
    padding-left: 0;
    font-weight: 700;
}
.accordion h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.accordion input:checked~.accordion-body, .accordion[open] .accordion-body {
    max-height: 50rem;
}
.accordion .accordion-body {
    margin-bottom: 0.4rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s;
}

.menu {
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0.05rem 0.2rem rgba(48,55,66,.3);
    list-style: none;
    margin: 0;
    min-width: 180px;
    padding: 0.4rem;
    transform: translateY(0.2rem);
    z-index: 300;
}
.divider[data-content] {
    margin: 0.8rem 0;
}
.divider {
    border-top: 0.05rem solid #f1f3f5;
    height: 0.05rem;
    margin: 0.4rem 0;
}
.divider-vert[data-content]::after, .divider[data-content]::after {
    background: #fff;
    color: #bcc3ce;
    content: attr(data-content);
    display: inline-block;
    font-size: .7rem;
    padding: 0 0.4rem;
    transform: translateY(-0.65rem);
}
.shariff {
    margin-top: 10px;
    margin-bottom: 10px;
}
.shariff ul.orientation-horizontal {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.shariff ul.orientation-horizontal li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.shariff ul.orientation-horizontal li a {
    display: block;
    padding: 0 10px;
    margin: 0 3px;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}
.shariff ul.orientation-horizontal li a > span:first-child {
    margin-right: 10px;
}

.cookienotice {
    position: fixed;
    left: 20px;
    bottom: 80px;
    background: #fff;
    z-index: 1000;
    padding: 20px;
    text-align: left;
    width: 700px;
    max-width: calc(100% - 40px);
    box-shadow: 0 0 2px 0 rgba(248,160,19,.5);
}
.cookienotice .cookienotice-switch {
    display: block;
    line-height: 1.2rem;
    margin: 0.2rem 0;
    min-height: 1.4rem;
    padding: 0.1rem 0.4rem 0.1rem 1.2rem;
    position: relative;
    padding-left: 2rem;
}
.cookienotice .cookienotice-switch input {
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
.cookienotice .cookienotice-switch .form-icon {
    background: #bcc3ce;
    background-clip: padding-box;
    border-radius: 0.45rem;
    height: 0.9rem;
    left: 0;
    top: 0.25rem;
    width: 1.6rem;
    border: 0.05rem solid #bcc3ce;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    transition: background .2s,border .2s,box-shadow .2s,color .2s;
}
.cookienotice .cookienotice-switch .form-icon:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 0.8rem;
    left: 0;
    position: absolute;
    top: 0;
    transition: background .2s,border .2s,box-shadow .2s,color .2s,left .2s;
    width: 0.8rem;
}
.cookienotice .cookienotice-switch input:checked + .form-icon {
    background: #3EB489;
    border-color: #3EB489;
}
.cookienotice .cookienotice-switch input:checked + .form-icon:before {
    left: 11px;
}
.cookienotice .cookienotice-details {
    padding-bottom: 1rem;
}
.cookienotice .btn:last-child {
    float: right;
    opacity: .5;
}
.cookienotice .cookienotice-details.hidden {
    display: none;
}
