@charset "UTF-8";
.wpcf7 form {
display: block;
}
.wpcf7-form label {
display: block;
} #page-header .l-subheader-cell .w-socials-item.twitter .fa-x-twitter svg {
display: none !important;
}:root {
--uacf7-global-color-primary: #382673;
--uacf7-global-text-color-secondary: #383c41;
--uacf7-global-placeholder-color: #606266;
--uacf7-global-border-color: #e4e9f8;
--uacf7-global-button-color: var(--uacf7-global-color-primary);
--uacf7-border-radius: 5px;
--uacf7-white-color: #fff;
} .uacf7-wrapper-default {
border: none !important;
margin: 0 !important;
padding: 0 !important;
box-shadow: none !important;
outline: none !important;
min-inline-size: 100%;
}
.uacf7-wrapper-default hr {
background-color: var(--uacf7-global-border-color);
border: none;
height: 1px;
margin-bottom: 20px;
width: 100%;
}
.uacf7-wrapper-default label {
display: inline-block;
font-weight: 500;
line-height: inherit;
margin-bottom: 15px;
width: 100%;
}
.uacf7-wrapper-default label span {
display: block;
margin-top: 5px;
}
.uacf7-wrapper-default .wpcf7-acceptance label span {
display: inline-block;
margin-top: 5px;
} .uacf7-wrapper-default input[type="date"],
.uacf7-wrapper-default input[type="email"],
.uacf7-wrapper-default input[type="number"],
.uacf7-wrapper-default input[type="password"],
.uacf7-wrapper-default input[type="search"],
.uacf7-wrapper-default input[type="tel"],
.uacf7-wrapper-default input[type="text"],
.uacf7-wrapper-default input[type="url"],
.uacf7-wrapper-default select,
.uacf7-wrapper-default textarea,
.uacf7-wrapper-default label span textarea,
.uacf7-wrapper-default label span input {
padding: 0.7rem 1rem;
background-clip: padding-box;
background-image: none;
border: 1px solid var(--uacf7-global-border-color);
border-radius: var(--uacf7-border-radius);
color: var(--uacf7-global-text-color-secondary);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
outline: none;
}
.uacf7-wrapper-default textarea {
height: 90px;
}
input[type="date"]:focus-visible,
input[type="date"]:visited,
input[type="email"]:focus-visible,
input[type="email"]:visited,
input[type="number"]:focus-visible,
input[type="number"]:visited,
input[type="password"]:focus-visible,
input[type="password"]:visited,
input[type="search"]:focus-visible,
input[type="search"]:visited,
input[type="tel"]:focus-visible,
input[type="tel"]:visited,
input[type="text"]:focus-visible,
input[type="text"]:visited,
select:visited,
select:focus-visible,
textarea:visited,
textarea:focus-visible {
border-color: var(--uacf7-global-button-color) !important;
} .uacf7-wrapper-default .uacf7-checkbox .wpcf7-list-item-label {
margin: 0;
}
.uacf7-wrapper-default .uacf7-checkbox .wpcf7-list-item {
display: flex !important;
align-items: center;
margin: 0.5em 0 0 1em;
font-weight: 400;
}
.uacf7-wrapper-default .uacf7-checkbox span input {
margin-right: 10px;
} .uacf7-wrapper-default .uacf7-radio .wpcf7-list-item-label {
margin: 0;
}
.uacf7-wrapper-default .uacf7-radio .wpcf7-list-item {
display: flex !important;
align-items: center;
margin: 0.5em 0 0 1em;
font-weight: 400;
}
.uacf7-wrapper-default .uacf7-radio span input {
margin-right: 10px;
}
.uacf7-wrapper-default .uacf7-rating label span {
display: inline-block;
} .uacf7-wrapper-default .uacf7-submint {
display: flex;
align-items: center;
}
.uacf7-wrapper-default .uacf7-submint.end {
display: flex;
flex-direction: row-reverse;
align-items: center;
}
.uacf7-wrapper-default .uacf7-submint input[type="submit"] {
font-size: 16px;
font-weight: 700;
color: var(--uacf7-white-color);
background-color: var(--uacf7-global-color-primary);
border-style: solid;
border-radius: var(--uacf7-border-radius);
border-width: 2px;
border-color: var(--uacf7-white-color);
padding: 10px 20px;
text-align: center;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
outline: none;
}
.uacf7-wrapper-default .uacf7-submint input[type="submit"]:focus,
.uacf7-wrapper-default .uacf7-submint input[type="submit"]:hover {
color: var(--uacf7-white-color);
background-color: var(--uacf7-global-color-primary);
} .uacf7-wrapper-default .uacf7-submint.fill input[type="submit"] {
background-color: var(--uacf7-global-color-primary);
color: var(--uacf7-white-color) !important;
}
.uacf7-wrapper-default .uacf7-submint.fill input[type="submit"]:focus,
.uacf7-wrapper-default .uacf7-submint.fill input[type="submit"]:hover {
color: var(--uacf7-global-color-primary);
background-color: var(--uacf7-white-color);
} .uacf7-wrapper-default .uacf7-submint.full-width {
position: relative;
}
.uacf7-wrapper-default .uacf7-submint.full-width input[type="submit"] {
width: 100%;
}
.uacf7-wrapper-default .uacf7-submint.full-width > span {
position: absolute;
left: 50%;
margin-left: -12px;
}
.uacf7-wrapper-default .uacf7-submint.fill.full-width > span.wpcf7-spinner {
background-color: var(--uacf7-white-color);
}
.uacf7-wrapper-default
.uacf7-submint.fill.full-width
> span.wpcf7-spinner::before {
background-color: var(--uacf7-global-color-primary);
}
.uacf7-wrapper-default .uacf7-charity-dinner {
padding: 0 15px;
}
.uacf7-wrapper-default .uacf7-charity-dinner .wpcf7-submit {
background: #115e99 !important;
color: #ffffff !important;
border-color: #115e99 !important;
}
.uacf7-wrapper-default .uacf7-order-bump-form .wpcf7-submit {
background-color: #e6a23c !important;
border-radius: 6px;
font-size: 18px;
line-height: 1.5;
padding: 8px 16px;
}
.uacf7-wrapper-default .uacf7-order-bump-form .wpcf7-submit:hover {
background-color: #ebb563 !important;
}
   @font-face {
font-display: swap; font-family: 'Inter';
font-style: normal;
font-weight: 100;
src: url(//www.wesselinger-paletten.de/assets/fonts/inter/inter-v12-latin-100.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Inter';
font-style: normal;
font-weight: 200;
src: url(//www.wesselinger-paletten.de/assets/fonts/inter/inter-v12-latin-200.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Inter';
font-style: normal;
font-weight: 300;
src: url(//www.wesselinger-paletten.de/assets/fonts/inter/inter-v12-latin-300.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: url(//www.wesselinger-paletten.de/assets/fonts/inter/inter-v12-latin-regular.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Inter';
font-style: normal;
font-weight: 500;
src: url(//www.wesselinger-paletten.de/assets/fonts/inter/inter-v12-latin-500.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Inter';
font-style: normal;
font-weight: 600;
src: url(//www.wesselinger-paletten.de/assets/fonts/inter/inter-v12-latin-600.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Inter';
font-style: normal;
font-weight: 700;
src: url(//www.wesselinger-paletten.de/assets/fonts/inter/inter-v12-latin-700.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Inter';
font-style: normal;
font-weight: 800;
src: url(//www.wesselinger-paletten.de/assets/fonts/inter/inter-v12-latin-800.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Inter';
font-style: normal;
font-weight: 900;
src: url(//www.wesselinger-paletten.de/assets/fonts/inter/inter-v12-latin-900.woff2) format('woff2'); } @-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-ms-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.header > .ct-section-inner-wrap {
display: grid !important;
width: 100%;
grid-template-columns: 1fr 1fr;
grid-template-areas: "logo toggle";
gap: 20px;
align-items: center !important;
align-content: center;
justify-content: stretch;
}
@media only screen and (min-width: 992px) {
.header > .ct-section-inner-wrap {
display: grid !important;
gap: 30px;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-areas: "logo logo desktop desktop desktop desktop desktop";
align-items: center !important;
}
}
.header--logo {
grid-area: logo;
justify-self: start;
z-index: 131 !important;
}
.desktop--nav {
grid-area: desktop;
z-index: 122;
display: none !important;
}
@media only screen and (min-width: 992px) {
.desktop--nav {
display: flex !important;
align-items: flex-end;
}
}
.mobile-menu {
display: block;
height: 0px !important;
transition: all 0.3s ease-in-out;
overflow: hidden;
position: absolute; top: 85px;
z-index: 131;
width: 100% !important;
}
.mobile-menu.active {
height: 280px !important;
display: block;
filter: drop-shadow(0px 19px 23px rgba(0, 0, 0, 0.32));
transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
.mobile-menu.active {
display: block;
height: 0;
width: 100% !important;
display: none !important;
}
}
.toggle-menu {
grid-area: toggle;
display: flex;
}
@media only screen and (min-width: 992px) {
.toggle-menu {
display: none !important;
}
}
.desktop-nav_list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: row;
gap: 6px;
}
.desktop-nav_list .desktop-nav_item {
font-size: 2rem;
width: 100%;
text-align: center;
}
@media only screen and (max-width: 992px) {
.desktop-nav_list .desktop-nav_item {
font-size: 2.4rem;
}
}
.desktop-nav_list .desktop-nav_item a {
display: block;
white-space: nowrap;
padding: 2px 10px 2px 0;
text-decoration: none;
font-weight: 600;
color: var(--black-color);
transition: all 0.4s ease-in-out;
}
.desktop-nav_list .desktop-nav_item a:hover {
text-decoration: underline;
text-decoration-thickness: 3px;
text-decoration-color: var(--black-color);
font-weight: 600;
color: var(--black-color);
}
.desktop-nav_list .desktop-nav_item__active a {
text-decoration: underline;
text-decoration-thickness: 3px;
text-decoration-color: var(--primary-color);
color: var(--primary-color);
}
.mobile-menu-wrapper { width: 100%;
}
.mobile-menu-wrapper .mobile-nav { }
.mobile-nav_list {
list-style: none;
margin: 0 0 2rem;
padding: 0;
display: flex;
flex-direction: column;
gap: 5px;
align-items: flex-end;
}
.mobile-nav_item {
font-size: 2.2rem;
width: 100%;
text-align: right;
}
.mobile-nav_item a {
display: block;
padding: 8px;
width: 100%;
text-decoration: none;
font-weight: 600;
color: var(--black-color);
transition: all 0.4s ease-in-out;
}
.mobile-nav_item a:hover {
text-decoration: underline;
text-decoration-thickness: 3px;
text-decoration-color: var(--black-color);
font-weight: 600;
color: var(--black-color);
}
.mobile-nav_item__active a {
text-decoration: underline;
text-decoration-thickness: 3px;
text-decoration-color: var(--primary-color);
color: var(--primary-color);
}
:root {
--toggle-color: var(--primary-color);
} .toggle-menu {
justify-self: end;
cursor: pointer;
position: relative;
z-index: 131;
width: 40px;
height: 40px;
}
.toggle-menu::before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 50%;
background: var(--toggle-color);
height: 4px;
transform: translateY(-6px);
}
.toggle-menu::after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 50%;
background: var(--toggle-color);
height: 4px;
transform: translateY(6px);
}
.toggle-menu::before, .toggle-menu::after {
transition: transform 0.2s;
}
.toggle-menu.active::before {
transform: translateY(0) rotate(45deg);
}
.toggle-menu.active::after {
transform: translateY(0) rotate(-45deg);
}
.video-box, .video {
max-width: 100%;
border: 5px solid var(--secondary-darker);
background: var(--secondary-darker);
margin: 0;
padding: 0;
display: block;
box-sizing: border-box;
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
.video-box video, .video video {
border: none;
display: block;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
.video {
max-width: 100%;
margin: 0;
padding: 0;
display: block;
box-sizing: border-box;
}
.video iframe {
aspect-ratio: 1.7777777778;
border: none;
display: block;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
.form-dark input[type=color], .form-dark input[type=date], .form-dark input[type=datetime], .form-dark input[type=datetime-local], .form-dark input[type=email], .form-dark input[type=month], .form-dark input[type=number], .form-dark input[type=password], .form-dark input[type=search], .form-dark input[type=tel], .form-dark input[type=text], .form-dark input[type=url], .form-dark input[type=week], .form-dark input:not([type]), .form-dark textarea, .form-dark select {
-webkit-appearance: none;
background-color: #fff;
border: none;
border: 2px solid #b9b6b4;
border-radius: 5px;
box-shadow: none;
box-sizing: inherit;
min-height: 2.8rem;
padding: 8px 12px 8px;
width: 100%;
font-size: 1.6rem;
color: var(--dark-color);
transition: all 0.4s ease-in-out;
font-family: inherit !important;
}
.form-dark textarea {
resize: vertical;
min-height: 3rem;
height: 150px;
}
.form-dark input[type=color]:focus, .form-dark input[type=date]:focus, .form-dark input[type=datetime]:focus, .form-dark input[type=datetime-local]:focus, .form-dark input[type=email]:focus, .form-dark input[type=month]:focus, .form-dark input[type=number]:focus, .form-dark input[type=password]:focus, .form-dark input[type=search]:focus, .form-dark input[type=tel]:focus, .form-dark input[type=text]:focus, .form-dark input[type=url]:focus, .form-dark input[type=week]:focus, .form-dark input:not([type]):focus, .form-dark textarea:focus, .form-dark select:focus {
background: #fff;
border-color: #7a7a89;
color: var(--dark-color);
outline: 0;
}
.form-dark ::placeholder {
color: var(--primary-alt-hover-color);
}
.form-dark label, .form-dark legend {
display: block;
font-size: 1.6rem;
font-weight: 600;
margin-bottom: 1rem;
color: var(--dark-color);
}
.form-dark fieldset {
border-width: 0;
padding: 0;
}
.form-dark input[type=checkbox], .form-dark input[type=radio] {
display: inline;
}
.form-dark small a {
text-decoration: underline;
}
.form-dark small a:hover {
text-decoration: none;
}
.form-dark form p {
margin: 0;
padding: 0;
}
.form-dark .g2 {
display: grid;
grid-template-columns: 1fr;
gap: 10px;
}
@media only screen and (min-width: 767px) {
.form-dark .g2 {
grid-template-columns: 1fr 1fr;
}
}
.form-dark .g2 .c {
width: 100%;
}
.form-dark .contact-form-wplx p, .form-dark .wplx-form p {
margin: 0;
padding: 0;
}
.form-dark .contact-form-wplx small, .form-dark .wplx-form small {
display: inline-block;
margin-bottom: 1rem;
}
.form-dark .contact-form-wplx small a, .form-dark .wplx-form small a {
color: var(--extra-color-2);
}
.form-dark .contact-form-wplx small a:hover, .form-dark .wplx-form small a:hover {
color: var(--extra-color-2);
}
.form-dark .wpcf7-not-valid-tip {
color: var(--primary-color);
line-height: 1;
font-weight: 700;
margin-top: 4px;
position: relative;
font-size: 1.4rem;
}
.form-dark .wpcf7-not-valid-tip::before {
content: "» ";
position: absolut;
left: 0;
top: 0;
color: var(--primary-color);
}
.form-dark .wpcf7-not-valid {
border: 2px solid var(--primary-color) !important;
}
.form-dark .wpcf7-response-output {
border: 2px solid var(--error-color) !important;
border-color: var(--error-color) !important;
font-weight: 600;
color: var(--error-color) !important;
line-height: 1;
margin: 1rem 0 !important;
padding: 1rem !important;
}
.form-dark .wpcf7-response-output.alert-success {
border: 2px solid var(--success-color) !important;
color: var(--light-color) !important;
background: var(--success-color);
}
.form-dark .wpcf7-textarea {
margin: 0 0 -5px 0;
}
.form-dark .wpcf7-submit {
padding-left: 3.2rem;
padding-right: 3.2rem;
padding-top: 1.2rem;
padding-bottom: 1.2rem;
font-weight: 600;
font-size: 1.6rem;
border-radius: 0.6rem;
border: none;
transition-duration: 0.4s;
transition-property: all;
background-color: var(--primary-color);
color: var(--light-color);
box-shadow: 0 4px 9px rgb(var(--primary-rgb-vals), 20%);
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.form-dark .wpcf7-submit:hover {
opacity: 0.6;
background-color: var(--primary-color);
cursor: pointer;
}
.form-dark .wpcf7-captcha-captcha-2 {
width: 100%;
height: auto;
mix-blend-mode: multiply;
}
:root {
--font-sans: Inter, sans-serif;
}
.preload * {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
}
.btn-primary-alt {
background-color: transparent !important;
border: 2px solid var(--primary-color);
}
figure {
margin: 0 !important;
padding: 0 !important;
}
.video-loop {
font-size: 0;
}
.video-loop video {
width: 100%;
object-fit: contain;
overflow-clip-margin: content-box;
overflow: clip;
}
#code_block-824-3080 {
display: none;
}
.header-bgv {
position: relative;
min-height: 100vh;
max-width: 100%;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.header-bgv-text-wrapper {
width: 100%;
min-width: 100vw;
min-height: calc(100vh - 50px);
display: flex;
align-items: center;
justify-content: center;
padding: 2rem 1rem;
margin: 0;
padding: 0;
}
.header-bgv-nav {
background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(10px);
}
.header-bgv-nav .toggle-menu::before, .header-bgv-nav .toggle-menu::after {
background: var(--white-color);
}
.header-bgv-nav .desktop--nav .desktop-nav-wrapper .desktop-nav_list .desktop-nav_item a {
color: rgba(255, 255, 255, 0.8);
}
.header-bgv-nav .desktop--nav .desktop-nav-wrapper .desktop-nav_list .desktop-nav_item a:hover {
color: var(--white-color);
text-decoration-color: var(--white-color);
text-decoration: none;
opacity: 0.5;
}
.header-bgv-nav .desktop--nav .desktop-nav-wrapper .desktop-nav_list .desktop-nav_item.desktop-nav_item__active a {
color: white;
text-decoration-color: var(--white-color);
text-decoration: none;
}
.header-bgv-nav .mobile-menu {
background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(10px);
}
.header-bgv-nav .mobile-menu .mobile-menu-wrapper {
background: transparent;
}
.header-bgv-nav .mobile-menu .mobile-menu-wrapper .mobile-nav .mobile-nav_list .mobile-nav_item a {
color: var(--white-color);
}
.video-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
z-index: -1;
}
.video-full-height {
z-index: -20;
height: 100%;
width: 100%;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.video-full-height video { min-width: calc(100% + 2px);
width: auto;
max-width: none;
min-height: calc(100% + 2px);
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
}
.video-full-height .canvas-boxi {
min-width: calc(100% + 2px);
width: auto;
max-width: none;
min-height: calc(100% + 2px);
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
}
.none {
display: none !important;
}
.tshadow {
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.card-produkt {
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
body {
font-family: var(--font-sans);
overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-sans);
}
.text-xs-all h1, .text-xs-all h2, .text-xs-all h3, .text-xs-all h4, .text-xs-all h5, .text-xs-all h6 {
font-size: 22px;
}
.text-xs-all ul, .text-xs-all li, .text-xs-all p, .text-xs-all a {
font-size: 15px;
}
.text-xxs h1, .text-xxs h2, .text-xxs h3, .text-xxs h4, .text-xxs h5, .text-xxs h6 {
font-size: 18px;
}
.text-xxs ul, .text-xxs li, .text-xxs p, .text-xxs a {
font-size: 14px;
}
.p-null > p {
margin: 0;
padding: 0;
}
.owl-space > * + * {
margin-top: 1rem;
}
.owl-space-xl > * + * {
margin-top: 3rem;
}
.hyphen {
word-wrap: break-word;
hyphens: auto;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphenate-limit-chars: 6 3 3;
hyphenate-limit-lines: 2;
hyphenate-limit-last: always;
hyphenate-limit-zone: 8%;
}
.current-menu-item {
text-decoration: underline;
}
.copy {
color: var(--dark-color);
}
.copy p, .copy a, .copy a:hover {
color: var(--dark-color);
font-size: 12px;
}
.copy a:hover {
text-decoration: underline;
}
.check-list ul {
list-style: none;
padding-left: 2.4rem;
margin: 2rem 0;
}
.check-list ul li {
position: relative;
margin: 4px 0;
}
.check-list ul li::before {
position: absolute;
top: 1px;
margin: 0px 0 0 -20px;
vertical-align: middle;
display: inline-block;
width: 14px;
height: 14px;
content: url(//www.wesselinger-paletten.de/wp-content/uploads/dp-check.svg);
}
.column-list {
width: 100%;
columns: 1;
column-gap: 40px;
-webkit-columns: 1;
-moz-columns: 1;
}
@media only screen and (min-width: 769px) {
.column-list {
columns: 2;
column-gap: 40px;
-webkit-columns: 2;
-moz-columns: 2;
}
}
.hover-shadow:hover {
box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.post-entry {
font-size: 1.4rem;
}
.post-entry h3 {
font-size: 3rem;
font-weight: 900;
} .down-arrow {
position: absolute;
top: calc(100vh - 180px);
left: calc(50% - 16px);
width: 0;
height: 50px;
border: 2px solid;
border-radius: 2px;
color: white;
animation: jumpInfinite 1.5s infinite;
}
.down-arrow:after {
content: " ";
position: absolute;
top: 35px;
left: -8px;
width: 16px;
height: 16px;
color: white;
border-bottom: 4px solid;
border-right: 4px solid;
border-radius: 4px;
transform: rotateZ(45deg);
}
@keyframes jumpInfinite {
0% {
margin-top: 0;
}
50% {
margin-top: 20px;
}
100% {
margin-top: 0;
}
}
.footer-opentimes p {
margin: 0;
padding: 0;
}