/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/*
@font-face {font-family: "Pedell W01 Regular";
  src: url("/bilder/64e731955a6567632e3621d18294635b.eot");
  src: url("/bilder/64e731955a6567632e3621d18294635b.eot?#iefix") format("embedded-opentype"),
  url("/bilder/64e731955a6567632e3621d18294635b.woff2") format("woff2"),
  url("/bilder/64e731955a6567632e3621d18294635b.woff") format("woff"),
  url("/bilder/64e731955a6567632e3621d18294635b.ttf") format("truetype"),
  url("/bilder/64e731955a6567632e3621d18294635b.svg#Pedell W01 Regular") format("svg");
}
*/

@font-face { 
	font-family: "Chalkboard-Light"; 
	src: url("/bilder/Chalkduster.ttf"); 
}

*{
	font-family: 'Chalkboard-Light', sans-serif;
	padding: 0;
	margin: 0;
	line-height: 1;
	list-style: none;
	font-weight: 400;
}
/*
	für den Editor
	mce-content-body
*/
.mce-content-body div{
	border: 1px dashed #999;
}
/*
	end Editor
*/

html{	
	margin: 0;
  	padding: 0;
	overflow-x: hidden;
}
body{
	margin: 0;
	padding: 0;
	
	background-color: #0F0F0F;
	
	background-image: url(/bilder/wandtafel.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	
	color: #fff;
}
header{
	margin: 0 auto 0 auto;
}
header h1 a{
	display: block;
	width: 650px;
	height: 342px;
	background-image: url(/bilder/HofladenLogo2.png);
	background-repeat: no-repeat;
	background-size: 600px;
	margin: 50px auto 25px auto;
}
/* Menü */
#toggle {
  display: none;
}

/**
  Hamburger
**/
.hamburger{
  position: fixed;
  top: 4em;
  right: 8%;
  margin-left: -2em;
  margin-top: -45px;
  width: 2em;
  height: 45px;
  z-index: 5;
}

.hamburger div {
  position: relative;
  width: 3em;
  height: 5px;
  border-radius: 3px;
  background-color: #fff;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}
/**
Nav Styles
**/
.nav {
  position: fixed;
  width: 100%;
  height: 300px;
  background-color: rgba(20,25,20,.95);
  top: -100%; left: 0; right: 0; bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.nav-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}
nav {
  text-align: left;
  margin-left: 20%;
  padding-top: 40px;
}
nav a {
  position: relative;
  text-decoration: none;
  color: #ccc;
  font-size: 22px;
  display: inline-block;
  margin-top: 40px;
  transition: color 0.2s ease-in-out;
  letter-spacing: 1px;
}

nav a:hover {
  color: white;
}
nav a:hover:before {
  height: 100%;
}

/**
Animations
**/
#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}
#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}
#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -7px;
}

#toggle:checked + .hamburger + .nav {
  top: 0;
  transform: scale(1);
}

/* content */
#content{
	min-height: 600px;
	max-width: 1000px;
	margin: 0 auto 0 auto;
}
#content h1{
	font-size: 35px;
	line-height: 40px;
	opacity: .8;
}
#content h2{
	padding-top: 20px;
	font-size: 25px;
	line-height: 30px;
	opacity: .8;
}
#content h3{
	padding-top: 10px;
	font-size: 20px;
	line-height: 25px;
	opacity: 1;
}
#content p{
	margin-top: 5px;
	font-size: 22px;
	line-height: 26px;
}
#content a, footer a{
	color: #fff;
}
#content .close p, #content .close a.close, #content .open a.wzh{
	display: none;
}
#content .open p{
	display: block;
}
#content .open{
	padding-bottom: 30px;
}
#content a.wzh{
	float: right;
	display: block;
	margin-top: 10px;
}
#content a.close{
	float: right;
	display: block;
	padding-top: 10px;
}
#Suche{
	padding-top: 60px;
	padding-bottom: 30px;
}
/* inputs start */
input, textarea, select, option{
    -webkit-appearance: none;
	background: transparent;
    color: #fff;
    font-size: 26px;
	line-height: 32px;
	padding: 10px 20px 15px 20px;
}
option{
	background-color: #fff;
	color: #000;
}
select{
	padding: 12px;
}
#Umgebung span{
	position: relative;
	display: block;
	margin: -30px 0 0 60px;
}
#Umgebung p{
	font-size: 80%;
	padding-left: 60px;
}
#Suche label{
	position: absolute;
	margin-top: -20px;
	border: none;
}
form #Kanton, form #Stadt{
	width: 25%;
	margin-right: 1%;
}
form #Produkt{
	width: 41%;
}
.inpextra, #Suchen{
	position: absolute;
	left: -3000px;
}
#content #Suche label.RundUmDieUhr{
	margin-top: 20px;
	position: relative;
	display: block;
}
#content #Suche label.RundUmDieUhr span{
	position: relative;
	display: block;
	margin: -30px 0 0 60px;
}
input[type='checkbox'] {
  /* remove browser chrome */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  /*add styling */
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
}
input[type='checkbox']::before {
  content: '';
  color: #fff;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 2px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  /* base64 encoded to make things easier to show 
  	normally you would use an image or a font
  */
  background-image: url(/bilder/SymbolHacken.svg);
}

