@charset "utf-8";
/* CSS Grundschule Gutenzell-Hürbel */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

body {
	background: url("../img/bg.png") repeat-x scroll 0 0 #efefee;
	font-family: 'Viga', sans-serif;
	font-size: 100%;
}

.wrapper {
	max-width:950px;
	margin:0 auto;
}

.maincontent {
	margin:0 auto;
	width:100%;
	clear:both;
}

.home .main { 
	float:right;
	width:100%;
}

.main { 
	float:right;
	width:74%;
}

.home #content {
	padding:0px !important;
	margin-bottom:0em;
	/*margin-top:3em;*/
	width:99%;
}

#content {
	/*padding:0px 10px;*/
	margin-bottom:3em;
	float:left;
	width:99%;
}

img {
    border: 0 none;
    vertical-align: middle;
}

/*img, object, embed {
    max-width: 100%;
	height:auto;
	float:left;
}*/

.fotogalerie .basecontent-image {
	margin: 0em 2em 2em 0em;
	float:left;
}

.polaroid {
	width:180px;
	height:180px;
	margin-left:950px;
	margin-top:80px;
	position:absolute;
} 

.no-border { border: none !important; }

.basecontent-image {
	border:5px solid #d2c0a1;
	float:left;
}

.header-img .basecontent-image {
	border:none !important;
}

.logo {
	background: url("../img/logo.png") no-repeat scroll center center #B43412;
    position: relative;
	top:-12px;
    width: 190px;
	height:170px;
	background-color:#b43412;
	border-left: 10px solid #e8603c;
	border-right: 10px solid #e8603c;
	border-bottom: 10px solid #e8603c;
	box-shadow:1px 1px 5px #333;
	float:left;
}

/*---- Navigation --- */
.nav {
	padding-top:1em;
	/*float:left;*/
}

.nav ul {
	text-align:center;
	margin:0 !important;
}

.nav ul li {
	list-style:none;
	display:inline;
	margin-left:2em;
	font-size: 1em;
}

.nav a {
	text-decoration:none;
	color:#666;
}

.nav a:hover {
	color:#b43412;
	text-decoration:none;
}

.nav a.active, .subnav a.active {
	color:#b43412;
}

.currentParent a {
	color:#b43412;
}

.subnav {
	float:left;	
	width:22%;
	margin-right:2em;
}

.subnav ul {
	margin:0 !important;
	padding:0 !important;
}

.subnav ul li {
	list-style:none;
	margin-left: 0px !important;
	font-size:1em !important;
	line-height:2em !important;
}

.subnav ul li ul li {
	margin-left: 1em !important;
}

.subnav ul li ul li:before {
	content:"» ";
}


.subnav a {
	color:#666;
}

.subnav a:hover {
	color:#b43412;
	text-decoration:none;
}


