/*
Theme Name: Free Spirit Schmuck
Author: Tobias Spiess
Version: 1.0
Textdomain: free-spirit-schmuck
*/

:root {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body {
    font-family: 'Outfit';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
    padding: 0;
}

a {
    color: #000;
}

a:hover {
    color: #BE4DA6;
}

h1 {
    font-size: 86px;
}

h2 {
    font-size: 58px;
}

.page_header .page-title,
.page_header h1.page-title {
    font-size: 40px;
}

body.error404,
body.blog,
body.archive,
body.single,
body.page:not(.page-frontpage) {
    padding-top: 125px;
}

input:not([type="radio"]):not([type="checkbox"]),
textarea {
    background-color: #FFF;
    border: none;
    box-sizing: border-box;
    color: #BE4DA6;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
    margin: 0 0 45px 0;
    min-height: 77px;
    padding: 26px 15px 27px 15px;
    text-align: left;
    width: 100%;
}

input[type="submit"],
input.btn,
input.btn.btn-outline-primary {
    margin-left: auto;
    text-align: center;
}

input:not([type="radio"]):not([type="checkbox"])::placeholder,
textarea::placeholder {
    text-transform: uppercase;
}

body .main-page-container {
    overflow: hidden;
}

.wpcf7-spinner {
    order: 1;
}

.wpcf7-form-control {
    order: 2;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
    color: #fff;
}

.wpcf7-form-control-wrap {
    display: flex;
    flex-wrap: wrap;
}

::-webkit-input-placeholder { color: rgba(190, 77, 166, 0.5); text-transform: uppercase; } /* Chrome, Safari, Opera */
:-moz-placeholder { color: rgba(190, 77, 166, 0.5); text-transform: uppercase; }           /* Firefox bis v18 */
::-moz-placeholder { color: rgba(190, 77, 166, 0.5); text-transform: uppercase; }          /* Firefox ab v19 */
:-ms-input-placeholder { color: rgba(190, 77, 166, 0.5); text-transform: uppercase; }      /* IE11 */
::placeholder { color: rgba(190, 77, 166, 0.5); text-transform: uppercase; }


body .btn {
    border: none;
    border-radius: 80px;
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
    padding: 24px 35px;
    text-transform: uppercase;
}

body .btn.btn-primary {
    background-color: #BE4DA6;
    color: #FFF;
}

body .btn.btn-primary:hover {
    background-color: #FFF;
    color: #BE4DA6;
}

body .btn.btn-btn-secondary {
    background-color: #FFF;
    color: #BE4DA6;
}

body .btn.btn-outline-primary {
    background-color: transparent;
    border: 2px solid #FFF;
    color: #FFF;    
}

body .btn.btn-outline-primary:hover {
    background-color: #FFF;
    color: #BE4DA6;
}

#main-header {
    left: 0;
    padding: 27px 0 0 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 999;
}

#main-header.is-sticky {
  background-color: rgba(255,255,255,0.8);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 5px 0;
}

body.admin-bar #main-header {
    top: 32px;
}

body.error404 #main-header:not(.is-sticky),
body.blog #main-header:not(.is-sticky),
body.archive #main-header:not(.is-sticky),
body.single #main-header:not(.is-sticky),
body.page:not(.page-frontpage) #main-header:not(.is-sticky) {
    background-color: #89888E;
    padding-top: 5px;
}

#main-header > .container > .row {
    align-items: center;
    justify-content: center;
}

#main-header.is-sticky > .container > .row {
    height: 65px;
}

#main-header.is-sticky #logo {
    height: 80%;
    width: auto;
}

#main-header #logo img {
    max-height: 100%;
}

#main-nav {
    font-family: 'Courier Prime';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#main-nav .main-navigation > li {
    margin: 0 50px;
}

#main-nav .main-navigation > li:last-child {
    margin-right: 0;
}

#main-nav .main-navigation .nav-item .nav-link {
    color: white;
    white-space: nowrap;
}

#main-header.is-sticky #main-nav .main-navigation .nav-item .nav-link {
    color: #000;
}

.page_header {
  background: #f8f8f8;
  box-shadow: 0 0 7px rgba(37,37,37,.2);
  margin-bottom: 40px;
}

.page_header a,
.page_header a:link,
.page_header a:visited {
    color: #BE4DA6;
    text-decoration: none;
}

.page_header a:hover {
    text-decoration: underline;
}

.blog article,
.archive article {
    background-color: #FFFFFF;
    box-shadow: 0 0 7px rgba(37,37,37,.2);
    box-sizing: border-box;
    margin: 0 24px 73px 24px;
    overflow: hidden;
    width: 480px;
}

.blog article .post-thumbnail img {
    height: auto;
    max-width: 100%;
}

.blog article .post-description {
    box-sizing: border-box;
    padding: 36px 15px 41px 15px;
}

