html {
font-size: 15px;
}
body {
font-family: "Agrandir", sans-serif;
font-style: normal;
font-weight: normal;
color: #141414;
letter-spacing: 0.1rem;
width: 100%;
}
a,
a:hover {
color: #f0f0f0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Agrandir", sans-serif;
font-weight: 800;
}
h1 {
font-size: 1.7rem;
}
h6 {
font-size: 1.15rem;
}
.font-weight-bold {
font-weight: bold;
}
a[href^="tel"] {
color: inherit;
text-decoration: none;
} .modal-header {
padding-bottom: 0;
border-bottom: 0;
padding-right: 1.5rem;
padding-top: 1.5rem;
}
.modal-body {
padding-top: 0;
padding-bottom: 2.5rem;
}
.modal-content {
border-radius: 0;
} .aktion-modal {
position: fixed;
z-index: 9999;
height: 100%;
max-height: 100vh;
width: 100%;
display: NONE;
grid-template-columns: 1fr minmax(550px, 2fr) 1fr;
grid-template-rows: minmax(150px, 1fr) auto 1fr;
grid-template-areas:
". logo ."
". aktion ."
". . .";
background-color: hsla(0, 0%, 0%, 0.7);
opacity: 1;
transition: all 600ms ease-out;
overflow: auto;
}
@media all and (max-width: 767px) {
.aktion-modal {
grid-template-columns: 15px 1fr 15px;
grid-template-rows: minmax(120px, 1fr) min-content minmax(15px, 1fr);
}
}
.aktion-modal-logo {
grid-area: logo;
display: flex;
justify-content: center;
align-items: center;
padding-top: 20px;
padding-bottom: 20px;
}
.aktion-modal-body {
grid-area: aktion;
display: flex;
align-items: center;
justify-content: center;
background-color: #f0f0f0;
overflow: auto;
}
.aktion-modal-content {
position: relative;
text-align: center;
padding: 40px 20%;
border: 1px solid #141414;
width: 100%;
height: 100%;
overflow: auto;
}
body.aktion-modal-open {
overflow-y: scroll;
position: fixed;
}
.aktion-modal-open #logo-landing {
opacity: 0;
}
.aktion-modal-close:hover {
cursor: pointer;
}
.btn-black {
border-radius: 0;
color: #f0f0f0;
background-color: #141414;
padding: 0.7rem 2rem 0.5rem;
font-weight: bold;
font-size: 1.5rem;
letter-spacing: 0.2rem;
}   .modal-open #logo-landing {
opacity: 0;
}
#logo-landing {
height: calc(var(--vh, 1vh) * 55);
width: auto;
z-index: 20;
opacity: 1;
transition: all 800ms ease-in-out;
}
#landing-section {
height: 100%;
min-height: calc(var(--vh, 1vh) * 100);
width: 100%;
flex-flow: column;
padding-bottom: 30px;
padding-top: 30px;
justify-content: space-evenly;
align-items: center;
}
@media all and (max-width: 768px) {
#landing-section {
flex-flow: column;
justify-content: space-around !important;
}
#logo-landing {
margin-top: calc(var(--vh, 1vh) * 5);
height: calc(var(--vh, 1vh) * 30);
}
}
.left {
background-position: 42% 50.001%;
background-repeat: no-repeat;
background-size: cover;
left: 0;
background-color: rgba(0, 0, 0, 0.3);
background-blend-mode: overlay;
}
.right {
background-position: 50.001% 50%;
background-repeat: no-repeat;
background-size: cover;
left: 50%;
background-color: hsla(0, 0%, 0%, 0.3);
background-blend-mode: overlay;
}
.left,
.right {
position: absolute;
z-index: 0;
top: 0px;
width: 50%;
height: 100vh;
}
.left .top {
padding: 15px;
color: #f0f0f0;
text-align: left;
font-size: 0.9rem;
}
.right .top {
padding: 15px;
color: #f0f0f0;
text-align: right;
font-size: 0.9rem;
}
.bottom a {
position: absolute;
display: inline-block;
border: 1px solid #f0f0f0;
padding: 15px 100px 10px 100px;
bottom: 20px;
text-transform: uppercase; font-weight: bold;
font-size: 1.5rem;
line-height: 1.5rem;
letter-spacing: 0.2rem;
color: #f0f0f0;
transition: all 300ms ease-out;
}
.bottom a:hover,
.desktop-container a:hover {
color: #141414;
background-color: #f0f0f0;
text-decoration: none;
}
.right .bottom a {
right: 20px;
}
.left .bottom a {
left: 20px;
}
.center-mobile {
z-index: 1;
font-weight: 800;
letter-spacing: 0.2rem;
color: #f0f0f0;
margin: 0 auto;
width: 80%;
}
.center-mobile a {
color: #f0f0f0;
text-decoration: none;
}
.desktop-container {
z-index: 50;
display: flex;
align-items: center;
flex-flow: column;
width: auto;
text-align: center;
}
.desktop-main-button {
z-index: 50;
border: 3px solid #f0f0f0;
padding: 20px 0px 15px 0px;
text-transform: uppercase;
text-align: center; font-weight: bold;
font-size: 2rem;
line-height: 1.5rem;
letter-spacing: 0.2rem;
color: #f0f0f0;
min-width: 180px;
transition: all 300ms ease-in-out;
}
.desktop-main-text {
margin: 1.5rem 0 1.2rem 0;
padding: 0;
z-index: 50;
color: #fff;
font-family: "Agrandir", sans-serif;
font-weight: 400;
letter-spacing: 0.1rem;
text-transform: uppercase;
}
@media (max-width: 768px) {
.desktop-main-button {
font-size: 1.2rem;
min-width: 120px;
border: 2px solid #f0f0f0;
padding: 10px 0px 5px;
}
} .section-1 {
display: grid; grid-template-columns: 1fr 4fr 2fr 450px 2fr;
grid-template-rows: 1fr 5fr 0.7fr auto 0.7fr;
grid-template-areas:
". . . . ."
". first . second ."
". . . . . "
"third third third third third"
". . . . . ";
background-color: #141414;
color: #f0f0f0;
}
@media all and (max-width: 768px) {
.section-1 {
display: grid;
grid-template-columns: 15px 1fr 15px;
grid-template-rows: auto auto 50px auto 50px;
grid-template-areas:
". first ."
". second ."
". . ."
"third third third"
". . .";
}
}
.section-1 .table td,
.section-1 .table th {
padding: 0.8rem 0.6rem 0.6rem;
vertical-align: middle;
border: 1px solid #f0f0f0;
color: #f0f0f0;
}
.scroller-container {
grid-area: third;
border-top: 1px solid #f0f0f0;
border-bottom: 1px solid #f0f0f0;
padding: 20px 0px;
height: 60px;
overflow: hidden;
position: relative; display: none !important; }
.omk-bild-links {
max-height: 100%;
width: auto;
}
.omk-icon {
position: absolute;
width: 28%;
right: -14%;
top: 18%;
}
@media (max-width: 768px) {
.omk-icon {
right: 0;
}
} .section-2 {
display: grid;
grid-template-columns:
1fr minmax(400px, 2.5fr) minmax(50px, 1fr) minmax(400px, 600px)
minmax(50px, 1fr);
grid-template-rows: 1fr 5fr 1fr;
grid-template-areas:
". . . . ."
". first . second ."
". . . . . ";
}
.section-2 {
background-color: #f0f0f0;
color: #141414;
}
@media all and (max-width: 768px) {
.section-2 {
display: grid;
grid-template-columns: 15px 1fr 15px;
grid-template-rows: auto auto 0px;
grid-template-areas:
". first ."
". second ."
". . .";
}
}
.section-2 .table td,
.section-2 .table th {
padding: 0.8rem 0.6rem 0.6rem;
vertical-align: middle;
border: 1px solid #141414;
color: #141414;
}
.img_1 {
position: absolute;
z-index: 30;
top: 0;
left: 20px;
width: 43%;
height: auto;
}
.img_2 {
position: relative;
margin-left: 20%;
width: 80%;
height: auto;
margin-bottom: 100px;
margin-top: 100px;
}
.img_3 {
position: absolute;
z-index: 30;
bottom: 0;
left: 0;
width: 53%;
height: auto;
} .section-1.hohermarkt {
display: grid; grid-template-columns: 1fr minmax(500px, 4fr) 2fr 3.5fr 1.5fr; grid-template-rows: 1fr 5fr 1fr;
grid-template-areas:
". . . . ."
". first . second ."
". . . . . ";
background-color: #0000e3;
color: #f0f0f0;
min-height: 100vh;
font-family: "obviously-wide";
}
@media all and (max-width: 768px) {
.section-1.hohermarkt {
display: grid;
grid-template-columns: 15px 1fr 15px;
grid-template-rows: 50px auto auto 50px;
grid-template-areas:
". . ."
". first ."
". second ."
". . .";
}
}
.section-1.hohermarkt h1 {
font-family: "nan_jaunemaxi_light";
font-weight: normal;
font-size: 2.2rem;
line-height: 3rem;
}
.section-1.hohermarkt p {
font-size: 0.9rem;
line-height: 1.6rem;
}
.section-1.hohermarkt .table td,
.section-1.hohermarkt .table th {
padding: 0.6rem 0.6rem 0.75rem 0.6rem;
font-size: 0.9rem;
}
.hohermarkt .img-bg {
position: relative;
}
.hm-icon {
position: absolute;
width: 35%;
left: -18%;
bottom: 19%;
}
.hm-aktion-button {
position: absolute;
width: 40%;
top: 12%;
right: -20%;
}
@media (max-width: 768px) {
.hm-icon {
left: 0;
}
.hm-aktion-button {
right: 0;
}
} .section-2 {
display: none !important;
} .section-minicatering {
background-color: #ffe9db;
padding: 75px 20px;
display: flex;
align-items: center;
justify-content: center;
}
.section-minicatering .inner {
width: 620px;
display: grid;
grid-gap: 2rem;
grid-template-columns: 3.5fr 1fr;
}
.section-minicatering .inner img {
height: 100%;
width: auto;
}
.section-minicatering a.button-mc {
padding: 1rem 2rem;
background-color: #d06229;
color: #141414;
font-weight: bold;
text-transform: uppercase;
font-size: 1.2rem;
font-family: "Agrandir", sans-serif;
font-weight: 800;
margin-top: 2rem;
display: inline-block;
}
.section-minicatering a.button-mc:hover {
text-decoration: none;
color: #ffe9db;
background-color: #141414;
}
@media (max-width: 768px) {
.section-minicatering {
padding: 50px 20px;
}
.section-minicatering .inner {
width: 100%;
grid-template-columns: 1fr;
text-align: center;
}
.section-minicatering .inner div:nth-child(1) {
order: 2;
}
.section-minicatering .inner div:nth-child(2) {
order: 1;
display: flex;
align-items: center;
justify-content: center;
}
.section-minicatering .inner img {
width: 35%;
height: auto;
}
} #footer-grid {
display: flex;
flex-flow: column;
justify-content: center;
background-color: #141414;
color: #f0f0f0;
font-size: 0.9rem;
letter-spacing: 0.1rem;
padding: 3rem;
min-height: 320px;
}
#footer-grid a {
color: #f0f0f0;
line-height: 2rem;
}
#footer-grid p {
margin-top: 1rem;
margin-bottom: 2.6rem;
}
#first,
#second,
#third {
text-align: center;
}
#first > *,
#second > *,
#third > * {
display: block;
}
#first,
#second {
border-bottom: 1px solid #f0f0f0;
padding-bottom: 1.5rem;
}
#second {
flex-flow: column;
padding-top: 2rem;
padding-bottom: 0;
}
#second .item img {
max-width: 250px;
}
#third {
padding-top: 2rem;
}
#first,
#third {
display: flex;
flex-flow: column;
justify-content: space-between;
}
.l-mochi img {
width: 75%;
max-width: 200px;
}
.l-omk img {
width: 27%;
}
.l-ramen img {
width: 45%;
}
.l-kikko img {
width: 55%;
} ul.custom {
display: flex !important;
list-style-type: none;
padding-left: 0px;
justify-content: flex-end;
align-items: center;
margin-top: 0;
margin-bottom: 0;
line-height: 1rem;
}
ul.custom li {
display: block;
line-height: 1rem;
}
@media (max-width: 991px) {
ul.custom {
justify-content: center;
}
} @media (max-width: 991px) {
.l-mochi img {
width: 66%;
}
.l-omk img {
width: 60%;
}
.l-kikko img {
width: 60%;
}
}
@media all and (min-width: 992px) {
#footer-grid {
display: grid;
grid-template-columns:
1fr minmax(max-content, 1fr) minmax(617px, 4fr) minmax(max-content, 1fr)
1fr;
grid-template-areas: ". first second third .";
grid-gap: 10px;
height: auto;
padding: 3rem 0rem;
}
#footer-grid a {
line-height: 1rem;
}
#footer-grid p {
margin-bottom: 0px;
}
#first {
grid-area: first;
text-align: left;
border-bottom: 0px;
border-right: 1px solid #f0f0f0; padding-bottom: 0px;
}
#second {
grid-area: second;
flex-flow: row;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
border-bottom: 0px;
padding-top: 0;
}
#second .item {
text-align: center;
width: 25%;
}
#second .item a {
transition: all 200ms ease-in-out;
margin-bottom: 0rem;
display: block;
}
#second .item a:hover {
text-decoration: none;
margin-bottom: 1rem;
}
#second .item img {
transition: all 200ms ease-in;
}
#first a,
#third a {
transition: all 200ms ease-in;
}
#first a:hover {
padding-left: 10px;
text-decoration: none;
}
#third a:hover {
padding-right: 10px;
text-decoration: none;
}
#third {
grid-area: third;
text-align: right; padding-top: 0;
border-bottom: 0px;
border-left: 1px solid #f0f0f0;
}
} .menu {
position: fixed;
top: 0;
left: 0;
height: 0%;
width: 100%;
background-color: #f0f0f0;
color: #141414;
z-index: -1;
display: flex;
flex-flow: column;
justify-content: space-between;
padding: 20px;
font-size: 0.8rem;
letter-spacing: 0.2rem;
opacity: 0;
overflow: auto;
transition: all 500ms ease-in-out;
}
.menu.active {
background-color: #f0f0f0;
z-index: 100;
height: 100%;
opacity: 1;
}
.menu-button {
display: block;
border: 1px solid #141414;
padding: 0.6rem 0.4rem 0.5rem;
font-weight: bold;
text-align: center;
margin-top: 5px;
}
.menu-button-big {
padding: 1.3rem 1rem 1rem;
font-size: 1.4rem;
}
.menu-open {
display: none;
}
a.menu-link,
a.menu-link:visited,
a.menu-link:hover {
color: #141414;
}
@media all and (max-width: 768px) {
.menu-open {
display: block;
position: fixed;
top: 15px;
right: 15px;
z-index: 50;
}
.menu-open:hover {
cursor: pointer;
}
.header-black svg#menu-icon line {
stroke: #000 !important;
}
}
.menu-close {
position: fixed;
right: 15px;
top: 15px;
} .header-2022 .menu-close {
position: relative;
top: unset;
right: unset;
}
.header-2022 .menu {
text-transform: uppercase;
font-size: 1rem;
}
.header-2022 .menu .text-bold {
font-weight: bold;
}
.header-2022 .menu .menu-button {
margin-top: 1rem;
} @font-face {
font-family: "Apercu";
src: url(//www.o-m-k.com/wp-content/themes/o-m-k/fonts/Apercu-Bold.woff2) format("woff2"),
url(//www.o-m-k.com/wp-content/themes/o-m-k/fonts/Apercu-Bold.woff) format("woff"),
url(//www.o-m-k.com/wp-content/themes/o-m-k/fonts/Apercu-Bold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Agrandir";
src: url(//www.o-m-k.com/wp-content/themes/o-m-k/fonts/Agrandir-Regular.woff2) format("woff2"),
url(//www.o-m-k.com/wp-content/themes/o-m-k/fonts/Agrandir-Regular.woff) format("woff"),
url(//www.o-m-k.com/wp-content/themes/o-m-k/fonts/Agrandir-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Agrandir";
src: url(//www.o-m-k.com/wp-content/themes/o-m-k/fonts/Agrandir-TextBold.woff2) format("woff2"),
url(//www.o-m-k.com/wp-content/themes/o-m-k/fonts/Agrandir-TextBold.woff) format("woff"),
url(//www.o-m-k.com/wp-content/themes/o-m-k/fonts/Agrandir-TextBold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Agrandir";
src: url(//www.o-m-k.com/wp-content/themes/o-m-k/fonts/Agrandir-GrandHeavy.woff2) format("woff2"),
url(//www.o-m-k.com/wp-content/themes/o-m-k/fonts/Agrandir-GrandHeavy.woff) format("woff"),
url(//www.o-m-k.com/wp-content/themes/o-m-k/fonts/Agrandir-GrandHeavy.ttf) format("truetype");
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: "press_start_2pregular";
src: url(//www.o-m-k.com/wp-content/themes/o-m-k/fonts/pressstart2p-regular-webfont.woff2) format("woff2"),
url(//www.o-m-k.com/wp-content/themes/o-m-k/fonts/pressstart2p-regular-webfont.woff) format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "nan_jaunemaxi_light";
src: url(//www.o-m-k.com/wp-content/themes/o-m-k/fonts/nanjaune-maxilight-webfont.woff2) format("woff2"),
url(//www.o-m-k.com/wp-content/themes/o-m-k/fonts/nanjaune-maxilight-webfont.woff) format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "nan_jaunemaxi_medium";
src: url(//www.o-m-k.com/wp-content/themes/o-m-k/fonts/nanjaune-maximedium-webfont.woff2) format("woff2"),
url(//www.o-m-k.com/wp-content/themes/o-m-k/fonts/nanjaune-maximedium-webfont.woff) format("woff");
font-weight: normal;
font-style: normal;
} .webshops-container {
display: flex;
flex-flow: column;
justify-content: space-around;
margin-top: 0px;
min-height: calc(var(--vh, 1vh) * 100 - 160px);
height: 100%;
background-color: #141414;
color: #fff;
border-bottom: 1px solid #fff;
padding: 0 3rem;
}
.webshops-container .first-row {
display: flex;
justify-content: space-evenly;
margin-top: 4rem;
border-bottom: 1px solid #fff;
padding-bottom: 3rem;
}
.webshops-container .second-row {
display: flex;
justify-content: space-evenly;
}
.webshops-container .first-row > div {
padding: 50px 30px 10px;
text-align: center;
width: 100%;
box-sizing: border-box;
margin-bottom: 10px;
}
.webshops-container .second-row > div {
padding: 30px;
text-align: center;
width: 100%;
box-sizing: border-box;
}
.webshops-container .first-row > div img,
.webshops-container .second-row > div img { height: auto;
min-width: 200px;
max-width: 250px;
min-height: 100px;
max-height: 140px;
}
.webshops-container img.omk {
min-width: unset !important;
}
.webshops-container img.ramen {
min-width: unset !important;
width: auto !important;
height: auto !important;
}
.webshops-container .first-row div:nth-child(2) {
border-left: 1px solid #fff;
}
.webshops-container .second-row div:nth-child(2) {
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}
.webshops-container a.button {
display: inline-block;
margin: 2.5rem 0 1rem;
padding: 10px 30px 6px;
background-color: #fff;
color: #000;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.1rem;
text-decoration: none;
}
.webshops-container a.button.button-disabled {
background-color: #000;
color: #fff;
border: 1px solid #fff;
box-sizing: border-box;
}
.webshops-container a.button.button-disabled:hover {
cursor: not-allowed;
}
.webshops-container p {
font-size: 0.9rem;
line-height: 1.4rem;
text-transform: uppercase;
}
.webshops-container .first-row span.title,
.webshops-container .second-row span.title {
display: block;
margin-top: 1.5rem;
margin-bottom: 1rem;
text-transform: uppercase;
}
.webshops-container .second-row p {
text-transform: uppercase;
}
.webshops-container .third-row {
border-bottom: 0;
} .webshops-container hr {
width: 90%;
margin-left: 5%;
background: none;
height: 1px;
border-style: solid;
border-color: #fff;
border-width: 1px 0px 0px 0px;
}
@media (max-width: 920px) {
.webshops-container {
padding: 0 1rem;
}
.webshops-container .first-row {
padding-bottom: 0;
}
.webshops-container .first-row,
.webshops-container .second-row {
display: flex;
flex-flow: column;
justify-content: space-evenly;
margin-top: 0rem;
border-bottom: 0;
}
.webshops-container .first-row > div,
.webshops-container .second-row > div {
padding: 60px 30px 40px;
width: 90%;
margin-left: 5%;
}
.webshops-container .first-row div:nth-child(2) {
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid #fff;
}
.webshops-container .second-row div:nth-child(2) {
border-left: 0px;
border-right: 0px;
}
.webshops-container .first-row div:nth-child(1) {
border-bottom: 1px solid #fff;
}
.webshops-container .second-row div:nth-child(1),
.webshops-container .second-row div:nth-child(3) {
border-bottom: 1px solid #fff;
} .webshops-container .third-row div:nth-child(2) {
border-bottom: 0;
}
.webshops-container .third-row br {
display: none;
}
} .header-alternative {
display: block;
height: 160px;
padding: 30px 0 10px;
text-align: center;
box-sizing: border-box;
background-color: #141414;
}
.header-alternative img {
height: 120px;
width: auto;
} .page-template-page-imp_dsgvo,
.page-template-page-kontakt {
background-color: #f0f0f0;
}
.page-template-page-imp_dsgvo .container a {
color: inherit;
text-decoration: none;
}
.page-template-page-imp_dsgvo .container {
text-align: center;
}
.page-template-page-imp_dsgvo h1,
.page-template-page-kontakt h1 {
text-align: center;
text-transform: uppercase;
}
.page-template-page-imp_dsgvo .header-alternative,
.page-template-page-kontakt .header-alternative {
display: block;
height: 160px;
padding: 30px 0 10px;
text-align: center;
box-sizing: border-box;
background-color: #f0f0f0;
} .logo-row img {
height: 130px;
width: auto;
}
.logo-row div:nth-child(3) img {
width: 190px;
height: 130px;
}
.logo-row .borders {
border-right: 1px solid #000;
border-left: 1px solid #000;
}
.formular {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.formular-bottom a {
color: #000;
font-weight: bold;
text-decoration: none;
}
.formular input:focus-visible,
.formular textarea:focus-visible {
border-radius: 0;
border: 0px solid #fff;
outline: none;
}
.formular div:first-child br {
display: none;
}
.formular div:first-child {
display: flex;
flex-flow: column;
justify-content: space-between;
}
.formular div:nth-child(2) label {
margin-bottom: 1px;
}
@supports (-moz-appearance: none) {
.formular div:nth-child(2) label {
margin-bottom: 6px;
}
}
.formular label,
.formular input,
.formular textarea {
width: 100%;
}
.formular input,
.formular textarea {
padding: 10px;
border: 0px;
}
.formular-bottom input[type="submit"] {
background-color: #000;
color: #fff;
text-transform: uppercase;
padding: 0 20px;
border-style: solid;
border-width: 0;
letter-spacing: 0.1rem;
font-weight: bold;
}
.formular-bottom {
display: flex;
justify-content: space-between;
margin-top: 25px;
}
.wpcf7-spinner {
display: none !important;
}
.wpcf7-response-output {
width: 100%;
margin: 20px 0 0 0 !important;
border-color: #000;
}
@media (max-width: 768px) {
.formular {
grid-template-columns: 1fr;
}
.logo-row .borders {
border-right: 0px solid #000;
border-left: 0px solid #000;
margin: 3rem 0;
}
}
@media (max-width: 550px) {
.formular {
gap: 0;
}
.formular-bottom {
flex-flow: column;
}
.formular-bottom input[type="submit"] {
padding: 20px;
margin-top: 1rem;
}
} #landing-2022 {
height: 100%;
width: 100%;
min-height: calc(var(--vh, 1vh) * 100);
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr min-content min-content;
grid-template-areas:
"left right"
"scroller scroller"
"bottom bottom";
color: #fff;
} #landing-2022 .left1 {
grid-area: left;
display: flex;
flex-flow: column;
justify-content: space-between;
padding: 35px;
background-image: url(//www.o-m-k.com/wp-content/themes/o-m-k/images/omk-top-left.jpg);
background-size: cover;
border-right: 3px solid #fff;
}
#landing-2022 .left1 .container-top {
display: flex;
justify-content: space-between;
font-family: "obviously-wide";
font-weight: 400;
font-size: 1.2vw;
}
#landing-2022 .left1 .container-middle img {
max-height: 70%;
}
#landing-2022 .left1 .container-bottom {
display: flex;
justify-content: center;
font-family: "nan_jaunemaxi_medium";
text-align: center;
} #landing-2022 .right1 {
grid-area: right;
display: flex;
flex-flow: column;
justify-content: space-between;
padding: 35px;
background-image: url(//www.o-m-k.com/wp-content/themes/o-m-k/images/omk-top-right.jpg);
background-size: cover;
border-left: 3px solid #fff;
}
#landing-2022 .right1 .container-top {
display: flex;
justify-content: space-between;
font-family: "agrandir";
font-weight: 800;
text-transform: uppercase;
font-size: 1.2vw;
}
#landing-2022 .right1 .container-middle img {
max-height: 40vh;
flex: 1;
}
#landing-2022 .container-middle {
display: flex;
justify-content: center;
align-items: center;
}
#landing-2022 .right1 .container-bottom {
display: flex;
justify-content: space-around;
font-family: "agrandir";
font-weight: bold;
text-align: center;
text-transform: uppercase;
}
.bottom1 {
grid-area: bottom;
background-color: #fff;
font-family: "press_start_2pregular";
font-weight: bold;
height: auto;
display: flex;
align-items: center;
justify-content: space-between;
color: #000;
padding: 15px;
font-size: 25px;
text-transform: uppercase;
letter-spacing: -0.1rem;
white-space: nowrap;
}
.bottom1 .m-none {
display: flex;
align-items: center;
}
.bottom1 .dotted-line {
width: 100%;
border-top: 5px dashed #000;
margin-left: 2rem;
margin-right: 0.4rem;
}
.bottom1 .arrow-right {
height: 29px;
display: block;
width: auto;
margin-right: 70px;
}
@media (max-width: 400px) {
.bottom1 .arrow-right {
height: 7vw;
}
} #landing-2022 .scroller-area {
grid-area: scroller;
background-color: #000;
color: #fff;
padding: 1rem 0;
overflow: hidden;
}
.scroller .js-marquee a {
background-color: #fff;
color: #000 !important;
border-radius: 20px;
padding: 5px 10px;
text-transform: uppercase;
}
.scroller .js-marquee a.orange {
background-color: #d06229;
color: #000;
}
.scroller .js-marquee a:hover {
text-decoration: none;
}
@media (max-width: 768px) {
#landing-2022 .scroller-area { }
}
#landing-2022 a.button-retro {
font-size: 1rem;
color: #000;
background-image: url(//www.o-m-k.com/wp-content/themes/o-m-k/images/button-retro-bg.svg);
background-repeat: no-repeat;
padding: 11px 20px 14px 20px;
background-size: contain;
background-position: center;
white-space: nowrap;
font-weight: normal;
}
#landing-2022 a.button-retro:hover {
text-decoration: none;
}
#landing-2022 a.button {
border: 4px solid #fff;
text-align: center;
padding: 10px 4vw;
font-size: 1.2vw;
}
#landing-2022 .right1 a.button {
text-transform: uppercase;
}
#landing-2022 a.button {
display: block;
color: #fff;
transition: all 300ms ease-in-out;
}
#landing-2022 a.button:hover {
text-decoration: none;
color: #000;
background-color: #fff;
}
#landing-2022 .t-right {
text-align: right;
}
@media (max-width: 768px) {
#landing-2022 {
grid-template-columns: 1fr;
grid-template-rows: 50vh 50vh min-content 1fr;
grid-template-areas:
"left"
"right"
"scroller"
"bottom";
color: #fff;
}
#landing-2022 .left1 {
padding: 25px 15px 15px 15px;
justify-content: flex-end;
border-bottom: 2px solid #fff;
}
#landing-2022 .left1 .container-middle {
margin-bottom: 2rem;
}
#landing-2022 .right1 .container-middle img {
max-height: 17vh;
margin-bottom: 1rem;
}
#landing-2022 .right1 {
padding: 25px 15px 15px 15px;
background-position: center;
}
#landing-2022 .right1,
#landing-2022 .left1 {
border-left: 0;
border-right: 0;
justify-content: space-around;
}
#landing-2022 .right1 .container-top,
#landing-2022 .left1 .container-top {
display: none;
}
.bottom-mobile {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 25px;
width: 100%;
white-space: normal;
font-size: 1rem;
text-align: center;
font-weight: normal;
}
@media (max-width: 400px) {
.bottom-mobile {
font-size: 0.6rem;
}
}
#landing-2022 a.button {
border: 3px solid #fff;
text-align: center;
font-size: 1.2rem;
font-weight: normal;
}
#landing-2022 .left1 a.button {
padding: 0.5rem 2.5rem;
}
#landing-2022 .right1 a.button {
padding: 0.5rem 2.5rem;
font-size: 1.2rem;
}
.arrow-right {
transform: rotate(90deg);
margin-left: calc(50% - 30px);
}
#landing-2022 .button-container {
margin-bottom: 1rem;
}
#landing-2022 a.button-retro {
padding: 20px 20px 25px 20px;
}
} #footer-grid-2021 ul {
margin: 0;
padding: 0;
}
#footer-grid-2021 {
background-color: #141414;
padding-top: 3rem;
padding-bottom: 2rem;
}
#footer-grid-2021 .top {
display: grid;
grid-template-columns: repeat(7, minmax(100px, 158px));
border-bottom: 1px solid #fff;
margin: 0 100px;
justify-content: space-between;
padding-bottom: 3rem;
text-align: center;
}
#footer-grid-2021 .bottom {
display: grid;
grid-template-columns: 0.6fr 1fr 1fr 1fr 0.6fr;
margin: 30px 100px 0px;
}
#footer-grid-2021 p {
text-transform: uppercase;
text-align: center;
font-size: 0.8rem;
margin: 0.5rem 0 0 0;
}
#footer-grid-2021 .bottom a {
position: relative;
text-transform: uppercase;
display: block;
line-height: 1.8rem;
font-size: 0.8rem;
letter-spacing: 0.1rem;
border: 0;
padding: 0;
bottom: 0;
}
#footer-grid-2021 .bottom a:hover,
#footer-grid-2021 a:hover {
background-color: transparent;
color: #fff;
text-decoration: none !important;
}
#footer-grid-2021 .bottom > div {
border-right: 1px solid #fff;
width: 100%;
}
#footer-grid-2021 .bottom div:nth-child(2) {
display: flex;
justify-content: center;
align-items: center;
}
#footer-grid-2021 .bottom div:nth-child(3) {
display: flex;
justify-content: center;
text-align: center;
}
#footer-grid-2021 .bottom div:nth-child(4) {
display: flex;
justify-content: center;
align-items: center;
text-align: right;
}
#footer-grid-2021 .bottom > div:last-of-type {
border-right: 0px solid #fff;
text-align: right;
display: flex;
justify-content: flex-end;
}
#footer-grid-2021 .bottom div,
#footer-grid-2021 .bottom .sub {
display: table;
}
#footer-grid-2021 .bottom li {
list-style: none;
}
@media (max-width: 991px) {
#footer-grid-2021 p {
font-size: 0.7rem;
}
#footer-grid-2021 .top {
margin: 0 50px;
}
#footer-grid-2021 .bottom {
margin: 30px 50px 0;
}
#footer-grid-2021 .bottom a {
font-size: 0.7rem;
}
}
@media (max-width: 810px) {
#footer-grid-2021 .top {
grid-template-columns: minmax(150px, 200px);
grid-gap: 4rem;
justify-content: center;
}
#footer-grid-2021 p {
font-size: 1rem;
}
#footer-grid-2021 .bottom {
grid-template-columns: 1fr;
grid-gap: 2rem;
}
#footer-grid-2021 .bottom div,
#footer-grid-2021 .bottom .sub {
display: block;
text-align: center;
justify-content: center !important;
}
#footer-grid-2021 .bottom div {
border-right: 0px;
border-left: 0px;
border-bottom: 1px solid #fff;
padding-bottom: 1rem;
}
#footer-grid-2021 .bottom div:last-of-type,
#footer-grid-2021 .bottom .sub {
border-bottom: 0px;
}
#footer-grid-2021 .bottom a {
font-size: 1rem;
}
}
@media all and (max-width: 768px) { .m-none {
display: none !important;
}
body {
font-size: 14px;
}
h1 {
font-size: 1.3rem;
}
h4 {
font-size: 1.3rem;
margin-top: 0.5rem;
margin-bottom: 0;
}
.btn-black {
letter-spacing: 0.15rem;
width: 100%;
}
.aktion-modal-content {
padding: 20px;
}
.p-mobile {
padding: 35px 20px;
}
.omk-bild-links {
max-height: unset;
}
}
@media all and (min-width: 769px) { .l-none {
display: none !important;
}
} .mochi-app {
display: flex;
flex-flow: column;
justify-content: space-evenly;
align-items: center;
padding: 30px;
color: #141414;
}
.app-headline {
font-family: "Agrandir", sans-serif;
font-weight: 800;
font-size: 1.6rem;
line-height: 1;
text-align: center;
}
.app-logo-container {
width: 25%;
height: 50%;
padding: 5% 1%;
background-color: #000;
border-radius: 20%;
}
.app-link {
display: flex;
width: 100%;
justify-content: center;
}
.stores {
margin-top: 0.7em;
}
.stores a {
color: #141414;
font-weight: 600;
letter-spacing: 0.07em;
text-decoration: none;
}
.stores a:hover {
color: #141414;
text-decoration: none;
}