/* CSS Mini Reset */
/******************/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
.clear { clear:both; }
/* STYLES */
/**************************FONTS*/
@font-face {
	font-family: 'Klavika-Bold';
	src: url('../fonts/Klavika-Bold.eot?') format('eot'),
	     url('../fonts/Klavika-Bold.otf')  format('opentype'),
	     url('../fonts/Klavika-Bold.woff') format('woff'),
	     url('../fonts/Klavika-Bold.ttf')  format('truetype'),
	     url('../fonts/Klavika-Bold.svg#Klavika-Bold') format('svg');
}
@font-face {
	font-family: 'Klavika-Light';
	src: url('../fonts/Klavika-Light.eot?') format('eot'),
	     url('../fonts/Klavika-Light.otf')  format('opentype'),
	     url('../fonts/Klavika-Light.woff') format('woff'),
	     url('../fonts/Klavika-Light.ttf')  format('truetype'),
	     url('../fonts/Klavika-Light.svg#Klavika-Light') format('svg');
}
/**********/
html, body {
	height:100%;
}
body {
	overflow:auto;
	overflow-y:scroll;
	font-family: 'Asap', sans-serif;
	font-weight:400;

}
h1 {
	font-family: 'Asap', sans-serif;
	font-weight:800;
	font-size:17px;
	line-height:21px;
	color:#003755;
	margin-bottom:12px;
	margin-top:25px;
}
h1 a.small {
	font-size:12px;
	text-decoration:none;
	float:right;
	padding-top:2px;
	font-weight:400;
}
h1.trigger {
	cursor:pointer;
	background:url(../img/arrow_acc.png) no-repeat left center;
	padding-left:12px;
}
h1.trigger:hover {
	background:url(../img/arrow_acc_act.png) no-repeat left center;
}
h1.trigger_active {
	background:url(../img/arrow_acc_act.png) no-repeat left center;
}
.toggle_container {
	margin-left:12px;
}

h2 {

}
em {
	font-style:italic;
}
.clear {
	clear:both;
}
a:link, a:visited {
	color:#003755;
}
a:hover {
	color:#E87126;
}
a.noline {
	text-decoration:none;
}
strong {
	font-family: 'Asap', sans-serif;
	font-weight:800;
}
#site {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:964px;

}
#navimgtop img {
	width:100%;
	height:auto;
}
#navimgtop {
	width:100%;
	margin-top:59px;
}
div#content {
	position:relative;
	float:left;
	margin-bottom:75px;
}
div#footermob, #logo_mob {
	display:none;
}
/*//////////////////////////////////////////////////////////Border (Page)*/
@media screen and (min-width: 998px){
	div#border_left, div#border_right {
		position:fixed;
		width:4px;
		background:#ed743e;
		height:100%;
		z-index:100;
	}
	div#border_left {
		left:0px;
	}
	div#border_right {
		right:0px;
	}
}
/*//////////////////////////////////////////////////////////Navigation*/
#logo_top {
	position:absolute;
	z-index:2000;
	left:50%;
	margin-left:-227px;
	margin-top:10px;
}
div#topnav {
	position:fixed;
	width:100%;
	height:59px;
	background:#FFF;
	z-index:1000;
	font-family: 'Klavika-Bold';
	top:0px;
	-webkit-box-shadow: 0 8px 6px -6px black;
       -moz-box-shadow: 0 8px 6px -6px black;
            box-shadow: 0 8px 6px -6px black;
}
/*#topnav:after {
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 59px;
    margin-left: -50%;
    display: block;
    position: absolute;
    left: 50%;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 8px 2px #000000;
       -moz-box-shadow: 0px 0px 8px 2px #000000;
            box-shadow: 0px 0px 8px 2px #000000;
}*/
div#navicon {
	display:none;
}
div#navcon {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:951px;
	padding-left:13px;
	height:40px;
	padding-top:19px;
	font-size:18px;
}
div#navcon h1 {
	padding:0px;
	margin:0px;
	/*font-family: 'Klavika-Light';	*/
	font-size:24px;
}
div#navcon a:link, div#navcon a:visited {
	text-decoration:none;
	color:#003755;
}
#navcon #logo{
	margin-right:8px;
	float:left;
	margin-top: -10px;
}
ul.mobnav {
	display:none;
}
ul.nav li {
	display:block;
	float:left;
	color:#003755;
	margin-right:23px;
	text-transform:uppercase;
}
#leftnav li {
	font-family: 'Klavika-Bold';
	font-size:16px;
	width:174px;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:1px solid #d5dde1;
}
#leftnav li a:link, #leftnav li a:visited {
	text-decoration:none;
	color:#003755;
}
#leftnav li a:hover {
	color:#e87126;
}
#leftnav a.act {
	color:#e87126 !important;
}

