/*
Theme Name: JSF 2.0
Theme URI: https://www.juliafrerichs.de
Author: offo.studio
Author URI: https://www.offo.studio
Description: Julia S. Frerichs
Version: 2.0
License: Copyright © 2026 offo.studio
*/


/** ========================================================================== RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%; 
	text-transform: none;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
ul {
	list-style-type: none !important;
	-webkit-margin-before: 0 !important;
	-webkit-margin-after: 0 !important;
	-webkit-padding-start: 0 !important;

}



/** ========================================================================== LOAD */

#loading {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	overflow: hidden;
	background: #561641;
}


/** ========================================================================== BASIC */

body {
	font: 400 normal 14px/1.4em 'akzidenz-grotesk-next-pro', sans-serif;
	text-transform: none;
	text-align: left;
	letter-spacing: 0em;
	color: #2b2b2b;
	background: #fff6ef;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	
	-webkit-hyphenate-limit-chars: auto 3;
	-moz-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-chars: auto 3;
	hyphenate-limit-chars: auto 3;

	-webkit-hyphenate-limit-lines: 2;
	-moz-hyphenate-limit-lines: 2;
	-ms-hyphenate-limit-lines: 2;
	hyphenate-limit-lines: 2;
} 
.site {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	/*background: #f0efed;*/
}
#main_inner {
	min-height: calc(100vh - 100px);
	padding-bottom: 100px; /* sticky footer */
}

section {
	overflow: hidden;
}
section.chap {
	padding: 4rem 0;
} 
.chap {
	padding: 4rem 0 2rem 0;
} 
.top {
	padding-top: 12rem !important;
}
.max {
	max-width: 1200px;
}
.maxx {
	max-width: 1440px;
}

/** ========================================================================== TYPO */

@font-face {
	font-family: 'Font Awesome';
	src: url('fonts/fa-solid-900.woff2') format('woff2'),
		url('fonts/fa-solid-900.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'offont';
	src: url("fonts/offont-regular.woff2") format("woff2"),
		 url("fonts/offont-regular.woff") format("woff");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

::selection {
	background: #333;
	color: #fff6ef;
}
::-moz-selection {
	background: #333;
	color: #fff6ef;
}

h1 { 
	font: 800 normal 48px/1.2em 'akzidenz-grotesk-next-pro', sans-serif;
	letter-spacing: 0.02em;
	text-align: left;
	text-transform: uppercase;
	color: #9d1270;
	padding-bottom: .5em;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
h1 span {
	display: inline;
}
h2, h3, h4 { 
	font: 800 normal 16px/1.2em 'akzidenz-grotesk-next-pro', sans-serif;
 	text-align: left; 
	color: #9d1270;
	padding-bottom: 1em;
}
h2 {
	text-transform: uppercase;
}
h3, h4 {
	
}
.text h2, .text h3, .text h4 {
	text-transform: uppercase;
	padding-top: 1em;
}
p, ul, li {
	font: 400 normal 16px/1.4em 'akzidenz-grotesk-next-pro', sans-serif;
	text-transform: none;
	text-align: left;
	color: #2b2b2b;
	padding-bottom: 1em;
}
p:last-of-type {
	padding-bottom: 0;
}
li {
	padding-bottom: 0;
}
i, em {
	text-decoration: none; 
	font-style: italic;
	font-weight: 400;
}
b, strong { 
	letter-spacing: 0.05em;
	text-decoration: none; 
	font-style: normal;
	text-transform: none;
	font-weight: 700;	 
}
mark {
	background: none !important;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a {
	color: #2b2b2b;
	outline: none;
	text-transform: none;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #2b2b2b;
	border: none;
	cursor: pointer;
	border-bottom: 2px solid #2b2b2b;
}
p a {
	white-space: nowrap;
}
p a:hover {
	white-space: nowrap;
	border-bottom: 1px solid #2b2b2b;
}
.text blockquote p {
	font-size: 12px;
}
.small h2, .small h3, .small h4 {
	font-weight: 900;
}
.text h1 {
	padding-top: 1em;
	clear: both;
	-webkit-hyphens: none; 
	-ms-hyphens: none; 
	hyphens: none;
}
.text ul,
.text ol {
	padding-bottom: 1em;
}
.text ol {
	margin-left: 2em;
}
.text li {
	list-style: none;
	padding-left: .5em;
}
.text li::before {
	content: "·";
	display: inline-block;
	width: 0.7em;
	margin-left: -0.5em;
}
.text.l h1 {
	font-size: 48px;
	line-height: 1.2em;
}
.text.l h2,
.text.l h3,
.text.l h4 {
	font-size: 24px;
}
.text.l p,
.text.l li {
	font-size: 24px;
}
.text.l li {
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
.text.l li:before {
	font-family: 'Font Awesome';
	font-size: 5px;
	content: '\f45c';
	margin-left: -3.5em;
	padding-right: 2.5em;
	line-height: 1px;
	vertical-align: 6px;
}

.text.small h1 {
	text-transform: none;
	font-size: 12px;
	color: #561641;
	hyphens: auto;
	text-align: center;
}
.text.small h2,
.text.small h3,
.text.small h4 {
	font-size: 12px;
}
.text.small p {
	font-size: 12px;
	text-align: center;
}


/** ========================================================================== FRONTPAGE */

.site {
	background: #fff6ef;
}


#hero {
	width: 100vw;
	height: 100vh;
	position: relative;
	overflow: hidden;
	z-index: 9;
}
#hero .background_image {
  position: absolute;
  top:0; left:0; width:100%; height:100%;
  background-image: url('image.jpg');
  background-size: cover;
  background-position: center;
}
#hero .background_image {
	background-position: center;
	background-size: cover;
}
.postslider_inner,
.postslider_inner .background_image,
.background_image {
	background-position: center center;	
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	height: 100vh;
	position: relative;
	z-index: 2;
}
.postslider_inner .front_image,
.postslider_inner .background_image {
	position: absolute;
	top: 0;
	left: 0;
}
.postslider_inner .front_image {
	background-size: 70%;
}
.postslider .top_content {
	height: auto;
	box-sizing: border-box;
	position: absolute;
	z-index: 9;
	top: 120px;
}
.postslider :is(h1, h2, p){
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 700;
}
.postslider .style_video .video iframe,
.postslider .style_video .video video{		
	width: 100vw;
	height: 56.25vw; 
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

 .shadow {
	box-shadow: 20px 20px 30px rgba(45,45,50,.2);
}

#hero_content {
	z-index: 12;
	top: 50vh;
	position: relative;
	left: 5vw;	
}
#hero_content p {
	color: #561641;
	font-size: 4vw;
	line-height: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
}
#hero_content p strong {
	color: #9d1270;
	font-weight: 700;
	text-transform: uppercase;
}

