

.svg-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #333;
}

.svg-wrap svg {
    width: 40px;
    height: 40px;
    padding: 6px 8px 8px 7px;
    z-index: 2
}

.vb-list-no-disc svg, .vb-list-no-disc svg path {
    fill: white;
    /* position:absolute; */
}

.vb-list-check li:before {
    display: none;
    margin-left: 0
}

.vb-footer .vb-teejit-list li {
    margin-left: 0;
    display: flex;
}

.vb-footer .vb-teejit-list li span {
    color: #ac0e10
}

.vb-footer {
    position: relative;
    z-index: 3;
    padding-top: 1.25rem;
    background-color: #e0e0e0
}

@media screen and (max-width: 63.9375em) {
    .vb-footer {
        text-align:center
    }
}

.vb-footer__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    grid-template-areas: 'header' 'contact' 'marketing' 'blog' 'social-links' 'service';
    padding: 0 1rem;
    background-color: #fff
}

@media print,screen and (min-width: 40em) {
    .vb-footer__items {
        padding:0 3.5rem
    }
}

@media print,screen and (min-width: 64em) {
    .vb-footer__items {
        grid-template-columns:1fr 1fr 1fr;
        grid-template-areas: 'header header header' 'contact marketing blog' 'social-links social-links social-links' 'service service service';
        gap: 1rem 8rem
    }
}

@media screen and (max-width: 63.9375em) {
    .vb-footer__item {
        display:flex;
        flex-direction: column;
        align-items: center
    }
}

.vb-footer__item--header {
    grid-area: header;
    margin-top: 2rem;
    margin-bottom: 1rem
}

.vb-footer__item--contact {
    grid-area: contact
}

.vb-footer__item--marketing {
    grid-area: marketing
}

.vb-footer__item--blog {
    grid-area: blog
}

.vb-footer__item--social-links {
    grid-area: social-links;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0
}

.vb-footer__item--social-links::before,.vb-footer__item--social-links::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 5rem;
    height: .2rem;
    margin-left: -2.5rem;
    background-color: #333
}

.vb-footer__item--social-links::before {
    top: 0
}

.vb-footer__item--social-links::after {
    bottom: 0
}

.vb-footer__item--social-links .vb-list-no-disc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
}

.vb-footer__item--service {
    grid-area: service
}

.vb-footer ul {
    line-height: 1.4
}

.vb-footer .menu>li>a {
    display: block;
    padding: .4rem 0;
    line-height: 1;
    color: inherit;
    text-transform: uppercase;
    background-color: transparent
}

.vb-footer .menu>li>a.is-active,.vb-footer .menu>li>a:focus,.vb-footer .menu>li>a:hover {
    color: #ac0e10
}

.vb-footer .menu>li>a>span {
    vertical-align: inherit
}

.vb-footer .contact a {
    color: #ac0e10;
    font-weight: 700
}

.vb-footer .contact a:hover {
    text-decoration: none;
    color: #038280
}

.vb-footer .contact-item {
    margin-bottom: 1rem
}

.vb-footer .vb-list-check li {
    position: relative;
    margin-bottom: .5rem;
    margin-left: 2rem;
    font-size: 100%
}

.vb-footer .vb-list-check li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: inherit
}

.vb-footer .vb-list-benefit li [class*=icon-] {
    border: 1px solid #333;
    border-radius: 3rem;
    padding: .625rem
}

.vb-footer .vb-list-benefit li .benefits-caption {
    display: block
}

.vb-footer h3 {
    font-size: 125%
}

.vb-footer .vb-link--large {
    display: inline-block;
    margin-top: -1rem;
    margin-bottom: 2rem;
    font-size: 125%;
    font-weight: 700
}

.vb-footer .vb-menu-footerservice {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 2rem
}

@media print,screen and (min-width: 64em) {
    .vb-footer .vb-menu-footerservice {
        justify-content:flex-start
    }
}

.vb-footer .vb-menu-footerservice li:last-child {
    width: 100%;
    margin-top: 1rem
}

@media print,screen and (min-width: 64em) {
    .vb-footer .vb-menu-footerservice li:last-child {
        width:auto;
        margin-top: 0;
        margin-left: auto
    }
}



.vb-list-no-disc {
    display: inline-block;
    margin: 0 0 1rem;
    list-style: none
}

.vb-list-no-disc li {
    display: inline-block
}

.vb-list-no-disc.vertical {
    display: block
}

.vb-list-no-disc.vertical li {
    display: block
}

.vb-list-downloads {
    margin-left: 1.75rem
}

.vb-list-downloads li {
    display: table;
    padding: .4375rem 0;
    position: relative;
    font-size: 112.5%
}

.vb-list-downloads li>a {
    color: #333
}

.vb-list-downloads li>a:hover {
    color: #ac0e10
}

