/*
Theme Name: Woertz
Theme URI: http://www.woertz.ch
Author: Woertz AG
Author URI: http://www.woertz.ch
Description: Theme für Woertz
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: purple, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: woertz

Woertz WordPress Theme © 2011-2014 Fox Computers
Woertz is distributed under the terms of the GNU GPL
*/

/* Langmenu */
		.menu-item-wpml-ls-33615-de-de {
			display: none;
		}
		.menu-item-wpml-ls-33615-fr-fr {
			display: none;
		}
		.menu-item-wpml-ls-33615-it-it {
			display: none;
		}	
		.menu-item-wpml-ls-33615-en-uk {
			display: none;	
		}
		.menu-item-wpml-ls-33615-en-us {
			display: none;	
		}

@font-face {
    font-family: 'TradeGothic';
    src: url('fonts/TradeGothic.eot');
    src: url('fonts/TradeGothic.eot?#iefix') format('embedded-opentype'),
         url('fonts/TradeGothic.woff2') format('woff2'),
         url('fonts/TradeGothic.woff') format('woff'),
         url('fonts/TradeGothic.ttf') format('truetype'),
         url('fonts/TradeGothic.svg#TradeGothic') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'TradeGothicLTStdBd2';
    src: url('fonts/TradeGothicLTStdBd2.eot');
    src: url('fonts/TradeGothicLTStdBd2.eot?#iefix') format('embedded-opentype'),
         url('fonts/TradeGothicLTStdBd2.woff2') format('woff2'),
         url('fonts/TradeGothicLTStdBd2.woff') format('woff'),
         url('fonts/TradeGothicLTStdBd2.ttf') format('truetype'),
         url('fonts/TradeGothicLTStdBd2.svg#TradeGothicLTStdBd2') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('fonts/sourcesanspro-semibold-webfont.eot');
    src: url('fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}

.alignright {
	float:right;
	margin:0 0 15px 20px;
}
.alignleft {
	float:left;
	margin:0 20px 15px 0;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img {
	max-width:100%;
	height:auto;
}
a {
	outline:none;
}
.wsp-pages-title {
	display:none;
}

#wrapper {
	width:100%;
	max-width:1920px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
}
#header {
	width:100%;
	position:fixed;
	top:0;
    left:0;
	background:#fff;
	z-index:99999;
}
#header.shrink {
  height:80px;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  border-bottom:1px solid #211261;
}
#header.shrink #logo {
	margin:18px 0 18px 4.6875%;
}
#header.shrink #logo img {
	max-height:41px;
	width:auto;
}
#header.shrink #menu {
	margin:45px 70px 0 0;
}
#header.shrink #top-menu {
	top:15px;
}

#logo {
	margin:25px 0 25px 4.6875%;
	display:inline-block;
}

#top-menu {
	display:inline-block;
	position:absolute;
	top:25px;
	right:70px;
}
#top-menu ul li {
	float:right;
	margin:0 0 0 5px;
	position:relative;
}
#top-menu ul li a {
    font-family: 'source_sans_prosemibold';
	font-size:14px;
	color:#211261;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 0 0 5px;
}
#top-menu ul li a:hover, #top-menu ul li.current-menu-item a {
	color:#998aba;
}
#top-menu div {
	display:inline-block;
	margin-left:20px;
}

#menu {
	display:inline-block;
	float:right;
	margin:65px 70px 0 0;
}
#menu ul li {
	float:left;
	margin:0 0 0 30px;
	position:relative;
	white-space: nowrap;
}
#menu ul li a {
    font-family: 'source_sans_prosemibold';
	font-size:20px;
	color:#211261;
	text-decoration:none;
	text-transform:uppercase;
}
#menu ul li a:hover, #menu ul li.current-menu-item a, #menu ul li.current-menu-item .sub-menu li a:hover, #menu ul li.current-menu-ancestor a, #menu ul li.current-menu-ancestor .sub-menu li a:hover, #menu ul li.current-menu-ancestor .sub-menu li.current-menu-item a {
	color:#998aba;
}
#menu ul li.current-menu-item .sub-menu li a, #menu ul li.current-menu-ancestor .sub-menu li a {
	color:#211261;
}
#menu ul li .sub-menu {
	display:none;
}
#menu ul li:hover .sub-menu {
	display:block;
	position:absolute;
	left:-15px;
	z-index:99999;
	padding:10px 15px;
	background:#fff;
}
#menu ul li:hover .sub-menu li {
	float:none;
	margin:0 0 5px 0;
}
#menu ul li .sub-menu li a {
    font-family: 'source_sans_proregular';
	font-size:18px;
	text-transform:none;
}

