/* === ATLAS BIOLABS THEME FOR TYPO3 === */
/* Version: 2020_1.0 */
/* URI: http://www.atlas-biolabs.com */

/* === IMPORT GOOGLE WEBFONTS === */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(/fileadmin/fonts/Roboto_300.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/fileadmin/fonts/Roboto_400.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(/fileadmin/fonts/Roboto_700.ttf) format('truetype');
}

/* === BROWSER RESET === */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
:focus { outline: 0; }
strong { font-weight: 400; }
body { line-height: 1; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: 0; }
.clear, .clr  { clear: both; }


/* === GENERIC SETTINGS === */


* { margin: 0; padding: 0; }
html, body { width: 100%; min-height: 100%; }
a, a:visited { color: #76b000; text-decoration: none; }
a:hover { color: #4e606f; text-decoration: none; }

body {
    width: 100%;
    height: 100%;
    background: #fff;
    }

communicate::before {
	content: url(/fileadmin/images/atlas/as.png);
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	width: auto;
	}

hr {
    background: none repeat scroll 0 center #ccc;
    border: 0 none;
/*    height: 1px; KRH 11 10 2019 no ruler */
    }


/* === FONT DEFINITIONS === */


body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300; /* KRH 30 09 2019 */
    font-size: 1.15em; /* 18px; */
    color: #444444; /* #6e6e6e; */
    line-height:1.8; /* KRH 30 09 2019 Original 1.6 */
    }

h1, h2, h3, h4, h5, h6 {
    /*font-family:  'Open Sans', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 600;
    }

h1, h2 {
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 5px; /* KRH 01 10 2019 20px */
    }


.layout-2.clear h2 {
    text-align: right;
    }

h3 {
    font-size: 24px;
    margin-bottom: 10px; /* KRH 08 10 2019 : 20px*/
    font-weight: 400;
   /* margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(0,0,0,0.2);*/
    }

h4 {
    font-size: 20px;
    font-weight: 300; /* KRH 30 09 2019 */
    margin-bottom: 8px;
    }
h6 {
    font-size: 1.4em; /* KRH 30 09 2019 Orig 1.1 */
    font-weight: 300; /* KRH 30 09 2019 */
    padding-top: 6px; /* KRH 30 09 2019 8px */
    margin-bottom: 0px; /* KRH 30 09 2019 8px */
/* line-height: 1.8; */
    }

.column.layout-2.clear h6 {
	text-align: right;
        margin-top: -8px; /* changes with line-height, see above 14 feb 2020 */
/*        margin-bottom: 8px;*/
        line-height: 1.4; 
   }

p {
    /* font-size: 1.5em; * 1em KRH 01 10 2019 */
    padding-bottom: 13px; /* KRH 01 10 2019 : 30px; bzw 24px */
    -ms-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    }

ol, ul {
   /*  font-size: 1.1em; * 1em KRH 01 10 2019 */
    /* padding-bottom: 30px; KRH 14 feb 2020 */
    }

/*
 * strong {
    font-weight: 400; * KRH 30 09 2019 *
}
*/

/* === PAGE STRUCTURE === */


#outerWrapper {
    width: 100%;
	height: auto;
	overflow: hidden;
    }

.innerWrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1320px;
    box-sizing: border-box;
    padding: 0 40px;
    /* position: relative; */
    }

.innerWrapper .column ul { /* see also .footer .column !!! */
	margin-left: 0;
	margin-bottom: 0px;
        padding-bottom: 13px; /* KRH 11 10 2019: 30px; as <p> */
        margin-top: -13px; /* KRH 11 10 2019 / 14 feb 2020: compensate 13px fom <p> */
        list-style-type: square;
	}
  
.innerWrapper .column ul li {
	margin-left: 20px;
	margin-bottom: 0px; /* KRH 05 07 2019: margin-top: 20px; */
}
  
.innerWrapper .column li.pubatlas {
/*   list-style-image: url(favicon/favicon.ico);*/
  color: #76b000; 
}

.innerWrapper .column ul.publication  {
        margin-top: 0px; /* KRH 21 03 2020 */
}



/* === HEADER === */


#header {
    float: left;
    position: fixed;
    width: 100%;
    height: 150px;
    background: #fff;
    z-index: 9000;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2); 
    }

#header #search {
    float: right;
    margin-left: 40px;
    margin-top: 35px;
    margin-right: 20px;
    height: 45px;
    width: auto;
    }

#header .searchToggle {
	display: none;
	position: absolute;
	top: 27px;
	right: 86px;
	width: 25px;
	height:25px;
	}

#header #logo {
    float: left;
    margin: 35px 40px 0 20px;
    height: 45px;
    width: auto;
    }

#logo img {
    height: 100%;
    width: auto;
	}


