/* Custom CSS for dbinvest */

body, a, p, div, h1, h2, h3, h4, h5, span  {
        font-family:'Calibri', Calibri, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
        color: #5D9385;
}

h1 {
    font-size: 23px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 19px;
}

h1 {
    line-height: 26px;
}

h2 {
    line-height: 24px;
}

h3 {
    line-height: 22px;
}

h3+p, p+h3, p+p, ul+p, p+ul, ul+ol, ol+ul, blockquote+p, p+blockquote {
    margin-top: 10px;
}

p {
        margin-bottom: 10px;
}

a, .uk-link {
    color: #5D9385;
}

a, a:hover, a:focus {
        color: #5D9385;
        transition: all 0.2s ease-in-out;
}

.box-petrol {
    background: #5D9385;
    color: #fff !important;
}

.box-petrol ul li {
        margin-bottom: 10px;
}

.box-petrol h1, .box-petrol h2, .box-petrol h3, .box-petrol h4, .box-petrol a, .box-petrol a:hover, .box-petrol a:focus {
    color: #fff !important;
}

.box-green {
    background: #dceaca;
    color: #666 !important;
}

.box-green ul li {
        margin-bottom: 10px;
}

.box-green h1, .box-green h2, .box-green h3, .box-green h4, .box-green a, .box-green a:hover, .box-green a:focus {
    color: #666 !important;
}

.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
        background: #5D9385;
        color: #fff;
}

svg.logo {
    width: 160px;
    height: 101px;
}

svg.logo-offcanvas {
    width: 100px;
    height: 63px;
}

.tm-headerbar .tm-logo {
    margin-right: 30px;
}

.uk-navbar-nav {
    float: right;
    top: 80px;
    position: relative;
}

.uk-navbar {
        background: #fff;
}

nav.tm-navbar.uk-navbar {
         margin-top: 0;
  margin-bottom: 0;
}

.full-image {
        border-top: 11px solid #5D9385;
}

.uk-navbar-nav > li > a {
        font-weight: bold;
        background-color: transparent !important;
        color: #5D9385;
        margin: 0 16px;
        padding: 0;
        font-size: 16px;
        line-height: 19px;
        height: auto;
        text-transform: uppercase;
}

@media (max-width: 960px) {
        .uk-navbar-nav > li > a {
                font-size: 15px;
        }
}

.uk-navbar-nav > li:last-child > a {
        margin-right: 0;
}

.uk-navbar-nav > li:first-child > a {
        margin-left: 0;
}

.uk-navbar-nav > li.uk-active > a {
        color: #b7b1a9;
        border-bottom: 2px solid #b7b1a9;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
        color: #b7b1a9;
}


a.uk-button.button-frontpage {
    text-align: center;
    font-size: 28pt;
    line-height: 56px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #5D9385;
    border: 0;
    border-radius: 2px;
    outline: none;
    transition: all 0.3s;
}

.uk-text-grey {
        color: #4b4b4b;
    background: #fff;
}

.grey-light {
    color: #666666 !important;
}

.tm-toolbar.uk-clearfix {
    background: #dceaca;
    margin: 0;
    padding: 15px 0;
    color: #4b4b4b;
    height: 19px;
}

.tm-toolbar.uk-clearfix a {
        color: #4b4b4b !important;
        text-decoration: none;
}

#searchicon {
    float: right;
    color: #4b4b4b;
    padding: 0;
    margin-left: 25px;
    cursor: pointer;
    font-size: 16px;
}

#searchdiv {
        float: right;
    color: #576972;
    font-size: 16px;
    padding: 28px 0 0;
    display: none;
    z-index: 999;
}

#searchdiv.active {
    display: block !important;
}

#searchicon i {
        vertical-align: baseline;
}

[class*='uk-icon-'] {
    vertical-align: middle;
}

.tm-toolbar i {
    font-size: 16px;
}

