/* index.html */
/**************/
.fisch_bild{
    border-radius: 20px;
    max-width: 100%;
    max-height: 100%;
}

/* termine.html */
/****************/
.termine_date {
    background-color: #222222;
    width: 80px;
    height: 80px;
    font-weight: bold;
    font-size: 18px;
    color: #eeeeee;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.termine_event {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    border-radius: 8%;
    width: 82%;
    text-align: left;
    border-bottom-right-radius: 8px;
}

.termine_event_title {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
    background-color: white;
    font-size: 16px;
    font-weight: bold;
    color: #007E00;
    text-align: left;
}

.termine_event_text {
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #E4EEDB;
    width: fit-content;
    border-radius: 20px;
    font-size: 14px;
    color: #222222;
    text-align: left;
}

.termine_table {
    margin-left: auto;
    margin-right: auto;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    border-top-left-radius: 8%;
    border-bottom-left-radius: 8%;
}

/* gastfischen.html */
/********************/
.regeln_gastfischer {
    background: #a5c588;
    height: fit-content;
    min-height: 300px;
    width: fit-content;
    max-width: 320px;
    margin: 10px;
    padding: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    margin-right: auto;
    border-radius: 20px;
}

.text_gastfischer {
    color: #384b27;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: normal;
    text-align: center;
}

/* schonzeiten.html */
/********************/
/*Tabellen style mit drop-shadow*/
.table_schonzeiten {
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
    border-collapse: collapse;
    font-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

/*Überschriften anders formatiert*/
.table_schonzeiten thead tr {
    background-color: #3F8453;
    color: #ffffff;
    text-align: center;
}

.table_schonzeiten th,
.table_schonzeiten td {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    text-wrap: wrap;
}

.table_schonzeiten tbody tr {
    border-bottom: 1px solid #dddddd;
}

.table_schonzeiten tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.table_schonzeiten tbody tr:last-of-type {
    border-bottom: 2px solid #3F8453;
}

.table_schonzeiten tbody tr.active-row {
    font-weight: bold;
    color: white;
    background-color: #3F8453;
}

/* vorstand.html */
/********************/
.vorstand_table {
    margin: 30px;
    max-width: 250px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    display: inline-block;
    background-color: #3F8453;
}

.vorstand_bild {
    min-height: 100px;
    width: 100%;
    object-fit: contain;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.vorstand_name {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    word-break: break-all;
}

.vorstand_title {
    color: white;
    font-size: 20px;
    text-align: center;
}

/* fischerstueberl.html */
/************************/
.fischer_container {
    height: fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}

.fischer_img {
    object-fit: contain;
    border-radius: 10px;
    height: 220px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}

/* neufinsing.html */
/************************/
.weiher_bild {
    object-fit: contain;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.weiher_table {
    margin: 20px;
    border-radius: 20px;
    display: inline-block;
}

body {
    text-align:center;
}


/* fischarten.html */
/********************/
.fischarten_table {
    margin: 30px;
    max-width: 500px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    display: inline-block;
    background-color: white;
}
.fischarten_table th{
    background-color: #3F8453;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.fischarten_bild {
    min-height: 100px;
    max-height: 500px;
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.fischarten_name {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    word-break: break-all;
}

.fischarten_title {
    font-size: 16px;
    text-align: left;
}

/* fotoalbum.html */
/********************/
.fotoalbum_table {
    vertical-align: middle;
    margin: 30px;
    max-width: 500px;
    border-radius: 20px;
    display: inline-block;
    background-color: white;
}
.fotoalbum_table th{
    background-color: #3F4D84;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.fotoalbum_name {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    word-break: break-all;
    padding-left: 10px;
    padding-right: 10px;
}

.fotoalbum_bild {
    width: 250px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}