#header .searchToggle img {
	width: 100%;
	height: 100%;
	}


/* --- NAVIGATION --- */


#header .navigation {
    clear: left;
    float:left;
    margin: 26px 40px 0 20px;
    height: 44px;
    width: auto;
    /*font-family:  'Open Sans', sans-serif;*/
    font-family: 'Roboto', sans-serif;
}

#header ul.menu,
#header ul.nav_mobile {
    list-style-type: none;
    font-size: 1em;
    }

#header ul.menu li {
    display: inline-block;
	position: relative;
	margin-right: 10px;
    }

#header ul.menu > li a {
    display: block;
    color: #444444; /* #6e6e6e; */
	font-size: 1em;
    line-height: 30px;
    padding: 0 10px;
	letter-spacing: 1px;
    }

#header ul.menu > li a:hover,
#header ul.menu > li a:focus {
    color: #76b000;
    }
#header ul.menu > li a.active {
    color: #444444; /* #6e6e6e; */
    }

#header ul.menu > li.active {
	padding: 0 0 17px 0;
	}

ul.menu > li.active:after {
    background: none repeat scroll 0 0 #76b101;
    content: "";
    display: list-item;
    height: 16px;
    margin: 6px auto;
    position: relative;
    width: 16px;
	}

ul.menu > li:hover.active:after{
    display: none;
	}

#header .sub:hover ul{
	display: block;
    }

#header .sub ul{
        font-size: 1em; /* KRH 11 10 2019 */
	display: none;
	z-index: 2;
	list-style: none outside none;
    }

#header .sub:hover{
	padding-bottom:20px;
    }

#header ul.sub-menu{
    position: absolute;
	background: #eeeeee;
	margin-top: 13px;
	padding-bottom: 0;
    }

#header ul.sub-menu:before {
    background: none repeat scroll 0 0 #eee;
    content: "";
    height: 15px;
    left: 25px;
    position: absolute;
    top: -8px;
    transform: rotate(45deg);
    width: 15px;
	}

#header ul.sub-menu li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

#header ul.sub-menu li:last-child{
    border-bottom: 0px;
    }

#header ul.sub-menu li a {
    display: block;
    color: #131313;
    font-size: 1em;
	min-width: 250px;
    padding: 10px 30px;
    }

#header ul.sub-menu li a:hover,
#header ul.sub-menu li a:focus,
#header ul.sub-menu li a.active {
    color: #76b000;
    }


/* — MOBILE MENU — */


#header .navToggle {
	display: none;
	position: absolute;
	top: 29px;
	right: 30px;
	width: 30px;
	height: 25px;
	}

#header .navToggle .bar {
	position: absolute;
	width: 30px;
	height: 2px;
	background: #000;
	}

#header .navToggle:hover .bar {
	background: #76b000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	}

#header .navToggle .bar.one {
	top: 0;
	}

#header .navToggle .bar.two {
	top: 10px;
	}

#header .navToggle .bar.three {
	top: 20px;
	}

#header .navToggle.active .bar {
	background-color: #000;
	}

#header .navToggle.active .bar.one {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 8px;
	}

#header .navToggle.active .bar.two {
	opacity: 0;
	filter: alpha(opacity=0);
	}

#header .navToggle.active .bar.three {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
	}


/* --- SEARCH BOX--- */


.kesearch_searchbox {
    display:none;
    }

#header #search:hover{
    border: 1px solid #76b000; /* 02 10 2019 KRH 2px */
    }

#header #search{
    background: #ffffff; /* #eeeeee; */
    border: 1px solid #eeeeee; /* 02 10 2019 KRH 2px */
/*    border: 0 none;*/
    padding: 0;
    }

#ke_search_searchfield_submit {
    background: url("../images/icons/lupe.png") no-repeat scroll 10px center;
    border: 0 none;
    font-size: 0.9em;
    text-indent: -999em;
    line-height: 45px;
    padding: 0 0 0 45px;
	margin:0px;
	cursor:pointer;
	float: right;
	background-size: 45% auto;
    }

#ke_search_searchfield_sword{
    background: none;
    border: 0 none;
    font-size: 0.9em;
    height: 45px;
    padding: 0 0 0 10px;
    }


/* === HEAD IMAGES ( GENERIC ) === */


#headImage {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 150px;
    overflow: hidden;
    }

#headImage .innerWrapper {
	margin-top: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	}

#headImage div {
	position: relative;
	}

#headImage .innerWrapper .column {
	width: 100%;
	height: 100%;
	padding: 0 !important;
	}
	

/* === SLIDER === */

.start #headImage { 
	height: 40vh; 
	/* min-height: 300px; */
	/* min-height: 350px; */
	min-height: 400px;
    }
	
