/***********************************************************/

/***** STYLE.CSS warenwirtschaft.unierm.de 23.06.2020 *****/

/**********************************************************/

/* Allgemeines */

/* Sektionen: */

/* Sektion: Logo: -> ist Individuell*/

/* Sektion: Header: -> ist Individuell*/

/* Sektion: Navigation: -> ist Individuell*/

/* Sektion: Navigation mobile: -> ist Individuell*/

/* Sektion: TOP BAR: -> ist Individuell */

/* Sektion: Intro */

/* Sektion: featuregallery */

/* Sektion Trenner */

/* Sektion: Merkmale: */

/* Sektion: Preise: */

/* Sektion: Kontakt:" */

/* Sektion: Modals:" */

/* Feature: back-to-top: -> ist Individuell */

/**********************************************************/

/* Allgemeines */

body {
  background-color: #f5f8fd;
}

.section-header h3 {
  color: #413e66;
}

.section-header h4 {
  color: #413e66;
  margin-top: 0em;
  margin-bottom: .5rem;
}

.section-header p {
  color: #535074;
}

.title {
  color: #413e66;
}

a {
  color: #535074;
}

a:hover, a:active, a:focus {
  color: #d2a97c;
}

/* Sektion: Logo: -> ist Individuell */

#logo {
  max-width: 520px;
  margin-top: -10px;
}

#logo img {
  width: 100px;
}

#logo a {
  /* Farbe */
  color: #d2a97c;
  text-shadow: 1px 1px #d2a97c30;
}

#logo span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}

/* Sektion: Header: -> ist Individuell */

#header {
  height: 74px;
  transition: all 0s;
  z-index: 999;
  padding: 20px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  font-size: 16px;
  font-family: "Roboto", "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  background-color: white;
}

#header .container {
  max-width: 1320px;
}

#intro .container {
  max-width: 1290px;
}

#header.header-scrolled, #header.header-pages {
  /* Farbe */
  background-color: #fff;
  /* Farbverlauf optional */
  /*   background: linear-gradient(180deg, rgb(203, 235, 247), rgb(231, 248, 255), #fff); */
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  transition: all 0.4s;
}

#header.header-scrolled #topbar, #header.header-pages #topbar {
  display: block;
}

/* Sektion: Top bar: -> ist Individuell */

#topbar {
  padding: 10px 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
  text-transform: none;
}

#topbar .links {
  text-align: right;
  margin-top: -20px;
}

#topbar .links a {
  /* Farbe */
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 1px 1px #d5d2f0;
}

#topbar .links a i {
  padding-right: 10px;
}

#topbar .links a:hover {
  color: #d2a97c;
}

#topbar .links a:first-child {
  border-left: 0;
}

/* Sektion: Navigation: -> ist Individuell*/

.main-nav, .main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #444;
  padding: 4px 14px;
  transition: 0.3s;
  text-shadow: 1px 1px #ddd;
}

.main-nav a:hover, .main-nav .active>a, .main-nav li:hover>a {
  color: #d2a97c;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: black;
}

.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active>a, .main-nav .drop-down ul li:hover>a {
  color: #d2a97c;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down>a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Sektion: Navigation mobile:*/

.mobile-nav {
  background: rgba(40, 38, 70, 0.8);
}

.mobile-nav a {
  color: #fff;
}

.mobile-nav a:hover, .mobile-nav .active>a, .mobile-nav li:hover>a {
  color: #d2a97c;
}

/* .mobile-nav-overlay {
  background: rgba(40, 38, 70, 0.8);
} */

.mobile-nav-toggle {
  outline: 0px!important;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #A97A7A
}

.mobile-nav-toggle .fa {
  margin-top: 10px;
  color: #A97A7A
}

/* .mobile-nav-active i .fa-times {
  color: #A97A7A!important;
} */

/* Sektion: Intro */

#intro {
  overflow: hidden;
  width: 100%;
  /* WIP*/
  min-width: 100vt;
  position: relative;
  background: #f5f8fd url("../img/Hintergrund/CrossSection_2000.jpg") center top no-repeat;
  background-size: cover;
  font-family: "Roboto", "Montserrat", sans-serif;
  margin-top: 55px;
  padding-top: 55px;
}

#intro-neu {
  background-color: #f5f8fd;
  margin-top: 58px;
}

#intro-neu img {
  height: 100%;
  width: 100%;
}

