/*!
Theme Name: dione
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: dione
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.

dione 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%;
}

/* Font size adjust
	 ========================================================================== */

html { font-size: 16px; }

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

    html {
        font-size: 15px;
    }
}

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

    html {
        font-size: 14px;
    }
}

@media screen and (min-width: 1600px) {
	
	html {
		font-size: 18px;
	}
}

@media screen and (min-width: 2000px) {
	
	html {
		font-size: 20px;
	}
}

@media screen and (min-width: 2400px) {
	
	html {
		font-size: 24px;
	}
}

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


html {
  scroll-behavior: smooth;
}

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

/**
 * 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;
	color: #004a93;
}

#ucp-template h1,
#ucp-template #ucp-m44690 {
	color: #004a93 !important;
}

#ucp-template .text *,
#ucp-template .html * {
    font-size: 18px;
    font-family: 'WorkSans-Variable' !important;
    font-weight: 300  !important;
    text-align: left;
}

.button > a,
.button > a:visited,
.button > a:active,
.button > a:focus,
.contact-button > a {
	background-color: rgba(172,120,88,1.00);
	color: #FFF;
	padding: 0.5rem 0.8rem;
	text-decoration: none;
    font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: inline-block;
    font-variation-settings: 'wght' 380;
}

.button.on > a,
.button.on > a:visited,
.button.on > a:active,
.button.on > a:focus {
	background-color: rgba(172,120,88,0.50);
}

.section.back_to_overview .button > a {
	background-image: 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" fill="rgba(255,255,255,1.00)"><path d="M0 12c0 6.627 5.373 12 12 12s12-5.373 12-12-5.373-12-12-12-12 5.373-12 12zm7.58 0l5.988-5.995 1.414 1.416-4.574 4.579 4.574 4.59-1.414 1.416-5.988-6.006z"/></svg>');
	background-repeat: no-repeat;
	background-size: 1rem;
	background-position: center left 0.8rem;
    padding-left: 2.5rem;
}

#ucp-template .html .contact-button {
	font-family: 'Rubik' !important;
	font-weight: 400 !important;
}

#ucp-template .contact-button > a {
	background-color: rgba(172,120,88,1.00);
	padding: 0.7em 1em 0.5em 1em;
	color: #fff;
	font-size: 0.8em;
	letter-spacing: 0.085em;
}

.button > a:hover,
.contact-button > a:hover,
#ucp-template .contact-button > a:hover {
	background-color: rgba(20,19,45,1.00);
	color: #FFF;
}

.button.on > a:hover {
	background-color: rgba(172,120,88,0.50);
}

.dark .button > a:hover,
.dark .contact-button > a:hover,
#ucp-template .contact-button > a:hover {
	background-color: #FFF;
	color: #14132D;
}

/* 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: 600;
}

/**
 * 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;
    letter-spacing: 0.04em;
    font-variation-settings: 'wght' 500;
}

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
--------------------------------------------------------------*/


@font-face {
font-family: 'Rubik';
src:url('/wp-content/themes/dione/fonts/Rubik/Rubik-VariableFont_wght.ttf');
font-weight: 400 800;
font-display: auto;
font-style: normal;
}
	

@font-face {
font-family: 'Rubik';
src:url('/wp-content/themes/dione/fonts/Rubik/Rubik-Italic-VariableFont_wght.ttf');
font-weight: 400 800;
font-display: auto;
font-style: italic;
}
	

@font-face {
	
font-family: 'WorkSans-Variable';
  src: url('/wp-content/themes/dione/fonts/WorkSans/WorkSans-Variable.woff2') format('woff2'),
	   url('/wp-content/themes/dione/fonts/WorkSans/WorkSans-Variable.woff') format('woff'),
	   url('/wp-content/themes/dione/fonts/WorkSans/WorkSans-Variable.ttf') format('truetype');
	   font-weight: 100 900;
	   font-display: auto;
	   font-style: normal;
}

@font-face {
  font-family: 'WorkSans-Variable';
  src: url('/wp-content/themes/dione/fonts/WorkSans/WorkSans-VariableItalic.woff2') format('woff2'),
	   url('/wp-content/themes/dione/fonts/WorkSans/WorkSans-VariableItalic.woff') format('woff'),
	   url('/wp-content/themes/dione/fonts/WorkSans/WorkSans-VariableItalic.ttf') format('truetype');
	   font-weight: 100 900;
	   font-display: auto;
	   font-style: italic;
}


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #14132D;
	font-family: "WorkSans-Variable", "Helvetica Neue", sans-serif;
	font-weight: 400;
	font-size: 1.0625rem; /* 17px */
	/* font-size: 1.125rem; /* 18px */
	line-height: 1.45;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-weight: normal;
	margin: 0 0 1rem 0;
    color: #004a93;
    font-variation-settings: 'wght' 380;
}

h1.entry-title,
.page-template-page_section h2.sub_title,
.single-projects .long_title {
	font-size: 2.6rem;
    line-height: 1.1;
	margin: 0 0 0.6rem -0.1rem;
}

h2.sub_title {
	font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

section.content h3 {
    margin-top: 2rem;
}

.page-template-page_section h2.sub_title,
.single-projects .long_title {
	font-size: 2.6rem;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 3.6rem;
    padding-right: 20%;
}

.single-projects .long_title {
	padding-right: 10%;
}

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

    .page-template-page_section h2.sub_title,
    .single-projects .long_title {
        padding-right: 0;
    }
}

