<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DISABLE CONTENT */

body.single-book div.section-content .tcb-post-content {
    display: none;
}

.books-youtube {
    margin-top: 2rem;
}


/* ######### */
/* BOOTSTRAP */
/* ######### */
.row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-heigth: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
}

/* ####### */
/* DEFAULT */
/* ####### */
*:hover {
    transition: all 200ms ease;
}
h4, .grve-h4 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    padding-bottom: 0 !important;
}
.post-slider {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 0;
    margin: 0 0 20px;
    border-top: 2px solid #000;
}
.post-slider &gt; h3 {
    text-align: left;
    font-family: "Radikal-Bold";
    font-weight: normal;
    font-size: 28px;
    margin: 0;
    padding: 0 0 10px;
}
.post-slider .carousel-post .carousel-control {
    width: 30px;
    opacity: 1;
    color: #b9b9b9;
    font-size: 36px;
    text-shadow: none;
    background-image: none;
    background-color: transparent;
}
.post-slider .carousel-post .item {
    padding: 20px 0;
}
.post-slider .carousel-post .item .item-contain {
    display: grid;
    position: relative;
    margin: auto;
    width: calc(100% - 80px);
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.post-slider .carousel-post .item .item-contain .post-item {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #dadada;
    text-align: center;
    padding-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    text-decoration: none !important;
}
.post-slider .carousel-post .item .item-contain .post-item .post-item-img {
    display: block;
    position: relative;
    width: 100%;
    height: 360px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}
.post-slider .carousel-post .item .item-contain .post-item h5 {
    display: block;
    position: relative;
    margin: auto;
    font-family: "Radikal-Bold";
    font-size: 20px;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 10px;
    max-width: calc(100% - 40px);
}
.post-slider .carousel-post .item .item-contain .post-item h6 {
    display: block;
    position: relative;
    margin: auto;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    text-decoration: none;
    max-width: calc(100% - 40px);
    font-family: "Radikal-Black";
}
.text-right {
    text-align: right;
}
.post-slider .more-link {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: "Radikal-Black";
    color: #000;
    font-size: 14px;
    border: none;
}
.post-slider .more-link:hover {
    cursor: pointer;
    color: #000;
    background-color: transparent;
}


/* ######## */
/* BookList */
/* ######## */
.BookList .BookList-list {
    display: grid;
    position: relative;
    margin: auto;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
}
.BookList .BookList-list .BookList-item {
    display: flex;
    flex-direction: column;
    position: relative;
}
.BookList .BookList-list .BookList-item .post-item {
    flex: 1;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    border: none;
    text-align: left;
    padding-bottom: 20px;
    /*box-shadow: 1px 1px 3px rgba(0,0,0,0.1);*/
    text-decoration: none !important;
    transition: all 200ms ease;
}
.BookList .BookList-list .BookList-item .post-item:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    text-decoration: none !important;
}
.BookList .BookList-list .BookList-item .post-item:hover:before, .BookList .BookList-list .BookList-item .post-item:hover:after {
    opacity: 1;
    transition: all 200ms ease;
}
.BookList .BookList-list .BookList-item .post-item .post-item-img {
    display: block;
    position: relative;
    width: 100%;
    height: 360px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;

    margin-bottom: 20px;
}
.BookList .BookList-list .BookList-item .post-item h5 {
    display: block;
    position: relative;
    margin: auto;
    font-family: "Radikal-Bold";
    font-size: 20px;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 10px;
    max-width: calc(100% - 40px);
}
.BookList .BookList-list .BookList-item .post-item h6 {
    display: block;
    position: relative;
    margin: auto;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    text-decoration: none;
    max-width: calc(100% - 40px);
    font-family: "Radikal-Black";
}
.BookList .BookList-list .BookList-item .post-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(218, 218, 218, 0.3);
    opacity: 0;
    z-index: 1;
    transition: all 200ms ease;
}
.BookList .BookList-list .BookList-item .post-item:after {
    content: "\f138";
    font: normal normal normal 34px/1 'Font Awesome 5 Free';
    font-weight:900;
    color: #000;

    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    opacity: 0;
    /*background-color: #a5a5a5;
    color: #a5a5a5;
    border-radius: 100%;*/
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all 200ms ease;
    font-size: 60px;
}


