* {
   font-family: 'Roboto', sans-serif;
   font-size: 24px;
   color: #f0f0f0;
   font-weight: 500;
   line-height: 1.8;
}

html,
body {
    overflow-x: hidden;
    height: 100%;
/*    background-image: url("../../assets/images/grey_sandbag.png"); */
    background-color: #000033;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

hr {
    border-top: 1px solid #a0a0a0;
}

/* --------------Scoring---------------------- */

/*.fs-36 { font-size: 1.3em; }
.fs-64 { font-size: 48px; }

.scoring {
    font-size: 24px;
}

.scoring-cell {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    background: transparent;
    border: 1px solid #808080;
    margin-left: -1px;
    margin-right: 0px;
    padding-top: 2px;
}

.scoring-cell:hover {
    cursor: pointer;
}

.scoring-cell-fb {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    background: transparent;
    border: 1px solid #808080;
    margin-left: -1px;
    margin-right: 0px;
    padding: 5px 0;
    flex: unset;
    width: 90%;
}

.scoring-cell-fb:hover {
    cursor: pointer;
}

.scoring-cell-kp {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    background: transparent;
    border: 1px solid #808080;
    margin-left: -1px;
    margin-right: 0px;
    padding: 5px 0;
}

.scoring-cell-fh {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    margin-left: -1px;
    margin-right: 0px;
    margin-top: 7px;
    padding: 5px 0;
    flex: unset;
    width: 90%;
}

.scoring-tasten {
    font-size: 48px;
    font-weight: 600;
    color: #000033;
    width: 100%;
    margin: 15px 5px;
    background-color: #c4c4c4;
    border-radius: 120px;

}

.scoring-tasten:hover {
    cursor: pointer;
}

.scoring-verloren {
    background-color: #DC3545;
}

.scoring-sieg {
    background-color: #218838;
}

.scoring-111222 {
    background-color: #F4A460;
}*/

/* --------------Scoring---------------------- */

.fs-36 { font-size: 1.3em; }
.fs-64 { font-size: 64px; }

.scoring {
    font-size: 30px;
}

.scoring-cell {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    background: transparent;
    border: 1px solid #808080;
    margin-left: -1px;
    margin-right: 0px;
    padding-top: 2px;
}

.scoring-cell:hover {
    cursor: pointer;
}

.scoring-cell-fb {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    background: transparent;
    border: 1px solid #808080;
    margin-left: -1px;
    margin-right: 0px;
    padding: 5px 0;
    flex: unset;
    width: 90%;
}

.scoring-cell-fb:hover {
    cursor: pointer;
}

.scoring-cell-kp {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    background: transparent;
    border: 1px solid #808080;
    margin-left: -1px;
    margin-right: 0px;
    padding: 5px 0;
}

.scoring-cell-fh {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    margin-left: -1px;
    margin-right: 0px;
    margin-top: 7px;
    padding: 5px 0;
    flex: unset;
    width: 90%;
}

.scoring-tasten {
    font-size: 64px;
    font-weight: 600;
    color: #000033;
    width: 100%;
    margin: 15px 5px;
    background-color: #c4c4c4;
    border-radius: 120px;

}

.scoring-tasten:hover {
    cursor: pointer;
}

.scoring-verloren {
    background-color: #DC3545;
}

.scoring-sieg {
    background-color: #218838;
}

.scoring-111222 {
    background-color: #F4A460;
}

/* --------------Bootbox---------------------- */

.bootbox-title {
  color: #000055;
  font-size: 36px;
  font-weight: 500;
}

.bootbox-body {
  color: #000077;
  font-size: 24px;
  font-weight: 500;
}

.bootbox-accept {
    width: 150px;
}

.bootbox-cancel {
    width: 150px;
}

.btn-nodisplay {
    display: none;
}

.bootbox-ergebnis {
  color: #000077;
  font-size: 24px;
  font-weight: 500;
}

.kp1 {
    max-width: 9%;
}  

.fb1 {
    max-width: 6%;
}  

.fb2 {
    max-width: 7.5%;
}  

.fb3 {
    max-width: 8.5%;
}  

.fbp9 {
    padding-right: 0;
    margin-right: 0 !important;
/*    max-width: 35%;  */
}  

#kpumschalter:hover {
    cursor: pointer;
}

.badge-9:hover {
    cursor: pointer;
}

.badge-p:hover {
    cursor: pointer;
}

/* --------------Raucher Timer------------------- */

.rtimer {
    display: grid; 
    height: 35vh; 
    place-items: center;
    margin: 0;
/*    background-color: #a0a0a0;    */
}

.base-timer {
  position: relative;
  width: 330px;
  height: 330px;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 10px;
  stroke: lightgrey;
}

.base-timer__path-remaining {
  stroke-width: 8px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: #28a745;
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: #dc3545;
}

.base-timer__label {
  position: absolute;
  width: 330px;
  height: 330px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 96px;
  font-weight: bold;
  color: #444444;
}

/*.base-timer__label {
  font-size: 192px;
  font-weight: bold;
  color: #444444;
}*/

