@charset "UTF-8";
@charset "UTF-8";

@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local("Roboto"),url(//goebel-smarthome.de/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Thin.woff2) format("woff2");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local("Roboto"),url(//goebel-smarthome.de/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Light.woff2) format("woff2");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),url(//goebel-smarthome.de/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Regular.woff2) format("woff2");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto"),url(//goebel-smarthome.de/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Medium.woff2) format("woff2");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local("Roboto"),url(//goebel-smarthome.de/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Bold.woff2) format("woff2");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local("Roboto"),url(//goebel-smarthome.de/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Black.woff2) format("woff2");font-display:swap}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local("Roboto"),url(//goebel-smarthome.de/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Thin-Italic.woff2) format("woff2");font-display:swap}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local("Roboto"),url(//goebel-smarthome.de/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Light-Italic.woff2) format("woff2");font-display:swap}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local("Roboto"),url(//goebel-smarthome.de/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Italic.woff2) format("woff2");font-display:swap}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local("Roboto"),url(//goebel-smarthome.de/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Medium-Italic.woff2) format("woff2");font-display:swap}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local("Roboto"),url(//goebel-smarthome.de/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Bold-Italic.woff2) format("woff2");font-display:swap}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local("Roboto"),url(//goebel-smarthome.de/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Black-Italic.woff2) format("woff2");font-display:swap}
/*# sourceMappingURL=onetap-fonts-readable.min.css.map */



/*!
Theme Name: Göbel Smart Home Theme
Theme URI:
Description: Imndividuell programmiertes Theme für Göbel Smart Home
Author: Ralf Hoffmeister
Author URI: http://ralfhoffmeister.de
Version: 1.0
Text Domain: gsh-theme
*/

/* CSS Document */

/*
===============
= ADJUSTMENTS =
===============
*/

/*RESET
   http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
   License: none (public domain)
**************************************************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*SELF CLEAR FLOATING ELEMENTS
**************************************************************/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

* html .clear {
    height: 1%;
}

*:first-child + html .clear {
    min-height: 1px;
}

/*BORDER-BOX LAYOUT
**************************************************************/

*,
*:before,
*:after {
    box-sizing: border-box;
}

/*WP-CORE
**************************************************************/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}

.mejs-container {
    padding-top: 56.25%;
}

.wp-video,
video.wp-video-shortcode {
    max-width: 100% !important;
}

