/** Stylesheet für anKnüpfen-Plugin **/

/* Section 1:
Styles für "Paywall-"Shortcode [ausblenden][/ausblenden] 
(Baustein nicht verfügbar, Inhalt raus & geblurrt, Hinweis auf Shop)
*/ 


#ausblenden-wrapper {
   padding: 35px;
   border-radius: 5px;
   position: relative;
   margin-bottom: 30px;
   box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.20);
}
   #ausblenden-wrapper * {
      text-align: center;
   }
      #ausblenden-wrapper .btn {
         
         transform: translateX(-50%);
         position: relative;
      }


.blur-text {
   filter: blur(5px);
   user-select: none;
   pointer-events: none;
   margin-top: 50px;
}


/* Section 2:
Styles für "Badge-"Shortcode [online] und [print]
(Zeigt in der Schwerpunkt-Übersicht einen Badge an, ob der Baustein verfügbar ist. )
*/ 

.badge-online {
  font-size:11px;
  font-weight: bold;
  color: #fff;
  background-color: #62aa36;
  padding:5px 10px 5px 10px;
  border-radius: 10px;
}

.badge-print {
  font-size:11px;
  font-weight: bold;
  color: #fff;
  background-color: #666666;
  padding:5px 10px 5px 10px;
  border-radius: 10px;
}





/*Section 2:
Allgemeine CSS-Änderungen 
*/


/* Listenaufzählung "Vorbereitung" */
ul.vorbereitung {
  list-style: none;
	max-width: 100%;
	background: #E8E9EB;
	box-shadow: 0.25rem 0.25rem 0.75rem rgb(0 0 0 / 0.15);
	padding-bottom: 20px;
  padding-top: 10px;
	margin: 0;
	border-radius: 0.1rem;  
}




ul.vorbereitung:before {
	color: #005E80;
	content: "Vorbereitung";
	font-family: Quicksand;
	letter-spacing: 5px;
  position: absolute;
  font-size: 1.5em;
	font-weight: bold; 
  margin-top: -1.3em;
  margin-left: -1.3em;
	z-index:1;
  opacity: 0.6;
}



ul.vorbereitung li {
   padding-top: 0px;
   padding-bottom: 0px;
	 
}



ul.vorbereitung li::before {
  
  content: "";
  height: 0;
  width: 0;
  border-color: transparent #005E80;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.5em;
  position: relative;
  display: block;
  left: -1em;
  top: 1.25em;
 
}

ul.vorbereitung li li::before {
  
  
  border-color: transparent #98989C;
  
 
}



























