/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
To use the calc() function please write ~"calc()"
To use a variable in calc() please write @{variable} bsp.: ~"calc(100% - @{navbar_right_width})"
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
@keyframes bounce {
  0%,
  20%,
  60%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bounce {
  animation: bounce 1s;
}
#wrapper {
  padding-left: 0;
}
#page-wrapper {
  width: 100%;
  padding: 0;
}
.navbar-fixed-bottom .navbar-collapse {
  max-height: none;
}
.navbar-fixed-top .navbar-collapse {
  max-height: none;
}
.btn-disabled .btn-default {
  visibility: hidden;
}
.top-nav {
  padding: 0 15px;
}
.top-nav > li {
  display: inline-block;
}
.top-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 20px;
}
.navbar {
  margin-bottom: 0;
}
.navbar ul {
  list-style: none;
}
.navbar-header {
  width: calc(100% - 500px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-brand {
  padding: 7px 0px;
  display: flex;
  align-items: center;
  height: 60px;
  overflow: auto;
  text-overflow: ellipsis;
  width: 100%;
}
.navbar-brand > img {
  height: 100%;
  width: auto;
  padding: 0;
  margin-right: 14px;
}
.navbar-brand-title {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}
.side-nav li {
  float: none;
}
.side-nav li a {
  padding: 10px 15px 10px 28px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 50px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 15px 15px;
  width: 100%;
  display: block;
  border-bottom: 1px solid;
}
.side-nav > li > ul {
  padding: 0;
}
.side-nav > li > ul > li > ul {
  padding: 0;
}
.side-nav > li > ul > li > ul > li > a {
  padding-left: 55px;
}
.side-nav > li > ul > li > a {
  padding-left: 40px;
}
.navbar-form {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  margin-top: 0;
}
.navbar-toggle-tablet {
  display: block;
  position: fixed;
  left: 0;
  top: calc( 50% - 20px);
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 6px;
  z-index: 1000;
  width: 35px;
}
.navbar-right {
  overflow: hidden;
  margin-top: 12px;
  width: 500px;
}
.navbar-right #dropdown_language {
  position: absolute;
  right: 335px;
}
.ul-languages {
  min-width: 0;
  height: 500px;
  overflow-y: scroll;
}
.ul-languages li:hover {
  text-decoration: underline;
}
footer {
  height: 45px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  padding-top: 7px;
  z-index: 2000;
}
.pages {
  display: none;
}
.popover-content .btn {
  margin-top: 10px;
  width: 100%;
}
/* größer als  Smartphone */
@media (min-width: 768px) {
  body {
    margin-top: 50px;
  }
  #page-wrapper {
    padding: 22px 10px;
  }
  .side-nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: calc( 30% - 1px);
    border: none;
    border-radius: 0;
    border-top: 1px solid;
    border-right: 1px solid;
    overflow-y: auto;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px;
    display: none;
  }
  #menu {
    border-bottom: 1px solid;
  }
  .navbar-header {
    min-height: 59px;
  }
  .nav-tablet .side-nav {
    display: block;
  }
  .nav-tablet #wrapper {
    padding-left: calc( 30% + 35px);
  }
  .nav-tablet .navbar-toggle-tablet {
    left: 30%;
  }
}
/* Smartphone */
@media (max-width: 767px) {
  #page-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .nav-mobile .navbar-fixed-top {
    height: 100%;
    overflow-y: scroll;
  }
  .nav-mobile .navbar-header {
    position: fixed;
    width: calc(100% - 30px);
    z-index: 5;
    border-bottom: 1px solid;
  }
  .nav-mobile .navbar-collapse {
    margin-top: 50px;
    z-index: 1;
  }
  .nav-mobile #page-wrapper {
    display: none !important;
  }
  .nav-mobile footer {
    display: none !important;
  }
  .nav-mobile .navbar-right {
    width: 100%;
  }
  .nav-mobile .navbar-form {
    width: 100%;
  }
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    min-height: auto;
    width: auto;
  }
  .navbar-toggle {
    margin-top: 12px;
  }
  .nav .form-group {
    overflow: hidden;
    width: 100%;
  }
  .nav .form-group input {
    width: 75%;
    float: left;
  }
  .nav .form-group button {
    width: 20%;
    float: right;
  }
  .ul-languages {
    min-width: 60px;
    left: calc(50% - 30px);
  }
}
/* klein (Tablet) + mittel */
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-right {
    width: 300px;
  }
  .navbar-right #dropdown_language {
    position: absolute;
    right: 145px;
  }
  .navbar-header {
    width: calc(100% - 300px);
  }
}
/* klein (Tablet) */
@media (min-width: 768px) and (max-width: 991px) {
  
}
/* mittel + groß (Desktop) */
@media (min-width: 992px) and (max-width: 1199px) {
  
}
/* groß */
@media (min-width: 1200px) {
  .btn-nav-next button,
  .btn-nav-back button {
    margin-top: 1px;
  }
  #search-txt {
    width: 170px;
  }
}
