/* 
module 
--------------------------------------------------
goldfischclub.de
*/





/* ------------- HEADLINES -------------------*/
.mod-xl-headline {
	padding: 140px 50px 110px 50px;
	margin-bottom: 16px;
}
.mod-xl-headline h1 {
	margin-left: -2px;
	margin-bottom: 11px;
}

.mod-subheadline {
	padding-top: 50px;
}
.mod-subheadline + .mod-subheadline {
	padding-top: 10px;
}

/* ------------- TEXT -------------------*/

.mod-text {
	padding: 30px 0 60px 0;
}
.mod-xl-headline + .mod-text {
	padding-top: 60px;
}

.mod-text p {
	margin-top: 30px;
	padding-right: 30%;
}
.mod-text p:first-child {
	margin-top: 0;
}
.mod-text strong {
	padding-bottom: 4px;
}

/* ------------- PROJEKTE -------------------*/

/* ------------- AUSWAHL -------------------*/
.mod-projekte {
	padding: 22px 50px;
}
.mod-projekte .container-wrap .cols {
	margin-top: 34px;
}
.mod-projekte .container-wrap .col  {
	width: 310px;
	margin-left: 0;
	margin-right: 16px;
	margin-bottom: 16px;
}
.mod-projekte .container-wrap .col:nth-child(3n+3)   {
	margin-right: 0;
}
.mod-projekte .container-wrap .col img {
	width: 100%;
}


/* ------------- PROJEKT DETAILS INFO -------------------*/
.mod-projekt-details--info {
	margin-bottom: 30px;
}
.mod-projekt-details--info .col {
	width: 473px;
}
.mod-projekt-details--info .col:first-child {
	margin-right: 16px;
}




/* ------------- PROJEKT DETAILS REFERENZEN -------------------*/
.mod-projekt-details--referenzen {
	padding: 20px 0;
}

.mod-projekt-details--referenzen img {
	width: 100%;
}

.mod-projekt-details--referenzen .col {
	margin-left: 0;
	margin-right: 16px;
	margin-bottom: 16px;
	width: 473px;
}
.mod-projekt-details--referenzen .col.ref-x {
	margin-right: 0;
	width: 100%;
}
.mod-projekt-details--referenzen .col.ref-s--r   {
	margin-right: 0;
}



/* ------------- AUSWAHL UNTERKATEGORIEN -------------------*/

.mod-auswahl {
	padding: 22px 50px;
}
.mod-auswahl .container-wrap .cols {
	margin-top: 34px;
}
.mod-auswahl .container-wrap .col  {
	height: 300px;
	margin-left: 0;
	margin-right: 16px;
	margin-bottom: 16px;
	background-color: #000;
}
.mod-auswahl .container-wrap .col:nth-child(2n+2)   {
	margin-right: 0;
}
.mod-auswahl .container-wrap .col,
.mod-auswahl .container-wrap .col a  {
	width: 473px;
}

.mod-auswahl .container-wrap .col a {
	text-decoration: none;
	position: relative;
	display: block;
	height: 300px;
}
.mod-auswahl .container-wrap .col h3 {
	position: absolute;
	bottom: 24px;
	left: 30px;
}








@media handheld, only screen and (max-width: 1080px) {
	.mod-projekte .container-wrap .col  {
		width: 276px;
	}
	.mod-auswahl .container-wrap .col,
	.mod-auswahl .container-wrap .col a  {
		width: 422px;
	}

	.mod-projekt-details--referenzen .col {
		width: 422px;
	}
	
	.mod-projekt-details--info .col {
		width: 422px;
	}

	.mod-xl-headline {
		padding: 100px 50px 200px 50px;
	}

}

@media handheld, only screen and (max-width: 920px) {
	.mod-projekte .container-wrap .col:nth-child(3n+3)   {
		margin-right: 16px;
	}
	.mod-projekte .container-wrap .col:nth-child(2n+2)   {
		margin-right: 0;
	}
	.mod-projekte .container-wrap .col  {
		width: 310px;
	}

	.mod-auswahl .container-wrap .col,
	.mod-auswahl .container-wrap .col a  {
		width: 312px;
		height: 240px;
	}

	.mod-projekt-details--referenzen .col {
		width: 312px;
	}
	
	.mod-projekt-details--info .col {
		width: 312px;
	}


	
	
	
}

@media handheld, only screen and (max-width: 700px) {
	.mod-auswahl .container-wrap .col,
	.mod-projekte .container-wrap .col,
	.mod-projekte .container-wrap .col:nth-child(3n+3),
	.mod-projekte .container-wrap .col:nth-child(2n+2) {
		margin-right: 0;
	}

	.mod-auswahl,
	.mod-projekte {
		padding: 22px 20px;
	}

	.mod-xl-headline {
		padding: 100px 20px 76px 20px;
	}

	.mod-auswahl .container-wrap .col,
	.mod-auswahl .container-wrap .col a  {
		width: 100%;
		height: 240px;
	}

	.mod-projekte .container-wrap .col,
	.mod-projekt-details--referenzen .col,
	.mod-projekt-details--info .col  {
		width: 100%;
	}


	.mod-auswahl .container-wrap .col h3 {
		bottom: 14px;
		left: 20px;
	}

}

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

}



