@charset "UTF-8";
/* CSS Document */

/* lato-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: url('/a_fonts/lato-v24-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('/a_fonts/lato-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/a_fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/a_fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bodoni-moda-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 400;
  src: url('/a_fonts/bodoni-moda-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

*{
padding: 0px;
margin: 0px;
font-family: 'Lato', sans-serif;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  }
  .col,
  [class*="col-"] {
    padding: 0;
}

hr{
  border-bottom: 1px solid #777777;
}

a:link, a:visited {
 text-decoration: none;
}

	/* ---- isotope ---- */
		
		.isotope-filters {
			display: table;
			margin: 20px  auto;
		}
		.isotope-filters  button {
			border:none;
			margin: 2px; 
			line-height: 30px;
			padding: 0 20px;
			cursor: pointer;
		}
		.isotope-filters  button:focus {
			outline: none;
			outline-style: none;
			outline-offset:0; 
		}
		.isotope-filters  button.active {
		}

		.isotope {
			max-width: 1480px;
		}

		/* clear fix */
		.isotope:after {
			content: '';
			display: block;
			clear: both;
		}

		/* ---- .item ---- */

		.item {
			float: left;
			width: 360px;
		}

		.item.width2 { width: 400px; }
		.item.height2 { height: 400px; }



/* CSS NEU 2023 */

.contentzentriertNEU1280 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
.contentzentriert1480 {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 30px;
}
.contentzentriert1920 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.displayinline {
   display: inline;
}


.weiss {
	color: #FFFFFF;
}
.dshblau {
	color: #4b678f!important;
}
.dshblaudunkel {
	color: #4b678f!important;
}

.dshblauaufpuder {
	color: #253c63;
}
.dshblauhell {
	color: #d9e2ed;
}

.dshblaupuder {
	color: #babbd1;
}
.dshmagenta {
	color: #d20b58!important;
}
.dshmagentahell {
	color: #e2c2cf;
}

.dshpuderhell {
	color: #f5e8e2;
}
.dshpuderdunkel {
	color: #cfb9ae;
}
.dshfarbefliestext {
	color: #444444;
}
.bgdshblauaufhell {
	background-color: rgba(223,228,240,0.9);
}

p.standardweiss {
	margin: 10px 30px;
	font-family: 'Lato', sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 300;
	color: #FFFFFF;
}


.clear { clear: both;}

span { 
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #555555;
}
span a{ 
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #555555!important;
}


   
    
    .h1balken {
    margin: 10px 0px 0px 0px;   
}
    .h1headline  {
     margin: 0;   
	font-family: 'Lato', sans-serif;
}
    .h1headline h1 {
	font-family: 'Lato', sans-serif;
    font-size: 0.8em;
    line-height: 0.8em;
    font-weight: 100;
    color: #555555;
}


.Seitenheadline {
    margin: 40px 20px 20px 20px;   
	font-family: 'Lato', sans-serif;
	font-weight: 100;
}

.Seitenheadline h2 {
	font-family: 'Lato', sans-serif;
    font-weight: 100;
	font-size: 3.0em;
	line-height: 1.2em;
    color: #333333;
}

.TextContainer {
    margin: 20px 20px 20px 20px;   
	font-family: 'Lato', sans-serif;
}

.Headline {
    margin: 20px 0px 20px 0px;   
	font-family: 'Lato', sans-serif;
	font-weight: 100;
    }

.Headline h2 {
    padding-top: 20px;   
	font-family: 'Lato', sans-serif;
    font-weight: 100;
	font-size: 3.0em;
	line-height: 1.2em;
    color: #333333;
}

.Headline h2 span {
	font-family: 'Lato', sans-serif;
    font-weight: 100;
	font-size: 3.4em;
	line-height: 1.2em;
    color: #777777;
}

.Headline h3 {
    padding-top: 20px;   
	font-family: 'Lato', sans-serif;
    font-weight: 100;
	font-size: 2.4em;
	line-height: 1.2em;
    color: #333333;
}

.Headline h4 {
    padding-top: 10px;   
	font-family: 'Lato', sans-serif;
    font-weight: 100;
	font-size: 1.8em;
	line-height: 1.2em;
    color: #333333;
}

