@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;800&display=swap');

* {
    font-family: 'Open Sans', sans-serif;
}

.home_contact {
    background: rgba(255, 255, 255, 0.85);
    margin-left: 20%;
    margin-top: 50vh;
    padding: 10px;
    position: absolute;
    text-align: center;
    transform: translateY(-50%);
    width: 60%;
    z-index: 100;
}

.front_items a {
    display: inline-block;
}

.front_items a:first-child .title {
    left: 20px;
    top: 20px;
}

.front_items a:last-child .title {
    bottom: 20px;
    right: 20px;
}

.front_items .title {
    background: rgba(255, 255, 255, 0.85);
    color: #000;
    padding: 20px;
    position: absolute;
    text-decoration: underline;
}

@media all and (orientation:landscape) {
    .front_items {
        position: relative;
    }

    .front_items a {
        height: 100vh;
        position: absolute;
        transition: 1s;
        width: 65vw;
    }

    .front_items a:last-child {
        clip-path: polygon(30% 0, 10% 100%, 100% 100%, 100% 0);
        right: 0;
    }

    .front_items a:last-child:hover{
        clip-path: polygon(20% 0, 00% 100%, 100% 100%, 100% 0);
        right: 0;
    }

    .front_items a:first-child:hover + a {
        clip-path: polygon(40% 0, 20% 100%, 100% 100%, 100% 0);
    }

    .ie .front_items .item {
        display: inline-block;
        margin: 0;
        position: relative;
        width: 50%;
    }
}
 
@media all and (orientation:portrait) {
    .front_items a {
        height: 50vh;
        position: relative;
        width: 100%;
    }

    .front_items a:first-child .title {
        left: 20px;
        top: 20px;
    }
    
    .front_items a:last-child .title {
        bottom: 20px;
        right: 20px;
    }

    .home_contact {
        margin-left: 10%;
        width: 80%;
    }
}

.front_items .item {
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.content {
    box-sizing: border-box;
    margin: auto;
    max-width: 1000px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}

header {
    background: url('../img/front_olie.jpg');
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}

.stoffering header {
    background: url('../img/front_stoelen.jpg');
    background-position: center 900px;
}

.h_contact, h1, h2 {
    background: rgba(255, 255, 255, 0.9);
}

h1, h2 {
    clear: both;
    display: inline-block;
    font-weight: normal;
    padding: 20px 20px 0 20px;
}

h1 {
    margin: 20px 0 0 0;
}

h1 a {
    color: #000;
    text-decoration: none;
}

h2 {
    margin: 0 0 20px 0;
    padding: 10px 20px 20px 20px;
    width: auto;
}

#menu {
    background: #9DCDEF;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu li {
    display: inline-block;
    margin-right: 20px;
    padding: 10px 0;
}

#menu li a {
    color: #000;
    font-size: 1.2em;
}

#menu li.active {
    font-weight: 600;
}

.page {
    padding: 20px 0;
    position: relative;
}

.error {
    background: #ffbbbb;
    color: #ff0000;
}
.success {
    background: #bbffbb;
    color: #000;
}

.success a {
    color: #000;
}

.error, .success, .warning {
    animation: disappear 5s forwards;
    border-radius: 0 0 10px 10px;
    left: 25%;
    text-align: center;
    padding: 9px 20px;
    position: fixed;
    top: 0;
    width: 50%;
}
@keyframes disappear {
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}

h3 {
    border-bottom: 1px solid #000;
    display: inline-block;
    font-size: 1.4em;
    font-weight: normal;
    padding: 0 50px 5px 0;
}

.categories {
    text-align: center;
}

.category {
    background: #f9f9f9;
    display: inline-block;
    height: 300px;
    margin: 15px;
    min-width: 300px;
    position: relative;
    vertical-align: top;
    width: 33%;
}

.category a {
    color: #000;
    display: block;
    height: 100%;
    width: 100%;
}

.category img {
    margin-top: 50%;
    transform: translateY(-50%);
}

