/* =Kunde: 	Formis
-----------------------------------------------------------------------------*/

/* =Imports
-----------------------------------------------------------------------------*/
@import "css/cookie-modal.css";

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;500&display=swap');

/* =Admin Bar
-----------------------------------------------------------------------------*/
div.k-statusbar {
    width: calc(100% - 20px) !important;
    font-family: "Barlow", Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
    height: 38px;
    color: rgba(99,101,105,1);
    background: #F0F0F0;
    border-top: 4px solid;
    border-color: rgba(225,37,27,1);
    padding: 0 10px;
}
     
/* =General
-----------------------------------------------------------------------------*/

html  {
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
	background: rgba(255,255,255,1);
	color: rgba(84,84,88,1);
	font: 20px/1.6em "Barlow", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 200;
}
body  {
	text-decoration: none;
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}
header, section, footer {
	display: block;
	clear: both;
	float: none;
}
.uk-container {
	max-width: 1400px;
	padding-right: 80px;
	padding-left: 80px;
}


/* =Helper
-----------------------------------------------------------------------------*/


/* =Links
-----------------------------------------------------------------------------*/

a, .uk-link {
  color: rgba(225,37,27,1);
  text-decoration: none;
  cursor: pointer;
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}
a:hover, a:focus, a:hover, .uk-link:hover {
  color: rgba(0,0,0,1);
  text-decoration: none;
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}

::-moz-selection { 
	background: rgba(225,37,27,1); color: #fff; text-shadow:none; 
}
::selection { 
	background: rgba(225,37,27,1); color: #fff; text-shadow:none; 
}
.uk-padding-large {
	padding: 80px;
}


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

* + h1, * + .uk-h1, * + h2, * + .uk-h2, * + h3, * + .uk-h3, * + h4, * + .uk-h4, * + h5, * + .uk-h5, * + h6, * + .uk-h6 {
    margin-top: 0px;
}
h1 {
	font-size: 3em;
	font-weight: 100;
	padding-top: 60px;
	padding-bottom: 20px;
	color: rgba(92,91,89,1)
}
h2, .uk-h2 {
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 30px;
	color: rgba(225,37,27,1);
}
h3, .uk-h3 {
	font-size: 2em;
	font-weight: 200;
	margin-bottom: 10px;
	margin-top: 30px;
	color: rgba(92,91,89,1);
	line-height: 1em;
}
h4, .uk-h4 {
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 20px;
	color: rgba(92,91,89,1);
}
h4 a {
	-webkit-transition: all .35s ease-in-out;
	   -moz-transition: all .35s ease-in-out;
	     -o-transition: all .35s ease-in-out;
	        transition: all .35s ease-in-out;
	font-size: 1rem;
	font-weight: 600;
}
h4:hover a {
	padding-left: 68px;	
}
h4 a::before {
	-webkit-transition: all .35s ease-in-out;
	   -moz-transition: all .35s ease-in-out;
	     -o-transition: all .35s ease-in-out;
	        transition: all .35s ease-in-out;
	content: "";
	width: 0px;
	height: 1px;
	background-color: rgba(225,37,27,1);
	opacity: 1;
	display: inline-block;
	margin-left: 0px;
	margin-bottom: 5px;
}
h4:hover a::before {
	content: "";
	width: 40px;
	height: 1px;
	background-color: rgba(225,37,27,1);
	opacity: 1;
	margin-left: -68px;
	margin-right: 20px;
}
strong, .uk-strong {
}
ul {
	list-style-type: none;
	padding-left: 0px;
}
ul li {
	padding-left: 25px;
}
ul li::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 1px;
	background-color: rgba(92,91,89,1);
	margin-left: -25px;
	margin-right: 15px;
	margin-bottom: 5px;
}
ul li p {
	margin: 0px;
	display: inline-block;
}
ul.uk-subnav > *:before {
	content: '';
	display: inline;
	width: auto;
	height: auto;
	background-color: rgba(92,91,89,0);
	margin-right: 0px;
	margin-bottom: 0px;
}
hr {
	width: 1px;
	display: block;
	margin: 40px auto -200px;
	height: 120px;
	background-color: rgba(92,91,89,.4);
}
.line {
	width: 40px;
	height: 1px;
	background-color: rgba(92,91,89,1);
}

