::-webkit-scrollbar {
  opacity: 0 !important;
}

body {
  background: #f3f6f3;
}

p {
  margin: 0 0 10px 0;
}

header {
  background: #265f22;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 60px;
  overflow: hidden;
}
header .content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 5px 15px;
  position: relative;
}
header .logo {
  max-width: 200px;
}
header .top-link {
  position: absolute;
  right: 15px;
  top: 26px;
  font-size: 12px;
  color: #fff;
}
header .top-link a {
  color: #fff;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  display: inline-block;
}
header .top-link a:hover {
  text-decoration: underline;
}

#wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100dvh;
}
#wrapper .content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
}
#wrapper .main-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-top: 90px;
}

.modal-open {
  overflow: initial;
}

.modal-chatform {
  background: rgba(243, 246, 243, 0.92);
}
.modal-chatform .main-body-chatform {
  padding: 0;
  background: #fff;
}
.modal-chatform .main-body-chatform .uk-modal-header {
  background: #909caa;
  border: none;
}
.modal-chatform .main-body-chatform .uk-modal-header .uk-modal-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.modal-chatform .main-body-chatform .body-chatform {
  padding: 0;
}

#wrapper-chat {
  padding: 0;
  max-width: 1024px;
  margin: 0 auto;
}

#main-chat {
  max-width: 100%;
  margin: 0;
  padding-bottom: 0;
  overflow-y: auto;
}
#main-chat .content {
  padding: 50px 0 150px;
  max-width: none;
}
#main-chat .content h2 {
  font-size: 24pt;
  font-weight: 500;
  color: #eef6d9;
  text-transform: uppercase;
  margin: 10px 10px 0;
  padding-bottom: 0;
  text-align: center;
}
#main-chat .content h2 span {
  display: inline-block;
  padding: 8px 10px 4px;
  margin: 2px 0;
}
#main-chat .content h3 {
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0 10px;
}
.main-msg {
  display: none;
}

.main-msg.enable {
  display: block;
  position: relative;
  /* &.kontaktdaten{

  	@include breakpoint(medium) {
  		margin-bottom: 20px;
  	}
  } */
}
.main-msg.enable.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .main-msg.enable.mb-100 {
    margin-bottom: 50px;
  }
}

.main_qs {
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .main_qs {
    margin-bottom: 15px;
  }
}
.main_qs .personne {
  float: left;
  text-align: left;
  position: relative;
}
@media (max-width: 767.98px) {
  .main_qs .personne {
    position: absolute;
    top: -20px;
  }
}
.main_qs .personne img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 5px 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .main_qs .personne img {
    margin: 0 auto 5px 5px;
    max-width: 55px;
  }
}
.main_qs .personne p {
  display: none;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  margin: 0;
  line-height: 14px;
  position: absolute;
  top: 8px;
  width: 200px;
  z-index: 1;
  left: 120px;
}
@media (max-width: 767.98px) {
  .main_qs .personne p {
    top: 24px;
    left: 70px;
  }
}
.main_qs .personne span.utcdate {
  color: #000;
  font-size: 10px;
  display: none;
  position: absolute;
  left: 120px;
  top: 22px;
  z-index: 1;
  width: 100px;
}
@media (max-width: 767.98px) {
  .main_qs .personne span.utcdate {
    left: 70px;
    top: 40px;
  }
}
.main_qs .question {
  background: #265f22;
  border-radius: 5px;
  color: #fff;
  float: left;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  margin-left: 20px;
  max-width: 468px;
  padding: 20px 22px 8px;
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .main_qs .question {
    width: calc(100% - 20px);
    margin: 0 10px;
    padding: 30px 15px 8px;
  }
}
.main_qs .question textarea {
  display: none;
}
.main_qs .question::before {
  content: "";
  height: 22px;
  left: -9px;
  position: absolute;
  top: 19px;
  width: 23px;
}
.main_qs .question p {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  margin: 0 0 10px;
}
@media (max-width: 767.98px) {
  .main_qs .question p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 6px;
  }
}

