:root {
  --color-text: #435964;
}

body {
  color: var(--color-text);
}

.section-form {
  margin: 50px auto;
}

.form-feedback__contacts {
  max-width: 410px;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}

.form-feedback__contacts,
.form-feedback__contacts > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.form-feedback__contacts > div {
  margin-bottom: 20px;
}

.form-feedback__contacts h3,
.form-feedback__contacts p {
  text-align: center;
  margin-bottom: 15px;
}

.form-feedback__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 80px;
}

.feedback-form {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: auto auto auto 0;
}

.feedback-form h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

.form-feedback__contacts svg {
  width: 50px;
  height: 50px;
  /*padding: 15px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.feedback-form input {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 16px;
  color: var(--color-text);
}

.feedback-form *::placeholder {
  font-size: 16px;
}

.feedback-form textarea {
  height: 250px;
  resize: none;
  padding: 15px;
  border-radius: 5px;
  font-size: 12px;
}

.feedback-form__label {
  margin: 20px 0;
  cursor: pointer;
}

.feedback-form__label input {
  /*display: none;*/
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.form-feedback__contacts > div div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
}

.feedback-form input[type="submit"] {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: #bb0313;
  border-radius: 5px;
  width: max-content;
  height: 40px;
}

.form-feedback__contacts > div a {
  margin-top: 15px;
  color: var(--color-text);
}

.feedback-form__label span.feedback-form__span {
  padding-left: 5px;
  position: relative;
}

.feedback-form__label span.feedback-form__span:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s ease;
  display: none;
}

.feedback-form__label input:checked + span:before,
.feedback-form__span.enabled:before {
  background-color: #bb0313;
}

.feedback-form .wpcf7-form-control-wrap {
  width: 100%;
}

.feedback-form .wpcf7-list-item {
  display: block;
  margin: 0;
}

.feedback-form__label .wpcf7-list-item {
  display: inline-block;
}

.footer-menu__wrap {
  width: 100%;
  background-color: #eee;
  padding: 50px 0;
}

.page-template-tpl-kontakt .site-main {
  margin-bottom: 10px;
  margin-top: 0;
}
.page-template-tpl-kontakt .site-header .spacer {
  margin-bottom: 0 !important;
}

.footer-menu__wrap .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.footer-menu__wrap .container > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-menu__wrap .container > div:first-child a {
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
}

.footer-menu__wrap .container > div:first-child a svg {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}

.footer-social {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.footer-social li {
  margin-right: 10px;
  list-style: none;
}

.footer-social:last-child {
  margin-right: 0;
}

.footer-social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
}

.footer-social a img {
  position: relative;
  top: -1px;
  left: -1px;
  transform: translate(2px, 2px);
}

.footer-menu__wrap .container > div h5,
.footer-menu__wrap .container > div h6 {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-text);
}

.footer-menu__wrap .container > div ul {
  padding: 0;
}

.footer-menu__wrap .container > div li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-menu__wrap .container > div img {
  width: 100%;
}

.footer-menu__wrap .container > div a {
  color: var(--color-text);
  font-size: 14px;
}

.footer-bottom__wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #eee;
  border-top: 1px solid #fff;
  padding: 10px 0;
}

.footer-bottom-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.footer-bottom-menu li {
  list-style: none;
  margin-right: 15px;
}

.footer-bottom-menu li:last-child {
  margin-right: 0;
}

.footer-bottom-menu a {
  color: var(--color-text);
  font-weight: bold;
}

.footer-bottom__wrap .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-menu {
  padding: 15px 0 0;
}

.page-template-tpl-kontakt .lower_icon_nav_v2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 80px;
}

.page-template-tpl-kontakt .lower_icon_nav_v2 > a:first-child {
  max-width: 410px;
  margin: 0 0 auto auto;
}

.page-template-tpl-kontakt .lower_icon_nav_v2 > a:last-child {
  max-width: 420px;
  margin: 0 auto auto 0;
}

