/*!
Theme Name: ZETTLER electronics GmbH
Theme URI: https://ze-one.de
Author: Ze-One - Stephan Ramsteiner
Author URI: https://ze-one.de
Description: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: Proporitary
License URI: https://ze-one.de
Text Domain: zettler-electronics-gmbh
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ZETTLER electronics GmbH is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-size: 16px;
	font-family: 'Roboto', 'Arial';
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 16px;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #ec681b;
	text-decoration: none;
}

a:visited {
	color: #ec681b;
}

a:hover,
a:focus,
a:active {
	color: #ec681b;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	/*padding: 0.6em 1em 0.4em;*/
	padding: 10px 15px 10px 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	
	font-size: 13px;
	float: left;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	
	display: flex;
	justify-content: space-between;
}

.main-navigation ul ul {
	display: block;
	width: auto;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 9999999999;
	
	background-color: #fff;
	
	border-bottom: solid #ec681b 7px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	min-width: 250px;
	line-height: 30px;
	padding: 0 15px 0 15px;
	
	color: #000;
	transition: 0.3s;
	
	white-space: nowrap;
}


.main-navigation ul ul li:last-child {
	padding-bottom: 10px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;	
	background-color: #fff;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000;
	line-height: 70px;
	text-transform: uppercase;
	font-weight: 500;
	
	transition: 0.3s;
}

.main-navigation ul a:hover, .main-navigation ul ul a:hover, .main-navigation UL .current-menu-item > a {
	color: #ec681b;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


.menu-lang-container {
	float: left;
	line-height: 70px;
}

.menu-lang-container .wpml-ls-display, #primary-menu .wpml-ls-display {
	display: none;
}

#primary-menu .wpml-ls-item {
	margin-top: 30px;
}


#menu-lang {
	margin: 0;
	padding: 0;
}

#menu-lang LI {
	height: 70px;
	float: left;
	padding-top: 30px;
	margin-left: 15px;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
	min-height: 150px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



.otgs-development-site-front-end {
	display: none;
}


.container-1150 {
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

#masthead {
	height: 90px;
	padding: 10px 0 0 0;
}

#logo-head {
	margin-top: 15px;
	display: block;
	float: left;
	
	margin-left: 5%;
	
}

.clear {
	clear: both;
}

.breadcrumb a {
	color: #fff;
	text-decoration: none;
}

#site-navigation {
	float: left;
}

.slider-botton {
	margin-top: 15px !important;
}

.slider-botton DIV {
	text-transform: uppercase !important;
}

.n2-ss-no-bga-fixed {
	border-bottom: solid 8px #ec681b;
}


.entry-content h2 {
	font-size: 35px;
}

.entry-content {
	*margin-bottom: 50px;
}


.entry-content > *:last-child {
    margin-bottom: 0 !important;
}

.entry-content > *:first-child {
    padding-top: 70px !important;
}

article UL {
	list-style: disc;
	margin-left: 25px;
}

article UL LI {
	padding-bottom: 5px;
}


/*home*/
.home .page-header {
	display: none;
}

.home .entry-title {
	display: none;
}

.home article {
	margin: 0;
}

.home .entry-content {
	margin-bottom: 0;
}

.home .entry-content div:first-child {
	padding-top: 0 !important;
}

.wp-block-separator {
	color: #dbdbdb;
	height: 1px;
	border-top: 1px;
	margin: 40px 0 40px 0;
}

/*Produkte*/
#unser-angebot-outer {
	background-color: #f2f2f2;
	/*overflow: auto;*/
	overflow-x: hidden;
}

#unser-angebot {
	margin: 90px auto 60px auto;
}


#unser-angebot h2 {
	text-transform: uppercase;
	color: #ec681b;
	font-size: 15px;
	margin: 0;
	padding: 0;
	line-height: 1;
}

#unser-angebot h3 {
	color: #24212c;
	font-size: 50px;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1;
	font-weight: 500;
}


