/**
 * Copyright 2024 autumo GmbH, Michael Gasche.
 * All Rights Reserved.
 * 
 * NOTICE: All information contained herein is, and remains
 * the property of autumo GmbH The intellectual and technical
 * concepts contained herein are proprietary to autumo GmbH
 * and are protected by trade secret or copyright law.
 * 
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from autumo GmbH.
 * 
 */


@font-face {
    font-family: 'Aileron-Bold';
    src: url('../font/Aileron-Bold.eot');
    src: url('../font/Aileron-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Aileron-Bold.woff2') format('woff2'),
        url('../font/Aileron-Bold.woff') format('woff'),
        url('../font/Aileron-Bold.ttf') format('truetype'),
        url('../font/Aileron-Bold.svg#Aileron-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
	font-display: swap;    
}
@font-face {
    font-family: 'Aileron-SemiBold';
    src: url('../font/Aileron-SemiBold.eot');
    src: url('../font/Aileron-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Aileron-SemiBold.woff2') format('woff2'),
        url('../font/Aileron-SemiBold.woff') format('woff'),
        url('../font/Aileron-SemiBold.ttf') format('truetype'),
        url('../font/Aileron-SemiBold.svg#Aileron-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
	font-display: swap;    
}
@font-face {
    font-family: 'Aileron';
    src: url('../font/Aileron-Regular.eot');
    src: url('../font/Aileron-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Aileron-Regular.woff2') format('woff2'),
        url('../font/Aileron-Regular.woff') format('woff'),
        url('../font/Aileron-Regular.ttf') format('truetype'),
        url('../font/Aileron-Regular.svg#Aileron-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;    
}
@font-face {
    font-family: 'Aileron-Thin';
    src: url('../font/Aileron-Thin.eot');
    src: url('../font/Aileron-Thin.eot?#iefix') format('embedded-opentype'),
        url('../font/Aileron-Thin.woff2') format('woff2'),
        url('../font/Aileron-Thin.woff') format('woff'),
        url('../font/Aileron-Thin.ttf') format('truetype'),
        url('../font/Aileron-Thin.svg#Aileron-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;    
}

* {
    font-family: 'Aileron', sans-serif;
	margin: 0;
	padding: 0;
}
a {
    color: #008ad9;
    text-decoration: none;
}
a:hover {
    color: #A2EEFF;
}
body {
	display: block;
    width: 100%;	
    min-width: 100%;	
    background-color: #111111;
    color: #f8f9fa;
    margin: 0;
    padding: 0;
}
header {
	margin-bottom: 24px;
}
main {
    position: relative;	
	z-index: 1;
	display: block;
	height: 100%;
}
footer {
	clear: both;
	display: block;
    position: relative;	
	z-index: 1;
	margin-top: 48px;
	padding-left: 20px; 
	padding-right: 20px; 
	padding-bottom: 48px; 
	width: 100%;
}
footer p {
    font-family: 'Aileron-Thin', sans-serif;
	color: #cccccc;
    margin-bottom: 0px;
}
.copy {
    font-family: 'Aileron-Thin', sans-serif;
	color: #aaaaaa;
}
strong {
    font-family: 'Aileron-Bold', sans-serif;
}
.you {
	color: #ddee00;
}
.bot {
	color: #ff7749;
}
.thin {
    font-family: 'Aileron-Thin', sans-serif;
}
.top-nav {
    display: block;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;	
    min-width: 300px;	
    height: 100%;
	z-index: 100;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
}
.top-nav-title {
	display: inline-block;
	float: left;
	z-index: 100;
	margin-left: 0px;
}
.top-nav-links {
	display: inline-block;
	float: right;
	z-index: 100;
	margin-top: 24px;
}
.top-nav-links a {
    font-family: 'Aileron-SemiBold', sans-serif;
	text-decoration: none;
	font-size: 16px;	
	color: #fff;
}
.top-nav-links a:hover {
    color: #a2eeff !important;
}
.main {
	clear: both;
    border: none;
    box-shadow: none;
    background-color: transparent;
}
.maintop {
	display: block;
    align-items: center;
    justify-content: space-between;
    min-width: 100%;	
    width: 100%;	
    padding: 0rem;
    margin: 0 auto;
 }
.content {
    border: 0;
    box-shadow: none;
    background-color: transparent;
}
.container {
    background-color: transparent;
    margin: 0 auto;
}
.error-container {
	padding-left: 32px;
	padding-right: 20px;
	font-size: 160%;
}
.error-container h2 {
	font-size: 200%;
	margin-bottom: 48px;
}
.error-container p {
    font-family: 'Aileron-Thin', sans-serif;
}
.rounded-border {
    border: 2px solid #007bff;
    border-radius: 12px;
    padding: 20px;
    background-color: #495057;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease;
}
.rounded-border:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}
.subtitle {
    font-family: 'Aileron-Thin', sans-serif;
    font-size: 26px;
    padding-left: 20px;
    padding-right: 20px;
    color: #a2eeff !important;
}
h1 {
    font-family: 'Aileron-Bold', sans-serif;
    font-size: 100px;
    padding-top: 24px;
    margin-left: 20px;
    color: #fff;
}
h2 {
    font-family: 'Aileron', sans-serif;
    font-size: 24px;
    color: #33bbff;
    margin-top: 1.0rem;
    margin-bottom: 0.8rem;
}
h3 {
    font-family: 'Aileron', sans-serif;
    font-size: 20px;
    color: #99ddff;
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
}
h4 {
    font-family: 'Aileron', sans-serif;
    font-size: 18px;
    color: #ddffff;
    margin-top: 1rem;
    margin-bottom: 0.6rem;
}
p {
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 1.0rem;
}
ul {
	list-style-type: disc;
    margin-bottom: 0.8rem;
    list-style-position: outside;
}
li {
    margin-bottom: 0.2rem;
}
button {
    background-color: #07b;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    padding: 0;
}
button:hover {
    background-color: #33bbff;
}   
div {
    border-radius: 8px;
}    
#chatBox {
    background-color: #1e1b17;
    color: #dddddd;
    width: 100%;
    min-width: 100%;	
    height: 400px;
    border: 1px solid #666666;
    padding: 10px;
    overflow-y: scroll;
	opacity: 0.7;
}
#userControls {
	display: table;
	width: 100%;
    min-width: 100%;	
}
#userInput {
    float: left;
    color: #dddddd;
    border: 1px solid #666666;
    max-width: 884px;
    margin-top: 24px;
    margin-bottom: 0px;
	background-color: #111111;
	opacity: 0.7;	
}
#sendButton {
    float: right;
    min-width: 94px;
    margin-top: 23px;
    margin-left: 20px;
    margin-right: 2px;
    text-transform: none;
}
#responseBox {
    background-color: #042027;
    color: #dddddd;
    border: 1px solid #666666;
    margin-top: 20px;
    font-family: 'Aileron', sans-serif;
    font-size: 14px;
    padding: 10px;
    display: none;
	opacity: 0.7;	
}
#suggestions {
    margin-top: 8px;
    margin-bottom: 4px;
    padding: 0px;
    border: 0;
    border-radius: 5px;
    background-color: transparent;
}

