@import url('https://www.markenartikel-magazin.de/schrift/schrift.css');
* {
   box-sizing: border-box;
}
.ma-logo {
	height:109px;
	border-width: 0px;
	width:100%;
	max-width: 410px;
}
i.fab.fa-linkedin {
    z-index: 999;
}
.flex-pic-detail {
	margin-right: 10px;
}
.nbnews2021 {
	background-color: #f2f2f2;
}
.nb_news2021 {
	background-color: #f2f2f2;
	margin: 0px 8px 1rem 15px;
	padding: 12px 0 12px 12px;
}
.social_media_logos {
	width: 50%;
	fill: blue;
}
div.nb_news2021 a {
    color: #000000;
}
#navi > input, #navi label {
   display: none;
}
#skyscraperhockey {
  position:relative;
  left:848px;
  top:0;
  }

#superbannerhockey {
  position:absolute;
  top:0;
  left:0;
}
#skyscraperhockeyleft {
  position:absolute;
  top: 0;
  left: 0px;
}
#skyscraperleftrelative {
	width:100%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	display:block;
}
#skyscraperleft {
  position:absolute;
  top: 0;
  right: 0;
  left: 990px;
  z-index: auto;
}
body {
	background-color: #f2f2f2;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px 0px 0px 10px;
	font-family: verdana, arial, helvetica; 
	font-size: 0.85rem;
  color: #000000; 
  line-height: 1.4; 
}
.abstand30 {
	width: 100%;
	max-width: 1020px;
	padding: 15px 30px;
	margin: 0 auto;
	background-color: #ffffff;
}
.grid-container {
  display: grid;
  grid-gap:30px;
  grid-template-areas: 
    'header header header'
    'menu menu menu'
    'pfv pfv pfv'
    'aufmacherseite aufmacherseite aufmacherseite'
    'meistgelesenp meistgelesenp meistgelesenp'
    'meistgelesen meistgelesen meistgelesen'
    'linkespalte linkespalte rechtespalte'
    'footer footer footer';
  /*width: 100%;*/
	max-width: 960px;
	margin: 0 auto;
	padding:0px;
	background-color: #ffffff;
	grid-template-columns: 1fr 1fr 1fr;
}
.header {
  grid-area: header;
  background-color: #ed174c;
  height: 100%;
  max-height: 109px;
  position: relative;
}
.menu {
  grid-area: menu;
  background-color: #ffffff;
  border-bottom: 2px #ed174c solid;
  text-align: left;
  font-size: 0.90rem;
  width: 100%;
  padding-top: 0px;
  margin-top: -26px;
}
.pfv {
	grid-area: pfv;
  background-color: #ffffff;
  text-align: left;
  font-size: 1rem;
  width: 100%;
  max-width: 960px;
  padding-top: 0px;
  margin-bottom: -50px;
}
.aufmacherseite {
	grid-area: aufmacherseite;
  background-color: #ffffff;
  text-align: left;
  font-size: 1rem;
  /*width: 100%;
  max-width: 960px;
  padding-top: 0px;*/
  grid-gap: 1.875rem;
  grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  color: black;
  margin-top: 30px;
  border-bottom: 1px #ccc solid;
}
.top3 {
		grid-area: top3;
		background-color: #ffffff;
    text-align: left;
    font-size: 1rem;
    grid-gap: 1.875rem;
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
    color: black;
    margin-top: 30px;
}
.header_top3 {
	grid-column: 1 / -1;
	width: 100%;
  max-width: 960px;
  /* border-bottom: 1px solid #e2e2e2; */
  padding-bottom: 4px;
  margin: 15px 0px 15px 0px;
  font-weight: bold;
}
.meistgelesenp {
	grid-area: meistgelesenp;
  text-align: left;
  font-size: 1rem;
  /*width: 100%;
  max-width: 960px;
  padding-top: 0px;*/
  grid-gap: 1.875rem;
  grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  color: black;
  margin-top: 0px;
  background-color: #f2f2f2;
  padding:0px 6px 0px 6px;
  display: none;
}
.header_meistgelesenp {
	grid-column: 1 / -1;
	width: 100%;
  max-width: 960px;
  /*border-bottom: 1px solid #e2e2e2;*/
  padding-bottom: 4px;
  margin: 15px 0px 15px 0px;
  font-weight: bold;
}
.meistgelesen {
	grid-area: meistgelesen;
  background-color: #ffffff;
  text-align: left;
  font-size: 1rem;
  /*width: 100%;
  max-width: 960px;
  padding-top: 0px;*/
  grid-gap: 1.875rem;
  grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  color: black;
  margin-top: 0px;
  background-color: #f2f2f2;
  padding:0px 6px 0px 6px;
  
}
.header_meistgelesen {
	grid-column: 1 / -1;
	width: 100%;
  max-width: 960px;
  /* border-bottom: 1px solid #e2e2e2; */
  padding-bottom: 4px;
  margin: 15px 0px 15px 0px;
  font-weight: bold;
}
.linkespalte {
  grid-area: linkespalte;
  width: 100%;
  max-width: 630px;
  background-color: #ffffff;
  /* padding: 1.25rem; */
  

}
.rechtespalte {
  grid-area: rechtespalte;
  width: 100%;
  max-width: 300px;
  background-color: #ffffff;
  /*border-left: 1px solid #f2f2f2;*/
}
.footer {
  grid-area: footer;
  background-color: #ffffff;
  border-top: 0.0625rem solid #f2f2f2;
  padding: 9px 10px 10px 10px;
  text-align: left;
  font-size: 0.75rem;
  margin-bottom: 0px;
}
/*.navfooter {
    display: flex;
    justify-content: space-between;
}
.footernavi ul {
    width: 100%;
    max-width: 60rem;
    background-color: #ffffff;
    border-top: 0.0625rem solid #cccccc;
    display: flex;
    padding-left:0;
	  justify-content: space-between;
}
.footernavi ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: left;
    font-size: .65rem;
    flex-direction: column;
}
.footernavi ul a {
	color: #333333;
}*/
.navfooter {
    width: 100%;
    max-width: 60rem;
    background-color: #ffffff;
    border-top: 0.0625rem solid #f2f2f2;
    display: flex;
    justify-content: left;
    margin-top: 15px;
}
.navfooter ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    color: #999999;
}
.navfooter ul li {
    margin: .5rem;
    font-family: verdana, arial;
    font-size: .75rem;
}
.navfooter ul li a:link {
    color: #999999 !important;
    font-weight: normal;
}
.navfooter ul li a {
    color: #999999;
    border-right: 0px solid #564c66;
    text-decoration: none;
}
/*main {
	display: grid;
	grid-gap: 1.25rem;
		grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
	grid-template-columns: 300px 300px 300px;
	color: #000000;
} */
.card-topnews {
	display: flex;
	width: 100%;
	max-width: 960px;
	/*border-bottom: 1px solid #e0e0e0;*/
	column-gap: 30px;
	row-gap: 30px;
	flex-wrap: wrap;
}
.card {
	display: flex;
	width: 100%;
	max-width: 960px;
	/*border-bottom: 1px solid #e0e0e0;*/
	column-gap: 24px;
	row-gap: 24px;
	flex-wrap: wrap;
}
.text-links {
  width: 100%;
  max-width: 300px;
  background-color: #ffffff;
  color: #000000;
  overflow-x: hidden;
}
.bild-rechts {
	width: 100%;
	max-width: 630px;
	background-color: #ffffff;
	
}
#HeftArchiv main, #HeftAbo main {
    display: grid;
    padding: 1rem;
    grid-gap: 1.875rem;
    grid-template-columns: auto;
    grid-template-rows: auto;
    color: black;
    grid-template-areas: 'abocontent1'
		'abocontent2';
}
main {
	display: grid;
	grid-gap: 1.875rem;
	grid-template-columns: 1fr 1fr;
	/* grid-template-columns: repeat(auto-fill, minmax(630px, 1fr)); */
	color: black;
}
main > section
{
	background: #ffffff;
}
/*.artikel, .anzeigeca, section.teaser, .artikel300 {
    border-radius: 6px;
    box-shadow: 0px 1.6px 3.6px rgba(0,0,0,0.13), 0px 0px 2.9px rgba(0,0,0,0.11); 
}*/
section {
	/* border-bottom: 1px solid #e0e0e0;*/
	margin-bottom: 25px;
}
section.anzeige {
	margin-bottom: 0px;
	grid-column: 1/-1;
}
section.artikel300 {
	width: 100%;
  max-width: 300px;
}
section.artikel300mg, section.artikelmg {
	width: 100%;
  max-width: 300px;
  background-color: #ffffff;
}
.teasertext, .teasertext a, .teasertextadv {
    font-family: verdana, arial;
    font-size: .85rem;
    color: #000000;
    font-weight: normal;
    /*padding: 0rem .625rem .625rem .625rem;*/
}
section.teaser {
    display: grid;
    grid-template-columns: auto;
    grid-column: 1/-1;
    margin-bottom: 2rem;
}
.topnewsneuteaserpic {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 39.38rem;
    height: 29.25rem;
    object-fit: cover;
}
.topnewsneuteaserpic340 {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 39.38rem;
    height: 340px;
    object-fit: cover;
}
#cover {
	width: 220px;
 	border: 1px solid grey;
	border-radius: 5px;
	box-shadow: 10px 10px 10px white inset, 10px 10px 10px grey;
}
.bu { 
clear : both; 
margin : 0; 
font-size : 11px; 
line-height : 16px; 
font-style:italic;
margin: 0px 0px 3px 0px;
} 
.bildlinksdetail {
    float: left;
    display: inline;
    margin-right: 1em;
    margin-bottom: 0.15em;
    margin-top: 4px;
    line-height: 1.1;
    padding-bottom: 0.5rem;
    /*border: 1px solid #f2f2f2;*/
}
p.headline {
	width:466px;
	font-family: "trebuchet ms";
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	background-color: #fff8df;
	margin-top: 16px;
	margin-bottom: 12px;
	padding: 4px 0px 4px 0px;
	border: 1px #fbd000 solid;
}
p.headlinej {
	border-right: #fbd000 8px solid; 
	border-top: #fbd000 1px solid; 
	margin-top: 16px; 
	font-weight: normal; 
	font-size: large; 
	margin-bottom: 12px; 
	padding-bottom: 2px; 
	border-left: #fbd000 8px solid; 
	padding-top: 2px; 
	border-bottom: #fbd000 1px solid; 
	font-family: "trebuchet ms"; 
	background-color: #fff8df; 
	text-align: left;
}

