.entre-header{
    background-color: var(--header-color);
    height:100vh;
    color: var(--header-color);
    font-size: 50px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-shadow: -2px 2px 0 white,
				  2px 2px 0 white,
				 2px -2px 0 white,
				-2px -2px 0 white;
    position:relative;
}
.entrelayers{
    position: absolute;
    right: 0;
    top: 0px;
}
.entre-main-content{
    background-color: var(--background-color);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    position:relative;
    display:flex;
    justify-content: center;
    flex-direction: row;
}
.entre-tabs-main-content{
    height: 1700vh;
}
.entre-main-left{
    width: 0px;
    opacity: 0%;
}
.entre-sidebarhover:hover{
    cursor: pointer;
}
.entre-main-right{
  margin-right: 26vh;
  margin-left: 10.5vh;
}
.entre-title{
  -webkit-text-stroke: 1px var(--title-color);
  -webkit-text-fill-color: var(--title-color);
  font-size: 2.5rem;
  padding-left: 30px;
  padding-top: 10px;
}
.entre-subtitle{
  -webkit-text-stroke: var(--subtitle-color);
  -webkit-text-fill-color: var(--subtitle-color);
  font-size: 35px;
  padding-left: 9.5vh;
  padding-top: 4vh;
}

.entre-text{
  text-align: justify;
  color:var(--text-color);
  font-size: 20px;
  padding-left: 10.5vh;
  padding-right: 17vh;
  padding-top: 10px;
  padding-bottom: 1.3vh;
  font-family: 'Raleway', sans-serif;
  font-weight: light;
  max-width: 152vh;
  line-height: 1.8;
  text-indent: 50px;;
}

.entre-over-text{
  text-align: justify;
  color:var(--text-color);
  font-size: 20px;
  padding-left: 10.5vh;
  padding-top: 10px;
  padding-bottom: 1.3vh;
  font-family: 'Raleway', sans-serif;
  font-weight: light;
  max-width: 200vh;
  line-height: 1.8;
  text-indent: 50px;
}
.entre-ref{
  color:var(--text-color);
  font-size: 20px;
  /* padding-left: 10.5vh;
  padding-right: 16vh;
  padding-top: 10px;
  padding-bottom: 1.3vh; */
  font-family: 'Raleway', sans-serif;
  font-weight: light;
  max-width: 150vh;
  line-height: 1.8;
}
.entre-bold{
  font-weight: 700;
}
.entre-image-text{
  font-style: italic;
  color: black;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  padding-top: 5vh;
}
.entre-image-container{
  background-color: var(--image-bg-color);
  margin-top: 6.5vh;
  margin-bottom: 6.5vh;
  margin-right: 26vh;
  margin-left: 10.5vh;
  width: 52vw;
  height: auto;
  border-radius: 20px;
}

@media screen and (max-width: 120rem) {
    .entre-header{
        font-size: calc(2rem + 3vw);
    }
    .entre-text{
        font-size: calc(4px + 1vw);
        padding-left: calc(0% + 10%);
    }
    .entre-title{
        width: calc(350px + 35vw);
        padding-left: calc(0% + 10%);
        font-size: calc(20px + 2vw);
    }
    .entre-main-right{
        width: calc(100% - 5vw);
        padding-left: calc(0px + 1vw);
    }
    .entre-main-left{
        width: calc(15% - 10vw);
        opacity: calc(0% + 100%);
    }
    .entre-tab-content{
        width: calc(100vw - 150px);
        padding-left: 3vw;
        padding-right: 5vw;
        padding-bottom: 5vw;    
      }
}
.entre-tab-label {
    position: relative;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: block;
    line-height: 7vh;
    height: 7vh;
    width: 260px;
    font-size: 17px;
    padding: 0 1em;
    background-color: var(--tab-label-color);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-right: 0.125rem solid var(--tab-label-border-color);
    color: #fff;
    cursor: pointer;
    top: 0;
    transition: all 0.25s;
}
.entre-tab-label:hover {
    top: -0.25rem;
    transition: top 0.25s;
}
.entre-tab-content {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    position: absolute;
    display: flex;
    flex-direction: row;
    z-index: 1;
    top: 50px;
    left: 0;
    padding: 40px;
    width: 110%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--header-color);
    opacity: 0;
    transition: 0.25s;
  }
.tab-switch:checked + .entre-tab-label {
    background: var(--header-color);
    color: #fff;
    border-bottom: 0;
    border-right: 0.125rem solid var(--header-color);
    z-index: 1;
    top: -0.0625rem;
}
.tab-switch:checked + label + .entre-tab-content {
    z-index: 2;
    opacity: 1;
}

.entre-sidebar{
  width: 150px;
  height: 500px;
  position:sticky;
  top: 15vh;
  margin-bottom: 100px;
  margin-top: 0vh;
  margin-left: 0vh;
  padding: 0vh;
}
.entre-sidebar-inner{
  display:flex;
  flex-direction: column;
  justify-content: center;
  gap:5vh;
  padding:5px;
}
.entre-sidebar-title{
  color: var(--sidebar-title-color);
  font-size: 20px;
  text-decoration: none;
  align-items: center;
  transition: 0.3s;
}
/* ToDo */
.entre-sidebar-title:hover{
  opacity: 1;
  color: var(--tabs-sidebar-title-hover-color);
  font-size: 22px;
  cursor:pointer;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px var(--sidebar-hover-color), 0 0 40px var(--sidebar-hover-color), 0 0 50px var(--sidebar-hover-color), 0 0 60px var(--sidebar-hover-color), 0 0 70px var(--sidebar-hover-color);
}
.entre-sidebar-title-hover.active{
  font-size: 22px;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px var(--sidebar-hover-color), 0 0 40px var(--sidebar-hover-color), 0 0 50px var(--sidebar-hover-color), 0 0 60px var(--sidebar-hover-color), 0 0 70px var(--sidebar-hover-color);
}
  
  table.entre-table {
    border-collapse: collapse;
    width: 77%;
    margin-top: 6.5vh;
    margin-bottom: 6.5vh;
    margin-left: 10vh;
    font-size: 18px;
    border: 1px solid #dddddd;
  }
  
  td.entre-table, th.entre-table {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 10px;
    font-family: 'Raleway', sans-serif;
    width: 20px;
  }
  .entre-table-container{
    margin-left: 2vh;
  }
  th.entre-table {
    color: var(--text-color);
    background-color: var(--table-color);
  }
  
  .table-text{
    color: var(--table-words-color);
  }
  
  .table-title{
    color: var(--table-words-color);
  }