/* overpass-regular - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/overpass-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/overpass-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/overpass-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/overpass-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/overpass-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/overpass-v10-latin-regular.svg#Overpass') format('svg'); /* Legacy iOS */
}
/* overpass-700 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/overpass-v10-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/overpass-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/overpass-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/overpass-v10-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/overpass-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/overpass-v10-latin-700.svg#Overpass') format('svg'); /* Legacy iOS */
}
/* overpass-italic - latin */
@font-face {
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/overpass-v10-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/overpass-v10-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/overpass-v10-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/overpass-v10-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/overpass-v10-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/overpass-v10-latin-italic.svg#Overpass') format('svg'); /* Legacy iOS */
}
/* overpass-700italic - latin */
@font-face {
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/overpass-v10-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/overpass-v10-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/overpass-v10-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/overpass-v10-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/overpass-v10-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/overpass-v10-latin-700italic.svg#Overpass') format('svg'); /* Legacy iOS */
}

header a:focus {
  box-shadow: none !important;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(71, 75, 77, 0.44) !important;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(71, 75, 77, 0.44) !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(71, 75, 77, 0.44) !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(71, 75, 77, 0.44) !important;
}

html body small,
html body span.icoinner,
html body,
html {
  font-family: 'Roboto', sans-serif;
  color: #000;
}

html body .btn-primary small,
html body .btn-primary .small,
html body .btn-primary.small {
  color: white;
}

#accordion span small {
  color: #FFF;
}

.pt-25 {
  padding-top: 0.75rem;
}

.search-form > label,
.search-form input {
  width: 100% !important;
}

.page_nav {
  float: none;
  margin: 1rem auto 4rem;
  display: table;
}

header.banner {
  background: white !important;
  color: #575756 !important;
}

header.banner ul li a,
header.banner ul li a:hover,
header.banner ul li a:focus,
header.banner ul li a:active,
header.banner .dropdown:hover,
header.banner .dropdown:focus,
header.banner .dropdown,
header.banner .dropdown:active,
header.banner ul li a.usermenu,
header.banner ul li a.usermenu:hover,
header.banner ul li a.usermenu:focus,
header.banner ul li a.usermenu:active {
  color: #575756 !important;
}
header.banner .dropdown-item.active,
header.banner .dropdown-item:active {
  background: white !important;
  color: #575756 !important;
}
header.banner ul li a i,
header.banner ul li a.usermenu i {
  color:initial !important;
}
header .bubble {
  cursor: default;
  background: #E84E1B;
  padding: 2px 8px;
  border-radius: 99px;
  font-size: 0.7rem;
  color: white !important;
  position: absolute;
  top: -10px;
  right: 0;
  text-transform: uppercase;
}

header a,
header i {
  transition: 0.3s;
}

header a:hover,
header a:focus,
header i:hover,
header i:focus,
header a:hover i,
header a:focus i {
  text-decoration: none;
  transition: color 0.3s;
}

header .menu-main-menu-container #menu-main-menu a:hover,
header .menu-main-menu-container #menu-main-menu a:focus {
  color: #aaa !important;
}

.page_nav a,
.page_nav span,
a.paginate_button {
  border: 1px solid #E84E1B;
  padding: 0.5rem 0.85rem;
  margin: 0 0.5rem;
}

a.paginate_button {
  position: relative;
  top: 46px;
}

.page_nav span {
  border: 1px solid #ccc;
  color: #aaa;
}

.page_nav span.dots {
  border: none;
  margin: 0;
  padding: 0.5rem;
}

.page_nav span.current,
a.paginate_button.current,
a.paginate_button.current:hover,
a.paginate_button.current:focus {
  border: 1px solid #aaa;
  color: #fff;
  background: #aaa;
}

.page_nav a:hover,
.page_nav a:focus,
a.paginate_button:hover,
a.paginate_button:focus {
  text-decoration: none;
  border: 1px solid #E84E1B;
}

#breadcrumb {
  background-color: #f8f8f8;
  color: #aaa;
  margin-top: -0.5rem !important;
}

#breadcrumb a {
  color: #939393;
}

.news-heading {
  min-height: 2em;
}

span.pop {
  cursor: default;
}

.popover-container .btn {
  height: 35px;
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-theme .owl-dots .owl-dot span {
  width: 35px;
  height: 7px;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #555;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-light {
  font-weight: 100 !important;
  font-family: 'Roboto', sans-serif;
}

.banner-heading,
.banner-heading:hover {
  line-height: 1.3;
}

#banner-link,
#banner-link:hover {
  text-decoration: none;
}

.btn-inverse {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  padding: 1em 1.5em;
}

.btn-inverse:hover {
  background-color: white;
  color: #E84E1B;
  border: 1px solid white;
  cursor: pointer;
}

.bg-orange {
  background-color: #E84E1B;
}

#main_navigation {
  padding: 0;
}

#main_navigation ul li ul li:first-child a,
#main_navigation ul li:first-child ul li a,
#main_navigation ul li ul li a {
  padding-left: 0.5rem;
}

.navbg {
  background: #eee;
}

#main_navigation .dropdown-menu {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  position: absolute;
}

@media (min-width: 992px) {
  #alleunterweisunen {
    width: 950px;
  }

  .dropdown-menu {
    background: white;
  }
}

#main_navigation .dropdown-menu .menu-item a {
  border: none;
}

.mb--5 {
  margin-bottom: -3em;
}

.notesaved {
  display: none;
  background: #f7f7f7;
  border-radius: 5px;
  font-size: 14px;
  color: #969696;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  top: -50px;
}

.unsetcss {
  all: unset;
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

.data-date {
  width: 100%;
  position: absolute;
  z-index: 99 !important;
  border: 1px solid #d9d9d9 !important;
  background: transparent !important;
  border-radius: 5px !important;
  cursor: pointer;
}

.addon-date {
  position: absolute;
  right: 0;
  z-index: 55;
  height: 38px;
  border: 1px solid #d9d9d9 !important;
}

.employee input,
.untecheckbox input {
  vertical-align: top;
}

.employee label,
.untecheckbox label {
  max-width: 85%;
  top: -5px;
  position: relative;
}

.ui-autocomplete {
  position: absolute;
  z-index: 10000;
  cursor: default;
  padding: 0;
  margin-top: 2px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ui-autocomplete > li {
  padding: 3px 20px;
}

.ui-autocomplete > li.ui-state-focus {
  background-color: #ddd;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-datepicker {
  display: none;
}

.custom-file-control::before {
  content: "Datei suchen";
}

.custom-file-control:empty::after {
  content: "Datei auswählen...";
}

.no-border {
  border: none;
}

.video-container:hover {
  text-decoration: none !important;
}

/*** IE fix: sidebar text overflow ***/
.list-group p.mb-1 {
  display: table;
}

/*** Contact form styles ***/
#formwrap #contactsubmit {
  position: relative;
  display: table;
  margin: -20px 0 20px;
  outline: none;
}

#formwrap #contactsubmit::after {
  position: absolute;
  right: 14px;
  top: -8px;
  z-index: 8;
  content: " ";
  display: block;
  -webkit-transform: rotate(17deg);
  -o-transform: rotate(17deg);
  transform: rotate(17deg);
  width: 15px;
  height: 140%;
  background-color: #fff;
}

#formwrap #contactsubmit input:hover {
  cursor: pointer;
}

#formwrap .wpcf7-form-control-wrap {
  z-index: 99;
}

#formwrap label {
  display: table;
  width: 100%;
}

#formwrap input[type="text"],
#formwrap input[type="email"],
#formwrap textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fcfcfc;
  outline: none;
  max-width: 25em;
  width: 100%;
  color: #555;
  margin-top: 10px;
}

#formwrap input[type="text"]:hover,
#formwrap input[type="email"]:hover,
#formwrap textarea:hover {
  border-color: #888;
}

#formwrap input[type="text"]:focus,
#formwrap input[type="email"]:focus,
#formwrap textarea:focus {
  background: #fff;
  border-color: #f4a88f;
  color: black;
}

#formwrap .hint {
  font-size: 12px;
  color: #555;
  font-style: italic;
  position: relative;
  z-index: 99;
}

#register input[type="checkbox"] {
  margin-right: 0.75rem;
}

label.forcheckbox {
  position: relative;
  top: -3px;
}

.video-thumbnail {
  position: relative;
}

.video-text {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.video-text p {
  margin-bottom: 0;
  font-weight: bold;
  text-shadow: 1px 1px black;
  background: rgba(0, 0, 0, 0.65);
  display: table;
  width: 100%;
  padding: 3px 6px;
}

/*** Fixed orange linked headlines ***/
a.headline strong.h6 {
  color: #292b2c;
}

a.headline:hover,
a.headline:focus,
a.headline strong.h6:hover,
a.headline strong.h6:focus {
  text-decoration: none;
}

/*** Button fix: Login form submit button ***/
.login-form div.btn,
#register div.btn {
  padding: 0;
}

.login-form input[type="submit"]:hover,
#register input[type="submit"]:hover {
  cursor: pointer;
}

#register #submit {
  color: white !important;
  box-shadow: none !important;
}

.login-form label,
#register label {
  display: block;
}

.btn-black {
  background: #292b2c;
  color: white;
}

.author-img-wrap {
  border-radius: 100px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 3px #E84E1B;
  width: 135px;
  height: 135px;
  margin: 3px auto 0;
  background-size: cover !important;
}

