/*
 Theme Name:   one-page-express-Child
 Description:  Mein Child Theme
 Author:       Webtimiser
 Author URI:  
 Template:     one-page-express
 Version:      1.0
 Text Domain:  one-page-express-child
*/
@import url("../one-page-express/style.css");
/*hier kommen die neuen CSS-Angaben*/

/*Farbe Hauptthema 1*/
.features-coloured-icon-boxes-featurecol:nth-of-type(4n+1) a.features-coloured-button, .features-coloured-icon-boxes-featurecol:nth-of-type(4n+1) .features-coloured-icon-boxes-iconcontainer {
    background-color: rgb(18, 105, 72);
}
/*Menu farbe*/
.header-top.fixto-fixed #drop_mainmenu > li > a, .header-top.coloured-nav #drop_mainmenu > li > a, .header-top.fixto-fixed .text-logo, .header-top.coloured-nav .text-logo, .header-top.fixto-fixed a#fm2_drop_mainmenu_mobile_button span.caption, .header-top.coloured-nav a#fm2_drop_mainmenu_mobile_button span.caption {
    color: #8f0040;
}


/*Tabelle Mitarbeiter*/

table.mafixed {table-layout:fixed; width:100%; word-break:break-all;}/*Setting the table width is important!*/
table.mafixed td {overflow:hidden;  padding:10px;}/*Hide text outside the cell.*/
table.mafixed td:nth-of-type(1) {width:25%;}/*Setting the width of column 1.*/
table.mafixed td:nth-of-type(2) {width:25%;}/*Setting the width of column 2.*/
table.mafixed td:nth-of-type(3) {width:25%;}/*Setting the width of column 3.*/
table.mafixed td:nth-of-type(4) {width:25%;}/*Setting the width of column 4.*/

/*Text*/
h1, h2, h3, h4, h5, h6{
	color: #737373;
	}
a, a:active, a:hover, a:link, a:visited{ 
	color: #8f0040; 
	}
/*Startseite Bereiche*/
.features-coloured-icon-boxes-featurecol:nth-of-type(4n+1) a.features-coloured-button, .features-coloured-icon-boxes-featurecol:nth-of-type(4n+1) a.features-coloured-button:hover, .features-coloured-icon-boxes-featurecol:nth-of-type(4n+1) .features-coloured-icon-boxes-iconcontainer {
	color:#ffffff;
}
.features-coloured-icon-boxes-featurecol:nth-of-type(4n+2) a.features-coloured-button, .features-coloured-icon-boxes-featurecol:nth-of-type(4n+2) a.features-coloured-button:hover, .features-coloured-icon-boxes-featurecol:nth-of-type(4n+2) .features-coloured-icon-boxes-iconcontainer {
	color:#ffffff;
}
.features-coloured-icon-boxes-featurecol:nth-of-type(4n+3) a.features-coloured-button, .features-coloured-icon-boxes-featurecol:nth-of-type(4n+3) a.features-coloured-button:hover, .features-coloured-icon-boxes-featurecol:nth-of-type(4n+3) .features-coloured-icon-boxes-iconcontainer {
	color:#ffffff;
}
.features-coloured-icon-boxes-featurecol:nth-of-type(4n+4) a.features-coloured-button, .features-coloured-icon-boxes-featurecol:nth-of-type(4n+4) a.features-coloured-button:hover, .features-coloured-icon-boxes-featurecol:nth-of-type(4n+4) .features-coloured-icon-boxes-iconcontainer {
	color:#ffffff;
}




