/* JOACHIM RIEGERS 2017 */
/* •••• FONT ROBOTO  •••• */
@font-face {
    font-family: 'robotomedium';
    src: url('../../../css/fonts/roboto-medium-webfont.eot');
    src: url('../../../css/fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../css/fonts/roboto-medium-webfont.woff') format('woff'),
         url('../../../css/fonts/roboto-medium-webfont.ttf') format('truetype'),
         url('../../../css/fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium_italic';
    src: url('../../../css/fonts/roboto-mediumitalic-webfont.eot');
    src: url('../../../css/fonts/roboto-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../css/fonts/roboto-mediumitalic-webfont.woff') format('woff'),
         url('../../../css/fonts/roboto-mediumitalic-webfont.ttf') format('truetype'),
         url('../../../css/fonts/roboto-mediumitalic-webfont.svg#robotomedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../../../css/fonts/roboto-regular-webfont.eot');
    src: url('../../../css/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../css/fonts/roboto-regular-webfont.woff') format('woff'),
         url('../../../css/fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../../../css/fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('../../../css/fonts/roboto-light-webfont.eot');
    src: url('../../../css/fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../css/fonts/roboto-light-webfont.woff') format('woff'),
         url('../../../css/fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../../../css/fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight_italic';
    src: url('../../../css/fonts/roboto-lightitalic-webfont.eot');
    src: url('../../../css/fonts/roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../css/fonts/roboto-lightitalic-webfont.woff') format('woff'),
         url('../../../css/fonts/roboto-lightitalic-webfont.ttf') format('truetype'),
         url('../../../css/fonts/roboto-lightitalic-webfont.svg#robotolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	color: #222;
	background-color: #eee;
	font-family: 'robotoregular',Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 0 auto;
}
/* •••• GLOBAL BOX SET •••• */
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* HTML5 FALLBACK */
article, aside, figure, footer, header, hgroup, nav, section, main {
	position: relative;
	display: block;
}
/* GRID ROWs and COLs */
.row {
	position: relative;
	display: table;
	width: 100%;
	/*background: #fff;
	border-bottom: 1px dotted #aaa;*/
}
/*.row:after {
    content: "";
    clear: both;
}*/
[class*="col-"] {
	display: table-cell;
    padding: 2px;
    /*border: 1px dotted #eee;*/
    vertical-align: top;
}

/* LAYOUT GRID */
.col-1{width:4.16666666667%;}
.col-2{width:8.33333333333%;}
.col-3{width:12.5%;}
.col-4{width:16.6666666667%;}
.col-5{width:20.8333333333%;}
.col-6{width:25.0%;}
.col-7{width:29.1666666667%;}
.col-8{width:33.3333333333%;}
.col-9{width:37.5%;}
.col-10{width:41.6666666667%;}
.col-11{width:45.8333333333%;}
.col-12{width:50.0%;}
.col-13{width:54.1666666667%;}
.col-14{width:58.3333333333%;}
.col-15{width:62.5%;}
.col-16{width:66.6666666667%;}
.col-17{width:70.8333333333%;}
.col-18{width:75.0%;}
.col-19{width:79.1666666667%;}
.col-20{width:83.3333333333%;}
.col-21{width:87.5%;}
.col-22{width:91.6666666667%;}
.col-23{width:95.8333333333%;}
.col-24{width:100%;}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .row {
		display: block;
	}
    [class*="col-"] {
        width: 100%;
        display: block;
    }
}

/* •••• MAIN DOCUMENT WRAPPER •••• */
#main_wrapper {
	position: relative;
	width: 100%;
	max-width: 1024px;
	min-width: 240px;
	height: auto;
	background-color: #fff;
	margin: 5px auto;
	padding: 0px;
	text-align: left;
}
.disable {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.7;
}
.bgCo {
	background-color: #fafafa;
}

a {
	text-decoration: none;
	color: #000;
}
b, strong {
	font-family: 'robotomedium',Arial, Helvetica, sans-serif;
	color: #003879;
	font-weight: normal;
    font-style: normal;
}
p {
	font-family: 'robotoregular',Arial, Helvetica, sans-serif;
	line-height: 24px;
	padding-left: 0px;
}
main {
	position: relative;
	min-height: 800px;
}
section p {
	padding-left: 21px;
}

.extern {
	width: 14px;
	height: auto;
	margin-left: 5px;
}

header {
	position: relative;
	margin-bottom: 20px;
	padding: 0;
	background: #dae9f7;
	text-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 3px 6px #777;
}
header #header_img {
	/*padding: 0 3px 0 0;*/
	background: #fff;
	padding: 6px 42px 0 42px;
}
header #header_img img {
	width: 100%;
	height: auto;
	/*margin-bottom: -5px;*/
}
header #header_img a {
	background-image: none;
	padding: 0;
}
header p {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #4276af;
	margin: 0 0 10px 17px;
	padding: 0;
}
header p.dark {
	color: #003879;
}
pre {
	color: #777;
	background-color: #fafafa;
	padding: 3px;
	border: 1px solid #ddd;
}

