@charset "UTF-8";

/*! -----------------------------------------------------------------
[Master Stylesheet]

Project:     Next
Version:     1.0

------------------------------------------------------------------
[Table of contents]

1. Default css
2. Typography
3. Bars
4. Forms
5. Buttons
6. Clients
7. Iconbox
8. Tabs
9. Pagination
10. Maps
11. Pie-charts
12. Pricing
13. Sliders
14. Social-icons
15. Counters
16. Testimonials
17. Team
18. Preloader
19. Style-switcher
20. Header
21. Hero
22. Modules
23. Portfolio
24. Blog
25. Widgets
26. Footer
27. Dark Layout

-------------------------------------------------------------------*/

/* ------------------------------------------------------------------
[1. General Styles]
*/

* {
    -webkit-font-smoothing: antialiased;
}

html {
    height: 100%;
    font-size: 100%;
}

body {
    background-color: #232323; /* -- zuvor #232323 --*/
    font-family: "Roboto Mono", Arial, serif;
    line-height: 1.8;
    font-weight: 400;
    font-size: 13px;
    color: #fff; /* -- zuvor #828282 --*/
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
    position: relative;
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
}

.disable-hover {
    pointer-events: none;
}

::-moz-selection {
    background: rgba(42, 190, 139, .9);
    color: #fff;
}

::-webkit-selection {
    background: rgba(42, 190, 139, .9);
    color: #fff;
}

::selection {
    background: rgba(42, 190, 139, .9);
    color: #fff;
}

.wrapper {
    position: relative;
}

.no-gutters > .container,
.no-gutters > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.no-gutters > .container > .row,
.no-gutters > .container-fluid > .row {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .container > .row > .col,
.no-gutters > .container > .row > [class*="col-"],
.no-gutters > .container-fluid > .row > .col,
.no-gutters > .container-fluid > .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.demo-preview {
    text-align: center;
    margin: 0 0 40px;
}

.demo-preview a {
    color: #828282;
}

.demo-preview img {
    border: 1px solid #eee;
    margin: 0 0 20px;
}

.demo-preview img {
    transition: all .3s cubic-bezier(.46, .01, .25, 1);
}

.demo-preview:hover img {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
}

/*------------------------------------------------------------------
[2. Typography]
*/




.orange{
    color: #1c7f5d;
}

a {
    color: #2abe8b;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #1c7f5d;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    color: #000;
}

h1 > a:hover,
h1 > a:focus,
h2 > a:hover,
h2 > a:focus,
h3 > a:hover,
h3 > a:focus,
h4 > a:hover,
h4 > a:focus,
h5 > a:hover,
h5 > a:focus,
h6 > a:hover,
h6 > a:focus {
    color: #2abe8b;
}

p,
pre,
ul,
ol,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Lora", Arial, serif;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .5px;
}

h1,
.h1 {
    font-size: 54px;
}

h2,
.h2 {
    font-size: 42px;
}

h3,
.h3 {
    font-size: 28px;
}

h4,
.h4 {
    font-size: 20px;
    margin: 0 0 15px;
}

h5,
.h5 {
    font-size: 16px;
    margin: 0 0 10px;
}

h6,
.h6 {
    font-size: 13px;
    margin: 0 0 10px;
}

ul,
ol {
    padding-left: 0;
    list-style: none;
}

ul > li,
ol > li {
    margin: 0 0 5px;
}

b,
strong {
    font-weight: 500;
}

hr {
    border-top: 1px solid #828282; /* zuvor #eee */
    margin-bottom: 20px;
    margin-top: 20px;
}

blockquote {
    border: 0;
    font-family: "Lora", serif;
    color: #000;
    line-height: 1.8;
    font-size: 22px;
    font-size: 18px;
    padding: 20px 40px;
    margin: 40px 0;
    transition: all .3s ease-in-out;
    margin: 20px 0;
}

blockquote p:last-child {
    margin-bottom: 0;
}

.lead {
    font-weight: 400;
    font-size: 17px;
}

pre {
    border: 0;
    background: #f5f5f5;
    border-radius: 2px;
    padding: 20px 30px;
    margin: 40px 0;
    font-family: "Courier New", monospace;
    line-height: 1.8;
}

/*------------------------------------------------------------------
[3. Progress Bars]
*/

.progress-item {
    margin: 0 0 20px;
}

.progress-title {
    font-size: 12px;
    margin: 0 0 4px;
}

.progress {
    background-color: #eee;
    box-shadow: none;
    height: 4px;
    margin: 0 0 10px;
    overflow: visible;
    box-shadow: none;
    border-radius: 3px;
}

.progress-bar {
    position: relative;
    height: 4px;
    border-radius: 3px;
    box-shadow: none;
}

.progress-bar.progress-bar-brand {
    background-color: #000;
}

.pb-number-box {
    position: absolute;
    padding: 4px 0;
    display: block;
    top: -24px;
    right: 0;
    opacity: 0;
    line-height: 12px;
    font-size: 12px;
}

.pb-number-box,
.progress-title {
    color: #828282;
}

/*------------------------------------------------------------------
[4. Forms]
*/

.form-control {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border-width: 0;
    border-bottom-width: 1px;
    border-color: #eee;
    font-size: .8125rem;
    padding: 1rem 0;
}

.form-control:focus {
    background: transparent;
    border-color: #d5d5d5;
    box-shadow: none;
}

.form-group {
    margin-bottom: 20px;
}

.form-control-lg {
    font-size: .6875rem;
    padding: 1.0625rem .9375rem;
}

.form-control-sm {
    padding: .8125rem .9375rem;
}

.input-group-addon {
    border-color: #eee;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(3rem + 2px);
}

select.form-control-lg:not([size]):not([multiple]) {
    height: 3.5rem;
}

select.form-control-sm:not([size]):not([multiple]) {
    height: 2.8125rem;
}

.help-block {
    font-size: .8125rem;
    padding: 5px;
    margin: 0;
}

.help-block ul,
.help-block ul > li {
    margin: 0;
}

/*------------------------------------------------------------------
[5. Buttons]
*/

.btn {
    border-width: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    font-size: .8125rem;
    padding: 1.25rem 2.8125rem;
}

.btn > span {
    position: relative;
    z-index: 1;
}

.btn:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 0;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    right: 0;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.btn:hover:before {
    height: 450%;
    width: 120%;
    transition: all .4s linear;
}

.btn:focus,
.btn.focus,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus {
    box-shadow: none;
    outline: 0;
}

button {
    cursor: pointer;
}

/*------------------------------------------------------------------
[Button Sizes]
*/

