/* @import must be at top of file, otherwise CSS will not work */
@import url('//hello.myfonts.net/count/2f2338');
@import url('./jquery-ui.css');
@font-face
{
    font-family: 'Calibri-Bold';

    src: url('../webfonts/2F2338_0_0.eot');
    src: url('../webfonts/2F2338_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2F2338_0_0.woff2') format('woff2'),url('../webfonts/2F2338_0_0.woff') format('woff'),url('../webfonts/2F2338_0_0.ttf') format('truetype');
}
@font-face
{
    font-family: 'Calibri';

    src: url('../webfonts/2F2338_1_0.eot');
    src: url('../webfonts/2F2338_1_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2F2338_1_0.woff2') format('woff2'),url('../webfonts/2F2338_1_0.woff') format('woff'),url('../webfonts/2F2338_1_0.ttf') format('truetype');
}

/*Farben*/

:root {
 --theme-color-blue:#008ccf;
 --theme-color-green:#92c425;
 --theme-color-dark-gray:#444;
 --theme-color-medium-gray:#aaa;
 --theme-color-light-gray:#eee;
}

/* custom classes */
.clearfix{ height: 0; clear: both; }

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.text-center, .ce-headline-center {
	text-align:center;
}

/** Font rendering in safari+chrome */
html {
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}
html, body
{
    height: 100%;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    background: #fff;
	color:var(--theme-color-dark-gray);
	font-size:16px;
}

@media screen and (min-width: 1000px) {
	body.layout-1 {
		background-image:url(/fileadmin/Resources/Public/Images/Product_Family_BG.jpg);
		background-attachment:fixed;
		background-position:center 100px;
		background-repeat:no-repeat;
		background-size:100%;
	}
}

.container
{
    position: relative;
    /*overflow: auto;*/

    overflow: hidden;

    max-width: 1200px;
    margin: 0 auto;
}

/* FONTS */
h1 {
	color:var(--theme-color-green);
	font-weight:normal;
	font-size:2.5rem;
}
h2 {
	color:var(--theme-color-dark-gray);
}
p, #content ul {
	font-size:1.1rem;
}

/*IMAGES*/
img.img-left {
	float:left;
	margin:0 15px 10px 0;
}
img.img-right {
	float:right;
	margin:0 0 10px 15px;
}

/*LINEFEED*/
p.crlf:after {
	content:'';
	display:table;
	clear:both;
}

/***************
 **** HEADER ***
 ***************/
body > header
{
    position: fixed;
	min-height:107px;
	left:0;
	top:0;
	width:100%;
    /*overflow: hidden;
    overflow: auto;*/

    padding: 15px 0 0 0;

    background: #fff;
	
	box-shadow:0 0 6px 6px rgba(66,66,66,0.3);
	z-index:111;
}
body > header > .container {
	padding:0;
	height:92px;
	overflow:visible;
}
body > header a
{
    text-decoration: none;

    color: inherit;
}
body > header li a:hover
{
    color: #008ccf;
}
nav
{
    position: absolute;
	left:0;
    right: 0;
    bottom: 0;
    left: 0 !important;
	background-color:#008ccf;
	color:#fff;
}

#logo
{
    display: block;

    width: 100px;
    max-width: 160px;
    height: auto;
    margin-left: 15px;
    margin-top: 20px;
}
#home-link { display:inline-block; width:160px; margin-top:8px; }
#home-link img { width:160px; height:auto; margin-top:0; }
#main-menu
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    /*margin: 0 160px;*/
  margin: 0 0;
    padding: 0;

    list-style-type: none;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
#main-menu li
{
    cursor: pointer;
    text-transform: uppercase;
	display:inline-block;
}
#main-menu a {
    padding: 4px 12px;
	font-size:20px;
	display:block;
}
#main-menu a:hover {
	color:#fff;
}
@media screen and (max-height: 480px) {
	#main-menu a {
		padding: 0 6px;
	}
}
#main-menu li:last-child a {
	padding-right:0;
}
#main-menu li.active {
    color: #fff;
}
#main-menu-mobile{
	text-align: center;
	display: block;
	padding:0;
	}

#meta-menu
{
    position:absolute;
	right:0;
	top:5px;
}
#meta-menu ul
{
    font-size: 16px;
    line-height: 24px;
    margin: 0 20px 0 0;
    padding: 0;
    list-style-type: none;
	float:right;
}
#meta-menu ul li
{
    padding: 0 10px;
	display:inline-block;
}
#search
{
	margin-left:1rem;
	position:relative;
	float:right;
}
.search-img
{
    width: 20px;
	height:20px;
    margin: 0 0 0 3px;
	cursor:pointer;
    vertical-align: middle;
}

#search-box
{
    width: 110px;
    height: 24px;
    padding: 0 5px;
    border: 1px solid #000;
    border-right: 0;
}
#search-btn
{
    width: 24px;
    height: 24px;

    border: 1px solid #000;
    background: #fff;
}

#language-menu {
	border: 1px solid #000;
	height:24px;
	float:right;
}

/* DEV language menu */
#page-372 #language-menu {
	display:none;
}

#meta-menu #language-btn {
	display:inline-block;
	position:relative;
	vertical-align:middle;
	margin-right:15px;
	cursor:pointer;
	font-size:16px;
}

#meta-menu #language-btn > span > img {
	/*filter: grayscale(100%);*/
	width:18px;
	height:auto;
	vertical-align:middle;
	margin-right:4px;
}

#meta-menu #language-btn > span {
	vertical-align:middle;
	display:inline-block;
	padding-top:1px;
}

#meta-menu ul#language-switch {
	position:absolute;
	left:-19px;
	top:30px;
	width:225px;
	padding:15px;
	background:none #fff;
	box-shadow:0 0 10px 5px rgba(66,66,66,0.5);
	display:none;
}

#meta-menu ul#language-switch li {
	padding:5px;
	color:#666;
	display:block;
	/*text-transform:uppercase;*/
	font-size:16px;
}

#meta-menu ul#language-switch li.active, #meta-menu ul#language-switch li:hover, ul#mobile-language-switch li.active, ul#mobile-language-switch li:hover {
	font-weight:bold;
	color:#000;
}

#language-switch img {
	width:16px;
	height:auto;
	border:0;
	display:block;
}
#language-switch img {
	display:inline-block;
	margin-right:5px;
	margin-bottom:3px;
	vertical-align:middle;
}
#meta-menu #language-btn > span > img.bordered, #language-switch img.bordered {
	box-shadow:0 0 4px 1px rgba(50,50,50,0.1);
}

ul#meta-menu-mobile {
	list-style:none;
	margin:20px auto 20px auto;
	padding:0;
	text-align:center;
}

/****************
 **** CONTENT ***
 ****************/
#content
{
    min-height: calc(100% - 127px);
    margin: 107px auto -220px auto;
}
a {
    text-decoration: underline;
    color: var(--theme-color-green);
}
a[href$=".pdf"] {
	color:var(--theme-color-blue);
}
body > footer a[href$=".pdf"] {
	color:#fff;
}
.row .col
{
    margin: 15px;
}
#content [data-ce-columns="1"] .ce-column {
	margin-right:0;
}
#content [data-ce-columns="2"] .ce-column:last-child {
	margin-right:0;
}
@media screen and (max-width: 812px) {
	.frame-type-header, .frame-type-text, .frame-type-textmedia, .frame-type-list, .frame-type-image {
		padding-left:15px;
		padding-right:15px;
	}
	.frame-ce-container .frame-type-header, .frame-ce-container .frame-type-text, .frame-ce-container .frame-type-list {
		padding-left:0;
		padding-right:0;
	}
	footer .frame-type-header, footer .frame-type-text, footer .frame-type-textmedia, footer .frame-type-list {
		padding-left:0;
		padding-right:0;
	}
}
#content .ce-textpic figure {
	margin:1em 0;
}
#content .ce-gallery figure {
	margin-bottom:15px;;
}
#content .ce-column {
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
}
#content .ce-textpic img {
	max-width:100%;
	height:auto;
}
#content .ce-gallery img {
	max-width:100%;
	height:auto;
}
.ce-border img, .ce-border iframe {
	border:1px solid var(--theme-color-medium-gray);
	padding:15px;
}
#content .ce-column:last-child {
	margin-right:0;
}
@media screen and (min-width: 1024px) {
	.page-228 #content .ce-image .ce-gallery {
		width:100%;
	}
	.page-228 #content .ce-gallery:not(.contains-video) .ce-row {
		display:flex;
		justify-content:start;
		width:100%;
	}
	.page-228 #content .ce-gallery:not(.contains-video) .ce-column {
		display:flex;
		margin-right:15px;
		float:none;
		width:288px;
	}
	.page-228 #content .ce-gallery:not(.contains-video) .ce-column:last-child {
		margin-right:0;
	}
	.page-228 #content .ce-gallery.contains-video .ce-row {
		width:100%;
	}
	.page-228 #content .ce-gallery.contains-video .ce-column {
		margin-right:0;
		float:none;
		width:100%;
	}
}
#content figcaption {
	font-style:italic;
}
.frame-type-text ul, .frame-type-textmedia ul, .frame-type-text ol, .frame-type-textmedia ol {
	margin-left:0;
	padding-left:18px;
}
.frame-space-before-extra-small {
	margin-top:10px;
}
.frame-space-before-small {
	margin-top:20px;
}
.frame-space-before-medium {
	margin-top:30px;
}
.frame-space-before-large {
	margin-top:40px;
}
.frame-space-before-extra-large {
	margin-top:50px;
}
.frame-space-after-extra-small {
	margin-bottom:10px;
}
.frame-space-after-small {
	margin-bottom:20px;
}
.frame-space-after-medium {
	margin-bottom:30px;
}
.frame-space-after-large {
	margin-bottom:40px;
}
.frame-space-after-extra-large {
	margin-bottom:50px;
}
.italic {
	font-style:italic;
}


/*Home-Popup*/

