@charset "utf-8";
/* CSS Document */
/*
Theme Name: Wolfram
Author: networkerz gmbh / RP
Author URI: http://networkerz.de/
Description: Wolfram css
Version: 1.1
License: private
License URI: http://www.networkerz.de
*/
/*  */


/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/source-sans-pro-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/source-sans-pro-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v14-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-300italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/source-sans-pro-v14-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/source-sans-pro-v14-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v14-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v14-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v14-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v14-latin-300italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/source-sans-pro-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/source-sans-pro-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v14-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

:root {
	--main: #00887F;
	--highlight: #FF8A00;
	--lightgreen: #AFD8C74D;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
	position: relative;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 19px;
	color: #000;
	text-align: left;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	hyphens: none;
}
p.light {font-size: 15px;}
p.light span.quote{font-size: 25px; font-weight: 700;}

body {
	min-height: 100vh;
	min-height: -webkit-fill-available;
}
html {
	height: -webkit-fill-available;
}
.home {  }
.background {
	width: 100%;
	margin-left: 0%;
}
/*  background animation  */

.background {
	position: fixed;
	top: 15%;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	margin-left: 0%;
	transform-origin: center;
	animation: move 50s ease-in-out infinite;
	transform-style: preserve-3d;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0% 50%;
}
.background svg path {
	stroke: #008880;
	stroke-width: 1;
	fill: none;
}
.raute {
	position: fixed;
	width: 100%;
	max-width: 800px;
	height: 400px;
	left: 30%;
	border: 1px solid var(--main);
	transform-origin: center;
	animation: moveit 33s ease-in-out infinite;
	transform-style: preserve-3d;
	transform: skew(-20deg, -20deg) rotateZ(15deg);
	opacity: 0.2;
	z-index: -1;
}
@keyframes moveit {
	0% {
		transform: skew(-20deg, -20deg) rotateZ(15deg);
		opacity: 0.2;
	}
	33% {
		transform: skew(20deg, 20deg) rotateZ(-10deg) scale(0.8);
		opacity: 0.2;
	}
	66% {
		transform: skew(30deg, 20deg) rotate(-35deg) scale(0.9);
		opacity: 0.2;
	}
	100% {
		transform: skew(-20deg, -20deg) rotateZ(15deg);
		opacity: 0.2;
	}
}
@keyframes move {
	0% {
		transform: rotateY(0) rotateX(0) translateZ(0);
		opacity: 0.11;
	}
	25% {
		transform: scale(1) rotateY(-40deg) rotateX(45deg) translateZ(0.8rem);
		opacity: 0.22;
	}
	50% {
		transform: rotateY(0) rotateX(0) translateZ(0);
		opacity: 0.08;
	}
	75% {
		transform: scale(1) rotateY(-40deg) rotateX(-45deg) translateZ(0.8rem);
		opacity: 0.22;
	}
	100% {
		transform: rotateY(0) rotateX(0) translateZ(0);
		opacity: 0.11;
	}
}
strong {
	font-weight: 700;
}
/*   Farben   */

.green {
	color: var(--main);
}
.page-id-10 .bg-green,
.page-id-836 .bg-green,
.parent-pageid-10 .bg-green,
.parent-pageid-836 .bg-green{
	background-color: #000;
	opacity: 0.5;
}
.page-id-12 .bg-green, .parent-pageid-12 .bg-green,
.page-id-855 .bg-green, .parent-pageid-855 .bg-green {
	background-color: #557584;
	opacity: 0.7;
}
.page-id-14 .bg-green {
	background-color: var(--main);
	opacity: 0.7;
}

.parent-pageid-25 .rhombus.bg-green {
  background-color: var(--main);
  opacity: 0.7;
}

.bg-grau {
	/*  background-color: #6B6B62;*/
	background-color: #000;
	opacity: 0.8;
}
.bg-metal {
	/* background-color: #557584;*/
	background-color: #557584;
	opacity: 0.8;
}
.bg-green {
	background-color: var(--main);
	opacity: 0.85;
}
.bg-lightgray {
	background-color: #F0F0EF;
}
.bg-highlight {
  background-color: var(--highlight);
}
.bg-lightgreen {
  background-color: var(--lightgreen);
}
/*   Headings / Image / Text   */

h1, h2 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700;
	color: #000;
}
h1 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 25px;
}
.page-template-startseite h1 {
	font-size: 36px;
	line-height: 42px;
}
.headline-text-col-2 h2 {
	margin: 0px;
}
h2 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 25px;
	margin-top: 40px;
}
.img-info-col-2 .col-2 h2 {
	margin-top: 0;
}
.img-info-col-2 h2 {
	width: 100%;
	max-width: 735px;
	margin: 0px auto 25px;
}
h4 {
	font-weight: 300;
}
.single-ratgeber h2 {
	color: #000000;
	font-weight: 700;
}
.single-ratgeber section.text-info-col-2.intro .col-4 h2 {
	color: #6b6b64;
	font-weight: 700;
	padding-bottom: 0px;
}
.single-ratgeber h3 {
	text-align: left;
}
.single-ratgeber iframe {
	width: 100%;
	height: auto;
	min-height: 415px;
}
.wp-caption {
	width: 100% !important;
	height: auto;
}
p.wp-caption-text {
	margin-top: 20px;
}
.page-template-startseite h2 {
	font-size: 28px;
	font-weight: 700;
}
.page-template-startseite .bg-green h2 {
	color: #fff;
}
h3 {
	text-align: center;
}
.info h3 {
	text-align:left;
	margin-bottom:15px;
}
.produkt-text h3 {
	text-align: left;
	margin-bottom: 15px;
	font-weight: normal;
}
img {
	border: none;
	display: block;
}
p {
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 20px;
}
.hero p {
	margin-bottom:0;
}
.produkt-text p {
	margin-bottom: 25px;
}
hr {
	width: 92%;
    max-width: 1280px;
    margin:30px auto;
	background-color:#adaa96;
	height:1px;
	border:none;
}
/*   Links   */
a {
	color: #000;
	text-decoration: none;
	/*  font-weight:300;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
  */
}

.produkt-text a.btn,
a.btn {
	background-color: var(--main);;
	display:inline-block;
	color:#fff;
	padding:8px 26px;
	font-weight:700;
	text-transform: uppercase;
	text-decoration:none;
}
	.produkt-text a.btn span,
	a.btn span {font-weight:300; text-transform: normal;}

.produkt-text a.btn:hover,
a.btn:hover {text-decoration:underline;}

.img-produkte-col-3 a {
  position: absolute;
	top:0;
  width: 100%;
  height: 100%;
}
 @media (hover: hover) {
	 
}
.produkt-text a, p a {
	color: var(--main);
}
.breadcrumbs+.intro article .col-8 .produkt-text h2 {
	margin-top: 0px;
}
section.text-info-col-2.intro .col-4 h2 {
	margin-top: 0px;
}
section.text-info-col-2.intro .col-4 .info {
	padding-left: 30px;
	border-left: 1px solid #BEBEBE;
}
a.cta {
	font-size: 19px;
	font-weight: 700;
	text-decoration: underline 1px solid var(--main) !important;
}
footer .footer-nav a:hover,
footer .footer-meta-nav a:hover {
	text-decoration: underline;
}
footer a:focus,
footer .social-icon a:hover {
	text-decoration: none;
}
a:visited {}
a:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
a.mehr, article .btn {
	font-weight: 700;
}
.img-standort-col-3 a, .img-team-col-3 a {
	color: #FFF;
	text-decoration: underline;
}
.position-titel .position-text a {
	text-decoration: underline;
}
.page-template-startseite .position-titel .position-text .btn { 
  border: 0px solid #fff;
  padding: 5px 20px;
  margin-top: 30px;
  float: right;
  padding:0;
}
.page-template-startseite .position-titel .position-text .btn a
{
  color: #fff;
  font: normal normal bold 17px/17px Source Sans Pro;
  text-decoration: none;
  text-align: center;
  padding: 12px 20px;
  display: inline-block;
}
.page-template-startseite .position-titel .position-text .button:hover { 
	background-color:transparent; 
}
article .btn {
  border: 0px solid #fff;
  padding: 5px 20px;
  margin-top: 30px;
  display: inline-block;
}
.intro article .btn {
	padding:0;
	position:relative;
}
article .btn a {
  color:#fff;
  text-decoration:none;
}
.intro article .btn.bg-green a {
  padding: 5px 20px;
  display: inline-block;
}
/*   Lists   */

ul, li {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 25px;
}
ol li {
	list-style:unset;
}
.info ul {
	margin-bottom: 20px;
}
.produkt-text ul {
	margin: 0px 0px 25px 10px;
}
.produkt-text ul li, .info ul li {
	margin: 0px 10px;
}
.info ul li {
	margin-left:20px
}
.produkt-text img {
	max-width: 100%;
	height: auto;
}
/*  Navigation  */

