/*
 * orange  		ea8a23
 * orange hover		DB8121
 * dunkelblau 		262350 Schrift
 * dunkelblau (dunkler) 131527
 *
 * girokonto		#149ECF
 **/
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v29-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v29-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}



body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

h1 {
    margin: 0 0 20px 0;
    font-weight: normal;
    font-size: 25px;
    color: #262350;
    line-height: 1.5;
}

h2, .h2  { /* Startseite */
    font-size: 18px;
}

a {
    color: #ea8a23;
}

a:hover {
    color: #db8121;
}

p {
    line-height: 1.5;
}

.small {
    font-size: 10px;
}

p.small {
    line-height: 1.3;
}

.clr {
    clear: both;
}


.btn-default {
    background-color: #ea8a23;
    color: #fff;
}

.btn-default:hover {
    background-color: #db8121;
    color: #fff;
}

.btn-info {
    background-color: #c2c2c1;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info:hover {
    background-color: #b3b3b2;
}

.btn {
    border: none;
    border-radius: 0px;
}

/*
.btn-girokonto {
    background-color: #149ECF;
    color: #fff;
}
.btn-girokonto:hover {
    background-color: #1292bf;
    color: #fff;
}
*/


/* Header */
#topbar {
    background-color: #fff;
    color: #262350;
    height: 89px;
}

#topbar .phone {
    text-align: right;
    margin-top: 33px;

}

#topbar .phone a {
    color: #262350;
    font-weight: bold;
    font-size: 18px;
}

.provenexpert {
    margin-top: 20px;
    text-align: center;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0px;
    min-height: 0;
    border: none;
    border: 1px solid #e3e2e2;
}

#navbar {
    margin-left: -15px;
    margin-right: -15px;
}

#navbar .nav {
    width: 100%;

}

.navbar-nav > li a {
    color: #333;
}

.navbar-nav .first.dropdown {
    border-left: 1px solid #e3e2e2;
}

.navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 100%;
    border-right: 1px solid #e3e2e2;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-nav > li.active > a {
    color: #ea8a23;
}

.navbar-nav > li.last > a {
    border-right: 1px solid #e3e2e2;
}

.navbar-toggle .icon-bar {
    background-color: #262350;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #262350;
    color: #fff;
}

.navbar-toggle {
    margin-top: -47px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #262350;
}


.dropdown-menu.container { /* Drop-Down über ganze Breite */
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    left: auto;
    padding-bottom: 20px;
}

.dropdown-menu.container > li {
    width: 100%;
}

.dropdown-menu.container > .active > a,
.dropdown-menu.container > .active > a:focus,
.dropdown-menu.container > .active > a:hover {
    background-color: #fff;
    color: #149ECF;
}

.dropdown-menu.container > li > a {
    border-bottom: 1px solid #E3E2E2;
    padding-left: 0;
    font-weight: bold;
    color: #149ECF;
}

.dropdown-menu.container > li > ul {
    padding: 0;
    list-style-type: none;
}

.dropdown-menu.container > li > ul > li {
    line-height: 2;
}

/*.navbar-nav .open .dropdown-menu .dropdown-header > .dropdown-header,*/
.navbar-nav .open .dropdown-menu > li li > a {
    padding: 5px 15px 5px 25px;
}


.affix {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 300;
    top: 0;
}

.affix .navbar-brand > img {
    max-height: 40px;
}

.affix #topbar {
    height: 65px;
}

.affix #topbar .phone {
    margin-top: 22px;
}

/* Hedaer-Slider */
.slider-container {
    position: relative;
}

.slider-container > .container {
    height: 100%;
    left: 0;
    margin: auto;
    max-width: 1399px;
    position: absolute;
    right: 0;
    top: 0;
}

.slider-container .slider-berater-wrapper {
    height: 100%;
    position: relative;
    display: inline;
}

#owl-berater-header {
    height: 100%;
    max-height: 414px;
    width: 34%;
    z-index: 100;
    position: relative;
}

.owl-carousel .owl-wrapper-outer,
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item,
.owl-carousel .owl-item .item {
    height: 100%;
}

.slider-berater {
    height: 100%;
    width: 100%;
}

/*		.slider-berater {
			height:100%;
			max-height:414px;
			width:34%;
			z-index:100;
			position:relative;
		}*/
.slider-berater-bg {
    background-color: #fff;
    z-index: 101 !important;
    opacity: 0.7; /* modern browser */
    -moz-opacity: 0.7; /* older Mozilla browser */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 in Standard Compliant Mode */
    filter: alpha(opacity=70); /* IE5.x -7.0 */
}

.slider-berater-text {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #262350;
    z-index: 102;
    width: 100%;
    font-size: 25px;
    padding: 5px 10px;
}