.page-template-template-about .author-img-wrap {
  width: 200px;
  height: 200px;
}

.card-title {
  display: table;
  margin: 0;
}

.colwrap {
  overflow: hidden;
}

.mt-minus-1 {
  position: relative;
  top: -5px;
}

.slogan {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slogan-inner:after {
  content: " ";
  background: white;
  display: table;
  transform: rotate(20deg);
  width: 26%;
  height: 120%;
  position: absolute;
  right: -25px;
  bottom: 0;
  top: 0;
  border-left: 5px solid #E84E1B;
  box-shadow: 0 0 0 5px white;
}

.single-unterweisungen .inactive-card .cardico,
.single-unterweisungen .inactive-card {
  color: #cbcbcb;
}

.single-unterweisungen .card-header {
  font-weight: bold;
  text-transform: uppercase;
  padding: 1rem;
  font-size: 0.7rem;
  background: #fcfcfc;
  border-bottom: 1px solid #eee;
}

.card {
  border: 1px solid #eee !important;
}

.authorCardSingle.card {
  border: 1px dashed #ccc !important;
}

.bg-grey-alt {
  background: #eee;
}

.bg-grey-dark {
  background: #5a5a5a;
}

.grey-alt {
  color: #a9a9a9;
}

.btn-primary,
.btn-secondary {
  border-radius: 3px;
  padding: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-top: 1rem;
}

.btn-primary.small,
.btn-secondary.small {
  padding: 6px 12px;
  font-weight: bold;
}

.dataTables_filter input {
  border: 1px solid #eee !important;
  background: #fcfcfc !important;
  padding: 6px 10px;
  color: #a5a5a5;
}

.dokunachweis.table,
.nutzerverwaltung.table {
  border-bottom: 3px solid #e1e2e4;
  border-spacing: 0;
}

.dokunachweis .unte-trigger {
  cursor: pointer;
}

.dokunachweis th,
.nutzerverwaltung th {
  border: none !important;
  font-weight: normal;
  text-transform: uppercase;
  color: #495a61;
  font-size: .75rem;
  box-shadow: -1px 0 0 0 #f7f7f7 inset;
  padding: 1.15rem 1rem !important;
}

table.dataTable.nutzerverwaltung thead .sorting::before,
table.dataTable.dokunachweis thead .sorting::before,
table.dataTable.nutzerverwaltung thead .sorting::after,
table.dataTable.dokunachweis thead .sorting::after,
table.dataTable.nutzerverwaltung thead .sorting_desc::before,
table.dataTable.dokunachweis thead .sorting_desc::before,
table.dataTable.nutzerverwaltung thead .sorting_desc::after,
table.dataTable.dokunachweis thead .sorting_desc::after,
table.dataTable.nutzerverwaltung thead .sorting_asc::before,
table.dataTable.dokunachweis thead .sorting_asc::before,
table.dataTable.nutzerverwaltung thead .sorting_asc::after,
table.dataTable.dokunachweis thead .sorting_asc::after {
  bottom: 1.15rem !important;
}

.dokunachweis.table th:last-child,
.nutzerverwaltung.table th:last-child {
  box-shadow: none;
}

.dokunachweis tr,
.nutzerverwaltung tr {
  background: white;
}

.dokunachweis thead tr,
.nutzerverwaltung thead tr {
  box-shadow: 0 -2px 0 0 #f3f4f6 inset;
}

.dokunachweis tbody tr,
.nutzerverwaltung tbody tr {
  box-shadow: 0 -1px 0 0 #f3f4f6 inset;
}

.dokunachweis.table td,
.nutzerverwaltung.table td {
  vertical-align: middle !important;
  color: #495a61;
  font-size: .85rem;
  box-shadow: -1px 0 0 0 #f7f7f7 inset;
}

.dokunachweis.table td:last-child,
.nutzerverwaltung.table td:last-child {
  box-shadow: none;
}

.dokunachweis.table .btn.btn-outline-primary.pointer.small,
.nutzerverwaltung.table .btn.btn-outline-primary.pointer.small {
  border-radius: 3px;
  margin-top: 2px;
  margin-bottom: 5px;
}

.cke_top {
  background: #fcfcfc !important;
  border-bottom: 1px solid #eee !important;
}

.single-unterweisungen .col-md-8 .card-block {
  padding: 1.5rem;
  position: relative;
}

.single-unterweisungen .documents-text {
  margin-bottom: 1.5rem;
}
.single-unterweisungen .col-md-4 .card-block {
  padding: 2rem;
}

.sidecard {
  position: relative;
}

.sidecard ul {
  padding: 0;
}

.sidecard ul li {
  list-style: none;
  padding-left: 25px;
  margin-bottom: 10px;
}

.sidecard ul li i {
  margin-left: -25px;
  display: table;
  float: left;
  margin-top: 4px;
}

.sidecard .card-header {
  background: #E84E1B !important;
}

.sidecard strong {
  font-size: 1rem;
}

.sidecard.bg-orange:after {
  content: " ";
  width: 20px;
  height: 20px;
  display: table;
  position: absolute;
  transform: rotate(45deg);
  z-index: 95;
  bottom: -10px;
  background: #E84E1B;
  left: 3rem;
}

#registerbadge {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 0.9rem;
}

video {
  background-size: 100% 100%;
  object-fit: cover;
}

#registerbadge:hover,
#registerbadge:focus {
  text-decoration: none;
}

#registerbadge .badge-left {
  background: #E84E1B;
  position: absolute;
  left: -14px;
  z-index: 90;
  width: 68%;
  height: 50px;
  text-align: center;
  color: white;
  font-weight: bold;
  line-height: 50px;
}

#registerbadge .badge-left:after {
  content: " ";
  height: 50px;
  width: 25px;
  background: #E84E1B;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  position: absolute;
  right: -10px;
  display: table;
  top: 0;
}

#registerbadge .badge-right {
  background: #E84E1B;
  position: absolute;
  right: -14px;
  z-index: 80;
  width: 38%;
  top: 6px;
  height: 50px;
  text-align: center;
  color: white;
  font-weight: bold;
  line-height: 50px;
}

#registerbadge .badge-right:before {
  content: " ";
  height: 50px;
  width: 25px;
  background: #E84E1B;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  position: absolute;
  left: -10px;
  display: table;
  top: 0;
}

@media (max-width: 1199px) {
  #registerbadge {
    font-size: 0.8rem;
  }
}

@media (max-width: 991px) {
  #registerbadge {
    font-size: 0.9rem;
  }

  #registerbadge .badge-right:before,
  #registerbadge .badge-left:after {
    display: none;
  }

  #registerbadge .badge-right,
  #registerbadge .badge-left {
    width: 100%;
    position: static;
    height: auto;
    line-height: 30px;
    background: #E84E1B;
  }
}

@media (max-width: 1199px) {
  .slogan-inner:after {
    right: 0;
    width: 10px;
    transform: rotate(0deg);
  }

  .slogan-inner.pl-3 {
    padding-left: 0.5rem !important;
  }
}

@media (max-width: 767px) {
  .slogan-inner:after {
    content: none;
  }

  .card .card-img-wrap img {
    width: 100%;
    margin-top: -1rem;
  }

  .slogan {
    border-bottom: 5px solid white;
    box-shadow: 0 0 0 5px #E84E1B;
    margin-bottom: 0.25rem;
  }
}

small.card-text {
  width: 100%;
  display: table;
}

body .card .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

body .card .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.card .list-group-item {
  display: block;
}

.container h1.h2 {
  font-weight: normal !important;
  font-size: 3rem !important;
  text-transform: initial !important;
}

.gruppe h2 {
  font-weight: normal;
}

.delunte:hover,
.delunte:focus,
.delimg:hover,
.delimg:focus {
  color: #E84E1B !important;
  transition: color 0.3s;
  cursor: pointer;
}

.addimg:hover,
.addimg:focus {
  transition: color 0.3s;
  cursor: pointer;
  color: #4caf50 !important;
}

.editdata {
  cursor: pointer;
}

.bg-white {
  background: #fff;
}

.grey-light {
  color: #8e999d !important;
}

.ttopFooter a:hover,
.ttopFooter a:focus {
    color: white !important;
}

.quickmenu {
  font-size: 1.75rem;
  color: #E84E1B;
  background: white;
  border-radius: 999px;
  line-height: 16px;
  text-indent: -2px;
  transition: all 0.3s;
}
.quickmenu:hover,
.quickmenu:focus {
  color: #CA3909 !important;
  background: white !important;
}

header li,
header i {
  transition: none !important;
}

header .dropdown-item {
  cursor: pointer;
}
.btn.btn-primary.bottom-left {
  display: table;
}
header a {
  transition: color 0.3s, background 0.3s !important;
}

header .dropdown-menu {
  border-radius: 6px;
  margin-top: 15px;
}

.dropdownMenuLink,
.dropdownMenuLink:focus {
  outline: none !important;
  border: 0;
}

header .dropdown-menu:before {
  content: " ";
  background: white;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  transform: rotate(-45deg);
  position: absolute;
  top: -8px;
  width: 15px;
  height: 15px;
  z-index: 9999999999;
  left: 10px;
}

.gruppe {
  display: table;
  width: 100%;
  height: 100%;
}

/*.abc-col {
    border-top: 1px solid #ccc;
}
*/
.abc-col .orange {
  font-size: 1.5rem;
  position: relative;
  top: 30px;
  margin-top: -20px;
  display: table;
}

.left-20 {
  left: -20px;
}

