.p-base {
  opacity: 0.8;
  color: #4a4a4a;
}

body {
  background-color: #f8f9fa;
}

main {
  margin: 65px 0 0 0;
}

.v-application {
  font-family: "Eurostile Round Condensed", serif !important;
}

.container {
  width: 1300px !important;
  max-width: unset;
}

.banner .container {
  position: relative;
}

@media (max-width: 1300px) {
  .container {
    width: 900px !important;
  }
}
@media (max-width: 900px) {
  .container {
    width: 100% !important;
  }
}
.v-application .headline {
  font-size: 1.1rem !important;
  font-weight: 500;
}

a {
  text-decoration: none;
}

a.left {
  position: relative;
}

a.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #97b6e0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

a.left:hover:before {
  visibility: visible;
  width: 100%;
}

.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled).highlighted {
  color: #0063af !important;
}

.btn-open-sidemenu {
  display: none;
}

.lang-select {
  height: 40px;
  max-width: 65px;
  width: 65px;
}
.lang-select .theme--light.v-select .v-select__selection--comma, .lang-select .v-text-field.v-text-field--solo .v-label {
  color: #fff;
}
.lang-select .v-input__slot {
  padding: 0 7px 0 5px !important;
  box-shadow: unset !important;
}
.lang-select .v-label.theme--light {
  left: 5px !important;
}
.lang-select .v-select__selections {
  position: absolute;
  left: 5px !important;
}

i {
  color: #fff !important;
}

header .navigation {
  width: 1300px;
  margin: 0 auto;
}
header.active {
  transition: 0.2s;
  box-shadow: 0 0 92px -20px #97b6e0;
  position: fixed;
  z-index: 9;
  background: #fff;
  width: 100%;
}
header.active .container {
  width: 100%;
}
header.active .logo-content {
  display: none;
  justify-content: flex-end;
}
header.active .logo-content .wrapper {
  border-bottom: 2px solid #f8f9fa;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  padding: 0 10px;
}
header.active .logo-content .wrapper .item:first-child {
  display: none;
}
header.active .logo-content .wrapper .it {
  display: flex;
  align-items: center;
}
header.active .logo-content h3 {
  font-size: 16px !important;
}
header.active .logo-content img {
  margin-right: 5px;
}
header.active .navigation {
  padding: 0;
}
header.active .navigation .it {
  margin: 0 0 0 20px;
  display: flex;
  align-items: center;
}
header.active .navigation .it .logo {
  height: 24px;
}
header.active .navigation .it h3 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #4897d3;
}
header.active .navigation .it img {
  margin-right: 5px;
}
header.active .navigation .right-navigation {
  justify-content: flex-end;
}
header.active .navigation .right-navigation #request-btn {
  margin-right: 25px;
}
header.active .navigation ul {
  flex: 4;
}
header .toolbar {
  background-color: #f8f9fa;
}
header .toolbar .container {
  width: 100%;
}
header .toolbar .profile {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
header .toolbar .profile button {
  color: #4a4a4a;
}
header .toolbar.toolbarMob {
  height: 40px;
  display: none;
}
header .toolbar.toolbarMob .container {
  padding-top: 0;
}
header .logo-content .lang-desktop .item {
  float: right;
  padding: 20px 13px;
}
header .logo-content .lang-desktop .item a {
  color: #0063af;
  padding: 0 10px;
  font-size: 20px;
}
header .logo-content .lang-desktop .item a.active {
  font-weight: 900;
}
header .logo-content .it {
  padding: 20px 0;
}
header .logo-content img {
  width: 60px;
}
header .logo-content .it h3:first-child {
  font-size: 18px;
  font-weight: 400;
  color: #0063af;
}
header .logo-content .it h3:last-child {
  font-size: 18px;
  font-weight: 400;
  color: #97b6e0;
}
header .navigation {
  padding: 0;
}
header .navigation .container {
  display: flex;
  justify-content: space-between;
  padding: 21px 12px;
}
header .navigation ul {
  align-items: center;
  flex: 5;
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding-left: 100px;
}
header .navigation ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #0063af;
}
header .navigation ul li a.active {
  font-weight: 600;
  color: #97b6e0;
}
header .navigation .right-navigation {
  align-items: center;
  flex: 2;
  display: flex;
  justify-content: space-evenly;
}
header .v-list-item__title {
  color: #97b6e0 !important;
}

#features {
  background-color: #97b6e0;
  padding: 0;
}
#features .container {
  padding: 0 12px;
}
#features .container .wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#features .container .wrapper .col-md-3 {
  padding: 0 12px 12px 12px;
}
#features .container .wrapper .item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#features .container .wrapper .item h3, #features .container .wrapper .item .h3add {
  color: #fff;
  font-size: 18px;
}
#features .container .wrapper .item p {
  color: #fff;
}
#features .container .wrapper .item .img-wrapper {
  padding: 10px;
  width: 100px;
  height: 80px;
}
#features .container .wrapper .item .img-wrapper .img {
  background-color: #fff;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
#features .container .wrapper .item .img-wrapper:hover {
  background-color: #97b6e0;
}
#features .container .wrapper .item .img-wrapper:hover .img {
  background-color: white;
}

#timeline h2 {
  font-size: 45px;
  margin-top: 20px;
  font-weight: 400;
  text-align: center;
  color: #0063af;
}
#timeline p {
  font-size: 20px;
}
#timeline .v-card__text {
  font-size: 20px;
}
#timeline h4 {
  font-weight: 400;
  text-align: center;
  color: #0063af;
  margin-top: 20px;
  margin-bottom: 70px;
  font-size: 1.17em;
}
#timeline .mobile-items {
  display: none;
}
#timeline .v-timeline:before {
  background-color: #97b6e0;
}
#timeline .v-timeline .v-timeline-item__dot {
  position: absolute;
  top: -25px;
  left: calc(50% - 9px);
  width: 20px;
  height: 20px;
}
#timeline .v-timeline .v-timeline-item__dot:nth-child(2) {
  top: -8px;
}
#timeline .v-timeline .v-timeline-item__dot:nth-child(3) {
  top: -8px;
}
#timeline .v-timeline .v-timeline-item__opposite:last-child {
  padding-bottom: 35px;
}
#timeline .v-timeline .content {
  width: 500px;
}
#timeline .v-timeline .content.middle-cnt {
  position: absolute;
  right: 0;
}
#timeline .container img {
  width: 500px;
}

#services-main {
  background-color: #f8f9fa;
  padding: 20px 0;
}
#services-main .container {
  width: 1200px;
}
#services-main .container h3 {
  color: #0063af;
  font-size: 45px;
  text-align: center;
  margin-bottom: 20px;
}
#services-main .container .v-slide-group .v-slide-group__wrapper {
  margin: 0 auto;
  width: 86%;
  flex: unset;
}
#services-main .container .v-slide-group .v-slide-group__prev {
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  background-color: #4897d3;
  cursor: pointer;
  -webkit-mask: url(/uploads/frontend/svg/next.svg) no-repeat center;
  transform: scale(-1, 1);
  z-index: 8;
}
#services-main .container .v-slide-group .v-slide-group__next {
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  background-color: #4897d3;
  cursor: pointer;
  -webkit-mask: url(/uploads/frontend/svg/next.svg) no-repeat center;
  z-index: 8;
}
#services-main .container .row {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
#services-main .container .row .item {
  margin: 7px 3px;
  width: 250px;
  height: 200px;
  position: relative;
}
#services-main .container .row .item .item-content {
  width: 250px;
  height: 200px;
  z-index: 7;
}
#services-main .container .row .item .item-content .item-description {
  display: none;
  color: #fff;
  font-size: 12px;
  text-align: left;
}
#services-main .container .row .item p {
  font-size: 20px;
}
#services-main .container .row .item h2 {
  font-size: 170px;
  color: #0063af;
}
#services-main .container .row .item .v-card {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;
}
#services-main .container .row .item .v-card:not(.card-number) {
  padding: 2px;
  flex-direction: column;
}
#services-main .container .row .item .v-card:not(.card-number):hover {
  transition: 0.2s;
  background-color: #97b6e0;
}
#services-main .container .row .item .v-card:not(.card-number):hover .img {
  background-color: #fff;
}
#services-main .container .row .item .v-card:not(.card-number):hover p {
  color: #fff;
}
#services-main .container .row .item .v-card .img {
  width: 50px;
  height: 50px;
  background-color: #97b6e0;
}
#services-main .container .row .item .v-card .img.first {
  -webkit-mask: url(/uploads/frontend/svg/5.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/5.svg) no-repeat center;
}
#services-main .container .row .item .v-card .img.second {
  -webkit-mask: url(/uploads/frontend/svg/6.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/6.svg) no-repeat center;
}
#services-main .container .row .item .v-card .img.third {
  -webkit-mask: url(/uploads/frontend/svg/7.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/7.svg) no-repeat center;
}
#services-main .container .row .item .v-card .img.forth {
  -webkit-mask: url(/uploads/frontend/svg/8.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/8.svg) no-repeat center;
}
#services-main .container .row .item .v-card .img.fifth {
  -webkit-mask: url(/uploads/frontend/svg/9.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/9.svg) no-repeat center;
}
#services-main .container .row .item .v-card .img.sixth {
  -webkit-mask: url(/uploads/frontend/svg/10.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/10.svg) no-repeat center;
}
#services-main .container .row .item .v-card .img.seventh {
  -webkit-mask: url(/uploads/frontend/svg/11.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/11.svg) no-repeat center;
}
#services-main .container .row .item .v-card .img.eighth {
  -webkit-mask: url(/uploads/frontend/svg/12.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/12.svg) no-repeat center;
}
#services-main .container .row .item .v-card .img.ninth {
  -webkit-mask: url(/uploads/frontend/svg/13.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/13.svg) no-repeat center;
}
#services-main .container .row .item .v-card .img.tenth {
  -webkit-mask: url(/uploads/frontend/svg/14.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/14.svg) no-repeat center;
}
#services-main .container .row .item .v-card .img.eleventh {
  -webkit-mask: url(/uploads/frontend/svg/15.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/15.svg) no-repeat center;
}
#services-main .container .row .item .v-card .img.twelveth {
  -webkit-mask: url(/uploads/frontend/svg/16.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/16.svg) no-repeat center;
}
#services-main .container .row .item .v-card .img.thirteenth {
  -webkit-mask: url(/uploads/frontend/svg/25.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/25.svg) no-repeat center;
  width: 60px;
  height: 60px;
}
#services-main .container .row .item .v-card p {
  font-weight: 400;
  color: #0063af;
}
#services-main .container .row.seperated-light-group .item .img {
  width: 50px;
  height: 50px;
  background-color: darkgrey;
}
#services-main .container .row.seperated-light-group .item p {
  color: darkgrey;
}
#services-main .container .row.seperated-light-group .item .v-card:not(.card-number) {
  padding: 10px;
  flex-direction: column;
}
#services-main .container .row.seperated-light-group .item .v-card:not(.card-number):hover {
  transition: 0.2s;
  background-color: #0063af;
}
#services-main .container .row.seperated-light-group .item .v-card:not(.card-number):hover .img {
  background-color: #fff;
}
#services-main .container .row.seperated-light-group .item .v-card:not(.card-number):hover p {
  color: #fff;
}

#services {
  background-color: #f8f9fa;
  padding: 20px 0;
}
#services .container h3 {
  color: #0063af;
  font-size: 40px;
  text-align: center;
}
#services .container .row {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#services .container .row .item {
  margin-right: 20px;
  width: 230px;
  height: 200px;
  position: relative;
}
#services .container .row .item .item-content {
  width: 230px;
  height: 200px;
  z-index: 8;
}
#services .container .row .item .item-content .item-description {
  display: none;
  color: #fff;
  font-size: 12px;
  text-align: left;
}
#services .container .row .item p {
  font-size: 14px;
}
#services .container .row .item h2 {
  font-size: 170px;
  color: #0063af;
}
#services .container .row .item .v-card {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;
}
#services .container .row .item .v-card:not(.card-number) {
  padding: 10px;
  flex-direction: column;
}
#services .container .row .item .v-card:not(.card-number):hover {
  transition: 0.2s;
  background-color: #97b6e0;
}
#services .container .row .item .v-card:not(.card-number):hover .img {
  background-color: #fff;
}
#services .container .row .item .v-card:not(.card-number):hover p {
  color: #fff;
}
#services .container .row .item .v-card .img {
  width: 50px;
  height: 50px;
  background-color: #97b6e0;
}
#services .container .row .item .v-card .img.first {
  -webkit-mask: url(/uploads/frontend/svg/5.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/5.svg) no-repeat center;
}
#services .container .row .item .v-card .img.second {
  -webkit-mask: url(/uploads/frontend/svg/6.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/6.svg) no-repeat center;
}
#services .container .row .item .v-card .img.third {
  -webkit-mask: url(/uploads/frontend/svg/7.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/7.svg) no-repeat center;
}
#services .container .row .item .v-card .img.forth {
  -webkit-mask: url(/uploads/frontend/svg/8.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/8.svg) no-repeat center;
}
#services .container .row .item .v-card .img.fifth {
  -webkit-mask: url(/uploads/frontend/svg/9.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/9.svg) no-repeat center;
}
#services .container .row .item .v-card .img.sixth {
  -webkit-mask: url(/uploads/frontend/svg/10.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/10.svg) no-repeat center;
}
#services .container .row .item .v-card .img.seventh {
  -webkit-mask: url(/uploads/frontend/svg/11.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/11.svg) no-repeat center;
}
#services .container .row .item .v-card .img.eighth {
  -webkit-mask: url(/uploads/frontend/svg/12.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/12.svg) no-repeat center;
}
#services .container .row .item .v-card .img.ninth {
  -webkit-mask: url(/uploads/frontend/svg/13.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/13.svg) no-repeat center;
}
#services .container .row .item .v-card .img.tenth {
  -webkit-mask: url(/uploads/frontend/svg/14.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/14.svg) no-repeat center;
}
#services .container .row .item .v-card .img.eleventh {
  -webkit-mask: url(/uploads/frontend/svg/15.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/15.svg) no-repeat center;
}
#services .container .row .item .v-card .img.twelveth {
  -webkit-mask: url(/uploads/frontend/svg/16.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/16.svg) no-repeat center;
}
#services .container .row .item .v-card .img.thirteenth {
  -webkit-mask: url(/uploads/frontend/svg/25.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/25.svg) no-repeat center;
  width: 60px;
  height: 60px;
}
#services .container .row .item .v-card p {
  font-weight: 400;
  color: #0063af;
}
#services .container .row .item:hover .item-content {
  position: absolute;
  width: 230px;
}
#services .container .row .item:hover .item-content .item-description {
  display: block;
}
#services .container .row.seperated-light-group .item .img {
  width: 50px;
  height: 50px;
  background-color: darkgrey;
}
#services .container .row.seperated-light-group .item p {
  color: darkgrey;
}
#services .container .row.seperated-light-group .item .v-card:not(.card-number) {
  padding: 10px;
  flex-direction: column;
}
#services .container .row.seperated-light-group .item .v-card:not(.card-number):hover {
  transition: 0.2s;
  background-color: #97b6e0;
}
#services .container .row.seperated-light-group .item .v-card:not(.card-number):hover .img {
  background-color: #fff;
}
#services .container .row.seperated-light-group .item .v-card:not(.card-number):hover p {
  color: #fff;
}

