/*
 * Reset
 * --------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #333333;
	font-family: Lato, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

button,
input,
select,
textarea {
	border: 1px solid #333333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input[type=text],
input[type=password] {
	height: 18px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 601px;
}

a:hover img {
	opacity: 0.85;
}

body {
	background: #c6c7ce;
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat-x;
	background-image: url("http://www.forum-inside.de/images/images/bg.png");
}


.site {
	background-color: #c6c7ce;
	position: relative;
	margin: 0px auto;
	max-width: 1260px;
	width: 100%;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}


/* Clearing floats */

.hentry:before,
.hentry:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.hentry:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}



/* Good old style */

select, option, textarea, input {
font-family:verdana,arial;
color:#333333;
font-size:12px;
background-color:#EEEEEE;
}

a:link, a:visited, a:active {
text-decoration:none;
color:#0000CC;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}

a:hover {
text-decoration:none;
color:#DD0000;
}

.bottom {
vertical-align:bottom;
}

.top {
vertical-align:top;
}

.poster {
font-size:12px;
}

.thinborder {
border-collapse:collapse;
border:1px solid #999999;
}

.topbar {
border:1px solid #999999;
// background:url(/images/images/topbar.gif);
}

.topbarpointer {
border:1px solid #999999;
cursor:pointer;
// background:url(/images/images/topbar.gif);
}

td {
font-family:verdana, arial;
color:#000000;
font-size:10px;
}



/*
 * Header
 * --------------------------------------------------
 */

.site-header {
	background-color: #333333;
	max-width: 1260px;
	position: relative;
	width: 100%;
	z-index: 4;
}

.site-logo {
	float: left;
}

img.logo {
	margin: 10px 10px 10px 10px;
}

.banner.header {
	min-height: 90px;
	margin: -90px 0px 0px 150px;
	position: relative;
	text-align : center;
	max-width : 100%;
}

.banner img {
	height: auto;
	max-width: 100%;
}

.banner {
	text-align : center;
}

.banner span {
	font-weight : bold;
	text-align  : center;
}

@media screen and (max-width: 1002px) {
	.banner.header {
	min-height: 0;
	margin: 0px 0px 0px 0px;
	position: relative;
	text-align: center;
	max-width: 100%;
	}

	#site-header {
	position: relative;
	z-index: 5;
	}


	img.logo {
	margin: 0;
	position: absolute;
	bottom:	-48px;
	width: 58px;
	height: 48px;
	z-index: 5;
	}
}

@media screen and (min-width: 1003px) {
	margin: 10px 10px 10px 10px;
}


	#site-header {
	position: relative;
	z-index: 5;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}





/*
 * Navigation
 * --------------------------------------------------
 */

.header-main {
	top: 0;
	left: 0;
	z-index: 9998;
	background-color: #333333;
	padding-right: 0px;
	width: 100%;
	min-height: 48px;
	border: 0px none;
//	min-width: 600px;
//	position: fixed;
}

.navigation {
	background-color: #333333;
	box-sizing: border-box;
	font-size: 11px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
	float: right;

}

.navigation-menu, .navigation-menu li {
	margin: 0px 0px 0px 0px;
}

.navigation a, .navigation a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 12px;
	white-space: nowrap;
	text-transform: uppercase;
}

.navigation a:hover, .navigation a:target {
	color: #ffffff;
	outline: 0px none;
}

	/* Primary Navigation */

	.navigation {
		float: right;
		font-size: 11px;
		margin: 0 1px 0 58px;
		padding: 0;
		text-transform: uppercase;
	}

	.navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}

	.navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	/* active navigation menu */
	.current-menu-item,
	.current-category-parent,
	.current-menu-parent {
		background-color: #dd0000;
	}

	.navigation li {
		border: 0;
		display: inline-block;
		height: 48px;
		line-height: 48px;
		position: relative;
	}

	.navigation a {
		display: inline-block;
		padding: 0 12px;
		white-space: nowrap;
	}

	.navigation ul ul {
		background-color: #333333;
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
	}

	.navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}

	.navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.navigation ul ul a {
		padding: 12px 10px;
		white-space: normal;
		width: 180px;
//		height: 30px;
	}

	.navigation li:hover > a,
	.navigation li.focus > a {
		background-color: #dd0000;
		color: #ffffff;
	}

	.navigation ul ul a:hover,
	.navigation ul ul li.focus > a {
		background-color: #dd0000;
	}

	.navigation ul li:hover > ul,
	.navigation ul li.focus > ul {
		left: auto;
	}

.navigation ul li:hover > ul.menu-item-search,
.navigation ul li.focus > ul.menu-item-search {
		left: -154px;
	}

	.navigation ul ul li:hover > ul,
	.navigation ul ul li.focus > ul {
		left: 100%;
	}

	.navigation .menu-item-has-children > a,
	.navigation .page_item_has_children > a {
		padding-right: 26px;
	}

	.navigation .menu-item-has-children > a:after,
	.navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: " ";
	width: 0;
	height: 0;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	border-top: 6px solid #ffffff;
		display: inline-block;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;
	}

	.navigation li .menu-item-has-children > a,
	.navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 170px;
	}

	.navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.navigation .menu-item-has-children li.page_item_has_children > a:after,
	.navigation .page_item_has_children li.menu-item-has-children > a:after,
	.navigation .page_item_has_children li.page_item_has_children > a:after {
		content: " ";
	width: 0;
	height: 0;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	border-top: 6px solid #ffffff;

		right: 8px;
		top: 15px;
	}




