@font-face {
	font-family: 'Roboto';
	src: url('fonts/roboto/Roboto-Regular-webfont.woff') format('woff');
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/roboto/Roboto-Italic-webfont.woff') format('woff');
	font-style: italic;
	font-weight: 300;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/roboto/Roboto-Medium-webfont.woff') format('woff');
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	src: url("fonts/fa-brands-400.eot");
	src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff"), url("fonts/fa-brands-400.ttf") format("truetype"), url("fonts/fa-brands-400.svg#fontawesome") format("svg")
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/fa-regular-400.eot");
	src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.woff") format("woff"), url("fonts/fa-regular-400.ttf") format("truetype"), url("fonts/fa-regular-400.svg#fontawesome") format("svg")
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	src: url("fonts/fa-solid-900.eot");
	src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype"), url("fonts/fa-solid-900.svg#fontawesome") format("svg")
}

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

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

::-moz-selection {
	background: #eee;
	text-shadow: none;
	color: #444;
}

::selection {
	background: #eee;
	text-shadow: none;
	color: #444;
}

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

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

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

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

textarea {
	resize: vertical;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color:#00459a;
	outline: 0;
	text-decoration: none;
}

em {
	font-style: italic;
}

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

p {
	margin-top: 0;
}

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

h1 {}

h2 {}

h3 {}

h4 {}

li {
	list-style: square;
	margin-left: -10px;
}

/* ==========================================================================
   helper
   ========================================================================== */