.HeadlineGross {
    margin: 20px 0px 20px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 2.8em;
	line-height: 1.2em;
	font-weight: 100;
    color: #333333;
}
.HeadlineMittel {
    margin: 15px 0px 15px 0px;   
    font-family: 'Lato', sans-serif;
	font-size: 2.4em;
	line-height: 1.2em;
	font-weight: 100;
    color: #333333;
}
.HeadlineKlein {
    margin: 10px 0px 10px 0px;   
    font-family: 'Lato', sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 100;
    color: #333333;
}
.HeadlineMini {
    margin: 10px 0px 10px 0px;   
    font-family: 'Lato', sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 700;
    color: #333333;
}



.BeiGoogleSeite1  {
    margin: 10px 20px 10px 20px;   
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.1em;
     font-weight: 100;
     color: #333333;
}


.Text  {
    margin: 10px 20px 10px 20px;   
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
     font-weight: 100;
     color: #333333;
}

.Text strong {
     font-weight: 700;
     color: #222222;
}
.Text a {
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
     font-weight: 400;
    text-decoration: none;
     color: #222222;
}
.Text a:hover {
     color: #999999;
}
.Text span  {
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
     font-weight: 400;
     color: #333333;
}
.Text span a  {
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    line-height: 1.2em;
     font-weight: 400;
     color: #333333;
}

.Text ul {
     padding: 20px 20px;
}
.Text ul li {
    padding: 5px 0;
    font-size: 1.1em;
    line-height: 1.3em;
     color: #444444;
}
.TextMega  {
    margin: 30px 20px 30px 20px;   
    font-family: 'Lato', sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
     font-weight: 100;
     color: #333333;
}
.TextGross  {
    margin: 20px 20px 20px 20px;   
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    line-height: 1.2em;
     font-weight: 100;
     color: #333333;
}
.TextGross a {
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    line-height: 1.2em;
     font-weight: 400;
    text-decoration: none;
     color: #222222;
}
.TextGross a:hover {
     color: #999999;
}
.TextGross span a {
    font-family: 'Lato', sans-serif;
    font-size: 1.6em;
    line-height: 1.2em;
     font-weight: 700;
    text-decoration: none;
     color: #222222;
}
.TextGross span a:hover {
     color: #999999;
}


.TextKlein  {
    margin: 15px 20px 15px 20px;   
    font-family: 'Lato', sans-serif;
    font-size: 1.0em;
    line-height: 1.3em;
     font-weight: 100;
     color: #333333;
}

.TextMini  {
    margin: 10px 20px 10px 20px;   
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    line-height: 1.2em;
     font-weight: 100;
     color: #333333;
}

.Text h4 { 
    font-family: 'Lato', sans-serif;
    font-size: 1.0em;
    line-height: 1.1em;
     font-weight: 400;
     color: #333333;
}


.ContentRahmen {
    margin: 10px 20px 10px 20px;
	padding: 0;
}

.Contentstandard {
    margin: 10px 20px 10px 20px;
	padding: 0;
    font-family: 'Lato', sans-serif;
}
.Contentstandard span {
    font-family: 'Lato', sans-serif;
     font-weight: 400;
     color: #333333;
}

.Contentstandard h2 {
    margin-bottom:  40px;
    font-family: 'Lato', sans-serif;
	font-size: 2.8em;
	line-height: 1.3em;
	font-weight: 100;
    color: #333333;
}
.Contentstandard h2 span {
    margin-bottom:  40px;
    font-family: 'Lato', sans-serif;
	font-size: 3.2em;
	line-height: 1.3em;
	font-weight: 100;
    color: #555555;
}
.Contentstandard h3 {
    font-family: 'Lato', sans-serif;
    font-size: 2.4em;
    line-height: 1.3em;
     font-weight: 100;
     color: #333333;
}
.Contentstandard h4 {
    font-family: 'Lato', sans-serif;
    font-size: 1.8em;
    line-height: 1.3em;
     font-weight: 100;
     color: #333333;
}