#unser-angebot .boxes {
	width: 100%;
	margin-top: 80px;
}

#unser-angebot .boxes A {
	display: block;
	width: calc(33.33% - 10px);
	height: 235px;
	float: left;
	background-color: #fff;
	padding-top: 70px;
	margin: 0 0 10px 15px;
	transition: 0.6s;
	
	text-decoration: none;
	color: #24212c;
	font-weight: 500;
	
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#unser-angebot .boxes A .txt {
	margin-top: 25px;
}

#unser-angebot .boxes A:first-child, #unser-angebot .boxes A:nth-child(4n) {
	margin-left: 0;
}

#unser-angebot .boxes DIV IMG {
	height: 60px;
	
	filter: brightness(1) invert(0);
	transition: 0.6s;
}


#unser-angebot .boxes a:hover {
	background-color: #ec681b;
	color: #fff;
}

#unser-angebot .boxes a:hover IMG {
	filter: brightness(0) invert(1);
}


/*News*/
#news-applikationen-outer {
	background-color: #f2f2ec;
	overflow-x: hidden;
}

#news-applikationen {
	margin: 90px auto 60px auto;
	hyphens: auto;
}

#news-applikationen h2 {
	text-transform: uppercase;
	color: #ec681b;
	font-size: 15px;
	margin: 0;
	padding: 0;
	line-height: 1;
}

#news-applikationen h3 {
	color: #24212c;
	font-size: 50px;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1;
	font-weight: 500;
}


#news-applikationen .boxes {
	width: 100%;
	margin-top: 80px;
}

#news-applikationen .boxes A {
	display: block;
	width: calc(33.33% - 10px);
	float: left;
	margin: 0 0 10px 15px;
	transition: 0.6s;
	
	text-decoration: none;
	color: #24212c;
	font-weight: normal;
}

#news-applikationen .boxes A .txt {
	margin-top: 25px;
}

#news-applikationen .boxes A:first-child, #news-applikationen .boxes A:nth-child(4n) {
	margin-left: 0;
}

#news-applikationen .boxes DIV IMG {
	width: 100%;
	height: 350px;
	transition: 0.6s;
	margin-bottom: 15px;
}

#news-applikationen .boxes DIV SPAN {
	font-size: 13px;
	color: #b7b5bc;
}


/*about*/
#about-outer {
	width: 100%;
	min-height: 150px;
	background-color: #fff;
	position: relative;
	
	overflow-x: hidden;
}

#about-outer IMG {
	display: block;
	width: 50%;
}

.about-inner {
	
}

.about-inner h5 {
	font-size: 65px !important;
	font-weight: 500;
	line-height: 65px;
	margin: 0 0 40px 0;
	padding: 0;
}

.about-inner .inner {
	width: 50%;
	
	padding: 0 20% 0 5%;
	
	position: absolute;
  	top: 50%;
	right: 0;
  	transform: translateY(-50%);
}

.about-inner .inner SPAN {
	color: #b7b5bc;
}

a.more-button {
	display: block;
	
	width: 190px;
	height: 70px;
	line-height: 70px;
	
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	
	background-color: #ec681b;
	text-align: center;
}

/*about us*/

.page-id-14 .page-header {
	display: none;
}

.page-id-14 #primary {
	background-color: #fff !important;
}

.page-id-14 .entry-content *:first-child {
	padding-top: 0 !important;
}


/*Herstellerbescheinigung*/

#hersteller-outer {
	background-color: #f2f2ec;
	padding: 60px 0 60px 0;
}

.hersteller-inner .full .col50 {
	float: left;
	width: 50%;
}

.hersteller-inner .full .col50 IMG {
}

.hersteller-inner .full .col50:nth-child(even) {
	text-align: right;
}

.hersteller-inner .cols3 .cols33 {
	float: left;
	width: calc(100% / 3);
	
	padding-left: 25px;
}

.hersteller-inner .cols3 .cols33:first-child {
	padding-left: 0;
}

