*{
    margin: 0;
    padding: 0;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
}
body {
    margin-left: 290px;
    margin-right: 0px;
    background-color: rgb(7, 44, 61);
}

main{
    display: flex;
    margin-top: 0px;
}
.datum {
    font-size: 12px;
    font-weight: 500;
}
.top-menu {
    width: 100%;
    height: 55px;
    background-color: rgb(247, 247, 247);
    position: fixed;
    display: flex;
    margin-left: -25px !important;
    z-index: 1000;
}
#newscontent {
    margin-top: 50px;
}
#navbar-toggle{
    font-weight: 500;
    font-size: 35px;
    cursor: pointer;
    margin-left: 10px;
}
.d-none{
    display: none;
}
.disc{
    list-style-type: disc;
    margin-bottom: 20px;
}
.line {
    list-style-type: "- ";
    margin-bottom: 20px;
}
.alphabetic {
    list-style-type: lower-alpha;
    margin-bottom: 20px;
}

.bigger-number {
    font-size: 18px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.mt-0 {
    margin-top: 0 !important;
}

#news10 p {
    margin-bottom: 0px; !important;
}

#news10 h3 {
    margin-top: 16px;
}

.mb-8 {
    margin-bottom: 8px; !important;
}

.ml-50 {
    margin-left: 50px;
}
.ml-60 {
    margin-left: 60px;
}

.justify {
    text-align: justify;
}

.main-content{
    background-color: white;
    /*width: 100%;*/
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 100vh;
}

.side-content {
    width: 230px;
    position: fixed;
    z-index: 1;
    top: 30px;
    left: 10px;
    overflow-x: hidden;
    padding: 8px 0;
    margin-left: 20px;
    /* background-color: #290042; */
    color: white;
}

.article-title-container {
    max-height: 500px;
    margin-top: 30px;
    margin-bottom: 20px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.side-content li {
    list-style-type: none;
    margin: 15px 0 20px 0px;
    padding-left: 20px;
    line-height: 20px;
    cursor: pointer;
}

.side-content li a {
    height: 100px;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.side-content ul {
    border-left: 2px solid rgb(25, 130, 180);
    margin-top: 30px;
    transition: border-left-width 0.3s;
}


.side-content ul {
    border-left-width: 5px; /* Initial border */
    transition: border-left-width 0.5s; /* Smooth transition on hover */
}

.side-content ul li {
    position: relative; /* Ensure pseudo-elements position correctly */
    padding: 10px; /* Adjust padding as needed */
    transition: background-color 0.3s; /* Smooth transition for background color */
}

.side-content ul li:hover {
    border-left: 20px solid rgb(25, 130, 180);
    transition: border-left 0.3s; /* Smooth transition on hover */
}

.side-content ul li:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    transition: opacity 0.3s, border 0.3s;
    opacity: 0; /* Start hidden */
}

.side-content ul li:hover::before {
    opacity: 1;
}

.side-content ul li:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 130, 180, 0.1);
    border-radius: 3px;
    opacity: 0; /* Start hidden */
    transition: opacity 0.3s, transform 0.3s;
    transform: scale(1.1); /* Slight scale effect */
}

.side-content ul li:hover::after {
    opacity: 1;
    transform: scale(1);
}

.side-content ul li.active {
    border-left: 20px solid rgb(25, 130, 180);
    background-color: rgba(25, 130, 180, 0.1);
    transition: border-left 0.3s;
}


.side-content img {
    width: 200px;
}

.side-content span {
    font-weight: 600;
    position: absolute;
    top: 60px;
    right: 25px;
}

pre{
    padding: 1rem;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    line-height: 1.3rem;
    background-color: rgb(244 247 251);
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(230 230 230);
}
.copy{
    position: relative !important;
    float: right !important;
    opacity: 0.3;
    cursor: pointer;
    transition: all 0.1s ease-in-out !important;
    color: #4e9bcd;
}
code{
    /*font-size: 1.2rem;*/
    font-family: monospace;
    font-size: 11px;
}
h2{
    margin-bottom: 15px;
    font-weight: 600;
}
p{
    margin-bottom: 20px;
    line-height: 25px;
}
p code, code{
    border-radius: 3px;
    background-color: rgb(243 243 243);
    margin: 0px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;


}
figure{
    margin-bottom: 20px;
}
figure code{
    background-color: transparent;
}

ol, li{
    line-height: 30px;
    margin-left: 8px;
}
a{
    text-decoration: none;
    color: #4e9bcd;
}

.side-content ul li.active a {
    color: #4e9bcd;
  }

#download span{
    line-height: 30px;
}

#download a{
    line-height: 30px;
}

.headline::before {
  content: '';
  position: relative;
  float: left;
  top: 7px;
  margin-right: 10px;
  width: 3px;
  height: 20px;
  background-color: rgb(25, 130, 180);
}

.headline.active-color {
    color: #4e9bcd;
  }



  @media screen and (max-width: 1000px) {
    .main-content {
        text-align: justify;
    }
    .ml-40 {
        margin-left: 20px;
    }
    .ml-50 {
        margin-left: 25px;
    }
    .ml-60 {
        margin-left: 30px;
    }
      .cikk_size {
          width: 250px;
          height: 200px;
      }
      .cikk_image {
          margin: 20px;
          width: 250px;
          height: 200px;
      }
    p {
        line-height: 24px;
    }
    li {
        line-height: 24px;
    }
    #sidemenu li {
        text-align: left;
    }
}

.cikk_image {
    margin: 20px;
    max-width: 500px;
    height: auto;
}

.cikk_size {
    max-width: 500px;
    max-height: 100%;
    width: auto;
    height: auto;
}

