@charset "UTF-8";

/* Contact Form */
.contact {
  *zoom: 1;
  max-width: 1188px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  display: block;
}

  .contact:before,
  .contact:after {
    display: table;
    content: ""; }

  .contact:after {
    clear: both; }

  .contact__wrap {
    *zoom: 1;
    display: block;
    margin-bottom: 1em; }

    .contact__wrap:before,
    .contact__wrap:after {
      display: table;
      content: ""; }

    .contact__wrap:after {
      clear: both; }

  .contact__context {
    float: left;
    display: block;
    margin-right: 2%;
    width: 26%;
    margin-bottom: 1em;
    font-size: 0.88889rem;
    line-height: 1.5; }

    .contact__context:last-child {
      margin-right: 0; }

    .contact__context img {
      display: block;
      margin-bottom: 1em; }

  .contact__form {
    float: left;
    display: block;
    margin-right: 2.02177%;
    width: 65.99274%; }

    .contact__form:last-child {
      margin-right: 0; }

    .contact__form__column {
      margin-top: 4px;
      float: left;
      display: block;
      margin-right: 2%;
      width: 34%; }

      .contact__form__column:last-child {
        margin-right: 0; }

      /*@media (max-width: 950px) {
        .contact__form__column {
          width: auto;
          float: none;
          margin-right: 0; } }

  @media (max-width: 950px) {
    .contact__context, .contact__form {
      float: left;
      display: block;
      margin-right: 2.02177%;
      width: 100%;
    }

    .contact__context{
      max-height: 105px;
    }
    .contact__context img{
      margin: 5px 0 5px 140px;
    }
    .input-field, input[type="text"].input-field {
      padding: 0.5rem !important;
    }

      .contact__context:last-child,
      .contact__form:last-child {
        margin-right: 0; } }

  @media (max-width: 639px) {
    .contact__context, .contact__form {
      float: left;
      display: block;
      margin-right: 2.02177%;
      width: 100%; }

      .contact__context:last-child, .contact__form:last-child {
        margin-right: 0; } } */

  .contact textarea#nachricht {
    height: 210px; }

  .contact__controls {
    text-align: right; }

/* Headline */
h2 {
  font-family: "Eina01-SemiBold", "Helvetica", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1.3;
  color: #005ca9;
  margin: 0 0 2em;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-align: center; }

  @media (max-width: 639px) {
    h2{
      margin-bottom: 1em; } }

/* Headline Teaser */
.headline-teaser {
  float: left;
  display: block;
  margin-right: 2.02177%;
  width: 82.99637%;
  margin-left: 8.50181%;
  float: none;
  font-family: "Eina01-Light", "Helvetica", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center; }

  .headline-teaser:last-child {
    margin-right: 0; }

  @media (max-width: 950px) {
    .headline-teaser {
      float: left;
      display: block;
      margin-right: 2.02177%;
      width: 91.49819%;
      margin-left: 4.25091%;
      float: none; }

      .headline-teaser:last-child {
        margin-right: 0; } }

  @media (max-width: 639px) {
    .headline-teaser {
      float: left;
      display: block;
      margin-right: 2.02177%;
      width: 100%;
      margin-left: 0%;
      text-align: left;
      float: none; }
      .headline-teaser:last-child {
        margin-right: 0; } }

h2 + .headline-teaser,
h3 + .headline-teaser {
  margin-top: -1.5em; }

  @media (max-width: 639px) {
    h2 + .headline-teaser,
    h3 + .headline-teaser {
      margin-top: -0.5em; } }

/* Notification */
.notification--success,
.notification--info,
.notification--warning,
.notification--error {
  padding: 0.5em;
  color: #ffffff;
  display: block;
  width: 770px;
  margin-right: 23px;
  float: right;
}

.notification--success {
  background-color: #5cb85c;
  color: black;
}