.ContentstandardText  {
    margin: 10px 20px 10px 20px;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
     font-weight: 100;
     color: #333333;
}
.ContentstandardText a  {
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    line-height: 1.2em;
     font-weight: 400;
     color: #333333;
}

.ContentstandardText ul {
     margin-top: 5px;
}
.ContentstandardText ul li {
    padding-top: 5px;
    font-size: 1.0em;
    line-height: 1.2em;
     color: #444444;
}
.ContentstandardTextKlein  {
    margin: 10px 20px 10px 20px;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.0em;
    line-height: 1.3em;
     font-weight: 100;
     color: #333333;
}

.ContentstandardTextMini  {
    margin: 10px 20px 10px 20px;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    line-height: 1.3em;
     font-weight: 100;
     color: #333333;
}

.ContentstandardText  ul li,
.ContentstandardTextKlein ul li,
.ContentstandardTextMini  ul li   {
    list-style-type: circle;
}

.ContentstandardTextGross  {
    margin: 10px 20px 10px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    line-height: 1.2em;
     font-weight: 100;
     color: #333333;
}
.ContentstandardTextGross ul {
     margin-top: 5px;
}
.ContentstandardTextGross  ul li {
     margin: 20px 0px 20px 10px;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
     font-weight: 100;
     color: #333333;
    list-style: decimal;
}

.ContentstandardText a,
.ContentstandardTextKlein a,
.ContentstandardTextMini a {
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
     font-weight: 300;
    text-decoration: none;
     color: #777777;
}


.navigationneulogin {
    margin: 20px 20px  20px 0;
    font-family: 'Lato', sans-serif!important;
    font-size: 0.9em;
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    color: #777777!important;
    }
.navigationneulogin a {

    line-height: 0.9em;
    font-family: 'Lato', sans-serif!important;
    font-weight: 100;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #999999!important;
    }
.navigationneulogin a:hover {
    font-weight: 700;
     color: #777777;
}

.navigationneulogo {
	display: flex;
    flex-direction: row;
    justify-content: center;
     margin: 10px 30px 0 30px;
    }

.dsh_logo {
    max-width: 520px;
    }


.navigationsbereich {
    margin-top: 10px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
	padding: 0;
}
.navigation {
	padding: 10px 10px;
    min-height: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    line-height: 1em;
    font-weight: 300;
     color: #000000;
    vertical-align: middle;
}

.navigation a {
    font-family: 'Lato', sans-serif;
    text-decoration: none;
     color: #000000;
}
.navigation a:hover {
    font-family: 'Lato', sans-serif;
    line-height: 1em;
    font-weight: 400;
    text-decoration: none;
     color: #000000;
}


.subthemennav {
    margin: 20px 0;
    padding: 5px 0 5px 0;
    min-height: 20px;
	text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
	font-size: 0.9em;
	line-height: 1.0em;
     color: #555555;
    background-color: #eeeeee;
}
.subthemennav a {
       text-decoration: none;
         color: #555555;
}
.subthemennav a:hover {
         color: #999999;
}
.MehrInfosRahmen  {
    margin: 0 0 0 20px;
    padding: 20px 30px 30px 30px;
    width:100%;
    border: 1px solid #999999;
}

.seotorialnav {
    width: 100%;
    padding: 10px 0 0 0;
    border-top: 1px solid #999999;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
	font-size: 0.9em;
	line-height: 1.2em;
    color: #555555;
}
.seotorialnav ul {
    margin: 0 20px;
    padding: 10px 10px 10px 10px;
	text-align: left;
    color: #555555;
}
.seotorialnav li {
    padding: 3px 0;
    font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
    font-weight: 400;
    list-style: circle;
    list-style-position: inside;
}
.seotorialnav li a{
    text-decoration: none;
    color: #555555;

}
.seotorialnav li a:hover{
    color: #D75500;
     font-weight: 700;
}


/* CSS NEU 2023 */

.promo-card {
    margin: 20px 20px 20px 20px;
    background-color: #ffffff;
	min-height: 15px;
	padding: 10px 0 5px 0;
    font-family: 'Lato', sans-serif;
}
.promo-card-bild {
    margin: 0;
    width: 100%;
}