/* =Color
-----------------------------------------------------------------------------*/
.rot, .uk-primary {
	background-color: rgba(225,37,27,1);
	color: rgba(255,255,255,1);
}
.uk-primary-80 {
	background-color: rgba(225,37,27,.8);
	color: rgba(255,255,255,1);
}
.grey, .uk-secondary {
	background-color: rgba(92,91,89,1);
	color: rgba(255,255,255,1);
}
.hellgrau {
	background-color: rgba(240,240,242,1);
}
.text-rot {
	color: rgba(225,37,27,1);
}
.text-grau {
	color: rgba(92,91,89,1);
}
.text-weiss {
	color: rgba(255,255,255,1);
}

/* =Grid
-----------------------------------------------------------------------------*/
.grid > *:not(:last-child) {
	margin-right: 20px;
	margin-bottom: 60px;
}
.grid > .column-12 {
	width: calc(100% - 0px);
}
.grid > .column-8 {
	width: calc(75% - 20px);
}
.grid > .column-6 {
	width: calc(50% - 20px);
}
.grid > .column-5 {
	width: calc(50% - 20px);
}
.grid > .column-4 {
	width: calc(33% - 20px);
}
.grid > .column-3 {
	width: calc(25% - 20px);
}
.grid > .column-2 {
	width: 40px;
}
.grid figure {
	overflow: hidden;
}
.video iframe {
    height: 675px;
    width: 100%;
}


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

header > .uk-navbar-transparent {
	position: fixed;
	z-index: 1000;
	top: 0px;
	right: 0;
	left: 0;
	background-color: rgba(255,255,255,1);
	height: 200px;
	-webkit-transition: all .35s ease-in-out;
	   -moz-transition: all .35s ease-in-out;
	     -o-transition: all .35s ease-in-out;
	        transition: all .35s ease-in-out;
}
header > .uk-navbar-sticky {
	height: 50px;
	background-color: rgba(255,255,255,1);
	-webkit-transition: all .35s ease-in-out;
	   -moz-transition: all .35s ease-in-out;
	     -o-transition: all .35s ease-in-out;
	        transition: all .35s ease-in-out;
}
header > .uk-navbar-transparent, header > .uk-navbar-sticky {
  top: var(--admin-bar--height, 0);
}
header > .uk-navbar-transparent > * > a.logo img:first-of-type {
	display: block;
	position: absolute;
	height: 150px;
	top: 20px;
	right: 80px;
	opacity: 1;
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}
header > .uk-navbar-sticky > * > a.logo img:first-of-type {
	display: block;
	position: absolute;
	height: 40px;
	top: 10px;
	right: 40px;
	opacity: 0;
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}

header > .uk-navbar-transparent > * > a.logo img:nth-of-type(2) {
	display: block;
	position: absolute;
	height: 64px;
	top: 96px;
	right: 80px;
	opacity: 0;
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}
header > .uk-navbar-sticky > * > a.logo img:nth-of-type(2) {
	display: block;
	position: absolute;
	height: 40px;
	right: 40px;
	top: 15px;
	opacity: 1;
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}

header > .uk-navbar-transparent .hamburger{
	color: rgba(84,84,88,1);
	position: fixed;
	top: var(--admin-bar--height, 85px);
	left: 75px;
}
header > .uk-navbar-sticky .hamburger {
	color: rgba(84,84,88,1);
	position: fixed;
	top: var(--admin-bar--height, 10px);
	left: 75px;
}
header > .uk-navbar-sticky .hamburger > svg {
	width: 40px;
	height: 40px;
}
.menuClose{
	color: rgba(255,255,255,1);
	position: fixed;
	top: var(--admin-bar--height, 85px);
	left: 80px;
}
.menuClose:hover{
	color: rgba(255,255,255,1);
}
.subsubnav .line {
	background-color: rgba(255,255,255,0);
	opacity: 1;
	display: inline-block;
	margin-left: -50px;
	margin-bottom: 5px;
	margin-right: 10px;
	-webkit-transition: all .35s ease-in-out;
	   -moz-transition: all .35s ease-in-out;
	     -o-transition: all .35s ease-in-out;
	        transition: all .35s ease-in-out;
}
.subsubnav:hover .line {
	background-color: rgba(255,255,255,1);
	opacity: 1;
	margin-left: -0px;
}

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

