/*===========================================================
 Common CSS
============================================================*/

body {
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

ul {
    padding: 0;
    margin: 0;
}


li,
li:hover,
a:hover,
.btn,
.btn:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none !important;
}

*:active,
*:focus {
    outline: none;
    border: 0;
}

input:not([type="submit"]) {
  border: 1px solid rgb(118, 118, 118);
}

input:focus {
  border: 1px solid rgb(118, 118, 118);
}

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

strong,
b {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

button {
    background-color: transparent;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

button:active,
button:focus {
    outline: 0;
    outline: 0;
}

.dflex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.align-center {
    -ms-align-items: center;
    align-items: center;
}

.space-between {
    justify-content: space-between;
}

/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}



/*===========================================================
Preloader CSS
============================================================*/
.spinner-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: #fff;
}

.spinner {
    background-color: #065e52;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 9999999;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 999;
}

.go-top img {
    width: 35px;
}

.go-top span {
    /*background-color: #4285F4;*/
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}


/*===========================================================
 Navigation Menu Desktop
============================================================*/

.header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu ul li {
    list-style: none;
    display: inline-block;
}



.menu ul li:hover > a,
.menu ul li.current-menu-item:not(.zahlen) > a,
.menu ul li.current-page-ancestor:not(#menu-item-338) > a,
.menu ul li.current-menu-ancestor > a,
.menu ul li.current_page_ancestor:not(#menu-item-338) > a{
    color: #f7be24;
}

.logo img {
    width: 190px;
}

.header-area {
    position: fixed;
    top: 35px;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.menu {}

.menu ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    margin-left: 20px;
}

.menu ul ul li a {
  margin-left: 0;
}

.zahlen a,
.widget_bp_core_login_widget input[type="submit"],
.wpcf7-submit,
#signup-form input[type="submit"],
#buddypress input[type="submit"],
.mpp-button-primary.mpp-align-right,
#mpp-edit-media-submit,
.tribe_community_edit .tribe-button.submit,
.tribe_community_list .tribe-button.submit,
.maincontent .CMDM .CMDM-edit-form input[type=submit] {
    border-radius: 35px !important;
    text-align: center !important;
    line-height: 40px !important;
    padding: 0 30px !important;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.08) !important;
    background-color: #8dbd3e !important;
    border: 0 !important;
    color: #fff !important;
}

.banner {
    /*position: absolute;*/
    z-index: 9;
}

.banner h1,
.banner h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 400;
    padding: 0 50px;
    font-family: 'Carme', sans-serif;
    text-align: center;
}

#banner-section {
    background: url(../img/banner-img.png) center center / cover no-repeat;
    min-height: 100vh;
}

.banner-demo {
    position: relative;
}

.banner-demo:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: radial-gradient(0px 0px at -1.77% 4.23%, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.68) 100%);
}

.banner-demo>a {
    position: absolute;
    z-index: 9;
    bottom: 75px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

}

.banner-demo>a:hover {
    opacity: .5;
}

.banner {
    text-align: center;
}

.banner span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

.banner span .green-clr {
    color: #f7be24;

}

.banner span .blue-clr {
    color: #1d8ec1;

}

.banner span .yellow-clr {
    color: #8dbd3e;

}

.hero-socials-wb {
  position: absolute;
  bottom: 90px;
  right: 60px;
  
  display: flex;
  gap: 10px;
}

.hero-socials-wb a,
.hero-socials-wb a img {
  display: block;
}

/*===========================================================
 Navigation Menu slideout
============================================================*/
main .mobileMenuOpener {
    display: none;
}

.panel-header {
    display: none;
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    background-color: #FFF;
    min-height: 100vh;

}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.slideout-open .slideout-menu {
    background: #34495e;
}

.btn-hamburger {
    cursor: pointer;
}

.menu-section-list {
    padding: 25px 10px;
}

.menu-section-list li a:hover {
    color: #bdc3c7;
}

.menu-section-list li a {
    line-height: 2;
    color: #fff;
}

.menu-section-list li {
    display: block;
}

.btn-hamburger img {
    width: 27px;
}

/*Hamburger Menu Icon*/
.hamburger .line {
    width: 40px;
    height: 5px;
    background-color: #fff;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger:hover .line {
    opacity: .8;
}

