/*
Theme Name: kss-graz
Author: RSdesign
Author URI: http://www.rs-design.at
Description: Theme für Waldorfschule Karl Schubert Graz
Version: 4.8
Template: Impreza
*/

body {
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.w-counter-number,
.w-pricing-item-title,
.w-pricing-item-price,
.w-tabs-item-title,
.w-nav-item {
    font-family: 'Antropos-Freefont'!important;
    }

.l-content ul li { 
    list-style-type: none;
    position: relative;
}
.l-content ul li:before {
    position: absolute;
    left: -20px;
    top: -2px;
    content: '■';
    color: #e89109!important;
}

.headerImage {
	height: 900px;
}

.actionboxPadding {
	padding: 1rem!important;
}

.actionboxPadding .w-actionbox-controls {
	padding-top: .5rem!important;
}

.sticky .ush_image_2 {
	margin-top: 38px!important;
}

/* @group home */

.leitspruchHome {
	background-color: #f2eb68;
	padding: 1.5rem;
}

.leitspruchHome .aio-icon-description {
	margin-top: 0!important;
	font-size: 1.5rem;
	text-align: center;
}

.leitspruchHome p.ueber {
	color: #666!important;
	font-size: .75rem!important;
	line-height: normal!important;
	margin-top: 1rem;
	text-align: left;
}

.termineHome h2 {
	color: #f2eb68!important;
}

.termineHome h4 {
	font: 1.13rem "Open Sans" !important;
	font-weight: bold!important;
	margin-bottom: 0;
	margin-top: 1.25rem;
}

.termineHome p:last-child {
	margin-bottom: 0!important;
}

.ecs-event:before {
	display: none;
}

.ecs-event-list {
	margin-left: 0;
}

/* @end */

/* @group links */

.linkBeschreibung img {
	box-shadow: .1rem .1rem .5rem rgba(0, 0, 0, 0.5);
}

.linkBeschreibung .w-image-title {
	text-align: center;
}

.linkBeschreibung .w-image-meta {
	color: #b3152a!important;
	background: #ffffff!important;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 1) 100%)!important;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255, 255, 255, 1) 100%)!important;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255, 255, 255, 1) 100%)!important;
}

/* @end */

/* @group kalender */

#tribe-events-content {
	max-width: 1140px;
	padding: 2.5rem!important;
	margin-left: auto;
	margin-right: auto;
}

.tribe-bar-date-filter {
	display: none;
}

h1.tribe-events-page-title {
	text-align: center;
}

.tribe-events-list .type-tribe_events, .type-tribe_events + .type-tribe_events { /* linie unten */
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	border-color: rgba(255, 255, 255, 0.8) !important;
} 


/* @end */

/* @group footer */

.footer {
	font-size: 13px;
	line-height: normal;
	font-weight: 300;
}

.footer h3 {
	font-size: 21px;
	margin-bottom: 1em;
}

.footerCopyright, .footerCopyright a:link, .footerCopyright a:visited {
	font-size: 10px;
	color: #fff!important;
	padding-top: .5em;
	padding-bottom: .5em;
}

.footerCopyright a:hover, .footerCopyright a:hover {
	text-decoration: underline;
}

.l-footer .widget_nav_menu ul li, .l-footer .widget_nav_menu .sub-menu {
	line-height: normal;
	margin: 0;
}

.corona {
	margin-bottom: 2rem;
	background-color: #fff;
	border: 2px solid #B3152A;
	text-align: center;
	padding: 2.5rem;
font-weight: bold;
}

/* @end */

@font-face { 
    font-family: 'Antropos-Freefont';
    src: url('fonts/Antropos-Freefont.ttf.eot');
    src: url('fonts/Antropos-Freefont.ttf.eot?#iefix') format('embedded-opentype'),
         url('fonts/Antropos-Freefont.ttf.woff') format('woff'),
         url('fonts/Antropos-Freefont.ttf.ttf') format('truetype'),
         url('fonts/Antropos-Freefont.ttf.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    }
    
@media only screen and (max-width: 320px) {
	
	h1 {
		hyphens: auto;
		-webkit-hyphens: auto;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.sticky .ush_image_2 {
		margin-top: 38px!important;
	}
	
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
	
	.sticky .ush_image_2 {
		margin-top: 20px!important;
	}
	
}