/**********/
/* Basics */
/**********/

html, body {
 	height: 100%;
}

html {
	background-color: #eff2f5;
}

body {
	max-width: 1600px;
	margin: auto;
    font-family: "Roboto",sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2b2b2b;
}

.hide {
	display: none;
}

.show {
	display: block !important;
}

/* header oben rot */
#top {
    height: 50px;
    background: #d52b1e;
}

#company-text {
    float: left;
    font-size: 14px;
	padding-left: 20px;
    padding-top: 15px;
    color: #fff;
}

ol.breadcrumb {
	background: none;
}

ol.breadcrumb li .breadcrumb-text,
.breadcrumb-item+.breadcrumb-item::before {
	color: white;
}

/* hoehe seite - hoehe top */
.body-bg {
	height: auto; 
    min-height: calc(100% - 50px);
    background-color: white;
}

.body-bg-top {
    padding-top: 0px;
}

header {
	max-width: 1600px;
	margin: auto;
}

header.frame-header {
	margin: 0;
}

header .container {
	max-width: 100%;
	background: white;
}

/* sections */
.breadcrumb-section {
    background: rgba(4, 63, 126, 0.8);
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin-top: 15px;
}

.breadcrumb-section:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%; 
	box-shadow: rgba(0, 0, 0, 0.3) 5px 2px 10px;
	clip: rect(20px, auto, 50px, 0);
	height: 20px;
}

.breadcrumb-section .container {
	max-width: 1600px;
	padding-left: 30px;
	padding-right: 30px;
}

.section-default .container {
	max-width: 1600px;
	padding-left: 0px;
	padding-right: 0px;
}

.section-default .container .section-row {
	margin-left: 0px;
	margin-right: 0px;
}

.section-primary,
.section-light {
   	background-color: white;
}

/* content */
#page-content {
	max-width: 960px;
	margin: auto;
	background: white;
	padding-bottom: 120px; /* Höhe des Footers */
}

.subnav-wrap {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 1.5rem;
}

.maincontent-wrap {
	padding-left: 40px;
}

/* frames */
.frame .frame-container {
   	max-width: 1600px;
}

#page-content .frame {
	padding-bottom: 1.5rem;
}

#page-content .frame:first-child {
	padding-top: 2.5rem;
}

#page-content .section-primary .frame-type-list {
   	padding-top: 0rem;
}

.section-primary+.section-primary {
    border-top: none;
}

#page-content .frame-type-subnavigation,
#page-content .frame-type-shortcut,
.frame-type-shortcut {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
}

#page-content .frame-type-texticon {
	clear: both;
}

#page-content .frame-type-texticon  {
	padding-top: 3rem;
}

#page-content .frame-type-texticon .texticon-content .frame-header {
	padding-top: 0rem;
	padding-bottom: 0.3rem;
}

.frame-type-menu_sitemap_pages ul li ul,
.frame-type-menu_sitemap_pages ul li ul li ul {
	padding-left: 20px;
}

/* HAN & HSK - filelist download */
.frame-type-uploads h4.media-heading {
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
}

/* footer */
footer {
 	height: 120px;
 	margin-top: -120px; 
} 
 
footer .container {
	max-width: 100%;
	background-color: #35383c;
} 

.footer-section-meta {
	display: none;
}

.footer-section-content {
	color: #c1ccd9;
}

.footer-section-content .section-row {
	align-items: center;
	min-height: 120px;
}

.footer-section-content .section-row .section-column .frame {
	padding: 0rem;
	padding-bottom: 0rem;
}

.footer-section-content-column {
	padding: 20px;
}

.footer-section-content-column figure.image {
	margin-block-start: auto;
    margin-block-end: auto;
    float: right;
}

.footer-section-content .frame-type-text ul li {
	float: left;
	list-style-type: none;
	margin-bottom: 0px;
	color: white;
}

.footer-section-content a,
.footer-section-content a:hover,
.footer-section-content a:active,
.footer-section-content a:visited  {
	color: white !important;
}

.footer-section-content a:active {
	text-decoration: underline;
}

.footer-section-content img {
	max-width: 215px;
}

.footer-section-content-column-middle {
	text-align: center;
}

@media (min-width: 992px) {
	header .container {
		height: 90px;
	}
}

@media (max-width: 1300px) {
	.subnav-wrap {
		padding-left: 30px;
	}
}

@media (max-width: 991px) {
	.maincontent-wrap {
		padding-left: 30px;
		padding-right: 30px;
		margin: auto;
	}
	.footer-section-content-column {
		width: 100%;
		text-align: left;
		padding-bottom: 0px;
	}
	.footer-section-content-column figure.image {
		float: left;
		margin-bottom: 3rem;
	}
	footer {
 		height: 163px;
 		margin-top: -163px;
	} 
	#page-content {
		padding-bottom: 163px;
	}
	.breadcrumb-section .container  {
	   display: none;
	}
	#page-content .frame:first-child {
    	padding-top: 1.5rem;
	}
}

