/* @override https://stage.p3-projekt.de/wp/wp-content/themes/p3-2019/style.css?*
	https://p3-projekt.de/wp/wp-content/themes/p3-2019/style.css?* */



/*
Theme Name: P3 PROJEKT 2019
Description:
Version: 2.14
Author: PD
*/


@import url("css/columns.css");


/*
https://google-webfonts-helper.herokuapp.com/fonts/montserrat?subsets=latin
*/

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('webfonts/montserrat-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('webfonts/montserrat-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('webfonts/montserrat-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('webfonts/montserrat-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
       url('webfonts/montserrat-v12-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('webfonts/montserrat-v12-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('webfonts/montserrat-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('webfonts/montserrat-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-800 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
       url('webfonts/montserrat-v12-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('webfonts/montserrat-v12-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/*	RESET
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {display: block;}
img,
object,
embed {max-width: 100%;height:auto;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

input, select {vertical-align: middle;}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
input:focus, textarea:focus, select:focus { outline: none;}

input { /* remove top input shadow */
-webkit-appearance: none;
-moz-appearance: none;
}

table {font-size: inherit; font: 100%;}

a:hover, a:active {outline: none;}
small {font-size: 85%;}
strong, th {font-weight: bold;}
td, td img {vertical-align: top;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0; border-radius: 0; font-family: 'Montserrat', Arial;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; height: 0px; overflow: hidden;}
.clr:after { content: ""; display: table; clear: both;}
.cf:after {	content: ""; display: table; clear: both; }

/* prevent flickering on touch */
* {
	-webkit-tap-highlight-color:transparent;
}

/* natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }


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

/*

blau			#003E65		rgba(0, 62, 101, 1)
türkis		#00BDBE		rgba(0, 189, 190, 1)

LINK		#00BDBE

*/

/* FRESH START */

html, body {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 400;
	 -webkit-text-size-adjust: 100%;
}

body {
	height: 100%;
	line-height: 170%;
	background: #FFF;
}

a {
	position: relative;
	color: #00BDBE;
	text-decoration: none;
}

a, input {
	transition: all 350ms ease;
}

a:visited {
	color: #00BDBE;
}

a:active {
	color: #00BDBE;
}

a:hover {
	color: #333;
}

a:hover {
	color: #333;
}


h1,h2,h3,h4 {
	line-height: 130%;
	margin: 0px 0 2.5rem 0;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
	font-size: 53px;
	font-size: 3.3rem;
	font-weight: 800;
	color: #003E65;
	margin: 0 0 6rem 0;
}

h2 {
	font-size: 25px;
	font-size: 2rem;
}

h3 {
	line-height: 145%;
	font-size: 18px;
	font-size: 1.4rem;
}

h4 {
	text-transform: uppercase;
	color: #333;
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}

p {
	margin: 0 0 2.0rem 0;
}

hr {
	position: relative;
	display: block;
	height: 1px;
	border: 0;
	background: transparent;
	border-bottom: 1px solid #CCC;
	margin: 2.5rem 0;
}

a:hover img {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}


/* BASIC
---------------------------------------------------------------------------------*/

.page-wrap {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
}

.container,
.container-fluid {
	position: relative;
	max-width: 1200px; /*1140*/
	margin: 0 auto;
	padding: 0 30px;
}

.container:before,
.container:after {
	content: "";
	display: table;
	clear: both;
}


.container-fluid {
	max-width: none;
	width: 100%;
	padding: 0;
}

.container-wide {
	position: relative;
	margin: 0 auto;
	padding: 0 75px;
}

/* HEADER
---------------------------------------------------------------------------------*/

#header {
	position: fixed;
	background: #FFF;
	top: 0;
	left: 0;
	box-shadow: 0 2px 15px 0px rgba(0,0,0, 0);
	width: 100%;
	height: 120px;
	max-height: 120px;
	display: flex;
	align-items: center;
	z-index: 10;
	transition: all 500ms ease-in-out;

}

#header .container-wide {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

#header .logo {
	width: 165px;
	max-width: 35vw;
    transition: all 0.2s ease;
}

#header .logo a {
	display: block;
	height: 100%;
}

#header .logo img {
	display: block;
	max-width: 100%;
	height: auto;
}


#header.sticky {
	box-shadow: 0 2px 15px 0px rgba(0,0,0, .1);
}

#header.sticky {
	max-height: 80px;
	transition: all 500ms ease-in-out;

}

#header.sticky .logo {
	max-width: 130px;
}





/* NAV
---------------------------------------------------------------------------------*/

.mob-menu {
	display: none;
}

.menu-wrap {
	display: flex;
}

#nav {
	padding: 0 0;
	flex: 0 1 auto;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
}


#nav ul {
	display: flex;
}

#nav ul li {
	position: relative;
	margin: 0 0 0 2.5rem;
	border-bottom: none;
}

#nav > ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

#nav ul li a {
	position: relative;
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	display: block;
	color: #003E65;
	padding: 0rem 0rem;
	text-transform: uppercase;
}

#nav li.menu-item-has-children > a {
	AUS_margin-right: -10px; /*ausgleich wg icon*/
}


#nav li.menu-item-has-children > a:after {
	content: "\e804";
	position: relative;
	font-family: 'icons';
	display: inline-block;
	margin: 0 0 0 3px;
	font-size: 1.1rem;
	line-height: 1;
	color: rgba(0,0,0, .25);
	transition: all 250ms ease-in-out;

	display: none;
}


#nav li.menu-item-has-children.active > a:after {
	transform: rotate(-180deg);
}

#nav > ul li.menu-item-has-children {
	position: relative;
}



#nav ul li:hover > a {
}


#nav ul li.current-menu-item > a {
	color: #00BDBE;
}

#nav ul li a:hover {
	color: #00BDBE;
	text-decoration: none;
}

#nav ul li.menu-item-has-children.active > a {
	color: #00BDBE;

}

#nav ul li.current_page_parent a:hover,
#nav ul li.current_page_parent:hover a,
#nav ul li.current_page_item:hover a {
}

#nav ul ul {
	flex-direction: column;
	position: absolute;
	top: 100%;
	margin-top: 20px;
	left: -20px;
	padding: 20px;

	z-index: 21;
	background: #FFF;
	box-shadow: 1px 5px 6px 0px rgba(0,0,0, .06);

	min-width: 10rem;

	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
}

#nav ul li:hover > ul,
#nav ul li:focus-within > ul { /*show on hover and focus*/
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}


[class*=template-start] #nav ul ul {
	background: transparent;
	box-shadow: none;
	padding-top: 10px;
}

[class*=template-start] #nav ul ul li a {
	color: #FFF!important;
}

[class*=template-start] #nav ul ul li a:hover {
	color: #00BDBE!important;
}


/* align last menu item to the right to avoid off screen position*/

#nav ul li:last-child ul {
	left: auto;
	right: 0;
}

#nav ul ul li {
	float: none;
	margin: 0;
	padding: 0;
}


#nav ul ul li a {
	line-height: 150%;
	display: block;
	padding: 0.4rem 0;
	border-bottom: 0px solid #DDD;
}

#nav ul ul li:last-child a {
	border-bottom: none;
}

#nav ul ul li.menu-item-has-children > a {
}

#nav ul ul li.menu-item-has-children > a:hover {

}


/* 3rd level */

#nav ul ul ul {
	display: none;
}

/* Mobile Menu Trigger */

.mob-menu-trigger {
	display: none;
	border: none;
	width: 40px;
	height: 40px;
	z-index: 999;
	text-transform: uppercase;
	background: transparent;
}

.mob-menu-trigger.open {
}

/*prevent background scoll on touch */
.menu-open .page-wrap,
.search-open .page-wrap {
	height: 100%;
	overflow: hidden;
}



/* Hamburger Icon ani*/


.mob-menu-trigger span {
	margin: 0 auto;
	position: relative;
}
.mob-menu-trigger span:before,
.mob-menu-trigger span:after {
	position: absolute;
	content: '';
}
.mob-menu-trigger span,
.mob-menu-trigger span:before,
.mob-menu-trigger span:after {
	width: 33px;
	height: 2px;
	background-color: #003E65;
	background-color: #00BDBE;
	display: block;
}
.mob-menu-trigger span:before {
	margin-top: -9px;
}
.mob-menu-trigger span:after {
	margin-top: 9px;
}


.mob-menu-trigger.open span,
.mob-menu-trigger.open span:before,
.mob-menu-trigger.open span:after {
	background-color: #003E65;
	background-color: #00BDBE;

}


[class*=template-start] .mob-menu-trigger:not(.open) span,
[class*=template-start] .mob-menu-trigger:not(.open) span:before,
[class*=template-start] .mob-menu-trigger:not(.open) span:after {
		background-color: #FFF;
}


/* --- btn --- */