#intro h2 {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
  margin-top: 35px;
  opacity: 0.31;
}

#intro small {
  font-size: 70%;
  opacity: 0.9;
}

#intro ul#basis1 {
  background-color: rgba(195, 124, 124, 0.35);
}

#intro ul#basis1 li div {
  background-color: transparent;
  color: rgba(222, 138, 88, 0.9);
}

#intro ul#basis2 {
  background-color: rgba(147, 147, 147, 0.54);
}

#intro ul#basis2 li div {
  background-color: transparent;
  color: rgba(219, 219, 219, 0.7);
}

#intro ul#basis1, #intro ul#basis2 {
  border-radius: 15px;
  margin: 2px;
}

#intro #basis2 small {
  line-height: 0;
  height: 0;
  color: rgba(118, 236, 255, 0.54);
}

#intro #basis2 small::before {
  content: " (";
}

#intro #basis2 small::after {
  content: ")";
}

#individuell, #module, #intro ul.row, #intro ul.row li {
  margin: 0;
  padding: 0;
}

#intro ul li {
  list-style: none;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

#intro li div {
  background-color: rgba(58, 144, 186, 0.47);
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  margin: 2px;
  text-align: center;
}

#intro .justify-content-end li:last-of-type div {
  background-color: rgba(0, 83, 125, 0.52);
  color: rgba(255, 255, 255, 0.79);
}

#intro-neu video {
  border-radius: 22px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}

/* Sektion Trenner */

.trenner {
  background-color: #228AAE;
  background-color: linear-gradient(to right, #228AAE, #82BCCC);
  box-shadow: 0px -5px 5px rgb(0, 0, 0, 0.26), 0px 5px 5px rgba(0, 0, 0, 0.26);
}

/* Sektion: Merkmale*/

#Merkmale {
  background-color: #f5f8fd;
  padding: 120px 0;
}

#Merkmale .box {
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  text-shadow: 1px 1px #d2a97c30;
}

#Merkmale .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#Merkmale .title {
  color: #646464;
}

#Merkmale .title a {
  color: #646464;
}

#Merkmale .box:hover .title a {
  color: #d2a97c;
}

#Merkmale .description {
  color: #646464;
}

#Merkmale span {
  color: #3b6875;
}

#Merkmale .tabelle thead {
  color: #d2a97c;
  background-color: #fafafa;
}

#Merkmale .tabelle td {
  box-shadow: inset 1px 3px 5px -3px rgba(0, 0, 0, 0.5);
}

#Merkmale .tabelle tbody tr:nth-child(even) {
  background-color: #e4ebf2;
  color: #000;
}

#Merkmale .tabelle th[scope=row] {
  color: #c32e04;
}

/* Sektion: Preise */

#Preise .card .title {
  color: #fff;
}

#Preise .card .price {
  color: #6a6a6a;
}

.Preis-img img {
  position: flex;
  height: 160px;
  width: auto;
}

#Preise {
  padding: 120px 0;
}

#Preise .card {
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
}

#Preise .card-Warenwirtschaft-Basis {
  background: linear-gradient(to bottom right, rgb(211, 231, 213), #74A67A);
}

#Preise .card-Warenwirtschaft-Basis:hover {
  background: linear-gradient(to bottom right, rgb(211, 231, 213), #74A67A);
}

#Preise .card-Warenwirtschaft-Basis:after {
  background-color: #74A67A;
}

#Preise .card-Erweiterungen {
  background: linear-gradient(to bottom right, #cfcfcf, #d2a97c);
}

#Preise .card-Erweiterungen:hover {
  background: linear-gradient(to bottom right, #cfcfcf, #d2a97c);
}

#Preise .card-Erweiterungen:after {
  background-color: #d2a97c;
}

#Preise .card-Hauptmodule {
  background: linear-gradient(to bottom right, #cfcfcf, #d2a97c);
}

#Preise .card-Hauptmodule:hover {
  background: linear-gradient(to bottom right, #cfcfcf, #d2a97c);
}

#Preise .card-Hauptmodule:after {
  background-color: #d2a97c;
}

#Preise .card-Nebenmodule {
  background: linear-gradient(to bottom right, rgb(216, 144, 147), #B17778);
}

#Preise .card-Nebenmodule:hover {
  background: linear-gradient(to bottom right, rgb(216, 144, 147), #B17778);
}

#Preise .card-Nebenmodule:after {
  background-color: #B17778;
}

