/*
Theme Name: VOLBURG
Theme URI: https://www.volburg.com
Author: AtOneSpot Agency
Author URI: https://www.atonespot.com/
Description: VOLBURG website
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aos
*/


@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,600,800&subset=latin-ext');

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #b71a2f;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-border-radius: 1px;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    background-color: #ddd;
}

.grecaptcha-badge {
    box-shadow: none !important;
}
.grecaptcha-logo {
    display: none;
}

:root {
  --global-transition: .3s all ease-in-out;
  --global-transition-2x: .6s all ease-in-out;
}

#preloader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}
#loading{
    background-image: url(/wp-content/uploads/2018/03/header-logo-dark.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 234px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wow{
    visibility: hidden;
}
body{
    font-family: 'Barlow', sans-serif;
    color: #414042;
    position: relative;
}
img{
    max-width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 600;
}
h1,.h1{
    font-size: 2.5rem;
}
h2,.h2{
    font-size: 2rem;
}
h3,.h3{
    font-size: 1.5rem;
}
h4,.h4{
    font-size: 1.25rem;
}
h5,.h5{
    font-size: 1rem;
}
h6,.h6{
    font-size: 0.75rem;
}
p.heading {
    font-size: 1.25rem;
    font-weight: 600;
}
p {
    margin-bottom: 0.5rem;
}
p:last-of-type{
    margin-bottom: 0;
}
.z-index-1{
    z-index: 1;
    position: relative;
}
#header .navbar{
    padding: 0;
    display: inline-flex;
}
.navbar-nav > li{
    width: auto;
    display: inline-block;
    margin: 0 0 0 0.5rem;
}
.navbar-nav > li > .dropdown-menu > .current-menu-item{
    background-color: #b71a2f;
}
.navbar-nav > li > .dropdown-menu > .current-menu-item >.dropdown-item:not(:hover){
    color: #fff;
    text-decoration: none;
}
#main_menu_container{
    justify-content: flex-end;
}
section{
    position: relative;
}
input, button, textarea, select{
    outline: none !important;
}
.btn{
    border-radius: 0;
    position: relative !important;
    box-shadow: none !important;
    text-transform: uppercase;
}
.btn-group-lg>.btn, .btn-lg{
    font-size: 1rem;
}
.btn::before,
.btn::after{
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn::before {
    content: "";
    position: absolute;
    right: -11px;
    top: -1px;
    background: #fff;
    height: calc(100% - 8px);
    width: 1rem;
}
.btn::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -1px;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
}
div.wpforms-container-full .wpforms-form input[type=submit].btn.btn-primary,
div.wpforms-container-full .wpforms-form button[type=submit].btn.btn-primary,
div.wpforms-container-full .wpforms-form .wpforms-page-button.btn.btn-primary{
    color: #fff;
    background-color: #b71a2f;
    border-color: #b71a2f;
}
div.wpforms-container-full .wpforms-form input[type=submit].btn.btn-primary:hover,
div.wpforms-container-full .wpforms-form button[type=submit].btn.btn-primary:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button.btn.btn-primary:hover{
    background-color: #c31628;
    border-color: #b71a2f;
}
.btn.btn-primary::before{
    background: #b71a2f;
}
.btn.btn-primary.active::before{
    background: #c31628;
}
.btn.btn-primary::after{
    border-left: 10px solid #b71a2f;
}
.btn.btn-primary.active::after{
    border-left: 10px solid #c31628;
}
.btn-primary:hover::before{
    background: #c31628;
}
.btn-primary:hover::after{
    border-left: 10px solid #c31628;
}
.btn.btn-secondary::before{
    background: #231f20;
}
.btn.btn-secondary::after{
    border-left: 10px solid #231f20;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle{
    background-color: #c31628;
}

