/*
 Theme Name:   Feriendorf-19
 Description:  Theme auf Basis twentynineteen zur Darstellung des Feriendorfs
 Author:       Webtimiser
 Author URI:   http://new2.webtimiser.de
 Template:     twentynineteen
 Version:      3.1
 Text Domain:  feriendorf-2019
*/
/* Content */
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header {
  padding: 1em;
}

.site-header.featured-image {
  /* Hide overflow for overflowing featured image */
  overflow: hidden;
  /* Need relative positioning to properly align layers. */
  position: relative;
  /* Add text shadow to text, to increase readability. */
  /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35); */
  /* Set white text color when featured image is set. */
  /* add focus state to social media icons */
  /* Entry header */
  /* Custom Logo Link */
  /* Make sure important elements are above pseudo elements used for effects. */
  /* Set up image filter layer positioning */
  /* Background & Effects */
  /* Shared background settings between pseudo elements. */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* The intensity of each blend mode is controlled via layer opacity. */
  /* Second layer: screen. */
  /* Third layer: multiply. */
  /* When image filters are inactive, a black overlay is added. */
  /* Fourth layer: overlay. */
  /* Fifth layer: readability overlay */
}

.site-header.featured-image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
/*  min-height: 90vh; */
}

.site-header.featured-image .site-branding-container {
  margin-bottom: auto;
}

@media only screen /*and (min-width: 768px) */{ 
  .site-header {
    margin: 0;
    padding: 3rem 0;
  }
  .site-header.featured-image {
	min-height: 60vh; /* Anpassung chillig  vorher 100vh*/
    margin-bottom: 0.5rem;
  }
}
.site-header.featured-image .site-featured-image .post-thumbnail img {
  height: auto;
  left: 50%;
  max-width: 1000%;
  max-height: 50vh;/* Anpassung chillig  vorher min-height: 100%*/
  min-width: 100vw;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  z-index: 1;
  /* When image filters are active, make it grayscale to colorize it blue. */
}
h1 {
  text-align: justify;
  clear: both;
  margin: 1rem;
  font-family:calibri, sans-serif;}
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 1rem;
  font-family:calibri, sans-serif;
  text-align:center;
}
.entry .entry-content iframe {
	margin: 0; 
}
html {
  font-size: 22px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #111;
  font-family:calibri, sans-serif; /* chillig */
/*  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;*/

  font-weight: 400;
  font-size: 1em;
  line-height: 1.1;
  margin: 0;
  text-rendering: optimizeLegibility;
}


@font-face {
    font-family: 'harabarahanditalic';
    src: url('fonts/harabarahand-webfont.eot');
    src: url('fonts/harabarahand-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/harabarahand-webfont.woff') format('woff'),
         url('fonts/harabarahand-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.site-title {
  margin: auto;
  display: inline;
  font-family:'harabarahanditalic';
  font-weight: bold;
  color: #111;
  /* When there is no description set, make sure navigation appears below title. */
}
.copytext {
	font-family:calibri, sans-serif;
	font-size:1.0em;
	line-height: 110%;
	color:#000;
	opacity:1;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1; 
/*    -o-object-fit: cover;*/
    object-fit: fill; 
}

#colophon .site-info {
  margin: calc(1 * 0.3rem) 1rem;
  position: static; /* chillig, before "relative" */
  z-index: 4
}

#content {
	max-width: 1980px; /*1248*/
	width: 90%; /*	funktioniert um auch beim Handy einen Rand zu lassen, löst aber das Skalierungsproblem der Hintergrundbilder nicht*/
	height: auto;
	margin: 0px auto;
	position: static; /*chillig, vorher: absolute */
	/*top: 0px; /* 15 px zumindest für Chrome erforderlich, damit Logo nicht abgeschnitten wird / iphone mit 15px schlecht */
	text-align: justify; /* bisher: center;  chillig, vorher nicht vorhanden */
	left:0;
	right:0;
	z-index: 2;
}
h1:not(.site-title):before,
h2:before {
  background: #767676;
  content: "\020" ; 
 /* display: block;*/
  height: 0px;
  margin: 0rem 0;
  width: 1em;
}

.image-filters-enabled .site-header.featured-image .site-branding-container:after {
  background: rgba(0, 0, 0, 0.5); /* 0.35 */
  mix-blend-mode: overlay;
  opacity: 0.95;
  z-index: 4;
  /* Browsers supporting mix-blend-mode can have a light overlay */
}

