@font-face {
    font-family: Nunito;
    src: url(..Font/Nunito-Black.ttf);
}
@font-face {
    font-family: Oneday;
    src: url(..Font/ONEDAY.ttf);
}

html {
        background-color: #2E3437;
}

header {
    height: 250px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

#div_profil_pic {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 240px;
    height: 240px;
    margin-right: auto;
    margin-left: 65px;
    margin-top: 0.9%;
}

#profil_pic {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 20px;
    box-shadow: 3px 3px 5px #232323;
}

header h1 {
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    text-shadow: 0px 5px 10px #000000;
    font-size: 70px;
    letter-spacing: 5px;
    margin-right: auto;
}

.back_pic_color {
    z-index: 1;
    margin-top: -157px;
    margin-left: 3px;
    margin-bottom: 10px;
    background-image: linear-gradient(to bottom, rgba(46,52,55,0), rgba(46,52,55,1));
    height: 150px;
    border-bottom-left-radius: 20px;
    border-bottom: 2px solid #2F417E;
}


nav ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    height: 100%;
}

nav ul li {
    padding: 0 10px;
    margin: 0 5px;
}

nav ul a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}

nav ul a:hover, .active a {
    border-bottom: 2px solid #2F417E;
}

body {
    background-color: #232323;
    font-family: 'Nunito','Oneday','DM Sans';
    color: #fff;
    margin: 0;
}

main {
    display: flex;
    justify-content: center;
    margin-right: 50px;
}

main p {
    text-align: center;
    margin-left: 50px;
}

/*.img_text {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    text-align: left;

}*/
#img_wrap_de p {
    margin-left: 30px;
}

#img_wrap_en p {
    margin-left: 35px;
}

#img_wrap_cz p {
    margin-left: 55px;
}

.mainpics {
    display: flex;   
    justify-content: center;
    width: 130px;
    height: 130px;
    background-color: #2E3437;
    margin-left: 90px;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 12px;
    border-top: 2px solid #2F417E;
    border-right: 2px solid #2F417E;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 50%;
}

.article_wrap{
    justify-content: space-evenly;
    margin-left: 50px;
}

article p {
    text-align: left;
}

#article_top {
    
    background-color: #2E3437;
    margin-left: 20%;
    margin-right: 30%;
    margin-top: 10%;
    margin-bottom: 60px;
    padding: 12px;
    border-radius: 20px 20px 0px 20px;
    border-bottom: 2px solid #2F417E;
    border-right: 2px solid #2F417E;
}


#article_bottom {

    background-color: #2E3437;
    margin-left: 50%;
    margin-right: 10%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 12px;
    border-radius: 20px 0px 20px 20px;
    border-top: 2px solid #2F417E;
    border-right: 2px solid #2F417E;
}

footer {
    
    text-align: center;
    height: 100px;
    color: white;
    background: #2E3437;
    padding: 50px 0 0 0;
    clip-path: polygon(0 30px, 100% 0, 100% 105%, 0 105%);
    border-top: 4px solid #2F417E;
    border-bottom: 2px solid #2F417E;
}

footer ul {
    margin: auto;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

footer ul li {
    padding: 0 10px;
    margin: 0 10px;
}

footer ul a {
    color: #FFF;
    text-decoration: none;
}

footer ul a:hover{
    color: #2F417E;
}

footer p {
    margin-left: 25px;
}