#home-message {
	display:none;
	background:rgba(0,0,0,0.3);
	text-align:center;
	justify-content:center;
	align-items:center;
	align-content:center;
	flex-direction:row;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:500;
}
#home-message > div.message-wrap {
	text-align:left;
	background-color:#fff;
	padding:0 1rem 0.5rem 1rem;
	width:1200px;
	max-width:calc(100% - 2rem);
	margin:auto;
	position:relative;
	box-shadow:0 0 10px 8px rgba(0,0,0,0.2);
}
#home-message > div.message-wrap div, #home-message > div.message-wrap figure {
	max-width:100%;
}
#home-message > div.message-wrap img {
	max-width:100%;
	height:auto;
	margin-bottom:20px;
}
#home-message .message-close {
	cursor:pointer;
	position:absolute;
	right:8px;
	top:0;
	color:#000;
	font-weight:normal;
	font-size:30px;
	line-height:1;
}
#home-message h2 {
	font-size: 26px;
	line-height: 30px;
	color:#008ccf;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
#content #home-message figure {
	margin-top:40px;
	margin-bottom:0;
}

@media screen and ( max-width: 1023px ) {
	
	#home-message .ce-gallery, #home-message .ce-bodytext {
		float:none;
		width:100%;
		margin-left:0;
		margin-right:0;
	}	

	#home-message .box-green, #home-message .box-grey, #home-message .box-blue {
		display:none;
	}
	
}

@media screen and ( min-width: 1024px ) and ( min-height: 480px ) {

	#home-message > div.message-wrap > .container {
		z-index:10;
	}

	#home-message .box-green, #home-message .box-grey, #home-message .box-blue {
		display:block;
		position:absolute;
		bottom:0;
		z-index:1;
	}
	#home-message .box-blue {
		left:0;
		width:100%;
		height:18px;
		background-color:var(--theme-color-blue);
	}
	#home-message .box-grey {
		left:30%;
		width:15%;
		height:70px;
		background-color:#ddd;
	}
	#home-message .box-green {
		left:45%;
		width:20%;
		height:130px;
		background-color:var(--theme-color-green);
	}	

	#home-message h2 {
		font-size: 30px;
		line-height: 40px;
	}
	#content #home-message figure {
		margin-top:22px;
	}
	
	#home-message .message-close {
		font-size:40px;
		right:22px;
		top:10px;
		z-index:11;
	}

}


/***********************
 **** Indexed Search ***
 ***********************/
.tx-indexedsearch-searchbox, .tx-indexedsearch-rules, .tx-indexedsearch-browsebox, .tx-indexedsearch-res, .tx-indexedsearch-info-sword {
	color:#666;
}
.tx-indexedsearch-info-sword {
	font-weight:bold;
}
.tx-indexedsearch-info, .tx-indexedsearch-icon, .tx-indexedsearch-percent {
	display:none;
}
#global-searchbox {
	position:absolute;
	top:5px;
	right:2px;
	width:250px;
	padding:10px;
	background:#fff;
	box-shadow:0 0 6px 0 rgba(88,88,88,0.6);
	z-index:110;
}
#global-searchbox input[type="search"] {
	width:170px;
}
#global-searchbox .search-submit img {
	width:24px;
	height:auto;
	cursor:pointer;
	vertical-align:middle;
}
a.searchbox-close {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:26px;
	display:inline-block;
	cursor:pointer;
	vertical-align:top;
	line-height:1;
}

ul.tx-indexedsearch-browsebox {
	margin:0 0 1rem 0;
	padding:0;
	list-style:none;
}
ul.tx-indexedsearch-browsebox li {
	display:inline-block;
	margin-right:10px;
}
ul.tx-indexedsearch-browsebox li a {
	display:block;
}

/*******************
 **** Breadcrumb ***
 *******************/
.breadcrumb {
	margin:1rem 0;
	padding:0;
	color:var(--theme-color-dark-gray);
}
.breadcrumb li {
	display:inline-block;
}
.breadcrumb a {
	color:var(--theme-color-dark-gray);
	text-decoration:none;
}
@media screen and (max-width: 810px), screen and (max-height: 480px) {
	.breadcrumb {
		margin:1rem 15px;
	}
}

/*******************
 **** Products *****
 *******************/
@media screen and (min-width: 860px) {
	body.layout-3 #content {
		width:100%;
		max-width:1200px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:1px;
	}
	body.layout-3 #content:after, body.layout-3 footer:before {
		content:' ';
		display:table;
		width:100%;
	}
	body.layout-3 .wide-banner-wrap {
		float:right;
		width:50%;
	}
}

/*******************
 **** TileLayout ***
 *******************/
#tile-container
{
    margin: 20px -4px;
}
#tile-container > div > header, #tile-content > .frame > header, .frame-type-wr_sitemap > header, .frame-type-wr_richtext > header {
	display:none;
}
.tile
{
    float: left;

    margin: 4px;
}
.tile[data-contenturl]
{
    cursor: pointer;
}
.tile h3
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;
    padding: 8px;

    text-transform: uppercase;

    background: rgba(0,0,0,.3);
}
.tile-single
{
    width: 244px;
    height: 274px;
}
.tile-double,
.item-double-four
{
    width: 496px;
    height: 274px;
}
.tile-triple
{
    width: 748px;
    height: 274px;
}
.tile-fullscreen
{
    width: 1000px;
    height: 274px;
    max-width: 100vw;
}
/*
.graphicstile
{
    background-color: #008ccf;
    background-repeat: no-repeat;
    background-position: right bottom;

    -webkit-filter: grayscale(100%);
            filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: gray;
            filter: gray;
            filter: url('data:image/svg+xml;utf8,<svg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' height=\'0\'><filter id=\'greyscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\' /></filter></svg>#greyscale');
}
.graphicstile:hover,
.graphicstile:active
{
    -webkit-filter: none;
            filter: none;
}
*/
.graphicstile
{
    background-color: #008ccf;
    background-repeat: no-repeat;
    background-position: right bottom;

    -webkit-filter: none;
            filter: none;
}
.graphicstile:hover,
.graphicstile:active
{
  
    
  
  -webkit-filter: grayscale(100%);
            filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: gray;
            filter: gray;
            filter: url('data:image/svg+xml;utf8,<svg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' height=\'0\'><filter id=\'greyscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\' /></filter></svg>#greyscale');
}
.eventstile
{
    background: #fff;
}
.eventstile h3
{
    background: rgba(0,0,0,.3);
}
.eventstile p
{
    margin: 0;
}
.eventstile  .event_wrapper
{
    margin-top: 10px;
}
.eventstile  .event_wrapper .event1,
.eventstile  .event_wrapper .event3
{
    margin-bottom: 20px;
}
.eventstile  .event_wrapper .left
{
    margin-left: 10px;
  width: 43%;
}
.eventstile .event_wrapper .right
{
  width: 43%;
}
.eventstile  .event_wrapper > div
{
    font-size: 13px;

    float: left;

    color: #000;
}
.eventstile  .event_wrapper > div b
{
    color: #008ccf;
}
.eventstile .separator
{
    width: 1px;
    height: 200px;
    margin: 0 10px;

    background: #545454;
}

