        * {
            color: #fe019a;
            font-size: 20px;
            font-weight: 400;
            box-sizing: border-box;
            font-family: 'Monteserat', Arial, sans-serif;
        }

.selektor1 {
	   font-family: serif;
           font-size: 15px;
           cfont-weight: 400;
	   text-align: center;
}

.selektor2 {
	   font-family: serif;
           font-size: 20px;
           cfont-weight: 400;
	   text-align: center;
	   color: #EBECF0;

}

.selektor3 {
	   font-family: serif;
           font-size: 15px;
           cfont-weight: 400;
	   text-align: center;
	   color: #EBECF0;

}

      img {
      max-width: 100%;
      height: auto;
      }


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container-wrapper {
max-width: 100%;
width: 600px;
left: 0;
right:0;
margin:auto;
}     
        nav,
        section,
        footer {
            text-align: center;
            border-radius: 7px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(254,1,154,.55);
	    background: black;
        }
 
        header {
            width: 25%;
            display: inline-block;
        }

        text {
            width: 25%;
            display: inline-block;
        }
 
        nav {
            width: calc(75% - 55px);
            margin: 25px 25px 25px 0px;
	    margin-top: 45px;
            float: right;
	    background: black;
        }

 
        section {
            float: left;
            width: calc(100% - 55px);
            margin: 25px 25px 25px 25px;
            
        }
 
        section header,
        section article,
        section footer {
            width: 100%;
            border-radius: 7px;
            border: 1px solid #e5e5e5;
            box-shadow: none;
            margin: 25px 0px 0px 0px;
            padding: 25px;

background: linear-gradient(to top, grey, black);
        }

        section text {
            width: 100%;
            border-radius: 7px;
            border: 1px solid #e5e5e5;
            box-shadow: none;
            margin: 25px 0px 0px 0px;
            padding: 25px;
		background:black;
        }
 
        footer {
            width: calc(100% - 55px);
            margin: 25px 25px 0px 25px;
            clear: both;
	    background: black;
        }
        #agePopup {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .agePopupContent {
            background: black;
            padding: 20px;
            border-radius: 5px;
            text-align: center;
        }

        .agePopupContent button {
            margin: 10px;
        }

        .no-scroll {
            overflow: hidden;
        }