.category .name {
    background: rgba(157, 205, 239, 0.5);
    bottom: 0;
    box-sizing: border-box;
    font-size: 2em;
    left: 0;
    padding: 5px;
    position: absolute;
    width: 100%;
}

.c_description {
    margin: -10px 0 30px 10px;
}

.c_shipping {
    margin-bottom: 20px;
    font-style: italic;
}

.products .product:nth-child(even) {
    background: rgba(157, 205, 239, 0.3);
}

.product {
    min-height: 240px;
    padding: 10px;
}

.product img {
    float: left;
    margin-right: 10px;
    max-height: 200px;
    max-width: 200px;
}

.product .title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.product span {
    display: block;
}

.product .col {
    margin-left: 10px;
}

.product .price {
    margin-top: 10px;
    text-align: right;
}

.product .price span, .product .price select {
    display: inline-block;
    margin-right: 20px;
}

.clear {
    clear: both;
}

.cart table {
    width: 100%;
}

.cart th {
    text-align: right;
}

.cart tr:nth-child(even), .rows > *:nth-child(even) {
    background: rgba(157, 205, 239, 0.5);
}

.cart tr > * {
    padding: 5px;
    text-align: right;
}

.cart .left {
    text-align: left;
}

.cart_step {
    margin: 20px 0;
    text-align: right;
}

.cart_step a, .next {
    background: #9DCDEF;
    border: 0;
    color: #000;
    display: inline-block;
    margin: 20px 0;
    padding: 20px;
}

.cart img {
    width: 36px;
}

.cart_shipping {
    font-size: 0.8em;
    font-style: italic;
    margin: 5px 0 0 0;
}

label {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

.cart_address p {
    margin: 0;
    padding: 5px 3px;
}

.form input, .form textarea {
    border: 1px solid #000;
    width: 300px;
}

.form textarea {
    height: 100px;
}

.form input[type=submit] {
    border: 0;
}

.captcha {
    font-size: 0.8em;
    margin-top: 50px;
}
.captcha, .captcha a {
    color: #ccc;
}

.grecaptcha-badge {
    display: none;
}

.photos a {
    display: inline-block;
    margin: 10px 10px;
}

.photos img {
    width: 230px;
}

.photos img.circle {
    border-radius: 50%;
}

.photos .sold {
    position: relative;
}

.photos .sold::after {
    background: url('../img/sold.png');
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100px;
}

.photos .group:nth-child(even) {
    background: rgba(157, 205, 239, 0.3);
}

.photos .group a {
    margin: 0 10px 10px 0;
}

.photos .group {
    padding: 10px;
}

.photos .groupphotos, .photos .groupinfo {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.photos .groupinfo .title {
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
}

.gslide h4 {
    margin: 0;
}

footer {
    background: #9DCDEF;
    margin-top: 50px;
    padding: 20px;
}

footer .col {
    margin-bottom: 20px;
}

footer a {
    color: #00f;
}

.stoffering .hero {
    background-position: center center;
    background-size: cover;
    margin-bottom: 30px;
    width: 100%;
}

.stoffering .hero a {
    box-sizing: border-box;
    display: block;
    padding-top: 40px;
    position: relative;
    min-height: 200px;
    text-decoration: none;
}

.stoffering .hero .title {
    color: #fff;
    display: block;
    font-size: 3em;
    font-weight: 800;
    margin-bottom: 20px;
    -webkit-text-stroke: 1px #000;
}

.stoffering .hero .description {
    background: rgba(255, 255, 255, 0.85);
    color: #000;
    display: block;
    padding: 20px;
    text-align: right;
    margin-left: 40%;
}

.stoffering .hero1 {
    background-image: url('../img/stoffering_1.jpg');
}

.stoffering .hero2 {
    background-image: url('../img/stoffering_2.jpg');
}

.stoffering .hero3 {
    background-image: url('../img/stoffering_3.jpg');
}

.stoffering .hero4 {
    background-image: url('../img/stoffering_4.jpg');
}

.stoffering .hero5 {
    background-image: url('../img/stoffering_5.jpg');
}

.stoffering .hero6 {
    background-image: url('../img/stoffering_6.jpg');
}