.start #headImage .innerWrapper .column.layout-0 .frame, 
.start #headImage .innerWrapper .column.layout-0 .frame .tx-ws-flexslider {
	height: 100%;
        /*min-height: 400px,*/
	}

.start #headImage .column img {
	position: absolute;
	height: 100%;
	width: 100%;
/*        min-height: 649px;*/

	min-width: 1600px;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	top: 0;
	left: 0;
        float: right;
	z-index: -1;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


.flexslider {
	margin: 0;
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	height: 100%;
	}

.flexslider .flex-viewport {
	height: 100%;
	}

.flexslider ul.slides {
	height: 100%;
	}

.flexslider ul.slides li {
	margin: 0 !important;
	height: 100%;
	}
	
.flexslider .slidercontent {
	position: relative !important;
	height: 100%;
	}

.flex-direction-nav a {
	height: 50px;
       top: 45%;
	}

.flex-direction-nav a:before {
	font-family: inherit;
	font-size: 40px;
	content: '<';
	color: #fff;
	}

.flex-direction-nav a.flex-next:before {
	content: '>';
	}

.tx-ws-flexslider .caption-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	}
	
.tx-ws-flexslider .caption-wrapper .caption-text {
	width: 100%;
	max-width: 1320px;
	background: transparent;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 36% 0 50px;
	overflow: hidden;
	}

.tx-ws-flexslider .caption-text p.caption-title {
    font-size: 2em;
    line-height: 1.6;
/*	font-weight: 700;
	padding: 0 0 20px;*/
    /* KRH 08 10 2019 */
    font-weight: 300;
    }

.tx-ws-flexslider .caption-text .caption-body {
	padding: 0 0 20px;
    }

.tx-ws-flexslider h1 {
   line-height: 1.4; /* KRH 21 02 2020: FOr Flexslider */
    }

.tx-ws-flexslider .caption-text .caption-body a.button {
	padding: .5em 1em;
	border-radius: 3px;
	border: 1px solid #76b000; /* 02 10 2019 KRH 2px */
	background: #76b000;
	color: #fff;
	text-shadow: none;
	}

.tx-ws-flexslider .caption-text .caption-body a.button:hover {
	border: 1px solid #76b000; /* 02 10 2019 KRH 2px */
	background: #fff;
	color: #6e6e6e;
	cursor: pointer;
 	}

.flex-nav-next,
.flex-nav-prev {
  /* display: none; */
  list-style-type: none;
}


/* === HEAD IMAGES ( SUB PAGES ) === */

.ce-bodytext h1{
display: none;
}
.subsite #headImage  {
	width: 100%;
    }

.subsite #headImage .innerWrapper .frame,
.subsite #headImage .innerWrapper .ce-textpic,
.subsite #headImage .innerWrapper .ce-gallery,
.subsite #headImage .innerWrapper .ce-row,
.subsite #headImage .innerWrapper .ce-column {
	/* height: 100%; */
	}
/*
.subsite .image {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	}
	
.subsite .image img {
	width: 100%;
	height: auto;
	min-width: 1680px;
	min-height: 532px;
	max-width: none;
	max-height: none;
	}
*/

/* === PAGE STRUCTURE - GENERIC === */


#contentWrapper {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#contentWrapper .innerWrapper {
  margin-top: 30px;
  padding-bottom: 80px;
  height: auto;
  overflow: hidden;
}

#contentWrapper .innerWrapper > .column.layout-2 {
    margin-bottom: 0;
    position: relative;
	}

#contentWrapper .innerWrapper > .column.layout-2 img{
    margin-bottom: 20px;
	}
#contentWrapper .innerWrapper > .column.layout-2 .linkedin {
    min-height: 0px;
    min-width: 0px;
    height: 26px;
}


/* --- PAGE STRUCTURE - HOME + OVERVIEW --- */


.start #contentWrapper .layout-2 {
    margin-bottom: 0;
    position: relative;
	}

.start #contentWrapper .layout-1 + .layout-2{
    margin-bottom: 0px;
	min-height: 0px;
	}

.start #contentWrapper .layout-2 + .layout-1{
    margin-bottom: 0px;
	min-height: 0px;
	}

#contentWrapper .overviewHeader  {
	font-size: 22px;
	font-weight: 700;
	margin-top: -2px;
	}


/* --- PAGE STRUCTURE - WITH SIDEBAR --- */


.subsite #content {
	width: 66.6666%;
	float:left;
	}
/*
.subsite p  {
    padding-bottom: 13px;  KRH 01 10 2019 25px  
    }

.subsite p:last-child {
    padding-bottom: 0px;
    }
*/
.subsite .right img {
    float: left;
    margin: 0 10px 5px 0;
	}

.subsite #sidebar {
    float: right;
    width: 33.3333%;
    }

.subsite #sidebar ul.entry {
    margin: 0 40px;
	padding-bottom:20px;
	clear: both;
	}

