/*! style.css */


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;}

audio,canvas,video {
    display: inline-block;}

audio:not([controls]) {
    display: none;height: 0;}

[hidden],template {
	display: none;}

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */}

body {
    margin: 0;}

a {
    background: transparent;}

a:focus {
	outline:none;
    }

a:active, a:hover {
    outline: 0;}

h1 {
    font-size: 2em;
    margin: 0.67em 0;}

abbr[title] {
    border-bottom: 1px dotted;}

b, strong {
    font-weight: bold;}

dfn {
    font-style: italic;}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;}

mark {
    background: #ff0;
    color: #000;}

code,kbd,pre,samp {
    font-family: monospace, serif;
    font-size: 1em;}

pre {
    white-space: pre-wrap;}


q {
    quotes: "\201C" "\201D" "\2018" "\2019";}


small {
    font-size: 80%;}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;}

sup {
    top: -0.5em;}

sub {
    bottom: -0.25em;}

img {
    border: 0;}

svg:not(:root) {
    overflow: hidden;}

figure {
    margin: 0;}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */}

button,input,select,textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */}

button,input {
    line-height: normal;}

button,select {
    text-transform: none;}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0; padding: 0;}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */}

table {
    border-collapse: collapse;
    border-spacing: 0;}




/*! mixins*/

.clearfix{zoom:1}
.clearfix:before,.clearfix:after{content:"";display:table}
.clearfix:after{clear:both}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.image-replacement{text-indent:100%;white-space:nowrap;overflow:hidden}

.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}




/*! -------------------------------
-----------------------------------
-----------------------------------  normaler bildschirm*/


/*! generell*/


html, body {
	height:100%;
	}



body {
	font-family: Georgia, Garamond, Times New Roman, serif;
	text-rendering:optimizelegibility;
	}

.wrap {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	}

#container {
	margin-top:0px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
	}
	
	
/*! header*/

#header {
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding: 0;
	}

#inner-header {
	margin-top: 0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding-top:5px;
	height:100px;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	background:rgba(250,250,250,0.92);
	z-index:2000;
	position:fixed;
	width:100%;
	}
	
	
/*! slider willkommen*/

.willkommen {
	max-width:180px;
	bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:10;
	position:relative;
	}



/*! content*/

#content {
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding: 0;
	position:relative;
	width:100%;
	}

#inner-content {
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding: 0;
	position:relative;
	width:100%;
	}


#start {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	width:100%;
	height: 100%;
	background:rgba(255,255,255,1);
	}


#innen-links {
	margin-left:0px;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	position:relative;
	width:50%;
	height: 100%;
	float: left;
	background-image: url(../img/kleble/Kleblealm.jpg);
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	}

#innen-rechts {
	margin-left: 0.5%;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	position:relative;
	width:49.5%;
	height: 100%;
	float: left;
	background-image: url(../img/images/1.jpg);
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	}


#shadow-oben {
	top: 0px;
	left:0px;
	height:40px;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	background:rgba(250,250,250,1);
	z-index:2000;
	position:fixed;
	width:100%;
	}


#shadow-unten {
	left:0px;
	bottom:0px;
	height:40px;
	-webkit-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	background:rgba(250,250,250,1);
	z-index:2000;
	position:fixed;
	width:100%;
	}

.startlogo {
	margin-top: 70px;
    padding: 0;
	width:100%;
	display: flex;
  	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
    -webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	}

.startlogo-central {
	max-width:250px;
	margin-top:20px;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	}




#welcome-shadow {
	margin-top: 0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding-top:100px;
	-webkit-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	background:rgba(255,255,255,1);
	z-index:1900;
	position:relative;
	width:100%;
	}


#welcome-content {
	margin-top:0px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	}



#appartement-shadow {
	background-color: fff;
	margin-top: 0px;
	margin-bottom:60px;
	margin-left:0;
	margin-right:0;
	padding-top:100px;
	-webkit-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	background:rgba(252,252,252,1);
	z-index:1950;
	position:relative;
	width:100%;
	}


#appartement-content {
	margin-top:0px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	}


#preise-shadow {
	background-color: fff;
	margin-top: 0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding-top:100px;
	-webkit-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	background:rgba(248,248,248,1);
	z-index:1950;
	position:relative;
	width:100%;
	}


#preise-content {
	margin-top:0px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	}



#anfrage-shadow {
	background-color: fff;
	margin-top: 0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding-top:100px;
	padding-bottom:60px;
	-webkit-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	background:rgba(244,244,244,1);
	z-index:1950;
	position:relative;
	width:100%;
	}


#anfrage-content {
	margin-top:0px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	}
	

#kontakt-shadow {
	background-color: fff;
	margin-top: 0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding-top:100px;
	padding-bottom:60px;
	-webkit-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	background:rgba(240,240,240,1);
	z-index:1950;
	position:relative;
	width:100%;
	}


#kontakt-content {
	margin-top:0px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	}
	



	

/*! text, menu und links*/
	

.zentriert {
	margin: 5px;
	align:center;
	float: left;
	}





