/*
Theme Name:   Nikkon Child
Theme URI:    https://kairaweb.com/theme/nikkon/
Description:  This is a child theme for the Nikkon WordPress theme
Author:       TLD-Developer
Author URI:   https://tomleiferdesign.de/
Template:     nikkon
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  nikkon-child
*/

/* Störer Positionieren, JH */ 
#stoerer {
    position: absolute; 
    top: -10px; 
    right: 40px; 
    max-width: 20%;
    height: auto;
    z-index: 9999;
}

.stoerer-bild {
    width: 20vw;
    Min-width: 100px;
    height: auto;
}

/* Video-Header; JH */ 

.sow-slider-image-wrapper .kache-big strong, 
.sow-slider-image-wrapper .kache-big p strong, 
.so-widget-sow-hero-default-8c790ac5849c-129 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper .kache-big strong, 
.so-widget-sow-hero-default-8c790ac5849c-129 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper .kache-big p strong {
	font-size: 25px;
	text-shadow: none;
	color: #464644;
} 

.sow-slider-image-wrapper h1, 
.sow-slider-image-wrapper .kache-big h1, 
.so-widget-sow-hero-default-8c790ac5849c-129 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper .kache-big h1 {
	font-size: 50px;
    text-shadow: none;
	color: #EB3B4D; 
    z-index: 999;
} 

/* CSS Variable */
:root{
	-sudauHauptfarbe: #464644;
	-sudauRot: #eb3b4d;
	-sudauGruen: #325038;
}

/* ==================== Fonts ==================== */

@font-face {
   font-family: 'triogrotesk-normal';
   src: url("https://sudau-feinkost.de/wp-content/themes/nikkon-child/src/fonts/triogrotesk-normal-v102.woff") format("woff"),
   		url("https://sudau-feinkost.de/wp-content/themes/nikkon-child/src/fonts/triogrotesk-normal-v102.woff2") format("woff");      
font-display:swap;}

@font-face {
   font-family: 'Positype-Lust-Regular';
   src: url("https://sudau-feinkost.de/wp-content/themes/nikkon-child/src/fonts/Positype - Lust-Regular.otf");    
font-display:swap;}

@font-face {
   font-family: 'P22UndergroundBook';
   src: url("https://sudau-feinkost.de/wp-content/themes/nikkon-child/src/fonts/P22 - P22UndergroundBook.otf");   
font-display:swap;}

/* ============================================================================================== */
/* ============================================================================================== */
/* ============================================================================================== */

/* ==================== Allgemein ==================== */

body{
	font-family: P22UndergroundBook;
	font-size: 20px;
	color: #464644;
}

a:HOVER{
	color: #eb3b4d;
}


p {
    margin: 0 0 10px;
}

h1{
	font-family: Positype-Lust-Regular;
	letter-spacing: 2px;
	line-height: 55px;
}

h2{
	font-family: Positype-Lust-Regular;
	letter-spacing: 1px;
	line-height: 47px;
	margin-bottom: 0.35em;
}

a:hover, .nikkon-header-nav ul li a:hover, .content-area .entry-content a:hover, .header-social .social-icon:hover,
.widget-area .widget a:hover, .site-footer-widgets .widget a:hover, .site-footer .widget a:hover, .search-btn:hover,
.search-button .fa-search:hover, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price,
.woocommerce-page div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product span.price,
.woocommerce-page #content div.product span.price, .woocommerce-page div.product span.price,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    color: #eb3b4d;
}

.siteorigin-widget-tinymce a:hover{
	text-decoration: underline;
	color: #fff !important;
}

/* Kachen mit einer Verlinkung */
.linkProdukte:hover,
.linkHofladen:hover,
.linkUeberSudau:hover,
.linkCatering:hover{
	opacity: 0.8;
}

/* ==================== Container - Wrapper ==================== */
.site-container {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==================== Header + Haupt-Navigation ==================== */

#masthead{
	z-index: 1;
}

/* ========== top-bar ========== */
.site-top-bar {
    border-bottom: none;
}

.site-top-bar-right {
	margin-top: 10px;
}
.site-top-bar-right a {
	font-size: 10px;
	color: #464644;
    padding: 7px 30px 7px;
    border: 1px solid #464644;
}

/* ========== Header ========== */
.site-header {
    box-shadow: unset;
}

/* ========== Logo ========== */
.site-container .site-branding{
	padding-bottom: 20px;
	padding-top: 40px;
}

.site-branding > a.custom-logo-link{
	max-width: 565px;
}
	.site-branding > a.custom-logo-link img{
		width: 100%;
	}

