/** Generated by FG **/
/*
@font-face {
	font-family: 'Conv_Days';
	src: url('fonts/Days.eot');
	src: local('☺'), url('fonts/Days.woff') format('woff'), url('fonts/Days.ttf') format('truetype'), url('fonts/Days.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

*/
@font-face {
   font-family: 'Days One';
   src: url('../fonts/days.eot');
   src: local ('Ø'), 
   url('../fonts/days.woff') format('woff'), 
   url('../fonts/days.ttf') format('truetype'),
   url('../fonts/days.svg') format('svg');
}



* {
    margin: 0;
    padding: 0;
}

.clr {
    clear: both;
    line-height: 0px;
    font-size: 0px;
    height: 0px;
}

body, html {
    height: 100.1%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body {
    background: url('../images/bg-body.jpg') center top repeat-y;
    font-family: Verdana, Arial, sans-serif;
    font-size: 15px;
    color: #4f4f4f;
	border: 0px solid magenta;
}

#topline {
	width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 8px 0;
    color: #fff;
    font-size: 13px;
    text-align: right;
    font-family: 'Days One';
    font-weight: 400;
}
#topline a {
	color: #E7E2E0;
	text-decoration: none;
}
#nav-out {
    background: #fff;
    width: 100%;
    /*height: 100px;*/
    margin: 0px 0 0 0;
	position: relative;
}

#nav-in {
	width: 100%;
    max-width: 980px;
    margin: 0 auto;
	position: relative;
}

#nav-in .dots {
    width: 165px;
    height: 65px;
    float: left;
    margin: 15px 0 0 10px;
    border-right: 3px solid #32699c;
}
#nav-in .dots .dot1, #nav-in .dots .dot2, #nav-in .dots .dot3 {
    width: 40px;
    height: 40px;
    float: left;
    margin: 15px 15px 0 0;
}

#nav-in .dots .dot1 {
    background: #32699c;
}
#nav-in .dots .dot2 {
    background: #c3b6b2;
}
#nav-in .dots .dot3 {
    background: #e7e2e0;
}
#nav-in .claim {
    float: left;
    margin: 30px 0 0 15px;
}
#nav-in .claim h1 {
    font-family: 'Days One', Verdana;
    font-weight: 400;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
}
#nav-in .claim h1.line1 {
    color: #32699c;
}
#nav-in .claim h1.line2 {
    color: #c3b6b2;
}


#nav-in .soziales-engagement {
	width: 80px;
	height:auto;
	position: absolute;
	x-margin: 20px 0 0 10px;
	fx-loat: left;
	right: -25px;
	bottom: -165px;
	z-index: 99;
}

.mainnav ul.menu {
    margin: 35px 0 0 55px;
    list-style-type: none;
    float:left;
    position: relative;
    z-index: 9999;
}
.mainnav ul.menu li {
    float: left;
    padding: 0 0px;
	margin: 0 0 0 20px;
	position: relative;
}
/*
.mainnav ul.menu li.home, .mainnav ul.menu li.referenzen {
    border-right: 3px solid #c3b6b2;
}
*/
.mainnav ul.menu li a {
    color: #c3b6b2;
    font-family: 'Days One', Verdana;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
	padding: 10px 15px;
	text-transform: uppercase;
    border: 0px solid gray;
    border-bottom: 2px solid #e7e2e0;
}
/*
.mainnav ul.menu li.home a {
    border-bottom: 2px solid #e7e2e0;
	color: #c3b6b2;/*#32699c;* /
}
.mainnav ul.menu li.referenzen a {
    border-bottom: 2px solid #e7e2e0;
	color: #c3b6b2;
}
.mainnav ul.menu li.leistungen a {
    border-bottom: 2px solid #e7e2e0;
	color: #c3b6b2; /*#e7e2e0;* /
}
*/
.mainnav ul.menu li a:hover {
	border-bottom: 2px solid #c3b6b2;
	color: #32699c;
}
.mainnav ul.menu li.active a,
.mainnav ul.menu li.alias-parent-active a {
    border-bottom: 2px solid #32699c;
	color: #32699c;
}