.subsite #sidebar .entry  li{
    margin-top: 5px;
    width:100%;
    }

.subsite #sidebar .entry.red {
    background: #cd4923;
    color: #fff;
    }

.subsite #sidebar .entry.red h3,
.subsite #sidebar .entry.red h3 a {
    color: #fff;
    }

.subsite #sidebar .entry h3 {
    margin: 30px 30px 15px;
    }

.subsite #sidebar .entry img,
.subsite #sidebar .entry p {
    margin: 0 30px 15px;
    }

.subsite #sidebar ul {
    list-style-type: none;
    }

.subsite #sidebar ul li a {
    display: block;
    padding: 6px 15px;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #595959;
    font-size: 14px;
    }

.subsite #sidebar ul li a:hover {
    border: 2px solid rgba(0,0,0,0.1);
    color: #000;
    }

.subsite #sidebar ul li a.active {
    border: 2px solid #76b000;
    color: #000;
    }


/* --- PAGE STRUCTURE - SEARCH RESULTS --- */


#kesearch_num_results {
/*font-weight: bold;*/
}

.result-number {
  display: none;
}

.result-list-item {
  margin: 25px 0;
}

.pages_total {
 text-align:center;
}

.pages_total .result_txt {
 margin-bottom:1.4rem;
}

.pages_total .kesearch_pagebrowser ul {
 margin-left:0;
 margin-bottom:1rem;
}

.pages_total .kesearch_pagebrowser ul::before,
.pages_total .kesearch_pagebrowser ul::after {
 content:' ';
 display:table;
}

.pages_total .kesearch_pagebrowser ul::after {
 clear:both;
}

.pages_total .kesearch_pagebrowser ul li {
 margin-right:0.0625rem;
 border-radius:3px;
 display:inline-block;
}
.kesearch_pagebrowser ul li a {
 border: 1px solid #76b000;
}

.pages_total .kesearch_pagebrowser ul li:last-child,
.pages_total .kesearch_pagebrowser ul li:first-child {
 display:inline-block;
}

.pages_total .kesearch_pagebrowser ul a,
.pages_total .kesearch_pagebrowser ul button {
 padding:0.3125rem 0.625rem;
 border-radius:3px;
}
.pages_total .kesearch_pagebrowser ul a:hover,
.pages_total .kesearch_pagebrowser ul button:hover {
 background:#76b000;
 color: #ffffff;
}
.pages_total .kesearch_pagebrowser ul li a.current {
 background:#76b000;
 color:#ffffff;
}
.pages_total .kesearch_pagebrowser ul li a.prev {
 text-transform:capitalize;
}
.pages_total .kesearch_pagebrowser ul li a.prev:before {
 content:"« ";
 display:inline;
 margin:0;
}
.pages_total .kesearch_pagebrowser ul li a.next {
 text-transform:capitalize;
}
.pages_total .kesearch_pagebrowser ul li a.next:after {
 content:" »";
 display:inline;
 margin:0;
}

/* --- COLUMNS --- */
/* KRH 08 10 2019 See also HR tag */
.frame-type-div{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-bottom: 0px;
}

.column { /* the basis for all columns */
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
/*    padding-bottom: 40px; KRH 08 10 2019 */
	position: relative;
    }

.column.clear {
   /* clear: left; *//* Seems to be unneccessary KRH 13 feb 2020 */
    }

/* The next style definition is for "Appearance" Layout 100% clear [4]  KRH 13 feb 2020 */
/* It avoids spoiling the page by having nested layputs! */
.column.layout-0.clear { /* column with 100% width */
    padding-left: 0px; /* 11 10 2019 KRH: 20px */
    padding-right: 0px; /* 11 10 2019 KRH: 20px */
    }

.column.layout-0 { /* column with 100% width */
    width: 99.9999%;
    padding-left: 20px; /* 11 10 2019 KRH: 20px */
    padding-right: 20px; /* 11 10 2019 KRH: 20px */
    }
/*
.column.layout-0 .layout-2 {
	padding-left: 0;
	}
*/
.column.layout-1 { /* column with 66% width */
    width: 66.6666%;
    }

.column.layout-2 { /* column with 33% width */
    width: 33.3333%;
    }

.frame-layout-7 {
	float: left;
	height: auto;
	overflow: hidden;
	width: 50%;
	padding-left: 20px;
	box-sizing: border-box;
	}

.column img {
	width: auto;
	height: auto;
	min-width: 100%;
	max-width: 100%;
	}

.column ul li img {
	width: auto;
	height: auto;
	min-width: 0;
	max-width: 100%;
	float: left;
	}

/*
  .column p:last-of-type { 
	padding-bottom: 0; 
	}
*/
.column .ce-textpic.ce-right.ce-intext img {
	width: auto;
	height: auto;
	min-width: 0;
	max-width: 20%;
	float: right;
	margin-left: 20px;
	}

