body{
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    font-size:16px;
    line-height: 34px;
    color: #555555;
    overflow-x: hidden;
}

a{
    color: #ed1968;
    text-decoration: none;
}

a:hover{
    color: #555;
    text-decoration: none;
}

strong{
    font-weight: 600;
}

h1{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 800;
    color: #ed1968;
}

h3{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 800;
    color: #ed1968;
}

h4{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.text-blue{
    color: #83d5f7;
}

.text-pink{
    color: #ed1968;
}

.btn-technical{
    border: 0;
    background-color: transparent;
    font-weight: bold;
    color: #83d5f7;
    transition: color .15s ease-in-out;
}

.btn-technical:hover{
    color: #ed1968;
    transition: color .15s ease-in-out;
}

.button span, h1 span, h3 span{
    font-weight: 300;
}

.icon-number{
    display: inline-block;
    background-image: url('../../images/icons/wiebertje.png');
    padding: 10px;
    height: 66px;
    width: 39px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 45px;
    margin-right: 5px;
}

.icon{
    max-width: 35%;
}

.icon-small{
    max-width: 30px;
}


.background-blue{
    background-color: #bee6f0;
}

.background-black{
    background-color: #000;
    color: #fff;
}

.background-black a{
    color: #fff;
    text-decoration: none;
}

.background-black a:hover{
    color: #ed1968;
    text-decoration: none;
}

.background-yellow{
    background-color: #ffebd8;
}

.background-dark-red{
    background-color: #e1cac0;
}

.background-why{
    background-image: url("../../images/why-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size:contain;
}

.background-technical{
    background-image: url("../../images/technical-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size:auto 500px;
}

@media (max-width: 1200px) {
    .background-why{
        background-size:50% auto;
        background-position: center right;
    }

    .background-technical{
        background-size:auto 50%;
    }
}

@media (max-width: 992px) {
    .background-why, .background-technical{
        background-image: none !important;
    }
}

.header-bg{
    background-image: url("../../images/header-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.header-bg .img-fluid{
    max-width: 70% !important;
}

.navbar-gradient{
    background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,0.8));
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-link {
    color: #000000;
    font-size: 1.22em;
    padding: 0;
}

.navbar .logo{
    margin: 0;
    max-height: 110px;
}

.navbar-nav > li > a{
    padding: 0;
    margin: 0 0 -8px 0;
    vertical-align: bottom;
}

.navbar .navbar-nav .nav-link:hover{
    color: #808080;
}

.box{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    min-height: 360px;
}

.box h1, .box h3{
    color: #fff;
}

.box.pink{
    background:rgba(237,25,104,0.8);
    color: #fff;
}

.box.orange{
    background:rgba(248,153,57,0.8);
    color: #fff;
}

.box.blue{
    background:rgba(70,200,245,0.8);
    color: #fff;
}


.button{
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 16px;
    border: 0 !important;
    cursor: pointer;
}

.button.blue[aria-expanded=true]{
    transition: background .15s ease-in-out;
    background: #f89939;
    color:#fff;
}

.button.blue{
    background: #46c8f5;
    color:#fff;
    transition: background .15s ease-in-out;
}

.button.blue a, .button.orange a{
    color: #fff;
}

.button.orange{
    background: #f89939;
    color: #fff;
}

.customers img{
    opacity: 0.3;
    transition: opacity .15s ease-in-out, filter .15s ease-in-out;
    filter: grayscale(100%);
}

.customers img:hover{
    opacity: 0.8;
    transition: opacity .15s ease-in-out, filter .15s ease-in-out;
    filter: grayscale(0%);
}

.accordion-button h3 span{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #555;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 1rem 0;
    font-size: initial;
    color: #555555;
    text-align: left;
    background-color: transparent !important;
    border-bottom: 1px solid #555555;
    margin: 0 0 1rem 0;
}

.accordion-button:not(.collapsed) {
    color: #ed1968;
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-button:focus{
    box-shadow: none !important;
    color: #ed1968;
    border-color: #ed1968;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ed1968'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-item {
    background-color: transparent !important;
    border: 0 !important;
}

.accordion-body {
    padding: 0 0 1rem 0;
}

ul.diamond {
    position: relative;
    list-style: none;
    padding-left: 1.5rem;
    margin-left: 0.8rem;
}

ul.diamond li::before {
    content: "♦";
    color: #ed1968;
    display: inline-block;
    width: 1.2rem;
    font-size: 20px;
    position: absolute;
    left: 0;
}

.info-icon{
    height: 27px;
    vertical-align: bottom;
    margin-left: 5px;
    opacity: 0.5;
    transition: opacity .15s ease-in-out;
    cursor: pointer;
}

.info-icon:hover{
    opacity: 1;
    transition: opacity .15s ease-in-out;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 58px;
    right: 0;
    display: none;
    padding: 17px 20px;
    background: #ed1968;
    border-radius: 0;
    transition: color .15s ease-in-out;
    z-index: 1000;
}

.back-to-top:hover {
    transition: color .15s ease-in-out;
    background: #ed2024;
}

.back-to-top img{
    width: 30px;
}

.form-group input{
    padding: 10px 15px;
    border-radius: 0;
    width: 100%;
    border:1px solid #ed1968;
}

.form-group input[type=file]{
    padding: 0;
    border-radius: 0;
    width: 100%;
    border: 0;
}

.form-group textarea{
    padding: 10px 15px;
    border-radius: 0;
    width: 100%;
    border:1px solid #ed1968;
}

.form-group select{
    padding: 10px 15px;
    border-radius: 0;
    width: 100%;
    border:1px solid #ed1968;
}

.legal h3{
    font-size: 18px;
    margin-bottom: 10px;
}

.box.orange .modal-content {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.box.orange .modal-header {
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}