@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap');
*
{
    font-family: Arial, sans-serif;
    line-height: 50%;
    box-sizing: border-box;
}

.screen
{
    background-color: rgb(160, 160, 160);
    font-size: 100%;
}

a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
    color: #0F0F0F;
}

a:hover
{
    text-decoration: none;
    color: #0000AA;
}

a:active
{
    text-decoration: none;
}

.error
{
    color: #f00;
    font-size: 9px;
}

.object-fit
{
    width: 500px;
    height: 500px;
    margin: 10em auto;
    border: 1px solid green;
}

.object-fit img
{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.thumbnail
{
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.thumbnail img
{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%,-50%);
}

.thumbnail img.portrait
{
    width: 100%;
    height: auto;
}

.navbar
{
    margin-bottom: 0;
}

.navbar-inverse .navbar-brand
{
    font-size: 2em;
    color: #fff;
}

.navbar-inverse .navbar-brand:hover
{
    color: #ccc;
}

.navbar-brand .logo
{
    color: #5cb85c;
}

.container_1 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

@media (min-width:768px) {
    .container_1 {
        width: 750px
    }
}
@media (min-width:992px) {
    .container_1 {
        width: 970px
    }
}
@media (min-width:1200px) {
    .container_1 {
        width: 1170px
    }
}

.registration-form
{
    max-width: 450px;
    margin: 0 auto;
}

.small-container-300
{
    max-width: 300px;
    padding: 15px;
    margin: 0 auto;
}

.small-container-330
{
    max-width: 330px;
    padding: 15px;
    margin-top: 0px;
    margin-left: 50px;
}

.small-container-350
{
    max-width: 350px;
    padding: 15px;
    margin-top: 0px;
    margin-left: 300px;
}

.small-container-500
{
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
}

.small-container-600
{
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
}

.small-container-700
{
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
}

.small-container-800
{
    max-width: 800px;
    padding: 15px;
    margin: 0 auto;
}

.small-container .small-container-heading, .small-container .checkbox
{
    margin-bottom: 10px;
}

.small-container .checkbox
{
    font-weight: normal;
}

.small-container .form-control
{
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.small-container .form-control:focus
{
    z-index: 2;
}

.form-signin input[type='password']
{
    margin-bottom: 0px;/*
    border-top-left-radius: 0;
    border-top-right-radius: 0;*/
}
/*
.form-signin input[type='email']
{
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

form input[type='text']
{
    float: right;*/
    margin-top: 20px;
    margin-bottom: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}*/

.inputfieldset
{
    float: left;
    min-width: 150px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.login
{
    color: #fff;
}

.login td
{
    padding-right: 2px;
    padding-left: 2px;
}

.red, .green {
    font-size: xx-small !important;
    font-weight: bold !important;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 40px;
}
.red {
    color: red !important;
}
.green {
    color: green !important;
}

.form-contr {
    display: block;
    margin-top: 15px;
    padding-left: 5px;
    width: 250px;
    height: 30px;
    font-size: 12px;
    line-height: 1em;
    color: black;
    background-color: LightGrey;
    border-color: DarkGray;
    border: 1px solid;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .25s, -webkit-box-shadow ease-in-out .25s;
    -o-transition: border-color ease-in-out .25s, box-shadow ease-in-out .25s;
    transition: border-color ease-in-out .25s, box-shadow ease-in-out .25s
}
.form-contr:focus {
    border-color: #2E2E2E;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-contr::-moz-placeholder {
    color: #999;
    opacity: 1
}
.form-contr:-ms-input-placeholder {
    color: #999
}
.form-contr::-webkit-input-placeholder {
    color: #999
}
.form-contr::-ms-expand {
    background-color: transparent;
    border: 0
}
.form-contr[disabled], .form-contr[readonly], fieldset[disabled].form-contr {
    background-color: #D0D0D0;
    opacity: 1
}
.form-contr[disabled], fieldset[disabled] .form-contr {
    cursor: not-allowed
}
textarea.form-contr:focus select.form-contr:focus {
    border-color: #2E2E2E;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.small-container .form-contr {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
}
.form-contr input[type='text'] {
    height: 30px !important;
}
.form-contr input[type='email'] {
    height: 30px !important;
}
textarea.form-contr {
    height: 75px !important;
}
.small-container .form-contr:focus
{
    z-index: 999;
}

#parent {
    position: relative;
}

.container-0 {
    margin-top: 2%;
    background-color: rgb(160, 160, 160);
    height: 45vh;
    width: 55vw;
    margin: 0 auto;
    margin-top: 2%;
    margin-left: 0;
    display: flex;
    position: absolute;
}

.container-1,
.container-2,
.container-3 {
    background-color: rgb(160, 160, 160);
    height: 45vh;
    width: 55vw;
    margin: 0 auto;
    margin-top: 2%;
    margin-left: 23.5%;
    display: flex;
    position: absolute;
}

.container-2,
.container-3 {
    display: none;
}

.centered-element-1 {
    height: 30vh;
    width: 40vw;
    border-radius: 5px;
    z-index: 1;
    background-color: rgb(160, 160, 160);
}

.centered-element-2 {
    height: 30vh;
    width: 40vw;
    border-radius: 5px;
    z-index: 2;
    background-color: rgb(160, 160, 160);
    border: Beige 1px solid;
}

.img_user {
    width: 25px;
    height: 28px;
    margin-right: 5px;
    background-size: 25px 28px;
    background-image: url('../images/user.png');
}

.arrow_red {
    color: Red;
    font-size: 14px;
}

.arrow_yellow {
    color: Yellow;
    font-size: 14px;
}

.arrow_green {
    color: Green;
    font-size: 14px;
}

.blink {
    border-radius: 0.2em;
    padding: 0.2em;
    animation-name: animation_blink_5s;
    animation-timing-function: ease-in;
    animation-duration: 2s;
    animation-iteration-count: 2;
    animation-fill-mode: both;
}

.blink_red {
    border-radius: 0.2em;
    padding: 0.2em;
    animation-name: animation_blink_red;
    animation-timing-function: ease-in;
    animation-duration: 2s;
    animation-iteration-count: 4;
    animation-fill-mode: both;
}

.blink_red_gold {
    border-radius: 0.2em;
    padding: 0.2em;
    animation-name: animation_blink_red_gold;
    animation-timing-function: ease-in;
    animation-duration: 2s;
    animation-iteration-count: 4;
    animation-fill-mode: both;
}

@keyframes animation_blink
{
    0% { opacity: 1; }
    50% { opacity: 0.1; }
    100% { opacity: 1; }
}

@keyframes animation_blink_5s
{
    0% {
        color: GreenYellow;
    }
    50% {
        color: Teal;
    }
    100% {
        color: DarkGreen;
    }
}

@keyframes animation_blink_red
{
    0% {
        color: Red;
    }
    50% {
        color: DarkRed;
    }
    100% {
        color: Red;
    }
}

@keyframes animation_blink_red_gold
{
    0% {
        color: Red;
    }
    50% {
        color: Gold;
    }
    100% {
        color: Red;
    }
}

/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.verlauf1 {
    font-size:27px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #FF00FF;
    background-image: linear-gradient(to right,#FF00FF 30%,#00FF7F 70%);
    background-size: cover;
    background-position: center center;
    text-align: center
}

.verlauf2 {
    font-size:27px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #00FF7F;
    background-image: linear-gradient(to right,#00FF7F 30%,#FF00FF 70%);
    background-size: cover;
    background-position: center center;
}

.zentriert  {
    text-align: center;
}

#uhr {
    font-size: 12px;
    font-weight: bold;
    margin: 1em auto;
    color: white;
}

.formfield {
    width:100%;
    margin-bottom:20px;
}

.noeyes {
    display:none;
}

div#nichtmarkieren {
/*<div id="nichtmarkieren">*/
 -ms-user-select: None;
 -moz-user-select: None;
 -webkit-user-select: None;
 user-select: None;
}

div#unmark {
 -ms-user-select: None;
 -moz-user-select: None;
 -webkit-user-select: None;
 user-select: None;
}

.alert {
    position: relative !important;
    z-index: 9999 !important;
    display: block !important;
    margin-top: 20px !important;