.bx-wrapper, #header-img, .map-frame {
	margin:104px 0 0 0;
}
.bx-wrapper.shrink, #header-img.shrink, .map-frame.shrink {
	margin:80px 0 0 0;
}

.flex-direction-nav a {
    background: none !important;
    height: 100px !important;
    margin: -50px 0 0 0 !important;
    width: 37px !important;
}
.flex-direction-nav .flex-prev {
    background:url(images/arrow-left.png) no-repeat !important;
	left:0 !important;
}
.flex-direction-nav .flex-next {
    background:url(images/arrow-right.png) no-repeat !important;
	right:0 !important;
}

#container {
	margin:0 auto;
	padding:0 0 30px 0;
	max-width:1180px;
}
.home #container {
	margin:0;
	max-width:100%;
}
.error404 #container {
	padding:0 0 200px 0;
}
.home #content {
	margin:0 auto;
	max-width:1180px;
}

.listen {
	margin-top:30px;
}

.home #content h1 {
	text-align:center;
	margin:0 0 20px 0;
}
.error404 #content h1 {
	margin:200px 0 20px 0;
}
#content h1 {
    font-family: 'TradeGothic';
	font-size:36px;
	color:#211261;
	margin:60px 0 20px 0;
	letter-spacing:1px;
}
#content h2 {
    font-family: 'TradeGothic';
	font-size:26px;
	color:#211261;
	margin:0 0 20px 0;
	letter-spacing:1px;
}
#content h3 {
    font-family: 'TradeGothicLTStdBd2';
	font-size:20px;
	color:#211261;
	margin:0 0 20px 0;
	letter-spacing:1px;
}
#content h4 {
    font-family: 'TradeGothicLTStdBd2';
	font-size:18px;
	color:#211261;
	margin:10px 0 5px 0;
	letter-spacing:1px;
}
#content p, .marker-info p {
    font-family: 'source_sans_proregular';
	font-size:18px;
	line-height:22px;
	color:#666;
	margin:0 0 20px 0;
}
.marker-info p {
	margin:0;	
}
#content a {
	color:#211261;
	text-decoration:none;
}
#content a.elementor-button-link {
	color:#fff;
}
#content a:hover {
	text-decoration:underline;
}
#content a.elementor-button-link:hover {
	text-decoration:none;
}
#content ul, #content ol {
	margin:0 0 20px 0;
	padding:0 0 0 20px;
}
#content ul li {
	list-style:square;
    font-family: 'source_sans_proregular';
	font-size:18px;
	line-height:22px;
}
#content ol li {
    font-family: 'source_sans_proregular';
	font-size:18px;
	line-height:22px;
	color:#666;
}

.marker-info h2 a {
    font-family: 'TradeGothicLTStdBd2';
	font-size:22px;
	line-height:24px;
	color:#211261;
	text-decoration: none;
}
.marker-info h2 a:hover {
	color:#998aba;
}
#content .news-box h3 {
    font-family: 'TradeGothic';
	font-size:16px;
	line-height:20px;
	color:#333;
}
.single #content .header h2 {
    color: #333;
    font-family: "TradeGothic";
    font-size: 18px;
    line-height: 24px;
}

.single-content, .sidebar-content {
	float:left;
	width:77.5%;
	margin:0 2.5% 0 0;
}
#sidebar {
	float:left;
	width:20%;
	margin:118px 0 0 0;
}
#sidebar h3 {
    font-family: 'TradeGothicLTStdBd2';
	font-size:20px;
	line-height:22px;
	color:#211261;
	margin:0 0 10px 0;
}
#sidebar .widget-container {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #211261;
}
#sidebar .widget-container a {
    font-family: 'source_sans_proregular';
	font-size:18px;
	line-height:22px;
	color:#211261;
	text-decoration:none;
}
#sidebar .widget-container a:hover {
	color:#998aba;
}