input[type='checkbox']:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* inputs ende */
div#WozuHofladenSuche, input, textarea, select, 
.Laden, #BilderUpload, input[type='checkbox'], 
#content a.button span, .ladenBild, .GoogleMapsEnclosure, .GoogleMaps{
	border: 3px solid rgba(255,255,255,.9);
	border-top-left-radius: 15px 255px;
    border-top-right-radius: 225px 15px;
    border-bottom-right-radius: 15px 225px;
    border-bottom-left-radius:255px 15px;
}
a.ladenBild{
	display: block;
	float: right;
	width: 360px;
	height: 360px;
	background-size: cover;
	background-position: center center;
}
.TitleTop{
	margin-top: 200px;
}
div#WozuHofladenSuche{
	padding-top: 40px;
	border: none;
	border-bottom: 3px solid rgba(255,255,255,.2);
	margin-bottom: 80px;
}
div#WozuHofladenSuche h2{
	display: inline;
}
div#WozuHofladenSuche a{
	text-decoration: none;
}
.LaedenListe{
	padding-top: 70px;
	overflow: auto;
}
.Laden{
	display: block;
	float: left;
	width: 25%;
	padding: 10px 3% 10px 3%;
	margin-bottom: 2%;
	height: 280px;
	border-color: rgba(255,255,255,.6);
	cursor: pointer;
}
.Laden:nth-child(3n+3){
	margin-left: 2%;
	margin-right: 2%;
}
#content .Laden p{
	font-size: 16px;
	line-height: 30px;
}
.shopAutomat, .shopLaden{
	width: 80px;
	height: auto;
}
.shopAutomat{
	float: right;
}
.zmKarte, .zmTwint{
	width: 40px;
	height: auto;
}
.zmCash{
	width: 60px;
	height: auto;
}
#content p.Zahlmittel{
	margin-top: -10px;
	text-align: center;
}
.zmKarte, .zmTwint{
	margin-left: 20px;
}
#content .Laden h3{
	text-align: center;
}
#HofladenEinsenden{
	width: 70%;
	margin: 0 auto 0 auto;
}
#HofladenEinsenden * input, textarea, select{
	font-size: 20px;
}
#HofladenEinsenden fieldset{
	border: none;
	margin-top: 20px;
	padding: 10px 0 20px 0;
}
#HofladenEinsenden input, textarea{
	width: 40%;
	margin: 0 10px 10px 0;
}
#HofladenEinsenden input.submit{
	width: 46%;
}
#HofladenEinsenden #Bilder{
	margin: 0;
	padding: 10px 0 10px 0;
	width: 100%;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 24px;
    width: 100%;
}
#HofladenEinsenden #BilderUpload{
	cursor: pointer;
	display: block;
	width: 94%;
	padding: 0;
	margin-bottom: 16px;
}
#HofladenEinsenden #BilderUploadText{
	position: absolute;
	cursor: pointer;
	display: block;
	padding: 17px 0 0 15px;
}
#content .small{
	font-size: 14px;
}
#content .gLaden, #content .gAutomat{
	float: left;
	margin-right: 20px;
}
#content div.left{
	float: left;
	display: block;
	width: 50%;
}
#content div.right{
	display: block;
	width: 49%;
}
#content p.Smaller{
	font-size: 18px;
	line-height: 30px;
}
#content a.button{
	text-decoration: none;
}
#content a.button span{
	padding: 2px 8px 2px 8px;
	display: inline-block;
	border: 2px solid #ccc;
}
.laedenEnclosure{
	display: inline-block;
}
.TextBox{
	display: inline-block;
	width: 70%;
}
.MapsEnclosure{
	overflow: hidden; 
	padding: 50px 0 50px 0;
}
.GoogleMapsEnclosure{
	width: 90%;
	height: 400px;
	overflow: hidden;
}
.GoogleMaps{
	width: 100%;
	height: 100%;
}

