/*
 Theme Name:   klimatabelle
 Theme URI:    https://www.klimatabelle.info/publisher-child
 Description:  Klimatabelle Publisher Child Thme
 Author:       Alexander Merkel
 Author URI:   http://example.com
 Template:     publisher
 Version:      1.0.0
*/

#### END ###From Font Awesome CSS .fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-search:before {
    content: "\f002"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-arrow-up:before {
    content: "\f062"
}

###### END #### From Theme Libs ####### html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

a {
    background-color: transparent;
    color: #444;
    text-decoration: none
}

b,
strong {
    font-weight: 700
}

h1 {
    margin: .67em 0
}

img {
    border: 0;
    vertical-align: middle
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input {
    line-height: normal
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent
}

td,
th {
    padding: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

p {
    margin: 0 0 10px
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-4 {
        width: 33.33333333%
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-6 {
        width: 50%
    }
}

th {
    text-align: left
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

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

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden
}

.tab-content > .active {
    display: block;
    visibility: visible
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.panel-body:after,
.row:after {
    clear: both
}

###### END .post-tp-1-header.wfi .post-header-inner {
    height: 280px
}

.site-header.header-style-8 .site-branding .logo.text-logo a {
    color: #fff;
    font-size: 25px
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th {
    border: 1px solid #ddd;
    padding: 5px
}

.rh-header .logo-container {
    font-size: 25px
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-6 {
        width: 50%
    }

    #small_weather_table {
        display: none
    }

    table#weather_table,
    table#weather_table td,
    table#weather_table th,
    table#weather_table tr {
        color: #333 !important;
        background: #eee;
        border-spacing: 2px;
        border-color: #eee;
        font-size: 15px;
        padding: 1px
    }

    .linkads {
        width: 100%;
        height: 100px
    }

    #adup1 {
        height: 300px;
        width: 100%
    }
}

@media (min-width:1019px) and (max-width:1199px) {
    #small_weather_table {
        display: none
    }

    table#weather_table,
    table#weather_table td,
    table#weather_table th,
    table#weather_table tr {
        color: #333 !important;
        background: #eee;
        border-spacing: 2px;
        border-color: #eee;
        font-size: 15px;
        padding: 1px
    }

    .linkads {
        width: 100%;
        height: 100px
    }

    #adup1 {
        height: 300px;
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .site-header.header-style-8 .site-branding .logo.text-logo a {
        font-size: 15px
    }

    .bf-2-main-column-size,
    .bf-2-primary-column-size,
    .layout-2-col .content-column,
    .layout-2-col .sidebar-column {
        width: 100%
    }

    #small_weather_table {
        display: block;
        font-size: 12px;
        border: none
    }

    #weather_table {
        display: none
    }

    .linkads {
        width: 100%;
        height: 100px
    }

    #adup1 {
        height: 300px;
        width: 100%
    }
}

