body {
-webkit-font-smoothing: antialiased;
background-color: #ffffff;
color: #222222;
margin: 0 auto;
} @media print {
.noprint {
display: none;
}
}  img {
height: auto;
max-width: 100%;
width: auto;
}
img.alignleft {
float: left;
margin: 15px 15px 15px 0;
}
img.alignright {
float: right;
margin: 15px 0 15px 15px;
}
img.alignnone {
display: block;
margin: 15px 0;
}
img.aligncenter {
display: block;
margin: 15px auto;
} iframe {
vertical-align: top;
max-width: 100%;
width: 100%;
} a {
color: #00628b;
}
a:hover, a:active, a:focus {
color: #0086be;
text-decoration: none;
} @media print {
a[href]:after {
content: "";
}
} ::selection {
background-color: rgba(0, 98, 139, 0.75);
color: #ffffff;
} .container {
padding-left: 25px;
padding-right: 25px;
}
.container .row {
margin-left: -25px;
margin-right: -25px;
}
.container [class*=col-] {
padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1600px) {
.container {
width: 1280px;
max-width: calc(100% - 30px);
}
} .no-inner-padding > *:first-child {
margin-top: 0;
}
.no-inner-padding > *:last-child {
margin-bottom: 0;
} .recommened-links {
margin-top: 3rem;
}               footer.main {
background-color: #ffffff;
color: #4a4a4a;
border-top: 2px solid #efefef;
}
footer.main h1,
footer.main h2,
footer.main h3 {
color: #222222;
}
footer.main a:not(.button) {
color: #4a4a4a;
}
footer.main a:not(.button):hover {
color: #00628b;
}
footer.main hr {
border-color: #e6e6e6;
}
footer.main .footer-wrap {
display: flex;
flex-direction: column;
}
@media (min-width: 560px) {
footer.main .footer-wrap {
flex-flow: row wrap;
}
}
footer.main .footer-wrap > .footer-col {
padding: 0 25px;
}
@media (min-width: 768px) {
footer.main .footer-wrap > .footer-col {
padding: 25px;
}
}
@media (min-width: 560px) {
footer.main .footer-wrap > .footer-col {
flex-grow: 1;
width: 50%;
max-width: 50%;
}
}
@media (min-width: 992px) {
footer.main .footer-wrap > .footer-col {
max-width: 25%;
}
}
footer.main .r1 {
padding-top: 25px;
padding-bottom: 25px;
}
@media (min-width: 992px) {
footer.main .r1 {
padding: calc(3rem - 25px) 25px;
}
}
@media (min-width: 1600px) {
footer.main .r1 {
padding: calc(4.5rem - 25px) 25px;
}
}
footer.main .r1 ul {
list-style: none;
padding-left: 0;
}
footer.main img {
max-width: 100%;
}
footer.main .r2 {
padding-top: 15px;
padding-bottom: 15px;
border-top: 2px solid #f4f6f7;
}
footer.main .r2 .container {
display: flex;
justify-content: space-between;
flex-flow: column;
}
footer.main .r2 .container p,
footer.main .r2 .container div {
margin: 0.15rem 0;
}
@media (min-width: 768px) {
footer.main .r2 .container {
flex-flow: row;
}
}
footer.main .r2 .container::before {
content: none;
}
footer.main .r2 .container::after {
content: none;
}
footer.main .r2 p {
margin: 10px 0;
}  .button-spacer {
overflow: hidden;
margin: 20px 0;
position: relative;
}
.button-spacer:after {
border-top: 1px solid #dadada;
content: "";
position: absolute;
top: 50%;
width: 100%;
margin-left: 10px;
}           .button,
input[type=submit] {
background-color: #00628b;
color: #ffffff;
font-weight: bold;
padding: 1rem 2rem;
font-size: 0.8rem;
display: inline;
line-height: 3.2rem;
white-space: nowrap;
border-radius: 3px;
}
@media (max-width: 380px) {
.button,
input[type=submit] {
padding: 0.75rem 1rem;
}
}
.button:hover, .button:active, .button:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
color: #ffffff;
}
.button:hover:not([disabled]),
input[type=submit]:hover:not([disabled]) {
background-color: #00709f;
}
.button:active,
input[type=submit]:active {
background-color: #002c3f;
}
.button[disabled],
input[type=submit][disabled] {
background-color: #00080c;
}
p + .button {
margin-top: 0;
} .button.style-ghost {
display: inline-flex;
align-items: center;
padding: 0.5rem 0.5rem 0.5rem 0;
background-color: transparent;
color: #00628b !important;
transition: all ease 300ms;
line-height: 1rem;
}
.button.style-ghost:hover {
background-color: transparent;
}
.button.style-arrow {
display: inline-flex;
align-items: center;
padding: 0.5rem 0.5rem 0.5rem 0;
background-color: transparent;
color: #00628b !important;
transition: all ease 300ms;
line-height: 1rem;
}
.button.style-arrow:hover {
background-color: transparent;
}
.button.style-arrow:after {
transition: transform 200ms;
content: "";
background-image: url(//apova.ch/wp-content/themes/apova.ch/res/icons/right-arrow-black.svg);
height: 13px;
width: 16px;
margin-left: 10px;
}
a.button.style-arrow:hover {
transform: translateX(10px);
}
.page-section.style-primary .button,
.content-box.style-custom .button {
border: 2px solid #000;
} .button-group {
display: flex;
flex-wrap: wrap;
margin: -0.25rem;
}
.button-group .button {
margin: 0.25rem;
line-height: inherit;
}         .page-section img.image-element {
margin: 1em 0;
}
.page-section table {
width: auto !important;
max-width: 100%;
border-collapse: collapse;
overflow-y: scroll;
}
.page-section table tr:nth-child(even) {
background-color: #f9f9f9;
}
.page-section table td {
padding: 0.5em;
border: 1px solid #efefef;
vertical-align: top;
}
.page-section table + table {
margin-top: 1.5em;
}
.page-section ul {
padding-left: 0;
list-style: url(//apova.ch/wp-content/themes/apova.ch/res/icons/list-bullet.svg);
list-style-position: outside;
margin-left: 20px;
}
.page-section h1 {
color: #00628b;
}
.page-section.align-vcenter .row {
display: flex;
flex-flow: row;
align-items: center;
flex-wrap: wrap;
display: -ms-flexbox;
-ms-flex-wrap: wrap;
-ms-flex-align: center;
}
.page-section.align-vcenter .row:before, .page-section.align-vcenter .row:after {
content: normal;
}
a[href^=mailto]:not(.button) {
color: #00628b;
}
a[href^=mailto]:not(.button):hover {
color: #002c3f;
}
.page-section.style-default {
color: #222222;
}
.page-section.style-default:not(.layout-nomp) + .style-default {
padding-top: 0;
}
.page-section.style-light {
background-color: #f4f4f4;
color: #222222;
}
.page-section.style-light + .style-light {
padding-top: 0;
}
.page-section.style-primary {
background-color: #00628b;
color: #ffffff;
}
.page-section.style-primary p a {
color: #222222;
}
.page-section.style-primary .button {
border-color: #ffffff;
}
.page-section.style-primary ::selection {
background-color: rgba(0, 62, 88, 0.5);
} .page-section.layout-default {
margin: 0;
padding: 2.5rem 0;
}
.page-section.layout-default [class^=col-] {
padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1400px) {
.page-section.layout-default {
padding: 3rem 0;
}
}
@media (min-width: 1600px) {
.page-section.layout-default {
padding: 5rem 0;
}
} @media (min-width: 992px) {
.row.equal-cols {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
}
} @media (min-width: 992px) {
.page-section [class*=col-].layout-padding-l {
padding-left: 100px;
}
.page-section [class*=col-].layout-padding-r {
padding-right: 100px;
}
.page-section [class*=col-].layout-padding-lr {
padding: 0 5%;
}
}
@media (min-width: 992px) and (min-width: 992px) {
.page-section [class*=col-].layout-padding-lr {
padding: 0 15%;
}
}
@media (min-width: 992px) {
.page-section [class*=col-].layout-padding-lr p {
font-size: 120%;
}
}
.page-section [class*=col-].layout-padding-lmax {
display: flex;
align-items: center;
justify-content: flex-start;
}
@media (min-width: 768px) {
.page-section [class*=col-].layout-padding-lmax {
justify-content: flex-end;
}
}
.page-section [class*=col-].layout-margin-top {
margin-top: 30px;
}
@media (min-width: 992px) {
.page-section [class*=col-].layout-margin-top {
margin-top: 0;
}
}
.page-section [class*=col-].layout-margin-bottom {
margin-bottom: 30px;
}
@media (min-width: 992px) {
.page-section [class*=col-].layout-margin-bottom {
margin-bottom: 0;
}
}
.page-section [class*=col-].layout-margin-top-bottom {
margin-bottom: 15px;
margin-top: 15px;
}
@media (min-width: 992px) {
.page-section [class*=col-].layout-margin-top-bottom {
margin-bottom: 0;
margin-top: 0;
}
}
.layout-nopm {
padding: 0;
}
.layout-mbottom {
margin-bottom: 30px;
} .page-section.align-vcenter[class*=order-] .row {
flex-wrap: wrap-reverse;
}
.page-section.order-xs-reversed .row {
display: flex;
flex-wrap: wrap-reverse;
}
.page-section.order-xs-reversed .sticky {
order: 1000;
}
@media (min-width: 768px) {
.page-section.order-sm-reversed .row {
display: flex;
flex-wrap: wrap-reverse;
}
.page-section.order-sm-reversed .sticky {
order: 1000;
}
}
@media (min-width: 992px) {
.page-section.order-md-reversed .row {
display: flex;
flex-wrap: wrap-reverse;
}
.page-section.order-md-reversed .sticky {
order: 1000;
}
}
@media (min-width: 1200px) {
.page-section.order-lg-reversed .row {
display: flex;
flex-wrap: wrap-reverse;
}
.page-section.order-lg-reversed .sticky {
order: 1000;
}
}
@media (min-width: 1400px) {
.page-section.order-xl-reversed .row {
display: flex;
flex-wrap: wrap-reverse;
}
.page-section.order-xl-reversed .sticky {
order: 1000;
}
}
@media (min-width: 1600px) {
.page-section.order-2xl-reversed .row {
display: flex;
flex-wrap: wrap-reverse;
}
.page-section.order-2xl-reversed .sticky {
order: 1000;
}
} .page-section .search-results li a {
color: #222222;
padding: 0.4rem;
}
.page-section .search-results li a:hover {
background-color: #efefef;
}
.page-section .search-results li + li {
margin-top: 0.6rem;
} .OBCopyrightWidget-row {
margin: 10px 0;
} .search-widget input {
background-color: #444;
border: 1px solid #dfdfdf;
padding: 10px;
max-width: 100%;
} .widget .toggle-indicator {
margin-right: 10px;
display: inline-block;
}
@media (min-width: 992px) {
.widget .toggle-indicator {
display: none;
}
}
.widget .toggle-container {
display: none;
}
@media (min-width: 992px) {
.widget .toggle-container {
display: block;
}
}
.widget.active-widget .toggle-container {
display: block;
animation: widget-toggle 300ms;
}
@keyframes widget-toggle {
0% {
display: block;
opacity: 0;
}
100% {
opacity: 1;
}
}
.widget.active-widget .toggle-indicator {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-khtml-transform: rotate(180deg);
transform: rotate(180deg);
} .widget_icl_lang_sel_widget {
display: flex;
}
.widget_icl_lang_sel_widget ul {
display: flex;
border-radius: 5px;
overflow: hidden;
}
.widget_icl_lang_sel_widget ul > * {
background-color: #f4f4f4;
display: flex !important;
align-items: center;
}
.widget_icl_lang_sel_widget ul > * a {
padding: 0.5em 0.75em !important;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
display: flex;
padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal .wpml-ls-current-language {
background-color: #00628b;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
color: #ffffff;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=date],
form input[type=url],
form input[type=password],
form textarea {
outline: none;
padding: 0.75rem 1rem;
max-width: 100%;
width: 100%;
border: none;
transition: box-shadow 300ms;
background-color: #f4f4f4;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form input[type=date]:focus,
form input[type=url]:focus,
form input[type=password]:focus,
form textarea:focus {
box-shadow: 0 0 0 2px #00628b;
}
form input[type=text]:disabled,
form input[type=email]:disabled,
form input[type=tel]:disabled,
form input[type=date]:disabled,
form input[type=url]:disabled,
form input[type=password]:disabled,
form textarea:disabled {
background-color: #efefef;
cursor: no-drop;
}
form input + input {
margin-top: 15px;
}
form textarea {
resize: vertical;
}
form input[type=submit] {
line-height: 1rem;
border: none;
}
form input[type=file] {
display: flex;
align-items: center;
padding: 0.5em;
background-color: #f4f4f4;
}
.page-section.style-light input[type=text],
.page-section.style-light input[type=email],
.page-section.style-light input[type=tel],
.page-section.style-light input[type=date],
.page-section.style-light input[type=url],
.page-section.style-light input[type=password],
.page-section.style-light textarea {
outline: none;
padding: 0.75rem 1rem;
max-width: 100%;
width: 100%;
border: none;
transition: box-shadow 300ms;
background-color: #fff;
}
.page-section.style-light input[type=text]:focus,
.page-section.style-light input[type=email]:focus,
.page-section.style-light input[type=tel]:focus,
.page-section.style-light input[type=date]:focus,
.page-section.style-light input[type=url]:focus,
.page-section.style-light input[type=password]:focus,
.page-section.style-light textarea:focus {
box-shadow: 0 0 0 2px #00628b;
}
.page-section.style-light input[type=text]:disabled,
.page-section.style-light input[type=email]:disabled,
.page-section.style-light input[type=tel]:disabled,
.page-section.style-light input[type=date]:disabled,
.page-section.style-light input[type=url]:disabled,
.page-section.style-light input[type=password]:disabled,
.page-section.style-light textarea:disabled {
background-color: #efefef;
cursor: no-drop;
}
.searchform {
max-width: 300px;
} .wps-form {
width: 100%;
margin: 0 auto;
}
.wps-form .wps-form-row {
display: flex;
width: 100%;
display: -ms-flexbox;
-ms-flex-align: stretch;
-ms-flex-pack: justify;
}
.wps-form .wps-form-row .wpcf7-form-control {
width: 100%;
}
.wps-form .wps-form-column {
flex: 1;
width: 100%;
padding: 0.5rem 0;
}
.wps-form .wps-form-column:first-child {
padding: 0.5rem 0.5rem 0.5rem 0;
} @media only screen and (min-width: 48em) {
.wps-form .wps-form-row {
flex-direction: row;
}
.wps-form .wps-form-column {
padding: 0.5rem 0.5rem;
-ms-flex: 1 1 auto;
}
}
.wpcf7 {
display: inline-block;
width: 100%;
}
@keyframes wpcf7-invalid-bubble {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.wpcf7 span.wpcf7-not-valid-tip {
margin: 4px 0px;
background-color: #bd0018;
color: #fff;
border-radius: 2px;
display: inline-block;
position: relative;
padding: 5px 10px;
animation: wpcf7-invalid-bubble 300ms;
}
.wpcf7 span.wpcf7-not-valid-tip:before {
content: "";
border-style: solid;
position: absolute;
height: 0;
width: 0;
clear: both;
border-width: 0 10px 12px 10px;
border-color: transparent transparent #bd0018 transparent;
top: 0;
left: 15px;
transform: translateY(-100%);
}
.wpcf7 .wpcf7-response-output {
background-color: #000000;
color: #fff;
padding: 15px !important;
border: none !important;
position: fixed;
bottom: 0;
left: 0;
right: 0;
width: 100%;
margin: 0;
animation: wpcf7-invalid-bubble 300ms;
z-index: 200;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors, .wpcf7 .wpcf7-response-output:where(.wpcf7-form.invalid .wpcf7-response-output), .wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
background-color: #bd0018;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok, .wpcf7 .wpcf7-response-output:where(.wpcf7-form.sent .wpcf7-response-output) {
background-color: #66be40;
}
.wpcf7 .ajax-loader {
background-color: #fff;
border-radius: 50%;
padding: 10px;
} .grecaptcha-badge {
display: none;
}                .page-nav {
margin-top: 2rem;
}
.page-nav .page-nav-item {
color: #00628b;
border: 3px solid #00628b;
font-size: 1rem;
text-decoration: none;
float: left;
border-radius: 5px;
padding: 0.5rem 0.75rem;
font-weight: bold;
}
.page-nav .page-nav-item:hover {
background-color: #00628b;
color: #ffffff;
}
.page-nav .page-nav-item:active {
background-color: #efefef;
}
.page-nav .page-nav-item .fa {
font-size: 130%;
}
.page-nav .page-nav-item.current-page-nav-item {
background-color: #00628b;
color: #fff;
}
.page-nav *:not(:first-child) {
margin-left: 0.5rem;
}
.employee {
background-color: #f4f4f4;
text-align: left;
}
.employee ul {
padding: 0 0 0 10px;
}
.employee .employee-image {
position: relative;
}
.employee .employee-image img {
width: 100%;
}
.employee .employee-image .hover-image {
position: absolute;
left: 0;
top: 0;
right: 0;
opacity: 0;
transition: ease 500ms;
}
.employee:hover .employee-image .hover-image {
opacity: 1;
}
.employee .employee-text {
padding: 1.5rem;
}
.employee .employee-text h3 {
margin-bottom: 0.5rem;
}
.employee .employee-text > *:first-child {
margin-top: 0;
}
.employee .employee-text > *:last-child {
margin-bottom: 0;
}
.page-section.style-light .employee {
background-color: #ffffff;
}
iframe {
width: 100%;
}
.blog-sidebar {
border-left: 1px solid #efefef;
}
.post-entry {
color: #222222;
border-bottom: 1px solid #efefef;
}
.post-entry a {
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
flex-direction: row;
color: #222222;
}
.post-entry a:hover {
text-decoration: none;
}
.post-entry:after {
display: block;
content: "";
clear: both;
}
.post-entry .wp-post-image {
float: left;
margin-right: 20px;
margin-bottom: 4px;
align-self: center;
}
.categories .current-cat {
list-style: none;
}
.categories .current-cat:before {
content: "\f111";
font-family: "FontAwesome";
margin-left: -20px;
margin-right: 5px;
}
.ug {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: stretch;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.ug.ug-xs-1-0 {
margin: 0px;
}
.ug.ug-xs-1-0 > * {
margin: 0px;
width: 100%;
flex: 0 1 calc(100% - 0px);
max-width: calc(100% - 0px);
}
.ug.ug-xs-2-0 {
margin: 0px;
}
.ug.ug-xs-2-0 > * {
margin: 0px;
width: 50%;
flex: 0 1 calc(50% - 0px);
max-width: calc(50% - 0px);
}
.ug.ug-xs-3-0 {
margin: 0px;
}
.ug.ug-xs-3-0 > * {
margin: 0px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 0px);
max-width: calc(33.3333333333% - 0px);
}
.ug.ug-xs-4-0 {
margin: 0px;
}
.ug.ug-xs-4-0 > * {
margin: 0px;
width: 25%;
flex: 0 1 calc(25% - 0px);
max-width: calc(25% - 0px);
}
.ug.ug-xs-1-15 {
margin: -15px;
}
.ug.ug-xs-1-15 > * {
margin: 15px;
width: 100%;
flex: 0 1 calc(100% - 30px);
max-width: calc(100% - 30px);
}
.ug.ug-xs-2-15 {
margin: -15px;
}
.ug.ug-xs-2-15 > * {
margin: 15px;
width: 50%;
flex: 0 1 calc(50% - 30px);
max-width: calc(50% - 30px);
}
.ug.ug-xs-3-15 {
margin: -15px;
}
.ug.ug-xs-3-15 > * {
margin: 15px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 30px);
max-width: calc(33.3333333333% - 30px);
}
.ug.ug-xs-4-15 {
margin: -15px;
}
.ug.ug-xs-4-15 > * {
margin: 15px;
width: 25%;
flex: 0 1 calc(25% - 30px);
max-width: calc(25% - 30px);
}
@media (min-width: 768px) {
.ug.ug-sm-1-0 {
margin: 0px;
}
.ug.ug-sm-1-0 > * {
margin: 0px;
width: 100%;
flex: 0 1 calc(100% - 0px);
max-width: calc(100% - 0px);
}
}
@media (min-width: 768px) {
.ug.ug-sm-2-0 {
margin: 0px;
}
.ug.ug-sm-2-0 > * {
margin: 0px;
width: 50%;
flex: 0 1 calc(50% - 0px);
max-width: calc(50% - 0px);
}
}
@media (min-width: 768px) {
.ug.ug-sm-3-0 {
margin: 0px;
}
.ug.ug-sm-3-0 > * {
margin: 0px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 0px);
max-width: calc(33.3333333333% - 0px);
}
}
@media (min-width: 768px) {
.ug.ug-sm-4-0 {
margin: 0px;
}
.ug.ug-sm-4-0 > * {
margin: 0px;
width: 25%;
flex: 0 1 calc(25% - 0px);
max-width: calc(25% - 0px);
}
}
@media (min-width: 768px) {
.ug.ug-sm-1-15 {
margin: -15px;
}
.ug.ug-sm-1-15 > * {
margin: 15px;
width: 100%;
flex: 0 1 calc(100% - 30px);
max-width: calc(100% - 30px);
}
}
@media (min-width: 768px) {
.ug.ug-sm-2-15 {
margin: -15px;
}
.ug.ug-sm-2-15 > * {
margin: 15px;
width: 50%;
flex: 0 1 calc(50% - 30px);
max-width: calc(50% - 30px);
}
}
@media (min-width: 768px) {
.ug.ug-sm-3-15 {
margin: -15px;
}
.ug.ug-sm-3-15 > * {
margin: 15px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 30px);
max-width: calc(33.3333333333% - 30px);
}
}
@media (min-width: 768px) {
.ug.ug-sm-4-15 {
margin: -15px;
}
.ug.ug-sm-4-15 > * {
margin: 15px;
width: 25%;
flex: 0 1 calc(25% - 30px);
max-width: calc(25% - 30px);
}
}
@media (min-width: 992px) {
.ug.ug-md-1-0 {
margin: 0px;
}
.ug.ug-md-1-0 > * {
margin: 0px;
width: 100%;
flex: 0 1 calc(100% - 0px);
max-width: calc(100% - 0px);
}
}
@media (min-width: 992px) {
.ug.ug-md-2-0 {
margin: 0px;
}
.ug.ug-md-2-0 > * {
margin: 0px;
width: 50%;
flex: 0 1 calc(50% - 0px);
max-width: calc(50% - 0px);
}
}
@media (min-width: 992px) {
.ug.ug-md-3-0 {
margin: 0px;
}
.ug.ug-md-3-0 > * {
margin: 0px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 0px);
max-width: calc(33.3333333333% - 0px);
}
}
@media (min-width: 992px) {
.ug.ug-md-4-0 {
margin: 0px;
}
.ug.ug-md-4-0 > * {
margin: 0px;
width: 25%;
flex: 0 1 calc(25% - 0px);
max-width: calc(25% - 0px);
}
}
@media (min-width: 992px) {
.ug.ug-md-1-15 {
margin: -15px;
}
.ug.ug-md-1-15 > * {
margin: 15px;
width: 100%;
flex: 0 1 calc(100% - 30px);
max-width: calc(100% - 30px);
}
}
@media (min-width: 992px) {
.ug.ug-md-2-15 {
margin: -15px;
}
.ug.ug-md-2-15 > * {
margin: 15px;
width: 50%;
flex: 0 1 calc(50% - 30px);
max-width: calc(50% - 30px);
}
}
@media (min-width: 992px) {
.ug.ug-md-3-15 {
margin: -15px;
}
.ug.ug-md-3-15 > * {
margin: 15px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 30px);
max-width: calc(33.3333333333% - 30px);
}
}
@media (min-width: 992px) {
.ug.ug-md-4-15 {
margin: -15px;
}
.ug.ug-md-4-15 > * {
margin: 15px;
width: 25%;
flex: 0 1 calc(25% - 30px);
max-width: calc(25% - 30px);
}
}
@media (min-width: 1200px) {
.ug.ug-lg-1-0 {
margin: 0px;
}
.ug.ug-lg-1-0 > * {
margin: 0px;
width: 100%;
flex: 0 1 calc(100% - 0px);
max-width: calc(100% - 0px);
}
}
@media (min-width: 1200px) {
.ug.ug-lg-2-0 {
margin: 0px;
}
.ug.ug-lg-2-0 > * {
margin: 0px;
width: 50%;
flex: 0 1 calc(50% - 0px);
max-width: calc(50% - 0px);
}
}
@media (min-width: 1200px) {
.ug.ug-lg-3-0 {
margin: 0px;
}
.ug.ug-lg-3-0 > * {
margin: 0px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 0px);
max-width: calc(33.3333333333% - 0px);
}
}
@media (min-width: 1200px) {
.ug.ug-lg-4-0 {
margin: 0px;
}
.ug.ug-lg-4-0 > * {
margin: 0px;
width: 25%;
flex: 0 1 calc(25% - 0px);
max-width: calc(25% - 0px);
}
}
@media (min-width: 1200px) {
.ug.ug-lg-1-15 {
margin: -15px;
}
.ug.ug-lg-1-15 > * {
margin: 15px;
width: 100%;
flex: 0 1 calc(100% - 30px);
max-width: calc(100% - 30px);
}
}
@media (min-width: 1200px) {
.ug.ug-lg-2-15 {
margin: -15px;
}
.ug.ug-lg-2-15 > * {
margin: 15px;
width: 50%;
flex: 0 1 calc(50% - 30px);
max-width: calc(50% - 30px);
}
}
@media (min-width: 1200px) {
.ug.ug-lg-3-15 {
margin: -15px;
}
.ug.ug-lg-3-15 > * {
margin: 15px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 30px);
max-width: calc(33.3333333333% - 30px);
}
}
@media (min-width: 1200px) {
.ug.ug-lg-4-15 {
margin: -15px;
}
.ug.ug-lg-4-15 > * {
margin: 15px;
width: 25%;
flex: 0 1 calc(25% - 30px);
max-width: calc(25% - 30px);
}
}
@media (min-width: 1400px) {
.ug.ug-xl-1-0 {
margin: 0px;
}
.ug.ug-xl-1-0 > * {
margin: 0px;
width: 100%;
flex: 0 1 calc(100% - 0px);
max-width: calc(100% - 0px);
}
}
@media (min-width: 1400px) {
.ug.ug-xl-2-0 {
margin: 0px;
}
.ug.ug-xl-2-0 > * {
margin: 0px;
width: 50%;
flex: 0 1 calc(50% - 0px);
max-width: calc(50% - 0px);
}
}
@media (min-width: 1400px) {
.ug.ug-xl-3-0 {
margin: 0px;
}
.ug.ug-xl-3-0 > * {
margin: 0px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 0px);
max-width: calc(33.3333333333% - 0px);
}
}
@media (min-width: 1400px) {
.ug.ug-xl-4-0 {
margin: 0px;
}
.ug.ug-xl-4-0 > * {
margin: 0px;
width: 25%;
flex: 0 1 calc(25% - 0px);
max-width: calc(25% - 0px);
}
}
@media (min-width: 1400px) {
.ug.ug-xl-1-15 {
margin: -15px;
}
.ug.ug-xl-1-15 > * {
margin: 15px;
width: 100%;
flex: 0 1 calc(100% - 30px);
max-width: calc(100% - 30px);
}
}
@media (min-width: 1400px) {
.ug.ug-xl-2-15 {
margin: -15px;
}
.ug.ug-xl-2-15 > * {
margin: 15px;
width: 50%;
flex: 0 1 calc(50% - 30px);
max-width: calc(50% - 30px);
}
}
@media (min-width: 1400px) {
.ug.ug-xl-3-15 {
margin: -15px;
}
.ug.ug-xl-3-15 > * {
margin: 15px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 30px);
max-width: calc(33.3333333333% - 30px);
}
}
@media (min-width: 1400px) {
.ug.ug-xl-4-15 {
margin: -15px;
}
.ug.ug-xl-4-15 > * {
margin: 15px;
width: 25%;
flex: 0 1 calc(25% - 30px);
max-width: calc(25% - 30px);
}
}
@media (min-width: 1600px) {
.ug.ug-2xl-1-0 {
margin: 0px;
}
.ug.ug-2xl-1-0 > * {
margin: 0px;
width: 100%;
flex: 0 1 calc(100% - 0px);
max-width: calc(100% - 0px);
}
}
@media (min-width: 1600px) {
.ug.ug-2xl-2-0 {
margin: 0px;
}
.ug.ug-2xl-2-0 > * {
margin: 0px;
width: 50%;
flex: 0 1 calc(50% - 0px);
max-width: calc(50% - 0px);
}
}
@media (min-width: 1600px) {
.ug.ug-2xl-3-0 {
margin: 0px;
}
.ug.ug-2xl-3-0 > * {
margin: 0px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 0px);
max-width: calc(33.3333333333% - 0px);
}
}
@media (min-width: 1600px) {
.ug.ug-2xl-4-0 {
margin: 0px;
}
.ug.ug-2xl-4-0 > * {
margin: 0px;
width: 25%;
flex: 0 1 calc(25% - 0px);
max-width: calc(25% - 0px);
}
}
@media (min-width: 1600px) {
.ug.ug-2xl-1-15 {
margin: -15px;
}
.ug.ug-2xl-1-15 > * {
margin: 15px;
width: 100%;
flex: 0 1 calc(100% - 30px);
max-width: calc(100% - 30px);
}
}
@media (min-width: 1600px) {
.ug.ug-2xl-2-15 {
margin: -15px;
}
.ug.ug-2xl-2-15 > * {
margin: 15px;
width: 50%;
flex: 0 1 calc(50% - 30px);
max-width: calc(50% - 30px);
}
}
@media (min-width: 1600px) {
.ug.ug-2xl-3-15 {
margin: -15px;
}
.ug.ug-2xl-3-15 > * {
margin: 15px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 30px);
max-width: calc(33.3333333333% - 30px);
}
}
@media (min-width: 1600px) {
.ug.ug-2xl-4-15 {
margin: -15px;
}
.ug.ug-2xl-4-15 > * {
margin: 15px;
width: 25%;
flex: 0 1 calc(25% - 30px);
max-width: calc(25% - 30px);
}
}
@media (min-width: 1900px) {
.ug.ug-3xl-1-0 {
margin: 0px;
}
.ug.ug-3xl-1-0 > * {
margin: 0px;
width: 100%;
flex: 0 1 calc(100% - 0px);
max-width: calc(100% - 0px);
}
}
@media (min-width: 1900px) {
.ug.ug-3xl-2-0 {
margin: 0px;
}
.ug.ug-3xl-2-0 > * {
margin: 0px;
width: 50%;
flex: 0 1 calc(50% - 0px);
max-width: calc(50% - 0px);
}
}
@media (min-width: 1900px) {
.ug.ug-3xl-3-0 {
margin: 0px;
}
.ug.ug-3xl-3-0 > * {
margin: 0px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 0px);
max-width: calc(33.3333333333% - 0px);
}
}
@media (min-width: 1900px) {
.ug.ug-3xl-4-0 {
margin: 0px;
}
.ug.ug-3xl-4-0 > * {
margin: 0px;
width: 25%;
flex: 0 1 calc(25% - 0px);
max-width: calc(25% - 0px);
}
}
@media (min-width: 1900px) {
.ug.ug-3xl-1-15 {
margin: -15px;
}
.ug.ug-3xl-1-15 > * {
margin: 15px;
width: 100%;
flex: 0 1 calc(100% - 30px);
max-width: calc(100% - 30px);
}
}
@media (min-width: 1900px) {
.ug.ug-3xl-2-15 {
margin: -15px;
}
.ug.ug-3xl-2-15 > * {
margin: 15px;
width: 50%;
flex: 0 1 calc(50% - 30px);
max-width: calc(50% - 30px);
}
}
@media (min-width: 1900px) {
.ug.ug-3xl-3-15 {
margin: -15px;
}
.ug.ug-3xl-3-15 > * {
margin: 15px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 30px);
max-width: calc(33.3333333333% - 30px);
}
}
@media (min-width: 1900px) {
.ug.ug-3xl-4-15 {
margin: -15px;
}
.ug.ug-3xl-4-15 > * {
margin: 15px;
width: 25%;
flex: 0 1 calc(25% - 30px);
max-width: calc(25% - 30px);
}
}
.ug > * {
float: left;
} .ug {
margin-top: 0 !important;
}
@keyframes gallery-group-reveal {
0% {
opacity: 0;
max-height: 0;
}
100% {
opacity: 1;
}
}
@keyframes gallery-image-reveal {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.gallery-image {
cursor: pointer;
animation: gallery-image-reveal linear 150ms;
width: 20%;
box-sizing: border-box;
float: left;
align-self: center;
}
@media (min-width: 992px) {
.gallery-image {
width: 12.5%;
}
}
.gallery-group {
margin-bottom: 1px;
background-color: #fff;
}
.gallery-group .group-title {
background-color: #fff;
margin: 0;
padding: 15px 20px;
-webkit-transition: background-color ease-in-out 150ms;
-moz-transition: background-color ease-in-out 150ms;
-o-transition: background-color ease-in-out 150ms;
-ms-transition: background-color ease-in-out 150ms;
-khtml-transition: background-color ease-in-out 150ms;
transition: background-color ease-in-out 150ms;
cursor: pointer;
}
.gallery-group .group-title:before {
content: "\f107";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 10px;
}
.gallery-group .group-title:hover {
background-color: white;
color: #00628b;
}
.gallery-group .group-title:active {
background-color: #fafafa;
}
.gallery-group .gallery-group-description p {
margin-top: 0;
}
.gallery-group .content {
display: none;
padding: 0 15px 15px 15px;
}
.gallery-group .content:after {
display: block;
content: "";
clear: both;
}
.gallery-group.active {
margin-left: 0px;
margin-right: 0px;
}
.gallery-group.active .group-title {
color: #00628b;
}
.gallery-group.active .group-title:before {
content: "\f106";
}
.gallery-group.active .content {
display: block;
animation: gallery-group-reveal linear 400ms;
}
.gallery-control {
background-color: #efefef;
position: absolute;
height: 50px;
width: 50px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
z-index: 10;
cursor: pointer;
-webkit-transition: background-color ease 100ms;
-moz-transition: background-color ease 100ms;
-o-transition: background-color ease 100ms;
-ms-transition: background-color ease 100ms;
-khtml-transition: background-color ease 100ms;
transition: background-color ease 100ms;
color: #00628b;
}
.gallery-control:hover {
background-color: #fcfcfc;
}
.gallery-control:active {
background-color: #e2e2e2;
}
.gallery-control.control-next {
right: 1rem;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
transform: translateY(-50%);
}
.gallery-control.control-prev {
left: 1rem;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
transform: translateY(-50%);
}
.gallery-control.control-close {
right: 1rem;
top: 1rem;
}
.gallery-control.control-caption {
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
transform: translateX(-50%);
display: none;
}
.gallery-control.control-caption.active {
animation: gallery-group-reveal ease-out 250ms;
display: block;
}
.gallery-overlay {
background-color: rgba(220, 220, 220, 0.95);
position: fixed;
z-index: 20;
left: 0;
top: 0;
display: none;
height: 100%;
width: 100%;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.gallery-overlay.active {
display: block;
}
.gallery-overlay .content {
text-align: center;
height: 100%;
width: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
display: -ms-flexbox;
-ms-flex-align: center;
-ms-flex-pack: center;
}
.gallery-overlay .content img,
.gallery-overlay .content .gallery-image {
animation: gallery-image-reveal linear 0.3s;
border: 5px solid #fff;
max-height: calc(100% - 40px);
max-width: calc(100% - 40px);
flex-shrink: 0;
flex-grow: 0;
}
.gallery .gallery-image {
transition: all ease 200ms;
}
.gallery .gallery-image:hover {
transform: scale(1.05);
}    nav.main {
line-height: 1;
}
nav.main ul.menu > li > a {
border-radius: 4px;
}
nav.main ul.menu > li.current-menu-item > a {
color: #00628b;
}
@media (min-width: 992px) {
nav.main ul.menu > li.current-menu-item > a {
font-weight: bold;
}
}
nav.main .sub-menu {
z-index: 10;
}
nav.main li {
position: relative;
}
@media (min-width: 992px) {
nav.main { overflow: visible;
}
}
nav.main ul {
background-color: #fff;
transition: max-height ease-out 300ms;
padding: 0;
}
@media (min-width: 992px) {
nav.main ul {
float: right;
}
}
nav.main ul.active {
display: block;
animation: menu-fade ease-out 300ms;
background-color: rgba(0, 0, 0, 0.05);
}
nav.main ul li {
list-style: none;
}
nav.main ul a {
text-decoration: none;
position: relative;
color: #222222;
}
nav.main ul li.menu-item-has-children {
position: relative;
}
@media (max-width: 991px) {
nav.main ul li.menu-item-has-children.submenu-active .submenu-toggle {
transform: rotate(180deg);
}
}
@media (min-width: 992px) {
nav.main ul li.menu-item-has-children:hover .submenu-toggle {
transform: rotate(180deg);
}
}
nav.main ul li.menu-item-has-children > a {
padding-right: calc(1.75rem + 15px);
}
nav.main ul li.menu-item-has-children > a .submenu-toggle {
transition: transform 300ms ease;
width: 3rem;
position: absolute;
top: 0;
right: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
nav.main ul li.menu-item-has-children > a .submenu-toggle:after {
content: "";
display: block;
width: 12px;
height: 12px;
background-image: url(//apova.ch/wp-content/themes/apova.ch/res/icons/toggle-submenu.svg);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
nav.main > ul {
background-color: transparent;
margin: 0;
padding: 0;
display: flex;
flex-flow: column;
}
@media (min-width: 992px) {
nav.main > ul {
flex-flow: row;
}
}
nav.main > ul > li a {
white-space: nowrap;
padding: 15px 20px;
display: block;
}
@media (min-width: 992px) {
nav.main > ul > li a {
padding: 1rem;
}
}
nav.main > ul > li:hover > a {
background-color: #f4f4f4;
color: #00628b;
}
@media (min-width: 992px) {
nav.main > ul > li:hover > ul {
animation: menu-anim 250ms;
}
}
@media (min-width: 992px) {
nav.main > ul > li > ul {
box-shadow: 0 1.3rem 20px -1rem rgba(50, 50, 50, 0.2);
background-color: #00628b;
border-radius: 5px;
min-width: 250px;
left: 50%;
position: absolute;
font-size: 0.85rem;
}
nav.main > ul > li > ul:before {
content: "";
border-style: solid;
position: absolute;
height: 0;
width: 0;
clear: both;
border-width: 0 10px 12px 10px;
border-color: transparent transparent #00628b transparent;
top: 0;
left: 50%;
transform: translate(-50%, -100%);
}
nav.main > ul > li > ul a {
color: #fff;
}
nav.main > ul > li > ul > li {
transition: all ease 220ms;
padding: 0.25em 1.5em;
}
nav.main > ul > li > ul > li + li {
border-top: 1px solid #00597e;
}
nav.main > ul > li > ul > li:hover {
background-color: rgba(255, 255, 255, 0.1);
}
nav.main > ul > li > ul > li > a {
padding: 1rem 0;
}
} @keyframes submenu {
0% {
opacity: 0;
transform: translate(-50%, -10px);
}
100% {
opacity: 1;
transform: translate(-50%, 0);
}
}
@keyframes submenu-mobile {
0% {
opacity: 0;
transform: translateY(-10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
nav.main ul ul {
display: none;
}
@media (max-width: 991px) {
nav.main ul .submenu-active ul {
display: block;
animation: submenu-mobile 300ms forwards;
}
}
@media (min-width: 992px) {
nav.main ul li:hover > ul {
display: block;
animation: submenu 300ms forwards;
}
} .nav-wrapper.style-center {
display: inline-block;
}
@media (min-width: 992px) {
header.main.style-center .nav-toggle-container {
display: inline-block;
vertical-align: top;
float: none;
}
}
@media (min-width: 992px) {
header.main .responsive-menu {
float: right;
}
}      .header-row {
position: relative;        }
.header-row:after {
content: "";
display: table;
clear: both;
*zoom: 1;
}
.header-row .partial, .header-row [class^=partial] {
width: 100%;
position: relative;
display: table;
}
.header-row .v-center {
vertical-align: middle;
height: inherit;
display: table-cell;
}
.header-row .partial-xs-left {
text-align: left;
}
.header-row .partial-xs-center {
text-align: center;
}
.header-row .partial-xs-right {
text-align: right;
}
.header-row .partial-xs-1 {
width: 8.3333333333%;
float: left;
}
.header-row .partial-xs-2 {
width: 16.6666666667%;
float: left;
}
.header-row .partial-xs-3 {
width: 25%;
float: left;
}
.header-row .partial-xs-4 {
width: 33.3333333333%;
float: left;
}
.header-row .partial-xs-5 {
width: 41.6666666667%;
float: left;
}
.header-row .partial-xs-6 {
width: 50%;
float: left;
}
.header-row .partial-xs-7 {
width: 58.3333333333%;
float: left;
}
.header-row .partial-xs-8 {
width: 66.6666666667%;
float: left;
}
.header-row .partial-xs-9 {
width: 75%;
float: left;
}
.header-row .partial-xs-10 {
width: 83.3333333333%;
float: left;
}
.header-row .partial-xs-11 {
width: 91.6666666667%;
float: left;
}
.header-row .partial-xs-12 {
width: 100%;
float: left;
}
@media (min-width: 768px) {
.header-row .partial-sm-1 {
width: 8.3333333333%;
float: left;
}
.header-row .partial-sm-2 {
width: 16.6666666667%;
float: left;
}
.header-row .partial-sm-3 {
width: 25%;
float: left;
}
.header-row .partial-sm-4 {
width: 33.3333333333%;
float: left;
}
.header-row .partial-sm-5 {
width: 41.6666666667%;
float: left;
}
.header-row .partial-sm-6 {
width: 50%;
float: left;
}
.header-row .partial-sm-7 {
width: 58.3333333333%;
float: left;
}
.header-row .partial-sm-8 {
width: 66.6666666667%;
float: left;
}
.header-row .partial-sm-9 {
width: 75%;
float: left;
}
.header-row .partial-sm-10 {
width: 83.3333333333%;
float: left;
}
.header-row .partial-sm-11 {
width: 91.6666666667%;
float: left;
}
.header-row .partial-sm-12 {
width: 100%;
float: left;
}
.header-row .partial-sm-left {
text-align: left;
}
.header-row .partial-sm-center {
text-align: center;
}
.header-row .partial-sm-right {
text-align: right;
}
}
@media (min-width: 992px) {
.header-row {  }
.header-row .partial-md-1 {
width: 8.3333333333%;
float: left;
}
.header-row .partial-md-2 {
width: 16.6666666667%;
float: left;
}
.header-row .partial-md-3 {
width: 25%;
float: left;
}
.header-row .partial-md-4 {
width: 33.3333333333%;
float: left;
}
.header-row .partial-md-5 {
width: 41.6666666667%;
float: left;
}
.header-row .partial-md-6 {
width: 50%;
float: left;
}
.header-row .partial-md-7 {
width: 58.3333333333%;
float: left;
}
.header-row .partial-md-8 {
width: 66.6666666667%;
float: left;
}
.header-row .partial-md-9 {
width: 75%;
float: left;
}
.header-row .partial-md-10 {
width: 83.3333333333%;
float: left;
}
.header-row .partial-md-11 {
width: 91.6666666667%;
float: left;
}
.header-row .partial-md-12 {
width: 100%;
float: left;
}
.header-row .partial-md-left {
text-align: left;
}
.header-row .partial-md-center {
text-align: center;
}
.header-row .partial-md-right {
text-align: right;
}
}
@media (min-width: 1170px) {
.header-row .partial-lg-1 {
width: 8.3333333333%;
float: left;
}
.header-row .partial-lg-2 {
width: 16.6666666667%;
float: left;
}
.header-row .partial-lg-3 {
width: 25%;
float: left;
}
.header-row .partial-lg-4 {
width: 33.3333333333%;
float: left;
}
.header-row .partial-lg-5 {
width: 41.6666666667%;
float: left;
}
.header-row .partial-lg-6 {
width: 50%;
float: left;
}
.header-row .partial-lg-7 {
width: 58.3333333333%;
float: left;
}
.header-row .partial-lg-8 {
width: 66.6666666667%;
float: left;
}
.header-row .partial-lg-9 {
width: 75%;
float: left;
}
.header-row .partial-lg-10 {
width: 83.3333333333%;
float: left;
}
.header-row .partial-lg-11 {
width: 91.6666666667%;
float: left;
}
.header-row .partial-lg-12 {
width: 100%;
float: left;
}
.header-row .partial-lg-left {
text-align: left;
}
.header-row .partial-lg-center {
text-align: center;
}
.header-row .partial-lg-right {
text-align: right;
}
}         header.main {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
background-color: #fff;
min-height: 50px;
}
@media (min-width: 992px) {
header.main {
justify-content: flex-start;
min-height: 175px;
}
}
@media print {
header.main {
display: none;
}
}
header.main .header-widgets {
display: flex;
list-style: none;
justify-content: flex-end;
margin: -0.25em;
}
@media (min-width: 992px) {
header.main .header-widgets {
margin-bottom: 0.8em;
}
}
header.main .header-widgets > * {
margin: 0.25em;
}
@media (max-width: 992px) {
header.main .header-widgets .contact-button {
display: none;
}
}
header.main .header-main.container {
display: flex;
flex-flow: row;
align-items: center;
justify-content: flex-start;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
@media (max-width: 768px) {
header.main .header-main.container {
width: 100%;
}
}
header.main .logo .mobile {
padding: 5px 0;
padding-right: 25px;
}
@media (min-width: 992px) {
header.main .logo .mobile {
display: none;
}
}
header.main .logo .desktop {
display: none;
}
@media (min-width: 992px) {
header.main .logo .desktop {
display: block;
}
}
header.main .logo img {
max-height: 80px;
}
@media (min-width: 992px) {
header.main .logo img {
height: 110px;
max-height: 100%;
}
}
header.main .search-button {
display: flex;
align-items: center;
margin-left: 1.5rem;
padding: 1rem;
justify-content: center;
cursor: pointer;
border-radius: 50%;
transition: all 300ms ease;
user-select: none;
}
header.main .search-button:hover {
background-color: #f4f4f4;
}
header.main .search-button:active {
background-color: #eaeaea;
}
header.main nav.main {
height: 100%;
width: 100%;
display: flex;
}
@media (min-width: 992px) {
header.main nav.main {
margin: 0 -1rem 0 1.2rem;
}
}
.header-wrap {
position: relative;
z-index: 15;
display: flex;
flex-flow: column;
}
.header-wrap.search-mode {
display: flex;
}
.header-wrap.search-mode .search-form {
height: 100%;
z-index: 30;
align-items: center;
width: 100%;
position: fixed;
top: 0;
display: flex;
}
@keyframes search-form {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.header-wrap .search-form {
background-color: rgba(255, 255, 255, 0.84);
height: 100%;
margin: 0;
padding: 0;
display: none;
animation: search-form 300ms;
}
.header-wrap .search-form .icon-wrap {
display: flex;
align-items: center;
justify-content: center;
width: 65px;
}
.header-wrap .search-form .loader {
display: none;
}
.header-wrap .search-form .anti-loader {
display: block;
}
.header-wrap .search-form.searching .loader {
display: block;
}
.header-wrap .search-form.searching .anti-loader {
display: none;
}
.header-wrap .search-form .content {
display: flex;
align-items: center;
flex-flow: column;
max-width: 620px;
}
@media (min-width: 768px) {
.header-wrap .search-form .content {
flex-flow: row;
align-items: stretch;
}
}
.header-wrap .search-form .content .input-wrap {
display: flex;
width: 100%;
background-color: #fff;
border: 3px solid #a4a4a4;
}
.header-wrap .search-form .content input[type=submit] {
margin-top: 1rem;
margin-left: 0;
width: 100%;
height: 100%;
font-size: 1rem;
}
@media (min-width: 768px) {
.header-wrap .search-form .content input[type=submit] {
margin-left: 2rem;
height: auto;
margin-top: 0;
width: auto;
min-width: 7rem;
}
}
.header-wrap .search-form .content .main-search {
font-size: 1rem;
box-sizing: border-box;
padding: 20px;
border: none;
height: 100%;
width: 100%;
}
.header-wrap .search-form .content .main-search:focus {
outline: none;
} header.main .menu-button {
width: 55px;
height: 55px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
border-radius: 50%;
font-size: 25px;
}
header.main .menu-button:active, header.main .menu-button:hover {
background-color: #efefef;
}
header.main .toggle-button {
float: right;
justify-self: flex-end;
transition: scale ease 300ms;
margin-left: 0.5em;
}
@media (min-width: 992px) {
header.main .toggle-button {
display: none;
margin-top: 0;
}
}
header.main .toggle-container {
display: none;
}
@media (min-width: 992px) {
header.main .toggle-container {
display: flex;
margin-left: auto;
}
}
header.main .toggle-container .controls {
display: none;
width: 100%;
justify-content: space-between;
flex-shrink: 0;
}
header.main .toggle-container .close-button {
margin: 15px 15px 15px auto;
top: 0;
right: 0;
color: #000;
}
@media (min-width: 992px) {
header.main .toggle-container .close-button {
display: none;
}
}
header.main .toggle-container .mob-search-button {
margin: 15px auto 15px 15px;
}
header.main .toggle-container.toggled {
animation: toggle-container-toggle 300ms forwards;
background-color: #ffffff;
font-size: 1.5em;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
-ms-overflow-style: -ms-autohiding-scrollbar;
z-index: 35;
height: 100%;
display: flex;
flex-flow: column;
}
@keyframes toggle-container-toggle {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@media (min-width: 992px) {
header.main .toggle-container.toggled {
background-color: transparent;
}
}
header.main .toggle-container.toggled .controls {
display: flex;
}
header.main .toggle-container.toggled nav.main {
overflow-y: hidden;
}
header.main .toggle-container.toggled nav.main ul {
width: 100%;
}
header.main .toggle-container.toggled.animated li {
border-top: 2px solid #efefef;
opacity: 0;
animation: menu-li 600ms forwards;
}
@keyframes menu-li {
from {
opacity: 0;
transform: translateY(5px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@media (min-width: 992px) {
header.main .toggle-container.toggled {
position: static;
}
}
.header-layout {
display: flex;
flex-flow: column;
margin-left: auto;
} @font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/roboto/roboto-normal-400-cyrillic-ext.woff2);
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/roboto/roboto-normal-400-cyrillic.woff2);
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/roboto/roboto-normal-400-greek-ext.woff2);
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/roboto/roboto-normal-400-greek.woff2);
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/roboto/roboto-normal-400-vietnamese.woff2);
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/roboto/roboto-normal-400-latin-ext.woff2);
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/roboto/roboto-normal-400-latin.woff2);
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/roboto/roboto-normal-700-cyrillic-ext.woff2);
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/roboto/roboto-normal-700-cyrillic.woff2);
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/roboto/roboto-normal-700-greek-ext.woff2);
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/roboto/roboto-normal-700-greek.woff2);
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/roboto/roboto-normal-700-vietnamese.woff2);
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/roboto/roboto-normal-700-latin-ext.woff2);
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/roboto/roboto-normal-700-latin.woff2);
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: "Museo Slab";
src: url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/Museo_Slab_700.otf), url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/Museo_Slab_900.otf);
font-weight: 700;
}
@font-face {
font-family: "Museo Slab";
src: url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/Museo_Slab_900.otf);
font-weight: 900;
}
@font-face {
font-family: "Museo Slab";
src: url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/Museo_Slab_100.otf);
font-weight: 100;
}
@font-face {
font-family: "Playfair Display";
src: url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/playfairdisplay_900_italic.woff2) format("woff2"), url(https://apova.ch/wp-content/themes/apova.ch/css/1stparty/fonts/playfairdisplay_900_italic.woff) format("woff");
font-weight: 900;
}
:root,
body {
font-family: "Roboto", sans-serif;
font-size: 14px;
-webkit-font-smoothing: auto;
}
@media (min-width: 768px) {
:root,
body {
font-size: 15px;
}
}
@media (min-width: 992px) {
:root,
body {
font-size: 16px;
}
}
@media (min-width: 1200px) {
:root,
body {
font-size: 17px;
}
}
@media (min-width: 1400px) {
:root,
body {
font-size: 18px;
}
}
@media (min-width: 1600px) {
:root,
body {
font-size: 19px;
}
}
@media (min-width: 1900px) {
:root,
body {
font-size: 20px;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Roboto", sans-serif;
font-weight: bold;
}
.h1-wrap {
max-width: 750px;
}
.page-section h1:not(.title),
.page-section h2:not(.title),
.page-section h3:not(.title) {
color: #00628b;
position: relative;
font-family: "Museo Slab", sans-serif;
line-height: 1.4;
}
.page-section h1:not(.title) {
line-height: 1.2;
}
.headline-wrap h1,
.headline {
font-family: "Museo Slab", sans-serif;
letter-spacing: 0.1px;
font-weight: 900;
}
.lead {
font-family: "Museo Slab", sans-serif;
font-weight: 100;
color: #00628b;
font-size: 1.25em;
-webkit-font-smoothing: auto;
}
.lead ul li {
margin: 0.3em 0;
}
h1 {
font-size: 1.5em;
line-height: 1.2;
font-weight: 900;
}
h2 {
font-size: 1.25rem;
line-height: 1;
}
h3 {
font-size: 1;
} .ug img {
align-self: center;
} .ug.image-grid img {
align-self: center;
}
.recent-posts .post a {
color: #222222;
display: flex;
width: 100%;
}
@media (min-width: 992px) {
article.single-post {
max-width: 75%;
}
}
@media (min-width: 1200px) {
article.single-post {
max-width: 60%;
}
}
@media (min-width: 1600px) {
article.single-post {
max-width: 50%;
}
}
article.single-post h1:first-child,
article.single-post h2:first-child,
article.single-post h3:first-child {
margin-top: 0;
}
article.single-post .blog-entry > p {
margin-bottom: 0;
}
.lds-ellipsis {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.lds-ellipsis div {
position: absolute;
top: 27px;
width: 11px;
height: 11px;
border-radius: 50%;
background: #00628b;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 6px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 6px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 26px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 45px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(19px, 0);
}
}
.accordion + .accordion {
margin-top: 15px;
}
.accordion .accordion-heading {
font-weight: bold;
padding: 1rem;
display: flex;
align-items: center;
cursor: pointer;
justify-content: space-between;
color: #222222;
font-size: 1rem;
}
.accordion .accordion-heading:after {
content: "+";
font-size: 2rem;
line-height: 0;
color: #00628b;
display: inline-block;
float: right;
min-width: 25px;
text-align: right;
font-weight: 400;
}
@media (min-width: 992px) {
.accordion .accordion-heading {
padding: 1em;
}
}
.accordion .accordion-inner {
padding: 1rem;
display: none;
}
@media (min-width: 992px) {
.accordion .accordion-inner {
padding: 1em;
}
}
.accordion .accordion-inner:last-of-type {
position: relative;
top: -1px;
}
.accordion .accordion-inner > :first-child {
margin-top: 0;
}
.accordion .accordion-inner > :last-child {
margin-bottom: 0;
}
.accordion.accordion-open .accordion-heading:after {
content: "-";
}
.accordion:last-child {
margin-bottom: 1em;
}
.page-section.style-default .accordion {
background-color: #f6f7f8;
}
.page-section.style-default .accordion .accordion-heading {
border-bottom: 3px solid #fff;
}
.page-section.style-light .accordion {
background-color: #fff;
}
.page-section.style-light .accordion .accordion-heading {
border-bottom: 3px solid #f6f7f8;
}
.page-section.style-primary .accordion {
background-color: #ffffff;
color: #000000;
}
.page-section.style-primary .accordion .accordion-heading {
border-bottom: 3px solid #00628b;
}
.content-box {
--thumbnail-width: 700;
--thumbnail-height: 450;
background-color: #fff;
display: flex;
position: relative;
transition: all ease 300ms;
transition-property: box-shadow, transform;
justify-content: stretch;
color: #222222;
}
.content-box img {
align-self: center;
}
.content-box .img-wrap {
position: relative;
display: block;
flex-shrink: 0;
}
.content-box .img-wrap img {
width: 100%;
}
.content-box .content-wrap {
display: flex;
flex-flow: column;
justify-content: space-between;
padding: 2rem;
width: 100%;
flex-grow: 1;
height: auto;
}
.content-box .content-wrap .content {
height: 100%;
width: 100%;
}
.content-box .content-wrap p a {
color: #00628b;
}
.content-box .button.style-arrow {
margin-top: auto !important;
}
.content-box .next-icon {
margin-left: 20px;
}
.content-box.type-imgtop {
flex-flow: column;
}
.content-box.type-imgtop .content-wrap *:last-child.button-group {
margin-top: auto;
}
.content-box.type-imgtop {
flex-flow: column;
}
.content-box.type-imgtop .img-wrap {
position: relative;
padding-top: calc(100% * var(--thumbnail-height) / var(--thumbnail-width));
overflow: hidden;
}
.content-box.type-imgtop .img-wrap img {
position: absolute;
top: 50%;
object-fit: cover;
transform: translateY(-50%);
}
.content-box.type-imgtop.type-imgarrow .img-wrap::before {
content: "";
position: absolute;
z-index: 1;
left: 0;
top: 0;
width: 85px;
height: 85px;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODUiIGhlaWdodD0iODUiIHZpZXdCb3g9IjAgMCA4NSA4NSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwb2x5Z29uIGZpbGw9IiMwMDYyOEIiIHBvaW50cz0iMCAwIDg1IDAgMCA4NSIvPjxwYXRoIGQ9Ik0xMy40NDMgMjMuNjA3Yy4wOTgtLjAxNi4xOTctLjAyNC4yOTctLjAyMkgzMC42N2wtLjM3LS4xNzJjLS4zNi0uMTctLjY4OC0uNDAzLS45Ny0uNjg3bC00Ljc0Ny00Ljc0OGExLjc3NyAxLjc3NyAwIDAgMS0uMjUtMi4yNzUgMS43MTcgMS43MTcgMCAwIDEgMi41NzYtLjIyM2w4LjU4NiA4LjU4NmMuNjcxLjY3LjY3MiAxLjc1Ny4wMDIgMi40MjhsLS4wMDIuMDAxLTguNTg2IDguNTg2YTEuNzE3IDEuNzE3IDAgMCAxLTIuNTc1LS4xNzEgMS43NzcgMS43NzcgMCAwIDEgLjI0OS0yLjI3Nmw0Ljc0LTQuNzU2Yy4yNTEtLjI1My41NC0uNDY0Ljg1OC0uNjI3bC41MTUtLjIzMkgxMy44MzRhMS43NzcgMS43NzcgMCAwIDEtMS44MTItMS40NDIgMS43MTcgMS43MTcgMCAwIDEgMS40Mi0xLjk3WiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==");
background-repeat: no-repeat;
background-position: top left;
}
.content-box.type-imgtop .content-wrap *:last-child.button-group {
margin-top: auto;
}
.content-box.type-imgleft {
flex-flow: column;
}
@media (min-width: 500px) {
.content-box.type-imgleft {
align-items: center;
flex-flow: row;
}
}
.content-box.type-imgleft .img-wrap {
padding: 1em;
padding-bottom: 0;
}
@media (min-width: 500px) {
.content-box.type-imgleft .img-wrap {
max-width: 33%;
padding: 1em;
}
}
a.content-box {
transition: transform 300ms;
}
a.content-box:hover {
transform: translateY(-3px);
} [class*=col-] > .content-box + .content-box {
margin-top: 1.5rem;
}
a.content-box:hover {
color: #222222;
}
.content-box.style-default {
background-color: #fff;
color: #222222;
}
.content-box.style-default .box-title {
color: #fff;
background-color: #00628b;
padding: 0.4em 0.35em 0.35em;
margin-bottom: 0.35rem;
font-family: "Museo Slab", sans-serif;
line-height: 1;
}
.content-box.style-default .content-wrap {
padding: 0;
}
.content-box.style-light {
background-color: #f4f4f4;
color: #222222;
}
.content-box.style-custom {
background-color: #00628b;
color: #ffffff;
}
.content-box.style-custom a:not(.button) {
color: #222222;
}
.content-box.style-custom a:not(.button):hover {
color: black;
}
.content-box.style-custom .button {
border-color: #ffffff;
} .page-section.style-primary .content-box:not([class*=style-]) {
background-color: #ffffff;
}
.page-section.style-primary .content-box.style-custom {
background-color: #00628b;
box-shadow: 0 0 4rem -1rem rgba(0, 0, 0, 0.46);
}
.page-section.style-default .content-box:not([class*=style-]) {
background-color: #f4f4f4;
}
.page-section.style-light .content-box:not([class*=style-]) {
background-color: #ffffff;
}
.tabs-container:not(.slider-integrated) > .container {
margin-bottom: -4px;
}
.tabs-container:not(.slider-integrated) .tabs-nav {
align-items: stretch;
flex-grow: 1;
position: relative;
}
.tabs-container:not(.slider-integrated) .tabs-nav:not(.is-mobile) ul {
flex-flow: row;
}
.tabs-container:not(.slider-integrated) .tabs-nav:not(.is-mobile) ul li {
display: flex;
justify-content: center;
}
.tabs-container:not(.slider-integrated) .tabs-nav.active ul {
position: absolute;
background-color: #fff;
z-index: 10;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.tabs-container:not(.slider-integrated) .tabs-nav.active li {
display: flex;
}
.tabs-container:not(.slider-integrated) .tabs-nav.is-mobile:not(.active) li.active:before {
margin-right: 1rem;
content: "";
display: block;
width: 12px;
height: 12px;
background-image: url(//apova.ch/wp-content/themes/apova.ch/res/icons/toggle-submenu.svg);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.tabs-container:not(.slider-integrated) .tabs-nav ul {
display: flex;
margin: 0;
padding: 0;
width: 100%;
justify-content: stretch;
flex-flow: column;
}
.tabs-container:not(.slider-integrated) .tabs-nav ul li {
flex-grow: 1;
flex-shrink: 0;
border-bottom: 4px solid #0000;
box-sizing: border-box;
display: none;
align-items: center;
white-space: nowrap;
color: rgba(34, 34, 34, 0.6);
list-style: none;
padding: 0.75rem 1.3rem;
text-align: center;
font-weight: 600;
z-index: 10;
cursor: pointer;
}
.tabs-container:not(.slider-integrated) .tabs-nav ul li.active, .tabs-container:not(.slider-integrated) .tabs-nav ul li:hover {
border-bottom: 4px solid #00628b;
color: #222222;
background-color: #f4f4f4;
}
.tabs-container:not(.slider-integrated) .tabs-nav ul li.active {
display: flex;
}
.tabs-container:not(.slider-integrated) .swiper-container {
border-top: 4px solid #d8d8d8;
}
.tabs-container:not(.slider-integrated) .swiper-pagination-bullets {
display: none;
}
.timeline {
margin-top: 20px !important;
position: relative;
}
.timeline:before {
background: #d8d8d8;
content: "";
position: absolute;
top: 0;
height: 100%;
width: 4px;
margin-left: -2px;
left: 20px;
}
@media (min-width: 992px) {
.timeline:before {
left: 50%;
}
}
.timeline .ug-item {
flex: 1 1 auto;
-ms-flex: 1 1 auto;
position: relative;
max-width: 100%;
padding-left: 25px; }
@media (min-width: 992px) {
.timeline .ug-item {
padding: 0;
}
}
.timeline .ug-item .content {
position: relative;
background-color: #f4f4f4;
color: #222222;
padding: 40px;
}
.timeline .ug-item:before {
border-radius: 50%;
content: "";
display: block;
width: 16px;
height: 16px;
background-color: #00628b;
position: absolute;
left: -3px;
top: 15px;
}
@media (min-width: 992px) {
.timeline .ug-item:before {
right: 26px;
transform: translateX(-50%);
transition: transform ease-in-out 150ms;
transform-origin: 0 50%;
top: 15px;
left: 50%;
}
}
@media (min-width: 992px) {
.timeline .ug-item .content {
margin-right: 53%;
}
}
.timeline .ug-item .content:after {
content: "";
border-style: solid;
position: absolute;
height: 0;
width: 0;
clear: both;
border-width: 10px 12px 10px 0;
border-color: rgba(0, 0, 0, 0) #f4f4f4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
top: 12px;
left: -12px;
}
@media (min-width: 992px) {
.timeline .ug-item .content:after {
border-width: 10px 0 10px 12px;
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f4f4f4;
left: auto;
right: -12px;
}
}
.timeline .ug-item .content > *:first-child {
margin-top: 0;
}
.timeline .ug-item .content > *:last-child {
margin-bottom: 0;
}
.timeline .ug-item:nth-child(even):before {
border-radius: 50%;
content: "";
display: block;
width: 16px;
height: 16px;
background-color: #00628b;
position: absolute;
left: -3px;
top: 15px;
}
@media (min-width: 992px) {
.timeline .ug-item:nth-child(even):before {
transform: translateX(-50%);
transform-origin: 0 50%;
top: 15px;
left: 50%;
}
}
@media (min-width: 992px) {
.timeline .ug-item:nth-child(even) .content {
margin-right: 0;
margin-left: 53%;
}
}
.timeline .ug-item:nth-child(even) .content:after {
content: "";
border-style: solid;
position: absolute;
height: 0;
width: 0;
clear: both;
border-width: 10px 12px 10px 0;
border-color: rgba(0, 0, 0, 0) #f4f4f4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
top: 12px;
left: -12px;
}
.page-section.style-light .timeline .ug-item .content {
background-color: #fff;
}
.page-section.style-light .timeline .ug-item:nth-child(even) .content:after {
border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.page-section.style-light .timeline .ug-item:nth-child(odd) .content:after {
border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media (min-width: 992px) {
.page-section.style-light .timeline .ug-item:nth-child(odd) .content:after {
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
}
}
.slider-integrated .swiper-button-next,
.slider-integrated .swiper-button-prev {
display: none;
}
.slider-integrated .container {
max-width: 100%;
}
.slider-integrated .swiper-container {
border-top: none;
min-height: 400px;
height: 35vw !important;
max-height: 700px;
}
.slider-integrated .swiper-container .swiper-slide {
display: flex;
align-items: center;
}
.slider-integrated .slide {
background-size: cover;
background-position: center;
}
.slider-integrated .slide .content-box .content-wrap .content {
display: block;
}
.slider-integrated .slide .content-box .content-wrap .content > *:first-child {
margin-top: 0;
}
.slider-integrated .slide .content-box .content-wrap .content .button-group:last-child {
margin-top: 1.75rem;
}
.slider-integrated .swiper-pagination-bullets {
text-align: left;
}
.slider-integrated .swiper-pagination-bullets .swiper-pagination-bullet {
height: 0.7rem;
width: 0.7rem;
background-color: #00628b;
transition: all ease 250ms;
}
.slider-integrated .swiper-pagination-bullets .swiper-pagination-bullet:hover {
opacity: 1;
}
.slider-integrated .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-left: 0.7rem;
}
.file-download-wrap {
border-top: 2px solid #f4f4f4;
border-bottom: 2px solid #f4f4f4;
}
.file-download-wrap .file-download + .file-download {
border-top: 2px solid #f4f4f4;
}
.file-download-wrap .file-download:hover {
background-color: #f4f4f4;
}
.file-download-wrap .file-download .download-link {
display: flex;
align-items: center;
padding: 1rem 0;
font-weight: bold;
}
.file-download-wrap .file-download .download-link:before {
content: "";
display: inline-block;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-image: url(//apova.ch/wp-content/themes/apova.ch/res/icons/download.svg);
height: 32px;
width: 32px;
margin-right: 1rem;
margin-left: 1rem;
}
.page-section.style-light .file-download-wrap {
border-color: #e7e7e7;
}
.page-section.style-light .file-download {
border-top-color: #e7e7e7;
}
.page-section.style-light .file-download:hover .download-link {
background-color: #e7e7e7;
}
.page-section.style-primary .file-download-wrap {
border-color: #004765;
}
.page-section.style-primary .file-download {
border-top-color: #004765;
}
.page-section.style-primary .file-download .download-link {
color: #ffffff;
}
.page-section.style-primary .file-download:hover .download-link {
background-color: #004765;
}
.social-media-icons-wrapper {
padding: 1rem 0;
}
.social-media-icons {
display: flex;
align-items: center;
}
@media print {
.social-media-icons {
display: none;
}
}
.social-media-icons .icon {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
transition: all ease 300ms;
border-radius: 50%;
padding: 8px;
}
.social-media-icons .icon:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.social-media-icons .icon + .icon {
margin-left: 0.35rem;
}
.social-media-icons .icon img {
max-height: 33px;
}
.widget-wrap .social-media-icons {
margin: -8px;
}
.contact-menu {
position: fixed;
bottom: 1.5rem;
right: 1.5rem;
z-index: 50;
height: 50px;
width: 50px;
text-align: center;
box-sizing: border-box;
font-size: 26px;
}
@media (min-width: 768px) {
.contact-menu {
display: none;
}
}
.contact-menu .menu-open {
display: none;
}
.contact-menu .lines {
width: 25px;
height: 3px;
background: #fff;
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-left: -12.5px;
margin-top: -1.5px;
transition: -webkit-transform 200ms;
transition: transform 200ms;
transition: transform 200ms, -webkit-transform 200ms;
}
.contact-menu .line-1,
.contact-menu .line-2,
.contact-menu .line-3 {
opacity: 0;
}
.contact-menu .line-1 {
transform: translate3d(0, -8px, 0);
}
.contact-menu .line-3 {
transform: translate3d(0, 8px, 0);
}
.contact-menu .menu-open:checked + .menu-open-button .line-1 {
transform: translate3d(0, 0, 0) rotate(45deg);
opacity: 1;
}
.contact-menu .menu-open:checked + .menu-open-button .line-3 {
transform: translate3d(0, 0, 0) rotate(-45deg);
opacity: 1;
}
.contact-menu .menu-item,
.contact-menu .menu-open-button {
display: flex;
margin: 0 !important;
padding: 0;
align-items: center;
justify-content: center;
border: 2px solid #00628b;
border-radius: 50%;
background-color: #00628b;
height: 50px;
width: 50px;
margin-left: -40px;
position: absolute;
color: #ffffff;
text-align: center;
line-height: 80px;
transform: translate3d(0, 0, 0);
transition: -webkit-transform ease-out 200ms;
transition: transform ease-out 200ms;
transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}
.contact-menu .menu-item:hover,
.contact-menu .menu-open-button:hover {
background: #0074a5;
color: #3290b1;
}
.contact-menu .menu-item.menu-open-button img,
.contact-menu .menu-open-button.menu-open-button img {
border-radius: 50%;
transition: ease all 200ms;
}
.contact-menu .menu-open:checked + .menu-open-button {
transition-timing-function: linear;
transition-duration: 200ms;
transform: scale(0.8, 0.8) translate3d(0, 0, 0);
box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
}
.contact-menu .menu-open:checked + .menu-open-button img {
opacity: 0;
}
.contact-menu .menu-open-button {
z-index: 2;
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition-duration: 400ms;
transform: scale(1.1, 1.1) translate3d(0, 0, 0);
cursor: pointer;
}
.contact-menu .menu-open-button:hover {
transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}
.contact-menu .menu-item img {
max-width: 32px;
}
.contact-menu .menu-item:nth-child(1) {
-webkit-transition-duration: 180ms;
transition-duration: 180ms;
}
.contact-menu .menu-item:nth-child(2) {
-webkit-transition-duration: 180ms;
transition-duration: 180ms;
}
.contact-menu .menu-item:nth-child(3) {
-webkit-transition-duration: 180ms;
transition-duration: 180ms;
}
.contact-menu .menu-item:nth-child(4) {
-webkit-transition-duration: 180ms;
transition-duration: 180ms;
}
.contact-menu .menu-item:nth-child(5) {
-webkit-transition-duration: 180ms;
transition-duration: 180ms;
}
.contact-menu .menu-item:nth-child(6) {
-webkit-transition-duration: 180ms;
transition-duration: 180ms;
}
.contact-menu .menu-item:nth-child(7) {
-webkit-transition-duration: 180ms;
transition-duration: 180ms;
}
.contact-menu .menu-item:nth-child(8) {
-webkit-transition-duration: 180ms;
transition-duration: 180ms;
}
.contact-menu .menu-item:nth-child(9) {
-webkit-transition-duration: 180ms;
transition-duration: 180ms;
}
.contact-menu .menu-open:checked ~ .menu-item:nth-child(3) {
transition-duration: 180ms;
transform: translate3d(-20px, -75px, 0);
}
.contact-menu .menu-open:checked ~ .menu-item:nth-child(4) {
transition-duration: 240ms;
transform: translate3d(-75px, -20px, 0);
}
.pageheading {
background-size: cover;
background-position: center;
min-height: 20vw;
display: flex;
padding-top: 3rem;
padding-bottom: 5rem;
background: url(//apova.ch/wp-content/themes/apova.ch/res/backgrounds/leave.svg) bottom left, linear-gradient(45deg, #7ca989 0%, #005e7d 92%);
background-repeat: no-repeat;
text-transform: uppercase;
}
.pageheading h1 {
line-height: 1.2em;
font-size: 2.5em;
}
@media (min-width: 992px) {
.pageheading h1 {
font-size: 3.2em;
}
}
@media (min-width: 992px) {
.pageheading .content {
max-width: 75%;
}
}
.pageheading .content > *:first-child {
margin-top: 0;
}
.pageheading .content > *:last-child {
margin-bottom: 0;
}
.overlayed {
color: #ffffff;
position: relative;
}
.overlayed .content-wrap {
position: relative;
z-index: 5;
}
.overlayed .overlay, .overlayed:after {
display: block;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.pageheading-slider {
padding: 0;
display: grid;
}
.pageheading-slider .pageheading-swiper,
.pageheading-slider .pageheading-content {
grid-column: 1/span 1;
grid-row: 1/span 1;
margin: 0;
}
.pageheading-slider,
.pageheading-slider .pageheading-swiper,
.pageheading-slider .pageheading-content {
width: 100%;
overflow: hidden;
}
.pageheading-slider .pageheading-swiper .swiper-container {
min-height: 250px;
height: 35vw !important;
max-height: 400px;
}
.pageheading-slider .pageheading-content {
position: relative;
z-index: 1;
padding-top: 2rem;
}
.pageheading-slider > .container-fluid {
padding: 0;
}
.pageheading-slider h1:not(.title) {
background-color: #00628b;
color: #ffffff;
position: relative;
display: inline;
font-family: "Museo Slab", sans-serif;
box-shadow: 0.3em 0 0 #00628b, -0.3em 0 0 #00628b;
left: 0.3em;
padding: 0.2em 0.5em 0.2em 0;
line-height: 1.4em;
white-space: pre-wrap;
box-decoration-break: clone;
}
.pageheading-slider h1:not(.title)::selection {
background-color: black;
}
.testimonial {
text-align: center;
margin: 2em 0;
}
.testimonial:before {
content: "";
display: block;
background-image: url(//apova.ch/wp-content/themes/apova.ch/res/logos/logo_leafs.svg);
background-repeat: no-repeat;
background-size: contain;
width: 80px;
height: 50px;
margin: 0 auto;
margin-bottom: 0.75em;
}
.testimonial blockquote {
font-family: "Playfair Display", serif;
font-size: 1.5em;
padding: 0;
max-width: 800px;
margin: 0 auto;
}
.testimonial .quote-info {
margin-top: 1em;
font-size: 0.9em;
}
.card-slider .swiper-slide {
flex-shrink: 0;
width: 100%;
}
.card-slider .card {
background-color: #f9f9f9;
display: flex;
flex-flow: column;
}
.card-slider .card .content-wrap {
padding: 2em;
}
.card-slider .swiper-pagination {
margin-top: 1.5em;
position: static;
}
.card-slider .swiper-pagination-bullets {
text-align: left;
}
.card-slider .swiper-pagination-bullets .swiper-pagination-bullet {
height: 0.7rem;
width: 0.7rem;
background-color: #00628b;
transition: all ease 250ms;
}
.card-slider .swiper-pagination-bullets .swiper-pagination-bullet:hover {
opacity: 1;
}
.card-slider .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-left: 0.7rem;
} .interactive-illustration {
display: flex;
flex-flow: column nowrap;
position: relative;
}
@media (min-width: 992px) {
.interactive-illustration {
flex-direction: row;
}
}
.interactive-illustration header {
display: flex;
border-bottom: 2px solid #e6e6e6;
padding: 0.5em 2em;
flex-shrink: 0;
}
.interactive-illustration header .title {
margin-right: auto;
}
.interactive-illustration .svg-wrap {
flex-shrink: 1;
width: 100%;
}
@media (min-width: 992px) {
.interactive-illustration .svg-wrap {
width: 100%;
}
}
.interactive-illustration .svg-wrap > *,
.interactive-illustration .svg-wrap svg {
height: auto;
max-width: 100%;
}
@media (min-width: 992px) {
.interactive-illustration .svg-wrap > *,
.interactive-illustration .svg-wrap svg {
width: 100%;
}
}
.interactive-illustration .entry-info {
display: flex;
flex-direction: column;
position: fixed;
right: 0;
z-index: 100;
top: 0;
left: 0;
flex-shrink: 1;
max-height: calc(100% - 30px);
margin: 15px;
background-color: #fff;
box-shadow: 0 0 19em rgba(0, 0, 0, 0.3);
border-radius: 5px;
overflow: hidden;
}
@media (min-width: 768px) {
.interactive-illustration .entry-info {
max-height: 100%;
position: absolute;
left: initial;
width: 40%;
margin: 0;
margin-top: -1em;
margin-right: -1em;
}
}
.interactive-illustration .entry-info .content-wrap {
padding: 0 2rem;
overflow-y: scroll;
margin: 2em 0;
}
.interactive-illustration .entry-info .content-wrap .content > *:first-child {
margin-top: 0;
}
.interactive-illustration .entry-info .content-wrap .content > *:last-child {
margin-bottom: 0;
}
.interactive-illustration .close-control {
cursor: pointer;
padding: 0.5em;
display: inline-flex;
border-radius: 50%;
align-self: center;
flex-shrink: 0;
margin-left: 0.75em;
}
.interactive-illustration .close-control:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.interactive-illustration .close-control img,
.interactive-illustration .close-control svg {
max-width: 20px;
max-height: 20px;
}
.interactive-illustration .svg-wrap.has-active-hotspot .hotspot:not(.active):not(:hover) *[id*=bg] {
fill: #8f9192;
}
.interactive-illustration .hotspot {
cursor: pointer;
}
.interactive-illustration .hotspot *[id*=bg] {
transition: fill ease 300ms;
}
.interactive-illustration .hotspot:hover {
border: 3px solid #00628b;
}  .contact-button {
display: inline-flex;
align-items: center;
justify-content: center;
color: #222222;
background-color: #ffffff;
min-height: 40px;
padding: 0.5rem 1rem;
}
@media (max-width: 420px) {
.contact-button {
padding: 0.5rem 0.75rem;
}
}
.contact-button:hover, .contact-button:focus, .contact-button:active, .contact-button[href^="mailto:"] {
color: #222222 !important;
}
@media (max-width: 992px) {
.contact-button .label {
display: none;
}
}
.contact-button .icon {
max-width: 25px;
max-height: 20px;
}
@media (min-width: 992px) {
.contact-button .icon {
margin-right: 0.5rem;
max-width: 20px;
max-height: 20px;
}
}
.contact-button:hover {
background-color: #f9f9f9;
}
.contact-button:active {
background-color: #efefef;
}
.info-bar {
background-color: #00628b;
color: #fff;
}
.info-bar p {
font-size: 14px;
}
@media (min-width: 992px) {
.info-bar p {
font-size: 16px;
}
}
.wp-video .mejs-controls .mejs-time-rail .mejs-time-current {
background: #00628b;
}
.wp-video .mejs-container,
.wp-video .mejs-container .mejs-controls,
.wp-video .mejs-embed,
.wp-video .mejs-embed body {
background: #002c3f;
}
:root {
--cm--focus-outline: 2px solid var(--focus-color, #00628b);
--cm--focus-offset: var(--focus-offset, 3px);
--cm--border-width: 1px;
--cm--border-color: #0002;
--cm-placeholder--font-size: unset;
--cm-placeholder--font-family: unset;
--cm-placeholder--rounded: unset;
--cm-placeholder--background: #f4f4f4;
--cm-placeholder--foreground: #222222;
--cm-placeholder--content-gap: unset;
--cm-placeholder--content-padding: unset;
--cm-placeholder--content-width: unset;
--cm-manager--width: unset;
--cm-manager--padding: unset;
--cm-manager--gap: 0.75rem;
--cm-manager--rounded: 0;
--cm-manager--z-index: unset;
--cm-manager--shadow: unset;
--cm-manager--inner-shadow: unset;
--cm-manager--background: #fff;
--cm-manager--foreground: #222222;
--cm-manager--font-family: unset;
--cm-manager--font-size: unset;
--cm-manager--heading-font-size: unset;
--cm-manager--heading-font-weight: unset;
--cm-manager--overlay-background: unset;
--cm-manager--overlay-filter: unset;
--cm-manager--overlay-padding: 0px;
--cm-manager--close-button-size: unset;
--cm-manager--close-icon-color: unset;
--cm-manager--close-icon-size: unset;
--cm-manager--header-background: unset;
--cm-manager--header-padding: unset;
--cm-manager--footer-background: unset;
--cm-manager--footer-padding: unset;
--cm-manager--outro-padding: 0.5rem 1rem;
--cm-manager--outro-rounded: 0.25rem;
--cm-manager--outro-align: unset;
--cm-manager--outro-background: #f4f4f4;
--cm-manager--outro-foreground: unset;
--cm-manager--outro-font-size: unset;
--cm-groups--items-gap: 0.75rem;
--cm-groups--border-style: unset;
--cm-groups--header-padding: unset;
--cm-group--rounded: unset;
--cm-group--horizontal-gap: unset;
--cm-group--info-gap: unset;
--cm-group--label-font-weight: unset;
--cm-group--background: unset;
--cm-group--dim-foreground: unset;
--cm-group--animation: unset;
--cm-group--toggle-size: unset;
--cm-group--toggle-icon-width: unset;
--cm-group--toggle-icon-color: unset;
--cm-group--toggle-icon-url: unset;
--cm-service--toggle-order: 1;
--cm-service--body-padding: unset;
--cm-service--border-style: unset;
--cm-service--label-weight: unset;
--cm-service--dim-foreground: unset;
--cm-service--more-font-weight: unset;
--cm-service--animation: unset;
--cm-toggle--width: unset;
--cm-toggle--height: unset;
--cm-toggle--border-width: 0px;
--cm-toggle--rounded: unset;
--cm-toggle--animation: unset;
--cm-toggle--knob-border-width: unset;
--cm-toggle--knob-padding: unset;
--cm-toggle--track-color: #aaa;
--cm-toggle--border-color: unset;
--cm-toggle--knob-color: #fff;
--cm-toggle--knob-border-color: unset;
--cm-toggle--active-track-color: #00628b;
--cm-toggle--active-border-color: #00628b;
--cm-toggle--active-knob-color: #fff;
--cm-toggle--active-knob-border-color: unset;
--cm-toggle--indeterminate-track-color: unset;
--cm-toggle--indeterminate-border-color: unset;
--cm-toggle--indeterminate-knob-color: unset;
--cm-toggle--indeterminate-knob-border-color: unset;
--cm-toggle--disabled-track-color: #e7e7e7;
--cm-toggle--disabled-border-color: unset;
--cm-toggle--disabled-knob-color: #f4f4f4;
--cm-toggle--disabled-knob-border-color: unset;
--cm-toggle--disabled-active-track-color: rgba(0, 98, 139, 0.65);
--cm-toggle--disabled-active-border-color: unset;
--cm-toggle--disabled-active-knob-color: #fff8;
--cm-toggle--disabled-active-knob-border-color: unset;
--cm-bar--padding: unset;
--cm-bar--z-index: unset;
--cm-bar--shadow: unset;
--cm-bar--font-size: unset;
--cm-bar--font-family: unset;
--cm-bar--background: #fff;
--cm-bar--foreground: #222222;
--cm-buttons--gap: 0.5rem;
}
@media (min-width: 768px) {
:root {
--cm-manager--rounded: 0.25rem;
}
}
@media (min-width: 768px) {
:root {
--cm-manager--overlay-padding: 1.5rem;
}
}
@media (min-width: 768px) {
:root {
--cm-service--toggle-order: initial;
}
}
.cm-manager-body {
line-height: 1.4;
}
.cm-manager-body a {
text-decoration: underline;
}
.cm-group-description {
line-height: 1.25;
}
@media (max-width: 767.999px) {
.cm-manager-footer {
justify-content: flex-start;
}
.cm-service-header {
justify-content: space-between;
row-gap: 0;
}
.cm-service-learn-more {
order: 2;
width: 100%;
--cm-service--more-font-weight: 400;
}
}
:is(.cm-bar, .cm-manager, .cm-placeholder-overlay) .button.button {
padding: 0.5rem 0.75rem;
line-height: 1.4;
}
.cm-bar a {
text-decoration: underline;
}
:where(.cm-placeholder-overlay .button) {
all: unset;
}