#Preise .card-Dienstleistungen {
  background: linear-gradient(to bottom right, rgb(216, 144, 147), #B17778);
}

#Preise .card-Dienstleistungen:hover {
  background: linear-gradient(to bottom right, rgb(216, 144, 147), #B17778);
}

#Preise .card-Dienstleistungen:after {
  background-color: #B17778;
}

#Preise .card {
  background-color: #0c6b8609;
}

#Preise .card .card-price {
  color: #6a6a6a;
  text-shadow: 0 0 0.2em #0000003a, 0 0 0.2em rgba(0, 0, 0, 0.253);
}

#Preise .card {
  color: #585858;
}

#Preise .card {
  background-color: rgba(255, 255, 255, 0.486);
}

#Preise .card:after {
  height: 5px;
  border-radius: 0px;
}

#Preise .card .card-block i {
  color: #585858;
}

#Preise .beschreibungfußnote p {
  color: #065e77;
}

.box:last-child {
  margin-right: 0;
}

/* Sektion: Kontakt */

#Kontakt .icon {
  text-align: right;
}

#Kontakt {
  background-color: white;
}

#Kontakt .icon {
  color: #413e66;
}

#Kontakt .kontakt {
  color: #000000;
}

#Kontakt .kontakt:hover {
  color: #d2a97c;
}

.box:last-child {
  margin-right: 0;
}

/* Sektion: Footer */

footer {
  background: #212529;
  color: #ffffff;
}

/* Sektion: Modals */

.modal .title {
  color: #444;
}

.modal i {
  color: #83A377;
}

.modal-body p {
  color: #6c757d;
}

.modal-header {
  background-color: #7CA270;
  background: linear-gradient(to top, #6a8b60, #7CA270);
}

.modal-footer {
  background-color: #7CA270;
  background: linear-gradient(to bottom, #6a8b60, #7CA270);
}

.modal-body {
  box-shadow: 0px -5px 5px rgb(0, 0, 0, 0.26), 0px 5px 5px rgba(0, 0, 0, 0.26);
  background-color: linen;
}

.modal-footer .btn {
  background-color: #faf0e6;
  border-color: #959595;
  color: #606060;
}

.modal-footer .btn:hover {
  color: #000
}

/* Feature: back-to-top: */

.Kontaktaufnahme {
  background: linear-gradient(to right, rgb(182, 141, 141) 30%, #A87979);
  color: #fff;
}

.Kontaktaufnahme a {
  color: #fff;
}

.Kontaktaufnahme .Kontaktaufnahme i {
  color: #fff;
}

i:hover .uniqueword {
  color: rgb(223, 219, 219);
  text-shadow: 1px 1px #9d9d9d;
}

.back-to-top {
  background: linear-gradient(to right, #A87979 40%, rgb(177, 86, 86));
  color: #fff;
}

.back-to-top i {
  color: #fff;
}

/*********************************/

/*#Responsive Media Queries WIP*/

/********************************/

@media(min-width: 768px) {
  #intro-neu {
    margin-top: 66px;
  }
}

/*TODO: Skalierungsfix temporär*/

@media(min-width: 991px) {
  #intro {
    margin-top: 66px;
  }
  #intro #basis2 small {
    display: block;
    padding-left: 50%;
  }
  #intro #basis2 small::before {
    content: "";
  }
  #intro #basis2 small::after {
    content: "";
  }
  #Erweiterungen .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .featured-text-left {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #C9AF8E;
  }
  .featured-text-right {
    padding: 0 2rem 0 0;
    border-right: 0.5rem solid #C9AF8E;
  }
}

/* Header Max-State */

@media (min-width: 1365px) {
  #logo {
    max-width: 630px;
    white-space: nowrap;
  }
  #logo span {
    font-size: 40px;
  }
  #logo img {
    width: 200px;
  }
  #intro {
    padding-top: 85px;
  }
  #header {
    height: 130px;
  }
  #header.header-scrolled, #header.header-pages {
    height: 139px;
  }
  #intro {
    margin-top: 127px;
  }
  #intro-neu {
    margin-top: 127px;
  }
  #intro h2 {
    width: 675px;
  }
  #topbar .links {
    margin-top: 0;
  }
  #topbar .links a {
    font-size: 18px;
  }
  .main-nav a {
    line-height: 65px;
    padding: 14px 15px;
  }
  #intro h2 {
    margin-left: 100px;
  }
  #basis1 li div, #basis2 li div {
    padding: 25px;
  }
  #intro ul#basis1 li div, #intro ul#basis2 li div {
    font-size: 130%;
  }
  #intro #basis2 small {
    display: block;
    padding-left: 50%;
    font-size: 50%;
  }
}

