/*
  Theme Name: nadero
  Author: Ralf Bohnert
  Author URI: http://www.bohnline.net
  Description: nadero WordPress Theme
  Version: 1.0
*/

/*------------------------------------*\
    Global
\*------------------------------------*/

body {
    font-size: 1.2em;
    line-height: 1.7;
}

body.admin-bar, .admin-bar .fixed-top {
    margin-top: 32px;
}

.page-template-default .maincontent {
    margin-top: 175px;
}

a {
    color: #856404;
    text-decoration: underline;
}

a:hover {
    color: #2E4272;
}

.wp-post-image {
    max-width: 100%;
    height: auto;
}

.btn-nadero {
    background: #856404;
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 1em;
    margin-top: 1em;
    border: 0px;
    white-space: normal;
}

.btn-nadero-xl {
    width: 100%;
    padding: 1em;
    font-size: 1.9em;
    line-height: 1.1;
    font-weight: bold;
    white-space: normal;
}

span.btn-xl-sec {
    font-size: 0.4em;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-top: 1px solid #9e7e14;
    padding-top: .7em;
}

.btn-nadero-xl img {
    width: 100%;
    margin-top: -5em;
    margin-bottom: -7em;
}

a.btn{
    text-decoration:none;
}

.btn-nadero:hover {
    background: #1F2C52;
    color: #fff;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Mitr', sans-serif;
    text-transform: uppercase;
    margin: 0 0 1em 0;
    line-height: 1;
}

h1 {
    color: #1F2C52;
    margin-top: 0px;
}

span.subheadline {
    color: #856404;
    font-size: 0.7em;
}

h2, h3, h4, h5, h6 { color: #2E4272;}

hr {
    border-top: 2px solid #856404;
    margin: 0em 10em 2em 10em;
}
p {overflow: auto;}

.mb-container {margin-bottom: 5em;}

.mb-1em{margin-bottom: -1em!important;}

.jumbo-content .table, .jumbo-content .table th, .jumbo-content .table td {
    border-color: #1F2C52;
    color: #856404;
}

@media (max-width: 990px) {
    .btn-nadero {
        width: 100%
    }

    h1 {
        font-size: 1.3em;
    }

    h2, h3, h4 {
        font-size: 1.2em;
    }

    body.admin-bar, .admin-bar .fixed-top {
        margin-top: 40px;
    }

    .btn-nadero-xl {
        font-size: 1.4em;
        line-height: 1.5;
    }

    h3 {
        text-align: center;
        font-size: 1.4em;
        line-height: 1.2;
    }

    h2 {
        margin-top: -158px!important;
    }

}

@media (min-width: 768px) {
    hr {
        margin: 0em 25em 3em 25em;
    }
}

/*------------------------------------*\
    Header
\*------------------------------------*/

.jumbotron {
    border-radius: 0;
}

.jumbo-header {
    background-image: url(img/header.jpg);
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-color: #f6f2e6;
    border-bottom: 1px solid #856404;
}

.jumbo-header-clean {
    height: 0px;
    padding: 0;
    margin-bottom: 5em;
}

.site-features{
    margin-top: -110px;
    margin-bottom: 5em;
}

.site-feature-box {
    padding: 1em;
}

.site-feature-box-inner {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0.25em;
    border: 1px solid #dfd6b9;
}

.site-feature-box-inner img {
    width: 100%;
    border-top-right-radius: 0.25em;
    border-top-left-radius: 0.25em;
}

.site-feature-box-inner hr {
    border-top: 2px solid #856404;
    margin: 0 7em 0 7em;
}

.site-features h3 {
    width: 100%;
    font-size: 1.2em;
    color: #856404;
    padding: 1em 0.5em 0.2em 0.5em;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0px;
    border-top: 5px solid #856404;
}

.site-feature-box-inner p {
    padding: 1em;
    font-size: 0.8em;
    min-height: 245px;
}

.site-features .btn-nadero {
    width: 100%;
    font-size: 1em;
    margin: 0px;
    border-bottom-right-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
    background: #2E4272;
}

header.site-header {
    border-bottom: 1px solid #dfd6b9;
    background: #fff;
}

@media (min-width: 768px) {
    .jumbo-header {
        margin-bottom: 7em;
        height: 300px;
    }

    .jumbo-header-clean {
        margin-bottom: 10em;
    }
}

@media (min-width: 991px) {
    .jumbo-header {
        height: 500px;
        border-bottom: 5px solid #856404;
    }

    .site-features{
        margin-top: -601px;
    }

    .site-feature-box-inner {
        border: 0px;
    }
}

/*------------------------------------*\
    Search
\*------------------------------------*/

form.site-search {
    margin-bottom: 1em;
}

.site-search input.form-control {
    border-radius: 0px;
}

.site-search input[type=submit] {
    border: 0px;
    color: #fff;
}

/*------------------------------------*\
    Navigation
\*------------------------------------*/

nav.navbar {
    width: 100%;
}

nav.navbar a {
    text-decoration: none;
}

.site-nav li .nav-link{
    text-transform: uppercase;
    font-size: .7em;
}

a.nav-link {
    color: #2E4272;
}

.dropdown-item {
    border-bottom: 1px solid #dfd6b9;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    z-index: 9999;
}

.dropdown-item {
    color: #fff;
    background-color: #1F2C52;
    border-bottom: 1px solid #2E4272;
}

.dropdown-item:first-child {
    border-top: 1px solid #dfd6b9;
}

.dropdown-toggle::after {
    color: #856404;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #2E4272;
    color: #fff;
    border-color: #1F2C52;
}

button.navbar-toggler {
    border: 1px solid #dfd6b9;
}

button.navbar-toggler i {
    color: #1F2C52;
    font-size: 30px;
}

li.menu-cta a{
	background: #856405;
    color: #fff;
	border-top-right-radius: .25em;
	border-bottom-right-radius: .25em;
	font-weight: bold;
}

li.menu-cta a:hover{
	background: #2E4272;
}

@media (min-width: 768px) {
    nav.navbar {
        padding: 1.5em;
    }
}

@media (max-width: 769px) {
    .navbrand {
        width: 70%;
    }
}

@media (min-width: 991px) {
    article img {
        width: 100%;
        height: auto;
    }

    #navbar-content {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
    }

    .navbar-nav .nav-link {
        padding: 0.5em 1em!important;
    }

    .navbar-nav li:first-child {
        border-left: 0px;
    }

    .navbar-nav li {
        border-left: 1px solid #dfd6b9;
    }

    .site-nav li:hover .dropdown-menu{
        display: block;
    }

    .dropdown-menu {
        padding: 36px 0 0 0;
    }
}

