/**
* Theme Name:		i4c4 Theme
* Theme URI:		http://www.i4c4.com
* Description:		Initial simple theme for i4c4 GmbH 
* Author:			Norman Hendrik Riedel
* Author URI:		http://www.i4c4.com
* Version:			1.30
*/

/* Import file for banner animation */

@import url("animation.css") screen;

/* Standard font and padding in body */

body {
	width: 1200px; 
	font-family: Arial, Verdana, sans-serif; 
	padding: 50px;
	margin: auto;
	font-size: 100%;
}

/* Format page*/

#main_wrapper {
  width: 1200px;
  min-height: 800px;

  background: #fff;

  margin: 0 auto;
  padding: 0 0px;

  padding-top: 20px;

  border: none;

  overflow: hidden;
}

#the_header {
  width: 1200px;
  position: absolute;
}

#the_footer {
  height: 80px;
  clear: both;
}

/* Format horizontal lines */

hr {width: 100%;
	border: 0;	
	height: 1px;
	margin: 0;
	background:  #444444;	
	}

/* Format header */

header img {
    float: left;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

.bottom-header {
     margin-bottom: 60px;
}
/* Formatting for the language menu in the header */

#header_language a {
  color: #444444;
  display: block;
  padding: 0 5px;
  text-decoration: none;
  display: list-item;
}

/* MENU HEADER */
#header_language {
	float: right;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

#header_language ul {
	float: right;
	line-height: 16px;
	vertical-align: bottom;
	margin: 0 10px 0 0;    
}

#header_language li {
	letter-spacing: 1px;
	display: inline;
	vertical-align: bottom;
	margin: 0 0 0 20px;    
}

/* Setup for relative position of items in language menu */

#header_language > div > ul > li {
  position: relative;
  float: left;
  margin-left: 0;
  font-size: 14px;
  z-index: 10;
}

/* Current language greyed out */

#header_language ul.menu > li.current-lang > a {
  color: #9E9E9E;
}

/* Formatting for the main navigation menu in the header */

/* =Menu ----------------------------------------------------------------- */

/* Formatting the individual menu items of header menu */

#access a,
#header_access a:link {
  color: #444444;
  display: block;
  padding: 0 5px;
  text-decoration: none;
  display: list-item;
}

#header_access a:visited {
  color: #444444;
  display: block;
  padding: 0 5px;
  text-decoration: none;
  display: list-item;
}

#header_access a:hover {
  color: #444444;
  display: block;
  padding: 0 5px;
  text-decoration: underline;
  display: list-item;
}

#header_access a:active {
  color: #9E9E9E;
  display: block;
  padding: 0 5px;
  text-decoration: none;
  display: list-item;
}

/* MENU HEADER */
#header_access {
	clear: both;
	float: right;
	display: block;
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 10;
}

/* Link for current page is in main navigation menu greyed out */

#header_access ul.menu > li.current-menu-item > a,
#header_access ul.menu > li.current-menu-ancestor > a,
#header_access ul.menu > li.current_page_item > a,
#header_access ul.menu > li.current_page_ancestor > a {
  color: #9E9E9E;
}

#header_access ul {
	float: right;
	line-height: 20px;
	vertical-align: bottom;
	margin: 0 10px 0 0;    
}

#header_access li {
	font-size: 0.875em; /* 14px/16=0.875em */
	font-weight: 600;
	letter-spacing: 1px;
	display: inline;
	vertical-align: bottom;
	margin: 0 0 0 20px;    
}

/* Setup for relative position of main items in header main navigation menu */

#header_access > div > ul > li {
  position: relative;
  float: left;
  margin-left: 30px;
  font-size: 16px;
}

/* Sub-menu items of the main navigation menu in the header */

#header_access ul li ul.sub-menu {
	visibility: hidden;
	position: absolute;
	background-color: #FFFFFF;
	min-width: 220px;
	margin: 0;	
	left: 5px;
	display: block;
	box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
}

/* Display submenu on hover over parent item */

#header_access ul li:hover ul.sub-menu {
	visibility: visible;
}

#header_access ul li ul.sub-menu li {
	float: none;	
	position: relative;
	margin: 0px 5px 0px 5px;
	padding: 0;	
	border: 10px solid #ffffff;
}

#header_access ul li ul.sub-menu li a:link {
	color: #444444;
	padding: 0;
	text-decoration: none;
	display: block;
}

#header_access ul li ul.sub-menu li a:visited {
	color: #444444;
	padding: 0;
	text-decoration: none;
	display: block;
}

#header_access ul li ul.sub-menu li a:hover {
	color: #444444;
	padding: 0;
	text-decoration: underline;
	display: block;
}

