/*
Theme Name: Callwey Custom Theme
Theme URI: http://starter.33themes.com
Author: 33 Themes GmbH
Author URI: http://www.33themes.com
Description: 
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: _s
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

*/

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

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

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

@media (min-width: 1240px) {
	#KategorieMasonryContainer .KategorieMasonry-brick.large-7,
	#KategorieMasonryContainer .KategorieMasonry-brick.large-11 {
		overflow: hidden;
		height: 570px;
	}
}

@media (max-width: 800px) {
	.cr_page {
		width: auto !important;
	}
}

.product-new-label {
	visibility: hidden !important;
}

div#cw-floating-container iframe {
	max-width: none;
}

@media (max-width: 768px) {
	div#cw-floating-container {
		bottom: 0 !important;
	}

	.superbanner {
	}
}

.mobile-menu-name {
	line-height: 39px;
	font-size: 1em;
	text-rendering: optimizeLegibility;
	direction: ltr;
	color: white;
	margin-left: 1em;
}

#logotype {
	line-height: 0;
	width: 169px;
	height: 51px;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 30px auto 30px auto;
	font-size: 6.15385em !important;

	font-family: "minion-semi", serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-rendering: optimizeLegibility;
}

@media screen and (min-width: 767px) {
	#logotype {
		margin: 10px 0;
	}
}

#bestseller li .item-wrap .book-cover-hover .book .book-thumbnail,
#filtered-produkts li .item-wrap .book-cover-hover .book .book-thumbnail {
	vertical-align: bottom !important;
}

@media only screen and (min-width: 1280px) {
	#promoted-product-category h4.kategorie-name.small {
		font-size: 3.53846em !important;
	}
}

