/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 2.5.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/* Start  Style.css main site code */
/*
comment1
*/
body {
    background-color: #fff;
    color: #161519;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    height: 100%;
    overflow-x: hidden;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    text-rendering: optimizeLegibility;
    font-size: -webkit-calc(1rem + 0.025 * ( (100vw - 576px) / 864));
    font-size: calc(1rem + 0.025 * ( (100vw - 576px) / 864));
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body * {
    overflow-wrap: break-word;
}
body *::-webkit-scrollbar {
    background: rgba(17, 16, 19, 0.1);
    width: 0.5rem;
    -webkit-border-radius: 0.35rem;
    border-radius: 0.35rem;
}

body *::-webkit-scrollbar-thumb {
    background: rgba(17, 16, 19, 0.2);
    -webkit-border-radius: 0.35rem;
    border-radius: 0.35rem;
}
::selection {
    background-color: rgba(220, 40, 40, 0.1);
}
/* Elements / Lists
--------------------------------------------- */
ul, ol {
    margin-bottom: 1.35em;
    padding-left: 2rem;
}

ul:not(.-unlist) > li, ol:not(.-unlist) > li {
    margin: 5px 0;
}

li > ul, li > ol {
    margin-bottom: 0;
}
/* Elements / Media
--------------------------------------------- */
img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
/* Elements / Links
--------------------------------------------- */
a {
    text-decoration: none;
    color: inherit;
}

a:not(.-unlink) {
    color: inherit;
    cursor: pointer;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 0.2em;
    background-size: 100% 0.2em;
    background-position: 0px 110%;
}
a:not(.-unlink).-undash {
    background-image: none;
}
a.titles-typo {
    letter-spacing: -0.02rem;
}
/* Typography / Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6, .titles-typo, .font-titles {
    font-family: "DM Sans", sans-serif;
    color: #111013;
    font-weight: bold;
    margin: 0;
}
h2 {
    letter-spacing: -.04em;
    line-height: 1.05;
    font-size: -webkit-calc(2.35rem + 0.9 * ( (100vw - 576px) / 864));
    font-size: calc(2.35rem + 0.9 * ( (100vw - 576px) / 864));
}
/* Typography / Copy
--------------------------------------------- */
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

dfn, cite, em, i {
    font-style: italic;
}
.-unlist {
    margin: 0;
    padding: 0;
    list-style: none;
}
.-right, .text-right {
    text-align: right;
}
.-visible, .visible {
    opacity: 1 !important;
    visibility: visible !important;
}
.-hidden, .hidden, .hide {
    display: none;
}
/* Page
--------------------------------------------- */
.site-content {
    background-color: #fff;
    min-height: -webkit-calc(100vh - 25vh);
    min-height: calc(100vh - 25vh);
}

.site-content::before {
    content: "";
    display: table;
    clear: both;
}
.page-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 1.25rem;
    position: relative;
}
.page-container::after {
    content: "";
    clear: both;
    display: table;
}
.menu, .menu .sub-menu, .menu .sub-sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu > li, .menu .sub-menu > li, .menu .sub-sub-menu > li {
    margin: 0;
    padding: 0;
}

.menu > li::before, .menu .sub-menu > li::before, .menu .sub-sub-menu > li::before {
    content: "";
    display: none;
}