.nav-brand a {
	display: block;
	height: 105px;
	text-decoration: none;
	background-image: url('/wp-content/uploads/2023/05/wolfram-industrie-logo-2023.png');
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 841.9 595.3' style='enable-background:new 0 0 841.9 595.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2300847E;%7D .st1%7Bfill:%23B3BEBD;%7D%0A%3C/style%3E%3Cg%3E%3Cpath d='M61.8,256.3c0.4,1.3,0.9,2.7,1.5,4.3c0.5,1.6,1.1,3.3,1.7,5s1.2,3.4,1.8,5.2c0.6,1.7,1.2,3.3,1.8,4.8 c0.5-1.6,1-3.3,1.5-5.2c0.5-1.9,1-3.8,1.4-5.8s0.9-4,1.3-6s0.8-3.9,1.2-5.8h9c-1.3,5.4-2.8,11-4.5,16.6c-1.7,5.6-3.5,10.9-5.5,16 h-7.9c-1.3-3-2.5-6.2-3.7-9.5s-2.4-6.6-3.6-9.9c-1.2,3.3-2.4,6.6-3.5,9.9c-1.2,3.3-2.4,6.5-3.7,9.5h-7.9c-2-5-3.8-10.4-5.5-16 s-3.2-11.1-4.5-16.6H42c0.4,1.8,0.8,3.8,1.2,5.8s0.9,4,1.4,6s1,3.9,1.5,5.8s1,3.6,1.5,5.2c0.7-1.5,1.3-3.2,1.9-4.9 c0.6-1.7,1.2-3.4,1.8-5.2c0.6-1.7,1.1-3.4,1.6-5s1-3,1.4-4.3h7.5V256.3z'/%3E%3Cpath d='M123.3,269.1c0,2.8-0.5,5.2-1.5,7.3c-1,2.1-2.3,3.9-4,5.3s-3.7,2.5-6,3.2s-4.9,1.1-7.5,1.1s-5.1-0.4-7.4-1.1 s-4.3-1.8-6.1-3.2c-1.7-1.4-3.1-3.2-4.1-5.3c-1-2.1-1.5-4.6-1.5-7.3c0-2.8,0.5-5.2,1.5-7.3c1-2.1,2.4-3.9,4.2-5.3 c1.7-1.4,3.8-2.5,6.1-3.2c2.3-0.7,4.7-1.1,7.3-1.1c2.6,0,5.1,0.4,7.4,1.1c2.3,0.7,4.3,1.8,6.1,3.2c1.7,1.4,3.1,3.2,4.1,5.3 C122.8,263.8,123.3,266.3,123.3,269.1z M94.1,269.1c0,1.6,0.2,3,0.7,4.3s1.1,2.4,2,3.3s1.9,1.6,3.2,2.1c1.3,0.5,2.7,0.8,4.3,0.8 c1.6,0,3-0.3,4.3-0.8s2.3-1.2,3.2-2.1c0.9-0.9,1.5-2,2-3.3s0.7-2.7,0.7-4.3c0-1.6-0.2-3-0.7-4.3s-1.1-2.4-2-3.3s-1.9-1.6-3.2-2.1 c-1.3-0.5-2.7-0.8-4.3-0.8c-1.6,0-3.1,0.3-4.3,0.8c-1.3,0.5-2.3,1.2-3.2,2.2c-0.9,0.9-1.5,2-2,3.3 C94.3,266.1,94.1,267.5,94.1,269.1z'/%3E%3Cpath d='M155,279.1v6.3h-25.6v-32.5h8.6v26.2H155z'/%3E%3Cpath d='M160.5,285.4v-32.5h25.6v6.1h-17v6.8h15.1v6.2h-15.1v13.4H160.5z'/%3E%3Cpath d='M203.4,252.5c5.7,0,10.1,0.9,13.2,2.6c3.1,1.7,4.6,4.4,4.6,8.1c0,2.3-0.6,4.1-1.9,5.6c-1.2,1.4-3,2.5-5.3,3.4 c0.8,0.8,1.6,1.7,2.4,2.8c0.8,1,1.7,2.1,2.5,3.3c0.8,1.1,1.6,2.3,2.4,3.6c0.8,1.2,1.5,2.4,2.2,3.6h-9.6c-0.7-1.1-1.4-2.1-2.1-3.2 c-0.7-1.1-1.5-2.2-2.2-3.2c-0.8-1-1.5-2-2.2-2.9s-1.5-1.8-2.2-2.5h-4.3v11.9h-8.6v-32.1c1.9-0.3,3.8-0.5,5.8-0.7 C200,252.5,201.8,252.5,203.4,252.5z M203.9,258.7c-0.6,0-1.2,0-1.7,0s-1,0.1-1.4,0.1v8.8h2.4c3.2,0,5.6-0.3,7-1s2.1-1.9,2.1-3.5 s-0.7-2.7-2.1-3.4C208.8,259,206.7,258.7,203.9,258.7z'/%3E%3Cpath d='M256.4,285.4c-0.4-1.1-0.9-2.3-1.4-3.5s-1-2.4-1.5-3.6h-14.9c-0.5,1.2-1,2.4-1.5,3.6s-0.9,2.4-1.4,3.5h-8.9 c1.4-3.5,2.8-6.7,4.1-9.7s2.6-5.8,3.8-8.4s2.5-5.1,3.7-7.5s2.4-4.7,3.7-6.9h8.2c1.3,2.3,2.5,4.6,3.7,6.9c1.2,2.4,2.5,4.9,3.7,7.5 s2.5,5.4,3.8,8.4s2.7,6.2,4.1,9.7H256.4z M246.1,260.2c-0.2,0.5-0.5,1.1-0.8,1.9c-0.4,0.8-0.8,1.8-1.3,2.8c-0.5,1.1-1,2.2-1.6,3.5 s-1.2,2.6-1.8,4h10.9c-0.6-1.4-1.2-2.8-1.7-4c-0.5-1.3-1.1-2.5-1.6-3.5c-0.5-1.1-0.9-2-1.3-2.8 C246.6,261.3,246.3,260.7,246.1,260.2z'/%3E%3Cpath d='M280.7,252.8c0.7,1,1.4,2.3,2.3,3.8c0.9,1.5,1.8,3.2,2.7,4.9c0.9,1.8,1.9,3.6,2.8,5.4s1.8,3.6,2.6,5.2 c0.8-1.6,1.7-3.4,2.6-5.2c0.9-1.8,1.9-3.7,2.8-5.4c0.9-1.8,1.8-3.4,2.7-4.9c0.9-1.5,1.6-2.8,2.3-3.8h7.8c0.4,2.2,0.7,4.6,1,7.3 s0.6,5.5,0.8,8.4c0.2,2.9,0.5,5.8,0.7,8.7c0.2,2.9,0.4,5.6,0.5,8.2H304c-0.1-3.2-0.3-6.6-0.4-10.3c-0.2-3.7-0.5-7.5-0.8-11.3 c-0.7,1.3-1.4,2.8-2.2,4.4c-0.8,1.6-1.6,3.2-2.4,4.8c-0.8,1.6-1.6,3.1-2.3,4.6c-0.7,1.5-1.4,2.7-1.9,3.7h-6c-0.5-1-1.1-2.3-1.9-3.7 c-0.7-1.5-1.5-3-2.3-4.6s-1.6-3.2-2.4-4.8c-0.8-1.6-1.6-3.1-2.2-4.4c-0.4,3.8-0.6,7.5-0.8,11.3c-0.2,3.7-0.3,7.2-0.4,10.3h-8.4 c0.1-2.6,0.3-5.3,0.5-8.2c0.2-2.9,0.4-5.8,0.7-8.7c0.2-2.9,0.5-5.7,0.8-8.4c0.3-2.7,0.7-5.1,1-7.3H280.7z'/%3E%3Cpath d='M333.4,252.8h8.6v32.5h-8.6V252.8z'/%3E%3Cpath d='M376.5,285.4c-2.5-3.7-5.1-7.4-8-11s-5.9-7.1-9.2-10.3v21.3h-8.5v-32.5h7c1.2,1,2.6,2.3,4,3.8c1.5,1.5,3,3.1,4.5,4.8 c1.5,1.7,3,3.5,4.6,5.3c1.5,1.8,2.9,3.6,4.3,5.3v-19.2h8.6v32.5L376.5,285.4L376.5,285.4z'/%3E%3Cpath d='M426.1,269.1c0,2.8-0.5,5.3-1.5,7.4s-2.5,3.8-4.4,5.2c-1.9,1.4-4.2,2.4-6.9,3.1c-2.7,0.7-5.8,1-9.2,1 c-1.5,0-3.4-0.1-5.4-0.2c-2.1-0.1-4.1-0.3-6.1-0.7v-31.7c2-0.3,4.1-0.5,6.2-0.6c2.2-0.1,4-0.2,5.6-0.2c3.3,0,6.2,0.3,8.9,0.9 c2.7,0.6,5,1.6,6.9,3c1.9,1.3,3.4,3.1,4.4,5.2S426.1,266.1,426.1,269.1z M401.2,279.4c0.4,0,0.9,0.1,1.4,0.1s1.2,0,1.9,0 c4.3,0,7.5-0.9,9.6-2.8c2.1-1.8,3.1-4.4,3.1-7.7c0-3.4-1-6-3-7.7c-2-1.8-5.1-2.6-9.4-2.6c-0.6,0-1.2,0-1.8,0 c-0.6,0-1.2,0.1-1.8,0.1L401.2,279.4L401.2,279.4z'/%3E%3Cpath d='M448.2,286c-2.7,0-5-0.3-7-1c-2-0.6-3.6-1.5-4.8-2.7c-1.3-1.1-2.2-2.5-2.8-4.1c-0.6-1.6-0.9-3.3-0.9-5.2v-20.2h8.6v19.6 c0,1.3,0.2,2.4,0.5,3.4c0.3,0.9,0.8,1.7,1.4,2.3c0.6,0.6,1.3,1,2.2,1.2c0.9,0.3,1.8,0.4,2.8,0.4c2.1,0,3.8-0.5,5.1-1.6 c1.3-1.1,2-3,2-5.6v-19.6h8.6v20.2c0,1.9-0.3,3.7-0.9,5.3c-0.6,1.6-1.6,3-2.9,4.1s-2.9,2-4.9,2.7C453.3,285.7,451,286,448.2,286z' /%3E%3Cpath d='M482.8,279.8c1.2,0,2.2-0.1,3-0.3c0.8-0.2,1.4-0.4,1.9-0.7c0.5-0.3,0.8-0.6,1-1.1c0.2-0.4,0.3-0.9,0.3-1.4 c0-1.1-0.6-1.9-1.8-2.7c-1.2-0.7-3.2-1.5-6.1-2.3c-1.3-0.4-2.5-0.8-3.8-1.3s-2.4-1.1-3.4-1.8c-1-0.7-1.8-1.6-2.4-2.7 c-0.6-1-0.9-2.3-0.9-3.8s0.3-2.9,1-4.1s1.6-2.2,2.8-3.1c1.2-0.8,2.7-1.5,4.4-1.9c1.7-0.5,3.7-0.7,5.9-0.7c2.6,0,4.8,0.2,6.7,0.7 c1.9,0.5,3.4,1,4.6,1.5l-2.5,5.8c-1.1-0.5-2.3-0.9-3.6-1.2c-1.3-0.4-2.9-0.5-4.7-0.5c-2.1,0-3.5,0.2-4.4,0.7s-1.4,1.2-1.4,2.2 c0,0.6,0.2,1.1,0.5,1.5s0.8,0.8,1.4,1.1c0.6,0.3,1.3,0.6,2.1,0.9c0.8,0.3,1.7,0.5,2.6,0.8c2,0.6,3.7,1.2,5.2,1.9 c1.5,0.6,2.7,1.3,3.7,2.1c1,0.8,1.7,1.8,2.2,2.9s0.7,2.4,0.7,4c0,3-1.3,5.4-3.8,7.1s-6.3,2.5-11.3,2.5c-1.7,0-3.2-0.1-4.6-0.3 c-1.4-0.2-2.6-0.4-3.6-0.6c-1-0.3-2-0.5-2.7-0.8c-0.8-0.3-1.4-0.5-1.9-0.8l2.4-5.8c1.1,0.5,2.5,1,4.2,1.4 C478.3,279.6,480.3,279.8,482.8,279.8z'/%3E%3Cpath d='M531.8,252.8v6.2h-11.5v26.3h-8.6V259h-11.5v-6.2H531.8z'/%3E%3Cpath d='M548.5,252.5c5.7,0,10.1,0.9,13.2,2.6c3.1,1.7,4.6,4.4,4.6,8.1c0,2.3-0.6,4.1-1.9,5.6c-1.2,1.4-3,2.5-5.3,3.4 c0.8,0.8,1.6,1.7,2.4,2.8c0.8,1,1.7,2.1,2.5,3.3c0.8,1.1,1.6,2.3,2.4,3.6c0.8,1.2,1.5,2.4,2.2,3.6H559c-0.7-1.1-1.4-2.1-2.1-3.2 c-0.7-1.1-1.5-2.2-2.2-3.2c-0.8-1-1.5-2-2.2-2.9s-1.5-1.8-2.2-2.5H546v11.9h-8.6v-32.1c1.9-0.3,3.8-0.5,5.8-0.7 C545.2,252.5,547,252.5,548.5,252.5z M549,258.7c-0.6,0-1.2,0-1.7,0s-1,0.1-1.4,0.1v8.8h2.4c3.2,0,5.6-0.3,7-1s2.1-1.9,2.1-3.5 s-0.7-2.7-2.1-3.4C553.9,259,551.8,258.7,549,258.7z'/%3E%3Cpath d='M574.2,252.8h8.6v32.5h-8.6V252.8z'/%3E%3Cpath d='M591.6,285.4v-32.5h25.8v6.1h-17.2v6.4h15.3v6h-15.3v7.8h18.5v6.1h-27.1V285.4z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M118.8,310.2v2H113v14.5h-2.6v-14.5h-5.8v-2H118.8z'/%3E%3Cpath d='M129.9,327.1c-1.2,0-2.2-0.2-3.1-0.5s-1.6-0.8-2.2-1.4s-1-1.3-1.3-2.1c-0.3-0.8-0.4-1.7-0.4-2.6v-10.4h2.6v10.1 c0,1.7,0.4,2.9,1.2,3.6c0.8,0.7,1.9,1.1,3.2,1.1c0.7,0,1.3-0.1,1.8-0.3c0.5-0.2,1-0.5,1.4-0.8c0.4-0.4,0.7-0.9,0.9-1.5 s0.3-1.3,0.3-2.1v-10.1h2.6v10.4c0,0.9-0.1,1.8-0.4,2.6c-0.3,0.8-0.7,1.5-1.3,2.1s-1.3,1-2.2,1.4 C132.2,326.9,131.1,327.1,129.9,327.1z'/%3E%3Cpath d='M155.5,326.8c-0.4-0.6-0.8-1.2-1.3-2c-0.5-0.7-1-1.5-1.6-2.3s-1.2-1.6-1.8-2.4s-1.3-1.6-1.9-2.4c-0.6-0.8-1.2-1.5-1.8-2.1 c-0.6-0.7-1.1-1.3-1.6-1.8v12.9H143v-16.5h2c0.8,0.8,1.7,1.7,2.7,2.8c0.9,1.1,1.9,2.1,2.8,3.3c0.9,1.1,1.8,2.2,2.6,3.3 c0.8,1.1,1.5,2,2.1,2.9v-12.2h2.5v16.5L155.5,326.8L155.5,326.8z'/%3E%3Cpath d='M174.9,318.6h2.6v7.7c-0.2,0.1-0.5,0.1-0.9,0.2s-0.9,0.2-1.4,0.2c-0.5,0.1-1.1,0.1-1.7,0.2c-0.6,0.1-1.2,0.1-1.9,0.1 c-1.3,0-2.5-0.2-3.5-0.6c-1.1-0.4-2-0.9-2.7-1.7c-0.8-0.7-1.3-1.6-1.8-2.7c-0.4-1.1-0.6-2.3-0.6-3.7c0-1.4,0.2-2.6,0.7-3.7 s1.1-2,1.9-2.7c0.8-0.7,1.7-1.3,2.8-1.7c1.1-0.4,2.2-0.6,3.4-0.6c0.8,0,1.6,0,2.2,0.1c0.6,0.1,1.2,0.2,1.7,0.3 c0.5,0.1,0.8,0.3,1.1,0.4s0.5,0.2,0.6,0.3l-0.8,1.9c-0.5-0.3-1.2-0.6-2-0.8c-0.8-0.2-1.7-0.3-2.6-0.3c-0.9,0-1.8,0.2-2.6,0.5 s-1.4,0.7-2,1.3c-0.5,0.6-1,1.3-1.3,2.1c-0.3,0.8-0.5,1.7-0.5,2.8c0,1,0.1,1.9,0.4,2.7c0.3,0.8,0.6,1.5,1.2,2.1 c0.5,0.6,1.2,1,1.9,1.3c0.8,0.3,1.7,0.5,2.7,0.5c0.7,0,1.4,0,1.9-0.1s0.9-0.1,1.1-0.2v-5.9H174.9z'/%3E%3Cpath d='M187.3,325.1c2.7,0,4-0.8,4-2.5c0-0.5-0.1-0.9-0.4-1.3c-0.2-0.4-0.6-0.7-1-0.9c-0.4-0.3-0.9-0.5-1.4-0.7s-1.1-0.4-1.7-0.6 c-0.7-0.2-1.3-0.4-1.9-0.7c-0.6-0.3-1.1-0.6-1.6-0.9c-0.4-0.4-0.8-0.8-1-1.3c-0.3-0.5-0.4-1.1-0.4-1.8c0-1.4,0.5-2.6,1.6-3.4 s2.6-1.2,4.5-1.2c1.1,0,2.1,0.1,3,0.3c0.9,0.2,1.6,0.4,2,0.7l-0.8,1.9c-0.4-0.2-0.9-0.4-1.7-0.6c-0.7-0.2-1.6-0.3-2.6-0.3 c-0.5,0-1,0-1.4,0.1s-0.8,0.2-1.1,0.4c-0.3,0.2-0.6,0.4-0.8,0.7c-0.2,0.3-0.3,0.6-0.3,1s0.1,0.8,0.3,1.1c0.2,0.3,0.5,0.6,0.8,0.8 c0.4,0.2,0.8,0.4,1.2,0.6c0.5,0.2,1,0.4,1.6,0.6c0.8,0.3,1.5,0.6,2.2,0.9s1.2,0.6,1.7,1s0.9,0.9,1.1,1.4c0.3,0.5,0.4,1.2,0.4,2 c0,1.4-0.6,2.6-1.8,3.3c-1.2,0.8-2.8,1.2-5,1.2c-0.7,0-1.4,0-2-0.1s-1.2-0.2-1.6-0.3c-0.5-0.1-0.9-0.2-1.2-0.4 c-0.3-0.1-0.6-0.3-0.8-0.3l0.8-1.9c0.4,0.2,1,0.4,1.9,0.7C185.1,325,186.1,325.1,187.3,325.1z'/%3E%3Cpath d='M210.9,310.2v2h-5.8v14.5h-2.6v-14.5h-5.8v-2H210.9z'/%3E%3Cpath d='M215.2,326.8v-16.5h11.2v2h-8.6v4.9h7.7v1.9h-7.7v5.7h9.3v2H215.2z'/%3E%3Cpath d='M244.5,326.8c-0.4-0.6-0.8-1.2-1.3-2c-0.5-0.7-1-1.5-1.6-2.3s-1.2-1.6-1.8-2.4s-1.3-1.6-1.9-2.4c-0.6-0.8-1.2-1.5-1.8-2.1 c-0.6-0.7-1.1-1.3-1.6-1.8v12.9H232v-16.5h2c0.8,0.8,1.7,1.7,2.7,2.8c0.9,1.1,1.9,2.1,2.8,3.3c0.9,1.1,1.8,2.2,2.6,3.3 c0.8,1.1,1.5,2,2.1,2.9v-12.2h2.5v16.5L244.5,326.8L244.5,326.8z'/%3E%3Cpath d='M272.6,310.2v2h-5.8v14.5h-2.6v-14.5h-5.8v-2H272.6z'/%3E%3Cpath d='M276.9,326.8v-16.5h11.2v2h-8.6v4.9h7.7v1.9h-7.7v5.7h9.3v2H276.9z'/%3E%3Cpath d='M300.7,327.1c-1.3,0-2.5-0.2-3.5-0.6c-1.1-0.4-2-0.9-2.7-1.7c-0.8-0.7-1.3-1.6-1.8-2.7c-0.4-1.1-0.6-2.3-0.6-3.7 c0-1.4,0.2-2.6,0.7-3.7s1.1-2,1.9-2.7s1.7-1.3,2.8-1.7c1.1-0.4,2.2-0.6,3.4-0.6c0.8,0,1.4,0,2.1,0.1c0.6,0.1,1.1,0.2,1.6,0.3 c0.5,0.1,0.8,0.3,1.1,0.4c0.3,0.1,0.5,0.2,0.6,0.3l-0.7,1.9c-0.2-0.1-0.4-0.2-0.7-0.3c-0.3-0.1-0.6-0.2-1-0.3 c-0.4-0.1-0.8-0.2-1.2-0.3c-0.5-0.1-0.9-0.1-1.4-0.1c-1,0-1.8,0.2-2.6,0.5c-0.8,0.3-1.4,0.7-2,1.3c-0.5,0.6-1,1.3-1.3,2.1 c-0.3,0.8-0.4,1.7-0.4,2.8c0,1,0.1,1.9,0.4,2.7c0.3,0.8,0.6,1.5,1.2,2.1c0.5,0.6,1.2,1,1.9,1.3c0.8,0.3,1.7,0.5,2.7,0.5 c1.2,0,2.2-0.1,2.9-0.3c0.8-0.2,1.4-0.4,1.8-0.6l0.7,1.9c-0.1,0.1-0.3,0.2-0.7,0.3c-0.3,0.1-0.7,0.2-1.2,0.3 c-0.5,0.1-1,0.2-1.7,0.3C302.2,327.1,301.5,327.1,300.7,327.1z'/%3E%3Cpath d='M322.4,310.2h2.6v16.5h-2.6v-7.6h-9v7.6h-2.6v-16.5h2.6v6.9h9V310.2z'/%3E%3Cpath d='M343.6,326.8c-0.4-0.6-0.8-1.2-1.3-2c-0.5-0.7-1-1.5-1.6-2.3s-1.2-1.6-1.8-2.4c-0.6-0.8-1.3-1.6-1.9-2.4s-1.2-1.5-1.8-2.1 c-0.6-0.7-1.1-1.3-1.6-1.8v12.9H331v-16.5h2c0.8,0.8,1.7,1.7,2.7,2.8c0.9,1.1,1.9,2.1,2.8,3.3c0.9,1.1,1.8,2.2,2.6,3.3 c0.8,1.1,1.5,2,2.1,2.9v-12.2h2.5v16.5L343.6,326.8L343.6,326.8z'/%3E%3Cpath d='M351.2,318.5c0-1.4,0.2-2.7,0.7-3.7c0.5-1.1,1.1-2,1.9-2.7s1.7-1.3,2.8-1.6s2.2-0.5,3.4-0.5c1.2,0,2.3,0.2,3.4,0.5 c1.1,0.4,2,0.9,2.8,1.6s1.4,1.6,1.9,2.7s0.7,2.3,0.7,3.7c0,1.4-0.2,2.7-0.7,3.7c-0.5,1.1-1.1,2-1.9,2.7s-1.7,1.3-2.8,1.6 c-1.1,0.4-2.2,0.5-3.4,0.5c-1.2,0-2.3-0.2-3.4-0.5c-1.1-0.4-2-0.9-2.8-1.6s-1.4-1.6-1.9-2.7C351.4,321.1,351.2,319.9,351.2,318.5z M353.9,318.5c0,1,0.1,1.9,0.4,2.7c0.3,0.8,0.7,1.5,1.2,2.1s1.2,1,1.9,1.3c0.8,0.3,1.6,0.5,2.5,0.5s1.8-0.2,2.5-0.5 s1.4-0.8,1.9-1.3c0.5-0.6,0.9-1.3,1.2-2.1c0.3-0.8,0.4-1.7,0.4-2.7s-0.1-1.9-0.4-2.7c-0.3-0.8-0.7-1.5-1.2-2.1s-1.2-1-1.9-1.3 c-0.7-0.3-1.6-0.5-2.5-0.5s-1.8,0.2-2.5,0.5c-0.8,0.3-1.4,0.8-1.9,1.3c-0.5,0.6-0.9,1.3-1.2,2.1C354,316.6,353.9,317.5,353.9,318.5 z'/%3E%3Cpath d='M385.1,324.7v2H374v-16.5h2.6v14.5H385.1z'/%3E%3Cpath d='M387.4,318.5c0-1.4,0.2-2.7,0.7-3.7c0.5-1.1,1.1-2,1.9-2.7s1.7-1.3,2.8-1.6s2.2-0.5,3.4-0.5c1.2,0,2.3,0.2,3.4,0.5 c1.1,0.4,2,0.9,2.8,1.6s1.4,1.6,1.9,2.7s0.7,2.3,0.7,3.7c0,1.4-0.2,2.7-0.7,3.7c-0.5,1.1-1.1,2-1.9,2.7s-1.7,1.3-2.8,1.6 c-1.1,0.4-2.2,0.5-3.4,0.5c-1.2,0-2.3-0.2-3.4-0.5c-1.1-0.4-2-0.9-2.8-1.6s-1.4-1.6-1.9-2.7S387.4,319.9,387.4,318.5z M390.1,318.5 c0,1,0.1,1.9,0.4,2.7c0.3,0.8,0.7,1.5,1.2,2.1s1.2,1,1.9,1.3c0.8,0.3,1.6,0.5,2.5,0.5s1.8-0.2,2.5-0.5s1.4-0.8,1.9-1.3 c0.5-0.6,0.9-1.3,1.2-2.1c0.3-0.8,0.4-1.7,0.4-2.7s-0.1-1.9-0.4-2.7c-0.3-0.8-0.7-1.5-1.2-2.1s-1.2-1-1.9-1.3 c-0.7-0.3-1.6-0.5-2.5-0.5s-1.8,0.2-2.5,0.5c-0.8,0.3-1.4,0.8-1.9,1.3c-0.5,0.6-0.9,1.3-1.2,2.1 C390.3,316.6,390.1,317.5,390.1,318.5z'/%3E%3Cpath d='M421.5,318.6h2.6v7.7c-0.2,0.1-0.5,0.1-0.9,0.2s-0.9,0.2-1.4,0.2c-0.5,0.1-1.1,0.1-1.7,0.2s-1.2,0.1-1.9,0.1 c-1.3,0-2.5-0.2-3.5-0.6c-1.1-0.4-2-0.9-2.7-1.7c-0.8-0.7-1.3-1.6-1.8-2.7c-0.4-1.1-0.6-2.3-0.6-3.7c0-1.4,0.2-2.6,0.7-3.7 s1.1-2,1.9-2.7s1.7-1.3,2.8-1.7c1.1-0.4,2.2-0.6,3.4-0.6c0.8,0,1.6,0,2.2,0.1s1.2,0.2,1.7,0.3c0.5,0.1,0.8,0.3,1.1,0.4 c0.3,0.1,0.5,0.2,0.6,0.3l-0.8,1.9c-0.5-0.3-1.2-0.6-2-0.8c-0.8-0.2-1.7-0.3-2.6-0.3s-1.8,0.2-2.6,0.5c-0.8,0.3-1.4,0.7-2,1.3 c-0.5,0.6-1,1.3-1.3,2.1c-0.3,0.8-0.5,1.7-0.5,2.8c0,1,0.1,1.9,0.4,2.7c0.3,0.8,0.6,1.5,1.2,2.1c0.5,0.6,1.2,1,1.9,1.3 c0.8,0.3,1.7,0.5,2.7,0.5c0.7,0,1.4,0,1.9-0.1s0.9-0.1,1.1-0.2L421.5,318.6L421.5,318.6z'/%3E%3Cpath d='M434,326.8v-6.6c-1.2-1.7-2.4-3.4-3.4-5c-1.1-1.7-2.1-3.3-3.1-4.9h3c0.7,1.3,1.4,2.6,2.3,4c0.8,1.3,1.7,2.6,2.6,3.9 c0.9-1.2,1.7-2.5,2.5-3.9c0.8-1.3,1.6-2.7,2.3-4h2.9c-1,1.6-2,3.2-3.1,4.9c-1.1,1.6-2.2,3.3-3.4,5v6.7H434V326.8z'/%3E%3Cpath d='M465.9,318.6h2.6v7.7c-0.2,0.1-0.5,0.1-0.9,0.2s-0.9,0.2-1.4,0.2c-0.5,0.1-1.1,0.1-1.7,0.2s-1.2,0.1-1.9,0.1 c-1.3,0-2.5-0.2-3.5-0.6c-1.1-0.4-2-0.9-2.7-1.7c-0.8-0.7-1.3-1.6-1.8-2.7c-0.4-1.1-0.6-2.3-0.6-3.7c0-1.4,0.2-2.6,0.7-3.7 s1.1-2,1.9-2.7s1.7-1.3,2.8-1.7c1.1-0.4,2.2-0.6,3.4-0.6c0.8,0,1.6,0,2.2,0.1s1.2,0.2,1.7,0.3c0.5,0.1,0.8,0.3,1.1,0.4 c0.3,0.1,0.5,0.2,0.6,0.3l-0.8,1.9c-0.5-0.3-1.2-0.6-2-0.8c-0.8-0.2-1.7-0.3-2.6-0.3s-1.8,0.2-2.6,0.5c-0.8,0.3-1.4,0.7-2,1.3 c-0.5,0.6-1,1.3-1.3,2.1c-0.3,0.8-0.5,1.7-0.5,2.8c0,1,0.1,1.9,0.4,2.7c0.3,0.8,0.6,1.5,1.2,2.1c0.5,0.6,1.2,1,1.9,1.3 c0.8,0.3,1.7,0.5,2.7,0.5c0.7,0,1.4,0,1.9-0.1s0.9-0.1,1.1-0.2L465.9,318.6L465.9,318.6z'/%3E%3Cpath d='M483,319.8c0.3,0.3,0.6,0.7,1.1,1.3c0.4,0.5,0.9,1.1,1.3,1.7c0.5,0.6,0.9,1.3,1.4,2s0.8,1.3,1.2,2h-2.8 c-0.4-0.6-0.7-1.2-1.2-1.8c-0.4-0.6-0.8-1.2-1.3-1.8c-0.4-0.6-0.8-1.1-1.3-1.6c-0.4-0.5-0.8-0.9-1.1-1.3c-0.2,0-0.5,0-0.7,0 s-0.5,0-0.7,0h-2.3v6.5H474v-16.3c0.7-0.2,1.5-0.3,2.4-0.3c0.9-0.1,1.7-0.1,2.5-0.1c2.6,0,4.5,0.4,5.9,1.3s2,2.2,2,3.9 c0,1.1-0.3,2-1,2.8C485.2,318.9,484.3,319.4,483,319.8z M479.1,312.1c-1.1,0-1.9,0-2.5,0.1v6.2h1.8c0.9,0,1.7,0,2.4-0.1 c0.7-0.1,1.3-0.2,1.8-0.5c0.5-0.2,0.9-0.5,1.1-0.9c0.3-0.4,0.4-0.9,0.4-1.6c0-0.6-0.1-1.1-0.4-1.6c-0.3-0.4-0.6-0.7-1.1-1 c-0.5-0.2-1-0.4-1.6-0.5C480.5,312.1,479.8,312.1,479.1,312.1z'/%3E%3Cpath d='M491.2,318.5c0-1.4,0.2-2.7,0.7-3.7c0.5-1.1,1.1-2,1.9-2.7s1.7-1.3,2.8-1.6s2.2-0.5,3.4-0.5c1.2,0,2.3,0.2,3.4,0.5 c1.1,0.4,2,0.9,2.8,1.6s1.4,1.6,1.9,2.7s0.7,2.3,0.7,3.7c0,1.4-0.2,2.7-0.7,3.7c-0.5,1.1-1.1,2-1.9,2.7s-1.7,1.3-2.8,1.6 c-1.1,0.4-2.2,0.5-3.4,0.5c-1.2,0-2.3-0.2-3.4-0.5c-1.1-0.4-2-0.9-2.8-1.6s-1.4-1.6-1.9-2.7C491.4,321.1,491.2,319.9,491.2,318.5z M493.9,318.5c0,1,0.1,1.9,0.4,2.7c0.3,0.8,0.7,1.5,1.2,2.1s1.2,1,1.9,1.3c0.8,0.3,1.6,0.5,2.5,0.5s1.8-0.2,2.5-0.5 s1.4-0.8,1.9-1.3c0.5-0.6,0.9-1.3,1.2-2.1c0.3-0.8,0.4-1.7,0.4-2.7s-0.1-1.9-0.4-2.7c-0.3-0.8-0.7-1.5-1.2-2.1s-1.2-1-1.9-1.3 c-0.7-0.3-1.6-0.5-2.5-0.5s-1.8,0.2-2.5,0.5c-0.8,0.3-1.4,0.8-1.9,1.3c-0.5,0.6-0.9,1.3-1.2,2.1 C494.1,316.6,493.9,317.5,493.9,318.5z'/%3E%3Cpath d='M520.9,327.1c-1.2,0-2.2-0.2-3.1-0.5c-0.9-0.3-1.6-0.8-2.2-1.4c-0.6-0.6-1-1.3-1.3-2.1c-0.3-0.8-0.4-1.7-0.4-2.6v-10.4h2.6 v10.1c0,1.7,0.4,2.9,1.2,3.6s1.9,1.1,3.2,1.1c0.7,0,1.3-0.1,1.8-0.3c0.5-0.2,1-0.5,1.4-0.8c0.4-0.4,0.7-0.9,0.9-1.5 s0.3-1.3,0.3-2.1v-10.1h2.6v10.4c0,0.9-0.1,1.8-0.4,2.6c-0.3,0.8-0.7,1.5-1.3,2.1s-1.3,1-2.2,1.4 C523.2,326.9,522.1,327.1,520.9,327.1z'/%3E%3Cpath d='M538.8,310c2.6,0,4.6,0.4,6,1.3s2.1,2.2,2.1,4c0,1-0.2,1.8-0.6,2.4c-0.4,0.7-0.9,1.2-1.6,1.6c-0.7,0.4-1.6,0.7-2.6,0.9 c-1,0.2-2.2,0.3-3.5,0.3h-2v6.1H534v-16.3c0.7-0.2,1.5-0.3,2.4-0.3C537.2,310.1,538,310,538.8,310z M539,312.1 c-1.1,0-1.9,0-2.5,0.1v6.5h1.9c0.9,0,1.7-0.1,2.4-0.2s1.3-0.3,1.8-0.5s0.9-0.6,1.1-1c0.3-0.4,0.4-1,0.4-1.6s-0.1-1.2-0.4-1.6 c-0.3-0.4-0.6-0.7-1.1-1c-0.5-0.2-1-0.4-1.6-0.5C540.3,312.1,539.7,312.1,539,312.1z'/%3E%3C/g%3E%3Cpolygon class='st0' points='270.3,156.1 326.6,135 382.1,156.1 438.3,177.2 382.1,198.3 325.9,219.4 269.6,198.3 213.4,177.2 '/%3E%3Cg%3E%3Cpath class='st1' d='M354,74.5v72.4v3.6c0,2.7-2.9,5.3-5.7,5.3c-2.7,0-5.6-2.2-5.6-5.2v-4.3V85.1c-3.5,5.5-9.6,9.2-16.7,9.2 c-7.5,0-13.5-3.6-16.9-9.1v61.2v4.3c0,3-2.9,5.2-5.6,5.2c-2.8,0-5.7-2.6-5.7-5.3V147V74.6h-33.5l0.1,81.3 c0,10.1,4.3,25.1,19.9,32.2c3.1,1.4,6.6,2.4,10.5,2.9c16.6,2.2,25.3-3.4,28.8-6.2c1-0.7,1.7-1.3,2.2-1.8c0.4,0.4,1,0.9,1.8,1.5 c3.2,2.7,12,8.8,29.2,6.5c3.9-0.5,7.5-1.6,10.5-2.9c15.7-7,19.9-22.1,19.9-32.2l0.1-81.3L354,74.5L354,74.5z'/%3E%3Cg%3E%3Cpath class='st1' d='M325.9,84.5c11.2,0,19.9-9.1,19.9-20.1c0-10.2-8.9-19.8-19.9-19.8c-10.7,0-20,8.7-20,19.8 C305.9,75.4,314,84.5,325.9,84.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -10px;
	background-size: 85%;
	background-size: 100%;
	width: 260px;
	background-position-y: 10px;
	margin-bottom: 10px;
	height: 125px;
	transition: all 0.3s ease;
}


