/*!
Theme Name: tlab
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tlab
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tlab is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

html {
  scroll-behavior: smooth;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: normal;
	font-family: 'TajawalBold';
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* ==========================================================================
   fonts
   ========================================================================== */

/* Webfont: Tajawal-Black */@font-face {
    font-family: 'TajawalBlack';
    src: url('fonts/Tajawal/Tajawal-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: Tajawal-Bold */@font-face {
    font-family: 'TajawalBold';
    src: url('fonts/Tajawal/Tajawal-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: Tajawal-ExtraBold */@font-face {
    font-family: 'TajawalExtraBold';
    src: url('fonts/Tajawal/Tajawal-ExtraBold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: Tajawal-ExtraLight */@font-face {
    font-family: 'TajawalExtraLight';
    src: url('fonts/Tajawal/Tajawal-ExtraLight.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Tajawal-Light */@font-face {
    font-family: 'TajawalLight';
    src: url('fonts/Tajawal/Tajawal-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Tajawal-Medium */@font-face {
    font-family: 'TajawalMedium';
    src: url('fonts/Tajawal/Tajawal-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Tajawal-Regular */@font-face {
    font-family: 'TajawalRegular';
    src: url('fonts/Tajawal/Tajawal-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}



/* Webfont: AlegreyaSans-Black */@font-face {
	font-family: 'AlegreyaSans-Black';
	src: url('fonts/AlegreyaSans/AlegreyaSans-Black.ttf') format('truetype');
	font-style: normal;
	font-weight: 900;
}





/* Webfont: Supreme-Medium */@font-face {
  font-family: 'Supreme-Medium';
  src: url('fonts/Supreme/Supreme-Medium.woff2') format('woff2'),
       url('fonts/Supreme/Supreme-Medium.woff') format('woff'),
       url('fonts/Supreme/Supreme-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


/* Typography
--------------------------------------------- */

html {
	font-size: 16px;
}

@media screen and (max-width: 1200px) {
	
	html {
		font-size: 15px; 	
    }
}

@media screen and (max-width: 860px) {
	
	html {
		font-size: 14px; 	
    }
}

@media screen and (max-width: 480px) {
	
	html {
		font-size: 13px; 	
    }
}


body,
button,
input,
select,
optgroup,
textarea {
	color: #160D2D;
	font-family: 'TajawalRegular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (max-width: 1200px) {
    
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 1.05rem;
    }
}

@media screen and (max-width: 860px) {
    
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 1.1rem;
        line-height: 1.4;
    }
}

@media screen and (max-width: 480px) {
    
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 1.15rem;
    }
}
	

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-weight: normal;
    font-family: "TajawalLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

p {
	margin: 0 0 1rem 0;
}

h3 p {
	margin: 0 0 0 0;
}


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

#page {
    overflow-x: hidden;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
    margin-left: -1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

.image img {
	width: 100%;
	height: auto;
    display: block;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #C44208;
	text-decoration: none;
    transition: all 0.15s ease;
}

a:visited {
	color: #C44208;
    transition: all 0.15s ease;
}

a:hover,
a:focus,
a:active {
	color: #E06B0F;
    transition: all 0.15s ease;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

h1.entry-title {
    font-family: 'TajawalLight', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 2.5rem;
    line-height: 1.2;
    max-width: 70%;
    margin-top: 0;
}

.news_container h1.entry-title {
    max-width: 90%;
}

.news-content p {
	display: inline;
}

.news-content a {
	font-size: 1.25rem;
	line-height: 1.2;
	padding: 0 0.25rem 0 0.25rem;
}

@media screen and (max-width: 860px) {
	
    h1.entry-title {
        max-width: 100%;
    }

    .news_container h1.entry-title {
        max-width: 100%;
    }
}

.page h1.entry-title {
    margin-top: 0;
}

.single-post h1.entry-title,
.single-projekt h1.entry-title,
.page-template-default h1.entry-title {

}

/* wanderbutton */

.wanderbutton {
	position: fixed;
	right: 0;
	bottom: 3.2rem;
	background-color: #C7610B;
	width: 4rem;
	height: 4rem;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	z-index: 99999;
	filter: drop-shadow(0 0.5rem 1rem rgba(0,0,0,0.25));
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: all 0.3s ease;
}

.wanderbutton .close {
	display: none;
}

.wanderbutton .content {
	display: none;
}

.wanderbutton:hover {
	cursor: pointer;
}

.wanderbutton.highlight {
	width: 24rem;
	height: 14rem;
    background-image: url(https://transformation-lab.lu/wp-content/uploads/2022/01/info_o.svg);
    background-repeat: no-repeat;
    background-position: bottom -1.5rem right -3rem;
    transition: all 0.3s ease;
}

.wanderbutton.highlight .image {
	display: none;
}

.wanderbutton.highlight .content {
	display: block;
}

.wanderbutton.highlight .close {
	display: inline-block;
    position: absolute;
    top: 0.3rem;
    right: 0;
}

.wanderbutton.highlight .close::before {
	color: #FFF;
    content: "×";
    font-size: 2rem;
    padding-left: 0.4em;
    padding-right: 0.4em;
}

.wanderbutton.highlight a,
.wanderbutton.highlight a:visited {
	color: #ffffff;
    position: absolute;
    bottom: 0;
	top: 2rem;
	padding: 2rem 1.8rem 2.5rem 2rem;
    left: 0;
	width: 100%;
	height: 14rem;
    font-size: 1.2rem;
    font-family: 'TajawalMedium', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wanderbutton.highlight .content .signatue_logo::before {
    content: "";
    display: block;
	height: 6rem;
	width: 100%;
	background-image: url("https://transformation-lab.lu/wp-content/uploads/2022/01/Transformationslabor_Luxemburg.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 10%;
    left: 0;
	margin: 0 0 1rem 0;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.site {
    position: relative;
}

.top_bar {
	display: block;
    content:url('img/transformation-header-verlauf.png'); /* with class ModalCarrot ??*/
	height: 0.75rem;
	margin: 0 auto;
    width: 100%;
}

/* Header
--------------------------------------------- */

.site-main {
	width: 100%;
	margin: 2rem 0 0 0;
}

.site-main .container {
	max-width: 1200px;
	max-width: 75rem;
	margin: 0 auto;
}

.site-header {
	max-width: 1200px;
	max-width: 75rem;
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {
	
    .site-main .container {
        max-width: 100%;
        margin: 0;
    }
    
    .site-header {
        max-width: 100%;
        margin: 0;
        padding: 0 2rem;
    }
}

.site-header {
	display: flex;
	justify-content: space-between;
	margin: 1.5rem auto 0 auto;
}

.main-navigation {
	text-align: right;
}

.menu-menu-1-container {
	display: inline-block;
	margin: 0 0 0 auto;
}

/* Body
--------------------------------------------- */

.skewed {
	transform: skew(0deg, -4deg);
    box-shadow: inset 0 2.5rem 1.5rem -1rem rgba(0,0,0,0.075);
    
    outline: 1px solid transparent;
	margin: 0 0 0 0;
}

.skewed .container {
	transform: skew(0deg, 4deg);
    
    outline: 1px solid transparent;
}

section > .container {
    padding: 0 2rem;
}

section.slider_block > .container {
    padding: 0 0;
}

.top.container {
    padding-top: 5rem;
}

/* single projekt */


.single-post .site-main .container, 
.page-template-default .site-main .container, 
.site-main .container.with-sidebar, 
.single-projekt .site-main .top.container {
	display: flex;
	justify-content: space-between;
}

.single-post .site-main .container article,
.page-template-default .site-main .container article,
.single-projekt .site-main .container article,
.site-main .container.with-sidebar article,
.blog .top.container .news_container .content, 
.top.container .news_container .content {
	flex: 0 0 65%;
    padding-left: 2rem;
}

.blog .top.container .news_container .content, 
.top.container .news_container .content {
	margin-bottom: 8rem;
}

/* .single-post .site-main .container aside,
.page-template-default .site-main .container aside,
.single-projekt .site-main .container aside,
.blog .site-main .container aside, */
.site-main .container aside {
	flex: 0 0 30%;
	margin: 0 0 4rem 0;
}

@media screen and (max-width: 1280px) {
	
    section > .container {
        padding: 0 4rem;
    }

    .top.container {
        padding-top: 4rem;
    }
	
    .single-post .site-main .container article,
    .page-template-default .site-main .container article,
    .single-projekt .site-main .container article,
    .blog .top.container .news_container .content, 
    .top.container .news_container .content,
    .top.container.with-sidebar article {
        flex: 0 0 62%;
        padding-left: 4rem;
    }

    .blog .top.container .news_container .content, 
    .top.container .news_container .content {
        margin-bottom: 6rem;
    }
    
    .site-main .container aside {
        flex: 0 0 26%;
        margin: 0 4rem 4rem 0;
    }
}

@media screen and (max-width: 860px) {
    
    .single-post .site-main .container, 
    .page-template-default .site-main .container, 
    .single-projekt .site-main .top.container,
    .blog .top.container .news_container, 
    .top.container .news_container,
    .top.container.with-sidebar {
        display: block;
    }
	
    .single-post .site-main .container article,
    .page-template-default .site-main .container article,
    .single-projekt .site-main .container article,
    .blog .top.container .news_container .content, 
    .top.container .news_container .content,
    .top.container.with-sidebar article {
        flex: none;
        display: block;
        width: 100%;
        padding-right: 4rem;
    }
    
    .site-main .container aside {
        flex: none;
        display: block;
        width: 100%;
        padding: 4rem 4rem;
    }
}

@media screen and (max-width: 680px) {
	
    section > .container {
        padding: 0 3rem;
    }

    .top.container {
        padding-top: 3rem;
    }
	
    .single-post .site-main .container article,
    .page-template-default .site-main .container article,
    .single-projekt .site-main .container article,
    .blog .top.container .news_container .content, 
    .top.container .news_container .content,
    .top.container.with-sidebar article {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    
    .site-main .container aside {
        margin: 0 3rem 4rem 0;
        padding: 3rem 3rem;
    }
}

@media screen and (max-width: 480px) {
	
    section > .container {
        padding: 0 2rem;
    }

    .top.container {
        padding-top: 3rem;
    }
	
    .single-post .site-main .container article,
    .page-template-default .site-main .container article,
    .single-projekt .site-main .container article,
    .blog .top.container .news_container .content, 
    .top.container .news_container .content,
    .top.container.with-sidebar article {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .site-main .container aside {
        margin: 0 2rem 4rem 0;
        padding: 3rem 2rem;
    }
}

.single-projekt .banner {
	background-image: url("img/header-wissenschaft@2x.png");
    background-position: bottom right;
	background-size: cover;
	height: 15rem;
	width: 100%;
    max-width: 1200px;
	margin: 0 auto;
    position: relative;
}

.blog .banner,
.page .banner,
.single-team .banner,
.single-post .banner,
.archive .banner {
	background-image: url("img/header-allgemein@2x.png");
    background-position: bottom right;
	background-size: cover;
	height: 15rem;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
    position: relative;
}

.single-projekt .banner::before {
    content: "";
    display: block;
	height: 6rem;
	width: 6rem;
	background-image: url("https://transformation-lab.lu/wp-content/uploads/2022/01/uni-lux-logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 2.8rem;
    left: 2.5rem;
    filter: drop-shadow(0 0 0.4rem rgba(0,0,0,0.30));
}

@media screen and (max-width: 860px) {
    
    .single-projekt .banner, 
    .blog .banner,
    .page .banner,
    .single-post .banner,
    .archive .banner,
    .team-template-default .banner {
        height: 12rem;
    }
    
}

@media screen and (max-width: 680px) {
    
    .single-projekt .banner::before {
        height: 5rem;
        width: 5rem;
        top: 2.8rem;
        left: 3rem;
    }
    
}

@media screen and (max-width: 480px) {
    
    .single-projekt .banner, 
    .blog .banner,
    .page .banner,
    .single-post .banner,
    .archive .banner,
    .team-template-default .banner {
        height: 10rem;
    }
    
    .single-projekt .banner::before {
        top: 2.5rem;
        left: 2rem;
    }
    
}

/*
.blog .banner::before,
.page .banner::before,
.single-post .banner::before,
.single-projekt .banner::before,
.archive .banner::before {
  content: "";
  display: block;
  height: 6rem;
  width: 6rem;
  background-image: url("https://transformation-lab.lu/wp-content/uploads/2022/01/uni-lux-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2.8rem;
  left: 2.5rem;
  filter: drop-shadow(0 0 0.4rem rgba(0,0,0,0.30));
}
*/


/* -- */

.post-thumbnail {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

@media screen and (max-width: 860px) {
	
    .post-thumbnail {
        margin-left: 0;
    }
    
}

@media screen and (max-width: 680px) {
	
    .post-thumbnail {
        margin-left: 0;
        padding-right: 0;
    }
    
}

.entry-content p img {
    margin: 1.2rem auto 1rem;
}

.entry-content p a img,
.teaser_list .entry a img,
section.recommended_block .columns .entry a img {
    opacity: 1;
    transition: all 0.2s ease;
}

.entry-content p a:hover img,
.teaser_list .entry a:hover img,
section.recommended_block .columns .entry a:hover img {
    opacity: 0.85;
    transition: all 0.2s ease;
}

.teaser_list .entry a:hover .text {
    color: #C44208;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-family: 'TajawalRegular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.single-projekt article h2,
.single-projekt article h3,
.single-projekt article h4 {
    color: #008789;
    font-family: 'TajawalRegular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.single-projekt article h2 {
    font-size: 2.4rem;
    margin: 0 0 0.67em 0;
    line-height: 1.2;
}

.single-projekt article h3,
.entry-content h3 {
    font-size: 1.7rem;
    margin: 3rem 0 1rem 0;
    line-height: 1.3;
}

.single-projekt article h4,
.entry-content h4 {
    font-size: 1.3rem;
    margin: 1.5rem 0 1rem 0;
    line-height: 1.3;
}

/*
.postid-511 article h4 {
    color: #FFF;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'dinosaur', 'TajawalRegular', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
    font-size: clamp(0.8rem, -2.2rem + 6.333333vw, 2rem);
    letter-spacing: 0.06em;
    transition: all 0.15s ease;
    position: absolute;
    width: 50%;
    padding: 2rem;
}
*/

.single-projekt article hr {
    background-color: rgba(255,255,255,0.00);
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="3" viewBox="0 0 30 20"><circle fill="rgba(0,135,137,1.00)" cx="6" cy="6" r="6"/></svg>');
    background-repeat: round;
    margin: 3rem 0;
}

/* allgemein */

.label {
	text-transform: uppercase;
	font-size: 0.9rem;
	font-family: 'TajawalBold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	letter-spacing: 0.05rem;
	margin: 0 0 1rem 0;
}

.teaser .title {
	font-size: 1.5rem;
	line-height: 1.2;
	font-family: 'TajawalMedium', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.teaser .title b,
.teaser .title strong {
	font-family: 'TajawalBold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
}

.teaser .title p {
	margin: 0 0 0.5rem 0;
}

.teaser.entry .text a,
.text a {
    font-family: 'TajawalBold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.text.columns b,
.text.columns strong {
    font-family: 'TajawalBold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
}

.intro_text {
	font-size: 1.25rem;
	line-height: 1.4;
    margin-bottom: 2rem;
}

/* .intro_text em {
    font-style: normal;
    font-family: 'TajawalItalic';
} */

.intro_text a,
.intro_text a:visited {
	font-family: 'TajawalBold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}


/* start page */

.start_intro .right_column {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.start_intro .right_column .logo {
	flex: 0 0 32%;
}

.start_intro.block,
.landing_intro.block {
	transform: skew(0deg, -4deg);
	background-color: rgba(0, 0, 0, 0);
	position: relative;
	z-index: 111;
    
    outline: 1px solid transparent;
}

.start_intro.block .container,
.landing_intro.block .container {
	transform: skew(-0deg, 4deg);
    
    outline: 1px solid transparent;
}

.start_intro.block p {
	font-size: 1.7rem;
    line-height: 1.32;
    font-family: 'TajawalLight', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.start_intro.block p a {
    font-family: 'TajawalBold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.teaser_block_start:nth-last-of-type(3) {
	background-color: #F5F4F3;
	position: relative;
	z-index: -1;
}

.teaser_block_start:nth-last-of-type(2) {
	background-color: #EAE8E5;
	position: relative;
	z-index: -2;
}

.teaser_block_start:nth-last-of-type(1) {
	background-color: #D9D6D1;
	position: relative;
	z-index: -3;
}

.teaser_block_start .box {
	display: flex;
}

.teaser_block_start .title_column {
	flex: 0 0 40%;
	position: relative;
}

.teaser_block_start .teaser_column {
	flex: 0 0 60%;
}

.teaser_block_start:nth-last-of-type(2) .teaser_column {
	order: 1;
	padding-right: 2rem;
}

.teaser_block_start:nth-last-of-type(2) .title_column {
	order: 2;
}

.teaser_block_start .title_column .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
}

.teaser_block_start .title_column .text_box {
	position: absolute;
	left: 25%;
	top: 10rem;
}

.teaser_block_start .title_column h3.title {
	color: #65A930;
	text-transform: uppercase;
	font-size: 2.25rem;
	letter-spacing: 0.08em;
	display: block;
	margin: 0 0 1rem 0;
	font-family: 'Supreme-Medium', 'TajawalRegular', sans-serif;
	font-weight: 500;
	font-style: normal;
}

.teaser_block_start:nth-last-of-type(2) .title_column h3.title {
	color: #4AAA8A;
}

.teaser_block_start:nth-last-of-type(1) .title_column h3.title {
	color: #783C9F;
}

section .button {
	padding: 0.75rem 1.5rem 0.6rem 1.5rem;
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 0.15rem;
	display: inline-flex;
	margin: 2rem 0 0 0;
	font-family: 'AlegreyaSans-Black', sans-serif;
	font-weight: 900;
	font-style: normal;
	background-color: #ffffff;
	color: #C44208;
}

@media screen and (max-width: 1024px) {
    
    .teaser_block_start .title_column .text_box {
        left: 15%;
        top: 6rem;
    }
	
    .home section .button {
	    margin: 1rem 0 0 0;
    }
    
}

@media screen and (max-width: 860px) {
    
    .teaser_block_start .title_column .text_box {
        left: 2%;
        top: 5rem;
    }
	
    .home section .button {
	    margin: 0.5rem 0 0 0;
    }

    .teaser_block_start .title_column h3.title {
        font-size: 2rem;
    }
    
}

@media screen and (max-width: 680px) {

    .teaser_block_start .box {
        display: block;
    }

    .teaser_block_start .title_column {
        width: 100%;
        display: block;
    }

    .teaser_block_start .teaser_column {
        width: 100%;
        display: block;
    }

    .teaser_block_start:nth-last-of-type(2) .teaser_column {
        padding-right: 0;
    }
    
    .teaser_block_start .title_column .text_box {
        position: absolute;
        left: 0;
        top: 30%;
    }

    .teaser_block_start .title_column .image {
        position: relative;
        width: 46%;
        margin-bottom: 3rem;
        float: right;
    }
    
}

.teaser_block_start .button .text {
	background-color: #65A930;
	color: #ffffff;
    font-family: 'AlegreyaSans-Black', sans-serif;
    font-weight: 900;
    font-style: normal;
	font-size: 0.85rem;
}

.home section .button {
	background-color: #65A930;
}

.teaser_block_start:nth-last-of-type(2) .button .text {
	background-color: #4AAA8A;
}

.home section:nth-last-of-type(2) .button {
	background-color: #4AAA8A;
}

.teaser_block_start:nth-last-of-type(1) .button .text {
	background-color: #783C9F;
}

.home section:nth-last-of-type(1) .button {
	background-color: #783C9F;
}

.text_box {
		z-index: 9999999;
}

.teaser_block_start .teaser_list .entry {
	display: flex;
	justify-content: space-between;
	margin: 0 0 2rem 0;
}

.teaser_block_start .teaser_list .entry .image {
	flex: 0 0 30%;
}

.teaser_block_start .teaser_list .entry .details {
	flex: 0 0 65%;
}

@media screen and (max-width: 860px) {

    .teaser_block_start .teaser_list .entry {
        display: block;
        margin: 0 0 4rem 0;
    }

    .teaser_block_start .teaser_list .entry:last-of-type {
        margin: 0 0 0 0;
    }

    .teaser_block_start .teaser_list .entry .image {
        flex: 0 0 100%;
        margin: 0 0 1.5rem 0;
    }

    .teaser_block_start .teaser_list .entry .details {
        flex: 0 0 100%;
        margin: 0;
    }
    
}


/* Kalender | Events */

.calendar_block {
    text-align: center;
}

.calendar_block .text {
    max-width: 40rem;
    margin: 0 auto 5rem;
}

.calendar_block a .button,
.calendar_block a:visited .button {
    color: #FFF;
    background-color: #783C9F;
}

.calendar_block .button {
    background-color: #783C9F;
}

.events_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.events_list .entry {
    flex: 0 0 30%;
}

.events_list .entry .content {
    padding: 0 0 2rem 3rem;
    text-align: left;
}

.events_list .entry::before,
.events_list .entry::after,
.blog article:first-of-type::before,
.blog article::after,
.archive article:first-of-type::before,
.archive article::after,
.post-859 .entry:first-of-type::before, /* Team */
.post-859 .entry::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="3" viewBox="0 0 30 20"><circle cx="6" cy="6" r="6"/></svg>');
    
    background-repeat: round;     
}

.post-859 h3.title /* Team */ {
    margin-top: 1.6rem;
}

.post-859 .contact_details /* Team */ {
    padding-bottom: 1.6rem;
}

.post-859 .entry-content /* Team */ {
    margin-bottom: 8rem;    
}

@media screen and (max-width: 680px) {

    .events_list {
        display: block;
    }
	
    .events_list .entry {
        flex: none;
        display: block;
        width: 100%;
        margin-top: 0;
        }

    .events_list .entry::before {
        display: none;
    }

    .events_list .entry:first-of-type::before,
    .events_list .entry::after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;

        background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="3" viewBox="0 0 30 20"><circle cx="6" cy="6" r="6"/></svg>');

        background-repeat: round;     
    }
    
}

.events_list .date {
    font-family: 'TajawalBold';
}

.events_list h3 {
    font-family: 'TajawalBold';
    margin: 0;
    font-size: 1rem;
}

.events_list .text {
    max-width: 100%;
    margin: 0;
}

.events_list .link,
aside section .details .link {
    text-transform: uppercase;
    font-family: "TajawalBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    margin-top: 0.2em;
    color: #C44208;
}

.events_list .link::after {
    content: " »";
    font-size: 1.25em;
}

.events_list .link:hover::after {
    content: " »";
    color: #E06B0F;
}

/* - section recommended - */


section.recommended_block {
	background-color: #F5F4F3
}

section.recommended_block .title {
	text-align: right;
}

section.recommended_block .columns {
	display: flex;
}

section.recommended_block .columns .entry {
	flex: 0 0 30%;
    margin-right: 5%;
}

section.recommended_block .columns .entry:nth-of-type(3n) {
	margin-right: 0;
}

@media screen and (max-width: 680px) {
    
    section.recommended_block .columns {
        display: block;
    }

    section.recommended_block .columns .entry {
        display: inline-block;
        width: 50%;
        margin-right: 0;
        margin-bottom: 3rem;
    }

    section.recommended_block .columns .entry:nth-of-type(3n) {
        margin-right: 0;
    }

}

@media screen and (max-width: 480px) {

    section.recommended_block .columns .entry {
        width: 100%;
    }

}
	

section.recommended_block .columns .entry .text {
	color: #160D2D; /* black */ 
    margin-top: 1rem;
    transition: all 0.15s ease;
}

section.recommended_block .columns .entry a:hover .text {
	color: #C44208; /* red */
}

section.recommended_block .columns .entry .text::after {
	content: " »";
	color: #C44208; /* red */
    font-family: "TajawalBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}


/* - section news - */

.news-navigation {
    padding-left: 0.5rem;
}

.news-navigation ul {
    margin-top: 1.8rem;
}

.news-navigation li {
    list-style: none;
}

.news-navigation li a,
.news-navigation li a:visited {
    padding-left: 0.4rem;
    color: #160D2D;
    font-family: 'TajawalBold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.news-navigation li a:hover {
    color: #C44208;
}

.news-navigation li::before {
    display: block;
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path d="M19 6.734c0 4.672-4.25 7.079-4.25 12.266h-5.5c0-5.187-4.25-7.594-4.25-12.266 0-4.343 3.498-6.734 6.996-6.734 3.502 0 7.004 2.394 7.004 6.734zm-4.75 13.266h-4.5c-.276 0-.5.224-.5.5s.224.5.5.5h4.5c.276 0 .5-.224.5-.5s-.224-.5-.5-.5zm.25 2h-5l1.451 1.659c.19.216.464.341.753.341h.593c.288 0 .563-.125.752-.341l1.451-1.659z"/></svg>');
    margin-left: -1.2rem;
    margin-top: 0.4rem;
    margin-bottom: -1.7rem;
}

.news-navigation li.events::before {
    display: block;
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path d="M20 20h-4v-4h4v4zm-6-10h-4v4h4v-4zm6 0h-4v4h4v-4zm-12 6h-4v4h4v-4zm6 0h-4v4h4v-4zm-6-6h-4v4h4v-4zm16-8v22h-24v-22h3v1c0 1.103.897 2 2 2s2-.897 2-2v-1h10v1c0 1.103.897 2 2 2s2-.897 2-2v-1h3zm-2 6h-20v14h20v-14zm-2-7c0-.552-.447-1-1-1s-1 .448-1 1v2c0 .552.447 1 1 1s1-.448 1-1v-2zm-14 2c0 .552-.447 1-1 1s-1-.448-1-1v-2c0-.552.447-1 1-1s1 .448 1 1v2z"/></svg>');
}

section.news_container {
    display: flex;
    justify-content: space-between;
}

section.news .intro_text {
	font-size: 1.5rem;
}

.news_container .intro_text {
    margin-bottom: 4rem;
}

.news h1.entry-title {
	width: 100%;
	max-width: 100%;
}

.blog article:first-of-type,
.archive article:first-of-type {
    margin: 2rem 0 0 0;
}

.blog article .entry-footer,
.archive article .entry-footer {
    margin: 2rem 0 0 0;
}

.blog h2.entry-title,
.archive h2.entry-title {
    font-family: 'TajawalMedium', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1.5rem;
    margin: 1rem 0 1rem 0;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25; 
}

.blog .comments-link,
.blog .cat-links {
    display: none;
}

.blog .entry-footer,
.archive .entry-footer {
    margin-top: 2.5rem;
}

.blog .entry-header .entry-meta,
.archive .entry-header .entry-meta {
  margin-top: 2rem;
  margin-left: 0.1rem;
}

ul.pagination {
    display: block;
    margin: 4rem auto -4rem;
    padding: 0;
    text-align: center;
    font-family: 'TajawalRegular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 0;
    list-style: none;
}

ul.pagination li {
    display: inline-block;
    font-size: 1.5rem;
    margin: 0 0.5em;
}

a.page-numbers {
    color: #160D2D;
}

a:hover.page-numbers {
    color: #C44208;
}

.page-numbers.current {
    font-family: 'TajawalMedium', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #C44208;
}

a.next.page-numbers,
a.prev.page-numbers{
    font-family: 'TajawalMedium', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}


/* team member profile pages */

.contact_details {
	display: flex;
}

.contact_details .email_address {
	margin: 0 1rem 0 0;
}

.contact_details .email_address::before {

}

.contact_details .phone::before {

}

/* - - - - - - - - - */

.entry-footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.project_label {
    flex: 0 0 auto;
    display: inline-block;
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: "TajawalBlack", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #C44208;
    padding-right: 0.5rem;
}

.entry-footer .dash {
    /* content: "";
    height: 1px;
    border-bottom: 3px dotted #E06B0F;
    margin-top: 0.4rem;
    flex: 1 1 auto;
    display: inline-block;*/
    
    margin: 0;
    margin-top: 0.55em; 
    
    content: '';
    flex: 1 1 auto;
    display: inline-block;
    width: auto;
    height: 3px;
    
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="3" viewBox="0 0 30 20"><circle fill="rgba(224,107,15,1.00)" cx="6" cy="6" r="6"/></svg>');
    
    background-repeat: round;
}

.related_project_list {
    display: block;
    width: 100%;
}

/* - aside - */

aside h3.title {
    margin-top: 0;
}

/* calendar */
.events_list .entry .content::before,
aside .calendar.entry::before {
    display: block;
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path d="M20 20h-4v-4h4v4zm-6-10h-4v4h4v-4zm6 0h-4v4h4v-4zm-12 6h-4v4h4v-4zm6 0h-4v4h4v-4zm-6-6h-4v4h4v-4zm16-8v22h-24v-22h3v1c0 1.103.897 2 2 2s2-.897 2-2v-1h10v1c0 1.103.897 2 2 2s2-.897 2-2v-1h3zm-2 6h-20v14h20v-14zm-2-7c0-.552-.447-1-1-1s-1 .448-1 1v2c0 .552.447 1 1 1s1-.448 1-1v-2zm-14 2c0 .552-.447 1-1 1s-1-.448-1-1v-2c0-.552.447-1 1-1s1 .448 1 1v2z"/></svg>');
    margin-left: -1.8rem;
    margin-top: 2rem;
    margin-bottom: -1.8rem;
}

aside .news .entry::before {
    display: block;
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path d="M19 6.734c0 4.672-4.25 7.079-4.25 12.266h-5.5c0-5.187-4.25-7.594-4.25-12.266 0-4.343 3.498-6.734 6.996-6.734 3.502 0 7.004 2.394 7.004 6.734zm-4.75 13.266h-4.5c-.276 0-.5.224-.5.5s.224.5.5.5h4.5c.276 0 .5-.224.5-.5s-.224-.5-.5-.5zm.25 2h-5l1.451 1.659c.19.216.464.341.753.341h.593c.288 0 .563-.125.752-.341l1.451-1.659z"/></svg>');
    margin-left: -1.8rem;
    margin-top: 2rem;
    margin-bottom: -1.8rem;
}

aside .news .entry.event::before {
    display: block;
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path d="M20 20h-4v-4h4v4zm-6-10h-4v4h4v-4zm6 0h-4v4h4v-4zm-12 6h-4v4h4v-4zm6 0h-4v4h4v-4zm-6-6h-4v4h4v-4zm16-8v22h-24v-22h3v1c0 1.103.897 2 2 2s2-.897 2-2v-1h10v1c0 1.103.897 2 2 2s2-.897 2-2v-1h3zm-2 6h-20v14h20v-14zm-2-7c0-.552-.447-1-1-1s-1 .448-1 1v2c0 .552.447 1 1 1s1-.448 1-1v-2zm-14 2c0 .552-.447 1-1 1s-1-.448-1-1v-2c0-.552.447-1 1-1s1 .448 1 1v2z"/></svg>');
    margin-left: -1.8rem;
    margin-top: 2rem;
    margin-bottom: -1.8rem;
}


/* profile */


aside section.contacts .entry {
	display: flex;
	align-items: flex-start;
	margin: 0 0 1.25rem 0;
}

aside section.contacts .entry .image {
	width: 4rem;
	height: 4rem;
	color: #CCC;
	margin: 0 1.5rem 0 0;
}

aside section.contacts .entry .image img {
	border-radius: 50%;
}

aside section.contacts .entry .image.noimg::before {
    display: block;
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 24 24" fill="rgba(0,0,0,0.20)"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm7.753 18.305c-.261-.586-.789-.991-1.871-1.241-2.293-.529-4.428-.993-3.393-2.945 3.145-5.942.833-9.119-2.489-9.119-3.388 0-5.644 3.299-2.489 9.119 1.066 1.964-1.148 2.427-3.393 2.945-1.084.25-1.608.658-1.867 1.246-1.405-1.723-2.251-3.919-2.251-6.31 0-5.514 4.486-10 10-10s10 4.486 10 10c0 2.389-.845 4.583-2.247 6.305z"/></svg>');
	color: #ccc;
    margin: 0 0 0 0;
}

aside section.contacts .entry .email {
	margin-top: -0.4rem;
	margin-bottom: -0.2rem;
}

aside section.contacts .entry .email a {
	color: #160D2D;
}

aside section.contacts .entry .email::before {
    display: inline-block;
    vertical-align: middle;
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path d="M12 12.713l-11.985-9.713h23.97l-11.985 9.713zm0 2.574l-12-9.725v15.438h24v-15.438l-12 9.725z"/></svg>');
    padding-top: 0.5em;
    margin-right: 0.5em;
}

/* light bulb | ::before {
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 6.734c0 4.672-4.25 7.079-4.25 12.266h-5.5c0-5.187-4.25-7.594-4.25-12.266 0-4.343 3.498-6.734 6.996-6.734 3.502 0 7.004 2.394 7.004 6.734zm-4.75 13.266h-4.5c-.276 0-.5.224-.5.5s.224.5.5.5h4.5c.276 0 .5-.224.5-.5s-.224-.5-.5-.5zm.25 2h-5l1.451 1.659c.19.216.464.341.753.341h.593c.288 0 .563-.125.752-.341l1.451-1.659z"/></svg>');
} */

/* user | ::before {
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm7.753 18.305c-.261-.586-.789-.991-1.871-1.241-2.293-.529-4.428-.993-3.393-2.945 3.145-5.942.833-9.119-2.489-9.119-3.388 0-5.644 3.299-2.489 9.119 1.066 1.964-1.148 2.427-3.393 2.945-1.084.25-1.608.658-1.867 1.246-1.405-1.723-2.251-3.919-2.251-6.31 0-5.514 4.486-10 10-10s10 4.486 10 10c0 2.389-.845 4.583-2.247 6.305z"/></svg>');
} */

/* mail | ::before {
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 12.713l-11.985-9.713h23.97l-11.985 9.713zm0 2.574l-12-9.725v15.438h24v-15.438l-12 9.725z"/></svg>');
} */

/* sidebar aside */


.aside.team h3.title {
    margin: 0 0 1.7rem 0;
}

.aside.team .entry {
    margin: 0 0 0.5rem 0;
}

aside section {
	margin: 0 0 2rem 0;
}

aside section > h3.title,
.entry-header .entry-meta,
.news .sidebar .title,
label.page-title {
	font-size: 0.92rem;
	text-transform: uppercase;
	justify-content: space-between;
	align-items: center;
    letter-spacing: 0.08em;
    font-family: "TajawalBlack", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
    font-style: normal;
}
aside section > h3.title,
.news .sidebar .title {
	display: flex;
}

.entry-header .entry-meta {
	align-items: center;
}

label.page-title {
    display: block;
}

label.page-title,
.entry-header .entry-meta {
    margin-top: 0;
    margin-left: 0.1rem;
    margin-bottom: 1.6rem;
}

.entry-header .entry-meta .date {
	display: inline-block;
    margin-right: 2.2rem;
}

.entry-header .entry-meta .categories {
	display: inline-block;
    text-transform: none;
    letter-spacing: 0.04em;
}

.entry-header .entry-meta .categories .cat {
    position: relative;
	display: inline-block;
    margin-right: 1.4rem;
}

.entry-header .entry-meta .categories .cat::before {
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path d="M19 6.734c0 4.672-4.25 7.079-4.25 12.266h-5.5c0-5.187-4.25-7.594-4.25-12.266 0-4.343 3.498-6.734 6.996-6.734 3.502 0 7.004 2.394 7.004 6.734zm-4.75 13.266h-4.5c-.276 0-.5.224-.5.5s.224.5.5.5h4.5c.276 0 .5-.224.5-.5s-.224-.5-.5-.5zm.25 2h-5l1.451 1.659c.19.216.464.341.753.341h.593c.288 0 .563-.125.752-.341l1.451-1.659z"/></svg>');
    padding-top: 0.2rem;
    position: relative;
    left: -0.4em;
    top: 0.2em;
}

.entry-header .entry-meta .categories .cat.event::before {
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path d="M20 20h-4v-4h4v4zm-6-10h-4v4h4v-4zm6 0h-4v4h4v-4zm-12 6h-4v4h4v-4zm6 0h-4v4h4v-4zm-6-6h-4v4h4v-4zm16-8v22h-24v-22h3v1c0 1.103.897 2 2 2s2-.897 2-2v-1h10v1c0 1.103.897 2 2 2s2-.897 2-2v-1h3zm-2 6h-20v14h20v-14zm-2-7c0-.552-.447-1-1-1s-1 .448-1 1v2c0 .552.447 1 1 1s1-.448 1-1v-2zm-14 2c0 .552-.447 1-1 1s-1-.448-1-1v-2c0-.552.447-1 1-1s1 .448 1 1v2z"/></svg>');
    left: -0.6em;
    margin-left: 0.2rem;
}

.entry-header .entry-meta .categories .cat a,
.entry-header .entry-meta .categories .cat a:visited {
    color: #160D2D;
}

.entry-header .entry-meta .categories .cat a:hover {
    color: #C44208;
}

aside section > h3.title .text {
	flex: 0 0 auto;
	margin: 0 0 0 0.5rem;
	display: inline-block;
}

aside section > h3.title .dash {
	flex: 1 1 90%;
}

aside section > h3.title .dash .dots {
    margin-top: -0.2em;
    
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="3" viewBox="0 0 30 20"><circle cx="6" cy="6" r="6"/></svg>');
    
    background-repeat: round;
}

aside section > h3.title::before {
	display: inline-block;
}

aside .entry {
	margin: 0 0 1.2rem 1.9rem;
}

@media screen and (max-width: 860px) {
	
    aside .entry {
        margin: 0 0 1.2rem 2.1rem;
    }
    
}

aside .entry p,
aside .entry .link,
aside .entry .details {
	display: inline;
	margin: 0 0 0 0;
}

aside .entry .link a {
	text-transform: uppercase;
	font-size: 0.85rem;
	font-family: 'TajawalBold';
    letter-spacing: 0.04em;
    display: block;
}

aside .entry .link a::after {
	content: '»';
	margin: 0 0 0 0.25rem;
	font-size: 1.25em;
}

aside section .entry .title,
aside section .entry .date,
aside section .entry .name {
	font-family: 'TajawalBold';
}

/*
aside section:last-of-type .entry .title {
    font-family: 'TajawalMedium', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.5em;
}
*/ 
/* Footer
--------------------------------------------- */


.site-footer {
	margin: 0 0 0 0;
	z-index: 99;
	position: relative;
}

.site-footer .site-info {
	padding: 4.5rem 3rem 2rem 2rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
    background-image: url(https://transformation-lab.lu/wp-content/uploads/2022/01/transformation-footer-signet.svg);
    background-repeat: no-repeat;
    background-position: right 6rem bottom 0;
    background-size: contain;
}

.site-footer .site-info .logo.uni-lux {
	flex: 0 0 7%;
	margin: 0 1rem 0 0;
}

.site-footer .site-info .logo.gouvernement {
	flex: 0 0 27.5%;
}

.site-footer .site-info .copyright {
	flex: 0 0 20%;
	text-align: center;
}

.site-footer .site-info .links {
	flex: 0 0 45%;
    text-align: right;
}

@media screen and (max-width: 1280px) {
	
    .site-footer .site-info {
        min-height: 20rem;
        padding: 4rem 4rem 4rem 2rem;
        background-position: right 2rem bottom 2rem;
        background-size: 20%;
    }
    
}

@media screen and (max-width: 860px) {
	
    .site-footer .site-info {
        display: block;    
        background: none;
    }

    .site-footer .site-info .logo.uni-lux {
        width: 14%;
	    margin: 0 4% 0 0;
        display: inline-block;  
    }

    .site-footer .site-info .logo.gouvernement {
        width: 50%;
        display: inline-block;  
    }

    .site-footer .site-info .copyright {
        width: 100%;
        display: block;
        margin-top: 3rem;
	    text-align: left;
    }

    .site-footer .site-info .links {
        width: 100%;
        display: block;  
        margin-top: 3rem;
	    text-align: left;
    
    }
    
}

@media screen and (max-width: 680px) {
	
    .site-footer .site-info {
        padding: 4rem 3rem 4rem 1rem;
    }

    .site-footer .site-info .logo.uni-lux {
        width: 18%;
    }

    .site-footer .site-info .logo.gouvernement {
        width: 64%;
    }
    
}

@media screen and (max-width: 480px) {
	
    .site-footer .site-info {
        padding: 4rem 2rem 4rem 0;
    }
    
}

.site-footer .white_bar {
	height: 4rem;
}

a.up {
    display: flex;
	position: relative;
	left: calc(50% - 1rem);
	bottom: 5.3rem;
    background: url(https://transformation-lab.lu/wp-content/uploads/2022/01/transformation-footer-to_top.svg);
	border-radius: 50%;
	height: 2rem;
	width: 2rem;
    padding: 2rem auto;
    z-index: 99999;
}

.site-footer .rainbow_bar {
    height: 0.5rem;
	background-color: #ff1493;
	    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, violet, blue, green, yellow, orange, red); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, violet, blue, green, yellow, orange, red); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, violet, blue, green, yellow, orange, red); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, violet, blue, green, yellow, orange, red); /* Standard syntax (must be last) */
	margin: 0 0 4rem 0;
	filter: brightness(0.75);
    z-index: 9;
	transform: skew(0deg, -4deg);
    
    /* -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; */
    
    outline: 1px solid transparent;
}

.page-template-default.page .container,
.single-post .site-main .container,
.single-projekt .site-main .container,
.blog .container {
    margin-bottom: 4rem;
}

.site-footer .container {
	max-width: 1200px;
	max-width: 75rem;
	margin: 2rem auto 4rem auto;
}

@media screen and (max-width: 1280px) {
	
    .site-footer .container {
        max-width: 100%;
        margin: 0;
        padding: 0 2rem;
    }
}

.site-footer .footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .footer-navigation ul li {
	display: inline-block;
}

.site-footer .footer-navigation ul li:before {
	content: '•';
	margin: 0 0.5rem 0 0.25rem;
}

.site-footer .footer-navigation ul li:first-of-type:before {
	content: '';
    margin: 0;
}



/* Content Blocks – inline
--------------------------------------------- */

.entry-content .image_block_inline {
	margin: 0 0 1.5rem 0;
}

.entry-content .text_block_inline {
	margin: 0 0 1rem 0;
}

.image .caption {
	margin: 0.25rem 0 0 0;
	color: #777777;
	font-size: 0.9rem;
}

/* Content Blocks
--------------------------------------------- */

.block {
	padding: 4rem 0 4rem 0;
}

.block.slider_block {
	padding: 0 0 3rem 0;
}

.block.skewed {
	padding: 8rem 0;
}

.home .block:first-of-type {
	padding: 0 0 0 0;
}

.block.landing_intro {
	padding: 0 0 6rem 0;
}

@media screen and (max-width: 1280px) {
	
    .block.slider_block {
        padding: 0 0 2rem 0;
    }

    .block.skewed {
        padding: 5rem 0;
    }
}

.block h3.title {
    font-size: 2.5rem;
	line-height: 1;
    margin-bottom: 1rem;
}

.block .intro_text {
	margin: 0 0 2rem 0;
    font-family: "TajawalRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.video_block {
	transform: skew(0deg, -4deg);
    background-color: #4AAA8A;
    outline: 1px solid transparent;
}

/* .video_block::before {
	transform: skew(0deg, 4deg);
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url(https://transformation-lab.lu/wp-content/uploads/2022/01/home-bg-watermark-wissenschaft.svg);
    background-repeat: no-repeat;
    background-position: right 10% top 10%;
    background-size: 20%;
} */

section.video_block .block-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

section.video_block .block-header .title_column {
	flex: 0 0 48%;
}

section.video_block .block-header .image_column {
	flex: 0 0 48%;
	opacity: 0.2;
	text-align: right;
}

@media screen and (max-width: 860px) {
	
    section.video_block .block-header .title_column {
        flex: none;
        display: block;
        width: 100%;
    }
    
    section.video_block .block-header .image_column {
        flex: none;
        display: block;
        position: absolute;
        right: 4rem;
        opacity: 0.2;
        z-index: -99;
        text-align: right;
    }
}

section.video_block .block-header .image_column .image {
	width: 17.5rem;
	margin: 0 -2rem 2rem auto;
}

section.video_block h3.block-title {
	color: #ffffff;
}

section.video_block .container {
	transform: skew(-0deg, 4deg);
    
    outline: 1px solid transparent;
}

section.video_block .columns {
	display: flex;
	justify-content: space-between;
}

section.video_block .columns .column {
	flex: 0 0 48%;
}

@media screen and (max-width: 680px) {

    section.video_block .columns {
        display: block;
    }
    
    section.video_block .columns .column {
        flex: none;
        display: block;
        width: 100%;
        margin-bottom: 3rem;
    }
    
}

section.video_block .columns .image img {
	width: 100%;
	height: auto;
}

section.video_block .columns .caption {
    color: #FFF;
    font-family: "TajawalBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1.3rem;
    line-height: 1.25;
    margin-top: 0.8rem;
}


/* projects_block */

section.projects_block {
	transform: skew(0deg, -4deg);
	position: relative;
    outline: 1px solid transparent;
}

section.projects_block .container {
	transform: skew(0deg, 4deg);
    
    outline: 1px solid transparent;
}

section.projects_block .box h3.title {
	text-align: center;
    margin-top: 0;
    margin-bottom: 4rem;
}

section.projects_block .columns {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

section.projects_block .columns .column {
	flex: 0 0 31%;
    margin-right: 3.5%;
}


section.projects_block .columns .column:nth-of-type(3n) {
	margin-right: 0;
}

@media screen and (max-width: 680px) {
	
    section.projects_block .columns .column {
        flex: 0 0 48%;
        margin-right: 4%;
    }
    
    section.projects_block .columns .column:nth-of-type(3n) {
        margin-right: 4%;
    }
    
    section.projects_block .columns .column:nth-of-type(2n) {
        margin-right: 0;
    }
    
}

@media screen and (max-width: 480px) {
	
    section.projects_block .columns .column {
        flex: 0 0 100%;
        margin-right: 0;
    }
    
    section.projects_block .columns .column:nth-of-type(3n) {
        margin-right: 0;
    }
    
}

section.projects_block .entry .image {
    width: 100%;
    padding-top: 66%;
    background-size: cover;
    background-position: center center;
    clip-path: polygon(0% 9.8%, 100% 0%, 100% 90.2%, 0% 100%);
}

section.projects_block .entry {
	margin: 0 0 4rem 0;
}

section.projects_block .entry .title {
	text-align: right;
	margin: 1rem 0 0 0;
	color: rgba(0, 153, 153, 1);
	color: #008789;
	font-size: 1.4rem;
	font-family: 'TajawalBold';
    transition: all 0.15s ease;
}

section.projects_block .entry a:hover .title {
	color: #4AAA8A;
    transition: all 0.15s ease;
}

.page-id-193 .teaser_block_3:nth-of-type(4) {
    background-image: url(https://transformation-lab.lu/wp-content/uploads/2022/01/mitmachen-bg-karte-lux@2x.png);
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: center top 6rem;
}

section .container h3.title {
    font-weight: normal;
}

section .box .sub_title {
    font-family: "TajawalRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}


/* teaser_block_3_row */

section.teaser_block_3_row h3.title,
section.recommended_block h3.title {
    text-align: right;
    margin-bottom: 4rem;
}

section.teaser_block_3_row .teaser_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

section.teaser_block_3_row .teaser_list .label {
    margin-top: 1rem;
}

section.teaser_block_3_row .teaser_list .image {
    margin-bottom: 1rem;
}

section.teaser_block_3_row .teaser_list .entry {
	flex: 0 0 30%;
    margin-right: 5%;
    margin-bottom: 3%;
}

section.teaser_block_3_row .teaser_list .entry:nth-of-type(3n) {
	margin-right: 0;
}

@media screen and (max-width: 680px) {
	
    section.teaser_block_3_row .teaser_list .entry {
        flex: 0 0 100%;
        margin-top: 3rem;
    }
    
    section.teaser_block_3_row .teaser_list .entry:first-of-type {
        margin-top: 0;
    }
    
}

section.teaser_block_3_row .teaser_list .entry a {
	color: #160D2D; /* black */ 
}

section.teaser_block_3_row .teaser_list .entry p {
	display: inline;
}

section.teaser_block_3_row .teaser_list .entry .text,
section.recommended_block .entry .text {
    font-family: "TajawalMedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.5rem;
    line-height: 1.15;
    margin-top: 0;
}

section.teaser_block_3_row .teaser_list .entry .text strong {
    font-family: "TajawalBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

section.teaser_block_3_row .teaser_list .entry a .link::after {
	content: '»';
	display: inline;
	color: #C44208; /* red */
    font-family: "TajawalExtraBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

section.teaser_block_3_row .text {
	font-size: 1.8rem;
    line-height: 1.3;
	font-family: "TajawalLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-top: 4rem;
}

.entry .text {
    hyphens: auto;
}

/* teaser_block_4_pages */

section.teaser_block_4_pages .teaser_list {
	position: relative;
	padding-top: 62%;
	width: 85%;
	margin: 0 auto;
}

@media screen and (max-width: 480px) {
	
    section.teaser_block_4_pages .teaser_list {
        position: relative;
        padding-top: 72%;
        width: 100%;
        margin: 0 auto;
    }
}

section.teaser_block_4_pages .teaser {
	position: absolute;
	width: 53%;
}

section.teaser_block_4_pages .teaser:nth-of-type(1) {
	top: 0;
	left: 0;
}

section.teaser_block_4_pages .teaser:nth-of-type(2) {
	top: 5%;
	right: 0;
}

section.teaser_block_4_pages .teaser:nth-of-type(3) {
	bottom: 0;
	right: 5%;
}

section.teaser_block_4_pages .teaser:nth-of-type(4) {
	bottom: 5%;
	left: 5%;
}

section.teaser_block_4_pages .teaser .bg_image {
	position: relative;
}

section.teaser_block_4_pages .teaser .image {
	position: absolute;
	top: 13.5%;
	left: 5%;
	right: 5%;
	bottom: 10%;
	overflow: hidden;
    opacity: 1;
    transition: all 0.15s ease;
}

section.teaser_block_4_pages .teaser:hover .image {
    opacity: 0.5;
    transition: all 0.15s ease;
}

section.teaser_block_4_pages .teaser .title {
	position: absolute;
	top: 40%;
	left: 7.5%;
	color: #FFFFFF;
	display: inline-block;
	text-transform: uppercase;
    font-family: 'Supreme-Medium', 'TajawalRegular', sans-serif;
	font-weight: 500;
	font-style: normal;
    font-size: 2rem;
    font-size: clamp(0.8rem, -2.2rem + 6.333333vw, 2rem);
    letter-spacing: 0.06em;
    transition: all 0.15s ease;
    padding-right: 5%;
}

section.teaser_block_4_pages .teaser:hover .title {
    color: #E06B0F;
    color: #160D2D;
    transition: all 0.3s ease;
}
	
section.teaser_block_4_pages .teaser:nth-of-type(1) .title {
	position: absolute;
	top: 48%;
	left: 10%;
}

section.teaser_block_4_pages .teaser:nth-of-type(2) .title {
	position: absolute;
	top: 18%;
	right: 10%;
	text-align: right;
    padding: 0;
}

section.teaser_block_4_pages .teaser:nth-of-type(3) .title {
	position: absolute;
	top: auto;
	bottom: 17%;
    right: 10%;
	text-align: right;
    padding: 0;
}

section.teaser_block_4_pages .teaser:nth-of-type(4) .title {
	position: absolute;
    top: auto;
	bottom: 17%;
	left: 10%;
}

section.teaser_block_4_pages .logo {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 33%;
    right: 33%;
    top: 35%;
    text-align: center;
    z-index: 999;
}

/* book_block */

section.book_block {
	background-color: #efefef;
	position: relative;
    box-shadow: inset 0 2.5rem 1.5rem -1rem rgba(0,0,0,0.075);
}

section.book_block .container .title {
	text-align: center;
    margin-bottom: 2rem;
    line-height: 1;
}

section.book_block .container .box {
	background-color: #FFF;
	padding: 3rem 0 2.85rem;
    margin-bottom: 2.5rem
}

section.book_block .container .publication_list .columns {
    background-color: #FFF;
    padding: 3rem 4% 2.85rem 0;
    margin-bottom: 1.5rem;
    max-width: 100%;
}

section.book_block .container .publication_list .link,
.single-team .publication_list .link {
	margin: 1rem 0 0 0;
}

section.book_block .container .publication_list .link a::before {
	content: '» ';
	font-size: 1.25rem;
	line-height: 1.2;
}


section.book_block .container .box.line::before {
    display: block;
    content: "";
    height: 0.15rem;
    background-color: rgba(0,133,118,0.50);
    position: relative;
    top: 1rem;
	transform: skew(0deg, -4deg);
    
    outline: 1px solid transparent;
}

section.book_block .container .columns,
.single-team .publication_list .columns {
	max-width: 50rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

section.book_block .container .column.image {
	flex: 0 0 30%;
    z-index: 9999999;
}

@media screen and (max-width: 920px) {
    
    section.book_block .container .columns {
        padding: 0 2rem;
    }
    
}

@media screen and (max-width: 680px) {
    
    section.book_block .container .columns {
        display: block;
    }
    
    section.book_block .container .column.image {
        padding: 0 6rem;
    }
        
    section.book_block .container .column.image {
        z-index: 9999999;
    }
    
    section.book_block .container .box.line::before {
        display: none;
    }
    
}

section.book_block .container .column.image img {
	width: 100%;
	height: auto;
    box-shadow: -1rem 1rem 2rem 0 rgba(0,0,0,0.3);
}

section.book_block .container .column.details {
	flex: 0 0 65%;
	padding: 4rem 0 0.25rem 1rem;
}

section.book_block .container .columns .title {
	text-align: left;
    color: #C44208;
    font-family: "TajawalMedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1.7rem;
    margin-bottom: 0.8rem;
}

section.book_block .container .columns .teaser_text {
	margin: 0 0 1.5rem 0;
}

section.book_block .container .columns .link_label {
	margin: 0 0 0.2rem 0;
	text-transform: uppercase;
	font-size: 0.8rem;
    font-family: "TajawalExtraBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: 0.06em;
}

section.book_block .container .columns .link_text {
    color: #C44208;
	font-size: 0.85rem;
    font-family: "TajawalBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: 0.02em;
    transition: all 0.3s ease;
}

section.book_block .container .columns .link_text:hover {
    color: #E06B0F;
    transition: all 0.3s ease;
}

section.book_block .container .columns .link_text::before {
	content: "»";
	margin: 0 0.25rem 0 0;
}


/* Publications */


section.book_block .container .publication_list > .title,
section.book_block .container .partner_list > .title {
	text-align: left;
}

section.book_block .container .publication_list .column.date,
.single-team .publication_list .columns .column.date {
    flex: 0 0 10%;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-family: "TajawalExtraBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: 0.06em;
    text-align: center;
}

section.book_block .container .publication_list .column.details {
    flex: 0 0 90%;
    padding: 0 4% 0 0;
}

@media screen and (max-width: 680px) {
    
    section.book_block .container .publication_list .column.details {
        padding: 0 3rem 0;
    }
    
    section.book_block .container .publication_list .column.date {
        padding-bottom: 2rem;
    }
    
}

@media screen and (max-width: 480px) {
    
    
    section.book_block .container .column.image {
        padding: 0 4rem;
    }
    
    section.book_block .container .column.details {
        padding: 4rem 0 0.25rem 0;
    }
    
    section.book_block .container .publication_list .column.details {
        padding: 0 2rem 0;
    }
    
}

section.book_block .container .publication_list .column.details .authors,
.single-team .publication_list .columns .column.details .authors {
    font-family: "TajawalMedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1.05rem;
}

section.book_block .container .publication_list .columns .title,
.single-team .publication_list .columns .title {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "TajawalBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1.3rem;
    line-height: 1.2;
}

section.book_block .container .publication_list .columns .text,
.single-team .publication_list .columns .text {
    margin-top: 1rem;
}

.single-projekt section.book_block .container .publication_list h3 {
    color: #008789;
    font-family: 'TajawalRegular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1.7rem;
    margin: 3rem 0 1rem 0;
    line-height: 1.3;
}


.single-projekt section.book_block .container .resources_list p {
    margin-bottom: 0;
}


section.book_block .container .partner_list .entries {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    align-content: flex-start;
}

.single-projekt .entry-content a {
    font-family: 'TajawalBold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* partner_list */ 

.single-projekt section.book_block .container h3 {
    color: #008789;
    font-family: 'TajawalRegular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1.7rem;
    margin: 3rem 0 1rem 0;
    line-height: 1.3;
    text-align: left;
}

section.book_block .container .partner_list .box {
    background-color: #FFF;
    max-width: 100%;
    margin-bottom: 1.5rem;
    padding: 3rem 4% 0;
}

section.book_block .container .partner_list .entries .entry {
	flex: 0 0 25%;
	padding: 0 2.5% 3rem 2.5%;
}

@media screen and (max-width: 680px) {
    
    section.book_block .container .partner_list .entries .entry {
        flex: 0 0 33.333333333333%;
        padding: 0 2.5% 3rem 2.5%;
    }
    
}

@media screen and (max-width: 480px) {
    
    section.book_block .container .partner_list .entries .entry {
        flex: 0 0 50%;
        padding: 0 2.5% 3rem 2.5%;
    }
    
}

section.book_block .container .partner_list .entries .entry.size_smaller {
	padding: 0 6% 3rem 6%;
}

section.book_block .container .partner_list .entries .entry.size_larger {
	padding: 0 1% 3rem 1%;
}

section.book_block .projekt_governance .details {
	width: 90%;
	margin: 0 0 0 auto;
	padding: 0 4% 0 0;
}

@media screen and (max-width: 860px) {
    
    section.book_block .projekt_governance .details {
        width: 100%;
        padding: 0 4rem;
    }
    
}

@media screen and (max-width: 680px) {
    
    section.book_block .projekt_governance .details {
        padding: 0 3rem;
    }
    
}

@media screen and (max-width: 480px) {
    
    section.book_block .projekt_governance .details {
        padding: 0 2rem;
    }
    
}

section.book_block .projekt_governance .details p:last-of-type {
    margin-bottom: 0;
}


/* teaser_block_3 "Transformation – zwischen Forschung und Praxis" */

section.teaser_block_3 {
	background-color: rgba(162,188,12,0.7); /* A2BC0C */
}

section.teaser_block_3 h3.title {
	text-align: center;
}

section.teaser_block_3 .sub_title {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.2;
	max-width: 700px;
    margin: 0 auto 3rem;
}

section.teaser_block_3 .text {
	max-width: 32rem;
	margin: 0 auto 4rem auto;
}

section.teaser_block_3 .teaser_list {
	display: flex;
	justify-content: space-between;
}

section.teaser_block_3 .teaser_list .entry {
	flex: 0 0 31.5%;
    margin-top: 4rem;
}

section.teaser_block_3 .entry .image {
	margin: 0 -2rem 2rem -2rem;
    
    outline: 1px solid transparent;
}

section.teaser_block_3 .entry:nth-of-type(2) .image {
	margin: -4rem -2rem 6.5rem -2rem;
}

section.teaser_block_3 .entry h3.title {
	text-align: left;
	padding: 0 0 0 1.5rem;
}

section.teaser_block_3 .entry .label {
	padding: 0 0 0 1.5rem;
    margin-bottom: 0.2rem;
}

section.teaser_block_3 .entry .text {
	font-size: 1rem;
	font-family: 'TajawalRegular';
	padding: 0 0 0 1.5rem;
}

.image.this3 {
    width: inherit!important;
}

@media screen and (max-width: 680px) {
    
    section.teaser_block_3 .entry h3.title {
        margin-top: 2rem;
        padding: 0 0 0 0;
    }
    
    section.teaser_block_3 .entry .label {
        padding: 0 0 0 0;
    }
    
    section.teaser_block_3 .entry .text {
        padding: 0 0 0 0;
    }
    
}

@media screen and (max-width: 480px) {
    
    section.teaser_block_3 .entry h3.title {
        margin-top: 1.5rem;
    }

    section.teaser_block_3 .entry .image {
        margin: 0 0 2rem 0;
    }
    
    section.teaser_block_3 .entry:nth-of-type(2) .image {
        margin: 0 0 2rem 0;
    }
    
    section.teaser_block_3 .teaser_list {
        display: block;
    }

    section.teaser_block_3 .teaser_list .entry {
        display: block;
        width: 100%;
        margin-top: 4rem;
    }

    .image.this1 {
        width: 100% !important;
    }

    .image.this2 {
        width: 100% !important;
    }

    .image.this3 {
        width: 100% !important;
    }
    
}

/* section single_teaser_block */

section.single_teaser_block {
	background-color: #783C9F;
	color: #ffffff;
    margin: -1px 0 0 0;
}

section.single_teaser_block .columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.single_teaser_block .columns .column.image {
	flex: 0 0 30%;
}

section.single_teaser_block .columns .column.details {
	flex: 0 0 60%;
}

section.single_teaser_block .button {
	flex: 0 0 60%;
}

section.single_teaser_block .watermark {
	position: absolute;
	top: 0;
	right: 0;
    width: 20%;
	opacity: 0.15;
}

@media screen and (max-width: 680px) {
	
    section.single_teaser_block .columns {
        display: block;
    }

    section.single_teaser_block .columns .column.image {
        width: 100%;
    }

    section.single_teaser_block .columns .column.details {
        width: 100%;
    }

    section.single_teaser_block .watermark {
        position: absolute;
        top: 50%;
        right: -8%;
        width: 30%;
        opacity: 0.15;
        z-index: -99;
    }
    
}

/* quotes_block */

section.quotes_block {
	background-color: #7A324D;
	color: #ffffff;
    margin: -1px 0 0 0;
}

section.quotes_block.block.skewed {
	padding: 8rem 0 4rem 0;
}

section.quotes_block .columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.quotes_block .columns .column {
	flex: 0 0 33.3%;
	padding: 0 3rem 0 0;
}

section.quotes_block .columns .column:nth-of-type(3n) {
	padding: 0 0 0 0;
}

section.quotes_block .columns.columns2 .column {
	flex: 0 0 50%;
}

section.quotes_block .columns.columns2 .column:nth-of-type(3n) {
	padding: 0 3rem 0 0;
}

section.quotes_block .columns.columns2 .column:nth-of-type(2n) {
	padding: 0 0 0 0;
}


@media screen and (max-width: 680px) {
	
    section.quotes_block .columns .column,
    section.quotes_block .columns.columns2 .column {
        flex: 0 0 100%;
        margin-top: 3rem;
    }
    
    section.quotes_block .columns .column:first-of-type {
        margin-top: 0;
    }
    
}

section.quotes_block .columns .column::before {
    display: block;
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" fill="rgba(255,255,255,1.00)"><path d="M9.983 3v7.391c0 5.704-3.731 9.57-8.983 10.609l-.995-2.151c2.432-.917 3.995-3.638 3.995-5.849h-4v-10h9.983zm14.017 0v7.391c0 5.704-3.748 9.571-9 10.609l-.996-2.151c2.433-.917 3.996-3.638 3.996-5.849h-3.983v-10h9.983z"/></svg>');
    margin-bottom: 0.8rem;
}

section.quotes_block .columns .column .name {
    text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 0.15rem;
    font-family: 'AlegreyaSans-Black', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-top: 0.8rem;
    margin-bottom: 4rem;
}

@media screen and (max-width: 680px) {

    section.quotes_block .columns .column .name {
        margin-bottom: 0;
    }

}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/




/* Site Branding
--------------------------------------------- */

.site-branding .custom-logo {
	max-width: 30rem;
    margin-left: -2rem;
}

@media screen and (max-width: 1280px) {
	
    .site-branding .custom-logo {
        margin-left: -1rem;
    }
}

@media screen and (max-width: 860px) {
	
    .site-branding .custom-logo {
        max-width: 100%;
    }
}


/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 1rem 1rem -0.4rem rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
    position: relative;
    font-family: 'TajawalMedium', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1.4rem;
    line-height: 1.7;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	/*
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	*/
}

/* toggle buttn */
button.menu-toggle {
	background:transparent !important;
}

.menu-toggle {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.1s;
}

.menu-toggle:focus {
	border:none;
	outline:none;
}

.menu-toggle span {
  display: block;
  position: absolute;
  top: 22px;
  left: 9px;
  right: 9px;
  height: 3px;
  background-color:#000;
}

.menu-toggle span::before,
.menu-toggle span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  content: "";
}

.menu-toggle span::before {
  top: -10px;
}

.menu-toggle span::after {
  bottom: -10px;
}

.menu-toggle {
	margin: 4rem -0.55rem 0 auto;
}

@media screen and (max-width: 860px) {
	
    .menu-toggle {
        margin: 17% -0.55rem 0 auto;
    }
    
}

@media screen and (max-width: 680px) {    

    .menu-toggle span {
      left: 12px;
      right: 12px;
      height: 2px;
    }

    .menu-toggle span::before,
    .menu-toggle span::after {
      height: 2px;
    }

    .menu-toggle span::before {
      top: -8px;
    }

    .menu-toggle span::after {
      bottom: -8px;
    }
	
    .menu-toggle {
        margin: 20% -0.55rem 0 auto;
    }
    
}

@media screen and (max-width: 480px) { 
    
    .menu-toggle {
        margin: 24% -0.55rem 0 auto;
    }
    
}

/* toggled X */
.menu-toggle span {
  transition: background 0s 0.1s;
}

.menu-toggle span::before,
.menu-toggle span::after {
  transition-duration: 0.1s, 0.1s;
  transition-delay: 0.1s, 0s;
}

.menu-toggle span::before {
  transition-property: top, transform;
}

.menu-toggle span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.toggled .menu-toggle {
  background-color: #cb0032;
}

.toggled .menu-toggle span {
  background: none;
}

.toggled .menu-toggle span::before {
  top: 0;
  transform: rotate(45deg);
}

.toggled .menu-toggle span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.toggled .menu-toggle span::before,
.toggled .menu-toggle span::after {
  transition-delay: 0s, 0.1s;
}

/* -- */

.main-navigation ul {
	display: none;
}

/* - Navigation flyout- */

.main-navigation {
	position: relative;
}

.main-navigation .menu-menu-1-container {
	position: absolute;
	right: -0.5rem;
	margin: 0.5rem -0.55rem 0 0;
	font-size: 1.25rem;
	z-index: 999;
	text-align: left;
	filter: drop-shadow(0 0.5rem 1rem rgba(0,0,0,0.25));
}

.main-navigation .menu-menu-1-container ul.nav-menu {
	background-color: #C7610B;
	padding: 2rem 0;
    min-width: 280px;
    border-radius: 3px;
}

.main-navigation .menu-menu-1-container ul.nav-menu a {
	color: #FFFFFF;
	padding: 0.5rem 2.5rem 0.125rem 1.5rem;
}

.main-navigation .menu-menu-1-container ul.nav-menu a::before {
	content: '›';
	margin: 0 0.5rem 0 1rem;
    font-family: 'TajawalBold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.main-navigation .menu-menu-1-container ul.sub-menu a::before {
    margin: 0 0.5rem 0 2.2rem;
}

.main-navigation .menu-menu-1-container ul.nav-menu a:hover {
	background-color: #BA4906;
}

.main-navigation .menu-menu-1-container ul.nav-menu::before {
    content: "";
    height: 0;
    width: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #C7610B;
    position: absolute;
    right: 1rem;
    top: 0;
    margin: -1rem 0 0 -3px;
    z-index: 100;
	display: block;
}

.sub-menu {
    min-width: 280px;
    background-color: #C7610B;
}

@media screen and (max-width: 860px) {
    
    .main-navigation .menu-menu-1-container {
        min-width: 360px;
    }
    
}

@media screen and (max-width: 480px) {
    
    .main-navigation {
        position: none;
    }
    
    .main-navigation .menu-menu-1-container {
        display: block;
        position: absolute;
        right: 0;
        margin: 0.5rem -2rem 0 0;
        min-width: 345px;
    }

    .main-navigation .menu-menu-1-container ul.nav-menu {
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .main-navigation .menu-menu-1-container ul.nav-menu::before {
        right: 2.08rem;
        top: 0;
        margin: -1rem 0 0 -3px;
    }
    
}

@media screen and (max-width: 340px) {
    
    .main-navigation .menu-menu-1-container {
        min-width: 330px;
    }
    
}


/* -- */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}


/* -- */


.main-navigation {
	text-align: right;
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.edit-link {
    display: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */

.entry-content figure {
	width: 100% !important;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: left;
	color: #777;
}


/* intro
--------------------------------------------- */

.intro .columns {
    column-count: 2;
    column-gap: 4%;
    hyphens: auto;
}

@media screen and (max-width: 860px) {
	
    .intro .columns {
        column-count: 1;
    }
}

.home .intro .columns {
    display: flex;
    column-gap: 2%;
}

.home .intro .columns .column {
	flex: 0 0 48%;
}

.home .intro .columns .column.right_column {
    display: flex;
	align-content: flex-start;
	justify-content: space-between;
    flex: 0 0 52%;
}

@media screen and (max-width: 860px) {
	
    .home .intro .columns {
        display: block;
    }

    .home .intro .columns .column.right_column {
        margin-left: -5%;
        margin-right: -5%;
    }
    
}

.headline {
    font-family: 'TajawalMedium', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-bottom: 1rem;
}


/* Slick Slider
--------------------------------------------- */

.slider .slide .image {
	height: 37.5rem;
	position: relative;
}

.slider .slide .image img {
	object-fit: cover;
	object-position: center center; /* default position */
    width: 100%;
    height: 100%;
}

.home .slider .slide .image .bubble {
	display: flex;
	align-items: flex-end;
	position: absolute;
	right: 1rem;
	bottom: -8rem;
	width: 32rem;
	height: 32rem;
	border-radius: 50%;
	background-color: rgba(233,130,28,0.85);
}

body.wissenschaft .slider .slide .image::before,
body.projekt .slider .slide .image::before {
    content: "";
    display: block;
	height: 6rem;
	width: 6rem;
	background-image: url("https://transformation-lab.lu/wp-content/uploads/2022/01/uni-lux-logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 2.8rem;
    left: 2.5rem;
    filter: drop-shadow(0 0 0.4rem rgba(0,0,0,0.30));
}

.slider .slide .image .text .meta_title {
	margin: 0 0 1rem 0;
    font-family: 'TajawalMedium', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.slider .slide .image .text {
	position: absolute;
	width: 18rem;
	color: #ffffff;
	bottom: 2rem;
	right: 8rem;
    font-family: 'TajawalMedium', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
	
.slider .slide .image .text .title {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0 0 2rem 0;
}

.slider .slide .image .text a.button {
	display: inline-block;
	background-color: #ffffff;
	color: #000000;
	padding: 0.75rem 1.5rem 0.6rem 1.5rem;
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 0.15rem;
    font-family: 'AlegreyaSans-Black', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.slick-dots {
    position: absolute;
    bottom: -40px!important;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 3px!important;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 8px!important;
    line-height: 20px;
    text-align: center;
    color: #E9821C!important;
    opacity: 1!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
    color: #C44208!important;
    opacity: 0.9!important;
    font-size: 16px!important;
}

.slick-dots li button:hover::before, 
.slick-dots li button:focus::before {
    color: #C44208!important;
    opacity: 0.9!important;
}

/* landing_page */

.landing_page .slider .slide .image .bubble {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 28rem;
	height: 28rem;
	/* border-radius: 50%; */
	/* background-color: rgba(74,170,138,0.80); */
}

.landing_page .slider .slide .image .bubble img {
	position: absolute;
	right: 2rem;
	bottom: 0;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 860px) {
	
    .landing_page .slider .slide .image .bubble img {
        right: 0;
        width: 80%;
    }
    
}

@media screen and (max-width: 480px) {
	
    .landing_page .slider .slide .image .bubble img {
        width: 60%;
    }
    
}

.landing_page .slider .slide .link_text {
	position: absolute;
	left: 4rem;
	bottom: 2rem;
	width: auto;
	height: auto;
	font-family: 'TajawalMedium';
}

.landing_page .slider .slide .link_text a {
	color: #ffffff;
	background-color: #000000;
	padding: 0.5rem 0.5rem 0.25rem 0.5rem;
	line-height: 1.25;
}

.landing_page .slider .slide .link_text a::after {
	content: '»';
	margin: 0 0 0 0.5rem;
	color: #C44208;
	font-size: 1.25em;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}/

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* tabby tabs */

.responsive-tabs-wrapper {
	margin-top: 4rem;
}

.responsive-tabs .responsive-tabs__panel {
	border: none !important;
	padding: 0 0 0 0 !important;
	word-wrap: break-word;
}

.responsive-tabs .responsive-tabs__panel::before {
	content: '';
    display: block;
    width: 100%;
    height: 3px;

    background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="3" viewBox="0 0 30 20"><circle cx="6" cy="6" r="6"/></svg>');

    background-repeat: round; 
    margin-bottom: 3rem;
}

.responsive-tabs ul.responsive-tabs__list {
    margin: 0!important;
}

.responsive-tabs .responsive-tabs__list__item {
    background: #F4F4F4 !important;
    border: none !important;
    color: #C44208 !important;
    font-size: 1.5rem!important;
    line-height: 1.3!important;
    margin: 0 1rem 1px 0 !important;
    padding: 0.8rem 1.2rem 0.2rem !important;
    font-family: 'TajawalMedium';
    border-radius: 0!important;
}

.responsive-tabs .responsive-tabs__list__item.responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active, 
.responsive-tabs .responsive-tabs__list__item--active:hover,
.responsive-tabs .responsive-tabs__list__item:hover {
    background: #F4F4F4 !important;
    color: #160D2D !important;
    position: relative;
}

.responsive-tabs .responsive-tabs__list__item--active, 
.responsive-tabs .responsive-tabs__list__item--active:hover {
    top: 0!important;
}

.responsive-tabs .responsive-tabs__list__item--active {
    top: 0!important;
    font-family: 'TajawalBold';
}

.responsive-tabs .responsive-tabs__list__item,
.responsive-tabs .responsive-tabs__list__item a {
	color: rgba(196,66,8,1.00);
}

.responsive-tabs .responsive-tabs__list__item::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1rem;
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="rgba(196,66,8,1.00)"><path d="M24 12c0-6.627-5.373-12-12-12s-12 5.373-12 12 5.373 12 12 12 12-5.373 12-12zm-18.005-1.568l1.415-1.414 4.59 4.574 4.579-4.574 1.416 1.414-5.995 5.988-6.005-5.988z"/></svg>');
    background-repeat: no-repeat;
    margin: 0 1rem 0 0.5rem;
    vertical-align: middle;
}

.responsive-tabs .responsive-tabs__list__item--active::after {
    background-image: none;
    margin: 0;
}

.entry-content .tab_content p img {
    max-width: 14rem;
    float: left;
    margin: 0.1rem 2.4rem 2rem 0;
}

.entry-content .tab_content a:last-of-type {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 2rem;
}

.entry-content .tab_content .publication_list a:last-of-type {
    margin-top: 0;
}

.entry-content .tab_content .publication_list .link a:last-of-type {
	font-size: 1rem;
}

.entry-content .tab_content a:last-of-type::before {
    content: '';
    display: inline-block;
    width: 1.8rem;
    height: 1.4rem;
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24" fill="rgba(196,66,8,1.00)"><path d="M15 2v5h5v15h-16v-20h11zm1-2h-14v24h20v-18l-6-6z"/></svg>');
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: all 0.15s ease;
}

.entry-content .tab_content .publication_list a:last-of-type::before {
	content: '';
    display: inline-block;
    width: 0;
    height: 0;
    background-image: none;
}


.entry-content .tab_content a:last-of-type:hover::before {
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24" fill="rgba(224,107,15,1.00)"><path d="M15 2v5h5v15h-16v-20h11zm1-2h-14v24h20v-18l-6-6z"/></svg>');
    transition: all 0.15s ease;
}

.academic_areas label {
    font-family: 'TajawalBold';
    margin-right: 0.8rem;
}

.contact_details .phone,
.contact_details .email_address {
    display: inline-block;
}

.contact_details .phone a,
.contact_details .email_address a {
    color: #160D2D;
}

.contact_details .email_address::before {
    display: inline-block;
    vertical-align: middle;
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path d="M12 12.713l-11.985-9.713h23.97l-11.985 9.713zm0 2.574l-12-9.725v15.438h24v-15.438l-12 9.725z"/></svg>');
    padding-top: 0.35em;
    margin-right: 0.5em;
}

.contact_details .phone::before {
    display: inline-block;
    vertical-align: middle;
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/></svg>');
    padding-top: 0.35em;
    margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
    
    .responsive-tabs-wrapper {
        border-top: none!important;
        margin-bottom: 8rem!important;
    }
    
    .responsive-tabs .responsive-tabs__panel::before {
        background-image: none;
    }
    
    .responsive-tabs .responsive-tabs__heading {
        background: #F4F4F4!important;
        border: none!important;
        border-top: none!important;
        color: #C44208!important;
        font-size: 1.5rem!important;
        line-height: 1.3!important;
        margin: 0 0 0.2rem 0 !important;
        padding: 0.8rem 1.2rem 0.2rem !important;
        font-family: 'TajawalMedium';
        border-radius: 0!important;
        padding: none!important;
    }
    
    .responsive-tabs .responsive-tabs__heading--active, 
    .responsive-tabs .responsive-tabs__heading--active:hover {
        background: #F4F4F4!important;
        color: #160D2D!important;
        border: none!important;
    }
    
    .responsive-tabs .responsive-tabs__heading--active {
        font-family: 'TajawalBold';
    }
    
    .responsive-tabs .responsive-tabs__heading::after,
    .responsive-tabs .responsive-tabs__heading--active::after, 
    .responsive-tabs .responsive-tabs__heading--active:hover::after {
        border: none!important;
        content: '';
        display: inline-block;
        width: 1.2rem!important;
        height: 1.2rem!important;
        background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="rgba(196,66,8,1.00)"><path d="M24 12c0-6.627-5.373-12-12-12s-12 5.373-12 12 5.373 12 12 12 12-5.373 12-12zm-18.005-1.568l1.415-1.414 4.59 4.574 4.579-4.574 1.416 1.414-5.995 5.988-6.005-5.988z"/></svg>');
        background-repeat: no-repeat;
        margin: 0 1rem 0 0.5rem;
        vertical-align: middle;
        right: 0!important;
        top: 1rem!important;
    }
    
    .responsive-tabs .responsive-tabs__heading--active::after, 
    .responsive-tabs .responsive-tabs__heading--active:hover::after {
        background-image: none!important;
    }
    
}




/*--------------------------------------------------------------
# Photoswipe
--------------------------------------------------------------*/


.slideshow .image .details {
	display: none;
}

figure {
    margin: 0;
}

button {
    border-radius: 0;
} 

.pswp__bg {
    background: rgb(255, 255, 255, 1)!important;
}

.pswp__caption {
    background-color: rgba(255, 255, 255, 0)!important;
    padding-left: 3rem;
}

@media screen and (max-width: 840px) {
	
    .pswp__caption {
        padding-left: 0;
    }
	
}

.pswp__caption .pswp__caption__center {
    display: table;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
    background-color: rgba(255, 255, 255, 1);
	text-align: left;
    min-height: 3.2rem;
}

@media screen and (max-width: 840px) {
	
    .pswp__caption .pswp__caption__center {
        text-align:center;
        margin-left: auto;
        margin-right: auto;
    }
	
}

.pswp__caption .pswp__caption__center div {
	margin: 0 0 0 0;
}

.pswp__caption .pswp__caption__center div:last-of-type {
	margin: 0 0 0 0;
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    background-color: rgba(255,255,255,0);
}


.pswp--svg .pswp__top-bar .pswp__button,
.pswp--svg .pswp__button--arrow--left::before, .pswp--svg .pswp__button--arrow--right::before {
    background-image: url(/wp-content/themes/tlab/js/photoswipe/hws-skin/skin.svg);
		
}
.pswp__button, 
.pswp__button--arrow--left::before, 
.pswp__button--arrow--right::before,
.pswp--svg button.pswp__button--arrow--left::before,
.pswp--svg button.pswp__button--arrow--right::before
{
    background: url(/wp-content/themes/tlab/js/photoswipe/hws-skin/skin.svg) 0 0 no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 0px;
        background-position-y: 0px;
    background-image: url(/wp-content/themes/tlab/js/photoswipe/hws-skin/skin.svg);
        background-size: auto;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

.pswp--svg button.pswp__button--arrow--right::before {
	right: 0;
}

.pswp__button--close,
.pswp__button--fs {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
    content: '';
    top: 35px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 44px;
    width: 44px;
    position: absolute;
	overflow: hidden;
}

.pswp__button.pswp__button--fs {
    float: left;
}

button.pswp__button--arrow--left::before {
    left: 0px;
    background-position: -134px -36px !important;
}

button.pswp__button--arrow--right::before {
    right: 0px;
    background-position: -88px -36px !important;
}

/* debugging */
.pswp__caption.pswp__ui--idle, .pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 1;
}

.pswp__caption {
    background-color: rgba(255,255,255,0.3);
    background-color: rgba(0,0,0,0.3);
}

.pswp__top-bar {
    background-color: rgba(0,0,0,0);
}

.pswp__caption .img_container .caption {
	height: auto;
}

.pswp__caption .tecrec div {
/*	white-space: nowrap; */
}

.img_container figcaption {
	display: none;
}

.pswp__caption__center {
    display: table;
    max-width: none;
    width: auto;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__button--close,
.pswp__ui--idle .pswp__button--fs,
.pswp__ui--idle .pswp__button {
    opacity: 0;
}