p {padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 9px; 
	margin: 0px;
}
.spitzmarkedatum {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0rem .625rem 0rem 0rem;
}
.ewdatum {
	display: none;
    font-size: 0.6rem;
    color: #999999;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.pdatum {
	color: #999999;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-size: 1rem;
	color: #000000;
	line-height: 1.4;
	font-family: verdana, arial, helvetica;
	margin-top: 0;
	padding: 0rem .0rem 0rem .0rem;
}
.teaserh1 {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0rem 0rem 1rem 0rem;
}

.teaserh1 a:link {
    color: #000000;
    font-size: 1rem;
    text-decoration: none;
    font-weight: bold;
/*	 	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; */   
}
.artikeltitel {
    font-size: 1.5rem;
    font-family: verdana, arial;
    margin: 0rem 0rem 1rem 0rem;
    line-height: 1.4;
}
article_detail {
    /*padding: 1rem 2rem 1em 2rem;*/
}
h2 {
	font-size: 0.85rem;
	line-height: 1.4;
}
h3, h4, h5, h6 {
	font-size: 0.7rem;
	line-height: 1.4;
}
.w100,
  .w100 img {
    width: 100px;
 }
.w150,
  .w150 img {
    width: 150px;
  }
  .w200,
  .w200 img {
    width: 200px;
  }
  .w220 {
  	width: 220px;
  }
  .w250,
  .w250 img {
    width: 250px;
  }
