html {
	margin: 0px;
	height: 100vh;
	width: 100vw;
	width: 100%;
	height: 100%;
}

body {
    font-family: Arial, SunSans-Regular, Helvetica, Geneva, sans-serif ;
	font-size: 0.8em;
	color: rgb(99,99,99);
	margin: 0px;
	width: 100%;
	height: 100%;
}

  h1 {
    font-family: Segoe Script, Lucida Handwriting, Arial, SunSans-Regular, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	padding: 0em;
	margin: 0em;}

  h2 {
    font-family: Arial, SunSans-Regular, Helvetica, Geneva, sans-serif;
	font-size: 1.2em;
	color: rgb(99,99,99);
	padding: 1em;
	margin: 0em;}

  h3 {
    font-family: Arial, SunSans-Regular, Helvetica, Geneva, sans-serif;
	font-size: 1.5em;
	color: rgb(3,172,211);
	padding: 0em;
	margin: 0em;}	

  h4 {
    font-family: Arial, SunSans-Regular, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	color: rgb(99,99,99);
	padding: 0.5em;
	margin: 0em;}

  h5 {
    font-family: Segoe Script, Lucida Handwriting, Arial, SunSans-Regular, Helvetica, Geneva, sans-serif;
	font-size: 2em;
    color: rgb(3,172,211);
	padding: 0em;
	margin: 0em;}
	
  div#accolist{
  min-height: 644px;
  max-height: 70vh; /*72vh 644px;*/
  width: 836px;
  overflow-y: auto;
}
  div#filters{
  height: 585px;
  overflow-y: auto;
}
.myButton {
	background-color:rgb(3,172,211);
	border:1px solid rgb(3,172,211);
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial, SunSans-Regular, Helvetica, Geneva, sans-serif;
	font-size:1em;
	padding:6px 12px;
	text-decoration:none;
}
.myButton:hover {
	background-color:rgb(115,225,253);
}
.myButton:active {
	position:relative;
	top:1px;
}
/*filter section of main page start*/

.accordion.filters {
    -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, SunSans-Regular, Helvetica, Geneva, sans-serif;
    border-color: rgb(115,225,253);
    border-style: solid;
    border-width: 0px;
    margin: 0 auto;
    height: 575px;
    width: 310px;
}

.accordion.filters > ul > li,
.filters .accordion-title,
.filters .accordion-content,
.filters .accordion-separator {
    float: none;
}

.accordion.filters > ul > li {
    background-color: rgb(3,172,211);
    margin-right: -0px;
    margin-bottom: -451px;
}

.filters .accordion-select:checked ~ .accordion-separator {
    margin-right: 0px;
    margin-bottom: 451px;
}

.filters .accordion-title,
.filters .accordion-select  {
 
    background-color: rgb(121,192,231);
    color: #ffffff;
    width: 310px;
    height: 30px;
    font-size: 1.2em;
}

.filters .accordion-title span {
    margin-bottom: 20px; 
    margin-left: 15px;
}

.filters .accordion-select:hover ~ .accordion-title,
.filters .accordion-select:checked ~ .accordion-title {
    background-color: rgb(3,172,211);
}

.filters .accordion-title span  {	
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-writing-mode: lr-tb;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    margin-bottom: 0px;
    line-height: 30px;
}

.filters .accordion-content {
    background-color: #ffffff;
    color: #484f52;
    height: 431px;
    width: 290px;
    padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.filters .accordion-title,
.filters .accordion-select:checked ~ .accordion-content {
    margin-right: 1px;
    margin-bottom: 1px;
}

/* 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;
}
/*filter section of main page end*/

/*record section of main page start*/
/*823 819 280*/
.accordion.records {
    -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, SunSans-Regular, Helvetica, Geneva, sans-serif;
    border-color: rgb(115,225,253);
    border-style: solid;
    border-width: 0px;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

.accordion.records > ul > li,
.records .accordion-title,
.records .accordion-content,
.records .accordion-separator {
    float: left;
}

.accordion.records > ul > li {
    background-color: rgb(3,172,211);
    margin-right: -720px;
    margin-bottom: -0px;
}

.records .accordion-select:checked ~ .accordion-separator {
    margin-right: 720px;
    margin-bottom: 0px;
}

.records .accordion-title,
.records .accordion-select  {
    background-color: rgb(121,192,231);
    color: #ffffff;
    width: 30px;
    height: 280px;
    font-size: 1.2em;
}

.records .accordion-title span {
    margin-bottom: 15px; 
    margin-left: 20px;
}

.records .accordion-select:hover ~ .accordion-title,
.records .accordion-select:checked ~ .accordion-title {
    background-color: rgb(3,172,211);
}

.records .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: 30px;
}
/*OLD 223x672 29*/
.records .accordion-content {
    background-color: #ffffff;
    color: #484f52;
    height: 232px;
    width: 672px;	
    padding-top: 24px;
    padding-bottom: 24px;	
    padding-left: 24px;	
    padding-right: 24px;	
}

.records .accordion-title,
.records .accordion-select:checked ~ .accordion-content {
    margin-right: 1px;
    margin-bottom: 0px;
}

/* 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;
}
/*record section of main page end*/

/*blue button start*/
.menuButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	border:1px solid #dcdcdc;
/*	display:inline-block;*/
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:1em;
	padding:3px 12px;
	text-decoration:none;
}
.menuButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
	color: rgb(3,172,211);
}
.menuButton:active {
	position:relative;
	top:1px;
}
/*blue button end*/

