/*
 Theme Name:   Customizr Child
 Description:  Customizr Child Theme
 Author:       Admeta Werbeagentur Duisburg
 Author URI:   https://www.admeta.de
 Template:     customizr
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.tc-header:not(.header-transparent) {
  box-shadow: none;
}

.desktop-sticky{
  box-shadow: none;
}

.nav__title::before {
    visibility: hidden !important;
}

.navbar-brand-sitename span{
	color: #5e4d44;
}

#menu-seitenleistenmenu .current-menu-item a{
	color: #ff2600;
	font-size: 1rem;
	-webkit-transition: width 2s;
  transition: font-size 2s !important;
	text-decoration: none !important;
}

#menu-seitenleistenmenu .menu-item a{
	text-decoration: none !important;
	letter-spacing: 1px;
}

#customizr-slider-main_slider{
	margin-top: 80px;
}

.czr-credits{
	display: none;
}

#menu-seitenleistenmenu>.menu-item:not(:last-of-type){
	margin-bottom: 1.625em !important;
}

.sub-menu>.menu-item:not(:last-of-type){
	margin-bottom: .1em !important;
}

.czr-btta {
  bottom: 150px !important;
}

.psgal{
	margin:0 !important;
}

.pswp__button--share{
	display:none !important;
}

.czr__r-i img{
	top:0!important;
	left: 0!important;
	width:100% !important;
	height:auto !important;
}

.tc-singular-thumbnail-wrapper .entry-media__wrapper {
	height: auto !important;
	max-height: none !important;
}

.nav__menu .menu-item {
    margin: 0 1.5px;
    padding: 0;
}

.nav__title{
	text-transform: lowercase;
	font-weight: 300;
}

.branding .navbar-brand {
    padding-bottom: .55rem !important;
}

#main-menu .nav__title{
	font-size: 1rem;
}

@media (max-width: 576px){
	.czr_pager {
    max-width: 540px;
}
}

@media (min-width: 768px){
	.czr_pager {
    max-width: 720px;
}
}

@media (min-width: 992px){
	.czr_pager {
    max-width: 960px;
}
}

@media (min-width: 1200px){
	.czr_pager {
    max-width: 1140px;
}
}

.czr_pager {
	display:flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	-webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.post-navigation {
    background-color: white !important;
}

.widget__wrapper {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.widget {
    margin-bottom: 0 !important;
}

.hidden{
	display: none;
}

#videos label {
	letter-spacing:0px !important;
}

#video2 label {
	letter-spacing:0px !important;
}

.header-bottom{
	display:none;
}

.featurette-divider{
	display:none;
}

.archive-title{
	margin-bottom: 1em;
}

.header-skin-light [class*=nav__menu] .current-menu-item>.nav__link, .header-skin-light [class*=nav__menu] .current-menu-item>.nav__link-wrapper .nav__link, .header-skin-light [class*=nav__menu] .nav__link-wrapper .caret__dropdown-toggler:hover, .header-skin-light [class*=nav__menu] .nav__link:hover, .header-skin-light [class*=nav__menu] .show:not(.dropdown-item)>.nav__link, .header-skin-light [class*=nav__menu] .show:not(.dropdown-item)>.nav__link-wrapper .nav__link, .header-skin-light [class*=nav__menu] li:not(.dropdown-item).current-active>.nav__link, .header-skin-light [class*=nav__menu] li:not(.dropdown-item).current-active>.nav__link-wrapper .nav__link {
    color: #ff2600;
}

.header-skin-light [class*=nav__menu] .nav__link, .header-skin-light [class*=nav__menu] .nav__link-wrapper .caret__dropdown-toggler {
    color: #999999;
}

.pagination, a:hover, a:focus, a:active, .btn-skin-dark:active, .btn-skin-dark:focus, .btn-skin-dark:hover, .btn-skin-dark.inverted, .btn-skin-dark-oh:active, .btn-skin-dark-oh:focus, .btn-skin-dark-oh:hover, .post-info a:not(.btn):hover, .grid-container__classic .post-type__icon .icn-format, [class*='grid-container__'] .hover .entry-title a, .widget-area a:not(.btn):hover, a.czr-format-link:hover, .format-link.hover a.czr-format-link, button[type=submit]:hover, button[type=submit]:active, button[type=submit]:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, .tabs .nav-link:hover, .tabs .nav-link.active, .tabs .nav-link.active:hover, .tabs .nav-link.active:focus {
    color: #ff2600;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #999999;
}

b, strong {
    color: #999999;
}