/*
Theme Name:         THEATERTREFFEN BLOG & Archiv
Theme URI:          https://theatertreffen-blog.de/
Description:        Blogging theme for Theatertreffen Blog (since 2023) & Theatertreffen Blog Archive. Based on Foundation 6.5.1 (XY Grid).
Version:            1.0.1
Author:             Clemens Nübel & Viktor Nübel
Author URI:         https://lieberungewoehnlich.de/
*/

@font-face {
    font-family: 'Ekstra';
    src: url('webfonts/Ekstra-Regular.woff2') format('woff2'),
         url('webfonts/Ekstra-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: "HelveticaNowText";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('webfonts/HelveticaNowTextRegular_normal_normal.woff2') format('woff2'), url('HelveticaNow/HelveticaNowTextRegular_normal_normal.woff') format('woff');
}
@font-face {
  font-family: "HelveticaNowText";
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  src: url('webfonts/HelveticaNowTextItalic_italic_normal.woff2') format('woff2'), url('HelveticaNow/HelveticaNowTextItalic_italic_normal.woff') format('woff');
}
@font-face {
  font-family: "HelveticaNowText";
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  font-display: swap;
  src: url('webfonts/HelveticaNowTextBold_normal_normal.woff2') format('woff2'), url('HelveticaNow/HelveticaNowTextBold_normal_normal.woff') format('woff');
}
@font-face {
  font-family: "HelveticaNowText";
  font-style: italic;
  font-weight: bold;
  font-stretch: normal;
  font-display: swap;
  src: url('webfonts/HelveticaNowTextBoldItalic_italic_normal.woff2') format('woff2'), url('HelveticaNow/HelveticaNowTextBoldItalic_italic_normal.woff') format('woff');
}

/*---------------- GLOBAL --------------- */

body { color: #333; font-family: "HelveticaNowText", Helvetica, Arial, sans-serif; font-size: 1.1rem; line-height: 1.5; height: 100%; position: relative; }
h1, h2, h3, h4, h5, h6 { font-family: 'Ekstra', sans-serif; margin:0 0 1rem 0; font-weight: bold; }
h1 { font-size: 2.4rem; }
h2 { font-size: 1.7rem; line-height: 1.2; }
h3 { font-size: 1.4rem; margin:0 0 1.2rem 0; }
h4, .h4 { font-size: 1.1rem; }
a { color: #333; text-decoration: underline; -webkit-transition: all 100ms ease-in 0s; -moz-transition: all 100ms ease-in 0s; -ms-transition: all 100ms ease-in 0s; -o-transition: all 100ms ease-in 0s; transition: all 100ms ease-in 0s; }
a:hover, a:focus { color: #777; }
a img:hover { opacity: 0.75; }
p { margin: 0 0 1.6em 0; }
ul, ol, dl { list-style: inside none none;  margin: 0 0 1.6em 0; }
del { color: #999; }
hr { border-bottom: 1px solid #ccc; border-left: 0 none; border-top: 0 none; box-sizing: content-box; height: 0; margin: 2rem auto; max-width: 62.5rem; }
.round img { border-radius: 50%; }
.wp-block-image .alignleft { margin-top: 7px; }
blockquote { border-left: 1px solid #333; }
blockquote p { color: #ff0033; }
figcaption { font-size: 0.8rem; font-style: italic; padding: 5px; text-align: right; }
.wp-block-image figcaption { font-size: 0.8rem; padding: 0 5px; }
.wp-block-spacer { clear: both; }
.divide { margin: 25px 0; clear: both; }
.clear { display: block; clear: both; width: 100%; }
.grid-container { margin: 0 0 0 240px; clear: both; padding: 0 40px 20px 40px; }
.grid-item { width: 25%; padding: 0 25px 25px 0; float: left; }
.grid-item-w2 { width: 30%; }
.grid-item-w3 { width: 40%; }

.page-id-5393 .site-intro { display: none; }


/*---------------- HEADER --------------- */
.logo-area { background-color: #fff; margin: 0 0 25px; width: 240px; height: 100%; position: absolute; top: 0; z-index: 100; }
.flip-card { position: absolute; top: 138px; left: 130px; width: 240px; height: 240px; margin: -130px; float: left; perspective: 500px;}
.flip-content { position: absolute; width: 100%; height: 100%; transition: transform 1s; transform-style: preserve-3d; }
.flip-card:hover .flip-content { transform: rotateY( 180deg ); transition: transform 0.5s; }
.site-logo img { padding: 10px; }
.site-logo, .site-logo-back { position: absolute; height: 100%; width: 100%; background: transparent; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.site-logo-back { background: white; transform: rotateY( 180deg ); }
.archiv-logo a { text-align: center; text-decoration: none; text-transform: uppercase; font-family: 'Ekstra'; font-weight: bold; font-size: 1.8rem; }
.archiv-logo a div { margin: 10px; }
.socials { margin: 475px 0 25px 0; display: flex; flex-direction: row; align-items: center; justify-content: center; clear: both; }
.socials a svg { fill: #333; width: 50px; max-width: 35px; max-height: 35px; margin: 10px 5px; }
.socials a svg:hover { fill: #777; }
.site-intro { font-family: 'Ekstra', sans-serif; max-width: 900px; min-height: 252px; margin: 40px 0 25px 0; display: inline-block; }
.page .entry-header, .search .entry-header { max-width: 900px; min-height: 136px; margin: 42px 0 0 0; }
.site-intro p, .site-intro h1, .entry-header h1 { font-size: 2.4rem; line-height: 1.4; max-width: 880px; }
.site-intro p a {  }


/*---------------- NAVIGATION--------------- */

/* Main Naviagtion & Secondary Navigation */
#MainNavigation { font-size: 1.2em; color: #333; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 250px 0 0 0; }
#SecondaryNavigation { display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 20px 0 0 0; }
#MainNavigation li, #SecondaryNavigation li { width: 100%; text-align: center; }
#MainNavigation a, #SecondaryNavigation a { padding: 8px; }
#MainNavigation .active > a, #SecondaryNavigation .active > a { background: #333; color: #fff; }
.main-navigation .menu .active > a { background: #252958; color: #fff; }

/* Overlay Naviagtion */
#OpenOverlayNav { font-size: 2em; color: #333; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 280px 0 0 0; }
#OpenOverlayNav:hover { color: #111; }
#OverlayNavigation { height: 0; width: 100%; position: fixed; z-index: 200; left: 0; top: 0; color: #fff; background-color: #f03; background-color: rgba(0,0,0, 0.9); overflow-x: hidden; transition: 0.5s; }
.overlayNav-content { font-family: 'Ekstra', sans-serif; position: relative; top: 25%; width: 100%; text-align: center; margin-top: 30px; }
#OverlayNavigation li { width: 100%; }
#OverlayNavigation a { padding: 8px; text-decoration: none; font-size: 36px; color: #818181; display: block; transition: 0.3s; }
#OverlayNavigation a:hover, #OverlayNavigation a:focus { color: #f1f1f1; }
#OverlayNavigation .closebtn { position: absolute; top: 20px; right: 45px; font-size: 60px; }
#OverlayNavigation .active > a { background: #333; color: #fff; }

/* Footer Menus */
footer .menu > li { float: left; }
footer .menu > li > a { padding: 5px 15px 5px 0; line-height: 1.4; text-decoration: underline; }
footer .menu > li > a:hover { text-decoration: none; }
footer .menu .active > a { background: transparent; color: #777; }

/*---------------- CONTENT--------------- */
.post-meta .author, .post-meta time { color: #666; font-size: 1rem; font-style: italic; padding-right: 1px; }
.single .post-meta .author { font-size: 1.2rem; font-weight: bold; }

/* LIST STYLING  */
#content article ul { list-style: initial; }
#content article ol { list-style-type: decimal; }
#content article ul li { list-style: inside; }
/* ARTICLE STREAM */
.home #content.grid-container { max-width: 120rem; }
.home article { position: relative; padding: 0 0 5px 0; margin: 0 0 35px 0; min-height: 420px; }
.home article .article-featured-img { background-color: #fff; height: 220px; overflow: hidden; }
.home article .article-featured-img img { height: 100%; object-fit: cover; mix-blend-mode: darken; }
.home article.category-english .article-featured-img img  { mix-blend-mode: darken; }
.home article .article-featured-img:hover img { mix-blend-mode: normal; }
.ttblog-17 article.category-english .article-featured-img:after { content: 'In English'; color: #ccc; font-weight: bold; letter-spacing: 0.05rem; position: absolute; right: 0; top: 0; background: #000; padding: 5px 10px; border: 1px solid #fff; margin: 5px; font-size: 0.9rem;}
.ttblog-16 article.category-english .article-featured-img img { mix-blend-mode: plus-lighter; }
.home article .teaser-overlay { font-family: 'Ekstra', sans-serif; position: absolute; top: 0; left: 0; text-align: center; background-color: #fff; color: #333; opacity: 0; height: 100%; width: 100%; transition: all 0.15s ease-in-out 0s; }
.home article .teaser-overlay:hover { opacity: 1; }
.home article .overlay-content { font-size: 1.2rem; display: flex; justify-content: center; flex-wrap: wrap; align-items: center; height: 95%; padding: 0 15px; }
.home article .overlay-content div { max-width: 100%; }
.home article .overlay-content div p { margin: 0 0 .2em 0; }
.home article .entry-tags { color: #333; font-weight: normal; font-style: italic; }
.home article .entry-tags a::before, .single .entry-tags a::before { content: '#'; }
.home article a { text-decoration: none; }
.home article h2 { color: #333; margin: 15px 0 10px 0; position: relative; }
.home article .entry-tags a:first-child { display: none; }
.comment-count { fill: #333; background: url(img/comment-alt.svg); background-position: 1px 0px; position: absolute; margin: 0 5px 0 15px; background-repeat: no-repeat; background-size: 25px; color: #fff; width: 26px; text-align: center; height: 30px; font-size: 12px; line-height: 1.7; display: inline-block; }
.comment-count.nocomments { display: none; }
.home article.category-podcast a .article-featured-img { display: inline-block; width: 100%; position: relative; }
.home article.category-podcast a .article-featured-img:after { content: url(img/podcast-icon.svg); position: absolute; top: 50%; left: 50%; margin-left: -75px; margin-top: -75px; color: #fff; }
.home article.category-podcast a .article-featured-img img { opacity: .7; }
.home article.category-video a .article-featured-img { display: inline-block; width: 100%; position: relative; }
.home article.category-video a .article-featured-img:after { content: url(img/video-icon.svg); position: absolute; top: 50%; left: 50%; margin-left: -60px; margin-top: -60px; color: #fff; }
.home article.category-video a .article-featured-img img { opacity: .7; }
.home article.category-zitat-des-tages { border: 1px dotted #333; text-align: center; padding: 25px; }
.home article.category-zitat-des-tages:hover { background-color: #fff; }
.home article.category-zitat-des-tages h2 { color: #333; font-size: 1rem; }
.home article.category-zitat-des-tages blockquote { border: 0; padding: 0; }
.home article.category-zitat-des-tages blockquote p { color: #333; font-size: 2.2rem; font-style: italic; line-height: 1.2; padding: 10px 0 25px 0; max-width: 200px; margin: 0 auto; }
.home article.category-zitat-des-tages cite { font-style: normal; }
.home article.category-twitter { border: 1px dotted #333; padding: 25px; overflow: hidden; }
.home article.category-twitter:hover { background-color: #fff; }
.home article.category-twitter .ttf-tweet-image { border-radius: 50%; float: left; }
.home article.category-twitter .ttf-tweet-user-name a { padding: 3px 0; display: inline-block; }
.home article.category-twitter .ttf-tweet-full-name { display: none; font-style: italic; }
.home article.category-twitter .ttf-tweet-text { padding: 20px 0 15px 0; font-weight: bold; }
.home article.category-twitter a.ttf-tweet-timestamp { font-size: 1rem; color: #333; font-style: italic; }
.home article.category-twitter a svg { width: 20px; fill: #333; margin: 4px 15px 7px 0; float: left; }
.home article.category-instagram { border: 1px dotted #333; padding: 25px; overflow: hidden; }
.home article.category-instagram:hover { background-color: #fff; }
.home article.category-instagram a svg { width: 20px; fill: #333; margin: 4px 15px 7px 0; float: left; }
.home article.category-instagram a .insta-name { padding: 3px 0; display: inline-block; }

/* FIRST POST */
.first-post { margin: 0; padding: 0; }
.first-post h2 { font-size: 2rem; }
.first-post figure { display: block; width: 100%; }
.first-post .featured-media, .single .featured-media { width: 100%; }
.first-post figure img { width: 100%; }

/* SINGLE POST */
.single article { }
p.has-drop-cap:not(:focus):first-letter { font-size: 5.05em; line-height: .68; font-weight: 100; margin: .54rem .5rem 0 -0.15rem; font-family: 'SangBleuKingdom', serif; font-style:normal; }
.single .category-content, .single .category-content img { height: 150px; }
.single .category-content p { color: #fff; }
.single .post-meta { font-size: 1rem; padding: 15px 0 15px 0; }
.single .featured-media { margin: 0; display: flex; align-items: flex-end; }
.single .featured-media img { margin-top: 45px; }
.single .entry-header { margin: 25px 0 0 0; }
.single .entry-header .post-category { font-size: 0.9rem; font-weight: bold; margin: 0 0 10px 0; }
.single .entry-header .post-category a { text-decoration: none; color: #666; }
.single .entry-header .post-category a:after { content: '—'; display: inline-block; margin: 0 0 0px 5px; color: #333; }
.single .entry-header .post-category a:last-of-type:after { content: ''; }
.single .entry-content { margin: 25px 0; }
.single .entry-excerpt { font-size: 1.6rem; margin: 0 0 1.6rem 0; }
/*  .single .entry-content p:first-child { font-size: 1.4rem; margin: 0 0 1.6rem 0; }  */
.single .entry-content p { margin: 0 0 1.6rem 3.6rem; }
.single .entry-content h2, .single .entry-content h3, .single .entry-content h4 { margin: 0 0 1.6rem 3.6rem; }
.single .entry-content img { max-width: 100%; }
.single .post header, .page header  { margin-bottom: 0; }
.single .yarpp-related-none { display: none; }

/* PAGE Redaktion */
.blockp { float: left; max-width: 450px; }

/* Quote Batch */
.single .wp-block-quote { border: 1px #f03 dashed; width: 300px; position: fixed; top: 15px; right: 10%; text-align: center; padding: 20px;  }
.single blockquote { font-weight: bold; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.single blockquote p { max-width: 75%; padding: 20px 0 0 0; margin: 0 !important; line-height: 1.3; }
.single blockquote cite { max-width: 75%; padding: 10px 0 0 0; }

/*---------------- FOOTER --------------- */
.site-footer { font-size: .9rem; }
.site-footer .partner_sponsor {  }
.site-footer .partner_sponsor .h4, .site-footer .partner_sponsor h4 { min-height: 62px; width: 100%; }
.site-footer article { margin: 0; padding: 0; height: auto; min-height: 10px; }
.site-footer .h4, .site-footer h4 { font-size: .8rem; font-weight: normal; padding: 5px 0px 5px 0; margin: 0; }
.site-footer .widget h4 { font-family: "HelveticaNowText", Helvetica, Arial, sans-serif; font-size: .9rem; float: left; padding: 5px 15px 5px 0; }
.site-footer .site-footer-info { padding: 5px 15px 5px 0; }
.site-footer .menu { display: inline-block; }


/*---------------- ARCHIVES --------------- */
.subcatlist { width: 100%; }
.subcatlist ul li { float: left; }
.subcatlist ul li a { font-size: 1.4rem; text-decoration:none; }
.subcatlist ul li a:hover { color: #333; text-decoration: underline; }
.subcatlist ul li a:after { content: '—'; padding: 0 5px; color: #333;  }
.subcatlist ul li:last-of-type a:after { content: '';  }
.tag .subcatlist { display: none; }
.cat-desc p { font-size: 1.4rem; max-width: 700px; line-height: 1.4; }
.author .authorinfo h3, .author .authorinfo a, .cat-item-none { display: none; }
.author .authorinfo p.bio { font-size: 1rem; line-height: 1.6; }
.archive .article-stream article { margin: 0 0 25px 0; }
.archive .article-stream h2 { margin: 10px 0; position: relative; word-wrap: break-word; }
.archive .article-stream a { text-decoration:none; }
.archive  .article-stream article .article-featured-img { height: 220px; overflow: hidden; }
.archive .article-stream article .article-featured-img img{ height: 100%; object-fit: cover; mix-blend-mode: darken; }
.archive .article-stream article.category-english .article-featured-img img { mix-blend-mode: plus-lighter; }
.archive .article-stream p, .archive .article-stream .post-meta { font-size: 0.9rem; margin: 10px 0 5px 0; }


/*---------------- COMMENTS --------------- */
.comments-wrapper { margin: 30px 0 0 0; padding-top: 15px; }
.comments-wrapper h3 { padding: 5px 0 20px; }
.comments-wrapper .comment-author { font-size: 0.9rem; margin: 0 0 15px 0; }
.comments-wrapper .comment-author cite { display: inline; }
.comments-wrapper .comment-author cite:before { content: ""; }
.comments-wrapper h4 { display: inline; }
.comments-wrapper label { font-size: 1rem; }


/*---------------- SEARCHFORM & SEARCH & BUTTONS & FORMELEMENTS --------------- */
button, .button, .wp-block-search .wp-block-search__button { background: #fff; cursor: pointer; margin: 0 0 0 5px; padding: 15px 30px; height: 50px;
} color: #333; cursor: pointer; text-align: center; font-style: normal; font-size: 16px; display: inline-block;}
button:hover, button:focus, .button:hover, .button:focus, .wp-block-search__button:hover, .wp-block-search__button:focus { background: #333; color: #fff; }
input[type="text"], input[type="password"], input[type="date"], input[type="email"], input[type="search"], input[type="url"], textarea { background-color: #fff;  border-style: solid; border-width: 1px; font-size: 0.875rem; height: 50px; margin: 0 0 1rem; padding: 0.5rem; width: 100%; }
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus { background: none repeat scroll 0 0 #fafafa; border-color: #999; box-shadow: none; outline: medium none; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus { border-color: #999; box-shadow: none; }
#searchform input[type="text"] { height: 50px; }


/*----------------  SHORTCODES --------------- */
/* AUTHOR INFO SHORTCODE */
.authorinfo, .yarpp-related { width: 100%; max-width: 650px; }
.authorinfo .author-content { display: inline-block; width: 75%; }
.authorinfo h3 { margin: 0; font-size: 1rem; }
.authorinfo p.bio { margin: 0; font-size: 1rem; }
.authorinfo a { font-size: 1rem; }
.authorinfo h3 { margin: 0; font-size: 1rem; }
.authorinfo figure { margin: 0 19px 10px 0; float: left; border-radius: 50%; width: 120px; height: 120px; overflow: hidden; }
.authorinfo figure img { width: 100%; }
/* INFO BOX SHORTCODE */
.infoBox { background-color: #fff; margin: 0 0 1.6rem 3.6rem; border: 1px dotted #f03; display: block; padding: 20px 25px 20px 25px; }
.infoBox .textOverflow { height: 120px; overflow: hidden; }
.infoBox h3 { font-size: 1rem; font-weight: bold; margin: 0 0 .8rem 0; }
.infoBox p, .single .entry-content .infoBox p:first-child, .single .entry-content .infoBox p { font-size: .8rem; margin: 0 0 .8rem 0; max-width: 460px; }
.infoBox .btnMore { font-size: .8rem; margin: 5px 0 5px 0; }
/* INFO BOX RIGHT SHORTCODE */
.infoBoxRechts { margin: 0 -120px 1.6rem 3.6rem; border: 1px dotted #f03; display: block; float: right; width: 250px; padding: 20px 25px 20px 25px; }
.infoBoxRechts .textOverflowRechts { height: 135px; overflow: hidden; }
.infoBoxRechts h3 { font-size: 1rem; font-weight: bold; margin: 0 0 .8rem 0; }
.infoBoxRechts p, .single .entry-content .infoBoxRechts p:first-child, .single .entry-content .infoBoxRechts p { font-size: .8rem; margin: 0 0 .8rem 0; max-width: 460px; }
.infoBoxRechts .btnMoreRechts { font-size: .8rem; margin: 5px 0 5px 0; }


/*---------------- PAGINATION --------------- */
.pagination-centered { text-align: center; margin: 20px 0 0 0; }
.pagination-centered ul.pagination li { float: none; display: inline-block; }
.page-numbers { color: #999; display: block; height: 1.5rem; margin-left: -0.3125rem; }
.page-numbers li { height: 1.5rem; color: #333; font-size: 0.875rem; margin-left: 0.5rem; }
.page-numbers li a { display: block; padding: 0.125rem 0.625rem;color: #999; -webkit-border-radius: 3px; border-radius: 3px; }
.page-numbers li:hover a,.page-numbers li a:focus { background: #e6e6e6; }
.page-numbers li.unavailable a { cursor: default ;color: #999; }
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus { background: transparent; }
.page-numbers li.current a { background: #008cba; color: white; font-weight: bold; cursor: default; }
.page-numbers li.current a:hover, .page-numbers li.current a:focus { background: #008cba; }
.page-numbers li { float: left; display: block; }
.pagination-centered ul.page-numbers li { float: none;display: inline-block; }
.page-numbers li span.current { background: transparent; color: #333; padding: 0.0625rem 0.625rem 0.0625rem;font-weight: bold; cursor: default; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }


/*---------------- MISC --------------- */
#back-to-top { cursor: pointer; width: 40px; height: 40px; text-align: center; font-weight: bold; }
.englText { color:#444; }
.author-page-img { float: left; margin: 8px 15px 0 0; }


/* Alumni Page */
.page-template-page-alumni-2018 .site-content { text-align: center; padding: 35px 0; }
.page-template-page-alumni-2018 .site-content .entry-header { display: none; }
.page-template-page-alumni-2018 .entry-content p:first-child { color: #ff0033; font-size: 1.4rem; max-width: 840px; margin: 0 auto; }
.page-template-page-alumni-2018 .entry-content .alumni-frage { margin: 25px 0 0 0; font-size: 1.4rem; font-style: italic; }
.page-template-page-alumni-2018 .alumni-content { -moz-column-count: 3; -webkit-column-count: 3; column-count: 3; -moz-column-gap: 15px; -webkit-column-gap: 15px; column-gap: 15px; }
.page-template-page-alumni-2018 .alumni-content article.alumni-sizer,
.page-template-page-alumni-2018 .alumni-content article.alumni-item { padding: 15px 20px; background: #fff; border: 1px solid #ff0033; display: inline-block; margin: 0 0 15px 0; width: 100%; position: relative; }
.page-template-page-alumni-2018 .alumni-content figure, .alumni-content-footer figure { width: 80px; height: 80px; margin: 25px auto 0px auto; overflow: hidden; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.tt_blog_frage { font-family: Georgia, 'Times New Roman', serif; color: #ff0033; line-height: 1.5; font-size: 1.2rem; margin: 15px auto 20px auto; max-width: 600px; } 
.page-template-page-alumni-2018 .alumni-content .alumni-name { margin: 0 0 5px 0; color: #ff0033; }
.page-template-page-alumni-2018 .alumni-content .alumni-overlay  { position: absolute; top: 0; left: 0; height: 100%; }
.page-template-page-alumni-2018 .alumni-content .alumni-overlay span.overlay-content { display: flex; justify-content: center; flex-wrap: wrap; align-items: center; padding: 25px; font-size: 1rem; font-weight: bold; background: #fff; height: 100%; opacity: 0; }
.page-template-page-alumni-2018 .alumni-content .alumni-overlay span.overlay-content:hover, 
.page-template-page-alumni-2018 .alumni-content .alumni-overlay span.overlay-content:active { opacity: 0.95; }


/*---------------- TT-Blog 2024 (ID 17) 

.ttblog-17 .socials a.twitter-link, .ttblog-1 .socials a.twitter-link { display: none; }
.main-navigation article { position: absolute; top: 300px; height: auto; margin: 0; padding: 0; min-height: 10px; }
.main-navigation article li { font-family: 'Ekstra', sans-serif; text-align: center; width:100%; }
.ttblog-17 .grid { display:flex; flex-wrap: wrap; }
.ttblog-17 .grid-item { flex: 1 0 32%; max-width: 32%; }
.ttblog-17 article .teaser-overlay { position: relative; opacity: 1; background: none; height: auto; }
.ttblog-17 article .overlay-content { display: block; font-size: 1.1rem; text-align:left; padding: 0; height: auto; }
.ttblog-17 article a:hover { text-decoration: underline; }
.ttblog-17.home .site-footer { background: transparent; }
.ttblog-17.single #content, .ttblog-17.page #content, .ttblog-17 .site-footer { background: #252958; }
.ttblog-17.single #content .grid-container, .ttblog-17.page #content .grid-container, .ttblog-17 .site-footer .grid-container, .ttblog-17.archive .site-footer { background: #eaf0f2; }

--------------- */


/*---------------- TT-Blog 2025 (ID 18) --------------- */
/*--- Für die Übergangszeit werden die Styles von ttblog-18 auch für ttblog-17 genutzt, später zurücksetzen! --- */
body.custom-background.ttblog-17.home, .ttblog-17.home .site-footer { background: #ece5db; }
.ttblog-17 .logo-area { background: #18ffa1;}
.ttblog-17 a:hover,.ttblog-17 a:focus, .ttblog-17.home a:hover h2 { background: #18ffa1; color: #000; }
.ttblog-17 .main-navigation .menu .active > a { background: transparent; text-decoration: underline; color: #000; }
.ttblog-17 .grid { display:flex; flex-wrap: wrap; }
.ttblog-17 .grid-item { flex: 1 0 32%; max-width: 32%; }
.ttblog-17 article .teaser-overlay { position: relative; opacity: 1; background: none; height: auto; }
.ttblog-17 article .overlay-content { display: block; font-size: 1.1rem; text-align:left; padding: 0; height: auto; }
.ttblog-17 .site-footer a:hover, .site-footer a:focus, .ttblog-17 .site-footer .menu a:hover, .site-footer .menu a:focus, .ttblog-17 .site-logo a:hover, .site-logo  a:focus, .ttblog-17 .socials a:hover, .socials  a:focus { background: transparent; }
.ttblog-17.single #content, .ttblog-17.page #content, .ttblog-17 .site-footer { background: #18ffa1; }
.ttblog-17.single #content .grid-container, .ttblog-17.page #content .grid-container, .ttblog-17 .site-footer .grid-container, .ttblog-17.archive .site-footer { background: #ece5db; }
.main-navigation article { position: absolute; top: 300px; height: auto; margin: 0; padding: 0; min-height: 10px; }
.main-navigation article li { font-family: 'Ekstra', sans-serif; text-align: center; width:100%; }
.ttblog-17 .site-intro p a { border-bottom: 12px #18ffa1 solid; text-decoration: none; }
.ttblog-17 .site-intro p a:hover { border-bottom: 4px #18ffa1 solid; background: #18ffa1; color: #000; }
.ttblog-17 article .teaser-overlay:hover { background: transparent; color: #000; }
.ttblog-17.home article.category-instagram:hover { background: #18ffa1; }
.ttblog-17.home header article:hover, .ttblog-17.home footer article:hover  { background: transparent; }

body.custom-background.ttblog-18.home, .ttblog-18.home .site-footer { background: #ece5db; }
.ttblog-18 .logo-area { background: #18ffa1;}
.ttblog-18 a:hover, .ttblog-18 a:focus,  .ttblog-18.home a:hover h2  { background: #18ffa1; color: #000; }
.ttblog-18 .logo-area a:hover, .ttblog-18 .logo-area a:focus  { text-decoration: underline; background: transparent; color: #000; }
.ttblog-18 .main-navigation .menu .active > a { background: transparent; text-decoration: underline; color: #000; }
.ttblog-18 .socials a svg:hover { fill: #fff; }
.ttblog-18 .grid { display:flex; flex-wrap: wrap; }
.ttblog-18 .grid-item { flex: 1 0 32%; max-width: 32%; }
.ttblog-18 article .teaser-overlay { position: relative; opacity: 1; background: none; height: auto; }
.ttblog-18 article .overlay-content { display: block; font-size: 1.1rem; text-align:left; padding: 0; height: auto; }
.ttblog-18 .site-footer a:hover, .site-footer a:focus, .ttblog-18 .site-footer .menu a:hover, .site-footer .menu a:focus, .ttblog-18 .site-logo a:hover, .site-logo  a:focus, .ttblog-18 .socials a:hover, .socials  a:focus { background: transparent; }
.ttblog-18.single #content, .ttblog-18.page #content, .ttblog-18 .site-footer { background: #18ffa1; }
.ttblog-18.single #content .grid-container, .ttblog-18.page #content .grid-container, .ttblog-18 .site-footer .grid-container, .ttblog-18.archive .site-footer { background: #ece5db; }
.main-navigation article { position: absolute; top: 300px; height: auto; margin: 0; padding: 0; min-height: 10px; }
.main-navigation article li { font-family: 'Ekstra', sans-serif; text-align: center; width:100%; }
.ttblog-18 .site-intro p a { border-bottom: 12px #18ffa1 solid; text-decoration: none; }
.ttblog-18 .site-intro p a:hover { border-bottom: 4px #18ffa1 solid; background: #18ffa1; color: #000; }
.ttblog-18 article .teaser-overlay:hover { background: transparent; color: #000; }
.ttblog-18.home article.category-instagram:hover { background: #18ffa1; }
.ttblog-18.home header article:hover, .ttblog-18.home footer article:hover  { background: transparent; }


/*---------------- TT-Blog 2026 (ID 19) --------------- */

body.custom-background { background: #dddbd7; }
.ttblog-19 .logo-area { background-image: url("img/TT-BLog_stripe_2.png"); background-size: 240px; position: fixed; }
.ttblog-19 .flip-card { top: 118px; left: 130px; background: #e42e23; }
.ttblog-19 .site-header { background: #dddbd7; max-width: 1600px; position:relative; }
.ttblog-19 .site-logo img { opacity: .7; }
.ttblog-19 .site-logo a img:hover { opacity: 1; }
.ttblog-19 .main-navigation article { top: 200px; background: #e42e23; padding: 80px 0 25px 0; }
.ttblog-19 .socials { margin: 435px 0 25px 0; background: #e42e23; padding: 25px 0;}
.ttblog-19 .socials a svg { fill: #dddbd7; width: 50px; max-width: 35px; max-height: 35px; margin: 12px auto; display: block; }
.ttblog-19 .socials a:hover { background: #dddbd7; width: 60px; border-radius: 50%; }
.ttblog-19 .socials a:hover svg, .ttblog-19 .socials a svg:hover  { fill: #e42e23; }
.ttblog-19.home #content.grid-container { background: #dddbd7; max-width: 1360px; min-height: 800px; width: 70vw; }
.ttblog-19 .site-footer { background: #dddbd7; max-width: 1240px; position: relative; }
.ttblog-19 .site-footer:after { content: ""; display: inline-block; background-image: url('img/TT-BLog_stripe_2.png'); background-repeat: repeat-y; width: 240px; position: fixed; top: 0; right: 0; height: 10000px; background-size: contain; }
.ttblog-19.home  .site-footer { max-width: 1600px; width: 90vw; }

.ttblog-19  #content .grid-container { background: #dddbd7; position:relative; min-height: 800px; }

.home.ttblog-19 #isotopeGrid article { background: #dddbd7; padding: 25px;}
.home.ttblog-19 #isotopeGrid article:hover { background: #e42e23; }
.home.ttblog-19 #isotopeGrid article:hover p, .home.ttblog-19 #isotopeGrid article:hover h2, .home.ttblog-19 #isotopeGrid article:hover .post-meta .author, .home.ttblog-19 #isotopeGrid article:hover .post-meta time { color: #fff; }
.ttblog-19 .menu-tt-blog-2026-hauptmenue-container a { background: #e42e23; color: #dddbd7; font-weight: bold; display: inline-block; margin: 0 0 10px 0; }
.ttblog-19 .menu-tt-blog-2026-hauptmenue-container a:hover, .ttblog-19 .menu-tt-blog-2026-hauptmenue-container a:focus  { background: #dddbd7; color: #e42e23; }
.ttblog-19 .main-navigation .menu .active > a { background: transparent; text-decoration: underline; color: #000; }
.ttblog-19 .grid { display:flex; flex-wrap: wrap; }
.ttblog-19 .grid-item { flex: 1 0 32%; max-width: 32%; padding: 0 0 25px 0; }
.ttblog-19 article .teaser-overlay { position: relative; opacity: 1; background: none; height: auto; }
.ttblog-19 article .overlay-content { display: block; font-size: 1.1rem; text-align:left; padding: 0; height: auto; }
.ttblog-19 .site-footer a:hover, .site-footer a:focus, .ttblog-19 .site-footer .menu a:hover, .site-footer .menu a:focus, { background: transparent; }

.ttblog-19.home article h2 { font-size: 2.2rem; margin-bottom: 1rem; }
.ttblog-19 .site-intro { margin: 20px 0 0 0; }
.ttblog-19 .site-intro p { font-size: 2rem; line-height: 1.8; padding: 15px 15px 25px 15px; border-radius: 25px; }
.ttblog-19 .site-intro p a { border-bottom: 12px #e42e23 solid; text-decoration: none; }
.ttblog-19 .site-intro p a:hover { border-bottom: 4px #e42e23 solid; background: #e42e23; color: #fff; }
.ttblog-19 article .teaser-overlay:hover { background: transparent; color: #000; }
.ttblog-19.home article h2, .ttblog-19 article .teaser-overlay, .ttblog-19 article .post-meta { margin-left: 10px; margin-right: 10px; }
.ttblog-19.home article.category-instagram:hover { background: #e42e23; }
.ttblog-19.home footer article:hover  { background: transparent; }

.ttblog-19.is-dark .flip-card { background: #000; }
body.ttblog-19.is-dark .site-logo img { filter: none; }
.ttblog-19.is-dark .logo-area,  .ttblog-19.is-dark .site-header, .ttblog-19.is-dark.home #content.grid-container,
.ttblog-19.is-dark .site-footer, .ttblog-19.is-dark .site-intro p, .ttblog-19.is-dark .site-intro p a, .home.ttblog-19.is-dark #isotopeGrid article, .ttblog-19.is-dark .site-intro p,
.ttblog-19.is-dark #content .grid-container, .ttblog-19.is-dark .main-navigation article, .ttblog-19.is-dark  .socials  { background: rgba(0, 0, 0, 1);  }
.ttblog-19.is-dark .site-footer:after { background-image: none; }

@media only screen and ( max-width: 1380px ) {
  .ttblog-19 .site-footer:after { display: none; }
  .ttblog-19.home #content.grid-container { width: inherit; }
}
@media only screen and ( max-width: 640px ) {
  .ttblog-19 .logo-area { background-image: none;  background: #e42e23; position: relative; }
  .ttblog-19 .flip-card { top: inherit; left: inherit; }
  .ttblog-19 .socials { margin: 0; background: #dddbd7; border-bottom: 1px solid #e42e23; }
  .ttblog-19 .socials a  { background: none; border: none; }
  .ttblog-19 .socials a svg { fill: #333; }
  .ttblog-19 .site-intro, .single.ttblog-19 .featured-media { margin: 80px 0 0 0; font-size: 1.6rem; line-height: 1.5; }
  .page.ttblog-19 .entry-header  { margin: 120px 0 0 0; font-size: 1.6rem; line-height: 1.5; }
  .ttblog-19 .site-intro p { font-size: 1.6rem; line-height: 1.6; }
  .ttblog-19 #OpenOverlayNav { margin: 0 0 0px 0; background: #dddbd7; border-bottom: 1px solid #e42e23; }
  .home.ttblog-19 #content.grid-container { margin: 0 0 25px 0; }
  .home.ttblog-19 #isotopeGrid article { padding: 15px; }
  .home.ttblog-19 #isotopeGrid article:hover {  }
  .home.ttblog-19 #isotopeGrid article:hover p, .home.ttblog-19 #isotopeGrid article:hover h2, .home.ttblog-19 #isotopeGrid article:hover .post-meta .author, .home.ttblog-19 #isotopeGrid article:hover .post-meta time { color: #000; }
}



/*---------------- RESPONSIVNESS --------------- */
@media only screen and ( max-width: 1280px ) {
  .home article.category-twitter .ttf-tweet-text, .home article .overlay-content { font-size: 1.1rem; }
  h2, .home article.category-zitat-des-tages blockquote p { font-size: 1.4rem; line-height: 1.4; }
  .grid-item { padding: 0 15px 25px 0 }
  .home article.category-twitter .ttf-tweet-text, .home article .overlay-content { font-size: 1rem; }
  .site-intro p, .site-intro h1, .entry-header h1 { font-size: 2rem; }
}
@media only screen and ( max-width: 1024px ) {
  .grid-item, .ttblog-17 .grid-item, .ttblog-18 .grid-item, .ttblog-19 .grid-item  { width: 40%; flex: 1 0 100%; max-width: none; }
  .grid-item-w2, .grid-item-w3, .ttblog-17 .grid-item { max-width: 100%; flex: 0 0 100%; }
  .site-intro p, .site-intro h1, .entry-header h1 { font-size: 2rem; line-height: 1.3; }
  .home article { margin: 0 0 15px 0; }
  .home article.category-twitter .ttf-tweet-text, .home article .overlay-content, p { font-size: 1rem; }
  h2 { font-size: 1.2rem; line-height: 1.4; }
  .site-footer .partner_sponsor img { max-width: 260px; }
}
@media only screen and ( max-width: 640px ) {
  .logo-area { width: 100%; height: 160px; position: absolute; }
    .flip-card { position: relative; width: 150px; height: 150px; top: 0; left: unset; float: none; margin: 0 auto; }
    .site-logo img { padding: 0; }
    .archiv-logo a div { margin: -25px 0 0 0; font-size: 1.2rem; }
  .grid-container { margin: 0; padding: 0 10px 20px 10px; }
    #content { margin: 0 15px 25px 15px; }
    .sidebar_widget { display: none; }
  .grid-item, .grid-item-w2, .grid-item-w3, .ttblog-17 .grid-item, .ttblog-18 .grid-item, .ttblog-19 .grid-item   { width: 100%; padding: 0 0 25px 0; max-width: none;
    flex: 1 0 100%; }
  .site-logo { max-width: 180px; padding: 0; margin: 0 auto; display: inherit; }
  .site-intro, .page .entry-header, .single .featured-media { margin: 280px 0 25px 0; min-height: 60px; width: 100% }
  .site-intro p, .site-intro h1 { font-size: 1.6rem; line-height: 1.5; padding: 0 15px; hyphens: auto; }
  .entry-header h1 { font-size: 1.8rem; line-height: 1.5; padding: 0; }
  #OpenOverlayNav { margin: 0 0 1px 0; background: #fff; }
  .socials { background-color: #fff; margin: 0; flex-direction: row; width: 100%; height: 50px; }
  .socials a { width: 33.3%; border-top: 1px solid #ffebeb; border-right: 1px solid #ffebeb; }
  .socials a svg { display: block; width: 50px; max-width: 30px; max-height: 29px; margin: 10px auto; }
    .home article { height: auto; }
  .home article .teaser-overlay { background: transparent; position: relative; text-align: left; opacity: 1; }
  .home article .overlay-content { font-size: 1rem; font-weight: normal; color: #333; padding: 0; }
  .home article .overlay-content p { margin: 0; }
  .home article .overlay-content div { max-width: 700px; }
  .wp-block-image { display: inline-block; margin: 0;}
  .single .authorinfo, .single .authorinfo h3 { font-size: 0.9rem; }
  .author .authorinfo p.bio { font-size: 1rem;}
  .authorinfo .author-content { width: 100%; }
  .single .entry-content p:first-child { font-size: 1rem; margin: 0 0 1.6rem 0; }
  .single .entry-content p, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4 { margin: 0 0 1.6rem 0; }
  .infoBox { margin: 0 0 1.6rem 0; }
  .infoBoxRechts { float: none; margin: 0 0 1.6rem 0; width: 100%; }
  iframe { max-width: 100%; }
}


/*---------------- Dark Mode --------------- */
.dark-toggle__switch { --width: 54px; --height: 24px; --padding: 4px; display: block; overflow: hidden; position: relative; background-color: transparent; width: var(--width); height: var(--height); border: 1px solid black; border-radius: 1rem; cursor: pointer; }
body.is-dark .dark-toggle__switch { border: 1px solid white; }
.dark-toggle__switch::before { content: ""; position: absolute; z-index: 3; display: inline-block; background-color: black; width: calc(var(--height) - var(--padding) - var(--padding)); height: calc(var(--height) - var(--padding) - var(--padding)); top: 50%; left: var(--padding); border-radius: 50%; transform: translateY(-50%); transition: all 0.25s ease-in-out; }
body.is-dark .dark-toggle__switch::before { background-color: white; }
.dark-mode_input { opacity: 0; width: 0; height: 0; display: block; }
.dark-toggle span { float: left; margin-right: 10px; }
input:checked + .dark-toggle__switch::before { transform: translateY(-50%) translateX(calc(var(--width) / 2 - var(--padding) / 2)); }
.dark-toggle__switch::after { content: ""; position: absolute; top: 50%; left: 0; z-index: 2; display: inline-block; background-color: transparent; transition: all 0.25s ease-in-out; transform: translateY(-50%); width: 1px; height: 1px;  border-radius: 50%; }
body.is-dark .dark-toggle__switch::after { z-index: 4; width: calc(var(--width) * 0.7); height: calc(var(--width) * 0.7); }

body.is-dark.custom-background, body.is-dark.custom-background.ttblog-17.home, body.is-dark .ttblog-17.home .site-footer
body.is-dark, body.is-dark.ttblog-17.single #content .grid-container, body.is-dark.ttblog-17.page #content .grid-container, body.is-dark.ttblog-17 .site-footer .grid-container, body.is-dark.ttblog-17.archive .site-footer,
body.is-dark.custom-background.ttblog-17.home, body.is-dark.ttblog-17.home .site-footer,
body.is-dark.custom-background.ttblog-18.home, body.is-dark .ttblog-187.home .site-footer
body.is-dark, body.is-dark.ttblog-18.single #content .grid-container, body.is-dark.ttblog-18.page #content .grid-container, body.is-dark.ttblog-18 .site-footer .grid-container, body.is-dark.ttblog-18.archive .site-footer,
body.is-dark.custom-background.ttblog-18.home, body.is-dark.ttblog-18.home .site-footer
{ color: #fff; background-color: #101010; }
body.is-dark.ttblog-17 .site-intro p a, body.is-dark .ttblog-18 .site-intro p a,body.is-dark a, body.is-dark.home article h2, body.is-dark .post-meta .author, body.is-dark .post-meta time,
body.is-dark.home article .overlay-content div p, body.is-dark footer .menu > li > a:hover
{ color: #fff; }
body.is-dark.ttblog-17 .main-navigation .menu .active > a,
body.is-dark.ttblog-18 .main-navigation .menu .active > a
{ color: #fff; background: transparent; }
body.is-dark .logo-area, body.is-dark.ttblog-17.single #content, body.is-dark.ttblog-17.page #content, body.is-dark.ttblog-17 .site-footer,
body.is-dark.ttblog-18.single #content, body.is-dark.ttblog-18.page #content, body.is-dark.ttblog-18 .site-footer
{ background-color: #222; }
body.is-dark.single .entry-header .post-category a { color: #ccc; background: transparent; }
body.is-dark .site-logo img, body.is-dark .partner_sponsor img { filter: invert(100%) hue-rotate(180deg) brightness(1.2); }
body.is-dark img { mix-blend-mode: normal !important; }
body.is-dark .socials a svg { fill: #fff; }
body.is-dark.home article.category-instagram { border: 1px dotted #fff; }

@media only screen and ( max-width: 640px ) {
  body.is-dark #OpenOverlayNav,
  body.is-dark .socials { background-color: #222; color: #fff; }
  body.is-dark #OverlayNavigation a { color: #fff; }
  body.is-dark .socials a { border: 0; }

}