.promo-card-textfeld {
    position: relative;
     margin: 10px auto 5px auto;
    z-index: 10;
}
.promo-card-textfeld-mega {
    position: relative;
    width: 75%;
    margin: -100px auto 5px auto;
    padding: 10px 20px;
    background-color: rgba(255,255,255,0.85);
}
.promo-card-bild-headline {
    margin: 10px 0 5px 0;
    font-family: 'Lato', sans-serif;
    font-size: 0.7em;
     font-weight: 300;
     color: #555555;
}
.promo-card-headline {
    margin: 5px 0px 5px 0px;
	padding: 10px 0 5px 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    line-height: 1.2em;
     font-weight: 100;
     color: #000000;
}
.promo-card-headline a  {
    text-decoration: none;
     color: #000000;
}
.promo-card-headline h2  {
    font-family: 'Lato', sans-serif;
    font-size: 1.6em;
    line-height: 1.1em;
     font-weight: 100;
     color: #000000;
	min-height: 15px;
}
.promo-card-headline h2 span  {
    text-decoration: none;
     font-weight: 700;
     color: #333333;
}
.promo-card-headline a:hover  {
    text-decoration: none;
     font-weight: 300;
     color: #000000;
}
.promo-card-text {
    margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
     font-weight: 100;
     color: #000000;
	min-height: 15px;
}
.promo-card-textklein {
    margin: 15px 0 5px 0;
	padding: 5px 0 5px 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.0em;
    line-height: 1.2em;
     font-weight: 100;
     color: #000000;
	min-height: 15px;
}
.promo-card-text span,
.promo-card-textklein span {
     font-weight: 700;
     color: #333333;
	min-height: 15px;
}
.BeitragCardLink {
    margin: 0 0 40px 0;
    padding: 0 0 5px 0;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    line-height: 1.5em;
     font-weight: 700;
     color: #333333;
	min-height: 15px;

}
.BeitragCardLink a {
    text-decoration: none;
     color: #333333;
     font-weight: 700;
}
.BeitragCardLink a:hover {
    text-decoration: none;
     color: #EE00A1;
    font-weight: 700;
}
.Beitrag {
    margin: 10px 40px 10px 40px;
    padding: 5px 20px 5px 20px;
    background-color: #ffffff;
	min-height: 15px;
    font-family: 'Lato', sans-serif;
}

.BeitragBild {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}
.BeitragBildunterschrift  {
    margin: 5px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 0.8em;
    line-height: 1.1em;
     font-weight: 100;
     color: #333333;
}


.BeitragTeaser  {
    margin: 5px 20px;
}
.BeitragTeaserBild  {
    margin: 5px 5px;
}
.BeitragTeaserText  {
    margin: 10px 5px;
    font-family: 'Lato', sans-serif;
    font-size: 1.0em;
    line-height: 1.3em;
     font-weight: 100;
     color: #273374!important;
}
.BeitragTeaserText a{
    font-family: 'Lato', sans-serif;
    font-size: 1.0em;
    line-height: 1.2em;
     font-weight: 100;
     color: #273374!important;
}


.BeitragHeadlineH2  {
    margin: 40px 0px 0px 40px;
    padding: 0px 40px 0px 0px;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
     font-weight: 100;
     color: #000000;
}

.BeitragHeadlineH2 h2  {
    font-family: 'Lato', sans-serif;
    font-size: 1.8em;
    line-height: 1.2em;
     font-weight: 100;
     color: #000000;
}

.BeitragSubHeadline  {
    margin: 20px 0px 0px 40px;
    padding: 0px 40px 0px 0px;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
     font-weight: 400;
     color: #333333;
}
.BeitragIntro  {
    margin: 10px 0px 0px 40px;
    padding: 0px 40px 0px 0px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
     font-weight: 400;
     color: #333333;
}
.BeitragAbschnittH2 h2  {
    margin: 10px 0px 10px 0px;
     padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.9em;
    line-height: 1.3em;
     font-weight: 700;
     color: #000000;
}
.BeitragAbschnittH3 h3  {
    margin: 10px 0px 10px 0px;
     padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
    line-height: 1.5em;
     font-weight: 700;
     color: #000000;
}
.BeitragAbschnittH3Fett{
    margin: 20px 0px 10px 0px;
     padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    line-height: 1.5em;
     font-weight: 700;
     color: #000000;
}
.BeitragAbschnittH3Fett h3  {
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    line-height: 1.5em;
     font-weight: 700;
     color: #000000;
}
.BeitragText  {
    margin: 5px 0px 10px 0px;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
     font-weight: 100;
     color: #333333;
}