.btn-white{
    border-color: #fff;
    background-color: #fff;
}
i{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pl-10{
    padding-left: 10rem !important;
}
.pl-12{
    padding-left: 12rem !important;
}
.pt-6{
    padding-top: 12rem !important;
}
.pr-half{
    padding-right: 50%;
}
.pl-half{
    padding-left: 50%;
}
.bg-white{
    background-color: #fff !important;
}
.bg-light{
    background-color: #f1f2f2 !important;
}
.bg-dark {
    background-color: #231f20!important;
}
.my-5rem{
    margin: 5rem 0;
}
.mt-5rem{
    margin-top: 5rem;
}

.box-shadow-all{
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
}
.box-shadow{
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
}

.text-center .line{
    margin-left: auto;
    margin-right: auto;
}
.widget .text-white .line{
  background-color: #fff;
}
.line,.line.red{
    clear: both;
    display: block;
    height: 3px;
    width: 0;
    background-color: #b71a2f;
    margin-top: 1rem;
    margin-bottom: 1rem;
    transition: var(--global-transition);
}
.line.smaller,
.line.inactive{
    height: 2px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;  
}
.line:not(.inactive).active,
.market-point:hover .line.inactive,
.line.inactive.force,
.active .line{
    width: 50px;
}
.navbar-nav .nav-link{
    position: relative;
}
#main_header .nav > li > a.active > span::before,
#main_header .nav > li.active:not(.btn) > a > span::before{
    background-color: #b71a2f;
    width: 100%;
}
#main_header .nav > li > a > span{
    position: relative;
}
#main_header .nav > li > a > span::before{
    position: absolute;
    content: "";
    bottom: -9px;
    height: 2px;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    transition: var(--global-transition);
}
.disableUI{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}

/* FORMS */

body .wpforms-form input:not([type=submit]):not([type=radio]):not([type=checkbox]),
body .wpforms-form select,
body .wpforms-form textarea{
    background-color: #f5f6f6 !important;
    border-radius: 0 !important;
    height: 40px !important;
    border: none !important;
}
input[type=file]{
    width: 100% !important;
    line-height: 20px;
    padding: 7px !important;
}
body .wpforms-form textarea{
    height: 100px !important;
}
.select2-container{
    max-width: 100%;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #414042;
    background: #f5f6f6;
    height: 40px;
    line-height: 40px;
}
body .select2-selection{
    position: relative !important;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
}
.select2-container--open .select2-dropdown--below {
    border-radius: 0;
    border-top: 1px solid #aaa;
}

/* HEADER */

.admin-bar #header,
.admin-bar #header.scrolled{
    top: 32px;
}
body.error404 #header,
#header.standard{

}
#header,
#header.scrolled{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: var(--global-transition);
}
#content.no-banner{
    margin-top: 112px;
}
#header:not(.transparent),
#header.scrolled{
    background-color: #fff;
}
#header.scrolled #main_header{
    /*padding: 0.5rem 0;*/
}
#header.scrolled #top_header{
    /*padding: 0.25rem 0 !important;*/
}
#header.scrolled #logo .light,
#header.standard #logo .light{
    display: none !important;
}
#header.scrolled #logo .dark,
#header.standard #logo .dark{
    display: block !important;
}
#logo img,
#footer_logo img{
    max-width: 234px;
}

#top_header{
    background-color: #231f20;
    color: #fff;
    transition: var(--global-transition);
    font-size: 14px;
}
#top_header i{
    margin-left: 1rem;
}
#main_header{
    padding: 1rem 0;
    transition: var(--global-transition);
}
.transparent #main_header .nav > li > a {
    color: #fff;
}
#header.scrolled #main_header .nav > li:not(.btn) > a,
#header.standard #main_header .nav > li:not(.btn) > a{
    color: #414042;
}
#main_header .nav > li.btn > a{
    padding: 0;
    color: #fff;
}

.navbar-toggler{
    padding: 0;
    border: none;
    width: 24px;
    height: 22px;
    position: relative;
    margin-left: 2rem;
}
.navbar-toggler span{
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    background: #000;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: var(--global-transition);
}
.navbar-toggler span::before{
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    background: #000;
    top: -8px;
    transition: var(--global-transition);
}
.navbar-toggler span::after{
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    background: #000;
    bottom: -8px;
    top: auto;
    transition: var(--global-transition);
}
.navbar-toggler span.active{
    height: 0;
}
.navbar-toggler span.active::before{
    content: "";
    transform: rotate(45deg);
    top: 0;
}
.navbar-toggler span.active::after{
    content: "";
    transform: rotate(-45deg);
    top: 0;
}

