/*Imports*/

@import "compass/css3";
@import "compass/css3";
@import url(https://fonts.googleapis.com/css?family=Patua+One|Open+Sans);
@import url('https://fonts.googleapis.com/css?family=Roboto:500');
.transition, #loginform button, #loginform .question label, #loginform .question input[type="text"], #loginform .question input[type="password"] {
    -moz-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    -o-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    -webkit-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
}

.transition, #inputfancy button, #inputfancy .question label, #inputfancy .question input[type="text"], #inputfancy .question input[type="password"] {
    -moz-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    -o-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    -webkit-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
}

@font-face {
    font-family: 'icomoon';
    src: url('../CreativeButtons/fonts/icomoon/icomoon.eot');
    src: url('../CreativeButtons/fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../CreativeButtons/fonts/icomoon/icomoon.woff') format('woff'), url('../CreativeButtons/fonts/icomoon/icomoon.ttf') format('truetype'), url('../CreativeButtons/fonts/icomoon/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Columns: 6, Gutter Width: 1.5, Breakpoints:  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

u {
	text-decoration: underline;
}

b {
	font-weight: bold;
}

.sortieren {
	border-right: 0.3em solid rgb(70, 140, 237);
	border-bottom: 0.3em solid rgb(70, 140, 237);
	border-radius: 10px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.autocolor {
	color: rgb(70, 140, 237);
	text-align: center;
}

input {
    color: rgb(70, 140, 237);
}

h5 {
    color: rgb(112, 112, 112);
    text-align: center;
}

#zurueckbuttonstyle {
    position: fixed;
    margin-top: 1em;
}

#settings_icon {
	text-align: center;
	height: 50px;
	font-size: 50px;
}

.settingsicon {
    background-image: url(../bilder/icons/settings_white.png);
    background-size: 48px;
    width: 48px;
    height: 48px;
    background-repeat: none;
    margin-left: auto;
    margin-right: auto;
}

.bewertungsdauer input[type="date"], .bewertungsdauer input[type="text"], .bewertungsdauer input[type="password"]  {
    height: 1.2em;
    border: 0;
    background-color: white;
    box-shadow: -8px 10px 0px -7px #ebebeb, 8px 10px 0px -7px #ebebeb;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
	font-size: 1em;
}

.bewertungsdauer input[type="date"]:focus, .bewertungsdauer input[type="text"]:focus, .bewertungsdauer input[type="password"]:focus {
    outline: none;
    box-shadow: -8px 10px 0px -7px rgb(70, 140, 237), 8px 10px 0px -7px rgb(70, 140, 237);
}

.indexheader {
    text-align: center;
}

.blog_posts {
    margin: 20px 0;
    background-color: #E6E7EA;
    text-align: center;
    display: none;
}

.blog_posts p {
    line-height: 1.5em;
}

.blog_posts a {
    color: #ec6a6a;
}

.blog_posts h3 {
    line-height: 2em;
    font-size: 25px;
}

.img_blog {
    width: 40%;
    height: auto;
}

.deletepost {
    background-image: url(../bilder/icons/delete.png);
    height: 32px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    width: 32px;
    margin-left: auto;
    margin-right: auto;
}

.deletecomment {
    font-size: 1.5em;
	cursor: pointer;
	width: 2em;
	text-align: center;
	border: 2px solid white;
	color: white;
	background-color: rgb(70, 140, 237);
	border-radius: 5px;
	padding: 0.3em;
	margin-top: 1em;
}

.unliking_comment {
	cursor: pointer;
	border: 2px solid white;
	color: white;
	background-color: rgb(70, 140, 237);
	width: 3em;
	text-align: center;
	border-radius: 5px;
}

.liking_comment {
	cursor: pointer;
	border: 2px solid white;
	color: white;
	background-color: rgb(70, 140, 237);
	width: 3em;
	text-align: center;
	border-radius: 5px;
}

.unliking {
    background-image: url(../bilder/icons/unlike.png);
    height: 32px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    width: 32px;
    margin-left: auto;
    margin-right: auto;
}

.liking {
    background-image: url(../bilder/icons/like.png);
    height: 32px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    width: 32px;
    margin-left: auto;
    margin-right: auto;
}

.comments {
    background-image: url(../bilder/icons/comments.svg);
    height: 32px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    width: 32px;
    margin-left: 5px;
	cursor: pointer;
}

.commentsdiv {
    margin: 5px 0;
}

.onecommentstyle {
    border-left: solid rgb(112, 112, 112);
    padding-left: 10px;
    margin-bottom: 5px;
	background-color: #E6E7EA;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.op_user {
	position: relative;
	float: right;
	font-size: 1.5em;
	color: rgb(70, 140, 237);
	background-color: white;
	border-radius: 5px;
	border: 2px solid rgb(70, 140, 237);
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-right: 2%;
}

.blog_user {
	position: relative;
	float: right;
	font-size: 1.5em;
	color: #CD7F32;
	background-color: white;
	border-radius: 5px;
	border: 2px solid #CD7F32;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-right: 2%;
}

.beitrag_rank {
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	font-size: 1.2em !important;
}

.blog_admin {
	position: relative;
	float: right;
	font-size: 1.5em;
	color: gold;
	background-color: white;
	border-radius: 5px;
	border: 2px solid gold;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-right: 2%;
}

.blog_moderator {
	position: relative;
	float: right;
	font-size: 1.5em;
	color: silver;
	background-color: white;
	border-radius: 5px;
	border: 2px solid silver;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-right: 2%;
}

.oneccommentstyle {
    border-left: solid rgb(182, 182, 182);
    padding-left: 10px;
    margin-bottom: 5px;
    margin-left: 2em;
}

.ccomments_comment {
    margin: 0 !important;
}

.ccomments_comment button {
    margin-top: 15px !important;
    background-color: white;
    border: 1px solid rgb(70, 140, 237);
    line-height: 0;
    font-size: 14px !important;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 15px !important;
    border-radius: 60px !important;
    color: rgb(70, 140, 237) !important;
    font-weight: 100 !important;
    letter-spacing: 0.01em !important;
    position: relative;
    z-index: 1;
}

.comments_comment button:hover {
    color: rgb(70, 140, 237) !important;
    background-color: white !important !important;
}

footer {
    height: 5em;
    background-color: #000;
    position: absolute;
}

.navtitle {
    text-align: center;
}

.height90 {
    height: 90px;
    text-align: center;
}

.inputbox {
    width: 90%;
    color: rgb(70, 140, 237);
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#text {
    text-align: center;
}

#nichtzusammen {
    line-height: 1em;
}

