@font-face {
  font-family: "Proxima";
  font-weight: normal;
  src: url("../../fonts/ProximaNova-Regular.woff");
  src: local("DIN"), url("../../fonts/ProximaNova-Regular.woff") format("woff");
}
@font-face {
  font-family: "ProximaLight";
  font-weight: 100;
  src: url("../../fonts/ProximaNova-Light.woff");
  src: local("DIN"), url("../../fonts/ProximaNova-Light.woff") format("woff");
}
@font-face {
  font-family: "Proxima";
  font-weight: bold;
  src: url("../../fonts/ProximaNova-Bold.woff");
  src: local("DIN"), url("../../fonts/ProximaNova-Bold.woff") format("woff");
}
@font-face {
  font-family: "Eurostile";
  font-weight: normal;
  src: url("../../fonts/eurostile/URW++ - Eurostile.woff");
  src: local("DIN"),
    url("../../fonts/eurostile/URW++ - Eurostile.woff") format("woff");
}
@font-face {
  font-family: "EurostileLite";
  font-weight: 100;
  src: url("../../fonts/eurostile/URW++ - Eurostile Oblique.woff");
  src: local("DIN"),
    url("../../fonts/eurostile/URW++ - Eurostile Oblique.woff") format("woff");
}
@font-face {
  font-family: "EurostileBold";
  font-weight: bold;
  src: url("../../fonts/eurostile/URW++ - Eurostile Bold.woff");
  src: local("DIN"),
    url("../../fonts/eurostile/URW++ - Eurostile Bold.woff") format("woff");
}

:root {
  --main-color: #ffffff;
  --main-color-secondary: rgb(210, 180, 184);
  --main-color-gelb: #f9e99c;
  --main-color-gruen: #96b18e;
}

html,
body {
  font-family: "Eurostile", "EurostileLite", "Proxima", "ProximaLight";
  margin: 0px;
  padding: 0px;
  width: 100vw;
  background-color: rgb(218, 189, 194);
  overflow-y: auto;
  padding-bottom: 100px;
}
#body_main {
  width: 100%;
  height: 100vh;
  margin: 0px;
  padding: 0px;
  background-color: rgb(218, 189, 194);
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 991px) {
  html,
  body {
    overflow: hidden;
    background-color: rgb(240, 230, 231);
    padding-bottom: 0px;
  }
  #body_main {
    background-color: rgb(210, 180, 184);
  }
}

.ds_red {
  color: red;
}

@media screen and (min-width: 991px) {
  html,
  body {
    width: 900px;
    height: 726px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 2%;
    left: calc(50% - 450px);
  }
  .bildcontainer {
    width: 900px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.bildcontainer {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0px;
  margin: 0px;
  overflow: hidden;
  background-size: 100%;
}
/* ---------------------------------------------------------------------------------*/
#animlogo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 250px;
}
#startbild {
  background-image: url("../img/B_FW_Landingpage_AnimiertesLogo.gif");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px;
  position: relative;
  top: 10px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#startbild2 {
  background-image: url("../img/B_FW_Landingpage1.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}
@media screen and (min-width: 991px) {
  #animlogo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  #startbild {
    background-repeat: no-repeat;
    background-size: 105%;
    background-position: -18px;
    position: relative;
    top: 20px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  #startbild2 {
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
  }
}
/* --------------------------------------------------------------------------------- */
#responsiveLogo {
  background-image: url("../img/campaignLogoTop.png");
  width: 211px;
  height: 112px;
  position: relative;
  margin: auto;
}
#responsiveMC {
  background-image: url("../img/mcLogoBottom.png");
  width: 133px;
  height: 47px;
  position: relative;
  margin: auto;
  display: block;
  margin-top: 30px;
}

#main {
  background-color: rgb(218, 189, 194);
  background-image: none;
}
@media screen and (min-width: 991px) {
  #responsiveLogo {
    display: none;
  }
  #responsiveMC {
    display: none;
  }
  #main {
    background-image: url("../img/B_FW_Landingpage3.jpg");
    background-repeat: no-repeat;
  }
}
#mainDS {
  background-image: url("../img/B_FW_Landingpage3.jpg");
}
#ausgabe {
  width: 100%;
  height: 100%;
  overflow: scroll;
  position: relative;
  display: block;
  color: var(--main-color);
  font-size: 12px;
  letter-spacing: 1px;
  padding: 20px;
  font-family: "Eurostile", "EurostileLite", "Proxima", "ProximaLight";
}
@media screen and (min-width: 991px) {
  #ausgabe {
    width: 880px;
    height: 726px;
    position: relative;
    overflow: hidden;
    top: 190px;
    left: 10px;
    display: block;
    color: var(--main-color);
    font-size: 12px;
    letter-spacing: 1px;
    font-family: "Eurostile", "EurostileLite", "Proxima", "ProximaLight";
  }
}
h1 {
  font-size: 24px;
  color: var(--main-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
h2 {
  font-size: 24px;
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: bold;
}
h3 {
  font-size: 38px;
}
h4 {
  font-size: 15px;
  color: var(--main-color);
  margin-bottom: 3px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
h5 {
  font-size: 20px;
  color: var(--main-color);
  margin-bottom: 3px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.small10 {
  font-size: 11px;
}
.ds {
  font-family: "Eurostile", "EurostileLite", "Proxima", "ProximaLight";
  font-size: 12px;
  letter-spacing: 0px;
  font-weight: 100;
}
ul {
  font-family: "Eurostile", "EurostileLite", "Proxima", "ProximaLight";
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 0px;
}
ul > li {
  font-family: "Eurostile", "EurostileLite", "Proxima", "ProximaLight";
  font-size: 11px !important;
  font-weight: 100;
  letter-spacing: 0px;
}
p {
  font-size: 13px;

  font-weight: 300;
}
.yellow {
  color: var(--main-color-gelb);
  font-size: 12px;
}
.green {
  color: var(--main-color-gruen);
  font-size: 12px;
}

label {
  margin-top: 4px;
}
a {
  color: var(--main-color);
  text-decoration: underline;
}
a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.btn-marccain {
  font-family: "EurostileBold", "Eurostile", "EurostileLite", "Proxima",
    "ProximaLight";
  background: none;
  color: var(--main-color);
  border-color: var(--main-color);
  border-radius: 0px !important;
  padding: 5px 0px 5px 0px;
  font-size: 12px;
  font-weight: bold !important;
}
.btn-marccain:hover {
  color: var(--main-color);
}
.marccain_input,
.marccain_input:focus,
.marccain_input:-internal-autofill-selected {
  width: 100%;
  background: none;
  border: var(--main-color) solid 1px;
  color: var(--main-color);
  border-radius: 0px !important;
  line-height: 8px;
  height: 25px;
  font-size: 12px;
}
.btn-marccain-exit {
  text-decoration: none;
  padding: 4px 25px 4px 25px;
  background: none;

  border: var(--main-color) solid 1px;
  color: #fff;
}
.btn-marccain-exit:hover {
  color: #fff;
}
.inputdiv {
  padding-top: 8px;
}
