/* Fonts */
/* blinker-200 - latin */
@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/blinker-v12-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/blinker-v12-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/blinker-v12-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/blinker-v12-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/blinker-v12-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/blinker-v12-latin-200.svg#Blinker') format('svg'); /* Legacy iOS */
}
/* blinker-regular - latin */
@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/blinker-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/blinker-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/blinker-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/blinker-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/blinker-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/blinker-v12-latin-regular.svg#Blinker') format('svg'); /* Legacy iOS */
}
/* blinker-600 - latin */
@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/blinker-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/blinker-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/blinker-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/blinker-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/blinker-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/blinker-v12-latin-600.svg#Blinker') format('svg'); /* Legacy iOS */
}
/* blinker-700 - latin */
@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/blinker-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/blinker-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/blinker-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/blinker-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/blinker-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/blinker-v12-latin-700.svg#Blinker') format('svg'); /* Legacy iOS */
}

/* BASIC */
html {
  scroll-behavior: smooth;
}
html, body {
  overflow-x: hidden;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Blinker', sans-serif;
}
section, footer {
  margin: 100px 0 0 0;
}
section:first-child {
  margin: 0;
}

.hidden {
  display: none;
}

/* HEADLINE */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #3C3C3B;
}
h1 {
  font-size: 44px;
  color: #5B341F;
  line-height: 46px;
}
h2 {
  font-size: 38px;
  color: #5B341F;
  line-height: 40px;
}
h3 {
  font-size: 18px;
  color: #5B341F;
  line-height: 20px;
  margin: 30px 0 0 0;
}

/* TYPO */
ul {
  margin: 40px 0;
}
li {
  font-weight: 200;
  font-size: 26px;
  color: #5B341F;
  line-height: 28px;
  list-style: none;
  margin-top: 5px;
}
li:before {
  content: '+';
  font-weight: 700;
  font-size: 26px;
  color: #EC6608;
  line-height: 28px;
  margin: 0 10px 0 -40px;
}
ul.list-privacy {
  margin: 10px 0;
}
ul.list-privacy li {
  font-weight: 400;
  font-size: 16px;
  color: #5B341F;
  line-height: 20px;
  list-style: none;
  margin: 5px 0 0 -15px;
}
ul.list-privacy li:before {
  content: '•';
  font-weight: 700;
  font-size: 26px;
  color: #EC6608;
  line-height: 28px;
  margin: 0 10px 0 -20px;
  vertical-align: -4px;
}
.small {
  font-weight: 700;
  font-size: 18px;
  color: #EC6608;
  line-height: 24px;
}
.small span {
  font-weight: 400;
  color: #5C341D;
}
strong {
  font-weight: 700;
}
p {
  margin-bottom: 10px;
  color: #5C341D;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
a {
  color: #EE6600;
  text-decoration: underline;
}
a:hover {
  color: #5C341D;
}

/* BUTTON */
.btn {
  font-family: 'Blinker', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  padding: 18px 30px;
  margin: 40px 0 0 0;
  transition: all .2s ease-in-out;
  text-decoration: none;
}
.btn:last-child {
  margin-left: 15px;
}
.btn-filled-orange {
  color: #FFFFFF!important;
  background-color: #EC6608;
  border: 2px solid #EC6608;
}
.btn-filled-orange:hover {
  background-color: #BE5100;
  color: #5B341F;
  border-color: #BE5100;
}
.btn-outline-orange {
  color: #EC6608;
  border: 2px solid #EC6608;
}
.btn-outline-orange:hover {
  background-color: #BE5100;
  color: #5B341F;
  border-color: #BE5100;
}
.btn-filled-brown{
  color: #FFFFFF;
  background-color: #5B341F;
  border: 2px solid #5B341F;
}
.btn-filled-brown:hover {
  background-color: #442a19;
  color: #FFFFFF;
  border-color: #442a19;
}
@media (max-width: 500px) {
  .btn:last-child {
    margin: 15px 0 0 0;
  }
}

/* MARGINS */
.mt30 {
  margin-top: 30px;
}
.mt60 {
  margin-top: 60px;
}

/* KEYVISUAL */
#keyvisual {
  background-image: url("/img/kraftwerk-keyvisual.jpg");
  background-size: cover;
  background-position: 80% top;
  background-repeat: no-repeat;
  height: auto;
  padding: 30px 0 100px 0;
}
#keyvisual .slogan {
  margin: 70px 0 40px 0;
  width: 100%;
  height: auto;
}

