/*
Willkommen bei Custom CSS

Wie es funktioniert, steht unter http://wp.me/PEmnE-Bt
*/
.kunden-logo {
	padding: 4px;
	height: 50px;
}

#text-11 {
	padding: 40px 40px 0;
}

/* Dashicons */
.meineicons:before {
	font-family: "dashicons";
  content: "\f234  \f219  \f521";
	font-size: 40px;
}

/* Bild formatierung für mein Bild auf der Hauptseite */
.foto-rechts-widget {
	float: right;
	margin-left: 100px;
	margin-right: 20px;
	height: 320px;
}

.text-wer-wir-sind {
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}

/* Zahlen formatierung für die Kundenanzahl */
.kunden-anzahl {
	font-size: 45px;
	font-weight: bold;
	color: #66ffff;
}

/*
.front-page-h2 {
	font-size: 80px;
	font-weight: 200;
	line-height: 1;
}
*/
#enews-ext-2 {
	margin: auto;
	width: 50%;
}

/* Contact Form 7 personalisierung */
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="text"], 
.wpcf7-form textarea,
#subscribeenews-ext-2 input[type="email"],
#subscribeenews-ext-2 input[type="text"],
#subscribeenews-ext-2 textarea {
	padding: 5px 7px;
/*border: 1px solid grey;*/
	margin-bottom: 8px;
	border-radius: 5px;
}

/* Weitere Änderungen */
.leistungen-liste li {
	font-weight: bold;
}

.was-wir-machen-link {
	color: #000;
}

.was-wir-machen-link:hover {
	color: #22a1c4;
}

#top .main_menu .menu li.facebook {
	display: block;
	width: 32px;
	height: 32px;
	background: url(http://www.iagorec.com/wordpressdb/wp-content/uploads/2016/03/FB-f-Logo__blue_57.png);
	text-indent: 9999px;
}

.social-menu .a {
	target-name: new;
	target-new: tab;
}

/* Front Page 7 aenderung der HG-Farbe */
.front-page-6 .solid-section {
	background-color: #f3f3f3;
}

/* Video Seite Gallerie Einstellungen */
.vg-links {
	width: 50%;
	float: left;
	padding: 5px;
}

.vg-rechts {
	width: 50%;
	float: right;
	padding: 5px;
}

/* Button Farbe ändern */

.button-yellow {
background-color: #ebca1c;
border: 2px solid #ebca1c;
border-radius: 5px;
color: #fff;
cursor: pointer;
font-size: 14px;
font-weight: 800;
letter-spacing: 2px;
padding: 15px 25px;
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
white-space: normal;
width: auto;
}