#header_access ul li ul.sub-menu li a:active {
	color: #444444;
	padding: 0;
	text-decoration: none;
	display: block;
}

#header_access ul li:hover > ul.sub-menu li {
	display: block;
}

/* Format footer */

footer .copyright {
	color: #9E9E9E;
	text-align: center;
}

/* Formatting for menu in the footer */

#the_footer #access ul.menu {
	margin: 30px 0 0 0;
	text-align: center;
	line-height: 20px;
}

#the_footer #access ul.menu li {
	display: inline-block;
	font-size: 0.875em; /* 14px/16=0.875em; */
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 40px 0 40px;

}

/* Link-formatting for menu in the footer */

#the_footer #access a:link {
  color: #444444;
  text-decoration: none;
}

#the_footer #access a:visited {
  color: #444444;
  text-decoration: none;
}

#the_footer #access a:hover {
  color: #444444;
  text-decoration: underline;
}

#the_footer #access a:active {
  color: #9E9E9E;
  text-decoration: none;
}

/* ---------------------- Format main content ------------------------------ */

main {
    display: inline-block;
	text-align: justify;
    margin: 0 0 20px 0;
    padding: 10px 0px 10px 0px;
    border: none;
}

/* Line spacing and space between paragraphs */

main p { 
	font-size: 1em; /* 16px/16=0.875em */	
	line-height: 1.5em; /* 24px/16=1.5em */
	margin-top: 0; 	
	margin-bottom: 1.25em; /* 20px/16=1.5em */
	
}

/* Font environments in main */

main b {
	font-weight: bold;
}

main i {
    font-style: italic;
}

main em {
	font-style: italic;
}

/* Unordered List formatting */

main ul {
	list-style: none;
	list-style-position: outside;
	margin: -0.5em 2.5em 1.0em 2.5em;
}

/* Different linespacing for unordered second list */

main ul ul {
	list-style: none;
	list-style-position: outside;
	margin: 0.5em 2.5em 1.0em 2.5em;
}

main ul li {
	line-height: 1.5em;
}

main ul li:before {
	position: relative;
	top: -2px;
	content: '■';
	padding-right: 0.5em; 
	color: #003061ff; /* colour for list item markers */
}

/* Ordered List formatting */

main ol {
	list-style: decimal;
	display: block;
	width: 1100px; /* Set a specific width for the ordered list */
	padding-left: 40px;
	line-height: 20px;
	margin: 1.0em 2.5em 1.0em 2.5em;
}

main ol ol {
	list-style: none;
	display: block;
	width: 1000px; /* Set a specific width for the ordered list */
	padding-left: 30px;
	line-height: 20px;
	margin: 1.0em 2.5em 1.0em 2.5em;
}

main ol ol ol{
	list-style: none;
	display: block;
	width: 900px; /* Set a specific width for the ordered list */
	padding-left: 30px;
	line-height: 20px;
	margin: 1.0em 2.5em 1.0em 2.5em;
}

/* Description List formatting */

main dl {
    border: none;
	padding-bottom: 1em;
}

main dt {
    float: left;
    clear: left;
    width: 80px;
    text-align: right;
    font-weight: bold;
    color: #003061ff;
}

main dt::after {
    content: "";
}

main dd {
    margin: 0 0 0 100px;
    padding: 0 0 0.5em 0;
}

/* Headings in main  */

main h1 {
	display: block;
	text-align: left;
	font-size: 2.25em; /* 36px/16=2.25em */
	color: #003061ff;
	width: 1100px;
	height: auto;
	margin: 0.675em 0 0.675em 0;
	font-weight: normal;
}

main h2 {
	display: block;
	text-align: left;
	font-size: 1.5em; /* 24px/16=1.5em */
	color: #444444;
	width: 1100px;
	height: auto;
	margin: 0.83em 0 0.83em 0;
	font-weight: normal;
}

main h3 {
	display: block;
	text-align: left;
	font-size: 1.125em; /* 18px/16=2.25em */
	color: #444444;
	width: 1100px;
	height: auto;
	margin: 1em 0 1em 0;
	font-weight: normal;
}

main h4 {
	display: block;
	text-align: left;
	font-size: 1em; /* 16px */
	color: #444444;
	width: 1100px;
	height: auto;
	margin: 1em 0 0.625em 0;
	font-weight: bold;
}

main h5 {
	display: block;
	text-align: left;
	font-size: 1em; /* 16px */
	color: #444444;
	width: 1100px;
	height: auto;
	margin: 1em 0 0.5em 0;
	font-weight: normal;
	font-style: italic;
}