.nav {
    cursor: default;
    position: relative;
    z-index: 10;
    font-weight: 500;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.header:not(.-mobile) .copyright, .header:not(.-mobile) .mobile-hamburger {
    display: none;
}
.menu-optional {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* Header
--------------------------------------------- */
.header {
    background: transparent;
    vertical-align: middle;
    left: 0;
    right: 0;
    z-index: 60;
    border-style: none;
    border-width: 0;
    border-bottom-width: 1px;
    border-bottom-color: rgba(150, 144, 162, 0.15);
}

.header:not(.-fixed) {
    position: absolute;
}

.header-cap {
    width: 100%;
    height: 12vh;
}

.header-wrap {
    position: relative;
    z-index: 1;
    height: 12vh;
}

.header-wrap .left-part, .header-wrap .right-part, .header-wrap .top-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header-wrap .right-part {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.header-wrap-inner {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.header-wrap-inner .menu-optional {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.header ul li {
    list-style: none;
}

.header .fixed-logo, .header .mobile-logo, .header .fixed-mobile-logo {
    display: none;
}
.header .branding {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header .branding-title {
    font-weight: bold;
    font-size: 1.4em;
}

.header .branding-title .light {
    color: #fff;
}
.header .branding .fixed-logo {
    display: none;
}
.header.-sticky {
    background: #fff;
    position: fixed;
    top: 0;
}

.header.-sticky:not(.-fixed) {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    visibility: hidden;
}

.header.-sticky:not(.-fixed) .header-wrap {
    height: 9vh;
}

.header.-sticky.showed {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1000;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    -o-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
/* Button
--------------------------------------------- */
.btn, .button, a.button, button[type="submit"], input[type="submit"] {
    background-color: #111013;
    font-family: "DM Sans", sans-serif;
    font-size: 0.95em;
    border: 2px solid transparent;
    padding: 0 1.15rem;
    min-height: 3.125rem;
    font-weight: bold;
    cursor: pointer;
    line-height: 1.5rem;
    letter-spacing: -0.01em;
    white-space: nowrap;
    background-image: none !important;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 0.35rem;
    border-radius: 0.35rem;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.btn svg, .button svg, a.button svg, button[type="submit"] svg, input[type="submit"] svg {
    fill: currentColor;
}
.btn.-text, .button.-text, a.button.-text, button[type="submit"].-text, input[type="submit"].-text {
    background-color: transparent;
    border: none;
    padding: 0;
    min-height: initial;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    font-size: 1em;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 0 0.6rem transparent;
    box-shadow: 0 0 0 0.6rem transparent;
}
.btn .-right, .button .-right, a.button .-right, button[type="submit"] .-right, input[type="submit"] .-right {
    margin-left: 0.5rem;
}
/* Icon
--------------------------------------------- */
.icon {
    font-size: 1.4em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.icon svg path {
    fill: currentColor;
}

.icon svg.minimal {
    display: none;
}
.icon.-right {
    margin-left: 6px;
}

body i.icon {
    width: initial;
    height: initial;
    line-height: 1;
    margin: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/* Text Field
--------------------------------------------- */
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="date"], input[type="url"], textarea, select {
    padding: 0 1rem;
    min-height: 3.125rem;
    font-family: inherit;
    border: none;
    width: 100%;
    text-align: inherit;
    background-color: rgba(150, 144, 162, 0.08);
    font-size: 1.025rem;
    -webkit-border-radius: 0.35rem;
    border-radius: 0.35rem;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #635d6f;
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
}
label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
}

label + * {
    margin-top: 0.5rem;
}
/* Blog Archive
--------------------------------------------- */
.blog-item {
    position: relative;
}
/* Elements Bar
--------------------------------------------- */
.elements-bar {
    position: fixed;
    top: 50%;
    z-index: 50;
    min-height: 3.5rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/* Base
--------------------------------------------- */
.clb-popup {
    background-color: rgba(17, 16, 19, 0.99);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50vh);
    -ms-transform: translateY(-50vh);
    transform: translateY(-50vh);
}
.clb-popup .close-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.close-bar {
    position: relative;
    z-index: 11;
    height: 12vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 4vh;
    padding-right: 4vh;
}
.search {
    position: relative;
}

.search-field {
    width: 100%;
}

.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    min-width: 3.125rem;
}

.search-submit .icon {
    margin: 0;
}
/* Logo
--------------------------------------------- */
.logo {
    padding: 0.5rem 0;
    position: relative;
}
/* Text
--------------------------------------------- */
.ohio-text-sc:not(.-unspace):first-child p, .wpb_text_column:not(.-unspace):first-child p, .elementor-widget-text-editor:not(.-unspace):first-child p {
    margin-top: 0;
}

.ohio-text-sc:last-child p, .wpb_text_column:last-child p, .elementor-widget-text-editor:last-child p {
    margin-bottom: 0;
}

.ohio-text-sc + .ohio-text-sc p, .ohio-text-sc + .wpb_text_column p, .ohio-text-sc + .elementor-widget-text-editor p, .wpb_text_column + .ohio-text-sc p, .wpb_text_column + .wpb_text_column p, .wpb_text_column + .elementor-widget-text-editor p, .elementor-widget-text-editor + .ohio-text-sc p, .elementor-widget-text-editor + .wpb_text_column p, .elementor-widget-text-editor + .elementor-widget-text-editor p {
    margin-top: 0;
}
/* ## Elementor
--------------------------------------------- */
.elementor {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
.wpb_wrapper::after, .elementor-widget-container::after {
    content: "";
    display: table;
    clear: both;
}

.clb-popup {
    background-color: rgba(23, 22, 26, 0.992);
    width: 45%;
    height: 100%;
    position: fixed;
    top: 0;
    left: unset;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50vh);
    -ms-transform: translateY(-50vh);
    transform: translateY(-50vh);
}
header#masthead {
    background: transparent;
    border: none !important;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 999999;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}
span.elementor-button-text {
    line-height: 20px;
}
.header-wrap-inner .menu-optional {
    display: none !important;
}
.header {
    /*     background: #051B2B; */
    border-style: none !important;
    z-index: 200;
}

header .page-container {
    padding: 0 34px;
}
input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"], select, .select2-container--default .select2-selection--single, textarea {
    color: #000 !important;
    background-color: #fff;
    border: 1px solid #9dafc7;
    width: 100%;
    padding: 14px 15px;
    line-height: 1.3;
    border-radius: 5px;
    position: relative;
    -webkit-appearance: none;
    outline: none;
    font-family: inherit;
    font-weight: 500;
    font-size: inherit;
    margin: 0.8em 0;
}
input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="tel"]::placeholder {
    color: #9dafc7 !important;
}
.elements-bar.left {
    left: 1.4vh !important;
}
/* New Header For Landing */
body:not(.home) .header {
    background: #f6b59700;
    border-style: none !important;
    top: unset;
}

body:not(.home) .header-cap {
    display: none;
}
.clb-popup {
    background-color: rgba(23, 22, 26, 0.992);
    width: 45%;
    height: 100%;
    position: fixed;
    top: 0;
    left: unset;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50vh);
    -ms-transform: translateY(-50vh);
    transform: translateY(-50vh);
}
#menu-footer-menu, #menu-footer-menu-germany {
    display: flex;
    list-style: none;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

#menu-footer-menu li, #menu-footer-menu-germany li {
    padding: 10px 0 !important;
}

#menu-footer-menu li a, #menu-footer-menu-germany li a {
    font-family: "Ubuntu", Ubuntu;
}

#menu-footer-menu li a span, #menu-footer-menu-germany li a span {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 0px 30px;
    color: #697a8a !important;
    font-family: Ubuntu, sans-serif;
}
.at-l-last-logo a {
    display: unset;
}
#page .at-book-last-logo img {
    width: 160px !important;
}
/* closing menu from overlay */
.close-menu-overlay {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* closing menu from overlay end */

.lang-item {
    width: 50px;
    float: right;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#page p, #page a, #page div, #page span, #page li {
    font-family: "Ubuntu" !important;
}
::placeholder {
    font-family: "Ubuntu" !important;
}
.pum-overlay, html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container, html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
    position: fixed;
}

