/*
Theme Name:   HTL-Neufelden
Description:  Das Theme der HTL-Neufelden Homepage
Author:       DI Stimpfl Gernot
Author URI:   http://www.htl-neufelden.at/lehrer/stimpfl-gernot/
Template:     medicenter
Version:      3.0
*/

/* HTL Logo
.header_left a img {
	width: 272px;
}
*/

/*
body,blockquote,input, textarea, h1,h2,h3,h4,h5, .sentence, a, .tooltip .tooltip_content , .ui-tooltip-error .ui-tooltip-content, .ui-tooltip-success .ui-tooltip-content, .mc_gallery .description h3,
.gallery_box .description h3, .gallery_box .description h5 {
    font-family: 'Lucida Grande';
}
*/

.clearfix-cpt {
	margin-top: 40px;
}

#wpfb-filebrowser-1 li::before
{
	display: none;
}

body {
	font-size: 16px;	
}

/* Breadcumbs nicht anzeigen */
.bread-crumb {
    display: none;
}


/* QR-Code nur beim Drucken anzeigen */
#qrcode {
	display: none;
}

/* Druck-Modus */
@media print {
@page {
	size: landscape;
}
#logo_bottom, vc_row wpb_row vc_row-fluid full-width {
	display: none;
}
#qrcode {
	display: block;
	margin-top: 20px;
}
}