.btn-lg {
    padding: 1.5rem 3.4375rem;
}

.btn-sm {
    padding: 1rem 2.1875rem;
}

/*------------------------------------------------------------------
[Button Colors]
*/

.btn.btn-brand {
    background: #2abe8b;
    color: #fff;
}

.btn.btn-brand:hover,
.btn.btn-brand:focus {
    background: #45d6a4;
}

.btn.btn-black {
    background: #000;
    color: #fff;
}

.btn.btn-black:hover,
.btn.btn-black:focus {
    background: #262626;
}

.btn.btn-gray {
    background: #d8d8d8;
    color: #fff;
}

.btn.btn-gray:hover,
.btn.btn-gray:focus {
    background: #bfbfbf;
}


.btn.btn-orange {
    background: #ff9800;
    color: #fff;
}

.btn.btn-orange:hover,
.btn.btn-orange:focus {
    background: #ffad33;
    color: #fff;
}



/*------------------------------------------------------------------
[6. Clients]
*/

.client {
    text-align: center;
    padding: 20px;
    opacity: .8;
    transition: all .4s ease-in-out;
    margin: 0 0 20px;
}

.client:hover {
    opacity: 1;
}

.clients-row > [class*="col-"] {
    border-right: 1px solid #eee;
    line-height: 100px;
}

.clients-row > [class*="col-"]:last-child {
    border: 0;
}

.clients-row + .clients-row {
    border-top: 1px solid #eee;
}

@media (max-width: 767px) {
    .clients-row {
        border: 1px solid #eee;
        border-bottom: 0;
    }

    .clients-row > [class*="col-"],
    .clients-row > [class*="col-"]:last-child {
        border: 0;
        border-bottom: 1px solid #eee;
    }

    .clients-row + .clients-row {
        border-top: 0;
    }
}

/* ------------------------------------------------------------------
[7. Iconbox]
*/

.icon-box {
    padding: 20px 0 20px;
}

.icon-box .icon-box-icon,
.icon-box .icon-box-title {
    color: #000;
}

.icon-box .icon-box-icon {
    line-height: 1;
    font-size: 42px;
    margin: 0 0 20px;
}

.icon-box .icon-box-title {
    font-weight: 500;
    display: block;
    margin: 0 0 12px;
}

.icon-box .icon-box-content > *:last-child {
    margin-bottom: 0;
}

.icon-box .icon-box-link {
    margin: 20px 0 0;
}

/*------------------------------------------------------------------
[8. Tabs]
*/

.nav-pills .nav-link {
    border-radius: 0;
    border-bottom: 1px solid #eee;
    padding: 14px 16px;
    color: #828282;
}

.nav-pills .nav-link:hover {
    color: #000;
}

.nav-pills .nav-link.active {
    border-color: #000;
    color: #000;
}

.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
    background: transparent;
}

.tab-content {
    padding: 20px 0;
}

.tab-content .tab-pane > *:last-child {
    margin-bottom: 0;
}

.accordion {
    margin: 0 0 20px;
}

.accordion .card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.accordion .card-header {
    position: relative;
    background: transparent;
    border-color: #eee;
    padding: 14px 0;
}

.accordion .card-header a.collapsed {
    color: #828282;
}

.accordion .card-header a {
    color: #000;
    display: block;
}

.accordion .card-header a:hover {
    color: #000;
}

.accordion .card-header a:after {
    position: absolute;
    content: "\f068";
    top: 50%;
    right: 0;
    margin-top: -4px;
    font-family: FontAwesome;
    font-size: 8px;
    line-height: 1;
}

.accordion .card-header a.collapsed:after {
    content: "\f067";
}

.accordion .card-body {
    padding-left: 0;
    padding-right: 0;
}

.accordion .card-body > *:last-child {
    margin-bottom: 0;
}

/*------------------------------------------------------------------
[9. Pagination]
*/

.pagination {
    border-top: 1px solid #eee;
    text-align: center;
    display: block;
}

.pagination > li {
    display: inline-block;
    margin: 0;
}

.pagination > li > a > .arrows,
.pagination > li > span > .arrows {
    font-size: 35px;
}

.pagination > li > a > .arrows:before,
.pagination > li > span > .arrows:before {
    line-height: 40px;
}

.pagination .prev {
    text-align: left;
    float: left;
}

.pagination .next {
    text-align: right;
    float: right;
}

.pagination .prev a:hover,
.pagination .next a:hover {
    background-color: transparent;
}

.page-item.active .page-link,
.page-link:focus,
.page-link:hover {
    border-color: #2abe8b;
    color: #000;
}

.page-link {
    border: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    font-size: 10px;
    color: #000;
    margin: 0 0 -1px;
    border-top: 2px solid transparent;
}

.page-link,
.page-link:focus,
.page-link:hover,
.page-item.active .page-link {
    background: transparent;
}

.page-link,
.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0;
}

/*------------------------------------------------------------------
[10. Maps]
*/

.maps-container {
    height: 500px;
}

.maps-container.map-widget {
    height: 500px;
}

.map {
    height: 100% !important;
    width: 100%;
}

.map:before {
    display: none;
}

/*------------------------------------------------------------------
[11. Pie charts]
*/

.pie-chart {
    position: relative;
    text-align: center;
    padding: 40px 0;
}

.pie-chart .chart {
    position: relative;
    display: block;
    height: 150px;
    width: 150px;
    margin: 0 auto 30px;
    text-align: center;
}

.pie-chart .chart > canvas {
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100% !important;
}

.pie-chart .chart-text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 150px;
}

.pie-chart .chart-text span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 26px;
    background-color: #313131;
    color: #fff;
}

.pie-chart .chart-text .fa,
.pie-chart .chart-text [class*="ti-"] {
    line-height: 180px;
}

.pie-chart .chart-title {
    font-weight: 500;
    color: #000;
    margin: 0 0 15px;
}

/*------------------------------------------------------------------
[12. Pricing Tables]
*/

.pricing-wrapper {
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    margin: 0 0 30px;
    transition: .2s linear;
}

.pricing-wrapper.pricing-popular {
    margin-top: -20px;
}

.pricing-header {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 30px 20px;
}

.pricing-header .pricing-title {
    font-size: 12px;
    margin: 0;
}

.pricing-popular .pricing-header {
    padding: 50px 20px 30px;
}

.pricing-icon {
    line-height: 1;
    font-size: 40px;
    color: #000;
    margin: 10px 0 20px;
}

.pricing-price-box {
    padding: 4px 30px;
}

