::selection {
    background: #A57933;
    color: #fff;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    font-family: "Roboto", sans-serif;
    color: rgba(0, 0, 0, 0.7);
}

.entry-title {
    font-family: "Roboto" !important;
    font-weight: bold;
}

h1.entry-title {
    color: #232348;
    font-size: 24px;
    line-height: 140%;
}

.entry-content {
    font-family: "PT Serif";
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    line-height: 150%;
}

.entry-meta,
.entry-meta a:link,
.entry-meta a:visited {
    color: rgba(0, 0, 0, 0.54);
}

.read-more-container {
    font-size: 14px;
}

input {
    font-size: 15px;
}

input[type=submit] {
    font-weight: bold;
}

a.green:link,
a.green:visited {
    color: #0FB325;
    font-weight: bold;
}

a.green:hover {
    text-decoration: underline;
}

.comments-area {
    font-family: "PT Serif", sans-serif;
}

.entry-meta.comment-metadata a:link {
    color: rgba(0, 0, 0, 0.87);
}

.entry-meta.comment-metadata a.comment-reply-link:link {
    color: #A57933;
    font-weight: bold;
}

.comment-form-comment textarea:nth-child(3) {
    display: none;
}

.small-header {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #C9C9C9;
    font-weight: 400;
}

a.default-button {
    padding: 10px 50px;
    background-color: #E8E8E8;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #696974;
    display: inline-block;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}

a.default-button:hover {
    background-color: #d0d0d0;
}

a.cta-button {
    font-size: 24px;
    color: #fff;
    background: #0FB325;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 10px;
    font-weight: bold;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}

a.cta-button:hover {
    background-color: #0da121;
    cursor: pointer;
}

/*** LAYOUT ***/

body {
    background-color: #F7F3E8;
}


input[type=submit] {
    border-radius: 3px;
}


#md,
#tb {
    width: 0;
    height: 0;
    display: block;
}

.mobile-only {
    display: none;
}

#content {
    margin-top: 20px !important;
}

.fullwidth-content {
    width: 100%;
    max-width: 1232px;
    margin: 0 auto;
    position: relative;
    padding: 0 24px;
    box-sizing: border-box;
}

#middle-content {
    margin: 0 4px;
}

footer .comments-link {
    display: none;
}

.site-footer {
    background-color: #ffffff;
    margin-top: 20px;
}

.footer-widgets {
    padding-bottom: 40px;
}

.footer-widget-1 {
    width: 30%;
}

.footer-widget-2 {
    width: 70%;
}

.badge-fba {
    float: right;
    margin-right: 30px;
}

/*** HEADER ***/

#header {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
}

.header-img {
    float: left;
    display: block;
    position: relative;
    top: 22px;
}

.search-form {
    display: flex;
}

input[type="search"].search-field {
    border: none;
    background-color: #f1f1f0;
    margin-left: 36px;
    font-weight: 700;
    padding-left: 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 18px;
    height: 42px;
    width: 100%;
}

input[type=submit].search-submit {
    width: 45px;
    height: 42px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-image: url(baseline-search-24px-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 66% 66%;
    background-color: #A57933;
}

#nav {
    float: right;
    line-height: 0;
    position: relative;
    top: 30px;
}

#nav .menu-navbar-container {
    float: right;
}

#nav-menu-button {
    display: none;
    float: right;
    margin-top: 17px;
    cursor: pointer;
}

#nav-mobile {
    float: none;
    display: none;
    background-color: #ffffff;
    padding-top: 18px;
    padding-bottom: 28px;
}

#nav-mobile .menu-navbar-container {
    overflow: hidden;
}

#nav-mobile ul {
    margin: 0;
    margin-left: 42px;
}

#nav-mobile ul>li {
    list-style-type: none;
    margin-bottom: 28px;
}

#nav-mobile ul>li.special a {
    display: inline-flex;
    margin-top: 0;
}

#nav-mobile .search-form {
    width: 90%;
    max-width: 400px;
    margin-top: 16px;
}

#nav .menu {
    display: inline-block;
}

#nav ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#nav>ul:after {
    content: '';
    display: block;
    clear: both;
}

#nav li {
    box-sizing: border-box;
    height: 100%;
    float: left;
    padding-left: 40px;
}

