/*
Theme Name: kunterbunt
Theme URI: spielgruppe-kunterbunt.ch
Description: A child theme of 2012 default WordPress theme.
Author: Mauro Donati
Author url: http://donnicola.ch
Version: 1.0
Tags: black, blue, white, fixed-width, custom-header, theme-options
Template: twentytwelve
*/
@import url('../twentytwelve/style.css');



.site-description {
    display: none;
}
.entry-header .entry-title {
    display: none;
}
#imageData #imageDetails #controls {
    display: none;
    margin: 0;
    white-space: nowrap;
}




body {
    background-color: #e6e6e6;
    background-image: url("images/hintergrund_040.jpg");
    background-repeat: repeat;
}
body {
    color: #161616;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1rem;
    text-rendering: optimizelegibility;
}

body .site {
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    margin-bottom: 3.42857rem;
    margin-top: 1.429rem;
    padding: 0 0.9rem 0 0.1rem;
}
body .site {
    box-shadow: none;
}/*
.site {
    margin: 0 auto;
    max-width: 71.5rem;
    overflow: hidden;
}*/
.site {
    margin: 0 auto;
    max-width: 66.5rem;
    overflow: hidden;
	background: url("images/hintergrund_gruen.png") repeat scroll 0 0 rgba(0, 0, 0, 0)
}
a {
    color: #99101d;
    outline: medium none !important;
    text-decoration: none;
}
a:hover {
	color: #99101d;
    text-decoration: underline;
}
#content a {
    color: #99101d;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}
.site-header h1 {
    text-align: center;
}
.site-header h1 a {
    background: url("images/logo_kunterbunt_neuer.svg") no-repeat scroll 0 0;
    height: 51px;
    margin-top: 0rem;
    text-indent: -99999px;
    width: 250px;
	margin-left: 0.5rem;
}

li {
    font-family: "Finger Paint",arial,sans-serif;
    font-weight: 400;
}


.main-navigation {
    background-image: none;
    background-position: left bottom;
    background-repeat: repeat-x;
    margin-top: 1.71429rem;
    padding: 0rem 0 0rem 0rem;
    text-align: center;
}
.main-navigation a {
    color: #b55c30 !important;
}

.main-navigation li {
    margin: 0 1.1rem;
    position: relative;
}
.main-navigation li a {
    border-bottom: 0 none;
    color: #6a6a6a;
    font-size: 1rem;
    line-height: 2;
    margin-right: 0;
    text-transform: none;
    white-space: nowrap;
}
.main-navigation li a:hover, .main-navigation li a:focus {
    color: #99101d !important;
	font-weight: 400;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color: #99101d !important;
    font-weight: 400;
}
.entry-content h1, .comment-content h1 {
    color: #06676e;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 0.1rem 0rem;
}
.site-content article {
    -moz-hyphens: auto;
    border-bottom: medium none;
    margin-bottom: 0.143rem;
    padding-bottom: 0.714rem;
    word-wrap: break-word;
}


.entry-content {
    float: left;
    line-height: 1.71429;
    margin: 0 0rem 0 1rem;
    width: 97%;
}
/*Bilder volle Breite*/
.page-id-14 .entry-content {
    float: left;
    line-height: 1.71429;
    margin: 0 0rem 0 2rem;
    width: 99%;
}
img.size-full, img.size-large, img.header-image, img.wp-post-image {
    float: right;
    height: auto;
    margin: 0 1rem 0 0rem;
    max-width: 100%;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: 0;
    box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.2);
}
.entry-content img.size-full {
    float: none;
    height: auto;
    margin: 0 1rem -1rem 0rem;
    max-width: 100%;
}

.entry-header img.wp-post-image {
    display: none;
    margin-bottom: 1.71429rem;
    margin-top: 0.35rem;
}
/*Farbtupfer anstelle von Bilder ohne shadow*/
.page-id-8 img.wp-post-image, .page-id-12 img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
}
/*Formular*/

