/* roboto-slab-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Grotesk-Mono';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/brand/fonts/Monument_Grotesk_Mono/ABCMonumentGroteskMono-Regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  url('/assets/brand/fonts/Monument_Grotesk_Mono/ABCMonumentGroteskMono-Regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Grotesk-Mono';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/brand/fonts/Monument_Grotesk_Mono/Monument-Grotesk-Bold.woff2') format('woff2'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
}

/* roboto-slab-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Grotta-Medium';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/brand/fonts/Monument_Grotesk_Mono/Grotta-Medium.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  url('/assets/brand/fonts/Monument_Grotesk_Mono/Grotta-Medium.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
}

/* roboto-slab-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/brand/fonts/lato/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: url('/assets/brand/fonts/lato/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/assets/brand/fonts/lato/lato-v23-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  url('/assets/brand/fonts/lato/lato-v23-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
  url('/assets/brand/fonts/lato/lato-v23-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  url('/assets/brand/fonts/lato/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #6cc0a8;
  --bs-secondary: #8c898b;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 108,192,168;
  --bs-secondary-rgb: 140,137,139;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 68, 68, 68;
  --bs-font-sans-serif: "Grotesk-Mono", "Roboto Slab", "Helvetica", "Arial", "sans-serif";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 300;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-bg: #444;
}

/**

Gelb: #ffff00
Rosa: #ffbde7
Schwarz: #000000

 */

body {
  line-height: 1.1em;
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Grotta-Medium';
  font-weight: 500;
  line-height: 1.1em;
}

/* Probleme auf Chris handy >> py-5 px-4
section,
.section {
  padding: 6rem 1.5rem !important;
}
*/




.sectionHead {
  text-transform: uppercase;
  padding-left: 0;
  border-bottom: 2px solid var(--bs-body-color);
  padding-bottom: 0.5rem;
  margin-bottom: calc(1.425rem + 2.1vw);
  font-weight: 300;
  font-size: calc(1.425rem + 2.1vw);
  line-height: 0.9em;
}

.sectionHead.visual {
  background-image: url("/assets/content/VISUAL-0.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: calc(1.425rem + 2.1vw);
  padding-right: 4rem;
}

.sectionHead.splitLeftRight {
  position: relative;
}


.sectionHead.splitLeftRight .left {
  position: absolute;
  left: 0;
}

.sectionHead.splitLeftRight .right {
  position: absolute;
  right: 0;
}

h2.sectionHead {
  margin-bottom: 2rem;
}

h3.sectionHead {
  font-size: 1em;
  margin-bottom: 1rem;
}

h2.sectionHead.visual {
  background-size: calc(1.333rem + 2.1vw);
  padding-right: 3rem;
}

h2.sectionHead.underHeadline {
  line-height: 1.4em;
}

h2.sectionHead.underHeadline small {
  text-transform: none;
  display: block;
  font-size: calc(0.1em + 1vw);
  line-height: 0.9em;
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover,
.btn-black:focus {
  color: #dcdcdc;
}

.text-white .sectionHead {
  border-color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.special-font-deco {
  font-family: "Grotesk-Mono", "Roboto Slab", "Helvetica", "Arial", "sans-serif";
  text-transform: uppercase;
  font-weight: 700;
}

table.alpsVsOther {
  color: white;
  font-size: 8px;
  width: 90%;
  margin: 0 auto;
}

table.alpsVsOther > :not(:first-child) {
  border: none;
}

table.alpsVsOther tr th {
  border-bottom: 1px solid #FFF;
  font-weight: 400;
  text-decoration: underline;
}

table.alpsVsOther tr td:first-child,
table.alpsVsOther tr th:first-child{
  border-right: 1px solid #FFF;
}

table.alpsVsOther tr:last-child td {
  border-bottom: none;
}

@media (min-width: 992px) {
  table.alpsVsOther {
    font-size: 1em;
  }
}

.bg-alps2 {
  background: url("/assets/content/BG-2.webp") center bottom no-repeat fixed;
  background-size: cover;
}

.bg-alps3 {
  background: url("/assets/content/BG-3.webp") center bottom no-repeat fixed;
  background-size: cover;
}

.bg-alps4 {
  background: url("/assets/content/BG-4.webp") center bottom no-repeat fixed;
  background-size: cover;
}

ul.slashList li {
  margin-bottom: 0.75em;
}
ul.slashList li::marker {
  content: '// ';
}

ul.starList li {
  margin-bottom: 0.75em;
}


ol.alphaParenthesis {
  counter-reset: list;
}
ol.alphaParenthesis > li {
  list-style: none;
}
ol.alphaParenthesis > li:before {
  content: counter(list, lower-alpha) ") ";
  counter-increment: list;
}
/******************************************************
 INTRO
 ******************************************************/
#intro {
  width: 100vw;
  height: 100vh;
  line-height: 1.2em;
  color: #000;
}

#intro .introBackground {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/content/banner/bg1.jpg");
  padding: 10%;
}

#intro .introVisual {
  background-size: 510%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/content/banner/bannerVisual_FFFF00.svg");
  position: relative;
  height: 100%;
}

#intro .introTitle {
  position: absolute;
  top: 30px;
  left: 30px;
}

#intro .introTitle img {
  width: 220px;
}

#intro .introLogo {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

#intro .introLogo img {
  width: 20vw;
}

#intro .introDate {
  position: absolute;
  bottom:30px;
  right:30px;
  text-align: right;
  font-size: 13px;
  line-height: 1.1em;
}
#intro .introDate span {
  display: block;
}

