@charset "utf-8";

/*Grid */
#logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns for larger screens */
  gap: 16px;
  padding: 16px;
}

#logos a {
  display: block;
}

#logos img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-height: 200px; /* Adjust this to control the max height of the images */
}

@media (max-width: 600px) {
  #logos {
    grid-template-columns: 1fr; /* 1 column for mobile devices */
  }
}

.centering-container {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

#logos .bank-austria-logo-grid {
  max-height: 100px !important;
}

/* CSS Document */
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "adam.cg_proregular";
}
a:link {
  color: #fff;
}
a:visited {
  color: #fff;
}
a {
  text-decoration: none;
}

::-moz-selection {
  color: #fff;
  background-color: #999;
}
::selection {
  color: #fff;
  background-color: #999;
}
@font-face {
  font-family: "adam.cg_proregular";
  src: url("../fonts/adam_cg_pro-webfont.eot");
  src: url("../fonts/adam_cg_pro-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/adam_cg_pro-webfont.woff2") format("woff2"),
    url("../fonts/adam_cg_pro-webfont.woff") format("woff"),
    url("../fonts/adam_cg_pro-webfont.ttf") format("truetype"),
    url("../fonts/adam_cg_pro-webfont.svg#adam.cg_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
h2 {
  color: #1b67a7;
  font-size: 2em;
  font-weight: 100;
  text-align: center;
}
h3 {
  color: #1b67a7;
  font-weight: 600;
  line-height: 150%;
}
p {
  font-family: "Cabin", sans-serif;
  font-size: 120%;
  line-height: 150%;
}
.blue {
  color: #1b67a7;
}
.size {
  line-height: 150%;
  padding-left: 2rem;
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1.5rem 1.5rem;
}
.content ul li.plus {
  font-family: "Cabin", sans-serif;
  font-size: 120%;
  line-height: 150%;
  padding-left: 2.4rem;
  list-style: none;
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1.8rem 1.8rem;
}
.underline {
  text-decoration: underline;
}
nav {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 99;
  color: #fff;
  background-color: rgba(27, 103, 167, 0.8);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-left: solid 1px #fff;
}
nav a#hans {
  font-size: 175%;
  font-family: "adam.cg_proregular";
}
nav p {
  font-size: 100%;
  margin: 0;
  padding: 20px 0px 20px 20px;
}
nav ul {
  position: relative;
  bottom: 0px;
  margin: 30px 0px 30px 0px;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
nav ul li {
  color: #fff;
  padding: 5px 0px 20px 0px;
}
nav ul li a {
  color: #fff;
  padding: 20px 20px 20px 20px;
}
nav ul li a:hover {
  color: #999;
}
#nav-kontakt {
  font-size: 80%;
}
#container {
  margin: 0;
  padding: 0;
}
.frontImageContent {
  width: 100%;
  height: 100vh;
  background: url(../images/background.jpg) no-repeat;
  background-size: cover;
}
.ImageContent {
  position: absolute;
  top: 30%;
  right: 380px;
  left: 80px;
  color: #1b67a7;
  text-align: center;
}
.ImageContent h1 {
  font-size: 400%;
  margin-bottom: 0px;
}
.ImageContent h2 {
  margin-top: 0px;
  margin-bottom: 80px;
}
.blueBtn a {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  background-color: #1b67a7;
  font-size: 120%;
  padding: 20px 35px 20px 35px;
  text-align: center;
}
.main {
  margin: 0px 380px 0px 80px;
}
#pic01 {
  background: url(../images/pic01.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
}
#pic02 {
  background: url(../images/pic02.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
}
#pic03 {
  background: url(../images/pic03.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
}
#pic04 {
  background: url(../images/pic04.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
}

#pic05 {
  background: url(../images/unicredit_sujets.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
}

