/*
Core HTML
*/
html {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body {
  color: #808080;
  width: 100%;
  margin: 0;
}

header {
  width: 100%;
}

h1 {
  font-size: 2.5em;
  margin: 0;
}

h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Questrial', sans-serif;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #f37121;
}

a {
  text-decoration: none;
  transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
}

/*
Re-usable styles
*/
.button {
  border: 1px solid #000;
  display: inline-block;
  padding: 0.75em 2em;
  letter-spacing: 0.42em;
  font: normal normal 1rem/1 'Questrial', sans-serif;
  text-transform: uppercase;
  color: #FFF;
}

.button:hover {
  background: #FFF;
  color: #f37121;
}

/*
Specific Elements
*/

/* Header */
header {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  background: #141314;
}

.header_logo {
  display: block;
  margin: 0 auto 0 auto;
}

@media (max-width: 680px) {
  .header__logo {
    margin-left: 0;
  }
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}

nav ul li {
  padding: 15px;
}

nav li a {
  font-family: 'Questrial', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #a4a5a5;
  transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
}

nav li a:hover {
  color: #f37121;
}

nav li a.active {
  color: #f37121;
}

/* Call To Action */
.call-to-action {
  width: 100%;
  margin-top: 0;
  background: #EEE center center / cover no-repeat;
  background-image: url(/img/call-to-action.jpg);
}

.call-to-action .container::before, .call-to-action .container::after {
  content: '';
  display: inline-block;
  padding-bottom: 17.7%;
}

.call-to-action .container div {
  background-color: rgba(243, 113, 33, 0.92);
  max-width: 34rem;
  margin-left: auto;
  padding: 3rem;
  color: #ffffff;
}

.call-to-action h1 {
  letter-spacing: 0.15em;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
}

.call-to-action .button {
  border-color: #fff;
}

.call-to-action-contact {
  width: 100%;
  margin-top: 0;
  background: #EEE center center / cover no-repeat;
  background-image: url(/img/banner.jpg);
}

.call-to-action-contact .container::before, .call-to-action-contact .container::after {
  content: '';
  display: inline-block;
  padding-bottom: 5%;
}

.call-to-action-contact .container div {
  background-color: rgba(243, 113, 33, 0.92);
  max-width: 34rem;
  margin-left: auto;
  padding: 1rem;
  color: #ffffff;
}

.call-to-action-contact h1 {
  letter-spacing: 0.15em;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
}

/* Main Content */

.main-content {
  padding: 3rem 0;
  padding-bottom: 0;
  text-align: center;
  display: block;
}

.main-content::after {
  content: '';
  display: block;
  border-top: 2rem solid #fab174;
  border-bottom: 3rem solid #f37121;
}

.main-content .spiel {
  padding: 0 3rem;
}

.panels {
  margin-top: 2rem;
  display: flex;
  list-style: none;
}

.panels li {
  width: 33%;
}

@media (max-width: 680px) {
  .panels {
    display: block;
  }
  .panels li {
    width: 100%;
  }
}

.panels li img {
  width: 70px;
  margin: 0 auto 1rem auto;
}

.panels li h4 {
  color: #808080;
  letter-spacing: 0.42em;
  font-size: 1.1em;
  line-height: 1;
  transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
}

.panels li h4:hover {
  color: #fab174;
}

.owl-carousel .slide {
  height: 540px;
  background: center center / cover no-repeat;
}

.owl-carousel .slide__contents {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  background: rgba(20, 19, 20, 0.8);
}

.owl-carousel .slide h2 {
  margin-bottom: 1rem;
  letter-spacing: 0.15em;
  text-transform: none;
  font-family: 'Raleway', sans-serif;
  color: #FFF;
  font-size: 2.5em;
}

.owl-carousel .slide h2::before {
  content: '';
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  display: block;
  border-left: 1px solid #FFF;
}

.contacts {
  display: flex;
  flex-wrap: wrap;
}

.contacts .contact {
  width: 48%;
  padding: 2rem 0;
}

.contacts .contact img {
  height: 156px;
}

.contacts .contact a {
  color: #a4a5a5;
  transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
}

.contacts .contact a:hover {
  color: #f37121;
}

.contacts .cro-cast {
  width: 200px;
  position: relative;
  margin: 0 auto;
  padding: 3.875rem 1.5rem 2rem 1.5rem;
  text-align: center;
  background: #fab174;
  color: #FFF;
}

.contacts .cro-cast::before {
  content: url(/img/quote.svg);
  position: absolute;
  margin: -6rem 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 4.75rem;
  height: 4.75rem;
}

.contacts .cro-cast h3 {
  color: #fff;
}

.postal-address {
  text-align: left;
  margin: 2rem 7rem;
  width: 400px;
}

.main-content .spiel {
  max-width: 900px;
  margin: 0 auto;
}

.spiel ul li {
  text-align: left;
}

.main-content .gallery {
  display: flex;
  flex-wrap: wrap;
  width: 750px;
  margin: 0 auto;
}

.main-content .gallery a {
  display: inline-block;
  width: 24%;
}

.short-page {
  height: 50vh;
}

.gallery-bars {
  margin-bottom: 3rem;
}

/* Footer */

footer {
  padding: 3rem 3rem 1.5rem 3rem;
  border-top: 1px solid #FFF;
  background: #141314;
  color: #fff;
}

.flex-footer {
  display: flex;
  flex-wrap: wrap;
}

.flex-footer .menu, .flex-footer .contact {
  width: 45%;
  padding: 0.5em;
}

.flex-footer .copyright {
  width: 100%;
  padding: 0.5em;
}

footer .menu ul {
  list-style: none;
  padding: 0;
}

footer .menu li {
  padding: 0.25em;
}

footer .menu a {
  color: #fff;
  transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
}

footer .menu a:hover {
  color: #f37121;
}

/*
TEMP
*/

