/*  
font 
--------------------------------------------------
WINZER
--------------------------------------------------
goldfischclub.de

.BrandonGrotesqueWeb-Black { 
	font-family: BrandonGrotesqueWeb-Black;
	font-weight: normal;
	font-style: normal;
}
.BrandonGrotesqueWeb-Regular { 
	font-family: BrandonGrotesqueWeb-Regular;
	font-weight: normal;
	font-style: normal;
}

*/


body {
	font-family: BrandonGrotesqueWeb-Regular;
	font-weight: normal;
	font-size: 18px;	
	line-height: 1.6em;
}

@media handheld, only screen and (max-width: 800px) {
	body {
		font-size: 16px;	
		line-height: 1.6em;
	}
}

/* globals */
sup {
	position: relative;
	bottom: 0.5em;
	font-size: 0.8em;
}
sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

.mod-bild-cols-4 .col span.titel,
.mod-headline--bold-1  {
	font-family: BrandonGrotesqueWeb-Black;
}

.mod-headline + .mod-headline  {
	font-family: BrandonGrotesqueWeb-Regular;
}

/* headlines */

h1, h2, h3, h5 {
	font-weight: normal;
}


h1 {
	font-size: 30px;
	line-height: 1.1em;
}

h2 {
	font-size: 14px;
}

.nav .c-2 a {
	font-size: 16px;
}




.gmarker-container,
.mod-bild-cols-4 .col span {
	font-size: 12px;
	line-height: 1em;
	padding-bottom: 20px
}


@media handheld, only screen and (max-width: 800px) {
	
}






.footer,
.footer a {
	font-size: 14px;
}

@media handheld, only screen and (max-width: 800px) {
	.footer,
	.footer a {
		font-size: 13px;
	}
}

