/* cmsms stylesheet: Atris style modified: Thursday, December 19, 2024 3:45:26 PM */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap');

/* =========================================
Theme Name: Atris 2020
Author: Peercode

WCAG colors update: #5BADC2 is now #368092 for links and buttons

========================================= */

body {
  font-size: 110%;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

a, .nav-link {
  color: #368092;
}

a:focus, a:hover, .nav-link:focus, .nav-link:hover {
  color: #26375E;
}

p a {
  text-decoration: underline;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: #27375E;
}

.intro h1 {
  /*margin-bottom: 30px;*/
  font-size: 44px;
}

h4 {
  color: #5BADC2;
  /* WCAG colors */
  color: #368092;
}

p {
  font-size: 102.2725%;
  letter-spacing: 0.025rem;
}

strong {
  font-weight: 400;
}

/*ul.flowline {
  padding: 0;
}

ul.flowline li {
  list-style: none;
}*/

.dark-bg {
  color: #fff;
  background-color: #26375E;
}

.light-bg {
  background-color: #edf4f5;
}

.light-bg a {
  color: #2f6d7d;
}

.light-color-bg {
  background-color: #faf1ca;
}

.underline {
  position: relative;
  font-size: 20px;
  max-width: 200px;
  margin: auto;
  margin-bottom: 80px;
  color: #5BADC2;
}

.underline:before {
  position: absolute;
  content: "";
  width: 75px;
  height: 1px;
  background-color: #777;
  top: 50%;
  left: 0;
}

.underline:after {
  position: absolute;
  content: "";
  width: 75px;
  height: 1px;
  background-color: #777;
  top: 50%;
  right: 0;
}

.btn  {
  font-size: 1.25rem;
}

.btn-lg  {
  font-size: 1.45rem;
}

.btn:active, .btn.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #368092;
  border-color: #368092;
}

.btn-primary:hover {
  color: #368092;
  background-color: #fff;
  border-color: #368092;
}

.btn-primary:focus, .btn-primary.focus {
  color: #368092;
  background-color: #fff;
  border-color: #368092;
  box-shadow: 0 0 0 0.2rem rgba(91, 173, 194, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #368092;
  border-color: #368092;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #368092;
  border-color: #368092;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 173, 194, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #26375E;
  border-color: #26375E;
}

.btn-secondary:hover {
  color: #26375E;
  background-color: #fff;
  border-color: #26375E;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #26375E;
  background-color: #fff;
  border-color: #26375E;
  box-shadow: 0 0 0 0.2rem rgba(38, 55, 94, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #26375E;
  border-color: #26375E;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #26375E;
  border-color: #26375E;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 55, 94, 0.5);
}

.custom-btn {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header {
  background: url(/uploads/images/header-images/atris-patient-monitor-op-beeldscherm-grafiek.jpg) 100% 0 no-repeat;
  background-position: center;
  background-size: cover;
}

header.product {
  background: url(/uploads/images/header-images/doctor-explaining-patient-how-to-use-atris.jpg) 100% 0 no-repeat;
  background-position: center;
  background-size: cover;
}

header.info {
  background: url(/uploads/images/header-images/girl-with-phone-on-hometrainer.jpg) 100% 0 no-repeat;
  background-position: center;
  background-size: cover;
}

header.toepassing {
  background: url(/uploads/images/header-images/man-walking-in-hospital.jpg) 100% 0 no-repeat;
  background-position: center;
  background-size: cover;
}

.intro {
  text-align: center;
  width: 80%;
  margin: 0 auto 3rem;
}

.section-padding {
  padding-top: 70px;
  padding-bottom: 50px;
}

.top.section-padding {
  padding-top: 130px;
}

.carousel-indicators {
  bottom: -50px;
}

.social a {
  display: block;
  width: 40px;
  font-size: 28px;
  border-radius: 100%;
  text-align: center;
  color: #949494;
  margin: 10px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.social a:hover {
  color: #368092;
}

.form-row .form-group {
  margin-bottom: 1rem;
}

.form-control {
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus, textarea:focus {
  border-color: #5BADC2 !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-text {
  color: #666E75;
}

.hero p,
.hero h1 {
  color: #27375E;
  font-size: 36px;
  line-height: 1.225;
  font-weight: 500;
  text-shadow: 0 0px 25px #fff;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  padding: .25rem .25rem .5rem .5rem;
}

.navbar-top {
  background-color: #26375E;
}

.navbar-top .navbar {
  padding-top: 0.1rem;
  padding-bottom: 0.25rem;
}

.navbar-dark a, .navbar-dark .navbar-nav .nav-link {
  color: #fff;
  padding: 0px 0px 0px 20px;
}

.navbar-dark a.active {
  text-decoration: underline;
  font-weight: bold;
}

.navbar-brand {
  padding: 0;
  /*padding-left:15px;*/
}

.navbar-brand img {
  max-width: 66%;
}

#navbar {
  background-color: #f5e395;
  box-shadow: 0 0px 10px rgba(0, 0, 0, .2);
  /*	border: none;
      border-radius: 0;
      clear: both;*/
}

#navbar .navbar-nav>li>a {
  color: #27375e;
  font-weight: 400;
  /*padding-top: 15px;*/
  /*padding-bottom: 15px;*/
}

#navbar .navbar-nav>li>a:hover, #navbar .navbar-nav>li>a.menuactive, #navbar .navbar-nav>li>a.menuactive:hover, #navbar .navbar-nav>li>a.menuactive:focus {
  background: none;
  /*color: #bd666a;*/
  color: #A12429;
}

.navigation .btn-default:hover, .navigation .btn-default:focus, .navigation .btn-default:active, .navigation .btn-default.active {
  /*border-color: transparent;*/
}

#navbar .navbar-toggle {
  border-color: #666A86;
}

#navbar .navbar-toggle:hover, #navbar .navbar-toggle:focus {
  background-color: #faf1ca;
}

