:root {
  --blue: #2697FF;
  --yellow: #FFCF26;
  --green: #19E9AA;
  --red: #F63939;
  --lightBlue: #B8DBFB;
  --lightYellow: #FAECB9;
  --lightGreen: #B4F3E1;
  --lightRed: #F7BEBF;
  --accentGray: #9A9CA0;
  --lineGray: #E6E7EA;
  --backgroundGray: #F8F8F9;
}
	  
@charset "utf-8"!important; 

/*
    SEITENÜBERGREIFEND
*/

@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600;700&display=swap";
	  
body {
    font-family: 'Montserrat', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.25em;
    color: #000000;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.25em;
    color: #000000;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.btn-info {
	background: transparent;
	border-color: transparent;
}

.btn:hover {
	background: transparent;
	border-color: transparent;	
}

#sidebar:active {
	background: transparent;
	border-color: transparent;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: transparent !important;	
}

/* ---------------------------------------------------
    TEMPLATE AUFGABEN UND THEORIE SIDEBAR
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
	background: #F8F8F9;
	border-right: #E6E7EA 2px solid;
}

/*#sidebar.active {
    /*margin-left: -250px;
	margin-left: -300px;
}*/

.scroll-enabled {
	overflow-y: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */
}

.scroll-enabled::-webkit-scrollbar {
  	display: none;
}

/*#sidebar .sidebar-header {
    height: 120px;
	padding: 20px;
	border-bottom: #E6E7EA 2px solid;
	/*position: fixed;
}*/



.sidebar-main-element{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 17px;
}

#sidebar .sidebar-quicknav {
	border: #E6E7EA 2px solid;
	width: 100%;
	height: 80px;
	border-radius: 10px;
	padding: 15px;
	background: #ffffff;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    /*padding: 10px;*/
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #2697FF;
    background: #F8F8F9;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/*ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}*/

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #F8F8F9;
    
	border-bottom: #E6E7EA 2px solid;
	box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none
}

.collapsed {
	border-bottom: #E6E7EA 2px solid;
	color: #000000;
    background-color: #F8F8F9;
    box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none
}

.accordion-text {
	font-family: 'Montserrat', sans-serif;
    font-size: 1.0625 rem;
    font-weight: 400;
    line-height: 1.25em;
    color: #000000;
	box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none
}

.accordion-abstand {
	margin-top: 10px;
}

.accordion-button {
	font-size: 1.0625 rem;
	box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none
}

.accordion-button:focus {
	box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none
}

.accordion-body {
	background: #F8F8F9;
	border-bottom: #E6E7EA 2px solid;
	box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none
}

.text-15px {
	font-size: 15px;
	margin-bottom: 0px;
	margin-top: 2px;
}

.text-20px {
	margin-bottom: 0px;
	margin-top: 3px;
}
	  
.p-15px {
	font-size: 15px;	
}

.textblock-quicknav {
	padding-left: 20px;	
}


.accordion-item{
	margin-bottom: -2px;
	border-radius: none !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}









/* ---------------------------------------------------
    TEMPLATE AUFGABEN UND THEORIE
----------------------------------------------------- */

#content {
    /*width: calc(100% - 250px);
    /*padding: 40px;*/
	width: calc(100% - 300px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content-top {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: #E6E7EA 2px solid;
	position: fixed;
	width: 100%;
	height: 120px;
	background: #ffffff;
	z-index: 1;
}


#content-title {
	padding-bottom: 10px;
	/*float: left;
	display: flex;
	justify-content: center;
	align-items: center;*/
}

.left {
	float: left;
	margin:0;
}

.aufgabentitel {
	padding: 9px;	
}

.nav-link.active {
	background-color: transparent !important;
	border: 0px;
	border-bottom: #2697FF 3.5px solid !important;
	color: #000000 !important;
}

.nav-tabs {
	border-bottom: none;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	/*overflow-y: auto;*/
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	z-index: 2;
}

.nav-tabs::-webkit-scrollbar {
	display:none;	
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;	
}

.clearfix {
	*zoom: 1;	
}

.content-tab {
	margin-top: 17px;
	/*-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow-y: auto;*/
	font-size: 1.0625 rem;
}

.content-tab:focus {
	box-shadow: none !important;
}

#content-bottom {
	padding: 40px;
	margin-top: 120px;

}

