/*
 Theme Name:     SanKi
 Theme URI:      https://sanki.at
 Description:    Tiny-Framework Child Theme
 Author:         Stefan
 Author URI:     https://sanki.at
 Template:       tiny-framework
 Version:        1.0.0
*/

@import url("../tiny-framework/style.css");

.widget-title {
	color: #979c1f;
        font-weight: bold;
}

ul.list-icon-file li:before {
	color: #979c1f;
}
ul.list-icon-hand-right li:before {
	color: #979c1f;
}
ul.list-icon-ok li:before {
	color: #979c1f;
}

.page-title {
	color: #979c1f;
}

blockquote {
	color: #979c1f;
}

blockquote p:first-child:before {
	color: #979c1f;
}

.widget-area .widget {
	-webkit-hyphens: manual;
	   -moz-hyphens: manual;
		-ms-hyphens: manual;
			hyphens: manual;
}

.content-area article,
.content-area section { /* section is for 404.php and content-none.php */
	-webkit-hyphens: manual;
	   -moz-hyphens: manual;
		-ms-hyphens: manual;
			hyphens: manual;
}

body {
-moz-hyphens: manual;
   -o-hyphens: manual;
   -webkit-hyphens: manual;
   -ms-hyphens: manual;
   hyphens: manual;
}


.hintergrund{
	background-image: url('https://sanki.at/wordpress/wp-content/uploads/2018/11/5Farben-1.png');
	background-repeat: no-repeat;
    background-position: center; 
    position: relative;
	
}

/* hide breadcrumb */

.woocommerce-breadcrumb {
  display: none;
}


