@font-face {
    font-family: "edo-pro";
    src: url("../fonts/Edo Pro.otf") format('opentype'),
        url("../fonts/edosz-webfont.woff") format("woff")
}
 
@font-face {
    font-family: 'ywft_ultramagnetic_roughRgone';
/*
    src: local("?"), url("https://staging.promotions.nestle.de/lottery-kit/fonts/ywft_ultramagnetic_rough_regular.woff") format("woff");
*/
    src: local("?"), url("../fonts/ywft_ultramagnetic_rough_regular.woff") format("woff");
}


/*
@font-face {

  font-family: 'ywft_ultramagnetic_roughRgone';

    src: local("?"),
    url('../fonts/ywft_ultramagnetic_rough_regular.woff2') format('woff2'),

    url('../fonts/ywft_ultramagnetic_rough_regular.woff') format('woff');
  font-weight: normal;
  
  font-style: normal;

}


*/

@font-face {
    font-family: 'gibson-regular';
/*
    src: local("?"), url("https://staging.promotions.nestle.de/lottery-kit/fonts/gibson-regular.woff") format("woff");
*/
    src: local("?"), url("../fonts/gibson-regular.woff") format("woff");
}


/*

@font-face {

  font-family: 'gibson-regular';

    src: local("?"),
    url('../fonts/gibson-regular.woff2') format('woff2'),

    url('../fonts/gibson-regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

}
*/

body {
    color: #ffffff;
    background-color: transparent;
    font-size: 14px;
    line-height: 18px;
    font-family: gibson-regular, webFont3, verdana, arial, Helvetica, sans-serif;
    text-align: unset;
/*
background: url('../Images/Wagner/wood-bg.jpg') repeat;
*/
}

h1,h2 {
    font-family: ywft_ultramagnetic_roughRgone;
    font-size: 32px;
    font-weight: 500;
}

h3 {
    font-family: ywft_ultramagnetic_roughRgone;
    font-size: 24px;
    font-weight: 500;
}

a,a:hover, a:active  {
    color: #ffffff;
    text-decoration: underline;
}

.form-control {
   background: url(../Images/Wagner/input-border.png);
   background-size: 100% 100%;
   
   background-repeat: no-repeat;
   background-color: transparent;
   border: none;
   color: #ffffff;
   transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-primary {
    background: url('../Images/Wagner/cta-button.png') no-repeat;
    background-position: 2px 5px; 
    border: 0px;
    color: #4f3521;
   width: 150px;
   min-width: 150px;
   max-width: 150px;
   margin: 0px;
   padding-top: 10px;
/*
    min-height: 60px;
    padding-left: 40px;
    text-align: left;
 
*/
    font-size: 20px;
    font-family: gibson-regular;
    font-weight: bold;
    outline: none !important;

    box-shadow: none !important;

    border:none !important;
    background-color: transparent !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    text-decoration: none;
    color: #4f3521 !important;
    border: 0px;
    background:  url('../Images/Wagner/cta-button.png') no-repeat;
    background-position: 2px 5px; 
    outline: none !important;

    box-shadow: none !important;
    border:none !important;

    border-color: transparent !important;
    background-color: transparent !important;
}

.btn-primary.disabled {
    border: 0px;
    background: url('../Images/Wagner/cta-button.png') no-repeat;  
    background-position: 2px 5px; 
}


.content-row {
    background-color: rgba(0, 0, 0, 0.5);
 
/*   
    width: 100%;

*/
    border-radius: 2px;

    padding: 30px;
    margin-left: 1px;
    margin-right: 1px;
}

.personal-data-row {
    font-family: gibson-regular;
    font-size: 20px;
}

.template {
/*
    padding: 3% 15% 3% 4%;
    letter-spacing: 0.5px;
*/
}

.consent-revocation {
    font-size: 90%;
}

.text-highlighted {
    font-weight: normal;
}

input[type="checkbox"] {
    margin-top: -2px;
    vertical-align: middle;
}

.question-string {
    font-family: gibson-regular;
    font-size: 20px;
    line-height: 20px;
    /* visibility: hidden; */
    /* height: 20px; */
}

.summary-question-string {
    font-family: gibson-regular;
    font-size: 20px;
}

.summary-question-row {
    padding: 0px;
}

.radiobutton-label {
    width: 100%;
    margin-right: 0px;
    font-family: "gibson-regular";
    font-size: 16px;
    font-weight: 400;
}

.formular-summary-answer {
    font-family: "gibson-regular";
}

.error-message {
    color: orangered;
    font-size: 90%;
    /* font-weight: bolder; */
}

p {
    margin-top: 15px;
    margin-bottom: 1rem;
}

@media (max-width: 320px)
{
  .captchaWrapper {
      padding-left: 0px;
      margin-left: -35px !important;
  }
}

@media (max-width: 480px)
{
  .captchaWrapper {
      padding-left: 0px;
  }
}
