/*
Theme Name: Meri22
Author: kirschner webdesign
Author URI: https://kirschner-webdesign.com
Version: 1.0.0
Text Domain: block-theme
Domain Path: /languages/
*/

/* --------------------------------------------------------------
Reset
-------------------------------------------------------------- */


/* stylelint-enable selector-list-comma-newline-after */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 0 auto;
	word-wrap: break-word;
}

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}
 *, *::before, *::after {
 box-sizing: border-box;
}
article, aside, details, footer, header, main, nav, section {
	display: block;
}
table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
th, td {
	text-align: left;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus {
	transition: all 0.2s ease-in-out;
}

/* --------------------------------------------------------------
Elements
-------------------------------------------------------------- */
ul, ol {
 margin-top: 0;
 margin-right: 0;

}
ul {
	list-style: disc;
}
ul ul {
	list-style-type: circle;
}
ol {
	list-style: decimal;
}
.hide-sub {
	display: none !important;
}
img {
	height: auto;
	max-width: 100%;
}
a img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity:0.7;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
figure {
	margin: 0;
}
/* --------------------------------------------------------------
Links
-------------------------------------------------------------- */

 .teamgrid .wp-block-column a:hover {
	color: var(--wp--preset--color--secondary);
}

a:hover, a:active {
	outline: 0;
}
a:focus {
	outline: 0;
}
.entry-content p a, .entry-content td a, .entry-content figcaption a, .teamgrid a, .productgrid .wp-block-post-title a, .product-template ul a, .wp-block-file a {
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
transition: background-size .2s cubic-bezier(.5, 0, .1, 1);
	display: inline-block;
}
.entry-content p a:focus, .entry-content p a:hover, .entry-content td a:focus, .entry-content td a:hover, .entry-content figcaption a:focus, .entry-content figcaption a:hover, .teamgrid a:hover, .product-template ul a:hover, .wp-block-file a:hover {
	background-size: 100% 1px;
}
.productgrid .wp-block-post-title a:hover {
	text-decoration: underline;
}

    .wp-block-file:not(.wp-element-button) {
	font-size: var(--wp--preset--font-size--normal);
    }
h1, .entry-header .entry-title {

	letter-spacing: -0.02em;
}
h1.entry-title {
margin-top: 0;
}

.entry-header .entry-title a, .editor-post-title__input a {
	color: var(--wp--preset--color--primary);
}
.entry-header .entry-title a:hover {
	text-decoration: underline;
}

.pdfprnt-button{
	background-color: var(--wp--preset--color--primary)  !important;
	color: var(--wp--preset--color--white) !important;
	font-family: var(--wp--custom--font-family--primary);
	font-size: var(--wp--preset--font-size--normal);
	text-align: center;
	border-radius: 5px  !important;
width: 100%;
	font-weight: 500  !important;
	padding-top: 7px!important;
	padding-right: 20px!important;
	padding-bottom: 7px!important;
	padding-left: 15px!important;
}
.pdfprnt-button a{
	font-size: var(--wp--preset--font-size--medium) !important;
	color: var(--wp--preset--color--white) !important;

}

.pdfprnt-button:hover{
	background-color: var(--wp--preset--color--contrast-2) !important;

}
.pdfprnt-button img{
width: 40px;
}

/* Buttons - Misc
--------------------------------------------- */

a.goback {
	text-decoration: underline;
	color: #000;
}

 input[type="radio"] + label, input[type="checkbox"] + label, label ~ input[type="checkbox"] {
 width: auto;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
form.searchform {
	margin-top: 30px;
	max-width: 500px;
}
.searchform {
	position: relative;
}
.searchform .search-input {
	width: 100%;
	font-size: 16px;
}
.searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-color: var(--wp--preset--color--black);
	color: #fff;
	padding: 14px 15px;
	font-size: 15px;
}

.searchform .searchsubmit i {
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	vertical-align: top;
}
 @media (max-width: 1000px) {
 .searchform .searchsubmit i {
 line-height: 1;
}
}
 @media (max-width: 1000px) {
 .searchform .searchsubmit span {
 display: none;
}
}
.results-search {
	padding: 3% 5% 4% 5%;
	margin-top: 9%;
	box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1), 0 0 5px rgba(0, 0, 0, 0.07);
}
.search-no-results .results-search {
	margin-top: 5%;
}
.results-search h4 {
	font-size: 18px;
	font-weight: var(--wp--custom--font-weight--medium);
}
.results-search .searchform #s, .results-search .searchsubmit {
	font-size: 24px;
}
 @media (max-width: 1000px) {
 .results-search .searchform #s, .results-search .searchsubmit {
 font-size: 16px;
}
}
.results-search .searchsubmit {
	padding-top: 0;
	padding-bottom: 0;
}
.results-search .searchsubmit span {
	display: none;
}
form {
	display: inline-block;
	width: 100%;
}
.field-wrap {
	margin-bottom: 1.4em;
}
 @media (max-width: 1000px) {
 .field-wrap {
 margin-bottom: 1em;
}
}
select {
		font-family: var(--wp--custom--font-family--primary);
	padding-right: 45px;
font-size: 16px;
	margin: 0;
	vertical-align: baseline;
 *vertical-align: middle;
	width: 100%;
	-webkit-appearance: normal;
	box-sizing: border-box;
}

