/*
Theme Name: KräuterABC
Author: Miguelr
Author URI: https://www.adbites.de
Description: KräuterABC 2018 theme
Version: 1.0
*/




/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v18-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* satisfy-regular - latin */
@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: local('Satisfy Regular'), local('Satisfy-Regular'),
       url('fonts/satisfy-v9-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/satisfy-v9-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}




body {
	background: #f9fcf5;
background: -moz-radial-gradient(center, ellipse cover, #f9fcf5 48%, #dbf1c6 100%);
background: url(images/kraut_bg.png), -webkit-radial-gradient(center, ellipse cover, #f9fcf5 48%,#dbf1c6 100%);
background: radial-gradient(ellipse at center, #f9fcf5 48%,#dbf1c6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf5', endColorstr='#dbf1c6',GradientType=1 );
background-attachment: fixed;
	font-family: 'Roboto', sans-serif;
	
	-webkit-font-smoothing: antialiased;
	color: #333;
	padding-top:0px;
	overflow-x: hidden;
	}

body, html {
	height: 100%;
	}

p {
	line-height: 1.8;
	}	 

.wow {
   visibility: hidden;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}

.card {
	border:none;
	
	}


/* KRÄUTER DETAIL */

.kraut-info	img[class*="wp-image-"] {
	border-radius: 50%;
	min-width: 150px;
	max-width: 150px;
	height: auto;
	margin-top: 10px;
	-webkit-shape-outside: circle();
	shape-outside: circle();
	}
img.alignright[class*="wp-image-"] {
	margin-left: 20px;
	margin-bottom: 20px;
	}
img.alignleft[class*="wp-image-"] {
	margin-right: 20px;
	margin-bottom: 20px;
	}
.kraut-img {
	max-width: 175px; height: auto;margin-right:2rem; 
    -webkit-shape-outside:circle(); shape-outside:circle();
	}
	
.kraut-info h2 {
	margin-top: 60px;
	margin-bottom: 40px;
	
	clear: both;
	border-bottom: 1px solid #999;	
	
	}
.kraut-info h3 {
	font-weight: bold;
	/* border-bottom: 1px solid rgba(31, 113, 75, 0.17);*/
	clear: both;
	
	margin-top: 30px;
	margin-bottom: 30px;
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
		font-size: 1rem;

	}
		
	.kraut-info .card {
	background-color: transparent;
	}

/* DK PDF */

.dkpdf-button-container {
	padding: 0 !important;
	float: none !important;
}

/* SIDEBAR */
.kraut-sidebar {
	font-size: 1rem;
	margin-top: 112px;
	}
.kraut-sidebar .card {
	background-color: #c3dbb1;
	}
.kraut-sidebar h4 {
	font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
		margin-bottom: 0;
		

	}
	
/* SIDEBAR ACCORDION */

#accordion .card {
	margin-bottom: 10px;
	font-size: 1rem;
	background-color: #c3dbb1;
	color: ;
	}
#accordion .card-header {
	border-bottom: 0;
	text-align: center;
	padding:0;
	
	
	}

#accordion .card-header .btn {
	border-radius: .25rem .25rem 0 0;
	background-color: #c3dbb1;
	border-bottom: none;
	color: ;
	
	
	}
	
#accordion .card-header .btn.collapsed {
	border-radius: .25rem;
	color: rgba(255, 255, 255, 0.8);
	background-color: #c3dbb1;
	color: #014909;
	border-bottom: none;
	}
	
#accordion .card-header .btn:after {
	content: '-';
	float: right;
	font-size: 1rem;
	font-family: 'Oxygen', sans-serif;
	margin-top:-1px;
	}
#accordion .card-header .btn.collapsed:after {
	
	content: '+';
	}
#accordion .card-header a {
	display: block;
	color: #014909;
	font-weight: 500;
		
	
	}
	
#accordion .card-body a { 
	color: #014909;
}
.collapse.show < .card-header:first-child{
border-radius: calc(.25rem ) calc(.25rem) 0 0;
	}