.main_an {
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .main_an {
    margin-bottom: 50px;
    padding-top: 10px;
  }
}
.main_an .personne {
  float: right;
  text-align: center;
  position: relative;
}
.main_an .personne .circle {
  border-radius: 50%;
  color: #4b535f;
  font-weight: bold;
  height: 61px;
  line-height: 61px;
  margin: 0 auto 12px;
  width: 61px;
  background-color: #eef6d9;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .main_an .personne .circle {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 10px;
    background: #4b535f;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}
.main_an .personne p {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  line-height: 8px;
  display: none;
}
.main_an .personne span.utcdate {
  font-size: 10px;
  display: inline-block;
  display: none;
}
.main_an .answer {
  background-color: #eef6d9;
  border-radius: 5px;
  float: right;
  margin-right: 30px;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  max-width: 468px;
  padding: 15px 22px;
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .main_an .answer {
    padding: 10px 16px;
    width: calc(100% - 60px);
    float: left;
    margin-left: 10px;
    font-size: 14px;
    line-height: 22px;
  }
}
.main_an .answer p {
  color: #4b535f;
}
.main_an .answer textarea {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 10px;
  border: none;
  display: none;
}
.main_an .answer .btn-save {
  display: none;
  background: #4b535f;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  float: right;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
  width: 90px;
  padding: 1px;
  text-align: center;
}
.main_an .answer::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eef6d9;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  right: -10px;
  top: 18px;
  width: 0;
}
.main_an .answer .edit-data {
  bottom: -30px;
  cursor: pointer;
  font-size: 11px;
  position: absolute;
  right: 20px;
  color: #4b535f;
  display: none !important;
}
@media (max-width: 767.98px) {
  .main_an .answer .edit-data {
    bottom: -22px;
    right: 4px;
  }
}

.bewerbungsform {
  position: static;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.bewerbungsform .submit-btn {
  background: #265f22;
  border: 1px solid #265f22;
  color: #fff;
  padding: 4px 12px;
  font-size: 16px;
  display: none;
}
@media (max-width: 767.98px) {
  .bewerbungsform .submit-btn {
    position: static;
    margin: 0 0 10px;
  }
}
.bewerbungsform .submit-btn .fas {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .bewerbungsform #submit-btn {
    text-align: center;
  }
}
.bewerbungsform .msgerror {
  position: fixed;
  bottom: 200px;
  z-index: 9;
  background: #f8d7da;
  color: #721c24 !important;
  padding: 0;
  font-size: 14px !important;
  text-align: left;
}
@media (max-width: 767.98px) {
  .bewerbungsform .msgerror {
    bottom: 190px;
    width: 100%;
    text-align: left;
    left: 0;
  }
}
.bewerbungsform .msgerror.error {
  padding: 8px 15px !important;
}

.main-dsb {
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #909caa;
  width: 100%;
}
@media (max-width: 767.98px) {
  .main-dsb {
    padding: 10px 15px;
  }
}
.main-dsb input[type=text] {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  height: 34px;
  padding: 7px 16px;
  background: #fff;
  border: 1px solid #4b535f;
  margin-bottom: 3px;
  width: calc(100% - 5px);
}
@media (max-width: 767.98px) {
  .main-dsb input[type=text] {
    width: 100%;
    margin: 5px 0 0;
    height: 32px;
    font-size: 14px;
    padding: 7px 10px;
  }
}
.main-dsb input.error {
  border: 1px solid #E71418;
}
.main-dsb .content-dsb {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.main-dsb .content-dsb .row {
  margin: 0;
}

#chat-form {
  padding: 30px 15px;
  position: absolute;
  background: #909caa;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 767.98px) {
  #chat-form {
    padding: 15px 10px;
  }
}
#chat-form form {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 55px 0 15px;
  position: relative;
}
#chat-form input[type=text] {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  height: 34px;
  padding: 7px 16px;
  background: #fff;
  border: none;
  margin-right: 25px;
  margin-bottom: 5px;
  width: calc(100% - 5px);
}
@media (max-width: 767.98px) {
  #chat-form input[type=text] {
    margin: 4px 0;
    height: 32px;
    font-size: 14px;
    padding: 7px 10px;
  }
}
#chat-form textarea {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  padding: 7px 16px;
  background: #fff;
  border: 1px solid #4b535f;
  width: calc(100% - 5px);
  float: left;
  margin-right: 25px;
  height: 40px;
}
@media (max-width: 767.98px) {
  #chat-form textarea {
    margin: 4px 0;
    height: 32px;
    font-size: 14px;
    padding: 7px 10px;
  }
}
#chat-form textarea.textarea {
  display: none;
}
#chat-form textarea.textarea.active {
  display: block;
}
#chat-form select {
  width: calc(100% - 5px);
  float: left;
  margin-right: 25px;
  font-size: 15px;
  color: #000;
  font-weight: normal;
  padding: 7px 16px;
  height: 40px;
  border: 1px solid #4b535f;
  display: none;
}
@media (max-width: 767.98px) {
  #chat-form select {
    margin: 4px 0;
    height: 32px;
    font-size: 14px;
    padding: 7px 10px;
  }
}
#chat-form select.active {
  display: block;
}
#chat-form .inputSelect {
  display: none;
}
#chat-form .inputSelect.active {
  display: block;
}
#chat-form input.error {
  border: 2px solid #E71418;
}
#chat-form textarea.error {
  border: 2px solid #E71418;
}
#chat-form select.error {
  border: 2px solid #E71418;
}
#chat-form a.button {
  padding: 0;
  border: 0;
  font-size: 35px;
  background: none;
  cursor: pointer;
  color: #fff;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 0;
}
#chat-form a.button:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
#chat-form a.button::before {
  font-family: "Font Awesome 6 Free";
}
@media (max-width: 767.98px) {
  #chat-form a.button {
    font-size: 30px;
    position: absolute;
    top: 5px;
  }
}
#chat-form::after {
  clear: both;
  content: "";
  display: table;
  float: none;
}