/* ========== Haupt-Navigation ========== */

#main-menu {
     background-color: #fff; 
}

#main-menu.main-menu-container {
    text-align: center;
    /* padding-left: 125px; 
    padding-right: auto; */ 
}

.menu-hauptmenu-container {
    text-align: center;
    display: inline-block; 
    width: max-content;
    /* float: left; */ 
    margin: 0 auto !important;  
    z-index: 1000 !important;  
}


#primary-menu {
    border: 1px solid #464644;
    background-color: #fff;
    display: block;
    height: 40px;
    width: max-content; 
    float:left;
    
}

.main-navigation{
	margin-bottom: 0px; 
	z-index: 1000 !important;
}

.main-navigation li {
    border-right: 1px solid #464644; 
    display: inline-block; 
    z-index: 1000 !important;
}

.main-navigation li:LAST-CHILD {
	    border-right: none;
	}
	
	.main-navigation ul li a{
		font-family: 'triogrotesk-normal';
	}
	.main-navigation li a {
		font-size: 12px;
	    padding: 10px 25px 10px;
	    -webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	.main-navigation ul#primary-menu > li > a:hover{
		color: #fff !important;
		background-color: #eb3b4d;
	}
	
	.main-navigation ul#primary-menu > li.current-menu-item > a{
		color: #eb3b4d;
	}


/* Externer Link */
/* .externerLink a[href^="https"] {
	background: url("https://test-shop.sudau-feinkost.de/test/wp-content/uploads/2017/08/sudau-ext-link-icon-12x9.png") no-repeat scroll right center;
	padding-right: 28px;
	background-size: 20px 14px;
} */

/* Dann etwaige interne Links überschreiben */
/* externerLink a[href^="https://netzklad.de"] {
	background: none; padding-right: 0;
} */

.externerLink{
	padding-right: 25px;
}

.main-navigation ul#primary-menu > li.externerLink > a:hover {
    color: #eb3b4d !important;
    background-color: #fff;
}

/* ==================== Hilfsklassen ==================== */

.colorWeiss p{
	color: #fff;
}

/* ==================== Kacheln ==================== */

.kache-normal .so-widget-sow-editor.so-widget-sow-editor-base,
.kache-big .so-widget-sow-editor.so-widget-sow-editor-base,
.kache-weiss .so-widget-sow-editor.so-widget-sow-editor-base,
.kache-rot,
.facebookPostBox
 {
    padding-bottom: 10px;
}

.content-area-full,
.page-template-template-full-width-php .content-area{
	padding: 0px 0 !important;
}

/* ===== Große Kache ===== */

.kache-big {
	height: 900px;
	background-size: cover;
}
	.kache-big p {
		font-size: 35px;
		max-width: 65%;
		line-height: 1.0;
	}
	.kache-big p strong, .kache-big strong {
		font-family: triogrotesk-normal;
		font-size: 25px;
		font-weight: normal;
		letter-spacing: 4px;
		text-transform: uppercase;
	}
	.kache-big h1 {
		font-size: 50px;
		color: #eb3b4d;
	}
	
		.kache-big .so-widget-sow-editor.so-widget-sow-editor-base{
		padding: 80px 0px 100px 100px;
	}
	
	/* weißer Gradient, nur fuer bestimmte Seiten */
	.page-id-2 .kache-big .so-widget-sow-editor.so-widget-sow-editor-base,
	.page-id-123 .kache-big .so-widget-sow-editor.so-widget-sow-editor-base,
	.page-id-519 .kache-big .so-widget-sow-editor.so-widget-sow-editor-base,
	.page-id-129 .kache-big .so-widget-sow-editor.so-widget-sow-editor-base{
		background: -ms-linear-gradient(top, rgb(255,255,255), rgba(255, 255, 255, 0));    
		background: -webkit-linear-gradient(top, rgb(255,255,255), rgba(255, 255, 255, 0));  
	    background: -o-linear-gradient(top, rgb(255,255,255), rgba(255, 255, 255, 0)); 
	    background: -moz-linear-gradient(top, rgb(255,255,255), rgba(255, 255, 255, 0)); 
	    background: linear-gradient(top, rgb(255,255,255), rgba(255, 255, 255, 0)); 
	}
	
