/*
Theme Name: Von Wegen Lisbeth
Author: Tim Werner
Description: Von Wegen Lisbeth Website converted to WordPress
Version: 2.0.1
Updated on the 7th of April 2023 by Robert
Tags:
*/

@font-face {
    font-family: 'Newake';
    src: url("../fonts/Newake-Font-Regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Newake-Font-Regular.otf"), url("../fonts/Newake-Font-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Newake-Font-Regular.woff") format("woff"), url("../fonts/Newake-Font-Regular.ttf") format("truetype"), url("../fonts/Newake-Font-Regular.svg#svgFontName") format("svg");
}

@font-face {
    font-family: Hel;
    src: url("../fonts/HelveNueThin.ttf");
}

@font-face {
    font-family: 'Lisbeth06gx';
    src: url("../fonts/lisbethalbum006gx-webfont.woff2") format("woff2"), url("../fonts/lisbethalbum006gx-webfont.woff") format("woff");
}
@font-face {
	font-family: 'EduDiatypeBold';
	src: url('../fonts/EduDiatype-Bold.woff2') format("woff2"), url('fonts/EduDiatype-Bold.woff') format("woff");
}
@font-face {
	font-family: 'EduDiatypeRegular';
	src: url('../fonts/EduDiatype-Regular.woff2') format("woff2"), url('fonts/EduDiatype-Regular.woff') format("woff");
}
@font-face {
	font-family: 'EduDiatypeRegularItalic';
	src: url('../fonts/EduDiatype-RegularItalic.woff2') format("woff2"), url('fonts/EduDiatype-RegularItalic.woff') format("woff");
}

h1 {
    font-weight: normal;
    font-family: EduDiatypeBold;
    font-size: 54px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 36px;
}

h2, h3, h4, h5 {
    font-weight: normal;
    font-family: EduDiatypeBold;
}

a {
    text-decoration: none !important;
}

a:link {
    color: #000;
}

a:visited {
    color: #000;
}

a:hover {
    color: #0000fc;
}

a:active {
    color: #0000fc;
}

.vwl-link {
    color: #0000fc;
}

.vwl-soldout {
    color: #ff0000;
}

hr {
    color: #000;
    border-top: solid 2px #000;
}

/*/// VON WEGEN LISBETH /// COLOURS WEB ///*/

/*_ Lisbeth-Rosa: #f3a1ab*/
/*_ Lisbeth-Gelb: #fcf29b*/

/*/// VERWENDUNG ///*/

/*_ weißer Text -> ROSA*/
/*_ blauer Text -> RGB-Blau (#0000fc)*/
/*_ lila Text -> RGB-Rot (#ff0000)*/
/*_ alles andere was gelb oder türkis ist -> ROSA*/

#lottie {
    /*background-color:#fff;*/
    width: 100%;

    /*height:100%;*/
    /* height: 280px; */
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
}

.btn-vwl {
    background: #fff;
    color: #000 !important;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    font-size: 16px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

.btn-vwl:hover {
    background: #000;
    color: #fff !important;
    border: solid 1px #fff;
}

.btn-vwl-invert {
    background-color: #000;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    font-size: 16px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    color: #fff !important;
}

.btn-vwl-invert:hover {
    background-color: #fff;
    color: #000 !important;
    border: solid 1px #000;
}

#cookie-notice {
    line-height: 30px;
}

@media (max-width: 767px) {
    body {
        /*background: url("../images/fertig.gif") no-repeat bottom center fixed;*/
        background: url('../images/BACKGROUND.jpg') no-repeat center center fixed;
        background-size: cover;
        min-height: 100%;
        font-family: 'EduDiatypeRegular';
    }

    h1.blog-title a img {
        width: 80%;
    }

    .container {
        width: 100%;
        color: #000;
        font-size: 14pt;
        padding: 0px;
        padding-top: 25px;
    }

    .blog-post {
        background: white;
        padding: 12px;
    }

    .vwl-bg {
        background: transparent !important;
    }

    .vwl-blog-footer {
        background: white !important;
    }

    /* images in one line for frontpage */

    .vwl-image-line {
        width: 100%;
    }

    .vwl-image-cell {
        margin: 30px auto;
        float: none;
        width: 84px;
        height: 84px;
    }

    .vwl-image-clear {
        clear: both;
    }

    .menu-vwl-item {
        text-align: center;
        margin-bottom: 2rem;
    }
}

@media (min-width: 768px) {
    body {
        background-image: url('../images/BACKGROUND.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
        min-height: 100%;
        font-family: 'EduDiatypeRegular';
    }

    h1.blog-title a img {
        width: 100%;
    }

    .container {
        width: 660px;
        color: #000;
        font-size: 14pt;
        padding: 25px 0px;
    }

    .vwl-bg {
        background: #fff !important;
        border: 0;
        color: #000 !important;
    }

    /* images in one line for frontpage */
    .vwl-image-line {
        width: 100%;
    }

    .vwl-image-container {
        width: 100%;
        text-align: center;
        display: table;
    }

    .vwl-image-cell-container {
        display: table-cell;
    }

    .vwl-image-cell {
        width: 84px;
        margin: 30px 10px;
        display: inline-block;
        height: 84px;
    }

    .vwl-image-cell:hover {
        transform: rotate(-6deg);
    }

    .vwl-image-clear {
        clear: both;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.border-top {
    border-top: solid 2px #000;
}

.padding-25 {
    padding: 25px 0px;
}

/* VWL menu */

.menu-vwl-container {
    margin: 40px auto;
}

.menu-vwl-item {
    text-align: center;
}

.menu-item img {
    width: auto;
    height: 30px;
    margin: 2px;
}

.menu-item img:hover {
    width: auto;
    height: 32px;
    margin: 0px;
}

.vwl-menu-item:hover img {
    transform: scale(1.1);
}

/* VWL Footer*/
.vwl-blog-footer {
    font-size: 10pt;
    text-align: center;
    border-bottom: solid 2px #000;
}

/* Blog styling */
.entry-subtitle {
    padding: 10px 0px;
}

h1.blog-title a {
    font-family: EduDiatypeBold;
    white-space: nowrap;
    color: #fff;
    display: block;
    text-align: center;

    /* text-shadow: 1px 1px 7px #6a6a6a !important; */
}

h1.blog-title a:hover {
    /*letter-spacing: 0.22em;*/
}

.blog-header {
    padding: 0;
}

.blog-post {
    font-size: 12pt;
}

.blog-post img {
    width: 100%;
    height: 100%;
}

.blog-post-title {
    text-align: center;
    margin: 25px auto;
}

.blog-post-meta {
    font-size: 10pt;
    text-align: center;
    margin: 25px auto;
}

#blog-post-title-16 {
    display: none;
}

#blog-post-meta-16 {
    display: none;
}
