@charset "UTF-8";
#mainwrapper header {
    /*Header */
    background-color: rgba(0,0,0,0.30);
    overflow: auto;
    width: auto;
    float: left;
}
#mainwrapper header .newsbox {
	color: #F0F0F0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	height: auto;
	width: 220px;
	border-radius: 8px;
	padding: 12px;
	border: 1px solid #939393;
}
#content #mainContent h1 {
    color: #D58428;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: 600;
    font-size: xx-large;
    margin-top: 2em;
}
#content #mainContent h2 {
    color: #D58428;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: 500;
    font-size: large;
    letter-spacing: 2px;
}
#content #mainContent h3 {
	color: #D58428;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-weight: 400;
	font-size: large;
	margin-top: 2em;
	letter-spacing: 2px;
}
#mainContent  a {
	color: #F9C148;
	font-style: normal;
	font-weight: bold;
}

#content #mainContent p {
	/* All paragraphs under maincontent */
	color: rgba(243,243,243,1.00);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-size: medium;
}
#content #mainContent .wichtig {
	color: #F4A22B;
}

#mainContent {
	width: 80%;
	float: left;
	padding-top: 2px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	margin-left: 6%;
	margin-right: 6%;
}
#mainwrapper {
	overflow: auto;
	margin-left: 0px;
	top: 30%;
}

#footerbar {
	/* Footer bar at the bottom of the page */
	height: 18px;
	clear: both;
	background-color: #000000;
	width: 100%;
}
.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}

/* Tablet view */
@media screen and (max-width : 481px ){
.notOnDesktop {
	/* Search box shown only in mobile view and Tablet view */
	display: block;
	text-align: right;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 96%;
}
#content .notOnDesktop input {
	height: 28px;
}
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	text-align: center;
}
#sidebar input {
	/* Search box in sidebar */
	display: none;
}

#mainwrapper header {
	/* Header */
	width: 100%;
}
}

/* Mobile view */
@media screen and (max-width : 1027px ){
#mainwrapper header #logo {
	/* Company Logo text in header */
	width: 96%;
	margin-left: 2%;
}

#content .notOnDesktop {
	/* Search box shown only in mobile and tablet view */
	width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
#content .notOnDesktop input {
	width: 80%;
	text-align: center;
}
#content #mainContent h1 {
    /* Title under maincontent, if any */
    font-size: 16px;
    font-weight: 500;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    color: rgba(239,171,26,1);
}
}
#content #mainContent h3 {
	/* Title under maincontent, if any */
	font-size: 14px;
	font-weight: 500;
}
.wichtig {
	color: #FBA130;
	font-size: large;
}