@media (max-width: 990px) {
    a.nav-link {
        text-align: center;
        border-bottom: 1px solid #dfd6b9;
    }

    #navbar-content {
        margin-top: 1em;
    }

    a.dropdown-item {
        text-align: center;
    }

}

/*------------------------------------*\
    Content
\*------------------------------------*/

main {
    margin-top: 55px;
}

.container-content {
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.jumbo-content {
    background: #f6f2e6;
    margin: 2em 0;
    border-top: 1px solid #dfd6b9;
    border-bottom: 3px solid #856404;
    padding: 1em 0px;
}

.jumbo-content.jumbo-content-last {
    margin-bottom: -3em;
}

.jumbo-content h3 {
    margin-top: 0px;
    color: #1F2C52;
}

.jumbo-content p {
    color: #856404!important
    word-break: break-word;

}

.jumbo-img {
    margin-top: -2em;
    background-image: url(img/jumboimg.jpg);
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: 335px;
}

.jumbo-img2 {
    margin-top: -2em;
    background-image: url(img/jumboimg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 335px;
}

.container-afterimg {
    margin-top: -150px;
    background: #fff;
}

.container-afterimg .list-group-item{
    background-color: transparent;
}

.site-pagination {
    border-top: 1px solid #ddd;
}

.wp-post-image {
    margin: 1em 0em;
}

.single .wp-post-image {
    margin: 0 0 1em 0;
}

blockquote {
    padding-left: 1em;
    font-style: italic;
    border-left: 3px solid #ddd;
}

.accordion {
    border-radius: 0.25em;
    width: 100%;
}

.accordion h5 {
    margin: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #856404;
    background-color: #f6f2e6;
    border-color: #dfd6b9 #dfd6b9 #f6f2e6;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #dfd6b9 #dfd6b9 transparent;
}

.nav-tabs {
    border-bottom: 1px solid #dfd6b9;
}

.nav-tabs a{
    text-decoration: none;
}

.tab-content {
    color: #856404;
    border-left: 1px solid #dfd6b9;
    border-right: 1px solid #dfd6b9;
    border-bottom: 3px solid #856404;
    padding: 1em;
}

.jumbo-content .tab-content {
    background: #fff;
}

.alert {
    padding: 1.5em;
    border: 0px;
    font-size: .9em;
}

.alert i{font-size: 2.5em;}

.alert-warning {
    background-color: #f6f2e6;
    border: 1px solid #dfd6b9;
    border-bottom: 5px solid #856404;
}

.alert-warning.contentlist {
    margin-bottom: 0em;
}

.alert-warning.contentlist ul {
    list-style: none;
    padding-left: 0;
}

.alert-warning h4 {
    color: #856404;
}

.alert-warning h4 i {
    font-size: 1em;
}

.alert-info {
    background-color: #2E4272;
    border: 1px solid #1F2C52;
    border-bottom: 5px solid #1F2C52;
    color: #fff3cd;
}

.alert-info a{
    color: #fff3cd;
}

.alert-info a:hover{
    color: #856404;
}

.alert.alert-info li {
    color: #fff3cd;
}

.jumbo-content .alert-info p{
        color: #fff3cd!important;
}

.card-header, .card, .card-header:first-child {
    border: 0px;
    border-radius: 0px;
}

.card-header {
    background-color: #ece6d7;
    padding: .25rem 0.25rem;
    border-bottom: 1px solid #dfd6b9!important;
}

.card-header i {
    float: right;
    color: #856404;
    margin-top: 4px;
}

.card-header .fa-caret-square-down:before {
    content: "\f150"!important;
}

.btn.collapsed .fa-caret-square-down:before {
    content: "\f191"!important;
}

.card-header .btn-link {
    color: #856404;
    font-size: 1em;
    width: 100%;
    position: relative;
    text-align: left;
    white-space: normal;
}

.card-body {
    padding: 1em;
}

.card-body .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dfd6b9 #dfd6b9 #fff;
}

.card-body .tab-content {
    background: #fff;
}

.maincontent ul, .prolist ul {
    list-style: none;
    padding-left: 0;
}

.maincontent li {
    border-bottom: 1px solid #dfd6b9;
    color: #856404;
    padding: 0.75em 0 0.75em 1.8em;
}

.maincontent ol li{
    padding-left: 0px;
}

.maincontent ol li:before{
    display: none;
}

.maincontent li:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f152";
      display: inline-block;
      margin-left: -1.3em;
      width: 1.3em;
}