.column .ce-textpic.ce-right.ce-intext.ce-nowrap img {
	width: auto;
	height: auto;
	min-width: 0;
	max-width: 20%;
	float: right;
	margin-left: 20px;
	}

.column .ce-textpic.ce-left.ce-intext img {
	width: auto;
	height: auto;
	min-width: 0;
	max-width: 33%;
	float: left;
	}

.contentWrapper .column .ce-textpic.ce-right.ce-intext img {
	width: auto;
	height: auto;
	min-width: 0;
	max-width: 33%;
	float: right;
	}

.contentWrapper .column .ce-textpic.ce-left.ce-intext.ce-nowrap img {
	width: auto;
	height: auto;
	min-width: 0;
	max-width: 15%;
	float: left;
	margin-right: 20px;
	}


/* --- CE-DOWNLOADS --- */


.innerWrapper ul.ce-uploads {
	list-style-type: none;
	}
	
.innerWrapper ul.ce-uploads li {
	margin-left: 0;
        padding-top: 13px;
	}

.innerWrapper ul.ce-uploads li img {
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	}
	
.innerWrapper ul.ce-uploads li div {
	float: left;
	}

.innerWrapper ul.ce-uploads li a {
	font-weight: 300;
	}
.innerWrapper ul.ce-uploads .ce-uploads-filesize {
	float: left;
	clear: left;
	display: block;
	width: 100%;
	}


/* --- BUTTONS --- */


#contentWrapper a.button {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #76b000; /* KRH 01 10 2019 2px */
    padding: .5em 2em;
    margin-top: .33em; /* KRH 01 10 2019 .2em */
    margin-bottom: 1.2em;
    background: transparent;
    color: #444444; /*#131313;*/
	text-align: center;
    width: auto;
	font-size: 1em;
    }

#contentWrapper a.button.small {
    padding: .5em 2em;
/* KRH 01 10 20119 	padding: .3em 1em; */
	margin-top: .7em; /* KRH 01 10 2019 .2em */
	margin-bottom: 1.5em;
	}

#contentWrapper a.button:hover,
#contentWrapper a.button:focus {
    border: 1px solid #76b000; /* 02 10 2019 KRH 2px */
    background: #76b000;
    color: #fff;
    }

#contentWrapper a.contactButton {
    float: left;
    background-color: #76b000;
    box-sizing: border-box;
    width: 100%;
    padding: 13px 10px;
    font-size: 1em;
    color: #fff;
    font-weight: 300;
    margin-bottom: 5px;
    border-radius: 3px;
    }

#contentWrapper a.contactButton:hover,
#contentWrapper a.contactButton:focus {
    background-color: #4e606f;
	}

.hide-on-subpages { 
	display: none !important; 
	}
	
body#page2 .hide-on-subpages,
body#page3 .hide-on-subpages,
body#page4 .hide-on-subpages,
body#page7 .hide-on-subpages,
body#page24 .hide-on-subpages { 
	display: inline-block !important; 
	}


/* --- IMAGES --- */


.start .column .csc-textpic-single-image img{
	margin-bottom: 38px;
    }

.subsite .csc-textpic-single-image img{
	max-width:100%;
	float:left;
	padding-right:20px;
	padding-top: 5px;
	margin-bottom: 15px;
	}


/* === FOOTER === */


#footer,
#footer .innerWrapper, 
#footer .innerWrapper nav,
#footer .pageCloser {
	height: auto;
	overflow: hidden;
	}

#footer {
    float: left;
    width: 100%;
	background-color: #f2f2f2;
/*   color: #444444; /* #6e6e6e; KRH 22 10 2019 */
    padding-top: 20px; /* KRH 11 10 2019: 80px */
    }

#footer .column {
/*	padding-bottom: 0;*/
    padding-bottom: 20px; /* KRH 11 10 2019: 80px */
	}

#footer h3 {
	font-size: .9em;
	}

#footer ul {
    list-style-type: none;
    margin-top: 0px; /* KRH 11 10 2019: see also .column */
}

#footer ul li {
	margin-left: -15px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: .9em;
    }

#footer ul li a {
    display: block;
    padding: 6px 15px;
    border: 2px solid #f2f2f2;
    border-radius: 3px;
    color: #444444; /*#595959;   KRH 22 10 2019 */
    font-size: .9em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
    }

#footer ul li a:hover {
    color: #000;
	background-color: rgba(255,255,255,0.5);
	border-radius: 3px;
    }

#footer ul li a.active {
    border: 2px solid #76b000;
    color: #000;
    }

#footer .pageCloser {
    clear: left;
    float: left;
    width: 100%;
    background: #76b000;
    text-align: center;
	padding: 30px 0;
    }

