/*
Theme Name: Twenty Sixteen Child
Description: Childtheme für birgithanke.de
Author: Sigrun Gürschner
Author URI: http://www.sigrun-guerschner.de
Template: twentysixteen
Version: 1.0
Tags:
*/

hr, code { /* Envira-Gallery-BG */
    background-color: #fffffe;
}
 /* Envira-Gallery nur auf Seite id=153 */
article#post-153 table, article#post-153 tr, article#post-153 td {
border-color: rgb(255, 255, 254) !important;
border: none !important;
margin: 0 !important;
padding: 0 !important;
} 

.entry-content h4 {
    font-size: 1rem;
}
blockquote {
	margin-left: 2rem !important;
	border-left: none;
	font-size: 1rem;
	font-weight: lighter;
	font-style: italic !important;
	
}
.site-title {
	font-weight: bold;
}
ul, ol {
    padding: 0 0 0 1rem;
}
ul.start {
	margin-top: -0.8rem;
}


.sidebar {
    margin-left: 80%;
    width: 20%;
}
.widget {
    border-top: 2px dotted #1a1a1a;
}
.widget_search {
    border-top: none;
}
/* Formular */

input::-webkit-input-placeholder {
color: #ccc !important;
}
input:-moz-placeholder { /* Firefox 18- */
color: #ccc !important;  
} 
input::-moz-placeholder {  /* Firefox 19+ */
color: #ccc !important;  
} 
input:-ms-input-placeholder {  
color: #ccc !important;  
}
input, select, textarea {
	font-size: 1rem;
	line-height: 1.5;
}
input[type="submit"] {
	font-family: Inder, "Helvetica Neue", sans-serif;
	margin-top: 2rem !important;
  	margin-left: 3.6rem !important;
  	font-size: 16px;
}
p.recaptchatext {
	font-style:italic;
	font-size: 0.8em;	
}
#recaptchafeld { 
 	float:left;
}
textarea, input[type="text"], input[type="email"] { 
    padding: 3px;
}
textarea { 
    height: 8rem;
}
/* farbige Boxen */
.box-sand {
	margin: 2rem 0;
	padding: 2rem;
	text-align: left;
	background-color: #f8efdf;
	background-color: #faf3e6;
	}



/* Spaltensatz */
.spalten {
   margin-top: 1.8ex;
   -webkit-column-count: 2;
   -webkit-column-gap:3em;
   -webkit-column-width: 270px;
   -webkit-column-rule-style:dotted; column-rule-width:1px; column-rule-color:silver;
   -moz-column-count: 2;
   -moz-column-gap:3em;
   -moz-column-width: 270px;
   -moz-column-rule-style:dotted; column-rule-width:1px; column-rule-color:silver;
   column-count: 2;
   column-gap:3em;
   column-width: 270px;
   column-rule-style:dotted; column-rule-width:1px; column-rule-color:silver;
}
.spalten p {
   margin: 0 0 2.7ex 0;
   font-size: 1.8ex; line-height: 2.7ex;
   text-align: left; hyphens:auto;
   orphans:3; widows: 3;
}
.spalten h2 {
   font-size: 1.8ex; line-height: 2.7ex;
   margin: 2.7ex 0 0 0;
} 
.sidebar {
	display: none;
}
/* Formularcheckboxen 

span.wpcf7-list-item > label {
	display:block;
	margin-bottom: 0.75rem;
    float: left;
    width: 48%;
}
*/


/**
 * 14.3 - >= 910px
 */
@media screen and (min-width: 56.875em) {
.sidebar {
	display: block;
}
}
/**
 * 14.4 - >= 985px
 */
@media screen and (min-width: 61.5625em) {
.wpcf7 form { 
  width: 72%;
  min-width: 500px;
}
}

