* {
margin: 0;
padding: 0;
}
html, body {
width: 100%;
height: 100%;
font-family: 'Open Sans', sans-serif;
}
@font-face {
font-family: 'Bebas Neue';
font-family: 'Open sans';
font-weight: normal;
font-style: normal;
}
a {
text-decoration: none;
color: inherit;
}
div, a, span, p, li, h1, h2, h3, h4, h5, h6 {
font-family: 'Open sans';
font-size: 18px;
color: var(--textColor);
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Bebas Neue', cursive;
font-weight: normal;
color: var(--textColor);
}
ol { list-style-position: inside }
h1 { -webkit-text-stroke: 3px var(--textColor); color: transparent; font-size: 120px; line-height: 120px; }
h2 { font-size: 72px; line-height: 72px; }
h3 { font-size: 48px; line-height: 48px; }
h4 { font-size: 36px; line-height: 36px; }
h5 { font-size: 24px; line-height: 24px; }
h6 { font-size: 20px; line-height: 20px; }
ul {
list-style: none;
}
body {
background: url(//www.ab-bookings.nl/wp-content/themes/Artists-Bands/parts/bg.png);
}
:root {
--vMargin: 40px;
}
.mtm1vh { margin-top: -1vh; }
.mtm2vh { margin-top: -2vh; }
.mtm3vh { margin-top: -3vh; }
.mtm4vh { margin-top: -4vh; }
.mtm5vh { margin-top: -5vh; }
.mtm6vh { margin-top: -6vh; }
.mtm7vh { margin-top: -7vh; }
.mtm8vh { margin-top: -8vh; }
.mtm9vh { margin-top: -9vh; }
.mtm10vh { margin-top: -10vh; }
.nobottom { margin-bottom: 0 !important; }
.h_hamburger {
right: 50px;
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
div, a, span, p {
font-size: 17px;
}
.h_hamburger {
right: calc(var(--margin) * 4);
}
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
div, a, span, p {
font-size: 16px;
}
.h_hamburger {
right: calc(var(--margin) * 3);
}
}
@media screen and (min-width: 600px) and (max-width: 800px) {
div, a, span, p {
font-size: 15px;
}
.h_hamburger {
right: calc(var(--margin) * 2);
}
}
@media screen and (max-width: 600px) {
div, a, span, p {
font-size: 14px;
}
.h_hamburger {
right: var(--margin);
}
}
.cc-window {
margin-top: 35px;
display: none !important;
}
.postid-3779 .wp-block-button a {
border-radius: 0;
background-color: var(--accentColor) !important;
color: #FFF !important;
}
.postid-3779 .wp-block-button a:hover {
background-color: var(--textColor) !important;
color: var(--bgColor) !important;
}
.postid-3779 .wp-block-button {
margin-top: -30px !important;
}
.postid-3779 hr {
margin-bottom: 40px;
height: 5px;
}
.postid-3779 .wp-block-columns,
.postid-3779 .wp-block-column {
margin-bottom: 0 !important;
}
.postid-3779 ul {
list-style: unset !important;
margin-left: 20px !important;
}
.postid-3779 li::marker {
color: red;
} .main_content {
h1, h2, h3, h4, h5, h6 {
position: relative;
}
h1::after, 
h2::after {
content: '';
height: 70px;
position: absolute;
right: 0;
width: calc(var(--w1-3) - var(--margin));
background-color: var(--accentColor);
background-image: url(//www.ab-bookings.nl/wp-content/themes/Artists-Bands/css/../parts/rm1_2.png);
margin-bottom: calc(var(--margin) + 10px);
background-size: cover;
}
} .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
object-fit: scale-down !important;
} .vouw_bg_inner {
width: 100vw;
height: 100vh;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.vouw_bg .square {
width: 100%;
aspect-ratio: 16/9;
top: 0;
left: 0;
clip-path: unset;
}
.vouw_bg .overlay_layer {
background-color: #000000;
opacity: 0.5;
}