@media (max-width:767px) {
    #small_weather_table {
        display: block;
        font-size: 7px;
        border: none
    }

    #weather_table {
        display: none
    }

    .linkads {
        width: 100%;
        height: 280px
    }

    #adup1 {
        height: 300px;
        width: 100%
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .vc_row .bs-vc-wrapper > .bs-vc-column {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@-ms-viewport {
    width: device-width
}

@font-face {
    font-display: swap;
    font-family: FontAwesome;
    src: url(https://www.klimatabelle.info/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://www.klimatabelle.info/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(https://www.klimatabelle.info/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(https://www.klimatabelle.info/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(https://www.klimatabelle.info/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(https://www.klimatabelle.info/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

ul {
    box-sizing: border-box
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
    --publisher-system-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    --publisher-primary-color: #0080ce;
    --publisher-menu-height: calc(1px - 1px);
    --wp-adminbar-height: calc(1px - 1px);
    --publisher-spacing: 20;
    --publisher-spacing-half: calc(var(--publisher-spacing) / 2);
    --publisher-spacing-80-percent: calc(var(--publisher-spacing) * 0.83);
    --publisher-spacing-60-percent: calc(var(--publisher-spacing) * 0.66);
    --publisher-site-width-2-col: 1160px;
    --publisher-site-width-1-col: 1160px;
    --publisher-site-width-2-col-content-col: 70%;
    --publisher-site-width-2-col-primary-col: 30%;
    --publisher-site-width-3-col: 1280px;
    --publisher-site-width-3-col-content-col: 58%;
    --publisher-site-width-3-col-primary-col: 25%;
    --publisher-site-width-3-col-secondary-col: 17%;
    --publisher-spacing: 0;
    --publisher-primary-color: #1587cc
}

body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('https://www.klimatabelle.info/#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('https://www.klimatabelle.info/#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('https://www.klimatabelle.info/#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('https://www.klimatabelle.info/#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('https://www.klimatabelle.info/#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('https://www.klimatabelle.info/#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('https://www.klimatabelle.info/#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('https://www.klimatabelle.info/#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem
}

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

.vc_row:after {
    clear: both
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px
}

.vc_col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width:768px) {
    .vc_col-sm-12 {
        float: left;
        width: 100%
    }
}

.vc_column_container {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

body {
    font: 14px/1.7 Lato, sans-serif;
    color: #5f6569;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    font-size-adjust: auto
}

.site-header .site-branding .logo,
h1,
h2,
h3 {
    color: #2d2d2d
}

h1,
h2,
h3 {
    line-height: 1.3
}

h1 {
    font-size: 34px;
    margin: .67em 0
}

.container,
.content-wrap {
    max-width: var(--publisher-site-width);
    width: 100%
}

@media only screen and (max-width:668px) {
    .layout-2-col {
        margin-top: 20px !important
    }

    body {
        padding: 0
    }
}

body.page-layout-2-col {
    --publisher-site-width: var(--publisher-site-width-2-col);
    --publisher-site-width-content: var(--publisher-site-width-2-col-content-col);
    --publisher-site-width-primary: var(--publisher-site-width-2-col-primary-col);
    --publisher-site-width-secondary: 0
}

@media (min-width:768px) {
    .layout-2-col .content-column {
        width: var(--publisher-site-width-content)
    }

    .layout-2-col .sidebar-column {
        width: var(--publisher-site-width-primary)
    }
}

a {
    text-decoration: none
}

input[type=search] {
    height: 36px;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

input[type=submit] {
    border: none;
    color: #fff;
    border-radius: 0;
    outline: 0;
    height: auto;
    line-height: 1.4;
    padding: 8px 12px;
    vertical-align: middle;
    text-transform: uppercase !important;
    max-width: 100%;
    white-space: normal
}

ul.menu {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.menu a {
    text-decoration: none
}

ul.menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.menu > li {
    float: left
}

ul.menu li > a {
    position: relative
}

ul.menu > li .sub-menu {
    background-color: #eee;
    position: absolute;
    top: 102%;
    top: calc(100% + 1px);
    z-index: 100;
    width: 200px
}

ul.menu li.menu-item-has-children > a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f107';
    margin-left: 6px;
    font-size: 13px
}

ul.menu .sub-menu > li > a {
    display: block;
    border-bottom: 1px solid
}

ul.menu .sub-menu > li:last-child a {
    border-bottom: none !important
}

ul.menu .sub-menu {
    z-index: -1;
    display: none;
    visibility: hidden
}

.site-header .content-wrap {
    overflow: visible !important
}

.site-header > .header-inner > .content-wrap > .container {
    position: relative
}

.site-header .site-branding {
    margin: 0
}

.site-header .site-branding .logo {
    margin: 0;
    line-height: 0;
    font-size: 50px
}

.site-header .site-branding .logo.text-logo {
    font-size: 30px;
    line-height: 38px
}

.site-header > .header-inner .row-height {
    display: table;
    table-layout: fixed;
    width: 100%
}

.site-header > .header-inner .logo-col,
.site-header > .header-inner .sidebar-col {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle
}

.site-header .header-inner .row {
    position: relative
}

.site-header .menu-action-buttons {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 35px;
    z-index: 99
}

.site-header .menu-action-buttons.width-2 {
    width: 80px
}

.site-header .menu-action-buttons > div {
    min-width: 37px;
    display: inline-block;
    float: right;
    height: 100%;
    text-align: right;
    position: relative
}

.site-header .menu-action-buttons > div.close {
    opacity: 1
}

.site-header .menu-action-buttons .search-container {
    z-index: 1
}

.site-header .search-container .search-handler {
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -15px;
    z-index: 100;
    width: 37px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    color: #434343
}

.site-header .search-container .search-box {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 36px 0 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    text-align: center
}

.site-header .search-container .search-box .search-form .search-field {
    border: none;
    width: 100%;
    height: 45px;
    background: 0 0;
    line-height: 45px;
    font-size: 14px;
    color: #434343
}

.site-header .search-container .search-box .search-form input[type=submit] {
    display: none
}

.site-header .off-canvas-menu-icon-container {
    z-index: 2
}

.site-header .menu-action-buttons > .off-canvas-menu-icon-container {
    margin-right: 6px
}

.off-canvas-menu-icon-container {
    line-height: 42px
}

.off-canvas-menu-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    text-align: center
}

.off-canvas-menu-icon .off-canvas-menu-icon-el {
    margin: 9px 0 0;
    width: 16px;
    height: 2px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #313131
}

.off-canvas-menu-icon .off-canvas-menu-icon-el:after,
.off-canvas-menu-icon .off-canvas-menu-icon-el:before {
    content: '';
    display: inline-block;
    background: #313131;
    width: 20px;
    height: 2px;
    position: absolute;
    top: -6px
}

.off-canvas-menu-icon .off-canvas-menu-icon-el:after {
    top: 6px
}

.off-canvas-menu-icon-container.off-icon-right .off-canvas-menu-icon-el {
    text-align: right
}

.off-canvas-menu-icon-container.off-icon-right .off-canvas-menu-icon-el:after,
.off-canvas-menu-icon-container.off-icon-right .off-canvas-menu-icon-el:before {
    right: 0
}

.off-canvas-container .canvas-close {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 23px;
    right: 18px;
    z-index: 1
}

.off-canvas-inner .canvas-close i,
.off-canvas-inner .canvas-close:after,
.off-canvas-inner .canvas-close:before {
    position: absolute;
    width: 18px;
    height: 2px;
    content: '';
    display: inline-block;
    background: #a8a8a8;
    left: 0;
    top: 7px;
    margin-top: 0;
    border-radius: 14px
}

.off-canvas-inner .canvas-close:before {
    transform: rotate(45deg)
}

.off-canvas-inner .canvas-close:after {
    transform: rotate(-45deg)
}

.off-canvas-inner .canvas-close i {
    width: 0;
    left: inherit;
    right: 50%;
    margin-right: 0
}

.off-canvas-container.right .canvas-close {
    left: 18px;
    right: auto
}

.off-canvas-container.right .canvas-close i,
.off-canvas-container.right .canvas-close:after,
.off-canvas-container.right .canvas-close:before {
    right: 0;
    left: auto
}

.off-canvas-container.right .canvas-close i {
    width: 0;
    right: inherit;
    left: 50%;
    margin-left: 0;
    margin-right: auto
}

.main-menu > li {
    margin-right: 10px
}

.main-menu > li > a {
    line-height: 48px;
    display: inline-block;
    padding: 0 12px
}

.main-menu .sub-menu > li > a {
    padding: 0 16px 0 10px;
    line-height: 40px
}

.main-menu.menu > li .sub-menu {
    width: 210px;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 7px 7px rgba(0, 0, 0, .15);
    box-shadow: 0 7px 7px rgba(0, 0, 0, .15)
}

.main-menu.menu .sub-menu li > a {
    line-height: 1.7;
    padding: 8px 16px
}

.main-menu.menu .sub-menu > li {
    position: relative
}

.main-menu.menu .sub-menu > li,
.main-menu.menu .sub-menu > li > a {
    color: #434343
}

.main-menu.menu .sub-menu > li > a {
    border-bottom: 1px solid
}

.main-menu.menu > li > a:before {
    content: '';
    display: block;
    width: 20%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden
}

.main-menu-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.main-menu-wrapper .main-menu-container {
    position: relative
}

.site-header.full-width .main-menu-wrapper {
    border-top: 1px solid #dedede;
    border-bottom: 3px solid #dedede;
    background: #fff
}

ul.menu > li .sub-menu {
    top: 107%;
    top: calc(100% + 3px)
}

.site-header.header-style-2 .header-inner {
    padding: 20px 0
}

.site-header.header-style-2 .main-menu.menu {
    height: 68px;
    overflow-y: hidden;
    margin-bottom: -3px;
    padding-top: 20px;
    margin-top: -20px
}

.site-header.header-style-2.full-width .main-menu.menu > li .sub-menu {
    top: 100%
}

.site-header.header-style-2 .main-menu.menu > li {
    float: left;
    display: inline-block;
    margin: 0 5px 0 0
}

.site-header.header-style-2 .main-menu.menu .sub-menu {
    text-align: left
}

.site-header.header-style-2.full-width .menu-action-buttons {
    top: 20px
}

.site-header.header-style-2 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container {
    padding-right: 80px
}

@media only screen and (max-width:992px) {
    .main-menu > li {
        margin-right: 10px
    }

    .main-menu > li > a {
        padding: 0 4px
    }
}

.rh-header {
    display: none;
    min-width: 300px;
    position: relative
}

.rh-header .rh-container {
    background-color: #222
}

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

    body .site-header,
    body.bs-hide-ha .site-header {
        display: none
    }

    .rh-header {
        display: block
    }
}

.rh-header .menu-container {
    position: absolute;
    top: 0;
    right: 0
}

.rh-header .menu-container .menu-handler {
    color: #fff;
    width: 54px;
    height: 54px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    background-color: rgba(255, 255%, 255%, 5%);
    position: relative;
    border-left: 1px solid;
    float: right
}

.rh-header .menu-container .menu-handler .lines {
    display: inline-block;
    width: 22px;
    height: 2px;
    background: #ecf0f1;
    position: relative;
    margin-top: 25.5px
}

.rh-header .menu-container .menu-handler .lines:after,
.rh-header .menu-container .menu-handler .lines:before {
    display: inline-block;
    width: 22px;
    height: 2px;
    background: #ecf0f1;
    position: absolute;
    left: 0;
    content: ''
}

.rh-header .menu-container .menu-handler .lines:before {
    top: 8px
}

.rh-header .menu-container .menu-handler .lines:after {
    top: -8px
}

.rh-cover .search-form {
    margin-top: 35px;
    position: relative
}

.rh-cover .search-form input[type=search] {
    margin: 0;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0;
    float: none;
    webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.rh-cover .search-form input[type=submit] {
    content: "\f002";
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font: 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 16px;
    background: 0 0 !important
}

.rh-cover .search-form ::-webkit-input-placeholder {
    color: #fff
}

.rh-cover .search-form ::-moz-placeholder {
    color: #fff
}

.rh-cover .search-form :-ms-input-placeholder {
    color: #fff
}

.rh-cover .search-form :-moz-placeholder {
    color: #fff
}

.rh-header .logo-container {
    padding: 0 0 0 15px;
    line-height: 54px;
    height: 54px
}

.rh-header .logo-container a {
    color: #fff
}

.rh-cover {
    position: fixed;
    top: 0;
    left: -99%;
    z-index: 9999;
    width: 100%;
    visibility: hidden;
    overflow: auto;
    background: #191919;
    height: 101%;
    height: calc(100% + 1px)
}

.noscroll {
    overflow: hidden
}

@media (max-width:767px) {
    body {
        background-color: #f3f3f3 !important
    }

    .main-wrap {
        background-color: #fff;
        overflow: auto;
        margin: auto;
        width: 100%
    }
}

.rh-cover:before {
    height: 60px;
    content: '';
    width: 100%;
    position: absolute;
    background-color: #fff;
    opacity: .08;
    box-shadow: 0 0 32px #000;
    z-index: -1
}

.rh-cover .rh-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 25px;
    display: inline-block;
    top: 21px;
    z-index: 10
}

.rh-cover .rh-close:after,
.rh-cover .rh-close:before {
    content: '';
    width: 2px;
    height: 18px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -10px;
    opacity: .65;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 5px
}

.rh-cover .rh-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rh-cover .rh-panel {
    padding: 27px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.rh-cover .rh-p-h {
    line-height: 60px;
    margin: -27px -27px 20px;
    padding: 0 23px;
    font-size: 14px;
    color: #fff;
    height: 60px;
    position: relative
}

.rh-header.light .rh-container {
    background: #fff;
    border-bottom: 1px solid #e5e5e5
}

.rh-header.light .logo-container a {
    color: #2c2c2c
}

.rh-header.light .menu-container .menu-handler .lines,
.rh-header.light .menu-container .menu-handler .lines:after,
.rh-header.light .menu-container .menu-handler .lines:before {
    background: #2c2c2c
}

.off-canvas-overlay {
    display: none;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    overflow-y: hidden
}

.off-canvas-inner > div {
    padding: 10px 20px 14px;
    line-height: 1.6;
    color: #434343
}

.off-canvas-container {
    visibility: hidden;
    left: -300px;
    top: 0;
    position: fixed;
    width: 300px;
    height: 100%;
    z-index: 999999
}

.off-canvas-container.right {
    left: inherit;
    right: -300px
}

.off-canvas-container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 290px;
    background: #fff;
    box-shadow: 3px 0 10px rgba(0, 0, 0, .1)
}

.off-canvas-inner {
    color: #434343;
    width: 290px;
    position: absolute;
    padding-top: 4px;
    background: #fff
}

.off-canvas-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: 0 0;
    z-index: 1
}

.off-canvas-header {
    text-align: center;
    line-height: 1.5;
    padding-bottom: 10px
}

.off-canvas-header .site-description:first-child:last-child {
    margin-bottom: 10px;
    margin-top: 15px
}

.off-canvas-inner > .off-canvas-menu {
    padding: 20px 0 10px
}

.off-canvas-inner > .off-canvas-search + .off-canvas-menu {
    padding-top: 0
}

.off-canvas-search form {
    position: relative
}

.off-canvas-search .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #8f8f8f
}