.w300,
.w300 img {
	width: 300px;
}
  .w468,
  .w468 img {
    width: 300px;
    /* width: 630px; */
}

.artikelbilder { float:left; width:150px; margin-right:1em; margin-bottom:0.15em; margin-top:4px; }

.artikelbilder200 { float:left; width:200px; margin-right:1em; margin-bottom:0.15em; margin-top:4px; }

.bildlinks { float:left; display:inline; margin-right:1em; margin-bottom:0.15em; margin-top:4px; }
.bildrechts { float:right; display:inline; margin-left:1em; margin-bottom:0.15em; margin-top:4px; }

.bildlinks468 {
 /*   float: left; */
    display: inline;
    margin-bottom: 8px;
}
.ein_spaltig {
grid-column: 1 / -1;
}
.teaser_vg {
	float: left;
	margin-right: 20px;
}
.bildlinkstab {
	 width: 90px;
	 margin: 4px 1px 0px 0px;
	 border-width: 0px;
}
.hr_teaser {
border: none;
border-bottom: 1px solid #e6ecf0; 
height: 1px;
width: 100%;
clear:both;
padding: 8px 0px;
display: none;
}
hr {
border: none;
border-bottom: 1px solid #e6ecf0; 
height: 1px;
width: 100%;
}

a:link {
	text-decoration: none;
	color: #ed174c;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #ed174c;
}
a:visited {
	text-decoration: none;
	color: #ed174c;
}
a:hover {
	text-decoration: underline;
	color: #ed174c;
}
a.copy {
    text-decoration: none;
    color: #000000;
}
.teasertext a, .teasertext-aufmacher a {
	text-decoration: none;
	color: #ed174c;
	font-weight: bold;
}
h1.teasertitelbig {
    font-size: 1.6rem;
    color: #000000;
    line-height: 1.4;
    font-family: verdana, arial, helvetica;
    padding: 0rem .625rem 0rem .625rem;
    margin-top: 1px;
}
h1.teasertitel {
    font-size: 1rem;
    color: #000000;
    line-height: 1.4;
    font-family: verdana, arial, helvetica;
    padding: 0rem 0rem 0rem 0rem;
    margin-top: 1px;
}
h1.teasertitelbig a:link {
	text-decoration: none;
	color: #000000;
}
h1.teasertitelbig a:active {
	text-decoration: none;
	color: #000000;
}
h1.teasertitelbig a:visited {
	text-decoration: none;
	color: #000000;
}
h1.teasertitelbig a:hover {
	text-decoration: none;
	color: #999999;
}
h1.teasertitel a:link {
	text-decoration: none;
	color: #000000;
}
h1.teasertitel a:active {
	text-decoration: none;
	color: #000000;
}
h1.teasertitel a:visited {
	text-decoration: none;
	color: #000000;
}
h1.teasertitel a:hover {
	text-decoration: none;
	color: #999999;
}
artikelteaser {
	background-color: #ffffff;
}
.left:nth-child(1n) {
	background-color: #ffffff;
	
}
.right:nth-child(1n) {
	background-color: #ffffff;

}
.rs_html {
    font-size: 0.75rem;
    line-height: 1.4;
}
.img_ma {
    width: 100%;
    max-width: 150px;
    border: 1px solid #ffffff;
    margin-left: 15px;
}
.teaserbild {
    width: 100%;
    /* height: 162px;
    object-fit: cover; */
    margin-bottom: 1rem;
}
.teaserbild162 {
    /*width: 100%;
    object-fit: cover;*/
    height: 162px;
    margin-bottom: 1rem;
    border: 1px solid #f2f2f2;
}
.aktuelleausgabe {
    font-family: arial, verdana, helvetica;
    margin: 4px 15px 0px 0px;
    float: left;
}
div#kopfnav {
 	list-style-type:none;
 	display: flex;
 	justify-content: right;
 	 position: absolute;
 	 width: 100%;
   max-width: 960px;
   padding: 0;
   list-style-type: none;
   z-index: 999;
 	}
div#kopfnav ul {
   display: flex;
   list-style-type: none;
   margin-top: 0px;
   margin-bottom: 8px;
   padding: 0;
   justify-content: right;
}
div#kopfnav ul li {
   margin: .5rem;;
   font-size: .70rem;
   text-align: right;
}
div#kopfnav ul li a {
   color: #ffffff;
   border-right: 0px solid #564c66;
   text-decoration: none;
}
div#kopfnav ul li a:visited { 
color:#ffffff; 
}
div#kopfnav ul li a:link { 
color: #ffffff !important;
font-weight: normal;
}

div#kopfnav a:hover { 
color : #ffffff; 
} 
div#kopfnav ul li a:active { 
font-weight: bold;
} 
div#kopfnav ul li a:hover { 
color: #ffffff !important; 
font-weight: bold;
} 
/*##########*/
/*#kopfnav {
  padding: 0;
    text-align:right;
    list-style-type:none;
    position:absolute;
    top: 3px;
    right: 10px;
} 
#kopfnav ul {
    display: flex;
    list-style-type: none;
    margin: 0 0 0 .3rem;
    padding: 0;
    width: 100%;
}

#kopfnav li {
    display:inline;
    padding: 0;
    margin: 0;
  } 

#kopfnav li a {
    padding: 0 3px;
    color:#ffffff;
    font-size: 0.7rem;
  }*/

/* #kopfnav li:first-child:before {
    content:"|";
    color:#ffffff;
  }
*/
/*#kopfnav li:after {
    content:"|";
    color:#ffffff;
}
#kopfnav li:last-child:after {
    content:" ";
    color:#ffffff;
}*/
.suchenimheader {
	position: absolute;
  top: 80px;
  right: 0px;
  /*margin-bottom: 15px;*/
}
input.eingabe-f {
    width: 85%;
    border: 1px solid #ed174c;
    height: 21px;
}
button.Button.Button-accent {
  background: #ed174c;
  padding: 1px;
  height: 21px;
  width: 21px;
  border-top: 1px solid #ed174c;
  border-right: 1px solid #ed174c;
  border-bottom: 1px solid #ed174c;
  border-left: 0px solid #ed174c;

}
#navi {
    background-color: #ffffff;
    border-bottom: 2px #ed174c solid;
    text-align: left;
    font-size: 0.86rem;
    width: 100%;
    padding-top: 0px;
}

