@charset "utf-8";

* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
	
}


html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
    background-image: none;
    margin: 0;
	visibility: hidden;
	overflow-y: visible;
}
@page  { 
    size: auto;
    margin: 15mm 15mm 15mm 15mm;  
} 
h1 
{
 line-height:40px; 
}
h2 {display: inline;}
p {

}
#flowers {
    display: none;
}

#left_pane {
    display: none;
}

#right_pane {
    width: 100%;
    height: auto;
	overflow:visible;
}

.main_menu {
    display: none;
}

#container {
    width: 100%;
	visibility: visible;
	overflow:visible;
	position: relative;
	left: 0;
	transform: translate(0, 0);
}


h3.prki:before {
    content:url(/templates/gesunderkindergarten/images/hl_projektkindergarten_print.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
h3.nwki:before {
    content:url(/templates/gesunderkindergarten/images/hl_netzwerkkindergarten_print.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
h3.gski:before{
    content:url(/templates/gesunderkindergarten/images/hl_guetesiegelkindergarten_print.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.content {
    width: 100%;
    height: auto;
	overflow:visible;
}

.content #content-inner {
    width: 95%;
    height: auto;
	overflow:visible;
}

.header {
    width: 95%;
}

.text {
    width: 95%;
}

.footer {
    display: none;
}

.teammember {
    display: none !important;
}

img {
    max-width: 100%;
    height: auto;
}
#cookie-bar {
    display: none !important;
}
#biene {
    display: none !important;
}

table {
 width:100% !important; 
}
.barrierefreieversion {
	display: none !important;
}


.blogreferentinnen .image { 
	width: 18%;
	margin-right: 2%;
}
.blogreferentinnen .description {
	width: 75%;
}
.blogreferentinnen > .items-row, .download, .download_wi, .blogkooperationspartner .items-row{
	margin: 10px 0;
	page-break-inside:avoid; 
	page-break-after:auto;
}

.blogteam .item {
    padding: 0;
	width: 25%;
}