.inhalt {
    margin-top: 60px;
}
.profilbild_image{
    border-radius: 1000px;
    margin-bottom: 20px;
}
.artikel_metadata{
    margin-top: 20px;
}
.artikelbild{
    margin-top: 20px;
    margin-bottom: 10px;
    
}
.artikel{
    margin-top: 20px;
    margin-bottom: 20px;
}
.wichtig{
    font-weight: bold;    
}
.bildunterschrift{
    margin-bottom: 20px; 
}
body{
    background-color:#FFE269;
}

.kopf{
    text-align: center;
    align-content: center;
    
}
.leadklein{
    font-size: 14px;
    font-variant: small-caps;
    font-weight: bold;  
}
.navbar-default {
    background-image: -webkit-linear-gradient(top, #FFE782 0%, #B29B38 100%);
    background-image: -o-linear-gradient(top, #FFE782 0%, #B29B38 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE782), to(#B29B38));
    background-image: linear-gradient(to bottom, #FFE782 0%, #B29B38 100%);
   
    
    background-repeat: repeat-x;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 231, 130, .15), 0 1px 5px rgba(178, 155, 56, .075);
    box-shadow: inset 0 1px 0 rgba(255, 231, 130, .15), 0 1px 5px rgba(178, 155, 56, .075);
}

table {
	background-color: #FFE269;
}

colgroup {
	background-color: #FFE269;
}

col {
	background-color: #FFE269;
}

tbody {
	background-color: #FFE269;
	color: #000000;
}

tr {
	background-color: #FFE269;
}

td {
	background-color: #FFE269;
}
footer {
	padding: 10px;
	bottom: 0;
    margin-top: 80px;
    background-image: -webkit-linear-gradient(top, #FFE782 0%, #B29B38 100%);
    background-image: -o-linear-gradient(top, #FFE782 0%, #B29B38 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE782), to(#B29B38));
    background-image: linear-gradient(to bottom, #FFE782 0%, #B29B38 100%);
    
    background-repeat: repeat-x;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 231, 130, .15), 0 1px 5px rgba(178, 155, 56, .075);
    box-shadow: inset 0 1px 0 rgba(255, 231, 130, .15), 0 1px 5px rgba(178, 155, 56, .075);
    border-radius: 8px;	
}

footer p {
	float: right;
	margin: 0;    
}
.proguebersicht {
	list-style-position: outside;
    font-size: 18px;
}
.abc_liste{
    list-style-type: lower-alpha;
}
#bDiv{
    position:relative;
    
}
#start {
   display:flex;
    


}
#start-div{
   position:relative;
   
}
#progsprache{
   display: flex;

   z-index: 1;

}
/*#textarea{
    
    
}*/
#dlabel{
    margin-left: 5px;
}
#dateinummer{
    
    width: 50px;
    vertical-align:bottom;
}
.tutorial_ueberschrift{
    font-size: 18px;
    font-weight: bold;  
}
.carousel .item h3{

    font-weight: bold;
}
.carousel .item span{

    font-weight: bold;
}
/*.carousel .item{
    position: relative;
    height: 70vh;
    width: 100%;
    margin-bottom: 66%;
}*/
.item img{
    display:block; 
    margin-left: auto;
    margin-right: auto;
    
}
.carousel .item {
    height: auto; 
    width: auto;
    
    background-position:center center;
    background-repeat: no-repeat; 
    background-size: cover;
}


.carousel .carousel-caption {
      
    bottom: -10%;
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}
.lead{
    color: black;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.js-kurs{
    font-size: 18px;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 400px;
}
.CodeMirror { 
    max-height: 1000px; 
    width: 100%; 
    height: 100%; 
} 

.navbar-btn {
    box-shadow: none;
    outline: none;
    border: none;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    width: 100%;
}
.code-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
pre {
  white-space: pre;
  overflow-x: auto;
  margin-bottom: 1em;
}
pre code {
  display: block;
}
#sidebar {
    min-width: 250px;
    max-width: 250px;
    background-image: -webkit-linear-gradient(top, #FFE782 0%, #B29B38 100%);
    background-image: -o-linear-gradient(top, #FFE782 0%, #B29B38 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE782), to(#B29B38));
    background-image: linear-gradient(to bottom, #FFE782 0%, #B29B38 100%);
   
    
    background-repeat: repeat-x;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 231, 130, .15), 0 1px 5px rgba(178, 155, 56, .075);
    box-shadow: inset 0 1px 0 rgba(255, 231, 130, .15), 0 1px 5px rgba(178, 155, 56, .075);
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background-image: -webkit-linear-gradient(top, #FFE782 0%, #B29B38 100%);
    background-image: -o-linear-gradient(top, #FFE782 0%, #B29B38 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE782), to(#B29B38));
    background-image: linear-gradient(to bottom, #FFE782 0%, #B29B38 100%);
   
    
    background-repeat: repeat-x;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 231, 130, .15), 0 1px 5px rgba(178, 155, 56, .075);
    box-shadow: inset 0 1px 0 rgba(255, 231, 130, .15), 0 1px 5px rgba(178, 155, 56, .075);
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #FFE782;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 8px;
    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: #fff;
    background: #FFE782;
}


/*a[data-toggle="collapse"] {
    position: relative;
}*/

/*
a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}
*/


ul ul a {
    font-size: 0.9em ;
    padding-left: 30px ;
    background: #FFE782;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em ;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc ;
    color: #fff ;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    flex: 1;
    width: 100%;
    overflow-x: auto;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}


#Text2{
    color: blue;
}
#lsg{
    font-size: 46pt;
    color:#e80707;
}

ul#bild_liste {
    display: flex;
    list-style: none;
    gap: 0.5em;
}
#bild_liste li {
    position: relative;
}
#bild_liste li > span {
  position: absolute;
  left: calc( 50px - 10px);
  top: 0;
  font-size: 1.2em;
  border: 1px solid silver;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: block;
  background: red;
  display: grid;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}
#p5canvas span > span {
  
  font-size: 1.2em;
  border: 1px solid silver;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: block;
  background: red;
  display: grid;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}