.slider-berater-text span {
    font-size: 20px;
}

.slider-container .slider-text-wrapper-start {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    z-index: 101;

    width: 100%;
    text-align: center;
    left: 0;
    top: 15px;
}

.slider-container .slider-text-wrapper-start .slider-text1 {
    font-size: 6vw;
}

.slider-container .slider-text-wrapper-start .slider-text2 {
    font-size: 4vw;
}

.slider-container .slider-text-wrapper,
.slider-container .slider-text-wrapper-bar {
    position: absolute;
    top: 160px;
}

.slider-container .slider-text-wrapper {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    color: #fff;
    z-index: 102;
}

.slider-container .slider-text-wrapper-bar {
    background-color: #000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);

    z-index: 101;
}

.slider-container .slider-text-wrapper .slider-text1,
.slider-container .slider-text-wrapper-bar .slider-text1 {
    display: none;
}

.slider-container .slider-text-wrapper .slider-text2,
.slider-container .slider-text-wrapper-bar .slider-text2 {
    display: none;
}

#owl-headerslider {
    margin: auto;
    max-width: 1399px;
}

#owl-headerslider .item > img {
    display: block;
    width: 100%;
    max-width: 1399px;
    height: auto;
}


/* Meine Produkte */
.meine-produkte {
    padding-bottom: 0 !important;
}

.meine-produkte img {
    max-width: 100%;
    margin-bottom: 20px;
}

/* Footer-Berater */
.bg-berater {
    margin-top: 35px;
    padding-bottom: 20px;
    background: #131428; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 70px, #131428 70px); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 70px, #131428 70px); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 70px, #131428 70px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131428', endColorstr='#131428', GradientType=0); /* IE6-9 */
}

.bg-berater .berater-bild {
    width: 100%;
    border: 12px solid #131428;
}

.bg-berater address {
    color: #fff;
    margin-top: 15px;
    margin-left: 12px;
}

.bg-berater address .l1 {
    font-size: 16px;
}

.bg-berater address .name {
    font-size: 20px;
}

.bg-berater address .contact span {
    white-space: nowrap;
}

.bg-berater #berater-karte {
    width: 100%;
    height: 300px;
    border: 12px solid #131428;
}

.bg-berater .berater-routenplaner {
    padding-left: 12px;
}

/* Footer */
footer {
    background-color: #191b35;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer a:hover {
    color: #fff;
}

footer ul {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
}

footer ul li {
    line-height: 2;
}

footer ul li a {
    color: #fff;
}

footer ul li a:hover {
    color: #fff;
}

footer .footer-nav {
    margin-bottom: 0;
}


/* Layer-Formular */
form.anfrage .anfrage-berater {
    line-height: 1.5;

}

form.anfrage .anfrage-berater img {
    margin-bottom: 5px;
}

form.anfrage .anfrage-berater span {
    font-size: 16px;
    font-weight: bold;
}

/* Allgemein */
.content-buttons-wrapper {
    margin: 20px 0 10px 0;
}

.content-buttons-wrapper .btn {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.content-h1-wrapper {
    margin: 40px 0 0 0;
}

.content-h1-wrapper h1 {
    margin-bottom: 0;
}

.content-h1-wrapper h1 span {
    font-size: 20px;
}

.anfrage-notice {
    padding: 10px;
    margin-bottom: 0;
    margin-top: 20px;
}

.anfrage-notice.bg-success {
    color: #5cb85c;
}

.anfrage-notice.bg-danger {
    color: #d9534f;
}

/* Downloads */
.blog-downloads {
    margin-left: 50px !important;
}

.blog-downloads li {
    line-height: 30px;
    padding-top: 3px;
}

.blog-downloads li a {
    color: #333;
    text-decoration: none;
}

.blog-downloads li a:hover {
    color: #ea8a23;
}

.blog-downloads li a i {
    color: #ea8a23;
    font-size: 30px;
}

/*********************************************/
/*** Startseite ******************************/
/*********************************************/
.bg-white {
    padding-bottom: 20px;
}

.bg-gray {
    background-color: #ebebeb;
    padding-bottom: 20px;
}

.bg-creme {
    background-color: #F7F4F1;
    padding-bottom: 20px;
}

.startseite-produkte-teaser {
    padding-top: 20px;
}

/*.startseite-produkte-teaser .row .row {
	margin-left:-5px;
	margin-right:-5px;
}*/
/*
.startseite-produkte-teaser .row .row .produkt-teaser {
	padding-left:5px;
	padding-right:5px;
}*/

.startseite-produkte-teaser li i {
    color: #8ebc21;
}

.startseite-produkte-teaser .produkt-teaser img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
}

