@font-face {
	font-family: 'broadway';
	font-style: normal;
	font-weight: light;
	src: url('../gedeeldebestanden/8094231822.ttf');
}
@font-face {
	font-family: 'britannic';
	font-style: normal;
	src: url('../gedeeldebestanden/britannic-regular.otf');
}

/*--------------------------------html elementen-----------------------*/
* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
}
html {
	font-size: 62.5%;
	min-height: 100%;
	padding: 0;
	margin: 0;
}
body {
    font: 500 2.4rem/1.4 Garamond, Times, serif;
    background: linear-gradient(90deg, rgb(0,0,0) 0%, rgba(0, 181, 197, 1) 50%, rgb(0,0,0) 100%);
/*	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;*/
	padding: 0;
	margin: 0;
}
h1{
    margin: 10px auto 20px;
    text-align: center;
    width: 70%;
}
h2{
    margin: 10px auto 10px;
    text-align: left;
    width: 70%;  
}
h3{
    margin: 10px auto 10px;
    text-align: left;
    width: 70%;  
}
p {
    margin: 10px 0 20px 0;
}
.para-widht-limit{
   text-align: center;
    width: 70%;
    margin: 0 auto;
}
img {
	max-height: 500px;
	vertical-align: middle;
	border-radius: 4px;
}

/*-------------------------------------componenten-------------------------------------------*/
a.link {
	background-color: rgba(255,255,255,0.2);
	transition: .5s;
	visibility: visible;
	color: blue;
}
a.link:hover {
    color: darkblue;
    cursor: pointer;
    background-color: rgba(255,255,255,0.1);
}

.logo {
	margin: 10px 5px 0px 10px;
	color: black;
	font-size: 35px;
	display: inline-block;
}
.btnlink {
	background-color: rgba(255,255,255,0.0);
	border: hidden;
	font-size: 16px;
	color: blue;
}
.btnlink:hover {
    color: darkblue;
    cursor: pointer;
}
.mySlides {
	display: none;
	z-index: 100;
	border-radius: 4px;
}
.slideshow-container {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	border-radius: 4px;
	text-align: center;
}
.text {
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active {
	background-color: #4a4a4a;
}
.fade {
	animation-name: fade;
	animation-duration: 3s;
}
@keyframes fade {
	from {
		opacity: .5
	}
	to {
		opacity: 1
	}
}
.clock {
    display: none;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    margin: 20vh auto 0 6px;
}

/* De wijzers */
.hand {
    position: absolute;
    bottom: 50%;
    left: 50%;
    background-color: #333;
    transform-origin: bottom;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: translateX(-50%) rotate(0deg);
}

.hour { width: 8px; height: 25%; background-color: #333; }
.minute { width: 6px; height: 35%; background-color: #333; }
.second { width: 3px; height: 40%; background-color: #e74c3c; }

/* Het stipje in het midden */
.center-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    background-color: #333;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
/*-------------------------------------content elements-------------------------------------------*/

/*---------------------------------------header------------------------------------------------*/

header{
    display: block;
    width: 100%;
}
.header{
	z-index: 900;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
}
.headerlabel{
    color: white;
    float: right;
    padding-top: 30px;
}
.coverheader {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	position: fixed;
	bottom: 100%;
	transform: translateY(100%);
}
.scrollheader {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	transform: translateY(0);
}
#navtherock{
    background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(4, 4, 4) 100%);
}
#navthefish{
    background: linear-gradient(90deg,rgb(0, 120, 255) 0%, rgb(3, 3, 3) 100%);
}
#navthefoto{
    background: linear-gradient(90deg, hsl(305, 91.20%, 26.70%)  0%, rgb(4, 4, 4) 100%);
}
#navthepage{
    background: linear-gradient(90deg,rgb(31, 143, 0) 0%, rgb(3, 3, 3) 100%);
}
.mainnav {
	height: 30px;
	font-size: 1.8rem;
	width: 100%;
}
.mainnav ul {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 10px;
}
.mainnav ul li a{
	border: none;
    padding: 0 5px;
}
.mainnav ul li a:hover{
	border: none;
}
.checkbtn {
    display: block;
    right: 40px;
    font-size: 30px;
    color: white;
    float: right;
    margin-right: 20px;
}
.menu_icon_box{
	display: inline-block;
	width: fit-content;
	height: auto;
	background: none;
	margin: 18px 10px 2px 5px;
	position: fixed;
	border-radius: 4px;
	cursor: pointer;
	right: 0;
    padding: 2px;
	z-index: 20;
	}