.small .nav-brand a {
  background-size: 90%;
  background-position-y: 64px;
  transition: all 0.3s ease;
}


#main-menu {
	top: 105px;
	clear: both;
	border: 0;
	webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	z-index: 5;
}
#main-menu ul {
	list-style: none;
	margin: 0px 110px 0px 0px;
	padding: 0px;
	font-size: 16px;
	text-align: right;
	position: relative;
	text-decoration: none;
}
#main-menu ul li {
	display: inline-block;
	padding: 0px 10px 18px 0px;
	position: relative;
	margin-left: 10px;
	margin-bottom: 0px;
	text-align: center;
}
#main-menu ul li.footer-only {
	display:none;
}
#menu-item-18 {
	width: 100px;
}
#menu-item-17 {
	width: 105px;
}
#menu-item-16 {
	width: 180px;
}
#menu-item-24 {
	width: 102px;
}
#menu-item-23 {
	width: 158px;
}
#menu-item-898 {
	width: 100px;
}
#menu-item-899 {
	width: 105px;
}
#menu-item-900 {
	width: 170px;
}
#menu-item-901 {
	width: 90px;
}
#menu-item-902 {
	width: 158px;
}
#main-menu ul li a {
	text-decoration: none;
	padding-bottom: 8px;
	font-size: 16px;
	line-height: 18px;
	position: relative;
}
#main-menu ul li:hover a, #main-menu ul li.current_page_item a {
	font-weight: 300;
}
#main-menu ul li:hover ul li a {
	font-weight: 300;
}
#main-menu ul li.menu-item-has-children a {
	padding-right: 20px;
}
#main-menu ul li.menu-item-has-children a:after {
	position: absolute;
	top: 3px;
	right: 0px;
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(135deg);
}
#main-menu ul li.menu-item-has-children ul li a::after {
	display: none;
}
#main-menu ul li ul li a {
	padding-right: 20px;
	position: relative;
	display: block;
	opacity: 0;
	transition: all 0.15s ease-out;
    color: #fff;
}
#main-menu ul li ul .subnav-wrapper {
	padding: 15px 0px 20px 20px;
}
#main-menu ul li ul li {
	padding: 0px 0px;
	position: static;
	margin: 5px 0px 10px 20px;
	line-height: 19px;
	text-align: left;
}
#main-menu ul ul {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0px;
	height: 0px;
	transition: none;
	left: 0px;
    background-color: #00847e;
	/* background-color: rgba(255, 255, 255, 1); */
	text-align: left;
	width: 232px;
	top: 40px;
	overflow: hidden;
}
#main-menu ul li:last-child:hover ul {
	left: auto;
	right: 0px;
	min-height: 160px;
	width: 215px;
}
#main-menu ul li:last-child ul li {
	margin-right: 10px;
}
#main-menu ul li:hover>ul {
	transition: height 0.15s ease-in;
	top: 43px;
	min-height: 200px;
	height: auto;
	overflow: visible;
	padding-top: 20px;
}
#main-menu ul li:hover>ul li a {
	opacity: 1;
}
#main-menu ul li:hover>ul li a:hover, #main-menu ul li ul li a:hover {
	opacity: 0.6;
}
#main-menu ul ul:hover {}
#main-menu ul ul li {
	display: block;
	margin: 0px;
	padding-right: 10px;
}
#main-menu ul li:hover>ul li:hover>ul {
	min-height: 300px;
}
#main-menu ul ul li:hover ul {
	max-width: inherit;
	width: inherit;
	transition: max-width 0.15s ease-in;
	top: -1px;
}
#main-menu ul ul li:last-child:hover ul {
	left: 100%;
	right: auto;
	width: auto;
	text-align: left;
	min-height: 300px;
}
#main-menu ul ul li:last-child ul li {
	text-align: left;
}
.navbar-toggle {
	margin-top: -33px;
}
#nav-toggle {
	display: block;
	position: absolute;
	right: 26px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-color: transparent;
	border: none;
	padding-left: 0;
	padding-top: 10px;
	top: 46px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 30px;
	background: var(--main);
	position: absolute;
	display: block;
	content: '';
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
}
/*  header   */

