﻿
.editable {
	padding: 0em 0.5em;
}
p {
	padding: 0.5em 0em;
}
.yui-skin-sam .cms_template .bhv-container.rahmen-grün {
	border: 2px solid green;
	margin: 5px;
	padding: 5px;
}
.yui-skin-sam .cms_template .bhv-container.rahmen-rot {
	border: 2px solid red;
	margin: 5px;
	padding: 5px;
}
.yui-skin-sam .cms_template .galerie.großansict_resp .galerie-abdunkelung .view {
	--x-align-self: center !important;
}
.yui-skin-sam .cms_template .galerie.großansict_resp .galerie-abdunkelung .view img {
	object-fit: contain !important;
}
.yui-skin-sam .cms_template .bhv-table.tabelle {
	overflow-x: auto;
}
.yui-skin-sam .cms_template .bhv-table.tabelle table {
	width: 100%;
	border: 2px solid var(--color1);
}
.yui-skin-sam .cms_template .bhv-table.tabelle thead {
	background-color: var(--color1);
	color: var(--color2);
}
.yui-skin-sam .cms_template .bhv-table.tabelle td {
	border-bottom: 2px solid var(--color1);
	padding: 8px 0px;
}
#flexmenu-1008 {
	text-transform: uppercase;
	padding: 0.2em 0.5em;
}
#flexmenu-1008 a {
	color: var(--font) !important;
}
.yui-skin-sam .cms_template .bhv-form.custom:-ms-input-placeholder {
	color: var(--formular-placeholder_c) !important;
}
.yui-skin-sam .cms_template .bhv-form.custom::-ms-input-placeholder {
	color: var(--formular-placeholder_c) !important;
}
.yui-skin-sam .cms_template .bhv-form.custom::-webkit-input-placeholder {
	color: var(--formular-placeholder_c)!important;
}
.yui-skin-sam .cms_template .bhv-form.custom::-moz-placeholder {
	color: var(--formular-placeholder_c) !important;
	opacity: 1;
}
.yui-skin-sam .cms_template .bhv-form.custom:-moz-placeholder {
	color: var(--formular-placeholder_c) !important;
	opacity: 1;
}
.yui-skin-sam .cms_template .bhv-form.custom::placeholder {
	color: var(--formular-placeholder_c) !important;
	opacity: 1;
}
.yui-skin-sam .cms_template .bhv-form.custom:-ms-input-placeholder , .yui-skin-sam .cms_template .bhv-form.custom::-ms-input-placeholder {
	color: var(--formular-placeholder_c)!important;
}
.yui-skin-sam .cms_template .bhv-form.custom:-moz-placeholder , .yui-skin-sam .cms_template .bhv-form.custom::-moz-placeholder {
	color: var(--formular-placeholder_c)!important;
	opacity: 1;
}
.yui-skin-sam .cms_template .bhv-form.custom::placeholder , .yui-skin-sam .cms_template .bhv-form.custom input::placeholder , .yui-skin-sam .cms_template .bhv-form.custom textarea::placeholder {
	color: var(--formular-placeholder_c)!important;
	opacity: 1;
}
#html-1058 .skip-to-content-link {
	height: 30px;
	left: calc(50% - 100px);
	padding: 8px;
	position: absolute;
	z-index: 5;
	transform: translateY(-100%);
	transition: transform 0.3s;
}
#html-1058 .skip-to-content-link:focus {
	transform: translateY(0%);
}
body {
	--content-width: 1200px;
	height: auto;
}
body h1 {
	font-family: var(--font1), sans-serif;
	text-transform: uppercase;
}
.h1-deco {
	position: relative;
	display: inline-block;
}
.h1-deco::after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% + 5px);
	height: 10px;
	background: var(--color1);
	z-index: -1;
}
body h2 {
	font-family: var(--font1), sans-serif;
	text-transform: uppercase;
}
body h3 {
	font-family: var(--font1), sans-serif;
}
body .sprachversion {
	display: none;
}
body .en.cms_lang_orig .sprachversion {
	display: block;
	padding: 4px;
	border: 2px solid;
	background: #ccc;
}
#cms_template {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	max-width: 100vw;
	position: relative;
}
.yui-skin-sam .cms_template .bhv-form.custom {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	--formular-font_c: var(--darkblue);
	--formular-placeholder_c: var(--color3);
	--formular-input_bg: rgba(242, 242, 242, 1);
	--formular-check_bg: var(--color1);
	--formular-option_bg: rgba(242, 242, 242, 1);
	--formular-button_c: var(--color4);
	--formular-button_bg: var(--color1);
	--formular-buttonhover_c: var(--color4);
	--formular-buttonhover_bg: var(--color2);
	--formular-borderbottom: rgba(0, 0, 0, 0);
	--formular-bordererror: var(--color2);
}
.yui-skin-sam .cms_template .bhv-form.custom .form-field {
	position: relative;
}
.yui-skin-sam .cms_template .bhv-form.custom input {
	margin-left: .5em;
	margin-right: .5em;
	padding: 5px 10px;
	border: 0;
	border-bottom: 1px solid var(--formular-borderbottom);
	margin-top: 5px;
	background-color: var(--formular-input_bg)!important;
}
.yui-skin-sam .cms_template .bhv-form.custom input[type='checkbox'] , .yui-skin-sam .cms_template .bhv-form.custom input[type='radio'] {
	position: absolute;
	left: 0;
	width: auto;
	opacity: 0;
	top: 0;
}
.yui-skin-sam .cms_template .bhv-form.custom select {
	background-size: auto 30%!important;
	padding: 5px!important;
	-webkit-appearance: none;
	background-image: url(../media/select_arrow.png)!important;
	background-position: calc(100% - 10px) center!important;
	background-repeat: no-repeat!important;
}
.yui-skin-sam .cms_template .bhv-form.custom textarea {
	padding: 5px 10px;
	width: calc(100% - 20px);
}
.yui-skin-sam .cms_template .bhv-form.custom button , .yui-skin-sam .cms_template .bhv-form.custom div.textarea , .yui-skin-sam .cms_template .bhv-form.custom input , .yui-skin-sam .cms_template .bhv-form.custom select {
	margin-bottom: 20px;
}
.yui-skin-sam .cms_template .bhv-form.custom * , .yui-skin-sam .cms_template .bhv-form.custom:focus , .yui-skin-sam .cms_template .bhv-form.custom:hover {
	outline: 0;
}
.yui-skin-sam .cms_template .bhv-form.custom .yui-skin-sam .cms_template .bhv-form.custom input:focus , .yui-skin-sam .cms_template .bhv-form.custom .yui-skin-sam .cms_template .bhv-form.custom textarea:focus , .yui-skin-sam .cms_template .bhv-form.custom .yui-skin-sam .cms_template .bhv-form.custom select:focus , .yui-skin-sam .cms_template .bhv-form.custom .yui-skin-sam .cms_template .bhv-form.custom button:focus , .yui-skin-sam .cms_template .bhv-form.custom .yui-skin-sam .cms_template .bhv-form.custom input[type=checkbox]+label:focus::before {
	border: 1px solid black;
}
.yui-skin-sam .cms_template .bhv-form.custom .form-field .editable {
	padding: 0;
}
.yui-skin-sam .cms_template .bhv-form.custom button , .yui-skin-sam .cms_template .bhv-form.custom div.textarea , .yui-skin-sam .cms_template .bhv-form.custom label , .yui-skin-sam .cms_template .bhv-form.custom select , .yui-skin-sam .cms_template .bhv-form.custom button.input-submit {
	width: calc(100% - 1em);
	margin-left: .5em;
	margin-right: .5em;
}
.yui-skin-sam .cms_template .bhv-form.custom input , .yui-skin-sam .cms_template .bhv-form.custom option {
	width: calc(100% - 20px - 1em);
}
.yui-skin-sam .cms_template .bhv-form.custom option {
	padding: 5px 0;
	background-color: var(--formular-option_bg);
}
.yui-skin-sam .cms_template .bhv-form.custom div.textarea , .yui-skin-sam .cms_template .bhv-form.custom input , .yui-skin-sam .cms_template .bhv-form.custom label , .yui-skin-sam .cms_template .bhv-form.custom select , .yui-skin-sam .cms_template .bhv-form.custom textarea {
	background: 0 0;
	color: var(--formular-font_c);
	font-size: 14px;
}
.yui-skin-sam .cms_template .bhv-form.custom select::-ms-expand {
	display: none;
}
.yui-skin-sam .cms_template .bhv-form.custom input , .yui-skin-sam .cms_template .bhv-form.custom select {
	min-height: 20px;
}
.yui-skin-sam .cms_template .bhv-form.custom div.textarea , .yui-skin-sam .cms_template .bhv-form.custom select {
	border: 0;
	border-bottom: 1px solid var(--formular-borderbottom);
	margin-top: 5px;
	background-color: var(--formular-input_bg)!important;
}
.yui-skin-sam .cms_template .bhv-form.custom div.textarea , .yui-skin-sam .cms_template .bhv-form.custom textarea {
	min-height: 70px;
	resize: vertical;
	height: auto;
}
.yui-skin-sam .cms_template .bhv-form.custom input[type=file] {
	background-color: none;
	padding: 0;
}
.yui-skin-sam .cms_template .bhv-form.custom button , .yui-skin-sam .cms_template .bhv-form.custom button.input-submit {
	color: var(--formular-button_c);
	padding: 8px 0;
	min-height: 20px;
	border: 0;
	background-color: var(--formular-button_bg);
	font-family: inherit;
	font-size: 16px;
	max-width: 300px;
	float: left;
	cursor: pointer;
	transition: .3s ease;
	text-transform: uppercase;
	font-weight: 900;
}
.yui-skin-sam .cms_template .bhv-form.custom button:hover , .yui-skin-sam .cms_template .bhv-form.custom button.input-submit:hover {
	background-color: var(--formular-buttonhover_bg);
	color: var(--formular-buttonhover_c);
}
.yui-skin-sam .cms_template .bhv-form.custom input[type=checkbox]+label , .yui-skin-sam .cms_template .bhv-form.custom input[type=radio]+label {
	padding-top: 0;
	display: flex;
	height: auto;
	cursor: pointer;
	margin-bottom: 20px;
}
.yui-skin-sam .cms_template .bhv-form.custom input[type=checkbox]+label::before , .yui-skin-sam .cms_template .bhv-form.custom input[type=radio]+label::before {
	border: 2px solid var(--formular-check_bg);
	background-color: var(--formular-check_bg);
	content: "";
	cursor: pointer;
	height: 20px;
	width: 20px!important;
	vertical-align: top;
	min-width: 20px;
	margin-right: 10px;
	position: relative;
	top: 1px;
}
.yui-skin-sam .cms_template .bhv-form.custom input[type=radio]+label::before {
	border-radius: 50%;
}
.yui-skin-sam .cms_template .bhv-form.custom input[type=checkbox]:checked+label::before , .yui-skin-sam .cms_template .bhv-form.custom input[type=radio]:checked+label::before {
	background-size: 50% 50%;
	background-color: var(--formular-check_bg);
	background-image: url(../media/checkbox_symbol_check_white.png);
	background-repeat: no-repeat;
	background-position: center;
}
.yui-skin-sam .cms_template .bhv-form.custom input:-ms-input-placeholder , .yui-skin-sam .cms_template .bhv-form.custom input::-ms-input-placeholder , .yui-skin-sam .cms_template .bhv-form.custom textarea:-ms-input-placeholder , .yui-skin-sam .cms_template .bhv-form.custom textarea::-ms-input-placeholder {
	color: var(--formular-placeholder_c)!important;
}
.yui-skin-sam .cms_template .bhv-form.custom input::-webkit-input-placeholder , .yui-skin-sam .cms_template .bhv-form.custom textarea::-webkit-input-placeholder {
	color: var(--formular-placeholder_c)!important;
}
.yui-skin-sam .cms_template .bhv-form.custom input:-moz-placeholder , .yui-skin-sam .cms_template .bhv-form.custom input::-moz-placeholder , .yui-skin-sam .cms_template .bhv-form.custom textarea:-moz-placeholder , .yui-skin-sam .cms_template .bhv-form.custom textarea::-moz-placeholder {
	color: var(--formular-placeholder_c)!important;
	opacity: 1;
}
.yui-skin-sam .cms_template .bhv-form.custom .ql-container.ql-snow {
	border: 0;
}
.yui-skin-sam .cms_template .bhv-form.custom .ql-toolbar.ql-snow {
	padding: 3px;
	background: #eee;
	border: 0;
}
.yui-skin-sam .cms_template .bhv-form.custom .ql-snow .ql-toolbar button , .yui-skin-sam .cms_template .bhv-form.custom .ql-snow.ql-toolbar button {
	height: 20px;
	margin: 0;
	padding: initial;
	width: auto;
	max-width: 30px;
	background-color: transparent !important;
}
.yui-skin-sam .cms_template .bhv-form.custom .ql-header {
	display: none;
}
.yui-skin-sam .cms_template .bhv-form.custom .form-error {
	border: 1px solid var(--formular-bordererror)!important;
	background-color: var(--formular-input_bg)!important;
}
#cont-704 {
	--col-align-items: flex-end;
	align-items: var(--col-align-items,inherit);
}
.yui-skin-sam .cms_template .bhv-table.Projekttabelle {
	max-width: 1100px;
}
.yui-skin-sam .cms_template .bhv-table.Projekttabelle tr.odd {
	background: #f2e6d3;
}
.yui-skin-sam .cms_template .bhv-table.Projekttabelle tr.even {
	background: transparent;
}
.yui-skin-sam .cms_template .bhv-design-menupath.breadcrumb {
	margin-bottom: 30px;
	max-width: 1100px;
}
.yui-skin-sam .cms_template .bhv-design-menupath.breadcrumb a {
	color: var(--color3);
}
.yui-skin-sam .cms_template .bhv-design-menupath.breadcrumb a:hover {
	font-weight: 600;
}
.yui-skin-sam .cms_template .bhv-design-menupath.breadcrumb #text {
	font-weight: 600;
}
#cont-702 {
	padding: 50px 0;
}
#cont-3087 {
	background: no-repeat url(../media/hintergrundEnergieauswahl-1.png);
	max-width: 1400px;
	margin: 0px auto;
	display: flex;
}
#col-3088 {
	width: 35%;
	margin-top: 29px;
}
#col-3089 {
	width: 60%;
	overflow: visible;
}
#col-3090 {
	xbackground: rgb(81,61,70);
	xbackground: linear-gradient(-90deg, rgba(255,255,255,1) 40%, rgba(81,61,70,0.2777311608237045) 100%);
}
#cont-3103 {
	background: #513d46;
}
#cont-3105 {
	background: no-repeat url(../media/hintergrundEnergieauswahl-1.png);
	max-width: 1400px;
	margin: 0px auto;
	display: flex;
}
#col-3110 {
	xbackground: rgb(81,61,70);
	xbackground: linear-gradient(-90deg, rgba(255,255,255,1) 40%, rgba(81,61,70,0.2777311608237045) 100%);
}
#bild-3111 img {
	width: 100px;
}
#cont-4372 {
	background-color: var(--bgcolor);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 100%;
	transition: 0.5s;
	z-index: 2;
	overflow: auto;
	overflow-x: hidden;
}
#cont-4372 > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	min-height: 100vh;
	overflow: visible;
}
#cont-4372 .close-x {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	padding: 0 20px;
}
#cont-4372 .close-x p {
	font-size: 40px;
	line-height: 40px;
	color: var(--hicolor);
}
#cont-4372 .bottom {
	display: none;
}
#galerie-4380 {
	--galerie-gap: 10px;
	--galerie-text-margin: 0 10px;
	--galerie-img-width: 120px;
	--galerie-img-height: 120px;
	--galerie-object-fit: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--galerie-gap);
}
#galerie-4380 .outerdiv {
	width: var(--galerie-img-width,auto);
	flex: 0 0 var(--galerie-img-width,auto);
}
#galerie-4380 .Titel {
	margin: var(--galerie-text-margin);
}
#galerie-4380 .Text {
	margin: var(--galerie-text-margin);
}
#galerie-4380 img {
	width: var(--galerie-img-width);
	height: var(--galerie-img-height);
	max-width: 100%;
	object-fit: var(--galerie-object-fit,contain);
	display: block;
}
#galerie-4380 video {
	width: var(--galerie-img-width);
	height: var(--galerie-img-height);
	max-width: 100%;
	object-fit: var(--galerie-object-fit,contain);
	display: block;
}
#galerie-4380 .outerdiv /*gen*/ {
	flex: 0 0 auto;
}
#gal-einzeilig-4379 .outer-container {
	--pg-margin: 2vw;
	--gal-img-height: 23vw;
	--timer: 3500;
}
#gal-einzeilig-4379 .pfeil {
	--pfeil-margin: 10px;
	--pfeil-aussen-padding: 10px;
	--pfeil-innen-padding: 0;
}
#col-4402 {
	display: flex;
	align-items: center;
}
#text-4403 {
	flex: 0 0 auto;
	padding-left: var(--pfeil-aussen-padding);
	padding-right: var(--pfeil-innen-padding);
}
#text-4413 {
	flex: 0 0 auto;
	padding-left: var(--pfeil-innen-padding);
	padding-right: var(--pfeil-aussen-padding);
}
#galerie-4419 {
	--galerie-gap: 10px;
	--galerie-text-margin: 0 10px;
	--galerie-img-width: 120px;
	--galerie-img-height: 120px;
	--galerie-object-fit: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--galerie-gap);
}
#galerie-4419 .outerdiv {
	width: var(--galerie-img-width,auto);
	flex: 0 0 var(--galerie-img-width,auto);
}
#galerie-4419 .Titel {
	margin: var(--galerie-text-margin);
}
#galerie-4419 .Text {
	margin: var(--galerie-text-margin);
}
#galerie-4419 img {
	width: var(--galerie-img-width);
	height: var(--galerie-img-height);
	max-width: 100%;
	object-fit: var(--galerie-object-fit,contain);
	display: block;
}
#galerie-4419 video {
	width: var(--galerie-img-width);
	height: var(--galerie-img-height);
	max-width: 100%;
	object-fit: var(--galerie-object-fit,contain);
	display: block;
}
#galerie-4419 .outerdiv /*gen*/ {
	flex: 0 0 auto;
}
#gal-einzeilig-4418 .outer-container {
	--pg-margin: 2vw;
	--gal-img-height: 23vw;
	--timer: 3500;
}
#gal-einzeilig-4418 .pfeil {
	--pfeil-margin: 10px;
	--pfeil-aussen-padding: 10px;
	--pfeil-innen-padding: 0;
}
#col-3106 {
	width: 35%;
	margin-top: 29px;
}
#col-3108 {
	width: 60%;
	overflow: visible;
}
#cms_root {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#cont-1092 {
	position: sticky;
	background-color: white;
	top: 0;
	background: var(--color2);
	z-index: 10;
	-webkit-box-shadow: 0px 5px 9px -1px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 9px -1px rgba(0,0,0,0.15);
}
#col-707 {
	gap: 10px;
	display: flex;
	flex-direction: column;
}
#col-707 .bhv-container .bhv-col img {
	height: 30px;
	cursor: pointer;
}
#col-707 .bhv-container {
	display: flex;
	flex-direction: row;
	align-items: center;
}
#bild-1095 img {
	max-width: 250px;
}
.yui-skin-sam .cms_template .bhv-bild.deco-bild img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	-webkit-mask: url(../../MEDIA/mask-bild.svg) center / cover no-repeat;
	mask: url(../../MEDIA/mask-bild.svg) center / cover no-repeat;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-repeat: no-repeat;
	mask-size: cover;
}
.yui-skin-sam .cms_template .bhv-bild.deco-bild {
	width: 100%;
	overflow: hidden;
}
#hi-galanim-4441 a.pfeil {
	width: 20px;
	top: 41.5px;
	color: white;
	text-decoration: none;
}
#hi-galanim-4441 a.pfeil.links {
	left: 0px;
}
#hi-galanim-4441 a.pfeil.rechts {
	right: 0px;
	text-align: right;
}
#hi-galanim-4441 div.outerdiv {
	height: 103px;
	width: 780px;
}
#hi-galanim-4441 div.innerdiv {
	display: inline-block;
	height: 103px;
	width: 740px;
	overflow: hidden;
	position: relative;
	left: 20px;
}
#hi-galanim-4441 div.innerdiv img {
	top: 15px !important;
	z-index: 0 !important;
	width: 145px;
}
#cont-4369 {
	background: var(--bgcolor);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	cursor: pointer;
	padding: 0 5px;
}
#cont-4369 p {
	color: var(--hicolor);
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
}
#datenbank-6088 {
	display: none;
}
@media(max-width: 800px) {
	.yui-skin-sam .cms_template .galerie.großansict_resp .galerie-abdunkelung > .close {
		font-size: 20px;
		top: 10px;
		right: 10px;
	}
	.yui-skin-sam .cms_template .galerie.großansict_resp .galerie-abdunkelung .grpfeil {
		padding: 10px;
		font-size: 20px;
	}
	.yui-skin-sam .cms_template .galerie.großansict_resp .galerie-abdunkelung .view {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.yui-skin-sam .cms_template .galerie.großansict_resp .galerie-abdunkelung > .help {
		display: none;
	}
	#cont-704 .bhv-col {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	#col-707 .bhv-container {
		flex-direction: column;
	}
	#col-707 .bhv-container .col-25 {
		margin-bottom: 0;
	}
}

