
        @import url(//fonts.googleapis.com/css?family=Merienda);
        @import url(//fonts.google.com/specimen/Roboto?selection.family=Roboto);
        @import url(//fonts.googleapis.com/css?family=Pacifico);
        @import url(//fonts.googleapis.com/css?family=Permanent+Marker);


/* WEBSITE */

.html, body{height=100vh; vertical-align: middle; margin: 0 0; border: 0;}

.sidebar{
    display: flex;
    justify-content: space-evenly;
    flex-flow: column wrap;
    flex-direction: column;
    position:fixed;
    width: 15%;
    height: 100%;
    background-image: url(https://images.pexels.com/photos/3620913/pexels-photo-3620913.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260);
    background-position: center;
    border-style: none ridge none none;
    border-color: #b2b2b2;
    }

.buttoncontainer{
    width:100%;
    }

.button{
    width: 150px;
    border: 2px ridge #ededed;
    border-radius: 6px;
    background-color: #132;
    color: white;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    opacity: 1;
    white-space: normal;
    overflow-wrap: break-word;
    }

.button:hover{
    background-color: #215b41;
    color: white;
    }

@media only screen and (min-width: 1000px){
.maincontainer{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100vh - 70px);
    background-image: url(https://images.pexels.com/photos/3609112/pexels-photo-3609112.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260);
    background-size: cover;
    }
.maincontainer2{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    background-image: url(https://images.pexels.com/photos/3609112/pexels-photo-3609112.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260);
    background-size: cover;
    }
 }

.submaincontainer{
    font-family: 'Permanent Marker', sans-serif;
    font-size: 80px;
    margin: 0 auto auto auto;
    text-align: center;
    }

.smc{
    font-family: 'Raleway', sans-serif;
    font-size: 65px;
    width=10%;
    }

#submaincontainer2{
    margin: 20vh 0 auto auto;
    text-align: left;
    }

#submaincontainer3{
    margin: 20vh auto auto auto;
    text-align: left;
    }

.imgcontainer{
    display: block;
    margin: auto auto;
    justify-content: center;
    }

#profilbild{
    width: 70%;
    height: 70%;
    border-radius: 100%;
    border: 1px dashed #ddd;
    box-shadow: 0 0 0 3px #ddd, 0 0 0 5px #fff, 0 0 0 10px #ddd, 0 0 2px 10px #132;
    }

#kurs{
    width:23%;
    height:auto;
    margin: 2% auto;
    border: 10px ridge #a97f00;
    }

#kurs1{
    width:25%;
    height: auto;
    margin: auto auto;
    border: 10px ridge #a97f00;
    }


#game{
    margin: -130px auto auto auto;
    border: 10px ridge #a97f00;
    }


.iframe{
    width:100vw;
    height:100vh;
    margin-top: 0px;
    }

div.img {
    display:flex;
    margin: auto 100px;
    float: left;
    flex-wrap: wrap;
    align-items:center;
    width: 250px;
    height:200px;
    }

div.img img {
    width: 100%;
    height: 100%;
    border: 2px ridge #132; /* Gray border */
    border-radius: 4px;  /* Rounded border */
    padding: 0px; /* Some padding */
    }

/**
img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
    }
**/


    #logo{
    width:30%;
    vertical-align: middle;
    }


@media only screen and (min-width:1050px) {
.fa {
    margin-top: 18px;
    margin-left: 15px;
    padding: 10px;
    font-size: 15px;
    width: 15px;
    text-align: center;
    text-decoration: none;
}
.fa:hover {
    opacity: 1.0;
}
.fa-facebook-official {
  background: #3B5998;
  color: white;
  border-radius:100px;
}
.fa-instagram {
  background: #125688;
  color: white;
  border-radius:100px;
        background: #125688;
        background-image:url("https://image.shutterstock.com/image-vector/instagram-insta-background-gradient-colorful-260nw-1008425833.jpg");
        background-size: 110% 110%;
}
.fa-codepen {
  background: #505050;
  color: white;
  border-radius:100px;
  background-size: 110% 110%;
}
}


/* Fading animation
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    }

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
    }

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
    }
*/


/* MOBILE LANDSCAPE */

