<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section {
  width: 90%;
  margin: 0 auto;
}


/* --------- */
/* Products */
.Attila4MC {
  text-align: center;
}
.Attila4MC p {
  text-align: left;
}

  .Pics4MC {
    width: 100%;
    max-width: 800px;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .Pics4MC img {
    width: 45%;
  }

  .Attila4MC button {
    position: relative;
    margin-top: 35px;
  }

  #Training {
    width: 80%;
  }


/* row-Products */
.row-Products {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1200px;
  border-top: 1px solid lightgrey;
  padding-top: 20px;
  padding-bottom: 20px;
}

.Trademark {
  width: 90%;
  font-size: 0.85em;
  padding-top: 20px;
  padding-bottom: 5px;
  color: blue;
}


/* Attila4MC */
    .Pics4MC-2s {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin: 0 auto;
        margin-bottom: 10px;
        justify-content: center;
        align-items: center;
    }
    .Pics4MC-2s img {
      width: 350px;
      height: 280px;
      margin: 5px;
      object-fit: cover;
      border: 1px solid lightgrey;
    }
    
    #GUI-Pic {
      display: flex;
      align-items: center;
      justify-content: center;
    } 
    #MCNP-Pic {
      width: 80%;
      border: 1px solid lightgrey;
    }

.Attila4MC-Page h1 { margin-top: 50px; }
.Attila4MC-Page h4 { text-align: center; }
.Attila4MC-Page h5 { font-size: 0.9em;
                      color: grey;
                      margin-top: 10px;
                      font-style: italic;
                      font-weight: 400;
                    }
.Attila4MC-Page p { margin-top: 0px; }

.Attila4MC-Page ul {
  color: #4D5968;
  font-size: 1.1em;
  margin-left: 50px;
}













/* ------------ */
/* Publications */
.Publications {
  /* nichts */
}
.PubList h2 {
  position: relative; 
  top: -10px; 
  left: 3.5px;
}

.PubList h4 {
  font-weight: bold;
}

.Pubs ol {
  margin: 30px 0px;
  padding-bottom: 60px;
  width: 90%;
  margin: 0 auto;
  font-size: 1.1em;
  color: #4D5968;
}
  .Pubs ol li {
    margin: 20px 0px;
  }

    .Pubs ol li a:visited {
      color: green;
    }

      .PubList ol p {
        font-size: 0.875em;
        margin-top: 0.25em;
      }
      














  /* ------------- */
  /* Announcements */

.Announce-Wrap {
  width: 50%;
  margin-bottom: 50px;
}
.Announce-Wrap span {
  color: #4D5968;
}
.Announce-Wrap h2 {
  font-size: 1.25em;
}

.Announce-Wrap p {
  margin-top: 5px;
  font-size: 1.1em;
  text-align: justify;
}

.Announce-Wrap img {
  width: 95%;
  margin-top: 10px;
}
.Announce-Wrap div {
  margin-top: 40px;
}

.Announce ul {
  margin-left: 50px;
  color: var(--Font);
  margin-top: 20px;
  font-size: 1.1em;
}

.Ann-Pic {
  display: flex;
  justify-content: center;
  align-items: center;

}
.Ann-Pic img {
  min-width: 450px;
  max-width: 50%;
}
















/* -------- */
/* About Us */
  .About .Text {
    margin: 80px 0;
  }
    .About .Text p {
      margin-bottom: 20px;
    }




















  /* ------------ */
  /* Contact Form */
  .Contact h1 {
    margin: 0 auto;
    text-align: center;
  }
  .Contact {
    width: 900px;
  }
  .ContactForm {
    padding: 40px 0px;
    max-width: 600px;
    margin: 0 auto;
  }

  input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }

  input[type=submit] {
      background: linear-gradient(106deg, rgba(119,158,112,1) 0%, rgba(78,129,102,1) 36%, rgba(24,92,90,1) 100%);
      padding: 10px 30px;
      font-weight: bold;
      font-size: 1em;
      border: none;
      border-radius: 30px;
      color: #F2F2F2;
      cursor: pointer;
  }

  input[type=submit]:hover {
    background-color: #45a049;
  }






















/* ------------ */
/* Case Studies */
  .Cards3 {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
  }
  .Cards3 h2 {
    font-size: 1.25em;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .Cards3 a {
    color: black;
    text-decoration: none;
  }
  .Cards3 a:hover {
    color: #477D64;
  }

  .Cards3 .Intro-Card &gt; img {
    width: 20px;
  }

.Card-CaseStudy {
      width: 350px;
      margin: 0 30px 60px 30px;
      text-align: left;
      border: 1px solid #ECEEF1;
      padding: 20px;
}

.Card-CaseStudy h4 {
  margin: 5px 0;
}
  .Card-CaseStudy &gt; img {
    width: 100%;
  }

      @media(max-width: 1300px){
          .Cards3 {
            max-width: 830px;
          }

      }
      @media(max-width: 950px){
          .Cards3 {
            max-width: 400px;
          }

      }

    
      /* ---- */
      /* Case */
    
      .Case {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 1000px;
        max-width: 92%;
        margin-bottom: 50px;
      }
        .Case ol {
          width: 80%;
          margin-bottom: 40px;
        }
          .Case ol li {
            margin-left: 50px;
            color: var(--Font);
          }
    
        .Case p {
          margin-bottom: 15px;
        }
    
        .Case .Title {
          margin: 0;
          margin-top: 15px;
        }
    
      .Case h1 {
        margin: 0px;
      }
      .Case h4 {
        text-align: left;
        margin-bottom: 10px;
        margin-top: 20px;
      }
      .Case div {
        margin-bottom: 40px;
      }
      .Case img {
        min-width: 400px;
        max-width: 70%;
        margin: 0 auto;
      }
        .pic {
          display: flex;
          flex-direction: column;
          align-items: center;
          margin: 30px 0;
        }
        .figure {
          width: 80%;
          margin: 0 auto;
          font-size: 0.97em;
          color: black;
          text-align: center;
        }

    .img-sm {
      max-width: 500px;
    }


</pre></body></html>