/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.nav>li>a:focus, .nav>li>a:hover {background: none;}
.nav>li>a, .nav>li.current>a {color: #111; text-decoration: none;}
.nav>li>a:hover {color: #333; text-decoration: none;}

body a {text-decoration: underline;}

.content-area p {font-size: 16px;}

.col .start-box-vergleich {padding: 15px;}
.start-box-vergleich {
	padding-bottom: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
.start-box-vergleich .col-inner {	border: 1px solid #ececec;}
.start-box-vergleich h3 {
	font-size: 16px;
	background-color: rgba(0,0,0,0.02);
	padding: 0.5em 5%;
	border-bottom: 1px solid #ececec;
	text-transform: normal;
	color: #777;
}
.start-box-vergleich .box-image {
	margin: 10px;
}
.badge {display: none!important;}

.footer .textwidget a {padding: 5px;}

.ca_button-submit {background-color: #5c6fa9!important;}
.ca_button-submit:hover,
.ca_button-submit:focus,
.ca_button-submit:active,
.ca_button-submit.active,
.open .dropdown-toggle.ca_button-submit {background-color: #5c6fa9!important;}
.ca_button-weitere-optionen {color: #5c6fa9!important;}
.ca_control input:checked ~ .ca_control_indicator {background-color: #5c6fa9!important;}
.ca_control:hover input:not([disabled]):checked ~ .ca_control_indicator, .ca_control input:checked:focus ~ .ca_control_indicator {background: #299fd1!important;}
.ca_control_indicator {border: 1px solid #5c6fa9!important;}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
ul li.menu-item-60 a {background: none;}
ul li.menu-item-549 a {background: none;}
ul li.menu-item-106 a {background: none;}
ul li.menu-item-103 a {background: none;}

}