/*Allgemein
**********************************************************************************/
.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.2 !important;
}

.lh-base {
  line-height: 1.49 !important;
}

.lh-lg {
  line-height: 1.4 !important;
}

html,
body {
  height: 100%;
  margin: 0 !important;
}

header {
  width: 100%;
  height: auto;
}

body {
  background-color: #FFFFFF;
  /*padding-bottom: 3rem;*/
  color: #4f4f4f;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input {
  /* font-family: Times New Roman, sans-serif*/
  font-family: inherit;
  -webkit-user-select: text;
  /* Chrome, Opera, Safari */
  -moz-user-select: text;
  /* Firefox 2+ */
  -ms-user-select: text;
  /* IE 10+ */
  user-select: text;
  /* Standard syntax */
}

.border-warning {
  border-width: 2px !important;
}

/*
  #button-erwerben {
    margin-bottom: 3px;
    background-color: #256dbc;
    color: white;
  }
  */

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}                              

.btn:disabled {
  background-color: gray !important;
}

#button-confirm:disabled {
  color: white !important;
  background-color: gray !important;
}

.link:hover {
  color: #39a4d2 !important;
  text-decoration: none;
}

.line-height-1 {
  line-height: 1;
}

/*Arrow Back"Gehe zurück zur Hauptseite"
  ***************************************************************************************/

.arrow-back {
  position: absolute;
  display: block;
  z-index: 10;
  left: 1rem;
  top: 1.5rem;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0.9;
}

.arrow-back span {
  position: relative;
  bottom: 3px;
  left: 8px;
}

.fas.fa-arrow-left {
  font-size: 1.5em;
}

/*Text-, Button-, Überschrifts- und Rahmenfarben
  ******************************************************************/

.border-blue {
  border-color: #39a4d2;
}

.text-white {
  color: white !important
}

.text-blue {
  color: #2d9cdb !important;
}

.text-green {
  color: #8ab930 !important;
}

.text-lightgreen {
  color: #9ccf3c;
}

.text-dark {
  color: #64707b !important;
}

.text-red {
  color: #ff6157;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #8ab930 !important;
}

.text-orange {
  color: #f9bf4f !important;
}

.text-lightblue {
  color: #39a4d2 !important;
}

.btn-samew {
  min-width: 130px;
  width: fit-content;
  font-size: 1rem !important;
}

.btn-teamviewer {
  width: 250px !important;
}

#myList .card-body {
  padding: 0.8rem !important;
}

@media (max-width: 1250px) {
  .btn-samew {
    width: 120px;
    padding-left: 0px;
    padding-right: 0px;
    /* font-size: 1em; */
  }

  #myList .card-footer .btn-samew {
    width: 150px !important;
  }

  #myList .card-footer .btn-samew {
    font-size: 0.9rem !important;
  }

  #myList {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.btn-danger {
  background-color: #ff6157 !important;
  color: white;
  border: none;
}

.btn-green,
.badge-green {
  background-color: #8ab930 !important;
  color: white;
}

.btn-green:hover,
.btn-green:focus {
  background-color: #fff !important;
  color: #8ab930 !important;
  border-color: #8ab930 !important;
  border-width: 1px !important;
}

.btn-green:focus,
.btn-green:active,
.badge-green:focus,
.badge-green:hover {
  box-shadow: 0 0 0 .2rem rgba(165, 217, 98, .5) !important;
}

.btn-success {
  background-color: #8dc14c !important;
  color: white;
  border: none;
}

.btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(165, 217, 98, .5) !important;
}

.btn-success:active {
  box-shadow: 0 0 0 .2rem rgba(165, 217, 98, .5) !important;
}

.btn-success:hover {
  background-color: #a5d962 !important;
  color: white;
  border: none;
}

.btn-violet {
  background-color: #5f66a8 !important;
  color: white;
}

.btn-violet:focus,
.btn-violet:active {
  box-shadow: 0 0 0 .2rem rgba(149, 151, 184, 0.5) !important;
}

.btn-violet:hover {
  background-color: #fff !important;
  color: #5f66a8;
  border-color: #5f66a8;
  border-width: 1px !important;
}

.btn-turquoise {
  background-color: #40E0D0 !important;
  color: white;
}

.btn-turquoise:hover {
  background-color: #fff !important;
  color: #40E0D0 !important;
  border-color: #40E0D0 !important;
  border-width: 1px !important;
}

.btn-turquoise,
.btn-turquoise:active {
  box-shadow: 0 0 0 .2rem rgba(64, 224, 208 .5) !important;
}

.btn-yellow {
  background-color: #edb853 !important;
  color: white;
}

.btn-yellow:focus {
  box-shadow: 0 0 0 .2rem rgba(237, 237, 83, .5) !important;
}

.btn-yellow:hover {
  background-color: #fff !important;
  color: #edb853;
  border-color: #edb853;
  border-width: 1px !important;
}

.btn-primary {
  color: white;
  background-color: #2d9cdb !important;
  border: none;
  margin-top: 5px;
}

.btn-blue {
  color: white !important;
  background-color: #2d9cdb !important;
}

.btn-blue:hover {
  background-color: #fff !important;
  color: #39a4d2 !important;
  border-color: #39a4d2 !important;
  border-width: 1px !important;
}

.btn-blue:focus {
  background-color: #fff !important;
  color: #39a4d2 !important;
}

.btn-orange {
  background-color: #f4924b;
  color: white !important;
}

.btn-orange:focus {
  box-shadow: 0 0 0 .2rem rgba(249, 191, 79, .5) !important;
  color: #f4924b !important;
  background-color: white;
}

