/*
        Project : RHEIN-RUHR MEDICAL IT - Website
        Module  : style.scss
        Date    : 02 / 2020
        Author  : Dirk Schumacher
*/
/*===== Grundlagen =====*/
/*--------------------------------------------------------------------------------------------------------------------*/
header {
  z-index: 1000 !important;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  z-index: 1000;
}
header.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: white;
  color: #E6E6E6;
  transition: all 0.4s ease-in-out;
}
header .contact {
  display: none;
  background-color: #A1351C;
}
@media (min-width: 1024px) {
  header .contact {
    display: block;
  }
}
header .contact .container {
  padding: 0px 15px 0px 15px;
}
header .contact .container div {
  text-align: right;
  padding: 8px 10px 8px 0px;
  color: white;
  font-size: 0.9rem;
  font-weight: 600;
}
header .contact .container div button {
  padding: 3px 15px 3px 15px;
  margin-right: 15px;
  font-weight: 600;
  color: #A1351C;
  background-color: white;
  border: 1px solid #A1351C;
}
header .contact .container div button:hover {
  color: white;
  background-color: #A1351C;
  border-color: white;
}
header .contact .container div .fas {
  font-size: 1.4rem;
}
header .nav-wrapper {
  background-color: #A1351C;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  header .nav-wrapper {
    background-color: white;
  }
}
header .nav-wrapper #navbar {
  padding: 0px;
}
header .nav-wrapper #navbar.bg-light {
  background-color: transparent !important;
}
header .nav-wrapper #navbar.navbar-light .navbar-nav .nav-link {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  header .nav-wrapper #navbar.navbar-light .navbar-nav .nav-link {
    border-bottom: 2px solid transparent;
    color: #2A2A2A;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0.6rem;
    padding-left: 0.5rem;
  }
}
header .nav-wrapper #navbar.navbar-light .navbar-nav .nav-link:focus, header .nav-wrapper #navbar.navbar-light .navbar-nav .nav-link:hover {
  color: #2A2A2A;
  border-bottom: 2px solid #A1351C;
}
header .nav-wrapper #navbar .navbar-brand {
  top: 42px;
  position: fixed;
  padding: 0;
  background-color: #A1351C;
  transition: all 0.5s ease-out;
}
header .nav-wrapper #navbar .navbar-brand.shrinked {
  top: 27px;
  transform: scale(0.730435);
  transition: all 0.5s ease-out;
}
header .nav-wrapper #navbar #logo_img {
  display: none;
}
@media (min-width: 1024px) {
  header .nav-wrapper #navbar #logo_img {
    display: block;
    padding: 0px 40px 0px 40px;
  }
}
header .nav-wrapper #navbar #collapsibleNavbar {
  align-self: flex-start;
}
header .nav-wrapper #navbar #collapsibleNavbar .dropdown .dropdown-menu {
  top: 60px;
  padding: 0;
  background-color: #fff;
  border-radius: 0rem !important;
  border: 0;
}
header .nav-wrapper #navbar #collapsibleNavbar .dropdown .dropdown-menu .dropdown-item {
  padding: 8px;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}
header .nav-wrapper #navbar #collapsibleNavbar .dropdown .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #A1351C;
  border-bottom: 2px solid #A1351C;
}
@media (min-width: 1024px) {
  header .nav-wrapper #navbar #collapsibleNavbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
header .nav-wrapper #navbar .navbar-toggler {
  border-style: none !important;
}
header .nav-wrapper #navbar .navbar-toggler:focus, header .nav-wrapper #navbar .navbar-toggler:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: #A1351C;
  border: none;
}
header .nav-wrapper #navbar .navbar-toggler-icon {
  margin-left: -15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
header button.navbar-toggler.ml-auto.hidden-sm-up.float-xs-right:focus {
  outline: none !important;
}

/*--------------------------------------------------------------------------------------------------------------------*/
.boxes {
  position: relative;
  height: auto !important;
  width: 100%;
  margin-top: 120px;
}

