<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     Flat Child
Theme URI:      http://www.fledermauskasten.net/
Description:    Child Theme for the Flat theme
Author:         Enrico Lauterschlag
Author URI:     http://wwww.alsterpixel.de/
Template:       flat
Version:        1.0
*/

@import url("../flat/assets/css/flat.min.css");

table{
font-size:14px;
}

#masthead .site-title {
  line-height: 32px;
  font-size: 32px;
}

.site-content .ads-top{
width: 100%;
}

.site-content .ads-middle{
width: 100%;
padding: 25px 0 25px 0;
}

.site-content .ads-bottom{
width: 100%;
padding: 25px 0 40px 0;
}

.site-content .page{
border-bottom:0;
}

.site-info{
border-top:1px solid #ccc;
clear:both;
padding-top: 20px;
height:75px;
background-color:#fff;
}

.right{
text-align:right;
width:50%;
float:right;
margin-top:10px;
}

.left{
width:50%;
float:left;
text-align:left;
margin-top:10px;
}

figure.video iframe{
	width:720px;
	height:405px;
}

figcaption{
	font-size:smaller;
	font-style:italic;
}

/*
Button auf der Startseite
---------------------------------------------------------------------------------------------------- */

.button-2 {
	background-color: #23638f;
	box-shadow: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	padding: 16px 24px;
	margin: 20px 0 40px 0;
	text-transform: uppercase;
	text-align:center;
	width: 100%;
	border-radius: 3px;
	display: inline-block;
}


.button-2:hover {
	background-color: #4470a8;
	color:#fff;
}


/*
Button auf Produktseiten
---------------------------------------------------------------------------------------------------- */

.button-3 {
	background-color: #23638f;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 8px 12px;
	margin: 20px 0 0 0;
	text-align:center;
	width: 100%;
	border-radius: 3px;
	display: inline-block;
}


.button-3:hover {
	background-color: #4470a8;
	color:#fff;
}

@media only screen and (max-width: 1185px) {

	.site-header img {
		height:60px;
		margin-right:15px;
	}

}

@media only screen and (max-width: 991px) {

	figure.video iframe {
		width:630px;
		height:354px;
	}

}

@media only screen and (max-width: 767px) {

	figure.video iframe {
		width:320px;
		height:180px;
	}

}
</pre></body></html>