<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* General &amp; Layout */

body {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #D8D8D8;color: #272727;
}

ul {
	padding: 10;
	margin: 6px;
}

h1,h2,h3 {
	font-size: 16px;
	color: #000;
	margin-bottom:5px;
}

p {
	margin-bottom:5px;
}

li {
	text-align: left;
	color: #000;
}

span {
	color: #272727;
}

ins.adsbygoogle {margin-bottom:10px;margin-top:0px;}

hr {margin-top:5px;margin-bottom:5px;border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);}

#sidebar2 A:link {color: black; text-decoration:underline;opacity: 0.6;}
#sidebar2 A:visited {color: black; text-decoration:none}
#sidebar2 A:hover {text-decoration:none;opacity: 1;   }


/* Table Styling, fÃ¼r Desktops/Laptops */
	table { 
		font-size: 14px;
		border-collapse: collapse; 
		margin-bottom: 10px;
	}
	
	.fancyX { table-layout: fixed }
	.fancyX td {
		text-overflow: ellipsis!important;
		overflow: hidden!important;
		white-space: nowrap!important;}
		
table#schnitt { 
		float:left;
		width: 40%; 
		font-size: 14px;
		border-collapse: collapse; 
		margin-bottom: 10px;
	}


table#berufe { 
		width: 100%; 
		font-size: 14px;
		border-collapse: collapse; 
		margin-bottom: 10px;
	}

table#lohnsteuer { 
		width: 100%; 
		font-size: 14px;
		border-collapse: collapse; 
		margin-bottom: 10px;
	}
	
table#topbranch { 
		width: 100%; 
		font-size: 14px;
		border-collapse: collapse; 
		margin-bottom: 10px;
	}
	
table#topcharts { 
		width: 100%; 
		font-size: 14px;
		border-collapse: collapse; 
		margin-bottom: 10px;
	}
	
table#ausbildung { 
		width: 100%; 
		font-size: 14px;
		border-collapse: collapse; 
		margin-bottom: 10px;
	}

table#land { 		
		float:left;
		width: 40%; 
		font-size: 14px;
		border-collapse: collapse; 
		margin-bottom: 10px;
	}
	
table#bundesland { 		
		float:left;
		width: 59%; 
		font-size: 14px;
		border-collapse: collapse; 
		margin-bottom: 10px;
	}