.page-template-page_section h1.entry-title,
.single-projects .short_title {
	font-size: 1.4rem;
    font-variation-settings: 'wght' 580;
	margin: 0 0 1rem 0;
}

.single-projects .short_title a {
	color: #004a93;
}

.single-projects .short_title a:hover {
	color: #AC7858;
}



.single-projects .short_title .divider::before {
    display: inline-block;
    content: "•";
    color: #AC7858;
    padding: 0 0.3em;
}

.container > h3.title {
	font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #718395;
    line-height: 1.35;
    margin-bottom: 2rem;
}

.section.dark h3.title {
	color: #FFF;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 1.45;
}

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
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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%;
	display: block;
}

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #DC001E;
}

a:hover,
a:focus,
a:active {
	color: #AC7858;
}

a:focus {
	outline: 0;
}

a:focus-visible {
	outline: 1px solid #AC7858;
}

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%;
}

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

/* .site-header > .container, */
.site-header .logo-box,
.site-header .main-navigation,
.site-main > .container .entry-header,
.site-main .section .container,
.site-footer > .container {
	max-width: 70rem;
	margin: 0 auto;
}

.site-main > .container .entry-header {
	margin-top: 3rem;
}

.site-header {
	margin: 0 0 4rem 0;
}


.site-header .logo-container {
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
}

.site-header .logo-box {
	position: relative;
}


.site-header .logo-box img {
    -webkit-filter: drop-shadow(0.2rem 0.2rem 0.4rem rgba(0,0,0,0.60));
    filter: drop-shadow(0.2rem 0.2rem 0.4rem rgba(0,0,0,0.60));
}

#ucp-template .site-header > .container,
#ucp-template .site-main > .container,
#ucp-template .site-footer > .container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 32px;
}

#ucp-template .headingl * {
  color: rgb(51, 51, 51);
  font-size: 32px;
	font-variation-settings: 'wght' 350;
  font-family: 'Rubik' !important;
	font-weight: 400 !important;
}


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

	.site-header {
        margin: 0 0 0 0;
	}
	
	.site-header .main-navigation {
        padding: 2rem 3rem 0 3rem !important;
	}

}


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

	.site-header .main-navigation {
        padding: 1.4rem 2rem 0 2rem !important;
	}

}


/* -- sticky footer -- */

.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.logged-in .site {
    min-height: calc( 100vh - 32px );
}

.site-main {
    flex: 1 0 auto;
    margin: 0 3rem;
}

.site-footer {
    flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
    
    .site-main {
        margin: 0 2rem;
    }
}


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


.site-header .image_container {
	height: 300px;
	height: 18.75rem;
	position: relative;
    border-bottom: 6px solid #AC7858;
}

.home .site-header .image_container {
	height: 400px;
	height: 25rem;
}

.site-header .image_container .image {
	height: 100%;
	width: 100%;
	position: absolute;
}

.site-header .image_container .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.site-header .image_container .logo {
	width: 220px;
	width: 13.75rem;
	height: auto;
}

.home .site-header .image_container .logo {
	width: 400px;
	width: 25rem;
}



/* large screens */ 

@media screen and (min-width: 1800px) {
	
    .site-header .image_container {
		height: 520px;
	}
	
	.home .site-header .image_container {
		height: 600px;
	}
}


/* small screens */ 

@media screen and (max-width: 960px) {
	
    .site-header .image_container {
		height: 240px;
	}
	
	.home .site-header .image_container .logo {
        width: 320px;
    }
	
	.home .site-header .image_container {
		height: 320px;
	}
	
}


@media screen and (max-width: 600px) {
	.site-header .image_container {
		height: 180px;
	}
	
	.home .site-header .image_container .logo {
        width: 240px;
    }
	
	.home .site-header .image_container {
		height: 240px;
	}
}



/* Footer
--------------------------------------------- */

.site-footer {
    background-color: #14132D;
	color: #FFF;
	font-size: 0.8rem;
    font-variation-settings: 'wght' 300;
    letter-spacing: 0.035em;
	padding: 3.4rem 3rem 1.6rem 3rem;
}


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

	.site-footer {
        padding: 2.4rem 2rem 1.2rem 2rem;
	}

}


#ucp-template .html .site-footer *,
#ucp-template .site-footer {
	font-size: 12px;
}

.site-footer a {
	color: #fff;
}

.site-footer {
	/*background-image: url('https://www.trr369-dione.de/wp-content/uploads/2024/06/footer-gb.png'); */
}

.site-footer > .container {
	width: 100%;
	padding: 2rem 0;

}

#ucp-template .site-footer > .container {
		padding: 4rem 15px;
}

.site-footer .partner-info {
	text-align: left;
	margin: 0 0 2rem 0;
}

.site-footer .partner-info .title {
	margin: 0 0 0.75rem 0;
}

.site-footer .partner-info .image {
	max-width: 22rem;
	height: auto;
}