.slideout-open .line:nth-child(2) {
    opacity: 0;
}

.slideout-open .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}

.slideout-open .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

.sub-menu {
    background: #1d8ec1;
    background: #0057a0;
    top: 22px;
    box-shadow: -2px -2px 20px 0px rgb(191 191 191 / 0.1);
}

.menu ul li .sub-menu li {
    display: block;
}

.menu ul li .sub-menu li a {
    padding: 15px;
    line-height: 1.2;
    display: block;
    white-space: pre;
}

.menu-item-has-children a {
    position: relative;
}

.menu-item-has-children>a:hover::after {
    color: #d25419;
}

.menu-item-has-children>a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/*Responsive Menu*/
@media (min-width: 992px) {

    .menu-item-has-children:hover > .sub-menu {
        display: block;
    }
}

@media (max-width: 991px) {
    .header-area {
        display: none;
    }

    .welcome-area {
        margin-top: 30px;
    }

    .welcome-img:before {
        top: -50px !important;
        height: 116% !important;
    }

    .mobile-logo {
        width: 100px;
    }

    .sub-menu {
        padding-top: 0;
    }

    .menu ul li .sub-menu li {
        padding-left: 10px !important;

    }

    .menu ul li .sub-menu li a {
        padding-left: 0;
        padding-right: 0;
    }

    .sub-menu {
        width: 100%;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        position: unset;
        top: unset;
    }

    main .mobileMenuOpener {
        display: block;
        position: absolute;
        width: 20px;
        height: 100%;
        z-index: 10;
    }

    .menu ul li {
        display: block;
        float: left;
        width: 100%;
    }

    .menu ul li a {
        color: #fff;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    /*Menu Activation*/
    .panel-header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        -webkit-box-shadow: 0 0 0 #ddd;
        box-shadow: 0px 1px 3px #eee;
        padding: 10px 15px;
    }
}

/*===========================================================
Common CSS
============================================================*/
.title {}

.title h2,
.maincontent h2 {
    position: relative;
    color: #000000;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: 'Carme', sans-serif;
    margin-bottom: 35px;
}

.title h2:before,
.maincontent .wpb_text_column h2:before {
    position: absolute;
    content: '';
    width: 123px;
    height: 1px;
    background: #1d8ec2;
    bottom: -20px;
    margin-left: -25px;
}

.maincontent .wpb_text_column.noUnderline h2:before {
  content: none;
}

.title-white {}

.title-white h2 {}

.title-white h2:before {
    position: absolute;
    content: '';
    width: 123px;
    height: 1px;
    background: #1d8ec2;
    bottom: -20px;
    left: 0;
}