#footer .pageCloser a {
    opacity: 0.8;
    }

#footer .pageCloser a:hover {
    opacity: 1.0;
    }

#footer .pageCloser img{
    height: 30px;
	width: auto;
    }

#copyright {
	position:absolute;
	bottom:0px;
	}


/* --- CONTACT FORM --- */


form .actions { 
	float: left; 
	}

.form-group { 
	float: left; 
	width: 100%; 
	height: auto; 
	margin-bottom: 5px; 
	}

.form-group label { 
	float: left; 
	width: 30%; 
	padding-right: 20px; 
	box-sizing: border-box; 
	font-family: inherit;
	font-weight: inherit;
/*	font-size: 1em; KRH 01 10 2019 */
	}

.form-group .input { 
	font-family: inherit;
	font-weight: inherit;
	float: left; 
	width: 70%; 
	} 

.form-group .input select:hover,
.form-group .input input:hover,
.form-group .input textarea:hover { 
  border: 1px solid #76b000;
}
.form-group .input select,
.form-group .input input,
.form-group .input textarea { 
	font-family: inherit;
	font-weight: inherit;
	width: 100%; 
	box-sizing: border-box; 
	padding: .4em .5em; 
/*	font-size: 1em; H 01 10 2019 */
	font-size: 0.9em;
	border: 1px solid rgba(0,0,0,0.2); 
	border-radius: 3px; 
	}

.form-group .input:hover textarea { 
	border: 1px solid #76b000;
	}

.form-group .input textarea { 
	height: 120px; 
	margin-bottom: -5px; /* KRH 14 feb 2020: textarea has somewhat 5px plus... */
	}

form button { 
	display: inline-block; 
	border-radius: 3px; 
	border: 1px solid #76b000; /* 02 10 2019 KRH */
	padding: .5em 2em; 
	margin-top: 1.2em; 
	background-color: transparent; 
	color: #444444; /* #131313; */
	text-align: center; 
	width: auto; 
	font-size: 1.1em;
/*	font-size: inherit; */
	font-family: inherit;
	font-weight: inherit;
        line-height: inherit;
	}

form button:hover { 
	background-color: #76b000; 
	color: #fff; 
	cursor: pointer; 
	}

/* --- CONTACT FLYOUT --- */


.contactFlyoutToggler { 
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -40px;
    width: 40px;
    height: 50px;
    background: #76b000;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    -webkit-box-shadow: 6px 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 6px 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 6px 0 20px rgba(0, 0, 0, 0.3);
    background: url(../images/icons/icon_contact_phone_white.png) center center no-repeat #76b000;
    background-size: 25px 25px; 
}

.contactFlyout { 
  display: none;
  position: fixed;
  z-index: 2100;
  top: 45%;
  left: 100%;
  box-sizing: border-box; 
  -webkit-box-shadow: 6px 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 6px 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 0 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.contactFlyout p { 
  padding-bottom: 5px;
}

.contactFlyout h3 { 
	color: #444444; /* KRH 01 10 2019 #4e606f; */
	font-weight: 400; 
	margin-bottom: 0; 
	font-size: 1.3em; 
	}

.contactFlyout a { 
	color: #303030; 
	}

.contactFlyout.open { 
	/* margin-right: 0; */
    -webkit-transform: translate(-100%, 0%);
    -moz-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%); }

.contactFlyout.open .contactFlyoutToggler {
      background-image: url(../images/icons/close.png);
      background-size: 15px 15px;
}

.contactFlyoutContent { 
    display: inline-block;
    position: relative;
    z-index: 2; 
}

.contactFlyoutCloser:hover { 
	cursor: pointer; 
	background-color: #444444; /* KRH 01 10 2019 #4e606f; */
	color: #fff; 
	}

.flyoutColumn, .contactFlyout h3 { 
	padding-top: 5px; 
	padding-bottom: 5px; 
	box-sizing: border-box; 
	}

.flyoutColumn { 
    padding: 7px 15px; 
    min-width: 230px;
    line-height: 1.6;
    border-top: 1px solid #fff; 
    background-color: #f2f2f2; 
    color: #444444; /* KRH 01 10 2019 #4e606f; */
    font-size: .9em; 
}

.flyoutColumn a, .flyoutColumn a:visited { 
	color: #76b000;
	}

.flyoutColumn a:hover { 
	color: #444444; /* #76b000; */
	}

.flyoutColumn.icon { 
	padding-left: 76px; 
	background-position: left 30px center; 
	background-repeat: no-repeat; 
	background-size: 30px 30px; 
	}

.flyoutColumn.icon.phone { 
	background-image: url(../images/icons/icon_contact_phone.png); 
	}

.flyoutColumn.icon.email { 
	background-image: url(../images/icons/icon_contact_email.png); 
	}

