.color {
}
.bg-color {
	background-color: #b87c40;
	color: white;
	    background-image: linear-gradient(to bottom, #cc9966 0%, #b87c40 100%);
}
.bg-color-2 {
	background-color: #88827f;
	color: white;
}

.bg-color-3 {
	    background-color: rgba(0,0,0,0.7);
	color: #fff;
}
.bg-color-3 a {
	color: #fff;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border: 0;
	float:left;
}
h1 {
	font-size: 2em;
	line-height: 1.1em;
	margin: 10px 0;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	line-height: 1.6em;
	margin: 5px 0;
}
h3 {
	font-size: 1.25em;
	line-height: 1.35em;
	margin: 3px 0;
		font-weight: normal;
}

h3.fullwidth {
	flex: 100%;
}

a {
	color: black;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

.small {
	font-size: .75em;
}
.big {
	font-size: 1.25em;
}

section.big {
	font-size: 1em;
	padding: 30px 4%;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	position: relative;
	list-style-type: none;
	margin-top: 4px;
	padding-left: 20px;
}
ul li:before {
    content: "";
    color: #999;
    position: absolute;
    left: 5px;
    top: 6px;
    font-size: 1.5em;
    width: 5px;
    height: 5px;
    background: #b87c40;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
#wrapper {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid #d2d2d2;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	overflow: auto;
}
header {
	width: 100%;
	float: left;
}

section.logo {
	justify-content: flex-start;
}

.logo img {
	max-width: 200px;
	width: 100%;
	height: auto;
}

.logo.text img {
	width: 200px;
}

.logo.text p {
	margin-left: 30px;
}

section {
	float: left;
	width: 100%;
	padding: 15px 4%;
}
section p {
	margin: 0 0 10px 0;
}
section p:last-child {
	margin: 0;
}

section.stimmungsbild {
	background-image: url(../img/header.jpg);
	height: 250px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;	
	background-size: cover;
}

.stimmungsbild p {
    background: rgba(136, 130, 127, 0.8);
    padding: 20px;
    width: 49%;
 
    color: #fff;
    display: flex;
    align-items: center;
}

.stimmung-2 {
		background-image: url(../img/Wintergaerten01.jpg);
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;	
	background-size: cover;
}

.title .box2sp:nth-of-type(1){
	flex: 0 1 77%;
	position: relative;
	padding-right: 15px;
}

.title .box2sp:nth-of-type(1):after {
	content: "";
	height: 100%;
	width: 1px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0
}

.title .box2sp:nth-of-type(2){
	flex: 0 1 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0;
	padding-left: 10px;
}

.title .box2sp:nth-of-type(2):before {
	content: "";
	height: 100%;
	width: 1px;
	    background: #4c4c4c;
	position: absolute;
	left:0;
	top: 0	
}

.title .icon {
	flex: 100%;
	display: flex;
	align-items: center;
}
.title .icon:nth-of-type(n + 2) {
	margin-top: 10px;
}
.title .icon i {
	margin-right: 10px;
    font-size: 2em;
    width: 25px;
	text-align: center;
}

.text-center {
	text-align: center;
}

footer {
	float: left;
	width: 100%;
	color: #000;
}


.flex {
	display: flex;
}

.wrap {
	flex-wrap: wrap;
}

.center-items {
	align-items: center;
}

.space-between {
	justify-content: space-between;
}

.box2sp {
	flex: 0 1 49%;
}

.box2sp:nth-of-type(2) {
	margin-left: 2%;
}


.box3sp {
	flex: 0 1 32%;
}

.box3sp:nth-of-type(n+2) {
	margin-left: 2%;
}

a.btn {
	padding: 12px 30px;
	background: white;
	display: inline-flex;
	align-items: center;
	margin-bottom: 10px;
}

a.btn:hover {
	text-decoration: none;
}

a.btn i {
	margin-right: 10px;
	    font-size: 1.4em;
}

section.fullwidth {
	padding: 0;
}

section.fullwidth .box2sp {
	flex: 0 1 50%;
	padding: 10px 4%;
}

section.fullwidth .box2sp:nth-of-type(2) {
	margin: 0;
}

.nobr {
	white-space: nowrap;
}
.pre-header {
	text-align: right;
	padding: 10px 4%;
	background:#88827f;
}

.pre-header a {
		color: #fff;
}

.pre-header a:nth-of-type(2) {
    margin-left: 15px;
}

.pre-header a i {
    margin-right: 5px;
}
section.video {    
	padding: 0 0;
}

iframe {display: block;}
section.divider {
    background: #ededed;
    width: 92%;
    height: 1px;
    padding: 0;
margin: 0px 4%;
} 