/* BST DSGVO Cookie
======================================== */



.group::after {
	width:100%;
	content: "";
	display: table;
	clear: both;
	 margin:0 auto;	
}

.bst-panel {
  margin:0 auto;	
	display:none;
	width:100%;
	background:#222222;
	text-align:center;
	border-bottom:3px solid #555555;
	font-family:Helvetica, Arial, sans-serif;
}
.bst-panel-fixed {
	position: fixed;
	bottom:0;
	left:0;
	z-index: 10000;
}

.bst-panel-fixed-top {
	position: fixed;
	top:0;
	left:0;
	z-index: 10000;
}

.bst-wrapper {
  margin:0 auto;	
	width:90%;	
	padding-top:10px;	
	padding-bottom:10px;	

}
.bst-panel {
	float:left;
	color:#FFFFFF;
	line-height:20px;
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif;
}

.bst-info::before {
  position: absolute;
  content: " ";
  left:10px;
  top:10px;
  height:32px;
  width:32px;
  background: url(//www.gabriele-schmitt-sternenkraft.de/wp-content/plugins/bst-dsgvo-cookie/includes/img/eu-info.png) no-repeat;
  background-size: 32px 32px;
  cursor: pointer; 
  z-index:10000;
}


.bst-info {
  position:relative;
  text-align:center;
  padding-top:5px;
  float:left;
  width:32px ;
  display: table-cell;
  vertical-align: middle;
}

.bst-msg {
  position:relative;
  text-align:center;
  padding-top:5px;
  float:left;
  width:65% ;
  display: table-cell;
  vertical-align: middle;
}

.bst-links {
  position:relative;
  margin:0 auto;	
  width:35% ;
  float:left;
  display: table-cell;
  vertical-align: middle;
}

.float {
  clear:both;
  float:none;
}
	
.bst-panel a {
  color:#FFFFFF;
  display:inline-block;
  font-size:13px;
  line-height:13px;
  text-decoration:none;
  letter-spacing:1px;
  padding:5px 10px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  -webkit-transition:all 0.2s;
  -moz-transition:all 0.2s;
  -o-transition:all 0.2s;
  transition:all 0.2s;
  font-family:Helvetica, Arial, sans-serif;
}



.bst-accept-btn {
  border-radius:3px;
  background:#067cd1;
  padding:10px;
}

.bst-accept-btn a:hover {
  background:#CCCCCC;
}

.bst-info-btn a:link {
  text-decoration:none;
}

.btn {
  padding: 3px 10px !important;
  border: 0 none;
  font-weight: normal;
  font-size:14px;
  letter-spacing: 1px;
  
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
}
 
.btn-primary {
  background: #005BCC;
  color: #ffffff;
}

.bst-links .btn-primary  a:link {
  color:#ffffff !important;
}


a.bst-info-btn:link {
 color:#cccccc;
}

a.bst-info-btn:visited {
  color:#cccccc !important;
}

a.bst-info-btn:hover {
  color:#ffffff !important;
}


.btn-primary a:visited {
  color: #ffffff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background: #005BCC;
}
 
.btn-primary:active, .btn-primary.active {
  background: #005BCC;
  box-shadow: none;
}


.btn-primary.gradient {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  cursor: pointer;
  margin: 0px !important;
  
}
	  
.btn-primary.gradient:hover, .btn-primary.gradient:focus, .btn-primary.gradient:active, .btn-primary.gradient.active, .open > .dropdown-toggle.btn-primary {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0067C2, #013A6B);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0067C2), to(#013A6B));
  background-image: -webkit-linear-gradient(top, #0067C2, #013A6B);
  background-image: -o-linear-gradient(top, #0067C2, #013A6B);
  background-image: linear-gradient(to bottom, #0067C2,#013A6B);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  cursor: pointer;
}

.bst-copyright {
 padding-bottom:8px;

}

.bst-copyright-span1
{
  border-top:1px solid #ddd;
  border-left:1px solid #ccc;
  background-color:#f5f5f5;
  padding-top:8px;
  padding-left:8px;
  padding-right:0px;
  padding-bottom:8px;
  width:auto;
  border-radius: 5px 0px 0px 0px;
  color: #444;
  
}

.bst-copyright-span2
{
  border-top:1px solid #ddd;
  border-right:1px solid #ccc;
  background-color:#f5f5f5;
  padding-top:8px;
  padding-right:8px;
  padding-bottom:8px;
  width:auto;
  border-radius: 0px 5px 0px 0px;
  
}

.bst-popup-link {
  
}

.vex {
  z-index:100000 !important;
}

.vex-content {
  padding-top:25px !important;
}

.vex-dialog-buttons {
  padding-top: 0px !important;
  background-color:#ccc;
  border-top:1px solid #fff;
}

.vex-dialog-message h1 {
  margin-bottom:5px;
}

.vex-dialog-message {
  margin-bottom:0px!important;
  padding-bottom:0px!important;
}
.vex-dialog-input {
   margin-bottom:0px!important;
   padding-bottom:0px!important;
}



a.bst-popup-link:link {
  
  color:#005FCC !important;
}

a.bst-popup-link:visited {
  color:#005FCC !important;
}

a.bst-popup-link:hover {
  color:#063799 !important;

}
 

@media screen and (min-width: 801px) and (max-width: 1023px) {	

.bst-msg {
    width:50%;
    padding:10px;
    margin:0 auto;	
    margin-left:60px;
  }

.bst-links {
    position:relative;
    padding-top:10px;
    width:50%;
    float:none;
    margin:0 auto;	
 }
 
 
.bst-info:before {
  position: absolute;
  content: " ";
  left:10px;
  top:10px;
  height:32px;
  width:32px;
  background: url(//www.gabriele-schmitt-sternenkraft.de/wp-content/plugins/bst-dsgvo-cookie/includes/img/eu-info.png) no-repeat;
  background-size: 32px 32px;
  cursor: pointer; 
}


.bst-info {
  position:relative;
  text-align:center;
  padding-top:5px;
  float:left;
  width:32px ;
  display: table-cell;
  vertical-align: middle;
}

 
}


@media screen and (max-width: 800px) {	

.bst-msg {
  width:80%;
  padding-bottom:10px;
  margin-left:60px;
}
  
.bst-links {
  position:relative;
  padding-top:10px;
  float:none;
  width:100%;
  margin:0 auto;    
  display: block;
  vertical-align: middle;
}
  
.bst-info::before {
  position: absolute;
  content: " ";
  left:10px;
  top:10px;
  height:32px;
  width:32px;
  background: url(//www.gabriele-schmitt-sternenkraft.de/wp-content/plugins/bst-dsgvo-cookie/includes/img/eu-info.png) no-repeat;
  background-size: 32px 32px;
  cursor: pointer; 
}


.bst-info {
  position:relative;
  text-align:center;
  padding-top:5px;
  float:left;
  width:32px ;
  display: table-cell;
  vertical-align: middle;
}


}


@-webkit-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes vex-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes vex-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.vex, .vex *, .vex *:before, .vex *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.vex-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.vex-overlay {
  -webkit-animation: vex-fadein .5s;
  animation: vex-fadein .5s;
  position: fixed;
  z-index: 1111;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.vex-overlay.vex-closing {
  -webkit-animation: vex-fadeout .5s forwards;
  animation: vex-fadeout .5s forwards; }

.vex-content {
  -webkit-animation: vex-fadein .5s;
  animation: vex-fadein .5s;
  background: #fff; }

.vex.vex-closing .vex-content {
  -webkit-animation: vex-fadeout .5s forwards;
  animation: vex-fadeout .5s forwards; }

.vex-close:before {
  font-family: Arial, sans-serif;
  content: "\00D7"; }

.vex-dialog-form {
  margin: 0; }

.vex-dialog-button {
  text-rendering: optimizeLegibility;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

.vex-loading-spinner {
  -webkit-animation: vex-rotation .7s linear infinite;
  animation: vex-rotation .7s linear infinite;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: #fff; }

body.vex-open {
  overflow: hidden; }
@-webkit-keyframes vex-flipin-horizontal {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@keyframes vex-flipin-horizontal {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@-webkit-keyframes vex-flipout-horizontal {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); } }

@keyframes vex-flipout-horizontal {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); } }

.vex.vex-theme-flat-attack {
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-perspective-origin: 50% 150px;
  perspective-origin: 50% 150px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 1.5em; }
  .vex.vex-theme-flat-attack.vex-closing .vex-content {
    -webkit-animation: vex-flipout-horizontal .5s forwards;
    animation: vex-flipout-horizontal .5s forwards; }
  .vex.vex-theme-flat-attack .vex-content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: vex-flipin-horizontal .5s;
    animation: vex-flipin-horizontal .5s; }
  .vex.vex-theme-flat-attack .vex-content {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 200;
    background: #fff;
    color: #444;
    padding: 2em 2em 3em 2em;
    line-height: 1.5em;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 600px; }
    .vex.vex-theme-flat-attack .vex-content h1, .vex.vex-theme-flat-attack .vex-content h2, .vex.vex-theme-flat-attack .vex-content h3, .vex.vex-theme-flat-attack .vex-content h4, .vex.vex-theme-flat-attack .vex-content h5, .vex.vex-theme-flat-attack .vex-content h6, .vex.vex-theme-flat-attack .vex-content p, .vex.vex-theme-flat-attack .vex-content ul, .vex.vex-theme-flat-attack .vex-content li {
      color: inherit; }
  .vex.vex-theme-flat-attack .vex-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
    .vex.vex-theme-flat-attack .vex-close:before {
      font-family: "Helvetica Neue", sans-serif;
      font-weight: 100;
      line-height: 1px;
      padding-top: .5em;
      display: block;
      font-size: 2em;
      text-indent: 1px;
      overflow: hidden;
      height: 1.25em;
      width: 1.25em;
      text-align: center;
      top: 0;
      right: 0;
      color: #fff;
      background: #666; }
  .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-message {
    margin-bottom: .5em; }
  .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input {
    margin-bottom: .5em; }
    .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="week"] {
      border-radius: 3px;
      background: #f0f0f0;
      width: 100%;
      padding: .25em .67em;
      border: 0;
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit;
      min-height: 2.5em;
      margin: 0 0 .25em; }
      .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
        box-shadow: inset 0 0 0 2px #666;
        outline: none; }
  .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-buttons {
    *zoom: 1;
    padding-top: 1em;
    margin-bottom: -3em;
    margin-left: -2em;
    margin-right: -2em; }
    .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-buttons:after {
      content: "";
      display: table;
      clear: both; }
  .vex.vex-theme-flat-attack .vex-dialog-button {
    border-radius: 0;
    border: 0;
    margin: 0;
    float: right;
    padding: .5em 1em;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: .1em;
    line-height: 1em;
    font-family: inherit; }
    .vex.vex-theme-flat-attack .vex-dialog-button.vex-last {
      margin-left: 0; }
    .vex.vex-theme-flat-attack .vex-dialog-button:focus {
      outline: none; }
    .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary {
      background: #666;
      color: #fff; }
      .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary:focus {
        box-shadow: inset 0 3px rgba(0, 0, 0, 0.2); }
    .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary {
      background: #fff;
      color: #ccc; }
      .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:focus {
        box-shadow: inset 0 3px #aaa;
        background: #eee;
        color: #777; }
      .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:hover, .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:active {
        color: #777; }
  .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-close:before {
    background: #ff7ea7; }
  .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
    box-shadow: inset 0 0 0 2px #ff7ea7; }
  .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
    background: #ff7ea7; }
  .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-close:before {
    background: #ce4a55; }
  .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
    box-shadow: inset 0 0 0 2px #ce4a55; }
  .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
    background: #ce4a55; }
  .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-close:before {
    background: #34b989; }
  .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
    box-shadow: inset 0 0 0 2px #34b989; }
  .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
    background: #34b989; }
  .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-close:before {
    background: #477FA5; }
  .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
    box-shadow: inset 0 0 0 2px #477FA5; }
  .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
    background: #477FA5; }

.vex-loading-spinner.vex-theme-flat-attack {
  height: 4em;
  width: 4em; }
/* This stylesheet is used to style the public-facing components of the plugin. */
html, 
body { 
	min-height: 100% !important; 
	height: auto !important; 
}
.spu-box, .spu-box *{
	box-sizing: border-box;
}
.spu-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
}
.spu-box:before,
.spu-box:after {
    content:"";
    display:table;
}
.spu-box:after {
    clear:both;
}
/* Triggers "haslayout" for IE6/7 */
.spu-box {
    zoom:1;
}
.spu-box { 
	position:fixed;
	z-index: 999999;
	margin: 10px;
	max-width: 100%;
}
.spu-box.spu-centered{
	margin: 0;
}
/** Some basic css for box content**/
.spu-box img{
    max-width: 100%;
    height: auto;
}
/** end basic style**/
.spu-box.spu-top-left{ 
	top: 0; left: 0; bottom: auto; right: auto;
}

.spu-box.spu-top-right{ 
	top: 0; right: 0; bottom: auto; left: auto;
}

.spu-box.spu-bottom-left{ 
	bottom: 0; left: 0; top: auto; right: auto;
}

.spu-box.spu-bottom-right{ 
	bottom: 0; right: 0; top: auto; left: auto;
}

.spu-content > *:first-child {	
	margin-top: 0; padding-top: 0;
}

.spu-content > *:last-child {
	margin-bottom:0; padding-bottom:0;
}

.spu-close{ 
	position:absolute;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	line-height: 1;
}
.spu-close.top_right{
    right:8px;
    top:5px;
}
.spu-close.top_left{
    left:8px;
    top:5px;
}
.spu-close.bottom_right{
    right:8px;
    bottom:5px;
}
.spu-close.bottom_left{
    left:8px;
    bottom:5px;
}
p.spu-powered {
    position: absolute;
    bottom: -55px;
    width: 100%;
    text-align: center;
    color: #fff;
    left: 0px;
}
p.spu-powered a{
    color: #ccc;
    text-decoration: underline;
}
.spu-close:hover, .spu-close:focus {
	text-decoration: none;
	cursor: pointer;
}
.spu-shortcode {
 	float: left;
 	line-height: normal !important;
}
.spu-facebook-page{
    text-align: center;
    display: block;
}
.spu-shortcode iframe{
	max-width: 1200px;
}
.spu_shortcodes{
	zoom: 1;
}
.spu-content .wysija-msg li{
    list-style: none;
}
.spu_shortcodes:before, 
.spu_shortcodes:after { content: ""; display: table; }
.spu_shortcodes:after { clear: both; }

@font-face {
    font-family: 'spufont';
    src:url(//www.gabriele-schmitt-sternenkraft.de/wp-content/plugins/popups/public/assets/fonts/spufont.eot?sze5my);
    src:url(//www.gabriele-schmitt-sternenkraft.de/wp-content/plugins/popups/public/assets/fonts/spufont.eot?#iefixsze5my) format('embedded-opentype'),
    url(//www.gabriele-schmitt-sternenkraft.de/wp-content/plugins/popups/public/assets/fonts/spufont.woff?sze5my) format('woff'),
    url(//www.gabriele-schmitt-sternenkraft.de/wp-content/plugins/popups/public/assets/fonts/spufont.ttf?sze5my) format('truetype'),
    url(//www.gabriele-schmitt-sternenkraft.de/wp-content/plugins/popups/public/assets/fonts/spufont.svg?sze5my#spufont) format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="spu-icon-"], [class*=" spu-icon-"] {
    font-family: 'spufont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.spu-icon-envelope:before {
    content: "\f003";
}

.spu-icon-check:before {
    content: "\f00c";
}

.spu-icon-close:before {
    content: "\f00d";
}

.spu-icon-eye:before {
    content: "\f06e";
}

.spu-icon-gears:before {
    content: "\f085";
}

.spu-icon-angle-up:before {
    content: "\f106";
}

.spu-icon-angle-down:before {
    content: "\f107";
}

.spu-icon-spinner:before {
    content: "\f110";
}

.spu-spinner {
    -webkit-animation: spu-rotate 1s infinite linear;
    -moz-animation: spu-rotate 1s infinite linear;
    -o-animation: spu-rotate 1s infinite linear;
    margin: 5px;
    display: none;
}
/**
* Top Bar position
*/
.spu-box.spu-top-bar,
.spu-box.spu-bottom-bar{
    margin: 0;
    width: 100% !important;
    padding: 10px 30px !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0;
    position: fixed;
    box-shadow: none;
    z-index: 1000;
}
.spu-box.spu-top-bar.with-spu-gdpr{
    padding-bottom: 40px !important;
}
.spu-box.spu-top-bar{
    top: 0;
    border-top: none !important;
}
.spu-box.spu-bottom-bar{
    bottom: 0;
    border-bottom: none !important;
}
.spu-box.spu-top-bar h1,
.spu-box.spu-top-bar h2,
.spu-box.spu-top-bar h3,
.spu-box.spu-top-bar h4,
.spu-box.spu-top-bar h5,
.spu-box.spu-top-bar h6,
.spu-box.spu-top-bar p,
.spu-box.spu-bottom-bar h1,
.spu-box.spu-bottom-bar h2,
.spu-box.spu-bottom-bar h3,
.spu-box.spu-bottom-bar h4,
.spu-box.spu-bottom-bar h5,
.spu-box.spu-bottom-bar h6,
.spu-box.spu-bottom-bar p{
    margin: 0;
}
@keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-o-keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 620px) {
	.spu-box.taller-than-viewport {
		left: 0 !important;
		top: 100px !important;
		position: absolute !important;
	}

	.spu-box{
		margin: 0;
	}
}