<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     Child Theme
Theme URI:      http://example.com/
Description:    Child theme for the Twentyeleven theme
Author:         DamiÃ¡n RodrÃ­guez Ramil
Author URI:     http://www.votum.de
Template:       twentyeleven
Version:        0.1.0
*/
@import url("../twentyeleven/style.css");

/*****GENERAL STYLE*****/

#page{
    min-width: 905px;
}
#site-title {
	margin-right: 530px;
	padding: 25px 0 25px 0;
}
#branding img.logo{
    width:325px;
    height:112px;
}

#site-generator p {
    margin-bottom: 0px;
}

.singular #content, .left-sidebar.singular #content {
    margin: 0 20% 0 0;
    position: relative;
    width: auto;
}

.singular.page .hentry {
    padding: 0;
    margin: 0 auto;
}
.singular .hentry {
    border-bottom: medium none;
    padding: 0;
    position: relative;
}
#content {
    margin: 0 34% 0 7.6%;
    width: 58.4%;
}

.entry-summary{
    padding: 1.5em;
    background:#F5F5FC;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.entry-content {
     margin: 0 auto;
}
.widget {
    -moz-hyphens: auto;
    clear: both;
    margin: 20px 0 2.2em;
    padding-bottom: 10px;
    word-wrap: break-word;
}
aside ul{
    list-style: none;
}
aside ul a{
    color: #000;
}
aside ul a:hover{
    color: grey;
}
.single-author .entry-meta .by-author {
	display: inline;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    margin: 0 auto;
    width: 90%;
}
.singular .entry-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
}
article.entire-post{
    margin-left: 120px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-left: 0.25px solid black;
}
article.entire-post header h1.entry-title{
    clear:none;
}

/*****MARKTHALLE STYLE*****/

.markt_logo{
    height:200px;
    width:120px;
    margin-bottom: -6px;
}
.markt_name_logo{
    /*height:200px;*/
    width:120px;
    margin-bottom: -6px;
}
.markt_link{
    text-align: right;
    /*margin-left: 50px;*/
}
span.vvqbox{
    margin-top:40px;
    border: 14px solid #000000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/*****PRODUKTE TEMPLATE STYLE*****/

#content_produkte{
    width:60%;
    margin:auto;
    text-align: justify;
}
.produkte-header{
    font-size: 30px;
    text-align:center;
    margin-bottom: 20px;
}
.produkte-content{
    
}
.produkte-meta{
    
}

/*****ÃœBER MICH TEMPLATE STYLE*****/

#content_about{
    margin: 2% 5% 5% 5%;
    position: relative;
    width: 90%;
    text-align: justify;
}
.about-header{
    font-size: 30px;
    text-align:center;
    margin-bottom: 20px;
}
.about-content .pull.alignleft {
    margin: 0 20px 0 0;
}
.about-content blockquote.pull {
    margin: 0 0 0 0;
}
.about-content .pull.alignright {
    margin: 0 0 0 20px;
}

/*****MAIN KONTAKT TEMPLATE STYLE*****/

#content_main_kontakt{
    margin-bottom:30px;
}

.main-kontakt-header{
    margin-left: 105px;
    font-size: 20px;
}
.main-kontakt-content{
    padding: 1.5em;
    background:#F5F5FC;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: auto;
    width: 80%;
    text-align:justify;
}

.main-kontakt-content p{
    width: 50%;
    float:left;
}

/*****KONTAKT TEMPLATE STYLE*****/

#content_kontakt{
    margin-bottom:30px;
}

.kontakt-header{
    margin-left: 153px;
    font-size: 20px;
}
.kontakt-content{
    padding: 1.5em;
    background:#F5F5FC;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: auto;
    width: 70%;
    text-align:justify;
}

/*****BILDER GALLERIE TEMPLATE STYLE*****/

#content_bilder_gallerie{
    width:80%;
    margin:auto;
    margin-bottom:30px;
}
.bilder-gallerie-header{
    font-size: 20px;
    text-align:left;
    margin-bottom: 20px;
}
.bilder-gallerie-content p{
   width: 90%;
    
}

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