.left {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #A1351C;
}

.right {
  position: absolute;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

#banner {
  background-color: #F7F7F7;
}
#banner .img,
#banner div > div.d-lg-none > div {
  padding: 0;
}
#banner .content {
  padding-left: 20px;
  padding-right: 20px;
  color: #C7776B;
  font-weight: bold;
  font-size: 1.45rem;
  text-transform: uppercase;
}
#banner .content h1 {
  padding: 20px 0px 0px 0px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  #banner .content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    color: #C7776B;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
  }
  #banner .content h1 {
    padding: 20px 0px 0px 0px;
    font-size: 2rem;
  }
}

/*--------------------------------------------------------------------------------------------------------------------*/
.boxes-banner {
  min-height: 80vh;
}
.boxes-banner .right-banner {
  min-height: 100%;
  min-width: 100%;
  background: url("../img/bg_slide01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.boxes-banner .left-banner {
  height: 160px;
  width: 50%;
  left: 0px;
  top: 30%;
  background-color: rgba(247, 247, 247, 0.6980392157);
  text-align: right;
}
.boxes-banner .left-banner .content {
  padding-right: 20px;
  color: #C7776B;
  font-weight: bold;
  font-size: 1.45rem;
  text-transform: uppercase;
}
.boxes-banner .left-banner .content h1 {
  padding: 20px 0px 0px 0px;
  font-size: 2rem;
}
.boxes-banner .button {
  position: absolute;
  width: 100%;
  top: 62%;
  text-align: center;
  margin: auto;
}
.boxes-banner .button a {
  color: #A1351C;
  font-size: 1.45rem;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #A1351C;
  background-color: #F7F7F7;
  opacity: 0.7;
}
.boxes-banner .button a:hover {
  opacity: 1;
}
.boxes-banner .button .fa, .boxes-banner .button .fas, .boxes-banner .button .far {
  padding-top: 5px;
  color: #A1351C;
  font-size: 3rem;
}

/*--------------------------------------------------------------------------------------------------------------------*/
.boxes-intro {
  min-height: 750px;
  height: 600px;
}
.boxes-intro .box-01, .boxes-intro .box-02, .boxes-intro .box-03, .boxes-intro .box-04 {
  position: absolute;
  width: 30%;
  height: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #A1351C;
}
.boxes-intro .box-02, .boxes-intro .box-04 {
  width: 200px;
  height: 280px;
  opacity: 0.9;
}
.boxes-intro .box-01 {
  right: 100px;
  top: 0px;
  width: 450px;
  height: 480px;
  background: url("../img/img_box_01.png");
}
.boxes-intro .box-02 {
  right: 220px;
  top: 90px;
}
.boxes-intro .box-03 {
  right: 0px;
  top: 180px;
  width: 450px;
  height: 480px;
  background: url("../img/img_box_03.png");
}
.boxes-intro .box-04 {
  right: 220px;
  top: 480px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
.boxes-service {
  min-height: 300px;
  height: 300px;
}
.boxes-service .left-service {
  padding: 90px;
  min-width: 70%;
  color: white;
  font-weight: bold;
  font-size: 30px;
}
.boxes-service .right-service {
  min-height: 80%;
  min-width: 70%;
  background: url("../img/img_slide_02.png");
}

/*--------------------------------------------------------------------------------------------------------------------*/
#intro {
  background-color: white;
  background-image: -webkit-linear-gradient(270deg, white 13%, #F7F7F7 13%);
  padding-bottom: 40px;
  box-shadow: 0 8px 30px -30px black;
}

/*--------------------------------------------------------------------------------------------------------------------*/
#service {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #service {
    margin-top: -100px;
    margin-bottom: 100px;
  }
}
#service .panel {
  border-radius: 0px;
  height: auto;
  background-color: white;
  text-align: center;
  padding-top: 40px;
}
@media (min-width: 1024px) {
  #service .panel {
    box-shadow: 0px 17px 30px 0px rgb(218, 228, 235);
    border-color: #A1351C;
    height: 460px;
  }
}
#service .panel .circle {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
  width: 90px;
  height: 90px;
  border: 2px solid #A1351C;
  border-radius: 100%;
}
#service .panel .circle i {
  font-size: 2.2rem;
  line-height: 87px;
  color: #A1351C;
}
#service .panel .panel-heading {
  border-radius: 0px;
  color: #000000;
  padding: 0px 20px 0px 20px;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 1024px) {
  #service .panel .panel-heading {
    min-height: 72px;
  }
}
#service .panel .panel-body {
  /* hyphens */
  -o-hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  color: #8A8A8A;
  font-size: 0.9rem;
  padding: 10px 20px 10px 20px;
  text-align: center;
}
#service .panel-news {
  border-radius: 0px;
  height: auto;
  background-color: white;
  text-align: center;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  #service .panel-news {
    box-shadow: 0px 17px 30px 0px rgb(218, 228, 235);
    border-color: #A1351C;
  }
}
#service .panel-news .panel-heading {
  border-radius: 0px;
  color: #A1351C;
  padding: 0px 20px 0px 20px;
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
#service .panel-news .panel-heading i {
  font-size: 1.8rem;
  line-height: 50px;
  color: #A1351C;
}
#service .panel-news .panel-body {
  /* hyphens */
  -o-hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  color: #8A8A8A;
  font-size: 0.9rem;
  padding: 10px 20px 10px 20px;
  text-align: center;
}

