/* Farben blau: #527EA2 Gelb: #FBE446 datendruck #7A275D dokument #00ABE7 Sendung #FF2D16 dienstleister #51BC49 */
body{
	background: rgba(0, 0, 0, 0.03);
}
.pro{
	background-color: #FBE446;
	border-bottom: 2px solid white;
}
#all {
   padding-top: 0;
   background: white;
   }
.body .container {
    padding: 1px 20px 20px;
    border: 1px solid #52748F;
    border-radius: 2px;
}
.container {
    max-width: 1060px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: inherit;
}
h1, h2, h3{
	color: #52748F;
}
h1{
	padding: 10px;
	padding-top: 10px;
	margin-top: 0;
	font-size: 22px;
	line-height: 22px;
/* 	background: #3d6788; */
	color: #3d6788;
	border-radius: 3px;
}
h2{
	border: none;
	font-size: 20px;
    line-height: 20px;
	
}
h4{
	color: #333;
}
.page-header {
    margin: 2px 0 10px;
    padding-bottom: 1px;
    border-bottom: none;
    clear: both;
    
}
.page-header h1{
	padding-top: 10px;
	text-transform: uppercase;
	margin: 20px 0;
}
.header {
    margin-bottom: 0;
}
.navigation{
	background: none;
	max-width: 1060px;
	margin: 0 auto;
	position: relative;
}
.logoheader {
    border-top: medium none;
    color: #fff;
    margin: 0 auto;
    max-width: 1050px;
    min-height: 20px;
}
.logoheader h1#logo {
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.brand {
    color: #001a27;
    max-width: 322px;
    transition: color 0.5s linear 0s;
    width: 33%;
    margin-top: 5px;
    display: block;
}
.moduletable.home-einleitungstext{
	border: 1px solid #2d7794;
	border-radius: 4px;
	margin-bottom: 30px;
	background: aliceblue;
	}
.custom.home-einleitungstext{
/* 	background-color: #0000000a; */
	padding: 15px 15px 10px 15px;
}
.custom.home-einleitungstext a:hover{
	text-decoration: none;
}
/* ++++++++++++++ header  menu ++++++++++++++ */
.header .header-search {
    overflow: hidden;
    padding-top: 10px;
    max-width: 700px;
    width: 66%;
    display: block;
}
.header .header-search .search{
	float: right;
}
.suche-top .button {
/*  background: url("../../../images/lupe.png") no-repeat right top; */
	}
input.search-query {
    border-radius: 3px;
    border: 1px solid gray;
    }
.banneritem {
/*
    float: right;
    max-height: 140px;
	max-width: 700px;
*/
    }
.moduletable.banner-content .bannergroup .banneritem{
	margin: 0 0 20px 0;
	display: flex;
	padding: 2px 20px 22px 0;
	border-bottom: 1px solid #eee;
}
.moduletable.banner-content .bannergroup .banneritem img{
	float: left;
}
/*
.moduletable.banner-content .bannergroup .banneritem{
	width: 100%;
}
*/


#gruemenu.grue-custom ul li a{
	font-weight: bold;
	color: white;
}

#gruemenu.grue_161 {
    background: linear-gradient(to bottom, #52748F 0%,#074778 100%) !important;
}
#gruemenu.grue_161 > ul > li:hover > a, #gruemenu.grue_161 > ul > li > a:hover, #gruemenu.grue_161 > ul > li.active > a {
	background: linear-gradient(to bottom, #3f6c91 0%,#024172 100%) !important;
	
    color: #fbe446;
}
.navigation {
/*     border: 1px solid #52748F; */
    border-radius: 0;
    border: none;
    list-style-type: none;
    margin: 0 auto 20px;
/*     overflow: hidden; */
    padding: 0;
/*
    background: #52748F;
	background: -moz-linear-gradient(top, #52748F 0%, #074778 100%);
	background: -webkit-linear-gradient(top, #52748F 0%,#074778 100%); 
	background: linear-gradient(to bottom, #52748F 0%,#074778 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52748F', endColorstr='#074778',GradientType=0 );
*/
}

