body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    color: #414752
}

.bg-color {
    background-color: #000000;
}

.header-tagline h4,
.intc-multi-language a {
    font-family: Lato, sans-serif;
    text-transform: uppercase
}

.intc-multi-language a,
a,
a:focus {
    color: #fff;
    text-decoration: none
}

.zero-padding {
    padding: 0
}

.lp-zero {
    padding-left: 0
}

.rp-zero {
    padding-right: 0
}

.vc_column-inner {
    padding-top: 0 !important
}

a,
a:focus {
    outline: 0
}

.lp-left-60 {
    padding-left: 60px
}

.header-temp,
.home header.header-top {
    position: relative;
    height: 500px;
    background: url(../images/header/1440x794.png) center center no-repeat;
    background-size: cover
}

.header-temp:before,
.home header.header-top:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    background: rgba(22, 25, 31, .8)
}

.site-branding {
    position: relative
}

.site-branding .custom-logo {
    width: 280px;
    height: 65px;
    background: #16191F;
    float: left
}

.intc-multi-language {
    position: relative;
    overflow: hidden;
    height: 65px;
    width: auto
}

.intc-multi-language a {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 19px;
    background: #16191F;
    padding: 23px 12px;
    float: left;
}

.intc-multi-language a.active-ln {
    color: #B19D60;
}

.highlight .intc-multi-language.mobile {
    display: none
}

.common-area::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "" !important;
    bottom: 0;
    margin: 0 auto;
    background: rgba(22, 25, 31, .8);
    display: unset !important
}

.page-template-default header {
    background: 0 0
}

.header-tagline {
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 33%
}

.header-tagline h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    /*margin-bottom: 36px;*/
    color: #fff;
    letter-spacing: 4px
}

.header-tagline h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 62px;
    font-weight: 500;
    line-height: 70px;
    text-align: left;
    color: #B19D60;
}

.header-tagline h1 {
    display: none;
}

.btn-common,
.small-inner-col a {
    text-align: center;
    transition: all .2s linear
}
.btnsinglebtn{
    text-align: right;
    margin: 0 14px !important;
}
.btnsinglebtn a.btn{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    padding: 9px 15px;
    float: right;
    text-transform: uppercase;
    background: #B19D60;
    border: 1px solid #B19D60;
}
.navbar-toggle {
    display: block;
    position: relative;
    float: left;
    border-radius: 0;
    padding: 15px;
    margin: 0;
    overflow: hidden;
    height: 65px;
    background: #16191F;
    width: 70px;
    cursor: pointer;
    z-index: 99
}

.navbar-toggle .icon-left {
    float: left
}

.navbar-toggle .icon-left svg {
    height: 30px;
    width: 30px
}

.navbar-toggle .icon-left svg path {
    fill: #fff;
}
svg#open_bar path{}
[lang="de-CH"] .col4-parent p.min-height {
    min-height: 130px;
}

#close_bar,
.highlight #open_bar {
    display: none
}

#close_bar {
    width: auto;
    height: auto;
    position: relative;
    bottom: 22px;
    left: -14px
}

.highlight #close_bar {
    display: block;
    -webkit-animation: fadein .5s;
    -moz-animation: fadein .5s;
    -ms-animation: fadein .5s;
    -o-animation: fadein .5s;
    animation: fadein .5s
}
.cd-timeline-title-container .timeline-date,
a.timeline-express-read-more-link{
    display:none !important;
}
@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.header-hide {
    background: rgba(22, 25, 31, .9);
    height: 794px;
    position: fixed;
    visibility: hidden;
    animation: fadeOutUp .3s;
    width: 100%;
    z-index: 11
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.header-hide.highlight {
    visibility: visible;
    -webkit-animation: fadein .5s;
    -moz-animation: fadein .5s;
    -ms-animation: fadein .5s;
    -o-animation: fadein .5s;
    animation: fadein .5s
}

.big-inner-col {
    position: absolute;
    top: 250px;
    margin: 0 auto
}

.big-inner-col ul {
    padding: 0;
    margin: 0
}

.big-inner-col ul li {
    list-style: none;
    padding-bottom: 25px
}

.big-inner-col ul li a {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
    transition: all .2s linear
}

.big-inner-col ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    height: 1px;
    background: #B19D60;
    transition: width .2s linear;
    margin-top: 10px
}

.big-inner-col ul li a:hover {
    text-decoration: none;
    padding-left: 35px
}

.big-inner-col ul li a:hover:after {
    width: 25px;
    margin-top: 10px
}

.outer-small-inner-col::before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #B19D60;
    width: 40%
}

.small-inner-col {
    position: absolute;
    top: 250px;
    width: 100%;
    margin-left: 50%
}

.small-inner-col p {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 32px
}

.common-subtitle,
.small-inner-col a {
    font-family: Lato, sans-serif;
    text-transform: uppercase
}

.small-inner-col a {
    font-size: 15px;
    font-weight: 500;
    color: #B19D60;
    line-height: 19px;
    border-radius: 0;
    border: none;
    padding: 25px 95px
}

.small-inner-col a:hover {
    box-shadow: 1px 1px 12px #16191F;
    color: #B19D60;
    background: #fff
}

.common-section-div::before {
    position: absolute !important;
    content: "" !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    background: rgba(22, 25, 31, .8) !important
}

.common-padding {
    padding: 100px 0;
    position: relative;
    float: left;
    width: 100%
}

.common-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #B19D60;
    margin: 0 0 35px;
    letter-spacing: 2px
}

.common-title,
.common-title-h3,
.common-title2 {
    font-family: 'Frank Ruhl Libre', serif
}

.common-title,
.common-title2 {
    position: relative;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #1C1D1F;
    padding-bottom: 24px
}

.head-area .common-title {
    font-weight: 500
}

.common-title:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #B19D60;
    width: 50px;
    height: 1px;
    content: ""
}

.common-title-h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #16191F;
    text-transform: none;
    height: 60px;
    /*word-break: break-all*/
}

.common-param {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #414752;
    margin: 50px 0 0;
    width: 66%
}
.common-param.team-param{
    margin: 20px 0 0;
}
.common-param.column2 {
    width: 100%
}

.column1-white h2,
.column1-white h3,
.column1-white p {
    color: #fff
}

.column1-black h2,
.column1-black h3,
.column1-gray h2,
.column1-gray h3 {
    color: #1C1D1F !important
}

.column1-black p,
.column1-gray p {
    color: #414752 !important
}

.btn-common {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    line-height: 19px;
    border-radius: 0;
    border: none;
    padding: 10px 39px;
    background: #B19D60
}

.btn-common:hover {
    background: #968242;
    color: #fff
}

.head-area {
    padding: 448px 0 0 !important;
    height: 794px
}

.head-area h5 {
    color: #fff;
    letter-spacing: 4px
}

.head-area h2 {
    font-size: 62px;
    color: #B19D60;
    width: 65%;
    line-height: 70px
}

.head-area h2::before {
    background: 0 0
}

.column1-text-box,
.column1-text-box-logo {
    padding: 100px 0
}

.column1-text-box.media-title-box {
    padding: 0;
}

.column1-text-box.button-area {
    width: 50%;
    padding: 284px 0
}

.column1-text-box.button-area h2 {
    font-size: 70px;
    line-height: 85px
}

.btn.btn-default.team-linkedin,
.btn.btn-default.team-mail,
.column1-text-box.button-area a {
    font-family: Lato, sans-serif;
    font-weight: 500;
    line-height: 19px;
    text-align: center
}

.column1-text-box.button-area h2::before {
    background: 0 0;
    text-transform: capitalize
}

.column1-text-box.button-area a {
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    padding: 25px 95px;
    background: #B19D60;
    color: #fff;
    transition: all .2s linear
}

.column1-text-box.button-area a:hover {
    color: #fff;
    background: #968242
}

.column1-textlogo-gallery {
    position: relative
}

.column1-textlogo-gallery img,
.column2-textlogo-gallery img {
    margin: 25px 35px 0 0
}

.column2-3text-box {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 80px 0 120px
}

.column2-media-box {
    position: relative;
    padding: 100px 0;
    float: left
}

.media-image-left {
    position: absolute;
    right: -12%;
    margin: 0 auto;
    content: '';
    bottom: 35px
}

.media-image-right {
    position: absolute;
    left: -32%;
    bottom: 8%
}

.col4-parent,
.column2-team-box {
    position: relative
}

.col4-parent .common-title-h3 a,
.service-box .col-inner h2 a {
    color: #1C1D1F;
    transition: all .3s linear;
}

.media-content a[class^="url-"] {
    color: #1C1D1F;
    margin-bottom: 20px;
    display: inline-block;
    transition: all .3s linear;
}

.col4-parent .common-title-h3 a:hover,
.service-box .col-inner h2 a:hover,
.media-content a[class^="url-"]:hover {
    color: #B19D60;
}

.column2_lr {
    width: 73%
}

p.common-param.column2-lr {
    height: 190px
}

.col4-parent {
    padding-top: 110px
}

.col4-parent .innercol {
    padding-top: 50px
}

.col4-parent .common-param.column2 {
    margin: 30px 0 0
}

.half-left,
.half-right {
    float: left;
    /*margin: -50px 0;*/
}
.half-left .team-left img {
    height: 670px;
    object-fit: cover;
}
.team-content-left {
    position: relative;
    padding: 65px 0px;
}

.team-content-left .team-param {
    width: 60%
}

.half-left {
    position: relative;
    width: 100%
}

.half-left .team-left {
    position: relative;
    height: 670px;
    /* top: 40px; */
    left: 25%;
}

.half-left .team-left img {
    width: 75%;
}

.half-left .team-content-left {
    position: absolute;
    top: 0px
}

.team-content-right {
    position: absolute;
    left: 40%;
    top: 150px
}

.team-content-right .team-param {
    width: 65%
}

.half-right {
    position: relative;
    width: 100%
}

.half-right .team-content-right {
    position: absolute;
    top: 50px;
    left: 40%
}

.team-right {
    float: right;
    position: relative
}

.half-right .team-right {
    top: 40px;
    height: 591px;
    right: 20%
}
.thomas-thumb {
    position: relative;
    padding-top: 32px;
}
.thomas-param {
    border: 1px solid transparent;
}
.btn.btn-default.team-linkedin,
.btn.btn-default.team-mail {
    font-size: 15px;
    color: #B19D60;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #B19D60;
    margin-top: 20px;
    padding: 8px 15px;
    margin-right: 5px;
    transition: all .3s linear;
    background: 0 0
}

#counter,
#counter_testi,
.artical-title,
.testi-name {
    font-family: 'Frank Ruhl Libre', serif
}

.inner-media-cat a,
.media-cat a,
.media-link a,
.socialshare a {
    transition: all .2s linear
}

.btn.btn-default.team-linkedin i,
.btn.btn-default.team-mail i {
    font-size: 30px
}

