
/* ######### Standard CSS ############## */
/* Grundeinstellungen */
/* Farben immer als Variablen definieren! */


* {
   box-sizing: border-box;
  }
  

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('https://shared.gefaba.de/lato-v14/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('https://shared.gefaba.de/lato-v14/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://shared.gefaba.de/lato-v14/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://shared.gefaba.de/lato-v14/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://shared.gefaba.de/lato-v14/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://shared.gefaba.de/lato-v14/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
  
html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}


body {
  background:#ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 1.0em; /* Schriftgröße zentral relativ anpassen */
  font-weight: normal;
  text-decoration: none;
  color:#666666;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	padding: 0;
	width: 100%;
}
th {
	text-align:center;
	vertical-align:top;
	padding: 7px;
	background:#f1f3f4;
	font-weight: bold;
	border-color:#96acb6;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
}
td {
	text-align:left;
	vertical-align:top;
	padding: 7px;
}

a {
color: #0059b3;
text-decoration: none;
}

a:hover, a:focus {
  color: #ff3333;
  text-decoration: underline ;
}

h1 {
  display: block;
  font-size: 1.5em;
  line-height: 1.1em;
  margin-top: 1.5em;
  margin-bottom: 1.0em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #005580;  
}

h2 {
  display: block;
  font-size: 1.3em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
  color: #005580;
}

h3 {
  display: block;
  font-size: 1.0em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #333333;
}

h4 {
  display: block;
  font-size: 1.0em;
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #005580;  
}

hr {
   border: 0;
   height: 0;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

p {
  margin-top: 0em;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
}

strong 
{ 
font-weight: bold; 
}

em 
{ 
font-style: italic;
}

.smallfont
{ 
font-size: 0.9em;
}

.blocksatz{
  text-align: justify;		
}

/* ######### Aufteilung ############## */


.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0;
}

/* eine Spalte mit 75% */
.col_75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
  max-width: 75%;
  padding: 0px 0px;
}

/* eine Spalte mit 50% */
.col_50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 4px 4px;
}

/* eine Spalte mit 25% */
.col_25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 4px 4px;
}

.col_25 img {
  margin-top: 0px;
  vertical-align: middle;
}

/* einen Text gleichmäßig auf 2 Spalten verteilen */
.text_2spaltig {
  padding: 0px 0px 10px 0px;
  column-count: 2
}

/* ######### Erweiterte Einstellungen ############## */

.header_bigscreen {
  background:#96acb6;	
  padding: 0;
  margin: 0;
  height: 180px;
  max-height: 180px;
  text-align: right;
  overflow: hidden;
}

.header_bigscreen_text {	
  padding: 30px 50px 50px 0px; 
  text-align: left;  
  font-size: 1.8em;
  font-weight: bold;
  color: #f0f3f5;
  margin-left: 15%;
}

.header_bigscreen_text p {  
  font-size: 0.7em;
  margin: 0px;
  font-weight: normal;
  color: #ff3333;
}

.header_bigscreen img {
  margin-right: 8%;
}