#accordion .card label {
	display: block;
	font-size: 0.8;
	}
	
	
a, button {
	transition: 0.2s linear all;
	color: #20714b;
	}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active {
	text-decoration: none;
	outline: none !important;
	}

a:hover,
a:focus {
	color:#c78254;
	}

p a {
	text-decoration: underline;
	}
		
ul {
	list-style: none;
	}
	
ul li{
	list-style: none;
	}
	
hr {
	border-top: 1px solid rgba(227, 189, 123, 0.56);
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;	
	}

hr.short {
	width: 135px;
	margin-top: 60px;
	margin-bottom: 60px;
	}
	
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.grey-bg {
	background-color: #F0F0F0;
	}
h1 {
	font-family: 'Satisfy', cursive;
	color: #20714b;
	}
h1 {
	font-size: 4rem;
	letter-spacing: -2px; 
	}
	


h2 {
	font-size: 1.5rem;
	text-transform: uppercase;
	}
		
h3 {
	font-size: 1.2rem;
	margin-bottom: 25px;
	margin-top: 35px;
	}
	
.home-intro {
	margin-bottom: ;
	}
.home-intro p {
	max-width: 800px;
	margin: 0 auto;
}
	

.navbar {
	
	padding: 1rem 0 3rem 0;
	transition: all ease-in-out 0.2s;
	}

 .navbar-toggler {
	font-size: 1,.75rem;
	} 


.navbar-light .navbar-toggler {
    color: transparent;
    border: none;
	}
	
.navbar-toggler:hover {
    text-decoration: none;
	}

.navbar-brand {
	padding: 0;
	}

.navbar-brand img {
	height:auto;
	width: 200px ;
	transition: all 0.2s linear;
	}

ul#menu-top {
	margin:0;
	}
ul#menu-top li a {
    color: rgba(51, 51, 51, 1);
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    padding-top: 10px;
    
	} 
ul#menu-top li a:hover {
	color: #20714b;
	
	}
ul#menu-top li img {
	margin-top:-4px;
	}
	
/* highlight certain menu links */	
 .single-brands .navbar-light .navbar-nav .nav-item-119.nav-link:hover,
 .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(51, 51, 51, 1);
	}

.navbar-light .navbar-nav .active > .nav-link,
 .single-brands .nav-item-119 .nav-link,
 .single-produkte .nav-item-119 .nav-link {
	color:#20714b ;
	}
	

/* LOW NAVI */

.navbar.low {
	
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF;
		}

.navbar.low .navbar-brand img {
	width: 75px ;
	}		


/* BUTTONS */

.btn {
	border-radius: 0;
	text-transform: uppercase;
	text-decoration: none;
	}

.btn-primary {
	color: #fff;
	background-color: #A96B41;
	border-color: #A96B41;
	}

.btn-primary:hover {
	background-color: #c78254;
	border-color: #c78254;
	}
	
.btn-primary:not([disabled]):not(.disabled):active {
	background-color: #915730;
	border-color: #915730;
	box-shadow: none;
	}
	
.btn-primary:focus {
	box-shadow: none;
	color:#FFF;
	}

.btn-lg {
    padding: .6rem 1rem;
    font-size: 0.9rem;
    }
    
 
 /* HEADERS */ 
 


.k-names {
	font-size: 0.9rem;
	color: #555;
	
	
}
.k-names .w-name {
	font-family: 'Satisfy', cursive;
	color: #333;
	
	font-size: 1.25rem;
	}



/* BRAND FILTERS */


.facetwp-depth {
	display: inline-block;
	}

.facetwp-radio {
	background-color:#444 !important;
	background-image: none !important;
	padding: 5px 10px !important;
	display: inline-block;
	margin: 0 8px 10px 8px;
	text-align:center;
	transition: all linear 0.2s;
	color:#FFF;
	border-radius: 0.25rem;
	}
	
.facetwp-radio.checked {
	background-color:#FFF !important;
	color:#20714b;
	}

.facetwp-counter {
 	display: none;
	}
	
.search-container {
	margin: 50px auto;;
	}