/* leftnav 2nd */
#leftnav li ul {
	margin: 10px 0px 10px 10px;
}
#leftnav li ul li {
	font-size:14px;
	border-bottom:none !important;
	line-height:18px;
}
#leftnav li ul li a:link, #leftnav li ul li a:visited {
	color:#557782;
}
#leftnav li ul li a:hover {
	color:#e87126 !important;
}
/*//////////////////////////////////////////////////////////Suchfeld*/

div#search {
	position:absolute;
	right:13px;
	top:0px;
	width:222px;
	height:59px;
}
div#topicons {
	position:absolute;
	right: 242px;
	top: 21px;
	min-width: 50px;
}
#teaser_fb_mob {
	display:block;
	padding-left:10px;
	padding-right:10px;
}
div#searchform {
	position:relative;
}
.homebtn {
    display: block;
    float: left;
    position: relative;
}
.suchfeld {
    border: 1px solid #bdc3d1;
    margin-left: 9px;
    margin-top: 16px;
	height:22px;
	width:173px;
    position: relative;
	font-family: 'Asap', sans-serif;
	font-weight:400;
	font-size:10px;
	padding-left:5px;
	float:left;
}
.searchbtn {
    background: url("/img/search.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    height: 22px;
    left: 166px;
    position: absolute;
    top: 17px;
    width: 21px;
}

/*//////////////////////////////////////////////////////////Default*/
div#leftnav {
	position:relative;
	width:174px;
	float:left;
	margin-right:15px;
	margin-top:20px;
	padding-top:4px;
}
div#defaultcon {
	position:relative;
	float:left;
	width: 558px;
	font-size:14px;
	line-height:22px;
}
div#defaultcon.home {
	width:769px;
}
#defaultcon ul {
	margin-left: 41px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#defaultcon li, #defaultcon li {
	list-style:outside;
	list-style-image:url(../img/listelem.png);
}

div#defaultcon h1
.full {
	width:759px;
}
div.overviewbox {
	width:178px;
	color:#003755;
	float:left;
	margin-right:12px;
}
div.overviewbox.over {
	min-height:180px;
}
div.overviewbox.team {
	height:215px;
}
div.overviewbox.team h3 {
	margin-top: 0px;
}
.nomargin {
	margin-right:0px !important;
}
div.overviewbox.over:nth-child(3n), div.overviewbox.agenda:nth-child(3n){
	margin-right:0px;
}
div.overviewbox.imp:nth-child(3n+1) {
 	margin-right:0px;
}
div.overviewbox.team h2 {
	min-height:19px;
}
div.over, div.team {
	margin-bottom:20px;
}
div.overviewbox.imp {
	height:295px;
}
img.conimg {
	display:block;
	margin-bottom:20px;
	width:100%;
}
#shares {
	position: relative;
