@charset "utf-8";

/*Hintergrundbild*/
body {
	background-image: url("../images/IMG_0339.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: #79acdc;	
}

.sidebar1 {
	background-color: #79acdc;
	
	
}

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

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: #79acdc;
	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: #6793bd;
	
}

footer {
	background-color: #79acdc;
}

/*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;	
}



/*============ BEGIN ACCORDION Five ===============================================================================================*/
.accordion.five {
    -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: 'Montserrat', sans-serif;
    border-color: #335ea1;
    border-style: solid;
    border-width: 0px;
    border-radius: 8px;
    margin: 0 auto;
    height: 290px;
    width: 745px;
}

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

.accordion.five > ul > li {
    background-color: #568eea;
    margin-right: -540px;
    margin-bottom: -0px;
}

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

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

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

.five .accordion-select:hover ~ .accordion-title,
.five .accordion-select:checked ~ .accordion-title {
    background-color: #156dfd;
}

.five .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;
}

.five .accordion-content {
    background-color: #568eea;
    color: #ffffff;
    height: 246px;
    width: 496px;
    padding: 22px;
}

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





/*============ BEGIN ACCORDION Four ===============================================================================================*/
.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: #568eea;
    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: #297aff;
    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: #156dfd;
}

.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: #568eea;
    color: #ffffff;
    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.three {
    -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.three > ul > li,
.three .accordion-title,
.three .accordion-content,
.three .accordion-separator {
    float: left;
}

.accordion.three > ul > li {
    background-color: #568eea;
    margin-right: -620px;
    margin-bottom: -0px;
}

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

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

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

.three .accordion-select:hover ~ .accordion-title,
.three .accordion-select:checked ~ .accordion-title {
    background-color: #156dfd;
}

.three .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;
}

.three .accordion-content {
    background-color: #568eea;
    color: #ffffff;
    height: 240px;
    width: 570px;
    padding: 25px;
}

.three .accordion-title,
.three .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 ===============================================================================================*/


