@charset "utf-8";
/* CSS Document */
#body_menu{
    background-color: transparent;
}
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
-----------------CSS POSITIONIERUNGEN FÜR DEN NAVIGATIONSPANEL LINKS-------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------

border: #0000FF solid 1px;

*/

.nav-panel.on {
	left: 50px;
    opacity: 1;
}

.nav-panel {
	position: fixed;
	display: block;
    justify-content: flex-start;
    align-items: center;
	top: 130px;
	left: calc(100% + 10px);
	width: calc(100% - 82px);
    height:  calc(100% - 133px);
	background-color: transparent;
	overflow-y: auto;
	overflow-x: hidden;
    padding-left: 30px;
	z-index: 22;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
}

.Aufgaben_Kurs_Menu_Container{
    position: relative;
    top: -14px;
    display: block;
    width: 100%;
}

.nav-panel ul li,
.nav-panel ul li a
{
	cursor: pointer;
}

.nav-panel ul,
.nav-panel ul li,
.nav-panel ul li a
{
    font-family: 'Open Sans', sans-serif;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
    background: transparent;
}

.nav-panel ul,
.nav-panel li,
.nav-panel a {
	position: relative;
	width: 100%;
	overflow-x: hidden;
    overflow-y: hidden;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.nav-panel ul li {
    opacity: 0;
	width: calc(100% - 5px);
	background-color: transparent;
    min-width: 240px;
    max-width: 350px;
}

.nav_KA-link-sub {
    left: 0px;
    min-width: 240px;
    max-width: 350px;
    display: block;
    align-items: center;
	color: #ffffff;
	vertical-align: middle;
    border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.nav_KA-link-sub_EnabledTrue {
    left: 0px;
    min-width: 240px;
    max-width: 350px;
    display: block;
    align-items: center;
	color: #6E6E6E;
	vertical-align: middle;
    border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;

    text-decoration: line-through;
    text-decoration-style: solid; 
    text-decoration-color: #6E6E6E;
    
    -webkit-text-decoration: line-through;
    -webkit-text-decoration-style: solid; 
    -webkit-text-decoration-color: #6E6E6E;
}

.nav-panel > ul > li.active {
	border-bottom: none;
}

.nav_KA-link-sub-active {
    left: 30px;
    width: calc(100% - 30px);
    min-width: 240px;
    max-width: 350px;
    color: #FFA600;
    display: block;
    align-items: center;
    vertical-align: middle;
    border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.nav_KA-link-sub-active, .nav_KA-link-sub, .nav_KA-link-sub_EnabledTrue{
    margin-bottom: 15px;
    height: 70px;
    padding-bottom: 15px;
    font-size: 20px;
}

.nav_KA-link-sub:hover, .nav_KA-link-sub_EnabledTrue:hover{
    left: 30px;
    width: calc(100% - 30px);
    opacity: 0.3;
}
.nav_KA-link-sub-active:hover {
    opacity: 0.3;
    background-color: transparent;
}

#Menu_1.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
}
#Menu_2.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 0.3s;
    animation-duration: 1s;
}
#Menu_3.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 0.6s;
    animation-duration: 1s;
}
#Menu_4.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 0.9s;
    animation-duration: 1s;
}
#Menu_5.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 1.2s;
    animation-duration: 1s;
}
#Menu_6.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 1.5s;
    animation-duration: 1s;
}
#Menu_7.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 1.8s;
    animation-duration: 1s;
}
#Menu_8.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 2.1s;
    animation-duration: 1s;
}
#Menu_9.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 2.4s;
    animation-duration: 1s;
}
#Menu_10.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 2.7s;
    animation-duration: 1s;
}
#Menu_11.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 3.0s;
    animation-duration: 1s;
}
#Menu_12.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 3.3s;
    animation-duration: 1s;
}
#Menu_13.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 3.6s;
    animation-duration: 1s;
}
#Menu_14.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 3.9s;
    animation-duration: 1s;
}
#Menu_15.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 3.2s;
    animation-duration: 1s;
}
#Menu_16.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 3.5s;
    animation-duration: 1s;
}
#Menu_17.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 3.8s;
    animation-duration: 1s;
}
#Menu_18.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 4.1s;
    animation-duration: 1s;
}
#Menu_19.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 4.4s;
    animation-duration: 1s;
}
#Menu_20.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 4.7s;
    animation-duration: 1s;
}
#Menu_21.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 5.0s;
    animation-duration: 1s;
}
#Menu_22.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 5.3s;
    animation-duration: 1s;
}
#Menu_23.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 5.6s;
    animation-duration: 1s;
}
#Menu_24.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 5.9s;
    animation-duration: 1s;
}
#Menu_25.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 6.2s;
    animation-duration: 1s;
}
#Menu_26.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 6.5s;
    animation-duration: 1s;
}
#Menu_27.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 6.8s;
    animation-duration: 1s;
}
#Menu_28.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 7.1s;
    animation-duration: 1s;
}
#Menu_29.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 7.4s;
    animation-duration: 1s;
}
#Menu_30.active{
    animation-name: Start_Menu;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 7.7s;
    animation-duration: 1s;
}
@-webkit-keyframes Start_Menu {
    0% {transform:scale(0.4); opacity: 0;}
    100% {transform:scale(1); opacity: 1;}
}
@keyframes Start_Menu {
    0% {transform:scale(0.4); opacity: 0;}
    100% {transform:scale(1); opacity: 1;}
}

.titeltext.open{
	left: 300px;
}
.cssSlider.open{
	left: 300px;
}
.footer.open{
	left: 300px;
}
.icon.open{
	visibility: hidden;
}
.sliderControls.open{
	visibility: hidden;
}
