/* ---------- to be integrated in standard css ---------- */
html {
    --button-border-radius: 5px;
    --input-border-radius: 5px;
    --toggler-background: var(--color-brand) !important;
}

#main {
    min-height: 75vh;
}

.height-100vh {
	min-height: 100vh;
}

.page-newsletter #footer .mod_subscribe .error {
  display: none;
}

/* ---------- images ---------- */
figure {
    display: flex;
    color: var(--color-text);
    font-size: 0.85em;
}

img.img--round {
    border-radius: 100%;
    border: 5px solid var(--color-brand2);
}

/* for image with caption */
.image_container {
    flex-direction: column;
}


/* ---------- fonts ---------- */

h1, .heading-h1 {
    font-size: 2.5rem!important;
    line-height: 1.15;
}

@media screen and (max-width:900px) {
  h1, .heading-h1 {
    font-size: 2rem!important;
    line-height: 1.15;
  }
}

h2, .heading-h2 {
    line-height: 1.1em !important;
    font-size: 2rem;
}

h3, .heading-h3 {
    line-height: 1em;
    font-size: 1.3rem;
}

h4, .heading-h4 {
    font-size: 1.25rem;
}

.ce_text h1+h2 {
    margin-top: 0;
}

.text--right {
    text-align: right;
}

.text--left {
    text-align: left;
}

.text--standard,
.text--standard h1,
.text--standard h2,
.text--standard h3,
.text--standard h4 {
   color: var(--color-brand);
}

.text--white p,
.text--white h1,
.text--white h2,
.text--white h3,
.ce_text.text--white.iconized a {
	color: #fff;
}

.text--white h2 a,
.text--white p a {
    color: #fff !important;
}

.text--uppercase h1, .text--uppercase .heading-h1,
.text--uppercase h2, .text--uppercase .heading-h2,
.text--uppercase h3, .text--uppercase .heading-h3 {
	text-transform: uppercase;
}

/* ---------- initial and intro  ---------- */
/* introtext */
.intro {
    font-size: 1.15em;
    line-height: 1.7em;
    /*max-width: 55%;*/
    padding: 0 0 1em 1em;
    border-bottom: 3px solid var(--color-brand3);
}

.intro p:first-of-type:first-letter {
  font-size: 300%;
  line-height: 1;
  float: left;
  padding-right: .125em;
 font-family: var(--headings__font-family);
}

/* ---------- links and buttons ---------- */
.back a {
	border-color: var(--color-brand2);
    color: var(--color-brand2);
}

a.btn--highlight, span.btn--highlight, button.btn--highlight, input.btn--highlight.submit, .ce_comments .btn--highlight.submit {
    background: var(--button-highlight-bgcolor);
    color: var(--color-text);
}


/* ---------- backgrounds ---------- */
.bg--highlight {
    background: var(--color-highlight);
}

.bg--grey {
    background: #cccccc;
}


/* ---------- shadows ---------- */
.box-shadow {
    box-shadow: 0 2px 18px 0 rgba(0,0,0,.3);
}

/* ---------- other styles ---------- */

ul.list-style--fa li:before {
    color: var(--color-brand);
}

/* ---------- downloads ---------- */
.wrapper-grid__inner .ce_download, .ce_downloads {
    margin-bottom: 1rem;
    border: 1px solid var(--download-elem__border-color);
    text-align: center;
}

.download-element-wrapper {
	border:none;
}

/* ---------- footer ---------- */

#footer-pre .ce_headline {
    margin-bottom: 0.5rem;
}

#footer-pre .contact__outer > div {
	margin-bottom: 0;
}

#tns1 > .tns-item {
    padding-right: 0 !important;
}

@media screen and (max-width: 820px) {
.slider-full .headerslide__wrapper {
    height: 33vh !important;
}
}

@media screen and (max-width: 830px) {
	.wrapper-flex__inner {
    flex-direction: column !important;
	}
}

@media screen and (max-width: 350px) {
	.wrapper-simple.ce_rsce_wrapper_simple_start {
    padding: 0.5em !important;
}
dl.definitionlist__list {
    font-size: 0.9em;
}
}

/* ---------- width glossary bundle ---------- */
/* ---------- Glossary ---------- */
.g_hovercard_default {
	background: #fff;
}

.g_hovercard-text {
	color: var(--color-brand);
}
.grouplist {
	margin-bottom: 1em;
	display: flex;
}

.mod_glossary .grouplist ul {
	display: contents;
}

.mod_glossary .grouplist li {
    list-style-type: none;
    border: solid;
    padding: 0.25em 0.75em;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right: none;
    text-align: center;
    width: max-content;
}