@media (max-width: 767px) {

	/* News detailview */
	.maincontent-wrap,
	.maincontent-wrap .news-single .article {
    	display: flex;
    	flex-direction: column;
	}
	.maincontent-wrap .news-single .article .frame-type-personnel_selected {
		order: 2;
		margin-left: 0px;
		margin-top: -1.5rem !important;
	}
	.maincontent-wrap .news-single .article .news-backlink-wrap {
		order: 3;
	}
	
	/* Product detailview */
	.maincontent-wrap .frame-layout-product-detail-view.frame-type-personnel_frompages  {
		order: 2;
		margin-left: 0px;
		margin-top: -3rem !important;
	}
	
	/* Text with contact box */
	.maincontent-wrap .frame-type-shortcut.frame-layout-text-personnel-float .frame-container .frame-inner  {
		display: flex;
    	flex-direction: column;
	}
	.maincontent-wrap .frame-type-personnel_selected.frame-layout-text-personnel-float {
		order: 2;
		margin-left: 0px;
		margin-bottom: 0px;
	}

	/* Rest */
	.frame-layout-product-detail-view .personnel>.card-space {
		display: none;
	}
	.well {
		margin-left: 0px !important;
	}
}

/***************************/
/**     Grid Elements     **/
/***************************/

.product_teaser,
.teaser_startpage {
	padding-top: 2.5rem;
	margin-left: 0px;
	margin-right: 0px;
}

.product_teaser div,
.teaser_startpage div {
	padding-left: 0px;
	padding-right: 0px;
}

.product_teaser .gallery-item img {
	max-height: 180px;
}

.product_teaser .gallery-item figure .caption {
    background: transparent;
}

.frame-type-gridelements_pi1 .contact > div:nth-child(1) {
	padding-left: 0px;
}

.frame-type-gridelements_pi1 .contact > div:nth-child(2) {
	padding-right: 0px;
}

@media (max-width: 575px) {
	.frame-type-gridelements_pi1 .contact > div:nth-child(2) {
		padding-left: 0px;
	}
}	

/****************************************/
/**     Frontend layouts / Content     **/
/****************************************/

/****** Allgemein ******/
.headline_bl {
	position: relative;
}

.headline_bl h1 {
	font-weight: lighter;
    font-size: 36px;
    color: #043f7e;
    /*line-height: 32px;*/
    padding-right: 50px;
    color: #043f7e;
}

.headline_bl i {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 40px;
    /*line-height: 40px;*/
    color: #007499;
}

.headline_bl i:before {
    font-family: 'icomoon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* 2 columns floating text/img */
.frame-layout-text-img-float {
	padding-bottom: 1.5rem;
}

.frame-layout-text-img-float .textpic {
	display: block;
}

.frame-layout-text-img-float .textpic-right .textpic-gallery {
	float: right;
	padding-bottom: 20px;
}

.frame-layout-text-img-float .textpic-left .textpic-gallery {
	float: left;
	padding-right: 40px;
	padding-bottom: 20px;
}

.frame-layout-text-img-float .textpic-left .textpic-text,
.frame-layout-text-img-float .textpic-right .textpic-text {
	width: auto;
}

@media (min-width: 768px) {
	.frame-layout-text-img-float .textpic-right .textpic-gallery,
	.frame-layout-text-img-float .textpic-left .textpic-gallery {
		width: 40%;
	}
}

/* img author azubi diary - float */
#page-content .frame.frame-layout-text-img-author {
	padding-bottom: 2rem;
}

.frame-layout-text-img-author .textpic {
	display: flex;
    flex-direction: row;
}

.frame-layout-text-img-author .textpic-text {
	width: auto;
}

.frame-layout-text-img-author .textpic-gallery,
.frame-layout-text-img-author .textpic-gallery .image {
	width: 57px;
	margin-right: 20px;
	margin-top: 3px;
}

/* Text with floating contact box */
.frame-type-personnel_selected.frame-layout-text-personnel-float {
	float: right;
    width: 240px;
    margin-left: 30px;
    margin-bottom: 20px;
    z-index: 2;
}

@media (max-width: 767px) {
	.frame-type-personnel_selected.frame-layout-text-personnel-float {
    	width: 100%;
	}
}

/* Product detail view */
.frame-layout-product-detail-view {
	padding-bottom: 0rem;
}

.frame-type-personnel_frompages.frame-layout-product-detail-view {
	float: right;
    width: 240px;
    margin-left: 30px;
	z-index: 42;
	padding-bottom: 1rem !important;
}