/* HOME */


#aos_banner{
    height: 800px;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}
#aos_banner.page-banner{
    max-height: 500px;
}
#aos_banner:not(.page-banner) h1{
    margin-bottom: 10rem;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.25;
    z-index: 2
}
#aos_banner video{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
    z-index: 1;
}
#aos_banner .container{
    position: relative;
    z-index: 6;
}
#aos_banner.page-banner {
    max-height: 500px;
    min-height: 250px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
#aos_banner.page-banner .banner-text *:last-child{
    margin-bottom: 0;
}

#home_main_points{
    position: relative;
    z-index: 4;
}
#home_main_points .container{
    position: relative;
    padding: 0;
}
#home_main_points .row{
    position: absolute;
    top: -86px;
    background-image: url(/wp-content/uploads/2018/03/microchip.png);
    background-size: 108px;
    background-repeat: no-repeat;
    background-position: 2rem 50%;
}

#technologies h5{

}

#solutions,
.bg-elements{
    background-image: url(/wp-content/uploads/2018/03/background-shape-thingies.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.background-till-side{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
}
.dark-gradient-left-to-right::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(35,31,32,1) 0%, rgba(0,0,0,0) 50%);
    background: -webkit-linear-gradient(left, rgba(35,31,32,1) 0%,rgba(0,0,0,0) 50%);
    background: linear-gradient(to right, rgba(35,31,32,1) 0%,rgba(0,0,0,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231f20', endColorstr='#00000000',GradientType=1 );
}

#market_points{
    position: relative;
    height: 580px;
}
#market_points .market-point{
    position: absolute;
    width: 100%;
    height: 50%;
    padding: 0;
    z-index: 5;
}
span.red-dot{
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: #b71a2f;
    border-radius: 100%;
    cursor: pointer;
}
#point_market_industrial{
    top: 78px;
    right: 2px;
}
#point_market_security{
    bottom: 78px;
    right: 2px;
}
#point_market_automotive{
    top: 78px;
    left: -1px;
}
#point_market_energy{
    bottom: 78px;
    left: -1px;
}
span.red-dot::after{
    font-family: Flaticon;
    content: "";
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
    background-color: #b71a2f;
    opacity: 0.5;
    border-radius: 100%;
    font-size: 0rem;
    text-align: center;
    color: #fff;
    line-height: 4rem;
    font-weight: normal;
    transition: var(--global-transition);
}
span.red-dot i{
    color: #fff;
    z-index: 1;
    font-size: 0;
    text-align: center;
    line-height: 4rem;
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
    position: absolute;
    transition: var(--global-transition);
}
span.red-dot i::before{

}
.active span.red-dot::after {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
    font-size: 2rem;
    opacity: 1;
}
.active span.red-dot i{
    font-size: 2em;
}
#market_points .market-point.top-left{
    top: 0;
    left: 0;
    padding-right: 110px;
}
#market_points .market-point.top-right{
    top: 0;
    right: 0;
    padding-left: 110px;
}
#market_points .market-point.bottom-left{
    bottom: 0;
    left: 0;
}
#market_points .market-point.bottom-right{
    bottom: 0;
    right: 0;
}
#market_points .market-point.bottom-left > div{
    position: absolute;
    left: 0;
    bottom: 0;
    padding-right: 110px;
}
#market_points .market-point.bottom-right > div{
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 110px;
}
#markets_image{
    background-image: url(/wp-content/uploads/2018/03/circles.png);
    background-size: contain;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 580px;
    height: 580px;
}
#markets_image > div{
    background-image: url(/wp-content/uploads/2018/03/1-min.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 4rem;
    left: 4rem;
    bottom: 4rem;
    right: 4rem;
    border-radius: 100%;
    transition: var(--global-transition);
}

#contact_map{
    height: 400px;
    margin-top: -300px;
}
#customer_map{
    height: 700px;
}
.info_content ul{
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

#footer{
    background-color: #f1f2f2;
    color: #414042;
}
#footer-widgets {
    background: #414042;
    color: #fff;
}
#copyright{
    background-color: #333;
    color: #fff;
}
#copyright a{
    color: #fff;
}