.mainnav ul.menu li.deeper ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 37px;
	background: #E7E2E0;
	list-style-type: none;
	z-index: 999;
    border: 0px solid blue;
}
.mainnav ul.menu li.deeper ul li {
	margin: 5px 0 5px 5px;
}
.mainnav ul.menu li.deeper ul li a,
.mainnav ul.menu li.deeper.active ul li a {
	font-size: 15px;
	color: #c3b6b2;
	padding: 5px 15px;
	display: inline-block;
	border-left: 4px solid #32699c;
	border-bottom: 2px solid transparent;
}
.mainnav ul.menu li.deeper ul li a:hover,
.mainnav ul.menu li.deeper ul li.active a {
	border-bottom: 2px solid #c3b6b2;
	color: #32699c;
}
.mainnav ul.menu li.deeper:hover ul {
	display: inline;
}

.mainnav ul.menu li.deeper.item-116 ul {
	display: none;
}


.mobilemenu,
.mobilemenu .mainnav.mobil {
	display: none;
}


#content-line-out {
    background: #fff url('../images/bg-topline.jpg') center 20px no-repeat;
    background-size: 100% 520px;
    /*min-height1: 350px;*/
    border: 0px solid green;
	position: relative;
}
#content-line-in {
	width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
.content-box {
	width: 100%;
    /*max-width: 605px;*/
	/*max-width: 715px;*/
    float: left;
}

.page-title {
	font-family: 'Days One';
	font-weight: 300 !important;
	color: #32699C;
	font-size: 26px;
	margin: 15px 0 25px 0 !important;
	border-bottom: 1px solid #C3B6B2;
} 

h2, h3, h4, h5 {
	margin: 15px 0 10px 0;
	font-family: 'Days One', serif;
	font-weight: 400;
}

.breadcrumbs {
	font-size: 12px;
	background: #E7E2E0;
	padding: 3px 15px 5px 15px;
	margin: 5px 0 0 0;
}

.item-page img,
.blog img {
    display: block;
    margin: 0 auto;
}

.blog article {
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #E7E2E0;
}


.content-box.home {
    background: url('../images/mac-referenzen.png') center top no-repeat;
    height: 545px;
    margin: 0 0 0 50px;
    border: 0px solid red;
}
/*
.referenzslider {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    min-height: 200px;
}
*/
.slides_container .slide {
    height: 560px !important;
}

.bt-cs .bt-inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto !important;
}
.bt-cs .bt-inner img {
	outline: none !important;
	border: none !important;
}
.bt-cs .bt-inner .bt-title {
	font-size: 1.5em !important;
	color: #fff !important;
	margin: 30px 0 0 0;
	float: left;
	display: block;
	width: 100%;
	height: 35px !important;
	overflow: hidden;
}
.bt-cs .bt-inner .readmore {
	margin: -50px 0 0 0;
	position: absolute;
}
.bt-cs .bt-inner .readmore a {
	color: #fff !important;
	font-size: 1.1em;
	font-family: 'Days One';
	font-weight: 300;
}

.djslider-default.img-vcenter img.dj-image {
	height: 320px !important;
	width: 555px !important;
}
.slide-desc-text-default .slide-title {
	font-size: 1.2em !important;
}

.phocagalleryslideshow,
.phocagalleryslideshow div {
	background: none !important;
}
.gallerylayer {
	top: 10px !important;
}
.gallerylayer img {
	padding: 0px 0 0 0;
	width: 555px !important;
	height: 350px !important;
}
.phocagalleryslideshow img.close {
	display: none;
}
.fadeslidedescdiv {
	height: 40px !important;
	top: 280px !important;
}
.phocagalleryslideshow .descpanelbg,
.phocagalleryslideshow .descpanelfg {
	background: rgba(255, 255, 255, 0.6) !important;
	top: -5px !important;
	color: #4F4F4F !important;
}
.phocagalleryslideshow .descpanelfg h3 {
	padding: 5px 0 0 0;
}