.prolist li {
    position: relative;
    background: #fff;
    padding-left: 3em;
    padding-right: 1em;
}

.prolist li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f164";
    font-weight: 900;
    color: #dfd6b9;
    display: inline-block;
    font-size: 1.5em;
}

.prolist strong:after{
    content: "\A";
	white-space: pre;
}

.prolist strong {
    font-size: 1.2em;
}

.prolist li .listeck {
    width: 0px;
    height: 0px;
    -webkit-transform:rotate(360deg);
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #2E4272 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.prolist p:first-of-type, .prolist p:last-of-type {
    display: none;
}

.pro li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-weight: 900;
    color: #266d0a;
    display: inline-block;
    font-size: 1.3em;
}

.contra li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f146";
    font-weight: 900;
    color: #801718;
    display: inline-block;
    font-size: 1.3em;
}

.shortcode-toc li:before {
      content: "";
      display: block;
}

.shortcode-toc li {
    border:0px;
    padding: 0;
    margin-bottom: 1em;
    font-size: .9em;
}

.shortcode-toc li a{
    color: #856404;
    text-decoration: none;
}

/*.shortcode-toc ul ul{
    margin-top: -35px;
}*/

.shortcode-toc ul li a {
    display: none;
}

.shortcode-toc ul li ul li a {
    display: block;
}

.contentlist p.toc i {
    font-size: 1em;
}

.contentlist p {
    border-bottom: 1px solid #856404;
}

/*h2:target, #liftbox:target {
  padding-top:170px;
}

h2, #liftbox {
    padding-top: 170px;
    margin-top: -90px;
}*/

.video-wrapped a {
    color: #fff;
}

/* ebook-cta */

.ebook-cta-container {
    margin-top: 4em;
    border: 1px solid #1F2C52;
    padding: 2em;
    background: #2a4373;
    color: #fff;
}

.ebook-cta-container img {
    width: 100%;
}