.nav li a {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 100%;
    color: #A57933;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}

.nav li.special a {
    background-color: #0FB325;
    color: white;
    padding: 8px 11px;
    border-radius: 10px;
    margin-top: -8px;
    margin-left: -6px;
}

.nav li a:hover,
.nav li a:active {
    color: #735423;
}

.nav li.special a:hover,
.nav li a.special:focus {
    color: #ffffff;
    background-color: #0da121;
}

.nav-search {
    display: block;
    width: 28px;
    height: 28px;
    float: right;
    margin-top: -2px;
    margin-left: 25px;
}

#search-container {
    display: none;
    position: absolute;
    width: 100%;
    top: 80px;
    z-index: 1000;
}

#search-container .search-form {
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 18px;
    float: right;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

#search-container .search-field {
    margin-left: 0;
}

/*** STAGE ***/

#stage {
    background-color: #F7F3E8;
    padding-top: 65px;
    padding-bottom: 55px;
}

.stage-content {
    display: flex;
    max-width: 1132px;
}

.stage-content-left {
    width: 117%;
    display: flex;
}

.stage-content-left>img {
    width: 100%;
    height: auto;
}

.stage-content-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 6.36%;
}

.stage-title {
    font-size: 27px;
    color: #605434;
    font-weight: 900;
    line-height: 140%;
}

.stage-text {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 24px;
}

.stage-content-right .cta-button {
    align-self: baseline;
}

/*** REFERENCES ***/

#references {
    width: 100%;
    background-color: #FBF9F3;
    height: 92px;
}

#references-content {
    text-align: center;
    display: flex;
    max-width: 765px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 92px;
}


.references-title {
    margin-right: 45px;
    color: rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
    align-self: center;
}

#references-content a {
    flex-shrink: 1;
    align-self: center;
}

#references-content img {
    opacity: .35;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    position: relative;
    top: -2px;
}

#references-content img:hover {
    opacity: .5;
}

/*** FEATURED POSTS ***/

.inside-small-header {
    margin: 0 auto;
    padding-top: 24px;
}

#featured-posts {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}

.featured-post {
    width: 50%;
    display: flex;
    float: left;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.featured-post:nth-child(even) {
    padding-left: 9px;
}

.featured-post:nth-child(odd) {
    padding-right: 9px;
}

.featured-post-image {
    width: 120px;
    height: 67.5px;
    float: left;
    margin-right: 14px;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.featured-post-title {
    font-weight: 700;
}

.featured-post-sub {
    font-size: 14px;
}


@media screen and (min-width:1007px) and (max-width:1165px) {

    .featured-post-image {
        width: 70px;
    }
}

@media screen and (min-width:667px) and (max-width:768px) {
    .featured-post-image {
        width: 70px;
    }
}

@media screen and (min-width:769px) and (max-width:1007px) {

    .featured-post {
        width: 100%;
        padding: 0 !important;
    }
}

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

    .featured-post {
        width: 100%;
        padding: 0 !important;
    }
}

#frugalisten-image-vertical {
    display: none;
}

#main {
    background: #ffffff;
    box-shadow: 1px 2px 4px rgba(175, 172, 168, 0.28);
    margin-bottom: 0;
}

#right-sidebar .widget {
    box-shadow: 1px 2px 4px rgba(175, 172, 168, 0.28);
    margin-bottom: 12px;
}

#right-sidebar .widget:last-child {
    margin-bottom: 0px;
}

.widget-area .widget {
    padding: 20px 24px !important;
}

#main>article {
    border-top: 1px solid #F7F3E8;
    margin-bottom: 50px;
}

#main>article>.inside-article {
    margin: 0 auto;
    padding: 0 !important;
    padding-top: 45px !important;
}

#main>article>.inside-article,
.inside-small-header {
    width: 90%;
    max-width: 700px;
}


#right-sidebar {
    width: 29%;
    float: right;
}

.inside-right-sidebar {
    margin-bottom: 0px !important;
}

#right-sidebar {
    will-change: min-height;
}

.inside-right-sidebar {
    transform: translate(0, 0);
    /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

#primary {
    width: 71%;
}

.site-info {
    font-size: 13px;
    padding: 8px;
    background-color: #333343;
}

/*** TOUR ***/

.tour-box {
    background-color: #ffffff;
    box-shadow: 1px 1px 6px rgba(175, 172, 168, 0.4);
    margin-bottom: 24px;
    margin-right: 20px;
}

