

@import 'saga-blue-theme.css';

@import 'root-colors.css';




body {
	font-family: Arial, sans-serif;
	/*background-color: #f1f1f1;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    
}

@media (max-width: 650px),(max-heigth: 650px) {

 div.stripes-1{ 
  display:none;
 }

 div.stripes-2 {
  display:none;
 }
 #cubelogo1 {
  display:none;
 }
 #cubelogo2 {
  display:none;
 }
 #cubelogo3 {
  display:none;
 }
  div.dropbtn {  
    position: absolute;
    margin-top: 0px;
    
  }
    div#appLogo {
      position: absolute;
      margin-top: 0px;
    
  }
  div#textContainer {
    
    width: 100%;
    height: 30%;
    top: 0; bottom: 0; left: 0; right: 0;
    size: auto;
    
    
    
  }
  div.lds-spinner{
    top: 90%; bottom: 0; left: 0; right: 0;
    size: auto;
    
  }
  
}

#appLogo{
  position: absolute;
  left: 80px;
  top:100px;
  
}
.error-container {
	background-color: #fff;
	max-width: 600px;
	margin: 50px auto;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#h1 {
	font-size: 36px;
	color: #333;
	margin-top: 0;
}

#p1 {
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}
button.link1 { background:none; border:none; }
button.link2 { background:none; border:none; }



.dropbtn {
  background-color: #e1e2e3;
  color: black;
  padding: 16px;
  font-size: 16px;
  border-radius: 5px;
  z-index: 1;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: absolute;
  /*display: inline-block;*/
  top: 0;
  right: 30px;
  z-index: 2;
  
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
  right: 1px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  z-index: 2;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;
    z-index: 2}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;
    z-index: 2}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: rgba(204, 204, 204, 0.486);
    z-index: 2}


#cubelogo1{
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 275px;
  height: 275px;
  filter: invert(17%) sepia(81%) saturate(4268%) hue-rotate(339deg) brightness(84%) contrast(102%);
  

}
#cubelogo2{
  position: absolute;
  bottom: 275px;
  right: 280px;
  width: 200px;
  height: 200px;
  filter: invert(17%) sepia(81%) saturate(4268%) hue-rotate(339deg) brightness(84%) contrast(102%);
  

}
#cubelogo3{
  position: absolute;
  bottom: 420px;
  right: 120px;
  width: 150px;
  height: 150px;
  filter: invert(17%) sepia(81%) saturate(4268%) hue-rotate(339deg) brightness(84%) contrast(102%);
  

}
#textContainer{
  width: 400px;
  height: 250px;
  margin: auto;
  position: absolute;
  top: 0; bottom: 350px; left: 0; right: 0;
 
  padding-bottom: 350px;
  z-index: 1;
  

 
  
}
.text1{
    /*border: thin solid black;
    display: flex;
    justify-content: center;
    border: 1px solid black ;
   */
   font-weight: bold;
}

.text2{
  /*border: thin solid black;
  display: flex;
  justify-content: center;
  border: 1px solid black ;*/
  margin-bottom: 30px;
  
}
.graybox{
  width: 400px;
  height: 250px;
  background-color: #e1e2e3;
  
}
#showImpressum{
  font-size: 18px;
	color: #666;
	margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  left:180px;
  border: none;
  text-decoration: none;
  
}
#showImpressum:hover{
  text-decoration: underline;
}

#showDatenschutz{
  font-size: 18px;
	color: #666;
	margin-bottom: 20px;
  margin-left: 20px;
  position: absolute;
  bottom: 0;
  left:30px;
  border: none;
  text-decoration: none;
}
#showDatenschutz:hover{
  text-decoration: underline;
}
#links{
  font-size: 18px;
	color: #666;
	margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  left:0;
}
.stripes-1 {
    position: absolute;
    width: 500px;
    height: 160px;
    top: 200px;
    right: 100px;
    transform: rotate(-45deg);
    z-index:0;
}

.stripe {
    position: absolute;
    height: 2px;
    border-top: 2px solid var(--securoom-accent-1);
    z-index:0;
}

.s1 {
    left: 200px;
    width: 300px;
}

.s2 {
    left: 100px;
    width: 300px;
    top: 50px;
}

.s3 {
    width: 600px;
    top: 100px;
    z-index:0;
}

.s4 {
    left: 200px;
    width: 460px;
    top: 150px;
}


.stripes-2 {
    position: absolute;
    width: 700px;
    height: 160px;
    bottom: 20%;
    right: 38.5%;
    transform: rotate(-45deg);
    z-index:0;
}


.lds-spinner {
    color: gray;
    display: inline-block;
    
    width: 80px;
    height: 80px;
    margin: auto;
    position: absolute;
    top: 0; bottom: -200px; left: 0; right: 0;
    
   
  }
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: gray;
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