.frame-type-personnel_frompages.frame-layout-product-detail-view .personnel>.card-space {
	margin-bottom: 0px;
}

.frame-type-html.frame-layout-product-detail-view {
	padding-top: 3rem;
    padding-bottom: 2rem;
    z-index: 42;
}

@media (max-width: 767px) {
	.frame-type-personnel_frompages.frame-layout-product-detail-view {
    	width: 100%;
	}
}
    
/* Stages */
.frame-layout-stage-start {
	padding: 0px;
	width: calc(100% / 3);
    float: left;
}

.frame-layout-stage-start:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 5px 2px 10px;
    clip: rect(20px, auto, 50px, 0);
    height: 20px;
}

.frame-layout-stage-start .carousel-item-type-header {
    max-height: 320px;
}

.frame-layout-stage-start .carousel-item-type-header .valign .vcontainer .carousel-text-inner {
	/*height: auto;*/
	padding: 15px;
}

.frame-layout-stage-start .carousel-item-type-header .carousel-text-inner {
	width: 100%;
	min-height: 68px;
	position: absolute;
	bottom: 0px;
}

.frame-layout-stage-start .carousel-item-type-header .carousel-text-inner h3 {
	padding: 0px;
	max-width: calc(100% - 40px);
    float: left;
    font-size: 20px;
}

.frame-layout-stage-start .carousel-item-type-header .carousel-text-inner .icon-arrow-right-circle {
    margin-bottom: 0px;
}

.frame-layout-stage-header,
.frame-layout-stage-service,
.frame-layout-stage-header .frame-container,
.frame-layout-stage-service .frame-container {
	padding: 0px;
	margin: 0px;
}

.frame-layout-stage-header .frame-container .frame-inner .frame,
.frame-layout-stage-service .frame-container .frame-inner .frame {
	padding-top: 0rem;
}

.frame-layout-stage-header .frame-type-image,
.frame-layout-stage-service .frame-type-image {
	padding-bottom: 0rem;
}

.frame-layout-stage-header.frame-type-image figure.image,
.frame-layout-stage-header .frame-type-image figure.image,
.frame-layout-stage-service .frame-type-image figure.image,
.frame-layout-stage-service.frame-type-image figure.image {
	margin-bottom: 0rem;
}

/************************************/
/*    Fronmtend Layouts / Pages     */
/************************************/

/******  Chemicals ******/
body.layout-7 .headline_bl i {
	color: #007499;
}

.layout-7 .headline_bl i:before {
	content: "\e006";
}

body.layout-7 .caption,
body.layout-7 .breadcrumb-section,
body.layout-7 .copy,
body.layout-7 .carousel-item-type-text .carousel-text-inner {
	background: rgba(0, 159, 217, 0.9);
}

/****** Fertilizer ******/
body.layout-8 .headline_bl i {
	color: #b4cc02;
}

body.layout-8 .headline_bl i:before {
	content: "\e008";
}

body.layout-8 .caption,
body.layout-8 .breadcrumb-section,
body.layout-8 .copy,
body.layout-8 .carousel-item-type-text .carousel-text-inner {
	background: rgba(180, 204, 2, 0.9);
}

/****** Crop Protection ******/
body.layout-9 .headline_bl i {
	color: #73af55;
}

.layout-9 .headline_bl i:before {
	content: "\e007";
}

body.layout-9 .caption,
body.layout-9 .breadcrumb-section,
body.layout-9 .copy,
body.layout-9 .carousel-item-type-text .carousel-text-inner {
	background: rgba(115, 175, 85, 0.9);
}

/****** Pharma ******/
body.layout-10 .headline_bl i {
	color: #007b85;
}

body.layout-10 .headline_bl i:before {
	content: "\e00a";
}

body.layout-10 .caption,
body.layout-10 .breadcrumb-section,
body.layout-10 .copy,
body.layout-10 .carousel-item-type-text .carousel-text-inner {
	 background: rgba(0, 154, 166, 0.9);
}

@media (max-width: 767px) {
	body.layout-10 .frame-type-text ul {
		padding-left: 0px;
	}
}

/****** Nutrition ******/
body.layout-11 .headline_bl i {
	color: #e37000;
}

body.layout-11 .headline_bl i:before {
	content: "\e009";
}

body.layout-11 .caption,
body.layout-11 .breadcrumb-section,
body.layout-11 .copy,
body.layout-11 .carousel-item-type-text .carousel-text-inner {
	background: rgba(253, 125, 0, 0.8);
}

/****** Contact form & Meta ******/
body.layout-12 #page-content .section-default {
	max-width: 800px;
	margin: auto;
}

#page-content .form-container {
	padding: 30px;
}

body.layout-12 #page-content .frame-type-shortcut {
	padding-left: 20px;
	padding-right: 20px;
}

