/* Set height to 100% for body and html to enable the background image to cover the whole page: */
body, html {
  height: 100%;
    width: 100%;
    margin: 0px;
    /*background-color: #e13300;*/
    font-family: 'Montserrat';
}

/* a {
    text-decoration: none;
    color: inherit;
} */

.topbar{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: baseline;
    padding: 10px;
    color: white;
}

.topbaritem{
    flex: flex-grow;
    text-align: center;
    font-size: 1.0em;
    font-weight: bolder;
}

.page {
    position: relative;
}


#main {
    height:100vh;
    font-size: 50px;
    font-weight: bolder;
    color: white;
}

#cwc2023{
    /*height: 150vh;*/
    font-size: 30px;
    font-weight: bolder;
    color: black;
}


h1 {
    margin: 0px;
    height: auto;
    color: black;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.center {
    margin: auto;
    width: 50%;
  padding: 10px;
    padding-bottom: 100px;
}

.par_bg {
  height: 75vh;
  left: 0;
}


.chgbg {
    opacity: 0;
    background-color: black;
    position: absolute;
    height: 100px;
    width: 100%;
    z-index: 1;
}

.presentation {
    display:flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 90%;
    padding-left: 50px;
    padding-right: 50px;
    gap: 10px 30px;
    font-weight: 100;
}

.item {
    font-size: 15px;
    flex-basis: 30%;
}

.half {
    flex-basis: 48%;
}

.item h2 {
    font-size: 40px;
}


#previouseditions {
    height: 90vh;   
}



.shelf {
    position: relative;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    height:100%;
}

.previous {
    flex-grow: 1;
    vertical-align: middle;
    padding-left: 100px;
    column-gap: 0px;
    padding: 0px;
    position:relative;
    height:50%;
    width:50%;
}

.previousft {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    z-index: 2;
}

.previousitm {
    height: 100%;
    width: 100%;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.year {
    position: absolute;
    font-weight: bolder;
    font-size: 50px;
    color: white;
    text-align: center;
    top:50%;
    left:50%;
    transform: translate(-50%,-25%);
}

.voels {
    background-image: url("schlern-small-32.jpg");
    
}

.kranjska {
    background-image: url("triglav-small-32.jpg");
 
}

.molveno {
    background-image: url("molveno-small-32.jpg");
}

.weissensee {
    background-image: url("weissensee-small-32.jpg");
}

.colfosco {
    background-image: url("colfosco.jpg");
}

.thisyear  {
    background-image: url("cervinia.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    /*top: -110vh;*/
    top: 0vh;
    width: 100%;
    height: 100vh;
    z-index: -1;
}


@media (max-width: 700px) {
    #main {
        background-size: auto 100%;
        height: 10vh;
        background-position: center -150px;
    }
    
    .par_bg {
        height: 500px;
    }
    
    .diesjaehrige  {
        background: none;
        /*top: -110vh;*/
        top: -25vh;
        width: 100%;
        height: 100vh;
        z-index: -1;
    }
    
    .half {
        flex-basis: 100%;
    }
    
    .topbar {
        color: black;
    }
}

@media (max-width: 1400px) {
    .previous {
        height: 200px;
        width:100%;
    }
    
      .shelf {
        display: block;
        width: 100%;
        height:auto;
    }   
    
    
    #previouseditions {
        height: auto;
    }
}