/* ############ */
/* Single-Book  */
/* ############ */
.single-book-container {
    display: block;
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    min-height: 100px;
    line-height: 1.5em;
}
.single-book-container .single-img-contain .single-img-big {
    display: block;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.single-book-container .single-img-contain .single-img-big &gt; img {
    display: inline-block;
    max-width: 80%;
    box-shadow: 0 0 100px rgba(0,0,0,0.4);
}
.single-book-container .single-img-contain .single-img-slider #carousel-book-single .item .row img {
    border: 2px solid #000;
}
.books-image-download {
    display: block;
    margin: 40px 0 0;
}
.books-image-download ul {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
}
.books-image-download ul li {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 5px 0;
    margin: 0;
    border-bottom: 1px solid #dce3ec;
}
.books-image-download ul li:last-child {
    border-bottom: none;
}
.books-image-download ul li &gt; h6 {
    flex: 1;
    font-family: "Radikal-Light";
    font-size: 0.8em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.books-image-download ul li &gt; a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 0.5em;
    text-decoration: none;
    background-color: #000;
}



.single-book-container {
    display: block;
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    min-height: 100px;
    line-heigth: 1.5em;
}
.single-book-container .single-img-contain .single-img-slider #carousel-book-single .item .row {
    position: relative;
    margin: auto;
    width: calc(100% - 60px);
    text-align: center;
}
/* .single-book h1 {
    font-family: "Radikal-Bold";
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
	font-size: 2rem !important;
	padding-bottom: 0 !important;
} */
.single-book-container h2 {
    font-family: "Radikal-Regular";
    font-weight: normal;
    font-size: 23px;
    line-height: 26px;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
	font-size: 1.6rem !important;
	padding-bottom: 0.8rem !important;
}
.single-book-container h3, .single-book-container h3 a {
    color: #666;
    font-weight: normal !important;
    font-size: 1.4rem;
    --tcb-typography-font-family: "Radikal Regular";
    font-family: "Radikal Regular";
    margin-bottom: 0 !important;
    padding-bottom: 1rem !important;
}
.single-book-container .meta {
    display: block;
    font-family: "Radikal-Light";
    font-size: 0.9em;
}
.single-book-container .post-slider {
    margin: 40px 0;
}
.single-img-rounded {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.single-img-rounded:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.single-img-rounded .single-img-big {
    position: absolute;
    top: 0;
    left: 0;
}

/* ############ */
/* Author-Book  */
/* ############ */
.author-book .meta {
    display: flex;
    flex-direction: column;
}
.author-book .meta ul {
    display: flex;
    margin-left: 0 !important;
    justify-content: center;
}
.author-book .meta ul a {
    margin: 0 .5rem 2em;
}
.author-book .meta .social-media &gt; div {
    height: 2.25em;
    width: 2.25em;
    background-color: #000;
    border-radius: 50%;
}
.author-book .meta &gt; a {
    color: #000;
    font-weight: bold;
}


/*Responsive*/

@media screen and (max-width: 1024px) {
	.BookList .BookList-list {
		width: 100%;
		grid-template-columns: repeat(3,1fr);
	}
}
@media screen and (max-width: 901px) {
	.BookList .BookList-list {
		grid-template-columns: repeat(2,1fr);
	}
}
@media screen and (max-width: 601px) {
	.BookList .BookList-list {
		grid-template-columns: repeat(1,1fr);
	}
}

/* Download Cover Button */

.books-image-download&gt;ul&gt;li&gt;a {
	letter-spacing: var(--tve-letter-spacing, 2px);
	padding: 18px !important;
	background-color: var(--tcb-local-color-34f05) !important;
	background-image: none !important;
	border-radius: 0px;
	overflow: hidden;
	border: 3px solid rgb(235, 80, 34);
	background-color: rgb(235,80,34) !important
}

.books-image-download&gt;ul&gt;li&gt;a:hover {
	background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important;
	background-size: auto !important;
	background-position: 50% 50% !important;
	background-attachment: scroll !important;
	background-repeat: no-repeat !important;
	background-color: var(--tcb-skin-color-22) !important;
}


@media (max-width: 750px) {
	.row {
	    margin-left: -15px;
	    margin-right: 0 !important;
	    display: block;
	}
	.post-slider .carousel-post .item .item-contain {
		display: block;
	}
	.post-slider .carousel-post .item .item-contain .post-item {
	    margin-bottom: 2rem;
	}
	.post-slider .carousel-post .carousel-control {
		display: none;
	}
}


/* author detail page */

.author-book .row .col-sm-4 {
	max-width: 22rem;
	margin: 0 auto 2rem;
}

.author-book .row .col-sm-4 .single-img-rounded .single-img-big {
	height: 100%;
    width: 100%;
}

.author-book .row .col-sm-4 .single-img-rounded .single-img-big img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.BookList.BookListAuthor {
    /*margin-top: 2rem;*/
}

div.meta img {
    max-height: 40px;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
}

a.sellingLink {
    display: block;
    color: white;
    background-color: #7f0a3e;
    margin-bottom: 1rem;
}

a.sellingLink:hover {
    cursor: pointer;
	text-decoration: none;
}

body div#main div.tve-content-box-background, .tve-theme-64 .content-section #main [data-css="tve-u-*"] {
	background-size: auto, contain !important;
}

