* {
	margin:0;
	padding:0;
	border:0;
	/*outline: 0;	*/
}

p,p1,span,a,li {
	color:#000;
}

div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, p1, blockquote, 
a, abbr, acronym, address, big, cite, code,dfn, font, img, ins, kbd, q, s, samp,
strike, tt, var,dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td,
textarea, input, select, button {
	font-family:Arial,Helvetiva,sans-serif;
	vertical-align: baseline;
}

p,p1,span,a,li,h1,h2,h3,h4,h5,h6,label,th,td {
	/*
	font-family:Arial, Helvetiva,sans-serif; 
	*/
}

ol, ul {
	list-style: none outside none;
}

body {
	background:url("../images/background01.png") repeat-x scroll 0 0 transparent;
	font-size:100.1%;
	text-align:center;
        position: relative;
        width: 100%;
        overflow-x: hidden;
}

#wrapper {
	width:840px;
	margin:0 auto;
	background:none repeat scroll 0 0 transparent;
	font-size:0.75em;
}

#wrapper p,
#wrapper ul li,
#wrapper h4 {
	font-size:16px;
}

#wrapper p1 {
	font-size:12px;
}

/* IE6 */
#wrapper,
.tip-wrap {
   text-align:left;  
}

#top {
	height:65px;
	width:100%;
	position:relative;
}

.tel {
    position: absolute;
    right: 24px;
    bottom: 5px;
    color: #900C69;
    font-size: 16px;
}


#menu-top {
	height:12px;
	background:none repeat scroll 0 0 transparent;
	position:absolute;
	right:24px;
	top:59px;
	width:340px;
}
.menu.mobile {
    float: right;
    display: none;
}
.menu.mobile .button {
    height: 20px;
    width: 28px;
    background-image: url("../images/mobilemenu.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.mobilemenu {
    position: absolute;
    top: 0px;
    left: 0px;
}
#menu-top a{
	color: black;
}
#menu-top .lastitem {
    padding-right: 0px;
}
#menu-top ul.menu li,
#footer-right ul.menu li{
	float:left;
}

#container {
	padding:25px 25px 0 25px;
	background:none repeat scroll 0 0 #ffffff;
        position: relative;
}

#logo { 
	padding:0 0 10px 20px;
}
#logo img{ 
	height: 50px;
        width: auto;
}
#content-wrapper {
	position:relative;
}

#content-wrapper.frontpage {
	height:480px;
}
.mobilemenu .mobilmenutel .icon {
    float: left;
    height: 15px;
    margin-top: 0px;
    width: 20px;
}
.mobilemenu .mobilmenutel .icon img {
    height: 100%;
    width: 100%;
}
#header-image {
	width:790px;
	height:180px;
        overflow: hidden;
}
#header-image img{
	width:100%;
	height:auto;
}
#content {
	margin:20px 0 40px 20px;
	width:750px;
	overflow:hidden;
}

.frontpage #content {
	width:400px;	
}

.frontpage #content-container {
	position:absolute;
	top:180px;
	left:0;
}

#frontimage img{ 
    width: 100%;
}
#frontimage { 
    height: auto;
    max-height: 480px;
    overflow: hidden;
}

#bottomimage {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:90px;
        background-color: #eacde7;
        background-color: rgba(234, 205, 231, 0.5);
        overflow: visible;
}
#bottomimage .bg-color {
    height: 107px;
    width: 100%;
    background-image: url("../images/footer-large.svg");
    background-size: 100% 100%;     
    position: absolute;
    top: -20px;
}
#we-can { 
	position:absolute;
	left:-25px;
	top:40px;
	width:200px;
}

#we-can div {
	/* float:left; */
}

#we-can span {
	margin: 0 0 15px 0;
        background-color: #8C0479;
        padding: 2px 15px 2px 45px;
	font-size:18px;
	color:#ffffff;
	font-style:italic;
	height: 20px;
	line-height:20px;
	display:block;
	float:left;
}

#we-can-mobile {
    display: none;
    margin-top: 10px;
    height: 20px;
}
#we-can-mobile div{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
#we-can-mobile span {
    color: #8C0479;
    font-size:16px;
    font-style:italic;
    height: 20px;
    line-height:20px;
    display:block;
    float:left;
    width: 100%;
    text-align: center;
}

