* {
    box-sizing:border-box;
    padding:0;
    margin:0;
}

:root {
    --menu-speed: 0.75s;
}



body {
    font-family: 'Roboto', sans-serif;
}

.container {
    max-width: 1200px;
    margin:0 auto;
    padding:0 40px;
}

#menu_under_cycle {
    position:relative;
    z-index:1;
    top:3px;
    left:3px;
    width:60px;
    height:60px;
    border-radius:35px;
    background-color:white;
    opacity: 0.5;
    visibility: hidden;
}





a {
    text-decoration: none;
    color:inherit;
}



p {
    margin:10px 0;
}

img {
    width:100%;
}

.container {
    max-width: 1200px;
    margin:0 auto;
    padding:0 40px;
}



#notice_bar {
    background-color:#E9505B;
    padding:10px;
    color:white;
    text-align:center;
    font-size:18px;
    margin-bottom:20px;
}

.horizontal_bar {
    margin:10px 0;
    border:1px solid white;
}








#tester_cycle {
    background-color:#54c0a9;
    border-radius:120px;
    transition: all .2s ease-in-out;
    position: fixed;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}


.menu-wrap .toggler:checked ~ #tester_cycle {
    visibility: visible;
    transform: scale(35);
}



.menu {
  margin-top:-50px;
}





/* MENU STYLES */
.menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  
  .menu-wrap .toggler {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    width: 60px;
    height: 60px;
    opacity: 0;
  }
  
  .menu-wrap .hamburger {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 65px;
    height: 65px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:rgba(255, 255, 255, 0.4);
    border-radius:35px;
  }
  
  /* Hamburger Line */
  .menu-wrap .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 3px;
    background: #4AB4AB;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    border-radius:23px;
  }
  
  /* Hamburger Lines - Top & Bottom */
  .menu-wrap .hamburger > div::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: -10px;
    width: 100%;
    height: 3px;
    background: #4AB4AB;
    border-radius:23px;
  }
  .menu-wrap .hamburger > div::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 3px;
    background: #4AB4AB;
    border-radius:23px;
  }
  
  /* Moves Line Down */
  .menu-wrap .hamburger > div::after {
    top: 10px;
  }
  
  /* Toggler Animation */
  .menu-wrap .toggler:checked + .hamburger > div {
    transform: rotate(135deg);
  }
  


  /* Turns Lines Into X */
  .menu-wrap .toggler:checked + .hamburger > div:before,
  .menu-wrap .toggler:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
    z-index: 1;
  }
  
  /* Rotate On Hover When Checked */
  .menu-wrap .toggler:checked:hover + .hamburger > div {
    transform: rotate(225deg);
  }
  
  /* Show Menu */
  .menu-wrap .toggler:checked ~ .menu {
    visibility: visible;
  }

  .menu-wrap .toggler:checked ~ .menu > div {
    transition-duration: 0.4s;
  }
  
  .menu-wrap .toggler:checked ~ .menu > div > div {
    opacity: 1;
    transition:  opacity 0.2s ease 0.2s;
  }

  .menu-wrap .toggler:checked ~ #menu_under_cycle {
    visibility: visible;
  }
  
  .menu-wrap .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .menu-wrap .menu > div {
    border-radius: 50%;
    width: 200vw;
    height: 200vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
  }
  
  .menu-wrap .menu > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
  }
  
  .menu-wrap .menu > div > div > ul > li {
    list-style: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem;
  }
  
  .menu-wrap .menu > div > div > ul > li > a {
    color: inherit;
    text-decoration: none;
  }
  
  .mob_men {
    background-color:#CAE0D8;
    font-size:20px;
    padding:10px 35px;
    border-radius:5px;
    margin-top:13px;
}

.gal_image {
  margin-bottom:15px;
  border-radius:5px;
}

 button:active {
   box-shadow: inset 0px 0px 15px black;
 }

.tile_buttons:active {
  box-shadow: inset 0px 0px 15px black;
}

.mob_men:active{
  box-shadow: inset 0px 0px 15px black;
}

 .espa_tag {
   padding:10px 0px;
   text-align:center;
   margin-bottom:14px;
 }

#normen {
  display: none;
}



#hero_container {
    text-align:center; 
    margin-top:20px;
}

#form_hero {
    background-color:#E9505B;
    width:90%;
    border-radius:5px;
    font-size:22px;
    padding:30px;
    margin:0px auto;
    text-align: center;
}

.tile_card {
    margin:0px auto;
    border-radius:45px;
    padding:20px;
    width:300px;
    height:280px;
    margin-bottom:30px;
    font-family: 'Roboto', sans-serif;
    text-align:center;

}

.tile_buttons {
    width:90%;
    background-color:white;
    padding:6px 0px;
    font-size:17px;
    border:0;
    border-radius:25px;
}

.map_section {
    padding-top:20px;
    padding-bottom:30px;
    background-color:#4AB4AB;
    height:560px;
}

.map_section_details_container {
    padding-bottom:120px;
    color:#01333c;
    width:300px;
    margin:0px auto;
    margin-top:15px;
}

.map_ico {
    font-size:21px;
    padding-right:20px;
    line-height: 30px;
}

footer {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01323b+0,13727d+100 */
    background: #01323b; /* Old browsers */
    background: -moz-linear-gradient(left,  #01323b 0%, #13727d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #01323b 0%,#13727d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #01323b 0%,#13727d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01323b', endColorstr='#13727d',GradientType=1 ); /* IE6-9 */
    padding-top:30px;
    padding-bottom:50px;
    text-align:center;
}

footer h2 {
    font-size:50px;
    font-family: 'Work Sans', sans-serif;
    font-weight:bold;
    color:#E9505B;
    line-height:40px;
}

footer .ico {
    font-size:30px;
    color:#008B8C;
    padding:10px;
}

.ico:hover {
    cursor:pointer;
    color:E9505B;
}


#slicer_par {
  border-top:1px solid #bbb;
}






@media (min-width: 1450px){ 

  .menu-wrap {
    display: none;
  }

  #normen {
    margin-top:15px;
    font-size:14px;
    display: block;
    text-align: center;
  }

  .mob_men {
    background-color:white;
    padding:0px 12px;
    min-width:70px;
    font-size:20px;
    display:inline-block;
  }

  #bird_cage {
    width:350px; float:left;
  }

  #hero_container {
    width:450px; float:right;
    margin-top:-50px;
    margin-right:100px;
  }

  .tile_card {
    display:inline-block;
    margin-right:30px;
  }

  #card_wrapper {
    text-align:center;
    position:relative;
    margin-top:50px;
  }
  
  #par_line {
    margin-top:450px;
  }


  
  #slicer_par {
    display:none;
  }


}

