html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

*{
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    background: url(Lutz_Penzel_Unternehmer-Berater,Unternehmerberater,Unternehmerberatung,Turnaround,Unternehmenserfolg,Spezialisierungs-Strategie.jpg) no-repeat top right fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right top;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

body{
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    width: 100%;
    height: 100%;
    overflow-y:auto;
    color: rgb(38,38,38);
    line-height: 1.5em;
    padding-bottom: 8em;
}

.content-area{

}

footer{
     box-sizing: border-box;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
  	height: 3em;
  	line-height: 3em;
  	vertical-align: middle;
    background: #FFFFFF;
    color: #545353;
    padding-left: 2em;
}



footer a,
footer a:visited,
table a,
table a:visited{
    color: #545353;
    text-decoration: none;
    margin-right: 3em;
    line-height: 3em;
  	vertical-align: middle;
}

div.imprint{
   float: right;
}

.page-wrap {
    box-sizing: border-box;
    position: absolute;
    min-height: 100%;
}

.imprint .page-wrap{
	padding: 2em 2em 0px 2em;
	width: 60%;
	background: rgba(184, 206, 232, 0.7);
}

body.imprint .page-wrap #primary{
	font-size: 0.8em !important;
	line-height: 1.1em;
}

.imprint .backbtn{
	display: inline-block;
	background-color: rgb(0, 104, 152);
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 10px;
	border-radius: 6px;
	margin: 10px 0px;
}


section{
	height: 100%;
	min-height: 100vh;
	 padding: 2em 2em 3em 2em;
	 position: relative;
}

.section1{
	width: 60%;
	background: rgba(184, 206, 232, 0.7);
}

.section2{
	width: 60%;
	background: #FFFFFF;
	padding-bottom: 200px;
}

.section2 p{
	margin-bottom: 0.5em;
}

.content-table{
    width: 100%;
    table-layout: fixed;
    font-size: 1.2em;
}

.content-table tr td{
    vertical-align: top;
    text-align: left;
    padding-bottom: 3em;
}

.content-table tr td:first-child{
    width: 15%;
    padding-right: 3em;
}

.content-table tr:nth-child(2) td:first-child{
    padding-right: 2em !important;
}

.content-table tr td img{
    max-width: 100%;
    height: auto;
}

h1{
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: 2em;
    font-weight: 600;
}

h2{
	color: rgb(0, 104, 152);
	font-size: 1.5em;
}

h3{
	color: rgb(0, 104, 152);
	font-size: 1.2em;
}

h2,
h3,
strong,
b{
    font-weight: 600;
}

i{
	font-style: italic;
}

a,
a:visited{
    text-decoration: underline;
    color: rgb(31,73,125);
}

p{
    margin-bottom: 1em;
}

.blue{
    color: rgb(23,55,94);
}

.white{
    color: rgb(255,255,255);
}

ul{
	list-style-type: square;
	list-style-position: outside;
	padding-left: 1em;
}

.about-footer table{
	width: 100%;
	background: rgba(184, 206, 232, 1);
	table-layout: fixed;
}

.about-footer table td{
	vertical-align: top;
}

.about-footer table tr td:first-child{
	width: 15%;
	background-image: url("Lutr_Penzel_Unternehmer-Berater,Unternehmerberater,Unternehmerberatung,Turnaround,Unternehmenserfolg,Spezialisierungs-Strategie_Potrait.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

}

.about-footer table tr td img{
	max-width: 100%;
	height: auto;
	display: block;
}

.about-footer table tr td:nth-child(2){

	padding: 2em;
	vertical-align: middle;
}

.about-footer table tr td:nth-child(2) p{
	margin-bottom: 0px;
}

.about-wrap2{
	margin-top: 1em;
}

@media (max-width:1500px) {
    footer a, footer a:visited, table a, table a:visited{
		margin-right: 1em;
		white-space: nowrap;
	}
}

@media (max-width:1300px) {
    .section1,
    .section2{
        width: 50%;
        height: auto;

    }

    .section2{
    	padding-bottom: 5em;
    }

    .content-table tr td:first-child{
    	width: 20%;
    }

    .about-footer table tr td:first-child{
		width: 25%;
	}
}


@media (max-width:1050px) {

    .about-footer table tr td:first-child{
		width: 35%;
	}

	section{
		width: 100% !important;
	}

}

@media (max-width:900px) {
	.about-footer table tr td:nth-child(2){
		padding: 1em;
	}

	 .about-footer table tr td:first-child{
	 	width: 20%;
		/* background-size: auto 100%; */
		/* background-position: left 1em; */ 
	}

	footer{
		height: auto;
		line-height: 1em;
		padding-bottom: 1em;
		padding-top: 1em;
	}

    footer a{
        margin-right: 1em;
        line-height: 2em;
    }

    footer .imprint{
    	float: none;
    }

    .section2{
    	padding-bottom: 3em;
    }
}


@media (max-width:767px) {
	.content-table tr td:first-child{
		padding-right: 1em
	}

	.about-footer table tr td:first-child{
		display: none;
	}

	footer a{
		display: block;
	}

	footer .imprint{
		position: relative;
		right: 0;
		left: 0px;
		top: 1em;
	}

	.imprint .page-wrap{
		width: 100%;
		width: 100vw;
		overflow-x: hidden;
	}
}

@media (max-width:400px){
	div.imprint{
		float: none;
	}
}