* {
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    overflow-x:hidden;
    overflow-y: hidden;
    position:relative;
}

html {
    font-family: 'Zapf Dingbats', 'Open Sans', Arial, Helvetica, sans-serif;
}

p {
    margin: 0 !important;
}

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

.form-group {
    margin-bottom: 10px !important;
    height: 37px;
}

@font-face {
    font-family: Architex;
    src: url('../font/Architex.ttf');
}

h1, h2, h3, h4 {
    font-family: Architex, 'Open Sans', Arial, Helvetica, sans-serif !important;
    letter-spacing: 2px;
    font-weight: bold !important;
    display: inline-block;
}

h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 4.3em !important;
    width: 50vw;
    margin: 28px 0 0 0 !important;
    padding-left: 10px;
    color: rgba(0, 0, 0, 0.3) !important;
    -webkit-text-stroke: 1px black;
}

h2 {
    margin-bottom: 20px !important;
}

.carousel-caption h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

img.mat-icon {
    margin-right: 10px;
    margin-left: -15px;
    width: 20px;
    height: auto;
    vertical-align: text-bottom;
    display: inline-block;
}

header {
    width: 100vw;
    height: 24vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: white;
}

.header {
    background:white no-repeat;
    background-position-x: center;
    background-size: contain;
    height: 18vh;
    width: 80vw;
    margin: 15px auto;
    z-index:10;
    position: relative;
}

.header img{
    width: auto;
    height: 16vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.upper-line{
    height: 50px;
    position: absolute;
    top:0;
    width: 100vw;
    background-color: white;
    z-index: -1;
}

#anderskleur-group, #andersleverdatum-group{
    color: #5cb85c;
}

nav {
    height: 2vh;
    width: 100vw;
    background-color: white;
    z-index: 20;
}

nav ul {
    display: block;
    margin: 0 auto;
    width: 70vw;
    max-width: 1080px;
}

nav li {
    width: calc(96% / 7);
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    list-style-type: none;
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    border-right: #6a6a6a 2px solid;
}

nav li:last-of-type {
    border-right: none;
}

nav li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #6a6a6a;
}

article {
    height: 100vh;
}

.page {
    height: 79vh;
    width: 100vw;
    vertical-align: top;
    text-align: center;
    margin-top: 21vh;
    padding: 5vh 10vw;
    box-sizing: border-box;
    display: none;
}

.opsomming li{
    margin-left: 19px;
}

.left-spaced{
    margin-left: 53px;
    font-style: oblique;
}

.wrap {
    max-width: 980px;
    height: 100%;
    width: 90%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.block1, .block2, .block3 {
    width: 50%;
    height: 48%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 10px 10px;
    position: relative;
    text-align: left;
}

.help-block {
    font-size: 12px;
    color: #fb1f1d !important;
}

.block1 {
    height: 37%;
    padding: 0 50px 0 0;
    position: absolute;
    left: 0;
    top: 0;
}

.block2 {
    height: 100%;
    width: calc(53% + 200px);
    position: absolute;
    top: 0;
    right: -20px;
    overflow-y: auto;
    padding: 0 210px 0 20px;
    min-width: 340px;
    margin-right: -200px;
}

.block2wrapper{
    overflow-x: visible;
}

#page-7 .block2{
    overflow-y: hidden;
}

.block3 {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 45%;
    -webkit-transition: background-image .5s ease-in-out;
    transition: background-image .5s ease-in-out;
}

.homepage{
    width: 80%;
    text-align: left;
    display: inline-block;
}

.homepage img{
    width: 100%;
    height: auto;
    filter: saturate(120%)
}

#page-2 .block3 {
    background: url(../img/genplus.jpg) no-repeat center;
    background-size: contain;
}

#page-3 .block3 {
    background: url(../img/shoppingbag.jpg) no-repeat center;
    background-size: contain;
}

#page-4 .block3 {
    background: url(../img/sketch/winkelmand_sketch.jpg) no-repeat center;
    background-size: contain;
}

#page-5 .block3 {
    background: url(../img/easyshopper.jpg) no-repeat center;
    background-size: contain;
}

#page-6 .block3 {
    background: url(../img/genslide.jpg) no-repeat center;
    background-size: contain;
}

.map {
    height: 100%;
    width: 100%;
    padding-left: 5%;
}

