html {
  height: 100%;
  overflow: hidden;
}


#preload-01 {
  background: url(../pictures/loading.gif) no-repeat -9999px -9999px; display: none;
}

#loadingGif {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: white;
  background-image: url(../pictures/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  z-index: 999;

}


body   {
  margin:0;
  padding:0;
  height: 100%;
  font-family: sans-serif;
  perspective: 1px;
  transform-style: preserve-3d;
  -webkit-perspective: 1px;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -ms-perspective: 1px;
  overflow-y:hidden;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
}

#mobilemenu {
  display: none;
  cursor: pointer;
}

#menubutton{
  display: none;
}

.hamburger, .hamburger2, .hamburger3 {
  width: 50px;
  height: 8px;
  background-color: #0005FF;
  position: fixed;
  top: 5px;
  left: 5px;
  box-shadow: 0px 0px 4px #fff;
  -webkit-box-shadow: 0px 0px 4px #fff;
  -moz-box-shadow: 0px 0px 4px #fff;
  -ms-box-shadow: 0px 0px 4px #fff;
  border-radius: 5px;
  display: none;
}

.hamburger2 {
  top: 18px;
}

.hamburger3 {
  top: 31px;
}

#burgermovement a {
  height: 32px;
  width: 50px;
  position: fixed;
  z-index: 99;
  top: 5px;
  left: 5px;
  display: none;
}

#burgermovement {
  display: none;
}

input[type=submit] {
  width: auto;
  color: #808080;
  font-size: 25px;
}

button {
  width: auto;
  color: #808080;
  font-size: 25px;
}

#language {
  position:fixed;
  right:2px;
  width: 160px;
  top: 5px;
  height: auto;
  z-index: 9;
}

#language img {
  width: 30px;
  height: auto;
  box-shadow: 1px 1px 1px #333;
}

a {
  text-decoration:none;
  color: #fff;
}

#frame {
  width:90%;
  height: 90%;
  left: 5%;
  right:5%;
  top: 5%;
  position:fixed;
  background-color: rgba(243, 243, 243, 0.95);
  color: #000;
  z-index: 10;
  overflow-y: scroll;
  overflow-x: none;
  display:none;
  border: inset 3px #00AB00;
  border-radius: 5px 5px 5px 5px;
  padding: 5px;
  box-shadow: 5px 5px 5px #334;
  -webkit-animation-name: slideineffect;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: inherit;
  -webkit-animation-delay: 0s;
  animation-name: slideineffect;
  animation-timing-function: ease-out;
  animation-duration: 0.9s;
  animation-fill-mode: both;
  animation-iteration-count: inherit;
  animation-delay: 0s;
  text-align: justify;
}

#frame p {
  margin-top: 30px;
  margin-left: 130px;
  margin-right: 130px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.5;
  font-size:23px;
  cursor: pointer;
}

#ScrollToTop {
  display: none;
  position:fixed;
  right: 20px;
  width: 30px;
  height: 30px;
  bottom: 2px;
  font-size: 23px;
  cursor: pointer;
  background-color: #333333;
  text-align:center;
  border-radius: 5px 5px 5px 5px;
  box-shadow: -1px -2px 2px #333333;
  transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
  font-weight:bold;
  -webkit-animation-name: scrolltop;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: inherit;
  -webkit-animation-delay: 0s;
  animation-name: scrolltop;
  animation-timing-function: ease-out;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: inherit;
  animation-delay: 0s
}

#powered {
  width: 200px;
  bottom:2px;
  position:absolute;
  left: 2px;
  text-decoration:none;
  font-size: 12px;
  font-family: serif;
}

#logo {
  position: fixed;
  z-index:2;
  top: 5px;
  left: 5px;
  width: 320px;
  height: 111px;
  cursor:pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#logo img {
  position: relative;
  top: 5px;
  left: 5px;
  width: auto;
  height: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  padding: 5px;
  border-radius: 5px;
  background: rgba(220,230,220, .7);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, .7);
}