h1 {
	font-variant: small-caps;
	font-size: 24px;
	line-height: 26px;
	color: #003879;
	margin: 10px 0 12px 14px;
	padding: 0;
}
header h1 {
	font-variant: small-caps;
	font-size: 26px;
	line-height: 28px;
	color: #003879;
	margin: 10px 0 12px 14px;
	padding: 0;
}
h2 {
	position: relative;
	font-family: 'robotomedium', Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	/*font-variant: small-caps;*/
	letter-spacing: 0.3px;
	text-shadow: 0px 3px 6px #aaa;
	background: linear-gradient(#eee,#fff);
	padding: 20px 20px 16px 20px;
	margin: 0px;
	/*border: 1px dotted #eee;
	border-bottom: none;*/
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
h3 {
	font-family: 'robotomedium',Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #777;
	padding: 9px 2px 6px 12px;
	margin: 0px 0px 10px 0px;
	text-shadow: 0px 3px 10px #aaa;
}

nav, article {
	position: relative;
	background-color: transparent;
}


#content {
	padding: 0 20px 0 20px;
	min-height: 500px !important;
}



table {
	width: 100%;
	font-size: 14px;
	/*border: 1px solid #fff;*/
	border-collapse: collapse;
	padding: 2px 4px 3px 4px;
	margin-bottom: 10px;
}
table td {
	text-align: left;
	vertical-align: top;
	color: #000;
	border: 1px solid #aaa;
	padding: 3px 4px 3px 4px;
	text-shadow: 0px 1px 0px #fff;
}
table th {
	text-align: left;
	vertical-align: top;
	color: #ddd;
	border: 1px solid #222;
	padding: 5px 4px 5px 4px;
}


#accordion {

}
#accordion h3 {
	position: relative;
	min-width: 120px;
	height: 30px;
	font-family: 'robotomedium', Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	
	color: #003879;
	background: #d4dffe;
	background-image: url(../files/images/interface/arrowRight.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding: 3px 0 4px 28px !important;
	margin-bottom: 11px;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0px 3px 5px #aaa;
}
#accordion h3:hover {
	background-image: url(../files/images/interface/arrowDown.gif);
	background-repeat: no-repeat;
	background-position: 9px 7px;
}
.accoHeaderEn {
	position: relative;
	min-width: 120px;
	height: 30px;
	font-family: 'robotomedium', Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #003879;
	background: #d4dffe;
	background-image: url(../files/images/interface/arrowDownHi.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding: 3px 0 4px 28px;
	margin-bottom: 1px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	cursor: pointer;
	box-shadow: 0px 1px 3px #aaa;
}
#accordion div {
	position: relative;
	min-width: 120px;
	min-height: 40px;
	color: #333;
	background: #eee;
	padding: 8px 8px 0px 8px;
	margin-bottom: 10px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: none;
	box-shadow: 0px 2px 5px #aaa;
}

/* MAIL FORM */
#form_box iframe#regForm {
	background-color: #fff !important;
}
form {
	padding: 0px;
	margin: 0px;
}
#mailForm {
	width: auto;
	height: auto;
	font-size: 15px;
	text-align: left;
	margin: 0px;
}
#fed_form {
	width: auto;
	height: auto;
	text-align: left;
}
fieldset {
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
}
.fed_label {
	min-height: 22px;
	color: #555;
	margin: 3px 5px 0 0;
	cursor: pointer;
	float: left;
}
.fed_longlabel {
	width: 90%;
	cursor: pointer;
	height: auto;
	line-height: 22px;
	color: #333;
	margin: 0 0 4px 0;
	padding-top: 5px;
	float: left;
}

#fed_form select {
	width: 140px;
	margin: 3px 0 0 0;
}
.fed_selectBox {
	width: 140px;
}

.fed_txtFld {
	display: inline-block;
	width: 100%;
	height: 24px;
	font-size: 14px;
	background-color: #fafafa;
	padding: 1px 0 1px 5px;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: inset 0px 2px 3px #ddd;
}
.sendxBtn {
	font-size: 14px;
}
input[type="submit"],
input[type="reset"] {
	width: 140px;
	height: 34px;
	font-size: 14px;
	color: #aaa;
	background-color: #333;
	padding-bottom: 2px;
	margin: 2px 0 2px 0;
	border: 1px solid #444;
	border-radius: 5px;
	box-shadow: 0px 1px 3px #222;
	cursor: pointer;
}
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #eee;
	background-color: #3a3a3a;
}
input[type="reset"]:active,
input[type="submit"]:active {
	color: #fff;
	background-color: #222;
	box-shadow: 0px 2px 5px green;
}
.fldAlert {
	height: 18px;
	width: 260px;
	font-size: 12px;
	background-color: red;
	padding: 1px 0 1px 0;
	border: 1px solid #1a4c8B;
}

#fed_form hr {
	margin: 12px 0 12px 0;
	border: 0;
	border-top: 1px solid #d4e1fe;
}

.type_checkbox {
	width: 24px;
	height: 24px;
	margin: 0 4px 0 0;
	float: left;
}
#dTbl {
	display: none;
}