.btn.btn-default.team-linkedin:hover,
.btn.btn-default.team-mail:hover {
    box-shadow: 1px 1px 12px #16191F;
    color: #fff;
    border: 1px solid #fff
}

.borer-slide2-carousel .owl-nav .owl-next,
.borer-slide2-carousel .owl-nav .owl-next:focus,
.borer-slide2-carousel .owl-nav .owl-prev,
.borer-slide2-carousel .owl-nav .owl-prev:focus,
.borer-testi-carousel.testi_1 .owl-nav .owl-next,
.borer-testi-carousel.testi_1 .owl-nav .owl-next:focus,
.borer-testi-carousel.testi_1 .owl-nav .owl-prev,
.borer-testi-carousel.testi_1 .owl-nav .owl-prev:focus,
.borer-testi-carousel.testi_2 .owl-nav .owl-next,
.borer-testi-carousel.testi_2 .owl-nav .owl-next:focus,
.borer-testi-carousel.testi_2 .owl-nav .owl-prev,
.borer-testi-carousel.testi_2 .owl-nav .owl-prev:focus {
    border: 1px solid #B19D60 !important;
    outline: 0
}

.slider-two-area {
    position: relative;
    float: left;
    width: 100%;
    padding: 100px 0 200px
}
.home .slider-two-area{
    padding-bottom:50px;
}
.home-gmap iframe{
    height: 600px;
    width:100%;
}
.borer-slide2-carousel .owl-nav {
    position: absolute;
    left: 1.5%;
    bottom: -2%;
    color: #B19D60;
}

.borer-slide2-carousel .owl-nav .fa {
    padding: 15px;
    font-size: 25px
}

.borer-slide2-carousel {
    position: absolute;
    top: 20%;
    left: 50%;
    height: 384px
}
.page-id-3295 #counter,.page-id-3219 #counter{
    display: none;
}
#counter {
    position: absolute;
    top: 462px;
    right: 52%;
    color: #C4C4C4;
    font-weight: 400;
    z-index: 1
}

#counter span.current {
    color: #B19D60;
    font-size: 56px
}

#counter span.total {
    font-size: 18px
}

.borer-testi-carousel .owl-nav {
    position: absolute;
    color: #B19D60
}

.borer-testi-carousel.testi_1 .owl-nav .fa,
.borer-testi-carousel.testi_2 .owl-nav .fa {
    padding: 15px;
    font-size: 25px
}

.borer-testi-carousel.testi_1 .owl-nav {
    right: 0;
    bottom: 15%
}

.borer-testi-carousel.testi_2 .owl-nav {
    right: 50%;
    bottom: 15%
}

.borer-testi-carousel .common-param .fa {
    color: #B19D60
}

.testi-name {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #B19D60;
    margin: 80px 0 0
}

#counter_testi {
    position: absolute;
    color: #C4C4C4;
    font-weight: 400
}

#counter_testi.testi_1,
#counter_testi.testi_2 {
    bottom: 16%;
    right: 53%;
    z-index: 1
}

#counter_testi.testi_2 {
    right: 43%
}

#counter_testi.testi_1 span.current,
#counter_testi.testi_2 span.current {
    color: #B19D60;
    font-size: 56px
}

#counter_testi.testi_1 span.total {
    font-size: 18px
}

.artical-text-box {
    position: relative;
    float: left;
    padding: 100px 0;
    width: 100%
}

.artical-text-box .col-inner {
    margin-top: 50px
}

.artical-title {
    font-size: 23px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 0px
}

h2.artical-title.bl-1,
h2.artical-title.bl-2 {
    margin-bottom: 0px
}

.artical_param {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin: 50px 0 40px;
    height: 140px
}

.blog-hlist .artical-title {
    height: 250px;
}

.artical_last_link,
.artical_link {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #B19D60;
    letter-spacing: .9px;
    text-transform: uppercase;
    transition: all .2s linear
}

.artical_last_link:hover,
.artical_link:hover {
    text-decoration: none;
    color: #B19D60
}

.artical_last_link {
    position: absolute;
    bottom: 16.6%;
    right: 0
}

.header-top-media,
.inner-media-cat,
.media-cat-list,
.service-box,
.servie-thumb,
.thomas-param {
    position: relative
}

.service-box .col-inner h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px
}

.servie-thumb {
    padding-bottom: 40px;
    height: 115px
}

.servie-thumb img {
    width: 80px !important;
    height: auto
}

.service-box .artical_link {
    border: 1px solid #B19D60;
    padding: 22px 98px;
    margin-top: 30px;
    float: left
}

.service-box .artical_link:hover {
    color: #fff;
    background: #B19D60
}

.thomas-param {
    font-size: 15px;
    line-height: 25px;
    height: unset !important;
    margin-top: 45px;
    margin-bottom: 50px;
}

.thomas-param blockquote {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    border: 0;
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-top: 30px;
    /*height: 220px*/
}

.thomas-param blockquote p {
    color: #B19D60 !important;
    font-weight: 700 !important
}

.thomas-param .other-separator {
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 85%;
    margin-top: 25px;
    min-height: 240px;
}

.thomas-inner-content .team-linkedin {
    margin: 0px
}

.thomas-inner-content .btn.btn-default.team-linkedin:hover {
    color: #000;
    box-shadow: none;
    border: 1px solid #000
}
.artical-text-box.thomas-box{
    padding: 0 0 30px;
}
.artical-text-box.thomas-box h5.common-subtitle{
    display: none;
}
.thomas-inner-content a.artical_link {
    background: #B19D60;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 15px 20px;
    margin-top: -18px;
    margin-left: 5px;
}
a.artical_link.btn.btn-default.cvBtn {
    position: relative;
    display: inline-block;
    padding: 15px 40px;
    margin: 18px 0 0 30px;
}
.thomas-inner-content a.artical_link.btn.btn-default.cvBtn{
    margin: 0 10px 18px 10px;
}
.thomas-inner-content .btn.btn-default.team-linkedin{
    margin-top: -18px;
}
.thomas-inner-content a:hover {
    background: #968242;
    color: #fff
}

.common-head-area {
    text-align: center
}

.common-head-area h2 {
    width: 100%;
    color: #16191F
}

.common-head-area h2:before {
    background: 0 0
}

.common-head-area h5 {
    color: #16191F;
    text-transform: capitalize
}

.inner-media-cat {
    text-align: center
}

.inner-media-cat .media-cat-img {
    margin-bottom: 30px
}

.inner-media-cat .media-cat-img img {
    width: 100%
}

.inner-media-cat a {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    line-height: 19px;
    border-radius: 0;
    border: none;
    padding: 10px 39px;
    background: #B19D60
}

.inner-media-cat a:hover {
    background: #968242;
    color: #fff
}

.header-top-media {
    top: 0;
    height: 794px
}

.media-cat-list {
    margin-bottom: 100px
}

.media-cat-list::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: #000;
    height: 100px
}

.media-title-box {
    position: relative;
    padding-top: 0
}

.media-title-box .media-cat {
    position: absolute;
    top: 0%;
    left: 27%
}

.media-cat.head {
    position: relative;
    margin: 0 auto 50px;
}

.media-title-box.single .media-cat {
    left: 36%
}

.media-title-box.single .media-cat.head {
    left: 0;
}

h1.entry-title {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 500
}

.entry-content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px
}
.page-id-392 p.artical_param,
.page-id-394 p.artical_param,
.page-id-396 p.artical_param,
.page-id-390 p.artical_param {
    margin-bottom: 60px;
}
.media-controls a,
.media-controls button {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    border: none;
    color: #B19D60
}

.media-controls a {
    background: #000;
    margin: 15px 60px 15px 0;
    padding-bottom: 15px;
    text-decoration: none
}

.media-category-list {
    padding-bottom: 100px
}

.media-controls {
    margin-bottom: 100px;
    position: relative;
    padding: 15px 0
}

.media-bg::after,
.media-bg::before {
    position: absolute;
    top: 0;
    background: #000;
    height: 100%;
    width: 100%;
    content: ''
}

.media-controls.media-single {
    padding: 32px 0
}

.media-controls button {
    background: #000;
    margin: 15px 60px 15px 0;
    padding-bottom: 15px
}

.media-controls button:focus {
    outline: 0
}

.media-bg::before {
    right: -99%
}

.media-bg::after {
    left: -99.5%
}

.grid-list {
    position: relative;
    margin-bottom: 80px
}

.list-item-padding {
    position: relative;
    margin-bottom: 100px
}

.filter.mixitup-control-active,
.term-blog .filters.blog,
.term-blog-de .filters.blog-de,
.term-events .filters.events,
.term-events-de .filters.events-de,
.term-photos .filters.photos,
.term-video-podcast .filters.video-podcast,
.term-video-podcast-de-2 .filters.video-podcast-de-2,
.term-photos-de .filters.photos-de,
.term-press-articles .filters.press-articles,
.term-presseartikel-de .filters.presseartikel-de,
.term-speeches .filters.speeches,
.term-reden-de .filters.reden-de,
.term-tv-radio .filters.tv-radio,
.term-tv-radio-de .filters.tv-radio-de {
    border-bottom: 1px solid #B19D60;
    outline: 0
}

.filter.mixitup-control-active:focus,
.term-events .filters.events:focus,
.term-photos .filters.photos:focus,
.term-press-articles .filters.press-articles:focus,
.term-speeches .filters.speeches:focus,
.term-tv-radio .filters.tv-radio:focus {
    outline: 0
}

.media-category-list.active .list_view_media .media-cat {
    visibility: hidden
}

.list_view_media {
    position: relative;
    float: left;
    padding-bottom: 50px;
    width: 100%
}

.list_view_media .media-cat {
    position: absolute;
    top: 44%;
    margin-left: 0;
    left: 27%
}

.page-template-media-template .cat__innter-item,
.list_view_media_item .cat__innter-item {
    min-height: 425px;
}
.page-template-media-template .blog .cat__innter-item {
    min-height: 466px;
}
section.podcast .cat__innter-item {
    min-height: 120px;
}

.cat__innter-item {
    border: 1px solid #E6E6E6;
    padding: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
}

.video-podcast .cat__innter-item {
    border: none;
}

.term-video-podcast .cat__innter-item,
.term-video-podcast-de-2 .cat__innter-item {
    min-height: 180px;
}

.term-events .cat__innter-item,
.term-events-de .cat__innter-item {
    min-height: 350px;
}

.cat__innter-item .media-title {
    margin: 0;
}

.cat__innter-item .media-title h3 {
    margin-bottom: 15px;
}

.page-template-media-template .media-link {
    position: absolute;
    bottom: 10%;
    transform: translateY(-50%);
}

.media-cat a {
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    border: 1px solid #B19D60;
    color: #B19D60;
    padding: 11px 30px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400
}