.pricing-price-box .pricing-price {
    letter-spacing: -5px;
    font-size: 72px;
    margin: 0 0 0 -14px;
}

.pricing-price-box .pricing-price > span {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    padding-top: 30px;
    padding-right: 7px;
}

.pricing-price-box hr {
    margin-top: 20px;
    margin-bottom: 0;
}

.pricing-body {
    padding: 0 0;
}

.pricing-features {
    border-top: 1px solid #eee;
    padding: 24px 0;
    margin: 0;
}

.pricing-features li {
    color: #828282;
    padding: 9px 0;
    margin: 0;
}

.pricing-footer {
    border-top: 1px solid #eee;
    padding: 20px 20px;
}

.pricing-popular .pricing-footer {
    padding: 20px 20px 30px;
}

.pricing-wrapper .pricing-title,
.pricing-wrapper .pricing-price {
    color: #000;
}

@media (max-width: 767px) {
    .pricing-wrapper.pricing-popular {
        margin-top: 0;
    }
}

/*------------------------------------------------------------------
[13. Sliders]
*/

.owl-carousel .owl-pagination {
    text-align: center;
}

.owl-carousel .owl-pagination .owl-page {
    border-radius: 8px;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 4px;
    position: relative;
    background: rgba(255, 255, 255, .7);
    display: inline-block;
    overflow: hidden;
    height: 6px;
    width: 6px;
    margin: 6px 4px;
    text-indent: -200%;
    z-index: 1000;
    border-radius: 6px;
    box-shadow: 0 0 1px rgba(17, 17, 17, .4);
    transition: all .3s cubic-bezier(0, 0, .58, 1);
}

.owl-carousel .owl-pagination .owl-page.active {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
}

.image-slider {
    position: relative;
}

.image-slider img {
    width: 100%;
}

.image-slider.owl-carousel .owl-prev,
.image-slider.owl-carousel .owl-next {
    background: rgba(0, 0, 0, .2);
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    display: block;
    color: #fff;
    transition: .2s linear;
}

.image-slider.owl-carousel .owl-prev:hover,
.image-slider.owl-carousel .owl-next:hover {
    background: rgba(0, 0, 0, .5);
}

.image-slider.owl-carousel .owl-prev {
    left: 15px;
}

.image-slider.owl-carousel .owl-next {
    right: 15px;
}

.image-slider .owl-pagination {
    margin-top: -28px;
}

.image-slider .owl-dots {
    margin-top: 20px;
}

.hero-slides {
    position: relative;
}

.hero-slides .slides-container {
    display: none;
}

.hero-slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

.hero-slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}

.slides-navigation {
    position: relative;
    bottom: 70px;
    z-index: 3;
}

.slides-navigation a {
    height: 40px;
    width: 20px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    transition: all .3s cubic-bezier(.3, .1, .58, 1);
    margin-right: 20px;
}

.slides-navigation a span:before {
    line-height: 40px;
}

.hero-slides:hover a.prev:hover,
.hero-slides:hover a.next:hover,
.hero-slides:hover a.prev:focus,
.hero-slides:hover a.next:focus {
    opacity: 0.7; 
    color: #fff;
}

.owl-dots {
    text-align: center;
    line-height: 3px;
    margin: 20px 0;
}

.owl-dots .owl-dot {
    background: rgba(0, 0, 0, .2);
    display: inline-block;
    height: 3px;
    width: 25px;
    margin: 0 4px;
    transition: .2s linear;
}

.owl-dots .owl-dot.active {
    background: rgba(42, 190, 139, .7);
}

/*------------------------------------------------------------------
[14. Social Icons]
*/

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons > li {
    display: inline-block;
    margin: 5px 2px;
}

.social-icons > li > a {
    font-size: 22px;
    color: #333;
}

.social-icons > li > a:hover,
.social-icons > li > a:focus {
    color: #2abe8b;
}

/*------------------------------------------------------------------
[15. Сounters]
*/

.counter {
    text-align: center;
    padding: 20px 0;
}

.counter .counter-icon,
.counter .counter-number {
    color: #000;
    line-height: 1;
}

.counter .counter-icon {
    font-size: 38px;
    margin: 0 0 20px;
}

.counter .counter-number {
    font-weight: 500;
    font-size: 26px;
    margin: 0 0 8px;
}

/*------------------------------------------------------------------
[16. Testimonials]
*/

.tms-carousel {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.tms-carousel .owl-pagination {
    margin-top: 20px;
}

.tms-slides {
    text-align: center;
}

.tms-slides .tms-icons h2 {
    line-height: 1;
    font-size: 32px;
    margin: 0 0 20px;
}

.tms-slides blockquote {
    border: 0;
    line-height: 1.8;
    font-size: 22px;
    padding: 20px 0;
    margin: 0;
}

.tms-slides blockquote p:before,
.tms-slides blockquote p:after {
    display: none;
}

.tms-slides .owl-pagination {
    margin-top: 20px;
}

/* ------------------------------------------------------------------
[17. Team]
*/

.team-item {
    margin: 20px 0;
}

.team-image {
    margin: 0 0 20px;
}

.team-name {
    font-weight: 500;
    color: #000;
}

.team-role {
    font-size: 11px;
}

.team-desc {
    margin: 20px 0 0;
}

.team-content-social {
    margin: 20px 0 0;
}

.team-content-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.team-content-social ul > li {
    display: inline-block;
    margin: 0 10px 0 0;
}

/*!------------------------------------------------------------------
[18. Preloader]
*/

.page-loader {
    background-color: #232323;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9997;
}

#circleG {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 34px;
    margin: -4px auto 0 -17px;
}

.circleG {
    background-color: white;
    float: left;
    height: 7px;
    margin-left: 4px;
    width: 7px;
            animation-name: bounce_circleG;
         -o-animation-name: bounce_circleG;
        -ms-animation-name: bounce_circleG;
    -webkit-animation-name: bounce_circleG;
       -moz-animation-name: bounce_circleG;
            animation-duration: 2.24s;
         -o-animation-duration: 2.24s;
        -ms-animation-duration: 2.24s;
    -webkit-animation-duration: 2.24s;
       -moz-animation-duration: 2.24s;
            animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
            animation-direction: normal;
         -o-animation-direction: normal;
        -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
       -moz-animation-direction: normal;
            border-radius: 5px;
         -o-border-radius: 5px;
        -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
}

#circleG_1 {
            animation-delay: .45s;
         -o-animation-delay: .45s;
        -ms-animation-delay: .45s;
    -webkit-animation-delay: .45s;
       -moz-animation-delay: .45s;
}