/*  content  */

main {
	padding-bottom: 100px;
	margin-top: 120px;
}
main, section, header, footer {
	width: 100%;
}
/*  DESKTOP  */

.nav-brand {
	padding: 30px 20px 18px;
	transition: all 0.5s ease;
}
/* Breadcrumbs  */

.breadcrumb {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	color: rgba(0, 0, 0);
	margin-top: -30px;
	padding-bottom: 30px;
	font-size: 12px;
}
.breadcrumbs .post.post-page.current-item, .breadcrumbs .post.post-ratgeber.current-item {
	font-weight: 700;
    margin-left: 3px;
}
/*  CTA Top  */

.triangle {
	position: absolute;
	right: 0;
	background-color: var(--main);
	width: 380px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 72% 70%);
	z-index: 99;
	height: 120px;
}
.triangle div {
	width: 100%;
	position: relative;
	height: 100%;
}
.triangle a {
	position: absolute;
	top: 25px;
	right: 43px;
	color: white;
	font-weight: 700;
}
.triangle a:hover {
	opacity: 0.75;
}
.triangle {
	position: absolute;
	right: -50px;
	z-index: 99;
	width: 300px;
	height: 100px;
	transform: skew(45deg);
	border-bottom: 2px solid var(--main);
	top: -40px;
	border-left: 3px solid var(--main);
	background-color: transparent;
	clip-path: none;
}
a.anfrage {
	position: absolute;
	top: 25px;
	right: 40px;
	text-transform: uppercase;
	font-weight: bold;
	z-index: 100;
	text-decoration:none;
}
/*  Suche/Sprache  */

.search-language {
	display: block;
	width: auto;
	position: absolute;
	z-index: 100;
	right: 200px;
	bottom: 3px;
}
.search {
	padding-top: 20px;
	font-size: 16px;
}
.language-selector {
	padding-top: 25px;
	font-size: 16px;
}
.search {
	float: left;
}
.language-selector {
	float: right;
	margin-left: 15px;
}
.language-selector a {
	width: 20px;
	display: inline-block;
	margin: 0px 10px;
}
.language-selector a:hover {
	text-decoration:none;
}
.language-selector .wpml-ls-current-language a {
	font-weight: 700;
}
.search img {
	width: 20%;
}
.search-form {
	transition: all 1s;
}
header .search-field {
	background-image: url(/wp-content/themes/wolfram/img/icon_search-blk.png);
}
header .search-field {
	background-color: transparent;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 26px 20px;
	border: none;
	cursor: pointer;
	height: 32px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	width: 0;
	font-family: 'Source Sans Pro';
	border: 2px solid #fff;
}
header .search-field:focus {
	background-color: #fff;
	border: 2px solid var(--main);
	cursor: text;
	outline: 0;
	width: 230px;
	padding-left: 24px;
	background-image: url(/wp-content/themes/wolfram/img/icon_search-gruen.png);
	background-image: none;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.search-form .search-submit {
	display: none;
}
/* Main sections  */

header .container {
	max-width: 1280px;
	width: calc(100% - 180px);
}
main .container {
	padding: 0 30px;
}
.container, article {
	width: 100%;
	max-width: 1280px;
	padding: 0;
	margin: 0 auto;
}
.anchor {
  position: relative;
  display: block;
  top: -60px;
  visibility: hidden;
}
/*    Zitate   */

.zitat-inner {
	max-width: calc(66.666% - 105px);
	margin: 50px 0px 50px 0px;
	color: var(--main);
	font-size: 21px;
	line-height: 30px;
	font-weight: 700;
}
.zitat p.light {
	margin-top:20px;
}
.zitat.eingerueckt .zitat-inner {
	margin: 50px 0px 50px 33.3%;
}
.zitat.withsvg article, .accordion article {
	padding-top: 50px;
	overflow: hidden;
}
.zitat.withsvg .col-3 {
	width: 330px;
	min-height: 210px;
	margin-bottom:0
}
.zitat.withsvg .col-2, .accordion .col-2 {
	width: calc(66.666%);
}
.zitat.withsvg svg {
	position: absolute;
	right: 0;
	margin-top: 15px;
	margin-right: 0px;
	height: 210px;
}
.zitat.withsvg svg path, .accordion svg path {
	fill: none;
	stroke-width: 4.252;
	stroke: #ADAA96;
}
.zitat.withsvg .zitat-inner {
	max-width: calc(100% - 105px);
	margin-top: 0;
	color: #000;
}
/*  Accordion  */

.accordion .flex-item:nth-child(4n+3), .accordion .flex-item:nth-child(4n+4) {
	flex-direction: unset;
}
.accordion svg {
	position: absolute;
	right: auto;
	margin-top: 15px;
	margin-left: -130px;
	height: 105px;
	display: none;
}
.acc-title {
	font-weight: 700;
	cursor: pointer;
	padding-bottom: 20px;
	padding-right: 30px;
}
.acc-title.closed:after, .acc-title.open:after {
	content: '';
	width: 30px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg class='arrow-sm' width='100%25' height='100%25' viewBox='0 0 734 333' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve'%3E%3Cg transform='matrix(1,0,0,1,-36,-115.618)'%3E%3Cg transform='matrix(1.27431,0,0,4.75602,-78.6875,-978.267)'%3E%3Cpath style='fill:%23ADAA96' d='M90,268.4L90,261.6L617.442,261.6L517.438,234.805L535.371,230L666,265L535.371,300L517.438,295.195L617.442,268.4L90,268.4Z' %3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	position: absolute;
	background-repeat: no-repeat;
	margin-top: 0px;
	transition: 0.3s all ease;
	transform-origin: center center;
	right: 0;
	transform: rotate(-270deg);
}
.acc-title.open:after {
	transform: rotate(-90deg);
}
.acc-content {
	display: none;
	margin-bottom: 30px;
    border-bottom:1px solid #adaa96;
	padding-bottom: 20px;
	padding-right: 30px;
}
section.img-teaser-col-3, section.img-text-col-3, section.images-col-2, section.headline-text-col-2, section.img-info-col-2, section.img-produkte-col-3 {
	padding: 0 0px;
}
section.blockquote {
	padding-bottom: 50px;
	padding-top: 50px;
}
.teaser {
	margin: 0;
}
.home .teaser img {
	opacity: 0;
}
.img-teaser-col-3 article, .img-text-col-3 article, .images-col-2 article, .headline-text-col-2 article, .img-text-combi-produkt article, .text-info-col-2 article, .img-info-col-2 article, .img-produkte-col-3 article, .img-standort-col-3 article, .img-team-col-3 article, .video-info-col-2 article {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
.img-info-col-2.reverse article {
	flex-direction: row-reverse;
}
section.images-col-2, section.headline-text-col-2, section.img-text-combi-produkt, section.img-info-col-2, section.text-col-1, section.img-col-1, section.img-text-col-3, section.img-teaser-col-3, section.img-produkte-col-3, section.img-standort-col-3, section.img-team-col-3 {
	margin: 0px 10px 0px 0px;
	width: 100%;
}
section.img-produkte-col-3 {
	margin-top: 30px;
}
section.video-info-col-2 {
	margin: 0px 10px 0px 0px;
	width: 100%;
}
section.blockquote {
	margin: 0px auto 0px;
	width: 100%;
}
section.breadcrumb {
	margin: 20px auto 0px;
	width: 100%;
}
img.alignnone.size-full {
	margin-bottom: 25px;
}
section.img-text-col-3 {
	max-width: 1280px;
	margin: 20px auto;
}
section.images-col-2, section.img-text-combi-produkt, section.text-col-1, section.img-col-1, section.image-col-1 {
	margin: 0px auto;
}
section.headline-text-col-2, section.img-info-col-2 {
	margin: 50px auto;
}
section.img-text-col-3 article {
	padding: 30px 20px;
}
.col-3, .col-2, .col-4 {
	width: calc(33% - 20px);
	margin: 0 0px 30px;
	position: relative;
	margin-bottom: 50px;
}
.parent-pageid-328 section.text-info-col-2.intro .col-8 .produkt-text {
	padding-right: 25px;
}
.parent-pageid-328 .col-8 {
	width: calc(58% - 40px);
}
.parent-pageid-328 .col-4 {
	width: calc(42% - 25px);
}
.col-3 img, .col-4 img, .col-2 img, .img-block img,
.col-5 img, .col-7 img {
	width: 100%;
	transition: all 2s ease;
	height: auto;
}
.col-7 .produkt-text img {
	width:auto;
}
.presse-kacheln .col-3 img {
	width: auto;
	max-height: 400px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	margin: 10px;
}
.headline-text-col-2 article .col-2 {
	width: calc(50% - 40px);
	margin: 0 20px 30px;
}
.breadcrumb article, .images-col-2 article, .text-info-col-2 article, .single-header article, .text-col-8 article, .blockquote article, div.breadcrumbs {
	width: calc(100% - 180px);
	max-width: 1280px;
}
div.breadcrumbs {
	margin: 20px auto 40px auto;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	color: rgba(0, 0, 0);
	font-size: 12px;
	text-transform: uppercase;
}

.breadcrumbs .home {
  width: 25px;
  display: inline-block;
  text-indent: -10000px;
  height: 30px;
  position: relative;
}
    .breadcrumbs .home:after {
    content: ''; 
    display: block;
    position: absolute;
    background-image: url(img/house-door.svg); 
    background-repeat: no-repeat;
    background-position: center center;
    left:0px;
    top:1px;
    height: 25px; 
    width: 25px;
    }
    
    
    
    
    
    

div.breadcrumbs.bg-grey {
	background-color: #EDEDEA;
	padding: 20px 90px 40px;
	margin: 0;
	max-width: none;
	width: 100%;
}
.video-info-col-2 article {
	width: calc(100% - 150px);
	max-width: 1280px;
}
.img-team-col-3 article, .img-standort-col-3 article {
	width: calc(100% - 60px);
	max-width: 1280px;
}
.img-team-col-3 article, .img-standort-col-3 article {
	width: calc(100% - 105px);
	max-width: 1280px;
}
.img-info-col-2 article {
	width: calc(100% - 180px);
	max-width: 1280px;
}
.img-text-col-3 article {
	width: calc(100% - 65px);
	max-width: 1280px;
}
.page-template-startseite .presse-kacheln {
	margin-top:75px;
}
.page-template-startseite .img-teaser-col-3 article,
.page-template-startseite .presse-kacheln article {
	width: calc(100% - 65px);
	max-width: 1280px;
}
.page-template-startseite .presse-kacheln .flex-item {
  flex: auto;
  justify-content: space-between;
}
.page-template-startseite .presse-kacheln .flex-item .img-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.presse-kacheln .flex-item:nth-child(2n+1) .portrait-links .rhombus {
  margin-left: -50px;
}
.presse-kacheln .flex-item:nth-child(2n) .portrait-links .rhombus {
  margin-right: -50px;
}
.img-teaser-col-3 article {
	width: calc(100% - 75px);
	max-width: 1280px;
}
.img-text-col-3 article .col-4 {
	width: calc(33.333% - 30px);
}
.img-produkte-col-3 article {
	width: calc(100% - 95px);
	justify-content: flex-start;
}
.img-produkte-col-3 article .col-4 {
	margin: 0 25px 25px 0;
}
.img-standort-col-3 article {
	width: calc(100% - 95px);
}
.img-team-col-3 article {
	width: calc(100% - 95px);
}
.page-template-ratgeber section.blockquote article {
	width: calc(100% - 140px);
}
.header-img {
	position: relative;
}
.header-img img {
	width: 100%;
	height: auto;
	max-height: none;
}
.header-text {
	width: 640px;
	margin: 0 auto 30px;
	padding: 30px;
}
section.img-text-col-3 article {
	padding: 0px;
}
footer .container {
	padding-bottom: 30px;
}
/* Text in Raute auf Hintergrundbild Front  */

.img-text-combi-front {
	position: relative;
}
.img-text-combi-front img {
	width: 100%;
}
.img-text-combi-front .polygon {
	clip-path: polygon(0% 0%, 20% 0px, 135% 0%, 0% 100%);
	width: 100%;
}
.img-text-combi-front .header-text {
	top: 0px;
	position: absolute;
}
.img-text-combi-front.bg-green {
	background-color: rgba(0, 132, 126, 0.1);
}
section.img-text-combi-front {
	background-size: cover;
	padding-bottom: 0px;
	height: calc(100vh - 120px);
}
.img-text-combi-front .rhombus {
	position: absolute;
	width: 100%;
	height: 75%;
	clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
	bottom: 0px;
	right: 0px;
}
.img-text-combi-front article {
	max-width: 100%;
}
.img-text-combi-front .rhombus .inner-rhombus {
	position: absolute;
	bottom: 50px;
	right: 40px;
	width: 40%;
}
.img-text-combi-front .rhombus .inner-rhombus img, .img-text-combi-front .rhombus .inner-rhombus p {
	display: inline;
}
.img-text-combi-front .rhombus .inner-rhombus img {
	width: 10%;
	margin-right: 4%;
}
.img-text-combi-front .rhombus.bg-white {
	background-color: rgba(255, 255, 255, 0.8)
}
.header-text, .teaser h2, .teaser-text, .teaser-link {
	margin: 30px 10px 0px 0px;
}
.teaser-headline {
	max-width: 335px;
}
.teaser-text {
	max-width: 320px;
	margin-top:25px;
}
.page-template-startseite section.img-teaser-col-3 article div.col-4 .teaser-text p img {
	width: 10%;
	margin-top: 4px;
	display: inline;
	margin-left: 10px;
}
/* Headline/Text 5/7 Front  */

.headline-text-col-2 .col-5 {
	width: calc(41.666% - 60px);
	margin: 30px 25px 30px 39px;
}
.headline-text-col-2 .col-7 {
	padding-right: 65px;
}
.headline-text-col-2 .col-7 p {
	line-height: 30px;
	font-size: 19px;
}
/*  Overlay 3 spalter Images -> multiply */

section.img-teaser-col-3 article .layer-color.bg-grau {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.9;
}
section.img-teaser-col-3 article .layer-color.bg-metal {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.9;
}
section.img-teaser-col-3 article .layer-color.bg-green {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.9;
}
/*   -> Overlay 3 spalter Images -> background multiply */

section.img-teaser-col-3 article .layer-color.bg-grau {
	width: 100%;
	height: 100%;
	background-size: cover;
	/* background-image: url(img/produkte.png); */
	background-color: #557584;
	transition: all 0.1s ease;
	background-blend-mode: multiply;
}
section.img-teaser-col-3 article .layer-color.bg-metal {
	width: 100%;
	height: 100%;
	/* background-image: url(img/werkstoffe.png); */
	background-size: cover;
	background-color: #6B6B62;
	transition: all 0.1s ease;
	background-blend-mode: multiply;
}
section.img-teaser-col-3 article .layer-color.bg-green {
	width: 100%;
	height: 100%;
	/* background-image: url(img/individuelle-loesungen.png); */
	background-size: cover;
	background-color: var(--main);
	transition: all 0.1s ease;
	background-blend-mode: multiply;
}
/*  Header mit Raute - Karriere    */
.img-text-combi-produkt.header.layout-raute {
  padding-bottom: 0;
  aspect-ratio: 2/1;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
	width:100%;
	height:100%;
}
.img-text-combi-produkt.header.layout-raute.in-between {
	margin:50px 0
}
.img-text-combi-produkt.header.layout-raute article {
  height: 100%;
}
.layout-raute .flex-item {
  border-bottom: none;
  padding-bottom: 0;
  align-items: center;
}
.layout-raute svg {
  width: 140%;
  margin-left: -50%;
  margin-top: 40%;
  fill: none;
  stroke-width: 2.252;
  stroke: var(--highlight);
}
.layout-raute .col-8 {
	max-width:950px;
}
.layout-raute h1 {
  font-size: 60px;
  color: #fff;
}
.layout-raute h2 {
  font-size: 50px;
  color: #fff;
}
.layout-raute p {
  font-size: 35px;
  color: #fff;
  line-height: 1.5;
}
/* Text in Raute auf Hintergrundbild Produktseite/Unternehmenseite  */

.img-text-combi-produkt.header, #produkt .img-text-combi-produkt, #unternehmen .img-text-combi-produkt {
	position: relative;
}
.img-text-combi-produkt.header img, #produkt .img-text-combi-produkt img, #unternehmen .img-text-combi-produkt img {
	width: 100%;
}
.img-text-combi-produkt.header .polygon, #produkt .img-text-combi-produkt .polygon, #unternehmen .img-text-combi-produkt .polygon {
	clip-path: polygon(0% 0%, 20% 0px, 135% 0%, 0% 100%);
	width: 100%;
}
.img-text-combi-produkt.header .header-text, #produkt .img-text-combi-produkt .header-text, #unternehmen .img-text-combi-produkt .header-text {
	top: 0px;
	position: absolute;
}
.img-text-combi-produkt.bg-green.header, #produkt .img-text-combi-produkt.bg-green, #unternehmen .img-text-combi-produkt.bg-green {
	background-color: rgba(0, 132, 126, 0.1);
}
.img-text-combi-produkt.header, #produkt section.img-text-combi-produkt, #unternehmen section.img-text-combi-produkt {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding-bottom: 25%;
	background-color: #efefef;
}
.img-text-combi-produkt.header article, #produkt .img-text-combi-produkt article, #unternehmen .img-text-combi-produkt article {
	max-width: 100%;
}
.img-text-combi-produkt.header .rhombus, #produkt .img-text-combi-produkt .rhombus, #unternehmen .img-text-combi-produkt .rhombus {
	position: absolute;
	width: 100%;
	height: 100%;
	clip-path: polygon(40% 0%, 70% 100%, 0% 100%, 0% 0%);
	clip-path: polygon(45% 0%, 75% 100%, 0% 100%, 0% 0%);
}
.img-text-combi-produkt.header .rhombus-hero, #produkt .img-text-combi-produkt .rhombus-hero, #unternehmen .img-text-combi-produkt .rhombus-hero {
	position: absolute;
	width: 100%;
	height: 100%;
	clip-path: polygon(60% 0%, 80% 100%, 0% 100%, 0% 0%);
	bottom: 0px;
	left: 0px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 40px;
}
.img-text-combi-produkt.header .rhombus-hero .hero, #produkt .img-text-combi-produkt .rhombus-hero .hero {
	position: relative;
	left: 90px;
	width: 48%;
	color: #fff;
	hyphens: none;
}
#unternehmen .img-text-combi-produkt .rhombus-hero .hero {
	position: relative;
	top: 45%;
	left: 90px;
	width: 50%;
	color: #fff;
}
.img-text-combi-produkt.header .rhombus-hero .hero h1, #produkt .img-text-combi-produkt .rhombus-hero .hero h1 {
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
}
.img-text-combi-produkt.header .rhombus-hero .hero img, #produkt .img-text-combi-produkt .rhombus-hero .hero img, #produkt .img-text-combi-produkt .rhombus-hero .hero p {
	display: inline;
	font-size: 21px;
	line-height: 30px;
	font-weight: 700;
}
#unternehmen .img-text-combi-produkt .rhombus .inner-rhombus {
	position: relative;
	top: 40%;
	left: 90px;
	width: 45%;
	color: #fff;
}
#unternehmen .img-text-combi-produkt .rhombus-hero .hero h1 {
	color: #fff;
	font-size: 28px;
	padding-bottom: 20px;
}
#unternehmen .img-text-combi-produkt .rhombus-hero .hero img, #unternehmen .img-text-combi-produkt .rhombus-hero .hero p {
	display: inline;
	font-size: 21px;
	line-height: 30px;
	font-weight: 300;
}
#unternehmen .img-text-combi-produkt .rhombus .inner-rhombus img {
	width: 10%;
	margin-right: 4%;
}
.img-text-combi-produkt.header .rhombus.bg-green, #produkt .img-text-combi-produkt .rhombus.bg-green, #unternehmen .img-text-combi-produkt .rhombus.bg-green {
	opacity: 0.85;
}
.page-id-10 .img-text-combi-produkt.header .rhombus.bg-green,
.page-id-836 .img-text-combi-produkt.header .rhombus.bg-green,
.parent-pageid-10 .img-text-combi-produkt.header .rhombus.bg-green,
.parent-pageid-836 .img-text-combi-produkt.header .rhombus.bg-green {
	background-color: #000;
	opacity: 0.6;
}
.parent-pageid-25 section.text-info-col-2.intro .col-4 h2 {
	font-weight: 700 !important;
}
.parent-pageid-25 h2,
.parent-pageid-841 h2 {
	color: var(--main);
	opacity: 1;
	font-weight: 700;
}
.parent-pageid-25 .img-produkte-col-3 article.produkt-kategorie h2,
.parent-pageid-841 .img-produkte-col-3 article.produkt-kategorie h2{
	color: var(--main);
}
.page-id-12 section.text-info-col-2.intro .col-4 h2, .parent-pageid-12 section.text-info-col-2.intro .col-4 h2 {
	font-weight: 700 !important;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.page-id-12 h2, .parent-pageid-12 h2 {
	opacity: 1;
	font-weight: 700;
}
.page-id-12 .img-produkte-col-3 article.produkt-kategorie h2, .parent-pageid-12 .img-produkte-col-3 article.produkt-kategorie h2 {
/*	color: #547584; */
}
.page-id-14 section.text-info-col-2.intro .col-4 h2 {
	font-weight: 700 !important;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.page-id-14 h2 {
	opacity: 1;
	font-weight: 700;
}
.page-id-14 .img-produkte-col-3 article.produkt-kategorie h2 {
/*	color: var(--main); */
}
.img-text-combi-produkt.header .rhombus.bg-grau, #produkt .img-text-combi-produkt .rhombus.bg-grau, #unternehmen .img-text-combi-produkt .rhombus.bg-grau {
	opacity: 0.8;
}
.img-text-combi-produkt.header .rhombus.bg-metal, #produkt .img-text-combi-produkt .rhombus.bg-metal, #unternehmen .img-text-combi-produkt .rhombus.bg-metal {
	opacity: 0.8;
}
#produkt section.img-info-col-2 img, #unternehmen section.img-info-col-2 img {
	width: 100%;
}
#produkt section.img-info-col-2 .col-8, .page-template-ratgeber section.img-info-col-2 .col-8, .page-template-ratgeber section.video-info-col-2 .col-8 {
	width: calc(66.666%);
}
#produkt section.img-info-col-2 .col-4, #produkt section.text-info-col-2 .col-4 {
	width: calc(33.333% - 20px);
	padding-left: 20px;
}
#produkt section.img-info-col-2 .col-4 p, #produkt section.text-info-col-2 .col-4 p, #unternehmen section.text-info-col-2 .col-4 p {
	line-height: 24px;
}
#produkt section.img-info-col-2 .col-4 h2, #produkt section.text-info-col-2 .col-4 h2, section.text-info-col-2.intro .col-4 h2, #unternehmen section.text-info-col-2 .col-4 h2, .page-template-ratgeber section.img-info-col-2 .col-6 h2 {
	padding-bottom: 20px;
	font-size: 21px;
	font-weight: 700;
}
section.text-info-col-2.intro .col-4 h2 {
	font-weight: 300 !important;
	margin-top: -10px;
	padding-bottom: 10px;
}
.page-template-ratgeber section.img-info-col-2 .col-6 h2 {
	color: #000;
}
.page-template-ratgeber section.img-info-col-2.bg-lightgray .col-6 h2 {
	color: #557584;
}
#produkt section.text-info-col-2 .col-8 .produkt-text, section.text-info-col-2.intro .col-8 .produkt-text {
	padding-right: 65px;
}
#produkt section.text-info-col-2 .col-8 .produkt-text, section.text-info-col-2.intro .col-8 .produkt-text {
	padding-right: 65px;
}
section.text-info-col-2.intro .col-8.fullwidth .produkt-text {
	padding-right: 0px;
}
.intro .info ul {
	margin: 20px 0 0 0;
	padding: 0px;
}
.intro .info ul.link-list {
	margin: 0px 0 0 0;
	padding: 0px;
}
.intro .info ul.prod-infos {
	margin: 0px 0 50px 0;
	padding: 0px;
}
.intro .info ul.prod-infos li {
	margin: 0px 0px 25px 0px;
}
.intro .info ul li {
	margin: 0px 0px 5px 0px;
	list-style-type: none;
	text-transform: none;
}
.intro .info ul li a {
	font-weight: 300;
}
.intro .info ul li:after {
	content: " \00BB";
	color: var(--main);
}
.intro .info ul.prod-infos li a {
	font-weight: 300;
	text-transform: none;
}
.intro .info ul.prod-infos li a:hover {
	text-decoration: underline;
}
.intro .info ul li:hover a {
	text-decoration: underline;
}
.intro .info p {
	margin-bottom: 12px;
}
/* Kacheln  */
.page-id-162 .team-kacheln .flex-item:first-child h2 { margin-top:18px; }
.team-kacheln article, .ratgeber-kacheln article, .presse-kacheln article {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: initial;
}
article.kachel-kategorie {
	width: calc(100% - 190px);
	max-width: 650px;
}
.img-standort-col-3 article.standort-kategorie, .img-team-col-3 article.team-kategorie {
	width: calc(100% - 170px);
	max-width: 1180px;
}
article.kachel-kategorie h2, article.team-kategorie h2, article.standort-kategorie h2 {
	padding-bottom: 20px;
	font-weight: 700;
	color: #000;
	font-size: 28px;
}
.flex-item {
	display: flex;
	flex: 1 0 50%;
	height: 100%;
	border-bottom: 15px solid white;
	padding-bottom: 50px;
}
.zitat.withsvg .flex-item {
	padding-bottom:0;
}
.presse-kacheln .flex-item {
	flex: auto;
	justify-content: space-between;
}
.flex-item:nth-child(4n+3), .flex-item:nth-child(4n+4) {
	flex-direction: row-reverse;
}
.presse-kacheln .flex-item:nth-child(odd) {
	flex-direction: row-reverse;
}
.presse-kacheln .flex-item:nth-child(even) {
  flex-direction: row;
}