.tour-box-title {
    text-align: center;
    padding: 40px 24px;
    padding-bottom: 30px;
    margin-bottom: 0;
    max-width: 700px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 900;
}

.tour-box-image {
    text-align: center;
    background-color: #faf7f0;
}

#tour-box-image-1 {
    padding: 40px 24px 45px 24px;
}

#tour-box-image-2 {
    padding: 55px 24px 45px 24px;
}

#tour-box-image-3 {
    padding: 65px 24px 24px 24px;
}

#tour-box-image-4 {
    padding: 50px 24px 0px 24px;
}


.tour-box-text {
    padding: 0px 24px;
    font-family: PT Serif, Arial, sans-serif;
    font-size: 16px;
    line-height: 150%;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 16px;
}

.tour-box-posts {
    padding: 42px 24px 48px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    max-width: 700px;
    margin: 0 auto;
}

.tour-box .featured-post {
    width: 100%;
    margin-bottom: 24px;
    padding: 0 !important;
    float: none;
}

.tour-box .featured-post:last-child {
    margin-bottom: 0;
}

.tour-box .featured-post-image {
    width: 100px;
    height: 56.25px;
}

.tour-box .featured-post-title {
    margin-top: 5px;
}

/** PHONES, TABLETS, SMALL DESKTOP **/
@media screen and (max-width: 1248px) {

    #content {
        margin: 0 16px;
    }

    #main {
        margin-right: 16px;
    }
}


/*** TABLETS **/
@media screen and (max-width:900px) {

    #nav {
        top: 31px;
    }

    #nav li {
        padding-left: 30px;
    }

    #nav li a {
        font-size: 18px;
    }

    .nav-search {
        margin-left: 18px;
    }

    .stage-title {
        font-size: 23px;
    }

    .stage-content-right {
        margin-left: 4%;
    }

    body {
        font-size: 13px;
    }

    .mobile-only {
        display: block;
    }

    #content {
        margin: 0;
    }

    #main>article>.inside-article,
    .inside-small-header,
    #featured-posts {
        width: 95%;
    }

    #primary,
    #right-sidebar {
        width: 100%;
    }

    .footer-widgets {
        padding: 24px;
        padding-bottom: 40px;
    }

}

/** SMALL TABLES **/
@media screen and (max-width:768px) {

    #md {
        display: none;
    }

    #nav-menu-button {
        display: block;
    }

    #nav {
        display: none;
    }

    #stage {
        padding-top: 32px;
        padding-bottom: 36px;
    }

    .stage-content {
        padding: 0px 18px;
    }

    .stage-content-right {
        margin-left: 6.36%;
    }

    .stage-title {
        font-size: 20px;
    }

    .stage-text {
        font-size: 16px;
    }

    #frugalisten-image {
        display: none;
    }

    #frugalisten-image-vertical {
        display: block;
    }

    .tour-box {
        margin-right: 0px !important;
    }

    .badge-fba {
        float: left;
    }

}

/** PHONES ONLY **/
@media screen and (max-width:600px) {

    .stage-content-left {
        display: none;
    }

    #nav {
        text-align: left;
        padding: 8px 0;
    }

    #nav li {
        width: 50%;
    }

    #navbar .has-sub.current-menu-item,
    #navbar .has-sub.current-page-ancestor {
        background-color: inherit;
    }

    #navbar .has-sub.current-menu-item a,
    #navbar .has-sub.current-page-ancestor a {
        color: #ffffff;
    }

    #navbar .has-sub.current-menu-item a:hover,
    #navbar .has-sub.current-page-ancestor a:hover {
        color: inherit;
    }

    #references {
        height: auto;
    }

    #references-content {
        flex-direction: column;
        padding: 8px !important;
        width: 100%;
        height: auto;
    }

    .references-title {
        margin-right: 0px;
        margin-bottom: 6px;
    }

    #frugalisten-image-container {
        display: block;
        margin: 0 auto;
        padding-bottom: 0;
        width: 350px;
        max-width: 100%;
        box-sizing: border-box;
    }

    .tour-box-posts {
        padding: 24px;
    }

    .tour-box .featured-post-image {
        width: 70px;
    }

    .tour-box-title {
        padding-top: 24px;
        padding-bottom: 20px;
        font-size: 22px;
    }

    .tour-box-text {
        padding: 0px 16px;
    }

    #tour-box-image-1 {
        padding: 20px 4px 20px 8px;
    }

    #tour-box-image-2 {
        padding: 24px 4px 24px 8px;
    }

    #tour-box-image-3 {
        padding: 28px 4px 8px 8px;
    }

    h2 {
        font-size: 18px;
    }

    .entry-content {
        margin-top: 1.3em 0 0;
    }

    .entry-article {
        padding: 16px;
    }

    #main>article {
        margin-bottom: 30px;
    }

    #main>article>.inside-article {
        padding-top: 25px !important;
    }

    .slick-next {
        display: none !important;
    }

    .slick-prev {
        display: none !important;
    }

    .slick-dots li button:before {
        font-size: 12px !important;
    }

    #content-slider-content {
        margin: 0px !important;
    }

    #content-slider-dots {
        padding-right: 20px !important;
    }

    .slick-dots li {
        margin: -2px !important;
    }
}