.banner-text {
    z-index: 2;
}

section#pre-footer ul {
    padding: 0;
}

#pre-footer .footer-1 a, #pre-footer .footer-1 h5 {
    color: #fff;
}


/*ABOUT US PAGE*/

#page_banner{
    height: 500px;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}
#page_banner h1{
    margin-bottom: 1rem;
}

.bg-side-full {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
}

.side-img {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: -20px;
    left: 0;
    right: -105px;
}

.partner-link {
    font-weight: 600;
}

.img {
    position: relative;
    overflow: hidden;
}

.receive-offer {
    background-color: #fff;
    padding: 3rem;
}

.bg-side-full.left {
    right: 50%;
    left: 0;
    top: 65%;
}

.partner-block {
    margin: 1rem 0;
}
#network .col-12 img{
    margin-bottom: 0.5rem;
}
#network .col-12 a{
    display: inline-block;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.offer-bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#receive-offer .btn-primary {
    float: right;
    margin-right: 0.5rem;
}

#receive-offer .form-control {
    background-color: #ddd;
}

#receive-offer {
    background-color: #ddd !important;
}

.work-with-us {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    z-index: 6;
}

.offer-bg-img::before {
    background-color: #000;
    opacity: 0.5;
}

/*TECHNOLOGIES PAGE*/

.read-more {
    margin-top: 1rem;
}
.read-more:after{
    content: " →";
}

.img-height {
    min-height: 500px;
    background-position: center;
    background-size: cover;
}

.banner-img {
    background-size: cover !important;
}

a.read-more-link {
    position: relative;
    font-weight: 600;
    bottom: 0;
}

.social-icons a{
    text-decoration: none;
}
.shadow {
    box-shadow: 1px 1px 40px 10px #ddd !important;
}
#cookie-notice{
}
#cookie-notice #cn-notice-text{
}
#cookie-notice .cn-button {
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    color: #333;
}
.cookie-notice-container{
    padding: 1rem;
}

.min-height-350{
    min-height: 350px;
}

.column-video{
    max-width: 100%;
    position: relative;
    z-index: -1;
}

/*GUARANTEED QUALITY*/

.arrow {
    fill: #b71a2f;
}

#content ul {
    list-style-type: none;
    padding: 0;
}

#content ul li:not(.nav-item) {
    margin-bottom: .5rem;
}

#content li:not(.dot):not(.nav-item)::before {
    background-color: #b71a2f;
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    height: 6px;
    width: 6px;
}

#reliable span {
    font-weight: 600;
}

.carousel-cell {
  width: 50%;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: carousel-cell;
}



button.flickity-prev-next-button.previous:disabled {
    display: none !important;
}

button.flickity-prev-next-button.next:disabled {
    display: none;
}

.flickity-prev-next-button {
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: unset;
    border-color: unset;
    position: absolute;
    border: none !important;
    cursor: pointer;
    z-index: 3;
}

.gradiant-overlay {
    background: linear-gradient(to right, transparent , #fff);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 25%;
}

/*PRODUCTION*/

.dropdown {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: auto;
  & + .dropdown {margin-top: 15px;}
}
.dropdown__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #414042;
    padding: 15px;
    box-sizing: border-box;
    font: 600 14px/22px sans-serif;
    background-color: #ddd;
    cursor: pointer;
    transition: background .3s ease;
    will-change: background;
  &:hover {background: #0d5871;}
  &::after {
    content: '\f13a';
    font: 20px 'FontAwesome';
    transition: transform .5s ease;
    will-change: transform;
  }
}
.open .dropdown__top::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dropdown__btm {
    background: #f2f2f2;
    color: #555;
    font-size: 15px;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 15px;
    display: none;
}

/*WHAT WE DO*/

#development ul.quality-policy {
    padding: 0;
}
/*
.non-transparent {
    position: relative !important;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: var(--global-transition);
    box-shadow: 1px 1px 35px 0px #ddd;
}

.non-transparent span {
    color: #414042;
}*/

/*WE CREATE PROTOTYPES*/

#prototype span {
    font-weight: 600;
}

