body {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-size: 1.0rem;
	color:#292729;
	line-height: 20px;
	font-style: normal;
	font-weight: 300;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;
}
table {
	width:100%;
}
a:link, a:visited, a:active {
	color: #1C1F40;
	text-decoration: none;
}
a:hover {
	color: #FFD300;
	text-decoration: none;
}

/* -----------------------------------------
   Abweichungen Foundation
----------------------------------------- */
.row{
	max-width:100%;
	/*
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	*/
}
/* -----------------------------------------
   		accordion
----------------------------------------- */
.accordion-title {
    font-size: 1.0rem;
    color: #000;
}
.accordion-title:focus, .accordion-title:hover {
    background-color: #e6e6e6;
	color:#1C1F40;
}
.accordion-title:active {
    background-color: #1C1F40;
	color:#fff;
}
.accordion-title::before {
    content: '\25BE';
}
/* -----------------------------------------
   		button
----------------------------------------- */
.button {
	background-color:#1C1F40;
    color: #fff;
}
.button:focus, .button:hover {
    background: #FFD300;
}
/* -----------------------------------------
   Nav Canvas
----------------------------------------- */
.title-bar {
    background: #164194;
}
.off-canvas-content {
    background: transparent;
}
.off-canvas {
    background:none;
	color:#FFF;
}
.off-canvas a{
	color:#fff;
}
.close-button {
    top: .15rem;
	color:#fff;
}
/* -----------------------------------------
   Nav Content
----------------------------------------- */
.menu {
	background-color: #fff;
	border-bottom: 1px solid #164194;
}
.menu>li>a {
	color:#164194;
	font-weight:bold;
}
.menu>li>a:hover{
	background-color:#164194;
	color:#fff;
}
.menu .menu-text {
	color: #1C1F40;
}
.dropdown.menu {
	padding-left: 50px;
}
.dropdown.menu .is-active>a {
	color:#FFD300;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: #FFD300 transparent transparent;
}
.dropdown.menu .submenu {
    background: #fff;
	border: none;
    border-left: 1px solid #164194;
	border-right: 1px solid #164194;
	border-bottom: 1px solid #164194;
	border-radius: 0.4rem;
	width: 300px;
}
.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow>a::after {
    border-color: #FFD300 transparent transparent;
}
.menu.vertical>li>a>h1:hover {
    color:#1C1F40;
}
.sticky-container {
    background-color: #fff;
}

/* -----------------------------------------
   		columns
----------------------------------------- */
.column, .columns {
    background: #fff;
}
/* -----------------------------------------
   		panel
----------------------------------------- */
.additional {
	background-color: none !important;
	border: 1px solid #D2D4EC !important;
	color: #000;
}
.additional-ntf {
	background-color: #1C1F40 !important;
	border: 1px solid #f2f2f2 !important;
	color: #f2f2f2;
}

.panel {
	background-color: #fff;
	border: 0px solid #e2e2e2;
	border-radius: 0.4rem;
	padding: 20px;
	margin: 0px;
	margin-left: 30px;
	margin-bottom: 40px;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .h2BoxRight {
	font-family: 'montserrat', sans-serif;
	color: #164194;
}
.panel h1 {
	font-size: 28px;
	font-size: 2.8em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
.panel h2 {
	color: #1C1F40;
	font-size: 18px;
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 8px;
}
.panel .h2BoxRight {
	line-height: 1.8em;
	font-size: 2px;
	font-size: 2.0em;
	font-weight: normal;
}
.panel h3 {
	color: #164194;
	font-size: 16px;
	font-size: 1.6em;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 5px;
}
.panel .h4BoxRight {
	color: #164194;
	font-size: 14px;
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 5px;
}
.panel h4 {
	color: #164194;
	font-size: 10px;
	font-size: 1.0em;
	font-weight: 700;
	margin-top: 7px;
	margin-bottom: 5px;
}
.panel h5 {
	color: #164194;
	font-size: 10px;
	font-size: 1.0em;
	font-weight: 300;
	margin: 0;
	margin-bottom: 3px;
}
.panel h6 {
	font-size: 10px;
	font-size: 1.0em;
	font-weight: 300;
	color: #333;
	margin: 0;
	margin-bottom: 3px;
}

.panel li, ul {
    margin-left: 20px;
}
.panel a:link, a:visited, a:active{
	color: #1C1F40;
	text-decoration: none;
	font-weight: bold;
}
.panel a:hover {
	color: #FFD300;
	text-decoration: none;
}
.panel img {
    border: 1px solid #9A9A9A;
	margin-right:5px;
	margin-bottom:10px;
}
/* -----------------------------------------
   orbit
----------------------------------------- */
.orbit-caption {
    padding:0;
    top: 0px;
}
/* -----------------------------------------
   Callout
----------------------------------------- */
.primary {
	color:#2199e8;
}	
.primary h2 {
	color:#2199e8;
}
.warning {
	color:#da9500;
}
.warning h2 {
	color:#da9500;
}
.alert {
	color:#FF0000;
}
.alert h2 {
	color:#FF0000;
}
.success {
	color:#00A403;
}
.success h2 {
	color:#00A403;
}

/* für die Thumbnails von Foundation */
.th {
	margin: 4px;
}
/* für die Thumbnails von Foundation */

/* für die icons von Foundation */
.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-36 { font-size: 36px; }
.size-48 { font-size: 48px; }
.size-60 { font-size: 60px; }
.size-72 { font-size: 72px; }
/* für die icons von Foundation */

/* -----------------------------------------
   Diverse
----------------------------------------- */
.canvas_nav_BG {
	background-color: #D2D4EC;
}
.customBody {
	/*border: 15px solid #fff;*/
	border-bottom: none;
	background-color: #fff;
}
.customMARGIN-BOTTOM {
	margin-bottom: 20px;
}
.customFOOT_Head {
	background-color:#D2D4EC;
}
.customFOOT {
	color: #fff;
	background-color:#1C1F40;
	border:none;
}
.customFOOT a:link,
.customFOOT a:visited,
.customFOOT a:active {
	color: #fff;
}
.customFOOT a:hover {
	color: #FFD300;
}
.customFOOT h4 {
	color: #fff;
}
.customHEAD {
	background-color:#1C1F40;
	padding:0px;
}
.mandatory {
	color: #8D1812;
}
#AdditionalInfo {
	position: absolute;
	margin-left: -2000px;
	margin-top: -2000px;
	visibility: hidden;
}
.cssContent, .cssUser, .IsMandatory {
    height: 0.5px;
    margin: 0;
    padding: 0;    
    visibility: hidden;
}
