#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', sans-serif;
    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 {
    display: none;
    position: absolute;
    z-index: 99999999;
    width: 20vmin;
    height: 20vmin;
    transition: 1s linear;
}

#introduce_interfaceTutorialHolder {
    position: relative;
    width: 100%;
    height: 100%;
}

#introduce_interfaceTutorialImgHolder {
    width: 20vmin;
    height: 100%;
}

#introduce_interfaceTutorialImg {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

#introduce_interfaceTutorialTextHolder {
    background-color: var(--background-color);
    position: absolute;
    left: calc(-150% - 2vmin);
    top: calc(-100% - 2vmin);
    width: 150%;
    padding: 1vmin;
    border: 1px solid var(--circle-fill);
    border-radius: 5%;
}

#introduce_interfaceTutorialText {

}

#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: var(--background-color);
	border: 1px solid var(--circle-fill);
	border-radius: 30px;
	padding: 2vmin;
}

#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: var(--circle-fill) transparent transparent var(--circle-fill);
	transform:scaleX(-1);
}

#introduce_interfaceTutorialTextHolder.speech:after {
	right: 5.2vmin;
	bottom: -2.9vmin;
	border: 1.5vmin solid;
	border-color: var(--background-color) transparent transparent var(--background-color);
	transform: scaleX(-1);
}

#introduce_interfaceTutorialButtonHolder {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 1vmin;
}

.introduce_interfaceTutorialButton {
    cursor: pointer;
    width: fit-content;
    margin: auto;
}

.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_0 {
    right: 2vw;
    bottom: 2vh;
}

.introduce_interfaceTutorialHolder_1 {
	right: 78vw;
	bottom: 52vh;
}