


html {
  display: flex;
  align-items: center;
  justify-content: center;
}

a {
  color: #12a19a;
  text-decoration: none;

  &:hover,
  &:focus {
    color: #12a19a;
    text-decoration: none;
  }

  &:focus {
    .tab-focus();
  }
}

p {

  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: light;
  font-variation-settings:
    "wdth" 100;

 font-size: 16px;
 line-height: 1.358;
 }

h1, h2, h3, h4, h5, h6 {

  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: bold;
  font-variation-settings:
    "wdth" 100;

 text-align: left;
}

.Veranstaltung {
 background-color: #efefef;
 margin: 5px;
 padding: 15px;
 margin-bottom: 30px;
 border-radius: 5px;
}

.Steckbrief {
 background-color: #efefef;
 margin: 0px;
 border-radius: 5px;
}

.Steckbrief .thumb {
 border: 2px solid #cdcdcd;
}

.worte {
 line-height: 1.428;
}


.Steckbrief .icon {
 margin-top: -5px;
 max-width: 20px;
}

.Steckbrief .iconbig {
 margin: 2px;
 max-width: 50px;
}

.icon_med {
 margin: 2px;
 max-width: 50px;
}



.steckshow {
 background-color: #f7f7f7;
 padding: 0px 5px 15px 0px;
 border: 1px solid #cdcdcd;
}

.steckbild {
 position: relative;
 padding-left:5px;
 width: 90%;
 height: 90%;
 padding-top:10px;
 margin-top: 5px;
 margin-bottom: 15px;
}
 
.steck_blind {
 position: relative;
 background-image: url("../images/gold.jpg");
 width: 90%;
 padding-top:10px;
 margin-top: 5px;
 margin-bottom: 15px;
}


.steckfilter_s {
 margin: 5px;
 width: 50px;
 border: 1px solid #aaaaaa;
 border-radius: 10px;
}

.steckfilter_c {
 margin: 5px;
 width: 50px;
 border: 1px solid #f9b233;
 border-radius: 10px;
}

.komentar {
 border: 1px solid #efefef;
 border-radius: 5px;
 margin:0;
 padding:5px;
 background-color: #efefef;
}


input[type=button], input[type=reset], input[type=submit], button[type=submit], .button, body {
    display: inline-block;
    font-family: inherit;
    margin: 0;
    padding: 14px 20px;
    border: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1;
}

.beschreibung {
 font-size: 1.0em;
 line-height: 1.3em;
 }


#cookie-popup { 
  color:  #f2f6f9;
  text-align: center; 
  background: #070707;
  position: fixed;
  bottom: 50px; 
  right: 50px;
   z-index: 9999;
  font-size:1em; 
  line-height:35px;
  padding: 20px 20px 0px 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,255.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,255.2);
  box-shadow: 0px 0px 5px 0px rgba(255,255,255,255.2);
  border-radius: 15px;
  }
  
  button.btn2 {
	color: #FFFFFF;
    font-size: 1em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    text-align: center;
    text-decoration: none;
    background: #212121;
    border: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
button.btn2:hover{
	background:#f9b233;
	border: none;
}   

button.amazon {
    background:url("../images/amazon_l.png") no-repeat;
    cursor:pointer;
    width: 100%;
    height: 40px;
    border: none;
}

button.amazon:hover {
    background:url("../images/amazon_h.png") no-repeat;
}

button.amaleft {
    background:url("../images/amazon_l.png") no-repeat;
    text-align:center;
    cursor:pointer;
    width: 100%;
    height: 40px;
    border: none;
}

button.amaleft:hover {
    background:url("../images/amazon_h.png") no-repeat;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.shop {
min-height: 260px;
padding: 7px;
//border: 1px solid grey;
}

.innershop {
 background-color: #efefef;
 margin: 5px;
 padding: 5px;
}

h6 {
min-height: 3em;
}

.shoppreis {
min-height: 3em;
}

.schieber {
max-height: 500px;
width:100%;
overflow-y: auto;
overflow-x: hidden;
border: 1px solid #efefef;
border-radius: 5px;
}

/* Ungeffnete Lightbox */
.lightbox {
  display: none;
}

/* Geffnete lightbox */
.lightbox:target {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 289;
}

/* Lightbox Inhalt */
.lightbox figcaption {
  text-align:left;
  position: relative;
  padding: 1.5em;
  background-color: white;
  border: 2px solid grey;
}


/* Button zum Schlieen */
.lightbox .close {
  position: relative;
  display: block;
}

.lightbox .close::after {
  right: -1rem;
  top: -1rem;
  width: 2rem;
  height: 2rem;
  position: absolute;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  background-color: black;
  border-radius: 50%;
  color: white;
  //content: "";
  cursor: pointer;
  
}

/* Lightbox berlagerung (Overlay) */
.lightbox .close::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0,0,0,.7);
  content: "";
  cursor: default;
  z-index: 288;
} 

/* customizable snowflake styling */
.snowflake {
  color: #fff;
  font-size: 2em;
  font-family: Arial, sans-serif;
  /* text-shadow: 0 0 5px #000; */
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}

body {
background-color: #ffffff;
}