#hero_cta {
	position: absolute;
	top: 1rem;
	right: 0;
}

#hero #video_container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	
}	
#hero #video_container video {
	width: 100vw;
	height: 56.25vw; 
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#hero #video_container .video_overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: rgba(255,255,255,.5);
}	

/*
.logo_icon {
	width: 30px;
	margin: 0 auto;
	padding-top: 1em;
}
.logo_icon svg {
	width: 100%;
	height: 100%;
	fill: #fff6ef;
}
.logo_icon svg #icon {
	fill: #fff6ef;
}
*/


#event-execution-services .imagesizer,
#contact .imagesizer {
	opacity: 0;
}

#event-execution-services .background_image,
#contact .background_image {
	position: relative;
}
#event-execution-services .background_image::before,
#contact .background_image::before {
	content: "";
	position: absolute;
	inset: 0;
	width: 50%;
	height: 100%;
	background-image: var(--bgimg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#event-execution-services .background_image::before {
	right: 0;
	left: auto;
}



#event-execution-services h2 {
	padding-bottom: 0;
}
#event-execution-services p {
	font-weight: 700;
}
#event-execution-services p:last-of-type{
	padding-bottom: 1em;
}
#event-execution-services li {
	font-size: 14px;
	padding-left: 0;
}
#event-execution-services li:before {
	content:'';
	display: none;
	width: 0;
	margin-left: 0;
}



/* Flexible Boxes */

.flexible_width.gc12 {
    display: flex;
    align-items: stretch;
}
.flexible_width.gc12 .image {
    width: 33%;
    flex-shrink: 0;
}
.flexible_width.gc12 .image.full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.flexible_width.gc12 .infobox_inner {
    width: 67%;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}
.flexible_width.gc12 .infobox_inner .text {
    flex: 1;
}
.flexible_width.gc12 .button_wrapper {
    margin-top: auto;
}

.flexible_width .button_wrapper {
	padding: 1em 0;
}
.flexible_width .button_wrapper .button {
	width: 100%;
}

