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

*/

.nav li a,
footer .col-a li a,
footer .col-b li a {
	text-decoration: none;
}



body {
	font-family: 'Roboto', sans-serif;
}


/* ------------- WEIGHT -------------------*/
body {
	font-weight: 400;
}


/* Regular */

.p {
	font-weight: 400;
}

/* Bold */


footer strong,
footer .col-a li a {
	font-weight: 700;
}


/* Black */
h1,
h2,
.nav li a {
	font-weight: 900;
}

.mod-subheadline h2 {
	font-weight: 700;
}
.mod-subheadline + .mod-subheadline h2 {
	font-weight: 400;
}




/* ------------- SIZE -------------------*/
body {
	font-size: 15px;
}

.nav li a {
	font-size: 17px;
}

.mod-text p {
	font-size: 18px;
}

h1 {
	font-size: 116px;
}
h2 {
	font-size: 25px;
}
.mod-auswahl .container-wrap .col h3 {
	font-size: 38px;
}

.mod-projekt-details h1 {
	font-size: 35px;
}
.mod-projekt-details h2 {
	font-size: 20px;
}
.mod-projekt-details p {
	font-size: 20px;
}



/* ------------- STYLE -------------------*/
h1, h2, h3 {
	font-style: normal;
}




/* ------------- LINE-HEIGHT -------------------*/
h1 {
	line-height: .78em;
}

footer .col-a {
	line-height: 1.7em;
}

.projekt-details p {
	line-height: 29px;
}

.mod-projekt-details--info .col-a h1 {
	line-height: 1.2em;
}
.mod-projekt-details--info .col-b p {
	line-height: 1.7em;
}

.mod-auswahl .container-wrap .col h3 {
	line-height: 1.1em;
}

.mod-text p {
	line-height: 1.5em;
}


/* ------------- SPACING -------------------*/
h1 {
	letter-spacing: 0.03em;
}
h2 {
	letter-spacing: 0.062em;
}




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

	h1 {
		font-size: 76px;
	}
	.mod-projekt-details h1 {
		font-size: 30px;
	}
	.mod-projekt-details h2 {
		font-size: 18px;
	}
	.mod-projekt-details p {
		font-size: 17px;
	}

}

@media handheld, only screen and (max-width: 700px) {
	h1 {
		font-size: 45px;
	}
	.mod-projekt-details h1 {
		font-size: 24px;
	}
	.mod-projekt-details h2 {
		font-size: 16px;
	}
	.mod-projekt-details p {
		font-size: 15px;
	}

}

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

}