.pum-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999999999;
    overflow: initial;
    display: none;
    transition: 0.15s ease-in-out;
}
.pum-overlay, .pum-overlay *, .pum-overlay :after, .pum-overlay :before, .pum-overlay:after, .pum-overlay:before {
    box-sizing: border-box;
}
.popmake-close, .pum-overlay.pum-click-to-close {
    cursor: pointer;
}
/* Popup Theme 26518: Cutting Edge */
.pum-theme-26518, .pum-theme-cutting-edge {
    background-color: rgba(4, 25, 39, 0.7);
}
/* Popup Theme 26514: Default Theme */
.pum-theme-26514, .pum-theme-default-theme {
    background-color: rgba(255, 255, 255, 1);
}
#pum-40563 {
    z-index: 2000000000;
}
html {
    overflow-x: hidden !important;
}

.hidden {
    display: none !important;
}

.page-template-elementor_header_footer #masthead.header-1 {
    top: 0;
}
.header {
    height: 90px !important;
    min-height: 100px !important;
}

.header .header-wrap, .header.header-2 .header-wrap, .header-cap {
    min-height: 100px !important;
}

.header .page-container {
    padding: 0 32px;
}

.logo, .fixed-logo {
    display: none !important;
}

.for-onepage {
    display: block !important;
}
.close-bar {
    z-index: 0;
}
#menu-footer-menu, #menu-footer-menu-germany {
    display: flex;
    list-style: none;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