.BeitragTextMittel  {
    margin: 5px 0px 10px 0px;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    line-height: 1.2em;
     font-weight: 100;
     color: #333333;
}
.BeitragTextKlein  {
    margin: 5px 0px 10px 0px;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    line-height: 1.2em;
     font-weight: 100;
     color: #333333;
}
.BeitragTextmini  {
    margin: 5px 0px 10px 0px;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
     font-weight: 100;
     color: #555555;
}

.BeitragText span,
.BeitragTextMittel span,
.BeitragTextKlein span, 
.BeitragTextmini span {
     font-weight: 700;
    line-height: 1.2em;
}

.BeitragText a,
.BeitragTextMittel a,
.BeitragTextKlein a, 
.BeitragTextmini a {
     font-weight: 700;
    line-height: 1.2em;
    color: #273374!important;
}


.BeitragText ul,
.BeitragTextMittel ul,
.BeitragTextKlein ul,
.BeitragTextmini ul  {
    margin: 5px 0px 5px 0px;
    font-family: 'Lato', sans-serif;
}

.BeitragText ul li,
.BeitragTextMittel ul li,
.BeitragTextKlein ul li,
.BeitragTextmini ul li  {
    margin: 5px 0px 5px 0px;
    font-family: 'Lato', sans-serif;
         color: #333333;
}

.BeitragTextDekolink  {
    margin: 5px 0px 10px 0px;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
     font-weight: 100;
     color: #333333;
}
.BeitragTextDekolink a {
    font-family: 'Lato', sans-serif;
     font-weight: 700;
     color: #bf4c4c;
}


.Beitragskennung  {
    margin: 0px 0px 0px 0px;
    padding: 5px 30px 5px 10px;
    background-color:  #222222;
     font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    line-height: 1.1em;
     font-weight: 300;
    text-align: center;   
    color:  #FFFFFF;
}
.BeitragskennungPromoSEOtorial  {
    margin: 0px 10px 0px 0px;
    padding: 5px 10px 5px 10px;
    background-color:  #273374;
     font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    line-height: 1.1em;
     font-weight: 300;
    text-align: center;   
    color:  #FFFFFF;
}
.BeitragskennungPromoSEOtorial a {
    text-decoration: none;
     font-size: 1.1em;
    font-weight: 700;
    color:  #FFFFFF;
}

.MehrInfosRahmen  {
    margin: 10px 30px 10px 30px;
    padding: 20px 30px 30px 30px;
    max-width: 500px;
    border: 1px solid #999999;
}

.MehrInfosHeadline  {
    font-family: 'Bodoni Moda', sans-serif;
    width: 100%;
    font-size: 1.7em;
    line-height: 1.6em;
    font-weight: 400;
     color: #555555;
}

.MehrInfosHeadline a  {
    font-family: 'Bodoni Moda', sans-serif;
        font-size: 1.2em;
    line-height: 1.5em;
     color: #555555;
    text-decoration: none;
}

.MehrInfos  {
    font-family: 'Lato', sans-serif;
    font-size: 1.0em;
    line-height: 1.4em;
     font-weight: 100;
    width: 100%;
     color: #555555;

}
.MehrInfos a {
    font-family: 'Lato', sans-serif;
    font-size: 1.0em;
    line-height: 1.3em;
     font-weight: 100;
    text-decoration: none;
     color: #555555;
}
.MehrInfosLink a  {
    font-family: 'Lato', sans-serif;
    font-size: 1.0em;
    line-height: 1.4em;
    font-weight: 700;
    text-decoration: none;
    color: #555555;

}