.media-cat a:hover {
    background: #B19D60;
    border: 1px solid #B19D60;
    color: #fff
}

.media-cat.see-all {
    text-align: right;
}

.media-cat.see-all a {
    border: none;
    letter-spacing: 1.2px;
    padding: 10px 0;
    background: transparent;
}

.media-cat.see-all a:hover,
.media-cat.see-all a:focus,
.media-cat.see-all a:active {
    background: transparent;
    color: #16191F;
}


/* .media-title {
    margin: 30px 0
} */

.media-title h3 {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 500;
    color: #414752;
    font-size: 22px;
    line-height: 28px;
    position: relative;
    margin: 0;
}


/* .mlist-tit h3:before {
    position: absolute;
    left: -60px;
    top: 14px;
    content: '';
    width: 20px;
    height: 1px;
    background: #B19D60
} */

.media-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-break: 24px;
    color: #414752;
    font-weight: 400;
    margin-bottom: 30px
}

.media-content p span {
    font-size: 15px
}

.media-link a {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color:#ddd;
}

p.mdate {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #B19D60;
    line-height: 22px;
    margin-bottom: 15px;
}

p.excerpt {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 22px;
}

.forece-featured {
    padding: 50px 0;
    margin: 50px 0;
    /* position: static; */
    float: left;
    /* background: #000; */
    overflow: hidden;
    display: block;
    height: 100%;
}

.forece-featured::after {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    content: '';
    background: #000;
    width: 100%;
    z-index: -1;
    height: 495px;
    transform: translateY(-110%);
}

.term-speeches .forece-featured::after,
.term-reden-de .forece-featured::after,
.term-press-articles .forece-featured::after,
.term-presseartikel-de .forece-featured::after {
    transform: translateY(-81%);
}

.term-events .forece-featured::after {
    transform: translateY(-80%);
    height: 650px;
}

.term-events-de .forece-featured::after {
    transform: translateY(-70%);
}

.term-blog .forece-featured::after,
.term-blog-de .forece-featured::after {
    height: 600px;
    transform: translateY(-50%);
    top: 43%;
}

.forece-featured .videoWrapper.featured {
    min-height: 352px;
}


/*
.forece-featured::before {
    position: absolute;
    right: -365px;
    content: '';
    top: 0;
    bottom: 0;
    content: '';
    background: #000;
    width: 100%;
    z-index: -1;
} */

.forece-featured .media-title h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #B19D60;
    letter-spacing: 2.5px;
    margin-bottom: 15px;
}

.forece-featured .media-title h3,
.forece-featured .media-content p.excerpt {
    color: #fff;
}

.forece-featured .media-content p.mdate {
    margin-top: 15px;
}

.mix.grid-media {
    position: relative;
    float: left;
}

.quform-child-elements .quform-group-title,
.socialshare a,
.socialshare h1 {
    font-family: 'Frank Ruhl Libre', serif
}

.media-link a:hover {
    color: #414752
}

.site-main.blog-index {
    position: relative;
    padding: 80px 0 30px;
    float: left;
    width: 100%
}

section.podcast,
section.tv_radio,
section.event {
    padding: 0 0 100px 0;
}

.pagination.media-list-item {
    margin: 50px 0 20px;
}

.pagination.media-list-item .page-numbers {
    border: 1px solid #B19D60;
    padding: 15px 25px;
    color: #000;
}

.pagination.media-list-item .next.page-numbers {
    /*margin-top: -11px;
    float: right;
    padding: 11px 23px !important;*/
    margin-left: 4px
}
.single-bmedia .entry-content a{
    color: #B19D60;
    font-weight: 700;
}
.socialshare h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 15px
}

.socialshare a {
    font-size: 20px;
    padding-right: 12px;
    color: #222;
}

.socialshare a:hover {
    color: #2C2C38
}

.media-slider-section {
    position: relative;
    background: #000;
    padding-bottom: 100px
}

.article.media-slider-section,
.speeches.media-slider-section {
    background: #F3F3F4;
}

.mslider-head {
    padding-bottom: 0
}

.mslider-head h2 {
    color: #fff;
}

.article.media-slider-section .mslider-head h2,
.speeches.media-slider-section .mslider-head h2,
.podcast .mslider-head h2,
.tv_radio .mslider-head h2,
.event .mslider-head h2 {
    color: #1C1D1F;
}

.borer-full-carousel {
    position: relative
}

.borer-full-carousel .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 30px;
    color: #B19D60
}

.borer-full-carousel .slides {
    opacity: .3;
    transition: .2s ease all
}

.borer-full-carousel .active .slides {
    opacity: 1
}

.borer-full-carousel .owl-prev {
    position: absolute;
    left: -10%
}

.borer-full-carousel .owl-next {
    position: absolute;
    right: -10%;
    border: 1px solid #B19D60
}

.borer-full-carousel .owl-nav button.owl-next,
.borer-full-carousel .owl-nav button.owl-prev {
    padding: 15px 20px !important;
    border: 1px solid #B19D60
}

.borer-full-carousel .owl-nav button:focus {
    outline: 0
}
.hero-carousel.owl-carousel{
    width: 100%;
}

.hero-carousel .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 75px;
}
.hero-carousel .carousel-indicators li{
    background: #B19D60 !important;
    color: #B19D60 !important;
    border: 4px solid #B19D60 !important;
    padding: 4px !important;
    margin: 8px;
    border-radius: 46px;
    outline: 0;
}
.hero-carousel .carousel-indicators li.active {
    background: #B19D60 !important;
    border: 4px solid rgba(255, 255, 255, 0.4) !important;
    outline: 0;
}

.hero-caros-inner {
    color: #fff;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    background-attachment: scroll;
    text-align: center;
    z-index: 1;
    padding:300px 0;
    width: 100%;
}
.hero-caros-inner:before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.7);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.hero-content {
    margin: 0 auto;
    width: 35%;
}
.hero-caros-inner h2 {
	position: relative;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 50px;
}
.hero-caros-inner h2:before {
	position: absolute;
    left: 0;
    right: 0;
    content: '';
    width: 40px;
    height: 1px;
    background: #B19D60;
    bottom: -12px;
    margin:0 auto;
}
.hero-caros-inner p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 50px;
}
.hero-caros-inner a.btn.btn-primary.btn-hero {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 21px;
    border-radius: 0;
    padding: 15px 30px;
    text-transform: uppercase;
    background: #B19D60;
    border: 1px solid #B19D60;
}
/*hero-box*/
.hero-box-caros-inner {
    border: 1px solid #B19D60;
    margin: 0 15px;
    padding: 15px 30px 70px;
    height: 550px;
}
.hero-box-caros-inner h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 16px;
    word-break: break-word;
}
.hero-box-caros-inner h5 {
	font-family: 'Open Sans', sans-serif;
    color: #B19D60;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}
.hero-box-caros-inner h4 {
	font-family: 'Open Sans', sans-serif;
    position: relative;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 40px;
}
.hero-box-caros-inner h4:before {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    width: 40px;
    height: 1px;
    background: #B19D60;
    bottom: -12px;
}
.hero-box-caros-inner p{
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    font-style: normal;
}
.hero-box-caros-inner a.btn.btn-primary.btn-hero {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    padding: 9px 15px;
    float: right;
    text-transform: uppercase;
    background: #B19D60;
    border: 1px solid #B19D60;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.hero-carousel-box span.fa.fa-angle-left {
    font-size: 30px;
    color: #B19D60;
}
.hero-carousel-box .owl-nav button:focus,
.hero-carousel-box .owl-nav button:active{
	outline: 0;
}
.hero-carousel-box button.owl-prev {
    position: absolute;
    left: -10%;
    top: 50%;
}
.hero-carousel-box button.owl-next {
    position: absolute;
    right: -10%;
    top: 50%;
}
.hero-carousel-box span.fa.fa-angle-left,
.hero-carousel-box span.fa.fa-angle-right {
    font-size: 30px;
    color: #B19D60;
    outline: 0;
}
#heroslider .carousel-control,
#heroslider .carousel-control:focus, 
#heroslider .carousel-control:hover{
    opacity: unset!important;
}
.multiple-slide-carousel.owl-carousel{
    padding-bottom: 50px;
}
.multiple-slide-carousel.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    bottom: 0;
    width: 100%;
    transform: translate(0, 10%);
}
.multiple-slide-carousel.owl-carousel .owl-nav button.owl-prev {
    left: -80px;
    position: absolute;
}
.multiple-slide-carousel.owl-carousel .owl-nav span {
    font-size: 30px;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 20px;
}
.multiple-slide-carousel.owl-carousel p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #222;
    text-align: center;
    width: 95%;
}
.multiple-slide-carousel.owl-carousel .owl-nav button.owl-next {
    right: -80px;
    position: absolute;
}
/*qform*/
.quform {
    margin-top: 0;
    float: left;
    margin-bottom: 50px
}

.quform-form {
    position: relative;
    float: left;
    width: 68%;
    margin-left: 15%
}

.quform-form .quform-input {
    margin-bottom: 10px
}

.quform-element-group {
    margin-bottom: 50px
}

.quform-element-group:last-child {
    margin-bottom: 0
}

.quform-element-submit .quform-submit {
    background: #B19D60;
    color: #fff;
    border: none;
    text-transform: uppercase;
    box-shadow: none;
    padding: 15px 60px
}

.quform-element-submit .quform-submit:active,
.quform-element-submit .quform-submit:focus,
.quform-element-submit .quform-submit:hover {
    opacity: .8;
    background: #B19D60;
    color: #fff;
    border: none;
    text-transform: uppercase;
    box-shadow: none;
    padding: 15px 60px
}

.quform-child-elements .quform-group-title {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 30px
}

.quform-child-elements .quform-group-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -80px;
    margin: 0 auto;
    content: '';
    width: 40px;
    height: 40px
}

.quform-child-elements .quform-element:first-child .quform-group-title:before {
    content: url(../images/qform/form-svg-1.svg)
}

.quform-child-elements .quform-element:nth-child(2) .quform-group-title:before {
    content: url(../images/qform/form-svg-2.svg)
}

.quform-child-elements .quform-element:nth-child(3) .quform-group-title:before {
    content: url(../images/qform/form-svg-3.svg)
}

.quform-child-elements .quform-element:nth-child(4) .quform-group-title:before {
    content: url(../images/qform/form-svg-4.svg)
}

.quform-child-elements .quform-element:nth-child(5) .quform-group-title:before {
    content: url(../images/qform/form-svg-5.svg)
}

.quform-child-elements .quform-element:nth-child(6) .quform-group-title:before {
    content: url(../images/qform/form-svg-6.svg)
}

.quform-child-elements .quform-element:nth-child(7) .quform-group-title:before {
    content: url(../images/qform/form-svg-7.svg)
}

