.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 .hidden-fields-container {
display: none;
}
.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;
}body {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: #f27474;
}
p a:hover {
text-decoration: underline;
}
button {
cursor: pointer;
}
button:focus {
outline: none;
}
ul {
list-style-type: none;
margin: 0;
}
.global-header {
background-color: #fff;
box-shadow: 0 1px 15px 0 rgba(192,72,25,0.32);
height: 80px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
}
.global-header .logo {
width: 162px;
height: 36px;
background-image: url(//my-renovierung.de/assets/images/logo.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
float: left;
margin-top: 22px;
margin-left: 15px;
}
@media all and (max-width: 600px) {
.global-header .logo {
float: none;
height: 29px;
display: block;
margin: 0 auto;
margin-top: 10px;
}
}
.global-header nav {
font-size: 17px;
color: #f27474;
float: right;
margin-top: 29px;
}
@media all and (max-width: 600px) {
.global-header nav {
float: none;
text-align: center;
font-size: 16px;
margin-top: 10px;
}
}
.global-header nav a {
position: relative;
cursor: pointer;
}
.global-header nav a::before {
content: "";
background-color: #f27474;
height: 3px;
border-radius: 2px;
position: absolute;
left: 0;
right: 0;
bottom: -5px;
display: none;
}
.global-header nav a:hover::before {
display: block;
}
.global-header nav .github-icon {
width: 26px;
height: 25px;
background-image: url(//my-renovierung.de/assets/images/github.svg);
display: inline-block;
vertical-align: middle;
position: relative;
top: -3px;
}
.global-header ul {
white-space: nowrap;
padding: 0;
}
.global-header ul li {
display: inline-block;
margin: 0 15px;
}
.highlight {
background-color: #f8f8f8;
padding: 10px 23px;
font-size: 14px;
line-height: normal;
color: rgba(0,0,0,0.62);
overflow-x: auto;
}
.highlight .editor {
font-family: 'Inconsolata', monospace;
}
.highlight .line {
margin: 6px 0;
}
.highlight.bash .line::before {
content: "$ ";
opacity: 0.5;
}
.highlight .string {
color: #8858d2;
}
.highlight .html.name.tag {
color: #4ac14a;
}
.highlight .html.attribute-name {
color: #b646c1;
}
.highlight .js.name.function {
color: #f27474;
}
.highlight .js.boolean,
.highlight .js.numeric {
color: #4ac14a;
}
.highlight .js.control,
.highlight .js.assignment {
color: #b646c1;
}
.highlight .js.storage,
.highlight .js.variable {
color: #00a9ff;
}
.highlight .js.comment {
color: rgba(0,0,0,0.3);
}
.highlight .js.function {
color: inherit;
}
.highlight .js.variable.other,
.highlight .js.variable.parameter {
color: inherit;
}
.highlight .js.storage.class,
.highlight .js.class + * + .storage.modifier {
color: #b646c1;
}
.highlight .css.selector {
color: #4ac14a;
}
.highlight .css.property-name {
color: #00a9ff;
}
.highlight .css.property-value {
color: #8858d2;
}
.highlight .css.separator,
.highlight .css.terminator {
color: rgba(0,0,0,0.62);
}
.landing-top {
height: 370px;
position: relative;
padding-top: 80px;
}
@media all and (max-width: 1000px) {
.landing-top {
height: 600px;
}
}
.landing-top .bg {
background-image: linear-gradient(-132deg, #ff7d79 0%, #f28b74 92%);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
-webkit-clip-path: url(#top-transition-clip-shape);
clip-path: url(#top-transition-clip-shape);
will-change: transform;  }
@media all and (max-width: 600px) {
.landing-top .bg {
-webkit-clip-path: none;
clip-path: none;
}
}
.landing-top .swal-modal-example {
transform: none;
opacity: 1;
height: 292px;
width: 409px;
margin: 20px;
background-color: #fff;
box-shadow: 0 5px 22px 0 rgba(0,0,0,0.2);
border-radius: 8px;
margin-top: 59px;
text-align: center;
display: inline-block;
vertical-align: middle;
overflow: hidden;
transition: height 0.3s;
position: absolute;
z-index: 10;
top: 0;
left: 0;
}
@media all and (max-width: 1000px) {
.landing-top .swal-modal-example {
position: relative;
display: block;
margin: 20px auto;
}
}
@media all and (max-width: 450px) {
.landing-top .swal-modal-example {
width: 100%;
}
}
.landing-top .swal-modal-example[data-type="success"] {
height: 292px;
}
.landing-top .swal-modal-example[data-type="warning"] {
height: 325px;
}
.landing-top .swal-modal-example .swal-title {
padding-top: 10px;
}
.landing-top .swal-modal-example .swal-text {
color: rgba(0,0,0,0.48);
margin-top: 6px;
}
.landing-top .modal-content-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
z-index: 2;
pointer-events: none;
opacity: 0;
transition: opacity 0.2s;
}
.landing-top .modal-content-overlay.show {
opacity: 1;
}
.landing-top .example-content {
display: none;
}
.landing-top .example-content.show {
display: block;
}
.landing-top .desc {
display: inline-block;
position: relative;
color: #fff;
margin-left: 50px;
max-width: calc(100% - 409px - 112px);
vertical-align: middle;
margin-top: 61px;
padding-left: 473px;
}
@media all and (max-width: 1000px) {
.landing-top .desc {
display: block;
max-width: none;
padding-left: 0;
margin-left: 0;
text-align: center;
}
}
.landing-top h2 {
font-size: 30px;
line-height: 51px;
font-weight: 300;
}
@media all and (max-width: 380px) {
.landing-top h2 {
font-size: 25px;
margin-top: -20px;
}
}
.landing-top .text-rotater {
display: block;
height: 57px;
overflow: hidden;
}
.landing-top .text-rotater span {
display: block;
transition: transform 0.4s;
}
.landing-top .text-rotater.slide-up span {
transform: translateY(-51px);
}
.landing-top .install {
background: rgba(120,40,40,0.32);
border-radius: 7px;
max-width: 357px;
padding: 12px;
}
@media all and (max-width: 1000px) {
.landing-top .install {
margin: 0 auto;
text-align: left;
}
}
.landing-top .install .button {
background: rgba(255,255,255,0.39);
width: 12px;
height: 12px;
border-radius: 50%;
display: inline-block;
}
.landing-top .install .command {
font-family: 'Inconsolata', monospace;
padding: 12px;
padding-left: 30px;
}
.landing-top .install .command::before {
content: "$";
opacity: 0.5;
transform: rotate(8deg);
font-size: 20px;
position: absolute;
margin-left: -27px;
margin-top: -2px;
}
.comparison-container {
padding-bottom: 70px;
text-align: center;
}
.comparison-container h3 {
font-size: 22px;
color: #b49993;
font-weight: 400;
display: block;
text-align: center;
margin-top: 93px;
margin-bottom: 80px;
}
.comparison-container .code-container {
text-align: center;
width: calc(50% - 60px);
display: inline-block;
vertical-align: middle;
}
@media all and (max-width: 600px) {
.comparison-container .code-container {
width: 100%;
}
}
.comparison-container .versus {
width: 35px;
height: 33px;
background-image: url(//my-renovierung.de/assets/images/vs.svg);
display: inline-block;
vertical-align: middle;
margin: 0 30px;
}
@media all and (max-width: 600px) {
.comparison-container .versus {
margin: 30px;
margin-bottom: -10px;
}
}
.comparison-container h5 {
font-size: 13px;
color: rgba(0,0,0,0.21);
text-transform: uppercase;
text-align: left;
margin-bottom: 15px;
}
.comparison-container h5.swal-logo {
text-indent: -9999999px;
margin-top: 2px;
}
.comparison-container h5.swal-logo::after {
content: "";
background-image: url(//my-renovierung.de/assets/images/logo-small.svg);
width: 91px;
height: 20px;
display: block;
}
.comparison-container .highlight {
text-align: left;
padding: 16px 23px;
}
.comparison-container .highlight span {
margin: 0 -4px;
}
.comparison-container .remark {
font-size: 20px;
color: #f27474;
margin-top: 80px;
}
.comparison-container .get-started-button {
background-color: #f27474;
color: #fff;
border-radius: 8px;
font-size: 22px;
padding: 14px 55px;
margin: 20px 0;
display: inline-block;
}
.customize-container {
background-color: #999eaf;
text-align: center;
color: #fff;
text-align: center;
background-image: url(//my-renovierung.de/assets/images/pattern.png);
background-image: -webkit-image-set(url(//my-renovierung.de/assets/images/pattern.png) 1x, url(//my-renovierung.de/assets/images/pattern@2x.png) 2x);
padding: 40px 0;
-webkit-clip-path: url(#customization-transition-clip-shape);
clip-path: url(#customization-transition-clip-shape);
will-change: transform; }
@media all and (max-width: 600px) {
.customize-container {
-webkit-clip-path: none;
clip-path: none;
}
}
.customize-container h3 {
font-weight: 400;
font-size: 20px;
padding: 50px 0;
}
.customize-container .example-modals {
background-image: url(//my-renovierung.de/assets/images/modal-examples.png);
background-image: -webkit-image-set(url(//my-renovierung.de/assets/images/modal-examples.png) 1x, url(//my-renovierung.de/assets/images/modal-examples@2x.png) 2x);
height: 284px;
background-size: auto 100%;
background-position: 0 0;
animation: scrollExamples 80s infinite linear;
}
.customize-container .view-api-button {
border: 3px solid #fff;
border-radius: 6px;
color: #fff;
padding: 12px 52px;
font-size: 18px;
margin-top: 60px;
display: inline-block;
}
@-moz-keyframes scrollExamples {
0% {
background-position: 0 0;
}
100% {
background-position: -2146px 0;
}
}
@-webkit-keyframes scrollExamples {
0% {
background-position: 0 0;
}
100% {
background-position: -2146px 0;
}
}
@-o-keyframes scrollExamples {
0% {
background-position: 0 0;
}
100% {
background-position: -2146px 0;
}
}
@keyframes scrollExamples {
0% {
background-position: 0 0;
}
100% {
background-position: -2146px 0;
}
}
.page-content {
$mobile-breakpoint: 880px;
}
.page-content table {
border-collapse: collapse;
border: none;
width: 100%;
}
.page-content th {
font-size: 17px;
color: rgba(0,0,0,0.34);
padding: 20px 15px;
text-transform: capitalize;
font-weight: 400;
}
.page-content thead > tr {
border-bottom: 2px solid rgba(0,0,0,0.1);
}
.page-content tr {
text-align: left;
box-shadow: 0px -1px 0px rgba(0,0,0,0.15);
}
.page-content tr:first-child {
box-shadow: none;
}
.page-content td {
padding: 17px;
}
.page-content td:first-child > code {
color: #2e9fef;
background: none;
border: none;
font-size: 16px;
padding: 0;
}
@media all and (min-width: mobile-breakpoint) {
.page-content tbody tr:nth-child(1) {
box-shadow: none;
}
}
@media all and (max-width: mobile-breakpoint) {
.page-content table,
.page-content thead,
.page-content tbody,
.page-content th,
.page-content td,
.page-content tr {
display: block;
}
.page-content thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
.page-content tr {
margin-top: -1px;
box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.27);
}
.page-content td { border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: mobile-padding;
min-height: 20px;
}
.page-content td::before { position: absolute; top: 15px;
left: 15px;
width: mobile-padding;
width: calc((mobile-padding - 35px));
overflow: hidden;
text-overflow: ellipsis;
padding-right: 10px;
white-space: nowrap;
color: rgba(0,0,0,0.54);
font-family: page-font;
font-size: 16px;
text-transform: capitalize;
content: attr(data-name);
}
}
.doc-container {
overflow: hidden;
}
.side-menu {
width: 225px;
float: left;
padding-left: 20px;
position: fixed;
top: 88px;
}
@media all and (max-width: 600px) {
.side-menu {
float: none;
position: static;
margin-top: 120px;
text-align: center;
width: 100%;
margin-bottom: -60px;
padding-left: 0;
}
}
.side-menu .title {
font-size: 20px;
color: rgba(0,0,0,0.63);
font-weight: 600;
margin-top: 50px;
margin-bottom: 36px;
}
.side-menu a {
font-size: 17px;
color: rgba(0,0,0,0.42);
display: block;
margin: 18px 0;
}
.side-menu a:hover {
color: rgba(0,0,0,0.6);
}
.page-content {
float: left;
width: calc(100% - 225px - 20px);
margin-left: 225px;
min-height: 220px;
margin-top: 16px;
font-size: 16px;
color: rgba(0,0,0,0.59);
line-height: 29px;
}
@media all and (max-width: 600px) {
.page-content {
float: none;
margin-left: 0;
width: 100%;
}
}
.page-content h1 {
padding-top: 90px;
border-bottom: 1px solid rgba(0,0,0,0.15);
padding-bottom: 20px;
margin-bottom: 0;
}
.page-content h1::before {
content: "#";
position: absolute;
margin-left: -23px;
font-size: 24px;
margin-top: 3px;
color: #f38270;
font-weight: 500;
}
.page-content h1 a {
font-size: 30px;
color: rgba(0,0,0,0.85);
font-weight: 600;
}
.page-content h2,
.page-content h3 {
font-size: 20px;
margin-top: -70px;
padding-top: 100px;
}
.page-content h2 a,
.page-content h3 a {
color: rgba(0,0,0,0.7);
}
.page-content ul {
list-style-type: disc;
margin-bottom: 20px;
}
.page-content ul li {
margin: 5px 0;
}
.page-content img {
max-width: 100%;
}
.page-content.api > ul {
list-style-type: none;
padding-left: 30px;
}
.page-content.api > ul > li h3::before {
content: "";
width: 8px;
height: 8px;
position: absolute;
border-radius: 50%;
background-color: #f27474;
margin-left: -27px;
margin-top: 12px;
}
.page-content code {
font-family: 'Inconsolata', monospace;
padding: 3px 6px;
border-radius: 2px;
border: 1px solid rgba(0,0,0,0.12);
background: #f8f8f8;
font-size: 14px;
color: #f27474;
}
.page-content kbd {
display: inline-block;
padding: 3px 5px;
font-size: 11px;
line-height: 10px;
color: #444d56;
vertical-align: middle;
background-color: #fafbfc;
border: solid 1px #c6cbd1;
border-bottom-color: #959da5;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #959da5;
font-family: sans-serif;
}
.page-content preview-button { display: block;
height: 44px;
}
.page-content button.preview {
margin: 20px auto;
width: 110px;
display: block;
position: relative;
z-index: 2;
}
.page-content figcaption {
font-style: italic;
}
.swal-modal.red-bg {
background-color: rgba(255,0,0,0.28);
}
.mood-btn {
background: none;
border: none;
width: 28px;
height: 28px;
background-image: url(//my-renovierung.de/assets/images/mood-sad.png);
background-size: 28px 28px;
padding: 4px;
background-position: center center;
box-sizing: content-box;
background-repeat: no-repeat;
margin: 0 7px;
position: relative;
overflow: hidden;
border-radius: 3px;
}
.mood-btn:hover::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.03);
}
.mood-btn[data-rating="2"] {
background-image: url(//my-renovierung.de/assets/images/mood-neutral.png);
}
.mood-btn[data-rating="3"] {
background-image: url(//my-renovierung.de/assets/images/mood-happy.png);
}
body {
font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
}
svg.hidden {
display: block;
}
.page-container {
max-width: 1000px;
margin: 0 auto;
padding: 0 10px;
position: relative;
}
.preview {
background-color: #a3dd82;
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.07);
border-radius: 4px;
border: none;
color: #fff;
font-size: 15px;
color: #fff;
padding: 9px 18px;
margin-top: 20px;
}
.preview::before {
content: "";
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 10px solid #fff;
display: inline-block;
margin-right: 5px;
}
.preview:hover {
background-color: #98d973;
}
footer {
padding: 40px 20px;
text-align: center;
color: #728194;
}
footer .love-icon {
background-image: url(//my-renovierung.de/assets/images/heart-icon.svg);
width: 22px;
height: 20px;
display: inline-block;
vertical-align: middle;
margin: 0 5px;
position: relative;
top: -2px;
}.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-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .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}}.ea11y-skip-to-content-link{clip:rect(1px,1px,1px,1px);align-items:center;background-color:#fff;border:1px solid #2563eb;border-radius:12px;clip-path:inset(50%);color:#0c0d0e;display:flex;gap:8px;height:1px;margin:-1px;overflow:hidden;padding:0;pointer-events:none;position:fixed;text-decoration:none;width:1px;word-wrap:normal!important}.ea11y-skip-to-content-link:focus{clip:auto!important;clip-path:none;height:auto;left:30px;padding:16px 24px;pointer-events:auto;top:30px;width:auto;z-index:100000}.ea11y-skip-to-content-link:focus+.ea11y-skip-to-content-backdrop{background-color:rgba(0,0,0,.5);bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.gdpr-consent-bar {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: auto;
background-color: rgba(24,24,40,0.93);
z-index: 9999;
display: none;
}
.gdpr-consent-bar.bottom {
bottom: 0;
top: auto;
}
.gdpr-consent-bar.top {
bottom: auto;
top: 0;
}
.gdpr-consent-bar-box {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 44px;
min-height: 50px;
}
.gdpr-consent-bar-text {
font-family: 'Source Sans Pro';
font-weight: 400;
font-size: 14px;
color: #ffffff;
line-height: 22px;
padding-right: 40px;
}
.gdpr-consent-bar-buttons {
display: flex;
align-items: center;
}
.btn-gdpr-agreement {
height: 30px;
border: 2px solid #ffffff;
border-radius: 15px;
color: #ffffff;
font-family: 'Montserrat';
font-weight: 700;
font-size: 14px;
line-height: 27px;
text-transform: uppercase;
background: none;
padding: 0 18px;
white-space: nowrap;
-webkit-transition: all 250ms;
transition: all 250ms;
}
.btn-gdpr-agreement:hover {
background-color: #ffffff;
color: #181828;
}
.btn-gdpr-preferences-open {
font-family: 'Source Sans Pro';
font-size: 14px;
line-height: 22px;
font-weight: 400;
color: #00bcd4;
background: none;
border: none;
margin-right: 22px;
padding: 0;
white-space: nowrap;
-webkit-transition: all 250ms;
transition: all 250ms;
}
.btn-gdpr-preferences-open:hover {
color: #ffffff;
}
.gdpr-privacy-preferences {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: rgba(57,61,80,0.8);
z-index: 9999;
display: none;
}
.gdpr-privacy-preferences-box {
height: 90%;
width: 90%;
max-width: 930px;
max-height: 680px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #ffffff;
z-index: inherit;
}
.gdpr-privacy-preferences-box > form {
height: 100%;
position: relative;
display: flex;
flex-direction: column;
}
.btn-gdpr-privacy-preferences-close {
padding: 0;
margin: 0;
background: none;
border: none;
color: #99a9b5;
position: absolute;
right: 10px;
top: 10px;
z-index: inherit;
font-size: 0;
}
.btn-gdpr-privacy-preferences-close:before {
font-family: 'thegem-icons';
font-style: normal;
font-size: 28px;
content: '\e619';
line-height: 1;
}
.gdpr-privacy-preferences-header {
width: 100%;
position: relative;
flex: none;
padding: 25px 35px 15px;
}
.gdpr-privacy-preferences-title {
font-family: 'Montserrat UltraLight';
font-size: 24px;
color: #3c3950;
line-height: 38px;
text-transform: uppercase;
position: relative;
padding-left: 48px;
}
.gdpr-privacy-preferences-title:before {
content: '\e669';
font-family: 'thegem-icons';
font-style: normal;
color: #00bcd4;
font-size: 32px;
line-height: 1;
position: absolute;
left: -5px;
top: 5px;
}
.gdpr-privacy-preferences-body {
flex: 1 1 100%;
padding: 0 45px 0 35px;
overflow: hidden;
overflow-y: auto;
}
.gdpr-privacy-preferences-text {
font-family: 'Source Sans Pro';
font-size: 14px;
line-height: 23px;
font-weight: 400;
color: #5f727f;
}
.gdpr-privacy-preferences-consents {
padding: 20px 0;
position: relative;
}
.gdpr-privacy-preferences-consent-item {
display: flex;
font-family: 'Source Sans Pro';
font-size: 14px;
line-height: 23px;
font-weight: 400;
padding: 10px 0;
align-items: center;
min-height: 55px;
border-bottom: 1px solid #dfe5e8;
}
.gdpr-privacy-preferences-consent-item:last-child {
border-bottom: none;
}
.gdpr-privacy-consent-param {
width: 100%;
display: flex;
align-items: center;
}
.gdpr-privacy-consent-title {
flex: 0 0 170px;
font-weight: 300;
font-size: 19px;
color: #5f727f;
}
.gdpr-privacy-consent-description {
color: #99a9b5;
width: 100%;
}
.gdpr-privacy-consent-value {
flex: 0 0 100px;
display: flex;
justify-content: flex-end;
}
.gdpr-privacy-consent-value input {
display: block;
}
.thegem-gdpr-field {
display: flex;
align-items: flex-start;
padding: 10px 0;
}
.thegem-gdpr-field label {
margin-bottom: 0;
line-height: 26px;
}
.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item .checkbox-sign,
.thegem-gdpr-field .checkbox-sign {
flex: 0 0 auto;
margin-right: 10px;
width: 26px;
height: 26px;
border: 1px solid #dfe5e8;
}
.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item .checkbox-sign:before,
.thegem-gdpr-field .checkbox-sign:before {
font-size: 21px;
margin-left: -10px;
}
.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item {
display: flex;
align-items: flex-start;
}
.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item .wpcf7-list-item-label {
line-height: 26px;
}
.gdpr-privacy-consent-always-active {
text-transform: uppercase;
color: #5f727f;
}
.gdpr-privacy-checkbox {
display: block;
position: relative;
padding: 0;
margin: 0;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.gdpr-privacy-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.gdpr-privacy-checkbox .gdpr-privacy-checkbox-check {
display: block;
position: relative;
width: 40px;
height: 24px;
background-color: #b6c6c9;
border-radius: 12px;
}
.gdpr-privacy-checkbox .gdpr-privacy-checkbox-check:after {
content: '';
position: absolute;
left: 4px;
width: 16px;
height: 16px;
top: 50%;
margin-top: -8px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-radius: 50%;
box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
background-color: #ffffff;
}
.gdpr-privacy-checkbox input:checked ~ .gdpr-privacy-checkbox-check {
background-color: #00bcd4;
}
.gdpr-privacy-checkbox input:checked ~ .gdpr-privacy-checkbox-check:after {
border-color: #00bcd4;
left: 20px;
}
.gdpr-privacy-preferences-footer {
width: 100%;
flex: none;
padding: 30px 45px 30px 40px;
background-color: #f0f3f2;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row-reverse;
}
.gdpr-privacy-preferences-footer-links a {
font-family: 'Source Sans Pro';
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #00bcd4;
margin-right: 20px;
}
.gdpr-privacy-preferences-footer-links a:hover {
color: #494c64;
}
.btn-gdpr-privacy-save-preferences {
height: 30px;
white-space: nowrap;
border-radius: 15px;
border: 2px solid #00bcd4;
color: #00bcd4;
background-color: #f0f3f2;
text-transform: uppercase;
font-family: 'Montserrat';
font-size: 14px;
font-weight: 700;
line-height: 27px;
padding: 0 18px;
-webkit-transition: all 250ms;
transition: all 250ms;
}
.btn-gdpr-privacy-save-preferences:hover {
background-color: #00bcd4;
color: #f0f3f2;
}
.gem-gdpr-no-consent-wrap {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
min-height: 200px;
height: 100%;
}
.gem-gdpr-no-consent-inner {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,.5);
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.gem-gdpr-no-consent-notice-text {
padding: 20px;
text-align: center;
color: #ffffff;
font-family: 'Source Sans Pro';
font-size: 14px;
white-space: pre-line;
}
.gem-gdpr-no-consent-notice-text .btn-gdpr-preferences {
font-weight: bold;
color: #ffffff;
text-decoration: underline;
}
.gem-gdpr-no-consent-notice-text [class^="gem-consent-icon-"] {
font-style: normal;
display: block;
line-height: 1;
margin-bottom: 5px;
font-size: 40px;
}
.gem-gdpr-no-consent-notice-text .gem-consent-icon-youtube:before {
content: '\e610';
font-family: 'thegem-socials';
}
.gem-gdpr-no-consent-notice-text .gem-consent-icon-vimeo:before {
content: '\e609';
font-family: 'thegem-socials';
}
.gem-gdpr-no-consent-notice-text .gem-consent-icon-google-maps:before {
content: '\e624';
font-family: 'thegem-icons';
font-style: normal;
}
.vc_video-bg-container .gem-gdpr-no-consent-wrap,
.page-title-block .gem-gdpr-no-consent-wrap,
.vc_map_responsive .gem-gdpr-no-consent-wrap,
.video-block .gem-gdpr-no-consent-wrap {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.page-title-block .gem-gdpr-no-consent-wrap ~ .container {
position: relative;
z-index: 1;
}
.page-title-block .gem-gdpr-no-consent-inner {
align-items: flex-start;
}
.page-title-block .gem-gdpr-no-consent-notice-text {
vertical-align: top;
}
.page-title-block .gem-gdpr-no-consent-notice-text [class^="gem-consent-icon-"] {
display: inline-block;
margin-bottom: 0;
font-size: 20px;
margin-right: 10px;
top: 4px;
position: relative;
}
.vc_video-bg-container .gem-gdpr-no-consent-wrap {
z-index: 1;
}
@media (max-width: 768px) {
.gdpr-consent-bar-box {
flex-direction: column;
padding: 20px;
}
.gdpr-consent-bar-text {
padding-right: 0;
}
.gdpr-consent-bar-buttons {
width: 100%;
justify-content: space-between;
margin-top: 8px;
}
}
@media (max-width: 688px) {
.gdpr-privacy-preferences-body {
padding: 0 30px;
}
.gdpr-privacy-consent-param {
flex-wrap: wrap;
}
.gdpr-privacy-consent-title {
flex: none;
}
.gdpr-privacy-consent-description {
font-size: 12px;
line-height: 18px;
}
.gdpr-privacy-preferences-footer {
padding: 20px 30px;
flex-direction: column;
justify-content: center;
}
.btn-gdpr-privacy-save-preferences,
.gdpr-privacy-preferences-footer-links {
width: 100%;
}
.gdpr-privacy-preferences-footer-links {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 10px;
}
.gdpr-privacy-preferences-footer-links a {
margin-right: 0;
}
}@font-face {
font-family: 'TheGem Header';
src:url(//my-renovierung.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.eot);
src:url(//my-renovierung.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.eot?#iefix) format('embedded-opentype'),
url(//my-renovierung.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.woff) format('woff'),
url(//my-renovierung.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.ttf) format('truetype'),
url(//my-renovierung.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.svg#thegem-header) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.gem-print-icon.gem-icon-pack-thegem-header {
display: inline-block;
font-family: 'TheGem Header';
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-size: inherit;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-synthesis: weight style;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-rendering: auto;
text-align: center;
vertical-align: middle;
font-size: 16px;
}
.tgh-icon {
font-family: 'TheGem Header';
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-rendering: auto;
line-height: 1;
}
.tgh-icon.tgh-icon-label:before {
content: '';
width: 20px;
height: 20px;
background: url(//my-renovierung.de/wp-content/themes/thegem-elementor/css/icons-hbi-logo.svg) no-repeat 50% 50%;
background-size: 20px 20px;
display: inline-block;
vertical-align: middle;
}
.tgh-icon.account:before {
content: "\e700";
}
.tgh-icon.alert:before {
content: "\e701";
}
.tgh-icon.arrow-collapse-down:before {
content: "\e702";
}
.tgh-icon.arrow-collapse-up:before {
content: "\e703";
}
.tgh-icon.at:before {
content: "\e704";
}
.tgh-icon.basket:before {
content: "\e705";
}
.tgh-icon.bell:before {
content: "\e706";
}
.tgh-icon.bookmark:before {
content: "\e707";
}
.tgh-icon.briefcase:before {
content: "\e708";
}
.tgh-icon.calendar-month:before {
content: "\e709";
}
.tgh-icon.camera:before {
content: "\e70a";
}
.tgh-icon.cart:before {
content: "\e70b";
}
.tgh-icon.check:before {
content: "\e70c";
}
.tgh-icon.check-circle:before {
content: "\e70d";
}
.tgh-icon.chevron-double-down:before {
content: "\e70e";
}
.tgh-icon.chevron-double-left:before {
content: "\e70f";
}
.tgh-icon.chevron-double-right:before {
content: "\e710";
}
.tgh-icon.chevron-double-up:before {
content: "\e711";
}
.tgh-icon.chevron-down:before {
content: "\e712";
}
.tgh-icon.chevron-down-circle:before {
content: "\e713";
}
.tgh-icon.chevron-left:before {
content: "\e714";
}
.tgh-icon.chevron-left-circle:before {
content: "\e715";
}
.tgh-icon.chevron-right:before {
content: "\e716";
}
.tgh-icon.chevron-right-circle:before {
content: "\e717";
}
.tgh-icon.chevron-up:before {
content: "\e718";
}
.tgh-icon.chevron-up-circle:before {
content: "\e719";
}
.tgh-icon.clock-time-three:before {
content: "\e71a";
}
.tgh-icon.close:before {
content: "\e71b";
}
.tgh-icon.close-circle:before {
content: "\e71c";
}
.tgh-icon.cog:before {
content: "\e71d";
}
.tgh-icon.comment-text:before {
content: "\e71e";
}
.tgh-icon.credit-card:before {
content: "\e71f";
}
.tgh-icon.cube:before {
content: "\e720";
}
.tgh-icon.cursor-default-click:before {
content: "\e721";
}
.tgh-icon.database:before {
content: "\e722";
}
.tgh-icon.dots-horizontal-circle:before {
content: "\e723";
}
.tgh-icon.email:before {
content: "\e724";
}
.tgh-icon.equalizer:before {
content: "\e725";
}
.tgh-icon.flag:before {
content: "\e726";
}
.tgh-icon.gift:before {
content: "\e727";
}
.tgh-icon.globe-model:before {
content: "\e728";
}
.tgh-icon.heart:before {
content: "\e729";
}
.tgh-icon.home:before {
content: "\e72a";
}
.tgh-icon.image-filter-drama:before {
content: "\e72b";
}
.tgh-icon.information:before {
content: "\e72c";
}
.tgh-icon.key:before {
content: "\e72d";
}
.tgh-icon.lifebuoy:before {
content: "\e72e";
}
.tgh-icon.link-variant:before {
content: "\e72f";
}
.tgh-icon.lock:before {
content: "\e730";
}
.tgh-icon.logout:before {
content: "\e731";
}
.tgh-icon.magnify:before {
content: "\e732";
}
.tgh-icon.map:before {
content: "\e733";
}
.tgh-icon.map-marker:before {
content: "\e734";
}
.tgh-icon.menu:before {
content: "\e735";
}
.tgh-icon.monitor:before {
content: "\e736";
}
.tgh-icon.phone:before {
content: "\e737";
}
.tgh-icon.pin:before {
content: "\e738";
}
.tgh-icon.share-variant:before {
content: "\e739";
}
.tgh-icon.shopping-bag:before {
content: "\e73a";
}
.tgh-icon.shopping-cart:before {
content: "\e73b";
}
.tgh-icon.star:before {
content: "\e73c";
}
.tgh-icon.tag:before {
content: "\e73d";
}
.tgh-icon.tune:before {
content: "\e73e";
}
.tgh-icon.weather-night:before {
content: "\e73f";
}
.tgh-icon.weather-sunny:before {
content: "\e740";
}
.tgh-icon.web:before {
content: "\e741";
}
.tgh-icon.wrench:before {
content: "\e742";
}
.tgh-icon.address-card:before {
content: "\e900";
}
.tgh-icon.arrow-alt-circle-down:before {
content: "\e901";
}
.tgh-icon.arrow-alt-circle-left:before {
content: "\e902";
}
.tgh-icon.arrow-alt-circle-right:before {
content: "\e903";
}
.tgh-icon.arrow-alt-circle-up:before {
content: "\e904";
}
.tgh-icon.at1:before {
content: "\e905";
}
.tgh-icon.award:before {
content: "\e906";
}
.tgh-icon.ban:before {
content: "\e907";
}
.tgh-icon.bell1:before {
content: "\e908";
}
.tgh-icon.bookmark1:before {
content: "\e909";
}
.tgh-icon.book-open:before {
content: "\e90a";
}
.tgh-icon.box:before {
content: "\e90b";
}
.tgh-icon.bullhorn:before {
content: "\e90c";
}
.tgh-icon.caret-down:before {
content: "\e90d";
}
.tgh-icon.caret-left:before {
content: "\e90e";
}
.tgh-icon.caret-right:before {
content: "\e90f";
}
.tgh-icon.caret-up:before {
content: "\e910";
}
.tgh-icon.certificate:before {
content: "\e911";
}
.tgh-icon.clock1:before {
content: "\e912";
}
.tgh-icon.cloud1:before {
content: "\e913";
}
.tgh-icon.cog1:before {
content: "\e914";
}
.tgh-icon.comment1:before {
content: "\e915";
}
.tgh-icon.comment-alt:before {
content: "\e916";
}
.tgh-icon.envelope:before {
content: "\e917";
}
.tgh-icon.fire-alt:before {
content: "\e918";
}
.tgh-icon.flag1:before {
content: "\e919";
}
.tgh-icon.folder:before {
content: "\e91a";
}
.tgh-icon.globe1:before {
content: "\e91b";
}
.tgh-icon.headset:before {
content: "\e91c";
}
.tgh-icon.home1:before {
content: "\e91d";
}
.tgh-icon.info-circle:before {
content: "\e91e";
}
.tgh-icon.key2:before {
content: "\e91f";
}
.tgh-icon.lock2:before {
content: "\e920";
}
.tgh-icon.map-marker-alt:before {
content: "\e921";
}
.tgh-icon.mobile-alt:before {
content: "\e922";
}
.tgh-icon.moon:before {
content: "\e923";
}
.tgh-icon.percentage:before {
content: "\e924";
}
.tgh-icon.phone-alt:before {
content: "\e925";
}
.tgh-icon.search:before {
content: "\e926";
}
.tgh-icon.star2:before {
content: "\e927";
}
.tgh-icon.sun:before {
content: "\e928";
}
.tgh-icon.times-circle:before {
content: "\e929";
}
.tgh-icon.user-circle:before {
content: "\e92a";
}
.tgh-icon.wallet1:before {
content: "\e92b";
}
.tgh-icon.adjust-vert:before {
content: "\e600";
}
.tgh-icon.archive:before {
content: "\e601";
}
.tgh-icon.arrow_carrot-2down:before {
content: "\e602";
}
.tgh-icon.arrow_carrot-2left:before {
content: "\e603";
}
.tgh-icon.arrow_carrot-2right:before {
content: "\e604";
}
.tgh-icon.arrow_carrot-2up:before {
content: "\e605";
}
.tgh-icon.arrow_carrot-down:before {
content: "\e606";
}
.tgh-icon.arrow_carrot-down2:before {
content: "\e607";
}
.tgh-icon.arrow_carrot-left:before {
content: "\e608";
}
.tgh-icon.arrow_carrot-left2:before {
content: "\e609";
}
.tgh-icon.arrow_carrot-right:before {
content: "\e60a";
}
.tgh-icon.arrow_carrot-right2:before {
content: "\e60b";
}
.tgh-icon.arrow_carrot-up:before {
content: "\e60c";
}
.tgh-icon.arrow_carrot-up2:before {
content: "\e60d";
}
.tgh-icon.book:before {
content: "\e60e";
}
.tgh-icon.cart1:before {
content: "\e60f";
}
.tgh-icon.check1:before {
content: "\e610";
}
.tgh-icon.check2:before {
content: "\e611";
}
.tgh-icon.clock:before {
content: "\e612";
}
.tgh-icon.close1:before {
content: "\e613";
}
.tgh-icon.close2:before {
content: "\e614";
}
.tgh-icon.cloud:before {
content: "\e615";
}
.tgh-icon.cloud-download:before {
content: "\e616";
}
.tgh-icon.cloud-upload:before {
content: "\e617";
}
.tgh-icon.comment:before {
content: "\e618";
}
.tgh-icon.creditcard:before {
content: "\e619";
}
.tgh-icon.drawer:before {
content: "\e61a";
}
.tgh-icon.drive:before {
content: "\e61b";
}
.tgh-icon.el-ul:before {
content: "\e61c";
}
.tgh-icon.error-triangle:before {
content: "\e61d";
}
.tgh-icon.floppy:before {
content: "\e61e";
}
.tgh-icon.gift1:before {
content: "\e61f";
}
.tgh-icon.globe:before {
content: "\e620";
}
.tgh-icon.globe-2:before {
content: "\e621";
}
.tgh-icon.headphones:before {
content: "\e622";
}
.tgh-icon.heart1:before {
content: "\e623";
}
.tgh-icon.house:before {
content: "\e624";
}
.tgh-icon.id:before {
content: "\e625";
}
.tgh-icon.info:before {
content: "\e626";
}
.tgh-icon.key1:before {
content: "\e627";
}
.tgh-icon.laptop:before {
content: "\e628";
}
.tgh-icon.lifesaver:before {
content: "\e629";
}
.tgh-icon.like:before {
content: "\e62a";
}
.tgh-icon.lock1:before {
content: "\e62b";
}
.tgh-icon.mail:before {
content: "\e62c";
}
.tgh-icon.map1:before {
content: "\e62d";
}
.tgh-icon.menu1:before {
content: "\e62e";
}
.tgh-icon.menu-circle2:before {
content: "\e62f";
}
.tgh-icon.menu-square2:before {
content: "\e630";
}
.tgh-icon.mic:before {
content: "\e631";
}
.tgh-icon.paperclip:before {
content: "\e632";
}
.tgh-icon.pens:before {
content: "\e633";
}
.tgh-icon.percent:before {
content: "\e634";
}
.tgh-icon.phone1:before {
content: "\e635";
}
.tgh-icon.pin1:before {
content: "\e636";
}
.tgh-icon.pushpin:before {
content: "\e637";
}
.tgh-icon.ribbon:before {
content: "\e638";
}
.tgh-icon.search2:before {
content: "\e639";
}
.tgh-icon.share-thin:before {
content: "\e63a";
}
.tgh-icon.shopping-bag1:before {
content: "\e63b";
}
.tgh-icon.shopping-cart1:before {
content: "\e63c";
}
.tgh-icon.star1:before {
content: "\e63d";
}
.tgh-icon.tag1:before {
content: "\e63e";
}
.tgh-icon.toolbox:before {
content: "\e63f";
}
.tgh-icon.wallet:before {
content: "\e640";
}
.tgh-icon.airport:before {
content: "\e9a0";
}
.tgh-icon.aperture:before {
content: "\e9a1";
}
.tgh-icon.audio-cable:before {
content: "\e9a2";
}
.tgh-icon.audio-wave:before {
content: "\e9a3";
}
.tgh-icon.bios:before {
content: "\e9a4";
}
.tgh-icon.camping-tent:before {
content: "\e9a5";
}
.tgh-icon.cd:before {
content: "\e9a6";
}
.tgh-icon.centralized-network:before {
content: "\e9a7";
}
.tgh-icon.certificate1:before {
content: "\e9a8";
}
.tgh-icon.clock-time-four-outline:before {
content: "\e9a9";
}
.tgh-icon.cocktail:before {
content: "\e9aa";
}
.tgh-icon.coffee-to-go:before {
content: "\e9ab";
}
.tgh-icon.computer-mouse:before {
content: "\e9ac";
}
.tgh-icon.cone:before {
content: "\e9ad";
}
.tgh-icon.cup-with-straw:before {
content: "\e9ae";
}
.tgh-icon.cylinder:before {
content: "\e9af";
}
.tgh-icon.diamond-heart:before {
content: "\e9b0";
}
.tgh-icon.email-open:before {
content: "\e9b1";
}
.tgh-icon.email-open-outline:before {
content: "\e9b2";
}
.tgh-icon.email-outline:before {
content: "\e9b3";
}
.tgh-icon.farmer:before {
content: "\e9b4";
}
.tgh-icon.fingerprint:before {
content: "\e9b5";
}
.tgh-icon.fire-alt1:before {
content: "\e9b6";
}
.tgh-icon.flip-flops:before {
content: "\e9b7";
}
.tgh-icon.footwear:before {
content: "\e9b8";
}
.tgh-icon.game-controller:before {
content: "\e9b9";
}
.tgh-icon.globe-earth:before {
content: "\e9ba";
}
.tgh-icon.hand-box:before {
content: "\e9bb";
}
.tgh-icon.hot-air-balloon:before {
content: "\e9bc";
}
.tgh-icon.hotspot:before {
content: "\e9bd";
}
.tgh-icon.jewel:before {
content: "\e9be";
}
.tgh-icon.laptop-metrics:before {
content: "\e9bf";
}
.tgh-icon.laptop-settings:before {
content: "\e9c0";
}
.tgh-icon.lifebuoy1:before {
content: "\e9c1";
}
.tgh-icon.map-marker1:before {
content: "\e9c2";
}
.tgh-icon.map-marker-circle:before {
content: "\e9c3";
}
.tgh-icon.map-pin:before {
content: "\e9c4";
}
.tgh-icon.monitor1:before {
content: "\e9c5";
}
.tgh-icon.mountain:before {
content: "\e9c6";
}
.tgh-icon.musical:before {
content: "\e9c7";
}
.tgh-icon.phone2:before {
content: "\e9c8";
}
.tgh-icon.phone-outline:before {
content: "\e9c9";
}
.tgh-icon.physics:before {
content: "\e9ca";
}
.tgh-icon.push-pin:before {
content: "\e9cb";
}
.tgh-icon.quill-pen:before {
content: "\e9cc";
}
.tgh-icon.sail-boat:before {
content: "\e9cd";
}
.tgh-icon.settings:before {
content: "\e9ce";
}
.tgh-icon.severity:before {
content: "\e9cf";
}
.tgh-icon.shoes:before {
content: "\e9d0";
}
.tgh-icon.shopping-bag2:before {
content: "\e9d1";
}
.tgh-icon.ssd:before {
content: "\e9d2";
}
.tgh-icon.star3:before {
content: "\e9d3";
}
.tgh-icon.star-of-bethlehem:before {
content: "\e9d4";
}
.tgh-icon.street-view:before {
content: "\e9d5";
}
.tgh-icon.synchronize:before {
content: "\e9d6";
}
.tgh-icon.thanksgiving:before {
content: "\e9d7";
}
.tgh-icon.themes:before {
content: "\e9d8";
}
.tgh-icon.t-shirt-on-hanger:before {
content: "\e9d9";
}
.tgh-icon.usb-memory-stick:before {
content: "\e9da";
}
.tgh-icon.user-shield:before {
content: "\e9db";
}
.tgh-icon.video:before {
content: "\e9dc";
}
.tgh-icon.web1:before {
content: "\e9dd";
}
.tgh-icon.wet:before {
content: "\e9de";
}
.tgh-icon.windy-weather:before {
content: "\e9df";
}
.tgh-icon.tiktok:before {
content: "\e9e0";
}
.tgh-icon.tiktok-round:before {
content: "\e9e1";
}
.tgh-icon.tiktok-square:before {
content: "\e9e2";
}@font-face {
font-family: 'TheGem Header';
src:url(//my-renovierung.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.eot);
src:url(//my-renovierung.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.eot?#iefix) format('embedded-opentype'),
url(//my-renovierung.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.woff) format('woff'),
url(//my-renovierung.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.ttf) format('truetype'),
url(//my-renovierung.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.svg#thegem-header) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.gem-print-icon.gem-icon-pack-thegem-header {
display: inline-block;
font-family: 'TheGem Header';
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-size: inherit;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-synthesis: weight style;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-rendering: auto;
text-align: center;
vertical-align: middle;
font-size: 16px;
}
.tgh-icon {
font-family: 'TheGem Header';
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-rendering: auto;
line-height: 1;
}
.tgh-icon.tgh-icon-label:before {
content: '';
width: 20px;
height: 20px;
background: url(//my-renovierung.de/wp-content/themes/thegem-elementor/css/icons-hbi-logo.svg) no-repeat 50% 50%;
background-size: 20px 20px;
display: inline-block;
vertical-align: middle;
}
.tgh-icon.account:before {
content: "\e700";
}
.tgh-icon.alert:before {
content: "\e701";
}
.tgh-icon.arrow-collapse-down:before {
content: "\e702";
}
.tgh-icon.arrow-collapse-up:before {
content: "\e703";
}
.tgh-icon.at:before {
content: "\e704";
}
.tgh-icon.basket:before {
content: "\e705";
}
.tgh-icon.bell:before {
content: "\e706";
}
.tgh-icon.bookmark:before {
content: "\e707";
}
.tgh-icon.briefcase:before {
content: "\e708";
}
.tgh-icon.calendar-month:before {
content: "\e709";
}
.tgh-icon.camera:before {
content: "\e70a";
}
.tgh-icon.cart:before {
content: "\e70b";
}
.tgh-icon.check:before {
content: "\e70c";
}
.tgh-icon.check-circle:before {
content: "\e70d";
}
.tgh-icon.chevron-double-down:before {
content: "\e70e";
}
.tgh-icon.chevron-double-left:before {
content: "\e70f";
}
.tgh-icon.chevron-double-right:before {
content: "\e710";
}
.tgh-icon.chevron-double-up:before {
content: "\e711";
}
.tgh-icon.chevron-down:before {
content: "\e712";
}
.tgh-icon.chevron-down-circle:before {
content: "\e713";
}
.tgh-icon.chevron-left:before {
content: "\e714";
}
.tgh-icon.chevron-left-circle:before {
content: "\e715";
}
.tgh-icon.chevron-right:before {
content: "\e716";
}
.tgh-icon.chevron-right-circle:before {
content: "\e717";
}
.tgh-icon.chevron-up:before {
content: "\e718";
}
.tgh-icon.chevron-up-circle:before {
content: "\e719";
}
.tgh-icon.clock-time-three:before {
content: "\e71a";
}
.tgh-icon.close:before {
content: "\e71b";
}
.tgh-icon.close-circle:before {
content: "\e71c";
}
.tgh-icon.cog:before {
content: "\e71d";
}
.tgh-icon.comment-text:before {
content: "\e71e";
}
.tgh-icon.credit-card:before {
content: "\e71f";
}
.tgh-icon.cube:before {
content: "\e720";
}
.tgh-icon.cursor-default-click:before {
content: "\e721";
}
.tgh-icon.database:before {
content: "\e722";
}
.tgh-icon.dots-horizontal-circle:before {
content: "\e723";
}
.tgh-icon.email:before {
content: "\e724";
}
.tgh-icon.equalizer:before {
content: "\e725";
}
.tgh-icon.flag:before {
content: "\e726";
}
.tgh-icon.gift:before {
content: "\e727";
}
.tgh-icon.globe-model:before {
content: "\e728";
}
.tgh-icon.heart:before {
content: "\e729";
}
.tgh-icon.home:before {
content: "\e72a";
}
.tgh-icon.image-filter-drama:before {
content: "\e72b";
}
.tgh-icon.information:before {
content: "\e72c";
}
.tgh-icon.key:before {
content: "\e72d";
}
.tgh-icon.lifebuoy:before {
content: "\e72e";
}
.tgh-icon.link-variant:before {
content: "\e72f";
}
.tgh-icon.lock:before {
content: "\e730";
}
.tgh-icon.logout:before {
content: "\e731";
}
.tgh-icon.magnify:before {
content: "\e732";
}
.tgh-icon.map:before {
content: "\e733";
}
.tgh-icon.map-marker:before {
content: "\e734";
}
.tgh-icon.menu:before {
content: "\e735";
}
.tgh-icon.monitor:before {
content: "\e736";
}
.tgh-icon.phone:before {
content: "\e737";
}
.tgh-icon.pin:before {
content: "\e738";
}
.tgh-icon.share-variant:before {
content: "\e739";
}
.tgh-icon.shopping-bag:before {
content: "\e73a";
}
.tgh-icon.shopping-cart:before {
content: "\e73b";
}
.tgh-icon.star:before {
content: "\e73c";
}
.tgh-icon.tag:before {
content: "\e73d";
}
.tgh-icon.tune:before {
content: "\e73e";
}
.tgh-icon.weather-night:before {
content: "\e73f";
}
.tgh-icon.weather-sunny:before {
content: "\e740";
}
.tgh-icon.web:before {
content: "\e741";
}
.tgh-icon.wrench:before {
content: "\e742";
}
.tgh-icon.address-card:before {
content: "\e900";
}
.tgh-icon.arrow-alt-circle-down:before {
content: "\e901";
}
.tgh-icon.arrow-alt-circle-left:before {
content: "\e902";
}
.tgh-icon.arrow-alt-circle-right:before {
content: "\e903";
}
.tgh-icon.arrow-alt-circle-up:before {
content: "\e904";
}
.tgh-icon.at1:before {
content: "\e905";
}
.tgh-icon.award:before {
content: "\e906";
}
.tgh-icon.ban:before {
content: "\e907";
}
.tgh-icon.bell1:before {
content: "\e908";
}
.tgh-icon.bookmark1:before {
content: "\e909";
}
.tgh-icon.book-open:before {
content: "\e90a";
}
.tgh-icon.box:before {
content: "\e90b";
}
.tgh-icon.bullhorn:before {
content: "\e90c";
}
.tgh-icon.caret-down:before {
content: "\e90d";
}
.tgh-icon.caret-left:before {
content: "\e90e";
}
.tgh-icon.caret-right:before {
content: "\e90f";
}
.tgh-icon.caret-up:before {
content: "\e910";
}
.tgh-icon.certificate:before {
content: "\e911";
}
.tgh-icon.clock1:before {
content: "\e912";
}
.tgh-icon.cloud1:before {
content: "\e913";
}
.tgh-icon.cog1:before {
content: "\e914";
}
.tgh-icon.comment1:before {
content: "\e915";
}
.tgh-icon.comment-alt:before {
content: "\e916";
}
.tgh-icon.envelope:before {
content: "\e917";
}
.tgh-icon.fire-alt:before {
content: "\e918";
}
.tgh-icon.flag1:before {
content: "\e919";
}
.tgh-icon.folder:before {
content: "\e91a";
}
.tgh-icon.globe1:before {
content: "\e91b";
}
.tgh-icon.headset:before {
content: "\e91c";
}
.tgh-icon.home1:before {
content: "\e91d";
}
.tgh-icon.info-circle:before {
content: "\e91e";
}
.tgh-icon.key2:before {
content: "\e91f";
}
.tgh-icon.lock2:before {
content: "\e920";
}
.tgh-icon.map-marker-alt:before {
content: "\e921";
}
.tgh-icon.mobile-alt:before {
content: "\e922";
}
.tgh-icon.moon:before {
content: "\e923";
}
.tgh-icon.percentage:before {
content: "\e924";
}
.tgh-icon.phone-alt:before {
content: "\e925";
}
.tgh-icon.search:before {
content: "\e926";
}
.tgh-icon.star2:before {
content: "\e927";
}
.tgh-icon.sun:before {
content: "\e928";
}
.tgh-icon.times-circle:before {
content: "\e929";
}
.tgh-icon.user-circle:before {
content: "\e92a";
}
.tgh-icon.wallet1:before {
content: "\e92b";
}
.tgh-icon.adjust-vert:before {
content: "\e600";
}
.tgh-icon.archive:before {
content: "\e601";
}
.tgh-icon.arrow_carrot-2down:before {
content: "\e602";
}
.tgh-icon.arrow_carrot-2left:before {
content: "\e603";
}
.tgh-icon.arrow_carrot-2right:before {
content: "\e604";
}
.tgh-icon.arrow_carrot-2up:before {
content: "\e605";
}
.tgh-icon.arrow_carrot-down:before {
content: "\e606";
}
.tgh-icon.arrow_carrot-down2:before {
content: "\e607";
}
.tgh-icon.arrow_carrot-left:before {
content: "\e608";
}
.tgh-icon.arrow_carrot-left2:before {
content: "\e609";
}
.tgh-icon.arrow_carrot-right:before {
content: "\e60a";
}
.tgh-icon.arrow_carrot-right2:before {
content: "\e60b";
}
.tgh-icon.arrow_carrot-up:before {
content: "\e60c";
}
.tgh-icon.arrow_carrot-up2:before {
content: "\e60d";
}
.tgh-icon.book:before {
content: "\e60e";
}
.tgh-icon.cart1:before {
content: "\e60f";
}
.tgh-icon.check1:before {
content: "\e610";
}
.tgh-icon.check2:before {
content: "\e611";
}
.tgh-icon.clock:before {
content: "\e612";
}
.tgh-icon.close1:before {
content: "\e613";
}
.tgh-icon.close2:before {
content: "\e614";
}
.tgh-icon.cloud:before {
content: "\e615";
}
.tgh-icon.cloud-download:before {
content: "\e616";
}
.tgh-icon.cloud-upload:before {
content: "\e617";
}
.tgh-icon.comment:before {
content: "\e618";
}
.tgh-icon.creditcard:before {
content: "\e619";
}
.tgh-icon.drawer:before {
content: "\e61a";
}
.tgh-icon.drive:before {
content: "\e61b";
}
.tgh-icon.el-ul:before {
content: "\e61c";
}
.tgh-icon.error-triangle:before {
content: "\e61d";
}
.tgh-icon.floppy:before {
content: "\e61e";
}
.tgh-icon.gift1:before {
content: "\e61f";
}
.tgh-icon.globe:before {
content: "\e620";
}
.tgh-icon.globe-2:before {
content: "\e621";
}
.tgh-icon.headphones:before {
content: "\e622";
}
.tgh-icon.heart1:before {
content: "\e623";
}
.tgh-icon.house:before {
content: "\e624";
}
.tgh-icon.id:before {
content: "\e625";
}
.tgh-icon.info:before {
content: "\e626";
}
.tgh-icon.key1:before {
content: "\e627";
}
.tgh-icon.laptop:before {
content: "\e628";
}
.tgh-icon.lifesaver:before {
content: "\e629";
}
.tgh-icon.like:before {
content: "\e62a";
}
.tgh-icon.lock1:before {
content: "\e62b";
}
.tgh-icon.mail:before {
content: "\e62c";
}
.tgh-icon.map1:before {
content: "\e62d";
}
.tgh-icon.menu1:before {
content: "\e62e";
}
.tgh-icon.menu-circle2:before {
content: "\e62f";
}
.tgh-icon.menu-square2:before {
content: "\e630";
}
.tgh-icon.mic:before {
content: "\e631";
}
.tgh-icon.paperclip:before {
content: "\e632";
}
.tgh-icon.pens:before {
content: "\e633";
}
.tgh-icon.percent:before {
content: "\e634";
}
.tgh-icon.phone1:before {
content: "\e635";
}
.tgh-icon.pin1:before {
content: "\e636";
}
.tgh-icon.pushpin:before {
content: "\e637";
}
.tgh-icon.ribbon:before {
content: "\e638";
}
.tgh-icon.search2:before {
content: "\e639";
}
.tgh-icon.share-thin:before {
content: "\e63a";
}
.tgh-icon.shopping-bag1:before {
content: "\e63b";
}
.tgh-icon.shopping-cart1:before {
content: "\e63c";
}
.tgh-icon.star1:before {
content: "\e63d";
}
.tgh-icon.tag1:before {
content: "\e63e";
}
.tgh-icon.toolbox:before {
content: "\e63f";
}
.tgh-icon.wallet:before {
content: "\e640";
}
.tgh-icon.airport:before {
content: "\e9a0";
}
.tgh-icon.aperture:before {
content: "\e9a1";
}
.tgh-icon.audio-cable:before {
content: "\e9a2";
}
.tgh-icon.audio-wave:before {
content: "\e9a3";
}
.tgh-icon.bios:before {
content: "\e9a4";
}
.tgh-icon.camping-tent:before {
content: "\e9a5";
}
.tgh-icon.cd:before {
content: "\e9a6";
}
.tgh-icon.centralized-network:before {
content: "\e9a7";
}
.tgh-icon.certificate1:before {
content: "\e9a8";
}
.tgh-icon.clock-time-four-outline:before {
content: "\e9a9";
}
.tgh-icon.cocktail:before {
content: "\e9aa";
}
.tgh-icon.coffee-to-go:before {
content: "\e9ab";
}
.tgh-icon.computer-mouse:before {
content: "\e9ac";
}
.tgh-icon.cone:before {
content: "\e9ad";
}
.tgh-icon.cup-with-straw:before {
content: "\e9ae";
}
.tgh-icon.cylinder:before {
content: "\e9af";
}
.tgh-icon.diamond-heart:before {
content: "\e9b0";
}
.tgh-icon.email-open:before {
content: "\e9b1";
}
.tgh-icon.email-open-outline:before {
content: "\e9b2";
}
.tgh-icon.email-outline:before {
content: "\e9b3";
}
.tgh-icon.farmer:before {
content: "\e9b4";
}
.tgh-icon.fingerprint:before {
content: "\e9b5";
}
.tgh-icon.fire-alt1:before {
content: "\e9b6";
}
.tgh-icon.flip-flops:before {
content: "\e9b7";
}
.tgh-icon.footwear:before {
content: "\e9b8";
}
.tgh-icon.game-controller:before {
content: "\e9b9";
}
.tgh-icon.globe-earth:before {
content: "\e9ba";
}
.tgh-icon.hand-box:before {
content: "\e9bb";
}
.tgh-icon.hot-air-balloon:before {
content: "\e9bc";
}
.tgh-icon.hotspot:before {
content: "\e9bd";
}
.tgh-icon.jewel:before {
content: "\e9be";
}
.tgh-icon.laptop-metrics:before {
content: "\e9bf";
}
.tgh-icon.laptop-settings:before {
content: "\e9c0";
}
.tgh-icon.lifebuoy1:before {
content: "\e9c1";
}
.tgh-icon.map-marker1:before {
content: "\e9c2";
}
.tgh-icon.map-marker-circle:before {
content: "\e9c3";
}
.tgh-icon.map-pin:before {
content: "\e9c4";
}
.tgh-icon.monitor1:before {
content: "\e9c5";
}
.tgh-icon.mountain:before {
content: "\e9c6";
}
.tgh-icon.musical:before {
content: "\e9c7";
}
.tgh-icon.phone2:before {
content: "\e9c8";
}
.tgh-icon.phone-outline:before {
content: "\e9c9";
}
.tgh-icon.physics:before {
content: "\e9ca";
}
.tgh-icon.push-pin:before {
content: "\e9cb";
}
.tgh-icon.quill-pen:before {
content: "\e9cc";
}
.tgh-icon.sail-boat:before {
content: "\e9cd";
}
.tgh-icon.settings:before {
content: "\e9ce";
}
.tgh-icon.severity:before {
content: "\e9cf";
}
.tgh-icon.shoes:before {
content: "\e9d0";
}
.tgh-icon.shopping-bag2:before {
content: "\e9d1";
}
.tgh-icon.ssd:before {
content: "\e9d2";
}
.tgh-icon.star3:before {
content: "\e9d3";
}
.tgh-icon.star-of-bethlehem:before {
content: "\e9d4";
}
.tgh-icon.street-view:before {
content: "\e9d5";
}
.tgh-icon.synchronize:before {
content: "\e9d6";
}
.tgh-icon.thanksgiving:before {
content: "\e9d7";
}
.tgh-icon.themes:before {
content: "\e9d8";
}
.tgh-icon.t-shirt-on-hanger:before {
content: "\e9d9";
}
.tgh-icon.usb-memory-stick:before {
content: "\e9da";
}
.tgh-icon.user-shield:before {
content: "\e9db";
}
.tgh-icon.video:before {
content: "\e9dc";
}
.tgh-icon.web1:before {
content: "\e9dd";
}
.tgh-icon.wet:before {
content: "\e9de";
}
.tgh-icon.windy-weather:before {
content: "\e9df";
}
.tgh-icon.tiktok:before {
content: "\e9e0";
}
.tgh-icon.tiktok-round:before {
content: "\e9e1";
}
.tgh-icon.tiktok-square:before {
content: "\e9e2";
}