*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1.8;
  color: #333;
  font: 12px/1.8 Arial, Verdana;
}
h2 {
  font: normal 20px/1.0 Arial, Verdana, sans-serif;
  color: #333;
  margin: 10px 0 0 0 !important;
}
a {
  text-decoration: none;
  color: #000;
  transition: color 0.15s linear;
}
a:active,
a:focus,
a:hover {
  color: #ff4081;
}
a > img {
  display: none !important;
}
#mailto-window {
  padding: 0 20px;
}
div.formelm {
  margin: 0;
}
#mailtoForm p button {
  float: right !important;
}
#mailtoForm p button:first-child {
  float: left !important;
}
label {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  float: left;
  width: 20%;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #757575;
  font-size: 1.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  max-width: 100% !important;
  outline: none;
  padding: 0 10px;
  position: relative;
  -webkit-transition: border .3s ease-out;
  -moz-transition: border .3s ease-out;
  -ms-transition: border .3s ease-out;
  -o-transition: border .3s ease-out;
  transition: border .3s ease-out;
  width: 100%;
}
input::-webkit-input-placeholder {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}
input::-moz-placeholder {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}
input:-moz-placeholder {
  color: #424242;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus {
  border-bottom: 2px solid #ff4081;
  color: #151515;
  outline: none;
}
button,
.button,
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  background: #ff4081;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  height: 36px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 5px 0 0;
  min-width: 64px;
  padding: 0 8px;
  outline: none;
  overflow: hidden;
  will-change: box-shadow, transform;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}
button:active,
button:focus,
button:hover,
.button:active,
.button:focus,
.button:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover {
  background: #ff4081;
}
