body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: rgb(194, 178, 172);
    padding-left: 100px;
    padding-right: 100px;
    background-size: 80%;
    background-blend-mode: multiply;
}
hr {
    border: 3px solid #9e292d;
    border-radius: 1px;
}
.adresse-halle {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.adresse {
    width: 50%;
}
.archived_posts {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.article {
    padding: 15px;
}
.article_aktuelles {
    width: 100%;
    background-color: rgb(214, 204, 198);
    border-radius: 10px;
}
.article_aktuelles_aktuelle_Meldung_home {
    display: none;
    width: 100%;
    background-color: rgb(214, 204, 198);
    border-radius: 10px;
}
.article_djjb {
    width: 100%;
    background-color: rgb(214, 204, 198);
    border-radius: 10px;
    display: flex;
}
.article-text-container {
    padding: 25px;
}
.article-image {
    width: 80%;
    box-shadow: 3px 3px 5px #000000;   
}
.article-video {
    width: 60%;
    max-width: 720px;  
}
.article-image_without_shadow {
    width: 100%; 
}
.article-image-container {
    display: flex;
    justify-content: center;
    padding: 50px;
}
.aktuelles_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(214, 204, 198);
    border-radius: 15px;
}
.aktuelles_title_pic_container {
    width: 30%;
    align-items: center;
}
.aktuelles_title_pic {
    padding: 10px;
    align-items: center;
    width: 90%;
}
.aktuelles_text {
    width: 70%;
    align-items: center;
    padding: 15px;
}
.belt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.belt-pic {
    width: 20%;
}
.belt-text {
    width: 100%;
    background-color: rgb(214, 204, 198);
    border-radius: 10px;
    padding: 10px;
}
.belt-icon {
    width: 80%;
}
.floating_img {
    width: 50%;
    float: right;
    shape-margin: 2rem;
    shape-outside: url("dm_img_sidebar.png");
    /*caution: The shape-outside: url() property does only work if run from local live server. Otherwise (if run from SSD) it creates an ERROR for safety reasons.*/
}
.floating_img_left {
    width: 50%;
    max-width: 200px;
    float: left;
    margin: 20px;
}
.floating_img_right {
    width: 50%;
    max-width: 200px;
    float: right;
    margin: 20px;
}
.floating_img_right_big {
    width: 80%;
    max-width: 300px;
    float: right;
    margin: 20px;
}
.floating_logo_right {
    width: 40%;
    max-width: 250px;
    float: right;
    shape-margin: 2rem;
    shape-outside: url("logo.png");
}
.floating_logo_djjb_right {
    width: 40%;
    max-width: 270px;
    float: right;
    shape-margin: 2rem;
    shape-outside: url("djjb_logo.png");
}
.floating_kanji_left {
    width: 30%;
    max-width: 200px;
    float: left;
    shape-margin: 2rem;
    shape-outside: url("homepage_elements/Jiu_Jitsu_Kanji.png");
}
.header {
    padding-left: 15px;
    width: 20%;
    max-width: 220px;
    text-align: center;
}
.header-image {
    width: 100%;
    height: auto;
}
.header-link {
    color: #ffffff;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 600;
    font-size: 17px;
    text-shadow: 2px 2px 4px #2b0b0c83;
}
.header-link:hover {
    text-decoration: underline;
}
.header-links {
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.image-container {
    width: 50%;
    background-color: none;
    
}
.introduction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.introduction_partners {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.introduction_training {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
}
.logo {
    width: 100%;
}
.logo_link {
    display: flex;
    justify-content: center;
    width: 40%;
    max-width: 450px;
}
.logo_link_text {
    width: 60%;
}
.logo_link_round {
    display: flex;
    justify-content: center;
    width: 40%;
    max-width: 270px;
}
.logo_link_header {
    display: flex;
    justify-content: center;
    width: 20%;
    max-width: 150px;
}
.logo_vfb {
    width: 100%;
}
.logo_wilhelmshaven {
    width: 100%;
}
.link-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.map_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 20px;
}
.map_image {
    width: 100%;
    max-width: 400px;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    background-image: url("homepage_elements/header_img_hd.jpg");
    background-size: 120%;
    height: 100%;
    border-radius: 15px;  
}
.navbar_for_small_devices {
    display: none;
    background-color: rgb(214, 204, 198);
    padding: 15px;
    border-radius: 15px;

}
.profile_pic_in_text {
    display: none;
    width: 70%;
    max-width: 250px;
    padding: 15px;
    justify-content: center;
    align-items: center;
}
.small-title {
    color: black;
    font-size: 90%;
    text-shadow: 2px 2px 4px #2b0b0c83;
}
.schrift {
    color: black;
    font-size: 90%;
}
.textblock {
    width: 50%;
    background-color: rgb(214, 204, 198);
    padding: 15px;
    border-radius: 15px; 
}
.textblock-adresse {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(214, 204, 198);
    width: 100%;
    border-radius: 15px; 
}
.textblock_title_text {
    width: 100%;
    background-color: rgb(214, 204, 198);
    border-radius: 15px;
}
.textblock_training {
    background-color: #b4b4b400;
    width: 100%; 
}
.titel {
    font-size: 30px;
    font-weight: 800;
    color: black;
    display: flex;
    justify-content: center;
    text-shadow: 2px 2px 4px #0000006e;
    text-align: center;
}
.titel_training {
    font-size: 27px;
    font-weight: 600;
    color: black;
    display: flex;
    justify-content: center;
    text-shadow: 2px 2px 4px #0000006e;
    text-align: center;
}
.titel-link {
    font-size: 30px;
    font-weight: 800;
    color: #9e292d;
    text-decoration: none;
    display: flex;
    justify-content: center;
    text-shadow: 2px 2px 4px #0000006e;
}
.titel-link:hover {
    text-decoration: underline;
}
.title-link {
    color: #ffffff;
    text-decoration: none;
    text-shadow: 2px 2px 4px #2b0b0c;
}
.title-link:hover {
    text-decoration: underline;
}
.trainer-introduction {
    display: flex; 
    align-items: center;
}
.trainer-profile-pic {
    display: flex;
    justify-content: center;
    width: 30%;
}
.trainer-text {
    width: 50%;
}
.trainer-graduation {
    width: 20%;
}
.profile-pic-container {
    padding: 5px;
    background-color: transparent;
}
.trainer-information {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.profile-pic {
    width: 100%; 
    max-width: 200px; 
    height: auto; 
}
.graduation-pic {
    width: 100%; 
    max-width: 80px; 
    height: auto;
}
.graduation-pic-container {
    padding: 50px;  
}
.hallen-profilbild {
    display: flex;
    justify-content: center;
    padding: 12%;
    width: 70%;
}
.karte-einbettung {
    width: 50%; 
}
.trainingsorte {
    font-weight: bolder;
    text-decoration: underline;
}
.trainingszeiten {
    display: flex;
    justify-content: center;
}
.vfb-link {
    color: #9e292d;
    font-weight: bolder;
    text-decoration: none;
}
.vfb-link:hover {
    text-decoration: underline;
}
.youtube {
    display: block;
    justify-content: center;
    align-items: center;
    width: 840px; 
    height: 472.5px;
    box-shadow: 3px 3px 5px #000000; 
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    font-size: 14px;
}
table {
    width: 100%;
}
th, td {
    padding: 10px;
}
.pruef_container_widescreen {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.thumbnail_container_widescreen {
    width: 33%;
    padding: 10px;
}
.thumbnail_pic_container_widescreen {
    width: 100%;
    max-width: 280px;
}
.pruef_container_smallscreen {
    display: none;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.thumbnail_container_smallscreen {
    width: 50%;
    padding: 10px;
}
.thumbnail_pic_container_smallscreen {
    width: 100%;
    max-width: 280px;
}
.pruef_container_mobile {
    display: none;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.thumbnail_container_mobile {
    width: 100%;
    padding: 10px;
}
.thumbnail_pic_container_mobile {
    width: 100%;
    max-width: 280px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown_content {
    display: none;
    position: absolute;
    background-color: #9e292d;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    overflow: auto;
    z-index: 1;
}
.dropdown_content a {
    padding: 10px 16px;
    display: block;
}
.dropdown:hover .dropdown_content {
    display: block;
}
.dropdown_content a:hover {
    background-color: #821e22;
}
.zeremonie_image_container {
    display: flex;
    justify-content: center;
    width: 50%;
    padding: 5px;
}

@media(max-width: 1500px) {
    body {
        font-size: 92%
    }
    .titel  {
        font-size: 24px;
        font-weight: 600; 
    }
    .header {
        max-width: 200px;
    }
}

@media (max-width: 1400px) {
    body{
        padding-left: 50px;
        padding-right: 50px;
    }
    .introduction {
        flex-direction: column;
        align-items: center;
    }
    .image-container {
        width: 90%;
    }
    .textblock {
        width: 100%;
    }
    .textblock_training {
        flex-direction: column;
        align-items: center;
        width: 100%;  
    }
    .textblock-adresse {
        width: 100%;
    }
    .youtube {
        width: 560px; 
        height: 315px;
    }
    .karte-einbettung {
        width: 100%;
    }
    .zeremonie_image_container {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 5px;
    }
    
}
@media (max-width: 1200px) {
    .logo_link_header {
        display: none;
        width: 0%;
        height: 0%;
    }
    .header-links {
        width: 80%;
        padding-right: 10px;
    }
}
@media (max-width: 1150px) {
    .introduction_training {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 1100px) {
    .navbar {
        flex-direction: column;
        align-items: center;
        gap: 0px;
        padding-bottom: 20px;
    }
    .header {
        padding-left: 0px;
        max-width: none;
        width: 100%;
        height: 50%;
    }
    .title-link {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .header-link {
        font-size: 15px;
    }
    .header-links {
        width: 100%;
        height: 50%;
        padding-right: 0px;
    }
    .small-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .logo_link {
        width: 60%;
    }
    .logo_link_round {
        width: 60%;
    }
}
@media (max-width: 800px) {
    body{
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar {
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
    }
    .header-link {
        flex-direction: column;
    }
    .introduction {
        flex-direction: column;
        align-items: center;
    }
    .image-container {
        width: 80%;
    }
    .textblock {
        width: 100%;
    }
    .youtube {
        width: 373.333px; 
        height: 210px;
    }
    .trainer-graduation {
        display: none;
        width: 0%;
    }
    .trainer-profile-pic {
        width: 30%;
    }
    .trainer-text {
        width: 70%;
    }
    .titel {
        font-size: 20px;
    }
    .article-image-container {
        padding: 10px;
    }
    .article-image {
        width: 100%;
    }
    .logo_link {
        width: 100%;
    }
    .logo_link_round {
        width: 100%;
    }
    .pruef_container_widescreen {
        display: none;
    }
    .pruef_container_smallscreen {
        display: flex;
    }
    
}
@media (max-width: 700px) {
    .introduction_partners {
        flex-direction: column;
    }
    .navbar {
        padding-bottom: 0px;
    }
    .header {
        height: 100%;
    }
    .header-links {
        display: none; 
    }
    .navbar_for_small_devices {
        display: grid;
        justify-content: center;
    }
    .header-link {
        color: #000000;
    }
    .logo_link_text {
        width: 100%;
    }
    .textblock-adresse {
        display: block;
    }
    .adresse {
        width: 100%;
    }
    .map_container {
        width: 100%;
        padding: 0px;
    }
    .article-video {
        width: 90%;  
    }
    .aktuelles_container {
        display: block;
        justify-content: center;
        align-items: center;
        
    }
    .aktuelles_title_pic_container {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .aktuelles_title_pic {
        padding: 10px;
        align-items: center;
        width: 95%;
    }
    .aktuelles_text {
        width: 90%;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
    .dropdown_content {
        background-color: rgb(194, 178, 172);
    }
    .dropdown_content a:hover {
        background-color: rgb(170, 151, 144);
    }

}
@media (max-width: 520px) {
    table, th, td {
        font-size: 12px;
    }
    .pruef_container_smallscreen {
        display: none;
    }
    .pruef_container_mobile {
        display: flex;
    }
    .floating_img_right {
        display: none;
    }
    .profile_pic_in_text {
        display: flex;
    }
    
}
@media (max-width: 480px) {
    .header {
        max-width: 300px;
    }
    .floating_logo {
        display: none;
    }
    
}
@media (max-width: 450px) {
    th, td {
        padding: 1px;
    }
    .youtube {
        width: 280px; 
        height: 157.5px;
    }
}
@media (max-width: 400px) {
    .aktuelles_title_pic_container {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .aktuelles_title_pic {
        padding: 8px;
        align-items: center;
        width: 95%;
    }
    .aktuelles_text {
        width: 90%;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
    
    
}
@media (max-width: 385px) {
    .trainer-introduction {
        flex-direction: column;
        align-items: center;
    }
    .trainer-profile-pic {
        width: 100%;
    }
    .trainer-text {
        justify-content: center;
        width: 100%;
    }
    table, th, td {
        font-size: 10px;
    }
    th, td {
        padding: 0px;
    }
    .floating_kanji_left {
        display: none;
    }
    .floating_logo_djjb_right {
        display: none;
    }
    .map_container {
        display: none;
    }
}
@media (max-width: 270px) {
    .aktuelles_title_pic_container {
        display: none;
    }
    .aktuelles_title_pic {
        padding: 10px;
        align-items: center;
        width: 95%;
    }
    .aktuelles_text {
        width: 90%;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
} 