/* Europameisterschaft 2024 in Deutschland */

/* FARBEN: Tabellenkopf: #C5C5C5 */
/*         Tabellenzeile1: #D8D8D8 Hover: #C5C5C5 */
/*         Tabellenzeile2: wei? (Hintergrund) Hover: #C5C5C5 */


:root {
  --primary-color-dark: #0D1E62;        /* Dunkle Hauptfarbe: Page-Titel/Slogan, Hintergrund Infozeile und Uhrzeit, Buttons */
  --primary-color-light: #143BDA;       /* Helle Hauptfarbe: Links, Progress-Bar, Hover Buttons */

}


body {
    background-image: url("../bilder/bg_body.jpg");
    background-repeat: no-repeat;
    background-color: #F5F3F1;  /* Farbe des Hintergundbildes */
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 10px 0 0;
}

.body_public {
    background-image: url("../bilder/bg_body.png");
    background-repeat: repeat;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 10px 0 0;
}

.bg_content {
    background-color: #FFFFFF;
}

.vorkomma  { display: inline-block; text-align: right; width: 6em}

.nachkomma { display: inline-block; text-align: left; width: 6em}

p {
    line-height: 1.5;
    margin: 0 0 20px;
}


a.standard {
    color: #143BDA;
}


a.standard:hover {
    color: #143BDA;
}


a.hauptmenue {
    color: #777777;
    text-decoration: none;
    display: block;
}

a.untermenue {
    color: #777777;
    text-decoration: none;
    display: block;
}


.page-title {
    color: #FFFFFF; /* eigentlich #0D1E62; */
    font-size: 3.5rem;
    line-height: 0.2;
    letter-spacing: 1px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    text-align: center;
}


.page-slogan {
    color: #FFFFFF; /* eigentlich #0D1E62; */
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    letter-spacing: 3px;
    text-align: center;
}

td.top {
    background-image: url("../bilder/bg_header.png");
    height: 150px;
    border: 0px;
    border-spacing: 0px;
    padding: 0px;
    width: 950px;
}

td.top_public {
    background-image: url("../bilder/bg_header_public.png");
    height: 150px;
    border: 0px;
    border-spacing: 0px;
    padding: 0px;
    width: 950px;
}

td.info {
    width: 720px;
    font-size: 20px;
    color: #FFFFFF;
    background: #0D1E62;
    height: 35px;
    text-align: left;
    padding-left: 15px;
}

td.timeinfo {
    width: 230px;
    font-size: 20px;
    color: #FFFFFF;
    background: #0D1E62;
    height: 35px;
    text-align: center;
}


tr.tabellenzeile1 {
    background-color: #D8D8D8;
}



tr.tabellenzeile1:hover, tr.tabellenzeile2:hover {
          background-color: #C5C5C5;
    }


td.hauptmenueaktiv, tr.tabellenkopf {
    background-color: #C5C5C5;
}


td.hauptmenueinaktiv:hover {
    background-color: #EEEEEE !important;
}

table.hauptmenue {
    font-size: 24px;
    color: #777777;
    background: #EEEEEE;
    height: 50px;
    border: 0px;
    width: 950px;
    border-spacing: 0px;
    text-align: center;
}

table.hauptmenue td:hover {
    background-color: #C5C5C5;
}

table.untermenue {
    font-size: 20px;
    color: #777777;
    background: #EEEEEE;
    height: 35px;
    border: 0px;
    width: 950px;
    border-spacing: 0px;
    text-align: center;
}

table.untermenue td:hover {
    background-color: #C5C5C5;
}


.textfield_alt {
        height: 35px;
        font-size: 20px;
        color: #333333;
        background: #F7F7F7;
        border: 1px solid #CCCCCC;
        padding-left: 1px;
}

.textfield {
    border: 1px solid transparent;
    box-shadow: none;
    background: #EEEEEE;
    border-radius: 4px;
    padding: 0.5em 0.5em 0.5em;
    font-size: 20px;
}

.textfield:disabled {
    background: transparent;
}

.tippfield {
    border: 1px solid transparent;
    box-shadow: none;
    background: #EEEEEE;
    border-radius: 4px;
    padding: 0.2em 0.2em 0.2em 0.2em;
    font-size: 15px;
    width: 20px;
    text-align: right;
}

.tippfield:disabled {
    background: transparent;
}

.button {
    padding-left: 0;
    padding-right: 0;
    border-radius: 6px;
    border: medium none;
    background-color: #0D1E62;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;

    box-sizing: border-box;
    line-height: 1;
    margin: 1px 0;
    position: relative;
    white-space: normal;
    padding: 12px;
}

.button-reg {
    background-color: #0D1E62;
    border: medium none;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 35px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.button-login {
    background-color: #0D1E62;
    border: medium none;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 35px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    vertical-align: middle;
    width: 210px;
}

.button:hover, .button-reg:hover, .button-login:hover {
    background-color: #143BDA;
}

.reg_fehler {
    background-color: #ffa4a2;
    border: 1px solid #c9403e;
    border-radius: 8px;
}


.login-form {
    background-color: #F5F3F1;
    border-radius: 5px;
    margin: 0 auto;
    padding: 0.5em 0.8em;
    position: relative;
    width: 25.875em;
}

.curved_top {
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.curved_bottom {
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

.styled-select select {
   background: #EEEEEE;
   width: 200px;
   padding: 0.5em 0.5em 0.5em;
   font-size: 20px;
   line-height: 1;
   border: 1px solid transparent;
   border-radius: 4px;
   height: 45px;
}

/***********************/
/* Definition der Tabs */
/***********************/

/* Aussehen der Tab-Bereiche, also der SECTION Elemente */
article.infobox section {
    position: absolute;
    display: block;
    width: 700px;
    height: 1200px;
    top: 300px;
    background-color: #c5d2de;
}

/* Aussehen der einzelnen Tabs, also der H2-Elemente */
article.infobox section h2 {
    position: absolute;
    left: 0;
    top: -30px;
    width: 124px;
    height: 29px;
    font-family: Verdana;
    font-size: 15px;
    margin: 0;
    background-color: #194b7d;
    border-radius: 15px 15px 0 0;
    border: solid #ffffff;
    border-width: 1px 1px 0 0;
    z-index: 1;
}

/* Platzierung der Tabs */
article.infobox section:nth-child(2) h2 {
    left: 120px;
    z-index: 0;
}

article.infobox section:nth-child(3) h2 {
    left: 340px;
    z-index: -1;
}

/* Aussehen der Links */
article.infobox section h2 a {
    display: block;
    margin: 5px 0 0 0;
    text-align: center;
    text-decoration: none;
    color: #c5d2de;
}

/*********************************/
/* Definition der Prozent-Balken */
/*********************************/

.progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    overflow: hidden;
}

.progress-bar {
    background-color: #143BDA;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}

/***************************/
/* Definition der Tooltips */
/***************************/

.tooltip {
    position: relative;
    display: inline-block;

}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 80px;
    background-color: #143BDA;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 11px;

    /* Position of the tooltip */
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -40px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #143BDA transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}