#navbar .navbar-toggle .icon-bar {
  background-color: #27375e;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #fefbef;
}

.cta-area  {
  position: relative;
}

.cta-box {
  color: #27375E;
  background-color: #f5e395;
/*  background: -webkit-linear-gradient(top, white 0%, #f5e394 37.4%, #f5e395 100%) #f5e395;
  background: -moz-linear-gradient(top, white 0%, #f5e394 37.4%, #f5e395 100%) #f5e395;
  background: -ms-linear-gradient(top, white 0%, #f5e394 37.4%, #f5e395 100%) #f5e395;
  background: linear-gradient(to bottom, white 0%, #f5e394 37.4%, #f5e395 100%) #f5e395;  */
  /*box-shadow: 0 0px 10px rgba(0,0,0,.2);  */
  margin-bottom: 2rem;
  padding: 1.5rem 1rem 1.5rem;
  border-radius: 16px;
}

.cta-box.image-on-top {
  margin-top: -80px;
  margin-bottom: 2rem;
  padding: 100px 1rem 1.5rem;
  height: 100%;
}

.cta-box h2 {
  font-size: 1.75rem;
}

.padding-bottom {
  padding-bottom: 30px;
}

.img-right {
  margin-bottom: 1rem;
  float: right;
}

.img-left {
  margin-bottom: 1rem;
  float: left;
}

.img-center {
  margin: 0 auto;
}

.img-circle {
  border-radius: 50%;
  width: 60%;
  position: relative;
  z-index: 1000;
}

.img-small  {
  border-radius: 16px;
}

.flow-circles .img-circle {
  width: 80%;
  margin-top: 20px;
}

.flow-image-1 {
  margin-top: 40px;
  margin-left: 50px;
}

.flow-image-2 {
  margin-bottom: 60px;
}

