.content p{
	font-size: 1.6vw;
	line-height: 1.2;
    margin-bottom: 0.5vw;
}
.content p a {
	color: #fff;
}
.content .ce-image.ce-center {
	text-align: center;
}
.btn-primary {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	border-radius: 0;
	color: #5C6842;
	border-color: #5C6842;
	padding: 1vw 2vw;
	font-weight: 700;
	text-transform: uppercase;
}
.btn-primary:hover {
	color: #fff;
	background-color: #5C6842;
	border-color: #fff;
}
.border-1 {
	border: 1px solid;
}
.border-top-1 {
	border-top: 1px solid;
}
.ce-headline-center {
	text-align: center;
}
.teaser-firstcol {
	display: flex;
	flex-direction: column;
	/* align-content: stretch; */
}
.teaser-firstcol .frame:nth-child(1) {
	flex: 1 1 auto !important;
	align-items: center;
	display: flex;
	color:#fff;
}
.frame-teaserbg {
    position:relative;
	background: rgb(92,104,66);
	background: -moz-linear-gradient(180deg, rgba(92,104,66,1) 0%, rgba(92,104,66,1) 80%, rgba(233,236,225,1) 80%);
	background: -webkit-linear-gradient(180deg, rgba(92,104,66,1) 0%, rgba(92,104,66,1) 80%, rgba(233,236,225,1) 80%);
	background: linear-gradient(180deg, rgba(92,104,66,1) 0%, rgba(92,104,66,1) 80%, rgba(233,236,225,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c6842",endColorstr="#e9ece1",GradientType=1);
}
.frame-teaserbg::before {
	background: url('../elements/blatt_1000x1000px.png');
	content: '';
	width: 60%;
	height: 60vw;
	position: absolute;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
}
.frame-teaserbg .ce-container {
	z-index: 1;
	position: relative;
}

.frame-teaserbg h3 {
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
}
.frame-teaserbg .ce-col H3 a {
	color: #5C6842;
	text-decoration: none;
	padding-right: 80px;
	background-image: url('../elements/long-arrow-right.svg');
	background-position:right center;
	background-repeat:no-repeat;
}
.frame-teaserbg h1 {
	color: #fff;
	font-weight: 500;
	line-height: 1;
	max-width: 80%;
}
.frame-teaserbg .image-embed-item {
	margin-bottom: 1vw;
}
.frame-lightbg{
	background-color:#E9ECE1;
	color: #5C6842;
}
.frame-lightbg h1 {
	color: #5C6842;
	line-height: 1;
}
.frame-lightbg h2 {
	color: #5C6842;
	line-height: 1;
}
.frame-lightbg .row .ce-bodytext h2 {
	padding-top: 1vw;
}
.content .frame-lightbg p a {
	color: #5C6842;
}
.frame-darkbg {
  	background-color: rgb(92,104,66);
    background-image: url('../elements/blatt_1000x1000px.png');
	background-size: 60%;
	background-repeat: no-repeat;
  color:#fff;
}
.frame-darkbg .frame-type-text h3, .frame-darkbg .frame-type-text h2, .frame-darkbg .frame-type-text p{
	margin-bottom: 0;
  	line-height:1.2;
}
.frame-darkbg  h1 {
	line-height: 1;
}
.frame-darkbg .frame-type-text h2 {
}
.frame-darkbg h3 {
	font-weight: 700;
	line-height: 1.2;
}
.frame-capimg .image {
	/* margin: 0 0 1.875rem; */
}
.frame-capimg .ce-right .image {
	display: flex;
	flex-direction: row-reverse;
}
.frame-capimg .ce-left .image {
	display: flex;
	flex-direction: row;
}
.content .frame-capimg .image-embed-item {
    width: 80%;
}
.content .frame-capimg .image-caption {
	font-family: 'Meow Script', cursive;
	display: flex;
	justify-content: center;
	align-content: center;
	width: 20%;
	position: relative;
}
.frame-capimg .image-caption div {
	transform: rotate(270deg) translate(-50%, -50%);
	/* height: 100%; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: 0 0;
	font-size: 5vw;
}
.frame-bigbtn .ce-headline-center {
	margin: 1vw 0;
}
.frame-bigbtn h5 {
	margin: 0;
}
.frame-bigbtn a {
	padding: 1vw 2vw;
	border: 1px solid;
	color: #5C6842;
	text-decoration: none;
	transition: all ease-in-out 0.2s;
	font-weight: 700;
}
.frame-bigbtn a:hover {
	background: #5C6842;
	color: #fff;
	transition: all ease-in-out 0.2s;
}
.frame-nofluid .ce-right .image {
	text-align: right;
}
.frame-nofluid .ce-left .image {
	text-align: left;
}
.content > div:last-child .image {
	margin-bottom: 0;
}
.textroom {
	display: flex;
	flex-direction: column;
}
.textroom > .frame {
	padding-left: 3vw;
	padding-right: 3vw;
}
.textroom > .frame p {
	margin-bottom: 0;
	font-size: 1.4vw;
	line-height: 1.2;
}
.textroom > .frame h2 {
	margin-bottom: 1vw;
  line-height: 1.2;
}
.textroom > .frame h4 {
	margin-bottom: 0;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.1vw;
}
.textroom > .frame:nth-child(1) {
}
.textroom > .frame:nth-child(2) {
}
.textroom > .frame:nth-child(3) {
	border-top: 1px solid;
}
.form-control {
	color: #5C6842;
	border: 1px solid #5C6842;
	border-radius: 0;
}
.footer {
	font-size: 1.2vw;
	line-height: 1.2;
}
.footer h4{
	line-height: 1.2;
}
.footer > .frame-type-image .image-embed-item {
	width: 100%;
	height: auto;
}
.footer > .frame-type-image .image {
	margin-bottom: 0;
}
.footer > .frame-type-ce_columns3::before {
	background-image: url('../elements/sw-logo-col.svg');
	content: '';
	position: absolute;
	width: 280px;
	height: 100px;
	background-repeat: no-repeat;
	margin-top: calc(-8vw - 50px);
	left: calc(50% - 140px);
	background-size: contain;
}
.footer .ce-col .ce-row {
	flex-direction: row;
	display: flex;
	/* margin-right: 5px; */
}
.footer .ce-col .ce-row .image {
	margin-right: 10px;
}
.footer a{
	color: #5C6842;
}