body {
	font-family: 'Trebuchet MS', Sans-Serif;
	font-size: 1em;
	background-color: rgb(240,240,240);
	background-repeat: no-repeat;
	background-size: 100%;
	hyphens: auto;
}

.mobil {
	display: none;
}

.desktop {
	display: block;
}

.tdlinks {
	width: 160px;
}

.div_um_meckermeldung {
	height: 50px; 
	margin-bottom: -58px;
	padding: 0;
}

.p_meckermeldung {
	padding: 8px; 
	margin: 0; 
	text-align: center;
}

.endnotennummer {
	text-decoration: none; 
	font-style: normal; 
	color: white;
	background-color: #8AC2D0;
}

.endnotennummer:hover {
	color: white;
	background-color: gray;
}

td {
    vertical-align: top;
}

#foto {
	float: left; 
	margin-bottom: 30px;
}

.referenztabelle td {
	padding-right: 20px;
}

#neben_foto {
	float: left; 
	width: 60%; 
	margin-left: 60px;
}

#content {
	padding: 30px 30px 100px 60px;
	width: 70%;
	min-height: 28em;
	margin-top: 10px;
}

a {
	text-decoration: underline dotted;
	color: black;
}

#desktopSprachschalter a, #desktopSprachschalter .sprachauswahl:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.8);
	color: black;
}

a:hover {
	text-decoration: none;
}

#desktopSprachschalter .sprachauswahl {
	font-size: 1em;
	display: block; 
	padding: 10px; 
	text-align: right;
	width: 2em;
	text-align: center;
	margin: 0 0 20px auto;
	float: right;
	color: black;
}

#navDesktop, #content {
	float: left;
}

#navSmartphone ul {
	margin: 0;
	padding: 0;
}

#content ul {
	padding: 0;
}

#navDesktop {
	margin-top: -6px;
}

li {
	list-style: '– ';
}

#navDesktop li, #navSmartphone li {
	list-style-type: none;
}

#navDesktop a, #navDesktop .aufgeschlagen, #navSmartphone a, #navSmartphone .aufgeschlagen {
	display: block;
	width: 150px;
	padding: 10px;
	margin: 10px 0 10px 10px;
}

#navDesktop .aufgeschlagen {
	color: #8AC2D0;
}

#navDesktop a, #navDesktop a:hover {
	text-decoration: none;	
}

#content, #navDesktop .aufgeschlagen, #navSmartphone .aufgeschlagen, #navDesktop a:hover, #desktopSprachschalter .sprachauswahl {
	background-color: rgba(255, 255, 255, 0.6);
}

::selection {
	background-color: rgba(255, 255, 255, 0.6);
}

::-moz-selection {
	background-color: rgba(255, 255, 255, 0.6);
}

h1 {
	font-weight: normal; 
	color: #8AC2D0;
}

h2 {
	font-weight: normal;
	margin-top: 40px;
}

h2:nth-child(1) {
	margin-top: 0;
}

/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
::selection {
    background: #8AC2D0;
    color: white;
}
/* und hiermit der Firefox >=1 */
::-moz-selection {
    background: #8AC2D0;
    color: #white;
}

@media only screen and (min-device-width: 1025px) {
#main {
	padding: 20px;
}

#navSmartphone {
	display: none;
}

#smartphoneSprachschalter {
	display: none;
}

}

@media only screen and (max-device-width: 1024px) {

body {
	font-size: 50px;	
	background-size: 103%;
}

.mobil {
	display: block;
}

#navSmartphone {
	font-size: 60px;	
}

#desktopSprachschalter, #navDesktop, #impressumdiv, .desktop  {
	display: none;
}

#navSmartphone a, #navSmartphone .aufgeschlagen, #smartphoneSprachschalter {
	text-align: center;
	width: 100%;
	border: 1px dotted black;
	text-decoration: none;
}

#navSmartphone .aufgeschlagen {
	color: #8AC2D0;
}

#navSmartphone ul, #smartphoneSprachschalter {
	text-align: center;
}

#smartphoneSprachschalter {
	margin: 0;
}

#content {
	width: 93%;
}

#foto {
	float: none; 
	width: 100%;
}

#neben_foto {
	float: none; 
	width: 100%;
	margin-left: 0;
}
}

@media print {
	
body {
	font-family: Times New Roman, Serif;
}

.nichtdrucken, nav, #sprachauswahldiv {
	display: none;
}

a, body {
	color: black;
}

a {
	text-decoration: none;
}

#content {
	width: 90%;
}

#neben_foto {
	margin-left: 50pt;
	width: 40%;
}

#navDesktop, #desktopSprachschalter, #navSmartphone, #smartphoneSprachschalter {
	display: none;
}

}