#qualilehrmeist div div h3 {
    background-color: #E6E7EA;
}

#questionsign {
    background-image: url("../bilder/fragezeichen.gif");
    background-repeat: no-repeat;
    width: 32px;
    /*or your image's width*/
    height: 32px;
    /*or your image's height*/
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}


/*Navigation Administrator*/

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('websymbols/websymbols-regular-webfont.woff') format('woff'), url('websymbols/websymbols-regular-webfont.ttf') format('truetype'), url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ca-menu {
    padding: 0;
    margin: 20px auto;
    width: 60%;
}

.ca-menu li {
    width: 100%;
    height: 7em;
    overflow: hidden;
    position: relative;
    display: block;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin: 4px 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-menu ul {
    display: none;
}

.ca-menu ul li {
    background: rgb(70, 140, 237);
}

.ca-menu ul li .ca-main {
    color: #fff;
    font-size: 1.5em;
}

.ca-menu ul li .ca-sub {
    color: #fff;
}

.ca-menu ul li .ca-content {
    height: auto;
}

.ca-menu li a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}

.ca-icon {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-shadow: 0px 0px 1px #333;
    line-height: 90px;
    position: absolute;
    width: 90px;
    left: 20px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-content {
    position: absolute;
    left: 120px;
    width: 75%;
    height: 60px;
    top: 20px;
}

.ca-main {
    color: rgb(70, 140, 237);
    font-size: 30px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-sub {
    font-size: 14px;
    color: rgb(70, 140, 237);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	font-style: italic;
}

.ca-menu li:hover {
    background: #e1f0fa;
}

.ca-menu ul li:hover {
    background: rgb(60, 140, 237);
}

.ca-menu li:hover .ca-icon {
    font-size: 40px;
    opacity: 0.8;
    text-shadow: 0px 0px 13px #fff;
}

@-webkit-keyframes moveFromBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromBottom {
    from {
        opacity: 0;
        -moz-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromBottom {
    from {
        opacity: 0;
        -ms-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}


/*Image Navigation Lehrling Benutzer*/

.navpoint {
    margin: 1em auto;
    width: 100%;
    height: auto;
}

h2 {
    clear: both;
    margin: 0 auto;
    color: rgb(255, 255, 255);
    font-weight: 800;
    font-size: 2em;
	text-transform: uppercase;
}

.cntnt>h2:first-child {
    padding-top: 0em;
}

.grid {
    list-style: none;
    width: 100%;
    padding-left: 2.6%;
    text-align: center;
}


/* Common style */

.grid figure {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 95%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    font-weight: 300;
    font-size: 1em;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2, .grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/*Steve*/

figure.effect-steve {
    z-index: auto;
    overflow: visible;
    background: transparent;
}

figure.effect-steve:before, figure.effect-steve h2:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-steve:before {
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
    opacity: 0;
}

figure.effect-steve figcaption {
    z-index: 1;
}

figure.effect-steve img {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0);
}

figure.effect-steve h2, figure.effect-steve p {
    background: #fff;
    color: #2d434e;
}

figure.effect-steve h2 {
    position: relative;
    margin-top: 10%;
    padding: 1%;
}

figure.effect-steve h2:before {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

figure.effect-steve p {
    margin-top: 1em;
    padding: 0.5em;
    font-weight: 800;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
}

figure.effect-steve:hover:before {
    opacity: 1;
}

figure.effect-steve:hover img {
    -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
    transform: perspective(1000px) translate3d(0, 0, 21px);
}

figure.effect-steve:hover h2:before {
    opacity: 0;
}

figure.effect-steve:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

body {
    padding: 0 1%;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    border-left: rgb(70, 140, 237) solid 8em;
    border-right: rgb(70, 140, 237) solid 8em;
    height: auto;
    color: rgb(70, 140, 237);
}

body h2 {
    color: rgb(70, 140, 237);
}

#indexbody h2 {
    color: white;
}

#indexbody .ca-content h2 {
    color: rgb(70, 140, 237);
}

#indexbody .ca-menu-2 .ca-content h2 {
    color: white;
}

#indexbody {
    padding: 0;
    border: none;
    background: rgb(70, 140, 237);
}

#indexbody figcaption h2 {
    color: #2d434e;
}


/*Normal Shit*/

#studerlogo {
    margin-left: auto;
    margin-right: auto;
    background-image: url(../bilder/studer_bw3.png);
    background-size: 100px;
    width: 100px;
    height: 51px;
}