nav {
	
}
nav ul li {
	display: block;
}
header > .uk-navbar-transparent nav ul li a {
	color: rgba(92,91,89,1);
	font-size: 1.2rem;
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}
header > .uk-navbar-sticky nav ul  li a {
	color: rgba(0,0,0,.6);
	font-size: 1.4rem;
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}
header > .uk-navbar-transparent nav ul  li a:hover,
header > .uk-navbar-sticky nav ul  li a:hover {
	color: rgba(225,37,27,1);
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}
.uk-modal {
    background: rgba(225,37,27,1);
    opacity: 0;
    transition: opacity .35s linear;
	padding: 0px;
}
.uk-modal > div {
	padding-top: 80px;
}
.menu a, .menu a h2 {
	color: rgba(255,255,255,1);
}
.subsubnav:hover {
	padding-left: 5px;
}

/* =Unternavigation
-----------------------------------------------------------------------------*/

/* =Offcanvas
-----------------------------------------------------------------------------*/

/* =Seitenaufbau
-----------------------------------------------------------------------------*/
.slider {
	margin-bottom: 60px;
}
.slider ul li::before {
	content: '';
	display: none;
}
.slider img {
	padding: 200px 80px 80px;
	margin-top: 0px;
}
.slider .kasten {
	clip-path: polygon(0 0, 75% 0%, 100% 100%, 0% 100%);
	width: 600px;
	padding: 20px 200px 40px 80px;
	-webkit-transition: all .35s ease-in-out;
	   -moz-transition: all .35s ease-in-out;
	     -o-transition: all .35s ease-in-out;
	        transition: all .35s ease-in-out;
}
.slider .kasten:hover {
	width: 600px;
	padding: 20px 160px 40px 80px;
}
.slider .kasten h2 {
	color: rgba(255,255,255,1);
}
.slider .jubilaeum {
	margin-top: -95px;
	margin-left: -35px;
}
.slider .kasten .sliderBtn {
	color: rgba(255,255,255,1);
	-webkit-transition: all .35s ease-in-out;
	   -moz-transition: all .35s ease-in-out;
	     -o-transition: all .35s ease-in-out;
	        transition: all .35s ease-in-out;
}
.slider .kasten:hover .sliderBtn {
	padding-left: 68px;	
}
.slider .kasten .line {
	background-color: rgba(255,255,255,0);
	opacity: 1;
	display: inline-block;
	margin-left: -40px;
	margin-bottom: 5px;
	-webkit-transition: all .35s ease-in-out;
	   -moz-transition: all .35s ease-in-out;
	     -o-transition: all .35s ease-in-out;
	        transition: all .35s ease-in-out;
}
.slider .kasten:hover .line {
	background-color: rgba(255,255,255,1);
	opacity: 1;
	margin-left: -68px;
	margin-right: 20px;
}
.sliderNav {
	padding-right: 80px;
	bottom: 0px;
}


/* =Module
-----------------------------------------------------------------------------*/