.off-canvas-container.right {
    right: -300px;
    left: auto
}

.off-canvas-container.right .off-canvas-inner,
.off-canvas-container.right:before {
    right: 0;
    left: auto
}

body {
    background: #fff;
    text-decoration-skip: ink
}

.main-wrap {
    margin: 0 auto
}

.content-wrap,
.main-wrap,
main.content-container {
    position: relative
}

.main-wrap .container,
body.full-width .main-wrap {
    width: 100%
}

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

    .col-sm-4,
    .col-sm-8,
    .col-xs-4,
    .col-xs-8,
    .vc_row .bs-vc-wrapper > .bs-vc-column {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.content-wrap {
    margin: 0 auto;
    padding: 0;
    min-width: 300px
}

.container {
    width: 100%
}

.term-badges .term-badge {
    display: inline-block;
    line-height: 0
}

.term-badges a {
    color: #8b8b8b;
    padding: 0 0 4px
}

.term-badges.floated a {
    padding: 2px 7px;
    color: #fff;
    margin-right: 3px;
    margin-bottom: 3px;
    display: inline-block;
    line-height: 1.7;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.term-badges.floated {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    line-height: 0;
    font-size: 0
}

.img-holder {
    position: relative;
    width: 80px;
    display: inline-block;
    float: left;
    margin-right: 15px
}

.bs-ll-a .img-cont:before,
.bs-ll-a .img-holder:before {
    opacity: 1;
    background-color: #e9ebee;
    background-image: linear-gradient(to left, #e9ebee 0, #f4f5f6 20%, #e9ebee 40%, #e9ebee 100%);
    background-repeat: no-repeat;
    background-size: 1e3px 900px;
    -webkit-animation: 1s linear infinite forwards bs-lazy-anim;
    -moz-animation: 1s linear infinite forwards bs-lazy-anim;
    animation: 1.01s linear infinite forwards bs-lazy-anim
}

.listing-mg-item .img-cont:before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

@-webkit-keyframes bs-lazy-anim {
    from {
        background-position: -800px 0
    }

    to {
        background-position: 400px 0
    }
}

@keyframes bs-lazy-anim {
    from {
        background-position: -800px 0
    }

    to {
        background-position: 400px 0
    }
}

.img-holder:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 70%
}

.search-field::-ms-clear {
    display: none
}

.search-form input[type=search] {
    float: left;
    height: 38px;
    line-height: 38px;
    margin-right: 8px;
    font-size: 12px;
    box-shadow: 0 0
}

.search-form input[type=submit] {
    height: 38px
}

.container,
.vc_column_container {
    margin-right: auto !important;
    margin-left: auto !important
}

.listing .listing-item {
    min-height: 0
}

.listing.columns-3 .listing-item {
    width: 33.3333%;
    float: left
}

.listing.columns-3 .listing-item:nth-child(3n-1) {
    padding-left: 9px;
    padding-right: 9px
}

.listing.columns-3 .listing-item:nth-child(3n-2) {
    padding-right: 18px;
    clear: left
}

.listing.columns-3 .listing-item:nth-child(3n+3) {
    padding-left: 18px
}

@media only screen and (max-width:600px) {
    .listing.columns-3 .listing-item {
        width: 50%
    }

    .listing.columns-3 .listing-item:nth-child(odd) {
        padding-left: 0;
        padding-right: 13px;
        clear: left
    }

    .listing.columns-3 .listing-item:nth-child(2n) {
        padding-left: 13px;
        padding-right: 0;
        clear: none
    }
}

@media only screen and (max-width:500px) {
    .listing.columns-3 .listing-item {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        clear: none !important
    }
}

.content-column .single-container:last-child {
    margin-bottom: 0
}

.back-top {
    color: #fff;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    line-height: 42px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0%, 0%, 9%);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0%, 0%, 9%);
    box-shadow: 0 1px 2px rgba(0, 0%, 0%, 9%)
}

.bs-pagination-wrapper {
    position: relative
}

.section-heading.multi-tab .other-link {
    opacity: 0;
    position: absolute
}

.search-container {
    position: relative
}

@media only screen and (max-width:1000px) {
    .container {
        width: 100%
    }

    .content-wrap {
        padding: 0
    }
}

@media only screen and (max-width:420px) {
    .widget {
        margin-bottom: 15px
    }
}

.sidebar-column-primary {
    z-index: 1000
}

.bs-sks {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999
}

.bs-sks.bs-sks-type-2 {
    left: calc(((100vw - var(--publisher-site-width))/ 2) * -1);
    max-width: initial !important;
    display: inline-table;
    width: calc(100vw - 9px) !important;
    height: 100%
}

.bs-sksin1,
.bs-sksin3 {
    display: inline-table;
    height: 100%;
    width: 100%
}

.bs-sks .bs-sks-path {
    overflow: hidden
}

.bs-sks .bs-sks-path-boxed {
    max-width: var(--publisher-site-width);
    margin-left: auto;
    margin-right: auto
}

.bs-sks .bs-sksitemr {
    float: right;
    transform: translateX(100%)
}

.bs-sks.bs-sks-type-2 .bs-sksitemr {
    transform: translateX(calc(100% + 5px))
}

.bs-sks.bs-sks-sticky .bs-sksin2 {
    --sks-top: 0px;
    --sks-top-gap: 0px;
    position: sticky;
    top: calc(var(--sks-top) + var(--sks-top-gap))
}

.listing-item-tb-1 {
    margin-bottom: 22px;
    position: relative
}

.listing-item-tb-1 .title {
    margin: 0
}

.listing-item-tb-1 .title a {
    color: inherit
}

.listing-item-tb-1 .featured {
    margin-right: 13px;
    float: left;
    position: relative;
    line-height: 0
}

.listing-item-tb-1 .img-holder {
    width: 86px;
    margin-right: 0;
    float: none
}

.listing-item-tb-1 .img-holder:before {
    padding-top: 74%
}

.listing-mg-item {
    position: relative;
    overflow: hidden
}

.listing-mg-item .content-container,
.listing-mg-item .term-badges.floated {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden
}

.listing-modern-grid.slider-overlay-simple-gr .listing-mg-item .img-cont:after {
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .65) 100%);
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .65) 100%);
    background: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .65) 100%);
    top: auto;
    height: 75%
}