input[type="text"], input[type="email"], input[type="url"],  input[type="number"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="tel"], input[type="time"], input[type="month"], input[type="tel"], textarea, select, .select2-container .select2-selection--single {
	color: #111;
	background: #fff;
	box-sizing: border-box;
	-webkit-appearance: none;
	padding: 12px;
	border: solid 1px #444;
	transition: 0.1s ease-in-out;
	border-radius: 2px;
	width: 100%;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}
input[type="radio"] {
	-webkit-appearance: radio !important;
}
input[type="number"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="tel"], input[type="time"], input[type="month"], input[type="tel"] {
	width: auto;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus, select:focus {
	outline: none;
	box-shadow: inset 0 0 4px 2px #f4f8fb;
	border-color: #abb4bb;
	color: #272c30;
}
select {
	background: #fff url(images/angle-down.jpg) right no-repeat;
	background-size: 12px;
	background-position: right 15px top 15px;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
select:hover {
	border-color: var(--wp--preset--color--primary);
	cursor: pointer;
}
#page {
	padding-top: 110px;

}
 @media (max-width: 1000px) {
	 #page {
padding-top: 0px;
}
 select {
 background-position: right 15px top 17px;
}
}
 select::after {
 content: "x";
}
select[multiple] {
	background: none;
}
textarea {
	overflow: auto;
	padding: 10px;
	vertical-align: top;
}
fieldset legend {
	border-bottom: dotted 1px #d4dde5;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-weight: var(--wp--custom--font-weight--medium);
	font-size: 20px;
}
form label {
	display: inline-block;
	width: 100%;
	font-weight: var(--wp--custom--font-weight--medium);
}
#page .more-link {
	display: inline-block;
	color: var(--wp--preset--color--black);
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
#page .more-link:hover {
	color: var(--wp--preset--color--primary);
}
/* --------------------------------------------------------------
Menus
-------------------------------------------------------------- */
.menu-toggle {
	display: none;
}
 @media (max-width: 1000px) {
 .menu-toggle {
 display: block;
}
}
.button-toggle {
	background: none;
	padding: 0;
	color: #111;
	border: none;
}
 .button-toggle span:not(:first-child) {
 display: none;
}
.site-header .button-toggle:hover, .site-header .button-toggle:active, .site-header .button-toggle:focus {
	box-shadow: none;
	color: #111;
	background-color: transparent;
}
.drawer-menu-toggle {
	display: none;
}
 @media (max-width: 1000px) {
 .drawer-menu-toggle {
 display: inline-block;
}
}
.drawer-toggle-switch span:first-child {
	display: none;
}
.drawer-toggle-switch span:last-child {
	display: block;
}
.main-navigation {
	display: inline-block;
	width: 80%;
}
 @media (max-width: 1000px) {
 .main-navigation {
 display: none;
}
}
.top-navigation .main-navigation {
	display: inline-block;
	width: 100%;
}
 @media (max-width: 1000px) {
 .top-navigation .main-navigation {
 display: none;
 border-bottom: none;
}
}
.site-header .container {
	display: block;
}
.search-results .browsing {
	display: none;
}
.top-navigation {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 10;
}
.top-navigation-left {
	display: inline-block;
}
@media (max-width: 1000px) {
 .top-navigation .container {
 float: right;
}
 .top-navigation-left {
 display: none;
}
}
.main-navigation a:hover {
	color: var(--wp--preset--color--primary);
}
.main-navigation ul {
	margin: 0;
	padding-left: 0;
}
.main-navigation ul li {
	display: inline-block;
	list-style-type: none;
}
.main-navigation ul li:first-of-type {
	padding-left: 0px;
}
.main-navigation ul li a {
	font-weight: var(--wp--custom--font-weight--regular);
	color: #222;
	display: inline-block;
	margin: 0;
	line-height: 2;
	padding-right: 22px;
	padding-left: 22px;
	outline: none;
	text
; 	letter-spacing: 0.03em;
}
.homelink a {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	color: var(--wp--preset--color--secondary) !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	padding-left: 0px !important;
}
 @media only screen and (min-width: 1000px) and (max-width: 1300px) {
 .site-title-wrap {
 max-width: 100px !important;
 margin-top: 10px;
}
.main-navigation ul li {
 padding: 0;
}
.main-navigation ul li a {
font-size: 14px;
padding-right: 10px;
padding-left: 10px;
}
 .top-navigation-left {
margin-left: 0px;
}
}
.top-navigation-left .main-navigation ul li a {
	padding-top: 40px;
	padding-bottom: 40px;
}
.main-navigation ul li.current-menu-item a, .main-navigation ul li.current-page-item a {
	color: var(--wp--preset--color--primary);
}
.main-navigation ul li.current-menu-item ul a, .main-navigation ul li.current-page-item ul a {
	color: var(--wp--preset--color--primary);
}
.main-navigation ul .sub-menu li.current-menu-item a, .main-navigation ul .sub-menu li.current-page-item a {
	color: var(--wp--preset--color--primary);
}
.main-navigation ul li.current-menu-parent >a {
	color: var(--wp--preset--color--primary);
}
.drawer li.current-menu-parent >a {
	color: #fff;
}
.site-header .menu-item-has-children, .site-header .page_item_has_children {
	position: relative;
}
.site-header .menu-item-has-children a, .site-header .page_item_has_children a {
	position: relative;
}
 @media (max-width: 1000px) {
 .site-header .menu-item-has-children > a::after, .site-header .page_item_has_children > a::after {
 display: none;
 pointer-events: none;
}
}
 .sub-menu .menu-item-has-children > a::after, .sub-menu .page_item_has_children > a::after {
 content: "\e906";
 font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}