.content-box.content {
	background: rgba(255, 255, 255, 1.0);
    min-height: 30vh;
	margin: 5px 0 20px 20px;
}
.content-box.content .contentbox-inner {
    margin: 15px;
}

.content-box.content .contentbox-inner ul {
    margin: 10px 0 10px 25px;
    x-list-style-type: none;
}
.content-box.content .contentbox-inner ul li {
    margin: 0 0 3px 0;
}
.content-box.content .contentbox-inner ul li:before {
    x-content: '.: ';
    margin: 0 0 0 -15px;
}


.content-box.content #mailform input,
.content-box.content #mailform textarea {
    width: 550px;
    padding: 5px;
    font-size:13px;
    font-family: Verdana;
    color: #7f7f7f;
}
.content-box.content #mailform input.active,
.content-box.content #mailform textarea.active {
    color: #32699C;
}
.content-box.content #mailform textarea {
    height: 90px;
}
.content-box.content #mailform button {
    font-size: 18px;
    padding: 4px;
    float: right;
    margin: 10px 0 20px 0;
}



.ui.form .fields > .field {
    padding: 0;
    width: 50%;
}





.content-box.content .contentbox-inner .tags.content {
	color: #C3B6B2;
	margin: 20px 0;
}
.content-box.content .contentbox-inner .tags.content ul {
	width: 100%;
	margin: 10px 0;
	padding: 0;
}
.content-box.content .contentbox-inner .tags.content ul li {
	display: inline;
}
.content-box.content .contentbox-inner .tags.content ul li a {
	color: #E7E2E0 !important;
	border: none !important;
}
.content-box.content .contentbox-inner .tags.content ul li a:hover {
	color: #C3B6B2 !important;
}










.content-box.content .contentbox-inner a.referenz-pics,
.content-box.content .contentbox-inner a.referenz-pics:hover {
    border-bottom: none !important;
}


.content-box.content .contentbox-inner .pagination .counter {
	margin: 0 0 10px 0;
	text-align: center;
}
.content-box.content .contentbox-inner .pagination ul {
	width: 100%;
	text-align: center;
	list-style-type: none;
}
.content-box.content .contentbox-inner .pagination ul li {
	display: inline;
}
.content-box.content .contentbox-inner .pagination ul li a.pagenav,
.content-box.content .contentbox-inner .pagination ul li span {
	display: inline-block;
	padding: 5px 15px;
	text-decoration: none;
	border-width: 1px 0;
	border-style: solid;
	border-color: #C3B6B2;
	background: #E7E2E0;
	transition: all ease 0.5s;
}
.content-box.content .contentbox-inner .pagination ul li a.pagenav:hover,
.content-box.content .contentbox-inner .pagination ul li span {
	background: #C3B6B2;
	color: #fff !important;
	border-bottom: 1px solid #C3B6B2 !important;
}
.content-box.content .contentbox-inner .pagination ul li.pagination-start a,
.content-box.content .contentbox-inner .pagination ul li.pagination-start span {
	border-width: 1px 0 1px 1px;
	border-radius: 5px 0 0 5px;
}
.content-box.content .contentbox-inner .pagination ul li.pagination-end a,
.content-box.content .contentbox-inner .pagination ul li.pagination-end span {
	border-width: 1px 1px 1px 0;
	border-radius: 0 5px 5px 0;
}

.content-box.content .contentbox-inner .items-more ol {
	margin: 10px 0 10px 20px;
}

