/* Basis-Fontgröße setzen */

html,
label,
input,
textarea,
button {
  font-size: 18px;
  /*
		font-size: calc(110% + 0.25vw);
		font-size: calc(18px + 12 * ((100vw - 500px) / 1500));
	*/

}
body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
  background-color: #e6ecf1;
  background-repeat: repeat-y;
  text-rendering: optimizeLegibility;
}
/* GRID ----------------------------------------------------------------------------------------------------------------*/

/* Grid-Layout*/

body {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 1fr 235px;
  grid-template-rows: 55px auto auto auto;
  /* header h1 content aside footer */
  grid-template-areas: "header header" "content nav1" "aside nav1" ". nav1" "footer footer";
}
header {
  grid-area: header;
  overflow: hidden;
}
/* Inhaltsbereich*/

#contentFlex {
  grid-area: content;
  background: #fff;
  width: 740px;
  max-width: 100vw;
  margin: 0;
  padding: 8px 8px 8px 1.5em;
  grid-auto-rows: minmax(min-content, max-content);
}
aside {
  grid-area: aside;
  width: 740px;
  max-width: 100vw;
  margin: 0;
  padding: 8px 0 8px 0;
  background-color: white;
}
#mainNav {
  grid-area: nav1;
}
footer {
  grid-area: footer;
}
.linkRelated {
  padding: 0 1em 1em 0;
  display: inline-block;
}
footer {
  grid-area: footer;
}
/*

header {
	border: solid 2px Black;
}

#mainNav {
	border: solid 2px blue;
}

#contentFlex {
	border: solid 2px green;
}

aside {
	border: solid 2px orange;
}

footer {
	border: solid 2px White;
}
*/

/* END GRID ----------------------------------------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #7a9dbd;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
p {
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: 'kern=1';
  -moz-font-feature-settings: 'kern' 1;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -moz-font-feature-settings: 'liga=1';
  -moz-font-feature-settings: 'liga' 1;
  -webkit-font-feature-settings: 'liga' 1;
  font-variant-ligatures: common-ligatures;
  font-kerning: normal;
}
h1 {
  margin-bottom: 6px;
  text-transform: uppercase;
}
h2 {
  margin-top: 0.75em;
  margin-bottom: 6px;
  border-top: 1px dotted #999;
  padding-top: 0.75em;
}
h3 {
  border-top: 1px dotted #999;
  padding-top: 0.75em;
}
h4 {
  border-top: 1px dotted #999;
  padding-bottom: 0.5em;
}
p {
  margin-top: 0.1em;
  margin-bottom: 0.5em;
  padding-top: 0.25em;
  line-height: 145%;
  word-spacing: 0;
  letter-spacing: 0;
}
p:first-letter {
  font-size: 150%;
  margin-bottom: 0.5em;
  letter-spacing: 1px;
  text-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2);
  color: black;
}
p + p:first-letter {
  font-size: 100%;
  margin-bottom: 0;
  letter-spacing: 0;
  text-shadow: none;
}
img {
  border: 0;
  padding: 0 8px 8px 0;
  max-width: 94%;
  max-width: calc(78%);
}
a {
  font-weight: normal;
  /* color: #03e; */
  text-decoration: none;
}
a:hover {
  color: #00f;
  text-decoration: underline;
  text-decoration-color: #048;
  text-decoration-style: double;
  text-decoration-skip: spaces;
  background-color: rgba(250, 250, 0, 0.55);
}
a:visited {
  color: #551a8b;
}
/* Tabellen-Tags */

table {
  border: solid thin Silver;
}
th,
td {
  vertical-align: top;
  text-align: left;
  padding: 2px 4px 2px 4px;
}
thead tr {
  background-color: #78a;
  color: #fff;
}
tfoot tr {
  border-top: dotted 0.1px Black;
  background-color: #cdf;
  font-weight: bold;
}
tr:hover {
  background: #c3cfdc;
}
/* Formular-Tags */