.red{
color: #e3000f;	
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.center {
	text-align: center;
}

/*youtube*/

.embed-container {
	position: relative;
	/* ratio 16x9 */
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ratio 4x3 */

.embed-container.ratio4x3 {
	padding-bottom: 75%;
}

/*Processwire Image Class*/

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

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

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

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

.animate {}

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

.animate.in-view {
	opacity: 1;
	-moz-transform: translate(0px, 0px, );
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

/* ==========================================================================
   flex
   https://www.w3.org/TR/css-flexbox-1/
   ========================================================================== */

.flex {
	display: flex;
}

/*column-count */

.cc p {
	/*fix column text*/
	display: inline-block;
	padding-right: 30px;
}

/*column-count p*/
.cc2 {
	column-count: 2;
}

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

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

.toggle-nav {
	position: absolute;
	right: 20px;
	top:0;
	cursor: pointer;
	display: none;
}

.off-canvas-toggle {
	display: none;
	cursor: pointer;
}

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

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

.toggle-nav {
	float: right;
	cursor: pointer;
	display: none;
	max-width: 100px;
	color:#00459a;
}

.off-canvas-toggle {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #00459a;
}

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

.mobile_menu{
	display: none;
}

.topnav {
	clear: both;
	float: left;
	margin-top: 20px;
	background: #e60020;
	padding: 0 20px 10px 0px;
	width: 100%;
}


.topnav ul li {
	float: left;
	margin-right: 20px;
	padding-bottom: 5px;
	list-style: none;
	font-size: 16px;
}

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

.topnav ul li a {
	display: block;
	color: #fff;
	border-bottom: 1px solid #e60020;;
}

.topnav ul li a:hover,
.topnav ul li.active a {
	border-bottom: 1px solid #fff;
}

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

.topnav li ul {
	position: absolute;
	left: -10000px;
	z-index: 9999;
	margin-top: 5px;
	background: #fff;
}

.topnav li:hover ul {
	left: auto;
	left:0;
	top: auto;
	padding-top: 4px;
	padding-bottom: 10px;
	margin-left: 0px;
}

.topnav li ul li {
	clear: both;
	margin-left: -30px;
	background: #eee;
	min-width: 200px;
	position: relative;
	border: 0 !important;
}

.topnav li ul li:hover {
	border: 0;
}
.topnav li ul li{ 

	border:none;
}

.topnav li ul li:nth-child(even) {
	/*background: #f4f4f4;*/
}

.topnav li ul li a {
	display: block;
	padding: 5px 10px 7px 10px;
	color: #00459a !important;
	border: none !important;
}

.topnav li ul li:hover{ 
	background: #e5e5e5 !important;
	border:none;
}

.topnav ul li.active ul li{
	border: none !important;
	background: #eee;
}

.topnav ul li.active ul li a {
	color: #444;
	border: none;
}

.topnav ul li.active ul li.active a {
	color: #444;
	border: none;
}

.topnav li ul li a .fas{
	color:#aaa;
	position:absolute;
	bottom: 5px;
	right:5px;
}

.lang{
	float: right;
	margin-top: -18px;
}
.lang-de .lang-animate,
.lang-en .lang-animate {
	color: #fff;
	margin-right: 10px; 
	top:5px;
	position: relative;
	max-width:0;
	opacity: 1;
	transition: max-width 0.2s ease-in;
	overflow: hidden;
	white-space: nowrap;
	display:inline-block;
}

.lang-de:hover .lang-animate,
.lang-en:hover .lang-animate 
{

	max-width:15em;
}

.lang img{
	margin-top: -4px;
	border: 1px solid #ccc;
}

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

html,
body {
	height: 100%;
}

html {
	box-sizing: border-box;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 1em;
	line-height: 1.3;
	font-weight: 300;
	padding: 0;
	/*ie 11 footer */
	height: auto;
	background: #eee;
	color: #444;
}

.preload .top-slider {
	height: 300px;
	overflow: hidden;
}

.top-slider {
	clear: both;
	width: 100%;
	/*border-bottom: 1px solid #e60020;*/
	/*box-shadow: 0 4px 2px -2px rgba(0,0,0,0.1);*/
}
.top-slider .slick-dotted.slick-slider{
	margin-bottom: 10px!important;
}

.top-slider .slick-prev::before, .top-slider .slick-next::before{
	opacity: 0.9;
}

.preload .top-slider {
	background: url('img/ring.gif') #fff no-repeat center center !important;
}

.preload .top-slider.loading img{
	visibility: hidden;
}

.top-slider .slick-slide {}

.top-slider img {
	width: 100%;
}

.top-slider [data-animation-in] {
	opacity: 0.2;
}


.top-slider .slick-dots .slick-active button::before{
	color: #00459a !important;
}

.preload .slick_images {
	height: 100px;
	overflow: hidden;
	/*visibility: hidden;*/
}

.preload .slick_images {
	background: url('img/ring.gif') #fff no-repeat center center !important;
}

.preload .slick_images img{
	visibility: hidden;
}

.slick_images{
	max-height: 300px !important;
	width: auto !important;
	
}

.slick_images .slick-list{
	/*max-height: 420px;*/
}

.slick_images .slick-track{
	text-align: center;
}


.slick_images .slick-image-container{
	text-align: center;
	background: #fff;
}

.slick_images .slick-image{
	/*max-width: inherit;*/
	height: auto;
	max-width: 370px !important;
	/*max-height: 420px !important;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick_images img.slick-image {
	height: auto;
	max-height: 300px !important;
}

.slick_images .slick-dots{
	position: relative;
	margin-top: -25px;
}

.slick_images .slick-dots li {
    position: relative;
    display: inline-block;
    width: 16.6666%;
    height: auto;
    margin: 0 ;
    padding: 0;
    cursor: pointer;
	border-bottom:2px solid #fff;
}

.slick_images.oneimage .slick-dots .slick-active  button{ 
	border-bottom:none;
}

.slick_images .slick-dots li button.thumb {
	clear: both;
	display: block;
	width: 100%;
	height: 70px;
}

.slick_images .slick-dots li button img {
	height: auto;
}

.slick_images .slick-dots li button:before {
	content: '';
	display: block;
	width: 100%;
	max-width: 150px;
	overflow: hidden;
	float: none;
	width: 100%;
	height: 100%;
}

.slick_images .slick-dots li button{
	overflow: hidden;
	height: 60px;
	position: absolute;
	bottom:-50px;
}

.slick_images.oneimage .slick-dots button{
	border-bottom:2px solid #fff;
}
.slick_images .slick-dots .slick-active button{
	border-bottom:2px solid  #00459a;
}

.slick_images .slick-active {
    animation:none !important;
}

.slick-thumbs {
	position: absolute;
	left: -9999px;
}
.slick-active{
	animation:animate 2s 1 ease-in-out;
}
*::-ms-backdrop, .slick-active {
	animation:none;
}

@keyframes animate{
	from{
		transform: scale(1.1);
	}
	to{
		transform: scale(1);
	}	
}
.slick-slide{
transform: scale(1);

}

.wrapper {
	flex-direction: column;
	margin: 0;
	padding: 0;
	position: relative;
	/*overflow: hidden;*/
	width: 100%;
	background: #eee;
}

.container {
	/*min-height: 100vh;*/
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	flex-direction: column;
	height: 100%;
	position: relative;
	-webkit-transform: translateZ(0) translateX(0);
	transform: translateZ(0) translateX(0);
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #fff;
}

.main{
	padding-left: 20px;
	padding-right: 20px;
}

.header {
	margin: 0 auto;
	background: #fff;
	padding: 0;
	margin: 0;

}

.logo {
	margin-top: 0;
	margin-left: 10px;
	float: left;
	max-width: 300px;
}
.slogan{
	float: right;
	margin-right: 20px;
	margin-top: 30px;
	font-weight: 700;
	font-size: 1.5em;
	color: #00459a;
}

.suche {
	position: absolute;
	top:10px;
	right:10px;
}

.suche input {
	border: 1px solid #eee;
	padding: 5px;
	height: 30px;

}

.suche #searchstring {
	width: 180px;
	font-size: 0.9em;

}

.suche button {
	border: none;
	background: none;
	padding: 5px;
	color: #ddd;
	font-size: 0.9em;
	cursor: pointer;
}

.suche button:hover {
	color: #444;
}

.contentheader {
	clear: both;
	margin-bottom: 20px;
	padding: 0;
}

.contentheader h1{
	color: #00459a;
}


.row {
	margin-left: -10px;
	width: calc(100% + 20px);
	flex-wrap: wrap;
}

.col {
	/*padding: 0 10px;*/
}

/*order --------------*/

.col.order1 {
	order: 1;
}

.col.order2 {
	order: 2;
}

.col.order3 {
	order: 3;
}

.col.order4 {
	order: 4;
}

.col.order5 {
	order: 5;
}

.shadow {
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.19);
}

.my-button {
	background: #eee;
	text-transform: uppercase;
	border: none;
	border: 1px solid #555;
	border-radius: 5px;
	color: #333;
}

.colimg {
	padding: 5px;
}

.image-center {}

.image {}

.rowimg1 {
	justify-content: space-between;
}

.rowimg2 {
	justify-content: space-around;
}

.rowimg1 .col,
.rowimg2 .col {
	max-width: 200px;
}

.logoboxen {
	margin: 60px 0 40px 0;
	text-align: center;
}

.logoboxen a{
width: 100%;

}

.logoboxen img {
	max-height: 100px;
	opacity: 0.6;
	filter: grayscale(100%);
	width: 200px;
}

.logoboxen a:hover img {
	opacity: 1;
	filter: grayscale(0%);
}

.sitefooter {
	border-top: 2px solid #014687;
	background: #014687;
	margin-top: 60px;
	margin-bottom: 0;
	padding-bottom: 60px;
	padding-top: 20px;
	position: relative;
}

.logoboxen .glutoclean {}

.logoboxen .glutolin img {
	width: 38%;
}

.logoboxen .optitron img {
	width: 45%;
}

.socialmediabox {
	clear: both;
	margin-top: -10px;
	float: right;
}

.socialmediabox .icon {
	display: inline-block;
	line-height: 1.42857;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	font-size: 30px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	border: 1px solid #eee;
	margin-left: auto;
}

.fa-facebook-square {
}

.socialmediabox .icon a {
	color: #ddd;
}

.socialmediabox .icon a:hover {
	color: #444;
}

.footernav{
	padding-left: 20px;
	padding-right: 20px;
}

.footernav a {
	color: #fff;
}

.footernav a:hover {
	color: #eee;
}

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

.totop a {
	position: relative;
	color: #555;
	display: block;
	margin-right: 30px;
	margin-top: -20px;
}

.totop .fa-square {}

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

.coockiehinweis {
	position: relative;
	padding: 0 0 10px 0;
	z-index: 1000;
	width: 100%;
	box-shadow: 0 -5px 5px -5px rgba(1, 1, 1, 0.5);
	background-color: rgba(50, 50, 50, 0.8);
	font-size: 0.8em;
	color: #eee;
	position: fixed;
	bottom: 0;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
}

.close-coockiehinweis {
	margin-left: 10px;
}

.footer-links {
	float: left;
}

.social-links {
	float: right;
	padding-left: 0;
}

.social-links li {
	list-style: none;
	float: left;
	margin-right: 20px;
	margin-top: -20px;
	text-indent: 0;
}

.footer-links a,
.social-links li a {
	color: #eee;
	text-decoration: none;
}

.coockiehinweis a {
	text-decoration: underline;
	color: #fff;
}

.close-coockiehinweis {
	float: right;
}

.close-coockiehinweis button {
	cursor: pointer;
	padding: 10px;
	background: #014687;
	color: #fff;
	border: none;
}

/*content*/
.breadcrumbs{
	margin: 0 0 0 -40px;
	width: 100%;
	display: inline-block;
	font-size: 0.7em;
}

.breadcrumbs li{
	float: left;
	list-style: none;
	margin-left: 0px;
}

.breadcrumbs ul{
	margin-left: 0;
}

.breadcrumbs li a{

}
.breadcrumbs  li a:hover{
	color: #e3000f;
}

.breadcrumbs .active{
	color:#00459a;
}

.content .boxgrau{
margin: 20px 0;
border: 2px solid #eee;
padding: 20px;
background: #f7f7f7;	
}

/*map kontakt*/

#mapid,#mapid2{
	height: 500px;
	margin-top: 20px;
}