.hersteller-inner .cols3 .cols33 IMG {
	width: 100%;
	height: 542px;
}


/*category*/

.category #primary {
	background-color: #f2f2ec;
}

.category .page-header {
	height: 400px;
	background-color: #ec681b;
	color: #fff;	
}

.category .page-header .container-1150 {
	overflow-y: hidden;
}




.category .page-header .page-title {
	font-size: 76px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.category .page-header .breadcrumb {
	margin: 75px 0 25px 0;
}

.category .boxes {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap; /* erlaubt Zeilenumbruch */
  gap: 20px;
  overflow-x: unset; /* horizontaler Scroll nicht nötig */
}

.category a.box {
  flex: 0 0 calc((100% - 40px) / 3); /* 3 Boxen pro Zeile mit 2x20px Abstand */
  box-sizing: border-box;

  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  margin: 0; /* margin wird durch gap ersetzt */
  transition: 0.6s;

  text-decoration: none;
  color: #24212c;
  font-weight: normal;
  background-color: #fff;
  hyphens: auto;
  /*padding: 0 20px 20px 20px;*/
	padding-bottom: 20px;
}

.category .boxes A:first-child, .category .boxes A:nth-child(4n) {
	margin-left: 0;
}

.category a.box IMG {
	width: 100%;
	height: 350px;
	transition: 0.6s;
	margin-bottom: 15px;
}

.category a.box .entry-meta {
	padding: 0 20px 10px 20px;
}

.category a.box .entry-title, .category a.box .entry-content, .category a.box .entry-footer {
	padding: 0 20px 0 20px;
}

.category a.box .entry-content {
	margin-top: 15px;
	padding-bottom: 15px;
}

.category a.box h2 {
	color: #000;
	font-size: 17px;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-weight: 500;
}

.category a.box .entry-footer DIV {
	position: relative;
	top: 5px;
	bottom: 15px;
	color: #ec681b;
	font-weight: 500;
}


.category .pagination {
	width: 100%;
	padding-top: 15px;
}





/* ============================
   WP Pagination – Nav-Buttons links, Zahlen rechts gruppiert
   ============================ */

:root{
  --pg-accent:#f26c1d;
  --pg-text:#374151;
  --pg-muted:#6b7280;
  --pg-border:#e5e7eb;
  --pg-bg:#ffffff;
}

/* Container */
.pagination,
.nav-links{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  width:100%;
  gap:8px;
}

/* --- Reihenfolge/Positionierung --- */
/* Beide Navigations-Buttons IMMER links zusammen */
.page-numbers.prev,
.page-numbers.next{
  order:-1;                /* visuell nach links ziehen */
}

/* Alle Zahlen/Dots danach */
.page-numbers:not(.prev):not(.next){
  order:1;
  /* Die ERSTE Zahl rechts bündelt die Gruppe */
  margin-left:auto;        /* schiebt den gesamten Zahlenblock nach rechts */
}

/* Jede weitere Zahl/Dot nur mit kleinem Abstand */
.page-numbers:not(.prev):not(.next) + .page-numbers:not(.prev):not(.next){
  margin-left:8px;         /* überschreibt das auto vom Vorgänger */
}

/* --- Optik --- */
.page-numbers{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-width:44px;
  height:44px;
  padding:0 14px;                    /* für Prev/Nächste */
  border:1px solid var(--pg-border);
  /*border-radius:6px;*/
  background:var(--pg-bg);
  color:var(--pg-text);
  font-weight:600;
  text-decoration:none;
  line-height:1;
  transition:all .18s ease;
  box-sizing:border-box;
}

/* Quadratische Zahlen */
.page-numbers:not(.prev):not(.next):not(.dots){
  width:44px;
  padding:0;
}

/* Hover */
.page-numbers:hover,
.page-numbers:focus{
  border-color:var(--pg-accent);
  color:var(--pg-accent);
}

/* Aktive Seite */
.page-numbers.current{
  background:var(--pg-accent);
  border-color:var(--pg-accent);
  color:#fff;
  pointer-events:none;
}

/* Dots */
.page-numbers.dots{
  border-style:dashed;
  color:var(--pg-muted);
  pointer-events:none;
}

/* Pfeile (falls keine Icons) */
.page-numbers.prev::before{
  content:"←";
  margin-right:6px;
  color:var(--pg-muted);
}
.page-numbers.next::after{
  content:"→";
  margin-left:6px;
  color:var(--pg-muted);
}

/* Mobil optional zentrieren – wenn Du strikt L/R willst, diesen Block weglassen */
@media (max-width:480px){
  .pagination,
  .nav-links{ justify-content:center; }
}










/*singel post*/

.single-post .breadcrumb {
	margin: 80px 0 10px 0;
}

.single-post .breadcrumb a {
	color: #24212c;
	text-decoration: none;
}


.single-post .entry-title {
	font-weight: 500;
	font-size: 45px;
	line-height: 50px;
	max-width: 900px;
	margin: 0 0 30px 0;
}

.single-post span.date {
    color: #ec681b;
    font-size: 15px;
    line-height: 1;
    margin: 0px;
    padding: 0px;
	font-weight: 500;
}

.single-post .cat2 {
    font-weight: 500;
	max-width: 900px;
	margin: 5px 0 30px 0;
	font-size: 22px;
}

.single-post h2 {
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}


/*page*/

.page #primary {
	background-color: #f2f2ec;
	padding-bottom: 70px;
}