.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot fieldset {
  color: #fff;
}

.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot:hover fieldset {
  color: #fff;
}

#about {
  width: 100%;
}
#about .container .text-center {
  margin-bottom: 60px;
}
#about .container .row h2, #about .container .row .h2add {
  font-size: 45px;
  margin-bottom: 20px;
  color: #0063af;
}
#about .container .wrapper {
  position: relative;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#about .container .wrapper .image-mobile {
  display: block;
  width: 375px;
  height: auto;
  margin: 0 auto;
}
#about .container .arrow-left {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 38%;
  background-color: #97b6e0;
  transform: scale(-1, 1);
  cursor: pointer;
  -webkit-mask: url(/uploads/frontend/svg/next.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/next.svg) no-repeat center;
}
#about .container .arrow-right {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 38%;
  background-color: #97b6e0;
  cursor: pointer;
  -webkit-mask: url(/uploads/frontend/svg/next.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/next.svg) no-repeat center;
}
#about .container .slide {
  transition: all 1s ease-in;
  position: absolute;
  top: 0;
  right: 60px;
  left: 60px;
  opacity: 0;
}
#about .container .slide.active {
  transition: all 1s ease-in;
  opacity: 1;
}
#about .container .items {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#about .container .items .item {
  width: 380px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 0 15px 15px 0 !important;
}
#about .container .items .item .v-card {
  box-shadow: 2px 4px 10px rgba(10, 105, 178, 0.25);
}
#about .container .items .item .heading {
  width: 90%;
  height: 90px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
#about .container .items .item h3 {
  font-size: 20px;
  color: #0063af;
  text-align: left;
  margin: 0 0 0 10px;
}
#about .container .items .item p {
  text-align: left;
}
#about .container .items .item .img-wrapper {
  padding: 10px;
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
#about .container .items .item .img-wrapper .img {
  width: 50px;
  height: 50px;
  background-color: #97b6e0;
}
#about .container .items .item .img-wrapper .img.first {
  -webkit-mask: url(/uploads/frontend/svg/ab-1.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-1.svg) no-repeat center;
}
#about .container .items .item .img-wrapper .img.second {
  -webkit-mask: url(/uploads/frontend/svg/ab-2.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-2.svg) no-repeat center;
}
#about .container .items .item .img-wrapper .img.third {
  -webkit-mask: url(/uploads/frontend/svg/ab-3.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-3.svg) no-repeat center;
}
#about .container .items .item .img-wrapper .img.forth {
  -webkit-mask: url(/uploads/frontend/svg/ab-4.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-4.svg) no-repeat center;
}
#about .container .items .item .img-wrapper .img.fifth {
  -webkit-mask: url(/uploads/frontend/svg/ab-5.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-5.svg) no-repeat center;
}
#about .container .items .item .img-wrapper .img.sixth {
  -webkit-mask: url(/uploads/frontend/svg/ab-6.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-6.svg) no-repeat center;
}
#about .container .items .item .img-wrapper .img.seventh {
  -webkit-mask: url(/uploads/frontend/svg/ab-7.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-7.svg) no-repeat center;
}
#about .container .items .item .img-wrapper .img.eighth {
  -webkit-mask: url(/uploads/frontend/svg/ab-8.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-8.svg) no-repeat center;
}
#about .container .items .item .img-wrapper .img.ninth {
  -webkit-mask: url(/uploads/frontend/svg/ab-9.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-9.svg) no-repeat center;
}
#about .container .items .item .img-wrapper .img.tenth {
  -webkit-mask: url(/uploads/frontend/svg/ab-10.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-10.svg) no-repeat center;
}
#about .container .items .item .img-wrapper .img.eleventh {
  -webkit-mask: url(/uploads/frontend/svg/ab-11.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-11.svg) no-repeat center;
}
#about .container .items .item .img-wrapper .img.twelveth {
  -webkit-mask: url(/uploads/frontend/svg/12.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/12.svg) no-repeat center;
}

#contact {
  margin-top: -20px;
  background-color: #f8f9fa;
  width: 100%;
}
#contact .container h2 {
  font-weight: 400;
  margin: 40px auto;
  color: #4a4a4a;
  font-size: 40px;
}
#contact .container .wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
#contact .container .wrapper h3 {
  font-weight: 400;
  color: #97b6e0;
}
#contact .container .wrapper h3.font-16 {
  font-size: 16px;
}
#contact .container .wrapper ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin-bottom: 30px;
  color: #4a4a4a;
}
#contact .container .wrapper .item {
  display: flex;
  width: 85%;
  margin: 0 auto;
}
#contact .container .wrapper .item:first-child .item-child {
  width: 50%;
}
#contact .container .wrapper .item:first-child .item-child .address {
  width: 60%;
  float: left;
}
#contact .container .wrapper .item:first-child .item-child .timetable {
  width: 40%;
  float: left;
}
#contact .container .wrapper .item:first-child .item-child:last-child {
  width: 500px;
  height: 300px;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
#contact .container .wrapper .item:last-child .item-child {
  width: 50%;
}
#contact .container .wrapper .item:last-child .item-child .address {
  width: 60%;
  float: left;
}
#contact .container .wrapper .item:last-child .item-child .timetable {
  width: 40%;
  float: left;
}
#contact .container .wrapper .item:last-child .item-child:last-child {
  width: 500px;
  height: 300px;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
#contact .container .wrapper .item .location {
  width: 320px;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: flex-end;
}
#contact .container .wrapper .item .location.first {
  right: 0;
}
#contact .container .wrapper .item .location.second {
  left: 38px;
}
#contact .container .wrapper .item .location img {
  position: relative;
  bottom: -17px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
#contact .container .wrapper .item .location .v-card .v-card__text, #contact .container .wrapper .item .location .v-card .v-card__title {
  padding: 9px 9px;
}
#contact .container .wrapper .item .location .v-card .v-card__subtitle {
  padding: 0 10px;
}
#contact .container .wrapper .item .location .v-card .v-card__actions {
  padding: 0;
}
#contact .container .wrapper .item .location .v-card .text {
  padding-left: 15px;
  display: flex;
  justify-content: flex-start;
  font-size: 15px;
  align-items: center;
}
#contact .container .wrapper .item .location .v-card .text .v-rating {
  margin-right: 10px;
  font-size: 9px;
}
#contact .container .wrapper .item .location .v-card .text .v-rating .v-icon {
  padding: 0;
}
#contact .container .wrapper .item .location .v-card .text span {
  margin-right: 10px;
}
#contact .container .wrapper .item .location .v-card .text span:first-child {
  font-weight: 500;
  color: #e7711b;
}
#contact .container .wrapper .item .location .v-card .text span:last-child {
  font-weight: 500;
  color: #97b6e0;
}

footer {
  padding: 50px 0;
  background-color: #4a4a4a;
}
footer h3 {
  color: #f8f9fa;
}
footer .v-input input:active, footer .v-input input:focus, footer .v-input textarea:active, footer .v-input textarea:focus, footer .v-input input, footer textarea {
  color: #fff !important;
}
footer a, footer p, footer label {
  color: #9e9e9e !important;
  font-weight: 400;
}
footer .v-input__slot:before {
  border-color: #9e9e9e !important;
}
footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .wrapper .items {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
footer .wrapper .items.footer-form {
  width: 30%;
}
footer .wrapper .items.footer-form textarea {
  resize: none;
}
footer .wrapper .items.services {
  justify-content: start;
}
footer .wrapper .items.services p {
  width: 350px;
}
footer .wrapper .items.quick-links {
  justify-content: start;
}
footer .wrapper .items.quick-links .item {
  margin: 5px 0;
}
footer .wrapper .items .m-bottom {
  margin-bottom: 8px !important;
}
footer .wrapper .items.icon-items h3 {
  margin-bottom: -19px;
}
footer .wrapper .items:not(.icon-items) h3 {
  margin-bottom: 10px;
}
footer .wrapper .items:nth-child(2) h3 {
  margin-bottom: 5px;
}
footer .wrapper .items .item.first-row {
  display: flex;
  align-items: center;
  justify-content: start;
}
footer .wrapper .items .item.first-row p {
  margin: 0;
}
footer .wrapper .items .item .img {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  background-color: #9e9e9e;
}
footer .wrapper .items .item .img.first {
  -webkit-mask: url(/uploads/frontend/svg/22.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/22.svg) no-repeat center;
}
footer .wrapper .items .item .img.second {
  -webkit-mask: url(/uploads/frontend/svg/23.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/23.svg) no-repeat center;
}
footer .wrapper .items .item .img.third {
  -webkit-mask: url(/uploads/frontend/svg/24.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/24.svg) no-repeat center;
}

.bottom-footer {
  background: #f8f9fa;
}
.bottom-footer p {
  margin-bottom: 0 !important;
}

#team {
  padding-bottom: 50px;
}
#team .container .item {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#team .container .item .img {
  width: 300px;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
#team .container .item .img.first {
  background-image: url("/uploads/frontend/team-1.jpg");
}
#team .container .item .img.second {
  background-image: url("/uploads/frontend/team-2.jpg");
}
#team .container .item .img.third {
  background-image: url("/uploads/frontend/team-3.jpg");
}
#team .container .item img {
  width: 250px;
}
#team .container .item h3 {
  color: #0063af;
  font-weight: 400;
}

.blog-content p {
  opacity: 0.8;
  color: #4a4a4a;
}
.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
  color: #0063af;
  font-weight: 500;
}
.blog-content b {
  color: #0063af;
}
.blog-content.policy h3 {
  color: #4a4a4a;
}