.site-footer .site-info {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

/* footer-navigation */

.site-footer .footer-navigation {
	display: flex;
}

.site-footer .footer-navigation ul.menu {
	display: flex;
	flex: 1 0 auto;
	list-style: none;
	margin: 0;
	padding: 0;
}

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

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

/* up */

.site-footer .up {
	text-align: right;
	width: 3rem;
}

.site-footer .up .image {
	margin: 0 0 0.5rem 0;
	padding: 0 0 0 0.25rem;
}

.site-footer .up .text {
	white-space: nowrap;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    font-variation-settings: 'wght' 300;
}

.site-footer {
	border-top: 6px solid #AC7858;
}



#ucp-template .html .site-footer .site-info {
	text-align: right;
}

/* Sections
--------------------------------------------- */

/* text_block_2_spalten */

.two_columns .container,
.three_columns .container {
	display: flex;
	justify-content: space-between;
}

.section {
	margin: 2rem 0 5rem 0;
}

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

    .two_columns .container,
    .three_columns .container {
        flex-direction: column;
    }   

    .section:not(:last-of-type) {
        margin-bottom: 3rem;
    }    

    .section:last-of-type {
        margin-bottom: 5rem;
    }    
}

.section.teaser_block_image_buttons {
	margin: 2rem 0 8rem 0;
}

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

    .section.teaser_block_image_buttons {
	    margin: 0 0 5rem 0;
    }       
}

.section .video_text .container {
	margin: 2rem 0 2rem 0;
}

.section .video_text .container .text.column p {
	margin: 0 0 1rem 0;
}

.section .video_text .container .text.column p:last-of-type {
	margin: 0 0 0 0;
}

.section .video_text .container {
	align-items: flex-end
}

.section .video_text .button {
	margin: 0 0 0 auto;
	text-align: right;
}

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

    .section .video_text .button {
        margin: 2rem 0 0 auto;
    }
} 

section.dark {
    background-color: #14132D;
	color: #FFF;
	padding: 7rem 3rem 6rem;
	margin: 2rem 0;
    
    background-image: url("imgs/DIONE-Flamme-10.svg");
    background-repeat: no-repeat;
    background-size: 14rem;
    background-position: bottom 0 right 20%;
    
    width: calc(100% + 6rem);
    margin-left: -3rem;
}

.two_columns .column {
	flex: 0 0 49%;
}

.three_columns .column {
	flex: 0 0 23.5%;
}

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

section.text_block_2_spalten.columns.two_columns .column {
    padding-right: 1%;
}


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

    section.dark {
        padding: 4rem 2rem 3rem;
        margin: 1rem 0;
        width: calc(100% + 4rem);
        margin-left: -2rem;
    }

    .two_columns,
    .three_columns {
        flex-direction: column;
    }

    .two_columns .column {
        flex: 0 0 100%;
    }

    .video_block_2_videos .two_columns .column {
        margin-bottom: 1rem;
    }

    .video_block_2_videos .two_columns .column:last-of-type {
        margin-bottom: 0;
    }

    .three_columns .column {
        flex: 0 0 50%;
    }

    section.columns.two_columns.text_bild_block .column {
        flex: 0 0 100%;
    }

    section.columns.two_columns.text_bild_block .image_column.column {
        margin-top: 1rem;
    }

    section.text_block_2_spalten.columns.two_columns .column {
        padding-right: 0;
    }

    section.text_block_2_spalten.columns.two_columns .column:last-of-type p:last-of-type {
        margin-bottom: 0;
    }
}


/* text_bild_block */


.text_bild_block .img_txt .image_column {
	order: 1;
}

.text_bild_block .img_txt .text_column {
	order: 2;
}

.text_bild_block .image_column img {
    border-radius: 0.3rem;
    box-shadow: 0.5rem 0.5rem 1.4rem rgba(0, 0, 0, 0.1);
}

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

    .text_bild_block .img_txt .image_column {
        order: 2;
    }

    .text_bild_block .img_txt .text_column {
        order: 1;
    }
}



/* teaser_block_image_buttons */

.teaser_block_image_buttons .entry {
	position: relative;
}

.teaser_block_image_buttons .entry .title {
	position: absolute;
	bottom: 1.4rem;
	left: 1.4rem;
	background-color: #AC7858;
	padding: 0.5rem 0.8rem;
	color: #ffffff;
	text-transform: uppercase;
    font-family: "Rubik", "Helvetica Neue", sans-serif;
	letter-spacing: 0.1em;
    font-size: 1rem;
    font-variation-settings: 'wght' 380;
    transition: all 0.4s ease;
}

.teaser_block_image_buttons .entry:hover .title {
	background-color: #14132D;
}

.teaser_block_image_buttons .entry {
    border-radius: 0.3rem;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.video_block_2_videos .image,
.video .vjs-poster {
    border-radius: 0.3rem;
	overflow: hidden;
}

.teaser_block_image_buttons .entry img {
    transform: scale(1);
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 0.4s ease;
}

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

    .teaser_block_image_buttons .entry {
        margin-bottom: 2rem;
    } 
    
    .teaser_block_image_buttons .entry:last-of-type {
        margin-bottom: 0;
    }  
    
    .teaser_block_image_buttons .entry img {
        height: 120px;
    }     
}

.teaser_block_image_buttons .entry:hover img {
    transform: scale(1.05);
}

/* logo_block */

.section.logo_block {
    margin: 7rem 0 6rem 0;
}

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

    .section.logo_block {
        margin: 4rem 0 4rem 0;
    }
} 

