/* 
Theme Name: Responsive Child Theme
Theme URI: https://github.com/cyberchimps/responsive-childtheme/tree/pro-child-theme
Description: Responsive Pro Child Theme
Template: responsivepro
Version: 1.0.0
Author: CyberCimps 
Author URI: https://cyberchimps.com
License: GNU General Public License
License URI: license.txt 

Responsive WordPress Theme, Copyright (C) 2003-2012 Emil Uzelac 

*/
@font-face {
	font-family: 'DiePARTEIBC';
    src: local('FOLIOBC.TTF'), local('FolioStd-BoldCondensed.otf'), url('https://die-partei-novesia.de/wp-content/uploads/fonts/DiePARTEI/dieparteibc-webfont.woff2') format('woff2'), url('https://die-partei-novesia.de/wp-content/uploads/fonts/DiePARTEI/dieparteibc-webfont.woff') format('woff'); 
	
}

@font-face {
	font-family: 'DiePARTEIXB'; 
	src: local('FOLIOXB.TTF'),local('FolioStd-ExtraBold.otf'), url('https://die-partei-novesia.de/wp-content/uploads/fonts/DiePARTEI/dieparteixb-webfont.woff2'), url('https://die-partei-novesia.de/wp-content/uploads/fonts/DiePARTEI/dieparteixb-webfont.woff') format('woff');

}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #1A1A1A;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'DiePARTEIBC', 'Open Sans', sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #b91023;
}

a:link {
	font-family: 'DiePARTEIBC', 'Open Sans', sans-serif;
	font-size: 1.2em ;
	font-weight: normal;
	
}

a:visited {
	font-family: 'DiePARTEIBC', 'Open Sans', sans-serif;
	font-size: 1.2em ;
	font-weight: normal;
}

a:hover, a:active {
	font-family: 'DiePARTEIBC', 'Open Sans', sans-serif;
	font-size: 1.2em ;
	font-weight: normal;
  	color: #B91023;
  	text-decoration: none;
}

.boxen {
    display: flex;
 	align-items: center;
  	justify-content: center;
}

.box1, .box2, .box3, .box4, .box5, .box6 {
	width: 15%; 
	max-width: 40px !important;
 	padding: 5px;	
 	box-sizing: border-box;
}

th, td, table {
    border: 0;
}

iframe {
  	max-width: 100%;
}

#header {
	margin: 0;
	background-color: #FFF;
}

.footer-menu {
    margin-left: 0;
    padding: 3px;
    font-size: 1.2em;
}

blockquote p {
	font-family: Times New Roman,Times,Georgia,serif; 
	font-style: italic;
	font-weight: bold;
	color: black;
	font-size: 18px;
	line-height: 25px;
}


#searchform-item {
    float: right;
}

.menu a {
    border-left: 1px solid #ffffff;
    font-size: 1.3em;
	letter-spacing: 0.04em;
}

.menu li li a {
    background-color: #b91023;
	letter-spacing: 0.04em;
    color: #ffffff;
}

.menu li a:hover li a:active {
	letter-spacing: 0.04em;
    color: #ffffff;
}


.menu ul a:hover {
    color: #fff;
    background-color: #b91023;
} 

.menu, .main-nav {
    background-image: -webkit-linear-gradient(top, #b91023, #b91023) !important;
	letter-spacing: 0.04em;
}

.js .main-nav #responsive_current_menu_item {
	font-family: "DiePARTEIBC";
	font-weight: normal;
}

.js .main-nav li a:hover {
    color: #fff;
    background-color: #b91023;
}

#scroll  {
	display: none !important;
}

.skip-container {
    display: block;
    padding: 0 0 0 0;  
    position: relative;
}

#wrapper {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    clear: both;
    margin: 0px auto 0px auto;
    padding: 0 20px 20px 20px;
    position: relative;
}

.die {
	font-family: 'DiePARTEIBC';
	font-size: 0.7em;
	font-weight: normal;
	color: #000;
	vertical-align: 17%;
}

.partei {
	font-family: 'DiePARTEIXB';
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #B91023;
	-webkit-text-stroke: 0.5px white; 
	text-shadow: 1px 1px 1px black;
	margin-right: 0.1em;
} 

.widget-title h3, .widget-title-home h3{
	font-weight: normal;
}

.ma {
	height: 128px; 
	width: 128px; 
	position: fixed; 
	right: 0; 
	bottom: 0;
}

b, strong {
	font-family: 'DiePARTEIBC';
    font-weight: normal;
    font-size: 1.2em;
}

.xb {
	font-family: 'DiePARTEIXB';
}

#widgets ul li a {
    display: inline;
    text-decoration: none;
    font-size: 1.3em;
}

@media only screen and (max-width: 650px) {
    .ma {
        display: none;
    }
}

#commentform .comment-form-url {
 display: none;
}

.post-meta .timestamp, .post-meta .vcard {
    border-right: solid 0px;
    padding-right: 2px;
    display: inline;
}

/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
::selection {
    background: #B91023;
    color: #fff;
}
/* und hiermit der Firefox >=1 */
::-moz-selection {
    background: #B91023;
    color: #fff;
}

a::selection {
    background: #B91023;
    color: #fff;
}

a::-moz-selection {
    background: #B91023;
    color: #fff;
}

.redbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background-color:#b91023;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff!important;
	font-family:'DiePARTEIBC';
	font-size:13px;
	padding:9px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.redbutt:hover {
	background-color:#ad1c2f;
    color:#ffffff!important;
}
.redbutt:active {
	position:relative;
	top:1px;
    color:#ffffff!important;
}