nav#hauptnavi {
 	list-style-type:none;
 	display: flex;
 	}
nav#hauptnavi ul {
   display: flex;
   justify-content: space-around;
   list-style-type: none;
   margin: 0 0 0 0;
   padding: 0;
   width: 100%;
}

nav#hauptnavi ul li {
   margin: 0.3rem;
}
nav#hauptnavi ul li a {
   color: #000000;
   border-right: 0px solid #564c66;
   text-decoration: none;
}

nav#hauptnavi ul li a:visited { 
color:#000000; 
}
nav#hauptnavi ul li a:link { 
color: #000000 !important;
font-weight: normal;
}
nav#hauptnavi ul li.active a {
    font-weight: bold;
}
nav#hauptnavi a:hover { 
background-color: #ffffff; 
color : #ffffff; 
} 
/*nav#hauptnavi ul li active,tv { 
background-color: #ffffff; 
font-weight: bold;
} */
nav#hauptnavi ul li a:hover { 
/*background-color: #ffffff; 
color: #000000 !important; 
font-weight: normal;*/
padding-bottom: 4px; 
background-color: #ed174c; 
color: #ffffff !important ; 
padding-top : 6px;
} 
.flex-container {
	display: flex;
	margin: 25px 0 20px 0;
	clear: both;
}
.flex-item {
	flex: auto;
	border: 0px solid;
	background: #f3f3f4;
}

p.flex-item {
	font-weight: normal;
	margin: 0;
	padding:5px;
}
p.flex-item input {
	background: #f3f3f4;
	border:0;
}
.flex-item:nth-of-type(1) {
	background: #f3f3f4;
	font-family: verdana, arial, helvetica;
  font-size: 1rem;
	
}
.flex-item:nth-of-type(2) {
	background: #b09046;
	text-align: center;
	font-family: verdana, arial, helvetica;
	font-size: 1rem;
	font-weight: 600;
	color: #ffffff;
} 

.flex-item-autor {
	flex: auto;
	border: 0px solid;
	background: #ffffff;
}

p.flex-item-autor {
	font-weight: normal;
	margin: 0;
	padding:0px;
}
.flex-item-autor:nth-of-type(1) {
	background: #ffffff;
	font-family: verdana, arial, helvetica;
  font-size: .85rem;
  color: #000000;
	
}
:nth-of-type(2).flex-item-autor {
    background: #ffffff;
    text-align: right;
    font-family: verdana, arial, helvetica;
    font-size: .85rem;
    color: #000000;
}
.datum {
	margin-left: 1.25rem;
	font-size: 0.75rem;
	text-align: left;
	padding: 0;
} 
.containerheader {
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
}

.flex-container-header {
    display: flex;
    justify-content: space-between;
    margin-top:15px;
}
.teaserspitz {
	width: 100%;
	grid-column:1/-1;
}
.spitzmarke {
	  /*font-size: 0.7rem;
    margin: 0rem 0rem 0rem 0rem;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;*/
    font-size: 0.7rem;
    margin: 0rem 0rem 0rem 0rem;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    color: #ed174c;
    text-transform: uppercase;
    padding: 0;
}
.pic-aufmacher {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 39.38rem;
    border: 1px solid #f2f2f2;
    /*height: 29.25rem;
    object-fit: cover; */
}
.spitzmarketeaser-aufmacher {
    font-size: 1rem;
    margin: 0rem 0rem 0rem 0rem;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    color: #ed174c;
    text-transform: uppercase;
    /* padding: 0rem .625rem 0rem .625rem; */
}
h1.teasertitel-aufmacher, h1.teasertitel-aufmacher a {
    font-size: 1.4rem;
    color: #000000;
    line-height: 1.4;
    font-family: verdana, arial, helvetica;
    padding: 0rem .625rem .625rem 0rem;
    margin: 1px 0 3px 0;
}
h1.teasertitel-aufmacher a:hover {
	text-decoration: none;
	color: #999999;
}
.teasertext-aufmacher {
    font-family: verdana, arial;
    font-size: 1rem;
    color: #000000;
    font-weight: normal;
    /*padding: 0rem .625rem .625rem .625rem;*/
}
.artikel-gross {
	display: flex;
}
.spitzmarketeaser {
	  font-size: 0.7rem;
    margin: 0rem 0rem 0rem 0rem;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    color: #ed174c;
    text-transform: uppercase;
    padding: 0rem 0rem 0rem 0rem;
}
.jobsueberschrift {
    margin-top: 0px;
    font-family: Georgia,"Times New Roman",Times,serif;
    line-height: 1.4;
    font-size: 1.25rem;
    color: #696969;
}
.ausgabetitel {
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 4px #000000 solid;
    font-size: 0.8em;
    font-weight: normal;
    font-family: "Source Sans Pro",sans-serif;
}
.jobsueberschriftrs {
    margin-top: 0px;
    line-height: 1.4;
    color: #696969;
    font-size: 1.125rem;
    font-family: "Source Sans Pro",sans-serif;
    margin-top: 2rem;
}
.jobscontainer {
  display: flex;
  gap: 1.25rem;
  background-color: #ffffff; 
  padding: 0 0 0 20px; 
}
.jobscontainer > div {
  background-color: #ffffff;
  font-size: 1.125rem;
}
.jobsleft {
	margin-top: 1rem;
	width:100%;
	max-width:630px;
}
.jobsright {
	padding-top: 1rem;
	line-height: 1.5;
	width:100%;
	max-width:300px;
}
mainabo {
    /* display: grid; */
    grid-gap: 1.875rem;
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
    color: black;
}
#HeftAbo .containerheaderabo {
    width: 100%;
    max-width: 60rem;
    margin: 2rem auto;
    grid-area: abocontent1;
}
.flex-item-abo {
    /* max-width: 200px; */
    width: 100%;
    max-width: 300px;
    border: 1px #000000 solid;
    padding: 1.25rem;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.containerheaderabo {
    width: 100%;
    max-width: 60rem;
    margin: 2rem auto;
    grid-area: content1;
}
#HeftAbo .containerheaderabo {
    width: 100%;
    max-width: 60rem;
    margin: 2rem auto;
    grid-area: abocontent1;
}
#HeftAbo .flex-container-abo {
    background-color: #ffffff;
    min-height: 50vh;
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 60rem;
    margin: 0 auto;
    grid-area: abocontent2;
}

