/* Добавляем @font-face для шрифта Kristen ITC */

@font-face {
  font-family: 'KristenITC-Regular';
  src: url('/fileadmin/fonts/KristenITC-Regular.woff2') format('woff2'),
       url('/fileadmin/fonts/KristenITC-Regular.woff') format('woff'),
       url('/fileadmin/fonts/KristenITC-Regular.ttf') format('truetype'),
       url('/fileadmin/fonts/KristenITC-Regular.eot') format('embedded-opentype'),
       url('/fileadmin/fonts/KristenITC-Regular.svg#KristenITC-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

:root {
  --green-color: #058138;
  --red-color: #E51B07;
}

body {
  font-family: 'KristenITC-Regular', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  min-height: 101%;
}

#page-header {
    display: none;
}

div#c237 {
    text-align: center;
    color: var(--green-color);
}

#page-footer {
    display: none;
}

.body-bg-top, #c232 {
    padding-top: 0px;
}

#c229 {
    background-color: #ebebeb;
    padding: 10px;
}

.main-menu-custom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1120px;
    margin: auto;
    font-size: 20px;
}

.main-menu-start {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.main-menu-start img {
    width: 60px;
}

.main-menu-logo img {
    width: 115px;
}

.start-text {
    margin-right: 70px;
}

.main-menu-start-group {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.frame-group-container {
    width: 1180px;
    margin: auto;
}

.block-header-second {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.text-red {
  color: #E51B07;
}

#c230 {
  margin-top: 142px;
  padding-top: 0px;
  z-index: 9;
}

#c231 {
    padding-top: 0px;
    margin-top: -87px;
}

.frame-container {
    --bs-gutter-x: 0px;
}

.carousel .carousel-control-next .carousel-control-icon {
    right: 0%;
}

.carousel .carousel-control-prev .carousel-control-icon {
    left: 0%;
}

.carousel .carousel-control, .carousel .carousel-indicators {
    opacity: 0.5;
}

ol.carousel-indicators {
    margin-bottom: 75px;
}

#c232 {
    margin-top: -78px;
    z-index: 9;
}

.control-label {
    display: none;
}

.input {
    margin-bottom: 20px;
}

h4.text-center.custom-button {
    background-color: #E51B07;
    width: 432px;
    margin: auto;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #196722E6;
}

.card-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
}

.img-container:hover .overlay {
  opacity: 1;
}

.img-container {
  position: relative;
  width: 95%;
  border: 4px solid #E5E5E5;
}

.card-image {
  display: block;
  width: 100%;
  height: auto;
}

.card-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 55px;
}

.one-card {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-title {
    font-size: 32px;
    color: var(--green-color);
    line-height: 1;
}

.block-am-herzen {
    text-align: center;
}

.img-red-wave {
    width: 510px;
}

.block-am-herzen-text {
  font-size: 25px;
  margin-top: 53px;
  line-height: 2;
}

.block-vorteile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.block-vorteile div {
    width: 32%;
}

#c235 {
    background-color: #ebebeb;
}

.block-header-second {
    margin-top: 100px;
}

.block-vorteile-element {
    padding: 10px;
}

.required {
    display: none;
}

.form-control {
    border: 0px;
    box-shadow: none;
    border-radius: 0rem;
    border-bottom: 1px solid var(--red-color)!important;
}

form#kontakt-237 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.form-group {
    width: 100%;
    margin-bottom: 0px;
}

#kontakt-237 .form-group:nth-of-type(3) {
    width: 68%!important;
    margin: 0px;
    margin-right: 20px;
}

#kontakt-237 .form-group:nth-of-type(4) {
    width: 30%;
    margin: 0px;
    margin-right: 0px!important;
}

#kontakt-237 .form-group:nth-of-type(7) {
    width: 30%!important;
    margin: 0px;
    margin-right: 20px;
}

#kontakt-237 .form-group:nth-of-type(8) {
    width: 68%;
    margin: 0px;
    margin-right: 0px!important;
}

.input.checkbox {
    display: flex;
    margin-top: 48px;
}

.btn-primary {
    --bs-btn-bg: var(--red-color);
    --bs-btn-border-color: var(--red-color);
}

.btn:hover {
    background-color: var(--red-color);
    border-color: var(--red-color);
}

.btn:first-child:active {
    background-color: var(--red-color);
    border-color: var(--red-color);
}
  
.btn {
    --bs-btn-border-radius: 5px;
}

.form-actions {
    margin: auto;
}

.checkbox span.error.help-block {
    width: 2%;
}

.form-check-label input[type="checkbox"]:checked {
    background-color: var(--green-color);
    border-color: var(--green-color);
}

.text-size-15 {
    font-size: 15px;
}

.f2, .f3, .f4, .f7, .f9, .f11, .f12 {
    display: flex;
    flex-direction: row;
}

.f4 {
    width: 35%;
}

.f6 {
    margin-right: 30px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    width: 200px;
}