.startseite-produkte-teaser .produkt-teaser .bild-unterschrift {
    background-color: #262350;
    color: #fff;
    box-sizing: border-box;
    padding: 5px;
    font-size: 13px;
}

.startseite-produkte-teaser .produkt-teaser .bild-unterschrift span {
    font-size: 17px;
}

.startseite-produkte-teaser .produkt-teaser h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
}

.startseite-produkte-teaser .produkt-teaser ul {
    margin-left: 20px;
    min-height: 110px;
}

.startseite-produkte-teaser .produkt-teaser ul li {
    /*font-size: 11px;*/
    line-height: 2;
}

.startseite-produkte-teaser .produkt-teaser ul li i {
    /*font-size: 12px;*/
    line-height: 2;

}

.startseite-produkte-teaser .produkt-link {
    display: block;
    background-color: #ea8a23;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 2;
}

.startseite-produkte-teaser .produkt-link:hover {
    text-decoration: none;
    background-color: #db8121;
}

.startseite-produkte-teaser .faszination-bankshop {
    /*float:left;
    width:28%;*/
}

.startseite-produkte-teaser .faszination-bankshop ul {
    /*margin-bottom:74px;*/
}

.startseite-produkte-teaser .faszination-bankshop li {
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 0 10px 5px;
}

.startseite-produkte-teaser .faszination-bankshop li i {
    font-size: 30px;
    left: -30px;
    width: 30px;
}

.news-wrapper {
    width: 100%;
    /*height:236px;*/
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.news-wrapper .news-img {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.news-wrapper .news-img img {
    width: 100%;
}

.news-wrapper .news-block {
    height: 140px;
    z-index: 20;
    background-color: #262350;
    opacity: 0.7; /* modern browser */
    -moz-opacity: 0.7; /* older Mozilla browser */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 in Standard Compliant Mode */
    filter: alpha(opacity=70); /* IE5.x -7.0 */
}

.news-wrapper .news-text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 30;
    color: #fff;
    padding: 5px;
}

.news-wrapper .news-text span {
    font-size: 20px;
}

.news-wrapper .news-link {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 50;
}

.news-wrapper .news-link a {
    color: #fff;
    font-size: 45px;
}

.news-uebersicht {
    display: block;
    width: 100%;
    background-color: #ea8a23;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    line-height: 2;
    padding-left: 10px;
}

.news-uebersicht:hover {
    color: #fff;
    text-decoration: none;
    background-color: #db8121;
}

/*
.statement {
	text-align:center;
}
.statement img {
	width:50% !important;
	height:50% !important;
	margin-bottom:5px;
}
.statement span {
	font-size:25px;
}
*/
#owl-zitate {
    padding: 20px 0 0 0;
}

#owl-zitate .item {
    padding: 0 40px;
    text-align: center;
}

#owl-zitate .item p.name {
    font-size: 20px;
    font-weight: bold;
}

#owl-zitate .item p.zitat {
    font-size: 16px;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    top: 55px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    top: 55px;
}

.owl-theme .owl-controls {
    margin-top: 0;
}


/* Kontakt rechts */
.side-contact {
    display: none;
    position: fixed;
    right: -240px;
    height: 60px;
    background-color: #ea8a23;
    color: #fff;
    font-size: 30px;
    transition: right 0.5s;
    width: 300px;
    z-index: 200;
}

.contact-slide:hover {
    right: 0px;
    background-color: #db8121;
}

.side-contact .icon {
    width: 60px;
    float: left;
    line-height: 60px;
    text-align: center;
}

.side-contact .icon a {
    display: block;
    color: #fff;
}

.side-contact .icon a:hover {
    background-color: #db8121;
}

.side-contact .value {
    width: 240px;
    float: left;
    line-height: 60px;
    padding-left: 20px;
}

.side-contact .value a {
    color: #fff;
}

.contact-1 {
    top: 200px;
    width: 350px;
    right: -290px;
}

.contact-1 .value {
    width: 290px;
}

/*.contact-2 {
	top:265px;
	width:350px;
	right:-290px;
}
	.contact-2 .value {
	width:290px;
	}*/
.contact-2 {
    top: 265px;
    width: 300px;
}

.contact-3 {
    top: 330px;
    width: 300px;
}

.contact-4 {
    top: 395px;
    width: 300px;
}

.contact-5 {
    top: 460px;
    width: 300px;
}

#mapcontainer {
    width: 100%;
    height: 100%;
}

#map_canvas2 {
    width: 100%;
    height: 100%;
}

/*********************************************/
/*** Unterseiten *****************************/
/*********************************************/
.text-1-spalter li,
.text-2-spalter li {
    margin-bottom: 10px;
}

.text-1-spalter li i,
.text-2-spalter li i {
    color: #ea8a23;
}