#mapid2{
	border: 1px solid #ccc;
	background: #eee;
}

.mapoverlay{
	width: 100%;
	height: 100%;
	padding: 20px 40px;
	margin-top: 10%;
	text-align: center;
}

#loadmap{
	color: #fff;
	font-weight: 700;
	background: #00459a;
	padding: 20px;
	margin-top: 20px;
	display: inline-block;
	box-shadow:  0 5px 5px  rgba(0,0,0,0.25);
}

.teaserboxen {
	margin-top: 30px;
}

.list-produkte {
	margin-left: -20px;
}

.list-produkte .col {
	margin-bottom: 20px;
	
}

.box-produkt {
	margin-left: 20px;
	position: relative;
	overflow: hidden;
}

/*produktübersicht*/
.box-produkt {
	height: 220px;
	border: 2px solid #eee;
	text-align: center;
}

/*kategorien startseite*/
.box-produkt-kategorie{
height: auto;
}

.box-produkt-kategorie .img{
	min-height: 150px;
	background: url('img/img_load.gif') #fff no-repeat center center !important;
}


.box-produkt-kategorie img{
	width: 100%;
	height: auto;
}

.box-produkt .text {
	position: absolute;
	bottom: 0px;
	text-align: center;
	/*font-size: 0.8em;*/
	color:#00459a;
	background: rgba(224, 224, 224, 0.9);
	width: 100%;
	padding: 10px 5px;
}

/*kategorien text ausblenden*/
.page-produkte .box-produkt .text,.page-home .box-produkt .text {
	/*display: none;*/
}
.box-produkt .img-box{
	padding: 10px 10px 0 10px;
	height: 100%;
}
.box-produkt img {
/*width: 100%;*/

}

.box-produkt:hover{
border: 2px solid #ddd;
}

.page-produkte .box-produkt:hover, .page-home .box-produkt:hover{
border: 2px solid #00459a;
}


.page-produkte .box-produkt .external-link,.page-home .box-produkt .external-link{
    color: #bbb;
    position: absolute;
    bottom: 5px;
    left: 10px;
	z-index: 10;
}

/*produkte*/
.ti-sd-download li {
	list-style: none !important;
	margin-left: -18px;
}

/*Wir über uns*/
.service-team{
margin-top: 5px;
}

