/* Templateanpassungen */

.tribe-common .tribe-common-l-container, #tribe-events-pg-template, .tribe-events-pg-template {
	width: 95% !important;
	max-width: 1600px;
	}
	
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
	padding-top: 40px;
	padding-left: 0px;
	padding-right: 0px;
	}	


/* Eventübersicht */

/* Remove View-Switch until url bugfix */
div#tribe-events-view-selector-content, .tribe-events .tribe-events-c-view-selector {
display: none !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3--min-medium, .tribe-events .tribe-events-c-ical {
    display: none;
	}
	
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button, button.tribe-common-c-btn.tribe-events-c-search__button{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background-color: #bc9b50;
	border-radius: 5px;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	border: 2px solid;
	}
	
.tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover, button.tribe-common-c-btn.tribe-events-c-search__button:hover {
	color: #bc9b50;
    background-color: #ffffff;
    border-color: #bc9b50;
    border-top-color: rgb(188, 155, 80);
    border-right-color: rgb(188, 155, 80);
    border-bottom-color: rgb(188, 155, 80);
    border-left-color: rgb(188, 155, 80);
    border-radius: 5px;
    border: 2px solid;
	}

.tribe-common .tribe-common-cta {
	color: #bc9b50 !important;
	}

.tribe-common .tribe-common-cta:hover {
	color: #000 !important;
	}	

.tribe-events-pro .tribe-events-pro-map__event-card-button:focus, .tribe-events-pro .tribe-events-pro-map__event-card-button:hover {
    border: 1px solid #e7e7e7;
    background: #f5f5f5;
	}
	
.tribe-events-pro .tribe-events-pro-map__event-card-wrapper--active .tribe-events-pro-map__event-card-button {
    border: none;
    box-shadow: 0 1px 2px 2px rgba(0,0,0,.05);
    }	
	
/* Eventdetailspage */

.tribe-events-event-image {
    width: 40%;
    display: inline-block;
	}
	
.single-tribe_events .tribe-events-event-image {
	margin-bottom: 0px;
	}	
	
.tribe-events-single-event-description.tribe-events-content {
    width: 59%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 25px;
	}
	
.single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-gcal:hover, .single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-ical:hover{
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background-color: #bc9b50;
	border-radius: 5px;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	border: 2px solid;
	}
	
a.tribe-events-gcal.tribe-events-button:hover, a.tribe-events-ical.tribe-events-button:hover {
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	color: #bc9b50;
    background-color: #ffffff;
    border-color: #bc9b50;
    border-top-color: rgb(188, 155, 80);
    border-right-color: rgb(188, 155, 80);
    border-bottom-color: rgb(188, 155, 80);
    border-left-color: rgb(188, 155, 80);
    border-radius: 5px;
    border: 2px solid;
	}		

.single-tribe_events .tribe-events-event-meta {
    background-color: #f4f4f4;
	}

/* Veranstaltungsort */

.tribe-events-pro .tribe-events-pro-venue__meta-address-directions-link, .tribe-events-pro .tribe-events-pro-venue__meta-website-link {
    color: #be9f57 !important;
	}