#slideschow-Schulung{
    position: absolute;
    display: none;
    width: 60vw;
    height: 50vh;
    color: #fff;
    background-color: #e4036c;
    z-index: 999;
    top: 50vh;
    left: 0;
    width: 100vw;
    /* resize: both; */
    overflow: auto;
    /* cursor: grabbing; */
    opacity: 0.95;
 }

#slideschow-Schulung::-webkit-scrollbar {
	width: 0.35em;
}

#slideschow-Schulung::-webkit-scrollbar-track {
	background: #0e1638;
}

#slideschow-Schulung::-webkit-scrollbar-thumb {
	background: #c3206e;
	outline: 1px solid slategrey;
}

.introduceCloseButton,
.introduceResizeButton {
    right: 0.5vw;
    color: white;
    margin-top: 2vh;
    position: absolute;
    cursor: pointer;
    font-size: 2vmin;
    font-weight: bold;
    text-shadow: 0px 0px 4px #e4036c;
}

.introduceResizeButton {
    font-weight: unset;
}

#slideshow-container {
    height: 100%;
}

#introduceImage {
    object-fit: contain;
    width: 100%;
    height: calc(100% - 8vh);
}

/* Fading animation */
.slideshow_Slides_Fade {
    height: 100%;
    /* margin-top: 4vmin; */
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.prevArrow, .nextArrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 1.5vmin;
    margin-top: -1vmin;
    color: white;
    font-weight: bold;
    font-size: 3vmin;
    transition: 0.6s ease;
    /* border-radius: 0 3px 3px 0; */
    user-select: none;
}
  
.nextArrow {
    right: 1vw;
}
  
.prevArrow {
    left: 1vw;
}

.prevArrow:hover, .nextArrow:hover {
    background-color: var(--main-color);
}

.numberText{
    position: absolute;
    bottom: 9vh;
    font-size: 2.5vmin;
    text-align: center;
    color: white;
    font-weight: bold;
    width: 100%;
}

.slideDotDiv{
    position: absolute;
    bottom: 3vh;
    width: 100%;
    margin-bottom: 2vh;
}

.slideshow_Slides_dot{
    cursor: pointer;
    height: 2vmin;
    width: 2vmin;
    margin: 0 0.6vmin;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .slideshow_Slides_dot:hover {
    color: var(--color-active);
    font-weight: bold;
}

.introduceSlide {
    height: 100%;
    width: 100%;
    font-family: 'Ubuntu';
    font-size: 4vmin;
    border-bottom: 1px solid white;

    display: flex;
    justify-content: center;
    align-items: center;
}

.introduceCenterV {
    background: lime;
    margin-top: 12.5%;
    transform: translate(0px, -50%);
}

.introduceCenterSmall {
    margin-left: 0 !important;
    transform: none !important;
}

.introduceCenterWide {
    margin-left: 40vw;
    transform: translate(-33%, 0);
}

.introduceTextSmall {
    font-size: 0.7em;
}

.introduceTextNormal {
    font-size: 1em;
}

.introduceTextBig {
    font-size: 1.3em;
    display: contents;
}

.introduceTextBiggest {
    font-size: 2.3em;
    display: contents;
}

.introduceContents {
    display: contents;
}

.introduceSlideContent {
    width: 100%;
}

#introduceSlideContentImg {
    height: 100%;
    border-bottom: 1px solid white;
}

#introduceSlideContentImg:last-child {
    border-bottom: none;
}

#introduceSlideContentImg img {
    width: 100%;
}

.introduceLearnMoreDiv {
    border: 1px solid white;
    width: 9em;
    height: 4em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#introduceSlideControl {
    position: sticky;
    float: right;
    top: 0px;
    right: 0px;
    background: #e4036c;
    width: 100%;
    height: 6vmin;
}

.introduceSlideMobile {
    /* display: none; */
}

.introduceSlideFooter {
    background: #0e1638;
}