.alert {
	width: auto;
	min-height: 20px;
	color: red;
	background: #fff2f2;
	margin: 3px 5px 5px 0px;
}
#sendDecker {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	display: none;
}
#sendMessage {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	min-height: 210px;
	font-size: 16px;
	background: rgba(255,255,255,0.7);
	padding: 20px 40px 30px 40px;
	border: 5px solid #a2d6ec;
	box-shadow: 0px 5px 15px #333;
	display: none;
}
.clearer {
	clear: both;
}
img.FLOAT-LEFT {
	float: left;
	margin: 6px 10px 0 0;
}
img.FLOAT-RIGHT {
	float: right;	
	margin: 6px 0 0 10px;
}
/* DIV-TABLE CLASSES */
div.DIV-TABLE.mTB {
	margin-top: 5px;
	margin-bottom: 5px;
}
div.DIV-TABLE {
	position: relative;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0 0 1px 0;
	border: 0;
}
div.CELL-100 {
	position: relative;
	display: table-cell;
	width: 100%;
	min-height: 20px;
	padding-left: 10px;
	border-bottom: 1px solid #fafafa;
	text-align: left;
	vertical-align: middle;
}
div.CELL-50 {
	position: relative;
	display: table-cell;
	width: 50%;
	min-height: 20px;
	padding-left: 18px;
	border-bottom: 1px solid #fafafa;
	text-align: left;
	vertical-align: middle;
}
div.CELL-33 {
	position: relative;
	display: table-cell;
	width: 33.3333333333%;
	min-height: 20px;
	padding: 5px !important;
	border: 1px solid #aaa;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
}
div.CELL-25 {
	position: relative;
	display: table-cell;
	width: 25%;
	min-height: 20px;
	padding-right: 10px;
	border-bottom: 1px solid #fafafa;
	text-align: right;
	vertical-align: middle;
}
div.CELL-20 {
	position: relative;
	display: table-cell;
	width: 20%;
	min-height: 20px;
	padding-right: 10px;
	border-bottom: 1px solid #fafafa;
	text-align: right;
	vertical-align: middle;
}
div.CELL-30 {
	position: relative;
	display: table-cell;
	width: 30%;
	min-height: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #fafafa;
	text-align: left;
	vertical-align: middle;
}
div.CELL-70 {
	position: relative;
	display: table-cell;
	width: 70%;
	min-height: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #fafafa;
	text-align: left;
	vertical-align: middle;
}
div.CELL-40 {
	position: relative;
	display: table-cell;
	width: 40%;
	min-height: 20px;
	min-height: 20px;
	padding-left: 10px;
	border-bottom: 1px solid #fafafa;
	text-align: left;
	vertical-align: top;
}
div.CELL-60 {
	position: relative;
	display: table-cell;
	width: 60%;
	min-height: 20px;
	min-height: 20px;
	padding-left: 10px;
	border-bottom: 1px solid #fafafa;
	text-align: left;
	vertical-align: middle;
}

#footer_content {
	background: #dae9f7;
	text-shadow: 0px 1px 0px #fff;
}
footer section.DIV-TABLE {
	position: relative;
	display: table;
	width: 100%;
	background: #c8e0f7;
	text-shadow: 0px 1px 0px #fff;
	padding: 0 0 3px 0;
	margin: 0;
}
footer section.DIV-TABLE p {
	margin: 0;
	padding-bottom: 5px;
}
footer section div.CELL-40 {
	position: relative;
	display: table-cell;
	width: 40%;
	min-height: 20px;
	padding: 5px !important;
	border: 0;
	border-radius: 0;
	text-align: left;
	vertical-align: top;
}
footer section div.CELL-60 {
	position: relative;
	display: table-cell;
	width: 60%;
	min-height: 20px;
	padding: 5px !important;
	border: 0;
	border-radius: 0;
	text-align: left;
	vertical-align: top;
}
footer section div.CELL-40 h3,
footer section div.CELL-60 h3 {
	font-family: 'robotomedium',Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
	color: #444;
	padding: 10px 2px 0 16px;
	margin: 0;
	text-shadow: 0px 2px 6px #aaa;
}

footer section div.CELL-40 a.externWindow,
footer section div.CELL-60 a.externWindow {
	font-size: 15px;
	text-shadow: 0px 1px 0px #eee;
	margin: 0;
}
@media only screen and (max-width: 680px) {
	div.DIV-TABLE {
		display: block;
	}
	div.CELL-100,
	div.CELL-70,
	div.CELL-30,
	div.CELL-50,
	div.CELL-33,
	div.CELL-25 {
		width: 100%;
		display: inline-block;
	}
	.CELL-70.resP {
		display: inline;
		width: 100%;
	}
	.CELL-70.resP .fed_txtFld,
	.CELL-70.resP .fed_label {
		width: 100% !important;
		display: block;
		float: none;
	}
	#subM {
		display: block;
		width: 100%;
		text-align: center;
	}
	#subM .CELL-50 {
		padding: 0;
		padding-bottom: 12px;
		text-align: center;
	}
	#subM .CELL-25 {
		display: inline;
		width: 100%;
	}
	input[type="submit"],
	input[type="reset"] {
		margin: 2px 0 10px 0;
	}
}