* {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

#navi {
    /* Totale Breite: 150px */
    min-height: 200px;
    width: auto;
    margin: 10px 0px;
    float: left;
    text-decoration: none;
}

#navi ul li {
    text-decoration: none;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: rgb(70, 140, 237);
    /* Studer Blau */
}

table th, td {
    border-color: white;
}

#lehrlingselect {
    margin-left: auto;
    margin-right: auto;
}

.fullwidthtable {
    margin-top: 1em;
    text-align: center;
}

.fullwidthtable tr td {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/*All Selects*/


/*Validate*/

label.error {
    display: none !important;
}

#loginform.error {}

.error {
    background-color: rgb(255, 145, 136);
}

.selbtable {
    margin-bottom: 5px;
}

#qualizelle {
    padding: 10px 10px 10px 10px;
}


/*LoadAnimation*/

*, *:before, *:after {
    box-sizing: inherit;
}

.wrapper {
    position: absolute;
    z-index: 9000;
    font-size: 1.6rem;
    background: rgb(70, 140, 237);
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.clearfix:before, .clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.hourglass {
    display: block;
    background: rgb(70, 140, 237);
    margin: 3em auto;
    width: 2em;
    height: 4em;
    box-shadow: inset rgb(70, 140, 237) 0 0 0 0, inset #fff 0 2em 0 0, inset rgb(70, 140, 237) 0 0 4em 0;
    -webkit-animation: hourglass 0.7s linear infinite;
    animation: hourglass 0.7s linear infinite;
}

.outer {
    fill: #fff;
}

.middle {
    fill: rgb(70, 140, 237);
}

@-webkit-keyframes hourglass {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: inset rgb(70, 140, 237) 0 0 0 0, inset #fff 0 2em 0 0, inset rgb(70, 140, 237) 0 4em 0 0, inset #fff 0 4em 0 0;
    }
    80% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: inset rgb(70, 140, 237) 0 2em 0 0, inset #fff 0 2em 0 0, inset rgb(70, 140, 237) 0 2em 0 0, inset #fff 0 4em 0 0;
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        box-shadow: inset rgb(70, 140, 237) 0 2em 0 0, inset #fff 0 2em 0 0, inset rgb(70, 140, 237) 0 2em 0 0, inset #fff 0 4em 0 0;
    }
}

@keyframes hourglass {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: inset rgb(70, 140, 237) 0 0 0 0, inset #fff 0 2em 0 0, inset rgb(70, 140, 237) 0 4em 0 0, inset #fff 0 4em 0 0;
    }
    80% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: inset rgb(70, 140, 237) 0 2em 0 0, inset #fff 0 2em 0 0, inset rgb(70, 140, 237) 0 2em 0 0, inset #fff 0 4em 0 0;
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        box-shadow: inset rgb(70, 140, 237) 0 2em 0 0, inset #fff 0 2em 0 0, inset rgb(70, 140, 237) 0 2em 0 0, inset #fff 0 4em 0 0;
    }
}


/*Login*/

.page-bg {
    background: url('../bilder/bg-global.gif');
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

#loginform {
    margin: 0 auto;
    position: relative;
    display: block;
    width: 500px;
    box-sizing: border-box;
    padding: 30px 25px;
    background-color: white;
    border-radius: 40px;
    text-align: center;
}

#loginform button {
    margin-top: 35px;
    background-color: white;
    border: 1px solid rgb(70, 140, 237);
    line-height: 0;
    font-size: 17px;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 15px;
    border-radius: 60px;
    color: rgb(70, 140, 237);
    font-weight: 100;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
}

#loginform button:hover, #loginform button:focus {
    color: white;
    background-color: rgb(70, 140, 237);
}

#loginform .question {
    position: relative;
    text-align: center;
    padding: 10px 0;
}

#loginform .question:first-of-type {
    padding-top: 0;
}

#loginform .question:last-of-type {
    padding-bottom: 0;
}

#loginform .question label {
    transform-origin: left center;
    color: rgb(70, 140, 237);
    font-weight: 100;
    letter-spacing: 0.01em;
    font-size: 17px;
    box-sizing: border-box;
    padding: 10px 15px;
    display: block;
    position: relative;
    margin-top: -40px;
    z-index: 2;
    pointer-events: none;
    text-align: left;
}

#loginform .question input[type="text"], #loginform .question input[type="password"] {
    appearance: none;
    background-color: none;
    border: 1px solid rgb(70, 140, 237);
    line-height: 0;
    font-size: 17px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 60px;
    color: rgb(70, 140, 237);
    font-weight: bold;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
}

