/*
Theme Name: Converio Child Theme
Theme URI: http: http://thememotive.com/
Description: Child theme is the recommended way to modify an existing theme if you want to make changes in the theme.
Author: ThemeMotive
Author URI: http://thememotive.com/
Template: converio
Version: 1.0.0
*/

@import url("../converio/style.css");
/*Add your custom styles below:*/


@import url("style_bmc_gruen.css");


body {
	font-family: verdana, "Open Sans", Helvetca, Arial, sans-serif;
	font-size: 14px;
}

.col {
	font-size: 14px;
}

a.btn.small {
	font-size: 14px;	
}

/**************************** Header ***********************/
header.header-opacity-enabled .top {
	background-color: rgba(255, 255, 255, 0.9) !important;
}

header .top-message {
	font-size: 14px !important;
}

/* Hintergrund Social Buttons */
header .top nav.social li {
	background-color: rgba(140, 199, 199, 1.0) !important;
}

.no-touch .mobile-nav li .fa-envelope-o {
    opacity: .5;
	font-weight: bold;
}

.no-touch .mobile-nav li:hover .fa-envelope-o {
    opacity: 1;
	font-weight: bold;
}

.fa {
	opacity: 0.5;
}

.no-touch .mobile-nav li:hover .fa {
    opacity: 1;
	font-weight: bold;
}


@media screen and (min-width: 981px) {
	.h1.with-search-box .nav-container {
		float: left;
		padding-left: 20px;
	}
}



/* Dropdown Menu Items */
.dropdownmenu > ul {
	/* fix an weird error that font blink on Firefox when hover on one of the menu items. Must set background to rgba */
	background-color: rgba(140, 199, 199, 1.0) !important;
}
.dropdownmenu-default li.page_item.current_page_item > .submenu-trigger, .dropdownmenu-default li.menu-item.current-menu-item > .submenu-trigger {
	background-color: rgba(140, 199, 199, 1.0) !important;	
}

header .dropdownmenu li.menu-item:hover > .submenu-trigger {
	background-color: rgba(158, 158, 158, 0.95) !important;
}

/* the same CSS rules as the above one. for widget title, restrict the :hover to widget instead of .menu-item for not highlight the multi-widgets */
header li.menu-item .widget:hover > h3 .submenu-trigger {
	background-color: rgba(158, 158, 158, 0.95) !important;
}

.dropdownmenu-default li.menu-item > .submenu-trigger, .dropdownmenu-default li.page_item > .submenu-trigger
{
	color: rgba(63, 63, 63, 1.0);
}


/* Menu für Mobiles */
.menu-container > ul {
	background-color: rgba(140, 199, 199, 1.0) !important;
}



@media screen and (max-width: 981px) {
	header li.menu-item {
		background-color: rgba(140, 199, 199, 1.0) !important;
	}

	header li.menu-item:hover > a.submenu-trigger{
		background-color: rgba(158, 158, 158, 0.95) !important;
	}

	.mi-expand-btn.expanded {
		background-color: rgba(140, 199, 199, 1.0) !important;
	}

	li.page_item.current_page_item > .submenu-trigger, header li.menu-item.current-menu-item > .submenu-trigger {
		background-color: rgba(140, 199, 199, 1.0) !important;
	}
}



/* Jumbo Menu */
.mi-title
{
	color: rgba(63, 63, 63, 1.0);
}

.mi-title:hover
{
	background-color: rgba(158, 158, 158, 0.95) !important;
	color: white !important;
}

.mega-magazine .latest-posts a {
	color: rgba(63, 63, 63, 1.0) !important;
}

.mega-magazine .latest-posts a:hover {
	background-color: rgba(158, 158, 158, 0.95) !important;
	color: white !important;
}

.color-custom .dropdownmenu-mega a.current-url {
	color: rgba(63, 63, 63, 1.0) !important;	
}

@media screen and (min-width: 981px) {
	.color-custom .dropdownmenu-mega a.current-url {
		color: rgba(63, 63, 63, 1.0) !important;
	}
}


/*
.address {
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 14px;
}
*/


/* Balken zwischen Menu und Inhalt */
.p02 {
	background-image: url("") !important;
}

.breadcrumb {
	background-color: rgba(140, 199, 199, 1.0) !important;
}

