﻿.container-content {
  margin: 0px;
  width: 746px;
  /*Lengte zoekbalk op de achtergrond*/
  margin-right: 120px;
  /*Pas deze aan samen met .tagvenster margin-left in tags.css, om deze goed in het midden te krijgen*/

  transition: all 0.3s ease;
}

.sdropdown {
  position: relative;
  display: inline-block;
  width: 765px;
}

#sdropdown-content {
  display: block;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  width: 746px;
  margin: 0;
  margin-left: 15px !important;
  margin-top: -17px !important;
  padding: 0;
}

input:not(:placeholder-shown) {
  border-bottom: none;
}

.hr-lijn {
  background: #9c9c9c;
  height: 1px;
  margin: 0;
}

#sdropdown-content {
  border-top: none;
}

input:focus:not(:placeholder-shown)+#sdropdown-content {
  border: solid 2px #0075ff;
  border-top: none;
}

.zoekresultaten:hover {
  color: black;
}

.tekstgeenzoekr {
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 20px;
  border: solid 2px #0075ff;
  border-top: 1.5px solid #9c9c9c;
}

.sdropdown-content a {
  color: black;
  min-width: 100%;
  min-height: 100%;
  text-decoration: none;
  display: block;

  /* border: 5px solid blue; */
}

.sdropdown-content a:hover {
  background-color: #dfdfdfe3;
}

.table,
td {
  max-height: 65px;
  min-width: 110px;
  padding: 5px;
  padding-right: 20px;
}

h1.post-title {
  margin: 0;
}

input {
  border: solid 2px #0075ff;

  height: 46px;
  width: 746px;
  /*lengte*/
  outline: none;

  transform: skew(-20deg);
  transition: all 0.3s ease;
  border-radius: 2px;

  height: 50px;

  text-align: center;
  z-index: 100;
}

.searchbar {
  position: relative;
}

.searchbar img {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 20px;
}

input:focus,
input:not(:placeholder-shown) {
  text-align: left;
  cursor: text;
  padding-left: 5px;
  padding-right: 35px;
}

input:focus::placeholder {
  color: transparent;
}

.post {
  height: 0px;
}

input::placeholder {
  transform: skew(20deg);
  color: #6f6f6f;
}

input:hover::placeholder {
  color: #0075ff;
  transition: all 0.3s ease;
}

input:hover:focus::placeholder {
  color: transparent;
  transition: all 0s ease;
}

input:not(:placeholder-shown),
input:focus {
  transition: all 0.3s ease;
  transform: skew(0deg);
}

.searchbar input {
  margin-left: 15px;
  font-size: 20px;

  margin-right: 10px;
}

/* === Responsive === */

@media all and (max-width: 1000px) {
  .container-content {
    width: 700px;
    margin-right: 120px;
  }

  input {
    width: 700px;
  }

  #sdropdown-content {
    width: 700px;
  }
}

@media all and (max-width: 900px) {
  .container-content {
    width: 600px;
  }

  input {
    width: 600px;
  }

  #sdropdown-content {
    width: 600px;
  }
}

@media all and (max-width: 750px) {
  .container-content {
    width: 500px;
  }

  input {
    width: 500px;
  }

  #sdropdown-content {
    width: 500px;
  }
}

@media all and (max-width: 650px) {
  .container-content {
    width: 400px;
  }

  input {
    width: 400px;
  }

  #sdropdown-content {
    width: 400px;
  }

  .searchimg {
    display: none;
  }

  .searchtitle {
    max-width: 110px;
  }
}

@media all and (max-width: 550px) {
  .container-content {
    width: 350px;
  }

  input {
    width: 350px;
    height: 42px;
  }

  #sdropdown-content {
    width: 350px;
  }
}

@media all and (max-width: 475px) {
  .container-content {
    width: 350px;
    margin-right: 35px;
  }

  input {
    width: 350px;
    height: 40px;
  }

  #sdropdown-content {
    width: 350px;
  }
}


@media all and (max-width: 385px) {
  .AfbeeldingSearch {
    display: none;
  }

  .container-content {
    width: 300px;
  }

  input {
    width: 300px;
    height: 40px;
  }

  #sdropdown-content {
    width: 300px;
  }
}

@media all and (max-width: 320px) {
  .container-content {
    width: 250px;
  }

  input {
    width: 250px;
    height: 40px;
  }

  #sdropdown-content {
    width: 250px;
  }

}