/*page links start*/
/* unvisited link */
.head:link {
    color: rgb(3,172,211);
	text-decoration: none;
	font-family:Arial;
	font-size:1.1em;
	padding:5px 10px;
}

/* visited link */
.head:visited {
    color: rgb(3,172,211);
	text-decoration: none;
}

/* mouse over link */
.head:hover {
	background-color: rgb(99,99,99);
    color: white;
	text-decoration: none;
}

/* selected link */
.head:active {
    color: white;
	background-color: rgb(3,172,211);
	text-decoration: none;
}

/* content text buttons */
/* unvisited link */
.content:link {
    color: rgb(3,172,211);
	text-decoration: none;
	font-family:Arial;
	font-size:1em;
	padding:5px 5px;
}

/* visited link */
.content:visited {
    color: rgb(3,172,211);
	text-decoration: none;
}

/* mouse over link */
.content:hover {
	background-color: rgb(99,99,99);
    color: white;
	text-decoration: none;
}

/* selected link */
.content:active {
	background-color: rgb(99,99,99);
    color: white;
	text-decoration: none;
}

/* footer buttons */
/* unvisited link */
.foot:link {
    color: white;
	text-decoration: none;
	font-family:Arial;
	font-size:1em;
	padding:5px 10px;
}

/* visited link */
.foot:visited {
    color: white;
	text-decoration: none;
}

/* mouse over link */
.foot:hover {
	background-color: rgb(99,99,99);
    color: white;
	text-decoration: none;
}

/* selected link */
.foot:active {
     color: white;
	 background-color: rgb(3,172,211);	 
	 text-decoration: none;
}

/* pagination buttons */
/* unvisited link */
.pagi:link {
    color: rgb(99,99,99);
	text-decoration: none;
	font-family:Arial;
	font-size:1em;
	padding:5px 10px;
}

/* visited link */
.pagi:visited {
    color: rgb(99,99,99);
	text-decoration: none;
}

/* mouse over link */
.pagi:hover {
	background-color: rgb(99,99,99);
    color: white;
	text-decoration: none;
}

/* selected link */
.pagi:active {
     color: white;
	 background-color: rgb(3,172,211);	 
	 text-decoration: none;
}
/*page links end*/
/*Urlaubformsubmit content start*/
.accordion.registrierung {
    -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, SunSans-Regular, Helvetica, Geneva, sans-serif;
    border-color: rgb(115,225,253);
    border-style: solid;
    border-width: 0px;
    margin: 0 auto;
    height: 597px;
    width: 730px;
}

.accordion.registrierung > ul > li,
.registrierung .accordion-title,
.registrierung .accordion-content,
.registrierung .accordion-separator {
    float: none;
}

.accordion.registrierung > ul > li {
    background-color: rgb(3,172,211);
    margin-right: -0px;
    margin-bottom: -380px;
}

.registrierung .accordion-select:checked ~ .accordion-separator {
    margin-right: 0px;
    margin-bottom: 380px;
}

.registrierung .accordion-title,
.registrierung .accordion-select  {
 
    background-color: rgb(121,192,231);
    color: #ffffff;
    width: 730px;
    height: 30px;
    font-size: 1.2em;
}

.registrierung .accordion-title span {
    margin-bottom: 20px; 
    margin-left: 15px;
}

.registrierung .accordion-select:hover ~ .accordion-title,
.registrierung .accordion-select:checked ~ .accordion-title {
    background-color: rgb(3,172,211);
}

.registrierung .accordion-title span  {	
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-writing-mode: lr-tb;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    margin-bottom: 0px;
    line-height: 30px;
}

.registrierung .accordion-content {
    background-color: #ffffff;
    color: #484f52;
    height: 322px;
    width: 690px;
    padding-top: 29px;
    padding-bottom: 29px;	
    padding-left: 20px;	
    padding-right: 20px;	
}

.registrierung .accordion-title,
.registrierung .accordion-select:checked ~ .accordion-content {
    margin-right: 1px;
    margin-bottom: 1px;
}

/* 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;
}
/*Urlaubformsubmit content end*/