.dna-loader {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99999;
  background-color: white;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dna-loader .dna {
  width: 360px;
  margin: 100px auto;
  perspective: 270px;
  transform-style: preserve-3d;
  letter-spacing: -5px;
}
.dna-loader .dna:after {
  letter-spacing: 5px;
  display: block;
  padding-top: 50px;
  color: #aaa;
  text-align: center;
}
.dna-loader .ele {
  width: 6px;
  height: 6px;
  display: inline-block;
  animation: rotate 3s linear infinite;
  transform: rotateX(-360deg) translateZ(0);
  transform-style: preserve-3d;
  margin-left: 0px;
}
.dna-loader .ele:nth-of-type(2n) .dot:before {
  background: deepskyblue;
}
.dna-loader .dot {
  width: inherit;
  height: inherit;
  transform: translateZ(-20px);
  transform-style: preserve-3d;
}
.dna-loader .dot:before {
  content: "";
  width: inherit;
  height: inherit;
  display: block;
  background: #aaa;
  border-radius: 50%;
  animation: rotate 3s linear infinite reverse;
  transform: rotateX(-360deg) translateZ(0);
}
.dna-loader .ele:nth-of-type(1),
.dna-loader .ele:nth-of-type(1) .dot:before {
  animation-delay: -0.1s;
}
.dna-loader .ele:nth-of-type(1):nth-of-type(odd) {
  animation-delay: -1.6s;
}
.dna-loader .ele:nth-of-type(2),
.dna-loader .ele:nth-of-type(2) .dot:before {
  animation-delay: -0.2s;
}
.dna-loader .ele:nth-of-type(2):nth-of-type(odd) {
  animation-delay: -1.7s;
}
.dna-loader .ele:nth-of-type(3),
.dna-loader .ele:nth-of-type(3) .dot:before {
  animation-delay: -0.3s;
}
.dna-loader .ele:nth-of-type(3):nth-of-type(odd) {
  animation-delay: -1.8s;
}
.dna-loader .ele:nth-of-type(4),
.dna-loader .ele:nth-of-type(4) .dot:before {
  animation-delay: -0.4s;
}
.dna-loader .ele:nth-of-type(4):nth-of-type(odd) {
  animation-delay: -1.9s;
}
.dna-loader .ele:nth-of-type(5),
.dna-loader .ele:nth-of-type(5) .dot:before {
  animation-delay: -0.5s;
}
.dna-loader .ele:nth-of-type(5):nth-of-type(odd) {
  animation-delay: -2s;
}
.dna-loader .ele:nth-of-type(6),
.dna-loader .ele:nth-of-type(6) .dot:before {
  animation-delay: -0.6s;
}
.dna-loader .ele:nth-of-type(6):nth-of-type(odd) {
  animation-delay: -2.1s;
}
.dna-loader .ele:nth-of-type(7),
.dna-loader .ele:nth-of-type(7) .dot:before {
  animation-delay: -0.7s;
}
.dna-loader .ele:nth-of-type(7):nth-of-type(odd) {
  animation-delay: -2.2s;
}
.dna-loader .ele:nth-of-type(8),
.dna-loader .ele:nth-of-type(8) .dot:before {
  animation-delay: -0.8s;
}
.dna-loader .ele:nth-of-type(8):nth-of-type(odd) {
  animation-delay: -2.3s;
}
.dna-loader .ele:nth-of-type(9),
.dna-loader .ele:nth-of-type(9) .dot:before {
  animation-delay: -0.9s;
}
.dna-loader .ele:nth-of-type(9):nth-of-type(odd) {
  animation-delay: -2.4s;
}
.dna-loader .ele:nth-of-type(10),
.dna-loader .ele:nth-of-type(10) .dot:before {
  animation-delay: -1s;
}
.dna-loader .ele:nth-of-type(10):nth-of-type(odd) {
  animation-delay: -2.5s;
}
.dna-loader .ele:nth-of-type(11),
.dna-loader .ele:nth-of-type(11) .dot:before {
  animation-delay: -1.1s;
}
.dna-loader .ele:nth-of-type(11):nth-of-type(odd) {
  animation-delay: -2.6s;
}
.dna-loader .ele:nth-of-type(12),
.dna-loader .ele:nth-of-type(12) .dot:before {
  animation-delay: -1.2s;
}
.dna-loader .ele:nth-of-type(12):nth-of-type(odd) {
  animation-delay: -2.7s;
}
.dna-loader .ele:nth-of-type(13),
.dna-loader .ele:nth-of-type(13) .dot:before {
  animation-delay: -1.3s;
}
.dna-loader .ele:nth-of-type(13):nth-of-type(odd) {
  animation-delay: -2.8s;
}
.dna-loader .ele:nth-of-type(14),
.dna-loader .ele:nth-of-type(14) .dot:before {
  animation-delay: -1.4s;
}
.dna-loader .ele:nth-of-type(14):nth-of-type(odd) {
  animation-delay: -2.9s;
}
.dna-loader .ele:nth-of-type(15),
.dna-loader .ele:nth-of-type(15) .dot:before {
  animation-delay: -1.5s;
}
.dna-loader .ele:nth-of-type(15):nth-of-type(odd) {
  animation-delay: -3s;
}
.dna-loader .ele:nth-of-type(16),
.dna-loader .ele:nth-of-type(16) .dot:before {
  animation-delay: -1.6s;
}
.dna-loader .ele:nth-of-type(16):nth-of-type(odd) {
  animation-delay: -3.1s;
}
.dna-loader .ele:nth-of-type(17),
.dna-loader .ele:nth-of-type(17) .dot:before {
  animation-delay: -1.7s;
}
.dna-loader .ele:nth-of-type(17):nth-of-type(odd) {
  animation-delay: -3.2s;
}
.dna-loader .ele:nth-of-type(18),
.dna-loader .ele:nth-of-type(18) .dot:before {
  animation-delay: -1.8s;
}
.dna-loader .ele:nth-of-type(18):nth-of-type(odd) {
  animation-delay: -3.3s;
}
.dna-loader .ele:nth-of-type(19),
.dna-loader .ele:nth-of-type(19) .dot:before {
  animation-delay: -1.9s;
}
.dna-loader .ele:nth-of-type(19):nth-of-type(odd) {
  animation-delay: -3.4s;
}
.dna-loader .ele:nth-of-type(20),
.dna-loader .ele:nth-of-type(20) .dot:before {
  animation-delay: -2s;
}
.dna-loader .ele:nth-of-type(20):nth-of-type(odd) {
  animation-delay: -3.5s;
}
.dna-loader .ele:nth-of-type(21),
.dna-loader .ele:nth-of-type(21) .dot:before {
  animation-delay: -2.1s;
}
.dna-loader .ele:nth-of-type(21):nth-of-type(odd) {
  animation-delay: -3.6s;
}
.dna-loader .ele:nth-of-type(22),
.dna-loader .ele:nth-of-type(22) .dot:before {
  animation-delay: -2.2s;
}
.dna-loader .ele:nth-of-type(22):nth-of-type(odd) {
  animation-delay: -3.7s;
}
.dna-loader .ele:nth-of-type(23),
.dna-loader .ele:nth-of-type(23) .dot:before {
  animation-delay: -2.3s;
}
.dna-loader .ele:nth-of-type(23):nth-of-type(odd) {
  animation-delay: -3.8s;
}
.dna-loader .ele:nth-of-type(24),
.dna-loader .ele:nth-of-type(24) .dot:before {
  animation-delay: -2.4s;
}
.dna-loader .ele:nth-of-type(24):nth-of-type(odd) {
  animation-delay: -3.9s;
}
.dna-loader .ele:nth-of-type(25),
.dna-loader .ele:nth-of-type(25) .dot:before {
  animation-delay: -2.5s;
}
.dna-loader .ele:nth-of-type(25):nth-of-type(odd) {
  animation-delay: -4s;
}
.dna-loader .ele:nth-of-type(26),
.dna-loader .ele:nth-of-type(26) .dot:before {
  animation-delay: -2.6s;
}
.dna-loader .ele:nth-of-type(26):nth-of-type(odd) {
  animation-delay: -4.1s;
}
.dna-loader .ele:nth-of-type(27),
.dna-loader .ele:nth-of-type(27) .dot:before {
  animation-delay: -2.7s;
}
.dna-loader .ele:nth-of-type(27):nth-of-type(odd) {
  animation-delay: -4.2s;
}
.dna-loader .ele:nth-of-type(28),
.dna-loader .ele:nth-of-type(28) .dot:before {
  animation-delay: -2.8s;
}
.dna-loader .ele:nth-of-type(28):nth-of-type(odd) {
  animation-delay: -4.3s;
}
.dna-loader .ele:nth-of-type(29),
.dna-loader .ele:nth-of-type(29) .dot:before {
  animation-delay: -2.9s;
}
.dna-loader .ele:nth-of-type(29):nth-of-type(odd) {
  animation-delay: -4.4s;
}
.dna-loader .ele:nth-of-type(30),
.dna-loader .ele:nth-of-type(30) .dot:before {
  animation-delay: -3s;
}
.dna-loader .ele:nth-of-type(30):nth-of-type(odd) {
  animation-delay: -4.5s;
}
.dna-loader .ele:nth-of-type(31),
.dna-loader .ele:nth-of-type(31) .dot:before {
  animation-delay: -3.1s;
}
.dna-loader .ele:nth-of-type(31):nth-of-type(odd) {
  animation-delay: -4.6s;
}
.dna-loader .ele:nth-of-type(32),
.dna-loader .ele:nth-of-type(32) .dot:before {
  animation-delay: -3.2s;
}
.dna-loader .ele:nth-of-type(32):nth-of-type(odd) {
  animation-delay: -4.7s;
}
.dna-loader .ele:nth-of-type(33),
.dna-loader .ele:nth-of-type(33) .dot:before {
  animation-delay: -3.3s;
}
.dna-loader .ele:nth-of-type(33):nth-of-type(odd) {
  animation-delay: -4.8s;
}
.dna-loader .ele:nth-of-type(34),
.dna-loader .ele:nth-of-type(34) .dot:before {
  animation-delay: -3.4s;
}
.dna-loader .ele:nth-of-type(34):nth-of-type(odd) {
  animation-delay: -4.9s;
}
.dna-loader .ele:nth-of-type(35),
.dna-loader .ele:nth-of-type(35) .dot:before {
  animation-delay: -3.5s;
}
.dna-loader .ele:nth-of-type(35):nth-of-type(odd) {
  animation-delay: -5s;
}
.dna-loader .ele:nth-of-type(36),
.dna-loader .ele:nth-of-type(36) .dot:before {
  animation-delay: -3.6s;
}
.dna-loader .ele:nth-of-type(36):nth-of-type(odd) {
  animation-delay: -5.1s;
}
.dna-loader .ele:nth-of-type(37),
.dna-loader .ele:nth-of-type(37) .dot:before {
  animation-delay: -3.7s;
}
.dna-loader .ele:nth-of-type(37):nth-of-type(odd) {
  animation-delay: -5.2s;
}
.dna-loader .ele:nth-of-type(38),
.dna-loader .ele:nth-of-type(38) .dot:before {
  animation-delay: -3.8s;
}
.dna-loader .ele:nth-of-type(38):nth-of-type(odd) {
  animation-delay: -5.3s;
}
.dna-loader .ele:nth-of-type(39),
.dna-loader .ele:nth-of-type(39) .dot:before {
  animation-delay: -3.9s;
}
.dna-loader .ele:nth-of-type(39):nth-of-type(odd) {
  animation-delay: -5.4s;
}
.dna-loader .ele:nth-of-type(40),
.dna-loader .ele:nth-of-type(40) .dot:before {
  animation-delay: -4s;
}
.dna-loader .ele:nth-of-type(40):nth-of-type(odd) {
  animation-delay: -5.5s;
}
.dna-loader .ele:nth-of-type(41),
.dna-loader .ele:nth-of-type(41) .dot:before {
  animation-delay: -4.1s;
}
.dna-loader .ele:nth-of-type(41):nth-of-type(odd) {
  animation-delay: -5.6s;
}
.dna-loader .ele:nth-of-type(42),
.dna-loader .ele:nth-of-type(42) .dot:before {
  animation-delay: -4.2s;
}
.dna-loader .ele:nth-of-type(42):nth-of-type(odd) {
  animation-delay: -5.7s;
}
.dna-loader .ele:nth-of-type(43),
.dna-loader .ele:nth-of-type(43) .dot:before {
  animation-delay: -4.3s;
}
.dna-loader .ele:nth-of-type(43):nth-of-type(odd) {
  animation-delay: -5.8s;
}
.dna-loader .ele:nth-of-type(44),
.dna-loader .ele:nth-of-type(44) .dot:before {
  animation-delay: -4.4s;
}
.dna-loader .ele:nth-of-type(44):nth-of-type(odd) {
  animation-delay: -5.9s;
}
.dna-loader .ele:nth-of-type(45),
.dna-loader .ele:nth-of-type(45) .dot:before {
  animation-delay: -4.5s;
}
.dna-loader .ele:nth-of-type(45):nth-of-type(odd) {
  animation-delay: -6s;
}
.dna-loader .ele:nth-of-type(46),
.dna-loader .ele:nth-of-type(46) .dot:before {
  animation-delay: -4.6s;
}
.dna-loader .ele:nth-of-type(46):nth-of-type(odd) {
  animation-delay: -6.1s;
}
.dna-loader .ele:nth-of-type(47),
.dna-loader .ele:nth-of-type(47) .dot:before {
  animation-delay: -4.7s;
}
.dna-loader .ele:nth-of-type(47):nth-of-type(odd) {
  animation-delay: -6.2s;
}
.dna-loader .ele:nth-of-type(48),
.dna-loader .ele:nth-of-type(48) .dot:before {
  animation-delay: -4.8s;
}
.dna-loader .ele:nth-of-type(48):nth-of-type(odd) {
  animation-delay: -6.3s;
}
.dna-loader .ele:nth-of-type(49),
.dna-loader .ele:nth-of-type(49) .dot:before {
  animation-delay: -4.9s;
}
.dna-loader .ele:nth-of-type(49):nth-of-type(odd) {
  animation-delay: -6.4s;
}
.dna-loader .ele:nth-of-type(50),
.dna-loader .ele:nth-of-type(50) .dot:before {
  animation-delay: -5s;
}
.dna-loader .ele:nth-of-type(50):nth-of-type(odd) {
  animation-delay: -6.5s;
}
.dna-loader .ele:nth-of-type(51),
.dna-loader .ele:nth-of-type(51) .dot:before {
  animation-delay: -5.1s;
}
.dna-loader .ele:nth-of-type(51):nth-of-type(odd) {
  animation-delay: -6.6s;
}
.dna-loader .ele:nth-of-type(52),
.dna-loader .ele:nth-of-type(52) .dot:before {
  animation-delay: -5.2s;
}
.dna-loader .ele:nth-of-type(52):nth-of-type(odd) {
  animation-delay: -6.7s;
}
.dna-loader .ele:nth-of-type(53),
.dna-loader .ele:nth-of-type(53) .dot:before {
  animation-delay: -5.3s;
}
.dna-loader .ele:nth-of-type(53):nth-of-type(odd) {
  animation-delay: -6.8s;
}
.dna-loader .ele:nth-of-type(54),
.dna-loader .ele:nth-of-type(54) .dot:before {
  animation-delay: -5.4s;
}
.dna-loader .ele:nth-of-type(54):nth-of-type(odd) {
  animation-delay: -6.9s;
}
.dna-loader .ele:nth-of-type(55),
.dna-loader .ele:nth-of-type(55) .dot:before {
  animation-delay: -5.5s;
}
.dna-loader .ele:nth-of-type(55):nth-of-type(odd) {
  animation-delay: -7s;
}
.dna-loader .ele:nth-of-type(56),
.dna-loader .ele:nth-of-type(56) .dot:before {
  animation-delay: -5.6s;
}
.dna-loader .ele:nth-of-type(56):nth-of-type(odd) {
  animation-delay: -7.1s;
}
.dna-loader .ele:nth-of-type(57),
.dna-loader .ele:nth-of-type(57) .dot:before {
  animation-delay: -5.7s;
}
.dna-loader .ele:nth-of-type(57):nth-of-type(odd) {
  animation-delay: -7.2s;
}
.dna-loader .ele:nth-of-type(58),
.dna-loader .ele:nth-of-type(58) .dot:before {
  animation-delay: -5.8s;
}
.dna-loader .ele:nth-of-type(58):nth-of-type(odd) {
  animation-delay: -7.3s;
}
.dna-loader .ele:nth-of-type(59),
.dna-loader .ele:nth-of-type(59) .dot:before {
  animation-delay: -5.9s;
}
.dna-loader .ele:nth-of-type(59):nth-of-type(odd) {
  animation-delay: -7.4s;
}
.dna-loader .ele:nth-of-type(60),
.dna-loader .ele:nth-of-type(60) .dot:before {
  animation-delay: -6s;
}
.dna-loader .ele:nth-of-type(60):nth-of-type(odd) {
  animation-delay: -7.5s;
}
@keyframes rotate {
  to {
    transform: none;
  }
}

.dialog-buttons {
  flex-direction: column;
  width: 100%;
}

.cookie-actions {
  width: 100%;
  justify-content: space-between;
}

.cookie-panel-btn {
  position: absolute;
  bottom: 0;
  left: 34%;
}

.v-tabs .v-slide-group {
  display: none;
}

#carousel {
  padding: 20px 0;
  background-color: #f8f9fa;
  /* fix blank or flashing items on carousel */
  /* end fix */
}
#carousel .carousel-wrap {
  margin: 50px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}
#carousel .owl-carousel {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#carousel .owl-carousel .item {
  width: 30%;
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
}
#carousel .owl-carousel .item .v-card {
  position: relative;
  box-shadow: unset;
  background-color: unset;
}
#carousel .owl-carousel .item .v-card img {
  width: 100%;
  border-radius: 10px;
  filter: brightness(50%);
}
#carousel .owl-carousel .item .v-card .v-card__title {
  line-height: 10rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
}
#carousel .owl-carousel .item .v-card .v-card__title a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  line-height: 0;
}
#carousel .owl-carousel .item:hover img {
  filter: none;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#carousel .owl-carousel .item:hover a {
  color: #000 !important;
}
#carousel .owl-nav > div {
  margin-top: -15px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
#carousel .owl-nav i {
  font-size: 52px;
}
#carousel .owl-nav .owl-prev {
  left: -30px;
}
#carousel .owl-nav .owl-next {
  right: -30px;
}
#carousel .v-card {
  position: relative;
  box-shadow: unset;
}
#carousel img {
  filter: brightness(50%);
}
#carousel img.image-active {
  filter: none;
}
#carousel .v-card__title {
  line-height: 10rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
}
#carousel .v-card__title a {
  color: #fff !important;
  text-decoration: underline;
}
#carousel .v-card__title a:hover {
  color: #000 !important;
}
#carousel .owl-nav {
  display: block !important;
  z-index: 999999999999999;
}
#carousel .owl-nav i {
  color: #97b6e0 !important;
  font-size: 30px;
}
#carousel .wrapper {
  width: 70%;
  margin: 0 auto;
}

#videos .container .flex-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#videos .container .flex-wrapper .item {
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  margin-right: 20px;
}
#videos .container .flex-wrapper .item img {
  border-radius: 10px;
}
#videos .container .flex-wrapper .item h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #4a4a4a;
  font-weight: 400;
}
#videos .container .flex-wrapper .item button {
  position: absolute;
  left: 40%;
  top: 40%;
  outline: none !important;
  background: rgba(255, 255, 255, 0.7);
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 68px;
  padding: 10px;
  font-size: 62px;
  padding-left: 20px;
}
#videos .container .flex-wrapper .item i {
  color: #97b6e0 !important;
}

#videoOverlay button {
  position: absolute;
  top: -31px;
  right: -24px;
}

