*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

.container{
  margin-top:74px;
  display: block;
  overflow:hidden;
  color:white;
    width: 100%;
    height: 1400px;
    background-image: url("../images/Sharon-14.jpg");
    background-position: center 20%;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-top{
  text-align: center;
  font-size:50px;
  font-weight: bold;
  text-shadow: 3px 3px 3px #242424;
  margin-top:100px;
}

.contact-box{
    display: block;
    overflow:auto;
    margin-top: 25px;
    width:50%;
    justify-content: center;
    height:auto;
    border-radius: 10px;
    background-color: #000000be;
    margin-left:auto;
    margin-right:auto;
}

.form{
  display: block;
  margin-top:40px;
  margin-bottom:40px;
}

.contact-box p{
  font-size: 20px;
  text-align:left;
  margin-left:7.5%;
  margin-right:7.5%;
}

.p-special{
  margin-bottom: 10px;
}

.p-special-2{
  margin-top: 15px;
  margin-bottom:5px;
}

#tijd{
  margin-bottom:-20px;
}

input[type=text],.email input[type=email],input[type=phone],input[type=date],input[type=time]{
  width:85%;
  display:block;
  margin:auto;
  padding:10px;
  font-size: 15px;
  border-radius:5px;
  color:black;
}

.onderwerp{
  margin-bottom:5px;
}

input[type=radio]{
  margin-left:7.5%;
  margin-bottom:10px;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 0.5em;
  -webkit-appearance: none;
}

input[type='radio']:checked {
  background: #ede9e0;
}

.radio{
  display:flex;
}

.radio-text{
  margin-left:5px;
  font-size: 15px;
}
textarea, select{
  color:black !important;
  width:85%;
  resize: none;
  display: block;
  margin:auto;
  padding:10px;
  font-size: 15px;
  border-radius:5px;
}

.send{
  display: block;
  background-color: transparent;
  border: 2px solid white;
  color:white !important;
  margin:auto;
  margin-top: -20px;
  margin-bottom:10px;
  padding:10px;
  font-size: 15px;
  border-radius:5px;
}

  option:hover{
    color:black;
  }
  .switch {
    margin-top:-5px;
    position: relative;
    display: inline-block;
      justify-content:center;
      margin-left:7.5%;
    width: 45px;
    height: 24px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #B7AB97;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: gray;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px gray;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  @media (max-width: 450px) {
    .contact-box{
      width:90%;
  }

  .text-top{
    font-size:40px;
    margin-top:40px;
  }

  .container{
    background-position: center;
  }
}

@media (max-width:768px) and (min-width:450px){
  .contact-box{
    width:75%;
}

.text-top{
  font-size:40px;
}

.container{
  background-position: center;
}
}

@media (max-width:1025px) and (min-width:768px){
  .contact-box{
    width:60%;
}

.container{
  background-position: center;
}
}

@media (max-width:1150px) and (min-width:1025px){
  .contact-box{
    width:45%;
}

.container{
  background-position: center;
}
}