.wp-video-popup-wrapper{display:none;position:fixed;top:0;left:0;width:100%;height:100%;align-items:center;justify-content:center;background:rgba(0,0,0,0.88);z-index:8888888}.wp-video-popup-video{display:none;z-index:8888889}.wp-video-popup-video.is-landscape{width:90%;height:auto;max-width:1200px;max-height:90%}.wp-video-popup-video.is-hosted.is-portrait{width:auto;height:90%;max-width:90%}.wp-video-popup-close{background-image:url(//denkzeuge.com/wp-content/plugins/responsive-youtube-vimeo-popup/assets/img/wp-video-popup-close.png);background-size:15px auto;background-repeat:no-repeat;background-position:center center;position:absolute;right:0;top:0;height:60px;text-align:center;width:60px;cursor:pointer;z-index:9999999;-moz-transition:opacity 0.25s;-o-transition:opacity 0.25s;-webkit-transition:opacity 0.25s;transition:opacity 0.25s}.wp-video-popup-close:hover{opacity:0.7}.wp-video-popup{cursor:pointer}:root {
--gh-accent-color: rgb(0, 117, 255);
}
.gh-form-wrapper form.simple textarea,
.gh-form-wrapper form.simple select,
.gh-form-wrapper form.simple input[type=text],
.gh-form-wrapper form.simple input[type=date],
.gh-form-wrapper form.simple input[type=time],
.gh-form-wrapper form.simple input[type=datetime-local],
.gh-form-wrapper form.simple input[type=datetime],
.gh-form-wrapper form.simple input[type=email],
.gh-form-wrapper form.simple input[type=number],
.gh-form-wrapper form.simple input[type=password],
.gh-form-wrapper form.simple input[type=search],
.gh-form-wrapper form.simple input[type=tel],
.gh-form-wrapper form.simple input[type=url] {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
border-radius: 0;
border-color: #0F181E;
border-style: solid;
border-width: 1px;
font-size: 14px;
padding: 15px;
box-shadow: none;
}
.gh-form-wrapper form.simple textarea:focus,
.gh-form-wrapper form.simple select:focus,
.gh-form-wrapper form.simple input[type=text]:focus,
.gh-form-wrapper form.simple input[type=date]:focus,
.gh-form-wrapper form.simple input[type=time]:focus,
.gh-form-wrapper form.simple input[type=datetime-local]:focus,
.gh-form-wrapper form.simple input[type=datetime]:focus,
.gh-form-wrapper form.simple input[type=email]:focus,
.gh-form-wrapper form.simple input[type=number]:focus,
.gh-form-wrapper form.simple input[type=password]:focus,
.gh-form-wrapper form.simple input[type=search]:focus,
.gh-form-wrapper form.simple input[type=tel]:focus,
.gh-form-wrapper form.simple input[type=url]:focus {
transition: 0.4s;
border-color: var(--gh-accent-color);
}
.gh-form-wrapper form.simple textarea[disabled],
.gh-form-wrapper form.simple select[disabled],
.gh-form-wrapper form.simple input[type=text][disabled],
.gh-form-wrapper form.simple input[type=date][disabled],
.gh-form-wrapper form.simple input[type=time][disabled],
.gh-form-wrapper form.simple input[type=datetime-local][disabled],
.gh-form-wrapper form.simple input[type=datetime][disabled],
.gh-form-wrapper form.simple input[type=email][disabled],
.gh-form-wrapper form.simple input[type=number][disabled],
.gh-form-wrapper form.simple input[type=password][disabled],
.gh-form-wrapper form.simple input[type=search][disabled],
.gh-form-wrapper form.simple input[type=tel][disabled],
.gh-form-wrapper form.simple input[type=url][disabled] {
background-color: #e6e6e6;
opacity: 0.3;
}
.gh-form-wrapper form.simple textarea[readonly],
.gh-form-wrapper form.simple select[readonly],
.gh-form-wrapper form.simple input[type=text][readonly],
.gh-form-wrapper form.simple input[type=date][readonly],
.gh-form-wrapper form.simple input[type=time][readonly],
.gh-form-wrapper form.simple input[type=datetime-local][readonly],
.gh-form-wrapper form.simple input[type=datetime][readonly],
.gh-form-wrapper form.simple input[type=email][readonly],
.gh-form-wrapper form.simple input[type=number][readonly],
.gh-form-wrapper form.simple input[type=password][readonly],
.gh-form-wrapper form.simple input[type=search][readonly],
.gh-form-wrapper form.simple input[type=tel][readonly],
.gh-form-wrapper form.simple input[type=url][readonly] {
background-color: #e6e6e6;
}
.gh-form-wrapper form.simple input[type=button],
.gh-form-wrapper form.simple input[type=submit],
.gh-form-wrapper form.simple button[type=submit] {
background-color: var(--gh-accent-color);
color: #fff;
border-radius: 0;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
padding: 15px;
box-shadow: none;
transition: 0.4s;
border: none;
cursor: pointer;
}
.gh-form-wrapper form.simple input[type=button]:hover,
.gh-form-wrapper form.simple input[type=submit]:hover,
.gh-form-wrapper form.simple button[type=submit]:hover {
opacity: 0.9;
transition: 0.4s;
}
.gh-form-wrapper form.modern textarea,
.gh-form-wrapper form.modern select,
.gh-form-wrapper form.modern input[type=text],
.gh-form-wrapper form.modern input[type=date],
.gh-form-wrapper form.modern input[type=time],
.gh-form-wrapper form.modern input[type=datetime-local],
.gh-form-wrapper form.modern input[type=datetime],
.gh-form-wrapper form.modern input[type=email],
.gh-form-wrapper form.modern input[type=number],
.gh-form-wrapper form.modern input[type=password],
.gh-form-wrapper form.modern input[type=search],
.gh-form-wrapper form.modern input[type=tel],
.gh-form-wrapper form.modern input[type=url] {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 20px;
border-radius: 5px;
border-color: var(--gh-accent-color);
border-style: solid;
border-width: 1px;
padding: 15px;
}
.gh-form-wrapper form.modern textarea:focus,
.gh-form-wrapper form.modern select:focus,
.gh-form-wrapper form.modern input[type=text]:focus,
.gh-form-wrapper form.modern input[type=date]:focus,
.gh-form-wrapper form.modern input[type=time]:focus,
.gh-form-wrapper form.modern input[type=datetime-local]:focus,
.gh-form-wrapper form.modern input[type=datetime]:focus,
.gh-form-wrapper form.modern input[type=email]:focus,
.gh-form-wrapper form.modern input[type=number]:focus,
.gh-form-wrapper form.modern input[type=password]:focus,
.gh-form-wrapper form.modern input[type=search]:focus,
.gh-form-wrapper form.modern input[type=tel]:focus,
.gh-form-wrapper form.modern input[type=url]:focus {
--gh-focus-shadow: color-mix(in srgb, var(--gh-accent-color) 20%, rgba( 255, 255, 255, 0.5 ) );
transition: 0.4s;
box-shadow: 0 0 0 2px white, 0 0 0 4px var(--gh-focus-shadow);
}
.gh-form-wrapper form.modern textarea[disabled],
.gh-form-wrapper form.modern select[disabled],
.gh-form-wrapper form.modern input[type=text][disabled],
.gh-form-wrapper form.modern input[type=date][disabled],
.gh-form-wrapper form.modern input[type=time][disabled],
.gh-form-wrapper form.modern input[type=datetime-local][disabled],
.gh-form-wrapper form.modern input[type=datetime][disabled],
.gh-form-wrapper form.modern input[type=email][disabled],
.gh-form-wrapper form.modern input[type=number][disabled],
.gh-form-wrapper form.modern input[type=password][disabled],
.gh-form-wrapper form.modern input[type=search][disabled],
.gh-form-wrapper form.modern input[type=tel][disabled],
.gh-form-wrapper form.modern input[type=url][disabled] {
background-color: #e6e6e6;
opacity: 0.3;
}
.gh-form-wrapper form.modern textarea[readonly],
.gh-form-wrapper form.modern select[readonly],
.gh-form-wrapper form.modern input[type=text][readonly],
.gh-form-wrapper form.modern input[type=date][readonly],
.gh-form-wrapper form.modern input[type=time][readonly],
.gh-form-wrapper form.modern input[type=datetime-local][readonly],
.gh-form-wrapper form.modern input[type=datetime][readonly],
.gh-form-wrapper form.modern input[type=email][readonly],
.gh-form-wrapper form.modern input[type=number][readonly],
.gh-form-wrapper form.modern input[type=password][readonly],
.gh-form-wrapper form.modern input[type=search][readonly],
.gh-form-wrapper form.modern input[type=tel][readonly],
.gh-form-wrapper form.modern input[type=url][readonly] {
background-color: #e6e6e6;
}
.gh-form-wrapper form.modern input[type=button],
.gh-form-wrapper form.modern input[type=submit],
.gh-form-wrapper form.modern button[type=submit] {
cursor: pointer;
padding: 15px;
background-color: var(--gh-accent-color);
color: white;
font-size: 18px;
font-weight: bold;
border: none;
border-radius: 5px;
box-shadow: none;
transition: 0.4s;
}
.gh-form-wrapper form.modern input[type=button]:hover,
.gh-form-wrapper form.modern input[type=submit]:hover,
.gh-form-wrapper form.modern button[type=submit]:hover {
opacity: 0.8;
transition: 0.4s;
}
.gh-form-wrapper form.modern input[type=button]:focus,
.gh-form-wrapper form.modern input[type=submit]:focus,
.gh-form-wrapper form.modern button[type=submit]:focus {
--gh-focus-shadow: color-mix(in srgb, var(--gh-accent-color) 20%, rgba( 255, 255, 255, 0.5 ) );
transition: 0.4s;
box-shadow: 0 0 0 2px white, 0 0 0 4px var(--gh-focus-shadow);
}
.gh-form-wrapper form.classic textarea,
.gh-form-wrapper form.classic select,
.gh-form-wrapper form.classic input[type=text],
.gh-form-wrapper form.classic input[type=date],
.gh-form-wrapper form.classic input[type=time],
.gh-form-wrapper form.classic input[type=datetime-local],
.gh-form-wrapper form.classic input[type=datetime],
.gh-form-wrapper form.classic input[type=email],
.gh-form-wrapper form.classic input[type=number],
.gh-form-wrapper form.classic input[type=password],
.gh-form-wrapper form.classic input[type=search],
.gh-form-wrapper form.classic input[type=tel],
.gh-form-wrapper form.classic input[type=url] {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 20px;
border-radius: 3px;
border-color: #0F181E;
border-style: solid;
border-width: 1px 1px 3px 1px;
padding: 15px;
}
.gh-form-wrapper form.classic textarea:focus,
.gh-form-wrapper form.classic select:focus,
.gh-form-wrapper form.classic input[type=text]:focus,
.gh-form-wrapper form.classic input[type=date]:focus,
.gh-form-wrapper form.classic input[type=time]:focus,
.gh-form-wrapper form.classic input[type=datetime-local]:focus,
.gh-form-wrapper form.classic input[type=datetime]:focus,
.gh-form-wrapper form.classic input[type=email]:focus,
.gh-form-wrapper form.classic input[type=number]:focus,
.gh-form-wrapper form.classic input[type=password]:focus,
.gh-form-wrapper form.classic input[type=search]:focus,
.gh-form-wrapper form.classic input[type=tel]:focus,
.gh-form-wrapper form.classic input[type=url]:focus {
transition: 0.4s;
border-color: var(--gh-accent-color);
}
.gh-form-wrapper form.classic textarea[disabled],
.gh-form-wrapper form.classic select[disabled],
.gh-form-wrapper form.classic input[type=text][disabled],
.gh-form-wrapper form.classic input[type=date][disabled],
.gh-form-wrapper form.classic input[type=time][disabled],
.gh-form-wrapper form.classic input[type=datetime-local][disabled],
.gh-form-wrapper form.classic input[type=datetime][disabled],
.gh-form-wrapper form.classic input[type=email][disabled],
.gh-form-wrapper form.classic input[type=number][disabled],
.gh-form-wrapper form.classic input[type=password][disabled],
.gh-form-wrapper form.classic input[type=search][disabled],
.gh-form-wrapper form.classic input[type=tel][disabled],
.gh-form-wrapper form.classic input[type=url][disabled] {
background-color: #e6e6e6;
opacity: 0.3;
}
.gh-form-wrapper form.classic textarea[readonly],
.gh-form-wrapper form.classic select[readonly],
.gh-form-wrapper form.classic input[type=text][readonly],
.gh-form-wrapper form.classic input[type=date][readonly],
.gh-form-wrapper form.classic input[type=time][readonly],
.gh-form-wrapper form.classic input[type=datetime-local][readonly],
.gh-form-wrapper form.classic input[type=datetime][readonly],
.gh-form-wrapper form.classic input[type=email][readonly],
.gh-form-wrapper form.classic input[type=number][readonly],
.gh-form-wrapper form.classic input[type=password][readonly],
.gh-form-wrapper form.classic input[type=search][readonly],
.gh-form-wrapper form.classic input[type=tel][readonly],
.gh-form-wrapper form.classic input[type=url][readonly] {
background-color: #e6e6e6;
}
.gh-form-wrapper form.classic input[type=button],
.gh-form-wrapper form.classic input[type=submit],
.gh-form-wrapper form.classic button[type=submit] {
cursor: pointer;
padding: 15px;
background-color: color-mix(in srgb, var(--gh-accent-color) 1%, rgba(255, 255, 255, 0.1));
color: color-mix(in srgb, var(--gh-accent-color) 50%, black);
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
border-style: outset;
border-width: 1px 1px 3px 1px;
border-radius: 3px;
border-color: var(--gh-accent-color);
box-shadow: none;
transition: 0.4s;
}
.gh-form-wrapper form.classic input[type=button]:hover,
.gh-form-wrapper form.classic input[type=submit]:hover,
.gh-form-wrapper form.classic button[type=submit]:hover {
opacity: 0.9;
transition: 0.4s;
}
.gh-form-wrapper * {
box-sizing: border-box;
}
.gh-form-wrapper .form-fields {
display: flex;
flex-direction: column;
gap: 10px;
}
.gh-form-wrapper .form-fields .gh-form-row {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr;
grid-template-areas: ". . . . . . . . . . . .";
gap: 10px;
}
.gh-form-wrapper .form-fields .gh-form-row > .gh-form-column.col-1-of-1 {
grid-column: span 12;
}
.gh-form-wrapper .form-fields .gh-form-row > .gh-form-column.col-1-of-2 {
grid-column: span 6;
}
.gh-form-wrapper .form-fields .gh-form-row > .gh-form-column.col-1-of-3 {
grid-column: span 4;
}
.gh-form-wrapper .form-fields .gh-form-row > .gh-form-column.col-1-of-4 {
grid-column: span 3;
}
.gh-form-wrapper .form-fields .gh-form-row > .gh-form-column.col-2-of-3 {
grid-column: span 8;
}
.gh-form-wrapper .form-fields .gh-form-row > .gh-form-column.col-3-of-4 {
grid-column: span 9;
}
.gh-form-wrapper .gh-form-fields {
display: grid;
grid-auto-rows: auto;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
gap: 10px 10px;
align-items: stretch;
}
.gh-form-wrapper .gh-form-fields label {
cursor: pointer;
vertical-align: baseline;
}
.gh-form-wrapper .gh-form-fields label .required {
color: #b32d2e;
}
.gh-form-wrapper .gh-form-fields .gh-input {
outline: none;
width: 100%;
max-width: 100%;
height: 100%;
}
.gh-form-wrapper .gh-form-fields button.gh-submit {
width: 100%;
}
.gh-form-wrapper .gh-form-fields * {
box-sizing: border-box;
}
.gh-form-wrapper .gh-form-fields .gh-form-column.col-1-of-1 {
grid-column: span 12;
}
.gh-form-wrapper .gh-form-fields .gh-form-column.col-1-of-2 {
grid-column: span 6;
}
.gh-form-wrapper .gh-form-fields .gh-form-column.col-1-of-3 {
grid-column: span 4;
}
.gh-form-wrapper .gh-form-fields .gh-form-column.col-1-of-4 {
grid-column: span 3;
}
.gh-form-wrapper .gh-form-fields .gh-form-column.col-2-of-3 {
grid-column: span 8;
}
.gh-form-wrapper .gh-form-fields .gh-form-column.col-3-of-4 {
grid-column: span 9;
}
.gh-form-wrapper label {
display: block;
}
.gh-form-wrapper label.gh-checkbox-label {
display: flex;
gap: 10px;
align-items: center;
}
.gh-form-wrapper .gh-input {
width: 100%;
display: block;
}
.gh-form-wrapper input[type=file].gh-file-uploader {
width: 100%;
padding: 30px;
box-sizing: border-box;
background: rgba(16, 38, 64, 0.05);
border: 3px dashed rgba(16, 38, 64, 0.5);
text-align: center;
border-radius: 5px;
}
.gh-form-wrapper .gh-birthday {
display: flex;
gap: 5px;
}
.gh-form-wrapper .gh-message-wrapper {
padding: 15px;
margin-bottom: 20px;
border: 1px solid;
border-radius: 4px;
}
.gh-form-wrapper .gh-message-wrapper.gh-form-errors-wrapper {
color: #940e2e;
background-color: rgba(233, 31, 79, 0.1);
border-color: rgba(233, 31, 79, 0.5);
margin-bottom: 20px;
}
.gh-form-wrapper .gh-message-wrapper.gh-form-errors-wrapper ul.gh-form-errors {
padding-left: 20px;
margin: 0;
list-style: disc;
}
.gh-form-wrapper .gh-message-wrapper.gh-form-errors-wrapper ul.gh-form-errors li:last-child {
margin-bottom: 0;
}
.gh-form-wrapper .gh-message-wrapper.gh-form-success-wrapper {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
margin-top: 20px;
}
.gh-form-wrapper .gh-message-wrapper.gh-form-warning-wrapper {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.gh-form-wrapper .gh-form-edit-link {
visibility: hidden;
opacity: 0;
position: absolute;
transition: 0.4s;
}
.gh-form-wrapper:hover .gh-form-edit-link {
visibility: visible;
background: #FFFFFF;
opacity: 1;
padding: 5px;
transition: 0.4s;
}
.gh-form-wrapper #gdpr-checkboxes-wrap label {
display: block;
}
.gh-form-wrapper > .gh-errors {
margin-top: 20px;
padding: 20px;
background: rgba(233, 31, 79, 0.1);
color: #080103;
border-radius: 5px;
display: flex;
flex-direction: column;
gap: 10px;
}
.gh-form-wrapper > .gh-errors p {
margin: 0;
font-weight: 500;
font-size: 16px;
}
.gh-form-wrapper > .gh-errors ul {
list-style: disc;
padding-left: 20px;
display: flex;
flex-direction: column;
gap: 5px;
}
.gh-form-wrapper > .gh-errors ul li {
font-size: 16px;
margin: 0;
}
.gh-form-wrapper > .gh-success {
margin-top: 20px;
padding: 20px;
background: rgba(158, 206, 56, 0.1);
color: #040601;
border-radius: 5px;
display: flex;
flex-direction: column;
gap: 10px;
}
.gh-form-wrapper > .gh-success p:first-child {
margin-top: 0;
}
.gh-form-wrapper > .gh-success p:last-child {
margin-bottom: 0;
} @media only screen and (max-width: 480px) {
.gh-form-wrapper .gh-form-fields {
display: flex;
flex-direction: column;
}
.gh-form-wrapper > form.gh-form > .form-fields > .gh-form-row {
display: flex;
flex-direction: column;
}
.gh-form-wrapper > form.gh-form > .form-fields > .gh-form-row .address-fields .gh-form-row {
display: flex;
flex-direction: column;
}
}#hollerbox-popup-content {
display: none !important;
}
body.holler-box-blurred {
filter: blur(4px);
}
body.holler-suppress-animations .holler-box-overlay,
body.holler-suppress-animations .holler-box .animation {
animation: none !important;
}
body.holler-slide-down {
animation-duration: 0.3s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
body.disable-scrolling {
overflow: hidden;
}
body:not(.wp-admin) .holler-box {
position: fixed;
}
body:not(.wp-admin).admin-bar .positioner.top-left {
top: calc(20px + 32px);
}
body:not(.wp-admin).admin-bar .positioner.top-center {
top: calc(20px + 32px);
}
body:not(.wp-admin).admin-bar .positioner.top-right {
top: calc(20px + 32px);
}
body:not(.wp-admin).admin-bar .holler-box.holler-sidebar .positioner,
body:not(.wp-admin).admin-bar .holler-box.holler-banner .positioner.top-left {
top: 32px !important;
}
@keyframes progress-bar-stripes {
from {
background-position: 0 40px;
}
to {
background-position: 0 0;
}
}
@keyframes holler-rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes holler-overlay-appear {
from {
opacity: 0;
}
}
@keyframes holler-appear {
0% {
transform: scale(0.5);
opacity: 0;
}
75% {
opacity: 1;
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
@keyframes holler-disappear {
to {
transform: scale(0.8);
opacity: 0;
}
}
@keyframes holler-slide-in-up {
from {
transform: translateY(100%);
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes holler-slide-in-down {
from {
transform: translateY(-100%);
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes holler-slide-in-left {
from {
transform: translateX(-100%);
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes holler-slide-in-right {
from {
transform: translateX(100%);
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes holler-slide-out-up {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translateY(-100%);
}
}
@keyframes holler-slide-out-down {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translateY(100%);
}
}
@keyframes holler-slide-out-right {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translateX(100%);
}
}
@keyframes holler-slide-out-left {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translateX(-100%);
}
}
.holler-box {
z-index: 1000;
}
.holler-box .hollerbox-integration-errors {
background: #FFFFFF;
color: #e91f4f;
padding: 20px;
font-size: 16px;
}
.holler-box .hollerbox-integration-errors p:first-child {
margin-top: 0;
}
.holler-box .hollerbox-integration-errors p:last-child {
margin-bottom: 0;
}
.holler-box.no-animation .holler-box-overlay,
.holler-box.no-animation .holler-box-overlay::before,
.holler-box.no-animation .holler-box-overlay::after,
.holler-box.no-animation .animation {
animation: none !important;
}
.holler-box .animation {
animation-duration: 0.3s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
.holler-box .animation.appear {
animation-name: holler-appear;
}
.holler-box .positioner {
position: fixed;
}
.holler-box .positioner.top {
top: 20px;
left: 20px;
}
.holler-box .positioner.top .slide-in {
animation-name: holler-slide-in-down;
}
.holler-box .positioner.top .slide-out {
animation-name: holler-slide-out-up;
}
.holler-box .positioner.top-left {
top: 20px;
left: 20px;
}
.holler-box .positioner.top-left .slide-in {
animation-name: holler-slide-in-down;
}
.holler-box .positioner.top-left .slide-out {
animation-name: holler-slide-out-up;
}
.holler-box .positioner.top-center {
top: 20px;
left: 50%;
transform: translateX(-50%);
}
.holler-box .positioner.top-center .slide-in {
animation-name: holler-slide-in-down;
}
.holler-box .positioner.top-center .slide-out {
animation-name: holler-slide-out-up;
}
.holler-box .positioner.top-right {
top: 20px;
right: 20px;
}
.holler-box .positioner.top-right .slide-in {
animation-name: holler-slide-in-down;
}
.holler-box .positioner.top-right .slide-out {
animation-name: holler-slide-out-up;
}
.holler-box .positioner.center-left {
left: 20px;
top: 50%;
transform: translateY(-50%);
}
.holler-box .positioner.center-left .slide-in {
animation-name: holler-slide-in-left;
}
.holler-box .positioner.center-left .slide-out {
animation-name: holler-slide-out-left;
}
.holler-box .positioner.center-center {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.holler-box .positioner.center-center .slide-in {
animation-name: holler-appear;
}
.holler-box .positioner.center-center .slide-out {
animation-name: holler-disappear;
}
.holler-box .positioner.center-right {
right: 20px;
top: 50%;
transform: translateY(-50%);
}
.holler-box .positioner.center-right .slide-in {
animation-name: holler-slide-in-right;
}
.holler-box .positioner.center-right .slide-out {
animation-name: holler-slide-out-right;
}
.holler-box .positioner.bottom {
bottom: 20px;
left: 20px;
}
.holler-box .positioner.bottom .slide-in {
animation-name: holler-slide-in-up;
}
.holler-box .positioner.bottom .slide-out {
animation-name: holler-slide-out-down;
}
.holler-box .positioner.bottom-left {
bottom: 20px;
left: 20px;
}
.holler-box .positioner.bottom-left .slide-in {
animation-name: holler-slide-in-up;
}
.holler-box .positioner.bottom-left .slide-out {
animation-name: holler-slide-out-down;
}
.holler-box .positioner.bottom-center {
bottom: 20px;
left: 50%;
transform: translateX(-50%);
}
.holler-box .positioner.bottom-center .slide-in {
animation-name: holler-slide-in-up;
}
.holler-box .positioner.bottom-center .slide-out {
animation-name: holler-slide-out-down;
}
.holler-box .positioner.bottom-right {
bottom: 20px;
right: 20px;
}
.holler-box .positioner.bottom-right .slide-in {
animation-name: holler-slide-in-up;
}
.holler-box .positioner.bottom-right .slide-out {
animation-name: holler-slide-out-down;
}
.holler-box .holler-box-credit {
margin-top: 10px;
text-align: center;
}
.holler-box .holler-box-credit a {
color: #e8ad0b;
text-decoration: none;
font-size: 16px;
}
.holler-box .holler-box-overlay {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color: transparent;
opacity: 1;
animation: holler-overlay-appear 0.4s ease-in-out;
}
.holler-box .holler-box-overlay::after {
content: "";
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color: #333;
opacity: 0.5;
}
.holler-box .holler-box-overlay.no-animation {
animation: none;
}
.holler-box .display-flex {
display: flex;
gap: 20px;
}
.holler-box .holler-box-modal {
min-width: 300px;
width: min-content;
max-width: calc(100vw - 40px);
background: #ffffff;
padding: 30px;
box-sizing: border-box;
box-shadow: 5px 5px 30px 0 rgba(24, 45, 70, 0.15);
}
.holler-box .holler-box-modal.notification-closed {
cursor: pointer;
box-sizing: border-box;
width: 60px !important;
height: 60px !important;
border-radius: 50% !important;
display: flex;
align-items: center;
justify-content: center;
background: #0075ff;
box-shadow: 5px 5px 30px 0 rgba(24, 45, 70, 0.15);
min-width: 0 !important;
padding: 0 !important;
}
.holler-box .holler-box-modal.notification-closed svg {
height: 30px;
width: 30px;
}
.holler-box .holler-box-modal img {
max-width: 100%;
}
.holler-box .holler-box-modal img.alignright {
float: right;
}
.holler-box .holler-box-modal img.alignleft {
float: left;
}
.holler-box .holler-box-modal img.aligncenter {
margin: 0 auto;
display: block;
}
.holler-box .holler-box-modal .holler-box-modal-content {
box-sizing: border-box;
}
.holler-box .holler-box-modal .holler-box-modal-content p, .holler-box .holler-box-modal .holler-box-modal-content li, .holler-box .holler-box-modal .holler-box-modal-content ul, .holler-box .holler-box-modal .holler-box-modal-content ol {
font-size: 18px;
}
.holler-box .holler-box-modal .holler-box-modal-content h1 {
font-size: 40px;
}
.holler-box .holler-box-modal .holler-box-modal-content h2 {
font-size: 32px;
}
.holler-box .holler-box-modal .holler-box-modal-content h3 {
font-size: 24px;
}
.holler-box .holler-box-modal button.holler-box-modal-close {
cursor: pointer;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
border: none;
position: absolute;
top: 5px;
right: 5px;
height: 12px;
width: 12px;
background-color: transparent !important;
background: none;
color: #102640;
}
.holler-box .holler-box-modal button.holler-box-modal-close svg {
height: 100%;
width: 100%;
}
.holler-box .holler-box-modal button.holler-box-modal-close.medium {
top: 7px;
right: 7px;
height: 16px;
width: 16px;
}
.holler-box .holler-box-modal button.holler-box-modal-close.large {
top: 9px;
right: 9px;
height: 22px;
width: 22px;
}
.holler-box .holler-box-modal button.holler-box-modal-close.filled {
top: 0;
right: 0;
height: 18px;
width: 18px;
transform: translate(50%, -50%);
}
.holler-box .holler-box-modal button.holler-box-modal-close.filled.icon-inside {
top: 5px;
right: 5px;
transform: none;
}
.holler-box .holler-box-modal button.holler-box-modal-close.filled.medium {
height: 24px;
width: 24px;
}
.holler-box .holler-box-modal button.holler-box-modal-close.filled.large {
height: 30px;
width: 30px;
}
.holler-box.holler-notification-box .holler-box-credit {
margin-top: 10px;
text-align: right;
}
.holler-box.holler-notification-box .holler-box-credit a {
color: #e8ad0b;
text-decoration: none;
font-size: 14px;
}
.holler-box.holler-notification-box.with-chat {   }
.holler-box.holler-notification-box.with-chat ::-webkit-scrollbar {
width: 5px;
}
.holler-box.holler-notification-box.with-chat ::-webkit-scrollbar-track {
background: rgba(16, 38, 64, 0.05);
}
.holler-box.holler-notification-box.with-chat ::-webkit-scrollbar-thumb {
background: rgba(16, 38, 64, 0.3);
border-radius: 5px;
}
.holler-box.holler-notification-box.with-chat ::-webkit-scrollbar-thumb:hover {
background: rgba(16, 38, 64, 0.5);
}
.holler-box.holler-notification-box.with-chat .holler-box-modal {
max-height: 600px;
overflow-y: auto;
}
.holler-box.holler-notification-box.with-chat .close-chat-wrap {
display: flex;
justify-content: center;
margin: 10px;
}
.holler-box.holler-notification-box.with-chat .close-chat-wrap button.close-chat {
cursor: pointer;
background: none;
border: none;
color: rgba(16, 38, 64, 0.3);
font-weight: 500;
font-size: 14px;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-response {
margin: 10px 0;
display: flex;
justify-content: flex-end;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-response .content {
padding: 10px;
background: #0075ff;
color: #ffffff;
border-radius: 5px;
font-size: 16px;
line-height: 1.3;
margin: 0;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-response .content * {
background: #0075ff;
color: #ffffff;
font-size: 16px;
line-height: 1.3;
margin: 0;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-message {
display: flex;
gap: 10px;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-message img.avatar {
border-radius: 50%;
height: 30px;
width: 30px;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-message .content {
display: flex;
gap: 10px;
flex-direction: column;
align-items: flex-start;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-message .content > * {
padding: 10px;
background: rgba(0, 117, 255, 0.07);
border-radius: 5px;
font-size: 16px;
line-height: 1.3;
margin: 0;
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form {
display: flex;
align-items: stretch;
width: 100%;
margin-top: 15px;
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form textarea,
.holler-box.holler-notification-box.with-chat form.holler-chat-form .holler-box-input {
border-radius: 5px 0 0 5px;
background: #ffffff;
padding: 6px 16px;
font-size: 14px;
width: 100%;
border: 1px solid rgba(16, 38, 64, 0.3);
line-height: 2;
min-height: 30px;
box-sizing: border-box;
max-height: 42px;
min-width: 0;
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form textarea::placeholder,
.holler-box.holler-notification-box.with-chat form.holler-chat-form .holler-box-input::placeholder {
color: #cccccc;
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form textarea:-ms-input-placeholder,
.holler-box.holler-notification-box.with-chat form.holler-chat-form .holler-box-input:-ms-input-placeholder {
color: #cccccc;
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form button.send-message {
cursor: pointer;
border: none;
background: #0075ff;
color: #ffffff;
border-radius: 0 5px 5px 0;
padding: 5px 10px;
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form button.send-message:focus, .holler-box.holler-notification-box.with-chat form.holler-chat-form button.send-message:hover {
background: rgba(0, 117, 255, 0.6);
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form button.send-message svg {
height: 20px;
width: 20px;
}
.holler-box.holler-notification-box.with-button .holler-button-cta {
display: flex;
justify-content: flex-end;
margin-top: 10px;
}
.holler-box.holler-notification-box.with-button .holler-button-cta .holler-box-button {
border-radius: 5px;
font-size: 18px;
}
.holler-box.holler-notification-box.with-form form.holler-box-form {
margin-top: 10px;
}
.holler-box.holler-notification-box.with-form form.holler-box-form .fields {
gap: 0;
}
.holler-box.holler-notification-box.with-form form.holler-box-form input[type=email] {
width: 100%;
background: rgba(16, 38, 64, 0.05);
border: none;
font-size: 16px;
border-radius: 5px 0 0 5px;
}
.holler-box.holler-notification-box.with-form form.holler-box-form button {
border-radius: 0 5px 5px 0;
font-size: 18px;
}
.holler-box.holler-notification-box .holler-box-modal {
width: 400px;
padding: 20px 10px 10px 10px;
box-shadow: 5px 5px 30px 0 rgba(24, 45, 70, 0.15);
border-radius: 5px;
}
.holler-box.holler-notification-box .holler-box-modal .display-flex {
align-items: flex-start;
gap: 10px;
}
.holler-box.holler-notification-box .holler-box-modal img {
border-radius: 50%;
width: 50px;
height: 50px;
}
.holler-box.holler-notification-box .holler-box-modal .holler-box-modal-content {
width: 100%;
padding: 20px;
background-color: rgba(0, 117, 255, 0.07);
border-radius: 5px;
}
.holler-box.holler-notification-box .holler-box-modal .holler-box-modal-content p {
font-size: 16px;
margin: 0.8em 0;
line-height: 1.1;
}
.holler-box.holler-notification-box .holler-box-modal .holler-box-modal-content p:first-child {
margin-top: 0;
}
.holler-box.holler-notification-box .holler-box-modal .holler-box-modal-content p:last-child {
margin-bottom: 0;
}
.holler-box.holler-popup-custom .holler-box-modal-content {
width: 400px;
}
.holler-box.holler-popup-standard .holler-box-modal-content {
width: 400px;
}
.holler-box.holler-popup-image-left .holler-box-modal {
padding: 0;
}
.holler-box.holler-popup-image-left .holler-box-modal .holler-box-modal-content {
width: 330px;
}
.holler-box.holler-popup-image-left .display-flex {
display: flex;
align-items: stretch;
gap: 0;
}
.holler-box.holler-popup-image-left .display-flex .left {
flex-shrink: 0;
background-size: cover;
background-position: center center;
width: 300px;
}
.holler-box.holler-popup-image-left .display-flex .right {
align-self: flex-start;
padding: 30px;
}
.holler-box.holler-popup-image-right .holler-box-modal {
padding: 0;
}
.holler-box.holler-popup-image-right .holler-box-modal .holler-box-modal-content {
width: 330px;
}
.holler-box.holler-popup-image-right .display-flex {
display: flex;
align-items: stretch;
gap: 0;
}
.holler-box.holler-popup-image-right .display-flex .right {
flex-shrink: 0;
background-size: cover;
background-position: center center;
width: 300px;
}
.holler-box.holler-popup-image-right .display-flex .left {
align-self: flex-start;
padding: 30px;
}
.holler-box.holler-popup-form-below .holler-box-modal {
padding: 0;
}
.holler-box.holler-popup-form-below .holler-box-modal .holler-box-modal-content {
width: 330px;
}
.holler-box.holler-popup-form-below .display-flex {
align-items: stretch;
gap: 0;
}
.holler-box.holler-popup-form-below .display-flex .left {
padding: 30px;
}
.holler-box.holler-popup-form-below .display-flex .right {
flex-shrink: 0;
width: 300px;
background-size: cover;
background-position: center center;
}
.holler-box.holler-popup-form-below .holler-box-form {
padding: 20px;
background: rgba(0, 117, 255, 0.07);
}
.holler-box.holler-popup-progress-bar .holler-box-progress-bar-wrap .holler-box-progress-bar {
display: flex;
overflow: hidden;
background-color: #e9ecef;
}
.holler-box.holler-popup-progress-bar .holler-box-progress-bar-wrap .holler-box-progress-bar .holler-box-progress-bar-fill {
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
height: 20px;
width: 50%;
animation: progress-bar-stripes 1s linear infinite;
}
.holler-box.holler-popup-progress-bar .holler-box-progress-bar-wrap .holler-box-progress-bar .holler-box-progress-bar-fill.filled {
animation: none;
width: 100% !important;
}
.holler-box.holler-popup-progress-bar .holler-box-modal {
padding: 0;
border-radius: 5px;
overflow: hidden;
}
.holler-box.holler-popup-progress-bar .holler-box-modal .holler-box-modal-content {
width: 330px;
}
.holler-box.holler-popup-progress-bar .holler-box-modal button.holler-box-modal-close {
top: 25px;
}
.holler-box.holler-popup-progress-bar .display-flex {
display: flex;
align-items: stretch;
gap: 0;
}
.holler-box.holler-popup-progress-bar .display-flex .left {
flex-shrink: 0;
background-size: cover;
background-position: center center;
width: 300px;
}
.holler-box.holler-popup-progress-bar .display-flex .right {
align-self: flex-start;
padding: 30px;
}
.holler-box.holler-popup-image-beside-text-top .holler-box-modal {
padding: 0;
}
.holler-box.holler-popup-image-beside-text-top .holler-box-modal-content {
padding: 30px;
}
.holler-box.holler-popup-image-beside-text-top .display-flex {
align-items: stretch;
gap: 0;
}
.holler-box.holler-popup-image-beside-text-top .display-flex .left {
flex-shrink: 0;
background-size: cover;
background-position: center center;
width: 250px;
}
.holler-box.holler-popup-image-beside-text-top .display-flex .holler-box-form {
padding: 30px;
min-width: 250px;
background-color: rgba(0, 117, 255, 0.07);
}
.holler-box.holler-popup-full-image-background .holler-box-modal {
background-size: cover;
background-position: center center;
}
.holler-box.holler-popup-full-image-background .holler-box-modal .holler-box-modal-content {
width: 400px;
}
.holler-box input[type=submit].holler-box-button,
.holler-box input[type=button].holler-box-button,
.holler-box button.holler-box-button,
.holler-box button.holler-choice,
.holler-box button.holler-survey-next {
font-size: 20px;
padding: 10px 16px;
border-radius: 0;
background: #2196F3;
color: #ffffff;
font-weight: bold;
border: none;
white-space: nowrap;
cursor: pointer;
}
.holler-box input[type=submit].holler-box-button:disabled,
.holler-box input[type=button].holler-box-button:disabled,
.holler-box button.holler-box-button:disabled,
.holler-box button.holler-choice:disabled,
.holler-box button.holler-survey-next:disabled {
opacity: 0.8;
}
.holler-box input[type=submit].holler-box-button .holler-spinner,
.holler-box input[type=button].holler-box-button .holler-spinner,
.holler-box button.holler-box-button .holler-spinner,
.holler-box button.holler-choice .holler-spinner,
.holler-box button.holler-survey-next .holler-spinner {
display: block;
margin: 0 auto;
height: 15px;
width: 15px;
border: 5px solid rgba(255, 255, 255, 0.4);
border-bottom-color: #ffffff;
border-radius: 50%;
position: relative;
animation: holler-rotation 1s linear infinite;
}
.holler-box input[type=submit].holler-box-button.inverse,
.holler-box input[type=button].holler-box-button.inverse,
.holler-box button.holler-box-button.inverse,
.holler-box button.holler-choice.inverse,
.holler-box button.holler-survey-next.inverse {
background-color: transparent;
color: #2196f3;
border: 1px solid #2196F3;
}
.holler-box input[type=submit].holler-box-button.inverse .holler-spinner,
.holler-box input[type=button].holler-box-button.inverse .holler-spinner,
.holler-box button.holler-box-button.inverse .holler-spinner,
.holler-box button.holler-choice.inverse .holler-spinner,
.holler-box button.holler-survey-next.inverse .holler-spinner {
border: 5px solid rgba(33, 150, 243, 0.4);
border-bottom-color: #2196f3;
}
.holler-box form.holler-box-form.custom-form {
display: flex;
gap: 10px;
flex-direction: column;
}
.holler-box form.holler-box-form .fields {
display: flex;
gap: 10px;
align-items: stretch;
}
.holler-box form.holler-box-form.vertical .fields {
display: grid;
grid-auto-rows: 1fr;
}
.holler-box form.holler-box-form.vertical .fields label.holler-gdpr-consent {
align-self: center;
}
.holler-box form.holler-box-form label.holler-gdpr-consent {
display: flex;
gap: 10px;
align-items: flex-start;
}
.holler-box form.holler-box-form label.holler-gdpr-consent span {
line-height: 1.1;
}
.holler-box form.holler-box-form.horizontal label.holler-gdpr-consent {
margin-top: 10px;
}
.holler-box form.holler-box-form input.holler-box-input {
border-radius: 0;
background: #ffffff;
padding: 6px 16px;
font-size: 18px;
width: 100%;
border: 1px solid rgba(16, 38, 64, 0.3);
line-height: 2;
min-height: 30px;
box-sizing: border-box;
min-width: 0;
}
.holler-box form.holler-box-form input.holler-box-input::placeholder {
color: #cccccc;
}
.holler-box form.holler-box-form input.holler-box-input:-ms-input-placeholder {
color: #cccccc;
}
@media (max-width: 600px) {
.holler-box.holler-popup .holler-box-modal {
width: calc( 100vw - 40px );
max-height: calc( 100vw - 40px );
}
.holler-box.holler-notification-box .positioner:not(:has(.notification-closed)) {
left: 0;
right: 0;
}
.holler-box.holler-notification-box .positioner.top-left, .holler-box.holler-notification-box .positioner.top-center, .holler-box.holler-notification-box .positioner.top-right {
top: 0;
transform: none;
}
.holler-box.holler-notification-box .positioner.top-left .notification-closed, .holler-box.holler-notification-box .positioner.top-center .notification-closed, .holler-box.holler-notification-box .positioner.top-right .notification-closed {
margin-top: 10px;
}
.holler-box.holler-notification-box .positioner.center-right, .holler-box.holler-notification-box .positioner.center-center, .holler-box.holler-notification-box .positioner.center-left, .holler-box.holler-notification-box .positioner.bottom-right, .holler-box.holler-notification-box .positioner.bottom-center, .holler-box.holler-notification-box .positioner.bottom-left {
top: auto;
bottom: 0;
transform: none;
}
.holler-box.holler-notification-box .positioner.center-right .notification-closed, .holler-box.holler-notification-box .positioner.center-center .notification-closed, .holler-box.holler-notification-box .positioner.center-left .notification-closed, .holler-box.holler-notification-box .positioner.bottom-right .notification-closed, .holler-box.holler-notification-box .positioner.bottom-center .notification-closed, .holler-box.holler-notification-box .positioner.bottom-left .notification-closed {
margin-bottom: 10px;
}
.holler-box.holler-notification-box .positioner.top-center, .holler-box.holler-notification-box .positioner.center-center, .holler-box.holler-notification-box .positioner.bottom-center, .holler-box.holler-notification-box .positioner.top-left, .holler-box.holler-notification-box .positioner.center-left, .holler-box.holler-notification-box .positioner.bottom-left {
left: 0;
}
.holler-box.holler-notification-box .positioner.top-center .notification-closed, .holler-box.holler-notification-box .positioner.center-center .notification-closed, .holler-box.holler-notification-box .positioner.bottom-center .notification-closed, .holler-box.holler-notification-box .positioner.top-left .notification-closed, .holler-box.holler-notification-box .positioner.center-left .notification-closed, .holler-box.holler-notification-box .positioner.bottom-left .notification-closed {
margin-left: 10px;
}
.holler-box.holler-notification-box .positioner.top-right, .holler-box.holler-notification-box .positioner.center-right, .holler-box.holler-notification-box .positioner.bottom-right {
right: 0;
}
.holler-box.holler-notification-box .positioner.top-right .notification-closed, .holler-box.holler-notification-box .positioner.center-right .notification-closed, .holler-box.holler-notification-box .positioner.bottom-right .notification-closed {
margin-left: auto;
margin-right: 10px;
}
.holler-box.holler-notification-box .positioner .holler-box-modal {
border-radius: 0;
}
.holler-box.holler-notification-box .positioner .holler-box-modal:not(.notification-closed) {
max-width: 100vw;
width: auto;
}
.holler-box:not(.holler-notification-box) .holler-box-modal {
overflow: auto !important;
max-height: calc(100vh - 40px);
}
.holler-box:not(.holler-notification-box) .holler-box-modal .holler-box-modal-content {
width: 100%;
}
.holler-box:not(.holler-notification-box) .holler-box-modal .display-flex {
flex-direction: column;
}
.holler-box:not(.holler-notification-box) .holler-box-modal .display-flex > * {
width: 100%;
box-sizing: border-box;
}
.holler-box:not(.holler-notification-box) .holler-box-modal .display-flex .image-width {
min-height: 300px;
width: 100% !important;
}
.holler-box:not(.holler-notification-box) .holler-box-modal form.holler-box-form.horizontal .fields {
display: grid;
grid-auto-rows: 1fr;
width: 100%;
}
.holler-box:not(.holler-notification-box) .holler-box-modal form.holler-box-form.horizontal .holler-box-input {
max-width: 100% !important;
}
.holler-box:not(.holler-notification-box).holler-popup-form-below .display-flex {
flex-direction: column-reverse;
}
}