/* Klixa AG - CSS Design 2020 */

:root {
    /*color*/
  --white:          #efefef;
  --darkgray:       #212529;
  --klixa:          #000000;
  --klixalight:     #efefea;
  --klixashady:     #e6e6de;
  --klixadarkshady: #96978e;
  --lightgray:      #6c757d;
  --kxit:           #bad739;
  --kxau:           #e00000;
}

body {
  overflow-x: hidden;
  font-family: 'MuseoSans500-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

p {
  line-height: 1.75;
}

a {
  color: var(--kxit);
}

a:hover {
  color: var(--kxit);
}

.text-primary {
  color: var(--kxit) !important;
}

h1,
h2,
h3 {
  font-weight: 300;
  font-family: 'Museo300-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  margin-top: 10px;
}

h4,
h5,
h6 {
  font-weight: 500;
  font-family: 'Museo500-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.hide {
  display: none;
}

.page-section {
  padding: 100px 0;
}

.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

::-moz-selection {
  background: var(--kxit);
  text-shadow: none;
}

::selection {
  background: var(--kxit);
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  font-family: 'MuseoSans500-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 500;
  margin: 0 10px 20px 10px;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #000000;
  border: var(--kxit) 3px solid;
  color: white;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: var(--kxit) !important;
  border-color: var(--kxit) !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(186, 215, 57, 0.5) !important;
}

#mainNav {
  background-color: #212529;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: var(--kxit);
  font-family: 'MuseoSans500-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand {
  color: var(--kxit);
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: var(--kxit);
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'MuseoSans_700', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: var(--kxit);
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("/img/slider-3cx.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'MuseoSans_700', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'MuseoSans_700', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#contact .standort-item {
  right: 0;
  margin: 0 0 15px;
}

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

#contact .standort-item .standort-link .standort-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(186, 215, 57, 0.9);
}

#contact .standort-item .standort-link .standort-hover:hover {
  opacity: 1;
}

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

#contact .standort-item .standort-link .standort-hover .standort-hover-content i {
  margin-top: -12px;
}

#contact .standort-item .standort-link .standort-hover .standort-hover-content h3,
#contact .standort-item .standort-link .standort-hover .standort-hover-content h4 {
  margin: 0;
}

#contact .standort-item .standort-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
  height: 162px;
}

#contact .standort-item .standort-caption h4 {
  margin: 0;
  text-transform: none;
  height: 60px;
}

#contact .standort-item .standort-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'MuseoSans500-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#angebot .angebot-item {
  right: 0;
  margin: 0 0 15px;
}

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

#angebot .angebot-item .angebot-link .angebot-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(186, 215, 57, 0.9);
}

#angebot .angebot-item .angebot-link .angebot-hover:hover {
  opacity: 1;
}

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

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

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

#angebot .angebot-item .angebot-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px 0 25px 0;
  text-align: center;
  background-color: #fff;
  height: 150px;
  position: relative;
}

#angebot .angebot-item .angebot-caption h4 {
  margin: 0;
  text-transform: none;
  height: 40px;
}

#angebot .angebot-item .angebot-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'MuseoSans500-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  height: 40px;
}

#angebot * {
  z-index: 2;
}

@media (min-width: 767px) {
  #contact .standort-item {
    margin: 0 0 30px;
  }
  #angebot .angebot-item {
    margin: 0 0 30px;
  }
}

.standort-modal .modal-dialog {
  margin: auto;
  max-width: 1200px;
}

.standort-modal .modal-content {
  margin: 1rem;
  padding: 25px 0;
  text-align: center;
}

.standort-modal .modal-content h2 {
  font-size: 2em;
  margin-bottom: 15px;
}
@media (min-width:768px) {
  .standort-modal .modal-content h2 {
    font-size: 3em;
  }
}

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

.standort-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

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

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

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

.standort-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: transparent;
  z-index: 1000;
}

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

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

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

.angebot-modal .modal-dialog {
  margin: auto;
  max-width: 1200px;
}