float: right;
top: 0px;
margin-top: -23px;
}
div.overviewbox h2 {
	display:block;
	margin-top:5px;
	font-family: 'Asap', sans-serif;
	font-weight:800;
	line-height: 19px;
}
div.overviewbox h3 {
	display:block;
	margin-top:5px;
	font-family: 'Asap', sans-serif;
	font-weight:400;
}
div.overviewbox a:link, div.overviewbox a:visited {
	text-decoration:none;
	color:#003755;
}
div.overviewbox a:hover {
	color:#ed733d;
}
div.overviewbox.over a:hover {
	color:#9eb458 !important;
}
span.over_hov {
	position:absolute;
	display:none;
	width:178px;
	height:5px;
	background:#bad267;
}
div.overviewbox.over:hover .over_hov {
	display:block;

}
div.overviewbox p {
	font-size:10px;
	margin-top:10px;
	line-height:15px;
	padding-right:10px;
}
/*//////////////////////////////////////////////////////////Home*/
#homeslider {
	position:relative;
	padding-top:59px;
}
div#home_left, div#home_right {
	line-height:23px;
}
div#home_left .title, div#home_right .title  {
	display:block;
	font-family: 'Asap', sans-serif;
	font-weight:800;
	margin-bottom:21px;
}
div#home_left {
	position:relative;
	width:376px;
	height:100%;
	float:left;
	margin-right:12px;
}
div#impcon {
	height:478px;
}
div#impcon a {
	text-decoration:none;
}
span#imptxt {
	position:relative;
	display:block;
	background:url(../img/bg_repeat_imp.png) repeat-x left 30px, url(../img/bg_impressionen.png) no-repeat left top;
	padding:36px 18px 70px 9px;
	margin-top:-13px;
	z-index:100;
}
span#imptxt p {
	font-family: 'Asap', sans-serif;
	font-weight:400;
	color:#003755;
	font-size:13px;
	line-height:21px;
}
.imptit {
	font-family: 'Asap', sans-serif;
	font-weight:800;
	color:#003755;
	font-size:17px;
}
div#home_right {
	position:relative;
	width:368px;
	height:100%;
	float:left;
	margin-right:12px;
}
div#eventwrapper.home {
	width:368px;
	height:478px;
	min-height:200px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.42);
	-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.42);
	box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.42);
}
div.eventitem {
	font-family: 'Asap', sans-serif;
	font-weight:400;
	width:358px;
	padding-left:10px;
	padding-top:5px;
	min-height:78px;
	background:url(../img/bg_eventitem_home.png) no-repeat right top;
}
div.eventitem a:link, div.eventitem a:visited {
	color:#003755;
	text-decoration:none;
}
div.eventitem a:hover {
	color:#E97227;
}
div.eventitem .fristrow, div.overviewbox.agenda .fristrow, div.overviewbox.imp .fristrow {
	font-weight:bold;
	font-size:11px;
	font-weight:800;
}
div.eventitem h2 {
	font-size:15px;
	font-weight:800;
}
div.eventitem .thirdrow {
	font-size:14px;
}
div.eventitem.small {
	height:30px !important;
	padding-top:10px;
}
div.eventitem.small a {
	font-size:14px;
	font-weight:800;
	color:#E97227;
}
/* News */
#home_news{
	width:calc(100% - 15px);
	background: #fff;
	height: auto;
	z-index: 110;
	margin-bottom: 20px;
	padding-bottom:40px;
	color: #003755;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 28px;

}
a.noline {
	text-decoration: none;
}
#home_news h1, #home_news h2 {
	font-family: 'Asap', sans-serif;
	font-weight:800;
	text-transform: uppercase;
	color: #ed743e;
	font-size:15px;
	width: 100%;
	text-align: center;
	margin-bottom:20px;
}
/*#home_news h2 {
	font-family: 'Playfair Display', serif;
	font-size:24px;
	color: 003755;
	width: 100%;
	text-align: center;
	margin-bottom:43px;
}*/
.newscon {
	padding:0px 95px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:14px;
	line-height: 22px;
	padding: 30px 10px;
}
#news_all {
	position: absolute;
	right:19px;
	bottom:12px;
	color:#ed733d;
	font-size: 14px;
	font-family: 'Asap', sans-serif;
	font-weight:800;
	text-decoration: none;
}
.news_box a, h1.trigger {
	cursor:pointer;
	background:url(../img/arrow_acc.png) no-repeat left center;
	padding-left:12px;
	font-family: 'Asap', sans-serif;
	font-weight: 800;
	font-size: 17px;
	line-height: 21px;
	color: #003755;
	margin-bottom: 12px;
	margin-top: 25px;
	display: block;
	text-decoration: none;
}
/*//////////////////////////////////////////////////////////Teaser*/
div#teaser {
    position: absolute;
    right: 4px;
    width: 209px;
    z-index: 100;
}
div#teaser_fb {
	text-align:right;
	height:25px;
	padding-right:5px;
	padding-top:8px;
}
div#teaserblue {
    background: none repeat scroll 0 0 #003755;
    color: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0 1px 6px 0 rgba(135, 135, 135, 1);
	font-family: 'Klavika-Light';
	font-weight:800;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    padding-left: 8px;
	padding-top:5px;
	padding-bottom:5px;
    text-decoration: none;
    text-transform: uppercase;
}
div#teaserblue a {
	color:#FFF;
	text-decoration:none;
}
div#teaser_find input {
	font-size:14px;
	padding-left:3px;
	font-family: 'Klavika-Light';
	font-weight:400;
}
div#teaser_con li {
	list-style-type:none;
	margin-bottom:12px;
}
div#teaser_con li a:link, div#teaser_con li a:visited {
	display:block;
	line-height:40px;
	text-decoration:none;
	height:40px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-family: 'Klavika-Bold';
	color:#FFF;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(135, 135, 135, 1);
	-moz-box-shadow:    0px 1px 6px 0px rgba(135, 135, 135, 1);
	box-shadow:         0px 1px 6px 0px rgba(135, 135, 135, 1);
	background:#cbdc80;
	padding-left:17px;
	font-size:16px;
	text-transform:uppercase;
}
div#teaser_con li a:hover {
	background:#b7cf4b;
}
/* pfarreifeinder */
div.ui-datepicker{
 font-size:12px;
}