.einzelhefte {
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 8px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 0 30px 8px;
    grid-column: 1 / -1;
}
.heftarchiv {
		display: flex;
		flex-direction: column;
    width: 90%;
    max-width: 150px;
    border: 1px #cccccc solid;
    border-radius: 10px;
    padding: .5rem;
    
}
.heftausgabe {
    /*border-bottom: 2px #000000 solid;*/
    /* margin-bottom: .5rem; */
    display: inline-block;
    font-size: .85rem;
    /*padding-bottom: 2px;*/
    margin-bottom: 8px;
}
.u_zeile {
	font-size: .85rem;
	font-weight: normal;
}
.heftausgabepic {
    width: 100%;
    
}
.heftausgabeinhalt {
    text-align: center;
    font-weight: bold;
    font-family: verdana, arial, helvetica;
    font-size: .85rem;
    margin-bottom: .5rem;
}
.heftausgabeinhalt a {
	color:#000000;
}
.abo_teaser {
	grid-column: 1 / -1;
}
h1.rubrichead_abos {
	grid-column: 1 / -1;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 50px;
}
.heftabos {
	grid-column: 1 / -1;
	margin: 1px 0 40px 0;
	display: flex;
  justify-content: space-around;
}
.a_rahmen {
	border: 1px #ed174c solid;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 340px;
}
.heftausgabebestellen {
    background-color: #ed174c;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    padding: .5rem;
    font-weight: bold;
    font-family: verdana, arial, helvetica;
    font-size: .75rem;
}
.abo_header {
    border-bottom: 2px #ed174c solid;
    margin-bottom: .5rem;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
}
.bestell {
    text-align: center;
    font-weight: bold;
    font-family: verdana;
    font-size: .85rem;
    margin-bottom: .5rem;
}
.heftausgabebestellen a {
	color:#ffffff;
}
/*.heftausgabebestellen {
    background-color: #b09046;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    padding: .5rem;
    font-weight: bold;
    font-family: verdana, arial, helvetica;
    font-size: .75rem;
}*/
startseite .views-row {
    margin: 16px;
    width: 250px;
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 10px;
}

/* @media (max-width: 400px) {
	.heftarchiv {
		flex-wrap: wrap;
}
	
} */
.verlagstitel {
    padding: 0 0 15px 0;
    width: 100%;
    max-width: 848px;
    margin: 0 auto;
    background-color: #ffffff;
}
.vtitelueberschrift {
    margin: 0px 0px 0px 0px;
    text-align: left;
    border-top: 1px #f2f2f2 solid;
    color: #666666;
    padding: 8px;
}
.mehrspaltig {
    -webkit-column-width: 20em;
    -moz-column-width: 20em;
    column-width: 20em;
    -webkit-column-gap: .5em;
    -moz-column-gap: .5em;
    column-gap: .5em;
    margin-bottom: 2rem;
    text-align: left;
}
div.mehrspaltig ul {
	margin-top: 0;
}
.mehrspaltig ul li a {
    color: #333333;
    font-weight: normal;
    font-size: .80em;
}
#hauptnavi ul li ul {
  display:block;
	background: #ffffff;
	position: absolute;
	left: -999em;
	width: 130px;
	z-index:999;
}

#hauptnavi ul li:hover ul {
	left: auto;
}

#hauptnavi ul li ul li a,
#hauptnavi ul li.active ul li a,
#hauptnavi ul li ul li.active a  {
    font-weight: normal;
}

fieldset.messagecpg {
    border: 0;
}
fieldset.event {
    margin-bottom: 2px0;
}
fieldset.ap {
    margin-top: 20px;
}
.ueberuns #mod_form label {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    /* margin-top: 10px; */
}

.ueberuns #mod_form input, 
.ueberuns #mod_form select {
    width: 75%;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    /* margin-top: 10px; */
}
.ueberuns #mod_form select.frmausgabeak {
    width: 23%;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    margin-top: 10px;
}
.ueberuns #mod_form .textfeldc input {
    width: auto;
}
	
.ueberuns #mod_form textarea {
    width: 95%;
}
.ueberuns #mod_form input[type="radio"],
.ueberuns #mod_form input[type="checkbox"] {
    width: auto;
}
.pager {
	font-size: .70rem;
	grid-column: 1 / -1;
}
.anzeige_ {
	display: grid;
	grid-template-columns: auto;
	grid-column:1/-1;
	justify-content: center;
}
/*.anzeigeca {
	width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}*/