#circleG_2 {
            animation-delay: 1.05s;
         -o-animation-delay: 1.05s;
        -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
       -moz-animation-delay: 1.05s;
}

#circleG_3 {
            animation-delay: 1.35s;
         -o-animation-delay: 1.35s;
        -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
       -moz-animation-delay: 1.35s;
}

@keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: #232323;
    }

    100% {
    }
}

@-webkit-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: #232323;
    }

    100% {
    }
}

/*------------------------------------------------------------------
[19 .Style Switcher]
*/

.custom-panel {
    position: fixed;
    width: 230px;
    left: 0;
    top: 150px;
    color: #eee;
    z-index: 999;
    background-color: #252525;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.panel-toggle {
    background-color: #252525;
    position: absolute;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}

.panel-toggle i {
    font-size: 1.1em;
}

.panel-options,
.panel-header {
    padding: 20px;
}

.panel-header {
    font-size: 15px;
    border-bottom: 1px #2d2d2d solid;
}

.panel-options {
    padding: 30px 20px;
}

.panel-options p {
    font-size: 13px;
    margin: 0 0 20px 0;
}

.st-sw-layout {
    display: block;
    padding: 2px 0;
    font-weight: 400;
}

.color-picker {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
}

.color-picker.color-picker-last {
    margin: 0 0 20px 0;
}

.color-picker li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.color-picker li:nth-child(5n) {
    margin-right: 0;
}

.color-picker li > a {
    border-radius: 50%;
    display: block;
    height: 30px;
    width: 30px;
}

.color-picker li a:hover,
.color-picker li a.selected-color {
    border: 2px solid #eee !important;
}

/*------------------------------------------------------------------
[20. Header & Navigation]
*/

.header {
    background-color: transparent;
    position: fixed;
    z-index: 1040;
    height: 100px;
    width: 100%;
    padding: 0 50px;
    transition: height .3s ease-out,
                background .3s ease-out,
                box-shadow .5s,
                left .2s cubic-bezier(.645, .045, .355, 1),
                -webkit-transform .5s;
    transition: height .3s ease-out,
                background .3s ease-out,
                transform .5s,
                box-shadow .5s,
                left .2s cubic-bezier(.645, .045, .355, 1);
    transition: height .3s ease-out,
                background .3s ease-out,
                transform .5s,
                box-shadow .5s,
                left .2s cubic-bezier(.645, .045, .355, 1),
                -webkit-transform .5s;
    line-height: 24px;
    font-size: 13px;
    font-weight: 400;
}

.header.header-small {
    background-color: rgba(35, 35, 35, 1.0); /* zuvor: rgba(35, 35, 35, .95) */
}

.header .container,
.header .container-fluid {
    position: relative;
    height: 100%;
}

.extra-nav::before,
.nav-toggle::before,
.inner-header::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -1px;
}

.inner-header {
    position: relative;
    z-index: 1;
    height: 100%;
    float: left;
}

.inner-brand {
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    color: #fff;
}

.inner-navigation {
    position: absolute;
    height: 100%;
    left: 15px;
    right: 15px;
    text-align: right;
}

.inner-nav {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.inner-nav > ul {
    height: 100%;
    padding: 0;
    margin: 0;
}

.inner-nav > ul > li {
    position: relative;
    display: inline-block;
    height: 100%;
    float: left;
    margin: 0;
}

.inner-nav > ul > li > a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    padding: 0 20px;
    color: #fff;
}

.inner-nav > ul > li > a > .menu-item-span {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.inner-nav > ul > li:last-child > a {
    padding-right: 0;
}

/*------------------------------------------------------------------
[Header state]
*/

.header .brand-dark {
    display: inline-block;
}

.header .brand-light {
    display: none;
}

.header .inner-nav > ul > li > a {
    color: #fff;
}

.header .inner-nav > ul > li > a:hover,
.header .inner-nav > ul > li > a:focus {
    color: #2abe8b;
}

.header .inner-nav > ul > li.sub-menu-open > a {
    color: #2abe8b;
}

/*------------------------------------------------------------------
[Sub-menu]
*/

.inner-nav > ul > li.menu-item-has-children > .sub-menu,
.inner-nav > ul > li.menu-item-has-children > .sub-menu .sub-menu,
.inner-nav > ul > li.menu-item-has-children > .mega-menu {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
    transition: opacity .4s ease 0s,
                transform .4s ease 0s,
                visibility .4s linear 0s,
                -webkit-transform .4s ease 0s;
}

.inner-nav > ul > li.menu-item-has-children.sub-menu-open > .sub-menu,
.inner-nav > ul > li.menu-item-has-children.sub-menu-open > .sub-menu > .sub-menu-open > .sub-menu,
.inner-nav > ul > li.menu-item-has-children.sub-menu-open > .mega-menu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.inner-nav .sub-menu {
    background-color: #fff;
    background-color: rgba(35, 35, 35, .95);
    position: absolute;
    min-width: 240px;
    left: -10px;
    opacity: 0;
    z-index: 1030;
    visibility: hidden;
    top: 100%;
    text-align: left;
}

.inner-nav .sub-menu {
    list-style: none;
    padding: 23px 0;
}

.inner-nav .sub-menu.sub-menu-left {
    left: auto;
    right: -20px;
}

.inner-nav .sub-menu .sub-menu {
    left: 100%;
    top: -23px;
}

.inner-nav .sub-menu .sub-menu.sub-menu-left {
    left: auto;
    right: 100%;
}

.inner-nav .sub-menu li {
    position: relative;
    padding: 0;
    margin: 0;
}

.inner-nav .sub-menu li.menu-item-has-children::after {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -5px;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 9px;
    content: "\e649";
    color: #999;
    transition: all .3s ease-in-out;
}

.inner-nav .sub-menu li.sub-menu-open > a {
    border-color: #2abe8b;
    color: #2abe8b;
}

.inner-nav .sub-menu li a {
    position: relative;
    display: block;
    padding: 5px 30px;
    color: #999;
}

.inner-nav .sub-menu li a:hover {
    color: #777;
    color: #2abe8b;
}

.inner-nav .sub-menu li:hover::after {
    color: #777;
}

.inner-nav .sub-menu-open > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.nav-toggle {
    display: none;
    padding: 0 0 0 25px;
}

.nav-toggle {
    position: relative;
    z-index: 1;
    height: 100%;
    float: right;
}

.nav-toggle > a {
    display: inline-block;
    height: 14px;
    width: 18px;
}

.nav-toggle > a span {
    background: #fff;
    display: block;
    height: 2px;
    width: 100%;
}

.nav-toggle > a span:nth-child(2),
.nav-toggle > a span:nth-child(3) {
    margin-top: 4px;
}

@media (min-width: 992px) {
    .inner-navigation.collapse {
        display: block;
    }
}

@media (max-width: 991px) {
    .header {
        background-color: #232323;
        padding: 0;
    }

    .header .container,
    .header .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
        width: 100%;
    }

    .inner-nav {
        padding: 20px;
        display: block;
    }

    .extra-nav {
        display: none;
    }

    .nav-toggle {
        display: block;
    }

    .inner-nav ul > li,
    .inner-nav .sub-menu li {
        display: block;
        height: auto;
        margin: 0;
    }

    .inner-nav ul > li a,
    .inner-nav .sub-menu li a {
        display: block;
        color: #fff;
        padding: 10px 0;
    }

    .inner-nav > ul > li {
        float: none;
    }

    .inner-nav,
    .inner-nav > ul,
    .inner-navigation {
        height: auto;
    }

    .inner-nav > ul > li > a > .menu-item-span {
        -webkit-transform: none;
                transform: none;
    }

    .inner-navigation {
        position: absolute;
        background-color: #232323;
        max-height: 340px;
        width: 100%;
        left: 0;
        top: 100%;
        text-align: left;
    }

    .inner-navigation.show {
        overflow-y: auto;
    }

    .inner-navigation.collapse {
        display: none;
    }

    .inner-navigation.collapse.show {
        display: block;
    }

    .inner-navigation.collapsing {
        height: 0;
    }

    .inner-nav .sub-menu,
    .inner-nav .sub-menu .sub-menu {
        border: 0;
        background: transparent;
        background-image: none !important;
        display: none;
        padding: 0 0 0 8px;
        margin: 0;
    }

    .inner-nav .sub-menu .menu-item-has-children.sub-menu-open > a,
    .inner-nav .sub-menu .sub-menu .menu-item-has-children.sub-menu-open > a {
        background: transparent;
    }

    .inner-nav .sub-menu-open > .sub-menu {
        position: static;
        display: block !important;
    }

    .inner-nav .sub-menu li.menu-item-has-children::after {
        content: '';
    }

    .inner-nav .sub-menu li a {
        border: 0;
    }

    .header .inner-brand {
        color: #fff;
    }

    .header .inner-nav > ul > li > a {
        color: #fff;
    }
}