#MainContent {
  height: 100vh;
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #1b67a7;
}
#MainContent h2 {
  text-align: left;
  margin: 0;
  padding-top: 20%;
}
#leistungen {
  height: 100vh;
  text-align: center;
  padding: 10% 0px 0px 0px;
}
.section a {
  width: 30%;
  margin: 0.8%;
  padding: 7% 0.8% 5% 0.8%;
  background-color: #aaa;
  font-size: 120%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
}
.section img {
  padding-bottom: 10%;
}
.section a:hover {
  background-color: rgba(27, 103, 167, 0.8);
}
.section a:active {
  background-color: rgba(27, 103, 167, 0.8);
}
.clear {
  clear: left;
}
#about a {
  color: #1b67a7;
}
.scroll-back {
  text-align: left;
}
.test {
  padding-left: 0px;
}
#kfz {
  height: 100%;
  padding: 40px 0px 40px 0px;
}
#mobilien {
  height: 100%;
  padding: 40px 0px 40px 0px;
}
#versicherung {
  height: 100%;
  padding: 40px 0px 40px 0px;
}
#vorsorge {
  height: 100vh;
  padding: 40px 0px 40px 0px;
}
#finanzierung {
  height: 100vh;
  padding: 40px 0px 40px 0px;
}

#wunschkredit {
  height: 100vh;
  padding: 40px 0px 40px 0px;
}

#energie {
  height: 100vh;
  padding: 40px 0px 40px 0px;
}
#about {
  height: 100%;
  padding: 40px 0px 40px 0px;
}
#partner {
  height: 100vh;
  padding: 40px 0px 40px 0px;
}
#logos {
  margin-bottom: 200px;
}
#logos p {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 33.33%;
  float: left;
}
#logos p img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
#downloads {
  height: 50vh;
  padding: 40px 0px 40px 0px;
}
#pdfs a {
  color: #000;
  background: url(../images/download-icon.png) no-repeat;
  background-position: 0px 2px;
  padding-left: 35px;
}
#pdfs a:hover {
  color: #1b67a7;
  font-weight: bold;
  text-decoration: underline;
}
#kontakt {
  margin: 0;
  padding: 50px;
  font-size: 80%;
  color: #fff;
  background-color: #1b67a7;
}
#kontakt h2 {
  text-align: left;
}
#formular {
  float: left;
  margin-right: 10%;
}
input.input,
textarea {
  width: 100%;
  max-width: 420px;
  font-size: 110%;
  display: block;
  padding: 8px 15px 8px 15px;
  margin-bottom: 1em;
  outline: none;
  border: none;
}
textarea {
  font-family: sans-serif;
  font-size: 120%;
}
input:focus,
textarea:focus {
  background-color: #ddd;
}
input#submit {
  color: #1b67a7;
  background-color: #fff;
  font-size: 120%;
  padding: 10px 20px 10px 20px;
  border: solid 2px #fff;
}
input#submit:hover {
  color: #fff;
  background-color: #1b67a7;
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

#impressum > div > div > h2 > a {
  color: #1b67a7 !important;
}
/* <<<<<<<< Wunschkredit Link  >>>>>>>>> */

#wunschkredit
  > div:nth-child(1)
  > div:nth-child(1)
  > p:nth-child(6)
  > span:nth-child(2)
  > a:nth-child(1) {
  color: #c91a17;
}

/* <<<<<<<< Datenschutz >>>>>>>>> */

.datenschutz-info {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 80%;
}

.datenschutz_headline {
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 40px;
}

/* <<<<<<<< Media Queries >>>>>>>>> */