#edit .fa,
.edit-unterweisung .fa,
.edit-nutzer .fa,
.delete-nutzer .fa {
  padding: 8px 10px;
  border-radius: 100px;
  background: #f7f7f7;
  margin-left: 7px;
  transition: color 0.3s, background 0.3s;
}

#edit:hover .fa,
#edit:focus .fa,
.info-status:hover .fa,
.info-status:focus .fa,
.edit-unterweisung:hover .fa,
.edit-unterweisung:focus .fa,
.edit-nutzer:hover .fa,
.edit-nutzer:focus .fa,
.delete-nutzer:hover .fa,
.delete-nutzer:focus .fa {
  cursor: pointer;
  color: white;
  background: #1d1d1b;
  transition: color 0.3s, background 0.3s;
}

.info-status .fa {
  padding: 8px 14px;
  border-radius: 100px;
  background: #f7f7f7;
  margin-left: 7px;
  transition: color 0.3s, background 0.3s;
}

body .daten .btn-secondary {
  transition: color 0.3s, background 0.3s, border-color 0.3s;
  line-height: 1;
  border-radius: 2px;
}

body .daten .btn-secondary:hover,
body .daten .btn-secondary:focus {
  cursor: pointer;
  color: white;
  background: #1d1d1b;
  border-color: #1d1d1b;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}

body a.gruppe {
  transition: box-shadow 0.3s;
}

body a.gruppe:hover,
body a.gruppe:focus {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
}

body a.gruppe:hover span.grey-light,
body a.gruppe:focus span.grey-light {
  color: #8e999d !important;
  transition: color 0.3s;
}

body a.gruppe span.grey-light {
  transition: color 0.3s;
}

.table-mitarbeiter th,
.table-mitarbeiter td {
  background: white;
}

.groupunte .unte-content {
  background: white;
  height: 100%;
  margin-top: -150px;
  padding-top: 170px !important;
  z-index: 50;
  position: relative;
}

.groupunte a {
  color: rgb(41, 43, 44);
  text-decoration: none !important;
  transition: box-shadow 0.3s;
  display: table;
  width: 100%;
  height: 100%;
}

.groupunte a:hover,
.groupunte a:focus {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
}

.groupunte a span.light-grey {
  color: rgb(175, 175, 175) !important;
  text-decoration: none !important;
}

.delgroup,
.delusrfromgroup {
  position: absolute;
  right: 33px;
  top: 8px;
  font-size: 1.5rem;
  transform: scale(1, 0.75);
  -webkit-transform: scale(1, 0.75);
  -moz-transform: scale(1, 0.75);
  -ms-transform: scale(1, 0.75);
  -o-transform: scale(1, 0.75);
  cursor: pointer;
  z-index: 99;
  padding: 10px;
  color: #acacac;
}

.delgroup:hover,
.delgroup:focus,
.delusrfromgroup:hover,
.delusrfromgroup:focus {
  color: #E84E1B;
}

.ueberfaelligbell {
  padding: 6px 7px;
  background: #d20142;
  border-radius: 99px;
  line-height: 15px;
  position: absolute;
  z-index: 88;
  font-size: 0.8rem;
  bottom: 15px;
  right: 35px;
  color: white;
}

.inline-alert {
  background-color: #d20142;
  padding: 5px 10px;
  border-radius: 100px;
}

.members > .done,
.members > .soon {
  display: none;
}

.abc-col {
  min-height: 150px;
}

.done {
  border-bottom: 0px solid #00b018;
}

.soon {
  border-bottom: 0px solid #f5a623;
}

.due {
  border-bottom: 0px solid #d0011b;
}

.done-dropdown {
  color: #00b018;
}

.soon-dropdown {
  color: #f5a623;
}

.due-dropdown::after {
  font-family: FontAwesome;
  content: " \f0f3";
  color: #d0011b;
}

.active {
  border-bottom-width: 3px;
}

.nav-item {
  border: none !important;
}

.nav-link {
  color: #464a4c;
  cursor: pointer;
}

.groupunte h3 {
  font-weight: normal;
}

.groupunte .unte-img {
  width: 100%;
  height: 150px;
  display: table;
  background-size: cover !important;
  position: relative;
  z-index: 75;
}

.hide_at_first {
  display: none;
}

.status span {
  font-size: 80%;
  border-radius: 3px;
  padding: 0.25rem 1.25rem 0.225rem;
  margin: 0 0 0 10px;
}

.bg-red {
  background-color: #d00242 !important;
  border-color: #d00242 !important;
}

.red {
  color: #d00242;
}

.bg-green {
  background-color: #a1d300 !important;
  border-color: #a1d300 !important;
}

.bg-yellow {
  background-color: #ff9f00 !important;
  border-color: #ff9f00 !important;
}

.abc-col ul {
  margin: 0;
  padding: 0;
}

.abc-col ul li {
  list-style: none;
  padding-left: 30px;
}

.abc-col ul li a {
  color: #afafaf;
  text-decoration: none !important;
  transition: color 0.3s;
}

select:disabled {
  color: #ccc;
}

.abc-col ul li a:hover,
.abc-col ul li a:focus {
  color: #5a5a5a;
  transition: color 0.3s;
}

.progbar {
  height: 3px;
  display: table;
  float: left;
}

.progbar.ueberfaellig {
  background: #d00242;
}

.progbar.faellig {
  background: #ff9f00;
}

.progbar.noprog {
  background: #ccc;
}

.grpheadline {
  display: inline-table;
}

.stammdaten h2 {
  font-weight: normal;
}

#allstatus {
  display: inline-table;
  float: right;
  text-transform: uppercase;
}

.status {
  text-transform: uppercase;
}

.progbar.erledigt {
  background: #a1d300;
}

.gruppen-col {
  position: relative;
}

.gruppen-col h3 {
  font-weight: normal;
}

.gruppen-col a {
  z-index: 80;
  position: relative;
}

.gruppen-col a:hover,
.gruppen-col a:focus {
  text-decoration: none !important;
}

.template-dashboard .card a {
  color: #575756;
}

.probar.ueberfaellig .delunte:hover .fa,
.delunte:focus .fa,
.delimg:hover .fa,
.delimg:focus .fa,
.addimg:hover .fa,
.addimg:focus .fa {
  display: inline !important;
}

.news-heading-href {
  color: #292b2c;
}

.news-heading-href:hover,
.news-heading-href:focus {
  color: #292b2c;
  text-decoration: none;
}

.category-fav {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 150px;
}

#onboardingModal .owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  padding: 15px 22px;
  background: #E84E1B;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  bottom: -15px;
  position: relative;
  z-index: 109;
  margin: 0 0 0 1px;
}

#onboardingModal .owl-theme .owl-nav .disabled {
  background: white !important;
}


#onboardingModal > .modal-lg,
#onboardingModal > .modal-lg > .modal-content {
  max-width: 1000px !important;
}

.news-heading-content {
  display: block;
  width: 100%;
  overflow: hidden;
  max-height: 180px;
}

@media (max-width: 991px) {
  #main_navigation {
    min-height: 60px;
  }

  .logocontainer {
    text-align: left !important;
  }

  header.banner.mb-5 {
    margin-bottom: 1rem !important;
  }

  .searchwrap {
    display: none;
  }

  .navbar-collapse.show {
    width: 100%;
  }

  /*#main_navigation {
        background: white !important;
    }*/
  body .insertnav-login,
  body .insertnav-register,
  body .insertnav-loggedin {
    float: left;
    width: 50% !important;
    display: table;
    max-width: 100% !important;
  }

  body .insertnav-login a,
  body .insertnav-register a,
  body .insertnav-loggedin a {
    background: #f8f8f8;
  }

  body .insertnav-loggedin {
    width: 100% !important;
  }

  body .insertnav-loggedin .dropdown-menu {
    width: 100%;
  }

  /*body .insertnav-login small,
    body .insertnav-register small {
        white-space: pre-wrap;
    }*/
  body .insertnav-login a,
  body .insertnav-register a {
    /*white-space: pre-wrap;*/
    width: 90%;
    padding: 5%;
    display: table;
  }

  ul#menu-main-menu {
    margin: 20px 0;
    width: 100%;
    text-align: center;
  }

  ul#menu-main-menu li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
    overflow: hidden;
  }

  ul#menu-main-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  ul#menu-main-menu li ul {
    width: 100%;
    text-align: center;
    border: none;
  }

  #main_navigation ul li ul li a {
    color: white;
  }
}

.post-329 {
  margin-bottom: -150px;
}

a:hover,
.btn:hover,
button:hover {
  cursor: pointer !important;
}

footer .col-12 a {
  margin-bottom: 10px;
  width: 100%;
  display: block;
}