.btn-orange:hover {
  background-color: #fff !important;
  color: #f9bf4f !important;
  border-color: #f9bf4f !important;
  border-width: 1px !important;
}

.badge-primary {
  color: white;
  background-color: #2d9cdb !important;
  border: none;
  margin-top: 5px;
}

.badge-primary:hover {
  background-color: #39a4d2 !important;
  color: white !important;
}

.btn-red {
  background-color: #eb283f;
  color: white !important;
  margin-top: 5px;
}

.btn-red:hover {
  background-color: #ff6157;
  color: white !important;
}

/*h1 {
    text-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
  }*/

h2 {
  /*text-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2); */
  line-height: 1 !important;
  /* font-size: 2.5em !important; */
}

h3 {
  /*color: #f9bf4f;*/
  font-size: 1.6em;
  /*text-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal !important;
}

h1 {
  color: #64707b !important;
  /*text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);*/
}

a:hover,
a:focus,
a:active {
  color: #8ab930 !important;
}

footer>p>a {
  color: #5a5a5a;
}

#div-pictures>.caption {
  margin-top: 0 !important;
}

/*Divider Headline
  ******************************************************************************************/

.divider-headline {
  text-align: center;
}

.divider-headline:before {
  background: linear-gradient(to right, transparent, #818078);
  right: .5em;
  margin-left: -50%;
}

.divider-headline:after {
  background: linear-gradient(to right, #818078, transparent);
  left: .5em;
  margin-right: -50%;
}

.divider-headline:after,
.divider-headline:before {
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

/*Abstände
  *****************************************************************************************/

.space-margin-top-null {
  margin-top: 0px !important;
}

.space-margin-bottom-null {
  margin-bottom: 0px !important;
}

.space-margin-top-xs {
  margin-top: 5px !important;
}

.space-margin-bottom-xs {
  margin-bottom: 5px !important;
}

.space-margin-top-sm {
  margin-top: 15px !important;
}

.space-margin-bottom-sm {
  margin-bottom: 15px !important;
}

.space-margin-top-md {
  margin-top: 30px !important;
}

.space-margin-bottom-md {
  margin-bottom: 30px !important;
}

.space-margin-top-lg {
  margin-top: 50px !important;
}

.space-margin-bottom-lg {
  margin-bottom: 50px !important;
}

.space-margin-top-xl {
  margin-top: 120px !important;
}

.space-margin-bottom-xl {
  margin-bottom: 120px !important;
}

/*Navigation
  ******************************************************************************************/

nav {
  background: rgba(52, 58, 64, 0.9);
}

#logo {
  margin-right: 3rem;
}

#mainNav {
  background-color: #f2f2f2;
  padding-top: 35px;
}

.nav-guest {
  flex-basis: 48% !important;
  flex-grow: 0 !important;
}

.nav-link {
  font-size: 1.1em !important;
}

#mainNav .navbar-toggler {
  font-size: 6.5px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: solid;
  border-color: #8ab930;
  border-width: 1px;
  background-color: #8ab930 !important;
  font-family: inherit;
}

.nav-guest .nav-item>a {
  font-size: 1.1em;
}

@media(max-width: 1650px) {
  .nav-guest .nav-item a {
    font-size: 0.9em !important;
  }
}

@media(max-width: 1470px) {
  .nav-guest .nav-item a {
    font-size: 0.85em !important;
  }
}

@media(max-width: 1350px) {
  .nav-guest .nav-item a {
    font-size: 0.8em !important;
  }
}

@media (max-width: 870px) {
  .nav-guest .nav-item a {
    font-size: 0.68em !important;
  }
}

.navbar-shrink {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-brand:focus,
.navbar-brand:active {
  outline: 0 !important;
}

#mainNav .navbar-brand {
  color: #f78634;
  font-family: inherit;
  margin-right: 0 !important;
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: #f3f3f3;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  padding: 0.75em 0;
  color: #333333;
  font-family: inherit;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #8ab930 !important;
  background-color: transparent !important;
}

#mainNav .navbar-nav .nav-item .nav-link {
  padding: 1.25em 0.8em !important;
  height: inherit;
  padding-top: 1.3 !important;
}

#mainNav .nav-item {
  padding: 1.25em 0.01em !important;
}

.nav-link.nav-animation:focus {
  outline: 0;
}

@media (max-width: 767px) {
  .nav-link:hover {
    background-color: transparent !important;
  }
}

@media (min-width: 1150px) {
  #mainNav {
    padding-bottom: auto;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }

  #mainNav .navbar-brand {
    font-size: 1.8em;
    transition: all 0.4s;
  }

  #mainNav.navbar-shrink {
    background-color: #f2f2f2;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.4em;
    padding: 12px 0;
  }

  #mainNav .navbar-nav .nav-item .nav-link.active,
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #8ab930 !important;
    background-color: transparent !important;
  }
}

@media (max-width: 768px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    /*font-size: 73%;*/
    font-weight: 400;
    padding: 1em;
    letter-spacing: 1px;
    font-family: inherit;
  }
}

@media (max-width:1149px) {

  .nav-link .nav-animation,
  .nav-link {
    display: revert !important;
  }

  #mainNav {
    padding-top: 1% !important;
  }

  #mainNav .navbar-nav .nav-item .nav-link.active,
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent !important;
  }
}

@media (max-width: 550px) {

  #button-name,
  .dropdown-item {
    font-size: 90%;
    font-family: inherit;
  }

  #button-name {
    line-height: 1.6 !important;
  }
}

@media (max-width: 1149px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-weight: 400;
    padding: 1em;
    font-family: inherit;
  }
}