/* Mobile: alles untereinander */
@media (max-width: 1024px) {
	.flexible_width.gc12 {
		flex-direction: column;
	}
	.flexible_width.gc12 .image, .flexible_width.gc12 .infobox_inner {
		width: 100%;
		box-sizing: border-box;
	}
	.flexible_width.gc12 .image {
		margin-bottom: 1rem; /* Abstand zum Content */
	}
	.flexible_width.gc12 .infobox_inner {
		padding: 1rem;
	}
	.flexible_width.gc12 .button_wrapper {
		margin-top: 1rem;
	}
}
.gallery_container {
	padding-bottom: 0 !important;
}


/* ========================================================================== MAIN NAVIGATION */

header,
#logo,
#logo img,
#main-navigation, 
#main-navigation li,
#main-navigation li a,
#main-navigation_bg
{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	margin: auto;
	z-index: 99999;
	background: transparent;
}
header {
	pointer-events: none;
}
.menu-main-navigation-container,
.mobile-nav-container {
	pointer-events: all;
}
#main-navigation_bg {
	background: transparent;
	width: 100%;
	height: 64px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.small_nav #main-navigation_bg {
	background: #fff6ef;
}
.small_nav #main-navigation_bg.change_dark {
	background: #1c1c1c;	
}

.small_nav #main-navigation_bg.change_purple {
	background: #561641;	
}

#branding {
	grid-column-end: span 2;
}
#main-navigation {
	grid-column-end: span 10;
}
#logo a:hover {
	border-bottom: none;
}
#logo {
	width: auto;
	max-width: 200px;
	height: auto;
	padding-top: 10px;
}
.menu-main-navigation-container,
.menu-main-navigation-customer-container {
	text-align: right;
}
#main-navigation ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
#main-navigation li {
	line-height: 0;
	display: inline-block;
	padding: 0;
	position: relative;
}
#main-navigation li a {
	font-family: 'akzidenz-grotesk-next-pro', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #561641;
	text-transform: uppercase;
	border-bottom: none;
	line-height: 60px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 0.02em;
	display: block;
	border-top: 4px solid transparent;
}
#main-navigation a:hover,
#main-navigation .nav_active {
	color: #9d1270;
	cursor: pointer;
}
#main-navigation .nav_active {
	border-top: 4px solid #9d1270;
}
.home #main-navigation li a {
	color: #9d1270;
}
.small_nav #main-navigation li a,
.home .small_nav #main-navigation li a {
	color: #561641;
	border-top: 4px solid transparent;
} 
.small_nav #main-navigation a:hover {
	color: #9d1270;
	border-top: 4px solid #fff6ef;
	cursor: pointer;
}
.small_nav #main-navigation .nav_active {
	color: #9d1270;
	border-top: 4px solid #9d1270;
	cursor: pointer;
}
.dark_nav.small_nav #main-navigation li a {
	color: #fff6ef;	
	border-top: 4px solid transparent;
} 

.dark_nav.small_nav #main-navigation a:hover {
	color: #9d1270;
	border-top: 4px solid #561641;
}
.dark_nav.small_nav #main-navigation .nav_active {
	color: #9d1270;
	border-top: 4px solid #9d1270;
	cursor: pointer;
}
.purple_nav.small_nav #main-navigation li a {
	color: #fff6ef;	
	border-top: 4px solid transparent;
}
.purple_nav.small_nav #main-navigation a:hover {
	color: #9d1270;
	border-top: 4px solid #561641;
}
.purple_nav.small_nav #main-navigation .nav_active {
	color: #9d1270;
	border-top: 4px solid #9d1270;
	cursor: pointer;
}
.small_nav.purple_nav #logo svg #icon {
	fill: #fff6ef;
}
.small_nav #logo {
	width: auto;
	height: 50px;
}
.small_nav #logo {
	padding-top: 4px;
}
.dark_nav.small_nav #logo #icon {
	fill: #fff6ef;
}
.small_nav #logo #name,
.small_nav #logo #subline {
	display: none;
}
.small_nav :is(#main-navigation, #main-navigation li) {
	padding-top: 0;
	padding-bottom: 0;
}
#cta_wrap {
	text-align: center;
	pointer-events: auto !important;
	padding: 0 1em;
	margin-top: 4em;
	margin-bottom: 2em;
}
a.cta_button,
#main-navigation li.cta_button a {
	z-index: 9;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 24px;	
	color: #F5F5F5;
	text-transform: uppercase;
	border: none;
	background-color: #05BEAF;
	height: 100%;
	display: block;
	border-radius: 50px !important;
	padding: .5em 2em !important;	
} 
a.cta_button:hover,
#main-navigation li.cta_button a:hover {
	cursor: pointer;
	color: #F5F5F5;
	background-color: #14284B;
	border: none;
	box-shadow: none !important;
}
.small_nav #main-navigation li.cta_button a:hover,
.small_nav #main-navigation li.cta_button a.nav_active {
	color: #fbfaf6;
	border: none;
	background-color: #14284B;
}
.logo {
	width: 240px;
	padding-top: 30px;
	padding-bottom: 10px;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.logo svg,
.logo svg #icon,
.logo svg #name,
.logo svg #subline {
	fill: #561641;
	width: 100%;
	height: 100%;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.logo:hover svg #icon,
.logo:hover svg #name,
.logo:hover svg #subline {
	fill: #155666;
	cursor: pointer;
}
.logo.change_color svg #icon,
#offnav_btn.change_color {
	fill: #fff6ef;
	color: #fff6ef;
}


