/*
#@squelettes/css/styles.less.css
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;500;700&display=swap');
/*Responsiove START*/
.home_product_text p {
  font-size: 96%;
  padding-bottom: 0.6em;
}
/*Responsive EnD*/
.border-top-primary {
  border-top: 1px solid #00a0e0;
}
.border-top-orange {
  border-top: 1px solid #ffd900;
}
.border-top-teal {
  border-top: 1px solid #002855;
}
.border-top-red {
  border-top: 1px solid #bd4b3d;
}
.border-top-blue {
  border-top: 1px solid #00669e;
}
.border-top-purple {
  border-top: 1px solid #8d406a;
}
.border-top-teal-dark {
  border-top: 1px solid #001e41;
}
.border-bottom-teal-dark {
  border-top: 1px solid #001e41;
}
.border-bottom-teal-dark {
  border-bottom: 1px solid #001e41;
}
.border-bottom-teal {
  border-bottom: 1px solid #002855;
}
.border-bottom-orange {
  border-bottom: 1px solid #ffd900;
}
.border-bottom-red {
  border-bottom: 1px solid #bd4b3d;
}
.border-bottom-blue {
  border-bottom: 1px solid #00669e;
}
.border-bottom-purple {
  border-bottom: 1px solid #8d406a;
}
.border-top-gray {
  border-top: 1px solid #808080;
}
a {
  color: #00a0e0;
}
a:hover {
  color: #00a0e0;
}
body,
p {
  /*	font-family:Arial, Helvetica, sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  color: #000;
  line-height: 175%;
  margin-bottom: 1rem;
}
.text-normal {
  /*	font-family:Arial, Helvetica, sans-serif;*/
}
.text-fancy {
  /*	font-family:Arial, Helvetica, sans-serif;*/
}
.text-italics,
.text-italic {
  /*	font-family:Arial, Helvetica, sans-serif;*/
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9,
.display-1,
.display-2,
.display-3,
.display-4 {
  /*	font-family:Arial, Helvetica, sans-serif;*/
  font-weight: 400;
  color: black;
}
h2,
.display-1,
.display-2,
.display-3,
.display-4 {
  /*	font-family:Arial, Helvetica, sans-serif;*/
  font-weight: 400;
  color: black;
  margin-top: 2rem;
}
.nav-link-white,
.nav-link-black {
  font-size: 0.9em;
  /*	font-family:Arial, Helvetica, sans-serif;*/
  margin-left: 1em;
}
.nav-link-white:hover,
.nav-link-black:hover {
  text-shadow: 1px 3px 25px #ffffff;
  color: white;
}
.nav-link-white.active,
.nav-link-black.active {
  text-shadow: 1px 3px 25px #ffffff;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-link-box {
  text-shadow: 1px 3px 25px #ffffff;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-link-box.active {
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 992px) {
  .nav-link-box {
    color: black;
    border-color: rgba(0, 0, 0, 0.2);
  }
  .nav-link-box.active {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 992px) {
  .nav-link-white {
    color: white !important;
  }
  .nav-link-black {
    color: white !important;
  }
  .topnav-white {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0);
  }
  .topnav-black {
    background-color: #00b1ad;
  }
}
.bg-primary {
  background-color: #00a0e0 !important;
}
.bg-primary-dark {
  background-color: #db5e31 !important;
}
/*.topnav{*/
/*	background-color: #0075ad!important;*/
/*}*/
/*.topnav img {*/
/*	filter: invert(100);*/
/*}*/
.bg-1 {
  background: url('//aerztehaus-cristal.ch/squelettes/img/mirrors.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.options-box > div > div {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.3em 0.5em;
  color: white;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  box-shadow: 0px 0px 0px rgba(22, 22, 100, 0.8);
}
.options-box > div > div:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.6);
}
.options-box > div > div > h5 {
  font-size: 2em;
}
.bg-2 {
  background-color: #007f4c !important;
}
.bg-3 {
  background-color: #004e7f !important;
}
.bg-4 {
  background-color: #00397f !important;
}
.bg-orange {
  background-color: #ffd900 !important;
}
.bg-red {
  background-color: #bd4b3d !important;
}
.bg-blue {
  background-color: #00669e !important;
}
.bg-teal {
  background-color: #002855 !important;
}
.bg-slight-teal {
  background-color: rgba(0, 127, 127, 0.05);
}
.bg-slight-orange {
  background-color: #fffbe5;
}
.bg-slight-red {
  background-color: #f8eae8;
}
.bg-medium-teal {
  background-color: rgba(0, 127, 127, 0.2);
}
.bg-purple {
  background-color: #8d406a !important;
}
.text-primary {
  color: #00a0e0 !important;
}
.text-orange {
  color: #ffd900 !important;
}
.text-red {
  color: #bd4b3d !important;
}
.text-blue {
  color: #00a1ed !important;
}
.text-teal {
  color: #002855 !important;
}
.text-purple {
  color: #8d406a !important;
}
.text-white {
  color: white !important;
}
.opacity {
  opacity: 0.6;
}
a {
  color: #00a0e0;
}
blockquote {
  padding: .75em;
}
blockquote::before,
.blockquote-quote::before {
  color: #00a0e0;
  content: open-quote;
  font-size: 4em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -.4em;
  /*	font-family:Arial, Helvetica, sans-serif;*/
}
.gosol-button {
  overflow: hidden;
  padding: 12px 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
  color: #fff;
  border: none;
  border-radius: 0px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  box-shadow: 2px 5px 10px rgba(22, 22, 22, 0.1);
  position: relative;
}
.gosol-button-primary {
  color: #FFFFFF !important;
  background: #00a0e0;
  font-weight: normal !important;
}
.gosol-button-primary-dark {
  color: #FFFFFF !important;
  background: #db5e31;
  font-weight: normal !important;
}
.gosol-button-teal {
  color: #FFFFFF !important;
  background: #002855;
  font-weight: normal !important;
}
.gosol-button-primary .button-separator {
  border-right: 1px solid white;
}
.gosol-button-primary .button-separator {
  border-right: 1px solid white;
}
.gosol-button-orange {
  color: #FFFFFF !important;
  background: #ffd900;
  font-weight: normal !important;
}
.gosol-button-orange:hover {
  background: #f5d000;
}
.gosol-button-red {
  color: #FFFFFF !important;
  background: #bd4b3d;
  font-weight: normal !important;
}
.gosol-button-red:hover {
  background: #aa4337;
}
.gosol-button-blue {
  color: #FFFFFF !important;
  background: #00669e;
  font-weight: normal !important;
}
.gosol-button-blue:hover {
  background: #005685;
}
.gosol-button-purple {
  color: #FFFFFF !important;
  background: #8d406a;
  font-weight: normal !important;
}
.gosol-button-purple:hover {
  background: #7b385d;
}
.gosol-button-gray {
  color: #FFFFFF !important;
  background: #808080;
  font-weight: normal !important;
}
.gosol-button-active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.gosol-button-white {
  color: black !important;
  background: white;
  font-weight: normal !important;
}
.gosol-button-white:hover {
  background: #f2f2f2;
}
.gosol-button-sm {
  margin: 0 !important;
  padding: 7px 13px!important;
  font-size: 13px !important;
}
.gosol-button-large {
  margin: 0 !important;
  padding: 14px 20px!important;
  font-size: 22px !important;
}
.gosol-button:hover {
  color: #fff;
  box-shadow: 2px 5px 20px rgba(22, 22, 22, 0.3);
}
.gosol-button-primary:hover {
  background: #008ec7;
}
.gosol-button-arrow {
  padding-right: 50px;
}
.gosol-button-arrow:after {
  -webkit-transition: all 220ms ease-out;
  transition: all 220ms ease-out;
  content: "";
  display: flex;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url("/squelettes/img/arrow-link.png");
  background-size: cover;
  width: 36px;
  height: 30px;
  margin: 10px;
  filter: invert(100%);
}
.gosol-button-white.gosol-button-arrow:after {
  filter: invert(0%);
}
.gosol-button-arrow:hover:after {
  margin-right: 13px;
}
.gosol-button-arrow-rotate-down:hover:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 28px;
  height: 22px;
  margin-right: 7px;
}
.gosol-button-primary-line {
  color: #00a0e0;
  background-color: white;
  border: 1px solid #00a0e0;
}
.gosol-button-light {
  color: black;
  background-color: white;
  border: 1px solid rgba(22, 22, 22, 0.2);
  font-weight: normal;
}
.gosol-button-light.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.gosol-button-light:hover {
  color: black;
}
.gosol-button-light.gosol-button-arrow:after {
  filter: invert(0%) !important;
  opacity: 0.6;
}
.gosol-button-expand {
  width: 100% !important;
  margin: 0px !important;
  display: block;
}
.button-separator {
  height: 20px;
  border-right: 1px solid black;
  margin: 0 14px 0 10px;
  opacity: 0.2;
}
/*	*/
/*	.btn-green{*/
/*	background-color: #27963c;*/
/*	border: 1px solid #1a6629;*/
/*	color: white;*/
/*	}*/
/*	*/
/*		.btn-orange{*/
/*	background-color: #f7a62b;*/
/*	border: 1px solid darken(#f7a62b, 10%);*/
/*	color: white;*/
/*	}*/
/*	*/
/*			.btn-brown{*/
/*	background-color: #4d0014;*/
/*	border: 1px solid #4d0014;*/
/*	color: white;*/
/*	}*/
/*	*/
/*	.neoloco-bg { */
/*	 background: url('/squelettes/img/1.jpg');*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  }*/
/*  */
/*  */
/*  */
/*  */
/*	.sust-bg-2 { */
/*	 background: url('/squelettes/img/Tampere5.jpg');*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;}*/
/*  */
/*  */
/*.top-image-bg { */
/*	background: url('/squelettes/img/top_image.jpg');*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*}*/
/*.top-image-bg-2 { */
/*	background: url('/squelettes/img/top_image_2.jpg');*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*}*/
/*  */
/*  */
/*  .bg-blue{*/
/*  */
/*  background-color: rgb(46, 49, 90);*/
/*  }*/
/*.bg-1{*/
/*	background-color: rgb(232, 233, 243);*/
/*}*/
/*.btn-1{*/
/*	background-color: rgb(232, 233, 243);*/
/*}*/
/*.btn-1.active{*/
/*background-color: white;*/
/*}*/
.progressbar {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
.progressbar_progress {
  background-color: #14bcff;
  height: 1px;
  position: absolute;
  box-shadow: 0px 0px 12px 0.2px #ade8ff;
}
.progressbar_progress_neoloco {
  background-color: #804fa8;
  height: 1px;
  position: absolute;
  box-shadow: 0px 0px 12px 0.2px #007f7f;
}
/*.btn-neoloco {*/
/*    color: #fff;*/
/*    background-color: rgba(128,79,168,1);*/
/*    border-color: rgba(128,79,168,1);*/
/*}*/
/*.btn-primary {*/
/*    color: #fff;*/
/*    background-color: rgb(46, 49, 90);*/
/*    border-color: rgb(46, 49, 90);*/
/*}*/
/*.btn-warning {*/
/*    color: #fff;*/
/*    background-color: rgba(128,79,168,1);*/
/*    border-color: rgba(128,79,168,1);*/
/*}*/
/*.btn {*/
/*	border-radius: 0px;*/
/*}*/
/*a {*/
/*color: rgb(46, 49, 90);*/
/*}*/
/*footer{*/
/*background-color: rgb(46, 49, 90);*/
/*border-top: 5px solid #d47e00!important;*/
/*color: black;*/
/*}*/
/*footer a{*/
/*//background-color: rgba(79,49,104,1);*/
/*color: white;*/
/*}*/
/*footer .btn-primary {*/
/*	background-color: white;*/
/*	color: rgb(46, 49, 90)!important;*/
/*}*/
.share_icon {
  opacity: 0.5;
  text-decoration: none !important;
}
.link-noline,
.link-noline a {
  text-decoration: none !important;
}
.share_icon:hover {
  opacity: 1;
}
.highlight-links a {
  dis_font-weight: bold;
  text-decoration: underline;
}
.img-logo {
  width: 13em;
}
.logo-slogan {
  font-size: 2.4em;
  font-weight: 100;
  color: black;
  padding-left: 1em;
}
.hover-rotate-90deg:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hover-rotate-90deg {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition-duration: 0.3s;
  transition-property: transform;
}
.btn-teal {
  background-color: #00a0e0;
  border: 1px solid #008ec7;
}
.carousel-indicators {
  bottom: -40px !important;
}
.carousel-caption-custom {
  padding: 10px;
  color: #fff;
  text-align: center;
  background-color: #00a0e0 !important;
  position: relative !important;
}
.carousel-caption h5 {
  margin: 0px 0px 0px 0px!important;
  padding: 0px 0px 0px 0px!important;
}
.carousel-caption p {
  margin: 0px 0px 0px 0px!important;
  padding: 0px 0px 0px 0px!important;
}
.product-list {
  padding-left: 30px !important;
  font-weight: 600 !important;
}
.product-list li {
  list-style: none;
  padding-bottom: 5px;
}
.product-list li:before {
  content: "";
  display: inline-block;
  background-image: url("/squelettes/img/arrow-link.png");
  background-size: cover;
  width: 26px;
  height: 21px;
  margin: 0px 10px 0px -34px;
  vertical-align: text-bottom;
}
.li-tick:before {
  background-image: url("/squelettes/img/tick-link.png") !important;
}
.li-sun:before {
  background-image: url("/squelettes/img/sun-link.png") !important;
}
/*//Slider*/
.bond_slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.bond_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #002855;
  cursor: pointer;
}
.bond_slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #002855;
  cursor: pointer;
}
.sponsorship_slider::-moz-range-thumb,
.sponsorship_slider::-webkit-slider-thumb {
  background: #002855;
}
.bond_slider_orange::-webkit-slider-thumb,
.bond_slider_orange::-moz-range-thumb {
  background: #ffd900;
}
.bond_slider_teal::-webkit-slider-thumb,
.bond_slider_teal::-moz-range-thumb {
  background: #002855 !important;
}
.price-slider {
  margin-bottom: 10px;
}
.modal-fullwidth {
  max-width: 98% !important;
}
.cart_action_quantity {
  border-radius: 2em;
  border: 0px solid white;
  color: white;
  line-height: 1.4em;
  font-family: "Lucida Console", Monaco, monospace;
  opacity: 0.6;
  cursor: pointer;
}
.timeline {
  background-image: url("/squelettes/img/circle.svg");
  background-size: contain;
  height: auto !important;
  background-repeat: no-repeat;
  z-index: 40;
}
.timeline::before {
  display: block;
  content: "";
  border-left: 1px solid #002855;
  height: 100%;
  margin: 0 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.carousel-control-spacer {
  width: 7% !important;
}
.text-fit {
  font-size: 25.5vw !important;
}
.card-tag {
  color: white;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: small;
  padding: 0.3em 0.6em;
}
.card-gosol {
  border-color: black !important;
  border-radius: 0px !important;
}
.card-gosol .card-body {
  border-top: 1px solid black!important;
}
/*HELPERS*/
.hover-cursor-magnify {
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.zoomify-shadow {
  z-index: 1049 !important;
}
.zoomify.zoomed {
  box-shadow: 0em 0.3em 1em rgba(0, 0, 0, 0.5) !important;
}
.invert {
  filter: invert(100%);
}
.hover-cursor {
  cursor: pointer;
}
.noline {
  text-decoration: none !important;
}
.noline-hover:hover {
  text-decoration: none !important;
}
.hidden {
  display: none !important;
}
.text-shadow {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.text-underline {
  text-decoration: underline !important;
}
.crayon-html,
.spip-admin-float {
  z-index: 9999999999999 !important;
}
.text-light {
  font-weight: 100;
  color: inherit !important;
}
.text-fine {
  font-weight: 100;
}
.text-white {
  color: white;
}
.text-bold {
  font-weight: 500;
}
/*END HELPERS*/
.mobile_menu {
  background-color: white;
  top: 0px;
  position: fixed;
  left: 0px;
  width: 100%;
}
.mobile_menu .container {
  height: 20%;
}
.mobile_menu .close_button {
  font-size: 2.5em;
  margin-top: -0.5em;
  font-weight: 300;
  opacity: 0.8;
}
.accordion-stream .btn {
  font-size: 1.5rem;
  color: #00a0e0;
}
.solarfire-link-position {
  margin-top: -70px;
  right: -20px;
  margin-bottom: 21px;
}
.position-absolute-top-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-width: 70%;
  max-height: 30%;
}
.navimg {
  width: 230px;
  margin-top: -11px;
  margin-bottom: -7px;
}
@media (max-width: 600px) {
  .navimg {
    width: 246px;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: #000000;
}
.text-black {
  color: black;
}
/* SCHMERZMED */
.video-container {
  height: 70vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #dc0000;
  padding: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.nav-link {
  font-size: 1.1rem;
}
.spip-admin-bloc,
.spip-admin-float {
  opacity: 0.2;
}
.lead {
  font-size: 1.7rem;
}
@media (max-width: 992px) {
  .lead {
    font-size: 1rem;
  }
  a {
    font-size: 1rem;
  }
  p {
    font-size: 1rem;
  }
  h1 {
    font-size: 1.7rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .nav-link-box.active {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .fixed-mobile {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}
.shadow-hover {
  transition: box-shadow 0.1s ease-in-out;
}
.shadow-hover:hover {
  box-shadow: 0.5rem 1rem 1.3rem rgba(0, 0, 0, 0.6) !important;
}
.bg-topnav {
  background-color: #f2f8f8;
  border-bottom: 1px solid #002855;
  border-top: 1px solid #002855;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1) !important;
}
.title_team {
  font-size: 1.5rem;
  font-weight: 600;
}
.navbar-brand {
  display: block;
  margin: auto;
}
@media (max-width: 992px) {
  .navbar-brand,
  .navbar-collapse {
    padding-left: 15px;
  }
}
.navbar {
  padding: .5rem 0rem;
  z-index: 1000;
}
.modal.fade.show {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
  -ms-backdrop-filter: blur(10px);
}
/* IMG FLIP ****************/
/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  height: 200px;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}
/* Style the front side (fallback if image is missing) */
.flip-box-front {
  background-color: #bbb;
  color: black;
}
/* Style the back side */
.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}
.margin-right-0 {
  margin-right: 0px !important;
}
.bg-spektrum {
  background-color: #f1f1f1 !important;
  /* //font-size:1.4em; */
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cristal-nav {
  font-size: 1.2rem;
  color: black;
}
.sidebar-grey {
  background-color: #f7f7f7;
}
.text-sidebar-title {
  font-weight: 800;
  font-size: 18px;
}
.text-sidebar {
  font-size: 18px;
  margin-top: 2px;
  margin-bottom: 2px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  text-align: left;
  padding: 8px;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
.text-position {
  font-size: 17px !important;
}
.title-angebot-aerztehaus {
  text-decoration: none;
  color: black;
}
b,
strong {
  font-weight: 900;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0rem;
}
.nav-button-cristal {
  margin-right: 10px;
}
.text-small {
  font-size: 17px;
}
.card-team {
  height: 420px;
}
.card-team-aerzte {
  height: 520px;
}
.card-team-physio {
  height: 500px;
}
.footer-text {
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-size: 16px;
}
.border-top-cristal {
  color: #d4f1fd;
  border-top: 2px solid;
}
.navbar_two {
  max-width: 1450px;
  margin: 0 auto;
  position: fixed;
  top: 95px;
  background-color: white;
  width: 100%;
}
.navbar_three {
  padding: 0.5rem 0rem;
  position: fixed;
  background: white;
  width: 100%;
  top: 0px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  /* padding-right: 15px; */
  padding-left: 15px;
}
@media (min-width: 992px) {
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 0px !important;
  }
}
/*Michi edits*/
span.anchor {
  display: block;
  position: relative;
  top: -220px;
  visibility: hidden;
}
@media (max-width: 992px) {
  /* Mobilenav*/
  .nav-button-cristal {
    color: #00adef !important;
    border: unset;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,173,239,1)' stroke-width='3' stroke-linecap='square' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-image: none;
    background-size: auto;
    background-size: 100% 100%;
    margin: 0px -5px;
  }
  /* Korrektur space und slider */
  .navtop_spacer,
  .hiddenonmobile {
    display: none;
  }
  .border-top-cristal {
    padding-top: 0px !important;
  }
  .carousel-inner .w-100 {
    width: 200% !important;
  }
  .carousel-inner .img-fluid {
    max-width: 200%;
  }
  .mobilepreslidermargin {
    margin-top: 0px !important;
  }
  span.anchor {
    display: block;
    position: relative;
    top: -65px;
    visibility: hidden;
  }
  /*Secondary Nav*/
  #navbarNav ul li ul {
    display: none;
  }
  #navbarNav ul li.navitemisactive ul {
    display: block;
  }
  #navbarNav ul > li > ul > li a {
    color: #000;
  }
  #navbarNav ul > li > ul > li::marker {
    content: '';
  }
  #navbarNav .nav-item {
    margin-top: 10px;
  }
  /*Team on Mobile*/
  .card-team {
    height: auto;
    width: auto !important;
  }
  .card-img-top {
    padding: 20px 20px 0px;
  }
}
@media (max-width: 992px) {
  .carousel-inner .img-fluid {
    max-width: 100% !important;
  }
}