/* Newsstile */
.newstile .news_wrapper{ margin: 10px; }
.newstile .news_wrapper .newsblock{ float: none; }
.newstile .news_wrapper .separator{ float: none; height: 1px; width: 100%; margin: 10px 0 10px 0; }
.newstile .news_wrapper .newsblock:last-child .separator{ display: none; }
.newstile .news_wrapper a.newsblock-teaser{ font-size: 13px; }
.newstile .news_wrapper .newsblock-date{ /*float: left;*/ display: inline; font-size: 12px; }
.newstile .news_wrapper .newsblock-category{ display: inline; color: #008ccf; text-decoration: underline; cursor: pointer; }
.newstile .news_wrapper .newsblock-category::before{ /*content: "-"; padding-left: 3px;*/ }
.newstile .news_wrapper .newsblock-teaser{ color: #000000; }

.newstile .news_uebersicht_wrapper .newsblock-category{ color: #008ccf; text-decoration: underline; cursor: pointer; }
.newstile .news_uebersicht_wrapper .newsblock-teaser{ padding-top: 5px; }

.tile-quad{  }

/** Full News **/
.tile-newsitem-fullnews{ height: auto; }
.fullnews-title{ background: #3b3b3b none repeat scroll 0 0; font-size: 20px !important; font-weight: bold; text-transform: uppercase; color: #ffffff !important; margin: -10px -10px 10px -10px; padding: 8px 8px 8px 8px; /*width: 496px;*/ width: 1000px; }
.fullnews-bodytext{ color: #000000; padding-top: 15px; padding-bottom: 15px; }

/* Archiv */
.news-archive h3{ margin-top: -10px; margin-left: -10px; margin-right: -10px; color: #ffffff; }
.news-archive-leftcol, .news-archive-rightcol{ float: left; width: 50%; color: #008ccf; text-decoration: underline; }
.news-archive-leftcol{ margin-top: 10px; padding-left: 10px; }
.news-archive-leftcol-months > div{ cursor: pointer; }
.news-archive-leftcol-months > .invisible{ display: none; }
.news-archive-leftcol-month{ padding-left: 10px; }

.news-archive-leftcol-year{ }
.news-archive-leftcol-year:before{
  content: "";
  border-color: transparent #008ccf;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
  
  display: inline-block;
  top: 0;
  left: -5px;
  
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.news-archive-rightcol ul{ 
  margin: 10px 0 0 0;
  padding: 0 1em;
  list-style: none;
}

.news-archive-rightcol li:before{
  content: "";
  border-color: transparent #008ccf;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
  
  display: inline-block;
  top: 0;
  left: -5px;
}

ul.news-downloads {
	margin-left:0;
	padding-left:18px;
}

.news-archive-rightcol li{ cursor: pointer; line-height: 1.3; }

.imagetile,
.producttile
{
    background-size: cover;
}
.imagetile:hover
{
    -webkit-filter: grayscale(100%);
            filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: gray;
            filter: gray;
            filter: url('data:image/svg+xml;utf8,<svg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' height=\'0\'><filter id=\'greyscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\' /></filter></svg>#greyscale');
}
.producttile:hover h3
{
    background: #008ccf;
}
.producttile.opened h3
{
    background: #008ccf;
}

.slidertile .slider .contentimage
{
    float: right;

    width: auto;
    height: 245px;
}

.slidertile .slider .textcontent
{
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}

.slider .textcontent h3
{
    margin-left: 0;
    padding-left: 0;
}

.slider
{
    height: 100%;
}

.slidertile .slider-container
{
    height: 100%;
    padding: 30px 80px 0;
}
.slider .slick-prev,
.slider .slick-next
{
    font-size: 0;

    position: absolute;
    top: 50%;

    width: 30px;
    height: 30px;
    margin-top: -15px;

    border: 0;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
}
.slider .slick-prev
{
    left: 10px;

    background-image: url('../img/slider_arrow_left.svg');
}
.slider .slick-next
{
    right: 10px;

    background-image: url('../img/slider_arrow_right.svg');
}

.productslider
{
    font-size: 14px;

    height: auto!important;
    margin: 8px 0 4px 0;
}

.productslider > ul > li:nth-of-type(1) .model-text img
{
    float: right;
}
.productslider.software > ul > li .model-text img
{
    float: right;
}
.productslider > ul > li:nth-of-type(2) table
{
    font-size: 11px;
    font-variant: small-caps;
}
.productslider > ul > li > div
{
    padding: 20px;

    color: #333;
    background: #fff;
}
.productslider li.opened
{
    background: #84bd3b;
}
.productslider h3
{
    margin-top: 0;

    text-transform: uppercase;

    color: #008ccf;
}
.productslider h4
{
    margin-bottom: 0;
}
.productslider h4:first-child
{
    margin-top: 0;
}
.productslider .model-overview-text td
{
    padding: 5px;

    vertical-align: top;

    border: 1px solid #333;
}
.productslider .model-overview-text tr:nth-child(2n+1) td
{
    background: #d4d4d4;
}
.productslider .model-overview-text tr:first-child td
{
    color: #fff;
    background: #545454;
}
.productslider .features-text
{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
       -moz-column-count: 2; /* Firefox */
            column-count: 2;
}

#content .productslider .docs .download
{
    line-height: 20px;

    position: relative;

    display: inline-block;
    float: left;

    width: 345px;
    min-height: 45px;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-left: 50px;

    vertical-align: top;
    text-decoration: none;

    color: #333;
}
.productslider .docs .download:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 35px;
    height: 45px;

    content: '';

    background: url('../img/pdf-icon.png');
    background-size: cover;
}
.productslider .docs .download-zip:before{ background: url('../img/zip-icon.png'); };
.productslider .docs .download p
{
    margin: 0;
}
.productslider .docs .download .download-text
{
    text-decoration: underline;

    color: #008ccf;
}
.productslider li ul
{
    padding: 20px 0 20px 22px;

    list-style-type: none;
}
.productslider li ul li
{
    position: relative;
}
.productslider li ul li:before
{
    position: absolute;
    top: .4em;
    left: -16px;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 100%;
    background: #008ccf;
}

.contactperson .name a:after
{
    display: inline-block;

    width: 20px;
    height: 20px;
    margin-left: 4px;

    content: '';
    vertical-align: bottom;

    background: url('../img/mail.svg') no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

/* Lightbox */

#darkbox {
	background-color:rgba(0,0,0,0.3);
}
.fancybox-inner {
	width:auto !important;
}


/****************
 **** Isotope ***
 ****************/
#tile-content
{
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;

    -webkit-transition: max-height .8s;
            transition: max-height .8s;
}
#tile-content:not(.loaded)
{
    min-height: 400px;
}
#tile-content:not(.loaded):after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;

    content: '';

    background: url('../img/ajax-loader.svg') no-repeat;
    background-size: 100% 100%;
}
.close-btn
{
    height: 50px;

    cursor: pointer;

    background: url('../img/close_button.svg') no-repeat;
    background-position: top 10px right 10px;
    background-size: 30px 30px;
}
#tile-content.opened
{
    max-height: 2000px;
}
.tile-content
{
    display: none;
}

.item
{
    float: left;

    margin: 4px;
}
.item h3
{
    font-size: 14px;
    font-weight: bold;

    margin: 0;
    padding: 8px;

    text-transform: uppercase;
}
.item-single,
.item-single-five
{
    width: 328px;
    height: 234px;
}
.item-single-five
{
    font-size: 13px;

    padding: 5px 15px 0 15px;
}
.item-single-five h3
{
    padding-right: 0;
    padding-left: 0;
}
.item-single-five p
{
    margin: 10px 0;
}
.item-double
{
    width: 397px;
    height: 324px;
}
.item-double-double
{
    width: 397px;
    height: 656px;
}
.item-triple,
.item-triple-five
{
    width: 595px;
    height: 324px;
}

.video-wrapper
{
    position: relative;
    height: 0;
    padding-bottom: 81.61%; /* 16:9 */
}
.item-double-four .video-wrapper
{
    padding-bottom: 55.24%;
}
.item-double-four h3
{
    padding: 20px 8px 8px 20px;
}
.item-double-four ul
{
    margin: 0;
}

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

.embedded-video video {
	width:960px;
	height:auto;
	max-width:100%;
}
figure.video {
	display:block;
	width:100%;
}

.ce-gallery.contains-video, .ce-gallery.contains-video * {
	max-width:100%;
}

.texttile
{
    color: #000;
    background: #fff;
}
.texttile h3
{
    color: #008ccf;
}
.texttile.item-triple-five .textcontent,
.texttile.item-double-four .textcontent
{
    padding: 0 23px 30px;
}
.texttile.item-single .textcontent,
.texttile.item-double-four .textcontent
{
    font-size: 13px;
    line-height: 18px;
}
.texttile .textcontent .contenttable td{ vertical-align: top; }
.texttile.item-triple
{
    padding: 30px;
}
.texttile.item-triple h3
{
    font-size: 20px;

    padding: 0 0 8px;
}
.texttile.item-full
{
    font-size: 13px;

    width: 100%;
    padding: 0 30px 30px 30px;
}
.texttile.item-full em
{
    font-style: normal;

    color: #008ccf;
}
.texttile.item-full h3
{
    padding-left: 0;
}
.texttile.item-full ul
{
    padding-left: 15px;

    color: #008ccf;
}
.texttile.item-full ul li strong
{
    font-weight: normal;

    color: #000;
}
.texttile.item-full .textcontent > table > tbody > tr > td:nth-of-type(1),
.texttile.item-full .textcontent > table > tbody > tr > td:nth-of-type(2)
{
    padding-right: 50px;
}
.texttile.item-full td
{
    vertical-align: top;
}
.texttile.item-full table table td
{
    padding: 5px;

    vertical-align: top;

    border: 1px solid #333;
}
.texttile.item-full table table tr:nth-child(2n-1) td
{
    background: #d4d4d4;
}


.tabletile
{
    font-size: 13px;

    width: 100%;

    color: #000;
    background: #fff;
}
.tabletile h3
{
    padding: 20px 3%;

    color: #008ccf;
}
.tabletile.item-full td
{
    vertical-align: top;
}
.tabletile.item-full table
{
    width: 93%;
    margin: 0 3%;
}
.tabletile.item-full table td
{
    padding: 5px;

    vertical-align: top;

    border: 1px solid #333;
}
.tabletile.item-full table td:nth-of-type(2)
{
  /*
    text-decoration: underline;

    color: #008ccf;
  */
}
.tabletile.item-full table tr:nth-child(2n-1) td
{
    background: #d4d4d4;
}

[style*="d20024"] {
	color:#008ccf !important;
}



.specialtile
{
    background: #008ccf;
    background-repeat: no-repeat;
    background-position: right center;
}
.specialtile .textcontent
{
    line-height: 1.1em;

    padding: 10px 30px 30px;
}
.specialtile .textcontent h4
{
    font-size: 20px;
    font-weight: normal;

    margin: 0;

    text-transform: uppercase;
}
.slidertile
{
    color: #000;
    background: #fff;
}
.slidertile h3
{
    color: #008ccf;
}

.slidertile-h3
{
    position: absolute;
}
.maptile
{
    color: #333;
}

.news-details{ margin: 4px; }
.news-details-header{ background: #3b3b3b none repeat scroll 0 0; color: #ffffff; padding: 8px; font-size: 20px; font-weight: bold; text-transform: uppercase; }
.news-details-body{ background: #ffffff none repeat scroll 0 0; color: #000000; }
.news-details-body .inside{ padding: 8px; }

.news .f3-widget-paginator p {
	float: left;
}

.news ul.f3-widget-paginator {
	float: right;
}

.news ul.f3-widget-paginator li {
	float: left;
	display: block;
	padding: 0 2px;
	background: none;
}

.news ul.f3-widget-paginator li a {
	display: block;
}

/***************
 **** SLIDER ***
 ***************/
 
.hh-slider {
	margin-bottom:20px;
	background-color:#ddd;
}
.hh-slider > .tns-outer {
	max-width:1800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}
.hh-slider > .tns-nav {
	background-color:#ddd;
	padding:10px 0;
}
.hh-slider.frame-layout-1 .container {
	max-width:100%;
}
.hh-slider .wide-banner {
	margin-bottom:0;
}
.hh-slider .wide-banner-image {
	display:block;
}
.hh-slider .tns-nav button {
	border-radius:10px;
}

@media screen and (min-width: 1920px) and (min-height: 800px) {
	.hh-slider.frame-layout-1 .container {
		max-height:75vh;
	}
}

/***************
 **** BANNER ***
 ***************/

.wide-banner-wrap.banner-bg {
	background-color:#fff;
}

.wide-banner {
	position:relative;
	margin-bottom:20px;
}

.slick-slider .container.wide-banner {
	max-width:100%;
}

.wide-banner-image {
	max-width:100%;
	width:100%;
	height:auto;
}

.wide-banner.portrait {
	text-align:center;
}

.wide-banner.portrait .wide-banner-image {
	max-width:2000px;
	width:auto;
	height:100%;
	max-height:530px;
	margin-left:auto;
	margin-right:auto;
}

.wide-banner.addmargin .wide-banner-image {
	margin-top:15px;
	margin-bottom:15px;
}

.wide-banner-textbox {
	position:absolute;
	max-width:495px;
	padding:15px;
	background:rgba(255,255,255,0.8);
	z-index:110;
	color:#000;
	text-align:left !important;
}
.wide-banner-textbox.position-top-left {
	top:15px;
	left:15px;
}
.wide-banner-textbox.position-top-right {
	top:15px;
	right:15px;
}
.wide-banner-textbox.position-bottom-left {
	bottom:20px;
	left:15px;
}
.wide-banner-textbox.position-bottom-right {
	bottom:20px;
	right:20px;
}
.wide-banner.addmargin .wide-banner-textbox.position-top-left, .wide-banner.addmargin .wide-banner-textbox.position-top-right {
	top:30px;
}
.wide-banner.addmargin .wide-banner-textbox.position-bottom-left, .wide-banner.addmargin .wide-banner-textbox.position-bottom-right {
	bottom:35px;
}
.wide-banner-textbox[data-linkbox] {
	cursor:pointer;
}
.wide-banner-textbox h2 {
	color:#008ccf;
	margin:0 0 0.35rem 0;
}
.wide-banner.full-width {
	width:100%;
	max-width:100%;
}
.wide-banner.full-width .wide-banner-textbox.position-top-left, .wide-banner.full-width .wide-banner-textbox.position-bottom-left {
	margin-left:-500px;
	left:50%;
	max-width:595px;
}
.wide-banner.full-width .wide-banner-textbox.position-top-right, .wide-banner.full-width .wide-banner-textbox.position-bottom-right {
	/*left:50%;*/
}
/*[data-bannerid="7041"] .wide-banner-textbox {
	background-color:transparent;
	padding-bottom:0;
}
[data-bannerid="7041"] .wide-banner-textbox img {
	vertical-align:middle;
}
[data-bannerid="7041"] .wide-banner-textbox .btn {
	margin-top:10px;
}*/
#md800-3d-modal {
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:10000;
	background:rgba(0,0,0,0.8);
	display:none;
}
#md800-3d-modal .modal-wrap {
	background-color:#fff;
	position:absolute;
	left:50px;
	top:50px;
	right:50px;
	bottom:50px;
}
#md800-3d-modal .modal-close {
	position:absolute;
	right:18px;
	top:13px;
	z-index:10002;
	font-size:40px;
	color:#008ccf;
	cursor:pointer;
	font-weight:bold;
	line-height:26px;
}
@media screen and (max-width: 480px), screen and (max-height: 480px) {
	#md800-3d-modal .modal-wrap {
		left:0;
		top:0;
		right:0;
		bottom:0;
	}
	#md800-3d-modal .modal-close {
		color:#fff;
		font-size:30px;
		line-height:22px;
		top:30px;
	}
}
@media screen and (max-height: 480px) {
	#md800-3d-modal .modal-close {
		top:6px;
	}
}

@media screen and (max-width: 480px) {
	.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
		margin-left:0;
		margin-right:0;
		float:none;
	}
}
@media screen and (max-height: 480px) {
	.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
		max-width:50%;
	}
}

