body {
    margin: 0;
    padding: 0;
	font-size: 16px;
	background: 'ffffff;
}

.sqreyecatcher {
    position: relative;
    overflow: hidden;
    min-height: 0px;
    background-color: #ffffff;
}

.sqrvideoeyecatcher {
	width: 100%;
	height: auto;
}

.sqrvideoeyecatcher>video {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}

.sqrvideoeyecatcher>span {
	background-color: hsla(360, 82%, 74%, 0.31);
	position: absolute;
	padding: 20px 0px 5px 0px;
	top: 150px;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
	color: white;
}

.sqrvideoeyecatcher>div {
    text-align: center;
	padding: 20px 0px 60px 0px;
	background: #ffbf00;
	font-size: 14px;
	color: #000000;
	font-family: 'Tahoma', sans-serif;
}
.ytp-autohide {
    cursor: none;
}
.html5-video-player {
    font-family: "YouTube Noto",Roboto,Arial,Helvetica,sans-serif;
    color: #eee;
    text-align: left;
    direction: ltr;
    font-size: 11px;
    line-height: 1.3;
}

.sqrvideoeyecatcher>iframe {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;	
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sqreyecatcherbulletcontainer {
    width: 24px;
    position: absolute;
    right: 16px;
    top: 50%;
}

.sqreyecatcherbulletcontainer a {
    display: block;
    height: 24px;
    width: 24px;
    background: url(sprites.svg) -12px -12px no-repeat;
}

.sqreyecatcherbulletcontainer a.sqreyecatcherbulletactive {
    background-position: -12px -60px;
}

.sqreyecatchershifter {
    position: absolute;
}

.sqreyecatchershifter span {
    position: absolute;
	width: 100%;
	text-align: center;
	z-index: 200;
	background: rgba(243, 134, 134, 0.31);
	padding: 10px 0 20px 0;
}

.sqreyecatcher img {
    display: block;
    transition: opacity 1s;
}

.mysqreyecatcher {
    position: relative;
    overflow: hidden;
    height: 0;
    background-color: #fded04;
}

.mysqrvideoeyecatcher {
	width: 100%;
	height: auto;
}

.mysqrvideoeyecatcher>video {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}


.mysqreyecatcherbulletcontainer {
    width: 24px;
    position: absolute;
    right: 16px;
    top: 50%;
}

.mysqreyecatcherbulletcontainer a {
    display: block;
    height: 24px;
    width: 24px;
}

.mysqreyecatcherbulletcontainer a.sqreyecatcherbulletactive {
    background-position: -12px -60px;
}

.mysqreyecatchershifter {
    position: absolute;
}

.mysqreyecatcher img {
    display: block;
    transition: opacity 1s;
}

.sqrlogo {
    background: #ededed;
    padding: 15px 0;
}

.sqrlogo img {
    display: block;
    height: auto;
    margin: 0 auto;
}

.sqrnav {
    display: block;
    margin: 0;
    padding: 0;
    background: #ededed;
	border-bottom: 3px solid #cccccc;
	border-top: 3px solid #cccccc;
    z-index: 1000;
    -webkit-user-select: none;
    user-select: none;
}

.sqrnav a {
    display: block;
    margin: 0;
	border-right: 2px solid #cccccc;
	height: 24px;
    padding: 12px 22px;
    color: #000000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    line-height: 16px;
}

.sqrnav>ul li {
    display: block;
    margin: 0;
    padding: 0;
	max-width: 320px;
    height: 48px;
    background: #cccccc url(../assets/alu.png) no-repeat;
    position: relative;
	z-index: 1500;
}

.sqrnav .sqrnavsearch form {
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 12px;
    display: block;
    width: 100%;
}

.sqrnav .sqrnavsearch input {
    box-sizing: border-box;
    display: block;
    padding: 0;
    width: 100%;
    border: 0;
    padding: 8px 12px 8px 30px;
    margin: 0;
    color: #ffffff;
    -webkit-appearance: none;
    border-radius: 0;
    background: #181919 url(sprites.svg) -8px -195px no-repeat;
    line-height: 22px;
}

#searchajax {
	background-color: #181919;
}
#searchajax>a {
	border-bottom: 1px solid #434444;
	padding: 8px 12px 8px 30px;
	color: #ffffff;
}

#searchajax a.activelink {
	background-color: #434444 !important;
}