/* --------------Login Form---------------------- */

.form-auth {
    margin-top: 10%;
    width: 100%;
    padding: 15px;
}

.form-auth .checkbox {
    font-weight: 400;
}

.form-auth .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
}

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

.form-auth input[type="email"] {
    margin-bottom: -1px;
}

.form-auth input[type="password"] {
    margin-bottom: 10px;
}

/* --------------Select Feld---------------------- */

.custom-select {
    color: #757575;
    background-color: #f0f0f0;
}

.custom-select option {
    color: #757575;
    background-color: #f0f0f0;
}

/* --------------Logo---------------------- */

.logoname {
    letter-spacing: 4px;
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    text-shadow: #a0a0a0 1px 1px 0;
}

.logonameendung {
    letter-spacing: 4px;
    color: #0056F4;
    font-size: 48px;
    font-size: 48px;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    text-shadow: #a0a0a0 1px 1px 0;
    padding-left: 3px;
}


/* --------------Alerts---------------------- */

.alert-danger {
    background-color: #ff4136;
    color: #ffffee;
}

.displaystyle {
    color: #757575;
    padding: 15px;
    margin: 0px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    box-shadow: 5px 7px 7px 5px rgba(0, 0, 0, 0.19), 10px 12px 20px 10px rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}
.displaystyle-fullborder {
    font-size: 1.2em;
    padding: 15px;
    margin: 0px;
    background-color: #f0f0f0;
    border: 5px solid #7f7f84;
    margin-bottom: 10px;
    box-shadow: 5px 7px 7px 5px rgba(0, 0, 0, 0.19), 10px 12px 20px 10px rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}
.displaystyle-rightborder {
    padding: 15px;
    margin: 0px;
    background-color: #f0f0f0;
    border-right: 12px solid ;
    margin-bottom: 10px;
    box-shadow: 5px 7px 7px 5px rgba(0, 0, 0, 0.19), 10px 12px 20px 10px rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}
.displaystyle-leftborder {
    padding: 15px;
    margin: 0px;
    background-color: #f0f0f0;
    border-left: 12px solid ;
    margin-bottom: 10px;
    box-shadow: 5px 7px 7px 5px rgba(0, 0, 0, 0.19), 10px 12px 20px 10px rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.displaystyle-sm {
    color: #757575;
    padding: 10px;
    font-size: 80%;
}
.displaystyle-lg {
    color: #757575;
    padding: 35px;
    font-size: large;
}
.displaystyle-success {
    color: #757575;
    border-color: #80D651;
}
.displaystyle-success>strong {
    color: #80D651;
}
.displaystyle-info {
    color: #757575;
    border-color: #45ABCD;
}
.displaystyle-info>strong {
    color: #45ABCD;
}
.displaystyle-warning {
    color: #757575;
    border-color: #FEAF20;
}
.displaystyle-warning>strong {
    color: #FEAF20;
}
.displaystyle-danger {
    color: #757575;
    border-color: #d73814;
}
.displaystyle-danger>strong {
    color: #d73814;
}

/* --------------Buttons---------------------- */

.btn-lg {
    border-radius: 10px;
    font-size: 24px;
}


/* --------------User Image Upload---------------------- */

.avatar-upload {
    text-align: center;
    display: inline-block;
}

.avatar-edit {
    top: 150px;
    margin-right: -125px;
    margin-top: -40px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    z-index: 1000000;
    background: blue;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #757575;
    border-color: #757575;
}

.avatar-upload .avatar-edit input+label:after {
    color: #757575;
    position: absolute;
    top: 5px;
    left: 1px;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 162px;
    height: 162px;
    position: relative;
    border-radius: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}


/* --------------Profile card---------------------- */

.card-profile {
    width: 230px;
    min-height: 330px;
    margin: 50px auto;
    /* background-color: #e6e5e1; */
    border-radius: 0;
    border: 0;
}

.card-profile .card-img-top {
    border-radius: 0;
}

.card-img-profile {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: -45px;
    margin-bottom: 35px;
    border: 2px solid #ffffff;
}

.edit-profile {
    position: absolute;
    right: 10px;
    top: 110px;
}

.card-img-profile {
    transition: transform .2s;
}

.card-img-profile:hover {
    transform: scale(1.02);
}

.card-profile .card-title {
    margin-bottom: 30px;
}

.card-profile .card-title small {
    display: block;
    font-size: .6em;
    margin-top: .2em;
    padding-left: 20px;
    padding-right: 20px;
}

.card-profile .fa {
    color: grey;
}

.card-profile .fa:hover {
    color: blue;
}


/* --------------Footer---------------------- */

footer {
    margin-top: 100px;
}

#myFooter {
    background-color: #3c3d41;
    color: white;
    padding-top: 30px;
}

#myFooter .footer-copyright {
    background-color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter .footer-copyright a:hover {
    color: #d84b6b;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter h2 a {
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#myFooter .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
    color: #d84b6b;
}

#myFooter .btn {
    color: white;
    background-color: #d84b6b;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}