.tm-toolbar #searchform {
    position: absolute;
    width: 100%;
    opacity: 0;
    min-width: 350px;
    top: 130%;
    right: 0px;
    border-radius: 2px;
    background: #48575a;
    padding: 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
@media (max-width: 480px) {
        .tm-toolbar #searchform {
            min-width: 250px;
        }
        .tm-toolbar #searchform input[type="text"] {
                font-size: 16px !important;
        }
}

.tm-toolbar #searchdiv.active #searchform {
    -webkit-animation: slideDown 0.2s ease-in-out;
    -moz-animation: slideDown 0.2s ease-in-out;
    -o-animation: slideDown 0.2s ease-in-out;
    animation: slideDown 0.2s ease-in-out;
    opacity: 1;
    z-index: 91;
}

.tm-toolbar #searchform input[type="text"] {
    border: none;
    background: #232b2d;
    font-size: 20px;
    padding: 12px;
    border-radius: 2px;
    outline: none;
    width: 100%;
    color: #888;
    font-family: 'Calibri', Calibri, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    box-sizing: border-box;
}

.tm-toolbar #searchform input[type="submit"] {
    display: none;
}

.tm-toolbar #searchform:after {
    content: '';
    position: absolute;
    top: -20px;
    height: 15px;
    width: 15px;
    right: 0px;
    bottom: 0px;
    border: 10px solid;
    border-color: transparent transparent #48575a transparent;
    box-sizing: border-box;
}

label.screen-reader-text {
    display: none;
}

#tm-footer {
    padding: 41px 0px 235px 0;
    color: #fff;
    background: #5D9385;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

#tm-footer li a {
        font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#tm-footer a {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.uk-text-medium-small {
    font-size: 14px !important;
}