.text-1-spalter .ul-produkte li i,
.text-2-spalter .ul-produkte li i {
    color: #149ECF;
}


.text-2-spalter {
    padding-bottom: 0;
}

.text-2-spalter .container .row > div {
    margin-bottom: 20px;
}

.text-2-spalter h2 {
    margin-top: 0;
}

.text-2-spalter .col-md-4 .btn {
    width: 100%;
}

.text-2-spalter .col-md-4 img {
    width: 100%;
    max-width: 100% !important;
}

.text-2-spalter .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}


.girokonto-top {
}

.girokonto-top .top {
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    /*line-height: 46px;*/
}

.girokonto-top .top > div {
    background: #D5D9DC url(../images/vermoegen-bg.png) repeat-y;
    padding: 20px;
}

.girokonto-top .top > div > div {
    display: table-cell;
    vertical-align: middle;
    height: 46px;
}

.girokonto-top .top i {
    color: #149ECF;
    display: block;
    float: left;
    font-size: 30px;
    line-height: 46px;
    margin-right: 10px;
}

/* Allgemein */
/*
.btn-custom {
    background-color: #3b98a7;
    border-color: #34b3c6;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    font-size:12px;
}
.btn-custom.focus,
.btn-custom:focus,
.btn-custom:hover {
	background-color: #fff;
	color:#34b3c6;
}
*/
.elastic-video {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}

.elastic-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Kontakt */
.main_formular {
    background: #6F7C86 url(../images/vermoegen-bg-active.png) repeat-y;
    color: #262350;
    padding: 10px;

    -webkit-box-shadow: 3px 3px 5px #999;
    -moz-box-shadow: 3px 3px 5px #999;
    box-shadow: 3px 3px 5px #999;


}

.main_formular h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

/*.main_formular*/
.honeymail {
    display: none;
}

.main_formular .form-control {
    border-radius: 0;
    border: none;
    color: #262350;
}

.main_formular .form-control::-moz-placeholder {
    color: #262350;
}

/*.main_formular*/
.required {
    font-size: 12px;
}

/*.email_sps {
    display: none;
}
.notice {
    border-radius: 5px;
    clear: both;
    left: 0;
    line-height: 120%;
    margin: 10px 0;
    padding: 10px 20px 10px 50px;
    position: relative;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    top: 0;
}
.notice i[class*="fa-"] {
    left: 15px;
    margin-top: 14px;
    position: absolute;
    top: 0;
}
*/

/* Girokonto */
.girokonto-small {
    margin-top: 20px;
}

/* Girokonto Vergleich */
/* Rechner */
.rechner td {
    background-color: #f9f9f9;
}

table.rechner td.rlabel {
    width: 150px;
}

table.rechner td.input-text select,
table.rechner td.input-text input {
    width: 100px;
}

table.rechner tr.no-border td {
    border-bottom: none;
}


/* Liste */
table.konten td.value {
    text-align: right;
}


/* Baufinanzierung */
#baufilead_zinstableau_container_0, #baufilead_zinstableau_container_1, #baufilead_zinstableau_container_2, #baufilead_zinstableau_container_3, #baufilead_zinstableau_container_4, .baufilead_zinstableau_container {
    box-sizing: border-box !important;
}

#baufilead_zinstableau_container_0, #baufilead_zinstableau_container_1, #baufilead_zinstableau_container_2, #baufilead_zinstableau_container_3, #baufilead_zinstableau_container_4, .baufilead_zinstableau_container {
    background-color: #EDEFF2 !important;
    border: none !important;
}

#baufilead_zinstableau_container_0,
#baufilead_zinstableau_container_1,
#baufilead_zinstableau_container_2,
#baufilead_zinstableau_container_3,
#baufilead_zinstableau_container_4,
.baufilead_zinstableau_container {
    width: 100% !important;
    max-width: 380px;
}

#baufilead_zinstableau_container_0 .baufilead_zinstableau_titel, #baufilead_zinstableau_container_1 .baufilead_zinstableau_titel, #baufilead_zinstableau_container_2 .baufilead_zinstableau_titel, #baufilead_zinstableau_container_3 .baufilead_zinstableau_titel, #baufilead_zinstableau_container_4 .baufilead_zinstableau_titel, .baufilead_zinstableau_container .baufilead_zinstableau_titel {
    background-color: #EDEFF2 !important;
    color: #262350 !important;
    font-size: 22px !important;
    /*    padding: 10px 4px 4px 10px;*/
    text-align: center !important;
}