.mob-menu-trigger span {
	-webkit-transition-duration: 0s; transition-duration: 0s;
	-webkit-transition-delay: 0.15s; transition-delay: 0.15s;
}
.mob-menu-trigger.open span {
	background-color: rgba(0,0,0,0.0);
	-webkit-transition-delay: 0.15s; transition-delay: 0.15s;
}
.mob-menu-trigger span:before {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.15s; transition-duration: 0.15s;
	-webkit-transition-delay: 0.15s, 0s; transition-delay: 0.15s, 0s;
}
.mob-menu-trigger.open span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg); transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.15s; transition-delay: 0s, 0.15s;
}
.mob-menu-trigger span:after {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.15s; transition-duration: 0.15s;
	-webkit-transition-delay: 0.15s, 0s; transition-delay: 0.15s, 0s;
}
.mob-menu-trigger.open span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.15s; transition-delay: 0s, 0.15s;
}


/* end Hambuger Icon ani*/


/* CONTENT
---------------------------------------------------------------------------------*/

#content {
	position: relative;
	clear: both;
	background: #FFF;

	margin-top: 120px; /*fixed header*/
}

#content:after { /*top shade*/
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 450px;
	z-index: 0;
	opacity: .06;
	pointer-events: none;

	background: -moz-linear-gradient(top,  rgba(1,62,101,1) 0%, rgba(1,62,101,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(1,62,101,1) 0%,rgba(1,62,101,0) 100%);
	background: linear-gradient(to bottom,  rgba(1,62,101,1) 0%,rgba(1,62,101,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013e65', endColorstr='#00013e65',GradientType=0 );
}



img {
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}


main {
	position: relative;
	display: block; /*IE*/
	padding: 8rem 0; /*110px*/
}




.main {
	max-width: 810px; /*750*/
	max-width: 48rem;
}

#primary a:hover img {
	opacity: .8;
}


/* WP core styles */

.alignnone {

}

.aligncenter,div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
	margin: 5px 1.4rem 1.4rem 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 1.4rem 1.4rem;
}

img.alignnone,
a img.alignnone {
	/* margin: 5px 20px 20px 0; */
	margin: 0;
	padding: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 1.4rem 1.4rem 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	font-size: 0.85rem;
	line-height: 140%;
	color: #888;
}


.gallery-caption {
	display: none;
}

.sticky {

}

.bypostauthor {

}

a.post-edit-link {
	position: relative;
	display: inline-block;
	margin: 0 0 15px 0;
	font-size: 10px;
	line-height: 11px;
	padding: 8px 12px;
	text-transform: uppercase;
	background: #0073AA;
	color: #FFF;
	border-radius: 5px;
}

.link-icon {
	position: relative;
	display: block;
	margin: 0 3px 8px 0;
	font-weight: 700;
}

p > span.link-icon {
	margin-bottom: 0;
}

.link-icon:before {
	content: "\e802";
	font-family: 'icons';
	font-size: 1.1em;
	font-weight: normal;
	color: #C70370;
	margin: 0 8px 0 0;
}

i { /* IE */
	font-family: 'icons';
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Lists */

main ul,
main ol {
	margin: 0 0 2rem 0;
}

main ul {
	padding-left: 1.2rem;
	list-style-type: none;
}

main li {
	position: relative;
	margin: 0 0 5px 0;
}

main ul li:before {
	position: absolute;
	content: "•";
	color: #00BDBE;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 1.3rem;
	margin: -0.05rem 0 0 -1.2rem;

}

main ol {
	padding-left: 22px;
}


/* Shortcodes */

.textIntro {
	font-size: 21px;
	font-size: 1.25rem;
	line-height: 170%;
	font-weight: normal;
	margin-bottom: 5rem;
}

.text-small {
	font-size: 11px;
	font-size: 0.8em;
	line-height: 150%;
	margin-bottom: 2rem;
}

.textZitat {
	position: relative;
	margin-bottom: 2.5rem;
	font-style: normal;
	font-size: 126%;
	line-height: 150%;
	padding-left: 3rem;
	border-left: 0px solid rgba(0, 189, 190, 1);
}


.wide {
	margin-left: calc(25% - 25vw);
	margin-right: calc(25% - 25vw);
	width: auto;
	max-width: 1000%;
}


.full {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: auto;
	max-width: 1000%;
}




.textZitat p:last-of-type {
	margin-bottom: 0;
}

.textZitat .cite {
	font-size: 0.7rem;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin: 5px 0 0 0;
}

.box {
	padding: 1.5rem;
	background: rgba(0, 62, 101, .06);

	margin: 0 0 2.5rem 0;
	border-radius: 4px;
}

.box + .box {
	margin-top: -1rem;
}

.box-important {
	background: #FFD6D6;
}

.box > * {
	margin-bottom: 1rem;
}

.box p:last-child,
.box ul:last-child,
.box ul:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}


i.icon {
	font-weight: normal!important;
}

.icon.download {
	font-size: 1.5em;
	vertical-align: middle;
	display: inline-block;
	margin-left: -5px;
}

.icon.bullet {
	font-size: 150%;
	AUS_vertical-align: middle;
	vertical-align: -11%;
}

.icon.bullet:before {
	margin-left: 0;
	margin-right: 0;
}



.main .list-style.line ul li:before {
	display: none;
}

.main .list-style.line ul,
.main .list-style.line ul li {
	padding-left: 0;
}

.main .list-style.line ul li {
	padding: 0.5rem 0;
	margin-bottom: 0.2rem;
	border-bottom: 1px solid rgba(67, 0, 43, 0.3);
}

.main .list-style.line ul li:last-child {
	border-bottom: none;
}



.main .list-style.block ul li:before {
	display: none;
}

.main .list-style.block ul,
.main .list-style.block ul li {
	padding-left: 0;
}

.main .list-style.block ul li {
	background-color: rgba(190, 218, 225, .4);
	padding: 0.8rem;
	margin-bottom: 0.2rem;
}


/* Shortcode Columns */

.sc-col {
	float:left;
	margin-right: 4%;
	margin-bottom: 20px;
	position:relative;
	background: rgba(1,222,1, .2);
	background-color: transparent;
}

.last {
	margin-right:0 !important;
}

.one-half {
	width:48%;
}

.one-third {
	width:30.66%;
}

.two-third {
	width:65.33%;
}

.one-fourth {
	width: 22%;
}

.three-fourth {
	width: 66%;
}


/* AUFKLAPPER */


.accordion {
	margin-bottom: 2.5rem;
}

.accordion-item {
	position: relative;
	margin: -2px 0 0 0;
	border-top: 1px solid #CCC;
	transition: all 300ms ease;

}

.accordion-item:target {
	AUS_scroll-snap-margin-top: 75px; /*Safari*/
	AUS_scroll-margin-top: 75px;
}

.accordion-item.active {
}

.accordion-item:first-child {
	border-top: 0;
}

.accordion-item:last-child {
}

.accordion-item:first-of-type {
	margin-top: 0;
}

.accordion-trigger {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 130%;
	font-size: 1rem;
}

.accordion-trigger:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.5rem 0 0 0;
	content: "\e809";
	display: block;
	line-height: 1rem;
	border-radius:0;
	font-family: 'icons';
	font-size: 1.8rem;
	font-weight: normal;
	color: #BBB;
	pointer-events: none;
	transition: all 500ms ease;
}

.accordion-trigger a {
	display: block;
	margin: 0;
	padding: 1.8rem 0;
	padding-right: 2.2rem;
	font-weight: 800;
	color: #003E65;
	font-size: 1.3rem;
	line-height: 1.2;	
}

.accordion-trigger a:hover {
	display: block;
	color: #00BDBE;
}

.accordion-trigger:hover:after {
	color: #00BDBE;
}

.accordion-trigger.active:after {
	transform: rotate(-180deg);
}

.accordion-content {
	padding: 5px 0 0 0;
	display: none; /* js toggled */
}


/* accordion style: border */

.accordion--border .accordion-item {
	margin: 0;
	border: 2px solid #e5e5e5;
}

.accordion--border .accordion-item + .accordion-item {
	margin-top: 10px;
}

.accordion--border .accordion-trigger a {
	padding: 1.8rem 2.2rem;
	padding-right: 3.5rem;
	font-weight: bold;
	color: #00BDBE;
}

.accordion--border .accordion-content {
	padding: 0 2.2rem;
}

.accordion-trigger:after {
	right: 20px;
	margin: -0.5rem 0 0 0;
	color: #00BDBE;
}

@media screen and (max-width: 600px) {
	.accordion--border .accordion-trigger a {
		padding: 30px 20px;
		padding-right: 50px;
	}
	
	.accordion-trigger:after {
		right: 10px;
	}
	
	.accordion--border .accordion-content {
		padding: 0 20px;
	}
	

}





/* Accordion: Kompetenzen */