.drawer .menu-item-has-children .toggle-sub {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	line-height: 1.4;
	text-align: right;
	z-index: 75;
	display: block;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	border-radius: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.drawer .menu-item-has-children .toggle-sub:hover {
	box-shadow: none;
	color: #fff;
}
.drawer .drawer-navigation .drop-open ul.drop-active {
	display: block;
}
.drawer .menu-item-has-children .drop-open ul.drop-active {
	display: block;
}
 .site-header .menu-item-has-children:hover ul, .main-navigation li:focus-within ul {
 animation-name: fadeIn;
}
.main-navigation .sub-menu, .main-navigation .children {
	position: absolute;
	width: 360px;
	top: 100px;
	text-align: left;
	background: #fff;
	left: -999em;
	z-index: 100;
	box-shadow: 0 3px 22px rgba(0, 0, 0, .1);
	border-radius: 0 0 5px 5px;
	margin-left: -35px !important;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	border-bottom-right-radius: 5px;
	border-bpttom-left-radius: 5px;
	border: 1px solid #eceef1;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 35px;
}
@keyframes menu-moveup {
 from {
 opacity: 0;
 transform: translateY(-20px);
}
to {
	opacity: 1;
	transform: translateY(0);
}
}
.main-navigation .menu-item:hover > .sub-menu {
	animation-name:menu-moveup;
	animation-duration:0.4s;
}

.main-navigation li ul {
	z-index: 100;
}
.main-navigation li ul li {
	padding: 0;
	margin: 0;
	width: 100%;
	margin-top: 0;
	border-top: none;
	transition: 0.8s ease;
}
.main-navigation .sub-menu li {
	padding: 0;
	margin: 0;
	line-height: 1;
}
.main-navigation li ul li a:hover {
	color: var(--wp--preset--color--secondary) !important;
	border-top: none;
}
.main-navigation li ul li:hover ul {
	left: 100%;
}
.main-navigation li ul a, .main-navigation li ul li a {
	width: 100%;
	display: inline-block;
	margin: 0;
	text-transform: none;
	line-height: 1.4;
	padding-right: 23px;
	padding-left: 23px;
	font-size: 16px;
}
.top-navigation-left .main-navigation li ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.main-navigation li ul li ul {
	padding: 0;
}
.main-navigation ul ul {
	top: 0;
}
 .main-navigation li.focus > ul, .main-navigation li:hover > ul, .main-navigation li:focus-within > ul, .main-navigation li li a:hover > ul {
 left: 0;
}
/* Mobile navigation */
.mobile-navigation {
	display: none;
	width: auto;
	transition: 0.2s ease;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
.mobile-navigation button {
	width: auto;
}
 @media (max-width: 1000px) {
	 
 .mobile-navigation {
 display: inline-block;
 margin-left: 20px;
}
}
.drawer .drawer-navigation {
	width: 100%;
	max-width: 100%;
	z-index: 40;
	position: relative;
}
 @media (max-width: 1000px) {
 .drawer .drawer-navigation {
 font-size: var(--wp--preset--font-size--normal);
 display: inline-block;
}
}
.drawer .drawer-navigation .menu {
	margin: 0;
}
.drawer .drawer-navigation .menu:focus {
	margin: 0;
	background-color: transparent;
}
.drawer .drawer-navigation ul {
	margin: 0;
	padding: 0;
}
.drawer .drawer-navigation ul li {
	width: 100%;
	padding: 0 0;
	list-style-type: none;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
	transition: none;
	position: relative;
	z-index: 50;
	border-top: none;
}
.drawer .drawer-navigation ul li:hover {
	border-top: none;
}
.drawer .drawer-navigation ul li:last-child {
	border-bottom: none;
}
.drawer .drawer-navigation ul li a {
	display: block;
	padding: 15px 10px 15px 0;
	font-size: var(--wp--preset--font-size--regular);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-bottom: none;
	position: relative;
	transition: none;
}
.drawer .drawer-navigation a {
	color: #fff;
	padding-left: 0;
	line-height: 1.4;
}
.drawer .drawer-navigation a:hover {
	color: #fff;
}
.drawer .drawer-navigation .sub-menu {
	display: none;
	position: relative;
	width: 100%;
	left: 0;
	top: auto;
	margin: 0;
	border: none;
	background: transparent;
	box-shadow: none;
	padding: 0;
}
 .drawer .drawer-navigation .sub-menu::before, .drawer .drawer-navigation .children::before {
 display: none;
}
.drawer .drawer-navigation li ul a, .drawer .drawer-navigation li ul li a {
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}
.drawer .drawer-navigation li ul a:focus, .drawer .drawer-navigation li ul li a:focus {
	background-color: #0073E6;
}
.drawer .drawer-navigation .sub-menu li:first-child {
	border-top: dotted 1px rgba(255, 255, 255, 0.2);
}
.drawer nav {
	padding: 2% 0 0 0;
}
/* --------------------------------------------------------------
Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	margin: 0;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: var(--wp--custom--font-weight--medium);
	height: auto;
	left: 5px;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;/* Above WP toolbar */
}
/* --------------------------------------------------------------
Post meta
-------------------------------------------------------------- */
.entry-content .meta-list {
	list-style: none;
	margin: 0;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.entry-content .meta-list li {
	display: inline-block;
	margin: 0 20px 0 0;
}
.entry-content .meta-list a {
	font-weight: 300;
}
.entry-content .meta-list a:hover {
	color: #272c30;
}
/* --------------------------------------------------------------
Page Navigation
-------------------------------------------------------------- */
.pagination {
	display: inline-block;
	width: 100%;
	margin-top: 8%;
}
.pagination a {
	color: #272c30;
	font-size: 16px;
}
.pagination a, a.page-numbers {
	background: transparent;
	transition: 0.2s ease-in-out;
	display: inline-block;
	color: #272c30;
	font-weight: var(--wp--custom--font-weight--medium);
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 8px;
}
.page-numbers.current {
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 8px;
}
.pagination span {
	background: var(--wp--preset--color--secondary);
	padding: 10px;
	display: inline-block;
	font-weight: var(--wp--custom--font-weight--medium);
	text-align: center;
	line-height: 1.1;
	vertical-align: middle;
	height: 38px;
	border: 1px solid transparent;
}
color: #272c30;
}


/* --------------------------------------------------------------
Clearings
-------------------------------------------------------------- */
.clear::before, .clear::after, .entry-content::before, .entry-content::after, .site-header::before, .site-header::after, .site-content::before, .site-content::after, .site-footer::before, .site-footer::after {
 content: "";
 display: table;
}
 .clear::after, .entry-content::after, .site-header::after, .site-content::after, .site-footer::after {
 clear: both;
}
/* --------------------------------------------------------------
Header
-------------------------------------------------------------- */
.drawer-wrap {
	position: relative;
}
.drawer {
	padding: 10px 0 15px 0;
	background: var(--wp--preset--color--primary);
	font-size: 16px;
	display: none;
	z-index: 30;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	overflow-x: hidden;
}
 @media only screen and (min-width: 1000px) {
 .drawer {
 display: none !important;
}
#masthead {
 display: block;

 position: fixed;
top: 0;
min-height: 100px;
 transition: top 0.5s ease-in-out;
 width: 100%;
 z-index: 9999;
 overflow:visible;
}
 #masthead.nav-up {
 top: -200px;
}
 #masthead.nav-down {
 top: 0;
}
.admin-bar .site-header {
	margin-top: 32px;
}
}
.drawer-menu-explore {
	padding-top: 0;
	padding-bottom: 0;
}
 @media (max-width: 1000px) {
 .drawer-menu-explore {
 background: var(--wp--preset--color--primary);
 padding: 15px 5% 30px 5%;
}
}
.drawer-menu-explore .container {
	padding: 0;
}
.show-drawer {
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	display: inline-block !important;
}
.admin-bar .drawer-open .drawer {
	margin-top: 35px;
}
.site-header {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 100;
	background: #fff;
	line-height: 0;
	padding-right: 0;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
}