a.buttonHover:hover {
	opacity: 0.5;
}

.BookList .BookList-list.earbooks .BookList-item .post-item .post-item-img {
    height: 250px;
}

/*** Rezension **/

#rezension .line {
    width: 5%;
    border-bottom: 2px solid black;
    margin-bottom: 2rem;
}

#rezension .rezension {
    margin-bottom: 2.5rem;
}

#rezension h2 {
    margin-top: 2.5rem;
}

#rezension .rezension .title {
    font-size: 18px!important;
    font-weight: 600;
    color: black;
    max-width: 65%;
}

#rezension .rezension .footer {
    margin-bottom: 1.5rem;
    margin-top: 0.75rem;
    font-size: 15px !important;
    font-style: italic;
}




.book-buy{
    display:flex;
}

/* Style The Dropdown Button */
.books-buybox button {
   /* background-color: #000;*/
   background-color:transparent;
    color: white;
    padding: 0px 30px 18px 30px;
    font-size: 14px;
    line-height: 18px;
    border: none;
    cursor: pointer;
    font-family: "Merriweather Sans",sans-serif;
    letter-spacing: 0.14px;
  }
  .books-buybox button img{
    width:100px;

  }

  /* The container &lt;div&gt; - needed to position the dropdown content */
  .books-buybox {
    position: relative;
    display: inline-block;
    z-index: 50;
    margin-left:auto;


  }

  /* Dropdown Content (Hidden by Default) */
  .books-buybox .books-buybox-buylinks {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  /* Links inside the dropdown */
  .books-buybox .books-buybox-buylinks a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  /* Change color of dropdown links on hover */
  .books-buybox .books-buybox-buylinks a:hover {background-color: #f1f1f1}

  /* Show the dropdown menu on hover */

  /* Show the dropdown menu on hover */
  @media(min-width: 768px){
    .books-buybox:hover .books-buybox-buylinks {
      display: block;
    }
  }
/*   .books-buybox:hover .books-buybox-buylinks {
    display: block;
  } */

  /* Change the background color of the dropdown button when the dropdown content is shown */
  .books-buybox:hover button {
    /*background-color: #0f0f0f;*/
  }

















.peimport.cat-list{
    display: flex;
    list-style-type: none;
    margin-left:0px;
    padding-left:0px;
    margin-bottom:60px;
}
.peimport.cat-list li{
    display:flex;
}
.peimport.cat-list li + li{
    padding-left:25px;
}

.peimport.cat-list li a{
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 16px;
    color:#A6ADB4 !important;
}

.peimport.cat-list li a.active{
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 16px;
    color:#000000 !important;
    display: flex;
    flex-direction: column;
}

.peimport.cat-list li a.active:after{
    width:100%;
    height:2px;
    content:" ";
    background-color:#E20E34 !important;
}

.separator.et-pb-icon{
    font-size:0px !important;
    margin-left:10px;
    margin-right: 10px;
}
.separator.et-pb-icon:before{
    content:" / ";
    font-size:14px;
    font-family: "Roboto";
    display: inline-block !important;
}

#TB_window{
    padding-bottom:20px;
}

.add-read-book .inside{
    display:flex;
    justify-content: center;
}
.add-read-book&gt;a{
    display:flex;

}
.add-read-book&gt;a&gt;img{
    margin-right: 10px;
    width: 20px;

}
.books-box{
    display:flex;

}
.books-box *{
    margin-right: 15px;
    display:inline-block
}


.single-book #main-content{
    position:relative;
    z-index:50;
}

.single-book header{
    position:relative;
    z-index:60;
}</pre></body></html>