@media screen and (max-width: 767px) {

  .sqrlogo img {
      max-width: 360px;
  }


    .sqrnav a.sqrnavshow, .sqrnav a.sqrnavhide {
        background: url(sprites.svg) right -434px no-repeat;
    }
    .sqrnav li.sqrnavmore>a {
        background: url(sprites.svg) right -482px no-repeat;
    }
    .sqrnav li.sqrnavopen>a {
        background-position: right -530px;
    }
    .sqrnav .sqrnavshow {
        display: block;
    }
    .sqrnav .sqrnavhide {
        display: none;
    }
    .sqrnavopen>a.sqrnavshow {
        display: none;
    }
    .sqrnavopen>a.sqrnavhide {
        display: block;
    }
    .sqrnav li.sqrnavopen>ul {
        display: block;
    }
    .sqrnav ul {
        display: none;
        margin: 0 auto;
        padding: 0;
        list-style: none;
    }
    .sqrnav ul ul {
        display: none;
    }
    .sqrnav ul li li>a {
        padding-left: 44px;
    }
    .sqrnav ul li li li>a {
        padding-left: 66px;
    }
    .sqrnavopen>ul {
        display: block;
    }
}

@media screen and (min-width: 768px) {
  .sqrlogo img {
      max-width: 640px;
  }

    .sqrnav>a {
        display: none;
    }
    .sqrnav>ul {
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
        padding: 0;
        list-style: none;
        width: 100%;
    }
    .sqrnav>ul:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
    .sqrnav>ul>li {
        float: left;
    }
    .sqrnav>ul li>ul {
        position: absolute;
        background: #cccccc url(../assets/alu.png) repeat-x;
        width: 30vw;
        max-width: 320px;
        display: block;
        left: -9999px;
        margin: 0;
        padding: 0;
        list-style: none;
        z-index: 1000;
        transform: translateY(-5px);
        opacity: 0;
        transition: transform 0.2s, opacity 0.2s;
    }
    .sqrnav>ul>li li.sqrnavmore>a {
        background: url(sprites.svg) right -577px no-repeat;
        padding-right: 44px;
    }
    .sqrnav>ul>li.sqrnavopen>ul {
        left: 0;
        transform: translate(0);
        opacity: 1;
    }
    .sqrnav>ul>li ul li.sqrnavopen>ul {
        left: 100%;
        top: 0;
        transform: none;
        opacity: 1;
    }
    .sqrnav>ul>li.sqrnavopen {
        background-color: #434444;
    }
    .sqrnav>ul>li.sqrnavopen a {
        color: #003300;
    }
    .sqrnav>ul>li.sqrnavopen li a:hover {
        background-color: rgba(243, 134, 134, 0.31);
    }
    .sqrnav>ul>li.sqrnavhome>a>span, .sqrnav>ul>li.sqrnavsearch>a>span, .sqrnav>ul>li.sqrnavshop>a>span {
        display: none;
    }
    .sqrnav>ul>li.sqrnavhome>a {
        background: url(../assets/home.jpg) no-repeat;
        width: 35px;
        height: 24px;
        padding: 12px;
    }
    .sqrnav>ul>li.sqrnavsearch, .sqrnav>ul>li.sqrnavshop {
        float: right;
    }
    .sqrnav>ul>li.sqrnavsearch>a {
        background: url(../assets/shop.jpg) no-repeat;
        width: 24px;
        height: 24px;
        padding: 12px;
    }
    .sqrnav>ul>li.sqrnavsearch.sqrnavopen>a {
        background-position: -4px -194px;
    }
    .sqrnav>ul>li.sqrnavshop>a {
        background: url(../assets/shop.jpg) no-repeat;
        width: 24px;
        height: 24px;
        padding: 12px;
    }
    /*.sqrnav>ul>li.sqrnavshop>a.sqrcartfull {
        background-position: -4px -290px;
    }
    .sqrnav>ul>li.sqrnavshop.sqrnavopen>a {
        background-position: -4px -338px;
    }
    .sqrnav>ul>li.sqrnavshop.sqrnavopen>a.sqrcartfull {
        background-position: -4px -386px;
    }*/
    .sqrnav>ul>li.sqrnavopen.sqrnavshop>ul, .sqrnav>ul>li.sqrnavopen.sqrnavsearch>ul {
        left: auto;
        right: 0;
        opacity: 1;
    }
}

.sqrbreadcrumbs {
	padding: 30px 0 0 0;
	font-size: 90%;
}

.sqrbreadcrumbs a {
	color: #3585b2;
	text-decoration: none;
}