.accordion-kompetenzen {
	margin: 0 auto;
	max-width: 900px;
	margin-bottom: 2.5rem;
}

.accordion-kompetenzen .accordion-item:first-child {
	border-top: none;
}

.accordion-kompetenzen .accordion-item:last-child {
	border-bottom: none;
}

.accordion-kompetenzen .accordion-trigger {
	text-transform: uppercase;
	display: flex;
	align-items: center;
}


.accordion-kompetenzen .accordion-trigger a {
	position: relative;
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	padding: 1.5rem 0;
	font-size: 1.5rem;
}

.accordion-kompetenzen .accordion-trigger:after {
	font-size: 2.8rem;
}


.accordion-trigger-title-wrap {
	display: flex;
	flex-direction: column;

}

.accordion-kompetenzen .accordion-trigger-metatitle {
	text-transform: none;
	font-weight: 500;
	font-size: 23px;
	font-size: 1.3rem;
	margin: 0 0 15px 0;
}

.accordion-kompetenzen .accordion-trigger-title {
	font-weight: 800;
	font-size: 31px;
	font-size: 1.9rem;
}


.accordion-kompetenzen .accordion-trigger-icon {
	display: inline-block;
	margin: 0 50px 0 -15px;

	width: 150px;
	height: 150px;
	transition: all 300ms ease-in-out;

	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(images/icon-konzeption.svg);
}

.accordion-kompetenzen .accordion-item-icon-konzeption .accordion-trigger-icon {
	background-image: url(images/icon-konzeption.svg);
}

.accordion-kompetenzen .accordion-item-icon-kommunikation .accordion-trigger-icon {
	background-image: url(images/icon-kommunikation.svg);
}

.accordion-kompetenzen .accordion-item-icon-organisation .accordion-trigger-icon {
	background-image: url(images/icon-organisation.svg);
}

.accordion-kompetenzen .accordion-item-icon-produktion .accordion-trigger-icon {
	background-image: url(images/icon-produktion.svg);
}

.accordion-kompetenzen .accordion-item-icon-virtual .accordion-trigger-icon {
	background-image: url(images/icon-virtual.svg);
}

.accordion-kompetenzen a:hover .accordion-trigger-icon {
	transform: scale(1.2);
}

.accordion-kompetenzen .accordion-content {
	padding-left: 185px;
	padding-bottom: 1rem;
}



/* Accordion: Prozess */


.accordion-prozess {
	margin-bottom: 3rem;
}


.accordion-prozess .accordion-item {
	margin: 0;
	border: none;
	border-bottom: 1px solid #FFF;
}

.accordion-prozess .accordion-item:last-child {
	border-bottom: none;
}

.accordion-prozess .accordion-trigger a {
	display: flex;
	align-items: center;
	padding: 0;
	color: #FFF;
	background: #003E65;
}

.accordion-prozess .accordion-trigger a:hover {
	color: rgba(255,255,255, .6);
}

.accordion-prozess .accordion-trigger::after {
	right: 20px;
	font-size: 2rem;
	color: rgba(255,255,255, .25);

}

.accordion-prozess .accordion-trigger-number {
	position: relative;
	color: #FFF;
	background: #00BDBE;
	width: 6rem;
	height: 6rem;
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 800;
	font-size: 1.4rem;
}

.accordion-prozess .accordion-trigger-number:before {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	background: #00BDBE;
	border: 1px solid #FFF;
	transform: rotate(45deg);
	z-index: 1;
}


.accordion-prozess .accordion-trigger-number:after { /*abdecker*/
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 30px;
	background: #00BDBE;
	z-index: 1;
}

.accordion-prozess .accordion-item:last-child .accordion-trigger-number:before,
.accordion-prozess .accordion-item:last-child .accordion-trigger-number:after {
	display: none;
}


.accordion-prozess .accordion-trigger-title {
	flex: 1 1 auto;
	padding: 0 3.5rem 0 2rem;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.3rem;
	line-height: 150%;
}

.accordion-prozess .accordion-content {
	position: relative;
	margin: 1rem 0;
	padding: 2rem 0;
	padding-left: 8rem;
	overflow: hidden;
}


.accordion-prozess .accordion-content::after { /*dotted line*/
	content: "";
	position: absolute;
	top: 1rem;
	left: 3rem;
	width: 10px;
	margin-left: -5px;
	height: 100rem;
	background: transparent url(images/dotted-border-bg-vertical.svg) repeat-y top center;
	background-size: 5px;
}


.accordion-prozess .accordion-item:last-child .accordion-content::after {
	display: none;
}

.accordion-prozess .accordion-item:last-child .accordion-content {
	border-bottom: 1px solid #003E65;
	padding-bottom: 3rem;
}


.accordion-prozess .accordion-content *:last-child {
	margin-bottom: 0;
}


/* Bild-Text-Box*/


.bildtextbox {
	display: flex;
	margin: 0 auto;
	max-width: 1000px;
	margin-bottom: 3rem;
}

.bildtextbox__image {
	position: relative;
	width: 50%;
	flex: 1 0 auto;
}


.bildtextbox__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
	min-height: 450px;

}

.bildtextbox__content {
	width: 50%;
	flex: 1 0 auto;
	padding: 3rem;
	background: #00BDBE;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.bildtextbox__content p:last-child {
	margin-bottom: 0;
}

.bildtextbox__content a {
	color: #FFF;
}

.bildtextbox__content a:hover {
	color: rgba(255,255,255,0.6);
}

article {
	clear: both;
}

a.btn {
	display: inline-block;
	border-radius: 3px;
	background: transparent;
	text-transform: uppercase;

	padding: 1rem 2rem;
	font-weight: bold;
	font-size: 15px;
	font-size: .9rem;
	color: #FFF;
	background: #00BDBE;
	line-height: 150%;
}

.btn span {

	background: TAN;
}

.btn i {
	display: inline-block;
	font-size: 150%;
	vertical-align: -10%;
	margin-right: -15px;
}

.btn:hover {
	color: #FFF;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	background: #003E65;
}

a.btn-dark {
	color: #FFF;
	background: #003E65;
}

a.btn-dark:hover {
	background: #00BDBE;
}

a.btn-light {
	color: #FFF;
	background: rgba(0,0,0, .2);
}



/* --- Blog  --- */




/* --- Post Tables --- */

table {
	width: 100%;
	margin: 0px 0px 30px 0px;
	border-top: 1px solid #DDD;
}

table thead {
	border-top: 1px solid #DDD;
}

table thead td {
	font-weight: 700;
	background: #F2F2F2;
}

table tr {
	background: #FFF;
	border-bottom: 1px solid #DDD;
}