/* ===== Standard Kache ===== */

    .kache-normal {
    height: 600px;
    display: flex;
    align-items: flex-end;  
    justify-content: center;
    background-size: cover;
    transition: all 0.3s;
    }
    .kache-normal p{
		font-size: 20px;
	}
    .kache-normal p strong{
		font-family: triogrotesk-normal;
		font-size: 17px;
		font-weight: normal;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
    .kache-normal h2{
		font-size: 37px;
	}
	
	.kache-normal p,
	.kache-normal p strong,
	.kache-normal h2{
		color: #fff;
	}
	
	.kache-normal .so-widget-sow-editor.so-widget-sow-editor-base {
	    width: 100%;
	    /* background-color: rgba(36, 36, 36, 0.4);*/
		background: -ms-linear-gradient(top, rgba(0,0,0,0), rgb(33, 33, 33));    
		background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgb(33, 33, 33));
	    background: -o-linear-gradient(top, rgba(0,0,0,0), rgb(33, 33, 33));
	    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgb(33, 33, 33));
	    background: linear-gradient(top, rgba(0,0,0,0), rgb(33, 33, 33));   
	    padding-left: 20px;
    	padding-right: 20px;
    	padding-top: 50px;
	}
	
		.container3Grid .kache-normal {
    	height: 450px;
	}
	
/* Die normale cache allerding etwas hoeher*/	

    .kache-spezial{
        height: 750px !important;
    }
	
/* ===== Kleine (3er-)Kache ===== */

    .kache-klein {
        height: 300px;
        display: flex;
        align-items: flex-end;  
        justify-content: center;
        background-size: cover;
    }
	
/* ===== Weisse Kache ===== */

    .kache-weiss {
        background: url("https://sudau-feinkost.de/wp-content/themes/nikkon-child/src/img/Sudau_Kompass_grau.svg") no-repeat bottom right;
        height: 600px;
        display: flex;
        align-items: center;  
        justify-content: center;
        border: 1px solid #464644;
        padding-left: 60px;
        padding-right: 60px;
    }
	.kache-weiss p {
		font-size: 17px;
	}
	.kache-weiss p strong {
		font-weight: normal;
		font-weight: bold;
	}
	.kache-weiss p:first-child strong {
		text-transform: uppercase;
		font-family: triogrotesk-normal;
	}
	.kache-weiss h2 {
		color: #464644;
		font-size: 47px;
	}
	.kache-weiss .so-widget-sow-editor.so-widget-sow-editor-base {
	    padding-left: 60px;
    	padding-right: 60px;
	}

/* ===== Rote Shop-Kache ===== */

    .kache-rot {
        display: flex;
        justify-content: space-between;
        flex-direction: column; 
        height: 600px;
        padding: 10px;
        text-align: center;
        background-color: #eb3b4d;
        color: #fff;
    }
	.kache-rot p {
		font-size: 17px;
	}
	.kache-rot .kache-rot-header {
		padding-top: 20px;
	}
	.kache-rot h3 {
		width: 100%;
		font-size: 40px;
		font-family: Positype-Lust-Regular;
		letter-spacing: 1px;
		line-height: 47px;
		color: #fff; 
	}
	.kache-rot img {
		max-width: 320px;
	}
	a.kache-rot-link {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	a.kache-rot-link:hover {
			opacity: 0.8;
		}

/* ===== Gruene Kache ===== */

    .kache-gruen {
        display: flex;
        align-items: center;  
        justify-content: center;
        height: 180px;
        color: #fff;
        background-color: #325038;
    }

    .kache-gruen div {
        text-align: center;
        width: 100%;
    }
    .kache-gruen h2 {
        font-size: 37px;
        color: #fff;
        margin-bottom: 0;
    }

    .kache-gruen p strong {
        font-family: triogrotesk-normal;
        font-size: 17px;
        font-weight: normal;
        letter-spacing: 2px;
    }

    .kache-gruen p {
        margin: 0 0 0px;
    }

    .kache-gruen .kache-gruen-footer {
        padding-top: 8px;
    }
    .kache-gruen .sy-controls {
        display: block;
    }

/* ===== Facebook-Kache ===== */

    .facebookPostBox {
        display: flex;
        justify-content: space-between;
        flex-direction: column; 
        height: 600px;
        padding: 20px;
        text-align: center;
        background-color: #fbf8f4;
        color: #464644;
    }
    .facebookPostBox .fbImageBox {
            margin-left: 15px;
            margin-right: 15px;
    }
    .facebookPostBox img {
		max-width: 100%;
		-webkit-filter: grayscale(0.7);
    	filter: grayscale(0.7)
	}
	
	.facebookPostBox a {
		color: #464644 !important;
	}
	.facebookPostBox a:HOVER {
		text-decoration: underline;
	}
	.facebookPostBox h2 {
		font-size: 37px;
		color: #464644;
		
	}
	.facebookPostBox div .triogrotesk-normal {
		font-family: triogrotesk-normal;
		font-size: 17px;
		font-weight: normal;
		letter-spacing: 2px;
	}

/* ========== Gruene Slider ========== */

/* ==================== Startseite ==================== */

/* ==================== Marktstandort ==================== */

/* Container des Main-Artikels (unter der Google Karte und der Markt-Kachen) */
    
    #post-125 {
        margin-top: 30px;
    }