.responsive-map {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}
.responsive-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#nav-below {
	padding:20px 0;
}
#nav-below .nav-previous {
	float:left;
	width:50%;
}
#nav-below .nav-next {
	float:right;
	width:50%;
	text-align:right;
}
#nav-below .nav-previous a, #nav-below .nav-next a {
    font-family: 'source_sans_proregular';
	font-size:16px;
	line-height:20px;
	color:#211261;
	text-decoration:none;
}
#nav-below .nav-previous a:hover, #nav-below .nav-next a:hover {
	color:#998aba;
}

#footer {
	background:#211361;
}
#footer-inner {
	margin:0 auto;
	max-width:1180px;
}
#footer-inner p {
    font-family: 'source_sans_proregular';
	font-size:20px;
	line-height:22px;
	color:#fff;
	letter-spacing:1px;
}
#footer-inner a {
	color:#fff;
	text-decoration:none;
}
#footer-inner a:hover {
	text-decoration:underline;
}
#footer #copyright {
    font-family: 'source_sans_proregular';
	font-size:16px;
	color:#fff;
	margin:30px 0 0 0;
	padding:10px 0;
	text-align:center;
}
.faddress {
	float:left;
	width:60%;
}
.faddress .footer-logo {
	margin:0 0 20px 0;
}
.faddress .widget-container {
	float:left;
	width:33.3%;
	margin:60px 0 0 0;
}
.faddress .widget-container.address2 {
	margin:125px 0 0 0;
}
.fmenus {
	margin:80px 0 0 0;
	float:right;
	width:39%;
	border-left:1px solid #fff;
}
.fmenus .widget-container {
	float:left;
	width:50%;
}
.fmenus .widget-container:nth-child(2) {
	width:49%;
	border-left:1px solid #fff;
}
.fmenus .widget-container ul li {
	margin:0 15px 5px 15px;
}
.fmenus .widget-container ul li a {
    font-family: 'source_sans_proregular';
	font-size:24px;
	line-height:32px;
	color:#fff;
	text-decoration:none;
}
.fmenus .widget-container ul li a:hover {
	text-decoration:underline;
}
.fmenus .widget-container ul li .sub-menu {
	display:none;
}

.cat-box-prod, #prod-catalog, .article-info, .article-list, .tech-info, .other-info, .additional-info, .variations-info {
    font-family: 'source_sans_proregular';
	font-size:18px;
	line-height:22px;
	color:#666;
}
.additional-info, .variations-info {
	width:100%;
}
@media only screen and (max-width:1380px) {
#logo {
    margin: 35px 0 35px 20px;
}
#top-menu {
    right: 20px;
}
#menu {
    margin-right:20px;
}
}
@media only screen and (max-width:1320px) {
#menu ul li {
    margin: 2px 0 0 20px;
}
#menu ul li a {
    font-size: 18px;
}
}
@media only screen and (max-width:1220px) {
#container, .home #content, #footer-inner {
	margin:0 20px;
}
#menu ul li {
    margin: 2px 0 0 15px;
}
#logo {
	margin-top:45px;
}
#logo img {
	max-height:40px;
	width:auto;
}
}

@media only screen and (min-width:1080px) {	
#mobile-menu, #menu ul li.m-search, #mobile-lang {
	display:none;
}
.menu-menu-principal-container .menu-item-699 li, .menu-hauptmenue-it-container .menu-item-864 li, .menu-hauptmenue-it-container .menu-item-855 li, .menu-mainmenu-container .menu-item-328 li, .menu-mainmenu-container .menu-item-319 li {
	white-space:nowrap;
}
}
@media only screen and (max-width:1080px) {	
#header {
	position:fixed;
	top:0;
	background:#fff;
}
.bx-wrapper, #header-img {
	margin:53px 0 0 0;
}
#logo {
    margin:10px 20px 10px 0;
	float:right;
}

#header.shrink {
  height:52px;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  border-bottom:1px solid #211261;
}
#header.shrink #logo {
    margin:10px 20px 10px 0;
}
#logo img, #header.shrink #logo img {
	max-height:30px;
	width:auto;
}
.bx-wrapper.shrink, #header-img.shrink {
	margin:53px 0 0 0;
}

#menu, #top-menu {
	display:none;
}
#mobile-menu {
	display:block;
	position:absolute;
	top:13px;
	left:20px;
}
#mobile-lang {
	display:block;
	position:absolute;
	top:17px;
	left:50px;
}
#mobile-lang ul li {
	float:right;
	margin:0 0 0 5px;
	position:relative;
}
#mobile-lang ul li a {
    font-family: 'source_sans_prosemibold';
	font-size:14px;
	color:#211261;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 0 0 5px;
}
#mobile-lang ul li a:hover, #mobile-lang ul li.current-menu-item a {
	color:#998aba;
}