.advantages-content h4 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 30px;
}
.advantages-content .item {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.advantages-content img {
  width: 500px;
  margin: 0 20px;
}
.advantages-content .item-s {
  width: 85%;
  margin: 0 auto;
}
.advantages-content p {
  font-size: 18px;
}

.contact-blog-content h3 {
  font-weight: 400;
  font-size: 30px;
}
.contact-blog-content h4 {
  color: #4a4a4a;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 25px;
  opacity: 0.8;
}
.contact-blog-content .flex-items {
  display: flex;
  justify-content: space-around;
}
.contact-blog-content .flex-items ul {
  text-align: left;
  list-style: none;
  padding-left: unset;
}
.contact-blog-content .prmr {
  margin-top: 20px;
  color: #97b6e0 !important;
  padding-left: 90px;
}
.contact-blog-content .second-prmr {
  padding-left: 90px;
  width: 90%;
}

.blog-team .wr {
  width: 85%;
  margin: 0 auto;
}
.blog-team img {
  margin: 0 20px 0 0;
}
.blog-team p {
  text-align: justify;
}
.blog-team .content-text {
  width: 70%;
  margin: 0 auto;
}

.rheuma-content .flex-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.rheuma-content .flex-wrapper .item {
  width: 400px;
}
.rheuma-content .flex-wrapper .item h2 {
  text-align: left;
  margin-bottom: 50px;
  font-size: 22px;
}
.rheuma-content .flex-wrapper .item p {
  font-size: 20px;
}
.rheuma-content h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}
.rheuma-content img {
  margin: 0 20px;
}
.rheuma-content .ws {
  width: 80%;
  margin: 40px auto 0;
}
.rheuma-content .ws img {
  width: 450px !important;
}
.rheuma-content .ws p {
  font-size: 20px;
}
.rheuma-content .ws ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rheuma-content .ws ul li {
  font-size: 18px;
  opacity: 0.8;
  color: #4a4a4a;
}
.rheuma-content .ws ul li:before {
  content: "- ";
}

#news {
  margin: 0 0 30px 0;
}
#news .container .meta {
  opacity: 0.8;
  color: #4a4a4a;
  margin: 5px 0 0 0;
}
#news .container p {
  margin: 10px 0;
}
#news .container .posts {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
#news .container .posts .post {
  width: 100%;
  margin: 20px 0;
}
#news .container .posts .post .content-img {
  float: left;
  width: 20%;
}
#news .container .posts .post .content {
  float: left;
  width: 78%;
  margin: 0 0 0 2%;
}
#news .container .posts .post h3 {
  color: #11538c;
  font-size: 26px;
  margin: 0 0 5px 0;
}
#news .container .posts .post h3.videolink {
  cursor: pointer;
}
#news .container .posts .post .date-public i {
  color: #4478a5 !important;
  padding: 0 5px 0 0;
}
#news .container .posts .post img {
  border-radius: 10px;
  width: 100%;
}
#news .container .videos {
  width: 70%;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#news .container .videos .flex-wrapper .video {
  margin: 50px auto 0 auto;
  width: 80%;
  position: relative;
}
#news .container .videos .flex-wrapper .video h3 {
  font-size: 20px;
}
#news .container .videos .flex-wrapper .video img {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
#news .container .videos .flex-wrapper .video button {
  position: absolute;
  left: 43%;
  top: 30%;
  outline: none !important;
  background: rgba(255, 255, 255, 0.7);
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 68px;
  padding: 10px;
  font-size: 62px;
  padding-left: 20px;
}
#news .container .videos .flex-wrapper .video i {
  color: #97b6e0 !important;
}
#news .container .videos .flex-wrapper .video .content {
  width: 80%;
  margin: 0 auto;
}

.contact-page__lightbox {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(86, 86, 86, 0.5);
  z-index: 99;
}

.contact-page__lightbox-block {
  position: fixed;
  border-radius: 5px;
  left: 50%;
  top: 14vh;
  background-color: #ffffff;
  z-index: 100;
  height: 79%;
  width: 60%;
  margin-left: -30%;
}

.contact-page__lightbox-content {
  height: 100%;
  overflow: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 15px;
}

#registration-modal .contact-page__lightbox-block {
  top: 7vh;
  height: 86%;
  width: 85%;
  margin-left: -42%;
}

.contact-page__lightbox-block-close {
  position: absolute;
  top: -40px;
  right: -7px;
  cursor: pointer;
}

.contact-page__body {
  margin-bottom: 20px;
  color: rgba(29, 29, 29, 0.8);
}

.contact-page-banner {
  background-image: url("/vendor/xand/images/contact-banner.png");
  background-size: cover;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-page-banner__title {
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  width: auto;
  height: auto;
}

.contact-page-recommendation {
  font-size: 20px;
  margin-top: 40px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.contact-page-recommendation__title-second {
  margin-top: 10px;
}

.contact-page-recommendation__content {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.contact-page-recommendation__content-segment {
  width: 49%;
  padding: 10px 30px;
  background: #f1f9ff;
}

.contact-page-recommendation__content-segment-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1em;
}

.contact-page-recommendation__content-text_with-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-page__intext-btn {
  display: inline-block;
  border-radius: 15px;
  width: auto;
  height: 38px;
  background: white;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  padding: 4px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 2px;
  margin-right: 2px;
}

a.contact-page__intext-btn,
a .contact-page__file-download-btn {
  color: black;
}

.contact-page__file-downloads-btns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.contact-page__file-download-btn {
  font-size: 16px;
  background: white;
  margin: 2px;
  padding: 2px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-page-recommendation__schedules {
  font-size: 16px;
  display: flex;
  justify-content: space-around;
}

.contact-page-recommendation__schedule {
  width: 48%;
  margin-bottom: 20px;
  padding: 15px;
  background: white;
}

.contact-page__shadow-box {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  border-radius: 2px;
}

.contact-page-recommendation__schedule-title {
  font-weight: bold;
}

.contact-page-recommendation__schedule-list {
  margin-top: 10px;
  width: 214px;
}

.contact-page-recommendation__schedule-list ul {
  list-style: none;
}

.contact-page-recommendation__schedule-list ul li p {
  width: 83%;
  float: right;
  margin-bottom: unset;
}

.contact-page__text_double-underline {
  text-decoration-line: underline;
  text-decoration-style: double;
  text-decoration-color: #97b6e0;
  text-decoration-thickness: 2px;
}

.contact-page__inquiry-form-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
}

.contact-page__inquiry-form {
  padding: 15px;
  width: 49%;
}

.contact-page__inquiry-form-description-container {
  padding: 22px;
  width: 49%;
  background: rgba(160, 160, 160, 0.1);
}

.contact-page__download-image-container {
  max-width: 25px;
}

.contact-page__info-image-container {
  max-width: 50px;
}

.contact-page__info-image-container img,
.contact-page__download-image-container img {
  width: 100%;
}

.contact-page__inquiry-form-description-paragraph {
  margin-bottom: 15px;
}

.contact-page__inquiry-form-header {
  color: #0063af;
  font-size: 45px;
  font-weight: normal;
}

.contact-page__asterisk {
  color: red;
}

.v-input--selection-controls__input i {
  color: black !important;
}

.registration__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
  letter-spacing: 3px;
  padding-left: 20px;
}

.registration__signature-field,
.registration__email-field {
  width: 30%;
  min-width: 280px;
}

.registration__appeal {
  font-size: 20px;
  padding: 2px 20px;
}

.registration__appeal-initial {
  margin-bottom: 10px;
}

.v-input__icon--prepend .v-icon {
  color: #a7a7a7 !important;
}

.registration__painful-parts-selector-container {
  padding: 20px 5px;
  margin: 20px 20px;
}

.registration__painful-parts-selector {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.registration__painful-parts-selector-hands {
  width: 350px;
  padding: 10px;
}

.registration__painful-parts-selector-legs {
  width: 270px;
  padding: 10px;
}

.registration__painful-parts-selector-body {
  width: 300px;
  padding: 10px;
}

.full-container-width {
  width: 100%;
}

.registration__painful-parts-selector-label {
  margin-left: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1px;
}

.registration__add-health-questions-label {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1px;
}

.registration__add-health-questions-label-delivery-of-findings {
  margin-top: 30px;
}

.registration__about-state-health-span {
  text-decoration-line: underline;
  text-decoration-style: double;
  text-decoration-color: #9e9eef;
}

.registration__health-state-question {
  margin: 10px 40px;
  width: 350px;
}

.registration__consent-data-collection {
  width: 100%;
  background: rgba(160, 160, 160, 0.1);
  padding: 0px 20px;
}

.registration__consent-data-collection-text {
  font-size: 20px;
}

.registration__submit-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.registration__input-label {
  color: rgba(0, 0, 0, 0.7);
}

.registration__check-box-input-label {
  font-size: 18px !important;
}

.footer__quick-links-and-copy-right-container-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80% !important;
  margin-right: auto;
  margin-left: auto;
}

.footer__quick-links-and-copy-right-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.data-usage-condition__header {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 2em;
}

.data-usage-condition__content {
  font-size: 22px;
}

footer .footer-container {
  width: 91% !important;
  margin-left: auto;
  margin-right: auto;
}
footer .wrapper {
  justify-content: space-around;
}

footer #footerContact .wrapper .item {
  width: 100% !important;
  justify-content: space-between;
}

footer #footerContact .wrapper .item .item-child:last-child {
  margin: 0px !important;
  width: 299px !important;
}

.etwidgetBtn {
  background-color: rgb(102, 102, 102) !important;
  margin-bottom: 15px;
}

#anschrift {
  font-size: 20px;
  opacity: 0.8;
}

#title-content h2 {
  font-size: 45px;
  color: #0063af;
  text-align: center;
  padding: 12px;
}

#title-content h3 {
  font-size: 20px;
  color: #0063af;
  text-align: center;
  padding: 12px;
}

#title-content #title {
  padding: 12px;
}

#title-content #content {
  padding: 12px;
}

.notice-modal {
  position: fixed;
  right: 5%;
  bottom: 30%;
  background: #F8FAF9;
  width: 380px;
  min-height: 250px;
  box-shadow: 2px 4px 10px rgba(10, 105, 178, 0.25);
  border-radius: 3px;
  z-index: 100;
}
.notice-modal .close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 32px;
  color: #0A69B2;
  line-height: 10px;
  cursor: pointer;
}
.notice-modal .notice-modal-dialog {
  padding: 30px;
}
.notice-modal .notice-modal-dialog .notice-modal-content .notice-modal-header .notice-modal-title {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0 10px 0;
  text-align: center;
}
.notice-modal .notice-modal-dialog .notice-modal-content .notice-modal-body {
  font-size: 16px;
  text-align: center;
  color: #8A98A7;
  padding: 10px 0 10px 0;
  word-break: break-all;
}
.notice-modal .notice-modal-dialog .notice-modal-content .button {
  height: 36px;
  min-width: 100px;
  padding: 0 16px;
  background-color: #0A69B2 !important;
  border-color: #0A69B2 !important;
  border-radius: 28px;
  margin: 0 auto;
  display: block;
  color: white;
}

header .logo-content .it h3:first-child {
  line-height: 16px;
}
header .logo-content .it h3:last-child {
  line-height: 22px;
}

