/*
Theme Name:     Twenty Eleven Child
Theme URI:      http://example.com/
Description:    Child-Theme für das Twenty Eleven Theme
Author:         André Krautschick
Author URI:     http://example.com/about/
Template:       twentyeleven                             
Version:        1.0
*/

@import url("../twentyeleven/style.css");


/* HEADER..................................................................... */

/* keine Linie über Header-Image */

#branding {
    border-top: 0px;
}


/* Navigation................................................................. */

#access {
	background: #79408d; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#ed2891, #79408d);
	background: -o-linear-gradient(#ed2891, #79408d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ed2891), to(#79408d)); /* older webkit syntax */
	background: -webkit-linear-gradient(#ed2891, #79408d);
}

/* Search Form */
#branding #searchform {
	
	display: none;
}

/* #branding .only-search #s {
	background-color: #660066;
	border-color: #000;
	color: #dadada; */

/* BODY....................................................................... */
body {
/*	background-repeat:no-repeat !important;*/
	background-position:bottom center !important;
	background-attachment:fixed !important;
/*	-o-background-size: 100% 100%, auto !important;
	-moz-background-size: 100% 100%, auto !important;
	-webkit-background-size: 100% 100%, auto !important;
	background-size: 100% 100%, auto !important;*/
}

/* cat-links: Verhindert das unter Beiträgen und Seiten "Veröffetnlicht unter", "Kategorien" und "Schlagwörter" angezeigt werden.*/

.cat-links, footer.entry-meta, .entry-format {
	display: none;
}



/* tel: Ermöglicht das Benutzen der Telefonnummer mit dem Smartphone und verhindert das diese auf dem Desktop als Link angezeigt wird.*/

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
    text-decoration: none;
    color: #e0221b;
    cursor: text;
}

@media only screen and (max-device-width: 480px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
      text-decoration:    underline;
      color: #e0221b;
   }
}


/* Text: Ändert Schriftfarbe und -Art. */


entry-title, .entry-title a {
	color: #666666;
	font-size: 1.3em;
	text-decoration: none;
}

p, li {
   color: #666666;
}


 #content h1 {
	color: #666666;
        font-family: Verdana;
	font-size: 24px;
	font-weight: normal;
}

#content h2 {
	color: #666666;
        font-family: Verdana;
	font-style: normal;
	font-size: 18px;
	font-weight: normal;
}


/* Kontaktformular: Gleiche Farbe für das Telefonnummern-Feld */
.wpcf7-tel {
    background-color: rgb(250, 250, 250);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid rgb(221, 221, 221);
    color: rgb(136, 136, 136);
    padding: 3px;
}


/* FOOTER..................................................................... */

/* keine Abschlusslinine unter Content */

.hentry {
    border-bottom: 0px;
}