/*
 Theme Name:   Ed School Child Theme
 Theme URI:    http://example.com/ed-school/
 Description:  Ed School Child Theme
 Author:       Aislin
 Author URI:   http://example.com
 Template:     ed-school
 Version:      1.0.0
 Tags:
 Text Domain:
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.eig-weiterlesen {
    display: block;
    margin-bottom: 25px !important;
}
.wp-show-posts-entry-summary {
    margin-bottom: 0.2em !important;
}
div.rundbox{
margin: 20px 0 20px 0;
padding: 34px;
font-weight: bold;
line-height: 110%;
border: 1px solid #DDD;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
background: none;    
box-shadow: 1px 2px 4px rgba(0,0,0, .2);
}
div.eig-rahmen img {
    border-radius: 4px;
    border: 1px solid #cccccc;
    padding: 8px;
}
img.blatt {
    border: 1px solid #dddddd;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(171,171,171,1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(171,171,171,1);
    box-shadow: 3px 3px 5px 0px rgba(171,171,171,1);
}
img.schatten {
-moz-box-shadow:1px 1px 6px #a0a0a0; /* Firefox */
-webkit-box-shadow:1px 1px 6px #a0a0a0; /* Chrome, Safari */
-khtml-box-shadow:1px 1px 6px #a0a0a0; /* Konqueror */
box-shadow:1px 1px 6px #a0a0a0; /* CSS3 */
}
img.eig-zoom, .eig-zoom img {
 transition: transform 0.8s;
 -moz-transition: transform 0.8s;
 -webkit-transition: transform 0.8s;
 -o-transition: transform 0.8s;
 -ms-transition: transform 0.8s;
}
img.eig-zoom:hover, .eig-zoom img:hover {
 transform: scale(1.1, 1.1);
 -moz-transform: scale(1.1, 1.1);
 -webkit-transform: scale(1.1, 1.1);
 -o-transform: scale(1.1, 1.1);
 -ms-transform: scale(1.1, 1.1);
}
img.eig-schatten, .eig-schatten img {
-moz-box-shadow:1px 1px 6px #a0a0a0; /* Firefox */
-webkit-box-shadow:1px 1px 6px #a0a0a0; /* Chrome, Safari */
-khtml-box-shadow:1px 1px 6px #a0a0a0; /* Konqueror */
box-shadow:1px 1px 6px #a0a0a0; /* CSS3 */
}
.groesser110 {
    font-size: 110%;
}
.groesser120 {
    font-size: 120%;
}
.groesser130 {
    font-size: 130%;
}
h4.tribe-event-title a {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 25px !important;
}
div.recent-posts-3 li {
	line-height: 21px;
	padding: 6px 0 !important;
}
.owl-btn-wrapper {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.owl-item .item .item-inner {
	line-height: 16px !important;
}