@media (max-width: 864px) {
  #services .container .row {
    justify-content: center;
  }
  #services .container .row .item {
    margin-right: 20px;
  }
}
@media (max-width: 1300px) {
  header .navigation {
    width: 100%;
  }
  #contact {
    margin-top: 0;
  }
  #services .container .row {
    margin: 0;
  }
  #services .container .row .item {
    margin-top: 30px;
  }
  #services .container .row .card-empty {
    display: none;
  }
  #about .container .wrapper {
    background-image: none;
  }
  #about .container .wrapper .image-mobile {
    display: none;
  }
  #about .container .wrapper .items {
    margin: 0;
  }
  #about .container .wrapper .items .item {
    margin: 0 0 0 20px;
    width: 350px;
  }
  #about .container .items {
    justify-content: space-around;
  }
}
@media (max-width: 1210px) {
  #contact .container .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #contact .container .wrapper .item {
    width: 100%;
  }
  #services-main .container {
    width: 100%;
  }
  #services-main .container .v-slide-group .v-slide-group__wrapper {
    width: 90%;
  }
  footer .container .wrapper {
    justify-content: space-around;
  }
  footer .container .wrapper .items {
    margin-top: 50px;
  }
}
@media (max-width: 900px) {
  #about .container .wrapper .arrow-right {
    display: none;
  }
  #about .container .wrapper .arrow-left {
    display: none;
  }
  #about .container .wrapper .slide {
    display: block;
    position: relative;
    opacity: 1;
    left: unset;
    right: unset;
  }
  #about .container .wrapper .items .item {
    margin: 0;
  }
  #about .container .wrapper .items .item .heading {
    margin: 0;
  }
  #news .container .videos .video button {
    left: 41%;
    top: 22%;
  }
  #services-main .container {
    width: 100%;
  }
  #services-main .container .v-slide-group .v-slide-group__wrapper {
    width: 90%;
  }
}
@media (max-width: 600px) {
  #about .container .wrapper {
    background-image: none;
  }
  #about .container .items {
    justify-content: space-around;
    margin-bottom: 0;
  }
  #carousel .owl-carousel .item {
    width: 100%;
  }
  #news .container .main-post {
    width: 90%;
  }
  #news .container .main-post h3 {
    font-size: 24px;
  }
  #news .container .posts {
    width: 100%;
  }
  #news .container .posts .post {
    width: 90%;
  }
  #news .container .videos {
    width: 100%;
  }
  #news .container .videos .video {
    margin: 20px auto 0;
    width: 90%;
  }
  #news .container .videos .video button {
    left: 39%;
    top: 18%;
  }
}
@media (max-width: 500px) {
  .container {
    width: 100%;
  }
  #services .container .row .item {
    margin-right: 0;
  }
  #services-main .container {
    width: 100%;
  }
  #services-main .container .v-slide-group .v-slide-group__wrapper {
    width: 260px;
  }
}
@media (max-width: 956px) {
  footer .container .wrapper .items {
    margin-top: 50px;
  }
}
@media (max-width: 845px) {
  #contact .wrapper {
    flex-direction: column;
  }
  #contact .wrapper .item {
    flex-direction: column;
  }
  #contact .wrapper .item .item-child {
    width: 100% !important;
  }
}
@media (max-width: 586px) {
  #contact .container .wrapper .item .location {
    width: auto !important;
  }
  footer .container .wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  footer .container .wrapper .items {
    margin-top: 50px;
  }
}
@media (max-width: 1300px) {
  #timeline .container .content {
    width: auto;
  }
  #timeline .container img {
    width: 300px;
  }
}
@media (max-width: 800px) {
  #timeline {
    margin-bottom: 50px;
  }
  #timeline .v-timeline {
    display: none;
  }
  #timeline .container .content {
    width: auto;
  }
  #timeline .container img {
    width: 300px;
  }
  #timeline .mobile-items {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #timeline .mobile-items .v-card {
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .v-overlay {
    z-index: 10 !important;
  }
  .v-navigation-drawer {
    z-index: 8888 !important;
    height: 100% !important;
    position: fixed !important;
  }
  .lang-desktop {
    display: none;
  }
  .lang-mobile {
    margin: 0 auto;
    width: 170px;
    max-width: 170px;
  }
  .v-navigation-drawer, .v-overlay, .btn-open-sidemenu {
    display: block !important;
  }
  header .wrapper {
    border-bottom: none !important;
    display: flex;
    width: 100%;
    justify-content: space-between !important;
    align-items: center;
    padding: 0 20px;
  }
  header .wrapper .item:first-child {
    display: block !important;
  }
  header.active .logo-content {
    display: block;
  }
  header.active .navigation {
    padding: 0;
  }
  header.active .navigation .right-navigation {
    justify-content: space-between;
  }
  header.active .navigation .right-navigation #request-btn {
    margin-right: 0;
  }
  header nav .container .right-navigation {
    justify-content: space-between;
  }
}
@media (max-width: 541px) {
  #videos .container .flex-wrapper .item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  #videos .container .flex-wrapper .item img {
    width: 300px;
  }
  #videos .container .flex-wrapper .item button {
    left: 36%;
    top: 44%;
  }
}
@media (max-width: 1245px) {
  .advantages-content .item-s {
    width: 90%;
  }
}
@media (max-width: 919px) {
  .advantages-content .item {
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .advantages-content img {
    width: 400px;
    margin: 10px 20px;
  }
  .advantages-content p {
    text-align: center;
  }
  .contact-blog-content .flex-items {
    flex-direction: column;
    justify-content: center;
  }
  .contact-blog-content .flex-items .item {
    margin-top: 20px;
  }
  .contact-blog-content .prmr {
    margin-top: 20px;
    color: #97b6e0 !important;
    padding-left: 0;
  }
  .contact-blog-content .second-prmr {
    padding-left: 0;
    width: 90%;
  }
}
@media (max-width: 437px) {
  .advantages-content img {
    width: 300px;
  }
  .advantages-content .item-s img {
    margin: 5px auto !important;
    width: 300px !important;
    float: none !important;
  }
}
@media (max-width: 743px) {
  .blog-team .wr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .blog-team img {
    margin: 20px auto;
    width: 300px !important;
    float: none;
  }
  .blog-team p {
    text-align: justify;
  }
  .blog-team .content-text {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 635px) {
  footer .wrapper {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  header .logo-content {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  header .logo-content h3 {
    font-size: 11px !important;
  }
  header .logo-content .wrapper a {
    margin-right: 11px;
  }
  header.active .logo-content {
    padding: 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  header.active .logo-content h3 {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 1500px) {
  .contact-page-recommendation__schedule-list ul {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1300px) {
  .contact-page-recommendation {
    width: 90%;
  }
}
@media screen and (max-width: 1150px) {
  .contact-page-recommendation {
    width: 95%;
  }
  .contact-page-recommendation__schedule-list-el {
    font-size: 14px;
  }
  .contact-page-recommendation__schedule-list ul {
    padding-left: 1%;
  }
  .contact-page__lightbox-block {
    width: 70%;
    margin-left: -35%;
  }
  .footer__quick-links-and-copy-right-container-all {
    margin: unset;
    width: 100% !important;
    padding-left: 9px;
    padding-right: 30px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1050px) {
  .contact-page__file-downloads-btns {
    flex-direction: column;
  }
  .contact-page__file-download-btn {
    flex-direction: column-reverse;
    align-items: center;
  }
  .contact-page__download-text {
    text-align: center;
  }
  .contact-page-recommendation__schedule_first {
    width: 43%;
  }
  .contact-page-recommendation__schedule_second {
    width: 55%;
  }
}
@media screen and (max-width: 900px) {
  .contact-page-recommendation__content {
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
  }
  .contact-page-recommendation__content-segment {
    width: auto;
    margin-top: 20px;
  }
  .contact-page-recommendation__schedules {
    flex-direction: column;
    align-items: stretch;
  }
  .contact-page-recommendation__schedule {
    width: auto;
  }
}
@media screen and (max-width: 850px) {
  .contact-page__inquiry-form-container {
    flex-direction: column;
    align-items: stretch;
  }
  .contact-page__inquiry-form {
    width: auto;
  }
  .contact-page__inquiry-form-description-container {
    width: auto;
  }
  .contact-page__lightbox-block {
    width: 96%;
    margin-left: -48%;
  }
}
@media screen and (max-width: 400px) {
  .contact-page-banner__title {
    font-size: 20vw;
  }
  .contact-page-recommendation__schedules {
    font-size: 6vw;
  }
  .contact-page-recommendation__schedule-list-el {
    font-size: 4vw;
  }
}
@media screen and (max-width: 530px) {
  .registration__painful-parts-selector-hands {
    width: 300px;
    padding: 10px;
  }
  .registration__painful-parts-selector-legs {
    width: 230px;
    padding: 10px;
  }
  .registration__painful-parts-selector-body {
    width: 250px;
    padding: 10px;
  }
  .registration__signature-field,
  .registration__email-field {
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 470px) {
  .registration__painful-parts-selector-hands {
    width: 250px;
    padding: 10px;
  }
  .registration__painful-parts-selector-legs {
    width: 190px;
    padding: 10px;
  }
  .registration__painful-parts-selector-body {
    width: 200px;
    padding: 10px;
  }
}
@media screen and (max-width: 390px) {
  .registration__painful-parts-selector-container {
    padding: 20px 5px;
    margin: 20px 2px;
  }
  .registration__painful-parts-selector-hands {
    width: 190px;
    padding: 10px;
  }
  .registration__painful-parts-selector-legs {
    width: 130px;
    padding: 10px;
  }
  .registration__painful-parts-selector-body {
    width: 140px;
    padding: 10px;
  }
}
@media screen and (max-width: 805px) {
  .footer__quick-links-and-copy-right-container-all {
    justify-content: center;
  }
  .bottom-footer {
    display: none;
  }
  .bottom-footer-mob {
    display: block;
  }
}
@media screen and (max-width: 618px) {
  .footer__quick-links-and-copy-right-container-all {
    align-items: flex-start;
    justify-content: flex-start;
    margin: unset;
  }
  .footer__quick-links-and-copy-right-container {
    align-items: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .contact-page__inquiry-form-header {
    font-size: 11vw;
  }
}
@media screen and (max-width: 450px) {
  .g-recaptcha_adaptive {
    transform: scale(0.6) !important;
    -webkit-transform: scale(0.6) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
  }
  .v-menu__content {
    min-width: 291px !important;
    left: 15px !important;
    top: 100px !important;
  }
}
@media (max-width: 503px) {
  #banner-8 {
    background-position: 50% center;
  }
}
@media (max-width: 1000px) {
  header .logo-content .logo {
    display: none;
  }
}
@media (max-width: 899px) {
  .etwidgetBtn {
    bottom: 45px !important;
  }
}
@media (min-width: 1001px) {
  .v-navigation-drawer {
    display: none !important;
  }
}
#block-vids {
  padding-left: 40px;
}

#imprint h1 {
  font-size: 32px;
  font-weight: 400;
}

#imprint p {
  margin: 0 !important;
}

#gesetzliche .h2add, #privat .h2add {
  margin-bottom: 20px;
}

@media (max-width: 899px) {
  header .navigation ul {
    display: none;
  }
  header nav .container .right-navigation {
    justify-content: flex-end;
  }
  header.active .navigation .right-navigation {
    justify-content: flex-end;
  }
  .banner .bannerContent {
    width: 97%;
  }
  .banner .bannerTitle {
    font-size: 40px;
    margin-top: 20px !important;
  }
}
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                      http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /**
   * HIDE certain elements completely
   */
  .site-navigation {
    display: none;
  }
  footer .wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  footer .wrapper .item .img {
    display: none;
  }
  .img, .v-image, img {
    display: none !important;
  }
  #services .row .item {
    border: 1px solid #000;
  }
  .v-navigation-drawer, .v-overlay, .btn-open-sidemenu {
    display: none;
  }
  header nav .container ul {
    display: flex;
    justify-content: space-between;
  }
  header nav .container .right-navigation {
    display: none;
  }
  /**
   * Or go Nuclear and use this:
   * from: https://medium.com/@matuzo/i-totally-forgot-about-print-style-sheets-f1e6604cfd6#.9de6r4yhr
   *
   *   body > *:not(main) { display: none; }
   *
   */
}
.adminbar-padding, #adminbar {
  height: 30px;
}

#adminbar {
  background-color: black;
  position: fixed;
  color: white;
  width: 100%;
  z-index: 9;
}
#adminbar .adminbar-container {
  font-family: "SF Pro Display" !important;
}
#adminbar .adminbar-container ul {
  display: inline-block;
  line-height: 30px;
  list-style: none;
  clear: none;
}
#adminbar .adminbar-container ul li {
  vertical-align: middle;
  display: table-cell;
  padding: 0 7px;
}
#adminbar .adminbar-container ul li.adminbar-logo {
  font-size: 28px;
}
#adminbar .adminbar-container ul li a {
  padding-left: 20px;
  color: #ffffff;
}
#adminbar .adminbar-container ul.float-right {
  float: right;
}

.froala-editor {
  border: 1px dashed red;
  border-radius: 5px;
  position: relative;
  cursor: text;
}
.froala-editor .froala-file {
  border-radius: 5px;
  position: absolute;
  padding: 0 5px;
  z-index: 1;
  left: 10px;
  top: 10px;
}
.froala-editor .froala-file a, .froala-editor .froala-file i {
  color: red !important;
}
.froala-editor [data-editor] .fr-element {
  background-color: rgba(255, 255, 0, 0.25);
  cursor: help !important;
}
.froala-editor:hover {
  -webkit-box-shadow: 0 0 20px rgba(255, 0, 0, 0.34), 0 0 6px rgba(255, 0, 0, 0.36);
  -moz-box-shadow: 0 0 20px rgba(255, 0, 0, 0.34), 0 0 6px rgba(255, 0, 0, 0.36);
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.34), 0 0 6px rgba(255, 0, 0, 0.36);
  z-index: 8;
}

.fr-toolbar .fr-command.fr-btn i {
  color: black !important;
}

#prax-timeline .content span {
  color: #11538c;
}

#prax-timeline .container {
  max-width: 900px;
}
#prax-timeline .v-timeline-item__dot {
  top: 3px !important;
}

@media (min-width: 1264px) {
  .praxis-timeline {
    left: 3% !important;
  }
}
@media (min-width: 1301px) {
  .praxis-timeline {
    left: -16% !important;
  }
}
@media (max-width: 900px) {
  #prax-timeline .container {
    width: 80%;
  }
}
.praxis-mid-cnt {
  text-align: right !important;
}

.praxis-items {
  top: -35px !important;
}

.praxis-timeline {
  left: 11%;
}

@media (min-width: 750px) {
  #features .container .wrapper .item {
    width: unset !important;
  }
}
#features .container .wrapper .item h3 {
  font-size: 20px;
}

@media (min-width: 1300px) {
  #services .container .row .item {
    margin-bottom: 50px;
  }
}
#services .container .row .item .v-card {
  min-height: 100%;
  height: max-content;
}

#services .container .row .item .v-card .img {
  margin-bottom: 21.5px;
  height: 60px;
}

#services .container .row .item .v-card p {
  width: 100%;
  height: 40px;
  font-size: 14px !important;
}

@media (max-width: 1300px) {
  #services .container .row .item .v-card .img {
    margin-top: 30px;
  }
  .v-application p {
    margin-bottom: 16px;
  }
}
.mapClose {
  padding-right: 24px;
}

.h3Color {
  color: #11538c !important;
}

@media (max-width: 636px) {
  #news .post {
    width: 255px;
  }
  #news .post {
    width: 255px;
  }
  #servicesPrivate .container {
    width: 100% !important;
    padding: 0 !important;
  }
  #servicesPrivate .container .posts {
    width: 100% !important;
  }
  #servicesPrivate .container .posts .post {
    min-width: 320px !important;
  }
}
#diseases, #servicesPrivate {
  margin: 0 0 30px 0;
}
#diseases .container p, #servicesPrivate .container p {
  margin: 15px 10px 15px 22.4%;
  padding: 0 5px;
}
#diseases .container .posts, #servicesPrivate .container .posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
#diseases .container .posts .post, #servicesPrivate .container .posts .post {
  width: 100%;
  margin: 20px 0;
  min-width: 300px;
}
#diseases .container .posts .post h2, #servicesPrivate .container .posts .post h2 {
  position: relative;
  top: -110px;
  display: block;
}
#diseases .container .posts .post .content, #servicesPrivate .container .posts .post .content {
  float: left;
  width: 90%;
  margin: 0 0 0 2%;
}
#diseases .container .posts .post h3, #servicesPrivate .container .posts .post h3 {
  color: #11538c;
  font-size: 22px;
  margin: 0 0 5px 0;
}

#diseases .container .posts .post .img {
  width: 60px;
  height: 60px;
  background-color: #97b6e0;
  float: left;
  margin: 10px 0;
}
#diseases .container .posts .post .img.first {
  -webkit-mask: url(/uploads/frontend/svg/ab-1.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-1.svg) no-repeat center;
}
#diseases .container .posts .post .img.second {
  -webkit-mask: url(/uploads/frontend/svg/ab-2.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-2.svg) no-repeat center;
}
#diseases .container .posts .post .img.third {
  -webkit-mask: url(/uploads/frontend/svg/ab-3.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-3.svg) no-repeat center;
}
#diseases .container .posts .post .img.forth {
  -webkit-mask: url(/uploads/frontend/svg/ab-4.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-4.svg) no-repeat center;
}
#diseases .container .posts .post .img.fifth {
  -webkit-mask: url(/uploads/frontend/svg/ab-5.svg) no-repeat 9px;
  mask: url(/uploads/frontend/svg/ab-5.svg) no-repeat 9px;
}
#diseases .container .posts .post .img.sixth {
  -webkit-mask: url(/uploads/frontend/svg/ab-6.svg) no-repeat 2px;
  mask: url(/uploads/frontend/svg/ab-6.svg) no-repeat 2px;
}
#diseases .container .posts .post .img.seventh {
  -webkit-mask: url(/uploads/frontend/svg/ab-7.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-7.svg) no-repeat center;
}
#diseases .container .posts .post .img.eighth {
  -webkit-mask: url(/uploads/frontend/svg/ab-8.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-8.svg) no-repeat center;
}
#diseases .container .posts .post .img.ninth {
  -webkit-mask: url(/uploads/frontend/svg/ab-9.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-9.svg) no-repeat center;
}
#diseases .container .posts .post .img.tenth {
  -webkit-mask: url(/uploads/frontend/svg/ab-10.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-10.svg) no-repeat center;
}
#diseases .container .posts .post .img.eleventh {
  -webkit-mask: url(/uploads/frontend/svg/ab-11.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-11.svg) no-repeat center;
}
#diseases .container .posts .post .img.twelveth {
  -webkit-mask: url(/uploads/frontend/svg/12.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/12.svg) no-repeat center;
}

@media (max-width: 600px) {
  #news .container .main-post {
    width: 90%;
  }
  #news .container .main-post h3 {
    font-size: 22px;
  }
  #news .container .posts {
    width: 100%;
  }
  #news .container .posts .post {
    width: 90%;
  }
}
#videoOverlay {
  display: flex !important;
}

@media (max-width: 720px) {
  .videoSize {
    width: 300px;
    height: 200px;
  }
}
#contact .container .wrapper .item:first-child .item-child {
  width: 70%;
}

#contact .container .wrapper .item:first-child .item-child .address {
  width: 45%;
}

#contact .container .wrapper .item:first-child .item-child .timetable {
  width: 55%;
}

#contact .container .wrapper .item:last-child .item-child {
  width: 70%;
}

#contact .container .wrapper .item:last-child .item-child .address {
  width: 45%;
}

#contact .container .wrapper .item:last-child .item-child .timetable {
  width: 40%;
}

