/* ######################################################### */
/* NotoSans Light */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'NotoSans Light';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/NotoSans-Light.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* NotoSans Medium */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'NotoSans Medium';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSans-Medium.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Oswald SemiBold */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald SemiBold';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Oswald-SemiBold.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* NotoSans Medium */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'NotoSans Medium';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSans-Medium.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ######################################################### */

body {
    margin: 0 auto;
    height: 100.01%;
    font-family: 'NotoSans Light', sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    color: #707070;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    background-color: #fff;
}

/* MENUE overlay rechts */

.btn.menu {
    padding: 0;
    margin-right: -15px;
}

.bs-canvas-overlay {
    opacity: 0;
    z-index: -1;
    margin-top: -0.5rem;
    /*oc*/
}

.bs-canvas-overlay.show {
    opacity: 0.85;
    z-index: 1100;
}

.bs-canvas-overlay,
.bs-canvas {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
}

.bs-canvas {
    top: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    width: 330px;
}

.bs-canvas-left {
    left: 0;
    margin-left: -330px;
}

.bs-canvas-right {
    right: 0;
    margin-right: -330px;
}

a.nav-link.active {
    font-family: 'NotoSans Medium', sans-serif;
}

/* ENDE MENUE overlay rechts */

.headerClaim {
    padding: 100px 30px;
}

.headerClaim h1 {
    display: inline-block;
    margin-left: -250px;
    padding: 20px 20px 30px 20px;
    background: #06368B;
    color: #fff;
    margin-bottom: 40px;
}

.container.teaserRow {
    margin-top: -120px;
}

.teaserBox {
    background-color: #000;
    border: 2px solid #06368B !important;
}

.teaserBox h3 {
    min-height: 70px;
    margin-top: 10%;
}

.teaserBox h3,
.teaserBox p {
    color: #fff;
}

.alpha {
    padding-top: 120px;
}

.fullWidth {
    width: 100%;
}

.border-bottom {
    border-bottom: 3px solid #06368B !important;
}

.white {
    background: #fff;
}

.red {
    background-color: #06368B;
    color: #fff;
}

.gray {
    background-color: #E6E6E6;
}

.gray-light {
    background-color: #F7F7F7;
}

.gray-dark {
    background-color: #707070;
}

.blue {
    background-color: #06368B;
}

.text-blue {
    color: #06368B;
}

.blueBg {
    background: #06368B;
}

.lightGrayBg {
    background: #F7F7F7;
}

.whiteBg {
    background: #FFFFFF;
}

.bgCoins {
    background-image: linear-gradient(0deg, rgba(47, 73, 111, 0.90), rgba(47, 73, 111, 0.90)), url('../img/home-bg.jpg');
    min-height: 600px;
    background-position: 50% 50%;
}

.blueHell {
    background: rgba(8, 48, 107, .1);
}

.borderLeft {
    border-left: 3px solid rgb(47, 73, 111) !important;
    padding-left: 3% !important;
}

i {
    color: #06368B;
}

a:link:not(.btn),
a:visited:not(.btn) {
    color: #06368B;
}

a:hover,
a:active,
a:focus {
    color: #06368B !important;
}

.login a:link,
.login a:visited {
    color: #06368B !important;
}

.login a:hover,
.login a:active,
.login a:focus {
    color: #fff !important;
}

button a:link,
button a:visited {
    color: #fff !important;
}

button a:hover,
button a:active,
button a:focus {
    color: #06368B !important;
}

.text-white a:link,
.text-white a:visited {
    color: #fff !important;
}

.text-white a:hover,
.text-white a:active,
.text-white a:focus {
    color: #fff !important;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald SemiBold', sans-serif;
}

h1 {
    font-family: 'NotoSans Medium', sans-serif;
    font-size: 2.2em;
    font-weight: 500;
    color: #06368B;
    margin-bottom: .9em;
}

h1 span {
    font-size: .6em;
    color: #06368B;
}