#loginform .question input[type="text"]:focus:required, #loginform .question input[type="password"]:focus:required {
    border: none;
    outline: none;
    background: rgb(70, 140, 237);
    color: white;
    margin-top: 30px;
}

#loginform .question input[type="text"]:valid, #loginform .question input[type="password"]:valid {
    margin-top: 30px;
}

#loginform .question input[type="text"]:focus~label, #loginform .question input[type="password"]:focus~label {
    -moz-transform: translate(0, -35px);
    -ms-transform: translate(0, -35px);
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
}

#loginform .question input[type="text"]:valid~label, #loginform .question input[type="password"]:valid~label {
    text-transform: uppercase;
    font-style: italic;
    -moz-transform: translate(5px, -35px) scale(0.6);
    -ms-transform: translate(5px, -35px) scale(0.6);
    -webkit-transform: translate(5px, -35px) scale(0.6);
    transform: translate(5px, -35px) scale(0.6);
}

#einlogwrap {
    margin: 40px 0px 20px 40px;
    width: 390px;
}


/*NO MORE loginform*/

#inputfancy {
    margin: 0 auto;
    position: relative;
    display: block;
    width: 50%;
    box-sizing: border-box;
    padding: 30px 25px;
    background-color: transparent;
    border-radius: 40px;
    text-align: center;
}

#inputfancy button {
    margin-top: 35px;
    background-color: white;
    border: 1px solid rgb(70, 140, 237);
    line-height: 0;
    font-size: 17px;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 15px;
    border-radius: 60px;
    color: rgb(70, 140, 237);
    font-weight: 100;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
}

#inputfancy button:hover, #inputfancy button:focus {
    color: white;
    background-color: rgb(70, 140, 237);
}

#inputfancy .question {
    position: relative;
    text-align: center;
    padding: 10px 0;
}

#inputfancy .question:first-of-type {
    padding-top: 0;
}

#inputfancy .question:last-of-type {
    padding-bottom: 0;
}

#inputfancy .question label {
    transform-origin: left center;
    color: rgb(70, 140, 237);
    font-weight: 100;
    letter-spacing: 0.01em;
    font-size: 17px;
    box-sizing: border-box;
    padding: 10px 15px;
    display: block;
    position: relative;
    margin-top: -40px;
    z-index: 2;
    pointer-events: none;
    text-align: left;
}

#inputfancy .question input[type="text"], #inputfancy .question input[type="password"] {
    appearance: none;
    background-color: transparent;
    border: 0;
    line-height: 0;
    font-size: 17px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 0;
    color: rgb(70, 140, 237);
    font-weight: bold;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgb(70, 140, 237);
}

#inputfancy .question input[type="text"]:focus:required, #inputfancy .question input[type="password"]:focus:required {
    border: none;
    outline: none;
    background: transparent;
    color: rgb(70, 140, 237);
    margin-top: 30px;
    border-bottom: 1px solid rgb(70, 140, 237);
}

#inputfancy .question input[type="text"]:valid, #inputfancy .question input[type="password"]:valid {
    margin-top: 30px;
}

#inputfancy .question input[type="text"]:focus~label, #inputfancy .question input[type="password"]:focus~label {
    -moz-transform: translate(0, -35px);
    -ms-transform: translate(0, -35px);
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
}

#inputfancy .question input[type="text"]:valid~label, #inputfancy .question input[type="password"]:valid~label {
    text-transform: uppercase;
    font-style: italic;
    -moz-transform: translate(5px, -35px) scale(0.6);
    -ms-transform: translate(5px, -35px) scale(0.6);
    -webkit-transform: translate(5px, -35px) scale(0.6);
    transform: translate(5px, -35px) scale(0.6);
}

#einlogwrap {
    margin: 40px 0px 20px 40px;
    width: 390px;
}

.einlogzelle_label {
    font-size: 18px;
    float: left;
    width: 180px;
    text-align: left;
    padding: 10px 0px 10px 0px;
}

.einlogzelle {
    float: left;
    padding: 10px 0px 10px 0px;
}

.einlogzelle input, .einlogzelle_label input {
    padding: 3px 3px 3px 3px;
    width: 200px;
}

#newpw {
    margin: 50px 0px 0px 30px;
    float: left;
    text-align: left;
    font-size: 16px;
}

#newpw tr {
    height: 40px;
}

#newpw input[type=password] {
    font-size: 18px;
    padding: 3px 3px 3px 3px;
    width: 200px;
}

.newpwheading {
    margin-top: 20px;
}

.break {
    clear: both;
}

.pwvergessen button:hover {
    cursor: pointer;
}

.loginbttn button:hover {
    cursor: pointer;
}

.button {
    border: 1px solid #006;
    background: #ccf;
}

.button:hover {
    border: 1px solid #f00;
    background: #eef;
}

.logout {
    border: none;
    background: rgb(255, 255, 255);
    color: rgb(70, 140, 237);
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
    padding: 10px 35px;
    overflow: hidden;
	text-transform: uppercase;
	cursor: pointer;
}

.logout:before {
    font-family: FontAwesome;
    content: "\f08b";
    position: absolute;
    top: 11px;
    left: -30px;
    transition: all 200ms ease;
}