.page .page-header {
	height: 400px;
	background-color: #ec681b;
	color: #fff;	
}

.page article {
	margin-top: 0px;
}

.home #primary {
	padding-bottom: 0;
}

.page .page-header .container-1150 {
	overflow-y: hidden;
}

.page .page-header .page-title {
	font-size: 76px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.page .page-header .breadcrumb {
	margin: 95px 0 25px 5px;
}

.page h2 {
	font-size: 30px;
	font-weight: 500;
	margin: 0;
}

.page STRONG {
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}

.page .entry-content h2 {
	margin-top: 60px;
}

.page .last-change {
	/*display: inline-block;*/
	display: none;
	width: auto;
	margin: 25px 0 0 3px;
	padding: 5px 10px 5px 10px;
	background-color: rgba(255,255,255,0.2);
	
	border-radius: 30px;
  	border: 2px solid #ec681b;
}

.page article ol {
	margin: 0 0 0 48px;
	padding: 0;
}

.page article ol li {
	padding-bottom: 16px;
}


/*Distributoren*/
.page-id-18 article {
	/*background-color: #fff !important;*/
	/*padding: 30px 40px 30px 40px;*/
}

.page-id-18 .aagb__accordion_head {
	background-color: #fff !important;
	border: none !important;
	
	height: 190px;
	
	padding: 30px 65px 30px 65px !important;
}

.page-id-18 .dashicons-arrow-up-alt2, .page-id-18  .dashicons-arrow-down-alt2 {
	font-size: 55px !important;
}

.page-id-18 .aagb__accordion_title::before {
	display: inline-block;
	width: 100px;
	height: 100px;
	/*margin-top: 0px;*/
	vertical-align: -100% !important;
	margin-right: 40px;
}

.page-id-18 .aagb__accordion_title {
}


.page-id-18 #de .aagb__accordion_title::before {
	content: url("images/distri/de.jpg");
}
.page-id-18 #be .aagb__accordion_title::before {
	content: url("images/distri/be.jpg");
}
.page-id-18 #fr .aagb__accordion_title::before {
	content: url("images/distri/fr.jpg");
}
.page-id-18 #gb .aagb__accordion_title::before {
	content: url("images/distri/gb.jpg");
}
.page-id-18 #it .aagb__accordion_title::before {
	content: url("images/distri/it.jpg");
}
.page-id-18 #isr .aagb__accordion_title::before {
	content: url("images/distri/isr.jpg");
}
.page-id-18 #at .aagb__accordion_title::before {
	content: url("images/distri/at.jpg");
}