@media screen and (max-width: 1024px) {
	.wide-banner.portrait .wide-banner-image {
		max-width:100%;
		height:auto;
	}
}

@media screen and (max-width: 812px) {
	.wide-banner.full-width {
		max-height:5000px !important;
	}
	.wide-banner-image {
		display:block;
	}
	.wide-banner-textbox {
		max-width:90%;
	}
	.wide-banner-textbox:after {
		content:' ';
		display:table;
		width:100%;
	}
	.wide-banner.full-width .wide-banner-textbox.position-top-left, .wide-banner.full-width .wide-banner-textbox.position-bottom-left {
		margin-left:0;
		left:15px;
	}
	.wide-banner.full-width .wide-banner-textbox.position-top-right, .wide-banner.full-width .wide-banner-textbox.position-bottom-right {
		left:auto;
		right:15px;
	}
	.wide-banner.portrait .wide-banner-image {
		max-width:100%;
		width:100%;
		height:auto;
		max-height:none;
		margin-left:auto;
		margin-right:auto;
	}
}

@media screen and (min-width: 1200px) and (max-height: 800px) {
	.wide-banner.resize-lt-1 {
		max-height:400px;
		height:400px;
		text-align:center;
	}
	.wide-banner.resize-lt-1 img.wide-banner-image {
		width:auto;
		height:95%;
		margin-left:auto;
		margin-right:auto;
	}
	.wide-banner.crop-lt-1, .wide-banner.crop-lt-2, .wide-banner.crop-lt-3 {
		max-height:400px;
		position:relative;
	}
	.wide-banner.crop-lt-1 img.wide-banner-image {
		
	}
	.wide-banner.crop-lt-2 {
		display:flex;
		justify-content:left;
		align-items:center;
	}
	.wide-banner.crop-lt-2 img.wide-banner-image {
	}
	.wide-banner.crop-lt-3 {
		display:flex;
		justify-content:left;
		align-items:center;
		height:400px;
	}
	.wide-banner.crop-lt-3 img.wide-banner-image {
		position:absolute;
		left:0;
		bottom:0;
	}
}
@media screen and (max-height: 480px) {
	.wide-banner-textbox {
		padding:5px 8px;
		max-width:40%;
	}
	#tns1 > .tns-item .wide-banner-textbox h2 {
		font-size:18px;
		margin-bottom:0;
	}
	#tns1 > .tns-item .wide-banner-textbox p {
		font-size:14px;
		margin:0 0 0.5rem 0;
	}
}
/*@media screen and (min-width: 1200px) {
	[data-bannerid="7041"] .wide-banner-textbox {
		max-width:570px;
	}
}*/

/***************
 **** GRIDS ***
 ***************/
.frame-ce-container, .frame-type-ce_columns2 {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.frame-ce-container > .row, .frame-type-ce_columns2 > .row {
	margin-left:-12px;
	margin-right:-12px;
	display:block;
	overflow:visible;
}
.frame-ce-container > .row:after, .frame-type-ce_columns2 > .row:after {
	content:' ';
	display:table;
	width:100%;
}
.grid-tile {
    width: 100%;
	height:auto;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
	margin-bottom:24px;
	position:relative;
}
/*.grid-tile.grid-tile-height-2 {
	height:490px;
}*/
.grid-tile.grid-tile-height-2.grid-tile-layout-4 {
	min-height:430px;
}
.grid-tile.grid-tile-height-3 {
	height:auto;
}
.grid-tile-width-0 {
	width:25%;
}
.grid-tile-width-1 {
	width:33.3333%;
}
.grid-tile-width-2 {
	width:75%;
}
.grid-tile-width-3 {
	width:100%;
}
.grid-tile .tile-wrap {
	width:100%;
	height:100%;
}
.grid-tile.grid-tile-height-3 .tile-wrap {
	height:auto;
}
.grid-tile .grid-tile-image-wrap {
	width:100%;
	padding-top:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	border:1px solid var(--theme-color-medium-gray);
}
.grid-tile .grid-tile-image {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:#fff;
	background-size:cover;
	background-position:center center;
	-webkit-transition: all 0.3s ease-in-out;
	background-repeat:no-repeat;
	cursor:pointer;
}
.grid-tile.no-link .grid-tile-image {
	cursor:default;
}
.grid-tile:hover .grid-tile-image {
	-webkit-transform: scale(1.15,1.15);
    -webkit-transition: all 0.3s ease-in-out;
}
.grid-tile-text {
	/*position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:10;*/
	padding:0;
}
.grid-tile.grid-tile-height-3 .grid-tile-text {
	position:relative;
	padding-left:0;
	padding-right:0;
	padding-bottom:1px;
	background-color:#fff;
}
.grid-tile-text[data-link] {
	cursor:pointer;
}
.grid-tile-text h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 16px 0 8px 0;
	color:var(--theme-color-blue);
	/*text-transform: uppercase;
	background: rgba(0,0,0,.3);*/
}
.page-section-india .grid-tile-layout-3 .grid-tile-text h3 {
	/*background: rgb(255, 153, 51);
	background-color:#008ccf;*/
}
.grid-tile-bodytext {
	padding:0;
}
.grid-tile-bodytext ul {
	color:#444;
	margin:5px 0 1px 0;
	padding-left:15px;
}
.grid-tile-layout-2 .grid-tile-image {
	width:50%;
	margin-left:50%;
}
.grid-tile-layout-2 .grid-tile-text {
	right:50%;
	padding-right:0;
}
.grid-tile-layout-3 .grid-tile-image {
	width:100%;
}
.grid-tile-layout-3 .grid-tile-text {
	left:50%;
	padding-left:0;
}
.grid-tile-layout-4 .grid-tile-text {
	top:50%;
	background-color:#fff;
	padding:0;
	margin:0 12px;
}
.grid-tile-layout-4 .grid-tile-text p {
	color:#444;
}
/*.grid-tile-layout-4 .grid-tile-image {
	height:50%;
}*/
.grid-tile-layout-2 .text-wrap, .grid-tile-layout-3 .text-wrap {
	background-color:#fff;
	width:100%;
	height:100%;
}
.grid-tile-layout-2 .text-wrap p, .grid-tile-layout-3 .text-wrap p {
	color:#444;
	margin-top:5px;
}
.grid-tile-layout-1 .text-wrap p {
	color:#444;
}
.grid-tile-caption {
	position:absolute;
	left:0;
	top:0;
	right:0;
	color:#fff;
	background-color:var(--theme-color-blue);
	text-align:center;
	font-size:24px;
	font-weight:bold;
	padding:8px 0 10px 0;
	opacity:0.7;
}
.grid-tile-caption.caption-color-1 {
	background-color:var(--theme-color-green);
}
@media screen and (min-width: 481px) and (max-width: 810px) {
	.grid-tile.grid-tile-layout-4:nth-child(2n+1) {
		clear:left;
	}
}
@media screen and (min-width: 811px) {
	.grid-tile:not(.grid-tile-layout-4):nth-child(3n+1) {
		clear:left;
	}
}
@media screen and (max-width: 810px) {
	body > header > .container {
		height:60px;
	}
	.frame-ce-container > .row, .frame-type-ce_columns2 > .row { margin-left:0; margin-right:0;	}
	.grid-tile-width-0 {
		width:50%;
	}
	.grid-tile-width-1 {
		width:100%;
	}
	.grid-tile-width-2 {
		width:100%;
	}
	.grid-tile.no-image {
		min-height:254px;
		height:auto;
	}
	.grid-tile.no-image .tile-wrap {
		min-height:254px;
		height:auto;
	}
	.grid-tile.no-image .grid-tile-text {
	}
	.grid-tile.no-image .text-wrap {
		background-color:#fff;
		padding-bottom:1px;
	}
	/*.grid-tile .grid-tile-image {
		background-size:contain !important;
	}*/
}
@media screen and (max-width: 480px) {
	.grid-tile-width-0 {
		width:100%;
	}
	.grid-tile-width-1 {
		width:100%;
	}
	.grid-tile-width-2 {
		width:100%;
	}
	/*.grid-tile.grid-tile-height-2 {
		height:245px;
	}
	.grid-tile.grid-tile-width-1.grid-tile-height-1 {
		min-height:245px;
		height:auto;
	}*/
	.grid-tile.grid-tile-width-1.grid-tile-height-1 .grid-tile-text {
		position:relative;
		left:0;
		padding-left:0;
		padding-right:0;
	}
	/*.grid-tile.grid-tile-width-1.grid-tile-height-1 .grid-tile-image {
		height:240px;
		width:100%;
	}*/
	.grid-tile.grid-tile-width-1.grid-tile-height-1 .text-wrap {
		padding-bottom:1px;
	}
	.grid-tile.grid-tile-width-1.grid-tile-height-1 .text-wrap > *:last-child {
		margin-bottom:10px;
	}
	/*.grid-tile .grid-tile-image {
		background-size:contain !important;
	}
	.grid-tile.grid-tile-width-4.grid-tile-height-1.grid-tile-layout-3 {
		height:auto;
	}*/
	.grid-tile.grid-tile-width-4.grid-tile-height-1.grid-tile-layout-3 {
		height:auto;
	}
	.grid-tile.grid-tile-width-4 .grid-tile-image {
		width:100%;
		height:80vw;
		min-height:200px;
	}
	.grid-tile-layout-3.grid-tile-width-4 .grid-tile-text {
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		bottom:auto;
		padding-left:0;
		padding-right:0;
	}
	.grid-tile-layout-3.grid-tile-width-4 .grid-tile-text .text-wrap {
		padding-bottom:1px;
	}		
}
@media screen and (max-height: 480px) {
	.grid-tile.grid-tile-height-2.grid-tile-layout-4 {
		height:540px;
	}
}