#logo img:hover {
  box-shadow: 0 0 0 #000;
}

#logo img:last-of-type {
   transform: none;
}

#SiteContent   {
	perspective: 1px;
	transform-style: preserve-3d;
	-webkit-perspective: 1px;
	-webkit-transform-style: preserve-3d;
  -ms-perspective: 1px;
	-ms-transform-style: preserve-3d;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

#next {
  z-index:8;
  position: fixed;
  bottom:0;
  width:12%;
  left: 39%;
  color:white;
  font-weight:bold;
  font-size:150px;
  height:55px;
  cursor: pointer;
  text-shadow: 1px 1px 1px #000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  padding:0;
  font-family: serif;
  display: flex;
  justify-content: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
}

#close {
  font-size:50px;
  color: white;
  top: 6%;
  right: 6%;
  cursor:pointer;
  width: 50px;
  height:50px;
  z-index:10;
  position: fixed;
  text-shadow: 1px 2px 3px #000;
  font-family: serif;
  transition: all 1.0s ease;
  -webkit-transition: all 1.0s ease;
}

#close:after {
  content:"X";
}

#close:hover {
  text-shadow: 1px 1px 1px #000;
}

#menu {
  display: none;
  position: absolute;
  font-weight: bold;
  font-size: 25px;
  width: 290px;
  left: 10px;
  top: 130px;
  height: auto;
  padding:5px;
  background-color: rgba(220,230,220, .7);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, .7);
  text-shadow: -1px 2px 8px #000;
  text-align:center;
  border-radius: 5px 5px 5px 5px;
  z-index:5;
  -webkit-animation-name: slideinmenu;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: inherit;
  -webkit-animation-delay: 0s;
  animation-name: slideinmenu;
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-iteration-count: inherit;
  animation-delay: 0s;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.menupoint {
  cursor: pointer;
  display: list-item;
  list-style-type:none;
}

.menupoint a:hover {
  text-decoration: underline;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  text-shadow: 0px 0px 2px #000;
}

h1 {
  font-size: 250%;
}

.header p, .title p  {
  font-size: 140%;
  line-height: 150%;
  color: #333;
}

.slide {
  position: relative;
  padding: 25vh 10%;
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  box-shadow: 0 -1px 12px rgba(0, 0, 0, .7);
  transform-style: inherit !important;
  -o-transform-style: inherit !important;
  -moz-transform-style: inherit !important;
  -webkit-transform-style: initial;
  -ms-transform-style: inherit !important;
}

#imageSection img {
  position: absolute;
  top: 50%;
  left: 35%;
  width: 320px;
  height: 240px;
  transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
  -ms-transform: translateZ(.25px) scale(.75) translateX(-104%) translateY(-100%) rotate(3deg) !important;
  -webkit-transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
  padding: 10px;
  border-radius: 5px;
  background: rgba(220,230,220, .7);
  box-shadow: 0 0 10px rgba(0, 0, 0, .7);
}

#imageSection img:last-of-type {
  transform: translateZ(.4px) scale(.6) translateX(-104%) translateY(-40%) rotate(-5deg);
  -ms-transform: translateZ(.4px) scale(.7) translateX(-111%) translateY(-40%) rotate(-4deg) !important;
  -webkit-transform: translateZ(.4px) scale(.6) translateX(-104%) translateY(-40%) rotate(-5deg);
}

.slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
  z-index:-2;
  background: 50% 50%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.title {
  width: 55%;
  padding: 5%;
  border-radius: 6px;
  background: rgba(220,230,220, .7);
  box-shadow: 0 0 10px rgba(180, 180, 180, .7);
  cursor:pointer;
  z-index:1;
  position:relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

.title:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, .7);
}

.slide:nth-child(2n) .title {
  margin-left: 0;
  margin-right: auto;
}

.slide:nth-child(2n+1) .title {
  margin-left: auto;
  margin-right: 0;
}