#introduceSlideFooterPanel1 {
    width: 60%;
    margin-left: 20%;
    text-align: left;
    padding-bottom: 10vh;
}

.introduceSlideFooterPanel1Headline {
    padding-top: 8vh;
    padding-bottom: 4vh;
    font-weight: bold;
}

.introduceSlideFooterPanel1Text {
    width: 50%;
    font-size: 0.75em;
}

.introduceSlideMobile .introduceSlideFooterPanel1Text {
    width: 100%;
}

.introduceSlideFooterPanel1InputPanelTitle {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: left !important;
    cursor: default !important;
    width: unset !important;
}

.introduceSlideFooterPanel1InputPanel input {
    display: inline-flex;
    background: #101838;
    border: 1px solid white;
    color: white;
    width: 70%;
    padding: 1em;
    font-size: 0.5em;
    margin-right: 2%;
    margin-bottom: 1vh;
}

.introduceSlideFooterPanel1InputPanel input::placeholder {
    color: white;
    opacity: 0.3;
}

.introduceSlideMobile .introduceSlideFooterPanel1InputPanel input {
    width: 100%;
}

.introduceSlideFooterPanel1InputPanel div {
    display: inline-flex;
    border: 1px solid white;
    width: 18%;
    justify-content: center;
    padding: 1em;
    font-size: 0.5em;
    cursor: pointer;
}

.introduceSlideFooterPanel2 {
    height: 20vh;
    background: #010a2d;
}

.introduceSlideFooterPanel2 img {
    height: calc(100% - 10vh);
    margin-top: 5vh;
}

#introduceSlideFooterPanel3 {
    background: #010a2d;
    font-size: 1.4vmin;
    width: 100%;
}

#introduceSlideFooterPanel3 .introduceSlideContent {
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: center;
    text-align: left;
    grid-gap: 10%;
    width: 90%;
    margin-left: 5%;
}

#introduceSlideFooterPanel4 {
    background: #010a2d;
    font-size: 1.4vmin;
    width: 100%;
    padding-top: 7vh;
    padding-bottom: 0.5vh;
}

#introduce_interfaceTutorial {
    position: fixed;
    z-index: 10000;
    width: 20vmin;
    height: 20vmin;
    transition: 0.5s;
}

#introduce_interfaceTutorialHolder {
    position: relative;
    width: 15vw;
    height: 100%;
}

.jobs #introduce_interfaceTutorialHolder {
    width: 25vw;
}

.installation #introduce_interfaceTutorialHolder {
    width: 20vw;
}

.jobs #introduce_interfaceTutorialTextHolder.bubble {
    top: calc(-100% - 8.2vh);
}

.installation #introduce_interfaceTutorialTextHolder.bubble {
    top: calc(-100% - 8.2vh);
}

#introduce_interfaceTutorialImgHolder {
    margin-left: 20vw;
    width: 20vmin;
    height: 100%;
    transition: 1s;
    opacity: 0%;
}

#introduce_interfaceTutorialImgHolder:hover {
    transform: scale(1.2);
}

#introduce_interfaceTutorialImg {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    animation: tilt-shaking 10s 1s infinite;
    --webkit-animation: tilt-shaking 10s 1s infinite;
    /* z-index: 9999; */
}

#introduce_interfaceTutorialTextHolder {
    display: none;
    background-color: white;
    position: absolute;
    left: calc(-150% - 2vmin);
    top: calc(-100% - 2vmin);
    width: 150%;
    padding: 1vmin;
    border: 1px solid #bbb;
    border-radius: 5%;
}

#introduce_interfaceTutorialTextHolder.bubble {
	position: absolute;
	left: -95%;
	width: 100%;
	top: calc(-100% - 2.2vh);
	text-align: center;
	line-height: 1.4em;
	margin: 4vh auto;
	background-color: white;
	border: 1px solid #bbb;
	border-radius: 30px;
	padding: 2vmin;
	box-shadow: -2px -2px 6px -1px #bbb;
}

