/*
   Theme Name: Hestia Child
   Theme URI: https://www.themeisle.com/ 
   Description: This is a custom child theme I have created.
   Author: Martin Gemeinholzer
   URI: https://lunow.org
   Template: hestia
   Version: 0.1 
   */
   
   
/* average-regular - latin */
@font-face {
  font-family: 'Average';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/average-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Average Regular'), local('Average-Regular'),
       url('fonts/average-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/average-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/average-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/average-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/average-v6-latin-regular.svg#Average') format('svg'); /* Legacy iOS */
}

body {
	font-family: 'Average', serif;
}

@media (min-width: 992px) {
.col-md-8 {
	width: 75%;
}}

a {
	color: #5b2ec5;
}

button, button:hover, input[type="submit"], input[type="submit"]:hover, input[type="button"], input[type="button"]:hover, input#searchsubmit, .btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active:hover, .open > .btn.btn-primary.dropdown-toggle, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle:hover {
	background-color: #5b2ec5 !important;
}

.header-filter-gradient {
  background: linear-gradient(45deg, #5b2ec5 0%, #ea396f 280%);
}

.carousel h1.hestia-title, .carousel h2.title, .page-header.header-small .hestia-title, .page-header.header-small .title {
	font-family: 'Average', serif;
}   
   
.bild-mit-rand-rechts {padding-right: 15px;}
.bild-mit-rand-links {padding-left: 15px;}
.copyright.pull-right {
    display: none;
}
.navbar .navbar-brand img {
    width: auto;
    max-height: 60px;
}

.header-filter::before {
    background-color: rgba(0, 0, 0, 0.2);
}

button, button:hover, input[type="submit"], input[type="submit"]:hover, input[type="button"], input[type="button"]:hover, input#searchsubmit, .btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active:hover, .open > .btn.btn-primary.dropdown-toggle, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle:hover {
	background-color: #990101;
}

.navbar a {
	font-size: 15px;
}


@media (min-width: 769px) {
#carousel-hestia-generic span.sub-title {
    font-size: 22px;
}
#carousel-hestia-generic .hestia-title {
    font-size: 70px;
}}

.carousel span.sub-title {
    font-family: 'Average', serif;
}

/* Termine */
#et_content_container .et_content_date.teaserdate {
	background-color: #f6f6f6;
	padding: 2px;
}

.et_litname, .et_city {
	display: none;
}

.et_content_row {
	margin-top:10px;
}

.widget_etwidget {
	font-size:13px;
}

.about, .hestia-about {
	padding: 0px 0px 30px 0px;
}

.hestia-about h2 {
	font-family: 'Average', serif;
}