/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*
 * Events
 * * * * * * * * * * * * * * */

.event {
	display: flex;
	overflow: hidden;
	margin: 0;
	padding-bottom: 20px;
}

.event-inhalt {
	width: 100%;
	max-width: 800px;
}

.event-bilder {
    width: 300px;
    margin-right: 30px;
}

.event-bilder img {
    margin-bottom: 20px;
}

.event-titel h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: 300;
}
.event-wrap .modern-quote h3 {
	text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

.event-datum {
    margin-bottom: 5px;
	font-size: 15px;
    font-style: italic;
}

.main_color .event-info a {
    display: inline-block;
    padding: 10px 20px;
    background: #970008;
	border: 1px solid #970008;
    color: #fff;
    margin-right: 20px;
}

.main_color .event-info {
    margin-bottom: 1.3em;
}

.main_color .event-info a:hover {
    background: #fff;
    color: #970008;
}




@media screen and (max-width: 767px) {
	.event {
		flex-wrap: wrap;
		gap: 30px;
	}
}