#service-banner {
  background-color: #A1351C;
  padding: 0;
}
#service-banner .pic {
  background: url("../img/con_slide01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
#service-banner .pic2 {
  background: url("../img/con_slide02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
#service-banner .text {
  margin-top: 20px;
  margin-bottom: 60px;
}
#service-banner .text h1, #service-banner .text h2, #service-banner .text p {
  padding: 0;
  padding-bottom: 5px;
  margin-left: 15px;
  margin-right: 15px;
  color: white;
}
#service-banner .text h1 {
  text-transform: none;
  letter-spacing: 0.05em;
}
#service-banner .text h2 {
  font-weight: 500;
}
#service-banner .text p {
  color: white;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
  /* hyphens */
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
@media (min-width: 1024px) {
  #service-banner .text h1, #service-banner .text h2, #service-banner .text p {
    padding-left: 20px;
  }
}
#service-banner .crop {
  position: absolute;
  width: 100%;
  margin-top: -60px;
}

#service-banner2 {
  margin-top: 200px;
  margin-bottom: 100px;
  padding: 0px;
}
#service-banner2 .container {
  min-height: 400px;
}
#service-banner2 .container .text {
  padding-bottom: 40px;
  text-align: center;
  background-color: #A1351C;
}
@media (min-width: 1024px) {
  #service-banner2 .container .text {
    background-color: transparent;
    padding-top: 40px;
  }
}
#service-banner2 .container .text h1 {
  color: white;
  text-transform: none;
  font-weight: bold;
  padding-bottom: 0;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
#service-banner2 .container .text h2 {
  color: white;
  font-weight: bold;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
#service-banner2 .container .text h3 {
  color: white;
  padding-bottom: 20px;
}
#service-banner2 .container .text .button {
  width: 100%;
  text-align: center;
}
#service-banner2 .container .text .button a {
  color: #A1351C;
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #A1351C;
  background-color: #F7F7F7;
  opacity: 0.7;
}
#service-banner2 .container .text .button a:hover {
  opacity: 1;
}
#service-banner2 .crop {
  position: absolut;
  margin-top: -450px;
  height: 450px;
}
#service-banner2 .crop svg {
  background-image: linear-gradient(to right, #A1351C, rgba(162, 54, 29, 0.768627451)), url(../img/bg_slide01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

#service-banner3 {
  padding: 0;
}
#service-banner3 .container {
  min-height: 400px;
  padding-bottom: 40px;
  background-color: #A1351C;
}
@media (min-width: 1024px) {
  #service-banner3 .container {
    background-color: transparent;
  }
}
#service-banner3 .container .teaser h1 {
  padding-top: 0;
  color: white;
}
#service-banner3 .container .teaser hr {
  border: white;
  background-color: white;
  color: white;
}
#service-banner3 .container .certificates #jameda-widget-container860972,
#service-banner3 .container .certificates #jameda-widget-container1511059,
#service-banner3 .container .certificates #jameda-widget-container36027 {
  margin: auto !important;
}
#service-banner3 .crop {
  position: absolut;
  margin-top: -450px;
  height: 450px;
}
#service-banner3 .crop svg {
  background-color: #A1351C;
}