.mittig {
	font-family: Georgia, Garamond, Times New Roman, serif;
	text-rendering:optimizelegibility;
	text-decoration:none;
	color:#444;
	font-size:1.2em;
	line-height:1.5em;
	font-weight:500;
	margin:0px;
	padding-left:70px;
	padding-right:70px;
	text-align:center;
	}	
	
	
.links {
	font-family: Georgia, Garamond, Times New Roman, serif;
	text-rendering:optimizelegibility;
	text-decoration:none;
	color:#444;
	font-size:1em;
	line-height:1.5em;
	font-weight:500;
	margin-top: 10px;
	margin-left: 5px;
	padding:0;
	padding-right:20px;
	text-align:left;
	}	
	
	
menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
	width:100%;
	display: flex;
  	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
    -webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	}



li {
	padding:10px;
	display:inline;
}


.logo-central {
	max-width:220px;
	margin-top:0px;
	margin-bottom:0;
	margin-left:20px;
	margin-right:20px;
	padding:0;
	}


	
#menu_underline
	{
	background: #734b2b;
	margin: 5px 0 0 0;
	width: 100%;
	height: 2px;
    padding:0;
	}



.blau,.blau:visited {
	font-size:1.15em;
	line-height:1.5em;
	color:#0d3082;
	text-decoration:none;
	}
	
.blau:hover, 
.blau:visited:hover {
	text-decoration:underline;
	opacity:1;
	}


.grau,.grau:visited {
	text-decoration:none;
	}
	
.grau:hover, 
.grau:visited:hover {
	text-decoration:underline;
	}
	



/*! Ueberschriften*/

	
h1,.h1 {
	font-family: Georgia, Garamond, Times New Roman, serif;
	text-rendering:optimizelegibility;
	text-decoration:none;
	color:#444;
	font-size:2.2em;
	line-height:1.2em;
	font-weight:500;
	margin-bottom:20px;
	padding:0;
	text-align:center;
	}

h2,.h2 {
	font-family: Georgia, Garamond, Times New Roman, serif;
	text-rendering:optimizelegibility;
	text-decoration:none;
	color:#444;
	font-size:2em;
	line-height:1.5em;
	font-weight:500;
	padding:0;
	text-align:center;
	}


h3,.h3 {
	font-family: Georgia, Garamond, Times New Roman, serif;
	text-rendering:optimizelegibility;
	text-decoration:none;
	color:#444;
	font-size:1.5em;
	line-height:1.5em;
	font-weight:500;
	padding:0;
	text-align:center;
	}
	

	
h4,.h4 {
	font-family: Georgia, Garamond, Times New Roman, serif;
	text-rendering:optimizelegibility;
	text-decoration:none;
	color:#444;
	font-size:1.5em;
	line-height:1.3em;
	font-weight:900;
	padding:0;
	text-align:left;
	margin-top: 10px;
	margin-bottom:5px;
	}


h5,.h5 {
	font-family: Georgia, Garamond, Times New Roman, serif;
	text-rendering:optimizelegibility;
	text-decoration:none;
	color:#444;
	font-size:1.2em;
	line-height:1.2em;
	font-weight:900;
	padding:0;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	


	
	
/*! spalten*/
	
	
#spaltenbox {
	width:100%;
	height:100%;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	position:relative;
	align-content: center;
	}


.spalte_1 {
	width:47%;
	height:auto;
	margin-top:25px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	padding:15px;
	float:left;
	position:relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	background: #fff;
	}

.spalte_z {
	width:47%;
	height:auto;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding:15px;
	position:relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	background: #fff;
	}

.spalte_maps {
	width:65%;
	height:450px;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding:15px;
	position:relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	background: #fff;
	}




/*! Akkordeon*/


button.accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.2s;
	border: solid 0px;
	border-color: #fff; 
	height:auto;
	background: #fff;
	margin:0px;
	}

button.accordion.active, button.accordion:hover {
    background-color: #fff;
}

div.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	width: 100%;
}

div.panel.show {
    opacity: 1;
    max-height: 1000px;  
}





/*! image*/


.bild-zentriert {
	align-content:center;
	}

.bild-klein {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	}


.soelden-logo {
	max-width:120px;
	margin-top:20px;
	margin-bottom:120px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	position:relative;
	}

.balken {
	width: 100%;
	max-width:1260px;
	margin-top:60px;
	margin-bottom:60px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	position:relative;
	}
	
	


	
	

/*! footer*/



footer {
	clear: both;
	background-color: fff;
	margin-top: 0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding-top:100px;
	padding-bottom:60px;
	-webkit-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	background:rgba(240,240,240,1);
	z-index:1950;
	position:relative;
	width:100%;
	}


#footer-content {
	margin-top:0px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	width:60%;
	}

.footer-text {
	font-family: Georgia, Garamond, Times New Roman, serif;
	text-rendering:optimizelegibility;
	font-size: 0.85em;
	line-height: 1.1em;
	text-align: center;
	color: rgba(120,120,120,1.00);
	
}
	



/*! -----------------------------------------------------------------------------------------------------------
tablet _481up*/