.social-media-buttons p{
    line-height: 43px;
}

.fa {
    padding: 10px;
    font-size: 30px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 4px 8px 4px -5px;
    border-radius:50%;
    float: left;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.contact ul li {
    list-style-type: none;
}

img.out-box {
    margin: 0 5px 0 0;
    width: 20px;
    min-width: 5px;
    height: auto;
    float: left;
}

.form-control {
    float: right !important;
    width: 22vw !important;
    max-width: 320px;
    border: 1px dotted #000000 !important;
    font-family: Architex, 'Open Sans', Arial, Helvetica, sans-serif !important;
    letter-spacing: 2px !important;
    font-size: 1.3em !important;
    padding: 7px 12px 3px 12px !important;
    font-weight: bold !important;
}

.help-block {
    position: absolute;
    right: 27px;
    top: 3px;
}

select.form-control {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    letter-spacing: 0 !important;
    font-size: 1em !important;
    padding: 6px 12px !important;
    font-weight: normal !important;
}

.form-group {
    margin-bottom: 10px !important;
    position: relative !important;
}

.btn {
    float: right;
}

label {
    vertical-align: top;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 32px !important;
}

label, select, input{
    z-index: 3;
    background-color: transparent !important;
}

.joalpe a {
    color: #c5590b;
}

select:disabled, input:disabled, textarea:disabled{
    background-color: #d0d0d0 !important;
}

select:hover:disabled, input:hover:disabled, textarea:hover:disabled {
    cursor: not-allowed !important;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1 !important;
    width: 100%;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 102%;
}

#inhoud4option, #inhoud5option, #aantal-group{
    z-index: -1;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right-color: black;
}


.carousel-indicators li {
    border: 2px solid #4c4c4c !important;
}

#mobile-menu{
    display: none;
}

.mobile{
    display: none;
}

.no-touch #page-6 .block3:hover {
    background-image: url(../img/sketch/genslide_sketch.jpg);
}

.no-touch #page-5 .block3:hover {
    background-image: url(../img/sketch/easyshopper_sketch.jpg);
}

.no-touch #page-4 .block3:hover {
    background-image: url(../img/winkelmand.jpg);
}

.no-touch #page-3 .block3:hover {
    background-image: url(../img/sketch/shoppingbag_sketch.jpg);
}

.no-touch #page-2 .block3:hover {
    background-image: url(../img/sketch/genplus_sketch.jpg);
}

.no-touch nav li a:hover, .no-touch nav li a:focus, .selected {
    color: #b6c59e;
    text-decoration: none;
}

.no-touch a:hover {
    text-decoration: underline;
}

.no-touch .fa:hover {
    opacity: 0.7;
    color: black;
    text-decoration: none;
}

.no-touch .tooltip:hover .tooltiptext {
    visibility: visible !important;
}

@media only screen and (max-width: 1460px) {
    h1 {
        font-size: 3.6em !important;
        margin: 32px 0 0 0 !important;
    }

}

@media only screen and (max-width: 1240px) {
    nav{
        height: 3vh;
    }
    nav ul {
        width: 80vw;
    }
}

@media only screen and (max-height: 820px) {
    .homepage img{
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .fa{
        padding: 8px;
        width: 30px;
        margin: 2px 8px 2px -5px;
    }

    .social-media-buttons p {
        line-height: 36px;
    }

    .header{
        height: 19vh;
        width: 89vw;
    }

    .block2{
        right: -40px;
        padding: 0 230px 0 20px;
    }

    .page{
        margin-top: 24vh;
    }

    h2{
        font-size: 26px !important;
    }
}

@media only screen and (max-height: 600px) {
    nav ul li{
        height: 45px !important;
    }
    nav ul li a{
        line-height: 45px !important;
        font-size: 1em !important;
    }
    .img-container{
        padding: 1px !important;
        line-height: 45px !important;
    }
    #menu img{
        display: block !important;
        margin: 0 auto !important;
    }
}

@media only screen and (max-height: 490px){
    nav ul{
        padding-top: 45px !important;
    }
}

@media only screen and (min-width: 1025px){
    nav ul{
        width: 70vw !important;
    }

    #menu{
        width: 100vw !important;
        display: block !important;
    }
}

@media only screen and (width: 1024px) and (height: 1366px){
    .page{
        height: calc(1040px - 25vh);
    }
}