#button {
	position:absolute;
	top:110px;
	left:200px;
}
.day {
    width: 70px;
}
#footer {
	position:relative;
	height:50px;
}

#footer-right {
	position:absolute;
	right:25px;
	top:12px;
}


#footer-left {
	position:absolute;
	left:47px;
	top:16px;
        font-size: 14px;
}
/*****/
#content div.login-links {
    margin: 40px 0 0;
}
#content div.login-links a {
    line-height: 1.7em;
}
#username-lbl, #password-lbl {
    display: block;
    width: 110px;
}
.login-fields {
    clear: both;
    padding: 4px 0;
}
.login-fields label {
    float: left;
}
.login .button {
    margin: 10px 0 0;
}
/*****/


#content h1,
#content h2,
#content h3
{ 
	font-weight:bold;
	color:#8C0479;
	font-size:1.167em;
	/*font-style:italic;*/
	padding:0 0 2px 0;
        margin-bottom: 10px;
        font-size: 21px !important
}

#content h4,
.profile legend  { 
	font-weight:bold;
	padding:0 0 2px 0;
}
.frontpage #content h3,
.frontpage #content h4 {
	color:#ffffff;
}

.frontpage #content p {
	color:#ffffff;
}

.frontpage #content p1 {
	color:#ffffff;
}


/*************/
#system-message {
    padding: 6px;content
}

#system-message dt.notice, #system-message dt.message, #system-message dt.error {
	font-weight:bold;
	color:#8C0479;
	font-size:1.167em;
	font-style:italic;
    padding:0 0 2px 0;
}
#system-message dd.message {
    line-height: 1.4em;
}
/*************/

p1 { 
    font-size: 12px;
    display: block;
    color: #ffffff;
  }

#content p {
	line-height:1.5em;
	padding:0px 0 2px 0;
}

#content p1 {
	line-height:1.2em;
	padding:0px 0 2px 0;
}

.frontpage #content p {
	color:#ffffff;
}

.frontpage #content p1 {
	color:#ffffff;
}
#content a{
	text-decoration:none;
	color:#808080;
}

#content a:hover {
	color:#8C0479;
}

#content a:active {
	font-weight:bold;
}

#content ol {
    list-style: decimal inside none;
    margin: 12px 0;
}
#content ol li {
    line-height: 1.8em;
}

#content ul {
	/* list-style:none outside url("..../images/minus.gif");*/
	list-style:none outside url("../images/raquo.png");
	padding:0 0 0 18px;
}

#content ul li{
	line-height:1.45em;
}

/******/
textarea, input, select, button  {
	font-family:inherit;
	font-size:inherit;
	border:1px solid #8C0479;
	padding: 1px 1px;
}

/******/
button,
input[type="submit"] {
	background:none repeat scroll 0 0 #8C0479 ;
	border:1px solid #8C0479;
	color:#ffffff;
	padding-right:5px;
	padding-left:5px;
	overflow:visible;	/* IE7 */
	height:19px;		/* IE7 */
	line-height:15px;	/* IE7 */
	outline:none;
}

button span {
	color:#ffffff;
}

button:hover,
input[type="submit"]:hover {
	background-color:#BF94BB;
	color:#8C0479 ;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border:0;
	padding:0;
}

input[type="submit"]:focus, input[type="button"]:focus, input[type="text"]:focus, button
{ outline : none; }

/******/
.profile legend {
	padding:0;
	margin:0;
	outline:0;
	border:0;
	float:left;
}

.profile-edit dt,
.profile-edit dd,
.profile  dt,
.profile  dd{
	line-height: 1.8em;
	
}

#users-profile-core {
	margin:0 0 12px 0;
}

#member-profile dt, .profile dt {
    clear: both;
    float: left;
    width: 180px;
}

#member-profile dd, .profile dd {
	float: left;
	width: 200px;
}

/************/
#adminForm fieldset {
    margin: 0 0 15px 0;
}
#adminForm textarea {
	margin: 0 0 5px 0;
}

#editor-xtd-buttons .button2-left {
    float: left;
    padding: 1em 1em 0.5em 0;
}

