/*
Theme Name:     Bootstrap 5 starter child Rode stoel
Description:    Bootstrap 5 starter child subtheme op basis van Bootstrap 5
Author:         Studio Plakband
Author URI:     http://www.studioplakband.com
Template:       bootstrap-5-starter
Version:        1.0.1
*/

/** Changelog 
**
**  Date: 1-11-23
**  Update thema
**
*/


@font-face{
    font-family: 'CourierStd';
    src: url('fonts/CourierStd.otf') format('opentype');
}

@font-face{
    font-family: 'CourierStdBold';
    src: url('fonts/CourierStdBold.otf') format('opentype');
}

@font-face{
    font-family: 'Akkurat';
    src: url('fonts/Akkurat.ttf') format('truetype');
}

@font-face{
    font-family: 'PatuaOne';
    src: url('fonts/PatuaOne-Regular.ttf') format('truetype');
}

.CourierStd {
    font-family: 'CourierStd';
}

.CourierStdBold {
    font-family: 'CourierStdBold';
}

.akkurat {
    font-family: 'Akkurat';
}

.patua-one {
    font-family: 'PatuaOne';
    line-height: 1.3em;
}

html {
    scroll-behavior: initial;
}

html,
body {
    width: 100%;
    min-height: 100%;
}

.wrapper {
    overflow-x: hidden;
}

/*achtergrond kleur*/
/*#d0e9f6*/
/*oud #d0e9f6*/

.variables {
    position: fixed;
    top: 30px;
    left: 0;
    z-index: 200;
    display: none;
}

.display-none {
    display: none !important;
}

.display-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
}

.gallery-image {
    flex: 1;
    flex-basis: 50%;
    max-width: 50%;
    object-fit: cover;
    height: 33vw;
}

.position-relative {
    position: relative;
}

strong {
    font-weight: 600;
}

.empty-space-20 {
    height: 20px;
}

.empty-space-50 {
    height: 50px;
}

.empty-space-75 {
    height: 75px;
}

.empty-space-100 {
    height: 100px;
}

.padding-right-20 {
    padding-right: 20px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

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

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

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

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.top-3 {
    top: 3px;
}

.uppercase {
    text-transform: uppercase;
}

.text-shadow {
    text-shadow: 2px 2px 2px #000000;
}

.text-underline {
    text-decoration: underline !important;
}

.text-align-center {
    text-align: center;
}

.text-underline:hover {
    text-decoration: none;
}

.opacity-1 {
    opacity: 1 !important;
}

.padding-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.width-24pc {
    width: 24%;
}

.width-75pc {
    width: 75%;
}

.width-min-100 {
    width: calc(100% - 100px);
}

.height-72 {
    height: 72px
}

.color-black {
    color: black;
}

.color-red {
    color: #f62247;
}

.color-black:hover {
    color: black;
}

.color-white {
    color: white;
}

.color-white:hover {
    color: white;
}

.color-yellow {
    color: #ffd800;
}

a, a:hover {
    color: #f62247;
}

p {
    margin-bottom: 1em;
}

h1.entry-title {
    color: #f62247;
    /*color: white;*/
    text-align: center;
    margin-bottom: 35px;
}

body {
    /*font-family: 'Akkurat';*/
    font-family: 'CourierStd';
}

body.page, body.archive, body.single {
    background-color: #fbedea;
}

body.home {
    background-color: #d0e9f6;
    color: white;
}

.home body {
    background-color: #fbedea;
}

body.home p{
    font-size: 24px;
}

.font-size-body {
    font-size: 24px !important;
}

.font-sm {
    font-size: 20px !important;
    line-height: 1.3em;
}

.font-md, .font-md p, .font-md h2 {
    font-size: 30px !important;
}

.font-lg, .font-lg p {
    font-size: 50px !important;
    line-height: 1.1em;
}

.font-xl, .font-xl p {
    font-size: 88px !important;
}

#wrapper {
    overflow-x: hidden;
}

.home #main {
    margin-top: 0 !important;
}

#main {
    margin-top: 160px !important;
}

header {
    /*    position: absolute;
        top: 0;*/
}

.home header {
    position: relative;
    /*display: none;*/
    z-index: 100;
}

#header {
    position: fixed;
    z-index: 10;
    width: 100%;
    background-color: #d0e9f6;
    padding-bottom: 5px;
}

.home #header {
    background-color: transparent;
}

.home #main {
    padding-left: 0;
    padding-right: 0;
}


/* menu */

