@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri.ttf');
}
@font-face {
  font-family: 'Bert Sans';
  src: url('../fonts/bert_sans/BertSans-5No400Rg.woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Bert Sans';
  src: url('../fonts/bert_sans/BertSans-5No400RgIt.woff');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'Bert Sans';
  src: url('../fonts/bert_sans/BertSans-5No600SmBd.woff');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'Prompt Bold';
  src: url('../fonts/Prompt/Prompt-Bold.ttf');
}
@font-face {
  font-family: 'Prompt Semi';
  src: url('../fonts/Prompt/Prompt-SemiBold.ttf');
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt/Prompt-Medium.ttf');
}

/***** GENERAL *****/
html, body, .page, .site {
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Bert Sans', Arial, sans-serif;
  background-color: #f5f6f0;
  color: #000;
  font-size: 14pt;
  font-weight: 200;
  /*cursor: url("../images/greendot.png"), default;*/
}
body.home {
  background-image: none;
}
header, main, footer {
  position: relative;
}
footer {
  padding: 1rem;
}
/*h1, h2, h3, h4 {
  font-family: 'Calibri', Arial, sans-serif;
  font-weight: 900;
}*/
h1 {
  font-family: 'Prompt Bold', Arial, sans-serif;
  font-weight: 700;
}

h2 {
  font-family: 'Prompt Bold', Arial, sans-serif;
  font-weight: 700;
  font-size: 4.1rem;
  margin: 1rem auto;
}
h3 {
  font-family: 'Prompt Semi', Arial, sans-serif;
  font-weight: 500;
  margin-top: 4rem;
  margin-bottom: -0.7rem;
}
h4 {
  font-family: 'Prompt', Arial, sans-serif;
  font-weight: 400;
  margin-top: 3rem;
  margin-bottom: 0;
}
p {
  font-family: 'Bert Sans', Arial, sans-serif;
  font-weight: 400;
}
p strong {
  font-weight: 900;
}
a, a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #b3ca34;
  text-decoration: none;
  /*cursor: url("../images/greendot.png"), default;*/
  cursor: pointer;
}
.no-underline-links a {
    text-decoration: none;
}
.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.site {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}
.breit {
  max-width: 100% !important;
}
.blau {
  background-color: #0f2646;
  color: #fff;
}
.blau a, .blau a:visited {
  color: #fff;
}
.gruen {
  background-color: #b3ca34;
  color: #000;
}
.rot {
  background-color: #9e3434;
  color: #fff;
}
.grau {
  background-color: #606b77;
  color: #fff;
}
.grau a, .grau a:visited {
  color: #fff;
}
.schwarz {
  background-color: #000;
  color: #fff;
}
/***** HEADER *****/
header.site-header {
  background-image: url('../images/headerpatterngreen.jpg');
  background-repeat: repeat-x;
  background-size: 500px 250px;
  min-height: 250px;
}
.home header.site-header.out {
  background: transparent;
}
.header-top-row {
  padding: 0.5rem;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: rgba(0,0,0,0.3);
  z-index: 200;
  /*display: none;*/
}
.langs {
  flex-basis: 60%;
  display: inline-flex;

}
.additional_langs {
  flex-basis: 40%;
  padding: 5px 0;

}
.langs ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0.5rem;
  padding-left: 0;
  display: inline-block;
  height: 30px;
  line-height: 12px;
  overflow: hidden;
  z-index: 500;
  display: none;
}
#languages.open ul {
  height: auto;
}
.langs ul li {
  display: block;
}
.langs ul li a {
  padding: 12px 10px;
  text-decoration: none;
}
.long_lang {
  display: none;
}
.langs .long_lang {
  display: block;
}
.langs .short_lang {
  display: none;
}
#language_toggle {
  background-color: #fff;
  padding: 5px;
  line-height: 14pt;
  height: 40px;
  border: none;
  outline: none;
  display: inline;
  display: none;
}
#language_toggle:hover {
  cursor: pointer;
}
.additional_langs a {
  float: right;
  margin-left: 20px;
  text-transform: uppercase;
}
.additional_langs a:hover, .additional_langs a:focus {
    color: #fff;
    cursor: pointer;
}
.sl-icon, .ls-icon {
  width: 25px;
  height: auto;
  margin-bottom: -6px;
}
.header-second-row {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#search-and-menu {
  align-self: flex-end;
  text-align: right;
  font-family: 'Bert Sans', Arial, sans-serif;
  position: relative;
  /*margin-top: 3rem;*/
}
#menu-background {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
}
.home #menu-background.out {
  opacity: 0;
}
.site-branding {
  margin-left: 0;
  width: 420px;
  min-height: 150px;
  display: inline-block;
}
.home .site-branding {
  display: none;
}
.custom-logo-link img {
  width: 420px;
  height: auto;
  position: absolute;
  top: -18px;
  z-index: 400;
}
body.home img.custom-logo {
  width: 0px;
  transition: width 0.3s 0.2s;
}
body.home img.custom-logo.out {
  width: 420px;
}
.menu-toggle, .triq-search-form {
  display: inline-block;
}
.triq-search-form input {
  width: 120px;
}
.triq-search-button {
  background-color: #fff;
  border: 1px solid #ccc;
  border-left-color: #fff;
  border-radius: 0;
  padding: 0.3rem 0.7rem 0.45rem;
  margin-left: -0.6rem;
}
.triq-search-button img {
  height: 1rem;
  width: auto;
}

