:root {
    --header-height:  125px;
    --blue: #5390cd;
    --red: #e83f3f;
    --yellow: #ffd512;
    --yellow-light: #eeefb2;
    --blue-light:#a8d7d2;
    --orange: #f28236;

    --color1: var(--blue);
    --color2: var(--red);
    --color3: var(--red);
}

::-webkit-scrollbar {
    width: 12px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 25px !important;
    background: rgba(255,255,255,0.75);
    transition: .5s;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,1);
    transition: .5s;
}

::-webkit-scrollbar-track {
    box-shadow: none;
    background: #5390cd !important;
}


ul {
    list-style-type: none;
}

li:before {
    content: '\2713';
    color: rgb(79, 172, 83);
    position: absolute;
    left: -30px;
    font-weight: bold;
    font-size: 19px;
}

#main {
    width: 100%;
    padding-top: var(--header-height);
}

.scrollHeader {
    --header-height: 90px;
}

* {
	position: relative;
	box-sizing: border-box;
}

.animate-up {
    transform:  translate(0px,100px);
    opacity: 0;
}

.animate-left {
    transform:  translate(100px,0px);
    opacity: 0;
}

.in-view {
    transform:  translate(0%,0%);
    opacity: 1;
}


.animate, .in-view {
    transition: opacity .5s, transform 1s !important;
}

.animate-per-scroll {
    transition: 0.2s;
}

body, html {
	margin: 0px;
	padding: 0px;
	font-family: raleway, sans-serif;
    font-weight: 500;
    font-style: normal;
	line-height: 22px;
    color: black;
    background: var(--blue);
}

.menu-open { overflow: hidden; }

.center { text-align: center; }

.wf-loading { visibility: hidden;}

.container {
	max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.simple form input, .simple form select {
    border: 1px solid #ccc;
    padding: 8px 12px;
    color: #000;
    border-radius: 3px;
    margin: 2.5px 0px;
    max-width: 100%;
    font-family: inherit;
    width: 100%;
    min-width: auto;
}

.simple form .inline {
    display: inline-block !important;
    vertical-align: top;
}

.simple form {
    width: 100%;
    max-width: 600px;
    margin: 25px auto;
}
.simple form label {
    margin: 11px 0px 2px 0px;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
}

.simple {
    font-size: 12px;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
}

.simple img {
    height: 300px;
    float: right;
}

.simple>p {
    xxmin-height: 300px;
}

.simple h1 {
    font-size: 26px;
}


.simple form .required label:after {
    content: "*";
    color: red;
    font-weight: bold;
    margin-left: 5px;
}

#hamburger,
#hamburger::before,
#hamburger::after {
  background-color: white;
  height: 3px;
  width: 25px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
  z-index: 101;
  display: none;
  cursor: pointer;
}

#hamburger::before {
    content: '';
    margin-top: -8px;
}
#hamburger::after {
  content: '';
  margin-top: 12px;
}

.hamburger-cnt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.menu-open #hamburger::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

.menu-open #hamburger {
  background: rgba(255, 255, 255, 0);
}

.menu-open #hamburger::after {
  margin-top: -3px;
  transform: rotate(-405deg);
}

.border-block {
    padding: 20px;
    margin: 10px 0px;
    background: white;
    color: black;
        -webkit-box-shadow: 0px 0px 6px 1px rgba(25,25,25,.3);
    -moz-box-shadow: 0px 0px 6px 1px rgba(25,25,25,.3);
    box-shadow: 0px 0px 6px 1px rgba(25,25,25,.3);
        border: 8px solid #fefefe;
}

.border-block-left {
    display: inline-block;
    width: 70%;
    vertical-align: top;
}

.border-block-right {
    display: inline-block;
    width: calc(30% - 30px);
    vertical-align: top;
    margin-left: 30px;
    padding: 35px;
}

.red-gradient {
    padding: 75px;
    background: linear-gradient(15deg, #ff1616, #ffe52d);
    color: white;
}

.gradient h3 {
    font-size: 44px;
}

.blue-gradient {
    background: linear-gradient(180deg, var(--yellow-light), var(--blue-light));
}

.blue-gradient  h3 {
    color: white;
}

.valuta {
    font-family: bitter, serif;
    font-size: 35px;
    font-weight: normal;
    border-bottom: 0px solid white;
    text-decoration: none;
    line-height: 60px;
    padding: 0px 15px;
    transform: rotate(3deg);
    display: inline-block;
    transform: rotate(-2deg);
    transform-origin: 0 0;
    color: rgb(210,37,55);
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7) !important;
    font-size: 33px;
    padding: 0px;
}
.valuta-old {
    color: black !important;
    text-decoration: line-through;
    font-size: 15px;
    padding: 0px;
}