.navbar .container-fluid {
    /*justify-content: end !important;*/
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar-toggler-rs {
    border-color: transparent;
    background-color: transparent;
    position: relative;
    margin-top: 30px;
    margin-right: 25px;
    z-index: 10;
    width: 60px;
    height: 60px;
    float: right;
}

button:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.navbar-toggler-rs span {
    display: block;
    position: absolute;
    right: 0;
    background-color: #f62247;
    height: 4px;
    width: 60px;
    border-radius: 5px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.home .navbar-toggler-rs span {
    background-color: white;
}

.navbar-rs.menu-open .navbar-toggler-rs span {
    top: 0 !important;
    bottom: 0 !important;
    margin: auto;
    height: 5px;
    background-color: white;
}

.navbar-toggler-rs span:nth-child(1) {
    top: 0;
}

.navbar-toggler-rs span:nth-child(2) {
    top: 17px;
}

.navbar-toggler-rs span:nth-child(3) {
    width: 45px;
    top: 34px;
}

.navbar-rs.menu-open .navbar-toggler-rs span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-rs.menu-open .navbar-toggler-rs span:nth-child(2) {
    opacity: 0;
}

.navbar-rs.menu-open .navbar-toggler-rs span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 60px;
}

.navbar-inner {
    position: absolute !important;
    background-color: #f62247;
    width: 0px;
    top: 0;
    right: 0;
    height: 100vh;
    -webkit-transition: width 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out, visibility 0.25s ease-in-out;
    transition: width 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

.navbar-rs.menu-open .navbar-inner{
    width: 400px;
}

.navbar-nav .nav-link {
    color: white;
    font-size: 30px;
    line-height: 1.2em;
    font-family: 'CourierStd';
}

.navbar-nav .nav-link:hover {
    text-decoration: underline;
}

.navbar-nav .nav-link.active {
    color: white;
    text-decoration: underline !important;
}

.home .navbar-nav .nav-link.active {
    text-decoration: none !important;
}

.navbar-nav .nav-link.active:hover {
    text-decoration: underline !important;
}

.home .navbar-nav li:first-of-type .nav-link {
    text-decoration: underline !important;
}

#menu-hoofdmenu {
    margin-top: 70px;
    margin-left: 50px;
    width: 300px;
}


/*einde menu*/


.header-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('img/header.jpg');
    background-image: none;
    background-position: center 100px;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-image img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.header-image video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-image-container {
    position: relative;
    width: 100vw;
    height: 200vh;
    top: 0;
    left: 0;
    background-image: url('img/header-overlay.svg');
    background-position: center -2px;
    background-repeat: no-repeat;
    background-size: auto 100vh;
}

.empty-container {
    position: relative;
    height: 100vh;
    width: 100%;
    border-top: 1px solid red;
}

.home .section {
    position: relative;
    width: 100vw;
    height: 100vh;
    min-height: 850px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-content {
    position: relative;
    width: 580px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.section-1 {
    position: relative;
    z-index: 10;
    background-color: #d0e9f6;
    height: 100vh;
}

.section-1 .section-content-wrapper {
    width: 100vw;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.section-1 .section-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#logo {
    position: relative;
    /*top: 100px;*/
    height: 50vh;
    width: auto;
    /*left: -90px;*/
}

#logo-mobiel {
    position: relative;
    /*top: 50px;*/
    width: 240px;
    height: auto;
    display: none;
}

.section-1 .line-container-wrapper {
    position: relative;
}

.section-1 .line-container {
    top: 50px;
    height: 200px;
}

.line-container {
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    height: 100%;
    width: 2px;
}

.v-line, .h-line, .h-line-2 {
    display: none;
}

.home .h-line {
    position: absolute;
    display: block;
    top: 0;
    left: -40px;
    height: 2px;
    width: 80px;
    background-color: #e6cfda;
}

.home .h-line-2 {
    display: block;
    position: absolute;
    top: 0;
    /*display: inline-block;*/
    top: 0;
    left: 50%;
    margin-left: -40px;
    height: 2px;
    width: 80px;
    background-color: #e6cfda;
}

.home .v-line {
    position: relative;
    display: block;
    height: calc(100% + 12px);
    width: 2px;
    background-color: #e6cfda;
}

.v-line.half {
    height: 50%;
}

.header-text .line-container {
    height: 28%;
    top: auto;
    bottom: 0;
}

.section-2, .section-2b {
    top: 0;
    color: #d0e9f6;
}

.section-2 {
    z-index: 10;
    background-color: #f62247;
}

.section-2b {
    background-color: #f62247;
    display: none !important;
}

.section-2 .section-content:before {
    position: absolute;
    top: -150px;
    left: 50%;
    margin-left: -1px;
    content: ' ';
    display: block;
    width: 2px;
    height: 150px;
    color: black;
    background-color: #fbedea;
}

.section-2 .section-content:after {
    position: absolute;
    bottom: -279px;
    left: 50%;
    margin-left: -1px;
    content: ' ';
    display: block;
    width: 2px;
    height: 279px;
    background-color: #fbedea;
}

.section-2 p span, .section-2 .contact-form{
    opacity: 0.5;
}

.section-2 .section-content-wrapper {
    width: 100vw;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.section-2 .section-content {
    /*background-color: #f62247;*/
    max-width: calc(100% - 30px);
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #f62247 !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f62247 !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f62247 !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #f62247 !important;
    opacity: 1;
}

.wpcf7-submit {
    color: #f62247;
}

.wpcf7-not-valid-tip {
    color: white;
}

.wpcf7-form textarea {
    width: 70%;
    left: 15%;
}

.wpcf7-form input {
    width: 70%;
    left: 15%;
}

.wpcf7-form input[type=submit] {
    width: auto;
}

.section-3 {
    /*background-color: #fbedea;*/
    background-color: #f62247;
    color: #f62247;
    /*border-top: 1px solid white;*/
    overflow: hidden;
}

.section-background-fade {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.section-background-fade.white {
    background-color: #fbedea;
}

.section-background-fade.blue {
    background-color: #d0e9f6;
}

.section-3 a {
    color: #f62247;
    text-decoration: underline;
}

.section-3 a:hover {
    text-decoration: none;
}

.section-3 .section-content {
    width: 800px;
    max-width: 100%;
}

.section-3 .section-content:before {
    position: absolute;
    top: -200px;
    left: 50%;
    margin-left: -1px;
    content: ' ';
    display: block;
    width: 2px;
    height: 200px;
    background-color: #e6cfda;
}

.section-3 .section-content:after {
    position: absolute;
    bottom: -200px;
    left: 50%;
    margin-left: -1px;
    content: ' ';
    display: block;
    width: 2px;
    height: 200px;
    background-color: #e6cfda;
}

.section-3 .v-line, .section-3 .h-line-2 {
    color: #f62247;
}

.section-3 .section-content {
    /*background-color: #fbedea;*/
}

.section-3 p {
    position: relative;
}

#potlood {
    width: 222px;
    height: auto;
    position: absolute;
    left: 30px;
    top: -10px;
}

#vlinder {
    width: 222px;
    height: auto;
    position: absolute;
    right: 10px;
    top: -50px;
}

#schep {
    width: 263px;
    height: auto;
    position: absolute;
    left: -55px;
    top: -40px;
}

#stoel {
    width: 185px;
    height: auto;
    position: absolute;
    right: -40px;
    top: -40px;
}

