:root {
  --color-bg: #f70000;
  --color-copy: #000000;

  --color1: #ffffff;
  /*FONT-COLOR FOR DARK COLOR*/
  --color1a: rgba(255, 255, 255, 0.8);
  /*FONT-COLOR FOR DARK COLOR OPACITY*/
  --color1b: #f2410f;
  /*FONT COLOR CONTRAST COLOR*/

  --color2: #f70000;
  /*LIGHT COLOR*/

  --color3: #000000;
  /*DARK COLOR*/
  --color3a: #3f3f3f;
  /*DARK COLOR:hover*/


  --anim-ease: ease-out;
  --anim-duration: 0.3s;
}



@font-face {
  font-family: "lokicola";
  src: url("../font/lokicola/lokicola.woff2"),
    url("../font/lokicola/lokicola.woff");
}

@font-face {
  font-family: "regular";
  src: url("../font/regular/SegoeUI.woff2"),
    url("../font/regular/SegoeUI.woff");
}

@font-face {
  font-family: "bold";
  src: url("../font/bold/Segoe-UI-Bold.woff2"),
    url("../font/bold/Segoe-UI-Bold.woff");
}

@font-face {
  font-family: "cocacolaii";
  src: url("../font/cocacolaii.ttf"),
    url("../font/cocacolaii.ttf");
}




body {
  margin: 0;

  background-color: var(--color-bg);

  font-family: "regular";
  color: var(--color-copy);
}

p {
  margin: 0
}