#service-banner4 {
  padding: 0;
}
#service-banner4 .container {
  min-height: 400px;
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 1024px) {
  #service-banner4 .container {
    background-color: #fff;
  }
}
#service-banner4 .container .teaser h1 {
  padding-top: 0;
  color: #A1351C;
}
#service-banner4 .container .teaser hr {
  border: #A1351C;
  background-color: #A1351C;
  color: #A1351C;
}
#service-banner4 .container .partner {
  text-align: center;
}

/*--------------------------------------------------------------------------------------------------------------------*/
#leistung {
  margin-top: 0px;
  margin-bottom: 100px;
}
#leistung .panel {
  border-radius: 0px;
  height: auto;
  background-color: white;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  #leistung .panel {
    box-shadow: 0px 17px 30px 0px rgb(218, 228, 235);
    border-color: #A1351C;
    height: 500px;
  }
}
#leistung .panel .circle {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
  width: 90px;
  height: 90px;
  border: 2px solid #A1351C;
  border-radius: 100%;
}
#leistung .panel .circle i {
  font-size: 2.2rem;
  line-height: 87px;
  color: #A1351C;
}
#leistung .panel .panel-heading {
  hyphens: auto;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  border-radius: 0px;
  color: #000000;
  padding: 0px 20px 0px 20px;
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  #leistung .panel .panel-heading {
    min-height: 72px;
  }
}
#leistung .panel .panel-body {
  /* hyphens */
  -o-hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  color: #8A8A8A;
  font-size: 0.9rem;
  padding: 10px 20px 10px 20px;
  text-align: justify;
}
@media (min-width: 1024px) {
  #leistung .panel .panel-body {
    height: 180px;
  }
}
#leistung .panel .panel-footer {
  padding: 20px;
}
#leistung .panel .panel-footer .btn {
  background-color: #A1351C;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
}

/*--------------------------------------------------------------------------------------------------------------------*/
#standorte {
  margin-top: 40px;
  margin-bottom: 40px;
}
#standorte .row {
  margin-bottom: 2rem;
}
#standorte .row .maps {
  height: 350px;
}
#standorte .row .maps iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
@media (min-width: 1024px) {
  #standorte .row .maps iframe {
    padding-right: 40px;
  }
}
#standorte .row .address {
  color: white;
  background-color: #A1351C;
  height: 350px;
  padding-left: 20px;
  padding-top: 20px;
  font-size: 0.9rem;
  text-align: justify;
  line-height: 1.7rem;
}
#standorte .row .address h1, #standorte .row .address h2 {
  padding: 0;
  margin: 0;
  color: white;
  font-weight: 600;
  font-size: 2rem;
  text-transform: unset;
}
#standorte .row .address h2 {
  font-size: 1.4rem;
}
#standorte .row .address hr {
  color: white;
  background-color: white;
  border: #A1351C;
  width: 80%;
  height: 1px;
  margin-bottom: 15px;
}
#standorte .row .address .title {
  font-weight: bold;
  font-size: 1rem;
}
#standorte .row .address ul.schedule {
  max-width: 330px;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
  font-size: 0.8rem;
  line-height: 1.7rem;
}
#standorte .row .address ul.schedule .day {
  font-weight: bold;
  float: left;
  width: 33%;
  overflow: hidden;
  white-space: nowrap;
}
#standorte .row .address ul.schedule .day:after {
  font-weight: normal;
  content: " .........................................................................................................................";
}
#standorte .row .address ul.schedule .time {
  float: left;
  width: 67%;
  overflow: hidden;
  padding-left: 4px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
