/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */




/* Tech Daten Tabelle Artikelseite */

table.techtabelle {
  background-color: #A0ACC4;
  width: 50%;
  text-align: center;
  border-collapse: collapse;
}
table.techtabelle td, table.techtabelle th {
  padding: 7px 2px 0px 2px;
}
table.techtabelle tr:nth-child(even) {
  background: #B0BCD2;
}

@media (max-width: 991.98px){
  table.techtabelle {
    background-color: #A0ACC4;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
  }
}

/* Techdaten Tabelle Überschrift */

h3.TAB {
	margin-bottom: 20px;
	margin-top: 30px;
	margin-left: 0px;
	border-bottom: 6px solid white;
	display: inline-block;
	padding-bottom: 8px;
	font-size: 16px;
	text-transform: uppercase;
  background-color: #A0ACC4 !important;
}

/* Filterbutton Styling Desktop */

.btn-outline-filter {
	border-color: #fff;
	background-color: #0e2857;
	color: #fff;
}

.btn-outline-filter:not(:disabled):not(.disabled):active, .btn-outline-filter.dropdown-toggle, .btn-outline-filter:not(.navbar-toggler)[data-toggle="collapse"] {
  border-color: #fff;
  background-color: #0E2857;
  color: #fff;
}
.btn-filter {
  background-color: #0E2857;
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-filter:not(:disabled):not(.disabled):active, .btn-outline-filter:not(:disabled):not(.disabled).active, .show > .btn-outline-filter.dropdown-toggle, .show > .btn-outline-filter:not(.navbar-toggler)[data-toggle="collapse"], .show > .btn-outline-secondary:not(.navbar-toggler)[data-toggle="collapse"] {
  border-color: #ffffff;
  background-color: #0E2857;
  color: #fff;
}
.btn-outline-filter:hover {
  border-color: #ffffff;
  background-color: #a0acc4;
  color: #ffffff;
}
/*Licht ANAUS Button Design */

.shadow1 {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    border-color: #fff;
    background-color: #0E2857;
    color: #fff;
}

.shadow1on {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  border-color: #fff;
  background-color: #0E2857;
  color: #fff;
  text-shadow: 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FFF;
}


.shadowmobile {
  position: relative;
  border-color: #fff;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  background-color: #0E2857;
  border: 1px solid;
  padding: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width:100%;
}

.shadowmobileon {
  position: relative;
  border-color: #fff;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #fff, 0 0 30px #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  background-color: #0E2857;
  border: 1px solid;
  padding: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width:100%;
}

table.blueTable {
  background-color: #A7B3CD;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 16px;
}
table.blueTable tr:nth-child(even) {
  background: #BAC7E3;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

#mydiv{
    
   
  border: solid 1px #000;
  height: 100px;
  width: 100px;
}

.red {
  
  background-color: red;
}
.blue {
  
  background-color: blue;
}

// ON OFF Funktion

.list-gallery {
  display: flex;
  flex-direction: column;
}
.list-gallery .second-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-gallery img.first {
  opacity: 1;
  transition: opacity 0.35s linear;
}
.list-gallery img.second {
  opacity: 0;
  transition: opacity 0.35s linear;
}
.list-gallery:hover img.first {
  opacity: 0;
}
.list-gallery:hover img.second {
  opacity: 1;
}

// Licht an

.list-galleryan {
  display: flex!important;
  flex-direction: column!important;
}
.list-galleryan .second-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-galleryan img.first {
  opacity: 0;
  transition: opacity 0.35s linear;
}
.list-galleryan img.second {
  opacity: 1;
  transition: opacity 0.35s linear;
}
.list-galleryan:hover img.first {
  opacity: 1;
}
.list-galleryan:hover img.second {
  opacity: 0;
}

// ON OFF Funktion RGB

.list-galleryrgb {
  display: flex;
  flex-direction: column;
}
.list-galleryrgb .second-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-galleryrgb img.first {
  opacity: 1;
  transition: opacity 0.35s linear;
}
.list-galleryrgb img.second {
  opacity: 0;
  transition: opacity 0.35s linear;
}
.list-galleryrgb:hover img.first {
  opacity: 0;
}
.list-galleryrgb:hover img.second {
  opacity: 1;
  -webkit-animation: rainbow 6s steps(200) infinite;}
  
  
  @-webkit-keyframes rainbow {
    from { -webkit-filter:hue-rotate(10deg); }
      to { -webkit-filter:hue-rotate(360deg); }
 }
 
 @keyframes rainbow {
  from {
     -webkit-filter:hue-rotate(10deg);
             filter:hue-rotate(10deg);
     }
   to {
     -webkit-filter:hue-rotate(360deg);
             filter:hue-rotate(360deg);
     }
    }
// Licht an RGB

.list-galleryanrgb {
  display: flex!important;
  flex-direction: column!important;
}
.list-galleryanrgb .second-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-galleryanrgb img.first {
  opacity: 0;
  transition: opacity 0.35s linear;
}
.list-galleryanrgb img.second {
  opacity: 1;
  transition: opacity 0.35s linear;
  -webkit-animation: rainbow 6s steps(200) infinite;}
  
  
  @-webkit-keyframes rainbow {
    from { -webkit-filter:hue-rotate(10deg); }
      to { -webkit-filter:hue-rotate(360deg); }
 }
 
 @keyframes rainbow {
  from {
     -webkit-filter:hue-rotate(10deg);
             filter:hue-rotate(10deg);
     }
   to {
     -webkit-filter:hue-rotate(360deg);
             filter:hue-rotate(360deg);
     }
    }
.list-galleryanrgb:hover img.first {
  opacity: 1;
}
.list-galleryanrgb:hover img.second {
  opacity: 0;
}

// ON OFF Funktion cct

.list-gallerycct {
  display: flex;
  flex-direction: column;
}
.list-gallerycct .second-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-gallerycct img.first {
  opacity: 1;
  transition: opacity 0.35s linear;
}
.list-gallerycct img.second {
  opacity: 0;
  transition: opacity 0.35s linear;
}
.list-gallerycct:hover img.first {
  opacity: 0;
}
.list-gallerycct:hover img.second {
  opacity: 1;
  -webkit-animation: cct 6s steps(200) infinite;}
  
  

// Licht an cct

.list-galleryancct {
  display: flex!important;
  flex-direction: column!important;
}
.list-galleryancct .second-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-galleryancct img.first {
  opacity: 0;
  transition: opacity 0.35s linear;
}
.list-galleryancct img.second {
  opacity: 1;
  transition: opacity 0.35s linear;
  -webkit-animation: cct 6s steps(200) infinite;}
  
  
  @-webkit-keyframes cct {
    from { -webkit-filter:saturate(100%); }
      to { -webkit-filter:saturate(25%); }
 }
 
 @keyframes cct {
  0% {
     -webkit-filter:saturate(100%);
             filter:saturate(100%);
     }
   50% {
     -webkit-filter:saturate(25%);
             filter:saturate(25%);
     }
    60% {
      -webkit-filter:saturate(25%);
              filter:saturate(25%);
      }
     100% {
      -webkit-filter:saturate(100%);
              filter:saturate(100%);
      }
    }
.list-galleryancct:hover img.first {
  opacity: 1;
}
.list-galleryancct:hover img.second {
  opacity: 0;
}

// mobile on off button styling

.shadowmobile {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  border-color: #fff;
  background-color: #0E2857;
  color: #fff;
}