/* ========================================================================== FOOTER NAVIGATION */

footer {
	width: 100%;
	height: 100px;
	margin-top: -100px;
	display: table;
}
#footer_inner {
	display: table-cell;
	vertical-align: middle;
}
#footer-navigation li a {
	line-height: 60px;
}
#footer-navigation ul {
	text-align: center;
	padding-bottom: 0;
}
#footer-navigation li {
	display: inline-block;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0;
}
#footer-navigation li a {
	border-bottom: none;
	-webkit-transition: all 0.1s ease-out;	
	-moz-transition: all 0.1s ease-out;	
	-ms-transition: all 0.1s ease-out;	
	-o-transition: all 0.1s ease-out;	
	transition: all 0.1s ease-out;	
}
#footer-navigation li a:hover { 
	border-bottom: none;
	cursor: pointer;
	color: #93a9b7;
}



/* ========================================================================== TESTIMONIALS */

.testimonial_inner {
	width: calc(100% - 128px);
	margin: 0 auto;
}
.testimonial .title {
	padding-bottom: 1em;
}
.testimonial .title h2 {
	font-size: 14px;
	color: #9d1270;
	font-weight: 700;
	text-align: left;
}
.testimonial .title h2 .t_sub {
 	font-size: 14px;
	font-weight: 400;
	color: #141010;
}
.testimonial .text p {
	font-size: 14px;
	padding-bottom: 1em;
}
.testimonial p strong {
	font-weight: 700;
}
.testimonial .image_container {
	padding: 1em 2em;
}	
.testimonial img {
	border-radius: 50%;
	width: 100%;
}


/* ========================================================================== PARTNER / PROJECTS*/

.projects_banner {
	text-align: center;
	font-size: 0px;
}
.project_logo,
.partner_logo {
	width: 20%;
	display: inline-block;
}
.project_logo .image,
.partner_logo .image {
	padding: 24px;
}


/* ========================================================================== BLOG */

