

/* ######### Standard CSS ############## */
/* Grundeinstellungen */
/* Farben immer als Variablen definieren! */


* {
   box-sizing: border-box;
  }
  

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Regular'), local('Roboto-Regular'), url('https://shared.gefaba.de/roboto/Roboto-Regular.ttf') format('truetype');
}
  
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;
}

tr {
border-bottom: 1px solid #96acb6;	
}

td {
	text-align:left;
	vertical-align:top;
	padding: 7px;
}

a {
color: #0059b3;
text-decoration: none;
}

a:hover, a:focus {
  color: #7b9d8c;
  text-decoration: underline ;
}

ul li {
   margin: 5px;
}

h1 {
  display: block;
  font-size: 1.5em;
  margin-top: 1.7em;
  margin-bottom: 1.0em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #990000;  
}

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 {
  font-size: 1.3em;
  font-weight: bold;	
}

h4 {
  display: block;
  font-size: 1.0em;
  margin-top: 1.1em;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #990000;  
}

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: 0;
}

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: 150px;
  max-height: 150px;
  overflow: hidden;
  text-align: right;
}
.header_bigscreen img {	  
  padding: 0;
  margin-top: 60px;
  margin-right: 8%;
}
.img_headerbg {  
  background-image: url('/pics/bg.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.header_smallscreen {	
  background:#96acb6;	
  padding: 0;
  margin: 0;
  height: 90px;
  max-height: 90px;
  overflow: hidden;
  text-align: left;
}
.header_smallscreen img {
  padding: 0;
  margin-top: 40px;
  margin-left: 5%;
}
.img_headerbg_small {  
  background-image: url('../pics/bg-600.jpg');
  background-position: center bottom;
  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;
}

.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;
}

.footer a {
color: #d9d9d9;
text-decoration: none;
}

.footer a:hover, a:focus {
  color: #7b9d8c;
  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: #455A64;
}
.back-to-top a:hover{
	color: #7b9d8c;
}


.button {
  background-color: white;
  color: #75a38c;
  border: 2px solid #75a38c;
  border-radius: 0px;
  padding: 10px 40px;
  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: #75a38c;
  color: white;
}

.thumbs {
	width:100%; 
	padding: 0px; 
	border-radius: 0px;	
}


.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;
}

.nav_seitenzahl {
	text-align:center;
	padding: 7px;
	background:#f2f2f2;
	font-weight: bold;
	border-color:#96acb6;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
}

/* ######### 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;
}

.kartenlegende {
background: #f0f3f5; 
font-weight: bold; 
margin-top: 15px; 
margin-bottom: 3px;		
}


/* ######### 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: 4px 4px;
}

/* 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
}


/* ######### 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: 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%;
  }
  
  /* Randabstand beim Inhaltfester anpassen */
	.contentarea {
	 margin-left: 3%;
	 margin-right: 3%;
	}
	
	/* ein Element ausblenden */
	.handy-hide {
	display: none;
	}
  
  /* Header groß ausblenden */
  .header_bigscreen {
    display: none;
  }
  
  /* Header klein einblenden */
  .header_smallscreen {
    display: inherit;
  }
  
 
} 