.blog article .post-title {
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    line-height: 120%;
    margin: 0 0 29px 0;
}

.blog article .post-title a:link,
.blog article .post-title a:visited {
    color: #000;
    text-decoration: none;
}

.blog article .post-title a:hover {
    color: #BE4DA6;
}

.blog article .post-content {
    box-sizing: border-box;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: 172px;
    line-height: 160%;
    margin: 0 0 35px 0;
    overflow: hidden;
}

.blog article .read-more-container {
    margin: 0 0 10px 0;
}

.blog article .read-more-container a:link,
.blog article .read-more-container a:visited {
    color: #BE4DA6;
    text-decoration: none;
}

.blog article .read-more-container a:hover {
    text-decoration: underline;
}

.single .post-meta-data,
.single .post-thumbnail {
    float: left;
    height: auto;
    margin: 0 20px 10px 0;
    max-width: 480px;
    position: relative;
    width: 100%;
}

.single .post-thumbnail img {
    height: auto;
    max-width: 100%;
}

.footer {
    font-size: 20px;
    line-height: 140%;
    padding: 70px 0 70px 0;
}

body.blog .footer,
body.archive .footer,
body.single .footer,
body.page:not(.page-frontpage) .footer {
    border-top: 1px solid rgba(37,37,37,.2);
    margin-top: 50px;
}

.footer ul {
    font-size: 20px;
    line-height: 140%;
    list-style: none;
    margin: 0;
}

.footer .footer-widget p {
    margin: 0;
}

.footer a:link,
.footer a:visited {
    color: #BE4DA6;
    font-size: 20px;
    line-height: 140%;
}

.footer a:hover {
    text-decoration: none;
}

.footer ul a:link,
.footer ul a:visited {
    color: #000;
    text-decoration: none;
}

.footer ul a:hover {
    color: #BE4DA6;
    text-decoration: underline;
}

@media (min-width: 1400px) {
    body .container {
        max-width: calc(1585px + 24px);
    }
}

@media all and (max-width: 1399px) {
    #main-header #logo img {
        max-width: 100px;
    }

    #main-header.is-sticky {
        background-color: rgba(255,255,255,0.95);
    }

    #main-header.is-sticky > .container > .row {
        height: auto;
    }

    #main-header.is-sticky #main-nav .main-navigation .nav-item .nav-link {
        font-size: 14px;
    }

    .footer,
    .footer ul,
    .footer a:link,
    .footer a:visited {
        font-size: 18px;
    }

    .footer ul {
        padding-left: 0;
    }

    .single-termine.has-post-thumbnail .post-meta-data {
        float: none;
        max-width: 100%;
    }

    .single-termine.has-post-thumbnail .single-content-wrap {
        display: block !important;
    }
}

@media all and (max-width: 1200px) {
    #main-nav .main-navigation > li {
        margin: 0 20px;
    }

    .single-content-wrap {
        display: block !important;
    }

    .single .post-meta-data {
        float: none;
        max-width: 100%;
    }
}

@media all and (max-width: 991px) {
    :root {
        --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    body.error404 #main-header,
    body.blog #main-header, 
    body.archive #main-header, 
    body.single #main-header, 
    body.page #main-header {
        background-color: #89888E;
    }

    body.error404 #main-header.is-sticky,
    body.blog #main-header.is-sticky, 
    body.archive #main-header.is-sticky, 
    body.single #main-header.is-sticky, 
    body.page #main-header.is-sticky {
        background-color: rgba(137, 136, 142, 0.6);
    }

    body.error404,
    body.blog, 
    body.archive, 
    body.single, 
    body.page:not(.page-frontpage) {
        padding-top: 75px;
    }
    
    h1 {
        font-size: 58px;
    }

    h2 {
        font-size: 48px;
    }

    .page_header .page-title, 
    .page_header h1.page-title {
        font-size: 28px;
    }

    .page_header #breadcrumbs {
        font-size: 14px;
    }

    #main-header,
    #main-header.is-sticky {
        background-color: rgba(255,255,255,0.95);
        padding: 5px;
    }

    #main-header #main-nav,
    #main-header.is-sticky #main-nav {
        background-color: rgba(255,255,255,0.95);
        left: 0;
        position: absolute;
        top: 75px;
    }

    #main-header > .container > .row {
        justify-content: space-between;
    }

    #main-header #main-nav > .container-fluid {
        max-width: 720px;
    }

    #main-header #main-nav .main-navigation .nav-item .nav-link {
        color: #000;
        font-size: 14px;
    }
}

@media all and (max-width: 767px) {

    h1 {
        font-size: 52px;
    }

    #main-header #main-nav > .container-fluid {
        max-width: 540px;
    }

    
}

@media all and (max-width: 575px) {

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 25px;
    }
    
    #main-header #main-nav > .container-fluid {
        max-width: none;
    }

}