.logout:hover:before {
    left: 7px;
}

.submit {
    border: none;
    background: rgb(70, 140, 237);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
    padding: 7px 12px;
    overflow: hidden;
	cursor: pointer;
	text-transform: uppercase;
	margin: 5px;
	font-size: 1.5em;
}

.like_button {
	border: 2px solid white;
    background: rgb(70, 140, 237);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
    padding: 7px 12px;
    overflow: hidden;
	cursor: pointer;
	font-size: 1.2em;
}

.delete_button {
	border: 2px solid white;
    background: rgb(70, 140, 237);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
    padding: 7px 12px;
    overflow: hidden;
	cursor: pointer;
}

.delete_button i{
	font-size: 2em;
}

.likeshow {
	background-color: white;
	width: 3.5em;
	padding: 0.5em;
	text-align: center;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	color: rgb(70, 140, 237);
}

.zurueck {
    border: none;
    background: rgb(70, 140, 237);
    color: rgb(255, 255, 255);
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
    padding: 10px 25px;
    overflow: hidden;
	cursor: pointer;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.zurueck i {
	font-size: 30px;
}


/* einlog.php und index.php */

#archiv {
    border: none;
    text-align: center;
}

#archiv h2 {
    margin: 1em 0;
}

#archiv h4 {
    text-align: center;
    margin-bottom: 0.5em;
	font-size: 1.2em;
	text-transform: uppercase;
}

#changelog ul, #archiv ul, .annotation ul {
    list-style-type: none;
}

.post {
    font-size: 1em;
    height: auto;
    padding: 1% 0.5%;
    color: rgb(255, 255, 255);
}

.post:nth-child(2n+2) {
    background-color: rgb(255, 255, 255);
    color: rgb(70, 140, 237);
}

.post:nth-child(2n+2) p, .post:nth-child(2n+2) h4 {
    color: rgb(70, 140, 237);
}

.devlog {
    position: relative;
}

.devlog img {
    width: 45px;
}

.annotation {
    width: 300px;
    float: right;
    border: none;
    color: grey;
    margin: 15px 0px 0px 5px;
}

.annotation div {
    background-color: #FCF0AD;
    padding: 10px;
    margin-bottom: 7px;
    border: 1px solid #e8db90;
}

.annotation b {
    padding-right: 5px;
    margin-bottom: 10px;
}

.matrixtable, .annotation div {
    font-size: 12px;
}

.fixingpin {
    float: right;
    position: absolute;
    right: 5px;
    margin-top: -32px;
}

.del_icon {
    width: 100px;
    text-align: center;
}

.dl_icon {
    border: none;
    background-color: none;
    font-size: 14px;
    text-align: left;
    color: rgb(70, 140, 237);
    opacity: 0.8;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    margin: 10px;
    line-height: 30px;
}

.dl_icon img, .dl_icon div {
    float: left;
    border: none;
}

.dl_icon:hover {
    cursor: pointer;
    opacity: 1;
    color: #2b4772;
}

.contact_icon {
    border: none;
    background-color: none;
    font-size: 14px;
    text-align: left;
    color: rgb(70, 140, 237);
    opacity: 0.8;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 10px;
    line-height: 30px;
}

.contact_icon img, .contact_icon div {
    float: right;
    border: none;
}

.contact_icon:hover {
    cursor: pointer;
    opacity: 1;
    color: #2b4772;
}

.betreuerhinzufuegtable td {
    height: 50px;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
}

.lehrberuftd {
    padding-left: 10px;
}

.checkboxes {
    padding-left: 15px;
    text-decoration: none;
}

.highlight_suround td {
    background-color: rgb(70, 140, 237);
    /* Studer Blau */
}

.zeilehinzufuegen {
    float: right;
    width: 200px;
    margin-top: -27px;
    clear: left;
}

.zeilehinzufuegen_btn {
    background-image: url(../bilder/navilink2.png);
    border: none;
    color: white;
    padding: 1px;
}

.zeilehinzufuegen_text {
    border-width: 2px;
}


/* Noten eintragen für Lehrlinge */

.klasse, .datepicker {
    width: 80px;
}

.berufsschule, .bms, .bmv {
    width: 100px;
}


/* Auswertungen */

#qp_table {
    width: 824px;
}

.hidden {
    display: none;
}

.niceselect {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
    width: 200px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;
}

.niceselect select {
    text-align: center;
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.niceselect select:focus {
    outline: none;
}

textarea {
    overflow: auto;
    height: 100px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
    border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
    border-image: none;
    border-radius: 6px 6px 6px 6px;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    color: #555555;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    padding: 5px 8px;
    transition: background-color 0.5s;
    background-color: rgba(0, 0, 0, 0.02);
}

textarea:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    outline-width: 0;
}

.star {
    color: red;
    font-size: 20px;
}

input[type=radio] {
    display:inline-block;
    width:15px;
    height:15px;
    border:1px solid blue;
    border-radius:50%;
    outline:none;
    box-shadow:0 0 5px 0px blue inset;
}

/* Lehrbrieflehrmeister */

.lockchk {
    margin: 10px 5px 0px;
    border: 3px solid red;
}

