/**
 * Theme Name:     Senatspreis Theme
 * Theme URI:      http://www.senatspreis.de
 * Description:    Theme für die Senatspreis Webseite.
 * Author:         Christian Lütje
 * Author URI:     
 * Version:        0.1
 */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('./fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/open-sans-v15-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('./fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/open-sans-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
       url('./fonts/open-sans-v15-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/open-sans-v15-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('./fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/open-sans-v15-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('./fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/open-sans-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
       url('./fonts/open-sans-v15-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/open-sans-v15-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('./fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/open-sans-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
       url('./fonts/open-sans-v15-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/open-sans-v15-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('./fonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/open-sans-v15-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
       url('./fonts/open-sans-v15-latin-800italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/open-sans-v15-latin-800italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
	background: #ffffff;
	font-family: 'Open Sans', Helvetica, Arial, Tahoma, sans-serif;
	font-size: 14px;
	color: #333333;
}

strong,b {
	font-weight: bold;
}

em,i {
	font-style: italic;
}

.clear {
	clear: both;
}

a:link,a:visited,a:active {
	color: #3a4e7b;
	text-decoration: none;
}

a:hover {
	color: #da2e47;
	text-decoration: underline;
}

a.more-link {
	
	display: block;
	text-align: right;
	
}

#header-bar {
	/*background-image: url("images/header_back.png");*/
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 115px;
}

div.top-gradient {
	height: 90px;
	width: 100%;
	background-color: #272c4f;
	background: linear-gradient(#314167, #212142);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#314167), to(#212142));
	background: -webkit-linear-gradient(#314167, #212142);
}

div.top-blue {
	height: 9px;
	width: 100%;
	background-color: #3a4e7b;
	margin: 1px 0 2px 0;
}

div.top-red {
	height: 4px;
	width: 100%;
	background-color: #da2e47;
	margin: 0px 0 7px 0;
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

#header-logo {
	position: relative;
	margin: auto auto;
	padding-left: 25;
	width: 1000px;
	top: -113px;
	
}

#date {
	position: relative;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	left: -60px;
	top: 58px;
	float: right;
	display: inline;
	
}

#page {
	width: 1020px;
	margin: 5px auto 10px auto;
}

#menu {
	width: 1010px;
	height: 255px;
	margin-left: 5x
}

#menu img {
	margin: -230px 0 0 10px;
}

#copy {
	position: relative;
	width: 200px;
	height: 15px;
	text-align: right;
	float: right;
	margin: 95px -343px 0 0;
	display: block;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	font-size: 11px;
	
	
	/*writing-mode: tb-rl;*/


	
}

#main {
	background: #f2f2f2;
	margin-left: 10px;
	width: 765px;
	min-height: 500px;
}


#headline {
	background: url("images/headline_back.png") no-repeat;
	height: 33px;
	position: relative;
	left: -7px;
	top: 10px;
	padding: 0 0 5px 3px;
	float: left;


}

#headline h1 { 
	color: #c32940;
	font-size: 16px;	
	padding: 0 25px 0 15px;
	/*
	background: #cecece;
	background: -moz-linear-gradient(#cecece, #b1b1b1);
	background: -o-linear-gradient(#cecece, #b1b1b1);
	
	background: -ms-linear-gradient(#cecece, #b1b1b1);
	*/
	background: #cecece;
	background: linear-gradient(#cecece, #b1b1b1);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cecece), to(#b1b1b1));
	background: -webkit-linear-gradient(#cecece, #b1b1b1);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

#content {
	clear: left;
	margin: 0 80px 0 20px;
	padding-top: 10px;
}

.entry ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 0 20px 30px;
	line-height: 20px;
}

.entry table {
	margin: 0 0 30px 30px;	
	width: 100%;
}

.entry td {
	padding: 4px;
	background-color: #e6e6e6;
	border: 1px solid #ffffff;
	
}

.entry {
	display: inline-block;
	margin: 10px 0 5px 0;
	width: 100%;
}

