/*
 Theme Name:   Zach Theme
 Author:       Karl Lirzer
 Template:     dw-simplex_1.0.4_theme
 Version:      1.0.0
 Text Domain:  zach-theme
*/
@import url("../dw-simplex_1.0.4_theme/style.css");

@font-face {
    font-family: "Glametrix";
    font-style: normal;
    font-weight: light;
    src: url("assets/font/GlametrixLight.otf") format("opentype");
}

#headline h2, #headline .kleiner, .page-title {
    font-family: 'Glametrix',Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
}

#headline .kleiner {
	font-size: 210%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0px;
}

#headline h2 {
	font-size: 400%;
	line-height: 70%;
}


#clients img {
	border:none;
}

h3.partner {
	font-family: 'Glametrix',Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
	font-size: 210%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

#erfahrung p {
	font-family: 'Glametrix',Arial,Helvetica,sans-serif;
    font-style: italic;
    font-weight: normal;
	font-size: 210%;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
	padding: 10px 0 10px 0;
	margin-top: 5px;
	background-color: #EF4135;
	color: white;
	line-height: 1em;
}

/* override in bootstap.min.css - Bug wenn home-layout-full: */
.row-fluid {
    width: 100% !important;
}