@import url("https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&family=Lora:ital,wght@0,500;1,400&family=Raleway:wght@400;600&display=swap");
@font-face {
font-family: 'High Spirited';
src: url(//natuerlich-du.de/wp-content/themes/valerie/fonts/high_spirited-webfont.woff2) format('woff2'),
url(//natuerlich-du.de/wp-content/themes/valerie/fonts/high_spirited-webfont.woff) format('woff'),
url(//natuerlich-du.de/wp-content/themes/valerie/fonts/high_spirited-webfont.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
:root {
--accent-color: #C3835E;
--accent-color-rgb : 195,131,94;
--font-script: 'High Spirited';
--font-family: 'Raleway';
--font-heading:  'Lora';
--heading-color:  #000;
--color-text: #888;
--secondary-color: #ddd;
--variant-heading: 500;
--variant-semiBold : 600;
}
body{
font-family: var(--font-family);
font-size: 16px;
color: var(--color-text);
line-height: 1.7em;
background: #fff;
}
h1,h2,h3,h4,h5,h6{
font-family: var(--font-heading);
font-weight: var(--variant-heading);
color: var(--heading-color);
margin-top: 0;
margin-bottom: 20px;
line-height: 1.3em;
}
h1{
font-size: 36px;
}
h2{
font-size: 32px;
}
h3{
font-size: 30px;
}
h4{
font-size: 26px;
}
h5{
font-size: 20px;
}
h6{font-size: 18px;}
a{
color: var(--accent-color);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
text-decoration: none;
}
a:hover, a:focus{
text-decoration: none;
outline: none;
color: var(--heading-color);
}
p{margin-bottom: 25px}
img{
max-width: 100%;
height: auto;
}
ul,ol{margin: 0;}
.post-content ul, .post-content ol, .page-excerpt ul, .page-excerpt ol{
margin-bottom: 25px;
}
ul ul, ol ol, ul ol, ol ul{padding-left: 30px;}
button, .button, input[type="submit"],.elementor-button{
text-transform: uppercase;
text-align: center;
padding: 13px 35px;
font-size: 14px;
line-height: 24px;
border: none;
background: var(--accent-color);
color: #fff;
display: inline-block;
letter-spacing: 1px;
font-weight: var(--variant-semiBold);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
cursor: pointer;
text-transform: capitalize;
}
button:hover, .button:hover, input[type="submit"]:hover,
button:focus, .button:focus, input[type="submit"]:focus, .elementor-button:focus{
opacity: 0.8;
color: #fff;
}
.valerie-button{
font-size: 14px;
padding: 10px 30px;
color: var(--heading-color);
border: 1px solid;
font-weight: 600;
text-transform: capitalize;
display: inline-block;
position: relative;
transition: all 0.5s ease 0s;
background: transparent;
white-space: nowrap;
line-height: normal;
}
.valerie-button:before{
content: "";
position: absolute;
top: 0;
left: 0;
transform: translate(-100%, -100%) rotate(0deg);
-webkit-transform: translate(-100%, -100%) rotate(0deg);
border: solid;
border-width: 0 1px 1px 0;
display: inline-block;
padding: 3px;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
transition: all .7s ease-out;
border-color: inherit;
}
.valerie-button:after{
content: "";
position: absolute;
bottom: 0;
right: 0;
transform: translate(100%, 100%) rotate(0deg);
-webkit-transform: translate(100%, 100%) rotate(0deg);
border: solid;
border-width: 1px 0 0 1px;
display: inline-block;
padding: 3px;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
transition: all .7s ease-out;
border-color: inherit;
}
.valerie-button:hover,.valerie-button:focus{
background: var(--heading-color);
border-color: var(--heading-color);
color: #fff;
}
.valerie-button:hover:before{
left: 100%;
transform: translate(0, -100%) rotate(90deg);
}
.valerie-button:hover:after{
right: 100%;
transform: translate(0, 100%) rotate(90deg);
}
.valerie-button:hover:before, .valerie-button:hover:after{
border-color: var(--heading-color);
}
.elementor-button-wrapper .elementor-button{font-size: 12px;}
.elementor-button-wrapper .elementor-button.elementor-size-md{font-size: 14px;}
.elementor-button-wrapper .elementor-button.elementor-size-lg{font-size: 16px;}
.elementor-button-wrapper .elementor-button.elementor-size-xl{font-size: 18px;}
input[type="text"], input[type="email"],
input[type="search"], input[type="password"],
textarea, input[type="tel"]{
border: 1px solid var(--secondary-color);
background: #fff;
padding: 12px 18px;
line-height: 24px;
color: var(--primary-color);
width: 100%;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus{
background-color: transparent!important;
-webkit-text-fill-color: inherit;
-webkit-box-shadow: 0 0 0px 1000px transparent inset;
transition: background-color 5000s ease-in-out 0s;
}
textarea{min-height: 200px;}
blockquote{padding-left: 15px}
select{
border: 1px solid var(--secondary-color);
padding: 12px 18px;
line-height: 24px;
color: #999;
width: 100%;
font-size: 15px;
-webkit-appearance: none; 
-moz-appearance: none;
appearance: none;
background-color: transparent;
background-image: url(//natuerlich-du.de/wp-content/themes/valerie/assets/images/select.png);
background-repeat: no-repeat;
background-position: 95% center;
}
select:focus{
outline: none;
}
::-webkit-input-placeholder {
color: inherit;
opacity: 1;
}
:-moz-placeholder {
color: inherit;
opacity: 1;  
}
::-moz-placeholder {
color: inherit;
opacity: 1;  
}
:-ms-input-placeholder {  
color: inherit;
opacity: 1;  
}
iframe{
max-width: 100%
}
abbr[data-original-title], abbr[title] {
cursor: help;
border-bottom: none;
}
*:focus{
outline: 1px solid var(--accent-color);
border-radius: 0;
outline-offset: -1px;
} .chosen-container{
min-width: 270px;
width: 100%!important;
}
.chosen-container-single .chosen-single{
box-shadow: none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
background: none;
border-color: var(--secondary-color);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
height: auto;
line-height: 24px;
padding: 12px 18px;
color: inherit;
}
.chosen-container-active.chosen-with-drop .chosen-single{
background: none;
border-color: var(--secondary-color);
box-shadow: none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
}
.chosen-container-single .chosen-single div{width: 25px}
.chosen-container-single .chosen-single div b{
background: none;
width: 10px;
background-color: var(--color-text);
mask: url(//natuerlich-du.de/assets/images/caret-down.svg) no-repeat center / contain;
-webkit-mask: url(//natuerlich-du.de/wp-content/themes/valerie/assets/images/caret-down.svg) no-repeat center / contain;
}
.chosen-container .chosen-drop{
box-shadow: none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
background: #fff;
border-color: var(--secondary-color);
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.chosen-container-single .chosen-search input[type="text"]{border-color: #ddd;}
.chosen-container .chosen-results li{line-height: 24px;font-family: inherit;}
.chosen-container .chosen-results li.highlighted{
background-image: none;
background-color: var(--accent-color);
} .owl-nav > div{
width: 28px;
height: 70px;
background-color: rgba(0,0,0,0.5);
color: #fff;
position: absolute;
top: 50%;
transform: translateY(-50%);
transition: all 0.5s;
overflow: hidden;
}
.owl-nav > div.owl-prev{left: -28px}
.owl-nav > div.owl-next{right: -28px}
.owl-carousel:hover .owl-nav > div.owl-prev{left: 0}
.owl-carousel:hover .owl-nav > div.owl-next{right: 0}
.owl-nav > div > *{
display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
transition: all 0.5s;
}
.owl-nav > div .navtext {
writing-mode: vertical-rl;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 12px;
position: absolute;
left: 0;
top: 0;
}
.owl-nav > div.owl-prev .navtext{
right: 100%;
left: auto;
transform: rotate(180deg);
}
.owl-nav > div.owl-next .navtext{
left: 100%;
}
.owl-nav > div.owl-next:hover .navtext{
left: 0;
}
.owl-nav > div.owl-prev:hover .navtext{
right: 0;
}
.owl-nav > div.owl-prev:hover i{
transform: translateX(-100%);
}
.owl-nav > div.owl-next:hover i{
transform: translateX(100%);
}
.owl-carousel .owl-dots .owl-dot{
width: 9px;
height: 9px;
display: inline-block;
background-color: transparent;
position: relative;
padding: 2px!important;
margin: 0 5px;
}
.owl-carousel .owl-dots .owl-dot.active{
background-color: rgba(255,255,255,0.4);
}
.owl-carousel .owl-dots .owl-dot span{
width: 100%;
height: 100%;
background-color: #fff;
display: block;
border-radius: 50%;
} table{
width: 100%;
border-collapse: collapse;
}
table th, table td{
border: 1px solid #eee;
padding: 5px;	
}
blockquote{
padding: 0 0 0 45px;
position: relative;
margin-bottom: 25px;
}
blockquote p{
color: #999;
font-size: 16px;
font-style: italic;
}
blockquote:before{
content: "";
position: absolute;
top: 0;
left: 0;
font-size: 22px;
background: none;
background-color: var(--accent-color);
mask: url(//natuerlich-du.de/assets/images/left-quote.svg) no-repeat center / contain;
-webkit-mask: url(//natuerlich-du.de/wp-content/themes/valerie/assets/images/left-quote.svg) no-repeat center / contain;
display: block;
width: 35px;
height: 35px;
background-size: contain;
background-repeat: no-repeat;
}
blockquote cite{
color: var(--accent-color);
text-transform: uppercase;
font-style: normal;
font-size: 12px;
}
blockquote cite:after{
content: "";
display: inline-block;
margin-left: 10px;
height: 1px;
width: 70px;
background: var(--accent-color);
vertical-align: middle;
}
.wp-caption {
position: relative;
background: transparent;
margin-bottom: 25px;
max-width: 100%
}
.wp-caption-text,.gallery-caption{
margin-bottom: 25px;
}
.bypostauthor {
position: relative;
}
.sticky {
position: relative;
}
.sticky .post-title:before{
content: "\f08d";
font-family: "Font Awesome 5 Free";
color: #ef4848;
font-size: 16px;
display: inline-block;
margin-right: 10px;
font-weight: 900;
}
.post-content a{text-decoration: underline;}
.post-content .post-title a{
text-decoration: none;
}
.post-content:after, .page-excerpt:after,
.post-content:before, .page-excerpt:before{
content: "";
clear: both;
display: table;
}
.no-sidebar .alignwide{
margin: 32px calc(25% - 25vw);
min-width: 100%;
max-width: 100vw;
width: auto;
}
.no-sidebar .alignfull {
margin: 32px calc(50% - 50vw);
max-width: 100vw;
width: 100vw;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
margin-bottom: 20px;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
margin-bottom: 20px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.wp-block-embed.alignfull iframe{width: 100%}
.wp-block-archives li a, .wp-block-categories li a, .wp-block-latest-comments li a,
.wp-block-latest-posts li a{
color: inherit;
}
.wp-block-archives li a:hover, .wp-block-categories li a:hover,
.wp-block-latest-comments li a:hover, .wp-block-latest-posts li a:hover{
color: var(--accent-color);
}
.wp-block-categories ul.children{margin-bottom: 0;}
.post table{margin-bottom: 20px;}
.post-title, .post-content{
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.post-nav-links{
clear: both;
margin: 0 0 1.5em;
}
.wp-block-cover{margin-bottom: 25px}
.gallery img{
border: none!important;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: var(--accent-color);
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #fff;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 600;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 111100; } .elementor-heading-title{
line-height: 1.3em;
} .wp-block-latest-posts__list > li{
overflow: hidden;
margin-bottom: 20px;
}
.wp-block-latest-posts__list > li:last-child{margin-bottom: 0;}
.wp-block-latest-posts__list > li > a{
font-family: var(--font-heading);
color: var(--heading-color);
font-weight: var(--variant-heading);
font-size: 18px;
display: block;
display: -webkit-box;
-webkit-line-clamp: 2;
overflow: hidden;
-webkit-box-orient: vertical;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft,
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright{
margin-bottom: 0;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.aligncenter + a{
font-size: 20px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date{
display: inline-block;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-author + .wp-block-latest-posts__post-date:before{
content: "";
display: inline-block;
width: 1px;
height: 10px;
margin: 0 7px;
background: #c8c8c8;
vertical-align: middle;
}
.wp-block-tag-cloud{margin: 0;}
.wp-block-tag-cloud a{
display: inline-block;
font-size: 16px!important;
border: 1px solid var(--secondary-color);
padding: 5px 10px;
margin: 0 5px 10px 0;
color: inherit;
}
.tagcloud a {
display: inline-block;
font-size: 16px !important;
border: 1px solid var(--secondary-color);
padding: 5px 10px;
margin: 0 5px 10px 0;
color: inherit;
}
.wp-block-tag-cloud a:hover, .tagcloud a:hover{
color: var(--accent-color);
border-color: var(--accent-color);
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, 
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item{
margin: 0 0.5em 0.5em 0;
}
.wp-block-latest-comments__comment{line-height: 24px;}
@media (min-width: 600px){
.blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, 
.wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
margin-right: 0.5em;
}
}