@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: Calibri, Arial, Helvetica Neue, Helvetica, sans-serif;
	margin: 0 auto;
	letter-spacing: 0.025em;
	background-color: #f9f9f9;
}

input, select {
	padding:6px; 
	color:#000; 
	font-size:14px;
}
input[type='radio'] {width:17px; height:17px; }
input[type='submit'], input.button, button  { 
	padding:10px 20px;
	border: 1px solid #efefef;
	color: #fff;
}


/* In h1 wird das Kompetenzfeld dargestellt - oder auch die Überschrift zur Begrüßung / Vorwort */
h1 {
	font-size:20px;
}
h2 {
	font-size: 20px;
	font-weight: 700;
	color: #4e4e4e !important;
}

h2 svg {
	display: none;
}

svg {
    width: 30px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

#page {
	min-width: 500px;
	max-width: 980px;
	margin: 0 auto;
}

#page #top {
	position: relative;
	box-shadow: 0 0 13px 0 rgba(0,0,0,.11);
}

#page #top .teaser {
	padding-top: 34px;
    padding-bottom: 25px;
    padding-left: 25px;
    width: 25%;
    float: left;
}

#page #top .logo {
	width: 300px;
    position: absolute;
    top: 25px;
    right: 25px;
}

#page #main {
	background-color: #ffffff;
	color: #4e4e4e;
	box-shadow: 0 0 13px 0 rgba(0,0,0,.11);
}

#page #main .ueberschrift {
	font-size: 28px;
	font-weight: 700;
	color: rgb(230, 34, 59);
	padding: 3% 3.5%;
}

#page #main .content {
	min-height:500px;
	padding: 45px 3.5%;
	text-align:left;
	font-family: Calibri, Arial, Helvetica Neue, Helvetica, sans-serif;
}

#page #main .antwort_skala td, #page #main .antwort_skala th {
	padding: 15px;
	text-align:center;
	font-weight:normal;
	font-size: 14px;
    line-height: 1.4em;
}

#page #main .antwort_skala tr:hover {
	background: #f3f3f3;
	cursor: pointer;
}

#page #main .antwort_skala tr:first-child:hover {
	background: #ffffff;
	cursor: default;
}

#page #main .antwort_skala td input:hover {
	cursor: pointer;
}

#page #main .antwort_skala {
	border-spacing: 0;
}

#page #main .antwort_freitext { width:100%; height:150px; padding:15px; font-size:15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

#page #main .frage {
	font-size: 16px;
	font-weight: 700;
}

#page #main .frage_ueberspringbar { margin-left:20px; }
#page #main .frage_ueberspringbar { color:#666; }

#page #main .buttondiv {width:100%; text-align:right; }
#page #main .antwortbutton, #page #main .zurueckbutton {
	margin-left: auto;
  	margin-right: 1px;
	margin-top:50px;
	padding-top:10px;
	padding-bottom:7px;
	font-size:20px;
	border:0;
	cursor:pointer;
	font-family: Calibri, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: bold;
	transition: all 0.3s ease-out;
}

#page #main .antwortbutton:hover, #page #main .zurueckbutton:hover {
	color: #4e4e4e;
	transition: all 0.3s ease-out;
}

#page #footer {
	font-size: 14px;
}

#page #footer .inside {
    padding: 3% 3.5%;
}

#page #footer a {
	color: #4e4e4e;
	text-decoration: none;
}

#page #footer a:hover {
	color: rgb(230, 34, 59);
}

#page #main .pseudonavigator {
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 40px;
}

#footer_nopage {
	min-width:500px;
	max-width:1180px;
	margin: 0 auto;
}
#footer_nopage .inside a {
	color:#999;
	text-decoration:none;
}
#footer_nopage .inside ol {
	list-style-type: none;
	padding-left:0;
}
#footer_nopage .inside li {
	float:left;
	padding-left:0;
	padding-right:50px;
}
#footer_nopage .inside li.last {
	float:right;
	padding-right:0px;
}

p.bodytext { margin-left:20px; }

.msg_notice { border: 1px dotted #4b680b; background-color: #e5f1cb; color: #4b680b; padding: 10px; margin-bottom: 10px; }
.msg_error { border: 1px dotted #9a0000; background-color: #fdcccc; color: #9a0000; padding: 10px; margin-bottom: 10px; }

.clear { clear: both; }