.body-blackout {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.closehelp {
  position: fixed;
  top: 30px;
  right: 35px;
  color: white;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

.showhelp {
  display: none;
  position: absolute;
  right: 0;
}

.tooltip-inner {
  max-width: 350px;
}

.pointer {
  cursor: pointer;
}

.card.mt-2 .card-block .documents-text,
.card.mt-2 .card-block .fa.fa-user,
.card.mt-2 .card-block .fa.fa-plus-circle {
  padding: 15px 0;
}

.documents-text b {
  word-wrap: break-word;
}

.ui-state-active {
  color: #E84E1B;
}

.emp_following:hover .fa-times {
  display: block;
}

.emp_following .fa-times {
  display: none;
  font-weight: bold;
  position: absolute;
  right: 25px;
  z-index: 100;
  top: 10px;
}

.editdescription {
  position: relative;
}

.editdescription .fa-edit {
  color: #aaa;
  transition: color 0.3s;
}

.editdescription:hover .fa-edit,
.editdescription:focus .fa-edit {
  color: #E84E1B;
  transition: color 0.3s;
}

.addtext {
  transition: color 0.3s;
  display: table;
}

.addtext:hover,
.addtext:focus {
  color: #E84E1B;
  transition: color 0.3s;
  cursor: pointer;
}

.addtext.filled:hover,
.addtext.filled:focus {
  color: #aaa;
  transition: color 0.3s;
  cursor: pointer;
}

.addtext.filled:hover i,
.addtext.filled:focus i {
  color: #E84E1B;
  transition: color 0.3s;
  cursor: pointer;
}

.status span.btn {
  cursor: initial !important;
}

button.btn.btn-tert {
  background: transparent !important;
  border: 1px solid #E84E1B !important;
  color: #E84E1B !important;
  transition: color 0.3s, background 0.3s;
}

button.btn.btn-tert:hover,
button.btn.btn-tert:focus {
  background: #E84E1B !important;
  border: 1px solid #E84E1B !important;
  color: white !important;
  transition: color 0.3s, background 0.3s;
}

.udate {
  position: relative;
}

span.plan-emp-unte:hover,
span.plan-emp-unte:focus {
  cursor: pointer;
}

.btn.backButton {
  padding: 15px;
  font-weight: bold;
  border-radius: 3px;
  color: #5a5a5a;
  border-color: #ccc;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
}

.btn.backButton:hover,
.btn.backButton:focus {
  border-color: #E84E1B;
  color: #E84E1B;
}

.fa-minus-circle {
  cursor: pointer;
}

#ui-datepicker-div {
  z-index: 999999 !important;
}

.modal-footer .fa-minus-circle {
  opacity: 1;
  margin-top: 4px;
  color: #aaa;
  transition: color 0.3s;
}

.modal-footer span.delemp {
  cursor: pointer;
  position: absolute;
  left: 15px;
  transition: color 0.3s;
  color: #aaa;
}

.modal-footer span.delemp:hover,
.modal-footer span.delemp:focus,
.modal-footer span.delemp:hover .fa-minus-circle,
.modal-footer span.delemp:focus .fa-minus-circle {
  color: #E84E1B;
  transition: color 0.3s;
}

a.helpbutton:hover {
  cursor: help !important;
}

.insertnav-loggedin {
  top: 10px;
}

.content-container-wrap {
  background: #f3f4f6;
}

.single-bdsg .content-container-wrap,
.post-type-archive-bdsg .content-container-wrap,
.single-dsgvo .content-container-wrap,
.post-type-archive-dsgvo .content-container-wrap,
.single-erwaegungen .content-container-wrap,
.post-type-archive-erwaegungen .content-container-wrap,
.single-bdsg .wrap.container,
.post-type-archive-bdsg .wrap.container,
.single-dsgvo .wrap.container,
.post-type-archive-dsgvo .wrap.container,
.single-erwaegungen .wrap.container,
.post-type-archive-erwaegungen .wrap.container,
.post-template-default.single.single-post .content-container-wrap {
  background: white;
}

.emp-row {
  transition: 0.4s;
  margin: 0;
}

.emp-name {
  font-weight: bold;
  width: 100%;
  display: table;
  border: 1px solid #eee;
  padding: 10px 15px;
  background: #fafafa;
  cursor: default;
  margin-top: -1px;
  font-size: 14px;
}

.toggle-emp.collapse,
.toggle-emp.collapsing {
  width: 100%;
  background: #f8f8f8;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  padding: 15px !important;
}

.marui {
  background: #f3f3f3;
  border-radius: 99px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  line-height: 32px;
  display: table;
  text-align: center;
  float: right;
  transition: 0.3s;
}

.marui i {
  transition: 0.3s;
  background: transparent !important;
}

.marui:hover,
.marui:focus {
  background: #E84E1B;
  color: white !important;
}

.marui:hover i,
.marui:focus i {
  background: #E84E1B;
  color: white !important;
}

.emp-firstname,
.emp-lastname {
  line-height: 32px;
}

.modal-body .emp-row .toggle-emp.last-row {
  padding-top: 50px !important;
  border-top: 1px solid #e9e9e9;
  margin-top: -1px;
}

.mwidth-40p {
  max-width: 40%;
}

/* Chosen */
.chosen-container-multi .chosen-choices {
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  background: none;
  caret-color: #555;
}

.chosen-container-multi.chosen-container-active .chosen-choices {
  border-radius: 0.25rem 0.25rem 0 0;
  border-bottom: none;
  box-shadow: none;
}

.chosen-container .chosen-drop {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 0.25rem 0.25rem;
}

.chosen-container-multi .chosen-choices li.search-choice {
  border: none;
  color: white;
  background: #E84E1B;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  border-radius: 0.15rem;
  box-shadow: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background-image: url("chosen-sprite-white-x.png") !important;
  top: 9px;
  right: 5px;
}

.chosen-container-multi .chosen-results li.highlighted {
  background: #a3a3a3;
}

.chosen-container-multi .chosen-results li:nth-child(even) {
  background: #f8f8f8;
}

.chosen-container-multi .chosen-results li.active-result:hover,
.chosen-container-multi .chosen-results li.active-result:focus {
  background: #a3a3a3;
}

article.type-post div.entry-content table tr th {
  text-align: center;
  border: 1px solid #eee;
  padding: 10px;
  background: #f8f8f8;
}

article.type-post div.entry-content table tr td {
  vertical-align: top;
  border: 1px solid #eee;
  padding: 10px;
}

article.type-post div.entry-content table tr td ul {
  margin: 0;
  padding: 0 0 0 20px;
}

article.type-post div.entry-content table tr td ul li {
  margin-bottom: 10px;
}

article.type-post div.entry-content table tr td li:last-child {
  margin-bottom: 0;
}

.active-member a {
  color: #8e999d !important;
}

.mg-ml-15 {
  margin-left: -15px;
}

.mg-mr-15 {
  margin-right: -15px;
}

.mr-t-0 {
  margin-top: 0;
}

.mr-t-15 {
  margin-top: 15px;
}

.abc-member-wrapper {
  display: inherit;
  flex-wrap: inherit;
}

.line-height-1-1rem {
  line-height: 1.1rem;
}

.spacer-15 {
  min-height: 15px;
}

span.delemployee,
span.actemployee {
  float: left;
  left: 15px;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
  color: #aaa;
  line-height: 38px;
  top: 2px;
  height: 38px;
  font-size: 0.8rem;
}

span.delemployee:hover,
span.delemployee:focus,
span.delemployee:hover .fa-minus-circle,
span.delemployee:focus .fa-minus-circle,
span.actemployee:hover,
span.actemployee:focus,
span.actemployee:hover .fa-plus-circle,
span.actemployee:focus .fa-plus-circle {
  color: #292b2c;
}

span.delemployee i.fa-minus-circle,
span.actemployee i.fa-plus-circle {
  opacity: 1;
  margin-top: -1px;
  color: #aaa;
  transition: color 0.3s;
  line-height: 38px;
  height: 38px;
}

.min-w-100 {
  min-width: 100px;
}

.ui-autocomplete-category {
  font-weight: bold;
  line-height: 1.5;
  color: #E84E1B;
}

.activeMember.ui-menu-item a {
  color: black;
}

.inactiveMember.ui-menu-item a {
  color: grey;
}

.staff-add-wrapper {
  margin-top: 15px;
  display: table;
  float: left;
  margin-right: 15px;
}

.planned-for {
  margin-top: 10px;
}

.sendEmail,
.sendEmailUpdate {
  margin-left: 5px;
}

.btn-primary.disabled:hover {
  cursor: not-allowed !important;
}

.light-green {
  color: #a1d300;
}

.green-background {
  background: #a1d300 !important;
}

.border-bottom-2-green.active {
  border-bottom: 2px solid #a1d300 !important;
}

.border-bottom-2-red.active {
  border-bottom: 2px solid #d00242 !important;
}

.border-bottom-2-orange.active {
  border-bottom: 2px solid #ff9e00 !important;
}

.pd-l-0 {
  padding-left: 0;
}

.pd-r-0 {
  padding-right: 0;
}

.mg-r-15 {
  margin-right: 15px;
}

.status-headline {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mg-bottom-15 {
  margin-bottom: 15px;
}

.status-quo-member {
  color: dimgrey;
  margin-bottom: 30px;
  min-height: 30px;
}

#statusQuoTabContent {
  color: dimgrey;
}

.max-w-600 {
  max-width: 600px;
  width: 600px;
}

.user-headline {
  font-weight: bold;
  margin-bottom: 10px;
}

.border-bottom-2-grey {
  border-bottom: 2px solid rgb(236, 238, 239);
}

.function-group {
  border: 1px solid #E84E1B;
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
}

.p-24-0 {
  padding: 24px 24px 0 24px;
}

.p-0-24 {
  padding: 0 24px 12px 24px;
}

.easy-autocomplete {
  width: 100% !important;
}

.easy-autocomplete input {
  width: 100%;
}

.not-allowed {
  opacity: 0.4;
}

.not-allowed:hover,
body a.not-allowed:hover span.grey-light,
.not-allowed .span.grey-light:hover {
  box-shadow: none !important;
  transition: none !important;
  color: #8e999d !important;
  cursor: default !important;
}

.gruppen-col .blocked .fa.fa-lock {
  position: absolute;
  right: 33px;
  top: 8px;
  font-size: 1.5rem;
  z-index: 99;
  padding: 10px;
  color: #acacac;
}

#new-user.disabled {
  cursor: not-allowed;
}

