body {
    margin: 0px;
}

div.stage {
    margin: 0px;
    margin-left: 30px;
    margin-right: 30px;
    background-color: grey;
    width: 30vw;
    float: left;
}

h1.stage {
    font-style: oblique;
}

img.stage {
    float: left;
    height: 320px ;
}

div.articlescontainer {
    clear: both;
    display: flex;
}

div.articles {
    margin: 20px;
    height: 30vh ;
    width: 30vw ;
}

img.articles {
    height: 100px;
}

div.subarticle {
    float: left;
    margin: 0px;
    margin-right: 10px;
}

#more1 {display: none;}
#more2 {display: none;}
#more3 {display: none;}

button.subarticles {
    border: 3px solid #303030;
    border-radius: 0px;
    font-size: 16px;
    color: white;
    background-color: #303030;
    transition: 300ms;
}

button.subarticles:hover {
    color: #ff3dae;
    background-color: white;
    transition: 300ms;
}

div.bottomcontainer {
    display: flex;
    margin: 0px;
    margin-top: 200px;
}

div.bottommenu {
    margin-left: auto;
    margin-right: auto;
}

img.bottommenu {
    height: 100px;
}



div.articol{
    clear: both;
    display: flex;
}

img.articol {
    height: 200px;
    float: left;
}

button.comanda {
    border: 3px solid #ff9900;
    border-radius: 0px;
    font-size: 16px;
    color: black;
    background-color: #ffb546;
    cursor: not-allowed;
}

#div1 { clear: both; }

#div1, #div2 {
    float: left;
    width: 500px;
    height: 100px;
    margin: 10px;
    padding: 10px;
    border: 5px solid black;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}
  
  .active, .collapsible:hover {
    background-color: #555;
}
  
  .collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
  
  .active:after {
    content: "\2212";
}
  
  .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

