.top-section > .holder:after,
.top-section .sub-nav .slide:after,
.menu-section #nav:after {
	content: " ";
	display: block;
	clear: both;
}

.top-section .breadcrumbs ul,
.top-section .sub-nav .slide ul,
.menu-section #nav ul,
.carousel .mask .slideset,
.carousel .pagination ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #555;
	background: #fff;
	font: 16px/1.25 Arial, Helvetica, sans-serif;
	min-width: 1004px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	/*max-width: 100%;*/
	/*height: auto;*/
}

a {
	text-decoration: none;
	color: #43bef2;
}

// a:hover {
// 	text-decoration: underline;
// }

#header input,
#header textarea,
#header select {
	font: 100% Arial, Helvetica, sans-serif;
	color: #101010;
	vertical-align: middle;
}

#header form,
#header fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

#header button::-moz-focus-inner,
#header input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

#header button,
#header input[type="button"],
#header input[type="reset"],
#header input[type="file"],
#header input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	border: none;
}

#header input[type="text"],
#header input[type="tel"],
#header input[type="email"],
#header input[type="url"],
#header input[type="password"],
#header input[type="search"],
#header textarea {
	margin: 0;
	padding: 6px 7px;
	font-size: 12px;
	line-height: 14px;
	height: 27px;
	background: #f3f3f3;
	box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .1);
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: none;
	width: 147px;
}

#header input[type="text"]:focus,
#header input[type="tel"]:focus,
#header input[type="email"]:focus,
#header input[type="url"]:focus,
#header input[type="password"]:focus,
#header input[type="search"]:focus,
#header textarea:focus {
	border-color: #939393;
}

#header textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

#header input[type="checkbox"],
#header input[type="radio"] {
	padding: 0;
}

#header input[type="search"]::-webkit-search-cancel-button,
#header input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?s8mm2q");
	src: url("fonts/icomoon.eot?#iefixs8mm2q") format("embedded-opentype"), url("fonts/icomoon.woff?s8mm2q") format("woff"), url("fonts/icomoon.ttf?s8mm2q") format("truetype"), url("fonts/icomoon.svg?s8mm2q#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "\e600";
}

.icon-error:before {
	content: "\e60b";
}

.holder {
	max-width: 1004px;
	margin: 0 auto;
}

#wrapper {
	padding-top: 151px; /*39*/
	position: relative;
	width: 100%;
	overflow: hidden;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4;
}

#header {
	padding-top: 111px;
}

#header.fixed {
	position: fixed;
	padding-top: 191px;
}

#header.fixed .menu-section #nav a {
	padding: 16px 21px 16px 22px;
	-webkit-transition: .5s;
	transition: .5s;
}

#header.fixed .menu-section #nav .drop a {
	padding: 0;
	-webkit-transition: none;
	transition: none;
}

.header-holder {
	width: 1004px;
	margin: 0 auto;
}

.top-section {
	padding: 0 15px;
	min-width: 1004px;
	background: #323232;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.top-section .breadcrumbs {
	padding: 6px 0;
	float: left;
	font-size: 10px;
	letter-spacing: .75px;
	max-width:250px;
	line-height: 13px;
}

.top-section .breadcrumbs ul li {
	float: left;
	color: #fff;
}

.top-section .breadcrumbs ul li a {
	display: block;
	color: #757575;
	padding: 0 25px 0 0;
}

.top-section .breadcrumbs ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.top-section .breadcrumbs ul li a:after {
	content:'>';
	position:absolute;
	width:8px;
	height:8px;
	padding-left:8px;
}
.top-section .breadcrumbs ul li:last-child a:after{
	content: '';
}



.top-section .navbar-right {
	float: right;
}

.top-section .sub-nav {
	float: left;
	font-size: 14px;
	letter-spacing: 1px;
	position: relative;
	border-right: 1px solid #323232;
}

.top-section .sub-nav .opener {
	float: left;
	padding: 11px 13px 10px;
	color: #101010;
	background: #fd0;
}
.top-section .sub-nav.kinderbetreuung .opener{
	background: #fdc931 !important;
}

.top-section .sub-nav.ferienpass .opener{
	background: #fdb731 !important;
}

.top-section .sub-nav.earlyPromotion .opener{
	background: #fda531 !important;
}

.top-section .sub-nav.schoolRoom .opener{
	background: #FD9331 !important;
}

.top-section .sub-nav .opener:hover {
	text-decoration: none;
}

.top-section .sub-nav:hover .slide {
	visibility: visible;
	opacity: 1;
}