.lockwrap {
    float: left;
    font-size: 13px;
    color: white;
    background-color: red;
    margin: 20px 0px;
    border: 1px solid black;
    border-radius: 5px;
    width: 100%;
    height: 60px;
}

.lockwrap input {
    margin-top: 8px;
    margin-right: 10px;
    float: left;
}

.lbb_txt {
    float: left;
    padding: 12px 10px 0px 0px;
}

.hottopic {
    background-color: #FFFEE0;
}

.chkbetreuerlehrberuf {
    display: block;
    width: 550px;
}

.chkbetreuerlehrberuf li {
    font-size: 10px;
    float: left;
    margin-right: 25px;
    margin-bottom: 5px;
    text-decoration: none;
    list-style-type: none;
}

.hazard {
    float: left;
    width: 50px;
    margin: 7px 0px 0px 10px;
}

.notices table td {
    background-color: #FFFFCC;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #FFFF99;
}

.notices table td.star_td {
    font-size: 20px;
    font-weight: bold;
}

.notices table {
    margin-top: 10px;
    width: 100%;
}

.lbb_right, .lbb_left {
    float: left;
    text-align: left;
}

.lbb_left {
    margin-right: 30px;
}

.lbb_right {
    margin-top: 140px;
    margin-left: 10px;
    float: left;
    width: 350px;
}

.signatures {
    width: 350px;
    height: 150px;
}

.sign1 {
    float: left;
}

.sign2 {
    float: left;
    margin-left: 25px;
}

.persndaten {
    float: left;
    clear: both;
}

.userlevel {
    position: fixed;
    right: 0px;
    z-index: 1000;
    width: 45px;
}

.altlyout {
    font-size: 11px;
    margin: 10px 0px 0px 0px;
}

.altlyout input {
    margin-right: 5px;
}

.qz_select_table th {
    margin: 0px 20px 0px 0px;
}

.matrixtable {
    width: 100%;
    color: gray;
}

.matrixtable th {
    text-align: left !important;
}

.matrixtable td {
    padding-top: 3px;
}


/* BUTTONS */

.navilink2 {
    background-image: url(../bilder/navilink2.png);
    background-size: auto 100%;
    border: none;
    color: white;
    padding: 5px 5px 5px 5px;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 2px;
    cursor: pointer;
}

.navilink_slim {
    background-image: url(../bilder/navilink2.png);
    background-size: auto 100%;
    border: none;
    color: white;
    padding: 2px 4px 2px 4px;
    margin: 2px 0px 2px 0px;
    border-radius: 2px;
    cursor: pointer;
}

.navilink2:hover, .navilink_slim:hover, .navilink2_einlog:hover {
    background: transparent;
    background-image: url(../bilder/navilink3hover.png);
}

.navilink2_einlog {
    background-image: url(../bilder/navilink2.png);
    background-size: auto 100%;
    border: none;
    color: white;
    padding: 10px 20px 10px 20px;
    border-radius: 2px;
    cursor: pointer;
}

.freeze {
    background-color: white;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 2;
}

.fixed th:first-child {
    width: 306px;
}

.fixed th:nth-child(2n) {
    width: 217px;
}

.fixed th:nth-child(3n) {
    width: 217px;
}

.fixed th:nth-child(5n) {
    width: 217px;
}

.notentabelle2 {
    width: 100%;
    border: 1px solid black;
    font-size: 13px;
}

.notentabelle2 th {
    padding: 4px;
    border: 1px solid black;
}

.notentabelle2 td {
    padding: 2px 2px 2px 2px;
    border: 1px solid black;
    text-align: center;
}

.notentabelle {
    width: 100%;
    font-size: 13px;
}

.notentabelle td {
    padding: 2px 2px 2px 2px;
}

.notentabelle th {
    padding: 4px;
}

.notenoption {
	color: rgb(51, 153, 237);
}

.notentr {
	border-bottom: 1px solid black;
}

.chkfield {
    cursor: pointer;
    /*	background-image: url('../bilder/icons/alleserledigt.png');
		background-repeat:no-repeat;
		background-position:1px;*/
}

.chkfield input[type='checkbox'], .chkfield input[type='checkbox'] {
    /*display:none;*/
    margin-left: 5px;
}

#notenanz select {
    background: transparent;
}

input[type='checkbox'], input[type='radio'] {
    cursor: pointer;
}

.noten_info li {
    padding-left: 10px;
    list-style-type: none;
}

#icon_wrap {
    margin: 10px 0px 0px 0px!important;
}

.btn_adm_navi_home, .btn_adm_navi_logout {
    background: transparent;
    width: 70px;
    height: 50px;
    background-color: rgb(70, 140, 237);
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    background: -webkit-linear-gradient(rgb(34, 112, 254), rgb(70, 140, 237));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(34, 112, 254), rgb(70, 140, 237));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(34, 112, 254), rgb(70, 140, 237));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(34, 112, 254), rgb(70, 140, 237));
    /* Standard syntax */
}

.btn_adm_navi_logout:hover, .btn_adm_navi_home:hover {
    cursor: pointer;
    background: none;
    background-color: rgb(35, 83, 254);
}

.checkbox_hidden {
    visibility: hidden;
}

.notenliste  {
    text-align: center;
}

