<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('fonts/roboto-v27-latin-300.woff2') format('woff2'), 
       url('fonts/roboto-v27-latin-300.woff') format('woff'); 
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/roboto-v27-latin-regular.woff2') format('woff2'), 
       url('fonts/roboto-v27-latin-regular.woff') format('woff'); 
}
/*###################################################################*/

*,
*:after,
*:before {
	/*box-sizing: inherit;*/
	box-sizing: border-box;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

a {
	color: #1B3B6F;
	text-decoration: none;
}

a:hover,
a:active {
	color: #444;
}

a:hover,
a:active,
a:focus {
	outline: 0;
}

em {
	font-style: italic;
}

b,
strong {
	font-weight: 400;
	/* Or 700 */
}

p {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

h1 {}

h2 {}

h3 {}

h4 {}


.button{
	background: #1B3B6F;
	text-transform: uppercase;
	border-radius: 5px;
	border: none;
	color: #fff;
	cursor: pointer;
}

/* ==========================================================================
   helper
   ========================================================================== */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.center {
	text-align: center;
}

/*youtube*/

.embed-container {
	position: relative;
	/* ratio 16x9 */
	padding-bottom: 56.25%;
	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%;
}

/*Processwire Image Class*/

.align_right {
	float: right;
	margin-left: 15px;
	margin-right: 0;
	margin-top: 0;
}

.align_left {
	float: left;
	margin-left: 0;
	margin-right: 15px;
	margin-top: 0;
}

.align_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*animate########################################################*/

.animate {}

.animate.scroll {
	position: relative;
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate(0px, 30px);
	-webkit-transform: translate(0px, 30px);
	-o-transform: translate(0px, 30px);
	-ms-transform: translate(0px, 30px);
	transform: translate(0px, 30px);
}

.animate.in-view {
	opacity: 1;
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
/*video bg########################################################*/
	.video-container{
	position: relative;
	width: 100%;
	height: 100vh;
	text-align: center;
	overflow: hidden;
	}
	
	.video-background {
	position: fixed;  
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	 height: auto;
	 z-index: -100;
	}	

.flex {
	display: flex;
}

/*column-count */
.cc p {
	/*fix column text*/
	display: inline-block;
}

/*column-count p*/
.cc2 {
	column-count: 2;
}
/*order --------------*/
.col.order1 {
	order: 1;
	border: 1px solid red;
}

.col.order2 {
	order: 2;
}

.col.order3 {
	order: 3;
}

.col.order4 {
	order: 4;
}

.col.order5 {
	order: 5;
}
.mtop40{
margin-top: 40px;	
}

/* ==========================================================================
   navigation
   ========================================================================== */

/*off-canvas#################################################################*/

.toggle-nav {
	float: right;
	cursor: pointer;
}

.off-canvas-toggle {
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
	cursor: pointer;
	color:#1B3B6F;
}

.off-canvas-container {
	display: none;
}

.off-canvas-container.show {
	position: absolute;
	cursor: default;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
	display: block;
}

/*nav#########################################################################*/

.nav{
	z-index: 9999;
	/*position: relative;*/
	background: #fff;
	width: 100%;
	padding: 10px;
	font-size: 1em;
	height: 40px;
}

.toggle-nav {
	float: right;
	cursor: pointer;
	display: none;
}

.off-canvas-toggle {
	position: absolute;
	top: 75px;
	right: 20px;
	font-size: 1.2em;
}

/* navigation level1#########################################################*/

.topnav {
	float: left;
	position: relative;
	width: 100%;
	background: #1B3B6F;
	padding: 10px 20px 0 20px;
}

.topnav ul {
	margin-left: -40px;
	margin-top: -15px;
}

.topnav ul li {
	float: left;
	margin-right: 20px;
	padding-bottom: 15px;
	list-style: none;
	font-weight: 400;
	font-size: 1em;
}

/*count*/
.topnav li span{
	display:none;
}

.topnav ul li:last-child {
	margin-right: 0;
}

.topnav ul li a {
	display: block;
	color: #fff;
}

.topnav ul li :hover,
.topnav ul li.active a {
/*color: red;*/
}

/* navigation level2#######################################################*/

.topnav ul li .submenu1{
	position: absolute;
	z-index: 500;
	left: -200%;
	top: 40px;
	opacity: 0;
	transition:opacity  0.3s ease, top 0.5s ease;
	/*transition:top 1s ease;*/
}

.topnav ul li:hover .submenu1{
	position: absolute;
	z-index: 500;
	margin: 0;
	top: auto;
	top: 44px;
	left:0;
	background:#efefef;
	box-shadow: 0px 14px 31px 8px rgba(0,0,0,0.25);
	width: 100%;
	padding: 20px;
	opacity: 1;
}

.topnav .l2{
	margin: 0;
	width: calc(100% / 3);
	float: left;
	font-size: 1em;
	padding-bottom: 0;
}

.topnav .l2 a{
	color: #1B3B6F;
	font-weight: 400;
}

.topnav .submenu2{
	margin-top:10px; 
}
.topnav .l3{
	clear: both;
	width: 100%;
	font-size: 1em;
	padding-bottom: 0;
}

.topnav .l3 a{
	color: #444;
	font-weight: 300;
}

.topnav .l3 a:hover{
	color: #1B3B6F;
}

.topnav .link-fuer-haendler{
float: right;
}

.nav-sortimente-teaser{
	margin: 10px 0;
	color: #1b3b6f;
	font-weight: 300;
	display: inline !important
}

/*aside-kategorien menu#######################################################*/
.aside-kategorien{
	margin-left: -20px;
	padding-right: 20px;
}
.aside-kategorien li{
	list-style: none;	
}
/*count*/
.aside-kategorien li span{
	color:#bcc0c6;	
}

.aside-kategorien li.l1, .aside-kategorien li.active.l1{
	font-weight: 400;
	margin-bottom: 20px;
}
.aside-kategorien li.l2,.aside-kategorien li.l3, .aside-kategorien .nav-magazine li{
	font-weight: 300;
	margin: 5px 0 5px -30px;
}

.aside-kategorien .m_raeume, .aside-kategorien .m_sortimente{
	border-top: 1px solid #1B3B6F;
	padding-top: 10px;
}

.aside-kategorien .submenu2{
	display: none;	
}
.aside-kategorien .submenu2.active_sub{
	display: block;
}

.aside-kategorien .submenu-2-active a, .aside-kategorien .nav-magazine li.active a{
color:#b90f3b;
}

 .aside-kategorien  .l3  a{
	color: #1B3B6F;
 } 
 
 .aside-kategorien .submenu-3-active a{
	color:#b90f3b!important;
}

.aside-kategorien .sortiment-ul li.active a{
	/*color:#b90f3b;*/
}

/*page magazin############################*/
.page-magazin .aside-kategorien li{
margin: 5px 0 5px 0;
}
 .page-magazin .aside-kategorien .active a{
	color:#b90f3b!important;
}
/*page kuechen ###########################*/
.main.page-kuechen .aside-kategorien li{
	font-weight: 300;
	margin: 5px 0 5px 0;
}

.category-banner{
	margin-top: 40px;
	margin-left: 20px;
}

.category-magazin-prospekte{
	margin-top: 40px;
	margin-left: 20px;
}

.category-magazin, .category-prospekte{
	border:1px solid #eee;
	border-top: none;
	padding-bottom: 20px;
}

.category-magazin-prospekte h3{
	color:#1B3B6F;
	font-size: 0.9em;
	text-transform: uppercase;
	line-height: 0.9em;
	background: #f0f3f7;
	padding:  10px;
	border-top: 1px solid #1B3B6F;
}
.category-magazin-prospekte h4{
	margin-top: 0;
	color:#1B3B6F;
	font-size: 1.2em;
	padding:  0 10px;
}

.category-magazin-prospekte p{
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 0;
	font-size: 0.9em;
}
.category-magazin-prospekte img{
	width: 100%;	
}

.category-magazin-prospekte a{
	font-weight: 400;
	margin-left: 10px;
}

/*mobile menu#################################################################*/
.mobilnav{
	z-index: 600;
	height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #fff;
	padding: 10px;
	position: fixed;
	left: 0;
	top:0;
	width:300px;
	display:block;
	-webkit-transform:  translateX(-500px);
	transform: translateX(-500px);
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
	box-shadow: 0px 8px 8px 8px rgba(0,0,0,0.1);
}

.mobilnav.show{
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mobilmenu {
	padding-bottom: 40px;
}

.mobilmenu li{
	margin-left: -20px;
	margin-bottom: 10px;
	list-style: none;
	font-weight: 400;
}
/*count*/
.mobilmenu li span{
	color:#bcc0c6;	
}

.mobilmenu .submenu2{
	margin-top: 10px;
	display: none;
}

/*level2#################*/
.mobilmenu li ul {
	font-weight: 300;
	margin-left: -20px;
}

.mobilmenu li ul li{
	font-weight: 300;
}
.mobilmenu .l2 a{
	border-bottom: 1px solid #e3e3e3;
	width: 100%;
	display: inline-block;
}

.mobilmenu .submenu1 .l2{
	margin-top: 10px;
	position: relative;
	
}
.mobilmenu .submenu1 .l2 .fa-plus{
	position: absolute;
	top:-10px;
	right:0;
	color: #1b3b6f;
	transition: transform 0.15s;
	cursor: pointer;
	padding: 10px
}

.mobilmenu .submenu1 .l2 .fa-plus.show{
    transform: rotate(45deg);
}

/*level3#################*/
.mobilmenu .submenu2 {
	margin-bottom: 40px;
}

.mobilmenu .l3{
margin-left: 0;
}

.mobilmenu .l3 a{
	border: none;
}

/* ==========================================================================
   custom styles
   ========================================================================== */

html,
body {
	height: 100%;
	
}

html {
	box-sizing: border-box;
}

body{
	font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size:16px;
	line-height: 1.5;
	font-weight: 300;
	padding: 0;
	height: 100%;
	background: #efefef;
	color:#222;
	overflow-y: scroll;
}
button, input, optgroup, select, textarea{
	font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: 300;
}

input, select{
  border: 1px solid #ccc;
  background: #fff;  
}

.slider {
	width: 100%;
}

.slider img {
	width: 100%;
}

.swiper-button-prev, .swiper-button-next{
	display: none;
}

.slidertext{
	position: absolute;
	z-index: 1000;
	left:5%;
	top:-100%;
	background: rgba(255,255,255,0.8);
	padding: 0 20px;
	opacity: 0;
}

.swiper-slide-active .slidertext{
	animation-name: fadeInDown;
	animation-duration: 2s;
	opacity: 1;
	top:5%;
}

.swiper-slide-prev .slidertext{
	animation-name: fadeOut;
	animation-duration: 1s;
	top:5%;
}

.swiper-slide-active .slidertext{
	animation-name: fadeInDown;
	animation-duration: 2s;
	opacity: 1;
}

.slidertext .slidertext1{
	color: #5d5757;
	font-size: 1.5em;
}
.slidertext .slidertext2{
	margin-top: -20px;
	color: #1b3b6f;
	font-size: 1em;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}


/*fix ie 11 flex footer to bottom wrapper-&gt;container*/

.wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.wrapper.show{
	position: fixed;
}

.button-fuer-haendler{
	position: absolute;
	top:0;
	right:10px;
	z-index: 99;

}
.button-fuer-haendler a{
	padding: 5px 10px;
	background: #1B3B6F;
	text-transform: uppercase;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 4px 10px 0 rgba(0,0,0,0.3);
	border: none;
	color: #fff;
	float: right;
	cursor: pointer;
}
.wrapper-header{
	display: flex;
	background: #fff;
}

.wrapper-nav{
	display: flex;
	width: 100%;
	background: #1B3B6F;
	margin-bottom: -6px;
}
.wrapper-main{
	width: 100%;
	background: #efefef;
}

.container {
	/*min-height: 100vh;*/
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	flex-direction: column;
	height: 100%;
	position: relative;
	background: #fff;
}

.view-kategorie .container {
	max-width: 1900px;
}
.container-header, .container-nav {
	/*min-height: 100vh;*/
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
 .container-nav {
	background: #1B3B6F
 }

.header {
	margin: 20px auto;
	flex-direction: column;
	position: relative;
}

.header h1 {
	margin: 0;
	color: #1B3B6F;
}

.header-logo{
	margin: 0 20px;	
}

.header-slogan{
	font-size: 3.5em;
	color:#1B3B6F;
	/*margin: 10px 0 30px 105px;*/
	margin: 10px auto;
	text-align: center;
}

.header a {
	color: #444;
}

 .search{
	position:absolute;
	right:10px;
	top:0;
}

.search button{
	border:none;
	background: none;
	font-size: 1.5em;
	color: #1B3B6F;
	cursor: pointer;
}
.search input{
	padding: 5px;
	border: 1px solid #efefef;
	color: #1B3B6F;
}
.search input:focus{
  outline: none !important;
  border: 1px solid #ccc;
}

.searchmobil{
	position: relative;
	float: left;
	margin: 10px 0 20px 30px;
	width: 100%;
}
.searchmobil input{
	width: 200px
}
.searchmobil button{
	position: absolute;
	right: 20px;
}

.searchmobil button i{
	font-size: 0.8em;
}

.swiper-container-home {
  width: 100%;
  height: auto;
}
.swiper-container-home img{
  width: 100%;
  height: auto;
}

.banner-home{
  margin-top: 10px;
  margin-bottom: 40px;
}

.banner-home img{
	width: 100%;
}

.maincontent{
padding:10px 40px;
}

.mainheadline{
	clear: both;
	color: #1B3B6F;
	border-bottom: 1px solid #1B3B6F;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 300;
}
.content {
	padding: 0;
	font-size: 1em;
}

.content h2 + h3{
	margin-top: -15px;
	font-weight: 300;
}

.content h1 + h4{
	margin-top: -15px;
	font-weight: 300;
}

.breadcrumb{
margin-bottom: 10px;	
}

.breadcrumb ul{
	margin:-10px 0 0 -40px;
	font-size: 0.8em;
}
.breadcrumb ul li{
	float: left;
	list-style: none;
}

.breadcrumb ul li a{
}

.prev-next{
	margin-top: 10px;
	padding: 10px 0;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
}

.next{
	float: right;
	text-align: right;
}
/*kÃ¼chen ausstellung*/
.toppage-content{
margin-top: 40px;
margin-bottom: 40px;	
}

.content h1{
	color:#1B3B6F;
}

.prefooter{
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 40px;
	/*margin-left: -10px;*/
	padding:20px 40px 20px 20px;
}

.prefooter .col {
	display:flex;
	flex-direction:row;
}

.prefooter .box{
	padding-left:20px;
	padding-bottom: 20px;
}

.prefooter .box .box-inner{
	border: 1px solid #eee;
	border-bottom: 2px solid #748386;
	background: #F2F4F8;
	background: linear-gradient(to bottom,  #f2f4f8 80% ,#f9fafc 100%);
}

.prefooter .box .box-inner .image{
	
}
.prefooter .box .box-inner .text{
	margin-top: 20px;	
}

.prefooter .box .box-inner .text li{
	margin: 0 0 10px -20px;
	list-style: none;
	
}
.prefooter .box .box-inner .text li:before{
	font-family: "Font Awesome 5 Free";
   display: inline-block;
   padding-right: 10px;
   vertical-align: middle;
   font-weight: 900;
   color: #748386;
}

.prefooter .box .box-inner .text li a{
	font-weight: 400;
}

.prefooter .box-3 .text li{
	margin: 0 0 0 -20px !important;
}

.box-1 li:before, .box-2 li:before {
   content: "\f105";
}

.box-3 li:before {
   content: "\f00c";
}

.totop {
	clear: both;
	float: right;
	margin: 15px 10px 20px 0;
}

.totop .fa-angle-double-up {
	margin: 4px 0 0 9px;
	font-size: 1.5em;
}

.footer {
  display: block;
	clear: both;
	border-top: 1px solid #eee;
	color: #eee;
	margin: 20px 0 0 0;
  padding-bottom: 100px;
  background: rgb(237,237,237);
  background: linear-gradient(180deg, rgba(237,237,237,0.5) 0%, rgba(255,255,255,1) 100%);
 
}
.footernav{
  display: inline-block;
}
.footernav li{
	float: left;
	list-style: none;
	padding: 5px 20px;
}
.footernav li a{
	color: #1B3B6F;
	font-weight: 400;
}
.footernav li a:hover{
	color: #444;
}

/*datenschutz einsellungen*/
.cookie-conf{
	position: fixed;
	z-index: 9998;
	right:-78px;
	bottom: 10px;
	background: rgba(255,255,255,0.8);
	border: 1px solid #ddd;
	color: #444;
	padding: 2px;
	font-size: 0.8em;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s  ease;
	-o-transition: all 0.2s  ease;
	-ms-transition: all 0.2s  ease;
	 transition: all 0.2s  ease;
}
.cookie-conf:hover{
	right:2px;
}

.cookie-conf i{
	margin-right: 5px;
}

/*home*/
.boxen-links{
	margin: 40px 0 40px -40px;
	width: calc(100% + 40px);
}
.boxen-links .innerbox{
	margin: 0 0 40px 40px;
  border:1px solid #eee;
}
.boxen-links .innerbox .title{
	display: inline-block;
	width: 100%;
	color: #fff;
}

.boxen-links.light .innerbox .title{
	background: #462b54;
}

.boxen-links.dark .innerbox .title{
	background: #353535;
}

.boxen-links .innerbox .title p{
	padding: 12px 0 0 10px;
	line-height: 1em;
	font-weight: 400;
}
.boxen-links .innerbox .image{
	position: relative;
}
.boxen-links .innerbox .image .img{
  width: 100%;
  height: 193px;
  max-height:100%; 
  overflow: hidden;
}

.boxen-links .innerbox .image img{
	width: 100%;
  transition: all 1s ease-in-out;
}

.boxen-links .innerbox:hover .image img{
	filter:sepia(20%);
  width: 105%;
  max-width: 105%;
}

.boxen-links .innerbox .link{
	left:0;
	bottom:0;
	width: 100%;
	padding: 5px 10px  0px 10px;
  background: #f6f7fa;
	text-transform: uppercase;
  color:#1b3b6f;
	font-weight: 400;
	font-size: 1.2em;
}

.boxen-links .innerbox .link span{
	transition: all 0.2s ease-in-out;
}

.boxen-links .innerbox:hover  .link span{
  color: #353535;

	margin-left: 10px;
}
.seotext{
	font-size: 0.9em;	
	
}

/*hÃ¤ndler / suche / map*/
.haendlersuche{
	border: 1px solid #1B3B6F;
	margin: 20px 0;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
	padding: 20px;
}

.haendlersuche label{
	color: #1B3B6F;
	font-weight: 400;
}
.haendlersuche input, .haendlersuche select{
	padding: 5px;
	width: 90%;
	height: 40px;
}

.haendlersuche .searchbutton{
	text-align: center;
	max-width: 200px;
}

.haendlersuche .searchbutton input{
	margin-top:17px; 
	background: #1B3B6F;
	text-transform: uppercase;
	border-radius: 5px;
	border:none;
	color: #fff;
	float: right;
	cursor:pointer;
}

.mapcontainer{
 position: relative; 
}

.maploader{
   display: flex;
  align-items: center;
  justify-content: center;
   width: 100%;
   position: absolute;
    height:100%;
    background: rgba(255,255,255,0.8);
    z-index: 99;
}

.maploader .loader {
  border: 16px solid #bcc0c6;
  border-top: 16px solid #1b3b6f; 
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
}

.map-ds{
  position: absolute;
  top:0;
  left:0;
  padding: 20px;
  z-index: 99;
  background: #fff;
  margin: 1px;
}
.map-ds a{
  font-weight: bold;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.haendlermap{
	width: 100%;
	min-height: 600px;
	border: 1px solid #1B3B6F;
}

.h-umkreis{
	margin-bottom: 20px;
}

.haendlerbox{
	padding: 5px;
}

.haendler{
	position: relative;
	padding: 10px 20px 20px 20px;
	border: 1px solid #F2F4F8;
	border-bottom: 2px solid #748386;
	box-shadow: 0px 4px 10px 0 rgba(0,0,0,0.1);
	height: 100%;
}

.haendler h3{
	margin: 10px 0;
}

.haendler .haendlerlogo{
	width: 100%;
	height:auto;
	max-height: 50px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.haendler .haendlerlogo img{
	height: auto;
	max-height: 50px;
}

.haendler .namenszusatz{
	display: block;
	margin-top: -10px;	
}
.haendler .entfernung{
	display: block;
	margin-top: 10px;	
}

.h-sortiment,.h-sortiment-ul{
  font-size: 0.85em;
}

.haendler ul{
	margin-top: -10px;
	margin-bottom: 40px;
}

.haendler li{
	color: #1B3B6F;
	margin-left: -25px;
	list-style:square;
}

.haendler .profil-link a{
	padding: 5px 10px;
	margin-top: 15px;
	border-radius: 5px;
	background: #1B3B6F;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	display: block;
	position: absolute;
	bottom:10px;
	left: 10px;
	font-weight: bolder;
}

/*Ã¼bersichtsseite mÃ¶belwelt*/
.cat-image{
	margin-top: 40px;
}
.cat-image-moebelwelt img{
	width: 100%;
}

/*pager*/
.MarkupPagerNav {
    clear: both;
    margin: 1em 0;
}
.pagination ul{
	margin: 0 0 20px -35px;
}

.MarkupPagerNav li {
	display: inline;
	list-style: none;
	padding: 0 0 5px 0;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: block;
	float: left;
	padding: 3px 9px;
	color: #1B3B6F;
	background: #f2f4f8;
	margin-right: 3px;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
	color: #c10230;
	text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavOn a{
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: inline;
	color: #777;
	padding-left: 3px;
	padding-right: 3px;
}

.produktlist{
	margin-left: -5px;	
}

/*kategorie image*/
.cat-image img{
	margin-top: -20px;;
}
.cat-image img{
	width: 100%;
}

/*produktkategorien*/
.produktlist .produkt{
	padding: 5px; 
}
.produktlist .produkt .produktcontainer{
	border: 1px solid #f2f4f8;
	box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.1);
	height: 100%;
}

.produktlist .produkt .produktcontainer:hover{
	box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.4);
}

.produktlist .produkt .produktimage{
	position: relative;
}

.produktlist .produkt .angebot-label{
	position: absolute;
	top:0;
	right:0;
	background: rgba(193,2,48,.9);
	width: 30px;
	height: 30px;
	color: #fff;
	display: flex;
  align-items: center;
  justify-content: center;
	font-size: 1.5em;
}

.produktlist .produkt .ausstellung{
	font-size: 0.8em;
	background:#f2f4f8;
	padding: 10px;	
}

.produktlist .produkt .textcontainer{
	padding: 0 10px 20px 10px;

}

.produktlist .produkt .textcontainer h2{
	font-size: 1em;
	font-weight: 300;
}

.produkt .preis{
	display: block;
	margin-bottom: 20px;
	font-weight: 400;
}
.produkt .preis .p1{
	font-weight: 300;
}

.produkt .alterpreis{
	display: block;
	text-decoration: line-through;
	float: left;
	margin-right: 10px;
	font-weight: 300;
}

.produkt .neuerpreis{
	display: block;
	color:#c10230;
	font-weight: 400;
	float: left;
}
.sort-limit-pagination{
	margin: 20px 0;

}
.sort-limit, .pagination{
	float: left;
}
/*produktdetailseite##########################################################*/
.produkt-h1{
	margin-bottom: 25px;
	font-size: 1.5em;
}

.produktimages{
	width: auto;
	width: 640px;
	display: flex;
	position: relative;
}
.produktimages .image{
	width: 640px;
	max-height: 480px;
	height:auto;
	text-align: center;
}

/*swiper hÃ¤ndler*/
.swiper-haendler .image{
	width: 340px;
	max-height: 240px;
	height:auto;
	text-align: center;
	background:#efefef;
}
.swiper-pagination{
	display: block;
	width: 100%;
	position: relative;
	height: 40px;
}

.swiper-pagination-bullet{
	margin: 0 4px;
}

.produktimages .image img{
	height:100%;	
}
.swiper-slide img{
	height:100%;
}

.produktpreis{
	position: absolute;
	bottom: -50px;
	left:0;
	z-index: 99;
}

.produktpreis .preis{
	display: inline-block;
	background: #F2F4F8;
	border: 1px solid #e2e2e2; 
	border-left: 3px solid #748386;
	padding: 10px 20px;
	margin-top: -10px;
	border-radius: 0 5px 5px 0;
	box-shadow: 0px 4px 10px 0 rgba(0,0,0,0.1);
	min-width: 200px;
}

.produktpreis .preis .abholpreis{
	font-weight: 300;
	font-size: 1em;
	
}

.produktpreis .preis .top-preis{
	color:#1B3B6F;
	
}
.produktpreis .preis .p2{
	font-weight: 400;
	font-size: 1.2em;
}

.produktbeschreibung .beschreibung{
	margin-top: 60px;
}

.produktbeschreibung .beschreibung ul{
	margin-top: -10px;
	margin-bottom: 40px;
}

.produktbeschreibung .beschreibung li{
	color: #1B3B6F;
	margin-left: -25px;
	margin-top: 5px;
	list-style: square;
}

.produkthaendler{
	margin: 20px 0;
}
.produkthaendler .strasse-ort{
	padding-bottom: 20px;
}

.produkthaendler .h-profil-link{
	font-weight: 400;
	position: absolute;
	left:20px;
	bottom:10px;
}


.produkthaendler .haendlerausstellung .fas{
	color:#1B3B6F;
	margin-right: 7px;
}

.produkthaendler .haendlerausstellung .profil-link a{
	margin-left: -10px;
	display: inline-block;
	position: relative;
}

.produkthaendler .haendlerausstellung .ausstellunghaendlerlogo{
	position: absolute;
	right:20px;
	top:20px;
}

/*haendlerprofil*/
.haendlerprofil{
	padding: 20px 0 40px 0;
}

.haendlerprofil .colg-map{
	border: 1px solid #eee;
	padding: 20px;
  position: relative;
}

.haendlerprofil .colhaendler{
	position:relative;
}

.haendlerprofil .haendlerbox{
	border: 1px solid #eee;
	padding: 20px;
	width: calc(100% - 20px);
	height: 100%;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1)
}

.haendler-logo{
	display: flex;
	max-width: 250px;
	height: 70px;
	margin-bottom: 20px;
}
.haendler-logo .image{
	
}
.haendler-logo img{
	max-height: 70px;
}

.haendlerprofil .hausname{
	margin-top: 0;
}
.haendlerprofil .hausname-small{
	margin-top: 0;
	font-size: 1em;
}

.haendlerprofil .fas{
	color:#1B3B6F;
	margin-right: 7px;
}

.haendlerprofil .tel-mail-oeffungszeiten{
	/*width: calc(100% - 20px);*/
	margin-top: 40px;
	border: 1px solid #eee;
	padding: 20px;
	background: #fefefe;
	background: linear-gradient(to bottom,#fefefe 0%,#eee 100%);
}

.haendlerprofil .oeffungszeiten{
	margin-top: 30px;
}

.haendlerprofil .oeffungszeiten .fa-clock{
	display: block;
	float: left;
	color:#1B3B6F;
	margin-right: 7px
}

.haendlerprofil .oeffungszeiten .h3-oeffungszeiten{
	float: left;
	color:#1B3B6F;
	margin-bottom: 10px;
	line-height: inherit;
	margin-top: -4px;
}

 .haendlerprofil .g-map{
	width: 100%;
	height: 420px;
 }
 
.haendlerprofil .g-map-links{
	margin-top: 10px;	
}

.anchor-beratungstermin{
	display: inline-block;
	margin-top: 20px;
	padding: 5px 10px;	
}
.anchor-beratungstermin:hover{
	color:#fff;
}

/*haendlersortiment*/
/*tabnavigation*/

.tabnav{
	width:100%;
	display: flex;
	background: #353535;
	padding: 0;
	margin-bottom: -20px;

}
.tabnav ul{
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.tabnav li{
	list-style: none;
	float: left;
	margin-left: 10px;
	height: 100%;
	padding: 5px 10px;
	background: #4f4f4f;
	border-radius: 5px 5px 0 0; 
}

.tabnav li.active{
	background: #eee;
	background: linear-gradient(to bottom,#fefefe 0%,#ddd 100%);
}
.tabnav li a{
	display: block;
	margin-bottom: 10px;
	color: #fff;
}

.tabnav li.active a{
	color: #353535;
}

.tabnavcontainer{
	border-bottom: 10px solid #353535;
  margin-bottom: 40px;
}

.tabnavcontainer .tab{
	display: none;
	background: #eee;
}
.tabnavcontainer .tab.active .tabcontainer{
	margin-top: 20px;
	border: 1px solid #eee;
}
.tabnavcontainer .tab.active h3{
	margin-left: 10px;
}

.haendlersortiment h3{
	margin: 20px 0 20px 0;
}

/*swiper*/
.swiper-haendler .swiper-slide{
	border:1px solid #eee;
}

.swiper-haendler .swiper-title{
	position: absolute;
	bottom: -16px;
	background: rgba(255,255,255,0.9);
	padding: 10px 20px;
	width: 100%;
}

.swiper-haendler .swiper-pagination-bullets{
	bottom:1px !important;
}

.swiper-haendler .swiper-button-disabled{
	height: 0;
}

.tabschienen .schiene-haendler-row{
	margin: 10px 10px 30px 0;
	width: calc(100% - 10px);
}

.tabschienen .schiene-haendler-row .schiene-haendler{
	margin-top: 10px;
}
.tabschienen .schiene-haendler-row .schiene-haendler .image{
	background: #fff;
	margin-left: 10px;
	padding: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tabprospekte .prospekte {
	margin: 10px 10px 30px 10px;
	width: calc(100% - 20px);
}

/*kontaktform*/
.beratungstermin{
	margin-top: 80px;
	background: #eee;
	padding: 20px;
	background: linear-gradient(to bottom,#fefefe 0%,#eee 100%);
	border:1px solid #eee;
}

.kontaktform-haendler{
	display: block;
}
.kontaktform-haendler label{
	margin: 20px 0 10px 0;
	display: inline-table;
}

.kontaktform-haendler input, .kontaktform-haendler textarea{
	width: 60%;
	padding: 5px;
}

.kontaktform-haendler .InputfieldDatetime input{
	width: auto;
}

.kontaktform-haendler .datenschutz{
  	width: 100%;
}

.kontaktform-haendler i{
	display:none;	
}
.kontaktform-haendler button, .kontaktformular .button{
	padding:10px;
}
.kontaktform-haendler #wrap_InputfieldCheckbox7 label{
	display: inline;
}
.kontaktform-haendler #wrap_InputfieldCheckbox7,.kontaktform-haendler #InputfieldMarkup8{
	float: left;
	margin: 20px 0;
}

.kontaktform-haendler #InputfieldMarkup8{
	width: calc(100% - 50px);
	margin-left: 10px;
}

/*prospekte*/
.prospekte{
}

.prospekt{
	text-align: center;
	/*max-height: 350px;*/
	margin-bottom: 20px;
}

.prospekt .image{
	margin-right: 20px;
	border: 1px solid #eee;
	padding: 10px;
	background: #fff;
  height: 100%;
}

.prospekt .image img{
	box-shadow: 0px 4px 10px 0 rgba(0,0,0,0.1);
	max-height: 350px;
	height:auto;
}

.prospekt-moebelwelt .image img{
	max-height: 250px;
}
/*magazine*/
.interest-h3{
	color:#1B3B6F;
	margin-top: 80px;
}
.magazine{
	
}

.magazine .pagination {
	margin: 10px 0 10px -3px;
}

.magazine .magazin{
	margin: 20px 0;
	position: relative;
}

.magazine .magazin .magazinbild img{
	border:1px solid #eee;
	width: 100%;
	max-width: 800px;
}

.magazine .magazin .magazintext{
	position: relative;
	left: 0;
	right:0;
	bottom: 0;
	box-shadow: none;
	border: 1px solid #eee;
	border-top: none;
	max-width: 800px;
	padding: 10px 20px;
}

.magazine-interest{
	margin: 40px 0;	
}
.magazine-interest .magazin{
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.magazine-interest .magazinbild{
	margin: 10px 0;	
}
.magazine-interest .magazinbild img{
	box-shadow: 0px 4px 10px 0 rgba(0,0,0,0.3);
}
.magazine-interest .magazintext{
	padding: 0 0 20px 20px;
}

.magazintext .magazintitle{
	font-size: 1.2em;
	display: block;
	margin-bottom: 10px;
}

.magazintext .magazin-mehr-erfahren{
	font-weight: 400;
}

/*magazin swiper*/
.magazin-images{
	width: 630px;	
}

.swiper-magazin{
	max-height: 418px;
	overflow: hidden;
}

.swiper-magazin .image{
	max-height: 480px;
	height:auto;
	text-align: center;
}

.swiper-magazin .image img{
	height: 100%;
}

.schienen .schiene-logo{
	display: block;
	float: right;
	max-width: 150px;
	max-height: 80px;
	margin-top: -110px;
}

.schienen  .swiper-container{
	padding-bottom:30px;
}
.schienen  .swiper-container{
	padding-bottom:30px;
}
.schienen  .swiper-container .swiper-pagination{
	margin-top: 10px;
}

/*Kontakt*/
.kontaktformular{
	margin-top: 40px;
	background: #eee;
	padding: 20px;
	background: linear-gradient(to bottom,#fefefe 0%,#eee 100%);
	border: 1px solid #eee;	
}

 .alert{
	font-weight:bold;
	color:#b90f3b;
	font-size: 1.5em;
}

 .mailok{
	font-weight:bold;
	color:#00b482;
	font-size: 1.5em;
}

.kontaktformular .c-webseite.hp{
	display: none;
}
.kontaktformular  label{
	font-weight:bold; 
	margin: 20px 0 10px 0;
	display: inline-table;
}
.kontaktformular  .input, .kontaktformular .textarea{
	padding: 10px 5px;
	width: 100%;
	max-width: 600px;
}
.kontaktformular .textarea{
	height: 250px;
	display: inline-block;
}

.kontaktformular  .required{
	margin-top: 20px;
	margin-bottom: 10px;
	display: inline-block;
	color:#1B3B6F;
}
.kontaktformular .requiredcheckbox{
	margin-bottom: 0;
}

.kontaktformular .checkboxdatenschutz{
	margin-top: 20px;
	display: inline-block;
}
.kontaktformular .checkboxdatenschutz{
	display: inline-block;
}
.gmap {
	margin: 40px 0 20px 0;
}

.gmap iframe{
	width: 100%;
	border:none;
}

/*sortiment*/
.sortiment{
	margin-left: -20px;
	width: calc(100% + 20px);
}

.sortiment .col{
	margin-bottom: 20px;
}

.sortiment .boxschiene{
	margin: 0 0 0 20px;
	/*height: 100%;*/
	border:1px solid #eee;
	
}

.sortiment .boxschiene.height100{
	height: 100%;
}

.sortiment .boxschiene .image{
	position: relative;
	height: 100%;
	max-height: 200px;
	overflow: hidden;
}

.sortiment .boxschiene .image img{
	object-fit: cover;
	width: 100%;

}
.sortiment .boxschiene .image .logo{
	position: absolute;
	right:0;
	top:0px;
	background: #fff;
	padding: 2px;
}

.sortiment .boxschiene .image .logo img{
	height: 50px;
}

.sortiment .boxschiene .image-text{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	padding: 0 10px;
	background: rgba(255,255,255,0.9);
}

.sortiment .boxschiene .image-text h3{
	font-size: 1em;
	line-height:0;
}
.sortiment .boxschiene .image-text h3{
	transition: all 0.2s ease-in-out;
}

.sortiment .boxschiene .image:hover .image-text h3{
	color:#1b3b6f;
	margin-left: 10px;
}

.sortiment .boxschiene .text{
	padding: 0 10px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 1640px) {}

/*#####################################################################*/
@media (min-width: 1200px) {
	.view-kategorie .produkt.col33{
		max-width: 25%;
	}
	.catnav{
	max-width: 300px;	
	}
	.slidertext .slidertext1{
	font-size: 1.6em;
	}
	.slidertext .slidertext2{
	font-size: 1.1em;
	}
}

@media (min-width: 1600px) {
	.view-kategorie .produkt.col33{
		max-width: 20%;
	}
	.slidertext .slidertext1{
	font-size: 2em;
	}
	.slidertext .slidertext2{
	font-size: 1.2em;
	}
}

@media (max-width: 1200px) {
	.container {
		width: 100%;
	}
	.wrapper-header{
		border-bottom:1px solid #eee;
		box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
		margin-bottom: 5px
	}
	.header-slogan{
		font-size: 2.5em;
	}
	.wrapper-nav, .search, aside{
		display: none !important;
		
	}
	.searchmobil{
		display: block !important;
	}

	.off-canvas-toggle {
		display: block;
	}
	.toggle-nav {
		display: block;
		margin-right: 0px;
		margin-bottom: 20px;
		color: #1B3B6F;
		font-weight: 400;
	}
	.main .col75{
		max-width: 100%;
		flex: 0 0 100%;
	}

	.sort-limit{
		
	}
	.pagination{
		clear: both;
		width: 100%;
		margin-top: 10px;
	}

}

/*#####################################################################*/

@media (max-width: 1024px) {
	
	.header-slogan{
		font-size: 2em;
	}
	.container,.main{
		padding-top:0; 
	}
	.breadcrumb{
		margin-top: 20px;
	}
	.maincontent h1{
		font-size: 1.6em;
	}
	.maincontent h2{
		font-size: 1.4em;
	}
	.maincontent h3{
		font-size: 1.4em;
	}
	.col25,
	.col33,
	.col50 {
		max-width: 50%;
		flex: 0 0 50%;
	}
	.produktimages, .produkt .produktimage img{
		width: 100%;
	}
		.prev-next{
	
	}
	.prev-next .col25{
		display: block;
		float: left;
		width: 25%;
		max-width: 25%;
	
	}
	.prev-next .col50.overview{
		width: 100%;
		display: block;
	}
  .boxen-links .innerbox .image .img{
  height: auto;
  }
  
  .boxen-links .innerbox .image img{
    transition: none;
  }
  .boxen-links .innerbox:hover .image img{
  width: 100%;
  }
  .boxen-links .innerbox .link{
    font-size: 1em;
  }
  
  
}

/*#####################################################################*/
@media (max-width: 768px) {
	body {
		overflow-x: hidden;
	}
	header{
		padding-top: 0;	
	}
	.header-slogan{
		font-size: 1.2em;
	}
	
	.container {
		width: 100%;
		padding: 0;
	}
	
	.maincontent h1{
		font-size: 1.4em;
	}
	.maincontent h2{
		font-size: 1.2em;
	}
	.maincontent h3{
		font-size: 1.1em;
	}
	.maincontent h1 + h4{
		font-size: 1em;
		margin-top: 0;
	}
	.maincontent h2 + h3{
		font-size: 1em;
		margin-top: 0;
	}
	
	.produktlist .produkt{
		margin-bottom: 40px;
	}
	.row {
		flex-direction: column;
		padding: 0;
		/*ie*/
		display: inline-block;
	}

	.col25,
	.col33,
	.col40,
	.col50,
	.col60{
		max-width: 100%;
	}

	.col.col-25,
	.col.col-50 {
		margin-left: 0;
	}
	.prev-next{
	margin-bottom: 20px;
	}
	.prev-next .col25{
		display: block;
		float: left;
		width: 50%;
		max-width: 50%;
	}
	.prev-next .col50.overview{
		width: 100%;
		display: block;
	}
	
	.rowimg1 {
		flex-direction: row;
		justify-content: space-between;
	}

	.rowimg2 {
		flex-direction: row;
		flex-flow: row wrap;
	}

	.maincontent {
		padding: 10px 20px;
	}
	
	.maincontent h1{
		font-size: 1.2em;
	}
	.maincontent h2{
		font-size: 1em;
	}
  	
	.haendlermap{
		min-height:400px; 
	}
	.swiper-button-prev, .swiper-button-next{
		display: none !important;
	}
	
	.swiper-haendler .swiper-pagination-bullets{
	display:none !important;
	}
	.haendler, .haendlersuche{
		padding: 10px 20px !important;
	}
	
	.haendlersuche .searchbutton input{
		float: left;
	}
	
	.rowimg1 .col,
	.rowimg2 .col {
		max-width: 50%;
	}

	.cc2 {
		column-count: 1;
	}
	.prefooter{
		margin-top: 20px;
		padding:20px 40px 20px 20px;
	}
	.prefooter .col{
		width: 100%;
		margin-bottom: 20px;
	}
	.prefooter .box-inner{
		/*margin-right: 20px !important;*/
	}
	.haendlerprofil .haendlerbox{
		width: 100%;
	}
	
	.haendlerprofil .colg-map{
		margin-top: 20px;
	}
	
	.kontaktform-haendler input, .kontaktform-haendler textarea{
	width: 100%;
	}
	.tabnav li{
	height: inherit;
	width: calc(50% - 15px);
	border-radius: 0;
	margin-bottom: 10px;
	}
	.tabnav li a{
	margin-top: 5px;
	}
	.beratungstermin{
	margin-top: 20px;
	}
	
	.magazine-interest .magazintext{
	margin-left: 0;
	margin-top: 20px;
	padding-left: 0;
	}
	
	.magazin-images{
		width: 100%;
	}
	
	.prospekt{
		max-height: inherit;
	}
	.prospekt .image{
		margin-right: 0;
		margin-bottom: 10px !important;
		display: block;
	}
	.pagination{
		margin-top: 20px;
	}
	
	.MarkupPagerNav li a{
		padding: 10px 12px;
	}
	
	.MarkupPagerNav li a, .MarkupPagerNav li.MarkupPagerNavSeparator{
		min-height: 35px;
	}
  .boxen-links .innerbox .link{
    font-size: 1em;
  }
  .boxen-links .innerbox .image .img{
   height: 130px; 
  }
  .map-ds{
    position: relative;
  }
}
/*#####################################################################*/
@media (max-width: 568px) {
	.boxen-home {
	margin-top: 20px;
	}
	.tabnav li a{
	font-size: 0.9em;
	}
	.slidertext{
		display: none;
	}
  .boxen-links .innerbox{
    margin: 0 0 20px 40px;
  }
  
	.sortiment .boxschiene .image{
	height: auto;
	}
	.boxen-links .innerbox .image .img{
   height: 110px; 
  }
	.footernav li{
	padding: 5px;	
	}
	.button-fuer-haendler{
	right:0;
	}
	.button-fuer-haendler a{
		font-size: 0.8em;
		padding: 2px 5px;
	}
	.produkthaendler .search-h-profil-link{
		bottom: 0;
	}
	.ausstellunghaendlerlogo{
		
	}
	.ausstellunghaendlerlogo{
		width: auto;
		margin: 40px auto;
		text-align: center;
		position: relative !important;
		display: block;
		top: inherit !important;
		right:inherit !important;
	}
	.ausstellunghaendlerlogo img{
		max-width: 200px;
	}
	.prefooter ul{
		margin-left: -10px;
	}
}
/*#####################################################################*/
@media (max-width: 360px) {
	.header-logo{
		margin-top: 40px;
	}
	.tabnav li{
	width: calc(100% - 15px);
	}
	.tabnav li a {
		margin: 0;
	}
	.cookie-conf{
	/*bottom:0;	*/
	}
	
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
	display: none !important;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.clearfix:after {
	clear: both;
}

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}</pre></body></html>