.content-box.content .contentbox-inner .pager {
	background: #C3B6B2;
	float: left;
	width: 100%;
	padding: 0;
	margin: 15px 0;
	border-radius: 5px;
	list-style-type: none;
}
.content-box.content .contentbox-inner .pager li.previous,
.content-box.content .contentbox-inner .pager li.next {
	background: #32699C;
	padding: 5px 10px;
	margin: 0;
	transition: all ease 0.5s;
}
.content-box.content .contentbox-inner .pager li.previous:hover,
.content-box.content .contentbox-inner .pager li.next:hover {
	background: #E7E2E0;
}
.content-box.content .contentbox-inner .pager li.previous:hover a,
.content-box.content .contentbox-inner .pager li.next:hover a {
	color: #32699C !important;
}
.content-box.content .contentbox-inner .pager li.previous a,
.content-box.content .contentbox-inner .pager li.next a {
	color: #fff !important;
}
.content-box.content .contentbox-inner .pager li.previous {
	x-background: #C3B6B2;
	float: left;
	border-radius: 5px 0 0 5px;
}
.content-box.content .contentbox-inner .pager li.next {
	x-background: #C3B6B2;
	float: right;
	border-radius: 0 5px 5px 0;
}

.tooltip.fade.top.in .tooltipp-inner,
.2tip,
.2fade {
	display: none !important;
}



#content-line-in a {
    color: #32699C;
    text-decoration: none;
    border-bottom: 1px solid #C3B6B2;
}
#content-line-in a:hover {
    color: #C3B6B2;
    border-bottom: 1px solid #32699C;
}

#content-line-in a.linkthumb,
#content-line-in a.linkthumb:hover {
	border: none;
}

#content-line-in table {
	width: 100%;
}
#content-line-in table td {
	vertical-align: top;
}

#content-line-in table.referenzen td {
	padding: 5px 10px 5px 0;
	width: 25%;
}
#content-line-in table.referenzen td h3 {
	margin: 0;
}
#content-line-in table.referenzen td + td {
	vertical-align: middle;
	width: 70%;
}
#content-line-in table.referenzen tr + tr + tr td {
	padding-top: 20px;
}

#content-line-in table.referenzen tr + tr + tr td + td {
	padding-top: 0px;
}

#content-line-in table.referenzen tr + tr + tr td + td table td {
	padding: 5px 0 5px 5px;
}
#content-line-in table.referenzen td .moduletable p img {
	transition: all ease 0.5s;
}
#content-line-in table.referenzen td .moduletable p img:hover {
	opacity: 0.6;
}
#content-line-in table.referenzen td .moduletable p {
	float: left;
}



#content-line-in .tag-category ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}



#content-line-in .contact-address dt {
	float: left;
	display: table-cell;
	width: 50px;
	height: 55px;
	margin: 0 10px 0 0;
	text-align: left;
	vertical-align: middle;
}
#content-line-in .contact-address dd {
	display: table-cell;
	height: 55px;
	vertical-align: middle;
	margin: 0 0 0 10px;
}

#content-line-in form fieldset {
	border: none;
}
#content-line-in form input,
#content-line-in form textarea {
	width: 100%;
	padding: 10px 5px;
	font-size: 16px;
	color: #C3B6B2;
	border: 1px solid #C3B6B2;
    border-radius: 0;
}
#content-line-in form label {
    font-weight: 400;
    font-size: 15px;
}
#content-line-in form input#jform_contact_email_copy {
	width: 20px;
}
#content-line-in form #jform_contact_email_copy-lbl {
	float: left;
}

#content-line-in form textarea {
	font-family: verdana;
	font-size: 15px;
}
#content-line-in .control-label {
	margin: 10px 0 0 0;
}
#content-line-in form input:focus,
#content-line-in form textarea:focus {
	background: #E7E2E0;
	color: #32699C;
}

#content-line-in form button.btn,
#content-line-in .ui.green.button {
	font-size: 26px;
    font-weight: 500;
	text-transform: uppercase;
	float: right;
	cursor: pointer;
	border: 1px solid #C3B6B2;
    border-radius: 0;
	background: #32699C;
	color: #fff;
	padding: 5px 25px;
	transition: all ease 0.5s;
    clear: both;
}
#content-line-in form button.btn:hover,
#content-line-in .ui.green.button:hover {
	background: #fff;
	color: #32699C;
}
#content-line-in form .priceinfo {
    clear: both;
    color: #C3B6B2;
    font-size: 12px;
}
#content-line-in form#searchForm button {
	float: right;
	border: none;
	background: none;
}
#content-line-in form#searchForm .searchintro {
	margin: 10px 0;
}
#content-line-in form#searchForm .counter {
	text-align: center;
}
#content-line-in .result-category,
#content-line-in .result-created {
	display: none;
}
#content-line-in .search-results dt {
	margin: 10px 0 0 0;
}


