/*
Theme Name: Woffice Child
Description: Child theme for Woffice
Author: Alkaweb Team
Template: woffice
*/

@font-face {
  font-family: "FontAwesome";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@font-face {
 font-family: 'MyriadPro';
 src: url( "fonts/MyriadPro-Regular.woff") format('woff'); /* normal */
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'MyriadPro';
 src: url( "fonts/MyriadPro-Bold.woff") format('woff'); /* fett */
 font-weight: bold;
 font-style: normal;
}

@font-face {
 font-family: 'MyriadPro';
 src: url( "fonts/MyriadPro-It.woff") format('woff'); /* kursiv */
 font-weight: normal;
 font-style: italic;
}

@font-face {
 font-family: 'RoadRadio';
 src: url( "fonts/RoadRadio.woff") format('woff'); /* normal */
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'RoadRadio-Black';
 src: url( "fonts/RoadRadio-Black.woff") format('woff'); /* fett */
 font-weight: bold;
 font-style: normal;
}

a {
	font-family: MyriadPro !important;
}

body {
	background-color: #333333;
	font-family: MyriadPro !important;
}

h1 {
	font-family: RoadRadio-Black !important;
	/*color: blue !important;*/
}

h2 {
	font-family: RoadRadio-Black !important;
}

h3 {
	font-family: RoadRadio-Black !important;
}

h4 {
	font-family: RoadRadio-Black !important;
}

h5 {
	font-family: RoadRadio-Black !important;
}

h6 {
	font-family: RoadRadio-Black !important;
}

li {
	font-family: MyriadPro !important;
}

p {
	font-family: MyriadPro !important;
}

/* Adminleiste Frontside */
/* 06.01.2021 funktioniert seltsamerweise wieder
/* Wordpress arbeitet mit Dashicons, nicht mit Awesome

/* Footer unten anbinden */

div#copyright {
	position: relative !important;
	bottom: 0px !important;
}

div#custom_html-2 {
	float: right;
}

.breadcrumbs {
    margin-top: 20px !important;
    text-align: center;
    font-size: 1.0em !important;
    font-style: italic;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -5px;
	z-index: 10;
    color: #666666 !important;
	font-weight: 700 !important;
}
.breadcrumbs a {
    color: #dd9933 !important;
    font-weight: 700;
}

#featuredbox.has-search form input{
	 margin-top: 40px !important;
}

div.attachment-info {
	visibility: hidden;
}

/* Fehler unter Kommentaren */

div.actions {
	display: none;
}

span.setting {
	display: none;
}

/* FontAwesome - gebrochene Icons */

li::before {
  /* font-family: "Font Awesome 5 Free";*/
  font-weight: 900 !important;
}

li a::before {
  font-weight: 900 !important;
}

li a::after {
  font-weight: 900 !important;
}

div.select::after {
  font-weight: 900 !important;
}

/* Tabellen */

div.table_iso_9001 table {
	border-collapse: collapse;
	border-spacing: 0px;
}

div.table_iso_9001 table tr td {
	border: 1px solid black;
}

/* Rechte Sidebar immer anzeigen */

#right-sidebar {
	display: inline-block;
}

/* Advanced Sidebar */

/*div#main-menu.main-menu > ul > li.current_page_item > a {*/
.main-menu li a {
	padding: 21px 10px 22px !important;
}