h2 {
    font-family: 'Oswald SemiBold', sans-serif;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 500;
    color: #06368B;
    text-transform: uppercase;
    margin-bottom: 0;
}

h2.leftMinus {
    margin-left: -110px;
    margin-top: 60px;
    text-transform: uppercase
}

.impressum h2 {
    font-size: 1.3em;
    font-weight: 100;
    text-transform: uppercase;
}

h3 {
    font-size: 1.4em;
    font-weight: 500;
    /* color: #06368B; */
    color: #9A9B9D;
}

h4 {
    font-family: 'NotoSans Light', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
}

b,
strong {
    font-weight: 700;
}

p.quote {
    font-style: italic;
}

p.quote::before {
    float: left;
    margin: 0 20px 20px 0;
    font-family: "Font Awesome 6 Pro";
    font-size: 64px;
    font-weight: 900;
    content: "\f10e";
    color: rgba(139, 36, 18, .5);
}

.berater p {
    font-family: 'NotoSans Medium', sans-serif;
    font-size: .8em;
    margin-top: 10px;
}

.berater p span {
    font-family: 'NotoSans Light', sans-serif;
    font-size: 1em;
    margin-top: 10px;
}

.text-white {
    color: #fff;
}

.micro-menu .list-inline-item a {
    font-family: 'NotoSans Medium', sans-serif;
    color: #06368B;
    font-size: .8em;
    text-transform: uppercase;
}

/* .line::after {
    content: ' ';
    display: block;
    border: .5px solid #06368B;
    margin-top: 15px;
    margin-bottom: 15px;
} */

.carousel-caption,
.text-shadow {
    text-shadow: 1px 1px 5px rgba(77, 73, 71, 0.75);
}

.carousel-caption h1 {
    font-size: 3.0em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
}

.carousel-caption h1 span {
    font-weight: 400;
    color: #fff;
}

.teaserBox .col h3 {
    color: #fff;
}

/* 
.red .PortalTrigger,
.BriefRubriken,
#infocenter p strong,
h3.trigger {
    font-family: 'Oswald SemiBold', sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    text-transform: none;
} */

.red .PortalTrigger,
.BriefRubriken,
#infocenter p strong,
h3.trigger {
    font-family: 'NotoSans Medium', sans-serif;
    text-transform: none;
}

.PortalKategorie {
    font-family: 'Oswald SemiBold', sans-serif;
    font-size: 2.4em;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 4%;
}

.red .PortalTrigger {
    color: #fff !important;
    width: 100%;
}

.immo-image-container {
    margin-bottom: 2%;
}

h4 {
    font-weight: 500;
    text-transform: uppercase;
}

.expertise p.card-text,
.schwerpunkte p.card-text {
    font-size: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.expertise h4,
.schwerpunkte h4 {
    text-align: center;
    margin: .5em 0 .75em 0;
}

p.login {
    position: absolute;
    top: -1px;
    right: 14%;
    font-size: 70%;
    text-align: right !important;
    padding: 6px 20px;
    border: 1px solid #06368B;
}

p.login.rechteSpalte {
    text-align: left !important;
    position: relative;
    font-size: 100%;
}

.navbar {
    height: 150px;
    background: rgba(255, 255, 255, 1);
}

.navbar-toggler {
    padding: .25rem .25rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #06368B;
    border: none;
    border-radius: 0;
}

.navbar-collapse {
    padding: 1%;
}

.center,
i.center {
    text-align: center;
}

.bold {
    font-weight: 600 !important;
}

.uppercase {
    text-transform: uppercase;
}

.right {
    float: right;
}



img.logo {
    width: 400px;
    height: auto;
    max-width: 100%;
}

img {
    max-width: 100%;
}

.text-muted {
    font-size: 18px;
}

.text-small {
    font-size: 80%;
}

.m0re {
    font-size: 18px;
}

#main-navigation .nav-link,
#main-navigation .navbar-brand {
    color: #515556;
    cursor: pointer;
    text-transform: uppercase;
    padding-right: 20px;
}