.section-4 {
    /*background-color: #d0e9f6;*/
    background-color: #fbedea;
    color: #f62247;
    overflow: hidden;
}

.section-4 .v-line, .section-4 .h-line-2 {
    color: #f62247;
}

.section-4 .section-content {
    /*background-color: #d0e9f6;*/
    width: 1050px;
    max-width: 100%;
}

.section-4 .section-content:before {
    position: absolute;
    top: -250px;
    left: 50%;
    margin-left: -1px;
    content: ' ';
    display: block;
    width: 2px;
    height: 250px;
    background-color: #e6cfda;
}

.section-4 .section-content:after {
    position: absolute;
    bottom: -150px;
    left: 50%;
    margin-left: -1px;
    content: ' ';
    display: block;
    width: 2px;
    height: 180px;
    background-color: #e6cfda;
}

.section-4 .section-content img {
    max-width: 100%;
    /*height: 65vh;*/
}

.flexslider {
    position: relative;
    border-width: 0;
    /*max-width: calc(100% - 18px);*/
    max-width: 100%;
    margin: 0 0 0;
    background-color: transparent;
}

.flexslider li {
    position: relative;
}

.flexslider-home ul.slides {
    position: relative;
}

.flexslider-home li {
    height: 100%;
}

.flexslider-home a {
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.flexslider-home iframe {
    height: 706px;
}

.flex-viewport {
    /*max-height: 526px;*/
}

.flexslider-home .flex-control-nav {
    display: none;
}

.flex-direction-nav {
    height: 0;
    width: 100%;
    top: 50%;
    position: absolute;
}

.flex-direction-nav a {
    height: 72px;
    width: 36px;
}

.flexslider .flex-direction-nav .flex-prev, .flexslider .flex-direction-nav .flex-next {
    opacity: 1;
}

.flexslider .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: -80px;
}

