﻿/**
* Theme Name: Fliesen Schimmer
* Theme URI: https://www.brand-kommunikation.com/
* Author: Nikolas Kirschstein
* Author URI: https://www.brand-kommunikation.com/
* Description: Zart im Schmelz und süffig im Abgang.
* Version: drölf
* License: GNU General Public License v3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
* Text Domain: fliesenschimmer
* Tags: brand-kommunikation
*/

/*-------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

0  Normalize
1  Fonts
2  General
3  Sidebar
4  Content
5  Footer
6  Media Queries

--------------------------------------------------------------*/

.wrapfix {
	flex-wrap: nowrap !important;
}

/*--------------------------------------------------------------
0  Normalize
--------------------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    line-height: 1.25;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

figure {
    margin: 0;
}

/*--------------------------------------------------------------
1  Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular/Lato-Regular.eot');
    src: url('fonts/Lato-Regular/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Regular/Lato-Regular.svg#Lato-Regular') format('svg'),
    url('fonts/Lato-Regular/Lato-Regular.ttf') format('truetype'),
    url('fonts/Lato-Regular/Lato-Regular.woff') format('woff'),
    url('fonts/Lato-Regular/Lato-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Bold/Lato-Bold.eot');
    src: url('fonts/Lato-Bold/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Bold/Lato-Bold.svg#Lato-Bold') format('svg'),
    url('fonts/Lato-Bold/Lato-Bold.ttf') format('truetype'),
    url('fonts/Lato-Bold/Lato-Bold.woff') format('woff'),
    url('fonts/Lato-Bold/Lato-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Black/Lato-Black.eot');
    src: url('fonts/Lato-Black/Lato-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Black/Lato-Black.svg#Lato-Black') format('svg'),
    url('fonts/Lato-Black/Lato-Black.ttf') format('truetype'),
    url('fonts/Lato-Black/Lato-Black.woff') format('woff'),
    url('fonts/Lato-Black/Lato-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather';
    src: url('fonts/Merriweather-Italic/Merriweather-Italic.eot');
    src: url('fonts/Merriweather-Italic/Merriweather-Italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Merriweather-Italic/Merriweather-Italic.svg#Merriweather-Italic') format('svg'),
    url('fonts/Merriweather-Italic/Merriweather-Italic.ttf') format('truetype'),
    url('fonts/Merriweather-Italic/Merriweather-Italic.woff') format('woff'),
    url('fonts/Merriweather-Italic/Merriweather-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

/*--------------------------------------------------------------
2  General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.1  Content Stuff
--------------------------------------------------------------*/

body {
    color: #000;
    font-size: 18px;
    font-family: Lato, sans-serif;
    background: #f0ece9;
}

p {
    text-align: justify;
}

hr {
    border: none;
    border-top: 3px dotted #e47911;
    margin: 20px 0;
}

img {
    max-width: 100%;
    height: auto;
    transition: ease 200ms;
}

a {
    color: unset;
    transition: ease 200ms;
    text-decoration: none;
}

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

a img:hover {
    opacity: .5;
}

iframe {
	max-width: 100%;
}

/*--------------------------------------------------------------
2.2  Headings
--------------------------------------------------------------*/

h1 {
    color: #7c7c7c;
    font-family: Merriweather, sans-serif;
    font-style: italic;
    font-size: 32px;
    font-weight: lighter;
}

h2 {
    color: #464646;
    font-family: Merriweather, sans-serif;
    font-weight: 700;
    font-size: 28px;
}

h3 {
    font-family: Merriweather, sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    color: #7c7c7c;
}

h4 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
}

h5 {
    color: #666;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    margin: 10px 0;
}

/*--------------------------------------------------------------
2.3  Content Selection
--------------------------------------------------------------*/

::selection {
    background: #e47911;
    color: #fff;
}

::-moz-selection {
    background: #e47911;
    color: #fff;
}

/*--------------------------------------------------------------
2.4  Image Alignment
--------------------------------------------------------------*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

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

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

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

/*--------------------------------------------------------------
3  Sidebar
--------------------------------------------------------------*/

#topbar {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.25);
    display: none;
    padding: 10px;
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    justify-content: space-between;
}

#topbar-logo img {
    height: 100%;
    width: auto;
}

#nav-toggle {
    display: block;
    padding: 18px 0;
}

#nav-toggle:after {
    display: block;
    box-shadow: 0 16px 0 0 #e47911, 0 -16px 0 0 #e47911;
    content: '';
    position: relative;
    width: 50px;
    height: 8px;
    background: #e47911;
}