@media only screen and (max-width:900px){

	
	
#shadow-unten {
	left:0px;
	bottom:0px;
	height:60px;
	-webkit-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	background:rgba(250,250,250,1);
	z-index:2000;
	position:fixed;
	width:100%;
	}
	


.startlogo-central {
	max-width:180px;
	margin-top:20px;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	}
	
.logo-central {
	max-width:200px;
	margin-top:0px;
	margin-bottom:0;
	margin-left:20px;
	margin-right:20px;
	padding:0;
	}
	
	
	
#welcome-content {
	width:90%;
	}
	
	
#appartement-content {
	width:96%;
	}
	
	
	
	
.mittig {
	margin: 0;
	padding-left:15px;
	padding-right:15px;
	}	
	

.unsichtbar-k {
		visibility: hidden;
	}

	
/*! links*/
	

	
.blau,.blau:visited {
	font-size:1em;
	line-height:1.1em;
	}





/*! abstaende*/
	
.spalte_1 {
	width:47%;
	margin-left:6px;
	margin-right:6px;
	padding:8px;
	}
	
.spalte_z {
	width:70%;
	padding: 8px;
	}

.spalte_maps {
	width:90%;
	height: 350px;
	padding: 8px;
	}


	
	
	
/*! image*/


	
	
	


}



/*! -----------------------------------------------------------------------------------------------------------------------------
-------------------------------------
-------------------------------------
phone */


@media only screen and (max-width:580px){

	
	
	
#innen-links {
	margin-left:0px;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	position:relative;
	width:100%;
	height: 45%;
	background-image: url(../img/kleble/Kleblealm.jpg);
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	}

#innen-rechts {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1%;
	margin-bottom: 0;
	padding: 0;
	position:relative;
	width:100%;
	height: 54%;
	background-image: url(../img/images/1.jpg);
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	}


#shadow-oben {
	top: 0px;
	left:0px;
	height:10px;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	background:rgba(250,250,250,0.5);
	z-index:2000;
	position:fixed;
	width:100%;
	}


#shadow-unten {
	left:0px;
	bottom:0px;
	height:80px;
	-webkit-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.4);
	background:rgba(250,250,250,0.5);
	z-index:2000;
	position:fixed;
	width:100%;
	}

.startlogo {
	margin-top: 20px;
    padding: 0;
	width:100%;
	display: flex;
  	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
    -webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	}
	
	
.startlogo-central {
	max-width:180px;
	margin-top:0px;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	}
	
.logo-central {
	max-width:200px;
	}
	
#anfrage-content {
	margin-top:0px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	width:96%;
	}	
	
#kontakt-content {
	margin-top:0px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	width:96%;
	}

	
.spalte_1 {
	width:96%;
	margin: 8px;
	padding:8px;
	}
	
.spalte_z {
	width:96%;
	padding: 8px;
	}

.spalte_maps {
	width:96%;
	height: 350px;
	padding: 8px;
	}	

	

.mittig {
	margin: 0;
	padding-left:8px;
	padding-right:8px;
	}		
	

/*! links*/

	
	


/*! Ueberschriften*/

h1,.h1 {
	font-size:1.5em;
	line-height:1.2em;
	}

h2,.h2 {
	font-size:1.2em;
	line-height:1.5em;
	}


h3,.h3 {
	font-size:1em;
	line-height:1.5em;
	}
	

	
h4,.h4 {
	font-size:1.2em;
	line-height:1.3em;
	}


h5,.h5 {
	font-size:1em;
	line-height:1.2em;
	}
	



	
/*! spalten*/
	




/*! image*/

	

/*! footer*/

.footer{
	clear:both;
	}
	
#footer-content {
	width:90%;
	}

	


}




/*! _1030up*/

@media only screen and (min-width:1030px){

.onecol{width:5.801104972%}
.twocol{width:14.364640883%}
.threecol{width:22.928176794%}
.fourcol{width:31.491712705%}
.fivecol{width:40.055248616%}
.sixcol{width:48.618784527%}
.sevencol{width:57.182320438000005%}
.eightcol{width:65.74585634900001%}
.ninecol{width:74.30939226%}
.tencol{width:82.87292817100001%}
.elevencol{width:91.436464082%}
.twelvecol{width:99.999999993%}

.onecol,.twocol,.threecol,.fourcol,.fivecol,.sixcol,.sevencol,.eightcol,.ninecol,.tencol,.elevencol,.twelvecol{position:relative;float:left;margin-left:2.762430939%}

.first{margin-left:0px}
.last{float:right}	
	
}


/*! _1240up*/

/*! _print*/


@media print{

*{background:transparent !important;color:black !important;text-shadow:none !important;filter:none !important;-ms-filter:none !important}
a,a:visited{color:#444!important;text-decoration:underline}
a:after,a:visited:after{content:" (" attr(href) ")"}
a abbr[title]:after,a:visited abbr[title]:after{content:" (" attr(title) ")"}
.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}
pre,blockquote{border:1px solid #999;page-break-inside:avoid}
thead{display:table-header-group}tr,img{page-break-inside:avoid}
img{max-width:100%!important}
@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}
h2,h3{page-break-after:avoid}
.sidebar,.page-navigation,.wp-prev-next,.respond-form,nav{display:none}
}