#page-1312 .frame-ce-container.frame-layout-1 .row.ge, 
#page-1520 .frame-ce-container.frame-layout-1 .row.ge, 
#page-1531 .frame-ce-container.frame-layout-1 .row.ge {
	background-color:#008ccf;
	margin-left:0;
	margin-right:0;
}

#page-1312 .frame-ce-container.frame-layout-1 .frame-ce-container > .row, 
#page-1520 .frame-ce-container.frame-layout-1 .frame-ce-container > .row, 
#page-1531 .frame-ce-container.frame-layout-1 .frame-ce-container > .row {
	margin-left:0;
	margin-right:0;
}

#page-1312 .frame-ce-container.frame-layout-1 .row.ge > .columns:first-child, 
#page-1520 .frame-ce-container.frame-layout-1 .row.ge > .columns:first-child, 
#page-1531 .frame-ce-container.frame-layout-1 .row.ge > .columns:first-child {
	text-align:right;
	padding-left:0;
	padding-right:0;
	width:100%;
	background-color:#fff;
}
#page-1312 .frame-ce-container.frame-layout-1 .row.ge > .columns:last-child, 
#page-1520 .frame-ce-container.frame-layout-1 .row.ge > .columns:last-child, 
#page-1531 .frame-ce-container.frame-layout-1 .row.ge > .columns:last-child {
	padding-left:0;
	padding-right:0;
	width:100%;
}
#page-1312 .frame-ce-container.frame-layout-1 .frame-layout-6 h1, 
#page-1520 .frame-ce-container.frame-layout-1 .frame-layout-6 h1, 
#page-1531 .frame-ce-container.frame-layout-1 .frame-layout-6 h1 {
	margin-top:0;
}

@media screen and (min-width: 812px) {
	#page-1312 .frame-ce-container.frame-layout-1 .row.ge > .columns:first-child, 
	#page-1520 .frame-ce-container.frame-layout-1 .row.ge > .columns:first-child, 
	#page-1531 .frame-ce-container.frame-layout-1 .row.ge > .columns:first-child {
		text-align:right;
		padding-left:0;
		padding-right:0;
		width:55%;
		background-color:#fff;
	}
	#page-1312 .frame-ce-container.frame-layout-1 .row.ge > .columns:last-child, 
	#page-1520 .frame-ce-container.frame-layout-1 .row.ge > .columns:last-child, 
	#page-1531 .frame-ce-container.frame-layout-1 .row.ge > .columns:last-child {
		padding-left:0;
		padding-right:0;
		width:45%;
	}
	.frame-ce-container.frame-layout-1 {
		max-width:100%;
	}
	.frame-ce-container.frame-layout-1 .frame-layout-6 > * {
		max-width:560px;
	}
	#page-1312 .frame-ce-container.frame-layout-1 .frame-layout-6 h1, 
	#page-1520 .frame-ce-container.frame-layout-1 .frame-layout-6 h1, 
	#page-1531 .frame-ce-container.frame-layout-1 .frame-layout-6 h1 {
		margin-top:25px;
		font-size:1.5rem;
	}
	#page-1312 .frame-ce-container.frame-layout-1 .frame-layout-6 h3, 
	#page-1520 .frame-ce-container.frame-layout-1 .frame-layout-6 h3, 
	#page-1531 .frame-ce-container.frame-layout-1 .frame-layout-6 h3 {
		font-size:1.1rem;
		line-height:1.2;
	}
}

@media screen and (min-width: 1024px) {
	.frame-ce-container.frame-layout-1 {
		max-width:100%;
	}
	.frame-ce-container.frame-layout-1 .frame-layout-6 > * {
		max-width:725px;
	}
	#page-1312 .frame-ce-container.frame-layout-1 .frame-layout-6 h1, 
	#page-1520 .frame-ce-container.frame-layout-1 .frame-layout-6 h1, 
	#page-1531 .frame-ce-container.frame-layout-1 .frame-layout-6 h1 {
		font-size:2rem;
	}
	#page-1312 .frame-ce-container.frame-layout-1 .frame-layout-6 h3, 
	#page-1520 .frame-ce-container.frame-layout-1 .frame-layout-6 h3,
	#page-1531 .frame-ce-container.frame-layout-1 .frame-layout-6 h3 {
		font-size:1.25rem;
		line-height:1.5;
	}
}

/********************
 **** LAYER TILES ***
 ********************/

/*.grid-tile.layer-tile {
	height:122px;
}*/

.grid-tile.layer-tile .tile-wrap {
	background-color:#fff;
	position:relative;
}

.grid-tile.layer-tile .grid-tile-text {
	padding-left:0;
	padding-right:0;
	cursor:pointer;
}

.grid-tile.layer-tile.has-sub-tiles .grid-tile-text {
	/*cursor:default;*/
}

.layer-tile .grid-tile-image-wrap {
	background-color:#008ccf;
}

.layer-tile a {
	text-decoration:none;
}
.layer-tile a h3 {
	/*color:#fff;*/
}

.layer-tile .sub-tile-link-list {
	position:absolute;
	right:0;
	left:33%;
	top:40px;
	bottom:0;
	background:rgba(255,255,255,0.8);
}

.layer-tile .sub-tile-link-list p {
	margin:5px 10px;
}

#content .layer-tile .sub-tile-link-list p a {
	font-weight:bold;
	text-decoration:none;
}

.layer-tile-content {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:205;
	box-shadow:0 0 10px 10px rgba(88,88,88,0.3);
	background-color:#fff;
	color:#333;
	margin-bottom:20px;
}

.layer-tile-content > img {
	max-width:100%;
	width:100%;
	height:auto;
}

.layer-tile-content h2 {
	color:#008ccf;
	margin:0 0 1rem 0;
}

.layer-tile-content ul {
	padding-left:17px;
}

.layer-tile-close {
	position:absolute;
	z-index:206;
	right:10px;
	top:10px;
	border-radius:10px;
	text-align:center;
	width:20px;
	height:20px;
	background:rgba(0,0,0,0.4);
	color:#fff;
	cursor:pointer;
	font-size:18px;
	line-height:16px;
	font-weight:bold;
}

.layer-tile-content-textwrap {
	padding:15px;
}

.container.browse-nav {
	margin-top:15px;
}
.nav-arrow {
	display:inline-block;
	margin-right:10px;
	background-size:15px 15px;
	background-position:0 5px;
	background-repeat:no-repeat;
}
.nav-arrow.nav-prev {
	padding-left:18px;
	background-image:url(/fileadmin/Resources/Public/Images/arrow-left.png);
}
.nav-arrow.nav-up {
	padding-left:18px;
	background-image:url(/fileadmin/Resources/Public/Images/arrow-up.png);
}
.nav-arrow.nav-next {
	padding-right:18px;
	background-image:url(/fileadmin/Resources/Public/Images/arrow-right.png);
	background-position:right 5px;
}

/****************
 *** BUTTONS ****
 ****************/