.sqrcontent {
    margin: 0;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #ffffff;
	border-radius: 25px 0 0 25px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.sqrsidebar {
    box-sizing: border-box;
    margin: 20px 0px 0px 0px;
    padding: 0;
    padding: 10px 0;
	background: #cccccc;
	border-radius: 0 25px 25px 0;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 25px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.footeryecatcherement {
 transition: none 0s ease 0s; 
 transform: translate3d(0px, 0px, 0px);
}

.footereyecatcher {
 position: relative;
 overflow: hidden;
 background-color: #ffffff;
}

.footeryecatchershifter { 
 position: absolute;
}

.footereyecatcher img {
 display: block;
 transition: opacity 1s;
}

.sqrfooter {
  text-align: left;
  padding: 80px 0;
  font-size: 14px !important;
  color: #240902;
  font-family: 'Tahoma', sans-serif;
  background: url(../assets/backgroundfooter.png) top repeat-x, url(../assets/welle.png) bottom repeat-x, linear-gradient(#ffffff, #cccccc, #ffffff);

  }

.sqrfooter a {
  text-decoration: none;
  color: #240902;
  padding: 0 8px;
}

.sqrfooter a:hover {
  color: #d12e02;
}

.sqrfooter p {
  margin: 16px auto 0  auto;
  max-width: 1024px;
  /*font-size: 90%;*/
  text-align: left;
  font-size: 14px !important;
  color: #240902;
  font-family: 'Tahoma', sans-serif
}

.mysqrfooter {
  text-align: left;
  padding: 20px;
  background-color: #670b48;
  font-size: 14px !important;
  color: #d7cde5;
  font-family: 'Tahoma', sans-serif
}

.mysqrfooter a {
  text-decoration: none;
  padding: 0 8px;
  font-size: 14px !important;
  color: #d7cde5;
  font-family: 'Tahoma', sans-serif
}

.mysqrfooter a:hover {
  color: #ffffff;
}

.mysqrfooter p {
  margin: 16px auto 0  auto;
  max-width: 1024px;
  text-align: left;
  font-size: 14px !important;
  color: #d7cde5;
  font-family: 'Tahoma', sans-serif
}

@media screen and (min-width: 1196px) {
    .sqrwithsidebar {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .sqrwithsidebar .sqrcontent {
        display: table-cell;
								width: 60%;
		        vertical-align: top;
    }
    .sqrsidebar {
        display: table-cell;
								width: 30%;
		        vertical-align: top;
    }
    .sqrmainbox {
        max-width: 1100px;
        margin: 48px auto 48px auto;
        z-index: 1;
        position: relative;
    }
    .sqrmainbox.srqmainboxwitheyecatcher {
      margin-top: -48px;
    }

    .sqrmainbox.srqmainboxwitheyecatcher .sqrsidebar {
      padding-top: 64px;
    }

    .sqrnav>ul {
        max-width: 1100px;
    }
}
.menuevorschlag {    
  max-width: 1024px;    
  margin: 0 auto;    
  padding: 40px 0;    
  z-index: 2;    
  position: relative;    
  background: #660000;
}
.menuevorschlag a {    
  text-decoration: none;
  color: rgba(255,255,255,0.6);
  padding: 0 8px;
}
.menuevorschlag div {    
  text-align: left;

}
.menuevorschlag > h2 {
  color: #ffffff;   
  font-weight: normal;    
  margin: 0;    
  padding: 20px 40px;    
  font-size: 48px;    
  text-align: left;    
  line-height: 1.6;    
  transition: opacity 0.5s, 
  transform 0.5s; 
}
.menuevorschlag h2 {    
  box-sizing: border-box;    
  max-width: 1400px;    
  margin-left: auto;    
  margin-right: auto;
}
.menuevorschlag a:hover {
  color: #ff0000;
}
/* Barrierefrei-Hinweis-Lung-Sorn-1.0 */
#perpetuumscrollup {
	width: 225px;
	height: 58px;
	position: fixed;
	right: 128px;
	bottom: 40px;
	border-radius: 6px;
	background: #cccccc;
	z-index: 800;
	cursor: pointer;
	box-shadow: 5px 10px 8px #403333;;
}
#barrirefreiheit {
	width: 60px;
	height: 70px;
	position: fixed;
	right: 20px;
	bottom: 40px;
	border-radius: 6px;
	background: #cccccc;
	z-index: 800;
	cursor: pointer;
	box-shadow: 5px 10px 8px #403333;
}
#barrirefreiheit img {
	width: 60px;
	height: 60px;
}
#barrirefreiheit:hover {
  background-color: #0056b3;
}

#barrirefreiheit:focus {
  outline: 2px solid #007bff; /* or other suitable focus indicator */
}
/* Versteckt den Link visuell, macht ihn aber für Screenreader zugänglich */
.screenreader-only {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Sichtbarer Barrierefrei-Hinweis */
.accessibility-notice {
  padding: 20px;
  border-left: 5px solid #E28E02;
  border-right: 5px solid #E28E02;
  margin: 20px 0;
  font-family: sans-serif;
  border-radius: 6px;
  width: 960px;
  margin: 0 auto;
}
.accessibility-notice a {
	text-decoration: none;
	color: #fff;
}
.accessibility-notice h2 {
  margin-top: 0;
  color: #E28E02;
}

.accessibility-button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 16px;
  background-color: #AA3F15;
  text-decoration: none;
  border-radius: 4px;
}

.accessibility-button:hover {
  background-color: #005b99;
}