.top-section .sub-nav .slide {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
	position: absolute;
	z-index: 4;
	top: 38px;
	left: -238%;
	width: 536px;
	background: #fd0;
}
.top-section .sub-nav.kinderbetreuung .slide {
	background: #fdc931 !important;
}
.top-section .sub-nav.ferienpass .slide {
	background: #fdb731 !important;
}

.top-section .sub-nav .slide ul {
	float: left;
	width: 33.33%;
	padding: 30px 0 15px 30px;
}

.top-section .sub-nav .slide ul li {
	margin-bottom: 10px;
}

.top-section .sub-nav .slide ul li a {
	display: block;
	color: #a08c0b;
	text-decoration: none;
}
.top-section .sub-nav.kinderbetreuung .slide ul li a {
	color: #947210;
}
.top-section .sub-nav.ferienpass .slide ul li a {
	color: #946916;
}
.top-section .sub-nav.earlyPromotion .slide ul li a {
	color: #fda531;
}

.top-section .sub-nav.schoolRoom .slide ul li a {
	color: #FD9331;
}



.top-section .sub-nav .slide ul li a:hover,.top-section .sub-nav.kinderbetreuung .slide ul li a:hover, .top-section .sub-nav.ferienpass .slide ul li a:hover, .top-section .sub-nav.earlyPromotion .slide ul li a:hover,.top-section .sub-nav.schoolRoom .slide ul li a:hover {
	color: #101010;
}

.top-section .sub-nav .slide ul li.active a, .top-section .sub-nav.kinderbetreuung .slide ul li.active a, .top-section .sub-nav.ferienpass .slide ul li.active a, .top-section .sub-nav.earlyPromotion .slide ul li.active a, .top-section .sub-nav.schoolRoom .slide ul li.active a {
	color: #101010;
}



.top-section .sub-nav .slide ul li a strong {
	display: block;
	font-size: 14px;
	line-height: 18px;
}

.top-section .sub-nav .slide ul li a span {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
}

.top-section .login-form-holder {
	float: left;
	font-size: 11px;
	padding: 13px 15px 13px 16px;
	position: relative;
}

.top-section .login-form-holder:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 18px;
	background: #757575;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 2px;
}

.top-section .login-form-holder .opener {
	float: left;
	color: #959595;
}

.top-section .login-form-holder .opener:hover {
	text-decoration: none;
	color: #fff;
}

.top-section .login-form-holder:hover .slide1 {
	display: block;
}

.top-section .login-form-holder:hover .opener {
	color: #fff;
}

.top-section .login-form-holder .slide1 {
	display: none;
	position: absolute;
	z-index: 4;
	top: 110%;
	left: -139%;
	width: 197px;
}

.top-section .login-form-holder .slide1 .wrap {
	width: 170px;
	background: #fff;
	padding: 10px 11px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
	position: relative;
}

.top-section .login-form-holder .slide1 .wrap:after {
	position: absolute;
	bottom: 100%;
	right: 33px;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 0 10px 8px 10px;
	border-color: transparent transparent #fff transparent;
}

.top-section .login-form-holder .slide1 .wrap .login-form {
	font-size: 12px;
}

.top-section .login-form-holder .slide1 .wrap .login-form .row {
	margin-bottom: 6px;
	position: relative;
}

.top-section .login-form-holder .slide1 .wrap .login-form .row .cross {
	display: none;
}

.top-section .login-form-holder .slide1 .wrap .login-form .btn {
	float: right;
	background: #64a856;
	color: #fff;
	padding: 6px 15px;
	min-width: 60px;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.top-section .login-form-holder .slide1.error .wrap .login-form .row .cross {
	display: block;
	text-transform: capitalize;
	padding: 6px;
	position: absolute;
	background: #eb9595;
	color: #323232;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.top-section .login-form-holder .slide1.error .wrap .login-form .row .cross i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5px;
	font-size: 15px;
	color: #fff;
}

.top-section .search-form-holder {
	float: left;
	padding: 11px 0 7px 10px;
	position: relative;
}

.top-section .search-form-holder .opener {
	float: left;
	color: #959595;
}

.top-section .search-form-holder .opener:hover {
	text-decoration: none;
	color: #fff;
}

.top-section .search-form-holder:hover .slide2 {
	display: block;
}

.top-section .search-form-holder:hover .opener {
	color: #fff;
}

.top-section .search-form-holder .slide2 {
	display: none;
	position: absolute;
	top: 110%;
	right: 0;
	width: 197px;
	z-index: 4;
}

.top-section .search-form-holder .slide2 .wrap {
	width: 197px;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
	position: relative;
}

.top-section .search-form-holder .slide2 .wrap:after {
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 0 10px 8px 10px;
	border-color: transparent transparent #fff transparent;
}

.top-section .search-form-holder .slide2 .wrap .search-form {
	font-size: 12px;
	line-height: 14px;
}

.top-section .search-form-holder .slide2 .wrap .search-form input[type="submit"] {
	color: #fff;
	float: right;
	height: 27px;
	width: 30px;
	padding: 2px;
	text-align: center;
	background: #b3b3b3;
	/*text-transform: uppercase;*/
}

.menu-section {
	padding: 0 15px;
	position: absolute;
	min-width: 1004px;
	top: 38px;
	left: 0;
	right: 0;
	z-index: 3;
	background: #fff;
}

.menu-section #nav {
	position: relative;
}

