body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
.cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;padding:.6em 1.2em;background-color:#4b4b4b;color:#fff;font-size:1em;text-align:center;z-index:10}.cookiebar *{box-sizing:border-box}.cookiebar--active{display:flex!important;justify-content:center;align-items:center;flex-wrap:wrap}.cookiebar--position-top{top:0}.cookiebar--position-bottom{bottom:0}.cookiebar__message,.cookiebar__text{margin-right:1.5em}.cookiebar__link{color:#fff;text-decoration:underline}.cookiebar__link:hover{text-decoration:none}.cookiebar__button{margin:0;padding:.6em 1.2em;border:none;border-radius:0;background-color:#4ea55e;color:#fff;font-weight:700;cursor:pointer}.cookiebar__button:hover{background-color:#3e824a}.cookiebar__analytics{margin-right:1.5em}.cookiebar__analytics-label{cursor:pointer}.cookiebar__analytics-checkbox{margin-right:5px}
@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');


.work .topFooter, .work #navi {
	display: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	color: #212121;
	font-weight: lighter;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	line-height: 2.5em;
	font-display: swap;
}
h1, h2, h3, h4 {
	text-align: center;
	font-weight: 300;
}

h1 {
	color: #fff;
	font-size: 2em;
}

h2 {
    font-size: 2em;
}

h2:after {
	content: '';
    background: #212121;
    width: 30vw;
    height: 1px;
    margin: 20px auto 0;
	display: block;
}

code {
	font-family: 'Open Sans', sans-serif;
	font-weight: bolder;
	color: #264d6a;
}

.pageHead h2:after {
	display: none;
}

h3 {
	margin-top: 10px;
}

h5 {
	text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
}

a {
	text-decoration: none;
}

p, .ce_text ul {
	line-height: 1.8em;
	font-size: 1.2em;
}

.contGrid {
	grid-column: 2 / 2;
	column-gap: 10px;
  	row-gap: 10px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1200px;
    margin-left: auto!important;
    margin-right: auto!important;
}

.contGrid2 {
	grid-template-columns: [start] 1fr [line2] 1fr [end];
}
		
.contGrid3 {
	/* ab 812 Px Breite > 3er-Grid */
	grid-template-columns: 1fr;
}
		
.contGrid4 {
	/* ab 768 Px Breite > 2er-Grid, ab 1024 zu 4er-Grid */
	grid-template-columns: 1fr;
}
		
.contFull {
	grid-column: start / end;
}
		
.cont3center {
	grid-column: line2 / line3;
}
		
.cont4center {
	grid-column: line2 / line4;
}

.pageBorder {
	background: #264d6a;
	height: 40px;
	width: 100%;
}


.cookiebar__button {
	background-color: #264d6a;
	margin-top: 20px;
}

#cookiebar-text {
	line-height: 1.1em;
	text-align: left;
}

.mod_article {
	margin: 50px 0 100px;
}

.frame, .bankBorder ul {
	padding: 0 20px;
	max-width: 1200px;
	margin-left: auto!important;
	margin-right: auto!important;
}

.topHeader {
	position: relative;
    z-index: 9999;
	background: #264d6a;
	line-height: 1em;
}

.topHeader label {
	display:block;
	height: 30px;
	padding-top: 10px;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

.arrow img {
	width: 12px;
}

.topHeader p {
	color: #fff;
	font-size: 0.8em;
	overflow: hidden;
	height: 0px;
	text-align: center;
	margin: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.hiddentext a {
	color: #fff;
}

.hiddentext span {
	display: block;
	margin: 15px 0 0;
}

#tm:checked ~ .hiddentext {
  height: 140px;
}
input#tm {
  display: none;
  position: relative;
}

#instaIcon {
	display: block;
	margin-top: 15px;
}

#instaIcon img {
	width: 20px;
	display: inline-block;
	margin: 0 0 -5px;
}


.subHeader .inner {
	background: #fff;
	padding-top: 20px;
}