.welcd {
  padding: 1rem;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.welcd img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 1.5rem auto;
  filter: drop-shadow(3px 3px 3px #a6a6a6);
  display: block;
}
.home .welcd img {
  display: none;
}
img.welcd.mobile {
  display: none;
}
.home img.welcd.mobile {
  display: block;
  max-width: calc(100% - 2rem);
  margin: -0.5rem auto -1.5rem auto;
}
.welcd #title-row {
  display: flex;
  flex-direction: column;
}
.wd-main-title, .welcd .header-content {
  max-width: 900px;
}
.wd-main-title {
  font-family: 'Prompt Bold', Arial, sans-serif;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 82%;
  text-transform: uppercase;
  margin-top: 0;
}
.wd-main-title span {
  display: block;
}
.wd-main-title span:nth-child(2) {
  padding-left: 10px;
}
.wd-main-title:after {
    content: "Fachstelle TIN";
    display: block;
    font-size: 1.8rem;
    line-height: 1.8rem;
    text-align: end;
}

.welcd p {
  font-family: 'Bert Sans', Arial, sans-serif;
  font-size: 14pt;
  padding-left: 1rem;
  margin-bottom: 0rem;
}
.wd-sub-title {
  font-family: 'Bert Sans', Arial, sans-serif;
  font-size: 2.5rem;
}
@media screen and (min-width: 576px) {
  .additional_langs .short_lang {
    display: none;
  }
  .additional_langs .long_lang {
    display: inline-block;
  }
  .home .site-branding {
    display: inline-block;
  }
  .home .welcd img {
    display: block;
    max-width: 1200px;
  }
  .home img.welcd.mobile {
    display: none;
  }
  .welcd h2 {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 745px) {
  .langs  {
    flex-basis: 60%;
    position: static;
  }
  .langs ul {
    height: auto;
  }
  .langs ul li {
    display: inline-block;
  }
  .langs ul li:not(:last-child):after {
    font-family: 'Bert Sans ExtraBold';
    content: '\002E';
    font-weight: bold;
    vertical-align: text-top;
  }
  .langs .short_lang {
    display: inline;
  }
  .langs .long_lang {
    display: none;
  }
  #language_toggle {
    display: none;
  }
  .additional_langs {
    flex-basis: 38%;
  }
  .additional_langs .short_lang {
    display: inline;
  }
  .welcd {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .welcd #title-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 970px) {
  .welcd h2 {
    font-size: 8rem;
    white-space: nowrap;
    margin-top: 1rem;
  }
  .wd-main-title span:nth-child(2) {
    padding-left: 19px;
  }
}
@media screen and (min-width: 1195px) {
  .langs .short_lang {
    display: none;
  }
  .langs .long_lang {
    display: inline;
  }
}
/***** NAVIGATION *****/
#site-navigation {
  position: absolute;
  top: 15.5rem;
  left: 100vw;
  width: 100%;
  background-color: #fff;
  z-index: 300;
  transition: left 0.5s;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1rem;
}
#site-navigation.in {
  left: 0;
}
.menu-toggle {
  z-index: 801;
  font-family: 'Prompt Bold', Arial, sans-serif;
  font-weight: bold;
  background-color: transparent;
  border: 0px dotted #000;
  font-size: 1.7rem;
  padding: 5px;
  text-transform: uppercase;
}
.menu-toggle:hover {
  cursor: pointer;
  color: #b3ca34;
}
#hauptmenu {
  width: 100%;
  height: auto;
  min-height: calc(100vh - 9rem);
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
  color: #000;
  font-family: 'Bert Sans', Arial, sans-serif;
  font-weight: bold;
  line-height: 200%;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