#main-navigation a.nav-link:hover {
    color: #515556;
}

#main-navigation a.nav-link:active {
    color: #515556 !important;
}

#main-navigation a.nav-link:focus {
    color: #515556 !important;
}

#main-navigation .nav-item {
    font-size: 16px;
}

#myTab .nav-link.active {
    color: #fff;
    background-color: #06368B;
}

.navbar-collapse {
    justify-content: flex-end;
}

nav .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #06368B;
    border-color: #06368B;
}

nav .list-group-item.active a.nav-link {
    color: #fff !important;
}

nav a:link,
nav a:visited {
    color: #072F6A !important;
}

nav a:hover,
nav a:active,
nav a:focus {
    color: #06368B !important;
}

.dropdown-menu {
    width: 100%;
    /* background: rgba(254, 187, 17, 0.75); */
    background-color: #06368B;
    border: none;
    border-radius: 0;
    font-size: .9rem;
}

a.dropdown-item {
    color: #fff !important;
    line-height: 120%;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #06368B;
    background-color: #fff;
}

a:link {
    color: #06368B;
    text-decoration: none;
}

a:visited {
    color: #06368B;
    text-decoration: none;
}

a:focus {
    color: #515556;
    text-decoration: none;
}

a:hover {
    color: #a9b3b5;
    text-decoration: none;
}

a:active {
    color: #06368B;
    text-decoration: none;
}

.carousel {
    position: relative;
    margin-top: 165px;
}

.carousel.ansprechpartner {
    position: relative;
    margin-top: 0;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: .75;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators li {
    background-color: #06368B;
}

.wrapper {
    max-width: 85% !important;
    margin: 0 auto;
}

.card {
    border: none;
    border-radius: 0;
}

.berater .card {
    background-color: transparent !important;
}

.berater .card .card-body,
.berater .card .card-footer {
    padding-left: 0 !important;
}

.bgGrau .card {
    background-color: rgba(236, 236, 236, 1);
}

.card-img,
.card-img-top {
    border: none;
    border-radius: 0;
}

.card-footer {
    background-color: transparent;
    border-top: none;
}

.expertise .card,
.schwerpunkte .card {
    border: 1px solid #06368B;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.btn {
    border-radius: 0;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0);
}

.fullwidth-bg {
    padding: 50px 30px;
}

#bg-1 {
    background-image: url('../img/background-digital.jpg');
    background-size: cover;
}

.accordion .card-header {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion .card-header .btn-link {
    color: #515556;
}

footer {
    /* padding: 2% 0 4% 0; */
    margin: 0;
    /* background-color: #06368B; */
    border-top: 2px solid #06368B;
}

footer .footer-first-row {
    height: 50px;
}

footer p {
    font-size: 16px;
    font-weight: 300;
}

footer .gray a:link,
footer .gray li p {
    color: #707070;
    font-size: .8em;
}

footer .m-0 {
    margin: 0;
}

footer i {
    color: #06368B;
}

footer img.logo {
    max-width: 250px;
    height: auto;
    margin-bottom: 3%;
}

footer a:link,
a:visited {
    color: #515556;
    text-decoration: none;
}

footer a:focus,
a:hover,
a:active {
    color: #06368B !important;
    text-decoration: none;
}

footer .metanav p {
    margin-bottom: 0;
}

footer .metanav hr {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-color: rgba(81, 85, 86, .25) !important;
}

footer h2 {
    margin-bottom: 1.5em;
}

footer form {
    margin-top: 10%;
}

::placeholder,
::-ms-input-placeholder {
    color: #707070;
    opacity: .8;
    /* Firefox */
}

.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px
}

.slick-slide {
    margin: 10px;
}