table tr th {
	padding: 5px 10px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

table tr td {
	padding: 5px 10px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

table p {
	margin: 0;
}



/* post-pagination */

.post-pagination {
	background: TAN;
}

.post-pagination .page-numbers {
	padding: 5px 8px;
	display: none;

}

.post-pagination .page-numbers.current {
	color: #00BDBE;
}


.post-pagination a {
	color: #999;
}


.post-pagination a:hover {
	color: #00BDBE;
}

.post-pagination a.prev,
.post-pagination a.next {
	padding: 0;
	display: block;
	font-weight: bold;
	font-size: 14px;
	font-size: 1rem;
}

.post-pagination a.prev {
	float: left;
	text-align: left;
}


.post-pagination a.next {
	float: right;
	text-align: right;
}


a.prev span,
a.next span {
}

body:not(.paged) .post-pagination a.next,
body:not(.paged) .post-pagination a.next {
}

.post-pagination a.prev:before,
.post-pagination a.next:after {
	display: inline-block;
	font-family: 'icons';
	text-align: center;
	color: #999;
	font-weight: normal;
	font-size: 11px;
}


.post-pagination a.prev:before {
	content: "\e810";
	padding-right: 10px;
}

.post-pagination a.next:after {
	content: "\e80f";
	padding-left: 10px;
}


/* Post Navigation */

.post-nav {
	padding: 20px 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0 0 20px 0;
}

.post-nav a {
	position: relative;
	display: block;
	width: 40%;
	float: left;
	color: #999;
	font-weight: bold;
	font-size: 12px;
	line-height: 140%;
}

.post-nav a:hover {
	color: #00BDBE;
}

.post-nav .prev-post a:before,
.post-nav .next-post a:before {
	font-family: 'icons';
	font-weight: normal;
	font-size: 11px;
	position: absolute;
	top: 0;
}

.post-nav .prev-post a:before {
	content: "\e810";
	left: -20px;
}

.post-nav .next-post a:before {
	content: "\e80f";
	right: -20px;
}


.post-nav .prev-post a {
}

.post-nav .next-post a {
	float: right;
	text-align: right;
}


/* WP gallery */


.gallery {
	margin-left: -2px; /* offset item gap */
	margin-right: -2px;
	margin-bottom: 1rem;
}

.gallery:after {
	content: "";
	display: table;
	clear: both;
}

.gallery-item {
	width: 20%;
	float: left;
	padding: 0px 2px 4px 2px; /*gap*/
	overflow: hidden;
}

.gallery-icon {
	overflow: hidden;
}


.gallery-item a {
	display: block;
}

.gallery-item img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	background: transparent;
}

.gallery-item a:hover img {
	transform: scale(1.1);
	background: transparent;
}


/* Responsive iFrame */

.main .fve-video-wrapper {
	margin-top: 1.3rem;
	margin-bottom: 2.5rem;
}

.main iframe,
.main .fve-video-wrapper {
	margin-bottom: 2.3rem;
}

.main iframe {
	margin-top: 0.5rem;	
	aspect-ratio: 16/9;
	height: 100%;
	width: 100%;
	max-width: 100%;
}

.maps-embed-container {
	margin-bottom: 2rem;
	text-align: center; /*Borlabs placholder*/
}

iframe.googlemap {
	width: 100%!important;
	height: 400px;
}

.maps-embed-container iframe {
	margin: 0 auto;
	display: block;
	width: 100%;
}

.wide .maps-embed-container iframe {
	max-width: 1000px;
}


iframe.googlemap.size-1 { height: 300px;}
iframe.googlemap.size-2 { height: 400px;}
iframe.googlemap.size-3 { height: 600px;}


.iframe {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.iframe iframe,
.iframe object,
.iframe embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}




/* Search */

.searchResult {
	background: #F2F2F2;
}

.searchResult form {
		position: relative;
}

.searchResult .s {
	border: none;
	padding: 10px;
	height: 40px;
	font-size: 1.3rem;
	min-width: 50%;
}

.searchResult .searchsubmit {
	border: none;
	font-size: 0.7em;
	padding: 0 20px;
	height: 40px;
	line-height: 0px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 0 -3px;
	color: #999;
	background: #DDD;

	-webkit-appearance: none;
}

.search-no-results .main .icon-search  {
	display: none;
}

.search .hentry {
	border: 0;
	border-bottom: 1px solid #CCC;
	margin: 0;
}

.search .hentry a {
	display: block;
	font-weight: bold;
	padding: 10px 5px;
}

.search .hentry.type-page .entry-details {
	display: none;
}

.search .post-pagination {
	margin-top: 30px;
}


.search-results .entry-details span {
	display: none;
}


/* Template: Projekte */


.tpl-projekte {
	background: #003E65;
}

.tpl-projekte h1,
.tpl-projekte p {
		color: #FFF;
}


.projects-section {
	margin: 2rem 0 0 0;
}

.projects-intro {
	color: #FFF;
}


.projects-filter {
	position: relative;
	display: flex;
	z-index: 1;
	flex-wrap: wrap;
	margin: 0 0 3rem 0;
}

.projects-filter i {
	display: block;
	font-size: 22px;
	margin-left: -5px;
}

.projects-filter button {
	flex: 0 1 auto;
	border: none;
	background: transparent;
	font-size: 1rem;
	font-size: 16px;
    color: rgba(255,255,255,.5);
	color: #809EB2;
	font-weight: bold;
	padding: 2px 0;
	margin: 0 1rem 0 0;
	transition: all 350ms ease;
}

.projects-filter button:last-child {
	margin-right: 0;
}

.projects-filter button:hover {
	color: #FFF;
}

.projects-filter button.mixitup-control-active,
.projects-filter button.mixitup-control-active:hover  {
	color: #00BDBE;
	opacity: 1;
}


.projects-list {
}

.project-entry {
	position: relative;
	background: #DDD;
	flex: 1 0 auto;
	overflow: hidden;
	margin: 0 0 2rem 0;
}


.project-entry__image img {
	display: block;
	transition: all 1000ms ease;
}

.project-entry:hover img {
	transform: scale(1.1);
	AUS_filter: grayscale(50%);
}


.project-entry__title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2rem;
	padding-bottom: 1rem;
	display: flex;
	align-items: flex-end;
	background: rgba(0, 189, 190, .8);

	flex: 1 0 auto;
	color: #FFF;
	line-height: 130%;
	font-size: 33px;
	font-size: 1.7rem;
	font-weight: 800;
	opacity: 0;
	transition: all 350ms ease;
}

.project-entry__title:hover {
	color: #FFF;
	opacity: 1;
	padding-bottom: 2rem;
}

.project-entry__title:visited {
	color: #FFF;
}

.single-projekte main {
	padding: 0;
}

.project-hero  {
	position: relative;
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 750px;
	background: #DDD;
}

.project-hero__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.project-hero__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	margin: 0 auto;
}

.project-hero__title {
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

.project-hero__title h1 {
	margin: 0 0 4.5rem 0;
	color: #FFF;
	max-width: 800px;
}

.project-hero__overlay { /*gentle bottom gradient*/
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );

	opacity: .45;
}

.project-hero__overlay-2 { /*darken bg*/
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background: #000;
	opacity: 0; /*custom*/
}

.project-content {
	padding: 8rem 0 4rem;
}

.project-gallery {
	background: rgba(0, 62, 101, .05);
	padding: 7rem 0;
}


.project-gallery ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: -10px;
}

.project-gallery li {
	padding: 10px;
	margin: 0 0 0 0;
	width: 33.3333%;
}

.project-gallery li:before {
	display: none;
}

.project-gallery a {
	display: block;
	overflow: hidden;

}

.project-gallery img {
	display: block;
	width: 100%;
}

.project-gallery a:hover img {
	transform: scale(1.1);
}


.project-backtooverview {
	text-align: center;
	background: rgba(0, 62, 101, .92);
}


.project-backtooverview a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.01rem;
	padding: 1.7rem 0;
	color: rgba(255,255,255, .9);
}

.project-backtooverview a:hover {
	color: rgba(255,255,255, .6);
}


.project-backtooverview a i {
	display: inline-block;
	font-size: 130%;
	vertical-align: -6%;
}



/* Template: Team */


.team-section {
	margin: 1rem 0 2.5rem 0;
}

.team-card {
	flex: 0 0 auto;
	flex-direction: column;
	text-align: center;
	background: #FFF;
	margin: 0 auto;
	max-width: 400px!important;
}

.team-card.has-contact {
}

.team-card__content {
	font-size: 16px;
	padding: 1rem 0 2.5rem 0;
}

.team-card__name {
	font-size: 1.35rem;
	margin: 0;
}

.team-card__position {
	line-height: 170%;
	margin: 0;
}

.team-card__image {
	position:relative;
	background: #EEE;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
}


.team-card__image img {
	display: block;
	margin: 0 auto;
	transition: all 500ms ease;
}

.has-contact .team-card__image:hover img {
	transform: scale(1.07);
}

.team-card.has-contact:hover .team-card__image img,
.active .team-card__image img  {
    AUS_filter: blur(6px) grayscale(80%);
	transform: scale(1.07);
}

.team-card__contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 189, 190, .8);
	color: #FFF;
	font-weight: bold;
	transition: all 600ms ease;
	opacity: .0;
	z-index: 0;
}


.team-card.has-contact:hover .team-card__contact,
.active .team-card__contact {
	opacity: 1;
}


.team-card__contact a {
	position: relative;
	color: #FFF;
	display: block;
	padding: 5px 0;
	z-index: -10;
	visibility: hidden;
	transition: all 250ms ease;
}

.team-card__contact a::selection {
	background: rgba(0, 62, 101, .5);
}


.team-card.has-contact:hover .team-card__contact a,
.active .team-card__contact a {
	visibility: visible;
}

.team-card__contact a:hover {
	color: rgba(255,255,255, .6);
}


.team-card__contact-mobile {
	position: relative;
	display: none;
}

.team-card__contact-mobile a {
	color: #333;
	display: block;
}


.team-card__contact-mobile:before {
	content: "";
	position: relative;
	display: block;
	width: 40px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #CCC;
}


/* Template: Startseite */


[class*=template-start] #header.no-sticky {
	background: transparent;
}

[class*=template-start] .no-sticky #nav ul li a {
	color: #FFF;
}

[class*=template-start] #nav ul li a:hover {
	color: #00BDBE;
}

[class*=template-start] #content {
	margin-top: 0;
}


[class*=template-start] #main {
	padding: 0;
}


.hero {
	position: relative;
	background: #FFF;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	max-height: 1300px;
}