#adminForm .formelm-buttons {
    clear: both;
    padding: 0.5em 0;
}

#adminForm .formelm label,
#jform_language-lbl{
    float: left;
    width: 150px;
}

#adminForm .form-note, #adminForm .formelm {
    clear: both;
    display: block;
    float: left;
    padding: 4px 0;
}


#adminForm legend {
    color: #8C0479;
    font-weight: bold;
    padding: 5px 0;
    text-transform: none;
}

#adminForm .formelm img.calendar {
    cursor: pointer;
    float: left;
}

#adminForm .formelm select, #adminForm .formelm input {
    float: left;
}

#adminForm .formelm-area textarea {
	width: 99%;
}

#content ul.actions {
	list-style:none;
	padding:0;
}

.tip {
    background: none repeat scroll 0 0 #ffffff;
	border:1px solid #8C0479;
    bottom: 26px;
    color: #000000;
    font-size: 0.75em;
    left: -45px;
    position: absolute;
    width: 204px;
}

.tip-text {
    color: #000000;
    line-height: 1.3em;
    padding: 0 23px 8px 8px;
}

.tip-title {
    color: #8C0479;
    line-height: 1.3em;
    padding: 8px 23px 5px 8px;
}

.tip-title, .tip-text {
    font-weight: bold;
    text-align: left;
}

#menu-top .logout-button {
    padding: 0 0 0 8px;
}
	
#menu-top .logout-button input.button {
    background-color: transparent;
    border: 0 none;
    color: #BF94BB;
    cursor: pointer;
    font-size: 1em;
    height: 15px;
    padding: 0;
	text-align:left;
}

#menu-top .logout-button input.button:hover {
	color:#8C0479;
}

/******/

/* Menu */
#menu-top ul.menu {
	float:right;
}

#menu-top div.logout-button {
	float:right;
}

.menu li span {
	color: #808080;	
}

.menu li {
	padding:0 10px;
}

a {
	color:#000000;
	text-decoration:none;
	/*padding:0 3px;*/
}

a:hover {
	color:#8C0479 !important;
}

a:active {
	color:#8C0479 !important;
}

.active a {
	color:#8C0479 !important;
	font-weight:bold;	
}
a.active {
	color:#8C0479 !important;
	font-weight:bold;	
}
.mobilemenu .footer a:hover {
    color: white !important;
    text-decoration: underline !important;
}
.mobilemenu .footer a.active {
    color: white !important;
    text-decoration: underline !important;
    font-weight: normal !important;
}
.menu li.selected a{
	color:#ff0000;
}

.menu li span.separator {
	color:#C0D951;
}

#footer span {
	color:#808080;
}


#footer a {
	font-size:14px;
}

#footer span {
    font-size:14px;
}
#wrapper .item-page span, #wrapper .item-page h4, #wrapper .item-page h3, #wrapper .item-page p {
    font-size: 18px;
}
#wrapper .item-page p1 {
    font-size: 12px;
}
#content ul li {
    font-size: 18px;
}
.frontpage table p {
    font-size: 16px !important;
}
.frontpage table p1 {
    font-size: 12px !important;
}
.startseite #header-image {
    display: none;
}