.b-left, .b-right{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: center;
}

.padding {
    padding: 75px 0px;
}

.padding-m {
    padding: 50px 0px;
}

.stadion-fixed {
    background-image: url(/images/stadion.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    z-index: -1;
}

.stadion-fixed+.container {
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    padding: 10px;

}

.grid-cols-3 img {
    width: 75%;
    max-width: 400px;
}

.img-fixed {
    position: fixed;
    left: calc(7.5vh + 75px);
    z-index: 50;
    height: 600px;
    bottom: calc((100vh - 600px) / 2);
    transition: .75s;
    max-height: 700px;
}

.flex-end {
    align-self: flex-end;
}

.flex-start {
    align-self: flex-start;
}

    .img-fixed.passed {
        transition: .75s;
        position: absolute;
        transform: rotate(3deg) scale(0.75);
    }

.grid-cols-2{
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: center;
    grid-gap: 75px;
    justify-content: center;
}
.grid-cols-3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    grid-gap: 75px;
    justify-content: center;
    overflow: hidden;
}

.stadion-block, .sterrenteam-block {
    overflow-x: hidden;
}   

    .stadion-block h1 {
        color: white;
    }

    .stadion-block:before,
    .stadion-block:after,
    .sterrenteam-block:before,
    .sterrenteam-block:after{
        position: absolute;
        left: -60%;
        top: 0;
        width: 90%;
        height: 100%;
        content: '';
        background: rgb(129 182 220 / 88%);
        transition: .5s;
        z-index: 0;
        transform: skew(20deg, 0deg);
    }

    .stadion-block:after,
    .sterrenteam-block:after{
        left: 30%;
        width: 130%;
        background: rgb(165 222 236 / 87.5%);
        z-index: -1;
    }

        .sterrenteam-block:before {
            background: var(--orange);
            opacity: 0.88;
        }

        .sterrenteam-block:after {
            background: rgb(255 164 102);
            opacity: 0.88;
        }

    .in-view.stadion-block:before,
    .in-view.sterrenteam-block:before,
    .in-view.stadion-block:after,
    .in-view.sterrenteam-block:after {
        transform: skew(-20deg, 0deg);
        transition: .5s;
    }  

   

    hr {
        border: 0px;
        height: 1px;
        background: #ccc;
    }

    h3 {
        font-size: 44px;
        color: white;
    }

    h3.small {
        font-size: 30px;
    }

    .small.txt-shadow-l {
        text-shadow: 1px 1px 2px rgb(0 0 0);
    }

    .block-white h2, .block-white h3 {
        color: black;
    }

    .block-white.wide {
        max-width: 850px;
    }

    .block-white.widest {
        max-width: 1250px;
    }

.breadcrumbs {
    padding: 5px;
    font-size: 13px;
    margin-top: -15px;
    display: none;
}
 
    .breadcrumbs a, .breadcrumbs span {
        text-decoration: none;
        color: black;
        display: inline-block;
        vertical-align: middle;
        color: rgb(37, 129, 210);
    }

     .breadcrumbs a:hover {
        text-decoration: underline;
     }

    .breadcrumbs span {
        font-weight: bold;
        margin: 0px 15px;
    }

    .breadcrumbs img {
        width: 18px !important;
    }


button.btn.chosen {
    background: #a13232;
    transform: scale(1.1);
}


label.kd_dv2.chosen {
    background: #ffe5e5;
    border: 2px solid #d53333;
}

a.btn:hover:after {
    height: 100%;
    transition: height .3s;
}
a.btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: rgba(0,0,0,0.2);
    left: 0px;
    bottom: 0px;
    transition: height .3s;
}

.plus {
    font-size: 200%;
    color: #000;
    display: inline-block;
    vertical-align: sub;
}

.edition {
    margin-top: 50px;
}

.center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
}

    .alert-small {
        font-size: 11px;
    }

    .alert-primary {
        color: #004085;
        background-color: #cce5ff;
        border-color: #b8daff;
    }

    .alert-success {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
    }

    .alert-danger {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
    }

    .alert-warning {
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
    }

    .alert.hidden { display: none; }