.flexslider .flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: -80px;
}

.flex-direction-nav a {
    font-size: 0px;
    margin: -36px 0 0;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    display: inline-block;
    content: ' ';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);
    position: absolute;
    left:0;
    width: 36px;
    height: 72px;
    /*background-color: red;*/
}

.flex-direction-nav a.flex-prev:before {
    background-image: url('img/driehoek_links.png');
    background-repeat: no-repeat;
    background-size: 36px auto;
    background-position: left top;
}

.flex-direction-nav a.flex-next:before {
    background-image: url('img/driehoek_rechts.png');
    content: ' ';
}

.section-4 .slide-description {
    position: absolute;
    /*width: 100%;*/
    bottom: 10px;
    color: white;
}

.section-4 .slide-description p{
    margin-bottom: 0;
}

.more-button {
    position: absolute;
    right: 0px;
    bottom: 26px;
    text-decoration: underline;
}

.section-4 .slide-description a{
    color: white;
}

.section-4 .slide-description a:hover{
    color: white;
}

.view-project {
    position: absolute;
    left: 40px;
    bottom: 40px;
    display: inline-block;
    background-color: #fbedea;
    padding: 15px 20px 10px;
    /*text-decoration: underline;*/
}

.view-project:hover {
    /*text-decoration: none;*/
}

.view-project h3 {
    margin-bottom: 0;
    line-height: 1em;
}

.section-back-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: transform .5s;
    background-size: cover;
    background-position: center center;
}

.section-back-image:hover {
    /*transform: scale(1.05);*/
}

.section-4a1 .section-back-image {
    /*background-image: url('img/rode-stoel-3.png');*/
    
}

.section-4a2 .section-back-image {
    /*background-image: url('img/rode-stoel-4.png');*/
    /*background-size: cover;*/
}

.section-4a3 .section-back-image {
    /*background-image: url('img/rode-stoel-5.png');*/
    /*background-size: cover;*/
}

.section-4b {
    color: white;
    background-color: #d0e9f6;
}

.review-teasers {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 50px;
    /*width: auto;*/
}

.flexslider-reviews {
    
    /*width: 1200px;*/
}

#vlinder-reviews {
    width: 222px;
    height: auto;
    position: absolute;
    top: -80px;
    right: 60px;
}

.review-teasers-archive {
    align-items: center;
}

.review-teaser {
    flex: 1;
    max-width: 350px;
    margin: 20px;
    padding: 25px;
    text-align: center;
    color: grey;
    font-size: 17px;
    line-height: 1.5em;
    background-color: #fbedea;
}

.review-teaser-slide {
    
    /*max-width: 350px;*/
    margin: 20px;
    padding: 25px !important;
    text-align: center;
    color: grey;
    font-size: 17px;
    line-height: 1.5em;
    background-color: #fbedea;
}

.read-more {
    margin-top: 5px;
    display: inline-block;
}

.review-teaser-archive {
    max-width: 900px;
}

.review-teaser h3, .review-teaser-slide h3 {
    color: #f62247;
}

.review-teaser p {
    font-size: 20px !important;
    line-height: 1.5em;
}

.review-teaser .fa-star {
    margin: 3px;
}

.section-5 {
    color: white;
    background-color: #d0e9f6;
}
.section-5 .section-5-background:before {
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -1px;
    content: ' ';
    display: block;
    width: 2px;
    height: 100px;
    background-color: #e6cfda;
}

.section-5-background {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    height: 95%;
    /*background-image: url('img/rode-stoel-1.png');*/
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.section-5 .v-line, .section-5 .h-line-2 {
    background-color: #f62247;
}

.section-5 .section-content {
    width: 780px;
    max-width: calc(100% - 30px);
    /*background-color: #122943;*/
}

.section-5 .section-content p {
    margin-bottom: 0;
}

.arjan-image-container {
    position: relative;
    right: -150px;
    top: -175px;
}

.arjan-image {
    position: absolute;
    top: 0;
    right: 0;
}

.section-6 {
    background-color: #fbedea;
    color: #f62247;
}

.section-6 a, .section-6 a:hover {
    color: #f62247;
}

.section-6 .section-content {
    background-color: #fbedea;
    width: 1000px;
    max-width: calc(100% - 30px);
}

.logo-small-container {
    display: inline-block;
    /*padding-right: 140px;*/
    /*padding-right: 12%;*/
}

.logo-small-container img {
    max-width: 100%;
}


.rs-credits {
    position: absolute;
    right: 40px;
    bottom: 20px;
    font-size: 14px;
}

.home footer {
    display: none;
}

footer {
    display: none;
}


/* Tijdelijke home */


.home .section-6 .line-container, .home .section-6 .h-line-2 {
    display: none;
}

/* Vervolg pagina's */


.navbar-brand img {
    height: 150px;
    margin-top: 10px;
    margin-left: 20px;
}

#header.header-page {
    background-color: transparent;
}