.img_headerbg {  
  background-image: url('/pics/bg.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}


.header_smallscreen {	
  background:#96acb6;	
  padding: 0;
  margin: 0;
  height: 100px;
  max-height: 100px;
  overflow: hidden;
}
.header_smallscreen_text {	
  padding: 30px;
  text-align: left;
  font-size: 1.0em;
  font-weight: normal;
  color: #f0f3f5;
  margin-left: 0%;
}
.header_smallscreen_text p {  
  font-size: 0.8em;
  margin: 0px;
  color: #2a363c;
}
.img_headerbg_small {  
  background-image: url('../pics/bg-600.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}


.contentarea {
 margin-left:8%;
 margin-right:8%;
 margin-top:20px;
 margin-bottom:20px;
 font-size: 0.9em;
 line-height: 1.3em;
}

.teaserhome
{
margin-top: 10px;
padding: 20px;
cursor: pointer;
border-radius: 20px;
font-size: 0.9em;
}

#teaserhomehighlight
{
background: #f6f8f9;
}
#teaserhomehighlight:hover
{
background: #f0f3f5;
}

.teaserhome h2
{
  padding-right: 10px;
  text-align: right;
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #808080;
}
.teaserhome i
{
  margin-right: 7px;
  color: #FF6600; 
}

.teaserhometext
{
padding: 20px;
border-left: 1px solid;
border-color: #dddddd;
}
.teaserhome:hover
{
background: #f0f3f5;
}



.breadcrumb
{
font-size: 0.8em;
border-bottom: 1px solid #d9d9d9;
}
.breadcrumb i
{
padding: 0px 5px;
}

.highlightbox
{
margin: 15px 5px 15px 5px;
padding: 15px;
border: 1px solid #dddddd;
border-radius: 10px;
background: #f0f3f5;
}

.seemore {    
  font-style: italic;
  font-size: 0.8em;
}

.checklist {  
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  font-size: 0.9em;
  list-style: none; 
}
.checklist li{  
  margin-bottom: 7px;
}
.checklist i{ 
  font-size: 1.3em;     
  color: #29a329; 
}


.infobox
{
margin: 20px 5px 0px 5px;
padding: 15px;
font-size: 0.9em;
font-style: italic;
border: 1px solid #dddddd;
border-radius: 10px;
}
.infobox i
{
font-size: 2.0em; 
margin-right: 5px; 
color:#d9d9d9;
}

.bildunterschrift
{
background:#f0f3f5;
font-size: 0.8em;
line-height: 1.2em;
font-style: italic;
padding: 5px;
margin: 0;
}

.bildueberschrift
{
padding: 10px; 
background:#336699; 
text-align: center;
font-size: 1.0em;
font-weight: bold;
margin: 0px 0px 0px 0px;
border-radius: 10px 10px 0px 0px;
cursor: pointer;
color: #ff3333;
}
.bildueberschrift:hover {
background-color: #264d73;
}
.bildueberschrift a {
color: #ffffff;
text-decoration: none;
}
.bildueberschrift a:hover, a:focus {
  color: #ff3333;
  text-decoration: none ;
}

.list-group {
    margin-bottom: 20px;
    padding: 0px 20px 0px 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background: #ffffff;
	border: 1px solid #dddddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item, button.list-group-item {
	
}
.list-group-item i {
	color: #29a329; 
	font-size: 1.2em;
	margin-right: 5px;
}
#active.list-group-item:hover i { 
	color: #FF6600;
}
#active.list-group-item:hover {
    background: #f1f3f4;
	cursor: pointer;
}

.bottom {
  background:#f1f3f4;
  padding: 20px; 
  margin: 0;
  font-size : 0.8em;
  text-align: left;
  color: #666666;
}

.bottom ul { 
  padding-left: 5px;
  list-style: none;
  line-height: 2em;  
}

.bottom ul i { 
  padding-right: 8px;
}

.bottom a {
color: #666666;
text-decoration: none;
}

.bottom a:hover, a:focus {
  color: #ff3333;
  text-decoration: none ;
}


.footer {
  background:#2a363c;
  padding: 0px 20px 20px 20px; 
  margin: 0;
  font-size : 0.8em;
  line-height: 1.3em;
  text-align: center;
  color: #d9d9d9;
  border-color:#455A64;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
}


.back-to-top {
	font-size : 4.0em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.back-to-top a{
	color: #455A64;
}
.back-to-top a:hover{
	color: #ff3333;
}


.button {
  background-color: #f1f3f4;
  color: #666666;
  border: 2px solid #455A64;
  border-radius: 20px;
  padding: 10px 34px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.0em;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.button:hover {
  background-color: #455A64;
  color: white;
}


/* Tooltips via jQuery UI: Standardwerte überschreiben */
.mu-tooltip {
	padding: 0 !important;
	max-width: 150px !important;
	border-width: 0 !important;
	background: transparent !important;
}
/* Tooltips via jQuery UI: eigene Anpassungen */
.ui-tooltip .ui-tooltip-content {
  max-width: 150px;
  background-color: #333333;
  color: #ffffff;
  line-height: 1.2em;
  font-size: 0.8em;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
}
/* Tooltips via jQuery UI: nach unten zeigende Spitze */
.ui-tooltip .ui-tooltip-content:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
}

.hinweis {
background: #d6f5d6;
color: #333333;
border: 1px solid #333333;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 1px 2px 4px rgba(0,0,0,.4);
padding: 10px 34px;
text-align: center;
font-size: 1.2em;
}

.cookie {position: fixed; bottom: 0; left: 0; right: 0; background: #d9d9d9; padding: 20px; font-size: 0.9 em;}
.cookie a.button {cursor: pointer; background: #008000; padding: 8px 20px; margin-left: 10px; border-radius: 10px; font-weight: bold; color: #fff; float: right;}
.cookie a.button:hover {background-color: #00b300; color: #fff; }
.cookie p.cookiemessage {display: block; padding: 0; margin: 0;}


/* ######### Formulare ############## */

form div { border: none; padding: 5px}

fieldset {
	color: #666666;
	border-radius:6px; 
	border: 1px solid #96acb6;
}		
label {
	display: inline-block;
	text-align: right;
	padding: 5px
}		
div label {
	width: 10em;
	text-align: right;
	padding-top: 0.3em;
	vertical-align: top;
}
input, select, textarea {
	padding: 0.3em;
}


/* ######### Anpassungen Responsive Layout ############## */

/* Header für Handybildschirm standardmäßig ausblenden */
  .header_smallscreen {
    display: none;
  }

/* Änderungen unter 800px Fensterbreite */
@media screen and (max-width: 800px) 
{
  .col_25 {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
  
  .col_50 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  
   .col_75 {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
  
  .text_2spaltig {
    column-count: 1
  }
}

/* Änderungen unter 600px Fensterbreite */
@media screen and (max-width: 600px) 
{
  .col_25 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  
   .col_50 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  
  .col_75 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  
  /* Randabstand am Handy verringern */
  .contentarea {
	 margin-left:3%;
	 margin-right:3%;
	 margin-top:10px;
	 margin-bottom:10px;
	 font-size: 0.9em;
	 line-height: 1.3em;
	}
  
  /* Header groß ausblenden */
  .header_bigscreen {
    display: none;
  }
  
  /* Header klein einblenden */
  .header_smallscreen {
    display: inherit;
  }

}  
  