.blog_element.odd .content_all,
.blog_element.even .content_image {
	float: right;
}
.blog_element.even .content_all,
.blog_element.odd .content_image {
	float: left;
}
.blog_element .content_all,
.blog_element .content_image {
	/*width: 50%;*/
	height: 40em;
}
.blog_element .content_image {
	overflow: hidden;
}
.blog_element .content_all {
	padding-top: 0;
	display: table;
}
.blog_element .content_all_inner {
	display: table-cell ;
	vertical-align: middle;
	padding: 2em;
}
.blog_element .content_all_inner :is(h1, p) {
	 -webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.blog_element .image,
.blog_element .image_noscale,
.blog_element .image_scale {
	margin: 0;
	overflow: hidden;
	background: #fff6ef;
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
	width: 100%;
	height: 100%;
}

.blog_element .image_scale {
	-webkit-transition: all 5s ease-out;	
	-moz-transition: all 5s ease-out;	
	-ms-transition: all 5s ease-out;	
	-o-transition: all 5s ease-out;	
	transition: all 5s ease-out;	
}
.blog_element:hover .image_scale {
	transform: scale(1.1);
	background-position: center;
}	


/** ========================================================================== BUTTONS ETC */

button,
.button, 
input[type="button"], 
.input.button,
input[type="submit"],
input.submit {
	font-family: 'akzidenz-grotesk-next-pro', sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #561641;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	text-align: center;
	text-indent: 0;
	letter-spacing: .04em;
	width: auto;
	min-width: 6em;
	background-color: transparent;
	border: 2px solid #561641;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 100px;
	display: block;
	line-height: 1.5em;
	padding: .5em 3em;
	box-sizing: border-box;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	hyphens: none;
}

button:hover,
button:active,
.button:hover, 
.button:active, 
.edit:hover, 
.edit:active,
input[type="button"]:hover, 
input[type="submit"]:hover {
	border: 2px solid #561641;
	color: #fff6ef;
	background-color: #561641;
	cursor: pointer ;		
}

.button_wrapper {
	text-align: center;
	padding: 4em 0;
	box-sizing: border-box;	
}
.text.l .button_wrapper {
	padding: 4em 0 2em 0;
}
.button_wrapper > .button{
	display: inline-block;
	box-sizing: border-box;
}

.button_wrapper.multiple {
	width: 100%;
}
.button_wrapper.multiple.row {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 1em;
}
.button_wrapper.multiple > .button{
	width: 100%;
}
.button_wrapper.multiple.row > .button{
	width: 50%;
	margin: 0;
}


/* ========================================================================== COLORS*/

.bg_darkpurple {
	background: #561641;
}
.bg_darkpurple :is(h1, h2, h3, h4, p, li, a) {
	color: #fff6ef;
}
.bg_darkpurple a:hover {
	color: #cfd2e3;
	border-bottom: none;
}
.bg_darkpurple :is(button, .button){
	color: #561641;
	background-color: #cfeb82;
	border: 3px solid #cfeb82;
}
.bg_darkpurple :is(button:hover, button:active, .button:hover, .button:active){
	color: #561641;
	background-color: #fff6ef;
	border: 3px solid #fff6ef;
}
.bg_darkpurple .infobox :is(button, .button){
	color: #fff6ef;
	background-color: #8f256d;
	border: 3px solid #8f256d;
}
.bg_darkpurple .infobox :is(button:hover, button:active, .button:hover, .button:active){
	color: #561641;
	background-color: #fff6ef;
	border: 3px solid #561641;
}
.bg_dark {
	color: #fff6ef;
	background: #141010;
}
.bg_dark :is(h1, h2, h3, h4, p, li, a) {
	color: #fff6ef;
}
.bg_dark a:hover {
	color: #cfd2e3;
	border-bottom: none;
}
.bg_dark :is(button, .button){
	color: #fff6ef;
	background-color: #cfeb82;
	border: 3px solid #cfeb82;
}
.bg_dark :is(button:hover, button:active, .button:hover, .button:active){
	color: #561641;
	background-color: #fff6ef;
	border: 3px solid #fff6ef;
}
.bg_lavender {
	background: #d6b3da;
}
.bg_lavender :is(h1, h2, h3, h4, p, li, a) {
	color: #561641;
}
.bg_lavender a:hover {
	color: #cfd2e3;
	border-bottom: none;
}
.bg_bordertop {
	border-top: 2px solid #561641;
}


/** ========================================================================== USP */

.icon { 
	font-family: 'Font Awesome';
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	line-height: 2em;
	display: block;
}
.icon.usp {
	font-size: 32px;
}
.bulb.icon:before {
	content: "\f0eb";
}
.dog.icon:before {
	content: "\f6d3";
}
.paw.icon:before {
	content: "\f1b0";
}
.bubble.icon:before {
	content: "\f075";
}
.trophy.icon:before {
	content: "\f091";
}
.smiley.icon:before {
	content: "\f118";
}
.play.icon:before {
	content: "\f144";
}
.document.icon:before {
	content: "\f15b";
}
.tasks.icon:before {
	content: "\f0ae";
}
.calendar.icon:before {
	content: "\f073";
}
.secure.icon:before {
	content: "\f3ed";
}


/** ========================================================================== Infobox */

.infobox {
	border-radius: 10px;
	margin-bottom: 2rem;
	overflow: hidden;
}
.infobox_inner {
	padding: 2rem;
}
.infobox :is(h1, h2, h3){
	font-size: 16px;
	text-align: left;
	color: #9d1270;
}	
.infobox .title {
	padding-bottom: 1em;
}
.infobox .text h3 {
	font-size: 16px;
	padding-bottom: 1em;
}
.infobox .text {
	min-height: 140px;
}
.infobox .text h4 {
	font-size: 12px;
	padding-bottom: 0;
}
.infobox .text :is(p, li, a) {
	font-size: 16px;
	color: #141010;
}
.usp_section .infobox .text :is(p, li, a) {
	font-size: 16px;
}
.infobox .text li:before {
	content: '–';
}
.box_trans {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
}
.box_solid {
	background: #fafafa;
	box-shadow: 20px 20px 30px rgba(0,0,0,0.1);
}
.description :is(h3, p, li){
	font-size: 12px;
}



/** ========================================================================== INPUT ETC */

select, input, textarea {	
	font-family: 'akzidenz-grotesk-next-pro', sans-serif;
	color: #000000;
	font-size: 16px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	padding: 0.5em 1em 0.5em 1em !important;
	margin: 0 !important;
	
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important;
	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: transparent;
	
	border: none;
	border-bottom: 2px solid #19677a;
	
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-indent: 0;
	box-sizing: border-box;
	-webkit-transition-duration: 0.2s !important;	
	-moz-transition-duration: 0.2s !important;
	-o-transition-duration: 0.2s !important;
	transition-duration: 0.2s !important;
}
select,
select:active,
select:checked,
select:hover,
select:focus {
	/*border-radius: 4px !important;
	display: inline-block !important;
	line-height: 1.5em !important;
	padding: 0.5em 3.5em 0.5em 1em !important;
	background-image:
		linear-gradient(45deg, transparent 50%, #000000 50%),
		linear-gradient(135deg, #000000 50%, transparent 50%),
		linear-gradient(to right, #000000, #ccc);
	background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - 2.5em) 0.5em;
	background-size:
		5px 5px,
		5px 5px,
		1px 1.5em;
	background-repeat: no-repeat;*/
}
/*
input:hover, 
input:checked { 
	border: 1px solid #000000 !important;	
	background: none !important;
	color: #000000 !important; 
}*/
input:active, 
input:focus {
	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: none !important;	
	/*border: 1px solid #000000 !important;	*/
	border-bottom: 2px solid #19677a !important;
	color: #000000 !important;
} 
textarea, 
input[type="text"], 
input[type="email"], 
input[type="tel"],
input[type="password"]{
	color: #000000 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1em !important;
	text-transform: none !important;
	width: 100% !important;
	vertical-align: middle !important;
	box-sizing: border-box
}
input[type="number"] {
	width: 80px !important;
	text-indent: 0px !important;
	text-align: center !important;
	padding: 0.5em 0.5em 0.5em 0.5em !important;
}
input[type="radio"] {
	font-family: 'akzidenz-grotesk-next-pro', sans-serif;
}
input[type="radio"], 
input[type="checkbox"], 
.input-checkbox {
	display: inline;
	background: none !important;
	border: none !important;
	padding-left: 0 !important;
}
input[type="radio"]:before, 
input[type="checkbox"]:before, 
.input-checkbox:before {
	font-family: 'Font Awesome';
	font-size: 20px !important;
	content: '\f0c8';
	color: #d6b3da;
}
input[type="radio"]:checked:before, 
input[type="checkbox"]:checked:before, 
.input-checkbox:checked:before { 
	content: '\f00c';
	color: #19677a
}
input[type="radio"]:hover:before, 
input[type="checkbox"]:hover:before, 
.input-checkbox:hover:before { 
	color: #19677a !important; 
}
 

/** ========================================================================== SELECT2 */	

.select2,
.select2-container--default,
.select2-selection__rendered,
.select2-selection--single {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-op-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important;

	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	
	background: none !important;
	border: none !important;
	outline: none !important;
	display: inline-block;
	
	font-size: 16px !important;
	color: #000000 !important;
	line-height: 28px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	letter-spacing: 0.02em !important;
	text-indent: 0;
	height: 32px;
}
.select2-selection--single {
	border: 1px solid #000000 !important;
	height: 42px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	color: #000000 !important;
	font-size: 16px !important;
	line-height: 35px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1em !important;
}
.select2-container--default.select2-container--open,
.select2-search--dropdown,
.select2-results__options {
	background-color: #ededed !important;
}
input.select2-search__field {
	background: #fff6ef !important;
}
.select2-selection__arrow {
	height: 40px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #af424b !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #af424b !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #000000 !important;
	color: #fff6ef !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000000 transparent transparent transparent !important;
	border-width: 5px 5px 0 5px !important;
	margin-left: -15px !important;
}


/** ========================================================================== CONTACT FORM */ 

#contactform .screen-reader-response { display: none; }
.wpcf7 p {	
	font-size: 16px;
}
.wpcf7-mail-sent-ok {
	font-size: 13px !important;
	line-height: 20px;
	font-weight: 400 !important;
	color: #000000 !important;
	text-transform: uppercase !important;
	border: none !important;
 	background: rgba(160,210,195,0.1) !important;
}
.wpcf7-mail-sent-ok:before {
	font-family: 'Font Awesome' !important;
	content: " " !important;
	color: #000000 !important;
	font-size: 13px !important;
	line-height: 20px;
	font-weight: 400 !important;
	font-style: normal !important;
}
.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
	color: #19677a !important;
	font-size: 12px !important;
	line-height: 20px;
	font-weight: 400 !important;
	text-transform: none !important;
	border: none !important;
	border-top: none !important; 
	background: none !important; 
}
.wpcf7-validation-errors:before,
.wpcf7-not-valid-tip:before {
	clear: both;
	content: ' ';
	display: table
}
.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	font-size: 13px !important;
	line-height: 12px;
	font-weight: 400 !important;
	color: #b81c23 !important;
	text-transform: none !important;
	border: none !important;
	background: none !important;
	text-align: center !important;
	padding-top: 1em !important;
}
.wpcf7-response-output {
	padding: 1em !important;
	text-align: center !important;
	border: none !important;
	color: #19677a !important;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	border: none !important;
	border-color: transparent !important;
	clear: both;
	text-align: center !important;
	margin: 0 !important;
}