@media only screen and (min-width: 640px) and (max-width:1050px) and (orientation:landscape) {

    .maincontainer {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
    background-image: url(https://images.pexels.com/photos/3609112/pexels-photo-3609112.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260);
        background-size: cover;
        }

                .maincontainer2{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
    background-image: url(https://images.pexels.com/photos/3609112/pexels-photo-3609112.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260);
        background-size: cover;
        }


    .submaincontainer {
        font-family: 'Permanent Marker', sans-serif;
        font-size: 25px;
        margin: 15px auto auto auto;
        text-align: center;
        height: 80%;
        }

    #submaincontainer3 {
        margin: 20vh auto auto auto;
        text-align: center;
                font-family: 'Raleway', sans-serif;
        font-size: 45px;
        }

    img.brand {
        max-width:60vw;
        max-height: 60vh;
        width: auto;
        height: auto;
        }
    #iframe{
        width:100vw;
        height:100vh;
        margin-top: 0;
        }
    #kurs{
        width:auto;
        height:auto;
        margin: 5% auto;
        border: 10px ridge #a97f00;
        }


    .fotos{
        margin: 0 30%;
        width: auto;
        height: 80%;
        }

    .fa {
        width: 702px;
        padding-left: 14px;
        font-size: 22px;

    }
    .fa-facebook-official {
      background: #3B5998;
    }

    .fa-instagram {
        background: #125688;
        background-image:url("https://image.shutterstock.com/image-vector/instagram-insta-background-gradient-colorful-260nw-1008425833.jpg");
        background-size: 100% 105%;
    }

    .thumb{
        border: 3px ridge #ddd;
        padding: 4px;
        width: 200px;
    }

    .thumb:hover {
        box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
    }

    .lightbox22{
        display:inline-block;
        vertical-align: middle;
        margin: auto auto auto 5%;
    }

}


/* MOBILE PORTRAIT*/
@media only screen and (min-width: 360px) and (orientation: portrait) {

    .maincontainer {
        display: flex;
        flex-wrap: wrap;
        height: 100vh;
		width: 100%;
    background-image: url(https://images.pexels.com/photos/3609112/pexels-photo-3609112.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260);
        background-size: cover;
    }
        .maincontainer2{
        display: flex;
        flex-wrap: wrap;
        height: auto;
		width: 100%;
    background-image: url(https://images.pexels.com/photos/3609112/pexels-photo-3609112.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260);
        background-size: cover;
    }

    .submaincontainer {
        font-family: 'Permanent Marker', sans-serif;
        font-size: 45px;
        margin: 0 auto auto auto;
        text-align: center;
        height: 80%;
        }

    #submaincontainer3{
        margin: 30% auto auto auto;
        text-align: center;
        }

    img {
        width: 50%;
        }

    #iframe{
        width:100vw;
        height:100vh;
        margin-top: 0;
        }

    #kurs{
        width:80%;
        height:80%;
        margin: 10% auto;
        border: 10px ridge #a97f00;
        }

    #kurs1{
        width:80%;
        height: auto;
        margin: auto auto;
        border: 10px ridge #a97f00;
    }

    .smc{
        font-family: 'Raleway', sans-serif;
        font-size: 45px;
        width=10%;
        }

    .fotos{
        margin: auto 10%;
        width:80%;
        height:auto;
        }

    .fa {
        font-size: 22px;
        }


    a.booki{
        background: #3B5998;
        display:block;
        }

    a.insta{
        background: #125688;
        background: #125688;
        background-image:url("https://image.shutterstock.com/image-vector/instagram-insta-background-gradient-colorful-260nw-1008425833.jpg");
        background-size: 100% 120%;
        display:block;
        }
    a.codepen{
        background: #505050;
        background-size: 100% 120%;
        display:block;
     }



    .thumb{
        border: 3px ridge #ddd;
        padding: 4px;
        width: 200px;
        margin: 15px 21%;
    }

    .thumb:hover {
        box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
    }

    .lightbox22{
        display:inline-block;
        margin: 5% auto auto auto;
        vertical-align: middle
    }

    #game{
        width: 80%;
        margin: -180px auto auto 32px;
        border: 10px ridge #a97f00;
    }



}



/* NAVBAR */

@charset "UTF-8";
nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: #222222;
  color: #ffffff;
  text-decoration: none;
}
nav ul li a:hover {
  background: #ddd;
  color: black;
}
.social:hover {
    background: #125341;
    color: #91e2ff;
}
nav ul li a:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
  z-index: 1;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #222222;
  height: 70px;
  width: 70px;
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #1f7a61;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}


/* MOBILE */

@media only screen and (max-width: 850px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 0px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 800px) {
  .nav-list {
    display: block !important;
  }
}
.navigation {
  height: 70px;
  background: #222222;
  font-family: "Roboto", sans-serif;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

