/*!
 Theme Name:   froning
 Theme URI:    http://www.ggs-aldenhoven.de
 Description:  Enfold Child Theme für froning.de
 Author:       Mirko Echghi-Ghamsari
 Author URI:   http://www.sehrausch.de
 Template:     enfold
 Version:      1.0.0
*/


/*! =Theme customization starts here
-------------------------------------------------------------- */

/* alternate orange #c83c00 */


/* SVG-Logo */
@media only screen and (max-width: 767px) {
	.responsive .logo img {
		margin-top: 3px;
		height: 70px !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1035px) {
	.responsive .logo img {
		margin-top: 18px !important;
		height: 60px !important;
		transform: translateY(10px);
	}
}

@media only screen and (min-width: 1036px) and (max-width: 1100px) {
	.responsive .logo img {
		margin-top: 18px !important;
		height: 75px !important;
	}
	
}


.logo img {
	margin-top: 13px;
	height: 100px !important;
}

/*base font size*/
body {
	font-size: 15px;
	font-size: 1rem;
	line-height: 1.8rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}


/* inline links */
.main_color p a, .main_color p a:visited {
	display: inline-block;
	padding: 0 4px 1px;
	text-decoration: none;
	vertical-align: bottom;
	color: #ff8800;
	white-space: nowrap;
	border-bottom: 1px dashed #ff8800 !important;
/*	overflow: hidden;*/
	white-space: pre-wrap;
/*	text-overflow: ellipsis;*/
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.main_color p a:hover {
	text-decoration: none;
	color: #ff8800 !important;
	background-color: rgba(52,73,94,0.1);
	border-color: rgba(52,73,94,0) !important;
}


/* header */
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a {font-weight: normal;}
.sub_menu>ul>li>a:hover, .sub_menu>div>ul>li>a:hover {text-decoration: none; color: #ff8800 !important;}

span.avia-menu-text {	
	text-transform: uppercase;
/*	letter-spacing: 1px;*/
/*	font-size: 14px;
	font-size: 0.875rem;*/
}

.av-main-nav ul {
	width: 250px;
}

/* widgets */
.main_color .sidebar .current_page_item>a {
	color: #ff8800;
}

.sidebar .widget li {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 21px;
	line-height: 1.3125rem;
	letter-spacing: 1px;
}

.sidebar .widget a:hover {text-decoration: none;}

.sidebar h3.widgettitle {
	letter-spacing: 1px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1rem;
	color: #555 !important ;
	padding: 4px 0;/*
	border-top: 1px solid #d1d1d1;*/
	border-bottom: 1px solid #d1d1d1;
}

/* footer */
#footer .widget {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 21px;
	line-height: 1.3125rem;
	color: #ccc;
}

#footer .widget a:hover {text-decoration: none;}

#footer h3.widgettitle {
	letter-spacing: 1px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1rem;
	color: #f1f1f1 !important;
	margin: 0 0 28px;
}

#nav_menu-2 li.menu-item {border-bottom: 1px solid #666;}
#nav_menu-2 li.menu-item:last-of-type {border: 0;}
#nav_menu-2 li.menu-item:first-child a {padding-top: 0;}
#nav_menu-2 li.menu-item a, #nav_menu-2 li.menu-item a:visited {
	border: 0 !important;
	padding: 12px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#nav_menu-2 li.menu-item a:hover {border: 0 !important;}
#nav_menu-2 .current-menu-item {
	background-color: transparent;
	border: 0;
	box-shadow: none;
	padding-left: 0;
	top: 0;
	left: 0;
}

footer .copyright a, #footer .widget a, #footer .widget a:visited {
	text-decoration: none;
	padding: 0 4px 1px;
	border-bottom: 1px dashed #f1f1f1 !important;
}

footer .copyright a:hover, #footer .widget a:hover {
	color: #ff8800;
	border-bottom: 1px solid #ff8800 !important;
}

/* Blog Entries */
.template-blog .post_delimiter {
	margin: 0 0 40px 0;
	padding: 30px 0 0 0;
	border-bottom: 1px solid #ccc;
}
.big-preview.single-big {padding: 0 50px 30px 0;}

/* letzter Schrägstrich */
.post-meta-infos span:nth-of-type(5) {display: none;}


/*-----------------------------------------------------------------------------------------------------------------
*	Mobile Menu
*------------------------------------------------------------------------------------------------------------------*/
/*Aktive Seite im Menü anzeigen*/
#mobile-advanced li.current_page_item {background-color: #ff8800;}
#mobile-advanced li.current_page_item a {color: #f8f8f8 !important;}

/* Mobiles Menü anpassen */
#advanced_menu_hide {
/*	display: none; <-- wird vom JS für die auto-hide funktion verwendet.*/
	top: -200px; /*<-- anstatt display: none;*/
	right: 26px;
}
#mobile-advanced {
	top: 115px;
	padding-top: 0;
	padding-bottom: 70px;
} /* ----  mobiles Menü anpassen */

/*-----------------------------------------------------------------------------------------------------------------
*	Enfold Shortcodes
*------------------------------------------------------------------------------------------------------------------*/

.av_font_icon.av-icon-style-border .av-icon-char {
padding: 10px;
}

.home .av_font_icon {
	margin-top: -5px;
	padding-right: 10px;
}

.main_color div.avia-image-container-inner {
	border: 1px solid #aaa;
	border-radius: 0;
}
.avia_image {border-radius: 0;}

body div .avia-button, .main_color input[type='submit'] {
	border: 1px solid #ff8800 !important;
	border-radius: 0;
	font-weight: 600;
	letter-spacing: 1px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

body div .avia-button:hover, .main_color input[type='submit']:hover {
	border: 1px solid #ff8800 !important;
	background-color: transparent !important;
	color: #ff8800 !important;
}

#main .avia_textblock .fr_list {list-style: none;}
#main .avia_textblock .fr_list li {
	position: relative;
	margin-bottom: 0.25em;
	padding-left: 15px;
}

#main .avia_textblock .fr_list li:before {
	position: absolute;
	font-family: 'entypo-fontello';
	content: '\25B6';
	color: #ff8800;
	font-size: 16px;
	font-size: 1rem;
	left: -20px;
	top: 2px;
}

/*-----------------------------------------------------------------------------------------------------------------
*	hcard
*------------------------------------------------------------------------------------------------------------------*/
.vcard p {margin: 0;}
.vcard div {margin-bottom: 0.85em;}
.vcard .type {
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.vcard #download-box {
	margin-top: 1.7em;
	border: 1px solid #f1f1f1;
}
.vcard #download-link {
	display: block;
	background: #999 url('img/contact-vcard-download.png') no-repeat 0.85rem center;
	border: 0 !important;
	color: #f1f1f1;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	padding: 0.85rem;
	padding-left: 3.5rem;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.vcard #download-link:hover {color: #333 !important; text-decoration: none;}
