* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  box-align: center;
  background-color: #1b1714;
  background-size: 100% 100%;
}

/* links*/
.blog-links-no-line a {
  text-decoration: none;
}

.blog-links-blue a {
  text-decoration: none;
  color: blue;
}

a {
  background-color: transparent;
  color: inherit;
}

/* links end*/

/* img*/
img {
  border-color: #000000;
  border-style: solid;
  vertical-align: middle;
}
/* img end*/

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid rgba(238, 238, 238, 0);
  margin: 20px 0;
}

/*READ MORE BUTON*/
button {
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

html {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
html {
  overflow-x: hidden;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 19px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  margin: 10px 0;
}

.blog-hoverable tbody tr:hover,
.blog-ul.blog-hoverable li:hover {
  background-color: #f1f1f1;
}

/* read more/ back */
.blog-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.blog-button:hover {
  background-color: #f1f1f1 !important;
}

.blog-tag {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
.blog-tag:hover {
  background-color: #c8c7c7 !important;
}
/* Popular Posts */
.blog-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blog-ul li {
  padding: 8px 16px;
  border: 1px solid #ddd;
}
.blog-ul li:last-child {
  border-bottom: none;
}
/* Blog Articles */
.blog-card-4 {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
.blog-card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.blog-margin {
  margin: 16px !important;
}
/*color*/
.blog-light-grey,
.blog-hover-light-grey:hover,
.blog-light-gray,
.blog-hover-light-gray:hover {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}
.blog-brown,
.blog-hover-brown:hover {
  margin-top: 75px;
  color: #e6f0fd !important;
  background-color: #1b1714 !important;
}

@media (min-width: 601px) {
  .blog-brown{
    margin-top: 90px;
  }
}
.blog-white,
.blog-hover-white:hover {
  color: #000 !important;
  background-color: #fff !important;
}
.blog-black,
.blog-hover-black:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.blog-border-banner-white {
  border-color: #fff;
  border-bottom: 1px;
  border-style: solid;
}
.blog-container {
  padding: 1em 16px;
}
.blog-container:after,
.blog-container:before,
.blog-row:after,
.blog-row:before,
.blog-row-padding:after,
.blog-row-padding:before,
.blog-cell-row:before,
.blog-cell-row:after,
.blog-clear:after,
.blog-clear:before,
.blog-bar:before,
.blog-bar:after {
  content: "";
  display: table;
  clear: both;
}
.blog-opacity {
  opacity: 0.6;
}
/*padding*/
.blog-padding-large {
  padding: 12px 24px !important;
}
.blog-padding {
  padding: 8px 16px !important;
}
.blog-padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
/*margin*/
.blog-margin-right {
  margin-right: 16px !important;
}
.blog-margin-bottom {
  margin-bottom: 16px !important;
}
/*zeug*/
.blog-border {
  border: 1px solid #ccc !important;
}
.blog-left {
  float: left !important;
}

@media (max-width: 600px) {
  .blog-hide-small {
    display: none !important;
  }
}
.blog-right {
  float: right !important;
}
/*author*/
.blog-container-author {
  padding: 0.8em 16px;
}
.socials-author {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0 0.9rem 0;
}

.socials-author li {
  margin: 0 10px;
}

.socials-author li:hover {
  transform: scale(1.35);
}
.socials-author a {
  text-decoration: none;
  color: #1b1714;
  border: 1.8px solid #e6f0fd;
  padding: 6px;
  border-radius: 20%;
}

.socials-author a i {
  font-size: 1.1rem;
  width: 20px;
  transition: color 0.4s ease;
}

.socials-author a:hover i {
  transform: scale(1.15);
  color: blue;
}

/* ad banner*/
.ad-banner img{
  border-color: rgb(0, 0, 0);
  border-radius: 1%;
  border-style: solid;
  border-width: 0.2em;
}

.ad-banner img:hover{
  box-shadow: 0 2px 18px #375e92;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/*zeug blog */
.blog-content-style img {
  width: 90%;
  margin-top: 3%;
  margin-bottom: 3%;
  border-radius: 6px;
}

.blog-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}
.blog-popular-posts-title-font {
  font-size: 16px !important;
}
.blog-popular-posts-tag-font {
  font-size: 12px !important;
}

/*vllt nicht alles*/
.blog-col,/*ja*/
.blog-half,
.blog-third,
.blog-twothird,
.blog-threequarter,
.blog-quarter {
  float: left;
  width: 100%;
}
.blog-col.s1 {
  width: 8.33333%;
}
.blog-col.s2 {
  width: 16.66666%;
}
.blog-col.s3 {
  width: 24.99999%;
}
.blog-col.s4 {
  width: 33.33333%;
}
.blog-col.s5 {
  width: 41.66666%;
}
.blog-col.s6 {
  width: 49.99999%;
}
.blog-col.s7 {
  width: 58.33333%;
}
.blog-col.s8 {
  width: 66.66666%;
}
.blog-col.s9 {
  width: 74.99999%;
}
.blog-col.s10 {
  width: 83.33333%;
}
.blog-col.s11 {
  width: 91.66666%;
}
.blog-col.s12 {
  /*ja*/
  width: 99.99999%;
}
@media (min-width: 601px) {
  .blog-col.m1 {
    width: 8.33333%;
  }
  .blog-col.m2 {
    width: 16.66666%;
  }
  .blog-col.m3,
  .blog-quarter {
    width: 24.99999%;
  }
  .blog-col.m4,/*ja*/
  .blog-third {
    width: 33.33333%;
  }
  .blog-col.m5 {
    width: 41.66666%;
  }
  .blog-col.m6,
  .blog-half {
    width: 49.99999%;
  }
  .blog-col.m7 {
    width: 58.33333%;
  }
  .blog-col.m8,
  .blog-twothird {
    /*ja*/
    width: 66.66666%;
  }
  .blog-col.m9,
  .blog-threequarter {
    width: 74.99999%;
  }
  .blog-col.m10 {
    width: 83.33333%;
  }
  .blog-col.m11 {
    width: 91.66666%;
  }
  .blog-col.m12 {
    width: 99.99999%;
  }
}
@media (min-width: 993px) {
  .blog-col.l1 {
    width: 8.33333%;
  }
  .blog-col.l2 {
    width: 16.66666%;
  }
  .blog-col.l3 {
    width: 24.99999%;
  }
  .blog-col.l4 {
    /*ja*/
    width: 33.33333%;
  }
  .blog-col.l5 {
    width: 41.66666%;
  }
  .blog-col.l6 {
    width: 49.99999%;
  }
  .blog-col.l7 {
    width: 58.33333%;
  }
  .blog-col.l8 {
    /*ja*/
    width: 66.66666%;
  }
  .blog-col.l9 {
    width: 74.99999%;
  }
  .blog-col.l10 {
    width: 83.33333%;
  }
  .blog-col.l11 {
    width: 91.66666%;
  }
  .blog-col.l12 {
    width: 99.99999%;
  }
}
/*???????*/
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn,
  .rightcolumn {
    width: 100%;
    padding: 0;
  }
}
/*bjdbhjbdjbjbhvbckbkjvbvbkbjhbgjbvhjbfjhbjvbsdhjvbjfbjsbcjbjhbvjhbrjbjbjfvbdfrbkvbkbjhbgjbvhjbfjhbjvbsdhjvbjfbjsbcjbjhbvjhbrjbjbjfvbjvb*/
/*https://www.w3schools.com/w3css/tryw3css_templates_blog.htm*/

/* pagination link styling */
.pagination_link {
  border: 1px solid white;
  border-radius: 5px;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.current_page {
  border: 1px solid blue;
  border-radius: 5px;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}



/**/
/* Centered, Adaptive TOC */
#blog-toc {
  background-color: #1b1714;
  color: #e6f0fd;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
  text-align: center;
  max-width: 800px;
  margin: 20px auto;
}

/* TOC Header */
#blog-toc h4 {
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #e6f0fd;
  padding-bottom: 8px;
}

/* TOC List */
#toc-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* TOC Links */
.toc-link {
  text-decoration: none !important;
  background-color: #f1f1f1 !important;
  color: #000000 !important;
  display: block;
  padding: 3px;
  margin: 6px;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s;
  font-size: 16px;
}

/* Hover Effect */
.toc-link:hover {
  background-color: #e6f0fd;
  color: #1b1714;
  transform: translateX(8px);
}

/* Responsive TOC */
@media (max-width: 800px) {
  #blog-toc {
    max-width: 90%;
    padding: 15px;
  }
  #blog-toc h4 {
    font-size: 18px;
  }
  .toc-link {
    font-size: 16px;
  }
}