@media (min-width: 768px) {
        .uk-text-medium-right {
                text-align: right !important;
        }
        /*#tm-footer a {
                margin-left: 15px;
        }
        #tm-footer a:first-child {
                margin-left: 0px;
        }*/
    .uk-align-left {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
        .uk-text-medium-right {
                text-align: left !important;
        }
    .uk-margin-top-mobile {
        margin-top: 5px;
    }
  svg.logo {
      width: 130px;
      height: 82px;
  }
  .tm-toolbar.uk-clearfix {
          padding: 10px 0;
  }
  .uk-visible-small .front-cite {
          margin-bottom: -30px !important;
    font-size: 17pt;
    line-height: 21pt;
  }
}

a.uk-no-link {
    text-decoration: none;
    color: #666;
}

article.single-front-page {
    background: #F5F4F4;
    padding: 15px 17px 15px 17px;
    margin-bottom: 25px;
}

article.border {
    border:2px solid #5d9385;
}

.single-front-page h2.uk-article-title {
    border-bottom: 1px solid #dedede;
    padding-bottom: 7px;
}

.uk-offcanvas-bar {
    background: #dceaca;
}

.uk-visible-small .uk-navbar-content.uk-navbar-center.uk-visible-small {
    text-align: left;
    max-width: 100%;
}

.uk-nav-offcanvas > li > a {
    color: #4b4b4b;
    padding: 10px 15px;
}

.uk-nav-offcanvas > li > a {
    font-size: 15px;
    line-height: 19px;
    opacity: 0.8;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.uk-nav-offcanvas ul a {
    color: #4b4b4b;
    opacity: 0.8;
    padding: 10px;
    margin: 0 10px;
}

.uk-nav-offcanvas > li:last-child > a {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: transparent;
    color: #4b4b4b;
}

.uk-navbar-content.uk-navbar-center.uk-visible-small {
    height: auto;
}

@media (max-width: 767px) {
    .tm-navbar {
        margin: 10px -15px 10px -15px;
    }
    .full-image {
      border-top: 6px solid #5D9385;
          }
}

.moretag.uk-button {
    background: #5D9385;
    border: 0;
    border-radius: 2px;
    outline: none;
    transition: all 0.3s;
    color: #fff;
    border: 2px solid #5D9385;
}

.moretag.uk-button:hover, .moretag.uk-button:focus {
    background: transparent;
    border: 2px solid #5D9385;
    color: #5D9385;
    font-weight: bold;
}

.uk-navbar-toggle.close:after {
    content: "\f00d";
    font-family: FontAwesome;
    vertical-align: middle;
}

.uk-navbar-toggle {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-animation: blinkBackground 4s infinite;
    -moz-animation: blinkBackground 4s infinite;
    -o-animation: blinkBackground 4s infinite;
    animation: blinkBackground 4s infinite;
}

.uk-navbar-toggle, .uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    font-size: 30px;
    color: #5D9385;
}

.uk-width-1-1.uk-container-center.uk-termin-pagination {
        text-align: right;
}

span.page-numbers.current, .uk-pagination>.uk-active>span {
    background: #5D9385;
    color: #fff;
    display: inline-block;
    min-width: 18px;
    padding: 3px 5px;
    line-height: 22px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
}

a.page-numbers {
    display: inline-block;
    min-width: 18px;
    padding: 3px 5px;
    line-height: 22px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    background: #F5F4F4;
    color: #666666;
}

.uk-form select:focus, .uk-form textarea:focus, .uk-form input:not([type]):focus, .uk-form input[type='text']:focus, .uk-form input[type='password']:focus, .uk-form input[type='datetime']:focus, .uk-form input[type='datetime-local']:focus, .uk-form input[type='date']:focus, .uk-form input[type='month']:focus, .uk-form input[type='time']:focus, .uk-form input[type='week']:focus, .uk-form input[type='number']:focus, .uk-form input[type='email']:focus, .uk-form input[type='url']:focus, .uk-form input[type='search']:focus, .uk-form input[type='tel']:focus, .uk-form input[type='color']:focus {
        border-color: #dceaca;
        background: #dceaca;
        outline: none;
}

input.newsletter-email {
    padding: 5px;
    outline-color: #5D9385;
    font-family: 'Calibri', Calibri, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-size: 15px;
}

.front-cite {
    background: rgba(255,255,255,0.70);
    font-size: 21pt;
    line-height: 25pt;
    padding: 10px;
    color: #4b4b4b;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.uk-dropdown, .uk-dropdown-blank {
        min-width: 185px;
}

.uk-dropdown-navbar {
        background: #fff;
        border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.uk-nav-navbar > li > a {
         font-family: 'Calibri', Calibri, 'Open Sans', 'Helvetica Neue', sans-serif !important;
         color: #4b4b4b;
         text-transform: uppercase;
         font-size: 16px;
         line-height: 19px;
         font-weight: 600;
         opacity: 0.8;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background: transparent;
    color: #b7b1a9;
    outline: none;
    opacity: 1;
}

.uk-nav > li > a {
    padding: 10px;
    margin: 0 10px;
}

#tm-footer li {
    padding: 5px 0;
}

#tm-footer li:first-child {
    padding-top: 0;
}

.uk-accordion-title {
    border-radius: 4px;
    box-shadow: 0 0 5px #5D9385;
    border: 1px solid #5D9385;
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-size: 20px;
}