.quform-child-elements .quform-element-2_58 .quform-group-title:before {
    content: url(../images/qform/form-svg-8.svg) !important
}

.quform-child-elements .quform-element:last-child .quform-group-title:before {
    content: url(../images/qform/form-svg-9.svg)
}

.quform-option label:after,
.quform-option label:before {
    content: '';
    border-radius: 50%
}

.quform-option .quform-option-text {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 2px
}

.quform-option,
.quform-options-inline>.quform-option {
    padding: 0;
    margin: 0;
    width: 25%
}

.quform-option .quform-option-label {
    padding: 22px !important;
    background-color: #fff
}

.quform-option {
    display: block;
    margin: 10px 0;
    position: relative
}

.quform-option label {
    padding: 12px 30px !important;
    width: 100%;
    display: block;
    text-align: center !important;
    color: #8E8E8F;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color .2s ease-in;
    overflow: hidden
}

.quform-option label:before {
    width: 10px;
    height: 10px;
    background-color: #B19D60;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    z-index: -1
}

.quform-option input,
.quform-option label:after {
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.quform-option label:after {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 2px 3px;
    transition: all .2s ease-in
}

.quform-option input {
    order: 1;
    visibility: hidden
}

.quform-option input:checked~label {
    color: #fff
}

.quform-option input:checked~label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1
}

.quform-option input:checked~label:after {
    border-color: #54E0C7
}

.quform-input-2_25 input:checked~label:after {
    border: 1px solid #B19D60;
    opacity: 1
}

.quform-element-row-2_23 {
    position: relative;
    background: #F3F3F4;
    height: 470px
}

.quform-input-2_25 .quform-option:first-child::before,
.quform-input-2_25 .quform-option:nth-child(2)::before,
.quform-input-2_25 .quform-option:nth-child(3)::before,
.quform-input-2_25 .quform-option:nth-child(4)::before,
.quform-input-2_25 .quform-option:nth-child(5)::before {
    position: absolute;
    height: 23px;
    background: #C1C1C2;
    z-index: 1;
    margin: 0 auto
}

.quform-element-row-2_23::before {
    content: url(../images/qform/curved-line.svg);
    top: 30%;
    position: absolute;
    display: block;
    margin: 0 auto
}

.quform-input-2_25 .quform-option:first-child {
    position: absolute;
    top: 220px
}

.quform-input-2_25 .quform-option:first-child::after {
    position: absolute;
    content: '';
    top: 150%;
    left: 20%;
    right: 0;
    border-radius: 0;
    border-bottom: 1px solid #C1C1C2;
    transform: rotate(270deg);
    width: 100px
}

.quform-input-2_25 .quform-option:first-child::before {
    content: '';
    left: 0;
    right: 19px;
    top: 201%;
    width: 23px;
    border: 1px solid #C1C1C2;
    border-radius: 100%
}

.quform-input-2_25 .quform-option:nth-child(2) {
    position: absolute;
    top: 113px;
    left: 25%
}

.quform-input-2_25 .quform-option:nth-child(2)::after {
    position: absolute;
    content: '';
    top: 150%;
    left: 24%;
    right: 0;
    border-radius: 0;
    border-bottom: 1px solid #C1C1C2;
    transform: rotate(270deg);
    width: 80px
}

.quform-input-2_25 .quform-option:nth-child(2)::before {
    content: '';
    left: 0;
    right: 22px;
    top: 190%;
    width: 23px;
    border: 1px solid #C1C1C2;
    border-radius: 100%
}

.quform-input-2_25 .quform-option:nth-child(3) {
    position: absolute;
    top: 227px;
    left: 46%
}

.quform-input-2_25 .quform-option:nth-child(3)::after {
    position: absolute;
    content: '';
    top: -40%;
    left: 31%;
    right: 0;
    border-radius: 0;
    border-bottom: 1px solid #C1C1C2;
    transform: rotate(270deg);
    width: 80px
}

.quform-input-2_25 .quform-option:nth-child(3)::before {
    content: '';
    left: 0;
    right: -4px;
    top: -110%;
    width: 23px;
    border: 1px solid #C1C1C2;
    border-radius: 100%
}

.quform-input-2_25 .quform-option:nth-child(4) {
    position: absolute;
    top: 20px;
    left: 60%
}

.quform-input-2_25 .quform-option:nth-child(4)::after {
    position: absolute;
    content: '';
    top: 115%;
    left: 28%;
    right: 0;
    border-radius: 0;
    border-bottom: 1px solid #C1C1C2;
    transform: rotate(270deg);
    width: 80px
}

.quform-input-2_25 .quform-option:nth-child(4)::before {
    content: '';
    left: 0;
    right: 6px;
    top: 155%;
    width: 23px;
    border: 1px solid #C1C1C2;
    border-radius: 100%
}

.quform-input-2_25 .quform-option:last-child {
    position: absolute;
    top: 229px;
    left: 75%
}

.quform-input-2_25 .quform-option:last-child::after {
    position: absolute;
    content: '';
    top: -36%;
    left: 30%;
    right: 0;
    border-radius: 0;
    border-bottom: 1px solid #C1C1C2;
    transform: rotate(270deg);
    width: 72px
}

.quform-input-2_25 .quform-option:nth-child(5)::before {
    content: '';
    left: 0;
    right: 8px;
    top: -98%;
    width: 23px;
    border: 1px solid #C1C1C2;
    border-radius: 100%
}

.quform-inner-2_42 .quform-option {
    width: 80px
}

.quform-inner-2_42 .quform-option .quform-option-label {
    position: relative;
    background: 0 0;
    border: none;
    width: 58px
}

.quform-inner-2_42 .quform-option .quform-option-label span {
    position: absolute;
    right: -2px;
    font-size: 18px
}

.quform-inner-2_42 .quform-option .quform-option-label span::before {
    position: absolute;
    content: '';
    background: 0 0;
    top: 2px;
    right: 0;
    left: -24px;
    bottom: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #C1C1C2;
    border-radius: 100%
}

.quform-inner-2_42 .quform-option .quform-option-label .quform-option-label-2_42_1 span::before {
    margin: 0 auto
}

.quform-option-label-2_42_2 span {
    margin: 0 5px
}

.quform-inner-2_42 .quform-option label::before {
    position: relative
}

.quform-inner-2_42 .quform-option input:checked~label {
    color: #B19D60
}