.breadcrumb div.content-container p span {
	color: rgba(63, 63, 63, 1.0) !important;
}


/* Tel-Nr / Adresse ausblenden auf kleinen Screens */
@media screen and (max-width: 981px) {
	.top {
		visibility: hidden !important;
		height: 20px !important;
	}
}

@media screen and (max-width: 981px) {
	header .title img {
		min-height: 60px !important;
		max-height: 60px !important;
	}
}

@media screen and (max-width: 400px) {
	header .title img {
		min-height: 80px !important;
		max-height: 80px !important;
	}
}





/*********************** Content **************************/
/* Inhaltsbereich einer Einzelseite */
.content .single {
	padding-top: 20px;
}









/*********************** Footer ***************************/
footer {
	background-color: #009999;
	font-size: 14px;
	padding: 20px 20px 0;
}

/* Rechten Rand der mittleren Spalte etwas vergrössern */
.widgets.columns > :nth-child(2) {
	padding-right: 50px;
}

footer section.widgets.columns {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}


.footer_text {
	color: #ccc;
}

.footer_link {
	text-decoration: underline;
}

footer section.widgets + section.bottom {
	border-color: #ccc;
}

footer section.bottom p {
	font-size: 14px;
}

.page_keywords {
	text-align: center;
}




/* Newsletter Formular in Footer */
.wpcf7 .wpcf7-form [type="submit"] {
	border-color: #ccc;
	font-size: 14px;	
	background-color: #4db8b8;
	color: #ccc !important;
	font-weight: normal;
}


footer .wpcf7 .wpcf7-form input[type="submit"] {
	background-color: #4db8b8;
	color: #ccc !important;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	width: 110px;
	line-height: 26px;
	padding: 0 11 px;
	display: inline-block;
	border-radius: 2px;
	transition: all 0.15s ease-out 0s;
}

footer .wpcf7 .wpcf7-form input[type="submit"]:hover {
	background-color: #4db8b8;
	color: rgba(63, 63, 63, 1.0) !important;
}

footer .wpcf7 .wpcf7-form > p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	color: #ccc !important;
	font-size: 14px;
}

footer .footer_form_label {
	color: #ccc;
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	line-height: 2em !important;
}

footer .wpcf7 .wpcf7-form input[type="text"], .wpcf7 .wpcf7-form input[type="email"] {
	padding: 2px;
}

footer .wpcf7 .wpcf7-form span.wpcf7-not-valid-tip {
	font-size: 14px;
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 7px;
}




/******************* Lead Objekt formatieren *************************/
.bmc_lead {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.full-width-bg.lead > div > * {
	max-width: 99%;
}


/****************** Ninja Forms Styles ******************************/
.nf-form-fields-required {
	margin-bottom: 20px !important;
}

.label-left .nf-field-label {
	text-align: left !important;
}

#ninja_forms_required_items, .nf-field-container {
	margin-bottom: 15px !important;
}

.field-wrap textarea {
	min-width: 100%;
}

.bmc_seitenname {
	visibility: hidden;
	height: 0px;
}

.nf-form-cont {
	margin-top: 20px;
}


 /***********   Farbliche Markierung von "Empfohlene Auswahl" auf Produktseiten **************************/
.pricing-plan.selected {
	height: 70px !important;
}

.pricing-plan.selected p.price {
	color: #333;
}

.pricing-plan.selected ul li {
	color: #999;
}

.pricing-plan.selected p.price strong {
	color: #333;
}


@media screen and (max-width: 400px) {
	.pricing-plan.selected {
		height: 510px !important;
		}
		
	.pricing-plan.selected p.price {
		color: #fff;
	}
	
	.pricing-plan.selected ul li {
		color: #fff;		
	}
	
	.pricing-plan.selected p.price strong {
		color: #fff;
	}
}


/* Farbiger Rahmen um alle Formular-Popups */
div[class^="nf-popup-"] {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 3px solid #25a3a3;
}


/* Hintergrundfarbe Success Message */
.msg.success {
	background-color: #009999;
}


/* Links bei neusten Blogeinträgen */
.postlist article h2.post-headline a {
	font-weight: normal;
}

.postlist-blog .item h2.post-headline a {
	font-size: 14px;
	color: #777;
}



/* Schriftgrösse Neuste Support-Beiträge */
.content aside section ul.recent-posts li {
	font-size: 14px;
}