#content.active {
    width: 100%;
}


.nav-link {
	font-size: 1.0625 rem;
	white-space: nowrap;
}


.neuer-abschnitt {
	margin-bottom: 45px;
}

.screenshot {
	/*height: 600px;*/
	margin-top: 45px;
	margin-bottom: 45px;
	max-width: 100%;
}

.btn-content {
	font-size: 1.1em;
	border: #9A9CA0 2px solid !important;
	margin-top: 20px;
	border-radius: 10px;
}

.padding-left {
	padding-left:50px;
}


.sidebar-header-button {
	height: 120px;
}



















.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: #000000;
  background-color: transparent;
  border: 0;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: #000000;
  background-color: transparent;
	outline: none;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: #000000;
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: transparent;
}

.scrollarea {
  overflow-y: auto;
}








.colorBlue {
	color: #2697FF;
}

.test {
	border: none;	
}

#flexbox {
	display: -webkit-flex;
	display: flex
}





/* Startseite */

#startseite-nav.nav{
   top:0;
   width: 100%;
   background-color: var(--backgroundGray);
   border-bottom: 2px solid var(--lineGray);
   overflow: auto;
   height: auto;
   margin-bottom: 0!important;
}
.left-links{
   flex:1 1 200px;
}
.links {
   display: inline-block;
   text-align: center;
   padding: 20px;
   color: rgb(0, 0, 0);
   text-decoration: none;
}
	  
.row{
margin: 20px;
padding: 10px;
}

  
	  
/*div.start-links{
background:var(--backgroundGray); 
height:1fr; 
border: 2px solid var(--lineGray); 
border-radius: 5px;
margin:20px;
padding: 15px;
display: grid!important;
grid-template-columns: 1fr 11fr!important;
}
	  
@media only screen and (max-width: 600px) {
  div.start-links {
    grid-template-columns: 2fr 10fr!important;
  }
}
		
div.start-rechts{
background:var(--backgroundGray);  
border: 2px solid var(--lineGray); 
height:50%;
border-radius: 5px;
margin-top:20px;
margin-bottom:20px;
padding: 30px;
display: grid!important;
grid-template-columns: 3fr 3fr!important;
}*/
		
.footer {
   position: absolute;
   right: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   text-align: left;
   border-top: 2px solid var(--lineGray);
   overflow: auto;
   height: auto;
}
		
	
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
	  
	  
body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;	  
}	  
	  
	  
html {
  height: 100%;
  box-sizing: border-box;
}	  
	  
object{
vertical-align: middle;
}
	  
object2{
vertical-align: middle;
	margin-top: 5px;
}

.startseite-grid-container {
	padding: 0px;
	margin: 0px;
	margin-bottom: 35px;
}	  
	  
.startseite-grid-left {
	padding: 0px;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 20px;
}
	  
.startseite-grid-right {
	padding: 0px;
	padding-right: 20px;
	padding-left: 10px;
	margin-top: 20px;
}
	  
.startseite-grid-element {
	background:var(--backgroundGray);  
	border: 2px solid var(--lineGray);
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 5px;
	display: grid!important;
	grid-template-columns: 1fr 11fr;
}
	  
.big-icon {
	display: grid!important;
}
	  
.name-startseite {
	margin:0px;
	padding-top:20px;
}
	  
.seitenname-startseite {
	margin:0px;
}
	  
@media only screen and (max-width: 600px) {
  
	.startseite-grid-element {
    grid-template-columns: 2fr 10fr;
  }
	
	
	div.start-rechts.startseite-grid-element {
    grid-template-columns: 1fr!important;
  }
}		  	  
	  
.startseite-grid-element2 {
	background:var(--backgroundGray);  
	border: 2px solid var(--lineGray);
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 5px;
	display: grid!important;
	grid-template-columns: 3fr 3fr;
	}	
		
		
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -300px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 300px);
    }
    #sidebarCollapse span {
        display: none;
    }
}
	  
@media (max-width: 960px) {
    .startseite-grid-left {
		padding-right: 20px;
	}
	  
	.startseite-grid-right {
		padding-left: 20px;
		margin-top: 0px;
	}
}










#wrapper.menuHidden #sidebar{
	width: 0px;
	margin-left: 0px;
}

#wrapper.menuHidden #content{
	width: 100%;
}