@font-face {
font-family: 'amatic_scbold';
src: url(//www.kokobelly-mainz.de/wp-content/themes/kokobelly/fonts/amaticsc-bold-webfont.woff2) format('woff2'),
url(//www.kokobelly-mainz.de/wp-content/themes/kokobelly/fonts/amaticsc-bold-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotolight';
src: url(//www.kokobelly-mainz.de/wp-content/themes/kokobelly/fonts/roboto-light-webfont.woff2) format('woff2'),
url(//www.kokobelly-mainz.de/wp-content/themes/kokobelly/fonts/roboto-light-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotobold';
src: url(//www.kokobelly-mainz.de/wp-content/themes/kokobelly/fonts/roboto-bold-webfont.woff2) format('woff2'),
url(//www.kokobelly-mainz.de/wp-content/themes/kokobelly/fonts/roboto-bold-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
} html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html {
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
}
body {
font-family: 'robotolight';
background: #471530;
color: #b59ca9;
text-align: left;
font-size: 20px; 
font-size: 2.0rem;
line-height: 1.4;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
right: 0;
overflow-x: hidden;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
body.menu-active {
right: 270px;
}
h1 {
font-family: 'amatic_scbold';
font-size: 70px;
font-size: 7.0rem;
text-transform: uppercase;
color: #ffffff;
line-height: 1;
text-align: center;
max-width: 80%;
}
h1 span.sub-title, h1 span.sub-sub-title {
font-family: 'robotolight';
line-height: 1.4;
display: block;
font-size: 40px;
font-size: 4.0rem;
margin-bottom: 0;
text-transform: uppercase;
color: #9d4957;
letter-spacing: 0.03em;
}
.home h1 span.sub-title, .home h1 span.sub-sub-title {
color: #ffffff;
}
h1 span.sub-sub-title {
margin-bottom: 20px;
font-size: 2.4rem;
}
body.home h1 {
font-size: 100px;
font-size: 10.0rem;
}
h2 {
font-family: 'amatic_scbold';
font-size: 40px;
font-size: 4.0rem;
letter-spacing: 0;
margin-top: 20px;
margin-bottom: 20px;
text-transform: uppercase;
line-height: 1.2;
color: #9d4957;
}
h2.subnavi {
margin-top: 0;
padding-top: 40px;
}
h3 {
font-family: 'robotobold';
letter-spacing: 0;
margin-top: 24px;
margin-bottom: 20px;
color: #9d4957;
}
.wp-block-column h3:first-child {
margin-top: 0;
}
p {
margin-bottom: 24px;
}
p:last-child {
margin-bottom: 0;
}
a {
color: #9d4957;
text-decoration: none;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
p a {
text-decoration: underline;
}
a:hover {
color: #b59ca9;
}
a.button, a.wp-block-button__link, td a.miya {
color: #e1e1e1;
background: #9d4957;
text-transform: uppercase;
padding: 10px 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
font-size: 15px;
font-size: 1.5rem;
font-family: 'robotobold';
letter-spacing: 0.1em;
display: inline-block;
}
a.button:hover, a.wp-block-button__link:hover, td a.miya:hover {
background: #471530;
}
.wp-block-button {
margin: 10px 0px 24px 0px;
}
.wp-block-button.aligncenter {
text-align: center;
}
strong {
font-family: 'robotobold';
}
em {
font-style: italic;
}
main ul, main ol {
margin-bottom: 24px;
}
main ul:last-child, main ol:last-child {
margin-bottom: 0;
}
main ul:not(.flex-direction-nav) li {
position: relative;
padding-left: 20px;
margin-bottom: 5px;
}
main ul:not(.flex-direction-nav) li:before {
content: '-';
position: absolute;
left: 0;
}
main ol {
counter-reset: foo;
display: table;
}
main ol li {
list-style: none;
counter-increment: foo;
display: table-row;
}
main ol li:before {
content: counter(foo) ".";
display: table-cell;
text-align: right;
padding-right: 1em;
}
img {
display: block;
width: 100%;
height: auto;
} .wp-block-image {
margin-bottom: 30px;
}
.wp-block-image .alignleft {
float: left;
margin-right: 30px;
margin-bottom: 30px;
max-width: 330px;
}
.wp-block-image .alignright {
float: right;
margin-left: 30px;
margin-bottom: 30px;
max-width: 330px;
} .wp-caption {
width: 100%;
margin-bottom: 30px;
}
.wp-caption.alignleft {
float: left;
margin-right: 30px;
}
.wp-caption.alignright {
float: right;
margin-left: 30px;
}
.wp-caption-text {
font-size: 17px;
font-size: 1.7rem;
color: #8b8b8b;
margin-top: 10px;
}
::selection {
background: #9d4957; color: #ffffff;
}
::-moz-selection {
background: #9d4957; color: #ffffff;
} .background-aubergine {
background-color: #471530;
}
.background-aubergine h2 {
color: #9d4957;
}
.background-aubergine p {
color: #b59ca9;
}
.background-terracotta {
background-color: #9d4957;
}
.background-terracotta h2, .background-terracotta h3 {
color: #e1e1e1;
}
.background-terracotta p, .background-terracotta ul, .background-terracotta ol {
color: #e1e1e1;
}
.background-terracotta p a, .background-terracotta ul a {
color: #471530;
}
.background-terracotta p a:hover, .background-terracotta ul a:hover {
color: #e1e1e1;
}
.background-terracotta a.button, .background-terracotta a.wp-block-button__link, .background-terracotta td a.miya {
background: #471530;
}
.background-terracotta a.button:hover, .background-terracotta a.wp-block-button__link:hover, .background-terracotta td a.miya:hover {
background: #471530;
}  .wp-block-group {
padding: 100px 0;
}
.wp-block-group.intro {
padding-bottom: 200px;
z-index: 3;
}
.wp-block-group h2 {
margin-top: 0;
}
.wp-block-group.blur {
padding-top: 0;
background-image: url(//www.kokobelly-mainz.de/wp-content/themes/kokobelly/img/praxis-blur-01.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}  .wp-block-columns.overlap {
margin-top: -90px;
position: relative;
z-index: 4;
}
.wp-block-columns.class {
margin-bottom: 2em;
}
body.home .wp-block-columns.class {
margin-bottom: 0;
}
.wp-block-columns.class .wp-block-column {
padding: 15px;
background-color: #eeeeee;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.wp-block-columns.class .wp-block-column.empty {
background-color: transparent;
}
.wp-block-columns.class .wp-block-column:hover {
-webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.5);
box-shadow: 0 0 20px 5px rgba(0,0,0,0.5);
}
.wp-block-columns.class .wp-block-column.empty:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
.wp-block-columns.class .wp-block-image {
margin: -15px;
width: calc(100% + 30px);
max-width: calc(100% + 30px);
margin-bottom: 0;
}
.wp-block-columns.class h3 {
margin-top: 10px;
margin-bottom: 0;
font-size: 18px;
font-size: 1.8rem;
}
body.page-template-page-kurse .wp-block-columns.class h3 {
font-size: 20px;
font-size: 2.0rem;
text-align: center;
}
body.page-template-page-kurse .wp-block-columns.class h3 a {
padding: 5px;
display: block;
}
.wp-block-columns.class p {
color: #6a6a6a;
font-size: 18px;
font-size: 1.8rem;
}  .images-same-size img {
aspect-ratio: 16 / 10;
object-fit: cover;
} #map-wrapper {
position: relative;
width: 100%;
}
#map {
height: 700px;
}
#button-wrapper {
position: absolute;
width: 172px;
left: 50%;
margin-left: -80px;
top: 54%;
}
#button-wrapper a.button {
}  table, .miya-classes {
margin-bottom: 80px;
}
.miya-classes table {
margin-bottom: 0;
}
tr {
border-bottom: 1px solid;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.wp-block-table td, .wp-block-table th {
border: 0;
padding: 10px;
}
th, tr.table-head, .has-table-head tr:first-child {
font-size: 15px;
}
tr:nth-child(even) {
background: #44102c;
}
tr:hover {
background: #370a22;
}
td {
vertical-align: middle;
padding: 10px;
}
tr td:last-child {
text-align: right;
white-space: nowrap;
}  hr {
margin-top: 120px;
margin-bottom: 80px;
border: 1px solid #e5e5e5;
width: 80%;
}
#hinweis {
position: absolute;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
padding: 10px 100px;
box-sizing: border-box;
background: #9d4957;
color: #e1e1e1;
text-align: center;
cursor: pointer;
display: none;
}
#hinweis:after {
content: '';
position: absolute;
right: 16px;
top: 16px;
background: url(//www.kokobelly-mainz.de/wp-content/themes/kokobelly/img/close-light.svg);
background-repeat: no-repeat;
width: 15px;
height: 15px;
background-size: contain;
}
#hinweis a {
color: #471530;
}
#hinweis a:hover {
color: #e1e1e1;
}
header {
} #nav-icon {
width: 50px;
height: 34px;
position: relative;
margin: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
z-index: 110;
} #nav-icon span {
display: block;
position: absolute;
height: 3px;
width: 100%;
background: #ffffff;
-webkit-border-radius: 4px;
border-radius: 4px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
} #nav-icon span:nth-child(1) {
top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
top: 15px;
}
#nav-icon span:nth-child(4) {
top: 30px;
}
#nav-icon.open span:nth-child(1) {
top: 15px;
width: 0%;
left: 50%;
}
#nav-icon.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
top: 18px;
width: 0%;
left: 50%;
} .pre-header {
padding: 0;
height: 0;
}
#logo-home {
display: block;
position: absolute;
z-index: 4;
width: 85px;
top: 4vw;
left: 4vw;
}
#logo {
display: none;
}
#nav-icon {
position: absolute;
right: 4vw;
top: calc(4vw + 40px);
}
header nav#main-menu {
position: fixed;
top: 0;
right: -270px;
width: 270px;
z-index: 10;
height: 100%;
padding: 20px;
overflow-y: auto;
background: #797C4E;
background: url(//www.kokobelly-mainz.de/wp-content/themes/kokobelly/img/menu-bg-2.jpg);
background-repeat: repeat;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
box-sizing: border-box;
-webkit-box-shadow:inset 0 0 10px 2px rgba(0,0,0,0.1);
box-shadow:inset 0 0 10px 2px rgba(0,0,0,0.1);
}
body.menu-active header nav#main-menu {
right: 0;
}
.menu-hauptmenue-container {
min-height: 100%;
}
.menu-hauptmenue-container, .menu {
}
#menu-hauptmenue {
display: flex;
flex-direction: column;
justify-content: flex-start;
}
header nav#main-menu ul li {
margin: 0;
border-bottom: 1px solid #fff;
}
header nav#main-menu ul > li > a {
padding: 10px 0;
position: relative;
padding-right: 50px;
}
header nav#main-menu ul li a {
display: block;
color: #ffffff;
font-family: 'robotobold';
letter-spacing: 0.03em;
}
header nav#main-menu ul li a:hover {
text-decoration: none;
color: rgba(250, 250, 250, 0.6);
}
header nav#main-menu ul li.current-menu-item > a, header nav#main-menu ul li.current-menu-parent > a {
color: rgba(250, 250, 250, 0.6);
}
header nav#main-menu .submenutoggle {
position: absolute;
right: 0;
top: 0;
width: 30px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
color: #ffffff !important;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
header nav#main-menu .submenutoggle:after {
content: '+';
}
header nav#main-menu .submenutoggle.active:after {
content: '-';
}
header nav#main-menu .submenutoggle:hover {
transform: scale(1.2);
}
header nav#main-menu ul li .sub-menu {
display: none;
margin-bottom: 17px;
}
header nav#main-menu ul li .sub-menu li {
border-bottom: 1px solid rgba(255,255,255,0.5);
}
header nav#main-menu ul li .sub-menu li:last-child {
border-bottom: 0;
}
header nav#main-menu ul li .sub-menu li a {
font-family: 'robotolight';
text-transform: none;
font-size: 19px;
font-size: 1.9rem;
line-height: 1.2;
}
#header-image-home {
position: relative;
width: 100%;
height: 1100px;
}
body:not(.home) #header-image-home::before {
content: '';
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
background: rgba(255, 190, 0, 0.8);
}
#header-image-home::after {
content: '';
position: absolute;
z-index: 2;
bottom: 0;
width: 100%;
height: 100%;
background-image: url(//www.kokobelly-mainz.de/wp-content/themes/kokobelly/img/rounded-border.svg);
background-repeat: no-repeat;
background-size: 106%;
background-position: bottom;
}
#header-title-home {
position: absolute;
z-index: 3;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#header-image-home img {
height: 100%;
object-fit: cover;
}
#header-image {
position: relative;
}
#header-title {
position: absolute;
z-index: 3;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center; }
main {
padding: 70px 0 0 0;
position: relative;
}
main:before {
content: '';
position: absolute;
z-index: -1;
top: 0;
height: calc(100% + 200px);
width: 100vw;
max-width: 100vw;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
background: #471530;
-webkit-transform: translate3d(0,0,0); }
body.home main {
padding: 0;
}
main, .wp-block-group__inner-container {
max-width: 800px;
margin: auto;
} .alignwide, .is-style-wide {
width: 100vw;
max-width: 1160px;
margin-left: calc(50% - 1160px / 2);
}
.alignfull {
width: 100vw;
max-width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
} body.page-id-242 .wp-block-columns, body.page-id-374 .wp-block-columns {
margin-bottom: 80px;
}
body.page-id-242 figure.wp-block-image, body.page-id-374  figure.wp-block-image {
max-width: 300px;
margin: auto;
}
body.page-id-242 figure.wp-block-image.elternzeit, body.page-id-374 figure.wp-block-image.elternzeit, body.page-id-242 figure.wp-block-image.auszeit, body.page-id-374 figure.wp-block-image.auszeit {
position: relative;
}
body.page-id-242 figure.wp-block-image.elternzeit::after, body.page-id-374 figure.wp-block-image.elternzeit::after, body.page-id-242 figure.wp-block-image.auszeit::after, body.page-id-374 figure.wp-block-image.auszeit::after {
content: '';
position: absolute;
bottom: 42px;
right: 0px;
background-image: url(//www.kokobelly-mainz.de/wp-content/themes/kokobelly/img/elternzeit.png);
background-repeat: no-repeat;
background-size: contain;
width: 125px;
height: 125px;
}
body.page-id-242 figure.wp-block-image.auszeit::after, body.page-id-374 figure.wp-block-image.auszeit::after {
background-image: url(//www.kokobelly-mainz.de/wp-content/themes/kokobelly/img/auszeit.png);
}
body.page-id-242 figure.wp-block-image img, body.page-id-374 figure.wp-block-image img {
-webkit-border-radius: 50%;
border-radius: 50%;
aspect-ratio: 1/1;
object-fit: cover;
}
body.page-id-242 figure.wp-block-image figcaption, body.page-id-374 figure.wp-block-image figcaption {
font-family: 'amatic_scbold';
font-size: 28px;
font-size: 2.8rem;
text-align: center;
margin-top: 10px;
margin-bottom: 5px;
}
.read-more {
position: relative;
cursor: pointer;
font-family: 'amatic_scbold';
font-size: 2.2rem;
padding-right: 10px;
margin-left: 10px;
}
.read-more:after {
content: '+';
color: #9d4957;
display: inline-block;
margin-left: 10px;
}
.read-more.active:after {
content: '–';
}
.read-more + * {
display: none;
}
.image-position-top img {
object-position: 50% 0% !important;
}
.image-position-center-top img {
object-position: 50% 25% !important;
}
.image-position-center-bottom img {
object-position: 50% 75% !important;
}
.image-position-bottom img {
object-position: 50% 100% !important;
} .wp-block-embed-youtube.aligncenter iframe {
width: 100%;
} .embed-container {
position: relative; 
padding-bottom: 56.25%; height: 0; 
overflow: hidden; 
width: 100%;
height: auto;
}
.embed-container iframe {
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
} .schema-faq-section {
padding: 20px 0;
border-bottom: 1px solid #b59ca9;
}
.schema-faq-question {
display: block;
position: relative;
padding-right: 50px;
cursor: pointer;
}
.schema-faq-question::after {
content: '+';
position: absolute;
right: 0;
top: 0;
display: flex;
height: 100%;
align-items: center;
}
.schema-faq-question.active::after {
content: '-';
}
.schema-faq-answer {
display: none;
} #cookie-notice .cn-button {
margin: 5px;
font-size: 11px;
} #anchor-nav {
margin-bottom: 40px;
text-align: center;
}
#anchor-nav a {
display: inline-block;
padding: 5px 12px 7px 12px;
margin: 5px;
-webkit-border-radius: 50px;
border-radius: 50px;
font-size: 16px;
border-bottom: 1px solid #9d4957;
color: #b59ca9;
}
#anchor-nav a:hover {
background: #9d4957;
}
footer {
padding: 50px 0;
border-top: 1px solid #9d4957;
}
footer a {
color: #b59ca9;
text-decoration: none;
}
footer a:hover {
color: #ffffff;
}
footer .wp-block-column:first-child {
flex-basis: 60%;
}
footer .wp-block-column:last-child {
text-align: right;
}
footer .wp-block-column img {
display: inline-block;
width: 50px;
height: auto;
margin-top: 20px;
margin-left: 3px;
margin-right: 3px;
}
footer .wp-block-column img#instagram {
width: 47px;
padding-bottom: 1px;
} .wp-block-video .wp-element-caption {
text-align: center;
} .page-template-page-kursseite main > .wp-block-columns .wp-block-column:first-child {
position: sticky;
top: 30px;
align-self: flex-start;
background: transparent;
border-radius: 8px;
padding: 20px 0;
box-sizing: border-box;
font-family: 'amatic_scbold';
font-size: 2.6rem;
flex-basis: 23% !important;
line-height: 1.2;
margin-top: 20px;
}
.page-template-page-kursseite main > .wp-block-columns .wp-block-column:first-child ul li {
padding: 0;
}
.page-template-page-kursseite main > .wp-block-columns .wp-block-column:first-child ul li:last-child {
margin-bottom: 0;
}
.page-template-page-kursseite main > .wp-block-columns .wp-block-column:first-child ul li:before {
content: '';
}
.page-template-page-kursseite main > .wp-block-columns .wp-block-column:first-child a {
color: #b59ca9;
display: block;
padding: 7px 0;
border-bottom: 1px solid;
letter-spacing: 0.02em;
}
.page-template-page-kursseite main > .wp-block-columns .wp-block-column:first-child a:hover {
opacity: 0.7;
} .page-template-page-kursseite .miya-classes.alignwide {
width: 100% !important;
max-width: 100% !important;
margin-left: 0 !important;
}
.miya-kurse-wrapper:last-child {
margin-bottom: 100px;
} .miya-box {
margin-bottom: 30px;
}
.miya-col-wrapper {
display: flex;
}
.miya-left-col {
flex-basis: 30%;
display: flex;
flex-direction: column;
background-color: #35051f;
padding: 20px;
text-align: center;
border-right: 3px solid #471530;
border-top-left-radius: 10px;
}
.miya-left-col .calendar {
margin-top: 10px;
}
.miya-left-col .ic-calendar {
fill: #b59ca9;
width: 30%;
height: auto;
}
.miya-left-col .weekday {
font-family: 'amatic_scbold';
font-size: 4rem;
}
.miya-right-col {
flex-basis: 70%;
display: flex;
background-color: #35051f;
padding: 20px;
border-top-right-radius: 10px;
}
.miya-right-col .miya-info {
display: flex;
flex-direction: column;
justify-content: space-around;
gap: 0.5em;
line-height: 1.2;
}
.miya-add-info {
background-color: #9d4957;
padding: 10px 30px;
font-size: 17px;
border-top: 3px solid #471530;
color: #471530;
display: flex;
justify-content: flex-start;
align-items: center;
}
.miya-add-info span {
margin-right: 20px;
}
.miya-add-info span:last-child {
margin-right: 0;
}
.has-ic-inline {
display: flex;
justify-content: flex-start;
align-items: center;
}
.inline {
fill: #b59ca9;
display: inline-block;
width: 30px;
height: auto;
margin-right: 20px;
flex-shrink: 0;
}
.miya-add-info .inline {
width: 20px;
fill: #471530;
margin-right: 5px;
}
.miya-add-info .button {
margin-left: auto;
}
.miya-add-info a.miya {
background-color: #35051f;
padding: 8px 16px;
font-size: 1.2rem;
display: block;
}
.miya-add-info a.miya:hover {
transform: scale(1.1);
} form .field-wrapper {
display: flex;
align-items: center;
margin-bottom: 20px;
}
form .field-wrapper .left {
display: block;
width: 270px;
margin-right: 20px;
}
form .field-wrapper .right {
flex-basis: 70%;
}
form label.radio {
margin-right: 10px;
}
#form-message input {
background: transparent;
border: 0;
padding: 0;
margin: 0;
margin-top: 30px;
color: rgb(255, 190, 0);
}
form .field-wrapper .left.has-help {
position: relative;
}
form .field-wrapper .left.has-help .help {
position: absolute;
display: block;
left: -30px;
top: 4px;
width: 20px;
height: 20px;
background: #b59ca9;
color: #471530;
box-sizing: border-box;
line-height: 1;
padding-top: 3px;
text-align: center;
-webkit-border-radius: 20px;
border-radius: 20px;
font-family: 'robotobold';
font-size: 15px;
cursor: help;
} .wpcf7 {
margin-bottom: 8% !important;
}
.wpcf7 p {
margin-bottom: 20px;
}
.wpcf7 p:last-child {
margin-bottom: 20px;
}
.wpcf7 p.float-wrapper:after {
content: '';
display: block;
clear: both;
}
.wpcf7 p.float-wrapper span.left {
float: left;
width: calc(50% - 10px);
}
.wpcf7 p.float-wrapper span.right {
float: right;
width: calc(50% - 10px);
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea {
font-family: 'robotolight';
border: 1px solid #b59ca9;
background: transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-appearance: textfield;
-webkit-appearance: textfield;
appearance: textfield;
width: 100%;
padding: 10px;
font-size: 19px;
font-size: 1.9rem;
color: #b59ca9;
}
textarea {
border: 1px solid #b59ca9;
padding: 10px;
}
input[type="date"] {
font-family: 'robotolight';
border: 1px solid #b59ca9;
padding: 10px;
font-size: 19px;
font-size: 1.9rem;
width: 210px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
border-radius: 0;
width: 100%;
box-sizing: border-box;
font-size: 19px;
font-size: 1.9rem;
color: #b59ca9;
padding: 20px;
border: 1px solid #b59ca9;
background-image: url(//www.kokobelly-mainz.de/wp-content/themes/kokobelly/img/arrow-down.svg);
background-repeat: no-repeat;
background-size: 24px auto;
background-position-x: calc(100% - 20px);
background-position-y: center;
margin-top: 10px;
} select::-ms-expand {
display:none;
}
.lt-ie10 select {
background-image: none;
}
span.wpcf7-list-item {
display: block !important;
margin: 0 !important;
}
input[type="submit"] {
font-family: 'robotobold';
cursor: pointer;
background: transparent;
width: 100%;
font-size: 17px; 
font-size: 1.7rem;
text-transform: uppercase;
background: #9d4957;
color: #e1e1e1;
border: none;
margin-bottom: 0;
margin-top: 4%;
padding: 20px 0;
letter-spacing: 0.1em;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.wpcf7 .wpcf7-submit:hover, input[type="submit"]:hover {
opacity: 0.7;
}
#kursanmeldung-wrapper input[type="submit"]:hover {
background: #9d4957;
} .wpcf7-response-output {
margin: 10px 0px !important;
padding: 10px !important;
font-family: 'robotolight';
font-size: 18px !important;
font-size: 1.8rem !important;
color: #f75863 !important;
}
span.wpcf7-not-valid-tip {
font-family: 'robotolight';
border: 1px solid #f75863 !important;
color: #f75863 !important;
font-size: 18px !important;
font-size: 1.8rem !important;
}
div.wpcf7-validation-errors {
border: 1px solid #f75863 !important;
color: #f75863;
font-size: 18px !important;
font-size: 1.8rem !important;
}
div.wpcf7-mail-sent-ok {
border: 1px solid #68df47 !important;
color: #68df47 !important;
font-size: 18px !important;
font-size: 1.8rem !important;
}
::-webkit-input-placeholder { color: #b59ca9;
}
:-moz-placeholder { color: #b59ca9;
opacity: 1;
}
::-moz-placeholder { color: #b59ca9;
opacity: 1;
}
:-ms-input-placeholder { color: #b59ca9;
} @media screen and (max-width: 2100px) {
#header-image-home {
height: 930px;
}
}
@media screen and (max-width: 1600px) {
#header-image-home {
height: 700px;
}
}
@media screen and (max-width: 1400px) {
#header-image-home {
height: 600px;
}
}
@media screen and (max-width: 1280px) {
.alignwide, .is-style-wide {
max-width: 980px;
margin-left: calc(50% - 980px / 2);
}
header nav#main-menu ul li a {
font-size: 18px;
font-size: 1.8rem;
}
header nav#main-menu ul li .sub-menu li a {
font-size: 17px;
font-size: 1.7rem;
}
body.page-id-242 .wp-block-columns, body.page-id-374 .wp-block-columns {
margin-bottom: 30px;
}
}
@media screen and (max-width: 1140px) {
html {
font-size: 56%;
}
main, .wp-block-group__inner-container {
max-width: 620px;
}
.alignwide, .is-style-wide {
max-width: 800px;
margin-left: calc(50% - 800px / 2);
}
main {
padding: 50px 0 0 0;
}
.wp-block-spacer {
height: 50px !important;
}
.wp-block-group {
padding: 60px 0 50px 0;
}
footer {
padding: 30px 0;
}
.wp-block-group.intro {
padding-bottom: 140px;
}
.miya-add-info {
font-size: 15px;
padding: 10px 20px;
}
.miya-add-info span {
margin-right: 15px;
}
a.miya.button, td:last-child a.button, .miya-add-info a.miya {
position: relative;
font-size: 0;
overflow: hidden;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 22px;
padding-right: 22px;
border-radius: 40px;
height: 24px;
}
a.miya.button:after, td:last-child a.button:after, .miya-add-info a.miya:after {
position: absolute;
font-size: 16px;
content: '+';
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
body.page-id-242 figure.wp-block-image.elternzeit::after, body.page-id-374 figure.wp-block-image.elternzeit::after, body.page-id-242 figure.wp-block-image.auszeit::after, body.page-id-374 figure.wp-block-image.auszeit::after {
bottom: 39px;
right: 0px;
width: 100px;
height: 100px;
}
form .field-wrapper .left.has-help .help {
left: -30px;
top: 3px;
width: 20px;
height: 20px;
padding-top: 3px;
-webkit-border-radius: 20px;
border-radius: 20px;
font-size: 15px;
}
body.page-id-242 .wp-block-columns, body.page-id-374 .wp-block-columns {
margin-bottom: 20px;
}
}
@media screen and (max-width: 1010px) {
}
@media screen and (max-width: 1010px) {
}
@media screen and (max-width: 933px) {
}
@media screen and (max-width: 920px) {
.alignwide, .is-style-wide {
width: 100%;
max-width: 100%;
margin-left: 0;
}
.wp-block-columns.overlap p {
display: none;
}
footer {
padding: 20px 5%;
}
h1 {
font-size: 53px;
font-size: 6.0rem;
}
body.home h1 {
font-size: 70px;
font-size: 8.0rem;
}
h1 span.sub-title {
font-size: 29px;
font-size: 3.2rem;
}
h1 span.sub-sub-title {
font-size: 2.2rem;
}
#logo-home {
width: 70px;
}
#nav-icon {
top: calc(4vw + 30px);
}
body.page-id-242 figure.wp-block-image.elternzeit::after, body.page-id-374 figure.wp-block-image.elternzeit::after, body.page-id-242 figure.wp-block-image.auszeit::after, body.page-id-374 figure.wp-block-image.auszeit::after {
bottom: 39px;
right: -20px;
width: 100px;
height: 100px;
}
}
@media screen and (max-width: 800px) {
#header-image-home {
height: 500px;
}
}
@media screen and (max-width: 781px) {
main {
padding-left: 5%;
padding-right: 5%;
}
.wp-block-group.alignfull {
padding-left: 5%;
padding-right: 5%;
box-sizing: border-box;
}
.wp-block-columns:last-child, .wp-block-column:last-child {
margin-bottom: 0;
}
.wp-block-columns.class {
box-sizing: border-box;
}
.wp-block-column, .wp-block-column:not(:only-child), .page-template-page-kursseite main > .wp-block-columns .wp-block-column:first-child {
flex-basis: 100% !important;
margin-left: 0 !important;
margin-bottom: 0;
}
#map {
height: 500px;
}
.miya-classes {
overflow-x: auto;
}
h1 {
font-size: 45px;
font-size: 5.0rem;
}
body.home h1 {
font-size: 60px;
font-size: 7.0rem;
}
h1 span.sub-title {
font-size: 24px;
font-size: 2.6rem;
}
h1 span.sub-sub-title {
font-size: 1.8rem;
}
h2.subnavi:first-child {
padding-top: 0;
}
#logo-home {
width: 60px;
}
#nav-icon {
top: calc(4vw + 20px);
}
body.page-id-242 figure.wp-block-image.elternzeit::after, body.page-id-374 figure.wp-block-image.elternzeit::after, body.page-id-242 figure.wp-block-image.auszeit::after, body.page-id-374 figure.wp-block-image.auszeit::after {
bottom: 38px;
right: 0px;
width: 130px;
height: 130px;
}
body.page-id-242 .wp-block-columns, body.page-id-374 .wp-block-columns {
margin-bottom: 30px;
}
.page-template-page-kursseite main > .wp-block-columns .wp-block-column:first-child {
position: relative;
top: 0;
}
} @media screen and (max-width: 767px) {
form .field-wrapper .left.has-help .help {
display: none;
}
}
@media screen and (max-width: 667px) {
#header-image-home {
height: 400px;
}
#header-image-home:after {
bottom: -1px;
}
}
@media screen and (max-width: 630px) {
html {
font-size: 52%;
}
h1 {
font-size: 45px;
font-size: 5.0rem;
}
body.home h1 {
font-size: 50px;
font-size: 6.0rem;
}
h1 span.sub-title {
font-size: 18px;
font-size: 2.2rem;
}
h1 span.sub-sub-title {
font-size: 1.6rem;
}
#anchor-nav a {
font-size: 14px;
padding: 4px 10px 3px 10px;
margin: 3px;
}
#logo-home {
width: 40px;
}
#nav-icon {
top: calc(4vw + 20px);
width: 38px;
height: 24px;
}
#nav-icon span {
height: 2px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
top: 11px;
}
#nav-icon span:nth-child(4) {
top: 22px;
}
#hinweis {
padding: 10px 50px;
font-size: 14px;
}
form .field-wrapper .left {
width: 180px;
}
}
@media screen and (max-width: 500px) {
h1 {
font-size: 27px;
font-size: 3.3rem;
}
body.home h1 {
font-size: 40px;
font-size: 5.0rem;
}
h1 span.sub-title {
font-size: 1.9rem;
}
h1 span.sub-sub-title {
margin-bottom: 0;
}
#header-title-home .button {
display: none;
font-size: 1.5rem;
}
}
@media screen and (max-width: 419px) {
form .field-wrapper {
align-items: flex-start;
flex-direction: column;
}
form .field-wrapper .left {
width: 100%;
margin-right: 0;
margin-bottom: 5px;
}
form .field-wrapper .left + p {
height: 0;
margin-bottom: 0;
}
form .field-wrapper .right {
flex-basis: 100%;
width: 100%;
}
#header-image-home {
height: 250px;
}
}