html{
    font-size: 100%%;
    font-family: "Montserrat";
    font-weight: 400;
    line-height: 2em;
    color: #343;
    word-wrap: break-word;
    word-break: normal;
}

body {
    padding: 0 4% 0 4%;
}

main {
}

footer {
    width: 90vw;
    margin: 30px calc(50% - 50vw) 0 calc(50% - 50vw);
    padding: 10px calc(50vw - 50%);
    background-color: #ccc;
    color: #666;
    font-size: 20%;
    line-height: 134%;
    text-align: center;
}

a {
    color: #232;
    word-break: break-all;
}

a:hover {
    color: #00aa7b;
}

h1 {
}

h2 {
    font-size: 34px;
    margin-top: 100px;
}

h3 {
    font-size: 21px;
}

p {
}

details {
    background-color: antiquewhite;
    margin: 10px 0;
    padding: 5px;
    border-radius: 3px;
}

details {
    position: relative;
}

summary {
    padding-left: 5px;
}

summary:hover {
    color: #00aa7b;
  }
  
summary:focus {
    outline: none;
}
  
details[open] > summary {
    color: #00aa7b;
}
  
details[open] > summary ~ * {
    animation: open 1s ease;
}

@keyframes open {
    0% {
      opacity: 0;
    }  
    100% {
      opacity: 1;
    }
}

#banner01 {
    background-image: url(img/slide02_8bc_1080.png);
}

#banner02 {
    background-image: url(img/slide04_8bc_1080.png);
}

.video {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
}

.video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lang {
    font-size: 15%;
    text-align: right;
    color: gray;
}

.menu {
    font-size: 50%;
    color: lightgray;
    line-height: 0;
    text-align: right;
}

.logo {
    width: 5em;
    height: 5em;
    background-image: url(img/adm_logo_8bc.png);
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
}

.company_name {
    line-height: 150%;
    margin: 5px 0 10px 0;
    font-size: 50%;
    color: gray;
}

.hero, .banner {
    width: 90vw;
    height: calc(90vw * 0.63);
    position: relative;
    margin: 30px calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    z-index: 0;
    background-color: bisque;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    word-break: normal;
    font-size: 6vw;
    font-weight: 700;
    line-height: 1em;
    color: white;
    text-shadow: 1px 1px 3px gray;
}

.hero {
    background-image: url(img/emoney_8bc_1080.png);
    height: 80vh;
    font-size: 10vw;
    margin-top: 0px;
}

.hero::before, .banner::before {
    position: relative;
    z-index: -1;
    filter: brightness(50%);
}

.passion, .action, .material, .contact {
    max-width: 720px;
    margin: auto;
}