/*
Theme Name: Artday Child Theme
Theme URI: http://artday-wp.wossthemes.com
Description: Ecommerce Single Product Theme that can be used by a creative artist, agency, shop, for selling your prints.
Author: WossThemes
Author URI: http://themeforest.net/user/wossthemes
Template: artday
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, white, red
Text Domain: artday
*/

/* Import the original Parent Theme Styles */
@import url("../artday/style.css");

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Herr+Von+Muellerhoff&family=Oswald:wght@700&display=swap');

/* Color Scheme

#FFFFFF
#F5F5F5
#D3D3D3

*/

html, body {
    font-size: 14px !important;
}

@media (max-width: 1280px) {
    html, body {
        font-size: 12px !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {

    html, body {
        font-size: 15px !important;
    }
}


/* === Navigation ===*/

.navbar div {
    position: relative;
}

.navbar-header {
    z-index: 10;
}

.ws-header-fourth .navbar-toggle {
    top: 30px;
    left: 20px;
}

#fm-logo-text {
    letter-spacing: 2px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #000;
}

#fm-logo-container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -10px;
    text-align: center;
}

#fm-logo-link {
    float: none;
!important;
}

#menu-main-menu-container a {
    font-size: 0.4rem !important;
}

#bs-example-navbar-collapse-1 {
    height: 70px !important;
}

.dropdown-menu {

    top: 50px !important;
}

.fm-link-button {
    display: block;
    height: 40px;
    width: 300px;
    background-color: #353535;
    color: #FFFFFF;
    text-align: center;
    padding-top: 6px;
    font-family: Montserrat;
    font-weight: bold;
}

.fm-link-button:hover {
    background-color: #C2A476;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    /*.ws-page-container {*/
    /*    padding-right: 0 !important;*/
    /*    padding-left: 0 !important;*/
    /*    width: 100%;*/
    /*}*/
    /*.ws-page-container > .row {*/
    /*    margin-left: 0 !important;*/
    /*    margin-right: 0 !important;*/
    /*}*/
    /*.ws-page-container > .row .col-sm-12 {*/
    /*    padding-left: 0 !important;*/
    /*    padding-right: 0 !important;*/
    /*}*/
    #home_id, #home_id div {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #rev_slider_1_1_wrapper {
        width: 100% !important;
    }

    #rev_slider_1_1 {
        width: 100% !important;
    }

    #fm-logo-container {
        padding-top: 15px;
    }

    #fm-logo-text {
        letter-spacing: 2px;
        font-size: 1.5rem;
    }

    #sticky-wrapper {
        height: 80px !important;
    }

    #fm-navbar .navbar-toggle {
        left: 10px !important;
    }

    #bs-example-navbar-collapse-1 {
        margin-top: -10px;
        height: 250px !important;
    }

    .ws-header-fourth .navbar-nav .dropdown-menu {
        border: none;
        padding: 0;
        top: 0px !important;
    }

    .fm-link-button {
        height: 40px;
        width: 80%;
    }
}

@media (max-width: 540px) {
    #fm-logo-container {
        margin-left: 50px !important;
    }
}


@media (max-width: 510px) {
    #fm-logo-container {
        padding-top: 22px;
    }

    #fm-logo-text {
        font-size: 1.4rem !important;
    }
}

@media (max-width: 448px) {
    #fm-logo-container {
        margin-left: 10px !important;
    }

    #fm-navbar .navbar-toggle {
        left: 0px !important;
    }
}

@media (max-width: 410px) {
    #fm-logo-text {
        font-size: 1.4rem !important;
    }
}

@media (max-width: 410px) {
    #fm-navbar .navbar-toggle {
        left: -5px !important;
    }
}

@media (max-width: 390px) {
    #fm-logo-text {
        font-size: 1.2rem !important;
    }
}


@media (max-width: 360px) {
    #fm-logo-text {
        font-size: 1.1rem !important;
    }
}

@media (max-width: 340px) {
    #fm-logo-text {
        font-size: 1rem !important;
    }
}

@media (max-width: 326px) {
    #fm-logo-text {
        font-size: 0.9rem !important;
    }
}

/* === Footer === */

#fm-footer {
    position: relative;
    width: 100%;
    height: 60px;
    font-family: Montserrat;
    color: #FFFFFF;
    background-color: #353535;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: #000000;*/

}

#fm-footer section {
    width: 300px;
    height: 50px;
}

#fm-footer article {
    width: 300px;
    height: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


#fm-footer-social-media {
    /*font-size: 1.4rem !important;*/

    /*padding-bottom: 10px;*/
    /*vertical-align: middle;*/
}

#fm-footer-social-media a {
    display: flex;
    width: 300px;
    font-weight: bold;
    font-size: 0.8rem;
    color: #dddddd;
}

.fm-social-media-follow-me {
}