@media (max-width: 1500px) {
  #mainNav>a {
    font-size: 1em;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    padding-top: 1.7em !important;
    padding-bottom: 1.55em !important
  }
}

@media (max-width: 768px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  #mainNav .nav-item {
    padding: 0.25em 0.01em !important;
  }
}

@media (max-width: 1400px) {
  #mainNav>a {
    font-size: 1em;
  }
}

@media (max-width: 1250px) {
  #mainNav>a {
    font-size: 1em;
  }

  .nav-guest.navbar-collapse {
    flex-basis: 55% !important;
  }
}

@media (max-width: 1149px) {
  .nav-guest.navbar-collapse {
    flex-basis: 70% !important;
  }
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #8ab930 !important;
  background-color: white !important;
}

#button-name {
  margin-right: 0 !important;
}

.dropdown-menu {
  min-width: auto !important;
}

.flag {
  font-size: 1em;
  width: 1.5em;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  #mainNav #navbar-toggler:hover {
    color: #8ab930;
    background-color: #fff !important;
    border: 1px !important;
    border-color: #8ab930 !important;
    border-width: 1px !important;
    border-style: solid !important;
    z-index: 500;
  }
}

.navbar-toggler-icon {
  color: #fff !important;
}

.navbar-toggler-icon:hover {
  color: #8ab930 !important;
}

@media (max-width: 950px) {
  #hamburger .nav-link {
    border: none !important;
  }
}

#hamburger .nav-link {
  display: unset !important;
}

/*Main
  ********************************************************************************************/

main {
  min-height: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
}

/*Content
  *******************************************************************************/

.content {
  padding-bottom: 70px;
  padding-top: 1px;
}

@media (max-width: 576px) {
  .content {
    padding-bottom: 90px;
  }
}

/*Formulare
  *********************************************************************************************/

#inputPassword {
  margin-bottom: 0;
}

#forgot-password {
  font-size: 12px;
  padding-left: 0;
  padding: 0;
}

.form-general {
  width: 100%;
  max-width: 450px;
  padding: 5px;
  margin: auto;
  /*margin-top: 50px;*/
}

.form-general .checkbox {
  font-weight: 400;
}

.form-general .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-general .form-control:focus {
  z-index: 2;
}

.form-general input[type="email"] {
  margin-bottom: -1px;
  margin-top: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-general input[type="password"] {
  margin-bottom: -1px;
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-general input[type="name"] {
  margin-bottom: -1px;
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-general input[type="text"] {
  margin-bottom: -1px;
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.h3-formular {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
}

/*JS Alert Einstellungen
  ********************************************************************************************************/

/*#javascript_aktivieren {
    margin-top: 5%;
    margin-bottom: 0;
    text-align: center;
  }*/

.alert {
  position: fixed;
  bottom: 50%;
  width: 18rem;
  ;
  right: 1% !important;
  left: 1% !important;
  margin-right: auto;
  margin-left: auto;
  z-index: 100;
  text-align: center;
}

.alert-link {
  color: inherit;
}

.alert-warning {
  display: block !important;
}

/*Slider-Einstellungen
  *****************************************************************************************************/

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  margin-bottom: 4rem;
}

.carousel-caption {
  bottom: 3rem;
  z-index: 4;
  color: #333333;
}

.carousel-item {
  height: 25rem;
  width: 100%;

  /*Changing the animation speed from standard values in the cdn*/
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

#myCarousel {
  margin-bottom: 30px;
  background-image: url("../img/slider.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 40px) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.2;
  }
}

/*@media (min-width: @screen-sm-min) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }*/

@media (max-width: 870px) {
  .carousel-caption {
    bottom: 0;
  }
}

@media (max-width: 1200px) {
  .carousel-caption h1 {
    font-size: 2em !important;
  }
}

@media (max-width: 680px) {
  .carousel-caption h1 {
    font-size: 1.5em !important;
  }

  .carousel-caption p {
    font-size: 1em;
  }
}

/* Featurettes
  **************************************************************************/

.featurette-divider {
  margin: 5rem 0;
}

.caption {
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: -.05rem;
  margin-top: 50px !important;
}

@media (min-width: 40em) {
  .caption {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .caption {
    margin-top: 7rem;
  }
}

/*Section
  **************************************************************************************+*/

/*
  
  .section-heading {
    margin-bottom: 50px;
    margin-top: 70px !important;
  }
  
  
  @media (min-width: 40em) {
    .section-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .section-heading {
      margin-top: 7rem;
    }
  }*/

/*Timeline
  ********************************************************************************/

.chronik {
  position: relative;
  padding: 0;
  list-style: none;
}

.chronik:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.chronik>li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.chronik>li:after,
.chronik>li:before {
  display: table;
  content: ' ';
}

.chronik>li:after {
  clear: both;
}

.chronik>li .chronik-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.chronik>li .chronik-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.chronik>li .chronik-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.chronik>li .chronik-image {
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.chronik>li .chronik-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.chronik>li.chronik-inverted>.chronik-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.chronik>li.chronik-inverted>.chronik-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.chronik>li.chronik-inverted>.chronik-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.chronik>li:last-child {
  margin-bottom: 0;
}

.chronik .chronik-heading h4 {
  margin-top: 0;
  color: #4f4f4f;
}

.chronik .chronik-heading h4.subheading {
  text-transform: none;
}

.chronik .chronik-body>ul,
.chronik .chronik-body>p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .chronik:before {
    left: 50%;
  }

  .chronik>li {
    min-height: 100px;
    margin-bottom: 100px;
  }

  .chronik>li .chronik-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }

  .chronik>li .chronik-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }

  .chronik>li .chronik-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }

  .chronik>li.chronik-inverted>.chronik-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .chronik>li {
    min-height: 150px;
  }

  .chronik>li .chronik-panel {
    padding: 0 20px 20px;
  }

  .chronik>li .chronik-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }

  .chronik>li .chronik-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }

  .chronik>li.chronik-inverted>.chronik-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .chronik>li {
    min-height: 170px;
  }

  .chronik>li .chronik-panel {
    padding: 0 20px 20px 100px;
  }

  .chronik>li .chronik-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }

  .chronik>li .chronik-image h4 {
    margin-top: 40px;
  }

  .chronik>li.chronik-inverted>.chronik-panel {
    padding: 0 100px 20px 20px;
  }
}