@supports (mix-blend-mode: overlay) {
  .image-filters-enabled .site-header.featured-image .site-branding-container:after {
    background: rgba(255, 255, 255, 0.35);
  }
}
/* Blocks */
/* !Block styles */
.entry .entry-content > *,
.entry .entry-summary > * {
  margin: 32px 0;
  max-width: 100%;
  margin-left:auto;
  margin-right:auto;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content,
  .entry .entry-summary {
    max-width: 90%;
    margin: 0 3%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *,
  .entry .entry-summary > * {
  /*  max-width: calc(8 * (100vw / 12) - 28px);*/
  max-width: 100%;
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content > *,
  .entry .entry-summary > * {
/*	max-width: calc(6 * (100vw / 12) - 28px); */
	max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .entry .entry-content,
  .entry .entry-summary {
    margin: 0;
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}

.entry-content p {
	margin: 1em;
}
#region {
 height:auto;
  display: grid; 
  grid-template-columns:  5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5%; 
  grid-auto-flow: rows; 
  z-index: 2
}
#zusammenfassung {
	font-family:calibri, sans-serif;
	font-size:1em;
	color:#000;
	opacity:1;
}	
#erholung{
  grid-column-start:1; 
  grid-column-end:13; 
	padding-top:0.5em;
   line-height:1.0em;
}
#erholung_bilder{
  grid-column-start:13; 
  grid-column-end:21; 
	padding-top:2.5em;
	line-height:1.2em;
}
#erlebnisse_bilder{
  grid-column-start:1; 
  grid-column-end:12; 
	padding-top:2.5em;
	line-height:1.2em;
	width:95%
}
#erlebnisse{
  grid-column-start:13; 
  grid-column-end:21; 
	padding-top:1em;
	line-height:1.2em;
}
#aktiv{
	padding-top:1em;
	grid-column-start:1; 
	grid-column-end:13; 
	line-height:1.2em;
	margin-bottom:0em;
}
#aktiv_bilder{
	grid-column-start:13; 
	grid-column-end:21; 
	padding-top:4em;
	float:right;
	line-height:1.2em;
	margin-bottom:0.8em;
}
#umgebung{
grid-column-start:1; 
grid-column-end:20; 
	padding-top:0em;
	float:right;
	line-height:1.2em;
}
#umgebung_bilder {
grid-column-start:1; 
grid-column-end:20; 
	padding-top:0.5em;
	line-height:1.2em;
}
#kartentext {
grid-column-start:1; 
grid-column-end:21; 
	padding-top:1em;
	line-height:1.2em;
}
#karte {
grid-column-start:2; 
grid-column-end:21;
	line-height:1.2em;
	width:95%;
	height:auto;
}
@media only screen and (max-width: 1200px) {
#region h2 { 
font-size: 1.4em;
margin: 0em;
}
#erholung{
 grid-column-end:12; 
}
#erholung_bilder{
 grid-column-start:12; 
 padding-top:2.5em;
}
#erlebnisse_bilder{
	grid-column-end:11; 
	width:100%;
}
#erlebnisse{
  grid-column-start:12; 
  grid-column-end:20; 
}
#erlebnisse_bilder{
padding-top:3em;	
}	
}
@media only screen and (max-width: 650px) {
	#karte {
grid-column-end:20; 		
	}
#region p {
font-size: 0.9em;
}
#erlebnisse_bilder{
grid-column-end:10; 	
}
#erlebnisse{
  grid-column-start:10; 
  grid-column-end:20; 
}		
#aktiv{
	grid-column-start:1; 
	grid-column-end:12; 
}
#aktiv_bilder{
	padding-top:3em;
	grid-column-start:12; 
	grid-column-end:21; 	
}
}
.flex-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

figure{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
}

.post-icon {
    padding-right: 0;
    padding-left: 0;
    font-weight: bold;
	overflow:hidden;
}
.attachment-thumbnail {
float: left; 
border: 0.2em; 
width: 100%; 
height: auto; 
max-height:15em;
text-align:center}

.youtube-thumbnail {
width: 50%; 
height: auto; 
margin-left: auto;
margin-right: auto;

}
@media only screen and (min-width: 768px)
.entry .entry-content > *.aligncenter, .entry .entry-summary > *.aligncenter, .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.aligncenter, .entry .entry-content > .wp-block-group > .wp-block-group__inner-container > *.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