table#ort { 
		float:right;
		vertical-align:top;
		width: 59%; 
		font-size: 14px;
		border-collapse: collapse; 
		margin-bottom: 10px;
	}

	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #f8f8f8; 
	}
	th { 
		background: #E1E1E1; 
		color: black; 
		font-weight: bold; 
		  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #ccc;
  background: -moz-linear-gradient(top, #ccc 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #ccc 0%, #fff 100%);
  background: -o-linear-gradient(top, #ccc 0%, #fff 100%);
  background: -ms-linear-gradient(top, #ccc 0%, #fff 100%);
  background: linear-gradient(to bottom, #ccc 0%, #fff 100%);
	padding: 3px;
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}
	td:last-child {
min-width: 75px
}
/* Table Styling, fÃ¼r Mobile */
	
	@media
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		
		table.fancy, table.fancy thead, table.fancy tbody, table.fancy th, table.fancy td, table.fancy tr {
			display: block;
			float:left!important;
			width:100%!important;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		table.fancy thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		table.fancy tr { border: 1px solid #ccc; }

		table.fancy td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
		}

		table.fancy td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}

		table.fancyX, table.fancyX thead, table.fancyX tbody, table.fancyX th, table.fancyX td, table.fancyX tr {
			display: block;
			float:left!important;
			width:100%!important;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		table.fancyX thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		table.fancyX tr { border: 1px solid #ccc; }

		table.fancyX td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
		}

		table.fancyX td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}
		
		/*
		Label the data
		*/
#schnitt	td:nth-of-type(1):before { content: "Ã˜ Verdienst fÃ¼r"; }
#schnitt	td:nth-of-type(2):before { content: "Durchschnittlich"; }
	
#berufe	td:nth-of-type(1):before { content: "Beruf"; }
#berufe	td:nth-of-type(2):before { content: "Ã˜ Verdienst MÃ¤nner"; }
#berufe	td:nth-of-type(3):before { content: "Ã˜ Verdienst Frauen"; }

#land	td:nth-of-type(1):before { content: "Bundesland"; }
#land	td:nth-of-type(2):before { content: "Ã˜ Verdienst"; }

#bundesland	td:nth-of-type(1):before { content: "Bundesland"; }
#bundesland	td:nth-of-type(2):before { content: "Ã˜ Verdienst MÃ¤nner"; }
#bundesland	td:nth-of-type(3):before { content: "Ã˜ Verdienst Frauen"; }

#ort	td:nth-of-type(1):before { content: "Ort:"; }
#ort	td:nth-of-type(2):before { content: "Ã˜ Verdienst"; }

#topcharts	td:nth-of-type(1):before { content: "Platz:"; }
#topcharts	td:nth-of-type(2):before { content: "Beruf"; }
#topcharts	td:nth-of-type(3):before { content: "Ã˜ Bruttogehalt"; }

#topbranch	td:nth-of-type(1):before { content: "Branche:"; }
#topbranch	td:nth-of-type(2):before { content: "Ã˜ Anfangslohn"; }
#topbranch	td:nth-of-type(3):before { content: "Ã˜ Gehalt MÃ¤nner"; }
#topbranch	td:nth-of-type(4):before { content: "Ã˜ Gehalt Frauen"; }

#lohnsteuer	td:nth-of-type(1):before { content: "Jahresbrutto Lohn"; }
#lohnsteuer	td:nth-of-type(2):before { content: "Klasse 1"; }
#lohnsteuer	td:nth-of-type(3):before { content: "Klasse 2"; }
#lohnsteuer	td:nth-of-type(4):before { content: "Klasse 3"; }
#lohnsteuer	td:nth-of-type(5):before { content: "Klasse 4"; }
#lohnsteuer	td:nth-of-type(6):before { content: "Klasse 5"; }
#lohnsteuer	td:nth-of-type(7):before { content: "Klasse 6"; }

#ausbildung	td:nth-of-type(1):before { content: "Beruf"; }
#ausbildung	td:nth-of-type(2):before { content: "Bereich"; }
#ausbildung	td:nth-of-type(3):before { content: "Dauer"; }
#ausbildung	td:nth-of-type(4):before { content: "1. Ausbildungsjahr (AB)"; }
#ausbildung	td:nth-of-type(5):before { content: "2. Ausbildungsjahr (AB)"; }
#ausbildung	td:nth-of-type(6):before { content: "3. Ausbildungsjahr (AB)"; }
#ausbildung	td:nth-of-type(7):before { content: "4. Ausbildungsjahr (AB)"; }
#ausbildung	td:nth-of-type(8):before { content: "Durchschnitt (AB)"; }
#ausbildung	td:nth-of-type(9):before { content: "1. Ausbildungsjahr (NB)"; }
#ausbildung	td:nth-of-type(10):before { content: "2. Ausbildungsjahr (NB)"; }
#ausbildung	td:nth-of-type(11):before { content: "3. Ausbildungsjahr (NB)"; }
#ausbildung	td:nth-of-type(12):before { content: "4. Ausbildungsjahr (NB)"; }
#ausbildung	td:nth-of-type(13):before { content: "Durchschnitt (NB)"; }
	}


img {
    border: none;
}
img.alignleft {
    margin: 0 10px 10px 0;
    float: left;
}
img.alignright {
    margin: 0 0 10px 10px;
    float: right;
}


#footer ul li a:hover, #nav ul li a:active, #nav ul li a:focus, #nav ul li.current_page_item a {
    color: #03658C;
    background-color: #000;}
	

/*NAVIBAR*/
#cssmenu { 
z-index: 100;
width: 100% auto;
background: #DEDEDE;
border: 0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;}

#footer,
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu &gt; ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #ccc;
  background: -moz-linear-gradient(top, #ccc 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #ccc 0%, #fff 100%);
  background: -o-linear-gradient(top, #ccc 0%, #fff 100%);
  background: -ms-linear-gradient(top, #ccc 0%, #fff 100%);
  background: linear-gradient(to bottom, #ccc 0%, #fff 100%);
}

#footer {
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #ccc;
  background: -moz-linear-gradient(top, #fff 0%, #ccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #fff 0%, #ccc 100%);
  background: -o-linear-gradient(top, #fff 0%, #ccc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #ccc 100%);
  background: linear-gradient(to bottom, #fff 0%, #ccc 100%);
}

#cssmenu &gt; ul {

  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
#cssmenu.align-right &gt; ul &gt; li {
  float: right;
}
#cssmenu &gt; ul &gt; li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center &gt; ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center &gt; ul &gt; li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu &gt; ul &gt; li &gt; a {
  padding: 18px 5px 21px 5px;
  border-left: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: underline;
  font-size: 13px;
  font-weight: 700;
  color: #3a4652;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu &gt; ul &gt; li:hover &gt; a,
#cssmenu &gt; ul &gt; li &gt; a:hover,
#cssmenu &gt; ul &gt; li.active &gt; a {
  color: #333;
  background: transparent;
  text-decoration:none;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a {
  /* padding-right: 45px; */
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #2b79c2;
  right: 42px;
  top: 43px;
}
#cssmenu &gt; ul &gt; li.has-sub.active &gt; a::after,
#cssmenu &gt; ul &gt; li.has-sub:hover &gt; a {
  border-top-color: #333;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu &gt; ul &gt; li &gt; ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom-color: #333;
  top: -4px;
  left: 50px;
}
#cssmenu.align-right &gt; ul &gt; li &gt; ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #333;
  top: 7px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #333;
  left: auto;
  right: -34px;
}
#cssmenu &gt; ul &gt; li &gt; ul {
  top: 120px;
}
#cssmenu &gt; ul &gt; li:hover &gt; ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right &gt; ul &gt; li:hover &gt; ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul &gt; li:hover &gt; ul {
  left: 280px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul &gt; li:hover &gt; ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 5px 5px;
  width: 280px;
  color: #777777;
  background: #DFDFDF;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover &gt; a,
#cssmenu ul ul li.active &gt; a {
  color: #333333;
  background: #BDBDBD;
}
#cssmenu ul ul li:first-child &gt; a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child &gt; a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#cssmenu &gt; ul &gt; li &gt; ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub &gt; a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #2b79c2;
  right: -1px;
  top: 7px;
}
#cssmenu.align-right ul ul li.has-sub &gt; a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 7px;
}
#cssmenu ul ul li.has-sub.active &gt; a::after,
#cssmenu ul ul li.has-sub:hover &gt; a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active &gt; a::after,
#cssmenu.align-right ul ul li.has-sub:hover &gt; a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}