#about .container .items .item {
  margin: 0 15px 15px 0 !important;
}
#about .container .items .item .v-card {
  width: 100%;
}
#about .container .items .item .v-card .row {
  width: 95%;
  margin: auto;
}
#about .container .items .item .v-card:not(.card-number):hover {
  transition: 0.1s;
  background-color: #97b6e0;
}
#about .container .items .item .v-card:not(.card-number):hover h3 {
  color: #fff;
}
#about .container .items .item .v-card:not(.card-number):hover .img-wrapper {
  background-color: #97b6e0;
}
#about .container .items .item .v-card:not(.card-number):hover .img-wrapper .img {
  background-color: #fff !important;
}
#about .container .items .item h3 {
  font-size: 20px !important;
}
#about .container .items .item .heading {
  margin-bottom: unset;
}

#about .items-mobile .v-card:not(.card-number):hover {
  transition: 0.1s;
  background-color: #97b6e0;
}
#about .items-mobile .v-card:not(.card-number):hover h3 {
  color: #fff;
}
#about .items-mobile .v-card:not(.card-number):hover .img {
  background-color: #fff !important;
}

.defaultPicDiv {
  border-radius: 10px;
  padding: 12%;
  background-color: aliceblue;
}

.defaultPicDiv img {
  width: 45%;
  left: 15%;
  margin: 6% auto 0 28%;
}

#servicesIco {
  max-width: 30%;
}
#servicesIco .item .img {
  width: 50px;
  height: 50px;
}
#servicesIco .item .img.first {
  -webkit-mask: url(/uploads/frontend/svg/5.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/5.svg) no-repeat center;
}
#servicesIco .item .img.second {
  -webkit-mask: url(/uploads/frontend/svg/6.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/6.svg) no-repeat center;
}
#servicesIco .item .img.third {
  -webkit-mask: url(/uploads/frontend/svg/7.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/7.svg) no-repeat center;
}
#servicesIco .item .img.forth {
  -webkit-mask: url(/uploads/frontend/svg/8.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/8.svg) no-repeat center;
}
#servicesIco .item .img.fifth {
  -webkit-mask: url(/uploads/frontend/svg/9.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/9.svg) no-repeat center;
}
#servicesIco .item .img.sixth {
  -webkit-mask: url(/uploads/frontend/svg/10.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/10.svg) no-repeat center;
}
#servicesIco .item .img.seventh {
  -webkit-mask: url(/uploads/frontend/svg/11.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/11.svg) no-repeat center;
}
#servicesIco .item .img.eighth {
  -webkit-mask: url(/uploads/frontend/svg/12.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/12.svg) no-repeat center;
}
#servicesIco .item .img.ninth {
  -webkit-mask: url(/uploads/frontend/svg/13.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/13.svg) no-repeat center;
}
#servicesIco .item .img.tenth {
  -webkit-mask: url(/uploads/frontend/svg/14.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/14.svg) no-repeat center;
}
#servicesIco .item .img.eleventh {
  -webkit-mask: url(/uploads/frontend/svg/15.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/15.svg) no-repeat center;
}
#servicesIco .item .img.twelveth {
  -webkit-mask: url(/uploads/frontend/svg/16.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/16.svg) no-repeat center;
}
#servicesIco .item .img.thirteenth {
  -webkit-mask: url(/uploads/frontend/svg/25.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/25.svg) no-repeat center;
}

@media (max-width: 635px) {
  #servicesIco {
    max-width: unset;
  }
  footer .wrapper .items.footer-form {
    width: unset;
  }
}
@media (max-width: 322px) {
  #services-main .container .v-slide-group .v-slide-group__next {
    right: -11px !important;
  }
  #services-main .container .v-slide-group .v-slide-group__prev {
    left: -10px !important;
  }
}
@media (max-width: 590px) {
  .timetable {
    width: 100%;
  }
  .timetable ul li p {
    width: 91% !important;
  }
  #contact .container .wrapper .item:first-child .item-child .address, #contact .container .wrapper .item:last-child .item-child .address {
    width: 100%;
  }
  #contact .container .wrapper .item:first-child .item-child .timetable, #contact .container .wrapper .item:last-child .item-child .timetable {
    width: 100%;
  }
  .v-timeline-item {
    margin: 12px !important;
  }
}
header {
  box-shadow: 0 0 40px -20px #4897d3;
}

header .logo-content img {
  width: unset;
}

header.active .navigation .it {
  width: 320px !important;
}

@media (max-width: 800px) {
  .blog-team .wr {
    margin: unset;
    width: 97%;
  }
}
#news .container h3 {
  color: #4a4a4a;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}

#news .container .posts .post {
  border-bottom: 2px solid aliceblue;
}

@media (max-width: 769px) {
  #news .container .posts .post .content-img {
    max-width: 320px;
    width: unset;
    float: none;
    margin: 3%;
  }
}
@media (max-width: 414px) {
  #servicesIco {
    max-width: unset;
    padding-left: 9%;
  }
  #videoOverlay button {
    right: -15px;
  }
}
@media (min-width: 900px) {
  .right-navigation {
    display: none !important;
  }
  .navigation .container {
    width: unset !important;
  }
}
#services .container .row .item .v-card:not(.card-number) {
  padding-bottom: 20px !important;
}
#services .container .row .item .v-card:not(.card-number):hover p {
  color: #fff;
}

#prax-timeline .v-timeline .content {
  width: unset;
  left: 0;
  position: absolute;
}

.v-timeline-item__body .leftBody {
  left: -190px;
  position: relative;
  width: 100px;
  text-align: end;
  float: left;
}

header .logo-content img {
  height: 50px;
  top: -2px;
  position: relative;
}
header .logo-content img .logo {
  top: -5px;
}

#about .container .items .item .img-wrapper .img.fifth {
  -webkit-mask: url(/uploads/frontend/svg/ab-5.svg) no-repeat 0 0;
  mask: url(/uploads/frontend/svg/ab-5.svg) no-repeat 0 0;
  width: 60px;
  height: 60px;
}

@media (max-width: 1150px) {
  footer .wrapper {
    flex-direction: unset !important;
  }
}
footer {
  padding: 50px 0 0;
}
footer a {
  color: #f8f9fa !important;
}
footer .wrapper .items.quick-links {
  flex-direction: unset !important;
}
footer .wrapper .items.quick-links .item:not(:last-child):after {
  content: "|";
  color: #f8f9fa;
  margin: 0 5px;
}
footer .bottom-footer {
  background-color: #4a4a4a;
}
footer .bottom-footer p {
  margin: 5px 0;
  color: #f8f9fa !important;
}
footer .bottom-footer-mob {
  display: none;
}
footer .wrapper .items.footer-form {
  width: 20%;
}
footer .wrapper .items.footer-form h3 {
  font-size: 2.2em;
  font-weight: 400;
}
footer .wrapper .items.footer-form .v-btn {
  height: 47px;
  min-width: 160px;
}
footer .wrapper .items.footer-form .item .v-textarea {
  min-height: 170px;
}
footer #footerContact {
  margin-top: -20px;
  width: 80%;
}
footer #footerContact h3 {
  margin: 21px 0;
  color: #f8f9fa;
  font-size: 2.3em;
  font-weight: 400;
}
footer #footerContact .h3add {
  color: #97b6e0;
}
footer #footerContact .wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
footer #footerContact .wrapper h3 {
  font-weight: 400;
}
footer #footerContact .wrapper h3.font-16 {
  font-size: 16px;
  margin: 0 0 5px 0 !important;
  white-space: break-spaces;
}
footer #footerContact .wrapper ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin-bottom: 30px;
  color: #f8f9fa;
  font-size: 13px;
}
footer #footerContact .wrapper ul li a {
  text-decoration: underline;
}
footer #footerContact .wrapper .item {
  display: flex;
  margin-right: 2%;
  width: 98%;
}
footer #footerContact .wrapper .item .location.second {
  left: 15px !important;
}
footer #footerContact .wrapper .item:first-child .item-child {
  width: 68%;
}
footer #footerContact .wrapper .item:first-child .item-child .address {
  width: 46%;
  float: left;
}
footer #footerContact .wrapper .item:first-child .item-child .timetable {
  width: 25%;
  float: left;
  text-align: center;
}
footer #footerContact .wrapper .item:first-child .item-child .timetable h3 {
  text-align: left;
  color: #97b6e0;
  margin: 0 0 3px !important;
}
footer #footerContact .wrapper .item:first-child .item-child .timetable ul li {
  white-space: nowrap;
}
footer #footerContact .wrapper .item:first-child .item-child .timetable ul li P {
  float: right;
  color: white !important;
  margin-bottom: unset;
  width: 83%;
}
footer #footerContact .wrapper .item:first-child .item-child:last-child {
  width: 300px;
  height: 220px;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
footer #footerContact .wrapper .item:last-child .item-child {
  width: 68%;
}
footer #footerContact .wrapper .item:last-child .item-child .address {
  width: 46%;
  float: left;
}
footer #footerContact .wrapper .item:last-child .item-child .timetable {
  width: 25%;
  float: left;
  text-align: center;
}
footer #footerContact .wrapper .item:last-child .item-child .timetable h3 {
  text-align: left;
  color: #97b6e0;
  margin: 0 0 2px !important;
}
footer #footerContact .wrapper .item:last-child .item-child .timetable ul li {
  white-space: nowrap;
}
footer #footerContact .wrapper .item:last-child .item-child .timetable ul li P {
  float: right;
  color: white !important;
  margin-bottom: unset;
  width: 83%;
}
footer #footerContact .wrapper .item:last-child .item-child:last-child {
  width: 300px;
  height: 200px;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
footer #footerContact .wrapper .item .location {
  width: 320px;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: flex-end;
}
footer #footerContact .wrapper .item .location.first {
  right: 0;
}
footer #footerContact .wrapper .item .location.second {
  left: 38px;
}
footer #footerContact .wrapper .item .location img {
  position: relative;
  bottom: -17px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
footer #footerContact .wrapper .item .location .v-card .v-card__text, footer #footerContact .wrapper .item .location .v-card .v-card__title {
  padding: 9px 9px;
}
footer #footerContact .wrapper .item .location .v-card .v-card__subtitle {
  padding: 0 10px;
}
footer #footerContact .wrapper .item .location .v-card .v-card__actions {
  padding: 0;
}
footer #footerContact .wrapper .item .location .v-card .text {
  padding-left: 15px;
  display: flex;
  justify-content: flex-start;
  font-size: 15px;
  align-items: center;
}
footer #footerContact .wrapper .item .location .v-card .text .v-rating {
  margin-right: 10px;
  font-size: 9px;
}
footer #footerContact .wrapper .item .location .v-card .text .v-rating .v-icon {
  padding: 0;
}
footer #footerContact .wrapper .item .location .v-card .text span {
  margin-right: 10px;
}
footer #footerContact .wrapper .item .location .v-card .text span:first-child {
  font-weight: 500;
  color: #e7711b;
}
footer #footerContact .wrapper .item .location .v-card .text span:last-child {
  font-weight: 500;
  color: #f8f9fa;
}

.g-recaptcha {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media (max-width: 1300px) {
  footer .container {
    width: 98%;
  }
  #diseases .container, #servicesPrivate .container {
    width: unset;
  }
}
@media (max-width: 1150px) {
  footer .wrapper {
    flex-direction: column;
  }
  footer .wrapper .items.footer-form {
    width: 100%;
  }
  footer #footerContact {
    width: 98%;
  }
}
@media (max-width: 590px) and (min-width: 360px) {
  footer #footerContact .wrapper .item:last-child {
    margin-top: 30px;
  }
  footer #footerContact .wrapper .item:first-child .item-child:last-child {
    position: absolute !important;
    margin-top: 196px !important;
    right: 8% !important;
    width: 65% !important;
    min-width: 150px;
  }
  footer #footerContact .wrapper .item:last-child .item-child:last-child {
    position: absolute !important;
    margin-top: 196px !important;
    right: 8% !important;
    width: 65% !important;
    min-width: 150px;
  }
  .map-footer {
    width: 65% !important;
    min-width: 150px;
    float: right;
  }
}
@media (max-width: 970px) {
  footer #footerContact .wrapper .item {
    flex-direction: column;
    align-items: center;
  }
  footer #footerContact .wrapper .item:first-child .item-child {
    width: 100%;
  }
  footer #footerContact .wrapper .item:first-child .item-child:last-child {
    width: 100%;
    margin-bottom: 30px;
  }
  footer #footerContact .wrapper .item:last-child .item-child {
    width: 100%;
  }
  footer #footerContact .wrapper .item:last-child .item-child:last-child {
    width: 100%;
  }
}
@media (min-width: 590px) and (max-width: 970px) {
  footer #footerContact .wrapper .item:last-child {
    margin-top: 24px;
  }
}
@media (max-width: 618px) {
  footer .wrapper .items.quick-links {
    flex-direction: column !important;
  }
  footer .wrapper .items.quick-links .item:not(:last-child):after {
    content: "";
  }
}
@media (max-width: 590px) {
  footer #footerContact .wrapper .item {
    flex-direction: column;
  }
  footer #footerContact .wrapper .item:first-child .item-child .address {
    width: 100%;
  }
  footer #footerContact .wrapper .item:first-child .item-child .timetable {
    width: 100%;
    text-align: left;
    margin-bottom: 2%;
  }
  footer #footerContact .wrapper .item:first-child .item-child .timetable ul {
    margin: unset;
  }
  footer #footerContact .wrapper .item:last-child .item-child .address {
    width: 100%;
  }
  footer #footerContact .wrapper .item:last-child .item-child .timetable {
    width: 100%;
    text-align: left;
    margin-bottom: 2%;
  }
  footer #footerContact .wrapper .item:last-child .item-child .timetable ul {
    margin: unset;
  }
}
.rheuma-content .flex-wrapper {
  align-items: unset;
}
.rheuma-content .flex-wrapper .item {
  width: 41%;
}
.rheuma-content .flex-wrapper .item h2 {
  margin-bottom: 9px;
}

#diseases .container .posts .post {
  width: 48%;
}
#diseases .container .posts .post .v-card .row {
  width: 95% !important;
  margin: auto !important;
  padding: 10px;
}
#diseases .container .posts .post .content {
  width: 78%;
  align-self: center;
}
#diseases .container .posts .post .img {
  margin: 10px 20px 10px 10px;
}

@media (max-width: 1186px) {
  #diseases .container p {
    margin: 15px 10px 15px 128px;
  }
  #diseases .container .posts .post {
    width: 100%;
  }
  #diseases .container .posts .post .content {
    width: 78%;
  }
  .rheuma-content .flex-wrapper {
    flex-direction: column;
  }
  .rheuma-content .flex-wrapper .item {
    width: 98%;
    margin-bottom: 30px;
  }
  .rheuma-content .flex-wrapper .item:first-child h2 {
    margin-bottom: 8px;
  }
}
@media (max-width: 700px) {
  #diseases .container p {
    margin: 15px !important;
  }
}
.mapBtn {
  padding: 3px 8px !important;
  height: 40px !important;
  text-align: left;
}