/*** WIDGETS und PLUGINS ***/

.about-image {
    float: left;
    margin: 8px;
    margin-right: 16px;
    border-radius: 50px;
}

@media screen and (min-width:769px) and (max-width:1069px) {

    #custom_html-2 {
        text-align: center;
    }

    .frugalisten_menu_title {
        margin-top: 10px !important;
    }

    .about-image {
        float: none;
    }

}

h3.related_post_title,
h3.comments-title {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.54);
    font-size: 18px;
}

.shariff {
    margin-bottom: 20px !important;
}

.jetpack_subscription_widget #subscribe-text {
    padding-bottom: 10px;
}

.jetpack_subscription_widget input[type=submit] {
    background-color: #0FB325;
    border: none;
    border-radius: 10px;
    padding: 10px 16px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    height: auto;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    width: 100%;
}

.jetpack_subscription_widget input[type=submit]:hover {
    background-color: #0da121;
    cursor: pointer;
}

#subscribe-email {
    margin-bottom: 12px;
}

#subscribe-email input {
    width: 100% !important;
}

/* Disable ugly facebook plugin loader */
.inside-right-sidebar .loader {
    display: none !important;
}

.fb_iframe_widget,
.fb_iframe_widget * {
    width: 100% !important;
}

/*** FBA 2019 ***/

#fba-desktop {
    display: none;
    position: absolute;
    right: 0px;
    top: 105px;
    width: 270px;
    height: 360px;
    box-shadow: 1px 2px 4px rgba(175, 172, 168, 0.28);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#fba-mobile {
    min-height: 110px;
    width: 100%;
}

.fba {
    background-color: #283834;
    color: #ffed00;
}

.fba h3 {
    font-weight: 900;
    font-size: 21px;
}

#fba-desktop>img {
    margin-top: 15px;
}


#fba-mobile {
    padding: 10px 0px;
}

#fba-mobile h3 {
    margin: 0;
    align-self: center;
    text-align: right;
    margin-left: 22px;
}

#fba-mobile img {
    margin: 0 24px;
    align-self: center;
}

#fba-mobile .fba-text {
    align-self: center;
    font-size: 17px;
}

#fba-mobile .cta-button {
    height: 36px;
    align-self: center;
    margin-top: 0;
    margin-left: 24px;
    flex-shrink: 0;
}

.fba-mobile-container {
    display: flex;
    height: 100%;
    min-height: 110px;
}

.fba .cta-button {
    background-color: #ffed00;
    color: #283834;
    margin-top: 16px;
}

.fba .cta-button:hover {
    background-color: #ffffff;
}


@media screen and (min-width:1660px) {
    #fba-desktop {
        display: block;
    }
}

@media screen and (max-width:900px) {
    .fba-break-900 {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .fba-mobile-container {
        flex-direction: column;
    }

    #fba-mobile {
        padding: 20px 0px;
    }

    #fba-mobile img {
        margin: 16px;
    }

    #fba-mobile h3 {
        text-align: center;
    }

    .fba-break-768 {
        display: none;
    }

    #fba-mobile .fba-text {
        text-align: center;
        max-width: 400px;
        margin-bottom: 16px;
    }

    #fba-mobile .cta-button {
        margin-left: 0;
    }
}