@font-face {
  font-family: "Montserrat";
  src: url("./fonts/montserrat.woff2") format("woff2");
}

* {
  box-sizing: border-box;
  font-size: 12pt;
  font-family: "Montserrat";
  color: #5a5a5a;
}

/* @media only screen and (min-width: 750px) {
    body {

        background-image: url("../images/HG_Spendenseite_2020_5.svg");
        background-attachment: fixed;
        background-size: cover;
        background-position: 0% 70%;
    }
} */

body {
  background-color: #c5c4c4;
  background-image: url("../images/HG_Schneeflocken_Spendenseite_2020.svg");
  background-repeat: repeat-y;
  background-size: cover;
}

html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

.btn-smfgreen {
  background-color: #008578;
  color: #fff;
  font-family: "Montserrat";
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
}

.btn-smfgreen:not([disabled]):hover {
  background-color: #2d2d39;
  color: #fff;
}

a.smfgreen:link,
a.smfgreen:visited,
a.smfgreen:active {
  color: #008578;
  font-family: "Montserrat";
  text-decoration: underline;
}

a.smfgreen:hover {
  text-decoration: none;
}

a.infos:not([disabled]):hover {
  color: #5a5a5a;
  text-decoration: underline;
}

a.infos:link,
a.infos:visited,
a.infos:active {
  color: #5a5a5a;
  text-decoration: none;
}

.auto-margin {
  margin: auto auto auto auto;
}

input {
  text-align: center;
}

.choice-container {
  border: none;
}

.choice-container h4 {
  font-weight: bold;
}

.active-choice {
  background-color: #008578;
  color: #fff;
}

.active-choice p {
  color: #fff;
}

.subtitle {
  font-family: "Montserrat";
  color: #008578;
  font-size: 12pt;
}

.smf-logo {
  position: absolute;
  padding: 0;
}

.smf-logo > img {
  height: 6em;
}

.page-title h1 {
  font-family: "Montserrat";
  color: #008578;
  font-size: 36pt;
}

.input-container {
  padding-top: 2.5em;
  text-align: center;
}

.col-center {
  float: none;
  margin: 0 auto 0 auto;
  display: inline-block;
  width: 15em;
}

.col-center button {
  margin-top: 2em;
}

#content-wrapper {
  text-align: left;
}

.pull-up {
  margin-bottom: -2em;
  min-height: 100%;
}

h2 {
  color: #008578;
  font-weight: bold;
}

.choice {
  font-weight: bold;
  margin-top: 3em;
}

.form-control::placeholder {
  color: black !important;
}

.form-control {
  border-radius: 0px !important;
  color: black !important;
}

.choice-container p {
  text-align: left;
}

@media screen and (min-width: 750px) {
  .smf-logo {
    right: 2em;
    top: 2em;
  }

  .text-left {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }

  .landschaft {
    height: 50%;
  }

  .impressum {
    margin-top: -2em;
  }

  .headline {
    padding-top: 11em;
  }
}

@media screen and (max-width: 750px) {
  .content {
    padding-left: 0 !important;
  }

  .choice {
    padding-right: 10px !important;
  }

  .smf-logo {
    text-align: center;
    position: relative;
    top: 2em;
    width: 100%;
  }

  .landschaft {
    height: calc(50% - 6em);
  }

  .impressum {
    margin-top: -2em;
  }

  .headline {
    padding-top: 5em;
  }
}

@media screen and (min-width: 750px) and (max-width: 991px) {
  .text-left {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.header-title {
  /* padding-top: 50px; */
  text-align: center;
}

.landschaft {
  width: 100%;
  /* height: 50%; */

  background-repeat: no-repeat;
  background-image: url("../images/HG_Landschaft_Spendenseite_2020.svg");
  background-position: center;
  background-size: cover;
  position: relative;
  left: 0;
  z-index: -1;
  bottom: 0;
}

.impressum {
  position: relative;
  bottom: 0;
  height: 2em;
}

.content {
  min-height: 50%;
}