.testimonial .avatar img {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.footer {
  text-align: center;
}

.footer .contact input {
  width: 100%;
  height: 50px;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 30px;
}

.footer h2 {
  margin-bottom: 60px;
}

.footer .contact textarea {
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 10px;
  outline: 0;
  padding: 10px;
  border: 1px solid #ccc;
  min-height: 210px;
}

.footer .contact .contact-submit {
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 50px;
}

.footer .contact .contact-submit i {
  margin-right: 10px;
}

.copyright {
  text-align: center;
  padding: 30px 0;
}

footer a {
  color: #fff;
  font-weight: 300;
}

footer a:focus, footer a:hover {
  color: #5BADC2;
}

footer img {
  width: 14%;
}

footer .line {
  border-left: 1px solid #dee2e6;
  margin-bottom: 20px;
}

footer .ce-logo, footer .md-logo, footer .building-logo, footer .building-white-logo, footer .udi-logo, footer .version, footer .privacy-and-cookie {
  margin-bottom: 15px;
}

footer .building-logo, footer .building-white-logo, footer .udi-logo, footer .about, footer .privacy-and-cookie, footer .terms-of-use {
  font-size: 90%;
}

footer .ce-logo img, footer .building-logo img, footer .building-white-logo img, footer .udi-logo img {
  margin-bottom: 2px;
}

.nav-tabs {
  padding-top: 70px;
}

.nav-tabs > li > a h2 {
  color: #368092;
  font-size: var(--bs-nav-link-font-size);
  margin-bottom: 0;
}

.nav-tabs > li > a:hover {
  background-color: #ecf0f4;
}

.nav-tabs > li > a.active h2 {
  color: #27375E;
}

.nav-tabs li, .nav-tabs a {
    white-space:nowrap;
    /*overflow: hidden;*/
}

.tab-content {
  margin-top: 30px;
}

.tab-content .tab-pane {
  margin-bottom: 50px;
}

.tab-content h4 {
  margin-top: 30px;
}

.nav-flex-column {
  flex-direction: column;
}

.nav-flex-column .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
}

.alert {
  border-radius: 0;
  margin-bottom: 0;
}

#player .player .vp-title {
  display: none !important;
}

.flip-horizontal {
  display: inline-block;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.NewsSummary  {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  /*border-bottom: 1px solid #dee2e6;*/
}

.SummaryLink a  {
  text-decoration: none;
}

.SummaryLink a h2,
.SummaryLink a h3  {
  color: #377E91;
  font-size: calc(1.3rem + .6vw);
}

.SummaryLink a h2  {
  font-size: calc(1.3rem + .6vw);
}

.SummaryPostdate  {
  font-style: italic;
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.SummarySummary  {
  font-weight: 400;
}

#NewsDetail .back  {
  font-size: 1.25rem;
  text-decoration: none;
}

#NewsDetail .back .bi {
  font-size: 2rem;
  /*line-height: 1;*/
  vertical-align: middle;
}

.SummaryField img, .DetailField img {
  margin-bottom: 1rem;
  border-radius: 16px;
}

.sr-only, .sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
}

@media (min-width: 576px) {
  .top.section-padding {
    padding-top: 30px;
  }
  
  .hero {
    margin-bottom: 170px;
  }
}