.flex-item:nth-child(4n+3) .position-rechts, .flex-item:nth-child(4n+4) .position-rechts {
	background-color: #ffffff;
}
.presse-kacheln .flex-item:nth-child(4n+3) .position-rechts, .presse-kacheln .flex-item:nth-child(4n+4) .position-rechts {
	background-color: #F0F0EF;
}
.team-kacheln .flex-item:nth-child(4n+3) .portrait-links .rhombus, .team-kacheln .flex-item:nth-child(4n+4) .portrait-links .rhombus {
	clip-path: polygon(0% 0%, 15% 5%, 0% 10%);
	background-color: #ffffff;
}
.position-rechts, .position-links {
	padding: 30px;
}
.position-titel h2 {
	padding-bottom: 22px;
	padding-top: 15px;
	color: #000;
	font-size: 21px;
	font-weight: 700;
}
.ratgeber-kacheln h2 {
	font-size: 21px;
}
.page-template-startseite .flex-item .position-rechts, .page-template-startseite .flex-item .portrait-links {
	width: calc(50% - 10px);
	margin: 0;
}
.flex-item .position-rechts,
.flex-item  .portrait-links {
	width:50%;
	margin:0;
}
.presse-kacheln .flex-item .position-rechts, .presse-kacheln .flex-item .portrait-links {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 450px;
}
.flex-item .position-rechts {
	background-color: #F0F0EF;
}
.flex-item .position-links, .flex-item .portrait-rechts {
	width: 50%;
	margin: 0;
}
.flex-item .position-links {
	background-color: #fff;
}
.team-kacheln .bg-grau, .ratgeber-kacheln .bg-grau {
	background-color: rgba(0, 0, 0, 0.7);
}
.team-kacheln .portrait-links .rhombus, .ratgeber-kacheln .portrait-links .rhombus, .presse-kacheln .portrait-links .rhombus {
	position: absolute;
	width: 100%;
	height: 100%;
	clip-path: polygon(100% 0%, 85% 5%, 100% 10%);
	top: 45%;
	background-color: #F0F0EF;
	opacity: 1;
}
.team-kacheln .flex-item:nth-child(4n+4) .portrait-links .rhombus, .ratgeber-kacheln .flex-item:nth-child(3n+3) .portrait-links .rhombus, .ratgeber-kacheln .flex-item:nth-child(4n+4) .portrait-links .rhombus {
	clip-path: polygon(0% 0%, 15% 5%, 0% 10%);
	background-color: #ffffff;
}
.presse-kacheln .flex-item:nth-child(odd) .portrait-links .rhombus {
	clip-path: polygon(0% 0%, 15% 5%, 0% 10%);
}
.team-kacheln .portrait-rechts .rhombus, .ratgeber-kacheln .portrait-rechts .rhombus {
	position: absolute;
	width: 100%;
	height: 100%;
	clip-path: polygon(0% 25%, 15% 30%, 0% 35%);
	top: 0;
	background-color: #Fff;
	opacity: 1;
}
.presse-kacheln .press-release {
	font-weight: 700
}
.presse-kacheln .position-titel h2 {
	font-size: 19px;
	color: var(--main);
	margin: 0;
	padding-top: 30px;
}
.presse-kacheln .position-text ul {
	margin-top: 30px;
	margin-bottom: 30px;
}
.presse-kacheln ul.posts-link {
	margin: 0 auto;
	display: flex;
}
.presse-kacheln .position-text li, .presse-kacheln .posts-link li {
	margin-bottom: 10px;
	list-style: none;
	margin-left: 0px;
}
.presse-kacheln .posts-link li {
	padding: 0 0px;
}
.presse-kacheln .position-text li a, .presse-kacheln .posts-link li a {
	color: var(--main);
	text-decoration: none;
}
.presse-kacheln .posts-link li a {
	width: 70px;
	height: 70px;
	display: block;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -1000px;
}
.presse-kacheln .posts-link li.forward a {
	background-image: url('img/press-arrow-down.svg');
}
.presse-kacheln .posts-link li.back a {
	background-image: url('img/press-arrow-down.svg');
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.presse-kacheln .position-text li:hover a, .presse-kacheln .posts-link li:hover a {
	text-decoration: underline;
}
.presse-kacheln .position-text li:after {
	content: "\0020 \00BB";
	color: var(--main);
}
/*  Standort hover  */

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
}
.col-4 .wrapper .text {
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.col-4 .wrapper:hover .overlay {
	opacity: 0.6;
}
.col-4 .wrapper:hover .text {
	color: white;
	font-size: 21px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	padding: 30px;
}
.col-4 .wrapper:hover .text h2, .col-4 .wrapper:hover .text p {
	color: white;
	padding-bottom: 20px;
}
/* Ratgeber page  */

.page-template-ratgeber section.single-header {
	padding-top: 80px;
}
.page-template-ratgeber section.single-header h1 {
	font-size: 36px;
}
.page-template-ratgeber.sub section.single-header h1 {
	font-size: 28px;
}
.page-template-ratgeber section.img-info-col-2 .col-6 {
	width: calc(50% - 10px);
	margin: 30px 0px 30px;
}
.page-template-ratgeber section.img-info-col-2 .col-6 .img-block {
	margin-bottom: 30px;
}
.page-template-ratgeber section.img-info-col-2 .col-6 .img-info p {
	margin-left: 30px;
}
.page-template-ratgeber blockquote {
	color: #000;
}
.page-template-ratgeber .text-info-col-2 article {
	max-width: initial;
	width: 100%;
}
.page-template-ratgeber .text-info-col-2 .col-6 {
	margin: 0px 0px 0px;
	width: 50%;
	border-bottom: 15px solid white;
}
.page-template-ratgeber .video-info-col-2.bg-lightgray, .page-template-ratgeber .img-info-col-2.bg-lightgray {
	padding-top: 50px;
	padding-bottom: 50px;
}
.page-template-ratgeber .video-info-col-2 .col-6.links {
	width: calc(50% + 20px);
	margin: 0px 0px 0px;
}
.page-template-ratgeber .video-info-col-2 .col-6.rechts {
	width: calc(50% - 40px);
	margin: 0px 0px 0px;
	padding-left: 20px;
}
.page-template-ratgeber .video-info-col-2 .video-info p {
	font-size: 21px;
	font-weight: 700;
	line-height: 30px;
}
.page-template-ratgeber .col-6 .info {
	background-color: #F0F0EF;
	height: 100%;
}
.page-template-ratgeber .col-6 .info article {
	width: calc(100% - 200px);
	max-width: 640px;
	padding: 30px 0px 20px 0px;
}
.page-template-ratgeber .col-6 .info article.rechts {
	width: calc(100% - 60px);
}
.page-template-ratgeber .col-6 .info article.rechts p {
	padding-right: 65px;
}
.page-template-ratgeber .col-6 .info article h2 {
	padding-bottom: 20px;
	color: #000;
	font-size: 21px;
	font-weight: 700;
}
.page-template-ratgeber .col-6 img {
	width: 100%;
}
.page-template-ratgeber section.text-info-col-2 .col-6 article a img {
	width: 5%;
}
.page-template-ratgeber section.ratgeber-kacheln.img-text-col-12 article .flex-item .col-3 a img {
	width: 35px;
	margin-top: 20px;
}
blockquote {
	font-family: "Source Sans Pro", sans-serif;
	margin: 10px 0 15px;
	color: var(--main);
	padding-left: 35%;
}
.page-template-ratgeber.sub blockquote {
	padding-right: 35%;
	padding-left: 0%;
}
blockquote p {
	font-size: 21px;
	font-weight: 700;
	line-height: 28px;
}
blockquote a {
	padding-bottom: 30px;
	font-size: 21px;
	font-weight: 700;
	line-height: 28px;
	float: right;
}
/* Text in Raute auf Video inline */

.img-info-col-2 .bg-green {
	background-color: rgba(0, 132, 126, 0.1);
}
section.img-info-col-2 {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
section.img-info-col-2.bg-grey, section.text-info-col-2.bg-grey {
	background-color: #EDEDEA;
	padding: 50px 0 100px;
	margin-top: 0;
	margin-bottom: 0;
}
div.breadcrumbs ~ section.text-info-col-2.bg-grey {
	padding-top:0;
}
.img-info-col-2 .rhombus {
	position: absolute;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 53%, 30% 45%, 100% 140%, 0% 100%)
}
.img-info-col-2 .rhombus .inner-rhombus {
	position: relative;
	top: 65%;
	left: 4%;
	width: 40%;
}
.img-info-col-2 .rhombus .inner-rhombus h2, .img-info-col-2 .rhombus .inner-rhombus p {
	display: inline;
	color: white;
}
.img-info-col-2 .rhombus.bg-green {
	background-color: var(--main);
	opacity: 0.8;
}
/* Text in Raute auf Video 100% width */

.video-col-1 article {
	max-width: inherit
}
.video-col-1 .bg-green {
	background-color: rgba(0, 132, 126, 0.1);
}
.video-col-1 .rhombus {
	position: absolute;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 53%, 30% 45%, 100% 140%, 0% 100%)
}
.video-col-1 .rhombus-hero, .video-block .rhombus-hero {
	position: absolute;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 53%, 30% 45%, 100% 140%, 0% 100%)
}
.video-col-1 .rhombus .inner-rhombus {
	position: relative;
	top: 65%;
	left: 60px;
	width: 37%;
	color: #fff;
}
.video-col-1 .rhombus-hero .hero, .video-block .rhombus-hero .hero {
	position: relative;
	top: 65%;
	left: 60px;
	width: 37%;
	color: #fff;
}
.video-col-1 .rhombus .inner-rhombus h2, .eo-col-1 .rhombus .inner-rhombus p {
	display: inline;
	color: white;
}
.video-col-1 .rhombus-hero h2, .video-col-1 .rhombus-hero p, .video-block .rhombus-hero h2, .video-block .rhombus-hero p {
	display: inline;
	color: white;
}
.video-col-1 .rhombus.bg-green {
	background-color: var(--main);
	opacity: 0.8;
}
/*  Video block inline */