ul.inner-bullets {
    list-style: none;
}

/*DEVELOPMENT*/

.blog-read-more {
    position: relative;
    bottom: 0;
    font-weight: 600;
}

/*PRODUCTION*/

.dropdown.open .dropdown__btm {
    display: block;
}

#value .quality-policy, #box-build .quality-policy {
    list-style-type: none;
    padding: 0;
}

.background-img.right {
    left: 0;
    right: unset;
}

.background-img {
    height: 350px;
    background-size: cover !important;
    background-position: center;
    position: absolute;
    right: 0;
}

#testing .dropdown__top::after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #A9A9A9;
    content: "";
}

/*MARKET SEGMENT*/

#industrial-electronics{
    position: relative;
    z-index: 2;
}
#industrial-electronics::before {
    content: "";
    background-color: #f1f2f2;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.section-overflow {
    background-color: #fff;
    position: relative;
}

.read-more-link.market {
    position: relative;
    bottom: unset;
}

.offer-bg-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 5;
}

.text-area {
    min-height: 350px;
}

/*SERVICES*/

.service-category {
    list-style: none;
    display: inline-flex;
}

ul.service-category li {
    margin-right: 2rem;
}

/*NEWS*/

#news .carousel-cell:before {
    display: none;
}

#news .carousel-cell {
    height: auto !important;
}

#news .flickity-page-dots .dot {
    background-color: #fff;
    opacity: 1;
}

#news li.dot.is-selected {
    background-color: #b71a2f;
}

#news .news-read-more {
    font-weight: 600;
    margin: 5px 0;
    display: block;
    position: relative;
    z-index: 1;
}


#news .news-slide.carousel-cell::after {
    content: "";
    position: absolute;
    background-color: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
}

#news .news-slide.carousel-cell.is-selected::after {
    opacity: 0;
}

#news .carousel-cell {
    margin-right: 1rem;
}
.news-thumbnail img{
    width: 100%;
    height: auto;
}

.mini-post{
    position: relative;
    top: 0;
    transition: var(--global-transition);
}
.mini-post:hover{
    top: -1rem;
}

.widget_custom_html .widget_text{
    padding:  0 !important;
}


/*PRE-FOOTER*/

#pre-footer img {
    width: 20%;
}

#pre-footer {
    background-color: #414042;
}


/* ---- button ---- */

.button {
  display: inline-block;
  padding: .75em 1.0em;
  background: transparent;
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
}

.button:hover {
  background-color: none;
  text-shadow: none;
  color: #b71a2f;
}

.button:active,
.button.is-checked {
  background-color: transparent;
  font-weight: 600;
}

.button.is-checked {
  color: #b71a2f;
  text-shadow: none;
}

.button:active {
  box-shadow: none;
}

/* ---- button-group ---- */

.button-group {
  margin: 20px 0;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0; }
.button-group .button:last-child { border-radius: 0; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid {
    position: relative;
}

/* ---- .team-member ---- */

.team-member {
  position: relative;
  background: transparent;
  color: #262524;
  margin-bottom: 30px;
}
.team-member-wrap{
    position: relative;
}
.team-member-wrap:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.team-member > img{
    width: 100%;
    height: auto;
}

.team-member > * {
  margin: 0;
  padding: 0;
}

.team-member .name {
  position: absolute;
  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.team-member .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.team-member .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.team-member .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}


#team-filter .pull-right {
    float: right;
}

.profile-text {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 1;
}
.profile-text p{
    position: relative;
    padding-left: 1rem;
}
p.red-dot:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #c31628;
    position: absolute;
    top: 8px;
    left: 0;
}

button.button::after {
    content: "";
    background-color: #ddd;
    width: 2px;
    height: 25px;
    position: absolute;
    margin-left: 1rem;
}

button.button-group {
  margin:auto;
  display:block;
}

button.button:last-child::after {
    background-color: transparent;
}

button.button {
    border: none !important;
}

div#filters {
    display: inline-flex;
    border: 1px solid #ddd;
}

