/*
-----------Protected Site Stylesheets----------------
*/
.staticrypt-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.staticrypt-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
    box-sizing: border-box;
}

.staticrypt-form {
    position: relative;
    z-index: 1;
    background: gray;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.staticrypt-form input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.staticrypt-form .staticrypt-decrypt-button {
    text-transform: uppercase;
    outline: 0;
    background: #e94e4e;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.staticrypt-form .staticrypt-decrypt-button:hover,
.staticrypt-form .staticrypt-decrypt-button:active,
.staticrypt-form .staticrypt-decrypt-button:focus {
    background: #ff0000;
}

.staticrypt-html {
    height: 100%;
}

.staticrypt-body {
    margin-bottom: 1em;
    background: #e94e4e;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(right, #e94e4e, #c53a3a);
    background: -moz-linear-gradient(right, #e94e4e, #c53a3a);
    background: -o-linear-gradient(right, #e94e4e, #c53a3a);
    background: linear-gradient(to left, #e94e4e, #c53a3a);
    font-family: "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.staticrypt-instructions {
    margin-top: -1em;
    margin-bottom: 1em;
}

.staticrypt-title {
    font-size: 1.5em;
}

.staticrypt-footer {
    position: fixed;
    height: 20px;
    font-size: 16px;
    padding: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
}

.staticrypt-footer p {
    margin: 2px;
    text-align: center;
    float: right;
}

.staticrypt-footer a {
    text-decoration: none;
}

/*
  -----------Klassenbezogene Stylesheets----------------
  */

.bg-Inhalt {
    background-color: #ffffff;
}

.bordered {
    border: 2px solid;
}

.fa-square {
    font-size: 25px;
    color: gray;
    margin-right: 5px;
}

.button {
    background-color: lightgrey;
    border-radius: 4px;
    box-shadow: 3px 3px;
    color: black;
    margin-bottom: 5px;
    margin-top: 3px;
    width: 100%;
}

.button:hover {
    background-color: #777777;
    box-shadow: 2px 2px;
}

.table-head {
    background-color: #093b98;
}

th {
    font-size: 15px;
}

td {
    color: black;
    font-size: 15px;
}

.alert {
    display: none;
    padding: 20px;
    background-color: #f44336;
    color: white;
}

h2 {
    color: black;
}

h5 {
    color: white;
}

.game-live {
    background-color: aqua;
}


/*
  -----------ID-bezogene Stylesheets----------------
  */

#ereignisseSortieren {
    border-radius: 2px;
}

#popupUebertragen {
    color: #000000;
}

#Bezeichnung_Tabelle1 {
    color: #000000;
}

#p_infotext {
    color: black;
}

#h2_globalviewTimeChange {
    color: black;
}

#p_timeSchedule {
    color: black;
}

#p_timeTable {
    color: black;
}

#h2_databaseSettings {
    color: black;
}

#p_currentTournament {
    color: black;
}

#p_currentGroups {
    color: black;
}

#select_tournament {
    background-color: white;
}

/*------------------------------------------------------------------------------
  ----------------------Stylesheets für Responsive-Design-------------------------
  --------------------------------------------------------------------------------
  */

/* ANMERKUNG:
  Es sind absichtlich einige Anpassungen zwischen unterschiedlichen Abmessungen
  doppelt bzw. mehrfach eingefügt. Dies soll mögliche Modifikationen erleichtern! */

/* Design für Smartphones etc. mit Bildschirmbreite < 475px  */
@media only screen and (max-width: 474.98px) {

    /* Anpassungen Gesamtlayout */
    main {
        /* margin-top: 106px; */
        margin-bottom: 31px;
    }

    #img_clublogo {
        width: 42px;
        height: 35px;
    }

    #h1_softwarename {
        font-size: 27px;
    }

    /* Anpassungen Inhalt */
    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 10px;
    }

    table {
        font-size: 10px;
    }

    .button {
        height: 32px;
        font-size: 10px;
        font-weight: bold;
    }

    #select_tournament {
        width: 100%;
    }

    #button_BoxOeffnen {
        height: 50px;
        width: 125px;
        font-size: 14px;
        font-weight: bold;
    }

    #button_Index_Hinzufuegen {
        height: 90px;
        width: 80px;
        font-size: 12px;
    }

    #ereignisseSortieren {
        width: 100px;
        font-size: 12px;
    }
}