#content a.btn-blue-full {
	color:#fff;
	background-color:#008ccf;
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0;
	text-align:center;
	font-size:1.25rem;
	line-height:1.5;
}
#content a.btn-blue-inline {
	color:#fff;
	background-color:#008ccf;
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	padding:5px 15px;
	text-align:center;
}
#content p.btn-blue-large-centered {
	text-align:center; 
}
#content p.btn-blue-large-centered > a {
	color:#fff;
	background-color:#008ccf;
	display:inline-block;
	font-weight:bold;
	font-size:1.5rem;
	text-decoration:none;
	padding:10px 20px;
	text-align:center;
	margin:15px auto;
}
#content a.btn-green-full {
	color:#fff;
	background-color:#92c425;
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0;
	text-align:center;
	font-size:1.25rem;
	line-height:1.5;
}
#content a.btn-green-inline {
	color:#fff;
	background-color:#92c425;
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	padding:5px 15px;
	text-align:center;
}
#content p.btn-green-large-centered {
	text-align:center; 
}
#content p.btn-green-large-centered > a {
	color:#fff;
	background-color:#92c425;
	display:inline-block;
	font-weight:bold;
	font-size:1.5rem;
	text-decoration:none;
	padding:10px 20px;
	text-align:center;
	margin:15px auto;
}
#content a.btn-orange-full {
	color:#fff;
	background-color:#ff9933;
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0;
	text-align:center;
	font-size:1.25rem;
	line-height:1.5;
}
#content a.btn-orange-inline {
	color:#fff;
	background-color:#ff9933;
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	padding:5px 15px;
	text-align:center;
}
#content a.btn-white-full {
	color:#008ccf;
	background-color:#fff;
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0;
	text-align:center;
	font-size:1.25rem;
	line-height:1.5;
}
#content a.btn-white-inline {
	color:#008ccf;
	background-color:#fff;
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	padding:5px 15px;
	text-align:center;
}

.smaller { font-size:0.8rem; }

/******************
 **** DOWNLOADS ***
 ******************/

.download-list-container {
	margin-top:1.5rem;
	border-top:1px solid #ddd;
	padding:0.5rem;
}

.download-list-container h2 {
	margin:0.5rem 0 0.25rem 0;
}

.download-list-container h3 {
	margin:0.5rem 0 0.5rem 0;
}

.download-list-container .clearfix {
	height:auto;
}

ul.download-list {
	list-style:none;
	padding-left:0;
	color:#444;
}

ul.download-list li {
	display:block;
	width:100%;
	margin-bottom:18px;
}

.row.ge ul.download-list li {
	display:block;
	width:100%;
}

.download-list-container h2, ul.download-list h3 {
	color:#008ccf;
}

ul.download-list .file-block {
	padding-bottom:0.5rem;
	display:inline-block;
	width:51%;
}

ul.download-list .file-block p {
	margin:0 0 5px 0;
}

ul.download-list img.file-preview {
	border:1px solid #ddd;
	margin-right:15px;
	float:left;
	background-color:#fff;
}

@media screen and (max-width: 1024px) {
	.download-list-container {
		padding-left:15px;
		padding-right:15px;
	}
	ul.download-list img.file-preview {
		float:none;
		margin-bottom:5px;
	}
	ul.download-list .file-block {
		display:block;
		width:auto;
	}
}

@media screen and (max-width: 812px) {
	ul.download-list li {
		display:block;
		width:auto;
	}
}

/***************
 **** VCARDS ***
 ***************/
 
.frame-layout-2 {
	background-color:#fff;
	min-height:260px;
}

.frame-layout-2 > header {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 8px 0;
	/*text-transform: uppercase;*/
	background: rgba(0,0,0,.1);
}

.frame-layout-2 > header h2, .frame-layout-2 > header h3 {
	margin:0 12px;
	font-size:1.5rem;
}

.frame-layout-2 .ce-textpic {
	margin:0 12px 12px 12px;
}

/*********************
 **** CASE STUDIES ***
 *********************/
 
.frame-layout-3 {
	margin-top:25px;
	padding:1px 12px 12px 12px;
	background-color:#fff;
	border:1px solid var(--theme-color-light-gray);
}
.frame-layout-3 h1 {
	margin:10px 0 10px 0;
}

/*********************
 **** WHITE BOX ***
 *********************/
 
.frame-layout-5 {
	padding:1px 15px 1px 15px;
	background-color:#fff;
}

.frame-layout-5 header h2 {
	margin-top:10px;
}

/*********************
 **** BLUE BOX ***
 *********************/
 
.frame-layout-6 {
	margin-top:25px;
	padding:1px 15px 1px 15px;
	background-color:#008ccf;
	color:#fff;
}

.frame-layout-6 h1, .frame-layout-6 h2, .frame-layout-6 h3, .frame-layout-6 p {
	color:#fff;
}

.frame-layout-6 header h2 {
	margin-top:10px;
}

#c7045 ul img {
	vertical-align:middle;
}

/*********************
 **** REGISTRATION ***
 *********************/

#content .tx-srfeuserregister-pi1 fieldset, #content .tx-srfeuserregister-pi1 {
	color:#444;
}
.tx-femanager fieldset legend {
	display:none;
}
.tx-srfeuserregister-pi1 label {
	
}
.tx-srfeuserregister-pi1 input[type="text"], .tx-srfeuserregister-pi1 input[type="email"], .tx-srfeuserregister-pi1 input[type="url"], .tx-srfeuserregister-pi1 input[type="tel"], .tx-srfeuserregister-pi1 input[type="password"], .tx-srfeuserregister-pi1 textarea, .tx-srfeuserregister-pi1 select {
	width:100%;
}
.tx-srfeuserregister-pi1 textarea {
	height:80px;
}
.tx-srfeuserregister-pi1 input[type="checkbox"] {
	margin-right:6px;
}
.tx-srfeuserregister-pi1 input.btn {
	padding:0.25rem 1rem 0.4rem 1rem;
}
.tx-srfeuserregister-pi1 dd {
	width:53%;
}

/****************
 **** COOKIES ***
 ****************/

#klaro .klaro.we_cookie_consent .cookie-notice {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color: rgb(255 255 255 / 30%);
	backdrop-filter: blur(10px);
	z-index:91;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:120;
}
#page-7 #klaro, #klaro .purposes, body > .consent-cookie {
	display:none;
}
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cn-body {
	max-width:800px;
	width:100%;
	padding:20px;
}
.klaro.we_cookie_consent .cookie-notice .cn-hl {
	font-size:1.5rem;
	display:block;
}
.klaro.we_cookie_consent .cookie-notice .cn-p {
	margin:0.5rem 0 1rem 0;
	display:block;
}
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-link::before,
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-danger::before,
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-success::before,
#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn-danger::before,
#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-accept-all::before {
	position:relative !important;
	display:inline-block;
	margin:0 10px 0 0;
    padding: 0.15em 0;
	transform:translateY(0px);
	line-height:1;
	vertical-align:middle;
}

#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok > .cm-link {
	padding:1.05em 0;
}

.tx-we-cookie-consent {
	color:#666;
}
/*.klaro .cookie-modal .cm-modal.cm-klaro {
	background-color:#f0f0f0 !important;
}*/
.tx-we-cookie-consent .table {
	width:100%;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .hide {
	color:#333;
}
.tx-we-cookie-consent .table thead th {
	text-align:left;
}
.tx-we-cookie-consent .table th:first-child, .tx-we-cookie-consent .table th:last-child {
	width:180px;
}
.klaro.we_cookie_consent .cookie-notice .cn-body p.cn-ok .cm-btn, .klaro.we_cookie_consent .cookie-notice .cn-body p.cn-ok .cm-link.cm-learn-more {
	color:#008ccf;
	text-decoration:underline;
	font-weight:bold;
}

.klaro.we_cookie_consent .cookie-notice .cn-body p.cn-ok .cm-btn.cm-btn-success, .klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-info.cm-btn-accept {
	color:#fff;
	background-color:#008ccf;
	text-decoration:none;
}


/*Cookie-Consent*/

.tx-cf-cookiemanager {
	position:fixed;
	right:0;
	bottom:0;
	z-index:9;
	display:block;
	background:none rgba(200,200,200,0.5);
	padding:4px 8px;
	font-size:12px;
}
.tx-cf-cookiemanager a {
	color:#666;
	text-decoration:none;
}



/* Externe Medien */

.relative {
	position:relative;
}
.media-consent {
	width:100%;
	margin-top:0;
	padding:0.25rem 1.25rem 1rem 1.25rem;
	position:absolute;
	left:0;
	top:0;
	z-index:8;
	background:rgba(237,237,239,0.9);
	border:1px solid #666;
	text-align:center;
}

.media-consent p {
	margin-bottom:0.15rem;
	font-size:1rem;
}
.media-consent p:last-child {
	margin-bottom:0;
}

.media-consent .button {
	margin-top:1rem;
	margin-bottom:0;
	color:#008ccf !important;
}


/* Linkedin */

.sk-ww-linkedin-page-post .linkedin-consent {
	border:1px solid var(--theme-color-green);
	text-align:center;
	padding:1rem;
	cursor:pointer;
}



/***************
 **** FOOTER ***
 ***************/

footer
{
    font-size: 16px;
    line-height: 20px;
    background: #000;
	color:#fff;
}
#footer_push,
footer
{
    height: 250px;
}
footer .row {
	
}
footer h3, footer a, footer p 
{
    color: #fff;
}
#footer-social a
{
  display: table-cell;
}
#footer-social a img
{
  /*
  width: 48px;
  height: auto;
  */
  vertical-align: middle;
}
#footer-social #footer-social-linkedin img
{
  /*
  width: 20px;
  height: auto;
  */
  width: 48px;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-social-links img {
	width:40px;
	height:auto;
}

#scroll-arrow {
	position:fixed;
	bottom:20px;
	left:50%;
	margin-left:-18px;
	background:#008ccf;
	width:36px;
	height:36px;
	border-radius:18px;
	text-align:center;
	cursor:pointer;
	opacity:0.7;
}

#scroll-arrow img {
	width:24px;
	height:24px;
	margin-top:6px;
}