/*---- Headlines --- */
.home h1 { 
	font-size: 1.3em;
	color:#333;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

h1 { 
	font-size: 1.5em;
	color:#b43412;
	margin-bottom: 1em;
}

h2 { 
	font-size: 1.2em;
	color:#333;
	margin:0em 0em 1em 0em;
}

h3{ 
	font-size: 1em; 
	margin: 0 0 1em 0;
	color:#333;
}

h5 {
	font-size:1em;
	color:#333;
	margin:0em 0em 1em 0em;
}


li {
	font-size:1em;
	list-style: square;
	margin-left: 2.2em;
	line-height:1.8;
}

p {
	font-size:1em;
}

p, ol, ul {
	line-height:1.6;
	color:#333;
	margin-bottom:2em !important;
}

a {
	color:#b43412;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

ul {
	padding:0;
	margin:0;
}

.basecontent-dvv-trenner hr {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    clear: both;
	float:left;
    color: rgba(0, 0, 0, 0);
    height: 1px;
    margin: 1.5em 0;
}

.composedcontent-langenargen---linie{
    border-bottom: 3px dotted #B43412;
    clear: both;
    height: 1px;
    margin: 1.5em 0;
    padding-bottom: 1.5em;
}

/*---- Header --- */
.home .header-img {
    /*border-right: 10px solid #EEE6DB;*/
    float: right;
    height: 100% !important;
    margin-top: -348px;
	margin-bottom:1em;
	clear:both;
	background-color: #B43412;
	width: 700px;
}

.home .header-img a { color:#fff; }
.home .header-img a:hover { text-decoration:underline; }

.header-img {
    border-left: 10px solid #EEE6DB;
    border-right: 10px solid #EEE6DB;
    float: right;
    height: 100% !important;
    margin-top: -348px;
	margin-bottom:2em;
	clear:both;
	background-color: #d2c0a1;
	width: 700px;
}


.header-img p {
    color:#fff;
	padding:0.6em 1em;
	font-size:1em;
	float:left;
	margin:0 !important;
	background-color: #B43412;
}

.notes {
	background: url("../img/block230x245.png") no-repeat scroll 0 0;
	width:230px;
	height:245px;
	float:left;
	clear:both;
}

.notes > ul {
	margin-top:3.5em !important;
	padding:0 !important;
	width:79%;

}

.notes li {
	list-style:none;
	font-size:0.8em;
	border-bottom: 1px solid #ccc;
}

.notes a {
	color:#999;
}

.notes a:hover {
	color:#B43412;
	text-decoration:none;
}

.float_left {
    display: inline;
    float: left;
    margin-bottom: 0.5em;
    margin-right: 1em;
}
.float_right {
    display: inline;
    float: right;
    margin-bottom: 0.15em;
    margin-left: 1em;
}
.center {
    display: block;
    margin: 0.5em auto;
    text-align: center;
}

/*---- Boxen --- */
.home .composedcontent-gutenzell-huerbel-gs---box {
	margin-bottom:1.5em;
}


.home .composedcontent-gutenzell-huerbel-gs---box p {
	font-size:0.8em !important;
	margin-bottom:1em !important;
}

.composedcontent-gutenzell-huerbel-gs---box {
	margin-bottom:1.5em !important;
}

.box-yellow {
	background-color:#f3dd74;
	padding:0.5em;
	border: 15px solid #ecc923;
	height:180px;
}

.box-red {
	background-color:#da917f;
	padding:0.5em;
	border: 15px solid #ca6147;
	height:180px;
}

.box-green {
	background-color:#afc47e;
	padding:0.5em;
	border: 15px solid #8caa46;
	height:180px;
}

.weiter-button a {
	background-color: #fff;
	padding: 0.3em 0.5em;
	color:#333;
}

.weiter-button a:hover {
	text-decoration:none;
	color:#b43412;
}

.composedcontent-gutenzell-huerbel-gs---box p {
	margin-bottom:1.5em !important;
}

/*---- Tabellen --- */
.basecontent-table{
	max-width:100%;
}

.basecontent-table tr {
}

.basecontent-table td {
	line-height:1.6;
	font-size: 1em;
	color:#333;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}

.basecontent-table thead {
	line-height:1.6;
	font-size: 1em;
	color:#333;
	font-weight:bold;
	margin-bottom:0.5em;
}

/*---- Formular --- */
.basecontent-form-editor form {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    width: 600px;
}

.basecontent-form-editor form fieldset {
    border: medium none;
}

.basecontent-form-editor .formElement input, .basecontent-form-editor .formElement select, .basecontent-form-editor .formElement span.left {
    float: left;
    font-size: 12px;
    margin: 0 -2px 2px 1ex;
    padding: 4px 0;
    width: 50%;
}

.basecontent-form-editor .formElement input, .basecontent-form-editor .formElement select {
    -moz-box-sizing: content-box;
    border: 2px dotted #AAAAAA;
	background-color:#fff !important;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    padding: 0.5em;
    margin: 0.5em;
}

.basecontent-form-editor .formElement textarea {
    -moz-box-sizing: content-box;
    border: 2px dotted #AAAAAA;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    padding: 0.5em;
    margin: 0em;
	background-color:#fff !important;
}

.basecontent-form-editor .formElement label, .basecontent-form-editor .formButton label {
    clear: both;
    display: block;
    float: left;
    font-weight: normal;
    position: relative;
    width: 24%;
	color:#666;
}

.basecontent-form-editor .formButton input {
	background-color:#E8603C !important;
	margin-top:0.5em !important;
	border:none !important;
	color:#fff !important;
	font-family: 'Viga', sans-serif;
	padding:0.3em;
}

.basecontent-form-editor form fieldset.formButtonContainer {
    text-align: left;
}

/*---- Login --- */
#loginForm {
    text-align: left;
    width: 28em;
	height: 250px;
	color:#b43412;
	background: url("../img/parents.png") no-repeat scroll right center;
}

#loginForm .type-text {
    margin: 1em 0;
}

#loginForm fieldset {
	border: 3px dotted #666;
	padding:1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#loginForm input {
	padding:0.3em;
}

#loginForm .button {
	background-color:#E8603C;
	margin-top:0.5em;
	border:none;
	color:#fff;
	font-family: 'Viga', sans-serif;
}

