/* General */

body {
    margin: 0px;
    font-family: Arial, sans-serif;
    color: white;
    max-width: auto;
    max-height: auto;
}

footer {
    background-color: #7f7e7e;
    padding: 10px;
    margin: 0px;
    text-align: center;
}

footer a {
    color: #c5ccc2;
    text-decoration: none;
    font-size: 15px;
    margin-left: 20px;
}

footer a:hover {
    text-decoration: underline;
}  

.background_img {
    background-image: url(/bilder/Background2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
}
  
.navbar a {
    float: right;
    color: #c5ccc2;
    text-align: center;
    padding: 14px;
    margin: 10px;
    text-decoration: none;
    font-size: 17px;
}
  
.navbar a:hover {
    text-decoration: underline;
    color: #7f7e7e;
}  

header {
    height: 75px;
    display: flex;
    flex-direction: column;
}

.img_faust {
    height: 65px;
    width: 75px;
    margin: 7px;       /* 15px */
}


/* Home */

.titel_home {
    background-image: url(/bilder/home/Pokale.png);
    background-size: cover;
    padding-top: 210px;
    padding-bottom: 210px;
    text-align: center;
    font-family: 'Pacifico', cursive;
    font-weight: normal;
    color: #fff;
    height: auto;
    width: 100%;
    margin: 0%;
    margin-bottom: 15px;
    /*opacity: 60%;*/
}

.content_home {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 100px;
    overflow: hidden;
}

.text_home {
    grid-column: 1;
    grid-row: 1;
    margin: 20px;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #c5ccc2;
}

.titel_txt_home {
    font-weight: bold;
    font-size: 50;
    margin: 0%;
}

#figur_home {
   grid-column: 2;
   grid-row: 1; 
   padding: 20px;
   opacity: 70%;
}

/* Kimura Shukokai */

.titel_kimura {
    background-image: url(/bilder/kimura/Senseis.jpg);
    background-size: cover;
    padding-top: 415px;
    padding-bottom: 10px;
    height: auto;
    width: 100%;
    margin: 0%;
    margin-bottom: 15px;
}

.titel_kimura h1 {
    bottom: 10%;
    font-family: 'Pacifico', cursive;
    font-weight: normal;
    color: black;
    font-size: 60px;
}

.content_kimura {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: 50% 50%;
    gap: 100px;
    padding: 20px;
    border-radius: 10px;
    min-height: 800px;
    font-family: Arial, Helvetica, sans-serif;
    align-items: center;
    align-content: center;
    overflow: hidden;
}

.text_kimura1,
.text_kimura2 {
    text-align: center;
    max-width: 600px;
}

.text_kimura1 {
    grid-column: 1;
    grid-row: 1;
}

.picture_kimura1 {
    grid-column: 2;
    display: block;
    margin: 20px 0;
    width: 100%;
    height: auto
}

.text_kimura2 {
    grid-column: 2;
    grid-row: 2;
}

#title_kimura {
    font-size: 37px;
}

#text_kimura {
    font-size: 20px;
}


/* Kata */

.titel_kata {
    background-image: url(/bilder/Kata/kata_block.jpg);
    background-size: cover;
    padding-top: 415px;
    padding-bottom: 10px;
    height: auto;
    width: 100%;
    margin: 0%;
    margin-bottom: 15px;
}

.titel_kata h1 {
    bottom: 10%;
    font-family: 'Pacifico', cursive;
    font-weight: normal;
    color: #fff;
    font-size: 60px;
}

.content_kata {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 100px;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    min-height: 400px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

#title_kata {
    font-size: 37px;
}

#text_kata {
    font-size: 20px;
}

.video_kata {
    grid-column: 1;
    width: 100%;
    position: relative;
}

.video_kata::before {
    display: block;
    padding-top: 56.25%; /* 16:9 */
}

.video_kata iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.text_kata {
    grid-column: 2;
    padding: 100px;
    border-radius: 10px;
    text-align: center;
}


/* Kumite */

.titel_kumite {
    background-image: url(/bilder/kumite/Kumite-Kick.jpg);
    background-size: cover;
    padding-top: 415px;
    padding-bottom: 10px;
    height: auto;
    width: 100%;
    margin: 0%;
    margin-bottom: 15px;
}

.titel_kumite h1 {
    bottom: 10%;
    font-family: 'Pacifico', cursive;
    font-weight: normal;
    color: #fff;
    font-size: 60px;
}

