body {
    margin: 0;
    padding: 0;
    /*background-color: #eaedef; alt*/
    background: #fff;
}

.flaggen{
	width: 50px; 
	float: right; 
	position: relative;
  	height: 20px; 
	padding: 2px 0px 0px 20px;
	margin: 0px;
} 
* html .flaggen { float: left; margin-left: 30px; }

/* iframe youtube vimeo responsive */
img,
iframe {
  max-width: 100%;
}

.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}

.sqreyecatcher {
    position: relative;
    overflow: hidden;
    height: 0;
    background-color: #434444;
}

.sqrvideoeyecatcher {
	width: 100%;
	height: auto;
}

.sqrvideoeyecatcher>video {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}

.sqreyetextwrap {
  width: 100%; height: 100%;
  padding: 0;
  position: absolute;
}

.sqreyetextcontainer {
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.sqreyetextlayer {
  position: absolute;
  top: 0; left: 0;
  width: 38%;
  height: 100%;
  background-color: rgba(0,0,0,0.66);
  color: #fff;
  padding: 48px;
}

.sqreyetextlayer > div {
  font-size: 210%;
  transition: transform 1333ms ease;
  transform: translateY(144px);
  opacity: 0;
  height: 0;
}
.sqreyetextlayer > div.visible {
  transform: translateY(0px);
  opacity: 1;
  height: auto;
}

@media screen and (max-width: 767px) {
.sqreyetextlayer {
  position: absolute;
  top: 0; left: 0;
  width: 38%;
  height: 100%;
  background-color: rgba(0,0,0,0.66);
  color: #fff;
  padding: 18px;
 }
}

@media screen and (max-width: 767px) {
  .sqreyetextlayer > div {
    font-size: 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;
}

.sqreyecatcher img {
    display: block;
    transition: opacity 1s;
}

.sqreyecatcher .sqreyedescs {
  display: none;
}

.sqrlogo {
    background-color: #ffffff;
    padding: 20px 0;
}

.sqrlogo img {
    display: block;
    height: auto;
    margin: 0 auto;
}

.sqrnav {
    display: block;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    z-index: 1000;
    -webkit-user-select: none;
    user-select: none;
}

.sqrnav a {
    display: block;
    margin: 0;
    padding: 12px 22px;
    color: #434444;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    line-height: 22px;
}

.sqrnav>ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.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: 260px;
  }


    .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: 440px;
  }

    .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-color: #434444;*/
        background-color: #004164;
        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;*/
        background-color:#004164;
    }
    .sqrnav>ul>li.sqrnavopen a {
        color: #ffffff;
    }
    .sqrnav>ul>li.sqrnavopen li a:hover {
        /*background-color: #181919;*/
     background-color:#434444;
    }
    .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(sprites.svg) no-repeat -4px -97px;
        width: 16px;
        height: 22px;
        padding: 12px;
    }
    .sqrnav>ul>li.sqrnavsearch, .sqrnav>ul>li.sqrnavshop {
        float: right;
    }
    .sqrnav>ul>li.sqrnavsearch>a {
        background: url(sprites.svg) no-repeat -4px -146px;
        width: 16px;
        height: 22px;
        padding: 12px;
    }
    .sqrnav>ul>li.sqrnavsearch.sqrnavopen>a {
        background-position: -4px -194px;
    }
    .sqrnav>ul>li.sqrnavshop>a {
        background: url(sprites.svg) no-repeat -4px -242px;
        width: 16px;
        height: 22px;
        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: #3575b2;
	text-decoration: none;
}

.sqrcontent {
    margin: 0;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #ffffff;
}

.sqrsidebar {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    padding: 10px 0;
}

.sqrfooter {
  text-align: center;
  padding: 20px;
  background-color: #434444;
  color: rgba(255,255,255,0.4);
}

.sqrfooter a {
  text-decoration: none;
  text-transform: none;
  color: rgba(255,255,255,0.6);
  padding: 0 8px;
}

.sqrfooter a:hover {
  color: #ffffff;
}

.sqrfooter p {
  margin: 16px auto 0  auto;
  max-width: 1024px;
  font-size: 90%;
  text-align: center;
}

@media screen and (min-width: 1196px) {
    .sqrwithsidebar {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .sqrwithsidebar .sqrcontent {
        display: table-cell;
						width: 70%;
				        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: 0px;
    }

    .sqrmainbox.srqmainboxwitheyecatcher .sqrsidebar {
      padding-top: 64px;
    }

    .sqrnav>ul {
        max-width: 1100px;
    }
}

#postit {
	position:absolute;
	width: 300px;
	padding:8px;
	color: #ffffff;
	/* grün background-color: #029F0B; */
	background-color: hsla(360, 100%, 50%, 0.7);
	border: 3px solid #5f5f5f;
	visibility: hidden;
	z-index: 100;
	top: 230px;
	left: 5px;
	margin-left: 5%;
	cursor: auto;
	line-height: 1.4em;
	font-size: 120%;
}

#postit a {
 	font-size: 80%;
 	color: white !important;
}

/* cookies start */

#cookiedingsbums a {color:blue !important; text-decoration:underline; text-decoration-color: blue;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:14px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   /*color: #777;*/
   color: blue;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}

@media (max-width: 767px) {
#cookiedingsbums {
text-align: left;
padding-right: 18px;
}
#cookiedingsbumsCloser {
padding:15px;
top:10px;
right:10px;
font-size:12px;
}
}