.vb-list-downloads li>a>span {
    color: #999
}

.vb-list-downloads li:before {
    content: '\e915';
    font-family: 'visitberlin';
    color: #ac0e10;
    font-size: 150%;
    line-height: 100%;
    position: absolute;
    left: -1.75rem;
    top: .35rem
}

.vb-list-links {
    margin: 0 0 1rem;
    list-style: none
}

.vb-list-links a {
    display: block;
    padding: .5rem 1rem;
    color: inherit;
    font-size: 112.5%
}

.vb-list-links a:after {
    content: '\e91d';
    float: right;
    color: #ac0e10;
    font-family: 'visitberlin'
}

.vb-list-links a.is-active,.vb-list-links a:hover,.vb-list-links a:focus {
    color: #fff;
    text-decoration: none;
    background: #038280
}

.vb-list-links a.is-active:after,.vb-list-links a:hover:after,.vb-list-links a:focus:after {
    color: #fff
}

.vb-list-vertical a {
    margin: 0 .5rem
}

.vb-list-benefit {
    display: flex;
    flex-direction: column
}

.vb-list-benefit li {
    position: relative;
    display: flex !important;
    align-items: flex-start;
    gap: 1rem;
    margin: 1.5rem 0
}

@media screen and (max-width: 63.9375em) {
    .vb-list-benefit li {
        flex-direction:column;
        align-items: center
    }
}

.vb-list-benefit li a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline
}

@media print,screen and (min-width: 64em) {
    .vb-list-benefit li a::after {
        content:'';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 3.5rem
    }
}

.vb-list-benefit li a:hover,.vb-list-benefit li a:focus {
    color: #ac0e10;
    text-decoration: none
}

.vb-list-check li {
    margin-left: 2.5rem;
    display: block;
    font-size: 112.5%
}

.vb-list-check li .icon-check {
    position: relative;
    margin-left: -30px;
    left: -.5rem;
    top: 0;
    display: inline-block;
    line-height: 1.7;
    color: #ac0e10
}

.vb-list-team {
    height: 31.25rem
}

@media screen and (min-width: 40em) and (max-width:63.9375em) {
    .vb-list-team {
        height:37.5rem
    }
}

@media screen and (max-width: 39.9375em) {
    .vb-list-team {
        height:auto
    }
}

.vb-list-team .vb-teaser-block {
    height: 250px
}

.vb-list-team h4 {
    font-weight: 700;
    font-size: 125%
}

.vb-list-team p {
    font-size: 100%
}

.vb-list {
    list-style: none
}

.vb-list li {
    padding: .58333rem 0;
    position: relative;
    font-size: 112.5%
}

.vb-list li:before {
    content: '\25CF';
    position: absolute;
    top: 0;
    left: -1.25rem;
    color: #ac0e10;
    line-height: 2.4
}

.vb-list li .icon-check {
    display: none
}

.vb-list-compact li {
    padding: 0 0 0 1rem;
    font-size: 100%
}

.vb-list-compact li:before {
    left: 0;
    line-height: 1.5
}

.vb-list-box {
    list-style: none;
    margin: 0
}

.vb-list-box li {
    position: relative;
    float: left;
    margin-right: .75rem
}

.vb-list-tools {
    list-style: none;
    position: relative;
    margin: 2rem 0;
    padding: 0
}

.vb-list-tools li {
    display: inline-block;
    vertical-align: top
}

.vb-list-tools li .page-tool .page-tool-button {
    display: table;
    width: 4rem;
    height: 4rem;
    background-color: #efefef;
    position: relative;
    margin: 0 .1rem 0 0;
    text-align: center;
    vertical-align: middle;
    color: #333
}

.vb-list-tools li .page-tool .page-tool-button i {
    display: table-cell;
    vertical-align: middle
}

.vb-list-tools li .page-tool .page-tool-label {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 4.4rem;
    left: 0;
    z-index: 1;
    padding: .25rem;
    font-size: 80%;
    line-height: 1;
    color: #636363;
    white-space: nowrap;
    background: #fff
}

.vb-list-tools li .page-tool:hover .page-tool-button,.vb-list-tools li .page-tool:focus .page-tool-button {
    color: #636363;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1)
}

.vb-list-tools li .page-tool:hover .page-tool-button i,.vb-list-tools li .page-tool:focus .page-tool-button i {
    color: #000
}

.vb-list-tools li .page-tool:hover .page-tool-button i[class*="-facebook"],.vb-list-tools li .page-tool:focus .page-tool-button i[class*="-facebook"] {
    color: #fff;
    background-color: #3b5998
}

.vb-list-tools li .page-tool:hover .page-tool-button i[class*="-twitter"],.vb-list-tools li .page-tool:focus .page-tool-button i[class*="-twitter"] {
    color: #fff;
    background-color: #55acee
}