.logo_block h3.title {
	text-align: center;
	margin: 0 0 3rem 0;
}

.logo_block .logo_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.logo_block .logo_list .entry {
	flex: 0 0 20%;
	margin: 0 2rem 2rem 2rem;
}

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

.logo_block .logo_list .entry {
	flex: 0 0 30%;
	margin: 0 2rem 2rem 2rem;
}
}


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

.logo_block .logo_list .entry {
	flex: 0 0 60%;
	margin: 0 2rem 4rem 2rem;
}
}


/* section team_list */

.section.background,
.section.team_list,
.section.team_profile {
	padding: 6rem 3rem;
    background-color: rgba(243,238,236,1.00);
    background: linear-gradient(135deg,rgba(243,238,236,1.00),rgba(212,218,223,1.00));
    width: calc(100% + 6rem);
    margin-left: -3rem;
}


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

    .section.background,
    .section.team_list,
    .section.team_profile {
        padding: 4rem 2rem;
        width: calc(100% + 4rem);
        margin-left: -2rem;
    }
}

.section.team_list .list,
.section.team_profile .details,
.section.background .details {
	background-color: #FFF;
	padding: 3rem;
    box-shadow: 0.5rem 0.5rem 1.4rem rgba(0, 0, 0, 0.1);
    border-radius: 0.3rem;
    background-image: url("imgs/DIONE-Flamme-bg-b-grau.svg");
    background-repeat: no-repeat;
    background-size: 8rem;
    background-position: top 3.2rem right 4rem;
}

.section:last-of-type {
	margin-bottom: 0;
    padding-bottom: 9rem;
}

.section.back_to_overview,
.section.button_list {
	padding-bottom: 5rem;
}


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

    .section.team_list .list,
    .section.team_profile .details,
    .section.background .details {
        padding: 2rem;
    }
    
    .section:last-of-type {
        padding-bottom: 5rem;
    }

    .section.back_to_overview,
    .section.button_list {
        padding-bottom: 3rem;
    }
}

.single-team .section.team_profile .details {
	background-position: top 2.4rem right 3rem;
    background-size: 4rem;
}

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

    .single-team .section.team_profile .details {
        background-position: top 1.4rem right 2rem;
        background-size: 3.2rem;
    }
}

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

    .single-team .section.team_profile .details {
        background-image: none;
    }
}

.section.team_list .entry .last_name {
	font-weight: 400;
}

.section.team_list .entry .last_name,
.section.team_list .entry .first_name {
	margin: 0 0.5rem 0 0;
}

.section.team_list .label {
	display: flex;
	text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: 380;
	margin: 0 0 2rem 0;
	letter-spacing: 0.1rem;
}

.section.team_list .label .name {
	flex: 0 0 60%;
}

.section.team_list .entry {
	font-size: 1.15rem;
	display: flex;
	margin: 0 0 0.5rem 0;
	padding: 0 0 0.5rem 0;
	border-bottom: 2px dotted rgba(0,0,0,0.15);
}

.section.team_list .entry:last-of-type {
	border-bottom: none;
}

.section.team_list .entry a,
.section.team_list .entry a:visited {
	display: flex;
    flex-wrap: wrap;
	flex: 0 0 60%;
	text-decoration: none;
	color: #AC7858;
    font-family: "Rubik", "Helvetica Neue", sans-serif;
    font-size: 1.3rem;
    font-variation-settings: 'wght' 360;
}

.section.team_list .entry a:hover {
	color: #14132D;
}

.section.team_list .entry > a div {
    white-space: nowrap;
}

.section.team_list .entry a .last_name {
    font-variation-settings: 'wght' 580;
}

.section.team_list .entry .project_list {
    margin-left: 2rem;
}

.section.team_list .entry .project_list .project {
    display: inline-flex;
}

.section.team_list .entry .project_list .project::after {
    display: inline-flex;
    content: "|";
    padding: 0 0.4em;
    font-family: "Rubik", "Helvetica Neue", sans-serif;
    font-size: 1.3rem;
    font-variation-settings: 'wght' 360;
    color: #D4DADF;
}

.section.team_list .entry .project_list .project:last-of-type::after {
    content: "";
}


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

    .section.team_list .entry {
        display: block;
    }

    .section.team_list .entry .project_list {
        margin-left: 0;
    }

    .section.team_list .entry .project_list::before {
        display: inline-flex;
        content: "Project(s)";
        font-family: "Rubik", "Helvetica Neue", sans-serif;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-variation-settings: 'wght' 380;
        color: #14132D;
        margin-right: 0.5rem;
        margin-left: 0.05em;
    }
}


/* team profile */

.section.team_profile .columns {
	display: flex;
}

.section.team_profile .columns .image_column {
	flex: 0 0 30%;
	margin: 0 2.8rem 0 0;
}

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

    .section.team_profile .columns .image_column {
        margin: 0 1.8rem 0 0;
    }
}

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

    .section.team_profile .columns {
        display: block;
    }
    
    .section.team_profile .columns .image_column {
        margin: 0 0 2.8rem 0;
    }
}

.section.team_profile .columns .image_column img {
    border-radius: 0.3rem;
}