.uk-subnav {
}
.uk-subnav>* {
    padding-left: 2px;
}
.uk-subnav-pill>*>:first-child {
    padding: 2px 10px 3px;
    color: rgba(92,91,89,1);
}
.uk-subnav>*>:first-child {
    column-gap: 0em;
    color: rgba(92,91,89,1);
    font-size: 1rem;
    text-transform: none;
    transition: .1s ease-in-out;
    transition-property: color, background-color;
}
.uk-subnav-pill>.uk-active>a {
    background-color: rgba(225,37,27,1);
    color: #fff;
}
.uk-subnav-pill>*>a:hover {
    background-color: rgba(240,240,242,1);
    color: rgba(92,91,89,1);
}
.filterTransp {
	top: 8px;
	left: 20px;
}
.filterSticky {
	top: 12px;
	left: 60px;
}
.filterSticky span {
	display: none;
}
.filterbar {
	padding: 50px 20px 30px;
	max-width: 100%;
	width: calc(100% - 150px);
	margin-right: 75px;
	margin-left: 75px;
	display: block;
}
.filternav {
	-webkit-transition: all .35s ease-in-out;
	   -moz-transition: all .35s ease-in-out;
	     -o-transition: all .35s ease-in-out;
	        transition: all .35s ease-in-out;
}
.filternav.active{
	left: 130px !important;
	right: 150px !important;
	max-width: calc(100% - 250px);
	overflow: scroll;
	height: 40px;
	background-color: rgba(255,255,255,0);
	padding-right: 0px;
	padding-left: 0px;
	-webkit-transition: all .35s ease-in-out;
	   -moz-transition: all .35s ease-in-out;
	     -o-transition: all .35s ease-in-out;
	        transition: all .35s ease-in-out;
}
.referenzen .uk-drop {
	background-color: rgba(255,255,255,1);
    --uk-position-offset: 0px;
    --uk-position-viewport-offset: 15px;
    box-sizing: border-box;
    width: 100vw;
	max-width: 100vw !important;
	left: 0px !important;
	padding-right: 20px;
	padding-left: 20px;
}
.referenzen .uk-drop ul {
	padding-right: 20px;
	padding-left: 20px;
}
.js-filter {
	padding: 50px 55px 80px;
}
.referenz img {
	padding: 22px;
}
.label {
	font-size: .8rem;
	font-weight: bold;
	color: rgba(225,37,27,1);
}
.icons {
	top: 85px !important;
    width: 200px;
    left: 150px;
	-webkit-transition: all .35s ease-in-out;
	   -moz-transition: all .35s ease-in-out;
	     -o-transition: all .35s ease-in-out;
	        transition: all .35s ease-in-out;
}
.icons.active {
	top: 10px !important;
    width: 200px;
    left: 120px;
	-webkit-transition: all .35s ease-in-out;
	   -moz-transition: all .35s ease-in-out;
	     -o-transition: all .35s ease-in-out;
	        transition: all .35s ease-in-out;
}
.icons.active a {
	width: 40px;
	height: 40px;
}
.lead {
	padding-top: 160px;
}
.referenz .moreBtn {
	clip-path: polygon(0 0, 88% 0%, 100% 100%, 0% 100%);
    background-color: rgba(225,37,27,1);
	color: rgba(255,255,255,1);
	width: 120px;
	padding: 5px 5px 5px 15px;
    transition: .4s ease-in-out;
    transition-property: all;
}
.referenz:hover .moreBtn {
	clip-path: polygon(0 0, 88% 0%, 100% 100%, 0% 100%);
	width: 200px;
    color: rgba(225,37,27,1);
	background-color: rgba(255,255,255,1);
	padding-left: 68px;
}
.referenz .line {
	background-color: rgba(225,37,27,1);
	margin-top: 22px;
	margin-left: 15px;
}
.referenz .uk-label {
    display: inline-block;
    padding: 4px 8px;
    background: #fff;
    line-height: 1;
    font-size: .8rem;
    color: rgba(92,91,89,1);
    white-space: nowrap;
    border-radius: 4px;
    text-transform: none;
    margin: 40px;
	max-width: 100vw;
    --uk-position-margin-offset: 40px;
	-webkit-transition: all .35s ease-in-out;
	   -moz-transition: all .35s ease-in-out;
	     -o-transition: all .35s ease-in-out;
	        transition: all .35s ease-in-out;
}
.referenz:hover .uk-label {
	opacity: 0;
}
.info {
	margin-top: 60px;
	margin-left: 52px;
}
.team span {
	width: 85px;
	display: inline-block;
}
.team p > strong {
	min-height: 60px;
}

/* =Plugins
-----------------------------------------------------------------------------*/
.uk-lightbox {
	background-color: rgba(255,255,255,.9);
}
.uk-lightbox-toolbar {
	background-color: rgba(255,255,255,0);
}
.uk-lightbox-button {
	background-color: rgba(92,91,89,1);
	color: rgba(255,255,255,1);
}
.uk-lightbox-toolbar * {
	color: rgba(84,84,84,1) !important;
}

