
:root{
  --main-color: #ffffff; 
  --main-color-variant: #254e58;
  --text-color: #000000;
  --accent-color: #327da8;
  --highlight-color: #4cb0eb;
  --font-family-body: Arial, Helvetica, sans-serif;
}

@media(prefers-color-scheme: dark){
  :root{
    --main-color: #2c2c2c; 
    --main-color-variant: #254e58;
    --text-color: #ffffff;
    --accent-color: #327da8;
    --highlight-color: #4cb0eb;
    --font-family-body: Arial, Helvetica, sans-serif;
  }
}



html,
body {
  margin: 0;
  padding: 0;
  border-width: 0;
  height: 100vh;
  background: url("/assets/img/hgmcontrol.png") no-repeat center center fixed;
  background-size: cover;
}



.fill-height {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}



.center {
  position: relative;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flex-container > div {
  text-align: center;
  margin-top:10px;
  margin-left:20px;
  margin-bottom:20px;
}

.flex-container >.flex-container{
  margin-left:0px;
}
#header_h1{
  margin:0px;
}

img.customers{
  object-fit: scale-down;
  max-width: 100%;
  max-width: 100%;
}
.customer-flex-container > div{
  width: 250px;
  height: 250px;
  background-color: white;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto; /* recommended */
  margin:50px;
  padding:1em;
  border-radius: 1em;
  box-shadow:4px 4px 10px 5px rgba(125, 125, 125, 0.719);
}
.customer-flex-container > div > div{
  width: 250px;
  height: 300px;
  background-color: white;
  overflow: auto; /* recommended */
  margin:50px;
  padding:1em;
  border-radius: 1em;
  box-shadow:4px 4px 10px 5px rgba(125, 125, 125, 0.719);
}
.customer-flex-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}



.list > li > p {
  margin-top: -10px;
}

main {
  margin-top:7vh;
  overflow: auto; /* to scroll just the "main" div */
}

section {
  background-color: var(--main-color);
  opacity: 80%;
  backdrop-filter:blur(10px);
  overflow: auto; /* recommended */
  margin-left:5vw;
  margin-top:50px;
  margin-right:5vw;
  padding:1em 1.5em;
  border-radius: 1em;
  box-shadow:4px 4px 10px 5px rgba(125, 125, 125, 0.719);
}
section:last-child {
  margin-bottom: 100px;
  border: none;
}

a.anchor {
  display: block;
  position: relative;
  top: -115px;
  visibility: hidden;
}

h1,
h2,
h3,
a,
p {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  color:var(--text-color);
}

h2{
  color: #4cb0eb;
}

footer {
  z-index: 1;
  background-color: var(--main-color);
  border-top: 1px solid gray;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 5vh;
  min-height: 60px;
  max-height:5vh;
}
header {
  z-index: 1;
  background-color: var(--main-color);
  border-bottom: 1px solid gray;
  position: fixed;
  top: 0;
  height:7vh;
  max-height:7vh;
  min-height: 85px;
  width: 100%
}
a {
  color: var(--text-color);
  text-decoration: none;
}


a.link-button {
    margin:0px;
    margin-bottom: 2px;
    outline:none;
    padding: 5px 15px;
    border-radius: 2px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}


a.link-button-impressum {
  flex: 1;
  text-decoration: none;
  outline: none;
  text-align: center;
  line-height: 3;
  color: var(--text-color);
}

a.link-button-impressum:link,
a.link-button-impressum:visited,
a.link-button-impressum:focus {
  background: transparent;

}

a.link-button-impressum:hover {
  border-bottom: 1px solid black;
}

a.link-button-impressum:active {
  background: transparent;
  color: #4cb1eb;
}


/*CUSTOMER START*/
.customer{
  display: none;
}
.customer-container{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.customer-card{
  background-color: var(--main-color);
  opacity: 100%;
  backdrop-filter:blur(2px);
  overflow: hidden; /* recommended */
  padding: 1em;
  border-radius: 1em;
  margin: 10px;
  min-width: 150px;
  min-height: 150px;

  width: 150px;
  height: 150px;;
  box-shadow:4px 4px 10px 5px rgba(125, 125, 125, 0.719);
}

.customer-card-img{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.customer-card-img > img{
  width: 90px;
  height: 90px;
  object-fit: scale-down;
  max-width: 100%;
  max-width: 100%;
}

.customer-card-info{
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer-card-info > a{
  color: var(--text-color);
  text-decoration: none;
  text-align: center;
}
/*CUSTOMER END*/

.btn-1 {
  transition: all 0.3s ease;
}
.btn-1:hover {
  box-shadow:inset -7px -7px 20px 0px #0002,inset -4px -4px 5px 0px #0002,
  inset 7px 7px 20px 0px #fff9,inset 4px 4px 5px 0px #fff9;
}
.btn-1:active {
  color: #4cb1eb;
  box-shadow:inset -7px -7px 20px 0px #0002,inset -4px -4px 5px 0px #0002,
  inset 7px 7px 20px 0px #fff9,inset 4px 4px 5px 0px #fff9;
}

.hamburger-menu{
  display:none;
  z-index: 999999999;
}

/*NAVBAR*/
#menu__toggle {
  opacity: 0;
  visibility: collapse;
  display:none;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  right: 0 !important;
}
.menu__btn {
  display: block;
  position: fixed;
  top: 47px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 3;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  transition-duration: 0.25s;
}
.menu__btn:hover > span,
.menu__btn:hover > span::before,
.menu__btn:hover > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--text-color);
  transition-duration: 0.25s;
}

.menu__btn > span::before {
  content: "";
  top: -8px;
}
.menu__btn > span::after {
  content: "";
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: var(--main-color);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 15px 0 0 15px;
  transition-duration: 0.25s;
  z-index: 2;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: var(--text-color);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: 0.25s;
}
.menu__item:hover {
  background-color: var(--accent-color);
}
/*NAVBAR END*/


@media only screen and (max-width: 1350px){
  #navigationbar{
    display: none;
    visibility: collapse;
  } 
  .hamburger-menu{
    display:block;
    z-index: 2;
    z-index: 999999999;
  }
}
@media only screen and (max-width: 800px){
  #header_h1{
    display: none;
    visibility: collapse;
  } 
}