/* Fonts */

@font-face {
  font-family: "Input Mono";
  src: url("../briefy_fonts/InputMono-Regular-Edu.woff");
  src: url("../briefy_fonts/InputMono-Regular-Edu.woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Input Mono";
  src: url("../briefy_fonts/InputMono-Medium-Edu.woff");
  src: url("../briefy_fonts/InputMono-Medium-Edu.woff2");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Output Sans";
  src: url("../briefy_fonts/OutputSans-Regular-Edu.woff");
  src: url("../briefy_fonts/OutputSans-Regular-Edu.woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Output Sans";
  src: url("../briefy_fonts/OutputSans-Medium-Edu.woff");
  src: url("../briefy_fonts/OutputSans-Medium-Edu.woff2");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Output Sans";
  src: url("../briefy_fonts/OutputSans-Bold-Edu.woff2");
  src: url("../briefy_fonts/OutputSans-Bold-Edu.woff2");
  font-style: normal;
  font-weight: 700;
}

/* Styles */

body {
  font-family: "Output Sans", Arial, Helvetica, sans-serif;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3em;
  line-height: 100%;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2em;
  line-height: 110%;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.9em;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Input Mono", "Courier New", Courier, monospace;
  text-transform: uppercase;
}

.insta-link {
  margin: 6em 3em;
}

.nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
  margin-top: 0.6em;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 6em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  -webkit-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  color: #131313;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100%;
  max-width: 1280px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.innerWrapper {
  width: 50%;
}

.contact-txt {
  font-size: 1.5em;
  line-height: 130%;
}

.insta-link--About {
  display: block;
  font-size: 1.5em;
  line-height: 130%;
  margin-top: 2em;
}

.insta-link--FB {
  display: block;
  font-size: 1.5em;
  line-height: 130%;
  margin-top: 0.5em;
}

.kontakt-headline {
  margin: 2em 0 1em 0;
}

.about-txt {
  font-size: 1.3em;
  line-height: 130%;
}

.body {
  font-size: 16px;
}

.website-name {
  color: #333;
  font-size: 1.4em;
  line-height: 100%;
  font-family: "Input Mono", "Courier New", Courier, monospace;
  font-weight: 500;
  margin-left: 1em;
}

.logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  margin-left: -1em;
}

.nav-link-text {
  margin-right: 0.2em;
  font-size: 1em;
}

.nav-link-text.right {
  margin-right: 0em;
}

.print-footer {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image {
  height: 70%;
}

.main-section {
  height: 132px;
}

.container {
  display: block;
  width: 90vw;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  margin-top: 3em;
  margin-bottom: 5em;
}

.inline-wrapper {
  display: inline-block;
}

.headline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.headline-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow {
  height: 1.2em;
  margin-right: 1em;
  margin-left: 1em;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
}

.heading-2 {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.print-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.5em;
  height: 3.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #000;
  -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.print-button:hover {
  background-color: #bbbbbf;
}

/* .output-wrapper {
  margin-top: 6em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 2em;
  grid-row-gap: 4em;
} */

/* Implicit Grid */

.output-wrapper {
  margin-top: 6em;
  margin-bottom: 6em;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-column-gap: 3em;
  grid-row-gap: 3em;
}

/* .output--main {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
} */
h2.output--main--text {
  display: inline;
}

.output--name .heading-3 {
  font-size: 2em;
}

.tooltip {
  background-color: #bbbbbf;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1.4em;
  min-height: 1.4em;
  width: 1.4em;
  height: 1.4em;
  max-width: 1.4em;
  max-height: 1.4em;
  margin-left: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  margin-left: 0.4em;
}

.tooltip:hover {
  background-color: #121212;
}

span.i-icon {
  font-family: "Input Mono", "Courier New", Courier, monospace;
  font-weight: 400;
  font-size: 1em !important;
  -webkit-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.tooltip:hover span.i-icon {
  color: white;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  min-width: 120px;
  max-width: 150px;
  background-color: #121212d5;
  color: #fff;
  text-align: center;
  padding: 1em;
  border-radius: 6px;
  line-height: 130%;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -76px;

  /* Fade in tooltip */
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.i-icon {
  width: auto;
  height: 81%;
}

.reload-icon {
  width: 2.2em;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.reload-btn {
  margin-left: 2em;
}

.rotate {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

/* Rotation Animation */

.headline-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.website-link {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.website-link:hover {
  letter-spacing: 2px;
}

.output--name {
  font-family: "Input Mono", "Courier New", Courier, monospace;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0.4em;
  line-height: 110%;
  letter-spacing: 0em;
}

@media screen and (max-width: 991px) {
  .nav {
    height: 6em;
  }

  .innerWrapper {
    width: 100%;
  }

  .output--name {
    font-weight: 400;
  }
}

.print-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.print-footer--right {
  margin-bottom: 5em;
}

/* Tablet Styles */
@media screen and (max-width: 800px) {
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.6em;
  }
  .output-wrapper {
    margin-top: 3em;
  }

  .output-wrapper {
    margin-top: 6em;
    margin-bottom: 6em;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-column-gap: 4em;
    grid-row-gap: 3em;
  }

  .body {
    font-size: 15px;
  }

  .container.briefing-container {
    margin-top: 2em;
  }

  .arrow {
    height: 1.3em;
  }

  .headline-left {
    width: 100%;
  }

  .heading-2 {
    font-size: 0.8em;
  }

  .print-button {
    position: fixed;
    left: auto;
    top: auto;
    right: 3%;
    bottom: 2%;
    width: 3em;
    height: 3em;
  }

  .heading-4 {
    font-size: 2.8em;
  }

  .heading-5 {
    font-size: 3em;
  }
}

/* Mobile Styles */
@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }
  .output-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .headline-text-wrapper {
    flex-wrap: wrap;
    line-height: 130%;
  }

  .reload-btn {
    margin: 1em 0.5em;
  }

  .nav-container {
    width: 85vw;
  }

  .container {
    width: 85vw;
  }
  h1 {
    font-size: 1.5em;
  }

  h2 {
    font-size: 1.2em;
  }

  h4 {
    font-size: 1em;
    letter-spacing: 0.05em;
  }

  .nav {
    height: 4.5em;
  }

  .website-name {
    font-size: 1.6em;
  }

  .image {
    height: 80%;
  }

  .container.briefing-container {
    margin-top: 1em;
  }

  .arrow {
    height: 0.8em;
    margin-right: 0.2em;
    margin-left: 0.2em;
  }

  .reload-icon {
    width: 2em;
  }

  .output-wrapper {
    margin-top: 2em;
  }

  .tooltip {
    position: relative;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-left: 0.2em;
    text-align: center;
  }

  .heading-6 {
    font-size: 3.1em;
  }

  .heading-7 {
    font-size: 1.4em;
  }

  .heading-8 {
    font-size: 0.9em;
  }

  .output--name {
    font-size: 0.9em;
  }
}

/* Druck-Styles */
@media print {
  * {
    background: transparent;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .container {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 5em;
  }

  /* Print-Font Styles */

  h4 {
    font-size: 10pt;
  }

  h1 {
    font-size: 26pt;
  }

  h2 {
    font-size: 18pt;
  }

  .output--name {
    font-size: 12pt;
  }

  .output-wrapper {
    margin-top: 80px;
    margin-bottom: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4em 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4em;
    grid-row-gap: 2em;
  }

  .nav-container {
    width: 100%;
    height: 100%;
  }
  .print-footer {
    margin: 1cm 0 2cm 0;
  }

  .nav--list,
  .print-button,
  .tooltip,
  .reload-btn {
    display: none;
  }

  .print-footer--right {
    margin-bottom: 1cm;
  }

  @page {
    margin: 2cm;
  }
}
