Files
2018-04-02 08:07:38 +02:00

1194 lines
22 KiB
CSS

/*! ----- normalize.css v3.0.2 ----- */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block; }
audio, canvas, progress, video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden], template {
display: none; }
a {
background-color: transparent; }
a:active, a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b, strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: .67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code, kbd, pre, samp {
font-family: monospace,monospace;
font-size: 1em; }
button, input, optgroup, select, textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button, select {
text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled], html input[disabled] {
cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"], input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td, th {
padding: 0; }
:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
-box-shadow: 0 0 0px 1000px #fff inset; }
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.clearfix:after {
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0px; }
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0; }
input[type=number] {
-moz-appearance: textfield; }
.nojs .nojs-hide {
display: none !important; }
.js .js-hide {
display: none !important; }
i[class*="icon-"] {
display: inline-block; }
.clear {
clear: both; }
.clear:after {
clear: both;
content: "";
display: block;
font-size: 0;
height: 0;
visibility: hidden; }
body {
font: 300 15px 'Open Sans', sans-serif;
padding: 0 10px;
margin: 0; }
.condensed {
font-family: 'Open Sans Condensed', sans-serif; }
@media (min-width: 1260px) {
body {
background-color: #008ecd;
background: -moz-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.25) 4px, #fff 5px, #fff 1245px, rgba(0, 0, 0, 0.25) 1246px, transparent 1250px);
background: -webkit-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.25) 4px, #fff 5px, #fff 1245px, rgba(0, 0, 0, 0.25) 1246px, transparent 1250px);
background: -o-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.25) 4px, #fff 5px, #fff 1245px, rgba(0, 0, 0, 0.25) 1246px, transparent 1250px);
background: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.25) 4px, #fff 5px, #fff 1245px, rgba(0, 0, 0, 0.25) 1246px, transparent 1250px);
background: #008ecd linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.25) 4px, #fff 5px, #fff 1245px, rgba(0, 0, 0, 0.25) 1246px, transparent 1250px);
background-size: 1250px 10px;
background-position: top center;
background-repeat: repeat-y; } }
img {
max-width: 100%; }
a {
color: #008ecd; }
::selection {
background: #008ecd;
color: #fff; }
::-moz-selection {
background: #008ecd;
color: #fff; }
textarea, input, select {
outline: none;
border-radius: 0; }
.clear {
clear: both; }
select {
width: 190px;
padding: 5px 10px;
border: none;
background: #d9d9d9 url(../img/select.svg) bottom right no-repeat;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0 2px 2px 0;
font-size: 1.17rem; }
select.condensed {
padding-left: 5px;
padding-right: 5px; }
select::-ms-expand {
display: none; }
select.blau,
.blau option {
background-color: #008ecd;
color: #fff; }
select.orange,
.orange option {
background-color: #ff5722; }
select.gelb,
.gelb option {
background-color: #ffc107; }
select.gruen,
.gruen option {
background-color: #4baf4f;
color: #fff; }
select.schmal {
width: 100px; }
select.readonly {
background-image: none !important;
pointer-events: none;
cursor: text; }
.beschriftung {
float: left;
max-width: 445px;
padding-right: 20px; }
.beschriftung *:first-child {
margin-top: 0 !important; }
.labelwrap {
display: inline-block;
margin-bottom: 10px; }
label.vor {
display: inline-block;
width: 100px;
text-align: right;
padding-right: .5em; }
label.nach {
display: inline-block;
max-width: 90%;
margin-left: .5em;
vertical-align: top; }
label.zwischen {
display: inline-block;
vertical-align: top;
width: 100px;
padding: 0 1.5em 0 .5em; }
#header {
position: relative;
margin: 15px auto 50px;
background-size: contain; }
#header .name {
font-size: 1.2rem;
font-weight: 600;
color: #008ecd;
padding-top: 9px;
text-decoration: none;
display: none; }
#header .logo {
width: 100%; }
#header .navbutton {
background: #008ecd;
width: 84px;
height: 84px;
border: 2px solid #fff;
border-radius: 40px;
position: absolute;
bottom: -42px;
right: 60px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
text-align: center;
font-size: .87rem;
cursor: default;
transition: all .1s;
display: none; }
@media (min-width: 760px) {
#header {
width: 740px;
height: 285px;
background: url(../img/header.jpg) no-repeat bottom center; }
#header .name {
display: block; }
#header .logo {
width: 460px;
float: right;
margin: 0; }
#header .navbutton {
display: block; } }
@media (min-width: 980px) {
#header {
width: 960px; }
#header .name {
font-size: 1.55rem;
padding-top: 0; }
#header .logo {
margin-top: 11px; }
#header .navbutton {
right: 190px; } }
#header .navbutton:before {
content: '\f0c9';
font: 2.53rem "FontAwesome";
display: block;
margin: 14px 0 -6px; }
#header .navbutton:hover:after {
content: '';
position: absolute;
width: 87px;
height: 84px;
bottom: -2px;
right: 41px; }
#header .navbutton:hover {
background: #fff;
color: #008ecd;
border-color: #008ecd; }
#header .nav {
margin: 0;
padding: 0;
list-style: none;
position: absolute;
bottom: 0;
right: 126px;
width: 270px;
background: #008ecd;
border: 2px solid #fff;
display: none;
text-align: left;
text-transform: none; }
#header .navbutton:hover .nav {
display: block; }
#header .nav:before {
content: '';
position: absolute;
bottom: -2px;
right: -30px;
border: 14px solid #fff;
border-color: #fff transparent transparent #fff; }
#header .nav:after {
content: '';
position: absolute;
bottom: 0;
right: -26px;
border: 12px solid #008ecd;
border-color: #008ecd transparent transparent #008ecd; }
#header .nav > li {
padding: 0 20px;
margin-top: -1px;
transition: all .1s;
position: relative;
z-index: 150; }
#header .nav > li:nth-of-type(2) {
z-index: 140; }
#header .nav > li:nth-of-type(3) {
z-index: 130; }
#header .nav > li:nth-of-type(4) {
z-index: 120; }
#header .nav > li:nth-of-type(5) {
z-index: 100; }
#header .nav > li:hover {
background: #cce8f5; }
#header .nav > li > a {
display: block;
padding: 8px 0 8px 20px;
border-bottom: 1px solid #cce8f5;
color: #fff;
font-weight: 400;
font-size: 1.17rem;
text-decoration: none;
transition: all .1s;
position: relative; }
#header .nav > li:last-of-type > a {
border: none; }
#header .nav > li:hover > a {
color: #008ecd; }
#header .nav > li.hatsub > a:after {
content: '\f104';
font: 25px "FontAwesome";
position: absolute;
left: 0;
top: 5px; }
#header .nav > li > ul {
position: absolute;
right: 255px;
top: 10px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
width: 270px;
background: #008ecd;
border: 2px solid #fff;
display: none; }
#header .nav > li:hover > ul {
display: block; }
#header .nav > li > ul > li {
padding: 0 20px;
margin-top: -1px;
transition: all .1s;
position: relative; }
#header .nav > li > ul > li:hover {
background: #cce8f5; }
#header .nav > li > ul > li > a {
display: block;
padding: 8px 0;
border-bottom: 1px solid #cce8f5;
color: #fff;
font-weight: 400;
font-size: 1.17rem;
text-decoration: none;
transition: all .1s;
position: relative; }
#header .nav > li > ul > li:last-of-type > a {
border: none; }
#header .nav > li > ul > li:hover > a {
color: #008ecd; }
#inhalt {
position: relative;
margin: 0 auto;
padding-bottom: 50px; }
.related {
padding-top: 2em;
clear: both; }
@media (min-width: 760px) {
#inhalt {
width: 740px; }
.main {
width: 100%; } }
@media (min-width: 980px) {
#inhalt {
width: 960px; }
.oben {
width: 640px;
margin-bottom: 30px; }
.oben-breit {
width: 960px; }
.main {
width: 640px;
margin-right: 50px;
float: left; }
.related {
width: 270px;
padding-top: 0;
float: left;
clear: none; } }
#inhalt h1 {
font-size: 1.67rem;
color: #333;
font-weight: 600; }
#inhalt h2 {
font-size: 1.33rem;
color: #333;
font-weight: 600;
margin-top: 1.5em; }
#inhalt h3 {
font-size: 1.17rem;
color: #333;
font-weight: 400; }
#inhalt h4 {
font-size: inherit;
color: #333;
font-weight: 400; }
#inhalt h1:first-child,
#inhalt h2:first-child {
margin-top: 0; }
.weiter,
.rueck {
display: inline-block;
text-align: center;
text-decoration: none;
color: #333;
width: 50%;
background: #d9d9d9;
outline: 2px solid #fff;
border: none;
border-bottom: 2px solid #008ecd;
padding: 5px;
font-size: 1.17rem;
transition: background .1s, color .1s;
margin-top: 1em; }
.weiter:hover,
.rueck:hover {
background: #008ecd;
color: #fff;
outline: 2px solid #fff; }
.weiter {
font-weight: 600;
float: right; }
.weiter.breit {
display: none; }
@media (min-width: 500px) {
.weiter.schmal {
display: none;
}
.weiter.breit {
display: block;
}
}
.icon {
font-family: 'FontAwesome', 'Open Sans', sans-serif; }
.fortschritt {
margin: 0;
padding: 0;
list-style: none;
width: 100%; }
.fortschritt li {
float: left;
background: #d9d9d9;
border-bottom: 2px solid #d9d9d9;
width: 20%;
outline: 2px solid #fff;
font-weight: 600;
text-align: center;
position: relative; }
.fortschritt li.ok,
.fortschritt li.hier {
border-color: #008ecd; }
.fortschritt a,
.fortschritt span {
display: block;
width: 100%;
padding: 2px 10px 5px;
color: inherit;
text-decoration: none;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
height: 34px; }
.fortschritt a:hover {
background: #008ecd;
color: #fff; }
.fortschritt a:before,
.fortschritt span:before {
content: '1';
color: #000;
display: block;
background: #fff;
border-radius: 30px;
width: 22px;
height: 22px;
position: relative;
margin: 5px 0 5px 50%;
left: -11px;
overflow: hidden; }
@media (min-width: 600px) {
.fortschritt a,
.fortschritt span {
height: auto; } }
@media (min-width: 980px) {
.fortschritt a:before,
.fortschritt span:before {
display: inline-block;
top: 5px;
margin: 0 0.5em 0 0; } }
.fortschritt li:nth-of-type(2) a:before,
.fortschritt li:nth-of-type(2) span:before {
content: '2'; }
.fortschritt li:nth-of-type(3) a:before,
.fortschritt li:nth-of-type(3) span:before {
content: '3'; }
.fortschritt li:nth-of-type(4) a:before,
.fortschritt li:nth-of-type(4) span:before {
content: '4'; }
.fortschritt li:nth-of-type(5) a:before,
.fortschritt li:nth-of-type(5) span:before {
content: '5'; }
.fortschritt li.hier span:before {
background: #008ecd;
color: #fff; }
#planer {
border-collapse: separate;
margin: 0 auto; }
#planer th,
#planer td {
font-weight: 300;
position: relative; }
#planer thead th {
font-family: "Open Sans Condensed";
font-weight: 400;
padding: 0; }
#planer thead th.b80 {
width: 80px; }
#planer th,
#planer td {
width: 40px;
border: 1px solid #fff;
padding: 0 10px; }
#planer tbody th,
#planer tbody td {
padding: 0;
font-size: 1.17rem; }
#planer tbody td select,
#planer tbody td input,
#planer tbody th select,
#planer tbody th input {
width: 100%;
background-color: transparent;
border: none;
margin: 0; }
#planer tbody td select::-ms-expand {
display: none; }
@media (max-width: 374px) {
#planer tbody td select,
#planer tbody td input {
padding-left: 0;
padding-right: 0;
}
}
#planer input {
padding: 5px 10px; }
#planer tbody .blau td select:hover {
background-color: #008ecd;
color: #fff; }
#planer tbody .orange td select:hover {
background-color: #ff5722; }
#planer tbody .gelb td select:hover {
background-color: #ffc107; }
#planer tbody .gruen td select:hover {
background-color: #4baf4f;
color: #fff; }
#planer tbody th {
width: 340px;
text-align: left;
overflow: hidden;
padding: 5px 10px;
font-size: 1.17rem;
border-left: none; }
#planer tbody th.nopad {
padding: 0; }
#planer tbody th.seminar .pre {
display: inline-block;
position: absolute;
left: 10px;
top: 6px; }
#planer tbody th.seminar select {
width: 90%;
float: right; }
#planer th.pruefung,
#planer td.pruefung {
border-right: none; }
@media (min-width: 980px) {
#planer tbody th {
width: 240px; } }
#planer tbody td {
text-align: center; }
#planer tbody td.pruefung {
font-weight: 600; }
#planer .blau th {
background: #008ecd;
color: #fff; }
#planer .blau td {
background: #cce8f5; }
#planer .gruen th {
background: #4baf4f;
color: #fff; }
#planer .gruen td {
background: #dbefdc; }
#planer .orange th {
background: #ff5722; }
#planer .orange td {
background: #ffddd3; }
#planer .grau th {
background: #d9d9d9; }
#planer .grau td {
background: #d9d9d9; }
#planer .gelb th {
background: #ffc107; }
#planer .gelb td {
background: #fff3cd; }
#planer .plus th,
#planer .plus td {
background: #eee; }
#planer #add_profilfach {
cursor: pointer; }
#planer #add_profilfach .fa-plus-circle {
color: #008ecd !important; }
#planer tr .entfernen {
position: absolute;
right: 10px;
top: 5px;
color: #008ecd;
width: 20px;
height: 20px;
cursor: pointer; }
#planer tr.green .entfernen, #planer tr.gruen .entfernen, #planer tr.orange .entfernen, #planer tr.blau .entfernen, #planer tr.gelb .entfernen {
color: #fff; }
#planer tbody .zwischen td {
text-align: left;
font-size: 1.17rem;
padding: 0 10px; }
#planer tfoot td {
font-weight: 600;
font-size: 1.17rem;
position: relative;
padding-top: 5px;
text-align: center; }
#planer tfoot td:before {
content: '';
display: block;
position: absolute;
top: -1px;
left: 0;
width: 100%;
height: 0;
background: #000;
margin: 0 -1px;
border: 1px solid #000;
box-sizing: content-box; }
#planer tfoot td.ergebnis-text {
text-align: right;
color: #4baf4f; }
#planer tfoot td.ergebnis-text.fehler {
color: #ff5722; }
#planer tfoot td.ergebnis-text:before {
display: none; }
#planer tfoot td.ergebnis-text:after {
content: '\a0\a0\f061';
font-family: "FontAwesome";
font-size: .87rem; }
#planer tfoot td.ergebnis-text.ok:after {
content: '\a0\a0\f00c';
font-family: "FontAwesome";
font-size: .87rem; }
#planer tfoot td.ergebnis-jws:after,
#planer tfoot td.ergebnis-hj:after,
#planer tfoot td.ergebnis-pruefung:after {
content: '!';
font-size: .66rem;
font-weight: 800;
display: block;
position: absolute;
background: #4baf4f;
border-radius: 20px;
width: 10px;
height: 10px;
text-align: center;
color: #fff;
line-height: 1em;
top: 5px;
right: 20px; }
#planer tfoot td.ergebnis-pruefung:after {
right: 10px; }
#planer tfoot td.ok:after {
content: '\f00c';
font: .53rem "FontAwesome"; }
#planer tfoot td.ergebnis-jws.warnung:after,
#planer tfoot td.ergebnis-hj.warnung:after,
#planer tfoot td.ergebnis-pruefung.warnung:after {
content: '?';
background: #ffc107; }
#planer tfoot td.ergebnis-jws.fehler:after,
#planer tfoot td.ergebnis-hj.fehler:after,
#planer tfoot td.ergebnis-pruefung.fehler:after {
content: '!';
background: #ff5722; }
@media (min-width: 760px) {
#planer .b80 input {
padding-left: 35px; }
#planer .b80 select {
padding-left: 30px; }
#planer .b80 select.condensed {
padding-left: 25px; } }
.eng {
display: none; }
#planer .sp-show {
display: none; }
.planer-info {
display: block;
position: absolute;
right: 7px;
top: 7px;
background: #ffc107;
border: 2px solid #fff;
box-shadow: 0 0 10px 5px #ffc107;
text-decoration: none;
color: #333;
width: 24px;
height: 24px;
border-radius: 50px;
text-align: center;
line-height: 17px; }
.planer-info:before {
content: '\f129';
font: 1rem "FontAwesome"; }
@media (max-width: 759px) {
#planer thead th.b80 {
width: 40px; }
#planer .sp-hide {
display: none; }
#planer .sp-show {
display: block; }
#planer th.sp-show,
#planer td.sp-show {
display: table-cell; }
.weit {
display: none; }
.eng {
display: block; }
#planer tbody th {
width: 198px;
overflow: hidden; }
#planer tfoot td.ergebnis-hj:after,
#planer tfoot td.ergebnis-pruefung:after {
right: 5px; } }
@media (max-width: 360px) {
#planer {
margin: 0 -10px; } }
@media (max-width: 359px) {
#planer tbody th {
width: 158px; } }
#footer {
position: relative;
margin: 0 auto;
padding: 10px 0 50px;
overflow: hidden;
color: #333;
border-top: 2px solid #d9d9d9; }
#footer h3 {
font-size: 1rem;
font-weight: 600; }
#footer ul {
margin: 0;
padding: 0;
list-style: none; }
#footer ul a {
text-decoration: none;
color: #333;
display: block;
padding-left: 15px;
position: relative; }
#footer ul a:before {
content: '\f105';
font-family: "FontAwesome";
display: block;
position: absolute;
left: 0; }
#footer ul a:hover {
color: #008ecd; }
@media (min-width: 500px) {
#footer > .spalte {
width: 33%;
padding-right: 1em;
float: left; } }
#footer > .spalte1 {
width: 100%;
text-align: right; }
#footer > .spalte2 h3 {
display: none; }
@media (min-width: 500px) {
#footer > .spalte2 h3 {
display: block; } }
@media (min-width: 760px) {
#footer > .spalte1 {
text-align: left; } }
#footer > .spalte1 img.wappen {
width: 300px;
margin-top: 15px; }
@media (min-width: 760px) {
#footer {
width: 740px; }
#footer > .spalte {
width: 25%; } }
@media (min-width: 980px) {
#footer {
width: 960px; } }
.schule_autocomplete {
border: 2px solid #008ECD;
padding: 5px 10px;
width: 190px;
}
ul.ui-autocomplete {
background: #008ECD !important;
margin: 0;
padding: 0;
border: 2px solid #fff;
}
ul.ui-autocomplete li {
margin: 0 !important;
padding: 0 !important;
line-height: 130% !important;
border: 2px solid #008ECD;
}
ul.ui-autocomplete li.ui-state-focus {
background: #fff !important;
}
ul.ui-autocomplete a {
color: #000;
display: block;
padding: 5px 10px;
cursor: pointer;
color: #fff;
}
ul.ui-autocomplete li.ui-state-focus a {
color: #008ECD;
}
ul.ui-autocomplete a:hover {
color: #000;
background: #fff !important;
}
/*
select.blau, .blau option,
select.orange, .orange option,
select.gelb, .gelb option,
select.gruen, .gruen option {
background-color: #000;
border-color: #000;
color: #fff;
}
#planer .blau th,
#planer .orange th,
#planer .gelb th,
#planer .gruen th,
#planer .blau td,
#planer .orange td,
#planer .gelb td,
#planer .gruen td {
background-color: #fff;
color: #000;
border: 2px solid #000;
}
#planer tr {
border-bottom: 2px solid #fff;
}
.planer-info {
-webkit-box-shadow: none;
box-shadow: none;
}
*/
#kontrast_toggle,
#schrift_toggle {
display: none;
}
.typo3-messages {
border: 2px solid #FF5722;
padding: 5px 10px;
margin-bottom: 1em;
overflow: hidden;
}
.typo3-messages .media-left {
float: left;
margin-right: .5em;
}
.typo3-messages .media-body {
float: left;
margin-top: .6em;
}
.typo3-messages .fa {
color: #fff;
}
.typo3-messages .fa-circle {
color: #FF5722;
}
@media (min-width: 760px) {
#kontrast_toggle,
#schrift_toggle {
display: block;
color: #008ECD;
position: absolute;
right: 0;
top: 300px;
}
#kontrast_toggle {
right: 30px;
}
}
#spinner-loader {
margin-left: -25px;
color: #008ECD;
}
.ergebnis-jws,
.ergebnis-hj,
.ergebnis-pruefung {
cursor: pointer;
}