/*
 * Fixed navigation
 * --------------------------------------------------
 */

.header-main-fixed .site-header {
		position: fixed;
		top: 0;
}

.header-main-fixed .site-main {
		margin-top: 168px;
}

.header-main-fixed #site-header {
	position: relative;
	z-index: 5;
}

.header-main-fixed #site-logo {
	position: relative;
	z-index: 5;
}

.header-main-fixed img.logo {
	z-index: 5;
	margin: 0;
	position: fixed;
	top:	0px;
	width: 58px;
	height: auto;
}




/**
 * Content Sidebar
 * -----------------------------------------------------------------------------
 */


.content-sidebar {
		border: 0;
		float: right;
		padding: 22px 30px 24px;
		position: relative;
		margin-left: -29.04761904%;
//		width: 29.04761904%;
	}


.content-sidebar .widget a {
	color: #333333;
}

.content-sidebar .widget a:hover {
	color: #dd0000;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #333333;
}

.content-sidebar .widget abbr[title] {
	border-color: #333333;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #333333;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #ffffff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #333333;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #333333;
	border: 0;
	color: #ffffff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #dd0000;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #dd0000;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	border-top: 3px solid #333333;
	color: #333333;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}

.content-sidebar .widget .widget-title a {
	color: #333333;
}

.content-sidebar .widget .widget-title a:hover {
	color: #dd0000;
}


.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 34px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
	color: #ffffff;
}

.widget a:hover {
	color: #dd0000;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget_recent_entries .post-date {
	display: block;
}


.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 8px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}


.textwidgettext {
	margin-bottom: 8px;
}

.widget_text > div > :last-child {
	margin-bottom: 0;
}



/* Page links */

