/*
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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* Allgemeine Tags */

/* courier-prime-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Courier Prime';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/enfold-child/fonts/courier-prime-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/themes/enfold-child/fonts/courier-prime-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/enfold-child/fonts/courier-prime-v10-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/themes/enfold-child/fonts/courier-prime-v10-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/wp-content/themes/enfold-child/fonts/courier-prime-v10-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/wp-content/themes/enfold-child/fonts/courier-prime-v10-latin-regular.svg#CourierPrime') format('svg'); /* Legacy iOS */
}
/* courier-prime-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Courier Prime';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/enfold-child/fonts/courier-prime-v10-latin-700.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/themes/enfold-child/fonts/courier-prime-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/enfold-child/fonts/courier-prime-v10-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/themes/enfold-child/fonts/courier-prime-v10-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/wp-content/themes/enfold-child/fonts/courier-prime-v10-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/wp-content/themes/enfold-child/fonts/courier-prime-v10-latin-700.svg#CourierPrime') format('svg'); /* Legacy iOS */
}
body {
	font-family: 'Courier Prime','Times',serif;
	font-size:18px;
}

/* Eigene Klassen und IDs */
#pigheadline h1 {
	font-size:46px !important;
	color:#c4654d;
}
.center {
	text-align:center !important;
}
.headlinebottom {
	position:absolute;
	bottom:0px;
}
.headlinebottom h2, .headlinekarte h2, .headline h2 {
	font-size:40px !important;
	color:#c4654d;
	text-transform:none !important;
}
#myfooter, #myfooter h3, #myfooter a {
	color:#fff !important;
}
/* Ueberschriebene Klassen und IDs */
.logo img {
	display: none !important;
}
.special_amp {
	font-family: inherit !important;
	font-style: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
}
.main_color .av-catalogue-list li:hover {
    background-color: inherit;
}
.av-burger-overlay-bg {
    opacity: 0.95;
    background: #ba583e !important;
}

#ep_events_front_views_slider .ep-box-card-desc {
	max-height: 150px !important;
}

@media screen and (max-width:768px) {
	#pigheadline h1 {
		font-size:40px !important;
	}	
}