#content-line-in form select {
	width: 20%;
}
#content-line-in form option {
	margin: 0;
	padding: 0;
}






#checkbox, #social {
    float: left;
}
#checkbox.home {
	width: 100%;
}
#checkbox ul {
    float: left;
    margin: 60px 0 0 45px;
    width: 205px;
    list-style-type: none;
}
#checkbox.home ul {
	width: 100%;
	margin: 0px 0 20px 0;
}
#checkbox ul li {
    padding: 0 0 0 40px;
    height: 56px;
    margin: 0 0 5px 0;
}
#checkbox.home ul li {
	float:left;
	width: 28%;
	margin: 0;
	border: 0px solid red;
}
#checkbox ul li.callback,
#checkbox ul li.check {
    background: url('../images/check-callback.png') left bottom no-repeat;
}
#checkbox ul li.termin {
    background: url('../images/check-termin.png') left bottom no-repeat;
}
#checkbox ul li.angebot {
    background: url('../images/check-angebot.png') left bottom no-repeat;
}
#checkbox ul li a {
    background: url('../images/check-bg.png');
    display: block;
    width: 160px;
    margin: 18px 0 0 0;
    padding: 2px 0 2px 15px;
    float: left;
    text-decoration: none;
    color: #32699c;
    font-size: 12px;
    font-weight: bold;
    border: 0px;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}
#checkbox.home ul li a {
	width: 80%;
}
#checkbox ul li a:hover {
    color: #fff;
    border: 0;
}
#checkbox.home ul li a:hover {
	color: #C3B6B2;
}
#social {
    margin: 30px 0 0 44px;
    border: 0px solid green;
    width: 210px;
}

#social ul {
    list-style-type: none;
}

#social ul li.facebook, #social ul li.xing, #social ul li.stiftung, #social ul li.mvc {
    display: inline;
    float: left;
    margin: 0 0px 0 0;
}
#social ul li a {
    border-bottom: 0px;
    padding1: 21px;
    display: block;
    height: 42px;
    width: 42px;
    border: 0px solid red;
    font-size: 0px;
    line-height: 0px;
    float: left;
    margin: 0 10px 0 0;
}

#social ul li a:hover {
    border: 0;
}
#social ul li.facebook a {
    background: url('../images/button-facebook.png') center top no-repeat;
}
#social ul li.xing a {
    background: url('../images/button-xing.png') center top no-repeat;
}
#social ul li.stiftung a {
    background: url('../images/button-stiftung.png') center top no-repeat;
}
#social ul li.mvc a {
    background: url('../images/button-mvc.jpg') center top no-repeat;
    width: 88px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#social ul li.xing a:hover, #social ul li.facebook a:hover, #social ul li.stiftung a:hover, #social ul li.mvc a:hover {
    opacity: 0.6;
}



.moduletable.newsflash_home,
.newsflash {
	width: 100%;
	margin: 0 0 25px 0;
}
.newsflash .newsbox {
    width: 32%;
    float: left;
    margin: 0 0 0 0;
}
.newsflash .newsbox.item_1 {
    border-left: 3px solid #32699C;
}
.newsflash .newsbox.item_2 {
    border-left: 3px solid #C3B6B2;
}
.newsflash .newsbox.item_3 {
    border-left: 3px solid #E7E2E0;
}
.newsflash .newsbox a {
    float: right;
}

.newsflash .newsbox div {
    padding: 10px 10px 10px 15px;
    height: 120px;
}




/* Custom Style: mystyle1 */
.nn_sliders.accordion > .accordion-group {
	border: none;
}
.nn_sliders.accordion > .accordion-group > .accordion-body > .accordion-inner {
  border: none;
  background: #fff;
  padding: 0 15px;
  margin: 0 0 25px 0;
}

