@font-face{
  font-family:"Frutiger";
  font-weight: normal;
  src:url("../fonts/frutiger/4fb89ed5-baf5-425f-aba4-46e8c2c3aabe.woff2") format("woff2"),url("../fonts/frutiger/2a004a53-ac5c-43b3-9eeb-9f74ae4c1609.woff") format("woff");
}
@font-face{
  font-family:"Frutiger";
  font-weight: bold;
  src:url("../fonts/frutiger/6e7f04cb-3b30-43a5-b79d-25b4c1178700.woff2") format("woff2"),url("../fonts/frutiger/9aa32a81-1124-4c43-b3db-15bfb1f7aed2.woff") format("woff");
}

/* Removes Mobile Highlight */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html{
  font-size: 100%;
}

body {
  background-color: #fff;
  background-image: url('../img/Background.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  font-size: 18px;
  font-family: Frutiger, sans-serif;
}

h1, h2, h3 {
  font-family: Frutiger, sans-serif;
  text-align: center;
}

h1 {
  font-size: 2.25rem;
  line-height: 0.9;
}

h2, h3 {
}

h2 {
  font-size: 2.25rem;
  margin: 0rem auto;
}

h2 span {
  margin-top: 0.5rem;
  padding: 0.5rem 2rem;
}

h3 {
  font-size: 2rem;
}
h5 {
  font-size: 1em;
  font-weight: bold;
}
a {
  color: #d4b128;
}
a:hover,
a:focus {
  color: #d9ba3a;
}
:focus {
  outline-color: #d9ba3a!important;
}

.red-circle {
  color: #d4b128;
  border: 3px solid #d4b128;
  border-radius: 50%;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4em;
  margin-right: 0.25em;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  position: relative;
}
.red-circle:before {
  position: absolute;
  left: 50%;
  display: block;
  background: #d4b128;
  height: 0.2em;
  content: "";
  width: 0.5em;
  transform: translateX(-50%);
  top: -7px;
}

.kiwi-logo {
  display: block;
  margin: 2rem auto;
}

.white-layer {
  display: block;
  background-color: #FFF;
  margin: auto;
  padding-bottom: 5rem;
  box-shadow: 0 0 25px 7px rgba(0, 0, 0, 0.5);
  text-align: center;
}

/*.header {*/
/*  background-image: url('../img/header.png');*/
/*  background-size: contain;*/
/*  background-position: center;*/
/*  margin: 1rem;*/
/*  padding: 0.75rem 0.75rem 1.5rem;*/
/*}*/
.header img {
  max-width: 100%;
}

.header-text {
  margin: auto;
}

.lines {
  margin: auto 1.5rem;
}

.white-region {
  background-image: url('../img/flaeche_weiss.png');
  background-size: cover;
  background-position: center;
  margin: auto;
}

.header-image {
  position: relative;
  text-align: right;
  top: -4rem;
  left: 20rem;
}

.christmas-message {
  margin: 3rem 4rem;
}

.game-rules {
  margin: 4rem;
}
.game-rules h3 + p:not(:last-child) {
  margin-bottom: 2em;
}

.game-rules + h3 {
  margin-bottom: 1em;
}

.hole-left-1 {
  position: relative;
  top: 2rem;
  left: 4rem;
}

.hole-left-2 {
  position: relative;
  top: 4rem;
  left: 5rem;
}

.hole-left-3 {
  position: relative;
  top: 19rem;
  left: 1rem;
}

.hole-right-1 {
  position: relative;
  top: 4rem;
  left: -1rem;
}

.hole-right-2 {
  position: relative;
  top: 10rem;
  left: 5rem;
}

.hole-right-3 {
  position: relative;
  top: 14rem;
  left: -6rem;
}

.hole-right-4 {
  position: relative;
  top: 18rem;
}

form .form-control {
  border-color: #d4b128;
}
form .form-control:focus {
  border-color: #d4b128;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212,177,40,.6)
}
form .btn-primary {
  background-color: #d4b128;
  border-color: #d4b128;
}
form .btn-primary:hover,
form .btn-primary:focus {
  background-color: #d9ba3a;
  border-color: #d4b128;
}

.game-border {
  /*background-image: url('../img/border_game.png');;*/
  background-repeat: no-repeat;
  background-position: center;
  width: 513px;
  height: 357px;
  margin: auto;
  padding-top: 13px;
  border: 3px solid;
}
.support {
  max-width: 513px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.support .red-circle {
  font-size: 2em;
  line-height: 1.2em;
  margin-right: 0;
}
.support h3 {
  margin-bottom: 60px;
}
.support hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border-top-color: #aaa;
}

#whack-the-boss {
  display: block;
  margin-left: auto;
  margin-right: auto;

  cursor: url('../img/hammer.png') 12 17, auto;
}

.turn-smartphone {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.turn-smartphone img {
  display: block;
  margin: auto;
}

.turn-smartphone p {
  text-align: center;
  color: #d4b128;
  font-size: 2rem;
}

@media (min-width: 970px) {
  .container {
    width: 970px;
  }

  .header {
    width: 919px;
    height: 261px;
    margin: 1.5rem auto;
  }

  .white-layer {
    margin: auto auto 100px;
  }
}

@media screen and (orientation: portrait) and (max-width: 513px) {
  body {
    background-image: url('../img/start_hoch_background.png');
    background-size: cover;
  }

  .container {
    display: none;
  }

  .turn-smartphone {
    display: block;
  }
}
