      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }




.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.test1{
background: url(rakete2.png) no-repeat;
background-size: contain;
background-position: center center;
}
.test11{
background: url(tab.png) no-repeat;
background-size: contain;
background-position: center center;
}

.test2 {
padding-top: 10%;
padding-bottom: 10%;
}


.test31{
background: url(../img/mar-dig.png) no-repeat;
background-size: contain;
background-position: center center;
}
.test32{
background: url(../img/mar-ana.png) no-repeat;
background-size: contain;
background-position: center center;
}


.bcolor-grau1{
background-color: #ccc;
}

.lila-text{
color:#8A084B;
color: var(--gold) !important;
}

.mar-list{
margin: 0 auto;
}



@media (max-width: 850px) {
  .test1 {
    display: none;
  }
}





/* GLOBAL STYLES - carousel
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

b dy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
	color: #343a40 !important;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}





.carousel-indicators li {
background-color: #343a40 !important;
}
.carousel-control-next,
.carousel-control-prev{
color: #343a40 !important;
}


/*---- product ----*/

/*.container {
  max-width: 960px;
}*/

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  b ackground-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  b ackground-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  b ackground-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }


.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button.collapsed {
  border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}



.index-intro-headline {
position: absolute;
margin: auto;
top: 35%; left: 50%;
transform: translate(-50%,-50%);
text-align: center;
}
	.index-intro-headline h1,
	.index-intro-headline p{
	color: #fff;
	}

.img-fluid-confix{
width: 100%;
height: auto;
}

.index-teaser-banner{
margin-top: -7px;
}
.index-teaster{
margin: 1.2rem 0;
font-size: 1.1rem;
}


.green-color {
color: #198754;
}

/*-- -- Kontaktformular -- --*/
.kinput {
height: 3rem;
width: 100%;
padding: 1rem;
box-sizing: border-box;
color: #444;
font-size: 1rem;
border: none;
margin: .2rem 0;
}

.vertraginput {
height: 3rem;
width: 100%;
padding: 1rem;
box-sizing: border-box;
color: #444;
font-size: 1rem;
margin: .7rem 0;
border: .1rem solid #ccc;
}
.vertraginputreq {
height: 3rem;
width: 100%;
padding: 1rem;
box-sizing: border-box;
color: #222;
font-size: 1rem;
margin: .7rem 0;
border: .1rem solid #ccc;
font-weight: bold;
}

.ktextarea {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    height: 250px;
    color: #444;
    font-size: 1rem;
	border: none;
}

.vertragtextarea {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    height: 250px;
    color: #444;
    font-size: 1rem;
	border: .1rem solid #ccc;
	margin: .7rem 0;
}

.FormSubmit {
    width: 100%;
    margin-bottom: 2rem; 
    text-align: center;
    padding: 1rem 0;
    color: #444;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
}
	.FormSubmitActive:hover{
	background: #198754;
	}

.FormSubmitActive{
background: #999;
cursor: pointer;
color: #fff;
}

.FormVertragSubmit {
    width: 100%;
    margin-bottom: 2rem; 
    text-align: center;
    padding: 1rem 0;
    color: #444;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
}
	.FormVertragSubmit:hover{
	background: #610B38;
	color: #fff;
	background: var(--gold) !important;	
	}

.nomailsent {
display: none;
}
.klink {
color: #ccc;
font-weight: bold;
}

.formnein{
display: none;
}


.checkmark {
position: absolute;
top: 0;
left: 0;
height: 35px;
width: 35px;
background-color: #8a0808;
}
.label-gewerbe {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.label-gewerbe input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.label-gewerbe input:checked ~ .checkmark::after {
    display: block;
}
.label-gewerbe .checkmark::after {
    left: 13px;
    top: 6px;
    width: 10px;
    height: 20px;
    border: solid white;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
.label-gewerbe input:checked ~ .checkmark {
    background-color: #2ea848;
}




.kborder{
border: 2px solid #610B38;
border: 2px solid var(--gold) !important;
}
.gborder{
border: 2px solid #444;
}