/* =Formulare
-----------------------------------------------------------------------------*/
.uk-button {
    background-color: rgba(240,240,242,1);
    color: rgba(92,91,89,1);
	text-transform: none;
	text-transform: none;
    transition: .4s ease-in-out;
    transition-property: all;
	font-size: 1rem;
	padding: 2px 20px;
}
.uk-button:hover {
    background-color: rgba(225,37,27,1);
    color: rgba(255,255,255,1);
	padding: 2px 24px;
}
.uk-button-secondary {
    background-color: rgba(255,255,255,1);
    color: rgba(92,91,89,1);
}
.uk-button-secondary:hover {
}
.uk-button-disabled {
	cursor: not-allowed;
	border: 1px solid transparent;
	margin-top: 16px;
	margin-bottom: 16px;
}
.uk-radio,.uk-checkbox,.uk-checkbox {
  background-color: rgba(84,84,88,0);
  border-color: rgba(84,84,88,1);
}
.uk-radio:checked,.uk-checkbox:checked,.uk-checkbox:indeterminate {
  background-color: rgba(84,84,88,1);
  border-color: rgba(84,84,88,1);
}
.uk-radio:checked:focus,.uk-checkbox:checked:focus,.uk-checkbox:indeterminate:focus {
  background-color: rgba(0,0,0,1);
}
.uk-form-label {
	font-size: 1em;
	color: rgba(84,86,85,1);
}
.uk-input, .uk-select, .uk-textarea {
	background-color: rgba(255,255,255,1);
	color: #000;
	border: 0px solid rgba(197,199,199,1);
	border-bottom: 2px solid rgba(244,244,244,1);
	transition: 0.15s ease-in-out;
	transition-property: color, background-color, border;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
	outline: none;
	background-color: rgba(255,255,255,1);
	color: #000;
	border-bottom: 2px solid rgba(84,86,85,1);
}
.honeypot {
	position: absolute;
	left: -9999px;
}
[data-id="captcha-input"] label {
	display: none;
}
.captchaLabel {
	margin-top: -20px;
	margin-bottom: 0px;
}

/* =
-----------------------------------------------------------------------------*/

/* = Mapbox
-----------------------------------------------------------------------------*/