.angebot-modal .modal-content {
  margin: 1rem;
  padding: 25px 0;
  text-align: center;
}

.angebot-modal .modal-content h2 {
  font-size: 2em;
  margin-bottom: 15px;
}
@media (min-width:768px) {
  .angebot-modal .modal-content h2 {
    font-size: 3em;
  }
}

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

.angebot-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

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

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

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

.angebot-modal .close-modal {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: transparent;
  z-index: 1000;
}

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

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

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

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid rgba(0, 0, 0, 0.1);
}

.team-member h4 {
  font-size: 1.2rem;
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
  height: 40px;
}
@media (min-width:992px) {
  .team-member h4 {
    font-size: 1.5rem;   
  }
}

.team-member p {
  margin-top: 0;
  height: 80px;
  line-height: 1.3;
}

section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: var(--kxit);
  box-shadow: none;
}



section#form .form-group {
  margin-bottom: 25px;
}

section#form .form-group input,
section#form .form-group textarea {
  padding: 10px;
}

section#form .form-group label {
  text-align: left;
  width: 100%;
}

section#form .form-group input.form-control {
  height: auto;
}

section#form .form-group textarea.form-control {
  height: 248px;
}

section#form .form-control:focus {
  border-color: var(--kxit);
  box-shadow: none;
}





section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'MuseoSans500-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'MuseoSans500-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'MuseoSans500-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'MuseoSans500-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.footer {
  padding: 25px 0;
  text-align: center;
}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'MuseoSans500-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  white-space: nowrap;
}

.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'MuseoSans500-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  white-space: nowrap;
}

ul.social-buttons {
  margin-bottom: 0;
  white-space: nowrap;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: var(--kxit);
}

.modal-body {
  text-align: left;
}

.table {
  margin: 10px 0;
}

.table th {
  background-color: black;
  color: var(--kxit);
}

.even {
  background-color: #F0F0F0;
}
.odd {
  background-color: #E0E0E0;
}

small {
  font-size: 12px;
}

/* Ergänzungen Landingpages Dez 2021 */

/* Wartungs-Modus */
.wartung {
  display: block;
  position: fixed;
  width: 300px;
  height: 50px;
  left: 10px;
  top: 120px;
  padding: 5px;
  background-color: black;
  color: red;
  border: var(--kxit) 2px solid;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  font-size: 16pt;
  font-weight: bold;
}

/*SECTION BACKGROUND*/
#testimonial.background-light {
  background-image: linear-gradient(to right top, #96ae22, #9fb828, #a8c22e, #b1cd33, var(--kxit));
}

.background-light {
  background-color: var(--klixalight);
}

/*IMAGES BORDER*/

#angebot img  {
  border-top: solid 4px var(--kxit);
  border-left: solid 1px var(--kxit);
  border-right: solid 1px var(--kxit);
  border-bottom: solid 0px var(--kxit);
  -moz-border-radius: 1em 1em 0em 0em;
  border-radius: 1em 1em 0em 0em;
  /*filter: grayscale(100%);*/
}
.angebot-hover {
  border-top: solid 4px var(--white);
  border-left: solid 1px var(--white);
  border-right: solid 1px var(--white);
  border-bottom: solid 0px var(--white);
  -moz-border-radius: 1em 1em 0em 0em;
  border-radius: 1em 1em 0em 0em;    
}

#contact img  {
  border-top: solid 4px var(--darkgray);
  border-left: solid 1px var(--darkgray);
  border-right: solid 1px var(--darkgray);
  border-bottom: solid 0px var(--darkgray);
  -moz-border-radius: 1em 1em 0em 0em;
  border-radius: 1em 1em 0em 0em;
    
}
 .standort-hover {
  border-top: solid 4px var(--darkgray);
  border-left: solid 1px var(--darkgray);
  border-right: solid 1px var(--darkgray);
  border-bottom: solid 0px var(--darkgray);
  -moz-border-radius: 1em 1em 0em 0em;
  border-radius: 1em 1em 0em 0em;
}