body.bs-ll-a .listing-mg-type-1 .img-cont.img-cont {
    background-size: inherit !important
}

.listing-mg-type-1:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 68.17%
}

.listing-mg-type-1 .item-content {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.listing-mg-type-1 .img-cont {
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    position: absolute;
    top: -1px;
    left: -2px;
    right: -2px;
    bottom: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    -moz-transform-origin: 0 0
}

.listing-mg-type-1 .img-cont:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.listing-mg-type-1 .content-container {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    padding: 0;
    max-height: 75%;
    overflow: hidden
}

.listing-mg-type-1 .title {
    margin: 0;
    -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    line-height: 1.4
}

.listing-item.listing-mg-type-1 .title.title a.post-url.post-url {
    color: inherit !important
}

.listing-mg-7-item:before {
    padding-top: 60%
}

.listing-modern-grid-7 .mg-row-1 {
    padding-bottom: 2px
}

.listing-modern-grid-7 .mg-row-1 .mg-col-1 {
    width: 50%;
    float: left;
    padding-right: 1px
}

.listing-modern-grid-7 .mg-row-1 .mg-col-2 {
    width: 50%;
    float: left;
    padding-left: 1px
}

.listing-modern-grid-7 .mg-row-2 .mg-col {
    width: 33.333%;
    float: left
}

.listing-modern-grid-7 .mg-row-2 .mg-col-1 {
    padding-right: 1.5px
}

.listing-modern-grid-7 .mg-row-2 .mg-col-2 {
    padding-left: .75px;
    padding-right: .75px
}

.listing-modern-grid-7 .mg-row-2 .mg-col-3 {
    padding-left: 1.5px
}

.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item {
    width: 100%
}

.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item:before {
    padding-top: 60%
}

.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
    font-size: 79%
}

.listing-modern-grid-7.bsw-8 .mg-row-1 .listing-mg-7-item .title {
    font-size: 92%
}

.listing-modern-grid-7.bsw-8 .mg-row-2 .listing-mg-7-item .title {
    font-size: 72%
}

@media only screen and (max-width:980px) {
    .listing-modern-grid-7 .mg-row-1 .listing-mg-7-item .title {
        font-size: 92%
    }

    .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
        font-size: 72%
    }
}

@media only screen and (max-width:780px) {
    .listing-modern-grid-7 .listing-mg-7-item.listing-mg-7-item:before {
        padding-top: 70% !important
    }

    .listing-modern-grid-7 .mg-row-1 .listing-mg-7-item .title,
    .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
        font-size: 78% !important
    }
}

@media only screen and (max-width:620px) {
    .listing-modern-grid-7 .listing-item {
        margin-bottom: 2px
    }

    .listing-modern-grid-7 .mg-col {
        width: 100% !important;
        float: none !important;
        padding: 0 !important
    }

    .listing-modern-grid-7 .mg-row {
        margin: 0 !important;
        padding: 0 !important
    }

    .listing-modern-grid-7 .term-badges.floated {
        display: block
    }

    .listing-modern-grid-7 .listing-mg-7-item.listing-mg-7-item:before {
        padding-top: 40% !important
    }
}

@media only screen and (max-width:480px) {
    .listing-modern-grid-7 .mg-row-1 .listing-mg-7-item .title {
        font-size: 82%
    }

    .listing-modern-grid-7 .mg-row-1 .listing-mg-7-item.listing-item-2 .title,
    .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
        font-size: 62%
    }

    .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .content-container {
        max-height: 43%
    }
}

.widget ul {
    padding-left: 20px;
    margin-bottom: 0
}

.widget li {
    margin-bottom: 7px
}

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

.section-heading {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20px;
    position: relative
}

.section-heading .h-text .bf-icon {
    margin-right: 3px;
    vertical-align: top;
    line-height: inherit
}

.section-heading .h-text,
.section-heading:after {
    display: inline-block
}