.member-box{
	display: block;
	border: 2px solid #eee;
	margin-bottom: 20px;
	margin-left: 20px;
}
.member-box:after{
	clear: left;
	content: " ";
	display: table;
}
.member-box .img-box{
	float: left;
	width: 50%;
}

.member-box .img-box img{
	max-height: 300px;
}
.member-box .text{
	float: left;
	width: 50%;
	margin-top: 20px;
}

.h2-vertriebs-organisation,.h2-a-technik, .h2-download{
	margin-top: 40px;
	padding-top: 20px;
	border-top: 2px solid #eee;
}
.a-technik{
	margin-top: 40px;
}
.page-wir-ueber-uns .colkarte{
	margin: 20px 0 10px 0;
}
.page-wir-ueber-uns .imagemap{
	margin-right: 20px;	
}
.page-wir-ueber-uns .imagemap img{
	padding-top:1px; 	
	padding-bottom:1px;
	border: 2px solid #eee;
}

.page-wir-ueber-uns .download{
	margin-left: 0;	
}
.page-willkommen-bei-pufas h3,.page-philosophie h3{
	cursor: pointer;
	color: #e3000f;
}

.page-willkommen-bei-pufas h3:after, .page-philosophie h3:after{
	content: " \00BB";
	font-size: 1.5em;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-left:5px; 
}

.page-willkommen-bei-pufas h3.open, .page-philosophie h3.open{
	color: #444;
}

.page-willkommen-bei-pufas h3.open:after,.page-philosophie h3.open:after{
	display: inline-block;
	transform: rotate(90deg);
	position: relative;
	margin-left:10px; 
	top: 6px;
}


.page-willkommen-bei-pufas .toggle-info, .page-philosophie .toggle-info{
	display: none; 
}

/*Aktuelles*/
.news{
	margin-left: -10px;
	max-width: calc(100% + 10px);
}

.news .col{
	margin-bottom: 10px;
}

.newsbox {
	border: 2px solid #eee;
	padding: 10px;
	height: 100%;
	margin-left: 10px;
}

.newsbox .date {
	font-size: 0.8em;
	margin: 0;
	border-left: 2px solid #e3000f;
	text-indent: 5px;
	display: block;
}

.newsbox .news-title {
	font-size: 0.8em;
	margin: 0;
	line-height: inherit;
	padding: 0;
	margin-top: -5px;
}

.newsbox .news-image{
	text-align: center;
	border: 2px solid #eee;
}

.newsbox .news-content {
	margin-top: 20px;
	font-size: 0.8em;
}

.newsbox .news-content ul{
margin-left: -15px;
}

/*Downloads*/
.download {
	margin-left: -20px;
}

.col_download {
	margin-bottom: 20px;
	padding-left: 20px;
}

.download:last-child {
	border-bottom: none;
}

.download_box {
	border: 2px solid #eee;
	padding: 10px;
	width: auto;
	height: 100%;
}

.download_box:hover{
	border: 2px solid #ddd;
}

.download_box h3 {
	font-size: 1em;
	color: #444;
}

.download_box a {

}
.download_box p {
	font-size: 0.8em;
	color: #444;
	margin-top: -10px;
}
.colkataloge{
	max-width: 25%;
}

.download_box img{
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
}

.colbroschueren, .colprospekte, .colinformation, .colaus-der-praxis{
	max-width: 25%;
}
.colpufas-fruhjahrs-angebot{
	max-width: 50%;
}

.colbroschueren h3, .colprospekte h3, .colinformation h3, .colaus-der-praxis h3{
	font-size: 0.7em;
}

/*downloads ti sd*/
.downloadlist{
	margin-left: -10px;
}
.dl_box {
	margin: 0 15px 10px 15px;
}

.dl_box .dl_box_headline {
	width: 100%;
	color: #444;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding: 0 40px 0 5px;
	position: relative;
}

.dl_box .dl_box_headline:hover {
	color:#00459a;
}
.dl_box .dl_box_headline .fa-angle-double-down {
	display: block;
	position: absolute;
	right: 0;
	top: 6px;
	font-size: 20px;
	color:#00459a;
}

.dl_box_inner {
	border: 1px solid #ccc;
	border-top: none;
	padding: 10px;
	margin-top: -22px;
	overflow-x: auto;
}

.dl_box_inner tr {
	background: #fcfcfc;
}

.dl_box_inner tr:nth-child(odd) {
	background: #eee;
}

.dl_box table {
	width: 100%;
}

.dl_box table tr {
	height: 40px;
}

.dl_box th {
	border-bottom: 2px solid #ccc;
}

.dl_box th,
.dl_box td {
	padding: 2px 10px;
}

.dl_box th {
	
	text-align: left;
}

.dl_box td {
	border-bottom: 1px solid #ccc;
}

.dl_box tr:last-child td {
	border: none;
}

td.dl_image {
	background: #fff none repeat scroll 0 0;
	text-align: center;
	width: 40px;
}


/*video*/
.row-videos{
	margin-left: -20px;
	margin-top: 50px;
}

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

.video_box {
	border: 2px solid #eee;
	margin: 0;
	/*height: 100%;*/
	margin-left: 20px;
	margin-bottom: 20px;

}

.v-linkbild{
	 overflow: hidden;
	 width: 100%;
	 height: 100%;
}

.video_box .v-linkbild img {
	margin: -10% 0;
	/*width: 100%;*/
}

