#tc__main-content-container section .elementor-column-wrap {
  padding: 0 10px;
}
#tc__main-content-container h2,
#tc__main-content-container h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#tc__main-content-container h2#faq,
#tc__main-content-container h3#faq {
  margin-top: 30px;
}
#tc__main-content-container h2.toggle.open,
#tc__main-content-container h3.toggle.open {
  margin-bottom: 0;
}
#tc__main-content-container :not(.tc__specials-table) figure,
#tc__main-content-container :not(.tc__specials-table) p img,
#tc__main-content-container :not(.tc__specials-table) iframe,
#tc__main-content-container :not(.tc__specials-table) p picture img {
  margin: 20px auto;
}
#tc__main-content-container :not(.tc__specials-table) figure,
#tc__main-content-container :not(.tc__specials-table) iframe,
#tc__main-content-container :not(.tc__specials-table) p picture {
  text-align: center;
}
#tc__main-content-container p:not(:last-child) {
  margin-bottom: 10px;
}
#tc__main-content-container p:last-child {
  margin-bottom: 0;
}
#tc__main-content-container ul {
  padding-bottom: 10px;
}
#tc__main-content-container .elementor-widget {
  margin-bottom: 0;
}
#tc__main-content-container .elementor-widget.elementor-global-16606 {
  margin-top: 20px;
}
#tc__main-content-container .elementor-widget.elementor-widget-image {
  margin-top: 20px;
  margin-bottom: 20px !important;
}
#tc__main-content-container .elementor-widget.elementor-widget-button {
  margin-bottom: 20px !important;
}
#tc__main-content-container figure img {
  border: 1px solid #efefef;
}
#tc__main-content-container section {
  margin-bottom: 10px;
}
#tc__main-content-container ul.senderliste {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}
#tc__main-content-container ul.senderliste li {
  flex-basis: 33%;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  #tc__main-content-container ul.senderliste li {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  #tc__main-content-container ul.senderliste li {
    flex-basis: 100%;
  }
}
#tc__main-content-container .elementor-widget-table-of-contents .elementor-widget-container {
  border: none;
}
#tc__main-content-container .tc__toc-title {
  font-weight: 700;
  font-size: 16px;
}
#tc__main-content-container .tc__toc-list {
  padding-bottom: 0;
}
.button {
  text-align: center;
}
.button a {
  border: 1px solid #840300;
  -webkit-appearance: none;
  clear: both;
  background-color: #cf0400;
  border-radius: 6px;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  min-width: 340px;
  display: inline-block;
  font-size: 1em;
  padding: 1.2em 3em;
}
.button a:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: relative;
  left: -15px;
  font-size: 20px;
  line-height: 16px;
  font-family: "Font Awesome 5 Pro";
  content: "\f08e";
}
.button a:hover {
  background-color: #ff3a35;
  color: #FFFFFF;
}
.button a.blue {
  border: 1px solid #2686ac;
  background: #41a9d5;
}
.button a.blue:hover {
  background-color: #83c8e4;
}
.button a.green {
  border: 1px solid #1d7511;
  background-color: #2cbf19;
}
.button a.green:hover {
  background-color: #3fe329;
}
.wp-post-image {
  width: auto !important;
}
.wp-post-image.alignleft {
  display: inline;
  float: left;
}
.wp-post-image.alignright {
  display: inline;
  float: right;
}
.related {
  clear: left;
  border-bottom: 2px solid #f7f7f7;
  min-height: 115px;
}
.related a {
  font-weight: bold;
}
div.elementor-shortcode:has(> table.tablepress) {
  overflow-x: auto;
}
table.tablepress {
  font-size: 14px;
  overflow-x: auto;
}
table.tablepress thead tr th {
  background-color: #d4d4d4;
  border: 1px solid #9e9e9e;
  text-align: center;
}
table.tablepress tbody tr td {
  vertical-align: middle;
  border: 1px solid #9e9e9e;
  min-width: 175px;
  text-align: center;
}
table.tablepress tbody tr td a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #41A9D5;
  border-radius: 5px 5px 5px 5px;
  padding: 5px 10px;
}
table.tablepress tbody tr td a:hover {
  color: #fff;
  background-color: #6EC1E4;
}
table.tablepress tbody tr td a:before {
  content: "\e802";
  font-family: "eicons";
  font-size: 20px;
}
table.tablepress tbody tr td ul {
  text-align: left;
}
table.tablepress tbody tr td img {
  max-width: 150px;
  object-fit: contain;
}
table.tablepress tbody tr td.column-4:first-line {
  color: green;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  table.tablepress tbody tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border: 1px solid #d9d9d9;
  }
  table.tablepress tbody tr td {
    background-color: #fff !important;
    border: none;
  }
  table.tablepress tbody tr td:first-of-type {
    border: none;
    background-color: #ededed !important;
  }
  table.tablepress tbody tr td:not(:first-of-type) {
    border-top: 1px solid #d9d9d9;
  }
	
	table.tablepress tr td:nth-child(odd) {
		background-color: #f8f8f8 !important;
	}
	
	table.tablepress tbody tr td a {
		max-width: 80%;
		margin: 0 auto;
	}
}
/*# sourceMappingURL=style.css.map */