/* Login Form 
********************************************************************************************/

.login-form h6{
font-size : 1.2rem;
}

/*Products
  ****************************************************************************************+*/

#product .product {
  right: 0;
  margin: 0 0 15px;
}

#product .product .product-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#product .product .product-link .product-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(37, 109, 188, 0.4);
}

#product .product .product-link .product-hover:hover {
  opacity: 1;
}

#product .product .product-link .product-hover .product-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#product .product .product-link .product-hover .product-hover-content i {
  margin-top: -12px;
}

#product .product .product-link .product-hover .product-hover-content h3,
#product .product .product-link .product-hover .product-hover-content h4 {
  margin: 0;
}

#product .product .product-heading {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
}

#product .product .product-heading h4 {
  margin: 0;
  text-transform: none;
}

#product .product .product-heading p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: inherit;
}

#product {
  z-index: 2;
  background-color: #f3f3f3;
}

@media (min-width: 767px) {
  #product .product {
    margin: 0 0 30px;
  }
}

.product-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.product-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.product-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.product-modal .modal-content p {
  margin-bottom: 30px;
}

.product-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: inherit;
}

.product-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.product-modal .modal-content img {
  margin-bottom: 30px;
}

.product-modal .modal-content button {
  cursor: pointer;
}

.product-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.product-modal .close-modal:hover {
  opacity: 0.3;
}

.product-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  transform: rotate(45deg);
  background-color: #212529;
}

.product-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  transform: rotate(90deg);
  background-color: #212529;
}

.modal-title {
  color: #2d9cdb;
}

/*Headerbereich der CRM Anbindung
  ***************************************************************************/

.view,
.view2 {
  background: url('../img/banner.png')no-repeat center center;
  background-size: cover;
  width: 100%;
  display: contents;
}

#div-view>.full-bg-img {
  height: 56px !important;
}

@media (min-width:1159) {
  #div-view {
    display: table !important;
  }
}

@media (max-width:1149) {
  #div-view {
    display: table !important;
  }
}

@media (min-width: 768px) {
  .view {
    overflow: visible;
  }
}

.navbar {
  z-index: 1600;
}

html,
body,
.view,
.view2 {
  height: 100%;
}

.view,
.view2 {
  margin: 0 !important;
  padding-top: 120px;
}

.banner-text>h2,
.banner-text>p {
  color: #4f4f4f;
}

.banner-text {
  color: white;
}

/*Card-Bereich
  *******************************************************************************/

#card-content {
  padding-top: 50px;
}

.card-header h3 {
  color: #2d9cdb;
}

.card-header h4 {
  color: white;
}

.card-header {
  background-color: #edeced;
  width: 100%;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  min-height: 5em;
  display: table;
}

.h2-toggle {
  display: table-cell;
  vertical-align: middle;
}

.card {
  margin-bottom: 3em !important;
}

.card-img-top {
  z-index: 0;
  position: relative;
  margin: 15px;
}