#tools img  {
  border-top: solid 4px var(--kxit);
  border-left: solid 1px var(--kxit);
  border-right: solid 1px var(--kxit);
  border-bottom: solid 0px var(--kxit);
  -moz-border-radius: 1em 1em 0em 0em;
  border-radius: 1em 1em 0em 0em;
}
 .tools-hover {
  border-top: solid 4px var(--white);
  border-left: solid 1px var(--white);
  border-right: solid 1px var(--white);
  border-bottom: solid 0px var(--white);
  -moz-border-radius: 1em 1em 0em 0em;
  border-radius: 1em 1em 0em 0em;
}

#partners img  {
  border-top: solid 4px var(--kxit);
  border-left: solid 1px var(--kxit);
  border-right: solid 1px var(--kxit);
  border-bottom: solid 4px var(--kxit);
   -moz-border-radius: 1em 1em 1em 1em;
  border-radius: 1em 1em 1em 1em;
}
 #partners .angebot-hover {
  border-top: solid 4px var(--white);
  border-left: solid 1px var(--white);
  border-right: solid 1px var(--white);
  border-bottom: solid 4px var(--white);
  -moz-border-radius: 1em 1em 1em 1em;
  border-radius: 1em 1em 1em 1em;
}

 /*FONT CUSTOMIZE */

 .intro-lead-in {
  text-shadow: 1px 1px 5px black;
  /*background: rgba(33, 37, 41, .1);*/   
  padding: 0.5rem;
}

.intro-heading {
  text-shadow: 1px 1px 5px black;   
  padding: 0.5rem;
}

#navbarResponsive a {
  text-shadow: 1px 1px 5px black;
}

#contact h3.section-subheading.text-muted {
  color: var(--klixalight)!important;
}

.bg-gray {
  background-color: var(--darkgray);
  border-bottom-left-radius: 1em;
  border-top-left-radius: 0em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 0em;
}

.bg-graypink {
  background-color: var(--darkgray);
  border-bottom-left-radius: 1em;
  border-top-left-radius: 0em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 0em;
  border: var(--white);
}
  .bg-graypink:hover {
  border-bottom-left-radius: 1em;
  border-top-left-radius: 0em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 0em;
}

.white {
  color: var(--white);
}

#web .intro-lead-in {
  text-shadow: none;
  padding: 0.5rem;
}

#web .intro-heading {
  text-shadow: none;
  padding: 0.5rem;
}

#web li a {
  text-shadow: none;
}

.page-section h3.section-subheading {
  font-weight: bold;
}


/*BUTTONS AND IMAGES BOARDER, BG-COLOR*/

.angebot-modal button, {
  background-color: var(--darkgray);
  border-bottom-left-radius: 1em;
  border-top-left-radius: 0em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 0em;
}

.angebot-modal img {
 -moz-border-radius: 1em 1em 1em 1em;
  border-radius: 1em 1em 1em 1em;
}

.modal-content button {
  background-color: var(--darkgray);
  border-bottom-left-radius: 1em;
  border-top-left-radius: 0em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 0em;
}

.modal-content img {
 -moz-border-radius: 1em 1em 1em 1em;
  border-radius: 1em 1em 1em 1em;
}

/*TESTEMONIAL CARDS */

.card-main {
  padding: 30px;
  background-color: transparent;   
}
  
.card-0 {
  background-color: var(--darkgray);
  position: relative;
  margin-left: 70px;
  border-bottom-left-radius: 1em;
  border-top-left-radius: 0em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 0em;
  font-size: 1.2rem;
  min-height: 30vh !important;
  max-height: 30vh !important;
}

.profile {
  color: #000;
  background-color: white;
  position: absolute;
  left: -70px;
  top: 17%;
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.profile-pic {
  width: 10vw;
  height: auto;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  filter: grayscale(100%);
}

.open-quotes {
  margin-left: 11vw;
  margin-top: 5vh;
}

.content {
  line-height: 1.2;
  margin-left: 14vw;
  margin-right:  7vw;
  color: #f5f5f5;
  font-size: 0.9em;
}

.close-quotes {
  margin-bottom: 5vh;
  margin-right: 5vw;
}

#testimonial h3.section-subheading {
  margin-bottom: 20px;  
}