.page-id-18 #nl .aagb__accordion_title::before {
	content: url("images/distri/nl.jpg");
}
.page-id-18 #es .aagb__accordion_title::before {
	content: url("images/distri/es.jpg");
}
.page-id-18 #east-eur .aagb__accordion_title::before {
	content: url("images/distri/eu.jpg");
}
.page-id-18 #rest-eur .aagb__accordion_title::before {
	content: url("images/distri/eu.jpg");
}

.page-id-18 #se .aagb__accordion_title::before {
	content: url("images/distri/se.jpg");
}
.page-id-18 #pl .aagb__accordion_title::before {
	content: url("images/distri/pl.jpg");
}
.page-id-18 #da .aagb__accordion_title::before {
	content: url("images/distri/da.jpg");
}


.page-id-18 .aagb__accordion_body {
	background-color: #fff !important;
	/*padding-top: 0px;*/
	padding-left: 65px !important;
	padding-right: 65px !important;
}

.page-id-18 .aagb__accordion_container, 
.page-id-18 .aagb_accordion_b5c5e6cb_0 > .aagb__accordion_container.aagb__accordion_active,
.page-id-18 .aagb__accordion_container.wp-block-aab-accordion-item .aagb__accordion_body {
	border: none !important;
	border-style: none !important;
	border-width: 0px !important;
	border-top-style: none !important;
	
	border-radius: 0px !important;
	
}

.page-id-18 .aagb__accordion_title, .page-id-18 .aagb__accordion_component p strong {
	font-size: 26px !important;
}

.page-id-18 .wp-block-columns .wp-block-image {
	
}

.page-id-18 .wp-block-columns .wp-block-image figure {
	
}


.page-id-18 .wp-block-columns i {
	color: #ec681b;
	margin-right: 10px;
}

.page-id-18 .wp-block-columns a {
	color: #404040;
}


.page-id-18 .wp-block-columns {
  align-items: center; /* Zentriert alle Spalteninhalte vertikal */
}


.page-id-18 .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Zentriert den Inhalt innerhalb der Spalte vertikal */
}

/*Media*/

.page-id-23 .entry-content P {
	margin-bottom: 0;
}

.page-id-23 .wp-block-image {
	padding-top: 5px;
}

.wp-block-video {
	cursor: pointer;
}

.wp-block-video video::after {
	width: 100px;
	height: 100px;
	content: url("images/zettler-icons-play-20.png");
	position:absolute;
   left:50%;
	
	z-index: 99999999;
}

/*single post*/

.single-post article {
	padding-bottom: 60px;
}

/*produkte */
.page-id-16 .last-change {
	display: none;
}

.page-id-16 #primary {
	padding-bottom: 0;
}

.page-id-16 .entry-content {
	min-height: 0;
}

#produktuebersicht-outer {
	background-color: #f2f2ec;
}

#produktuebersicht-inner {
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap; /* erlaubt Zeilenumbruch */
	gap: 20px;
	overflow-x: unset; /* horizontaler Scroll nicht nötig */
}

#produktuebersicht-inner a.box {
  flex: 0 0 calc((100% - 40px) / 3); /* 3 Boxen pro Zeile mit 2x20px Abstand */
  box-sizing: border-box;

  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  margin: 0; /* margin wird durch gap ersetzt */
  transition: 0.6s;

  text-decoration: none;
  color: #24212c;
  font-weight: normal;
  background-color: #fff;
  hyphens: auto;
  padding: 0 20px 20px 20px;
}

#produktuebersicht-inner a.box DIV h2 {
	display:inline-block;
	
	position: absolute;
	left: 0;
	top: 15px;
	
	background-color: #ec681b;
	padding: 5px 15px 5px 15px;
	font-size: 16px;
	color: #fff;
}