.headline {
	font-size: 35px;
}


.steps {
    width: calc(100% - 300px);
    margin-left: 300px;
}



header nav .socials {
    display: none;
}

header nav a.active {
    color: #d41e1e;
}

header nav a.btn {
    margin: 0px;
    padding: 15px 1vw 11px 1vw;
}

header nav a.btn.active {
    color: white;
}

header nav a.btn:after {
    content:  none;
}

header nav a:hover {
    text-decoration: underline;
}

.red-skew {
    padding: 75px;
    margin: 10px auto;
    box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.3);
    z-index: 5;
    background-image: url('/images/red-pattern.jpg');
    } 

    .red-skew h3 {
        font-size: 56px;
    }   

    .red-skew .img {
        display: inline-block;
        vertical-align: midd
    }  
    

    .red-skew p {
        max-width: 400px;
        color: #d41e1e;
        font-size: 18px;
        line-height: 32px;
    }

.red-skew>.skew {
    background: rgba(255,255,255,.95);
    position: absolute;
    top: 2.5%;
    left: 2.5%;
    width: 95%;
    height: 95%;
    transform: skew(1deg,1deg) rotate(-1deg);
}


header nav a {
    padding: 15px 1vw 11px 1vw;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
.badoom>* {
	color: white;
    text-decoration: none;
    font-family: bitter, serif;
    font-weight: normal;
    border-bottom: 0px solid white;
    text-shadow: 1px 1px 2px rgba(0,0,0,1);
}

.badoom.no-shadow>* {
    text-shadow: none;
}

h1, h2, h3 {
	text-decoration: none;
    font-family: bitter, serif;
    font-weight: normal;
    border-bottom: 0px solid white;
    xxtext-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    line-height: 110%;
    text-transform: uppercase;
}


h1 {
	font-size: 38px;
    margin: 17.5px 0px;
}

.hor-list {
	display: flex;
	justify-content: space-around;
	margin: 50px auto;
	align-items: center;
}

	.hor-list img {
		height: 75px;
		width: auto;
		transition: transform .3s;
	}

		.hor-list img:hover {
			transform: scale(1.1);
			transition: transform .3s;
		}

	.hor-list .vert img {
		height: 125px;
	}

header a.magazine {
	height: 75px;
	display: inline-block;
    vertical-align: middle;
}

header .header-img {
   height: 150px;
    xxborder: 3px solid white;
    transform: translate(-50%,-50%) rotate(5deg) scale(1);
    transition: transform .3s;
    position: absolute;
    left: 50%;
    top: 75%;
}

#home {
    display: none;
}
	.scrollHeader header .header-img {
		transition: transform .3s;
		transform: translate(-50%,-50%) rotate(-180deg) scale(0);
	}


.cover-waaier {
    width: 300px;
    height: 300px;
    display: inline-block;
    vertical-align: middle;
}

.cover-waaier img {
    width: 65%;
}

.cover-waaier img {
    position: absolute;
    left:50%;
    top: 50%;
    transform:translate(-50%,-50%);
}

.cover-waaier img:nth-child(1){
    left: 25%;
    transform:translate(-50%,-50%) scale(0.75);
}

.cover-waaier img:nth-child(2){
    left: 75%;
    transform:translate(-50%,-50%) scale(0.75);
}

.block {
    min-height: calc(100vh - var(--header-height));
}

.mobile-only {
    display: none;
}

header {
    background: var(--blue);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
}

	header .container {
	    height: var(--header-height);
	    transition: height .5s;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: space-around;
	    -webkit-justify-content: space-around;
	    -ms-flex-pack: space-around;
	    justify-content: space-around;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	    transition: height .3s;
	}

.space-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.spinner {
    position: relative;
    height: 50px;
    width: 50px;
    margin: 25px auto;

}

    .spinner:before, .spinner:after {
        border: 8px solid transparent;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        position: absolute;
        content: "";
        border-top: 8px solid rgb(37, 129, 210) !important;
    }       

        .spinner.fixed { 
            position: fixed;
            top: calc(50% - 25px);
            left: calc(50% - 25px);
            z-index: 500;
        }

        .spinner.absolute {
            position: absolute;
            top: 100px;
            left: calc(50% - 25px);
            z-index: 500;
        }

        .spinner:before {
            animation: spineen 1s linear infinite;
        }

        .spinner:after {
            animation: spintwee 1s linear infinite;
        }

        @keyframes spineen {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        @keyframes spintwee {
            0% { transform: rotate(75deg); }
            50% { transform: rotate(180deg); }
            100% { transform: rotate(435deg);}
        }

.stadion-block .abs, .sterrenteam-block .abs, .img-abs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.img-abs  {
    z-index: auto;
}

.img-abs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stadion-block-simple .abs  {
    filter: grayscale(1);
}

    .img-abs:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(225 225 225 / 87%);
        z-index: 0;
    }

