/*
Theme Name: DiviChild by wplo.de
Theme URI: http://elegantthemes.com
Description: A Child Theme built for Divi
Author: Wplo - WordPress für Einsteiger
Author URI: https://www.wplo.de
Template: Divi
Version: 1.0.0
*/

/* Zusätzliches CSS hinter dem abschließenden Schrägstrich einfügen
------------------------------------------------------------------- */

/* Blog */
.free-archive-blog .et_pb_post .entry-title a:hover {
	color: #ffffff !important;
}
.free-blog-post-style-5 .free-du-blog-1 .free-blog-post-header-featured-wrapper {
    max-width: 1200px !important;
    margin: auto;
    width: 100%;
}

.kontaktperson:hover .et-pb-icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);	
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	transition: all 300ms ease 0ms;
}
.kontaktperson .et-pb-icon {
	-webkit-transition-timing-function: ease !important;
	transition-timing-function: ease !important;
	transition: all 200ms ease 0ms !important;
}
.kontaktperson:hover .et_pb_image_wrap {
    margin-top: -4px !important;
}