.menu-mobile-button {
	display: none;
	width: 30px;
	height:20px;
	position: relative;
	margin: 2px 0 0 0;
	overflow:hidden;
	text-align:right;
	cursor: pointer;
	float: right;
}
.menu-mobile-button img {
	width:24px;
	height:22px;
	display:inline-block;
	margin-left:15px;
}
.menu-mobile-container { display: none; background-color:#fff; border-bottom:1px solid var(--theme-color-dark-gray); }
.container .menu-mobile-container .hidden { display: none; }

.downloads-list, #container{ background-color: white; color: black; margin-bottom: 25px; }
.downloads-list h3{ color: #ffffff; background: #3b3b3b none repeat scroll 0 0; }
.downloads-list h3 > p{ margin: 0; }
.downloads-list ul{ padding-left: 0; }
.downloads-list li {
  list-style: none;
  line-height: 20px;
    position: relative;
    display: inline-block;
    float: left;
    height: 100%;
    width: 425px;
    min-height: 45px;
    margin-bottom: 25px;
    padding-top: 3px;
    padding-left: 50px;
    padding-bottom: 20px;
    vertical-align: top;
    background: url('../img/zip-icon.png') no-repeat 0px 8px;
    color: #333;
}
.downloads-list .docs .download {
    text-decoration: none;
    /*border: 0;*/
}
.downloads-list .docs .download p{margin-top: 0; margin-bottom: 10px; text-decoration: none; color: black; }
#content .downloads-list .docs a.download {margin-top: 0; margin-bottom: 10px; text-decoration: none; color: black; }
#content .downloads-list .docs .download div:nth-of-type(2) { text-decoration: underline; color: #008ccf; }
.downloads-list h2 {padding-top: 10px; margin-left: 30px; margin-bottom: 10px;}
.downloads-list .docs .download-pdf{ background: url('../img/pdf-icon.png') no-repeat 0px 8px; }

nav{ left: inherit; }

.productfilter-tile{ background-color: #ffffff; height: 200px; }
.productfilter-tile h3{ background: #db0031 none repeat scroll 0 0 !important; }
.productfilter-tile h4{ color: #db0031; font-size: 20px; font-weight: bold; padding-left: 8px; text-transform: uppercase; }
.productfilter-tile select{ background-color: #e2e4e5; border-color: #cbcdce; border-style: solid; display: block; margin-left: auto; margin-right: auto; width: 80%; color: #000000; cursor: pointer; }

/* Login */
.tx-felogin-pi1 { color:#000; }
.tx-felogin-pi1 h3 { color:#008ccf; }
.tx-felogin-pi1 legend { display:none; }
.tx-felogin-pi1 fieldset { border:0; padding:0; margin:1rem 0; }
.tx-felogin-pi1 .input-row { margin:0 0 0.5rem 0; }
.tx-felogin-pi1 label { display:inline-block; width:120px; }
.tx-felogin-pi1 input[type="submit"] { border:0; color:#fff; background-color:#008ccf; font-weight:bold; padding:0.25rem 1rem;  }

.login-link img { width:10px; height:auto; vertical-align:middle; margin-top:-2px; }

/* temporaer */
/*#main-menu{ padding-right: 53px; }*/

#c638 header { display:none; }

/* Button */
.btn, #content a.btn {
	display:inline-block;
	color:#fff;
	background-color:#008ccf;
	border:0;
	padding:0.25rem 1rem 0.4rem 1rem;
	text-decoration:none;
	line-height:1.2;
	font-weight:bold;
}

/* Grid columns */

/*.row.ge {
	width:100%;
	margin-left:-15px;
	margin-right:15px;
}*/
.row.ge:after {
	clear:both;
	content:'';
	display:block;
	width:100%;
}

.row.ge .columns {
	float:left;
	padding-left:12px;
	padding-right:12px;
}

.large-3 {
	width:25%;
}

.large-6 {
	width:50%;
}

.large-9 {
	width:75%;
}

@media screen and (max-width:812px) {
	
	.medium-3 {
		width:25%;
	}
	
	.medium-6 {
		width:50%;
	}
	
	.medium-9 {
		width:75%;
	}
	
}

@media screen and (max-width:480px) {
	
	.small-12 {
		width:100%;
	}
	
}

/* News classic view */

.news-list-view {
	color:#666;
}

#content .news-list-view a {
	color:var(--theme-color-green);
}
#content .news-list-view h3 a {
	text-decoration:none;
	color:var(--theme-color-blue);
}
.news-list-view.template-1 .article {
	background-color:#fff;
	padding:5px 15px 15px 15px;
	margin-bottom:1.5rem;
}

.news-list-view.template-1 .more {
	float:right;
	font-size:1rem;
}

.news-list-view.template-1 .article .news-img-wrap {
	float:right;
	margin:3px 0 5px 15px;
}

#c2105 p {
	margin:0;
}

.news-list-view .article, .news-list-view.template-2 .article {
	background-color:#fff;
	padding-left:15px;
	padding-right:15px;
	padding-top:1px;
	width:49%;
	float:left;
	border:1px solid var(--theme-color-light-gray);
}

@media screen and (min-width:1024px) {

	.news-list-view .article:nth-child(odd), .news-list-view.template-2 .article:nth-child(odd) {
		margin-right:1%;
	}

	.news-list-view .article:nth-child(even), .news-list-view.template-2 .article:nth-child(even) {
		margin-left:1%;
	}
}

.news .footer p {
	margin:0 0 0.5rem 0;
}

.news-single {
	color:#666;
}

.news-single hr {
	margin:2rem 0;
}

.news-single .teaser-text {
	display:none;
}

@media screen and (max-width:1023px) {
	
	.news-list-view .article {
		padding-left:15px;
		padding-right:15px;
		width:100%;
		margin-left:0;
		margin-right:0;
		float:none;
		min-height:1px;
	}
	
}


/* Tabs */

#content .ui-widget-content {
	font-family:'Calibri',Arial,Helvetica,sans-serif;
}

#content .ui-state-active, #content .ui-widget-content .ui-state-active, #content .ui-widget-header .ui-state-active, #content a.ui-button:active, #content .ui-button:active, #content .ui-button.ui-state-active:hover, #content .ui-state-active a.ui-tabs-anchor {
	border:0 !important;
	background:#008ccf !important;
	color:#fff !important;
	text-decoration:none !important;
}

#content a.ui-tabs-anchor {
	text-decoration:none !important;
	font-weight:bold;
}

/*******************
 **** RESPONSIVE ***
 *******************/
/*
@media screen and (min-width: 500px)
{
    #logo
    {
        display: inline-block;
        float: left;
        width: 144px;
        margin: 0;
    }
    #meta-menu
    {
        position: static;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
    }
    .row
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        overflow: auto;
    }
    .row .col
    {
        margin: 15px;

        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .row .col:first-child
    {
        margin-left: 0;
    }
    .row .col:last-child
    {
        margin-right: 0;
    }
}*/

/*@media screen and (min-width: 600px){
    #meta-menu
    {
        position: static;

        flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
    }
}*/
@media screen and (min-width: 1100px) {
    #logo
    {
        display: inline-block;
        float: left;
        width: 160px;
        margin: 0;
        margin-top: 40px;
    }
    #meta-menu
    {
        /*position: static;

        flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;*/
    }
    .row
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        overflow: auto;
    }
    .row .col
    {
        margin: 15px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .row .col:first-child
    {
        margin-left: 0;
    }
    .row .col:last-child
    {
        margin-right: 0;
    }
}

@media screen and (max-width: 1100px) {
    /*nav{position: relative; display: block; float: left; margin-top: 15px; width: 100%; height: auto;}*/
    #meta-menu ul {/*position:absolute; */margin: 0 10px 0 0; /**/
    }
	#main-menu-mobile {
		margin-bottom:15px;
	}
    #main-menu-mobile li {
        line-height: 25px;
        list-style-type: none;
		font-size:1.2rem;
        cursor: pointer;
        text-transform: uppercase;
	}
	#main-menu-mobile li a {
		padding:5px 0;
    }
    .productslider.accordion-hor[style]{height:auto;}
}

@media screen and (max-width: 812px) {
	body > header {
		min-height:75px;
	}
	#content {
		margin-top:75px;
	}
    #main-menu{
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        justify-content: flex-start;
        -webkit-flex-direction: row;
    }
	#main-menu li:last-child a {
		padding-right:15px;
	}
    #main-menu-mobile {
		text-align: center;
	}
    #main-menu-mobile li {
        line-height: 25px;
        list-style-type: none;
        cursor: pointer;
        text-transform: uppercase;
    }
    nav { display: none !Important; }
	#meta-menu > ul{ display:none; }
    .menu-mobile-button {
		display: inline-block;
		margin-right:6px;
		margin-left:12px;
	}
	.menu-mobile-button img {
		margin-left:0;
	}
	#home-link { display:inline-block; width:240px; margin-bottom:0; }
	#home-link img { width:240px; height:auto; margin-top:0; }
	#global-searchbox {
		top:0;
		padding:5px;
		box-shadow:none;
		width:200px;
	}
	#global-searchbox input[type="search"] {
		width:120px;
	}
    nav ul li {
        display: inline-block;
        float: left; clear: left;
        height: 20px;
    }
	
}
.menu-main .menu-mobile-button {
    display: none;
}
@media screen and (max-width: 725px) {
    #main-menu{
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        height: auto;
        -webkit-flex-direction: column; margin-bottom:20px;
        flex-direction: column;
        justify-content:space-between ;
    }
}
@media screen and (max-width: 550px) {
    #meta-menu{
        -webkit-flex-direction: column!important; margin-bottom:20px;
        flex-direction: column!important;
        justify-content: space-around!important;
    }
	.wide-banner-textbox {
		position:relative;
		max-width:100%;
		min-height:265px;
		top:0 !important;
		left:0 !important;
		right:auto !important;
		bottom:auto !important;
	}
}
@media screen and (max-width: 400px) {
    #main-menu{
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        height: auto;
        -webkit-flex-direction: column; margin-bottom:20px;
        flex-direction: column;
        justify-content:space-between ;
    }
}
@media screen and (max-width: 330px) {
    .productslider > ul > li > div table {font-size: 13px;}
    .productslider > ul > li > div table td,.productslider > ul > li > div table th{font-size: 10px;}
}
@media screen and (max-width: 300px) {
    #logo{ width: 30%;}
    #meta-menu{width: 65%; height: auto; right: 0px;}
    nav{float:left; clear:left; position:relative; margin-top: 30px; margin-bottom: 0px;top:0;height: auto;}

}

