/* eagle-lake-regular - latin-ext_latin */
@font-face {
  font-family: 'Eagle Lake';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/eagle-lake-v8-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/eagle-lake-v8-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/eagle-lake-v8-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/eagle-lake-v8-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/eagle-lake-v8-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/eagle-lake-v8-latin-ext_latin-regular.svg#EagleLake') format('svg'); /* Legacy iOS */
}

/* sawarabi-mincho-regular - japanese */
@font-face {
  font-family: 'Sawarabi Mincho';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/sawarabi-mincho-v10-japanese-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/sawarabi-mincho-v10-japanese-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/sawarabi-mincho-v10-japanese-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/sawarabi-mincho-v10-japanese-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/sawarabi-mincho-v10-japanese-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/sawarabi-mincho-v10-japanese-regular.svg#SawarabiMincho') format('svg'); /* Legacy iOS */
}

body {
       font-family:"Eagle Lake";
       font-size: 1.5em;
	   color: #ffffff;
       /* text-shadow: 1px 1px black; */
       background: url("shell.jpg") repeat-x top, url("shell.jpg") repeat-x bottom, url("body.jpg") center center;
}

@media screen and (max-width: 768px) {
  body {
       padding-top: 0px;
       }
}

#bg-y { background:url(shell.jpg) repeat-y center 0; min-height:100%; position:relative; }
#bg-top { background:url(bg-top.jpg) repeat-x 0 0; width:100%; }
#top { background:url(top.jpg) no-repeat center 0; width:100%; }

#hidepage {
      z-index: 1000;
}

@media screen and (min-width: 769px) {
#nurmobile { display: none; }
.nurmobile { display: none; }
}

@media screen and (max-width: 768px) {
#nurdesktop { display: none; }
.nurdesktop { display: none; }
}

.container {
       max-width: 900px;
}

a {
	color: #00ced1;
}

a:hover {
	color: #ffff00;
}

a:visited {
       text-decoration: none;
}

.menu-large {
  position: static !important;
}
.megamenu {
  padding: 20px 0px;
  width:100%;
  background: #111111;
  border-right: 1px solid green;
  border-left: 1px solid green;
  border-bottom: 1px solid green;
  box-shadow: 1px 2px 5px #ffffff;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 16px;
  color: #00ced1;
  background: #111111;
  white-space: normal;
}
/*
.megamenu> li ul > li > a:hover, 
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
*/
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu .dropdown-header {
  color: #ffffff;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .megamenu {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu .dropdown-header {
    padding: 3px 15px !important;
  }
}

.affix {
      top: 0;
      width: 100%;
}

.navbar {
     background: #111111;
     z-index: 100;
}

/*
.nav {
       border-bottom: 1px solid red;
       border-left: 1px solid red;
       width: 100%;
       -webkit-box-shadow: 0px 0px 15px 10px rgba(255, 0, 0, .75);
       box-shadow: 0px 0px 15px 10px rgba(255, 0, 0, .75);
}

.navbar-nav {
    font-size: smaller;
}

.navbar {
    width: 20px;
}
*/
@media screen and (min-width: 767px) {
/*
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
*/
    .navbar .navbar-collapse.in { 
     max-height: 95vh !important; 
     overflow-y: scroll !important; 
     overflow-x: hidden !important;
     }
/*
  .navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
    background: url("background-menu.jpg");
    } 
  .navbar-nav > li {
    display: inline-block;
    float:none;
    }
*/
   .breadcrumb {
      margin-top: 50px;
      background: black;
      font-size: smaller;
    }
  #logo img {
      margin-top: 50px;
      float: right; 
      height: 120px; 
    }
  #startsloganklein {
      display: none;
    }
  #startslogan {
      margin-top: 0px;
    }
/* Furigana */
rt, rp {
             font-size: 70%;
             font-family: 'Sawarabi Mincho', sans-serif;
             text-shadow: 0 0 1px #00d2ff;
         }
}

