/* ------------------------------- Resets --------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}


/* Selection colours (easy to forget) */

::selection 	 	{background: rgba(11, 161, 226,0.5);}
::-moz-selection 	{background: rgba(11, 161, 226,0.5);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgba(11, 161, 226,0.5);}





 /* ------------------------------- Base --------------------------- 
 
Color Pantone 646 U rgb(108,139,179); / Blue
Color Pantone 432 U rgb(101,107,114); / Grey
 
 */

html, body {
	height:100%;
	
}
body {
	font-size: 15px;
	line-height:22px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal;
	color:rgb(38,66,82);
	-webkit-hyphens: auto;
	 -moz-hyphens: auto;
	 -ms-hyphens: auto;
	 hyphens: auto;
}
small {
	font-weight:normal;
}
b, strong, h1, h2, h3, h4, h5 {
	font-weight:bold;
}
h1 {
	font-size: 36px;
	line-height:36px;
	margin-bottom:25px;
}
h2 {
	font-size: 22px;
	line-height:28px;
	margin-bottom:18px;
}
h3, h4, h5 {
	font-size: 18px;
	line-height:25px;
	margin-bottom:10px;
}

table td, table th{
	text-align:left;
}
a {
	text-decoration:none;
	color:rgb(174,199,8);
}
a:hover {
	color:rgb(173,190,200);
}

 #wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	left:0;
	top:0;
	width:100%;
	
}

.mainEndClear {
	clear:both;
}

/*************************************************** Header */

#header {
	min-height:144px;
	background-color:rgb(38,66,82);
	color:white;
}
#header.uid-1 {
	width:1080px;
	margin:0 auto;
}
#header .header-wrapper {
	margin:0 auto;
	width:1080px;
	position:relative;
}
#header .logo {
	box-sizing: border-box;
	top:36px;
	left:-20px;
	position:absolute;
}
#header.uid-1 .logo {
	left:20px;
}
#header .navigation-1st {
	display:block;
	padding:55px 0 0 0;
	box-sizing: border-box;
	vertical-align: top;
	text-align:center;
}
#header .mainMenu-1st {
	display:inline-block;
	box-sizing: border-box;
	padding:10px 44px 0 0;
}
#header .mainMenu-1st:last-child {
	padding-right:0;
}
#header a {
	color:white;
	font-weight:normal;
	font-size:18px;
	letter-spacing: 0.08em;
}
#header a:hover {
	color:rgb(217,249,3);
}
#header.uid-1 #mainMenu-1st-0 a,
#header .mainMenu-1st-act a,
#header .mainMenu-1st-actsub a {
	color:rgb(217,249,3);
}

.hamburger {
	width:24px;
	height:24px;
	cursor: pointer;
	display:none;
	position:absolute;
	top: 40px;
	right:40px;
}
.hamburger-line {
	height:3px;
	width:24px;
	margin-bottom:5px;
	background-color: white;
}
.hamburger.active {
	margin-top:-2px;
	height:34px;
}
.hamburger.active .hamburger-line:first-child {
	transform: rotate(45deg);
	transform-origin:0 100%;
	width:30px;
	margin-top:0;
	margin-left:0;
}
.hamburger.active .hamburger-line:nth-child(2) {
	display:none;
}
.hamburger.active .hamburger-line:last-child {
	transform: rotate(-45deg);
	transform-origin: 0 100%;
	width:30px;
	margin-top:18px;
	margin-left:1px;
}

/*************************************************** Content */
 #wrapper.wrapper-notice {
	box-sizing:border-box;
	height:calc(100% - 248px); /* 100% - Header - Footer */
	padding:20px 0;
}
#wrapper.wrapper-notice.uid-1 {
 	background-image: url("../Images/wgb-home.jpg");
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
	width:1080px;
	margin:0 auto;
}
#wrapper.wrapper-notice .notice-container {
	background-image: url("../Images/WGB-abriss-2-artikel.svg");
}
.notice-container {
	box-sizing:border-box;
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: left bottom;
	margin:0 auto;
	padding: 18px 18px 180px 18px;
	width: 800px;
	height:100%;
	/*
	position:absolute;
	top:20px;
	*/
	z-index:10000;
	display:block;
}
#wrapper.wrapper-notice.uid-1 .notice-container {
	background-image: url("../Images/WGB-abriss-3-home580.svg");
	width: 580px;
}
#wrapper.wrapper-notice.uid-11 .notice-container,
#wrapper.wrapper-notice.uid-12 .notice-container {
	background-image: url("../Images/WGB-abriss-0.svg");
	padding-bottom:60px;
}
.green {
	background-color: rgb(217,249,3);
	width:100%;
	height:20%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
}

.notice {
	box-sizing:border-box;
	height:100%;
	width:100%;
	padding:32px;
	background-color:white;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
}
.notice ul,
.notice ol {
	margin:8px 0 12px 13px;
}
.notice ul li,
.notice ol li {
	margin-bottom:8px;
}
.notice ul {
	list-style-type: square;
}

/*************************************************** Footer */
#footer {
	min-height:104px;
	background-color:rgb(38,66,82);
}
#footer.uid-1 {
	width:1080px;
	margin:0 auto;
}
#footer .footer-wrapper {
	margin:0 auto;
	width:1080px;
	text-align:center;
}

#footer .footer-1st {
	display:inline-block;
	box-sizing: border-box;
	margin-top:42px;
}
#footer .footerMenu-1st {
	display:inline-block;
	box-sizing: border-box;
	padding:0 16px;
}
#footer a {
	color:rgb(173,190,200);
	font-size:13px;
}
#footer a:hover {
	color:rgb(217,249,3);
}


#footer .footerMenu-1st-act a {
	color:rgb(217,249,3);
}