.line1, .line2, .line3{
    display: block;
	width: 40px;
	height: 3px;
	background: white;
	border-radius: 50px;
	margin: 7px;
}
.active .line1{
    width: 28px;
	transform: translate(0, 15px)rotate(45deg);
    position: relative;
    left: 7px;
    top: -5px;
    transition: 200ms;
}
.active .line2{
	opacity: 0;
}
.active .line3{
    width: 28px;
	transform: translate(0, -15px)rotate(-45deg);
    position: relative;
    left: 7px;
    top: 5px;
    transition: 200ms;
}
.active#menu{
    right: 0;
    opacity: 1;
    pointer-events: fill;
    transition: 700ms;
}
#menu {
    height: 200px;
    width: 250px;
    display: flex;
	flex-direction: column;
    position: fixed;
    right: -100%;
	margin: 0;
	background: var(--grey-tint);
    opacity: 0;
    pointer-events: none;
	text-align: right;
    transition: 500ms ease-in-out;
    justify-content: space-between;
}
#menu li {
    display: block;
    margin: 5px 0;
    line-height: 25px;
    z-index: 900;
}
#menu li a {
    z-index: 900;
}
#menu li button {
    background: rgb(67, 172, 170);
    color: black;
    font-family: broadway;
    padding: 6px 8px;
    margin: 10px 3px 0px 0px;
    border: 2px solid white;
    border-radius: 4px;
    text-transform: uppercase;
    outline: 0;
}
#menu li button:hover {
    background-color: yellow;
    transition: .5s;
    border: 2px solid white;
}