.nn_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  font-size: 22px;
  font-family: 'Days One';
  font-weight: 300;
  color: #fff !important;
  margin: 0 0 15px 0;
}
.nn_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
  background: #FFC04D;
  color: #E7E2E0 !important;
  text-decoration: none !important;
}
.nn_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
  background: #FFC04D;
  color: #C3B6B2 !important;
}




.nn_sliders.accordion > .accordion-group.basic > .accordion-heading > a.accordion-toggle {
  background: #FFA500;
}



.nn_sliders.accordion > .accordion-group.premium > .accordion-heading > a.accordion-toggle {
  background: #008000;
}




.nn_sliders.accordion > .accordion-group.individual > .accordion-heading > a.accordion-toggle {
  background: #C82D2D;
}




#footer {
	padding: 20px 0 40px 0;
}
#footer .footer-inner {
    x-height: 80px;
	width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 15px 0 0 0;
	color: #E7E2E0;
}
#footer .footer-inner .moduletable,
#footer .footer-inner .moduletable.footer-box-left,
#footer .footer-inner .moduletable.footer-box-middle,
#footer .footer-inner .moduletable.footer-box-right {
	float: left;
    width: 30%;
}
/*
#footer .footer-inner .moduletable.footer-box-left {
	width: 31%;
}
#footer .footer-inner .moduletable.footer-box-middle {
	width: 47%;
}
#footer .footer-inner .moduletable.footer-box-right {
	width: 16%;
}
*/
#footer .footer-inner .moduletable.footer-box-middle,
#footer .footer-inner .moduletable.footer-box-right {
	margin: 0 0 0 3%;
}

#footer h2,
#footer h3 {
	color: #E7E2E0;
    border-bottom: 0px solid #fff;
    padding: 0 0 4px 0;
    margin: 0 0 5px 0;
    font-size:22px;
    letter-spacing: 0.1em;
    font-family: 'Days One';
    font-weight: 400;
}
#footer a {
    color: #E7E2E0;
    text-decoration: none;
}
#footer a:hover {
    color: #C3B6B2; /*#C3B6B2;*/
}
#footer .copyright {
    color: #fff;
    font-family: 'Days One';
    font-weight: 400;
    float: left;
}
#footer .footermenu {
    float: right;
}
#footer .footermenu ul {
    list-style-type: none;
	/*float: right;*/
}
#footer .footermenu ul li {
    /*x-display: inline;*/
    padding: 0 2px;
	margin: 0 0 10px 0;
    /*x-color: #fff;*/
}
#footer .footermenu ul li a {
    text-decoration: none;
    font-weight: bold;
}
#footer .footermenu ul li a:hover,
#footer .footermenu ul li.active a {
    /*x-color: #E7E2E0;*/
}






body#overlay-box {
    height: 79.9% !important;
    color: #fff;
}
body#overlay-box p {
    margin: 40px 20px 0 20px;
    color: #fff;
}
body#overlay-box h3 {
    color: #E7E2E0;
    margin: 0 0 10px 0;
}
body#overlay-box form {
    width:350px;
    margin: 40px auto 0 auto;
    border: 0px solid red;
}
body#overlay-box form input,
body#overlay-box form textarea,
body#overlay-box form select {
    width: 335px;
    padding: 5px;
    font-size:13px;
    font-family: Verdana;
    color: #7f7f7f;
    margin: 0 0 8px 0;
}
body#overlay-box form textarea {
    height: 260px;
}
body#overlay-box form button {
    font-size: 18px;
    padding: 4px;
    float: right;
    margin: 10px 0 20px 0;
    cursor: pointer;
    color: #32699C;
}
body#overlay-box form input.radio {
    width: 20px;
}

body#overlay-box form#angebot {
    width: 710px;
}
body#overlay-box form#angebot fieldset {
    width: 330px;
    float: left;
    border: 0px;
}
body#overlay-box form#angebot fieldset+fieldset {
    margin: 0 0 0 10px;
    padding: 30px 0 0 0;
}