.beratungBg {
    background-image: url('../img/home-teaser-services-bg.jpg');
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

hr {
    border-top: 1px solid #06368B;
}

hr.bold {
    width: 100%;
    margin-bottom: 30px;
    border-top: 10px solid rgba(255, 255, 255, 1.0);
    margin-left: 0;
    display: block;
}

hr.bold.white {
    border-top: 6px solid rgba(255, 255, 255, 1.0);
}

hr.bold.red {
    border-top: 4px solid rgba(254, 187, 17, 1.0);
}

/* ***** Blog ***** */

#blogroll .col-md {}

#pagination {
    margin-left: 0 !important;
}




.wrapper {
    overflow: hidden;
}

img.border {
    border: 1px solid rgba(0, 0, 0, 0, .01)
}

/* animation element */
.animation-element {
    opacity: 0;
    position: relative;
}

/* animation element sliding */
.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
    -moz-transform: translate3d(-200px, 0px, 0px);
    -webkit-transform: translate3d(-200px, 0px, 0px);
    -o-transform: translate(-200px, 0px);
    -ms-transform: translate(-200px, 0px);
    transform: translate3d(-200px, 0px, 0px);
}

.animation-element.slide-right {
    opacity: 0;
    -moz-transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
    -moz-transform: translate3d(200px, 0px, 0px);
    -webkit-transform: translate3d(200px, 0px, 0px);
    -o-transform: translate(200px, 0px);
    -ms-transform: translate(200px, 0px);
    transform: translate3d(200px, 0px, 0px);
}

.animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

/*media queries for small devices*/
@media screen and (max-width: 678px) {

    .animation-element.slide-left,
    .animation-element.slide-left:nth-of-type(odd),
    .animation-element.slide-left:nth-of-type(even) {
        /*width: 100%;*/
        width: auto;
        margin: 10px 0px 0px -15px;
    }

    .animation-element.slide-left .right,
    .animation-element.slide-left .left,
    .animation-element.slide-left .content,
    .animation-element.slide-left .rating {
        text-align: center;
        float: none;
    }
}


/* ##### Kontakformular ##### */

.dh-form-wrapper {
    padding: 15% 5%;
}

.dh-form-wrapper .text-small {
    font-size: 70%;
}

form {
    display: block;
    margin-top: 0em;
}

.dh-form-group {
    margin-bottom: 1rem;
}

.dh-form label {
    display: inline-block;
    margin-bottom: .5rem;
    line-height: 120%;
}

.dh-form label sup {
    color: #06368B;
}

.dh-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #707070;
}

.dh-form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.dh-form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -.35rem !important;
}

.dh-form-check-label {
    margin-bottom: 0;
    padding-left: 20px;
}

.dh-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dh-btn-primary {
    color: #fff;
    background-color: #06368B;
    border-color: #FFFFFF;
}

.dh-btn-primary:hover {
    color: #fff;
    background-color: #06368B;
    border-color: #06368B;
}

.dh-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
}

.dh-alert-success {
    margin-top: 2%;
    color: #515556;
    background-color: #cfe8e5;
    border-color: #515556;
}


/* --  STAR-RATING-FIELD -- */
.rating {
    border: none;
    /*  float: left; */
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 0 5px;
    font-size: 2.6em;
    font-family: 'Font Awesome 7 Pro';
    display: inline-block;
    content: "\e28b";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #06368B;
    float: right;
    font-weight: 100;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label,
/* show gold star when clicked */
.rating:not(:checked) > label:hover,
/* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #515556;
}

/*        hover previous stars in list */

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
    color: #333;
}





.personalbuero03 {
    display: none;
}

#personalbueroDownloads {
    display: none;
}

h3.trigger {
    font-size: 1.0em;
    font-weight: 300;
    text-align: left;
    line-height: 170%;
    color: #515556;
    -moz-hyphens: auto;
    hyphens: auto;
}

/* -- BOOTSTRAP COSTOMIZE OC -- */

.btn {
    font-size: 1.2rem;
}

.bg-danger {
    background-color: #06368B !important;
}