#fm-footer-social-media i {
    margin-right: 10px;
    color: #dddddd;
}


/* === Home Page === */
.fm-link {
    color: #353535;
    font-family: Montserrat;
    font-size: 1rem;
    float: right;
    font-weight: 600;
    letter-spacing: 1px;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

/* === Parallax Hero === */
.parallax {
    /* The image used */
    background-image: url("assets/img/fmhero.png");

    /* Set a specific height */
    height: calc(100vh - 80px);

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-small {
    /* The image used */
    background-image: url("assets/img/fmhero.png");

    /* Set a specific height */
    height: 300px;

    width: 100%;
    background-color: #797979;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.parallax-overlay {
    height: 300px;
    width: 80%;
    position: sticky;
    top: 40vh;
    left: 10%;
    background-color: black;
    background: rgb(119, 119, 119); /* Fallback for older browsers without RGBA-support */
    background: rgba(120, 120, 120, 0.5);
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 40vh;*/
    padding-top: 70px;
}

.parallax-overlay-fixed {
    height: 300px;
    width: 80%;
    position: sticky;
    top: 90px;
    left: 10%;
    background-color: black;
    background: rgb(119, 119, 119); /* Fallback for older browsers without RGBA-support */
    background: rgba(120, 120, 120, 0.5);
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 40vh;*/
    padding-top: 80px;

}

.parallax-overlay h1 {
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-size: 7rem;
    text-align: center;
}

.parallax-overlay-fixed h1 {
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-size: 5rem;
    text-align: center;
}

.parallax-overlay aside {
    font-family: 'Herr Von Muellerhoff', cursive;
    font-size: 4rem;
    color: #FFFFFF;
    text-align: center;
}

.parallax-overlay-fixed aside {
    font-family: 'Herr Von Muellerhoff', cursive;
    font-size: 3rem;
    color: #FFFFFF;
    text-align: center;
}


@media (min-width: 1440px) {
    .parallax-small {

        background-size: auto 100%;
    }

}

@media (max-width: 1110px) {

    .parallax-overlay h1, .parallax-overlay-fixed h1 {
        font-size: 6rem;
    }

    .parallax-overlay aside {
        font-size: 4.5rem;
    }

    .parallax-overlay-fixed h1 {
        font-size: 5rem;
    }

    .parallax-overlay-fixed aside {
        font-size: 4rem;
    }

}

@media (max-width: 800px) {

    .parallax-overlay {
        padding-top: 80px;
    }

    .parallax-small {
        height: 250px;
    }

    .parallax-overlay-fixed{
        height: 250px;
        padding-top: 70px;
    }

    .parallax-overlay h1, .parallax-overlay-fixed h1 {
        font-size: 4rem;
    }

    .parallax-overlay aside {
        font-size: 3rem;
    }

    .parallax-overlay-fixed h1 {
        font-size: 4rem;
    }

    .parallax-overlay-fixed aside {
        font-size: 3rem;
    }
}

@media (max-width: 688px) {
    .parallax {
        /* The image used */
        background-image: url("assets/img/fmhero.png");

        /* Set a specific height */
        height: 100vh;
        max-height: 100vh !important;
        min-height: 100vh !important;

        /* Create the parallax scrolling effect */
        /*background-attachment: fixed;*/
        background-position: center;
        background-repeat: repeat;
        background-size: cover;
        background-attachment: scroll;
    }

    .parallax-overlay, .parallax-overlay-fixed {
        height: 250px;
        max-height: 250px;
        width: 100%;
        position: sticky;
        top: 40vh;
        left: 10%;
        background-color: black;
        background: rgb(119, 119, 119); /* Fallback for older browsers without RGBA-support */
        background: rgba(120, 120, 120, 0.5);
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
        /*margin-top: 40vh;*/
        padding-top: 70px;

    }

    .parallax-overlay h1, .parallax-overlay-fixed h1 {
        color: #FFFFFF;
        font-family: 'Oswald', sans-serif;
        font-size: 4rem;
        text-align: center;
    }


    .parallax-overlay aside, .parallax-overlay-fixed aside  {
        font-family: 'Herr Von Muellerhoff', cursive;
        font-size: 3rem;
        color: #FFFFFF;
        text-align: center;
    }

}

@media (max-width: 620px) {

    .parallax-overlay h1, .parallax-overlay-fixed h1 {
        font-size: 3rem;
    }

    .parallax-overlay aside, .parallax-overlay-fixed aside  {
        font-size: 2rem;
    }

}









/* === Main Container === */

#mainHome {
    /*background-color: #F7F7F7;*/
    background-color: #FFFFFF;
    position: sticky;
    top: 90px;
    padding-bottom: 100px;
}

.fm-container {
    width: 90%;
    background-color: #FFFFFF;
    margin: 0 auto 0 auto;
    padding: 32px 16px 0px 16px;
}

.fm-container-wide {
    width: 90%;
    max-width: 1400px;
    background-color: #FFFFFF;
    margin: 0 auto 0 auto;
    padding-top: 32px;
}

section {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 4.5rem;
}

h2, h3, h4 {
    text-align: center;
    font-family: Montserrat;
    font-weight: 600;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.1rem;
    font-weight: normal;
}

h4 {
    font-size: 1rem;
    color: #C2A476;
    font-family: PT Serif;
    font-weight: bold;
}

article h2 + div.ws-separator {
    margin-bottom: 4.5rem;
}

@media (max-width: 1024px) {
    .fm-container {
        width: 100%;
        background-color: #FFFFFF;
        margin: 0 auto 0 auto;
    }
}

/* === Sektion Zitat === */
#section-zitat {
    background-color: #FFFFFF;
    padding-top: 4rem !important;
    margin-top: 0px;
}