.flyoutColumn.icon.contact { 
	background-image: url(../images/icons/icon_contact_contact.png); 
	}


/* ==== RESPONSIVENESS ==== */


@media only screen and (min-width: 1680px) {
	.tx-ws-flexslider .caption-wrapper .caption-text {
		padding: 0 20% 0 50px;
		}
}

@media only screen and (max-width: 1679px) {
	
	body {
		font-size: 1.1em; /*16px;*/
		}
	
	.start #headImage .column img,
	.subsite .image img {
		/*min-width: 1680px;*/
/*		min-height: 532px;*/
		}
        .column .ce-textpic.ce-right.ce-intext.ce-nowrap img {
          max-width: 40%;
	}
		
} 


@media only screen and (max-width: 1280px) {
	
	body {
		font-size: 1.0em;/* 15px;*/
		}
	
	#header {
		height: 145px;
		}
	
	#header #logo {
		height: 38px;
		}
	
	#header #search {
		height: 38px;
		}
	
	#ke_search_searchfield_sword {
		height: 38px;
		}
	
	#ke_search_searchfield_submit {
		line-height: 38px;
		padding: 0 0 0 38px; 
		}
	
	#headImage {
		margin-top: 145px;
		}
	
	.start #headImage .column img,
	.subsite .image img {
	/*	min-width: 1280px; */
/*		min-height: 406px;*/
		}
		
/*	
	.contactFlyoutToggler {
		top: 75%;
		width: 75px;
		}
*/		
}

@media only screen and (max-width: 1024px) {
	
	.start #headImage .column img,
	.subsite .image img {
	/*	min-width: 1024px;
		min-height: 324px; */
		}
		
	#contentWrapper .innerWrapper {
		margin-top: 60px;
		padding-bottom: 60px;
		}

	.tx-ws-flexslider .caption-wrapper .caption-text {
		padding: 0 40% 0 7.5%;
		}
/*		
	.contactFlyoutToggler { 
		width: 100px; 
		top: auto; 
		bottom: 20px; 
		}
	
	.contactFlyoutToggler img { 
		width: 36px; 
		}
	
	.contactFlyout { 
		top: auto; 
		bottom: 20px; 
		}
	
	span.emaillink {
		background-size: 13px;
		}
	
	span.emaillink:before {
		margin-right: 10px;
		}
*/	
}

/* KRH 26apr2020: Changed from 820 to 860: The flag will wrap into the tease otherwise */
@media only screen and (max-width : 890px) {
	
	body {
		font-size: 0.9em; /* 14px; */
		}
	
	.innerWrapper { 
		padding: 0 20px; 
		}
	
	#header {
		height: 80px;
		}
	
	#header #logo {
		height: 30px;
		margin: 25px 25px 0 20px;
		}
	
	#secondary #claim { 
		display: none; 
		}
		
	#header .navToggle { 
		display: block; 
		}	
	
	#header .searchToggle { 
		display: block; 
		}

	#header #search { 
		height: 0; 
		position: absolute; 
		top: 80px; 
		margin: 0; 
		padding: 0; 
		width: 100%; 
		margin-left: -20px; 
		box-sizing: border-box; 
		overflow: hidden; 
		-webkit-transition: height .3s ease-in-out; 
		-ms-transition: height .3s ease-in-out; 
		-moz-transition: height .3s ease-in-out; 
		-o-transition: height .3s ease-in-out; 
		transition: height .3s ease-in-out; 
		}
		
	#header #search.active { 
		height: auto; 
		padding: 1em; 
		}
		
	#ke_search_searchfield_sword {
		width: 90%;
		}
	
	#header .navigation { 
		position: absolute; 
		height:0; 
		top: 80px; 
		left: 0; 
		width: 100%; 
		margin: 0; 
		padding: 0; 
		box-sizing: border-box; 
		background: #f2f2f2; 
		overflow: hidden; 
		-webkit-transition: height .3s ease-in-out; 
		-ms-transition: height .3s ease-in-out; 
		-moz-transition: height .3s ease-in-out; 
		-o-transition: height .3s ease-in-out; 
		transition: height .3s ease-in-out; 
		}
	
	#header .navigation.mobile-open { 
		height: 100vh;
		overflow: scroll;	
		padding: 1em; 
		box-sizing: border-box;
		}

	#header .navigation ul.menu li { 
		margin-right: 0; 
		display: block; 
		}

	#header .navigation ul.menu li.active { 
		padding: 0; 
		}
		
	#header .navigation ul.menu li.active a { 
		color: #76b000; 
		}

	#header .sub:hover{ 
		padding-bottom: 0; 
		}
		
	ul.menu li.active::after { 
		display: none; 
		}
		
	#header .navigation ul.menu li a { 
		display: block; 
		color: #131313; 
	/*	font-size: 1em; */
		line-height: 1em; 
		padding: 15px 30px; 
		font-weight: 400; 
		}
		
	#header .navigation ul.menu li a:hover { 
		color: #76b000; 
		}
		
	#header .navigation > ul.menu > li.sub > a:hover { 
		padding-bottom: 25px;
		}
		
	#header .navigation ul.menu li ul.sub-menu { 
		display: none; 
		}
		
	#header .navigation ul.menu li:hover ul.sub-menu { 
		display: block; 
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 0;
		margin-bottom: 20px;
		}
	
	#header .navigation ul.menu li ul.sub-menu:before {
		display: none;
		}
	
	#header .navigation ul.menu li ul.sub-menu li a { 
		display: block; 
		width: 100%;
		padding-left: 50px;
		box-sizing: border-box;
		}
	
	#headImage {
		margin-top: 80px;
		}
		
	.start #headImage .column img,
	.subsite .image img {
/*		min-width: 820px;
		min-height: 260px; */
		}
	
	#contentWrapper .innerWrapper {
		margin-top: 30px;
		padding-bottom: 30px;
		}
	
	#footer .pageCloser {
		padding: 20px 0;
		}

	#footer .pageCloser img {
		height: 20px;
		}	