.maincontent p,
.maincontent ul,
.maincontent ol {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

.maincontent ul,
.maincontent ol,
blockquote {
  margin-left: 30px;
  padding-left: 0;
}

.maincontent h1:not(:last-child),
.maincontent h2:not(:last-child),
.maincontent h3:not(:last-child),
.maincontent h4:not(:last-child),
.maincontent h5:not(:last-child),
.maincontent h6:not(:last-child) {
  margin-bottom: 20px;
}

.maincontent h2 {
  margin-bottom: 50px !important;
}

/*===========================================================
 Welcome
============================================================*/
.welcome-area {
    padding: 100px 0;
}

.welcome {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.welcome-img {
    position: relative;
    z-index: 1;
}

.welcome-img:before {
    position: absolute;
    content: '';
    width: 400px;
    height: 120%;
    background-color: rgba(32, 137, 185, 0.07);
    left: -140px;
    top: -60px;
    bottom: -47px;
    right: 0;
    z-index: -1;
}

.welcome-text {
    max-width: 600px;
}

.welcome-text h2 {}

.welcome-text p {
    margin-bottom: 20px;
}

/*===========================================================
 Participate Area
============================================================*/
.participate-area {
    padding-bottom: 200px;
    position: relative;
}

.single-participate-img {
    position: relative;
}

.single-participate-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.participate-img-1:before {
    background-image: linear-gradient(to top, #1a629f 0%, rgba(15, 71, 97, 0.5) 100%);
}

.participate-img-2:before {
    background-image: linear-gradient(to top, #e77a27 0%, rgba(247, 190, 36, 0.5) 100%);
}

.participate-img-3:before {
    background-image: linear-gradient(to top, #60a042 0%, rgba(141, 189, 62, 0.5) 100%);
}

.single-participate-text {
    padding: 50px 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.single-participate-text h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Carme', sans-serif;
    position: relative;
    margin-bottom: 26px;
}

.single-participate-text h2:before {
    position: absolute;
    content: '';
    width: 39px;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: -13px;
}

.single-participate-text p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.single-participate-text a img {
    margin-left: 15px;
    display: inline-block;
}

.single-participate-text a {
    color: #ffffff;
    font-family: 'Carme', sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
}

.finden-btn {
    color: #60a042 !important;
    font-size: 15px;
    border-radius: 25px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 40px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    padding: 0 25px;
    display: inline-block;
}

.participate-inner {
    padding: 50px 0;
}


.pas-area {
    background: #1a629f url(../img/shape.svg);
    width: 70%;
    position: absolute;
    right: 0;
    padding: 35px;
    bottom: -60px;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: top right;
}

.footer-area .pas-area {
  bottom: auto;
  top: -90px;
}

.pas-text {
    max-width: 650px;
}

.pas-text h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 35px;
}

.pas-text h2:before {
    position: absolute;
    content: '';
    width: 39px;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: -13px;
}

.pas-text p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.pas-arrow a {
    border-radius: 50%;

}

.pas-arrow a:hover {
    background: #8dbd3e;
}

.pas-arrow a {
    display: inline-block;
}

.pas-arrow {
    max-width: calc(100% - 650px);
    margin-left: auto;
    margin-right: auto;
}

.niebieski-pas-area {
    background: #60a042 url(../img/shape-2.svg);
    background-repeat: no-repeat;
    background-position: top right;

}

/*===========================================================
 Conferences
============================================================*/
.conferences-area {
    padding-top: 125px;
    padding-bottom: 65px;
    background-color: #ecf6fa;
    position: relative;
}

.conferences-img {
    position: relative;
}

.time {
    position: absolute;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    background-color: #f7be24;
    top: 5px;
    left: 5px;
    margin: 5px;
    text-align: center;
}

.date {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    padding: 5px;
}

.month {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    background-color: #e77a27;
    padding: 5px;
}

.year {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    background-color: #d06f25;
    padding: 5px;
}

.green-time .date {
    background-color: #8dbd3e;
}

.green-time .month {
    background-color: #60a042;
}

.green-time .year {
    background-color: #508637;
}

.conferences-title h2 {
    margin-bottom: 70px;
}

.conferences-text {}

.conferences-text span,
.conferences-text .theCategory {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    background-color: #f7be24;
    padding: 0 10px;
    line-height: 24px;
    display: inline-block;
    border-radius: 15px;
    margin: 10px 0;
    margin-right: 10px;
}

.conferences-text a {
    color: #000000;
    font-family: 'Carme', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 15px;
}

.conferences-text p {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.news-area {
    position: relative;
    padding-bottom: 60px;
}

.green {
    background-color: #8dbd3e !important;
}

.alle-btn {
    text-align: center;
    margin-top: 35px;
}

.mrb-100 {

    margin-bottom: 130px;
}

.alle-btn a,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
    color: #8dbd3e;
    font-size: 15px;
    font-weight: 400;
    line-height: 47px;
    display: inline-block;
    border-radius: 55px;
    padding: 0 40px;
    border: 2px solid #8dbd3e;
    background-color: transparent;
    background-image: none;
}

.newsletter-btn a:hover,
.alle-btn a:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover {
    background: #8dbd3e;
    color: #fff;
}

.blue-btn a:hover,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover {
    background: #1d8ec2;
}

.blue-btn a,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
    color: #1d8ec2;
    border: 2px solid #1d8ec2;
    background: #fff;
}

.slick-arrow {
    position: absolute;
    right: 0;
    top: -79px;
    width: 79px;
    cursor: pointer;
}

.slick-arrow.slick-disabled {
    opacity: 0.6;
}

.slick-left {
    right: 60px;
}

.single-conferences {
    padding: 0 10px;
}

.news-slider {
    margin: 0 -10px;
}

.conferences-slider {
    margin: 0 -10px;
}

.conferences-img img {
    width: 100%;
}

/*===========================================================
 Newsletter Area
============================================================*/
.newsletter-area {
    padding-top: 55px;
    padding-bottom: 80px;
}

.single-newsletter {
    position: relative;
    height: 270px;
    box-shadow: 0 4px 57px rgba(0, 0, 0, 0.2);
    background: #fff url("../img/newslatter-shape-small.svg");
}

.single-newsletter-inner {
    padding: 25px;
}

.single-newsletter-img {
    float: right;
}

.single-newsletter-text {
    position: absolute;
    bottom: 45px;
}

.single-newsletter-text h3 {
    font-family: 'Carme', sans-serif;
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
}

.single-newsletter-text h6 {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.single-newsletter-text h6:before {
    position: absolute;
    background: #1d8ec2;
    width: 43px;
    height: 1px;
    bottom: 0;
    left: 0;
    content: '';

}

.newsletter-btn a,
.middle-btn a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.newsletter-btn a,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px !important;
    line-height: 40px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.08);
    background-color: #1d8ec2;
    padding: 10px 14px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    margin: 10px 0;
    background-image: none !important;
    border: 0 !important;
}

/*===========================================================
 Footer Area
============================================================*/
.footer-area {
    background: #1a629f url(../img/footer-shape.png);
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: left;
    padding-top: 140px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
}

.single-footer {}

.single-footer h2 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.single-footer h2:before {
    position: absolute;
    content: '';
    background: #f7be24;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: -15px;

}

.single-footer p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding-top: 5px;
}

.single-footer ul li {
    list-style: none;

}

.single-footer ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    display: inline-block;
    padding: 5px 0;

}