.quform-inner-2_42 .quform-option [type=radio]:checked,
.quform-inner-2_42 .quform-option [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.quform-inner-2_42 .quform-option [type=radio]:checked+label,
.quform-inner-2_42 .quform-option [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

.quform-inner-2_42 .quform-option [type=radio]:checked+label:before,
.quform-inner-2_42 .quform-option [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #B19D60;
    border-radius: 100%;
    background: #fff
}

.quform-inner-2_42 .quform-option [type=radio]:checked+label:after,
.quform-inner-2_42 .quform-option [type=radio]:not(:checked)+label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 25px;
    left: 4px;
    border-radius: 100%;
    border: 4px solid #B19D60;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.quform-inner-2_21 .quform-options-inline>.quform-option:nth-child(10),
.quform-inner-2_21 .quform-options-inline>.quform-option:nth-child(11),
.quform-inner-2_21 .quform-options-inline>.quform-option:nth-child(12),
.quform-inner-2_21 .quform-options-inline>.quform-option:nth-child(9),
.quform-inner-2_29 .quform-options-inline>.quform-option:nth-child(10),
.quform-inner-2_29 .quform-options-inline>.quform-option:nth-child(11),
.quform-inner-2_29 .quform-options-inline>.quform-option:nth-child(12),
.quform-inner-2_29 .quform-options-inline>.quform-option:nth-child(13),
.quform-inner-2_29 .quform-options-inline>.quform-option:nth-child(14),
.quform-input-2_29 .quform-options-inline>.quform-option:nth-child(9),
.quform-input-2_33 .quform-options-inline>.quform-option:nth-child(1),
.quform-input-2_33 .quform-options-inline>.quform-option:nth-child(2),
.quform-input-2_33 .quform-options-inline>.quform-option:nth-child(3),
.quform-input-2_33 .quform-options-inline>.quform-option:nth-child(4),
.quform-input-2_37 .quform-options-inline>.quform-option:nth-child(1),
.quform-input-2_37 .quform-options-inline>.quform-option:nth-child(2),
.quform-input-2_37 .quform-options-inline>.quform-option:nth-child(3),
.quform-input-2_37 .quform-options-inline>.quform-option:nth-child(4),
.quform-input-2_62 .quform-options-inline>.quform-option:nth-child(5),
.quform-input-2_62 .quform-options-inline>.quform-option:nth-child(6),
.quform-input-2_62 .quform-options-inline>.quform-option:nth-child(7),
.quform-input-2_62 .quform-options-inline>.quform-option:nth-child(8) {
    border-bottom: 1px solid #C1C1C2
}

.quform-inner-2_21 .quform-options-inline>.quform-option:nth-child(12),
.quform-inner-2_21 .quform-options-inline>.quform-option:nth-child(4),
.quform-inner-2_21 .quform-options-inline>.quform-option:nth-child(8),
.quform-inner-2_29 .quform-options-inline>.quform-option:nth-child(12),
.quform-inner-2_29 .quform-options-inline>.quform-option:nth-child(8),
.quform-input-2_29 .quform-options-inline>.quform-option:nth-child(4),
.quform-input-2_33 .quform-options-inline>.quform-option:nth-child(4),
.quform-input-2_37 .quform-options-inline>.quform-option:nth-child(4),
.quform-input-2_62 .quform-options-inline>.quform-option:nth-child(4),
.quform-input-2_62 .quform-options-inline>.quform-option:nth-child(8) {
    border-right: 1px solid #C1C1C2
}

.quform-inner-2_42 .quform-option [type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.quform-inner-2_42 .quform-option [type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.quform-inner-2_29 .quform-options-inline>.quform-option,
.quform-input-2_21 .quform-options-inline>.quform-option {
    width: 25%;
    border-top: 1px solid #C1C1C2;
    border-left: 1px solid #C1C1C2
}

.quform-input-2_25 .quform-options-inline>.quform-option {
    border: 1px solid #C1C1C2
}

.quform-inner-2_62 .quform-options-inline>.quform-option,
.quform-input-2_33 .quform-options-inline>.quform-option,
.quform-input-2_37 .quform-options-inline>.quform-option {
    border-top: 1px solid #C1C1C2;
    border-left: 1px solid #C1C1C2
}

.quform-input-2_29 .quform-options-inline>.quform-option {
    width: 25%
}

.quform-inner-2_21 .quform-option-label,
.quform-inner-2_29 .quform-option-label,
.quform-inner-2_62 .quform-option-label {
    padding: 30px 0 0 !important;
    height: 100px
}

.quform-option-label.quform-option-label-2_29_13,
.quform-option-label.quform-option-label-2_29_15,
.quform-option-label.quform-option-label-2_29_5,
.quform-option-label.quform-option-label-2_29_7,
.quform-option-label.quform-option-label-2_62_6 {
    padding: 30px 0 0 !important;
}

.quform-label-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #414752
}
.quform-options-simple .quform-option .quform-option-label {
    display: grid !important;
    flex-direction: column;
}

.error-404 ul li a,
.footer-title h4,
.page-header h1,
.search-form .search-submit {
    font-family: 'Frank Ruhl Libre', serif
}

.error-404 .page-title {
    text-align: center
}

.error-404 .page-content h1 {
    text-align: center;
    font-size: 100px;
}

.quform-input-2_25 .quform-option.active::after {
    border: 1px solid #B19D60
}

.quform-input-2_25 .quform-option.active::before {
    background: #B19D60;
    border: 1px solid #B19D60
}

.single .site-main,
section.error-404.not-found {
    padding: 100px 0
}

.page-header h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 28px;
    color: #16191F;
    text-transform: uppercase
}

.page-content .search-form {
    color: #B19D60;
    text-transform: capitalize
}

.search-form .search-field {
    border: 1px solid #B19D60;
    padding: 8px 10px
}

.search-form .search-submit {
    padding: 9px 10px;
    border: 1px solid #B19D60;
    box-shadow: none;
    background: #B19D60;
    color: #fff;
    transition: all .2s linear
}

.search-form .search-submit:focus,
.search-form .search-submit:hover {
    background: #968242;
    color: #fff
}

.error-404 ul {
    padding: 0;
    margin: 0
}

.error-404 ul li {
    list-style: none
}

.error-404 ul li a {
    font-size: 15px;
    text-decoration: none;
    transition: all .2s linear
}

.error-404 ul li a:hover {
    color: #968242
}

.error-404 select[name=archive-dropdown],
.error-404 select[name=archive-dropdown]:focus {
    padding: 10px 15px;
    border: 1px solid #B19D60
}

footer.site-footer {
    position: relative;
    padding: 100px 0;
    background: #16191F
}

.fright-cont-inner .fmenu ul {
    padding: 0;
    margin: 0
}

.footer-title h4 {
    color: #fff;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 60px
}

.faddress p,
.fright-cont-inner .fmenu ul li a {
    font-size: 14px;
    line-height: 17px;
    font-family: Lato, sans-serif;
    font-weight: 500
}

.fright-cont-inner .fmenu ul li {
    list-style: none;
    margin-bottom: 25px
}

.fright-cont-inner .fmenu ul li a {
    text-decoration: none;
    color: #fff;
    transition: all .2s linear;
    text-transform: uppercase
}

.faddress p,
.fright-cont-inner .fmenu ul li a:hover {
    color: #B19D60
}

.faddress {
    width: 75%;
    margin-top: 97px;
    margin-left: 25%
}

.footer-social {
    margin: 40px 0 20px
}

.footer-social a {
    background: #B19D60;
    color: #1C1D1F;
    font-size: 30px;
    padding: 8px 12px;
    margin-right: 18px;
    transition: all .2s linear
}

.footer-social a svg{
    margin-left: 5px;
}

.footer-social a:hover {
    background: #fff;
    text-decoration: none;
}

.fcopywirte {
    margin-top: 50px
}

.fcopywirte span {
    font-family: Lato, sans-serif;
    font-weight: 500;
    color: #c4c4c4;
    font-size: 13px;
    line-height: 16px
}

.fcopywirte span a {
    text-decoration: none;
    color: #c4c4c4;
    transition: all .2s linear
}

.fcopywirte span a:hover {
    color: #B19D60
}

.fter-left-cont::before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #B19D60;
    width: 40%
}

.fter-left-cont .fter-left-cont-inner {
    position: absolute;
    right: 0;
    top: 13%;
}
.fcontact-form {
    display: flex;
    flex-direction: column;
    position: relative;
}
.fcontact-form form{
    margin: 0;
}
.fcontact-form .quform{
    margin-bottom: 30px;
}
.fcontact-form p{
    margin-bottom: 20px !important;
}
.fcontact-form form input[type="email"],
.fcontact-form form textarea{
    font-family:'Frank Ruhl Libre', serif;
    color: #000;
    padding: 15px !important;
    font-size:17px !important;
}
.fcontact-form button.quform-submit {
    text-align: center;
    background: #fff!important;
    color: #B19D60 !important;
    margin: -12px 0;
    text-transform: uppercase;
    padding: 25px 101px !important;
    font-size: 15px;
    transition: all .3s linear;
    font-family: Lato, sans-serif;
    font-weight: 500;
}
.fcontact-form button.quform-submit:hover{
    background: #fff!important;
    color: #B19D60 !important;
    text-transform: uppercase;
}
.fter-left-cont-inner p {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 40px
}

.fter-left-cont-inner a.btn {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #B19D60;
    text-transform: uppercase;
    line-height: 19px;
    border-radius: 0;
    border: none;
    padding: 25px 95px;
    transition: all .2s linear
}

.fter-left-cont-inner a.btn:hover {
    box-shadow: 1px 1px 12px #16191F;
    color: #B19D60
}

@media screen and (max-width:1440px) {
    .header-tagline {
        width: 60%
    }
    .small-inner-col {
        margin-left: 5%
    }
    .media-image-left {
        right: -4%
    }
    .team-content-left {
        padding: 0px
    }
    .half-left .team-content-left {
        top: 50px;
        left: 73px
    }
    .team-content-left .team-param {
        width: 99%
    }
    .borer-full-carousel .owl-prev {
        left: -7%
    }
    .borer-full-carousel .owl-next {
        right: -7%
    }
    .fter-left-cont .fter-left-cont-inner {
        right: 0;
    }
    .page-id-390 .team-btn {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .page-id-14 .team-btn {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .page-id-390 .team-left {
        margin: 40px 0px;
    }
    .page-id-14 .team-left {
        margin: 40px 0px;
    }
}

@media screen and (max-width:1280px) {
    .header-tagline {
        width: 60%
    }
    .small-inner-col {
        margin-left: 5%
    }
    .media-image-left {
        right: -4%
    }
    .team-content-left {
        padding: 0px
    }
    .half-left .team-content-left {
        top: 50px;
        left: 150px
    }
    .page-id-394 .half-left .team-content-left {
        top: 0px;
        left: 150px;
    }
    .page-id-396 .half-left .team-content-left {
        top: -25px;
        /*left: 150px;*/
    }
    .page-id-396 .team-btn {
        margin-top: 50px;
    }
    .page-id-396 .common-param {
        margin: 25px 0 0;
    }
    .page-id-392 .half-left .team-content-left {
        top: 10px;
        left: 150px;
    }
    .page-id-86 .half-left .team-content-left {
        left: 150px;
        top: -15px;
    }
    .team-content-left .team-param {
        width: 90%
    }
    .borer-full-carousel .owl-prev {
        left: -2%
    }
    .borer-full-carousel .owl-next {
        right: -2%
    }
    .fter-left-cont .fter-left-cont-inner {
        right: 0;
    }
    .half-left .team-left img {
        width: 100%;
    }
    .half-left,
    .half-right {
      margin: 0;
    }
}

@media screen and (max-width:1270px) and (min-width:1025px) {
.common-title,
.common-title2 {
    font-size: 30px;
    padding-bottom: 15px;
}
.common-subtitle{
    margin: 0;
}
.half-left .team-left img {
    height: auto;
}
    .header-tagline {
        width: 60%
    }
    .small-inner-col {
        margin-left: 100%
    }
    .media-image-left {
        right: -4%
    }
    .team-content-left {
        padding: 0px
    }
    .half-left .team-content-left {
        top: 50px;
        left: 170px
    }
    .team-content-left .team-param {
        width: 99%
    }
    .artical_param {
        height: 200px
    }
    .borer-full-carousel .owl-prev {
        left: -2%
    }
    .borer-full-carousel .owl-next {
        right: -2%
    }
    .borer-slide2-carousel .owl-nav {
        bottom: 0%
    }
    .thomas-param blockquote {
       /* height: 350px*/
    }
    .fter-left-cont .fter-left-cont-inner {
        position: relative;
        left: 0;
        top: 0
    }
    .fcopywirte {
        margin-top: 10px
    }
    .page-id-396 .half-left .team-content-left {
        top: 16px;
    }
}

@media screen and (max-width:1024px) {
.half-left .team-left img {
    height: auto;
}
.common-title, .common-title2 {
        font-size: 25px;
    }
    [lang="de-CH"] .col4-parent p.min-height {
        min-height: 140px;
    }
    .half-left .team-content-left {
        left: 25%
    }
    .outer-small-inner-col::before {
        width: 66%
    }
    .thomas-inner-content a.artical_link{
        padding: 12px;
        /*margin-top: -5px;
        margin-left: 55px; */
    }
    a.artical_link.btn.btn-default.cvBtn{
        padding: 12px;
    }
    .team-content-left .team-param {
        width: 68%;
        margin: 15px 0
    }
    .page-id-86 .team-btn {
        margin-top: 50px;
    }
    .btn.btn-default.team-linkedin,
    .btn.btn-default.team-mail {
        margin-top: 0;
        padding: 0 4px;
        margin-right: 5px
    }
    .borer-slide2-carousel .owl-nav {
        left: 0%;
        bottom: 0%
    }
    .media-image-right {
        position: relative;
        left: 0;
        margin-bottom: 50px
    }
    .artical_param {
        height: 200px
    }
    /* .artical_last_link {
        bottom: 21%
    }*/
    .media-title h3 {
        height: auto;
    }
    .forece-featured .media-title.mlist-tit {
        width: 915px;
    }
    .media-controls a,
    .media-controls button {
        margin: 15px 30px 15px 0;
    }
    .forece-featured {
        background: #000;
    }
    .forece-featured::after {
        background: transparent;
    }
    .quform-element-row-2_23 {
        background: #fff
    }
    .quform-element-row-2_23::before {
        content: ''
    }
    .quform-input-2_25 .quform-option:first-child::after,
    .quform-input-2_25 .quform-option:last-child::after,
    .quform-input-2_25 .quform-option:nth-child(2)::after,
    .quform-input-2_25 .quform-option:nth-child(3)::after,
    .quform-input-2_25 .quform-option:nth-child(4)::after {
        border: none
    }
    .quform-input-2_25 .quform-option:first-child::before,
    .quform-input-2_25 .quform-option:last-child::before,
    .quform-input-2_25 .quform-option:nth-child(2)::before,
    .quform-input-2_25 .quform-option:nth-child(3)::before,
    .quform-input-2_25 .quform-option:nth-child(4)::before {
        background: #fff;
        width: 0;
        height: 0;
        right: 0
    }
    .quform-input-2_25 .quform-option:first-child,
    .quform-input-2_25 .quform-option:last-child,
    .quform-input-2_25 .quform-option:nth-child(2),
    .quform-input-2_25 .quform-option:nth-child(3),
    .quform-input-2_25 .quform-option:nth-child(4) {
        position: relative;
        top: 0
    }
    .quform-input-2_25 .quform-option {
        display: block;
        width: 100%;
        left: 0 !important;
        margin-bottom: 15px
    }
    .quform-input-2_25 .quform-options-inline>.quform-option {
        border: 1px solid #C1C1C2;
        margin-bottom: 15px;
        width: 100%
    }
    .quform-option .quform-option-text {
        font-size: 10px
    }
    .thomas-param .other-separator {
        width: 100%
    }
    .thomas-param blockquote {
       /* height: 240px*/
    }
    .fter-left-cont .fter-left-cont-inner {
        position: relative;
        left: 0;
        top: 0
    }
    .fcopywirte {
        margin-top: 10px
    }
    .page-id-394 .half-left .team-content-left {
        top: -40px;
    }
    .page-id-394 .half-left {
        float: left;
        margin: 110px 0;
    }
    .page-id-119 .half-left .team-content-left {
        top: -10px;
    }
    .page-id-119 .half-left {
        margin: 100px 0;
    }
    .page-id-396 .half-left {
        float: left;
        margin: 110px 0;
    }

}

@media screen and (max-width:1020px) and (min-width:870px) {
    .lp-zero,
    .zero-padding {
        padding-left: 15px
    }
    .rp-zero,
    .zero-padding {
        padding-right: 15px
    }
    .header-tagline {
        width: 80%
    }
    .outer-small-inner-col::before {
        width: 54%
    }
    .column2_lr,
    .team-content-left .team-param {
        width: 100%
    }
    .small-inner-col {
        margin-left: 55%
    }
    .service-box .artical_link {
        padding: 22px 70px
    }
    .team-content-left {
        top: 10px
    }
    .half-left .team-left {
        left: 0
    }
    .half-left .team-content-left {
        position: relative;
        top: 40px;
        left: 3%
    }
    .half-right .team-content-right {
        top: 50px;
        left: 10%
    }
    .team-content-right .team-param {
        width: 65%
    }
    .media-image-right {
        position: relative;
        left: 0;
        bottom: 0
    }
    .meida-content-right {
        margin-top: 50px
    }
    .media-image-left {
        position: relative;
        right: -2%;
        bottom: -30px
    }
    .borer-slide2-carousel .owl-nav {
        position: absolute;
        right: 0;
        bottom: 0%
    }
    #counter {
        top: 74%;
        right: 48%
    }
    .borer-testi-carousel.testi_1 .owl-nav {
        left: 25%;
        bottom: 15%
    }
    #counter_testi.testi_1 {
        left: 5%;
        right: 80%
    }
    .service-box .col-inner h2 {
        font-size: 21px
    }
    .artical_param {
        height: 320px
    }
    /*.artical_last_link {
        bottom: 13%
    }*/
    .quform-element-row-2_23 {
        background: #fff
    }
    .quform-element-row-2_23::before {
        content: ''
    }
    .quform-input-2_25 .quform-option:first-child::after,
    .quform-input-2_25 .quform-option:last-child::after,
    .quform-input-2_25 .quform-option:nth-child(2)::after,
    .quform-input-2_25 .quform-option:nth-child(3)::after,
    .quform-input-2_25 .quform-option:nth-child(4)::after {
        border: none
    }
    .quform-input-2_25 .quform-option:first-child::before,
    .quform-input-2_25 .quform-option:last-child::before,
    .quform-input-2_25 .quform-option:nth-child(2)::before,
    .quform-input-2_25 .quform-option:nth-child(3)::before,
    .quform-input-2_25 .quform-option:nth-child(4)::before {
        background: #fff;
        width: 0;
        height: 0;
        right: 0
    }
    .quform-input-2_25 .quform-option:first-child,
    .quform-input-2_25 .quform-option:last-child,
    .quform-input-2_25 .quform-option:nth-child(2),
    .quform-input-2_25 .quform-option:nth-child(3),
    .quform-input-2_25 .quform-option:nth-child(4) {
        position: relative;
        top: 0
    }
    .quform-input-2_25 .quform-option {
        display: block;
        width: 100%;
        left: 0 !important;
        margin-bottom: 15px
    }
    .quform-input-2_25 .quform-options-inline>.quform-option {
        border: 1px solid #C1C1C2;
        margin-bottom: 15px;
        width: 100%
    }
    .quform-option .quform-option-text {
        font-size: 10px
    }
    .thomas-inner-content a {
        margin-left: 0
    }
    .thomas-param blockquote {
       /* height: 350px*/
    }
    .media-controls a,
    .media-controls button {
        margin: 15px 30px 15px 0
    }
    footer.site-footer {
        padding-bottom: 60px
    }
    .fter-left-cont::before {
        width: auto
    }
    .faddress {
        width: 75%;
        margin-top: 97px;
        margin-left: 0
    }
    .fter-left-cont-inner a {
        margin-left: -7px
    }
    .fter-left-cont-inner p {
        margin: 60px -7px
    }
    .fter-left-cont .fter-left-cont-inner {
        position: relative;
        left: -10%;
        top: 0;
        width: 32%
    }
    .fcopywirte,
    .footer-social {
        position: relative;
        left: -35%
    }
    .footer-social {
        width: 100%
    }
    .fcopywirte {
        margin-top: 30px;
        margin-left: 0
    }
}

@media only screen and (max-width:860px) and (min-width:770px) {
    .lp-zero,
    .zero-padding {
        padding-left: 15px
    }
    .rp-zero,
    .zero-padding {
        padding-right: 15px
    }
    .header-tagline {
        width: 80%
    }
    .outer-small-inner-col::before {
        width: 54%
    }
    .column2_lr,
    .team-content-left .team-param {
        width: 100%
    }
    .small-inner-col {
        margin-left: 55%
    }
    .service-box .artical_link {
        padding: 22px 70px
    }
    .team-content-left {
        top: 10px
    }
    .half-left .team-left {
        left: 0
    }
    .half-left .team-content-left {
        position: relative;
        top: 40px;
        left: 3%
    }
    .half-right .team-content-right {
        top: 50px;
        left: 10%
    }
    .team-content-right .team-param {
        width: 65%
    }
    .media-image-right {
        position: relative;
        left: 0;
        bottom: 0
    }
    .meida-content-right {
        margin-top: 50px
    }
    .media-image-left {
        position: relative;
        right: -2%;
        bottom: -30px
    }
    .borer-slide2-carousel .owl-nav {
        position: absolute;
        right: 0;
        bottom: 0%
    }
    #counter {
        top: 74%;
        right: 48%
    }
    .borer-testi-carousel.testi_1 .owl-nav {
        left: 25%;
        bottom: 15%
    }
    #counter_testi.testi_1 {
        left: 5%;
        right: 80%
    }
    .service-box .col-inner h2 {
        font-size: 21px
    }
    .artical_param {
        height: 320px
    }
    /*.artical_last_link {
        bottom: 13%
    }*/
    .quform-element-row-2_23 {
        background: #fff
    }
    .quform-element-row-2_23::before {
        content: ''
    }
    .quform-input-2_25 .quform-option:first-child::after,
    .quform-input-2_25 .quform-option:last-child::after,
    .quform-input-2_25 .quform-option:nth-child(2)::after,
    .quform-input-2_25 .quform-option:nth-child(3)::after,
    .quform-input-2_25 .quform-option:nth-child(4)::after {
        border: none
    }
    .quform-input-2_25 .quform-option:first-child::before,
    .quform-input-2_25 .quform-option:last-child::before,
    .quform-input-2_25 .quform-option:nth-child(2)::before,
    .quform-input-2_25 .quform-option:nth-child(3)::before,
    .quform-input-2_25 .quform-option:nth-child(4)::before {
        background: #fff;
        width: 0;
        height: 0;
        right: 0
    }
    .quform-input-2_25 .quform-option:first-child,
    .quform-input-2_25 .quform-option:last-child,
    .quform-input-2_25 .quform-option:nth-child(2),
    .quform-input-2_25 .quform-option:nth-child(3),
    .quform-input-2_25 .quform-option:nth-child(4) {
        position: relative;
        top: 0
    }
    .quform-input-2_25 .quform-option {
        display: block;
        width: 100%;
        left: 0 !important;
        margin-bottom: 15px
    }
    .quform-input-2_25 .quform-options-inline>.quform-option {
        border: 1px solid #C1C1C2;
        margin-bottom: 15px;
        width: 100%
    }
    .quform-option .quform-option-text {
        font-size: 10px
    }
    .thomas-inner-content a {
        margin-left: 0
    }
    .thomas-param blockquote {
      /*  height: 350px*/
    }
    .media-controls a,
    .media-controls button {
        margin: 15px 30px 15px 0
    }
    footer.site-footer {
        padding-bottom: 60px
    }
    .fter-left-cont::before {
        width: auto
    }
    .faddress {
        width: 75%;
        margin-top: 97px;
        margin-left: 0
    }
    .fter-left-cont-inner a {
        margin-left: -7px
    }
    .fter-left-cont-inner p {
        margin: 60px -7px
    }
    .fter-left-cont .fter-left-cont-inner {
        position: relative;
        left: -10%;
        top: 0;
        width: 32%
    }
    .fcopywirte,
    .footer-social {
        position: relative;
        left: -35%
    }
    .footer-social {
        width: 100%
    }
    .fcopywirte {
        margin-top: 30px;
        margin-left: 0
    }
}

