:root {
  --gray100: #e1e1e1;
  --gray200: #898989;
  --gray300: #616161;
  --gray400: #4e4e4e;
  --gray500: #3a3a3a;

  --yellow100: #fff4df;
  --yellow200: #ffefca;
  --yellow300: #ffe091;
  --yellow400: #ffd360;
  --yellow500: #ffc100;

  --benderYellow: #ffc100;

  --white: #ffffff;
  --black: #000000;

  --textColor: #3a3a3a;

  --blackWithTransparency: rgba(0, 0, 0, 0.2);
  --blackWithHalfTransparency: rgba(0, 0, 0, 0.5);
}

* {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--textColor);
}
.container {
  width: 80%;
}
.rechts {
  float: right;
}
label {
  font-size: 14px;
  font-weight: normal;
}
header {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--gray200);
  margin-bottom: 30px;
  height: 70px;
  background-color: var(--benderYellow);
}
header .logo,
header .logon {
  font-size: 14px;
  line-height: 16px;
  padding: 18px 15px 0 20px;
  cursor: pointer;
}
header li {
  display: inline;
}
header li > .btn {
  margin-left: 10px;
}
header .btn {
  margin-top: 15px;
  background-color: var(--blackWithTransparency);
  padding: 0;
  text-align: center;
  height: 35px;
  min-width: 27px;
  width: 27px;
  background-image: none;
  border: none;
  line-height: 2.5;
}
header .btn .lang-value {
  font-size: 12px;
  margin-top: 2px;
  color: #000;
}
.btn:hover {
  background-color: var(--blackWithHalfTransparency) !important;
}
.btn-active {
  background-color: var(--blackWithHalfTransparency) !important;
  margin-left: 0px !important;
}
header .dropdown,
header .btn.lang {
  position: relative;
  float: right;
  margin-right: 15px;
}
.navbar-fixed-top {
  padding-right: 20px;
}
.main {
  margin-top: 90px;
}
.sichtbar {
  display: block !important;
  margin-top: 90px;
}
.login p,
.login p a {
  font-size: 14px;
}
#login {
  margin-top: 20px;
}
.well {
  padding: 0 10px;
}
.container.main {
  margin-top: -430px;
}
@media all and (min-width: 992px) and (max-width: 1399px) {
  .powerscout-vorteile li {
    font-size: 14px;
  } /* anpassen */
  .container.main {
    margin-top: -430px;
  }
  h2 {
    font-size: 25px !important;
  }
  .container.main {
    margin-top: -405px;
  }
}

@media all and (min-width: 768px) {
  .jumbotron img {
    min-height: 415px;
  }
  .jumbotron {
    padding-top: 0px;
  }
}
@media all and (max-width: 992px) {
  .container.main {
    margin-top: 0px;
  }
}
.jumbotron {
  background-color: var(--white);
  margin-top: 70px; /*entspricht header*/
}
/*Carousel*/
.carousel {
  margin-bottom: 10px;
}
.carousel-caption {
  z-index: 10;
  text-align: left;
  color: var(--textColor);
}
.carousel .item {
  min-height: 350px;
  background-color: var(--white);
}
.carousel-inner > .item {
  padding-top: 20px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-height: 450px;
}
.carousel-indicators li {
  border: 1px solid var(--gray100);
}
.carousel-indicators .active {
  background-color: var(--gray100);
}