.footer-left {
    padding-right: 100px;
}

.footer-left a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Carme', sans-serif;
    display: inline-block;
    margin-top: 15px;
}

.single-footer a:hover {
    color: #f7be24;
}

.footer-left a img {
    padding-left: 10px;
}

.social-icon {}

.social-icon a img {
    margin-right: 10px;
}

.social-icon a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    display: block;
    padding: 5px 0;
    margin-bottom: 10px;
}

.footer-right {
    padding-left: 100px;
}

.footer-btm-area {
    background-color: #185c96;
    padding: 20px 0;
}

.footer-btm-left p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
}

.footer-btm-right {
    line-height: 1;
}

.footer-btm-right a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    padding-left: 30px;
    display: inline-block;
}

.header-area.fixed .sub-menu {
    background: #1d8ec1;
    background: #0057a0;
}

.header-area.fixed {
    background: #1d8ec1;
    background: #0057a0;
    top: 0;
    padding: 10px 0;
}

.header-area-alt.header-area.fixed .menu ul li a {
    color: #fff;
}

.header-area-alt .sub-menu {
    background: #fff;
}

.header-area-alt .menu ul li a {
    color: #1a629f;
}

.header-area-alt .menu ul li a.zahlen {
    color: #fff;
}

.topbar-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    background: #1a629f;
    z-index: 99;
}

.top-bar ul li {
    display: inline-block;
    margin-left: 13px;
    margin-right: 13px;
}

.top-bar ul li:last-child {
    margin-right: 0;
}

.top-bar ul a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

.top-bar ul {
    justify-content: flex-end;
}

/*Search*/