body#overlay-box #addressblock {
    display: none;
}
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }



#ca_banner {
    height: auto !important;
    background: #32699C !important;
}
#ca_banner h2 {
		text-align: center !important;
}
#ca_banner,
#ca_banner p,
#ca_banner .accept,
#ca_banner p a,
#ca_banner p span {
    color: #fff !important;
    font-size: 18px !important;
		text-align: center !important;
}
#ca_banner .accept {
    background: #C3B6B2 !important;
    width: auto !important;
    text-shadow: 0px 0px 0px #fff !important;
    font-size: 24px !important;
    padding: 10px 0 !important;
}



@media (max-width: 965px) {
	#topline {
		width: 95%;
	}
	#nav-out .soziales-engagement {
		display: none;
	}
	.mainnav ul.menu {
		margin-left: 0px;
	}
	.mainnav ul.menu li {
		margin-left: 10px;
	}
	#social {
		display: none;
	}
	#checkbox {
		width: 100%;
	}
	#checkbox ul {
		width: 100%;
		margin: 0px 0 20px 0;
	}
	#checkbox ul li {
		float:left;
		width: 20%;
		margin: 0;
		border: 0px solid red;
	}
	#checkbox ul li a {
		width: 80%;
	}
	#checkbox ul li a:hover {
		color: #C3B6B2;
	}
	
	
	
	#footer .footer-inner {
		width: 95%;
		margin: 0 auto;
	}
}


@media (max-width: 854px) {
	.mainnav {
		display: none;
	}
	.mobilemenu {
		display: inline;
		float: right;
		margin: 3% 1% 0 0;
		cursor: pointer;
	}
	.mobilemenu img {
		vertical-align: middle;
	}
	.mobilemenu .mainnav.mobile {
		position: absolute;
		z-index: 1000;
		background: #fff;
		width: 100%;
		left: 0;
	}
	.mobilemenu .mainnav.mobile ul {
		width: 100%;
		text-align: center;
	}
	.mobilemenu .mainnav.mobile ul li {
		display: block;
		float: none;
		margin: 10px 0;
		padding: 10px;
	}
	.mobilemenu .mainnav.mobile ul li a {
		padding: 10px
	}
	.mobilemenu .mainnav.mobile ul li.deeper ul {
		display: block;
		margin: 0;
	}
	.mobilemenu .mainnav.mobile ul li.deeper.item-116 ul {
		display: none;
		margin: 0;
	}
	
	#checkbox ul li  {
		width: 40%;
		padding-left: 35px;
	}
	
	.content-box {
		width: 98%;
	}
	.contentbox-inner img {
		max-width: 95%;
		height: auto;
	}
	
	.content-box.content .contentbox-inner ul {
		margin-left: 0px;
	}
}

@media ( max-width: 650px ) {
	.content-box {
		width: 100%;
	}
	.content-box.content {
		margin-left: 0;
		width: 100%;
	}
}

@media ( max-width: 550px ) {
	#checkbox {
		display: none;
	}
	.moduletable.newsflash_home {
		margin-top: 25px;
	}
	.moduletable.newsflash_home .newsbox {
		float: none;
		width: 97%;
	}
}

@media ( max-width: 470px ) {
	#nav-out {
		height: 180px;
	}
	.moduletable.newsflash_home {
		margin-top: 5%;
		background: #fff;
	}
	.newsflash .newsbox div {
		height: auto;
	}
	
	#footer .footer-inner .moduletable.footer-box-left,
	#footer .footer-inner .moduletable.footer-box-middle,
	#footer .footer-inner .moduletable.footer-box-right {
		float: none;
		width: 95%;
		margin: 0;
	}
	#footer .footer-inner .moduletable.footer-box-middle {
		overflow: hidden;
	}
	#footer .footer-inner .moduletable.footer-box-middle,
	#footer .footer-inner .moduletable.footer-box-right {
		margin-top: 15px;
	}
	#footer .footer-inner .moduletable.footer-box-right {
		text-align: left;
	}
	#footer .footermenu ul {
		float: left;
	}
}