fieldset {
  margin: 1em 0 1em 0;
  border: dotted 1px #000;
  padding-right: 1em;
}
legend {
  background-color: #fc0;
  border: solid 1px #000;
}
label {
  display: block;
  float: left;
  text-align: right;
  width: 120px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
label:hover {
  background-color: #fc0;
}
textarea {
  overflow: auto;
  /* remove scrollbar in IE */

}
input,
textarea {
  padding: 4px 8px;
}
input:focus,
textarea:focus {
  background-color: #eee;
}
/* Sonstige Tags*/

ul {
  margin-top: 0.5em;
}
li {
  margin-bottom: 0.5em;
}
ol {
  counter-reset: section;
  list-style-type: none;
}
ol li {
  counter-increment: section;
}
ol li:before {
  content: counters(section, ".") ". ";
}
dt {
  padding-top: 1em;
  font-weight: bold;
}
dd {
  background-color: #eee;
  padding: 0.25em;
  padding-top: 0;
  margin: 0.5em 1em 0.5em 2em;
}
blockquote {
  font-family: calibri, tahoma, arial, sans-serif;
  background: #F5F5F5;
  color: #333;
  padding: 5px;
  margin-left: 2em;
  margin-right: 2em;
  font-size: 90%;
}
pre {
  padding: 5px;
  overflow: auto;
  width: 95%;
  max-height: 450px;
  margin: 0 auto;
  margin-bottom: 1em;
  line-height: 100%;
  border: silver 2px dotted;
  text-align: left;
}
code,
.code {
  font-size: 1em;
  color: #800;
  font-family: "Courier New", Courier, monospace;
  padding: 2px;
  max-height: 450px;
}
ins {
  text-decoration: none;
  color: #3c3;
}
/* ====================================================================== */

/* Klassen */

.right {
  text-align: right;
  padding-right: 1em;
}
.clear {
  clear: both;
}
.para {
  padding-top: 1em;
  padding-bottom: 0.25em;
}
.mini {
  font-size: 0.75em;
  padding-top: 0;
  padding-bottom: 0.25em;
}
.description {
  color: #333;
}
.blog {
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
}
.blogbody {
  color: #333;
  font-weight: normal;
  background: #fff;
  line-height: 130%;
}
.title {
  font-size: 130%;
  color: #7a9dbd;
}
.date {
  color: #000;
  font-weight: bold;
}
.posted {
  color: #000000;
  margin-bottom: 25px;
}
.mark {
  color: Navy;
}
.textMarker {
  color: Red;
  border-bottom: solid 4px yellow;
}
.keyword {
  color: Maroon;
}
.name {
  color: Red;
}
.text {
  color: Blue;
}
.author {
  font-size: 11px;
  float: right;
  padding-right: 1em;
}
/* div für zum nächsten / vorherigen Artikel */

#divNextPrev {
  clear: both;
  margin-left: 1em;
}
/* zum vorherigen Artikel */

.prevLink {
  float: left;
  padding: 0.5em;
  margin: 0 0 0.5em 0;
  background-color: rgba(255, 255, 255, 0.25);
}
.prevLink::before {
  content: '← ';
}
/* zum nächsten Artikel */

.nextLink {
  float: right;
  padding: 0.5em;
  margin: 0 0 0 0.5em;
  background-color: rgba(255, 255, 255, 0.25);
}
.nextLink::after {
  content: ' → ';
}
/* Klasse für das code-Tag */

.code {
  padding: 2px;
  overflow: auto;
  width: 95%;
  margin: 0 auto;
  border: silver 2px dotted;
}
.Number {
  text-align: right;
  font-family: Monospace, Georgia;
}
.deco {
  margin: 0;
  padding: 0;
}
/* für ul */

.menu {
  padding-bottom: 0.25em;
  margin-left: 0;
  padding-left: 1em;
}
.menu li {
  list-style: none;
}
.menu li a {
  padding-right: 0.5em;
}
.menu ul {
  margin-left: 8px;
  padding-left: 8px;
  list-style: none;
}
.menu li ul {
  margin-left: 20px;
  padding-left: 0;
  list-style: none;
}
/* Klasse für li-Tags */