.video-block {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: 30px;
}
.video-block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*  Raute Front mit Zahl */

.col-4 .text-in-rhombus-col-4 {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.col-4 .text-in-rhombus-col-4 article {
	height: 100px;
	width: 100%;
}
.col-4 .text-in-rhombus-col-4 .rhombus {
	width: 100%;
	clip-path: polygon(35% 0%, 80% 0%, 45% 100%, 0% 100%);
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
.col-4 .text-in-rhombus-col-4 .rhombus .inner-rhombus {
	position: absolute;
	bottom: 5px;
	left: 120px;
	width: 34%;
}
.inner-rhombus span {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 60px;
	line-height: 65px;
	margin-left: -20px;
}
.col-4 .text-in-rhombus-col-4 .rhombus .inner-rhombus img, .col-4 .text-in-rhombus-col-4 .rhombus .inner-rhombus p {
	display: inline;
}
.col-4 .text-in-rhombus-col-4 .rhombus .inner-rhombus img {
	width: 10%;
	margin-right: 4%;
}
.col-4 .text-in-rhombus-col-4 .rhombus.bg-grau {
	background-color: #6B6B62;
}
.col-4 .text-in-rhombus-col-4 .rhombus.bg-metal {
	background-color: #557584;
}
.col-4 .text-in-rhombus-col-4 .rhombus.bg-green {
	background-color: var(--main);
}
/*  Text in  Raute auf Hintergrundbild 3 Spalter Produktinfo page  */

.img-produkte-col-3 article.produkt-kategorie {
	width: calc(100% - 170px);
	max-width: 1280px;
}
.img-produkte-col-3 article.produkt-kategorie h2 {
	padding-bottom: 20px;
	font-weight: 700;
	color: #000;
	font-size: 28px;
	margin: 0 auto 30px;
	text-align: center;
}
.img-produkte-col-3 .produkt-headline {
	top: 0px;
	position: absolute;
}
.img-produkte-col-3 .bg-grau {
	background-color: rgba(0, 0, 0, 0.6);
}
.img-produkte-col-3 .rhombus {
	position: absolute;
	width: 100%;
	height: 100%;
	clip-path: polygon(100% 0%, 100% 35%, 0% 55%, 0% 0%);
	top: 0;
}
/*   Startseite mit Panels  */

.page-template-startseite .teaser .teaser-headline h2 {
	font: normal normal bold 30px/1.2 Source Sans Pro;
	margin: 0
}
.page-template-startseite .img-teaser-col-3 .teaser-headline {
	width: 100%;
	max-width: none;
	padding: 20px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-template-startseite .img-teaser-col-3 .teaser-headline svg {
	max-width: 90px;
}
.bg-cyan {
	background-color: #00B4C3;
}
.panel.bg-cyan svg path {
	stroke: #00B4C3;
}
.bg-beige {
	background-color: #ADA99F;
}
.panel.bg-beige svg path {
	stroke: #ADAA96;
}
.bg-purple {
	background-color: #42447A;
}
.panel.bg-purple svg path {
	stroke: #6D6689;
}
.bg-bronze {
	background-color: #838CA7;
}
.panel.bg-bronze svg path {
	stroke: #838CA7;
}
section.panel.fullheight {
	height: 100vh;
	border-bottom: solid 4px #fff;
	background-position: top right;
}
section.panel.fullheight article {
	height: 100vh;
	padding-top: 120px;
	display: flex;
	align-items: center;
}
section.panel.img-text-col-3 article {
	margin-top: 75px;
}
section.panel.img-teaser-col-3 article {
	padding-top: 75px;
	margin-top: 75px;
}
section.panel.img-text-col-3, section.panel.img-text-col-3 article .col-4 {
	margin-bottom: 0;
}
.page-id-904 section.panel.img-text-col-3 article .col-4 {
	margin-bottom:10px;
} 
.panel.fullheight .flex-item {
	height: auto;
	padding-top: 50px;
	border-bottom: none;
}
.panel.fullheight .col-2, .panel .col-3 {
	margin-bottom: 0px;
}
.panel.fullheight .col-2 {
	width: calc(75% - 20px);
	max-width: 875px;
/*	overflow: hidden; */
}
.panel.fullheight h1, .panel.fullheight p, .panel.fullheight .headline {
	color: #fff;
}
.panel.fullheight h1, .panel.fullheight .headline {
	font: normal normal bold 50px/60px Source Sans Pro;
	text-transform: uppercase;
}
.panel.fullheight .headline {
	margin-bottom:25px;
}
.panel.fullheight p {
	font: normal normal normal 23px/30px Source Sans Pro;
}
.panel.fullheight svg {
	position: absolute;
	left: -75%;
	margin-top: 25px;
	margin-right: 55px;
	height:200px;
}
.panel.fullheight svg path {
	fill: none;
	stroke-width: 4.252;
}
.panel .btn, header .btn {
	border: 0px solid #fff;
	width: 200px;
	max-width: none;
	padding: 12px 10px;
	text-align: center;
	margin: 55px 0 0 auto;
	color: #fff;
	font: normal normal bold 17px/27px Source Sans Pro;
	text-transform: uppercase;
}
.panel .btn {
	  position: relative;
	  height: 51px;
	  padding: 0;
}
.panel.top .btn.bg-highlight {
	margin-left: 20px;
    width: 450px;
}
.panel.top .btn.bg-highlight a {
	/* text-transform: none; */
	display: inline-block;
}
.page-id-904 .panel .btn.bg-bronze {
	width:202px;
}
.panel .btn.bg-green {
  margin: 55px auto;
}
.panel .btn a, header .btn a {
	color: #fff;
	text-decoration: none;
}
.panel .btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 12px 10px;
  top: 0;
}
header .btn a {
	min-width:131px;
}
.wrap-btn {
  position: fixed;
	right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	bottom: 50px;
	width: 150px;
	overflow: hidden;
	transition: all 0.5s ease;
	}
    
    .page-id-162 .wrap-btn {display: none;}
    
header .btn.bg-green {
  	opacity: 1;
	background-color: var(--main);
	display: flex;
	align-items: center;
	padding-right: 0;
	margin-left: 0px;
	transition: all 0.5s ease;
	width: 320px;
	}
header .wrap-svg {
		position: relative;
		margin-left: 10px;
		width: 170px;
		overflow: hidden;
		height: 20px;
	}
header .wrap-btn .wrap-svg svg {
	position: absolute;
	left: 0;
	width: 40px;
	}
.home header .btn.bg-green {
	display:none;
}
/*  Linkliste, einspaltig, zentriert  */

.col-8.fullwidth.linklist {
	max-width: none;
}
.intro .linklist ul {
	padding: 0px;
	margin: 50px 0;
}
.intro .linklist ul li {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	text-transform: none;
	text-align: center;
	border-bottom: 4px solid #000;
	padding: 10px 0 10px 0;
}
.intro .linklist ul li:after {
	content: '';
}
.intro .linklist ul li:first-child {
	border-top: 4px solid #000;
}
.intro .linklist ul li a {
	font-weight: 300;
	font: normal normal bold 28px/32px Source Sans Pro;
	text-decoration: none;
}
/*  Anchorlist einspaltig, zentriert   */

.intro .col-8.fullwidth.anchorlist {
  padding:40px 0;
  border-top: 4px solid var(--main);
  border-bottom: 4px solid var(--main);
	margin-top:55px;
	margin-bottom:55px;
}
.intro .anchorlist li, .intro .anchorlist li a {
	font-weight:700;
	color:var(--main);
}
.intro .anchorlist li {
	margin-bottom:10px;
	line-height:26px;
}
.intro .anchorlist li span {
	font-weight:300;
}
/*  Headline aside   */

.col-5.headlineaside {
	width: calc(41.666% - 40px);
	margin: 30px 0px 30px;
}
.col-5.headlineaside h2 {
	margin-top: 0;
	text-transform: none;
}
.text-info-col-2 .col-7 {
	width: calc(58.333% - 40px);
	margin: 30px 20px 30px;
}
/*  Tabellen   */

.text-info-col-2 .col-7 table {
	line-height:1.2;
	width:100%;
}
.text-info-col-2 .col-7 div.caption {
	margin-top:10px;
	font-size: 14px;
}

.text-info-col-2 .col-7 th {
	padding:10px 20px 10px;
}
.text-info-col-2 .col-7 tbody tr {
	background-color: #EDEDEA;
}
.text-info-col-2 .col-7 td {
	padding:10px 20px 10px;
}
/*  Formular   */

.col-4 .info .wpcf7 {
	background-color: #efefef;
	padding: 20px;
}
form .col-wrap {
	display: flex;
  gap: 30px;
}
form .col-wrap .col-2 {
  flex-basis: 50%;
  margin: 0;
}
.wpcf7-form input {
	border: 1px solid #fff;
	width: 100%;
	max-width: none;
	padding: 4px 10px;
	font-family: "Source Sans Pro", sans-serif;
}
.wpcf7-form textarea {
	width: 100%;
	border: 1px solid #fff;
	padding: 4px 10px;
	font-family: "Source Sans Pro", sans-serif;
}
#wpcf7-f361-p345-o1 .wpcf7-form-control-wrap.anschreiben input, #wpcf7-f361-p345-o1 .wpcf7-form-control-wrap.lebenslauf input, #wpcf7-f361-p345-o1 .wpcf7-form-control-wrap.zeugnisse input, .content.karriere .wpcf7-form-control-wrap.anschreiben input, .content.karriere .wpcf7-form-control-wrap.lebenslauf input, .content.karriere .wpcf7-form-control-wrap.zeugnisse input, .wpcf7-form input.wpcf7-file {
	border: 0px;
	padding-left: 0px;
}
#wpcf7-f361-p345-o1 .wpcf7-form input[type="checkbox"], input[type="radio"], .content.karriere .wpcf7-form input[type="checkbox"], .wpcf7-form input[type="checkbox"], .page-template-faq-collapse .wpcf7-form input[type="checkbox"], .wpcf7-form input[type="checkbox"] {
	width: 13px;
	margin-right: 10px;
}
.wpcf7-list-item {
	display: inline-block;
	margin: 0px !important;
}
#wpcf7-f361-p345-o1 .wpcf7-form .form-right p input.wpcf7-submit.send, .wpcf7-form input.wpcf7-submit, .content.karriere .wpcf7-form .form-right p input.wpcf7-submit.send {
	border: 0px solid #fff;
	width: 200px;
	max-width: none;
	font: normal normal bold 17px/27px Source Sans Pro;
	text-transform: uppercase;
	padding: 12px 10px;
	margin: 0px auto;
	background-color: #008486;
	color: #fff;
	height: auto;
}
.wpcf7-form input[type="text"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
	border-color: var(--main);
	box-shadow: 0 0 0 2px var(--main);
}
.wpcf7-form label,
.wpcf7-form label .wpcf7-quiz-label {
	display: block;
	margin: 0 0 10px 0;
}
.wpcf7-form input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgb(255, 255, 255);
	border: none;
	border-radius: 0;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
	font-size: 0.8em;
	letter-spacing: 0.05em;
}
.wpcf7-form input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, input[type="tel"]:invalid, input[type="search"]:invalid, input[type="url"]:invalid, select:invalid, textarea:invalid {
	box-shadow: none;
}
.wpcf7-form input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
	border-color: var(--main);
	box-shadow: 0 0 0 2px var(--main);
}
input[type="date"]:focus {
	outline: 2px solid var(--main)
}
select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(212, 212, 255, 0.1)' /%3E%3C/svg%3E") background-size: 1.25rem;
	background-repeat: no-repeat;
	background-position: calc(100% - 1rem) center;
	height: 2.75em;
	padding-right: 2.75em;
	text-overflow: ellipsis;
}
select option {
	color: #000;
	background: #fff;
}
select:focus::-ms-value {
	background-color: transparent;
}
select::-ms-expand {
	display: none;
}
.wpcf7-form input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select {
	height: 3em;
}
textarea {
	padding: 0.75em 1em;
}
input[type="radio"], input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}
input[type="radio"]+.wpcf7-list-item-label, input[type="checkbox"]+.wpcf7-list-item-label {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	padding-left: 2.65em;
	padding-right: 0.75em;
	position: relative;
}
.field.datenschutz input[type="radio"]+.wpcf7-list-item-label, .field.datenschutz input[type="checkbox"]+.wpcf7-list-item-label {
	text-transform: none;
}
input[type="radio"]+.wpcf7-list-item-label:before, input[type="checkbox"]+.wpcf7-list-item-label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
input[type="radio"]+.wpcf7-list-item-label:before, input[type="checkbox"]+.wpcf7-list-item-label:before {
	background: rgba(0, 0, 0, 0.035);
	content: '';
	display: inline-block;
	font-size: 0.8em;
	height: 2.0625em;
	left: 0;
	letter-spacing: 0;
	line-height: 2.0625em;
	position: absolute;
	text-align: center;
	top: -3px;
	width: 2.0625em;
}
input[type="radio"]:checked+.wpcf7-list-item-label:before, input[type="checkbox"]:checked+.wpcf7-list-item-label:before {
	background: var(--main);
	content: '✕';
	color: #fff;
}
input[type="radio"]:focus+.wpcf7-list-item-label:before, input[type="checkbox"]:focus+.wpcf7-list-item-label:before {
	box-shadow: 0 0 0 2px var(--main);
}
.wpcf7-form input[name="rueckruf"] {
  width: 0;
  margin-right: 0;
  padding: 4px 0;
}
.wpcf7-form ::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.8) !important;
	opacity: 1.0;
}
.wpcf7-form .wpcf7-form :-moz-placeholder {
	color: rgba(0, 0, 0, 0.8) !important;
	opacity: 1.0;
}
.wpcf7-form ::-moz-placeholder {
	color: rgba(0, 0, 0, 0.8) !important;
	opacity: 1.0;
}
.wpcf7-form :-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.8) !important;
	opacity: 1.0;
}
.wpcf7-not-valid-tip {
	text-transform: none;
	letter-spacing: 0;
	font-size: 12px!important;
	line-height: 1.2;
  	margin-top: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: var(--main)!important;
	background-color: var(--main);
	margin-left: 0;
	color: #fff;
}
/* Button */