main h6 {
	display: inline;
	text-align: left;
	font-size: 1em; /* 16px */
	color: #444444;
	width: 1100px;
	height: auto;
	font-weight: bold;
}

/* Table layout visible tables in main content of website */

main table.visible {
	border-top: 1.5px black solid;
	border-bottom: 1.5px black solid;
	border-collapse: collapse;
}
 
main table.visible tr {
	border-bottom: 1pt solid black;
}
 
main table.visible tr.headline {
	border-bottom: double;
}
 
main table.visible td {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Link decoration of website */

/* normal link in website */


main a:link { 
	color: #000000;
    text-decoration: none;
    border-bottom: 1.2px black dashed; 
}

/* visited link in website */

main a:visited { 
    color: #004355;
    text-decoration: none;
}

/* link currently pointed at by mouse in website */

main a:hover {
    color: #00566A;
    text-decoration: none;
    border-bottom: 1.2px #00566A dashed; 
}


/* currently clicked/activated link in website */

main a:active {
    color: #444444;
    text-decoration: none;
}

/* Code snippets on page */
pre {
  background-color: #f2f2f2; /* Grey background color */
  padding: 10px; /* Padding around the code snippet */
  border-radius: 5px; /* Rounded corners */
  width: 1200px; /* Set a specific width for the code area */
  overflow-x: auto; /* Enable horizontal scrolling if needed */
}

code {
  display: block; /* Display the code snippet as a block element */
  white-space: pre; /* Preserve whitespace and line breaks */
  overflow-x: auto; /* Enable horizontal scrolling if needed */
}

/* text format definitions */

/* superscript and subscript */

sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
	padding-left: 0.05em;
}

sub {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: 0.4em;
	padding-left: 0.05em;
}

/* figures in the main box */

main figure {
	text-align: center;
	border: none;
	width: 1200px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
}

main figcaption {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	padding: 1em;
}

figtitle {
	font-style: normal;
	font-weight: bold;
	line-height: 2;
	font-size: 1em;
}

/*
/* ---------------------- css slideshow for image banner  ------------------------------ */ 

/* LAYOUT */
.container {
	margin:0;
	overflow:hidden;
	width:1200px;
	height:360px;
}

/* CONTENT SLIDER */
#content-slider {
	height:300px;
	width:1200px;
	margin:0 0 0 0;
}
/* SLIDER */
#slider {
	background:#fff;
	border:0px;
	height:300px;
	width:1200px;
	margin:0 0 0 0;
	overflow:visible;
	position:relative;
}
#mask {
	overflow:hidden;
	height:300px;
}
#slider ul {
	margin:0;
	padding:0;
	content: none;
	position:relative;
}
#slider li {
	width:1200px;
	height:300px;
	position:absolute;
	left:-1200px;
	list-style:none;
	content: none;
}

#slider li:before {
	position: relative;
	top: 0px;
	content: none;
	padding-right: 0; 
}

#slider li.firstanimation {
	-moz-animation:cycle 40s ease-in infinite;	
	-webkit-animation:cycle 40s ease-in infinite;		
}
#slider li.secondanimation {
	-moz-animation:cycletwo 40s ease-in infinite;
	-webkit-animation:cycletwo 40s ease-in infinite;		
}
#slider li.thirdanimation {
	-moz-animation:cyclethree 40s ease-in infinite;
	-webkit-animation:cyclethree 40s ease-in infinite;		
}

/*
/* ---------------------- Footnote format  ------------------------------ */ 

/* Line before footnotes at bottom of page */

hr.footnotes {width: 30%;
	border: 0;	
	height: 1px;
	background:  #444444;
	}

/* Format footnote list */

/* ol.footnotes {
	display: block;
	padding-left: 40px;
	line-height: 20px;
	list-style-position: outside;
	margin: -0.5em 2.5em 1.0em 2.5em;
}

main ol.footnotes li.footnote {
	position: relative;
	line-height: 20px;
	top: -2px;
	padding-right: 0.5em; 
	color: #444444; /* colour for list item markers 
}*/

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

ol.footnotes {
    counter-reset: list;
}

ol.footnotes > li {
    list-style: none;
    position: relative;
}

ol.footnotes > li:before {
    content: "[" counter(list) "]";
    counter-increment: list;
    left: -40px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 40px;
}

/*
ol.footnotes > li {
  list-style: none;
}

ol.footnotes > li:before {
  content: "[" counter(list, decimal) "] ";
  counter-increment: list;
}

ol.footnotes > li {
	display: block;
}*/

/* ---------------------- Other format  ------------------------------ */ 

div.center {
	display: flex;
	justify-content: center;
}