a {
    text-decoration: none;
}

.f15 {
    max-width: 220px;
}

.f5 {
    width: 65%;
}

.f7 {
    margin-bottom: 15px;
    flex-wrap: wrap;
    font-size: 20px;
}

.f8 {
    margin-bottom: 8px;
}

.ibkm-logo-img {
    width: 100%;
}

div#c239 {
    background-color: #ebebeb;
    margin-top: 80px;
}

#c240, #c240 a {
    background-color: var(--green-color);
    color: white;
    padding: 10px;
    margin-top: 0px;
    text-decoration: none;
}

.f3.footer-2 {
    justify-content: space-between;
}

.footer-2-block-1 {
    display: flex;
    flex-direction: row;
}

.f11 {
    width: 100%;
    justify-content: space-between;
}

.link-datenschutz {
    margin-left: 30px;
}

.cc-window {
    background-color: #3c3c3c;
}


.frame a:not([class]) {
    color: #000000;
    text-decoration: none;
}

.frame a:not([class]):hover {
    color: #000000;
}

#button-link {
    color: white;
}

.carousel-indicators [data-bs-target] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.carousel-indicators .active {
  background-color: var(--green-color);
}

.block-einstein {
    background-color: var(--red-color);
    position: absolute;
    height: 220px;
    width: 220px;
    color: white;
    border-radius: 50%;
    top: -78px;
    transform: rotate(-5deg);
    text-align: center;
    font-size: 19px;
    display: flex;
    align-items: center;
}

/* Small devices (200 - 700)====================================================================================================*/
@media screen and (min-width: 200px) and (max-width: 700px) {
  .main-menu-custom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    font-size: 20px;
}
  
.main-menu-start {
    justify-content: space-between;
    margin-top: 10px;
}

.start-text {
    margin-right: 0px;
}
  
  .frame-group-container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
  
  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
}
  
  ol.carousel-indicators {
    margin-bottom: 130px;
}
  
  .carousel .carousel-control-next .carousel-control-icon {
    right: 40%;
}
  
  .carousel .carousel-control-prev .carousel-control-icon {
    left: 40%;
}
  
  .carousel .carousel-control-icon {
    background-color: #77717100;
}
  
  #c230 {
    margin-top: 70px;
}
  
  .card-group {
    flex-direction: column;
}
  
  .one-card {
    width: 100%;
}
  
  .card-title {
    font-size: 26px;
}
  
  h4.text-center.custom-button {
    width: 80%;
    font-size: 20px;
}
  
  #c232 {
    margin-top: -129px;
}
  
  h4.text-center {
    font-size: 20px;
}
  
  #c231 {
    margin-top: -133px;
}
  
  .img-container {
    margin-bottom: 42px;
}
  
  .block-einstein {
    height: 150px;
    width: 150px;
    font-size: 13px;
}
  
  .block-am-herzen {
    padding-top: 90px;
}
  
  .img-red-wave {
    width: 100%;
}
  
  .block-am-herzen-text {
    font-size: 20px;
    margin-top: 6px;
    line-height: 2;
  }
  
  .block-header-second {
    margin-top: 64px;
}
  
  .block-vorteile {
    flex-direction: column;
}
  
  .block-vorteile div {
    width: 100%;
}
  
  .block-vorteile-element {
    padding: 0px;
}
  
  #kontakt-237 .form-group:nth-of-type(3) {
    width: 100%!important;
    margin-right: 0px;
}
  
  #kontakt-237 .form-group:nth-of-type(4) {
    width: 100%;
}
  
  #kontakt-237 .form-group:nth-of-type(7) {
    width: 100%!important;
    margin-right: 0px;
}
  
  #kontakt-237 .form-group:nth-of-type(8) {
    width: 100%;
}
  
  .f2, .f3, .f4, .f7, .f9, .f11, .f12 {
    flex-direction: column;
    align-items: center;
}
  
  .f6 {
    margin-right: 0px;
    text-align: center;
}
  
  .f7 {
    text-align: center;
    margin-top: 40px;
}
  
  .link-datenschutz {
    margin-left: 0px;
}
  
  .footer-2-block-1 {
    flex-direction: column;
    align-items: center;
}
  
  .form-actions {
    margin-top: 20px;
}
  
  .title-contactform {
    text-align: center;
}
  
  .card-text {
    font-size: 14px;
    padding: 0px;
}
  
  .main-menu-start {
    display: flex;
    flex-direction: column;
    align-items: end;
}
  
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    line-height: 1.4;
}
  
  .card-group {
    margin-bottom: 0px;
}
  
  .f5 {
    width: 100%;
}
  
  .carousel .carousel-control-icon:before {
    display: contents;
    border-top: 1px solid #0288d100;
    border-right: 1px solid #0288d100;
}
  
}

/* Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 576px) {}

/* Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 768px) {}

/* Large devices (desktops, 992px and up)*/
@media screen and (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up)*/
@media screen and (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1200px) {}

