
/* FORMATIERUNGEN */

*{
  min-height: 0;
  min-width: 0;
  }


.toolbar-icon.toolbar-icon-edit.toolbar-item {
  display: none;
}


body, html {
  overflow-x: hidden;
 }

p , li, label {
  letter-spacing: 0.06em;
  font-size: 18px;
  line-height: 145%;
  list-style: none;
}

.text-formatted ul {
  padding-left: 20px;
}

.text-formatted li {
  position: relative;
}

.text-formatted li:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #771c7f;
  position: absolute;
  left: -20px;
  top: 10px;
  border-radius: 90%;
}

.businessplan li:before {
  background: #fff;
}

strong {
	font-weight: 700;
}



 h1 {
  line-height: 100%;
   margin-bottom: 25px;
 }

 u {
  color: #771c7f;
 text-decoration: none;
}



.page-node-2 u {
 border-left: 0px;
 border-bottom: 3px solid #707173;
 display: inline-block;
 padding: 0px 6px;
 margin-top: 12px;
 margin-left: -25px;
 color: #707173;
 padding-left: 25px;
 font-weight: 900;
}

.page-node-2 .grey u {
 border-color: #771c7f
}

.page-node-2 .violett u {
 border-color: #fff;
 color: #fff;
}


h2 {

}

h3 {

  
}


 /* CONTAINER */
 
 .container {
   max-width: 100%;
   width: 100%;
 }
 
 .container .col {
   padding: 0px;
 }

.node__content {
  margin-top: 0px;
}


#navbar-main {
  padding-left: 50px;
  padding-right: 50px;
}

 
 /* BILDER */
 
 .layout img {
   max-width: 100%;
   width: 100%;
   height: auto !important;
 }
 
 .field--type-image img {
   margin: 0px;
 }
 
 .node .field--type-image {
   float: none;
   margin: 0;
 }

 .field--name-field-slider img {
  position: relative;
  z-index: 100
}
 
 .field--type-entity-reference {
   margin: 0;
 }

.paragraph--type--layout {
  position: relative;
}

.fixed {
  max-width: 1280px;
  margin: auto;
}

.fluid {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.intro.fluid {
  padding-left: 50px;
  padding-right: 0px;
}

.text-formatted {
  padding: 0px 25px;
}

.field--name-body {
  max-width: 1280px;
  margin: auto;
}

.paragraph--type--layout{
  position: relative;
  z-index: 1;
}


.idee {
  background: #F5F5F5;
 }
 
 .idee h2 {
   color: #771c7f;
 }
 
 .businessplan, .violett {
   background: #771c7f;
   color: #fff;
 }

 .businessplan {
  margin-top: -75px;
}
 
.kalkulation, .idee, .businessplan {
  position: relative;
}

.idee:after {
  content: "";
  color: red;
  position: absolute;
  top: -95px;
  right: -15px;
  mask-image:url(/sites/default/files/arrow-1314462_1920.svg);
  mask-size: 100px;
  mask-repeat: no-repeat;
  background: #771c7f;
  height: 115px;
  width: 100px;
}

.kalkulation:before {
  content: "";
  color: red;
  position: absolute;
  top: -95px;
  left: -15px;
  mask-image:url(/sites/default/files/arrow-1314462_1920.svg);
  mask-size: 100px;
  mask-repeat: no-repeat;
  background: #771c7f;
  height:115px;
  width: 100px;
  transform: scaleX(-1)
 
}

 .grey {
   background: #F5F5F5;
 }
 
 .kalkulation h2 {
     color: #771c7f;
 }
 
 .paragraph--type--grid .text-formatted {
   padding: 20px 25px;
 }

.paragraph--type--grid-body {
  height: 100%;
  display: flex;
  align-items: flex-start;
}

.intro {
  border-top: 3px solid #771c7f;
  border-bottom: 3px solid #771c7f;
  margin-bottom: 50px;
  margin-top: 25px;
}


.webform-submission-form .form-control {
  background: rgba(255,255,255,0.5);
  border: 0px;
}

 .webform-flex--container {
    margin: 0;
  }

#edit-daten {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: -1em !important;
  grid-gap: 1em;
  row-gap: 0px ;
}

.site-footer{
  border-top: 3px solid #771c7f;
  margin-top: 50px;
  padding: 0px;
}

.site-footer a {
  color: #747577 !important;
  text-decoration: none;
}

.site-footer p {
  font-size: 15px
}

.site-footer__bottom {
  margin: 0px;
}

svg.mailto {
  display: none;
}

.dsgvo .field--name-body{
  max-width: 100%;
  margin: 50px 25px;
}

.kontakt .layout__region--second .webform-submission-form {
  position: relative;
}

.webform-confirmation {
  background: #f5f5f5;
  margin: 50px 50px 0px 50px;
  text-align: center;
  padding: 100px 25px;
}

.webform-confirmation .webform-confirmation__back a {
  border: 2px solid #771c7f;
  padding: 12px 36px;
  text-decoration: none;
}

@media (min-width: 991px) {
  .navbar-brand img {
    max-width: 250px;
    padding-top: 15px
  }
  
  .nav-link {
    border-bottom: 3px solid #fff;
  }
  
  .nav-link.is-active{
    border-bottom: 3px solid rgba(119, 28, 127,1);
  }
  
  .nav-link:hover {
    border-bottom: 3px solid rgba(119, 28, 127,0.4);
  }
  
  .nav-link {
    margin-left: 5px;
    margin-right: 5px;
  }
  
}