@media screen and (max-width:768px) {
    [lang="de-CH"] .col4-parent p.min-height {
        min-height: 185px;
    }
    .lp-zero,
    .zero-padding {
        padding-left: 15px
    }
    .rp-zero,
    .zero-padding {
        padding-right: 15px
    }
    .header-tagline {
        width: 80%
    }
    .outer-small-inner-col::before {
        width: 54%
    }
    .small-inner-col {
        margin-left: 45%
    }
    .column2_lr {
        width: 100%
    }
    .service-box .artical_link {
        padding: 22px 70px
    }
    .blog-hlist .artical-title {
        height: 110px;
    }
    .team-content-left {
        top: 10px;
        padding: 0px 0px 40px
    }
    .page-id-394 .half-left .team-content-left {
        left: 0px;
    }
    .half-left .team-left {
        left: 0
    }
    .page-id-392 .half-left .team-content-left {
        top: 10px;
        left: 0px;
    }
    .page-id-396 .half-left .team-content-left {
        top: 0px;
        left: 0px;
    }
    .page-id-394 .half-left .team-content-left {
        top: 0px;
    }
    .page-id-119 .half-left {
        margin: 50px 0;
    }
    .page-id-119 .half-left .team-content-left {
        top: 0px;
    }
    .page-id-394 .half-left {
        margin: 50px 0;
    }
    .page-id-396 .half-left {
        margin: 50px 0;
    }
    .half-left .team-content-left {
        position: relative;
        top: 40px;
        left: 0%
    }
    .team-content-left .team-param {
        width: 100%;
        margin: 10px 0 0
    }
    .btn.btn-default.team-linkedin,
    .btn.btn-default.team-mail {
        margin-top: 10px;
        padding: 0 4px;
        margin-right: 5px
    }
    .half-right .team-content-right {
        top: 50px;
        left: 10%
    }
    .team-content-right .team-param {
        width: 65%
    }
    .media-image-right {
        position: relative;
        left: 0;
        bottom: 0
    }
    .meida-content-right {
        margin-top: 50px
    }
    .media-image-left {
        position: relative;
        right: -2%;
        bottom: -30px
    }
    .media-title h3 {
        height: auto;
    }
    .forece-featured .media-title.mlist-tit {
        width: 690px;
    }
    .borer-slide2-carousel .owl-nav {
        position: absolute;
        left: 15px;
        bottom: 30%;
    }
    #counter {
        top: 48%;
        right: 21%;
    }
    .borer-testi-carousel.testi_1 .owl-nav {
        left: 25%;
        bottom: 15%
    }
    #counter_testi.testi_1 {
        left: 5%;
        right: 80%
    }
    .artical_last_link {
        bottom: 18%
    }
    .service-box .col-inner h2 {
        font-size: 21px
    }
    .artical_param {
        height: 310px
    }
    .quform-element-row-2_23 {
        background: #fff
    }
    .quform-element-row-2_23::before {
        content: ''
    }
    .quform-input-2_25 .quform-option:first-child::after,
    .quform-input-2_25 .quform-option:last-child::after,
    .quform-input-2_25 .quform-option:nth-child(2)::after,
    .quform-input-2_25 .quform-option:nth-child(3)::after,
    .quform-input-2_25 .quform-option:nth-child(4)::after {
        border: none
    }
    .quform-input-2_25 .quform-option:first-child::before,
    .quform-input-2_25 .quform-option:last-child::before,
    .quform-input-2_25 .quform-option:nth-child(2)::before,
    .quform-input-2_25 .quform-option:nth-child(3)::before,
    .quform-input-2_25 .quform-option:nth-child(4)::before {
        background: #fff;
        width: 0;
        height: 0;
        right: 0
    }
    .quform-input-2_25 .quform-option:first-child,
    .quform-input-2_25 .quform-option:last-child,
    .quform-input-2_25 .quform-option:nth-child(2),
    .quform-input-2_25 .quform-option:nth-child(3),
    .quform-input-2_25 .quform-option:nth-child(4) {
        position: relative;
        top: 0
    }
    .quform-input-2_25 .quform-option {
        display: block;
        width: 100%;
        left: 0 !important;
        margin-bottom: 15px
    }
    .quform-input-2_25 .quform-options-inline>.quform-option {
        border: 1px solid #C1C1C2;
        margin-bottom: 15px;
        width: 100%
    }
    .quform-option .quform-option-text {
        font-size: 10px
    }
    .thomas-inner-content a {
        margin-left: 0
    }
    .thomas-inner-content a.artical_link{
        padding: 12px;
       /* margin-top: -5px;
        margin-left: 55px; */
    }
    .thomas-param blockquote {
       /* height: 350px*/
    }
    .media-controls a,
    .media-controls button {
        font-size: 18px;
        margin: 15px 15px 15px 0;
    }
    /*slider*/
    .hero-content{
    	width: auto;
    }
    .hero-caros-inner h2{
    	font-size: 25px;
    	line-height: 35px;
    }
    /*media texomony page*/
    .forece-featured::after {
        background: none;
    }
    .forece-featured {
        background: #000;
    }
    footer.site-footer {
        padding-bottom: 60px
    }
    .fter-left-cont::before {
        width: auto
    }
    .faddress {
        width: 75%;
        margin-top: 97px;
        margin-left: 0
    }
    .fter-left-cont-inner a {
        margin-left: -7px
    }
    .fter-left-cont-inner p {
        margin: 60px -7px
    }
    .fter-left-cont .fter-left-cont-inner {
        position: relative;
        left: -10%;
        top: 0;
        width: 32%
    }
    .fcopywirte,
    .footer-social {
        position: relative;
        left: -35%
    }
    .footer-social {
        width: 100%
    }
    .fcopywirte {
        margin-top: 30px;
        margin-left: 0
    }
    .page-id-86 .half-left .team-content-left {
        left: 0px;
        top: 10px;
    }
    .fcontact-form button.quform-submit {
        padding: 18px!important;
    }
}