#contactform .wpcf7-list-item {
	position: relative;
}
#contactform .wpcf7-checkbox .wpcf7-list-item,
#contactform .wpcf7-acceptance .wpcf7-list-item {
	float: none;
	width: 100%;
	padding: 2em 0;
}
#contactform .form_group,
#contactform .small {
	clear: both;
}
#contactform input[type="checkbox"] {
	float: left;
	width: 2em !important;
	padding: 0 !important;
}
#contactform .wpcf7-checkbox .wpcf7-list-item-label,
#contactform .wpcf7-acceptance .wpcf7-list-item-label {
	float: left;
	width: 80% !important;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
#contactform label {
	font-family: 'akzidenz-grotesk-next-pro', sans-serif;
	font-size: 12px;
	letter-spacing: .02em;
	font-weight: 700;
}
#contactform input[type="radio"] {
	display: block;
	padding: 1em;
	position: absolute;
	width: 100%;
	height: 60px;
}
#contactform input[type="radio"]:before {
	content: '';
}
#contactform input[type="radio"] + span {
	font-family: 'akzidenz-grotesk-next-pro', sans-serif;
	font-size: 16px !important;
	font-style: normal !important;
	color: #000000;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	text-align: center !important;
	text-indent: 0 !important;
	background-color: #fff6ef;
	border: 1px solid #dbdbd3;
	margin-top: 0 !important;
	margin-bottom: 10px;
	border-radius: 4px !important;
	width: 100% !important;
	display: inline-block !important;
	line-height: 1.5em !important;
	padding: 1em !important;
	box-sizing: border-box;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
