@charset "UTF-8";
   html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted;
text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} @font-face {
font-family: 'Crimson';
font-style: normal;
font-weight: 400;
src: local("Crimson Text Regular"), local("CrimsonText-Regular"), url(//bibliothek.peter-handke.de/wp-content/themes/habi/assets/fonts/crimson/crimson-text-v8-latin-regular.woff2) format("woff2"), url(//bibliothek.peter-handke.de/wp-content/themes/habi/assets/fonts/crimson/crimson-text-v8-latin-regular.woff) format("woff"); } @font-face {
font-family: 'Crimson';
font-style: italic;
font-weight: 400;
src: local("Crimson Text Italic"), local("CrimsonText-Italic"), url(//bibliothek.peter-handke.de/wp-content/themes/habi/assets/fonts/crimson/crimson-text-v8-latin-italic.woff2) format("woff2"), url(//bibliothek.peter-handke.de/wp-content/themes/habi/assets/fonts/crimson/crimson-text-v8-latin-italic.woff) format("woff"); } @font-face {
font-family: 'Crimson-Bold';
font-style: normal;
font-weight: 600;
src: local("Crimson Text SemiBold"), local("CrimsonText-SemiBold"), url(//bibliothek.peter-handke.de/wp-content/themes/habi/assets/fonts/crimson/crimson-text-v8-latin-600.woff2) format("woff2"), url(//bibliothek.peter-handke.de/wp-content/themes/habi/assets/fonts/crimson/crimson-text-v8-latin-600.woff) format("woff"); } @font-face {
font-family: 'Crimson-Bold';
font-style: italic;
font-weight: 600;
src: local("Crimson Text SemiBold Italic"), local("CrimsonText-SemiBoldItalic"), url(//bibliothek.peter-handke.de/wp-content/themes/habi/assets/fonts/crimson/crimson-text-v8-latin-600italic.woff2) format("woff2"), url(//bibliothek.peter-handke.de/wp-content/themes/habi/assets/fonts/crimson/crimson-text-v8-latin-600italic.woff) format("woff"); }
@font-face {
font-family: 'Roboto';
src: local("Roboto"), local("Roboto-Regular"), url(//bibliothek.peter-handke.de/wp-content/themes/habi/assets/fonts/roboto/subset-Roboto-Regular.woff2) format("woff2"), url(//bibliothek.peter-handke.de/wp-content/themes/habi/assets/fonts/roboto/subset-Roboto-Regular.woff) format("woff");
font-weight: normal;
font-style: normal;
}
html {
overflow-y: scroll;
}
body {
font-family: "Crimson", Arial, sans-serif;
background-color: #fff;
color: #1A1919;
position: relative;
font-size: 20px;
line-height: 1.4;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2 {
font-weight: normal;
}
h1 {
line-height: 1.2;
}
a {
font-family: "Roboto", Helvetica, Arial, sans-serif;
color: #1A1919;
text-decoration: none;
}
.container-s {
max-width: 660px;
margin: 0 auto;
}
@media screen and (min-width: 400px) {
.container-s {
padding: 0 20px;
}
}
.container-m {
max-width: 900px;
margin: 0 auto;
padding: 0;
}
@media screen and (min-width: 400px) {
.container-m {
padding: 0 20px;
}
}
.container-l {
max-width: 1100px;
margin: 0 auto;
padding: 0 20px;
}
.menu ul {
list-style: none;
margin: 0;
padding: 0;
}
.menu ul li {
margin: 10px 0;
}
.menu ul li a {
font-family: "Roboto", Helvetica, Arial, sans-serif;
display: block;
}
.menu--primary {
background: #007488;
padding: 15px;
display: none;
}
.menu--open .menu--primary {
display: block;
}
.menu--secondary ul li {
display: inline-block;
font-size: 1rem;
padding: 8px 8px 8px 0px;
margin: 0;
}
.menu__button svg {
max-width: 30px;
height: auto;
}
.menu__button__close {
display: none;
}
.menu--open .menu__button__close {
display: block;
}
.menu--open .menu__button__open {
display: none;
}
.menu__button__open svg g {
fill: #fff;
}
.home .menu__button__open svg g,
.page-template-page-verkauf .menu__button__open svg g {
fill: #007488;
}
.menu__button {
position: absolute;
right: 15px;
top: 15px;
cursor: pointer;
padding: 3px;
}
.header {
position: absolute;
left: 0;
top: 0;
right: 0;
z-index: 10;
}
.header__logo {
background: url(//bibliothek.peter-handke.de/wp-content/themes/habi/assets/img/logo_w.png) no-repeat left center;
background-size: contain;
display: block;
position: absolute;
left: 20px;
top: 20px;
}
.home .header__logo,
.page-template-page-verkauf .header__logo {
background-image: url(//bibliothek.peter-handke.de/wp-content/themes/habi/assets/img/logo_b.png);
}
.header__logo span {
display: block;
width: 180px;
height: 40px;
overflow: hidden;
text-indent: -999em;
}
@media screen and (min-width: 400px) {
.header__logo span {
width: 230px;
height: 50px;
}
}
.header__menu {
margin-right: 0;
position: relative;
max-width: 300px;
width: 300px;
float: right;
}
.header a {
color: #fff;
text-decoration: none;
}
.breadcrumb {
font-family: "Roboto", Helvetica, Arial, sans-serif;
font-size: 1rem;
margin-bottom: 2rem;
}
.breadcrumb a {
display: inline-block;
padding-right: 0px;
margin-right: 0px;
}
.breadcrumb a:first-child {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
position: relative;
}
.breadcrumb a:first-child:after {
position: absolute;
right: -20px;
content: ">";
display: inline-block;
margin-left: 14px;
}
.breadcrumb a:nth-child(2) {
pointer-events: none;
cursor: pointer;
margin-left: 30px;
}
.intro {
background: #7AB6B9;
padding: 70px 20px 50px 20px;
}
.page-id-59 .intro {
background: #6D9D7D;
}
@media screen and (min-width: 400px) {
.intro {
min-height: 50vh;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.intro {
min-height: 500px;
}
}
@media screen and (min-width: 400px) {
.intro__image {
margin-right: 60px;
}
}
.intro__text {
color: #fff;
}
@media screen and (min-width: 400px) {
.intro__text {
margin-left: 60px;
}
}
.intro__text p {
margin: 0;
text-align: center;
}
@media screen and (min-width: 400px) {
.intro__text p {
text-align: left;
}
}
.intro__text h1 {
margin: .5rem 0 1rem 0;
font-size: 2.4rem;
text-align: center;
}
@media screen and (min-width: 400px) {
.intro__text h1 {
margin: .5rem 0 1.3rem 0;
font-size: 2.4rem;
text-align: left;
}
}
@media screen and (min-width: 600px) {
.intro__text h1 {
margin: .5rem 0 1.6rem 0;
font-size: 3rem;
}
}
@media screen and (min-width: 400px) {
.intro.intro--with-image {
display: flex;
justify-content: space-around;
align-items: center;
justify-content: center;
}
}
.intro.intro--with-image .intro__image > img {
max-height: 140px;
max-width: 140px;
margin: 3rem auto 2.2rem auto;
display: block;
}
@media screen and (min-width: 400px) {
.intro.intro--with-image .intro__image > img {
max-height: 160px;
max-width: 160px;
}
}
@media screen and (min-width: 600px) {
.intro.intro--with-image .intro__image > img {
max-height: 300px;
max-width: 300px;
}
}
.single-book .intro {
color: #fff;
}
.single-book .intro .breadcrumb {
margin-top: 5rem;
}
.single-book .intro .intro__content {
margin-bottom: 3rem;
}
@media screen and (min-width: 600px) {
.single-book .intro .intro__content {
-webkit-column-count: 2;
column-count: 2;
}
}
.single-book .intro .intro__content p {
margin-top: 0;
}
.intro a {
color: #fff;
text-decoration: none;
}
.page-template-page-home .intro {
background: #EBEFF5;
padding: 20px 0;
}
.page-template-page-home .intro img {
max-height: 100%;
max-width: 100%;
}
.page-template-default .intro {
min-height: auto;
color: #fff;
}
.footer {
background: #434343;
padding: 20px;
}
.footer__wrapper {
position: relative;
}
@media screen and (min-width: 600px) {
.footer__wrapper {
min-height: 120px;
}
}
.footer__wrapper .menu {
margin: 2rem auto;
}
@media screen and (min-width: 600px) {
.footer__wrapper .menu {
margin: 0;
position: absolute;
bottom: 0;
left: 0;
}
}
.footer__wrapper .menu ul {
text-align: center;
}
.footer__wrapper .logo {
margin: 2rem auto;
}
@media screen and (min-width: 600px) {
.footer__wrapper .logo {
margin: 0;
position: absolute;
bottom: 0;
right: 0;
}
}
.footer__wrapper .logo svg {
display: block;
margin: 0 auto;
max-width: 110px;
}
@media screen and (min-width: 600px) {
.footer__wrapper .logo svg {
max-width: auto;
}
}
.footer a {
color: #fff;
text-decoration: none;
font-size: 1rem;
}
.einleitung {
text-align: center;
padding: 3rem;
color: #007488;
}
.page-id-59 .einleitung {
color: #6D9D7D;
}
.breadcrumb {
font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.content { }
.content h1, .content h2, .content h3, .content h4 {
font-family: "Crimson-Bold", Arial, sans-serif;
}
.content a {
font-family: "Crimson", Arial, sans-serif;
text-decoration: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
transition: all 300ms ease;
}
.content a:hover {
border-bottom: 1px solid #007488;
color: #007488;
}
.intro .content a {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.intro .content a:hover {
color: #fff;
border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 600px) {
.book-listing {
display: flex;
flex-direction: row;
}
}
.book-listing .book {
background: #EBEFF5;
margin: 0rem 0rem;
padding: 2rem;
display: flex;
flex-direction: column;
text-align: center;
color: #007488;
}
@media screen and (min-width: 600px) {
.book-listing .book {
margin: 2rem 1rem;
width: 50%;
}
}
.book-listing .book:nth-child(1) {
margin-left: 0;
}
.book-listing .book:nth-child(2) {
margin-right: 0;
}
.book-listing .book > * {
display: block;
margin: 1rem 0;
}
.book-listing .book__image {
height: 340px;
max-width: 240px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
}
.book-listing .book__image img {
max-width: 100%;
max-height: 100%;
max-height: 300px;
}
.book-listing .book .button {
margin: 0 auto;
}
.home__title {
text-align: center;
color: #007488;
padding: .5rem;
font-size: 1.4rem;
}
@media screen and (min-width: 600px) {
.home__title {
font-size: 2rem;
padding: 1.5rem;
}
}
.home__about {
padding: 1rem;
}
@media screen and (min-width: 600px) {
.home__about {
padding: 4rem;
}
}
.home__material {
background: #EBEFF5;
padding: 1rem;
}
@media screen and (min-width: 600px) {
.home__material {
padding: 4rem;
}
}
.home__material article {
max-width: 660px;
margin: 0 auto;
} .compounds {
display: flex;
flex-direction: row;
flex-wrap: wrap;
max-width: 100%;
max-width: 1000px;
margin: 0 auto;
}
.compound {
width: 100%;
border-top: 1px solid rgba(0, 116, 136, 0.5);
padding: 3rem 0;
}
@media screen and (min-width: 960px) {
.compound {
width: 50%;
}
}
.page-id-70 .compound:nth-child(3) {
width: 100%;
}
.page-id-22 .compound:nth-child(9) {
width: 100%;
}
.page-id-59 .compound {
border-top: 1px solid #6D9D7D;
}
@media screen and (min-width: 400px) {
.compound {
display: flex;
flex-direction: row;
}
}
.compound__image img {
max-width: 260px;
max-height: 260px;
}
.compound__data {
font-size: 1rem;
margin-top: 2rem;
}
@media screen and (min-width: 400px) {
.compound__data {
margin-top: 0;
margin-left: 1.5rem;
margin-right: 2rem;
}
}
.compound__data h2 {
margin: -8px 0 1rem 0;
padding: 0;
color: #007488;
}
.page-id-59 .compound__data h2 {
color: #6D9D7D;
}
.compound__list {
list-style: none;
margin: 0;
padding: 0;
font-size: 1rem;
font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.compound__list__title {
font-size: 30px;
}
.compound__list a {
display: block;
padding: 0px 0 0 0;
margin: 1.5rem 0 0 0;
text-decoration: none;
-webkit-transform: all 275ms ease-out;
transform: all 275ms ease-out;
}
.compound__list a:hover {
color: #007488;
opacity: 1;
border-color: rgba(0, 116, 136, 0.8);
}
.compound__list__item {
display: block !important;
width: 100%;
}
@media screen and (min-width: 600px) {
.card-listing {
display: flex;
flex-direction: row;
}
}
.card {
background: #EBEFF5;
padding: 1rem;
margin-bottom: 1rem;
text-align: center;
color: #007488;
display: flex;
flex-direction: column;
}
@media screen and (min-width: 600px) {
.card {
width: 50%;
}
}
@media screen and (min-width: 600px) {
.card {
margin: 1rem;
}
}
.card > * {
display: block;
margin: 1rem 0;
}
.card__image {
height: 240px;
max-width: 240px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
}
.card__image img {
max-width: 100%;
max-height: 100%;
max-height: 200px;
}
.card__meta {
flex-grow: 1;
}
.card__meta__item {
border-bottom: 1px solid #000;
}
.card__buttons > * {
display: block;
margin: 1rem 0;
}
.link {
font-family: "Roboto", Helvetica, Arial, sans-serif;
font-size: .95rem;
text-decoration: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
display: inline-block;
opacity: 0.8;
-webkit-transform: all 275ms ease-out;
transform: all 275ms ease-out;
}
.link:hover {
color: #007488;
opacity: 1;
border-color: rgba(0, 116, 136, 0.8);
}
.button {
color: #fff;
font-family: "Roboto", Helvetica, Arial, sans-serif;
font-size: 1rem;
text-decoration: none;
display: block;
max-width: 300px;
margin: 0 auto;
background: #666 !important;
box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.21);
text-align: center;
text-shadow: 0px 0px 1px #000000;
}
.button:hover {
background: #007488 !important;
}
.button span {
display: block;
padding: 1rem;
}
.page-template-page-verkauf .button {
background: #CB4E48 !important;
font-weight: bold;
}
.page-template-page-verkauf .button:hover {
background: #AD5F5C !important;
}
.page-template-page-verkauf .button:before {
content: 'Jetzt kaufen';
display: block;
padding: 15px;
font-size: 110%;
}
.page-template-page-verkauf .button span {
display: none;
}
.page-template-page-verkauf .button span:before {
content: 'Jetzt kaufen';
} .book-buy-wrap {
position: relative;
}
.book-buy-dropdown {
position: absolute;
left: 0;
right: 0;
z-index: 100;
display: block;
background: #eef3f3;
margin: 0;
padding: 0;
width: 300px;
max-width: 100%;
margin: 0 auto;
margin-top: -1px;
box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.book-buy-dropdown.collapsed {
display: none;
}
.book-buy-dropdown ul {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
.book-buy-dropdown li {
display: block;
margin: 0;
padding: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.book-buy-dropdown a {
text-align: left;
display: block;
font-family: Roboto, sans-serif;
font-size: 15.6px;
font-weight: 500;
padding: 12px 18px 18px 12px;
color: #484c4c;
border: none;
font-weight: normal;
font-style: normal;
margin: 0;
}
.book-buy-dropdown .shop-icon {
display: inline-block;
position: relative;
top: 4px;
width: 22px;
height: 22px;
color: transparent;
margin-right: 6px;
mix-blend-mode: multiply;
opacity: 0.7;
}
.book-buy-dropdown a:hover {
color: #000;
box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.05);
}
.book-buy-dropdown a:hover:after {
content: "›";
display: block;
float: right;
margin-top: 2px;
font-size: 1.5em;
}
.book-buy-dropdown a:hover .shop-icon {
opacity: 1;
}
.cc-window {
opacity: 1;
transition: opacity 1s ease;
}
.cc-window.cc-invisible {
opacity: 0;
}
.cc-animate.cc-revoke {
transition: -webkit-transform 1s ease;
transition: transform 1s ease;
transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
-webkit-transform: translateY(-2em);
transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
-webkit-transform: translateY(2em);
transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.cc-grower {
max-height: 0;
overflow: hidden;
transition: max-height 1s;
}
.cc-link, .cc-revoke:hover {
text-decoration: underline;
}
.cc-revoke, .cc-window {
position: fixed;
overflow: hidden;
box-sizing: border-box;
font-family: Helvetica,Calibri,Arial,sans-serif;
font-size: 16px;
line-height: 1.5em;
display: flex;
flex-wrap: nowrap;
z-index: 9999;
}
.cc-window.cc-static {
position: static;
}
.cc-window.cc-floating {
padding: 2em;
max-width: 24em;
flex-direction: column;
}
.cc-window.cc-banner {
padding: 1em 1.8em;
width: 100%;
flex-direction: row;
}
.cc-revoke {
padding: .5em;
}
.cc-header {
font-size: 18px;
font-weight: 700;
}
.cc-btn, .cc-close, .cc-link, .cc-revoke {
cursor: pointer;
}
.cc-link {
opacity: .8;
display: inline-block;
padding: .2em;
}
.cc-link:hover {
opacity: 1;
}
.cc-link:active, .cc-link:visited {
color: initial;
}
.cc-btn {
display: block;
padding: .4em .8em;
font-size: .9em;
font-weight: 700;
border-width: 2px;
border-style: solid;
text-align: center;
white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
background-color: transparent;
border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
background-color: transparent;
text-decoration: underline;
}
.cc-close {
display: block;
position: absolute;
top: .5em;
right: .5em;
font-size: 1.6em;
opacity: .9;
line-height: .75;
}
.cc-close:focus, .cc-close:hover {
opacity: 1;
}
.cc-revoke.cc-top {
top: 0;
left: 3em;
border-bottom-left-radius: .5em;
border-bottom-right-radius: .5em;
}
.cc-revoke.cc-bottom {
bottom: 0;
left: 3em;
border-top-left-radius: .5em;
border-top-right-radius: .5em;
}
.cc-revoke.cc-left {
left: 3em;
right: unset;
}
.cc-revoke.cc-right {
right: 3em;
left: unset;
}
.cc-top {
top: 1em;
}
.cc-left {
left: 1em;
}
.cc-right {
right: 1em;
}
.cc-bottom {
bottom: 1em;
}
.cc-floating > .cc-link {
margin-bottom: 1em;
}
.cc-floating .cc-message {
display: block;
margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
flex: 1 0 auto;
}
.cc-window.cc-banner {
align-items: center;
}
.cc-banner.cc-top {
left: 0;
right: 0;
top: 0;
}
.cc-banner.cc-bottom {
left: 0;
right: 0;
bottom: 0;
}
.cc-banner .cc-message {
display: block;
flex: 1 1 auto;
max-width: 100%;
margin-right: 1em;
}
.cc-compliance {
display: flex;
align-items: center;
align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
flex: 1;
}
.cc-btn + .cc-btn {
margin-left: .5em;
}
@media print {
.cc-revoke, .cc-window {
display: none;
}
}
@media screen and (max-width: 900px) {
.cc-btn {
white-space: normal;
}
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
.cc-window.cc-top {
top: 0;
}
.cc-window.cc-bottom {
bottom: 0;
}
.cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
left: 0;
right: 0;
}
.cc-window.cc-banner {
flex-direction: column;
}
.cc-window.cc-banner .cc-compliance {
flex: 1 1 auto;
}
.cc-window.cc-floating {
max-width: none;
}
.cc-window .cc-message {
margin-bottom: 1em;
}
.cc-window.cc-banner {
align-items: unset;
}
.cc-window.cc-banner .cc-message {
margin-right: 0;
}
}
.cc-floating.cc-theme-classic {
padding: 1.2em;
border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
text-align: center;
display: inline;
flex: none;
}
.cc-theme-classic .cc-btn {
border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
display: inline-block;
}
.cc-theme-edgeless.cc-window {
padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
margin: 0;
padding: .8em 1.8em;
height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
margin-left: 0;
} .swiper-container {
margin: 0 auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
float: left;
}
.swiper-container-vertical > .swiper-wrapper {
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-property: transform,-webkit-transform;
box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-property: transform,-webkit-transform;
}
.swiper-slide-invisible-blank {
visibility: hidden;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: height,-webkit-transform;
transition-property: transform,height;
transition-property: transform,height,-webkit-transform;
}
.swiper-container-3d {
-webkit-perspective: 1200px;
perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
touch-action: pan-y;
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
touch-action: pan-x;
}
.swiper-button-next, .swiper-button-prev {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
opacity: .35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
display: none;
}
.swiper-pagination {
position: absolute;
text-align: center;
transition: .3s opacity;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 10px;
left: 0;
width: 100%;
}
.swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transform: scale(0.33);
transform: scale(0.33);
position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
-webkit-transform: scale(1);
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
-webkit-transform: scale(1);
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
-webkit-transform: scale(0.66);
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
-webkit-transform: scale(0.33);
transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
-webkit-transform: scale(0.66);
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
-webkit-transform: scale(0.33);
transform: scale(0.33);
}
.swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: .2;
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 6px 0;
display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
transition: .2s top,.2s -webkit-transform;
transition: .2s transform,.2s top;
transition: .2s transform,.2s top,.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: .2s left,.2s -webkit-transform;
transition: .2s transform,.2s left;
transition: .2s transform,.2s left,.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: .2s right,.2s -webkit-transform;
transition: .2s transform,.2s right;
transition: .2s transform,.2s right,.2s -webkit-transform;
}
.swiper-pagination-progressbar {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
-webkit-transform-origin: right top;
transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
background: #000;
}
.swiper-pagination-lock {
display: none;
}
.swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-scrollbar-lock {
display: none;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
max-width: 100%;
max-height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.swiper-slide-zoomed {
cursor: move;
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
display: block;
content: '';
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
background-size: 100%;
background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube {
overflow: visible;
}
.swiper-container-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0;
}
.swiper-container-flip {
overflow: visible;
}
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
-ms-perspective: 1200px;
}
.swiper-container {
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
padding: 75px 0 35px 0;
opacity: 0;
}
.swiper-container.show {
opacity: 1;
transition: opacity .5s ease 2s;
}
.swiper-slide {
text-align: center;
}
.swiper-slide img {
max-height: 50vh !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.swiper-slide img {
max-height: 500px;
min-height: 500px;
}
}
.home .swiper-slide {
min-height: 200px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.home .swiper-slide {
min-height: 500px;
}
}
.cc-window {
opacity: 1;
transition: opacity 1s ease;
}
.cc-window.cc-invisible {
opacity: 0;
}
.cc-animate.cc-revoke {
transition: -webkit-transform 1s ease;
transition: transform 1s ease;
transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
-webkit-transform: translateY(-2em);
transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
-webkit-transform: translateY(2em);
transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.cc-grower {
max-height: 0;
overflow: hidden;
transition: max-height 1s;
}
.cc-link, .cc-revoke:hover {
text-decoration: underline;
}
.cc-revoke, .cc-window {
position: fixed;
overflow: hidden;
box-sizing: border-box;
font-family: Helvetica,Calibri,Arial,sans-serif;
font-size: 16px;
line-height: 1.5em;
display: flex;
flex-wrap: nowrap;
z-index: 9999;
}
.cc-window.cc-static {
position: static;
}
.cc-window.cc-floating {
padding: 2em;
max-width: 24em;
flex-direction: column;
}
.cc-window.cc-banner {
padding: 1em 1.8em;
width: 100%;
flex-direction: row;
}
.cc-revoke {
padding: .5em;
}
.cc-header {
font-size: 18px;
font-weight: 700;
}
.cc-btn, .cc-close, .cc-link, .cc-revoke {
cursor: pointer;
}
.cc-link {
opacity: .8;
display: inline-block;
padding: .2em;
}
.cc-link:hover {
opacity: 1;
}
.cc-link:active, .cc-link:visited {
color: initial;
}
.cc-btn {
display: block;
padding: .4em .8em;
font-size: .9em;
font-weight: 700;
border-width: 2px;
border-style: solid;
text-align: center;
white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
background-color: transparent;
border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
background-color: transparent;
text-decoration: underline;
}
.cc-close {
display: block;
position: absolute;
top: .5em;
right: .5em;
font-size: 1.6em;
opacity: .9;
line-height: .75;
}
.cc-close:focus, .cc-close:hover {
opacity: 1;
}
.cc-revoke.cc-top {
top: 0;
left: 3em;
border-bottom-left-radius: .5em;
border-bottom-right-radius: .5em;
}
.cc-revoke.cc-bottom {
bottom: 0;
left: 3em;
border-top-left-radius: .5em;
border-top-right-radius: .5em;
}
.cc-revoke.cc-left {
left: 3em;
right: unset;
}
.cc-revoke.cc-right {
right: 3em;
left: unset;
}
.cc-top {
top: 1em;
}
.cc-left {
left: 1em;
}
.cc-right {
right: 1em;
}
.cc-bottom {
bottom: 1em;
}
.cc-floating > .cc-link {
margin-bottom: 1em;
}
.cc-floating .cc-message {
display: block;
margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
flex: 1 0 auto;
}
.cc-window.cc-banner {
align-items: center;
}
.cc-banner.cc-top {
left: 0;
right: 0;
top: 0;
}
.cc-banner.cc-bottom {
left: 0;
right: 0;
bottom: 0;
}
.cc-banner .cc-message {
display: block;
flex: 1 1 auto;
max-width: 100%;
margin-right: 1em;
}
.cc-compliance {
display: flex;
align-items: center;
align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
flex: 1;
}
.cc-btn + .cc-btn {
margin-left: .5em;
}
@media print {
.cc-revoke, .cc-window {
display: none;
}
}
@media screen and (max-width: 900px) {
.cc-btn {
white-space: normal;
}
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
.cc-window.cc-top {
top: 0;
}
.cc-window.cc-bottom {
bottom: 0;
}
.cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
left: 0;
right: 0;
}
.cc-window.cc-banner {
flex-direction: column;
}
.cc-window.cc-banner .cc-compliance {
flex: 1 1 auto;
}
.cc-window.cc-floating {
max-width: none;
}
.cc-window .cc-message {
margin-bottom: 1em;
}
.cc-window.cc-banner {
align-items: unset;
}
.cc-window.cc-banner .cc-message {
margin-right: 0;
}
}
.cc-floating.cc-theme-classic {
padding: 1.2em;
border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
text-align: center;
display: inline;
flex: none;
}
.cc-theme-classic .cc-btn {
border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
display: inline-block;
}
.cc-theme-edgeless.cc-window {
padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
margin: 0;
padding: .8em 1.8em;
height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
margin-left: 0;
}
.page-template-page-verkauf .intro {
background: #EBEFF5;
}
.page-template-page-verkauf .intro__image {
margin-right: 0;
}
@media screen and (min-width: 600px) {
.page-template-page-verkauf .intro__image {
margin-left: 3rem;
}
}
.page-template-page-verkauf .intro__text {
color: #007488;
margin-left: 0;
}
@media screen and (min-width: 600px) {
.page-template-page-verkauf .intro__text {
max-width: 400px;
margin-left: 20px;
}
}
.page-template-page-verkauf .intro__text h1, .page-template-page-verkauf .intro__text p {
text-align: center;
}
@media screen and (min-width: 600px) {
.page-template-page-verkauf .intro__text h1, .page-template-page-verkauf .intro__text p {
max-width: 400px;
text-align: left;
}
}
.page-template-page-verkauf .intro .button {
margin: 2rem 0 0 0;
}
@media screen and (max-width: 599px) {
.page-template-page-verkauf .intro .button {
margin-left: auto;
margin-right: auto;
}
}
.page-template-page-verkauf .intro .book-buy-dropdown {
margin: 0;
}
@media screen and (max-width: 599px) {
.page-template-page-verkauf .intro .book-buy-dropdown {
margin-left: auto;
margin-right: auto;
}
}
.page-template-page-verkauf .intro.intro--with-image {
display: block;
position: relative;
}
@media screen and (min-width: 600px) {
.page-template-page-verkauf .intro.intro--with-image {
display: flex;
justify-content: space-around;
align-items: center;
justify-content: center;
}
}
.page-template-page-verkauf .intro.intro--with-image .intro__image > img {
max-height: 260px;
max-width: 260px;
margin: 3rem auto 2.2rem auto;
}
@media screen and (min-width: 400px) {
.page-template-page-verkauf .intro.intro--with-image .intro__image > img {
max-height: 260px;
max-width: 260px;
}
}
@media screen and (min-width: 600px) {
.page-template-page-verkauf .intro.intro--with-image .intro__image > img {
max-height: 300px;
max-width: 300px;
}
}
@media screen and (min-width: 960px) {
.page-template-page-verkauf .intro.intro--with-image .intro__image > img {
max-height: 400px;
max-width: 480px;
}
}
.page-template-page-verkauf .intro.intro--with-image .badge {
position: absolute;
z-index: 200;
border-radius: 50%;
background: #CB4E48;
width: 120px;
height: 120px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.21);
}
.page-template-page-verkauf .intro.intro--with-image .badge > div {
color: #fff;
text-align: center;
vertical-align: center;
display: inline;
}
.page-template-page-verkauf .einleitung a {
font-size: 1rem;
color: #007488;
}
.page-template-page-verkauf .slider-below {
background: #EBEFF5;
}
.page-template-page-verkauf .slider-below .swiper-container {
padding: 35px 0;
}
.price-notice {
text-align: center;
font-size: 14px;
padding: 30px;
}
.lazyload {
background: url(//bibliothek.peter-handke.de/wp-content/themes/habi/assets/img/loader.gif) no-repeat center center;
background-size: 20px 20px;
height: 20px;
width: 20px;
}
.lazyloading {
opacity: 0;
}
.lazyloaded {
opacity: 1;
transition: opacity 800ms ease;
}