
@media print
{
    #Wrapper { display: none; }
    .pum{ display: block; }
}


@media only screen and (max-width: 767px) {
.entry-title > a{
line-height: 20px;
font-size:80%;
}
h3{
font-size: 95%;
}
h1{
font-size: 80%;
}
h1>b{
font-size:70%;
}
}

@media only screen and (max-width: 992px) {

h1>b{
font-size:80%;
}
}

.adresse_block2{
float:left;
width:100%;
}

.adresse_block1{
float:left;
width:50%;
}

.adresse_block2{
float:right;
width:30%;
}

.beraterliste{
position:relative;
width: 100%;
border: 1px solid grey;
padding-bottom: 5px; 
margin-bottom:5px;
float:left;
background-color: white;
font-size:100%;

}

.merkmal{
    position: relative;
    display: inline-block;
}

 .merkmal_beschreibung{
display: none;
width: 300px;
background-color: #efefef;
color:black;
text-align:left;
padding:5px;
border-radius: 10px;
border:1px solid #0070b1;

position:absolute;
z-index:1;
}

@media only screen and (max-width: 600px) {

.adresse_block2{
float:left;
width:100%;
}

.beraterbild{
width:50px;
height:67px;
}
.merkmal_pic{
height:24px;
width:24px;
}
.beraterliste{
font-size:70%;
}
}

@media only screen and (max-width: 990px) {
.auswaehlen{
display:none;
}
    h4{
       font-size:  18px;
    }
 p{
  font-size:  12px;
}

}

.post-wrapper-content{
 min-height: 243px;
} 

.opening_hours{
 border: 2px solid #2991d6;
}
.opening_hours > h3{
 text-align: center;
}
.post-title > h2{
height:2em;
font-size: 15pt;
font-weight: bold;
}

.column-blog > .post-excerpt{
 height:3em;
padding-top: 20px;
}
/*.post-excerpt{
height:3em;
}*/

.image_frame{
border: 4px solid #2991d6; 
}



.post-wrapper-content {
		.section_wrapper {
		background-color: #FFFFFF;
	}
}

.section-post-header {
	.section_wrapper{
		margin-top: -30px;
		background-color: #FFFFFF;
	}
}

h4 {
height: 2em;
}

h1 {
height: 2em;
}



#erg input{
	padding:5px;
	border:1px solid #c0c0c0;
	width:270px;	
	border-radius:6px;
	margin-bottom:4px;
	color:#a1a1a1;	
	font-size:13pt;
	position:relative;
	top:5px;
}
#erg input:focus{
	color:#2d2d2d;	
}
.containersuche input{
	padding:5px;
	border:1px solid #c0c0c0;
	width:170px;	
	border-radius:6px;
	margin-bottom:4px;
	color:#a1a1a1;	
	font-size:13pt;
	text-align:center;
	position:relative;
	top:0px;
}
.containersuche input:focus{
	color:#2d2d2d;	
}
.ergebnisse{
	display:none;
	width:970px;
	background-color:#f8f8f8;	
	padding:12px;
	border:1px solid #6e6e6e;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.ergebnisse table tr.mark td.header{
	height:30px;
}
.ergebnisse table td.header{
	background-color:#333;
	color:#fff;
}
.ergebnisse table tr.mark td{
	background-color:#494949;
	color:#fff;
}
.ergebnisse table tr.mark td a{
	color:#fff;
}
.ergebnisse table td{
	background-color:#f2f2f2;
	padding:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor:pointer;
}
.ergebnisse h2{
	font-size:12pt;	
}
.closebutton{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position:absolute;
	width:30px;
	height:30px;
	background-color:#F8F8F8;
	text-align:center;
	padding:1px;
	padding-top:8px;
	padding-left:3px;
	padding-right:3px;	
	left:950px;
	top:-15px;
	cursor:pointer;
	border:1px solid #CCC;
	font-weight:bold;
}
.suchinfo{
	background-color:#F30;
	color:#fff;
	padding:2px;
}
div.three p.info{
	margin-top:20px;	
}

.content_vorschau{
	background-color:#fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:20px; 
	-moz-box-shadow:    2px 2px 4px 1px rgba(68,68,68,0.1);;
	-webkit-box-shadow: 2px 2px 4px 1px rgba(68,68,68,0.1);;
	box-shadow:         2px 2px 4px 1px rgba(68,68,68,0.1);;
	
	margin-left:30px;
	width:440px;
	height:260px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}
.content_vorschau h1.ueber{
	font-size:12pt;
	margin-bottom:10px;
	padding:6px;
	background-color:#32650d;
	color:#fff;
	display:block;
	float:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.content_vorschau_first{
	margin-left:0px;
}

table.blaettern td:hover{
	background-color:#3a3a3a;
}
table.blaettern td:hover a{
	color:#fff;
}
table.blaettern td{
	padding:2px;
	text-align:center;
	background-color:#f8f8f8;
	cursor:pointer;
}
table.blaettern td.selected{
	background-color:#3a3a3a;
}
table.blaettern td.selected a{
	color:#fff;	
}
table.blaettern td a{
	text-decoration:none;
}
table.blaettern{
	margin-bottom:10px;	
}
.menulist:hover{
	background-color:#0083C5;
}
.menulist:hover a{
	color:#fff;
}
.menulist{
	background-color:#f1f1f1;
	background-color:#ffffff;
	margin-left:10px;
	padding:10px;
	margin-bottom:20px;
	float:left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align:center;
	width:295px;
}
.menulist a{
	text-decoration:none;
	font-weight:bold;
}
/* INNUNGSTABELLE */
table.innungen{
	border:1px solid #d8d8d8;
}
table.innungen td{
	padding:3px;
}
.even{
	background-color:#f0f0f0;
}
.odd{
	background-color:#ececec;
}
table.innungen td.innung{
	border-bottom:1px solid #d8d8d8;
	display:none;
	font-weight:bold;
}
table.innungen td.liv{
	font-weight:bold;
	min-height:100px;
	border-bottom:1px solid #d8d8d8;
	padding-top:6px;
}
table.innungen td div.button:hover{
	background-color:#fff;
}
table.innungen td div.button a{
	text-decoration:none;
	color:#333;
}
table.innungen td div.button{
	cursor:pointer;
	border:1px solid #e4e4e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:3px;
	text-align:center;
	width:100px;
}
.adresse{
	left:150px;
	width:700px;
	min-height:	150px;
	background-color:#f8f8f8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:20px;
	z-index:2500;
}

.tg-table-blue { border-collapse: collapse; border-spacing: 0; }
.tg-table-blue td, .tg-table-blue th { background-color: #F7FDFA; border: 1px #999 solid; color: #444; font-family: sans-serif; font-size: 100%; padding: 10px; vertical-align: top; }
.tg-table-blue .tg-even td  { background-color: #D2E4FC; }
.tg-table-blue th  { background-color: #26ADE4; color: #FFF; font-size: 110%; font-weight: bold; }
.tg-table-blue tr:hover td, .tg-table-blue tr.even:hover td  { color: #333; background-color: #FFCC00; }
.tg-bf { font-weight: bold; } .tg-it { font-style: italic; }
.tg-left { text-align: left; } .tg-right { text-align: right; } .tg-center { text-align: center; }

#mfn-dnmc-bg-css {
   background-position: fixed;
}

.searchsf, .searchstreetf{
    padding: 10px;
    outline: none;
    margin: 0;
    width: 230px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
}