@media (max-width: 1210px) {
  footer .container .wrapper .items {
    margin-top: unset !important;
  }
  footer .container .wrapper .items h3 {
    margin: 21px 0;
  }
}
.mb_5 {
  margin-bottom: 5px;
}

@media (max-width: 801px) {
  footer .bottom-footer {
    display: none;
  }
  footer .bottom-footer-mob {
    display: block;
    background-color: #4a4a4a;
  }
  footer .bottom-footer-mob p {
    margin: 5px 0;
    color: #f8f9fa !important;
  }
}
@media (max-width: 618px) {
  footer .quick-links {
    width: 100%;
  }
  footer .bottom-footer-mob {
    width: 100%;
  }
}
.v-slide-group__next--disabled, .v-slide-group__prev--disabled {
  background-color: lightgray !important;
}

.v-list--dense .v-list-item .v-list-item__title {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

#appointmentBg {
  height: 300px;
}

.servicesBtn {
  position: absolute;
  right: -15px;
  top: -40px;
}

.ssOverlay {
  display: flex !important;
  z-index: 15 !important;
}
.ssOverlay .v-card {
  background-color: white;
  width: 500px;
  color: #97b6e0;
  padding: 10px;
  text-align: center;
}
.ssOverlay .v-card .v-card__title {
  font-size: 22px;
  justify-content: center;
}
.ssOverlay .v-card .ssContent {
  color: lightslategrey;
  font-size: 20px;
}
.ssOverlay .v-card .img {
  width: 50px;
  height: 50px;
  background-color: #97b6e0;
  margin: 20px auto 0;
}
.ssOverlay .v-card .img.first {
  -webkit-mask: url(/uploads/frontend/svg/5.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/5.svg) no-repeat center;
}
.ssOverlay .v-card .img.second {
  -webkit-mask: url(/uploads/frontend/svg/6.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/6.svg) no-repeat center;
}
.ssOverlay .v-card .img.third {
  -webkit-mask: url(/uploads/frontend/svg/7.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/7.svg) no-repeat center;
}
.ssOverlay .v-card .img.forth {
  -webkit-mask: url(/uploads/frontend/svg/8.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/8.svg) no-repeat center;
}
.ssOverlay .v-card .img.fifth {
  -webkit-mask: url(/uploads/frontend/svg/9.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/9.svg) no-repeat center;
}
.ssOverlay .v-card .img.sixth {
  -webkit-mask: url(/uploads/frontend/svg/10.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/10.svg) no-repeat center;
}
.ssOverlay .v-card .img.seventh {
  -webkit-mask: url(/uploads/frontend/svg/11.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/11.svg) no-repeat center;
}
.ssOverlay .v-card .img.eighth {
  -webkit-mask: url(/uploads/frontend/svg/12.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/12.svg) no-repeat center;
}
.ssOverlay .v-card .img.ninth {
  -webkit-mask: url(/uploads/frontend/svg/13.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/13.svg) no-repeat center;
}
.ssOverlay .v-card .img.tenth {
  -webkit-mask: url(/uploads/frontend/svg/14.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/14.svg) no-repeat center;
}
.ssOverlay .v-card .img.eleventh {
  -webkit-mask: url(/uploads/frontend/svg/15.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/15.svg) no-repeat center;
}
.ssOverlay .v-card .img.twelveth {
  -webkit-mask: url(/uploads/frontend/svg/16.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/16.svg) no-repeat center;
}
.ssOverlay .v-card .img.thirteenth {
  -webkit-mask: url(/uploads/frontend/svg/25.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/25.svg) no-repeat center;
  width: 60px;
  height: 60px;
}

@media (max-width: 538px) {
  .ssOverlay .v-card {
    width: 300px !important;
  }
}
#team h4 {
  font-weight: normal;
  text-align: center;
  color: #97b6e0;
  font-size: 20px;
}
#team h3 {
  font-size: 20px;
}
#team .v-btn__content {
  font-size: 18px;
}
#team button {
  top: 15px;
}

@media (max-width: 500px) {
  #prax-timeline .container {
    position: relative;
    left: 30px;
  }
  #prax-timeline .v-timeline-item__body .leftBody {
    left: -175px;
    position: relative;
  }
  #prax-timeline .v-timeline .content {
    left: -40px;
    position: absolute;
  }
}
@media (max-width: 567px) {
  #prax-timeline .v-timeline-item__divider {
    left: -12px !important;
  }
}
@media (max-width: 378px) {
  #prax-timeline .v-timeline-item {
    padding-bottom: 120px;
    width: 80%;
  }
}
#team .container .wrapper .item .img.first {
  margin-top: 32px;
}

.fr-view {
  color: #ffd000;
}

.newsLoader,
.newsLoader:before,
.newsLoader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.newsLoader {
  color: #97b6e0;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.newsLoader:before,
.newsLoader:after {
  content: "";
  position: absolute;
  top: 0;
}

.newsLoader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.newsLoader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.vacation {
  color: white !important;
  background-color: #4897d3 !important;
}
.vacation .v-banner__wrapper {
  width: 360px !important;
  margin: auto !important;
}
.vacation .v-banner__actions {
  padding: unset !important;
  margin: unset !important;
  flex: 1 0 auto !important;
  align-self: center !important;
}

#latest-header h2 {
  color: #0063af;
  margin: auto;
}

#news-videos .img {
  height: 140px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  width: 250px;
}
#news-videos video {
  height: 140px;
  width: 250px;
  border-radius: 10px;
  background-color: black;
}
#news-videos .playIcon {
  top: 45px;
  left: 105px;
}
#news-videos .item {
  margin: 8px auto 0 auto;
}

@media (min-width: 1264px) {
  #news-container {
    width: 1185px !important;
  }
}
#tweets-hidden {
  display: none !important;
}

.timeline-TweetList-tweet {
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
}

@media (max-width: 500px) {
  #news-slider .v-slide-group .v-slide-group__next, #news-slider .v-slide-group .v-slide-group__prev {
    display: none !important;
  }
}
.timetable {
  text-align: start !important;
}
.timetable li {
  text-align: start !important;
}
.timetable li p {
  text-align: start !important;
}

.img {
  margin: auto;
}
.img.kapillarmikroskopie {
  -webkit-mask: url(/uploads/frontend/svg/6.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/6.svg) no-repeat center;
}
.img.labordiagnostik {
  -webkit-mask: url(/uploads/frontend/svg/8.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/8.svg) no-repeat center;
}
.img.ultraschallsonographie {
  -webkit-mask: url(/uploads/frontend/svg/9.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/9.svg) no-repeat center;
}
.img.ekg {
  -webkit-mask: url(/uploads/frontend/svg/11.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/11.svg) no-repeat center;
}
.img.gelenkinjektionen {
  -webkit-mask: url(/uploads/frontend/svg/7.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/7.svg) no-repeat center;
}
.img.therapie {
  -webkit-mask: url(/uploads/frontend/svg/5.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/5.svg) no-repeat center;
}
.img.praventive {
  -webkit-mask: url(/uploads/frontend/svg/25.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/25.svg) no-repeat center;
}
.img.knochendichtemessung {
  -webkit-mask: url(/uploads/frontend/svg/10.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/10.svg) no-repeat center;
}
.img.manuelle {
  -webkit-mask: url(/uploads/frontend/svg/12.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/12.svg) no-repeat center;
}
.img.ernahrung {
  -webkit-mask: url(/uploads/frontend/svg/13.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/13.svg) no-repeat center;
}
.img.trainingstherapie {
  -webkit-mask: url(/uploads/frontend/svg/14.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/14.svg) no-repeat center;
}
.img.akupunktur {
  -webkit-mask: url(/uploads/frontend/svg/15.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/15.svg) no-repeat center;
}
.img.dgtum {
  -webkit-mask: url(/uploads/frontend/svg/16.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/16.svg) no-repeat center;
}

#privat .font-weight-light {
  font-size: 45px;
  text-align: center;
  margin-bottom: 20px;
}
#privat .content h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}
#privat .v-card {
  transition: 0.28s;
  background-color: #97b6e0;
  border-color: #97b6e0;
  min-height: 200px;
}
#privat .v-card .img {
  background-color: white;
}
#privat .v-card .img.first {
  -webkit-mask: url(/uploads/frontend/svg/6.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/6.svg) no-repeat center;
}
#privat .v-card .img.second {
  -webkit-mask: url(/uploads/frontend/svg/7.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/7.svg) no-repeat center;
}
#privat .v-card .img.third {
  -webkit-mask: url(/uploads/frontend/svg/8.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/8.svg) no-repeat center;
}
#privat .v-card .content h3 {
  color: white;
}
#privat .v-card:hover {
  background-color: white;
}
#privat .v-card:hover .img {
  background-color: #97b6e0;
}
#privat .v-card:hover .content h3 {
  color: #0063af;
}

#gesetzliche {
  background-color: white;
}
#gesetzliche .font-weight-light {
  color: #0063af;
  font-size: 45px;
  text-align: center;
  margin-bottom: 20px;
}
#gesetzliche .img {
  margin: auto;
}
#gesetzliche .img.first {
  -webkit-mask: url(/uploads/frontend/svg/6.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/6.svg) no-repeat center;
}
#gesetzliche .img.second {
  -webkit-mask: url(/uploads/frontend/svg/7.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/7.svg) no-repeat center;
}
#gesetzliche .img.third {
  -webkit-mask: url(/uploads/frontend/svg/8.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/8.svg) no-repeat center;
}
#gesetzliche .content h3 {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
#gesetzliche .v-card {
  transition: 0.28s;
  background-color: white;
  border-color: #97b6e0;
  min-height: 200px;
}
#gesetzliche .v-card .img {
  background-color: #97b6e0;
}
#gesetzliche .v-card .content h3 {
  color: #0063af;
}
#gesetzliche .v-card:hover {
  background-color: #97b6e0;
}
#gesetzliche .v-card:hover .img {
  background-color: white;
}
#gesetzliche .v-card:hover .content h3 {
  color: white;
}

#appointmentBg .font-weight-regular {
  margin: auto;
  text-align: center;
  font-size: 40px;
  margin-top: 100px;
  color: #0063af;
}

@media (max-width: 430px) {
  #privat .row, #gesetzliche .row, #about .row {
    padding-left: 5px;
    padding-right: 5px;
  }
  #privat .col-6, #gesetzliche .col-6, #about .col-6 {
    padding: 5px;
  }
  #privat .col-6 .v-card, #gesetzliche .col-6 .v-card, #about .col-6 .v-card {
    min-height: 260px !important;
  }
  #privat h3, #gesetzliche h3, #about h3 {
    font-weight: 400 !important;
  }
  .logo-content .wrapper a {
    padding: 0 20px 0 0;
  }
}
.lang-mobile input {
  width: 0 !important;
}
.lang-mobile .v-select__selections {
  width: 100% !important;
  text-align: center !important;
}
.lang-mobile .v-select__selections .v-select__selection {
  width: 100% !important;
}

.timeline3 .v-image__image {
  background-position: center 27% !important;
}

.timeline1 .v-image__image {
  background-position: center 20% !important;
}
.timeline1 .v-responsive__sizer {
  padding-bottom: 75% !important;
}

@media (max-width: 550px) {
  .logo-content .wrapper {
    padding-left: 0 !important;
  }
  .logo-content .wrapper a {
    text-align: start;
    width: 80%;
    padding: 3px !important;
    justify-content: start !important;
  }
  .logo-content .wrapper a img {
    height: 40px;
    margin: 0;
  }
  #timeline .container {
    padding: 0 3px 0 3px !important;
  }
  #timeline h4 {
    margin-bottom: 0px !important;
  }
  #timeline .mx-auto {
    margin-top: 10px !important;
  }
}
@media (min-width: 550px) {
  .logo-content .wrapper img {
    margin-right: 10px;
  }
}
footer {
  padding-top: 20px !important;
}
footer .container {
  padding-top: 0 !important;
}

#idPhotoImage {
  max-width: 200px;
  max-height: 200px;
}

@media (max-width: 430px) {
  #about .items {
    padding-left: 5px;
    padding-right: 5px;
  }
  #about .col-6 {
    padding: 5px;
  }
  #about .col-6 .v-card {
    min-height: 220px !important;
  }
  #about h3 {
    font-weight: 400 !important;
    color: #97b6e0;
  }
  .logo-content .wrapper a {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 740px) {
  #about .items {
    display: none !important;
  }
  #about .items-mobile {
    display: flex !important;
  }
  #about .items-mobile .col-6 {
    padding: 5px;
  }
  #about .items-mobile .col-6 .v-card {
    min-height: 220px !important;
  }
  #about .items-mobile h3, #about .items-mobile .h3add {
    font-weight: 400 !important;
    color: #0063af;
    text-align: center;
    font-size: 20px !important;
  }
  #about .items-mobile .img {
    width: 50px;
    height: 50px;
    background-color: #97b6e0;
  }
  #about .items-mobile .img.first {
    -webkit-mask: url(/uploads/frontend/svg/ab-1.svg) no-repeat center;
    mask: url(/uploads/frontend/svg/ab-1.svg) no-repeat center;
  }
  #about .items-mobile .img.second {
    -webkit-mask: url(/uploads/frontend/svg/ab-2.svg) no-repeat center;
    mask: url(/uploads/frontend/svg/ab-2.svg) no-repeat center;
  }
  #about .items-mobile .img.third {
    -webkit-mask: url(/uploads/frontend/svg/ab-3.svg) no-repeat center;
    mask: url(/uploads/frontend/svg/ab-3.svg) no-repeat center;
  }
  #about .items-mobile .img.forth {
    -webkit-mask: url(/uploads/frontend/svg/ab-4.svg) no-repeat center;
    mask: url(/uploads/frontend/svg/ab-4.svg) no-repeat center;
  }
  #about .items-mobile .img.fifth {
    -webkit-mask: url(/uploads/frontend/svg/ab-5.svg) no-repeat center;
    mask: url(/uploads/frontend/svg/ab-5.svg) no-repeat center;
  }
  #about .items-mobile .img.sixth {
    -webkit-mask: url(/uploads/frontend/svg/ab-6.svg) no-repeat center;
    mask: url(/uploads/frontend/svg/ab-6.svg) no-repeat center;
  }
  #about .items-mobile .img.seventh {
    -webkit-mask: url(/uploads/frontend/svg/ab-7.svg) no-repeat center;
    mask: url(/uploads/frontend/svg/ab-7.svg) no-repeat center;
  }
  #about .items-mobile .img.eighth {
    -webkit-mask: url(/uploads/frontend/svg/ab-8.svg) no-repeat center;
    mask: url(/uploads/frontend/svg/ab-8.svg) no-repeat center;
  }
  #about .items-mobile .img.ninth {
    -webkit-mask: url(/uploads/frontend/svg/ab-9.svg) no-repeat center;
    mask: url(/uploads/frontend/svg/ab-9.svg) no-repeat center;
  }
  #about .items-mobile .img.tenth {
    -webkit-mask: url(/uploads/frontend/svg/ab-10.svg) no-repeat center;
    mask: url(/uploads/frontend/svg/ab-10.svg) no-repeat center;
  }
  #about .items-mobile .img.eleventh {
    -webkit-mask: url(/uploads/frontend/svg/ab-11.svg) no-repeat center;
    mask: url(/uploads/frontend/svg/ab-11.svg) no-repeat center;
  }
  #about .items-mobile .img.twelveth {
    -webkit-mask: url(/uploads/frontend/svg/12.svg) no-repeat center;
    mask: url(/uploads/frontend/svg/12.svg) no-repeat center;
  }
}
#about {
  background-color: #f8f9fa;
  margin: 0 0 30px 0;
}
#about .container .font-weight-regular {
  text-align: center;
}
#about .item {
  margin: 0 10px 10px 0 !important;
}
#about .ssOverlay .img {
  width: 50px;
  height: 50px;
  background-color: #97b6e0;
}
#about .ssOverlay .img.first {
  -webkit-mask: url(/uploads/frontend/svg/ab-1.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-1.svg) no-repeat center;
}
#about .ssOverlay .img.second {
  -webkit-mask: url(/uploads/frontend/svg/ab-2.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-2.svg) no-repeat center;
}
#about .ssOverlay .img.third {
  -webkit-mask: url(/uploads/frontend/svg/ab-3.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-3.svg) no-repeat center;
}
#about .ssOverlay .img.forth {
  -webkit-mask: url(/uploads/frontend/svg/ab-4.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-4.svg) no-repeat center;
}
#about .ssOverlay .img.fifth {
  -webkit-mask: url(/uploads/frontend/svg/ab-5.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-5.svg) no-repeat center;
}
#about .ssOverlay .img.sixth {
  -webkit-mask: url(/uploads/frontend/svg/ab-6.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-6.svg) no-repeat center;
}
#about .ssOverlay .img.seventh {
  -webkit-mask: url(/uploads/frontend/svg/ab-7.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-7.svg) no-repeat center;
}
#about .ssOverlay .img.eighth {
  -webkit-mask: url(/uploads/frontend/svg/ab-8.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-8.svg) no-repeat center;
}
#about .ssOverlay .img.ninth {
  -webkit-mask: url(/uploads/frontend/svg/ab-9.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-9.svg) no-repeat center;
}
#about .ssOverlay .img.tenth {
  -webkit-mask: url(/uploads/frontend/svg/ab-10.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-10.svg) no-repeat center;
}
#about .ssOverlay .img.eleventh {
  -webkit-mask: url(/uploads/frontend/svg/ab-11.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/ab-11.svg) no-repeat center;
}
#about .ssOverlay .img.twelveth {
  -webkit-mask: url(/uploads/frontend/svg/12.svg) no-repeat center;
  mask: url(/uploads/frontend/svg/12.svg) no-repeat center;
}