@media screen and (max-width: 766px) {
/*
 .navbar-nav > li {
    font-size: x-small;
    }
*/
  .breadcrumb {
      margin-top: 50px;
      background: black;
      font-size: smaller;
      }
/*
   .navbar::before {
      content:"Flönz trifft Sushi \00A0 ブラッドソーセージは寿司を見参する";
      color: red;
      font-size: x-small;
      background: black;
      width: 100%;
      border-bottom: 1px solid gray;
             }
*/
 #logo img {
             display: none;
             }
 #startslogangross {
      display: none;
    }
 #startslogan {
      margin-top: 60px;
    }
 #pfeil {
      display: none;
      }
 ul.CTAs {
      display: none;
      }
 .carousel-caption {
      display: none;
    }
 .table-responsive::after {
                   content:" \00A0 \00A0 ▸ ggfs. scrollen ▸ ";
                   color: red;
                   font-style: italic;
                   float: right;
    }
 .table-responsive::before {
                   content:" \00A0 \00A0 ▸ ggfs. scrollen ▸ ";
                   color: red;
                   font-style: italic;
                   float: right;
    }
 .table-responsive {
                  font-size: 0.8m;
   }
/* Furigana */
rt, rp {
             font-size: 50%;
             font-family: 'Sawarabi Mincho', sans-serif;
             text-shadow: 0 0 1px #00d2ff;
         }

.navbar .navbar-collapse.in { 
     max-height: 91vh !important; 
     overflow-y: scroll !important; 
     overflow-x: hidden !important;
         }
}
/*
.navbar-toggle .icon-bar {
     background-color: red;
}


.nav.navbar-nav li>a {
      color: white;
      height: 50px;
      padding-right: 10px;
      padding-left: 10px;
      padding-top: 18px;
      border-right: 2px solid gray;
      border-bottom: 1px solid gray;
       background-color: #808080;
       background: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#808080));
       background: -webkit-linear-gradient(top, #1a1a1a, #808080);
       background: -moz-linear-gradient(top, #1a1a1a, #808080);
       background: -ms-linear-gradient(top, #1a1a1a, #808080);
       background: -o-linear-gradient(top, #1a1a1a, #808080);
       background: linear-gradient(top, #1a1a1a, #808080);
}

.navbar-brand {
      color: red;
}
*/
#myNavbar li.active>a {
   background: red !important;
}

#myNavbar li>a:hover {
   background: red !important;
}

/* Dropdown Animation im Firefox*/
/*
@-moz-document url-prefix() {
.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  }
.dropdown-menu {
   -webkit-transform-origin: top;
   transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  display: block;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  }
}
*/
/* Scroll */
/*
.dropdown-menu {
 max-height: 60vh;
 overflow-y: auto;
 overflow-x: hidden;
}

.dropdown .dropdown-menu {
    background: black;
    border-right: 5px solid red;
    border-bottom: 5px solid red;
    border-left: 5px solid red;
    width: 90%;
}

.dropdown-menu li>a {
    color: white;    
}

.dropdown-menu>li {
    height: 50px;
    font-size: x-small;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dropdown-menu li>a:hover {
    color: white;
    text-shadow: none;
    height: 50px;
}

.caret {
    display: none;
}
*/
.slogan {
    color: red; 
    text-shadow: 3px 3px black;
}

.nav-tabs {
   background: none !important;
   margin-bottom: 40px;
   font-size: smaller;
}

.nav-tabs>li>a {
   background: gray !important;
   color: white !important;
   text-shadow: 2px 2px black;
}

.nav-tabs>li.active>a {
   background: red !important;
}

.nav-tabs>li>a:hover {
   background: red !important;
}

.nav-pills {
   background: none !important;
   margin-bottom: 40px;
   font-size: smaller;
}

.nav-pills>li>a {
   background: gray !important;
   border: 1px solid white;
   color: white !important;
   text-shadow: 2px 2px black;
}

.nav-pills>li.active>a {
   background: red !important;
}

.nav-pills>li>a:hover {
   background: red !important;
}

.page-title h3 {
       text-shadow: 0 0 10px #FFFFFF, 0 0 20px #FF00DE;
}

.page-title p {
	font-style: italic;
       font-weight: 600;
}

/* Japanische Schriftzeichen */
:lang(ja) {
           font-family: 'Sawarabi Mincho', sans-serif;
           font-size: 1.1em;
           text-shadow: 0 0 1px #00d2ff;
}
.japanx {
           font-family: 'Sawarabi Mincho', sans-serif;
           font-size: x-large;
           text-shadow: 0 0 1px #00d2ff;
}
.japan {
           font-family: 'Sawarabi Mincho', sans-serif;
           font-size: 1.1em;
           text-shadow: 0 0 1px #00d2ff;
}

.japans {
           font-family: 'Sawarabi Mincho', sans-serif;
           text-shadow: 0 0 1px #00d2ff;
}