@media screen and (max-width:767px) {
    .lp-zero,
    .zero-padding {
        padding-left: 15px
    }
    .rp-zero,
    .zero-padding {
        padding-right: 15px
    }
    .borer-slide2-carousel,
    .media-image-right {
        left: 0;
        position: relative
    }
    .header-tagline {
        top: 25%;
        width: 90%;
        margin: 0 25px
    }
    .col4-parent .innercol,
    .media-image-right {
        margin-bottom: 50px
    }
    .header-tagline h4 {
        font-size: 18px
    }
    .header-tagline h2 {
        font-size: 30px;
        line-height: 40px
    }
    .big-inner-col {
        top: 90px
    }
    .outer-small-inner-col::before {
        width: auto
    }
    .small-inner-col {
        position: absolute;
        top: 400px;
        width: 103%;
        margin-left: -4%;
        padding: 20px 40px;
        background: #968242
    }
    .column1-text-box.button-area {
        width: 100%
    }
    .service-box .artical_link {
        float: unset
    }
    .media-image-left {
        position: relative;
        right: 0;
        margin: 50px 0
    }
    .column2-media-box.slides {
        padding: 150px 0
    }
    .slider-content-center p {
        padding-bottom: 50px
    }
    .borer-slide2-carousel {
        top: 0;
        margin-top: 50px
    }
    .borer-slide2-carousel .owl-nav {
        left: 80px;
        top: -105px;
    }
    .fcontact-form button.quform-submit {
        padding: 18px!important;
    }
    #counter {
        top: 515px;
        right: 90%
    }
    .testi_1 .slider-content-center {
        padding-top: 150px
    }
    #counter_testi.testi_1,
    #counter_testi.testi_2 {
        bottom: 48%;
        right: 80%;
        z-index: 111
    }
    .borer-testi-carousel.testi_1 .owl-nav {
        right: 16px;
        bottom: 48%
    }
    .testi_2 .column2-media-box {
        padding: 150px 0
    }
    .borer-testi-carousel.testi_2 .owl-nav {
        right: 0;
        bottom: 92%
    }
    #counter_testi.testi_2 {
        right: 82%;
        top: 5%
    }
    .testi-name {
        margin-bottom: 50px
    }
    .team-content-right {
        position: absolute;
        left: 4%;
        top: 310px
    }
    .half-left .team-left {
        left: 0
    }
    .team-content-left .team-param {
        width: 100%;
        margin-bottom: 50px
    }
    .half-left .team-content-left {
        position: relative
    }
    .artical-text-box {
        padding: 50px 0
    }
    .artical_param {
        height: auto
    }
    .artical_last_link {
        bottom: 6%;
        left: 4%
    }
    .artical-text-box .col-inner {
        margin: 50px 0;
        float: left
    }
    .thomas-inner-content {
        margin-top: 50px
    }
    .thomas-param blockquote {
        width: 80%;
        margin-left: 5%;
        height: auto
    }
    .thomas-inner-content a {
        margin-left: 0
    }
    .thomas-param .other-separator {
        width: 90%
    }
    .media-controls {
        padding: 10px 0
    }
    .media-controls a,
    .media-controls button {
        margin: 0 30px 0 0;
        padding-bottom: 10px
    }
    /*media texomony page*/
    .forece-featured::after {
        background: none;
    }
    .forece-featured {
        background: #000;
    }
    /*footer*/
    footer.site-footer {
        padding-bottom: 60px
    }
    .fter-left-cont::before {
        width: auto
    }
    .faddress {
        width: 75%;
        margin-top: 97px;
        margin-left: 0
    }
    .fter-left-cont-inner a {
        margin-left: -7px
    }
    .fter-left-cont-inner p {
        margin: 60px -7px
    }
    .fter-left-cont .fter-left-cont-inner {
        left: 5%;
        top: 15px;
        width: 80%
    }
    .footer-social {
        margin: 100px 0 0 22px;
        left: 0
    }
    .fcopywirte {
        margin-top: 30px;
        margin-left: 30px;
        left: 0
    }
}

