#boxleft
{
float: left; 
width: 61%; /* optionale Weitenangabe */
}

#boxright
{
float: right; 
width: 39%; /* optionale Weitenangabe */
}

.header-brand-img {height:auto;}

body, body.login-img, body.login-img::before{
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100vw;
    height: 100vh;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%239C92AC' fill-opacity='0.25' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") #000;
	background-size: unset;
	background-repeat: repeat;
}
.main-container { display: grid;   justify-content: center;   align-items: center;}

.page-title {
    margin: 20px 0px;
    font-size: 29px;
	color:#fff;
}
.card {
box-shadow: 13px 14px 5px -3px rgba(0,0,0,0.1) inset;
-webkit-box-shadow: 13px 14px 5px -3px rgba(0,0,0,0.1) inset;
-moz-box-shadow: 13px 14px 5px -3px rgba(0,0,0,0.1) inset;
	background-image:url('../img/gradient-corner-1.png');
	background-repeat: no-repeat;
    background-position: bottom right;
}

.card-header {
background: rgb(204,204,204);
background: linear-gradient(180deg, rgba(204,204,204,1) 0%, rgba(255,254,254,1) 48%, rgba(204,204,204,1) 100%);
   
}

.card-body {font-size:16px;}

.accor h4 a {
    font-size: 2.7vw;
}


@media only screen and (min-width: 880px) {
  .accor h4 a {
    font-size: 20px;
}
}

#boxleft {
    position: relative;
    top: 10px;
}


.brand span {
	position: relative;
    top: 7px;

}
.brand .hmx-logo {
	position: relative;
    top: -43px;
	left:5px;
}

@media only screen and (max-width: 700px) {
	.brand span, .brand img {display:block; }
	.brand .hmx-logo {
	position: relative;
    top: 15px;
	
}
}

#totalscore .badge {    
	position: relative;
    left: 22px;
}

#totalscore .badge {font-size:22px!important;}
#totalscore .badge.bg-danger, #boxright .badge.bg-danger {
	font-weight: bold;
background: repeating-linear-gradient(
  45deg,
  #bd2f2f,
  #bd2f2f 10px,
  #ad2c2c 10px,
  #ad2c2c 20px
);
	border: 3px solid #ad2c2c;
}
#boxright .state-red { color:#ad2c2c;}

#totalscore .badge.bg-warning, #boxright .badge.bg-warning {
	font-weight: bold;
	color:#000;
background: repeating-linear-gradient(
  45deg,
  #ebed63,
  #ebed63 10px,
  #d6d759 10px,
  #d6d759 20px
);
	border: 3px solid #d6d759;
}

#boxright .state-yellow { color:#d6d759;}

#totalscore .badge.bg-success, #boxright .badge.bg-success, .login100-form-btn.btn-primary {
	font-weight: bold;
background: repeating-linear-gradient(
  45deg,
  #27ac27,
  #27ac27 10px,
  #249b24 10px,
  #249b24 20px
);
	border: 3px solid #249b24;
}

#boxright .state-green { color:#249b24;}
#boxright .state-info { color:#59ADEC;}


#totalscore {
  text-align: center;
}