.navigation ul.menu
{
	font-weight: bold;
	border:0;
	list-style-type:none;
	border-radius:0;
	margin:0 auto ;
	height: 29px;
}


.navigation ul.menu li
{
	border:0;
	display:inline-block;
}
.navigation ul.menu a {
	box-shadow:none;
	border-bottom:0
	}
.navigation ul.menu li a:link,
.navigation ul.menu li a:visited
{
	color:#fff;
	border:0;
	border-right:solid 1px #237D85;
	box-shadow: none;
	background:transparent;
	padding:10px ;
	display:inline-block
}
.navigation ul.menu li:first-child a {
	border-radius:0
	}
.navigation ul.menu li a:hover,
.navigation ul.menu li a:active,
.navigation ul.menu li a:focus
{
	color:#333;
	background:#FBE446;
	
}
.navigation ul li.active, .navigation ul li ul li.current{
	background:#ffe224;
}

.navigation ul.menu li a, .navigation ul.menu li ul.nav-child li a{
	color:#fff;
}
.navigation ul.menu li.active a, .navigation ul.menu li ul.nav-child li.active a{
	color:#333;
}

.navigation ul.nav-child{
	background: #52748F;
	background: -moz-linear-gradient(top, #52748F 0%, #074778 100%); 
	background: -webkit-linear-gradient(top, #52748F 0%,#074778 100%); 
	background: linear-gradient(to bottom, #52748F 0%,#074778 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52748F', endColorstr='#074778',GradientType=0 );
	
}
.navigation ul.nav-child li a, navigation ul.menu li ul.nav-child li a:link{
	border-right: none;
	border: none !important;
	
}
.navigation ul.nav-child li:hover
{
	color:#333 !important;
	background:#FBE446;
	border-right: none;
	border: none;
	width: 100% !important;
}
navigation ul.menu li ul.nav-child li:hover, .navigation ul.menu li ul.nav-child li a:hover{
	color: #333 !important;
}

.navigation ul.nav-child li.active:link,
.navigation ul.nav-child li.active:visited
{
	color:#333;
	border-right: none;
	background:#FBE446;
	border-right: none;
	border: none;
	width: 100% !important;
}

.navigation .menu ul.nav-child li{
	display: block;
}

/* ++++++++++++++++++++++  content ++++++++++++++++++++++++++  */
blockquote {
  border-left: none;
}
div[itemprop="articleBody"] p{
	font-size: 110%;
	text-align: justify;
	padding-right: 20px;
	line-height: 1.5em;
}
.anzeigen-unten{
	display: none;
	padding: 10px;
}
.footer .addtoany_list {
    float: right;
}
.branchenliste li {
/*
    background: #527ea2 none repeat scroll 0 0;
    border-radius: 3px;
*/
    color: #444444;
    font-size: 15px;
    line-height: 28px;
/*     list-style: outside none none; */
    margin: 10px 0;
    padding: 3px 10px;
}
.branchenliste li a{
	text-decoration: none;
	text-transform: uppercase;
}
.branchenliste li a:hover{
	color: #2f2f2f;
}
.vina-accordion-content{
	margin-bottom: 20px;
}
.vina-accordion-item{
	border-radius: 3px;
	cursor: pointer;
}
.vina-accordion-container .row-fluid .span12{
	padding: 0;
	margin-bottom: 0;
}
#content .moduletable .custom.home-icons{
/* 	width: auto; */
	
}
.custom.home-icons .icons:hover{
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}
.custom.home-icons .icons{
	border: 1px solid;
    border-radius: 3px;
    display: inline-flex;
    font-size: 120%;
    font-weight: bold;
    margin: 0 3% 10px;
    max-width: 150px;
    padding: 10px;
    width: auto;
}
.custom.home-icons .icons a{
	text-decoration: none;
}
.custom .home-icons-p{
/* 	text-align: center; */
}
.custom .home-icons-p a:hover{
	text-decoration: none;
}
.custom.home-icons .icon1{
	margin-left: 0;
	}
.custom.home-icons .icon4{
	margin-right: 0;
}
.moduletable.home-icons {
/*     float: left; */
    max-width: 520px;
    width: 100%;
}
.blog-featured {
    clear: both;
}
.fc_outer {
    border: none;
    background: none;
}
.row-fluid .span12 {
    background: rgba(81, 115, 143, 0.11) none repeat scroll 0 0;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.vina-accordion-content .row-fluid .span12{
	background: none;
}
#aside .newsletter{
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
	background: rgba(81, 115, 143, 0.11);
	border-radius: 3px;
	}

.pdfjspreview{
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
}

.well {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ecf0f3;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 5px;
}
.well .custom hr{
/* 	display: none; */
}
.well.anzeigen-header{
	border: none;
	margin-bottom: 0;
/* 	border-bottom: 1px solid #eee; */
	padding: 19px 19px 5px;
}
.well.suche-top{
	border: none;
	display: block;
}
.well.advertorial-modul h2.page-header{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-top: 0;
	font-size: 22px;
	line-height: 22px;
}
.well.advertorial-modul .mod-articles-category-title{
	font-size: 16px;
	color: #52748f;
	line-height: 30px;
	font-weight: bold;
}
.well.advertorial-modul{
	margin-top: 20px;
	border: none;
}
.well.advertorial-modul{
	padding: 0;
	margin: 0;
	}
.well.advertorial-modul{
	
	margin: 10px 0 30px 0;
	padding: 0;
	list-style: none;
}
.newsflash-title.advertorial-modul{
	height: 30px;
	border-top: 10px solid white;
	font-size: 16px;
}
.newsflash.advertorial-modul{
	background-color: #f4f6f7;
	padding: 0 0 10px 10px;
}
.newsflash.advertorial-modul p{
	padding: 0 10px 0 10px;
}
.newsflash-title.advertorial-modul{
	padding: 10px 10px 0 10px;
	margin-left: -10px;
}
.newsflash.advertorial-modul .newsflash-image {
    display: table;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.newsflash.advertorial-modul .readmore{
	display: inline-block;
*display: inline;
*zoom: 1;
padding: 4px 12px;
margin-bottom: 0;
font-size: 13px;
line-height: 18px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
background-image: -o-linear-gradient(top,#fff,#e6e6e6);
background-image: linear-gradient(to bottom,#fff,#e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
*background-color: #e6e6e6;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid #bbb;
    border-bottom-color: rgb(187, 187, 187);
*border: 0;
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
*margin-left: .3em;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.newsflash.advertorial-modul .readmore::before{
	font-family: 'IcoMoon';
	font-style: normal;
	content: "\e006";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: .25em;
	line-height: 14px;
}
/*
#aside .well:first-child{
	border-bottom: 1px solid #51738f;
	border-radius: 0;
	padding: 0 0 5px 19px;
}
*/
#aside .well .search form{
	margin: 0;
}
#aside .well .search input.search-query {
    border-radius: 15px;
/*     margin-bottom: 20px !important; */
    padding-left: 14px;
    padding-right: 14px;
    width: inherit;
}

.visforms-form #field23,.visforms-form #field26,.visforms-form #field29{
	width: 50px;
}
/* search */
.moduletable.suche-top {
    display: inline-table;
    float: right;
    margin-bottom: 10px;
    width: 80px;
}
#searchForm .only{
	display: none;
}
#searchForm .form-limit{
	margin: 10px 0 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}
/* -------------------------------------- Blog Liste ------------------ */
#content .blog .item .icons{
	display: none;
}
#content .blog .item .article-info{
	display: none;
}
#content .blog-featured .icons{
	display: none;
}
/*
#content .blog-featured .page-header h1{
	font-size: 14px;
    line-height: 16px;
    color: #333;
}
*/
#content .blog-featured .item-title{
	color: #333;
    font-size: 16px;