button, input, select, textarea {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #cd6634;
    border-radius: 0;
    font-family: inherit;
    line-height: 1.2;
    margin: 0;
    padding: 0.4rem;
    width: 90%;
}
textarea {
    height: 5rem;
}
div.wpcf7 {
    margin: 2rem 0 0 0rem;
    padding: 0;
}
.page-id-10 .entry-content p {
    line-height: 1.71429;
    margin: 0 0 0.714rem;
}
.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"], .bypostauthor cite span {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border: 2px dotted #cd6634;
    border-radius: 5px;
    box-shadow: none;
    color: #000;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.08rem;
    line-height: 1.42857;
    padding: 0.428571rem 0.714286rem;
    text-transform: uppercase;
    width: 6rem;
	font-family: "Laila",arial,sans-serif;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #99101d;
	background-image: none;
	background: transparent;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #99101d;
	background-image: none;
	box-shadow: none;
	background: transparent;
	border: 2px dotted #cd6634;
}
/*other style in anmeldung*/
.page-id-10.menu-toggle, .page-id-10 input[type="submit"], .page-id-10 input[type="button"], .page-id-10 input[type="reset"], .page-id-10 article.post-password-required input[type="submit"], .page-id-10.bypostauthor cite span {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border: 1px solid #cd6634;
    border-radius: 5px;
    box-shadow: none;
    color: #000;
    font-family: "Laila",arial,sans-serif;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.42857;
    padding: 0.428571rem 0.714286rem;
    text-transform: none;
    width: 6rem;
}
.page-id-10.menu-toggle:hover,
.page-id-10.menu-toggle:focus,
.page-id-10 button:hover,
.page-id-10 input[type="submit"]:hover,
.page-id-10 input[type="button"]:hover,
.page-id-10 input[type="reset"]:hover,
.page-id-10 article.post-password-required input[type=submit]:hover {
	color: #99101d;
	background-image: none;
	background: transparent;
}




footer[role="contentinfo"] {
    border-top: 2px solid #b55c30;
    clear: both;
    font-family: laila,arial,sans-serif;
    font-size: 0.55rem;
    line-height: 2;
    margin: 1.714rem 0 1rem 0rem;
    max-width: 71.5rem;
    padding: 0;
}
footer[role="contentinfo"] a {
    color: #000;
    text-decoration: none;
	letter-spacing: 0rem;
}
footer[role="contentinfo"] a:hover {
    color: #99101d;
}
#footer_kunterbunt {
    padding: 0 0.4rem 0 0.6rem;
}
#inhaltstrenner {
    float: left;
    line-height: 1.2rem;
    margin: 0 0.1rem;
}

footer p {
	float: left;
	letter-spacing: 0rem;
}

footer p strong {
    letter-spacing: 0.08rem;
}
.site-content {
    float: left;
    width: 100%;
}
embed, iframe, object, video {
    max-width: 95%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#inhaltstrenner {
    float: left;
    line-height: 1.6rem;
    margin: 0 0.1rem;
}
.main-navigation li {
    margin: 0 1.2rem;
    position: relative;
}
footer p strong {
    letter-spacing: 0.05rem;
}
footer p {
    float: left;
    letter-spacing: 0.02rem;
}
footer[role="contentinfo"] {
    border-top: 2px solid #b55c30;
    clear: both;
    font-family: laila,arial,sans-serif;
    font-size: 0.7rem;
    line-height: 2;
    margin: 1.714rem 0 1rem 0rem;
    max-width: 71.5rem;
    padding: 0;
}
}