.hero__image-wrap  {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.hero__image {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;


	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	AUS_background-attachment: fixed;

	/*iOS fix https://codepen.io/gentlemedia/pen/JJEzwO */
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
	will-change: transform;

}

.hero__image img {
	width: 100%;
	height: 100%;
	height: 100vh;
	display: block;
	object-fit: cover;
	margin: 0 auto;

	transition: all 500ms ease;

}

.hero__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.hero__title {
	position: relative;
	text-transform: uppercase;
	color: #FFF;
	line-height: 90%;
	letter-spacing: -1px;
	margin: 0 0 4rem 0;
	margin-bottom: 8vh;
	font-weight: 800;
	text-shadow: 0px 0px 1.5rem rgba(0,0,0, .1);
	font-size: 110px; /**/
	font-size: clamp(80px, 10vw, 110px);
}

.hero__overlay-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40%;
	z-index: 1;

	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );

	opacity: .05;
}

.hero__overlay-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 33%;
	z-index: 1;
	pointer-events: none;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );

	opacity: 0.1;

}

.hero__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000;
	pointer-events: none;
	opacity: 0.1;
}


.hero__popup {
	position: absolute;
	z-index: 2;
	top: 20%;
	right: 0rem;
	padding: 40px;
	background: #00BDBE;
	box-shadow: 0px 3px 25px -10px rgba(0,0,0, .5);
	transition: all 300ms ease-in-out;
	visibility: hidden; /*wow js*/
}

.hero__popup:hover {
}

.hero__popup svg {
	width: 80px;
	height: 80px;
	margin: 0 0 10px -6px;
}

.hero__popup svg g {
	stroke: #FFF;
	stroke-width: 3px;
}

.hero__popup h2 {
	color: #FFF;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1.0;
	margin: 0;
	font-size: 30px;
	font-size: 2rem;
}

.hero__popup a {
	display: flex;
	align-items: center;
	color: #FFF;
	font-weight: bold;
	font-size: 0.95rem;
	text-transform: uppercase;
	opacity: .7;
	padding: 15px 0 0 0;
	background: transparent;
}

.hero__popup a:hover {
	opacity: 1;
}

.hero__popup a i {
	transition: all 250ms ease;
	font-size: 150%;
	margin-left: -3px;
}


.hero__popup a:hover i {
	margin-right: -5px;
	padding-left: 5px;

}




.sections-wrap {
	position: relative;
	background: #FFF;
}

/*---*/

.intro-section {
	padding: 8rem 0 ;
	color: #00BDBE;
	text-align: center;
	font-size: 145%;
	font-weight: 600;
	line-height: 170%;
}

.intro-section p:last-child {
	margin: 0;
}

/*---*/


.intro-section + .bereiche-section {
	AUS_padding-top: 0;
}

.bereiche-section {
	padding: 7rem 0;
	background: rgba(0, 189, 190, .13);
}

.bereiche-section .section-title {
	margin-bottom: 6rem;
}


.bereich-card__image img {
	display: block;
}

.bereich-card__title {
	text-align: center;
	margin: 0;
	line-height: 110%;
	padding: 2.5rem 0 2rem 0;
	font-weight: 800;
	color: #003E65;
}

.bereich-card__desc {
		text-align: center;
}

.bereich__btn {
	margin: 1rem 0 0 0;
}

/*---*/


.leistungen-section {
	background: rgba(0, 189, 190, .13);
}

.section-title {
	font-size: 50px;
	font-size: 2.9rem;
	font-weight: 800;
	color: #003E65;
	padding: 0;
	margin: 0 0 2.5rem 0;
}


.leistungen-section [class*="col-"] {
	padding: 0;
	display: flex;

}

.leistungen-box-wrap {
	display: flex;
	flex: 1 0 auto;
	flex-wrap: wrap;
	background: #FFF;
}

.leistungen-box {
	position: relative;
	AUS_float: left;
	width: 50%;
	margin: 0;
	background: rgba(0, 189, 190, .12);
}

.leistungen-box:nth-child(2) {
	background: rgba(0, 189, 190, .19);
}

.leistungen-box:nth-child(3) {
	background: rgba(0, 189, 190, .35);
}

.leistungen-box:nth-child(4) {
	background: rgba(0, 189, 190, .25);
}

.leistungen-box::before { /*responsive squares */
	content: "";
	display: block;
	padding-top: 100%;
}

.leistungen-box .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.leistungen-box__icon {
	margin: 0 auto;
	width: 100%;
	max-width: 45%;
	overflow: hidden;
	border: ,px solid #333;
}

.leistungen-box__icon img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.leistungen-box__title {
	font-size: 19px;
	font-size: 1.0rem;
	color: #003E65;
	font-weight: 500;
	margin: 1rem 0 0 0;
}

.leistungen-box__title strong {
	display: block;
	font-weight: 800;
	text-transform: uppercase;
}


.leistungen-content {
	display: flex;
	flex: 1 0;
	align-items: center;
	padding: 5rem 20px;
}

.leistungen-content .container {
	max-width: 600px;
}

.leistungen-content a {
	display: inline-block;
	margin: 0.5rem 0 0 0;
}

/*---*/


.fakten-section {
	padding: 7rem 0;
}

.fakten-section .section-title {
	margin: 0;
}

.fakten-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 4rem auto;
	max-width: 1400px;

}

.fakten-entry {
	flex: 1 0 auto;
	text-align: center;
	margin: 2rem 0;
	min-width: 130px;
}

.fakten-entry__count {
	font-weight: 800;
	color: #00BDBE;
	font-size: 2.2rem;
	margin: 0 0 1rem 0;
	line-height: 100%;
	white-space: nowrap;
}

.fakten-entry__desc {
	font-weight: bold;
	line-height: 140%;
	color: #003E65;
}

.fakten-section .btn {

}

/*---*/


.kunden-section {
	padding: 7rem 0;
	background: rgba(0, 62, 101, .06);
}

.kunden-section-title {
	text-transform: uppercase;
	font-size: 0.95rem;
	color: #999;
	font-weight: bold;
	margin: 0 0 3rem 0;
}

.kunden-section .container {
	max-width: 1500px;
}


.kunden-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -1rem;
}

.kunden-entry {
	flex: 0 1 auto;
	text-align: center;
	max-width: 200px;
	padding: 1rem;
	background: transparent;
	opacity: .6;
}

a.kunden-entry:hover {
	opacity: .9;
}

@supports ( mix-blend-mode: multiply ) {
	.kunden-entry {
		flex: 0 1 auto;
		text-align: center;
		max-width: 200px;
		padding: 1rem;
		background: transparent;
	    mix-blend-mode: multiply;
	    filter: grayscale(100%);
	}
}




.kunden-entry img {
	display: block;
	width: 100%;
	background: #FFF; /*for browsers with no mix-blend-mode support */
}




/* Template: PTDW Support */


.tpl-ptdw {
	background: #82a1ab url(images/ptdw-bg.jpg) repeat top left;
}


.tpl-ptdw .fluentform {
	border: none;
	box-shadow: 0px 3px 50px -10px rgba(0,0,0, .3);
	border-radius: 10px;
}

.page-template-template-ptdw-support #header, 
.page-template-template-ptdw-support #footer {
	display: none;
}

.page-template-template-ptdw-support #content {
	margin: 0;
}

:where(.tpl-ptdw-support .main) > *:not(.fluentform) {
	color: #FFF;
}


.tpl-ptdw-support .box {
	background: rgba(0, 62, 101, .25);
	border-radius: 10px;
}



/* Template: PTDW Anmeldung */


.tpl-ptdw-anmeldung {
	background: #82a1ab url(images/ptdw-bg.jpg) repeat top left;
}


.tpl-ptdw-anmeldung .fluentform {
	border: none;
	box-shadow: 0px 3px 50px -10px rgba(0,0,0, .3);
	border-radius: 10px;
}

.page-template-template-ptdw-anmeldung #header, 
.page-template-template-ptdw-anmeldung #footer {
	display: none;
}

.page-template-template-ptdw-anmeldung #content {
	margin: 0;
}

:where(.tpl-ptdw-anmeldung .main) > *:not(.fluentform) {
	color: #FFF;
}


.tpl-ptdw-anmeldung .box {
	background: rgba(0, 62, 101, .25);
	border-radius: 10px;
}




/* Template: LNDW Support */


.tpl-lndw {
	background: #6792af;
	AUS_background: #6792af url(images/lndw-bg-24.jpg) no-repeat center 15%;
	background-size: contain;
}


.tpl-lndw .fluentform {
	border: none;
	box-shadow: 0px 3px 50px -10px rgba(0,0,0, .3);
	border-radius: 10px;
}

.page-template-template-lndw-support #header, 
.page-template-template-lndw-support #footer {
	display: none;
}

.page-template-template-lndw-support #content {
	margin: 0;
}

:where(.tpl-lndw-support .main) > *:not(.fluentform) {
	color: #FFF;
}


.tpl-lndw-support .box {
	background: rgba(0, 62, 101, .25);
	border-radius: 10px;
}



/* Template: LNDW Anmeldung */


.tpl-lndw-anmeldung {
	background: #6792af;
	AUS_background: #6792af url(images/lndw-bg-24.jpg) no-repeat center 15%;
	background-size: contain;
}