#produktuebersicht-inner a.box DIV IMG {
	display: block;
	width: 330px;
	margin: 50px auto 15px auto;
}

#produkte-sub-menu {
	height: 115px;
 	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

#produkte-sub-menu .container-1150 {
	display: flex;
	justify-content: center;
	gap: 80px;
}

#produkte-sub-menu a {
	display: inline-block;
	text-decoration: none;
	color: #24212c;
	font-size: 16px;
	font-weight: 500;
	transition: color 0.3s ease;
}


/*produkte category*/

#primary.katalog {
	background-color: #fff;
}


.katalog .boxes .box {
	width: 100%;
	
	border: solid 1px #e2e2e2;
	border-radius: 8px;
	
	margin-bottom: 20px;
}


.katalog .boxes .box .list-left {
	width: 20%;
	float: left;
	
	padding: 25px 0 25px 0;
}

.katalog .boxes .box .list-left a {
	display: block;
	width: 150px;
	height: 50px;
	
	line-height: 50px;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	
	background-color: #ec681b;
	color: #fff;
	
	margin: auto;
	margin-top: 100px;
}

.katalog .boxes .box .list-left IMG {
	height: auto;
}

.katalog .boxes .box .list-right {
	width: 80%;
	float: left;
	
	padding: 20px 25px 25px 25px;
}

.katalog .boxes .box .list-right .cols {
	
}

.katalog .boxes .box .list-right .col33 {
	width: 33.33%;
	height: 100px;
	padding: 10px;
	float: left;
	border-bottom: solid 1px #e2e2e2;
}

.katalog .boxes .box .list-right .col33:nth-child(3n) {
	padding-left: 0;
	padding-right: 0;
}

.katalog .boxes .box .list-right .col33:first-child,
.katalog .boxes .box .list-right .col33:nth-child(4),
.katalog .boxes .box .list-right .col33:nth-child(7)
{
	padding-left: 0;
}

.katalog .boxes .box .list-right .col33 .value {
	font-size: 22px;
	font-weight: 500;
}


/*Katalog filter*/
.katalog .container-1150 {
	width: 1300px;
}

.katalog .col20 {
	width: 300px;
	min-height: 200px;
	float: left;
	/*background-color: aqua;*/
	
	margin-top: 50px;
	margin-bottom: 50px;
}

.katalog .col80 {
	width: calc(100% - 300px);
	float: left;
	padding-left: 25px;
}

.katalog .boxes .pagination {
    width: 100%;
    flex-basis: 100%;
    order: 999;
}

@media only screen and (max-width: 1350px) {
	.katalog .container-1150 {
		width: 1150px;
	}
	
	.katalog .col20 {
		width: 250px;
		min-height: 200px;
		float: left;
		/*background-color: aqua;*/

		margin-top: 50px;
	}

	.katalog .col80 {
		width: calc(100% - 250px);
		float: left;
		padding-left: 25px;
	}
	
	.katalog .boxes .box .list-right .col33 {
		width: 33.33%;
		height: 100px;
		padding: 5px;
		float: left;
		border-bottom: solid 1px #e2e2e2;
	}
	
	.slide-heading1 DIV {
		font-size: 50px !important;
	}
	
	.slide-heading2 *, .slide-text * {
		font-size: 25px !important;
	}
	
	
}

	
.slide-heading1 DIV {
	display: block !important;
}


/*produkte singel*/
#produkt-singel {
	 padding-top: 30px !important;
}

.single-katalog .breadcrumb a {
	color: #ec681b !important;
}

.single-katalog #primary {
	padding-top: 60px;
}

#produkt-singel .col50 {
	width: calc(50% - 15px);
	float: left;
	
	border: solid 1px #e2e2e2;
	border-radius: 8px;
}

#produkt-singel .col50:first-child {
	width: calc(50% - 15px);
	margin-right: 30px;
	padding: 35px;
}

#produkt-singel .col50:first-child IMG {
	margin-bottom: 70px;
}

