@charset "UTF-8";

/*
Theme Name: Deutsches Arbeitnehmerforum
Theme URI: https://www.arbeitnehmer-forum.de
Author: Dominik Žilka
Author URI: https://www.dominikzilka.cz
Description: Custom template for Arbeit Nehmer Forum
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 8.0
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/


@import "assets/css/main.css";

.logged-in.admin-bar .nav-main {
    top: 32px;
}
.grecaptcha-badge {
    display: none;
}

.navbar {
	z-index: 100;
}

.page-generic {
    background: #33415c;
}

.page-generic p {
    color: #fff;
}

.page-generic h1 {
    text-align: left;
    color: #fff;
}

.text-section p {
	text-align: left;
}

/* Hyphenation */
/*
p {
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphenate-limit-lines: 2;
  hyphenate-limit-chars: 6 4 4;
  hyphenate-limit-last: always;
}

h1, h2, h3, h4, h5, h6 {
  hyphens: none;
}
*/