input[type="submit"], input[type="reset"], input[type="button"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	border: 1px solid var(--main);
	color: #000;
	cursor: pointer;
	display: inline-block;
	height: 3.5em;
	padding: 0 1.75em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
input[type="submit"]:hover, input[type="submit"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="button"]:hover, input[type="button"]:active, button:hover, button:active, .button:hover, .button:active {
	background-color: var(--main);
	color: #fff;
}
input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active {
	background-color: var(--main);
}
input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.25;
}
input[type=file]::file-selector-button {
	background-color: #fff;
	color: #000;
	border: 0px;
	border-right: 1px solid #e5e5e5;
	padding: 10px 15px;
	margin-right: 20px;
	transition: .5s;
}
input[type=file]::file-selector-button:hover {
	background-color: #eee;
	border: 0px;
	border-right: 1px solid #e5e5e5;
}

/*  Footer  */

footer {
	text-align: center;
	z-index: 10;
	background-color: #fff;
}
footer .container {
	padding: 20px 20px 50px;
	display: flex;
}
footer .container:last-child {
  width: 5%;
}
footer a {
	font-size: 15px;
	padding: 0 15px;
	color: #000;
	line-height: 1.75;
}
footer .footer-nav a,
footer .footer-meta-nav a {
	line-height: 1.3;
	padding: 5px 15px;
}
footer .footer-logo {
  	width: 30%;
	max-width: 190px;
	text-align: left;
	margin-left: 5px;
	display: block;
	height: 105px;
	text-decoration: none;
	background-image: url('/wp-content/uploads/2023/05/wolfram-industrie-logo-2023.png');
	background-image: url("/wp-content/uploads/2023/05/wolfram-industrie-logo-claim.svg");
	background-repeat: no-repeat;
	margin-top: -10px;
	background-size: 85%;
	background-position-y: 10px;
	margin-bottom: 10px;
	transition: all 0.3s ease;  
    
	}




footer .footer-menu {
	width:35%;
	max-width:215px;
	margin-bottom:30px;
	border-left: 1px solid #adb8b4;
}
footer .social-icon a {font-size: 22px;}
footer .social-icon svg {
	max-width: 35px;
	vertical-align: middle;
}
footer .social-icon {
	margin-top: 25px;
	padding-left: 30px;
	text-align: left;
	}

ul.footer-nav, ul.footer-meta-nav {
	list-style: none;
}
ul.footer-nav li, ul.footer-meta-nav li {
	display: block;
	margin: 0 0 0 30px;
	text-align: left;
	}
ul.footer-nav li.wpml-ls-item {
	display:none;
}
footer ul li.footer-only a {
	display:inline-block;
}
footer .siegel-wrap {
	  display: flex;
	  align-items: center;
}
footer .siegel-wrap > img {
	max-width:300px;
}
footer .siegel-wrap a img {
	max-width:140px;
}
#toTop {
  z-index: 100;
  cursor: pointer;
  position: relative;
  margin-right: 30px;
}
/* back to Top - Button  */

#scroll-up-icon {
	position: fixed;
	z-index: 2000;
	display: none;
	bottom: 0;
	height: 40px;
	width: 100%;
	cursor: pointer;
}
.scroll-up, .scroll-up:visited {
	width: 40px;
	height: 40px;
	margin: 0px auto;
	outline: none;
	transition: all 0.8s ease;
	background-color: rgba(229, 0, 92, 1);
	clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
}
#scroll-up-icon:hover .scroll-up {
	transform: rotateY(180deg);
}
.img-teaser-col-3 .col-4 .teaser-text {
	position: absolute;
	top: 0;
	padding-left: 40px;
	color: white;
	padding-right: 40px;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.img-teaser-col-3 .col-4:hover .teaser-text {
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.img-teaser-col-3 .teaser-text p {
	font-weight: 300;
	font-size: 19px;
}
.img-teaser-col-3 .teaser-headline {
	position: absolute;
	bottom: 0;
	padding: 30px 40px;
	color: #fff;
}
.img-teaser-col-3 .teaser-headline h2 {
	color: #fff;
}
.page-template-startseite .img-teaser-col-3 .wrapper.teaser .teaser-headline h2 {
	margin-bottom: 0px;
}
.img-produkte-col-3 .produkt-headline {
	position: absolute;
	top: 0;
	padding: 20px 30px;
	color: #fff;
}
.img-produkte-col-3 .produkt-headline h2 {
	color: #fff;
	font: normal normal bold 28px/1.2 Source Sans Pro;
	margin-top: 0px;
	text-transform: uppercase;
}
.page-template-startseite .img-text-col-3 .inner-rhombus h1 {
	color: #fff;
	margin-left: -40px;
	font-size: 36px;
}
.page-template-startseite .img-text-col-3 .teaser-headline h2 {
	color: #000;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}
#unternehmen .img-text-col-3 .teaser-headline h1 {
	color: #000;
	font-size: 21px;
	font-weight: 700;
}
.img-col-1 article {
	max-width: 947px;
}
.headline-text-col-2 article {
	width: calc(100% - 40px);
	max-width: 1280px;
}
.headline-text-col-2 article .col-2 {
	width: calc(50% - 40px);
	margin: 0 20px 30px;
}
.text-col-1 article {
	max-width: 950px;
}
.col-2 {
	width: calc(50% - 60px);
	margin: 0 30px;
}
.col-3 {
	width: calc(25% - 20px);
}
.img-produkte-col-3 .col-3 {
	width: calc(33% - 20px);
	margin: 0 10px 30px 10px;
}
.col-4 {
	width: calc(34% - 25px);
}
.col-4.hidden {
	display: none;
}
a.info-icon {
	display: none;
}
.col-5 {
	width: calc(41.666% - 60px);
	margin: 30px 30px 30px;
}
.col-6 {
	width: calc(50% - 20px);
	margin: 30px 20px 30px;
}
.col-7 {
	width: calc(58.333% - 60px);
	margin: 30px 30px 30px;
}
.col-8 {
	width: calc(66.666% - 40px);
}
.col-8.fullwidth {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}
.col-9 {
	width: calc(75% - 40px);
	margin: 30px 0px 30px;
}
header {
	position: fixed;
	z-index: 100;
	top: 0;
	background-color: #FFF;
	height: 120px;
	box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}
header.small {
	margin-top:-60px;
}
#nav-toggle {
	left: calc(100% - 173px);
	top: 71px;
}
.nav-brand {
	position: static;
	width: auto;
	z-index: 0;
	padding: 30px 20px 0px 40px;
	min-width: 220px;
	position: relative;
	padding-top: 0
}
#main-menu {
	top: 0;
	margin-right: 0px;
	padding: 0px;
	hyphens: none;
}
.main-nav {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-left: 0;
	margin-top: 0px;
	position: relative;
}