/* Intro Max-State */

@media (min-width: 1500px) {
  #intro .row.first {
    margin-left: -125px;
  }
  #individuell {
    margin-top: -20px;
    margin-right: -20px;
    padding: 0 30px 0 23px;
  }
  #individuell .row {
    height: 150px;
  }
  #intro .justify-content-end #individuell li div {
    max-height: 40px;
  }
  #module {
    margin-top: -126px;
    margin-right: 20px;
  }
  #intro ul#basis1 {
    margin-top: -50px;
    margin-right: -55px;
  }
  #intro ul#basis2 {
    margin-right: -55px;
  }
  #module .row {
    height: 350px;
    min-width: 500px;
  }
  #intro .justify-content-end #individuell li.col-lg-12 div, #intro .justify-content-end #module li.col-lg-12 div {
    height: 100px;
    max-height: none;
    font-size: 26px;
  }
  #intro li div span {
    position: relative;
    top: 27px;
    /*TODO: Hack*/
  }
  #intro #basis2 li div span {
    top: 20px;
    /*TODO: Hack*/
  }
  #intro .justify-content-end li.col-lg-12 div {
    padding: 33px;
  }
}

@media (min-width: 1750px) {
  #intro .justify-content-end {
    margin-top: 70px;
  }
  #intro #module {
    /*TODO: Zwei IDs hintereinander ist überflüssig. IDs sind ja bereits eindeutig. */
    margin-right: -5px;
  }
  #intro .container ul#basis1, #intro .container ul#basis2 {
    margin-right: -90px;
  }
}

@media (max-width: 846px) {
  #intro h2 {
    margin-top: 0;
  }
  #Merkmale .tabelle table {
    width: 100%;
  }
}

@media (max-width: 680px) {
  #topbar .links a.demo {
    display: none;
  }
}

@media (max-width: 560px) {
  #topbar {
    display: none;
  }
}

@media (max-width: 1365px) {
  #header {
    height: 65px;
  }
  #header.header-scrolled, #header.header-pages {
    height: 75px;
  }
}

@media (max-width: 991px) {
  h3 {
    font-size: 18px;
    padding: 8px 0;
  }
  #header {
    height: 65px;
  }
  #header.header-scrolled, #header.header-pages {
    height: 75px;
  }
  #Preise {
    padding-bottom: 30px;
  }
  #Preise .card {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  #header {
    height: 60px;
  }
  #header.header-scrolled, #header.header-pages {
    height: 75px;
  }
  .bg {
    height: 200px;
  }
  #header.header-scrolled #topbar, #header.header-pages #topbar {
    display: none;
  }
  .back-to-top {
    bottom: 15px;
  }
  #Kontakt .box {
    width: 30%;
    white-space: nowrap;
  }
}

@media (max-width: 1365px) {
  #header {
    height: 65px;
  }
  #header.header-scrolled, #header.header-pages {
    height: 75px;
  }
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
  #logo img {
    width: 85px;
  }
  #logo span {
    font-size: 18px;
  }
  #topbar {
    display: none;
  }
  #header {
    height: 60px;
  }
  #header.header-scrolled, #header.header-pages {
    height: 65px;
  }
}

/* Karten sollen alle gleich hoch sein, sobald sie nebeneinander sein können */

@media (min-width:991px) {
  #Preise .card {
    height: 100%;
  }
}

/*Aufgrund der vergrößterten Schriften passen die Bootstrap Umbruchgrößen nicht mehr:*/

@media (min-width:991px) {
  #header nav.d-lg-block {
    display: none;
  }
  .mobile-nav-toggle.d-lg-none, .mobile-nav.d-lg-none {
    display: block;
  }
}

@media (min-width:1100px) {
  #header nav.d-lg-block {
    display: block;
  }
  .mobile-nav-toggle.d-lg-none, .mobile-nav.d-lg-none {
    display: none;
  }
}

/* @media (min-width:760px) and (max-width:1100px) {
  #topbar {
    padding-top: 25px;
    padding-right: 40px;
  }
} */

@media (min-width:500px) and (max-width:927px) {
  #topbar {
    padding-top: 16px;
  }
}