.subHeader {
	height: 80px;
	background: #fff;
	-webkit-box-shadow: 0px -10px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -10px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -10px 15px 0px rgba(0,0,0,0.75);
}

#logo {
	display: block;
	width: 150px;
	height: auto;
	line-height: 1em;
}


.subFooter {
	background: #141414;
	color: #666;
	text-align: center;
	padding: 20px 0 0;
	height: 40px;
	font-size: 0.8em;
	text-transform: uppercase;
}

footer {
	background: #1d1d1d;
	color: #fff;
}

.topFooter {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	padding: 0 20px 30px;
}

.topFooter div, .topFooter nav {
	margin: 50px 0 0;
}

#instaIconFoot img {
	width: 20px;
	display: inline-block;
	margin-bottom: -4px;
}

footer h3 {
	font-size: 1.15em;
	font-weight: 300;
	margin: 0 0 15px;
}

footer a {
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

footer a:hover {
	color: #264d6a;
}

footer li {
	font-size: 0.8em;
	font-weight: 600;
}

.review .reviewSingle {
	margin-bottom: 40px;
}

.review .revCont {
	font-size: 0.8em;
    line-height: 0.9em;
}

.review .revText {
	font-size: 1em;
    line-height: 1.3em;
}

.review div {
	margin: 0 0 10px;
}

.review img {
	float: left;
	margin-right: 20px;
	border-radius: 50%;
}

.revName, .revName:hover {
	font-weight: 600;
}

.revMore:hover {
	cursor: pointer;
}

.stars {
	width: 112px;
	height: 24px;
	margin: 10px 0 15px!important;
	display: flex;
	background-repeat: no-repeat;
	background: url("../../files/meineFinanzierung/system/gfx/icons/sterne4-5.png");
}

.star5 {
	background: url("../../files/meineFinanzierung/system/gfx/icons/sterne5.png");
}

.star3 {
	background: url("../../files/meineFinanzierung/system/gfx/icons/sterne3.png");
	background-repeat: no-repeat;
}

.pageHead {
	padding: 60px 0 50px;
	background-image: url("../../files/meineFinanzierung/system/gfx/backgrounds/Eigenheim.jpg");
	background-repeat: no-repeat; 
	background-size: cover; 
	background-attachment:fixed;
	overflow: visible;
	margin-top: 0;
}

.pageHead h2 {
	color: #fff;
	border: none;
}

.rowOuter, .rowOuter2 {
	width: 100%;
	height: 40px;
	background: #264d6a;
	position: relative;
    margin-bottom: -50px;
    margin-top: 50px;
}

.rowOuter2 {
    margin: 50px 0 0 -20px;
    width: 100vw;
}

.rowOuter:after {
	content: '';
    background-color: inherit;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    margin: auto !important;
    position: absolute;
	top: 25px;
    left: 0;
    right: 0;
}

.bankenVergl, .partnerForm, .formWhite {
	background: rgba(255,255,255,.71);
	padding: 1px 20px;
	margin-bottom: 50px;
	text-align: left;
}

.formWhite {
	padding: 20px 20px 0;
}

.bankenVergl h2 {
	text-align: left;
	color: #000;
}

.bankenLogos img {
	width: calc(50% - 50px);
}

select, input {
	border: solid 2px #264b6a;
    border-radius: 4px;
	width: 100%;
	padding: 10px 0 10px 10px;
	margin-bottom: 20px;
}

input {
	width: calc(100% - 10px);
}

label {
	font-weight: 600;
}

.mailInput {
	margin-top: 15px;
}

.lbltxt {
	display: block;
	margin-bottom: 15px;
}

.checkbox {
	display: block;
	width: auto;
	float: left;
	margin: 0px;
}

.checkbox_container {
	line-height: 1em;
}

.checkbox_container label {
	font-weight: 300;
	font-size: 0.8em;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #264d6a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #264d6a;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 4px;
}

.slider.round:before {
  border-radius: 15%;
}/**/

.fast legend {
	font-weight: 600;
	padding-top: 10px;
}

.chbx {
	margin: 0 0 10px;
}

/* The container */
.chbxCont {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	
}

/* Hide the browser's default checkbox */
.chbxCont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 23px;
	width: 23px;
	background-color: #fff;
	border: solid 2px #264d6a;
	border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.chbxCont:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chbxCont input:checked ~ .checkmark {
  background-color: #264d6a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chbxCont input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chbxCont .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.widget-submit, .buttonWrap {
	text-align: center;
}

button.submit, .buttonWrap a {
	color: #fff;
    background: #264d6a;
    border-radius: 4px;
    padding: 12px 35px;
    width: fit-content;
	width: -moz-fit-content;
    border: 0px;
    font-weight: 400;
    font-size: 0.8em;
	line-height: 1em;
    cursor: pointer;
	margin: 30px auto;
	display: block;
	-webkit-transition: .4s;
  	transition: .4s;
}

.buttonWrap a:hover, button.submit:hover {
	opacity: 0.7;
}

.loveFour {
	text-align: justify;
}

.loveFour figure, .cercle figure, .cercleDark figure {
	display: block;
	padding: 20px;
    width: 40px;
    height: 40px;
	border: solid 3px #264d6a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	margin: 50px auto 0;
}

.cercleDark figure {
	background: #264d6a;
}

.tabs {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0;
	clear: both;
}
.tabs label {
	order: 2;
	display: block;
	padding: 1rem 2rem;
	cursor: pointer;
	background: #fff;
	text-align: center;
	transition: background ease 0.2s;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(206, 206, 206);
    border-image: initial;
    border-left: 0px;
    padding: 15px 20px;
	width: calc(16.666666% - 41.2px);
}

.tabs label:before {
	display: block;
	width: 25px;
	float: left;
}

.firstTab:before {
	content:url("../../files/meineFinanzierung/system/gfx/icons/team.svg");
}

.tabTwo:before {
	content:url("../../files/meineFinanzierung/system/gfx/icons/rocket.svg");
}

.tabThree:before {
	content:url("../../files/meineFinanzierung/system/gfx/icons/calendar.svg");
}

.tabFour:before {
	content:url("../../files/meineFinanzierung/system/gfx/icons/chart.svg");
}

.tabFive:before {
	content:url("../../files/meineFinanzierung/system/gfx/icons/home.svg");
}

.tabSix:before {
	content:url("../../files/meineFinanzierung/system/gfx/icons/aktentasche.svg");
}

.tabs .firstTab {
	border-left: solid 1px #cecece;
}

.tabs .tab {
	order: 99;
	flex-grow: 1;width: 100%;
	display: none;
	padding: 1rem;
	background: #fff;
	border: solid 1px #cecece;
    border-image: initial;
    border-top: 0px;
    padding: 20px;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #fff;
	border-bottom: 1px solid transparent;
	border-top: 2px solid #264d6a;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

.tab a, .kolei a {
	color: #264d6a;
	font-weight: bold;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tab a:hover, .kolei a:hover {
	opacity: 0.5;
}

.kolei h3 {
	text-align: left;
}

.kolei figure {
	width: 100px;
	margin: 50px auto 0;
}

.kolei ul{
	margin-left: 15px;
	list-style:none;
	display: flow-root;
}

.kolei li {
	padding: .3em 0 1em 10px;
	list-style-image: url("../../files/meineFinanzierung/system/gfx/icons/check.svg");
	line-height: 1em;
}

#pewl {
	margin: 50px auto;
}

.greySection {
	background: #f5f5f5;
	max-width: 100%!important;
	margin: auto;
	color: #264d6a;
}

.greySection .block {
	overflow:visible;
	max-width: 1200px;
}

.greySection figure {
	margin-bottom: 50px;
}

.greySection figure:nth-of-type(2) {
	border: none;
	border-radius: 0;
	width: 100%;
	height: auto;
	padding: 0;
	-webkit-box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.25);
}

.greySection figure:nth-of-type(2) img {
	display: block;
	border:none;
}


.box {
	background: #fff;
    padding: 20px;
	margin: 50px 0;
    -webkit-box-shadow: 0px -10px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -10px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.boxBlue, .boxWhite {
	background: #264d6b;
    color: #fff;
    font-size: 1.3em;
    text-align: center;
    margin: 30px 0;
}

.boxWhite {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,.25), 0 0 10px rgba(0,0,0,.22);
}

.boxBlue figure {
	width: 50px;
	margin: 40px auto 20px;
}

.kunden figure {
	height: 62px;
}

.boxWhite .caption {
	color: #264d6a;
}

.partnerLogos li {
	width: calc(25% - 28px);
    margin-right: 35px;
}

.partnerLogos li:nth-of-type(4n) {
	margin-right: 0;
}

.empfangen a {
	color: #264d6a;
}

/* ###### FINANZIERUNG ###### */

.finanzierung .pageHead {
	background-image: url(../../files/meineFinanzierung/system/gfx/backgrounds/Finanzierung.jpg);
}

#chartFrameWrapper {
	margin-top: 50px;
}

