/********* Compiled - Do not edit *********/
:root{--color-primary:#ee7f4f;--color-secondary:#e0d7cc;--color-gradient-start:transparent;--color-gradient-stop:transparent;--color-link:#0f0f0f;--color-link-hover:#ee7f4f;}.woocommerce ul.products, .woocommerce-page ul.products{margin-left:-15px;margin-right:-15px;}.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{padding-left:15px;padding-right:15px;}body{font-family:Quicksand;font-weight:400;line-height:1.8;font-size:20px;color:#0f0f0f;}body.single-post .blog-single-title{font-family:inherit;}body.single-post .content{font-family:inherit;}.h1,h1{font-family:Quicksand;font-weight:400;line-height:1.6em;font-size:50px;color:#0f0f0f;}.h2,h2{font-family:Quicksand;font-weight:400;line-height:1.5em;font-size:40px;color:#ee7f4f;}.h3,h3{font-family:Quicksand;font-weight:400;line-height:1.6em;font-size:35px;color:#0f0f0f;}.h4,h4{font-family:Quicksand;font-weight:400;line-height:1.6em;font-size:30px;color:#0f0f0f;}.h5,h5{font-family:Quicksand;font-weight:400;line-height:1.7;font-size:25px;color:#0f0f0f;}.h6,h6{font-family:Quicksand;font-weight:400;line-height:1.8;font-size:19px;color:#0f0f0f;}.titlebar-inner h1{}.titlebar-inner p{}/*Header*/

.logo-default {
    width: 70px !important;
}

/*Footer*/

.footer p {
    font-size: 14px !important;
    line-height: 160% !important;
}
.footer .shrink a {
    color: #ee7f4f !important;
}
/*Startseite*/

.titlebar {
    display: none !important;
}

.shrink {
transition: 1s ease;
}

.shrink:hover{
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
transition: 2s ease;
}

.bigtext p {
    font-size: 25px !important;
}

/*Blog*/

.blog-single-footer {
    display: none;
}

.post-meta {
    display: none;
}

.related-posts {
     display: none;
}

.post-nav {
    display: none;
}
/*mobile Optimierung*/

@media screen and (max-width: 600px) {
    .logo-default {
    width: 70px !important;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

.bigtext p {
    font-size: 22px !important;
}

.blog-single-content {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

}

.flipbook-menu {
    display: none !important;
}

/*Passwortschutz*/

form {
    margin: 50px;
}

input {
    border-radius: 50px !important;
}