@charset "UTF-8";
/* CSS Document */



#claim {
	position: absolute;
	width: 260px;
	height: 25px;
	right: 30px;
	bottom: 10px;	
	background-image:url(../images/liquid_solutions.png);
	background-size: 100%;
	background-repeat:no-repeat;
	background-position: right top;
	text-indent: -1000px;
	overflow:hidden;
}
#claim a {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	overflow:hidden;
	text-indent:-1000px;
	right: 236px;
	top: 0px;
	z-index: 10001;
	
}
#header.schema .schema_bg img {
	right: -160px;
}


#topimage h1 {
    font-size: 1em;
    height: 25px;
    left: 0;
    margin: 0;
    padding: 0.6em 3em 0.2em 1em;
    position: absolute;
    top: 0;
}

.article {
	padding: 20px;
}

.main_col, .right_col {
	padding-top: 0em;
	padding-bottom: 0em;
}
.main_col {
	width: auto;
	float: none;
	margin-left: 0;
}
.main_col_full {
	width: auto;
	float: none;
}
.right_col {
	width: auto;
	float: none;
}
.article .topimage {
    width: 100%;
}
.right_col .image_container {
	
	width: auto;
}
.right_col .image_container img {
    width: 100%;
}



/* Image Container */
.imageContainer {
	width: 100%;
	height: auto;
	text-align:left;
	padding:0;
	display:block;
}
.imageContainerThumbs {
	
}
.imageContainerLayout {
	
}
.imageContainerFloatLeft,
.imageContainerFloatRight {
	max-width: none;
}
.imageContainerFloatLeft {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.imageContainerFloatRight {
	float: none;
	margin-left: 0;
	margin-bottom: 20px;
}
.imageContainerBlock {
	display: block;
	clear:both;
	width: auto;
	margin: 2em 0 2em 0;
	padding: 0;
}
.accordionModule .imageContainerBlock {
	width: auto;
	overflow:hidden;	
}
.imageContainer .imageText {
	font-size: 0.86em;
	margin: 0em;
	padding: 0.5em 0 0 0;
	text-align:left;
	
}
.imageContainer img {
	width: 100%;
}

.column_extra .image_container img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	float: none;
}

/* Modules */
.module_group_col3_row2 {
	width: auto;	
}
.module_group_col1 {
	width: auto;
}

.module_col1,
.module_col2,
.module_col3 {
	width: 99%;
}

.module_row1 {
	height: 240px;	
}
.module_row2 {
	height: 486px;	
}


.history .element img {
	display: block;
	width: 100%;
	margin: 0 0 1em 0;
	float: none;
}
.history .year {
	display:block;
	width: 36px;
	font-size: 0.86em;
	
}
.history .even .content,
.history .odd .content {
	margin-left: 68px;
	
}



.locations .location img {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	float: none;
	max-width: none;
	width: 100%;
}



.form_block {
	overflow: scroll;
}
.form_block table.data {
	min-width: 340px;
}

.entry_detail .detail_image {
    float: none;
    margin: 0 0 2em 0;
	width: 100%;
}



.news_internal .overview_container .entry h3 {
	float: none;
}



.columns2 {
    position: relative;
    margin: 0 0 1em 0;

}
.columns2::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0.1px;
}
.columns2 .column {
    float: none;
    width: auto;
    margin: 0 0 1em 0;
}




.scrollmenu .scrollmenu_inner {
	height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.scrollnav {
	padding-top: 60px;	
}
.scrollnav .scrollnav_top,
.scrollnav .scrollnav_bottom {
	display: none;
}
@media screen and (max-height: 400px) {
	.scrollmenu .scrollmenu_inner {
		height: 200px;
	}
}