/* Design für Smartphones etc. ab Bildschirmbreite >= 475px  */
@media only screen and (min-width: 475px) {

    /* Anpassungen Gesamtlayout */
    main {
        /* margin-top: 106px; */
        margin-bottom: 31px;
    }

    #img_clublogo {
        width: 60px;
        height: 50px;
    }

    #h1_softwarename {
        font-size: 27px;
    }

    /* Anpassungen Inhalt */
    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 12px;
        color: white;
        font-weight: bold;
    }

    table {
        font-size: 12px;
    }

    .button {
        height: 32px;
        font-size: 10px;
        font-weight: bold;
    }

    #select_tournament {
        width: 100%;
    }

    #button_BoxOeffnen {
        height: 75px;
        width: 150px;
        font-size: 14px;
        font-weight: bold;
    }

    #button_Index_Hinzufuegen {
        height: 90px;
        width: 90px;
        font-size: 12px;
    }

    #ereignisseSortieren {
        width: 100px;
        font-size: 12px;
    }
}

/* Design für Endgeräte etc. mit Bildschirmbreite >= 634px und < 768px */
@media only screen and (min-width: 634px) {

    /* Anpassungen Gesamtlayout */
    main {
        /* margin-top: 150px; */
        margin-bottom: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    p {
        font-size: 14px;
    }

    #img_clublogo {
        width: 121px;
        height: 100px;
    }

    #h1_softwarename {
        font-size: 40px;
    }

    /* Anpassungen Inhalt */
    .button {
        height: 39px;
        font-size: 14px;
    }

    #select_tournament {
        width: 100%;
    }

    #button_BoxOeffnen {
        height: 90px;
        width: 250px;
        font-size: 16px;
        font-weight: bold;
    }

    #button_Index_Hinzufuegen {
        height: 90px;
        width: 145px;
        font-size: 14px;
    }

    #ereignisseSortieren {
        width: 200px;
        font-size: 16px;
    }

    #button_neuerEmpfanger {
        height: 50px;
    }
}

/* Design für Endgeräte etc. mit Bildschirmbreite >= 768px und < 992px */
@media only screen and (min-width: 768px) {

    /* Anpassungen Gesamtlayout */
    main {
        /* margin-top: 150px; */
        margin-bottom: 40px;
    }

    /* Anpassungen Inhalt */
    .button {
        height: 39px;
        font-size: 14px;
    }

    #select_tournament {
        width: 100%;
    }

    #button_BoxOeffnen {
        height: 130px;
        width: 200px;
        font-size: 18px;
        font-weight: bold;
    }

    #button_Index_Hinzufuegen {
        height: 90px;
        width: 150px;
    }

    #button_ListeLoeschen,
    #button_ListeHerunterladen {
        width: 150px;
        height: 50px;
    }

    #button_StartTaster,
    #button_FehlerTaster,
    #button_QuittierenTaster {
        width: 160px;
    }

    #ereignisseSortieren {
        width: 160px;
        font-size: 15px;
    }

    #zeitaktivierung {
        margin-top: 5px;
    }
}

/* Design für Endgeräte etc. mit Bildschirmbreite >= 992px und < 1200px */
@media only screen and (min-width: 992px) {

    /* Anpassungen Gesamtlayout */
    main {
        /* margin-top: 125px; */
        margin-bottom: 40px;
    }

    /* Anpassungen Inhalt */
    .button {
        height: 39px;
        font-size: 14px;
    }

    #select_tournament {
        width: 100%;
    }

    #button_BoxOeffnen {
        height: 100px;
        width: 220px;
        font-size: 18px;
        font-weight: bold;
    }

    #button_Index_Hinzufuegen {
        height: 90px;
        width: 150px;
    }

    #button_ListeLoeschen,
    #button_ListeHerunterladen {
        width: 200px;
        height: 39px;
    }

    #button_StartTaster,
    #button_FehlerTaster,
    #button_QuittierenTaster {
        width: 160px;
    }

    #ereignisseSortieren {
        width: 200px;
        font-size: 15px;
    }

    #zeitaktivierung {
        margin-top: 5px;
    }

    table {
        font-size: 12px;
    }
}