.block-white {
    width: 100%;
    max-width: 750px;
    display: inline-block;
    vertical-align: top;
    padding: 50px;
    background: white;
    line-height: 32px;
    text-align: left;
}

.block-white.split {
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: center;
    justify-content: center;
    text-align: left;
    column-gap: 50px;
}


.block-white p {
    text-align: left;
}

.bx-shadow {
    box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.3);
}

.page-block {
	padding: 75px;
    background: white;
}

.page-block.trans {
     border: 5px solid white;
     box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.3);
     margin: 10px auto;
     background: rgba(255,255,255,0.8);
     padding: 75px;
}

	nav>a, nav>.dropdown {
	    position: relative;
	    display: inline-block;
	    vertical-align: top;
	    text-decoration: none;
	    color: white;
	    padding: 20px;
	    margin-left: auto;
	    margin-right: auto;
	    text-transform: uppercase;
	    cursor: pointer;
	    text-align: center;
	    font-size: 24px;
	}

.bckgrnd {
    background-image: url(/images/grass.jpg);
    background-size: cover;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

footer{
	text-align: center;
	width: 100%;
	background: var(--blue);
    overflow: auto;
}

input, textarea {
    border-radius: 3px;
    display: block;
    min-width: 150px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    width: 500px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100%;
    text-shadow: none !important;
}

.btn {
    line-height: 100%;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    padding: 12px 20px;
    margin: 10px 5px;
    border: 0;
    vertical-align: top;
    position: relative;
    background: rgb(210,37,55);
    text-decoration: none;
    font-family: bitter, serif;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    display: inline-block;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,.3);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,.3);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,.3);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.btn:first-child {
    margin-left: 0px;
}

footer .socials {
	padding: 25px;
}

.socials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    column-gap: 15px;
}
.socials a {
	text-decoration: none;
    display: block;
}

footer a {
	color: white;
    text-decoration: none;
}

.img, .edition img {
    background: white;
    border: 11px solid #fefefe;
    -webkit-box-shadow: -4px 4px 4px 4px rgb(25 25 25 / 50%);
    -moz-box-shadow: -4px 4px 4px 4px rgb(25 25 25 / 50%);
    box-shadow: -4px 4px 4px 4px rgb(25 25 25 / 50%);
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    transform: rotate(-1deg);
    transform-origin: 50% 100%;
}

.edition .extraH2 {
    display: block;
    text-align: center;
    margin: 50px auto;
    max-width: 400px;
}

.edition img {
    max-width: 600px;
    margin: 25px auto;
    display: block;
}

.edition p,  .intro {
    width: 100%;
    max-width: 750px;
    display: block;
    margin: 0px auto;
    padding: 10px;
}

.img-inline-left {
    float: left;
    padding: 20px;
    width: 50%;
    max-width: 325px;
    display: block;
    margin-right: 50px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 0px !important;
    display: block;
}

.img-inline-right {
    float: right;
    padding: 20px;
    width: 50%;
    max-width: 350px;
    display: block;
    margin-left: 50px;
    margin-bottom: 25px;
    margin-top: 10px;
    padding: 0px !important;
    display: block;
}

.this-magazine {
    grid-template-columns: 1fr 2fr;
}

.this-magazine .block-white {

    margin-bottom: 50px;
}

.this-magazine .block-white img {
    width: 100%;
    height: auto;
}

.this-magazine .block-white h2 {
    font-size: 22px;
    color: var(--red);
}

.this-magazine .block-white .extraH2 {
    display: block;
    transform: none;
    text-align: center;
}

.this-magazine h1 {
    color: white;
}

.this-magazine .block-white h1 {
    color: black;
}

