body {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: relative;
}

.h1, .h2, .h3, .h4, .h5, .h6, .popover-title, body, h1, h2, h3, h4, h5, h6 {
    font-family: "PT Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.modal-title {
    font-weight: 400;
    margin: 0;
    line-height: 1.42857143;
}

button.btn-primary {
    width: 290px;
    height: 48px;
    text-transform: uppercase;
}

.btn-primary, .btn-warning  {
	color: #fff;
	background-color: #21517a;
	border-color: #21517a
}

.btn-primary.focus, .btn-primary:active:focus, .btn-primary:focus, .btn-primary:hover {
    color: #373737;
    background-color: #b1c1ce;
    border-color: #b1c1ce;
    outline: none!important;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #373737;
    background-color: #b1c1ce;
    border-color: #b1c1ce;
    outline: none!important;
}

.btn-primary .badge {
	color: #21517a;
	background-color: #21517a
}

.guest-login-panel {
    height: 5px
}

.header-container {
    height: 80px;
    z-index: 1;
    position: relative;
    width:100%;
}

.login-cancel-panel-buttons {
    justify-content: space-between;
    position: relative;
    text-align: right;
}

.login-button {
    width: 180px;
    flex-grow: 4;
}

.content-background-picture {
    position: absolute;
    min-height: 200px;
    width: 100%;
    overflow-y: auto;
    background-image: url(../images/impuls/background.jpg) ;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 14% 32%;
    z-index: 1;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.main-container {
    width: 100%;
    display:flex;
}

.login-panel {
    width: 100%;
    margin: 10px;
    background-color: #fff;
    box-shadow: 0 -5px 20px rgb(0 0 0 / 50%);
    z-index:2;
}

.remember-container {
    text-align: left;
}

.remember-me-check-box {
    padding-top:0 !important;
}

.forget-container {
    text-align: left;
}

.forget-container > a > span {
    color: #373737;
}

.content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: calc(100vh - 124px);
  width:100%;
}

.block-header {
    text-align: left;
    width: 100%;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
    cursor: default;
}

.block-content {
    padding: 25px 30px 0px 30px;
}

input[type="text"].form-control, input[type="password"].form-control {
    -webkit-appearance: none;
    background-color: #eceeef;
}

footer#page-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #666;
    color: #fff;
    flex-shrink: 0;
    overflow-x: hidden;
    padding: 10px 10px 11px;
    z-index: 1;
}

.content-boxed {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

a.font-w400.font-s12.white {
    color: #fff;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.row-margin {
    margin-right: 15px;
    margin-left: 15px;
}

.div-header-container {
    flex-shrink: 0;
}

.div-navbar-container {
    position: fixed;
    width: 100%;
    z-index: 11;
    min-height:60px;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.raiffeisen-logo, .main-logo.navbar-brand {
    width: 190px !important;
    height: 58px !important;
}

.navigation-panel-height {
	height: 80px
}

.container > .navbar-header,
.container-fluid > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " ";
}

.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
    clear: both;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.remove-padding, .remove-padding-sm {
    padding: 0;
}

.header-custom-size-sub-container-temp {
    width: 250px;
    height: 60px;
}

@media screen and (min-width: 851px) and (max-width: 1130px) {
    .navbar.navbar-inverse.navbar-fixed-top.side-overlay-o.navbar.navbar-default {
        height: 100%;
        position: relative;
    }

    .content-background-picture {
        height: 300px;
    }
}

@media screen and (min-width:851px) {
    .footer-links-center-block {
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        padding-left: 95px;
    }

    .div-header-container {
        position: relative;
        height: 124px;
    }

    .div-navbar-container {
        height: 123px;
    }

    .navbar.navbar-inverse.navbar-fixed-top.side-overlay-o.navbar.navbar-default {
        height: 100%;
        position: relative;
    }

    .content-background-picture {
        height: 430px;
    }
}

@media screen and (max-width: 850px) {
    .div-header-container {
        position: relative;
        height: 80px;
    }

    .div-navbar-container {
        height: 80px;
    }

    .header-custom-size-container-temp {
        width: 100%;
    }

    .header-custom-size-sub-container-temp {
        width: 100%;
        padding: 0 10px 0 10px;
    }
}

@media (min-width: 850px) {
    .navbar-header {
        float: left;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }

    .login-panel {
        width: 700px;
        margin: 30px auto;
    }
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    .header-container-logo {
      padding-left: 200px;
    }
}

@media (min-width: 768px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
    .div-header-container {
        position: relative;
        height: 60px;
    }

    .div-navbar-container {
        height: 60px;
    }

    .navigation-panel-height {
        height: 50px;
    }

    .main-logo-container {
        padding: 3px;
    }

    .remove-padding-sm {
    	padding-left: 8px !important;
   	}
}

@media screen and (max-width: 630px) {
    .div-header-container {
        position: relative;
        height: 60px;
    }

    .div-navbar-container {
        height: 60px;
    }
}

@media screen and (max-width: 570px) {
    .div-header-container {
        position: relative;
        height: 60px;
    }
}