.home .site-header {
	border-bottom-color: #eee;
	border-bottom-width: 1px;
}
body.admin-bar.site-header {
	margin-top: 32px;
}
.header-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.site-title-wrap {
	display: inline-block;
	max-width: 145px;
	width: 100%;
	position: relative;
	float: right;
	padding-top: 22px;
}
 @media (max-width: 1000px) {
 .site-title-wrap {
 padding: 10px;
padding-bottom: 10px;
padding-top: 18px;
 text-align: right;
}
}
 @media (max-width: 600px) {
.site-title-wrap {
 padding-top: 12px;
}
}
.site-title {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	margin-left: 8px;
}
.site-title a {
	transition: 0.1s ease-in;
	position: relative;
}
.site-logo {
	line-height: 1;
	margin: 0;
	display: block;
}
.custom-logo-link img {
	display: block;
	width: 145px;
}
 @media (max-width: 1000px) {
 .custom-logo-link {
 text-align: center;
 display: inline-block;
}
 .custom-logo-link img {
 max-width: 100px;
}
}
/* --------------------------------------------------------------
Content
-------------------------------------------------------------- */
.container {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 40px;
	display: block;
}
.crumbs {
	max-width: 1340px;
	margin: 0 auto;
	display: block;
}
 @media (max-width: 600px) {
 .container {
 padding: 0 20px;
}
}
.error404 .entry-header {
	margin-bottom: 0;
}

