@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
body {
-webkit-font-smoothing: antialiased;
background-color: #ffffff;
color: #333333;
max-width: 1920px;
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: var(--primary-color);
}
a:hover, a:active, a:focus {
color: var(--primary-color--darken-15);
text-decoration: none;
} @media print {
a[href]:after {
content: "";
}
} ::selection {
background-color: rgb(var(--primary-color--rgb)/0.75);
color: var(--primary-color--contrast);
}
.primary-color-text {
color: var(--primary-color);
} .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: 1200px) {
.container {
width: 1090px;
}
} .no-inner-padding > *:first-child {
margin-top: 0;
}
.no-inner-padding > *:last-child {
margin-bottom: 0;
}                footer.main {
background-color: #f8f8f8;
color: #4a4a4a;
}
footer.main .footer-layout {
display: flex;
flex-flow: row wrap;
margin: -0.75rem;
}
@media (min-width: 768px) {
footer.main .footer-layout {
margin: -1.5rem;
}
}
footer.main .footer-layout .half {
flex: 1 1 auto;
display: flex;
flex-direction: column;
flex-basis: 45%;
}
footer.main .footer-layout .partial {
display: flex;
flex-flow: row wrap;
}
footer.main .footer-layout .partial.bottomright, footer.main .footer-layout .partial.bottomleft {
align-items: flex-end;
}
footer.main .footer-layout .spacer-h {
flex-grow: 1;
}
@media (min-width: 768px) {
footer.main .footer-layout .spacer-h {
height: 2.5rem;
}
}
footer.main .footer-layout .spacer-v {
flex-grow: 1;
}
footer.main .widget-wrap {
padding: 0.75rem;
}
@media (min-width: 768px) {
footer.main .widget-wrap {
padding: 1.5rem;
}
}
footer.main .widget-wrap > *:first-child {
margin-top: 0;
}
footer.main .widget-wrap *:last-child {
margin-bottom: 0;
}
footer.main .widget-wrap h2 {
font-size: 1rem;
}
footer.main .widget-wrap h1,
footer.main .widget-wrap h2,
footer.main .widget-wrap h3 {
color: #222222;
}
footer.main hr {
border-color: #dfdfdf;
}
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;
max-width: 25%;
}
}
footer.main .r1 {
padding-top: 25px;
padding-bottom: 25px;
}
@media (min-width: 768px) {
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%;
}  .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, form input[type=submit],
form button,
input[type=submit] {
border: 2px solid var(--primary-color);
transition: all ease 130ms;
background-color: transparent;
font-weight: bold;
padding: 0.5rem 1rem;
font-size: 0.8rem;
display: inline;
line-height: 3.2rem;
white-space: nowrap;
}
@media (max-width: 380px) {
.button, form input[type=submit],
form button,
input[type=submit] {
padding: 0.75rem 1rem;
}
}
@media (min-width: 992px) {
.button, form input[type=submit],
form button,
input[type=submit] {
font-size: 1rem;
}
}
.button:hover:not([disabled]),
form button:hover:not([disabled]), .button:active:not([disabled]),
form button:active:not([disabled]), .button:focus:not([disabled]),
form button:focus:not([disabled]),
input[type=submit]:hover:not([disabled]),
input[type=submit]:active:not([disabled]),
input[type=submit]:focus:not([disabled]) {
color: var(--primary-color--contrast);
background-color: var(--primary-color);
}
.button:active,
form button:active,
input[type=submit]:active {
background-color: var(--primary-color--darken-15);
}
.button[disabled],
form button[disabled],
input[type=submit][disabled] {
background-color: var(--primary-color--darken-25);
}
p + .button, form p + input[type=submit],
form p + button {
margin-top: 0;
} .button[class*=style-arrow], form input[class*=style-arrow][type=submit],
form button[class*=style-arrow] {
display: inline-flex;
align-items: center;
}
.button[class*=style-arrow]:after, form input[class*=style-arrow][type=submit]:after,
form button[class*=style-arrow]:after {
transition: transform 200ms;
content: "";
height: 1em;
width: 1em;
margin-left: 10px;
background-color: currentColor;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.button[class*=style-arrow].style-arrow-right:after, form input[class*=style-arrow].style-arrow-right[type=submit]:after,
form button[class*=style-arrow].style-arrow-right:after {
-webkit-mask-image: url(//asa-tcmkongress.ch/wp-content/themes/asa-tcmkongress.ch/res/icons/arrow-right.svg);
mask-image: url(//asa-tcmkongress.ch/wp-content/themes/asa-tcmkongress.ch/res/icons/arrow-right.svg);
}
.button[class*=style-arrow].style-arrow-down:after, form input[class*=style-arrow].style-arrow-down[type=submit]:after,
form button[class*=style-arrow].style-arrow-down:after {
-webkit-mask-image: url(//asa-tcmkongress.ch/wp-content/themes/asa-tcmkongress.ch/res/icons/arrow-down.svg);
mask-image: url(//asa-tcmkongress.ch/wp-content/themes/asa-tcmkongress.ch/res/icons/arrow-down.svg);
}
a.button.style-arrow:hover {
transform: translateX(10px);
}
.page-section.style-primary .button, .page-section.style-primary form input[type=submit], form .page-section.style-primary input[type=submit],
.page-section.style-primary form button,
form .page-section.style-primary button {
border: 2px solid #000;
} .button-group {
display: flex;
flex-wrap: wrap;
margin: -0.25rem;
}
.button-group .button, .button-group form input[type=submit], form .button-group input[type=submit],
.button-group form button,
form .button-group button {
margin: 0.25rem;
line-height: inherit;
}          .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;
}
.page-section.style-background-image {
min-height: 30vw;
background-size: cover;
background-position: center;
}
.page-section [class*=col-] > h1, .page-section [class*=col-] > h2 {
color: var(--primary-color);
}
.page-section [class*=col-] > *:first-child {
margin-top: 0;
}
.page-section p {
font-weight: 300;
}
a[href^=mailto]:not(.button) {
color: var(--primary-color);
}
a[href^=mailto]:not(.button):hover {
color: var(--primary-color--darken-15);
}
.page-section.style-default {
color: #333333;
}
.page-section.style-default:not(.layout-nomp) + .style-default {
padding-top: 0;
}
.page-section.style-light {
background-color: #f4f4f4;
color: #333333;
}
.page-section.style-light + .style-light {
padding-top: 0;
}
.page-section.style-primary {
background-color: var(--primary-color);
color: var(--primary-color--contrast);
}
.page-section.style-primary p a {
color: #333333;
}
.page-section.style-primary .button, .page-section.style-primary form input[type=submit], form .page-section.style-primary input[type=submit],
.page-section.style-primary form button,
form .page-section.style-primary button {
border-color: var(--primary-color--contrast);
}
.page-section.style-primary ::selection {
background-color: rgb(var(--primary-color--darken-10--rgb)/0.5);
}
.page-section.style-fw-image {
background-color: #f4f4f4;
background-size: cover;
background-position: center;
min-height: 250px;
height: 35vw;
max-height: 850px;
color: #ffffff;
display: flex;
align-items: flex-end;
}
.page-section.style-fw-image .content-wrap {
text-shadow: 0 0 5px rgba(0, 0, 0, 0.52), 0 1px 0 rgba(0, 0, 0, 0.12);
}
.page-section.style-fw-image .content-wrap > *:first-child {
margin-top: 0;
}
.page-section.style-fw-image .content-wrap > *:last-child {
margin-bottom: 0;
}
@media (min-width: 768px) {
.page-section.style-fw-image .content-wrap {
max-width: 75%;
}
}
@media (min-width: 992px) {
.page-section.style-fw-image .content-wrap {
max-width: 60%;
}
} .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: #333333;
padding: 0.4rem;
}
.page-section .search-results li a:hover {
background-color: var(--primary-color--lighten-10);
}
.page-section .search-results li + li {
margin-top: 0.6rem;
} .OBContactWidget-row {
margin: 10px 0;
} .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);
} .wpml-ls-sidebars-language-switcher,
.wpml-ls-legacy-list-horizontal {
border: none;
padding: 0;
margin: 0 -0.3rem;
}
.wpml-ls-sidebars-language-switcher ul,
.wpml-ls-legacy-list-horizontal ul {
display: flex;
}
.wpml-ls-sidebars-language-switcher li,
.wpml-ls-sidebars-language-switcher .wpml-ls-item,
.wpml-ls-legacy-list-horizontal li,
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
margin: 0.3em;
display: flex;
align-items: center;
justify-content: center;
background-color: #efefef;
width: 2.6em;
height: 2.6em;
border-radius: 50%;
transition: all ease 300ms;
}
.wpml-ls-sidebars-language-switcher li:not(.wpml-ls-current-language):hover,
.wpml-ls-sidebars-language-switcher .wpml-ls-item:not(.wpml-ls-current-language):hover,
.wpml-ls-legacy-list-horizontal li:not(.wpml-ls-current-language):hover,
.wpml-ls-legacy-list-horizontal .wpml-ls-item:not(.wpml-ls-current-language):hover {
box-shadow: 0 0 0 3px #d2d2d2;
}
.wpml-ls-sidebars-language-switcher li.wpml-ls-current-language,
.wpml-ls-sidebars-language-switcher .wpml-ls-item.wpml-ls-current-language,
.wpml-ls-legacy-list-horizontal li.wpml-ls-current-language,
.wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language {
background-color: var(--primary-color);
}
.wpml-ls-sidebars-language-switcher li.wpml-ls-current-language a,
.wpml-ls-sidebars-language-switcher .wpml-ls-item.wpml-ls-current-language a,
.wpml-ls-legacy-list-horizontal li.wpml-ls-current-language a,
.wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a {
color: #ffffff;
} .logos-widget {
display: flex;
flex-wrap: wrap;
margin: -0.75em !important;
}
.logos-widget .logo {
display: inline-flex;
flex-shrink: 1;
margin: 0.75em !important;
}
.logos-widget .logo img {
align-self: center;
}
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 select,
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 select:focus,
form textarea:focus {
box-shadow: 0 0 0 2px var(--primary-color);
}
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 select: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;
}
form select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding-right: 2em !important;
background-image: url(//asa-tcmkongress.ch/wp-content/themes/asa-tcmkongress.ch/res/icons/select-angle.svg);
background-repeat: no-repeat;
background-size: 10px 10px;
background-position: center right 0.75em;
}
form input[type=submit],
form button {
color: var(--primary-color);
line-height: 1.25em;
}
.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 select,
.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 select:focus,
.page-section.style-light textarea:focus {
box-shadow: 0 0 0 2px var(--primary-color);
}
.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 select:disabled,
.page-section.style-light textarea:disabled {
background-color: #efefef;
cursor: no-drop;
}
.searchform {
max-width: 300px;
}
.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;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
background-color: #d2001b;
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 #d2001b transparent;
top: 0;
left: 15px;
transform: translateY(-100%);
}
.wpcf7 .wpcf7-response-output {
background-color: #000000;
color: #fff;
box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
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.wpcf7-spam-blocked {
background-color: #d2001b;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
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: var(--primary-color);
border: 3px solid var(--primary-color);
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: var(--primary-color);
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: var(--primary-color);
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 img {
width: 100%;
}
.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;
}
section table {
border-collapse: collapse;
}
section table td {
padding: 5px;
border: 1px solid #efefef;
}
iframe {
width: 100%;
}
.blog-sidebar {
border-left: 1px solid #efefef;
}
.post-entry {
color: #333333;
border-bottom: 1px solid #efefef;
}
.post-entry a {
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
flex-direction: row;
color: #333333;
}
.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: var(--primary-color);
}
.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: var(--primary-color);
}
.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: var(--primary-color);
}
.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;
overflow: hidden;
}
nav.main ul.menu > li.current-menu-item > a {
color: var(--primary-color);
}
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 {
color: #ffffff;
text-decoration: none;
position: relative;
}
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(//asa-tcmkongress.ch/wp-content/themes/asa-tcmkongress.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;
}
nav.main > ul > li a {
white-space: nowrap;
padding: 15px 0;
display: block;
transition: color ease 200ms;
}
@media (min-width: 992px) {
nav.main > ul > li a {
padding: 1rem 0;
}
}
nav.main > ul > li a:before {
content: "";
display: block;
width: 10px;
height: 10px;
position: absolute;
background-color: var(--primary-color);
border-radius: 50%;
top: 50%;
left: -10px;
transform: translate(-30px, -50%) scale(0);
opacity: 0;
transition: all ease 250ms;
}
nav.main > ul > li:hover a:before {
opacity: 1;
transform: translate(-10px, -50%) scale(1);
}
nav.main > ul > li:hover > a {
color: var(--primary-color) !important;
}
@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: var(--primary-color);
min-width: 250px;
padding: 0.5rem 0;
left: 0;
position: absolute;
font-size: 0.85rem;
}
nav.main > ul > li > ul a {
color: #fff;
}
nav.main > ul > li > ul .current-menu-item > a {
font-weight: bold;
}
nav.main > ul > li > ul > li + li {
border-top: 1px solid #fff;
}
nav.main > ul > li > ul > li:hover > a {
font-weight: bold;
}
nav.main > ul > li > ul > li > a {
padding: 1rem 0;
}
} @keyframes submenu {
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 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;
justify-content: space-between;
background-color: #fff;
min-height: 60px;
padding: 1.5rem 0;
}
@media (max-width: 768px) {
header.main .container {
width: 100%;
}
}
header.main .logo img {
max-height: 80px;
}
@media (min-width: 768px) {
header.main .logo img {
max-height: 90px;
}
}
@media (min-width: 992px) {
header.main .logo img {
max-height: 156px;
}
}
@keyframes logo-menu {
from {
opacity: 0;
transform: translateX(-100px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
header.main .logo-menu {
width: 75px;
max-height: 10vh;
min-height: 75px;
animation: logo-menu 300ms ease-out forwards;
}
@media (min-width: 992px) {
header.main .logo-menu {
width: auto;
max-height: 20vh;
}
}
header.main .header-controls {
display: flex;
flex-flow: column;
justify-content: space-between;
margin-left: auto;
height: 100%;
}
header.main .header-widgets .wpml-ls-sidebars-language-switcher ul {
margin: -0.3em;
justify-content: flex-end;
}
header.main .header-widgets .wpml-ls-sidebars-language-switcher li.wpml-ls-current-language {
background-color: var(--primary-color);
}
header.main .header-widgets .wpml-ls-sidebars-language-switcher li.wpml-ls-current-language a {
color: #ffffff;
}
@media (min-width: 992px) {
header.main {
justify-content: flex-start;
min-height: 100px;
}
}
@media print {
header.main {
display: none;
}
}
header.main > *:not(script) {
display: flex;
flex-flow: row;
justify-content: flex-start;
align-items: flex-end;
}
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 {
width: 100%;
display: flex;
align-items: center;
}
.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(25, 25, 25, 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-top: 1px solid #f4f4f4;
border-left: 1px solid #f4f4f4;
border-right: 1px solid #f4f4f4;
}
.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 {
transition: all ease 200ms;
cursor: pointer;
padding: 0.75rem 1.5rem;
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
border-radius: 5px;
font-size: 25px;
}
header.main .menu-button .label {
font-size: 1rem;
font-weight: bold;
margin-right: 1rem;
text-transform: uppercase;
}
header.main .menu-button:hover {
background-color: #efefef;
transition-duration: 50ms;
}
header.main .menu-button:active {
background-color: #e2e2e2;
}
header.main .toggle-button {
float: right;
justify-self: flex-end;
margin-left: auto;
margin-right: -1.25rem;
}
header.main .toggle-container {
font-size: 1.25rem;
background-color: #333333;
color: #ffffff;
display: none;
margin-left: auto;
position: relative;
}
header.main .toggle-container .menu-button {
color: #ffffff;
}
header.main .toggle-container .menu-button:hover {
background-color: rgba(0, 0, 0, 0.2);
}
header.main .toggle-container .controls {
width: 100%;
flex-shrink: 0;
padding: 2rem 0;
}
@media (min-width: 768px) {
header.main .toggle-container .controls {
padding-bottom: 4rem;
}
}
header.main .toggle-container .controls .container {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
header.main .toggle-container .header-layout {
display: flex;
flex-flow: row wrap;
height: 100%;
overflow-y: scroll;
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
scrollbar-width: none;
}
header.main .toggle-container .header-layout::-webkit-scrollbar {
width: 0px; background: transparent; }
header.main .toggle-container .header-layout .half {
flex: 1 1 auto;
}
header.main .toggle-container .header-layout .half:first-child {
padding-right: 25px;
}
header.main .toggle-container .header-layout a {
color: #ffffff;
}
header.main .toggle-container .header-layout a:hover, header.main .toggle-container .header-layout a:active {
color: var(--primary-color);
}
header.main .toggle-container .close-button {
margin-left: auto;
margin-right: -0.75rem;
}
header.main .toggle-container .close-button svg,
header.main .toggle-container .close-button img {
width: 20px;
}
header.main .toggle-container .mob-search-button {
margin: 15px auto 15px 15px;
}
header.main .toggle-container.toggled {
animation: toggle-container-toggle 300ms forwards;
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;
}
100% {
opacity: 1;
}
}
header.main .toggle-container.toggled.animated li {
opacity: 0;
animation: menu-li 600ms forwards;
}
@keyframes menu-li {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
header.main .toggle-container .wpml-ls-legacy-list-horizontal li.wpml-ls-item {
width: 2.6rem;
height: 2.6rem;
}
header.main .toggle-container .wpml-ls-legacy-list-horizontal li.wpml-ls-item:not(.wpml-ls-current-language) a {
color: #333333;
}
.header-bg {
background-color: #fff;
}
body.admin-bar .toggle-container {
max-height: calc(100vh - 32px);
margin-top: 32px;
}
:root,
body {
font-family: "Roboto", sans-serif;
font-size: 14px;
}
@media (min-width: 768px) {
:root,
body {
font-size: 15px;
}
}
@media (min-width: 992px) {
:root,
body {
font-size: 17px;
}
}
@media (min-width: 1200px) {
:root,
body {
font-size: 18px;
}
}
@media (min-width: 1400px) {
:root,
body {
font-size: 19px;
}
}
@media (min-width: 1600px) {
:root,
body {
font-size: 20px;
}
}
@media (min-width: 1900px) {
:root,
body {
font-size: 22px;
}
}
.has-big-h1 h1 {
font-weight: bold;
line-height: 1.1em;
font-size: 3rem;
}
h1 {
font-size: 2.1rem;
line-height: 2.3rem;
}
@media (min-width: 992px) {
h1 {
line-height: 1.42857143;
}
}
h2 {
font-size: 1.25rem;
line-height: 1.6rem;
}
@media (min-width: 992px) {
h2 {
line-height: 1.42857143;
}
}
h3 {
font-size: 1rem;
}
@keyframes gdpr-notice-reveal {
0% {
transform: translateY(100%);
}
100% {
transform: translateY(0);
}
}
.gdpr.sticky-notice {
z-index: 15;
display: none;
background-color: #fff;
box-shadow: 0 0 80px rgba(0, 0, 0, 0.38);
position: fixed;
bottom: 1rem;
right: 1rem;
left: 1rem;
align-items: center;
justify-content: space-between;
flex-flow: column;
padding: 1rem;
border-radius: 5px;
font-size: 0.9rem;
box-sizing: border-box;
flex-flow: column;
}
@media (max-width: 571px) {
.gdpr.sticky-notice .button, .gdpr.sticky-notice form input[type=submit], form .gdpr.sticky-notice input[type=submit],
.gdpr.sticky-notice form button,
form .gdpr.sticky-notice button {
margin-top: 15px;
width: 100%;
text-align: center;
margin-left: 0;
}
}
@media (min-width: 572px) {
.gdpr.sticky-notice {
max-width: 350px;
left: auto;
padding: 1.5rem;
}
}
@media (min-width: 992px) {
.gdpr.sticky-notice {
font-size: 0.8rem;
max-width: 400px;
}
}
.gdpr.sticky-notice .button, .gdpr.sticky-notice form input[type=submit], form .gdpr.sticky-notice input[type=submit],
.gdpr.sticky-notice form button,
form .gdpr.sticky-notice button {
margin-top: 1rem;
padding: 9px 20px;
cursor: pointer;
line-height: 1.4rem;
width: 100%;
text-align: center;
background-color: var(--primary-color);
color: #ffffff;
border: none;
}
.gdpr.sticky-notice .button:hover, .gdpr.sticky-notice form input[type=submit]:hover, form .gdpr.sticky-notice input[type=submit]:hover,
.gdpr.sticky-notice form button:hover,
form .gdpr.sticky-notice button:hover {
background-color: var(--primary-color--lighten-10);
}
.gdpr.sticky-notice .button:after, .gdpr.sticky-notice form input[type=submit]:after, form .gdpr.sticky-notice input[type=submit]:after,
.gdpr.sticky-notice form button:after,
form .gdpr.sticky-notice button:after {
padding-left: 10px;
margin-left: auto;
}
.gdpr.sticky-notice p {
margin: 0;
}
.gdpr.sticky-notice.not-seen {
display: flex;
animation: gdpr-notice-reveal ease 800ms forwards;
} .ug img {
align-self: center;
} .ug.image-grid img {
align-self: center;
}
.recent-posts {
font-size: 0.91em;
display: flex;
flex-flow: row wrap;
margin: -12.5px;
}
@media (min-width: 768px) {
.recent-posts {
margin: -2rem;
}
}
.recent-posts .post {
margin: 12.5px;
flex-basis: calc(100% - 25px);
}
@media (min-width: 500px) {
.recent-posts .post {
flex-basis: calc(50% - 25px);
}
}
@media (min-width: 768px) {
.recent-posts .post {
margin: 2rem;
flex-basis: calc(40% - 4rem);
}
.recent-posts .post:nth-child(1), .recent-posts .post:nth-child(4), .recent-posts .post:nth-child(5), .recent-posts .post:nth-child(8), .recent-posts .post:nth-child(9), .recent-posts .post:nth-child(12) {
flex-basis: calc(60% - 4rem);
}
}
.recent-posts .post a {
color: #333333;
display: flex;
width: 100%;
flex-flow: column;
}
.recent-posts .post a img {
align-self: stretch;
object-fit: cover;
flex-shrink: 0;
}
.recent-posts .post h2 {
color: var(--primary-color);
}
.recent-posts .post .content-wrap .content {
margin-top: 1.75em;
}
.recent-posts .post .content-wrap .content > *:first-child {
margin-top: 0;
}
.recent-posts .post .content-wrap .content > *:last-child {
margin-bottom: 0;
}
.recent-posts .post .read-link {
color: var(--primary-color);
font-weight: bold;
display: flex;
align-items: center;
}
.recent-posts .post .read-link:after {
transition: transform 200ms;
content: "";
height: 1em;
width: 1em;
margin-left: 10px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
background-image: url(//asa-tcmkongress.ch/wp-content/themes/asa-tcmkongress.ch/res/icons/arrow-right.svg);
}
.recent-posts-controls {
display: flex;
justify-content: center;
align-items: center;
margin-top: 3.5rem;
} .post-pagination {
display: flex;
flex-wrap: wrap;
}
.post-pagination .pagination-wrap {
margin: -0.25em;
}
.post-pagination .pagination-wrap > * {
margin: 0.25em;
padding: 0.5em 0.75em;
background-color: #efefef;
}
.post-pagination .pagination-wrap > *:hover, .post-pagination .pagination-wrap > *.current-page {
background-color: var(--primary-color);
color: var(--primary-color--contrast);
}
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: var(--primary-color);
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: 3rem;
line-height: 0;
margin-top: -0.7rem;
color: var(--primary-color);
display: inline-block;
float: right;
min-width: 25px;
text-align: right;
font-weight: 400;
}
@media (min-width: 992px) {
.accordion .accordion-heading {
padding: 1.5em;
}
}
.accordion .accordion-inner {
padding: 1rem;
display: none;
}
@media (min-width: 992px) {
.accordion .accordion-inner {
padding: 1.5em;
}
}
.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;
}
.content-box {
background-color: #fff;
display: flex;
position: relative;
transition: all ease 300ms;
transition-property: box-shadow, transform;
justify-content: stretch;
color: #333333;
font-size: 0.91em;
}
.content-box img {
align-self: center;
}
.content-box .img-wrap {
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 {
display: flex;
flex-flow: column;
height: 100%;
width: 100%;
}
.content-box .content-wrap p a {
color: var(--primary-color);
}
.content-box .button.style-arrow, .content-box form input.style-arrow[type=submit], form .content-box input.style-arrow[type=submit],
.content-box form button.style-arrow,
form .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 {
border-top: 2px solid #f4f4f4;
}
.content-box.type-imgtop .content-wrap *:last-child.button-group {
margin-top: auto;
}
.content-box.type-imgleft, .content-box.type-imgright {
flex-flow: row;
align-items: stretch;
justify-content: center;
flex-direction: column;
background-color: transparent;
}
@media (min-width: 768px) {
.content-box.type-imgleft, .content-box.type-imgright {
flex-direction: row;
}
}
.content-box.type-imgleft .img-wrap, .content-box.type-imgright .img-wrap {
align-self: stretch;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
flex-shrink: 0;
max-height: 360px;
overflow: hidden;
max-width: 40%;
}
@media (min-width: 450px) {
.content-box.type-imgleft .img-wrap, .content-box.type-imgright .img-wrap {
max-width: 25%;
}
}
.content-box.type-imgleft .content-wrap, .content-box.type-imgright .content-wrap {
display: flex;
align-items: center;
}
.content-box.type-imgleft .content-wrap .content, .content-box.type-imgright .content-wrap .content {
height: auto;
display: block;
}
.content-box.type-imgleft h1,
.content-box.type-imgleft h2,
.content-box.type-imgleft h3,
.content-box.type-imgleft h4, .content-box.type-imgright h1,
.content-box.type-imgright h2,
.content-box.type-imgright h3,
.content-box.type-imgright h4 {
margin-bottom: 0;
}
.content-box.type-imgleft h1 + p:first-of-type,
.content-box.type-imgleft h2 + p:first-of-type,
.content-box.type-imgleft h3 + p:first-of-type,
.content-box.type-imgleft h4 + p:first-of-type, .content-box.type-imgright h1 + p:first-of-type,
.content-box.type-imgright h2 + p:first-of-type,
.content-box.type-imgright h3 + p:first-of-type,
.content-box.type-imgright h4 + p:first-of-type {
margin-top: 0;
}
@media (min-width: 768px) {
.content-box.type-imgright {
flex-flow: row-reverse;
}
}
a.content-box:hover {
transform: translateY(-10px);
}
.content-boxstyle-default {
background-color: #fff;
color: #333333;
}
.content-box.style-light {
color: #333333;
box-shadow: 0 1rem 1.4rem -1rem rgba(195, 195, 195, 0.16);
background-color: #f4f4f4;
background: transparent linear-gradient(271deg, #f8f8f8 0%, #e6e6e6 100%) 0% 0% no-repeat padding-box;
}
.content-box.style-custom {
background-color: var(--primary-color--lighten-40);
background: transparent linear-gradient(126deg, var(--primary-color--lighten-40) 0%, var(--primary-color--lighten-25) 100%) 0% 0% no-repeat padding-box;
}
.content-box.style-custom .img-wrap {
width: 50%;
max-width: 50%;
padding-top: 50%;
}
*:not(.ug) > .content-box + .content-box {
margin-top: 2em;
} .page-section.style-primary .content-box:not([class*=style-]) {
background-color: #ffffff;
}
.page-section.style-default .content-box:not([class*=style-]) {
background-color: #f4f4f4;
}
.page-section.style-default .content-box.style-default {
border: 2px solid #efefef;
}
.page-section.style-light .content-box:not([class*=style-]) {
background-color: #ffffff;
}
.vanilla-swiper {
position: relative;
}
.vanilla-swiper .button-wrapper {
z-index: 10;
position: absolute;
pointer-events: none;
display: flex;
top: calc(50% - 1.5rem);
transform: translateY(-50%);
left: 0;
right: 0;
}
.vanilla-swiper .button-wrapper > *:last-child {
margin-left: auto;
}
.vanilla-swiper .custom-button {
pointer-events: all;
height: 2.5rem;
width: 2.5rem;
border-radius: 50%;
background-color: #fff;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
transition: all ease 120ms;
z-index: 5;
align-items: center;
justify-content: center;
cursor: pointer;
display: flex;
opacity: 0;
user-select: none;
}
.vanilla-swiper .custom-button:hover {
transform: scale(1.05);
}
.vanilla-swiper .custom-button:active {
transform: scale(0.95);
background-color: #f1f1f1;
}
.vanilla-swiper .swiper-container .swiper-wrapper .align-middle {
display: flex;
justify-content: center;
align-items: center;
}
.vanilla-swiper .swiper-container .swiper-wrapper .align-left {
display: flex;
justify-content: flex-start;
align-items: center;
}
.vanilla-swiper .swiper-container .swiper-pagination {
position: static;
height: 3rem;
display: flex;
align-items: flex-end;
justify-content: center;
}
.vanilla-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
background-color: var(--primary-color);
}
.vanilla-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-left: 0.7rem;
}
.vanilla-swiper:hover .custom-button {
opacity: 1;
}
.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(//asa-tcmkongress.ch/wp-content/themes/asa-tcmkongress.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 rgba(0, 0, 0, 0);
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 var(--primary-color);
color: #333333;
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: #333333;
padding: 40px;
}
.timeline .ug-item:before {
border-radius: 50%;
content: "";
display: block;
width: 16px;
height: 16px;
background-color: var(--primary-color);
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: var(--primary-color);
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%;
position: relative;
}
.slider-integrated .swiper-container {
border-top: none;
min-height: 400px;
height: 35vw !important;
max-height: 580px;
}
.slider-integrated .swiper-container .swiper-slide {
display: flex;
align-items: flex-end;
}
.slider-integrated .slide {
background-size: cover;
color: #ffffff;
padding: 4rem 0;
}
@media (max-width: 767px) {
.slider-integrated .slide .container {
width: 100%;
}
}
.slider-integrated .slide .content-wrap {
margin-right: 2rem;
}
@media (min-width: 400px) {
.slider-integrated .slide .content-wrap {
margin-right: 7rem;
}
}
@media (min-width: 768px) {
.slider-integrated .slide .content-wrap {
margin-right: 10rem;
max-width: 65%;
}
}
@media (min-width: 992px) {
.slider-integrated .slide .content-wrap {
max-width: 50%;
}
}
.slider-integrated .slide .content-wrap .content > h1:first-child {
margin-bottom: 0;
}
.slider-integrated .slide .content-wrap .content > *:first-child {
margin-top: 0;
}
.slider-integrated .slide .content-wrap .content > *:last-child {
margin-bottom: 0;
}
.slider-integrated .slide .button, .slider-integrated .slide form input[type=submit], form .slider-integrated .slide input[type=submit],
.slider-integrated .slide form button,
form .slider-integrated .slide button {
background-color: var(--primary-color);
color: #ffffff;
}
.slider-integrated .slide .badge {
background-color: var(--primary-color);
font-weight: bold;
color: #ffffff;
width: 7em;
height: 7em;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
position: absolute;
right: 25px;
top: 25px;
font-size: 1.1rem;
padding: 1rem;
transform: matrix(1, -0.05, 0.05, 1, 0, 0);
}
@media (min-width: 768px) {
.slider-integrated .slide .badge {
font-size: 1.3rem;
right: 0;
top: 0;
width: 6em;
height: 6em;
}
}
.slider-integrated .slide .badge h1,
.slider-integrated .slide .badge h2,
.slider-integrated .slide .badge h3 {
line-height: 1.2em;
}
.slider-integrated .slide p {
font-size: 1.4rem;
}
.slider-integrated .swiper-wrapper.disabled {
transform: translate3d(0px, 0, 0) !important;
}
.slider-integrated .swiper-pagination.disabled {
display: none;
}
.slider-integrated .swiper-pagination-bullets {
text-align: left;
bottom: 3rem;
}
.slider-integrated .swiper-pagination-bullets .swiper-pagination-bullet {
height: 18px;
width: 18px;
background-color: transparent;
transition: all ease 250ms;
border: 3px solid var(--primary-color);
opacity: 1;
}
.slider-integrated .swiper-pagination-bullets .swiper-pagination-bullet:hover {
opacity: 1;
}
.slider-integrated .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: var(--primary-color);
}
.slider-integrated .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-left: 9px;
}
@keyframes popup-wrap-reveal {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.popup-wrap {
display: none;
background-color: rgba(55, 55, 55, 0.74);
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 30;
align-items: center;
justify-content: center;
}
.popup-wrap.active {
display: flex;
animation: popup-wrap-reveal ease 200ms forwards;
}
.popup-window {
background-color: #ffffff;
box-shadow: 0 0 24px rgba(0, 0, 0, 0.29);
max-width: 800px;
max-height: calc(100vh - 2rem);
margin: 1rem 2rem;
display: flex;
flex-flow: column;
justify-content: stretch;
}
.popup-window .heading {
display: flex;
border-bottom: 2px solid #efefef;
}
.popup-window .heading .title {
margin: 0.5rem 1rem;
}
.popup-window .content {
overflow-y: scroll;
flex-grow: 1;
padding: 1rem;
}
.popup-window .popup-button {
display: flex;
align-items: center;
justify-content: center;
width: 3rem;
border-left: 2px solid #efefef;
cursor: pointer;
}
.popup-window .popup-button:hover {
background-color: #f4f4f4;
}
.popup-window .popup-button:active {
background-color: #f3f3f3;
}
.popup-window .popup-button.close-button {
margin-left: auto;
}
.popup-window .popup-button.close-button img {
width: 1.5rem;
}
body.admin-bar .popup-window {
max-height: calc(100vh - 2rem - 32px);
margin-top: calc(1rem + 32px);
} .wpcf7-response-output {
position: static !important;
margin-top: 1rem !important;
}
.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(//asa-tcmkongress.ch/wp-content/themes/asa-tcmkongress.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: var(--primary-color--darken-7\.5);
}
.page-section.style-primary .file-download {
border-top-color: var(--primary-color--darken-7\.5);
}
.page-section.style-primary .file-download .download-link {
color: var(--primary-color--contrast);
}
.page-section.style-primary .file-download:hover .download-link {
background-color: var(--primary-color--darken-7\.5);
}
.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(85, 85, 85, 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;
}
.call-us-button {
background-color: var(--primary-color);
border-radius: 50%;
box-shadow: 0 0 20px rgba(97, 97, 97, 0.6);
height: 50px;
width: 50px;
display: flex;
position: fixed;
bottom: 1rem;
right: 1rem;
z-index: 1;
}
@media (min-width: 768px) {
.call-us-button {
display: none;
}
}
.call-us-button img {
padding: 25%;
}
.partner-list {
display: flex;
flex-flow: row wrap;
margin: -1.5rem;
}
.partner-list .partner {
display: flex;
justify-content: center;
flex-flow: column;
margin: 1.5rem;
width: calc(50% - 3rem);
}
@media (min-width: 550px) {
.partner-list .partner {
width: calc(33.3333% - 3rem);
}
}
.partner-list .partner .image-wrap {
height: 100%;
max-width: 200px;
width: 100%;
display: flex;
align-items: center;
}
.partner-list .partner .image-wrap img {
max-width: 100%;
max-height: 120px;
width: auto;
flex-shrink: 0;
}
.partner-list .partner .label {
margin-top: auto;
padding-top: 2rem;
}
.line-separator {
border-top: 3px solid #e8e8e8;
}
@media (max-width: 400px) {
.committee-list .member {
flex: 0 1 calc(100% - 30px);
max-width: 100%;
}
}
.committee-list .member .member-text {
padding: 1em 0;
}
.committee-list .member img {
max-width: 65%;
}
.committee-list .member h1,
.committee-list .member h2,
.committee-list .member h3 {
color: var(--primary-color);
line-height: 1.2em;
margin: 0;
}
.committee-list .member p {
font-size: 0.95em;
font-weight: 300;
margin: 0.25em 0;
}
.icon-list {
margin: -0.25em;
display: flex;
flex-flow: row wrap;
}
.icon-list .icon {
margin: 0.25em;
flex-shrink: 0;
}
.icon-list .icon img[src*=".svg"] {
min-width: 50px;
}
#placeholder-page {
display: flex;
align-items: center;
justify-content: center;
width: 100vw;
height: 100vh;
}
#placeholder-page section {
width: 600px;
max-width: 100%;
}
#placeholder-page .container {
width: 100% !important;
}
.wpforms-container .wpforms-form .wpforms-page-indicator.circles {
border-top: 2px solid #efefef;
border-bottom: 2px solid #efefef;
}
.wpforms-container .wpforms-form .wpforms-field-container {
width: 100%;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
position: static;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input.wpforms-error,
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea.wpforms-error,
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select.wpforms-error {
border: 2px solid #d2001b;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input.wpforms-error:focus,
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea.wpforms-error:focus,
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select.wpforms-error:focus {
outline-color: #d2001b;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-page-button + .wpforms-page-button {
margin-left: 1em;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-pagebreak {
width: 100%;
flex-shrink: 0;
}
@media only screen and (max-width: 600px) {
.wpforms-container .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern) {
overflow-x: visible !important;
}
}