#about-us .background-img{
    height: 90% !important;
}
#about .background-img {
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
}
#about .background-img::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(35,31,32,1) 0%, rgba(0,0,0,0) 50%);
    background: -webkit-linear-gradient(left, rgba(35,31,32,1) 0%,rgba(0,0,0,0) 50%);
    background: linear-gradient(to right, rgba(35,31,32,1) 0%,rgba(0,0,0,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231f20', endColorstr='#00000000',GradientType=1 );
}
.bg-dark .bg-white:not(.news-text){
    background-color: transparent !important;
}

/* WIDGETS */

.widget .menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#footer .widget .menu li a{
    color: #fff;
}

/* VACANCIES */
ul.vacancies > li {
    padding: 1rem;
    margin: 0 !important;
	border: 1px solid transparent;
    border-bottom: 1px solid #dee2e6;
    transition: 0.15s all linear;
}

ul.vacancies > li > a {
}

ul.vacancies li:first-child {
    border-top: 1px solid #dee2e6;
}

ul.vacancies > li:hover {
    box-shadow: 1px 1px 40px 10px #ddd !important;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

@media (max-width: 1200px) and (min-width: 992px){
    .navbar-nav > li{
        margin: 0 0 0 0.5rem;
    }

}


@media (min-width: 992px){
    .transparent:not(.scrolled) .navbar-toggler span,
    .transparent:not(.scrolled) .navbar-toggler span::before,
    .transparent:not(.scrolled) .navbar-toggler span::after{
        background-color: #fff;
    }
    #markets{
        padding-top: 8rem !important;
    }
}

@media (max-width: 1199px) {

    a.read-more-link {
    position: relative;
    font-weight: 600;
    bottom: 0;
    }
}

@media (max-width: 991px){
    #main_menu_container .dropdown-menu.show {
        border: 0;
        text-align: center;
        text-transform: uppercase;
        background-color: transparent;
    }
    #top_header{
        display: none !important;
    }
    .container {
        max-width: 90%;
    }
    #main_header{
        position: relative;
        padding: .5rem 0;
    }
    #logo{
        z-index: 2;
    }
    #menu_wrapper{
        position: static;
        align-items: center;
        display: flex;
        justify-content: flex-end;
    }
    .navbar-toggler{
        display: inline-flex;
    }
    #header .navbar{
    
    }
    #header .navbar #main_menu_container{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: fixed;
        right: 0;
        top: 0;
        padding: 4rem 2rem 2rem 2rem;
        width: 100%;
        height: 0%;
        text-align: center;
        background: rgba(255, 255, 255, 0.95);
        visibility: hidden;
        transition: var(--global-transition-2x);
    }
    #header .navbar #main_menu_container.active{
        visibility: visible;
        height: 100%;
    }
    #header .navbar #main_menu_container.active .navbar-nav{
        opacity: 1;
    }
    #header .navbar .navbar-nav{
        display: block;
        width: 100%;
        opacity: 0;
        transition: var(--global-transition);
    }
    #main_header .nav  > li{
        display: inline-block;
        width: auto;
        margin: 0;
        margin-left: 3rem;
    }
    #main_header .nav > li:not(.btn) > a{
        color: #414042 !important;
    }
    #main_header .nav > li > a{
        font-size: 1.5rem;
    }
    #main_header .nav > li > a > span{
        position: relative;
    }
    #header.transparent{
        background-color: #fff;
    }
    #logo .light{
        display: none !important;
    }
    #logo .dark{
        display: block !important;
    }
    #home_main_points .row{
        position: relative;
        top:  -50px;
    }
    .pt-6{
        padding-top: 3rem !important;
    }
    #market_points {
        height: auto;
    }
    #market_points>div {
        min-width: 100%;
        margin: 0;
        padding-left: 6rem;
        margin-bottom: 0 !important;
    }
    #market_points .market-point{
        padding: 0 !important;
        position: static;
        margin-bottom: 1rem;
    }
    #market_points .market-point > div {
        padding: 0 !important;
        position: relative !important;
    }
    #markets_image {
        display: none;
    }
    span.red-dot {
        left: -45px !important;
        right: auto !important;
        bottom: 0 !important;
        top: 4px !important;
    }
    #markets-wrap > .container{
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    #main_header .nav > li{
        display: block;
        margin: 0;
    }
    #main_header .nav > li.btn{
        display: inline-block;
        margin-top: 1rem;
    }
}