nav:not(.type2):not(.type3) {
    height: 105%;
    /*     width: 50%; */
    /*     position: fixed; */
    top: 0px;
    bottom: 0;
    right: 0;
    left: unset;
    /*     padding: 0 86px !important; */
    background-position: 60% 25%;
}
.page-template-elementor_header_footer .header-cap {
    display: none !important;
}
.archive, .search {
    overflow-x: visible !important;
}

a.cont-hidden-mail, .ik-encrypt-mail {
    display: inline-flex;
    flex-wrap: wrap;
}
.as-link {
    color: #fff;
    font-family: Ubuntu !important;
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: 24px;
}
.as-bio-content p {
    font-size: 13px !important;
    font-weight: 500 !important;
}
.as-foont-unite, .side-bar-subscribe .at-unite-sign-up-btn {
    background-color: #c26597 !important;
    border: 1px solid #c26597 !important;
}
/* bibliography & footnote edits */
.at-links-available a {
    text-decoration: underline;
}

.input-button .elementor-widget-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.input-button button#footnote_search_button {
    height: auto;
    margin: 0.8em 0;
    width: 32%;
    background-color: transparent !important;
    border: none !important;
    padding-right: 0 !important;
    text-align: right;
}
input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"], select, .select2-container--default .select2-selection--single, textarea {
    color: #000 !important;
    background-color: #fff;
    border: 1px solid #9dafc7;
    width: 100%;
    padding: 14px 15px;
    line-height: 1.3;
    border-radius: 5px;
    position: relative;
    -webkit-appearance: none;
    outline: none;
    font-family: inherit;
    font-weight: 500;
    font-size: inherit;
    margin: 0.8em 0;
}
.input-button input#footnote_search_input {
    border: none !important;
    border-bottom: 20px solid #e9ebec !important;
    border-radius: 0 !important;
    font-size: 177px !important;
    max-width: 345px;
    -moz-appearance: textfield;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    color: #e9ebec !important;
}
.input-button input#footnote_search_input {
    border: none !important;
    border-bottom: 20px solid #e9ebec !important;
    border-radius: 0 !important;
    font-size: 177px !important;
    max-width: 345px;
    -moz-appearance: textfield;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    color: #e9ebec !important;
}
@media (max-width: 390px){
.input-button input#footnote_search_input {
    font-size: 70px !important;
    max-width: 150px;
    border-bottom: 10px solid #e9ebec !important;
}
}
@media (max-width: 390px){
.input-button button#footnote_search_button {
    width: 25% !important;
}
}


input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input#footnote_search_input::placeholder {
    color: #e9ebec !important;
    opacity: 1;
}
#ik-footnote-error-section {
    position: absolute;
    right: 0;
    top: -50px;
}
/* bibliography & footnote end */
/* footNote edits */
.footnote-header {
    max-height: 450px;
}

.footNote-img img {
    width: 800px;
}

.as-pink {
    top: -140px !important;
    position: absolute;
    z-index: 0 !important;
    height: 370px !important;
    margin-left: 30px;
}

.as-num p {
    font-size: 12px !important;
    margin-top: 5px;
}

.as-side-bar-p-footnote {
    position: relative !important;
    margin-top: 0 !important;
    font-size: 20px !important;
    max-width: 230px !important;
    line-height: 1.2 !important;
    color: #505d68 !important;
    margin-left: 50px !important;
    font-weight: 700;
}

.as-foont-unite {
    position: relative !important;
}

.as-foont-side-img {
    position: relative !important;
    z-index: 1 !important;
}

.as-side-sub {
    margin-top: 20px !important;
}

.as-side-sub-pink {
    margin-top: 70px !important;
}

.as-blue-footnote {
    background-color: #92c8c8;
    position: absolute;
    z-index: 0;
    width: 631.19px;
    height: 426.27px;
    border-radius: 20.535px;
    transform: rotate(-15deg);
    top: 0;
    left: 0;
    opacity: 0.2;
    height: 400px !important;
}

.as-bookGrooup {
    position: relative;
    width: 360px !important;
}

.as-side2 {
    color: #0b1b2a !important;
}

.side-bar-subscribe .as-blue-btn {
    position: relative !important;
    background-color: #77bdbd !important;
    border-color: #77bdbd !important;
}
.as-footnote-section .elementor-container {
    max-width: 1560px;
}

