.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.nivo-lightbox-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 99998;
width: 100%;
height: 100%;
overflow: hidden;
visibility: hidden;
opacity: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
visibility: visible;
opacity: 1;
}
.nivo-lightbox-wrap  {
position: absolute;
top: 10%;
bottom: 10%;
left: 10%;
right: 10%;
}
.nivo-lightbox-content {
width: 100%;
height: 100%;
}
.nivo-lightbox-title-wrap {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 99999;
text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
position: absolute;
top: 50%;
left: 0;
}
.nivo-lightbox-next {
position: absolute;
top: 50%;
right: 0;
}
.nivo-lightbox-close {
position: absolute;
top: 2%;
right: 2%;
}
.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
vertical-align: middle;
}
.nivo-lightbox-content iframe {
width: 100%;
height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
max-height: 100%;
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.nivo-lightbox-error {
display: table;
text-align: center;
width: 100%;
height: 100%;
color: #fff;
text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
display: table-cell;
vertical-align: middle;
} .nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} .nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
-webkit-transform: translateX(-10%);
-moz-transform: translateX(-10%);
-ms-transform: translateX(-10%);
transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
-webkit-transform: translateX(10%);
-moz-transform: translateX(10%);
-ms-transform: translateX(10%);
transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
-webkit-transform: translateY(-10%);
-moz-transform: translateY(-10%);
-ms-transform: translateY(-10%);
transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
-webkit-transform: translateY(10%);
-moz-transform: translateY(10%);
-ms-transform: translateY(10%);
transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
} .nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transform: translateZ(300px);
-moz-transform: translateZ(300px);
-ms-transform: translateZ(300px);
transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
background: #666;
background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(//idk-design.de/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/loading.gif) no-repeat 50% 50%; }
.nivo-lightbox-theme-default .nivo-lightbox-nav {
top: 10%;
width: 8%;
height: 80%;
text-indent: -9999px;
background-repeat: no-repeat;
background-position: 50% 50%;
opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
opacity: 1; 
background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
background-image: url(//idk-design.de/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/prev.png); 
border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
background-image: url(//idk-design.de/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/next.png); 
border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
display: block;
background: url(//idk-design.de/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/close.png) no-repeat 5px 5px;
width: 16px;
height: 16px;
text-indent: -9999px;
padding: 5px;
opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
background: #000;
color: #fff;
padding: 7px 15px;
border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
margin: auto;
background: #fff;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
background: #fff;
padding: 40px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
@media (-webkit-min-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(min--moz-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
background-image: url(//idk-design.de/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/loading@2x.gif); 
background-size: 32px 32px;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
background-image: url(//idk-design.de/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/prev@2x.png); 
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
background-image: url(//idk-design.de/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/next@2x.png); 
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close { 
background-image: url(//idk-design.de/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/close@2x.png); 
background-size: 16px 16px;
}
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//idk-design.de/wp-content/themes/wilson/assets/fonts/lato-v23-latin-regular.woff2) format('woff2');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(//idk-design.de/wp-content/themes/wilson/assets/fonts/lato-v23-latin-italic.woff2) format('woff2');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//idk-design.de/wp-content/themes/wilson/assets/fonts/lato-v23-latin-700.woff2) format('woff2');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(//idk-design.de/wp-content/themes/wilson/assets/fonts/lato-v23-latin-700italic.woff2) format('woff2');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//idk-design.de/wp-content/themes/wilson/assets/fonts/raleway-v27-latin-regular.woff2) format('woff2');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//idk-design.de/wp-content/themes/wilson/assets/fonts/raleway-v27-latin-700.woff2) format('woff2');
}html, body {
border: none;
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
border: none;
font-size: inherit;
line-height: inherit;
margin: 0;
padding: 0;
text-align: inherit;
}
blockquote:before,
blockquote:after {
content: "";
}  body {
background: #353E49;
border: none;
color: #555;
font-family: 'Lato', 'Helvetica Neue', sans-serif;
font-size: 17px;
margin: 0;
padding: 0;
-webkit-font-smoothing: subpixel-antialiased;
}
* { 
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box; 
}
.left { float: left; }
.right { float: right; }
::selection {
background: #333;
color: #FFF;
}
::-webkit-input-placeholder { color: #A9A9A9; }
:-ms-input-placeholder { color: #A9A9A9; } .clear,
.group:after,
.post-content:after,
.widget-content:after,
[class*="__inner-container"]:after {
clear: both;
content: "";
display: block;
} .post-content > *:first-child,
.widget-content > *:first-child,
.comment-content > *:first-child,
.contain-margins > *:first-child,
:root .wp-block-column > *:first-child,
:root .wp-block-media-text__content > *:first-child {
margin-top: 0;
}
.post-content > *:last-child,
.widget-content > *:last-child,
.comment-content > *:last-child,
.contain-margins > *:last-child,
:root .wp-block-column > *:last-child,
:root .wp-block-media-text__content > *:last-child {
margin-bottom: 0;
} a,
.post-tags a::after {
transition: all 0.1s ease-in-out;
}
.blog-menu a,
.blog-menu ul .has-children,
.blog-title a,
.post-title a,
.format-bubble,
.post-meta a,
.featured-media a img,
.content form input,
.content form textarea,
.post-nav a,
.archive-nav a,
.widget-content ul li,
.widget_recent_entries a,
a.more-link,
.mobile-menu a {
transition: all 0.2s ease-in-out;
}
.nav-toggle,
.nav-toggle .bar,
.tothetop {
transition: all 0.3s ease-in-out;
} .screen-reader-text {
clip: rect( 1px, 1px, 1px, 1px );
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .skip-link {
position: absolute;
left: -9999rem;
top: 2.5rem;
z-index: 999999999;
}
.skip-link:focus {
left: 2.5rem;
text-decoration: none;
}  main {
display: block;
}
h1, h2, h3, h4, h5, h6 {
margin: 50px 0 25px;
line-height: 1.2;
}
h1, h2, h3, h6 {
font-weight: 700;
}
h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.1em; }
h6 {
font-size: 0.9em;
text-transform: uppercase;
letter-spacing: .05em;
}
p {
line-height: 1.7;
margin: 1em 0;
}
hr {
width: 50%;
height: 4px;
background: #EEE;
margin: 2em auto;
border: 0;
}
hr.is-style-wide {
width: 100%;
}
address {
padding: 3% 3.5%;
background: #F1F1F1;
}
a {
color: #FF706C;
text-decoration: none;
}
a:hover {
text-decoration: underline;
} code, kbd, pre {
font-size: 0.85em;
background: #EEE;
font-family: Menlo, Monaco, monospace;
}
kbd,
code {
padding: 5px;
border-radius: 3px;
}
pre {
white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; line-height: 140%;
padding: 2% 2.5%;
background: #f1f1f1;
} blockquote {
background: #EEE;
color: #666;
font-family: 'Raleway', 'Helvetica Neue', sans-serif;
font-size: 1.1em;
line-height: 1.5;
padding: 1em;
}
blockquote p:first-child { margin-top: 0; }
blockquote p:last-child { margin-bottom: 0; }
cite {
font-style: normal;
}
blockquote cite {
color: #666;
display: block;
font-size: 16px;
font-weight: 700;
letter-spacing: .01em;
line-height: 1.4;
margin-top: 1em;
text-transform: uppercase;
}
blockquote cite:before { 
content: "— "; 
} ul,
ol {
margin: 0 0 30px 30px;
}
li {
line-height: 1.5;
margin: 5px 0 0 20px;
}
li > ul,
li > ol {
margin: 10px 0 0 20px;
}
.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
list-style: none;
margin: 0;
}
.reset-list-style li {
margin: 0;
}
dt,
dd {
line-height: 1.5;
}
dt {
font-weight: 700;
}
dt + dd { margin-top: 5px; }
dd + dt { margin-top: 15px; } figure {
margin: 0;
}
img {
height: auto;
max-width: 100%;
}
figcaption,
.wp-caption-text,
.gallery-caption {
font-size: 0.85em;
font-style: italic;
padding-top: 0.5em;
color: #888;
text-align: center;
}
.gallery-caption {
font-size: 16px;
line-height: 24px;
padding: 0 10px 15px;
}
.gallery { 
margin-bottom: 1em !important; 
}
.gallery img { 
border: none !important; 
height: auto !important; 
max-width: 100% !important; 
}
.gallery a { 
display: block; 
padding: 10px; 
}
.gallery .gallery-item { 
margin: 0 !important; 
} table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
font-size: 0.9em;
width: 100%;
margin-bottom: 1.1em;
}
th,
td {
padding: 2%;
margin: 0;
overflow: visible;
line-height: 120%;
border-bottom: 1px solid #DDD;
}
caption {
color: #444;
text-align: center;
padding: 2%;
}
thead {
vertical-align: bottom;
white-space: nowrap;
}
th {
font-weight: bold;
color: #444;
} fieldset {
padding: 25px;
border: 2px solid #eee;
margin-bottom: 1em;
}
fieldset legend {
font-family: 'Raleway', sans-serif;
font-size: 0.9rem;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
padding: 10px 12px;
background: #FF706C;
color: #fff;
}
label {
font-family: 'Lato', sans-serif;
font-size: 0.8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
} fieldset {
border: 2px solid #eee;
margin-bottom: 30px;
margin-top: 30px;
padding: 25px;
}
fieldset legend {
font-size: 0.8rem;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
padding: 10px 12px;
background: #1abc9c;
color: #fff;
}
fieldset > *:first-child { margin-top: 0; }
fieldset > *:last-child { margin-bottom: 0; }
form {
margin-bottom: 30px;
margin-top: 30px;
}
form > *:first-child { margin-top: 0; }
form > *:last-child { margin-bottom: 0; }
label {
display: block;
margin: 0 0 5px 0;
}
label.inline,
input[type="checkbox"] + label {
display: inline;
font-weight: 400;
letter-spacing: 0;
margin: 0 0 0 5px;
text-transform: none;
}
input,
textarea,
button,
.select2-container .select2-selection--single {
font-family: inherit;
line-height: 1;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
background-color: #f2f2f2;
border-radius: 3px;
border: 1px solid #E1E1E3;
box-shadow: none;
color: #333;
display: block;
font-size: 16px;
margin: 0;
max-width: 100%;
padding: 14px 16px;
width: 100%;
}
textarea {
height: 180px;
line-height: 1.5;
width: 100%;
}
select {
font-family: inherit;
font-size: inherit;
}
input::-webkit-input-placeholder { line-height: normal; }
input:-ms-input-placeholder { line-height: normal; }
input::-moz-placeholder { line-height: normal; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
button,
.button,
.faux-button,
a.more-link,
:root .wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
background-color: #1B2027;
border: none;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 16px;
line-height: 1;
margin: 0;
padding: 16px 18px;
text-align: center;
text-decoration: none;
transition: background-color .1s linear, border-color .1s linear, color .1s linear, opacity .1s linear;
}
button:hover,
.button:hover,
.faux-button:hover,
a.more-link:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background-color: #1abc9c;
color: #fff;
cursor: pointer;
text-decoration: none;
} :root .is-style-outline .wp-block-button__link,
:root .wp-block-button__link.is-style-outline {
border: 2px solid currentColor;
padding: 14px 16px;
}  .wrapper { 
display: flex;
margin: 0 auto;
max-width: 86%;
position: relative;
width: 1160px;
}
.sidebar {
margin: 7.5% 0;
width: 32%;
}
.content {
background: #fff;
position: relative;
width: 68%;
z-index: 2;
}  .blog-header,
.blog-menu,
.sidebar .widgets {
padding-left: 15%;
padding-right: 15%;
} .blog-logo { 
display: inline-block;
}
.blog-logo img {
display: block;
height: auto;
max-width: 100%;
width: auto;
} .blog-title {
font-size: 1.75em;
}
.blog-title {
color: #fff;
display: block;
font-family: 'Raleway', sans-serif;
font-weight: 700;
letter-spacing: 1px;
line-height: 120%;
margin: 0;
text-transform: uppercase;
}
.blog-title a { 
color: inherit; 
text-decoration: none;
}
.blog-title a:hover { 
color: #FF706C; 
}
.blog-description {
color: rgba( 255, 255, 255, 0.5 );
font-family: 'Raleway', sans-serif;
font-weight: 400;
line-height: 1.2;
margin: 10px 0 0;
} .blog-menu {
background-color: #272F38;
border-radius: 8px 0 0 8px;
margin: 15% 0;
padding: 15%;
}
.blog-menu ul,
.blog-menu li {
list-style: none;
margin: 0;
}
.blog-menu a { 
color: #fff;
display: block;
padding: 5px 0;
position: relative;
}
.blog-menu a:hover { 
color: #FF706C; 
padding-left: 10px;
text-decoration: none;
}
.blog-menu .current-menu-item > a { color: #FF706C; }
.blog-menu .current-menu-item a:hover { padding-left: 0; }
.blog-menu .sub-menu,
.blog-menu .children {
margin-left: 25px;
} .mobile-menu { 
display: none; 
background-color: #272F38;
}
.mobile-menu ul,
.mobile-menu li {
list-style: none;
margin: 0;
}
.mobile-menu li {
border-top: 1px solid #363E46;
}
.mobile-menu a {
color: rgba( 255, 255, 255, .5 );
display: block;
font-size: 1rem;
padding: 25px 8%;
}
.mobile-menu a:hover { 
color: #fff; 
background-color: #FF706C;
text-decoration: none;
}
.mobile-menu li li a { padding-left: 16%; }
.mobile-menu li li li a { padding-left: 24%; }
.mobile-menu li li li li a { padding-left: 32%; }
.mobile-menu li li li li li a { padding-left: 40%; }
.mobile-menu li li li li li li a { padding-left: 48%; }
.mobile-menu li li li li li li li a { padding-left: 56%; } .nav-toggle { 
background-color: #272F38;
color: #999;
display: none; 
padding: 20px 0 23px;
text-align: center;
}
.nav-toggle:hover { 
cursor: pointer; 
}
.nav-toggle .bars,
.nav-toggle p {
display: inline-block;
}
.nav-toggle .bars {
height: 10px;
position: relative;
width: 15px;
}
.nav-toggle .bar {
background-color: #767676;
border-radius: 2px;
height: 2px;
position: absolute;
left: 0;
top: 0;
width: 15px;
}
.nav-toggle .bar:nth-child(2) { top: 4px; }
.nav-toggle .bar:nth-child(3) { top: 8px; }
.nav-toggle p {
font-size: 13px;
font-weight: 700;
letter-spacing: 1px;
line-height: 10px;
margin: 0 6px 0 0;
position: relative;
text-transform: uppercase;
}
.nav-toggle.active { 
color: #fff;
} 
.nav-toggle.active .bar {
background-color: #fff;
}
.nav-toggle.active .bar:nth-child(1),
.nav-toggle.active .bar:nth-child(3) { 
top: 4px; 
}
.nav-toggle.active .bar:nth-child(1) { transform: rotate( 45deg ); }
.nav-toggle.active .bar:nth-child(2) { opacity: 0; }
.nav-toggle.active .bar:nth-child(3) { transform: rotate( -45deg ); }
.nav-toggle:not(.active) .hide,
.nav-toggle.active .show { 
display: none; 
}   .post,
.post.page,
.search .page {
background-color: #FFF;
border-top: 4px solid #EEE;
position: relative;
}
.post:first-child,
.post.page-first-child { 
border-top: none; 
} .post.format-aside,
.post.format-aside + .post,
.post.format-quote,
.post.format-quote + .post {
border-top: none;
} .blog .format-aside,
.archive .format-aside,
.search .format-aside { 
background: #eee;
} .blog .format-quote,
.archive .format-quote,
.search .format-quote { 
background-color: #272F38; 
}
.blog .format-quote .post-meta.light,
.archive .format-quote .post-meta.light,
.search .format-quote .post-meta.light { 
text-align: center;
margin-bottom: 25px;
}
.blog .format-quote .post-meta.light a,
.archive .format-quote .post-meta.light a,
.search .format-quote .post-meta.light a { 
color: rgba(255,255,255,0.4); 
}
.blog .format-quote .post-meta.light a:hover,
.archive .format-quote .post-meta.light a:hover,
.search .format-quote .post-meta.light a:hover { 
color: #FFF; 
}
.blog .format-quote .date-sep,
.archive .format-quote .date-sep,
.search .format-quote .date-sep { color: rgba(255,255,255,0.2); }
.blog .format-quote blockquote,
.archive .format-quote blockquote,
.search .format-quote blockquote {
padding: 0;
text-align: center;
color: #FFF;
background: none;
font-size: 1.3em;
font-family: 'Raleway', sans-serif;
}
.blog .format-quote blockquote p,
.archive .format-quote blockquote p,
.search .format-quote blockquote p { 
text-align: center; 
}
.blog .format-quote blockquote cite,
.archive .format-quote blockquote cite,
.search .format-quote blockquote cite {
font-weight: 400;
font-size: 0.9rem;
text-align: center;
letter-spacing: 2px;
font-family: 'Lato', sans-serif;
}
.blog .format-quote blockquote cite,
.archive .format-quote blockquote cite,
.search .format-quote blockquote cite,
.blog .format-quote blockquote cite a,
.archive .format-quote blockquote cite a,
.search .format-quote blockquote cite a {
color: #FFF;
}
.blog .format-quote blockquote cite a:hover,
.archive .format-quote blockquote cite a:hover,
.search .format-quote blockquote cite a:hover {
color: #FF706C;
text-decoration: none;
}  .post-inner { 
padding: 8%; 
} .featured-media { 
position: relative; 
margin: 8% 8% 0 8%;
}
.featured-media + .post-inner { 
padding-top: 6%; 
}
.featured-media img { 
border-radius: 4px;
display: block; 
}
.featured-media iframe { 
display: block;
border: none; 
max-width: 100%; 
height: auto; 
}
.featured-media a:hover img { 
opacity: 0.8; 
}
.featured-media .sticky-post {
background-color: #FF706C;
border-radius: 4px 0 0 4px;
color: #FFF;
font-size: 0.7em;
letter-spacing: 1px;
padding: 8px 10px;
position: absolute;
right: 0;
top: 5%;
text-transform: uppercase;
z-index: 10;
}
.featured-media .media-caption { 
background-color: rgba( 38, 38, 38, 0.75 );
border-radius: 3px; 
color: #fff;
font-size: 0.85em; 
line-height: 1.3;
max-width: 95%;
padding: 7px 11px; 
position: absolute; 
left: 50%;
bottom: 1.5em; 
transform: translateX( -50% );
text-align: center; 
}
.featured-media a:hover .media-caption { 
background-color: #262626; 
color: #fff; 
} .post-header { 
margin-bottom: 6%; 
}
.post-header:last-child {
margin-bottom: 0;
}
.post-meta {
font-size: 0.8em;
color: #767676;
text-transform: uppercase;
letter-spacing: 1px;
}
.post-meta.light { 
text-align: center;
margin-bottom: 20px;
}
.post-meta a { 
color: #767676; 
}
.post-meta a:hover { 
color: #FF706C;
text-decoration: none;
}
.post-meta .date-sep { 
margin: 0 5px; color: #DDD; 
}
.post-title {
color: #272F38;
font-size: 2.3em;
margin: 0 0 15px;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.post-title a { 
color: #272F38; 
}
.post-title a:hover {
text-decoration: none;
} .post-cat-tags {
color: #767676;
font-size: 0.9em; 
font-weight: 400;
margin: 0 8% 4% 8%;
position: relative;
}
.post-cat-tags a:hover { 
text-decoration: underline; 
}
.post-cat-tags p {
display: inline-block;
line-height: 130%;
}
.post-categories { 
margin-right: 20px; 
}
.post-tags { 
margin-top: 10px; 
} .archive-nav.post-nav { 
background-color: #272F38;
}
.archive-nav.post-nav a { 
background-color: #1B2027;
}   .archive-box:first-child > *:first-child {
margin-top: 0;
}
.archive-box > *:last-child {
margin-bottom: 0;
}
.archive-box ul {
list-style: none;
}
.archive-box li {
margin-bottom: 0;
margin-top: 0;
}
.archive-box > ul,
.archive-box > ul > li {
margin-left: 0;
}
.archive-box li a {
border-bottom: 1px solid #EEE;
display: block;
padding: 8px 0;
}
.archive-box li:last-child a { 
border-bottom: none; 
}
.archive-box ul ul {
margin-top: 0;
}
.archive-box ul ul li:first-child a { 
border-bottom: 1px solid #EEE; 
}
.archive-box li a span { 
color: #767676; 
}
.archive-box li a:hover {
color: #666;
text-decoration: none;
}
.archive-box li a:hover {
background-color: #F9F9F9;
padding-left: 12px;
}  .post-content { 
font-size: 1.075em; 
} .wp-caption {
max-width: 100%;
}
.wp-caption a,
.wp-caption img { 
display: block; 
}
.alignleft,
.alignright {
margin-bottom: 1.2em;
max-width: 50%;
}
.wp-caption .alignleft,
.wp-caption .alignright {
margin-bottom: 0;
}
.alignleft {
float: left;
margin-right: 1.2em;
}
.alignright {
float: right;
margin-left: 1.2em;
}
.aligncenter {
margin-left: auto;
margin-right: auto;
}
.post-content > .alignfull {
margin: 2.5em 0 2.5em calc( 789px * -0.08 );
max-width: 789px;
width: 789px;
}   :root .has-accent-color { color: #FF706C; }
:root .has-black-color { color: #272F38; }
:root .has-dark-gray-color { color: #444; }
:root .has-medium-gray-color { color: #666; }
:root .has-light-gray-color { color: #888; }
:root .has-white-color { color: #fff; }
:root .has-accent-background-color { background-color: #FF706C; }
:root .has-black-background-color { background-color: #272F38; }
:root .has-dark-gray-background-color { background-color: #444; }
:root .has-medium-gray-background-color { background-color: #666; }
:root .has-light-gray-background-color { background-color: #888; }
:root .has-white-background-color { background-color: #fff; } :root .has-large-font-size,
:root .has-larger-font-size {
line-height: 1.45;
}
:root .has-small-font-size { 	font-size: .842em; }
:root .has-regular-font-size {	font-size: 1em; }
:root .has-large-font-size { 	font-size: 1.333em; }
:root .has-larger-font-size { 	font-size: 1.777em; } :root *[class*="_inner-container"] > *:first-child { margin-top: 0; }
:root *[class*="_inner-container"] > *:last-child { margin-bottom: 0; }
.wp-block-archives,
.wp-block-button,
.wp-block-buttons,
.wp-block-categories,
.wp-block-code,
.wp-block-columns,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-gallery,
.wp-block-group,
.wp-block-image,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-media-text,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-social,
.wp-block-social-links,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video {
margin-bottom: 30px;
margin-top: 30px;
} [class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
margin-left: auto;
margin-right: auto;
max-width: 676px;
}
.alignfull > [class*="__inner-container"] > .wp-block-group.alignwide,
.alignfull > [class*="__inner-container"] > .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
.alignfull > [class*="__inner-container"] > .wp-block-cover.alignwide,
.alignfull > [class*="__inner-container"] > .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
margin-left: auto;
margin-right: auto;
}
.alignfull > [class*="__inner-container"] > .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
.alignfull > [class*="__inner-container"] > .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
margin-left: 0;
} .wp-block-audio audio {
width: 100%;
} .wp-block-file__button,
.wp-block-button__link {
border-radius: 4px;
font-weight: 500;
padding: .8em 1.4em;
} .wp-block-buttons > .wp-block-button {
margin-top: 0;
} .wp-block-cover-image p {
font-weight: 400;
} .wp-block-file {
align-items: center;
background: #E6E9EC;
border-radius: 4px;
display: flex;
justify-content: space-between;
margin: 30px 0;
padding: 15px 20px;
}
.wp-block-file a {
color: inherit;
}
.wp-block-file a:not(.wp-block-file__button) {
font-weight: 600;
text-decoration: none;
}
.wp-block-file__button {
color: #fff;
flex-shrink: 0;
} .wp-block-group.has-background {
padding: min( 8%, 32px );
}
.wp-block-group.alignfull.has-background {
padding: 8%;
} a.more-link {
display: inline-block;
background-color: #272F38;
padding: 15px 18px 18px;
color: #FFF;
font-size: 0.85em;
line-height: 1;
border-radius: 4px; 
}
a.more-link:hover { 
background-color: #FF706C;
color: #FFF;
text-decoration: none;
} :root .wp-block-pullquote {
padding: 0;
}
:root .wp-block-pullquote p,
:root .wp-block-pullquote.is-style-solid-color blockquote p {
font-size: 1.25em;
}
:root .wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
}
:root .wp-block-pullquote.is-style-solid-color blockquote cite {
text-transform: uppercase;
} blockquote,
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
margin-bottom: 1.25em;
padding: 1em;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
font-size: 1.33em;
font-style: inherit;
line-height: 1.5;
}
.wp-block-quote.is-large cite, 
.wp-block-quote.is-style-large cite {
font-size: 0.8em;
}  .comments,
.comment-respond {
padding: 8%;
}
.post + .comments { 
border-top: 2px solid #eee; 
}
.comments-title { 
margin: 0 0 8%;
}
.commentlist,
.commentlist li,
.commentlist ul {
list-style: none;
margin: 0;
}
li.comment,
li > div.comment {
margin-bottom: 25px;
position: relative;
}
li > div.comment { 
border-bottom: 1px solid #eee;
padding-bottom: 25px;
}
.commentlist > li:first-child > div.comment:first-child { 
border-top: 1px solid #eee;
padding-top: 25px; 
}
.children > li > div.comment { padding-left: 10%; }
.children .children > li > div.comment { padding-left: 20%; }
.children .children .children > li > div.comment { padding-left: 30%; }
.children .children .children .children > li > div.comment { padding-left: 40%; }
.children .children .children .children .children > li > div.comment { padding-left: 50%; }
.comment .children li:last-child { 
margin-bottom: 0; 
}
.commentlist > li.comment:last-child,
.commentlist > li.comment div.comment:last-child {
margin-bottom: 0;
} .comments .pingbacks { 
margin-top: 5.5%; 
}
.pingbacks-inner { 
margin: 0 auto; 
}
.pingbacks-title { 
margin: 0 0 20px;
}
.pingbacklist li {
padding: 0.5em;
}
.pingbacklist li:nth-child(odd) { 
background: #f9f9f9; 
}
.pingbacklist .comment-edit-link { 
color: #767676; 
}
.pingbacklist .comment-edit-link:hover { 
color: #444;
text-decoration: none; 
} .comment-meta { 
margin-bottom: 1em; 
}
.comment-meta .avatar {
display: block;
height: 50px;
width: 50px;
border-radius: 999px;
float: left;
}
.comment-actions {
font-size: 0.8rem;
text-transform: uppercase;
font-weight: 700;
}
.comment-actions a { margin-left: 8px; }
.comment-actions a:first-child { margin-left: 0; }
.comment-meta-content {
margin-left: 70px;
}
.comment-meta-content cite {
font-size: 1.075em;
display: block;
font-weight: 700;
}
.bypostauthor .comment-meta-content cite .post-author { 
font-weight: 400; 
color: #767676; 
margin-left: 3px; 
}
.comment-meta-content cite a { color: #444; }
.comment-meta-content cite a:hover { 
color: #FF706C; 
text-decoration: none;
}
.comment-meta-content p {
font-size: 0.8em;
margin: 0;
text-transform: uppercase;
}
.comment-meta-content p a { color: #767676; }
.comment-meta-content p a:hover { 
color: #FF706C; 
text-decoration: none;
}
.comment-awaiting-moderation {
position: absolute;
right: 0;
top: 4px;
font-weight: bold;
display: block;
padding: 10px 14px;
background: #CCC;
border-radius: 3px;
font-size: 11px;
line-height: 1;
color: #FFF;
text-transform: uppercase;
letter-spacing: 1px;
}
.comment-awaiting-moderation:hover { background: #2d2d2d; } .comment-nav-below {
display: flex;
justify-content: space-between;
padding-top: 5%;
font-weight: 700;
font-size: 0.9rem;
letter-spacing: 1px;
text-transform: uppercase;
}
.comment-nav-below a { color: #666; } .comment-content {
margin-left: 70px;
font-size: 1em;
}
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
font-size: 1.25em;
font-weight: 500;
margin-top: 50px;
margin-bottom: 10px;
text-transform: none;
} .comments + .comment-respond { 
border-top: 4px solid #eee; 
}
#reply-title { 
margin: 0 0 20px;
}
.nocomments {
padding: 8%;
color: #666;
text-align: center;
}
#cancel-comment-reply-link {
margin-left: 10px;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
}
.comment-form {
margin: 0;
}
.comment-form p:last-child { 
margin-bottom: 0; 
}
.comment-form input[type="text"],
.comment-form input[type="email"] {
max-width: 497px;
}
p.form-allowed-tags {
margin-top: 1.5em;
line-height: 160%
} .comments .comment-respond {
padding: 30px 0;
}  .archive-header { 
background-color: #eee;
padding: 6% 8%;
position: relative;
text-align: center;
}
.archive-header + .posts > .format-aside:first-child { 
border-top: 4px solid #ddd;
}
.archive-title {
color: #767676;
font-size: 0.9em;
font-weight: 400;
letter-spacing: 1px;
margin: 0;
text-transform: uppercase;
}
.archive-header .name:before {
content: "";
display: block;
width: 32px;
height: 1px;
background: #CCC;
margin: 0 auto 15px auto;
}
.archive-header .name {
color: #666;
display: block;
font-family: 'Raleway', sans-serif;
font-size: 1.25em;
font-weight: 700;
margin-top: 15px;
}
.archive-description {
display: block;
margin-top: 25px;
color: #888;
text-align: center;
font-style: italic;
text-transform: none;
}
.archive-description:before {
content: "";
display: block;
width: 36px;
height: 2px;
background: #CCC;
margin: 0 auto 20px;
}  .archive-nav {
background-color: #eee;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 0.9em;
padding: calc( 7% - 10px ) 8%;
}
.archive-nav a { 
background-color: #353E49;
border-radius: 4px;
color: #FFF;
margin: 10px 0; 
padding: 18px 20px;
}
.archive-nav a:hover { 
background-color: #FF706C;
color: #FFF; 
text-decoration: none;
}
.archive-nav .post-nav-older:not(:only-child) {
margin-right: 20px;
}
.archive-nav .post-nav-newer { 
text-align: right; 
margin-left: auto;
}  .widget { 
border-bottom: 4px solid rgba(255,255,255,0.1);
color: #fff;
font-size: 0.9em;
margin-bottom: 40px;
padding-bottom: 40px;
}
.widget:last-child { 
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.widget-title {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
margin: 0 0 20px;
text-transform: uppercase;
}
.widget-content {
color: rgba( 255, 255, 255, 0.7 );
}
.widget-content ul,
.widget-content li {
list-style: none;
margin: 0;
}
.widget-content ul li {
padding: 10px 0;
border-top: 1px solid rgba(255,255,255,0.1);
line-height: 140%;
}
.widget-content ul ul {
padding: 10px 0 0 20px;
}
.widget-content ul ul li:last-child {
padding-bottom: 0;
} #wp-calendar {
width: 100%;
max-width: 100%;
text-align: center;
}
#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
text-align: center;
}
#wp-calendar caption,
#wp-calendar th,
#wp-calendar td {
padding: 4% 2%;
}
#wp-calendar caption { 
text-transform: capitalize; 
}
#wp-calendar thead { 
border-bottom: 1px solid #48515C;
border-top: 1px solid #48515C;
}
#wp-calendar thead th {
font-weight: bold;
text-transform: uppercase;
font-size: 0.9em;
}
#wp-calendar tfoot { 
border-top: 1px solid #48515C; 
}
#wp-calendar tfoot td { 
padding: 0; 
}
#wp-calendar tfoot #prev { text-align: left; }
#wp-calendar tfoot #next { text-align: right; }
#wp-calendar tfoot a {
display: block;
color: rgba(255,255,255,0.5);
padding: 0.6em 0;
}
#wp-calendar tfoot a:hover {
text-decoration: none;
color: #FF6558;
} .widget_recent_entries li .post-date { 
margin-left: 5px; 
}
.widget_recent_entries li .post-date:before { content: "("; }
.widget_recent_entries li .post-date:after { content: ")"; } .widget_rss cite {
color: inherit;
} .search-form { 
position: relative; 
margin: 0;
}
.search-form label {
margin: 0;
}
.search-form .search-field {
background-color: #ddd;
border-radius: 6px;
border: none;
color: #555;
margin: 0;
padding: 4.5% max( calc( 60px + 4.5% ), 17% ) 4.5% 4.5%;
width: 100%;
}
.search-form .search-field:focus { 
outline: none; 
color: #555;
}
.search-form .search-submit {
background: transparent url(https://idk-design.de/wp-content/themes/wilson/assets/images/svg/search-black.svg) no-repeat center;
background-size: 20px auto;
opacity: 0.5;
padding: 0;
position: absolute;
bottom: 0;
right: 0;
top: 0;
text-indent: -99999px;
width: max( 60px, 12.5% );
}
.search-form .search-submit:hover,
.search-form .search-submit:focus { 
background-color: transparent;
opacity: 1; 
}
.widget_search .search-field {
background-color: #48515C;
color: #fff;
padding: 16px 60px 16px 16px;
}
.widget_search .search-field:focus { 
color: #fff; 
}
.widget_search .search-submit {
background-image: url(https://idk-design.de/wp-content/themes/wilson/assets/images/svg/search-white.svg);
} .widget_tag_cloud .tagcloud a { 
font-size: 13px !important; 
}
.tagcloud a {
display: block;
float: left;
padding: 8px 11px;
line-height: 1;
margin: 0 5px 5px 0;
background: rgba(0,0,0,0.2);
color: rgba(255,255,255,0.5);
border-radius: 3px;
}
.tagcloud a:hover {
background: #FF706C;
text-decoration: none;
color: #FFF;
}  .post-meta-bottom + #site-footer .footer-widgets {
border-top: 1px solid rgba( 255, 255, 255, .1 );
}
.footer-widgets {
background-color: #272F38;
padding: 8%;
}
.footer .column {
width: 46%;
margin-left: 8%;
}
.footer .column:first-child { 
margin-left: 0; 
} .credits {
background-color: #fff;
color: #767676;
display: flex;
font-size: 0.8rem;
justify-content: space-between;
letter-spacing: 1px;
padding: 5% 8%;
text-transform: uppercase;
}
.credits p {
margin: 0;
}
.credits p + p {
margin-left: 20px;
}
.credits a,
.credits a:hover { 
color: inherit; 
}  @media ( max-width: 1350px ) { .post-content > .alignfull {
margin-left: calc( ( 86vw * .68 ) * -0.08 );
max-width: calc( 86vw * .68 );
width: calc( 86vw * .68 );
}
}
@media ( max-width: 1100px ) { .wrapper { max-width: 100%; } .blog-menu { 
border-radius: 0; 
} .post-content > .alignfull {
margin-left: calc( ( 100vw * .68 ) * -0.08 );
max-width: calc( 100vw * .68 );
width: calc( 100vw * .68 );
}
}
@media ( max-width: 788px ) {
body { 
background-color: #fff;
} .wrapper {
display: block;
max-width: 100%;
background: none;
}
.sidebar,
.content {
float: none;
clear: both;
width: 100%;
} .sidebar { 
position: relative;
margin: 0;
background: #353E49;
}
.sidebar .blog-header { 
padding: 40px 0; 
position: relative; 
max-width: 90%;
margin: 0 auto;
}
.sidebar .blog-title,
.sidebar .blog-description { 
text-align: center; 
}
.sidebar .blog-title { 
margin-bottom: 10px; 
}
.sidebar .blog-title a { 
display: inline; 
}
.blog-menu,
.sidebar .widgets { 
display: none; 
} .nav-toggle {
display: block;
} .post.has-post-thumbnail { 
border-top: 0; 
}
.featured-media { 
margin: 0; 
}
.featured-media img { 
border-radius: 0; 
} .post-content > .alignfull {
margin-left: calc( 100vw * -0.08 );
max-width: 100vw;
width: 100vw;
} .credits { 
padding: 40px 8%; 
}
}
@media ( max-width: 600px ) {
body { font-size: 15px; } h1,
h2,
h3 { 
font-size: 1.25em; 
}
h4 { font-size: 1.1em; }
h5 { font-size: 1em; } .sidebar .blog-header { 
padding: 50px 0; 
} .mobile-menu li a { 
padding: 20px 8%; 
} .post-header { 
margin-bottom: 25px; 
}
.post-title { 
font-size: 1.75em; 
}
.post-header .post-author,
.post-header .date-sep:nth-of-type(2) { 
display: none; 
}
.media-caption-container {
position: static;
top: auto;
left: auto;
width: 100%;
margin: 0;
}
.media-caption {
padding: 10px;
border-radius: 0 0 4px 4px;
background: #EEE;
color: #666;
width: 100%;
}
.featured-media a:hover .media-caption { 
background-color: #eee; 
color: #666;
} .post-cat-tags { 
margin-bottom: 20px; 
} .blog .format-quote blockquote,
.archive .format-quote blockquote,
.search .format-quote blockquote { 
font-size: 1.1em; 
}
.blog .format-quote blockquote p,
.archive .format-quote blockquote p,
.search .format-quote blockquote p { 
line-height: 150%; 
} .alignleft,
.alignright { 
float: none; 
max-width: 100%;
margin: 0 auto 1.2em auto;
}
.alignleft img,
.alignright img { 
display: block;
margin: 0 auto;
} .comment-meta .avatar { 
height: 40px;
width: 40px; 
}
.comment-meta-content { 
margin-left: 55px; 
}
.comment-content { 
margin-left: 0; 
}
.comment-nav-below {
font-size: 0.85em; 
}
.comment-nav-below span { 
display: none; 
}
.comment-form input { 
max-width: 100%; 
} .page-title { 
padding: 25px 8%; 
}
.page-title h4 { 
line-height: 1em; 
}
.archive-nav a { 
padding: 14px 16px; 
}
.archive-nav.post-nav a { 
margin: 5px 0; 
} .footer-widgets { 
padding: 30px; 
}
.footer .column {
border-top: 4px solid rgba(255,255,255,0.1);
margin: 40px 0 0;
padding: 40px 0 0;
width: 100%;
}
.footer .column:first-child { 
margin-top: 0; 
border-top: 0; 
padding-top: 0; 
}
.widget {
margin-bottom: 40px;
border-bottom: 4px solid rgba( 255, 255, 255, 0.1 );
padding-bottom: 40px;
} .credits { 
display: block;
padding: 30px 8%;
text-align: center;
}
.credits p {
display: inline-block;
}
.credits p + p {
margin-left: 0;
}
.credits-right span { 
display: none; 
}
}
@media ( max-width: 500px ) { .sidebar .blog-header { 
padding: 25px 0; 
}
}
@media ( max-width: 400px ) { .search-form .search-field { 
font-size: 1rem; 
padding: 16px 45px 16px 16px;
}
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 476px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 163px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #1E73BE; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #1E73BE; --cmplz_button_accept_border_color: #1E73BE; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #1e73be; --cmplz_slider_inactive_color: #F56E28; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}@media (max-width: 768px) { .cmplz-cookiebanner { width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (max-width: 1023px) { .cmplz-cookiebanner { max-width: 100%; }}@media (max-width: 1023px) { .cmplz-cookiebanner { transform: translateX(-50%); bottom: 0; top: initial; }}@media (min-width: 1024px) { .cmplz-cookiebanner { margin: 10px; width: calc(100% - 20px); grid-column-gap: 10px; display: grid; grid-template-columns: 1fr 1fr; bottom: 0; left: initial; top: initial; transform: initial; } .cmplz-cookiebanner.cmplz-categories-type-save-preferences .cmplz-body > div { width: 49%; } .cmplz-cookiebanner.cmplz-categories-visible .cmplz-body > div { width: 49%; } .cmplz-cookiebanner .cmplz-body { grid-column: span 2; display: flex; gap: 10px; } .cmplz-cookiebanner .cmplz-message, .cmplz-cookiebanner .cmplz-categories, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons { grid-column: inherit; } .cmplz-cookiebanner .cmplz-description { grid-column-start: 1; } .cmplz-cookiebanner.optin .cmplz-categories, .cmplz-cookiebanner.optout .cmplz-categories { width: 85vw; grid-column-start: 2; } .cmplz-cookiebanner .cmplz-buttons { grid-column-start: 3; grid-row-start: 3; display: flex; flex-direction: column; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-width: 250px; width: 100%; } .cmplz-cookiebanner .cmplz-links.cmplz-documents { grid-column-end: 3; } .cmplz-cookiebanner .cmplz-links.cmplz-information { grid-column-start: 3; grid-column-end: 4; grid-row-start: 5; display: flex; justify-content: flex-end; } .cmplz-cookiebanner .cmplz-links.cmplz-documents { grid-column-start: 1; grid-row-start: 5; display: flex; justify-content: flex-start; } .cmplz-cookiebanner .cmplz-categories.cmplz-tcf { height: 160px; } .cmplz-cookiebanner.cmplz-categories-type-view-preferences .cmplz-buttons, .cmplz-cookiebanner.cmplz-categories-type-no .cmplz-buttons { flex-direction: initial; } .cmplz-cookiebanner.cmplz-categories-type-view-preferences.cmplz-categories-visible .cmplz-buttons, .cmplz-cookiebanner.cmplz-categories-type-no.cmplz-categories-visible .cmplz-buttons { flex-direction: column; }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-logo { display: none !important;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner .cmplz-links .cmplz-link { display: none;}