input#street {
	width:88px;
	height:19px;
	font-size:12px;
	line-height:19px;
	padding-left:5px;
}
input#streetno {
	width:37px;
	height:19px;
	padding-left:5px;
	font-size:12px;
	line-height:19px;
}
.ui-widget {
	font-size: 14px;
	z-index:500;
	width:192px;
	background:#FFF;
}
.ui-menu .ui-menu-item a{
    border-radius: 0px;
	font-size:12px;
}
.ui-menu .ui-menu-item a:hover {
	display: block;
	padding: 3px 3px 3px 0px;
	text-decoration: none;
	color: FFF;
	background:#00F;
	cursor: pointer;
	background-color:none;
}

#search_btn {
	width:41px;
	height:22px;
	display:block;
	float:right;
	margin-right:4px;
	border:none;
	margin-top:2px;
	background:url(/img/searchbtn_home.png) no-repeat;
	cursor:pointer;
}
.mobfinder {
	display:none;
}
/*//////////////////////////////////////////////////////////Overlay*/
#detailcon{
	float:left;
	width:265px;
	margin-top:50px;
	min-height: 343px;
	font-size:13px;
	line-height:21px;
}
#detailcon_right {
	float:left;
	margin-right:30px;
	width:421px;
	margin-top:390px;
	font-size:14px;
	line-height:18px;

}
#detaildescr {
	clear:left;
	padding-right: 15px;
	font-size:13px;
	line-height:21px;
	padding-bottom:20px;
}
#detaildescr h2 {
	font-family: "Asap",sans-serif;
	font-weight: 800;
	font-size: 17px;
	line-height: 21px;
	color: #E87126;
	margin-bottom: 12px;
	margin-top: 25px;
}

#bgimg {
	position:absolute;
	 -ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    transform: rotate(3deg);
	z-index: 10;
	right: 36px;
	top: 51px;
	opacity: 0.5;
}
#image {
	position:absolute;
	z-index:30;
	top:49px;
	right:30px;
}
#clip {
	position:absolute;
	right:358px;
	z-index:50;
	top:28px;
}
#detailcon h2.trigger {
	cursor:pointer;
	background:url(../img/arrow_acc.png) no-repeat left center;
	padding-left:12px;
}
#detailcon h2.trigger:hover {
	background:url(../img/arrow_acc_act.png) no-repeat left center;
}
#detailcon h2.trigger_active {
	background:url(../img/arrow_acc_act.png) no-repeat left center;
	padding-left:12px;
}
#detailcon .toggle_container {
	margin-left:0px;
	padding-left:12px;
}
/*//////////////////////////////////////////////////////////Agenda*/

#filterform .row {
	float:left;
	clear:left;
	margin-bottom:16px;
}
#filterform label {
	display:block;
	float:left;
	width:20px;
	padding-left:4px;
	border:1px solid #557883;
	background:#eceef0;
	height:17px;
	font-size:12px;
	line-height:17px;
	color:#557782;
}
#filterform .calendar {
	display:block;
	float:left;
	background-color:#eceef0;
	background: url(../img/cal.png) no-repeat center center;
	width:21px;
	height:17px;
	border-top:1px solid #557883;
	border-bottom:1px solid #557883;
}
#filterform .dateitem {
	display:block;
	float:left;
	width:125px;
	padding-left:4px;
	border:1px solid #557883;
	border-left:none !important;
	background:#eceef0;
	height:17px;
	font-size:12px;
	line-height:17px;
	color:#557782;
	margin-right:10px;
}
#evsearchwrapper {
	position:relative;
	float:left;
}
#filterform #eventsearch {
	display:block;
	float:left;
	width:172px;
	padding-left:4px;
	margin-left: 6px;
	border:1px solid #557883;
	background:#eceef0;
	height:17px;
	font-size:12px;
	line-height:17px;
	color:#557782;
}

#filterform #evsearchbtn {
    background: url("/img/searchev.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    height: 22px;
	right:-2px;
    top: 1px;
    width: 21px;
	position:absolute;
}