.as-new-footer-get a {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.as-new-footer-items p {
    font-size: 12px;
}
.as-bewertungen {
    background: rgba(6, 27, 44, 0.8);
    height: 69.6px;
    align-items: center;
    display: flex;
    justify-content: center;
    /* margin-top: 81px; */
    /* position: absolute !important; */
    bottom: 0;
    /* border-top: 1px solid #fff; */
}
.new-footer-social {
    padding-left: 3em;
    margin-top: 6em;
}
.as-archive-footer ul li {
    margin-left: 8%;
}
.at-new-footer-services-items a {
    pointer-events: none;
}
.wpb_wrapper::after, .elementor-widget-container::after {
    content: unset !important;
}
.as-foont-unite, .side-bar-subscribe .at-unite-sign-up-btn, .side-bar-subscribe .as-blue-btn {
    color: #fff !important;
}
footer span.elementor-button-text {
    /*   color: #fff; */
}
/*menu icon header */
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    font-family: inherit;
    content: "▾";
}
#pum-62120 {
    background: #44509c54!important;
}
/* md banuer staven barthday*/
.staven-barth-day-md-contenert {
    display: none;
}

/* .md-barthday-staven .staven-barth-day-md-contenert {
    width: 100%;
    min-height: 40px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    background-image: url(https://digitalleadership.com/wp-content/uploads/2022/07/Frame-stave-barthday.svg);
    background-position: center;
    background-size: cover;
    position: fixed;
    text-align: center;
    z-index: 99999999999999999999999999;
    top: 0;
} */
/* .md-barthday-staven #page {
    margin-top: 40px!important;
} */
.md-barthday-staven #page {
    margin-top: 0px!important;
}

/* .md-barthday-staven .staven-barth-day-md-contenert p {
    font-family: 'Ubuntu' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 10px 0;
    width: fit-content;
} */

.md-barthday-staven .staven-barth-day-md-contenert a {
    text-align: center;
    padding: 6px 30px;
    background: #ADF1C9;
    border-radius: 5px;
    font-family: 'Ubuntu'!important;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    /* DL deep blue */
    margin-left: 20px;
    color: #061B2B;
}
.md-barthday-staven header {
    margin-top: 40px !important;
}

.md-barthday-staven .staven-barth-day-md-contenert #close-barthdat-staven {
    position: absolute;
    right: 30px;
    top: 2px;
    color: #fff;
    font-size: 23px;
    background: none;
    border: none;
    cursor: pointer;
}
.clb-title , h2 {
    font-family: "Ubuntu", ubuntu !important
}


