/* CSS Dokument */

/**************************************************************************************************
 *
 * Standard-Layouts
 *
 *************************************************************************************************/



/**************************************************************************************************
 *
 * Modul-Layouts
 *
 * Generell alle Module die unter "Installierte Module" erscheinen.
 * Wenn es Probleme mit den Designs gibt => prüfen ob alle Module mit "#MODUL .CLASS" gemacht wurden.
 *
 * Nicht benutzte CSS-Dateien löschen und nicht auskommentiert lassen -> Xenu Link Error
 *
 *************************************************************************************************/




/**************************************************************************************************
 *
 * Main
 *
 *************************************************************************************************/

    nav, .linklist, .ft-overlay, a[href*="chrisign"],.pagination,#team .email a,#team a.more{ display: none !important; }

    #team strong, #team span{ width: 100% !important; display: block !important; }

    footer ul li{
        padding: 0px;
        margin: 0px;
    }
    body, html, .content, .container, .columns {
        border: 0px !important;
        box-shadow: none !important;
        width: 100% !important;
    }

    h1{
        font-size: 24px !important;
        line-height: 1.5em !important;
    }
    h2{
        font-size: 20px !important;
        line-height: 1.5em !important;
    }
    h3{
        font-size: 16px !important;
        line-height: 1.5em !important;
    }
    body{
        font-size: 14px !important;
        line-height: 1.5em !important;
    }
/*
    .bild-ov{
        width: 30% !important;
        height: 200px !important;
        overflow: hidden !important;

        float: left !important;
        margin-bottom: 20px !important;
    }*/
    .bild-ov img{
        height: 100px !important;
        width: auto;
    }/*
    #news .alpha.omega.six.columns{
        width: 65% !important;
        margin-left: 5% !important;
        height: 200px !important;
        overflow: hidden !important;
        margin-bottom: 20px !important;
    }*/


body {
	margin: 0;
}

/* Auf die ganze Breite ziehen */

.container,
.container .twelve.columns,
.container .nine.columns,
.container .six.columns,
.container .three.columns,
main {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/* Schrift anpassen*/
body {
	color: #000000;
	background-color: transparent;
	font-size: 14px;
	line-height: normal;
	text-align: left;
}

.content,
footer {
	background: transparent;
	box-shadow: none;
}

strong {
	font-size: 1.1em;
}

h1 {
	font-size: 20px;
	line-height: normal
}

h2 {
	font-size: 18px;
	line-height: normal
}

h3 {
	font-size: 16px;
	line-height: normal
}

/* Verstecken */
.container nav.columns,
nav,
.container .columns.linklist,
#kopfbild {
	display: none;
}

/* Seitenumbruch */
main,
main > div,
main > div > div,
main > div > div > div {
	float: none;
	page-break-before: avoid;
	page-break-after: avoid;
}

/* Sonstiges */
#team {
	margin: 0;
	width: 100%;
}