.panel-body {
      background: #222;
}
.panel-body ul {
list-style-type: hiragana-iroha;
}

.btn {
    box-shadow: 1px 2px 5px #ffffff;
    background: black; 
}

.btn:focus {
   color: white;
   background: black;
}

.btn-success::after{
                   content:" ";
}

.btn-dark:hover {
    background: #00ced1;
    color: black;
}

.btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
}

/* Back to top */

.totop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 104400;
}

.totop i {
	margin: 0px;
}

.totop a, .totop a:visited {
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background: #c20d23 url("/img/red.png") repeat;
}

.totop a:hover {
	color: #fff;
	text-decoration: none;
}

.foot {
	margin-top: 10px;
	width: auto;
	z-index: 50;
	border-left: 1px solid #000;
       background: #c20d23 url("/img/red.png") repeat;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	border-top: 1px solid #000;
	box-shadow: inset 0px 1px 1px #222 !important;
       color: #fff;
       text-shadow: 2px 2px 4px #000000;
       font-size: 12px;
       line-height: 40px;
       text-align: center;
}

.foot a {
      color: white; 
      text-shadow: 2px 2px 4px #000000;
      text-decoration: none;
}

.carousel-caption {
       text-shadow: 2px 2px black;
}

/* Kästen (z.B. Sagen, Urban Legends) */

.tidate {
	padding: 3px 15px;
	font-size: 13px;
	display: block;
	font-weight: bold;
	margin-bottom: 0px;
       line-height: 25px;
}

.timatter {
	background: #181818;
	padding: 10px 15px 15px 15px;
	border: 1px solid red;
	border-top: 0px;
       color: #fff;
}

.timatter img {
       max-width: 100%;
}

.b-red {
	background:#ff3738;
}

.b-blue {
	background:#1ba1e2;
}

.b-orange {
	background:#f96b1e;
}

.b-green {
	background:#2bec12;
}

.b-purple {
	background:#e816dc;
}

.b-yellow {
	background:#f4d710;
}

.b-grey {
	background:#f5f5f5;
}

/* Collage */

#collage {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 4;
  -webkit-column-gap:   0px;
  -moz-column-count:    4;
  -moz-column-gap:      0px;
  column-count:         4;
  column-gap:           0px;  
}

#collage img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1200px) {
  #collage {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 1000px) {
  #collage {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 800px) {
  #collage {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #collage {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

/* Lightbox */
.thumb {
    display: inline;
    max-height: 100px;
}
#thumblist {
    text-align: center;
    border-radius: 8px;
    padding: 0;
    background: rgba(127,127,127,.8);
}
#thumblist img {
    border-radius: 8px;
    padding: 2px;
}
.description {
      color: white;
      text-decoration: none;
}
.lightbox {
    display: none; /**sets the default display to hide the lightbox until it's the :target**/
    position: fixed; /**the rest of this styling makes the lightbox full screen when selected**/
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
}
.lightbox img { /**sets the styling of the image in the lightbox**/
    max-width: 80%;
    max-height: 87%;
    text-align: center;
    margin-top: 5%;
}
.lightbox:target { /**this is where the magic happens. makes the lightbox display when it's the target of a clickable link**/
    outline: none;
    display: block;
}
.previous { /**styling the left arrow**/
    position: fixed;
    left: 4px;
    top: 40%;
    width: 40px;
}
.exit { /**styling the exit button**/
    position: fixed;
    top: 4px;
    right: 4px;
    width: 40px;
}
.next { /**styling the right arrow**/
    position: fixed;
    right: 4px;
    top: 40%;
    width: 40px;
}

/* Overlay-Element: */
.ueberlagern {
	background:transparent; /* unsichtbar machen */
	position:relative; /* Position relativ machen um z-index zu verändern */
	z-index: 100; /* sicher ist sicher */
	width:100%; /* iFrame Breite */
	height:150px; /* iFrame Höhe */
	top:150px;  /* iFrame Höhe nach unten positionieren */
	margin-top:-150px;  /* iFrame Höhe, um den Platz des Elments freizugeben */
}

/* Slide Box*/

.slide-box{
	width: 250px;
	z-index: 400;
	position: fixed;
	top: 35%;
	background: url("/img/b-sidebar-back.png") repeat;
	border: 1px solid #fff;
	right: -252px;
       font-size: 12px;
       line-height: 18px;
       padding: 10px;
}