/***** UPDATE E-LEARNING TERMIN BOXEN: 30.01.2019 *****/
.gruppen-col a.gruppe {
  z-index: initial;
  padding: 1.5rem 0.75rem !important;
}

.gruppen-col .gruppe .row {
  padding-left: 40px;
  font-size: 14px;
}

.gruppen-col .gruppe .row.mb-3 {
  padding-left: 0;
  font-size: 16px;
}

.gruppen-col .gruppe .planned-for {
  padding-bottom: 10px;
  margin-top: 20px;
}

.termin-type-presence {
  background: url("../../resources/assets/images/ico-presence-event.png") 5px
  3px no-repeat transparent;
  background-size: 20px;
  padding-left: 40px;
  display: table;
}

.termin-type-elearning {
  background: url("../../resources/assets/images/ico-elearning-event.png") 2px
  3px no-repeat transparent;
  background-size: 20px;
  padding-left: 40px;
  display: table;
}

.more-hellip {
  font-size: 32px;
  color: #a19faa;
  display: table;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 75%;
  float: right;
  font-weight: bold;
  position: relative;
  z-index: 55;
  margin-top: -9px;
  font-family: 'Roboto', sans-serif;
}

.more-hellip .termin-menu {
  top: 22px;
  display: none;
  position: absolute;
  z-index: 999;
  font-family: 'Roboto', sans-serif;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.075);
}

.more-hellip .termin-menu::before {
  content: " ";
  display: table;
  width: 10px;
  height: 10px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  transform: rotate(-45deg);
  position: relative;
  top: 5px;
  left: 16px;
  background: white;
}

@media only screen and (max-width: 767px) {
  .more-hellip .termin-menu {
    left: -100px;
  }

  .more-hellip .termin-menu::before {
    left: initial;
    right: 16px;
  }
}

.more-hellip .termin-menu .termin-menu-sub {
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
  background: white;
}

.more-hellip .termin-menu .termin-menu-sub li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding: 5px 10px;
  min-width: 128px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  transition: all 0.1s;
}

.more-hellip .termin-menu .termin-menu-sub li .fa {
  float: right;
  color: #414141;
  padding: 4px 0 0;
  background: transparent;
  border-radius: 0;
  font-size: 16px;
}

.more-hellip .termin-menu .termin-menu-sub li:last-child {
  border-bottom: none;
}

.more-hellip .termin-menu .termin-menu-sub li:last-child .fa {
  padding: 4px 4px 0;
}

.more-hellip:hover,
.more-hellip:focus {
  background: #f8f8f8;
}

.more-hellip:hover .termin-menu,
.more-hellip:focus .termin-menu {
  display: block;
}

.more-hellip .termin-menu .termin-menu-sub li:hover,
.more-hellip .termin-menu .termin-menu-sub li:focus {
  color: #414141;
}

/***** UPDATE CHOSEN JS STYLES: 30.01.2019 *****/
div#mitarbeiter_select_chosen ul.chosen-choices,
div#mitarbeiter_select_update_chosen ul.chosen-choices {
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
}

div#mitarbeiter_select_chosen ul.chosen-choices li.search-choice,
div#mitarbeiter_select_update_chosen ul.chosen-choices li.search-choice {
  background: #E84E1B;
  color: white;
  border: none;
  box-shadow: none;
  padding: 8px 24px 8px 10px;
}

div#mitarbeiter_select_chosen
ul.chosen-choices
li.search-choice
a.search-choice-close,
div#mitarbeiter_select_update_chosen
ul.chosen-choices
li.search-choice
a.search-choice-close {
  background: url("chosen-sprite-white-x.png") -42px 1px no-repeat;
  top: 9px;
}

div#mitarbeiter_select_chosen
ul.chosen-choices
li.search-field
input[type="text"],
div#mitarbeiter_select_update_chosen
ul.chosen-choices
li.search-field
input[type="text"] {
  height: 32px;
  margin: 2px;
}

/***** UPDATE TIMEPICKER STYLES: 31.01.2019 *****/
select.ui-datepicker-month,
select.ui-datepicker-year {
  border: none;
  margin: 1rem 2%;
  width: 46%;
  background: #f7f7f7;
  padding: 5%;
}

a.ui-corner-all {
  font-size: 0.8rem;
}

td.ui-state-disabled,
a.ui-state-disabled span {
  color: #888;
  cursor: default;
}

a.ui-datepicker-prev {
  float: left;
  display: inline-table;
  padding-bottom: 10px;
}

a.ui-datepicker-next {
  float: right;
  display: inline-table;
  padding-bottom: 10px;
}

td.ui-datepicker-current-day {
  font-weight: bold;
}

div.ui-datepicker-title {
  border-top: 1px solid #eee;
  clear: both;
}

/***** UPDATE UNTERWEISUNG BOX STYLES: 31.01.2019 *****/
.planned-for nobr {
  display: table;
  padding-left: 20px;
}

/***** UPDATE UNTERWEISUNG THEMA MODAL STYLES: 31.01.2019 *****/
div#updateunterweisungModal select#termin_select,
div#completeUnterweisungModal select#termin_select,
form#unterweisungs_form select#thema {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: white;
  width: 100%;
  padding: 0.5rem;
  border-radius: 3px;
  margin: 0.5rem auto 1.5rem;
}

form#unterweisungs_form label#thema_label {
  margin-top: 1rem;
}

div#updateunterweisungModal select#termin_select,
div#completeUnterweisungModal select#termin_select {
  margin-bottom: 0;
}

form#unterweisungs_form .chosen-choices, #updateunterweisungModal .chosen-choices {
  height: 100px;
  overflow-y: scroll;
}

#addAll, #removeAll {
  background-color: #ccc;
  border-radius: 10px;
  display: inline;
  padding: 2px 5px;
  cursor: pointer;
}

#removeAll {
  display: none;
}

/***** UPDATE DOKU ARCHIV STYLES: 31.01.2019 *****/
td.doku-e-learning {
  background: url("../../resources/assets/images/ico-elearning-alt.png") center
  center no-repeat transparent;
  background-size: 23px 20px;
  text-indent: -9999px;
  min-width: 40px;
}

td.doku-presence {
  background: url("../../resources/assets/images/ico-praesenz-alt.png") center
  center no-repeat transparent;
  background-size: 20px 20px;
  text-indent: -9999px;
  min-width: 40px;
}

/***** E-LEARNING MODALS STYLES: 31.01.2019 *****/
div#unterweisungstyp-selektion div.modal-dialog,
div#unterweisungstyp-selektion div.modal-content,
div#eLearningModal div.modal-dialog,
div#eLearningModal div.modal-content,
div#updateELearningModal div.modal-dialog,
div#updateELearningModal div.modal-content {
  max-width: 996px;
}

div#unterweisungstyp-selektion a.e-preview {
  background: #ececec;
  text-align: center;
  border-radius: 99px;
  float: right;
  padding: 5px 15px;
  color: gray;
  font-size: 0.75rem;
  position: relative;
  top: 8px;
}

div#unterweisungstyp-selektion a.e-preview:hover,
div#unterweisungstyp-selektion a.e-preview:focus {
  text-decoration: none;
  color: black;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

div#unterweisungstyp-selektion input#obligatory-check {
  position: absolute;
  top: 0;
}

div#unterweisungstyp-selektion label#obligatory-label {
  position: absolute;
  top: -6px;
  left: 40px;
}

div#unterweisungstyp-selektion button#unterweisungstyp-next:disabled {
  cursor: default !important;
}

div#unterweisungstyp-selektion div.untweisungstyp {
  cursor: pointer;
  border-radius: 3px;
  border: 2px solid transparent;
}

div#unterweisungstyp-selektion div.untweisungstyp img.img-fluid {
  min-width: 100%;
}

div#unterweisungstyp-selektion div.unterweisungstyp-wrap {
  background: #f7f7f7;
  padding: 12px 18px;
}

div#eLearningModal div.modal-footer,
div#updateELearningModal div.modal-footer {
  position: relative;
}

div#eLearningModal span.obligatory-mark,
div#updateELearningModal span.obligatory-mark {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 0.8rem;
}

div#eLearningModal textarea#themen_save,
div#updateELearningModal textarea#themen_save {
  line-height: 28px;
  color: #888;
}

div.tooltip-time-info {
  background: #4a4a4a !important;
  padding: 0.75rem;
  border-radius: 2px;
}

input#emp_dates_remember:disabled {
  z-index: 999 !important;
  background: white !important;
  opacity: 0.55;
}

button#save_elearning:disabled,
button#save_update_elearning:disabled {
  cursor: default !important;
}

span#time-info,
span#reminder-info {
  position: absolute;
  top: 56%;
  max-width: 20px;
  right: -8px;
}

i.info-mark,
i.reminder-mark {
  font-size: 19px;
  color: #c6c4cf;
}

#dokunachweis_fileselection {
  position: relative;
  top: -4px;
}

/***** KLAUS PLAYER STYLES: 31.01.2019 *****/
div#root div.player-container div.carousel-inner img {
  max-width: 100%;
}

