﻿@charset "UTF-8";
/* 
Farben */

html,body {
    height:100%;
	color: #4D4D4D; /*Schriftfarbe*/


}

#grid {
	width:100%;
}


h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	text-align: center;
	font-weight: thin;
}


a {
	color: #4D4D4D;
	text-decoration:none;
}

/*Linkfarbe*/
a:hover {
	color: #000000;
	text-decoration:none;
}

/*Breite des Rows*/
.row {max-width: 100rem;}

/*Spaltenlayout Abstand*/
.column-block {
	padding-bottom: 2rem;
}


.toplinks {
	padding-top:2rem;
	
}

.toplinks a {
	padding-left:2rem;
	text-transform: uppercase;
	font-size: 0.7rem;
	color: #1B315F;
}

.toplinks a:hover, .toplinks .active {
	color: #0c5c96;
}




/*MENÜ
Hintergrundfarbe
*/



.scrollhide-nav {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.scrollhide-nav.hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}


#menu_row {
	border-bottom: solid #000 2px;
	background-color:  #ffffff;
}

#main-menu .title-bar, .mobile-nav-bar  {
	background-color: #fff;
}

.top-bar ul {
	background-color: #ffffff;
	
}


/*Menütitel*/
.title-bar-title {
	color:  #000000;
}

.title-bar, .top-bar {
	background-color: transparent;
}

/* damit der weisse Hover Hintergrund von oben bis unten geht*/
.top-bar {
	line-height:0.1em;
}

/*Hamburger Icon - Toggle Button*/
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000; }
  .menu-icon:hover::after {
    background: #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000; }



/* damit der weisse Hover Hintergrund von oben bis unten geht*/
#main-menu {
	padding:0;
}

/* Menü Links*/
#main-menu li a {
	color: #4d4d4d;
	/*text-transform:uppercase;*/
	font-size:0.9em;
	line-height:2em;
}
/* Menü Links Hover*/
#main-menu li a:hover, #main-menu li li a:hover,  #main-menu li.active li a:hover {
	color:#fff;
}
/* Menü Links Hintergrund Hover*/
#main-menu li:hover, #main-menu li li:hover, #main-menu li.active li:hover {
transition: all 0.5s ease;
	background-color:#ED3F37;
	color:#fff;

}
/* Menü Links Aktiv*/

 #main-menu li.active a, #main-menu li.active li.active a {
	background-color:#ED3F37;
	color:#fff;
	font-weight:bold;
}

 #main-menu li.active li a {
	color: #000;
	background-color:#fff;
	font-weight:normal;
}

 #main-menu li.active li a:hover {
 transition: all 0.5s ease;
	color: #fff;
	font-weight:normal;
	background-color:#ED3F37;
}

/* Untermenü*/
#submenu {
	border:none;
	-webkit-box-shadow: 0 1px 1px 1px #dcdcdc;
   -moz-box-shadow: 0 1px 1px 1px #dcdcdc;
    box-shadow:0 1px 1px 1px #dcdcdc;
}

/*Trennlinie*/
.divider {
	border-bottom: solid 2px #000000;
}

/* Pfeil nach unten*/
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #000000 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }


/*Pfeile in Desktop Ansicht*/	
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #000000 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
	
/*Pfeile in Smartphone Ansicht*/	
	.is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #000000;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }
	
.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #000000 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }	

/*foundation 6.*/
.drilldown .is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #000;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #000; 
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  border-color: transparent #000 transparent transparent; 
}

.drilldown .js-drilldown-back > a::before {
  border-color: transparent #000 transparent transparent;
}



/*Zentrierte TopBar bei größeren Bildschirmbreiten als 940px
@media only screen and (min-width: 940px) {


 ul.center-buttons {display: inline-block; }
}*/


/*Smartphone Submenu full width*/
.is-drilldown, .is-drilldown-submenu, .is-drilldown-submenu-parent {
    min-width: 90vw!important;
}



.logo {
	max-height: 100px;
	margin-top: 8rem;
	margin-bottom: 8rem;
}


@media only screen and (max-width: 940px){

.logo {
	max-height: 90px;
}
}

.textfeld_blau {
	background-color:#1b315f; 
	color:#ffffff;
	padding-top:3rem;
	padding-bottom:3rem;
	
}


/* Content*/

#content {
	padding-top: 4rem;
	font-size: 1.2rem;
}



#footer {
	font-size: 0.7rem;
	padding-top: 3rem;
	padding-bottom: 5rem;
}

#footer a{
	text-decoration: none;
	color: #4D4D4D;
}
#footer a:hover{
	color: #000;
}