.card-body {
  position: inherit;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.card.card-footer {
  align-self: flex-end;
  flex: 1 1 auto;
}

.card-footer {
  background-color: transparent;
  border: none;
  display: flex;
  /*padding-left: 0 !important;*/
  padding-right: 0px !important;
  justify-content: center;
  padding-left: 0px !important;
}

.card-footer a {
  display: inline-block;
  /*width: 6em !important;*/
}

.card-footer>a:first-child {
  margin-right: 0.5em;
}

@media (max-width:575px) {
  .h2-toggle {
    cursor: pointer;
  }
}

.license-scanner-img {
  max-width: 150px;
}

/* .div-sfv {
  height: 475px !important;
} */

.div-sfv p {
  font-size: 13px;
  line-height: 1.5;
}

.scanner-img {
  max-height: 150px !important;
}

select#staticScanner.form-control:focus-visible 
{
  color: #495057;
}
.license-pages {
  padding-left: 0 !important;
  background: none !important;
}

.search-filter-licenses {
  max-width: 1125px;
  margin-right: 1rem !important;
}

@media (max-width: 1200px) {
  .search-filter-licenses {
    padding-right: 30px !important;
  }
}

.p-addlicense {
  width: inherit;
  padding-left: 15px;
}

.p-addlicense>a {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1em;
  line-height: 1.5;
}

@media (max-width: 575px) {
  .p-addlicense {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

.fab.fa-apple,
.fab.fa-windows {
  padding-right: 5px;
}

.select-set-demo {
  font-size: 0.9rem;
  padding-left: 0px ! important;
}

.p-addlicense-card {
  text-align: center;
  font-size: 1.4em;
  padding: 1em;
}

.a-addlicense-card {
  text-align: center;
  padding-bottom: 5em;
}

.a-addlicense-card:hover {
  text-decoration: none !important;
}

.a-addlicense-card h3 {
  font-size: 1.3em;
}

.a-addlicense-card h3:hover {
  color: #8ab930 !important;
  text-decoration: none !important;
}

.cover-img {
  max-width: 150px;
}

.scanner-img {
  max-width: 150px;
}

.div-banderole-big {
  position: absolute;
  width: 100%;
  background-color: transparent;
  padding: 0.5em;
  height: 190px;
  overflow: hidden;
  z-index: 5;
  left: 0;
  top: 0;
}

.recommendation-big {
  position: absolute;
  top: 18%;
  left: -41px;
  z-index: 10;
  display: inline-block;
  font-size: 14px;
  width: 190px;
  text-align: center;
  padding: .15em 0;
  color: white;
  transform: rotate(315deg);
  border: 6px solid white;
  background: #256dbc;
}

.view2 {
  background: url("../img/slider.png")no-repeat center center;
  background-size: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .view2 {
    overflow: visible;
  }
}

.view2 {
  height: 100%;
}

.view2 {
  margin: 0 !important;
  padding-top: 120px;
}

.far.fa-eye,
.far.fa-copy {
  color: #8ab930;
  cursor: pointer;
}

@media (max-width: 1200px) {
  acronym {
    font-size: 0.8rem !important;
  }

  .card .fas.fa-key {
    font-size: 0.8rem;
  }
}

/* .far.fa-copy:hover{
  transform: scale(0.9);
  }
  
  .far.fa-copy {
  transition: transform .2s;
  } */

.alert {
  display: none;
}

/*Accordion
  ************************************************************/

@media (max-width: 575px) {
  .card {
    margin-bottom: 0em !important;
    margin-top: 1em !important;
  }

  .card-header {
    padding: .3rem 1rem;
    text-align: left;
  }

  .card-deck {
    width: 80%;
    height: 80%;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }

  .h2-toggle {
    font-size: 1.4rem;
    vertical-align: middle;
    /*font-weight: 300 !important;*/
    display: inline;
  }
}

@media (max-width: 767px) {
  #accordion {
    width: 900px;
    margin-right: 0;
    margin-left: 0;
    display: contents;
  }

  @media (max-width: 660px) {
    .card {
      margin-right: 2px;
      margin-left: 2px;
    }

    .card-group {
      padding-right: 2px;
      padding-left: 2px;
    }
  }
}

/*Willkommensbereich
  ****************************************************************************************/

#button-name {
  margin-right: 1em;
  font-family: inherit;
  background-color: #2d9cdb;
  color: white;
}

#button-name:hover,
#button-name:focus {
  background-color: #fff !important;
  color: #8ab930 !important;
}

@media (max-width: 800px) {
  #button-name span:first-child {
    display: none;
  }
}

.welcome {
  top: 0.1em;
  position: relative;
}

/*
  locked and offline sites*******************************************************************/

/*angehen*/

.caption-locked,
.caption-offline {
  margin-top: 0 !important;
}

.fas.fa-lock,
.fas.fa-sync-alt {
  max-width: 100%;
  height: auto;
  float: left;
  margin-right: 0.3em;
}

.div-locked,
.div-offline {
  margin-left: 10%;
  margin-right: 10%;
  padding-right: 50px;
}

/*
  Display none auf infos.html damit content nach ereignis erscheint*******************************************/

#SilverFastBasic,
#SilverFast8,
#SilverFastHDR {
  display: none;
}

/*
  profile.html**********************************************************************************/

#profile-header {
  z-index: 0;
  background: url("../img/profilheader.png")no-repeat center center !important;
  background-size: cover;
  width: 100%;
  min-height: 140px;
}

#div-form {
  padding-right: 0;
  padding-left: 0;
}

#profilimg {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

#div-profile {
  margin-top: 1.5em;
  padding: 0;
  border-style: none;
  margin-right: auto !important;
  margin-left: auto !important;
}

#profile-form {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3em;
}

#div-profile>.card-header {
  padding: 0;
}

#staticEmail,
#staticPassword {
  /*width: 55%;*/
  display: inline;
}

#staticLanguage {
  width: 58%;
  height: 1.9em;
  margin-top: 0.3em;
}

#profilimg {
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  position: relative;
  top: 7em;
}

#profile-card-body {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

.pencil {
  width: 1.7em;
  height: 1.7em;
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  background-image: url(../img/pencil.svg);
}

#divprofil {
  margin-top: 1.2em;
}

#div-profile-buttons a,
#div-profile-buttons #button-confirm {
  margin-top: 2px;
}

@media (max-width: 1000px) {
  #profile-form {
    width: 80%;
  }
}

@media (max-width: 770px) {
  #profile-form {
    width: 100%;
  }
}

#staticBirth::-webkit-input-placeholder {
  font-family: FontAwesome;
}

#staticBirth:-ms-input-placeholder {
  font-family: FontAwesome;
}

#staticBirth:-moz-placeholder {
  font-family: FontAwesome;
}

/* Banderole
      ********************************************************/

.div-banderole {
  position: absolute;
  width: 100%;
  background-color: transparent;
  padding: 0.5em;
  height: 90px;
  overflow: hidden;
  z-index: 5;
  left: 0;
  top: 0;
}

.recommendation {
  position: absolute;
  top: 10%;
  left: -35px;
  z-index: 10;
  display: inline-block;
  font-size: 14px;
  width: 140px;
  text-align: center;
  padding: .15em 0;
  color: white;
  transform: rotate(315deg);
  border: 6px solid white;
  background: #ff6157;
}

/*Three Dots in Cards
      ***************************************************/