#team {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  #team {
    margin-bottom: 200px;
  }
}
#team .carousel {
  width: 80%;
  padding: 0;
  margin: auto;
}
@media (min-width: 1024px) {
  #team .carousel .carousel-control-prev {
    left: -160px;
  }
  #team .carousel .carousel-control-next {
    right: -160px;
  }
}
#team .carousel .carousel-control-next, #team .carousel .carousel-control-prev {
  top: 320px;
  bottom: auto;
}
@media (min-width: 1024px) {
  #team .carousel .carousel-control-next, #team .carousel .carousel-control-prev {
    top: 0;
    bottom: 0;
  }
}
#team .carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(161, 53, 28)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
#team .carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(161, 53, 28)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
#team .carousel .carousel-indicators {
  display: none;
}
@media (min-width: 1024px) {
  #team .carousel .carousel-indicators {
    display: inline-flex;
    bottom: -100px;
  }
}
#team .carousel .carousel-indicators li {
  min-width: 130px;
  height: 50px;
  padding: 5px 30px 5px 30px;
  background-color: #A1351C;
  border: 1px solid #A1351C;
  color: white;
  text-indent: 0;
  text-align: center;
  opacity: 1;
}
#team .carousel .carousel-indicators li:hover, #team .carousel .carousel-indicators li.active {
  background-color: #fff;
  color: #A1351C;
}
#team .carousel .team-card .image {
  width: 100%;
}
#team .carousel .team-card .image img {
  width: 100%;
}
@media (min-width: 1024px) {
  #team .carousel .team-card .image {
    float: left;
    border-right: 7px solid #A1351C;
    width: auto;
  }
  #team .carousel .team-card .image img {
    height: 340px;
    width: auto;
  }
}
#team .carousel .team-card .info {
  width: 100%;
}
#team .carousel .team-card .info .content {
  color: #A1351C;
}
@media (min-width: 1024px) {
  #team .carousel .team-card .info .content {
    padding: 20px;
  }
}
#team .carousel .team-card .info .content .name, #team .carousel .team-card .info .content .location {
  padding: 0 5px 0 5px;
  background-color: #F7F7F7;
  font-weight: bold;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  #team .carousel .team-card .info .content .name, #team .carousel .team-card .info .content .location {
    margin-left: 300px;
    background-color: transparent;
    font-size: 1.8rem;
  }
}
#team .carousel .team-card .info .content .location {
  font-size: 1.1rem;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  #team .carousel .team-card .info .content .location {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  #team .carousel .team-card .info .content ul {
    margin-left: 280px;
  }
}
#team .carousel .team-card .info .content ul li {
  font-size: 0.9rem;
  color: #2A2A2A;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
@media (min-width: 1024px) {
  #team .carousel .team-card .info .content ul li {
    font-size: 1.3rem;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
@media (min-width: 1024px) {
  #team .carousel .team-card .info {
    height: 340px;
    padding-left: 15px;
    margin: 0;
  }
}
#team .carousel .nav {
  margin-top: 60px;
}
#team .carousel .nav ul {
  list-style-type: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
}
#team .carousel .nav ul li {
  float: left;
  margin-right: 10px;
  background-color: #A1351C;
  border: 1px solid #A1351C;
}
#team .carousel .nav ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 5px 30px 5px 30px;
  text-decoration: none;
}
#team .carousel .nav ul li a:hover {
  background-color: #fff;
  color: #A1351C;
}