.compactList li {
  list-style-type: disc;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.formField {
  margin-top: 0.25em;
  clear: both;
  margin-bottom: 1.75em;
}
.error {
  color: Red;
}
.formField .error {
  margin-bottom: 1em;
}
.warning {
  color: #fc0;
}
.success {
  color: #5a5;
}
.icon {
  width: 32px;
  vertical-align: middle;
  margin-left: 0;
  padding-left: 0;
}
.inputError {
  background-color: #ffe898;
}
.picLeft {
  margin-left: 0;
  padding-left: 0;
  margin-right: 0.75em;
  margin-top: 0.5em;
  float: left;
}
.picRight {
  margin-top: 1px;
  padding-left: 8px;
  float: right;
}
#blogOverview {
  display: flex;
  flex-wrap: wrap;
}
.topStory {
  min-width: 20em;
  padding: 0.25em 1em 0.5em 0.25em;
  margin-bottom: 2em;
  margin-right: 1em;
  border-bottom: dotted thin #000;
}
.topStory a {
  font-weight: bold;
  font-size: larger;
}
.oldStory {
  min-height: 7.5em;
  min-width: 20em;
  margin-bottom: 16px;
  margin-right: 16px;
  max-width: 320px;
  border-bottom: dotted 1px #000;
}
.topStory a,
.oldStory a {
  color: #7a9dbd;
}
.topStory img,
.oldStory img {
  width: 80px;
  max-width: 80px;
  max-height: 120px;
}
.newsDat {
  font-style: italic;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: smaller;
}
.infoTable {
  border-top: dotted 1px #000;
  border-bottom: dotted 1px #000;
  margin-bottom: 2em;
}
.even {
  background-color: #fff;
}
.odd {
  background-color: #eee;
}
.Kleingedrucktes {
  font-size: x-small;
}
.hide {
  display: none;
  visibility: hidden;
}
.emoticon {
  font-size: 200%;
}
.caps {
  text-transform: uppercase;
  word-spacing: 115%;
}
.justified {
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/* Kategorie weiterführender Links, wie "Test", "Entwicklung", "Web" */

.navCat {
  font-weight: lighter;
  text-shadow: 2px 2px 4px rgba(50, 50, 50, 0.2);
  font-style: italic;
}
/* Weiterführende Links */

/* div-Box für "verwandte Artikel" */

#navRelated {
  float: none;
  clear: both;
  width: auto;
  padding: 0 1em 1em 0;
  margin-left: 1em;
  margin-bottom: 1em;
}
#navRelated ul {
  list-style: none;
  margin: 0;
  padding: 2px 2em 0 1em;
}
#navRelated li {
  margin: 0 !important;
}
#navRelated li::before {
  content: '↣ ';
  font-size: 150%;
  color: #00A3EF;
}
/* Klassen für Tabellen */

tr.even {
  background-color: #eee;
}
tr.odd {
  background-color: #cde;
}
/* für tr als Klasse benoetigt */

.zwischensumme {
  background-color: #cde;
  color: Maroon;
  border-top: dashed 1px #555;
  font-weight: bold;
}
/* Klasse für p-Elemente */

.introduction:first-letter {
  font-size: 200%;
  font-weight: bold;
  float: left;
  width: 1em;
}
/* ====================================================================== */

/* spezielle IDs */

#divHeader {
  background-color: #c80024;
  height: 15px;
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #000;
}
#headerRow {
  height: 40px;
  background: url(/s/Blog/header.jpg);
  background-repeat: repeat-x;
}
/* der Link in der Kopfzeile aufs Home: "/" */

#rootLink {
  font-weight: bold;
  color: #fff;
}
#rootLink:hover {
  text-decoration: none;
}
/* "wissing.com"-Link */

#logo {
  margin: 0;
  padding: 0;
  float: left;
  background-color: Black;
  color: White;
  width: 235px;
  height: 16px;
}
/* kommt nur vor in WebtopMaster.master*/

#logoWebtop {
  margin: 0;
  padding: 0;
  border-right: 1px solid #000;
}
/* kommt nur vor in WebtopMaster.master*/

#logoSystems {
  margin: 0;
  padding: 0;
  border-right: 1px solid #000;
}
#breadCrump {
  margin: 0;
  padding: 0;
  background-color: #c80024;
  float: left;
  padding-left: 1em;
}
#breadCrump .last {
  background-image: none !important;
}
#breadCrump a {
  font-weight: bold;
  text-decoration: none;
  background-image: url(/s/media/points/pfeil_w.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 1.5em;
  color: #fff;
}
#breadCrump a:hover {
  color: Yellow;
}
/* GRID */

#wrapper {
  /*
	xdisplay: grid;
	xgrid-template-columns: auto: 235px;
		*/
  clear: both;
}
/* ? */

/*#container {
	position: absolute;
	background: #fff;
	margin-right: 20px;
	margin-left: 225px;
	margin-bottom: 20px;
}*/

/* ? */

/*#links {
	padding: 15px;
	border: 1px solid #fff;
	width: 200px;
}*/

/* Hauptmenü */

/* div ums Menü herum */

#divMenu {
  /* clear:both; */
  width: 235px;
  height: auto;
  margin-top: 0;
  padding-top: 10px;
  border-right: 1px solid #000;
  background-image: url(/s/Blog/bg2.png);
  background-repeat: repeat-x;
  background-color: #e6ecf1;
}
#menu {
  background: #fff;
  text-align: center;
}
#menuShort {
  margin: 0;
  padding: 0;
  background-color: #c80024;
  float: right;
  padding-right: 1em;
  padding-top: 0;
  color: #e6ecf1;
  z-index: 9;
}
#menuShort a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
#menuShort a:hover {
  color: Yellow;
}
/* Klasse "active" ist der aktive Menüpunkt */