.uk-accordion .uk-accordion-title a, .uk-accordion .uk-accordion-title a:hover, .uk-accordion .uk-accordion-title a:focus {
    color: #5D9385;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.uk-accordion div[aria-expanded="true"] {
        border-radius: 4px;
    box-shadow: 0 1px 5px 0px #5D9385;
    border: 1px solid #5D9385;
    margin-top: -10px;
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.uk-accordion-title.uk-active {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


select.wpcf7-select, input.wpcf7-text, textarea.wpcf7-textarea {
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline-color: #5D9385;
    font-family: 'Calibri', Calibri, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-size: 15px;
}

select.wpcf7-select[multiple] {
    height: 185px;
}

div.wpcf7-response-output{
        margin: 10px 0 0 0;
}

span.wpcf7-list-item {
    margin-left: 0;
}

input[type="radio"] {
    margin-left: 0;
    vertical-align: text-top;
}

span.wpcf7-list-item {
    margin-right: 0.5em;
}

input[type="checkbox"] {
    margin-left: 0;
    vertical-align: text-top;
}

.tm-sidebar-a .submit-button {
    margin: 0 auto;
    display: block;
}

.tm-sidebar-a .required-info {
    text-align: right;
}

div.wpcf7 img.ajax-loader {
        display: none;
    margin: 5px auto 0;
}

@media (min-width: 960px) {
        .tm-main.uk-width-medium-7-10 {
            margin-right: 45px;
        }
        .uk-grid > .tm-sidebar-a.uk-width-medium-3-10 {
                width: calc(100% - 70% - 45px);
        }
}

.art-anlage .wpcf7-list-item.last {
        display:block;
}

@media (min-width: 1220px) {
        html {
        background:#cdd9d5;
    }
    .wrapper {
        background: #fff;
        margin: 0 auto;
        max-width: 1370px;
    }
}

.wrapper {
        background: #fff;
        z-index: 1;
        position: relative;
    }

html.uk-modal-page .wrapper {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

svg.svg.flag.replaced-svg {
    width: 32px;
    height: 24px;
    max-width: 32px;
    max-height: 24px;
}

ul.uk-list.flag-list {
    padding: 0;
    list-style: none;
    text-align: right;
    display:none;
}

ul.uk-list.flag-list li {
    display: inline-block;
}

ul.uk-list.flag-list li:first-child {
    margin-right: 1em;
}

.uk-accordion-content {
padding-top:20px;
}

#clockdiv {
    color: #fff;
    display: block;
    margin: 0 auto;
    font-weight: normal;
    text-align: center;
    font-size: 28px;
    border-radius: 0px;
    padding: 10px 5px 5px;
    border: 1px solid #fff;
}
#days-span, #hours-span, #minutes-span, #seconds-span {
    display: inline-block;
}
#days-text, #hours-text, #minutes-text, #seconds-text {
    font-size: 14px;
    padding-top: 5px;
          color: #fff;
}
#days {
    border-radius: 3px;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
          margin-right: 10px;
}
#first-spacer {
    border-radius: 3px;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 1px;
    height: 24px;
    background: #fff;
    box-shadow: 0px 0 1px rgba(255, 255, 255, 0.7);
    margin: 0 0 16px;
    margin-left: 2px;
    margin-right: 2px;
          color: #fff;
}
#hours {
    border-radius: 3px;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
          color: #fff;
          margin: 0 10px;
}
#second-spacer {
    border-radius: 3px;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 1px;
    height: 24px;
    background: #fff;
    box-shadow: 0px 0 1px rgba(255, 255, 255, 0.7);
    margin: 0 0 16px;
    margin-left: 2px;
    margin-right: 2px;
          color: #fff;
}
#minutes {
    border-radius: 3px;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
          color: #fff;
          margin: 0 10px;
}
#third-spacer {
    border-radius: 3px;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 1px;
    height: 24px;
    background: #fff;
    box-shadow: 0px 0 1px rgba(255, 255, 255, 0.7);
    margin: 0 0 16px;
    margin-left: 2px;
    margin-right: 2px;
          color: #fff;
}
#seconds {
    border-radius: 3px;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 1219px) {
         #clockdiv {
          font-size: 24px;
  }
  #clockdiv .spacer {
           height: 20px !important;
  }
  #days-text, #hours-text, #minutes-text, #seconds-text {
    font-size: 13px;
        }
  #days {
           margin-right: 6px;
  }
  #seconds {
           margin-left: 6px;
  }
  #minutes, #hours {
          margin: 0 6px;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
 .tm-sidebar-a #clockdiv {
          border: 0;
           padding: 0;
  }

}

.wpcf7-recaptcha > div { margin:0 auto; }

.wpcf7-quiz {
max-width:100% !important;
}