iframe.youtube-thumbnail {
margin-left: auto;
margin-right: auto;
}
figcaption.einzel {
	margin-left:0.5em;
	margin-right: 0.5em;
}
figcaption.einzel a {
  line-height: 2;	
}
figure.einzel {
  margin-left: 0.5em;
  margin-right: 0.5em;
  height:auto;
  min-height:27em;
  display: inline-block;
  vertical-align: top;
  width: 23%; 
  min-width:20em;
  text-align: justify; /* center */
  overflow:hidden;
  font-size: 0.7em;   /* smaller;  */
  text-indent: 0;
  border: thin silver solid;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.2em;
  box-sizing: content-box;
  line-height: 0.8;
/*   background-color: #ffebe6;*/
}

	.post-icon {
	height:12em;
	margin-top:-2.5em;
	overflow:hidden;
}
@media only screen and (max-width: 1800px) {
   figure.einzel { 
		min-width:20em;
		width:27%;				 
    } }
@media only screen and (max-width: 1350px) {
   figure.einzel { 
   		padding-left: 0;
		padding-right:0;					 
		min-width:20em;
		width:41%;
    } }
@media only screen and (max-width: 960px) {
   figure.einzel { 
		padding-left: 0;
		padding-right:0;
		margin-left: 0.2em;
		margin-right: 0.2em;
		min-width:18em;
		width:40%;
    } }
@media only screen and (max-width: 800px) {
   figure.einzel { 
		padding-left: 0;
		padding-right:0;
		margin-left: 0.1em;
		margin-right: 0.1em;
		min-width:16em;
		width:40%;
    } }
@media only screen and (max-width: 700px) {
   figure.einzel { 
   		padding-left: 0;
		padding-right:0;
		margin-left: 0.1em;
		margin-right: 0.1em;				 
		min-width:10em;
		width:90%;
    } 	
}
figure.reservation {
  margin-left: 0.5em;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: top;
  width: 22%; 
  min-width:20em;
  height: auto;
  text-align: center; 
  overflow:hidden;
  font-size: 0.7em;
  text-indent: 0;
  border: thin silver solid;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.2em;
  box-sizing: content-box;
  line-height: 0.8;
/*   background-color: #ffebe6;*/
}
.post-icon-res {
	height:12em;
	margin-top:-2.5em;
	overflow:hidden;
}
@media only screen and (max-width: 1800px) {
   figure.reservation { 
		min-width:20em;
		width:27%;				 
    } }
@media only screen and (max-width: 1280px) {
   figure.reservation { 
   		padding-left: 0;
		padding-right:0;
		min-width:20em;
		width:41%;
    } }
@media only screen and (max-width: 800px) {
   figure.reservation { 
		padding-left: 0;
		padding-right:0;
		margin-left: 0.1em;
		margin-right: 0.1em;
		min-width:18em;
		width:41%;
    } }
@media only screen and (max-width: 650px) {
   figure.reservation { 
   		padding-left: 0;
		padding-right:0;
		margin-left: 0.2em;
		margin-right: 0.2em;
		min-width:19em;
		width:90%;
    } }
.reservation input[type="date"]	{
color:green;
font-size: 0.9em;
padding-right:0rem;
padding-left:0rem;
}
@media only screen and (max-width: 800px) { 
.reservation input[type="date"]	{			 
font-size: 0.9em;
}
}
.comment {
  font-size: 0.8em;
	margin-top:0;
	padding-top:0; 
	padding-left:0;
	text-align:left;
}
.iconauthor {
  font-size: 0.4em; 
	margin-top:0;
	padding-top:0; 
	padding-left:0;				
	text-align:left;
}
@media only screen and (min-width: 800px) {
.ical {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	font-size: 1.2em;
}
}
.vrc {
	font-size: 1.5em;
}
.calendar-info {
font-size: 0.4em;
color:#111;
}
figure.Grundriss {
  display: inline-block; 
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em;
  width: auto;
  min-width: 12em;
  height: 100%; /* auto;*/
  text-align: center; 
  overflow:hidden;
  font-size: smaller;
text-indent: 0;}
 /* border: thin silver solid;*/
 
ul.Grundriss {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em;
  width: auto; /* 100% */
  min-width: 15em;
  height: 30em; /* auto;*/
  text-align: center; 
  overflow:hidden;
  font-size: smaller;
text-indent: 0;}
 /* border: thin silver solid;*/
 