/*		
	.contactFlyout { 
		top: auto; 
		bottom: 0px; 
		border-top-left-radius: 0; 
		border-bottom-left-radius: 0; 
		max-width: 100%; 
		}
		
	.contactFlyoutToggler { 
		width: 50px; 
		top: auto; 
		bottom: 20px; 
		font-size: 0; 
		}
		
		.contactFlyoutToggler img { 
		width: 36px; 
		}
*/	
}

@media only screen and (max-width : 680px) {
	
	.tx-ws-flexslider .caption-wrapper .caption-text {
			/*padding: 10px 10px 0 10px;*/
			padding: 10% 10% 10% 10%;
		}
	
	.start #headImage .column img,
	.subsite .image img {
/*		min-width: 680px;
		min-height: 215px; */ /* KRH 14feb2020 215 */
		}
		
	.tx-ws-flexslider .caption-text p.caption-title {
		font-size: 0.9; /*1.5em; */
		line-height: 1.4;
		padding: 0 0 15px;
		}
		
	.tx-ws-flexslider .caption-text .caption-body {
		padding: 0 0 15px;
		}
	
	#contentWrapper {
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		}
	
	#contentWrapper .column, 
	#footer .column {
		width: 100%;
		box-sizing: border-box;
		padding-left: 0;
		padding-right: 0;
		}
		
	#contentWrapper .column.layout-2.clear h6 {
		text-align: left;
	/*	margin-bottom: -30px; /* KRH 01 10 2019 -20px */
		}
	
	.frame-layout-7 {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-left: 0;
		padding-bottom: 40px;
		}
		
	.form-group label {
		width: 100%;
		padding-right: 0;
		}

	.form-group .input {
		width: 100%;
		}

	#footer .innerWrapper {
		padding-left: 40px;
		padding-right: 40px;
		}
	
}

@media only screen and (max-width : 480px) {
	
	.subsite .image {
/*		height: 200px; */
		}
	
	.start #headImage .column img,
	.subsite .image img {
		/* min-width: 480px;
		min-height: 152px; */
		}

}

@media only screen  and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

	.subsite #headImage,
	.subsite .image {
/*		height: 250px;*/
		}

}
/*
@media only screen and (max-device-width: 480px) and (orientation: landscape) {
	
	#header .navigation ul.menu li.active a,
	#header .navigation ul.menu li a,
	#header .navigation ul.menu li.sub a,
	#header .navigation ul.menu li a:focus,
	#header .navigation ul.menu li a:hover,
	#header .navigation ul.menu li ul.sub-menu li a {
		font-size: 14px !important;
		}
	
	.start #headImage {
		height: 35vh;
		min-height: 250px;
		}
	
	.subsite #headImage,
	.subsite .image {
		height: 150px;
		}
	
	.tx-ws-flexslider .caption-text .caption-body {
		font-size: .7em;
		}
	
	#contentWrapper p, #contentWrapper ul, #contentWrapper ol {
		font-size: .7em;
		}
	
	#contentWrapper .layout-0 .layout-1 h6,
	#contentWrapper .layout-0 .layout-2 h6 {
		font-size: 1.6em;
		}
		
	#contentWrapper .layout-0 .layout-1 p,
	#contentWrapper .layout-0 .layout-2 p {
		font-size: 1.2em;
		}
		
	#contentWrapper a.button {
		font-size: 1.5em;
		}
	
	#footer {
		font-size: .7em;
		}
	
}		
*/


@media all and (min-width: 891px) {
       .contactFlyout { 
                display: block; 
        }
}