.page-links {
	clear: both;
	font-size: 10px;
	font-weight: 400;
	line-height: 2;
	margin: 4px 0 0 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.page-links a {
	background: #666666;
	color: #ffffff;
	border: 1px solid #ffffff;
	display: inline-block;
	height: 22px;
	margin: 0 0 1px 1px;
	text-align: center;
	min-width: 22px;
	width: auto;
	text-decoration: none;
	padding: 0 2px 0 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.page-links > span {
	background: #dd0000;
	color: #ffffff;
	border: 1px solid #ffffff;
	display: inline-block;
	height: 22px;
	margin: 0 2px 1px 0;
	text-align: center;
	min-width: 22px;
	width: auto;
	padding: 0 2px 0 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.page-links > .page-links-others {
	background: #666666;
	color: #ffffff;
	border: 1px solid #ffffff;
	display: inline-block;
	height: 22px;
	margin: 0 2px 1px 0;
	text-align: center;
	min-width: 22px;
	width: auto;
	text-decoration: none;
	padding: 0 2px 0 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


.page-links a:hover {
	background: #dd0000;
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.page-links > .page-links-title {
	background: #666666;
	color: #ffffff;
	border: 1px solid #ffffff;
	display: inline-block;
	height: 22px;
	margin: 0 0 1px 1px;
	text-align: center;
	min-width: 22px;
	width: auto;
	text-decoration: none;
	padding: 0 4px 0 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}



/* Page Buttons */

.page-buttons {
	clear: both;
	font-size: 12px;
	font-weight: 400;
	line-height: 3;
	margin: 4px 0 0 0;
	text-align: left;
	float: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.page-buttons a {
	background: #333333;
	color: #ffffff;
	border: 1px solid #ffffff;
	display: inline-block;
	height: 36px;
	margin: 0 0 1px 1px;
	text-align: center;
	min-width: 100px;
	width: auto;
	text-decoration: none;
	padding: 0 2px 0 2px;
	float: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.page-buttons > span {
	background: #dd0000;
	color: #ffffff;
	border: 1px solid #ffffff;
	display: inline-block;
	height: 36px;
	margin: 0 2px 1px 0;
	text-align: center;
	min-width: 100px;
	width: auto;
	padding: 0 2px 0 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.page-buttons > .page-buttons-others {
	background: #333333;
	color: #ffffff;
	border: 1px solid #ffffff;
	display: inline-block;
	height: 36px;
	margin: 0 2px 1px 0;
	text-align: center;
	min-width: 100px;
	width: auto;
	text-decoration: none;
	padding: 0 2px 0 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


.page-buttons a:hover {
	background: #dd0000;
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.page-buttons > .page-buttons-title {
	background: #333333;
	color: #ffffff;
	border: 1px solid #ffffff;
	display: inline-block;
	height: 36px;
	margin: 0 0 1px 1px;
	text-align: center;
	min-width: 100px;
	width: auto;
	text-decoration: none;
	padding: 0 4px 0 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


/* Submit Buttons */

input[type=submit],
input[type=reset] {
	background: #333333;
	color: #ffffff;
	border: 1px solid #ffffff;
	cursor:pointer;

	height: 25px;
	margin: 0 0 1px 1px;
	text-align: center;
	min-width: 22px;
	width: auto;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:focus,
button:hover,
button:focus {
	background: #dd0000;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}


input[type=button],
button {
	background: #666666;
	color: #ffffff;
	border: 1px solid #ffffff;
	cursor:pointer;
	height: 25px;
	margin: 0 0 1px 1px;
	text-align: center;
	min-width: 22px;
	width: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}




/* Page Navi */

.page-navi-base {
	clear: both;
	display: inline-block;
	padding: 0;
	white-space: nowrap;
}

.page-navi,
.page-navi-first {
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
	display: inline-block;
	height: 26px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: auto;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	background: #666666;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	max-width: 400px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.page-navi-first-radius {
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}

.page-navi > a,
.page-navi-first > a {
	color: #ffffff;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 400px;
}

.page-navi {
	min-width: 50px;
	padding: 0 10px 0 20px;
	border-left: 0px solid #eeeeee;
}

.page-navi-first {
	min-width: 40px;
	padding: 0 10px 0 10px;
	border-left: 1px solid #eeeeee;
}

.page-navi:before,
.page-navi-first:before {
	border-top: 13px solid transparent;
	border-left: 10px solid #666666;
	border-bottom: 13px solid transparent;
	content: "";
	height: 0px;
	top: 0px;
	width: 0px;
	right: -10px;
	position: absolute;
	z-index: 3;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}


.page-navi:hover,
.page-navi-first:hover {
	background: #dd0000;
}

.page-navi:hover:before,
.page-navi-first:hover:before {
	border-left: 10px solid #dd0000;
}

.page-navi:after,
.page-navi-first:after {
	border-top: 14px solid transparent;
	border-left: 11px solid #eeeeee;
	border-bottom: 14px solid transparent;
	content: "";
	height: 0px;
	top: -1px;
	width: 0px;
	right: -11px;
	position: absolute;
	z-index: 2;
}




/**
 * Footer
 * -----------------------------------------------------------------------------
 */


.site-info,
.site-info a {
	color: rgba(255, 255, 255, 0.7);
}

.site-info {
	padding: 15px 10px;
	text-align: center;
}

.site-info {
	border-top: 3px solid rgba(255, 255, 255, 0.2);
}

.site-info a:hover {
	color: #dd0000;
}

.site-info {
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat-x;
	background-image: url("http://www.forum-inside.de/images/images/bgrev.png");
	position: relative;
	margin: 30px auto;
	max-width: 1240px;
//	margin-right: 26%;
}


.banner.footer {
	padding: 15px 10px;
	text-align: center;
}





/*
 * Main
 * --------------------------------------------------
 */


.site-main {
	background-color: #c6c7ce;
	width: auto;
//	padding-top: 72px;
}

.menu-title {
	padding-top: 3px;
	padding-bottom: 6px;
	border-top: 3px solid #333333;
	background-color: #c6c7ce;
}

.menu-title-red {
	padding-top: 3px;
	padding-bottom: 6px;
	border-top: 3px solid #dd0000;
	background-color: #c6c7ce;
}

.menu-title-red-bottom {
	padding-top: 3px;
	padding-bottom: 6px;
	border-top: 3px solid #333333;
	border-bottom: 3px solid #dd0000;
	background-color: #c6c7ce;
}

.topbar {
	padding-top: 3px;
	padding-bottom: 6px;
	border-top: 3px solid #333333;
	background-color: #c6c7ce;
}

.topbarpointer {
	cursor:pointer;
	padding-top: 3px;
	padding-bottom: 6px;
	border-top: 3px solid #333333;
	background-color: #c6c7ce;
}

	.content-area {
		float: left;
		width: 100%;
	}

	.content-area,
	.content-sidebar {
		padding-top: 22px;
	}

	.site-content {
		margin-right: 26%;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}



#cookie_box {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	display: none;
}
#cookie_alert {
	position: relative;
	bottom: auto;
	left: auto;
	width: auto;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	background-color: #333333;
	opacity: 1;
	padding: 10px 5px 10px 5px;
	border-top: none;
	z-index: auto;
	margin-top: 5px;
}
#cookie_alert .note {
	padding: 0px 35px;
}
#cookie_alert span.cookie_close {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 20px;
	height: 10px;
	display: block;
}
#cookie_alert a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
#cookie_alert a:hover {
	color: #dd0000;
}



/**
 * Media
 * -----------------------------------------------------------------------------
 */


@media screen and (max-width: 900px) {
	.content-sidebar {
		display: none;
	}

	.site-content {
		margin-right: 0;
	}

	table {
		width: 100%;
	}

	input[type=text],
	input[type=password],
	textarea {
		width: 99%;
	}

}


@media screen and (max-width: 1100px) {
	.content-sidebar {
		display: none;
	}

	.site-content {
		margin-right: 0;
	}

}