#keyvisual span {
  font-family: 'Blinker', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 39px;
  display: block;
}
#badge {
  height: 260px;
  width: auto;
  margin-top: -150px;
  float: right;
}
@media (max-width: 768px) {
  #keyvisual {
    background-color: #5B341F;
    background-blend-mode: soft-light;
  }
  #badge {
    height: 170px;
    margin-top: -80px;
  }
}

/* MEHR */
#mehr {
  background-color: #5B341F;
  padding: 10px 0 50px 0;
}
#mehr .mehr-graphic {
  display: block;
  height: 23px;
  width: auto;
  margin: 40px 0 5px 0;
}
#mehr span {
  opacity: 0.8;
  font-weight: 700;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 28px;
  text-transform: uppercase;
}

/* CTA */
#cta {
  margin: 0;
  background-image: url("/img/background-cta.jpg");
  background-size: cover;
  background-position: ;
  background-repeat: no-repeat;
  height: auto;
  padding: 20px 0 60px 0;
  text-align: center;
}
#cta h2 {
  color: #fff;
  margin-top: 40px;
}
#cta span {
  font-weight: 200;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 30px;
  display: block;
}

/* REGISTRATION */
#registration {
  text-align: center;
}
.privacy {
  margin: 2px 0 0 0;
  text-align: left;
}
.required {
  margin: 2px 0 0 0;
  text-align: right;
}

/* FORM */
input {
  -webkit-appearance: none;
}

input[type="text"]  {
  color: #5B341F;
  border: 2px solid #EC6608;
  font-family: 'Blinker', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  padding: 18px 30px;
  margin: 30px 0 0 0;
  width: 100%;
}
input::-moz-placeholder {
  color: #EC6608;
}
input:-ms-input-placeholder {
  color: #EC6608;
}
input::-ms-input-placeholder {
  color: #EC6608;
}
input::placeholder {
  color: #EC6608;
}

input.missing::-moz-placeholder {
    color: red;
    font-weight: bold;
}

input.missing:-ms-input-placeholder {
    color: red;
    font-weight: bold;
}

input.missing::-ms-input-placeholder {
    color: red;
    font-weight: bold;
}

input.missing::placeholder {
    color: red;
    font-weight: bold;
}

input[type="checkbox"] {
  border: 2px solid #EC6608;
  height: 24px;
  width: 24px;
  float: left;
  margin: 0 10px 10px 0;
}
input[type="checkbox"]:checked {
  border: 2px solid #EC6608;
  background-color: #EC6608;
  height: 24px;
  width: 24px;
  float: left;
}

input[type="checkbox"].missing {
  border: 3px solid red;
}

#registration p.small.text-danger,
#registration p.small.text-warning,
#registration p.small.text-success {
  font-size: 22px;
}

/* FOOTER */
footer {
  background: #5B341F;
  padding: 80px 0 17px 0;
  margin: 2px 0 0 0;
}

footer .contact-details {
  padding: 0 0 70px 0;
}

footer p {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 18px;
}

footer .social {
  float: left;
  margin: 0 10px 0 0;
  transition: all .2s ease-in-out;
}

footer .social:hover {
  transform: scale(1.1);
}

footer a {
  font-weight: 900;
  font-size: 14px;
  color: #FFFFFF;
  float: right;
  text-decoration: none!important;
  transition: all .2s ease-in-out;
}

footer a:hover {
  color: #EE6600;
}

footer hr {
  border: 1px solid #E3E3E3;
}

/* COOKIE BAR */

.cookieBar {
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 100 !important;
  right: 0;
  width: 100%;
  height: auto;
  padding: 40px 0;
  transform: translateY(100%);
  transition: transform 500ms ease-in-out;
  background-color: #5B341F;
}

.cookieBar .container {
  margin-top:0
}

.cookieBar h2 {
  margin: 0;
  color: white;
}


.cookieBar.fade-in {
  transform: translateY(0%)
}

.cookieBar p {
  margin-top: 1rem;
  color: white;
}

.cookieBar a {
  color: white;
  text-decoration: underline;
}

.cookieBar .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.cookieBar .buttons button {
  color: white;
  margin-top: 0;
}

#decline {
  border: none;
}
