*, *, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	/*outline: 1px solid;*/
	}



.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

html, body, p, a {
    text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
    -moz-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
} 


html, body {
	height: 100%;
}



body {
	background-color: #f1f3f1;
	font-family: 'SabonMTStd-Regular', serif;
	font-weight: normal;
	font-size: 19px;
	line-height: 25px;
	color: #505050;
	letter-spacing: -0.25;
	display: flex;
  	flex-direction: column;
}

p {
	padding-bottom: 26px;
}

a {
	text-decoration: none;
	color: #505050;
	transition: all 0.5s ease;
}

a:hover, .italic {
	font-family: 'SabonMTStd-Italic';
	font-style: normal;
	-moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.bold {
	font-family: 'SabonMTStd-Semibold';
	font-style: normal;
}

.line {
	border-top: 1px solid lightgrey;
	padding-bottom: 13px;
	padding-top: 13px;
}

.small-caps {
	font-variant: all-small-caps;
	letter-spacing: 1px;
}

.half-space-after {
	padding-bottom: 13px;
}

.question, .question-first {
	font-family: 'SabonMTStd-Semibold';
	font-style: normal;
	padding-bottom: 13px;
	padding-top: 13px;
}

.question, .question-first {
	padding-top: 13px;
}

.question-first {
	padding-top: 0px;
}

.container, .border-top, .footer {
	width: 100%;
	max-width: 1024px;
}

.container {
	margin: 0 auto;
	background-color: white;
	bottom: 0px;
	flex: 1 0 auto;
}

.border-top {
	height: 25px;
	position: fixed;
	opacity: 0.9;
	z-index: 5000;
}

.container-inner, .footer {
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
}

.main-side {
	padding-top: 60px;
	max-width: 298px;
	width: 32%;
	position: fixed;
}

.side-quote {
	font-family: 'SabonMTStd-Italic';
	font-style: normal;
	/*font-size: 22px;
	line-height: 28px;*/
	width: 75%;
	padding-top: 95px;
	text-indent: -0.5em;
}

.quote-ref {
	font-family: 'SabonMTStd-Regular', serif;
	font-weight: normal;
	font-size: 19px;
	line-height: 40px;
	font-variant: all-small-caps;
	letter-spacing: 1px;

}

.main-content {
	padding-top: 68px;
	padding-left: 37%;
	padding-bottom: 100px;
	width: 100%;
}

.quote {
	font-family: 'SabonMTStd-Italic';
	font-style: normal;
	font-size: 27px;
	line-height: 36px;
	padding-bottom: 36px;
	text-indent: -0.5em;
}
.termine {
	text-align: right;
	padding-bottom: 64px;
}
.pageimage {
	width: 100%;
	/*max-width: 100%;*/
	padding-bottom: 36px;
}

.nav-icon {
	/*display: none;*/
	position: fixed;
	right: 25px;
	top: 25px;
	z-index: 9000;
	color: white;
}

.left-column, .right-column, .right-column-kontakt, .left-column-kontakt {
	width: 50%;
	float: left;
}

.left-column {
	text-align: right;
	padding-right: 20px;
	border-right: 1px solid lightgrey;
}

.right-column, .right-column-kontakt {
	padding-left: 20px;
}

h1, h4 {
	font-size: 28px;
	font-weight: normal;
}

h1 {
	line-height: 36px;
	padding-bottom: 40px;
}

h4 {
	line-height: 30px;
	padding-bottom: 26px;
}


ul {
	list-style: none;
	overflow: hidden;
	width: auto;
	width: 100%;
}

li {
	display: block;
}

p.ecg-p {
	padding-bottom: 21px;
}
.ecg-logo {
	padding-top: 5px;
	padding-right: -5px;
}

/*colours*/

.cacao {
	background-color: #b5887d;
}
.gold {
	background-color: #bda750;
}
.green {
	background-color: #acb586;
}
.lachs {
	background-color: #e6887e;
}
.lilac {
	background-color: #b7a8b4;
}
.maroon {
	background-color: #8f596c;
}
.mud {
	background-color: #c1af9a;
}
.orange {
	background-color: #f1a64e;
}

a:hover.gold-type-hover, .gold-type-selected {
	color: #bda750;
	font-family: 'SabonMTStd-Italic';
	font-style: normal;
}
a:hover.orange-type-hover, .orange-type-selected {
	color: #f1a64e;
	font-family: 'SabonMTStd-Italic';
	font-style: normal;
}
a:hover.cacao-type-hover, .cacao-type-selected {
	color: #b5887d;
	font-family: 'SabonMTStd-Italic';
	font-style: normal;
}
a:hover.maroon-type-hover, .maroon-type-selected {
	color: #8f596c;
	font-family: 'SabonMTStd-Italic';
	font-style: normal;
}
a:hover.lilac-type-hover, .lilac-type-selected {
	color: #b7a8b4;
	font-family: 'SabonMTStd-Italic';
	font-style: normal;
}
a:hover.green-type-hover, .green-type-selected {
	color: #acb586;
	font-family: 'SabonMTStd-Italic';
	font-style: normal;
}
a:hover.mud-type-hover, .mud-type-selected {
	color: #c1af9a;
	font-family: 'SabonMTStd-Italic';
	font-style: normal;
}



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

	.side-quote {
	display: none;
	}
	.termine {
	padding-bottom: 28px;
	text-align: left;
	}
	.container-inner, .footer {
	padding-left: 18px;
	padding-right: 18px;
	}
	.nav-icon {
	right: 18px;
	}
	.border-top {
	height: 75px;
	position: fixed;
	/*opacity: 1;*/
	z-index: 3000;
	}
	.main-content {
	padding-top: 100px;
	padding-left: 0%;
	}
	.main-side {
	padding-top: 10px;
	padding-right: 36px;
	max-width: 100%;
	width: 100%;
	position: fixed;
	z-index: 7000;
	}
	ul.nav {
		margin-right: 18px;
		background-color: white;
		opacity: 0.9;
	}
	ul.nav li {
		border-top: 1px solid lightgrey;
		padding-top: 5px;
		padding-bottom: 4px;
	}

	ul.nav li:first-child {
		border-top: none;
	}

	h1, h4, .quote {
	font-size: 24px;
	line-height: 28px;
	}
	h1 {
	padding-bottom: 9px;
	}
	h1 a {
	color: white;
	}
	.right-column-kontakt, .left-column-kontakt {
	width: 100%;
	float: none;
	}
	.right-column-kontakt {
	padding-top: 26px;
	padding-left: 0px;
	}
	.left-column, .right-column {
	font-size: 16px;
	line-height: 24px;
	}
	.left-column {
	padding-right: 10px;
	}
	.right-column {
	padding-left: 10px;
	}
}


.footer {
	flex-shrink: 0;
	height: 100px;
  	padding-top: 15px;
	font-size: 12px;
	line-height: 12px;
	background-color: white;
	bottom: 0px;
}

.footer p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