#section-main-normal-page {
    background-color: #FFFFFF;
    padding-top: 1rem !important;
    margin-top: 0px;
}

#section-zitat aside, #section-main-normal-page aside {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -32px;
    margin-bottom: 64px;
    font-family: "PT Serif";
    text-align: center;
}

@media (max-width: 800px){
    #section-zitat aside, #section-main-normal-page aside {
        width: 80%;
    }
}

@media (max-width: 800px){
    #section-zitat aside, #section-main-normal-page aside {
        width: 95%;
    }
}

@media (max-width: 500px){
    #section-main-normal-page aside {
        width: 100%;
    }
}

#section-main-normal-page .ws-separator {
    margin-bottom: 96px;
}

#section-main-normal-page aside {
    /*margin-top: 64px;*/
}

#section-zitat figure {
    width: 100%;
}

#section-zitat figure img {
    height: auto;
    max-width: 350px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: 2px 5px 10px 1px lightgrey;
}

@media (max-width: 688px) {
    #section-zitat figure img {
        height: auto;
        width: 90%;
    }
}

/* === Sektion About Me */

#section-aboutMe {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
    background-color: #FFFFFF;
}

.aboutme-box{
    margin-top: 4.5rem;
    padding: 0;
    /*background-color: #F5F5F5;*/
    max-width: 500px;
    height: 600px;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /*box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;*/
    /*box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;*/
    /*box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;*/
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.aboutme-box .ws-separator {
    margin-top: -35px;
    margin-bottom: 0px;
}

.aboutme-box img {
    width: 500px;
    display: block;
    margin-bottom: 1.2rem;
    margin-left: auto;
    margin-right: auto;
}

.aboutme-box h3{
    font-size: 1.4rem;
    margin-top: -25px;
    /*color: #F5F5F5;*/
}

.aboutme-box h4{
    margin-top: -35px;
    /*color: #F5F5F5;*/
    /*font-weight: bold;*/
}

.aboutme-box p {
    margin-top: 2.3rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.aboutme-box .fm-link-button{
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 550px) {
    .aboutme-box{
        height: 550px;
    }
}

@media (max-width: 500px) {
    .aboutme-box{
        height: 500px;
    }
}

@media (max-width: 450px) {
    .aboutme-box{
        height: 480px;
    }
}

@media (max-width: 400px) {
    .aboutme-box{
        height: 450px;
    }
}

@media (max-width: 350px) {
    .aboutme-box{
        height: 430px;
    }
}



/* === Sektion Portfolio === */


.fm-portfolio-boxes-container {
    width: 100%;
    height: 500px;
    margin-top: -32px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    /*background-color: #0b7da5;*/

}


.fm-portfolio-box {
    width: 450px;
    max-width: 450px;
    height: 450px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    /*background-color: #D8D7D1;*/
    opacity: 1;

}


.fm-portfolio-box:hover {

}

.fm-portfolio-box h3 {
    display: block;
    color: #E1A852;
    font-size: 1.3rem !important;
    font-weight: bold !important;
    justify-self: flex-start;
    /*opacity: 1;*/
}

.fm-portfolio-overlay-cont {
    position: relative;
}

.fm-portfolio-overlay-cont img {
    opacity: 1;
    display: block;
    height: 300px;
    width: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
}

.fm-portfolio-overlay-cont .box-overlay {
    transition: .5s ease;
    opacity: 0.0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    /*transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
    text-align: center;
}

.fm-portfolio-overlay-cont a {
    transition: .5s ease;
    display: block;
}

.fm-portfolio-overlay-cont span {
    display: block;
    float: none;
    width: 100%;
    text-align: center;;
}


.box-overlay i {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #FFFFFF;
    display: block;
}

/*.fm-portfolio-overlay-cont:hover img{*/
/*    opacity: 0.5;*/
/*}*/

.fm-portfolio-overlay-cont:hover .box-overlay {
    opacity: .4;
}

.fm-portfolio-overlay-cont:hover a {
    opacity: 1;
}


@media (max-width: 1280px) {
    .fm-portfolio-boxes-container {
        justify-content: space-between;
    }

    .fm-portfolio-box {
    }

    .fm-portfolio-overlay-cont img {
    }
}


@media (max-width: 1080px) {
    .fm-portfolio-boxes-container {
        height: 1000px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

    .fm-portfolio-box {
    }

    .fm-portfolio-overlay-cont img {
    }
}



@media (max-width: 768px) {
    .fm-portfolio-boxes-container {

    }

    .fm-portfolio-box {

    }

    .fm-portfolio-overlay-cont img {
    }
}

@media (min-width: 688px) {
    .fm-portfolio-box {
        /*box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;*/
        /*box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;*/
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
        /*box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;*/
    }
}

@media (max-width: 688px) {
    .fm-portfolio-boxes-container {
        height: 850px;
    }

    .fm-portfolio-box {
        width: 95%;
        height: 400px;
    }

    .fm-portfolio-overlay-cont img {
        height: 300px;
    }
}



@media (max-width: 768px) {
    .fm-events-box {
        width: 100%;
        padding-top: -100px;
    }
}

#section-kontakt {
    margin-bottom: 1.2rem !important;
    padding-bottom: 0 !important;
}

#section-kontakt .ws-separator {
    margin-bottom: 1.2rem !important;
}

 .fm-contact-form {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fm-kontakt-wrapper input {

}

.fm-formfield-half input, .fm-formfield-full input {
    height: 2.2rem !important;
    margin-bottom: 0.7rem !important;
}

.fm-formfield-half {
    width: 140px;
    /*height: 30px !important;*/
}

.fm-formfield-full {
    width: 300px;
    /*height:   30px !important;*/
}

.fm-kontakt-wrapper textarea {
    height: 100px !important;
}

.fm-formsubmit {
    /*height: 70px !important;*/
    /*margin-top: 50px;*/
    width: 300px;
}

.fm-formsubmit input {
    background-color: #C2A476 !important;
}

.fm-formsubmit input:hover {
    background-color: #353535 !important;
}


/* === Portfolio === */



.pt-cv-content-item {
    margin-bottom: 30px;
}

.pt-cv-ifield {
    width: 100% !important;
    height: 400px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pt-cv-href-thumbnail:hover {
    /*background-color: black;*/
    /*opacity: 0.1;*/
    background-color: #7c7a7a !important;
}

.pt-cv-href-thumbnail:hover img {
    /*opacity: X0.5;*/
}

.pt-cv-href-thumbnail {
    position: relative;
    background-color: #A5A5A5 !important;
    width: 100% !important;
    max-width: 330px !important;
    height: 330px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset !important;*/
    /*box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px !important;*/
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
}


.pt-cv-thumbnail {
    max-height: 225px;
    width: auto;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px !important;
}

.pt-cv-title {
    margin-top: 10px !important;
}

.pt-cv-title a {
    font-family: Montserrat !important;
    color: black !important;
}

.pt-cv-meta-fields {
    font-family: Montserrat !important;
}

@media (max-width: 1280px) {
    .pt-cv-ifield {
        width: 100% !important;
        height: 350px !important;
    }

    .pt-cv-href-thumbnail {
        width: 100% !important;
        max-width: 280px !important;
        height: 280px !important;
    }

}

@media (max-width: 992px) {
    .pt-cv-ifield {
        width: 100% !important;
        height: 400px !important;
    }

    .pt-cv-href-thumbnail {
        width: 100% !important;
        max-width: 330px !important;
        height: 330px !important;
    }

}

/* === About me === */
#page-aboutme-container {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#page-aboutme-container article {
    width: 100% !important;
}

#page-aboutme-container img{
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: block;
}

#page-aboutme-container h3{
    margin-top: 32px;
    font-size: 1.5rem;
}

#page-aboutme-container h4{
    font-size: 1.2rem;
}

#about-me-austellungen{
    padding: 0;
}

#about-me-austellungen article {
    margin-top: 64px;

}

#about-me-austellungen .ws-separator {
   margin-bottom: 16px;
}

#about-me-austellungen ul{
    display: block;
    width: 100%;
   margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    #page-aboutme-container {
        width: 60%;
    }

    #about-me-austellungen ul{
        /*width: 70%;*/
    }

}

@media (max-width: 665px) {
    #page-aboutme-container {
        width: 70%;
    }

}

@media (max-width: 560px) {
    #page-aboutme-container {
        width: 80%;
    }
}

@media (max-width: 490px) {
    #page-aboutme-container {
        width: 90%;
    }
}

/* === Kontakt Page === */
#page-kontakt-container