/***** UPDATE TOOLTIP STYLES: 31.01.2019 *****/
div.tooltip.show {
  opacity: 1;
}

div.tooltip-inner {
  background: #333;
  border-radius: 2px;
  padding: 10px;
}

div.tooltip.tooltip-top div.tooltip-inner::before,
div.tooltip.bs-tether-element-attached-bottom div.tooltip-inner::before {
  border-top-color: #333;
}

div.tooltip.tooltip-left div.tooltip-inner::before,
div.tooltip.bs-tether-element-attached-right div.tooltip-inner::before {
  border-left-color: #333;
}

div.tooltip.tooltip-bottom div.tooltip-inner::before,
div.tooltip.bs-tether-element-attached-top div.tooltip-inner::before {
  border-bottom-color: #333;
}

div.tooltip.tooltip-right div.tooltip-inner::before,
div.tooltip.bs-tether-element-attached-left div.tooltip-inner::before {
  border-right-color: #333;
}

.template-klaus-player {
  background: #f8f8f8;
}

.template-klaus-player header.banner {
  margin: 0 !important;
  padding: 3rem 0;
  background: white;
}

.template-klaus-player #breadcrumb {
  margin-bottom: 0 !important;
}

.template-klaus-player main {
  margin-top: 0 !important;
}

.player-container {
  background: white;
}

.player-container .col-md-9 {
  background: white;
  padding: 4rem;
  border: 1px solid #eee;
}

.player-container .col-md-3 {
  border: 1px solid #eee;
  background: white;
  border-left: none;
  padding: 0;
}

.player-container .carousel-item {
  padding: 15px;
  min-height: 440px;
}

.player-nav {
  padding-top: 3rem;
}

.player-nav .btn-next,
.player-nav .btn-prev {
  background: #E84E1B !important;
  color: white !important;
  border: none !important;
  padding: 15px 18px !important;
  outline: none !important;
  box-shadow: none !important;
}

.player-nav .btn-new {
  border: none !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.player-nav .btn-next {
  border-left: 1px solid white !important;
}

.btn.btn-transparent {
  background: transparent;
  color: #5a5a5a;
  outline: 0;
  box-shadow: none;
}

.btn.btn-transparent:hover,
.btn.btn-transparent:focus,
.btn.btn-transparent:hover i,
.btn.btn-transparent:focus i {
  color: #E84E1B;
  transition: all 0.3s;
}

.btn-addon {
  position: absolute;
  left: -62px;
  width: 200px;
  right: 0;
  bottom: -25px;
}

#register-wrap,
#login-wrap {
  display: inline-block;
  position: relative;
}

#login-name,
#login-pass {
  font-size: 12px;
}

body input.p-1,
body input.p-2,
body input.p-3,
body input.p-4,
body input.p-5 {
  padding: 0 10px !important;
  outline: none !important;
  box-shadow: none !important;
}

@-moz-document url-prefix() {
  body input.p-1,
  body input.p-2,
  body input.p-3,
  body input.p-4,
  body input.p-5 {
    padding: 1.5rem 1.25rem !important;
    outline: none !important;
    box-shadow: none !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body input.p-1,
  body input.p-2,
  body input.p-3,
  body input.p-4,
  body input.p-5 {
    padding: 1.5rem 1.25rem !important;
    outline: none !important;
    box-shadow: none !important;
  }
}

.carousel-type-image div {
  width: 100%;
}

.ctaBanner {
  border-bottom: 1px solid #e7e7eb;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}

.ctaBanner .row {
  align-items: center;
}

.ctaBanner small {
  color: #5c5c5c;
}

.ctaBanner .hideBanner {
  color: #ccc;
  cursor: pointer;
  transition: all 0.3s;
}

.ctaBanner .hideBanner:hover,
.ctaBanner .hideBanner:focus {
  color: #5c5c5c;
}

input[type="radio"]:disabled {
  cursor: default !important;
}

input[type="text"]:disabled {
  cursor: default !important;
  opacity: 0.65 !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
#main_navigation ul li a {
  font-weight: bold;
}
#menu-main-menu li ul li,
#menu-main-menu li.showhelp,
#menu-main-menu li.nav-search {
  border: none;
}

body .radio input[type="radio"] {
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
  width: 18px;
  height: 18px;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 4px;
  left: 2px;
}

.chosen-container .chosen-results li.highlighted {
  background: #f8f8f8 !important;
  color: black !important;
}

.memCount {
  font-weight: bold;
  padding: 5px 9px;
  background: #efefef;
  border-radius: 99px;
  color: #5a5a5a;
  font-size: 0.75rem;
  position: relative;
  top: -4px;
}

.memCount.noMem {
  color: #ccc;
}

.memCountLabel {
  position: relative;
  top: -4px;
  color: #888;
}

.topicWrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  color: initial;
  overflow: hidden;
  min-height: 300px;
}

.topicWrap:hover,
.topicWrap:focus,
.topicWrap:active {
  color: initial;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
}

.topicIconBar .bubble {
  text-shadow: 1px 1px #8C3416;
  font-size: 11px;
  font-weight: bold;
}

.topicTitleWrap {
  width: 100%;
  background: white;
  z-index: 10;
  height: 0;
  min-height: 42%;
  bottom: 0;
  top: initial;
  padding: 20px;
  position: absolute;
  transition: all 0.3s;
}

.listView .topicWrap {
  min-height: auto !important;
}

.listView .topicTitleWrap {
  bottom: 0;
  top: 0;
  position: absolute;
  right: 0;
  min-height: 100%;
  width: 66.66%;
  width: calc(66.66% - 10px);
}

.listView .img-fluid {
  width: 33.33%;
  max-width: 33.33%;
}

.listView .toggleDelay {
  opacity: 1 !important;
}

.listView .topicIconBar {
  position: absolute;
  top: 15px;
  right: 16px;
}

.listView .mt-4 {
  position: absolute;
  bottom: 20px;
}

.listView .topicDescription {
  max-width: 80%;
}


.topicWrap:hover .topicTitleWrap,
.topicWrap:focus .topicTitleWrap,
.topicWrap:active .topicTitleWrap {
  height: 100%;
}

.topicTitle {
  font-size: 18px;
}

.topicAssignedGroupsTitle {
  font-size: 12px;
}

.topicAssignedGroupName {
  border-radius: 99px;
  padding: 5px 10px;
  color: white;
  background: #E84E1B;
  font-size: 12px;
  float: left;
}

.toggleDelay {
  opacity: 0;
  transition: opacity 0.15s;
}

.topicWrap:hover .topicTitleWrap .toggleDelay,
.topicWrap:focus .topicTitleWrap .toggleDelay,
.topicWrap:active .topicTitleWrap .toggleDelay {
  opacity: 1;
  transition: opacity 0.6s;
}

.topicIconBar {
  margin-top: 8px;
  display: flex;
  align-items: center;
}

.topicIconBar .fa {
  font-size: 18px;
  color: #262626;
}

.topicIconBar .fa.fa-user-o {
  font-size: 16px;
}


.gridItem {
  width: 33.333%;
  padding: 0 5px;
  margin-bottom: 10px;
  float: left;
}

.grid {
  max-width: 100%;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

#filterWrap {
  padding-left: 5px;
}

#filterWrap br {
  clear: both;
}

#filterWrap strong {
  padding: 6px 0;
  font-weight: bold;
  display: table;
  float: left;
}

#filterWrap button {
  outline: none !important;
  box-shadow: none !important;
}

.activeFilter,
.activeView {
  background: #5a5a5a !important;
  border-color: #5a5a5a !important;
  outline: none !important;
  box-shadow: none !important;
  color: white !important;
}

#showTiles,
#showList {
  padding: 0;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: transparent !important;
  border: none !important;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
}
#showTiles {
  background-image: url("../../resources/assets/images/ico_kacheln_inaktiv.png") !important;
}
#showList {
  background-image: url("../../resources/assets/images/ico_liste_inaktiv.png") !important;
}
#showTiles.activeView {
  background-image: url("../../resources/assets/images/ico_kacheln_aktiv.png") !important;
}
#showList.activeView {
  background-image: url("../../resources/assets/images/ico_liste_aktiv.png") !important;
}

#quickSearch {
  padding: 14px;
  border: 1px solid #dddddd;
  float: right;
  margin-top: -1.25rem;
  margin-right: 5px;
  min-width: 361px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1) inset;
}

.img-copy {
  position: absolute;
  top: 3px;
  right: 5px;
  color: white;
  text-shadow: 0 1px black;
  font-size: 9px;
  text-align: right;
  max-width: 95%;
}