.instaGrid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.instaGrid img {
    display: block;
}

.instaGrid a {
    opacity: 1;
    transition: all 0.3s ease;
    display: block;
    padding: 0;
    margin: 0;
}

.instaGrid a:hover {
    opacity: 0.7;
}

/* ###### PRIVATKREDIT ###### */

.privatkredite .pageHead {
	background-image: url(../../files/meineFinanzierung/system/gfx/backgrounds/Paar_Finanzplanung.png);
}

/* ###### BAUKINDERGELD ###### */

.baukindergeld .pageHead {
	background-image: url(../../files/meineFinanzierung/system/gfx/backgrounds/Familie.jpg);
}

/* ###### ANSCHLUSSFINANZIERUNG ###### */

.cercleDark {
	margin-bottom: 50px;
}


/* ###### PARTNER ###### */

.w3-content, .mySlides {
	min-height: 68px;
	
}

.partnerListe {
	margin-bottom: 40px;
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

.partnerListe img {
	width: 50px;
	display: block;
	margin: 10px;
	border: solid 5px #fff;
}

.partnerListe th {
	background: #264d6a;
	color: #fff;
	padding-left: 10px;
	text-align: center;
}

.partnerListe tr:nth-of-type(2n+3) {
	background: #f9f9f9;
}

.partnerListe tr:nth-of-type(2n) {
	background: #fcfcfc;
}

.partnerListe td:nth-of-type(1) {
	width:80px;
}

.partnerListe td:nth-of-type(3) {
	width: 45%;
}

.partnerListe a {
	color: #264d6a;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.partnerListe a:hover {
	opacity: 0.7;
}

.partnerListe td {
	vertical-align: middle;
	line-height: 1em;
}

.partVort h4 {
	margin-left: 120px;
    text-align: left;
}

.partVort p {
	display: flex;
    margin-left: 120px;
}

.kundVort p {
	text-align: center;
}

.partnerText img {
	border-radius: 4px;
}

baufi-passt {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #ededed;
    margin: 6rem 0;
}

baufi-passt div#passt_container {
    padding-bottom: 1rem!important;
}