.achievements {
	float: left;
	background-color: white;
	padding: 5px;
	width: 3em;
	border-radius: 5px;
	position: relative;
}

.notenlistetbl {
    margin: auto;
    width: 50%;
}

.notenlistetbl td {
    border-bottom:1px solid #e7e7e7;
    padding-bottom: 5px;
}

.notenlistetbl h5 {
	margin-top: 1em;
	margin-bottom: 1em;
}


.notenlistebtn {
    float: right;
}

.notenlistesemester {
    float: left;
}

.qualihilfe {
    width: 100%;
    border: 1px solid black;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: white;
}

.qualihilfe, .qualihilfe tr, .qualihilfe tr td {
    border-collapse: collapse;
    border: 1px solid black;
}

.kategorie {
    width: 150px;
    text-align: center;
}

.emoji {
    width: 40px;
    text-align: center;
}

.text {
    width: 500px;
    padding-left: 20px;
}

.fragezeichenquali {
    float: right;
    margin-top: -30px;
}

.keinenote {
	color: white;
	margin: 0 auto;
	width: 90%;
}

.keinenote tr th{
}

.keinenote tr th p {
    font-weight: bold;
}

.externetd {
    padding-left: 20px;
    text-align: center;
    width: 300px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.externetd:nth-child(3) {
    border-right: none;
}

.externetd:nth-child(1) {
    border-left: none;
}

.externeinput {
    float: right;
    margin-right: 20px;
}

.externetd1 {
    padding-left: 20px;
    text-align: center;
    width: 300px;
}

#nichtzusammengef {
  width: 50% !important;
  margin-left: auto;
  margin-right: auto;
}


/*Responsive CSS*/

nav ul, nav li {
    margin: 0;
}

nav ul, ul {
    list-style: none;
}

.span1, .span2, .span3, .span4, .span5, .span6 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col {
    margin-left: 1.5%;
}

.col:first-child {
    margin-left: 0;
}

.span1 {
    width: 15.4166666667%;
}

.span2 {
    width: 32.3333333333%;
}

.span3 {
    width: 49.25%;
}

.span4 {
    width: 66.1666666667%;
}

.span5 {
    width: 83.0833333333%;
}

.span6 {
    width: 100%;
    margin-left: 0;
}

#container, .inner {}

#container {}

.alt {
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.05em;
}

.bewertungsinput input[type="radio"] {
    margin-right: 8%;
}

.bewertungsinput input[type="radio"]:last-child {
    margin-right: 0;
}


/* MEDIA QUERIES */

@media screen and (max-width: 910px) {
    .grid figure h2 {
        font-size: 70%;
    }
}

