
.theme-blue {
    background-color: #c2d9eb;
}

.theme-gold {
    background-color: #CCA131;
}

.theme-grey {
    background-color: #e6e6e6;
}

.theme-black {
    background-color: #424242;
    color: #ffffff
}

.theme-white {
    background-color: none;
}

h1 {
    font-weight: 700;
    font-size: 35px;
    font-style: italic;
    color: #CCA131;
    margin-bottom: 30px;
}

h2 {
    font-weight: 700;
    font-style: italic;
    font-size: 25px;
    color: #CCA131;
}

h4 {
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
}

.header-login {
    height: 30px;
    display: flex;
    align-items: center;
}

.navbar {
    padding: 30px 0;
}

.navbar-nav{
    align-items: flex-end;
}
.nav-item > a
{         
        position: relative;
        float: left;
        padding: 0 1.4em;
        color: #424242 !important;
        font-size: 15px;
        font-weight: 700;
        display: block;
        letter-spacing: 1px;
}
.nav-item.large > a {
    font-size: 18px;
    letter-spacing: .1em;
}
.nav-item.active> a
{         
    color: #CCA131 !important;
}


.footer {
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #424242;
}

.footer--fixed {
    position: fixed;
}

.footer .text-muted, .footer .text-muted  a{
    color: #FFFFFF !important
}

.header-login > .header-login-inner {
    padding: 5px 0 5px 30px;
}

.header-login > .header-login-inner > a {
    color: #ffffff;
}

.iso-certificate-image > img {
    max-width: 100px;
    float: right;
    transform: rotate(20deg);
}

.no-margin-bottom
{
    margin-bottom: 0;
}

.detail-block {
    padding-top: 20px;
    padding-bottom: 20px;
}

ul{
    list-style: none;
}

.news-block ul li:before, .detail-block ul li:before,.content-block ul li:before {
    content: "\2022";
    color: #CCA131;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 25px;
}
.content-block .list-subquote
{
    font-size: 20px;
    float: right;
    padding-left: 40px;
    font-weight: 700;
}
.content-block, .partners
{
    padding:40px 0 20px 0;
}

.news-block {
    padding: 20px 0 20px;
}

.news-title {
    height: 50px;
    padding-top: 10px
}

.news-item p
{
padding-top:15px
}

.publication-date
{
    padding-bottom: 20px;
    font-style: italic;
}

.contact-image
{
    padding-top:20px ;
    padding-bottom:20px;
    width: 540px;
    height: 373px;
}

.news-image img{
    display: block;
    max-height: 200px;
    max-width: 100%;
}

.contact-form {
    padding: 20px 0;
}

input[type=submit] {
    background-color: #e6e6e6;
}

input[type=submit]:hover {
    background-color: #CCA131;
    color: white;
}

.news-teaser-image {
    display: none;
}

.news-overview {
    padding-top: 20px;
    padding-bottom: 20px;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

_:-ms-fullscreen, :root .content {
    flex: none;
}

.content {
    flex: 1;
}
.passwordForgottenLink
{
    margin: 10px;
}

.loginForm
{
    margin: 20px 0;
}

.loginForm .form-control
{
    margin-left: 10px;
}
.loginForm .LoginBoxLabelStyle
{
    float:left;
}
.loginForm .LoginWachtWoordVergetenStyle
{
    display: inline-block;
    width: 170px;
    position: absolute;
    margin-top: -35px;
}

.passwordForgottenForm span
{
        display: inline-block;
    margin-bottom: .5rem;
}
/* Slick slider */

.partners .slider-item {
    height: 130px !important;
    position: relative;
}

.partners .slider-item > img {
    display: block;
    max-height: 130px;
    max-width: 100px;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.image-carousel .slick-slider {
    z-index: -1
}

.image-carousel .slider-item {
    height: 230px !important;
    position: relative;
}

.image-carousel .slider-item > picture > img {
    margin: auto;
}

.image-carousel .slider-item > img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 2rem 0 1em;
    list-style-type: none;
}

    .slick-dots > li {
        margin: 0 0.5rem;
    }

        .slick-dots > li > button {
            display: block;
            width: 0.7rem;
            height: 0.7rem;
            padding: 0;
            border: none;
            border-radius: 100%;
            background-color: #e6e6e6;
            text-indent: -9999px;
        }

        .slick-dots > li.slick-active > button {
            background-color: #CCA131;
        }

        
@media only screen and (max-width: 768px) {
    .content-block .list-subquote{
    margin: 25px 0;
    }

    .news-title {
        padding-left:-15px
    }
    
    .news-block .news-item{    
    padding-bottom:20px;    
    }
    .news-block p
    {
        padding-top:15px
    }
    .news-overview-title{
        padding-top:20px
    }
    .contact-form {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) {
    li.nav-item {
        margin: 0 5px;
    }

    .iso-certificate-image > img {        
    margin-right: 100px;
    padding-bottom: 50px;
    }

    .content-block {
        padding: 40px 0 0 0;
    }

    .news-block ul li:before, .detail-block ul li:before {
        font-size: 18px;
    }

    .content-block .list-subquote {
        padding-bottom: 25px;
        padding-left: 100px;
        font-weight: 700;
    }
    
    .partners {
        padding: 40px 0 40px 0
    }
    .contact-image {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .news-image {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .contact-info {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .news-teaser-image
    {
        display: block;
    }

    .news-teaser-image img {
        display: block;
        max-height: 120px;
        max-width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .partners .slider-item > img {
        max-width: 170px;
    }

    .distr_label {
        font-size: 12px;
        min-width: 150px;
        padding-bottom: 16px;
    }

    .distr_cell {
        font-size: 12px;
        min-width: 150px;
    }

    .distr_lst {
        font-size: 12px;
        line-height: 28px;
        padding: 8px 16px;
        width: 100%;
        min-height: 44px;
        border: unset;
        border-radius: 4px;
        outline-color: #cca13124;
        background-color: #cca13124;
        box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
    }

    .distr_input {
        font-size: 12px;
        line-height: 28px;
        padding: 8px 16px;
        width: 100%;
        min-height: 44px;
        border: unset;
        border-radius: 4px;
        outline-color: #cca13124;
        background-color: #cca13124;
        box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
        margin-bottom: 6px;
    }
}
