/* COLORS */
/* FONTS */
#node-kontakt {
  /* <= 1599px */
  /* <= 1439px */
  /* <= 1247px */
  /* <= 1023px */
  /* <= 880px */
}
#node-kontakt a.edit-link {
  top: 200px;
}
#node-kontakt #locations {
  padding: 250px 0 0;
  position: relative;
  z-index: 2;
}
#node-kontakt #locations .section-content {
  width: 930px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
#node-kontakt #locations .section-content .form {
  margin: 100px -1% 0 -1%;
  position: relative;
}
#node-kontakt #locations .section-content .form .form-item {
  width: 31.32%;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  float: left;
}
#node-kontakt #locations .section-content .form .form-item.form-type-textarea {
  width: 98%;
}
#node-kontakt #locations .section-content .form .form-item.form-type-checkbox {
  width: 73%;
  text-align: left;
}
#node-kontakt #locations .section-content .form .form-actions {
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  text-align: right;
  margin-top: 0;
}
#node-kontakt #locations .section-content .form .webform-confirmation {
  text-align: center;
  /*a.front {
                        display: inline-block;
                        margin-top: 50px;
                        color: @color-secondary;
                        border-bottom: 1px solid @color-secondary;
                        font-weight: 700;
                        font-size: @font-size-small;
                        line-height: @line-height-small;

                        &:hover {
                            color: @color-primary;
                            border-bottom-color: @color-primary;
                        }
                    }*/
}
#node-kontakt #locations .section-content .form .webform-confirmation .webform-confirmation__message {
  margin: 0;
}
#node-kontakt #locations .section-content .form .webform-confirmation .webform-confirmation__message h2 {
  width: 930px;
  text-align: center;
  margin: 0 auto 80px auto;
  max-width: 100%;
  display: block;
}
#node-kontakt #locations .section-content .form .webform-confirmation .app-container a {
  display: inline-block;
  margin: 0 10px;
}
#node-kontakt #locations .section-content .form .webform-confirmation .app-container a img {
  width: auto;
  height: 50px;
  max-width: none;
}
#node-kontakt #locations .section-content .form .webform-confirmation .app-container a:hover {
  opacity: 0.5;
}
#node-kontakt #locations .items-wrapper {
  margin-top: 100px;
}
#node-kontakt #locations .items-wrapper .items {
  margin: 0 -1%;
}
#node-kontakt #locations .items-wrapper .items .item {
  width: 48%;
  float: left;
  margin: 0 1%;
  border-radius: 12px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#node-kontakt #locations .items-wrapper .items .item .content {
  padding: 40px;
  margin-right: 30%;
}
#node-kontakt #locations .items-wrapper .items .item .content .infos {
  color: #00adef;
  font-weight: 700;
  margin-top: 30px;
}
#node-kontakt #locations .items-wrapper .items .item .content .infos a {
  color: #00adef;
}
#node-kontakt #locations .items-wrapper .items .item .content .infos a:hover {
  color: #00adef;
}
#node-kontakt #locations .items-wrapper .items .item img {
  position: absolute;
  right: 15%;
  bottom: 0;
  width: auto;
  max-width: 30%;
  height: auto;
  max-height: 80%;
  transform: translateX(50%);
}
#node-kontakt #locations .items-wrapper.count-3 .items .item {
  width: 31.333%;
  min-height: 370px;
}
#node-kontakt #locations .items-wrapper.count-3 .items .item .content {
  margin: 0;
}
#node-kontakt #locations .items-wrapper.count-3 .items .item img {
  height: 50%;
  width: auto;
  max-width: none;
  right: 0;
  bottom: 0;
  transform: none;
}
#node-kontakt #locations .items-wrapper.count-4 .items .item {
  width: 23%;
  min-height: 370px;
}
#node-kontakt #locations .items-wrapper.count-4 .items .item .content {
  margin: 0;
}
#node-kontakt #locations .items-wrapper.count-4 .items .item img {
  height: 50%;
  width: auto;
  max-width: none;
  right: 0;
  bottom: 0;
  transform: none;
}
#node-kontakt #request-form-teaser {
  margin-top: 0px !important;
  padding-top: 250px !important;
}
@media all and (max-width: 1599px) {
  #node-kontakt #locations .section-content .form .webform-confirmation .webform-confirmation__message h2 {
    margin-bottom: 50px;
  }
  #node-kontakt #request-form-teaser {
    padding-top: 150px !important;
  }
}
@media all and (max-width: 1439px) {
  #node-kontakt #locations .section-content .form .webform-confirmation .webform-confirmation__message h2 {
    margin-bottom: 50px;
  }
  #node-kontakt #request-form-teaser {
    padding-top: 200px !important;
  }
}
@media all and (max-width: 1247px) {
  #node-kontakt #locations .items-wrapper .items .item .content {
    margin: 0 0 100px 0;
  }
  #node-kontakt #locations .items-wrapper .items .item img {
    right: 20%;
    max-width: 40%;
    max-height: 120px;
  }
}
@media all and (max-width: 1023px) {
  #node-kontakt #locations .items-wrapper {
    margin-top: 70px;
  }
  #node-kontakt #locations .items-wrapper.count-3 .items .item {
    min-height: 450px;
  }
  #node-kontakt #locations .items-wrapper.count-4 .items .item {
    width: 48%;
    min-height: 300px;
    margin-bottom: 30px;
  }
  #node-kontakt #request-form-teaser {
    padding-top: 120px !important;
  }
}
@media screen and (max-width: 880px) {
  #node-kontakt #locations .section-content .form {
    margin: 100px 0 0 0;
  }
  #node-kontakt #locations .section-content .form .form-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  #node-kontakt #locations .section-content .form .form-item.form-type-checkbox {
    width: 100%;
  }
  #node-kontakt #locations .section-content .form .form-actions {
    width: 100%;
    margin-right: 0;
    text-align: right;
  }
  #node-kontakt #locations .items-wrapper .items {
    margin: 0;
  }
  #node-kontakt #locations .items-wrapper .items .item {
    min-height: 200px !important;
    margin: 0;
    margin-bottom: 30px;
    width: 100% !important;
    height: auto !important;
  }
  #node-kontakt #locations .items-wrapper .items .item:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 599px) {
  #node-kontakt #locations {
    padding-top: 100px;
  }
  #node-kontakt #locations .section-content .form {
    margin-top: 50px;
  }
  #node-kontakt #locations .section-content .form .webform-confirmation .webform-confirmation__message h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 499px) {
  #node-kontakt #locations .items-wrapper .items .item .content {
    padding: 30px;
  }
}
/*# sourceMappingURL=kontakt.css.map */