/* colors Wegweiser Beruf

$blau	#005b9a
$hblau	#cae1e9
$cyan	#9dc6e2
$rot	    #cc1417
$gelb	#ffaa00
$gruen	#009150
$orang	#ff8800

*/

/* colors SHA 

Gold hell	#ded3c2
Gold 		#ab8700
Rot 			#d81321
Rot Him	#cb111e	etwas gedeckter
*/

html {
  scroll-behavior: smooth;
}
body {
	background-color:#fff;
}
body, td, input, textarea {
	font:18px/1.4 'Source Sans 3', sans-serif;
	font-weight:normal;
	color:#000000;
}
h1 {
    margin-top: 32px;
    margin-bottom: 40px;
    font:30px 'Source Sans 3', sans-serif;
    color:#000;
    font-weight:400;
}
@media (max-width:1080px) {
    h1 {
        font-size:26px;
        font-weight:400;
    }
    header img.logo-avdual {
     width:160px;
    }
}
h2 {
    margin-bottom:.5em;
    font:24px 'Source Sans 3', sans-serif;
    font-weight:bold;
    color:#cb111e;
    font-weight:500;
}
h3 {
    margin-bottom:.5em;
    font:20px 'Source Sans 3', sans-serif;
    font-weight:bold;
    color:#000;
    font-weight:600;
}
h4 {
    margin-bottom:.5em;
    font:18px 'Source Sans 3', sans-serif;
    font-weight:bold;
    color:#000;
}
p+h2,
p+h3,
p+h4,
p+h5,
p+h6,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h6,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h6,
table+h2,
table+h3,
table+h4,
table+h5,
table+h6,
table+p,
table+ol,
table+ul {
    margin-top:0.5em;
}

strong {
    font-weight:600;
}
a:link,
a:visited {
    text-decoration:underline;
    text-underline-offset:3px;
    color:#e25924;
    text-decoration-style: solid;
    text-decoration-thickness:1px;
}
#icon-mobile a:link,
#icon-mobile a:visited {
    text-decoration:none;
    color:#fff;
}
a:hover,
a:active {
    text-decoration:underline;
    color:#d81321;
    text-decoration-style:solid;
    text-decoration-thickness:2px;
}
p,
pre,
form,
figure {
    margin:0;
    padding:0;
}
p {
    margin-bottom:.8em;
}
table {
    width:100%;
    border-spacing:0;
}
thead {
    font-weight:bold;
}
th,
td {
    padding:5px 10px 5px 15px;
    text-align:left;
    border-bottom:1px solid #0065a7;
}
th {
    font-weight:bold;
    font-weight:600;
}
:focus {
    border:0;
}
input.breit {
	width:100%;
	max-width:100%;
	}
input.projekttitel {
	width:75%;
	}
label.auto {
	width:auto;
	}
#backtotop {
    text-align:right;
}