.section.team_profile .info_column .name_combo {
    font-size: 1.7rem;
    line-height: 1.25;
    margin-bottom: 2rem;
    margin-top: -0.3rem;
}

.section.team_profile .info_column .name_combo .ak_title {
    font-size: 1.5rem;
    font-variation-settings: 'wght' 380;
}

.section.team_profile .info_column .projects {
	margin: 0 0 1.5rem;
}

.section.team_profile .info_column div.contact_data,
.section.team_profile .info_column div.phone,
.section.team_profile .info_column div.email {
    display: flex;
}

.section.team_profile .info_column div.contact_data,
.section.team_profile .info_column div.phone_email {
    margin-bottom: 1rem;
}

.section.team_profile .info_column .projects div.title,
.project_leaders_list div.title a {
    display: flex;
    color: #AC7858;
    font-variation-settings: 'wght' 480;
    font-style: italic;
}

.section.team_profile .info_column a,
.section.team_profile .info_column a:visited,
.project_leaders_list div.title a,
.project_leaders_list div.title a:visited {
    color: #AC7858;
}

.section.team_profile .info_column .projects div.title a:hover,
.project_leaders_list div.title a:hover {
    color: #14132D;
}

.project_leaders_list div.title {
    display: inline-flex;
    margin-right: 0.8rem;
}

.project_leaders_list h3.title {
    display: inline-flex;
    margin-right: 0.8rem;
}

.project_leaders_list div.title:last-of-type {
    margin-right: 0;
}

.section.team_profile .info_column .projects div.title::before,
.project_leaders_list div.title a::before {
    content: '';
    display: inline-flex;
    width: 0.8rem;
    height: 0.8rem;
    flex-shrink: 0;
    margin: 0.325rem 0.5rem 0 0;
    background-image: 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" fill="rgba(172,120,88,1.00)"><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-12zm-1.568 18.005l-1.414-1.415 4.574-4.59-4.574-4.579 1.414-1.416 5.988 5.995-5.988 6.005z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}

.section.team_profile .info_column h3.title {
    padding-bottom: 0.6rem;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.15);
}

.section.team_profile .info_column div.contact_data::before,
.section.team_profile .info_column div.phone::before,
.section.team_profile .info_column div.email::before,
.section.team_profile .info_column .external_links > div::before {
    content: '';
    display: inline-flex;
    width: 0.8rem;
    height: 0.8rem;
    flex-shrink: 0;
    margin: 0.325rem 0.5rem 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.section.team_profile .info_column div.contact_data::before {
    background-image: 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" fill="rgba(20,19,45,1.00)"><path d="M12 0c-4.198 0-8 3.403-8 7.602 0 4.198 3.469 9.21 8 16.398 4.531-7.188 8-12.2 8-16.398 0-4.199-3.801-7.602-8-7.602zm0 11c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z"/></svg>');
}

.section.team_profile .info_column div.phone::before {
    background-image: 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" fill="rgba(20,19,45,1.00)"><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>');
}

.section.team_profile .info_column div.email::before {
    background-image: 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" fill="rgba(20,19,45,1.00)"><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>');
}

/* external_links */

.section.team_profile .info_column .linked_in::before {
    background-image: 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="M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z"/></svg>');
}

.section.team_profile .info_column .www_link::before {
    background-image: 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="M4 0l16 12.279-6.951 1.17 4.325 8.817-3.596 1.734-4.35-8.879-5.428 4.702z"/></svg>');
}

.section.team_profile .info_column .xing::before {
    background-image: 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="M14.887 24l-5.324-9.667 8.07-14.333h4.933l-8.069 14.333 5.27 9.667h-4.88zm-7.291-19h-4.939l2.768 4.744-4.115 7.256h4.914l4.117-7.271-2.745-4.729z"/></svg>');
}

.section.team_profile .info_column .instagram::before {
    background-image: 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 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/></svg>');
}

.section.team_profile .info_column .x_icon::before {
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 300 271" fill="rgba(13,13,13,1.00)"><path d="m236 0h46l-101 115 118 156h-92.6l-72.5-94.8-83 94.8h-46l107-123-113-148h94.9l65.5 86.6zm-16.1 244h25.5l-165-218h-27.4z"/></svg>');
}

.section.team_profile .info_column .facebook::before {
    background-image: 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="M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z"/></svg>');
}







/* news */

.page-template-page_section .section.content .columns,
.single-post .section.content .columns {
    display: flex;
}
	
.page-template-page_section .section.content .info_column,
.single-post .section.content .info_column {
    flex: 1 1 70%;
    padding: 0 2rem 0 0;
}
	
.page-template-page_section .section.content .image_column,
.single-post .section.content .image_column {
    flex: 1 1 30%;
}
	
.single-post .section.content .image_column .image img {
    border-radius: 0.3rem;
}

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

    .single-post .section.content .columns {
        flex-direction: column;
    }
    
    .single-post .section.content .image_column .image img {
        margin-top: 1rem;
    }
} 
	
.single-post .entry-meta {
    font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-size: 1rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.7rem;
    text-transform: uppercase;
    color: #004A93;
    font-variation-settings: 'wght' 380;
}
	
/* news pagination */

.posts-navigation,
.post-navigation,
.pagination {
  display: flex;
}

.pagination > a {
  flex: 1 0 50%;
  display: inline-block;
}

