@font-face {
  font-family: 'FranchiseFree-Bold';
  src: url("https://www.the-scorpions.com/wp-content/themes/scorp/fonts/FranchiseFree-Bold.eot");
  src: url("https://www.the-scorpions.com/wp-content/themes/scorp/fonts/FranchiseFree-Bold.eot?#iefix") format("embedded-opentype"), url("https://www.the-scorpions.com/wp-content/themes/scorp/fonts/FranchiseFree-Bold.woff2") format("woff2"), url("https://www.the-scorpions.com/wp-content/themes/scorp/fonts/FranchiseFree-Bold.woff") format("woff"), url("https://www.the-scorpions.com/wp-content/themes/scorp/fonts/FranchiseFree-Bold.ttf") format("truetype"), url("https://www.the-scorpions.com/wp-content/themes/scorp/fonts/FranchiseFree-Bold.svg#FranchiseFree-Bold") format("svg");
  font-weight: normal;
  font-style: normal
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Roboto:wght@300&display=swap');
* {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  background: #151515 url(scorpions_bg_mobil.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 50px;
}
a {
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
  font-family: 'FranchiseFree-Bold', 'Roboto Condensed', sans-serif;
}
a:active, a:hover {
  color: #cd1719;
  text-decoration: none;
}
.bodyheight {
  height: 100%;
  padding: 10px;
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
}
a.buttonlink {
  text-align: center;
  background: #cd1719;
  color: #FFF;
  text-transform: uppercase;
  width: auto;
  padding: .6em 1em;
  font-size: 1.35em;
  margin: 2rem auto;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
}
a.buttonlink:hover, a.buttonlink:active {
  background: #b81214;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, .8);
}
img.icon {
  background: #cd1719;
  margin: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
  border-radius: 40px;
}
.linkbx {
  display: block;
  width: 100%;
  margin: 70px auto;
}
.brand {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 50px auto;
}
.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.half {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.txtbx {
  color: #FFF;
  line-height: 1.4em;
  padding: 30px 15px 0 15px;
  text-align: center;
  font-size: 1.05rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .8)
}
h1, h2, h3, h4 {
  font-family: 'FranchiseFree-Bold', 'Roboto Condensed', sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 2.6rem;
  line-height: 1.05em;
  margin: 0;
  color: #cd1719;
  text-transform: uppercase;
}
h1 span {
  font-size: .7em;
  display: block;
  font-family: 'FranchiseFree-Bold', 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
h2 {
  font-size: 1.2rem;
  line-height: 1.4em;
  color: #FFFFFF;
  margin: .4em 0;
}
h3 {
  font-size: 1.35rem;
  margin-top: 40px;
  color: #cd1719;
  text-transform: uppercase;
}
h5 {
  font-size: 1.2rem;
  line-height: 1.4em;
  color: #FFFFFF;
  margin: .4em 0;
}
p {
  line-height: 1.5em;
}
.mobile {
  display: block;
  padding-bottom: 50px;
}
.desktop {
  display: none;
}
@media Screen and (min-width: 600px) {
  body {
    background-image: url(scorpions_bg_web.jpg);
  }
}
@media Screen and (min-width: 768px) {
  h1 {
    font-size: 4rem;
    line-height: 1.05em;
  }
  h1 span {
    font-size: .7em;
    font-weight: 400;
  }
  h3 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.6rem;
    line-height: 1.4em;
    color: #FFFFFF;
    margin: .8em;
  }
  a.buttonlink {
    max-width: 300px;
    padding: .8em 2em;
    font-size: 1.35em;
    margin: 6rem auto;
  }
}
@media Screen and (min-width: 1100px) {
  .row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .row {
    margin-bottom: 100px;
  }
  .txtbx, .imgbx {
    max-width: 600px;
    margin: 30px;
  }
  .txtbx {
    padding: 35px 60px;
    font-size: 1.15rem;
  }
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}