@media (min-width:768px) {
	.intro .linklist.grey ul li:hover {
		background-color: #EDEDEA;
	}
	.intro .linklist.green ul li:hover {
		background-color: var(--main);
	}
	.intro .linklist.green ul li:hover a {
		color: #fff;
	}
/*   hover effects  */
	.home .col-4.staggered {
		overflow:hidden;
	}
	.home section.img-teaser-col-3 article .layer-color.bg-grau {
		width:105%
	}
	.page-template-startseite .img-teaser-col-3 .teaser-headline .wrap-svg {
		position:relative;
		overflow:hidden;
		transition:all 0.3s ease;
		width:90px;
		height:45px;
	}
	.page-template-startseite .img-teaser-col-3 .teaser-headline svg {
		position:absolute;
		left:0;
		margin-left:-20px;
		transition:all 0.5s ease;
		width:90px;
	}
	.wrap-btn:hover {
		width:150px
	}
	.wrap-btn .btn.bg-green {
		margin-left:-140px;
		max-height:51px;
	}
	.wrap-btn.en .btn.bg-green {
		margin-left:0px;
		max-height:51px;
	}
	
	.wrap-btn .btn.bg-green a {
		width:131px;
	}
	.wrap-btn:hover .btn.bg-green {
		margin-left:0
	}
	.page-template-startseite .img-teaser-col-3 .teaser-headline:hover svg {
		margin-left:0px;
	}
}
@media (min-width:987px) {
	.headline-1 {
		background-color: #fff;
		position: absolute;
		width: 640px;
		padding: 20px 80px 0;
		bottom: 0;
		z-index: 10;
		left: calc(50% - 320px);
	}
}
@media (min-width:1281px) {
	#mm-main-menu, #nav-toggle {
		display: none !important;
	}
	ul.main-level li.mobil-only,
	.menu-item-type-wpml_ls_menu_item {
	  display: none !important;
	}
	.accordion article {
		padding-top: 50px;
		overflow: unset;
	}
	.accordion svg {
		right: auto;
		margin-left: -160px;
		height: 105px;
	}
	.zitat.withsvg article {
		overflow: unset;
	}
	.zitat.withsvg svg {
		right: auto;
		margin-left: -280px;
	}
	.team-kacheln .position-text p {
		margin-bottom:0;
	}
	footer {
		display:flex;
	}
}
@media(min-width:1341px) {
	.team-kacheln .position-text p {
		margin-bottom:20px;
	}
}
@media(max-width:1680px) {
	.search-language {
		display: block;
		width: auto;
		position: absolute;
		z-index: 100;
		right: 370px;
		bottom: 72px;
	}
}
@media (max-width:1340px) {
	.zitat.linksbuendig .zitat-inner {
		margin-left: 30px;
	}
	
}
@media (max-width:1280px) {
	  .layout-raute h1 {
    font-size: 2.4rem;
  }
	 .layout-raute h2 {
    font-size: 2.2rem;
  }
	#main-menu {
		display: none !important;
	}
	.panel.fullheight svg {
	  height: 160px;
	}
	ul.main-level li.desktop-only {
	  display: none !important;
	}
	.language-selector {
	  display: none;
	}
	header .container {
		max-width: 1280px;
		width: calc(100% - 90px);
	}
	.img-text-combi-produkt.header .rhombus-hero .hero h1, #produkt .img-text-combi-produkt .rhombus-hero .hero h1 {
		color: #fff;
		font-size: 30px;
		line-height: 34px;
	}
	.img-text-combi-produkt.header .rhombus-hero, #produkt .img-text-combi-produkt .rhombus-hero, #unternehmen .img-text-combi-produkt .rhombus-hero {
		padding-bottom: 30px;
	}
	.search-language {
		right: 110px;
		bottom: 9px;
	}
	#nav-toggle {
		right: 11px;
		top: 75px;
		left: auto;
	}
	.img-text-combi-front .rhombus .inner-rhombus {
		position: absolute;
		bottom: 20px;
		right: 40px;
		width: 48%;
	}
	.page-template-startseite .img-text-col-3 .teaser-headline h2 {
		font-size: 21px;
		line-height: 26px;
	}
	.video-col-1 .rhombus-hero .hero, .video-block .rhombus-hero .hero {
		top: 60%;
	}
	.team-kacheln article {
		max-width:650px;
	}
	.team-kacheln .flex-item {
		flex: 1 0 100%;
	}
	.team-kacheln .flex-item {
		flex-direction:unset;
	}
	.team-kacheln .flex-item:nth-child(2n) {
		flex-direction:row-reverse;
	}
	.team-kacheln .flex-item .portrait-links .rhombus,
	.team-kacheln .flex-item:nth-child(4n+3) .portrait-links .rhombus{
		clip-path: polygon(100% 0%, 85% 5%, 100% 10%);
	}
	.team-kacheln .flex-item:nth-child(2n) .rhombus {
		clip-path: polygon(0% 0%, 15% 5%, 0% 10%);
	}
	.team-kacheln .position-text p {
		margin-bottom:0;
	}
    
    .col-4 .text-in-rhombus-col-4 .rhombus {clip-path: polygon(35% 5%, 80% 5%, 45% 100%, 0% 100%);}    
    
}
@media (max-width:1080px) {
	.panel.top .inner-wrapper {
		overflow-x:hidden;
	}
	.panel.top .btn.bg-highlight {
	  margin-left: 0;
	  margin-top: 30px;
	  margin-right: 122px;
	}
	.panel.top .btn.bg-highlight a {
		position:relative;
	}
	.img-text-combi-produkt.header .rhombus, #produkt .img-text-combi-produkt .rhombus, #unternehmen .img-text-combi-produkt .rhombus {
		clip-path: polygon(60% 0%, 80% 100%, 0% 100%, 0% 0%);
	}
	.img-text-combi-front .rhombus {
		clip-path: polygon(100% 0%, 100% 0%, 100% 100%, -10% 100%);
	}
    
    .col-4 .text-in-rhombus-col-4 .rhombus {
      clip-path: polygon(40% 5%, 88% 5%, 48% 100%, 0% 100%);
    }    
    
	.img-text-combi-produkt.header .rhombus-hero .hero, #produkt .img-text-combi-produkt .rhombus-hero .hero {
		width: 55%;
	}
	.img-text-combi-produkt.header .rhombus-hero .hero h1 br {
		display: none;
	}
	.img-produkte-col-3 article {
		width: calc(100% - 40px);
		justify-content: center;
	}
	.img-produkte-col-3 article.produkt-kategorie div {
		width: 100%;
	}
	.img-produkte-col-3 .col-3 {
		width: calc(50% - 20px);
	}
	.intro .info ul.prod-infos li {
		margin: 0px 0px 5px 0px;
	}
	#produkt section.text-info-col-2 .col-8 .produkt-text, section.text-info-col-2.intro .col-8 .produkt-text {
		padding-right: 15px;
	}
	.img-text-combi-produkt.header .rhombus-hero .hero, #produkt .img-text-combi-produkt .rhombus-hero .hero {
		left: 47px;
	}
	.breadcrumb article, .images-col-2 article, .text-info-col-2 article, .single-header article, .text-col-8 article, .blockquote article, div.breadcrumbs {
		width: calc(100% - 90px);
	}
	div.breadcrumbs.bg-grey {
		padding-left:47px
	}
    .breadcrumbs .home::after {
      top: -1px;
    }    
    
	html, body {
		font-size: 17px;
		line-height: 24px;
	}
	.img-text-combi-produkt.header, #produkt section.img-text-combi-produkt, #unternehmen section.img-text-combi-produkt {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		padding-bottom: 0;
		background-color: #efefef;
		height: 290px;
		width: auto;
	}
	.img-text-combi-front .rhombus .inner-rhombus {
		position: absolute;
		bottom: 10px;
		right: 40px;
		width: 48%;
	}
	.page-template-startseite h1 {
		font-size: 36px;
		line-height: 42px;
	}
	.img-teaser-col-3 .col-4 .teaser-headline {
		opacity: 1;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.img-teaser-col-3 .col-4:hover .teaser-headline {
		opacity: 1;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.headline-text-col-2 .col-7 p {
		line-height: 28px;
		font-size: 19px;
	}
	.video-col-1 .rhombus-hero .hero p, .video-block .rhombus-hero .hero p {
		font-size: 16px;
		line-height: 18px;
	}
	.inner-rhombus span {
		margin-left: -30px
	}
	.panel.fullheight svg {
		margin-top: 15px;
		height: 145px;
		left: -86%;
		margin-top: -25px;
	}
	.panel.fullheight h1, .panel.fullheight .headline {
		font: normal normal bold 36px/42px Source Sans Pro;
	}
	.panel.fullheight p {
		font: normal normal normal 19px/28px Source Sans Pro;
	}
}
@media (max-width: 987px) {
	.img-teaser-col-3 .teaser-text {
		position: absolute;
		top: 0;
		padding-left: 40px;
		color: white;
		padding-right: 40px;
		font-size: 16px;
	}
	.img-teaser-col-3 .teaser-headline {
		position: absolute;
		bottom: 0;
		padding: 30px 40px;
		color: #fff;
	}
}
@media (max-width:980px) {
	html, body {
		font-size: 16px;
		line-height: 24px;
	}
	.headline-text-col-2 .col-7 p {
		line-height: 26px;
		font-size: 16px;
	}
	.page-template-startseite h2 {
		font-size: 24px;
		font-weight: 700;
		line-height: 30px;
	}
	.language-selector {
		font-size: 16px;
	}
	.search {
		padding-top: 12px;
		font-size: 16px;
	}
	.img-teaser-col-3 .teaser-text p {
		font-size: 16px;
	}
	section.text-info-col-2.intro .col-4 h2 {
		line-height: 25px;
		hyphens: none;
	}
	.img-produkte-col-3 .produkt-headline h2 {
		font-size: 20px;
	}
	.text-info-col-2.intro .col-4 {
		width: 0px;
		position: absolute;
		right: 0px;
		padding-right: 0px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		background-color: #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
		z-index: 10001;
	}
	.text-info-col-2.intro .col-4.active {
		width: 310px;
		padding-right: 20px;
		-webkit-box-shadow: -1px 2px 20px 25px rgba(255, 255, 255, 0.9);
		box-shadow: -1px 2px 20px 25px rgba(255, 255, 255, 0.9);
	}
	.text-info-col-2.intro .col-4 .info {
		width: 280px;
		padding-bottom: 20px;
		border-bottom: 1px solid #dedfde;
	}
	.img-produkte-col-3 article .col-4 {
		width: calc(50% - 25px);
	}
	.text-info-col-2.intro .col-8 {
		width: 100%;
	}
	.text-info-col-2.intro {
		position: relative;
	}
	a.info-icon {
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		z-index: 10001;
		position: absolute;
		top: -60px;
		right: 35px;
		background-color: rgba(0, 136, 128, 0.8);
		color: #fff;
		text-align: center;
		font-size: 33px;
		padding-top: 8px;
		font-weight: 700;
		opacity: 0.6;
	}
	a.info-icon:hover {
		opacity: 1;
	}
	.parent-pageid-12 a.info-icon {
		background-color: rgba(85, 117, 132, 0.8);
	}
	#produkt section.text-info-col-2 .col-8 .produkt-text, section.text-info-col-2.intro .col-8 .produkt-text {
		padding-right: 0px;
	}
	.img-text-combi-front .rhombus {
		clip-path: polygon(100% 15%, 100% 0%, 100% 100%, -30% 100%);
	}
	.video-col-1 .rhombus {
		position: absolute;
		width: 100%;
		height: 100%;
		clip-path: polygon(0 53%, 55% 45%, 100% 140%, 0% 100%);
	}
	.video-col-1 .rhombus-hero, .video-block .rhombus-hero {
		position: absolute;
		width: 100%;
		height: 100%;
		clip-path: polygon(0 55%, 50% 35%, 100% 140%, 0% 100%);
	}
	.video-col-1 .rhombus-hero .hero, .video-block .rhombus-hero .hero {
		width: 51%;
	}
	.img-text-combi-front .rhombus .inner-rhombus {
		position: absolute;
		bottom: 10px;
		right: 40px;
		width: 70%;
	}
	.img-teaser-col-3 .teaser-headline {
		position: absolute;
		bottom: 0;
		padding: 30px 40px 20px 30px;
		color: #fff;
	}
	.start.img-teaser-col-3 .col-4 {
		width: 100%;
		max-width: 460px;
		margin: 0px auto 50px auto;
	}
	.start.img-text-col-3 .col-4 {
		width: 50%;
		margin: 0px auto 50px auto;
	}
	.start.img-text-col-3 article {
		display: block;
		text-align: left;
	}
	section.panel.img-text-col-3 article {
		margin-top: 50px;
	}
	.teaser-text, .teaser-headline {
		max-width: 410px;
		margin: 0 auto;
	}
	.col-4 .text-in-rhombus-col-4 .rhombus {
		width: 100%;
		clip-path: polygon(33% 0%, 73% 0%, 45% 100%, 5% 100%);
		margin-top: 0px;
		height: 100%;
	}
	.col-4 .text-in-rhombus-col-4 .rhombus .inner-rhombus {
		position: relative;
		top: 22%;
		left: 38%;
		width: 34%;
	}
    .panel.fullheight svg {
	  margin-top: 15px;
	  height: 135px;
	  left: -86%;
	  margin-top: -35px;
	}   
    
	.inner-rhombus span {
		font-size: 36px;
		line-height: 42px;
		margin-left: -20px;
	}
	.col-4 .text-in-rhombus-col-4 article {
		height: 60px;
		width: 100%;
	}
	.img-text-combi-produkt.header.layout-raute {
		min-height: 450px;
		width:auto;
  		aspect-ratio: auto;
	}
	.img-text-combi-produkt.header.layout-raute article {
		height:auto;
	}
	.layout-raute .flex-item {
		display:block;
	}
	.layout-raute .col-4 {
	  margin-bottom: 20px;
	}
	.layout-raute svg {
		width: 300px;
	  margin-left: -100px;
		}
	.layout-raute .col-8 {
	  width: calc(100% - 60px);
    	margin: 0 auto;
		}
}
@media (max-width:767px) {
	.panel.top .btn.bg-highlight {
		margin-top: 30px;
  		margin-left: 0;
	}
	 header .wrap-btn {
		bottom: 0;
		width: 100%;
	  }
	header .btn.bg-green {
		width: auto;
		justify-content: center;
		padding: 6px 0;
		margin-top:0;
	  }
	header .wrap-svg {
		display: none;
	  }
	.headline-text-col-2 .col-5 {
		width: 100%;
		margin: 30px 30px 0px 35px;
	}
	.headline-text-col-2 .col-7 {
		padding-right: 0px;
	}
	.col-7 {
		width: 100%;
		margin: 35px;
	}
	.img-text-combi-front .rhombus {
		clip-path: polygon(100% 10%, 100% 0%, 100% 100%, -80% 100%);
	}
    
.col-4 .text-in-rhombus-col-4 .rhombus {
    width:60%;
  clip-path: polygon(50% 5%, 100% 5%, 55% 100%, 5% 100%);
}    

.col-4 .text-in-rhombus-col-4 .rhombus .inner-rhombus {
  left: 52%;
}
    
	.img-text-combi-front .rhombus .inner-rhombus {
		position: absolute;
		bottom: 10px;
		right: 40px;
		width: calc(100% - 90px);
		left: 50px;
	}
	section.img-info-col-2.bg-grey {
		padding-bottom:50px;
	}
	.img-info-col-2 article {
		display: block;
		width: calc(100% - 90px);
	}
	.img-info-col-2 .col-2,
	.img-info-col-2 .col-5,
	.img-info-col-2 .col-7 {
		width: 100%;
		margin: 0;
	}
	.img-info-col-2 .col-2:first-child,
	.img-info-col-2 .col-7,
	.img-info-col-2 .col-5 {
		margin-bottom:30px;
	}
	.img-info-col-2 .col-7 + .col-5,
	.img-info-col-2 .col-5 + .col-7 {
		margin-bottom:0;
	}
	.img-info-col-2 .col-2 h2 {
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.zitat article {
		width: calc(100% - 90px);
	}
	.zitat.linksbuendig .zitat-inner {
		max-width: 100%;
		margin-left: 0;
	}
	.zitat.eingerueckt .zitat-inner {
		max-width: 100%;
		margin-left: 50px;
	}
	.zitat.withsvg article {
		width: 100%;
	}
	.zitat.withsvg .col-3 {
		min-height: 210px;
		width: 100px;
	}
	.zitat.withsvg svg {
		height: 70px;
	}
	.zitat.withsvg .col-2 {
		margin: 0 15px;
	}
	.zitat.withsvg .zitat-inner {
		max-width: 100%;
	}
	.accordion svg {
		height: 70px;
		margin-left: -90px;
	}
	.accordion .col-3 {
		width: 15%;
	}
	.accordion .col-2 {
		width: 85%;
	}
	.col-5.headlineaside {
		width: 100%;
	}
	.text-info-col-2 .col-7 {
		width: 100%;
		margin: 30px 0;
		overflow-x:scroll;
	}
	.team-kacheln article {
		max-width:initial;
	}
	.team-kacheln .flex-item {
		flex-wrap:wrap;
	}
	
	.panel.fullheight svg {
	  height: 115px;
	  left: -86%;
	  margin-top: -35px;
	}
	.layout-raute .flex-item {
		display:block;
	}
	.layout-raute .col-4 {
	  margin-bottom: 20px;
	}
	.layout-raute svg {
		width: 300px;
	  margin-left: -100px;
		}
	.layout-raute .col-8 {
	  width: calc(100% - 60px);
    	margin: 0 auto;
		}
}
@media (max-width:680px) {
	.img-text-combi-produkt.header .rhombus-hero .hero h1, #produkt .img-text-combi-produkt .rhombus-hero .hero h1 {
		font-size: 25px;
		line-height: 30px;
	}
	.img-produkte-col-3 .col-3 {
		width: 100%;
		margin: 0 0px 25px 0;
	}
	.img-produkte-col-3 article.produkt-kategorie {
		width: calc(100% - 90px);
	}
	.start.img-teaser-col-3 .col-4, .start.img-text-col-3 .col-4 {
		width: 75%;
		margin: 0px auto 50px auto;
	}
	.col-4 .text-in-rhombus-col-4 article {
		height: 70px;
		width: 100%;
	}
    .col-4 .text-in-rhombus-col-4 .rhombus {
      width: 100%;
      clip-path: polygon(24% 5%, 52% 5%, 28% 100%, 0% 100%);
		margin-top: 0px;
		height: 100%;
	}
	.col-4 .text-in-rhombus-col-4 .rhombus .inner-rhombus {
		position: relative;
		top: 26%;
		left: 26%;
		width: 34%;
	}
      .page-template-startseite .presse-kacheln .flex-item .img-wrapper {
		width: 100%;
	  }
    .teaser-text, .teaser-headline {
      max-width: 410px;
      margin: 0 0px;
    }
    
	.img-text-combi-front .rhombus .inner-rhombus {
		position: absolute;
		bottom: 10px;
		right: 40px;
		width: calc(100% - 60px);
		left: 30px;
	}
	.headline-text-col-2 .col-5 {
		width: 100%;
		margin: 20px 10px 0px 10px;
	}
	.col-7 {
		width: 100%;
		margin: 35px 10px;
	}
	.page-template-startseite .img-teaser-col-3 article {
		width: calc(100% - 60px);
		max-width: 1280px;
	}
	.page-template-startseite .presse-kacheln article:last-child { width:100%; }
	.page-template-startseite .presse-kacheln .col-3 img { max-width:calc(100% - 40px); }
	
	
	.img-text-combi-produkt.header .rhombus, #produkt .img-text-combi-produkt .rhombus, #unternehmen .img-text-combi-produkt .rhombus,
	.img-text-combi-produkt.header .rhombus-hero {
		  clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
		}
    .img-text-combi-produkt.header .rhombus-hero .hero, #produkt .img-text-combi-produkt .rhombus-hero .hero {
		  width: 70%;
		}
	.flex-item .position-rechts, .flex-item .portrait-links {
		width: 100%;
	}
	.presse-kacheln .flex-item, .presse-kacheln .flex-item:nth-child(2n+1) {
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}	
	.presse-kacheln .flex-item .position-rechts, .presse-kacheln .flex-item .portrait-links {
		width: calc(100% - 40px);
		margin: 20px auto 0;
	  }
	.presse-kacheln .flex-item .portrait-links .rhombus,
	.presse-kacheln .flex-item:nth-child(2n+1) .portrait-links .rhombus {
		clip-path: polygon(7% 50%, 11% 35%, 15% 50%);
		top: calc(50% + 20px);
	  }
	  .presse-kacheln .flex-item:nth-child(2n+1) .portrait-links .rhombus {
		margin-left: 0;
	  }
	  .presse-kacheln .flex-item:nth-child(2n) .portrait-links .rhombus {
		margin-right: 0;
	  }
	.team-kacheln .flex-item .rhombus,
	.team-kacheln .flex-item .portrait-links .rhombus, .team-kacheln .flex-item:nth-child(4n+3) .portrait-links .rhombus,
	.team-kacheln .flex-item:nth-child(4n+4) .portrait-links .rhombus {
	  clip-path: polygon(7% 50%, 11% 35%, 15% 50%);
	  top:51%;
	}
	footer a {
		font-size: 13px;
		padding: 0 10px;
		line-height: 18px;
	}
}
@media (max-width:650px) {
	.panel.fullheight h1, .panel.fullheight .headline {
		font: normal normal bold 30px/38px Source Sans Pro;
	}
	.panel.fullheight p {
		font: normal normal normal 16px/26px Source Sans Pro;
	}
	.panel .btn {
		font: normal normal bold 14px/24px Source Sans Pro;
		padding: 10px 8px;
		width: 170px;
		margin-top: 30px;
	}
	.panel.top .btn {
	  display: block;
	  margin-left: 0;
	}
	.panel.top .btn.bg-highlight {
		margin-left:0;
	  width: 200px;
	  height: auto;
	}
	.panel.fullheight svg {
		left: auto;
		right: -30px;
		margin-top: -40px;
		margin-right: auto;
		width: 350px;
	}
	.wrap-btn {
		bottom:30px;
        display: none;
	}
    
    .wrap-btn.shown {display: block;}
	footer .container {
		flex-wrap:wrap;
	}
	footer .footer-logo {
      width: 100%;
      max-width: 400px;
      margin: 0 auto 50px;
      background-size: 55%;
      background-position-x: center;
      height: 140px;
    }
	footer .footer-menu {
		width:50%;
		border-left:none;
	}
	footer .footer-nav {
	  width: 50%;
	}
	ul.footer-nav li, ul.footer-meta-nav li {
		margin: 0;
	}
	footer .social-icon {
		padding-left: 10px;
	}
	footer .social-icon a {
		padding: 0 10px 0 0;
	}
	.siegel-wrap {
	  margin-bottom: 80px;
	}
	.siegel-wrap a {
	  display: block;
	  width: 35%;
	}
	.siegel-wrap img {
	  width:65%;
	}
	.siegel-wrap a img {
	  width:100%;
	}
}

@media (max-width:500px) {

.home main {  padding-bottom: 20px;}

	header .container {
		max-width: 1280px;
		width: calc(100% - 40px);
	}
	header.small {
		margin-top:-60px;
	}
	header.small .nav-brand a {
	  background-size: auto 40%;
	  margin-top: 3px;
	}
	header.small #nav-toggle {
	  top: 78px;
	}
	section.panel.fullheight.top article {
		padding-top: 0;
		height: calc(100vh - 120px);
	}
	.img-produkte-col-3 article .col-4 {
		width: 100%;
	}
	#nav-toggle {
		right: 11px;
		top: 68px;
		left: auto;
	}
	.nav-brand a {
		background-image: url(/wp-content/uploads/2023/05/wolfram-logo-2023.png);
		background-size: auto 80%;
		background-position: left center;
		margin-top: 0px;
	}
	.triangle, a.anfrage {
		display: none;
	}
	.search-language {
		right: 20px;
		top: 0px;
		height: 50px;
	}
	#main-menu ul li.mobil-only {
		display: block;
	}
	.start.img-teaser-col-3 .col-4, .start.img-text-col-3 .col-4 {
		width: 100%;
		margin: 0px auto 30px auto;
	}

	.accordion .col-2 {
		width: 85%;
		margin-top: 50px;
		margin-left: 0px;
	}
    
    .col-4 .text-in-rhombus-col-4 .rhombus {
      width: 100%;
      clip-path: polygon(24% 0%, 52% 0%, 28% 100%, 0% 100%);
      margin-top: 0px;
      height: 100%;
    }
	
}
@media (max-width: 420px) {
	.breadcrumb article, .images-col-2 article, .text-info-col-2 article, .single-header article, .text-col-8 article, .blockquote article, div.breadcrumbs {
		width: calc(100% - 40px);
	}
    
    .col-4 .text-in-rhombus-col-4 .rhombus {
      width: 100%;
      clip-path: polygon(24% 5%, 52% 5%, 28% 100%, 0% 100%);
      margin-top: 0px;
      height: 100%;
    }    
    
    
}
@media (max-width:374px) {
	section.panel.fullheight, section.panel.fullheight.top, section.panel.fullheight article {
		height: auto;
	}
	.panel.fullheight .flex-item {
		margin-top: 40px;
	}
	.panel .btn {
		margin-bottom: 30px;
	}
	section.panel.img-text-col-3 article {
		margin-top: 75px;
	}
}