.single #page {
	margin: 0 auto;
}
#primary {
	margin: 0 auto;
	display: block;
	width: 100%;
}
#primary.narrow {
	max-width: 900px;
}
@media (max-width: 1000px) {
 #primary {
 width: 100%;
}
}
.error404 #primary {
	display: block;
	margin: 0 auto;
}
.site-content {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	z-index: 10;
}
.nocrumbs, .ic {
	padding-top: 50px;
}
.ic {
	
	padding-bottom: 5%;
}
.nocrumbs-bg {
	padding-top: 0px;
}
.post .entry-header .nocrumbs {
	margin-top: 80px;
}
.entry-content {
	vertical-align: top;
}
.excerpt-more {
	display: inline-block;
	width: 100%;
}
.page-content {
	margin-bottom: 5%;
}
/* --------------------------------------------------------------
Posts
-------------------------------------------------------------- */
.post {
	width: 100%;
	display: inline-block;
	position: relative;
}

/* --------------------------------------------------------------
Footer
-------------------------------------------------------------- */
.site-footer {
	width: 100%;
	background-color: var(--wp--preset--color--lightgrey);
	font-size: var(--wp--preset--font-size--small);
}
.site-footer a {
	color: #000;
}
.site-footer a:hover {
	color: #272c30;
	text-underline-offset: 3px;
	text-decoration: underline;
	color: var(--wp--preset--color--secondary);
}
 @media (max-width: 778px) {
 .site-footer .wp-block-navigation.is-vertical {
 --navigation-layout-direction: row;
}
 .site-footer .wp-block-navigation.wp-container-9 {
align-items: flex-start !important;
}
 .site-footer .wp-block-navigation.wp-container-9 a {
margin-right: 15px;
}
}
/* Wide/Full Alignment
	--------------------------------------------- */
.page-template-full-width #page .entry-content .alignwide, .page-template-full-width #primary .entry-content .alignwide {
	margin-left: auto;
	margin-right: auto;
}
.alignwide {
	max-width: none;
}
.entry-content > .alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	max-width: none;
}

/* Top pages
	--------------------------------------------- */
ul.linklist {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7985B9;
	padding: 0;
}
ul.linklist {
	margin-left: 10%;
	margin-top: 20px !important;
	margin-bottom: 40px;
}
ul.linklist.linklist-nomargin {
	margin-left: 0;
}
ul.linklist li a {
	color: var(--wp--preset--color--primary);
	font-size: 17px;
	padding-top: 11px;
	padding-bottom: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7985B9;
	padding-right: 20px;
	padding-left: 40px;
	display: block;
	background-color: transparent;
}