#menu_right {
  height: auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.menu-additional-de-container, .menu-hauptmenu-de-container {
  display: inline;
}
#hauptmenu li, #menu_right li {
  flex-basis: calc(100% - 3rem);
  flex-grow: 1;
  padding-left: 0;
  margin-bottom: 4rem;
}
#menu_right li {
  margin-bottom: 1.5rem;
}
#hauptmenu li a, #menu_right li a {
  font-size: 1.7rem;
  font-family: 'Prompt Semi', Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
#hauptmenu li a:hover, #menu_right li a:hover {
  color: #b3ca34;
}
#hauptmenu li ul, #menu_right li ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 1.5rem;
}
#hauptmenu li ul li, #menu_right li ul li {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 1.1rem;
}
#hauptmenu li ul li a, #menu_right li ul li a {
  font-size: 1.3rem;
  font-family: 'Bert Sans', Arial, sans-serif;
  font-weight: bold;
}
.post_in_menu {
  padding: 0.5rem;
  margin-top: 2rem;
  background-color: #c2c2c2;
  max-width: 100%;
  border-radius: 15px;
}
.post_in_menu h3, .post_in_menu p {
  font-family: 'Bert Sans', Arial, sans-serif;
  font-size: 1rem;
}
.post_in_menu h3 {
  margin-top: 0;
}
.post_in_menu p {
  margin-bottom: 0;
  line-height: normal;
}
.post_in_menu a.more {
  font-size: 0.9rem !important;
}
.breadcrumbs {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  #site-navigation {
    padding: 4rem;
  }
  #hauptmenu li ul, #menu_right li ul {
    padding-left: 1.5rem;
  }
  .post_in_menu {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 900px) {
  #site-navigation.in {
    left: 0;
  }
  .menu-hauptmenu-de-container {
    flex-basis: 100%;
    flex-grow: 1;
  }
  .menu-additional-de-container {
    flex-basis: 0%;
    flex-grow: 1;
  }
  #hauptmenu li {
    flex-basis: 33%;
    flex-grow: 1;
    padding-right: 1.5rem;
  }
  .post_in_menu {
    margin-left: 0;
  }
}
/***** CONTENT ******/

#intro-area {
  width: 100%;
  padding: 1rem 1rem 0 1rem;
  background-color: #606b77;/*#0f2646;*/
}
.introarea-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#intro-area .introbox {
  padding: 1rem;
  position: relative;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#intro-area .introbox > a {

}
#intro-area .introbox figure {
  width: 100%;
  height: auto;
}
#intro-area .introbox img {
  width: 170px;
  height: auto;
}
#intro-area .introbox h2, #intro-area .introbox p {
  color: #fff;
  font-family: 'Bert Sans', Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
#intro-area .introbox h2 {
  font-family: 'Prompt Semi', Arial, sans-serif;
  font-weight: 500;
  line-height: 100%;
  font-size: 3rem;
}
#intro-area .introbox p {
  font-size: 1.3rem;
  line-height: 110%;
  margin-top: 0.5rem;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
#intro-area .introbox a, #intro-area .introbox a:visited {
  text-decoration: none;
}
#intro-area .introbox a:hover {
  color: #fff;
}
#intro-area .introbox a h2 {
  display: block;
  position: relative;
  padding: 0.2em 0;
}
#intro-area .introbox a h2::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 15%;
  width: 70%;
  height: 2.5px;
  background-color: #fff;
  opacity: 1;
  transition: transform 0.4s;
  transform: scale(0);
  transform-origin: center;
}
#intro-area .introbox a:hover h2::after, #intro-area .introbox a:focus h2::after {
  transform: scale(1);
}