/**************************/
/*Adjusting tile container*/
/**************************/
@media screen and (max-width: 600px){
    .slick-slide .contentimage{display:none;}
    .slick-slide.slick-active .contentimage{display:block; float:left; clear:left; width: 100%; height: auto; margin-top: -15px;}
    .slick-slide .textcontent{ -webkit-transform: translateY(0%)!important; transform: translateY(0%)!important; width: 100%; left: -20px; float:left; clear:left;}
    .slidertile .slider-container{padding:27px 44px 0;}
    .slick-slide.slick-active .item h3{padding-left: 13px; padding-bottom: 0;}
    .slick-slide.slick-active p{margin-top: 5px;}
}

@media screen and (max-width: 660px){
    .productslider.accordion-ver{height: auto!important; margin-bottom: 20px;}
    .accordion-ver > ul > li > h2{top: 4px;}
    .productslider > ul > li > div{display:block!important; padding-left: 15px; padding-right: 15px;}
    .productslider > ul > li > div img{float: right; right: 0; width: 99%; /*width:50%;*/ /*transform: translate(10%,10%) scale(0.9,0.9);*/}
    .productslider > ul > li > div img[data-htmlarea-file-uid="1620"]{float: right; right: 0; width: 85%;}
    .productslider.software > ul > li .model-text img { float: right; right: 0; width: 99%; }
}

@media screen and (max-width: 500px){
    .tile h3{width: 100%; padding-left: 15px;}
    /*.accordion-ver > ul, .accordion-hor > ul{height: 100%!important;}*/
    .graphicstile, .imagetile, .tile-double{
        max-width: 100%;
        background-size: auto auto;
        background-repeat: no-repeat;
        background-position: center;
        background-color: white;
    }
}

@media screen and (max-width: 1100px){
	#content {
		margin-bottom:0;
	}
	#footer_push { height:15px; }
    footer { height:auto; }
}

@media screen and (max-width: 999px){
    .item{width: 100%; height: 100%;}
    .productslider > ul > li > div img { height: auto; }
    .specialtile.item.item-double-double{padding: 0 0 0 8px;}
}

@media screen and (max-width: 998px){
    .tile-single, .tile-double{
        right: 48%;
        transform: translate(48%,0);
    }
    .tile-double{
        transform: translate(24%,0);
    }
    .item{width: 100%; height: 100%;}
    .filter-id-3, .filter-id-6, .filter-id-52{right: 100%; transform: translate(49%,0);}
}
@media screen and (max-width: 975px){
    .tile-single, .tile-double{
        right: 43%;
        transform: translate(43%,0);
    }
    .tile-double{
        transform: translate(21.5%,0);
    }
    .filter-id-3, .filter-id-6, .filter-id-52{right: 95%; transform: translate(47.5%,0);}
}
@media screen and (max-width: 950px){
    .tile-single, .tile-double{
        right: 38%;
        transform: translate(38%,0);
    }
    .tile-double{
        transform: translate(19.0%,0);
    }
    .filter-id-3, .filter-id-6, .filter-id-52{right: 90%; transform: translate(45%,0);}
}
@media screen and (max-width: 925px){
    .tile-single, .tile-double{
        right: 33%;
        transform: translate(33%,0);
    }
    .tile-double{
        transform: translate(16.5%,0);
    }
    .filter-id-3, .filter-id-6, .filter-id-52{right: 85%; transform: translate(42.5%,0);}
}
@media screen and (max-width: 900px){
    .tile-single, .tile-double{
        right: 28%;
        transform: translate(28%,0);
    }
    .tile-double{
        transform: translate(14.0%,0);
    }
    .filter-id-3, .filter-id-6, .filter-id-52{right: 80%; transform: translate(40%,0);}
}
@media screen and (max-width: 875px){
    .tile-single, .tile-double{
        right: 23%;
        transform: translate(23%,0);
    }
    .tile-double{
        transform: translate(11.5%,0);
    }
    .filter-id-3, .filter-id-6, .filter-id-52{right: 75%; transform: translate(37.5%,0);}
}
@media screen and (max-width: 850px){
    .tile-single, .tile-double{
        right: 18%;
        transform: translate(18%,0);
    }
    .tile-double{
        transform: translate(9%,0);
    }
    .filter-id-3, .filter-id-6, .filter-id-52{right: 70%; transform: translate(35%,0);}
}
@media screen and (max-width: 825px){
    .tile-single, .tile-double{
        right: 13%;
        transform: translate(13%,0);
    }
    .tile-double{
        transform: translate(6.5%,0);
    }
    .filter-id-3, .filter-id-6, .filter-id-52{right: 65%; transform: translate(32.5%,0);}
}
@media screen and (max-width: 800px){
    .tile-single, .tile-double{
        right: 8%;
        transform: translate(8%,0);
    }
    .tile-double{
        transform: translate(4%,0);
    }
    .filter-id-3, .filter-id-6, .filter-id-52{right: 60%; transform: translate(30.0%,0);}
}
@media screen and (max-width: 775px){
    .tile-single, .tile-double{
        right: 4%;
        transform: translate(4%,0);
    }
    .tile-double{
        transform: translate(2%,0);
    }
    .filter-id-3, .filter-id-6, .filter-id-52{right: 55%; transform: translate(27.5%,0);}
}
@media screen and (max-width: 760px){
    .tile-single, .tile-double{
        right: 1%;
        transform: translate(1%,0);
    }
    .tile-double{
        transform: translate(0.5%,0);
    }
}
@media screen and (max-width: 746px){
    .tile-single{
        right: 50%;
        transform: translate(50%,0);
    }
    .tile-double{
        right: 50%;
        transform: translate(25%,0);
    }
}
@media screen and (max-width: 720px){
    .tile-single{
        right: 45%;
        transform: translate(45%,0);
    }
    .tile-double{
        right: 45%;
        transform: translate(22.5%,0);
    }
}
@media screen and (max-width: 700px){
    .tile-single{
        right: 40%;
        transform: translate(40%,0);
    }
    .tile-double{
        right: 40%;
        transform: translate(20%,0);
    }
}
@media screen and (max-width: 675px){
    .tile-single{
        right: 35%;
        transform: translate(35%,0);
    }
    .tile-double{
        right: 35%;
        transform: translate(17.5%,0);
    }
}
@media screen and (max-width: 650px){
    .tile-single{
        right: 30%;
        transform: translate(30%,0);
    }
    .tile-double{
        right: 30%;
        transform: translate(15%,0);
    }
}
@media screen and (max-width: 625px){
    .tile-single{
        right: 25%;
        transform: translate(25%,0);
    }
    .tile-double{
        right: 25%;
        transform: translate(12.5%,0);
    }
}
@media screen and (max-width: 600px){
    .tile-single{
        right: 20%;
        transform: translate(20%,0);
    }
    .tile-double{
        right: 20%;
        transform: translate(10%,0);
    }
}
@media screen and (max-width: 575px){
    .tile-single{
        right: 15%;
        transform: translate(15%,0);
    }
    .tile-double{
        right: 15%;
        transform: translate(7.5%,0);
    }
}
@media screen and (max-width: 550px){
    .tile-single{
        right: 8%;
        transform: translate(8%,0);
    }
    .tile-double{
        right: 8%;
        transform: translate(4%,0);
    }
}
@media screen and (max-width: 525px){
    .tile-single{
        right: 3%;
        transform: translate(3%,0);
    }
    .tile-double{
        right: 3%;
        transform: translate(1.5%,0);
    }
}
@media screen and (max-width: 510px){
    .tile-single{
        right: 1%;
        transform: translate(1%,0);
    }
    .tile-double{
        right: 1%;
        transform: translate(0.5%,0);
    }
}


@media screen and (max-width: 494px){
	
	#meta-menu ul#language-switch {
		left:auto;
		right:-40px;
	}
	#meta-menu #language-btn {
		margin-right:0;
		margin-top:1px;
	}
	#search {
		margin-top:2px;
		margin-left:0.75rem;
	}
	/*#meta-menu #language-btn > span {
		display:none;
	}*/
	
  /*footer { height:260px; }*/
    .tile-single{
        right: 50%; width: 100%;
        left: auto!important;
        background-size: auto auto;
        background-repeat: no-repeat;
        background-position: center;
        background-color: white;
        transform: translate(50%,0);
    }
    .tile-double{
        right: auto;
        left: 48%!important;
        transform: translate(-50%,0);
        background-size: auto auto;
        background-repeat: no-repeat;
        background-position: center;
        background-color: white;
    }
    /*.tile{position: relative!important;*/
        /*display: block!important;*/
        /*clear: left!important;*/
        /*float: left!important;*/
        /*top: 0!important;}*/
    .newstile{width: 100%;}
    .contacts-country h4{padding-left: 16px;}
    .newstile .news_wrapper {width: 100%; }
    .newstile .news_wrapper .newsblock{width:97%;padding-left: 1%;padding-right: 1%;}
    [data-id="content-430"].newstile .news_wrapper.news_uebersicht_wrapper .newsblock {width:106%;}
	/*#language-menu, #search { top:0; }*/
}

@media screen and (max-width: 375px){
    .tile-double{
        right: auto;
        left: 48%!important;
        transform: translate(-50%,0);

    }
    .filter-id-4.producttile.tile.tile-double{background-size: 135% auto;}
}
@media screen and (max-width: 350px){
    .tile-single{
        width: 100%;
    }
}
@media screen and (max-width: 250px){
    .tile-double{
        right: auto;
        left: 0!important;
        transform: translate(0,0);
    }
}

.filter-id-52 {
    float: left !important;
    width: 49% !important;
    left: initial !important;
    top: initial !important;
    position: relative !important;
}

#page-1513 .breadcrumb {
	display:none;
}
#page-1513 #tns1-item0 .wide-banner {
	background-color:#000;
}