#three-dots {
  z-index: 21;
  width: 20%;
  height: 30%;
  position: absolute;
  top: -15px;
  right: -5px;
  color: #979797;
}

.div-dots {
  width: 100%;
  position: absolute;
  z-index: 15;
  right: 0;
  left: 0;
  top: 20px;
}

.div-dots>.dropdown-toggle::after {
  content: none;
}

/*More Information (Popup)
  ************************************************************/

.div-popup {
  cursor: pointer;
  display: inline-block;
}

/*small {
    font-size: 100% !important;
  }*/

/*Invoice
  ***********************************************************/

.add-search-invoice {
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 1600px;
  width: 80%
}

@media (max-width: 576px) {
  .add-search-invoice>div {
    text-align: center;
    margin-bottom: 20px;
  }

  .add-search-invoice form {
    margin-right: auto;
  }
}

.table,
.p-result {
  width: 80%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  /*margin-top: 2em;*/
  /*display: block;*/
}

.thead-gray {
  background-color: #666666;
  color: white;
}

.thead-gray th {
  vertical-align: top !important;
}

.search-filter-invoices {
  margin-right: 0;
  margin-left: auto;
  max-width: 80%;
}

.p-result>.no-result {
  justify-content: center;
  display: none;
  font-size: 1.2em;
}

/*FadeIn Geschichte
  ************************************************************/

.fadein {
  display: none;
}

/*Buttons Index
  ************************************************************/

.btn-circle.btn-xl {
  width: 120px;
  height: 120px;
  padding: 10px 16px;
  border-radius: 70px;
  font-size: 30px;
  line-height: 1.33;
  margin-top: 5px;
}

.btn-circle.btn-lg {
  width: 100px;
  height: 100px;
  padding: 10px 16px;
  border-radius: 70px;
  font-size: 30px;
  line-height: 1.33;
  margin-top: 5px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
  margin-bottom: 20px;
}

/*Remove-Tonne
  ***************************************************/

/*#button_234_HDR_STUDIO {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #256dbc !important;
    padding-top: 2px;
  }
  
  #button_234_HDR_STUDIO:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #39a4d2 !important;
    padding-top: 2px;
  }*/

/*Footer und Divider
  ***********************************************************/

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* left: 1% !important;
  right: 1% !important; */
  margin-top: 50px !important;
  font-size: 0.8em;
  background-color: #f3f3f3;
}

.divider-footer {
  border: none;
  height: 0.1em;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  width: 100%;
}

/*Toast (Letzter Zugang)
  ***********************************************************/

.toast {
  max-width: 580px;
  position: absolute;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  top: -2rem;
  border: none;
  z-index: 400;
}

.close {
  z-index: 15 !important;
}

.toast.slideOut {
  left: -300px;
  margin-left: 0;
}

.toast.slideIn {
  left: 145px;
  margin-left: -145px;
}

.toast-body {
  line-height: 0.8 !important;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
  /*display:inline;*/
}

.toast-header {
  line-height: 1 !important;
  font-weight: 100 !important;
  padding-bottom: 0 !important;
  /*display:inline;*/
}

.toast:not(:last-child) {
  margin-bottom: 0 !important;
}

@media (max-width: 1149px) {
  .toast {
    top: 0.7em;
  }
}

@media (max-width: 600px) {
  .toast {
    display: none !important;
  }
}

/*Kontaktformular
  **********************************************************************/

/*#contact-email, #contact-name {
    font-family: FontAwesome;
  }*/

#contact-email::-webkit-input-placeholder,
#contact-name::-webkit-input-placeholder {
  font-family: FontAwesome;
}

#contact-email:-ms-input-placeholder,
#contact-name:-ms-input-placeholder {
  font-family: FontAwesome;
}

#contact-email:-moz-placeholder,
#contact-name:-moz-placeholder {
  font-family: FontAwesome;
}

#contact-email::-moz-placeholder,
#contact-name::-moz-placeholder {
  font-family: FontAwesome;
}

.container-contact {
  width: 30em;
  height: 35em;
  /*display: table;*/
  /*border-radius: 20px;*/
}

.hr-contact {
  border-top: 3px solid rgba(0, 0, 0, .4) !important;
  margin-top: 2em;
  margin-bottom: 2em;
}

.flags {
  width: 20%;
}

/*.div-hr{
    display:table-cell;
    vertical-align: middle;
  }*/

.container-contact-formular {
  margin-right: 0 !important;
  margin-left: auto;
  background-color: #f2f2f2;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.container-contact-address {
  margin-left: 0 !important;
  margin-right: auto;
  /*background-image: url("../img/background-photo.jpg");*/
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  display: block;
}