@media (min-width: 640px) {
  .top .hero .button .custom-btn {
    margin-left: 0;
    margin-right: 20px;
    float: left;
  }
  
  .underline {
    max-width: 300px;
  }
  
  .underline:before, .underline:after {
    width: 120px;
  }
  
  .top .content .button a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-bottom: 100px;
  }
  
  .features {
    padding-top: 30px;
  }
  
  .description .content .button a {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
  
  .testimonial .testimonial-slide {
    /*width: 100%;*/
  }
  
  .subscribe .social li {
    margin-right: 5px;
  }
  
  .footer .contact .contact-submit {
    padding: 10px 30px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .navbar-brand img {
    max-width: 100%;
  }
  
  .top-nav-collapse .navbar-brand img {
    max-width: 80%;
  }
  
  .top.section-padding {
    padding-top: 60px;
  }
  
  .hero {
    margin-bottom: 190px;
  }
  
  .intro h1 {
    font-size: 52px;
  }
  
  .team .member img {
    position: relative;
  }
  
  .team .member .details {
    position: relative;
    opacity: 1;
  }
  
  .team .member .details p {
    top: 0;
  }
  
  .team .info:hover .details p {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  
  .team .member .details .icon {
    top: 200px;
  }
  
  .team .info:hover .icon {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  
  .testimonial .testimonial-slide {
    width: 80%;
  }
  
  .img-right {
    margin-left: 1rem;
  }
  
  .img-left {
    margin-right: 1rem;
  }
  
  .img-small {
    width: 35%;
  }
  
  .img-less-small {
    width: 50%;
  }
  
  .flow-circles .img-circle {
    width: 60%;
    margin-top: 20px;
  }
  
  .flow-image-1 {
    margin-left: 120px;
  }
  
  .flow-image-2 {
    margin-right: 20px;
  }
  
  footer .line:first-child {
    border-left: none;
  }
  
  .padding-bottom {
    padding-bottom: 130px;
  }
  
  .cta-box.image-on-top {
    margin-bottom: 0;
  }
  
  .column-box {
    height: 100%;
  }
  
  .btn-box {
    position: absolute;
    bottom: 5rem;
    left: 1%;
    right: 1%;
  }
  
  .nav-tabs {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .intro h1 {
    /*font-size: 60px;*/
  }
  
  .hero {
    margin-bottom: 210px;
  }
  
  .testimonial .testimonial-slide {
    width: 70%;
  }
  
  .NewsSummary  {
    margin-bottom: 3rem;
    border: none;
  }
  
/*  .flowline {
    position: relative;
  }
  /*Style for div.line*!/
  
  .flowline > li .line:before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 490px;
    width: 3px;
    height: 180px;
    background-color: #666A86;
    -ms-transform: rotate(74deg); /* IE 9 *!/
    -webkit-transform: rotate(74deg); /* Safari *!/
    transform: rotate(74deg);
    /*box-shadow: 0 0 5px #7a83c2;*!/
    z-index: -100;
  }
  
  .flowline > li .line-2:before {
    top: 140px;
    bottom: 0;
    left: 490px;
    -ms-transform: rotate(104deg); /* IE 9 *!/
    -webkit-transform: rotate(104deg); /* Safari *!/
    transform: rotate(104deg);
  }
  
  .flowline > li .line-3:before {
    top: 220px;
    bottom: 0;
    left: 445px;
    -ms-transform: rotate(128deg); /* IE 9 *!/
    -webkit-transform: rotate(128deg); /* Safari *!/
    transform: rotate(128deg);
  }
  
  .flow-circles .img-circle {
    width: 70%;
    margin-top: 50px;
  }
  
  .flow-image-1 {
    margin-top: 50px;
    margin-left: 100px;
  }
  
  .flow-image-2 {
    margin-right: 20px;
    margin-bottom: 0;
  }*/
  
  .cta-box.image-on-top {
    margin-bottom: 1rem;
  }
  
  .padding-bottom {
    padding-bottom: 145px;
  }
  
  .nav-flex-column {
    flex-direction: inherit;
  }
  
  .nav-lg-justified .nav-item, .nav-lg-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  header {
    background-position: 0 -140px;
  }

  .padding-bottom {
    padding-bottom: 160px;
  }
  
  .top.section-padding {
    padding-top: 30px;
  }
  
  .hero {
    margin-bottom: 230px;
  }
  
  .hero p,
  .hero h1 {
    font-size: 48px;
  }
  
  .SummaryLink a h2  {
    font-size: 1.75rem;
  }
  
  .btn-box {
    bottom: 3rem;
  }
  
  .cta-box.image-on-top {
    margin-right: .5rem;
    margin-left: .5rem;
  }
  
  .img-small {
    width: 30%;
  }
  
  .img-less-small {
    width: 45%;
  }
  /*Style for div.line*/
  
/*  .flowline > li .line:before {
    top: 40px;
    left: 590px;
  }
  
  .flowline > li .line-2:before {
    top: 170px;
    left: 590px;
  }
  
  .flowline > li .line-3:before {
    top: 280px;
    left: 545px;
  }*/
}

@media (min-width: 1400px) {
  .btn-box {
    bottom: 2rem;
  }
}