.mapboxgl-map {
	height: 600px !important;
    min-height: 400px !important;
}
.mapboxgl-canvas {
}
.mapboxgl-popup-content {
    background: rgba(225,37,27,1) !important;
    border-radius: 0px !important;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    padding: 30px 20px 15px !important;
	min-width: 240px;
}
.mapboxgl-popup-content p, .mapboxgl-popup-content a {
	font: 16px/1.4em "Barlow", Arial, Helvetica, Geneva, sans-serif !important;
	color: rgba(255,255,255,1);
}
.mapboxgl-popup-close-button {
    border-radius: 0px !important;
	font: 36px/40px "Barlow", Arial, Helvetica, Geneva, sans-serif !important;
	color: rgba(255,255,255,1);
	margin-right: 10px;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    border-top-color: rgba(225,37,27,1) !important;
}
.mapboxgl-marker {
    top: 10px !important;
}
.mapboxgl-marker > svg > g > g {
	fill: rgba(225,37,27,1);
}
.mapboxgl-marker > svg > g > g > circle {
	fill: rgba(255,255,255,1);
}
a.mapboxgl-ctrl-logo {
    opacity: .3;
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    padding: 0 5px;
    background-color: rgba(255,255,255,1) !important;
    margin: 0;
}
.mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 1px rgba(255,255,255,1) !important;
}
.mapboxgl-ctrl-group {
    border-radius: 0px !important;
    background: rgba(240,240,242,1) !important;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.mapboxgl-ctrl-group .mapboxgl-ctrl-zoom-in:hover,
.mapboxgl-ctrl-group .mapboxgl-ctrl-zoom-out:hover,
.mapboxgl-ctrl-group .mapboxgl-ctrl-compass:hover {
    background: rgba(255,255,255,1) !important;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.mapboxgl-ctrl-group button {
    background-color: inherit !important;
}
.mapboxgl-ctrl-group button+button {
    border-top: 1px solid rgba(255,255,255,1) !important;
}
.mapboxgl-ctrl a {
    color: rgba(0,0,0,.2) !important;
	border: 0 none rgba(255,255,255,0);
}


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

.colophon{
	display:block;
	position:fixed;
	bottom:25px;
	right:25px;
	width:25px;
	height:25px;
	background:url(img/Designheit-Bildmarke.svg) no-repeat right bottom;
	opacity: 0.05;
	filter: alpha(opacity=5);
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.colophon:hover{
	opacity:1;
	filter: alpha(opacity=100);
	}

footer > div > div.footer {
	border-top: 1px solid rgba(92,91,89,.4);
	padding-top: 80px;
}


/* @xl – Laptop Landscape */
@media (max-width: 1400px) {
.uk-container {
	padding-right: 60px;
	padding-left: 60px;
}
.slider img {
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 100px;
}
.slider .kasten {
	padding-left: 60px;
}
header > .uk-navbar-transparent .hamburger,
header > .uk-navbar-sticky .hamburger,
.menuClose{
	left: 55px;
}
header > .uk-navbar-transparent > * > a.logo img:first-of-type,
header > .uk-navbar-transparent > * > a.logo img:nth-of-type(2) {
	right: 60px;
}
header > .uk-navbar-sticky > * > a.logo img:first-of-type,
header > .uk-navbar-sticky > * > a.logo img:nth-of-type(2) {
	right: 20px;
}
.referenz img {
    padding: 12px;
}
}

/* @l – Laptop / Tablet Landscape */
@media (max-width: 1200px) {
.uk-container {
	padding-right: 40px;
	padding-left: 40px;
}
.slider {
	margin-bottom: -80px;
}
.slider img {
	padding: 160px 40px 0px;
	margin-bottom: -100px;
}
.slider .kasten {
	margin-left: 40px;
	margin-bottom: -300px;
}
.maxheight {
	min-height: 600px;
}
.sliderNav {
    padding-right: 60px;
    bottom: 30px;
}
.sliderNav a {
	color: rgba(255,255,255,1);
}
header > .uk-navbar-transparent {
	height: 140px;
}
header > .uk-navbar-sticky {
	height: 50px;
}
header > .uk-navbar-transparent .hamburger,
header > .uk-navbar-sticky .hamburger,
.menuClose{
	left: 35px;
}
header > .uk-navbar-transparent > * > a.logo img:first-of-type,
header > .uk-navbar-transparent > * > a.logo img:nth-of-type(2) {
	height: 120px;
	right: 40px;
}
header > .uk-navbar-sticky > * > a.logo img:first-of-type,
header > .uk-navbar-sticky > * > a.logo img:nth-of-type(2) {
	right: 5px;
}
header > .uk-navbar-transparent .hamburger,
.menuClose{
	top: var(--admin-bar--height, 60px);
}
header > .uk-navbar-sticky .hamburger {
	top: var(--admin-bar--height, 10px);
}
.icons {
    top: 60px !important;
    width: 200px;
    left: 120px;
}
.info {
    margin-top: 0px;
    margin-left: 0px;
}
.label {
    display: block;
    width: 100%;
	margin-top: 20px !important;
	margin-bottom: -5px;
}
.uk-padding-large {
    padding: 40px;
}
.filterbar {
    padding: 30px 20px 30px;
    max-width: 100%;
    width: calc(100% - 80px);
    margin-right: 40px;
    margin-left: 40px;
    display: block;
}
.uk-subnav-pill>*>:first-child {
    padding: 2px 5px 3px;
    color: rgba(92, 91, 89, 1);
}
.js-filter {
    padding: 50px 15px 80px;
}

}
/* @m – Tablet Portrait */

@media (max-width: 960px) {
.colophon{
	display:none;
}
.uk-container {
	padding-right: 20px;
	padding-left: 20px;
}
.maxheight {
	min-height: 600px;
}
.uk-slideshow-items {
	height: 600px;
}
.slider img {
	padding: 100px 0 0px;
	height: 600px;
	}
.slider .kasten {
	padding-left: 20px;
	margin-left: 20px;
	width: 400px;
	margin-bottom: -360px;
	clip-path: polygon(0 0, 65% 0%, 100% 100%, 0% 100%);
}
.sliderNav {
    padding-right: 40px;
    bottom: 0px;
}
.lead {
	padding-top: 140px;
}
header > .uk-navbar-transparent {
    height: 105px;
}
header > .uk-navbar-sticky {
    height: 40px;
}
header > .uk-navbar-transparent .hamburger,
header > .uk-navbar-sticky .hamburger,
.menuClose{
	left: 15px;
}
header > .uk-navbar-transparent .hamburger,
.menuClose{
	top: var(--admin-bar--height, 28px);
}
    
header > .uk-navbar-sticky .hamburger {
	top: var(--admin-bar--height, 0px);
}
header > .uk-navbar-transparent > * > a.logo img:first-of-type,
header > .uk-navbar-transparent > * > a.logo img:nth-of-type(2) {
	height: 70px;
	right: 20px;
}
header > .uk-navbar-sticky > * > a.logo img:first-of-type,
header > .uk-navbar-sticky > * > a.logo img:nth-of-type(2) {
	height: 30px;
	right: 0px;
	top: 10px;
}
h1 {
	font-size: 2.4em;
	padding-top: 40px;
}
h2, .uk-h2 {
	font-size: 1.4em;
	margin-bottom: 30px;
	margin-top: 30px;
}
h3, .uk-h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-top: 30px;
}
h4, .uk-h4 {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 20px;
}
.uk-padding-large {
    padding: 20px;
}
.grid {
	display: block;
}
.grid > .column-12,
.grid > .column-8,
.grid > .column-6,
.grid > .column-5,
.grid > .column-4 {
	width: 100%;
	margin-right: 0px;
}

.grid > .column-5 hr {
    width: 1px;
    margin: 40px auto -60px;
    height: 60px;
}
.grid > .column-2 {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 0;
}
.referenz img {
    padding: 5px;
}
.icons {
    top: 27px !important;
    left: 75px;
}
.icons.active {
    top: 0px !important;
    left: 70px;
}
.icons > a {
	
}
.label {
    display: block;
    width: 130px;
    margin-top: 0px !important;
    margin-bottom: 0px;
}

}

/* @s – Phone Portrait */
@media (max-width: 640px) {
.uk-container {
	padding-right: 10px;
	padding-left: 10px;
}
.sliderNav {
	display: none;
}
.slider img {
	padding-right: 10px;
	padding-left: 10px;
	height: 600px;
}
.slider .kasten {
	padding-left: 10px;
}
header > .uk-navbar-transparent .hamburger,
.menuClose{
	top: 40px;
	left: 10px;
}
header > .uk-navbar-sticky .hamburger{
	top: 0px;
	left: 10px;
}
header > .uk-navbar-transparent > * > a.logo img:first-of-type,
header > .uk-navbar-transparent > * > a.logo img:nth-of-type(2) {
	right: 20px;
	top: 18px;
}
header > .uk-navbar-sticky > * > a.logo img:first-of-type,
header > .uk-navbar-sticky > * > a.logo img:nth-of-type(2) {
	right: 0px;
}
header > .uk-navbar-transparent .hamburger > svg {
	width: 40px;
	height: 40px;
}
.infos {
	z-index: -1;
}
.infos .uk-width-2-3 {
	width: calc(100% - 120px);
}
.label {
    display: block;
    width: 120px;
    margin-top: 0px !important;
    margin-bottom: 0px;
}
.icons a {
    width: 40px;
    height: 40px;
}
.icons {
    top: 40px !important;
    left: 50px;
}
h1 {
	font-size: 2em;
	padding-top: 40px;
}
h2, .uk-h2 {
	font-size: 1.2em;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3, .uk-h3 {
	font-size: 1.2em;
	margin-bottom: 0px;
	margin-top: 15px;
}
h4, .uk-h4 {
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 20px;
}
.colophon{
	display:none;
}
  
  }