h1.archive,#respond h6,#content-comments h6 {
	font-size: 20px;
	line-height: 24px;
	color: #3a4e7b;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	text-decoration: none;
	font-weight: bold;
}

.entry h1,.entry h2,.entry h2 a:link,.entry h2 a:visited,.entry h2 a:active {
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	color: #3a4e7b;
	letter-spacing: 0px;
	margin: 5px 0 5px 0;
	text-decoration: none;
}

.entry h2 {
	margin: 5px 0 5px 0;
	
}

.entry h2 a:hover {
	color: #da2e47;
	text-decoration: none;
}

.entry h3 {
	font-weight: bold;
	color: #3a4e7b;
	font-size: 15px;
	line-height: 30px;
}

.entry h4 {
	font-weight: bold;
	color: #3a4e7b;
	font-size: 14px;
	line-height: 22px;
}

#sidebar div.documents {
	display: inline-block;
	margin: 10px 0 5px 0;
	width: 100%;
}

#sidebar div.documents ul {
	margin: 0;
}

#sidebar div.documents li {
	text-align: left;
	padding: 5px;
	list-style: disc;
	margin-left: 30px;
}


address {
	font-style: italic;
	line-height: 20px;
	margin: 10px 0 20px 0;
}

p {

	line-height: 20px;
	margin: 10px 0 10px 0;
	text-align: justify;
}

p.blogmeta {
	font-size: 11px;
	color: #999999;
	margin: 0 0 5px 0;
	text-align: left;
}

p.blogmeta a {
	margin: 0 30px 0 0;
}

p.blogmeta a:link,p.blogmeta a:visited,p.blogmeta a:active {
	color: #999999;
}

p.blogmeta a:hover {
	color: #da2e47;
}

p.tags {
	font-size: 11px;
	color: #999999;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	text-align: left;
}

.entry img {
	float: left;
	margin: 0 20px 10px 0;
}

.gallery {
	clear: both;
}

#respond {
	margin: 25px 0 65px 0;
}

#respond label {
	display: block;
	color: #666666;
}

#respond input {
	margin: 0;
	padding: 0 10px;
	width: 250px;
	background: #E8E8E8;
	line-height: 26px;
	border: 0;
	outline: 0;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
}

#respond textarea {
	margin: 0;
	padding: 10px;
	width: 400px;
	height: 150px;
	background: #E8E8E8;
	line-height: 20px;
	border: 0;
	outline: 0;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
}

#respond #submit {
	width: auto;
	color: #FFFFFF;
	background: #CC0066;
	border: 0;
	padding: 0 10px;
	font-size: 11px;
	line-height: 26px;
	height: 26px;
	margin: 0;
	cursor: pointer;
}

#respond #submit:hover {
	background: #666666;
}



.widget {
	display: inline-block;
	margin: 0 0 50px 0;
	width: 100%;
}

ul.archiv li {
	list-style-type: square;
	margin: 0 0 0 40px;
	line-height: 30px;
	font-size: 12px;
}

#searchform {
	margin: 20px 0 0 12px;
}

#search-field {
	width: 150px;
	background: #E8E8E8;
	border: 0;
	font-size: 11px;
	line-height: 26px;
	height: 26px;
	padding: 0 5px;
	outline: 0;
}

#search-button {
	width: auto;
	color: #FFFFFF;
	background: #CC0066;
	border: 0;
	padding: 0 10px;
	font-size: 11px;
	line-height: 26px;
	height: 26px;
	margin: 0 0 0 5px;
	cursor: pointer;
}

#search-button:hover {
	background: #666666;
}


/*
form label {
	display: block;
}

table.form  {
	margin: 15px 0 15px 0;
	width: 300px;
}

table.form td {
	background: none;
	border: none;
	padding: 5px;
}
*/

.wpcf7-form {
	margin-left: 15px;
	
}

.wpcf7-form h2 {
	position: relative;
	left: -10px;
}

.wpcf7-form table {
	margin: 15px 0 15px 0;
	border: none;
	width: 650px;
}

.wpcf7-form td {
	padding: 5px;
	background: none;
	border: none;
	vertical-align: top;
}