.mod_glossary .grouplist li:last-of-type {
	border-right: 1px solid #fff;
}

.mod_glossary ul {
    display: flex;
    grid-gap: 1em;
    margin-left: 0;
    padding-left: 0;
}

.mod_glossary li {
    list-style-type: none;
    border: 1px solid #fff;
    padding: 0.25em 0.75em;
    text-align: center;
    width: max-content;
}

.glossary .letter {
    font-family: var(--headings__font-family);
    font-size: 2.5em;
    color: var(--color-brand2);
    font-weight: var(--headings__font-weight);
}

.glossary_1 {
    margin-bottom: 3em;
}

.g_hovercard-keyword {
	color: var(--color-brand);
	font-size: 1.1em;
}

/* ---------- customized styles website ---------- */

/* ---------- customized styles anker ---------- */
.social_feed_element .icon img{
	right:20px;
}

.red {
	color: red;
}

.player .video_container {
	height: 85vh !important;
}

.mod_newslist.news-short {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 2em;
    grid-column-gap: 2em;
}

.layout_short {
    border: 1px solid;
    padding: 1em;
}

.layout_short .info {
    background: var(--color-brand);
    color: white;
    text-align: center;
}

/* ----------Element-Filter teaserbox ---------- */
.filters{
	margin-top:1rem;
	margin-bottom:2rem;
}
.filters li{
	    background-image: none;
    white-space: nowrap;
    text-decoration: none;
        display: inline-block;
}
.filters a.active{
	color: #fff;
	text-decoration: none;
	background-color: var(--color-highlight);
}
.filters a:hover{
	color: #fff;
	text-decoration: none;
	background-color: var(--color-highlight);
}
.filters a{
	background: var(--button-bg);
    border-color: var(--button-bg);
    border-radius: var(--button-border-radius);
    padding: var(--button-spacing);
    border: var(--button-border-width) solid transparent;
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    line-height: var(--button-line-height);

}
.filters a{
	color: #fff;
	text-decoration: none;
}
/*filter flex*/
.elements-filter-wrapper{
	display:flex;
	flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 2em;
    column-gap: 1em;
}
.teaserkachel__outer.ce_rsce_teaserkachel.elements-filter{
	flex-basis: calc(100% / 3 - 1em);
    min-width: 250px;
}

/*  SWITCH  */

.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
  content: "Off";
  left: -4rem;
}
.btn-toggle:after {
  content: "On";
  right: -4rem;
  opacity: 0.5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}
.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.btn-toggle.active {
  background-color: #29b5a8;
}

.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-sm:before {
  content: "Off";
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: "On";
  right: -0.5rem;
  opacity: 0.5;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-xs:before {
  content: "Off";
  left: 0;
}
.btn-toggle.btn-xs:after {
  content: "On";
  right: 0;
  opacity: 0.5;
}
.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #a16d60;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #000;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #e4e4e4;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #03c603;
}
.btn-toggle.btn-secondary.active {
  background-color: #e4e4e4;
}

.btn.btn-xs.btn-secondary.btn-toggle,
.btn.btn-xs.btn-secondary.btn-toggle.active {
  position:relative;
  top:-5px;
  margin-left:3px;
  margin-right:3px;
}

/* READ MORE LISTE */

.read-more-list {
  cursor: pointer;
}
.isCollapsed span {
  display: none;
}
.isCollapsed:after {
  display: block;
  content: "mehr lesen";
  font-weight: bold;
}

/* TEASERBOX MIT OVERLAY */

.overlay--content {
  position: relative;
  padding: 50px 25px;
  top: -220px;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
}

.overlay--content h3,
.overlay--content p {
  color:white;	
}

.mod_article,
.article--full.containered > .inside {
  max-width: 1800px!important;
  width: 100%;
}

.topbar-inner, .ctabar__inner {
  max-width: 1800px!important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#header {
  border-bottom: none!important;
}