body.layout-12 #page-content .frame-type-shortcut .frame-container {
	padding-left: 0px;
	padding-right: 0px;
}

body.layout-12 .frame-layout-stage-header:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 5px 2px 10px;
    clip: rect(20px, auto, 50px, 0);
    height: 20px;
}

/****** Sitemap list ******/
body.layout-12 #page-content .frame-type-menu_sitemap_pages {
	padding-left: 20px;
}

/****** Startpage ******/
body.layout-13 .section {
	width: 100%;
}

body.layout-13 #page-content {
    max-width: 1000px;
    padding-left: 25px;
    padding-right: 25px;
}

body.layout-13 .frame .frame-container {
    padding-left: 0px;
    padding-right: 0px;
}

body.layout-13 .frame-type-image,
body.layout-13 .frame-type-image .frame-container {
	padding: 0rem;
}

body.layout-13 #page-content .news a {
	color: #043f7e;
	text-decoration: none;
	border-bottom: 1px dotted #043f7e;
}

body.layout-13 #page-content .news a:hover {
	color: #53b9d9;
	border-bottom: 1px solid #53b9d9;
}

body.layout-13 .news-list-view .news-related,
body.layout-13 .news .article .teaser-text div p:nth-child(2),
body.layout-13 .news .footer,
body.layout-13 .news .article a.more {
	display: none;
}

body.layout-13 .news-list-view .header h3 {
	line-height: 1.1rem;
}

body.layout-13 .news .article {
	padding-bottom: 0px;
	color: #494949;
}

body.layout-13 .news .article h3 a {
	font-size: 16px;
    font-weight: 400;
}

body.layout-13 .news .article h3 a:hover {
	text-decoration: none;
}

body.layout-13 .news .article .header {
    padding-top: 0px;
    border-top: none;
    background: none;
}

body.layout-13 #page-content .frame {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

body.layout-13 #page-content .section-default .frame-type-list,
body.layout-13 #page-content .section-column:not(.section-column-half) .frame-type-list {
	padding-top: 3rem;
}

body.layout-13 #page-content .section-column-half {
	padding-left: 0px;
	padding-right: 0px;
}

body.layout-13 #page-content .section-column-half .frame-type-list {
	padding-left: 30px;
}

@media (max-width: 768px) { 
	body.layout-13 #page-content .section-column-half {
	   	width: 100%;
	}
	body.layout-13 #page-content .section-column-half .frame-type-list {
		padding-left: 0px;
	}
}

/* Career */
body.layout-14 #page-content {
    padding-left: 20px;
    padding-right: 20px;
}

body.layout-14 #page-content .maincontent-wrap {
	padding-left: 20px;
}

body.layout-14 #page-content .frame-header {
    padding-bottom: 0rem;
}

body.layout-14 .breadcrumb-section {
	display: none;
}

/* Career - Stage */
body.layout-14 .frame-type-carousel .carousel {
	width: 100%;
}

body.layout-14 .frame-type-carousel:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%; 
	box-shadow: rgba(0, 0, 0, 0.3) 5px 2px 10px;
	clip: rect(20px, auto, 50px, 0);
	height: 20px;
}

body.layout-14 .frame-type-carousel .carousel-item {
    max-height: 480px;
}

body.layout-14 .frame-type-carousel .carousel-item .carousel-text.vcontainer {
    width: 51%;
    margin-left: 0px;
    height: 100%;
    min-height: 130px;
    background: rgba(4, 63, 126, 0.8);
    padding: 1rem;
}

body.layout-14 .frame-type-carousel .carousel-item-type-text_and_image .valign {
	width: 50%;
	margin: 0;
}

@media (min-width: 576px) {
	body.layout-14 .frame-type-carousel .carousel-item-type-text_and_image .valign {
	   	width: 100%;
	}
}

@media (max-width: 767px) {
	body.layout-14 .frame-type-carousel .carousel-item-type-text_and_image .carousel-text.vcontainer {
    	width: 100%;
   		background-image: linear-gradient(to left,rgba(4, 63, 126, 0) 0%,rgba(4, 63, 126, 1) 75%);
	}
}

