html {
  box-sizing: border-box
}

*, *:before, *:after {
  box-sizing: inherit
}

body {
  /* margin: 0  */
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

header {
  font-size: 24px;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}


/* !TOP MENU SMALL SCREEN! */

.top-balken-smscreen {
  width: 100%;
  background-color: #596e79;
  height: 58px;
  position: fixed;
  top: 0

}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* display: none !important; */
  color: #fff;
  clear: both;
  content: "";
  font-size: 24px !important;
  position: fixed;
  width: inherit;
  height: inherit;
  top: 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  font-weight: 400;
  /* margin: 10px 0; */
  font-size: 28px;
  /* line-height: 2.0; */
  float: right;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  /* text-align: center; */
  padding: 14px 16px 17px 16px;
  text-decoration: none;
  /* height: inherit; */
}

.dropdown {
  float: left;
  overflow: hidden;
  margin: 8px;
}

.dropdown .dropbtn {
  cursor: pointer;
  /* font-size: 16px;
  border: none; */
  outline: none;
  color: white;
  /* padding: 14px 16px 17px 16px; */
  font-family: inherit;
  margin: 0;
}

button {
  /* border-style: none; */
  /* padding top & bottom beeinflusst das ganze div und kann bei der Überschrift links davon stören! */
  padding: .1rem .70rem;
  font-size: 1.3rem;
  background-color: #596e79;
  boder: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
margin-right: 5px;
}


.dropdown-content {
  display: none;
  position: absolute;
  /* right 0, damit die drop down box am rechten Rand abschließt */
  right: 0;
  background-color: #596e79;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding-top: 10px;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* .dropdown-content a:hover {
  background-color: #819098;
} */


.show {
  display: block;
}

/* !MENU BIGGER SCREEN! */

.sidebar {
  z-index: 3;
  width: 250px;
  display: none;
  /* display: block !important; */
  color: #000 !important;
  background-color: #fff !important;
  top: 0;
  height: 100%;
  position: fixed !important;
  overflow: auto;
  margin-left: 10px;
}

.sidebar-logo {
  padding-top: 16px !important;
  /* padding-bottom: 16px !important;
  padding: 0.01em 16px; */
  position: relative;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

/* logo schein ich löschen zu können */
.logo {
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 28px;
  /* margin: 10px 0;
  line-height: 1.5; */
}

.sidebar-navarea {
  padding-top: 36px !important;
  padding-bottom: 64px !important;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  text-align: left;
}

.sidebar-links1 {
  /* width: 100%; */
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0;
  font-family: "Roboto", sans-serif !important;
  user-select: none;
  overflow: hidden;
  color: #757575 !important;
  background-color: inherit;
  cursor: pointer;
  font-size: 19px !important;
  line-height: 1.5;
}

.sidebar-links2 {
  padding: 12px 12px 12px 24px !important;
  font-size: 15px !important;
  display: none;
  color: #757575 !important;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}




.sidebar-btn {
  padding: 12px 24px !important;
  display: block !important;
  /* color not with !important so th jQuery works! */
  color: #757575;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  text-decoration: none;
}



.no-border {
  border: none ;
  border-radius: none
}

.border {
  border: 2px solid #b3b3b3;
  border-radius: 3px;
}

/*
für die javascript function - geht aber nicht...
.nav-focus {
  color: #000
  background-color: #ccc
} */

.w3-show {
  display: block !important;
}


.header-sm-display {
  display: none !important;
  background-color: #596e79;
  color: #fff;
  clear: both;
  content: "";
  font-size: 24px !important;
  position: fixed;
  width: 100%;
  top: 0;
  padding: 8px 10px;
  overflow: hidden;
}



/* !PAGE CONTENT! */
.content-header {
  margin-bottom: 50px;
  font-size: 20px;
}

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
}

.kurs-links {
  margin-top: 0;
  padding-top: 0;
}

.content-text {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5;
  padding-bottom: 40px;
}

.content-main {
  margin-left: 266px !important;
  /* transition: margin-left .4s margin-left: 0; */
  margin-right: 0;
  font-family: "Roboto", sans-serif;
}

.content-xtramargin {
  margin-left: 0px;
}


/* !MEDIA ADJUSTMENTS! */

@media (hover: none) and (pointer: coarse) {
    /* Smartphones and touchscreens */
    /* a:focus {
      color: white !important;
      background-color: #596e79 !important;
    } */
}

@media (hover: hover) and (pointer: fine) {
    /* Desktops with mouse */
    .sidebar-btn-hover:hover {
      color: #000 !important;
      background-color: #ccc !important
    }

    .sidebar-btn:focus {
      color: #000 !important;
      background-color: #ccc !important;
    }

    a:focus .sidebar-btn {
      color: #000 !important;
      background-color: #ccc !important;
    }

}



@media (min-width: 801px) {
  #mySidebar {
    display: block;
  }

.top-balken-smscreen {
  display: none;
}

.border {
  display: none;
}

}

@media (max-width: 800px) {
  #mySidebar {
    display: none;
  }

  .sidebar {
    display: none;
  }

  .content-main {
    margin-left: 0px !important;
  }

  .content-header {
    /* margin-top: 58px; */
    margin-bottom: 18px;
    margin-left: 8px;
    padding-top: 50px;
  }

  .navbar a {
    background-color: #596e79;
  }



  @media screen and (orientation: portrait) {
a .logo {
  background-color: #596e79;
}

.navbar .logo {
  background-color: #596e79;
}

  }






}



@media screen and (orientation: portrait) {
a .logo {
background-color: #596e79;
}

.navbar .logo {
background-color: #596e79;
}

}
