body {
-webkit-font-smoothing: antialiased;
background-color: #ffffff;
color: #414141;
} @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: #C4A957;
}
a:hover, a:active, a:focus {
color: #d1bc7d;
text-decoration: none;
} @media print {
a[href]:after {
content: "";
}
} ::selection {
background-color: rgba(196, 169, 87, 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: 992px) {
.container {
width: 1106px;
max-width: calc(100% - 50px);
}
} .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: #E8E8E8;
color: #4A4A4A;
}
footer.main h1, footer.main h2, footer.main h3 {
color: #C4A957;
}
footer.main a:not(.button) {
color: #4A4A4A;
}
footer.main a:not(.button):hover {
color: #C4A957;
}
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: 768px) {
footer.main .footer-wrap > .footer-col {
max-width: 33.3%;
}
}
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 {
background-color: #555555;
color: #ffffff;
}
footer.main .r2 .container {
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
margin: -0.5em auto;
}
footer.main .r2 .container > * {
margin: 0.5em;
}
@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;
}
footer.main .r2 a, footer.main .r2 a:hover, footer.main .r2 a:active {
color: #ffffff;
}  .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: #C4A957;
color: #ffffff;
border: none;
font-weight: bold;
padding: 1rem 2rem;
font-size: 0.8rem;
display: inline;
line-height: 3.2rem;
white-space: nowrap;
border-radius: 0;
}
@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: #c9b166;
}
.button:active,
input[type=submit]:active {
background-color: #998036;
}
.button.light:not(:disabled),
input[type=submit].light:not(:disabled) {
background-color: #e1d9c0;
color: #666563;
line-height: normal;
padding: 0.6rem 0.8rem;
font-weight: inherit;
font-size: 0.9rem;
}
.button.light:not(:disabled):hover:not(:disabled),
input[type=submit].light:not(:disabled):hover:not(:disabled) {
background-color: #e8e1ce;
}
.button.light:not(:disabled):active,
input[type=submit].light:not(:disabled):active {
background-color: #c8ba8c;
}
.button:disabled,
input[type=submit]:disabled {
background-color: #736128;
}
p + .button {
margin-top: 0;
} .button.style-arrow {
display: inline-flex;
align-items: center;
padding: 0.5rem 0.5rem 0.5rem 0;
background-color: transparent;
color: #C4A957 !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(//atelier-zeitglas.ch/wp-content/themes/atelier-zeitglas.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.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 ul {
list-style: none;
position: relative;
padding: 0;
}
.page-section ul li {
padding-left: 1em;
position: relative;
}
.page-section ul li:before {
position: absolute;
left: 0;
content: "-";
color: #C4A957;
display: inline-block;
}
a[href^=mailto]:not(.button) {
color: #C4A957;
}
a[href^=mailto]:not(.button):hover {
color: #998036;
}
.page-section.style-default {
color: #414141;
}
.page-section.style-default:not(.layout-nomp) + .style-default {
position: relative;
}
.page-section.style-default:not(.layout-nomp) + .style-default:before {
content: "";
max-width: calc(100% - 50px);
width: 700px;
left: 50%;
transform: translateX(-50%);
display: block;
position: absolute;
top: -1px;
background-image: url(//atelier-zeitglas.ch/wp-content/themes/atelier-zeitglas.ch/res/dotted_line.svg);
background-repeat: repeat-x;
height: 2px;
background-position: center;
}
@media (min-width: 992px) {
.page-section.style-default:not(.layout-nomp) + .style-default:before {
width: 1056px;
max-width: calc(100% - 90px);
}
}
.page-section.style-light {
background-color: #F4F4F4;
color: #414141;
}
.page-section.style-light + .style-light {
padding-top: 0;
}
.page-section.style-primary {
background-color: #C4A957;
color: #ffffff;
}
.page-section.style-primary p a {
color: #414141;
}
.page-section.style-primary .button {
border-color: #ffffff;
}
.page-section.style-primary ::selection {
background-color: rgba(172, 144, 60, 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;
}
} .page-section [class*=col-].layout-hcenter {
position: relative;
}
.page-section [class*=col-].layout-hcenter > * {
position: relative;
left: 50%;
transform: translateX(-50%);
}
.page-section [class*=col-].layout-hcenter .button-group {
justify-content: center;
}
@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: #414141;
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);
}
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;
border-radius: 0;
-webkit-appearance: none;
border: 1px solid #C4A957;
}
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 #C4A957;
}
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;
}
.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;
border-radius: 0;
-webkit-appearance: none;
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 #C4A957;
}
.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;
} .form-layout .form-row {
display: flex;
flex-flow: column;
margin: -0.5em;
}
@media (min-width: 768px) {
.form-layout .form-row {
flex-direction: row;
}
}
.form-layout .form-row > * {
margin: 0.5em;
}
@media (min-width: 768px) {
.form-layout .form-row > * {
margin: 0.75em 0.5em;
}
}
@media (max-width: 667px) {
.form-layout .form-row > * + * {
margin-top: 0;
}
}
.form-layout .form-row label, .form-layout .form-row input, .form-layout .form-row textarea {
flex-shrink: 1;
flex-grow: 1;
}
@media (max-width: 667px) {
.form-layout .form-row + .form-row {
margin-top: 0;
}
}
.form-layout input:not([type=submit]), .form-layout textarea {
font-weight: 400;
margin-top: 0.3em;
}
.form-layout input[type=submit] {
margin-top: 2em;
}
.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: #C4A957;
color: #fff;
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 #C4A957 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;
margin: 1em !important;
animation: wpcf7-invalid-bubble 300ms;
z-index: 200;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors, .wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
background-color: #C4A957;
}
.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: #C4A957;
border: 3px solid #C4A957;
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: #C4A957;
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: #C4A957;
color: #fff;
}
.page-nav *:not(:first-child) {
margin-left: 0.5rem;
}
section table {
border-collapse: collapse;
}
section table td {
padding: 5px;
border: 1px solid #efefef;
}
iframe {
width: 100%;
}
.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: #C4A957;
}
.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: #C4A957;
}
.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: #C4A957;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-size: 30px auto;
}
.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%);
background-image: url(//atelier-zeitglas.ch/wp-content/themes/atelier-zeitglas.ch/res/icons/gallery_right.svg);
}
.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%);
background-image: url(//atelier-zeitglas.ch/wp-content/themes/atelier-zeitglas.ch/res/icons/gallery_left.svg);
}
.gallery-control.control-close {
right: 1rem;
top: 1rem;
background-image: url(//atelier-zeitglas.ch/wp-content/themes/atelier-zeitglas.ch/res/icons/gallery_close.svg);
background-size: 25px auto;
}
@media (max-width: 781px) {
body.admin-bar .gallery-control.control-close {
top: 46px;
}
}
@media (min-width: 782px) {
body.admin-bar .gallery-control.control-close {
top: 32px;
}
}
.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;
text-align: center;
}
nav.main ul.menu > li.current-menu-item > a {
color: #C4A957;
}
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.current-menu-item > a {
color: #C4A957;
}
nav.main ul li {
list-style: none;
}
nav.main ul a {
text-decoration: none;
position: relative;
color: #222222;
text-transform: uppercase;
}
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(//atelier-zeitglas.ch/wp-content/themes/atelier-zeitglas.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;
font-size: 1.2rem;
}
nav.main > ul > li a {
white-space: nowrap;
display: block;
padding: 0.65rem 1rem;
}
nav.main > ul > li:hover > a {
color: #C4A957;
}
@media (min-width: 992px) {
nav.main > ul > li:hover > ul {
animation: menu-anim 250ms;
}
}
@media (min-width: 992px) {
nav.main > ul > li > ul {
text-align: left;
box-shadow: 0 1.3rem 20px -1rem rgba(50, 50, 50, 0.2);
background-color: #C4A957;
min-width: 250px;
padding: 1rem 2rem;
left: 0;
position: absolute;
font-size: 0.85rem;
}
nav.main > ul > li > ul a {
color: #FFF;
}
nav.main > ul > li > ul > li + li {
border-top: 1px solid #FFF;
}
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-wrap,
header.main {
min-height: 90px;
max-height: 90px;
}
@media (min-width: 992px) {
.header-wrap,
header.main {
min-height: 7.5rem;
max-height: 7.5rem;
}
}
header.main {
display: flex;
justify-content: space-between;
background-color: #fff;
transition: box-shadow 0.3s, max-height 0.3s, min-height 0.3s;
}
@media (min-width: 992px) {
header.main {
justify-content: flex-start;
}
}
@media print {
header.main {
display: none;
}
}
header.main.is-floating {
position: fixed;
top: 0;
width: 100%;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
header.main.is-floating {
top: auto;
}
}
@media (min-width: 992px) {
header.main.is-floating:not(.is-menu-active) {
min-height: 5.5rem;
max-height: 5.5rem;
}
}
@media (min-width: 992px) {
header.main.is-floating:not(.is-menu-active) .logo img {
height: 75px;
max-height: 75px;
}
}
header.main.is-menu-active {
position: fixed;
top: 0;
left: 0;
right: 0;
}
@media (max-width: 781px) {
body.admin-bar header.main.is-menu-active {
top: 46px;
}
}
@media (min-width: 782px) {
body.admin-bar header.main.is-menu-active {
top: 32px;
}
}
header.main .header-container {
min-height: inherit;
width: 100%;
padding: 0 25px;
margin: 0 auto;
}
@media (min-width: 992px) {
header.main .header-container {
padding: 0 45px;
}
}
header.main .logo {
margin: 0 auto;
user-select: none;
}
header.main .logo img {
height: 80px;
max-height: 80px;
padding: 1.25rem 0;
transition: all 0.3s;
}
@media (min-width: 768px) {
header.main .logo img {
height: 90px;
max-height: 90px;
}
}
@media (min-width: 992px) {
header.main .logo img {
height: 100px;
max-height: 100px;
padding: 0.5rem 0;
}
}
header.main > *:not(script) {
display: flex;
flex-flow: row;
align-items: center;
justify-content: space-between;
}
header.main .spb-dummy {
opacity: 0;
width: 35px;
height: 10px;
display: block;
}
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;
justify-content: center;
align-items: center;
}
.header-wrap {
position: relative;
z-index: 15;
display: flex;
flex-flow: column;
} header.main .menu-button {
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
border-radius: 50%;
font-size: 25px;
}
header.main .toggle-button {
float: right;
justify-self: flex-end;
transition: scale ease 300ms;
cursor: pointer;
position: relative;
}
header.main .toggle-button span {
width: 35px;
height: 3px;
background-color: #C4A957;
display: flex;
position: absolute;
transform: rotate(0deg);
transition: 0.2s ease-in-out;
left: 0;
}
header.main .toggle-button span:nth-child(1) {
top: 50%;
transform: translateY(-11px);
}
header.main .toggle-button span:nth-child(2) {
top: 50%;
}
header.main .toggle-button span:nth-child(3) {
top: 50%;
transform: translateY(11px);
}
header.main .toggle-button.toggled :nth-child(1) {
transform: translateY(-50%) rotate(45deg);
}
header.main .toggle-button.toggled :nth-child(2) {
opacity: 0;
}
header.main .toggle-button.toggled :nth-child(3) {
transform: translateY(-50%) rotate(-45deg);
}
header.main .toggle-container {
background-color: #ffffff;
display: none;
position: fixed;
bottom: 0;
left: 0;
right: 0;
-ms-overflow-style: -ms-autohiding-scrollbar;
user-select: none;
top: calc(90px + var(--wp-admin--admin-bar--height, 0px));
}
@media (min-width: 992px) {
header.main .toggle-container {
top: calc(7.5rem + var(--wp-admin--admin-bar--height, 0px));
}
}
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;
z-index: 35;
display: flex;
flex-flow: column;
}
@keyframes toggle-container-toggle {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
header.main .toggle-container.toggled nav.main {
overflow-y: scroll;
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
scrollbar-width: none;
}
header.main .toggle-container.toggled nav.main::-webkit-scrollbar {
width: 0px; background: transparent; }
header.main .toggle-container.toggled.animated li {
opacity: 0;
animation: menu-li 650ms forwards;
}
@keyframes menu-li {
from {
opacity: 0;
transform: translateX(-15px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
body.home header.main {
border-bottom: none;
}
.header-bg {
background-color: #fff;
}
@font-face {
font-family: "Metropolis";
src: url(//atelier-zeitglas.ch/wp-content/themes/atelier-zeitglas.ch/res/fonts/Metropolis-Regular.woff2) format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Metropolis";
src: url(//atelier-zeitglas.ch/wp-content/themes/atelier-zeitglas.ch/res/fonts/Metropolis-SemiBold.woff2) format("woff2");
font-weight: 600;
font-style: normal;
font-display: swap;
}
:root,
body {
font-size: 14px;
font-family: "Metropolis", sans-serif;
letter-spacing: 0.03em;
}
@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: "Metropolis", sans-serif;
font-weight: 600;
text-transform: uppercase;
}
h1 {
font-size: 2rem;
line-height: 1.3em;
}
h2 {
font-size: 1.8rem;
line-height: 1.3em;
}
h3 {
font-size: 1.1rem;
}
.small-print {
font-size: 0.88em;
}
@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: 0;
right: 0;
left: 0;
align-items: center;
justify-content: space-between;
flex-flow: column;
padding: 1rem;
font-size: 0.9rem;
box-sizing: border-box;
flex-flow: column;
}
.gdpr.sticky-notice p {
max-width: 100%;
}
@media (max-width: 571px) {
.gdpr.sticky-notice .button {
margin-left: 15px;
width: 100%;
text-align: center;
margin-top: 0;
}
}
@media (min-width: 572px) {
.gdpr.sticky-notice {
padding: 1rem 1.25rem;
}
}
@media (min-width: 992px) {
.gdpr.sticky-notice {
font-size: 0.8rem;
}
}
.gdpr.sticky-notice .button {
margin-left: 1rem;
padding: 9px 20px;
cursor: pointer;
line-height: 1.4rem;
text-align: center;
}
.gdpr.sticky-notice .button:after {
padding-left: 10px;
margin-left: auto;
}
.gdpr.sticky-notice p {
margin: 0;
}
.gdpr.sticky-notice.not-seen {
display: flex;
flex-flow: row;
animation: gdpr-notice-reveal ease 800ms forwards;
}
@media print {
.gdpr.sticky-notice {
display: none !important;
}
} .ug img {
align-self: center;
} .ug.image-grid img {
align-self: center;
}
.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: #C4A957;
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: #C4A957;
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 #C4A957;
}
.content-box {
background-color: #fff;
display: flex;
position: relative;
transition: all ease 300ms;
transition-property: box-shadow, transform;
justify-content: stretch;
color: #414141;
}
.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;
width: 100%;
margin: 2em 0;
flex-grow: 1;
height: auto;
font-size: 0.88em;
}
.content-box .content-wrap .content {
height: 100%;
width: 100%;
}
.content-box .content-wrap p a {
color: #C4A957;
}
.content-box .more-indicator {
color: #C4A957;
text-transform: uppercase;
display: flex;
align-items: center;
}
.content-box .more-indicator:after {
content: "";
display: inline-block;
background-image: url(//atelier-zeitglas.ch/wp-content/themes/atelier-zeitglas.ch/res/icons/angle-right.svg);
margin-left: 1em;
background-size: contain;
height: 16px;
width: 8px;
background-repeat: no-repeat;
transition: transform ease 200ms;
}
.content-box.type-imgtop {
flex-flow: column;
}
.content-box.type-imgtop .content-wrap *:last-child.button-group {
margin-top: auto;
}
.content-box.type-imgleft {
flex-flow: row;
align-items: center;
}
.content-box.type-imgleft .img-wrap {
padding: 1rem;
}
.content-box.type-imgleft .content-wrap {
border-left: 2px solid #F4F4F4;
} [class*=col-] > .content-box + .content-box {
margin-top: 1.5rem;
}
a.content-box:hover {
color: #414141;
}
a.content-box:hover .more-indicator:after {
transform: translateX(4px);
}
.content-boxstyle-default {
background-color: #FFF;
color: #414141;
}
.content-box.style-light {
background-color: #F4F4F4;
color: #414141;
}
.file-download-wrap {
border-top: 2px solid #F4F4F4;
border-bottom: 2px solid #F4F4F4;
margin: 2em;
}
.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(//atelier-zeitglas.ch/wp-content/themes/atelier-zeitglas.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: #b59840;
}
.page-section.style-primary .file-download {
border-top-color: #b59840;
}
.page-section.style-primary .file-download .download-link {
color: #ffffff;
}
.page-section.style-primary .file-download:hover .download-link {
background-color: #b59840;
}
.social-media-icons-wrapper {
padding: 1rem 0;
}
.social-media-icons {
display: flex;
align-items: center;
margin: -12px;
}
@media print {
.social-media-icons {
display: none;
}
}
.social-media-icons .icon {
display: flex;
align-items: center;
justify-content: center;
transition: all ease 300ms;
border-radius: 50%;
margin: 12px;
}
.social-media-icons .icon:hover {
position: relative;
}
.social-media-icons .icon:hover:after {
content: "";
display: block;
position: absolute;
height: 3px;
background-color: #C4A957;
top: 100%;
margin-top: 4px;
width: 100%;
}
.social-media-icons .icon img {
max-height: 33px;
}
.widget.socialmedia {
margin: 2em 0;
}
.widget.socialmedia:last-child {
margin-bottom: 0;
}
.call-us-button {
background-color: #C4A957;
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%;
} .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 {
max-height: 75px;
max-width: 150px;
align-self: center;
}
.logos {
--vertical-margins: clamp(40px, 5.2083333333vw, 100px);
--width: 100%;
container-type: inline-size;
margin: var(--vertical-margins) auto;
width: var(--width);
max-width: 100%;
}
.logos .layout {
--cols: 1;
--gap: clamp(40px, 5vw, 80px);
display: grid;
grid-template-columns: repeat(var(--cols), 1fr);
grid-gap: var(--gap);
}
@container (min-width: 375px) {
.logos .layout {
--cols: min(2, var(--num-logos));
}
}
@container (min-width: 650px) {
.logos .layout {
--cols: min(3, var(--num-logos));
}
}
@container (min-width: 992px) {
.logos .layout {
--cols: min(4, var(--num-logos));
}
}
@supports not (container-type: inline-size) {
@media (min-width: 320px) {
.logos .layout {
--cols: min(2, var(--num-logos));
}
}
@media (min-width: 500px) {
.logos .layout {
--cols: min(3, var(--num-logos));
}
}
@media (min-width: 768px) {
.logos .layout {
--cols: min(4, var(--num-logos));
}
}
}
.logos .layout > * {
display: flex;
align-items: center;
justify-content: center;
}
.logos .layout > * img {
width: auto;
height: auto;
max-width: min(240px, 100%);
max-height: 80px;
}
.info-bar {
background-color: #C4A957;
color: #fff;
}
.info-bar a {
color: #ffffff;
}
.info-bar p {
font-size: 14px;
}
@media (min-width: 992px) {
.info-bar p {
font-size: 16px;
}
} .contact-button {
background-color: #ffffff;
color: #414141;
border-radius: 6px;
border: 2px solid #efefef;
display: inline-flex;
align-items: center;
justify-content: center;
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: #414141 !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;
} footer.main .contact-button + .contact-button {
margin-top: 0.5em;
}
.wp-video .mejs-controls .mejs-time-rail .mejs-time-current {
background: #C4A957;
}
.wp-video .mejs-container, .wp-video .mejs-container .mejs-controls, .wp-video .mejs-embed, .wp-video .mejs-embed body {
background: #998036;
}      .page-heading-wrap {
margin: 0 auto;
min-height: 150px;
height: calc(100vh - 90px - 25px);
max-height: 1050px;
}
@media (min-width: 992px) {
.page-heading-wrap {
min-height: 450px;
height: calc(100vh - 7.5rem - 45px);
}
body.admin-bar .page-heading-wrap {
height: calc(100vh - 7.5rem - 45px - 32px);
}
}
@media (max-aspect-ratio: 5/6), (max-aspect-ratio: 6/5) {
.page-heading-wrap {
max-height: 43vw;
}
}
@media (max-aspect-ratio: 5/6) and (max-width: 420px), (max-aspect-ratio: 6/5) and (max-width: 420px) {
.page-heading-wrap {
max-height: 60vw;
}
}
.page-heading {
display: flex;
align-items: flex-end;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative;
height: 100%;
margin: 0 25px;
}
@media (min-width: 992px) {
.page-heading {
margin: 0 45px;
}
}
.page-heading .bg-video {
max-width: 100%;
max-height: 100%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.page-heading .bg-video video {
height: 100%;
width: 100%;
object-fit: cover;
}
@supports not (object-fit: cover) {
.page-heading .bg-video video { position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
}
}
.page-heading .overlay {
display: flex;
align-items: flex-end;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
pointer-events: none;
}
.page-heading .content-wrap {
margin-bottom: 2.5em;
color: #ffffff;
pointer-events: all;
}
.page-heading h1, .page-heading h2, .page-heading h3 {
font-size: 2.5em;
line-height: 1.1em;
color: #ffffff;
font-weight: 400;
}
@media (max-width: 767px) {
.page-heading .container {
width: 100%;
}
}
body:not(.sal-disabled) {
}
body:not(.sal-disabled) [data-sal] {
transition-duration: 0.2s;
transition-duration: var(--sal-duration, 0.2s);
transition-delay: 0s;
transition-delay: var(--sal-delay, 0s);
transition-timing-function: ease;
transition-timing-function: var(--sal-easing, ease);
}
body:not(.sal-disabled) [data-sal][data-sal-duration="200"] {
transition-duration: 0.2s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="250"] {
transition-duration: 0.25s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="300"] {
transition-duration: 0.3s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="350"] {
transition-duration: 0.35s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="400"] {
transition-duration: 0.4s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="450"] {
transition-duration: 0.45s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="500"] {
transition-duration: 0.5s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="550"] {
transition-duration: 0.55s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="600"] {
transition-duration: 0.6s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="650"] {
transition-duration: 0.65s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="700"] {
transition-duration: 0.7s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="750"] {
transition-duration: 0.75s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="800"] {
transition-duration: 0.8s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="850"] {
transition-duration: 0.85s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="900"] {
transition-duration: 0.9s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="950"] {
transition-duration: 0.95s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1000"] {
transition-duration: 1s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1050"] {
transition-duration: 1.05s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1100"] {
transition-duration: 1.1s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1150"] {
transition-duration: 1.15s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1200"] {
transition-duration: 1.2s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1250"] {
transition-duration: 1.25s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1300"] {
transition-duration: 1.3s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1350"] {
transition-duration: 1.35s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1400"] {
transition-duration: 1.4s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1450"] {
transition-duration: 1.45s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1500"] {
transition-duration: 1.5s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1550"] {
transition-duration: 1.55s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1600"] {
transition-duration: 1.6s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1650"] {
transition-duration: 1.65s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1700"] {
transition-duration: 1.7s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1750"] {
transition-duration: 1.75s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1800"] {
transition-duration: 1.8s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1850"] {
transition-duration: 1.85s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1900"] {
transition-duration: 1.9s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="1950"] {
transition-duration: 1.95s;
}
body:not(.sal-disabled) [data-sal][data-sal-duration="2000"] {
transition-duration: 2s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="50"] {
transition-delay: 0.05s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="100"] {
transition-delay: 0.1s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="150"] {
transition-delay: 0.15s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="200"] {
transition-delay: 0.2s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="250"] {
transition-delay: 0.25s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="300"] {
transition-delay: 0.3s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="350"] {
transition-delay: 0.35s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="400"] {
transition-delay: 0.4s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="450"] {
transition-delay: 0.45s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="500"] {
transition-delay: 0.5s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="550"] {
transition-delay: 0.55s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="600"] {
transition-delay: 0.6s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="650"] {
transition-delay: 0.65s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="700"] {
transition-delay: 0.7s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="750"] {
transition-delay: 0.75s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="800"] {
transition-delay: 0.8s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="850"] {
transition-delay: 0.85s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="900"] {
transition-delay: 0.9s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="950"] {
transition-delay: 0.95s;
}
body:not(.sal-disabled) [data-sal][data-sal-delay="1000"] {
transition-delay: 1s;
}
body:not(.sal-disabled) [data-sal][data-sal-easing=linear] {
transition-timing-function: linear;
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease] {
transition-timing-function: ease;
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-in] {
transition-timing-function: ease-in;
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-out] {
transition-timing-function: ease-out;
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-in-out] {
transition-timing-function: ease-in-out;
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-in-cubic] {
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-out-cubic] {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-in-out-cubic] {
transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-in-circ] {
transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-out-circ] {
transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-in-out-circ] {
transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-in-expo] {
transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-out-expo] {
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-in-out-expo] {
transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-in-quad] {
transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-out-quad] {
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-in-out-quad] {
transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-in-quart] {
transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-out-quart] {
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-in-out-quart] {
transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-in-quint] {
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-out-quint] {
transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-in-out-quint] {
transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-in-sine] {
transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-out-sine] {
transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-in-out-sine] {
transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-in-back] {
transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-out-back] {
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body:not(.sal-disabled) [data-sal][data-sal-easing=ease-in-out-back] {
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body:not(.sal-disabled) [data-sal|=fade] {
opacity: 0;
transition-property: opacity;
}
body:not(.sal-disabled) [data-sal|=fade].sal-animate, body:not(.sal-disabled) body.sal-disabled [data-sal|=fade] {
opacity: 1;
}
body:not(.sal-disabled) [data-sal|=slide] {
opacity: 0;
transition-property: opacity, transform;
}
body:not(.sal-disabled) [data-sal=slide-up] {
transform: translateY(20%);
}
body:not(.sal-disabled) [data-sal=slide-down] {
transform: translateY(-20%);
}
body:not(.sal-disabled) [data-sal=slide-left] {
transform: translateX(20%);
}
body:not(.sal-disabled) [data-sal=slide-right] {
transform: translateX(-20%);
}
body:not(.sal-disabled) [data-sal|=slide].sal-animate, body:not(.sal-disabled) body.sal-disabled [data-sal|=slide] {
opacity: 1;
transform: none;
}
body:not(.sal-disabled) [data-sal|=zoom] {
opacity: 0;
transition-property: opacity, transform;
}
body:not(.sal-disabled) [data-sal=zoom-in] {
transform: scale(0.5);
}
body:not(.sal-disabled) [data-sal=zoom-out] {
transform: scale(1.1);
}
body:not(.sal-disabled) [data-sal|=zoom].sal-animate, body:not(.sal-disabled) body.sal-disabled [data-sal|=zoom] {
opacity: 1;
transform: none;
}
body:not(.sal-disabled) [data-sal|=flip] {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition-property: transform;
}
body:not(.sal-disabled) [data-sal=flip-left] {
transform: perspective(2000px) rotateY(-91deg);
}
body:not(.sal-disabled) [data-sal=flip-right] {
transform: perspective(2000px) rotateY(91deg);
}
body:not(.sal-disabled) [data-sal=flip-up] {
transform: perspective(2000px) rotateX(-91deg);
}
body:not(.sal-disabled) [data-sal=flip-down] {
transform: perspective(2000px) rotateX(91deg);
}
body:not(.sal-disabled) [data-sal|=flip].sal-animate, body:not(.sal-disabled) body.sal-disabled [data-sal|=flip] {
transform: none;
}
.watches-navigation {
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
background-image: url(//atelier-zeitglas.ch/wp-content/themes/atelier-zeitglas.ch/res/dotted_line.svg);
background-repeat: repeat-x;
background-position: center bottom;
padding-bottom: 1rem;
margin-bottom: 3.75rem;
}
.watches-navigation .watches-navigation-link {
display: flex;
align-items: center;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
}
.watches-navigation .watches-navigation-link[href="javascript:;"] {
pointer-events: none;
filter: saturate(0);
}
.watches-navigation .watches-previous {
order: -1;
}
.watches-navigation .watches-previous svg {
margin-right: 1rem;
}
.watches-navigation .watches-next {
order: 1;
}
.watches-navigation .watches-next svg {
margin-left: 1rem;
}
.watches-navigation .watch-all {
margin: 0 auto;
display: flex;
align-items: center;
}
.watch-price {
font-size: 1.5rem;
font-weight: 500;
color: #c4a957;
}
.hr {
background-image: url(//atelier-zeitglas.ch/wp-content/themes/atelier-zeitglas.ch/res/dotted_line.svg);
background-repeat: repeat-x;
height: 2px;
padding: 0;
border: none;
}
.watch-badge-reserved {
line-height: 1;
background-color: #797979;
padding: 0.3em 0.5em;
color: white;
display: inline-block;
}
.watches-terminating-rule {
margin-top: 2.5rem;
}
.watches-overview {
position: relative;
}
.watches-overview .watch-rule {
position: absolute;
width: 100%;
left: 0;
margin-top: -3.25rem;
}
.watches-overview .watch {
display: block;
margin-top: 5.25rem;
color: inherit;
text-align: center;
}
.watches-overview .watch:hover .watch-info-link, .watches-overview .watch:active .watch-info-link {
color: #d1bc7d;
}
@media mediaSM {
.watches-overview .watch {
display: none;
}
.watches-overview .watch:nth-child(2n) .watch-rule {
display: block;
}
}
@media mediaMD {
.watches-overview .watch:nth-child(2n) .watch-rule {
display: none;
}
.watches-overview .watch:nth-child(3n) .watch-rule {
display: block;
}
}
.watches-overview .watch-title {
font-size: 1em;
font-weight: 500;
margin: 2rem 0 0;
}
.watches-overview .watch-badge-reserved {
padding: 0.6em 1.25em 0.5em;
}
.watches-overview .watch-meta {
display: flex;
flex-direction: column;
align-items: center;
font-weight: 500;
}
@media (min-width: 1400px) {
.watches-overview .watch-meta {
font-size: 16px;
}
}
.watches-overview .watch-info-link {
margin: 0.5rem 0 1rem;
color: #c4a957;
text-transform: uppercase;
}
.single-watch .watch-title {
font-size: 1.5rem;
font-weight: 500;
display: flex;
flex-direction: column;
align-items: flex-start;
margin-top: 2rem;
}
@media (min-width: 768px) {
.single-watch .watch-title {
flex-direction: row;
align-items: center;
}
}
@media (min-width: 992px) {
.single-watch .watch-title {
margin-top: 0.67em;
}
}
.single-watch .watch-title .watch-badge-reserved {
font-size: 1rem;
margin-top: 0.5rem;
}
@media (min-width: 768px) {
.single-watch .watch-title .watch-badge-reserved {
margin-top: 0;
margin-left: 1rem;
font-size: 0.85rem;
}
}
.single-watch img {
width: 100%;
}
@media (min-width: 992px) {
.single-watch img {
width: revert;
}
}
.single-watch .primary-image:not(.active) {
display: none;
}
.single-watch .primary-image-buttons {
display: flex;
justify-content: center;
margin: 1rem;
text-transform: uppercase;
font-weight: 500;
font-size: 0.9rem;
}
.single-watch .primary-image-toggle {
color: #414141;
margin: 0 1.25rem;
}
.single-watch .primary-image-toggle.active {
color: #c4a957;
}
.single-watch .description,
.single-watch .technical-details {
line-height: 1.7;
}
.single-watch .technical-details-headline {
font-size: 1rem;
margin-top: 2rem;
}
@media (min-width: 992px) {
.single-watch .technical-details-headline {
margin-top: 3rem;
}
}
.single-watch .watch-gallery {
overflow: hidden;
padding: 4rem 0 5rem;
margin: 0 -25px;
}
@media (min-width: 768px) {
.single-watch .watch-gallery {
margin: 0;
}
}
.single-watch .watch-gallery .swiper-wrapper {
display: flex;
align-items: center;
}
.single-watch .watch-gallery .swiper-slide {
transition: all 200ms;
}
.single-watch .watch-gallery .swiper-slide.swiper-slide-active {
box-shadow: 0 0.45rem 1rem rgba(0, 0, 0, 0.15);
transform: scale(1.1);
cursor: zoom-in;
z-index: 1;
}
@media (min-width: 768px) {
.single-watch .watch-gallery .swiper-slide.swiper-slide-active {
transform: scale(1.3);
}
}
.single-watch .watch-buttons {
margin: 1.5rem 0 0.5rem;
}
.single-watch .watch-insert-text {
margin: 0.1rem 0;
}
.single-watch .watch-contact .booked-calendar-shortcode-wrap {
margin-top: 0.75em;
}
.single-watch .watch-contact h3 {
color: #c4a957;
font-size: 1.5rem;
}
.single-watch .watch-contact h2 {
text-align: center;
font-size: 2rem;
}
.single-watch .watch-gallery-html-outer {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.single-watch .pswp__button:not(.pswp__button--close) {
display: none;
}
.single-watch .pswp__ui {
color: white;
position: absolute;
right: 0.5rem;
top: 0.5rem;
}
body.admin-bar .single-watch .pswp__ui {
top: calc(0.5rem + 32px);
}
.single-watch .pswp__counter {
text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.3);
}
.single-watch .pswp__top-bar {
display: flex;
align-items: center;
}
.single-watch .pswp__button--close {
height: 24px;
width: 24px;
margin-left: 1rem;
border: none;
background-color: transparent;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjQzRBOTU3IiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xOC41NzEgMEwyMCAxLjQyOWwtOC41NzIgOC41N0wyMCAxOC41NzIgMTguNTcxIDIwIDEwIDExLjQyOCAxLjQyOSAyMCAwIDE4LjU3MSA4LjU3MSAxMCAwIDEuNDI5IDEuNDI5IDBsOC41NyA4LjU3MXoiLz48L3N2Zz4=");
background-repeat: no-repeat;
background-size: 24px 24px;
}
.single-watch .pswp__bg {
background-color: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(5px);
}
.watches-swiper {
width: 100vw;
margin-left: calc((100vw - 100%) / -2);
padding: 3rem 0 1rem;
overflow: hidden;
}
.watches-swiper .watch {
color: inherit;
display: block;
text-align: center;
}
.watches-swiper .watch-meta {
display: flex;
flex-direction: column;
align-items: center;
font-weight: 500;
margin-top: 4rem;
opacity: 0;
transition: all 200ms;
pointer-events: none;
}
@media (min-width: 1400px) {
.watches-swiper .watch-meta {
font-size: 16px;
}
}
.watches-swiper .watch-title {
font-size: 1rem;
font-weight: 500;
margin-bottom: 0.5rem;
}
.watches-swiper .watch-info-link {
color: #c4a957;
text-transform: uppercase;
}
.watches-swiper .swiper-wrapper {
display: flex;
align-items: center;
}
.watches-swiper .swiper-slide .watch-thumbnail {
transition: all 200ms;
}
.watches-swiper .swiper-slide:not(.swiper-slide-active) .watch-info-link {
cursor: default;
}
.watches-swiper .swiper-slide.swiper-slide-active {
z-index: 1;
}
.watches-swiper .swiper-slide.swiper-slide-active:hover .watch-info-link, .watches-swiper .swiper-slide.swiper-slide-active:active .watch-info-link {
color: #d1bc7d;
}
.watches-swiper .swiper-slide.swiper-slide-active .watch-thumbnail {
transform: scale(1.4);
}
.watches-swiper .swiper-slide.swiper-slide-active .watch-meta {
opacity: 1;
pointer-events: initial;
}