/*
Theme Name: Layout
Description: Child - Occasio
Author: Marten Schruteck
Template: occasio
Version: 0.1
Tags: Color, Font, Pics
*/
.embed-box-link textarea {
	width:100%;
	height:auto;
	font-family:monospace;
	padding:10px;
}
.embed-box-link {
	border:1px solid #ccc;
	padding:15px;
	margin:30px 0;
	background:#f9f9f9;
}
.embed-box-link  h4 {
	margin-top:0;
}
@media (max-width: 576px) {
	.embed-box-link textarea {
		height:210px;
	}
}
.wpsc-download-navigation:before {
    content: "Kalender Download: ";
    font-size: 16px;
	font-weight: bold;
}
.ad-billboard {
	text-align: center;
    padding-bottom: 1.4rem;
    padding-top: 1.4rem;
    background-color: #ffffff;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
}

.ads {
	text-align: center;
    padding-bottom: 1.4rem;
    padding-top: 1.4rem;
	background-color: #fff;
}

@media (max-width: 576px) {
    .ads {
        background-color: #ffffff00;
    }
	.ad-billboard {
        background-color: #ffffff00;
    }
	.widget_custom_html {
	background-color: #ffffff00 !important;
	}
}

.to-calendar {
	background-color: #2a4861;
    max-width: 250px;
    padding: 10px;
}

.to-calendar a {
	color: #fff
}

.to-calendar a:hover {
	color: #ededef;
}

.site-logo .custom-logo {
    max-width: 80px;
}

@media only screen and (max-width: 507px) {
.site-logo .custom-logo {
    max-width: 40px;
	padding-top: 10px;
}
.site-title {
    font-size: 1.2rem;
}
.site-description {
    font-size: 0.675rem;
}
}

@media only screen and (max-width: 351px) {
.site-logo .custom-logo {
    max-width: 30px;
	padding-top: 17px;
}
.site-title {
    font-size: 1.1rem;
}
.site-description {
    font-size: 0.575rem;
}
.site-branding {
    line-height: 12px;
}
}

#breadcrumbs strong {
	color: #2a4861;
}

.widget .wpsc-upcoming-important-date-date {
    margin-bottom: 0px !important;
    font-size: 1.5rem !important;
    font-weight: bold;
}

.widget .wpsc-upcoming-important-date-more {
	display: none;
}

.widget.feiertag .wpsc-upcoming-important-date-date {
	color: #e01616;
}

.widget.schulferien .wpsc-upcoming-important-date-date {
	color: #279f43;
}

.widget.footer-logo  {
	color: #fff;
}

.widget.footer-logo strong  {
	font-size: 25px;
}

.nav-previous {
    border: 2px solid #2a4861;
    padding: 10px;
	margin-right: 20px !important;
}

.nav-next {
    border: 2px solid #2a4861;
    padding: 10px;
	margin-left: 20px !important;
}

@media only screen and (max-width: 479px) {
.nav-previous {
	margin-right: 0px !important;
}
.nav-next {
	margin-left: 0px !important;
}
}

.footer-wrap .widget-wpsc-upcoming-important-dates .wpsc-upcoming-important-date-date {
    color: #fff;
}
.footer-wrap .wpsc-upcoming-important-date-title {
    color: #fff;
}
.footer-wrap .custom-html-widget h3 {
    color: #fff;
		font-size: 1.9rem;
}