#adminContent .header {
  padding-left: 25px;
  padding-top: 15px;
  font-weight: bold;
  font-size: x-large;
}

.ssOverlay {
  overflow: auto;
}
.ssOverlay .v-overlay__scrim {
  position: fixed !important;
  height: 100%;
}
.ssOverlay .v-overlay__content {
  max-height: 90%;
  margin-top: 60px;
  padding-bottom: 25px !important;
}
.ssOverlay .v-overlay__content .mx-auto {
  margin-bottom: 20px;
}

.u-hiddenVisually {
  display: none;
}

.banner {
  background-position: 20% top;
  height: 340px;
  width: 100%;
  background-size: cover;
  margin: 17px 0 0 0;
}
.banner .bannerTitle {
  margin: 60px auto 20px auto;
  line-height: 45px;
  font-size: 45px;
  color: #0A69B2;
  font-weight: 400;
}
.banner .bannerTitle span {
  color: #0A69B2;
}
.banner .bannerTitle .primary {
  box-shadow: 2px 4px 10px rgba(10, 105, 178, 0.25) !important;
}
.banner .bannerTitle .primary span {
  color: white;
}
.banner .bannerContent {
  text-align: left;
  font-size: 18px;
  color: #0A69B2;
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 24%;
}

#banner-8 {
  background-position: center center;
}
#banner-8 h3 {
  margin-top: 68px !important;
}

#news-slider .v-slide-group__prev {
  top: calc(50% - 25px);
  left: -40px;
  background-color: #4897d3;
  cursor: pointer;
  -webkit-mask: url(/uploads/frontend/svg/next.svg) no-repeat center;
  transform: scale(-1.5, 1.5);
  z-index: 8;
  float: left !important;
  position: absolute;
}
#news-slider .v-icon {
  color: #4897d3 !important;
  transition: 0s;
}
#news-slider .v-icon--disabled {
  color: #d3d3d3 !important;
}
#news-slider .v-slide-group__next {
  top: calc(50% - 25px);
  background-color: #4897d3;
  cursor: pointer;
  -webkit-mask: url(/uploads/frontend/svg/next.svg) no-repeat center;
  z-index: 8;
  right: 0;
  transform: scale(1.5, 1.5) translateX(20px);
  position: absolute;
}
#news-slider .v-slide-group {
  display: block;
}
#news-slider .v-slide-group__wrapper .newsItem {
  padding: 5px 0px 5px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news-slider .v-slide-group__wrapper .newsItem .newsImage {
  width: 150px;
  height: 85px;
  float: left;
  background-size: cover;
  background-position: center;
  background-color: aliceblue;
  margin: 15px 15px 5px 0px;
  border-radius: 5px;
  cursor: pointer;
}
#news-slider .v-slide-group__wrapper .newsItem .newsImage:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#news-slider .v-slide-group__wrapper .newsItem .newsImage .playIcon {
  color: #4897d3 !important;
  position: relative;
  left: 41%;
  top: 23%;
  font-size: 50px !important;
  opacity: 80%;
  margin: auto;
  z-index: 5;
}
#news-slider .v-slide-group__wrapper .newsItem .newsImage video {
  width: 150px;
  height: 85px;
  position: absolute;
  transform: translateX(-38px);
  border-radius: 5px;
}
#news-slider .v-slide-group__wrapper .newsItem .newsTitle {
  line-height: 25px;
  font-weight: 800;
  margin-top: 10px;
  white-space: normal;
  max-height: 80px;
  font-size: 30px;
}
#news-slider .v-slide-group__wrapper .newsItem .newsContent {
  white-space: normal;
  height: 120px !important;
  text-overflow: ellipsis;
  font-size: 18px;
}
#news-slider .v-slide-group__wrapper .newsItem .readMore {
  float: right;
}
#news-slider .v-slide-group__wrapper .newsItem .date-public {
  margin: 5px;
}
#news-slider .v-slide-group__wrapper .newsItem .date-public i {
  margin-right: 5px;
  color: #97b6e0 !important;
}

@media (min-width: 1263px) {
  #news-slider .v-slide-group__wrapper {
    width: 875px !important;
  }
  #news-slider .v-slide-group__wrapper .newsItem {
    width: 875px !important;
  }
}
@media (min-width: 1000px) and (max-width: 1263px) {
  #news-slider .v-slide-group__wrapper {
    width: 875px;
    flex: none;
  }
  #news-slider .v-slide-group__wrapper .newsItem {
    width: 875px;
  }
}
@media (min-width: 930px) and (max-width: 1000px) {
  #news-slider .v-slide-group__wrapper {
    width: 800px;
    flex: none;
  }
  #news-slider .v-slide-group__wrapper .newsItem {
    width: 400px;
  }
}
@media (min-width: 820px) and (max-width: 930px) {
  #news-slider .v-slide-group__prev {
    display: none;
  }
  #news-slider .v-slide-group__next {
    display: none;
  }
  #news-slider .v-slide-group__wrapper {
    width: 800px;
    flex: none;
  }
  #news-slider .v-slide-group__wrapper .newsItem {
    width: 400px;
  }
}
@media (min-width: 625px) and (max-width: 820px) {
  #news-slider .v-slide-group__prev {
    display: none;
  }
  #news-slider .v-slide-group__next {
    display: none;
  }
  #news-slider .v-slide-group__wrapper {
    width: 600px;
    margin: auto;
  }
  #news-slider .v-slide-group__wrapper .newsItem {
    width: 600px;
  }
}
@media (min-width: 425px) and (max-width: 625px) {
  #news-slider .v-slide-group__prev {
    display: none;
  }
  #news-slider .v-slide-group__next {
    display: none;
  }
  #news-slider .v-slide-group__wrapper {
    width: 400px;
    margin: auto;
  }
  #news-slider .v-slide-group__wrapper .newsItem {
    width: 400px;
  }
}
@media (max-width: 425px) {
  #news-slider .v-slide-group__prev {
    position: relative;
    left: 5px;
  }
  #news-slider .v-slide-group__next {
    position: relative;
    right: 5px;
  }
  #news-slider .v-slide-group__wrapper {
    width: 320px;
    flex: none;
  }
  #news-slider .v-slide-group__wrapper .newsItem {
    width: 320px;
  }
  .banner .bannerTitle {
    margin-top: 50px;
  }
}
#news-videos .playIcon {
  color: #4897d3 !important;
  position: relative;
  left: 6px;
  top: -100px;
  font-size: 50px !important;
  opacity: 80%;
  margin: auto;
  z-index: 5;
}
#news-videos .video-item {
  padding: 0;
}
#news-videos .item-content {
  overflow: hidden;
  max-width: 250px;
  margin: 20px auto;
}
#news-videos .item-content .relPos {
  max-height: 150px;
  max-width: 250px;
}
#news-videos .v-slide-group__wrapper {
  margin: 0 auto;
  width: 1024px !important;
  flex: unset;
}
#news-videos .v-slide-group__next, #news-videos .v-slide-group__prev {
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #4897d3;
  cursor: pointer;
  -webkit-mask: url(/uploads/frontend/svg/next.svg) no-repeat center;
  z-index: 8;
}
#news-videos .v-slide-group__next {
  right: 0;
}
#news-videos .v-slide-group__prev {
  left: 0;
  transform: scale(-1, 1);
}
#news-videos .item {
  margin: 0 3px;
}
#news-videos .row {
  margin: 0;
}
.wr {
  width: 100%;
}
.wr #prax-timeline {
  width: 100% !important;
}
.wr #prax-timeline .container {
  width: 100% !important;
}

.follow {
  color: white;
  margin: 5px 80px 0 5px;
  float: right;
}
.follow i {
  padding: 3px;
  color: #97b6e0 !important;
  font-size: 40px;
}
.follow span {
  padding-right: 3px;
  margin: 0 5px 0 0;
}

#block-vids {
  width: 96% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

@media (max-width: 587px) {
  .follow {
    margin: 0 30px 0 0;
    float: none;
  }
  .container h2 {
    font-size: 35px !important;
  }
  .banner .bannerTitle {
    font-size: 30px;
  }
  #news-videos .row {
    display: block;
  }
  #news-videos .row .video-item {
    width: 100%;
  }
  #news-videos .row .video-item .item {
    width: 100%;
  }
  #news-videos .row .video-item .item .item-content {
    overflow: hidden;
    max-width: 100%;
    width: 96%;
    height: 280px !important;
    margin: 20px auto;
  }
  #news-videos .row .video-item .item .item-content .relPos {
    max-height: 280px;
    max-width: 100%;
    width: 100%;
  }
  #news-videos .row .video-item .item .item-content .relPos .img {
    height: 280px;
    max-width: 100%;
    width: 100%;
  }
  #news-videos .row .video-item .item .item-content .relPos .playIcon {
    top: -160px;
  }
}
@media (max-width: 460px) {
  #block-vid.col {
    width: 96% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  #news-videos .row {
    display: block;
  }
  #news-videos .row .video-item .item .item-content {
    height: 220px !important;
    margin: 20px auto;
  }
  #news-videos .row .video-item .item .item-content .relPos {
    max-height: 220px;
  }
  #news-videos .row .video-item .item .item-content .relPos .img {
    height: 220px;
  }
  #news-videos .row .video-item .item .item-content .relPos .playIcon {
    top: -140px;
  }
}
@media (max-width: 320px) {
  #news-videos .row {
    display: block;
  }
  #news-videos .row .video-item .item .item-content {
    height: 160px !important;
    margin: 20px auto;
  }
  #news-videos .row .video-item .item .item-content .relPos {
    max-height: 160px;
  }
  #news-videos .row .video-item .item .item-content .relPos .img {
    height: 160px;
  }
  #news-videos .row .video-item .item .item-content .relPos .playIcon {
    top: -100px;
  }
}
@media (min-width: 1212px) {
  #services-main .v-slide-group__wrapper {
    width: 1024px !important;
  }
  #news-videos .v-slide-group__wrapper {
    width: 1024px !important;
  }
}
@media (min-width: 872px) and (max-width: 1212px) {
  #services-main .v-slide-group__wrapper {
    width: 768px !important;
  }
  #news-videos .v-slide-group__wrapper {
    width: 768px !important;
  }
}
@media (min-width: 598px) and (max-width: 872px) {
  #services-main .v-slide-group__wrapper {
    width: 512px !important;
  }
  #news-videos .v-slide-group__wrapper {
    width: 512px !important;
  }
}
@media (max-width: 598px) {
  #services-main .v-slide-group__wrapper {
    width: 256px !important;
  }
  #news-videos .v-slide-group__wrapper {
    width: 256px !important;
  }
}
.video-title, .news-title {
  color: #0063af;
  font-weight: bold;
  font-size: 1.5em;
}

#banner-4 {
  background-position-x: 80%;
}

#banner-5 {
  background-position-x: 65%;
}

#banner-6 {
  background-position-x: 75%;
}

@media (max-width: 1000px) {
  header .logo-content .logo {
    display: none;
  }
}
@media (max-width: 380px) {
  header .logo-content img {
    height: 32px !important;
  }
}
@media (min-width: 1001px) {
  .v-navigation-drawer {
    display: none !important;
  }
}
#imprint h1 {
  font-size: 32px;
  font-weight: normal;
}
#imprint p {
  margin: 0 !important;
  font-size: 20px;
}

#gesetzliche .h2add, #privat .h2add {
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .banner {
    position: relative;
  }
  .banner .container {
    position: unset;
  }
  .banner .container .bannerContent {
    width: 97%;
    position: absolute;
    bottom: 10px;
  }
  .banner .container .bannerTitle {
    font-size: 26px;
    margin-top: 30px !important;
  }
}
@media (max-width: 599px) {
  .banner .container .bannerTitle {
    font-size: 26px;
    padding-right: 196px;
    margin-top: -11px !important;
  }
  .banner .container .bannerTitleMain {
    font-size: 26px;
    padding-right: 196px;
    margin-top: -11px !important;
  }
  .banner .container .bannerContent {
    text-align: left;
    font-size: 16px;
    color: #0a69b2;
    position: absolute;
    right: 0;
    width: 100%;
    padding: 0px 15px;
  }
}
@media (max-width: 415px) {
  .banner .bannerTitle {
    font-size: 20px;
    padding-right: 138px;
  }
  .banner .bannerTitleMain {
    font-size: 20px;
    padding-right: 138px;
  }
}
@media (max-width: 475px) {
  .logo-text {
    display: none;
  }
}
@media (max-width: 380px) {
  header .logo-content img {
    height: 32px !important;
  }
}
@media (min-width: 1001px) {
  .v-card:not(.v-sheet--tile):not(.v-card--shaped) {
    padding: 15px;
  }
}

/*# sourceMappingURL=compiled.css.map */