@media (max-width: 782px){
    .admin-bar #header{
        top:  46px;
    }
}

@media (max-width: 767px){
    .img-height{
        min-height: 300px;
    }
    div#filters {
    display: inline;
    border: none;
    }

    section#development img {
    width: 100%;
    }
    .background-img {
        position: relative !important;
        min-height: 300px !important;
    }

    .side-img {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    }

    .offer-bg-img {
    height: 350px !important;
    }

    .bg-side-full {
    position: relative;
    left: 0;
    height: 350px;
    margin: 0 !important;
    }

    .container{
        max-width: 96%;
    }
    #aos_banner:not(.page-banner) h1{
        margin-bottom: 5rem;
    }
    /*
    [class^='col-md']:not(.background-till-side):empty,
    [class*=' col-md']:not(.background-till-side):empty{
        display: none !important;
    }*/
    h1{
        font-size: 2rem;
        margin-bottom: 0;
    }
    #content [class^='col-md']:not(:last-of-type),
    #content [class*=' col-md']:not(:last-of-type){
        margin-bottom: 1rem;
    }
    .order-last{
        order: -2;
    }
    #home_main_points .row{
        padding: 1rem !important;
        padding-top: 10rem !important;
        background-position: center 2rem;
        text-align: center;
    }
    #home_main_points .row .col-md-4{
        margin-bottom: 1rem;
    }
    #customer_map{
        height: 400px;
    }
    #volburg-properties{
        order: 2;
        margin-bottom: 0;
    }
    #contact .px-5{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    #contact_map{
        margin-top: 0rem;
        height: 250px;
    }
    .background-till-side{
        margin-bottom: 0 !important;
        opacity: 0.25;
    }
    #about .pr-5{
        padding: 0 !important;
    }
    #contact .p-5{
        padding: 2rem !important;
    }
    div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths{
        width: 100% !important;
        margin-left: 0 !important;
    }
    .wpforms-field-name-first{
        margin-bottom: 20px !important;
    }
    #solutions img{
        max-width: 80%; 
    }
}
@media (max-width: 991px) and (min-width: 560px){

}

@media (max-width: 559px){
    #aos_banner{
        background-image: url('http://www.volburg.eu/wp-content/uploads/2018/03/volburg-video-placeholder.jpg');
        background-position: center center;
        background-size: cover;
    }
    #aos_banner video{
        display: none;
    }
    #aos_banner:not(.page-banner) h1{
        margin-bottom: 0;
    }
    #cta_menu{
        visibility: hidden;
        bottom: -2rem;
        position: fixed !important;
        left: 50%;
        transform: translateX(-50%);
        transition: var(--global-transition);
    }
    #cta_menu.show{
        bottom: 5rem;
        visibility: visible;
        transition-delay: 0.6s;
    }
    h1{
        font-size: 1.5rem
    }
    h2{
        font-size: 1.35rem
    }
    h3{
        font-size: 1.25rem
    }
    h4{
        font-size: 1.2rem
    }
    h5{
        font-size: 1.1rem
    }
    h6{
        font-size: 1rem
    } 
    #markets_image{
        display: none !important;
    }
    #market_points>div{
        padding-left: 6rem;
    }
    #markets-wrap span.red-dot::after {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
        font-size: 1.5rem;
        line-height: 3rem;
        opacity: 1;
    }
    span.red-dot i{
        font-size: 2em;
        text-align: center;
        line-height: 4rem;
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
        position: absolute;
    }
    span.red-dot {
        top: 1rem !important;
    }
    #market_points{
        padding-left: 0;
    }
    #main_header{
        padding: 1rem 0 !important;
    }
    #home_main_points .row{
        margin: 1rem 0;
        position: static;
        box-shadow: none;
        background-size: 54px;
        padding-top: 7rem !important;
    }
    #market_points .line{
        display: none !important;
    }
}
#main_header {
    /* valid for other styles you already have */
    transition: background-color 0.3s ease; 
}

#top_header {
    display: none !important;
}