.btn-danger {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.btn-danger:hover {
    color: #06368B;
    background-color: transparent;
    border-color: transparent;
}

.btn-danger:focus {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0);
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #06368B;
    border-color: #06368B;
}

.btn-danger.focus,
.btn-danger:focus .btn-primary {
    background-color: #fff !important;
    border-color: rgba(254, 186, 49, 1);
}

.btn-primary {
    font-family: 'NotoSans Light', sans-serif;
    font-size: 1em !important;
    color: #FFFFFF !important;
    border-color: #06368B;
    background-color: #06368B;
}

.btn-primary:hover {

    color: #fff;
    background-color: #06368B;
    border-color: #06368B;
}

.btn-primary a:link,
.btn-primary a:hover,
.btn-primary a:focus,
.btn-primary a:active,
.btn-primary a:visited {
    color: #fff !important;
}

.carousel-caption .card {
    background-color: transparent;
}

.carousel-caption .card i {
    color: #fff;
}

.carousel-caption .card-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.carousel-caption hr {
    width: 60%;
    margin-bottom: 30px;
    border-top: 10px solid rgba(255, 255, 255, 1.0);
    margin-left: 0;
    display: block;
}

.cta {
    margin-top: 3em;
    background-color: #F5F4F4;
    padding: 20px;
}

.cta ul {
    padding: 0;
    list-style-type: none;
}

#infocenter {
    margin-top: 4%;
}

.trigger {
    padding: 1% 0 1% 0;
    margin-bottom: 2%;
    border-bottom: 1px solid #06368B;
}

.trigger::before {
    content: '\f078';
    font-family: 'Font Awesome 7 Pro';
    float: left;
    /* color: #fff; */
    margin-right: 15px;
}

.trigger_active::before {
    content: '\f078';

}

.BriefRubriken {
    margin-top: 4%;
}

.PortalTrigger span {
    display: none;
}

.spalten {
    padding: 0 !important;
}

.services .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tab-content {
    width: 100%;
}

.nav-tabs {
    border-bottom: 1px solid #06368B;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #06368B #06368B #fff;
}

.servicesBg {
    background: rgba(255, 255, 255, .75);
}

.testimonial .card {
    padding-top: 60px;
}

/*######### Infotainment Blog ########*/

@media (min-width: 1200px) {
    h1.wsi-post-headline {
        margin-top: 0px;
    }

}

.wsi-image-container {
    /*display: none;*/
    background-image: linear-gradient(0deg, rgba(47, 73, 111, 0.90), rgba(47, 73, 111, 0.90))
}

.wsi-main-section ul.list-unstyled {
    list-style: square;
}

.wsi-main-section ul.list-unstyled {
    padding: 0 0 0 20px;
    list-style: square;
}

.wsi-image-overlay,
.wsi-main-section .figure img.figure-img {
    background-image: linear-gradient(0deg, rgba(47, 73, 111, 1.0), rgba(47, 73, 111, 0.5));
    height: 100%;
}

.wsi-btn,
.btn-outline-primary,
.wgbr__card__btn {
    padding: 3px 15px;
    color: #707070 !important;
    background-color: transparent !important;
    border: 1px solid #06368B !important;
    font-family: 'NotoSans Light', sans-serif;
    font-size: 1em !important;
}




.wsi-card-meta {
    font-family: 'NotoSans Light', sans-serif;
    font-size: .875em;
}

/*######### End Infotainment Blog ########*/

.backgroundVideo {
    position: absolute;
    /*top: 0;*/
    right: 0;
    min-width: 100%;
    min-height: 340px;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.backgroundVideored {
    background: rgba(254, 186, 49, .85)
}

.logins .card {
    margin: 0 10px 0 10px;
}

.logins .card:first-child {
    margin: 0 10px 0 0;
}

.logins .card:last-child {
    margin: 0;
}


.noWrap {
    white-space: nowrap;
}

.noDeco img {
    width: 100% !important;
}