.pagination .prev-page {
  text-align: right;
}
.pagination .next-page {
  text-align: left;
}

.posts-navigation div.nav-previous a::after, 
.post-navigation div.nav-previous a::after, 
.posts-navigation div.nav-next a::before, 
.post-navigation div.nav-next a::before, 
.pagination a.prev-page::before, 
.pagination a.next-page::before {
  display: inline-block;
  content: url("imgs/next.svg");
  width: 0.8rem;
  height: auto;
  margin: 0 0 0 1rem;
  opacity: 1;
  transition: all 0.2s ease;
}

.posts-navigation .nav-next .link-title, 
.post-navigation .nav-next .link-title, 
.posts-navigation .nav-previous .link-title, 
.post-navigation .nav-previous .link-title, 
.pagination a.prev-page .link-title, 
.pagination a.next-page .link-title {
  display: none;
}

.posts-navigation div.nav-next a::before, 
.post-navigation div.nav-next a::before, 
.pagination a.next-page::before {
  content: url("imgs/prev.svg");
  margin: 0 1rem 0 0;
}



/* section page */


.page-template-page_section .section.content .columns {
	display: flex;
}

.page-template-page_section .section.content .info_column {
	flex: 1 1 70%;
    padding: 0 4% 0 0;
}

.page-template-page_section .section.content .image_column {
	flex: 1 1 30%;
}

.page-template-page_section .section.content .image_column .image {
	max-width: 100%;
}

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

    .page-template-page_section .section.content .columns {
        flex-direction: column;
    }

    .page-template-page_section .section.content .image_column .image {
        max-width: 16rem;
        margin-top: 2rem;
    }
}

.page-template-page_section .section.content .image_column .image img {
	border-radius: 0.3rem;
}

.section.project_list .list {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.section.project_list .list .entry {
	flex: 0 0 49%;
	margin: 0 0 2% 0;
	background-color: #FFF;
	box-shadow: 0.5rem 0.5rem 1.4rem rgba(0, 0, 0, 0.1);
	border-radius: 0.3rem;
    min-height: 320px;
    background-image: url("imgs/DIONE-Flamme-bg-b-grau.svg");
    background-repeat: no-repeat;
    background-size: 7rem;
    background-position: bottom 0 right 12%;
}

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

    .section.project_list .list {
	    display: block;
	}
	
	.section.project_list .list .entry {
		min-height: auto;
	    margin: 0 0 2rem 0;
    }
}

.section.project_list .list .entry a {
	text-decoration: none;
	color: #000;
}

.section.project_list .list .entry .project {
	display: flex;
	flex-direction: column;
	padding: 2rem;
	height: 100%;
}

.section.project_list .list .entry .short_title,
.section.team_list .list .label,
.info_column h3.title {
    font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-size: 1rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.7rem;
    text-transform: uppercase;
    color: #14132D;
    font-variation-settings: 'wght' 380;
}

.project_leaders_list h3.title {
    margin-bottom: 0;
}

.project_leaders_list {
    margin-bottom: 1.5rem;
}

.section.team_list .list .label {
    margin-bottom: 2rem;
}

.section.team_list .list .label .project {
    margin-left: 2rem;
}

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

    .section.team_list .list .label .project {
        display: none;
    }
}

.section.project_list .list .entry .title {
	flex: 1 1 auto;
}

.section.project_list .list .entry a h3.title,
.section.project_list .list .entry a:visited h3.title {
    font-size: 1.3rem;
    color: #AC7858;
    line-height: 1.35;
    margin-bottom: 2rem;
    transition: all 0.2s ease;
}

.section.project_list .list .entry a:hover h3.title {
    color: #14132D;
}

.section.project_list .container > h3.title,
.section.team_list .container > h3.title {
    margin-bottom: 2rem;
}

.section.project_list .list .entry .project_leaders {
	flex: 0 0 auto;
    font-style: italic;
}

.section.project_list .list .entry .project_leaders p {
	margin-bottom: 0;
}


	
/* section news_block  */

.news_block > .container > h3.title {
	text-align: center;
	margin: 0 0 3rem 0;
}

.news_block .news_list {
	display: flex;
	justify-content: space-between;
	margin: 0 0 4rem 0;
}

.news_block .news_list .entry {
	flex: 0 0 48%;
}

@media screen and (max-width: 768px) {
    
    .news_block .news_list {
        display: block;
    }

    .news_block .news_list .entry {
        flex: 0 0 100%;
        margin-bottom: 3rem;
    }

    .news_block .news_list .entry:last-of-type {
        flex: 0 0 100%;
        margin-bottom: 0;
    }
}


.news_block .news_list .entry .columns {
	display: flex;
}

.news_block .news_list .entry .image_column {
	flex: 0 0 35%;
	padding: 0 1.8rem 0 0;
}

.news_block .news_list .entry .image_column .image {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.news_block .news_list .entry .image_column .image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
    border-radius: 0.3rem;
}

.news_block .news_list .entry .content_column {
	flex: 0 0 65%;
	margin: 0;
	text-align: left;
}

.news_block .news_list .entry a .content_column h3.title {
    font-size: 1.3rem;
    line-height: 1.35;
    margin-top: -0.25rem;
}

.news_block .news_list .entry a .content_column .excerpt {
    line-height: 1.4;
}

