/* hier wirklich NUR Änderungen rein, die auch rückwirkend in ALLE Shops rein können.

einbauen in /icons/snippet.html mit 
<link rel='stylesheet' href='/styles/505/style_korrekturen_global.css'>
*/

/* Modal schließen sichtbarer */
.close { opacity: 1; }

/* überflüssige Headline Versandkosten weg im Modal */
.modal .SFCInfoDelivery  h1 { display: none; }

/* faketime schöner */
 .fakeTime { opacity:0.3; height:50px; overflow: hidden; transition: opacity 3s; transition-timing-function: ease; }
 .fakeTime:hover { opacity:1; height:auto; transition: opacity 0.5s; transition-timing-function: ease;  }


 /* unnötige Farben und Fontgrößen aus unterligeneden Sytlesheets*/
  .SFCPageHeadNavigation .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
   background: unset;
   color: unset;
 }
 .SFCPageFooterNavigation .nav > li > a, .SFCPageFooterNavigation .nav > li > a:hover, .SFCPageFooterNavigation .nav > li > a:focus, .SFCPageFooterNavigation .nav > li .active-language {
    font-size: unset;
    color: unset;
 }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
   color: unset;
   background-color: unset;
}
.nav > li > a:hover, .nav > li > a:focus {
   background-color: unset;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
   color: unset;
   background-color: unset;
}
.navbar-default .navbar-nav > li > a {
   color: unset;
}
.navbar-default {
   background-color: unset;
   border-color: unset;
}


/* vertikale Abstandsprobleme in Listen beheben */
.SFCProductList {
   display: flex;
   flex-wrap: wrap;
}

/* Hinweise nicht so alarm */
.SFCShopNotification .notification { background-color: #eee; text-align:center; }
.SFCShopNotification .notification a { color: #000;  }

/* slickness */
a, a:hover, a:focus {
   transition: 0.2s;
}
@keyframes rkoFadeInUp {
	from {   opacity: 0; transform: translate3d(0, 10px, 0); } 
   to {     opacity: 1; transform: none; }
}
.SFPProduct .SFCBuy form {
	animation-name: rkoFadeInUp; animation-duration: 0.3s;
}

/* Cookie Consent clear any shadow or extra text design elements */

.cmpwrapper { 
   text-shadow: none; 
   letter-spacing: normal;
   font-weight: normal;
   text-transform: none;
} 

/* überflüssige Headline in FAQ */
.SFPInfo.SFPService #content > h1  { display: none !important; } 

/* Teaser Texte Cursor Aenderung */
details summary {  cursor: pointer; }

/* altes Icon von Font Awesome unkorrigiert, daher ausblenden */
a.reset::after {display: none;}