@media only screen and (min-width:786px) {
    #cssmenu &gt; ul &gt; li {text-align: center;min-width:100px;}
    #cssmenu &gt; ul &gt; li:last-child {text-align: center;width:100px;}
    #anzeigebereich {
        border: 1px solid #959595;
        max-width: 1400px;
        width: 100%;
    }
    #inhalt {
        min-height : 1100px;
        width : 70%;
		border: 0;

    }
    #sidebar2 {
        float : right;
        width : 29.9%;
        min-height : 1100px;
		border-left: 1px dotted #959595;
    }
}

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

#cssmenu &gt; ul &gt; li {text-align: left;min-width:auto;}
    #inhalt {
        width: 100%;
    }
    #sidebar2 {
        clear: both;
        width: 100%;
    }
  #cssmenu { width: 99% auto;}
  #cont { width: 99%;background: #DEDEDE;}
  
  #cssmenu {
    background: #ccc;
  }
  #cssmenu &gt; ul {
    display: none;
  }
  #cssmenu &gt; ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu.align-right &gt; ul {
    float: none;
  }
  #cssmenu.align-center &gt; ul {
    text-align: left;
  }
  #cssmenu &gt; ul &gt; li,
  #cssmenu.align-right &gt; ul &gt; li {
    float: none;
    display: block;
  }
  #cssmenu &gt; ul &gt; li &gt; a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #cssmenu &gt; ul &gt; li:hover &gt; a,
  #cssmenu &gt; ul &gt; li.active &gt; a {
    background: rgba(0, 0, 0, 0.1);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    padding: 18px 25px 18px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover &gt; ul,
  #cssmenu &gt; ul &gt; li &gt; ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover &gt; ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover &gt; ul,
  #cssmenu.align-right &gt; ul &gt; li &gt; ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover &gt; ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child &gt; a,
  #cssmenu ul ul li:last-child &gt; a {
    border-radius: 30;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    right: 25px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #333;
    right: 25px;
    top: 28px;
  }
  #cssmenu &gt; ul &gt; li.has-sub &gt; a::after,
  #cssmenu ul ul li.has-sub &gt; a::after {
    display: none;
  }
}

/*RATINGS*/

.h-rate em {
	float: left;
    margin-left: 10px;
    font-style: normal;
}

.h-rate span {
    float: left;
    margin-right: 2px;
    cursor: pointer;

    transition: color 0.25s!important;
    -o-transition: color 0.25s!important;
    -ms-transition: color 0.25s!important;
    -moz-transition: color 0.25s!important;
    -webkit-transition: color 0.25s!important;
}

.h-rate strong {
    float: left;
    margin-right: 10px;
    font-weight: normal;
}

.h-rate strong a {
    float: left;
    max-width: 350px;
    display: block;
    margin-right: 5px;
    text-overflow: ellipsis!important;
    overflow: hidden!important;
    white-space: nowrap!important;
}

.h-rate span.active {
    color: orange!important;
}

.h-rate span.current {
    color: #03658c;
}

.h-rate span.done {
    color: green!important;
}

.h-rate.done span {
    cursor: default!important;
}



* {
    margin : 0;
    padding : 0;
    color : #272727;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#anzeigebereich {
	background:white;
	border-radius:10px;
    margin: 0 auto!important;
	margin-top:10px!important;
    transition: border 0.25s;
    -o-transition: border 0.25s;
    -ms-transition: border 0.25s;
    -moz-transition: border 0.25s;
    -webkit-transition: border 0.25s;
}

#kopf {
    margin-bottom: 0px;
    height: 100%;
}

#inhalt {
    float : left;
    background : white;
    padding: 7px;
	color: #272727;
	border: 0;
}

#sidebar2 {
    background : white;
    padding: 7px;
	color: #272727;
	border-left: 1px dotted #DEDEDE;


}

#footer {
    margin-top: 0px;
    padding: 10px;
	font-size: 12px;
    color: #444444;
	border: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#footer &gt; span {
    float: left;
}

#footer &gt; span &gt; a {
    padding: 0 2px 0 2px;
}

#sky {
    position: relative;
    top: 0px;
    right: 0px;
    width: 300px;
}
</pre></body></html>