@media (max-width: 991px) {
	body.layout-14 .frame-type-carousel .carousel-item h3 {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	body.layout-14 .frame-type-carousel .carousel-item-type-text_and_image .carousel-text.vcontainer {
	   	width: 30%;
	}
}

@media (min-width: 1200px) {
	body.layout-14 .frame-type-carousel .carousel-item-type-text_and_image .carousel-text.vcontainer {
    	width: 25%;
	}
}

@media (min-width: 1400px) {
	body.layout-14 .frame-type-carousel .carousel-item-type-text_and_image .carousel-text.vcontainer {
    	width: 20%;
	}
}

/* content - beide Spalten */
body.layout-14 .frame-type-carousel_small {
    max-width: 800px;
}

body.layout-14 .frame-type-carousel_small .carousel-item-type-text .carousel-text-inner {
    margin: 0;
    padding-left: 30px;
}

body.layout-14 .frame-type-carousel_small .carousel-item-header {
	display: none;
}

body.layout-14 .frame-type-carousel_small a,
body.layout-14 .frame-type-carousel_small a:hover {
	color: white;
	border-bottom: none;
}

/* content - linke Spalte */
body.layout-14 .maincontent-wrap .frame-type-carousel_small {
	padding-bottom: 0rem;	
}

body.layout-14 .maincontent-wrap h4 {
	color: #494949;
}

body.layout-14 .maincontent-wrap .frame-type-carousel_small:first-child {
	padding-top: 2rem;	
}

body.layout-14 .maincontent-wrap .frame-type-carousel_small .carousel .carousel-backgroundimage-container,
body.layout-14 .maincontent-wrap .frame-type-carousel_small .carousel .carousel-backgroundimage-container .carousel-backgroundimage {
    background-position: top right;
    background-repeat: no-repeat;
}

body.layout-14 .maincontent-wrap .frame-type-carousel_small .carousel-small .item {
    height: 170px;
}

body.layout-14 #page-content .maincontent-wrap .frame-type-text {
	background: #7990aa;
	color: white;
}

body.layout-14 #page-content .maincontent-wrap {
	padding-bottom: 2.5rem;
}

/* content - rechte Spalte */
body.layout-14 #page-content .subcontent-wrap .frame-type-carousel_small a {
	color: white;
}

body.layout-14 #page-content .subcontent-wrap .frame-type-carousel_small a:hover {
	text-decoration: underline;
}

body.layout-14 .subcontent-wrap .frame-type-carousel_small .carousel-small .item {
    height: 240px;
}

body.layout-14 .subcontent-wrap .frame-type-carousel_small .carousel-item-type-text .carousel-text-inner {
    padding-top: 30px;
}

body.layout-14 .subcontent-wrap .frame-type-carousel_small a {
	font-size: 16px;
	font-weight: 400;
}

body.layout-14 .subcontent-wrap .frame-type-carousel_small a:hover {
	border-bottom: 1px dotted white;
	color: white !important;
}

@media (max-width: 767px) { 
	body.layout-14 .frame-type-carousel .carousel-backgroundimage-container,
	body.layout-14 .frame-type-carousel .carousel-backgroundimage {
    	background-position: top right;
    	background-size: auto;
	}
	body.layout-14 .frame-type-carousel .carousel .item {
    	height: auto;
    	min-height: 130px;
	}
	body.layout-14 .frame-type-carousel .carousel-item h3,
	body.layout-14 .frame-type-carousel .carousel-item p {
		display: none;
	}
	body.layout-14 .frame-type-carousel .carousel-item h1 {
    	padding-top: 10px;
    	padding-bottom: 10px;
		font-size: 30px;
	}
}

@media (max-width: 576px) { 
	body.layout-14 .frame-type-carousel .carousel-item h1 {
	    font-size: 21px;
	}
	body.layout-14 .frame-type-header {
		padding-bottom: 0rem !important;
	}
	body.layout-14 .subcontent-wrap .frame-type-carousel_small .carousel-item-type-text .carousel-text-inner {
	    width: 60%;
	    padding-left: 0px;
	}
	body.layout-14 .subcontent-wrap .frame-type-header {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	body.layout-14 .maincontent-wrap .carousel .carousel-item {
    	padding-left: 0px;
    	padding-right: 0px;
	}
	body.layout-14 .maincontent-wrap .frame-type-carousel_small {
    	padding-top: 1.5rem !important;
	}
	body.layout-14 .maincontent-wrap .frame-type-carousel_small .carousel-item-type-header .valign .vcontainer {
    	width: 100%;
	}
	body.layout-14 .maincontent-wrap .carousel-item-type-header .carousel-text-inner h2 {
		background-color: rgba(255, 255, 255, 0.6);
		padding: 0px;
		padding-left: 10px;
		font-size: 18px;
	}
	body.layout-14 .maincontent-wrap .frame-type-carousel_small .carousel-item-type-header .valign .vcontainer .carousel-text-inner {
   	 	margin-top: 120px;
	}
}

@media (min-width: 768px) { 
	body.layout-14 .frame-type-carousel .carousel-item-type-text_and_image .carousel-text.vcontainer {
	   	width: 35%;
    	margin-left: 100px;
	}
}

body.layout-14 #page-content .subcontent-wrap {
    padding-bottom: 30px;
}

body.layout-14 #page-content .subcontent-wrap .frame-type-texticon {
	margin-top: 0rem;
}