.notification--info {
  background-color: #3ca8ff; }

.notification--error {
  background-color: #e40521;
}

.notification--warning {
  background-color: #ffc103;
  color: #664d00; }

/* Form Label */
.form-label {
  font-family: "Eina01-SemiBold", "Helvetica", sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  width: 100%;
  margin-left: 2%;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #005ca9;
position: relative;}

  .form-label--disabled {
    color: #000000; }

/* Input Fields */
.input-field, input[type="text"].input-field {
  font-family: "Eina01-Regular", "Helvetica", sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  top: -1.5rem;
  left: -0.5rem;
  box-sizing: border-box;
  width: 100%;
  padding: 1.5rem 0.5rem 0.5rem;
  font-size: 1rem;
  line-height: normal;
  color: #7d7d7d;
  border: 2px solid #cccccc;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  vertical-align: top;
  height: initial;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

  .input-field:focus, input[type="text"].input-field:focus{
    color: #000000;
    border-color: #005ca9; }

  .input-field:-webkit-autofill,
  .input-field:-webkit-autofill:hover,
  .input-field:-webkit-autofill:focus {
    -webkit-text-fill-color: #7d7d7d;
    -webkit-transition: background-color 86400s ease-in-out 86400s;
    transition: background-color 86400s ease-in-out 86400s; }

  .input-field:-webkit-autofill:focus {
    -webkit-text-fill-color: #000000; }

  .input-field::-moz-selection {
    -webkit-text-fill-color: #ffffff; }

  .input-field::selection {
    -webkit-text-fill-color: #ffffff; }

  .input-field.element--error,
  .input-field.element--error:focus {
    color: #000000;
    border-color: #e40521; }

  .input-field + .element--error {
    font-family: "Eina01-Regular", "Helvetica", sans-serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
    top: -1.5rem;
    left: -0.5rem;
    display: block;
    padding: 0.5em;
    font-size: 0.77778rem;
    line-height: 1.1;
    color: #ffffff;
    background-color: #e40521; }

  .input-field[disabled],
  .input-field--disabled {
    background-color: rgba(204, 204, 204, 0.6);
    cursor: not-allowed; }

/* Button */
.button {
  *zoom: 1;
  font-family: "Eina01-Regular", "Helvetica", sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0.6em 1.3em 0.7em;
  font-size: 1em;
  line-height: 1.3;
  border-width: 2px;
  border-style: solid;
  border-radius: 1.5em;
  outline: none;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-appearance: none; }

  .button:before,
  .button:after {
    display: table;
    content: ""; }

  .button:after {
    clear: both; }

.button {
  color: #ffffff;
  border-color: #005ca9;
  background-color: #005ca9; }

  .button:hover,
  .button:focus {
    color: #ffffff;
    border-color: #e40521;
    background-color: #e40521;
    text-decoration: none; }

  .button:active {
    border-color: #b90012;
    background-color: #b90012; }



/* Selection */
::-moz-selection {
  color: inherit;
  color: #ffffff;
  background-color: #005ca9;
  text-shadow: inherit; }

::selection {
  color: inherit;
  color: #ffffff;
  background-color: #005ca9;
  text-shadow: inherit; }

.contact_button_style, .contact_button_style_makler{
  font-family: "Eina01-Regular","Helvetica",sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0.7em 1.3em 0.6em;
  font-size: 1em;
  line-height: 1.3;
  border-width: 2px;
  border-style: solid;
  border-radius: 1.5em;
  outline: none;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-appearance: none;
  color: #ffffff;
  border-color: #e40521;
  background-color: #e40521;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  top: 50%;
  right: 5%;
  width: 5rem;
  height: 5rem;
  padding: 1.125rem 0.875rem;
  margin-right: -0.7rem;
  border-radius: 100%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.125);
  z-index: 2002;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  background-image: url(../images/icons/kontakt_big.svg);
  background-position: 14px 22px;
  background-repeat: no-repeat;
  -webkit-animation: slide_back2 0.5s forwards;
  animation: slide_back2 0.5s forwards;
}

.contact_button_style_makler{
    background-image: url(../images/icons/icon-envelope.svg);
    background-position: -6px;
}
.sliderScreen{
  width: 1188px;
  height: 478px;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  top: 25%;
  right: -1248px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 2001;

}
#conBtCh:checked ~ .contact_button_style, #conBtCh:checked ~ .contact_button_style_makler{
  background-image: url(../images/icons/close-gross-weiss.svg);
  background-position: 25px 25px;
  background-repeat: no-repeat;
  -webkit-animation: slide2 0.5s forwards;
  animation: slide2 0.5s forwards;

}

#conBtCh:checked ~ .sliderScreen .contact{
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  border: 2px solid #cccccc;
  -moz-box-shadow: 0 0 1000px 2200px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0 0 1000px 2200px rgba(0,0,0,0.7);
  box-shadow: 0 0 1000px 2200px rgba(0,0,0,0.7) ;
}

#conBtCh:checked ~ .sliderScreen{
  top: 50%;
  margin-top: -239px;
  padding: 0;
  -webkit-animation: slide 0.5s forwards;
  animation: slide 0.5s forwards;
}
#conBtCh:not(:checked) ~ .sliderScreen {
  -webkit-animation: slide_back 0.5s forwards;
  animation: slide_back 0.5s forwards;
}

 .contact__context img {
   width: 270px;
   margin: 61px auto 5px 25px;
 }
@-webkit-keyframes slide {
  0% {right: -1248px}
  100% { right: -2px; }
}
@keyframes slide {
  0% {right: -1248px}
  100% { right: -2px; }
}
@-webkit-keyframes slide2 {
  0% {right: 5%;}
  5% {right: 6%;}
  100% {right: 1157px; }
}
@keyframes slide2 {
  0% {right: 5%;}
  5% {right: 6%;}
  100% { right: 1157px; }
}
@-webkit-keyframes slide_back {
  0% {right: -2px;}
  100% {right: -1248px; }
}
@keyframes slide_back {
  0% {right: -2px;}
  100% { right: -1248px; }
}
@-webkit-keyframes slide_back2 {
  0% {right: 1157px;}
  80%{right: 5%;}
  100% {right: 5%; }
}
@keyframes slide_back2 {
  0% {right: 1157px;}
  80% {right: 5%;}
  100% { right: 5%; }
}

#ajax-form-result p{
  width: 70.5%;
  margin-left: auto;
}

textarea.input-field{
  height: 203px;
}
.ui-message.ui-message-error{
  margin: -26px 8px 13px -8px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 4px;
  border-radius: 0;
  position: absolute;
  top: 18px;
  left: 0px;
  right: 0px;
  bottom: 12px;
  background: none;
  border: 2px solid #e40521;
  padding: 0px;
  cursor: text;
}
.ui-message.ui-message-error .ui-message-error-icon{
  background: none;
}
.ui-message.ui-message-error .ui-message-error-detail{
  color: white;
  background: red;
  display: block;
  margin: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.ui-message.ui-message-error + .ui-message.ui-message-error{
  background: none;
  position: relative;
  border: none;
  margin: 0;
}
.ui-message.ui-message-error + .ui-message.ui-message-error .ui-message-error-detail {
  position: relative;
  background: none;
  border: none;
  visibility: hidden;
}

@media (max-width: 1244px){
  @-webkit-keyframes slide2 {
    0% {right: 5%;}
    5% {right: 6%;}
    100% {right: 669px; }
  }
  @keyframes slide2 {
    0% {right: 5%;}
    5% {right: 6%;}
    100% { right: 669px; }
  }
  @-webkit-keyframes slide_back2 {
    0% {right: 669px;}
    80%{right: 5%;}
    100% {right: 5%; }
  }
  @keyframes slide_back2 {
    0% {right: 669px;}
    80% {right: 5%;}
    100% { right: 5%; }
  }
}
@media (max-width: 960px){
  .contact_button_style, .cotact_button_style_makler{
    display: none;
  }
  .sliderScreen{
    display: none;
  }

}
@media (max-width: 700px) {
  h2{
  font-size: 17px;
  }
@media (max-width: 639px) {
  .contact_button_style_makler{
    display: none;
  }
}
}