/*------------------------------------------------------------------
[21. Hero]
*/

.hero {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
}

.hero .container,
.hero .container-fluid {
    position: relative;
    z-index: 2;
    height: 100%;
}

.hero-slides {
    position: relative;
}

.hero-slides .container,
.hero-slides .container-fluid {
    position: relative;
    z-index: 2;
    height: 100%;
}

.scr {
    position: absolute;
    bottom: 40px;
}

.hero-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.hero-caption-inner {
    display: table-cell;
    vertical-align: middle;
}

.hero-meta .hero-meta-col {
    display: inline-block;
    margin-right: 40px;
}

.hero-meta span.hero-meta-desc,
.hero-meta span.hero-meta-title {
    display: block;
}

.hero-meta span.hero-meta-desc > a,
.hero-meta span.hero-meta-title > a {
    color: #fff;
}

.hero-meta span.hero-meta-desc > a:hover,
.hero-meta span.hero-meta-desc > a:focus,
.hero-meta span.hero-meta-title > a:hover,
.hero-meta span.hero-meta-title > a:focus {
    color: #abe8b2;
}

.hero h1 > span,
.hero-slides h1 > span {
    color: #ff9800;  /* -- zuvor #2abe8b -- */
}

.hero h1,
.hero-slides h1 {
    font-size: 54px;
}



.hero h3 > span,
.hero-slides h1 > span {
    color: #ff9800;  /* -- zuvor #2abe8b -- */
}