.section-heading:after {
    background: rgba(0, 0%, 0%, 8%);
    content: '';
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.section-heading .h-text {
    position: relative;
    z-index: 1
}

.section-heading .other-link {
    float: right;
    outline: 0
}

.section-heading .other-link .h-text {
    margin-left: 0;
    color: #484848;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 82%;
    padding: 4px 0 4px 14px
}

.section-heading.sh-t3 {
    line-height: 20px;
    padding: 0 0 4px
}

.section-heading.sh-t3:after {
    top: inherit;
    bottom: 0;
    height: 4px;
    background: #2d2d2d
}

.section-heading.sh-t3:before {
    display: none
}

.section-heading.sh-t3 > .h-text,
.section-heading.sh-t3 > a > .h-text {
    padding: 4px 0;
    line-height: 26px;
    border: none
}

.section-heading.sh-t3 > .other-link .h-text {
    padding: 4px 0 4px 17px
}

.col-sm-4,
.col-sm-8,
.col-xs-4,
.col-xs-8,
.container,
.vc_column_container.vc_column_container {
    padding-left: calc(var(--publisher-spacing-half) * 1px);
    padding-right: calc(var(--publisher-spacing-half) * 1px)
}

.row,
.vc_row.wpb_row {
    margin-left: calc(var(--publisher-spacing-half) * -1px);
    margin-right: calc(var(--publisher-spacing-half) * -1px)
}

.bs-listing,
.bs-vc-wrapper > :not(.bs-vc-column),
.content-column > div:last-child,
.sidebar > *,
.single-container,
.widget {
    margin-bottom: calc(var(--publisher-spacing) * 1px)
}

.layout-2-col {
    margin-top: calc(var(--publisher-spacing-80-percent) * 1px)
}

.main-section {
    margin-bottom: calc(var(--publisher-spacing-half) * 1px)
}

.section-heading {
    margin-bottom: calc(var(--publisher-spacing-60-percent) * 1px)
}

.fa-search:before {
    content: "\f002"
}

.fa-arrow-up:before {
    content: "\f062"
}

article,
aside,
header,
main,
nav {
    display: block
}

a {
    background-color: initial;
    color: #444;
    text-decoration: none
}

img {
    vertical-align: middle;
    border: 0;
    vertical-align: middle
}

input {
    color: inherit;
    font: inherit;
    margin: 0
}

input[type=submit] {
    -webkit-appearance: button
}

input {
    line-height: normal
}

input[type=search] {
    -webkit-appearance: none;
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    margin: 0;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.h1,
h1,
h2,
h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px
}

.h1,
h1 {
    font-size: 36px
}

h3 {
    font-size: 24px
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {

    .active-sticky-sidebar .row.main-section,
    .active-sticky-sidebar .row > .bs-vc-wrapper {
        display: flex
    }

    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-sm-4,
.col-sm-8,
.col-xs-4,
.col-xs-8 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-4,
.col-xs-8 {
    float: left
}

@media (min-width:768px) {

    .col-sm-4,
    .col-sm-8 {
        float: left
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden
}

.tab-content > .active {
    display: block;
    visibility: visible
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.row:after {
    clear: both
}

.rh-header .logo-container {
    font-size: 25px
}

@media (min-width:768px) and (max-width:1018px) {

    .layout-2-col .content-column,
    .layout-2-col .sidebar-column {
        width: 100%
    }

    .prghof-hide-on-tablet-portrait {
        display: none
    }
}

@media (max-width:767px) {

    .col-sm-4,
    .col-sm-8,
    .col-xs-4,
    .col-xs-8,
    .vc_row .bs-vc-wrapper > .bs-vc-column {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.bs-listing,
.widget {
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 5px rgba(0, 0%, 0%, 9%)
}

.bs-listing.bs-listing-modern-grid-listing-7 {
    background: 0 0;
    padding: 0;
    box-shadow: 0 0
}

.section-heading {
    margin-bottom: 35px !important
}

.sidebar-column .section-heading {
    margin-bottom: 23px !important
}

.site-header.site-header.header-style-2 .main-menu.menu > li > a:before {
    display: none
}

.site-header.site-header.header-style-2 .main-menu > li > a {
    padding: 0 16px;
    z-index: 0
}

.site-header.header-style-2 .main-menu-wrapper .main-menu-inner {
    height: 53px !important
}

.site-header.header-style-2 .search-container .search-box .search-form .search-field {
    height: 53px
}

.site-header.header-style-2 .main-menu.menu {
    height: 76px
}

.site-header.header-style-2 .off-canvas-menu-icon-container {
    line-height: 53px;
    line-height: 50px
}

.site-header.header-style-2.header-style-2 .main-menu > li > a {
    line-height: 53px
}

.site-header.full-width .main-menu-wrapper {
    border-width: 0 !important;
    border-top: none;
    border-bottom-width: 2px
}

body {
    background-color: #f7f7f7
}

@media (max-width:767px) {
    .main-wrap {
        background-color: #f7f7f7
    }

    .prghof-hide-on-phone {
        display: none
    }

    .bs-listing,
    .widget {
        padding: 10px !important
    }

    .container.adcontainer {
        padding-left: 0;
        padding-right: 0
    }
}

.site-header .main-menu > li > a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.site-header.header-style-2 .main-menu.menu > li {
    margin: 0
}

.site-header .search-container .search-handler {
    font-size: 16px
}

.listing-item .title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.listing-mg-item.listing-item .title {
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit
}

.section-heading.sh-t3.sh-s1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 0 11px;
    margin-top: -3px
}

.section-heading.sh-t3.sh-s1.sh-s1.sh-s1:after {
    height: 2px;
    background: rgba(0, 0, 0, .121569) !important
}

.section-heading.sh-t3.sh-s1 > .h-text,
.section-heading.sh-t3.sh-s1 > a > .h-text {
    padding-top: 0
}

@media (max-width:1250px) {
    .page-layout-2-col .bs-sks {
        display: none !important
    }
}

.site-header.header-style-2 .header-inner {
    padding-top: 25px;
    padding-bottom: 25px
}

.back-top,
.off-canvas-inner:after,
.term-badges.floated a {
    background-color: #1587cc !important
}

.bs-theme input[type=submit] {
    background-color: #1587cc
}

.section-heading.sh-t3:after {
    background-color: #1587cc !important
}

.rh-cover {
    background-color: #2a62c5
}

.site-header.full-width .main-menu-wrapper {
    border-top-color: #1587cc
}

.site-header.header-style-2.full-width .main-menu-wrapper {
    border-bottom-color: #1587cc !important
}

.site-header .main-menu > li > a,
.site-header .search-container .search-box .search-form .search-field,
.site-header .search-container .search-handler {
    color: #fff
}

.site-header .off-canvas-menu-icon .off-canvas-menu-icon-el,
.site-header .off-canvas-menu-icon .off-canvas-menu-icon-el:after,
.site-header .off-canvas-menu-icon .off-canvas-menu-icon-el:before {
    background-color: #fff
}

.site-header .search-container .search-box .search-form .search-field::-webkit-input-placeholder {
    color: #fff
}

.site-header .search-container .search-box .search-form .search-field::-moz-placeholder {
    color: #fff
}

.site-header .search-container .search-box .search-form .search-field:-ms-input-placeholder {
    color: #fff
}

.site-header .search-container .search-box .search-form .search-field:-moz-placeholder {
    color: #fff
}

.site-header.full-width.header-style-2 .main-menu-wrapper {
    background-color: #1587cc
}

.site-header.header-style-2 {
    background-color: #fff
}

.section-heading.sh-t3 a.active,
.section-heading.sh-t3 > .h-text {
    color: #000
}

.section-heading.sh-t3 a.active .h-text {
    color: #000 !important
}

body.bs-theme {
    font-family: Arial, helvetica neue, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: inherit;
    text-transform: inherit;
    color: #7b7b7b
}

.term-badges .term-badge {
    font-family: Arial, helvetica neue, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase
}

.h1,
.search-form input[type=submit],
.section-heading .h-text,
h1,
h2,
h3,
input[type=submit] {
    font-family: Arial, helvetica neue, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: inherit
}

.h1,
h1 {
    font-size: 34px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 25px
}

.site-header .site-branding .logo.text-logo {
    font-family: Arial, helvetica neue, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 30px;
    text-align: inherit;
    text-transform: uppercase
}

.main-menu li,
.main-menu li > a {
    font-family: Arial, helvetica neue, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: inherit;
    text-transform: uppercase
}

.main-menu.menu .sub-menu > li,
.main-menu.menu .sub-menu > li > a {
    font-family: Arial, helvetica neue, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: inherit;
    text-transform: none
}

.listing-mg-7-item .content-container,
.listing-mg-7-item .title {
    font-family: Arial, helvetica neue, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-align: inherit;
    text-transform: capitalize;
    color: #fff
}

.listing-item-tb-1 .title {
    font-family: Arial, helvetica neue, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 19px;
    font-size: 15px;
    text-align: inherit;
    text-transform: none;
    color: #1d1d1d
}

.section-heading .h-text {
    font-family: Arial, helvetica neue, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 28px;
    font-size: 28px;
    text-transform: capitalize
}

.widget .section-heading .h-text {
    font-family: Arial, helvetica neue, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 28px;
    font-size: 20px;
    text-transform: capitalize
}

.prghof-clearfix:after,
.prghof-clearfix:before {
    content: "";
    display: table
}

.prghof-clearfix:after {
    clear: both
}

.prghof-clearfix {
    zoom: 1
}

.prghof:empty {
    display: none
}

.prghof.prghof-align-center {
    text-align: center
}

.prghof.prghof-align-right {
    text-align: right
}

.prghof.prghof-align-left {
    text-align: left
}

.prghof .prghof-container {
    box-sizing: border-box;
    margin-bottom: 10px
}

.prghof .prghof-container:last-child {
    margin-bottom: 0
}

.site-header .sidebar .prghof {
    padding: 0 0 5px;
    margin: 0
}

.site-header .sidebar .prghof:last-child {
    padding-bottom: 0
}

.site-header .prghof,
.site-header .sidebar .prghof .prghof-container,
.widget .prghof {
    margin-bottom: 0
}

.prghof.prghof-after-header {
    margin-bottom: 0
}

.prghof.prghof-after-header .prghof-container:first-child {
    margin-top: 20px
}

.ltr .bs-sks .bs-sksitemr .prghof {
    float: left
}

.bs-sks .prghof:last-child {
    margin-bottom: 0
}

body {
    font-family: Arial, helvetica neue, Helvetica, sans-serif !important;
    padding-bottom: 100px !important;
    height: auto
}

.nrelate_engadget .nr_post_title {
    display: block;
    font-weight: 700
}

.nrelate_engadget ul li {
    background: 0 0 !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 98%
}

.nrelate_engadget .nr_inner ul {
    margin-left: 0 !important;
    padding-left: 0 !important
}

.nrelate_engadget ul li a {
    color: #000 !important;
    display: block;
    font-size: 120%;
    font-weight: 400;
    height: 100% !important;
    line-height: 120%
}

.nrelate_engadget li a {
    padding: 6% 2% 6% 4%
}

.nrelate_popular.nrelate_engadget .nr_post_title {
    font-size: 100%;
    line-height: 100%;
    width: 80%
}

.section-heading .h-text,
.widget .section-heading .h-text {
    text-transform: none
}

#kttnav li a {
    background: rgba(255, 25, 0, .9);
    margin: 7px 0 0;
    width: 98%
}

#kttnav li + li a {
    background: rgba(255, 40, 0, .85);
    margin: 0;
    width: 97%
}

#kttnav li + li + li a {
    background: rgba(255, 55, 0, .8);
    margin: 0;
    width: 96%
}

#kttnav li + li + li + li a {
    background: rgba(255, 70, 0, .75);
    margin: 0;
    width: 93%
}

#kttnav li + li + li + li + li a {
    background: rgba(255, 85, 0, .7);
    margin: 0;
    width: 90%
}

@media (min-width:1200px) {

    .container.adcontainer,
    .content-wrap {
        margin-left: 3px !important;
        margin-right: 3px !important
    }
}

@media (min-width:1019px) and (max-width:1199px) {

    .container.adcontainer,
    .content-wrap {
        margin-left: 2px !important;
        margin-right: 2px !important
    }
}

.ezoic-at-0 {
    margin-left: auto !important;
    display: block !important;
    margin-top: 15px !important;
    margin-right: auto !important;
    margin-bottom: 15px !important;
    padding: 0;
    max-width: 100% !important;
    line-height: 0;
    width: 100%;
    text-align: center !important;
    float: none !important
}

.ezoic-ad.medrectangle-2100 {
    min-height: 90px;
    max-width: 100% !important;
    line-height: 0;
    padding: 0;
    float: none !important;
    display: inline-block;
    min-width: 970px
}

.ezoic-at-0 {
    max-width: 100% !important;
    margin-right: 0 !important;
    line-height: 0;
    float: none !important;
    margin-left: 0 !important;
    padding: 0
}

.ezoic-ad.box-2105 {
    display: block !important;
    text-align: left !important;
    min-height: 250px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    min-width: 970px
}

.ezoic-ad.banner-2107 {
    text-align: left !important;
    width: 300px;
    background: 0 0 !important;
    margin-bottom: 0 !important;
    display: block !important;
    min-width: 300px;
    margin-top: 0 !important;
    min-height: 0 !important
}

.ezoic-ad.box-1138 {
    margin-bottom: 2px !important;
    margin-top: 2px !important;
    display: inline-block;
    min-width: 300px;
    min-height: 250px
}

.ezoic-ad.medrectangle-2100 {
    display: inline-block;
    min-width: 728px;
    min-height: 90px;
    max-width: 100% !important;
    line-height: 0;
    padding: 0;
    float: none !important
}

.ezoic-ad {
    display: inline-block;
    border: 0
}

.ezmob-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 100000;
    line-height: 0
}