.card.loggedOut {
  border: none !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.btn.btn-tertiary,
.btn.modal-close {
  padding: 6px 12px;
  background: transparent;
  outline: none;
  box-shadow: none;
  color: #5a5a5a;
  border-color: #5a5a5a;
  border-radius: 3px;
}

.btn.modal-close {
  padding: 10px 16px;
  margin: 0 0 0 15px;
}

.btn.btn-tertiary:hover,
.btn.btn-tertiary:focus,
.btn.btn-tertiary:active,
.btn.modal-close:hover,
.btn.modal-close:focus,
.btn.modal-close:active {
  border-color: #E84E1B;
  color: #E84E1B;
}

.btn.modal-submit {
  padding: 10px 16px;
  background: #E84E1B;
  outline: none;
  box-shadow: none;
  color: white;
  border-color: #E84E1B;
  border-radius: 3px;
  margin: 0 0 0 15px;
}

.btn.modal-submit:hover,
.btn.modal-submit:focus,
.btn.modal-submit:active {
  background: #E84E1B;
  border-color: #E84E1B;
  color: white;
}

.modal-dialog,
.modal-content {
  max-width: 800px;
  width: 100%;
}

.modal-content {
  border-radius: 3px;
}

.modal-header,
.modal-footer {
  padding: 15px 30px;
}

.modal-body {
  margin: 0 !important;
  padding: 30px !important;
}

.modal-body .form-group {
  margin: 0;
}

.modal-body .row {
  margin-bottom: 20px;
}

.modal-body .row:last-child {
  margin-bottom: 0;
}

.modal-body label {
  font-size: 14px;
  margin-bottom: 9px;
  margin-top: -1px;
}

.modal-body .add-emp,
.modal-body .adddoc {
  display: table;
  cursor: pointer;
  float: right;
  padding: 15px 0 0;
}

.btn.btn-file {
  font-weight: normal;
}

.obligatoryHint {
  font-size: 0.6rem;
  color: #afafaf;
  position: absolute;
  right: 30px;
  bottom: 3px;
}

.loading {
  left: 30px;
  position: absolute;
  font-weight: bold;
  font-size: 15px;
}

.modal-body .editGroupsRow label {
  position: relative;
  top: -1px;
  font-size: 15px;
}

.cke_chrome {
  border: none !important;
}

#video-container {
  border: 1px solid #ddd;
}

.video-thumbnail:hover,
.video-thumbnail:active,
.video-thumbnail:focus {
  color: white !important;
  text-decoration: none;
  cursor: pointer;
}

.video-thumbnail:hover .video-overlay {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.video-thumbnail.video-thumbnail-active .video-overlay {
  background-color: rgba(55, 140, 190, 0.75);
}

.video-thumbnail-active:hover .video-overlay {
  background-color: rgba(55, 140, 190, 0.8) !important;
}

.cke_button__about {
  display: none !important;
}

.obg {
  opacity: 1 !important;
}

.lh-2 {
  line-height: 2;
}

.owl-carousel.owl-loaded {
  position: relative;
}

.owl-prev {
  width: 30px;
  height: 30px;
  padding: 0 !important;
  line-height: 30px;
  background-color: white !important;
  color: #E84E1B !important;
  border-radius: 100% !important;
  border: 1px solid #ddd;
  position: absolute;
  left: -3%;
  top: 50%;
  margin: 0;
  text-align: center;
  transform: translateY(-50%);
}

.owl-next {
  width: 30px;
  height: 30px;
  padding: 0 !important;
  line-height: 30px;
  background-color: white !important;
  color: #E84E1B !important;
  border-radius: 100% !important;
  border: 1px solid #ddd;
  position: absolute;
  right: -3%;
  top: 50%;
  margin: 0;
  text-align: center;
  transform: translateY(-50%);
}
.picwrap {
  position: relative;
}
.owl-theme .owl-nav .disabled {
  opacity: 0;
}

.ui-datepicker {
  z-index: 10010 !important;
}

body button[disabled],
body button[disabled]:hover,
body button[disabled]:focus {
  cursor: default !important;
}

.alert-success,
.alert-warning,
.alert-danger {
  background: #666 !important;
  font-size: 0.8rem !important;
  border-radius: 3px !important;
  padding: 1rem !important;
  margin: 2rem 0 0.5rem 0 !important;
  color: white !important;
  border: none !important;
}

#limitModal .alert-success,
#limitModal .alert-warning,
#limitModal .alert-danger,
#accountSubscriptionModal .alert-success,
#accountSubscriptionModal .alert-warning,
#accountSubscriptionModal .alert-danger {
  margin-top: 0 !important;
}

.template-homepage .main {
  margin-top: 0;
}

.template-homepage .orange {
  color: #E84E1B !important;
}

.template-homepage > .wrap h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #292b2c;
}

.template-homepage > .wrap h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 38px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #E84E1B;
}

.template-homepage > .wrap strong {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #292b2c;
}

.template-homepage > .wrap h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #292b2c;
}

.template-homepage > .wrap .bg-content {
  background-clip: content-box;
}

.template-homepage > .wrap #bottomtext {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}

@media (min-width: 768px) {
  .template-homepage > .wrap #bottomtext {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.template-homepage #workflow strong {
  font-size: 20px;
}

.template-homepage #workflow p {
  max-width: 475px;
}

.template-homepage .lines:before,
.template-homepage .lines:after {
  content: " ";
  width: 33%;
  height: 1px;
  margin: 0 10px;
  vertical-align: text-top;
  background-color: #d1d1d1;
  display: none;
}

@media (min-width: 1200px) {
  .template-homepage .lines:before,
  .template-homepage .lines:after {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .template-homepage > .wrap .arrow-right:before {
    background-image: url("../images/arrow-right.svg");
    background-size: 50px 120px;
    display: inline-block;
    width: 50px;
    height: 120px;
    content: "";
    position: absolute;
    bottom: 0px;
    right: -50px;
  }

  .template-homepage > .wrap .arrow-left:before {
    background-image: url("../images/arrow-left.svg");
    background-size: 50px 120px;
    display: inline-block;
    width: 50px;
    height: 120px;
    content: "";
    position: absolute;
    bottom: 0;
    left: -50px;
  }
}

.template-homepage > .wrap .owl-prev,
.template-homepage > .wrap .owl-next {
  position: absolute;
  top: 45%;
  background: #fff;
  box-shadow: 0 2px 0 0 rgba(218, 218, 218, 0.5);
}

.template-homepage > .wrap .owl-prev:hover,
.template-homepage > .wrap .owl-next:hover {
  padding: 1rem 1.4rem;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
}

.template-homepage > .wrap .owl-prev {
  left: -75px;
}

.template-homepage > .wrap .owl-next {
  right: -75px;
}

.template-homepage > .wrap .owl-item span {
  box-shadow: 0 2px 0 0 rgba(218, 218, 218, 0.5);
  min-height: 65px;
}

.template-homepage > .wrap .owl-stage {
  padding-bottom: 5px;
}

.template-homepage > .wrap .funktionicon {
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 2px solid #E84E1B;
  width: 48px;
  height: 48px;
}

.bubble {
  cursor: default;
  background: #E84E1B;
  padding: 4px 10px;
  border-radius: 99px;
  font-size: 0.9rem;
  color: white !important;
}



.single-unterweisungen .main .bubble {
  position: relative;
  top: -25px;
  left: 5px;
}

.category .bubble {
  position: relative;
  left: 5px;
  font-size: 0.7rem;
}

.category article .text-muted {
  clear: left;
}

.category a.headline strong.h6 {
  max-width: 85%;
  float: left;
}

.topicWrap .img-copy {
  right: initial;
  left: 5px;
}

.changeWrap {
  list-style: none;
}

.changedate {
  color: #aaa;
  font-size: 0.9rem;
}

.tertiaryColor {
  color: #E84E1B;
}

.bgTertiary {
  background: #E84E1B !important;
  color: white !important;
}

#criticalChangeWarning button#closeWarning.btn {
  border-color: white !important;
  color: white !important;
  border-radius: 2px;
  transition: all 0.3s !important;
}

#criticalChangeWarning button#closeWarning.btn:hover,
#criticalChangeWarning button#closeWarning.btn:focus {
  border-color: white !important;
  color: #E84E1B !important;
  background: white !important;
}

#criticalChangeWarning p {
  font-size: 0.9rem;
}

#criticalChangeWarning #warningMark {
  float: left;
  height: 100%;
  display: table;
}

#criticalChangeWarning .col-md-8 {
  height: 100%;
  display: table;
}

#criticalChangeWarning .fa-exclamation-triangle {
  font-size: 3rem;
  margin-right: 1.35rem;
}
.criticalInfo {
  text-decoration: none !important;
  cursor: pointer;
}
.editDokuNachweis {
  font-size: 0.9rem;
}
.table.dokunachweis a,
.editDokuNachweis {
  transition: all 0.3s;
  cursor: pointer !important;
}

.table.dokunachweis a:hover,
.table.dokunachweis a:focus {
  text-decoration: none;
}

.table.dokunachweis .editDokuNachweis:hover,
.table.dokunachweis .editDokuNachweis:focus {
  color: #292b2c !important;
}

body .btn.btn-primary.btn-alt {
  border-radius: 2px;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  background: #e84e1b;
  border: none !important;
}

body .btn.btn-primary.btn-alt:hover,
body .btn.btn-primary.btn-alt:focus {
  background: #cb4418;
  border: none !important;
}

.helmandgloves {
  background: url('../images/header-image.jpg') center right no-repeat !important;
  background-size: cover !important;
}

.bg-grey {
  background: #f7f7f7;
}

main.main {
  border-top: 1px solid #eee !important;
  background: white;
}

.dot {
  float: left;
  z-index: 20;
  height: 6px;
  width: 6px;
  background-color: #8F999D;
  border-radius: 50%;
  display: block;
  position: relative;
  top: 10px;
  left: 20px;
  margin-right: 3px;

}



.embed-responsive {

  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;

}

.browserbar {

  border-top: 16px solid #E9E9E9;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0 22px 24px rgba(0, 0, 0, 0.14);
  z-index: 10;

}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;

}
.btn {
  border-radius: 2px !important;
}