#baufilead_zinstableau_container_0 .baufilead_zinstableau_untertitel, #baufilead_zinstableau_container_1 .baufilead_zinstableau_untertitel, #baufilead_zinstableau_container_2 .baufilead_zinstableau_untertitel, #baufilead_zinstableau_container_3 .baufilead_zinstableau_untertitel, #baufilead_zinstableau_container_4 .baufilead_zinstableau_untertitel, .baufilead_zinstableau_container .baufilead_zinstableau_untertitel {
    background-color: #EDEFF2 !important;
    color: #262350 !important;
    font-size: 12px !important;
    /*    padding: 0 4px 0 10px;*/
    text-align: center !important;
}

#baufilead_zinstableau_container_0 .baufilead_zinstableau_link_lead_erfassen, #baufilead_zinstableau_container_1 .baufilead_zinstableau_link_lead_erfassen, #baufilead_zinstableau_container_2 .baufilead_zinstableau_link_lead_erfassen, #baufilead_zinstableau_container_3 .baufilead_zinstableau_link_lead_erfassen, #baufilead_zinstableau_container_4 .baufilead_zinstableau_link_lead_erfassen, .baufilead_zinstableau_container .baufilead_zinstableau_link_lead_erfassen {
    /*    background-color: #262350 !important;*/
    background-color: #ea8a23 !important;
}

#baufilead_zinstableau_container_0 .baufilead_zinstableau_link_lead_erfassen_container, #baufilead_zinstableau_container_1 .baufilead_zinstableau_link_lead_erfassen_container, #baufilead_zinstableau_container_2 .baufilead_zinstableau_link_lead_erfassen_container, #baufilead_zinstableau_container_3 .baufilead_zinstableau_link_lead_erfassen_container, #baufilead_zinstableau_container_4 .baufilead_zinstableau_link_lead_erfassen_container, .baufilead_zinstableau_container .baufilead_zinstableau_link_lead_erfassen_container {
    border-radius: 0px !important;
}