.anzeigewort {
	padding: 0 10px 0 0;
}
/*.suchicon {
	display: none;
}*/
/* NEU */
.containerneu {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.containerflex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

headerneu {
    background: #000000;
    padding: .5em 0;
    text-align: center;
    margin-bottom: 3em;
}
/* NEU */
.aa-container {
	width: 100%;
  max-width: 300px;
	
}
.aa-header {
	background-color: #ed174c;
	width: 100%;
	height: 60px;
	position: relative;
}
.aa-pic-text {
	display: flex;
  gap: 12px;
  margin-top: -45px;
}
.aa-pic {
	z-index: 999;
	width: 100%;
  max-width: 148px;
}
.aa-text {
	z-index: 999;
  width: 100%;
  max-width: 128px;
  margin-left: 12px;
}
.thema-text {
	font-size: 12px;
	color: #999999;
	margin-top: 30px
}
.aa-footer {
	
}
.aktuelleausgabe {
	display: none;
}
.maprint {
    grid-column: 1 / -1;
    margin: 10px 120px 150px 120px;
    display: flex;
    justify-content: space-around;
}
.ueberuns #mod_form_maprint label {
    display: inline-block;
    width: 80%;
    margin-top: 10px;
    vertical-align: top;
}
.ueberuns #mod_form_maprint input, .ueberuns #mod_form_maprint select {
    width: 75%;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    height: 40px;
    /* margin: 0px 0px 1px 0px; */
}
.mod_form_submitbutton_maprint {
    font-family: Verdana, Arial, Helvetica;
    font-size: .875rem;
    width: 200px;
    padding: 0px 0 0 0px;
    margin: 20px 0 0 0px;
    max-width: 75%;
    cursor: pointer;
}
.formularn {
	grid-column: 1 / -1;
}
.mod_form_submitbutton {
	font-family: Verdana, Arial, Helvetica;
	font-size: .875rem;
	width: 200px;
	padding: 0px 0 0 0px;
	margin: 0px 0 0 10px;
  max-width: 72%;
  cursor: pointer;
}
.ueberuns #mod_form input, .ueberuns #mod_form select {
    width: 75%;
    display: inline-block;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #999;
    /* margin: 0px 0px 1px 0px; */
}
.ueberuns #mod_form input #anzahl {
	width: 10%;
	display: inline-block;
	text-align: center;
}
input#anzahl {
	max-width: 10%;
}
.form-element label {
    font-size: 0.875rem;
    font-weight: normal;
    vertical-align: middle;
    display: block;
    color: #000000;
    padding-bottom: 4px;
}
.form-element input, .form-element select {
	  width: 70%;
    background-color: #ffffff;
    border-radius: 5px;
    border-width: 1px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 0.875rem;
    line-height: 1.26;
    color: #000000;
    margin-bottom:12px;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-style: solid;
    border-color: #999999;
}
.form-element textarea {
	width: 70%;
    background-color: #ffffff;
    border-radius: 5px;
    border-width: 1px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 0.875rem;
    line-height: 1.26;
    color: #000000;
    margin-bottom:12px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-style: solid;
    border-color: #999999;
}
.form-element input[type="checkbox" i] {
		display: inline-flex;
    margin-bottom: 12px;
    width: 20px;
}
.form-element a {
	display: inline-block;
	margin-bottom: 12px;
}
.form-element p {
	margin-bottom: 0;
}
.maplus {
  background-color: #000000;
  color: #ffffff;
  font-size: .8rem;
  font-weight: bold;
  text-transform: lowercase;
  padding: 5px;
  width: 100%;
  max-width: 40px;
/* margin-bottom: 12px; */
}	
ul.sozmed {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}
.sozmed li {
    float: left;
    margin: 0;
    padding: 0 0 10px 0;
}
.button-paywall {
	max-width: 300px;
  width: 100%;
  line-height: 50px;
  margin-bottom: 12px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	
}
.weiterlesen {
	margin-bottom: 15px;
	font-size: 1rem;
  font-weight: bold;
  border-top: 2px solid #000000;
	padding-top: 8px;
	width: 10%;
}
.registrieren {
	margin-bottom: 15px;
	font-weight: normal;
}
.weiter {
	font-weight: bold;
}
.abopic {
    width: 100%;
    text-align: center;
}
a.heftausgabebestellen-abo {
	color: #000000;
}
h3.heftausgabe {
    margin-top: 0;
}
.heftausgabe {
    border-bottom: 2px #000000 solid;
    margin-bottom: .5rem;
    display: inline-block;
}
.bg-abo {
    background-color: #000000;
    color: #ffffff;
}
.pa-abo {
    margin: 0;
    font-size: 1rem;
    color: #ffffff;
}
.grid-abo {
		margin-top: 1px;
    width: 100%;
    max-width: 960px;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-item-abo {
    /* background: #B823C1; */
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    border: 1px #000000 solid;
    padding: .7rem;
    /* margin-bottom: 20px; */
}
.form-element input, .form-element select {
    width: 70%;
    background-color: #ffffff;
    border-radius: 5px;
    border-width: 1px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 0.875rem;
    line-height: 1.26;
    color: #000000;
    margin-bottom: 12px;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-style: solid;
    border-color: #999999;
}
.rubrichead_nl {
    margin: 1px 0px 0px 0px;
    padding: 4px 0px;
    font-size: 1.5rem;
    grid-column: 1 / -1;
    color: #000000;
}
.rubrichead_nl h1 {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-top: 0;
}
.rubrichead_nl p {
	font-size: .85rem;
	line-height: 1.5;
}
.ueberuns {
    margin: 0rem 0 0 0;
    background-color: #ffffff;
    text-align: left;
    font-size: 0.85rem;
    line-height: 1.4;
}
h1.ueberunstitel {
    font-size: 1.5rem;
    border-bottom: 1px solid #ed174c;
    padding-bottom: 2px;
    margin-bottom: 30px;
    margin-top: 0;
}
.zweispaltig, .ueberuns {
    grid-column: 1 / -1;
}
.personenpic {
    text-align: center;
    background: rgb(250,250,250);
    background: radial-gradient(circle, rgba(250,250,250,1) 0%, rgba(230,230,230,1) 80%, rgba(210,210,210,1) 100%);
    max-height: 150px;
    line-height: 1;
}
.personenpicsize {
  width: 100%;
  max-width: 300px;
}

.redaktionsleitung {
    /* display: flex; */
    grid-column: 1 / -1;
}
.redaktionsleitung {
    background-color: #ffffff;
    text-align: left;
    font-size: 1em;
}
.redaktionsleitung {
    /* text-transform: uppercase; */
    display: inline-block;
    border-bottom: 1px #ed174c solid;
    font-weight: normal;
    margin: 0rem 0rem 0rem 0rem;
    text-align: center;
    padding-bottom: 3px;
    width: 100%;
}
.artikeltext {
	grid-column: 1 / -1;
}
.personen_intern a:link {
    color: #000000;
    font-weight: normal;
}
.impressum {
	grid-column: 1 / -1;
}
.impressum h1 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 0;
}
.interessantbox h4 {
	grid-column: 1 / -1;
	margin-bottom: 0;
}
.interessantbox {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 630px;
    justify-content: space-between;
    gap: 30px;
}
.interessantboxx {
		box-shadow: 0px 0.03rem 0.09rem rgba(0,0,0,0.18), 0px 0.16rem 0.36rem rgba(0,0,0,0.22);
}
img.interessantimg {
    width: 300px;
    height: 162px;
    display: flex;
    object-fit: cover;
    
}
.interessanttext {
    width: 270px;
    font-size: 0.7rem;
    margin: 15px;
}
div.interessanttext a {
	color: #000000;
}
ul.interessant {
	font-size: 0.7rem;
	
}
ul.interessant li {
	margin-bottom:0.5rem;;
	
}
.spot {
	width: 16px;
}
.balken_rechte_spalte {
    font-size: 1rem;
    color: #ed174c;
    font-weight: bold;
    background-color: #fff;
    text-align: center;
    padding: 6px 0px 0px 0px;
    border-bottom: 1px solid #ed174c;
    margin-bottom: 1rem;
}
.nb_news2021 ul li a{
	font-weight: normal;
}
table.colored tr.colordark,
table.ruler tr.colordark,
.darker { background: #e8ebf0; border-top: 0px; }  

table.colored tbody td,
table.ruler tbody td { padding: 0.3em; }

.leftrow { width: 25%; }
.rightrow { width: 75%; }
.inputwidth { width: 300px; }
table.ruler { border-collapse: collapse; border: 1px solid #357; margin-bottom: 3em; } 
table.ruler td { border-left: 1px solid #357; border-right: 1px solid #357; } 
table.ruler th { border-left: 1px solid #357; border-right: 1px solid #357; } 
table.ruler tr { border-top: 1px solid #357;}
table tbody tr.selected,
table.ruler tr.ruled { background: #c9d3de; border-top: 0px; } 

table.colored { border-collapse: collapse; border: 0px solid #357; margin-bottom: 3em; font-size: 10px; line-height: 150%; font-family: verdana, sans-serif;width:100%;} 
table.colored tr { border-top: 0px solid #357;}

nav#hauptnavi ul:nth-of-type(2) {
    display: none;
}
.mobilsuche {
	display: none;
	font-size: 20px;
}
#medienmarke_logo,
.mmarkemenu {
  display:none;
}
.link { padding-left: 5px; }
.news-heftarchiv-list-container {
    display: flex;
    flex-wrap: wrap;
    grid-column: 1/-1;
    gap: 12px;
    justify-content: space-between;
    margin-top: -10px;
}
p.inhaltbestellung {
    width: 140px;
    font-size:12px;
}
i.fa.fa-search {
    cursor: pointer;
}
.superbannerzwei {
	grid-column: 1/-1;
}
.anzeigep {                
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
  display: block;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.spitzmarketeaseranzeige {        
	font-size: 9px;                  
	/* border-bottom: 1px solid #cccccc; */
  margin: 1px 0px 12px 0px;
  text-transform: uppercase;
}
}     
.gruppe-termine {
  grid-column: 1/-1;
  font-size: 13px;
  line-height: 1.5;
  font-family: Verdana, Arial;
}
.gruppen-titel {
    padding: 2px 0px 2px 0px;
    margin: 0 0 10px 0;
    color: #fff;
}
.event-link {
	  border-bottom: 1px solid #cccccc;
	  margin-bottom: 12px;
}
.logo-termine {
	text-align: end;
}
.logo-pic-termine {
	max-width:630px;
	margin-bottom: -60px;
	border-width:0px;
	/* height: 100px; */
}
.ausein {
	display: none;
}
/* .einaus {
	display: inline;
} */
.termin-eintrag {
	display: flex;
	justify-content: space-between;
	grid-column: 1/-1;
}
div.rubrichead_nl button {
	padding: 4px 10px;
}
.main-termine {
    display: grid;
    grid-gap: 1.875rem;
    grid-template-columns: 1fr;
    /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
    color: black;
}
img#articleimage {
    border: 1px solid #cccccc; 
}
.download-print {
    display: grid;
    grid-gap: 1.875rem;
    /*grid-template-columns: 1fr 1fr; */
    grid-template-columns: repeat(auto-fill, minmax(630px, 1fr));
    color: black;
}
div.download-print h1 {
    font-size: 1.3rem;
    grid-column: 1/-1;
}
.download-pdfs {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.message {
	border: 1px solid #cccccc;
	margin-top: 20px;
}
input#anzahl {
    text-align: center;
}
input.email-mini {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border-width: 1px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 0.875rem;
    line-height: 1.26;
    color: #000000;
    padding: .5rem .5rem .5rem .5rem;
    border-style: solid;
    border-color: #999999;
}
div#mini {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.advertorial {
    text-align: right;
    font-size: 10px;
    margin-bottom: 3px;
}




@media (max-width: 600px) {
  .grid-container  {
    grid-template-areas: 
      'header header header'
      'menu menu menu'
      'pfv pfv pfv'
      'aufmacherseite aufmacherseite aufmacherseite'
      'meistgelesenp meistgelesenp meistgelesenp'
      'meistgelesen meistgelesen meistgelesen'
      'linkespalte linkespalte linkespalte'
      'rechtespalte rechtespalte rechtespalte'
      'footer footer footer';
      grid-gap: 0px;
}

.header, .menu, .pfv, .aufmacherseite, .linkespalte, .rechtespalte, .footer {
	width:100%;
	
}
.abstand30 {
	padding: 0;
}
div.header img {
		width:60%;
}
nav#hauptnavi ul:nth-of-type(2) {
    display: inline-block;
}
nav#hauptnavi ul:nth-of-type(2) {
    display: none;
}
main {
	width: 100%;
	grid-template-columns: 1fr;
}
.pic-aufmacher {
    width: 100%;
    /*max-width: 300px;*/
    object-fit: cover;
    margin-bottom: 1rem;
}
.card {
	flex-direction: column;
}
.card {
    /* border-radius: 6px;
    box-shadow: 0px 1.6px 3.6px rgba(0,0,0,0.13), 0px 0px 2.9px rgba(0,0,0,0.11);*/
}
section.artikel300 {
	border-radius: unset;
    box-shadow: unset;
    border-bottom: 1px solid #cccccc;
    padding-bottom:15px;
	margin-bottom: 15px;
}
/*div#pic-a   {order: 1;}
div#text-a  {order: 2;}*/
nav#hauptnavi {
	flex-direction: column;
}
.menu {
  border-bottom: 0px #ffffff solid;
}
.linkespalte {
  grid-area: linkespalte;
  width: 100%;
  max-width: 100%; 
  background-color: #ffffff;
  padding: 1.25rem;
  

}
.rechtespalte {
  grid-area: rechtespalte;
  width: 100%;
  /*max-width: 100%;*/
  background-color: #ffffff;
  padding: 1.25rem 1.25rem 1.25rem 1.188rem;
  border-left: 0 solid #f2f2f2;
  display: none;
}
img, articleimage, picimnl, .ma-logo, .pic-aufmacher, .text-links, .teaserbild162, .detailbild { 
	width: 100%;
	/*max-width:300px;*/
	height: auto;	
}
p img {
	width: 100%;
	height: auto;	
}
.teaserbild {
    width: 100%;
    height: auto;
}
/*div.header img {
		width:60%;
}*/
#hauptnavi {
   top: 50px;
   width:100%;
}
div#navi {
    grid-area: navi;
    background-color: #ffffff;
    border-top: 0px #b09046 solid;
    border-bottom:0;
    text-align: left;
    font-size: 1.2em;
    width: 100%;
}

#navi > input, #navi label {
    display: inline;
}
#navi label img {
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    top: 2.2rem;
    right: .6rem;
    cursor: pointer;
}
#navi .suchicon {
	  position: absolute;
    top: .2rem;
    right: 4.4rem;
    display: block;
}
#navi input[type=checkbox]:checked ~ ul {
    display: block;
   /* margin-top: 40px; */
}
nav#hauptnavi ul li a {
    border: 1px solid #f2f2f2;
    padding: 0.2em;
    margin: 0.1em;
    background-color: #f2f2f2;
    border-radius: 5px;
    text-decoration: none;
    color: #000000;
    display: inline-flex;
    width: 99%;
}
nav#hauptnavi ul li a:visited { 
color:#000000; 
} 
nav#hauptnavi a:hover { 
background-color: #f2f2f2; 
color : #ffffff; 
} 
nav#hauptnavi ul li.active a { 
background-color: #f2f2f2; 
font-weight: bold;
} 
nav#hauptnavi ul li a:hover { 
background-color: #ffffff; 
color: #000000 !important ; 
font-weight: bold;
} 
nav#hauptnavi ul li a:link { 
color: #000000 !important;
font-weight: normal;
}
nav#hauptnavi ul, #kopfnav, .suchenimheader, .right {
    display: none;
}
#navi ul li a{
		width: 10%;
} 
.personenpicsize {
	/*width: 150px;*/
	width: 100%;
	max-width: 150px;
}
.jobscontainer {
	flex-wrap: wrap;
}
.heftarchiv {
	flex-wrap: wrap;
}
#markenverband {
	display: none;
}
article_detail {
    padding: 1rem 0rem 1em 0rem;
}
.card {
	flex-direction: column;
	flex-direction: column-reverse;
}
.bild-rechts {
	margin: 15px 10px 0 0;
}
#navi .suchicon,
div#kopfnav,
#skyscraperleft {
  display:none;
}
section.artikel300mg,
section.artikel300 {
  max-width: 100%;
}
.abstand30 {
	padding: 1px;
}
h4.spitzmarketeaser img, img.plusimg {
	width: 35px;
}
.spot {
	width: 15px;
}
.meistgelesen {
	display: none;
}
.heftabos {
	flex-direction: column;
	gap: 30px;
}

