@font-face {
  font-family: framd;
  src: url(../fonts/framd.woff);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: framd;
  max-width: 1000px;
  margin: auto;
}

header {
  text-align: center;
  padding-left: 32px;
  padding-top: 40px;
}

marquee {
  background-color: #2B6F70;
  color: white;
  width: 100%;
  padding: 0;
}

.topnav {
  margin-left: 150px;
  text-align: left;
  background-color: white;
}

.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: left;
  text-decoration: none;
  font-size: 17px;
  width: 199px;
}

#active {
  color: #d2d2c8;
}
.active:hover {
  color: #d2d2c8;
}
.topnav .icon {
  display: none;
}
.dropdown {
  float: left;
  overflow: hidden;
  width: 215px;
}
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: black;
  background-color: inherit;
  font-family: inherit;
  text-align: left;
  margin: 0;

  width: 190px;
}

.dropdown-content {
  /* font-size: 15px; */
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.96);
  padding: 10px;
  width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  font-size: 14px;
  float: none;
  color: black;
  text-decoration: none;
  padding-bottom: 20px;
  display: block;
  text-align: left;
  width: 180px;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
  color: #d2d2c8;
}

.dropdown-content a:hover {
  color: #d2d2c8;
}

.dropdown:hover .dropdown-content {
  display: block;
}
main {
  float: left;
  padding-top: 50px;
}

#left {
  width: 58%;
  float: left;
}

#right {
  width: 30%;
  float: right;
  padding: 5px;
  margin-right: 1.5%;
  min-height: 70vh;
}

h1 {
    font-size: 26px;
    margin-left: 150px;
    margin-bottom: 20px;
}
#right h1 {
  margin-left: 0;
}
h2 {
    font-size: 17px;
}
p {
  text-align: justify;
  margin-top: 10px;
}
ul {
  margin-top: 10px;
}
li {
  margin-left: 50px;
}
.news {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.news img {
    display: block;
    float: left;
    width: 95%;
    padding-right: 10px;
}
.news div {
    display: block;
    float: left;
    width: 25%;
}

footer {
  max-width: 1000px;
  height: 30px;
  text-align: center;
  padding-bottom: 10px;
}
footer a {
  text-decoration: none;
  color: #d2d2c8;
}
 #SDquer {
    display: none;
  }

@media screen and (max-width: 600px) {
  marquee {
    display: none;
  }
  
  header {
    display: none;
  }

  .topnav {
    display: none;
  }

  #SDquer {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: red;
    font-size: 20px;
  }

  main {
    display: none;
  }
}

 /* .topnav a:not(:first-child),
  .dropdown .dropbtn {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav.responsive .dropdown {
    float: none;
  }

  .topnav.responsive .dropdown-content {
    position: relative;
  }

  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  #buch {
    width: 95vw;
  }
} */