* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Georgia, 'Times New Roman', Times, serif;
}

body {
    background: #36474f;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

nav {
    background: #43a5f6;
}

nav:after {
    content: '';
    clear: both;
    display: table;
}

nav .logo {
float: left;
color: white;
font-size: 27px;
font-weight: 600;
line-height: 70px;
padding-left: 60px;
}

nav ul {
    float: right;
    list-style: none;
    margin-right: 450px;
    position: relative;
}

nav ul li {
    float: left;
    display: inline-block;
    background: #43a5f6;
    margin: 0 5px;
}

nav ul li a {
color: white;
text-decoration: none;
line-height: 70px;
font-size: 24px;
padding: 9px 15px;
}

nav ul li a:hover {
    color: cyan;
    border-radius: 5px;
    box-shadow: 0 0 5px #33ffff,
                0 0 5px #66ffff;
}

nav ul ul li a:hover {
    color: cyan;
    box-shadow: none;
}

nav ul ul {
    position: absolute;
    top: 90px;
    border-top: 3px solid cyan;
    opacity: 0;
    visibility: hidden;
    transition: top .3s;
}

nav ul ul ul {
    border-top: none;
}

nav ul li:hover > ul {
    top: 70px;
    opacity: 1;
    visibility: visible;
}

nav ul ul li {
    position: relative;
    margin: 0px;
    width: 300px;
    float: none;
    display: list-item;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    background: #36474f;
}

nav ul ul li a {
    line-height: 50px;
}

nav ul ul ul li {
    position: relative;
    top: -70px;
    left: 150px;
}

.fa-plus {
    margin-left: 40px;
    font-size: 15px;
}

.show,.icon,input {
    display: none;
}

.show, input {
    display: none;
}

.aktiviteiten {
    color: white;
}

.test1 {
    display: none;
}

.muziek {
    padding-left: 300px;
}

.logo2 {
    display: none;
}

.affiche2 {
    display: none;
}

.Neefs {
    display: none;
    width: 100px;
}

.Neefs1 {
    display: flex;
    width: 500px;
  }

@media all and (max-width: 968px) {
  .Neefs {
    display: flex;
    width: 300px;
  }

  .Neefs1 {
    display: none;
  }

  .aktiviteiten2 {
    width: 100%;
  }
    .affiche {
    display: none;
  }
    .aktiviteiten1 {
    display: none;
  }
    .logo2 {
    display: flex;
  }
  
    .logo1 {
    display: none;
 }

 .test {
    display: none;
 }
 .muziek {
    padding-left: 0px;
 }

 .aktiviteiten{

 }
 

 .test1 {
    display: none;
 }
    nav ul li {
        float: left;
        display: inline-block;
        background: #36474f;
        margin: 0 5px;
    }

nav ul{
margin-right: 0px;
float: left;
}

nav .logo{
    padding-left: 30px;
    width: 100%;
}

nav ul li, nav ul ul li {
    display: block;
    width: 100%;
}

nav ul ul {
    top: 70px;
    position: static;
    border-top: none;
    float: none;
    display: none;
    opacity: 1;
    visibility: visible;
}

nav ul ul ul li {
    position: static;
}

nav ul ul li {
    border-bottom: 0px;
}
nav ul ul a {
    padding-left: 40px;
}

nav ul ul ul a {
    padding-left: 80px;
}

.show {
    display: block;
    color: white;
    font-size: 24px;
    padding: 0 20px;
    line-height: 70px;
    cursor: pointer;
}

.show:hover {
    color: cyan;
}
nav ul a:hover {
    box-shadow: none;
}

.icon {
    display: block;
    color: white;
    position: absolute;
    right: 40px;
    line-height: 70px;
    font-size: 25px;
    cursor: pointer;
}

nav ul li a:hover {
    box-shadow: none;
}

.show + a, ul {
    display: none;
}

[id^=btn]:checked + ul {
    display: block;
}
}