@media (max-width: 992px) {
    .wrapper {
        padding-top: 100px;
    }

    .hero {
        height: auto;
        min-height: auto;
        padding: 80px 0;
    }

    .scr {
        display: none;
    }

    .hero h1,
    .hero-slides h1 {
        font-size: 46px;
    }

    .hero br,
    .hero-slides br {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero h1,
    .hero-slides h1 {
        font-size: 38px;
    }
}

@media (max-width: 568px) {
    .hero h1,
    .hero-slides h1 {
        font-size: 28px;
    }
}

/*------------------------------------------------------------------
[22. Modules]
*/

.module,
.module-sm,
.module-page-title {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.module.module-divider-top,
.module-sm.module-divider-top,
.module-page-title.module-divider-top {
    border-top: 1px solid #eee;
}

.module.module-divider-bottom,
.module-sm.module-divider-bottom,
.module-page-title.module-divider-bottom {
    border-bottom: 1px solid #eee;
}

.module,
.module-sm,
.module-page-title {
    background-color: #fff;
    padding: 150px 0 130px; /* zuvor 150px 0 130px   dann: 60px 0 80px*/
}

.module.module-gray,
.module-sm.module-gray,
.module-page-title.module-gray {
    background-color: #f4f4f4;
}


/* NEUE DEFINITION */
.module.module-imprint,
.module-sm.module-imprint,
.module-page-title.module-imprint {
    background-color: #242424;
}



.module-sm {
    padding: 60px 0 40px;
}

.module-page-title {
    padding: 160px 0 80px;
}

.parallax {
    background-color: transparent !important;
}

.parallax:after {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: url("../images/dot.html");
    opacity: .5;
    content: "";
    left: 0;
    top: 0;
}

.m-title {
    margin: 0 0 80px;
}

.m-title span {
    margin-bottom: 5px;
    font-size: 15px;
    color: #000;
    display: block;
}

.m-title > *:last-child {
    margin-bottom: 0;
}

.m-title.l-align {
    text-align: left;
}

.m-title.c-align {
    text-align: center;
}

.m-title.r-align {
    text-align: right;
}

.overlay-background {
    background: #232323;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}



/* NEUE DEFINITION */
@media (max-width: 991px) {

.module,
.module-sm,
.module-page-title {
    background-color: #fff;
    padding: 40px 0 60px;
}	
	
}




/*------------------------------------------------------------------
[23. Portfolio filter]
*/

.filters-row a {
    color: #fff; /*-- zuvor #828282 --*/
}

.filters-row a:hover,
.filters-row a.current {
    color: #2abe8b;
}

.filters-row a sup {
    color: #828282;
    margin-left: 2px;
}

.filters-row .all-works-link {
    text-align: right;
}

.filters {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.filters > li {
    display: inline-block;
    margin: 0 20px 10px 0;
}

@media (max-width: 767px) {
    .filters-row {
        text-align: center;
    }

    .filters-row a sup {
        display: none;
    }

    .filters-row .all-works-link {
        display: none;
    }
}

/*------------------------------------------------------------------
[Portfolio grid]
*/

.row-portfolio {
    margin-left: -10px;
    margin-right: -10px;
}

.row-portfolio .grid-sizer,
.row-portfolio .portfolio-item {
    width: 33.333333%;
    padding: 10px;
    float: left;
}

.row-portfolio .grid-sizer.large,
.row-portfolio .portfolio-item.large {
    width: 66.666666%;
}

/*------------------------------------------------------------------
[Portfolio Single Item]
*/

.portfolio-item {
    float: left;
    width: 100%;
}

.portfolio-item .portfolio-img-wrap {
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding-top: 140%;
}

.portfolio-item.large .portfolio-img-wrap {
    padding-bottom: 0;
    padding-top: calc(70% - 14px);
}

.portfolio-wrapper {
    position: relative;
    overflow: hidden;
}

.portfolio-wrapper .portfolio-img-wrap {
    transition: all .3s cubic-bezier(.3, .1, .58, 1);
}

.portfolio-overlay {
    position: absolute;
    background: rgba(35, 35, 35, .9);
    opacity: 0;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    transition: all .3s cubic-bezier(.3, .1, .58, 1);
}

.portfolio-caption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 20px 30px;
    transition: all .3s cubic-bezier(.3, .1, .58, 1);
}

.portfolio-title,
.portfolio-subtitle {
    opacity: 0;
}

.portfolio-title {
    font-size: 15px;
    color: #fff;
    margin: 0 0 -5px;
    transition: all .3s cubic-bezier(.3, .1, .58, 1);
}

.portfolio-subtitle {
    color: #b5b5b5;
    display: block;
    font-size: 11px;
    opacity: 0;
    transition: all .3s cubic-bezier(.3, .1, .58, 1);
}

.portfolio-link {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item:hover .portfolio-title {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all .3s cubic-bezier(.3, .1, .58, 1);
    opacity: 1;
}

.portfolio-item:hover .portfolio-subtitle {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all .3s cubic-bezier(.3, .1, .58, 1) .3s;
    opacity: 1;
}

@media (max-width: 1199px) {
    .row-portfolio .grid-sizer,
    .row-portfolio .portfolio-item {
        width: 33.333333%;
    }

    .row-portfolio .grid-sizer.large,
    .row-portfolio .portfolio-item.large {
        width: 66.666666%;
    }
}

@media (max-width: 991px) {
    .row-portfolio .grid-sizer,
    .row-portfolio .portfolio-item {
        width: 50%;
    }

    .row-portfolio .grid-sizer.large,
    .row-portfolio .portfolio-item.large {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .row-portfolio .grid-sizer,
    .row-portfolio .portfolio-item {
        width: 100%;
    }

    .row-portfolio .grid-sizer.large,
    .row-portfolio .portfolio-item.large {
        width: 100%;
    }
}

/*------------------------------------------------------------------
[Gallery]
*/

.gallery {
    margin-left: -10px;
    margin-right: -10px;
}

.gallery:before,
.gallery:after {
    content: " ";
    display: table;
}

.gallery:after {
    clear: both;
}

.gallery .gallery-item {
    float: left;
    margin: 0 0 20px;
    padding: 0 10px;
}

.gallery-item {
    position: relative;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.11%;
}

.gallery-columns-5 .gallery-item .gallery-caption,
.gallery-columns-6 .gallery-item .gallery-caption,
.gallery-columns-7 .gallery-item .gallery-caption,
.gallery-columns-8 .gallery-item .gallery-caption,
.gallery-columns-9 .gallery-item .gallery-caption {
    display: none;
}

.gallery .gallery-caption {
    background-color: rgba(35, 35, 35, .9);
    position: absolute;
    bottom: 15px;
    left: 30px;
    margin-right: 30px;
    padding: 7px 15px;
    text-align: left;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    transition-duration: .2s;
    color: #fff;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

@media (max-width: 991px) {
    .gallery-item {
        width: 100%; /*-- geändert von 50% auf 100% --*/
    }

    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .gallery-item {
        width: 100%;
    }

    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        width: 100%;
    }
}

/*------------------------------------------------------------------
[24. Blog]
*/

.sidebar,
.page-content {
    padding: 150px 0;
}

.sidebar {
    padding-left: 60px;
}

.page-content {
    padding-right: 60px;
}

.main {
    border-right: 1px solid #eee;
}

.post {
    border-bottom: 1px solid #eee;
    padding: 0 0 30px;
    margin: 0 0 30px;
}

.post + .post {
    margin: 60px 0 0;
}

.post.sticky {
    border-width: 3px;
}

.post:last-of-type {
    border: 0;
}

.post-preview {
    margin: 0 0 40px;
}

.post-header {
    margin: 0 0 30px;
}

.post-header .post-title {
    font-size: 24px;
    margin: 0 0 10px;
}

.post-content {
    margin: 0 0 30px;
}

.post-meta {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-meta > li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 30px 0 20px;
}

.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
    margin-top: 0;
}

.post-content p,
.post-content ul,
.post-content ol {
    margin: 0 0 30px;
}

.post-content blockquote {
    border-left: 2px solid #eaeaea;
    margin: 40px 0;
}

.post-content blockquote:hover {
    border-color: #2abe8b;
}

.post-content ul,
.post-content ol {
    margin-left: 40px;
}

.post-content ul {
    list-style-type: disc;
}

.post-content ol {
    list-style-type: decimal;
}

.post-content > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .main {
        border: 0;
    }

    .sidebar,
    .page-content {
        padding: 150px 0 0;
    }
}

/*------------------------------------------------------------------
[Comments & Comment Form]
*/

.comments-area {
    margin: 0 0 50px;
}

.comments-title,
.comment-reply-title {
    margin: 0 0 30px;
}

.comment-list {
    margin: 0 0 50px;
}

.comment-list > .comment:first-child {
    padding: 10px 0 0;
}

.comment-reply-title {
    margin: 0 0 10px;
}

.comment-form {
    margin-top: 40px;
}

.comment {
    padding: 35px 0 0;
}

.comment .children > .comment {
    margin-left: 85px;
}

.comment-author {
    margin: 5px 0 0;
    height: 64px;
    width: 64px;
    float: left;
}

.comment-author > img {
    border-radius: 5px;
}

.comment-body {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
    margin: 0 0 0 85px;
}

.comment-meta {
    margin: 0 0 15px;
}

.comment-meta-author a {
    color: #000;
}

.comment-meta-author a:hover,
.comment-meta-author a:focus {
    color: #2abe8b;
}

.comment-meta-date {
    font-size: 90%;
}

.comment-meta-date a {
    color: #828282;
    opacity: .6;
}

.comment-meta-date a:hover,
.comment-meta-date a:focus {
    color: #2abe8b;
    opacity: 1;
}

.comment-reply {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 9px;
}

.comment-reply > a {
    background: #f4f4f4;
    padding: 5px 15px;
    display: block;
    color: #303133;
}

.comment-reply > a:hover,
.comment-reply > a:focus {
    background: #2abe8b;
    color: #fff;
}

/*------------------------------------------------------------------
[25. Widgets]
*/

.widget {
    margin: 25px 0 25px;
}

.sidebar .widget {
    margin: 0 0 50px;
}

.widget .widget-title {
    margin: 0 0 25px;
}

.widget .widget-title span {
    display: block;
    color: #000;
    margin: 0;
}

.widget ul,
.widget ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget input,
.widget select {
    width: 100%;
    box-shadow: none;
    border-radius: 2px;
    border-width: 1px;
    border-color: #eee;
    font-size: .8125rem;
    padding: 1rem .9375rem;
}

/* --- [ Search Widget ] --- */

.widget_search form {
    position: relative;
}

.search-button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: -2px;
    height: 100%;
    right: 10px;
    transition: all .3s ease-out;
    color: #ddd;
}

.search-button:focus,
.search-button.focus,
.search-button.active.focus,
.search-button.active:focus,
.search-button:active.focus,
.search-button:active:focus {
    outline: 0;
}

.search-button:hover {
    color: #2abe8b;
}

.widget_meta ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_categories ul li,
.widget_widget_recent_comments ul li {
    border-bottom: 1px solid #eee;
    margin: 0;
}

.widget_meta ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a,
.widget_widget_recent_comments ul li a {
    display: inline-block;
    color: #828282;
    padding: 10px 0;
    margin: 0 2px 0 0;
}

.widget_meta ul li a:hover,
.widget_archive ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_categories ul li a:hover,
.widget_widget_recent_comments ul li a:hover {
    color: #2abe8b;
}

.widget_meta ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_categories ul ul,
.widget_widget_recent_comments ul ul {
    margin: 0;
}

.widget_meta ul ul li:first-child,
.widget_archive ul ul li:first-child,
.widget_nav_menu ul ul li:first-child,
.widget_categories ul ul li:first-child,
.widget_widget_recent_comments ul ul li:first-child {
    border-top: 1px solid #eee;
}

.widget_meta ul ul li:last-child,
.widget_archive ul ul li:last-child,
.widget_nav_menu ul ul li:last-child,
.widget_categories ul ul li:last-child,
.widget_widget_recent_comments ul ul li:last-child {
    border-bottom: 0;
}

.widget_meta ul ul li a,
.widget_archive ul ul li a,
.widget_nav_menu ul ul li a,
.widget_categories ul ul li a,
.widget_widget_recent_comments ul ul li a {
    margin-left: 15px;
}

.widget_recent_entries li,
.widget_recent_entries_custom li {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.widget_recent_entries li:last-child,
.widget_recent_entries_custom li:last-child {
    border: 0;
}

.widget_recent_works,
.widget_recent_entries a,
.widget_recent_entries_custom a {
    color: #828282;
}

.widget_recent_works:hover,
.widget_recent_entries a:hover,
.widget_recent_entries_custom a:hover {
    color: #2abe8b;
}

.post-date {
    display: block;
    color: #b5b5b5;
    margin: 4px 0 0;
}

.widget_recent_entries_custom ul li {
    display: table;
}

.widget_recent_entries_custom .wi,
.widget_recent_entries_custom .wb {
    vertical-align: middle;
    display: table-cell;
}

.widget_recent_entries_custom .wi {
    float: left;
    width: 74px;
}

.widget_recent_entries_custom .wi img {
    width: 100%;
}

.widget_recent_entries_custom .wb {
    padding-left: 14px;
    width: 100%;
}

/* --- [ Resent Works Widget ] --- */

.widget_recent_works > ul {
    margin: 0 -4px;
}

.widget_recent_works > ul:before,
.widget_recent_works > ul:after {
    content: " ";
    display: table;
}

.widget_recent_works > ul:after {
    clear: both;
}

.widget_recent_works > ul > li {
    border: 0 !important;
    float: left;
    width: 33.333%;
    padding: 4px;
    margin: 0;
}

.widget_recent_works > ul > li > a:hover {
    opacity: .5;
}

/* --- [ Tags Widget ] --- */

.post-tags > a,
.widget_tag_cloud .tagcloud > a {
    background: #f4f4f4;
    position: relative;
    display: inline-block;
    padding: 1px 15px;
    margin: 5px 8px 5px 0;
    line-height: 24px;
    font-size: 9px !important;
    color: #111;
}

.post-tags > a:hover,
.widget_tag_cloud .tagcloud > a:hover {
    background: #2abe8b;
    color: #fff;
    opacity: 1;
}

/* --- [ Twitter Feed Widget ] --- */

.twitter-feed-widget ul > li {
    border: 0;
    margin: 0 0 20px;
}

.twitter-feed-widget ul > li:last-child {
    padding: 0;
    margin: 0;
}

.twitter-feed-widget .timePosted {
    font-size: 12px;
    color: #b5b5b5;
    margin: 4px 0 0;
}

.twitter-feed-widget .tweet {
    word-wrap: break-word;
    margin: 0;
}

.twitter-feed-widget .user,
.twitter-feed-widget .interact {
    display: none;
}

/* --- [ Сalendar widget ] --- */

.calendar_wrap,
.calendar_wrap table {
    width: 100%;
}

.calendar_wrap caption {
    text-align: right;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.calendar_wrap thead {
    font-size: 10px;
}

.calendar_wrap thead th {
    padding-bottom: 10px;
    text-align: center;
}

.calendar_wrap tbody {
    color: #aaa;
}

.calendar_wrap tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

.calendar_wrap tbody td:hover {
    background: #fff;
}

.calendar_wrap tbody .pad {
    background: none;
}

.calendar_wrap tfoot #next,
.calendar_wrap tfoot #prev {
    text-transform: uppercase;
    font-size: 10px;
}

.calendar_wrap tfoot #next {
    text-align: right;
}

.calendar_wrap tfoot #prev {
    padding-top: 10px;
}

/*------------------------------------------------------------------
[26. Footer]
*/

.footer {
    background: #232323;
    padding: 40px 0 25px;
    color: #999;
}

.footer a:hover,
.footer a:focus {
    color: #45d6a4;
}

.footer h1,
.footer .h1,
.footer h2,
.footer .h2,
.footer h3,
.footer .h3,
.footer h4,
.footer .h4,
.footer h5,
.footer .h5,
.footer h6,
.footer .h6 {
    color: #fff;
}

.footer .small-footer {
    border-top: 1px solid #303030;
    padding: 25px 0 0;
    margin: 25px 0 0;
    font-size: 12px;
}

.footer .social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.footer .social-links > li {
    display: inline-block;
    margin: 0 0 0 10px;
}

.footer input,
.footer select {
    border-color: #303030;
}

.footer input:focus,
.footer select:focus {
    border-color: #3d3d3d;
}

.footer .widget .widget-title span {
    color: #fff; /* zuvor #fff * orange wäre #ff9800 */
}

.footer .widget ul li,
.footer .widget ol li,
.footer .widget ul li:first-child {
    border-color: #303030;
}

.footer .widget_tag_cloud .tagcloud > a {
    background: #303030;
    color: #fff;
}

.footer .widget_tag_cloud .tagcloud > a:hover {
    background: #2abe8b;
}



@media (max-width: 767px) {
    .footer .small-footer {
        text-align: center;
    }

    .footer .social-links {
        text-align: center;
    }

    .footer .social-links > li {
        margin: 5px;
    }
}

/* ------------------------------------------------------------------
[27. Dark]
*/

.parallax {
    color: #fff;
}

.parallax a:not(.btn) {
    color: #2abe8b;
    transition: all .3s ease-in-out;
}

.parallax a:not(.btn):hover,
.parallax a:not(.btn):focus {
    outline: 0;
    text-decoration: none;
    color: #1c7f5d;
}

.parallax h1 > a,
.parallax .h1 > a,
.parallax h2 > a,
.parallax .h2 > a,
.parallax h3 > a,
.parallax .h3 > a,
.parallax h4 > a,
.parallax .h4 > a,
.parallax h5 > a,
.parallax .h5 > a,
.parallax h6 > a,
.parallax .h6 > a {
    color: #fff;
}

.parallax h1 > a:hover,
.parallax h1 > a:focus,
.parallax .h1 > a:hover,
.parallax .h1 > a:focus,
.parallax h2 > a:hover,
.parallax h2 > a:focus,
.parallax .h2 > a:hover,
.parallax .h2 > a:focus,
.parallax h3 > a:hover,
.parallax h3 > a:focus,
.parallax .h3 > a:hover,
.parallax .h3 > a:focus,
.parallax h4 > a:hover,
.parallax h4 > a:focus,
.parallax .h4 > a:hover,
.parallax .h4 > a:focus,
.parallax h5 > a:hover,
.parallax h5 > a:focus,
.parallax .h5 > a:hover,
.parallax .h5 > a:focus,
.parallax h6 > a:hover,
.parallax h6 > a:focus,
.parallax .h6 > a:hover,
.parallax .h6 > a:focus {
    color: #2abe8b;
}

.parallax h1,
.parallax .h1,
.parallax h2,
.parallax .h2,
.parallax h3,
.parallax .h3,
.parallax h4,
.parallax .h4,
.parallax h5,
.parallax .h5,
.parallax h6,
.parallax .h6,
.parallax blockquote {
    color: #fff;
}

.parallax .form-control {
    border-color: #303030;
}

.parallax .form-control:focus {
    border-color: #3d3d3d;
}

.parallax .counter .counter-icon,
.parallax .counter .counter-title,
.parallax .counter .counter-number {
    color: #fff;
}

.parallax .icon-box .icon-box-icon,
.parallax .icon-box .icon-box-title {
    color: #fff;
}

.parallax .team-name {
    color: #fff;
}

.parallax .nav-pills .nav-link {
    border-color: #494949;
    color: #828282;
}

.parallax .nav-pills .nav-link:hover {
    color: #fff;
}

.parallax .nav-pills .nav-link.active {
    border-color: #fff;
    color: #fff;
}

.parallax .accordion .card-header {
    border-color: #494949;
}

.parallax .accordion .card-header a.collapsed {
    color: #828282;
}

.parallax .accordion .card-header a {
    color: #fff;
}

.parallax .accordion .card-header a:hover {
    color: #fff;
}

.parallax .clients-row > [class*="col-"] {
    border-color: #494949;
}

.parallax .clients-row + .clients-row {
    border-color: #494949;
}

@media (max-width: 767px) {
    .parallax .clients-row {
        border-color: #494949;
    }

    .parallax .clients-row > [class*="col-"],
    .parallax .clients-row > [class*="col-"]:last-child {
        border: 0;
        border-color: #494949;
    }
}

.parallax .owl-dots .owl-dot {
    background: rgba(255, 255, 255, .2);
}

.parallax .owl-dots .owl-dot.active {
    background: rgba(42, 190, 139, .7);
}


/*------------------------------------------------------------------
[xx. Imprint]
*/

.imprint {
    background: #232323;
    color: #999;
}

.footer a:hover,
.footer a:focus {
    color: #45d6a4;
}

.imprint h1,
.imprint .h1,
.imprint h2,
.imprint .h2,
.imprint h3,
.imprint .h3,
.imprint h4,
.imprint .h4,
.fimprint h5,
.imprint .h5,
.imprint h6,
.imprint .h6 {
    color: #ff9800;
}

.footer .small-footer {
    border-top: 1px solid #303030;
    padding: 25px 0 0;
    margin: 25px 0 0;
    font-size: 12px;
}

.footer .social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.footer .social-links > li {
    display: inline-block;
    margin: 0 0 0 10px;
}

.footer input,
.footer select {
    border-color: #303030;
}

.footer input:focus,
.footer select:focus {
    border-color: #3d3d3d;
}

.footer .widget .widget-title span {
    color: #fff; /* zuvor #fff * orange wäre #ff9800 */
}

.imprint .widget ul li,
.imprint .widget ol li,
.imprint .widget ul li:first-child {
    border-color: #303030;
}

.footer .widget_tag_cloud .tagcloud > a {
    background: #303030;
    color: #fff;
}

.footer .widget_tag_cloud .tagcloud > a:hover {
    background: #2abe8b;
}

@media (max-width: 767px) {
    .footer .small-footer {
        text-align: left;
    }

    .footer .social-links {
        text-align: left;
    }

    .footer .social-links > li {
        margin: 5px;
    }
}