/*-------------profile md*/
.header-wrap-inner .right-part {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-part >ul {
    position: relative;
    margin-right: 15px;
    padding-top: 15px;
    /* 	display: none; */
}
ul.md-login-log-out {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    padding-left: 0px;
    list-style: none !important;
}

ul.md-login-log-out a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    /* identical to box height, or 200% */
    letter-spacing: 0.03em;
    text-transform: capitalize;
    /* DL deep blue */
    color: #061B2B;
}
.at-book-page-form {
	display:none !important;
}
#pum-60806 .pum-close, #pum-61048 .pum-close, #pum-61502 .pum-close, #pum-105043  .pum-close {
    opacity: 0.6;
    background-color: transparent;
    box-shadow: none;
    font-family: 'Ubuntu' !important;
    font-size: 40px !important;
    color: #061B2B;
    cursor: pointer;
    top: 10px !important;
    right: 20px !important;
}
.pum-theme-26514 .pum-content+.pum-close, .pum-theme-default-theme .pum-content+.pum-close {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
    padding: 8px;
    color: #ffffff;
    font-family: inherit;
    font-weight: 400;
    font-size: 12px;
    font-style: inherit;
    line-height: 36px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 1px 1px 3px 0px rgb(2 2 2 / 23%);
    text-shadow: 0px 0px 0px rgb(0 0 0 / 23%);
    background-color: rgba(0, 183, 205, 1);
}
.input-button button#footnote_search_button {
    height: auto;
    margin: 0.8em 0;
    width: 32%;
    background-color: transparent !important;
    border: none !important;
    padding-right: 0 !important;
    text-align: right;
}
@media screen and (min-width: 769px) {
    .elements-bar.left {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: rotate(-90deg) translate(-50%, 0);
        -ms-transform: rotate(-90deg) translate(-50%, 0);
        transform: rotate(-90deg) translate(-50%, 0);
        left: 4vh;
    }
}
@media screen and (max-width: 1366px) {
    body .page-container:not(.-full-w), body .page-container:not(.-full-w) .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1180px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    body {
        font-size: 1rem;
    }
    h2 {
        font-size: -webkit-calc(3.25rem * 0.88);
        font-size: calc(3.25rem * 0.88);
    }

    body .page-container:not(.-full-w), body .page-container:not(.-full-w) .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1280px;
    }
    .close-bar {
        padding-left: 2.75vh;
    }

    .close-bar {
        padding-right: 2.75vh;
    }
}
@media screen and (min-width: 769px) and (min-width: 1025px) and (max-width: 1440px) {
    .elements-bar.left {
        left: 2.75vh;
    }
}
@media screen {
    html:not(.no-js) {
        /**
        * Fade animations:
        * fade
        * fade-up, fade-down, fade-left, fade-right
        * fade-up-right, fade-up-left, fade-down-right, fade-down-left
        */
        /**
        * Zoom animations:
        * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
        * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
        */
        /**
        * Flip animations:
        * flip-left, flip-right, flip-up, flip-down
        */
    }
}
@media (max-width: 1366.5px) and (min-width: 1100px) and (max-height: 660px) {
    #page .main-menu-link span, #page .main-menu-link {
        font-size: 20px !important;
    }
}
@media screen and (min-width: 768px) {
    body .page-container:not(.full), body .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100% !important;
    }
}
@media screen and (min-width: 1025px) {
    .as-link {
        color: #fff;
        font-family: Ubuntu !important;
        font-weight: bold !important;
        font-size: 30px !important;
        line-height: 24px;
    }
}
@media screen and (max-width: 1441px) {
    .as-helpful-title h2 {
        font-size: 40px !important;
    }
}
@media (min-width: 1365.5px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-blog-item > ul.mega-sub-menu {
        right: 0px!important;
    }
}
input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"], select, .select2-container--default .select2-selection--single, textarea {
    color: #000 !important;
    background-color: #fff;
    border: 1px solid #9dafc7;
    width: 100%;
    padding: 14px 15px;
    line-height: 1.3;
    border-radius: 5px;
    position: relative;
    -webkit-appearance: none;
    outline: none;
    font-family: inherit;
    font-weight: 500;
    font-size: inherit;
    margin: 0.8em 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus,
.select2-container--default .select2-selection--single:focus,
textarea:focus {
  background-color: rgba(23, 22, 26, 0) !important;
}
@media screen and (max-width: 1325px){
.page-id-54695 .page-container, .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
}
}
@media screen and (max-width: 1024px){
.as-footNote-header .elementor-widget-wrap {
    margin-top: 200px !important;
}
}
@media screen and (max-width: 1024px){
.as-footNote-help .elementor-widget-wrap {
    margin-left: 0 !important;
}
}
@media screen and (max-width: 1441px){
.as-helpful-title h2 {
    font-size: 40px !important;
    
}
}
@media screen and (max-width: 1024px){
.as-footNote-img {
    display: none !important;
}
}
    @media (max-width: 768px){
#page .at-links-available .elementor-inner-section .elementor-container {
    flex-direction: row;
}
    }
@media screen and (max-width: 1325px){
.page-id-66042 .page-container, .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
}
}
@media (min-width: 768px){
.elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
    width: 100%;
}
}
    @media screen and (max-width: 1024px){
.as-footNote-help {
    width: 100% !important;
}
    }
    @media screen and (max-width: 1025px){
.as-sideBar {
    max-width: 500px;
    margin: auto;
}
    }
    @media (max-width: 768px){
#page .at-links-available .elementor-inner-section .elementor-container {
    flex-direction: row;
}
    }
    @media screen and (max-width: 1325px){
.page-id-54695 .page-container, .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
}
    }
    @media (max-width: 390px){
.input-button input#footnote_search_input {
    font-size: 70px !important;
    max-width: 150px;
    border-bottom: 10px solid #e9ebec !important;
}
    }
    @media (max-width: 390px){
.input-button button#footnote_search_button {
    width: 25%;
}
    }
@media (max-width: 768px){
#page .at-links-available .elementor-inner-section .elementor-col-50:first-child {
    width: 6%;
}
}

@media (max-width: 768px){
#page .at-links-available .elementor-inner-section .elementor-col-50:nth-child(2) {
    width: 94%;
}
	/* .input-button input#footnote_search_input {
		font-size:140px !important;
	} */
}