.suggestion {
	border: 0;
    cursor: pointer;
    color: #ddd;
    padding: 0px;
    margin: 4px 0;
}

.suggestion:hover {
    color: #A2EEFF !important;
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #c43727;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #db633c;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

[data-tooltip]::before {
    font-family: 'Aileron-Thin', sans-serif !important;
    font-size: 14px;
	z-index: 300;
    right: 20px;
    padding: 8px;
    border-radius: 6px;
    border: 0;
    top: 20px;
    min-width: 100px;
    min-height: 160px;
    content : attr(data-tooltip);
    opacity : 0;
}
[data-tooltip]:hover::before {
    opacity : 1;
}
[data-tooltip]:not([data-tooltip-persistent])::before {
    pointer-events: none;
    background-color: #333333;
}

#backVid {
   min-width: 100%;
   min-height: 100%;
   object-fit: cover;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: -1;
   filter: brightness(50%);
}
/**
 * If at a minimum width only a static image should be shown
 */
@media (max-width: 0px) {
	#backVid { display: none; }
	body {
		background: url("*") no-repeat;
		background-size: cover;
	}
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 100px;
  }
} 
@media (min-width: 1200px) {
  h1 {
    font-size: 100px;
  }
} 
@media (max-width: 1390px) {
  .ribbon {
    visibility: hidden;
  }
} 