.ctabar__inner {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.topbar-nav--new .mod_navigation ul.level_1 > li > a {
  color:var(--color-highlight)!important;
  text-transform: uppercase;
  padding: 0.5em 1.2em!important;
  font-weight:bold!important;
}

.topbar-nav--new .mod_navigation ul.level_1 > li a.active {
  font-weight:bold!important;
  background-color:transparent!important;
  color:var(--color-default2)!important;
}

.topbar-nav--new .mod_navigation ul.level_1 > li > a:hover {
  background-color:transparent!important;
  color:var(--color-default2)!important;
}

.article--full {
  max-width: none!important;
  width: 100%;
}

.topbar-logo.position--default {
  display: flex;
}

.logo-slogan {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  align-items: center;
  display: flex;
  padding-left: 15px;
}

.widget-text label,
.widget-textarea label,
.widget-select label {
  display: none!important;
}

.submit {
  background-color: var(--color-default)!important;
  border:none!important;
  color: var(--color-default2)!important;
  font-weight: bold!important;
  text-transform: uppercase!important;
  border-radius: var(--btn-rounded-radius)!important;
  padding: 12px 40px!important;
}

.widget-text input,
.widget-textarea .textarea {
  background-color: var(--color-default);
  padding: 12px 10px!important;
  border:none!important;
  font-weight:bold;
}

.widget-select .select {
  width:100%;
  background-color: var(--color-default)!important;
  border:none!important;
  color: var(--color-default2)!important;
  font-weight: bold!important;
  text-transform: uppercase!important;
  padding: 12px 10px!important;
  border-radius: var(--input-border-radius);
  font-family:Arial;
}

.widget-text input::placeholder,
.widget.widget-textarea .textarea::placeholder {
  color: var(--color-default2);
  font-weight: bold;
  text-transform: uppercase;
  font-family:Arial;
}

.ce_text_teaserbox {
  background-color: transparent!important;  
}

.btn__inner-text {
  font-size: 1.25rem;
  color: var(--color-default2)!important;
}
.topbar .ce_image {
  transition: .35s;
}

.topbar.small .ce_image {
  width:60px;
  transition: .35s;
}

.footer-headline {
  font-weight:bold;
  font-size:1.25rem;
  display:block;
  margin-bottom:0.5rem;
}

.teaser-img img,
.img-rounded img {
  border-radius:1rem;
}

.btn--primary span:hover {
  color:#f6f4f3!important;
}

.btn--secondary span {
  color:#f6f4f3!important;
}

.btn--secondary span:hover {
  color:#f6f4f3!important;
}

.btn--secondary:hover {
  background-color: var(--button-bg)!important;
  border-color: var(--button-bg)!important;
}

#footer-sub,
#footer-sub a {
  color: var(--color-default2)!important;
}

#footer-sub .inside {
  max-width: 1800px !important;
  width: 100%;
}

.contact-bg {
  background-image: url(/files/layout/steuerrad-bg3.svg);
  background-size: 50%;
  background-position: 35% 90%;
  background-repeat: no-repeat;
}

/* CTA */

.cta-contact .btn--secondary {
  border-radius:1rem;
  color: var(--color-default)!important;
}

.cta-contact .btn--secondary:hover {
  border-radius:1rem;
  background-color: #86654b!important;
}

.cta-contact h2 {
  font-size: 3rem;
}

/* FOOTER */

.social-media i {
  font-size:2rem;
}

#footer-pre .inside img {
  margin:inherit!important;
}

.mobile_menu_trigger .btn.btn--primary.mb-0 {
  background-color: none !important;
  background: none !important;
  border: none;
  color: var(--color-default2);
  font-size: 2.5rem;
  padding:0;
}

.mobile_menu_trigger .btn.btn--primary.mb-0:hover {
  color: var(--color-highlight);
}

@media screen and (max-width:1320px) {
  .logo-slogan {
    font-size: 1.5rem;
    line-height: 115%;
  }
  .topbar-logo.position--default {
    width: 32%;
  }
  .topbar-logo.position--default .ce_image.block {
    min-width: 65px;
  }
}

.ce_rsce_imagebar .imagebar__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width:900px) {
  .ce_rsce_imagebar .imagebar__inner {
    grid-template-columns: 1fr 1fr;
  }
  .tablet-template .wrapper-grid__inner {
    grid-template-columns: 1fr!important;
    row-gap: 2rem!important;
  }
}

@media screen and (max-width:775px) {
  .breaker-text__left,
  .breaker-text__right {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width:600px) {
  .mobile-padding-bottom {
    padding-bottom:0rem!important; 
  }
  .mobile-gap .wrapper-grid__inner{
    row-gap: 2rem!important;
  }
  .mobile-display {
    display:none!important;
  }
  .mobile-teaser {
    padding-bottom: 0!important;
  }
}

.plain-font h1,
.plain-font h2,
.plain-font h3,
.plain-font h4,
.plain-font h5,
.plain-font h6 {
  font-family: Arial!important;
}

@media screen and (max-width:767px) {
  .ce_gallery.img-rounded.block li:last-child {
    display: none!important;
  }
}
