/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.1.06
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


.wpforms-container input[type="radio"] + label, .wpforms-container input[type="checkbox"] + label {
	display:table !important; 
	line-height:150% !important;
	padding-left:0.5em !important;
}

.wpforms-container input[type="radio"], .wpforms-container input[type="checkbox"] {
    float: left !important;
    margin-top: 6px !important;}

.wpforms-container label b {
	color: black !important;
}

.wpforms-payment-total {
	font-weight: bold !important;
}

 

/* menu */
li.av-active-burger-items {font-size: 18px !important;}

/* Header widget */
header {margin-bottom: 18px !important;}
#top #header #header_main .widget {
    line-height: 35px;    
    background: none;
    text-align: right;
	top: -6px;
}
#tel {
	font-size: 17px !important;
	font-weight: bold !important;
	margin-right: 30px !important;
}
a#tel:hover {
	text-decoration: underline;
	color: #ffffff;
}
/*
#top #header #header_main .widget a {display: inline;}
#top #header #header_main .widget .textwidget {display: inline; }
*/
#top #header #header_main .widget .textwidget img {
	margin-top: -15px;    
    margin-right: 80px;
}


/* top link  */
#scroll-top-link {background-color: #7b9a9e !important;}

/* text-block */
.avia_textblock {font-size: 20px;}

/* Table  */
th {width: 70% !important;}
td {
    text-align: left !important;
    color: #333333 !important;
}
th {
    background: #5d2a4d !important;
    color: #ffffff !important;
    text-align: left !important;
}
/*#rabatt th {background-color: #8AA2A6 !important;}*/
#rabatt th {background-color: rgb(138, 162, 166, 0.5) !important;}


/* Table border & font-size */
#top .avia-table tr th,
#top .avia-table tr td,
#top .avia-table tr {
	font-size: 17px;
	border: none!important;
	box-shadow: none !important;
}
/* Alternate row color */
#top .avia-table tr:nth-child(even) {background: #eff2f3 !important;}
#top .avia-table tr:nth-child(odd) {background: #ffffff !important;}

/* accordeon */
.toggle_content {background-color: #7b9a9e !important;}


/* alle formulare */
form strong {font-size: 17px !important;}
input[type="checkbox"] {display: inline-flex !important;}
input[type='submit'] {
	border: none;
	background-color: #7b9a9e !important;
	color: #ffffff !important;
}

/* anmelde-formular */

div.panel-body input {
   	color:#333 !important;
   	background-color: white !important;
   	border-color: #5d2a4d !important;
}


div.panel-body label {
	font-size: 1.2em !important;
	line-height: 1.4em !important;
	color:#333333;
	font-weight: 400 !important;
}
div.panel-body {}


.app-flo-forms .form-preview .form-group {margin-bottom: 0px !important;}
.app-flo-forms .form-preview .radio-list {display: block !important;}
.app-flo-forms .form-preview .radio-list label:last-child {margin-top: 20px !important;}
/*input#gesamtsumme {text-align: center !important;}*/
div.helpText {font-size: 1.1em !important;}
.app-flo-forms .form-preview .form-group.field-checklist .list-row label {
	line-height: 1;
	margin-bottom: 5px;
	display: block !important;
}

/* button senden */

input[type="submit"] {
	border: none;
	background-color: #7b9a9e !important;
	color: #ffffff !important;
}
input[type="submit"]:hover {color: #5d2a4d !important;}


input#field-1860299[type="submit"] {
	border: none;
	background-color: #7b9a9e !important;
	color: #ffffff !important;
}
input#field-1860299[type="submit"]:hover {color: rgb(138, 162, 166) !important;}



@media only screen and (max-width: 959px) {
	#top #header #header_main .widget {top: -16px;}
	#top #header #header_main .widget .textwidget {
	margin-top: 100px;
	text-align: center;
	}
	#top #header #header_main .widget .textwidget img {
   	margin-right: 80px;
	}
}
@media only screen and (max-width: 767px) {
		#top #header #header_main .widget {top: 1px;}
	#top #header #header_main .widget .textwidget {margin-top: 20px;}
	}
@media only screen and (max-width: 612px) {
	#top #header #header_main .widget .textwidget p {
	white-space: nowrap;
    font-size: 16px !important;
	}
	#top #header #header_main .widget .textwidget img {
	margin: auto !important;    
 	top: 20px !important;
	float: none !important;
	}	
}