#contactform input[type="radio"]:hover + span,
#contactform input[type="radio"]:checked + span,
#contactform input[type="radio"]:hover:before {
	background: #19677a !important;
	color: #fff6ef !important;
	border: 1px solid #19677a;
}
#contactform .wpcf7-submit {
	width: 50%;
	margin: 0 auto !important;
	border-radius: 8px !important;
}

.wpcf7-spinner {
	display: block !important;
	text-align: center !important;
	margin: 0 auto !important;
	background-color: #19677a !important;
}
.spinn-wrap {
	display: table;
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;

	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	
	pointer-events: none !important;
}
.submitting .spinn-wrap {
	background: rgba(25, 103, 122, 0.5);
}
.spinn-wrap-inner {
	display: table-cell;
	vertical-align: middle;
}


/* growing textarea */
.grow-wrap {
	display: grid;
}
.grow-wrap::after {
	content: attr(data-replicated-value) " ";
	white-space: pre-wrap;
	visibility: hidden;
}
.grow-wrap > textarea {
	resize: none;
	overflow: hidden;
}
.grow-wrap > textarea,
.grow-wrap::after {
	border: none;
	border-bottom: 2px solid #19677a;
	padding: 0.5rem;
	font: inherit;
	grid-area: 1 / 1 / 2 / 2;
}



/** ========================================================================== IMAGES */

