.sqrmainarea {
	margin: 0;
	padding: 20px;
	background: #FFFFFF;
}

.sqrmaincontainer {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.sqrcontent {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sqrsidebar {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.sqrsidebar>div  {
	background: #FFFFFF;
	}

.sqrcontent>div {
	background: #FFFFFF;
	}

.commoncontainer {
	width: 100%;
	height: 96px;
	background: #FFFFFF;
}

.common {
	width:100%;
	max-width: 1400px;
	height: 96px;
	padding:0;
	margin: 0 auto;
}	

.firmenlogo {
	position: absolute;
	top: 3px;
	border:0;
}

.sqrheadertext {
	width: 100%;
	font-size: 18px;
	text-align: center;
	margin-left: 300px;
	padding: 38px 0 0 0;
	max-width: 700px;
	color: #999999;
}

@media screen and (max-width: 1024px) {
	
.sqrheadertext {
	width: 450px;
	margin-left: 340px;
	}
}

@media screen and (min-width: 768px) {
.sqrfootermobiletext {
		display: none;
}
}

@media screen and (max-width: 767px) {

.sqrheadertext {
	display: none;
	/*max-width: 255px;*/
	}

#scrolltotop {
display: none !important;
	
}

  .sqrfootertext {
  	display: none;
  }	

.bottom {
	bottom: 0px
}

.sqrfootermobiletext {
	max-width:1400px;
	margin: 0 auto;
	padding: 8px;
	font-size: 90%;
	font-weight: bold;
}
  
    .fa-envelope {
	color: #fdfdfd;
	/*border: solid 1px #fdfdfd;
	padding: 4px;*/
  }
  
    .fa-mobile-alt {
	 color: #fdfdfd;
  }
  
    .fa-home {
	 color: #fdfdfd;
	}

}

@media screen and (min-width: 1024px) {
.sqrmainarea:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.sqrwithsidebar .sqrcontent {
		width: 75%;
					float: left;
	}

.sqrsidebar {
		width: 25%;
				box-sizing: border-box;
		float: right;
	}
	
.sqrsidebar>div {
		margin-left: 20px;
	}
	
}

@media screen and (max-width: 1023px) {
	.sqrcontent {
		padding-bottom: 20px;
	}

	.sqrsidebar {
		padding-bottom: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}	
}

body {
	margin: 0;
	padding: 0;
}

.sqrnav {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #005687;
  z-index: 800;
  -webkit-user-select: none;
  user-select: none;  
  box-shadow: 0 4px 4px rgba(0,0,0,0.2);
  position: relative;
}

.sqrnav.fixed {
	position: fixed;
	z-index: 300;
	top: 0;
	opacity: 0.9;
}

.sqrnav a {
  display: block;
  margin: 0;
  padding: 16px 18px;
  color: #FFFFFF;
  font-size: 90%;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
}

.sqrnav li.active>a {
   font-weight: bold;
   background-color: #0074B9 !important;
   color: #FFFFFF! important;
}

.sqrnav>ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

.sqrnav .sqrnavsearch form {
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 16px 12px;
  display: block;
  width: 100%;
}

.sqrnav .sqrnavsearch input {
  box-sizing: border-box;
  display: block;
  padding: 0;
  width: 100%;
  border: 0;
  padding: 0 10px;
  margin: 0;
  color: #6E6E6E;
  background-color: #ffffff;
  font: 15px 'Fira Sans',Helvetica,sans-serif;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

.sqrsecnav {
  display: block;
  margin: 0 0 20px 20px;
  padding: 0;
  background-color: #005687;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  list-style:none;
  /*border-radius: 10px;*/
}

.sqrsecnav li {
	display: block;
	margin: 0;
	padding: 0;
}

.sqrsecnav a {
  display: block;
  margin: 0;
  padding: 16px 22px;
  color: #FFFFFF;
  border-bottom: 1px solid #0074B9;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
}

.sqrsecnav a:hover {
	background-color: #0074B9;
	transition-property: background-color;
transition-duration: 1s;
}

.sqrsecnav  li:last-child>a {
  border-bottom: none;
}


.sqrsecnav li.active>a {
   font-weight: bold;
   background-color: #0074B9;
   color: #FFFFFF;
}

@media screen and (max-width: 767px) {
	.sqrmainarea {
		padding: 0;
	}

	body {
		padding: 0 0 0 0;
	}
}

@media screen and (max-width: 1023px) {
	
  .sqrsecnav {
  	display: none;
  }
	
  .sqrnav>ul>li.sqrnavlogo {
	display: none;
  }	
  .sqrnav a, .sqrnav form {
    border-bottom: 1px solid #0074B9;
  }
  .sqrnav a.sqrnavshow, .sqrnav a.sqrnavhide {
    background: url(design.menu.svg) right center no-repeat;
  }
  
  .sqrnav a.sqrnavhaslogo {
  	padding: 11px 20px;
  }
  
  .sqrnav a.sqrnavshow>img, .sqrnav a.sqrnavhide>img {
    display: block;
    border: 0;
  }
  .sqrnav li.sqrnavmore>a {
    background: url(design.moreright.bright.svg) right center no-repeat;
  }
  .sqrnav li.sqrnavopen>a {
    background-image: url(design.moredown.bright.svg);
  }
  .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;
  }
  
  
  
  .sqrnav .sqrnavsearch input {
  color: #ffffff;
  background-color: #005687;
}

.sqrnav.fixed {
	max-height: 100%;
  	overflow-y: auto;
}
  
}

@media screen and (min-width: 1024px) {
		
  .sqrnav>a {
    display: none;
  }
  .sqrnav>ul {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 1400px;
  }
  .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: #ffffff;
    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;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  }
    
  
  .sqrnav>ul>li li {
    border-bottom: 1px solid #FDFDFD;
  }
  .sqrnav>ul>li.sqrnavmore>a {
    background-image: url(design.moredown.bright.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 34px;
  }
  .sqrnav>ul>li li.sqrnavmore>a {
    background-image: url(design.moreright.dark.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 44px;
  }
  
  .sqrnav>ul>li.sqrnavmore.sqrnavopen>a
  {
    background-image: url(design.moredown.bright.svg);
  }
  
  
  .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 a:hover {
   background-color: #0074B9;
   transition-property: background-color;
transition-duration: 1s;
  }
 
  .sqrnav>ul>li.sqrnavopen {
    background-color: #FDFDFD;
  }
  
  .sqrnav>ul>li.sqrnavopen a {
    color: #FFFFFF;
	background-color: #005687;
  }
  
  .sqrnav>ul>li.sqrnavopen a:hover {
   background-color: #0074B9;
   color: #FFFFFF;
  }
  
  .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-image: url(design.home.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 22px;
    padding: 16px 12px;
  }
  .sqrnav>ul>li.sqrnavlogo>a {
  	padding: 11px 20px;
  }
  .sqrnav>ul>li.sqrnavlogo>a>img {
  	display: block;
  	border: 0;
  	height: 32px;
  	width: auto;
  }
  .sqrnav>ul>li.sqrnavsearch, .sqrnav>ul>li.sqrnavshop {
    float: right;
  }
  .sqrnav>ul>li.sqrnavsearch>a {
    background-image: url(design.search.bright.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 22px;
    padding: 16px 12px;
  }
  
  
    
  .sqrnav>ul>li.sqrnavsearch.sqrnavopen>a {
    background-image: url(design.search.dark.svg);
  }

  .sqrnav>ul>li.sqrnavopen.sqrnavshop>ul, .sqrnav>ul>li.sqrnavopen.sqrnavsearch>ul {
    left: auto;
    right: 0;
    opacity: 1;
  }
    
}


.sqreyecatcher {	
	max-width: 1400px;
	margin-bottom: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	position: relative;
}

.sqreyecatcher img, .sqreyecatcher video {
	display: block;
	width: 100%;
	height: auto;
}

.sqreyecatcherstage img {
	position: absolute;
}

.sqreyecatcherstage {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.sqreyecatchernav a {
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	background: url(design.nav.svg) 0 0 no-repeat;	
}

.sqreyecatchernav a.sqreyecatchernavselected {
	background-position: 0 -24px;	
}

.sqreyecatchernav {
	height: 24px;
	position: absolute;
	z-index: 10;
	right: 10px;
	bottom: 10px;
}


footer {
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px 20px 40px 20px;
  background-color: #005687;
  box-shadow: 0 -10px 8px -12px #808080;
}

.bottom {
	margin: 0 auto;
	box-sizing: border-box;
  background-color: #0074B9;
	position: fixed;
	opacity: 0.9;
	bottom: 0;
	width: 100%;
	z-index: 100;
	color: #ffffff;
	text-align: center;
}

.sqrcommonlinks {
	max-width: 1400px;
	margin: 0 auto;
	padding: 15px 35px 20px 5px;
}

@media screen and (max-width: 768px) {
  .sqrfootertext {
  	display: none;
  }	

.bottom {
	bottom: 0px
}

.sqrfootermobiletext {
	max-width:1400px;
	margin: 0 auto;
	padding: 8px;
	font-size: 90%;
	font-weight: bold;
}
  
    .fa-envelope {
	color: #fdfdfd;
	/*border: solid 1px #fdfdfd;
	padding: 4px;*/
  }
  
    .fa-mobile {
	 color: #fdfdfd;
  }
  
    .fa-home {
	 color: #fdfdfd;
	}

	.fa-coffee {
	color: #fdfdfd;
	}

  #scrolltotop {
display: none !important;
}
}

.sqrfootertext {
	max-width:1400px;
	margin: 0 auto;
	padding: 12px;
	font-size: 90%;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
  .sqrfootermobiletext {
  	display: none;
  }

}

footer a
{
  color: #FFFFFF;
  transition: color 0.3s;
  font-weight: normal;
  padding: 5px 10px;
  text-decoration: none;
}

footer a:hover {
  color: #fff; /*#0074B9;*/
  text-decoration: none;
  font-weight: normal;
  background-color:#0074B9;
  padding: 0 10px 0 10px;
  transition-property: background-color;
  transition-duration: 1s;
}

bottom a
{
  text-decoration: none;
  color: #ffffff; /*#6E6E6E;*/
  transition: color 0.3s;
  text-decoration: none;
  font-weight: normal;
  padding-right: 10px;
}

bottom a:hover {
  color: #333333; /*#0074B9;*/
  text-decoration: none;
  font-weight: normal;
}

.sqrbutton {
border-radius: 10px !important;
}

#scrolltotop {
text-decoration: none;
position: fixed;
bottom: 0px;
right: 10px;
display: none;
z-index: 1000;
background: ;
}

#footercontainer {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
 
#footercontainer ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}
 
#footercontainer li {
	display: block;
	float: left;
	color: #FDFDFD;
	margin: 5px 10px 35px 10px;
	min-width: 90px;
}
 
@media screen and (max-width: 1023px) { 
 
 #footercontainer li {
	float: none;
}
} 
 
 
#footercontainer li ul {
	padding-top: 6px;
	border: none;
}
 
#footercontainer li li {
	display: block;
	float: none;
	padding: 6px 0;
	font-size: 11px;
	margin: 0;
}
 
#footercontainer li a {
	color: #FDFDFD;
	text-decoration: none;
	font-weight: normal;
}
 
#footercontainer li li a {
	font-size: 12px;
}
 
#footercontainer li a:hover {
	color: #FDFDFD;
}

#sqrbreadcrumbs a {
    color: #005687;
    text-decoration: none;
}

#sqrbreadcrumbs a:hover {
    color: #0074B9;
    text-decoration: none;
}

#sqrbreadcrumbs {
    padding: 10px 0 0 0;
    font-size: 90%;
}
@keyframes fadein{from{opacity:0;}to{opacity:1;}}
@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}
@-webkit-keyframes fadein{from{opacity:0;}to{opacity:1;}}
@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}}

div.privacy-msg p {
    width: 50%
    min-width:320px;
    border: 1px solid black;
    padding: 5px;
    text-align:center;
    position: relative;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);

    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}