/* Search Style */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search input[type="search"]::placeholder {
  font-size: 40px;
  font-family: Roboto;
  font-weight: 300;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:hover {
    color: #FC2121;
    cursor: pointer;
}

/*dash-nav*/
.dash-nav-area {
    margin-top: 131px;
    padding: 17px 0;
    background-color: #1a629f;
    z-index: -4;
}

.dash-nav {}

.dash-nav-right ul li a {
    margin-left: 25px;
}

.dash-nav-left ul li a {
    padding: 0 25px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.dash-nav ul li span {
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    width: 16px;
    height: 16px;
    background-color: #f7be24;
    border-radius: 50%;
    display: block;
    text-align: center;
    position: absolute;
    top: -2px;
    right: -5px;
}

.dash-nav ul li a {
    position: relative;
}

.dash-nav ul li {
    display: inline-block;
}

.profile-banner-bg {
    height: 315px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.single-box .time {
    display: inline-block;
    position: unset;
    top: unset;
}

.profile-banner-content {
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.profile-left {
    /*width: 360px;*/
    float: left;
}

.propic {
    border: 6px solid #fff;
}

.tags {}

.tags span {
    font-family: 'Lato', sans-serif;
    padding: 0 12px;
    display: inline-block;
    line-height: 22px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 13px;
    text-align: center;
    border-radius: 10px;
}

.tags span.orange {
    background-color: #f7be24;
}

.tags span.blue {
    background-color: #1a629f;
}

.pro-details h3 {
    font-family: 'Carme', sans-serif;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
}

.pro-details {
    padding-bottom: 6px;
    padding-left: 25px;
    float: left;
    margin-top: 100px;
	max-width: calc(100% - 400px);
}

.profile-banner-content {
    margin-top: -100px;
}

.edit {
    cursor: pointer;
    margin-bottom: 10px;
}

.profile-right span.following:before {
    background-color: #f7be24;
}

.profile-right span.followers:before {
    background-color: #8dbd3e;

}

.profile-right span.favourites:before {
    background-color: #1d8ec2;
}

.profile-right span:before {
    border-radius: 50%;
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    z-index: 1;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.profile-right span {
    padding-bottom: 3px;
    display: block;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 22px;
}

.bp-subnavs.user-subnav ul li,
.bp-subnavs.group-subnav ul li,
.mpp-group-nav ul li {
    display: inline-block;
}

.profile-banner-content {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
}

.bp-subnavs.user-subnav,
.bp-subnavs.group-subnav {
    margin-top: 80px;
}


.bp-subnavs.user-subnav ul li span,
.bp-subnavs.group-subnav ul li span {
    position: absolute;
    width: 29px;
    height: 18px;
    background-color: rgba(94, 118, 138, 0.56);
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    right: -30px;
    top: -3px;
    display: block;
    border-radius: 10px;
    text-align: center;
}

.bp-subnavs.user-subnav ul li a,
.bp-subnavs.group-subnav ul li a,
.mpp-group-nav ul li a {
    position: relative;
    margin-right: 40px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.bp-subnavs.user-subnav,
.bp-subnavs.group-subnav,
.mpp-group-nav {
    padding-bottom: 10px;
    border-bottom: 2px solid #1a629f;
}

/*profile-details-area*/
.profile-details-area {
    margin-top: 40px;
    margin-bottom: 110px;
}

.single-box {
    margin-bottom: 32px;
    padding: 15px 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
}

.suggestion-box div span {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;

}

.suggestion-box h3 {
    margin-top: 20px;
    margin-bottom: 0 !important;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Carme', sans-serif;
}

.group-box a,
.suggestion-box a {
    display: block;
    color: #1d8ec2;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Carme', sans-serif;
    margin-top: 8px;
    padding-bottom: 10px;
}

.single-box>span {
    color: #000000;
    font-family: 'Carme', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    border-bottom: 2px solid #1a629f;
    padding-bottom: 12px;
}

.calendar-box .time {
    width: 45px;
}

.calendar-box div a span {
    color: #5e768a;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    display: block;
}

.calendar-box div a {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    padding-left: 15px;
}

.single-box ul {
  margin-left: 0;
}

.calendar-box ul {
    padding-right: 15px;
}

.calendar-box li {
    margin-top: 20px;
}


.profile-sidebar {
    width: 360px;
}

.profile-main {
    padding-top: 20px;
    width: calc(100% - 390px);
}

.post-user {
    position: relative;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-user > .profilePic {
  z-index: 10;
}

.post-user > img,
.post-user > .profilePic > img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
}

.post-user .post-header-detail > p {
  position: relative;
  top: 15px;
  padding-left: 15px;
  padding-bottom: 7px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 2px solid #1a629f;
}

.post-user .post-header-detail a {
    display: inline;
    color: #1d8ec2;
    font-size: 14px;
    font-weight: 400;
}

.post-header-detail img {
    width: 13px;
}

.post-header-detail span,
.post-header-detail .activity-time-since {
    padding-left: 15px;
    color: #5e768a;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    display: block;
}

.post-header-detail span.hidden {
    opacity: 0;
    visibility: hidden;
}

.post-header-detail {
    margin-left: -2px;
}

.post-user span {
    display: block;
    width: 100%;
}

.post-user a span {}

.post textarea {
    padding-left: 60px;
    padding-top: 15px;
    width: 100%;
    border: 0;
    opacity: 0.5;
    color: #000000;
    font-family: 'Carme', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    height: 130px;
}

.post ::-webkit-input-placeholder {
    opacity: 0.5;
    color: #000000;
    font-family: 'Carme', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}

.post ::-moz-placeholder {
    opacity: 0.5;
    color: #000000;
    font-family: 'Carme', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}

.post :-ms-input-placeholder {
    opacity: 0.5;
    color: #000000;
    font-family: 'Carme', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}

.post ::-ms-input-placeholder {
    opacity: 0.5;
    color: #000000;
    font-family: 'Carme', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}

.post ::placeholder {
    opacity: 0.5;
    color: #000000;
    font-family: 'Carme', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}

.gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 20px;
    overflow: hidden;
}

.gallery img {
    cursor: pointer;
    max-width: 100%;
    width: 100%;
    transition: 500ms;
    margin-top: 20px;
    opacity: 1;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    column-fill: balance;


}

.gallery img:hover {
    opacity: .8;
}

.single-post:not(.bp-nouveau),
.activity-item {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
    background-color: #ffffff !important;
    padding: 27px 27px 0 27px !important;
    margin-bottom: 20px !important;
    border: 0 !important;
}

.single-img {
    width: auto;
}

.post-text p {
    margin-top: 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.interactions {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 22px;
    margin-bottom: 10px;
}

.post-user .interactions span {
    color: #1d8ec2;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

.post-user .interactions span {
    display: inline-block;
}

.top-bar a:hover,
.dash-nav ul li a:hover,
.header-area-alt .menu ul li a:hover,
.calendar-box a:hover,
.suggestion-box a:hover,
.reply-delete button:hover,
.activity-list .activity-item .activity-meta.action a:hover
.post-user a:hover,
.interactions div:hover span {
    color: #8dbd3e;
}

.finden-btn:hover,
.header-area-alt .menu ul li.zahlen:hover a,
.wpcf7-submit:hover {
    background: #1a629f;
    color: #fff;
}

.header-area .menu ul li.zahlen:hover a,
.widget_bp_core_login_widget input[type="submit"]:hover,
#signup-form input[type="submit"]:hover,
#buddypress input[type="submit"]:hover,
.mpp-button-primary.mpp-align-right:hover,
#mpp-edit-media-submit:hover,
.tribe_community_edit .tribe-button.submit:hover,
.tribe_community_list .tribe-button.submit:hover,
.maincontent .CMDM .CMDM-edit-form input[type=submit]:hover,
.wpcf7-submit:hover {
    background: #1a629f !important;
}

.header-area-alt .menu ul li.zahlen:hover a {
    color: #fff !important;
    background: #1a629f;
}

.delete:hover svg path {
    stroke: #8dbd3e;
}

.comments:hover svg path {
    fill: #8dbd3e;
}

.like:hover #love {
    stroke: #8dbd3e;
}

.interactions div {
    cursor: pointer;
    padding-right: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.interactions>div,
.interactions>a {
    display: inherit;
    padding-right: 15px;
}

.post-header-detail i {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

.comment-count {
    color: #5e768a;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
}

.post-content {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}

.comment-area {
    padding-left: 52px;
    padding-right: 52px;
    margin-left: -27px !important;
    margin-right: -27px !important;
    background-color: rgba(30, 145, 196, 0.05);
}

.comment-area > ul,
.comment-area > form {
    padding-top: 15px !important;
    padding-bottom: 20px !important;
}

.commentators {
    padding-left: 17px;
    margin-top: 10px;
}

.comment p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;

}

.commentator {
    color: #5e768a;
    font-size: 14px;
    font-weight: 400;
    color: #1d8ec2;
}

.commentator span {
    color: #000000;

}

.reply-delete button,
.activity-list .activity-item .activity-meta.action a {
    color: #5e768a;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
    margin-right: 15px;
    border: 0;
    background: none;
}

.file span {
    display: inline-block;
    width: auto;
    padding-left: 30px;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
}

a.file {
    padding: 25px;
    margin-top: 20px;
    border: 1px solid rgba(94, 118, 138, 0.19);
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    width: 100%;
}

/**/
.newsletter-news-bg {
    background-image: url(../img/newsletter-big.svg);
    background-repeat: no-repeat;
    background-position: -570px 100px;
}

/*===========================================================
 Responsive
============================================================*/

@media (max-width: 1199px) {
    .title h1,
    .maincontent h1 {
        font-size: 30px;
    }

    .title h2,
    .maincontent h2 {
        font-size: 30px;
    }

    .welcome-text {
        max-width: 600px;
        padding-left: 40px;
    }

    .single-participate-text {
        padding-top: 20px 25px;
    }

    .pas-area {
        width: 85%;
    }

    .pas-text {
        max-width: 650px;
        padding-right: 50px;
    }

    .banner h1,
    .banner h2 {
        padding: 0;
    }

    .welcome-text {
        max-width: 100%;
        padding-left: 0;
    }

    .welcome {
        display: inline-block;
    }

    .welcome-img {
        margin-bottom: 100px;
    }

    .footer-right {
        padding-left: 50px;
    }

}

@media (max-width: 991px) {
    .footer-area {
        background: #1a629f url(../img/footer-shape.svg);
        background-position: bottom left;
        -webkit-background-size: cover;
        background-size: cover;

    }

    .banner h1,
    .banner h2 {
        font-size: 38px;
    }

    .pas-area {
        width: 100%;
    }

    .single-participate-text h2 {
        font-size: 20px;
        margin-bottom: 10px;

    }

    .single-participate-text p {
        font-size: 15px;
        line-height: 1.3;
    }

    .single-participate-text h2:before {
        bottom: -5px;
    }

    .single-participate-text a {
        margin-top: 5px;
    }

    .single-participate-text {
        padding: 15px 13px;
    }

    .finden-btn {
        line-height: 30px;
        margin-top: 5px;
        padding: 0 20px;
    }

    .participate-inner {
        padding: 30px 0;
    }

    .welcome-area {
        padding: 60px 0;
    }

    .single-footer {
        margin-bottom: 30px;
    }

    .footer-right {
        padding-left: 0;
    }

    .single-newsletter-text h3 {
        font-size: 20px;
    }

    .single-newsletter-inner {
        padding: 15px;
    }

    .title h2,
    .maincontent h2 {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .single-participate-img>img {
        width: 100%;
    }

    .hero-socials-wb {
        bottom: 20px;
        right: 20px;
    }

    .single-participate {
        margin-bottom: 30px;
    }

    .newsletter-text {
        margin-bottom: 30px;
    }

    .single-newsletter {
        margin-bottom: 30px;
    }

    .pas-text h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .pas-text {
        max-width: 80%;
        padding-right: 0;
    }

    .pas-arrow {
        max-width: 20%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {

    .pas-area {
        position: unset;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .participate-area {
        padding-bottom: 0;
    }

    .conferences-area {
        padding-top: 70px;
    }

    .slick-arrow {
        top: -65px;
    }

    .mrb-100 {
        margin-bottom: 40px;
    }

    .news-area {
        padding-bottom: 0;
    }

    .niebieski-pas-area {
        /*background: #8dbd3e;*/
    }

    .pas-inner {
        display: inline-block;
    }

    .pas-text {
        max-width: 100%;
    }

    .pas-arrow {
        text-align: center;
        max-width: 100%;
        margin-top: 20px;
    }

    .footer-area {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .banner h1,
    .banner h2 {
        font-size: 24px;
    }

    .banner span {
        font-size: 18px;
    }

    .pas-text h2 {
        font-size: 26px;
    }

    .footer-btm-right a {
        padding-left: 5px;
    }
}

/*===============
Profile Page Responsive
===============*/

@media (min-width: 1300px) {

    .profile-banner-area .container {
        max-width: 1270px;
    }
}

@media (max-width: 1250px) {
    .menu ul li a {
        font-size: 14px;
        font-weight: 400;
        padding-left: 5px;
    }

    .profile-banner-content {
        padding-left: 50px;
        padding-right: 50px;
    }

}

@media (max-width: 1199px) {
    .dash-nav-area {
        /*margin-top: 80px;*/
        margin-top: 115px;
    }

    .logo img {
        width: 110px;
    }

    .profile-sidebar {
        width: 300px;
    }

    .profile-main {
        width: calc(100% - 320px);
    }

    .menu ul li a {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .topbar-area {
        display: none;
    }

    .dash-nav-left {
        display: none;
    }

    .dash-nav-area {
        padding: 0;
        margin-top: 0;
    }

    .dash-nav-right {
        position: fixed;
        top: 20px;
        z-index: 9999999;
        right: 140px;
    }

    .profile-banner-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pro-details {
        padding-left: 10px;
		max-width: 100%;
    }

    .profile-sidebar {
        width: 100%;
    }

    .profile-main {
        width: 100%;
    }

    .profile-details {
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .profile-banner-bg {
        height: 260px;
    }

    .dash-nav-area {
        margin-top: 69px;
    }
}

@media (max-width: 1070px) {
    .panel-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #1d8ec1;
        background: #0057a0;
    }

    .menu ul li .sub-menu li a {
        padding: 5px 15px;
        line-height: 2;
        display: block;
    }

    .dash-nav-area {
        /*margin-top: 67px;*/
    }
}

@media (max-width: 767px) {
    .profile-banner-content {
        -margin-top: -25px;
    }

    .profile-banner-bg {
        height: 210px;
    }

    .propic {
        width: 140px;
        border-width: 4px;
    }

    .tags span {
        font-size: 14px;
    }

    .single-post:not(.bp-nouveau),
    .activity-item {
        padding: 15px 15px 0 15px;
    }

    .post-content {
        padding-left: 0;
        padding-right: 0;
    }

    .comment-area {
        margin-left: -15px;
        margin-right: -15px;
    }

    .bp-subnavs.user-subnav ul li a,
    .bp-subnavs.group-subnav ul li a,
    .mpp-group-nav ul li a {
        margin-right: 30px;
        color: #000000;
        font-size: 14px;
    }

    .bp-subnavs.user-subnav ul li:last-child a,
    .bp-subnavs.group-subnav ul li:last-child a,
    .mpp-group-nav ul li:last-child a {
        padding-left: 15px;
        margin-right: 0;
    }

    .file span {
        padding-left: 15px;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .dash-nav-right ul li a {
        margin-left: 15px;
    }

    .dash-nav-right {
        right: 135px;
    }

    .bp-subnavs.user-subnav ul,
    .bp-subnavs.group-subnav ul,
    .mpp-group-nav ul {
        text-align: center;
    }

    .profile-left {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .bp-subnavs.user-subnav,
    .bp-subnavs.group-subnav,
    .mpp-group-nav {
        margin-top: 30px;
    }

    .profile-banner-content,
    .profile-left {
        -ms-align-items: flex-end;
        align-items: flex-start;
    }

    .profile-banner-content {
        padding-left: 5px;
        padding-right: 5px;
    }

    .pro-details {
        padding-left: 0;
    }

    .pro-details h3 {
        font-size: 21px;
        margin-top: 10px;
    }

    .profile-right {
        padding-top: 40px;
    }

    .profile-right {
        /*width: 100%;*/
    }

    .post-text p {
        margin-top: 15px;
        font-size: 15px;
        line-height: 24px;
    }

    .file span {
        font-size: 15px;
        word-break: break-word;
    }

    a.file {
        padding: 15px;
    }

    .single-box>span {
        font-size: 20px;
    }

    .file img {
        height: 25px;
    }

    .calendar-box div a {
        font-size: 15px;
        line-height: 22px;
        padding-left: 10px;
    }

    .calendar-box ul {
        padding-right: 0;
    }

    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 20px;
    }

    .welcome-img:before {
        position: unset;
    }

    .welcome-img {
        margin-bottom: 60px;
    }

    .welcome-area {
        margin-top: 0;
    }
}