#main.main-page {
    margin-top: 170px !important;
}

.page-content {
    position: relative;
}

.flexslider-page .slides {
    height: 400px;
    overflow-y: hidden;
}

.page-image {
    display: block;
    height: 400px;
    /*background-color: yellow;*/
    background-image: url('img/header-1.jpg');
    background-size: cover;
    background-position: center center;
}

.page .entry-title, .archive .entry-title {
    margin-bottom: 60px;
    text-decoration: underline;
}

.content.page{
    text-align: left;
    font-size: 20px;
    color:#f62247;
}



.page-menu .current-menu-item a {
    text-decoration: none !important;
    pointer-events: none;
}

.content.page .menu.nav a {
    font-size: 22px;
    text-decoration: underline;
    color: #f62247;
}

.content.page .menu.nav a:hover {
    text-decoration: none;
}

.row-footer, .row-footer .section, .row-footer .section-content {
    background-color: #d0e9f6;
}

.flexslider-page .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 8px;
    text-align: center;
}

.flexslider-page .flex-control-paging li a {
    background: lightgrey;
}

.flexslider-page .flex-control-paging li a.flex-active {
    background: white;
}

.footer-video-section {
    position: relative;
    z-index: 11;
    padding-top: 150px;
    background-color: #d0e9f6;
}

.footer-video-section iframe {
    height: 100vh;
}

@media (orientation: portrait) {
    .footer-video-section iframe {
        height: 100vw;
    }
}

@media (min-width: 768px){

    .navbar-expand-md .navbar-toggler, .navbar-expand-md .offcanvas-header {
        display: block !important;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    #navbar {
        /*display: block !important;*/
    }

    .navbar-collapse {
        /*flex-basis: 100% !important;*/
    }

    .navbar>.container {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .navbar-nav {
        flex-direction: column !important;
    }
}



@media only screen and (max-width: 1600px) {

    #vlinder-reviews {
        width: 180px;
        right: -30px;
    }

}


@media only screen and (max-width: 1200px) {

    .section-4 .section-content {
        /* background-color: #d0e9f6; */
        width: auto;
        max-width: calc(100% - 230px) !important;
    }

    .section-4b {
        height: auto !important;
    }

    #vlinder-reviews {
        width: 120px;
        right: -20px;
    }

}


@media only screen and (max-width: 1000px) {

    .navbar-brand img {
        height: 90px;
    }

    .font-md, .font-md p {
        font-size: 23px;
    }

    .font-lg, .font-lg p {
        font-size: 38px !important;
    }

    .font-xl, .font-xl p {
        font-size: 66px;
    }

    .navbar-nav .nav-link {
        font-size: 28px;
    }

    #potlood {
        width: 98px;
        height: auto;
        position: absolute;
        left: 23px;
        top: -10px;
    }

    #vlinder {
        width: 98px;
        height: auto;
        position: absolute;
        right: 10px;
        top: -38px;
    }

    #schep {
        width: 128px;
        height: auto;
        position: absolute;
        left: 0px;
        top: -30px;
    }

    #stoel {
        width: 98px;
        height: auto;
        position: absolute;
        right: 0px;
        top: -30px;
    }

    .review-teaser {
        flex-basis: 50%;
    }

    /*    .flexslider{
            max-width: calc(100% - 18px);
        }*/

}