.header {
  text-align: center;
  font-size: 175%;
  color: #fff;
  text-shadow: -2px 6px 15px #000;
  position:relative;
  z-index:2;
}

#title {
  background-image: url("../pictures/2.jpg");
  background-attachment: fixed;
  z-index: 5;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}

#prices:before {
  background-image: url("../pictures/3.jpg");
  transform: translateZ(-1px) scale(2);
  -webkit-transform: translateZ(-1px) scale(2);
  -ms-transform: translateZ(-1px) scale(2);
  -o-transform: translateZ(-1px) scale(2);
  z-index:-1;
}

#imageSection {
  background-image: url("../pictures/23.jpg");
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  z-index: 5;

}

#calendarSection:before {
  background-image: url("../pictures/25.jpg");
  -webkit-transform: translateZ(-1px) scale(2);
  transform: translateZ(-1px) scale(2);
  -ms-transform: translateZ(-1px) scale(2);
  z-index:-1;
}

#guestbookSection {
  background-image: url("../pictures/24.jpg");
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  z-index: 5;

}

#slide5 {
  background: #333333;
}

.move3 {
  -webkit-animation-name: movextox2;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: inherit;
  -webkit-animation-delay: 0s; animation-delay: 0s;

  animation-name: movextox2;
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-iteration-count: inherit;
  animation-delay: 0s; animation-delay: 0s;
}

.move1 {
  -webkit-animation-name: movextox;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: inherit;
  -webkit-animation-delay: 0s; animation-delay: 0s;
  animation-name: movextox;
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-iteration-count: inherit;
  animation-delay: 0s; animation-delay: 0s;
}

.moveback1 {
  -webkit-animation-name: movextoY;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: inherit;
  -webkit-animation-delay: 0s; animation-delay: 0s;

  animation-name: movextoY;
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-iteration-count: inherit;
  animation-delay: 0s; animation-delay: 0s;
}

.moveback2 {
  -webkit-animation-name: fade;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: inherit;
  -webkit-animation-delay: 0.5s; animation-delay: 0.5s;

  animation-name: fade;
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-iteration-count: inherit;
  animation-delay: 0.5s; animation-delay: 0.5s;
}

.moveback3 {
  -webkit-animation-name: movextoY2;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: inherit;
  -webkit-animation-delay: 0s; animation-delay: 0s;

  animation-name: movextoY2;
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-iteration-count: inherit;
  animation-delay: 0s; animation-delay: 0s;
}

@keyframes movein {
  from {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes movein {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);

  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);

  }
}



@keyframes moveout {
  from {
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
 }
  to {
    transform: none;
    -ms-transform: none;
  }
}

@-webkit-keyframes moveout {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
 }
  to {
    -webkit-transform: none;
    transform: none;
    -ms-transform: none;
  }
}


@keyframes movextox {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    top:5px;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top:30px;
  }
}


@keyframes movextox2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
}

@keyframes movextoY {
  from {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top:30px;
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    top:5px;
  }
}

@keyframes movextoY2 {
  from {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


@-webkit-keyframes movextox {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    top:5px;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      top:30px;
  }
}

@-webkit-keyframes movextox2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
}



@-webkit-keyframes movextoY {
  from {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top:30px;
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    top:5px;
  }
}