.quicklinks {
    float: left;
    margin-bottom: 1em;
    width: 940px;
}

.child1 {
	background: url("../img/child01.png") no-repeat scroll 0 0;
	height:89px;
	width:140px;
	position:absolute;
	margin-left:140px;
	margin-top:190px;
}

.child2 {
	background: url("../img/child02.png") no-repeat scroll 0 0;
	height:160px;
	width:84px;
	position:absolute;
	margin-left:940px;
	margin-top:40px;
}

/*---- Effekte --- */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0 !important;
}

.ui-widget-content { 
	background: none !important; 
	border: medium none !important; 
	margin: 0 !important; 
	padding: 0 !important; 
	background-color:#FFF;
}

.ui-tabs .ui-tabs-panel { 
	border-width: 0; 
	display: block; 
	padding: 0 !important; 
}

.ui-widget-header { 
	border: medium none !important; 
	color: #666666; 
	font-weight: bold;
}

.ui-tabs .ui-tabs-nav li { 
	border-bottom: 0 none !important; 
	float: left; 
	list-style: none outside none; 
	margin: 0 0.2em 0 0; 
	padding: 0 !important; 
	position: relative; 
	top: 0; 
	white-space: nowrap; 
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
	background: none; 
	cursor: pointer; 
	background-color: transparent; 
	border-top: 3px dotted #666; 
	border-bottom: 3px dotted #666;
	margin-bottom:1em !important; 
	border-left:none; 
	border-right:none; 
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { 
	border: medium none !important; 
	color:#095c86; 
	font-weight: bold; 
	text-decoration: none; 
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {  
	background: none repeat scroll 0 0 #EBEBEB !important; 
	border: medium none !important; 
	color: #666666; 
	font-weight: normal; 
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { 
	border: medium none !important; 
	text-decoration: none; 
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { 
	background: none repeat scroll 0 0 #EBEBEB !important; 
	border: medium none !important; 
	font-weight: normal; 
	opacity: 1;	
	border:none !important; 
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { 
	text-decoration: none; 
	color:#095c86; 
	font-weight:bold !important; 
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { 
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; 
	border: medium none !important;
	color: #363636; 
	margin: 0 !important; 
	padding: 0 !important; 
}

.ui-tabs { 
	margin: 0 !important; 
	padding: 0 !important; 
	position: relative; 
}

.ui-state-default .ui-icon { 
	float: right; 
}

.toggle_container { }

.toggle_container ul { 
	margin:0 0 2em 0 !important; 
}

.toggle_container p { 
	margin:0 0 1em 0 !important; 
}

h3.toggle_title { 
	font-size: 1.2em; 
	color:#B43412; 
	margin: 0; 
	padding:0.3em 0em; 
	clear: both;
}

.ui-widget { 
	margin-bottom: 1.5em; 
}

.ui-accordion .ui-accordion-content { 
	border-top: 0 none; 
	overflow: auto; 
	padding: 2em 0em 0.5em 0em !important; 
	min-height: auto !important;
}

.ui-icon-triangle-1-s { 
	background-position: -48px -128px; 
}

.ui-icon-triangle-1-e { 
	background-position: -16px -128px; 
}

.ui-accordion .ui-accordion-icons { 
	padding-left: 0.5em !important; 
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon { 
	float: right; left: 0em !important; 
	margin-top: 0px !important; 
	position:relative; 
}

.ui-widget-content { 
	background: url("images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF; 
	border: 1px solid #AAAAAA; 
	color: #666; 
}


#content .ui-widget {
	font-family: 'Viga';
	font-size: 100%;
}

.ui-widget-content a { 
	color:#095c86; 
}

/*---- Footer --- */

#footer {
    bottom: 0;
    width: 100%;
	background-color:#e8603c;
	left:0;
	position:fixed;
}


#footer .hilfsnavi {
    padding: 0.5em;
	color:#fff;
	text-align:center;
	margin:0 auto;
}
.hilfsnavi .adresse { float:left; }
.hilfsnavi .links { float:right; }

#footer .hilfsnavi ul {
	margin:0 !important;
	padding:0 !important;
	text-align:center;
}

#footer .hilfsnavi ul li {
	list-style:none !important;
	color:#FFF;
	display:inline;
	font-size:0.8em;
	margin-left:0em !important;
}


#footer .hilfsnavi ul li + li{

	margin-left:2.6em !important;
}

#footer .hilfsnavi ul li + li + li {

	margin-left:0em !important;
}

#footer .hilfsnavi a {
	text-decoration:none;
	color:#FFF;
}
 /* powered */