#produkt-singel .col50:nth-child(2) {
	border: none;
}

#produkt-singel .col50:nth-child(2) .col50-2 {
	float: left;
	width: calc(50% - 7px);
	min-height: 120px;
	
	margin-top: 15px;
	padding: 13px 15px 13px 15px;
	
	border: solid 1px #e2e2e2;
	border-radius: 8px;
}

#produkt-singel .col50:nth-child(2) .col50-2 h2 {
	margin-top: 8px;
	font-size: 20px;
	line-height: 20px;
}

#produkt-singel .col50:nth-child(2) .col50-2:first-child, #produkt-singel .col50:nth-child(2) .col50-2:nth-child(2) {
	margin-top: 0;
}

#produkt-singel .col50:nth-child(even) .col50-2 {
	margin-right: 7px;
}

#produkt-singel .col100 {
	margin-top: 15px;
	padding: 10px 15px 10px 15px;
	
	border: solid 1px #e2e2e2;
	border-radius: 8px;
}


#produkt-singel .col50-2 span {
	font-size: 13px;
}

#produkt-singel .button {
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 500;
}

#produkt-singel .orange, #produkt-singel .orange a, #produkt-singel .orange a:visited {
	background-color: #ec681b;
	color: #fff;
	
}

#produkt-singel .gray {
	margin-top: 20px;
	background-color: #e1e1e1;
	color: #404040;
}

#produkt-singel .col100 .cols33 {
	width: 33%;
	float: left;
	padding-top: 20px;
}

#produkt-singel .contact {
	margin-top: 35px;
	padding: 35px;
}

#produkt-singel .contact h2 {
	margin-top: 0;
}

#produkt-singel .col100 .cols33:nth-child(2) {
	text-align: center;
}

#produkt-singel .col100 .cols33:nth-child(3) {
	text-align: right;
}

#produkt-singel .col100 {
	margin-bottom: 60px;
}


/*kontakt*/

.page-id-25 h2 {
	margin-top: 0 !important;
}

.page-id-25 .entry-content I {
	color: #ec681b;
}

#contactForm {
	position: relative;
	top: -100px;
	
	background-color: #fff;
	padding: 30px;
}

#contactForm input, #contactForm textarea {
	width: 100%;
	border-radius: 0;
	background-color: #f2f2ec;
	padding: 10px;
	color: #000;
}

#contactForm p {
	padding: 0 0 10px 0;
	margin: 0;
}

#contactForm input[type="submit"] {
	background-color: #ec681b;
	color: #fff;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 400;
}

#contactForm .captcha-image {
	width: 100%;
}

.red {
	color: rgb(160, 33, 40);
}


.blink {
    animation-name: animation_blink;
    animation-timing-function: ease-in;
    animation-duration: 2s; 
    animation-iteration-count: infinite;            
}

.bold {
	font-weight: 500;
}

@keyframes animation_blink {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% { opacity: 1; }    
}

/*footer*/
#colophon {	
	height: 370px;
	border-top: solid 8px #ec681b;
	
	background-color: #5b5b54;
	
	overflow-x: hidden;
}

#footer-inner, #footer-inner a {
	color: #fff;
	text-decoration: none;
}

.col25 {
	width: calc(25% - 50px);
	margin: 70px 0 0 50px;
	float: left;
}

.col25:first-child {
	margin-left: 0;
}

#footer-inner h6 {
	margin: 0;
	padding: 0;
	
	color: #ec681b;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
}

#footer-inner P {
	margin-top: 0;
}


UL {
	margin: 0;
	padding: 0;
	list-style: none;
}

.iso-logo {
	margin-top: 40px;
}


.herstellerbescheinigung {
	width: calc(100vw - 20px);
	margin-left: calc(-50vw + 50% + 10px);
	left: 0;
	background-color: #f2f2ec;
	padding: 100px 0 100px 0;
}


.wp-block-heading {
	margin-top: 70px;
}


/*external modal */

