
/* Homepage */
.case-image {
    background-image: url('../img/dienst.jpg');
    background-size: cover;
    background-position: center center;
    height: 200px;
}

.cases-column {
    margin-top: 150px;
}

.case-explanation {
    margin-top: 120px;
    background-color: #204872;
    color: #ffffff;
    padding: 20px;
}

.home-block {
    margin-top: 100px;
}


.case-link {
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.case {
    box-shadow: 1px 1px 10px #CCC;
}

.case-content {
    padding: 20px;
}

.case-content h4 {
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.home-header {
    color: #ffffff;
    margin-top: 70px;
    margin-bottom: 120px;
}

.home-header img {
    width: 70%;
    right: -30px;
    position: absolute;
}

.diensten-bg {
    background-color: #204872;
    height: 210px;
    width: 70%;
    float: right;
    margin-right: -185px;
    margin-top: -170px;
    overflow: hidden;
}

.big-container {
    max-width: 1800px;
    width: 100%;
    margin: auto;
}

.homepage-image {
    width: auto;
    margin-left: -80%;
}

.font-size-medium {
    font-size: 18px;
    line-height: 30px;
}

.aanbod-item {
    background-image: url('../img/dienst.jpg');
    background-size: auto 100%;
    background-position-x: -120px;
    background-repeat: no-repeat;
    padding: 20px;
    color: #ffffff;
    height: 430px;
    border-bottom: 5px solid #D7A69A;
}

.diensten-column {
    margin-top: 120px
}

.aanbod-subtitle {
    margin-top: 175px;
}

.aanbod-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-top: 0;
}

.case-fsi {
    background-image: url('https://www.fietsserviceid.nl/assets/assets/images/background/bg-1.jpg');
}

.case-tripper {
    background-image: url('../img/tripper.png');
}

.width100 {
    width: 100%;
}

.aanbod-applicaties {
    background-image: url('../img/applicaties.png');
}

.aanbod-apis {
    background-image: url('../img/apis.png');
}

.aanbod-managedhosting {
    background-image: url('../img/managedhosting.png');
}