.ezmob-footer-desktop {
    background-color: #fffc;
    border-top: 1px solid #d3d3d3;
    padding-top: 5px
}

.ezmob-footer-close {
    color: #b2b2b2;
    border: 1px solid #b2b2b2;
    border-radius: 20px;
    background: #fff;
    line-height: 20px;
    display: inline-block;
    font-size: 20px;
    font-family: arial, sans-serif;
    padding: 0 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 24px;
    width: 21px;
    text-align: center
}

body {
    padding-bottom: 100px !important;
    height: auto
}

.ezmob-footer {
    border-top: none;
    bottom: 0 !important;
    width: auto;
    left: 50%;
    transform: translateX(-50%)
}

.ezmob-footer-close {
    color: #b2b2b2;
    border: 1px solid #b2b2b2;
    border-bottom: 1px #fff;
    border-radius: 2px 2px 0 0;
    background: #fff;
    line-height: 17px;
    display: inline-block;
    font-size: 20px;
    font-family: arial, sans-serif;
    position: absolute;
    top: -15px;
    height: 20px;
    right: 0;
    width: 20px;
    text-align: center
}

@media (min-width:900px) {
    .ez-sticky {
        position: sticky;
        position: -webkit-sticky;
        top: 80px;
        z-index: 10
    }
}

.banner-2-multi-107 {
    border: none !important;
    display: block !important;
    float: none !important;
    line-height: 0;
    margin-bottom: 7px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 7px !important;
    max-width: 100% !important;
    min-height: 250px;
    min-width: 300px;
    padding: 0;
    text-align: left !important
}