#introduce_interfaceTutorialTextHolder.bubble:before,
#introduce_interfaceTutorialTextHolder.bubble:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}

#introduce_interfaceTutorialTextHolder.speech:before {
	right: 5vmin;
	bottom: -3.3vmin;
	border: 1.7vmin solid;
	border-color: #bbb transparent transparent #bbb;
	transform:scaleX(-1);
}

#introduce_interfaceTutorialTextHolder.speech:after {
	right: 5.2vmin;
	bottom: -2.9vmin;
	border: 1.5vmin solid;
	border-color: white transparent transparent white;
	transform: scaleX(-1);
}

.introduce_interfaceTutorialButtonHolder {
    display: grid;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    margin-top: 1vmin;
    grid-gap: 30px;
}

.introduce_interfaceTutorialButton:hover{
    background-color: var(--main-color-red);
}

.introduce_interfaceTutorialButton {
    cursor: pointer;
    margin: auto;
    background-color: var(--main-color-lightblue);
    padding: 5px;
    width: -webkit-fill-available;
    border-radius: 10px;
    font-family: Ubuntu;
}

.introduce_group {
    display: none;
}
.main #introduce_group_main,
.installation #introduce_group_installation,
.jobs #introduce_group_jobs {
    display: block;
}

.tutorialClone {
    position: absolute !important;
    z-index: 999999999;
    padding: 0.5vmin;
    border-radius: 100%;
    background-color: rgba(255,255,255,0.2);
    transform: translate(calc(-50% - 0.5vmin),-0.5vmin) scale(1);
}

.introduce_interfaceTutorialHolder {
    right: 4vmin;
    bottom: 4vmin;
}
 

#introduce_interfacePanel_subpage {
    display: none;
}

#introduce_interfacePanel_mainpage {
    font-family: 'Ubuntu';
}

.introduce_interfaceTutorialText_close {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.15em;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100%;
    background-color: white;
    cursor: pointer;
    border: 3px solid black;
}

#introduce_interfacePanel_subpage_title {font-family: 'Ubuntu';}

#introduce_interfacePanel_subpage_contentHolder {
    font-family: 'Ubuntu'; 
    /* padding-top: 50px; */
    font-size: 1.2em;
    max-height: 70vh;
    height: 70vh;
    overflow-y: auto;
}

#introduce_interfacePanel_close {
    position: absolute;
    top: 25px;
    right: 40px;
    font-weight: bold;
    font-size: 25px;
    cursor: pointer;
  }


.jobs .introduce_interfaceTutorialButtonHolder,
.installation .introduce_interfaceTutorialButtonHolder {
    display: none;
}

#introduce_interfacePanel_back {
    position: absolute;
    top: 25px;
    left: 40px;
    font-weight: bold;
    font-size: 25px;
    cursor: pointer;
    display: none;
}

#introduce_interfacePanel {
    display: none;
    position: fixed;
    right: 0;
    height: 100vh;
    top: 0;
    background-image: url("/img/design.png");
    width: 0vw;
    opacity: 0%;
    background-size: contain;
    background-color: white;
    z-index: 100000;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 15px 0px 20px 20px var(--main-color-darkblue);
    border-radius: 10px 0 0 10px;
    transition: 1s;
    padding: 50px;
}

#introduce_interfacePanel h1 {
    margin-top: 60px;
    text-align: center;
}

.colorRed {
    color: var(--main-color-red);
}

.introduce_interfacePanel_title {
	text-decoration: none;
	color: var(--main-color-darkblue);
	font-family: 'Ubuntu';
	font-size: 1.2em;
	padding-top: 10px;
	width: fit-content;
	}

.introduce_interfacePanel_subtitle {
	padding-left: 1.5em;
	text-align: justify;
}

#introduce_interfacePanel_contentHolder {
	display: grid;
	max-height: 70vh;
	overflow-y: auto;
}

@media (max-width: 992px) {
    #introduce_interfaceTutorial {
        display: none !important;
    }
}