#footer .powered {
    padding: 0.3em;
	color:#fff;
	text-align:center;
	margin:0 auto;
	}

.powered { float:right; margin-right: 15px;}

#footer .powered ul {
	margin:0 !important;
	padding:0 !important;
	text-align:center;
}

#footer .powered ul li {
	list-style:none !important;
	color:#FFF;
	display:inline;
	font-size:0.8em;
	margin-left:0em !important;
}




#footer .powered ul li + li{

	margin-left:2.6em !important;
}

#footer .powered a {
	text-decoration:none;
	color:#FFF;
}
/* powered ende */



.goPageTop {
	display:none;
}

/* Landscape phones and down */
@media (max-width: 480px) {
body { 
	font-size:120%;  
	background: none; 
	background-color:#EEE6DB; 
}

.c33l, .c33r {
	width:100%;
}

.header-img {
   	display:none;
}

.icons img {
	height:100%;
	width:100%;
}

.maincontent {
	float: left;
	width:100%;
}

.main { 
	float:none;
	width:100%;
}

.home #content {
	padding:0px !important;
	margin-bottom:2em;
	margin-top:0em;
}

.home .composedcontent-gutenzell-huerbel-gs---box {
	margin-bottom:0.5em !important;
}

.box-yellow {
	background-color:#f3dd74;
	padding:0.5em;
	border: 15px solid #ecc923;
	height:auto !important;
}

.box-red {
	background-color:#da917f;
	padding:0.5em;
	border: 15px solid #ca6147;
	height:auto !important;
}

.box-green {
	background-color:#afc47e;
	padding:0.5em;
	border: 15px solid #8caa46;
	height:auto !important;
}
/*
#footer {
	float:left;
	width:100%;
}*/

.subcr, .subcl, .subc {
	padding:0 !important;
}

.logo {
	background: url("../img/logo.png") no-repeat scroll center center;
    position: relative;
	top:-12px;
    width: 95%;
	height:170px;
	background-color:#b43412;
	border-left: 10px solid #e8603c;
	border-right: 10px solid #e8603c;
	border-bottom: 10px solid #e8603c;
	box-shadow:1px 1px 5px #333;
	float:left;
}

	
	#footer .powered {
  padding: 0px 20px 0px 0px;
	background-color:#e8603c;
	
}
/*---- Navigation --- */
.home .nav {
	display:none;
}

.nav {
	padding-top:1em;
	float:left;
	width:100%;
}

.nav ul {
	text-align:center;
	margin:0 !important;
}

.nav ul li {
	list-style:none;
	display:block;
	margin-left:0 !important;
	font-size: 1em;
	margin-bottom:1px;
}

/*gelb*/
.nav_6562476 a, .nav_6562530 a {
	text-decoration:none;
	color:#333;
	background-color:#F3DD74;
	padding:0.3em;
	display:block;
	width:100%;
}

/*rot*/
.nav_6562485 a, .nav_6562512 a {
	text-decoration:none;
	color:#333;
	background-color:#DA917F;
	padding:0.3em;
	display:block;
	width:100%;
}

/*grün*/
.nav_6562503 a, .nav_6562521 a {
	text-decoration:none;
	color:#333;
	background-color:#AFC47E;
	padding:0.3em;
	display:block;
	width:100%;
}