.is-hidden {
  width: 1px;
  height: 1px;
  position: absolute;
  margin: -1px;
  padding: 0px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.center {
  text-align: center;
}

.text--info {
  padding-top: 30px;
  text-align: center;
}

input.makeRed {
  background-color: #ffdddd;
}

.main {
  display: grid;

  grid-template-rows: 60px auto auto 100px auto 500px auto 100px auto 10px;
  grid-template-columns: 10% 20% auto 2% 10% 8% 10%;
}

@media only screen and (max-width: 1200px) {

  .main {
    grid-template-rows: 30px auto auto 100px auto 500px auto 100px auto 10px;
    grid-template-columns: 5% auto 20% 5%;
  }

}

@media only screen and (max-width: 700px) {

  .main {
    grid-template-rows: 20px auto auto 50px auto 500px auto 50px auto 10px;
    grid-template-columns: 10px auto 10px;
  }

}

 @media only screen and (min-width: 600px)  {
        br.mobile-break { display: none; }
    }

.wrapper--bgImage {
  grid-column-start: 1;
  grid-column-end: end;
  grid-row-start: 6;
  grid-row-end: 7;

  background-image: url(../img/wave.svg);
  background-size: cover;
  background-position: bottom;
}

@media only screen and (max-width:700px) {

  .wrapper--bgImage {
    grid-row-start: 5;
    grid-row-end: 7;
  }

}

.wrapper--title {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 2;

  padding: 0;
}

@media only screen and (max-width:1200px) {

  .wrapper--title {
    grid-column-start:2;
    grid-column-end: 4;
  }

}

.wrapper--subtitle {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 3;
}

@media only screen and (max-width:1200px) {

  .wrapper--subtitle {
    grid-column-start: 2;
    grid-column-end: 4;
  }

}

@media only screen and (max-width:700px) {

  .wrapper--subtitle {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 3
  }

}

.wrapper--gewinn {
  grid-column-start:3;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end:5;
}

@media only screen and (max-width:1200px) {

  .wrapper--gewinn {
    grid-column-start: 2;
    grid-column-end: 4;
  }

}

.wrapper--form {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 6;
  grid-row-end: 8;

  height: auto;
  padding: 40px;
  border-radius: 20px;

  background-color: var(--color1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

}

@media only screen and (max-width:1200px) {

  .wrapper--form {
    grid-column-start: 2;
    grid-column-end: 4;

    padding: 20px;
  }

}

@media only screen and (max-width:700px) {

  .wrapper--form {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 6;
    grid-row-end: 8;
  }

}

.wrapper--footer {
  grid-column-start: 2;
  grid-column-end: 7;
  grid-row-start: 9;
  grid-row-end: 9;

  padding: 20px 0;

  color: var(--color1);
}

@media only screen and (max-width:1200px) {

  .wrapper--footer {
    grid-column-start: 2;
    grid-column-end: 4;
  }

}

@media only screen and (max-width:700px) {

  .wrapper--footer {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 9;
    grid-row-end: 9;
  }

}



.title {
  color: var(--color1);

  font-size: 60px;
  font-family: "bold";
  line-height: 60px;
}

.subtitle {
  margin-top: 50px;

  color: var(--color1);

  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: "bold";
  font-size: 36px;
  line-height: 32px;
}

.title span {
  font-family:'lokicola';
  font-size: 75px;
}

.subtitle span {
  font-size: 20px;
  letter-spacing: 0px;
}

@media only screen and (max-width:1200px) {

  .title {
    font-size: 50px;
    line-height: 60px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 24px;
  }

}

@media only screen and (max-width:700px) {

  .title {
    font-size: 35px;
    line-height: 45px;
  }

  .title span {
    font-size:50px
  }

  .subtitle {
    margin-top: 10px;

    font-size: 16px;
    line-height: 18px;

    transform: none;
  }

  .subtitle span {
    font-size: 12px
  }

}


.img {
  width: 100%;
  height: auto;

  text-align: center;
}


.title span.ccmin
{
	font-family:"cocacolaii";
	font-weight: bold;
font-size: 110px;
letter-spacing: unset;
word-spacing: unset;
}


input {
  font-family: "regular";
  font-size: 14px
}

.form__grid {
  display: grid;

  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;

  column-gap: 10px;
  grid-row-gap: 20px;

  justify-items: stretch;
  align-items: stretch;

  padding-top: 20px;
}

.form__split {
  display: grid;
  grid-gap: 10px 10px;
}

.form__split--50-50 {
  grid-template-columns: 1fr 1fr;
}

.form__split--70-30 {
  grid-template-columns: 7fr 3fr;
}

.form__headline {
  margin-bottom: 30px;

  font-family: "bold";
  font-size: 30px;
  line-height: 40px;

  color: var(--color-copy);
}

.form__subline {
  margin: 40px 0 30px 0;

  font-family: "bold";
  font-size: 26px;
  line-height: 36px;

  color: var(--color-copy);

}

.form__item {
  position: relative;
  width: 100%
}

.form__button {
  padding-top: 50px;
}

.form__radioGroup {
  display: grid;
  grid-gap: 10px 10px;
  grid-template-columns: 1fr 1fr;
}

.label {
  display: flex;
  justify-content: space-between;
}

.radio {
  position: absolute;
  display: block;
  border: none;
  padding: 0;
  height: 1px;
  opacity: 0;
  width: 1em;
  top: 90%;
  left: calc(50% - 1em);
}

.radio__label {
  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: 10px;
  width: 100%;
  height: 40px;

  font-size: 20px;
  text-transform: uppercase;

  color: var(--color1);
  background-color: var(--color3);

  cursor: pointer;

  transition: var(--anim-duration) var(--anim-ease);
}

.radio__label:hover {
  background-color: var(--color3a);
  transition: var(--anim-duration) var(--anim-ease);
}

.input {
  line-height: calc(1em + 10px);
  appearance: none;

  margin-top: 10px;
  border: 1px solid var(--color3);
  width: calc(100% - 14px);
  padding: 7px;

  background-color: var(--color1);
}

.checkbox {
  position: relative;
  display: block;

  border: none;
  padding: 0;
  height: 1px;
  opacity: 0;
  margin-right: -1em;
  width: 1em;
  top: 10px;
}

.checkbox__label {
  position: relative;
  display: block;
  padding-left: 2em;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}

.checkbox__label::before {
  position: absolute;
  top: 0.15em;
  left: 0;

  width: 1.5em;
  height: 1.5em;

  display: inline-block;
  content: " ";

  border: 1px solid var(--color3);
  background-color: var(--color1);
  box-shadow: inset 0 0 0 2px white;

  transition: var(--anim-duration) var(--anim-ease);
}

.checkbox:checked + .checkbox__label:before,
.checkbox__label:hover::before {
  width: 0.625em;
  height: 1.5em;
  top: -0.15em;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid var(--color3);
  border-bottom: 2px solid var(--color3);
  border-radius: 0;

  background-color: transparent;
  box-shadow: none;

  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
  transition: var(--anim-duration) var(--anim-ease);
}

.checkbox__label a,
a {
  color: var(--color-copy);
}

.button {
  display: block;

  margin: 0 auto;
  padding: 30px 20px;
  border: 0;
  width: 100%;
  max-width: 400px;

  text-align: center;
  font-family: "bold";
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;

  white-space: nowrap;

  color: var(--color1);
  background-color: transparent;
  background-image: url(../img/button-bottle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;

  cursor: pointer;

  transition: var(--anim-duration) var(--anim-ease);
}

.button:hover {
  background-color: transparent;
  background-image: url(../img/button-bottle-hover.png);
  transition: var(--anim-duration) var(--anim-ease);
}


@media only screen and (max-width:1200px) {

  .form__headline {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 34px;
  }

}

@media only screen and (max-width:700px) {

  .form__grid {
    grid-template-columns: 100%;
    grid-template-rows: auto;

    grid-row-gap: 15px;
  }

  .form__headline {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .form__subline {
    margin: 40px 0 20px 0;

    font-size: 22px;
    line-height: 32px;
  }

}



.radio__label.is-selected {
  background-color: var(--color2)!important;
}

.footer {
  text-align: center;
}

.footer__copyright {
  font-family: "bold";
  font-size: 18px;
}

.footer__links a {
  color: var(--color1);
}