.tpl-lndw-anmeldung .fluentform {
	border: none;
	box-shadow: 0px 3px 50px -10px rgba(0,0,0, .3);
	border-radius: 10px;
}

.page-template-template-lndw-anmeldung #header, 
.page-template-template-lndw-anmeldung #footer {
	display: none;
}

.page-template-template-lndw-anmeldung #content {
	margin: 0;
}

:where(.tpl-lndw-anmeldung .main) > *:not(.fluentform) {
	color: #FFF;
}


.tpl-lndw-anmeldung .box {
	background: rgba(0, 62, 101, .25);
	border-radius: 10px;
}



/* Next-Page-Banner */

.next-page-banner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 600px;
	background: #FFF;
	overflow: hidden;
	z-index: 0;
}


.next-page-banner__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0;

	background: rgb(0,62,101);
	background: -moz-linear-gradient(left,  rgba(0,62,101,1) 0%, rgba(0,189,190,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,62,101,1) 0%,rgba(0,189,190,1) 100%);
	background: linear-gradient(to right,  rgba(0,62,101,1) 0%,rgba(0,189,190,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e65', endColorstr='#00bdbe',GradientType=1 );
}

.next-page-banner__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.next-page-banner__image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	margin: 0 auto;
	opacity: .6;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.next-page-banner__content {
	position: relative;
	z-index: 2;
	color: #FFF;
	width: 100%;

}

.next-page-banner__title {
	font-weight: 800;
	line-height: 120%;
	font-size: 55px;
	font-size: 3.1rem;
	margin: 0 0 2rem 0;

}

a.next-page-banner__btn {
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.01rem;
	display: inline-flex;
	padding-left: 0.15rem; /*Ausgleich*/
}

a.next-page-banner__btn:hover {
	color: rgba(255,255,255, .7);
}

.next-page-banner__btn i {
	transition: all 250ms ease;
	font-size: 155%;
}

a.next-page-banner__btn:hover i {
	margin-left: 1rem;
}


/* 404 */

.error404 {
	background: #003E65;
}

.error404 #header,
.error404 #content::after,
.error404 #footer {
	display: none;
}

.error404 .page-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.error404 #content {
	background: transparent;
}

.error404 main {
	padding: 0;
	margin: 0;
	background: transparent;
}

.error404 h1 {
	color: #FFF;
}
.error404 a:hover {
	color: #FFF;
}


.post-password-form {
	text-align: center;
	min-height: 30vh;
}

.post-password-form p {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.post-password-form p:last-child {
	background: rgba(0,0,0, .05);
	padding: 30px;
}

.post-password-form label {
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	font-size: 0.9rem;
	display: block;
}


.post-password-form input[type=password] {
	border: 1px solid #CCC;
	font-weight: bold;
	font-size: 1rem;
	padding: 15px 10px;
	max-width: 150px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 5px;
}

.post-password-form input[type=submit] {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.0rem;
	padding: 15px 30px;
	margin: 0 0 0 0;
	width: auto;
	border: none;
	background: #00B9B6;
	color: #FFF;
	-webkit-appearance: none;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;

}


/* FOOTER
---------------------------------------------------------------------------------*/

#footer {
	position: relative;
	width: 100%;
	font-size: 13px;

	padding: 3rem 0 2rem;
	color: #809EB2;
	line-height: 190%;
	background: #003E65;
}


#footer a {
	color: #809EB2;
}

#footer a:hover {
	color: #FFF;
}


.footer-logo {
	opacity: .4;
	width: 65px;
	margin: 3rem 0 40px 0;
}

.footer-logo img {
	display: block;
}



.footer-contact {
	font-size: 13px;
	margin-bottom: 2rem;
}

.footer-contact strong {
	text-transform: uppercase;
}


.footer-menu {
	margin-bottom: 2rem;
}

.footer-menu li {
}

.footer-menu li a {
	display: inline-block;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
}

.footer-social {
	text-align: right;
}

.footer-social a {
	margin: 0 5px;
		font-size: 1.2rem;
}



/* Cookie Notice */


#cookie-notice {
	font-size: 0.8rem!important;
	background: transparent!important;
	font-family: 'Montserrat', sans-serif!important;
}

#cookie-notice #cn-notice-text {
	color: #DDD;
}

#cn-accept-cookie.cookie-button {
	padding: 12px 30px;
	line-height: 1;
	text-decoration: none;
	display: inline-block;
	border-radius: 1px;
	background: #00BDBE;
	color: #FFF;
	font-weight: 700;
	text-shadow: none;
	border: 0px solid #FFF;
	font-size: 1.1rem;
	font-family: 'Montserrat', sans-serif;
}


#cn-accept-cookie.cookie-button:hover {
	background-color: #FFF;
	color: #00BDBE;
}

#cookie-notice a {
	color: #DDD;
	text-decoration: underline;
}

#cookie-notice a:hover {
	color: #00BDBE;
}

#cookie-notice .cookie-notice-container {
	padding: 20px 15px;
	background: rgba(0,0,0, .9);
}


.cookies-not-set #footer   {
	padding-bottom: 4.5rem;
}




/* Caldera Forms (Plugin) */


.caldera-grid {
	background: #FFF;
	background: #F2F2F2; /*temp*/

	padding: 40px;
	margin-bottom: 30px;
	overflow: hidden;
	border: 2px solid rgba(0,0,0, .1);
}

.caldera-grid h3 {
	position: relative;
	color: #003C62;
	font-weight: 800;
	padding: 0;
	font-size: 1.7rem;
	text-transform: uppercase;
}


.caldera-grid .help-block {
	font-size: 0.8rem;
}

.caldera-grid .form-group input[type="text"],
.caldera-grid .form-group textarea {
	font-size: 1rem;
}


.caldera-grid .form-group label {
	font-size: 0.9rem;
	color: #666;
	color: #003C62;
	font-weight: 600;
}

.caldera-grid .form-group label.control-label {
}


.caldera-grid input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	cursor: pointer;
}

.caldera-grid input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	cursor: pointer;
	width: 23px;
	height: 23px;
}

.caldera-grid label.radio-inline input,
.caldera-grid label.checkbox-inline input {
	margin-right: 5px;
	vertical-align: middle;
}


.caldera-grid .row em { /*custom info text*/
	margin-bottom: 10px;
	display: block;
	color: #003C62;
}

.caldera-grid input.btn {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1rem;
	padding: 15px 30px;
	margin: 0 0 0 0;
	width: auto;
	border: none;
	background: #00B9B6;
	color: #FFF;
	-webkit-appearance: none;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}

.caldera-grid input.btn:active {
	background: #000;
}

.caldera-grid input.btn:hover {
	color: #FFF;
	background: #003C62;
}

.caldera-grid hr {
	border-width: 2px!important;
	margin: 40px 0!important;
	border-color: rgba(0,0,0, .1)!important;
	width: 150%;
	margin-left: -10%!important;
}


.caldera-grid span.parsley-required {
	display: none;
}

.caldera-grid .form-group.has-error .checkbox label {
	color: #a94442;
}

.caldera-grid .alert.alert-success {
	background: #FFF;
	padding: 20px;
	color: #333;
	border: 2px solid lightgreen;
	text-shadow: none;
}

.caldera-grid .alert.alert-success p:last-child {
	margin-bottom: 0;
}

/*CF file upload*/

.cf2-dropzone {
}

.cf2-dropzone ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cf2-dropzone li {
	padding: 10px;
	background: rgba(0,0,0, .1);
}


.cf2-dropzone li:before {
	display: none;
}

.cf2-file-control {
}

.cf2-file-control button {
	text-decoration: none;
	border: none;
}

.cf2-file-extra-data {
	margin-top: -30px!important;
}


/* FLUENT FORMS */


.fluentform {
	background: #FFF;

	padding: 40px;
	margin-bottom: 30px;
	overflow: hidden;
	border: 2px solid rgba(0,0,0, .1);
	AUS_box-shadow: 10px 10px 0 0px rgba(0,0,0, .1);
}

.fluentform h1,
.fluentform h2,
.fluentform h3,
.fluentform ul,
.fluentform ol,
.fluentform p {
	margin-bottom: 1.5rem;
}

.fluentform h1,
.fluentform h2,
.fluentform h3 {
	position: relative;
	font-size: 1.7rem;
	line-height: 1.3;
	color: #003E65;
}

.fluentform h4 {
	font-size: 1.0rem;
	color: #003E65;
	color: #333;
	margin: 1rem 0;
	AUS_text-transform: none;
}


.fluentform ul {
	list-style: inherit;
}

.fluentform ul li::before{
	display: none;
}

.fluentform .ff-el-section-title {
	margin-top: 30px;
}

.fluentform label {
	font-size: 0.9rem;
	color: #003C62;
	font-weight: 600;
}