#baufilead_zinstableau_container_0 .baufilead_zinstableau_stand_per, #baufilead_zinstableau_container_1 .baufilead_zinstableau_stand_per, #baufilead_zinstableau_container_2 .baufilead_zinstableau_stand_per, #baufilead_zinstableau_container_3 .baufilead_zinstableau_stand_per, #baufilead_zinstableau_container_4 .baufilead_zinstableau_stand_per, .baufilead_zinstableau_container .baufilead_zinstableau_stand_per,
#baufilead_zinstableau_container_0 .baufilead_zinstableau_link_annahmen, #baufilead_zinstableau_container_1 .baufilead_zinstableau_link_annahmen, #baufilead_zinstableau_container_2 .baufilead_zinstableau_link_annahmen, #baufilead_zinstableau_container_3 .baufilead_zinstableau_link_annahmen, #baufilead_zinstableau_container_4 .baufilead_zinstableau_link_annahmen, .baufilead_zinstableau_container .baufilead_zinstableau_link_annahmen,
#baufilead_zinstableau_container_0 .baufilead_zinstableau_body_monatliche_rate, #baufilead_zinstableau_container_1 .baufilead_zinstableau_body_monatliche_rate, #baufilead_zinstableau_container_2 .baufilead_zinstableau_body_monatliche_rate, #baufilead_zinstableau_container_3 .baufilead_zinstableau_body_monatliche_rate, #baufilead_zinstableau_container_4 .baufilead_zinstableau_body_monatliche_rate, .baufilead_zinstableau_container .baufilead_zinstableau_body_monatliche_rate,
#baufilead_zinstableau_container_0 .baufilead_zinstableau_body_sollzins, #baufilead_zinstableau_container_1 .baufilead_zinstableau_body_sollzins, #baufilead_zinstableau_container_2 .baufilead_zinstableau_body_sollzins, #baufilead_zinstableau_container_3 .baufilead_zinstableau_body_sollzins, #baufilead_zinstableau_container_4 .baufilead_zinstableau_body_sollzins, .baufilead_zinstableau_container .baufilead_zinstableau_body_sollzins,
#baufilead_zinstableau_container_0 .baufilead_zinstableau_body_zinsbindung, #baufilead_zinstableau_container_1 .baufilead_zinstableau_body_zinsbindung, #baufilead_zinstableau_container_2 .baufilead_zinstableau_body_zinsbindung, #baufilead_zinstableau_container_3 .baufilead_zinstableau_body_zinsbindung, #baufilead_zinstableau_container_4 .baufilead_zinstableau_body_zinsbindung, .baufilead_zinstableau_container .baufilead_zinstableau_body_zinsbindung,
#baufilead_zinstableau_container_0 .baufilead_zinstableau_body_effektivzins, #baufilead_zinstableau_container_1 .baufilead_zinstableau_body_effektivzins, #baufilead_zinstableau_container_2 .baufilead_zinstableau_body_effektivzins, #baufilead_zinstableau_container_3 .baufilead_zinstableau_body_effektivzins, #baufilead_zinstableau_container_4 .baufilead_zinstableau_body_effektivzins, .baufilead_zinstableau_container .baufilead_zinstableau_body_effektivzins,
#baufilead_zinstableau_container_0 .baufilead_zinstableau_tabelle_kopf_monatliche_rate, #baufilead_zinstableau_container_1 .baufilead_zinstableau_tabelle_kopf_monatliche_rate, #baufilead_zinstableau_container_2 .baufilead_zinstableau_tabelle_kopf_monatliche_rate, #baufilead_zinstableau_container_3 .baufilead_zinstableau_tabelle_kopf_monatliche_rate, #baufilead_zinstableau_container_4 .baufilead_zinstableau_tabelle_kopf_monatliche_rate, .baufilead_zinstableau_container .baufilead_zinstableau_tabelle_kopf_monatliche_rate,
#baufilead_zinstableau_container_0 .baufilead_zinstableau_tabelle_kopf_sollzins, #baufilead_zinstableau_container_1 .baufilead_zinstableau_tabelle_kopf_sollzins, #baufilead_zinstableau_container_2 .baufilead_zinstableau_tabelle_kopf_sollzins, #baufilead_zinstableau_container_3 .baufilead_zinstableau_tabelle_kopf_sollzins, #baufilead_zinstableau_container_4 .baufilead_zinstableau_tabelle_kopf_sollzins, .baufilead_zinstableau_container .baufilead_zinstableau_tabelle_kopf_sollzins,
#baufilead_zinstableau_container_0 .baufilead_zinstableau_tabelle_kopf_zinsbindung, #baufilead_zinstableau_container_1 .baufilead_zinstableau_tabelle_kopf_zinsbindung, #baufilead_zinstableau_container_2 .baufilead_zinstableau_tabelle_kopf_zinsbindung, #baufilead_zinstableau_container_3 .baufilead_zinstableau_tabelle_kopf_zinsbindung, #baufilead_zinstableau_container_4 .baufilead_zinstableau_tabelle_kopf_zinsbindung, .baufilead_zinstableau_container .baufilead_zinstableau_tabelle_kopf_zinsbindung,
#baufilead_zinstableau_container_0 .baufilead_zinstableau_tabelle_kopf_effektivzins, #baufilead_zinstableau_container_1 .baufilead_zinstableau_tabelle_kopf_effektivzins, #baufilead_zinstableau_container_2 .baufilead_zinstableau_tabelle_kopf_effektivzins, #baufilead_zinstableau_container_3 .baufilead_zinstableau_tabelle_kopf_effektivzins, #baufilead_zinstableau_container_4 .baufilead_zinstableau_tabelle_kopf_effektivzins, .baufilead_zinstableau_container .baufilead_zinstableau_tabelle_kopf_effektivzins,
#baufilead_zinstableau_container_0 .baufilead_zinstableau_tabelle .baufilead_odd, #baufilead_zinstableau_container_1 .baufilead_zinstableau_tabelle .baufilead_odd, #baufilead_zinstableau_container_2 .baufilead_zinstableau_tabelle .baufilead_odd, #baufilead_zinstableau_container_3 .baufilead_zinstableau_tabelle .baufilead_odd, #baufilead_zinstableau_container_4 .baufilead_zinstableau_tabelle .baufilead_odd, .baufilead_zinstableau_container .baufilead_zinstableau_tabelle .baufilead_odd {
    background-color: #EDEFF2 !important;
    color: #262350 !important;
}

.baufilead_zinstableau_tabelle,
#baufilead_zinstableau_container_0 .baufilead_zinstableau_tabelle_kopf, #baufilead_zinstableau_container_1 .baufilead_zinstableau_tabelle_kopf, #baufilead_zinstableau_container_2 .baufilead_zinstableau_tabelle_kopf, #baufilead_zinstableau_container_3 .baufilead_zinstableau_tabelle_kopf, #baufilead_zinstableau_container_4 .baufilead_zinstableau_tabelle_kopf, .baufilead_zinstableau_container .baufilead_zinstableau_tabelle_kopf {
    border-bottom: 3px solid #ea8a23 !important;
}

#baufilead_zinstableau_container_0 .baufilead_zinstableau_stand_per, #baufilead_zinstableau_container_1 .baufilead_zinstableau_stand_per, #baufilead_zinstableau_container_2 .baufilead_zinstableau_stand_per, #baufilead_zinstableau_container_3 .baufilead_zinstableau_stand_per, #baufilead_zinstableau_container_4 .baufilead_zinstableau_stand_per, .baufilead_zinstableau_container .baufilead_zinstableau_stand_per {
    font-size: 12px !important;
    text-decoration: none !important;
}

