/*
Theme Name:     Divi Child
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Divi Child Theme
Author:         Elegant Themes
Author URI:     https://www.elegantthemes.com
Template:       Divi
Version:        1.0.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
@font-face {
  font-family: "monschone";
  src: url("/wp-content/themes/divi-child/fonts/monschone.otf") format("opentype");
}
@font-face {
  font-family: "din-pro";
  src: url("/wp-content/themes/divi-child/fonts/DINPro-Light.ttf") format("truetype");
}
label, p {
  font-family: "din-pro";
}
h1 {
  font-family: "monschone";
  padding-bottom: 0;
}
p span.orange {
  color: #162353;
  font-weight: bold;
}
#multi-step-form .fw-wizard-step-header-container {
  display: none;
}
#multi-step-form .fw-wizard-step-container .fw-container .fw-wizard-step .fw-step-part {
  border-left: none;
  background: rgba(233, 233, 233, 0.8) none repeat scroll 0 0;
  border-radius: 5px;
}
#multi-step-form .fw-wizard-step-container .fw-container .fw-wizard-step .fw-step-part h2.fw-step-part-title {
  font-family: "monschone";
}
#multi-step-form .fw-wizard-step-container .fw-container .fw-wizard-step .fw-step-part .fw-step-part-body .fw-step-block {
  margin-bottom: 20px;
}
#multi-step-form .fw-wizard-step-container .fw-container .fw-wizard-step .fw-step-part .fw-step-part-body .fw-step-block .fw-input-container h3 {
  font-family: "monschone";
  padding-bottom: 0;
}
#multi-step-form .fw-wizard-step-container .fw-container .fw-wizard-step .fw-step-part .fw-step-part-body .fw-step-block .fw-input-container input {
  border: 1px solid #ddd0 !important;
}
#multi-step-form .fw-wizard-step-container .fw-container .fw-wizard-step button.fw-btn-submit {
  background-color: #e86f50;
  border-radius: 30px;
  box-shadow: 0px 10px 25px 0px rgba(232, 111, 80, 0.44);
  padding: 18px 40px 18px 40px;
}
#multi-step-form .fw-wizard-button-container .fw-wizard-buttons {
  text-align: center;
}
#multi-step-form .fw-wizard-button-container .fw-wizard-buttons button.fw-button-next {
  background-color: #e86f50 !important;
  border-radius: 30px;
}
#multi-step-form .fw-wizard-button-container .fw-wizard-buttons button.fw-button-previous {
  background-color: #e86f50 !important;
  border-radius: 30px;
}
.mit-unterstuetzung-von .et_pb_column, .et_pb_row.praesentiert-von .et_pb_column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.mit-unterstuetzung-von .et_pb_column .et_pb_module, .et_pb_row.praesentiert-von .et_pb_column .et_pb_module {
  width: calc(100% / 5 - (40px * 4 / 5));
  margin-bottom: 0;
}
.mit-unterstuetzung-von .et_pb_column .et_pb_text, .et_pb_row.praesentiert-von .et_pb_column .et_pb_text {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
footer {
  text-align: center;
}
footer .et_pb_code {
  margin-bottom: 20px !important;
}
footer .et_pb_code ul {
  padding: 0;
  margin: 0;
}
footer .et_pb_code ul li {
  list-style: none;
  display: inline-block;
}
footer .et_pb_code ul li:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .mit-unterstuetzung-von .et_pb_column, .et_pb_row.praesentiert-von .et_pb_column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
  .mit-unterstuetzung-von .et_pb_column .et_pb_module, .et_pb_row.praesentiert-von .et_pb_column .et_pb_module {
    width: calc(100% / 5 - (10px * 4 / 5));
    margin-bottom: 0;
  }
  .mit-unterstuetzung-von .et_pb_column .et_pb_text, .et_pb_row.praesentiert-von .et_pb_column .et_pb_text {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
  }
  #inhalt {
    border-right-width: 20px;
    border-left-width: 20px;
    border-bottom-width: 20px;
  }
}
@media only screen and (max-width: 560px) {
  .mit-unterstuetzung-von .et_pb_column {
    gap: 20px;
  }
  .mit-unterstuetzung-von .et_pb_column .et_pb_module {
    width: calc(100% / 3 - (20px * 2 / 3));
  }
  .et_pb_row.praesentiert-von .et_pb_column {
    gap: 20px;
  }
  .et_pb_row.praesentiert-von .et_pb_column .et_pb_module {
    width: calc(100% / 2 - (20px * 1 / 2));
  }
  .et_pb_row.praesentiert-von .et_pb_column .et_pb_module:nth-child(1) {
    order: 2;
  }
  .et_pb_row.praesentiert-von .et_pb_column .et_pb_module:nth-child(2) {
    order: 3;
  }
  .et_pb_row.praesentiert-von .et_pb_column .et_pb_module:nth-child(3) {
    order: 1;
    width: 100%;
  }
  .et_pb_row.praesentiert-von .et_pb_column .et_pb_module:nth-child(4) {
    order: 4;
  }
  .et_pb_row.praesentiert-von .et_pb_column .et_pb_module:nth-child(5) {
    order: 5;
  }
  .et_pb_row.praesentiert-von .et_pb_column .et_pb_text {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
  }
}