@media only screen and (max-width: 1024px){
    .disable-hover {
        pointer-events: none;
    }

    .page{
        padding: 5vh 3vw;
    }

    .block2{
        padding: 0;
        overflow: visible;
        width: 40%;
        margin-right: 0;
    }

    header {
        position: fixed;
    }

    #header {
        left: 0;
        top: 0;
        height: 0;
        background-color: transparent;
    }

    h2.mobile{
        text-align: center;
        font-size: 3.8em !important;
        letter-spacing: 6px;
        font-family: cursive !important;
        font-weight: normal !important;
        margin: 20px auto !important;
    }

    nav{
        height: 100%;
        background-color: #ffffffd9;
        z-index: 11;
        top: 0;
        bottom: 0;
        position: inherit;
    }

    #menu{
        display: none;
    }

    nav ul{
        width: 0;
        height: 100vh;
        padding-top: 65px;
        background-color: #daf5d6ed;
        float: left;
        border-right: 1px solid black;
        transition: .5s ease-out;
    }

    nav ul li{
        width: 100%;
        height: 60px;
        margin: 5px 0;
        background-color: rgba(255, 255, 255, 0.5);
        text-align: left;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        border-right: none;
        overflow: hidden;
    }

    nav ul li a{
        line-height: 60px;
        font-size: 1.2em;
        height: auto;
        color: #353535;
        display: inline-block;
        width: fit-content;
        max-width: 60%;
        padding-left: 10px;
    }

    #mobile-menu{
        display: block;
        position: absolute;
        top: 10px;
        left: 15px;
        background-color: #a3c58c;
        padding: 2px 5px 0 5px;
        border-radius: 4px;
        border: 1px black solid;
        font-size: 1.2em;
        z-index: 12;
    }

    #menu img{
        max-height: 100%;
        height: auto;
        max-width: 80%;
        width: auto;
        display: inline-block;
    }

    .img-container{
        height: 100%;
        width: 25%;
        display: inline-block;
        border-right: black 1px solid;
        vertical-align: top;
        line-height: 52px;
        text-align: center;
        padding: 3px;
    }

    #menu{
        width: 0;
        transition: .5s ease-out;
    }
}

@media only screen and (max-width: 860px) {
    .block2{
        width: 35%;
        right: 0;
    }
    .page{
        margin-top: 18vh;
        height: 82vh;
    }

    .header{
        height: 15vh;
    }

    .header img{
        display: none;
    }

    .header{
        background: url(header_mobile.jpg) white no-repeat;
        background-size: contain;
        background-position: center;
        height: 18vw;
        margin: 0 auto;
        width: 100vw;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 720px) {
    html{
        overflow-y: visible;
        height: auto;
        padding-bottom: 50px;
    }

    article{
        height: auto;
    }

    .page{
        margin-top: 15vh;
        padding: 0;
        overflow-x: hidden;
        height: auto;
    }
    .wrap{
        width: 100%;
        height: auto;
    }
    .block1, .block2, .block3{
        display: block;
        position: inherit;
        width: 80%;
        height: auto;
        margin: 15px auto;
        padding: 0;
    }

    .block2{
        text-align: center;
        min-width: calc(300px);
        overflow-y: visible;
        overflow-x: visible;
        overflow: visible;
        height: auto;
        width: 87%;
    }

    .block3{
        display: block;
        margin: 25px auto 0 auto;
        height: 240px;
    }

    .offerte{
        margin: 0;
        text-align: left;
        width: 100%;
        padding: 0 7px;
    }

    .form-control{
        width: 60% !important;
    }

    .btn{
        float: none;
        width: 100%;
    }

    nav ul{
        height: auto;
        min-height: 100vh;
        padding-bottom: 30px;
        border-bottom: black solid 1px;
    }

    .homepage{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 610px){
    .header img{
        display: none;
    }

    .header{
        background: url(header_mobile.jpg) white no-repeat;
        background-size: contain;
        height: 24vw;
        margin: 0;
        width: 100vw;
        padding-bottom: 5px;
        border-bottom: #c4c4c4 solid 1px;
    }
}


@media only screen and (max-width: 420px) {
    #mobile-menu{
        top: 5px;
        left: 8px;
        font-size: .9em;
        padding: 1px 2px 1px 2px;
    }

    .material-icons{
        vertical-align: middle;
    }
}