#baufilead_fancybox .baufilead_dialog .baufilead_dialog_title {
    color: #262350 !important;
}


/* Vermögen */
vermoegen-container {
    padding-bottom: 0;
}

.vermoegen {
    width: 100%;
    min-height: 270px;
    background: #D5D9DC url(../images/vermoegen-bg.png) repeat-y;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.vermoegen:hover {
    background: #6F7B86 url(../images/vermoegen-bg-active.png) repeat-y;
}

/*.vermoegen > a,
.vermoegen > a:hover {
    display:block;
    text-decoration:none;
    color:#333;
}*/

.vermoegen img {
    width: 100%;
}

.vermoegen h2 {
    padding: 10px 0 5px 10px;
    margin: 0;
    font-size: 16px;
    color: #262350;

}

.vermoegen p {
    padding: 0 0 30px 10px;
}

.vermoegen ul li {
    line-height: 1.8;
}

.vermoegen ul li i {
    color: #149ecf;
    padding-top: 2px;
}

/*.vermoegen .btn  {
    display:block;
    position:absolute;
    width:150px;
    line-height:1.5;
    bottom:10px;
    left:10px;
    padding-left:10px;
}*/
.vermoegen-btn span {
    color: #fff;
    display: block;
    opacity: 0;
    padding: 0 0 0 10px;
    transition: opacity 250ms linear 0s;
}

.vermoegen-btn i {
    color: #002f5f;
    content: "f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 35px;
    line-height: 30px;
    margin-right: -22px;
    position: absolute;
    right: 100%;
    text-align: center;
    top: 0;
    transition: all 250ms linear 0s;
    width: 30px;
}

.vermoegen-btn span,
.vermoegen-btn i {
    color: #333 !important;
    line-height: 26px;
}

.vermoegen-btn {
    border: 1px solid transparent;
    bottom: 10px;
    display: inline-block;
    height: 30px;
    left: 10px;
    line-height: 30px;
    overflow: hidden;
    padding-right: 30px;
    position: absolute;
    text-decoration: none;
    transition: border-color 250ms linear 0s;
}

.vermoegen:hover .vermoegen-btn i {
    font-size: 14px;
    margin-right: 0;
    right: 0;
}

.vermoegen:hover .vermoegen-btn span,
.vermoegen:hover .vermoegen-btn i {
    color: #fff !important;
    line-height: 26px;
}

.vermoegen:hover .vermoegen-btn span {
    opacity: 1;
}

.vermoegen:hover .vermoegen-btn {
    background-color: #EA8A23;
    border-color: #EA8A23;
    text-decoration: none;
}

.vermoegen.type1 {

}

.vermoegen.type2 {

}

/* Mein Bankshop */
#wrapper {
    position: relative;
    /*margin: 20px auto 0 auto;*/
    z-index: 1;
    width: 100%;
    height: 640px;
    background-color: transparent;
    padding: 0px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

#tourDiv {
    width: 100%;
    height: 100%;
}

/* Sponsoring */
.sponsor-wrapper {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.sponsor-wrapper h2 {
    margin-top: 0;
}

/* news */
.news-list-text {
    margin-bottom: 20px;
}

.news-list-image img {
    width: 100%;
}

.news-list-text {
    background-color: #fff;
    padding: 10px;
    min-height: 244px;
}

.news-list-text h2 {
    margin: 0;
    padding: 10px 0 20px 0;
}

/*
@media only screen and (max-width: 1500px) {
	.carousel,
	.carousel .item {
		height: 400px;
	}
}
*/
@media only screen and (max-width: 1343px) {
    .side-contact {
        display: none;
    }

    .slider-berater-text {
        font-size: 2.2vw;
    }

    .slider-berater-text span {
        font-size: 1.6vw;
    }


}

@media only screen and (max-width: 992px) {
    .navbar-nav > li > a {
        text-transform: none;
    }

    .provenexpert {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .navbar {
        border: none;
    }

    .navbar-brand {
        padding-left: 0;
    }

    .navbar-brand > img {
        max-height: 40px;
    }

    .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    }

    .navbar-nav > li.last > a {
        border-right: none;
    }

    #topbar {
        height: 65px;
    }

}

