/*
Theme Name: Theme by Pixzl
Theme URI: https://www.pixzl.de/
Author: Pixzl
Author URI: https://www.pixzl.de/
Description: Official WordPress Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pixzlde
Tags: Pixzl, theme,
*/

/*Wordpress editor styles start*/



#wpadminbar {
    display: none;
}


.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.alignnone,
img.alignnone {
    /* not sure about this one */
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}




/*Wordpress editor styles end*/















/************************************************************************************
BASIC
************************************************************************************/

html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background-color: #FFF;
    letter-spacing: -.021em;
    line-height: 1.7em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #222;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    position: relative;
    min-height: 100%;
    font-weight: 400;
    margin-top: 68px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.container {
    max-width: 1400px;
}

a {
    color: #5e5e5e;
}

a:hover {
    color: #8c8c8c;
    text-decoration: none;
}

p {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 52px;
    margin-bottom: 30px;
}


h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 44px;
}

h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;

    text-transform: uppercase;
    margin-bottom: 20px;
}

h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.71px;
    text-transform: uppercase;
    margin-bottom: 20px;
}



img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


/************************************************************************************
NAVBAR
************************************************************************************/
.bg-dark {
    background-color: #FFF !important;
    height: 100px;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
    transition: all 0.3s;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
    color: #000;
}

.navbar-brand img {
    width: 100px;
}

.navbar-nav {
    font-size: 14px;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;


}


.navbar-dark .navbar-nav .nav-link {
    color: #000;

    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}



.navbar-default .navbar-toggle.collapsed {
    border-color: white;
}

.navbar-default .navbar-toggle {
    border-color: white;
}

.navbar-dark .navbar-toggler {
    color: #000;
    border-color: transparent;
    margin-right: -15px;
}

.header-label {
    background-color: #000000BF;
    width: fit-content !important;
    position: relative;
    left: 0px !important;
    padding: 10px 15px;
}


.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {

    color: #5b0000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}



label {
    width: 100%;
}

.contact-container {
    background-image: url('http://dev1.pixzl.net/wp-content/uploads/2020/05/background-scaled.jpg');
    padding: 150px 0;
    overflow: hidden;
    color: #FFF;
}

/************************************************************************************
PAGE CONTAINER
************************************************************************************/
.page-container {
    padding: 150px 0px;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
}






.home-cover {
    width: 100%;
    object-fit: cover;
    height: auto;
    margin-bottom: 30px;
    transition: all 0.3s;
}


.home-cover:hover {
    opacity: .75;
    transition: all 0.3s;
}

.artwork-container {
    padding: 150px 0px;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
}

.artwork-container h2 {
    text-align: center;
    color: #9c2023;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 11px;
    font-weight: 600;
    margin-bottom: 50px;
}

/************************************************************************************
FOOTER
************************************************************************************/
.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('http://dev1.pixzl.net/wp-content/uploads/2020/05/background-scaled.jpg');
    padding: 25px 0;
}

.footer a,
.footer p {
    font-size: 12px;
    color: #FFF;
    margin: 0px;
}


.imprint-tag {
    margin-right: 15px !important;
}

.footer-right {
    text-align: right;
}

/************************************************************************************
Header
************************************************************************************/

.nav-logo {
    position: absolute;
    top: -30px;
    left: calc(50% - 50px);
}

.header {
    width: 100%;
    overflow: hidden;
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: top;
    background-image: url('http://dev1.pixzl.net/wp-content/uploads/2020/06/jbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header img {
    height: 500px;
    margin: 0 auto;
    vertical-align: middle;
    display: block;
    margin-top: 75px;
}





/************************************************************************************
HOME
************************************************************************************/

.home-partner-container {
    text-align: center;
}


/************************************************************************************
ABOUT US
************************************************************************************/

.about-us {
    padding: 150px 0px;
    position: relative;
    overflow: hidden;
}


/************************************************************************************
CONTACT
************************************************************************************/

.contact {
    padding: 150px 0px;
    position: relative;
    overflow: hidden;
}



input {
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 10px;
    background-color: #FFF;
    border: 1px solid #000;
    border-radius: 2px;
    color: #000;
    font-size: 1rem;
    line-height: 1.7em;
}

textarea {
    color: #000;
    background-color: #FFF;
    border: 1px solid #000;
}

[type=button],
[type=reset],
[type=submit],
button {
    background: #000;
    color: #FFF;
    cursor: pointer;
}


@media screen and (max-width: 992px) {
       .navbar-dark .navbar-toggler {
        color: #000;
        border-color: transparent;
        margin-right: 0px;
        border-radius: 0px;
        padding: 10px;
    }

}



@media screen and (max-width: 550px) {

    body {
        margin-top: 55px;
    }

    .home-cover {
        width: 100%;
        height: auto;
    }

    .navbar-dark .navbar-toggler {
        color: #000;
        border-color: transparent;
        margin-right: 0px;
        border-radius: 0px;
        padding: 10px;
    }

    .header {
        height: calc(100vh - 100px);
    }

    .header img {
        width: 80%;
        height: auto;
        position: absolute;
        margin: 0 auto;
        display: block;
        left: 0;
        right: 0;
        top: 2%;
    }
}
