@charset "UTF-8";
/* Flexslider
=================================================================== */
/* Browser Resets
=================================================================== */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Necessary Styles
=================================================================== */
.flexslider {
  margin: 0;
  padding: 0; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
  position: relative;
  zoom: 1;
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider {
  position: relative;
  zoom: 1;
  z-index: 50; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* Default Styles
=================================================================== */
.flexslider {
  background: #fff;
  zoom: 1; }

.ie7 .flexslider {
  margin-bottom: -30px; }

.flex-viewport {
  max-height: 1000px; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

/* Direction Nav
=================================================================== */
.flex-direction-nav a {
  display: none; }

@keyframes gallery-humbnail {
  0% {
    box-shadow: 0 0 0 0 #0094D6; }
  50% {
    box-shadow: 0 0 0 10px #0094D6; }
  100% {
    box-shadow: 0 0 0 3px #0094D6; } }
@-webkit-keyframes gallery-humbnail {
  0% {
    box-shadow: 0 0 0 3px #0094D6; }
  50% {
    box-shadow: 0 0 0 10px #0094D6; }
  100% {
    box-shadow: 0 0 0 3px #0094D6; } }
@keyframes info-humbnail {
  0% {
    box-shadow: 0 0 0 0 #0094D6; }
  50% {
    box-shadow: 0 0 0 6px #0094D6; }
  100% {
    box-shadow: 0 0 0 3px #0094D6; } }
@-webkit-keyframes info-humbnail {
  0% {
    box-shadow: 0 0 0 3px #0094D6; }
  50% {
    box-shadow: 0 0 0 6px #0094D6; }
  100% {
    box-shadow: 0 0 0 3px #0094D6; } }

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300; }

a, .btn-link {
  color: #1d6fa5; }

a:hover, .btn-link:hover {
  color: #1d6fa5; }

a:focus, .btn-link:focus {
  text-decoration: none; }

.btn {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;-webkit-transition: background 0.3s; }

.btn-lead {
  background-color: #0094D6;
  color: #fff;
  border: 1px #258cd1 solid; }

.btn-lead:hover {
  background-color: #217dbb;
  color: #fff;
  border: 1px #1d6fa5 solid; }

.btn-lead.darken {
  background-color: #217dbb;
  border: 1px #1d6fa5 solid; }

.btn-lead.darken:hover {
  background-color: #0094D6;
  border: 1px #16527a solid; }

.btn-lead.lighten {
  background-color: #5faee3;
  border: 1px #75b9e7 solid; }

.btn-lead.lighten:hover {
  background-color: #0094D6;
  border: 1px #258cd1 solid; }

section, footer {
  position: relative;
  padding: 40px 0 0 0;
  background: #fff; }

section.border-bottom, footer.border-bottom {
  border-bottom: 1px #555555 solid; }

section.border-bottom:before, footer.border-bottom:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -21px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -21px;
  border-top: 21px #555555 solid;
  border-left: 21px transparent solid;
  border-right: 21px transparent solid;
  z-index: 1; }

section.border-bottom:after, footer.border-bottom:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -20px;
  border-top: 20px white solid;
  border-left: 20px transparent solid;
  border-right: 20px transparent solid;
  z-index: 1; }

section .fa.fa-hero, footer .fa.fa-hero {
  display: block;
  font-size: 120px;
  margin-bottom: 30px; }

section.border, footer.border {
  border-top: 1px #ccc solid; }

section h1, footer h1, section h2, footer h2 {
  border-bottom: 1px rgba(52, 152, 219, 0.3) solid; }

section h1.no-border, footer h1.no-border, section h2.no-border, footer h2.no-border {
  border: 0; }

section h1.large, footer h1.large, section h2.large, footer h2.large {
  font-weight: 100;
  font-size: 64px;
  border: 0; }

section h1.x-large, footer h1.x-large, section h2.x-large, footer h2.x-large {
  font-weight: 100;
  font-size: 84px;
  border: 0; }

section h1 span, footer h1 span, section h2 span, footer h2 span {
  display: inline-block;
  border-bottom: 2px #CCCCCC solid;
  /* #0094D6 */
  margin-bottom: -2px; }

section h1, footer h1 {
  margin: 0 0 25px 0; }

[class*="col-"] {
  margin-bottom: 30px; }

form [class*="col-"], footer [class*="col-"] {
  margin-bottom: 0; }

h1, h2, h3, h4 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300; }

h1.text-left, h2.text-left, h3.text-left, h4.text-left {
  text-align: left; }

h1.text-center, h2.text-center, h3.text-center, h4.text-center {
  display: block;
  text-align: center;
  border-bottom: 0; }

h1.text-right, h2.text-right, h3.text-right, h4.text-right {
  text-align: right; }

.lead {
  font-size: 18px;
  font-weight: 300; }

.pagination li a {
  border: 0;
  background-color: #ecf0f1; }

.pagination li a:hover {
  background-color: #bdc3c7;
  color: #fff; }

.pagination li a:hover a, .pagination li a:hover .btn-link {
  color: #cce5f6; }

.pagination li a:hover a:hover, .pagination li a:hover .btn-link:hover {
  color: #cce5f6; }

.pagination li a:hover a.btn {
  color: #fff; }

.pagination li a:hover a.btn.btn-default {
  color: #333333; }

.pagination li.active a {
  background-color: #0094D6; }

.pagination li.disabled a {
  background-color: #ecf0f1; }

.pagination li.disabled a:hover {
  background-color: #ecf0f1; }

.image-bg {
  padding: 60px 0 30px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-box-shadow: inset 0px 3px 5px -3px black, inset 0px -3px 5px -3px black;
  box-shadow: inset 0px 3px 5px -3px black, inset 0px -3px 5px -3px black; }

.reduce-top-margin {
  margin-top: -30px; }

.reduce-bottom-margin {
  margin-bottom: -40px; }

.list-group {
  border-radius: 4px;
  color: #fff; }

.list-group .list-group-item {
  background-color: transparent;
  border: 0;
  color: inherit;
  -webkit-transition: padding-left 0.5s;
  transition: padding-left 0.5s;-webkit-transition: padding-left 0.5s; }

.list-group .list-group-item h1, .list-group .list-group-item h2, .list-group .list-group-item h3, .list-group .list-group-item h4, .list-group .list-group-item h5 {
  margin: 0; }

.list-group .list-group-item.active {
  background-color: rgba(255, 255, 255, 0.2);
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid; }

.list-group a.list-group-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: inherit;
  padding-left: 25px; }

.list-group.bright .list-group-item.active {
  background-color: #0094D6;
  color: #fff;
  border: 0; }

.list-group.bright .list-group-item.active:hover {
  background-color: #0094D6;
  color: #fff; }

.list-group.bright a.list-group-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #333333; }

.navbar {
  -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.75);
  margin: 0;
  border: 0;
  background-color: inherit; }

.navbar .nav.navbar-nav > li > a {
  color: inherit;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;-webkit-transition: padding 0.5s;
  font-weight: 300;
  font-size: 16px;
  /*&:after {
					content: "";
					display: block;
					position: absolute;
					bottom: -6px;
					left: 0;
					width: 0%;
					height: 6px;
					background-color: #fff;
					.border-bottom-radius(@border-radius-base);

					.transition(width .5s);
				}*/ }

.navbar .nav.navbar-nav > li > a:focus {
  background: transparent; }

.navbar .nav.navbar-nav > li > a .fa {
  color: #0094D6; }

.navbar .nav.navbar-nav > li > a .caret {
  border-bottom-color: #0094D6;
  border-top-color: #0094D6; }

.navbar .nav.navbar-nav > li > a:hover {
  background: rgba(0, 0, 0, 0.05); }

.navbar .nav.navbar-nav > li.active > a {
  background: #0094D6;
  color: #fff;
  /*&:after {
						content: "";
						display: block;
						position: absolute;
						bottom: -6px;
						left: 0;
						width: 100%;
						height: 6px;
						background-color: darken(@leadColor, 10%);
						.border-bottom-radius(@border-radius-base);

						.transition(width .5s);
					}*/
  /*&:after {
						width: 100%;
						background-color: darken(@leadColor, 10%);
					}*/ }

.navbar .nav.navbar-nav > li.active > a .fa {
  color: #8bc4ea; }

.navbar .nav.navbar-nav > li.active > a .caret {
  border-bottom-color: #fff;
  border-top-color: #fff; }

.navbar .nav.navbar-nav > li.open > a {
  background-color: #0094D6;
  color: #fff; }

.navbar .nav.navbar-nav > li.open > a .fa {
  color: #8bc4ea; }

.navbar .nav.navbar-nav > li.open > a .caret {
  border-bottom-color: #fff;
  border-top-color: #fff; }

.navbar .nav.navbar-nav > li.open .dropdown-menu {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);-ms-transform: scale(1, 1);-webkit-transform: scale(1, 1);
  visibility: visible; }

.navbar .nav.navbar-nav > li .dropdown-menu {
  display: block;
  visibility: hidden;
  border: 0;
  background-color: #33ccff;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;-webkit-transition: transform 0.5s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;-ms-transform-origin: left top;-webkit-transform-origin: left top;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);-ms-transform: scale(1, 0);-webkit-transform: scale(1, 0); }

.navbar .nav.navbar-nav > li .dropdown-menu li a {
  color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;-webkit-transition: background 0.3s; }

.navbar .nav.navbar-nav > li .dropdown-menu li a:hover {
  background-color: #0094D6; }

.navbar .nav.navbar-nav > li .dropdown-menu li form {
  padding: 10px 20px;
  width: 300px; }

.navbar .nav.navbar-nav > li .dropdown-menu li.active a {
  background-color: #217dbb; }

.navbar .nav.navbar-nav > li .dropdown-menu .divider {
  background-color: #16527a; }

.navbar .navbar-brand {
  padding-top: 22px;
  padding-bottom: 0px;
  text-transform: uppercase;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;-webkit-transition: padding 0.5s;
  font-weight: 400;
  color: inherit; }

.navbar .navbar-brand img {
  height: 40px;
  margin: -5px 10px 0px 0;
  border: 0;
  padding: 0;
  vertical-align: middle; }

.navbar.scroll .nav.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px; }

.navbar.scroll .nav.navbar-nav > li > a:hover {
  padding-top: 15px;
  padding-bottom: 15px; }

.navbar.scroll .navbar-brand {
  padding-top: 5px;
  padding-bottom: 15px; }

.navbar.scroll .navbar-brand img {
  height: 40px;
  margin: -1px 10px -5px 0;
  border: 0;
  padding: 0;
  vertical-align: middle; }

.breadcrumbs-container {
  margin-top: 80px; }

.breadcrumbs-container .breadcrumb {
  border-radius: 0;
  background: transparent;
  margin-bottom: 0; }

.breadcrumbs-container .breadcrumb li a {
  display: inline-block;
  padding: 0 4px 0 4px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;-webkit-transition: all 0.2s; }

.breadcrumbs-container .breadcrumb li a:hover {
  text-decoration: none;
  background-color: #0094D6;
  color: #fff; }

.news {
  margin: 30px 0; }

.news a.news-link {
  display: block;
  color: #fff;
  margin-bottom: 20px; }

.news a.news-link:hover {
  text-decoration: none;
  color: inherit; }

.news a.news-link:hover .media {
  background-color: #0094D6;
  color: #fff; }

.news .media {
  border-width: 0;
  border-style: solid;
  border-radius: 4px;
  position: relative;
  overflow: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;-webkit-transition: all 0.3s; }

.news .media .border-white {
  border-color: #fff; }

.news .media .border-black {
  border-color: #000; }

.news .media .pull-left, .news .media .pull-right {
  width: 240px;
  margin: 0; }

.news .media .pull-left .media-object, .news .media .pull-right .media-object {
  position: relative;
  max-width: 100%;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.news .media .media-body {
  padding: 20px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: 300; }

.news .media .media-body p {
  margin-bottom: 0; }

.info-row {
  font-size: 0; }

.info-row div.content {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle; }

.info-row .info {
  width: 80%; }

.info-row .info .info-head {
  margin: 0 0 10px 0; }

.info-row .link {
  width: 20%; }

.info-thumbnail {
  position: relative;
  padding: 0 0 1px 0;
  border: 0;
  color: inherit;
  margin-bottom: 0;
  background-color: transparent; }

.info-thumbnail > div:first-child, .info-thumbnail > img:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.info-thumbnail > div:last-child, .info-thumbnail > img:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.info-thumbnail .round {
  border-radius: 4px; }

.info-thumbnail.padding1 {
  padding: 1px; }

.info-thumbnail .service {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;-webkit-transition: opacity 0.5s; }

.info-thumbnail .service:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle; }

.info-thumbnail .service .service-name {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);-ms-transform: scale(0.5, 0.5);-webkit-transform: scale(0.5, 0.5);
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: -moz-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  transition: transform 0.8s;-webkit-transition: transform 0.8s;
  width: 90%; }

.info-thumbnail .service .service-name h1, .info-thumbnail .service .service-name h2, .info-thumbnail .service .service-name h3, .info-thumbnail .service .service-name h4, .info-thumbnail .service .service-name h5 {
  margin-top: 0; }

.info-thumbnail .service .service-name .btn-service {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }

.info-thumbnail .service .service-name .btn-service:hover {
  background-color: rgba(255, 255, 255, 0.3); }

.info-thumbnail.popular {
  margin-top: -15px; }

.info-thumbnail.popular .caption {
  padding-bottom: 35px; }

.info-thumbnail.popular .caption .description {
  margin-bottom: 25px; }

.info-thumbnail.with-icon {
  margin-top: 45px; }

.info-thumbnail .special {
  width: 100%;
  text-align: center; }

.info-thumbnail .special h1, .info-thumbnail .special h2, .info-thumbnail .special h3, .info-thumbnail .special h4, .info-thumbnail .special h5 {
  padding: 5px 20px 5px 20px;
  margin: 0; }

.info-thumbnail .pricing-head {
  width: 100%;
  height: 100px; }

.info-thumbnail .pricing-head.bordered {
  padding: 1px 1px 0 1px; }

.info-thumbnail .pricing-head.bordered .pricing-head-body {
  height: 99px; }

.info-thumbnail .pricing-head .pricing-head-body {
  width: 100%;
  height: 100px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  text-align: right; }

.info-thumbnail .pricing-head .pricing-head-body.no-border-radius {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.info-thumbnail .pricing-head .pricing-head-body:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

.info-thumbnail .pricing-head .pricing-head-body .price-wrapper {
  display: inline-block;
  vertical-align: middle;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  padding-right: 19px;
  text-align: center; }

.info-thumbnail .pricing-head .pricing-head-body .price-wrapper .price {
  font-size: 60px;
  line-height: 60px; }

.info-thumbnail .pricing-head .pricing-head-body .price-wrapper .per {
  font-size: 14px;
  line-height: 20px; }

.info-thumbnail .icon {
  position: absolute;
  top: -40px;
  left: 20px; }

.info-thumbnail .icon .fa-stack {
  font-size: 50px; }

.info-thumbnail .caption {
  color: inherit;
  padding: 20px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.info-thumbnail .caption.bordered {
  margin: 0 1px 0 1px; }

.info-thumbnail .caption [class*="fa fa-"] {
  display: inline-block;
  width: 20px;
  font-size: 18px;
  vertical-align: middle; }

.info-thumbnail .caption h3 {
  margin-top: 0; }

.info-thumbnail .caption h3 [class*="fa fa-"] {
  margin-left: -8px;
  margin-right: 8px;
  font-size: 1.5em;
  width: auto;
  vertical-align: baseline; }

.info-thumbnail .caption .buttons {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: right; }

.info-thumbnail .caption .news {
  margin: 0 0 10px 0;
  border-radius: 4px; }

.info-thumbnail .caption .news .pull-left, .info-thumbnail .caption .news .pull-right {
  font-size: 30px;
  text-align: right;
  line-height: 20px; }

.info-thumbnail .caption .news .pull-left small, .info-thumbnail .caption .news .pull-right small {
  font-size: 14px; }

.info-thumbnail .caption .news .media-body .media-heading {
  font-weight: 400; }

.info-thumbnail .caption .news .media-body p {
  margin: 0; }

.info-thumbnail .caption .news-link {
  color: inherit;
  text-decoration: none; }

.info-thumbnail .caption .news-link .news {
  padding: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;-webkit-transition: all 0.2s; }

.info-thumbnail .caption .news-link:hover .news {
  background-color: #0094D6;
  color: #fff; }

.info-thumbnail .caption .news-link:hover .news a, .info-thumbnail .caption .news-link:hover .news .btn-link {
  color: #cce5f6; }

.info-thumbnail .caption .news-link:hover .news a:hover, .info-thumbnail .caption .news-link:hover .news .btn-link:hover {
  color: #cce5f6; }

.info-thumbnail .caption .news-link:hover .news a.btn {
  color: #fff; }

.info-thumbnail .caption .news-link:hover .news a.btn.btn-default {
  color: #333333; }

.info-thumbnail .caption .news-link:hover .news .pull-right, .info-thumbnail .caption .news-link:hover .news .pull-left {
  color: #b6daf2; }

.info-thumbnail-link {
  color: inherit; }

.info-thumbnail-link:hover {
  color: inherit;
  text-decoration: none; }

.info-thumbnail-link:hover .info-thumbnail {
  animation: info-humbnail 0.4s forwards;-webkit-animation: info-humbnail 0.4s forwards;
  -webkit-animation: info-humbnail 0.4s forwards;
  /* Safari and Chrome */ }

.info-thumbnail-link:hover .info-thumbnail .service {
  opacity: 1;
  filter: alpha(opacity=100);-webkit-filter: alpha(opacity=100); }

.info-thumbnail-link:hover .info-thumbnail .service .service-name {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);-ms-transform: scale(1, 1);-webkit-transform: scale(1, 1); }

.filters {
  list-style: none;
  padding: 0;
  margin-bottom: 20px; }

.filters .filter {
  display: inline-block; }

.filters .filter.active a {
  border: 1px #0094D6 solid; }

.filters .filter a {
  display: block;
  padding: 3px 5px;
  border: 1px transparent solid;
  color: inherit;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;-webkit-transition: background-color 0.2s; }

.filters .filter a:hover {
  text-decoration: none;
  background-color: #0094D6;
  color: #fff; }

.mix {
  display: none;
  opacity: 0; }

.gallery-thumbnail {
  padding: 0;
  border: 0;
  background: transparent; }

.gallery-thumbnail img {
  -webkit-box-shadow: 0 0 0 3px #0094D6;
  box-shadow: 0 0 0 3px #0094D6;
  -webkit-transition: -webkit-transform 1s, box-shadow 0.5s;
  -moz-transition: -moz-transform 1s, box-shadow 0.5s;
  -o-transition: -o-transform 1s, box-shadow 0.5s;
  transition: transform 1s, box-shadow 0.5s;-webkit-transition: transform 1s, box-shadow 0.5s; }

.gallery-thumbnail:hover img {
  animation: gallery-humbnail 0.6s forwards;-webkit-animation: gallery-humbnail 0.6s forwards;
  -webkit-animation: gallery-humbnail 0.6s forwards;
  /* Safari and Chrome */
  -webkit-box-shadow: 0 0 0 10px #0094D6;
  box-shadow: 0 0 0 10px #0094D6;
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);-ms-transform: scale(1.07);-webkit-transform: scale(1.07); }

.faq .panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.faq .panel .panel-heading {
  background-color: #0094D6; }

.faq .panel .panel-heading .panel-title a {
  color: #fff;
  padding-left: 0;
  -webkit-transition: padding-left 0.5s;
  transition: padding-left 0.5s;-webkit-transition: padding-left 0.5s; }

.faq .panel .panel-heading .panel-title a a, .faq .panel .panel-heading .panel-title a .btn-link {
  color: #cce5f6; }

.faq .panel .panel-heading .panel-title a a:hover, .faq .panel .panel-heading .panel-title a .btn-link:hover {
  color: #cce5f6; }

.faq .panel .panel-heading .panel-title a a.btn {
  color: #fff; }

.faq .panel .panel-heading .panel-title a a.btn.btn-default {
  color: #333333; }

.faq .panel .panel-heading .panel-title a:hover {
  text-decoration: none;
  padding-left: 10px; }

.faq .panel .panel-collapse .panel-body {
  border: 0; }

.blog-entry {
  margin-top: 0;
  margin-bottom: 30px; }

.blog-entry img.media-object {
  border-radius: 4px; }

.blog-entry .blog-entry-content {
  border-left: 5px #0094D6 solid;
  padding-left: 10px; }

.blog-entry .blog-entry-content.no-border {
  border: 0;
  padding-left: 0; }

.blog-entry .blog-entry-content h1, .blog-entry .blog-entry-content h2, .blog-entry .blog-entry-content h3, .blog-entry .blog-entry-content h4, .blog-entry .blog-entry-content h5 {
  margin-top: 0;
  margin-bottom: 0; }

.blog-entry .blog-entry-content .category {
  text-transform: uppercase; }

.blog-entry .blog-entry-content .date {
  margin-bottom: 15px; }

li.blog-entry .blog-entry:last-child {
  margin-bottom: 0; }

.side-list {
  list-style-type: none;
  padding: 0; }

.side-list li:before {
  content: "";
  font-family: FontAwesome;
  margin-left: 5px;
  margin-right: 5px; }

.pricing-list {
  list-style-type: none;
  padding: 0; }

.pricing-list li:before {
  content: "";
  font-family: FontAwesome;
  margin-left: 5px;
  margin-right: 5px;
  color: #0094D6; }

.side-gallery .info-thumbnail {
  margin-bottom: 30px; }

footer h1, footer h2, footer h3 {
  margin-top: 0;
  border-bottom: 1px #0094D6 solid;
  padding-bottom: 3px; }

footer .nav-footer {
  list-style: none;
  padding: 0; }

footer .testimonial {
  font-style: italic; }

footer .social {
  font-size: 22px;
  text-align: right; }

footer .social a:hover {
  text-decoration: none;
  text-shadow: 0 0 5px #fff; }

footer .social a [class*="icon"] {
  margin-left: 5px;
  margin-right: 5px; }

footer .author {
  text-align: right;
  font-size: 12px;
  color: #0094D6;
  margin-top: -10px; }

footer .author:before {
  content: "@"; }

footer hr {
  border-top: 0;
  border-bottom: 1px #0094D6 solid;
  margin-top: 10px;
  margin-bottom: 10px; }

div.content img {
  display: block;
  max-width: 100%;
  margin: 10px 0 10px 0;
  border-radius: 4px; }

div.content img.pull-left {
  display: inline;
  margin: 10px 10px 10px 0; }

div.content img.pull-right {
  display: inline;
  margin: 10px 0 10px 10px; }

div.content p:last-child {
  margin-bottom: 0; }

.http-error {
  font-size: 26px; }

.http-error .http-error-number {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 150px;
  font-weight: bold; }

.http-error .icon-image {
  font-size: 150px; }

.background-white {
  background-color: #fff; }

.background-black {
  background-color: #000; }

.background-gray-light {
  background-color: #ddd; }

.background-gray-dark {
  background-color: #333; }

.background-lead {
  background-color: #0094D6; }

.background-lead-light {
  background-color: #5faee3; }

.background-lead-lighter {
  background-color: #b6daf2; }

.background-lead-dark {
  background-color: #217dbb; }

.background-lead-darker {
  background-color: #124364; }

.background-turquoise {
  background-color: #1abc9c; }

.background-green-sea {
  background-color: #16a085; }

.background-emerald {
  background-color: #2ecc71; }

.background-nephritis {
  background-color: #27ae60; }

.background-peter-river {
  background-color: #0094D6; }

.background-belize-hole {
  background-color: #2980b9; }

.background-amethyst {
  background-color: #9b59b6; }

.background-wisteria {
  background-color: #8e44ad; }

.background-wet-asphalt {
  background-color: #34495e; }

.background-midnight-blue {
  background-color: #2c3e50; }

.background-sun-flower {
  background-color: #f1c40f; }

.background-orange {
  background-color: #FF9933; }

.background-blue {
  background-color: #0094D6; }

.background-green {
  background-color: #00B884; }

.background-rot {
  background-color: #FF3300; }

.background-viola {
  background-color: #663399; }

.background-braun {
  background-color: #663300; }

.background-carrot {
  background-color: #e67e22; }

.background-pumpkin {
  background-color: #d35400; }

.background-alizarin {
  background-color: #e74c3c; }

.background-pomegranate {
  background-color: #c0392b; }

.background-clouds {
  background-color: #ecf0f1; }

.background-silver {
  background-color: #bdc3c7; }

.background-concrete {
  background-color: #95a5a6; }

.background-asbestos {
  background-color: #7f8c8d; }

/* div[class*='background-'] a:link{
  color: #FFF;
} */
.color-white {
  color: #fff; }

.color-white a, .color-white .btn-link {
  color: #cce5f6; }

.color-white a:hover, .color-white .btn-link:hover {
  color: #cce5f6; }

.color-white a.btn {
  color: #fff; }

.color-white a.btn.btn-default {
  color: #333333; }

.color-text {
  color: #333333; }

.color-text-white {
  color: #FFFFFF; }

.color-black {
  color: #000; }

.color-lead {
  color: #0094D6; }

.color-lead-light {
  color: #5faee3; }

.color-lead-lighter {
  color: #b6daf2; }

.color-lead-dark {
  color: #217dbb; }

.color-lead-darker {
  color: #124364; }

.color-turquoise {
  color: #1abc9c; }

.color-green-sea {
  color: #16a085; }

.color-emerald {
  color: #2ecc71; }

.color-nephritis {
  color: #27ae60; }

.color-peter-river {
  color: #0094D6; }

.color-belize-hole {
  color: #2980b9; }

.color-amethyst {
  color: #9b59b6; }

.color-wisteria {
  color: #8e44ad; }

.color-wet-asphalt {
  color: #34495e; }

.color-midnight-blue {
  color: #2c3e50; }

.color-sun-flower {
  color: #f1c40f; }

.color-orange {
  color: #f39c12; }

.color-carrot {
  color: #e67e22; }

.color-pumpkin {
  color: #d35400; }

.color-alizarin {
  color: #e74c3c; }

.color-pomegranate {
  color: #c0392b; }

.color-clouds {
  color: #ecf0f1; }

.color-silver {
  color: #bdc3c7; }

.color-concrete {
  color: #95a5a6; }

.color-asbestos {
  color: #7f8c8d; }

@media (max-width: 767px) {
  section h1.x-large, footer h1.x-large {
    font-size: 60px; }
  .navbar .nav.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar .nav.navbar-nav > li > a:hover {
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar .nav.navbar-nav > li.active > a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar .nav.navbar-nav > li.dropdown.open > a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar .nav.navbar-nav > li .dropdown-menu li.active a {
    background-color: #0094D6;
    color: #fff; }
  .navbar .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar .navbar-brand img {
    height: 40px;
    margin: -10px 10px -10px 0;
    border: 0;
    padding: 0;
    vertical-align: top; }
  .news .media .pull-left, .news .media .pull-right {
    float: none !important;
    width: 100%; }
  .news .media .pull-left .media-object, .news .media .pull-right .media-object {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .breadcrumbs-container, .responsive-slider-parallax {
    margin-top: 50px; }
  .info-row .info {
    width: 100%; }
  .info-row .link {
    margin-top: 10px;
    width: 100%; }
  .blog-entry img.media-object {
    max-width: 50px; }
  .responsive-slider-parallax {
    padding: 0; } }

body.admin-bar .navbar-fixed-top {
  top: 32px; }

body.page {
  padding-top: 80px; }

body.acf_content {
  padding: 10px; }

@media (max-width: 992px) {
  body.page {
    padding-top: 74px; }
  .navbar-toggle {
    display: block !important; }
  .navbar-collapse.collapse:not([aria-expanded="true"]) {
    display: none !important; }
  .navbar > .container .navbar-brand {
    margin-left: 0; }
  .navbar-header {
    float: none;
    padding-block: 0.75em; }
  .navbar-brand {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
    .navbar-brand img {
      height: 40px !important;
      margin: -10px 10px -10px 0 !important;
      border: 0 !important;
      padding: 0 !important;
      vertical-align: top !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  body.page {
    padding-top: 140px; } }

.block-simple-slider-container {
  margin-top: 0 !important; }

@media (max-width: 782px) {
  body.admin-bar .navbar-fixed-top {
    top: 46px; } }

.menu-item {
  padding-left: 0 !important; }
  .menu-item[class^="is-style-"] a {
    font-size: 0 !important;
    line-height: 1 !important; }
    .menu-item[class^="is-style-"] a:before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      background-size: cover;
      transition: 0.2s ease;-webkit-transition: 0.2s ease; }
    .menu-item[class^="is-style-"] a:is(:hover, :focus, :active) {
      background: none !important; }
      .menu-item[class^="is-style-"] a:is(:hover, :focus, :active):before {
        transform: scale(1.1);-ms-transform: scale(1.1);-webkit-transform: scale(1.1); }
  .menu-item.is-style-facebook a:before {
    background-image: url("https://www.optikschweiz.ch/wp-content/themes/optikschweiz/img/FB-Icon.png"); }
  .menu-item.is-style-linkedin a:before {
    background-image: url("https://www.optikschweiz.ch/wp-content/themes/optikschweiz/img/LE-Icon.png"); }

.sub-menu.dropdown-menu {
  padding-left: 0; }
  .sub-menu.dropdown-menu li {
    padding-left: 0; }

@media (max-width: 992px) {
  ul[id].navbar-nav, .navbar-collapse {
    overflow-x: hidden;
    max-height: unset !important;
    padding-inline: 0; }
  .navbar-collapse ul[id].navbar-nav > .menu-item > a {
    padding-inline: 30px; }
    .navbar-collapse ul[id].navbar-nav > .menu-item > a + .dropdown-menu > .menu-item > a {
      padding-inline: 30px; } }

.acf-checkbox-list {
  max-height: 200px;
  overflow: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px; }
  .acf-checkbox-list li {
    list-style: none; }
  .acf-checkbox-list input {
    margin-right: 5px; }
  .acf-checkbox-list label {
    font-weight: normal; }

.acf-hidden {
  display: none; }

.acf-image-uploader .show-if-value {
  display: none; }
.acf-image-uploader .hide-if-value {
  display: block; }
  .acf-image-uploader.has-value .show-if-value {
    display: block; }
  .acf-image-uploader.has-value .hide-if-value {
    display: none; }
.acf-image-uploader .image-wrap {
  position: relative; }
  .acf-image-uploader .image-wrap .acf-icon.-cancel:after {
    content: "X";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ecf0f1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #a94442; }
  .acf-image-uploader .image-wrap .acf-icon.-cancel:hover:after {
    background: #e0e4e4; }

.acf-media-modal .screen-reader-text, .acf-media-modal .acf-expand-details {
  display: none; }

.form-group.acf-error {
  color: #a94442; }
  .form-group.acf-error .acf-error-message {
    color: #a94442; }

/*---KONTAKTFORMULAR MIT CF7---*/
.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
  border: 0 !important; }

.wpcf7-response-output {
  margin: 0 !important;
  padding: 30px 15px !important;
  background-color: #007bff;
  color: white; }

.wpcf7-not-valid-tip {
  color: #007bff !important;
  font-weight: bold !important; }

form .googlerecaptcha {
  margin: 15px 0 0 0;
  display: block; }

.block-simple-slider-container {
  padding: 0 !important;
  margin-top: -80px;
  overflow: hidden; }
  .block-simple-slider-container img {
    border-radius: 0;
    margin: 0; }

.block-teaser-container .info-thumbnail-link img {
  width: 100%;
  height: auto;
  aspect-ratio: 2;
  margin-inline: 0 !important; }
.block-teaser-container .info-thumbnail-link .caption {
  padding-bottom: 0; }
@media (max-width: 767px) {
  .block-teaser-container + .block-teaser-container {
    padding-top: 0; } }

.block-officials-container .thumbnail img {
  border: 1px solid rgba(50, 50, 50, 0.25); }

.block-subheading-container {
  margin-top: 40px;
  margin-bottom: 40px; }

/*.nav-tabs {
  border-bottom: 1px solid rgba(50, 50, 50, 0.25);
  margin: 40px 0 0 0;

  .nav-item {
    margin-right: 5px;
    text-align: center;

    @media (max-width: 768px) {
      margin-right: 0;
      width: 100%;
    }
  }

  .nav-link {
    background-color: #4f4f4f;
    margin-bottom: 0;
    color: #ffffff;
    padding: 10px 40px;
    border: 1px solid rgba(50, 50, 50, 0.25);
    border-radius: 4px 4px 0 0;

    .nav-link-text {
      display: block;
    }

  }

  .nav-link.active {
    color: #4f4f4f;
    border-bottom: 1px solid white;
    background-color: #ffffff;
  }

  .nav-link:focus,
  .nav-link:hover {
    border-color: #286090;
    color: white;
  }

}

.nav-tabs .nav-item .nav-link:hover .white {
  display: block;
}*/
.tab-content {
  padding-top: 30px; }

.alphabet {
  padding: 0px;
  display: block;
  width: 100%;
  float: left; }
  .alphabet li {
    float: left;
    list-style: none; }
    .alphabet li a {
      background-color: #f9f9f9;
      color: #909090;
      text-transform: uppercase;
      width: 30px;
      height: 30px;
      display: block;
      text-align: center;
      line-height: 30px;
      margin-right: 5px;
      margin-bottom: 5px;
      text-decoration: none;
      cursor: text;
      -webkit-transition: background 0.3s; }
      .alphabet li a.has-parties {
        background-color: #0094D6;
        color: white;
        text-transform: uppercase;
        border: 1px #258cd1 solid; }
        .alphabet li a.has-parties:hover {
          text-decoration: none;
          cursor: pointer;
          background-color: #217dbb;
          border: 1px #1d6fa5 solid; }

form fieldset {
  background-color: #f9f9f9;
  /*font-weight: 400;
  font-size: 18px;*/
  padding: 20px;
  /*label {
    float: left;
    margin: 10px 40px 0 0;
    font-size: 16px;
  }*/ }
@media (max-width: 768px) {
  form fieldset {
    padding: 6px 20px; } }
form fieldset input, form fieldset select {
  margin: 0 5px 0 0; }
form fieldset input[name=q] {
  width: 250px; }
@media (max-width: 768px) {
  form fieldset input[name=q] {
    width: 100%; } }

form.hl-parties-search {
  margin-bottom: 30px; }

form.hl-parties-search h4 {
  font-weight: 400;
  font-size: 16px; }

form.hl-parties-search select, form.hl-parties-search input {
  margin-top: 0px;
  float: left; }
@media (max-width: 768px) {
  form.hl-parties-search select, form.hl-parties-search input {
    margin: 5px 0 !important;
    width: 100% !important; } }

form.hl-parties-search input {
  width: auto; }

.parties-form .form-inline {
  margin-bottom: 20px; }
.parties-form .form-actions {
  margin-top: 20px; }

.hl-parties-states {
  margin-bottom: 20px; }

.hl-parties-states label.state {
  font-weight: unset;
  margin: 0 6px 0 0;
  width: 70px; }
  .hl-parties-states label.state input {
    margin-right: 6px; }

form.hl-parties-search input[type=submit] {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 5px; }

form.hl-parties-offer-search input[type=submit] {
  float: none; }

.hl-parties-party-offers-list {
  padding: 0; }
  .hl-parties-party-offers-list > li {
    width: 33%;
    display: inline-block;
    vertical-align: top; }
  @media (max-width: 768px) {
    .hl-parties-party-offers-list > li {
      width: 100%; } }

form.hl-parties-search .hl-parties-submit-container {
  background-color: #f9f9f9;
  padding: 12px; }

.hl-parties-party-offers-list li {
  list-style: none; }
  .hl-parties-party-offers-list li label {
    font-weight: unset; }
  .hl-parties-party-offers-list li input {
    margin: 0 10px 0 0; }

.tab-content select, .tab-content input[type=text] {
  margin-top: 0px; }

.hl-parties .hl-parties-letter {
  margin: 50px 0 0 0; }
  .hl-parties .hl-parties-letter .hl-parties-letter-title {
    text-transform: uppercase; }
.hl-parties .hl-parties-party .logo {
  padding: 20px;
  display: flex;display: -ms-flexbox;display: -webkit-flex;
  flex-direction: column;-ms-flex-direction: column;
  justify-content: center;-ms-flex-pack: center;
  align-items: center;-ms-flex-align: center;
  height: 120px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  background-position: center center;
  border: 1px solid rgba(50, 50, 50, 0.25);
  margin: 0 0 20px 0;
  border-radius: 4px;
  aspect-ratio: 2.18;
  width: 100%; }
.hl-parties .hl-parties-party .general {
  margin: 0 0 12px 0; }
  .hl-parties .hl-parties-party .general .title {
    font-size: 16px; }
  .hl-parties .hl-parties-party .general .street, .hl-parties .hl-parties-party .general .city {
    display: block; }
.hl-parties .hl-parties-party .contact .phone, .hl-parties .hl-parties-party .contact .website {
  display: block; }
.hl-parties .hl-parties-party .contact .website {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%; }
.hl-parties .hl-parties-party a.portrait {
  font-size: 13px;
  padding: 8px 12px;
  align-self: flex-end;-ms-flex-item-align: end; }

@media (max-width: 768px) {
  .block-mitglied-der-woche .logo {
    height: 200px !important; } }

.row-eq-height {
  display: flex;display: -ms-flexbox;display: -webkit-flex;
  display: -webkit-flex;
  flex-wrap: wrap;-ms-flex-wrap: wrap; }

.hl-parties-party .more-information {
  display: block;
  margin: 10px 0 0 0; }

.single-party {
  padding: 100px 0 0 0; }

/*.page-template-page-edit-member-php .nav-tabs .nav-item {
  width: 140px;
}*/
.results-anchor {
  position: absolute;
  margin-top: -100px; }

.hl-parties-party-offers-list > li > label.selectit > input[type=checkbox] {
  display: none; }

.hl-parties-party-offers-list .children {
  list-style-position: outside;
  padding: 0; }

.list-group {
  position: relative; }

.list-group.is-store {
  margin-top: -10px;
  margin-left: 1em; }
  .list-group.is-store .list-group-item {
    padding-block: 0.5em; }
  .list-group.is-store h4 {
    font-size: 16px; }

.acf-table {
  width: 100%; }

.acf-field-group[data-name="fte"] > .acf-label {
  display: none; }
.acf-field-group[data-name="fte"] > .acf-input {
  margin-top: 1em; }
.acf-field-group[data-name="fte"] .acf-field-number {
  align-items: center;-ms-flex-align: center;
  display: flex;display: -ms-flexbox;display: -webkit-flex;
  justify-content: space-between;-ms-flex-pack: justify; }
  .acf-field-group[data-name="fte"] .acf-field-number .acf-input {
    align-items: center;-ms-flex-align: center;
    display: flex;display: -ms-flexbox;display: -webkit-flex;
    gap: 0.25em;
    width: 14ch; }
    .acf-field-group[data-name="fte"] .acf-field-number .acf-input .acf-input-append {
      order: 999;-ms-flex-order: 999; }
  .acf-field-group[data-name="fte"] .acf-field-number + * {
    margin-top: 0.5em; }

.acf-field[data-name="fte_data"] .acf-row-handle {
  display: none; }
.acf-field[data-name="fte_data"] .acf-row > .acf-fields {
  padding: 1em; }
.acf-field[data-name="fte_data"] .acf-row + .acf-row {
  border-top: 1px solid #ddd; }
.acf-field[data-name="fte_data"] .form-group {
  margin-bottom: 0; }
.acf-field[data-name="fte_data"] .acf-error {
  padding-bottom: 1.5em;
  position: relative; }
  .acf-field[data-name="fte_data"] .acf-error .acf-notice {
    inset: auto auto 0 0;
    position: absolute; }

.missing-fte {
  align-items: center;-ms-flex-align: center;
  aspect-ratio: 1;
  color: #D6004A !important;
  display: inline-flex;display: -ms-inline-flexbox;display: -webkit-inline-flex;
  font-size: 1.25em;
  inset: 0 0 0 auto;
  justify-content: center;-ms-flex-pack: center;
  position: absolute;
  z-index: 999; }
  .missing-fte::after {
    content: "⚠"; }

.active + .missing-fte {
  color: #ffffff !important; }

.acf-field .calculation-results {
  border-top: 1px solid #ddd;
  display: flex;display: -ms-flexbox;display: -webkit-flex;
  flex-direction: column;-ms-flex-direction: column;
  margin-top: 0.5em;
  padding-top: 0.5em; }
  .acf-field .calculation-results label {
    align-items: center;-ms-flex-align: center;
    display: flex;display: -ms-flexbox;display: -webkit-flex;
    font-weight: 300;
    gap: 0.25em;
    justify-content: space-between;-ms-flex-pack: justify; }
  .acf-field .calculation-results input {
    margin-left: auto;
    width: 14ch; }

@media (max-width: 767px) {
  .hl-parties fieldset {
    padding: 1em;
    width: 100%; }
  .hl-parties .form-inline .form-control {
    margin-bottom: 0.5em; }
  .hl-parties [class*="col-"] {
    width: 100%; } }
.hl-parties .hl-parties-party-offers-list > li > label {
  font-weight: 400; }
.hl-parties .title {
  font-weight: 700; }

.info-thumbnail-link:hover .info-thumbnail {
  animation: none;-webkit-animation: none; }

.info-thumbnail:not(.background-clouds) > div:first-child, .info-thumbnail:not(.background-clouds) > img:first-child {
  border-radius: 4px; }

section h1 span, footer h1 span, section h2 span, footer h2 span {
  border-bottom: none; }

section.block-header-container h1.no-border, footer.block-header-container h1.no-border, section.block-header-container h2.no-border, footer.block-header-container h2.no-border {
  margin-bottom: 20px;
  margin-top: 15px; }

.navbar {
  box-shadow: 0 0 8px rgba(50, 50, 50, 0.25); }

.info-head {
  border: none; }

.info-thumbnail:not(.background-clouds) .caption {
  padding-left: 0;
  padding-right: 0; }

:is(ol, ul):not(.slides, .alphabet, .acf-checkbox-list, .nav-tabs) {
  padding-left: 1.1em; }
  :is(ol, ul):not(.slides, .alphabet, .acf-checkbox-list, .nav-tabs) li {
    padding-left: 0.35em; }

.current-menu-parent > a, .current-menu-item > a {
  background: rgba(0, 0, 0, 0.05); }

.sub-menu .current-menu-item > a {
  background: #0094D6; }

.tab-content > .panel {
  border: none;
  box-shadow: none; }

.after-content {
  padding-top: 40px; }

.content img {
  height: auto; }

article.content:not(:has(div[class*="block-"])) {
  padding-top: 40px; }

.navbar .nav.navbar-nav > li > a {
  padding-left: 10px;
  padding-right: 10px; }

.wp-block-embed-youtube.wp-embed-aspect-16-9 iframe {
  max-width: 500px;
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778; }

.wp-block-group > :first-child, .wp-block-column > :first-child {
  margin-top: 0; }

.wp-block-group > :last-child, .wp-block-column > :last-child {
  margin-bottom: 0; }
/*# sourceMappingURL=https://www.optikschweiz.ch/wp-content/themes/optikschweiz/css/tmp/theme.css.map?1774016008 */