div#filters {
	height:54px;
	margin-bottom:22px;
}
select.filter {
	width:178px;
	height:19px;
	float:left;
	background:#eceef0;
	border:none;
	margin-right:12px;
	font-size:12px;
	color:#557782;
}
select.filter:last-child {
	margin-right:0px;
}
div#eventwrapper.agenda {
	width:588px;
	float:left;
}
div.overviewbox.agenda {
	height:295px;
	overflow:hidden;
	margin-bottom:22px;
	position: relative;
}
img.resimg {
	position: absolute;
	width:100px !important;
	height: auto !important;
	right: -13px;
	top: -15px;
}
.reslink {
	color:#e87126 !important;
	font-weight: 800;
	text-decoration: none;
}
.resv_avail {
    font-size:0.8em;
    margin-left:8px;
    float:right;
}

div.overviewbox.agenda .thirdrow, div.overviewbox.imp .thirdrow {
	font-size:11px;
	display:block;
	line-height:15px;
	padding-top:3px;
	min-height:50px;
}
div.overviewbox.agenda .bottomrow {
	font-size:10px;
	display:block;
	line-height:13px;
	padding-bottom:5px;
}
#pager{
	clear:left;
	text-align:left;
	width:559px;
}
.pageritem {
	border-right:1px solid #000;
	cursor:pointer;
	width:25px;
	overflow:hidden;
	margin-top:20px;
	line-height:15px;
	display:inline-block;
	text-align:center;
	font-size:11px !important;
	color: #003755;
}
.pageritem.act {
	color: #E87126 !important;
}
.pageritem:last-child {
	border:none;
}
/*//////////////////////////////////////////////////////////Team*/
#teamform label {
	width: 120px;
	font-size:13px;
	color:#003755;
	display:block;
	float:left;
	clear:left;
	margin-bottom:5px;
}
#teamform input, #teamform select {
	display:block;
	float:left;
	width:130px;
	height:17px;
	line-height:17px;
	border:1px solid #557883;
	margin-bottom:5px;
	color:#557883;
	font-size:12px;
}
#teamform select {
	background:#eceef0;
	width:132px;
}
#teamcon {
	display:block;
	clear:left;
	margin-top:46px;
	float:left;
	width:553px;
	color:#003755;
}
#teamcon .item, #detailcon .item {
	clear:both;
	float:left;
	width:100%;
	border-bottom:1px solid #9caeb6;
	min-height:25px;
	line-height:25px;
	font-size:13px;

}
#teamcon .item.big {
	font-size:15px;
}
.item .name {
	font-weight:700;
}
.item .name a:link, .item .name a:hover {
	color:#003755;
	text-decoration:none;
}
.item .name a:hover {
	color:#E87126;
}
.item .phone {
	display:block;
	float:right;
}
.mobtel {
	cursor:default;
	text-decoration:none;
}

/*//////////////////////////////////////////////////////////Impressions*/

.impimgsmall {
	width:178px;
	height:131px;
	display:block;
	float:left;
	margin-right:8px;
	margin-top:20px;
}
.mobdescr {
	display:none;
}


/*//////////////////////////////////////////////////////////Footer*/
div#footertot {
	width:100%;
	height: 537px;
	float:left;
}
div#footer {
	position:relative;
	width:100%;
	background:#ed743e;
	float:left;
	z-index: 2000;

}
#footerwrapper {
	margin-left:auto;
	margin-right:auto;
	width:964px;
}
#footer_top {
	position:relative;
	height:45px;

}
.kreuz {
    position: absolute;
    right: 27px;
    top: -93px;
	z-index:200;
}
.footlogo {
    position: absolute;
    right: 92px;
	top: 17px;
}
#footer_bottom {
	position:relative;
	padding-top:65px;
	height: 770px; /*tochange*/
	color:#FFF;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:21px;
}
#footerlogo {
	position:absolute;
	bottom: 108px;
	left: 133px;
}
#footer_bottom #sitemap {
	min-height: 180px;
	margin-bottom:20px;
}
#footer_bottom #sitemap .group {
	max-height:450px;
	width:210px;
	margin-right:12px;
	float:left;
	min-height:100px;
}
#footer_bottom h2 {
	font-size:10px;
	color:#003755;
	font-weight:bold;
	border-bottom:1px solid #FFF;
	line-height:21px;
	margin-bottom:20px;
}
#footer_bottom h3 {
	font-size:15px;
	font-weight:bold;
	line-height:21px;
	margin-bottom:5px;
}
#footer_bottom a:link, #footer_bottom a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer_bottom a:hover {
	color:#003755;
}
#footer_bottom .small {
	font-size:	10px;
}
#impressum {
	clear:left;
}