.footer-menu__list li:first-child a {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text);
}
@media screen and (min-width: 769px) {
  .footer-menu__wrap .container div ul + ul {
    margin-top: 44px;
  }
}
@media screen and (max-width: 880px) {
  .page-template-tpl-kontakt .lower_icon_nav_v2,
  .form-feedback__wrap {
    grid-column-gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu__wrap {
    padding: 50px 0 85px;
  }

  .footer-menu__wrap .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .footer-menu__wrap .container div ul + ul {
    border-top: 1px solid #bb0313;
    padding-top: 8px;
    border-color: #ffffff;
  }
  .footer-menu__wrap .container > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: auto;
  }

  .footer-menu__list {
    margin: 0;
    transition: 0.4s ease;
  }

  .footer-menu__wrap .container > div .footer-menu__list li {
    display: none;
  }

  .footer-menu__wrap .container > div.open .footer-menu__list li,
  .footer-menu__wrap .container > div li:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-menu__wrap .container > div h5 {
    text-align: center;
  }

  .footer-menu__wrap .container > div h6 {
    display: none;
  }

  .footer-menu__wrap .container > div {
    width: 100%;
    border-bottom: 1px solid #bb0313;
    cursor: pointer;
    border-color: #ffffff;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-menu__wrap {
    padding: 50px 0 10px;
  }

  .footer-bottom__wrap {
    padding-bottom: 60px;
  }

  .footer-menu__wrap .container > div {
    position: relative;
  }

  .footer-menu__list:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 50px;
    width: 17px;
    height: 10px;
    background-image: url("../img/arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.4s ease;
  }

  div.open .footer-menu__list:after {
    transform: rotate(180deg);
  }

  .page-template-tpl-kontakt .lower_icon_nav_v2 a:last-child,
  .page-template-tpl-kontakt .lower_icon_nav_v2 a:first-child,
  .form-feedback__contacts {
    max-width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .form-feedback__wrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-menu__wrap .container > div {
    width: 100%;
  }

  .footer-menu__wrap .container > div:first-child:after {
    content: none;
  }

  .footer-bottom__wrap .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-menu__list:after {
    right: 38px;
  }

  .footer-bottom__wrap {
    border: 0;
  }

  .page-template-tpl-kontakt .lower_icon_nav_v2 {
    display: block;
  }

  .page-template-tpl-kontakt .lower_icon_nav_v2 a {
    display: block;
    max-width: 100%;
  }

  .page-template-tpl-kontakt .lower_icon_nav_v2 > a:first-child {
    margin-bottom: 30px;
  }
}

.footer-menu__wrap .container > div.open .footer-menu__list {
  height: auto;
}

@media screen and (max-width: 350px) {
  .footer-menu__list:after {
    right: 0;
  }
}

/* ----------------------------------------- */
/* ----------------------------------------- */
/* Änderungen webdevcat tr */
/* ----------------------------------------- */
/* ----------------------------------------- */

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

.inputfile + label,
.uploadbutton {
  font-size: 1rem;
  font-weight: 400;
  color: white;
  background-color: grey;
  display: inline-block;
  cursor: pointer;
  padding: 8px;
  width: 257px;
  display: flex;
  justify-content: center;
}

.inputfile:focus + label,
.uploadbutton:focus,
.inputfile + label:hover,
.uploadbutton:hover {
  background-color: #435964;
}

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

.upload-feld {
  color: white;
}

#bewerberAnlegen [type="checkbox"] {
  position: relative;
  z-index: -99999999;
  left: 2px;
  top: 3px;
}

#gform_fields_1 [type="checkbox"] {
  position: relative;
  z-index: -99999999;
  left: 2px;
  top: 3px;
  appearance: none;
}

:is(#bewerberAnlegen, #gform_fields_1) [type="checkbox"] + label::before {
  width: 15px;
  height: 15px;
  border-radius: none;
  border: 1px solid #435964;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-top: 5px;
  margin-left: -19px;
  z-index: 5;
  position: relative;
}

#gform_fields_1 [type="checkbox"] + label::before {
  margin-top: 3px;
}

label[for="datenschutz"],
label[for="no-email"] {
  margin-left: 3px;
}

:is(#bewerberAnlegen, #gform_fields_1)
  [type="checkbox"]:checked
  + label::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #435964;
}

input[name="anrede"],
input[name="input_18"] {
  accent-color: #435964;
}

:is(#bewerberAnlegen, #gform_fields_1) label span,
#field_1_21 span {
  color: #c02b0a;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
}

:is(#bewerberAnlegen, #gform_fields_1) span.upload-feld {
  color: white;
}

div#input_1_18 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 203px;
}

#gform_fields_1 .gfield_label {
  font-weight: 600 !important;
}

.gfield_required:after,
#gform_submit_button_1 {
  font-weight: 400 !important;
}

#gform_submit_button_1 {
  border-radius: 0;
}

#field_1_19,
#input_1_22 {
  padding-left: 15px;
}

#field_1_6 {
  margin-top: 16px;
}

#label_1_19_1,
#label_1_22_1 {
  font-size: 1rem;
}

.gform_fileupload_rules {
  display: none;
}

.gfield_required:after {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
}

#field_1_1 .gfield_required:after {
  content: " (max. 10 MB Datenmenge)";
  color: #54595f;
}
#field_1_1 .gfield_required:before {
  content: "*";
  font-weight: 400;
}

#label_1_22_1:after {
  content: " *";
  color: #c02b0a;
}

@media screen and (max-width: 331px) {
  label[for="no-email"] {
    margin-left: 19px;
  }
}

	div[data-name="blog_posts"] .fwpl-result {
	border-bottom: 2px solid #BB0313;
	padding: 15px 25px 15px 25px;
}

div[data-name="blog_posts"] .fwpl-layout {
	grid-gap: 0 !important;
}

div[data-name="blog_posts"] .fwpl-result:hover {
	background: #eee !important;
}

div[data-name="blog_posts"] .fwpl-result:last-child {
	border-bottom: none !important;
}

.standort-job-description p{
	  font-family: "Open Sans", Sans-serif;
    font-size: 16px !important;
    font-weight: 300 !important;
}

.standort-job-title a{
	  color: #BB0313 !important;
    font-family: "Open Sans", Sans-serif;
    font-size: 20px !important; 
    font-weight: 800;
}