/* ###### Über Uns ###### */

.bankBorder {
	background: #bbb;
    padding: 0 5px; /* im landscape muss angepasst werden*/
    margin-top: 50px;
    margin-bottom: -50px;
}

.bankBorder li {
	width: calc(12.5% - 20px);
    margin: 0 10px;	
}

.jan figure {
	text-align: center;
}

.jan img {
	border-radius: 50%;
	border: solid 5px #264d6a;
	width: 150px;
	margin: 50px 0 20px;
}

.jan p {
	background: #264d6a;
	padding: 20px;
	color: #fff;
}

/* ###### DATENAUSZUG/LÖSCHUNG ###### */

.auszLoesch input, .auszLoesch select {
	width: calc(100% - 14px);
}

.auszLoesch {
	margin-top: 10px;
}

/* ###### WOHNEIGENTÜMER ###### */

.wohneigent .ce_text ul {
	list-style-type: disc;
	list-style-position: inside;
}

.range {
	margin: 0;
	padding: 0;
}

.rangeOutput {
	line-height: 1em;
}

.widget-range {
	margin-bottom: 20px;
}

.impressum h3 {
	text-align: left;
}

footer .instaGrid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
    grid-gap: 20px;
}

body.finanzierung baufi-passt .bg-\[--xp-ref-color-background-body\] {
	background: rgba(255, 255, 255, .71)!important;
}

