@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 300;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "FontAwesome", "Open Sans", sans-serif;
}

body {
  overflow-x: hidden;
}

header#page-header {
  border-bottom: 3px solid #E30612;
}

header#page-header .container {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.red {
  background: #E30612;
}

.banner {
  background: #E30612;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 119px);
  max-height: 700px;
}

.banner .bg-img {
  background: rgba(227, 6, 18, 0.88) url(../../../assets/img/background.jpg) center top;
  background-size: cover;
  background-blend-mode: multiply;
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  opacity: 0.8;
}

.txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 100px;
}

.banner h1 {
  color: #fff;
  font-size: 40pt;
  font-weight: 900;
  text-align: center;
  font-family: 'Univers Next W01 Heavy', sans-serif;
  margin-left: -250px;
  opacity: 0;
  line-height: 1;
}

.banner h1 .brand-red {
  font-size: 1.2em;
  font-weight: 900;
}

.banner h2 {
  color: #fff;
  font-size: 24pt;
  font-weight: 900;
  text-align: center;
  margin-top: 25px;
  font-family: 'Univers Next W01 Heavy', sans-serif;
  margin-left: -500px;
  opacity: 0;
}

.logo img {
  max-width: 180px;
  margin-top: 10px;
}

.info {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.contact .trenner {
  display: none;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: grey;
  text-decoration: none;
}

.trenner {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

p {
  margin-bottom: 15px;
  font-size: 22px;
  text-align: left;
}

.home p {
  margin-bottom: 15px;
  font-size: 22px;
  text-align: center;
}

.home p {
  opacity: 1;
}

.home p.head {
  font-size: 24pt;
  color: #E30612;
  font-weight: bold;
  margin-top: 50px;
}

.home .anim p.show {
  margin-right: 0;
  padding-left: 0;
  opacity: 1;
  transition: .5s;
  line-height: 1.4;
}

p a,
p a:active,
p a:hover,
p a:focus,
p a:visited,
p a:visited:hover {
  color: #E30612;
  text-decoration: none;
  display: inline-block;
}

p a:hover,
p a:visited:hover {
  color: #c80612;
}

p.more-info {
  text-align: center;
}

p.more-info a.button {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 25px 50px;
  font-size: 12pt;
  background-color: #E30612;
  transition: all .3s;
  font-weight: bold;
  margin: auto 0;
  font-family: 'Univers Next W01 Heavy', sans-serif;
  border: 1px solid #fff;
}

p.more-info a.button:hover {
  background-color: #c80612;
  transition: all .3s;
}

.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 15px 0;
}

.banner .container {
  padding: 0;
}

.intro {
  font-size: 16pt;
  color: #8c8c8c;
}

#page-footer {
  padding-bottom: 25px;
  margin-top: 50px;
}

#page-footer .container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.fa-icon.fb {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  text-align: center;
  padding-top: 10px;
  background-color: transparent;
  transition: .3s;
}

a:hover .fa-icon.fb {
  background-color: #c80612;
  transition: .3s;
}

.fa-icon:before {
  font-family: FontAwesome;
}

.fb:before {
  content: "\f09a";
  font-size: 24pt;
  color: #000;
}

a:hover .fa-icon.fb:before {
  color: #fff;
  transition: .3s;
}

.nopadding {
  padding: 0;
}

.nopadding .container {
  padding: 0;
}

.mouse {
  bottom: 100px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  display: none;
}

.mouse {
  -webkit-animation: mouse 3s ease-in-out infinite;
  animation: mouse 3s ease-in-out infinite;
}

.mouse img {
  display: block;
  margin: 0 auto;
}

.mouse img:first-of-type {
  margin-bottom: 5px;
}

.contact a {
  color: #000;
}

.contact a:hover, .contact a:visited:hover {
  color: grey;
}

@-webkit-keyframes mouse {
  0% {
    bottom: 100px; }
  50% {
    bottom: 120px; }
  100% {
    bottom: 100px; } }

@keyframes mouse {
  0% {
    bottom: 100px; }
  50% {
    bottom: 120px; }
  100% {
    bottom: 100px; }
}

footer#page-footer .container {
  border-top: 2px solid #E30612;
}

p.small {
  font-size: 11pt;
  margin-bottom: 0;
}

.contact p.small {
  text-align: left;
}

ul li:before {
  content: '–';
  margin-right: 20px;
}
ul {
  margin-left: 20px;
  font-size: 22px;
  list-style-type: none;
  margin-bottom: 15px;
}

main {
  min-height: calc(100vh - 147px - 120px);
}

@media (min-width: 600px) {
  p.more-info a.button {
    font-size: 14pt;
  }
}

@media screen and (min-width: 800px) {
  .info {
    justify-content: flex-start;
  }

  .hide-m {
    display: none;
  }

  .home .anim p {
    margin-right: -500px;
    padding-left: 500px;
    opacity: 0;
  }

  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banner h1 {
    font-size: 6.1em;
  }

  .banner h2 {
    font-size: 2.5em;
  }

  .contact {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }

  .contact .trenner {
    display: inline-block;
  }

  #page-footer {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  #page-footer .container {
    flex-direction: row;
  }

  .mouse {
    display: block;
  }
}


.btn{
  background-color: #E30612;
  display: inline-block;

  padding: 14px 20px;
  margin: 1em auto;
  border: none;
  cursor: pointer;
  font-size: 1.4em;

  color: white !important;
}
.link-container{
  display: flex;
  justify-content: center;
}