.page h1.entry-title {
  position: absolute;
  left: -9000px;
}
.entry-content {
    margin-top: 1.2em;
}
.page .entry-content, .post-single .entry-content {
  padding-bottom: 7rem;
}
.post .entry-content, .post .entry-content span {
  font-family: inherit !important;
  color: #000 !important;
}
#frontpage-content .page .entry-content {
  padding-bottom: 0;
}
.page .entry-footer, .post-single .entry-footer {
  display: none;
}
.blog article, .archive article, .site article, .archive .page-header {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
footer.entry-footer {
  padding: 0;
}
footer.entry-footer .cat-links, footer.entry-footer .comment-link,
footer.entry-footer .edit-link, footer.entry-footer .tags-links {
  margin-right: 1rem;
}
.blog article .entry-header a, .archive article .entry-header a {
  text-decoration: none;
}
.blog article .entry-meta, .blog article .entry-footer,
.archive article .entry-meta, .archive article .entry-footer {
  font-size: 80%;
}
.blog article .byline, .archive article .byline {
  display: none;
}
.single-post .entry-header, .single-post .entry-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.single-post h1.entry-title {
  position: static;
}
.single-post .entry-meta {
  font-size: 80%;
}
.single-post .byline, .single-post .entry-footer {
  display: none;
}
.event .event-date, .event .event-place {
    font-size: 85%;
    font-weight: bold;
}
.single-post .entry-content {
  padding-left: 100px;
}

.post-navigation .nav-links, .posts-navigation .nav-links {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 90%;
}
#frontpage-content {
  /*background-color: #b3ca34;*/
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.wp-block-image.thumbnail-in-text figure {
  display: none;
}
.wp-block-columns.collapse .wp-block-column {
  flex-basis: 100% !important;
}
.wp-block-columns {
  margin-bottom: 0;
}
article, article.page {
  padding: 1rem;
}
article p, article li {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
article#post-4636 {
    font-size: 120%;
}
article#post-4636 h3 {
    font-size: 2.2rem;
}
article#post-4636 h4 {
    font-size: 1.8rem;
}
article#post-4636 .wp-block-column .wp-block-image {
    margin-top: 4rem;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content p {
  padding-top: 0;
  padding-bottom: 0;
}
.entry-content h2 {
  padding-top: 2rem;
  margin: 2rem auto 1rem auto;
  line-height: 1.2;
}
.entry-content h2:first-child {
  margin-top: 2rem;
}
.entry-content h2 + h3 {
    margin-top: 2rem;
}