body.finanzierung .baufiContainer {
	display: grid;
    grid-template-columns: 20px 1fr 20px;
}

body.finanzierung baufi-passt {
	grid-column-start: 2;
    grid-column-end: 3;
    display: inherit;
    padding-top: 3rem;
}

@media (max-width: 45em) {
	.tabs .tab, .tabs label {
		order: initial;
	}
	.tabs label {
		width: 100%;
		border-left: solid 1px #cecece;
		border-top: 0px;
		text-align: left;
	}
	
	.tabs label:before {
		margin-right: 10px;
	}

	.tabs .firstTab {
		width: 100%;
		border-top: solid 1px #cecece;
	}
}

@media screen and (min-width: 370px) {
	.bankenLogos img {
		width: calc(36% - 6%);
    	margin-right: 10px;
	}
	
	.bankenLogos img:nth-of-type(3n) {
    	margin-right: 0;
	}
	
}


@media screen and (min-width: 640px) {
	.bankenLogos img {
		width: calc(30% - 7.5%);
    	margin-right: 20px;
	}
	
	.bankenLogos img:nth-of-type(4n) {
    	margin-right: 0;
	}
	
	.chbxCont label {
		font-size: 1.2em;
    	line-height: 1.2em;
	}
	
	.kolei figure {
		float: left;
		margin: 20px 70px 50px 0;
	}
	
	.kolei li {
		list-style-position: inside;
	}
	
	.privatkredite .pageHead, .baukindergeld .pageHead {
		background-size: contain;
	}
	
	.bankBorder {
		padding: 10px 0 0;
	}
}

@media screen and (min-width: 736px) {
	.tab.first figure {
		width: 150px;
	}
	
	.tabs label {
		line-height: 1em;
	}
	
	.tabs label:before {
		width: 100%;
	}
	
	.first figure {
		margin-right: 20px;
	}
	
	.philo h3 {
		text-align: left;
	}
	
	.jan figure {
		float: left;
	}
	
	.jan img {
		margin-top: 30px;
	}
	
	.jan p {
		margin-left: 80px;
    	padding-left: 100px;
	}
	
	.partnerForm h3 {
		text-align: left;
	}
}

@media screen and (min-width: 768px) {
	.contGrid2, .contGrid4 {
		display: grid;
		grid-template-columns: [start] 1fr [line2] 1fr [end];
	}
	
	.topFooter {
		grid-template-columns: 1fr 1fr;
	}
	
	.half {
		display: grid;
    	grid-template-columns: 1fr 1fr;
    	grid-template-rows: auto;
		column-gap: 20px;
		margin-top: 50px;
	}
	
	.full {
		grid-column-start: 1;
  		grid-column-end: end;
	}
	
	.fourth {
		display: grid;
    	grid-template-columns: 1fr 1fr;
    	grid-template-rows: auto;
		column-gap: 20px;
		margin-top: 50px;
	}
	
	.topFooter h3 {
		text-align: left;
	}
	
	.loveFour {
		width: calc(50% - 20px);
    	float: left;
    	margin-right: 40px;
	}
	
	.loveFour.two, .loveFour.four {
		margin-right: 0;
	}
	
	.loveFour.four {
		margin-bottom: 50px;
	}
	
	
	.partnerText figure{
		float: left;
		width: 150px;
		margin: 10px 50px 0 0;
	}
	
	.partnerText h4 {
		margin-top: 0;
		text-align: left;
	}
	
	.partnerText p {
		display: flex;
	}
    
    .instaGrid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    footer .instaGrid {
        margin-right: 30px;
    }
}