.fluentform input.ff-el-form-control,
.fluentform textarea.ff-el-form-control,
.fluentform select.ff-el-form-control {
	font-size: 0.9rem;
}


.fluentform form hr {
	border-width: 2px!important;
	margin: 30px 0 30px 0;
	border-color: rgba(0,0,0, .1)!important;
	width: 150%;
	margin-left: -10%!important;
}

.fluentform .has-bg {
	padding: 20px;
	background: #EEE;
}


.fluentform form .ff-custom_html hr {
}

.fluentform form .ff-custom_html hr + * {
	margin-top: 40px;
}


.fluentform .ff_input-group {
	
}

.fluentform .ff_input-group input {
	AUS_font-weight: bold;
}

.fluentform .ff_input-group input.ff_has_formula {
	border: none;
}

.fluentform .ff-el-group.summe input { /*custom container class 'summe' */
	font-weight: bold;
	text-decoration: underline;
    text-decoration-style: double;
} 


.fluentform .ff-el-form-check-label {
  display: grid;
  grid-template-columns: 15px auto;
  gap: 15px;
}

.fluentform .ff-el-form-check-label span {
	line-height: 1.5;
}

.fluentform .ff-el-form-check-label input.ff-el-form-check-input {
	top: 1px!important;
	margin-bottom: auto;
	width: 20px;
	height: 20px;
}

.fluentform form .ff-el-help-message {
	color: #737373;
	font-size: 0.75rem;
	font-style: normal;
	line-height: 1.6;
}

.fluentform form .ff-el-group.ff_list_inline .ff-el-help-message {
	margin-top: -10px;
}


.fluentform button.ff-btn {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.0rem;
	padding: 15px 30px;
	margin: 0 0 0 0;
	width: auto;
	border: none;
	background: #00B9B6!important;
	color: #FFF;
	transition: all 300ms ease;
}

.fluentform .ff_upload_btn {
	border-radius: 5px;
}


.fluentform .ff-el-group.ff_list_inline {
	margin-bottom: 10px;
}

.fluentform :not(.ff-t-cell) > .ff-el-group:last-child {
	margin-bottom: 0;
}


.fluentform button.ff-btn:hover {
}


.fluentform .ff-el-tc label.ff_tc_label > span {
	padding-right: 10px;
}

.fluentform form .ff-custom_html {
	font-size: 0.95rem;
	line-height: 1.6;
}

.fluentform form .ff-custom_html p:last-child {
	margin-bottom: 0;
}

.fluentform .ff-custom_html p:empty {
	display: none;
}

.fluentform .ff-message-success {
	box-shadow: none;
	border: none;
	margin: 0;
}

AUS_.fluentform a[target=_blank]::after {
  content: "\e806";
  font-family: 'icons';
  vertical-align: middle;
  margin: 0 2px 0 2px;
}

.fluentform a[href$=".pdf"]::before {
  content: "\e80d";
  font-family: 'icons';
  margin: 0 .3rem 0 .15rem;
  font-size: 120%;
  font-weight: normal;
}


@media screen and (max-width: 600px) {
	.fluentform {
		padding: 10px;
	}

	.fluentform h1,
	.fluentform h2,
	.fluentform h3 {
		word-break: break-all;
	}

}


/* custom text colors for Fluent Forms styling */
.ff-c1 {
	color: #B97F0F;
	display: inline-block;
	padding-inline: 3px;
}

.ff-c2 {
	color: #b347a7;
	padding-inline: 3px;
}


/* Select */
/* https://codepen.io/chriscoyier/pen/zYYZaGP */

.fluentform select {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	transition: all 200ms ease;
	background-color: #FFF;

	/* https://websemantics.uk/tools/svg-to-background-image-conversion */
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='9' viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='718 26 725 35 732 26' transform='translate(-718 -26)' fill='%231C4E60' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-repeat: no-repeat, repeat;
	/* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
	background-position: right .8em top 50%, 0 0;
	/* icon size, then gradient */
	background-size: 0.7em auto, 100%;
}
.fluentform select::-ms-expand {
	display: none;
}

.fluentform .select-css:focus {
	/* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	outline: none;
}

.fluentform select option {
	font-weight: normal;
	font-size: 1rem;
}

/* Disabled styles */
select:disabled, select[aria-disabled=true] {
	opacity: .5;
}





/* HOWOGE ANFRAGE */


.page-id-1068 table, .page-id-1068 table thead, .page-id-1068 table tr, .page-id-1068 table tr th, .page-id-1068 table tr td {
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 0px !important;
	border: 0px !important;
}

.page-id-1057 header#header, .page-id-1068 header#header, .page-id-1067 header#header, .page-id-1057 footer#footer, .page-id-1068 footer#footer, .page-id-1067 footer#footer {
	display: none;
}
.page-id-1057 #content, .page-id-1068 #content, .page-id-1067 #content {
	margin-top: 0px !important;
}
.page-id-1057 main, .page-id-1068 #content, .page-id-1067 #content {
 padding: 0px;
}

.page-id-1057 #BorlabsCookieBox, .page-id-1068 #BorlabsCookieBox, .page-id-1067 #BorlabsCookieBox {
    display: none !important;
}



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

/* --- Slick neccessary --- */


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;

	opacity: 0;
}

.slick-slider.slick-initialized {
	/* fadeIn*/
	opacity: 1;
}


.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* --- Slick Theme --- */

/* Slider */

.slick-loading .slick-list {
	AUS---background: YELLOW url('./ajax-loader.gif') center center no-repeat;
	background: YELLOW url('./ajax-loader.gif') center center no-repeat;

}

/* Icons */


/* Arrows */

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: RED;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 10px;
}


.slick-prev:before {
	content: '←';
}

.slick-next {
	right: 10px;
}

.slick-next:before {
	content: '→';
}

.carousel .slick-prev {
	left: -25px;
}
.carousel .slick-next {
	right: -25px;
}


/* Dots */

.slick-slider {
	margin-bottom: 30px;
}

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

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px!important;
	padding: 0;
	background: transparent;
}

.slick-dots li:before {
	display: none;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
	cursor: pointer;
	border: 0;
	outline: none;
	border-radius: 50%;
	background: #CCC;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li.slick-active button {
	background: #000;
}

.slick-slide img {
	width: 100%;
}



/* @group ANIMATIONS */


/* ANIMATIONS
---------------------------------------------------------------------------------*/

/*  https://github.com/daneden/animate.css */


.animated {
  -webkit-animation-duration: 1s;
  		  animation-duration: 1s;

  -webkit-animation-fill-mode: both;
  		  animation-fill-mode: both;

  -webkit-animation-timing-function: ease-in-out;
 		  animation-timing-function: ease-in-out;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;

}


@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}



@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}


@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
           transform: translate3d(0, 40%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
            transform: translate3d(0, 40%, 0);
  }

  100% {
    opacity: 1;
   -webkit-transform: none;
           transform: none;

  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}


@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}



/* @end */



/* Lightbox - Swipebox */

#swipebox-overlay {
	background: rgba(0,0,0, .8)!important;
}

#swipebox-container {
}

#swipebox-close {
	background-color: transparent;
	background-image: none!important;
	color: #FFF;
}

#swipebox-close:hover {
	color: #FFF;
}

#swipebox-close::after {
	content: "\e811";
	font-size: 1.8rem;
	font-family: 'icons';
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 50px;
	background: transparent;
}

#swipebox-arrows a {
	background-color: transparent;
	background-image: none!important;
	color: #FFF;

}

#swipebox-arrows a:hover {
	color: #FFF;
}

#swipebox-arrows a::after {
	content: "\e803";
	font-size: 2.3rem;
	font-family: 'icons';
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 50px;
	background: transparent;
}

#swipebox-container #swipebox-bottom-bar  {
	background: transparent;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}


#swipebox-container #swipebox-bottom-bar #swipebox-arrows  {
	width: 100%;
	max-width: 100%;
}


#swipebox-arrows a#swipebox-prev::after {
	content: "\e804";
}



/* Lightbox - Magnific Popop */


.mfp-wrap .mfp-bottom-bar {
	margin-top: -25px;
}

.mfp-bottom-bar .mfp-title small {
	color: #FFF;
	font-size: 0.9rem;
}

.mfp-bottom-bar .mfp-counter {
	display: none;
}

.mfp-wrap .mfp-close {
	color: #FFF;
	opacity: 1;
	padding: 0 15px!important;
	width: auto!important;
}

.mfp-wrap .mfp-arrow {
	width: 70px;
}

.mfp-wrap .mfp-arrow::before,
.mfp-wrap .mfp-arrow::after {
	border: none;
	margin: 0;
	display: inline-block;
	color: #FFF!important;
}

.mfp-wrap .mfp-arrow::before  {
	font-size: 2.3rem;
	font-family: 'icons';
	position: absolute;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	color: #FFF;
	width: 100%;
	height: 100%;
}