.video_box h3 {
	color: #444;
	margin-top: 50px;
	padding: 0 10px;
	font-size: 0.8em;
}

.video_box .v-link {
	font-size: 0.6em;
	color: #444;
	margin-bottom: 10px;
	padding: 0 10px;
}
/*stellenangebote*/
.wir-suchen{
	background: #f2f2f2;
	padding: 10px 20px;
}


.wir-suchen .red{
	text-transform: uppercase;
}

.stellenangebote ul .stellenlinks {
	list-style: none;
	margin-left: -40px;
}

.stellenangebote ul .stellenlinks a {
	display: inline-block;
	background: #f7f7f7;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-bottom: 2px solid #ddd;
	width: 100%;
}
.stellenangebote ul .stellenlinks a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f101';
	font-style: normal;
	font-weight: 900;
	text-decoration: inherit;
	float: right;
	color: #e3000f;
}
.stellenangebote hr {
	margin: 30px 0  60px 0;
	border-top-width: 2px;
}

.stellenangebote h5 {
	color:#E3000F;
}
/*product-details*/
.product-details {
	margin-top: 30px;
}
.product-details .product_detail_left{
	padding-right: 40px;
	margin-top: -10px;

}

.product-details .product_detail_right{
	margin-top: -10px;
}

.product-details .product_detail_image {
	max-width: 600px;
	max-height: 600px;
	text-align: center;
	/*padding: 0 20px;*/
}

.product-details .product_detail_image img {
	/*width:  auto;*/
	max-height: 300px;*/
}

.product-details .video {
	margin-top: 50px;
	background: #eee;
	display: inline-block;
}

.product-details .v-linkbild img{
	width: 100%;
}

.product-details .v-linktext{
	display: inline-block;
	margin:  20px;
}

.product-details .fa-youtube{
	color: #e3000f;
	font-size: 1em;
}

.product_detail_text {
	padding: 20px;
	margin-right: 10px;
	border: 1px solid #eee;	
}

.product_detail_text h2 {
	font-size: 1.2em;
	margin-top: 0;
}
.product_detail_text ul {
	margin-left: -10px;
}
.ti-sd-download li{
	margin-left: -10px;
	margin-bottom: 10px;
}
.product_detail_text li {
	list-style: square;
}
.product-details .produkt-icon{
	/*width: 300px;*/
	width: inherit;
	margin-top: 10px;
	height:150px;
}
.product-details .produkt-icon img{
	/*width: 300px;*/
	width: inherit;

}
.produktdetails-info{
	margin-top: 30px;
	border: 2px solid #eee;
	padding: 20px;
	background: #f7f7f7;
}
.package_size_links a {
	display: inline-block;
	border: 2px solid #eee;
	padding: 2px 5px;
	margin-left: 5px;
	margin-top: 20px;
	color: #444;
	min-width: 80px;
	text-align: center;
}
.color_selection{
	margin-top:20px;
}
#color_selection_form{
	margin-top:20px;
}
#color_selection_form select{
	border: 2px solid #eee;
	padding: 2px 5px;
}
.package_size_links .active {
	color: #00459a;
}
/*rechner*/
.rechner{
	margin-top: 20px;
	border: 1px solid #ddd;
	padding: 10px;
}
.rechner h4{
	margin-top: 0;
	margin-bottom: 10px;
}
.rechner .rechner-hinweistext, .rechner .aufrag{
	font-size: 0.8em;
}

.rechner_selection, .selection_label{
margin-bottom: 10px;	
}
.rechner_select{
	padding: 0;
	width: 13.8em;
	border: 1px solid #ddd;	
}
.rechner .error, .rechner .error-option{
	font-size: 0.8em;
	color: #e3000f;
	display: block;
}
.rechner .input-qm{
	padding: 4px 2px;
	width: 8em;
	border: 1px solid #ddd;
}
.rechner .submit-button{
	display: block;
	margin-top:10px; 
	padding: 4px ;
	border: 1px solid #ddd;
	cursor: pointer;
}
.rechner .submit-button:hover{
	color:#e3000f ;
}
.rechner .verbrauch{
	margin-top: 20px;
	color: #e3000f;
}
.rechner .ergebnis ul{
	margin-top: 0px;
}
.rechner .ergebnis li {
	list-style: none;
	margin-left: -25px;
}
.rechner .ergebnis li {
	list-style: none;
	margin-left: -25px;
}
.rechner .ergebnis li .fas{
	font-size: 0.7em;
	margin-right: 5px;
}
.rechner .ergebnis li {
	list-style: none;
}

