@charset "utf-8";

/*Hintergrundbild*/
body {
	background-image: url("../images/IMG_1493.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*Farbe Layout*/
header {
	background-color: #ffc90c;
}

.sidebar1 {
	background-color: #ffc90c;
	
	
}

.container {
	background: rgba(255,255,255,0.7);
}

.content a:link{
	color:#d1a610;
}

ul.nav a, ul.nav a:visited { /* Durch Gruppieren dieser Selektoren wird sichergestellt, dass die Hyperlinks auch nach dem Aufrufen das Erscheinungsbild einer Schaltfläche beibehalten. */
	background-color: #ffc90c;
	font-weight:bold;
	/*text-shadow: 0 -1px 1px #bad030, 0 1px 1px #007000;
	color:#008000;*/
	
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* Hiermit wird der Hintergrund und die Textfarbe bei der Navigation mit der Maus und der Tastatur geändert. */
	background-color: #d1a610;
	
}

footer {
	background-color: #ffc90c;	
}

/*Slide Content*/
#wss_erwachsen{
	opacity:0;
	-webkit-transition:opacity 2.0s linear 0s;	
	-moz-transition:opacity 2.0s linear 0s;
	-o-transition:opacity 2.0s linear 0s;
	transition:opacity 2.0 linear 0s;	
}

#wss_kinder{
	opacity:0;
	-webkit-transition:opacity 2.0s linear 0s;	
	-moz-transition:opacity 2.0s linear 0s;
	-o-transition:opacity 2.0s linear 0s;
	transition:opacity 2.0 linear 0s;	
}

#wss_arbeit{
	opacity:0;
	-webkit-transition:opacity 2.0s linear 0s;	
	-moz-transition:opacity 2.0s linear 0s;
	-o-transition:opacity 2.0s linear 0s;
	transition:opacity 2.0 linear 0s;	
}

.erwachsen{
	float:left;
	margin-left:35px;
	width:200px;
	height:200px;
	background-color:#06F;	
	padding-top:5px;	
	
	box-shadow: -10px 10px 8px #333;
	-webkit-box-shadow: -10px 10px 8px #333;
	-khtml-box-shadow: -10px 10px 8px #333;
	-moz-box-shadow: -10px 10px 8px #333;
}

.kinder{	
	float:left;
	margin-left:35px;
	width:200px;
	height:200px;
	background-color:#3F3;
	padding-top:5px;	
	
	box-shadow: -10px 10px 8px #333;
	-webkit-box-shadow: -10px 10px 8px #333;
	-khtml-box-shadow: -10px 10px 8px #333;
	-moz-box-shadow: -10px 10px 8px #333;
}

.arbeit{	
	float:left;
	margin-left:35px;
	width:200px;
	height:200px;
	background-color:#CC3;
	padding-top:5px;
	margin-bottom:20px;	
	
	box-shadow: -10px 10px 8px #333;
	-webkit-box-shadow: -10px 10px 8px #333;
	-khtml-box-shadow: -10px 10px 8px #333;
	-moz-box-shadow: -10px 10px 8px #333;
}

.accordion.four {
    -webkit-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    -moz-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    font-family: Arial, Helvetica, sans-serif;
    border-color: #335ea1;
    border-style: solid;
    border-width: 0px;
    border-radius: 8px;
    margin: 0 auto;
    height: 290px;
    width: 744px;
}

.accordion.four > ul > li,
.four .accordion-title,
.four .accordion-content,
.four .accordion-separator {
    float: left;
}

.accordion.four > ul > li {
    background-color: #d1a610; /*Farbe Zwischenräume*/
    margin-right: -580px;
    margin-bottom: -0px;
}

.four .accordion-select:checked ~ .accordion-separator {
    margin-right: 580px;
    margin-bottom: 0px;
}

.four .accordion-title,
.four .accordion-select  {
    background-color: #ffc90c; /*Farbe Akkordion*/
    color: #ffffff;
    width: 40px;
    height: 290px;
    font-size: 15px;
}

.four .accordion-title span {
    margin-bottom: 20px; 
    margin-left: 20px;
}

.four .accordion-select:hover ~ .accordion-title,
.four .accordion-select:checked ~ .accordion-title {
    background-color: #d1a610; /*Farbe Links*/
}

.four .accordion-title span  {	
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-writing-mode: lr-bt;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    margin-left: 0px;
    line-height: 40px;
}

.four .accordion-content { 
    background-color: #F2F5A9; /*Contentfarbe*/
    color: #000;
    height: 244px;
    width: 534px;
    padding: 23px;
}

.four .accordion-title,
.four .accordion-select:checked ~ .accordion-content {
    margin-right: 1px;
    margin-bottom: 1px;
}


/*============ BEGIN ACCORDION three ===============================================================================================*/
.accordion.two {
    -webkit-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    -moz-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    font-family: Arial, Helvetica, sans-serif;
    border-color: #335ea1;
    border-style: solid;
    border-width: 0px;
    border-radius: 8px;
    margin: 0 auto;
    height: 290px;
    width: 743px;
}

.accordion.two > ul > li,
.two .accordion-title,
.two .accordion-content,
.two .accordion-separator {
    float: left;
}

.accordion.two > ul > li {
    background-color: #d1a610;
    margin-right: -660px; /*ändern*/
    margin-bottom: -0px;
}

.two .accordion-select:checked ~ .accordion-separator {
    margin-right: 660px;/*ändern*/
    margin-bottom: 0px;
}

.two .accordion-title,
.two .accordion-select  {
    background-color: #ffc90c;
    color: #ffffff;
    width: 40px;
    height: 290px;
    font-size: 15px;
}

.two .accordion-title span {
    margin-bottom: 20px; 
    margin-left: 20px;
}

.two .accordion-select:hover ~ .accordion-title,
.two .accordion-select:checked ~ .accordion-title {
    background-color: #d1a610;
}

.two .accordion-title span  {	
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-writing-mode: lr-bt;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    margin-left: 0px;
    line-height: 40px;
}

.two .accordion-content {
    background-color: #F2F5A9;
    color: #000;
    height: 240px;
    width: 610px;
    padding: 25px;
}

.two .accordion-title,
.two .accordion-select:checked ~ .accordion-content {
    margin-right: 1px;
    margin-bottom: 1px;
}


/*COMMON SETTINGS*/

/* Do not change following properties, they aren't 
generated automatically and are common for each slider. */
.accordion {
    overflow: hidden;
}

.accordion > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 101%;
}

.accordion > ul > li,
.accordion-title {
    position: relative;
}

.accordion-select {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1;
}

.accordion-title span {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    white-space: nowrap;
}

.accordion-content {
    position: relative;
    overflow: auto;
}

.accordion-separator {
    transition: margin 0.3s ease 0.1s;
    -o-transition: margin 0.3s ease 0.1s;
    -moz-transition: margin 0.3s ease 0.1s;
    -webkit-transition: margin 0.3s ease 0.1s;
}
                
/*============ END ACCORDION ===============================================================================================*/

