* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

@font-face {
  font-family: Greta;
  src: url(https://www.vol.at/wp-content/plugins/vodl-base/precompiled/css/fonts/GretaSansPro-Reg.eot);
  src: url(https://www.vol.at/wp-content/plugins/vodl-base/precompiled/css/fonts/GretaSansPro-Reg.eot?#iefix) format("embedded-opentype"), url(https://www.vol.at/wp-content/plugins/vodl-base/precompiled/css/fonts/GretaSansPro-Reg.woff) format("woff"), url(https://www.vol.at/wp-content/plugins/vodl-base/precompiled/css/fonts/GretaSansPro-Reg.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto
}

@font-face {
  font-family: 'Greta Bold';
  src: url('https://media.vol.at/werbung/00_INTERN/vol_at/font_hosting/fonts/GretaSansPro-Bld.eot');
  src: url('https://media.vol.at/werbung/00_INTERN/vol_at/font_hosting/fonts/GretaSansPro-Bld.eot?#iefix') format('embedded-opentype'),
    url('https://media.vol.at/werbung/00_INTERN/vol_at/font_hosting/fonts/GretaSansPro-Bld.ttf') format('truetype'),
    url('https://media.vol.at/werbung/00_INTERN/vol_at/font_hosting/fonts/GretaSansPro-Bld.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Greta Condensed';
  src: url(https://www.vol.at/wp-content/plugins/vodl-base/precompiled/css/fonts/GretaSansCndPro-Hea.eot);
  src: url(https://www.vol.at/wp-content/plugins/vodl-base/precompiled/css/fonts/GretaSansCndPro-Hea.eot?#iefix) format("embedded-opentype"), url(https://www.vol.at/wp-content/plugins/vodl-base/precompiled/css/fonts/GretaSansCndPro-Hea.woff) format("woff"), url(https://www.vol.at/wp-content/plugins/vodl-base/precompiled/css/fonts/GretaSansCndPro-Hea.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto
}

@font-face {
  font-family: 'Greta Condensed';
  src: url(https://www.vol.at/wp-content/plugins/vodl-base/precompiled/css/fonts/GretaSansCndPro-Blk.eot);
  src: url(https://www.vol.at/wp-content/plugins/vodl-base/precompiled/css/fonts/GretaSansCndPro-Blk.eot?#iefix) format("embedded-opentype"), url(https://www.vol.at/wp-content/plugins/vodl-base/precompiled/css/fonts/GretaSansCndPro-Blk.woff) format("woff"), url(https://www.vol.at/wp-content/plugins/vodl-base/precompiled/css/fonts/GretaSansCndPro-Blk.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto
}

#wfWrapper {
  width: 100%;
  min-width: 290px;
  max-width: 450px;
  height: 100%;
  min-height: 300px;
  position: relative;
  background-color: #FFD200;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  margin-top: 25px;
}

.headline {
  width: 100%;
  font-family: 'Greta Condensed';
  font-size: 50px;
  margin-top: -35px;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  transform: translateX(-5%);
}

.subHeadline {
  width: 100%;
  max-width: 240px;
  font-family: 'Greta Bold';
  display: flex;
  justify-content: flex-start;
  align-self: center;
  font-size: 20px;
  line-height: 25px;
  margin-top: 25px;
}

.inputWrapper {
  width: 100%;
  max-width: 240px;
  display: flex;
  justify-content: flex-start;
  align-self: center;
  flex-grow: 1;
  margin-top: 30px;
}

#email {
  font-family: "Greta";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #1A1603;
  height: 35px;
  padding: 0 7px;

  width: 100%;
  /* margin-bottom: 10px; */
  /* line-height: 35px; */
  /* text-align: center; */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #FFFFFF;
  border: 1px solid rgba(151, 151, 151, 0.45);
  box-sizing: border-box;
  /* margin-bottom: 30px; */
}

#email::-webkit-input-placeholder,
#email:-moz-placeholder,
#email::-moz-placeholder,
#email:-ms-input-placeholder {
  text-align: left;
  /* padding-left: 20px; */
  font-family: "Greta";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #8C8C8C;
}

.submitWrapper {
  width: 100%;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
}

#submit {
  font-family: "Greta Condensed";
  font-weight: 800;
  font-size: 1.5em;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1.5px;
  color: #1A1603;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #1A1603;
  min-width: 190px;
  width: 50%;
  padding: 0.65em 1em;
  transition: 100ms ease-in;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#submit:hover {
  color: #FFD200;
  background-color: #1A1603;
}

[id^=NotiflixReportWrap] a#NXReportButton {
  float: unset;
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5px;
  font-family: "Greta";
  font-size: 14pt;
  line-height: 22px;
}

[id^=NotiflixReportWrap]>*>p {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 15px;
}

[id^=NotiflixReportWrap]>*>h5 {
  margin-top: 10px;
  font-family: "Greta Condensed";
}

#NotiflixReportWrap {
  right: unset;
  position: fixed;
}

h5.notiflix-report-title {
  /* max-height: 45px; */
  line-height: 1;
  margin-top: 5px;
}

.sucessTextInfo {
  font-weight: bold;
  margin-top: 5px;
  display: flex;
  line-height: 1.2;
}