/* === Map Text === */
    .mapWrapper{
        width: 100%;
        position: relative;
    }
	.mapWrapper .mapText {
		position: absolute;
		margin: 50px 3.5em 0px 75px;
		z-index: 99;
		width: auto;
	}
    .mapWrapper .mapText h1 {
        font-size: 50px;
        color: #eb3b4d;
    }
    .mapWrapper .mapText p {
        font-size: 35px;
    }
    .mapWrapper .mapText p strong {
        font-size: 25px;
        text-transform: uppercase;
    }

/* === Markt-Kachen === */

    .kacheln-markt {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
	.kacheln-markt > div {
		width: 33.333333%;
		height: 500px;
		text-align: center;
		margin-top: 30px;
	}
	.kacheln-markt > div:nth-child(3n-1) {
		padding-right: 10px;
		padding-left: 10px;
	}
	.kacheln-markt > div:nth-child(3n-2) {
		padding-right: 20px;
	}
	.kacheln-markt > div:nth-child(3n-3) {
		padding-left: 20px;
	}
    .kacheln-markt > div div {
		background-color: #d6dcd7;
	}
	.kacheln-markt > div:nth-child(4n+1) div {
		background-color: #ececec;
	}
	.kacheln-markt > div:nth-child(4n+2) div {
		background-color: #f3e9dd;
	}
	.kacheln-markt > div > div {
			height: 500px;
	}

/* ==================== Kontakt ==================== */

/* Container des Main-Artikels (unter der Google Karte) */

    #post-329 {
        margin-top: 30px;
    }

/* ==================== Impressum, Datenschutz, AGB, ... ==================== */

    #default-seite {
        max-width: 1024px;
        margin: 0 auto;
        padding-top: 100px;
    }
	#default-seite h1 {
		font-size: 30px;
		color: #eb3b4d;
	}
	#default-seite h2 {
		font-size: 25px;
		color: #eb3b4d;
	}

/* ==================== Google Maps ==================== */

    #map{
        height: 800px;
        width: 100%;
        margin-bottom: 30px;
    }
    .acf-map { 
        width:100%; 
        height: 800px; 
    }
    .acf-map img { 
        max-width: inherit !important; 
    }
    .myGoogleMarkerText {
        font-family: P22UndergroundBook;
        padding: 5px;
    }
    .myGoogleMarkerText h4 {
        font-family: Positype-Lust-Regular;
        color: #eb3b4d;
    }

/* ==================== Footer ==================== */

    #pg-w595f9fce42db1-0 {
        margin-bottom: 15px !important;
    }

    footer#colophon{
        margin-top: 30px;
        font-size: 13px;
        text-transform: uppercase;
    }

    .site-footer-standard {
        background-color: #f6f6f6;
        box-shadow: unset;
    }
    footer h4 {
        font-family: Positype-Lust-Regular;
        letter-spacing: 1px;
        font-size: 20px;
        color: #eb3b4d;
        text-transform: none;
        margin-bottom: 0px;
    }
    footer p {
        letter-spacing: 2px;
    }
    footer li > a {
        letter-spacing: 2px;
    }
    footer #menu-menu-footer-links > li > a:hover,
    footer #menu-menu-footer-rechts > li > a:hover {
        color: #eb3b4d;
        text-decoration: underline;
    }
    footer .footer-row-2 {
        color: #eb3b4d;
    }
    .siteorigin-widget-tinymce a:hover {
        color: #eb3b4d !important;
    }

/* ========================================================================================== */
/* ======================================== MEDIA QUERIES ======================================== */
/* =============================================================================================== */