.extraH2 {
    font-size: 22px;
    color: white !important;
    background-color: black;
    padding: 5px;
    display: inline-block;
    font-style: italic;
    width: max-content;
}
#subscribe-info {
    display: none;
    transition: 0.5s;
    background-color: #f5f5f5;
    padding: 20px;
    margin: 10px 0px;
    color: #000;
}

.p33 {
    width: 32%;
    display: inline-block;
}

.p22 {
    width: 21.5%;
    display: inline-block;
}

h2 {
    font-weight: normal;
    margin: 10px 0px;
    font-size: 32px;
    color: white;
}

.padding-v {
    padding-left: 75px;
    padding-right: 75px;
}

.products {
    display: flex;
    align-items: stretch;
    justify-content: center;
    grid-gap: 50px;
}

.prdct {
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    row-gap: 40px;
    width: 25%;
}

.prdct:nth-of-type(2n+1) .img {

    transform: rotate(2deg);
}

span.euro {
    font-family: 'raleway';
    font-weight: bold;
}

.prdct-overlay {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    max-width: 325px;
}

.prdct img {
    width: 100%;
    max-width: 200px;
}

.red-gradient .btn, .btn.yellow {
    background: #edb202;
}

.swiper-container {
    width: 100%;
}

	.swiper-container.small {
	    width: 50%;
	    display: inline-block;
	    vertical-align: top;
	}

#custom_block.swiper-container {
      width: 100%;
    max-width: 1440px; 
    margin: 0px auto; 
}

#custom_block .swiper-slide {
	background: #eee;
    padding: 20px 50px;
    
    border: 5px solid white;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
    position: relative;

}

#custom_block .swiper-slide .fakeh2, .fakeh2 {
	font-family: bitter, serif;
	xxtext-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	    line-height: 110%;
	font-size: 30px;
    font-weight: normal;
    margin: 10px 0px;
}

#custom_block .swiper-slide .content {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

#custom_block .swiper-slide .img {
        border: 5px solid #fefefe;
	display: inline;
    float: right;
    width: 250px;
    
    -webkit-box-shadow: 4px 4px 6px 6px rgba(25,25,25,.2);
    -moz-box-shadow: 4px 4px 6px 6px rgba(25,25,25,.2);
    box-shadow: 4px 4px 6px 6px rgba(25,25,25,.2);
}

.right {
    text-align: right;
}

.pill {
    background: #d53333;
    color: white;
    text-align: center;
    border-radius: 25px;
    padding: 8px 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

#kaart_left {
    border: 15px solid #fefefe;
    -webkit-box-shadow: 4px 4px 6px 6px rgba(25,25,25,.6);
    -moz-box-shadow: 4px 4px 6px 6px rgba(25,25,25,.6);
    box-shadow: 4px 4px 6px 6px rgba(25,25,25,.6);
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    transform: rotate(-1deg);
    text-shadow: none !important;
    margin-top: 25px;
    border-radius: 45px;
}
#kaart_left, #kaart_right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

#kaart_right {
    padding-left: 30px;
}

#kaart_right ul {
    padding: 0px;
}

#kaart_right li {
    vertical-align: middle;
    background-repeat: no-repeat;
    list-style-type: none;
    position: relative;
}

#map_canvas {
    width: 100%;
    height: 50vw;
    border-radius: 30px;
}

#kaart_right a {
    background-image: url(/images/ball_icon.png);
    background-size: 20px 20px;
    background-position: 10px 5px;
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 31px;
    padding: 5px 0px 0px 50px;
    background-color: rgb(250, 196, 22);
    color: white;
    margin: 2px 0px;
    -webkit-box-shadow: 4px 4px 6px 6px rgba(25,25,25,.3);
    -moz-box-shadow: 4px 4px 6px 6px rgba(25,25,25,.3);
    box-shadow: 4px 4px 6px 6px rgba(25,25,25,.3);
    border-radius: 10px;
    display: block;
    text-decoration: none;
    position: relative;
}

	#kaart_right li:nth-child(2n) a {
	    transform: rotate(-.5deg);
	    background-color: rgb(87, 154, 34);
	}

	#kaart_right li:nth-child(3n) a {
	    transform: rotate(.5deg);
	    background-color: rgb(37, 129, 210);
	}


.margin-v { margin-bottom: 25px; margin-top: 25px; }
.margin-v-l { margin-bottom: 50px; margin-top: 50px; overflow: hidden; }
.txt-shadow {     text-shadow: 1px 1px 1px rgba(0,0,0,0.7); }
.txt-shadow-l {     
	text-shadow: 3px 3px 1px rgba(0,0,0,1); 
	-webkit-text-fill-color: white; /* Will override color (regardless of order) */
  	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: black;
}