.mfp-wrap .mfp-arrow-left::before {
	content: "\e804";
}

.mfp-wrap .mfp-arrow-right::before {
	content: "\e803";
}


.mfp-wrap button:focus {
}





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

/* MEDIA QUERIES

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

@media screen and (max-width: 1300px) {
body:after {
	content: "<1300";
	position: fixed;
	top: 0;
	line-height: 1;
	padding: 5px;
	font-size: 12px;
	background: paleturquoise;
	z-index: 1000;
	opacity: .8;

	display: none; /* AN/AUS*/
}

.container-wide {
	padding: 0 30px;
}


}



@media screen and (max-width: 1136px) {
body:after {
	content: "<1136";
	position: fixed;
	top: 0;
	line-height: 1;
	padding: 5px;
	font-size: 12px;
	background: lawngreen;
	z-index: 1000;
	opacity: .8;
}




}



@media screen and (max-width: 1000px) {
body:after {
	content: "<1000";
	background: TAN;
}



main {
	padding: 6rem 0;
}

.mob-menu-trigger {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	z-index: 1000;
}


#nav { 
display: none;
}

.mob-menu-open .mob-menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.mob-menu  {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
	background: rgba(255,255,255, 1);
	z-index: 10;
	padding: 0;
    opacity: 0;
	animation: navfadeIn 500ms ease-in-out 1 forwards;

	border: 0px solid #003E65;
	align-items: center;
	vertical-align: center;
}

.mob-menu-wrap {
}

.mob-menu nav ul {
	display: flex;
	flex-direction: column;
	background: transparent;
	margin: 0;
	min-width: 50vw;
	text-align: center;
	margin-bottom: 4rem;
}

.mob-menu nav ul li {
	padding: 0;
	margin: 0;
}


.mob-menu nav ul li a,
.mob-menu-open.no-sticky .mob-menu nav ul li a {
	font-size: 1.5rem;
	padding: 0.7rem 0;
	color: #003E65;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}


.mob-menu nav ul ul {
	position: relative;
	margin: 0;
	padding: 0 0;
	top: auto;
	left: auto;
	z-index: 1;
	background: #FFF;
	box-shadow: none;
	min-width: 100%;
}

.mob-menu nav ul ul li {
	margin: 0;
	padding: 0;
}

.mob-menu nav ul ul li a {
	font-weight: normal;
}


/* Menu Animation */

.mob-menu li {
  opacity: 0;
  animation: fadeLiIn 500ms ease-in-out 1 forwards;
 }

.mob-menu  li:nth-child(1) {
  animation-delay: 100ms;
}

.mob-menu  li:nth-child(2) {
  animation-delay: 200ms;
}

.mob-menu  li:nth-child(3) {
  animation-delay: 300ms;
}

.mob-menu  li:nth-child(4) {
  animation-delay: 400ms;
}

.mob-menu  li:nth-child(5) {
  animation-delay: 500ms;
}

.mob-menu  li:nth-child(6) {
  animation-delay: 600ms;
}





.project-content {
	padding: 6rem 0 5rem;
}



.project-hero  {
	height: 500px;
}

.project-hero__title h1 {
	font-size: 2.2rem;
	margin-bottom: 3rem;
}


.next-page-banner {
	height: 400px;
}

.next-page-banner__title {
	font-size: 2.4rem;
}


.team-card__contact {
	opacity: 0;
}


}



@media screen and (max-width: 782px) {
body:after {
	content: "<782";
	background: PINK;
}

html, body {
	font-size: 17px;
}


h1 {
	font-size: 2.7rem;
	margin: 0 0 5rem 0;
}



.container {
	max-width: 650px;
}

.bereiche-section .container-wide {
	max-width: 650px;
}

.sc-col {
	width: 100%;
}


.wp-caption,
img.size-medium,
img.size-small {
	margin-left: 0;
	margin-right: 0;
	float: none;
	display: block;
}


.hero__title {
	margin-bottom: 5vh;
}


.project-entry__title {
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 2rem;
	padding-top: 4rem;
	display: flex;
	align-items: flex-end;
	border: 0px solid RED;
	color: #FFF;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	opacity: 1;
}


.project-hero__title br {
	display: none;
}



.project-gallery li {
	width: 50%;
}




.section-title {
	font-size: 2.7rem;
}

.bereiche-section [class*="col-"]:last-child .bereich-card__content {
	margin-bottom: 0;
}

.bereich-card__content {
	margin:  0 0 3rem 0;
}




.kunden-entry {
	width: 33.33%;
}

.leistungen-content {
	text-align: center;
}

.bildtextbox {
	display: block;
}

.bildtextbox__image {
	width: 100%;
}

.bildtextbox__image img {
	max-height: 60vw;
	min-height: auto;
}

.bildtextbox__content {
	width: 100%;
	padding: 2rem;
}


}


@media screen and (max-width: 782px) and (orientation: landscape) {
	.hero {
		height: 170vh;
	}

	.hero__title {
	}


}



@media screen and (max-width: 600px) {
body:after {
	content: "<600";
	background: YELLOW;
}

html, body {
	font-size: 15px;
}

h1 {
	font-size: 2.3rem;
	margin-bottom: 4rem;
}

h1 br {
	display: none;
}

.hero__title br {
	display: none;
}


.hero__popup {
	padding: 20px;
}

.hero__popup svg {
	width: 60px;
	height: 60px;
}

.hero__popup h2 {
	font-size: 1.3rem;
}

.hero__popup a {
	font-size: 0.9rem;
	padding: 10px 0 0 0;
}

.hero__popup a span {
	display: none;
}

.textIntro {
	margin-bottom: 4rem;
}

.container,
.container-wide {
	padding: 0 20px;
}

#header .logo {
	width: 115px;
}

#header,
#header.sticky {
	max-height: 70px;
}



#content {
	margin-top: 70px; /*fixed header height*/
}


.mob-menu-trigger {
	right: 20px;
}


#nav ul li a {
	padding: 1.0rem 0;
}

main {
	padding: 5rem 0;
}


.hero__title {
	font-size: 70px;
	font-size: clamp(50px, 13vw, 70px);
	margin-bottom: 5.5rem;
}


.section-title {
	font-size: 2.3rem;
}

.intro-section {
	padding: 6rem 0;
}

.bereiche-section,
.fakten-section,
.kunden-section {
	padding: 4.5rem 0;
}

.bereich__btn {
	margin: 1rem 0 0 0;

}


.leistungen-box__title {
	font-size: 0.9rem;
}


.project-entry__title {
	padding: 1.5rem;
	padding-top: 2rem;
	font-size: 1.5rem;
}

.project-gallery ul {
	margin: 0 -5px;
}

.project-gallery li {
	padding: 5px;
}

.project-hero  {
	height: 320px;
}

.project-hero__title h1  {
	font-size: 1.7rem;
	margin-bottom: 2rem;
}

.project-content {
	padding: 5rem 0 2rem;
}

.project-gallery {
	padding: 5rem 0;
}


.accordion-kompetenzen .accordion-trigger-icon {
	width: 70px;
	height: 70px;
	margin-right: 15px;
}

.accordion-kompetenzen .accordion-trigger:after {
	font-size: 2.3rem;
}

.accordion-kompetenzen .accordion-trigger-metatitle {
	margin-bottom: 8px;
	font-size: 1.1rem;
}

.accordion-kompetenzen .accordion-trigger-title {
	font-size: 1.3rem;
}

.accordion-kompetenzen .accordion-content {
	padding-left: 0;
}



.accordion-prozess .accordion-trigger-number {
	width: 4.6rem;
	font-size: 1.2rem;
}

.accordion-prozess .accordion-trigger-title {
	padding: 0 3.5rem 0 1rem;
}

.accordion-prozess .accordion-trigger-number:before {
	bottom: -8px;
}


.accordion-prozess .accordion-content::after {
	left: 2.3rem;
}

.accordion-prozess .accordion-content {
	padding-left: 5rem;
}





.next-page-banner__title {
	font-size: 2.3rem;
}


#footer {
	padding: 2rem 0 1rem;
}


.caldera-grid {
	padding: 20px 10px;
	border: 2px solid rgba(0,0,0, .1);
}



}



@media screen and (max-width: 320px) {
body:after {
	content: "<320";
	background: MAGENTA;
}

html, body {
	font-size: 14px;
}

}


/* Animations */


@keyframes navfadeIn {
  0% {
	opacity: 0.0;
    transform: translate(0px,-50px);
 	}
  100% {opacity: 1.0;
    transform: translate(0,0);
    }
}



@keyframes fadeLiIn {
  0% {
	opacity: 0.0;
    transform: translate(0px,-10px);
 	}
  100% {opacity: 1.0;
    transform: translate(0,0);
    }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}





/* END
---------------------------------------------------------------------------------*/