/*     line-height: 10px; */
    margin: 0;
}
#content .blog-featured .item .article-info{
	margin: 6px 0;
}
#content .blog-featured .item .article-info .category-name{
	margin-left: 0;
}
#content .blog-featured .page-header {
    border-bottom: medium none;
    margin: 2px 0 1px;
    }
.item .page-header{
	margin: 2px;
	padding-bottom: 0;
	border-bottom: none;
}
.item .page-header h2 {
    font-size: 18px;
    line-height: 18px;
}
.row-fluid .span12 {
    background: #f4f6f7 none repeat scroll 0 0;
    }

/* ------------------------- EVENT LISTE */
div#jem {
    background-color: white;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
}
div#jem #jem_filter {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #808080;
    margin: 1em 0 0.5em;
    padding: 0.5em;
}
.termine tr:nth-child(even) {
	background-color: #f2f2f2;
	}
.termine tr td{
	padding: 5px;
}
/* -------------------------------- formulare */
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    margin-top: 5px;
}
input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 13px 0 0;
}
.newsletter input[type="checkbox"]{
	margin: 0;
}
.newsletter .acysubbuttons{
	margin: 15px 0 40px;
}
#modvisform190neues-heft-2017lbl, #modvisform190maschinen-verzeichnislbl, #modvisform190dienstleister-verzeichnislbl{
	font-weight: bold;
}
#jbcookies {
    z-index: 1000000;
}
#redim-cookiehint {
	background-color: #305f84 !important;
    text-align: center;
}
#redim-cookiehint-modal {

    z-index: 9999008 !important;
    }