.subnav {
	float:left;	
	width:100%;
	margin-top:2em;
	margin-bottom:2em;
	text-align:center; 
}

.home .notes {
	background: url("../img/block230x245.png") no-repeat scroll 0 0;
	width:230px;
	height:245px;
	clear:both;
	margin:0.5em auto !important;
	float:none;
	display: block;
}

.home .notes > ul {
	padding-top:3.2em !important;
	width:79%;

}

.notes {
	display:none;
}

#footer {
    bottom: 0;
    width: 100%;
	background-color:#e8603c;
	left:0;
	position: relative;
}

#footer .hilfsnavi ul li {
	list-style:none !important;
	color:#FFF;
	display:inline;
	/*font-size:0.5em;*/
	margin-left:1.6em !important;
}
	
	#footer .powered ul li {
	list-style:none !important;
	color:#FFF;
	display:inline;
	/*font-size:0.5em;*/
	margin-left:1.6em !important;
}

.basecontent-form-editor .formElement input, .basecontent-form-editor .formElement select, .basecontent-form-editor .formElement textarea {
    -moz-box-sizing: content-box;
    border: 2px dotted #AAAAAA;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    padding: 0.7em;
	margin:0em !important;
	background:none;
	clear:both;
	width:50%;
}

.basecontent-form-editor .formElement span.right {
    float: left;
    width: 29%;
}

.basecontent-form-editor form fieldset.formButtonContainer {
    text-align: left;
}

.child1, .child2 {
	display:none;
}

/*---- Login --- */
#loginForm {
    text-align: left;
    width: 100%;
	height: 250px;
	color:#b43412;
	background: none !important;
	margin-bottom:2em;
}

.polaroid { display:none; }

}
 
/* Landscape phone to portrait tablet 768px / Hier bricht es schon bei 870px um, weil das Men� sonst 2-zeilig wird...*/
@media (min-width: 481px) and (max-width: 870px) {
body { font-size:100%;}

.c33l, .c33r {
	width:33.333%;
}

.box-yellow {
	background-color:#f3dd74;
	padding:0.5em;
	border: 15px solid #ecc923;
	height:220px;
}

.box-red {
	background-color:#da917f;
	padding:0.5em;
	border: 15px solid #ca6147;
	height:220px;
}

.box-green {
	background-color:#afc47e;
	padding:0.5em;
	border: 15px solid #8caa46;
	height:220px;
}

.header-img {
    border-left: 10px solid #EEE6DB;
    border-right: 10px solid #EEE6DB;
    float: right;
    height: 325px;
    margin-top: -348px;
	margin-bottom:2em;
	clear:both;
	background-color: #B43412;
	width:70%;
}

.child1, .child2, .polaroid {
	display:none;
}

}

/*iPad in landscape (All generations)*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

.child1, .child2, .polaroid {
	display:none;
}

}

/*iPad in landscape (Retina)*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {

.child1, .child2, .polaroid {
	display:none;
}

}

/*iPad in portrait (All generations)*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

.child1, .child2, .polaroid {
	display:none;
}

.notes {
	display:none;
}

.header-img {
    border-left: 10px solid #EEE6DB;
    border-right: 10px solid #EEE6DB;
    float: right;
    height: 325px;
    margin-top: -104px !important;
	margin-bottom:2em;
	clear:both;
	background-color: #B43412;
	width:70%;
}

}

/*iPad in portrait (Retina)*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {

.child1, .child2, .polaroid {
	display:none;
}

.notes {
	display:none;
}

.header-img {
    border-left: 10px solid #EEE6DB;
    border-right: 10px solid #EEE6DB;
    float: right;
    height: 325px;
    margin-top: -104px !important;
	margin-bottom:2em;
	clear:both;
	background-color: #B43412;
	width:70%;
}

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 871px) and (max-width: 980px) {
body { font-size:100%;}

.child1, .child2, .polaroid {
	display:none;
}


}

/* Landscape and desktop to large desktop*/
@media (min-width: 981px) and (max-width: 1199px){
body { font-size:100%;}
}
 
/* Large desktop and up*/
@media (min-width: 1200px) {
body { font-size:110%;}
}