*
{
    padding: 0;
    margin: 0;
}
.navbar-brand img
{
    max-width: 300px;
}

/* Responsive layout - To prevent the logo from cutting away the menu and language selection */
@media screen and (max-width: 640px) {
  .navbar-brand img {
    width: 120%;
    padding-top: 40px;
  }
}

.navbar-brand
{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40PX; /* kan weg indien het mooi binnen de balk moet staan, maar we laten het voorlopig zo aangezien we het probleem oplossen met een variabele width */
}
.navbar
{
   padding: 2em 0 !important; 
}


.navbar-toggler
{
    border: none !important;
    outline: none !important;
}

#grad1 {
  height: 150px;
  background-color: grey; /* For browsers that do not support gradients */
  background-image: linear-gradient(grey, white); /* Standard syntax (must be last) */
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.banner
{
    padding-left: 60px;
    padding-right: 60px;
}

/* Responsive layout - To have more space for navbar when very small screen */
@media screen and (max-width: 500px) {
  .banner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.home-header
{
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/img/Exterior.jpg);
    background-position: center;
    background-size: cover;
}

.banner-language
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    text-align: right;
    color: #fff;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 10px;
    padding-bottom: 0px;
}

.banner-text
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 60px;
    text-align: center;
    color: #fff;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 200px;
    padding-bottom: 200px;
}
.home-header2
{
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/img/QuoteInteriorold.png);
    background-position: center;
    background-size: cover;
}

.banner-text2
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 60px;
    text-align: center;
    color: #fff;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 150px;
    padding-bottom: 150px;
}

.home-header3
{
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/img/Overview.png);
    background-position: center;
    background-size: cover;
}

.banner-text3
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 60px;
    text-align: center;
    color: #fff;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 200px;
    padding-bottom: 200px;
}

.home-header4
{
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(https://www.decooworks.be/img/saw.jpg);
    background-position: center;
    background-size: cover;
}

.banner-text4
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 60px;
    text-align: center;
    color: #fff;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 150px;
    padding-bottom: 150px;
}

.banner-text .btn-primary
{
    background-image: linear-gradient(to right, #3636f3,#be43f1);
    border: none !important;
    box-shadow: none !important;
    font-size: px;
    padding: 15px 30px;
    margin-top: 10px;
}
.box-textW
{
    padding-left: 60px;
    padding-right: 60px;
}

/* Responsive layout - Gives less padding on very small screens */
@media screen and (max-width: 600px) {
  .box-textW {
    padding-left: 20px;
    padding-right: 20px;
    }
}

.box-textW-text-Heading1
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 40px;
    text-align: Left;
    padding-top: 60px;
    padding-bottom: 30px;
}

.box-textW-text-Heading2
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 40px;
    text-align: Left;
    padding-top: 0px;
    padding-bottom: 30px;
}

.box-textW-text-normal
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 18px;
    text-align: Left;
    letter-spacing: 0.01em;
    padding-top: 0px;
    padding-bottom: 30px;
}


.padding-box
{
    padding-left: 15%;
    padding-right: 15%;
}

@media screen and (max-width: 900px) {
  .padding-box {
    padding-left: 1%;
    padding-right: 1%;
  }
}

.padding-box2
{
    padding-left: 5%;
    padding-right: 5%;
}

.padding-box-picture
{
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 0%;
    padding-top: 3%
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 15px;
  /*height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 750px) {
  .column {
    width: 100%;
  }
}

/* Create three equal columns that floats next to each other */
.column4 {
  float: left;
  width: 25%;
  padding: 10px;
  /*height: 300px; /* Should be removed. Only for demonstration */
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1100px) {
  .column4 {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  .column4 {
    width: 100%;
  }
}

.column2 {
  float: left;
  width: 50%;
  padding: 2px;
    align-content: center /*height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row2:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .column2 {
    width: 100%;
  }
}

.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
    border-radius: 8px;
}

.wrapper {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}

.button1 {
  background-color: #606060; 
  color: white; 
  border: 2px solid #606060;
}

.button1:hover {
  background-color: white;
  color: black;
}

/* The css elements for the responsive gallery (note, Gallery after every class)*/
.rowgallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.columngallery {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.columngallery img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1000px) {
  .columngallery {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .columngallery {
    flex: 100%;
    max-width: 100%;
  }
}

/* The css elements for the contact form */
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 10px; /* Some padding */  
  border: 01px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: white; 
  color: black; 
  border: 2px solid #606060;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #606060;
  color: white;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 0px;
  background-color: #f2f2f2;
  padding: 20px;
}

.padding-box-footer
{
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 1%;
    padding-bottom: 5%;
}

/* Responsive layout - Makes the bottom footer a bit higher to accomodate the column switch */
@media screen and (max-width: 750px) {
  .padding-box-footer {
    padding-bottom: 10%;
  }
}

.padding-box-portfolio
{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.padding-box-portfolioBlokken
{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 1%;
    padding-bottom: 5%;
}
/* Responsive layout - Makes the bottom footer a bit higher to accomodate the column switch */
@media screen and (max-width: 1200px) {
  .padding-box-portfolioBlokken {
    padding-left: 3%;
    padding-right: 3%;
  }
}


.footer {
    background: #000000;
    position: relative;
}

.footer-content{
    height: 350px;
}

.vertical-align-middle { 
    vertical-align: middle; 
}

.footer .footer-bottom{
    background: #505050;
    height: 50px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-top: 10px;
}

img.ContactPicture{
    max-height:342px;
    max-width:100%;
    height:auto;
    width:auto;
    display: block;
   margin-left: auto;
   margin-right: auto;
}