:root {
  --ms-color1: #E1F9E1;
  --ms-color2: #B8B6A5;
  --ms-color3: #DAEFF7;
  --ms-color4: #EBDBE8;
  --ms-color5: #E95B38;
  --ms-color6: #FFF936;
  --ms-color7: #116FD9;
  --ms-color8: #161616;
  --ms-color9: #4FA231;
  --ms-color10: #f4f2ef;
  --ms-body-font-size: 1rem;
  --ms-body-font-weight: 400;
  --ms-body-line-height: 0.5;
  --ms-body-color: #000;
  --ms-body-bg: #fff;
  --ms-body-font-family: 'ABCCameraPlain-Regular', sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--ms-body-font-family);
  font-size: var(--ms-body-font-size);
  font-weight: var(--ms-body-font-weight);
  color: var(--ms-body-color);
  line-height: var(--ms-body-line-height);
  background-color: var(--ms-body-bg);
  -webkit-text-size-adjust: 100%;

}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: calc(1.175rem + 1.5vw);
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: calc(2.725rem + 0.9vw);
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: 24px;
  line-height: 31px;
}

@media (min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.65rem;
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 24px;
  line-height: 31.25px;
}

h6,
.h6 {
  font-size: 1rem;
}

h1.headvision {
  color: var(--ms-color2);
}

h1.head_sub {
  font-size: 60px;
  line-height: 78px;
}

h1.donate {
  font-family: 'ABCCameraPlain-Bold';
}

h4.donate {
  font-family: 'ABCCameraPlain-Bold';
}

@media (max-width: 580px) {

  h1.head_sub {
    font-size: 30px;
    line-height: 39px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }
}

.font-bold {
  font-family: 'ABCCameraPlain-Bold';
}

@media (max-width: 580px){
  svg.arrow-down {
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 992px) {
  .backgound-image1 {
    background: url(../images/background/230706_bg-vision.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

}

.backgound-image2 {
  background: url(../images/background/230706_vision.jpg) top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;

}

/* Header & Logo */
.navbar {
  background-color: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding: 5px 10px;

}

.logo {
  width: 100px;
  padding: 10px;
}

@media (max-width: 480px) {
  .logo {
    width: 120px !important;
  }
}

.logo_start {
  width: 280px;
  padding: 20px 20px;
}

#header-logo {
  opacity: 0;
  transition: 0.4s ease-in;
}

.burger-icon {
  color: var(--ms-color8);
  padding: 5px 8px;
  border-radius: 5px;
}

.nav-link {
  font-size: 46px;
  line-height: 48px;
  text-decoration: none;
  font-family: 'ABCCameraPlain-Bold';
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s ease-out;
}

.nav-link.spenden {
  color: var(--ms-color6);
}

.nav-link.spenden:hover {
  color: var(--ms-color6);
}

.nav-link:hover {
  color: var(--ms-color5);
  transition: 0.3s ease-in;
}

.nav-hover:hover>#nav-svg {
  fill: var(--ms-color5);
  transition: 0.3s ease-in;
}

.nav-hover:hover>a {
  fill: var(--ms-color5);
  transition: 0.3s ease-in;
}

#nav-svg {
  fill: #fff;
}

.nav-head {
  font-size: 20px;
  color: #DEEEF6;
  margin-bottom: 10px;
  font-family: 'ABCCameraPlain-Regular';
}