.news_block .news_list .entry a .content_column {
	color: #000;
}

.news_block .news_list .entry a .content_column span.more {
	margin: 0 0 0 0.3em;
	color: rgba(255,0,4,1.00);
    font-family: "Rubik", "Helvetica Neue", sans-serif;
    font-size: 0.9rem;
	text-transform: uppercase;
    letter-spacing: 0.08em;
}
	


/* projects page */

.single-projects .entry-header {
	display: flex;
}

.single-projects .entry-header .info_column {
	flex: 1 1 70%;
	padding: 0 2rem 0 0;
}

.single-projects .entry-header .image_column {
	flex: 1 1 30%;
    justify-content: right;
    display: flex;
}

.single-projects .entry-header .image_column .image {
	max-width: 12.5rem;
    margin-top: 0.5rem;
}

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

    .single-projects .entry-header {
        flex-direction: column;
    }

    .single-projects .entry-header .info_column {
        flex: 1 1 100%;
        padding: 0 0 0 0;
        order: 2;
    }

    .single-projects .entry-header .image_column {
        flex: 1 1 100%;
        justify-content: left;
        margin: -3.6rem 0 3.6rem 0;
        order: 1;
    }
    
    .single-projects .entry-header .image_column .image {
        max-width: 6.5rem;
        margin-top: 0.8rem;
    }
}

.single-projects .entry-header .image_column .image img {
    border-radius: 0.3rem;
}

.site-main .section.project_details .container > * {
	max-width: 50rem;
}

.project_details .project_text {
	margin-bottom: 1.5rem;
}

.project_details .box {
	display: flex;
    margin-bottom: 1rem;
}

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

    .project_details .box {
        display: block;
    }
}

.project_details .box .label {
	margin: 0 1rem 0 0;
    font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
    font-variation-settings: 'wght' 380;
    min-width: 150px;
}

.project_details h3.title {
    margin-top: 3rem;
}

.project_details h3.title:first-of-type {
    margin-top: 0;
}

.project_details .team_list a {
    color: #14132D;
}

.project_details .team_list a:hover {
    color: #AC7858;
}

.project_details .team_list::before {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background-color: rgba(113,131,149,0.40);
}

.project_details .team_list .entry {
    padding: 0.8rem 0;
	border-bottom: 2px dotted rgba(113,131,149,0.60);
}

.project_details .team_list .entry:last-of-type {
    border-bottom: 2px solid rgba(113,131,149,0.40);
}

.project_details .team_list .entry {
    background-image: 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" fill="rgba(172,120,88,1.00)"><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-12zm-1.568 18.005l-1.414-1.415 4.574-4.59-4.574-4.579 1.414-1.416 5.988 5.995-5.988 6.005z"/></svg>');
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: center right 0.8rem;
}


/* section image_block */

.section.image_block .container {
	width: calc(100% + 6rem);
    max-width: calc(100% + 6rem);
	margin: 0 0 4rem -3rem;
}

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

    .section.image_block .container {
        width: calc(100% + 4rem);
        max-width: calc(100% + 4rem);
        margin: 0 0 4rem -2rem;
    }
}

.section.image_block .owl-carousel .owl-nav.disabled {
	display: block;
	position: absolute;
	top: 6rem;
	width: 100%;
}

.section.image_block .owl-carousel .owl-nav.disabled .owl-prev {
	position: absolute;
	left: 2rem;
	color: #fff;
	font-size: 4rem;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}

.section.image_block .owl-carousel .owl-nav.disabled .owl-next {
	position: absolute;
	right: 2rem;
	color: #fff;
	font-size: 4rem;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}

.section.image_block .owl-carousel img {
    border-radius: 0.3rem;
}

/* .section.image_block .owl-carousel .owl-item {
    margin-right: 16px!important;
} */


.section.image_block .owl-carousel .entry {
	position: relative;
}

.section.image_block .owl-carousel .entry a .plus::before {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
    content: "";
    display: flex;
    width: 2rem;
    height: 2rem;
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" fill="rgba(255,255,255,1.00)" xmlns="http://www.w3.org/2000/svg"><path d="m12.002 2c5.518 0 9.998 4.48 9.998 9.998 0 5.517-4.48 9.997-9.998 9.997-5.517 0-9.997-4.48-9.997-9.997 0-5.518 4.48-9.998 9.997-9.998zm-.747 9.25h-3.5c-.414 0-.75.336-.75.75s.336.75.75.75h3.5v3.5c0 .414.336.75.75.75s.75-.336.75-.75v-3.5h3.5c.414 0 .75-.336.75-.75s-.336-.75-.75-.75h-3.5v-3.5c0-.414-.336-.75-.75-.75s-.75.336-.75.75z" fill-rule="nonzero"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    filter: opacity(0.6);
    transition: filter 0.2s ease;
}

.section.image_block .owl-carousel .entry a:hover .plus::before {
    filter: opacity(1);
}

/* section button_list  */

.section.button_list .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.section.button_list .list .entry {
	margin: 0 0 0 1rem;
}