/*--------------------------------------------------------------------------------------------------------------------*/
footer {
  background-color: #A1351C;
}
footer .row {
  justify-content: center !important;
}
footer #contact {
  padding: 80px 0 80px 0;
  background-color: #A1351C;
  color: #E6E6E6;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 15px;
}
@media (min-width: 1024px) {
  footer #contact .row {
    padding: 0;
  }
}
footer #contact h1 {
  padding: 15px;
  color: #E6E6E6;
  font-weight: 500;
  font-size: 2rem;
  text-transform: none;
}
@media (min-width: 1024px) {
  footer #contact h1 {
    padding: 0;
  }
}
footer .copyright {
  background-color: #A1351C;
  color: #BABDB6;
  padding: 20px;
  text-align: center;
  font-size: 0.7rem;
  border-top: 1px solid #8A8A8A;
}
footer .copyright a {
  color: white;
}
footer .copyright .footer_nav_sec {
  font-size: 0.8rem;
}

.overlay {
  min-height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay .overlay-content {
  background-color: white;
  position: relative;
  width: 100%;
  min-height: 70vh;
  text-align: center;
  background: url("../img/idx_bg_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .overlay .overlay-content {
    height: 70vh;
    background: url("../img/idx_bg_lg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }
}
.overlay .overlay-content .headline h1, .overlay .overlay-content .headline h2 {
  padding: 0;
  margin: 0;
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-shadow: 0px 2px 0px #9D9D9D;
}
.overlay .overlay-content .headline h1 {
  margin-bottom: 5vh;
  font-size: 2.5rem;
  display: block;
}
.overlay .overlay-content .headline h2 {
  margin-top: 30px;
  font-size: 1.6rem;
  display: block;
}
@media (min-width: 1024px) {
  .overlay .overlay-content .headline h1 {
    font-size: 3.5rem;
  }
  .overlay .overlay-content .headline h2 {
    margin-top: 10vh;
    font-size: 1.8rem;
  }
}
.overlay .overlay-content .tile .tile-card {
  background-color: white;
  cursor: pointer;
  transition: transform 0.2s;
}
.overlay .overlay-content .tile .tile-card:hover {
  transform: scale(1.1);
}
.overlay .overlay-content .tile .tile-card .image {
  float: left;
  margin: 20px 0px 20px 20px;
}
.overlay .overlay-content .tile .tile-card .image img {
  height: 90px;
  margin: 0;
  padding: 0;
}
.overlay .overlay-content .tile .tile-card .content {
  margin: 20px 20px 20px 0px;
}
@media (min-width: 1024px) {
  .overlay .overlay-content .tile .tile-card .content {
    min-height: 130px;
  }
}
.overlay .overlay-content .tile .tile-card .content h1, .overlay .overlay-content .tile .tile-card .content h2 {
  text-transform: uppercase;
  color: #A1351C;
}
.overlay .overlay-content .tile .tile-card .content h1 {
  padding-bottom: 0px;
  font-size: 1.3rem;
}
.overlay .overlay-content .tile .tile-card .content h2 {
  margin-top: 0px;
  font-size: 0.9rem;
}
.overlay .overlay-content .tile .tile-card .button {
  clear: both;
  width: 100%;
  background-color: #A1351C;
  color: white;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 10px;
}
.overlay .overlay-content .tile .tile-card.tile-blue h1, .overlay .overlay-content .tile .tile-card.tile-blue h2 {
  color: #0F4A84;
}
.overlay .overlay-content .tile .tile-card.tile-blue .button {
  background-color: #0F4A84;
}
.overlay .overlay-footer {
  position: relative;
  width: 100%;
  min-height: 30vh;
  padding: 20px 0px 20px 0px;
  text-align: center;
  background-color: #E6E6E6;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .overlay .overlay-footer {
    display: block;
  }
}
.overlay .overlay-footer img {
  display: none;
}
@media (min-width: 1024px) {
  .overlay .overlay-footer img {
    height: 65px;
  }
}
.overlay .overlay-footer .copyright {
  letter-spacing: 0px;
  text-transform: uppercase;
}
.overlay .overlay-footer .copyright p {
  font-weight: 400;
  font-size: 1rem;
}
.overlay .overlay-footer .copyright p.last {
  margin-bottom: 0;
  font-weight: 100;
  line-height: 20px;
  font-size: 0.8rem;
}
.overlay .overlay-footer .copyright .footer_nav_main {
  color: #A1351C;
  text-transform: uppercase;
  font-size: 1rem;
}
.overlay .overlay-footer .copyright .footer_nav_sec {
  color: #A1351C;
  text-transform: uppercase;
  font-size: 0.8rem;
}

/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v34-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-regular.woff") format("woff"), url("../fonts/open-sans-v34-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v34-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v34-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v34-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v34-latin-500.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-500.woff") format("woff"), url("../fonts/open-sans-v34-latin-500.ttf") format("truetype"), url("../fonts/open-sans-v34-latin-500.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v34-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v34-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v34-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-600.woff") format("woff"), url("../fonts/open-sans-v34-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v34-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v34-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v34-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v34-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-700.woff") format("woff"), url("../fonts/open-sans-v34-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v34-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v34-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v34-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v34-latin-italic.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-italic.woff") format("woff"), url("../fonts/open-sans-v34-latin-italic.ttf") format("truetype"), url("../fonts/open-sans-v34-latin-italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
body {
  overflow-x: hidden;
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0em;
  color: #000000;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  /*-----------------------------*/
  /*-----------------------------*/
}
body p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #8A8A8A;
}
body h1 {
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 0em;
  padding-bottom: 20px;
  padding-top: 40px;
  font-weight: 700;
  color: #A1351C;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
body h1 .light {
  font-weight: 500;
  color: #BABDB6;
}
body h2 {
  font-size: 1.6em;
  padding-bottom: 2rem;
  font-weight: 500;
  margin-top: 1rem;
}
body h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
body .btn {
  border-radius: 0rem !important;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.5rem 3rem 0.5rem 3rem;
}
body hr {
  background-color: #A1351C;
  color: #A1351C;
  border: #A1351C;
  width: 140px;
  height: 2px;
  margin-bottom: 40px;
}
body hr.terms {
  margin: 10px 0 20px;
}
body .text-primary {
  color: #A1351C !important;
}
body .cspacer {
  margin-top: 200px;
}
body .hspacer {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  body h11 {
    text-transform: uppercase;
    font-size: 1.4em;
    letter-spacing: 0em;
    padding-bottom: 20px;
    padding-top: 40px;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}
@media (max-width: 767px) {
  body h1 {
    text-transform: uppercase;
    font-size: 1.4em;
    letter-spacing: 0em;
    padding-bottom: 20px;
    padding-top: 40px;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
  body h2 {
    font-size: 1.4em;
    padding-bottom: 2rem;
    font-weight: 500;
    margin-top: 1rem;
  }
  body h3 {
    font-size: 1em;
  }
}
body #autoscroll {
  bottom: 25px;
  color: #fff;
  margin: 0;
  opacity: 0;
  position: fixed;
  right: 25px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  z-index: 10;
  background: #A1351C;
  border-radius: 50%;
  height: 48px;
  line-height: 42px;
  text-decoration: none;
  width: 48px;
  font-size: 32px;
  text-align: center;
  outline: 0;
  visibility: hidden;
  border: 1px solid #8A8A8A;
}
body #autoscroll .fa {
  color: #fff;
  font-size: 30px;
}
body #autoscroll:hover {
  background-color: #181818;
}
body #autoscroll.on {
  opacity: 1;
  visibility: visible;
}
body content {
  /*#banner {
      padding-right: 0px;
      padding-left: 0px;
  }*/
}
body content .section {
  margin-top: 80px;
}
body content .teaser {
  padding: 40px 40px 10px;
  text-align: center;
}
body content .teaser h1 {
  color: #A1351C;
  font-size: 2rem;
}
@media (max-width: 767px) {
  body content .teaser {
    padding: 40px 40px 10px;
    text-align: center;
  }
  body content .teaser h1 {
    font-size: 1.5rem;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}/*# sourceMappingURL=style.css.map */