@media (max-width: 480px) {
  .nav-head {
    font-size: 16px !important;
  }

  .nav-link {
    font-size: 22px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1400px) {
  .offcanvas-body {
    margin-top: 5vh;
  }
}

.lang-link {
  text-decoration: none;
  color: #161616;
  font-size: 20px;
}

.lang-link.active {
  font-family: 'ABCCameraPlain-Bold';
}

/* Homescreen */
.homescreen {
  min-height: 90vh;
  height: 100%;
}

.screen0 {
  background-color: var(--ms-color1);
}

.donate-div {
  position: fixed;
  bottom: 0;
  right: 0 !important;
  z-index: 10;
  font-family: 'ABCCameraPlain-Regular';
}

/* Screen`s */
.screen {
  padding: 100px 0px;
}

.screen-2 {
  padding: 100px 0px 0px 0px;
}

/* Spenden */
.spendino-form__box{
  background-color: #e5e6e0 !important;
}

/* Vision */
.screen1 {
  background-color: var(--ms-color2);
  color: var(--ms-color6);
}

.div-vision-mobile {
  height: 50vh;
  width: 100% !important;
}

.div-vision {
  padding-top: 100px;
  padding-bottom: 100px;
}

.btn-vision {
  text-decoration: underline !important;
  text-transform: uppercase;
  color: var(--ms-color6) !important;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.1em;
  font-family: 'ABCCameraPlain-Bold';
}

.bar-vision {
  width: 100%;
  background-color: var(--ms-color6) !important;
}

.fs-vision {
  color: var(--ms-color8);
}

.bg-vision-yellow {
  background-color: var(--ms-color6);
}

h2.vision {
  font-size: 48px;
  line-height: 50px;
  color: #B8B6A7;
  font-family: 'ABCCameraPlain-Bold';
}

h1.vision {
  font-size: calc(2.5rem + 2.2vw);
  font-family: 'ABCCameraPlain-Bold';
}

@media (max-width: 580px) {
  h2.vision {
    font-size: 36px;
    line-height: 38px;
  }

  h1.vision {
    font-size: 35px;
    line-height: 46px;
  }
}

/* Mission */
.screen2 {
  color: var(--ms-color5);
  background-color: var(--ms-color3);
}

.btn-mission {
  text-decoration: underline !important;
  text-transform: uppercase;
  color: var(--ms-color7) !important;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.1em;
  font-family: 'ABCCameraPlain-Bold';
}

.bar-mission {
  width: 100%;
  background-color: var(--ms-color7) !important;
}

.arrow.mission {
  color: var(--ms-color7);
}

.arrow-line.mission {
  background: var(--ms-color7);
}

.bg-modal-mission {
  background-color: var(--ms-color5);
  color: var(--ms-color3);
}

@media (min-width: 992px) {
  .bg-image-modal-mission {
    background: url(../images/background/230706_bg-mission.png) top center no-repeat;
    background-size: cover;
  }
}

.modal-mission {
  color: var(--ms-color5);
}

.bg-modal-mission-footer {
  background-color: var(--ms-color5);
  color: var(--ms-color3);
}

h1.m-mission {
  font-size: calc(2.5rem + 2.5vw);
}

h1.mission {
  font-size: calc(4.5rem + 4.3vw);
  font-family: 'ABCCameraPlain-Bold';
}

@media (max-width: 580px) {
  h1.m-mission {
    font-size: 32px;
  }

  .btn-modal-mission {
    font-size: 28px !important;
  }

  h1.mission {
    font-size: 45px !important;
  }
}

.btn-modal-mission {
  color: var(--ms-color3);
  text-transform: uppercase;
  font-size: calc(2.1rem + 2.5vw);
  font-family: 'ABCCameraPlain-Bold';
}

/* Zwecke */
.screen3 {
  color: var(--ms-color7);
  background-color: var(--ms-color10);
}

.btn-zwecke {
  text-decoration: underline !important;
  text-transform: uppercase;
  color: var(--ms-color8) !important;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.1em;
  font-family: 'ABCCameraPlain-Bold';
}

.bar-zwecke {
  width: 100%;
  background-color: var(--ms-color8) !important;
}

.arrow.zwecke {
  color: var(--ms-color8);
}

.arrow-line.zwecke {
  background: var(--ms-color8);
}

.bg-zwecke-1 {
  background-color: var(--ms-color5);
}

h1.zwecke {
  font-size: calc(2.5rem + 2.5vw);
  font-family: 'ABCCameraPlain-Bold';
  color: #D9D9D9;
}

.less {
  display: none;
}

@media (max-width: 580px) {
  h1.zwecke {
    font-size: 35px;
    line-height: 46px;
  }
}

/* Aktuelle Projekte */
.screen4 {
  color: var(--ms-color9);
  background-color: var(--ms-color1);
}

@media (min-width: 768px) {
  .card {
    margin-right: 25px;
  }

  .control-next-2 {
    background: var(--ms-color1);
  }
}

.logo-projekte {
  width: 40%;
}

h3.sub-projekte {
  font-size: 30px;
  line-height: 38px;
  font-family: 'ABCCameraPlain-Bold';
}

@media (max-width: 580px) {
  h3.sub-projekte {
    font-size: 18px;
    line-height: 24px;
  }
}

.font-accordion>h5 {
  font-size: 20px;
  line-height: 28px;
}

.arrow.projekte {
  color: var(--ms-color8);
}

.arrow-line.projekte {
  background: var(--ms-color8);
}

/* Team */
.screen5 {
  color: var(--ms-color6);
  background-color: var(--ms-color2);
}

@media (min-width: 992px) {
  .bg-team {
    height: 85vh;
    background: url(../images/khs/Wer_wir_sind.jpg) top center no-repeat;
    background-size: cover;
  }
}

.fc-team {
  color: var(--ms-color8);
}

.border-profil {
  border-bottom: 6px solid var(--ms-color6);
  text-transform: uppercase;
}

.border-profil>h5 {
  font-size: 18px;
  line-height: 44px;
  font-family: 'ABCCameraPlain-Bold';
}

p.profil-bold {
  font-size: 24px;
  line-height: 31px;
  font-family: 'ABCCameraPlain-Bold';
  margin: 0;
}

p.profil-normal {
  font-size: 24px;
  line-height: 31px;
  margin: 0;
}

.profil-2 {
  clip-path: circle(45%);
}

@media (max-width: 580px) {

  p.profil-bold,
  p.profil-normal {
    font-size: 16px;
    line-height: 22px;
  }

  .border-profil>h5 {
    font-size: 12px;
    line-height: 32px;
  }
}

/* Botschafter */
.screen6 {
  color: var(--ms-color7);
  background-color: var(--ms-color3);

}

.profil {
  clip-path: circle(40%);

}

/* Partner */
.screen7 {
  color: var(--ms-color5);
  background-color: var(--ms-color10);
}

.partner {
  padding: 30px;
  display: flex;
  align-items: center;
}

/* Footer */
.screen8 {
  color: var(--ms-color4);
  background-color: var(--ms-color2);
}

.link-footer {
  color: var(--ms-color4) !important;
}

.footer-canvas>h2 {
  font-family: 'ABCCameraPlain-Bold';
}

.footer-canvas>h3 {
  font-family: 'ABCCameraPlain-Bold';

}

.footer-canvas>a {
  color: var(--ms-color8);

}

.footer-canvas {
  font-size: 24px;
  line-height: 31px;
}

@media (max-width: 580px) {
  .footer-canvas>h2 {
    font-size: 24px;
    line-height: 31px;
  }

  .footer-canvas {
    font-size: 16px;
    line-height: 21px;
  }
}


@media (max-width: 480px) {
  .screen {
    padding: 50px 0px !important;
  }

  .div-vision {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Success Page */
.screen-success {
  background-color: var(--ms-color6);
  color: var(--ms-color8);
}
.success a {
  color: var(--ms-color8);
}

/* Button`s */
.btn {
  display: inline-block;
  padding: 10px 10px;
  color: var(--ms-color3);
  text-align: end;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-donate {
  color: #161616;
  font-size: 30px;
  line-height: 39px;
  text-transform: uppercase;
  padding: 16px 24px;
  background-color: var(--ms-color6);
  font-family: 'ABCCameraPlain-Bold';
  border-radius: 53px;

}

@media (max-width: 480px) {
  .btn-donate {
    font-size: 12px !important;
    line-height: 20px !important;
  }
}

.modal-donate {
  background-color: var(--ms-color6) !important;
  color: var(--ms-color8);
}

.btn-close {
  box-sizing: content-box;
  width: 2.5em;
  height: 2.5em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/2.5em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* Shadow */

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* Progress Bar */

progress {
  vertical-align: baseline;
}

.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
  font-family: 'ABCCameraPlain-Bold';

}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.arrow-right {
  width: 100%;
  display: flex;
  align-items: center;
}

.arrow {
  float: right;
  margin-left: -10px;
}

.arrow-line {
  background: currentColor;
  height: 1px;
  width: 100%;
}

.offcanvas.show>.offcanvas-body {
  animation-name: example;
  -webkit-animation-name: example;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  opacity: 1;
}

.offcanvas.show>.offcanvas-header {
  animation-name: example2;
  -webkit-animation-name: example2;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  opacity: 1;
}

@keyframes example {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@-webkit-keyframes example {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes example2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes example2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}