.txt-shadow-l.red {
    -webkit-text-fill-color: rgb(210,37,55);
    color: rgb(210,37,55);
} 

.simple * {
    font-family: open-sans, sans-serif !important;
    text-shadow: none !important;
    transform: none !important;
}

.simple .valuta {
    font-size: 22px;
}

.simple .border-block {
     background: #eee !important;
     border: 0px;
     box-shadow: none !important;
     color: black !important;
}

.simple .border-block * {
    color: black !important;
}

.simple .btn {
    color: white !important;
    font-size: 14px !important;
}


.bbgk {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 400px);
}

.kd_dv {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 20px);
	height: 500px;
	margin: 10px;
	background: rgba(255,255,255,0.5);
	padding: 10px;
	border: 1px solid #ddd;
	background-size: cover;

}

#step2>.decads {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
}

.center.bak {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 10px auto;
}

.kd_dv2 {
    display: block;
    background: rgba(255,255,255,1);
    padding: 10px;
    border: 1px solid #ddd;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

    .kd_dv2 img {
        height: 150px;
    }

	.kd_dv2 .btn, .kd_dv .btn {
		font-size: 14px;
	    font-family: open-sans, sans-serif;
	    width: 100%;
	    margin: 5px 0px 0px 0px;
	    line-height: 20px;
	    padding: 9px 10px 15px 10px;
	}

		.kd_dv2 .btn.green, .kd_dv .btn.green {
			background: #0A0;
		}

	.kd_dv .dwn {
		position: absolute;
		bottom: 10px;
		left: 10px;
		width: calc(100% - 20px);
	}

    .kd_dv2 .dwn {
        grid-column: auto / span 2;
    }


	.kd_dv2 > h3, .kd_dv > h3 {
		text-shadow: -1px -1px 0 #fff,
		     0   -1px 0 #fff,
		     1px -1px 0 #fff,
		     1px  0   0 #fff,
		     1px  1px 0 #fff,
		     0    1px 0 #fff,
		    -1px  1px 0 #fff,
		    -1px  0   0 #fff;
        font-size: 26px;
	}

	.kd_dv2 h3, .kd_dv h3 {
		display: inline-block;
		line-height: normal;
		padding: 0px;
		margin: 0px;
        font-size: 14px;
	}


	.kd_dv2 .txt , .kd_dv .txt, .wcadeaus .txt {
		padding: 5px;
		background: rgba(255,255,255,0.8);
		margin-top: 10px;
		border: 1px solid #666;
		border-radius: 10px;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		line-height: normal;
	}

.pplyr {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	padding: 20px;
	text-align: center;
	z-index: 10;
	display: none;
}

.rndcls {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 100px;
	border: 1px solid #666;
	padding-top: 9px;
    font-size: 30px;
    color: #666;
    margin-top: 10px;
    cursor: pointer;
}


.ch_bx {
	padding: 50px;
	text-align: center;
	background: #fff;

}

.gallery {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.gallery a {
    width: 100%;
    height: 100%;
    display: block;
}

.gallery a:after {
    content: '';
    display: block;
    padding-top: calc(100% / 3 * 2);
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
} 

#fancybox-wrap, #fancybox-wrap * {
    box-sizing: initial;
}


.slick-arrow.slick-next, #fancybox-right {
    left: auto;
    right: 10px;
}
#fancybox-close, #fancybox-right, #fancybox-left {
    background: rgb(44, 44, 44);
}
.slick-arrow, #fancybox-right, #fancybox-left {
    font-size: 0px;
    border: 0px;
    width: 40px;
    height: 40px;
    background: black;
    position: absolute;
    top: 50%;
    left: -20px;
    z-index: 80;
    color: white;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
    transition: transform .3s;
    transform: translateY(-50%);
    border-radius: 25px;
    display: block;
    z-index: 5000;
}

.slick-arrow::before, #fancybox-right::before, #fancybox-left::before {
    content: ' ';
    display: inline-block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid currentColor;
    border-left: 8px solid transparent;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: calc(50% - 6px);
}

#fancybox-right {
    right: -20px;
    left: auto;
}