.search-container label {

	text-transform: uppercase;
	font-size: 0.8rem;

	}
	
.search-container .facetwp-facet {
	display: inline-block;
	margin-bottom: 0px;
	}
.fs-option-label {
	font-size: 0.8rem ;
}

/* GRID */

.grid {
	font-family: 'satisfy', cursive;
	text-align: center;
	font-size: 1.3rem
	}
.grid img {

	display: block;
	margin: 0 auto;
	}	
	
/* FOOTER */

footer {
	padding: 50px 0 10px 0;
	/* background: url(images/kraut-bg.png) bottom -100px center repeat-x;*/
	height: 300px;
	text-align: center;
	

	}
	
#menu-footer {
	padding:50px 0;
	margin: 0 auto;
	text-align: center;
	
	}
	
#menu-footer li {
	display: inline;
	
	}
	
#menu-footer li a {
	text-transform: uppercase;
	color: #818181;
	font-size: 0.8rem;
	margin: 10px;
	}
#menu-footer li a:hover {
	color: #20714b;

	}
.kraut-bg {
	background: url(images/kraut_bg.png) bottom center repeat-y;
    position: fixed;
    height: 100%;
    width: 240px;
    background-size: 75% ;
    background-position: top left;
   
    z-index: -1;
	}
.kraut-bg.tl {	
	
	top: 0px;
    
	}
.kraut-bg.tr {		
	top: -73px;
	transform: rotate(-155deg);
	right: -205px;
	}
.kraut-bg.br {	

	bottom: -50px;
    transform: rotate(-15deg);
    right: -100px;
	}

/* AV MODAL */

#av-modal {
	padding-right: 0 !important;
	background-image: url('/wp-content/themes/diversa/images/adminbg.jpg');
	background-size: cover;
	opacity: 1;
	}

#av-modal .modal-content {
	text-align: center;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.44);
	border-radius: 0;
	padding: 20px;
	}

#av-modal .modal-content h3 {
	font-size: 1.5rem;
	}
	
#av-modal .modal-content p {
	margin-bottom: 30px;
	}
	
#av-modal .modal-body {
	padding:0;
	}
	
#av-modal .btn {
	margin: 15px 15px 0 15px;
	min-width: 100px;
	}

#av-modal .av-footerlinks {
	margin-top: 80px;	
	}
	
.av-footerlinks-left {
	text-align: left;
	}
	
.av-footerlinks-right {
	text-align: right;
	}
		
#av-modal .av-footerlinks img {
	margin: 5px;	
	}	


/* COOKIE DISCLAIMER */

.cookie-disclaimer {
	background: #0e2204;
	color: #FFF;
	opacity: 0.95;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
	position: fixed;
	}
	
.cookie-disclaimer .container {
	text-align: center;
	
	}

.cookie-disclaimer .cookie-close{
	float: right;
	padding: 10px;
	cursor: pointer;
	}

.cookie-disclaimer .btn {
	margin:10px;
	}


/* GRAVITY FORMS */

.gform_wrapper select {
	border:none;
	height:40px;
	}
	
.gform_wrapper textarea {
	border: 1px solid #ccc
	}
	


/* MEDIA QUERIES */

@media (min-width: 1200px) {
	
	.carousel-control-prev,
	.carousel-control-next {
		top:150px;
		}

}
	
@media (max-width: 1199px) {
	
	.carousel-control-prev,
	.carousel-control-next {
		top:120px;
	}

}
	
@media (max-width: 991px) {
	
	 .navbar-nav {
		padding-top:20px;
		text-align: center;
		}
	

}


@media (max-width: 767px) {
	

	.navbar .navbar-brand img {
		width: 100px ;
		}
	
	
	
	.navbar {
		padding: 1rem 0 1rem 0;
		}
	
	.brand-logo-container {
		max-width: 100px;
		margin: -50px 20px 0 0;	 
		}
	
	h1 { 
		font-size: 3rem
		}
	


}


@media (max-width: 600px) {
	
	.navbar .navbar-brand img {
		width: 75px ;
		}
		
}