/*
Theme Name: Ice Design Theme
Theme URI: https://www.icedesign.de/ (oder Ihre Domain)
Author: Laura S.
Author URI: 
Description:  Ice Design Baustelle.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: icedesign_theme
Tags: custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, light, one-column, post-formats, responsive-layout, rtl-language-support, sticky-post, theme-options, translation-ready


*/



body {
  background: black;
   margin: 0;
  padding: 0;
  overflow: hidden;
}
body .bg {
    width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
body .bg .aur_cont {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; 
    justify-content: space-around; 
    align-items: flex-start; 
    flex-wrap: wrap; 
    margin-top: 200px;

}
body .bg .aur_cont .aur {
  transform: skew(-0.06turn, 18deg);
  display: flexbox;
  width: 0;
  min-height: 333px; 
  border-radius: 5% 52% 30px 50px;
  opacity: 1;
  flex-shrink: 0; 
  margin: 5px;
}
body .bg .aur_cont .aur.aur_1 {
  box-shadow: #065B74 0px 0px 140px 60px;
  margin-top: 2px;
  animation: topup 7031ms infinite linear;
}
body .bg .aur_cont .aur.aur_2 {
  box-shadow: #4b718c 0px 0px 140px 60px;
  margin-top: 27px;
  animation: topup 10359ms infinite linear;
}
body .bg .aur_cont .aur.aur_3 {
  box-shadow: #274c77 0px 0px 140px 60px;
  margin-top: 27px;
  animation: topup 5515ms infinite linear;
}
body .bg .aur_cont .aur.aur_4 {
  box-shadow: #41CDF6 0px 0px 140px 60px;
  margin-top: -30px;
  animation: topup 11580ms infinite linear;
}
body .bg .aur_cont .aur.aur_5 {
  box-shadow: #15C0F4 0px 0px 140px 60px;
  margin-top: 0px;
  animation: topup 6773ms infinite linear;
}
body .bg .aur_cont .aur.aur_6 {
  box-shadow: #6096ba 0px 0px 140px 60px;
  margin-top: 45px;
  animation: topup 8622ms infinite linear;
}
body .bg .aur_cont .aur.aur_7 {
  box-shadow: #274c77 0px 0px 140px 60px;
  margin-top: 0px;
  animation: topup 11510ms infinite linear;
}
body .bg .aur_cont .aur.aur_8 {
  box-shadow: #4b718c 0px 0px 140px 60px;
  margin-top: 5px;
  animation: topup 10258ms infinite linear;
}
body .bg .aur_cont .aur.aur_9 {
  box-shadow: #41CDF6 0px 0px 140px 60px;
  margin-top: 9px;
  animation: topup 12160ms infinite linear;
}
body .bg .aur_cont .aur.aur_10 {
  box-shadow: #4bffff 0px 0px 140px 60px;
  margin-top: -27px;
  animation: topup 12931ms infinite linear;
}
@keyframes drift {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}
@keyframes topup {
  0%, 100% {
    transform: translatey(0px);
    opacity: 0;
  }
  50% {
    transform: translatey(150px);
    opacity: 0.1;
  }
  25%, 75% {
    opacity: 1;
  }
}
@keyframes northern {
  0% {
    transform: translate(5%, -2%);
  }
  25% {
    transform: translate(10%, 7%);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: translate(7%, -2%);
  }
  85% {
    transform: translate(6%, 3%) rotate(12deg);
  }
  100% {
    transform: none;
  }
}
  

.glass-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 90%;
  max-width: 600px;
  padding: 30px;
  box-sizing: border-box;

  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);

  color: white;
  text-align: center;
  font-family: Arial, sans-serif;
}


.glass-card .card-header {
  display: flex; 
  align-items: center; 
  justify-content: center; 
  margin-bottom: 20px; 
  gap: 15px; 
}

.glass-card img {
  max-width: 80px; 
  height: auto;
  
}

.glass-card h1 {
  font-family: Helvetica, sans-serif;
  font-size: 2.5em;
  margin: 0; 
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.glass-card p {
  font-family: Helvetica, sans-serif;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  margin-bottom: 25px; 
}


.glass-button {
  display: inline-block; 
  padding: 12px 25px; 
  text-decoration: none; 
  cursor: pointer;
  border: none; 
  outline: none; 

  background: rgba(255, 255, 255, 0.1); 
  border-radius: 10px; 
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
  backdrop-filter: blur(5px); 
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1); 

 
  color: white; 
  font-size: 1.1em;
  font-family: Helvetica, sans-serif;
  text-shadow: 0 0 3px rgba(0,0,0,0.4);
  white-space: nowrap; 
  transition: all 0.3s ease;
}

.glass-button:hover {
  background: rgba(255, 255, 255, 0.2); 
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); 
  transform: translateY(-2px); 
}

.glass-button a {
  color: inherit; 
  text-decoration: none; 
  display: block; 
}


.glass-card:hover {
  transform: translate(-50%, -50%) scale(1.02);
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease;
}