/* --------------------------------------------- mobil ------- */
@media only screen and (max-width : 1200px) {
	#gruemenu.grue_161, #gruemenu.grue_161 ul, #gruemenu.grue_161 ul li, #gruemenu.grue_161 ul > li > a {
    font-size: 12px;
}
}
@media only screen and (max-width : 980px) {
	#navigation-toggle{
		top: 55px !important;
		right: 1px !important;
	}
	.header .header-search {
    	max-width: 650px;
		padding-top: 30px;
		width: 100%;
	}
	#aside .well .search input.search-query {
    	width: 80%;
	}
	.navbar .btn-navbar{
		display: none;
	}
	.header .header-search .search {
    float: left;
	}
	.header .header-search {
    padding-top: 10px;
    width: 100%;
    max-width: 100%;
	}
	.moduletable.home-icons {
    float: none;
    }
	.moduletable.suche-top {
    display: block;
    float: none;
    margin: 10px auto;
    width: 170px;
    }
    .banneritem {
    	float: none;
	}
/*
.navigation{
	display: none;
}
*/
}
@media only screen and (max-width : 768px) {
	.brand {
    	color: #001a27;
		max-width: 100%;
		transition: color 0.5s linear 0s;
		width: inherit;
	}
	.header .header-search .search {
    	margin-bottom: 5px;
	}
}
@media only screen and (max-width : 590px) {
.custom.home-icons .icons {
    border: medium none;
    border-radius: 3px;
    display: inline-flex;
    font-size: 120%;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 10px;
    width: auto;
}
h1 {
    border-bottom: 1px solid #eee;
    font-size: 20px;
    line-height: 22px;
    margin-top: 0;
    padding-bottom: 10px;
}
}
@media only screen and (max-width : 500px) {
.home-icons-p {
    margin: 0;
    width: 210px;
}
.custom.home-icons .icons {
    border: medium none;
    border-radius: 3px;
    font-size: 120%;
    font-weight: bold;
    margin: 0 auto;
    padding: 8px;
    width: auto;
}
.navigation {
    border: medium none;
    border-radius: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nav-collapse, .nav-collapse.collapse {
    overflow: visible;
}
}