html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
input,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: center;
  font-family: 'Andika New Basic', sans-serif;
  font-family: 'Nunito', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #000;
  color: #fff;
}

.top {
  height: 100%;
}

.contact {
  width: 100%;
  margin-top: 50px;
  height: 120px;
  font-size: 1.4em;
}

.tel-link {
  color: #fff;
  text-decoration: none;
  position: relative;
  top: 6px;
  left: -5px;
}

.tel-logo {
  margin-top: 10px;
  position: relative;
  left: -10px;
}

.logo-container {
  width: 100%;
  margin-top: 10px;
}

.logo {
  width: 90%;
  max-width: 1000px;
  max-height: 300px;
}

/*****offerte*****/
.offerte {
  margin-top: 30px;
}

.offerte-title {
  position: relative;
  top: 10px;
}
.input-container {
  margin-top: 20px;
}
.inputField,
.textareaField {
  border: none;
  background: #fff;
  border-radius: 5px;
  width: 90%;
  max-width: 300px;
  text-align: left;
  margin: 15px auto;
  padding-left: 10px;
  height: 40px;
  font-size: 1.1em;
}
.textareaField {
  padding-top: 10px;
  height: 100px;
}

.submit-btn {
  width: 90%;
  max-width: 200px;
  margin: 10px auto;
  cursor: pointer;
  height: 40px;
  color: #fccf15;
  border: 1px solid #fccf15;
  border-radius: 5px;
  background: transparent;
}

.arrow-logo {
  position: relative;
  left: 10px;
  height: 30px;
  font-size: 1.5em;
}

.diensten {
  width: 200px;
  margin: 50px auto;
}

.dienst {
  width: 200px;
  height: 200px;
  margin-top: 10px;
}

.diensten-img {
  display: block;
  height: 180px;
  width: 200px;
}

.menu {
  width: 100%;
  margin-top: 50px;
}

.menu-link {
  display: inline-block;
  font-size: 1em;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  text-decoration: none;
  border-bottom: 1px solid white;
}

/* .menu-link:after {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: red 2px solid;
} */

.slogan,
.image-slider {
  width: 90%;
  margin: 20px auto;
  color: #fff;
  font-size: 1.4em;
}

/********** Image Slider *************/
.image-slider {
  max-height: 300px;
}

.mySlides {
  display: block;
}
img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.slider-img {
  max-width: 300px;
  max-height: 300px;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */

.dots {
  margin: 0 auto;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #fff;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

.message-result {
  text-align: center;
  color: white;
  font-size: 1.4em;
}