.menu-section #nav ul {
	float: right;
	padding: 0 5px;
}

.menu-section #nav ul li {
	float: left;
	font-size: 16px;
	line-height: 18px;
}

.menu-section #nav ul li.active {
	text-decoration: none;
	background: #00628a;
}

.menu-section #nav ul li.active a {
	color: #fff;
}

.menu-section #nav ul li.active .drop {
	z-index: 2;
}

.menu-section #nav ul li.hover .drop {
	display: block;
	z-index: 4;
}

.menu-section #nav ul li a {
	display: block;
	color: #757575;
	padding: 31px 21px 25px 22px;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.menu-section #nav ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #00628a;
}

.menu-section #nav ul li ul.drop {
	background: #00628a;
	position: absolute;
	top: 100%;
	left: 0;
	right: 10px;
	padding: 0;
	text-align: right;
}

.menu-section #nav ul li ul.drop:after,
.menu-section #nav ul li ul.drop:before {
	content: "";
	top: 0;
	left: 100%;
	background: #00628a;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.menu-section #nav ul li ul.drop:after {
	left: auto;
	right: 100%;
}

.menu-section #nav ul li ul.drop li {
	float: none;
	display: inline-block;
	vertical-align: top;
	/*min-width: 115px;*/
	text-align: center;
	padding: 12px 15px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.menu-section #nav ul li ul.drop li:last-child {
	padding-right: 0;
}

.menu-section #nav ul li ul.drop li a {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .75px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	color: #43bef2;
}

.menu-section #nav ul li ul.drop li a:hover {
	color: #fff;
}

.menu-section #nav ul li ul.drop li.active a {
	color: #fff;
}

.school {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.school > .holder {
	max-width: 1040px;
}

.school .title {
	overflow: hidden;
	padding: 20px 20px 27px;
	width: 338px;
	background: rgba(255, 255, 255, .7);
}

.school .title h1 {
	color: #101010;
	font-size: 30px;
	line-height: 38px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 26px;
}

.school .title span {
	display: block;
}

.logo {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.logo a {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
}

.logo img {
	vertical-align: top;
}

/* carousel basic styles */

.carousel {
	position: relative;
	margin-bottom: 20px;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel .mask .slideset {
	width: 99999px;
	float: left;
	margin: 0;
}

.carousel .mask .slideset .slide {
	width: 100%;
	float: left;
}

.carousel .mask .slideset .slide img {
	max-width: none;
	width: 100%;
}

.carousel .mask .slideset .slide.active {
	z-index: 1;
}

.carousel .pagination {
	position: absolute;
	bottom: 31px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

.carousel .pagination ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 7px;
}

.carousel .pagination ul li.active a {
	width: 15px;
	height: 15px;
	background: #fff;
}

.carousel .pagination ul li a {
	display: block;
	background: #8092b2;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
}

.carousel .pagination ul li a:hover {
	background: #fff;
}

#main {
	padding: 0 15px;
}

#main > .holder {
	
	max-width: 1010px;
	overflow: hidden;
}

#main > .holder > .main-left{
	float: left;
	width: 250px;
	height: auto;
	padding: 25px 0 0 0;
}

#main > .holder > .main-right{
	float: right;
	width: 745px;
}

#main > .holder > .main-left h1 {
	color: #101010;
	font-size: 30px;
	line-height: 38px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 26px;
}

#main .article {
	padding: 35px 0 70px;
	font-size: 16px;
	line-height: 23px;
}

#main .article h1 {
	font-size: 27px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 32px;
}

#main .article h2 {
	font-size: 21px;
	line-height: 21px;
	letter-spacing: 1px;
	margin: 35px 0 18px 0;
}

#main .article h3 {
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 1px;
	margin: 30px 0 16px 0;
}

/*#main .article p {
	margin-bottom: 103px;
}*/

#main .article a {
	/*text-decoration: underline;*/
}

