/*
Theme Name: ak_kitzcover
Author: Wolfgang Schellnast
Author URI: https://www.alphakanal.com
Description: Responsive Theme for alphakanal
Version: 1.0
*/

:root {
  --margin: 40px;
}
@media (max-width: 768px) {
  :root {
    --margin: 25px;
  }
}

* {
  box-sizing: border-box;
}

body {
  color: #fff;
  font-family: "pp_semibold";
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}

b {
  font-family: "pp_semibold";
}

/* HELPERS */

.img-fluid {
  width: 100%;
  height: auto;
}

/* LOGO */
.logo {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: auto;
}

.logo_dark {
  margin-top: -1px; /* Gap Fix */
}

.logo_sub {
  /* margin-top: 3vh; */
  margin-top: 40px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_sub img {
  width: 15%;
  min-width: 260px;
}

/* HOME */
.wrapper {
  min-height: calc(var(--vh, 1vh) * 99.99);
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.text-left {
  font-size: clamp(66px, 8vw, 147px);
  /* font-size: clamp(66px, 8vh, 147px); */
  line-height: 1;
  font-family: "pp_light";
  color: #f1f2ee;
  margin-left: var(--margin);
}

@media (min-aspect-ratio: 16/10) {
  .text-left {
    font-size: 6vw;
  }
}

.content {
  margin-top: var(--top-h);
  margin-bottom: 160px;
  flex: 1;
  display: flex;
  align-items: center;
}

.content a:hover {
  font-style: italic;
}

@media (max-width: 768px) {
  .text-container {
    flex: 1;
    align-items: center;
    display: flex;
  }
  .text-left {
    flex: 1;
  }
  .logo_sub {
    margin-top: 3vh;
  }
}

/* CONTACT */

.page-template-page-contact .logo {
  background-color: #dcddd4;
}

.page-template-page-contact {
  background-color: #dcddd4;
}

.page-template-page-contact .footer-menu a,
.page-template-page-impressum .footer-menu a {
  color: #2d2d2c;
}

.page-template-page-contact .text-container,
.page-template-page-impressum .text-container .text-left {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--margin);

  font-family: "pp_thin";
  color: #2d2d2c;
  font-size: clamp(24px, 4vw, 48px);
}

.page-template-page-contact .text-container {
  font-size: clamp(30px, 4vw, 52px);
}

.page-template-page-contact .text-container div:nth-child(2) {
  text-align: right;
}

.page-template-page-impressum .text-container .text-left {
  display: block;
  margin-left: 0;
}

/* IMPRESSUM */
.page-template-page-impressum .logo {
  /* background-color: #f1f2ee; */
  background-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    #f1f2ee 40%
  );
}

.page-template-page-impressum {
  background-color: #f1f2ee;
}

@media (max-width: 768px) {
  .page-template-page-contact .text-container {
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3rem;
  }
  .page-template-page-contact .text-container div:nth-child(2) {
    text-align: left;
  }
}

/* Footer - Menu */
.footer-menu {
  position: fixed;
  bottom: 0;
  left: 0;

  padding: var(--margin);
  width: 100%;
  line-height: 1;

  display: flex;
  justify-content: space-between;
  font-family: "pp_light";
}

.page-template-page-contact .footer-menu {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    #dcddd4 30%
  );
}

.page-template-page-impressum .footer-menu {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    #f1f2ee 30%
  );
}

.footer-menu a {
  font-size: clamp(30px, 4vw, 53px);
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
}

.footer-menu a:hover {
  opacity: 0.7;
}

/* OWL CAROUSEL HOME */
.owl-carousel .animated {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}

.owl-carousel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.owl-carousel .slide {
  width: 101vw;
  height: 101vh;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.owl-carousel .slide img {
  visibility: hidden;
}

/* FONTS */
@font-face {
  font-family: "pp_black";
  src: url("fonts/ppacma-black-webfont.woff2") format("woff2"),
    url("fonts/ppacma-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pp_light";
  src: url("fonts/ppacma-light-webfont.woff2") format("woff2"),
    url("fonts/ppacma-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pp_semibold";
  src: url("fonts/ppacma-semibold-webfont.woff2") format("woff2"),
    url("fonts/ppacma-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pp_thin";
  src: url("fonts/ppacma-thin-webfont.woff2") format("woff2"),
    url("fonts/ppacma-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