@media screen and (max-width: 1224px){
	
	h1 {
	    line-height: 50px;
	}
	.sow-slider-image-wrapper .kache-big strong, 
    .sow-slider-image-wrapper .kache-big p strong {
	font-size: 20px;
	text-shadow: none;
	color: #464644;
    } 
    .sow-slider-image-wrapper h1, 
    .sow-slider-image-wrapper .kache-big h1 {
	font-size: 40px;
    text-shadow: none;
	color: #EB3B4D; 
    z-index: 999;
    } 
	.kache-big p strong, 
	.sow-slider-image-wrapper .kache-big p strong {
	    font-size: 20px !important;
	}
	.kache-big h1,
	.mapWrapper .mapText h1, 
	.sow-slider-image-wrapper .kache-big h1 {
	    font-size: 40px;
	}
	h2,h3 {
		line-height: 40px;
	}
	.kache-normal h2,
	.kache-rot h3,
	.facebookPostBox h2,
	.kache-weiss h2 {
	    font-size: 30px;
	}
}

@media screen and (max-width: 1040px) {
	
	.kache-weiss {
    	padding-left: 20px;
    	padding-right: 20px;
	}
	.kache-weiss .so-widget-sow-editor.so-widget-sow-editor-base {
	    padding-left: 10px;
	    padding-right: 10px;
	}
}

@media (max-device-width : 980px) {
	
	/* === Main Navigation === */

    .main-navigation {
	    margin-bottom: 0;
	}
	.header-menu-button i {
        font-size: 16px !important;
        vertical-align: unset !important;
    }
    #primary-menu {
	    background-color: #fff;
	}
	#primary-menu {
	    border: none;
	}
	.main-navigation li {
	    border-right: none;
	}
	.page-id-329 .mapWrapper .mapText p{
		display: none;
	}
}

@media (max-device-width : 768px) {
	
	.facebookPostBox img {
	    max-width: 300px;
	}
}

@media (max-device-width : 568px) {

    .sow-slider-image-wrapper .kache-big, 
    .kache-big .so-widget-sow-editor.so-widget-sow-editor-base, 
    .so-widget-sow-hero-default-8c790ac5849c-129 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
	    padding: 50px 0px 50px 50px !important;
	}
    .mapWrapper .mapText {
	    margin: 50px 3.5em 0px 30px;
	}
	.page-id-129 .kache-weiss {
	    height: 850px;
	}
}

@media (max-device-width : 480px) { 
	
    /* Störer Positionieren, JH */ 
    
    #stoerer {
        top: -10px; 
        right: 20px; 
        max-width: 100px;
        height: auto;
        z-index: 9999;
    } 
    .stoerer-bild {
        width: 100px;
        height: auto;
    }
    .sow-slider-image-wrapper .kache-big strong, 
    .sow-slider-image-wrapper .kache-big p strong {
        font-size: 17px;
        text-shadow: none;
        color: #464644;
    } 
    .sow-slider-image-wrapper h1, 
    .sow-slider-image-wrapper .kache-big h1 {
        font-size: 25px;
        text-shadow: none;
        color: #EB3B4D; 
        z-index: 999;
    } 
    .so-widget-sow-hero-default-8c790ac5849c-129 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
	    padding: 50px 0px 50px 20px !important;
	}
    .kache-big,
	.kache-normal, 	
	li.sow-slider-image.cycle-slide-active {
	    height: 500px !important;
	}
	.kache-spezial {
		height: 500px !important;
	}
	.kache-big h1, 
    .mapWrapper .mapText h1 {
	    font-size: 25px;
	    line-height: 33px;
	}
    .sow-slider-image-wrapper .kache-big h1, 
    .mapWrapper .mapText h1 {
        font-size: 25px !important;
	    line-height: 33px !important;
	}
	div.sow-slider-image-container div.sow-slider-image-wrapper div.kache-big h1.kache-big {
	font-size: 25px !important;
	line-height: 33px !important;
	}
	.kache-big p, 
    .sow-slider-base.sow-slider-is-mobile ul.sow-slider-images li.sow-slider-image.cycle-slide.cycle-slide-active div.sow-slider-image-container div.sow-slider-image-wrapper div.kache-big strong, 
    .sow-slider-base.sow-slider-is-mobile ul.sow-slider-images li.sow-slider-image.cycle-slide.cycle-slide-active div.sow-slider-image-container div.sow-slider-image-wrapper div.kache-big p strong, 
	div.sow-slider-image-container div.sow-slider-image-wrapper .kache-big p, 
	div.sow-slider-image-container div.sow-slider-image-wrapper .kache-big p strong {
	    font-size: 17px !important;
        line-height: 1.4;
    }
	#map {
	    height: 500px;
	}
	.page-id-129 .kache-weiss {
	    height: 950px;
	}
}

@media (max-device-width : 380px) {} 