.dsgvobdsg div.lst div.mb-2:nth-child(even) {
  background: #f1f1f1;
  padding: 5px 0;
}
.dsgvobdsg div.lst div.mb-2:nth-child(odd) {
  background: #f4f4f4;
  padding: 5px 0;
}

#accordion div.lst div.accontent:nth-child(even) {
  background: #f1f1f1;
}
#accordion div.lst div.accontent:nth-child(odd) {
  background: #f4f4f4;
}

.lawcontent .fa-list-ul {
  margin-right: 10px;
}

/*** IE fix: sidebar text overflow ***/
.list-group p.mb-1 {
  display: table;
}


@media (max-width: 768px) {
  .lawnav .btn{
    width:100%;
  }
  h1 {
    word-wrap: break-word;
  }
  .navbar-toggler {
    margin-right: 15px;
  }
}
.headingsbg {
  color: #555;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.headingsbg span {
  font-size: 80%;
}
.lawcontent h2 {
  margin-top: 2rem;
}
#accordion .row {
  width: 100%;
}
#accordion .collapse {
  width: 100%;
}
#accordion button {
  background: #E84E1B;
  color: white;
  border-bottom: #1573C6 1px solid;
  cursor: pointer;
  white-space: normal;
  text-decoration: none !important;
}
.accontent .col-12 {
  line-height: 1;
}
#accordion button .col-1 {
  padding-left: 0;
  vertical-align: middle;
  line-height: 100%;}
#accordion button[aria-expanded="true"] {
  background: #1573C6;
}
.empfehlung-erwaegungsgruende a,
.empfehlung-bdsg-paragraphen a,
.empfehlung-dsgvo-artikel a {
  width: 100% !important;
  display: table;
  margin-bottom: 5px;
}
.merken {
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: 10px;
  background-size: 10px;
  cursor: pointer !important;
}
.merken:hover,
.merken:focus {
  text-decoration: underline;
}
.me-full {
  background-image: url("../../resources/assets/images/merken.png");
}

.me-empty {
  background-image: url("../../resources/assets/images/merken_outline.png");
}

.notes {
  background-color: white;
  background-clip: content-box;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid white;
  position: relative;
  left: 20px;
  top: -16px;
}
.single-presentation #fav,
.single-presentation .video-thumbnail {
  cursor: pointer;
}
.single-presentation .video-thumbnail.obg {
  cursor: initial;
}
#accordion .fa-caret-down {
  display: block;
}
#accordion .fa-caret-up {
  display: none;
}
#accordion button[aria-expanded="true"] .fa-caret-up {
  display: block;
}
#accordion button[aria-expanded="true"] .fa-caret-down {
  display: none;
}
@keyframes highlightbox {
  from {top: 0;}
  to {top: -5px;}
}

#register-wrap a {
  border-radius: 33px !important;
  background: white !important;
  color:#E84E1B !important;
  line-height: 1.5;
}

#register-wrap a:hover,
#register-wrap a:focus {
  background: #E84E1B !important;
  color: white !important;
}

#register-wrap .orange.btn-addon {
  color: #575756  !important;
}

#login-wrap button {
  border: 1px solid white !important;
  color: #E84E1B !important;
  margin-left: 1rem !important;
}

#login-wrap button:hover,
#login-wrap button:focus {
  background: white !important;
  color: #E84E1B !important;
}

.btn.btn-secondary.limitMarker {
  cursor: default !important;
  border: none !important;
  background: white !important;
  font-weight: normal !important;
  color: #464d55;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.025);
}
.btn.btn-secondary.limitMarker:hover,
.btn.btn-secondary.limitMarker:focus {
  color: #464d55;
}
.btn.btn-secondary.limitMarker img {
  margin-top: -5px
}
.btn.btn-secondary.limitMarker span {
  cursor: pointer !important;
}

.btn.btn-primary.limitToggle,
.btn.btn-primary.restrictionToggle{
  opacity: 0.65;
  background: #355a75;
  border-color: #355a75;
}

#dashboardTabContent tbody,
#membersContent .abc-member-wrapper,
#dashboardTabContent #mitarbeiter {
  border-bottom: 3px solid #e1e2e4;
}

.boxWrap {
  background: white;
  border-bottom: 3px solid #e1e2e4;
  width: 100%;
  padding: 1.5rem;
}

html body .tooltip-inner {
  color: white !important;
}

.modal-backdrop {
  z-index: 1000;
}

.licenceTitle {
  padding: 1rem;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.04);
  background: #333;
  cursor: pointer;
}
.licenceTitle.bg-orange {
  background: #E84E1B;
}
.licencePreselected .licenceTitle {
  padding: 1.75rem 1rem;
  background: #E84E1B;
}
.registrierung .licencePrice {
  padding: 1.5rem 1rem;
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e9;
  margin-bottom: 5px;
}
.licencePrice span {
  font-weight: normal;
  font-size: 0.85rem;
  top: -1rem;
  position: relative;
}
.licencePrice sup {
  top: -0.5rem;
}
.licenceContent {
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.04);
  padding: 1.5rem;
}
.licenceContent ul {
  padding: 1.25rem 0;
  margin: 0;
  border-bottom: 1px solid #e5e5e9;
}
.licenceContent ul li {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
.licenceContent ul li:last-child {
  margin-bottom: 0;
}
.licenceContent .licenceVal {
  display: table;
  float: left;
  width: 2.5rem;
  margin-right: 1rem;
  text-align: right;
  font-weight: bold;
}
#features .licenceContent .licenceVal {
  width: auto;
}
#features .licenceContent ul {
  border-bottom: none;
}
.notFeatured {
  color: #a9a9a9;
}
.licenceSelect {
  background: #333;
  margin: 1.25rem auto 0;
  display: table;
  color: white;
  font-weight: bold;
  border-radius: 2px;
  outline: none !important;
  box-shadow: none !important;
  padding: .9rem 1.75rem;
  font-size: 1rem;
  text-transform: uppercase;
  border: none !important;
    font-family: 'Roboto', sans-serif;
}
.licencePreselected .licenceSelect {
  background: #E84E1B;
  color: white;
}
.licenceFeatureExtender {
  display: table;
  padding:  1rem 0;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e9;
  position: relative;
}
.licenceFeatureExtender:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
}
.licenceFeatureExtender[aria-expanded="true"]:after {
  content: "\f0d8";
}
.licenceToggle ul:last-child {
  border-bottom: none;
}
#submit {
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  padding: 0.75rem 2.25rem;
}
.box {padding: 4em; border:3px solid #318ddb; border-radius:5px; background-color:#ffffff;}
.box2 {padding: .2em 1em; border:3px solid #318ddb; border-radius:5px; background-color:#318ddb;}
.box2 h2 {color:#000000; font-size:22px; margin-bottom:0;}
.box2 p {color:#ffffff; font-size:16px; margin-bottom:0;}
.kristin-naomi {max-width:220px;    border: 3px solid #000000;
    border-radius: 85px;margin-top:-1em; margin-left:-2em;}
.box3 {padding: 2em 1em; border:0; border-radius:5px; background-color:rgba(242,173,114,.6); margin-top:0; font-size:18px;}
.box3 h2 {color:#000000; font-size:22px; margin-bottom:0;}
#twelve-point-star {
  height:150px;
  width:150px;
	text-align: center;
	margin-top:-4em;
	margin-left:4em;
	color:#000;
  position:absolute;
	right:1em;
	top:-2.5em;
  background-color:#ffd42b;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-delay:2.5s;
  -webkit-animation-delay:2.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 0;
  -webkit-animation-fill-mode:forwards;
   animation-fill-mode:forwards;
	z-index: 10;

}
 
#twelve-point-star:before {
   height: 150px;
   width: 150px;
   background: #ffd42b;
   content:"";
   position: absolute;
		right:0;
	top:0;
   /* Rotate */
   -moz-transform: rotate(30deg);
   -webkit-transform: rotate(30deg);
   -ms-transform: rotate(30deg);
   -o-transform: rotate(30deg);
   transform: rotate(30deg);
	z-index:1;

}
 
#twelve-point-star:after {
   height: 150px;
   width: 150px;
   background: #ffd42b;
   content:"";
   position: absolute;
		right:0;
	top:0;
   /* Rotate */
   -moz-transform: rotate(-30deg);
   -webkit-transform: rotate(-30deg);
   -ms-transform: rotate(-30deg);
   -o-transform: rotate(-30deg);
   transform: rotate(-30deg);
	z-index:1;
}
@-webkit-keyframes pulse{
  0%{
    opacity: 0;
  }
  10%{
    opacity:.50;
    transform-origin: 50% 50%;
    transform: rotate(2deg) scale(5);
    transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100%{
    opacity:1;
    transform: rotate(15deg) scale(1);
  }
}
#twelve-point-star a{ color:#000; padding-top:2em; font-size:2em; z-index:100; position:relative;top: 1em;}
.marquee {
		max-width: 100vw; 
		white-space: nowrap;
		overflow: hidden;
	background-color:#000000;
	color:#C40104;
	font-weight:bold;
	font-size:1.5em;
		
	}

	.marquee span {
		display: inline-block;
		padding-left: 105%; 
		animation: marquee 30s linear infinite;
	}

	.marquee span:hover {
		animation-play-state: paused 
	}

	@keyframes marquee {
		0%   { transform: translateX(0); }
		100% { transform: translateX(-100%); }
	}
@media (max-width:700px){
	#twelve-point-star{margin-top:-9em;}
	.box3 {padding-top:7em;}
	.kristin-naomi {margin:0 auto;}
}