.container-contact-address::after {
  content: "";
  background: url('../img/background-photo.jpg');
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  /*border-radius: 20px;*/
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.contact-button {
  display: flex;
  justify-content: center;
}

.container-contact-address>.div-contact-all {
  display: table-cell;
  height: 480px;
  margin-top: 1%;
  margin-bottom: 1%;
  vertical-align: middle;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.div-flags {
  margin-right: 1%;
  margin-left: 1%;
  text-align: center;
  margin-top: 1%;
  margin-bottom: 6%;
}

@media (max-width: 991px) {
  .container-contact-address p {
    font-size: 0.8rem;
  }

  .container-contact-address h4 {
    font-size: 0.9rem;
  }
}

@media (max-width: 767px) {
  .container-contact-formular {
    margin-right: auto !important;
  }

  .container-contact-address,
  .container-contact-address::after {
    margin-left: auto !important;
    /*margin-bottom:0 !important;*/
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .container-contact-address {
    max-height: 1rem;
  }

  .container-contact-formular {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

@media (max-width:500px) {
  .container-contact {
    width: 25em !important;
  }
}

@media (max-width:430px) {
  .container-contact {
    width: 23em !important;
  }
}

/*Für Chrome*/

@media (min-width: 992px) {
  .container-contact {
    flex: 0 0 auto;
  }
}

.p-recaptcha {
  font-size: 0.8em;
}

@media (max-width: 500px) {
  .p-recaptcha {
    font-size: 0.7em;
  }
}

/* reCaptcha v3 Badge */
.grecaptcha-badge {
  visibility: hidden;
}



/*Mask
  ****************************************************************/

.serial-number {
  text-align: center;
  font-size: 25px !important;
}

.serial-number::placeholder {
  color: #6c757d !important;
  font-size: initial;
  text-transform: none;
}

.invoice-number {
  text-align: center;
  font-size: 25px !important;
}

.add-serial-number {
  text-align: center;
  font-size: 18px !important;
}

.invoice-number::placeholder,
.add-serial-number::placeholder {
  color: #6c757d !important;
  font-size: initial;
  text-transform: none;
}

.uppercase {
  text-transform: uppercase;
}


/*Pagination
  **************************************************************/

.list-wrapper {
  padding: 15px;
  overflow: hidden;
}

.list-item {
  border: 1px solid #EEE;
  background: #FFF;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0px 0px 10px 0px #EEE;
}

.list-item h4 {
  color: #FF7182;
  font-size: 18px;
  margin: 0 0 5px;
}

.list-item p {
  margin: 0;
}

.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #EEE;
  background-color: #FFF;
  box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
  color: #FFF;
  background-color: #FF7182;
  border-color: #FF7182;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #e04e60;
}

.page-item,
.page-link {
  border-color: #8ab930 !important;
  color: #64707b !important;
}

.page-link:active,
.page-link:focus,
.page-item:focus,
.page-item:active,
.page-link:hover,
.page-item:hover {
  color: #8ab930 !important;
  border-color: #8ab930 !important;
  box-shadow: 0 0 0 .2rem rgba(165, 217, 98, .5) !important;
  background-color: #f2f2f2 !important;
}

.page-item.active .page-link {
  background-color: #eeeeee !important;
  border-color: #8ab930 !important;
  box-shadow: 0 0 0 .2rem rgba(165, 217, 98, .5) !important;
  font-weight: bold;
  color: #8ab930 !important;
}

/*Password Validation*/

.password-rules ul li.incomplete:after {
  content: "\f00d";
  font-family: FontAwesome;
  color: #e04e60;
  position: relative;
  right: -10px;
  font-size: 1em;
}

.password-rules ul li.complete:after {
  content: "\f00c";
  font-family: FontAwesome;
  color: #8dc14c;
  position: relative;
  right: -10px;
  font-size: 1em;
}

.password-rules>p {
  font-size: 0.9em;
}

span.togglePassword {
  font-size: 12px;
  cursor: pointer;
}

span.togglePassword:hover {
  color: #39a4d2 !important;
}

.inputConfirmPassword {
  margin-bottom: 10px;
}

.password-rules>span {
  font-size: 0.8em !important;
}

.criterion-password-rules>li {
  font-size: 0.85em;
}

.criterion-password-rules {
  padding-left: 17px;
}

.password-rules>span {
  display: inline-block;
}

.form-control.is-valid {
  background-image: none;
}

select.form-control.is-invalid,
select.was-validated .form-control:invalid {
  background-position: right calc(.999em + .5rem) center;
}

.password-except-char {
  color: rgba(201, 86, 77);
  list-style: none;
  padding-bottom: 20px;
}

/*Dialoge als Ersatz von Alerts
  ************************************************************************************************************************************/

#dlg-error .modal-content {
  border-color: rgba(255, 97, 87, 0.5);
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 97, 87, .5);
}

#dlg-error h5 {
  width: 100%;
}

#dlg-error h5>div {
  display: inline-block;
}

#dlg-error .fas.fa-exclamation-circle {
  color: rgba(255, 97, 87, .9);
  margin-left: 15px;
}

#dlg-hint .modal-content {
  border-color: rgba(254, 172, 18, .5);
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(254, 172, 18, .5);
}

#dlg-hint h5 {
  width: 100%;
}

#dlg-hint h5>div {
  display: inline-block;
}

#dlg-hint .fas.fa-info-circle {
  color: rgba(224, 172, 18, .8);
  margin-left: 15px;
}

#dlg-success .modal-content {
  border-color: rgba(165, 217, 98, .5);
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(165, 217, 98, .5);
}

#dlg-success h5 {
  width: 100%;
}

#dlg-success h5>div {
  display: inline-block;
}

#dlg-success .fas.fa-check-circle {
  color: rgba(165, 217, 98, .9);
  margin-left: 15px;
}

.reg-alert-success {
  position: unset !important;
  width: auto;
  max-width: 50em;
  min-width:
}

.reg-alert-success>p {
  font-size: 0.85em;
}

.reg-alert-info {
  position: unset;
  padding-left: 0;
  width: auto;
  max-width: 50em;
}

.reg-h4 {
  font-size: 0.85em !important;
  text-align: center !important;
  font-weight: bold !important;
}

.reg-ul {
  font-size: 0.85em !important;
  text-align: left !important;
  list-style: number !important;
}

#inputFirstName,
#inputLastName {
  width: 99%;
}

/*Umschalttaste aktiviert 
  ************************************************************************************************************/

.password-box {
  position: relative;
}