article h2 {
  font-size: 2rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
article h3 {
  font-size: 1.8rem;
  margin-top: 2rem;
}
article h4 {
  font-size: 1.2rem;
}
article ul {
  margin-left: 0;
  padding-left: 0;
}
article ul>li {
  margin-left: 25px;
}
.inline, .inline-image {
  display: inline;
}
.corner-10 img {
  border-radius: 10px !important;
}
.red-infobox {
  height: auto;
  min-height: 80px;
  max-width: none;
  margin-bottom: 80px;
}
.wp-block-uagb-section.red-infobox p {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.kasten {
  background-color: #b3ca34;
  border-radius: 10px;
}
.kasten a:hover {
  color: #fff;
}
.wp-block-media-text {
  padding: 1rem;
  max-width: 900px;
  margin: auto;
}
.wp-block-media-text .entry-content p, .wp-block-media-text figure {
  padding: 0;
}
.blog .post.sticky {
  display: inline-block;
  width: 30%;
  padding: 2rem;
  margin: auto;
  vertical-align: top;
}
.blog article.post.sticky h2 {
  hyphens: auto;
}
.blog .post.sticky .entry-meta, .blog .post.sticky .entry-footer .cat-links,
.blog .post.sticky .entry-footer .comments-link, .blog .post.sticky .entry-footer .tags-links {
  display: none;
}
.zwischenmenu {
  margin-top: -1.9rem;
  margin-bottom: -8rem;
  margin-left: -1rem;
  width: 100vw;
  min-width: 100vw !important;
  max-width: 100vw !important;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 8rem;
}
.zwischenmenu a {
  text-decoration: none;
  font-size: 140%;
}
.zwischenmenu a:hover {
  color: #b3ca34;
}
.zwischenmenu .wp-block-image figure.alignright {
  float: none;
  margin: auto;
}
.entry-content .zwischenmenu p {
  padding-left: 50px;
}
.zwischenmenu img {
  margin-top: 3.5rem;
}
figure.wp-block-image.inline {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  margin-right: 2rem;
}

.has-black-color {
  color: #000;
}

.has-gruen-background-color {
  background-color: #b3ca34;
}

p.has-background {
  padding: 1rem !important;
  border-radius: 10px;
}

@media (min-width: 576px) {
  .entry-content h2:first-child {
    margin-top: 7rem;
  }
  article h2 {
    font-size: 3rem;
    hyphens: none;
  }
  article h3 {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 601px) {
  #intro-area .introbox {
    flex-basis: 48%;
  }
}
@media screen and (min-width: 750px) {
  .post-thumbnail {
    display: none;
  }
  .wp-block-image.thumbnail-in-text figure {
    display: inline;
    margin-left: 2rem;
  }
  .wp-block-columns.collapse .wp-block-column {
    flex-basis: initial;
  }

  .single-post .entry-header, .single-post .entry-content {
    display: block;
  }
  .entry-content h2, .entry-content h3, .entry-content h4, .entry-content p {
    padding-top: 0;
    padding-bottom: 0;
  }
  .entry-content ul, .entry-content ol {
    margin-top: 1rem;
  }
  .entry-content p+ul, .entry-content p+ol {
    margin-top: 0;
  }
  .post-navigation .nav-links, .posts-navigation .nav-links {
    padding-left: 200px;
    padding-right: 150px;
  }
  .blog article, .archive article, .site article {
    padding-left: 200px;
    padding-right: 150px;
  }
  .blog article:first-of-type {
    margin-top: 7rem;
  }
  .home article {
    padding-left: 0;
    padding-right: 0;
  }
  .zwischenmenu {
    margin-left: -200px;
  }
  .zwischenmenu .wp-block-image figure.alignright {
    float: right;
    margin: auto;
  }
  .kasten {
    max-width: 100%;
  }
  .wp-block-media-text {
    padding: 0;
  }
  .wp-block-media-text__content p {
    padding-left: 0 ;
    padding-right: 0;
  }
  figure.wp-block-media-text__media {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .has-media-on-the-right .wp-block-media-text__content {
    padding-left: 50px;
    padding-right: 2rem;
  }

  .zwischenmenu h2 {
    padding-left: 0 !important;
  }

  article#post-4636 {
      padding-left: 1rem;
      padding-right: 1rem;
  }
  article#post-4636 p {
      margin-bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  #intro-area {
    padding: 1rem 4rem 0 4rem;
  }
  #intro-area .introbox {
    flex-basis: 32%;
  }
  .uagb-block-0c74110e.uagb-section__wrap {
    max-width: unset;
    margin-left: 200px;
    margin-right: 150px;
  }
  .kasten {
    max-width: 850px !important;
  }
  .wp-block-uagb-section.red-infobox p {
    padding-left: 200px !important;
    padding-right: 150px !important;
  }
}
@media screen and (min-width: 1201px) {
  #frontpage-content {
    padding-left: 0;
    padding-right: 0;
  }
  .zwischenmenu {
    margin-left: calc(calc(calc(calc(100vw - 1200px) / 2) + 200px) * -1);
  }
}
/***** FRONT PAGE *****/
.uagb-post-grid {
  padding-left: 0;
  padding-right: 0;
}
.uagb-post__items article {

}
.uagb-post__inner-wrap {
  background-color: #fff;
  position: relative;
  padding-bottom: 3rem !important;
  border-radius: 15px !important;
}
.uagb-post__text, .uagb-post__title {
  color: #000;
}
.uagb-post__title {
  font-family: 'Bert Sans', Arial, sans-serif;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  overflow-wrap: break-word;
  hyphens: auto;
}
.uagb-post__title:first-child {
  margin-top: 2rem;
}
.uagb-post__title a {
  color:inherit;
}
.uagb-post__title a:hover {
  color: #b3ca34;
}
.uagb-post-grid .uagb-post-grid-byline .dashicons-calendar {
  display: none;
}
.uagb-post-grid .uagb-post-grid-byline {
  font-size: 80% !important;
}
.uagb-post__excerpt {
  padding-left: 0;
  padding-right: 0;
}
.uagb-post-grid .uagb-post__cta {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 15px;
}