.featherlight-content {
	padding: 0 !important;
}

.featherlight-close {
	display: none !important;
}

.ext-leave-modal h3 {
	height: 60px;
	background-color: #ec681b;
	color: #fff;
	line-height: 60px;
	padding: 0 25px 0 25px;
}

.ext-leave-modal .txt, .ext-leave-modal .accept {
	padding: 0 25px 0 25px;
}

.ext-leave-modal .box{
	background: #f2f2ec; 
	border-radius: 0;
	margin: .75rem 0;
	padding: 25px;
}

.ext-leave-modal button {
	color: #fff;
	background-color: #ec681b;
	cursor: pointer;
	border: none;
	border-radius: 0;
	line-height: 1;
}



.qtip {
  display: inline-block;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  font-style: normal;
  transition:all .25s ease-in-out
}
.qtip:hover {}
/*the tip*/
.qtip:before {
  content: attr(data-tip);
  font-size: 14px;
  position: absolute;
  background: rgba(10, 20, 30, 0.85);
  color: #fff;
  line-height: 1.2em;
  padding: 0.5em;
  font-style: normal;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  min-width: 180px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-family: sans-serif;
  letter-spacing: 0;
  font-weight: 600;
	  
	  white-space: pre;  /* oder pre-line */
}
.qtip:after {
  width: 0;
  height: 0;
  border-style: solid;
  content: '';
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out
}
.qtip:hover:before,
.qtip:hover:after {
  visibility: visible;
  opacity: 1
}
/*top*/
.qtip.tip-top:before {
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 8px));
  box-sizing: border-box;
  border-radius: 3px;
}
.qtip.tip-top:after {
  border-width: 8px 8px 0 8px;
  border-color: rgba(10, 20, 30, 0.85) transparent transparent transparent;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0);
}
/*bottom*/
.qtip.tip-bottom:before {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% + 8px));
  box-sizing: border-box;
  border-radius: 3px;
}
.qtip.tip-bottom:after {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(10, 20, 30, 0.85) transparent;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, 0);
}
/*left*/
.qtip.tip-left:before {
  left: 0;
  top: 50%;
  transform: translate(calc(-100% - 8px), -50%);
  box-sizing: border-box;
  border-radius: 3px;
}
.qtip.tip-left:after {
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent rgba(10, 20, 30, 0.85);
  left: -8px;
  top: 50%;
  transform: translate(0, -50%);
}
/*right*/
.qtip.tip-right:before {
  right: 0;
  top: 50%;
  transform: translate(calc(100% + 8px), -50%);
  box-sizing: border-box;
  border-radius: 3px;
}
.qtip.tip-right:after {
  border-width: 8px 8px 8px 0;
  border-color: transparent rgba(10, 20, 30, 0.85) transparent transparent;
  right: -8px;
  top: 50%;
  transform: translate(0, -50%);
}
/*some styles for this example*/

.container {
  padding: 1.5em;
  margin: 3em auto;
  background: #fff;
  position: relative;
  max-width: 720px;
  font-size: calc(2vmin + 12px);
  line-height: 1.5em;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  text-align:center;
  font-family:'Raleway', sans-serif
}
.container p {margin:0 auto 0.8em}
.container h1 {
  text-align: center;font-family: monospace, serif;
  line-height:1em;
  color: #d40; 
  margin:0 auto 0.5em;
  font-size: 2.5em;
}
code {
  color: #3bb4e5;
  font-size: 0.8em;
  padding: 1em;
  background: rgb(10,20,30);
  display: block;
  text-align:left;
}
.qcontent {
  color: #ff0;
  font-weight: bold
}
.qclass {
  color: #dd0;
  font-weight: bold
}


.info-icon {
	background-color: #fff;
	color: #ec681b;
}


#masthead .inner {
    display: flex;
    align-items: center;
}

#menu-1150 {
	padding-left: 30px;
	width: 1300px;
    margin-left: 3%;
    margin-right: 3%;
}