/*Carousel1-Powerscout*/
.powerscout-header div {
  padding-bottom: 10px;
}
.powerscout-vorteile {
  margin: 0 0 20px 0;
  padding: 0px;
}
.powerscout-vorteile li {
  background: url(../img/haken.png) left center no-repeat;
  padding-left: 40px;
  list-style-type: none;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: 600; /*semibold*/
}
.powerscout-liste {
  padding-left: 30px;
}
@media all and (max-width: 1007px) {
  .rechts {
    float: left;
  }
}
@media all and (min-width: 1200px) {
  .carousel .item {
    height: 450px;
  }
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .powerscout-liste {
    padding-left: 10px;
  }
  .jumbotron {
    margin-bottom: 0;
  }
}
/*Kacheln*/
.kachel-wrapper {
  margin-bottom: 20px;
  min-width: 280px;
  min-height: 300px;
}
.kachel {
  margin: 0px;
  background-color: var(--white);
  color: var(--black) !important;
  -webkit-box-shadow: 1px 1px 2px 0px var(--blackWithHalfTransparency);
  -moz-box-shadow: 1px 1px 2px 0px var(--blackWithHalfTransparency);
  box-shadow: 1px 1px 2px 0px var(--blackWithHalfTransparency);
}
.kachel h2 {
  font-weight: bold;
  padding-top: 10px;
  font-size: 1.7em;
}
.kachel p {
  position: absolute;
  /*margin-right:70px;*/
  font-size: 14px;
}
.kachel-bild {
  padding: 0px;
  margin: 0px;
}
.kachel-bild img {
  width: 100%;
}
.kachel-text {
  background-color: rgba(255, 255, 255, 0.9);
  height: 160px;
  padding: 0 10px;
  margin-top: -180px; /*wegen margin in .kachel*/
  position: relative;
}
.kachel-text p {
  line-height: 125%;
  padding-right: 5px;
}
.mehr-button {
  background-color: var(--benderYellow);
  width: 60px;
  float: right;
  text-align: center;
  font-weight: bold;
  padding: 4px;
  right: 0px;
  position: absolute;
  bottom: 10px;
}
.mehr-button a,
a .mehr-button {
  color: var(--black);
  display: block;
}
@media all and (max-width: 479px) {
  .kachel-text p {
    display: none;
  }
  .kachel-bild {
    min-height: 130px;
  }
  .kachel-text h2 {
    font-size: 1.5em;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .mehr-button {
    bottom: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1007px) {
}
@media all and (min-width: 1008px) and (max-width: 1199px) {
  /*992*/
}
@media all and (min-width: 1200px) {
  .kachel-bild {
    min-height: 280px;
  }
}

#carousel .container {
  padding-bottom: 30px;
}
#carousel p.sub-title {
  margin-bottom: 0;
}
#carousel .carousel-slider #usecases {
  width: 100%;
  height: 300px;
}
#carousel .carousel-slider #usecases li {
  position: relative;
  margin: 0 20px 0 0;
}
#carousel .carousel-slider #usecases li img {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
#carousel .carousel-slider #usecases li .title {
  position: absolute;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  bottom: 15px;
  left: 0px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#carousel .carousel-slider #usecases li .title a {
  color: var(--gray400);
}
#carousel .carousel-slider #usecases li .title a:hover {
  color: var(--benderYellow);
}
.touchcarousel.black-and-white .arrow-icon.left {
  left: -40px !important;
}
.touchcarousel.black-and-white .arrow-icon.right {
  right: -40px !important;
}
.touchcarousel-item:hover > .title a {
  color: var(--benderYellow) !important;
}

@media all and (max-width: 1000px) {
  #film {
    padding-bottom: 100px;
  }
}
@media all and (min-width: 1001px) {
  #film {
    padding-bottom: 30px;
  }
}

/*Footer*/
footer {
  background-color: var(--gray100);
  color: var(--textColor);
  padding: 10px 0;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 10px;
  bottom: 0;
  min-height: 80px;
  margin-bottom: -100px;
}
.socialMedia {
  padding-top: 10px;
}

@media all and (min-width: 1200px) {
  footer .footer-copy {
    width: 22%;
  }
  footer .footer-tel {
    width: 20%;
  }
  footer .footer-email {
    width: 25%;
  }
  footer .footer-re {
    width: 33%;
    float: right;
  }
}

footer a {
  color: var(--textColor);
}
.tel img {
  height: 20px;
  margin-top: 0px;
}
.email img {
  height: 30px;
  margin-top: -5px;
}
.socialMedia img {
  height: 25px;
  padding-left: 5px;
}

/*Font Awesome*/
.socialMedia {
  overflow: auto;
}
.socialMedia li {
  list-style-type: none;
  float: left;
}
.socialMedia li a i {
  background: var(--textColor);
  color: var(--white);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 25px;
  text-align: center;
  margin-right: 10px;
  padding-top: 15%;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.socialMedia li a i:hover {
  opacity: 0.7;
}
.credits,
.credits a {
  font-size: 10px;
}

.login-page-footer {
  margin: 0px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.social-media-icon-container {
  padding-right: 1.5rem;
}

.social-media-container {
  display: flex;
  justify-content: center;
  list-style: none;
  height: 100%;
}

.footer-meta {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.footer-meta-item {
  padding-left: 15px;
}

.footer-meta-container {
  text-align: end;
}

@media only screen and (max-width: 550px) {
  .footer-meta {
    display: block;
    text-align: center;
    padding: 0;
  }

  .footer-meta-container {
    text-align: center;
  }

  .footer-meta-item {
    padding-left: 0px;
  }
}

.login-content {
  position: relative;
  margin: 0;
  padding: 0;
  height: calc(100% - 156px);
  overflow-x: hidden;
  overflow-y: auto;
}

.login-panel {
  position: absolute;
  margin: 0 auto;
  top: 25%;
  left: 60%;
  width: 25%;
  min-width: 200px;
}

.nav-link {
  color: var(--gray300);
  cursor: pointer;
}

.nav-link:hover {
  color: var(--yellow500);
}

@media only screen and (max-width: 1000px) {
  .login-panel {
    top: unset;
    left: unset;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 75%;
  }

  .login-content {
    height: unset;
  }
}