.aligncenter.Grundriss {
  margin-left: auto;
  margin-right: auto;
} 
 
 .Grundriss img {
	max-width:80%;
	background: white;
}
 
figure.fotoheader {
  margin-left: auto;
  margin-right: auto;
/*  display: inline-block; */
  vertical-align: top;
  width: 70%; 
  min-width: 18em;
  /*max-height: 400px;  28em; */
  text-align: center; 
  overflow:hidden;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em;
  box-sizing: border-box;
}
figure.fotocenter {
  margin-left: auto;
  margin-right: auto;
/*  display: inline-block;  verhindert responsiven Umbruch der Gallerien */
  vertical-align: top;
}
p.fotocenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: top;
}
.Preis td {
		font-size:0.8em;
		table-layout: auto;
/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.priceov td {
		font-size:0.9em;
		table-layout: auto;
		padding:0.05em;
		margin-bottom:0;
		line-height:1;
		border: thin silver solid;
/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.priceov caption {
		padding-top: 0;
		padding-bottom:0;
		text-align:center;
		caption-side: top;
		}
.entry-content td {
	font-family:calibri, sans-serif;
	font-size:0.8em;
	line-height: 1.4em;
	color:#000;
	hyphens: auto;
	margin-block-end: 0.5em;
    margin-block-start: 0.5em;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
}
.chrome td {hyphens: manual;
}
.description section{
  display: inline-block;
  width: 100%;
  margin-left: auto;
  margin-right:auto;
  text-align: left; 
  overflow:hidden;
  padding: 0.1em;
}
p.topic  {
	 text-align: center; 
	 font-size:1.2em;
  	 line-height: 110%;	  					   
}
.appdescript p{
	margin-top: 0.3em;
	margin-bottom:0.3em;
	font-family:calibri, sans-serif;
	font-size:1.0em;
	line-height: 110%;
	color:#000;
}
#Bookingconditions li{
	font-family:calibri, sans-serif; 
	font-size:1.0em;
	line-height: 110%; 
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 3940px) {
	#Bookingconditions li{
	font-size:1.0em;
	width:45%;
}}
@media only screen and (max-width: 1980px) {
	#Bookingconditions li{
	width:50%;
}}
@media only screen and (max-width: 1750px) {
	#Bookingconditions li{
	width:55%;
}}
@media only screen and (max-width: 1500px) {
	#Bookingconditions li{
	width:70%;
}}
@media only screen and (max-width: 1250px) {
	#Bookingconditions li{
	width:80%;
}}
@media only screen and (max-width: 1150px) {
	#Bookingconditions li{
	font-size:0.9em;
	width:90%;
}}
@media only screen and (max-width: 900px) {
	#Bookingconditions li{
	font-size:0.9em;
	width:100%;
}}
.ausstattung table, th, tr, td {
	border-radius: 0.2em;
 	border: thin silver solid; 
}
.ausstattung table {
	min-width: 8em;
	font-size:0.7em;
	table-layout: auto;
	width:90%
}
table.Preis  {
    margin-left: auto;
    margin-right: auto;
	width: 100%;
	max-width: 60em;
	font-size:1.0em;
	}	
.Preis caption {
		padding-top: 0;
		padding-bottom:0;
		}
table.priceov  {
    margin-left: auto;
    margin-right: auto;
	margin-bottom:0;
	width: 80%;
	max-width: 30em;
	font-size:0.9em;
	}
.table50 {
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
.icons td{
	min-width: 3em;
	border: 0px;
}
.icons img {
	vertical-align: middle;
	width: 1.5em;
}
.icons	table	{
    margin-left: auto;
    margin-right: auto;
	margin-bottom:0.5em;
	margin-top:0.5em;
	width: 85%;
	max-width: 30em;
	table-layout: auto;
	}
figure.ausstattung {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  vertical-align: top;
  width: 23%; 
  overflow:hidden;
  box-sizing: content-box;
  line-height: 0.8;
}

@media only screen and (max-width: 767px) {
   figure.ausstattung { 
		min-width:16em;
    }
}
@media only screen and (min-width: 768px) {
   figure.ausstattung { 
		min-width:20em;
    }
}

#sidebar .searchform {
	top:50px;
	width: 20em;
	height:150em;
	display: block;  
	position: absolute; 
	background-color: #006897; /* #e7ebed;  #ffebe6*/
    overflow:visible;
	z-index:100;
}
#sidebar .figure {
	box-sizing: border-box;
}