footer{
	width: 100%;
	background-color: rgba(20,25,20,.9);
	display: inline-block;
	margin-top: 100px;
	margin-bottom: -10px;
}
footer p{
	font-family: Helvetica, Arial, sans-serif;
	color: #ccc;
	font-size: 12px;
	line-height: 20px;
}
footer a{
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #ccc;
}
footer .left{
	float: left;
	padding: 50px;
}
footer .right{
	float: right;
	padding: 50px;
}
.aktRight{
	float: right;
}
/* Animations */
.nsbAnim {
	/* triger animation in viewport */
}
/* Fade In and Up */
.nsbFadeInUp, .nsbFadeInLeft, .nsbFadeInRight, .nsbFadeIn{ opacity: 0; }
.nsbFadeInUp.trigger, .nsbFadeInLeft.trigger, .nsbFadeInRight.trigger, .nsbFadeIn.trigger{ opacity: 1; }
.nsbFadeInUp.trigger {
  animation: fadeInUp 1.5s;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(0, 20px, 0); }
  to { opacity: 1; transform: none; } }
.fadeInUp { animation-name: fadeInUp; }
/* end fade in and up */

/* Fade In and Left */
.nsbFadeInLeft.trigger {
  animation: fadeInLeft 1.5s;
}
@keyframes fadeInLeft {
  from { opacity: 0; transform: translate3d(-20px, 0, 0); }
  to { opacity: 1; transform: none; } }
.fadeInLeft { animation-name: fadeInLeft; }
/* end fade in and left */

/* Fade In and Right */
.nsbFadeInRight.trigger {
  animation: fadeInRight 1.5s;
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translate3d(20px, 0, 0); }
  to { opacity: 1; transform: none; } }
.fadeInRight { animation-name: fadeInRight; }
/* end fade in and right */

/* Fade In */
.nsbFadeIn.trigger {
  animation: fadeIn 1.5s;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; transform: none; } }