@-webkit-keyframes movextoY2 {
  from {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slideOutEffect {
  from {
    opacity: 0;

  }
  to {
    left: -100%;
    opacity: 1;
  }
}

@keyframes slideOutEffect {
  from {
    opacity: 0;

  }
  to {
    left: -100%;
    opacity: 1;
  }
}


@-webkit-keyframes slideineffect {
  from {
    opacity: 0;
    left: -100%;

  }
  to {
    left: 5%;
    opacity: 1;
  }
}

@keyframes slideineffect {
  from {
    opacity: 0;
    left: -100%;
  }
  to {
    left: 5%;
    opacity: 1;
  }
}


@-webkit-keyframes slideinmenu {
  from {
    opacity: 0;
}
  to {

   opacity: 1;
  }
}
@keyframes slideinmenu {
  from {
    opacity: 0;

  }
  to {
    opacity: 1;
  }
}


@-webkit-keyframes scrolltop {
  from {
    opacity: 0;


  }
  to {

    opacity: 1;
  }
}
@keyframes scrolltop {
  from {
    opacity: 0;

  }
  to {
    opacity: 1;
  }
}

 /* Start Table Style */
.rwd-table {
  margin: 1em 0;
  min-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 500px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 500px) {

  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}




.rwd-table {
  background: #34495E;
  color: #fff;
  border-radius: .4em;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #46637f;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 500px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #dd5;
}
 /* END Table Style */

@media screen and (max-width:1366px) {

  #language {
    width: 135px;
    right: 5px;
  }

  #ScrollToTop {
    right: 5px;
  }

  .title {
    width:90%;
    margin-left:5%;
  }

  #imageSection img{
    display: none;
  }

  #frame {
    left: 2%;
    right: 2%;
    padding: 0;
    text-align: center;
  }


  #frame p {
    margin-left:15px;
    margin-right:15px;
    margin-top: 35px;
  }

  #logo, #logo img {
    display: none;
  }
  

  #title {
    background-attachment: scroll;
    z-index: 5;
  }

  #prices:before {
    transform: translateZ(0px) scale(1);
    -webkit-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    
    
  }

  #imageSection {
    background-attachment: scroll;
    z-index: 5;
  }

  #calendarSection:before {
    transform: translateZ(0px) scale(1);
    -webkit-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
  }

  #guestbookSection {
    background-attachment: scroll;
    z-index: 5;
  }

  .slide {
    padding: 12vh 10%;
  }
  
  .header {
    font-size: 125%;
  }

  #close{
    font-size:30px;
    right: 3%;
  }

  #mobilemenu {
    display: none;
    width: 300px;
    background-color: #FAFAFA;
    height: 100%;
    position: fixed;
    overflow-y:scroll;
    overflow-x: hidden;
    float:left;
    z-index: 98;
    text-align:center;
    box-shadow: 0px 0px 10px  #888888;
    -moz-box-shadow: 0px 0px 10px #888888;
    -webkit-box-shadow: 0px 0px 10px #888888;
    top:0;
  }

  .mobilemenu {
    opacity: 1;
    position: relative;
    width: 100%;
    z-index: 9;
    height: auto;
    top:0px;
    margin-top: 50px;
    margin-left: 2%;
    margin-right: auto;
    float: left;
    display: block;
  }

  .mobilemenu a {
    text-decoration: none;
    font-size: 19px;
    padding: 8px;
    font-family: Tahoma;
    z-index:999;
    position: relative;
    height: 100px;
    width: 100%;
    margin-top: 30px;
    text-shadow: 0 0 1px #000000, 0 1px 0 #000000, 1px 0 0 #000000;
    color: #F0F0F0;
    font-weight: bold;
    left: 0;
  }

  .hamburger, .hamburger2, .hamburger3 {
    display: block;
  }

  #burgermovement a {
    display: block;
  }

  #powered {
    left: 0px;
    font-size: 9px;
    width: 150px;
    bottom: 0px;
  }


  .mobilefadein {
    -webkit-animation-name: moveout;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: inherit;
    -webkit-animation-delay: 0s;

    animation-name: moveout;
    animation-timing-function: ease-out;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-iteration-count: inherit;
    animation-delay: 0s;
  }

  .mobilefadeout {
    -webkit-animation-name: movein;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: inherit;
    -webkit-animation-delay: 0s;

    animation-name: movein;
    animation-timing-function: ease-out;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-iteration-count: inherit;
    animation-delay: 0s;
  }

  #next {
    max-width: 10%;
    height: 30px;
    font-size: 70px;
    right: 45%;
    margin: 0;
  }

  #burgermovement  {
    display:block;
  }

}

@media screen and (max-height:450px){

}