.tcl-popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	border-radius: 30px;
}
.tcl-popup--blur {
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}
.tcl-popup__overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.tcl-popup__specific-border {
	position: absolute;
}
@media (max-width: 1199px) {
	.tcl-popup__specific-border {
		display: none;
	}
}
.tcl-popup__specific-border--bottom,
.tcl-popup__specific-border--top {
	position: absolute;
	width: 100%;
	height: 40px;
	background-size: contain;
	background-repeat: repeat;
	left: 0;
	background-position: top left;
}
.tcl-popup__specific-border--left,
.tcl-popup__specific-border--right {
	position: absolute;
	width: 40px;
	height: calc(100% + 80px);
	background-size: contain;
	background-repeat: repeat;
	top: -40px;
	background-position: left top;
}
.tcl-popup__specific-border--left {
	right: 100%;
}
.tcl-popup__specific-border--right {
	left: 100%;
}
.tcl-popup__specific-border--top {
	bottom: 100%;
}
.tcl-popup__specific-border--bottom {
	top: 100%;
}
.tcl-popup__inner {
	position: fixed;
	z-index: 999;
}
.tcl-popup__inner--window {
	max-width: 930px;
	width: 100%;
}
@media (max-width: 1199px) {
	.tcl-popup__inner--window {
		max-width: 80%;
	}
}
.tcl-popup__inner--wide {
	max-width: 100%;
	width: 100%;
}
.tcl-popup__inner--custom {
	max-width: var(--max-width-popup);
	width: 100%;
}
.tcl-popup__inner--center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.tcl-popup__inner--top {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tcl-popup__inner--bottom {
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tcl-popup__inner--right {
	right: 150px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.tcl-popup__inner--right {
		right: 25px;
		max-width: calc(100% - 50px);
	}
}
.tcl-popup__content {
	width: 100%;
	position: relative;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
}
.tcl-popup__content::-webkit-scrollbar {
	width: 3px;
}
.tcl-popup__content::-webkit-scrollbar-track {
	background-color: white;
}
.tcl-popup__content::-webkit-scrollbar-thumb {
	background-color: black;
}
.tcl-popup__content--background-image {
	background-size: cover;
	background-position: center center;
}
@media (max-width: 1199px) {
	.tcl-popup__content {
		max-height: calc(var(--app-height) - 100px);
		height: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
}
@media (max-width: 1199px) {
	.tcl-popup__content--scroll::-webkit-scrollbar {
		width: 3px;
	}
	.tcl-popup__content--scroll::-webkit-scrollbar-track {
		background-color: black;
	}
	.tcl-popup__content--scroll::-webkit-scrollbar-thumb {
		background-color: white;
	}
}
.tcl-popup__successful {
	padding: 50px 30px;
}
@media (max-width: 1199px) {
	.tcl-popup__successful {
		padding: 20px;
	}
}
.tcl-popup__wrapper {
	position: relative;
	background-color: #fff;
	display: none;
	opacity: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 0px;
	overflow: hidden;
}
.tcl-popup__wrapper--linear .tcl-popup__content {
	padding: 50px;
}
@media (max-width: 1199px) {
	.tcl-popup__wrapper--linear .tcl-popup__content {
		padding: 20px;
	}
}
.tcl-popup__column {
	padding: 50px 30px;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (max-width: 1199px) {
	.tcl-popup__column {
		padding: 30px;
		padding-bottom: 30px;
		padding-top: 30px;
	}
}
.tcl-popup__column--right {
	padding-left: 20px;
	padding-right: 50px;
}
@media (max-width: 1199px) {
	.tcl-popup__column--right {
		padding: 30px;
		padding-bottom: 30px;
	}
}
.tcl-popup__close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	cursor: pointer;
}
.tcl-popup__heading {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 45px;
	width: 100%;
}
@media (max-width: 1199px) {
	.tcl-popup__heading {
		font-size: 26px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
}
.tcl-popup__image {
	margin-bottom: 45px;
}
.tcl-popup__image--right,
.tcl-popup__image--left {
	margin-bottom: 0;
}
.tcl-popup__image img {
	width: 100%;
}
.tcl-popup__shortcode {
	margin-bottom: 45px;
}
.tcl-popup__form {
	margin-bottom: 45px;
	position: relative;
}
.tcl-popup__form-success-icon {
	text-align: center;
	margin-bottom: 20px;
}
.tcl-popup__form-success-icon img {
	max-width: 100px;
	margin: 0 auto;
}
.tcl-popup__form-success-heading {
	text-align: center;
	margin-bottom: 25px;
}
.tcl-popup__form-success-text {
	text-align: center;
}
.tcl-popup__form-success-text P:last-child {
	margin-bottom: 0;
}
.tcl-popup__vote-heading {
	text-align: center;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.tcl-popup__vote-heading {
		padding: 0 40px;
	}
}
.tcl-popup__vote-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 50px;
}
@media (max-width: 767px) {
	.tcl-popup__vote-list {
		gap: 25px;
	}
}
.tcl-popup__vote-item {
	width: 140px;
	height: 140px;
	border-radius: 5px;
	background: linear-gradient(357deg, rgba(255, 255, 255, 0.9) 18.87%, rgba(255, 255, 255, 0.32) 96.1%),
		rgba(255, 255, 255, 0.7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}
@media (max-width: 767px) {
	.tcl-popup__vote-item {
		width: 100px;
		height: 100px;
		padding: 20px;
	}
}
.tcl-popup__vote-item img {
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition:
		transform 0.3s ease,
		-webkit-transform 0.3s ease;
}
.tcl-popup__vote-item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.tcl-popup__vote-success-text {
	text-align: center;
	margin-bottom: 15px;
}
.tcl-popup__vote-success-icon {
	text-align: center;
}
.tcl-popup__vote-success-icon img {
	max-width: 115px;
	margin: 0 auto;
}
.tcl-popup .tcl-form__intro h3 {
	margin-bottom: 50px;
}
.tcl-popup .tcl-form__field {
	margin-bottom: 30px;
}
.tcl-popup .tcl-form__label {
	padding-left: 20px;
	font-weight: 500;
	margin-bottom: 2px;
}
.tcl-popup .tcl-form__input input {
	border: 1px solid #0ca78b;
	height: 40px;
	padding: 0 20px;
	border-radius: 20px;
	outline: none;
}
.tcl-popup .tcl-form .wpcf7-list-item {
	margin: 0 0;
}
.tcl-popup .tcl-form__button {
	margin-left: auto;
}
.tcl-popup__text {
	text-align: left;
	margin-bottom: 45px;
}
@media (max-width: 1199px) {
	.tcl-popup__text--mobile-hide {
		display: none;
	}
}
@media (max-width: 1199px) {
	.tcl-popup__text--mobile {
		display: block !important;
	}
}
.tcl-popup__text p {
	margin-top: 0;
	margin-bottom: 26px;
}
@media (max-width: 1199px) {
	.tcl-popup__text p {
		margin-bottom: 15px;
	}
}
.tcl-popup__text p:last-child {
	margin-bottom: 0;
}
.tcl-popup__right .tcl-popup__block:last-child,
.tcl-popup__left .tcl-popup__block:last-child {
	margin-bottom: 0;
}
.tcl-popup__bottom .tcl-popup__block:first-child {
	margin-top: 40px;
}
.tcl-popup__bottom .tcl-popup__block:last-child {
	margin-bottom: 0;
}

.tcl-popup__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.tcl-popup__left {
	width: 70%;
	padding-right: 30px;
}

.tcl-popup__right {
	width: 30%;
}

.tcl-popup__button a {
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-family: inherit;
	font-weight: normal;
	line-height: normal;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding-top: 0.92308em;
	padding-right: 1.84615em;
	padding-bottom: 1em;
	padding-left: 1.84615em;
	font-size: 1.23077em;
	background-color: black;
	border-color: black;
	color: white;
}

.tcl-popup__button a:hover,
.tcl-popup__button a:focus,
.tcl-popup__button a:hover,
.tcl-popup__button a:focus {
	color: white;
}

@media (max-width: 1199px) {
	.tcl-popup__left {
		width: 100%;
		padding-right: 0px;
		order: 2;
	}

	.tcl-popup__right {
		width: 20%;
		margin: 0 auto;
		order: 1;
		margin-bottom: 10px;
	}
}
