/****************************  variables */
/* line 4, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/contact.scss */
fieldset {
  margin-left: 0.4em;
  margin-top: 2em;
  width: 100%;
}

/* line 8, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/contact.scss */
fieldset legend {
  /*margin-left: 1em;
        padding: 0 0.5em;*/
}

/* line 13, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/contact.scss */
fieldset, input[type="text"], input[type="num"], .uniform__captcha, input[type="email"], textarea, select {
  border: none;
  border-bottom: 1px solid #3e40d8;
}

/* line 18, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/contact.scss */
label, input[type="text"], input[type="email"], textarea, select {
  margin: 0.5em;
  padding: 0.2em;
  font-size: 18px;
  display: block;
  width: 100%;
}

/* line 25, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/contact.scss */
.Info_horaire {
  font-style: italic;
  font-size: 90%;
}

/* line 28, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/contact.scss */
.Info_horaire p {
  margin: 0;
  margin-bottom: 1em;
}

/* line 34, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/contact.scss */
.messagetxt {
  min-height: 15vh;
}

/* line 38, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/contact.scss */
.messages, form, .other {
  position: relative;
  width: 62%;
  margin: auto;
}

/* line 43, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/contact.scss */
.other {
  margin-top: 3em;
}

/* line 46, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/contact.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3e40d8;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 70%;
}

/* line 52, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/contact.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #3e40d8;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 70%;
}

/* line 58, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/contact.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: #3e40d8;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 70%;
}

/* line 64, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/contact.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #3e40d8;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 70%;
}

@media (min-width: 300px) and (max-width: 768px) {
  /* line 74, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/contact.scss */
  .messages, form, .other {
    width: 100%;
  }
}

/*# sourceMappingURL=../../css/templates/contact.map */