@media screen and (min-width:812px) {
	.contGrid3 {
		display: grid;
		grid-template-columns: [start] 1fr [line2] 1fr [line3] 1fr [end];
	}
	
	.finanzWeg {
		width: calc(33% - 7px);
    	display: inline-grid;
    	margin-right: 10px;
	}
	
	.tab.first figure {
		width: 200px;
	}
	
	.finanzWeg:nth-of-type(4n) {
		margin-right: 0;
	}
	
	.qualiHalb {
		display: grid;
    	grid-template-columns: 1fr 1fr;
    	grid-template-rows: auto;
		column-gap: 20px;
		margin-top: 50px;
	}
	
	.qualiHalb .box {
		margin-top: 0;
	}
	
	.third {
		display: grid;
    	grid-template-columns: 1fr 1fr 1fr;
    	grid-template-rows: auto;
		column-gap: 20px;
		margin-top: 50px;
	}
	
	.partnerLogos li {
    	width: calc(15% - 18px);
	}
	
	.ce_gallery>ul li.col_first {
		float: left;
		clear: none;
	}
	
	.partnerLogos li:nth-of-type(4n) {
		margin-right: 35px;
	}
	
	.partnerLogos li:nth-of-type(6n) {
		margin-right: 0;
	}
}

@media screen and (min-width: 872px) {
	.kolei {
		width: calc(50% - 20px);
    	margin-right: 30px;
    	display: inline-block;
	}
	
	.tab.first figure {
		width: 250px;
	}
	
	.leistungen {
		margin-right: 0;
	}
	
	.kolei figure {
		margin: 20px 20px 100px 0;
	}
	
	.greySection .abheben {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		max-width: 1050px;
		margin: 0 auto;
	}
	
	
	.greySection .abheben figure:nth-of-type(1) {
		grid-column: 1 / end;
  		grid-row: 1;
     	width: 54px;
		height: 54px;
     	float: none; 
    	margin: 50px auto;
	}
	
	.greySection .abheben figure:nth-of-type(2) {
		grid-column: 2;
    	grid-row: 2 / 3;
		margin: 0;
		display: block;
		height: fit-content;
	}
	
	.greySection .abheben h3, .greySection .abheben p {
		grid-column: 1;
    	grid-row: 2;
	}
	
	.greySection .abheben h3 {
		margin: 0 0 20px 0;
		text-align: left;
	}
	
	.greySection .abheben p {
		margin: 60px 20px 0 0;
	}
	
	
	.abheben {
		margin-bottom: 50px;
	}
	
	.abheben figure {
		width: 40%;
		float: left;
		margin-right: 40px;
	}
	
	.abheben h4 {
		margin: 70px 0 50px;
	}
	
	.cercleDark figure {
		float: left;
    	margin: 20px 50px 0 0;
	}
	
	.cercleDark h3 {
		text-align: left;
	}
	
	.cercleDark p {
		display: flex;
	}
	
	.partnerListe td:nth-of-type(1) {
	    width: 160px;
	}
	
	.partnerListe td:nth-of-type(3) {
		width: 50%;
	}
}

@media screen and (min-width: 922px) {
	#article-24 #chartFrameWrapper {
		height: auto;
		padding-bottom: 0%;
		min-height: 600px;
	}
	
	#article-24 #chartFrameWrapper iframe {
		height: 600px;
	}
}