.proces {
	width: 100%;
	text-align: center;
	display: block;
}
.proceslist {
	color: white;
	font-weight: bold;
	display: inline-block;
}
.proceslist li {
    margin: 0 0 0 0;
    display: inline-block;
    line-height: 35px;
}
.proceslist li label {
    background: rgb(67, 172, 170);
    color: black;
    border: 1px solid white;
    border-radius: 4px;
    text-transform: uppercase;
    outline: 0;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
}
.proceslist li label:active {
    background: rgb(67, 172, 170);
}
.proceslist li label:focus {
    background: rgb(67, 172, 170);
}
.proceslist li label:hover {
    background: rgb(67, 172, 170);
    cursor: default;
    border: 1px solid white;
}
.mainmenuitem {
	border-radius: 4px;
	font-family: britannic;
	color: black;
}
a.thefish {
	background: rgb(0, 130, 230);
    border: none;
}
a.therock {
	background: rgb(255, 47, 47);
    border: none;
}
a.thefoto {
	background: rgb(173, 42, 197);
    border: none;
}
a.thepage {
	background: rgb(31, 143, 0);
    border: none;
}
a.thepage:hover, a.thefoto:hover, a.therock:hover, a.thefish:hover{
	background: rgb(255, 255, 0);
}
/*-------------------------------------main content-------------------------------------------*/
.maincontent{
	display:flex;
	justify-content:flex-start;
    flex-direction: column;
    align-self: center;
	margin: 0;
    padding: 0;
    min-height: 70vh;
}
/* The grid: Four equal columns that floats next to each other */
.row {
	width: 100%;
	display: flex;
}
.column {
	width: 25%;
	padding: 10px;
	flex-direction: column;
}
.column img {
    opacity: 1;
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.column img:hover {
    opacity: 0.8;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.closebtn {
	position: absolute;
	top: 10px;
	right: 15px;
	color: white;
	font-size: 35px;
	cursor: pointer;
}
.container {
    background: rgba(0, 181, 197, .7) url(../gedeeldebestanden/petanque-bg.png) center/cover no-repeat;
    background-blend-mode: multiply;
    min-height: 550px;
    margin: 0;
    display: grid;
    grid-template: 1fr 1fr / 1fr 1fr;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 0 auto;
    gap: 4px;
}
.linksboven, .rechtsboven, .linksonder, .rechtsonder {
    padding: 8px;
    min-height: fit-content;
    animation-name: vergroot;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-fill-mode:forwards;
	animation-timing-function: linear;
    border-radius: 10px;
}
@keyframes vergroot {
	0% {
        transform: scale(50%);
	}
	90% {
        transform: scale(92%);
	}
    100% {
        transform: scale(90%);
	}
}

.linksboven{
    background: rgba(31, 143, 0, 0.4);
}
.linksonder {
    background: rgba(255, 0, 0, 0.4);
}
.rechtsboven {
    background: rgba(0, 0, 255, 0.4);
}
.rechtsonder {
    background: rgba(177, 0, 255, 0.4);
}
/*
.linksboven::before, .linksonder::before, .rechtsboven::before, .rechtsonder::before  {
    content: "";
    min-height: 430px;
    width: 100%;
}
.linksboven::before, .linksonder::before{
  float: left;
}
.rechtsboven::before, .rechtsonder::before {
  float: right;
}

.linksboven::before{
    shape-outside: polygon(49% 0, 38% 8%, 26% 18%, 15% 29%, 6% 41%, 0 56%, 0 84%, 16% 100%, 0 100%, 0 0);
}
.linksonder::before {
    shape-outside: polygon(18% 0, 0 18%, 0 43%, 6% 59%, 14% 72%, 25% 83%, 36% 92%, 51% 100%, 0 100%, 0 0);
}
.rechtsboven::before{
  shape-outside: polygon(51% 0, 62% 8%, 75% 17%, 86% 28%, 95% 41%, 100% 57%, 100% 75%, 80% 100%, 100% 100%, 100% 0);
}
.rechtsonder::before {
  shape-outside: polygon(84% 0, 100% 16%, 100% 48%, 95% 58%, 87% 69%, 77% 80%, 65% 90%, 51% 100%, 100% 100%, 100% 0);
}
*/
.linksboven p, .linksonder p{
    margin: 0;
    height: 100%;
    text-align: left;
    color: white;
}
.rechtsboven p, .rechtsonder p{
    margin: 0;
    height: 100%;
    text-align: right;
    color: white;
}
.maincontent {
	align-self: center;
	text-align: left;
	align-content: center;
	align-items: center;
	max-width: 900px;
	padding: 8px 10px 8px 10px;
}
maincontent img {
    object-fit: contain;
    padding: 0px 0px 0px 0px;
    width: 100vw;
    display: inline-block;
    flex-direction: column;
    margin: 0px 5px 5px 0px;
    border: hidden;
    border-radius: 4px;
}
div input[type=text], select {
	width: 45vw;
	display: inline-block;
	padding: 8px;
	min-width: 300px;
	border: hidden;
	border-radius: 4px;
	max-width: 100%
}
div input[type=email], select {
	width: 45vw;
	display: inline-block;
	padding: 8px ;
	min-width: 300px;
	border: hidden;
	border-radius: 4px;
	max-width: 100%
}
div textarea, select {
	width: 45vw;
	display: inline-block;
	padding: 8px;
	min-width: 300px;
	border: hidden;
	border-radius: 4px;
	resize: none;
	max-width: 100%
}
form button {
	width: 45vw;
	background-color: #ABABAB;
	color: black;
	cursor: pointer;
	display: inline-block;
	padding: 8px;
	margin: 10px 0 0 0;
	min-width: 300px;
	border: hidden;
	border-radius: 4px;
	font-weight: 900;
	max-width: 100%
}
form button:hover {
    background-color: #8E8E8E;
    border: 1px solid black;
}
div.form-group {
	color: black;
	font-size: 16px;
	margin: 0px 5px 5px 0px;
	display: flex;
	flex-direction: column;
}
div.embed {
	flex-direction: column;
}
.header1 {
	float: left;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 100%;
	text-align: justify;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 5px 0px;
}
.header2 {
	float: left;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 100%;
	text-align: justify;
	padding: 0px 0px 0px 0px;
}
.fishbox1 {
	float: left;
	box-sizing: border-box;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
}
.fishbox2 {
	float: right;
	box-sizing: border-box;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 49%;
	min-width: 300px;
}
.fishbox3 {
	float: left;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 100%;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
}
.pagebox2 {
	float: left;
	box-sizing: border-box;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 36%;
	min-width: 300px;
}
.pagebox3 {
	float: right;
	box-sizing: border-box;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 62%;
	min-width: 300px;
}
.pagebox4 {
	float: left;
	box-sizing: border-box;
	text-align: left;
	padding: 23px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 60%;
	min-width: 300px;
}
.rockbox1 {
	float: left;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 80%;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 3px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 65%;
}
.rockbox2 {
	float: right;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 100%;
	text-align: justify;
	padding: 6px 8px 4px 8px;
	margin: 0px 5px 5px 0px;
	border: hidden;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.2);
	width: 34%;
}
.rockbox3 {
	float: left;
	box-sizing: border-box;
	min-width: 220px;
	max-width: 40%;
	text-align: justify;
	padding: 25px 8px 11px 8px;
	margin: 0px 3px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 16%;
}
.rockbox4 {
	float: left;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 100%;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 3px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 39%;
}
.rockbox5 {
	float: left;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 100%;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
}
.fotobox1 {
	float: left;
	box-sizing: border-box;
	min-width: 200px;
	max-width: 60%;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
}

.fotobox2 {
	float: right;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 38%;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
}
.fotobox3 {
	float: right;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 38%;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
}
.fotobox4 {
	float: left;
	box-sizing: border-box;
	text-align: left;
	padding: 23px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 60%;
	min-width: 300px;
}
div.alert-success {
	height: 40px;
	background-color: rgba(255,255,255,0.2);
	color: darkgreen;
	font-size: 25px;
	margin: 10px 0px 10px 0px;
	padding: 20px 20px 20px 40px;
	font-weight: 1000;
	text-align: left;
	border: 2px;
	border-style: solid;
	border-color: darkgreen;
	border-radius: 4px;
	max-width: 70%;
}
div.alert-danger {
	height: 40px;
	background-color: rgba(255,255,255,0.2);
	color: red;
	font-size: 25px;
	margin: 10px 0px 10px 0px;
	padding: 20px 20px 20px 40px;
	font-weight: 1000;
	text-align: left;
	border: 2px;
	border-style: solid;
	border-color: red;
	border-radius: 4px;
	max-width: 70%;
}
.marquee {
    height: 80px;
    width: 100px;
    margin-left: 10px;
    position: relative;
    animation-name: marquee;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    animation-duration: 2s;
    animation-timing-function: linear;
    }
@keyframes marquee {
0%   {left:100px; top:0px;}
100% {left: 0px; top:0px;}
}


/*-------------------------------------------footer content---------------------------------*/
.footer {
    position: static;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
    bottom:0px;
}
#footerthepage{
    background: linear-gradient(90deg,rgb(31, 143, 0) 0%, rgb(3, 3, 3) 100%);
}
#footertherock{
    background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(4, 4, 4) 100%);
}
#footerthefish{
    background: linear-gradient(90deg,rgb(0, 120, 255) 0%, rgb(3, 3, 3) 100%);
}
#footerthefoto{
    background: linear-gradient(90deg, hsl(305, 91.20%, 26.70%)  0%, rgb(4, 4, 4) 100%);
}
#footerthehobby{
    background: linear-gradient(90deg, black 0%, rgb(255, 255, 0) 50%, black 100%);
}

