/*
Theme Name: Helemaal de bom Thema
Theme URI: http://helemaaldebom.com
Author: Helemaal de bom
Author URI: http://helemaaldebom.com
Description: Het thema van Helemaal de bom, gemaakt om websites te laten knallen.
Version: 1.0
*/
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Medium.ttf") format("truetype");
}

/* CSS voor het formulier. Neem dit over voor styling */
#ruudster-webform {
    display: flex;
    flex-direction: column;
    max-width: 700px;
}

#ruudster-webform input[type=text] {
    width: 100%;
    height: 30px;
    border: 1px solid #bbb;
    padding: 1px 8px;
    background: #fff;
    font-size: 13px;
}

header, #response, footer {
  display: none;
}

input,textarea {
  border-radius: unset !important;
}

input {
  height: 30px;
}

textarea {
  height: 130px;
}

label {
  font-size: 12px;
}

input[type="submit"] {
  max-width: 150px;
  margin-left: auto;
  font-size: 12px;
}

br {
  display: none;
}

input#filled_on {
  font-size: 12px;
}

html, body {
	overflow: hidden;
}

div#response {
	width: 100%;
    display: block !important;
}

/*# sourceMappingURL=style.css.map */