.searchwidget:hover span[rel=tooltip] {
  padding: 0.1em;
  color: #FFF; 
  border: thin silver solid;
  border-radius: 0.2em;
}
#Belegung {
	margin-left:auto;
	margin-right:auto;
	width: 80%; /* fit-content;  */
}
#Belegung H3 {
	margin-bottom:0;
}
/*
.site-header .search-form {
    position: absolute;
    right: 200px;
    top: 200px;
}
 
.site-header .search-field {
    background-color: transparent;
    background-image: url(images/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
}
 
.site-header .search-field:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px;
}
.search-form
.search-submit { 
display:none;
} */

.post-description {
	line-height: 1;
	font-size: 0.9em; 
	font-weight:normal;
	margin-top:0;
	padding-top:0;
	}
.Details {
	font-size: 1em; 
	line-height: 0.9;
	font-family: calibri, sans-serif; 
	margin:0;
	padding:0;
	text-align:left;
	box-sizing: border-box;
}
details {
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.15s background linear;
}
details[open]  {
  width:95%;
}

details h3:hover,
details h3:focus {
  background: #d4d1ec;
  padding-right:2em;
}
details h3 {
  cursor: pointer;
  font-size:1.5em;
  text-decoration: underline;
  color: #333;
  background: #ccc;
  padding: 1.0em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-radius: 0.4em;
}  
details h4 {
  cursor: pointer;
  font-size:1em;
  text-decoration: underline;
  color: #333;
  background: #eee;
  padding: 0.5em;
  border-radius: 0.3em;
/* left: -5em;
  top: 3.5em;
  right: 0;*/
}  
.marker-det h3 {
	font-family:calibri, sans-serif;
	font-size:2em;
	text-decoration: underline;
	color:333;
	opacity:1;
}
summary {
/*  list-style: none;*/
  padding: 1em;
  padding-left: 0em;
}		 
.highlights td {
	font-size: 1.5em;  
}
.highlights img {
	width: 1.5em;	
}
.imgtip { 
  position: relative;
}

.imgtip span[rel=imgtip] {
  display: none;
}

.imgtip:hover span[rel=imgtip] {
 display: block;  
  position: absolute; 
  top: 2em;  
  left: -5em; 
  width:auto;
  max-width: 50em; 
  min-width:13em;
  padding: 0.1em;
  z-index: 100;
  /*  color: #FFF; */
  background-color: #EEEEEE; /* #e7ebed;  #ffebe6*/
  border: thin silver solid;
  border-radius: 0.2em;
  /* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
@media only screen and (max-width: 1300px) {
.imgtip:hover span[rel=imgtip] {
  left: -7em;
}
}
@media only screen and (max-width: 800px) {
.imgtip:hover span[rel=imgtip] {
  left: -7.5em; 	
}
}
@media only screen and (max-width: 650px) {
.imgtip:hover span[rel=imgtip] {
  left: -9em; 	
}
}
.iconbig img {
width: 6em;
heigth: auto;
}
.tooltip {
  position: relative;
  opacity:1;
  text-align: justify;
  font-size:0.9em;
  line-height:1;
  padding: 0;
}

.tooltip span[rel=tooltip] {
  display: none;
}
.tooltip:hover span[rel=tooltip] {
 display: block;  
  position: absolute;
  top: 0em;  
  left: 0.5em; 
  width:auto;
  max-width: 23em;
  min-width:13em;
  padding: 0.1em;
  z-index: 100;
  color: #FFF; 
  background-color: #006897; /* #e7ebed;  #ffebe6*/
  border: thin silver solid;
  border-radius: 0.2em;
}

.excerpt {
	margin-top: 0em;
	display:block; 
	line-height:1.2;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea, 
.wpcf7 Anrede,
.wpcf7 select[name="Anrede"] {
background:#f0f0f0;
color:#000000;
font-family:arial;
line-height: 1.0;
}
.cf7-smart-grid.has-grid .info-tip {
	margin-bottom: 1.5em !important;
	margin-top: 0;
	font-style: italic;
	font-size: 70%;
}
.wpcf7-form-control-wrap {
	line-height: 1;
};

summary: hover {
	text-decoration: underline;
}