/*input.eingabe-f {
    display: none;
}
button.Button.Button-accent {
    background: #ed174c;
    padding: 1px;
    height: 21px;
    width: 21px;
    top: 1.8rem;
}*/
.logo-termine {
	text-align: center;
}
img.logo-pic-termine, .logo-pic-termine {
    width: 35%;
    margin-bottom: 2px;
    border-width: 0px;
    /* height: 90px; */
}
img.logo-pic-termine {
    /* max-width: 200px;
    margin-bottom: 2px; 
    border-width: 0px;
    height: 90px;*/
}
.einaus {
	display: none;
}
.ausein {
	display: inline-block;
}
.maprint {
	width: 90%;
  margin: 10px 10px 10px 10px;
}
.ueberuns #mod_form_maprint input, .ueberuns #mod_form_maprint select {
    width: 100%;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    height: 40px;
    /* margin: 0px 0px 1px 0px; */
}
.mod_form_submitbutton_maprint {
    font-family: Verdana, Arial, Helvetica;
    font-size: .875rem;
    width: 200px;
    padding: 0px 0 0 0px;
    margin: 20px 0 0 0px;
    max-width: 100%;
    cursor: pointer;
}
img#articleimage {
   /* margin: 12px 0px 12px 0px; */

}
.w300 {
	width: 100%;
	height: auto;
}
.akw {
	display: none;
}
div.mobilsuche {
    display: inline-block;
    position: relative;
    right: 80px;
    top: -12px;
    color: #fff;
    text-align: right;
}
}