@media screen and (max-width: 850px) {
	.sortieren {
		border-right: 0.3em solid white;
		border-bottom: 0.3em solid white;
		width: 90%;
	}
	
    .nl_table th {
      background-color: white !important;
      color: rgb(70, 140, 237) !important;
    }
    .nl_table h4 {
      color: rgb(70, 140, 237);
    }
    .bewertungsdauer input[type="date"], .bewertungsdauer input[type="text"], .bewertungsdauer input[type="password"] {
        height: 1.2em;
        border: 0;
        background-color: rgb(70, 140, 237);
        color: #ffffff;
        box-shadow: -8px 10px 0px -7px rgb(75, 151, 255), 8px 10px 0px -7px rgb(75, 151, 255);
        -webkit-transition: box-shadow 0.3s;
        transition: box-shadow 0.3s;
    }
    .bewertungsdauer input[type="date"]:focus, .bewertungsdauer input[type="text"]:focus, .bewertungsdauer input[type="password"]:focus {
        outline: none;
        box-shadow: -8px 10px 0px -7px white, 8px 10px 0px -7px white;
    }
    .span4, article {
        width: 100%;
    }
    .span2 {
        width: 100%;
    }
    .grid {
        padding-left: 0;
    }
    .span3 {
        width: 100%;
    }
    #container, .inner {}
    .grid figure {
        width: 100%;
    }
    header img {
        width: 70%;
    }
    h2 {
        font-size: 1.5em;
		font-weight: bold;
    }
    #loginform {
        width: 100%;
        background-color: transparent;
    }
    #loginform .question label {
        color: rgb(255, 255, 255);
    }
    #loginform .question input[type="text"], #loginform .question input[type="password"] {
        border-radius: 0px;
        border: 0;
        border-bottom: 1px solid rgb(255, 255, 255);
        background-color: transparent;
        color: rgb(255, 255, 255);
    }
    #loginform .question input[type="text"]:focus:required, #loginform .question input[type="password"]:focus:required {
        background: transparent;
        color: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(255, 255, 255);
    }
    #loginform button {
        border-radius: 0px;
    }
    #loginform .question input[type="text"]:focus:required, #loginform .question input[type="password"]:focus:required {
        color: rgb(255, 255, 255);
    }
    /*NOMORE loginform*/
    #inputfancy {
        width: 100%;
        background-color: transparent;
    }
    #inputfancy .question label {
        color: rgb(255, 255, 255);
    }
    #inputfancy .question input[type="text"], #inputfancy .question input[type="password"] {
        border-radius: 0px;
        border: 0;
        border-bottom: 1px solid rgb(255, 255, 255);
        background-color: transparent;
        color: rgb(255, 255, 255);
    }
    #inputfancy .question input[type="text"]:focus:required, #inputfancy .question input[type="password"]:focus:required {
        background: transparent;
        color: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(255, 255, 255);
    }
    #inputfancy button {
        border-radius: 0px;
    }
    #inputfancy .question input[type="text"]:focus:required, #inputfancy .question input[type="password"]:focus:required {
        color: rgb(255, 255, 255);
    }
    #studerlogo {
        background-image: url(../bilder/studer_bw2.png);
    }
    .devlog {
        width: 100%;
        float: none;
    }
    .postp {
        width: 100%;
    }
    .ca-menu {
        width: 100%;
    }
    .ca-content {
        left: 0;
        top: 0;
        padding-top: 1em;
        padding-left: 0.5em;
        width: auto;
    }
    body {
        border: none;
        background-color: rgb(70, 140, 237);
        color: rgb(255, 255, 255);
    }
    .bewertungsinput input[type="radio"] {
        margin-right: 3%;
    }
    .bewertungsinput input[type="radio"]:last-child {
        margin-right: 0;
    }
    .zurueck, .submit {
        background-color: rgb(255, 255, 255);
        color: rgb(70, 140, 237);
    }
    h1, h2, h3, h4 {
        color: rgb(255, 255, 255);
    }
    body h2 {
        color: rgb(255, 255, 255);
    }
    #qualilehrmeist div div h3 {
        background-color: rgb(88, 150, 236);
    }
    #questionsign {
        background-image: url('../bilder/fragezeichen_white.png');
    }
    .notenlistetbl {
        margin: auto;
        width: 90%;
    }
    .blog_posts {
        background: rgb(88, 150, 236);
    }
	.op_user {
		font-size: 1.5em;
	}
    #likesanzeige {
        color: #d1d1d1 !important;
    }
    .liking {
        background-image: url(../bilder/icons/like_white.png);
    }
    .comments {
        background-image: url(../bilder/icons/comments_white.svg);
    }
    .img_blog {
        width: 70%;
    }
    .deletepost {
        
    }
    .deletecomment {
    }
    .onecommentstyle {
        border-color: #d1d1d1;
		background-color: rgb(70, 140, 237);
    }
	.autocolor {
		color: white;
	}
    .notenlistetbl h5 {
        color: #fff;
		border-left: 1.5em solid white;
		border-right: 1.5em solid white;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
		border-radius: 10px;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 20px;
    }
	h5 {
		color: #fff;
	}
    .ccomments_comment button {
        margin-top: 15px !important;
        background-color: white;
        border: 1px solid rgb(70, 140, 237);
        line-height: 0;
        font-size: 13px !important;
        display: inline-block;
        box-sizing: border-box;
        padding: 15px 15px !important;
        border-radius: 5px !important;
        color: rgb(70, 140, 237) !important;
        font-weight: 100 !important;
        letter-spacing: 0.01em !important;
        position: relative;
        z-index: 1;
    }
    .comments_comment button:hover {
        background-color: white !important;
    }
    #zurueckbuttonstyle {
        position: relative;
        text-align: center;
    }
    textarea {
        background-color: rgb(75, 151, 255);
        color: #ffffff !important;
    }
    textarea:focus {
        color: rgb(70, 140, 237) !important;
    }
    a {
        color: white;
    }
    .freeze {
        background-color: rgb(70, 140, 237);
    }
	.bewertungsdauer input {
		color: #ffffff !important;
	}
	.bewertungsdauer input[type="text"]::-webkit-input-placeholder {
		color: #ffffff !important;
	}
	.bewertungsdauer input[type="text"]::-moz-placeholder {
		color: #ffffff !important;
	}
	.bewertungsdauer input[type="text"]:-ms-input-placeholder {
		color: #ffffff !important;
	}
	.bewertungsdauer input[type="text"]:-moz-placeholder{
		color: #ffffff !important;
	}
}

@media screen and (max-width: 480px) {
    .img_blog {
        width: 100%;
    }
}

@media screen and (max-width: px) {}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.f_date_c:before {
    content: "\f073";
}

.fa {
    font-family: FontAwesome;
}

.fa-fw {
    text-align: center;
    width: 1em;
}

.fa-home::before {
    content: "";
}

.nl_table{
	margin: 0 auto;
	text-align: center;
	width: 90%;
}

.nl_table h4 {
	font-size: 25px;
}

.nl_table th {
	padding: 5px;
	background-color: rgb(70, 140, 237);
	color: white;
}

.nl_table td {
	border: 1px solid grey;
	border-collapse: collapse;
	vertical-align: middle;
	padding: 5px;
}

.nl_table td p {
	float: center;
}

.durchschnittsem td {
	
}

.res_table {
	width: 100%;
	overflow-x: auto;
}

.row-sem {
	width: 10%;
}

.row-fach{
	width: 45%;
}

.row-note {
	width: 20%
}

.row-datum {
	width: 15%
}

.row-durch {
	width: 5%;
}

.checkbox_align {
	margin-left: 40%;
	width: 60%;
	text-align: left;
}

.qualiliste th {
	padding: 5px;
}

.qualiliste td {
	padding: 5px;
}