/*! CSS Used from: https://www.klimatabelle.info/wp-content/themes/publisher/css/theme-libs.css ; media=all */
@media all{
article,aside,footer,header,main,nav{display:block;}
a{background-color:transparent;}
a:active,a:hover{outline:0;}
b,strong{font-weight:700;}
h1{font-size:2em;margin:.67em 0;}
img{border:0;}
button,input{color:inherit;font:inherit;margin:0;}
button{overflow:visible;}
button{text-transform:none;}
button,input[type=submit]{-webkit-appearance:button;cursor:pointer;}
input{line-height:normal;}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
table{border-collapse:collapse;border-spacing:0;}
td,th{padding:0;}
@media print{
*,*:before,*:after{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;}
a,a:visited{text-decoration:underline;}
a[href]:after{content:" (" attr(href) ")";}
a[href^="#"]:after{content:"";}
thead{display:table-header-group;}
tr,img{page-break-inside:avoid;}
img{max-width:100%!important;}
p,h2,h3{orphans:3;widows:3;}
h2,h3{page-break-after:avoid;}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
input,button{font-family:inherit;font-size:inherit;line-height:inherit;}
a{color:#444;text-decoration:none;}
a:hover,a:focus{color:#e44e4f;text-decoration:underline;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
img{vertical-align:middle;}
h1,h2,h3,h4,.h1{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;}
h1,.h1,h2,h3{margin-top:20px;margin-bottom:10px;}
h4{margin-top:10px;margin-bottom:10px;}
h1,.h1{font-size:36px;}
h2{font-size:30px;}
h3{font-size:24px;}
h4{font-size:18px;}
p{margin:0 0 10px;}
ul{margin-top:0;margin-bottom:10px;}
ul ul{margin-bottom:0;}
.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}
@media (min-width:768px){
.container{width:750px;}
}
@media (min-width:992px){
.container{width:970px;}
}
@media (min-width:1200px){
.container{width:1170px;}
}
.row{margin-left:-15px;margin-right:-15px;}
.col-sm-3,.col-xs-4,.col-sm-4,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-8,.col-sm-8,.col-xs-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}
.col-xs-4,.col-xs-8,.col-xs-12{float:left;}
.col-xs-12{width:100%;}
.col-xs-8{width:66.66666667%;}
.col-xs-4{width:33.33333333%;}
@media (min-width:768px){
.col-sm-3,.col-sm-4,.col-sm-6,.col-sm-8{float:left;}
.col-sm-8{width:66.66666667%;}
.col-sm-6{width:50%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
}
@media (min-width:992px){
.col-md-6{float:left;}
.col-md-6{width:50%;}
}
@media (min-width:1200px){
.col-lg-6,.col-lg-12{float:left;}
.col-lg-12{width:100%;}
.col-lg-6{width:50%;}
}
table{background-color:transparent;}
th{text-align:left;}
input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
input[type=search]{-webkit-appearance:none;}
.clearfix:before,.clearfix:after,.container:before,.container:after,.row:before,.row:after{content:" ";display:table;}
.clearfix:after,.container:after,.row:after{clear:both;}
.bs-pinning-wrapper{position:relative;}
.bs-pinning-block{left:0;right:0;top:0;z-index:9980;position:fixed!important;}
.bs-pinning-block.smart{-moz-transition:.3s all;-webkit-transition:.3s all;transition:.3s all;}
.bs-pinning-block.pinned{-moz-box-shadow:0 0 6px rgba(0,0,0,.3);-webkit-box-shadow:0 0 6px rgba(0,0,0,.3);box-shadow:0 0 6px rgba(0,0,0,.3);}
}
/*! CSS Used from: https://www.klimatabelle.info/wp-content/plugins/easy-responsive-tabs/assets/css/bootstrap_dropdown.min.css ; media=all */
@media all{
.osc-res-tab .dropdown{position:relative;}
.osc-res-tab .dropdown-toggle:focus{outline:0;}
.osc-res-tab .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0, 0, 0, 0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);background-clip:padding-box;}
.osc-res-tab .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333333;white-space:nowrap;}
.dropdown-menu>li>a:hover,.osc-res-tab .dropdown-menu>li>a:focus{text-decoration:none;color:#ffffff;background-color:#428bca;}
.osc-res-tab .pull-right>.dropdown-menu{right:0;left:auto;}
}
/*! CSS Used from: https://www.klimatabelle.info/wp-content/plugins/klimatabellev4/modules/css/front.css?d=1482 ; media=all */
@media all{
table.weather_table{border:black dotted 1px;background:#eee none repeat scroll 0 0;}
table.weather_table tbody tr td{width:7%;font-size:10px;}
table.weather_table tbody tr td:first-child{width:16%;font-size:10px;}
table.weather_table tbody tr td{color:#000!important;}
table.weather_table tbody tr td{text-align:center;}
table.small_weather_table tbody tr td{text-align:center;color:#000!important;}
.small_weather_table{display:none;}
@media screen and (max-width: 500px){
.small_weather_table{display:block;font-size:12px;}
.weather_table{display:none;}
}
}
/*! CSS Used from: https://www.klimatabelle.info/wp-content/plugins/easy-responsive-tabs/assets/css/bootstrap_tab.min.css ; media=all */
@media all{
.osc-res-tab a{color:#428bca;text-decoration:none;}
.osc-res-tab a:hover,.osc-res-tab a:focus{color:#2a6496;text-decoration:underline;}
.osc-res-tab a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.osc-res-tab .pull-right{float:right!important;}
.osc-res-tab .nav{margin-bottom:0;padding-left:0;list-style:none;}
.osc-res-tab .nav:before,.nav:after{content:" ";display:table;}
.osc-res-tab .nav:after{clear:both;}
.osc-res-tab .nav>li{position:relative;display:block;}
.osc-res-tab .nav>li>a{position:relative;display:block;padding:10px 15px;}
.osc-res-tab .nav>li>a:hover,.osc-res-tab .nav>li>a:focus{text-decoration:none;background-color:#eeeeee;}
.osc-res-tab .nav-tabs{border-bottom:1px solid #dddddd;}
.osc-res-tab .nav-tabs>li{float:left;margin:0 0 -1px 0;}
.osc-res-tab .nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0;}
.osc-res-tab .nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd;}
.osc-res-tab .nav-tabs>li.active>a,.osc-res-tab .nav-tabs>li.active>a:hover,.osc-res-tab .nav-tabs>li.active>a:focus{color:#555555;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default;}
.osc-res-tab.tabbable:before,.osc-res-tab.tabbable:after{content:" ";display:table;}
.osc-res-tab.tabbable:after{clear:both;}
.osc-res-tab .tab-content>.tab-pane{display:none;}
.osc-res-tab .tab-content>.active{display:block;}
.osc-res-tab .nav .caret{border-top-color:#428bca;border-bottom-color:#428bca;}
.osc-res-tab .nav a:hover .caret{border-top-color:#2a6496;border-bottom-color:#2a6496;}
.osc-res-tab .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0;}
.osc-res-tab .tab-content > .tab-pane{display:none;}
.osc-res-tab .tab-content > .active{display:block;}
.osc-res-tab ul.tab-content{margin:0;padding:10px;}
}
/*! CSS Used from: https://www.klimatabelle.info/wp-content/plugins/js_composer/assets/css/js_composer_tta.min.css ; media=all */
@media all{
.vc_tta-container{margin-bottom:21.73913043px;}
.vc_tta.vc_general{font-size:1em;}
.vc_tta.vc_general .vc_tta-panels,.vc_tta.vc_general .vc_tta-panels-container{box-sizing:border-box;position:relative;}
.vc_tta.vc_general .vc_tta-panel{display:block;}
.vc_tta.vc_general .vc_tta-panel-heading{border:solid transparent;box-sizing:border-box;transition:background .2s ease-in-out;}
.vc_tta.vc_general .vc_tta-panel-title{margin:0;line-height:1;}
.vc_tta.vc_general .vc_tta-panel-title>a{background:0 0;display:block;padding:14px 20px;box-sizing:border-box;text-decoration:none;color:inherit;position:relative;transition:color .2s ease-in-out;border:none;box-shadow:none;}
.vc_tta.vc_general .vc_tta-panel-title>a:focus,.vc_tta.vc_general .vc_tta-panel-title>a:hover{text-decoration:none;outline:0;box-shadow:none;}
.vc_tta.vc_general .vc_tta-panel-body{border:solid transparent;box-sizing:content-box;padding:14px 20px;display:none;overflow:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition:padding .2s ease-in-out;}
.vc_tta.vc_general .vc_tta-panel-body>:last-child{margin-bottom:0;}
.vc_tta.vc_general .vc_tta-panel.vc_active{display:block;}
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body{display:block;}
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title>a:hover{cursor:default;}
.vc_tta.vc_general .vc_tta-tabs-container{display:block;position:relative;z-index:3;}
.vc_tta.vc_general .vc_tta-tabs-list{list-style-type:none;display:block;padding:0;margin:0;box-sizing:border-box;}
.vc_tta.vc_general .vc_tta-tab{display:inline-block;padding:0;margin:0;}
.vc_tta.vc_general .vc_tta-tab>a{padding:14px 20px;display:block;box-sizing:border-box;border:solid transparent;position:relative;text-decoration:none;color:inherit;transition:background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;box-shadow:none;}
.vc_tta.vc_general .vc_tta-tab>a:focus,.vc_tta.vc_general .vc_tta-tab>a:hover{text-decoration:none;outline:0;box-shadow:none;}
.vc_tta.vc_general .vc_tta-tab.vc_active>a{cursor:default;text-decoration:none;color:inherit;transition:background .2s ease-in-out,color .2s ease-in-out;box-shadow:none;}
.vc_tta.vc_general .vc_tta-tab.vc_active>a:hover{cursor:default;box-shadow:none;}
.vc_tta.vc_general .vc_tta-tab.vc_active>a::after,.vc_tta.vc_general .vc_tta-tab.vc_active>a::before{display:none;content:'';position:absolute;border-width:inherit;border-color:inherit;border-style:inherit;width:100vw;height:200vw;}
.vc_tta.vc_general .vc_tta-title-text:empty{display:inline-block;}
.vc_tta.vc_tta-tabs .vc_tta-tabs-container{display:none;}
@media (min-width:768px){
.vc_tta.vc_tta-tabs .vc_tta-tabs-container{display:block;}
.vc_tta.vc_tta-tabs .vc_tta-panel-heading{display:none;}
}
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body{min-height:10px;}
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body,.vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading{border-radius:5px;}
.vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container{margin:5px;}
.vc_tta.vc_tta-shape-rounded .vc_tta-tab>a{border-radius:5px;}
@media (min-width:768px){
.vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels{border-radius:5px;}
}
.vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading{border-bottom-left-radius:0;border-bottom-right-radius:0;}
.vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body{border-top-left-radius:0;border-top-right-radius:0;}
@media (min-width:768px){
.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::after,.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::before{box-sizing:border-box;content:'';display:none;position:absolute;width:5px;height:5px;border-radius:5px;border-style:inherit;border-width:inherit;}
}
.vc_tta.vc_tta-style-classic .vc_tta-panel-body,.vc_tta.vc_tta-style-classic .vc_tta-panel-heading{border-width:1px;}
.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active+.vc_tta-panel .vc_tta-panel-heading,.vc_tta.vc_tta-style-classic .vc_tta-panel:not(:first-child) .vc_tta-panel-heading{margin-top:-1px;}
.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,.vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading{margin-bottom:-1px;}
.vc_tta.vc_tta-style-classic .vc_tta-tabs-list{padding-left:1px;padding-top:1px;}
.vc_tta.vc_tta-style-classic .vc_tta-tab{margin-left:-1px;margin-top:-1px;}
.vc_tta.vc_tta-style-classic .vc_tta-tab>a{border-width:1px;}
@media (min-width:768px){
.vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{border:1px solid transparent;}
.vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel{margin:-1px;}
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{border-color:#f0f0f0;background-color:#f8f8f8;}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover{background-color:#f0f0f0;}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{color:#666;}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{border-color:#f0f0f0;background-color:#f8f8f8;}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a{color:#666;}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{background-color:#f8f8f8;}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after,.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before{border-color:#f0f0f0;}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a{border-color:#e3e3e3;background-color:#ebebeb;color:#666;}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:focus,.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover{background-color:#dcdcdc;}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a{border-color:#f0f0f0;background-color:#f8f8f8;color:#666;}
@media (min-width:768px){
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{background-color:#f8f8f8;}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before{border-color:#f0f0f0;}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body{border-color:transparent;background-color:transparent;}
}
.vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active+.vc_tta-panel .vc_tta-panel-heading,.vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading{margin-top:1px;}
.vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active .vc_tta-panel-heading,.vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading{margin-bottom:1px;}
.vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list{padding:0;margin-top:-1px;margin-bottom:0;margin-left:-1px;margin-right:0;}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab{margin-top:1px;margin-bottom:0;margin-left:1px;margin-right:0;}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container{overflow:hidden;}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list{overflow:hidden;}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before{right:auto;bottom:auto;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-right-width:0;border-bottom-width:0;}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after{left:auto;bottom:auto;border-top-left-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-left-width:0;border-bottom-width:0;}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a{border-bottom-left-radius:0;border-bottom-right-radius:0;}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a{border-bottom-color:transparent;}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::before{display:block;height:auto;top:100%;right:100%;border-bottom:0;border-left:0;border-right:0;}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::after{display:block;height:auto;top:100%;left:100%;border-bottom:0;border-left:0;border-right:0;}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tabs-container{margin-top:0;margin-bottom:0;}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container{margin-bottom:-1px;}
.vc_tta.vc_tta-controls-align-left .vc_tta-panel-heading,.vc_tta.vc_tta-controls-align-left .vc_tta-tabs-container{text-align:left;}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container{margin-left:0;}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before{display:none;}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill) .vc_tta-panels{border-top-left-radius:0;}
}
/*! CSS Used from: https://www.klimatabelle.info/wp-content/plugins/easy-responsive-tabs/assets/css/tabdrop.css ; media=all */
@media all{
.nav-tabs{position:relative;}
ul.dropdown-menu{margin:0!important;padding:0!important;list-style:none!important;}
ul.dropdown-menu li{margin:0!important;padding:0!important;list-style:none!important;}
}
/*! CSS Used fontfaces */
@font-face{font-display:swap;font-family:FontAwesome;src:url(https://www.klimatabelle.info/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(https://www.klimatabelle.info/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(https://www.klimatabelle.info/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(https://www.klimatabelle.info/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(https://www.klimatabelle.info/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(https://www.klimatabelle.info/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal;}
@font-face{font-display:swap;font-family:FontAwesome;src:url(https://www.klimatabelle.info/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(https://www.klimatabelle.info/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(https://www.klimatabelle.info/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(https://www.klimatabelle.info/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(https://www.klimatabelle.info/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(https://www.klimatabelle.info/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal;}

table.summary_table {
    /*width: 60%;*/
}

.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
}  
.flex-child-right {
    margin-top: 96px;
}  