@media screen and (max-width: 1100px) {
  .ImageContent {
    top: 30%;
    right: 80px;
    left: 80px;
  }
  .ImageContent h1 {
    font-size: 300%;
  }
  .blueBtn a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 100%;
    padding: 15px 25px 15px 25px;
  }
  .pushmenu {
    background-color: rgba(27, 103, 167, 1);
  }
  .pushmenu-right {
    right: -300px;
  }
  .pushmenu-right.pushmenu-open {
    right: 0;
  }
  .pushmenu-right.pushmenu-close {
    right: -300px;
  }
  .pushmenu-push {
    position: relative;
    right: 0;
  }
  .pushmenu-push-toright {
    right: 300px;
  }
  .pushmenu,
  .pushmenu-push {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  #button {
    position: fixed;
    top: 90px;
    right: 6%;
    background: url(../images/button.png) no-repeat;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 99;
  }
  .main {
    margin: 0px 80px 0px 80px;
  }
}

@media screen and (max-width: 800px) {
  #frontImageContent {
    height: 200vh;
  }

  #energie {
    height: 200vh;
  }

  #vorsorge {
    height: 200vh;
  }

  #MainContent {
    height: 200vh;
  }

  #content {
    height: 200vh;
  }

  .ImageContent {
    top: 25%;
  }

  #downloads {
    height: 120vh;
  }
}

@media screen and (max-width: 760px) {
  .ImageContent {
    top: 15%;
    right: 40px;
    left: 40px;
  }
  .ImageContent h1 {
    font-size: 280%;
    margin-bottom: 0px;
  }
  .ImageContent h2 {
    margin-top: 0px;
    font-size: 130%;
    margin-bottom: 80px;
  }
  .main {
    margin: 0px 60px 0px 60px;
  }
  .section a {
    width: 100%;
    margin: 0.8%;
    padding: 5.2% 0.8% 5.2% 0.8%;
  }
  .section img {
    padding-bottom: 5%;
  }

  #finanzierung {
    height: 100%;
  }

  #wunschkredit {
    height: 100%;
  }

  #vorsorge {
    height: 180vh;
  }

  #energie {
    height: 180vh;
  }

  #MainContent {
    height: 180vh;
  }

  #content {
    height: 130vh;
  }
}

@media screen and (max-width: 700px) {
  #formular {
    float: none;
    margin-right: 0%;
    margin-bottom: 100px;
  }

  #frontImageContent {
    height: 120vh;
  }

  #MainContent {
    height: 200vh;
  }

  #vorsorge {
    height: 200vh;
  }

  #energie {
    height: 220vh;
  }
}

@media screen and (max-width: 600px) {
  p {
    font-size: 105%;
  }
  ul.lists {
    margin: 0;
    padding: 0;
    font-size: 85%;
  }
  .ImageContent {
    top: 25%;
    right: 30px;
    left: 30px;
  }
  .ImageContent h1 {
    font-size: 200%;
    margin-bottom: 0px;
  }
  .ImageContent h2 {
    margin-top: 0px;
    font-size: 100%;
    margin-bottom: 40px;
  }
  .blueBtn a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 90%;
    padding: 10px 20px 10px 20px;
  }
  #versicherung {
    height: 100%;
  }
  #vorsorge {
    height: 100%;
  }
  #energie {
    height: 100%;
  }
  #partner {
    height: 100%;
  }
  #downloads {
    height: 100%;
  }
}
@media screen and (max-width: 500px) {
  .pushmenu {
    width: 100%;
  }
  .pushmenu-right {
    right: -100%;
  }
  .pushmenu-right.pushmenu-close {
    right: -100%;
  }
  .pushmenu-push-toright {
    right: 100%;
  }
  #MainContent {
    height: 100%;
    padding: 0px 0px 30px 0px;
  }
}
@media screen and (max-width: 400px) {
  .ImageContent {
    top: 25%;
    right: 20px;
    left: 20px;
  }
  .ImageContent h1 {
    font-size: 150%;
    margin-bottom: 0px;
  }
  .ImageContent h2 {
    margin-top: 0px;
    font-size: 90%;
    margin-bottom: 40px;
  }
  .main {
    margin: 0px 30px 0px 30px;
  }
  #logos p {
    width: 100%;
    float: none;
  }
}