body.layout-14 #page-content .subcontent-wrap .frame-type-carousel_small .carousel-item-type-text .carousel-text-inner {
    width: 50%;
    padding-top: 0px;
}

body.layout-14 #page-content .subcontent-wrap .frame-type-carousel_small .carousel-item-type-text .carousel-text-inner h1 {
    padding-top: 0px;
    padding-bottom: 0px;
}

body.layout-14 #page-content .frame-type-text ul {
    list-style-type: none;
    display: flex;
 	flex-wrap: wrap;
}

body.layout-14 #page-content .frame-type-text ul li {
    list-style-type: none;
    display: inline-flex;
    width: 40%;
}

body.layout-14 #page-content .frame-type-text ul li a {
	color: white;
	border-bottom: none;
}

body.layout-14 #page-content .frame-type-text ul li a:hover {
	text-decoration: underline;
}

body.layout-14 #page-content .frame-type-text ul li .icon-arrow-right-circle {
    margin-right: 10px;
}

@media (max-width: 575px) { 
	body.layout-14 #page-content .subcontent-wrap .frame-type-text {
		padding-bottom: 0rem !important;
	}
	body.layout-14 #page-content .frame-type-text ul li {
       float: none;
       width: 100%;
	}
	body.layout-14 #page-content .frame-type-text ul li .icon-arrow-right-circle {
    	float: none;
	}
}

@media (min-width: 992px) {
	body.layout-14 #page-content .maincontent-wrap,
	body.layout-14 #page-content .subcontent-wrap {
		margin-top: -2rem;
	}
}

/* Testimonials & Benefits */
body.layout-15 .carousel-item-type-header,
body.layout-15 .carousel-item-type-image {
	height: auto;
}

body.layout-15 #page-content .frame-type-carousel .carousel-item-type-header {
	max-height: 430px;
}

body.layout-15 .carousel-item-type-header .carousel-text-inner h2 {
	font-size: 16px;
}

body.layout-15 .carousel-item-type-header .carousel-text-inner h3 {
	font-size: 14px;
	padding-top: 0px;
}

body.layout-15 .frame-type-carousel .carousel-item-type-header .valign .vcontainer {
	width: 30%;
}

@media (min-width:768px) and (max-width:991px) {
	body.layout-15 #page-content .frame-type-carousel .carousel-item-type-header {
    	height: 430px;
	}
}

@media (max-width: 575px) { 
	body.layout-15 .carousel-item-type-header .carousel-text-inner h2,
	body.layout-15 .carousel-item-type-header .carousel-text-inner h3 {
		padding: 8px;
		line-height: 1.2;
	}
	body.layout-15 .frame-type-carousel .carousel-item-type-header .valign .vcontainer {
		width: 40%;
	}	
}

/* Breite Seiten, Locations, Corporate Structure > Management, HELM International > Contact, HR > contact, Chemicals > About the BL */
body.layout-16 #page-content {
    max-width: 1200px;
    padding-bottom: 150px;
}
@media (max-width: 991px) {
	body.layout-16 #page-content {
		padding-bottom: 190px;
	}
}

@media (max-width: 767px) {
	body.layout-16 #page-content {
		padding-bottom: 170px;
	}
}

/*************************************/
/*    Fronmtend Layouts / Frames     */
/*************************************/

.frame-background-chemicals figure.image {
	background-color: #009fe3;
}

.frame-background-fertilizer figure.image {
	background-color: #c8d400;
}

.frame-background-crop-protection figure.image {
	background-color: #5eac66;
}

.frame-background-pharma figure.image{
	background-color: #009ab2;
}

.frame-background-nutrition figure.image {
	background-color: #f07e26;
}

@media (min-width: 992px) {
	.backendlayout-3_columns .maincontent-wrap {
    	order: 2;
    	width: 100%;
	}
	.navbar-mainnavigation > .container > .collapse > .navbar-nav:last-child {
		margin-left: -1rem;
	}
}

/********************/
/**     Images     **/
/********************/

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
    max-width: 100%;
   	height: auto;
	margin-bottom: 20px;
}

svg:not(:root) {
    overflow: hidden;
}

.gallery-row {
	margin-left: 0rem;
	margin-right: 0rem;
	width: 100%;
}

.gallery-item {
	padding-left: 0rem;
	padding-right: 0rem;
}

figure .caption {
	width: 100%;
	font-weight: lighter;
    font-size: 14px;
	background: url('../img/transparent/043f7ed9-5.png?1416411244');
    background: rgba(4, 63, 126);
    opacity: 0.85;
    color: white;
    padding: 10px;
}

.caption {
    background: url('../img/transparent/dd2b1ce5-5.png?1416411244');
    background: rgba(221, 43, 28, 0.9);
}

/* lightbox */
.pswp__bg {
	background-color: rgba(23, 23, 23, 0.9) !important;
}