#testimonial h6 { 
  color: var(--darkgray);
}
#testimonial small{ 
  color: var(--lightgray);
  line-height: 1;
}

#testimonial .page-section h3.section-subheading {
  color: white;
}

#testimonial .carousel-item  {
  margin: auto;
  
}

/* MEDIA SCREEN TESTIMONIAL */


/*Portrait Orientation*/

@media only screen and (max-width: 400px) {
  .card-main {
    padding: 0;       
  }

  .card-0 {
    margin: auto;
    padding: 1rem;
    vertical-align: middle;
    min-height: 50vh!important;

  }

  .profile {
    display: contents;
  }

  .profile-pic {
    display: none;
  }

  .open-quotes {
    margin: 0; 
  }

  .content {
    line-height: 1.0;
    margin: 0;
    padding: 0.2em;
    font-size: 0.6rem;
  }

  .close-quotes {
    margin: 0;     
  }

  #testimonial h6 {
    color: white;
  }

  #testimonial small {
    line-height: 1.0;
  }
  .carousel-item active {
    margin: 0;
  }
}

@media screen and (max-width: 775px){
  .card-main {
    padding: 0;       
  }

  .card-0 {
    margin: auto;
    padding: 1rem;
    vertical-align: middle;

  }

  .profile {
    display: contents;
  }

  .profile-pic {
    display: none;
  }

  .open-quotes {
    margin: 0; 
  }

  .content {
    line-height: 1.1;
    margin: 0;
    padding: 0.2em;
    font-size: 0.9rem;
  }

  .close-quotes {
    margin: 0;     
  }

  #testimonial h6 {
    color: white;
  }

  #testimonial small {
    line-height: 1.0;
  }
  .carousel-item active {
    margin: 0;
  }
}


@media only screen and (min-width: 776px){
   .card-0 {
    min-height: 30vh;
  }

   .profile {
    margin-right: 5vw;
  }

  .open-quotes {
    margin-top: 6vh;
    margin-left: 12vw;
  }
  .content {
    font-size: 0.9rem;
    margin-left: 14vw;
    margin-right:  7vw;
  }

   .close-quotes {
    margin-bottom: 8vh; 
    padding-bottom: 2vh;
  }

  
  /* CONTACT */
  #contact .text-muted  {
    line-height: 1;
    font-size: 0.8em;
  }
}

@media only screen and (min-width: 1273px) {

 .card-0 {
    
    max-height: 20vh!important;
  }

 .profile {
    
  }
  .open-quotes {
    margin-top: 5vh;
    margin-left: 10vw;
  }
  .content {
    margin-top: 4vh;
    margin-left: 12vw;
    font-size: 1.1rem;
  }

   .close-quotes {
    margin-bottom: 5vh;
    padding-bottom: 2vh;
  }

  
  /* CONTACT */
  #contact .text-muted  {
    line-height: 1;
    font-size: 0.8em;
  }
}

/* Landscapes Orientation */

@media only screen and (orientation: landscape) {

 .card-0 {
    min-height: 70vh !important;

  }
}

@media only screen and (orientation: landscape) and (min-width: 775px){

 .card-0 {
    min-height: 30vh !important;

  }
}

@media only screen and (orientation: landscape) and (min-width: 1273px)  {

 .card-0 {
    min-height: 40vh !important;

  }
}

p.team_item {
  width: 100%;
  background-color: var(--klixa);
  color: black; 
  text-align: center;
  cursor: pointer;
  padding: 10px;
  vertical-align: middle;
  border-bottom-left-radius: 1em;
  border-top-left-radius: 0em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 0em;
}

p.team_item:hover, p.active-category {
  width: 100%;
  background-color: black;
  color: var(--klixa);
  border-bottom-left-radius: 1em;
  border-top-left-radius: 0em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 0em;
}

@media (max-width: 1199px) {
  p.team_item {   
    font-size: 0.8rem;
  }
}
