

/* ######### 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:#f2f2f2;
	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: #cc0000;
  text-decoration: underline ;
}

h1 {
  display: block;
  font-size: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.0em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #660000;  
}

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: #333333;
}

h3 {
  display: block;
  font-size: 1.1em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
  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: #660000;  
}

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: 0px;
}

strong 
{ 
font-weight: bold; 
}

em 
{ 
font-style: italic;
}

.smallfont
{ 
font-size: 0.9em;
}

.blocksatz{
  text-align: justify;		
}
.nobr{
  display:inline;		
}

.header_bigscreen {
  background:#96acb6;	
  padding: 0;
  margin: 0;
  height: 180px;
  max-height: 180px;
  overflow: hidden;
}
.header_bigscreen_text {	
  padding: 50px;
  text-align: center;
  font-size: 1.8em;
  font-weight: normal;
  color: #f2f2f2;
  margin-right: -60%;
}
.header_bigscreen_text p {  
  font-size: 0.6em;
  margin: 0px;
  color: #ffd633;
}
.img_headerbg_big {  
  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: right;
  font-size: 1.2em;
  font-weight: normal;
  color: #f2f2f2;
  margin-left: 0%;
}
.header_smallscreen_text p {  
  font-size: 0.8em;
  margin: 0px;
  color: #ffd633;
}
.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;
}

.bottom {
  margin: 0;
  padding-left:8%;
  padding-right:8%;
  padding-top:20px;
  padding-bottom:20px;
  background:#f2f2f2;
  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: #cc0000;
  text-decoration: none ;
}


.footer {
  background:#362c22;
  padding: 0px 20px 20px 20px; 
  margin: 0;
  font-size : 0.8em;
  line-height: 1.3em;
  text-align: center;
  color: #D3D3D3;
  border-color:#455A64;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
}

.footer a {
color: #ffd633;
text-decoration: none;
}
.footer a:hover, a:focus {
  color: #cc0000;
  text-decoration: none ;
}


.back-to-top {
	font-size : 4.0em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.back-to-top a{
	color: #5d4d3e;
}
.back-to-top a:hover{
	color: #ffffff;
}


.button {
  background-color: #f2f2f2;
  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;
}


.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #333333;
  color: #ffffff;
  line-height: 1.2em;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 1s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.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;
}

/* ######### 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;
}


/* ######### Aufteilung ############## */


.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0;
}

/* 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: 8px;
  vertical-align: middle;
}

/* einen Text gleichmäßig auf 2 Spalten verteilen */
.text_2spaltig {
  padding: 0px 0px 10px 0px;
  column-count: 2
}


/* ######### 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%;
  }
  
  .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%;
  }
  
  /* Header groß ausblenden */
  .header_bigscreen {
    display: none;
  }
  /* Header Handy einblenden */
  .header_smallscreen {
    display: inherit;
  }
}
  





/* CSS ENDE */