#menu-btn {
	cursor:pointer;
}
.single-content, .sidebar-content {
    margin: 0 2.5% 0 0;
    width: 72.5%;
}
#sidebar {
    width: 25%;
}
.faddress .widget-container {
    width: 50%;
}
.wpcf7-form textarea {
    max-width: 75%;
    width: 75%;
}
}
@media only screen and (max-width:768px) {
.flex-direction-nav a {
    background: none !important;
    height: 60px !important;
    margin: -30px 0 0 0 !important;
    width: 22px !important;
}
.flex-direction-nav .flex-prev {
    background:url(images/arrow-left-small.png) no-repeat !important;
	left:0 !important;
}
.flex-direction-nav .flex-next {
    background:url(images/arrow-right-small.png) no-repeat !important;
	right:0 !important;
}
#content h1 {
    margin: 30px 0 20px 0;
    font-size: 30px;
}
.faddress .widget-container {
    width: 50%;
}
.faddress, .fmenus {
    float: none;
    width: 100%;
	margin:0 0 20px 0;
}
}
@media only screen and (max-width:586px) {
#container, .home #content, #footer-inner {
	margin:0 10px;
}
#logo, #header.shrink #logo {
    margin: 10px 10px 10px 0;
}
#mobile-menu {
	left:10px;
	display:inline-block;
}
#mobile-lang {
	display:inline-block;
	left:40px;
}
#content h1 {
    font-size: 26px;
}
}
@media only screen and (max-width:480px) {
.faddress .widget-container, .fmenus .widget-container {
	float:none;
    width: 100%;
}	
.faddress .widget-container {
	margin:0;
	padding:60px 0 0 0;
}
.faddress .widget-container.address2 {
    margin: 20px 0 0 0;
	padding:0;
}
.fmenus {
    border-left: none;
}
.fmenus .widget-container:nth-child(2) {
    border-left: none;
	width:100%;
	margin:20px 0 0 0;
}
.fmenus .widget-container ul li {
    margin: 0 0 5px 0;
	text-align:center;
}
#footer-inner p {
	text-align:center;
}
#logo img, #header.shrink #logo img {
    max-height: 20px;
    width: auto;
	margin-top:5px;
}
}

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
#off-canvas {
	display:none;
}
#off-canvas.mm-opened {
	display:block;
}

.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
		
    font-family: 'source_sans_proregular';
	font-size:18px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: #fff;
      line-height: 20px;
      display: block;
      padding: 8px 10px 8px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

.mm-menu {
  background: #211361;
  color: #ffffff; }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: #ffffff; }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: #ffffff; }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: #ffffff; }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: #ffffff; }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 220px; }

  html.mm-opening .mm-slideout {
    -webkit-transform: translate(220px, 0);
    -moz-transform: translate(220px, 0);
    -ms-transform: translate(220px, 0);
    -o-transform: translate(220px, 0);
    transform: translate(220px, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(220px, 0);
    -moz-transform: translate(220px, 0);
    -ms-transform: translate(220px, 0);
    -o-transform: translate(220px, 0);
    transform: translate(220px, 0); } }

@media print {
#header, #header-img, h1, .entry-content p.search-infotext, form, #footer, .print-button {
	display:none !important;
}
.prod-img, .page-template-page-suche .prod-img {
    display: block;
    margin: 0 0 20px;
    position: relative;
    right: auto;
    top: auto;
}
}

.menu .disable {
	display:none;
	visibility:hidden;
}



#bc {
		list-style-type:none;
		clear:both;
		float:left;
		width:100%;
		padding:0 0 20px 0 !important;
		margin:0 !important;
}

#bc a {
	display:inline-block;
	word-break: break-all;
	font-size:12px;
}
#bc li {
	float:left;
	padding:0;
	list-style-type:none !important;
	line-height:12px !important;
}


/* Medizinische Versorg-Stuff Start */
.page-id-23008 #footer{display:none;}
.page-id-23008 h2{font-size:33px;}
.page-id-23008 a.elementor-button-link {
    color: #2F276B;
}
/* Medizinische Versorg-Stuff End */

.brlbs-cmpnt-cb-buttons a.brlbs-cmpnt-cb-btn {
    color: #ffffff !important;
}