@media only screen and (min-width: 768px) {
    /* Tablet und größer */
    .dropdown-menu.container > li {
        float: left;
        margin-right: 2%;
        width: 18%;
    }

    .navbar-nav .open .dropdown-menu > li li > a {
        padding: 0;
    }


    .side-contact {
        display: block;
    }


    .slider-container .slider-text-wrapper-start {
        top: 35px;
        left: 38%;
        text-align: left;
        width: auto;
    }

    .slider-container .slider-text-wrapper-start .slider-text1 {
        font-size: 3vw;
    }

    .slider-container .slider-text-wrapper-start .slider-text2 {
        font-size: 2.2vw;
    }


    .slider-container .slider-text-wrapper .slider-text1,
    .slider-container .slider-text-wrapper-bar .slider-text1 {
        display: inline-block;
        font-size: 32px;
        padding: 0 10px;


    }

    .slider-container .slider-text-wrapper .slider-text2,
    .slider-container .slider-text-wrapper-bar .slider-text2 {
        display: inline-block;
        font-size: 25px;
        padding: 0 10px;
    }


    .news-wrapper {
        height: 325px;
    }

    .news-wrapper .news-img {
        position: absolute;
    }

    .startseite-produkte-teaser .produkt-teaser ul {
        min-height: 0;
    }

    .bg-berater #berater-karte {
        height: 400px;
    }

    .bg-berater address {
        margin-top: 131px;
        margin-left: 12px;
    }

    footer .footer-nav {
        float: right;
    }

    .text-2-spalter .btn {
        margin-bottom: 0;
    }

    .content-buttons-wrapper .btn {
        width: auto;
        font-size: 12px;
    }

    .content-buttons-wrapper .btn i {
        display: none;
    }


}

@media only screen and (min-width: 992px) {
    /* Desktop und größer */
    .navbar-nav > li > a {
        padding-left: 40px;
        padding-right: 40px;
    }

    .slider-container .slider-text-wrapper-start .slider-text1 {
        font-size: 45px;
    }

    .slider-container .slider-text-wrapper-start .slider-text2 {
        font-size: 30px;
    }

    .slider-container .slider-text-wrapper,
    .slider-container .slider-text-wrapper-bar {
        /*top:230px;*/
        top: 0;
        /*padding: 165px 5px;*/
    }

    .slider-container .slider-text-wrapper .slider-text1,
    .slider-container .slider-text-wrapper-bar .slider-text1 {
        font-size: 38px;
    }

    .slider-container .slider-text-wrapper .slider-text2,
    .slider-container .slider-text-wrapper-bar .slider-text2 {
        font-size: 25px;
    }


    .news-uebersicht {
        height: 325px;
    }

    .news-uebersicht .news-uebersicht-pfeil {
        position: absolute;
        top: 0;
        left: 10px;
        font-size: 45px;
    }

    .news-uebersicht .news-uebersicht-weiter {
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

    .content-buttons-wrapper .btn {
        width: 200px;
        font-size: inherit;
    }

    .content-buttons-wrapper .btn i {
        display: inherit;
    }

    .content-buttons-wrapper .btn-rundgang {
        width: auto;
    }

    /* Girokonto */
    .girokonto-small {
        margin-top: 130px;
    }

    .girokonto-top .top {
        font-size: 1.1vw !important;
        line-height: 1.5 !important;
    }

    /* News */
    .news-list-image {
        margin-bottom: 20px;
    }


}

@media only screen and (min-width: 1200px) {
    /* Desktop und größer */
    .bg-berater #berater-karte {
        height: 262px;
    }

    .girokonto-top .top {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .girokonto-top .top-s1,
    .girokonto-top .top-s2,
    .girokonto-top .top-s3 {
        /*line-height:46px !important;*/
    }
}

@media only screen and (max-width: 767px) {

    table.responsive {
        margin-bottom: 0;
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%;
    }

    .pinned table th, .pinned table td {
        white-space: nowrap;
    }

    .pinned td:last-child {
        border-bottom: 0;
    }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc;
    }

    div.table-wrapper div.scrollable {
        margin-left: 35%;
    }

    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden;
    }

    table.responsive td, table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }

    table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
        display: none;
    }


}

@media only screen and (max-width: 767px) {
    .affix {
        position: relative;
    }
}

.col-bewertung a {
    color: #fff;
    text-decoration: none;
}

.col-bewertung a:hover {
    color: #ea8a23;
}

.col-bewertung .berater-bewertung {
    margin-right: 5px;
    color: #ea8a23;
}

.dropdown #stadtselector {
	background: #221F4C;
	color: #fff;
	border: unset;
	padding: 5px 10px;
	float: right;
    height: 30px;
}

.map-marker {
	float: right;
	background: #221F4C;
	color: #fff;
	padding: 0.5px 10px;
	font-size: 20px;
    height: 30px;
}

.geschaetfskoto-vorteile li {
	line-height: 3.5;
	font-size: 15px;
	font-weight: 400;
	color: #149ECF;
}

.geschaetfskoto-vorteile li span {
	color: #333;
}

.geschaetfskoto-vorteile .fa-check {
	top: 0.712em !important;
	font-size: 22px;
}