.AutorRahmen  {
    padding: 10px 30px 5px 30px;
    font-family: 'Lato', sans-serif;
    font-size: 1.0em;
    line-height: 1.2em;
     font-weight: 100;
     color: #555555;
}

.Autor  {
    font-family: 'Lato', sans-serif;
    font-size: 1.0em;
    line-height: 1.3em;
     font-weight: 100;
     color: #555555;
}
.Autor a {
    font-family: 'Lato', sans-serif;
    font-size: 1.0em;
    line-height: 1.3em;
     font-weight: 100;
    text-decoration: none;
     color: #555555;
}
.AutorKlein  {
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    line-height: 1.3em;
     font-weight: 100;
     color: #555555;
}
.AutorDatum  {
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    line-height: 1.2em;
     font-weight: 300;
     color: #555555;
}

.Beitragerstellt  {
    margin: 10 0 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    line-height: 1.3em;
     font-weight: 100;
     color: #555555;
}
.Beitragerstellt a {
    margin: 10 0 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    line-height: 1.3em;
     font-weight: 100;
        text-decoration: none;
     color: #555555;
}


.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 95%;
height: 100%;
}

.youtube-video2 {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.video-container2 {
    position: absolute;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container2 iframe,
.video-container2 object,
.video-container2 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery {
margin: 10px;
}

.gallery img{
    width: 240px;
    padding: 10px;
    float: left;
    filter: none;
    transition: 1s;
}
.gallery img:hover{
        filter: none;
        transform: scale(1.1)
    }

.social-media {
    margin:0;   
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
.social-media a {
     color: #000000;
    text-decoration: none;
}
.social-media-icon {
  margin: 10px 10px;
    max-width: 55px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 0.8em;
    line-height: 1em;
    font-weight: 300;
     color: #000000;
}
.social-media-icon img {
   max-width: 50px;
}
.social-media-textlink {
  padding: 10px 2px;
     width: 80px;
    
}
.social-media-text {
  padding: 10px 5px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    line-height: 1em;
    font-weight: 300;
    color: #000000;
}

.themennavweiss {
    background-color: #FFFFFF;
    margin: 40px 20px 20px 20px;
    padding: 0;
    font-family: 'Lato', sans-serif;
}
.themennavweiss-headline {
    margin: 5px 20px 5px 20px;
	padding: 40px 20px 5px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 1.0em;
    line-height: 1.3em;
   letter-spacing: 0.03em;
     font-weight: 100;
     color: #777777;
}
.themennavweiss-text {
    margin: 0px 40px 5px 40px;
	padding: 2px 0 2px 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.0em;
    line-height: 1.em;
   letter-spacing: 0.03em;
     font-weight: 100;
     color: #777777;

}
.themennavweiss-navipunkt {
    margin: 0px 40px 0px 40px;
	padding: 3px 40px 3px 40px;
    border-top: 1px solid #bbbbbb;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    line-height: 1.em;
   letter-spacing: 0.03em;
     font-weight: 100;
     color: #777777;

}
.themennavweiss-navipunkt a {
        font-family: 'Lato', sans-serif;
    color: #999999;
    text-decoration: none;
}
.themennavweiss-navipunkt a:hover {
    font-family: 'Lato', sans-serif;
     font-weight: 300;
     color: #555555;
}










.aktionsbanner {
    display: inline-block;
    margin: 20px 0 40px 0;
    padding: 20px 20px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
   }
.aktionsbannerohneborder {
    display: inline-block;
    margin: 20px 0 40px 0;
    padding: 20px 20px;
    border-bottom: 1px solid #999999;
   }
.aktionsbannertext {
  margin: 20px auto;
    font-family: 'Lato', sans-serif;
    font-size: 1.8em;
    line-height: 1.1em;
    font-weight: 100;
     color: #333333;
    text-align: center;
   }

.aktionsbutton {
   margin: 20px 0;
    padding: 5px 30px; 
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 100;
     color: #FFFFFF;
     background-color: #333333;
    display: inline-block;
   }
.aktionsbutton a {
    text-decoration: none;
    color: #FFFFFF;
   }
.aktionsbutton a:hover {
    color: #cccccc;
   }

.aktionsbannerbutton {
   margin: 20px 0;
    padding: 10px 30px; 
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 100;
     color: #FFFFFF;
     background-color: #333333;
   }
.aktionsbannerbutton a {
    text-decoration: none;
    color: #FFFFFF;
   }
.aktionsbannerbutton a:hover {
    color: #cccccc;
   }

.aktionsbannerbutton a:hover {
    background-color: #999999;
   }



.sliderueberschrift,
.sliderueberschrift2 {
    width: 70%;
    max-width: 720px;
    top: 159px;
    left: 96px;
    text-align: left;
    font-family: 'Bodoni Moda', serif;
    color: #555555;
}

.sliderueberschrift h2 {
	  font-family: 'Bodoni Moda', serif;
	font-size: 3.0em;
	line-height: 1.2em;
	font-weight: 100;
	     color: #333333;
}
.sliderueberschrift p{
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 100;
     color: #111111;
}



label {
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	line-height: 1.0em;
	font-weight: 300;
  min-width: 200px;
}
select {
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	line-height: 1.0em;
	font-weight: 700;
}
liste {
	font-family: 'Lato', sans-serif;
	font-size: 0.6em;
	line-height: 1.0em;
	font-weight: 300;
}
option {
	font-family: 'Lato', sans-serif;
	font-size: 0.6em;
	line-height: 1.0em;
	font-weight: 300;
}



#PREISTABELLE {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.25rem 1rem;
  margin: 0;
  list-style: none;
  background-color: #FFFFFF;
  border-radius: 0.25rem;
}

.rowpadding50 {
  padding: 50px 0;
}
.rowpaddingtop50 {
  padding-top: 50px;
}
.divpaddingtop50 {
  padding-top: 50px;
}

.abstandstandard {
	padding: 10px 30px;
}

.abstandstandard0530 {
	margin: 0 0;
	padding: 5px 30px;
}
.abstandstandard5 {
	padding: 10px 5px;
}
.abstandstandard10 {
	padding: 10px 10px;
}
.abstandstandard20 {
	padding: 10px 20px;
}
.abstandstandard50 {
	padding: 10px 50px;
}
.abstandstandard1070 {
	padding: 10px 70px;
}
.promotoptexteinrueck {
	padding: 10px 10px 10px 200px;
}

.ZeileAbstandklein {
	padding: 5px 30px 0 30px;
}
.ZeileAbstandmittel {
	padding: 20px 30px 0 30px;
}
.ZeileAbstandgross {
	padding: 50px 30px 0 30px;
}



p {
	color: #444444;
}
p a {
	color: #253c63;
}
.bilderrahmen {
	border: 1px solid #AAAAAA;
	padding: 5px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
}

.bilderrahmenohneschatten {
    margin: 10px;
	padding: 5px;
    border: 1px solid #888888;
}
.bilderrahmenohne {
	padding: 5px;
}

.absatzrahmentopbottom {
	border-top: 1px solid #253c63;
	border-bottom: 1px solid #253c63;
	padding-top: 15px;
	padding-bottom: 15px;
}

.teaserbilderrahmen {
	width: 85%;
	margin: 20px;
	padding: 5px;
	border: 1px solid rgba(47, 72, 115, 0.2);
}

p.standard {
	font-family: 'Lato', sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 300;
	color: #444444;
}
p.standardklein {
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: 300;
}
p.standardmini {
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: 300;
}
p.standardklein a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #cfb9ae;
}




.socialmediabalken {
    margin: 0 0 0 0; 
	background-color: #e4cfc5;
	color: #FFFFFF;
    padding: 15px 0;
}
.socialmediagrid {
    max-width: 480px;
}
.socialmediaicon {
    width: 90%;
	max-width: 80px;
}

.balkenpuder {
    margin: 0 0 0 0;
    padding: 0;
    background-color: #e4cfc5;
}


.login {
    width: 96%;
    max-width: 150px;
    float: right;
    margin-top: 20px;
}

.vergleichstabelle {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid #ccc;
  font-size: 1rem;
  margin: 2em 2em;
}

.vergleichszeile {
  display: contents;
}

.vergleichszeile > div {
  padding: 0.8em;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fff;
}

.vergleichszeile > div:last-child {
  border-right: none;
}

.vergleichszeile.header > div {
  background: #f0f0f0;
  font-weight: bold;
  border-bottom: 2px solid #bbb;
}

@media (min-width: 768px) and (max-width: 1199px) {
   /* Darstellung auf Table quer **************************************************************************************************************************** */ 
	
.contentzentriert1480,
.contentzentriert1280  {
    width: 100%;
	margin: 0 40px;
    padding: 0;
    
}
    
    .h1balken {
    margin: 10px 0px 0px 0px;   
}
    .h1headline  {
     margin: 0;   
	font-family: 'Lato', sans-serif;
}
    .h1headline h1 {
	font-family: 'Lato', sans-serif;
    font-size: 0.8em;
    line-height: 0.8em;
}
    
.TextGross  {
    margin: 15px 10px 15px 10px;   
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
     font-weight: 100;
     color: #333333;
}
    
.promo-card-textfeld-mega {
    position: relative;
    width: 90%;
    margin: -30px auto 5px auto;
    padding: 5px 20px;
    background-color: rgba(255,255,255,0.85);
}


.Seitenheadline h2{
	font-family: 'Lato', sans-serif;
	font-size: 2.6em;
}
.Contentstandard h2 {
    font-family: 'Lato', sans-serif;
	font-size: 2.6em;
}
.Contentstandard h3 {
    font-family: 'Lato', sans-serif;
    font-size: 2.2em;
}

  .vergleichstabelle {
    display: block;
  }

  .vergleichszeile {
    display: block;
    margin-bottom: 1em;
  }

  .vergleichszeile > div {
    border: none;
    padding: 0.5em 0;
  }

  .vergleichszeile.header {
    display: none;
  }

  .vergleichszeile > div::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    margin-bottom: 0.3em;
    color: #666;
  }
  }

