

/* ######### 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;
}

a {
color: #0059b3;
text-decoration: none;
}

a:hover, a:focus {
  color: #FF6600;
  text-decoration: underline ;
}

h1 {
  display: block;
  font-size: 1.6em;
  line-height: 1.1em;
  margin-top: 1.5em;
  margin-bottom: 1.0em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #8cb3d9;  
}

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: #404040;
}

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: #264d73;
}

h4 {
  display: block;
  font-size: 1.0em;
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #ff6600;  
}

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;
}

.nobr{
  display:inline;		
}

.nowrap{
  white-space: nowrap;		
}

.center{
  text-align: center;		
}

.blocksatz{
  text-align: justify;		
}

.font-red {
	color: #cc0000;
}
.font-blue {
	color: #174d82;
}
.font-green {
	color: #29a329;
}
.font-orange {
	color: #ff8533;
}

/* ######### 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
}

/* ######### Tabellen ############## */

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: #9eb4c2;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
}

tr {
border-bottom: 1px solid #9eb4c2;	
}

td {
	text-align:left;
	vertical-align:top;
	padding: 7px;
}

.td-blue {
	background-color: #ecf2f9;
}

.tbl-inh-style1 {
	font-size: 1.1em;
	color: #174d82; 
}
.tbl-inh-style2 {
	color: #A9A9A9;
	font-style: italic;
	font-size: 0.9em;
}
.tbl-inh-style3 {
	font-size: 0.9em;	
}

.tbl-inh-style4 {
	margin-top: 7px; 
	margin-bottom: 7px; 
	font-size: 0.9em;
	
}

.tbl-inh-style4 span {
	padding: 3px; 
	background-color: #d3dfdf;
	background-color: #e1eaea;
	
}

/* ######### Erweiterte Einstellungen ############## */

.header_bigscreen {
  background:#9eb4c2;	
  padding: 0;
  margin: 0;
  height: 150px;
  max-height: 150px;
  text-align: right;
  overflow: hidden;
}

.header_bigscreen_text {	
  padding: 50px;  
  font-size: 1.8em;
  font-weight: normal;
  color: #f2f2f2;
  margin-left: -30%;
}

.header_bigscreen_text p {  
  font-size: 0.6em;
  margin: 0px;
  color: #ffcc00;
}

.header_bigscreen img {
  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:#9eb4c2;	
  padding: 0;
  margin: 0;
  height: 100px;
  max-height: 100px;
  overflow: hidden;
}
.header_smallscreen_text {	
  padding: 10px;
  text-align: right;
  font-size: 1.0em;
  font-weight: normal;
  color: #f2f2f2;
  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;
}

.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;
}
.highlightbox ul { 
  padding-left: 5px;
  padding-right: 5px;
  list-style: none; 
}
.highlightbox ul li{  
  margin-bottom: 10px;
}


.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;
}

/* infoblock z.b. als alternative Darstellung bei Jobangeboten */
.infoblock
{
margin-top: 10px;
padding: 20px;
border-radius: 20px;
font-size: 0.9em;
background: #f0f3f5;
}
.infoblock h2
{
  padding-right: 10px;
  text-align: right;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color:#666666;
}
.infoblock i
{
  margin-right: 7px;
  color: #FF6600; 
}

.infoblocktext
{
padding: 20px;
border-left: 1px solid;
border-color: #dddddd;
}


.setauswahl {
  display: block;
  margin: 0px;
  padding: 7px;
  width: 100%;
  min-height: 5em;
  height: 100%;
  background: #ddeaee; 
  color: #174d82;   
  border: 1px solid #b5d7e3;
  border-radius: 10px; 
  text-align: center;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
  cursor: pointer;
  line-height: normal;
  font-size: 1.0em;
  text-decoration: none !important;
}
.setauswahl i
{
  font-size: 1.2em;
  color: #294e70;
  margin-bottom: 3px;   
}
.setauswahl:hover {  
  background: #edf5f8;
}
.setauswahl:hover i {  
  color: #ff6600;
}

.bildunterschrift
{
background:#f0f3f5;
font-size: 0.8em;
line-height: 1.2em;
font-style: italic;
padding: 5px;
margin: 0;
}

.bildueberschrift
{
padding: 8px; 
background:#476685; 
text-align: center;
font-size: 1.0em;
font-weight: bold;
margin: 0px 0px 0px 0px;
border-radius: 25px 25px 0px 0px;
cursor: pointer;
color: #FF6600;
}
.bildueberschrift:hover {
background-color: #7a99b8;
}
.bildueberschrift a {
color: #ffffff;
text-decoration: none;
}

.erfolgsmeldung {
width: 75%;
margin: 0px auto;
background: #d6f5d6;
color: #404040;
border: 1px solid #505050;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 1px 2px 4px rgba(0,0,0,.4);
padding: 10px 34px;
text-align: center;
font-size: 1.2em;
}

.erfolgsmeldung i {
padding: 0px 0px 10px 0px;
font-size: 2.5em;
color: #70c270;
}


.list-group {
    margin-bottom: 20px;
    padding: 0px 0px 0px 0px;
}
.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: 6px;
    border-top-left-radius: 6px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
a.list-group-item, button.list-group-item {
	
}
.list-group-item i {
	color: #C0C0C0; 
	font-size: 1.2em;
	margin-right: 5px;
}
.green.list-group-item i {
   color: #29a329;
}
#active.list-group-item:hover i { 
	color: #FF6600;
}
#active.list-group-item:hover {
    background: #f2f2f2;
	cursor: pointer;
}

/* ######### FOOTER ############## */

.bottom {
  background:#f2f2f2;
  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: #FF6600;
  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: #FF6600;
}


/* ######### Tooltipps ############## */