#intro .introSubtitle {
  display: none;
  position: absolute;
  bottom:30px;
  right:30px;
  text-align: right;
  font-size: 16px;
  line-height: 1.2em;
}

body.play1 #intro .introVisual {background-image: url("/assets/content/banner/bannerVisual_FFFF00.svg")}
body.play2 #intro .introVisual {background-image: url("/assets/content/banner/bannerVisual_ffbde7.svg")}
body.play3 #intro .introVisual {background-image: url("/assets/content/banner/bannerVisual_ff6938.svg")}
/*
Das blau ist zu dunkel für den schwarzen text - sollen wir die Logos dann noch in Weiß ändern?
body.play4 #intro.intro1 .introVisual {background-image: url("/assets/content/banner/bannerVisual_0000c5.svg")}
 */

@media (min-width: 768px) {

  #intro .introVisual {
    background-size: 380%;
  }

  #intro .introBackground {
    padding: 5%;
  }
}

@media (min-width: 992px) {

  #intro .introVisual {
    background-size: 370%;
  }

  #intro .introTitle img {
    width: 27vw;
  }

  #intro .introLogo img {
    width: 10vw;
  }

  #intro .introBackground {
    padding: 5%;
    background-image: url("/assets/content/BG-1.webp");
  }

  #intro .introDate {
    top:20px;
    line-height: 1.2em;
    font-size: 16px;
  }

  #intro .introSubtitle {
    display: block;
  }
}

@media (min-width: 1200px) {

  #intro .introVisual {
    background-size: 250%;
  }
}

@media (min-width: 1400px) {

  #intro .introVisual {
    background-size: 200%;
  }
}

/******************************************************
 Meeting
 ******************************************************/

.summitDayHeadline .sectionHead {
  margin-bottom: 0.5rem;
}

.summitDayHeadline .datetime{
  margin-bottom: 2rem;
}

.meeting.zoom {
  margin-bottom: 1em;
  font-size: 1em;
  background: rgba(255, 255, 255, 0.24);
  padding: 10px;
  border-radius: 10px;
}

.meeting.zoom .header {}
.meeting.zoom .header .title {}
.meeting.zoom .day {
  display: block;
}

.meeting.zoom .datetime {
  text-align: end;
}
.meeting.zoom .time {}
.meeting.zoom .info .title {}

.meeting.zoom .speaker {
  text-align: start;
  margin-bottom: 1em;
}

.meeting.zoom .zoom .link,
.meeting.zoom .zoom .code {
  padding-left: 0;
  padding-right: 0;
  border-radius: 25px;
  font-size: 0.9em;
  line-height: 1em;
  text-transform: uppercase;
}

.meeting.zoom .zoom .link span,
.meeting.zoom .zoom .code span {
  display: block;
}

.meeting.zoom .zoom .link {
  background: #000;
  border: none;
  width: 40%;
}

.meeting.zoom .zoom .code {
  color: #000;
  background: #FFF;
  border: none;
  width: 55%;
  display: block;
  margin-left: auto;
  float: right;
}

@media (min-width: 992px) {

  .meeting.zoom .time {
    text-align: left;
    display: inline-block;
    float: none;
  }

  .meeting.zoom .zoom .link span,
  .meeting.zoom .zoom .code span {
    display: inline-block;
  }

  .meeting.zoom .zoom .link span:before,
  .meeting.zoom .zoom .code span:before {
    content: "\00a0 ";
  }
}

.meeting.summit {
  margin-bottom: 1em;
}

.meeting.summit .type {
  font-family: "Grotesk-Mono", "Roboto Slab", "Helvetica", "Arial", "sans-serif";
  margin-bottom: 0em;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

.meeting.summit .speaker {
  margin-left: 30px;
}
.meeting.summit .title {
  margin-left: 30px;
  text-transform: uppercase;
}

.meeting.summit .speaker:before {
  content: '↗';
  display: inline-block;
  position: absolute;
  margin-left: -30px;
}

/******************************************************
 Intro Kraft
 ******************************************************/
section.introKraft .sectionHead{

  text-transform: none;
  border: none;
}

/******************************************************
 Speaker
 ******************************************************/
.speakers .speaker {
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 4em;
}

.speakers .speaker .picture img {
  border-radius: 100%;
  padding-bottom: 1em;
}

.speakers .speaker .name {
  font-family: "Grotesk-Mono", "Roboto Slab", "Helvetica", "Arial", "sans-serif";
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.speakers .speaker .facts {
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 1em;
}

.speakers .speaker .more .btn-primary {
  border-radius: 50px;
  background: #000;
  border-color: #000;
  text-transform: uppercase;
}

.speakers .speaker .more .collapse,
.speakers .speaker .more .collapsing {
  margin-top: 1em;
}

.speakers .speaker .more .card-body {
  background: #000;
  color: #fff;
  font-size: 0.8em;
  border-radius: 15px;
}

/******************************************************
 Register
 ******************************************************/
.registerLinkBtn {
  border-radius: 50px;
  padding-left: 3em;
  padding-right: 3em;
  text-transform: uppercase;
}

/******************************************************
 Footer
 ******************************************************/
footer {
  text-align: center;
}

footer .nav {
  text-transform: uppercase;
}

footer .nav .nav-link {
  padding: 0;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

@media (min-width: 992px) {
  footer {
    text-align: start;
  }
}