.slide-box .slide-box-button{
	background: #c20d23 url("/img/red.png") repeat;
	border-right: 0px;
	text-align: center;
	line-height: 40px;
	width: 29px;
	height: 40px;
	display: block;
	position: absolute;
	z-index: 400;
	left: -30px;
	top: 35%;
	cursor: pointer;
}

.slide-box i{
	margin-right: 0px;
}


/* FF hack bei responsive tables */
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

#myProgress {
  width: 100%;
  background-color: #ddd;
}

#myBar {
  width: 0%;
  height: 20px;
  background-color: #4CAF50;
}

td, .frame, #datumtop, #livebilder, #wetterevents, #tarchiv, #archivmeldungen2018, #archivmeldungen2016 {
       background-image: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#404040));
       background-image: -webkit-linear-gradient(top, #1a1a1a, #404040);
       background-image: -moz-linear-gradient(top, #1a1a1a, #404040);
       background-image: -ms-linear-gradient(top, #1a1a1a, #404040);
       background-image: -o-linear-gradient(top, #1a1a1a, #404040);
       background-image: linear-gradient(top, #1a1a1a, #404040);
}

.kapitel, .kapitel .japan {
       text-shadow: 0 -0.1em 0.2em #ff0000, 0 -0.1em 0.2em #ff0000, 0 -0.1em 0.2em #ff0000, 0 -0.1em 0.2em #ff0000;
       padding-bottom: 0.75em;
}

.post-it {
background:#fefabc; 
padding:15px; 
margin:5px;
font-size:15px; 
color: #000; 
width:200px; 
float:left;
-moz-transform: rotate(7deg);
-webkit-transform: rotate(7deg);
-o-transform: rotate(7deg);
-ms-transform: rotate(7deg);
transform: rotate(7deg);
box-shadow: 0px 4px 6px #fff;
-moz-box-shadow: 0px 4px 6px #fff;
-webkit-box-shadow: 0px 4px 6px #fff;
}

/* Tooltips/Infopopup Start */
.details {
	position: fixed;
       top:5em;
       right:2em;
	background-color: #F1F3F4;
	color: black;
	border: 0.1em solid #3983ab;
	border-radius: 0 8px 8px;
	padding: 1em 1em .2em;
	width: 22em;
	max-height: 20em;
	overflow-y: scroll;	
	display: none;
}
.details h3 {
	margin-top: 0;
}
.details:target {
	display: block;
}

.close {
	width:0;
	height:0;
	border: 0; 
	text-shadow: none; 
	color: transparent;
}
.close:after {
   position: absolute;
   top: 0.5em;
   right: 0.5em;
   content:"X";
   color: white;
   background: #c32e04;
   font: font: bold 1em/150% Georgia, Times, serif;
   border: 0.1em solid #3983ab;
   border-radius: 0 8px 8px;
   display: block;
   text-align: center;
   width: 1.5em;
   height:1.5em; 
   padding:0.2em 0 0 0em;   
}

.fa-info-circle {
   color: lightgreen;
}
/* Tooltips/Infopopup Ende */

.modal-content {
   color: white; 
   text-shadow: none; 
   background: #202020; 
   border: 2px solid lightgreen;
}
.modal-footer .btn {
  color: springgreen;
}
.modal-footer .btn:hover {
   background: springgreen;
   color: black;
}

.glow-on-hover {
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}
.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}
.glow-on-hover:active {
    color: #000
}
.glow-on-hover:active:after {
    background: transparent;
}
.glow-on-hover:hover:before {
    opacity: 1;
}
.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}
@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

/* Sidebar */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #2f2f2f;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: red;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #1f1f1f;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 0.8em;
    display: block;
}
#sidebar ul li a:hover {
    color: white;
    background: #5f5f5f;
    text-decoration: none;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    text-decoration: none;
    /* background: red; */
}
/*
a[data-toggle="collapse"] {
    position: relative;
    color: white;
    text-decoration: none;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.8em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}
*/
/*
ul ul a {
    font-size: 0.8em !important;
    padding-left: 30px !important;
    background: #3f3f3f;
}
*/
ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.8em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.frame {
    overflow-y: auto;
    height: 400px;
    width: 100%;
    border: none;
}
.frame::-webkit-scrollbar {
    -webkit-appearance: none;
}
.frame::-webkit-scrollbar:vertical {
    width: 11px;
}
.frame::-webkit-scrollbar:horizontal {
    height: 11px;
}
.frame::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.fadeout {
    position: relative; 
    bottom: 0;
    height: 1em;
    background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    ); 
}
