/*
 Copyright (c) 2023 by Wanderpfer.de
 Copying or reuse require explicit approval by the author.
 */

body {
    color: rgb(255, 255, 255);
    background-color: #091900;
    font-family: Verdana;
}

A.menu:link {
    color: #ffff00;
    text-decoration: none;
}

A.menu:visited {
    color: #bbbb00;
    text-decoration: none;
}

A.menu:active, A.menu:hover {
    color: #ffff80;
    text-decoration: underline
}

A:visited {
    color: #000040;
    text-decoration: none;
}

A:link {
    color: #304f30;
    text-decoration: none;
    font-weight: bold;
}

A:active, A:hover {
    color: #008000;
    text-decoration: underline;
    font-weight: bold;
}

table {
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    border-width: 0;
    table-layout: auto;
}

table td {
    vertical-align: top;
    padding: 0;
}

table.layout {
    margin-bottom: 10px;
}

.dir {
    background-color: #445044;
    padding: 10px 20px;
    border-top-left-radius: 10px;
}

table.dir {
    table-layout: fixed;
}

table.dir td {
    padding: 10;
}

table.bildleiste {
}

table.bildleiste td {
    color: #000;
    vertical-align: middle;
    padding: 0px;
}

/*
table.news {
    border: 4px double #445044;
}

table.news td {
    color: #000;
    vertical-align: middle;
    padding: 20px;
    border: 1px solid #445044;
}
*/

table.station_outer {
}

table.station_outer td {
    color: #000;
    vertical-align: top;
    padding: 10px;
}

tr.station_box {
    color: #000;
    vertical-align: top;
    padding: 10px;
    margin: 10px;
    border: 1px solid #445044;
}

/*table.station_inner {*/
/*}*/

table.station_inner td {
    color: #000;
    vertical-align: top;
    padding: 5px;
}

.sidebar {
    width: 200px;
    /*margin-right: 10px;*/
    padding-right: 10px;
}


.content {
    color: #000;
    background-color: #9EA99E;
    padding: 10px 20px 10px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: max-content;
}

table.contactform td {
    color: #000;
    padding: 4px;
}



input {
    background-color: #d8d8d8;
}

textarea {
    background-color: #d8d8d8;
}

/* modernizing */

.card {
    color: black;
    background-color: #c0c8c0;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px 20px;
}

.image-card {
    width:min-content;
    padding: 0;
    text-align: center;
    display: inline-block;
    background-color: #c0c8c0;
}

.image-card p {
    padding-left: 5px;
    padding-right: 5px;
}

.half-round-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.rounded-image {
    border-radius: 10px;
}

.main_menu {
    display: flex;
    flex-direction: column;
    grid-gap: 2px;
}
.section {
    background-color: #445044;
    border-radius: 6px;
    padding: 4px;
    padding-left: 6px;
    margin-top: 12px;
    margin-bottom: 4px;
}

.register-elements {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.register-card {
    background: #c0c8c0;
    color: black;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px 20px;

    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 10px;
    max-width: 1200px;
}

.register-card-column {
    background: #c0c8c0;
    color: black;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px 20px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 1200px;
}

.register-prices {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 3fr;
}
.location-map {
    width: 100%;
    height: 500px;
    border-radius: 10px;
}

.clickbutton {
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1em;
}

.list-logo {
    padding: 5px;
}

.region-div-icon {

}
.region-div-image {
    width: 52px;
    height: 60px;
    /*filter: saturate(80%) contrast(60%) brightness(110%);*/
}
.region-div-wrap {
    text-align:center;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top:12px;
    left: 0px;
    width: 52px;
}
.region-div-text {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #00000080;
    padding: 2px;
}

.preview-logo {
    display: none;
    margin-right: 20px;
    padding: 5px;
}
.preview-pic {
    display: none;
    padding: 5px;
}

/* side info ------------------------------------------------- */

.info-list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.info-card {
    background-color: #c0c8c0;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
    margin-right: 5px;
}

.info-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 2px 5px;
    background-color: #445044;
    color: white;
}

.info-stop-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 2px 5px;
    background-color: #777;
    color: white;
}

.info-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2px 5px;
    font-size: 0.8em;
}
.info-content-highlight {
    background-color: #fff;
}

.info-content-text {
    display: flex;
    flex-direction: column;
}

.info-img {
    align-self: center;
}

.info-content ul {
    padding-left: 15px;
    list-style-type: square;
}

.imprint-phone {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: baseline;
}

.imprint-phone-image {
    height: 1em;
}

/* -------------------------------------------------*/

#filter-stop-label {
    background-image: url(/logos/ghs.png);
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-repeat: no-repeat;
}
#filter-poi-label {
    background-image: url(/logos/poi.png);
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-repeat: no-repeat;
}