/* 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: #505050;
  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: #505050 transparent transparent transparent;
}

/* ######### Rödelschnecke ############## */

.roedelschnecke {
	display: none;
}
.roedelschnecke-background {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	backdrop-filter: blur(10px);
	/* Inhalt zentrieren */
	display: flex;
	align-items: center;
	justify-content: center;
}
.roedelschnecke-spinner {
	color: #808080;
}

/* ######### PSA-Sets ############## */

.cr-ang-artikel-checkbox {
	margin-top: 6px;
	transform: scale(1.2, 1.2);
	cursor: pointer;
}

.cr-zeile-deaktiviert {
	opacity: 0.4;
}
.cr-zeile-deaktiviert input:not(.cr-ang-artikel-checkbox) {
	cursor: default;
}

.cr-weitere-varianten {
	margin-top: 5px;
}
.cr-weitere-varianten .cr-weitere-varianten-funktionen .cr-weitere-varianten-funktionen-toggle-button {
	margin-right: 3px;
}
.cr-weitere-varianten .cr-weitere-varianten-funktionen .cr-weitere-varianten-funktionen-toggle-text {
	user-select: none;
}
.cr-weitere-varianten-funktionen-toggle-text {
	font-size: 1.0em;
}
.cr-weitere-varianten-funktionen-toggle-text:hover {
	text-decoration: underline;
}

.cr-weitere-varianten .cr-weitere-varianten-liste {
	outline: 2px dotted #ccc;
	margin-top: 5px;
	max-height: 150px;
	overflow-y: auto;
	padding: 5px 0;
}
.cr-weitere-varianten .cr-weitere-varianten-liste .cr-weitere-variante {
	display: table-row;
}
.cr-weitere-varianten .cr-weitere-varianten-liste .cr-weitere-variante .cr-weitere-variante-foto,
.cr-weitere-varianten .cr-weitere-varianten-liste .cr-weitere-variante .cr-weitere-variante-name,
.cr-weitere-varianten .cr-weitere-varianten-liste .cr-weitere-variante .cr-weitere-variante-preis,
.cr-weitere-varianten .cr-weitere-varianten-liste .cr-weitere-variante .cr-weitere-variante-aktion {
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
}
.cr-weitere-varianten .cr-weitere-varianten-liste .cr-weitere-variante .cr-weitere-variante-foto {
	width: 35px;
	min-width: 35px;
	text-align: center;
}
.cr-weitere-varianten .cr-weitere-varianten-liste .cr-weitere-variante .cr-weitere-variante-foto img {
	max-height: 35px;
	max-width: 35px;
}

/* ######### Cookies ############## */

.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 ############## */


fieldset {
	color: #666666;
	border-radius: 6px; 
	border: 1px solid #9eb4c2;
	width: 100%;
	min-width: 0; /* browser default(min-width: -webkit-min-content;). musste überschrieben werden, damit overflow-x:auto bei div auch in einem fieldset funzt*/
}

legend {	
	color: #668099;
	font-size: 1.0em;
	font-style: italic;
	margin: 5px;
}	

input[type=number], input[type=text], input[type=tel], input[type=email], select, textarea {
  font-size: inherit; /* Browser übernehmen für Eingabefelder input und textarea nicht ohne weitere Angaben die Schriftfamilie */
  font-family: inherit;
  padding: 12px 20px;
  margin: 4px 0px 8px 0px;  
  background: white;
  display: inline-block;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-sizing: border-box; 
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  outline: none;
}

 select {
  padding: 6px 10px;
}

input[type=number] {
  padding: 3px;
  margin: 0;
  width: 3em;
}

input[type=radio] {
  margin: 4px;
}

input:focus, select:focus, textarea:focus {
  border: 1px solid #668099;
}

/* Placeholdertag kann verwirren. Wird ausgeblendet, wenn Feld aktiviert */

::placeholder {
	color: #A9A9A9;
	opacity:1;
	transition: opacity 1s;
}
:focus::placeholder {
  opacity:0;
}

/* Responsives Zeug extra für Formulate */
/* Kleine Monitore: label-Text ganz weg */
/* Mittelgroß: Label über dem Eingabefeld*/
/* Große Monitore: Neben dem Eingabefeld, width deshalb auf 50%. */

label {
	cursor: pointer; /* so wird z.B. bei Radiobuttons die ganze Zeile als klickbar erkannt */
}

label span { 
	display: none; 
	vertical-align: top;
	margin: 8px 8px 0px 5px;
}

@media (min-width: 600px) {
    label span { display: block; }
}
@media (min-width: 800px) {
    label span { 
		display: inline-block;
		width: 8em;
		text-align: right;	
	}
	input[type=text], input[type=tel], input[type=email], select, textarea {
        width: 50%;
    }
}		

/* Button Standard-Variante */
.button {
  background-color: #f0f2f5;
  color: #668099;
  border: 1px solid #668099;
  border-radius: 20px;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.0em; margin: 2px;
  font-weight: bold;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
  cursor: pointer;
}
.button:hover {  
  background-color: #668099;
  color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);  
}

/* Button kleinere Variante */
.button-small {
  background-color: #f0f2f5;
  color: #668099;
  border: 1px solid #668099;
  border-radius: 10px;
  padding: 3px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.em; margin: 2px;
  font-weight: bold;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
  cursor: pointer;
}
.button-small:hover {  
  background-color: #668099;
  color: #ffffff; 
}



/* ######### 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;
	}
	
  /* ein Element ausblenden */
  .handy-hide {
    display: none;
  }
  
  /* Header groß ausblenden */
  .header_bigscreen {
    display: none;
  }
  /* Header klein einblenden */
  .header_smallscreen {
    display: inherit;
  } 

}