.vb-list-tools li .page-tool:hover .page-tool-button i[class*="-printer"],.vb-list-tools li .page-tool:focus .page-tool-button i[class*="-printer"] {
    color: #fff;
    background-color: #e40521
}

.vb-list-tools li .page-tool:hover .page-tool-button i[class*="-download"],.vb-list-tools li .page-tool:focus .page-tool-button i[class*="-download"] {
    color: #fff;
    background-color: #038280
}

.vb-list-tools li .page-tool:hover .page-tool-button i[class*="-mail"],.vb-list-tools li .page-tool:focus .page-tool-button i[class*="-mail"] {
    color: #fff;
    background-color: #dd4b39
}

.vb-list-tools li .page-tool:hover .page-tool-label,.vb-list-tools li .page-tool:focus .page-tool-label {
    opacity: 1;
    visibility: visible
}

.vb-list-downloads-mam {
    padding: 0
}

@media screen and (min-width: 40em) {
    .vb-list-downloads-mam {
        padding:3.5rem 0
    }
}

.vb-list-downloads-mam li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .875rem;
    font-size: 112.5%;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1)
}

@media screen and (min-width: 40em) {
    .vb-list-downloads-mam li {
        padding:.875rem 7rem .875rem 3.5rem
    }
}

.vb-list-downloads-mam li:last-child {
    border-bottom-color: transparent
}

.vb-list-downloads-mam li:hover {
    background-color: rgba(255,255,255,0.1)
}

.vb-list-downloads-mam li button.icon-close {
    position: absolute;
    right: 3.5rem;
    top: 50%;
    padding: .5rem;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vb-list-downloads-mam li button.icon-close:hover {
    background-color: #ac0e10
}

.vb-list-downloads-mam ul {
    margin: 0
}

.vb-list-downloads-mam ul:last-child:not(:first-child) li:last-child {
    border-bottom-color: transparent
}

.vb-list-downloads-mam p {
    margin-bottom: 0
}

.vb-bar {
    overflow: hidden;
    z-index: 4;
    padding: .875rem;
    color: #333;
    background: #999
}

@media print,screen and (min-width: 64em) {
    .vb-bar {
        height:4.625rem;
        padding: .875rem 0
    }
}

.vb-bar .input-group,.vb-bar .button {
    margin-bottom: 0
}

.vb-bar .text-uppercase {
    padding-right: 1.5rem
}

@media print,screen and (min-width: 64em) {
    .vb-bar .text-uppercase {
        overflow:hidden;
        display: inline-block;
        vertical-align: middle;
        max-width: 45%;
        white-space: nowrap;
        text-overflow: ellipsis
    }
}

.vb-bar input+label {
    margin-top: .5rem
}

@media screen and (max-width: 63.9375em) {
    .vb-bar input+label {
        display:block
    }
}

.vb-bar-social {
    background-color: #fff
}

.vb-bar-social__link {
    overflow: hidden;
    position: relative;
    display: block;
    padding: .625rem;
    margin: .5rem;
    color: #fff;
    line-height: 1;
    background-color: #333;
    border-radius: 3rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.vb-bar-social__link::after {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.vb-bar-social__link:hover,.vb-bar-social__link:focus {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0,0,0,0.1);
    box-shadow: 0 0.4rem 0.8rem rgba(0,0,0,0.1);
    color: #fff;
    background-color: transparent
}

.vb-bar-social__link:hover::after,.vb-bar-social__link:focus::after {
    opacity: 1
}

.vb-bar-social__link [class*=icon-] {
    position: relative;
    z-index: 1
}

.vb-bar-social__link--facebook::after {
    background-color: #3b5998
}

.vb-bar-social__link--twitter::after {
    background-color: #55acee
}

.vb-bar-social__link--instagram::after {
    background-image: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%)
}

.vb-bar-social__link--tiktok:hover .icon-tiktok::before,.vb-bar-social__link--tiktok:focus .icon-tiktok::before {
    animation: tiktok 500ms linear infinite
}

.vb-bar-social__link--youtube::after {
    background-color: #c4302b
}

.vb-bar-social__link--linkedin::after {
    background-color: #0e76a8
}

.vb-bar-social__link--newsletter::after {
    background-color: #ac0e10
}

@keyframes tiktok {
    0%,100% {
        text-shadow: -1.5px -1.5px 0 #0ff,1.5px 1.5px 0 #f00
    }

    25% {
        text-shadow: 1.5px 1.5px 0 #0ff,-1.5px -1.5px 0 #f00
    }

    50% {
        text-shadow: 1.5px -1.5px 0 #0ff,1.5px -1.5px 0 #f00
    }

    75% {
        text-shadow: -1.5px 1.5px 0 #0ff,-1.5px 1.5px 0 #f00
    }
}