.mobilemenu {
    position: absolute;
    left: -320px;
    top: 0px;
    width: 320px;
    height: auto;
    background-color: white;
    z-index: 5000;
     -webkit-transition: 1s left;
    -moz-transition: 1s left;
    -o-transition: 1s left;
}
.mobilemenu .header {
    height: 83px;
    position: relative;
}
.mobilemenu .header #mobilelogo {
    display: block;
    left: 10px;
    position: absolute;
    top: 30px;
}
.mobilemenu .header #mobilelogo img{
    height: 48px;
}
.mobilemenu .header .button.mobile{
    display: block;
    position: absolute;
    right: 10px;
    top: 16px;
}
.button.mobile .button {
    background-image: url("../images/mobilemenu-close.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    height: 20px;
    width: 28px;
}
.mobilemenu .menu {
    float: left;
    width: 100%;
    height: 200px;
}
.mobilemenu  .menu .menu.mobile li{
    width: 310px;
    height: 49px;
    border-bottom: 1px solid #cacaca;
    padding-left: 10px;
    padding-right: 0px;
    text-align: left;
    position: relative;
    cursor: pointer;
    background-image: url("../images/mobilemenu-arrow.svg");
    background-position: 298px 17px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}
.mobilemenu  .menu .menu.mobile li.lastitem {
    border-bottom: none;
}
.mobilemenu  .menu .menu.mobile li a {
    position: absolute;
    top: 16px;
    color: black;
    width: 300px;
}
.mobilemenu .footer {
    width: 100%;
    height: 60px;
    padding-top: 5px;
    background-color: #a3117b;
    float: left;
}
.mobilemenu .footer a{
    color: white;
    text-decoration: none;
    padding: 0 10px;
}
.mobilemenu .footer .mobilmenutel {
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 183px;
}


@media only screen and (max-width: 840px) {
    #content {
	width:570px;
}
    .startseite #header-image {
        display: block;
    }
    #frontimage {
        display: none;
    }
    #wrapper .item-page span,#wrapper .item-page h4,   #wrapper .item-page p, #wrapper .item-page p1 {
        color: #000;
    }
    #wrapper {
        width: 612px;
    }
    #container {
        padding: 0 0;
    }
    #header-image {
        width: 100%;
        height: auto;
    }
    #we-can {
        left: 0px;
    }
    #logo img {
        height: 60px;
        margin-top: 10px;
    }
    #footer-left {
        width: 50%;
        left: 20px;
    }
    #footer-right {
        display: none;
    }
    #menu-top {
        top: 20px;
        right: 14px;
    }
    .menu.desktop {
        display: none;
    }
    .menu.mobile {
        display: block;
    }
    #bottomimage {
        height: 70px;
        background-color: rgba(234, 205, 231, 1);
    }
    #bottomimage .bg-color {
        top: -30px;
    }
    #content-wrapper.frontpage {
        background-color: #f3e4f2;
    }
    #top .tel {
        display: none;
    }
    #logo {
        padding: 1px 0 9px 20px;
    }
}
@media only screen and (max-width: 612px) {
    .day {
        width: 120px;
    }
    .startseite #container {
        height: 480px;
    }
    #content {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    #header-image {
        height: 140px;
        width: 100%;
        position: relative;
    }
    #header-image img {
        height: 112%;
        width: auto;
        position: absolute;
        right: 0px;
    }
    .tel {
        right: auto;
        left: 10px;
    }
    #wrapper {
        width: 100%;
    }
    #content, .frontpage #content {
        width: 89%;
        margin: 10px 0 0px 10px;
    }
    #logo {
        padding: 20px 0 10px 10px;
    }
    #menu-top {
        width: 100%;
        top: 16px;
    }
    #menu-top ul.menu {
        float: left;
        margin-left: 10px;
    }
    #menu-top ul.menu .firstitem {
        padding-left: 0px;
    }
    #footer-left {
        left: 0px;
    }
    #top {
        height: 40px;
    }

    #we-can {
        right: 0px;
        left: auto;
    }
    #we-can span {
        float: right;
    }
    #content-container, .frontpage #content-container {
        position: relative;
        top: 0px;
        margin-top: 30px;
        left: 0;
    }
    #content-wrapper, #content-wrapper.frontpage {
        height: auto;
    }
    #content-wrapper.frontpage {
        height: auto;
        background-color: #f3e4f2;
    }
    .mobile-inactive {
        display: none;
    }
    #bottomimage {
        position: relative;
        margin-top: 30px;
        overflow: hidden;
        height: 80px;
        width: 100%;
        background-color: #eacde7;
        overflow: visible;
    }
    #bottomimage .bg-color {
        height: 100px;
        width: 100%;
        background-image: url("../images/footer-short.svg");
        background-size: 100% 100%;     
        position: absolute;
        top: -20px;
    }
    #footer-right {
        position: relative;
        width: 100%;
        clear: both;
        top: 5px;
    }
    #footer-left {
        position: relative;
        width: 100%;
        clear: both;
        margin-left: 10px;
    }
    #footer span {
        font-size: 13px;
    }
    .hidemobile {
        display: none;
    }
    #top {
        display: none;
    }
    #we-can {
        top: 20px;
    }
    #logo img {
        height: 48px;
        margin-top: 10px;
    }
}