@media(max-width: 600px) {
	.yui-skin-sam .cms_template .bhv-table.tabelle table {
		overflow-x: auto;
	}
}

@media (max-width:900px) {
	#flexmenu-1008 {
		padding-top: 20px;
	}
}

@media (max-width:400px) {
	.yui-skin-sam .cms_template .bhv-form.custom .input-button , .yui-skin-sam .cms_template .bhv-form.custom button.input-submit {
		max-width: none;
		float: none;
	}
}

@media (max-width: 800px) {
	#cont-2483 .bhv-col {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		text-align: center;
		width: fit-content;
		justify-content: center;
		width: fit-content !important;
	}
}

@media(max-width: 630px) {
	#cont-3087 {
		background: none;
	}
	#col-3088 {
		width: 0;
	}
	#col-3089 {
		width: 75%;
		float: none;
		margin: 0 10px;
	}
	#cont-3105 {
		background: none;
	}
	#col-3106 {
		width: 0;
	}
	#col-3108 {
		width: 75%;
		float: none;
		margin: 0 10px;
	}
}

@media(max-width: 900px) {
	#col-3088 {
		width: 50%;
	}
	#col-3089 {
		width: 45%;
	}
}

@media(max-width: 900px) and (min-width: 631px) {
	#col-3106 {
		width: 50%;
	}
	#col-3108 {
		width: 45%;
	}
	#hi-galanim-4441 div.outerdiv {
		width: 100%;
	}
	#hi-galanim-4441 div.innerdiv {
		width: 85%;
	}
}

@media(max-width: 1120px) {
	#bild-1095 img {
		width: 120px;
	}
}

@media(min-width: 1201px) {
	#hi-galanim-4441 a.pfeil.links , #hi-galanim-4441 a.pfeil.rechts {
		display: none !important;
	}
}

@media(max-width: 1300px) and (min-width: 901px) {
	#hi-galanim-4441 div.outerdiv {
		width: 90%;
	}
	#hi-galanim-4441 div.innerdiv {
		width: 90%;
	}
}

@media(max-width: 630px) and (min-width: 1px) {
	#hi-galanim-4441 div.outerdiv {
		width: 100%;
	}
	#hi-galanim-4441 div.innerdiv {
		width: 82%;
	}
}
