* {
transition: all 0.1s;
}
form:not(.forminator-custom-form) input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
form:not(.forminator-custom-form) textarea {
border: 1px solid var(--wp--preset--color--custom-ockerhell);
background-color: transparent; 
padding: 3px 12px;
line-height: 40px;
box-sizing: border-box;
font-family: var(--wp--preset--font-family--alegreya-sans-light);
color: var(--wp--preset--color--custom-schwarz);
outline: none;
box-shadow: none;
border-radius: 0 !important;
}
form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
form textarea:focus {
border: 1px solid var(--wp--preset--color--custom-ockerhell);
background: none;
outline: none;
}
form input[type='checkbox']:checked,
form input[type='checkbox']:not(:checked),
form input[type='radio']:checked,
form input[type='radio']:not(:checked) { position: relative;
visibility: visible;
margin:0;
padding:2px;
border: 2px solid var(--wp--preset--color--custom-ockerhell);
width: 20px;
height: 20px;
box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
transition: all 0.1s;
}
form input[type='checkbox']:not(:checked),
form input[type='radio']:not(:checked) {
background-color: var(--wp--preset--color--custom-ockerhell) ; 
content: '';
}
form input[type='checkbox']:checked,
form input[type='radio']:checked { background-color: var(--wp--preset--color--custom-ockerhell) ;
}
form input[type='checkbox']:checked:hover,
form input[type='checkbox']:not(:checked):hover,
form input[type='radio']:checked:hover,
form input[type='radio']:not(:checked):hover {
box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
}
form input[type='checkbox'] {
display: grid;
place-content: center;
transform: translateY(-0.075em);
}
form input[type='checkbox']:before {
content: "";
width: 0.8em;
height: 0.8em;
transform: scale(0);
transition: 120ms transform ease-in-out;
box-shadow: inset 1em 1em var(--wp--preset--color--custom-schwarz);
}
form input[type="checkbox"]:checked::before {
transform: scale(1);
transform-origin: bottom left;
clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
form input[type='checkbox']:hover:before {
background-color: CanvasText;
}
select,
option {
border: 1px solid var(--wp--preset--color--custom-ockerhell);
background: var(--wp--preset--color--custom-ockerhell);
color: var(--wp--preset--color--custom-weiss); }
select {
padding: 4px 10px;
font-size: 1.0em;
border-radius: 2px;
}
label + select {
margin-left: 15px;
}
.select2-container--default .select2-selection--single {
border-color:var(--wp--preset--color--custom-ockerhell) !important;
}
input.tnp-privacy {
vertical-align: middle !important;
}
.wp-block-navigation__responsive-container.is-menu-open.has-modal-open {
z-index: 99999;
}
html {}
body {}
.box {
display: block;
box-sizing: border-box;
padding: 20px;
background: #fff;
border: 1px solid var(--wp--preset--color--custom-ockerhell) !important;
}
.boxShaddow { box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; }
.pos {
top: 0;
width: 100%;
box-sizing: border-box;
z-index: 999;
}
.pos-sticky {
position: sticky; 
}
.pos-absolute {
position: absolute; 
}
.pos-fixed {
position: fixed; 
}
.flexGap { 
gap: 2vw !important;
}
.uagb-toc__wrap {
box-sizing: border-box;
}
.HeadlinePlusLines {
display: grid;
text-align: center;
align-items: center;
align-content: center;
grid-template-columns: auto auto auto;
grid-gap: 10px;
color: var(--wp--preset--color--custom-schwarz);
}
.HeadlinePlusLines::before,
.HeadlinePlusLines::after {
content: ' ';
display: block;
height: 1px;
background: var(--wp--preset--color--custom-schwarz);
}
.HeadlinePlusLines.has-custom-gold-color::before,
.HeadlinePlusLines.has-custom-gold-color::after {
background: var(--wp--preset--color--custom-ockerhell);
} section#pseudoBackImg { display: none; }
body.home section#pseudoBackImg,
body.page-template-page-about section#pseudoBackImg {
content: ' ';
display: block;
position: fixed; top: 0;
width: 100%;
max-width: 100%;
height: 110%; max-height: 110%; opacity: 1; background-repeat: no-repeat;
background-position: 50% 50%;
-webkit-background-size: cover;
background-size: cover;
background-attachment: scroll;
transition: opacity 0.1s; clip: rect(0, auto, auto, 0);
transform: translateZ(0);
will-change: transform;
}
@media (min-width: 600px){
body.home section#pseudoBackImg,
body.page-template-page-about section#pseudoBackImg {
height: 100%; }
}
.wp-site-blocks {
z-index: 2;
position: relative;
padding: 0;
}
svg {
display: block;
}
svg.sf-logo {
height: auto;
width: auto;
min-height: 10px; max-width: 100%;
}
svg.sf-logo path {
fill: var(--wp--preset--color--custom-gruen);
}
body.home svg.sf-logo path,
body.page-template-page-about svg.sf-logo path {
fill: var(--wp--preset--color--custom-weiss);
}
svg.sf-logo.wartung path {
fill: #fff;
max-height: 40% !important;
}
#MainSiteLogo {
position: relative;
margin: 0;
display: block;
box-sizing: border-box;
height: auto;
transition: height 0.3s;
}
@media only screen and (max-width: 1999px) {
#MainSiteLogo {
height: 80px;
}
}
@media only screen and (min-width: 2000px) {
#MainSiteLogo {
max-height: 240px;
}
} #MainSiteLogo img,
#MainSiteLogo svg {
display: block;
max-height: 100%;
box-sizing: border-box;
}
#headerBlog {
margin: 0;
padding: 40px;
max-width: 100% !important;
transition: all 0.8s;
}
#headerBlog.small {
padding: 20px;
}
#headerBlog.bgColor {
background-color: var(--wp--preset--color--custom-weiss);  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px;
}
#headerBlog.small #MainSiteLogo {
height: 40px !important;
}
@media only screen and (min-width: 2500px) {
#headerBlog.small #MainSiteLogo {
height: 60px !important;
}
}
#headerBlog.small svg.sf-logo path {
fill: var(--wp--preset--color--custom-gruen);
}
body.home #headerBlog .has-custom-schwarz-color a,
body.home #headerBlog .has-custom-schwarz-color button,
body.page-template-page-about #headerBlog .has-custom-schwarz-color a,
body.page-template-page-about #headerBlog .has-custom-schwarz-color button {
color: var(--wp--preset--color--custom-weiss);
}
body.home #headerBlog.small .has-custom-schwarz-color a,
body.home #headerBlog.small .has-custom-schwarz-color button,
body.page-template-page-about #headerBlog.small .has-custom-schwarz-color a,
body.page-template-page-about #headerBlog.small .has-custom-schwarz-color button {
color: var(--wp--preset--color--custom-schwarz);
}
@media (max-width: 600px){
body.home #headerBlog .wp-block-navigation__responsive-container-content .has-custom-schwarz-color a,
body.page-template-page-about #headerBlog .wp-block-navigation__responsive-container-content .has-custom-schwarz-color a {
color: var(--wp--preset--color--custom-schwarz) !important;
}
}
header.pos {
width: 100%;
z-index: 999999;
}
ul#headerIcons {
font-size: 1em;
}
ul#headerIcons li {
margin-right: 0.2vw;
}
ul#headerIcons li:last-child {
margin-right: 0;
}
ul#headerIcons li i.fa-cart-shopping {
position: relative;
}
span.count {
display: inline-block;
width: 12px;
height: 12px;
margin: 0;
padding: 0;
position: absolute;
top: -8px;
right: -8px;
border-radius: 100em;
font-size: 0.5em !important;
background-color: var(--wp--preset--color--custom-error);
color: #fff;
text-align: center;
line-height: 12px;
}
.contentSize,
.goldline,
.catBlogBox,
#blogHeadText,
main.wp-block-query {
margin: 40px auto;
max-width: 90%;
box-sizing: border-box;
}
.contentForm {
width: 80%;
max-width: 800px;
margin: auto auto;
text-align: center;
}
wcBlockMarginTop {
margin-top: 150px;
}
.goldline {
margin: 40px auto;
padding: 0;
background-color: var(--wp--preset--color--custom-ockerhell) !important;
}
.catBlogBox {
margin: 20px auto;
padding: 20px;
text-align: center;
}
.catBlogBox a {
color: var(--wp--preset--color--custom-schwarz) !important;
text-decoration: none;
}
#blogHeadText {
text-align: center !important;
margin: 20px auto;
padding: 20px;
}
main.wp-block-query {
margin: 20px auto;
padding: 0;
}
#mainHeaderMenu {
margin: 0;
}
nav.mainHeaderMenu .wp-block-navigation__responsive-dialog {
margin: 0;
}
nav.mainHeaderMenu ul li {
margin-right: 0.2em;
}
nav.mainHeaderMenu ul li a {
font-weight: bold;
}
@media (min-width: 600px) {
.wp-block-navigation__submenu-container {
border: none !important;
background-color: rgba(255,255,255,0.85) !important;
box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
body.home #headerBlog:not(.small) .wp-block-navigation__submenu-container,
body.page-template-page-about #headerBlog:not(.small) .wp-block-navigation__submenu-container{
background-color: transparent!important;
box-shadow: none;
}
.wp-block-navigation__submenu-container > li.has-custom-weiss-background-color,
.wp-block-navigation__submenu-container > li > a {
background: none !important;
text-decoration: none !important;
}
body:not(.home):not(.page-template-page-about) .wp-block-navigation__submenu-container > li:hover {
background: #fff;
}
}
nav.pageNav {
margin: 0 auto;
max-width: 70%;
}
aside.pos-sticky {
top: 100px;
}
.sbi_bio {
display: none !important;
}
a.sbi_load_btn {
background-color: var(--wp--preset--color--custom-schwarz) !important;
}
.sbi_follow_btn a {
background-color: var(--wp--preset--color--custom-ockerhell) !important;
}
.sbi_follow_btn a:hover {
background-color: var(--wp--preset--color--custom-schwarz) !important;
} .button,
input[type="submit"],
a.wp-block-read-more,
a.wp-element-button,
.formNewsForm form input[type="submit"] {
padding: 0 15px;
display: inline-block;
border: 1px solid var(--wp--preset--color--custom-ockerhell) !important;
border-radius: 0;
background: none !important;
color: var(--wp--preset--color--custom-schwarz) !important;
text-decoration: none !important;
font-family: var(--wp--preset--font-family--alegreya-sans-light);
}
.button:hover,
input[type="submit"]:hover,
a.wp-block-read-more:hover,
a.wp-element-button:hover,
.formNewsForm form input[type="submit"]:hover
{
border: 1px solid var(--wp--preset--color--custom-ockerhell);
background-color: var(--wp--preset--color--custom-ockerhell);
color: #fff;
}
a.wp-element-button.has-custom-weiss-color { color:#fff !important; }
a.wp-element-button.has-custom-gold-background-color {
background-color: var(--wp--preset--color--custom-ockerhell) !important;
}
a.wp-block-read-more,
input.tnp-submit {
height: 40px;
line-height: 38px;
}
section.formNewsSubscription {
display: block;
margin: 25px 0;
}
.formNewsSlogan {}
.formNewsSubscription .formNewsSlogan::before,
.formNewsSubscription .formNewsSlogan::after {
background-color: var(--wp--preset--color--custom-ockerhell) !important;
}
.formNewsTitle {}
.formNewsForm {}
.formNewsForm form {}
div.startIcon {
display: block;
width: 100%;
height: auto;
text-align: center;
}
div.startIcon i {
font-size: xxx-large;
color: var(--wp--preset--color--custom-ockerhell);
}
form.forminator-custom-form { }
forminator-custom-form-11310 {
margin: 0 auto;
text-align: center;
max-width: 60%;
} form.forminator-custom-form input,
form.forminator-custom-form textarea {
border: 1px solid var(--wp--preset--color--custom-ockerhell);
background-color: none; 
color: var(--wp--preset--color--custom-schwarz);
padding: 0 12px;
min-height: 40px;
line-height: 40px;
box-sizing: border-box;
font-family: var(--wp--preset--font-family--alegreya-sans-light);
border-radius: 0;
}
form.forminator-custom-form input[type='checkbox']:checked,
form.forminator-custom-form input[type='checkbox']:not(:checked),
form.forminator-custom-form input[type='radio']:checked,
form.forminator-custom-form input[type='radio']:not(:checked) { position: relative;
visibility: visible;
margin:0;
padding:2px;
border: 2px solid var(--wp--preset--color--custom-ockerhell);
width: 20px;
height: 20px;
box-shadow: inset 0 0 0 1px rgba(255,255,255,0.9);
transition: all 0.1s;
}
form.forminator-custom-form input[type='checkbox']:not(:checked),
form.forminator-custom-form input[type='radio']:not(:checked) {
background-color: var(--wp--preset--color--custom-ockerhell) ; 
}
form.forminator-custom-form input[type='checkbox']:checked,
form.forminator-custom-form input[type='radio']:checked {
background-color: var(--wp--preset--color--custom-schwarz); }
form.forminator-custom-form input[type='checkbox']:checked:hover,
form.forminator-custom-form input[type='checkbox']:not(:checked):hover,
form.forminator-custom-form input[type='radio']:checked:hover,
form.forminator-custom-form input[type='radio']:not(:checked):hover {
box-shadow: inset 0 0 0 2px rgba(255,255,255,0.9);
}
form.forminator-custom-form textarea {
min-height: 120px;
}
form.forminator-custom-form .formWidth {
width: 100%;
max-width: 60%;
}
.forminator-row {
margin: 0 0 5px 0 !important;
}
.forminator-row input:not([type=checkbox]):not([type=radio]),
.forminator-row textarea {
width: 100%;
}
.forminator-col,
.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid="open"] .forminator-col {
margin: 0;
padding: 0;
}
.forminator-checkbox__wrapper {
margin: 0 0;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}
.forminator-checkbox__label {
margin-left: 20px;
text-align: left;
}
.forminator-error-message {
display: block;
padding: 3px 25px;
color: #fff;
background-color: #B8523F;
box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
.forminator-response-message {
display: block;
box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
text-align: left;
} 
.forminator-error.forminator-accessible {
display: block;
padding: 5px 25px;
color: #fff;
background-color: #B8523F;
}
button.forminator-button-submit {
padding: 3px 15px;
line-height: 40px;
background-color: var(--wp--preset--color--custom-schwarz) !important;
color: #fff; 
border: none;
font-size: 1.1em;
font-family: var(--wp--preset--font-family--alegreya-sans-light);
cursor: pointer;
}
.blogBoxStart a.wp-block-read-more {
display: block;
margin: 0 auto;
}
.blogBoxStart a,
.blogBoxStart h2 > a {
text-decoration: none;
}
.blogBoxStart h2 > a {} div.wp-block-post-date {
display: block;
text-align: center;
}
div.wp-block-post-date time {
display: grid;
text-align: center;
align-items: center;
align-content: center;
grid-template-columns: auto auto auto;
grid-gap: 10px;
color: var(--wp--preset--color--custom-schwarz);
}
div.wp-block-post-date time::before,
div.wp-block-post-date time::after {
content: ' ';
display: block; height: 1px;
background: var(--wp--preset--color--custom-schwarz);
}
div.wp-block-post-date time::before {}
div.wp-block-post-date time::after {} .uagb-post-grid .uagb-post__image img { height: auto; }
form.commentform {}
form#commentform input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
form#commentform textarea {
border: 1px solid var(--wp--preset--color--custom-ockerhell);
background-color: #fff; 
padding: 3px 12px;
line-height: 40px;
box-sizing: border-box;
font-family: var(--wp--preset--font-family--alegreya-sans-light);
}
.wp-block-comment-template > li {
padding: 20px;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
margin-bottom: var(--wp--preset--spacing--50);
}
.wp-block-comment-template > li:last-child {
margin-bottom: 0;
}
.wp-block-comment-template > li > div {}
.wp-block-comment-template > li > ol {
margin-top: var(--wp--preset--spacing--50);
padding-top: var(--wp--preset--spacing--50);
border-top: 1px dashed var(--wp--preset--color--custom-ockerhell);
}
#authorBox { text-align: center; }
#authorBox img {
mask-image: url(https://stilfrage.net/wp-content/plugins/ultimate-addons-for-gutenberg/assets/images/masks/blob4.svg);
-webkit-mask-image: url(https://stilfrage.net/wp-content/plugins/ultimate-addons-for-gutenberg/assets/images/masks/blob4.svg);
mask-size: contain;
-webkit-mask-size: contain;
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
mask-position: center center;
-webkit-mask-position: center center;
width: 100%;
height: auto;
}
#authorBox .ab_title { margin: 0; font-size: 1.3em; }
#authorBox .ab_subtitle { margin: 0; font-size: 0.9em; }
#authorBox .ab_text {
text-transform: uppercase;
} #highlights {}  p[data-block] {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 10;
-webkit-box-orient: vertical;
transition: all 0.4s;
}
p[data-block].show {
overflow: visible;
display: block;
}
a[data-block] {
display: block;
text-align: center;
}
section#boxStartLeistungen {}
section#boxStartLeistungen div.is-layout-flex {
align-self: stretch !important;
}
section#boxStartLeistungen div.is-layout-flex {
align-self: stretch !important;
}
section#boxStartLeistungen .is-vertically-aligned-center {
align-self: stretch !important;
}
section#boxStartLeistungen .is-vertically-aligned-center h2 {
margin: 0.8vh auto;
min-height: inherit;
}
section#boxStartLeistungen .is-vertically-aligned-center p {
padding: 0 0.2vw;
}
section#boxStartLeistungen .wp-element-button {
margin-top: 2vh;
height: 40px;
line-height: 38px;
}  .woocommerce,
.woocommerce-page main .woocommerce {
margin: 0;
width: 100%;
max-width: 100%;
}
p.price {
font-size: 1.7em;
font-family: var(--wp--preset--font-family--alegreyasanssc-thin);
font-weight: bolder;
}
p.price small {
font-size: 0.6em;
font-weight: normal;
}
div.quantity {
display: inline-block;
}
button.single_add_to_cart_button { background-color: var(--wp--preset--color--custom-ockerhell);
color: #fff;
}
section.related {
display: block;
clear: both;
}
ul.check {}
ul.check li {
list-style-position: inside;
list-style: none;
}
ul.check li:before {
font: var(--fa-font-solid);
content: "\f00c";
margin-right: 10px;
color: var(--wp--preset--color--custom-ockerhell);
}
.woocommerce table.variations tr td select {
height: inherit;
padding: 5px 3px;
font-size: var(--wp--preset--font-size--small);
border-radius: 3px;
}
.woocommerce a.checkout-button,
.woocommerce #place_order {
background-color: var(--wp--preset--color--custom-schwarz) !important;
border-color: var(--wp--preset--color--custom-schwarz) !important;
font-weight: bold !important;
color: #fff !important;
}
.woocommerce a.checkout-button:hover,
.woocommerce #place_order:hover {
background-color: #000 !important;
border-color: #000 !important;
}
.woocommerce .woocommerce-error {
background-color: var(--wp--preset--color--custom-error) !important;
color: #fff !important;
}
.woocommerce .woocommerce-info {}
.woocommerce .woocommerce-message {}
section.askForPrice {
display: block;
}
section.askForPrice div.btn {}
section.askForPrice div.form {
display: none;
}
a.wp-block-read-more {}
body.woocommerce-cart div.ppc-button-wrapper {
display: none;
}
div.paypal-button-container {
margin-top: 2vh;
}
.woocommerce-checkout .shop_table {
background-color: #fff !important;
margin-bottom: 2vh;
}
.woocommerce-page form .input-text {
border-color: var(--wp--preset--color--custom-ockerhell) !important;
}
.woocommerce .woocommerce-products-header h1.page-title { }
li.product img:hover {
scale: 1.05;
box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}  div#footerContent {
margin: 20px auto !important;
max-width: 100%;
}  div.popupExitintent {
position: fixed;
top: 25vh;
left: 25vw;
max-width: 50vw;
box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
z-index: 9999999;
display: none;
}
body:not(.wp-admin) div.popupExitintent { }
div.popupExitintent a.popupClose {
position: absolute;
top: 10px;
right: 10px;
font-size: 1.2em;
z-index: inherit;
color: var(--wp--preset--color--custom-ockerhell);
}
div.popupExitintent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
div.popupExitintent textarea {
border-bottom: 1px solid var(--wp--preset--color--custom-ockerhell);
background-color: transparent; 
padding: 3px 12px;
line-height: 40px;
box-sizing: border-box;
font-family: var(--wp--preset--font-family--alegreya-sans-light);
color: var(--wp--preset--color--custom-ockerhell);
}
div.popupExitintent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
div.popupExitintent textarea:focus {
border: 1px solid var(--wp--preset--color--custom-ockerhell);
outline: none;
}
div.popupExitintent input[type='checkbox']:checked,
div.popupExitintent input[type='checkbox']:not(:checked),
div.popupExitintent input[type='radio']:checked,
div.popupExitintent input[type='radio']:not(:checked) {
appearance: none;
position: relative;
visibility: visible;
margin:0;
padding:2px;
border: 2px solid var(--wp--preset--color--custom-ockerhell);
width: 20px;
height: 20px;
box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
transition: all 0.1s;
}
div.popupExitintent input[type='checkbox']:not(:checked),
div.popupExitintent input[type='radio']:not(:checked) {
background-color: var(--wp--preset--color--custom-ockerhell) ; 
content: '';
}
div.popupExitintent input[type='checkbox']:checked,
div.popupExitintent input[type='radio']:checked { background-color: var(--wp--preset--color--custom-ockerhell) ;
}
div.popupExitintent input[type='checkbox']:checked:hover,
div.popupExitintent input[type='checkbox']:not(:checked):hover,
div.popupExitintent input[type='radio']:checked:hover,
div.popupExitintent input[type='radio']:not(:checked):hover {
box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
}
div.popupExitintent input[type='checkbox'] {
display: grid;
place-content: center;
transform: translateY(-0.075em);
}
div.popupExitintent input[type='checkbox']:before {
content: "";
width: 0.8em;
height: 0.8em;
display: block;
transform: scale(0);
transition: 120ms transform ease-in-out;
box-shadow: inset 1em 1em var(--wp--preset--color--custom-schwarz);
}
div.popupExitintent input[type="checkbox"]:checked::before {
transform: scale(1);
transform-origin: bottom left;
clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
div.popupExitintent input[type='checkbox']:hover:before {
background-color: CanvasText;
}
div.popupExitintent label > input[type='checkbox'] {
position: relative;
display: inline-block;
vertical-align: bottom;
}  div.tw77ajaxSearch {
position: fixed;
top: 12vh;
left: 0;
background: #fff;
margin: 0 15vw;
padding: 20px;
width: 70vw;
max-width: 70vw !important;
z-index: 9999;
overflow-y: hidden;
max-height: 70vh;
box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
border-radius: 5px;
font-size: 1.2em;
display: none;
transition: all 0.5s;
}
div.tw77ajaxSearch > a.hideSearchBox {
position: absolute;
top: 10px;
right: 10px;
font-size: 1.4em;
}
div.tw77ajaxSearch label {
display: grid;
grid-template-columns: 40px auto;
grid-template-rows: auto;
grid-gap: 15px;
align-items: center;
}
div.tw77ajaxSearch label > i {
grid-column: 1/2;
width: 40px;
color: var(--wp--preset--color--custom-ockerhell);
font-size: 1.6em
}
div.tw77ajaxSearch label > input {
grid-column: 2/3;
width: 100%;
max-width: 100% !important;
border: 1px solid var(--wp--preset--color--custom-ockerhell);
box-sizing: border-box;
padding: 15px 20px;
}
div.tw77ajaxSearch label > input:focus {
border: 2px solid var(--wp--preset--color--custom-ockerhell);
outline: none;
}
div.tw77ajaxSearch > div.searchResults {
overflow-y: scroll;
max-height: 40vh !important;
}
div.tw77ajaxSearch > div.searchResults.show {
margin-top: 2vh;
padding-top: 2vh;
border-top: 1px double var(--wp--preset--color--custom-ockerhell);
}
div.searchResults ul {
margin: 0;
padding: 0;
}
div.searchResults ul > li {
list-style: none;
margin-bottom: 2vh;
}
div.searchResults ul > li:last-child {
margin-bottom: 0;
}
div.searchResults ul > li > a {
display: flex;
align-items: center;
}
div.searchResults ul > li > a > img {
margin-right: 1vw;
border-radius: 100em;
transition: all 0.5s;
}
div.searchResults ul > li:hover > a > img {
border-radius: 0.3em;
box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
div.searchResults ul > li > a > span.img {
display:block; 
height:60px; 
width:60px; 
margin-right:1vw; 
background:rgba(0,0,0,0.3); 
border-radius:100em;
}  ul.socialShareBtn {
display: block;
margin: var(--wp--preset--spacing--30) 0 var(--wp--preset--spacing--60) 0 !important;
padding: 0 !important;
}
ul.socialShareBtn li {
display: inline-block;
margin-right: 0.68vw !important;
}
ul.socialShareBtn li a {
display: block;
color: #fff;
background: var(--wp--preset--color--custom-schwarz) !important;
height: 36px;
width: 36px;
border-radius: 100em;
line-height: 36px;
text-decoration: none;
text-align: center;
font-size: 1.2em;
}
ul.socialShareBtn li a i {
line-height: inherit;
}  #newsletterEbook {
color: #fff !important;
}
#newsletterEbook input[type="email"] {
border-color: #fff !important;
}
#newsletterEbook input[type="submit"] {
border-color: var(--wp--preset--color--custom-schwarz) !important;
background-color: var(--wp--preset--color--custom-schwarz) !important;
color: #fff !important;
}
#newsletterEbook a {
color: #fff !important;
}
#newsletterEbook .tnp-field-button {
text-align: center
}  #cookieEdit {
display: none;
}