.wpcf7-form td.leftCol {
	width: 200px;
}

.wpcf7-form td.rightCol {
	width: 400px;
}

.wpcf7-form label, span.label {
	width: 200px;
	text-align: right;
	display: block;
	line-height: 20px;
}

.wpcf7-form table.leftWide td.leftCol {
	width: 330px;
}

.wpcf7-form table.leftWide td.rightCol {
	width: 420px;
}

.wpcf7-form table.leftWide label {
	width: 330px;
	text-align: left;
}

.wpcf7-form input, textarea {
	/*width: 250px;*/
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-list-item label {
	text-align: left;
	width: 400px;
}

.wpcf7-list-item-label {
	font-size: 13px;
	vertical-align: 2px;
}

.wpcf7-textarea, .wpcf7-text {
	width: 300px;
}

.wpcf7-number {
	width: 80px;
}

img.wpcf7-captchac {
	margin: 5px 0 0 10px;
	vertical-align: -6px;
	float: none;
}

input.wpcf7-captchar {
	width: 100px;
}

td.bottom {
	vertical-align: bottom;
}

#sidebar {
	float: right;
	background: #e6e6e6;
	width: 230px;
	margin: 0 10px 10px 0;
	
}

#sidebar .headline_reversed {
	background: url("images/headline_back_reversed.png") no-repeat right top;
	right: -7px;
	top: 10px;
	padding: 0 0 5px 3px;

	height: 33px;
	position: relative;	
	
	
}


#sidebar h1 {
	color: #3a4e7b;
	font-size: 14px;
	font-weight: bold;	
	line-height: 24px;
	padding: 0 10px 0 5px;
	background: #cecece; /* Show a solid color for older browsers */
	/*
	background: -moz-linear-gradient(#cecece, #b1b1b1);
	background: -o-linear-gradient(#cecece, #b1b1b1);
	background: -ms-linear-gradient(#cecece, #b1b1b1);
	*/
	background: linear-gradient(#cecece, #b1b1b1);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cecece), to(#b1b1b1));
	background: -webkit-linear-gradient(#cecece, #b1b1b1);
	-moz-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.4);
	box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.4);
}

#sidebar ul {
	margin: 12px 0 0 0;
	text-align: center;
}

#sidebar li {
	padding: 10px 0 10px 0px;
}

#sidebar li a:link,#sidebar li a:visited,#sidebar li a:active {
	/*color: #999999;*/
}

#sidebar li a:hover {
	color: #CC0066;
}

#sidebar li.cat-item,#sidebar #submenu li {
	color: #999999;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 0;
	border: 0;
	margin: 0 0 0 20px;
}

#sidebar li.cat-item a:link,#sidebar li.cat-item a:visited,#sidebar li.cat-item a:active,#sidebar #submenu li a:link,#sidebar #submenu li a:visited,#sidebar #submenu li a:active
{
	color: #999999;
}

#sidebar li.cat-item a:hover,#sidebar #submenu li a:hover {
	color: #CC0066;
}

#sidebar p {
	margin: 0 16px 0 10px;
	text-align: left;
	font-size: 13px;
}

#contact-mail {
	margin: 8px 0 0 15px;
	font-weight: bold;
}

#contact-mail img {
	margin: 4px;
	
}

#contact-mail a {
	vertical-align: 7px;
	margin-left: 5px;
}

#footer {

	margin: 0 auto;
	width: 1000px;
}

#footer div {
	display: inline;

}

#footer-bar {
	/*background: url("images/footer_back.png") repeat-x;*/
	width: 100%;
	height: 50px;
	clear: both;
}


#footer-bar ul {
	
	display: inline;	
	
}

#footer-bar li {
	
	margin-left: 5px;
	display: inline;
	
}

#html5 {
	margin-right: 5px;
	float: right;
}

#copyright {
	margin-left: 5px;
}

.tagcloud {
	float: left;
	width: 620px;
	margin: 0 80px 0 20px;
	line-height: 30px;
}

.tagcloud a:link,.tagcloud a:visited,.tagcloud a:active {
	color: #999999;
}