@media screen and (min-width: 1024px) {
	.contGrid4 {
		display: grid;
		grid-template-columns: [start] 1fr [line2] 1fr [line3] 1fr [line4] 1fr [end];
	}
	
	.third {
		column-gap: 30px;
	}
	
	.fourth {
    	grid-template-columns: 1fr 1fr 1fr 1fr;
		column-gap: 20px;
	}
	
	#header {
		transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out ;
		z-index: 9999;
		top: 0;
		position: fixed;
		width: 100%;
		height: 80px;
		background: #fff;
	}
	
	#header.shrink {
		top: -40px;
	}
	
	.topHeader p {
		height: 35px;
		text-align: left;
	}
	
	#instaIcon {
		float: right;
		margin-top: 7px;
	}
	
	.topHeader label {
		display: none;
	}
	
	.hiddentext span {
		padding: 0 30px 10px 0;
		float: left;
    	margin: 7px 0 0;
	}
	
	.topFooter {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
	.pageHead {
		padding-top: 160px;
	}
	
	.bankenLogos img {
		width: 11%;
		margin-right: 20px;
	}
	
	.bankenLogos img:nth-of-type(8) {
		margin-right: 0;
	}
	
	.verglFrame, .formWhite .formbody  {
		display: grid;
    	grid-template-columns: 1fr 1fr;
    	grid-template-rows: auto;
		column-gap: 20px;
	}
	
	.mailInput {
    	margin-top: 0;
	}
	
	.loveFour, .loveFour.two {
		margin-right: 20px;
		width: calc(25% - 15px);
	}
	
	.loveFour .four {
		margin-right: 0;
	}

	.tabs label:before {
		width: 25px;
	}
	
	.tab.first figure {
		width: 280px;
	}
	
	.qualiHalb {
    	grid-template-columns: 1fr 1fr 1fr;
	}
	
	.qualiHalb .ce_image {
		grid-column-start: 2;
  		grid-column-end: end;
	}
	
	.qualiHalb .box {
		margin-top: 0;
	}
	
	.partnerLogos li, .partnerLogos li:nth-of-type(4n) {
		width: calc(8% - 8px);
    	margin-right: 11%;
	}
	
	.partnerLogos li:nth-of-type(12) {
		margin-right: 0;
	}
	
	.bankBorder img {
		margin-top: 16px;
	}
	
	.bankBorder {
		padding: 0;
	}
	
	.fast .switch {
		position: absolute;
		margin-top: -45px;
	}
	
	.fast legend, .fast .lbltxt {
		margin-left: 80px;
	}
	
	.widget-range {
		grid-column-start: 1;
	  grid-column-end: 2;
		grid-row-start: 1;
	  grid-row-end: 2;
	}
	
	.ohneKredit .nameIn {
		grid-column-start: 1;
	 	grid-column-end: 3;
		grid-row-start: 2;
	  	grid-row-end: 3;
	}
	
	.formFrame {
		display: grid;
    	grid-template-columns: 1fr 1fr;
    	grid-template-rows: auto;
		column-gap: 20px;
	}
	
	.w3-content {
		grid-column-start: 1;
	 	grid-column-end: 3;
		grid-row-start: 1;
	  	grid-row-end: 2;
	}
	
	.bankenVergl .widget-submit {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 5;
		grid-row-end: 5;
	}
	
	.bankenVergl .chbx {
		grid-column-start: 2;
		grid-column-end: 2;
		grid-row-start: 3;
		grid-row-end: 3;
	}
	
	.bankenVergl .chAgb {
		grid-column-start: 1;
	}
	
	.abheben figure {
		width: 35%;
	}
	
	.greySection .abheben {
		grid-template-columns: 60% 40%;
		margin-bottom: 100px;
	}
	
	.greySection .abheben figure:nth-of-type(1) {
		margin: 100px auto;
	}
    
    .instaGrid {
        grid-gap: 30px;
    }
}


