@import url(https://fonts.verwaltungsportal.de/import/?family=Open+Sans:400,700,600);

body {
	font-family: "Open Sans", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #323232;
	background: #f7f7f7;
	line-height: 1.5em;
}

a {
	color: #b33d03;
}

/* seitenbreite */
#fix2,
#header,
#footer {
	width: 1000px;
}

.maindiv {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	margin-bottom: 40px;
}

.content {
	width: 900px;
	margin: 0 auto;
}

#vernetzt {
	margin: 30px 0 0 0px;
	text-align: center;
}

#footer {
	min-height: 295px;
	line-height: 80px;
	color: #ffffff;
	font-size: 14px;
	margin: 0 auto;
}

#innerfooter {
	color: #ffffff;
	font-weight: normal;
	padding-left: 50px;
	text-align: left;
	width: 900px;
}

#innerfooter a {
	color: #ffffff;
	font-size: 12px;
}

#innerfooter a:hover {
	font-weight: bold;
}

/* **************************** INDIVIDUELLES ******************************************/
.screenshot {
	display: none;
}

#screenshot1 {
	display: block;
}

.screenlink {
	cursor: pointer;
}

.screenlink img {
	position: relative;
	bottom: -4px;
}

/*************** Header + Menü ***************/

#headerpic {
	width: 100%;
	max-width: 2000px;
	min-width: 1000px;
	height: 675px;
	margin: 0 auto;
	-webkit-box-shadow: inset 0px -23px 42px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px -23px 42px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px -23px 42px 0px rgba(0, 0, 0, 0.2);
}

#maske {
	background: url("../img/maske.webp") top no-repeat;
	height: 675px;
}

#menue {
	height: 80px;
	width: 100%;
	background: rgba(68, 68, 68, 0.8);
	position: fixed;
	min-width: 1000px;
	z-index: 20;
}

#logo {
	float: left;
	width: 240px;
	height: 80px;
	padding-left: 45px;
}

#bg_toplevel {
	float: right;
	max-width: 650px;
}

#button {
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.4);
	width: 267px;
	height: 61px;
	margin-left: 685px;
	border-radius: 13px;
}

#button_indent {
	width: 1000px;
	margin: 0 auto;
	padding-top: 550px;
}

/*************** Footer ***************/

#bg_footer {
	background: #313131;
	min-height: 295px;
}

#footer #kontakt {
	width: 900px;
	line-height: 20px;
	color: #fff !important;
	padding-left: 50px;
	text-align: left;
	padding-top: 40px;
}

#footer #kontakt p {
	color: #fff !important;
}

#kontakt a {
	color: #fff;
	text-decoration: underline;
}

/*************** Seiten Alle ***************/

#page-1,
#page-2,
#page-3,
#page-4,
#page-5,
#page-6,
#contact {
	padding-top: 100px;
}

/*************** Seite 1 ***************/

#page-1 {
	min-height: 500px;
}

#page-1 .content h1 {
	line-height: 130% !important;
}

/*************** Seite 2 ***************/
#bg_page-2 {
	height: 490px;
	background: url("../img/page-2.jpg") top repeat-x;
}

#page-2 .maindiv {
	background: url("../img/bg_page-2.webp") top no-repeat;
	height: 490px;
}

#nachteil {
	float: left;
	padding-top: 100px;
	width: 200px;
}

#vorteil {
	float: left;
	padding-left: 510px;
	padding-top: 100px;
	width: 190px;
}

/*************** Seite 3 ***************/

#page-3 details {
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	background: #ffffff;
	margin: 2px 0 0 0;
}

#page-3 details:is(:hover, :focus-within, [open]) {
	border-color: #aaaaaa;
}

#page-3 details > div {
	padding: 20px 30px;
	border-top: 1px solid #aaaaaa;
}

#page-3 summary {
	cursor: pointer;
	padding: 10px 30px;
}

#page-3 details:not([open]) summary {
	border-radius: 4px;
	background: linear-gradient(to bottom, #efefef, #efefef 50%, #e7e7e7 50%, #f1f1f1);
}

#page-3 summary h2 {
	color: #555555;
	font-size: 110%;
	font-weight: normal;
	margin: 0;
}

#page-3 details:is(:hover, :focus-within, [open]) summary h2 {
	color: #212121;
}

#page-3 summary::marker {
	content: "";
	display: none;
}

/*************** Seite 4 ***************/

#page-4 .maindiv {
	background: url("../img/bg_page-4.jpg") top no-repeat;
	min-height: 510px;
}

#page-4 h1,
#content .legacy_h1,
.legacy_h1 {
	color: #fff;
	padding-top: 10px;
	text-indent: 20px;
	background: #dc510c;
	height: 30px;
	margin: 40px 0 40px 0;
}

#page-4 .content {
	margin-left: 50px;
	width: 660px;
	float: left;
}

#page-4 .content img {
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#screenshot_funktionen {
	height: 300px;
	width: 171px;
	float: left;
	padding: 60px 0 0 58px;
}

#screenshot_funktionen img {
	overflow: hidden;
	border-radius: 3px;
	height: 300px;
	width: 171px;
}

/*************** Seite 5 ***************/

#bg_page-5 {
	height: 490px;
	background: url("../img/page-2.jpg") top repeat-x;
}