/*-------------------------------------------media query---------------------------------*/
@media screen and (min-width: 400px) {
body {
    display: flex;
    flex-direction: column;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
section{
    min-height: 100%;
}
}


@media screen and (min-width: 900px) {
.maincontent{
    width: 880px;
    margin: 0 auto;
    min-width: 880px;
}
#navtherock{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#navthefish{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#navthefoto{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#navthepage{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu_icon_box{
	display: none;
}
#menu {
	padding: 0;
	margin: 0;
    z-index: 10;
    opacity: 1;
    pointer-events: fill;
	flex-direction: row;
    position: relative;
    right: 0;
	background: none;
    height: 70px;
    width: fit-content;
    }
#menu li {
    display: inline-block;
    line-height: 50px;
    margin: 0 5px;
}
#menu li button {
    background: rgb(67, 172, 170);
    color: black;
    font-size: 18px;
    font-family: broadway;
    padding: 4px 4px 4px 4px;
    margin: 22px 3px 0px 0px;
    border: 1px solid white;
    border-radius: 4px;
    text-transform: uppercase;
    outline: 0;
}
#menu li button:active {
    background-color: yellow;
    border: 1px solid white;
    transition: .5s;
}
#menu li button:focus {
    background-color: yellow;
    transition: .5s;
    border: 1px solid white;
}
#menu li button:hover {
    background-color: yellow;
    cursor: pointer;
    transition: .5s;
    border: 1px solid white;
}
.clock {
    display: inline-block;
}
.container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto;
    place-content: center;
    gap: 2px;
}
.linksboven, .rechtsboven, .linksonder, .rechtsonder {
    animation-name: vergroot;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-fill-mode:forwards;
	animation-timing-function: linear;
}
@keyframes vergroot {
	0% {
        transform: scale(50%);
	}
	90% {
        transform: scale(90%);
	}
    100% {
        transform: scale(88%);
	}
}
.linksboven{
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask:
    calc(100% - var(--_d) - var(--x)) 100% var(--_m),
    100% calc(100% - var(--_d) - var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 100%,#0000 99%,#000 calc(100% + 1px)) 
     calc(-1*var(--r) - var(--x)) calc(-1*var(--r) - var(--y)),
    var(--_g) calc(-1*var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(-1*var(--_d) - var(--y));
  mask-repeat: no-repeat;
}
.linksonder {
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(at calc(100% - var(--r)) var(--r),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask:
    calc(100% - var(--_d) - var(--x)) 0 var(--_m),
    100% calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 0,#0000 99%,#000 calc(100% + 1px)) 
     calc(-1*var(--r) - var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(-1*var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;
}
.rechtsboven {
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(from 180deg at var(--r) calc(100% - var(--r)),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask:
    calc(var(--_d) + var(--x)) 100% var(--_m),
    0 calc(100% - var(--_d) - var(--y)) var(--_m),
    radial-gradient(var(--s) at 0 100%,#0000 99%,#000 calc(100% + 1px)) 
     calc(var(--r) + var(--x)) calc(-1*var(--r) - var(--y)),
    var(--_g) calc(var(--_d) + var(--x)) 0,
    var(--_g) 0 calc(-1*var(--_d) - var(--y));
  mask-repeat: no-repeat;
}
.rechtsonder {
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(at var(--r) var(--r),#000 75%,#0000 0);
  --_d:(var(--s) + var(--r));
  mask:
    calc(var(--_d) + var(--x)) 0 var(--_m),
    0 calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 0 0,#0000 99%,#000 calc(100% + 1px)) 
     calc(var(--r) + var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(var(--_d) + var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;
}
.cirkeldiv {
    --r: 10px; /* radius */
    --s: 100px; /* size of inner curve */
    --x: 2px; /* horizontal offset (no percentange) */
    --y: 2px;  /* vertical offset (no percentange) */

    border-radius: var(--r);
}
.linksboven::before, .linksonder::before, .rechtsboven::before, .rechtsonder::before  {
    content: "";
    min-height: 100%;
    width: 100%;
}
.linksboven::before, .linksonder::before{
  float: right;
}
.rechtsboven::before, .rechtsonder::before {
  float: left;
}
.linksboven::before{
    shape-outside: polygon(85% 77%, 93% 71%, 100% 68%, 100% 100%, 70% 100%, 73% 91%, 79% 84%);
}
.linksonder::before {
    shape-outside: polygon(65% 10%, 61% 0, 100% 0, 100% 38%, 90% 34%, 80% 28%, 70% 19%);
}
.rechtsboven::before{
  shape-outside: polygon(8% 71%, 0 69%, 0 100%, 33% 100%, 29% 90%, 24% 82%, 17% 75%);

}
.rechtsonder::before {
  shape-outside: polygon(35% 11%, 36% 0, 0 0, 0 35%, 11% 34%, 23% 29%, 31% 21%);
}
}