.ebook-cta-container .prolist li{
    background: transparent;
    padding: 10px 0;
    border: 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.ebook-cta-container .prolist li:before {
    color: #dfd6b9;
    font-size: 1.1em;
    padding-right: 1em;
}

.btn-nadero-ebook {
    margin: 0;
    background: #1F2C52;
}

.btn-nadero-ebook:hover {
    background: #856405;
}

div.ebook-head {
    border-bottom: 1px solid #1F2C52;
    padding-bottom: 1em;
    margin-bottom: .4em;
    font-family: 'Mitr', sans-serif;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.5em;
    color: #fff;
}
div.ebook-head span.subheadline {
    color: #dfd6b9;
}

.jumbo-content-cta {
    margin-bottom: -2em!important;
    border-bottom: 0;
    padding: 0 0 2em 0!important;
}

.jumbo-content-cta .ebook-cta-container {
    margin-top: 2em!important;
}

.page-id-961 .jumbo-content-cta {
    display: none;
}

.page-id-462 .jumbo-content-cta,
.page-id-439 .jumbo-content-cta,
.page-id-290 .jumbo-content-cta,
.page-id-505 .jumbo-content-cta,
.page-id-538 .jumbo-content-cta,
.page-id-498 .jumbo-content-cta,
.page-id-426 .jumbo-content-cta {
    background: #fff;
    border: 0;
}

@media (min-width: 768px) {
    main {
        margin-top: 110px;
    }

    .jumbo-content {
        padding: 2em 2em 4em 2em;
    }

    .container-afterimg {
        padding: 2em;
    }

    /*h2, #liftbox {
        padding-top: 170px;
        margin-top: -170px;
    }*/

}

@media (max-width: 767px) {
    .tabs {
        margin: -19px;
    }

    .tabs .nav-link {
        padding: .5rem;
        font-size: 0.8em;
    }

    .card-body .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #fff #fff #dfd6b9;
    }

    .btn-nadero-ebook .btn-xl-sec {
        display: none;
    }
}

@media (min-width: 991px) {
    .container-content {
        margin-bottom: 5em;
    }

    .jumbo-content {
        margin: 5em 0;
    }

    .jumbo-img, .jumbo-img2 {
        margin-top: -5em;
        height: 500px;
    }
}

/*------------------------------------*\
    Sidebar
\*------------------------------------*/

.site-sidebar .widget ul {
    list-style: none;
    padding: 0;
}

/*------------------------------------*\
    Landingpage
\*------------------------------------*/

.page-id-961 h1 {
    text-align: center;
    font-size: 1.8em;
    color: #856404;
}

.page-id-961 h2.text-center {
    line-height: 1.3;
    text-transform: none;
}

.page-id-961 .jumbo-content {
    background-color: #f6f2e65c;
}

.page-id-961 .maincontent li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    display: inline-block;
    margin-left: -1.6em;
    width: 1.6em;
    font-size: 1.4em;
}

.page-id-961 .maincontent li {
    padding-left: 3em;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/

.footer {
    border-top: 5px solid #856404;
}

.footer a {
    color: #ece6d7;
    text-decoration: none;
    font-size: .8em;
}

.site-footer {
    background: #1F2C52;
    padding: 1em 0;
}

.site-footer p {
    font-size: 0.8em;
}

.site-footer .widget {
    width: 100%;
    padding: 1em;
    background: #3d434a;
}

.site-footer .widget ul {
    list-style: none;
    padding: 0;
}

.site-footer .site-footer-widgets {
    margin-top: 2em;
    margin-bottom: 2em;
}

.footer .list-group-item {
    background: #1F2C52;
    color: #fff;
    border: 1px solid #2E4272;
}

.site-footer ul{
    list-style: none;
    padding:0;
}

.site-footer a:hover {
    color: #dfd6b9;
    text-decoration: none;
}

#footer-nav-im {
    border-top: 1px solid #2E4272;
    padding-top: 1em;
    margin-top: .6em;
    font-size: .7em;
    text-transform: uppercase;
}

@media (min-width: 767px) {

    #footer-nav-im ul{
        display: -webkit-inline-box;
    }

    #footer-nav-im li {
        margin: auto .5em;
    }
}

@media (max-width: 768px) {
    #footer-nav-im li {
        width: 100%;
        text-align: center;
    }
}

/*------------------------------------*\
    Mobile
\*------------------------------------*/

@media (min-width: 991px) {
    article img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .fw {
      padding-right: 0;
      padding-left: 0;
    }
}