@media screen and (min-width: 1200px) {
	.third {
		column-gap: 50px;
	}
	
	.verglFrame, .formFrame {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.verglFrame .mailInput {
	  grid-column-start: 1;
	  grid-column-end: 2;
	  grid-row-start: 2;
	  grid-row-end: 3;
	}
	
	.verglFrame .phoneInput {
		grid-column-start: 2;
	  grid-column-end: 3;
	  grid-row-start: 2;
	  grid-row-end: 3;
	}
	
	.verglFrame .nameInput {
		margin-top:20px;
	}
	
	.bankenVergl .chbx {
	    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 3;
    grid-column-end: 3;
	}
	
	button.submit {
		margin: 0 auto;
        width: 100%;
	}
	
	.verglFrame .widget-submit {
		grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
    padding: 10px 0 25px;
	}
	
	.w3-content {
		grid-column-start: 1;
	 	grid-column-end: 2;
		grid-row-start: 2;
	  	grid-row-end: 3;
	}
	
	.privatkredite .pageHead, .baukindergeld .pageHead, .uberUns .pageHead {
		background-size: cover;
		background-position: center -200px;
	}
	
	.minHeight {
		min-height: 25vh;
	}
	
	.minHeight .rowOuter {
		margin-top: calc(25vh - 145px);
	}
	
	.minHeight .bankBorder {
		margin-top: 185px;
	}
}

@media screen and (min-width: 1240px) {	
	.rowOuter2 {
		width: calc(100vw + 3px);
		position: absolute;
		left: 0;
	}
	
	.greySection .rowOuter2 {
    	margin: 0 0 0 -20px;
	}
	
	body.finanzierung .baufiContainer {
	    grid-template-columns: 1fr 1200px 1fr;
	}
}

@media screen and (min-width: 1920px) {
    .finanzierung .pageHead {
        background-position: center -250px;
    }
}
@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

.mod_navigation {
	position: absolute;
    z-index: 9997;
	width: 100%;
	right: 0;
	top: -100vh;
	background: #fff;
	border-bottom: solid 1px #ccc;
	opacity: 0;
	transition: opacity 0.5s ease-out;
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.fade {
	opacity: 1;
}

.onScreen {
	top: 17px;
    padding: 10px 0 0;
    width: 100vw;
    left: -20px;
	position: relative;
}

.burger {
	width: 40px;
	background: none;
	border: none;
	padding: 0 0 0 10px;
	margin-top: -30px;
	float: right;
	z-index: 9999;
	outline: none;
	display: inline-block;
  	cursor: pointer;
}

#navi ul {
	width: 100%;
	margin: 0 20px 30px;
}

#navi li {
	border-bottom: solid 1px #eee;
}

#navi li.last {
	border: none;
}

#navi a,  #navi strong {
	color: #455565;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.8em;
    line-height: 2em;
    display: block;
	border: none;
	padding: 5px 0 5px 10px;
	transition: all 0.5s ease;
} 

#navi strong {
	color: #fff;
	background: #264d6a;
}

#navi a:hover {
    color: #00008d;
}

.bar1, .bar2, .bar3 {
  width: 30px;
  height: 3px;
  background-color: #264d6a;
  margin: 5px 0;
  transition: 0.3s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
}



@media screen and (min-width: 1024px) {
	.burger {
		display: none;
	}
	
	.mod_navigation {		
		height: 80px;
		opacity: 1;
		top: 34.5px;
		width: auto;
		border: none;
	}
	
	#navi li {
		float: left;
		border: none;
		border-right: solid 1px #eee;
	}
	
	#navi li.last {
		border: none;
	}
	
	#navi a, #navi strong {
		padding: 30px 20px;
    	margin-top: 30px;
		background: #fff;
		color: #212121;
	}
	
	#navi a:hover, #navi strong:hover {
		background: #264d6a;
		color: #fff;
	}
}

@media screen and (min-width: 1200px) {
	.mod_navigation {		
		right: calc(((100% - 1200px) / 2) - 20px);
	}
}
