body {
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	font-size: 1.0rem;
	color:#707173;
	line-height: 20px;
	font-style: normal;
	font-weight: 300;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color: #2E2E2E;
	-ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;	
}
h1 {
	font-size: 20px;
	font-size: 2.0em;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-size: 1.4em;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 8px;
}
h3 {
	font-size: 12px;
	font-size: 1.2em;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 5px;
}
h4 {
	font-size: 10px;
	font-size: 1.0em;
	font-weight: 700;
	margin-top: 7px;
	margin-bottom: 5px;
}
h5 {
	font-size: 10px;
	font-size: 1.0em;
	font-weight: 300italic;
	margin: 0;
	margin-bottom: 3px;
}
h6 {
	font-size: 8px;
	font-size: 0.8em;
	font-weight: 300;
	color: #333;
	margin: 0;
	margin-bottom: 3px;
}
table {
	width:100%;
}
a:link, a:visited, a:active {
	color: #2E2E2E;
	text-decoration: none;
}
a:hover {
	color: #ff7800;
	text-decoration: none;
}

/* -----------------------------------------
   Abweichungen Foundation
----------------------------------------- */
/* -----------------------------------------
   		accordion
----------------------------------------- */
.accordion-title {
    font-size: 1.0rem;
    color: #000;
}
.accordion-title:focus, .accordion-title:hover {
    background-color: #e6e6e6;
	color:#2E2E2E;
}
.accordion-title:active {
    background-color: #2E2E2E;
	color:#fff;
}
.accordion-title::before {
    content: '\25BE';
}
/* -----------------------------------------
   		button
----------------------------------------- */
.button, .panel button {
	background-color:#2E2E2E;
    color: #fff;
}
.button:focus, .button:hover {
    background: #6c6c6c;
}

.panel a.button, .panel a button {
	background-color:#2E2E2E;
    color: #fff;
}
.panel a.button:focus, .panel a.button:hover {
    background: #6c6c6c;
}
.panel a.button:link, .panel a.button:visited, .panel a.button:active {
	color: #fff;
	text-decoration: none;
}

/* -----------------------------------------
   Nav Canvas
----------------------------------------- */
.title-bar {
    background: #fff;
}
.title-bar-title {
    color: #0a0a0a;
}
.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: #2E2E2E;
}
.menu>li>a {
    color:#fff;
}
.menu>li>a:hover{
	background-color:#2E2E2E;
	color:#fff;
}
.menu>li>a:active{
    font-weight: normal;
}

.dropdown.menu .submenu {
    background: #2E2E2E;
    border: 1px solid #cacaca;
}
.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow>a::after {
    border-color: #2E2E2E transparent transparent;
}

.menu.vertical>li>a>h1:hover {
    color:#fff;
}
.sticky-container {
    background-color: #2E2E2E;
}
/* -----------------------------------------
   		columns
----------------------------------------- */
.column, .columns {
    background: #fff;
}
/* -----------------------------------------
   		panel
----------------------------------------- */
.panel {
	background-color: transparent;
	border: 0px solid #ccc;
	padding: 20px;
	margin: 0px;
	margin-top: 0px;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
	font-family: 'Open Sans', sans-serif;
	color: #2E2E2E;
}
.panel h1 {
	font-size: 20px;
	font-size: 2.0em;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 10px;
}
.panel h2 {
	font-size: 14px;
	font-size: 1.4em;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 8px;
}
.panel h3 {
	font-size: 12px;
	font-size: 1.2em;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 5px;
}
.panel h4 {
	font-size: 10px;
	font-size: 1.0em;
	font-weight: 700;
	margin-top: 7px;
	margin-bottom: 5px;
}
.panel h5 {
	font-size: 10px;
	font-size: 1.0em;
	font-weight: 300italic;
	margin: 0;
	margin-bottom: 3px;
}
.panel h6 {
	font-size: 8px;
	font-size: 0.8em;
	font-weight: 300;
	color: #333;
	margin: 0;
	margin-bottom: 3px;
}

.panel li, ul {
    margin-left: 20px;
}
.panel a:link, a:visited, a:active {
	color: #2E2E2E;
	text-decoration: none;
	font-weight:bold;
}
.panel a:hover {
	color: #ff7800;
	text-decoration: none;
}
.panel img {
    border: 1px solid #9A9A9A;
	margin-right:5px;
	margin-bottom:10px;
}
/* -----------------------------------------
   orbit
----------------------------------------- */
.orbit-caption {
    padding:0;
}
/* -----------------------------------------
   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: #c4c4c4;
}
.customBody {
	/*border: 15px solid #fff;*/
	border-bottom: none;
	background-color: #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}
.customMenuline {
	background-color: #2E2E2E;
}

.customMARGIN-BOTTOM {
	margin-bottom: 20px;
}
.customIMAGELINE {
	background-color:#2E2E2E;
	padding:0px;
	max-height: 600px;
	overflow: hidden;
}
.customNAV {
	background-color:#2E2E2E;
}
.customHEAD {
	background-color:#fff;
	padding:0px;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}
.customFOOT_Head {
	background-color:#2E2E2E;
}
.customFOOT {
	color: #fff;
	background-color:#2E2E2E;
	border:none;
}
.customFOOT a:link,
.customFOOT a:visited,
.customFOOT a:active {
	color: #fff;
	font-weight:normal;	
}
.customFOOT a:hover {
	color: #ffcd0b;
}
.customFOOT h4 {
	color: #fff;
}

.customFOOT .columns{
	padding: 0px;;
}
.customFOOT2 {
	font-size:12px;
	color: #2E2E2E;
	background-color:#E4E4E4;
	border:none;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.mandatory {
	color: #6c6c6c;
}
#AdditionalInfo {
	position: absolute;
	margin-left: -2000px;
	margin-top: -2000px;
	visibility: hidden;
}