.tagcloud a:hover {
	color: #CC0066;
}

#footer .widget h6 {
	height: 35px;
	color: #CC0066;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 35px;
	margin: 20px 0 12px 20px;
	padding: 0;
}

#last-comments {
	float: left;
	width: 260px;
}

#last-comments h6 {
	background: #4D4D4D;
	width: 240px;
	height: 35px;
	color: #999999;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 35px;
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
}

ul#recentcomments {
	margin: 0 0 20px 0;
	width: 260px;
}

li.recentcomments {
	color: #666666;
	font-size: 11px;
	text-transform: none;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 12px 0 12px 20px;
	border-bottom: 1px dashed #999999;
}

li.recentcommentslast-child {
	border-bottom: 0;
}

li.recentcomments a:link,li.recentcomments a:visited,li.recentcomments a:active
	{
	color: #999999;
}

li.recentcomments a:hover {
	color: #CC0066;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 0px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 0px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 0px 10px 20px 0;
}

.wp-caption.alignright {
    margin: 0px 0 20px 10px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    
    padding: 3px 0 2px 5px;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	padding: 0;
	float: left;
	margin: 0px 0 0 0;
	width: 250px;
	height: 230px;
	position: relative;
	left: 2px;
	top: 15px;
}

#access ul {
	font-size: 15px;
	list-style: none;
	margin: 0 0 0 0em;
	padding-left: 0;
}

#access li {
	/*float: left;*/
	background: url("images/menu_back.png") no-repeat;
	position: relative;
	display: block;
	height: 38px;
	margin: 2px 0 2px 0;
	
}

#access a {
	background-color: #3a4f7e; /* Show a solid color for older browsers */
	background: linear-gradient(#31629a, #314269);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#31629a), to(#314269));
	background: -webkit-linear-gradient(#31629a, #314269);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	color: #eee;
	display: block;
	height: 30px;
	line-height: 26px;
	width: 215px;
	padding: 0 13px;
	font-weight: bold;
	cursor: pointer;
}

#access ul ul {
	background-color: #3a4f7e; /* Show a solid color for older browsers */
	/*
	background: -moz-linear-gradient(#31629a, #314269);
	background: -o-linear-gradient(#31629a, #314269);
	background: -ms-linear-gradient(#31629a, #314269);
	
	*/
	background: linear-gradient(#31629a, #314269);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#31629a), to(#314269));
	background: -webkit-linear-gradient(#31629a, #314269);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	display: none;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 247px;
	width: 150px;
	z-index: 99999;
}

#access ul ul li {
	background: none;
	width: 150px;
	height: 30px;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul li a {
	color: #ffffff;
	background: none;
	box-shadow: none;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	line-height: 14px;
	padding: 6px;
	width: 138px;
	cursor: pointer;

}

#access li:hover>a,#access a:focus {
	background: #dbdbdb;
}

#access ul ul :hover>a {
	background: #f9f9f9; /* Show a solid color for older browsers */
	/*
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -ms-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9) to(#e5e5e5) );
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	*/
	background: linear-gradient(#f9f9f9, #e5e5e5);
}

#access li:hover>a,#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	/*
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -ms-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9) to(#e5e5e5) );
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	*/
	background: linear-gradient(#f9f9f9, #e5e5e5);
	color: #292952;
	text-decoration: none;
}

#access ul li:hover>ul {
	display: block;
}

#access .current-menu-item>a,#access .current-menu-ancestor>a,#access .current_page_item>a,#access .current_page_ancestor>a
	{
	font-weight: bold;
}

#fb-like {
	margin-top: 15px !important;
}

input.wpcf7-submit {
	
	color: #ffffff; 
	background-color: #3a4e7b; 
	border-color: #130269; 

	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;

	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

input.wpcf7-submit:hover, 
input.wpcf7-submit:focus, 
input.wpcf7-submit:active
 { 
  color: #ffffff; 
  background-color: #596D9C; 
  border-color: #130269; 
} 

#matomo-opt-out {
	width: 100%;
	height: 180px;
	border: 1px #dddddd solid;
}