@media screen and (max-width: 640px) {
	
    .section.button_list .list {
        justify-content: space-between;
    }

    .section.button_list .list .entry {
        flex: 1 1 45%;
        margin: 0.5rem 1rem 0.5rem 0;
    }

    .section.button_list .list .entry:nth-of-type(2n) {
        margin: 0.5rem 0 0.5rem 1rem;
    }

    .section.button_list .list .entry {
        flex: 1 1 45%;
        margin: 0.5rem 0;
    }

    .section.button_list .list .entry a {
        width: 100%;
        text-align: center;
    }
}

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


/* Navigation
--------------------------------------------- */

.site-header .logo-box {
	max-width: 76rem;
	padding: 0 3rem;
	position: relative;
}


.site-header .main-navigation {
	display: flex;
	width: 100%;
	max-width: 76rem;
	padding: 0 3rem;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px 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 {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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%;
}

/* 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;
}

/* 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
--------------------------------------------- */
.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: center;
}

/* Mega Menu
--------------------------------------------- */

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-lang #mega-menu-menu-lang > li.mega-menu-item > a.mega-menu-link {
    padding: 0 1rem; 
    font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: inline-block;
    font-variation-settings: 'wght' 380; 
}

.mega-menu-menu-1-mobile-open #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a:hover.mega-menu-link,
#mega-menu-wrap-menu-lang #mega-menu-menu-lang > li.mega-menu-item > a:hover.mega-menu-link {
    color: #004A93;
}

/* .page-id-259 = news | .page-id-263 = publications */

.page-template-page_section .mega-research > a.mega-menu-link,
.single-projects .mega-research > a.mega-menu-link,
.single-team .mega-team > a.mega-menu-link,
.page-id-259 .mega-knowledge_transfer > a.mega-menu-link,
.page-id-263 .mega-knowledge_transfer > a.mega-menu-link,
.single-post .mega-knowledge_transfer > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
li.mega-wpml-ls-current-language a span.wpml-ls-native {
	letter-spacing: 0.07em !important;
    font-variation-settings: 'wght' 640 !important;
    color: #004A93 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-of-type > a.mega-menu-link {
    padding: 0 1rem 0 0;   
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 2px dotted rgba(243,238,236,0.50);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    filter: opacity(1);
    transition: all 0.2s ease;
    margin-left: 1.025rem;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #FFF;
    font-size: 1rem;
    transition: background 0.2s ease;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current_page_item a.mega-menu-link,
.single-post #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.news a.mega-menu-link,
.section-a #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.section_a a.mega-menu-link,
.section-b #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.section_b a.mega-menu-link,
.section-c #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.section_c a.mega-menu-link,
.section-z #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.section_z a.mega-menu-link {
    font-variation-settings: 'wght' 600;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.hidden {
	display: none;
}


/* language switch */

#mega-menu-wrap-menu-lang {
	margin: 1rem 0 2rem auto;
}


#mega-menu-wrap-menu-lang {
	margin: 1rem 0 2rem auto;
}

/*
#mega-menu-wrap-menu-lang {
	display: none;
}
*/

.logged-in #mega-menu-wrap-menu-lang {
	display: block;
}

/* mobile */

@media only screen and (min-width: 769px) {
    
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
        min-width: auto;
    }
}

@media only screen and (max-width: 960px) {
    
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin-right: -0.2rem;
    }
    
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
        min-width: auto;
        margin: -0.2rem 0 0.6rem 0;
    }
    
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
        border-bottom: none;
    }
    
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        background: #FFF;
        color: #14132D;
        padding: 0;
        line-height: 2rem;
    }
    
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:hover.mega-menu-link,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:active.mega-menu-link,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:focus.mega-menu-link {
        background: #FFF;
        color: #004A93;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current_page_item a.mega-menu-link,
	.single-post #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.news a.mega-menu-link,
	.section-a #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.section_a a.mega-menu-link,
	.section-b #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.section_b a.mega-menu-link,
	.section-c #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.section_c a.mega-menu-link,
	.section-z #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.section_z a.mega-menu-link{
        color: #004A93;
    }
}


/* 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;
}


/* Nones
--------------------------------------------- */

.edit-link {
    display: none;
}



/* video
--------------------------------------------- */

.vjs-poster {
  background-size: cover !important;
}

.video-js {
	background-color: #FFFFFF;
}


/* videojs */

.video-js .vjs-big-play-button {
  font-size: 10em;
  line-height: 1.5em;
  height: 1.4em;
  width: 1.4em;
  display: block;
  position: absolute;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  text-shadow: 0.4rem 0 0.8rem rgba(0, 0, 0, 0.1);
  border: none;
  background-color: #2b333f;
  background-color: rgba(43,51,63,.0);
  border-radius: 50%;
  transition: all ease .4s;
}

.video-js:hover .vjs-big-play-button {
  background-color: rgba(43,51,63,.0)!important;
  opacity: 1;
  text-shadow: 0.4rem 0 0.8rem rgba(0, 0, 0, 0);
  transition: all ease .4s;
}

.vjs-has-started .vjs-big-play-button {
	display: none;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: 0;
	transform: translate(-50%,-50%);
}

.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
	margin-top: -0.1em;
}

.vjs-error .vjs-error-display { display: none; }


.video_caption {
    font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-size: 1.05rem;
    font-variation-settings: 'wght' 360;
    letter-spacing: 0.04em;
    color: #AC7858;
    margin-top: 0.5rem;
}

	
@media screen and (max-width: 920px) {
	.video {
		max-width: 100%;
	}

}