.slick-arrow.slick-next::before, #fancybox-right:before {
    border-left: 8px solid currentColor;
    border-right: 8px solid transparent;
    left: calc(50% + 4px);
}

#fancybox-close {
    box-shadow: 1px 1px 1px rgb(0 0 0);
    width: 40px;
    height: 40px;
    background: black;
    border-radius: 25px;
}

#fancybox-close:after {
    content: "x";
    position: absolute;
    left: 50%;
    top: 50%;
    color: white;
    transform: translate(-50%,-50%);
    font-size: 20px;
}


.floating-ball {
    position: absolute;
    left: -5vw;
    bottom: 0vw;
    height: var(--bal-height); 
    --rotation-end: 2700deg ;
    --bal-height: 5vw;
    animation: ball-walk ease-out 6s;
    width: var(--bal-height); 
    animation-fill-mode:  forwards;
    overflow: hidden;
    animation-delay: .5s;
    z-index: 900;

}

    .floating-ball.fixed {
        position: fixed;
    }

.floating-ball img {
    animation: bounce 1s;
    transform: translateY(0px);
    animation-iteration-count: 6;
    height: var(--bal-height); 
    position: absolute;
    left: 0px;
    animation-delay: .5s;
}

.floating-ball span {
    width: 100%;
    background: black;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 15px;
    border-radius: 50%;
    filter: blur(3px);
    opacity: 0.25;
    transform: scale(1);

    animation: shadow 1s;
    animation-iteration-count: 6;
    animation-delay: .75s;
}

.block-split {
    display: grid;
    grid-template-columns: 1fr 325px;
    align-items: flex-start;
    width: 100%;
    column-gap: 35px;
    padding: 0px;
}

.block-split>* {
    background: white;
    padding: 50px;
    position: sticky;
    top: calc(var(--header-height) + 25px);
}

.wcadeaus {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
}

.wcadeaus>label {
    border: 1px solid black;
    padding: 5px;
}

.wcadeaus>label h4 {
    margin: 0px;
}

#abonneren_outer .block-white {
    background: none;
}

.wcadeaus img {
    height: 150px !important;
    width: auto !important;
    margin: 0px auto;
    display: block;
}

.wcadeaus>label {
    border: 1px solid black;
    cursor: pointer;
    padding: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.price {
    color: var(--color3);
    font-weight: bold;
    font-size: 38px;
    line-height: 65px;
}

.price>div, .price sup {
    font-size: 18px;
    line-height: 29px;
}


input[type="radio"]:checked+label.btn {
    background: var(--red);
    background: var(--color2);
    color: white;
}

label.btn {
    margin-left:25px;
    margin-right: 25px;
    border: 1px solid var(--color2);
    color: var(--color2);
    background: white;
    text-shadow: none;
}

.wcadeaus input[type="radio"]:checked+label {
    border: 3px solid var(--red);
}

.wcadeaus input[type="radio"]:checked+label:after {
    content: 'Gekozen';
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--red);
    border-radius: 25px;
    padding: 5px 15px;
    color: white;
    transform: translate(-50%);
    z-index: 5;
}

.wcadeaus input[type="radio"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}

#abonneren_recap li {
    line-height: 27px;
}

.imgcntr>img {
    transform: rotate(-2deg);
}

.smaller {
    position: absolute;
    right: 0px;
    bottom: -5px;
    width: 60%;
    height: 60%;
}

.smaller img {
    transform: rotate(2deg);
    width: 100% !important;
    height: 100% !important;
}

.imgcntr img {
    border: 5px solid white;
    -webkit-box-shadow: 0px 0px 4px 3px rgb(25 25 25 / 50%);
    -moz-box-shadow: 0px 0px 4px 3px rgb(25 25 25 / 50%);
    box-shadow: 0px 0px 4px 3px rgb(25 25 25 / 50%);
    width: 100%;
}

.smaller span, .imgcntr .aantal {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background: white;
    color: var(--blue);
    font-size: 65px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 4px 3px rgb(25 25 25 / 50%);
}

.imgcntr .aantal {
    top: 5%;
    left: 50%;
    font-size: 17px;
}

label.btn>small {
    font-size: 15px;
}

div#abonneren_content>div:not(.spinner) {
    margin: 25px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 25px;
}

div#abonneren_content>div h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 26px;
    text-align: center;
    color: var(--color3, black);
}

.imgcntr {
    width: 100%;
    max-width: 175px;
    display: block;
    margin: 0px auto;
}