.warn-caps {
  margin-left: 10px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 1em);
  right: -14em;
  z-index: 999;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  text-align: center;
}

.warn-caps p {
  width: 200px;
  height: auto;
  line-height: 1em;
  padding: .2em .5em;
  margin: .5em 0;
  color: white;
  background-color: rgba(244, 146, 75, 1);
  position: relative;
  ;
}

.warn-caps p:before {
  content: "\f06a";
  font-family: "FontAwesome";
  margin-right: .2em;
}

.warn-caps p:after {
  content: "";
  border-top: 5px solid transparent;
  border-right: 5px solid rgba(244, 146, 75, 1);
  border-bottom: 5px solid transparent;
  position: absolute;
  left: -5px;
  top: calc(50% - 5px);
}

.hidden {
  display: none;
}

@media (max-width: 800px) {
  .warn-caps {
    top: 2.8em;
    right: 1em;
  }

  .warn-caps p:after {
    top: -2.25em;
    right: 0.8em;
  }

  .warn-caps p {
    right: -2.5em;
  }

  .warn-caps-first {
    top: 5.6em !important;
  }

  .warn-caps-first p:after {
    top: -5.2em;
  }
}

/*Cookie Popup
  **************************************************************************************************************/

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  z-index: 15000 !important;
}

.popup {
  display: inline-block;
  width: 400px;
  min-height: 200px;
  background-color: white;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 1454121574 !important;
}

a.close,
a.submit {
  margin-top: 0;
  display: inline-block;
  color: white;
  background-color: #673862;
  border-radius: 5px;
  padding: .25rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: sans-serif;
  margin-right: 1rem;
}

/*Slick**********************************************************************************************/

.carousel {
  margin-bottom: 0 !important;
}

.carousel-item {
  height: unset !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  color: #4f4f4f !important;
  background-image: none;
  line-height: 10px !important;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 0.8 !important;
  position: static;
  display: unset;
  width: 1% !important;
}

@media (max-width: 767px) {

  .carousel-control-next,
  .carousel-item-next,
  .carousel-item-left,
  .active {
    display: none;
    transform: none !important;
  }

  .navbar-nav {
    flex-direction: row !important;
    margin-right: 0 !important;
  }

  .flag {
    display: block !important;
  }

  div.nav-guest li.nav-item {
    width: 20% !important;
  }

  .nav-guest.navbar-collapse {
    flex-basis: 100% !important;
  }

  .lang-btn {
    font-size: 3.5em !important;
  }

  .lang-btn.fas.fa-chevron-down {
    padding-left: 0.4em;
    font-size: 2.5em !important;
  }

  .carousel-item {
    display: inline-block !important;
    transition: none !important;
    margin-right: 0 !important;
  }

  .lang-btn.fas.fa-globe {
    padding-right: 0.4em !important;
    font-size: 3.2em !important;
  }
}

/*Plustek
*****************************************************************************/

#hw-serial-number {
  font-size: 80%;
}

/*Radio Buttons, damit sie andere Farben annehmen können
****************************************************************************/

/* input[type="radio"]+label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 2px;
  margin-right: 3px;

  background-clip: content-box;
  border: 2px solid #bbbbbb;
  background-color: #e7e6e7;
  border-radius: 50%;
} 

input[type="radio"]:checked + label:before {
  background-color: #8ab930 !important;
}

.form-check{
  padding-left: 0 !important;
} */

/*Help Center*/

@media (min-width: 576px) {
  .jumbotron-help {
    padding: 2rem 1rem !important;
  }

}

.jumbotron-help {
  width: 100%;
  height: inherit !important;
}

.jumbotron-help p {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 80px;
  line-height: 1.2em !important;
}

.jumbotron-help h2,
.jumbotron-help p {
  margin-right: auto;
  margin-left: auto;
  width: 75%;
}

#card-info .card-header {
  padding: 23px;
}


@media (max-width: 767px) {

  .documentation-button,
  .documentation-subject {
    text-align: center !important;
    padding: 5px !important;
  }

  #content-documentation,
  #content-support {
    padding-top: 5px !important;
  }

  #content-downloads {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

#card-info .card-header {
  background-color: #F5F5F5 !important;
  display: grid;
}

#card-info .card-header .active {
  color: #8ab930 !important
}

#card-info .Linkitem {
  color: #4f4f4f;
}

.nav-tabs {
  border-bottom: 1px solid darkgray;
}

.nav-tabs .active,
.nav-tabs .active:hover,
.nav-tabs .active:focus {
  border-color: darkgray !important;
  border-bottom-color: transparent !important;
  background-color: #F5F5F5 !important;
}

@media (max-width: 576px) {
  .nav-tabs span {
    font-size: 0.8em !important;
  }
}

#card-info ul {
  height: auto;
}

@media (max-width: 375px) {
  #card-info ul {
    height: 63px;
  }
}

@media (max-width: 1149px) {
  #card-info ul {
    height: 33px !important;
  }
}

.card-text.full-width {
  width: 100%;
  margin-bottom: unset;
}

.modal-body.text-center.flex {
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem
}

.modal-body.text-center.flex a {
  align-self: center;
}

div.highlighted {
  padding: 2rem 0 1rem 0;
  align-items: center;
}

div.highlighted .text-dark {
  font-size: 1.4rem;
  text-align: center;
  align-self: center;
  padding: 1rem;
}

div.highlighted a {
  height: fit-content;
  background: #8ab930;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 0.8rem;
  border-radius: 0.3rem;
  transition: all 0.2s ease-in-out;
}

div.highlighted a:hover,
div.highlighted a:active {
  background: #55721f;
  color: white !important;
}