#page-5 .maindiv {
	background: url("../img/bg_page-5.jpg") top no-repeat;
	min-height: 510px;
}

#screenshot_beispiele {
	height: 300px;
	width: 171px;
	float: left;
	margin-left: 64px;
	margin-top: 60px;
}

#screenshot_beispiele img {
	overflow: hidden;
	border-radius: 3px;
	height: 300px;
	width: 171px;
}

#page-5 .content {
	float: left;
	margin-left: 45px;
	width: 630px;
}

#page-5 h1,
#content .legacy_h1,
.legacy_h1 {
	color: #fff;
	padding-top: 10px;
	text-indent: 20px;
	background: #dc510c;
	height: 30px;
	margin: 40px 0 40px 0;
}

/*************** Seite 6 ***************/

#page-6 .maindiv {
	background: url("../img/bg_page-6.jpg") top no-repeat;
}

#page-6 h1,
#content .legacy_h1,
.legacy_h1 {
	color: #fff;
	padding-top: 10px;
	text-indent: 20px;
	background: #dc510c;
	height: 30px;
	margin: 40px 0 60px 0;
	width: 400px;
	position: relative;
	left: 15px;
	top: 12px;
}

/***************************** STYLER *****************************/

.h4link a:link,
.h4link a:hover,
.h4link a:visited,
h6,
#content .legacy_h6,
.legacy_h6,
h5,
#content .legacy_h5,
.legacy_h5,
h4,
#content .legacy_h4,
.legacy_h4,
h3,
#content .legacy_h3,
.legacy_h3,
h2,
#content .legacy_h2,
.legacy_h2,
h1,
#content .legacy_h1,
.legacy_h1 {
	color: #b33d03;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
}

#newslinks,
#newsmandate {
	border: 1px solid #b33d03;
}

/* Dieser Bereich muss bearbeitet werden wenn die Seite dunkel ist.
.vorschau, .description{
        color: #FFFFFF;
}

.immo-tab{
        color: #000000;
}
*/

/* nicht aendern wenn weisser hintergrund */
#startseite_news ul a {
	font-size: 12px;
	color: #7c7c7c;
	font-weight: normal;
}

/* ****************************** MENUE 14335 CSS ***************************************/

/* ****************************** RESET DEFAULT CSS ********************************************/
.menue_point_toplevel_14335,
.menue_list_toplevel_14335,
.menue_point_secondlevel_14335,
.menue_group_14335,
.menue_point_thirdlevel_14335,
.menue_list_thirdlevel_14335 {
	margin: 0px;
	padding: 0px;
}

a.navpoint_toplevel_14335:link,
a.navpoint_toplevel_14335:visited,
a.navpoint_toplevel_14335:active,
a.navpoint_secondlevel_14335:link,
a.navpoint_secondlevel_14335:visited,
a.navpoint_secondlevel_14335:active,
a.navpoint_thirdlevel_14335:link,
a.navpoint_thirdlevel_14335:visited,
a.navpoint_thirdlevel_14335:active {
	text-decoration: none;
	display: block;
}

.toplevel_14335_over,
.secondlevel_14335_over,
.thirdlevel_14335_over {
	text-decoration: none;
	display: block;
}

.menue_list_toplevel_14335 li,
.menue_group_14335 li,
.menue_list_thirdlevel_14335 li {
	list-style-type: none;
}

/*+-----------------------------------------------------------------------------------+*/
/* ****************************** MENUE CSS ********************************************/

.menue_list_toplevel_14335 {
	display: table !important;
	width: 100% !important;
	table-layout: fixed !important;
}

/* height, width, indent, align for menuepoint */
.menue_point_toplevel_14335,
a.navpoint_toplevel_14335:link,
a.navpoint_toplevel_14335:visited,
a.navpoint_toplevel_14335:active,
.menue_point_toplevel_14335_over,
a.navpoint_toplevel_14335:hover {
	width: 100%;
	line-height: 80px;
	text-align: center;
	font-size: 18px;
}

/* menuepoint background */
.menue_point_toplevel_14335 {
	/*background: url('../img/toplevel.jpg') top left no-repeat;*/
}

/* color, weight, size from menuepoint */
.menue_point_toplevel_14335 a {
	color: #fff;
	font-weight: normal;
}

/* color, weight, size from menuepoint over */
a.navpoint_toplevel_14335:hover,
.menue_point_toplevel_14335_over,
.menue_point_toplevel_14335_over a {
	color: #fff;
	font-weight: normal;
}

/* menuepoint over background */
a.navpoint_toplevel_14335:hover,
.menue_point_toplevel_14335_over {
	background: #c84809;
	-webkit-transition: all 0.3s ease 0s;
	/* Firefox */
	-moz-transition: all 0.3s ease 0s;
	/* WebKit */
	-o-transition: all 0.3s ease 0s;
	/* Opera */
	transition: all 0.3s ease 0s;
	/* Standard */
}

/*************** / PATCH DROPDOWN  / ***************/

/**** / TOPLEVEL  / ****/
.menue_point_toplevel_14335,
.menue_point_toplevel_14335_over {
	padding: 0 0;
	position: relative;
	margin: 0 0px;
	display: table-cell !important;
}

/* *********************** menue 14335 ende ************************ */