.pswp__top-bar {
	background-color: transparent !important;
}

/*******************/
/**     Texts     **/
/*******************/

h1, h2, h3, h4, h5, h6 {
    font-size: 21px;
    color: #043f7e;
    font-weight: 400;
}

h1 {
    font-size: 36px;
    font-weight: 300;
}

.element-header {
	clear: both;
}

.frame-type-text {
	padding-bottom: 2rem;
}

.white-text {
    color: #ffffff;
}

blockquote {
	margin: 0em 40px;
 	border-left: 0px;
 	padding: 0rem;
}

blockquote p {
    font-size: 36px;
    color: #9ba4af;
    text-align: center;
    font-weight: 200;
    line-height: 40px;
}

.lead {
    font-size: 16px;
    font-weight: bold;
}

.well {
	background-color: #dd2b1c;
	margin-left: 30px;
}

.well p {
	color: white;
    font-weight: normal;
}

.well ul li {
	color: white !important;
}

/* gallery ferien appartments - popup title */
.pswp__caption__center {
    text-align: center;
    font-size: 18px;
    color: white;
}

@media (max-width: 575px) {
	h1 {
    	font-size: 32px;
	}   
}

/*******************/
/**     Links     **/
/*******************/

#page-content .maincontent-wrap a,
#page-content .subcontent-wrap a {
	color: #043f7e;
	text-decoration: none;
	border-bottom: 1px dotted #043f7e;
}

#page-content .maincontent-wrap a:hover,
#page-content .subcontent-wrap a:hover {
	color: #53b9d9;
	text-decoration: none;
	border-bottom: 1px solid #53b9d9;
}

#page-content .news-related {
	padding-left: 0px;
}

#page-content .news-related.news-related-links a,
#page-content a.product-back {
	border-bottom: none;
	padding: 0 0 0 30px;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    font-weight: lighter;
    font-size: 14px;
    width: auto;
}

#page-content .news-related.news-related-links {
	width: auto;
}

#page-content .news-related.news-related-links a i,
#page-content a.product-back i {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    font-size: 22px;
    line-height: 22px;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

#page-content .news-related.news-related-links a:hover i {
	color: #53b9d9;
}

#page-content a.product-back:hover span,
#page-content .news-related.news-related-links a:hover span,
#page-content .news-list-view a:hover span,
#page-content .news-list-view .teaser-text a:hover {
	border-bottom: 1px solid #53b9d9;
}

#page-content .maincontent-wrap .aimeos.catalog-list a,
#page-content .maincontent-wrap .aimeos.catalog-list a:hover,
#page-content a.product-back:hover,
#page-content .news-related.news-related-links a,
#page-content .news-related.news-related-links a:hover,
#page-content .news-list-view a,
#page-content .news-list-view .teaser-text.exhibitions,
#page-content .maincontent-wrap a.accordion-title-link,
#page-content .maincontent-wrap a.accordion-title-link:hover {
	border-bottom: none;
	text-decoration: none;
}

#page-content .personnel p.contact a,
#page-content .personnel p.contact a:hover {
	color: white;
	border-bottom: none;
}

a:not([href]) {
	width: 0px;
}

#page-content .maincontent-wrap .well a,
#page-content .maincontent-wrap .well a:hover {
	color: white;
	border-bottom: 1px dotted white;
}

#page-content .maincontent-wrap .well a:hover {
	border-bottom: 1px solid white;
}

/*******************/
/**     Lists     **/
/*******************/

ol, 
ul {
	padding-inline-start: 0px;
	margin-block-start: 0em;
    margin-block-end: 0em;
}

.news-text-wrap ol, 
.news-text-wrap ul {
	padding-left: 40px;
	padding-bottom: 20px;
}

#header ul li {
	list-style: none;
}

.frame-type-text ol,
.frame-type-text ul {

	padding-left: 20px;
	margin-bottom: 20px;
}

.frame-type-text ul li,
.frame-type-textpic ul li {
    list-style-type: disc;
    margin-bottom: 10px;
    line-height: 22px;
    color: #494949;
    margin-left: 20px;
}

.frame-type-text ol li,
.frame-type-textpic ol li {
    margin-bottom: 20px;
    line-height: 22px;
    color: #494949;
    margin-left: 20px;
}

/* product lists aimeos */
.list-items {
	width: 50%;
	float: right;
}

.list-items:first-child {
	float: left;
}

 
/********************/
/*     Tabellen     */
/********************/

.table table {
    width: 100%;
    margin-bottom: 20px;
}

.table table th {
    background-color: #7990aa;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    padding: 20px;
}

.table table th:first-child {
    text-align: left;
}

.table table tbody tr td {
    color: #5c5c5c;
    font-size: 12px;
    font-weight: normal;
    padding: 8px 20px 8px 20px;
    text-align: center;
}