.fadeIn { animation-name: fadeIn; }
/* end fade in and up */
@media screen and (max-width: 1280px) {
	.hamburger {
		position: absolute;
	}
}
@media screen and (max-width: 1024px) {
	#content{
		margin: 0 20px 0 20px;
	}
}
@media screen and (max-width: 768px) {
  #menu {
    transform: none;
    opacity: 0;

    transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }
  header h1 a{
	display: block;
	width: 300px;
	height: 172px;
	background-size: 300px;
	margin: 50px auto 0 auto;
  }
  form #Kanton, form #Stadt{
  	width: 24%;
  }
  .Laden{
  	width: 41%;
  }
  .Laden:nth-child(3n+3){
	margin: 0;
  }
  .Laden:nth-child(2n+1){
	margin-left: 3%;
  }
  #HofladenEinsenden{
  	width: 90%;
  }
}
@media(max-width: 694px){
	a.ladenBild{
		width: 250px;
		height: 250px;
	}
	.TitleTop{
		margin-top: 80px;
	}
	span.break{
		display: block;
	}
}
@media(max-width: 507px){
	footer{
		background-color: transparent;
	}
	footer .right{
		float: none;
		background-color: rgba(20,25,20,.9);
	}
	footer .left{
		width: 300px;
	}
}
@media(max-width: 414px){
	.aktRight{
		float: none;
	}
	.GoogleMapsEnclosure{
		width: 100%;
		height: 340px;
	}
	a.ladenBild{
		border: none;
		width: 100%;
		height: 100px;
		margin-bottom: 30px;
	}
	#content div.left{
		float: none;
		display: inline-block;
		width: 99%;
		padding-bottom: 20px;
	}
	#content div.right{
		float: none;
		display: inline-block;
		width: 99%;
		padding-bottom: 20px;
	}
	.TextBox{
		display: block;
		width: 99%;
	}
	#impressum{
		display: none;
	}
	.nav{
		height: 300px;
		max-width: 300px;
	}
	#menuToggle{
		top: 30px;
		right: 30px;
	}
	#menu{
		width: 360px;
		right: -100px;
		top: 50px;
		padding: 130px 0 36px 36px;
		transform: translate(100%, 0);
	}
	header h1 a{
		display: block;
		width: 200px;
		height: 113px;
		background-size: 200px;
		margin: 50px auto 0 auto;
	}
	form #Kanton, form #Stadt, form #Produkt{
	  display: block;
  	  width: 99%;
  	  margin-bottom: 40px;
	}
	form #Produkt{
		width: 87%;
	}
	.LaedenListe{
		padding-top: 40px;
	}
	.Laden, .Laden:nth-child(2n+1), .Laden:nth-child(3n+3){
		width: 92%;
		margin: 0 0 20px 0;
	}
	#HofladenEinsenden input, textarea {
		width: 86%;
		margin: 0 10px 10px 0;
	}
	#HofladenEinsenden input.submit {
		width: 100%;
	}
	#Suche #Suchen{
		position: relative;
		left: 0;
		top: 0;
	}
}
@media(max-width: 375px){
	footer .left {
		width: 220px;
	}
	form #Produkt{
		width: 82%;
	}
	#menu li {
		padding: 10px 0;
		font-size: 20px;
	}
}
/* NSB Box - Design - requires NSB Box Javascript (c) 2018 by Etienne Schorro */
#nsbbox{
	display: block;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20,20,20,.6);
}
#nsbbox img, #nsbbox iframe{
	display: block;
	clear: both;
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 3px;
    box-shadow: 0 0 50px #333;
}
#nsbbox iframe{
	width: 90%;
	height: 95%;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#nsbBOXText{
	display: block;
	position: fixed;
	z-index: 1001;
	bottom: 0;
	margin: 0;
	line-height: 30px;
	font-size: 16px;
	font-style: normal;
	width: 100%;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	text-align: center;
}
a.pfeilLinks, a.pfeilRechts, a.closeBOX{
	display: block;
	position: fixed;
	z-index: 1001;
	top: 50%;
	margin-top: -60px;
	height: 120px;
	width: 50px;
	background-color: rgba(0,0,0,.3);
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid rgba(0,0,0,.3);
    border-radius: 3px;
}
#nsbbox a.pfeilLinks:hover, #nsbbox a.pfeilRechts:hover, a.closeBOX:hover{
	background-color: rgba(50,50,50,.3);
}
#nsbbox .pfeilLinks{
	left: 1%;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTEuMDUxcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDExLjA1MSAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTEuMDUxIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiM5Mzk1OTgiIHBvaW50cz0iMTAuMDUxLDAuMTYxIDEwLjc1OCwwLjg2OCAxLjYxNCwxMC4wMTMgMTAuNzU4LDE5LjE1NyAxMC4wNTEsMTkuODY0IDAuMiwxMC4wMTMgIi8+DQo8L3N2Zz4NCg==');
}
#nsbbox .pfeilRechts{
	right: 1%;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTEuMDUxcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDExLjA1MSAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTEuMDUxIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5bGluZSBmaWxsPSJ0cmFuc3BhcmVudCIgc3Ryb2tlPSIjOTM5NTk4IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iMC41NTMsMC41MTUgMTAuMDUxLDEwLjAxMyAwLjU1MywxOS41MTEgIi8+DQo8L3N2Zz4=');
}
#nsbbox a.closeBOX{
	display: block;
	position: fixed;
	z-index: 1002;
	top: 9%;
	right: 1%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.loader {
	#display:none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	border: 10px solid rgba(255,255,255, .6);
	border-radius: 50%;
	border-top: 10px solid rgba(100,100,100, .2);
	border-bottom: 10px solid rgba(100,100,100, .2);
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	box-shadow: 0 0 70px rgba(255,255,255, .4);
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media(max-width: 479px){
	#nsbbox a.pfeilLinks, #nsbbox a.pfeilRechts{
		top: -1000px;
	}
}