#main .article a:hover {
	text-decoration: none;
	color: #88d2ef;
}

#footer {
	padding: 0 15px;
}

#footer > .holder {
	padding: 20px 0 20px;
	overflow: hidden;
}

#footer a {
	display: block;
}

#footer .logo {
	float: right;
	width: 212px;
	height: 46px;
}

#footer img {
	vertical-align: top;
}



/*css/customers/schaffhausen/schaffhausen.php*/
.tiny {
    color: #000000;
    font-size: 3px;
}
.klein {
    color: #000000;
    font-size: 9px;
}
.klein_weiss {
    color: #ffffff;
    font-size: 9px;
}
bold {
    font-weight: 400;
}
table.normal td {
    border-width: 0;
    padding: 0;
    text-align: left;
}
.titel {
    font-size: 15px;
    font-weight: bold;
}
.input {
    background-color: #ffffff;
    color: #00628a;
    font-weight: normal;
}
.select {
    background-color: #ffffff;
    border: 1px solid #363636;
    color: #00628a;
    font-weight: normal;
    padding: 3px;
}
.select_stundenplan {
    background-color: #ffffff;
    border: 1px solid #363636;
    color: #00628a;
    font-size: 9px;
    font-weight: normal;
    width: 112px;
}
.area_658 {
    font-weight: bold;
    width: 669px;
}
img.border {
    border: 10px solid #d4f2ff;
}
img.border_2 {
    border: 1px solid #000000;
}
img.border_3 {
    border: 1px solid #af398f;
}
img.border_4 {
    border: 1px solid #000000;
    margin-bottom: 8px;
    margin-right: 8px;
}
img.border_5 {
    border: 1px solid #b5b5b5;
}
table.stats {
    background-color: #ffffff;
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    color: #000000;
    font-size: 8px;
    font-weight: normal;
    text-align: center;
}
table.stats td {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    padding: 3px;
    text-align: left;
}
table.stats td.hed {
    background-color: #dbdbdb;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-weight: bold;
    padding: 2px;
    text-align: left;
}
table.stats td.even {
    background-color: #ededed;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-weight: normal;
    padding: 4px;
    text-align: left;
}
table.stats_middle {
    background-color: #ffffff;
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    color: #000000;
    font-weight: normal;
    text-align: center;
}
table.stats_middle td {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    padding: 3px;
}
table.stats_middle td.hed {
    background-color: #dbdbdb;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-weight: bold;
    padding: 2px;
}
table.stats_middle td.hed_2 {
    background-color: #dbdbdb;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-weight: bold;
    padding: 2px;
    text-align: left;
}
table.table_normal {
    background-color: #ffffff;
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium;
    color: #000000;
    font-weight: normal;
    text-align: center;
}
table.table_normal td {
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium;
    color: #000000;
    padding: 1px;
    text-align: center;
}
table.navbox {
    background-color: #ffffff;
    border: 1px dashed #363636;
    color: #000000;
    font-weight: normal;
    text-align: center;
}
.nachricht {
    color: #00628a;
    font-size: 16px;
    line-height: 1.2;
}
table.table_normal_2 {
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium;
    font-weight: normal;
    text-align: left;
}
table.table_normal_2 td {
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium;
    padding: 0;
    text-align: left;
}









/*overwrite some rules*/
span.navigation{
	font: 18px/18px Arial, Helvetica, Sans-serif;
}
input.select {
  padding: 3px;
  font-size: 14px;
  font-family: Arial, Helvetica, Sans-serif;
  border: 1px solid #5a5a5a;
}
input{
	display: inline;
}

select {
  font-size: 14px;
  font-family: Arial, Helvetica, Sans-serif;

}
p.person-name-in-person-management span {
	font: 20px/20px Arial, Helvetica, Sans-serif;
}

table.table_agenda td{
	font: 14px/18px Arial, Helvetica, Sans-serif;
}

.folder-icon{
	margin-bottom: -2px;
}
.folder-preferences-icon{
	margin-bottom: -2px;
}
.tab_title{
	font-size: 22px;
}
.table_like_list li{
	font-size: 13px;
}
.titel{
	font-size: 19px;
}
#tabs_2 li{
	font-size: 13px;
}
.document-download-icon{
	padding-top: 5px;
}
.document-table td{
	font-size: 14px;
}
.search-category
{
	font-size:21px;
}
.person_name{
	font-size:18px;
}
.news-title{
	font-size: 21px;
	line-height: 21px;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
.my-account-page{
	font-size: 90% !important;
	line-height: 160% !important;
}
.teacher-list-name-column{
	width: 270px;
}