.zuruek_zur_uebersicht {
	margin-left: 10px;
}
.zuruek_zur_uebersicht a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f053";
	font-style: normal;
	font-weight: 900;
	text-decoration: inherit;
	color: #666;
	margin-right: 15px;
}
.product_nav {
	margin-top: 20px;
	padding: 12px 10px 5px 10px;
}
.prev-next .pev {
	float: left;
	height: 20px;
}
.prev-next .prev .icon {
	float: left;
	height: 20px;
	width: 20px;
	margin-right: 5px;
}
.prev-next .prev .text {
	float: left;
}
.prev-next .next {
	float: right;
	margin-right: 10px;
	height: 20px;
}
.prev-next .next .icon {
	float: left;
	height: 20px;
	width: 20px;
	margin-left: 15px;
}
.prev-next .next .text {
	float: left;
}
.pev-next .next .text:hover {
	text-decoration: underline !important;
}
.prev-next .prev .icon:before {
	font-family: "Font Awesome 5 Free";
	content: "\f053";
	font-style: normal;
	font-weight: 900;
	text-decoration: inherit;
	color: #666;
}
.prev-next .next .icon:before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-style: normal;
	font-weight: 900;
	text-decoration: inherit;
	color: #666;
}
.hinweistext {
	margin-top: 20px;
	border-top: 2px solid #eee;
	padding: 20px 10px 10px 10px;
}
/*produkttips */
.produkttips {
	margin-bottom: 20px;
}
.produkttips h4 {
	margin-bottom: 40px;
}
.bx-wrapper{
	margin: 0 ;
	padding-bottom: 20px;
	border:2px solid #eee;
}
.produkttips .bxslider-produkte {
	display: block;
}
.bxslider-produkte li a {
	height: 100%;
	height: 200px;
	display: flex; 
    justify-content: center; 
    align-items: center;
}
.bxslider-produkte li img {
	max-height: 200px;
	margin: auto;
	vertical-align: middle;
}
.bx-controls-direction .disabled {
	display: none !important;
}
.produkttips ul li {
	margin-top: -15px;
	min-height: 200px;
	width: 200px;
	text-align: center;
}
/*suche*/
.search-h4 span{
	color: #e3000f;
}

.row-standorte{
	margin-left: -20px;
}

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

.standort_box{
	margin: 0 0 0 20px;
	border: 2px solid #eee;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.standort_img img{
	width: 100%;
}

.standort_text{
	padding: 10px;
	font-size: 0.9em;
}
.page-geschichte h2{
	border-top: 2px solid #e3e3e3;
	margin: 60px 0 0 0;
	padding-top: 20px;
	
}
.page-geschichte h2:first-child{
	border-top: none;
}
.unternehmen{
	margin: 80px 0 40px;
}
.unternehmen .row{
	margin: 0 0 40px 0;
	width: 100%
}

.unternehmen .coltext h3{
    color:#00459a;
}
.unternehmen .odd {
	order: 0;
}
.unternehmen .odd .coltext{
	padding-right:40px;
	
}
.unternehmen .even{
	order:2;
}
.unternehmen .even .coltext{
	padding-left:40px;
}

.unternehmen .colimage img{
	width: 100%;
}

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

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

@media (min-width: 1300px) {
	.topnav ul li {
		margin-right: 30px;
	}
	.contentsmall {
		/*max-width: 80%;*/
	}
	.produktdetails-infodiv, .rechner{
		display: inline-block;
		width: 50%;
		float: left;
	}
	.rechner{
		margin-top: 0;
	}
	
	.package_size_links a{
		min-width: inherit;
	}
}
/*#####################################################################*/