.image { 
	height: auto;
	line-height: 1px;
	position: relative;
}
img,
.image img {
	width: 100%; 
	height: auto;
}
.lazy {
	background: #fff6ef;
}
img.lazy {
	background: none;
	display: block;
}
img,
a img,
.alignleft a,
.alignright a,
.aligncenter a,
.alignnone a {
	border: none !important;
}
p img {
	max-width: 100%;
}
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; 
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; 
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; 
}
.alignleft,
.alignright {
	width: 70% !important;
	height: auto;
	margin-top: 0;	
	margin-left: 0;	
	padding-top: 1em;
	padding-bottom: 1em;
	box-sizing: border-box;
}
.alignleft {
	float: left;
	margin-right: 8.667%;
	margin-left: -25%;
}
.alignright {
	float: right;	
	margin-left: 8.667%;
	margin-right: -25%;
}
.alignleft img,
.alignright img,
.aligncenter img {
	width: 100%;
	height: auto;
}
.aligncenter {
	width: 70% !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.alignnone {
	width: 100%;
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}
.wp-caption-text {
	font-family: 'akzidenz-grotesk-next-pro', sans-serif !important;
	font-size: 14px !important;
	border: none;
	text-align: right;	
	padding-top: 1em;
} 
.alignleft .wp-caption-text {
	text-align: right;
	padding-left: 20%;
}
.alignright .wp-caption-text {
	text-align: left;
	padding-right: 20%;
}
embed,
iframe,
object,
video {
	max-width: 100%;
}
iframe{
	width: 100%;
}
.fluidvids {
	padding-top: 56.25%;
	width: 100%;
	max-width: 100%;
	position: relative;	
}
.fluidvids-item {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.bg_stick_image {
	height: 100vh;
	width: 50vw;	
	background-image: var(--bgimg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



/* ========================================================================== RESPONSIVE */

@media only screen and (min-width: 1920px) { 
	.slick-slider { overflow: visible !important;}
	.slick-next {right: -8% !important;}
	.slick-prev {left: -8% !important;}
	
}

@media only screen and (max-width: 1200px) { 
	
	#service .image_container {
		padding: 0em 4em;
	}
	
	
}

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

	h1,
	#hero h1,
	.text.l h1,
	.quote blockquote p,
	.slogan :is(h1, h2, p) {
		font-size: 40px;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	p, ul, li,
	.text.l p, 
	.text.l li,
	h2, h3, h4 {
		font-size: 16px;
	}
	.text.small h1 {
		font-size: 14px;
	}
	#hero p {
		font-size: 20px;
	}
	.modal_wrapper {
		left: 15vw;
		width: 70vw;
		height: calc(95vh);
	}
	.modal_wrapper.active {
		bottom: 0;
	}
	#contact .blog_element :is(.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12) {
		width: 50%;
	}
	/*
	.text.l .button_wrapper {
		padding: 0;
	}*/
	.button_wrapper > .button{
		display: block;
	}
	.button_wrapper.multiple.row {
		display: block;
	}
	.button_wrapper.multiple.row > .button{
		width: 100%;
		margin: 1em 0;
	}	
	.project_logo {
		width: 33%;
	}
	.grid.stick-wrap .gc6 {
		grid-column: span 12;
	}
	.bg_stick_image {
		width: 100vw;
		height: 50vh;
	}
	
	button,
	.button, 
	input[type="button"], 
	.input.button,
	input[type="submit"],
	input.submit {
		font-size: 14px;
	}
	
	
}



@media only screen and (max-width: 768px) {
	
	#logo svg #icon,
	#logo svg #name, 
	#logo svg #subline {
		fill: #9d1270;
	}
	#hero .background_image {
		background-position: calc(50% - 100px) center;
	}
	.top {
		padding-top: 14rem !important;
	}
	.logo {
		width: 30%;
		padding-top: 16px;
	}	
	h1,
	.text.l h1,
	.quote blockquote p,
	.slogan :is(h1, h2, p) {
		font-size: 24px;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	p, ul, li,
	.text.l p, 
	.text.l li,
	h2, h3, h4 {
		font-size: 16px;
	}
	.text.small h1 {
		font-size: 14px;
	}
	.modal_wrapper.active {
		bottom: 0;
		left: 0;
	}
	.modal_text {
		padding: 4em 2em;
	}	
	.project_logo,
	.partner_logo {
		width: 50%;
	}


	
}


@media only screen and (max-width: 600px) {
	
	#fixhead .col.right {
		display: none;
	}
	.logo {
		width: 60%;
		padding-top: 16px;
	}
	#main_inner {
		min-height: 100vh;
	}
	section.chap {
		padding: 4rem 0 2rem 0;
	}
	#hero h1 {
		font-size: 24px;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	
	.blog_element {
		margin-bottom: 4em;
	}
	.blog_element.odd :is(.content_all, .image),
	.blog_element.even .:is(.content_all, .image) {
		float: none;
	}
	
	.blog_element .content_all {
		padding-top: 2em;
		display: block;
		height: auto;
	}
	.blog_element .content_all_inner {
		display: block;
	} 
	
	#footer-navigation {
		margin: 2em 0;
	}
	#footer-navigation li {
		display: block;
		text-align: center;
	}
	#footer-navigation li a {
		display: block;
		width: 100%;
		line-height: 48px;
	}
	
	
}