@media (max-width: 1240px) {
    
  .intro img{
 max-height: none;
 object-fit: cover;
    object-position: top center;
}
 
}


@media (max-width: 768px) {
  .intro.fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .paragraph--type--grid .text-formatted {
  padding: 50px 50px 25px 50px;
}
  

  .idee::after {
  content: "";
  color: red;
  position: absolute;
  top: auto;
    bottom:50px;
  left: 10px;
  mask-image: url(/sites/default/files/arrow-1314462_1920.svg);
  mask-size: 100px;
  mask-repeat: no-repeat;
  background: #771c7f;
  height: 100px;
  width: 100px;
    z-index: 99;
}
  
  
}

@media (min-width: 1600px) {
  .intro img{
   max-height: 800px;
   object-fit: cover;
   object-position: top center;
 }
  
  .intro .paragraph--type--grid-body {
    align-items: center;
    height: 100%;

  }
  
}


@media (min-width: 1281px) and (max-width: 1499px) {
  .intro .paragraph--type--grid-image  {
  height: 100%;
}

.intro .paragraph--type--grid-image img {
  object-fit: cover;
  height: 850px !important;
}
  
    .intro .paragraph--type--grid-body {
    align-items: center;
    height: 100%;

  }
  
  .intro .col-xl-7 {
    width: 70%;
  }
  
   .intro  .col-xl-5 {
    width: 30%;
  }
  
}




@media (min-width: 991px) and (max-width: 1280px) {
  .paragraph--type--grid-image  {
  height: 100%;
}

.intro .paragraph--type--grid-image img {
  object-fit: cover;
  height: 1080px !important;
}
  
    .intro .paragraph--type--grid-body {
    align-items: center;
    height: 100%;

  }
  
 .intro .col-xl-7 {
    width: 70%;
  }
  
   .intro  .col-xl-5 {
    width: 30%;
  }
  
}

@media (max-width: 990px) {
  .navbar-brand img {
    max-width: 200px;
  }
  
  .intro {
    margin-top: 0px;
  }
  
  .navbar-toggler {
    border: 3px solid #771c7f;
  }
  
  .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23771c7f' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
  
  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .navbar-nav {
    margin-top: 15px;
  }
  
    .nav-link {
    border-bottom: 3px solid #fff;
      display: inline-block;
      margin-bottom: 10px;
      margin-top: 0px;
  }
  
  .nav-link.is-active{
    border-bottom: 3px solid rgba(119, 28, 127,1);
  }
  
  .nav-link:hover {
    border-bottom: 3px solid rgba(119, 28, 127,0.4);
  }
  
  .nav-link {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .intro.fluid {
  padding-left: 0px;
  padding-right: 0px;
}
  
.intro .paragraph--type--grid-image img {
  object-fit: cover;
  height: auto !important;
  aspect-ratio: 1 / 1;
  margin-bottom: -100px;
}
  
  
  .ueber .paragraph--type--grid-image img {
  object-fit: cover;
  object-position: top center;
  height: auto !important;
  aspect-ratio: 1 / 1;
}
  

 .businessplan {
  margin-top: 25px;
}
  
  .kalkulation {
    border-top: 25px solid #fff;
  }
  
    .idee::after {
    content: "";
    color: red;
    position: absolute;
    top: auto;
    bottom: -25px;
    left: 0px;
    mask-image: url(/sites/default/files/arrow-1314462_1920.svg);
    -webkit-mask-image: url(/sites/default/files/arrow-1314462_1920.svg);
    mask-size: 75px;
    -webkit-mask-size: 75px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background: #771c7f;
    height: 75px;
    width: 75px;
    z-index: 99;
    transform: rotate(90deg)
  }
  
  .kalkulation::before {
  content: "";
  color: red;
  position: absolute;
  top: -25px;
  left: auto;
  right: 0px;
  mask-image: url(/sites/default/files/arrow-1314462_1920.svg);
  -webkit-mask-image: url(/sites/default/files/arrow-1314462_1920.svg);
  mask-size: 75px;
  -webkit-mask-size: 75px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background: #771c7f;
  height: 75px;
  width: 75px;
  transform: rotate(90deg) scale(-1)
}
  
  .paragraph--type--grid .text-formatted {
    padding: 25px 25px 25px 25px;
  }
  
  .ueber .paragraph--type--grid-image {
    margin-top: 25px;
  }
  
  .kontakt .layout__region--first{
    flex: 0 1 40%;
  }
 
  .kontakt .layout__region--second {
    flex: 0 1 60%;
  }
  
}


@media (max-width: 768px) {
  .ueber .grey {
    margin-top: 25px;
    border-bottom: 25px solid #fff;
  }
  
  .ueber .violett {
    margin-top: 25px !important;
  }
  
  .ueber .paragraph--type--grid {
    margin-bottom: 25px;
  }
  
  .ueber img {
    margin-top: -50px;
  }
  
    .kontakt .layout__region--first{
    flex: 0 1 100%;
  }
 
  .kontakt .layout__region--second {
    flex: 0 1 100%;
  }
  
  .kontakt .layout__region--second .webform-submission-form {
    margin-left: 0px !important;
    margin-top: 25px;
  }
  
}


@media (max-width: 480px) {
  #edit-daten {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: -1em !important;
  grid-gap: 1em;
  row-gap: 0px ;
}
}
