/*
 Theme Name: Uku Child
 Theme URI:
 Description: Uku Child Theme
 Author: Your Name
 Author URI: http://www.yourdomain.com/
 Template: uku
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Uku Child Theme
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */
/*
.page {
	border: 0px solid black !important;
}

#overlay-title {
	color: #1a1a1a
	position: absolute;
	top: 25px;
	left: 10px;
	height: 40px;
	font-size: 40px;
	white-space: nowrap;
}

#colophon {
	border-top: 5px solid #298421;
}

img.title-footer {
	width: 300px;
	position:relative;
	left: 50%;
	margin-left:-150px;
}

.footer-sponsoren {
	margin-top:-75px;
	margin-bottom:-66px;
}

@media screen and (min-width: 66.250em) {

#title-footer-image {
	position:static;
	width:300px;
	margin-left:0px;

}

#overlay-title {
		color: #f4f4f4;
		position: absolute;
		top: 40px;
		left: 55px;
		right: auto;
		height: 59px;
		text-align: left;
	}
}
*/