@media only screen and (max-width: 768px) {

    .font-lg, .font-lg p {
        font-size: 30px !important;
    }

    .font-sm {
        font-size: 18px !important;
    }

    #logo {
        display: none;
    }

    #logo-mobiel {
        display: block;
    }

    .section-4 .section-content {
        max-width: calc(100% - 100px) !important;
    }

    .flex-direction-nav a:before {
        width: 18px;
        height: 36px;
    }

    .flex-direction-nav a.flex-prev:before, .flex-direction-nav a.flex-next:before {
        background-size: 18px auto;
    }

    .flexslider .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
        left: -40px;
    }

    .flexslider .flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
        right: -50px;
    }

    .section-5-background {
        background-image: url('img/rode-stoel-1-m.png');
        background-position: center top;
    }

    .height-auto-mob {
        height: auto;
    }

    .flexslider-page .slides {
        height: auto;
    }

    .footer-video-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .gallery-image {
        flex: 1;
        flex-basis: 100%;
        max-width: 100%;
        object-fit: cover;
        height: 66vw;
    }

}

@media only screen and (max-width: 575px) {
    
    .flexslider-reviews {
        max-width: calc(100% - 80px);
        margin-left: 40px;
    }
    
}

@media only screen and (max-width: 500px) {

    body p {
        font-size: 14px;
    }

    body.home p {
        font-size: 20px;
    }
    
    .font-size-body {
        font-size: 20px !important;
    }

    .border-1-red {
        border: 1px solid red;
    }

    .font-sm {
        font-size: 15px !important;
    }

    .font-md, .font-md p {
        font-size: 17px !important;
    }

    .font-lg, .font-lg p {
        font-size: 24px !important;
    }

    .font-xl, .font-xl p {
        font-size: 36px !important;
    }

    .margin-bottom-xs-10 {
        margin-bottom: 10px !important;
    }

    .margin-bottom-xs-0 {
        margin-bottom: 0 !important;
    }

    .navbar-nav .nav-link {
        font-size: 26px;
    }

    .navbar-brand img {
        height: 60px;
    }

    .navbar-toggler-rs {
        margin-top: 20px;
    }

    .navbar-rs.menu-open .navbar-inner{
        width: 100%;
    }

    .navbar-toggler-rs {
        width: 50px;
        height: 50px;
    }

    .navbar-toggler-rs span:nth-child(2) {
        top: 15px;
    }

    .navbar-toggler-rs span:nth-child(3) {
        width: 40px;
        top: 30px;
    }

    .navbar-toggler-rs span {
        width: 50px;
    }

    .navbar-rs.menu-open .navbar-toggler-rs span:last-child {
        width: 50px;
    }

    .home .section {
        /*height: auto;*/
        min-height: 600px;
        overflow: hidden;
    }

    .section-1 .section-content {
        align-items: center;
    }

    .section-2 .section-content:after {
        bottom: -325px;
        height: 325px;
    }

    .section-3 .section-content:before {
        top: -270px;
        height: 270px;
    }

    .section-3 .section-content:after {
        bottom: -250px;
        height: 250px;
    }

    .section-4 .section-content:before {
        top: -200px;
        height: 200px;
    }

    .overlay-image-container {
        background-size: auto 40vh;
    }

    .home .section#contact {
        /*min-height: 400px;*/
    }

    #main {
        margin-top: 100px !important;
    }

    #potlood {
        width: 65px;
        height: auto;
        position: absolute;
        left: 15px;
        top: -5px;
    }

    #vlinder {
        width: 65px;
        height: auto;
        position: absolute;
        right: 5px;
        top: -25px;
    }

    #schep {
        width: 85px;
        height: auto;
        position: absolute;
        left: 0px;
        top: -20px;
    }

    #stoel {
        width: 65px;
        height: auto;
        position: absolute;
        right: 0px;
        top: -20px;
    }

    .flexslider-home {
        width: 200vw;
        max-width: 200vw;
        margin-left: -50vw;
    }

    .section-4 .flex-direction-nav {
        height: 0;
        width: 38%;
        margin-left: 25%;
        top: 50%;
        /*top: calc(50% - 100px);*/
    }

    .section-4 .flex-viewport {
        height: 110vw;
    }

    .section-4 .slide-description {
        width: 45%;
        margin-left: 20% !important;
        bottom: 125px;
        /*        background-color: #d0e9f6;
                margin-right: 0 !important;
                padding: 3px;*/
    }

    .arjan-image-container {
        position: relative;
        right: 0px;
        top: 0px;
    }

    .arjan-image {
        position: relative;
        top: 0;
        right: 0;
        width: 100px;
    }

    .more-button a{
        font-size: 14px;
    }

    .mx-4 {
        margin-left: 1rem!important;
        margin-right: 1rem!important;
    }

    .section-6 .font-lg {
        font-size: 20px !important;
    }

    .view-project {
        left: 20px;
        bottom: 40px;
    }

    #vlinder-reviews {
        width: 80px;
        right: -10px;
        top: -50px;
    }

}