.fb-box {
  width: 100%;
  padding: 1rem;
  background-color: #c2c2c2;
  border-radius: 15px;
  display: flex;
  justify-content: flex-start;
  flex-flow: column wrap;
}
.fb-box-title, .calendar-box-titel {
  width: 100%;
  padding: 0 15px;
}
.fb-box .cff-wrapper {
  width: 100%;
}
.fb-box h2, .calendar-box h2 {
  font-family: 'Prompt Semi', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
}
.fb-box h2 a {
  text-decoration: none;
}
.fb-box h2 a:hover {
  color: #b3ca34;
  text-decoration: underline;
}
.fb-box .cff-author-date {
  color: #0f2646;
}
.fb-box .cff-author-date a {
  margin-left: 0;
}
.fts-jal-fb-header, .fts-jal-fb-top-wrap  {
  display: none;
}
.fts-powered-by-text {
  font-size: 80%;
}
#frontpage-content .entry-content {
  margin-top: 0;
}
#api-frontpage {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.calendar-box {
  padding: 1rem;
  background-color: #c2c2c2;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 1rem;
}
.calendar-wrapper {
  background-color: #f5f6f0;
  border-radius: 10px;
}
.calendar-box .simcal-day-label {
  border-bottom: 1px solid rgba(15, 38, 70, 0.3) !important;
  color: #000;
}
.calendar-box .simcal-day-label > span {
  background-color: rgba(255, 255, 255, 1) !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #000 !important;
}
.calendar-box .simcal-default-calendar-list {
  padding: 0;
}
.calendar-box a.btn-termine {
  display: inline-block;
  border: 2px solid #000;
  padding: 5px 10px;
  background-color: #a4a4a4;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 1rem;
  position: absolute;
  bottom: 15px;
}
.calendar-box a.btn-termine:hover {
  border-color: #fff;
  color: #fff;
}
@media screen and (min-width: 750px) {
  .uagb-post__title, .uagb-post__excerpt, .wp-block-uagb-section h3, .wp-block-uagb-section h2, .wp-block-uagb-section p {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 980px) {
  .fb-box {
    width: calc(50% - 1rem);
    margin-left: 1rem;
  }
  .calendar-box {
    width: calc(50% - 1rem);
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1220px) {
  #api-frontpage {
    padding-left: 0;
    padding-right: 0;
  }
}

/***** FOOTER *****/
.site-footer {
  font-size: 85%;
  background-color: #b3ca34; /*#9e3434;*/
  color: #000;
  margin-bottom: 0;
}
.site-footer a, .site-footer a:visited {
  color: #000;
  text-decoration: none;
}
.site-footer a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.site-footer pre {
  flex-basis: 100%;
  background-color: transparent;
  font-family: inherit;
  font-size: 1.1rem;
  line-height: 200%;
  min-width: 340px;
  overflow: visible;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
}
.site-footer pre strong {
  font-size: 1.7rem;
  font-family: 'Prompt Bold', Arial, sans-serif;
  font-weight: normal;
}
.site-footer .wp-block-uagb-google-map {
  flex-basis: 100%;
}
.site-footer .wp-block-uagb-google-map iframe {
  width: 100%;
}
.site-info {
  margin: 0.8rem auto 0 auto;
}
.sub-footer-nav {
  width: 100%;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.3rem;
  padding: 1rem;
  border-top: 1px solid #fff;
}
.sub-footer-nav a {
  margin: 0 0.5rem;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.sub-footer-nav a:hover {
  color: #b3ca34;
}
@media screen and (min-width: 600px) {

}
@media screen and (min-width: 745px) {
  .site-footer {
    padding: 2rem 4rem 1rem 4rem;
  }
  .wp-block-preformatte {
    white-space: normal;
  }
}
@media screen and (min-width: 1000px) {
  .site-footer pre {
    flex-basis: 50%;
  }
  .site-footer .wp-block-uagb-google-map {
    flex-basis: 50%;
  }
}