#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    overflow: hidden auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 9999;
    box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.admin-bar #sidebar,
.admin-bar #topbar {
    margin-top: 32px !important;
}

#nav-main {
    margin-top: 20px;
    border-top: 1px solid #e47911;
    border-bottom: 0px solid #e47911;
    padding: 10px 0;
}

#nav-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav-main a {
    text-decoration: none;
    color: #404040;
    line-height: 1.5;
    width: 100%;
    display: inline-block;
}

#nav-main .menu a {
    font-size: 20px;
    line-height: 1.75;
}

#nav-main .sub-menu a {
    font-size: unset;
    line-height: 1.5;
}

#nav-main a:hover {
    color: #e47911;
}

#nav-main ul li ul {
    display: none;
    margin-left: 15px;
}

#nav-main ul li ul li a:before {
    content: '• ';
}

#nav-main ul li.current-menu-item > a:before {
    content: '> ';
}

#nav-main ul li.current-menu-item > a {
    color: #e47911;
    font-weight: 700;
}

#nav-main ul li.current-menu-ancestor > a {
    color: #e47911;
}

#nav-main ul li.current-menu-item ul,
#nav-main ul li.current-menu-ancestor ul {
    display: block;
}

/*--------------------------------------------------------------
4  Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4.1  Structure
--------------------------------------------------------------*/

.post-thumbnail {
    overflow: hidden;
    height: 500px;
}

.post-thumbnail img {
    width: 100%;
}

.entry-content {
    margin-left: 250px;
}

.entry-content-container {
    max-width: 940px;
    margin: 0 auto;
    padding: 20px;
}

.entry-title {
    text-align: center;
}

/*--------------------------------------------------------------
4.2  Gutenberg Blocks
--------------------------------------------------------------*/

.wp-block-column, .wp-block-image {
    margin-bottom: 0;
}

.wp-block-column h1,
.wp-block-column h2,
.wp-block-column h3,
.wp-block-column h4,
.wp-block-column h5,
.wp-block-column h6 {
    margin-top: 0;
}

.wp-block-column:not(:first-child) {
    margin-left: 20px;
}

.wp-block-button a {
    font-size: 16px;
    border: 1px solid #e7e7e7 !important;
    color: #4c4c4c !important;
    background: #e7e7e7 !important;
    border-radius: 15px;
    padding: 8px 24px;
    font-variant: small-caps;
}

.wp-block-button a:hover {
    border: 1px solid #e47911 !important;
    color: #e47911 !important;
    text-decoration: none;
}

/*--------------------------------------------------------------
5  Footer
--------------------------------------------------------------*/

#colophon {
    width: 100%;
    background: #a5a5a5;
    text-align: center;
}

#nav-bottom {
    margin: 0;
    margin-left: 250px;
}

#nav-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav-bottom ul li {
    display: inline-block;
}

#nav-bottom ul li a {
    padding: 15px 15px;
	font-size: 15px;
    color: #eeebe8;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

#nav-bottom ul li a:hover {
    color: #e47911;
}

/*--------------------------------------------------------------
6  Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 601px) {
	.mfp-wrap, .fancybox-container {
		width: auto !important;
		left: 250px !important;
		right: 0 !important;
	}
}

@media screen and (max-width: 782px) {
    .admin-bar #sidebar,
    .admin-bar #topbar {
        margin-top: 46px !important;
    }
}

@media screen and (max-width: 600px) {
	#nav-bottom {
		margin-left: 0;
	}
	
    #topbar {
        display: flex;
    }

    #sidebar {
        display: none;
    }

    #page {
        margin-top: 64px;
    }

    .entry-content {
        margin-left: 0;
    }
}

@media screen and (max-width: 1250px) {
	.wp-block-carousel-slider-slider {
		padding: 0 30px;
	}
}

/*menüfarbe für SM */

	#menu-item-1673 a{
			color: rgba(0, 0, 0, 0);
						}
	#menu-item-1672 a{
			color: rgba(0, 0, 0, 0);
						}
	#menu-item-1673 a:hover {
    color: rgba(0, 0, 0, 0);
}
#menu-item-1673 ::selection {
    	color: rgba(0, 0, 0, 0)
	
}
	#menu-item-1672 a:hover {
    color: rgba(0, 0, 0, 0);
		}
#menu-item-1672 ::selection {
    color: rgba(0, 0, 0, 0)
}