
body {
  font-family: Verdana, Arial, sans-serif;
  color: #585756;
  background-color: #f5f5f5;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1 0 auto;
  background-color: #f5f5f5;
}

.footer {
  flex-shrink: 0;
}

main {
  background-color: #007ab0;
  color: white;
  width: 50%;
  margin: 110px auto 30px auto;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h1 {
  box-sizing: border-box;
  width: 100%;
  font-size: 20px;
  margin: 0 0 10px 0;
  padding: 15px;
  color: white;
  background-color: #00bb72;
}

form {
  position: relative;
  padding: 26px;
  margin: auto;
  line-height: 1.5;
}

form label {

}

.label {
  font-size: 14px;
}

form textarea {
  width: 299px;
  font-size: 16px;
  padding: 10px;
  color: #585756;
  border: none;
  border-radius: 0;
  resize: none;
  overflow: auto;
}

input::placeholder,
input:-ms-input-placeholder {
  color: #b4b0b0 !important;
  font-weight: lighter;
  font-size: 14px;
}


.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sendBesked {
  margin: 15px 0;
}

select,
.select {
  width: 317px;
  border-radius: 2px;
  padding: 12px;
  font-size: 16px;
  color: #585756;
  border: none;
  height: 38px;
  padding: 10px;
}

.select-kontakt {
  padding: 0 8px;
}

option {
  font-size: 14px;
  color: #585756;
}

.options {

}

.input {
  font-size: 14px;
  padding: 8px;
}

input[type="text"], input[type="text"] {
  font-size: 14px;
  padding: 8px;
  height: 30px;
}

.float-clear {
  clear: both;
  display: none;
}

.kontakt-space {
  clear: both;
  display: none;
}



#support_formular .row {
  clear: both;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 4px 12px;
}


#support_formular .row .c-left,
#support_formular .row .c-right {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0px 12px;
}


#support_formular .row .c-left {
  text-align: right;
  width: 30%;
}

#support_formular .row .c-right {
  text-align: left;
  width: 60%;
  padding-top: 4px;
}

#support_formular .row .c-right > * {
  width: 100%;
}

#support_formular .row .c-right .phone-container--kontakt input[name="country-code"] {
  background-image: url('../img/plus_sign.png');
  background-repeat: no-repeat;
  background-position: 6px 10px;
  background-size: 11px 11px;
  display: inline-block;
  float: left;
  width: 23%;
  margin: 0px;
  padding-left: 20px;
  font-size: 14px;
  background-color: white;
  box-sizing: border-box;
}

#support_formular .row .c-right .phone-container--kontakt input[name="telefon"] {
  display: inline-block;
  float: left;
  width: 75%;
  margin-left: 2%;
}


#support_formular textarea {
  overflow: auto;
  resize: none;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
}

#support_formular textarea[required] {
  padding-right: 18px;
}


#support_formular button.sendBesked {
  width: auto !important;
  float: right;
}

#support_formular input.anti-maskine {
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  padding: 0px;
  border: none;
}



.error-box {
  padding: 12px 24px;
  color: white;
  font-size: 14px;
  line-height: 20px;
  background-color: #be0000;
  margin-top: -10px;
}

.error-box > .heading {
  float: left;
  font-size: 16px;
  font-weight: bold;
}

ul.error-list {
  list-style-type: disc;
  margin: 0 0 0 20px;
}

.error-box > ul {
  float: left;
  clear: both;
  list-style: disc outside;
  padding-left: 20px;
}

.error-box ul * {
  font-size: 14px;
}

.error-box > ul {
  list-style: disc outside;
  padding-left: 16px;
}

.error-box > ul li {
  padding-top: 8px;
}


input[valid=false] {
  border-color: red;
  border-color: var(--color-red);
  border-width: 2px;
}


@media(max-width: 550px) {


  #support_formular .row {
    clear: both;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 4px 12px;
  }


  #support_formular .row .c-left,
  #support_formular .row .c-right {
    clear: both;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
    text-align: left;
  }


}