@media (min-width: 480px) and (max-width: 767px) {
   /* Darstellung auf Tablet hoch ********************************************************3***************************************** */ 

.contentzentriert1480,
.contentzentriert1280  {
    width: 100%;
	padding: 0 40px;
}
   
    .h1balken {
    margin: 5px 0px 0px 0px;   
}
    .h1headline  {
     margin: 0;   
	font-family: 'Lato', sans-serif;
}
    .h1headline h1 {
	font-family: 'Lato', sans-serif;
    font-size: 0.7em;
    line-height: 0.7em;
}
    
    .themennav {
    background-color: #333333;
       margin: 20px 20px 40px 20px;
    padding: 0;
}

    .subthemennav {margin: 20px 0;
	font-size: 0.8em;
	line-height: 1.0em;
     color: #555555;
}
    
    
    .TextGross  {
    margin: 10px 5px 10px 5px;   
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    line-height: 1.1em;
     font-weight: 100;
     color: #333333;
}
    
    
.decimalliste ul,
.decimalliste ol {
     padding: 20px 40px;
}
.decimalliste  ul li,
.decimalliste  ol li {
    padding: 15px 0 15px 0;
     line-height: 1.3em;
     color: #333333;
    list-style: decimal;
}
    
.promo-card-textfeld-mega {
    position: relative;
    width: 100%;
    margin: 10px auto 5px auto;
    padding: 10px 0px;
    background-color: rgba(255,255,255,0.85);
}
   
 

   
.Seitenheadline h2{
	font-family: 'Lato', sans-serif;
	font-size: 2.2em;
}

.Contentstandard h2 {
    font-family: 'Lato', sans-serif;
	font-size: 2.2em;
}
.Contentstandard h3 {
    font-family: 'Lato', sans-serif;
    font-size: 1.9em;
}
    
}
   /* mobile Geräte  **************************************************4*********************************************** */ 
@media (max-width: 479px) {
  

    .themennav {
    background-color: #333333;
      margin: 20px 20px 40px 20px;
    padding: 0;
}
    
.promo-card-textfeld-mega {
    position: relative;
    width: 100%;
    margin: 10px auto 5px auto;
    padding: 10px 0px;
    background-color: rgba(255,255,255,0.85);
}
 

    
}