@media only screen and (min-width: 600px) {
	.site-header h1 a {
    background: rgba(0, 0, 0, 0) url("images/logo_kunterbunt_neuer.svg") no-repeat scroll 0 0;
    height: 70px;
    margin-left: 0;
    margin-top: 0.5rem;
    text-indent: -99999px;
    width: 340px;
}
.main-navigation {
    background-image: url("images/navipunkt.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    margin-top: 1.71429rem;
    padding: 0rem 0 1rem 0rem;
    text-align: center;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: medium none;
    border-top: medium none;
    display: inline-block !important;
    text-align: center;
    width: 100%;
}
#inhaltstrenner {
    float: left;
    line-height: 1.2rem;
    margin: 0 0.2rem;
}
}
@media only screen and (min-width: 764px) {

.main-navigation li {
    margin: 0 1.6rem;
    position: relative;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    display: block;
}

body .site {
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    margin-bottom: 3.42857rem;
    margin-top: 1.429rem;
    padding: 0 2.85714rem;
}
.site {
    background: url("images/hintergrund_gruen.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 auto;
    max-width: 88%;
    overflow: hidden;
}
body {
    color: #161616;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1rem;
    text-rendering: optimizelegibility;
}
/*
.site-header h1 a {
    background: url("images/logo_kunterbunt_neuer.svg") no-repeat scroll 0 0 / 415px 70px transparent;
    height: 70px;
    margin-top: 0.5rem;
    text-indent: -99999px;
    width: 415px;
	margin-left: 0;
}
*/
.site-header h1 a {
    background: url("images/logo_kunterbunt_neuer.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 86px;
    margin-left: 0px;
    margin-top: 0.5rem;
    position: relative;
    text-indent: -99999px;
    width: 419px;
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
.site-header h1 a {
    height: 86px;
    margin-top: 0.5rem;
    position: relative;
    text-indent: -99999px;
    width: 419px;
}
}
.entry-header img.wp-post-image {
    margin-bottom: 1.71429rem;
    margin-top: 0.35rem;
	display: block;
}
.site-content {
    float: left;
    width: 65%;
}
.entry-content {
    float: left;
    line-height: 1.71429;
    margin: 0 0rem 0 2rem;
    width: 57%;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
 /*   border-bottom: 6px dotted #b55c30;*/
 	border-bottom: none;
    border-top: medium none;
    display: inline-block !important;
    padding: 0;
    text-align: center;
    width: 100%;
	color: #cd6634;
	font-weight: 600;
}
.main-navigation {
    background-image: url("images/navipunkt.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    margin-top: 1.71429rem;
    padding: 0rem 0 0rem 0rem;
    text-align: center;
}
.main-navigation li a {
    border-bottom: 0 none;
    color: #6a6a6a;
    font-size: 1rem;
    line-height: 3.692;
    margin-right: 0.1rem;
    text-transform: none;
    white-space: nowrap;
}
button, input, select, textarea {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #cd6634;
    border-radius: 0;
    font-family: inherit;
    line-height: 1.2;
    margin: 0;
    padding: 0.4rem;
    width: 22rem;
}
embed, iframe, object, video {
    max-width: 100%;
}
footer[role="contentinfo"] {
    border-top: 2px solid #b55c30;
    clear: both;
    font-family: laila,arial,sans-serif;
    font-size: 0.6rem;
    line-height: 2;
    margin: 1.714rem 0rem 1rem;
    max-width: 71.5rem;
    padding: 0;
}
#footer_kunterbunt {
    padding: 0 0.4rem 0 1.6rem;
}
}

@media only screen and (min-width: 1000px) {
body {
    color: #161616;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.2rem;
    text-rendering: optimizelegibility;
}
.main-navigation li a {
    border-bottom: 0 none;
    color: #6a6a6a;
    font-size: 1.3rem;
    line-height: 2.692;
    margin-right: 1.6rem;
    text-transform: none;
    white-space: nowrap;
}
.site {
    margin: 0 auto;
    max-width: 66.5rem;
    overflow: hidden;
	background: url("images/hintergrund_gruen.png") repeat scroll 0 0 rgba(0, 0, 0, 0)
}
footer[role="contentinfo"] {
    border-top: 2px solid #b55c30;
    clear: both;
    font-family: laila,arial,sans-serif;
    font-size: 0.83rem;
    line-height: 2;
    margin: 1.714rem 0 1rem 0rem;
    max-width: 71.5rem;
    padding: 0;
}
#inhaltstrenner {
    float: left;
    line-height: 1.7rem;
    margin: 0 0.5rem;
}
#footer_kunterbunt {
    padding: 0 0.4rem 0 1.8rem;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#inhaltstrenner {
    float: left;
    line-height: 1.9rem;
    margin: 0 0.2rem;
}

}
}


/*Neues Formular*/
#FSContact3 {
	font-family: laila,arial,sans-serif;
}
#FSContact3 #s1 {
    color: #06676e;
    font-family: laila,arial,sans-serif;
    font-weight: bold;
}

/*Page Gartenfestival*/
.page-id-257 .entry-content img {
    border-radius: 0;
    box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.2);
    margin: 0.4rem 0 0 0rem;
}
hr {
    background-color: #b55c30;
    border: 0 none;
    height: 1px;
    margin: 0;
}