@media screen and (max-width:460px) {
    [lang="de-CH"] .col4-parent p.min-height {
        min-height: 0px;
    }
    .borer-slide2-carousel,
    .media-image-right {
        position: relative;
        left: 0
    }
    .home .slider-two-area {
        padding-bottom: 0;
    }
    .slider-two-area {
        padding: 100px 0px 0px
    }
    .header-tagline {
        top: 25%;
        width: 90%;
        margin: 0 25px
    }
    .header-tagline h4 {
        font-size: 15px
    }
    .head-area h2,
    .header-tagline h2 {
        font-size: 30px;
        line-height: 40px
    }
    .intc-multi-language.desktop {
        display: none
    }
    .highlight .intc-multi-language.mobile {
        display: block
    }
    .intc-multi-language {
        position: relative;
        width: 80%
    }
    .intc-multi-language a {
        padding: 0 15px 0 0;
        background: 0 0;
        margin: 5px 15px 0 0
    }
    .col4-parent .innercol,
    .media-image-right,
    .small-inner-col p {
        margin-bottom: 50px
    }
    .intc-multi-language a:first-child {
        border-right: 1px solid #F3F3F4
    }
    .small-inner-col {
        top: 432px;
        width: 100%;
        margin-left: -15px;
        padding: 25px 20px
    }
    .big-inner-col {
        top: 90px
    }
    .common-param,
    .head-area h2 {
        width: 100%
    }
    .col4-parent {
        padding: 50px 0
    }
    .media-image-left {
        position: relative;
        right: 0;
        margin: 50px 0
    }
    .forece-featured .media-title.mlist-tit {
        width: auto;
    }
    .column2-media-box.slides {
        padding: 150px 0
    }
    .slider-content-center p {
        padding-bottom: 50px
    }
    .borer-slide2-carousel {
        top: 0;
        margin-top: 50px
    }
    .borer-slide2-carousel .owl-nav {
        left: 80px;
        top: -105px;
    }
    #counter {
        top: 620px;
        right: 270px;
        left: 8%
    }
    .testi_1 .slider-content-center {
        padding-top: 150px
    }
    #counter_testi.testi_1,
    #counter_testi.testi_2 {
        bottom: 55%;
        right: 80%;
        z-index: 111
    }
    .borer-testi-carousel.testi_1 .owl-nav {
        right: 0;
        bottom: 55%
    }
    .testi_2 .column2-media-box {
        padding: 150px 0
    }
    .borer-testi-carousel.testi_2 .owl-nav {
        right: 0;
        bottom: 92%
    }
    #counter_testi.testi_2 {
        right: 82%;
        top: 5%
    }
    .testi-name {
        margin-bottom: 50px
    }
    .team-content-right {
        position: absolute;
        left: 4%;
        top: 310px
    }
    .half-left .team-left {
        left: 0;
        height: 350px
    }
    .team-content-left .team-param {
        width: 100%;
        margin-bottom: 0
    }
    .half-left .team-content-left {
        position: relative;
        margin-top: 100px;
        margin-bottom: 50px
    }
    .artical-title {
        height: 50px;
    }
    .blog-hlist .artical-title {
        height: 85px
    }
    .artical-text-box {
        padding: 50px 0
    }
    .artical_last_link {
        bottom: 6%;
        left: 4%
    }
    .artical_param {
        height: auto
    }
    .artical-text-box .col-inner {
        margin: 50px 0;
        float: left
    }
    .service-box .artical_link {
        float: left
    }
    .thomas-inner-content {
        margin-top: 50px
    }
    .thomas-param blockquote {
        width: 80%;
        margin-left: 5%;
        height: auto
    }
    .thomas-inner-content a {
        margin-left: 0
    }
    .thomas-param .other-separator {
        width: 90%
    }
    .media-title h3 {
        height: auto;
    }
    .media-controls {
        padding: 10px 0
    }
    .media-controls a,
    .media-controls button {
        margin: 0 10px 0 0;
        padding-bottom: 3px
    }
    .quform-form {
        width: 80%;
        margin-left: 20%
    }
    .quform-inner-2_29 .quform-options-inline>.quform-option,
    .quform-input-2_21 .quform-options-inline>.quform-option {
        width: 49%
    }
    .quform-inner-2_21 .quform-options-inline>.quform-option:nth-child(10),
    .quform-inner-2_21 .quform-options-inline>.quform-option:nth-child(2),
    .quform-inner-2_21 .quform-options-inline>.quform-option:nth-child(4),
    .quform-inner-2_21 .quform-options-inline>.quform-option:nth-child(6),
    .quform-inner-2_29 .quform-options-inline>.quform-option:nth-child(2),
    .quform-inner-2_29 .quform-options-inline>.quform-option:nth-child(4),
    .quform-inner-2_29 .quform-options-inline>.quform-option:nth-child(6),
    .quform-inner-2_29 .quform-options-inline>.quform-option:nth-child(8) {
        border-right: 1px solid #C1C1C2
    }
    .quform-inner-2_21 .quform-options-inline>.quform-option:nth-child(10),
    .quform-inner-2_21 .quform-options-inline>.quform-option:nth-child(9),
    .quform-inner-2_29 .quform-options-inline>.quform-option:nth-child(5) {
        border-bottom: none
    }
    .quform-inner-2_29 .quform-options-inline>.quform-option:nth-child(5) {
        border-right: none
    }
    .quform-option .quform-option-text {
        font-size: 10px
    }
    .quform-element-row-2_23 {
        background: #fff
    }
    .quform-element-row-2_23::before {
        content: ''
    }
    .quform-input-2_25 .quform-option:first-child::after,
    .quform-input-2_25 .quform-option:last-child::after,
    .quform-input-2_25 .quform-option:nth-child(2)::after,
    .quform-input-2_25 .quform-option:nth-child(3)::after,
    .quform-input-2_25 .quform-option:nth-child(4)::after {
        border: none
    }
    .quform-input-2_25 .quform-option:first-child::before,
    .quform-input-2_25 .quform-option:last-child::before,
    .quform-input-2_25 .quform-option:nth-child(2)::before,
    .quform-input-2_25 .quform-option:nth-child(3)::before,
    .quform-input-2_25 .quform-option:nth-child(4)::before {
        background: #fff;
        width: 0;
        height: 0;
        right: 0
    }
    .quform-input-2_25 .quform-option:first-child,
    .quform-input-2_25 .quform-option:last-child,
    .quform-input-2_25 .quform-option:nth-child(2),
    .quform-input-2_25 .quform-option:nth-child(3),
    .quform-input-2_25 .quform-option:nth-child(4) {
        position: relative;
        top: 0
    }
    .quform-input-2_25 .quform-option {
        display: block;
        width: 100%;
        left: 0 !important;
        margin-bottom: 15px
    }
    .quform-input-2_25 .quform-options-inline>.quform-option {
        border: 1px solid #C1C1C2;
        margin-bottom: 15px;
        width: 100%
    }
    .quform-inner-2_29 .quform-options-inline>.quform-option:nth-child(10),
    .quform-inner-2_29 .quform-options-inline>.quform-option:nth-child(9),
    .quform-inner-2_62 .quform-options-inline>.quform-option:nth-child(5),
    .quform-inner-2_62 .quform-options-inline>.quform-option:nth-child(6),
    .quform-input-2_33 .quform-options-inline>.quform-option:nth-child(1),
    .quform-input-2_33 .quform-options-inline>.quform-option:nth-child(2),
    .quform-input-2_37 .quform-options-inline>.quform-option:nth-child(1),
    .quform-input-2_37 .quform-options-inline>.quform-option:nth-child(2) {
        border-bottom: none
    }
    .quform-inner-2_29 .quform-options-inline>.quform-option:nth-child(10),
    .quform-inner-2_62 .quform-options-inline>.quform-option:nth-child(2),
    .quform-inner-2_62 .quform-options-inline>.quform-option:nth-child(6),
    .quform-input-2_33 .quform-options-inline>.quform-option:nth-child(2),
    .quform-input-2_37 .quform-options-inline>.quform-option:nth-child(2) {
        border-right: 1px solid #C1C1C2
    }
    .quform-option,
    .quform-options-inline>.quform-option {
        padding: 0;
        margin: 0;
        width: 50%
    }
    footer.site-footer {
        padding-bottom: 60px
    }
    .fter-left-cont::before {
        width: auto
    }
    .faddress {
        width: 75%;
        margin-top: 97px;
        margin-left: 0
    }
    .fter-left-cont-inner p {
        margin: 60px 0
    }
    .fter-left-cont-inner a {
        margin-left: 0
    }
    .fter-left-cont .fter-left-cont-inner {
        left: 5%;
        top: 15px;
        width: 80%
    }
    .footer-social {
        left: 0;
        margin: 100px 0 0 15px
    }
    .fcopywirte {
        margin-top: 30px;
        margin-left: 15px;
        left: 0
    }
}

.videoWrapper {
    background-color: #000;
    height: 0;
    position: relative;
    width: 100%;
}

.videoWrapper43 {
    padding-top: 75%;
}

.videoWrapper169 {
    padding-top: 56%;
}

.videoIframe {
    background-color: transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border: none;
}

.videoPoster {
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    border: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 1;
    outline: none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 0;
    transition: opacity 800ms, height 0s;
    transition-delay: 0s, 0s;
    width: 100%;
}

.videoPoster:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='66px' height='66px' viewBox='0 0 66 66' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3Eplay button@1x%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Purpose' transform='translate(-277.000000, -2558.000000)' stroke='%23FFFFFF' stroke-width='2'%3E%3Cg id='play-button' transform='translate(278.000000, 2559.000000)'%3E%3Ccircle id='Oval-3' fill-opacity='0.496824' fill='%23000000' cx='32' cy='32' r='32'%3E%3C/circle%3E%3Cg id='small-right' transform='translate(26.880000, 17.920000)' stroke-linecap='round'%3E%3Cpolyline id='Shape' points='0 0 14.72 14.72 0 29.44'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center center;
}


/* .videoPoster:before {
    border: 2px solid #fff;
    border-radius: 100%;
    content: "";
    height: 80px;
    left: 50%;
    margin: -40px 0 0 -40px;
    position: absolute;
    top: 50%;
    transition: border-color 300ms;
    width: 80px;
    background: #000;
    opacity: 0.6;

}
.videoPoster:after {
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    left: 51%;
    margin: -15px 0 0 -10px;
    position: absolute;
    top: 50%;
    transition: border-color 300ms;
    width: 0;
} */

.videoPoster:hover:before,
.videoPoster:focus:before {
    border-color: #B19D60;
}

.videoPoster:hover:after,
.videoPoster:focus:after {
    border-left-color: #B19D60;
}

.videoWrapperActive .videoPoster {
    height: 0;
    opacity: 0;
    transition-delay: 0s, 800ms;
}


/* New CSS */
#twitterFeed *{
    font-size: 17px !important;
    line-height: 25px !important;
}
.tmm .tmm_member .tmm_photo {
    border: 0px!important;
    border-radius: 0px!important;
}

.team-btn {
    margin-top: 60px;
}

.team-btn a {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #B19D60;
    padding: 20px 30px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
}

.team-btn a:hover,
.team-btn a:focus,
.team-btn a:active {
    background-color: #B19D60;
    color: #fff;
    transition: .3s;
}

.tmm_scblock {
    margin: 15px 0px !important;
}

.tmm_scblock a[title="LinkedIn page"] img,
.tmm_scblock a[title="Twitter page"] img,
.tmm_scblock a[title="Email"] img {
    display: none !important;
}

.tmm_scblock a[title="LinkedIn page"]:after {
    position: absolute;
    content: '\f0e1';
    font-family: 'FontAwesome';
    margin-left: -8px;
}

.tmm_scblock a[title="Twitter page"]:after {
    position: absolute;
    content: '\f099';
    font-family: 'FontAwesome';
    margin-left: -10px;
}

.tmm_scblock a[title="Email"]:after {
    position: absolute;
    content: '\f0e0';
    font-family: 'FontAwesome';
    margin-left: -12px;
}

.tmm_scblock a[title="LinkedIn page"]:hover:after,
.tmm_scblock a[title="Email"]:hover:after,
.tmm_scblock a[title="Twitter page"]:hover:after {
    color: #fff;
    transition: .3s;
}

.tmm_scblock a {
    background: #B19D60;
    color: #1C1D1F;
    font-size: 24px;
    padding: 8px 20px;
    margin-right: 18px;
    transition: all .2s linear;
}

.tmm .tmm_member {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border-top: 0px !important;
    border-bottom: 1px solid #eee !important;
    margin-bottom: 60px !important;
    height: 475px !important;
}

@media only screen and (max-width:375px) {
    .half-left .team-content-left {
        position: relative;
        margin-top: 70px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:768px) {
    .tmm .tmm_member .tmm_photo {
        border: 0px!important;
        border-radius: 0px!important;
    }
}

@media only screen and (max-width:320px) {
    .site-branding .custom-logo {
        width: 248px;
    }
}