*{
    font-family: 'Roboto',sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    padding-top: 20px;
    padding-left: 170px;
    padding-right: 170px;
    background-color: white;
}
::-webkit-scrollbar{
    width: 15px;
    }
    ::-webkit-scrollbar-track{
        background:white;
    }
    ::-webkit-scrollbar-thumb{
        background:#1338a7;
        border-radius: 30px;
    }
#toplogo{
    height: 20%;
    width: 20%;
}
.topnav{
    box-shadow: 4px 1px 4px black;
}
ul {
    background-color: #1338a7;
    display: flex;
    height: 50px;
    justify-content: center;
    
}
ul li {
    list-style-type: none;
    display: inline;
}
ul li a {
    font-family: 'Roboto', sans-serif;
    color:white;
    text-decoration: none;
    display: inline-block;
}
a{
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    justify-content: space-between;
}
#search{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: medium;
    outline-style: none;
    width: 90px;
    border-radius: 50px;
    margin-top: 12px;
}
ul li a:hover{
    color:#ff4000;
}
li a, .dropbtn {
    display: inline-block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li.dropdown {
    display: inline-block;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ff4000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
.dropdown-content a {
    color: #1338a7;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
  
.dropdown-content a:hover{
    color: white;
}
  
.dropdown:hover .dropdown-content {
    display: block;
}
main{
    padding-top:30px; 
}
.titel-grid{
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: center;
    grid-gap: 30px;
    padding-bottom: 20px;
}
.mainartikel-grid{
    display: grid;
    grid-template-columns: 50%;
    justify-content: center;
    grid-gap:20px;
}
.mainartikel h1{
    font-family: 'Times New Roman', Times, serif;
    font-size:xx-large;
    text-align: center;
}
.mainartikel2-grid{
    display: grid;
    justify-content: center;
    grid-gap: 20px;
    
}
.mainartikel2-grid p{
    font-family: 'Oswald', sans-serif;
    line-height: 30px;
    font-weight: lighter;
    font-size: medium;
}
.img-grid{
    display: grid;
    justify-content: center;
}
.img-grid img{
    width: 100%;
}
.billedtekst-grid{
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: center;
    grid-gap: 30px;
    line-height: 40px;
}

.audio-grid{
    display: grid;
    justify-content: center;
    
}
.artikeltekst-grid{
    display: grid;
    justify-content: left;
}
.artikeltekst-grid article{
    font-weight: lighter;
    line-height: 30px;
    text-align: justify;
    padding-bottom: 30px;
}
.artikeltekst-grid p{
    font-weight: bold;
    font-family: 'Oswald',sans-serif;
    font-size: medium;
    padding-bottom: 20px;
}
.some1-grid {
    display: grid;
    grid-template-columns: 20% 20% 20%;
    justify-content: left;
}
.some1-grid a{
    margin:0%;
}

.some1-grid img{
    width: 40%;
}
footer{
    padding-top: 10px;
}
.footer-container {
    background-color: #1338a7;
    padding-top: 80px;
    width: 100%;
}

.footer-grid{
    display: grid;
    grid-template-columns: 20% 12% 12% 12% 12%;
    grid-gap: 50px;
    justify-content: center;
    padding-bottom: 50px;
}

.footerlogo-grid img{
    width: 100%;

}
.footer-grid h2{
    color: white;
    font-family: 'Roboto',sans-serif;
    font-size: medium;
    font-weight: bold;
    padding-bottom: 10px;
}
.footer-grid p{
    color: white;
    font-family: 'Roboto',sans-serif;
    
}
.some-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
}
.some-grid img{
    height: 50px;
    width: 50px;
}