/*
/   name           Craft
/   version        1.2
/   description    Responsive and customizable Joomla!3 template
/   demo           http://demo.favthemes.com/craft
/   author         FavThemes
/   author URL     https://www.favthemes.com
/   copyright      Copyright (C) 2012-2018 FavThemes.com. All Rights Reserved.
/   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*//////////////////////////////////////////////////////////////////////////////
///
///  custom style
///
//////////////////////////////////////////////////////////////////////////////*/

/* Text Änderungen */

body {
	font-family: 'Open Sans';
	font-size: 100%;
}
	
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.50em;
}
h4 {
	font-size: 1.20em;
}
h5 {
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}

li, ul, ol, p {
	font-size: 1em;
	line-height: 1.4em;
}

ul.favth-list-square li {
	font-size: 1em;
	line-height: 1.4em;
}

@media screen and (max-width: 40em) {
body {
font-size:90%;
}
}
@media screen and (max-width: 30em) {
body {
font-size:80%;
}
}

/* Modul Änderungen */

a#favportfolio-zoom {
    visibility: hidden !important;
}


dd.field-entry {
		font-size: 200% !important;
}