/* general styling */
.bluebg{
    background-color:rgb(245, 245, 245);
}
.fas.fa-bars {
    display: none;
}
hr{
    background-color: #0173C8;
    border: none;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 0;
}
html{
    scroll-behavior: smooth;
}
body, h1, h2, h3, h4, h5, p, a{
    margin:0;
    padding: 0;
    font-family: arial;
    color:rgb(17, 17, 95);
    transition: .25s all;
}

.button {
    transform: translateX(-50%);
    background-color: #0173C8;
    padding: 20px 10px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    top: 50px;
}
.button:hover {
    background-color: rgb(50, 174, 231);
    color: #fff;
}
.center {
    text-align: center;
}
p{
    font-size: 1rem;
}
h1{
    padding-bottom: 10px;
    text-align: center;
    font-size: 30px;
}
h2, h3{
    padding-bottom: 30px;
}
h2{
    font-size: 30px;
}
a{
    text-decoration: none;
    color:black;
}
.pb-75{
    padding-bottom: 75px;
}

/* header */
.phone-mail-bar{
    z-index: 9999;
    width:100%;
    padding: 11px 0;
    background-color: #0173C8;
    position: fixed;
}
.phone-mail-bar .fa-mobile, .fa-envelope{
    color:rgb(255, 255, 255);
    padding-left: 20px;
}
.phone-mail-bar a{
    text-decoration: none;
    color:rgb(255, 255, 255);
}
.phone-mail-bar a:hover{
    color:#7BD0FB;
}
.phone-icon{
    height:10px;
    opacity:.6;
}
.phone-icon.mail{
    padding-left: 10px;
}
.phone-mail-container{
    margin-left: 5%;
}
header{
    margin: 0;
    padding: 0;
    width: 100%;
    position:fixed;
    background-color: #fff;
    top:40px;
    border-bottom:2px solid rgb(17, 17, 95);
    z-index:9999;
}
.header-wrapper{
    float:right;
    margin-right: 10%;
    position: relative;
    top:34px;
}
.header-wrapper li{
    list-style:none;
    float:left;
    margin-right: 20px;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
}
header img{
    position: relative;
    left: 10%;
    padding:15px;
}
a:hover{
    transition: .25s all;
    color:rgb(17, 17, 95);
}
li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color:rgb(17, 17, 95);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* main content */
.main-content{
    padding-top: 125px;
    border-bottom:2px solid rgb(17, 17, 95);
}
.main-content img{
    width: 100%;
    display: block;
}
.head-container{
    position: relative;
}
.head-container .proefles{
    display: table;
    margin:0 auto;
    background-color: #0173C8;
    padding: 20px 10px;
    text-transform:uppercase;
    margin-top: 50px;
    
}
.head-container .proefles:hover{
    background-color: rgb(50, 174, 231);
}
.head-container .proefles h2{
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.intro, .contact-wrapper{
    max-width:1200px;
    margin: 0 auto;
}

.contact-wrapper.block{
    padding-top: 100px;
}
.block{
    padding: 175px 40px 0px 40px;
    display: table;
    padding-bottom: 100px;
}
.block.intro .text-wrapper{
    width:60%;
    margin-right:3%;
    float:left;
    padding-top: 20px;
}
.block.intro img{
    width: 37%;
    padding-top: 20px;
}
.main-content-prices{
    padding-top:50px;
    padding-bottom: 250px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.main-content-prices img{
    display: block;
    transition: 1s all;
}
.main-content-prices .left-price:hover p, .main-content-prices .right-price:hover p{
    text-decoration: underline;
}
.image-container-price{
    position: relative;
}
.image-container-price img{
    height:90px;
    width: 160px;
}
.special {
    position: absolute;
    bottom: -93.5px;
    background-color: #0173C8;
    text-align: center;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.special h2, .special p, .special li {
    color: #fff;
    padding: 0;
}

.special p {
    padding-top: 10px;
}

.special ul {
    list-style: none;
}
.special ul li:before {
    content: '✓';
    padding-right: 5px;
} 

.clear{
    clear:both;
}
#prices{
    margin-top: -50px;
    position: absolute;
}
.prices{
    width: 19%;
    height: 300px;
    display: table;
    float:left;
    border: 1px solid #0173C8;
    background-color: rgba(255,255,255,.8);
    border-spacing: 15px 15px;
    box-sizing: border-box;
    position: relative;
}
.prices h3{
    padding-top: 45px;
    padding-bottom: 10px;
}
.prices img{
    display: table;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.prices.mr{
    margin-right: calc(1.5% - 3px);
}
footer p{
    text-align: center;
    clear:both;
    background-color:rgb(245, 245, 245);
    border-top:1px solid rgb(17, 17, 95);
    padding-top: 15px;
    padding-bottom: 15px;
}
footer a {
    color: rgb(17, 17, 95);
}
footer a:hover{
    text-decoration: underline;
}
.upper-footer{
    max-width:1600px;
    margin: 0 auto;
}
.column{
    padding-top: 50px;
    padding-bottom: 50px;
    float:left;
    width: 26.66666%;
}
.column-1{
    padding-left: 16%;
    padding-right: 2%;
}
.column-2 {
    padding-right: 2%;
}
.column h2{
    padding-bottom: 10px;
}
.column p{
    font-size: 14px;
}
.column-1 a, .column-2 a{
    display: block;
}
.contact-icons{
    float:left;
}
.contact-icons.first{
    padding-right: 5px;
}
.column-1 .fa-mobile, .fa-envelope, .fa-map-marker{
    color:rgb(255, 255, 255);
}
.column-1 .fa-mobile{
    padding-right: 5px;
}
.column-1 .fa-map-marker{
    padding-right: 2px;
}
.column i, .column-1 .fa-mobile{
    color:#0173C8;
    padding-left: 0;
}

/* mediaquery */


@media only screen and (max-width: 620px) {
    .phone-mail-container a,  .phone-mail-container i{
        font-size: 12px;
    }

    .main-content .head-container a h2 {
        font-size: 10px;
    }

    .special h2 {
        font-size: 20px;
    }

    .special p, .special li {
        font-size: 14px;
    }

    .main-content-prices .special {
        bottom: -111.5px;
    }

    header{
        display: none;
    }

    body .main-content {
        padding-top: 40px;
    }

    .main-content-prices {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .block {
        padding: 50px 20px;
    }

    .bluebg .main-content-prices .prices {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        height: 200px;
    }

    .main-content-prices .prices.mr {
        margin-bottom: 70px;
    }

    .phone-mail-bar{
        text-align: center;
    }
}

@media only screen and (max-width: 878px) {
    .column-wrapper{
        text-align: center;
    }

    .column {
        width: 100%;
        margin: 0;
        padding: 20px 0;
    }

    .column-3 a {
        display: inline-block;
        width: 18px;
    }

    .contact-icons.first {
        padding-right: 0;
    }

    .block.intro .text-wrapper {
        width: 100%;
    }

    .block.intro img {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .main-content{
        padding-top: 116px;
    }

    .main-content-prices {
        max-width:600px;
        padding-bottom: 275px;
    }

    .special {
        bottom:-150px;
    }

    .block {
        padding-top: 200px;
    }
    .prices {
        width: 45%;
    }

    .prices.one, .prices.three {
        margin-right: 10%;
    }

    .prices.two, .prices.four {
        margin-right: 0;
    }

    .prices.five {
        margin: 0 auto;
        width: 100%;
    }

    .prices.row {
        margin-bottom: 15%;
    }
    .header-wrapper {
        margin-right: 2%;
        top: 28px;
    }

    header img{
        left: 2%;
        padding: 10px;
        
    }
}