.datenschutz {
  padding: 4px 0 30px;
  color: #4b535f;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .datenschutz {
    font-size: 12px;
    padding: 4px 0 10px;
  }
}
.datenschutz a {
  color: #4b535f;
  font-size: 14px;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .datenschutz a {
    font-size: 12px;
  }
}

.anim-cercle_qs {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 0;
}
.anim-cercle_qs:before {
  animation-delay: 3s;
}

.personne.active .anim-cercle_qs:before {
  border: 6px solid rgba(255, 255, 255, 0);
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  left: auto;
  right: -90px;
  top: -5px;
  z-index: 5;
  margin: 0 auto;
  border-radius: 50%;
  animation: pulsate 3s ease-out infinite;
}
.personne.active .anim-cercle_an:before {
  border: 6px solid rgba(167, 220, 248, 0);
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  left: auto;
  right: -86px;
  top: -5px;
  z-index: 5;
  margin: 0 auto;
  border-radius: 50%;
  animation: pulsate2 3s ease-out infinite;
}

.anim-cercle_an {
  position: absolute;
  top: -5px;
  left: -10px;
  z-index: 0;
}
.anim-cercle_an:before {
  animation-delay: 3s;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  width: 47%;
  font-size: 14px;
  height: 34px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 6px 10px;
  margin-top: 12px;
  position: relative;
}
@media (max-width: 767.98px) {
  .inputfile + label {
    width: 100%;
    margin-top: 5px;
  }
}
.inputfile + label::after {
  height: 34px;
  width: 34px;
  top: 0;
  right: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 22px;
  content: "\f574";
  position: absolute;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile-1 + label {
  color: #fff;
  background-color: #4b535f;
}

.inputfile-1 + label:hover {
  background-color: rgba(75, 83, 95, 0.7);
}

.inputfile-1:focus + label {
  background-color: rgba(75, 83, 95, 0.7);
}

.inputfile-1.has-focus + label {
  background-color: rgba(75, 83, 95, 0.7);
}

.btn-save {
  text-align: center;
}

a.scrollup {
  position: fixed;
  bottom: 8px;
  left: 8px;
  display: none;
  z-index: 999;
}

/* Animation Circle */
.kontaktdatenForm {
  display: none;
}
.kontaktdatenForm.active {
  display: block;
}

.kontaktdaten .main_an {
  display: none;
}

#submit-btn {
  text-align: center;
}

select {
  width: calc(100% - 5px);
  margin-right: 25px;
  font-size: 15px;
  color: #000;
  font-weight: normal;
  padding: 7px 16px;
  height: 40px;
  display: none;
  border: 1px solid #4b535f;
}
@media (max-width: 767.98px) {
  select {
    margin: 4px 0;
    height: 32px;
    font-size: 14px;
    padding: 7px 10px;
  }
}
select.active {
  display: block;
}/*# sourceMappingURL=styles.css.map */