video.wp-video-shortcode {
    position: relative;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mejs-controls {
    display: none;
}

.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

/*
=============
= VARIABLES =
=============
*/

:root {
    --black: #000;
    --blue: #083668;
    --red: #e91857;
}

/*
===========
= PLUGINS =
===========
*/

/*Base Styles for third party plugins e.g. Slider, Lightbox*/

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider Styles */

.slick-loading .slick-list {
    background: #fff url(//goebel-smarthome.de/wp-content/themes/smarthome-2021/images/ui/ajax-loader.gif) center center no-repeat;
}

/* Arrows */

.slider-nav {
    position: absolute;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.slick-prev,
.slick-next {
    position: relative;
    display: block;
    width: 30px;
    height: 54px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    transition: opacity 0.2s ease-in-out;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #fff;
    outline: none;
    opacity: 0.6;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    background-image: url(//goebel-smarthome.de/wp-content/themes/smarthome-2021/images/ui/slick-prev.svg);
    left: 0;
    float: left;
}

[dir="rtl"] .slick-prev {
    right: 0;
    left: auto;
}

.slick-prev:before {
    content: "";
}

[dir="rtl"] .slick-prev:before {
    content: "";
}

.slick-next {
    background-image: url(//goebel-smarthome.de/wp-content/themes/smarthome-2021/images/ui/slick-next.svg);
    right: 0;
    float: right;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: 0;
}

.slick-next:before {
    content: "";
}

[dir="rtl"] .slick-next:before {
    content: "";
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    text-indent: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: var(--blue);
}

.slick-dots li button:before {
    position: relative;
    display: block;
    width: 9px;
    height: 9px;
    content: "";
    border-radius: 50%;
    color: var(--blue);
    background-color: #fff;
}

.slick-dots li.slick-active button:before {
    background-color: var(--red);
}

/*
==========
= HELPER =
==========
*/

/*MISC
**************************************************************/

.circle {
    border-radius: 50%;
}

.mask-circle {
    border-radius: 50%;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.mask-circle img {
    display: block;
}

.anchor {
    position: relative;
    transform: translateY(-150px);
}

/*Call to Action Button*/

.cta {
    display: inline-block;
    outline: none;
    border: 1px solid;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    line-height: 1;
    transition: all 0.15s ease-in-out;
    font-size: 18px;
}

@media screen and (min-width: 1200px) {
    .cta {
        padding: 15px;
    }
}

.cta-red {
    color: var(--red);
}

@media (hover: hover) {
    .cta:hover {
        border-color: #fff;
        background-color: #fff;
        color: var(--red);
    }
    .cta-red:hover {
        border-color: var(--red);
        background-color: var(--red);
        color: #fff;
    }
}

.cta:active,
.cta.active {
    background-color: #000;
    color: #fff;
    transition: none;
}

.warning-msg {
    border-left: 5px solid #f00;
    padding-left: 10px;
}

.info-msg {
    border-left: 5px solid #aaa;
    padding-left: 10px;
}

.okay-msg {
    border-left: 5px solid #0f0;
    padding-left: 10px;
}

/*TYPOGRAPHY & LAYOUT
**************************************************************/

/*size*/

.small {
    font-size: 0.75em;
}

.medium {
    font-size: 1.5em;
}

.large {
    font-size: 2em;
}

.x-large {
    font-size: 2.5em;
}

/*alignment*/

.align-center {
    text-align: center;
}

.align-justify {
    text-align: justify;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

/*styling*/

.drop-cap {
    font-size: 3em;
    line-height: 1;
    font-weight: 600;
    padding: 2px 8px 0 0;
    float: left;
}

.run-in {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

/*other*/

.hide-text {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.smooth {
    -webkit-font-smoothing: antialiased;
}

.sub-smooth {
    -webkit-font-smoothing: subpixel-antialiased;
}

.r-br {
    display: none;
}

/*responsive line break - no break on mobile*/

@media screen and (min-width: 600px) {
    .r-br {
        display: block;
    }
    /*responsive line break*/
}

/*DISPLAY OPTIONS
**************************************************************/

/*floats*/

.left {
    float: left;
}

.right {
    float: right;
}

/*display*/

.block {
    display: block;
}

.inline {
    display: inline;
}

/*position*/

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.static {
    position: static;
}

.slick-dots li:only-child {
    display: none;
}

/* CSS Debugger */

/* *:not(path):not(g) {
  color:                    hsla(210, 100%, 100%, 0.9) !important;
  background:               hsla(210, 100%,  50%, 0.5) !important;
  outline:    solid 0.25rem hsla(210, 100%, 100%, 0.5) !important;
  box-shadow: none !important;
} */

/*
=========================================================
= ===================== BASE STYLES =================== =
=========================================================
*/

/* latin-ext */

@font-face {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(//goebel-smarthome.de/wp-content/themes/smarthome-2021/fonts/firasans/v11/va9B4kDNxMZdWfMOD5VnPKreSBf6TF0.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(//goebel-smarthome.de/wp-content/themes/smarthome-2021/fonts/firasans/v11/va9B4kDNxMZdWfMOD5VnPKreRhf6.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

/* latin-ext */

@font-face {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(//goebel-smarthome.de/wp-content/themes/smarthome-2021/fonts/firasans/v11/va9E4kDNxMZdWfMOD5VvmYjLeTY.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(//goebel-smarthome.de/wp-content/themes/smarthome-2021/fonts/firasans/v11/va9E4kDNxMZdWfMOD5Vvl4jL.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

/* latin-ext */

@font-face {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(//goebel-smarthome.de/wp-content/themes/smarthome-2021/fonts/firasans/v11/va9B4kDNxMZdWfMOD5VnZKveSBf6TF0.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(//goebel-smarthome.de/wp-content/themes/smarthome-2021/fonts/firasans/v11/va9B4kDNxMZdWfMOD5VnZKveRhf6.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

/*Basic Styling for Headlines, Forms, links etc. */

html {
    min-height: 100vh;
    font-size: 100%;
    background-color: #fff;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    overflow-x: hidden;
}

body {
    position: relative;
    min-height: 100%;
    font-family: "Fira Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    max-width: 100%;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 19px;
        line-height: 32px;
    }
}

.error404 .section-error {
    padding-top: 100px;
    padding-bottom: 100px;
}

a {
    border: 0;
    outline: 0;
    color: inherit;
}

a:hover {
}

a:focus {
}

a:active {
}

button,
.cta {
    cursor: pointer;
}

button:hover {
    background-color: #aaa;
}

button:focus {
    background-color: #aaa;
}

button:active {
    background-color: #000;
    color: #fff;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}

em {
    font-style: italic;
}

strong,
b {
    font-weight: 500;
}

code {
    font-family: courier, monospace;
    background-color: #eee;
    padding: 0 5px;
}

address {
    font-style: italic;
}

pre {
    font-family: courier, monospace;
    white-space: pre-wrap;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

img {
    position: relative;
    max-width: 100%;
    width: auto;
    /* ie8 */
    height: auto !important;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

video {
    max-width: 100%;
    height: auto !important;
}

blockquote {
    font-size: 20px;
    line-height: 1.3;
}

blockquote > p {
    font-size: 20px;
    line-height: 1.3;
}

.bq-ref {
    font-size: 0.8em;
    display: block;
    font-weight: 900;
    padding: 10px 20px 0 0;
    text-align: right;
}

/*  ::-webkit-selection { background-color: #aaa; color: #fff; }
     ::-moz-selection { background-color: #aaa; color: #fff; }
          ::selection { background-color: #aaa; color: #fff; }

         h1::-webkit-selection { color: #222; }
            h1::-moz-selection { color: #222; }
                 h1::selection { color: #222; }

         h2::-webkit-selection { color: #222; }
            h2::-moz-selection { color: #222; }
                 h2::selection { color: #222; }

         h3::-webkit-selection { color: #222; }
            h3::-moz-selection { color: #222; }
                 h3::selection { color: #222; }

         h4::-webkit-selection { color: #222; }
            h4::-moz-selection { color: #222; }
                 h4::selection { color: #222; }

         h5::-webkit-selection { color: #222; }
            h5::-moz-selection { color: #222; }
                 h5::selection { color: #222; }

         h6::-webkit-selection { color: #222; }
            h6::-moz-selection { color: #222; }
                 h6::selection { color: #222; }

          a::-webkit-selection { color: #222; }
             a::-moz-selection { color: #222; }
                  a::selection { color: #222; }

 blockquote::-webkit-selection { color: #222; }
    blockquote::-moz-selection { color: #222; }
         blockquote::selection { color: #222; } */

/*FONT AND COLOR CLASSES
**************************************************************/

.sans {
    font-family: Verdana, sans-serif;
}

.serif {
    font-family: Georgia, Times, serif;
}

.mono {
    font-family: courier, monospace;
}

.fancy {
    font-family: "Didot", "Times New Roman", Georgia, Times, serif;
    font-feature-settings: "liga" 1;
}

/* Styled text  */

p {
    margin-bottom: 10px;
    font-weight: 300;
    -epub-word-break: hyphenate;
    -ms-word-break: hyphenate;
    word-break: normal;
    word-wrap: normal;
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #333333;
}

@media screen and (min-width: 768px) {
    p {
        margin-bottom: 15px;
    }
}

h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--blue);
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 52px;
        line-height: 63px;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 1200px) {
    h1 {
        margin-bottom: 25px;
    }
}

h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--blue);
}

@media screen and (min-width: 768px) {
    h2 {
        font-size: 52px;
        line-height: 63px;
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 1200px) {
    h2 {
        margin-bottom: 25px;
    }
}
h3 {
    font-size: 18px;
    line-height: 1.3;
}

h4 {
    font-size: 18px;
    line-height: 1.3;
}

h5 {
    font-size: 18px;
    line-height: 1.3;
}

h6 {
    font-size: 18px;
    line-height: 1.3;
}

ol {
    list-style: decimal;
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

li ol > li {
    margin: 0;
}

li ol > li:before {
    content: counters(item, ".") " ";
}

ul {
    list-style: disc;
}

li {
    padding-left: 14px;
    list-style: none;
    position: relative;
    margin-bottom: 8px;
}

/*
==================
= PAGE STRUCTURE =
==================
*/

/* Basic Page Structure (Container and Frame Sizes, standard-Padding etc...)

  section:  always full width, contains frames that belong together, can have full-width-bg;

  .frame:   defines content width, contains page modules, often centered (margin: 0 auto);

  .module:  contains elements that belong together, can have padding;
            modules can be: widgets, forms, author-info, search-field, intro, slideshow, etc.;

  .page-pad: adds left & right padding to element;
              reccomenden for full-width modules, outer padding, so the content doesn’t stick to the window;
  .half,
  .third,
  .quarter: special modules, that are mainly used for grids. if used inside modules, containing module should have no padding;

  _____________
  How it works:

  section___________________________________________________________
  |          .frame______________________________________           |
  |          |      .module________________________      |          |
  |          |      |                              |     |          |
  |          |      |  elments, forms...           |     |          |
  |          |      |  modules have padding,       |     |          |
  |          |      |  sections and frames not     |     |          |
  |          |      |______________________________|     |          |
  |          |___________________________________________|          |
  |          .frame.clear________________________________           |
  |          |      .half__________.half___________      |          |
  |          |      |              |               |     |          |
  |          |      |              |               |     |          |
  |          |      |              |               |     |          |
  |          |      |              |               |     |          |
  |          |      |______________|_______________|     |          |
  |          |___________________________________________|          |
  |_________________________________________________________________|
  section___________________________________________________________
  |          .frame.clear________________________________           |
  |          |      .quarter_.third________________      |          |
  |          |      |        |                     |     |          |
  |          |      |        |                     |     |          |
  |          |      |        |                     |     |          |
  |          |      |        |                     |     |          |
  |          |      |________|_____________________|     |          |
  |          |___________________________________________|          |
  |_________________________________________________________________|
*/

/*PAGE-SEGMENTS
**************************************************************/

.container {
    /*contains the whole Page */
    position: relative;
    min-height: 100%;
    width: 100%;
}

.content {
    position: relative;
}

.frame,
[class*="frame-"] {
    /*frame, contains Content-Modules, no padding!*/
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.frame-narrow {
    max-width: 800px;
}

.module,
[class*="module-"] {
    /*module, lives inside .frame, contains  */
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 768px) {
    .module,
    [class*="module-"] {
        /*module, lives inside .frame, contains  */
        padding-left: 10px;
        padding-right: 10px;
    }
}

.page-pad,
.page-padding {
    /* adds l/r padding to element */
    padding-left: 10px;
    padding-right: 10px;
}

/* =
MODULES
= */

/*
specific Layout-Modules and Components. keep it light, specifics and variations will be defined in content.css
(Class-Name System: .moduleName-componentName-state)
*/

form > div {
    margin-bottom: 20px;
}

form label {
    display: inline-block;
    padding-bottom: 5px;
}

input,
select,
textarea,
button {
    font-family: inherit;
    font-size: inherit;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    display: block;
    cursor: pointer;
    width: 100%;
    border: 1px solid #000;
    background-color: transparent;
    padding: 5px 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
}

/*
  ::-webkit-input-placeholder,
  :-moz-placeholder,
  ::-moz-placeholder,
  :-ms-input-placeholder {

  }

  input::-webkit-input-placeholder {
    color: #fff;
  }

  input:-moz-placeholder {
    color: #fff;
  }

  input::-moz-placeholder {
    color: #fff;
  }

  input:-ms-input-placeholder {
    color: #fff;
  }
*/

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
input:focus:-ms-input-placeholder,
input:focus::placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus:-ms-input-placeholder,
textarea:focus::placeholder {
    color: transparent;
}

input[type="submit"],
button {
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}

input[type="submit"]:hover,
button:hover {
}

input[type="submit"]:active,
button:active {
}

input[type="submit"]:focus,
button:focus {
}

/*
HERO
*/

.hero-slider {
    margin-bottom: 0 !important;
}

.section-hero {
    position: relative;
    line-height: 0;
}

@media screen and (min-width: 1200px) {
    .section-hero {
        margin-bottom: 195px;
    }
}

.section-hero .slick-list {
    border-bottom: 3px solid var(--red);
}

.hero-item {
    position: relative;
}

@media screen and (min-width: 768px) {
    .home .hero-item {
        height: 85vh;
        max-height: 800px;
    }
}

@media screen and (min-width: 1200px) {
    .hero-item .caption-main {
        margin-bottom: 25px;
    }
}

.section-hero img {
    display: block;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    min-height: 496px;
    max-width: none;
    display: block;
    /* object-position: right -100px bottom 0; */
}

@media screen and (min-width: 768px) {
    .section-hero img {
        -o-object-position: center;
        object-position: center;
    }
}

.hero-img-s {
    display: block !important;
}

.hero-img-l {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .hero-img-s {
        display: none !important;
    }
    .hero-img-l {
        display: block !important;
    }
}

.section-hero .slider-caption {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    padding: 10px 20px 40px;
    font-weight: 500;
    background-color: rgba(8, 54, 104, 0.9);
    left: 0;
    right: 0;
}

@media screen and (min-width: 768px) {
    .section-hero .slider-caption {
        position: absolute;
        bottom: 55px;
        padding: 20px;
        background-color: transparent;
    }
}

@media screen and (min-width: 1400px) {
    .section-hero .slider-caption {
        bottom: 135px;
    }
}

.slider-caption .roof {
    font-size: 14px;
    line-height: 30px;
}

@media screen and (min-width: 1200px) {
    .slider-caption .roof {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}

.caption-main {
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    letter-spacing: -0.4px;
    line-height: 30px;
}

@media screen and (min-width: 768px) {
    .caption-main {
        text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
        max-width: 450px;
        -webkit-hyphens: manual;
        -ms-hyphens: manual;
        hyphens: manual;
    }
}

@media screen and (min-width: 1400px) {
    .caption-main {
        font-size: 54px;
        letter-spacing: -0.9px;
        line-height: 67px;
        max-width: 800px;
    }
}

.slider-caption .cta {
    display: none;
}

@media screen and (min-width: 768px) {
    .slider-caption .cta {
        display: inline-block;
    }
}

.section-hero .slick-dots {
    text-align: left;
    position: relative;
    left: 5px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 40px;
}

@media screen and (min-width: 768px) {
    .section-hero .slick-dots {
        text-align: left;
        position: absolute;
        left: 10px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        padding-left: 10px;
        padding-right: 10px;
        bottom: 30px;
    }
}

@media screen and (min-width: 1400px) {
    .section-hero .slick-dots {
        bottom: 60px;
    }
}

.section-hero .slick-dots li,
.section-hero .slick-dots li button {
    width: 16px;
}

/*
Carousel
*/

.section-carousel {
    position: relative;
}

.section-carousel .slider-nav {
    display: none !important;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    transform: translateY(0);
}

@media screen and (min-width: 1200px) {
    .section-carousel .slider-nav {
        display: block !important;
    }
}

.section-carousel .slick-prev,
.section-carousel .slick-next {
    background-color: transparent;
    height: 788px;
    width: 100px;
    left: 0;
    background-image: none;
    width: calc((100vw - 1220px) / 2);
}

@media screen and (min-width: 1600px) {
    .section-carousel .slick-prev,
    .section-carousel .slick-next {
        width: calc((100vw - 1520px) / 2);
    }
}

.carousel {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 1000px) {
    .carousel {
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        /* padding-left: 50px;
        padding-right: 50px; */
    }
}

@media screen and (min-width: 1220px) {
    .carousel {
        max-width: 1220px;
    }
}

@media screen and (min-width: 1600px) {
    .carousel {
        max-width: 1350px;
    }
}

.section-carousel {
    margin-bottom: 0;
}

.ref-intro,
.ref-content {
    width: 100%;
    max-width: 680px;
}

.ref-content {
    margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
    .section-ref-content {
        margin-bottom: 165px;
    }
}

.carousel .slick-list {
    overflow: visible;
    padding: 0 !important;
}

@media screen and (min-width: 1000px) {
    .carousel .slick-list {
        overflow: visible;
        /* padding: 0 50px !important; */
    }
}

.section-carousel .slider-nav {
    padding-left: 10px;
    padding-right: 10px;
}

.carousel-item {
    display: block !important;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.carousel-item img {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1220px) {
    .carousel-item img {
        width: 100%;
        max-width: 1180px;
        margin-left: auto;
        margin-right: auto;
    }
}

.carousel .slick-slide {
    display: block;
    padding-left: 0;
    padding-right: 0;
    max-width: 1280px;
    opacity: 0.35;
    transition: opacity 0.2s ease-in-out;
}

.carousel .slick-slide.slick-current {
    opacity: 1;
}

@media screen and (min-width: 1280px) {
    .carousel .slick-slide {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 1600px) {
    .carousel .slick-slide {
        display: block;
        /* padding-left: calc((100vw - 1200px) / 4);
        padding-right: calc((100vw - 12000px) / 4);
        max-width: calc(100vw - ((100vw - 1200px) / 4)); */
        padding-left: 85px;
        padding-right: 85px;
        max-width: 1380px;
    }
}

.section-carousel .slick-dots {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    text-align: right;
}

.section-carousel .slick-dots li button:before {
    background-color: var(--blue);
}

.section-carousel .slick-dots li.slick-active button:before {
    background-color: var(--red);
}

.section-carousel .slick-dots {
    margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
    .section-referenz-grid {
        margin-bottom: 135px;
    }
}

/*
VITRINE
*/

@media (hover: hover) {
    .section-vitrine {
        padding-top: 100px;
        padding-bottom: 100px;
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        text-align: center;
    }
}

.color-swatch {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.bg-empty {
    background-color: #f5f5f5;
}

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

.black {
    color: #000;
}

.bg-red {
    background-color: #f00;
}

.red {
    color: #f00 !important;
}

.section-accordion {
    margin-bottom: 55px;
}

@media screen and (min-width: 1200px) {
    .section-accordion {
        margin-bottom: 205px;
    }
}

.accordion {
    padding-left: 20px;
    padding-right: 20px;
}

.accordion-item {
    border-bottom: 1px solid var(--blue);
}

.accordion-item:first-child {
    border-top: 1px solid var(--blue);
}

.accordion-trigger {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 40px;
}

@media screen and (min-width: 600px) {
    .accordion-trigger {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.accordion-trigger h3 {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

@media screen and (min-width: 600px) {
    .accordion-trigger h3 {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
    }
}

.accordion-trigger:after {
    content: "";
    width: 30px;
    height: 15px;
    display: block;
    position: absolute;
    top: 20px;
    transform: rotate(180deg);
    right: 5px;
    background-image: url(//goebel-smarthome.de/wp-content/themes/smarthome-2021/images/ui/arrow-accordeon.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 600px) {
    .accordion-trigger:after {
        width: 40px;
        height: 20px;
        top: 37px;
    }
}

.accordion-item.is_open .accordion-trigger:after {
    transform: rotate(0);
}

.accordion-content {
    padding-right: 0;
}

@media screen and (min-width: 768px) {
    .accordion-content {
        padding-left: 24px;
    }
}

.accordion-content p,
.accordion-content li {
    font-size: 15px;
}

@media screen and (min-width: 768px) {
    .accordion-content p,
    .accordion-content li {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) {
    .accordion-item.is_open .accordion-content {
        padding-bottom: 35px;
    }
}

/* End Modules */

/*
==========
= HEADER =
==========
 */

/*Header stuff (Navigation, Logo etc.)*/

header {
    position: relative;
    height: 164px;
    width: 100%;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    header {
        height: 264px;
    }
}

.home header {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: auto;
}

header > .frame {
    position: absolute;
    left: 0;
    right: 0;
}

@media screen and (min-width: 768px) {
    header > .frame {
        position: absolute;
        left: 0;
        right: 0;
    }
}

.logo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 67px;
    display: block;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .logo {
        position: absolute;
        top: 50px;
        width: 100px;
    }
}

.logo-white {
    display: none;
}

.home .logo-white {
    display: block;
}

.logo-color {
    display: block;
}

.home .logo-color {
    display: none;
}

.logo svg {
    width: 100%;
}

/*Main-Nav*/

.main-nav-container {
    position: fixed;
    transform: translateX(100vw);
    right: 0;
    top: 0;
    bottom: 0;
    width: 290px;
    height: 100vh;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0;
    padding: 20px;
    padding-top: 115px;
    padding-right: 40px;
}

.nav_is_open .main-nav-container {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: -4px 0 18px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 1000px) {
    .main-nav-container {
        position: absolute;
        width: auto;
        bottom: auto;
        left: auto;
        right: 0;
        height: auto;
        max-height: none;
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        background-color: transparent;
        font-size: 20px;
        padding-right: 10px;
        padding-top: 90px;
        min-width: 400px;
    }
    .home .main-nav-container {
        position: absolute;
        font-size: 20px;
        color: #ffffff;
        text-align: center;
    }
    .scrolled_100vh .main-nav-container {
        color: var(--blue);
    }
}

.main-nav-container-small {
    display: none;
    z-index: 10;
}

@media screen and (min-width: 1000px) {
    /* .dev-hide {
        display: none !important;
    } */
    .main-nav-container-small {
        display: block;
        transform: translateY(-200px);
        transition: all 0.2s ease-in-out;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(46deg, #02162c 0%, #e91857 100%);
        box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.5);
        padding-top: 30px;
        padding-bottom: 30px;
        color: #fff;
    }
    .scrolled_a_bit .main-nav-container-small {
        transform: translateY(0);
    }
    .main-nav-container-small > .main-nav-container-small-inner {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
    }
    .main-nav-container-small .meta-nav {
        top: 0;
        left: 20px;
        right: auto;
    }
}

@media (hover: hover) {
    .main-nav-container-small a:hover {
        color: #fff !important;
    }
}

.main-nav-container-small li.is_active a,
.main-nav-container-small li.current-menu-item a {
    color: #fff !important;
}

.main-nav-container > .main-nav {
    padding: 0;
    position: relative;
}

@media screen and (min-width: 1000px) {
    .main-nav-container > .main-nav {
        padding: 0;
        position: relative;
        top: auto;
        transform: none;
    }
}

@media screen and (min-width: 1000px) {
    .main-nav-ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

nav li {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.main-nav li {
    list-style: none;
    border-bottom: 1px solid var(--red);
    margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
    .main-nav li {
        padding-left: 19px;
        padding-right: 20px;
        border-right: 1px solid var(--red);
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 0;
    }
    .main-nav li:first-child {
        padding-left: 0;
    }
    .main-nav li:last-child {
        padding-right: 0;
        border-right: none;
    }
}

.main-nav a {
    display: block;
    text-align: left;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (min-width: 1000px) {
    .main-nav a {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (hover: hover) {
    .main-nav a:hover {
        color: var(--red);
    }
}

.main-nav .current-menu-ancestor > a,
.main-nav .current-menu-item > a {
    color: var(--red);
}

.main-nav .current-menu-item.is_anchor_link > a,
.main-nav .current-menu-ancestor.is_anchor_link > a {
    color: var(--blue);
}

.main-nav .current-menu-item.is_anchor_link.is_active > a,
.main-nav .current-menu-ancestor.is_anchor_link.is_active > a {
    color: var(--red);
}

@media screen and (min-width: 1000px) {
    .main-nav .current-menu-item.is_anchor_link > a,
    .main-nav .current-menu-ancestor.is_anchor_link > a {
        color: #fff;
    }
    .main-nav .current-menu-item.is_anchor_link.is_active > a,
    .main-nav .current-menu-ancestor.is_anchor_link.is_active > a {
        color: var(--red);
    }
}

@media (hover: hover) {
    header a:hover {
        color: var(--red) !important;
    }
}

.link-top {
    position: absolute;
    bottom: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    gap: 10px;
    text-transform: uppercase;
    max-width: 230px;
}

.meta-nav {
    position: absolute;
    bottom: 35px;
}

@media screen and (min-width: 1000px) {
    .meta-nav-ul {
        display: flex;
        gap: 20px;
    }
}

.meta-nav li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.meta-nav li:before {
    content: "";
    position: relative;
    margin-right: 5px;
    width: 9px;
    height: 13px;
    display: block;
    background-image: url(//goebel-smarthome.de/wp-content/themes/smarthome-2021/images/ui/meta-nav-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-nav-container-small .meta-nav li:before {
    display: none;
}

.meta-nav a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    gap: 10px;
    text-transform: uppercase;
    max-width: 230px;
}

@media screen and (min-width: 1000px) {
    .meta-nav {
        position: absolute;
        top: 36px;
        right: 10px;
        bottom: auto;
    }
    .meta-nav a {
        text-align: right;
        bottom: auto;
        max-width: none;
    }
    .link-top {
        position: absolute;
        top: 33px;
        right: 10px;
        text-align: right;
        bottom: auto;
        max-width: none;
    }
}

.link-top svg {
    margin-top: 4px;
}

.menu-button {
    z-index: 10;
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 16px;
    outline: none;
}

.scrolled_a_bit.home .menu-button .nav-line {
    background-color: var(--blue);
}

@media screen and (min-width: 1000px) {
    .menu-button,
    .menu-button:hover {
        display: none;
    }
}

.menu-button:focus {
    background-color: transparent;
}

@-webkit-keyframes menutop {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@keyframes menutop {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes menubottom {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-45deg);
    }
}

@keyframes menubottom {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes menutopstart {
    0% {
        transform: rotate(45deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes menutopstart {
    0% {
        transform: rotate(45deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes menubottomstart {
    0% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes menubottomstart {
    0% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.nav-line {
    width: 31px;
    height: 2px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform-origin: center center;
    transition: all 0.5s ease-in-out;
}

.home .nav-line {
    background-color: #fff;
}

.home.scrolled_100vh .nav-line {
    background-color: var(--blue);
}

.nav_is_open .nav-line {
    background-color: var(--blue);
}

.line-top {
    position: absolute;
    top: 15px;
    -webkit-animation: menutopstart 0.5s forwards;
    animation: menutopstart 0.5s forwards;
}

.nav_is_open .line-top {
    top: calc(50% - 1px);
    -webkit-animation: menutop 0.5s forwards;
    animation: menutop 0.5s forwards;
}

.line-center {
    position: absolute;
    top: calc(50% - 1px);
    /* transition: opacity 0.2s ease-in-out 0.2s; */
}

.nav_is_open .line-center {
    opacity: 0;
}

.line-bottom {
    position: absolute;
    bottom: 15px;
    -webkit-animation: menubottomstart 0.5s forwards;
    animation: menubottomstart 0.5s forwards;
}

.nav_is_open .line-bottom {
    bottom: calc(50% - 1px);
    -webkit-animation: menubottom 0.5s forwards;
    animation: menubottom 0.5s forwards;
}

/*
===========
= CONTENT =
===========
 */

/*Content Styling for Page Templates, e.g. variations from the module section*/

.page-modules section {
    margin-bottom: 150px;
}

.page-modules .section-hl {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    line-height: 1.2;
    margin-bottom: 35px;
    color: #aaa;
    border-bottom: 1px solid #aaa;
}

/* content Slider */

/*
HERO
*/

section {
    margin-bottom: 17px;
}

@media screen and (min-width: 768px) {
    section {
        margin-bottom: 100px;
    }
}

.section-contentslider {
    position: relative;
    line-height: 0;
    margin-bottom: 65px;
}

@media screen and (min-width: 768px) {
    .section-contentslider {
        position: relative;
        line-height: 0;
        margin-bottom: 205px;
    }
}

.section-contentslider .slick-list {
    border-bottom: none;
}

.section-contentslider .contentslider-item {
    position: relative;
}

.section-contentslider img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    min-height: 602px;
    max-width: none;
    display: block;
}

.section-contentslider .slider-caption {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    padding: 20px;
    font-weight: 500;
    background-color: transparent;
    left: 0;
    right: 0;
}

@media screen and (min-width: 768px) {
    .section-contentslider .slider-caption {
        position: absolute;
        bottom: 55px;
        background-color: transparent;
    }
}

@media screen and (min-width: 1400px) {
    .section-contentslider .slider-caption {
        bottom: 135px;
    }
}

.section-contentslider .slider-caption-inner {
    max-width: 600px;
    /* padding: 10px; */
    padding-bottom: 55px;
}

.section-contentslider .slider-caption .roof {
    font-size: 14px;
    line-height: 30px;
    color: var(--red);
}

.section-contentslider .caption-main {
    text-transform: uppercase;
    font-size: 30px;
    color: #ffffff;
    line-height: 36px;
    font-weight: 300;
}

@media screen and (min-width: 768px) {
    .section-contentslider .caption-main {
        text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
        max-width: 450px;
        -webkit-hyphens: manual;
        -ms-hyphens: manual;
        hyphens: manual;
    }
}

@media screen and (min-width: 1400px) {
    .section-contentslider .caption-main {
        font-size: 54px;
        letter-spacing: -0.9px;
        line-height: 67px;
        max-width: 800px;
    }
}

.section-contentslider .caption-txt p {
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}

@media screen and (min-width: 768px) {
    .section-contentslider .caption-txt p {
        font-size: 20px;
        line-height: 32px;
    }
}

.section-contentslider .slider-caption .cta {
    display: none;
}

@media screen and (min-width: 768px) {
    .section-contentslider .slider-caption .cta {
        display: inline-block;
    }
}

.section-contentslider .slick-dots {
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .section-contentslider .slick-dots {
        text-align: left;
        position: absolute;
        left: 10px;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        max-width: 600px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        bottom: 0;
    }
}

@media screen and (min-width: 1400px) {
    .section-contentslider .slick-dots {
        bottom: 0;
    }
}

.slider-dots {
    position: relative;
}

.section-contentslider .slick-dots li,
.section-contentslider .slick-dots li button {
    width: 16px;
}

.section-contentslider .slider-nav {
    position: absolute;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    top: auto;
    bottom: 48px;
    transform: translateY(0);
    height: 0;
}

@media screen and (min-width: 768px) {
    .section-contentslider .slider-nav {
        position: relative;
        width: 100%;
        max-width: 1200px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        bottom: 100px;
    }
    .section-contentslider .slider-nav-inner {
        max-width: 600px;
    }
}

@media screen and (min-width: 1400px) {
    .section-contentslider .slider-nav {
        bottom: 140px;
    }
}

.section-contentslider .slick-prev,
.section-contentslider .slick-next {
    position: relative;
    display: block;
    width: 18px;
    height: 40px;
    bottom: 35px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    transition: opacity 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
    .section-contentslider .slick-prev,
    .section-contentslider .slick-next {
        position: relative;
        display: block;
        width: 30px;
        height: 50px;
        bottom: 30px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        transition: opacity 0.2s ease-in-out;
    }
}

.icon-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.icon-link-img {
    position: relative;
    width: 28px;
    height: 28px;
    margin-right: 5px;
}

@media screen and (min-width: 768px) {
    .icon-link-img {
        position: relative;
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }
}

.icon-link-img img {
    display: block;
    padding-top: 4px;
}

@media screen and (min-width: 768px) {
    .icon-link-img img {
        padding-top: 10px;
        display: block;
    }
}

.icn-link-group {
    padding-top: 20px;
    margin-bottom: 28px;
}

@media screen and (min-width: 768px) {
    .icn-link-group {
        padding-top: 30px;
    }
}

.icon-link {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--blue);
    letter-spacing: 0;
    margin-bottom: 18px;
    text-decoration: none;
}

@media (hover: hover) {
    .icon-link:hover {
        color: var(--red);
    }
}

@media screen and (min-width: 1200px) {
    .icon-link {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 0px;
    }
}

/* 2 Cols */

.section-twocols {
    margin-bottom: 55px;
}

@media screen and (min-width: 1200px) {
    .section-twocols {
        margin-bottom: 205px;
    }
}

.twocols {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}

@media screen and (min-width: 1000px) {
    .twocols {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
    }
    .twocols.reverse {
        flex-direction: row-reverse;
    }
}

.col-item {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    max-width: 600px;
    margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
    .col-item {
        flex: 0 0 50%;
        margin-bottom: 0;
    }
}
.twocols .roof-icn {
    max-width: 58px;
}
.bg-graphic {
    position: absolute;
    max-width: 446px;
}

.bg-graphic-q {
    top: 40px;
    left: 10px;
    right: 50px;
}

@media screen and (min-width: 768px) {
    .reverse .bg-graphic-q {
        top: 100px;
        left: 10px;
        right: 50px;
    }
    .bg-graphic-q {
        top: 100px;
        left: 130px;
        right: 0px;
    }
}

.bg-graphic-h {
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    left: 10px;
    right: 10px;
    max-width: 552px;
}

@media screen and (min-width: 768px) {
    .bg-graphic-h {
        top: 30%;
        margin-left: auto;
        margin-right: auto;
        left: 10px;
        right: 10px;
        max-width: 552px;
    }
}

.img-s {
    position: absolute;
    right: 0;
    bottom: -80px;
    max-width: 25%;
}

@media screen and (min-width: 768px) {
    .img-s {
        bottom: 0;
    }
    .reverse .img-s {
        right: auto;
        left: 0;
    }
}

.img-cluster-quer {
    position: relative;
    padding-left: 55px;
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
    .img-cluster-quer {
        padding-bottom: 80px;
    }
}

.img-cluster-hoch {
    flex: 0 0 100%;
}

@media screen and (min-width: 1000px) {
    .img-cluster-hoch {
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1000px) {
    .col-txt > .module {
        max-width: 500px;
    }
}

@media screen and (min-width: 1000px) {
    .col-txt {
        display: flex;
        justify-content: flex-end;
    }
    .reverse .col-txt {
        display: flex;
        justify-content: flex-start;
    }
}

.img-q,
.img-h {
    box-shadow: 0 2px 30px 0 rgba(51, 51, 51, 0.6);
}

.img-h {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80vw;
}

.partner-logos {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 20px;
}

@media screen and (min-width: 768px) {
    .partner-logos {
        padding-top: 30px;
    }
}

/* accordion */

.accordion-intro p {
    max-width: 580px;
}

.uses-editor ul {
    padding-top: 30px;
    margin-bottom: 30px;
}

.uses-editor li {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--blue);
    letter-spacing: 0;
    margin-bottom: 18px;
    padding-left: 20px;
}

.uses-editor li:before {
    content: "";
    background-image: url(//goebel-smarthome.de/wp-content/themes/smarthome-2021/images/ui/list-arrow.svg);
    background-size: 7px 13px;
    background-position: center center;
    display: block;
    width: 7px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 5px;
}

@media screen and (min-width: 768px) {
    .uses-editor li {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
        padding-left: 30px;
    }
    .uses-editor li:before {
        background-size: 9px 15px;
        width: 8px;
        height: 14px;
        left: 0;
        top: 7px;
    }
}

.img-r {
    max-width: 150px;
}

@media screen and (min-width: 768px) {
    .img-r {
        max-width: 280px;
    }
}

.bg-graphic {
    position: absolute;
}

.bg-graphic-r-l {
    width: 100%;
    max-width: 200px;
    left: 50px;
    top: 0;
}

.bg-graphic-r-s {
    width: 100%;
    max-width: 90px;
    left: 80px;
    top: 0;
}

@media screen and (min-width: 768px) {
    .bg-graphic-r-l {
        max-width: 355px;
        left: 100px;
        top: 40px;
    }
    .bg-graphic-r-s {
        max-width: 180px;
        left: 180px;
        top: 0;
    }
}

.img-cluster-rund {
    flex: 0 0 100%;
}

@media screen and (min-width: 1000px) {
    .img-cluster-rund {
        flex: 0 0 50%;
    }
}

/* Fullbleed */

.section-fullbleed {
    position: relative;
    margin-bottom: 55px;
}

@media screen and (min-width: 1200px) {
    .section-fullbleed {
        margin-bottom: 0;
    }
}

.fullbleed-img {
    margin-bottom: 50px;
}

@media screen and (min-width: 1200px) {
    .fullbleed-img {
        height: 776px;
        margin-bottom: 0;
    }
}

.fullbleed-img img {
    display: block;
}

@media screen and (min-width: 1200px) {
    .fullbleed-img img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100% !important;
    }
}

@media screen and (min-width: 1200px) {
    .fullbleed-caption-container {
        position: absolute;
        top: 107px;
        left: 0;
        right: 0;
    }
}

.fullbleed-caption {
    max-width: 680px;
}

.fullbleed-caption p {
    max-width: 580px;
}

/* regerenzen */

.referenz-grid {
    width: 100%;
    max-width: 600px;
}

@media screen and (min-width: 800px) {
    .referenz-grid {
        max-width: 1200px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

.referenz-item {
    position: relative;
    width: 100%;
    max-width: 600px;
    padding: 10px;
}

@media screen and (min-width: 800px) {
    .referenz-item {
        flex: 0 0 50%;
        max-width: 600px;
    }
}

a.referenz-item {
    position: relative;
    display: block;
    text-decoration: none;
}

@media screen and (min-width: 800px) {
    .referenz-item {
        margin-bottom: 40px;
    }
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.yt-embed {
    margin-bottom: 40px;
}
.yt-embed iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}
.section-yt {
    margin-bottom: 55px;
}
@media screen and (min-width: 800px) {
    .section-yt {
        margin-bottom: 205px;
    }
}
a.referenz-item .ref-thumb-bg {
    display: none;
    opacity: 0;
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: -20px;
    right: 20px;
    max-width: 580px;
    transition: opacity 0.35s ease-in-out;
}

@media screen and (min-width: 800px) {
    a.referenz-item .ref-thumb-bg {
        display: block;
        bottom: -20px;
        left: -40px;
        right: 20px;
    }
}

a.referenz-item img {
    transition: all 0.2s ease-in-out;
}

a.referenz-item p {
    transition: color 0.2s ease-in-out;
    padding-right: 70px;
}

@media (hover: hover) {
    a.referenz-item:nth-child(odd) {
        z-index: 1;
    }
    a.referenz-item:hover img {
        box-shadow: 0 2px 30px 0 rgba(51, 51, 51, 0.6);
    }
    a.referenz-item:hover p {
        color: var(--red);
    }
    a.referenz-item:hover .ref-thumb-bg {
        opacity: 1;
    }
}

.ref-thumb-title {
    min-height: 64px;
}

@media screen and (min-width: 800px) {
    .ref-thumb-title {
        padding-top: 20px;
        min-height: 96px;
        display: flex;
        align-items: flex-start;
    }
}

.scroll-fadein {
    opacity: 0;
    transform: translateY(100px);
    transition: transform 0.6s ease-out, opacity 0.5s ease-out 0.08s;
    -webkit-transition: transform 0.6s ease-out, opacity 0.5s ease-out 0.08s;
    -moz-transition: transform 0.6s ease-out, opacity 0.5s ease-out 0.08s;
    -ms-transition: transform 0.6s ease-out, opacity 0.5s ease-out 0.08s;
    -o-transition: transform 0.6s ease-out, opacity 0.5s ease-out 0.08s;
}

.scroll-fadein.is_visible {
    opacity: 1;
    transform: translateY(0);
}

/*
==========
= FOOTER =
==========
 */

footer {
    position: relative;
    background-color: #393b3c;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

footer:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(46deg, #02162c 0%, #e91857 100%);
}

@media screen and (min-width: 768px) {
    footer {
        padding-top: 75px;
        padding-bottom: 140px;
    }
}

footer p,
footer a {
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    footer p,
    footer a {
        line-height: 30px;
    }
    footer p {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 600px) {
    .footer-content {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media screen and (min-width: 1000px) {
    .footer-content {
        justify-content: space-between;
    }
}

@media screen and (min-width: 600px) {
    .footer-l,
    .footer-r {
        max-width: 280px;
        width: 100%;
        flex: 1 0 280px;
    }
}

@media screen and (min-width: 768px) {
    .footer-l,
    .footer-r {
        max-width: 380px;
        width: 100%;
        flex: 1 0 380px;
    }
}

@media screen and (min-width: 1000px) {
    .footer-l,
    .footer-r {
        max-width: 480px;
        width: 100%;
        flex: 1 0 480px;
    }
}

.footer-nav li {
    margin-bottom: 0;
    line-height: 30px;
}

.footer-nav a {
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer-social-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.footer-l {
    margin-bottom: 20px;
}

@media (hover: hover) {
    footer a:hover {
        color: var(--red);
    }
}

/*
==================
= RETINA & PRINT =
==================
 */

/*retina and print styles here*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
}

/*END MEDIA RETINA*/

@media print {
    @page {
        size: A4;
    }
    @page {
        margin: 80px;
    }
    @page: left {
        @bottom-left {
            content: "Page " counter(page) " of " counter(pages);
        }
    }
    body {
        font-size: 15px;
        color: #000000;
        letter-spacing: 0;
        line-height: 19px;
    }
    header {
        position: relative;
        width: 100%;
        height: 20px;
        width: 100%;
        max-width: 1078px;
        margin: 0 auto;
    }
    .header-container {
        box-shadow: none;
    }
    .logo {
        width: 150px;
        height: 53px;
        position: absolute;
        top: 0px;
        right: 0;
    }
    .frame {
        width: 100%;
        max-width: 1078px;
        margin: 0 auto;
    }
    .content {
        padding-top: 0;
    }
    section.section-hero {
        max-width: 1078px;
        margin: 0 auto 30px;
    }
    .post-date {
        font-weight: 700;
        font-size: 15px;
        color: #000000;
        letter-spacing: 0;
        line-height: 19px;
    }
    .post-author {
        font-size: 15px;
        color: #000000;
        letter-spacing: 0;
        line-height: 19px;
    }
    h2 {
        font-size: 30px;
        color: #000000;
        letter-spacing: 0;
    }
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        -webkit-filter: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .logo:after {
        content: "" !important;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
}

/*END MEDIA PRINT*/