.content_kumite {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 100px;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    min-height: 400px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

#title_kumite {
    font-size: 37px;
}

#text_kumite {
    font-size: 20px;
}

.video_kumite {
    grid-column: 1;
    width: 100%;
    position: relative;
}

.video_kumite::before {
    display: block;
    padding-top: 56.25%; /* 16:9 */
}

.video_kumite iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.text_kumite {
    grid-column: 2;
    padding: 100px;
    border-radius: 10px;
    text-align: center;
}


/* Turniere */

.titel_turniere {
    background-image: url(/bilder/turnier/turnier_titel.jpeg);
    background-size: cover;
    padding-top: 415px;
    padding-bottom: 10px;
    height: auto;
    width: 100%;
    margin: 0%;
    margin-bottom: 15px;
}

.titel_turniere h1 {
    bottom: 10%;
    font-family: 'Pacifico', cursive;
    font-weight: normal;
    color: #fff;
    font-size: 60px;
}

.content_turniere {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
    justify-content: space-between;
    padding: 2vw;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.text_turniere {
    grid-column: 1;
    text-align: center;
    max-width: auto;
}

.table_base_turniere {
    grid-column: 2;
    padding: 20px;
    max-width: auto;
}

.table_turniere {
    align-items: center;
    margin: 20px;
}

.table_turniere li#text_turniere1 {
    list-style-image: url(/bilder/turnier/turniere_kreis_swiss.png);
}

.table_turniere li#text_turniere2 {
    list-style-image: url(/bilder/turnier/turniere_kreis_estland.png);
}

.table_turniere li#text_turniere3 {
    list-style-image: url(/bilder/turnier/turniere_kreis_swiss.png);
}

#title_turniere {
    font-size: 37px;
}

#text_turniere1,
#text_turniere2,
#text_turniere3 {
    font-size: 20px;
}


/* Meine Karriere */

.titel_karriere {
    background-image: url(/bilder/karriere/kampf.jpg);
    background-size: cover;
    padding-top: 415px;
    padding-bottom: 10px;
    height: auto;
    width: 100%;
    margin: 0%;
    margin-bottom: 15px;
}

.titel_karriere h1 {
    bottom: 10%;
    font-family: 'Pacifico', cursive;
    font-weight: normal;
    color: black;
    font-size: 60px;
}

.content_karriere {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: 50% 50%;
    gap: 100px;
    padding: 20px;
    border-radius: 10px;
    min-height: 800px;
    font-family: Arial, Helvetica, sans-serif;
    align-items: center;
    align-content: center;
    overflow: hidden;
}

.text1_karriere,
.text2_karriere {
    text-align: center;
    max-width: 600px;
}

.text1_karriere {
    grid-column: 1;
    grid-row: 1;
}

.picture1_karriere {
    grid-column: 2;
    display: block;
    margin: 20px 0;
    width: 100%;
    height: auto
}

.picture2_karriere {
    max-width: 200vh;
}

.text2_karriere {
    grid-column: 2;
    grid-row: 2;
}

#title_karriere {
    font-size: 37px;
}

#text_karriere {
    font-size: 20px;
}

/* Kontakt */

.body2 {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black; /* Schwarzer Hintergrund */
    color: white; /* Weißer Text */
}

.contact {
    background-color: rgba(255, 255, 255, 0.1); /* Halbtransparenter Hintergrund für das Formular */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    width: 90%;
    max-width: 500px;
    text-align: center; /* Zentriert den Text im Formular */
}

.eingabe {
    margin-bottom: 15px;
}

.eingabe label {
    display: block;
    margin-bottom: 5px;
    color: white; /* Weiße Schrift für Labels */
}

.eingabe input,
.eingabe textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2); /* Leicht transparenter Hintergrund für Eingabefelder */
    color: white; /* Weiße Schrift für Eingabefelder */
}

button {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #45a049;
}

.back_contact {
    margin: 20%;
}


/* responsive */

@media (max-width: 768px) {.shortcut-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.text_home,
.text_kata,
.text_kumite,
.text_turniere,
.text_karriere,
.text_kimura {
    flex-direction: row;
    font-size: 2vh;
}

.titel_home,
.titel_kata,
.titel_kumite,
.titel_turniere,
.titel_karriere,
.titel_kimura {
    font-size: 20vh;
}
}