/*//////////////////////////////////////////////////////////Formular*/
div#formular_content {
	width:646px;
	padding-top:19px;
	padding-left:69px;
	padding-right:69px;
	padding-bottom:20px;
}
.label {
	width:442px;
	display:block;
	float:left;
	margin-bottom:5px;
}
.formfeld {
	width:194px;
	border:1px solid #000;
	margin-bottom:5px;
}
.formfeld_big {
	width:194px;
	border:1px solid #000;
	margin-bottom:5px;
	border:1px solid #000;
}
.label {
	padding-left:6px;
}
.button {
	position:relative;
	margin-bottom:7px;
	border:1px solid #066a8d;
	background-color:#CCC;
	cursor:pointer;
}
#input_wrongdiv {
	display:none;
	border:1px solid #F00;
}

/* COOKIES */
#cookie_wrapper{
	font-family:Arial, Helvetica, sans-serif;
	position:fixed;
	left:0px;
	bottom:0px;
	color:#fff;
	background:#003755;
	min-height:39px;
	text-align:center;
	padding:9px 20px;
	font-size:14px;
	width:100%;
	z-index:9999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cookie_wrapper a{
	color:#fff !important;
	text-decoration:underline !important;
}

#cookie_accept{
	position:absolute;
	display:block;
	right:11px;
	top:9px;
	cursor:pointer;
}

/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; padding-left:5px; }
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-autocomplete-category { font-weight:bold; padding-left:4px; font-size:12px;  padding-top:10px !important; }

/* Menu
----------------------------------*/
.ui-menu {
        list-style:none;
        padding: 2px;
        margin: 0;
        display:block;
		font-size:12px;
		border:none;
		margin-left:2px;
		width:363px;
		-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.75);
		box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.75);
		z-index:99999;
}
.ui-menu .ui-menu {
        margin-top: -3px;
}
.ui-menu .ui-menu-item {
        margin:0;
        padding: 0;
        width: 100%;
}
.ui-menu .ui-menu-item a {
        text-decoration:none;
        display:block;
        padding:.2em .4em;
        line-height:1.5;
        zoom:1;
}
.ui-menu li {
	background:none !important;
	border:none !important;


}
.ui-menu li:hover {
	color:#E87126 !important;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
        margin: -1px;
		background:none !important;
}
/* WHATSAPP SHARE */
.wapp_share{
	display:none;
}
.fa-stack{
	margin-left:-9px;
	margin-top:-2px;
}
.fa-square{
	font-size:22px;
	padding-top:5px;
}
.square_event{
	padding-top:5px;
}
.fa-whatsapp{
	color:#FFF;
	font-size:18px;
	margin-top:-4px;
}
.wapp_event{
	margin-top:-3px;
}
#impdetcon{
	margin-top:35px;
}

/* SHARE */
.share_show{
	display: none;
	float: left;
	position: relative;
	width:100%;
	margin-bottom:20px;
}
.do_share_copy{
	float: right;
	color: #ed733d;
	font-size: 14px;
	font-family: 'Asap', sans-serif;
	font-weight: 800;
	cursor: pointer;
}


.imp_left{
	width:50%;
	float:right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.imp_left img {
	width: 75%;
	height: auto;
	float: right;
	margin-right: 20%;
}

#home_news {
  width: 100%;
  background: #fff;
  height: auto;
  margin-top: -22px;
  z-index: 110;
  margin-bottom: 87px;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.1);
  padding: 58px 0px;
  color: #003755;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bx-wrapper .bx-viewport{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;

}
#home_news .bx-prev{
	left: 20px;
	background: url('/img/arrowl.png') !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
}
#home_news .bx-next{
	right: 20px;
	background: url('/img/arrowr.png') !important;
	background-repeat: no-repeat !important;
}
#home_news .bx-next:hover,#home_news .bx-prev:hover{
	opacity: 80% !important;
}
.imptxt {
	width: 40%;
	  float: left;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  margin-left: 10%;
	  color: #003755;
	  font-size: 14px;
	  line-height: 28px;
}
.newscon {
	padding:0px 95px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:14px;
	line-height: 22px;
	padding: 30px 70px;
}