@media (min-width: 1201px) {
	.topnav li ul {
		width: 100%;
		float: left;
		padding: 5px;
	}
	.topnav li ul li {
		float: left;
		clear: inherit;
		width: 19.5%;
		min-width: 19.5%;
		border: 1px solid #fff;
		margin: 1px;
		display: flex;
		/*flex-direction: column;*/
	}
	.topnav li ul li a {
		height: 80px;
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.topnav li ul li:hover, .topnav li ul li.active{
		background: rgba(255, 255, 255, 0.9);
	}
	.topnav li:hover ul {
		animation: fadeIn ease 0.5s;
	}
	@keyframes fadeIn {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	.stellenangebote-ul{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-left: -40px !important;
	}

	.stellenangebote-ul .stellenlinks{
		flex:0 0 50%;
		max-width: 50%;
		margin-left: 0 !important;	
	}
	
	.stellenangebote ul .stellenlinks a{
		max-width: 95%
	}


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

	.member-box .text{
	margin-left: 0;
	}
}

@media (max-width: 1200px) {
	body {
		overflow-x: hidden;
		background: #fff;
	}
	.wrapper {
		/*background: #fff;*/
	}
	.container {
		width: 100%;
		/*padding: 20px;*/
		min-height: 1200px;
	}
	.wrapper.show-nav .container {
	-webkit-transform: translateZ(0) translateX(350px);
	transform: translateZ(0) translateX(350px);
	}
	.suche {
		top:20px;
		right:105px;
	}
	.logo{
		float: inherit;
	}
	
	.slogan{
		float: inherit;
		font-size: 1em;
		margin-left: 20px;
		margin-top: 0;
	}
	
	.lang{
		position: absolute;
		top:80px;
		right:20px;
	}
	.lang .lang-animate{
		color: #00459a;;
		margin-right: 20px;
		opacity: 0;
		transition: all 0.2s ease-in;
	}
	.lang img{
		border: none;
	}
	.topnav {
		height: 1px;
		background: #fff;
	}
	.topnav ul{
	display: none;	
	}
	.mobile_menu{
		display: inline-block;
		width: 100%;
	}
	
	.toggle-nav {
		display: block;
		margin: 20px 0;
	}
	.off-canvas-toggle {
		display: block;
	}
	.topnav-mobile {
		display: block;
		width: 300px;
		height: auto;
		position: absolute;
		top: 30px;
		left: -350px;
		padding: 15px;
		z-index: 9999;
		margin-top: inherit;
		background: #fff;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	}
	
	.topnav-mobile ul {
		margin-left: -10px;
		margin-top: 0;
	}
	.topnav-mobile .active {
		border-top: none;
	}
	.topnav-mobile li {
		clear: both;
		float: inherit;
		margin: 2px 0 2px -20px;
		width: 100%;
		border-bottom: 1px solid #e3e3e3;
		font-weight: 700;
		list-style: none !important;
		padding-bottom: 2px;
		font-size: 1.2em;
	}
	.topnav-mobile li:last-child {
		border: none;
	}
	.topnav-mobile li a {
		display: block;
		width: 100%;
		padding: 5px;
		
	}
	.topnav-mobile li a:hover {
		/*background: #e2e2e2;*/
		color: #00459a;
	}
	.topnav-mobile li ul,
	.topnav-mobile li:hover ul {
		position: relative;
		left: auto;
		margin: 10px 0 0 0;
		border-bottom: none;
		padding-top: 4px;
	}
	.mobile_menu .havechildren{
		position: relative;
		width: 100%;
		cursor: pointer;
		margin-left: -16px;
	}
	.mobile_menu .havechildren:before{
		font-family: "Font Awesome 5 Free";
		content: '\f067';
		position: absolute;
		right:0;
		top:5px;
		font-size: 0.8em;
		color: #aaa;
		transition:transform 0.15s;
	}
	.mobile_menu .havechildren.show{
		color:#00459a !important;
	}
	.mobile_menu .havechildren.show:before{
		 transform: rotate(45deg);
	}
	.mobile_menu .submenu{
		display: none;
	}
	
	.mobile_menu .show{
		display: inline-block;
	}

	.topnav-mobile  li ul li {
		margin: 0 0 0 -40px;
		border: none;
		border-bottom: 1px solid #e3e3e3;
		font-weight: normal;
		font-size: 0.8em;
		width: calc(100% + 35px);
		background: none;
		
	}
	.topnav-mobile li ul li:last-child {
		border: none;
		margin-bottom: 8px;
	}

	.topnav-mobile li ul li  {
		padding-top: 5px; 
	}
	
	.topnav-mobile li ul li a:hover{
		background: none;
		color: #00459a;
	}
	
	.topnav-mobile  .active_sub  .active a{
		color: #00459a !important;
	}
	.topnav-mobile li ul li a{
		font-weight: 300 !important;
	}
	.topnav-mobile li ul li a .fas {
		/*bottom: 15px;*/
		margin-left:5px;
	}
	.top-slider{
		margin-top: -20px;
	}
	
	.col_download {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.product_detail_text{
		margin-top: 20px;
	}
}

@media (max-width: 992px) {
	.container {
		width: 100%;
	}

	.col_download,
	.col-list-produkte {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
	.stellenangebote ul .stellenlinks a {
		max-width: 80%;
	}
	.member-box .img-box img{
		max-height: 200px;
	}
	.member-box .text{
	font-size: 0.8em;
	}
	.a-member-box .text{
	font-size: 0.8em;
	}
	.product-details{
		display: inline-block;
		padding-left: 10px;
	 }
	.product-details .product_detail_left{
		margin-top: 30px;
		display: block;
		width: calc(100% - 10px);
		max-width: 100%;
		border: 1px solid #eee;
		text-align: center;
		padding-right: 0;
		
	 }
	.row {
	 /*margin-left: -20px;*/
	}
	 
	.slick_images .slick-dots li button img{
		max-height: 50px;
	 }
	 
	.product-details .product_detail_image img {
	 /*max-height: 300px; */
	 }
	.product_detail_right{
		width: 100%;
		max-width: 100%;
		display: block;
	}
	.prev-next a, .zur_uebersicht a{
		display: inline-block;
		width: 100%;
	}
	.slick_images .slick-dots{
	 border-bottom: none;	
	}
	
	.newsletter .col50{
		max-width: 80%;
	}
	.produkt-icon{
		height: inherit !important;
	}
}
/*#####################################################################*/

@media (max-width: 768px) {
	.logo {
		max-width: 200px;
	}
	
	.contentheader h1{
		font-size: 1.6em;
	}
	.preload .top-slider {
	height: 200px;
	}
	
	.col_download,
	.col-list-produkte,
	.list-produkte .col25
	{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.stellenangebote ul .stellenlinks a {
		max-width: 100%;
	}
	.prev-next .prev, .prev-next .next, .zuruek_zur_uebersicht{
		clear: both;
		display: inline-block;
		width: 100%;
		max-width: 100%;
		margin: 5px 0;
		padding: 10px;
		border: 2px solid #eee;
		height: auto;
	}
	.zur_uebersicht{
	width:100%;
	margin-left: 0;
	}
	.video_box{
	margin-bottom: 10px;
	}
	.member-box .text{
	margin-top: 0;
	}
	.produkttips{
	padding-left: 10px;
	padding-right: 10px;
	}
	.news .col33{
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.product-details .produkt-icon{
	width: 100%;
	
	}
	.product-details .produkt-icon img{
		width: 100%;
		
	}
	
	.slick_images .slick-image {
	max-width: 100% !important;
	}
	.product-details .product_detail_image{
		padding-bottom: 40px;
	}

	.newsletter .col50{
		max-width: 90%;
	}
}

@media (max-width: 600px) {
	.vertrieb .col50{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.a-technik .col50{
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.newsletter .col50{
		max-width: 100%;
	}

}

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

@media (max-width: 576px) {
	.logo {
		max-width: 150px;
		top: 5px;
		left: 5px;
	}
	
	.contentheader h1{
		font-size: 1.4em;
	}
	
	.content h2{
		font-size: 1.2em;
	}
	.row {
		flex-direction: column;
		padding: 0;
		/*ie*/
		display: inline-block;
	}
	.col {
	}
	.col25,
	.col33,
	.col50,
	.col60 
	{
		max-width: 100% !important;
	}
	.col.col-25,
	.col.col-50 {
		margin-left: 0;
	}
	.rowimg1 {
		flex-direction: row;
		justify-content: space-between;
	}
	.rowimg2 {
		flex-direction: row;
		flex-flow: row wrap;
	}
	.rowimg1 .col,
	.rowimg2 .col {
		max-width: 50%;
	}
	.cc2 {
		column-count: 1;
	}
	.cc p {
		padding-right: 0;
	}
	.preload .top-slider {
	height: 150px;
	}
	.slick-arrow {
		display: none;
	}
	.lang-suche {
		margin-top: -10px;
		margin-left: 0;
	
	}
	.lang-ul {
		margin-left: 0;
	}
	.product_detail_text {
	}
	.download {
		display: flex;
		flex-direction: row;
	}
	.col_download {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.logoboxen .col33 {
		flex: 0 0 80%;
		max-width: 80%;
		margin: 0 auto 20px auto;
	}
	.logoboxen .col33 a {
		max-height: inherit;
		margin-left: auto;
		margin-right: auto;
	}
	.logoboxen .col33 img {}
	
	.rechner{
		padding: 0;
		border: none;
	}
	
	.product-details .product_detail_image{
		padding-bottom: 30px;
	}
	/*kontakt*/
	.page-kontakt a[href^="tel:"], .page-kontakt a[href^="mailto:"]{
		
		margin-top: 15px;
		display: inline-block;
		background:#e3000f;
		color:#fff;
		padding: 10px;
		min-width: 200px;
		border-radius: 5px;
		box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.26);
		text-decoration: none;
		min-width: 250px;
	}
	.page-kontakt a[href^="tel:"]{
	margin-bottom: 20px;	
	}
	.rechner_select, .rechner .input-qm{
	width: 100%;	
	}
	.rechner .submit-button{
	width: 100%;
	margin-top: 10px;
	margin-left: 0;
	}
	.bx-wrapper .bx-next{
	right:-20px;
	}
	.bx-wrapper .bx-prev{
	left:10px;
	}
	.bx-wrapper .bx-controls-direction a{
	margin-top: 100px;
	font-size: 2em;
	}
	.bxslider-produkte li a{
	padding: 0 5px;	
	}
	
	.suche #searchstring{
		width: 140px;
	}
	.coltext{
		padding: 0 !important;
	}
}

@media (max-width: 480px) {
		.suche{
			position: relative;
			display: inline-block;
			top:0;
			right: 0;
			left: 20px;
		}
		.searchform{
			width: auto;
			display: inline-block;
		}
		.logo{
			margin-top: 20px;
		}
		.slogan{
			font-size: 0.8em;
		}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
	display: none !important;
}

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

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

.invisible {
	visibility: hidden;
}

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

.clearfix:after {
	clear: both;
}

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " ("attr(href) ")";
	}
	abbr[title]:after {
		content: " ("attr(title) ")";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
header .lang a {
  	color: #00459a;
  	padding-right:.75em;
}
header .lang a:last-child {
  	padding-right:0;
}
@media(min-width:1201px) {
	header .lang a {
	  color: #fff;
	}
}

@media(max-width:599px) {
	.product-pass-languages a {
		font-size:.9em;
	}
}
.product-pass-languages {
	display: flex;
	flex-wrap: wrap;
	width:102%;
	margin-left:-1%;
	margin-bottom:2em;
}
.product-pass-languages a {
	flex:0 0 48%;
	margin:1%;
}
@media(min-width:700px) {
	.product-pass-languages a {
		flex:0 0 48%;
		margin:1%;
	}
}
@media(min-width:1100px) {
	.product-pass-languages a {
		flex:0 0 18%;
		margin:1%;
	}
}
.product-pass-languages a.separator {
	flex:0 0 100%;
	padding:0;
}
.product-pass-languages a {
	background: 		#f7f7f7;
	padding:.5em 1em;
	margin-bottom:1em;
	border: 2px solid #eee;
	border-radius:.2em;
	display: flex;
	color:#666;
	justify-content: space-between;
}
.product-pass-languages a:hover {
	color:#666;
}
.product-pass-languages a[href] {
	font-weight: bold;
	color:#222;
}
.product-pass-languages a[href]:hover {
	color:#E3000F;
}
.product-pass-languages a img {
	width:1em;
	flex:0 0 1em;
	opacity: .7;
}
.product-pass-languages a.separator {
	border:0;
	background: transparent;
}
.productpass-image {
	width:12em;
	margin-bottom:1em;
	display: block;
}

.breadcrumbs ul li:first-child {
	display: none;
}



.nav-language-list {
	display: flex;
	flex-wrap:wrap;
	min-width:320px;
	padding-left:0;
}
.lang-div li ul {
    position: absolute;
    left: -10000px;
    z-index: 999;
    margin-top: 0;
    font-size: 0.8em;
}
.lang-div li ul li {
    background: #eee;
    clear: both;
    display: block;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 50%;
}
.lang-div li {
    list-style: none;
    background-size: contain;
    margin-left: 0px;
}
header .topnav .lang-div li ul li {
	height:auto;
	width:33%;
}
.lang-div li ul li a {
	height:auto;
	padding-top:1em;
	padding-bottom:em;
}