/*
    DEMO STYLE
*/

/*@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";*/
body {
    font-family: Verdana, sans-serif;
/*    background: #fafafa;*/
/*    background: #f7f7f7;*/
/*		background: #202020;*/
		background: black;
		color: white;
		
		text-align: center;
    
    --sidebar-bg: #cccccc;
    --sidebar-bg-dark: #888888;
    --sidebar-active: #f0e68c;
    --sidebar-active-hov: #b4aa50;
    --solution-bg: #f0e68c;
    --download-a: #7386D5;
    --extern-a: #22c322;

/*    --download-a: #1a8cff*/
}

p {
    font-family: Verdana, sans-serif;
    color: white;
/*    font-size: 1.1em;*/
/*    font-weight: 300;*/
/*    line-height: 1.7em;*/
/*    color: #999;*/
}

a 
{
	  color: inherit;
    transition: all 0.3s;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: underline;
    transition: all 0.3s;
}
/*
a.extern {
  background: var(--extern-a);
  color: #fff;
  padding: 3px 6px;
  border-radius: 4px;
}
*/

a.extern {
  color: #22c322;
}
/*
a.extern::before {
  content: "\2192\00a0";
}
*/

a.extern:hover {
  text-decoration: underline;
}

a.download {
  background: var(--download-a);
  color: #fff;
  padding: 3px 6px;
  border-radius: 4px;
  white-space: nowrap;
}
/*
a.download::before {
  content: "\2193\00a0";
}
*/

a.download:hover {
  text-decoration: underline;
}

button.download {
  background: var(--download-a);
  color: #fff;
}

button.download:hover {
  text-decoration: underline;
}

.navbar {
/* padding: 15px 10px; */
    padding: 10px 0px;
/*    background: #fff;*/
		background: #222222 !important;
/*    background: #f7f7f7;*/
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    width: 100% !important;
/*    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);*/
/*    border-bottom: 1px solid #ccc;*/
}

.nav-link {
	color: white !important;
	transition: all 0.3s;
}

.nav-link:hover {
	color: #989898 !important;
}

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

button.nav-sidebar-btn {
  background-color: var(--sidebar-bg-dark);
}

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


/* --------------------------------
   meine Styles
----------------------------------- */

/* prism.js Coy ohne Schatten */
pre[class*="language-"]:before,
pre[class*="language-"]:after {
    display: none;
}

em {
  color: #22c322;
  font-style: normal;
}

.hs-hinweis {
  background-color: var(--sidebar-active);
  color: #000;
}

hr {
  height:0; 
  border:0; 
  border-top:1px solid #ccc; 
}

/* animierter Menüknopf */
.hs-hamburger {
    display: inline-block;
    cursor: pointer;
}
.hs-bar1, .hs-bar2, .hs-bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.3s;
}

/* Animation für den Menüknopf */
.hs-change .hs-bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}
.hs-change .hs-bar2 {
  opacity: 0;
}

.hs-change .hs-bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

table.gfs td {
  padding: 0 6px 8px 6px;
}

table.gfs td:first-child {
  width: 1px;
  white-space: nowrap;
  padding-left: 0;
  font-weight: bold;
}

table.firstcol td:first-child,
table.firstcol tr:first-child {
  width: 1px;
  white-space: nowrap;
}

table.firstcol tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}

/*
@media (max-width: 768px) {
  .hs-change .hs-bar1, .hs-change .hs-bar2, .hs-change
}*/

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

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

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    /*background: #7386D5;*/
    /*background: #d9b38c;*/
    background: var(--sidebar-bg);
    color: #000;
    transition: all 0.3s;
}

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

#sidebar .sidebar-header {
    padding: 20px;
    padding-top: 24px;
    /*background: #6d7fcc;*/
    background: var(--sidebar-bg-dark);
    color: #fff;
}

#sidebar ul.components {
    padding: 0 0 20px 0;
    /*border-bottom: 1px solid #47748b;*/
/*    border-bottom: 1px solid var(--sidebar-bg-dark);*/
}

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

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

#sidebar ul li a:hover {
    color: #fff;
    background: var(--sidebar-bg-dark);
}

#sidebar ul li.active a {
    color: #000;
    /*background: #6d7fcc;*/
    background: var(--sidebar-active);
}

a[aria-expanded="true"] {
/*
  color: #fff;
  background: var(--sidebar-bg-dark);
*/
  color: #000;
  background: var(--sidebar-bg)
}

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;*/
/*
    background: var(--sidebar-bg-dark);    
    color: #fff;
*/
    background: var(--sidebar-bg);
    color: #000;
}

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;
}

#dismiss-sidebar {
  /*width: 35px;
  height: 35px;*/
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--sidebar-bg-dark);
  color: white;
}

#overlay {
 display: none;
 position: fixed;
 width: 100vw;
 height: 100vh;
 background: rgba(0, 0, 0, 0.7); /* teildurchsichtig überlagernd */
 opacity: 0;
 z-index: 998; /* hinter der Sidebar */
 transition: all 0.5s ease-in-out;
}

#overlay.active {
  /* auf breiten Bildschirmen ist das Overlay nie zu sehen */
  display: none;
}

#sidebarCollapse {
  color: #fff;
  background-color: var(--sidebar-bg-dark);
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

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

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

/*
@media (max-width: 991px) {
  #sidebar .sidebar-header {
    padding-top: 23px;
  }
}
*/


/*@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        widows: 100%;
    }
    #sidebarCollapse span {
        display: none;
    }
    #dismiss-sidebar {
      display: block;
    }

      display: block;
      opacity: 1;
    }
}
*/