.active a li {
  background-color: #fff;
}
.active {
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(/s/media/pic/pfeil_z.gif);
  background-color: #fff;
  margin-left: -35px;
  padding-left: 35px;
}
/* der letzte Menüpunkt */

#rss img {
  padding: 0;
  width: 22px;
  height: 22px;
}
#rss span {
  padding-left: 2px;
}
#navFooter {
  list-style: none;
}
#navFooter li {
  display: inline;
}
/* Link "nach oben" */

#toTop {
  display: block;
  position: fixed;
  right: 4px;
  bottom: 0;
  padding: 4px 16px;
  font-size: 28px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  backdrop-filter: blur(2px);
  z-index: 2;
}
/*
{
	position: fixed;
	min-width: 900px;
	height: 20px;
	background-image: -ms-linear-gradient(top right, #FFF133 0%, #16D611 50%, #00A3EF 80%);
	background-image: linear-gradient(top right, #FFF133 0%, #16D611 50%, #00A3EF 80%);
}

footer {
	position: fixed;
	min-width: 900px;
	padding-top: 6px;
	bottom: 0;
	background-color: White;
}

#top {
	z-index: -5;
	padding-top: 60px;
	margin-bottom: 60px;
}
	*/

/* Hamburger-Menü ----------------------------------------------------------------------------- */

#hamburgerChk {
  display: none;
}
label[for='hamburgerChk'] {
  display: none;
  clear: both;
  font-size: 24px;
  float: right;
  width: 160px;
  height: 40px;
  z-index: 2;
  right: 0;
  top: 0;
  background-color: white;
  opacity: 0.95;
  border: solid thin Black;
  border-radius: 16px;
  box-shadow: rgba(10, 10, 10, 0.5) 5px 5px 5px;
  padding-top: 4px;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  body {
    z-index: 1;
  }
  #contentFlex {
    z-index: 2;
    position: relative;
    width: 95vw;
    margin: 0;
    padding: 4px;
  }
  #mainNav {
    z-index: 1;
  }
  #divMenu {
    visibility: hidden;
    position: relative;
    z-index: 0;
    height: 0;
    opacity: 0.1;
    max-width: 235px;
    float: right;
  }
  #hamburgerChk:checked,
  #divMenu {
    /* transition: <property> <duration> <timing-function> <delay>; */
    transition: opacity 0.15s linear 0s, height 0.15s step-end, visibility 0.15s step-end;
  }
  label[for='hamburgerChk'] {
    display: block;
    position: relative;
    z-index: 5;
    position: fixed;
  }
  label[for='hamburgerChk']:hover {
    box-shadow: rgba(10, 10, 10, 0.5) 5px 5px 5px inset;
    background-color: rgba(252, 252, 252, 0.75);
  }
  label[for='hamburgerChk']:active {
    outline: double;
    background-color: rgba(2, 252, 2, 0.25);
  }
  #hamburgerChk:checked ~ label[for='hamburgerChk'] {
    background-color: rgba(200, 252, 200, 0.95);
  }
  #hamburgerChk:checked ~ #divMenu {
    visibility: visible;
    height: auto;
    opacity: 1;
    z-index: 3;
    transition: visibility 0s, opacity 0.5s linear, height 0.5s linear;
    width: 95%;
    overflow: auto;
  }
}
/* ENDE Hamburger-Menü ----------------------------------------------------------------------------- */

/* ====================================================================== */

/* PRINT */

@media print {
  .noprint,
  #divHeader,
  #divMenu {
    display: none;
  }
  body {
    widows: 4;
    orphans: 3;
  }
  #content {
    max-width: 100%;
  }
  .oldStory {
    clear: none;
    float: left;
  }
  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }
  table {
    page-break-inside: avoid;
  }
}
/* ====================================================================== */

/* Auflösungsabhängige */

@media screen and (max-width: 700px) {
  body {
    grid-template-columns: 1fr;
    grid-template-rows: 55px 1fr auto auto auto;
    /* header h1 content aside footer */
    grid-template-areas: "header" "nav" "content" "aside" "footer";
  }
  img {
    padding: 0;
    margin: 0;
    margin-right: 8px;
    width: 94%;
  }
  p {
    max-width: 94%;
  }
}
/*
@media screen and (min-width: 500px) and (max-width: 1024px) {
	html,
	label,
	input,
	textarea,
	button {
		font-size: 1.3em;
	}
}

@media screen and (max-width: 500px) {
	html,
	label,
	input,
	textarea,
	button {
		font-size: 1.2em;
	}
}
*/

@media (pointer: coarse) {
  button {
    min-height: 48px;
    min-width: 48px;
  }
}