@keyframes bounce {
    0% {
        bottom: calc(100% - var(--bal-height) );
        transform: rotate( calc( var(--rotation-end) * 0 ));
        -webkit-animation-timing-function: ease-in;
    }
    50% {
        bottom: 20px;
        transform: rotate( calc( var(--rotation-end) * 0.5 ));
        -webkit-animation-timing-function: ease-out;
    }
    55% {
        bottom: 0px;
        transform: rotate( calc( var(--rotation-end) * 0.55 ));
        -webkit-animation-timing-function: ease-in;
    }
    65% {
        bottom: 20px;
        transform: rotate( calc( var(--rotation-end) * 0.65 ));
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        bottom: calc(100% - var(--bal-height));
        transform: rotate( calc( var(--rotation-end) * 1 ));
        -webkit-animation-timing-function: ease-in;
    }

}
@keyframes shadow {
    0% {
        opacity: 0.1;
        transform: scale(0.25);
    }
    55% {
        opacity: 0.25;
        transform: scale(1);
    }
    100% {
        opacity: 0.1;
        transform: scale(0.25);
    }

}

@keyframes ball-walk {
    0% {
        left: 0;
        height: 450px;
        --rotation-end: 2700deg ;
    }
    90% {
        left: calc(100vw - var(--bal-height) );
        height: 150px;
        --rotation-end: 2700deg ;
    }
    100% {
        left: calc(100vw - var(--bal-height) - 2.5vw);
        height: var(--bal-height); 
        --rotation-end: 360deg ;
    }

}


.header_slider_cntr {
    position: relative;
    min-height: min(calc(100vw / 16* 9), 700px);
    overflow: hidden;
}

.header_slider_cntr .video-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: var(--blue);
    background-image: url(https://www.panna-sterrenteam.nl/images/Sterrenteam-logo.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.header_slider_cntr .video-container:before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    content: '';
    height: 0px;
    box-shadow: 0px 0px 60px 30px rgb(0 0 0 / 70%);
    z-index: 1;
}

/*.header_slider_cntr .video-container:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    content: '';
    height: 0px;
    box-shadow: 0px 0px 60px 30px rgb(0 0 0 / 70%);
}*/

.header_slider_cntr .video-container:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    content: '';
    xxheight: 0px;
    xxbox-shadow: 0px 0px 60px 30px rgb(0 0 0 / 70%);
    z-index: 1;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}


.vrdlen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 25%;
    display: flex
;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    width: max-content;
    z-index: 5;
}

.vrdlen>div {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
}

.vrdlen>div ul {
    display: flex
;
    justify-content: space-around;
    align-items: flex-start;
    text-align: center;
    flex-direction: column;
    margin-left: 15px;
    padding: 0px;
}

.vrdlen>div ul li {
    padding: 12.5px 15px;
   font-size: 14px;
   color: white;
    padding-left: 30px !important;
    text-align: left;
}

/*#contents li::before, .vrdlen li:before, h3.star:before {
    content: "\2605";
    display: inline-block;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #f28236;
    font-size: 27px;
}*/
#contents li::before, .vrdlen li:before, h3.star:before {
    content: '';
    display: inline-block;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url('https://panna-sterrenteam.nl/images/arrow2.png');
    background-position: 100% 100%;
}

.header_slider_cntr .video-container{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: var(--blue);
    background-image: url('https://www.panna-sterrenteam.nl/images/Sterrenteam-logo.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}

 .header_slider_cntr .video-container video {
    width: 100%;
    height: calc(100vw / 16 * 9);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    filter: opacity(1);
    transition: .5s;
}

    .preload .video-container video{
        filter: opacity(0);
    }


.vrdlen h2 span {
    color: #fffe37;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #595823;
    font-style: italic;
    font-size: 21px;
    display: block;
}

.vrdlen .btn {
    align-self: center;
}

@media screen and (max-width: 900px) {

    .vrdlen {
        left: 0px;
        transform: translate(0%,-50%);
        width: calc(100vw - 30px);
        margin: 15px;
    }

    .header_slider_cntr .video-container, .header_slider_cntr {
        height: 100svh;
    }

    .header_slider_cntr .video-container video {
        width: calc(100svh / 9 * 16);
        height: 100%;
    }

    .vrdlen h2 {

        align-self: flex-end;
        text-align: left;
    }

}