/* _content/Takacs/Pages/PagesBappana.razor.rz.scp.css */
.logo path[b-wj6zeex767] {
  fill: #e00917;
}

.banner[b-wj6zeex767] {
  background-color: #d6e4e9;
  background-image: url("/medien/grafiken/hintergruende/bg-banner-blurred.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  width: 100%;
  height: 325px;
  margin: 0 0 -300px 0;
}

.breadcrumb[b-wj6zeex767] {
  font-size: 0.9rem;
}
.breadcrumb ul[b-wj6zeex767] {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li[b-wj6zeex767] {
  float: left;
  width: auto;
}
.breadcrumb ul li a[b-wj6zeex767] {
  color: #e00917;
  text-decoration: none;
}
.breadcrumb ul li[b-wj6zeex767]:before {
  content: " / ";
  color: #e00917;
}
.breadcrumb ul li:first-child[b-wj6zeex767]:before {
  content: "";
}

figure[b-wj6zeex767] {
  margin-inline: 0 0 1rem 0;
}
figure img[b-wj6zeex767] {
  width: 100%;
  background: #9a9a9a;
  border-bottom: #e00917 solid 5px;
}

.author-image[b-wj6zeex767] {
  width: 150px;
  height: 200px;
  background: #9a9a9a;
  border-bottom: #e00917 solid 5px;
  display: inline-block;
  margin: 0 0 0.5rem 0;
}
.author-image img[b-wj6zeex767] {
  display: none;
}

.author-vcard a[b-wj6zeex767] {
  color: black;
  text-decoration: none;
}
.author-vcard a:hover[b-wj6zeex767] {
  color: #e00917;
}

.intro[b-wj6zeex767] {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 2rem;
}
/* _content/Takacs/Shared/Components/Common/breadcrumb.razor.rz.scp.css */
.breadcrumb[b-vjel4zljjh] {
  display: inline-block;
  background: none;
  width: 100%;
  padding: 1rem 0;
  margin: 0;
  font-weight: 300;
}
.breadcrumb container[b-vjel4zljjh] {
  line-height: 1rem;
}
.breadcrumb ul[b-vjel4zljjh] {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}
.breadcrumb li[b-vjel4zljjh] {
  list-style-type: none;
  width: auto;
  float: left;
}
.breadcrumb li[b-vjel4zljjh]:before {
  content: "|";
  position: relative;
  display: inline-block;
  color: #705A80;
  margin: 0 5px;
}
.breadcrumb li:first-child[b-vjel4zljjh]:before {
  display: none;
}
.breadcrumb li a[b-vjel4zljjh] {
  text-decoration: none;
}
/* _content/Takacs/Shared/Components/Common/PageElementsBuilder.razor.rz.scp.css */
.breadcrumb[b-97ljsojivm]{display:inline-block;background:none;width:100%;padding:1rem 0;margin:0;font-weight:300}.breadcrumb container[b-97ljsojivm]{line-height:1rem}.breadcrumb ul[b-97ljsojivm]{width:auto;display:inline-block;margin:0;padding:0;font-size:0.9rem}.breadcrumb li[b-97ljsojivm]{list-style-type:none;width:auto;float:left}.breadcrumb li[b-97ljsojivm]:before{content:"/";position:relative;display:inline-block;color:#e00917;margin:0 5px}.breadcrumb li:first-child[b-97ljsojivm]:before{display:none}.breadcrumb li a[b-97ljsojivm]{text-decoration:none}.breadcrumb.cgy-red a[b-97ljsojivm],.breadcrumb.cgy-red li[b-97ljsojivm]:before{color:#e00917}.breadcrumb.cgy-orange a[b-97ljsojivm],.breadcrumb.cgy-orange li[b-97ljsojivm]:before{color:#ea670c}.breadcrumb.cgy-green a[b-97ljsojivm],.breadcrumb.cgy-green li[b-97ljsojivm]:before{color:#73b847}.breadcrumb.cgy-blue a[b-97ljsojivm],.breadcrumb.cgy-blue li[b-97ljsojivm]:before{color:#0b74b9}
/* _content/Takacs/Shared/Components/Elemente/Boxes/ElementArchiveBoxes.razor.rz.scp.css */
.slide-elm[b-kji0swa5cu]{float:left;align-self:stretch;margin:0 10px}
/* _content/Takacs/Shared/Components/Elemente/Boxes/ElementFooterBoxes.razor.rz.scp.css */
.slide-elm[b-k2qf70gz2l]{float:left;align-self:stretch;margin:0 10px}
/* _content/Takacs/Shared/Components/Elemente/Boxes/ElementListBoxesDownload.razor.rz.scp.css */
ul[b-7k0ohwgk4t] {
  margin: 0;
  padding: 0 0 2rem 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media (min-width: 720px) {
  ul[b-7k0ohwgk4t] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 960px) {
  ul[b-7k0ohwgk4t] {
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}
@media (min-width: 1200px) {
  ul[b-7k0ohwgk4t] {
    grid-template-columns: calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem);
  }
}

li[b-7k0ohwgk4t] {
  display: flex;
  width: 100%;
  list-style-type: none;
}
/* _content/Takacs/Shared/Components/Elemente/Boxes/ElementListBoxesPerson.razor.rz.scp.css */
ul[b-y9s9cnksol] {
  margin: 0;
  padding: 0 0 2rem 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media (min-width: 640px) {
  ul[b-y9s9cnksol] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 800px) {
  ul[b-y9s9cnksol] {
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}
@media (min-width: 1200px) {
  ul[b-y9s9cnksol] {
    grid-template-columns: calc(25% - 2rem) calc(25% - 2rem) calc(25% - 2rem) calc(25% - 2rem);
  }
}

li[b-y9s9cnksol] {
  display: flex;
  width: 100%;
  list-style-type: none;
}
/* _content/Takacs/Shared/Components/Elemente/Boxes/ElementListBoxesTips.razor.rz.scp.css */
ul[b-gzofraldks] {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media (min-width: 720px) {
  ul[b-gzofraldks] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 960px) {
  ul[b-gzofraldks] {
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}
@media (min-width: 1200px) {
  ul[b-gzofraldks] {
    grid-template-columns: calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem);
  }
}

li[b-gzofraldks] {
  display: flex;
  width: 100%;
  list-style-type: none;
}
/* _content/Takacs/Shared/Components/Elemente/Boxes/elementsliderboxes.razor.rz.scp.css */
.boxes[b-7kndsgqo9e]{margin:2.5rem 0 5rem 0}.slide-elm[b-7kndsgqo9e]{float:left;align-self:stretch;margin:0 0.75rem}
/* _content/Takacs/Shared/Components/Elemente/Boxes/ElementStandardBoxes.razor.rz.scp.css */
.boxes[b-yq99ydeml0] {
  background-color: #F9F9F9;
  padding: 3rem 0;
}
/* _content/Takacs/Shared/Components/Elemente/ElementAuthor.razor.rz.scp.css */
.author[b-f0527w6jlf] {
  margin: 2rem 0;
  max-width: 100%;
}
@media (min-width: 800px) {
  .author[b-f0527w6jlf] {
    max-width: 50%;
  }
}
.author .author-container[b-f0527w6jlf] {
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: solid 4px #e00917;
}
.author .author-container .author-vcard[b-f0527w6jlf] {
  width: 100%;
  min-height: 200px;
  display: flex;
  font-size: 15px;
  flex-direction: row;
  /*@media(min-width: 800px) {
      flex-direction: row;
  }*/
}
.author .author-container .author-vcard .author-img[b-f0527w6jlf] {
  width: 150px;
  height: 200px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centering y-axis */
  align-items: center;
  /* Centering x-axis */
}
.author .author-container .author-vcard .author-img img[b-f0527w6jlf] {
  width: auto;
  height: 100%;
}
.author .author-container .author-vcard .author-contacts[b-f0527w6jlf] {
  display: flex;
  width: calc(100% - 150px);
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem;
}
.author .author-container .author-vcard .author-contacts[b-f0527w6jlf]  h4 {
  margin: 0 0 1rem 0;
  font-size: 20px;
}
.author .author-container .author-vcard .author-contacts[b-f0527w6jlf]  p {
  margin: 0;
}
.author .author-container .author-body[b-f0527w6jlf] {
  display: flex;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 800px) {
  .author .author-container .author-body[b-f0527w6jlf] {
    width: calc(100% - 150px);
  }
}
.author .author-container .author-body .author-content[b-f0527w6jlf] {
  padding: 1rem 0 0 0;
}
@media (min-width: 800px) {
  .author .author-container .author-body .author-content[b-f0527w6jlf] {
    padding: 0 1rem;
  }
}

.cgy-green .author-container[b-f0527w6jlf] {
  border-color: #73b847;
}

.cgy-red .author-container[b-f0527w6jlf] {
  border-color: #e00917;
}

.cgy-blue .author-container[b-f0527w6jlf] {
  border-color: #0b74b9;
}

.cgy-orange .author-container[b-f0527w6jlf] {
  border-color: #ea670c;
}
/* _content/Takacs/Shared/Components/Elemente/ElementImageText.razor.rz.scp.css */
.section-imgtxt[b-4i45bhrb6b] {
  padding: 2rem 0;
}

.imgtxt[b-4i45bhrb6b] {
  width: 100%;
  overflow-x: hidden;
  padding: 1.5rem 0 0.5rem 0;
}
@media (min-width: 800px) {
  .imgtxt[b-4i45bhrb6b] {
    padding: 0;
  }
}
.imgtxt .container[b-4i45bhrb6b] {
  display: flex;
  align-items: stretch;
  flex-flow: column;
}
@media (min-width: 800px) {
  .imgtxt .container[b-4i45bhrb6b] {
    column-gap: 2rem;
    flex-flow: row;
  }
}
.imgtxt .figure[b-4i45bhrb6b] {
  width: 100%;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: right;
  order: 1;
}
@media (min-width: 800px) {
  .imgtxt .figure[b-4i45bhrb6b] {
    width: 50%;
    float: right;
    order: 2;
  }
}
.imgtxt .figure img[b-4i45bhrb6b] {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.imgtxt .content[b-4i45bhrb6b] {
  padding: 2rem 0;
  width: 100%;
  float: left;
  font-size: 16px;
  order: 1;
}
@media (min-width: 800px) {
  .imgtxt .content[b-4i45bhrb6b] {
    padding: 2rem 0;
    width: 50%;
    float: left;
  }
}
.imgtxt[b-4i45bhrb6b]  .btn {
  background-color: #705A80;
  border-color: transparent;
  color: white;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.regular[b-4i45bhrb6b], .switched[b-4i45bhrb6b] {
  padding: 1rem 0;
}
.regular.orange[b-4i45bhrb6b], .switched.orange[b-4i45bhrb6b] {
  background-color: #DEDDE0;
}
.regular.orange .h4[b-4i45bhrb6b], .switched.orange .h4[b-4i45bhrb6b] {
  color: #000;
}
.regular .figure[b-4i45bhrb6b], .switched .figure[b-4i45bhrb6b] {
  float: none;
}
@media (min-width: 800px) {
  .regular .figure[b-4i45bhrb6b], .switched .figure[b-4i45bhrb6b] {
    float: left;
    order: 1;
    text-align: right;
  }
}
@media (min-width: 800px) {
  .regular .content[b-4i45bhrb6b], .switched .content[b-4i45bhrb6b] {
    order: 2;
  }
}
.regular[b-4i45bhrb6b]  .btn-dark, .switched[b-4i45bhrb6b]  .btn-dark {
  background-color: #705A80;
  border-color: transparent;
  color: white;
  border-radius: 0;
}
/* _content/Takacs/Shared/Components/Elemente/ElementInfobox.razor.rz.scp.css */
.infobox[b-gwefl9vi1e] {
  margin: 2rem 0;
  max-width: 100%;
  font-size: 1rem;
}
@media (min-width: 800px) {
  .infobox[b-gwefl9vi1e] {
    max-width: 50%;
  }
}
.infobox .infobox-container[b-gwefl9vi1e] {
  width: 100%;
  background-color: #F9F9F9;
  border-left: solid 4px #e00917;
}
.infobox .infobox-container .infobox-body[b-gwefl9vi1e] {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem 1.5rem 0.25rem 1.5rem;
  /*.infobox-content {
      padding: 1rem 0 0 0;

      @media(min-width: 800px) {
          padding: 0 1rem;
      }
  }*/
}
@media (min-width: 800px) {
  .infobox .infobox-container .infobox-body[b-gwefl9vi1e] {
    width: calc(100% - 150px);
  }
}
.infobox .infobox-container .infobox-body h4[b-gwefl9vi1e] {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
}
.infobox .infobox-container .infobox-body h4[b-gwefl9vi1e]:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  font-weight: 300;
  font-size: 1rem;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #e00917;
  color: white;
  position: absolute;
  top: 1px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cgy-green .infobox-container[b-gwefl9vi1e] {
  border-color: #73b847;
}
.cgy-green .infobox-container .infobox-body h4[b-gwefl9vi1e]:before {
  background-color: #73b847;
}

.cgy-red .infobox-container[b-gwefl9vi1e] {
  border-color: #e00917;
}
.cgy-red .infobox-container .infobox-body h4[b-gwefl9vi1e]:before {
  background-color: #e00917;
}

.cgy-blue .infobox-container[b-gwefl9vi1e] {
  border-color: #0b74b9;
}
.cgy-blue .infobox-container .infobox-body h4[b-gwefl9vi1e]:before {
  background-color: #0b74b9;
}

.cgy-orange .infobox-container[b-gwefl9vi1e] {
  border-color: #ea670c;
}
.cgy-orange .infobox-container .infobox-body h4[b-gwefl9vi1e]:before {
  background-color: #ea670c;
}
/* _content/Takacs/Shared/Components/Elemente/ElementListHighlights.razor.rz.scp.css */
.list-section[b-z96l7n5gpc] {
  position: relative;
  padding: 3rem 0;
  min-height: 300px;
}
.list-section .container[b-z96l7n5gpc] {
  text-align: center;
  padding: 0;
}
@media (min-width: 800px) {
  .list-section .container[b-z96l7n5gpc] {
    padding: 0 200px 0 0;
  }
}
@media (min-width: 800px) {
  .list-section[b-z96l7n5gpc]:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background-image: url(../img/takacs-blume-01.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    width: 250px;
    height: 300px;
    display: block;
  }
}

.list-title[b-z96l7n5gpc] {
  text-align: left;
}

ul.list[b-z96l7n5gpc] {
  display: inline-block;
  list-style-type: none;
  width: 100%;
  margin: 1.2rem auto;
  padding: 0;
}
@media (min-width: 1200px) {
  ul.list[b-z96l7n5gpc] {
    width: calc(100% - 180px);
    max-width: 1000px;
    padding: 0;
  }
}
ul.list li[b-z96l7n5gpc] {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-flow: column;
  margin: 0.5rem 0;
}
@media (min-width: 800px) {
  ul.list li[b-z96l7n5gpc] {
    width: 33%;
  }
}
ul.list li .content[b-z96l7n5gpc] {
  padding: 0;
  margin: 0;
  align-self: center;
  font-size: 1.1rem;
  color: #705A80;
  font-weight: 600;
  text-align: center;
  width: 100%;
  max-width: 250px;
}
ul.list li .content span[b-z96l7n5gpc] {
  text-transform: uppercase;
}
ul.list li .icon[b-z96l7n5gpc] {
  display: inline-block;
  width: 100%;
  height: 5rem;
  margin-bottom: 1rem;
  font-size: 5rem;
  color: #9B8FA6;
  text-align: center;
  line-height: 1;
}
/* _content/Takacs/Shared/Components/Elemente/ElementListServices.razor.rz.scp.css */
.list-section[b-r1p0s8ozas] {
  padding: 3rem 0;
}
.list-section .container[b-r1p0s8ozas] {
  text-align: center;
}

.list-title[b-r1p0s8ozas] {
  text-align: left;
}

.list-footer[b-r1p0s8ozas] {
  position: relative;
  background-color: #DEDDE0;
  padding: 2rem 0;
  text-align: center;
  color: #705A80;
  font-weight: 600;
}
@media (min-width: 480px) {
  .list-footer[b-r1p0s8ozas]:before {
    position: absolute;
    left: 0;
    top: -150px;
    content: "";
    background-image: url(../img/takacs-blume-02.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto 100%;
    width: 90px;
    height: 150px;
    display: block;
  }
}

ul.list[b-r1p0s8ozas] {
  display: inline-block;
  list-style-type: none;
  width: 100%;
  margin: 1.2rem auto;
  padding: 0 2rem;
}
@media (min-width: 480px) {
  ul.list[b-r1p0s8ozas] {
    padding: 0 0 0 90px;
  }
}
@media (min-width: 800px) {
  ul.list[b-r1p0s8ozas] {
    width: calc(100% - 180px);
    max-width: 1000px;
    padding: 0;
  }
}
ul.list li[b-r1p0s8ozas] {
  width: 100%;
  height: 48px;
  float: left;
  display: flex;
  align-items: stretch;
  margin: 0.5rem 0;
}
@media (min-width: 800px) {
  ul.list li[b-r1p0s8ozas] {
    width: 50%;
  }
}
ul.list li .content[b-r1p0s8ozas] {
  padding: 0;
  margin: 0;
  align-self: center;
  font-size: 1.1rem;
  color: #705A80;
  font-weight: 500;
  text-align: left;
}
ul.list li .icon[b-r1p0s8ozas] {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  font-size: 3rem;
  color: #9B8FA6;
  text-align: center;
  line-height: 1;
}
/* _content/Takacs/Shared/Components/Elemente/ElementPageTitleImage.razor.rz.scp.css */
.main-title[b-xmyvxv7d5l] {
  margin: 0.5rem 0 1.5rem 0;
  width: 100%;
}

.sub-title[b-xmyvxv7d5l] {
  color: #9a9a9a;
  margin: 0 0 1rem 0;
  width: 100%;
}

.pub-info[b-xmyvxv7d5l] {
  display: inline-block;
}
.pub-info ul[b-xmyvxv7d5l] {
  list-style-type: none;
  font-size: 0.8rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.pub-info ul li[b-xmyvxv7d5l] {
  width: auto;
  float: left;
  margin: 0 0.5rem 0 0;
  /*&.author-link {
      cursor:pointer;

      &:hover {
          color: $wm-red;
      }
  }*/
}
.pub-info ul li span[b-xmyvxv7d5l] {
  margin: 0 0.25rem 0 0;
}

.img-container[b-xmyvxv7d5l] {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 1rem 0 3rem 0;
}
.img-container .img-wrap[b-xmyvxv7d5l] {
  background-color: #F9F9F9;
}
@media (min-width: 1200px) {
  .img-container[b-xmyvxv7d5l] {
    margin: 0 0 2rem 0;
    /*&:before {
        content: "";
        background: $wm-grey;
        position: absolute;
        right: -2rem;
        top: 1rem;
        width: 100%;
        padding-bottom: 56.25%;
    }*/
  }
}
.img-container .img-media[b-xmyvxv7d5l] {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .img-container .img-media[b-xmyvxv7d5l] {
    margin: 0;
  }
}
.img-container .img-media .img-content[b-xmyvxv7d5l] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: solid 4px #9a9a9a;
}
.img-container .img-media .img-content > img[b-xmyvxv7d5l] {
  max-width: 100%;
  height: auto;
  transition: max-width 0.5s;
}
.img-container .img-media .credits[b-xmyvxv7d5l] {
  color: #9a9a9a;
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  .img-container .img-media .credits[b-xmyvxv7d5l] {
    bottom: -1.3rem;
    right: auto;
    left: -1.5rem;
    transform: rotate(-90deg);
    transform-origin: top left;
    font-size: 1rem;
  }
}
.img-container .img-info[b-xmyvxv7d5l] {
  padding: 0.5rem;
  font-size: 16px;
  background-color: white;
}
.img-container .img-info[b-xmyvxv7d5l]  p {
  margin: 0.25rem 0;
  text-align: center;
}

.spacer[b-xmyvxv7d5l] {
  width: 100%;
  display: inline-block;
  height: 125px;
}

.cgy-red.img-container .img-content[b-xmyvxv7d5l] {
  border-color: #e00917 !important;
}

.cgy-orange.img-container .img-content[b-xmyvxv7d5l] {
  border-color: #ea670c !important;
}

.cgy-green.img-container .img-content[b-xmyvxv7d5l] {
  border-color: #73b847 !important;
}

.cgy-blue.img-container .img-content[b-xmyvxv7d5l] {
  border-color: #0b74b9 !important;
}
/* _content/Takacs/Shared/Components/Elemente/ElementSearch.razor.rz.scp.css */
.pnlSearch[b-ax3j2h8zj9] {
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #2c2c2c;
  height: 200px;
  margin-top: -200px;
  transition: margin 0.5s ease-in-out;
  color: #F9F9F9;
  padding: 1rem;
  text-align: center;
}
.pnlSearch h4[b-ax3j2h8zj9] {
  margin: 0;
}
.pnlSearch.open[b-ax3j2h8zj9] {
  margin-top: 0;
  transition: margin 0.5s ease-in-out;
}
.pnlSearch[b-ax3j2h8zj9]  .container {
  width: 100%;
  max-width: 90%;
}
@media (min-width: 720px) {
  .pnlSearch[b-ax3j2h8zj9]  .container {
    width: 600px;
    max-width: 60%;
  }
}
.pnlSearch[b-ax3j2h8zj9]  .rz-textbox {
  outline: none;
  margin-right: 0.25rem;
  border-radius: 2px;
}
.pnlSearch[b-ax3j2h8zj9]  .valid.modified:not([type=checkbox]) {
  outline: none;
  margin-right: 0.25rem;
  border-radius: 2px;
}
.pnlSearch[b-ax3j2h8zj9]  .rz-button.btn-light {
  background: #F9F9F9;
  border-radius: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "September W05 Medium";
}
/* _content/Takacs/Shared/Components/Elemente/ElementTextContactForm.razor.rz.scp.css */
.section-frmtxt[b-d4nphbzfq7] {
  padding: 2rem 0;
}

.frmtxt[b-d4nphbzfq7] {
  width: 100%;
  overflow-x: hidden;
  padding: 1.5rem 0 0.5rem 0;
}
@media (min-width: 800px) {
  .frmtxt[b-d4nphbzfq7] {
    padding: 0;
  }
}
.frmtxt .container[b-d4nphbzfq7] {
  display: flex;
  align-items: stretch;
  flex-flow: column;
}
@media (min-width: 800px) {
  .frmtxt .container[b-d4nphbzfq7] {
    column-gap: 2rem;
    flex-flow: row;
  }
}
.frmtxt .frm[b-d4nphbzfq7] {
  width: 100%;
  order: 2;
  display: flex;
  flex-flow: column;
  align-items: left;
  justify-content: right;
  order: 1;
}
.frmtxt .frm[b-d4nphbzfq7]  h3 {
  text-transform: none;
}
@media (min-width: 800px) {
  .frmtxt .frm[b-d4nphbzfq7] {
    width: 50%;
    float: right;
    order: 2;
  }
}
.frmtxt .content[b-d4nphbzfq7] {
  padding: 0;
  width: 100%;
  float: left;
  font-size: 16px;
  order: 1;
}
@media (min-width: 800px) {
  .frmtxt .content[b-d4nphbzfq7] {
    padding: 0 2rem 0 0;
    width: 50%;
    float: left;
  }
}
.frmtxt[b-d4nphbzfq7]  .btn {
  background-color: #705A80;
  border-color: transparent;
  color: white;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.regular[b-d4nphbzfq7], .switched[b-d4nphbzfq7] {
  padding: 1rem 0;
}
.regular.orange[b-d4nphbzfq7], .switched.orange[b-d4nphbzfq7] {
  background-color: #DEDDE0;
}
.regular.orange .h4[b-d4nphbzfq7], .switched.orange .h4[b-d4nphbzfq7] {
  color: #000;
}
.regular .figure[b-d4nphbzfq7], .switched .figure[b-d4nphbzfq7] {
  float: none;
}
@media (min-width: 800px) {
  .regular .figure[b-d4nphbzfq7], .switched .figure[b-d4nphbzfq7] {
    float: left;
    order: 1;
    text-align: right;
  }
}
@media (min-width: 800px) {
  .regular .content[b-d4nphbzfq7], .switched .content[b-d4nphbzfq7] {
    order: 2;
  }
}
.regular[b-d4nphbzfq7]  .btn-dark, .switched[b-d4nphbzfq7]  .btn-dark {
  background-color: #705A80;
  border-color: transparent;
  color: white;
  border-radius: 0;
}
/* _content/Takacs/Shared/Components/Elemente/ElementVitae.razor.rz.scp.css */
.vitae[b-6uv1phdrls] {
  background-color: #DEDDE0;
  padding: 2rem 0;
}
.vitae .container[b-6uv1phdrls] {
  display: flex;
  flex-flow: column;
}
@media (min-width: 800px) {
  .vitae .container[b-6uv1phdrls] {
    flex-flow: row;
  }
}
.vitae .portrait[b-6uv1phdrls] {
  width: 100%;
}
@media (min-width: 800px) {
  .vitae .portrait[b-6uv1phdrls] {
    width: 200px;
  }
}
.vitae .portrait img[b-6uv1phdrls] {
  width: 200px;
  height: auto;
}
.vitae[b-6uv1phdrls]  .group {
  display: inline-block;
  padding: 1rem 0;
  float: left;
  width: 100%;
}
@media (min-width: 800px) {
  .vitae[b-6uv1phdrls]  .group {
    width: calc(50% - 100px);
    padding: 0 2rem;
  }
}
.vitae[b-6uv1phdrls]  .group.vita p {
  position: relative;
  padding-left: 110px;
}
.vitae[b-6uv1phdrls]  .group.vita p b, .vitae[b-6uv1phdrls]  .group.vita p strong {
  display: inline-block;
  width: 110px;
  padding: 0 10px 0 0;
  margin-left: -110px;
  float: left;
  text-align: right;
}
/* _content/Takacs/Shared/Components/Elemente/Media/GalleryFolder.razor.rz.scp.css */
.gallery[b-52jiug7daj] {
  background: #F9F9F9;
  width: 100%;
  padding: 2rem 0;
  margin: 3rem 0;
}
.gallery .main-title[b-52jiug7daj] {
  margin-bottom: 2.5rem;
}
.gallery ul.thumbnails[b-52jiug7daj] {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.gallery ul.thumbnails[b-52jiug7daj]:after {
  content: "";
  flex: auto;
}
.gallery ul.thumbnails li[b-52jiug7daj] {
  position: relative;
  margin: 0;
  list-style-type: none;
  width: calc(33.33% - 0.666rem);
  object-fit: cover;
  overflow: hidden;
}
@media (min-width: 760px) {
  .gallery ul.thumbnails li[b-52jiug7daj] {
    width: calc(25% - 0.75rem);
  }
}
@media (min-width: 1000px) {
  .gallery ul.thumbnails li[b-52jiug7daj] {
    width: calc(20% - 0.8rem);
  }
}
.gallery ul.thumbnails li[b-52jiug7daj]:after {
  content: "";
  display: block;
  width: 0;
  background: blue;
  padding-top: 100%;
}
.gallery ul.thumbnails li a[b-52jiug7daj] {
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.gallery ul.thumbnails li a .img-thumb[b-52jiug7daj] {
  display: inline-block;
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: white;
  /*@media (min-width: 640px) {
      height: 20%;
      width: 20%;
  }*/
}
/* _content/Takacs/Shared/Components/Items/ArticleBox.razor.rz.scp.css */
.article[b-2tl3d1ijys] {
  display: flex;
  flex-direction: column;
  background: white;
}

.content[b-2tl3d1ijys] {
  display: inline-flex;
  flex-flow: column;
  width: 100%;
  padding: 0.5rem 1rem;
  height: 100%;
  min-height: 0;
  overflow-x: auto;
}
@media (min-width: 800px) {
  .content[b-2tl3d1ijys] {
    overflow: visible;
  }
}
.content .text[b-2tl3d1ijys] {
  flex-grow: 1;
  font-size: 16px;
}
.content .text h3[b-2tl3d1ijys] {
  font-size: 1.3rem;
  margin: 0 0 0.15rem 0;
}
.content .text h3[b-2tl3d1ijys]:after {
  display: none;
}
.content .text h4[b-2tl3d1ijys] {
  font-size: 1.1rem;
  margin: 0 0 0.5rem 0;
  color: #797979;
}
.content .text h4[b-2tl3d1ijys]:after {
  display: none;
}
.content .text a[b-2tl3d1ijys] {
  text-decoration: none;
  color: inherit;
  transition: color 0.25s;
}
.content .text a:hover[b-2tl3d1ijys] {
  color: #e00917;
  transition: color 0.25s;
}
.content .issue[b-2tl3d1ijys] {
  justify-content: flex-end;
  max-height: 100px;
  list-style-type: none;
  color: #818181;
  margin: 0.25rem 0 0 0;
  padding: 0;
  font-size: 0.8rem;
}
.content .issue li[b-2tl3d1ijys] {
  float: left;
  width: auto;
  margin-right: 1rem;
}

.item-big[b-2tl3d1ijys] {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}
@media (min-width: 800px) and (max-width: 1200px) {
  .item-big[b-2tl3d1ijys] {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
}
.item-big .text h3[b-2tl3d1ijys] {
  font-size: 1.8rem;
}
.item-big .text h4[b-2tl3d1ijys] {
  font-size: 1.3rem;
}

.bild[b-2tl3d1ijys] {
  position: relative;
  width: 100%;
  background: #F9F9F9;
  border-bottom: solid 4px #e00917;
}

.img-content[b-2tl3d1ijys] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-2tl3d1ijys] {
  max-width: 100%;
  height: auto;
  transition: max-width 0.5s;
}

a:hover .img-content > img[b-2tl3d1ijys] {
  max-width: 110%;
  transition: max-width 0.5s;
}

.cgy[b-2tl3d1ijys] {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 6px 2px 6px;
  background-color: #e00917;
  width: auto;
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
}

.no-cgybox .cgy[b-2tl3d1ijys] {
  display: none;
}

.cgy-orange .bild[b-2tl3d1ijys] {
  border-color: #ea670c;
}
.cgy-orange .cgy[b-2tl3d1ijys] {
  background-color: #ea670c;
}
.cgy-orange .content .text a:hover[b-2tl3d1ijys] {
  color: #ea670c;
}

.cgy-green .bild[b-2tl3d1ijys] {
  border-color: #73b847;
}
.cgy-green .cgy[b-2tl3d1ijys] {
  background-color: #73b847;
}
.cgy-green .content .text a:hover[b-2tl3d1ijys] {
  color: #73b847;
}

.cgy-blue .bild[b-2tl3d1ijys] {
  border-color: #0b74b9;
}
.cgy-blue .cgy[b-2tl3d1ijys] {
  background-color: #0b74b9;
}
.cgy-blue .content .text a:hover[b-2tl3d1ijys] {
  color: #0b74b9;
}

.item-compact.nopreview .text-body[b-2tl3d1ijys] {
  display: none;
}
/* _content/Takacs/Shared/Components/Items/BoxDownload.razor.rz.scp.css */
.download-item[b-a4ez5rgk8t] {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 1.5rem 1.5rem 0;
}

.bild[b-a4ez5rgk8t] {
  width: 100%;
  margin: 0 0 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bild .download-img[b-a4ez5rgk8t] {
  border-radius: 0%;
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centering y-axis */
  align-items: center;
  /* Centering x-axis */
}
.bild .download-img img[b-a4ez5rgk8t] {
  width: auto;
  height: 100%;
  max-height: 200px;
  box-shadow: 0 0 5px rgba(44, 44, 44, 0.4);
}

.text[b-a4ez5rgk8t] {
  width: 100%;
  text-align: center;
}
.text h3[b-a4ez5rgk8t] {
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
}
.text h3[b-a4ez5rgk8t]:after {
  display: none;
}
.text h4[b-a4ez5rgk8t] {
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
}
.text h4[b-a4ez5rgk8t]:after {
  display: none;
}
.text .issue[b-a4ez5rgk8t] {
  color: #818181;
}
.text a[b-a4ez5rgk8t] {
  text-decoration: none;
  color: inherit;
  transition: color 0.25s;
}
.text a:hover[b-a4ez5rgk8t] {
  color: #e00917;
  transition: color 0.25s;
}

.img-content[b-a4ez5rgk8t] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-a4ez5rgk8t] {
  max-height: 100%;
  height: auto;
}
/* _content/Takacs/Shared/Components/Items/BoxFooter.razor.rz.scp.css */
.article[b-4jx0wk6fl8] {
  display: flex;
  flex-direction: row;
}

.text[b-4jx0wk6fl8] {
  width: 70%;
}
.text h4[b-4jx0wk6fl8] {
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
}
.text h4[b-4jx0wk6fl8]:after {
  display: none;
}
.bild[b-4jx0wk6fl8] {
  width: calc(30% - 15px);
  margin: 0 15px 0 0;
}

.img-content[b-4jx0wk6fl8] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-4jx0wk6fl8] {
  max-height: 100%;
  height: auto;
}

a[b-4jx0wk6fl8] {
  text-decoration: none;
  color: #F9F9F9;
}
a:hover[b-4jx0wk6fl8] {
  color: #e00917;
}
a.cgy-orange:hover[b-4jx0wk6fl8] {
  color: #ea670c !important;
}
a.cgy-green:hover[b-4jx0wk6fl8] {
  color: #73b847 !important;
}
a.cgy-blue:hover[b-4jx0wk6fl8] {
  color: #0b74b9;
}
/* _content/Takacs/Shared/Components/Items/BoxNav.razor.rz.scp.css */
.article[b-x4jzluh1bx] {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.text[b-x4jzluh1bx] {
  width: 100%;
  padding: 0.25rem;
}
.text h4[b-x4jzluh1bx] {
  font-size: 0.9rem;
  margin: 0 0 0.5rem 0;
}
.text h4[b-x4jzluh1bx]:after {
  display: none;
}
.text .issue[b-x4jzluh1bx] {
  color: #818181;
  font-size: 0.7rem;
}

.bild[b-x4jzluh1bx] {
  width: 100%;
  margin: 0;
}
.bild .img-content[b-x4jzluh1bx] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bild .img-content > img[b-x4jzluh1bx] {
  max-width: 100%;
  height: auto;
}

a[b-x4jzluh1bx] {
  text-decoration: none;
  color: #2c2c2c;
}
a:hover[b-x4jzluh1bx] {
  color: #e00917;
}
a.cgy-orange:hover[b-x4jzluh1bx] {
  color: #ea670c !important;
}
a.cgy-green:hover[b-x4jzluh1bx] {
  color: #73b847 !important;
}
a.cgy-blue:hover[b-x4jzluh1bx] {
  color: #0b74b9;
}
/* _content/Takacs/Shared/Components/Items/BoxPerson.razor.rz.scp.css */
.person-item[b-t7gmrr2cqj] {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.bild[b-t7gmrr2cqj] {
  width: 100%;
  max-width: 198px;
  margin: 0 0 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 3px #ea670c;
  margin: 0 auto;
}
.bild .person-img[b-t7gmrr2cqj] {
  width: 198px;
  height: 264px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centering y-axis */
  align-items: center;
  /* Centering x-axis */
}
.bild .person-img img[b-t7gmrr2cqj] {
  width: 100%;
  height: auto;
}

.text[b-t7gmrr2cqj] {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 0.5rem 0 0 0;
}
.text h3[b-t7gmrr2cqj], .text h4[b-t7gmrr2cqj] {
  font-size: 1.1rem;
  margin: 0 0 0.5rem 0;
}
.text h3[b-t7gmrr2cqj]:after, .text h4[b-t7gmrr2cqj]:after {
  display: none;
}
.text .person-name[b-t7gmrr2cqj] {
  font-size: 1rem;
  margin: 0;
}

.img-content[b-t7gmrr2cqj] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-t7gmrr2cqj] {
  max-height: 100%;
  height: auto;
}

h3.cgy-orange[b-t7gmrr2cqj] {
  color: #ea670c;
}
h3.cgy-orange a:hover[b-t7gmrr2cqj] {
  color: #ea670c;
}

h3.cgy-green[b-t7gmrr2cqj] {
  color: #73b847;
}
h3.cgy-green .text h3[b-t7gmrr2cqj] {
  color: #73b847;
}

h3.cgy-blue[b-t7gmrr2cqj] {
  color: #0b74b9;
}
h3.cgy-blue .text h3[b-t7gmrr2cqj] {
  color: #0b74b9;
}
/* _content/Takacs/Shared/Components/Items/BoxTip.razor.rz.scp.css */
.tip-item[b-dkcxmwfih9] {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 1.5rem 1.5rem 0;
}

.bild[b-dkcxmwfih9] {
  width: 100%;
  margin: 0 0 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bild .tip-img[b-dkcxmwfih9] {
  border-radius: 0%;
  width: 100%;
  height: 280px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centering y-axis */
  align-items: center;
  /* Centering x-axis */
}
.bild .tip-img img[b-dkcxmwfih9] {
  width: auto;
  height: 100%;
  max-height: 280px;
}

.text[b-dkcxmwfih9] {
  width: 100%;
}
.text h4[b-dkcxmwfih9] {
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
}
.text h4[b-dkcxmwfih9]:after {
  display: none;
}
.text .issue[b-dkcxmwfih9] {
  color: #818181;
}

.img-content[b-dkcxmwfih9] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-dkcxmwfih9] {
  max-height: 100%;
  height: auto;
}
/* _content/Takacs/Shared/Components/Items/MegaMenuLink.razor.rz.scp.css */
.teasers[b-ucayyzotlt] {
  width: calc(100% + 50px);
  padding: 1rem 15px 1rem 25px;
  margin: 0 -25px;
  display: flex;
  flex-flow: row;
  gap: 0.5rem;
  isolation: inherit;
}
.teasers li[b-ucayyzotlt] {
  display: inline-block;
  width: 33%;
  background: white;
}

.main-title[b-ucayyzotlt] {
  margin-top: 1rem;
}
@media (min-width: 1200px) and (min-height: 800px) {
  .main-title[b-ucayyzotlt] {
    margin-top: 2rem;
  }
}

a[b-ucayyzotlt] {
  text-decoration: none;
  color: #2c2c2c;
}
a:hover[b-ucayyzotlt] {
  color: #e00917;
}
a.cgy-orange:hover[b-ucayyzotlt] {
  color: #ea670c !important;
}
a.cgy-green:hover[b-ucayyzotlt] {
  color: #73b847 !important;
}
a.cgy-blue:hover[b-ucayyzotlt] {
  color: #0b74b9;
}
/* _content/Takacs/Shared/Components/Items/PreloadingBox.razor.rz.scp.css */
.preloadingbox[b-hf55ocxk4j] {
  display: inline-block;
  background: linear-gradient(270deg, #c2d6d1, #9c9cb6);
  background-size: 400% 400%;
  -webkit-animation: Preloading 2s ease infinite;
  -moz-animation: Preloading 2s ease infinite;
  animation: Preloading-b-hf55ocxk4j 2s ease infinite;
}

@-webkit-keyframes Preloading {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes Preloading {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Preloading-b-hf55ocxk4j {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* _content/Takacs/Shared/Components/Items/Spinner.razor.rz.scp.css */
.lds-ellipsis[b-f8tqiepah2] {
  display: inline-block;
  position: relative;
  width: 80px;
  height: auto;
}

.lds-ellipsis div[b-f8tqiepah2] {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9a9a9a;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1)[b-f8tqiepah2] {
  left: 8px;
  animation: lds-ellipsis1-b-f8tqiepah2 1s infinite;
}

.lds-ellipsis div:nth-child(2)[b-f8tqiepah2] {
  left: 8px;
  animation: lds-ellipsis2-b-f8tqiepah2 1s infinite;
}

.lds-ellipsis div:nth-child(3)[b-f8tqiepah2] {
  left: 24px;
  animation: lds-ellipsis2-b-f8tqiepah2 1s infinite;
}

.lds-ellipsis div:nth-child(4)[b-f8tqiepah2] {
  left: 40px;
  animation: lds-ellipsis3-b-f8tqiepah2 1s infinite;
}

@keyframes lds-ellipsis1-b-f8tqiepah2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3-b-f8tqiepah2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2-b-f8tqiepah2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(16px, 0);
  }
}
/* _content/Takacs/Shared/Components/Items/TeaserBanner.razor.rz.scp.css */
.section-banner[b-1mwpbbfz09] {
  padding: 2rem 0;
  background-color: #F9F9F9;
}

.banner[b-1mwpbbfz09] {
  width: 100%;
  overflow-x: hidden;
  padding: 1.5rem 0 0.5rem 0;
  background-color: #e3e3e3;
}
@media (min-width: 800px) {
  .banner[b-1mwpbbfz09] {
    padding: 0;
  }
}
.banner .figure[b-1mwpbbfz09] {
  width: 100%;
}
@media (min-width: 800px) {
  .banner .figure[b-1mwpbbfz09] {
    width: 50%;
    float: right;
  }
}
.banner .figure img[b-1mwpbbfz09] {
  max-height: 300px;
  max-width: 100%;
}
.banner .content[b-1mwpbbfz09] {
  padding: 2rem 0;
  width: 100%;
  float: left;
  font-size: 16px;
}
@media (min-width: 800px) {
  .banner .content[b-1mwpbbfz09] {
    padding: 2rem 0;
    width: 50%;
    float: left;
  }
}

.regular[b-1mwpbbfz09], .switched[b-1mwpbbfz09] {
  padding: 1rem 0;
}
.regular.orange[b-1mwpbbfz09], .switched.orange[b-1mwpbbfz09] {
  background-color: #f7e9df;
}
.regular.orange .h4[b-1mwpbbfz09], .switched.orange .h4[b-1mwpbbfz09] {
  color: #ea670c;
}
.regular.green[b-1mwpbbfz09], .switched.green[b-1mwpbbfz09] {
  background-color: #e5f1de;
}
.regular.green .h4[b-1mwpbbfz09], .switched.green .h4[b-1mwpbbfz09] {
  color: #73b847;
}
.regular.blue[b-1mwpbbfz09], .switched.blue[b-1mwpbbfz09] {
  background-color: #d4e5f1;
}
.regular.blue .h4[b-1mwpbbfz09], .switched.blue .h4[b-1mwpbbfz09] {
  color: #0b74b9;
}
.regular.red[b-1mwpbbfz09], .switched.red[b-1mwpbbfz09] {
  background-color: #f7e0e2;
}
.regular.red .h4[b-1mwpbbfz09], .switched.red .h4[b-1mwpbbfz09] {
  color: #e00917;
}
.regular.gold[b-1mwpbbfz09], .switched.gold[b-1mwpbbfz09] {
  background-color: #f0ece2;
}
.regular.gold .h4[b-1mwpbbfz09], .switched.gold .h4[b-1mwpbbfz09] {
  color: #2c2c2c;
}
.regular .figure[b-1mwpbbfz09], .switched .figure[b-1mwpbbfz09] {
  float: none;
}
@media (min-width: 800px) {
  .regular .figure[b-1mwpbbfz09], .switched .figure[b-1mwpbbfz09] {
    float: left;
    order: 1;
    text-align: right;
  }
}
@media (min-width: 800px) {
  .regular .content[b-1mwpbbfz09], .switched .content[b-1mwpbbfz09] {
    order: 2;
  }
}
.regular .btn-dark[b-1mwpbbfz09], .switched .btn-dark[b-1mwpbbfz09] {
  background-color: #9a9a9a;
  border-color: transparent;
  color: white;
}

@media (min-width: 800px) {
  .switched .figure[b-1mwpbbfz09] {
    float: none;
    order: 2;
    text-align: left;
  }
}
@media (min-width: 800px) {
  .switched .content[b-1mwpbbfz09] {
    order: 1;
    text-align: right;
  }
}

.insurance[b-1mwpbbfz09] {
  background-color: #fdeed9;
}
.insurance .h4[b-1mwpbbfz09] {
  color: #d53215;
}
.insurance .figure img[b-1mwpbbfz09] {
  max-width: none;
}

.wooden[b-1mwpbbfz09] {
  background-color: #fdeed9;
  background-image: url("/medien/grafiken/hintergruende/bg-banner-holz.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 1rem 0;
}
.wooden .h4[b-1mwpbbfz09] {
  color: #ea670c;
}
.wooden .figure[b-1mwpbbfz09] {
  float: none;
}
@media (min-width: 800px) {
  .wooden .figure[b-1mwpbbfz09] {
    float: left;
    order: 2;
    text-align: right;
  }
}
.wooden .btn-dark[b-1mwpbbfz09] {
  background-color: #9a9a9a;
  border-color: transparent;
  color: white;
}

.goldener-hahn[b-1mwpbbfz09] {
  background-color: #cce1ff;
}
.goldener-hahn .h4[b-1mwpbbfz09] {
  color: #0068ff;
}
.goldener-hahn .btn-dark[b-1mwpbbfz09] {
  background-color: #c4a35d;
  border-color: transparent;
  color: white;
}
/* _content/Takacs/Shared/CustomComponents/ContactForm.razor.rz.scp.css */
[b-0p3b677mwy] .rz-label.mandatory:after {
  content: "*";
  display: inline-block;
  font-size: 1rem;
  color: inherit;
}

[b-0p3b677mwy] .rz-textbox,
[b-0p3b677mwy] .rz-textarea {
  padding: 0.5rem;
  border-radius: 0;
  box-shadow: 0;
}

.checkbox[b-0p3b677mwy] {
  display: flex;
}
.checkbox[b-0p3b677mwy]  label {
  margin-left: 0.5rem;
}
/* _content/Takacs/Shared/Footer.razor.rz.scp.css */
footer[b-ziwwsxe2f0] {
  background-color: #DEDDE0;
  background-repeat: no-repeat;
  border-top: solid #705A80 1px;
  padding: 3rem 0;
}
@media (min-width: 480px) {
  footer[b-ziwwsxe2f0] {
    background-image: url("/img/takacs-blume-04.svg");
    background-size: auto 300px;
    background-position: right -125px top 50px;
  }
}
@media (min-width: 768px) {
  footer[b-ziwwsxe2f0] {
    background-size: auto 80%;
    background-position: right -125px center;
  }
}
@media (min-width: 992px) {
  footer[b-ziwwsxe2f0] {
    background-position: right -75px center;
  }
}
footer h2[b-ziwwsxe2f0] {
  color: #705A80;
  font-size: 1rem;
  margin: 0;
  text-transform: none;
}

.col[b-ziwwsxe2f0] {
  vertical-align: bottom;
}

/*@media (min-width: 800px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
/* Never collapse the sidebar for wide screens */
/*display: block;
    }
}*/
/* _content/Takacs/Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* _content/Takacs/Shared/NavMenu.razor.rz.scp.css */
.language[b-5svkrjzpgy] {
  text-align: left;
  margin: 0;
  position: absolute;
  z-index: 30;
  left: 1.5rem;
  top: 1.25rem;
}
@media (min-width: 800px) {
  .language[b-5svkrjzpgy] {
    position: relative;
    margin: -2.5rem 0 1.5rem 0;
    text-align: right;
  }
}
.language a[b-5svkrjzpgy] {
  text-decoration: none;
}

nav ul[b-5svkrjzpgy] {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  z-index: 10;
  padding: 3rem 0 1rem 0;
}
@media (min-width: 800px) {
  nav ul[b-5svkrjzpgy] {
    position: relative;
    width: auto;
    background: transparent;
    padding: 1.5rem 0 0 0;
  }
}
nav ul li[b-5svkrjzpgy] {
  width: 100%;
  float: left;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0.5rem;
  padding: 0;
}
@media (min-width: 800px) {
  nav ul li[b-5svkrjzpgy] {
    width: auto;
  }
}
nav ul li a[b-5svkrjzpgy] {
  display: inline-block;
  color: #705A80;
  text-decoration: none;
  padding: 0.5rem 1rem;
}
nav ul li a:hover[b-5svkrjzpgy] {
  text-decoration: underline;
}
nav ul li:last-of-type[b-5svkrjzpgy] {
  background-color: #705A80;
}
nav ul li:last-of-type[b-5svkrjzpgy]  a {
  color: white;
}

.logo[b-5svkrjzpgy] {
  width: 200px;
}

.navbar-toggler[b-5svkrjzpgy] {
  color: #705A80;
  z-index: 20;
  margin-top: 0;
  transition: margin 0.5s;
}
.navbar-toggler .fa-bars[b-5svkrjzpgy] {
  display: block;
}
.navbar-toggler .fa-times[b-5svkrjzpgy] {
  display: none;
}
.navbar-toggler.close[b-5svkrjzpgy] {
  margin-top: -6rem;
  transition: margin 0.5s;
}
.navbar-toggler.close .fa-bars[b-5svkrjzpgy] {
  display: none;
}
.navbar-toggler.close .fa-times[b-5svkrjzpgy] {
  display: block;
}
@media (min-width: 800px) {
  .navbar-toggler[b-5svkrjzpgy] {
    display: none;
  }
}

@media (min-width: 800px) {
  .collapse[b-5svkrjzpgy] {
    display: block;
  }
}