.table table tbody tr td:first-child {
    width: 35%;
    text-align: left;
}

.table table tbody tr:nth-child(2n+1) {
    background: #f8f8f8;
}

.table.twocol tr th:last-child, .table.twocol tr td:last-child {
    text-align: right;
}

table.contenttable td {
	padding: 10px;
	vertical-align: top;
	width: 50%;
}

/* Tabellen horizontal scrollbar bei mobile */
.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

.table-responsive .table tbody tr td {
     border-top: none;
}

@media only screen and (max-width: 321px) {
	
    .table-striped thead {
        display: none;
    }

    .table-striped tbody tr {
        border-bottom: 1px dotted rgba(217, 217, 217, 0.85);
    }

    .table-striped tbody tr td {
        float: left;
        background-color: #ffffff !important;
    }

    .table-striped tbody tr td:first-child {
        background-color: #f8f8f8 !important;
    }

    .table-striped tbody tr td a {
        color: rgba(4, 63, 126, 0.85);
    }

    .table-striped .icon-arrow-down-circle {
        display: block;
        color: rgba(4, 63, 126, 0.85);
        float: left;
        margin-right: 5px;
    }
}

/*******************/
/**     Icons     **/
/*******************/

.lnr {
	color: white;
	margin-left: 10px;
	font-size: 35px;
	vertical-align: middle;
}

i {
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, 
[class*=" icon-"]:before,
.well:before {
    font-family: 'icomoon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.icon-arrow-right-circle {
    width: 29px;
    height: 29px;
    font-size: 29px;
    /*line-height: 29px;*/
    color: #ffffff;
    float: right;
    margin-bottom: 10px;
}

.icon-arrow-right-circle:before {
    content: "\e001";
}

.icon-arrow-right:before {
    content: "\e002";
}

.icon-arrow-left-circle:before {
    content: "\e010";
}

.icon-arrow-left:before {
    content: "\e011";
}

.icon-search:before {
    content: "\e004";
}

.icon-icon-chemicals:before {
    content: "\e006";
    color: #0277ad;
}

.icon-icon-crop-protection:before {
    content: "\e007";
    color: #6ec572;
}

.icon-icon-fertilizer:before {
    content: "\e008";
    color: #d1d93d;
}

.icon-icon-nutrition:before {
    content: "\e009";
	color: #fd7d00;
}

.icon-icon-pharma:before {
    content: "\e00a";
    color: #009aa6;
}

.icon-icon-personal:before {
    content: "\e024";
    color: #dd2b1c;
}

.icon-icon-finanzen:before {
    content: "\e025";
    color: #dd2b1c;
}

.icon-icon-funktionen:before {
    content: "\e026";
}

.icon-icon-international:before {
    content: "\e027";
}

.icon-icon-news:before {
    content: "\e028";
    color: #dd2b1c;
}

.well:before {
	content: "\e01b";
	position: absolute;
	color: #dd2b1c;
	font-size: 30px;
	margin-top: 20px;
	margin-left: -60px;
}

.icon-circle:before {
    content: "\e01d";
}

.news-list-view h3 .icon-icon-news:before,
.news-list-view h3 .icon-icon-nutrition:before,
.news-list-view h3 .icon-icon-crop-protection:before,
.news-list-view h3 .icon-icon-pharma:before,
.news-list-view h3 .icon-icon-personal:before,
.news-list-view h3 .icon-icon-finanzen:before,
.news-list-view h3 .icon-icon-chemicals:before,
.news-list-view h3 .icon-icon-fertilizer:before {
    position: relative;
}

.news-list-view h3 .icon-icon-news:before {
    top: 4px;
    left: 4px;
}

.news-list-view h3 .icon-icon-news:before, 
.news-list-view h3 .icon-icon-nutrition:before, 
.news-list-view h3 .icon-icon-fertilizer:before {
    margin-right: 5px;
}

.news-list-view h3 .icon-icon-crop-protection:before, 
.news-list-view h3 .icon-icon-chemicals:before {
    margin-right: 7px;
}

.news-list-view h3 .icon-icon-nutrition:before, 
.news-list-view h3 .icon-icon-finanzen:before {
    top: 2px;
}

.news-list-view h3 .icon-icon-pharma:before {
    top: 2px;
    margin-right: 7px;
}

.news-list-view h3 .icon-icon-personal:before {
    top: 4px;
    margin-right: -18px;
}

.news .article .icon-arrow-right-circle {
	color: #043f7e;
}

.news-list-view .news-related .icon-arrow-right-circle {
	float: none;
	padding-right: 10px;
	vertical-align: middle;
}

.texticon-type-circle .texticon-inner-icon {
    line-height: 1.5em;
    height: 1.5em;
    width: 1.5em;
}
    