ul.linklist li a:hover {
	color: var(--wp--preset--color--black);
	background-color: #f6f6f6;
}
ul.linklist li a.draft {
	color: var(--wp--preset--color--black);
}
ul.linklist a:before {
	content: "\e906";
	font-family: gbicons;
	margin-right: 15px;
	color: var(--wp--preset--color--primary);
	font-size: 1.3em;
	line-height: 1.1;
	position: absolute;
	width: 20px;
	display: block;
	margin-left: -20px;
}
ul.linklist a:hover:before {
	color: var(--wp--preset--color--secondary);
}
 @media (max-width: 1000px) {
 ul.linklist {
margin-left: 0;
}
}
 @media (max-width: 600px) {
ul.linklist li a {
 padding-right: 0px;
 padding-left: 20px;
 display: block;
 background-color: transparent;
}
}
.mainslider div:first-child {
	display: block;
}
.icposts div:first-child {
	display: auto;
}
.wp-block-group .alignfull .mainslider {
	padding: 0;
}
 @media (max-width: 600px) {
 .wp-block-getwid-images-slider.has-fitted-images {
 width: 160vw;
 margin-left: calc(50% - 80vw) !important;
overflow: hidden;
}
}
.wp-block-getwid-post-carousel.has-slides-gap-small .slick-slide {
background-color: var(--wp--preset--color--neutral);
}
.icposts {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
 .icposts.wp-block-column:not(:first-child) {
 margin-left: 1em;
}
.hp-posts h3, .wp-block-getwid-custom-post-type__post-title h3 {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-weight: 500;
	line-height: 1.2;
	font-size: 20px;
	margin-bottom: 0;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
 @media (max-width: 786px) {
.icposts {
 border: none;
padding-left: 25px;
padding-right: 20px;
}
::selection {
 background: rgba(255, 244, 147, 0.8);
}
 .icposts div:first-child {
 display: auto;
}
.wp-container-6219ffa9b5ebf .alignleft {
 float: left;
 margin-right: 2em;
}
.icposts.wp-block-getwid-template-post-featured-image {
margin-top: 20px;
width: 300px !important;
}
.reverse-columns {
 display: flex;
 flex-direction: column-reverse;
}
 .hp-posts h3, .wp-block-getwid-custom-post-type__post-title h3 {
 font-size: 24px;
}
}
.hp-posts p {
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 0px;
}
.wp-block-getwid-template-post-link {
	font-size: var(--wp--preset--font-size--small);
}
.home .wp-block-column > .wp-block-getwid-template-post-featured-image:only-child img {
	height: auto !important;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
/* Homepage Interest catchers
	--------------------------------------------- */
.ic h1 {
	margin-top: 7%;
	font-size: 30px;
}
.wp-block-columns.spalte {
	margin-bottom: 50px;
}
 @media (min-width: 781px) {
.wp-block-columns.spalte:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
 margin-left: 50px;
}


}
/* Breadcrumbs
	--------------------------------------------- */
.home.breadcrumbs-wrap {
	display: none;
}
.breadcrumbs-wrap {
	max-width: none;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: right;
}
 @media (max-width: 600px) {
.breadcrumbs-wrap {
 padding-top: 10px;
 text-align: left;
}
}
.crumbs {

	font-size: 14px;
	color: #333;

}
 @media (max-width: 600px) {
 .crumbs {
 letter-spacing: -0.03em;
}
}
.crumbs a {

	color: var(--wp--preset--color--primary);
}
.crumbs a:hover {
	color: var(--wp--preset--color--secondary);
	text-decoration: underline;
}
.breadcrumbs__separator {
	color: var(--wp--preset--color--secondary);
	font-weight: 500;
	margin-right: 2px;
	margin-left: 4px;
	line-height: 0;
	font-size: 1.1em;
}
 @media (min-width: 1300px) {
.paddingright {
padding-right: 30px;
}
.paddingleft {
padding-left: 30px;
}
}
/* Team Grid
	--------------------------------------------- */

.teamgrid p, .teamgrid.wp-block-column p {
	margin-top: 0;
	margin-bottom: 7px;
	line-height: 1.4;
	font-size: 14px;
}
.teamgrid .wp-block-column a {
	color: #fff;
}

.teamgrid .member-columns .wp-block-columns {
	margin-top: 0.6em !important;
	margin-bottom: 0 !important;
	gap: 0.2em;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
	padding-right: 11px !important;
	padding-left: 11px !important;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
 
}

	.wpc-filters-main-wrap input.wpc-label-input:checked+label {
    border: 1px solid rgba(0, 0, 0, .25);



}

.wpc-filter-link, .wpc-filter-visible-term-names .wpc-term-image-wrapper, .wpc-item-has-brand .wpc-term-image-wrapper {
  margin-right: 0em !important;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
 border-radius: 1px !important;
	background-color: var(--wp--preset--color--lightblue);

}
.wpc-filters-main-wrap li.wpc-term-item a {
	font-size: 0.9em;
	font-weight: 700 !important;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {
  border: 1px solid #ccd0dc;
  border-radius: 1px !important;

}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {
  border: solid 1px #dddddd !important;

}
 @media (max-width: 600px) {
 .teammember p {
 margin-bottom: 0;
}
}
/* Jobs
	--------------------------------------------- */
.awsm-job-item h2.awsm-job-post-title a {
	font-size: 17px;
}
.awsm-lists {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ededed;
}
.awsm-job-item {
	padding-top: 15px;
	padding-bottom: 15px;
	border-right-style: none !important;
	border-left-style: none;
}
.awsm-job-entry-content.entry-content h4.wp-block-heading, .awsm-job-entry-content.entry-content h3.wp-block-heading{
margin-top: 40px;
margin-bottom: 20px;

}
/* Overview cards
	--------------------------------------------- */
	
.overview {
	padding-bottom: 60px;
}
.overview h3, .overview p {
	margin-right: 8px;
	margin-left: 8px;
}
.overview a {
	outline: none;
}

.overview p {
	margin-top: 8px;
}
 @media only screen and (min-width: 601px) and (max-width: 950px) {

.overview h3 {
 font-size: 18px;
}
}
/* Boxes
	--------------------------------------------- */

.wp-block-group .boxes-white h3 {
	margin-bottom: 15px;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-weight: 700;
	font-size: 25px;
}
.apb {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
 @media only screen and (max-width: 781px) {
.apb {
 padding-top: 400%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
}
#wd_vn1, #wd_vn5 {
	display: none;
}
.topbutton {
	height:50px;
	width:50px;
	position:fixed;
	right:35px;
	bottom:1px;
	Z-index:1000;
	background-repeat:no-repeat;
	display:none;
	background-image: url(images/arrow_up.svg);
 transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
}
/* Contacts
	--------------------------------------------- */
.contacts p {
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.3;
	margin-top: .7em;
}
 @media only screen and (min-width: 601px) {
.contacts .wp-block-columns {
margin-bottom: 3em;
}
}
/* Product Page
	--------------------------------------------- */

ul.seeaswell {
	list-style-type: square;
	padding-left: none !important;
}


.product h2 {
	margin-top: .3em;
	font-size: 20px !important;
}
.products-overview h2  {
	font-size: var(--wp--preset--font-size--medium);
}
.product-selectors .wp-block-column {
border-radius: 3px;

}

.product-template {
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
.product-template p, .product-template h3, .product-template p, .product-template ul, .product-template .pdfprnt-buttons {
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.product-template .wp-block-post-featured-image :where(img) {

 margin-bottom: 30px;
}
.wp-block-post-featured-image :where(img) {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;

}
.product-template.wp-block-post-featured-image :where(img) {
  margin-bottom: 20px;
}
 @media only screen and (max-width: 600px) {
.product-template.wp-block-post-featured-image :where(img) {
  margin-bottom: 0px;
}
}

/* Spare Parts Portal
	--------------------------------------------- */

 @media only screen and (max-width: 600px) {
 .hide-on-mobile {
display: none !important;
}
}

.anim-title {
animation: fade-up .5s .25s both ease-out;
}
/*  _______________________________________________

PROCESS
    _______________________________________________  */
.page_wrapper {
	max-width: 100%;
}
.nav_content {
	float: left;
	width: 70%;
}
.col1 {
	width: 36%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
.col2 {
	width: 60%;
	float: left;
	margin-right: 30px;
	padding-bottom: 10px;
}
table {
	max-width: 100%;
}
.textbox {
	max-width: 100%;
display: block;
min-height: 200px;
}
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
a {
	text-decoration: none;

}
a:hover {

	text-decoration: none;
}
a, img {
	outline: none;
}
map > area, map > area:active, map > area:focus {
	outline: none;
	border: 0;
}

a.more {
	padding-left: 8px;
	background-image: url(https://web4meri.de/html-pages/img/nav/arrow.png);
	margin-top: 6px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	display: block;
	background-position: left 3px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.blink {
	display: none;
	font-size: 12px;
top: 30px;
	position: absolute;
}
/*  _______________________________________________

      Content / Content Tiles
    _______________________________________________  */



.last {
	margin-right: 0px;
}
.content img {
	max-width: 100%;
	height: auto;
}
.largegrafic {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 0px;
	display: block
}
.spacetop{
	margin-top: 30px;

}
.largegrafic2 {
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
	display: block;
}
.largegrafic2, largegrafic img {
	max-width: 100%;
	height: auto;
}
/* Tables
--------------------------------------------- */



table, th, td {
	text-align: left;
	vertical-align: middle;

}

td, input {
  vertical-align: middle;
}

table {
	border-collapse: separate;
	border-spacing: 1px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.clear {
	clear: both;
	height: 0;
}
/*  _______________________________________________

  TITLES
    _______________________________________________  */


small {
	font-size: 0.9em;
}


.abs {
	position: absolute;
}
/*  _______________________________________________

  SIDEBAR nav
    _______________________________________________  */


.sidebar_nav ul {
	padding-left: 0px;
	list-style-type: none;
	margin: 0px;
}
.sidebar_nav a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	list-style-type: none;
	font-weight: normal;
	text-transform: none;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #222;
}
.sidebar_nav a::before {
 content: "\e906";
 font-family: gbicons;
 margin-right: 15px;
 color: var(--wp--preset--color--primary);
 font-size: 1.1em;
 line-height: 1.4;
 position: absolute;
 width: 20px;
 display: block;
 margin-left: -20px;
}
.sidebar_nav a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	list-style-type: none;
	background-color: #eee;
	color: #000;
}
.sidebar_nav ul li a {
	list-style-type: none;
	display: block;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.sidebar_nav ul li a:hover {
	background-image: none;
}
.sidebar_nav .black {
	color: #039;
	font-weight: 700;
}
.sidebar_nav a.open, a:hover.open {
	background-image: url(https://web4meri.de/html-pages/img/nav/arrow_d.png);
}
.sidebar_nav ul li ul .closed a {
	font-weight: bold;
	color: #039;
}
.sidebar_nav ul li ul .closed a:hover {
	font-weight: bold;
	color: #666;
}
.on a {
	color: #003399;
	font-weight: bold;
}
a:hover#other {
	color: #003399;
}
.process-anim table a, .process-anim table  {
	font-size: 15px;
}

td.techblue {
	font-weight: bold;
	color: #FFF;
	background-color: #004990;
	display: block;
	text-align: center;
	margin-right: 10px;
	line-height: 26px;
	min-width: 30px;

	padding-right: 5px;

	padding-left: 5px;
}
.techblue a {
	display: block;
	color: #FFF;
}

.columns {
	display: flex;
}
.col-half{
width: 50%;
}
/*  _______________________________________________

   MOBILE DEVICES
    _______________________________________________  */


 @media only screen and (max-width: 768px) {
 .col1, .col2 {
width: 100%;
 float: none;
 margin-right: 0px;
 margin-top: 10px;
}
 .nav_content {
 float: none;
 width: 100%;
 display: block;
}
.largegrafic, .largegrafic2 {
 float: none;
}
.sidebar {
 margin-top: 25px;
 width: 100%;
 float: none;
 margin-bottom: 26px;
}
.sidebar_nav ul li a {
 padding-bottom: 1px;
 padding-top: 1px;
}
.nav_content .nav_content_col {
 width: 100%;
 margin-bottom: 10px;
 margin-right: 0px;
}
 .wmap {
 border: none;
 display: block;
 float: left;
}
}
 @media only screen and (max-width:767px) {
#apDivreject1 {
 display: none;
}
#apDivreject2, #apDivsludge1, .blink, #apDiv1 {
 display: none;
}

}
 @media only screen and (max-width: 480px) {

.apbox {
 width: 400px;
}
#apDiv1 a {
 position: absolute;
}
#apDiv1 a:hover {
 background-color: #699;
}
}
@media only screen and (max-width: 550px) {
.productgrid .wp-block-post-template-is-layout-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}

@media only screen and (max-width: 859px) and (min-width: 551px) {
.productgrid .wp-block-post-template-is-layout-grid {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
}

@media only screen and (min-width: 860px) {
.productgrid .wp-block-post-template-is-layout-grid {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
}
@media print {

p {
margin: 0px;
}
h1 {
  margin-top: 30px;
  font-size: 32px;
margin-bottom: 5px;
  color: #004990;
  font-weight: normal;
  line-height: 1.2;
}
h5 {
	font-size: 10px;
	font-weight: 400;
 
}

h3 {
    margin-bottom: 5px;
}
h2 {
  	font-size: 15px;
  	font-weight: 400;
  color: #6C6E72;
  margin-top: 1px;
}
.pdf-logo{
text-align: right !important;
  margin-bottom: 50px;
}
.page-one{
margin-right: -78px !important;


}
.feet  {
padding-top: 100px;
bottom: 0;
  left: 0;
}

figure.page-one-2 {
display:none !important;


}
.pdf-image {
float: left;
width: 49%;
  padding-right: 5px;
}
.pdf-image-1 {
float: left;
width: 33%;
  padding-right: 5px;
}
.pdf-image-2 {
float: left;
width: 65%;
  padding-right: 5px;
}
ul{
  margin-top: -5px !important;
    padding-top: 0 !important;
margin-left: 0;
  padding-left: 10px;
}
.alignright {
  float: right;
  text-align: right !important;

}
.topfeet {
  margin-top: -110px !important;
  margin-bottom: 130px;
    margin-right: -20px !important;
 text-align: right;

}
