@charset "utf-8";
/*
Theme Name: debleu 2019
Version: 2.0
Author: debleu.de
*/

/* ------------------------------------------------------ Reset default browser CSS --- */
html, body, div, span, applet, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}
figure {
    line-height: 0;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
:focus {
    outline: transparent;
}
a:hover, a:active {
    outline: 0;
}
a img {
    border: 0;
}
/* ---------------------------------------------------------------------------- Global --- */
html {
    height: 100%;
    /*scroll-behavior: smooth;*/
}
body {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
#main {
    position: relative;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 60px;
}
#main:after {
    content: "";
    clear: both;
    display: table;
    table-layout: fixed;
}
.size-1870, .size-1360, .size-1120, .size-960 {
    position: relative;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
}
.size-1870 {
    max-width: 1870px;
}
.size-1360 {
    max-width: 1360px;
}
.size-1120 {
    max-width: 1120px;
}
.size-960 {
    max-width: 960px;
}
.entry-header {
    margin-top: 160px;
    position: relative;
}
#topimage + main article .entry-header {
    margin-top: 60px;
}
#topimage + #main {
    margin-top: 0;
}
/*  ---------------------------------------------------------------------- Typography --- */
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}
body, button, input, select, textarea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    /*letter-spacing: 0.12rem;*/
    text-rendering: optimizeLegibility;
}
#pagenavi, .contact, .contact a.phone, #topnavi ul li a, #menu-open a, #nav-mobile .menu-text,
.wp-caption-text, #lbCaption, #titleText, .company, .site-branding h1 a, .site-branding h2 a,
.kontakt-box-left h2 {
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Slackey', cursive;
}
.quota, .contact a.phone, #menu-open a, .company {
    clear: both;
}
p {
    word-wrap: break-word;
    padding-bottom: 10px;
}
b, strong, .bold {
    font-weight: 700;
    font-weight: bold;
}
em {
    font-style: oblique;
}
.single .entry-content a:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, .topline {
    padding-bottom: 10px;
    line-height: 1.4;
}
h1 {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 0 0 20px 0;
}
h2 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 30px 0 12px 0;
}
h3 {
    font-size: 20px;
    font-size: 2rem;
    padding: 20px 0 10px 0;
}
h4 {
    font-size: 20px;
    font-size: 2rem;
    padding: 20px 0 10px 0;
}
h5 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 0 10px 0;
}
h6 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 0 10px 0;
}
/* -------------------------------------------------------------------------- Colors  --- */
html {
    background-color: #f5f5f5;
}
body {
    background-color: #fff;
}
body, button, input, select, textarea, p, #content li a {
    color: #272624;
}
h1, h2, h3, h4, h5, h6 {
    color: #2E2E2C;
}
#header, #head {
    background-color: #1c1c1c;
}
#topimage {
    background-color: transparent;
}
#topnavi li a {
    color: #8e8e8e;
}
#menu-open {
    background: #71706e;
}
#nav-mobile ul li a {
    color: #ccc;
}
#nav-mobile ul li a:hover {
    color: #ffffff;
}
.site-branding h1 a {
    color: #000;
}
.site-branding h1 a:hover {
    color: #000;
}
#footer {
    background-color: #3e3e3e;
}
#footer .copyright {
    background-color: #000;
}
#footer .copyright a {
    color: #636363;
}
a {
    color: #4e4e4e;
    text-decoration-color: #cbcbcb;
    text-underline-position: under;
}
a:hover {
    color: #000;
}
/* ------------------------------------------------------------------------------ Icons --- */
svg.icon-menu, svg.icon-back, svg.icon-top {
    stroke: #3e3e3e;
}
svg.icon-back:hover, svg.icon-top:hover { 
    stroke: #000; 
}
svg.icon-close {
    stroke: #fff;
}
svg.icon-menu, svg.icon-close {
    stroke-width: 40px;
    stroke-linecap: round;
    transition: transform .2s,opacity .2s!important;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
svg.icon-menu:hover, svg.icon-close:hover {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
svg.icon-back, svg.icon-top {
    stroke-width: 30px;
    stroke-linecap: round;
    fill: none;
}
svg circle.social { fill: #333232; }
svg path.social { fill: #fff; }
/* -------------------------------------------------------------------------- Buttons --- */
a.back {
    clear: both;
    display: block;
    height: 30px;
    width: 30px;
    text-decoration: none;
    margin: 40px 0 70px 0;
}
a.read-more {
    display: block;
    text-align: left;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
}
a.button {
    text-align: center;
    padding: 9px 30px;
    display: block;
    margin: 20px 0;
    text-decoration: none;
    background-color: #a3d20b;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.2;
    width: 100%;
    color: #000;
}
a.button:hover {
    background-color: #271a31;
    color: #FFF;
}
/* ---------------------------------------------------------------------------- Anker --- */
a.anker {
    width: 1%;
}
/* ----------------------------------------------------------- Hoch- und Tiefstellung --- */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; 
}
sub {
  bottom: -0.25em; 
}
sup {
  top: -0.5em; 
}
/* --------------------------------------------------------------------------- Tables --- */
table {
    width: 100%;
    margin: 0 0 15px 0;
}
th, td {
    border-bottom: 1px solid #e4e1df;
    padding: 5px;
    vertical-align: top;
}
.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 10px 0;
}
.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}
/* ------------------------------------------------------------------- fade-in content --- */
@-webkit-keyframes fadein {
    0% { opacity:0; }
    40% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes fadein {
    0% { opacity:0; }
    40% { opacity:0; }
    100% { opacity:1; }
}
@keyframes fadein {
    0% { opacity:0; }
    40% { opacity:0; }
    100% { opacity:1; }
}
#main {
    -webkit-animation: 1.6s ease 0s normal forwards 1 fadein;
       -moz-animation: 1.6s ease 0s normal forwards 1 fadein;
            animation: 1.6s ease 0s normal forwards 1 fadein;
}
/* ----------------------------------------------------------------------- CSS Slider --- */
#topimage .slider ul {
    position: relative;
}
#topimage .slider ul li, #topimage .topimage {
    position: relative;
    overflow: hidden;
    
    max-height: 640px;
        
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
    align-items: center;
}
#topimage .slider li {
    opacity: 0;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
       -moz-animation-delay: 0;
            animation-delay: 0;
}
#topimage .slider li.slide-2, 
#topimage .slider li.slide-3, 
#topimage .slider li.slide-4 {
    position: absolute;
    left: 0;
    top: 0;
}
@-webkit-keyframes slide-1 {
    0%   { opacity:0; }
    25%  { opacity:1; }
    100% { opacity:1; }
}
@-moz-keyframes slide-1 {
    0%   { opacity:0; }
    25%  { opacity:1; }
    100% { opacity:1; }
}
@keyframes slide-1 {
    0%   { opacity:0; }
    25%  { opacity:1; }
    100% { opacity:1; }
}
#topimage #slider-1 li.slide-1, #topimage .topimage {
    -webkit-animation-name: slide-1;
       -moz-animation-name: slide-1;
            animation-name: slide-1;
    -webkit-animation-duration: 4s;
       -moz-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-iteration-count: 1;
       -moz-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@-webkit-keyframes slide-2 {
    0%    { opacity:0; }
    12.5% { opacity:1; }
    50%   { opacity:1; }
    62.5% { opacity:0; }
    100%  { opacity:0; }
}
@-moz-keyframes slide-2 {
    0%    { opacity:0; }
    12.5% { opacity:1; }
    50%   { opacity:1; }
    62.5% { opacity:0; }
    100%  { opacity:0; }
}
@keyframes slide-2 {
    0%    { opacity:0; }
    12.5% { opacity:1; }
    50%   { opacity:1; }
    62.5% { opacity:0; }
    100%  { opacity:0; }
}
#topimage #slider-2 li.slide-1,
#topimage #slider-2 li.slide-2 {
    -webkit-animation-name: slide-2;
       -moz-animation-name: slide-2;
            animation-name: slide-2;
    -webkit-animation-duration: 8s;
       -moz-animation-duration: 8s;
            animation-duration: 8s;
}
@-webkit-keyframes slide-3 {
    0%   { opacity:0; }
    8%   { opacity:1; }
    42%  { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:0; }
}
@-moz-keyframes slide-3 {
    0%   { opacity:0; }
    8%   { opacity:1; }
    42%  { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:0; }
}
@keyframes slide-3 {
    0%   { opacity:0; }
    8%   { opacity:1; }
    42%  { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:0; }
}
#topimage #slider-3 li.slide-1,
#topimage #slider-3 li.slide-2, 
#topimage #slider-3 li.slide-3 {
    -webkit-animation-name: slide-3;
       -moz-animation-name: slide-3;
            animation-name: slide-3;
    -webkit-animation-duration: 12s;
       -moz-animation-duration: 12s;
            animation-duration: 12s;
}
@-webkit-keyframes slide-4 {
    0%   { opacity:0; }
    6%   { opacity:1; }
    31%  { opacity:1; }
    38%  { opacity:0; }
    100% { opacity:0; }
}
@-moz-keyframes slide-4 {
    0%   { opacity:0; }
    6%   { opacity:1; }
    31%  { opacity:1; }
    38%  { opacity:0; }
    100% { opacity:0; }
}
@keyframes slide-4 {
    0%   { opacity:0; }
    6%   { opacity:1; }
    31%  { opacity:1; }
    38%  { opacity:0; }
    100% { opacity:0; }
}
#topimage #slider-4 li.slide-1,
#topimage #slider-4 li.slide-2, 
#topimage #slider-4 li.slide-3, 
#topimage #slider-4 li.slide-4 {
    -webkit-animation-name: slide-4;
       -moz-animation-name: slide-4;
            animation-name: slide-4;
    -webkit-animation-duration: 16s;
       -moz-animation-duration: 16s;
            animation-duration: 16s;
}
#topimage li.slide-2 {
    -webkit-animation-delay: 4s;
       -moz-animation-delay: 4s;
            animation-delay: 4s;
}
#topimage li.slide-3 {
    -webkit-animation-delay: 8s;
       -moz-animation-delay: 8s;
            animation-delay: 8s;
}
#topimage #slider-4 li.slide-4 {
    -webkit-animation-delay: 12s;
       -moz-animation-delay: 12s;
            animation-delay: 12s;
}
/*--------------------------------------------------------------------------- kenburns ---*/
@-webkit-keyframes kenburns {
    0% { transform:  scale(1, 1); }
    50% { transform: scale(1.13, 1.13); }
    100% { transform: scale(1, 1); }
}
@-moz-keyframes kenburns {
    0% { transform:  scale(1, 1); }
    50% { transform: scale(1.13, 1.13); }
    100% { transform: scale(1, 1); }
}
@keyframes kenburns {
    0% { transform: scale(1, 1); }
    50% { transform: scale(1.13, 1.13); }
    100% { transform: scale(1, 1); }
}
.topimage img, .slider img {
    transform-origin: 50% 50% 0px;
    -webkit-animation: 40s linear 0s normal forwards 1 kenburns;
       -moz-animation: 40s linear 0s normal forwards 1 kenburns;
            animation: 40s linear 0s normal forwards 1 kenburns;
}
.slider img {
    -webkit-animation: 40s linear 0s normal forwards 1 kenburns;
       -moz-animation: 40s linear 0s normal forwards 1 kenburns;
            animation: 40s linear 0s normal forwards 1 kenburns;
}
/* --------------------------------------------------------------------------- Images --- */
img, a.img {
    max-width: 100%;
    height: auto;
    width: auto; /* IE8 */
}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

img.mfp-img {
	opacity:0;
	-webkit-animation: fadeIn ease-in 1;
	   -moz-animation: fadeIn ease-in 1;
	        animation: fadeIn ease-in 1;
 
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
 
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	        animation-duration: 1s;
}
.wp-caption {
	max-width: 100% !important;
	width: auto !important;
	font-size: 15px;
	font-size: 1.5rem;
	padding-top: 10px;
    line-height: 1.4;
}
.wp-caption .size-thumbnail {
    margin: 7px 30px 0 0;
}
.wp-caption img {
    margin: 0;
}
.wp-caption-text {
    font-size: 95%;
    color: #797979;
    line-height: 1.3;
    margin: 5px 0 0 0;
}
img.alignleft.size-thumbnail {
    padding: 7px 0 30px 0;
}
@media only screen and (min-width: 480px) {
    img.alignleft.size-thumbnail {
        padding: 7px 50px 30px 0;
    }
}
/* --------------------------------------------------------------- WF Magnific Lightbox --- */
.mfp-bg {
    opacity: 0.85;
    filter: alpha(opacity=85);
}
.mfp-bottom-bar {
	padding: 10px 20px;
}
.mfp-counter {
    top: 8px;
    right: 20px;
}
.mfp-title {
    font-size: 16px;
    font-size: 1.6rem;
    color: #b3b3b3;
    line-height: 1.4;
    display: none;
}
.mfp-image-holder .mfp-content {
    max-width: 88%;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a, .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    display: none;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 15px solid #888888;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    border-right: 15px solid #888888;
}
/* ------------------------------------------------------------------------ Accordions --- */
.omsc-toggle-title {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
}
.omsc-toggle-inner {
    padding: 20px!important;
}
/* 
---------------------------------------------------------------------- Breadcrumb Navi --- */
#breadcrumb {
    font-size: 12px;
    color: #999;
    margin: 0 0 10px 0;
}
#breadcrumb a {
    color: #999;
    text-decoration: none;
}
#breadcrumb a:hover {
    color: #666;
}
/* ------------------------------------------------------------------- float and clear --- */
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
/* ----------------------------------------------------------------------------- Align --- */
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
/* ----------------------------------------------------------------------- Pagination --- */
.pagination {
    margin-bottom: 40px;
}
.pagination.bottom {
    margin-top: 10px;
    border-top: 1px solid #555;
    padding-top: 20px;
}
.pagination h2 {
    display: none;
}
.page-numbers.current, a.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    border-bottom: 1px solid #555;
    margin: 10px 5px 10px 0;
    text-decoration: none;
}
.page-numbers.current {
    border-bottom: 3px solid #555;
}
a.page-numbers:hover {
    border-bottom: 3px solid #000;
}
.screen-reader-text {
    display: none;
}
/* ------------------------------------------------------------------------ 404 Page --- */
#error-site {
    text-align: center;
    background-image: url(images/oops-wBG.svg);
    /*background-image: url(images/oops-sBG.svg);*/
    background-repeat: no-repeat;
    background-position: top center;
    margin: 200px 0 100px 0;
}
#error-site .error-404-headline {
    font-size: 30px;
    font-weight: bold;
    line-height: inherit;
    margin: 0;
    color: #949494;
}
#error-site .error-404-headline strong {
    display: block;
    font-size: 100px;
    color: #717171;
    height: 123px;
}
#error-site .error-404-subline {
    font-weight: 400;
    color: #000;
    padding: 20px 0 80px 0;
    margin: 0;
}
/* ------------------------------------------------------------------ iFrames responsive --- */
.res-iframe, .res-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.res-iframe iframe, .res-video video {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/* --------------------------------------------------------------------------- Gallery --- */
.gallery-item {
    width: calc(100% / 2);
    font-size: 0;
    overflow: hidden;
	border: 5px solid transparent;
}
.gallery-item.col3 {
    width: 100%;
}
.gallery-item.col7 {
    width: calc(100% / 3);
}
.gallery-item.col7 a figure img {
    transition: all 0.5s 0s;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}
.gallery-item.col7:hover a figure img {
    transition: all 0.5s 0s;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.clients-logos .gallery-item {
    width: 30%;
}
.gallery-item a {
    /*margin-bottom: 10px;*/
    display: block;
	text-decoration: none;
}
.about-member .gallery-item a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
body dl.gallery-item + br { 
    display: none; 
}
.gallery-caption {
    margin-bottom: 10px;
    padding: 0 5px;
}
.content-gallery {
    margin: 0 0 40px 0;
}
@media only screen and (min-width: 600px) {
    .gallery-item.col7 {
        width: calc(100% / 4);
    }
}
@media only screen and (min-width: 800px) {
    .gallery-item.col3 {
        width: calc(100% / 2);
    }
}
@media only screen and (min-width: 930px) {
    .gallery-item {
        width: calc(100% / 3);
        margin: initial;
    }
    .gallery-item.col2 {
        width: calc(100% / 2);
        margin: initial;
    }
    .gallery-item.col3 {
        width: calc(100% / 3);
    }
    .gallery-item.col7 {
        width: calc(100% / 7);
    }
}
/* -------------------------------------------------------------------------- Flexbox --- */
.flex, #topimage {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flex-vcenter {
    -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
    align-items: center;
}
.flex-hcenter {
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.flex-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.flex-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/*  -------------------------------------------------------------------------- Header --- */
#header {
    position: fixed; /* for header animation on scroll */
    width: 100%;
    max-width: 1920px;
    z-index: 1;
    transition: top 0.5s ease-in-out;
    top: 0;
}
#header, .logo, #head {
    height: 100px;
}
#header.nav-up {
    top: -100px;
}
#topimage {
    position: relative;
    
    -webkit-justify-content: center;
    justify-content: center;
    
    -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
    align-items: center;

    overflow: hidden!important;
    padding-top: 100px;
    background-color: #1c1c1c;
}
#topimage .topimage { /*shows image centered overflow is hidden*/
    /*flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;*/
    width: 100%;
}
#topimage .topimage img {
    /*width: 1360px; */ /*shows image centered overflow is hidden*/
    height: auto;
    width: 100%;
}
#topimage .topimage img {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@media only screen and (min-width: 1360px) {
    #topimage .topimage img {
        width: 1920px;
    }
}
#head {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /*z-index: 2;*/
}
.site-branding {
    position: relative;
}
.site-branding h1, .site-branding h2 {
    position: absolute;
    left: 0;
    padding: 0;
}
.site-branding h1 a, .site-branding h2 a {
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
            transition: all 0.5s ease;
    color: #666666;
}
.site-branding h1 {
    top: 17px;
    font-size: 28px;
    font-size: 2.8rem;
}
.site-branding h1 a, .site-branding h2 a {
    text-decoration: none;
}
.site-branding h2 {
    top: 55px;
    font-size: 15.6px;
    font-size: 1.56rem;
}
.site-branding a.logo {
    display: block;
    text-decoration: none;
}
.site-branding .logo  {
    max-width: 240px;
    background-image: url(images/Beastie-Bembels-Logo.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    margin: 0;
}
.head-wrap, .logo  {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media only screen and (min-width: 550px) {
    .site-branding .logo  {
        max-width: 380px;
    }
    .site-branding h1, .site-branding h2 {
        left: 80px;
    }
}
@media only screen and (min-width: 720px) {
    .site-branding .logo  {
        max-width: 600px;
    }
    .site-branding h1 {
        top: 15px;
        font-size: 32px;
        font-size: 3.2rem;
    }
    .site-branding h2 {
        top: 54px;
        font-size: 17.8px;
        font-size: 1.78rem;
    }
}
@media only screen and (min-width: 1300px) {
    .site-branding {
        left: 0;
    }
}
/* --------------------------------------------------------------- Topnavi --- */
#topnavi {
    position: absolute;
    right: 30px;
    top: 0;
    display: none;
}
#topnavi li {
    display: inline-block;
    padding: 10px 0 0 13px;
    border-left: 1px solid #404040;
    margin-left: 10px;
}
#topnavi li:hover a {
    color: #fff;
    /*border-bottom: 3px solid #ccc;*/
}
#topnavi li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    /*font-weight: 700;*/
}
/* ----------------------------------------------------------- Navi Mobile --- */
#topnavi-mobile,
#nav-mobile {
    position: relative;
    width: 100%;
}
/*------------------------------------------------ Overlay ---*/
a#nav-overlay.hide {
    background: #151514;
    position: absolute;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    -webkit-transition: opacity 1s 1s ease;
    -moz-transition: opacity 1s 1s ease;
    transition: opacity 1s 1s ease;
}
a#nav-overlay.show {
    background: #151514;
    position: absolute;
    font-size: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin: auto;
    min-height: 100%;
    height: auto!important;
    height: 100%;
    overflow: hidden!important;
    width: 100%;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
/*------------------------------------------------- Icons ---*/
#menuIconShow, #menuIconHide {
    position: absolute; 
    cursor: pointer;
}
#menuIconShow {
    top: 35px; 
    right: 40px; 
    height: 30px; 
    width: 30px;
    z-index: 3;
}
#menuIconHide {
    top: 38px; 
    right: 42px; 
    height: 26px; 
    width: 26px;
    z-index: 3;
}
#menuIconShow.show, #menuIconHide.show {
    display: block;
}
#menuIconShow.hide, #menuIconHide.hide {
    display: none;
}
#menuIconHide.show svg.icon-close {
    stroke: #b7b5ad;
}
/*------------------------------------------------- Menu ---*/
.nav-to-top {
    display: block;
}
#menu-open {
    position: absolute;
    z-index: 2;
    right: 0;
}
#menu-open.hide {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
       -moz-transition: all 1s;
            transition: all 1s;
}
#menu-open.show {
    max-height: 1000px;
    overflow: hidden;
    -webkit-transition: all 1s;
       -moz-transition: all 1s;
            transition: all 1s;
}
#menu-open .nav-head {
    display: block;
    padding: 30px 0 0 0;
    font-size: 22px;
    font-size: 2.2rem;
    width: 100%;
    color: #fff;
}
#menu-open ul {
    padding: 40px 30px 60px;
}
#menu-open ul li {
    position: relative;
    border: 0 none;
    float: none;
    padding: 0;
    width: 100%;
}
#menu-open ul li a {
    display: block;
    padding: 10px 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    text-decoration: none;
}
@media only screen and (max-width: 619px) {
    #menu-open {
        width: 100%;
    }
    #menu-open.show, #menu-open.hide {
        top: 100px;
    }
}
@media only screen and (min-width: 620px) {
    #menu-open.show, #menu-open.hide {
        top: 20px;
    }
    #menuIconShow.show {
        top: 35px;
        z-index: 3;
    }
    #menu-open ul {
        padding: 90px 30px 60px;
    }
}
@media only screen and (min-width: 770px) {
    /*#nav-overlay.show {
        opacity: 0;
        filter: alpha(opacity=0);
    }*/
    #menu-open {
        right: 20px;
    }
    #menu-open ul li:last-of-type {
        border-bottom: 0 none;
    }
}
@media only screen and (min-width: 1220px) {
    #topnavi {
        display: block;
    }
    #topnavi-mobile, #menuIconShow.show {
        display: none;
    }
}
/* ---------------------------------------------------------------------- Forms Global--- */
textarea, input {
    border: 0 none;
    padding: 5px;
}
textarea, input, select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
/* --------------------------------------------------------------------- Contact Forms--- */
.wpcf7 {
    width: 100%;
}
.wpcf7-form textarea, .wpcf7-form input {
    border: 1px solid #ccc;
    padding: 8px 15px;
    margin: 8px 0;
    width: 100%;
    color: #000;
}
.wpcf7-form label {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    width: 100%;
    display: block;
}
input.wpcf7-submit {
    width: 100%;
    padding: 9px 0;
    background-color: #81ce38;
    color: #271a31;
    cursor: pointer;
    font-size: 23px;
    font-size: 2.3rem;
    border: 0 none;
}
input.wpcf7-submit:hover {
    background-color: #42671E;
    color: #fff;
}
.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 8px 5px;
    border: 1px solid #ccc;
    margin: 10px 0 10px 0;
}
.contact-form-coaching {
    margin: 30px 0 0 0;
}
div.wpcf7-response-output {
    margin: 2em 0 1em;
}
.wpcf7-form .acceptance {
    margin: 30px 0;
}
.wpcf7-form .acceptance a {
    text-decoration: underline;
}
input.wpcf7-form-control.wpcf7-acceptance {
    width: 30px;
}
.acceptance .wpcf7-list-item-label {
    display: none;
}
.wpcf7-form  .adress-block {
    margin: 30px 0 0 0;
    border-top: 1px dotted #ccc;
    padding: 19px 0 0 0;
}
.wpcf7-form input[type="checkbox"] {
   	width: inherit;
    margin: 0 5px 0 0;
}
.name-block .wpcf7-form-control.wpcf7-select {
    padding: 5px 5px;
    margin: 8px 0 0 0;
}
.quiz-text {
    display: inline-block;
    padding: 10px 10px 10px 0;
}
.wpcf7-quiz-label {
    font-size: 18px;
    font-size: 1.8rem;
}
input.wpcf7-quiz {
    width: 60px;
    text-align: center;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    margin: 0 0 10px 0;
}
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form-control-wrap.quiz-393 {
    display: inline-block;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 4px solid #f70000;
}
div.wpcf7 .ajax-loader {
    display: none;
}
/* --------------------------------------------------------------- Forms DropDown Syling --- */
select, input[type="date"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}
select option {
    position: relative;
    cursor: pointer;
}
.select label:before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 13px solid #000;
    position: absolute;
    right: 25px;
    top: 47px;
}
/* --------------------------------------------------------------------------- Teaser-Nav --- */
#teaser-nav .box a, #acf-gallery .box a {
    display: block;
    line-height: 0;
}
#teaser-nav .box, #acf-gallery .box {
    position: relative;
    /*width: 100%;*/
    border: 5px solid transparent;
    font-size: 0;
}
@media only screen and (min-width: 670px) {
	#teaser-nav.portfolio .size-01 {
        width: 50%;
    }
}   

.home .teaser-name h2 {
    font-size: 17px;
    font-size: 1.7rem;
}
.home .teaser-name h3 {
    font-size: 14px;
    font-size: 1.4rem;
}
.teaser-name h2, .home .teaser-name h2, .teaser-name h3, .home .teaser-name h3 {
    transition: font-size 0.3s;
}
@media only screen and (min-width: 600px) {
    .home .teaser-name h2 {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .home .teaser-name h3 {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 840px) {
    .home .teaser-name h2, .teaser-name h2 {
        font-size: 14px;
        font-size: 1.4rem;
        font-size: 1.6vw;
    }
    .home .teaser-name h3, .teaser-name h3 {
        font-size: 12px;
        font-size: 1.2rem;
        font-size: 1vw;
    }
}
@media only screen and (min-width: 1200px) {
    .home .teaser-name h2, .teaser-name h2 {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .home .teaser-name h3.teaser-name h3 {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
#teaser-nav  p {
    padding: 0 0 30px 0;
}
#teaser-nav .box a h2 span { /*  +  */
    position: relative;
    text-align: center;
    display: block;
    font-size: 60px;
    font-size: 6rem;
}
#teaser-nav .box .darken {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}
#teaser-nav .box:hover .darken {
    opacity: 0.8;
    transition: opacity 1s ease;
}
/* ---------------------------------------------------------------------------- Lists --- */
#page-builder ul {
    padding: 0 0 10px 0;
}
#page-builder ul li {
    padding: 0 0 8px 23px;
    text-indent: -9px;
    list-style: none;
}
#page-builder li:before {
    content: "»";
    color: #797979;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 6px;
}
/*-----------------------------------------  Text Colors  -----------------------------*/
.text-color-light h2, .text-color-light p, .text-color-light li {
    color: #c3c3c3!important;
}
.text-color-light a {
    color: #c3c3c3!important;
	text-decoration-color: #87B4E9;
}
.text-color-light a:hover {
    color: #fff;
}
.pb-row .content.text-color-light li:before {
    content: "»";
    color: #c3c3c3!important;
}
/* --------------------------------------------------------------------- Page Builder --- */
#row-1.pb-row h1 {
    padding-top: 70px;
    padding-bottom: 10px;
}
.pb-quota {
    padding-top: 50px;
	padding-bottom: 50px;
}
#row-1.pb-row.pb-quota h1, .pb-quota h1 {
    padding-top: 0;
}
.pb-quota h2 {
    padding-top: 10px;
}
.pb-row {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pb-row header h2 {
    padding-top: 10px;
}
.pb-text-3-col + .pb-1-image,
.pb-gallery-3-col + .pb-teaser-3-col {
    padding-top: 0;
}
.pb-row .block-text,
.pb-row .block-img,
.pb-text-3-col .block {
    width: 100%;
}
.pb-1-image, .pb-text-3-col .block.block-2, .pb-text-3-col .block.block-3 {
    width: 100%;
}
.pb-teaser-img {
    position: relative;
    overflow: hidden!important;

    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
	
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.pb-1-image figure, .pb-teaser-img figure {
	position: relative;
    overflow: hidden;
    
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.pb-1-image figure.height-small {
    max-height: 540px;
}
.pb-1-image figure.height-normal {
    max-height: 100%;
}
.pb-row .block-img figure {
    padding-bottom: 10px;
}
.pb-text-1-col + .pb-1-image,
.pb-text-2-col + .pb-1-image,
.pb-text-left-img-right + .pb-1-image,
.pb-img-left-text-right + .pb-1-image {
    padding-top: 0;
    padding-bottom: 0;
}
.pb-text-left-img-right + .pb-img-left-text-right,
.pb-img-left-text-right + .pb-text-left-img-right {
    padding-top: 0;
}
.pb-1-image + .pb-gallery-2-col,
.pb-1-image + .pb-gallery-3-col {
    padding-top: 10px;
}
.pb-google-map {
    max-height: 480px;
}
.pb-teaser-3-col {
    padding-bottom: 10px;
}
.pb-teaser-text-3-col .color-margin {
    margin-bottom: 20px;
}
.pb-teaser {
    position: relative;
    width: 100%;
    min-height: 210px;
    overflow: hidden;
	/*background-color: #8f8e92;*/
}
.pb-teaser figure img {
    transition: all 0.5s 0s;
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
            transform: scale(1, 1);
}
.pb-teaser:hover figure img {
    transition: all 0.5s 0s;
    -webkit-transform: scale(1.1, 1.1);
       -moz-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
}
.pb-teaser .titel {
    position: absolute;
    padding: 0 20px;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.pb-teaser .wrap {
    width: 100%;
    position: relative;
}
.pb-teaser:hover a .titel {
    opacity: 1;
}
.pb-teaser h2 {
    font-size: 22px;
    font-size: 2.2rem;
    color: #FFF;
}
.pb-teaser h2 span {
    position: relative;
    text-align: center;
    display: block;
    font-size: 60px;
    font-size: 6rem;
}
.pb-teaser h3 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #FFF;
}
.pb-teaser .darken {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #333331;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}
.pb-teaser:hover .darken {
    opacity: 0.8;
    transition: opacity 1s ease;
}
.pb-teaser-text-wrap {
    padding: 0 20px 20px 20px;
}
.pb-teaser-text-wrap a {
    text-decoration: none;
}
.pb-teaser-text-wrap h2 {
    font-size: 22px;
    font-size: 2.2rem;
    color: #252525;
}
.pb-text-3-col {
    padding-top: 70px;
    padding-bottom: 70px;
}
@media only screen and (min-width: 600px) {
    .pb-text-3-col .block.block-1 {
        width: 100%;
    }
    .pb-text-3-col .block.block-2 {
        width: calc((100% - 60px) / 2);
    }
}
@media only screen and (min-width: 800px) {
    .pb-text-3-col .block.block-1, .pb-text-3-col .block.block-2 {
        width: calc((100% - 60px) / 3);
    }
    .pb-row .block-text,
    .pb-row .block-img {
        width: calc((100% - 50px) / 2);
    }
    .pb-row .block-img figure {
        padding-top: 5px;
        padding-bottom: 0;
    }
    .pb-text-left-img-right header h2 {
        padding-bottom: 20px;
    }
    .pb-teaser {
        width: calc((100% - 20px) / 3);
    }
	.pb-teaser-text-3-col .color-margin {
		margin-bottom: 0;
	}
}
/* ---------------------------------------------------------------------------- Lists --- */
.pb-row .content li {
    list-style: none;
}
.pb-row .content li:before {
    content: "»";
    color: #797979;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 4px;
}
.pb-row .content ul {
    padding: 0 0 10px 0;
}
.pb-row .content ul li {
    padding: 0 0 8px 14px;
    text-indent: -6px;
}
/*  ----------------------------------------------------------------- Google Maps Color --- */
.google-map {
    width: 100%;
    -webkit-filter: grayscale(100%) brightness(100%) sepia(0%) hue-rotate(1deg) saturate(0%) contrast(1);
    filter: grayscale(100%) brightness(100%) sepia(0%) hue-rotate(1deg) saturate(0%) contrast(1);
}
/*	-----------------------------------------------------------------  Infinity Scroll --- */
.post-listing {
    width: 300px;
    height: 60px;
    background: red;
    margin: 30px auto;
}
/*	--------------------------------------------------------------------  News Archive --- */
.archive-news .box {
    margin-bottom: 30px;
}
.archive-news .box h2 {
    padding: 10px 0 20px 0;
}
.archive-news .box a.link {
    text-decoration: none;
}
.archive-news .box a.read-more {
    margin-top: 0;
}
/* --------------------------------------------------------------------------- Footer --- */
#footer {
    width: 100%;
    position: relative;
}
#footer-content {
    position: relative;
    width: 100%;
    padding: 30px;
    text-align: center;
}
#footer-content p {
    color: #555;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-size: 2rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-weight: 400;
}
#footer-content .box {
    padding: 0 0 20px 0;
    width: 100%;
}
#footer-content .box li {
    margin: 15px 0;
}
#footer-content a, #footer-content li {
    color: #c7c7c7;
    text-decoration: none;
    display: block;
    padding: 0 2px;
    /*font-size: 90%;*/
}
#footer-content a:hover {
    color: #fff;
}
#footer-content a.top {
    display: block;
    width: 50px;
    height: 50px;
    top: -20px;
    position: absolute;
    padding: 0;
    right: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #3e3e3e;
}
#footer .social a {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
}
#footer .social-icon {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
}
#footer .social-icon.facebook {
    background-image: url(icons/facebook.svg);
}
#footer .social-icon.youtube {
    background-image: url(icons/youtube.svg);
}
#footer .social-icon.instagram {
    background-image: url(icons/instagram.svg);
}
#footer .social-icon.twitter {
    background-image: url(icons/twitter.svg);
}
#footer-content .box-2 li.company {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    margin: 0;
    color: #fff;
}
#footer-content .box-2 li.company-sub {
    margin: 0;
    color: #fff;
}
#footer-content .box-2 li.openhours span {
    margin: 0 0 5px 0;
    display: block;
    color: #fff;
}
#footer-content .box-2 li.phone:before,
#footer-content .box-2 li.mobile:before,
#footer-content .box-2 li.fax:before,
#footer-content .box-2 li.mail:before {
    display: inline-block;
    text-indent: -30px;
    text-align: center;
    width: 18px;
    margin-left: 15px;
}
#footer-content .box-2 li.phone:before {
    content: url(icons/phone.svg);
}
#footer-content .box-2 li.mobile:before {
    content: url(icons/mobile.svg);
    padding: 0 2px;
}
#footer-content .box-2 li.fax:before {
    content: url(icons/fax.svg);
}
#footer-content .box-2 li.mail:before {
    content: url(icons/at.svg);
}
#footer-content a.footer-logo {
    display: block;
    background-image: url(images/debleu-Logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 90px;
    background-size: contain;
}
@media only screen and (min-width: 500px) {
    #footer-content .box ul {
        margin-left: -10px;
    }
    #footer-content a.footer-logo {
        min-height: 120px;
    }
    #footer-content a, #footer-content li {
        display: inline-block;
    }
    #footernavi-1 li:before, #footernavi-2 li:before, #footernavi-3 li:before {
        content: "|";
        display: inline-block;
        width: 6px;
        margin: 0 10px 0 0;
        color: #878787;
    }
    #footernavi-1 li:first-child:before {
        content: "";
    }
}
@media only screen and (min-width: 830px) {
    #footer .social a {
        margin: 0 5px;
    }
}
@media only screen and (min-width: 1300px) {
    #footer-content {
        padding: 30px 30px 10px 30px;
    }
}
.copyright {
    padding: 10px 30px 20px;
    width: 100%;
    text-align: center;
    line-height: 1.2;
}
.copyright a {
    font-size: 75%;
    text-decoration: none;
}
/*  --------------------------------------------------------------------------- DSGVO --- */
.dsgvo-mark {
    background: #4b4c4e;
    padding: 0 20px;
    margin: 10px 0 0 0;
}
.dsgvo-copy, .dsgvo-copy a {
    color: #767676;
    text-decoration: none;
    font-size: 90%;
}
/* ----------------------------------------------------------------- Impressum debleu --- */
h2.company {
    color: #666;
    font-size: 32px;
    font-size: 3.2rem;
    padding: 0 0 5px 0;
}
h3.company-sub {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 0 15px 0;
}
#debleu-imprint {
    margin: 0 0 40px 0;
}
#debleu-imprint a {
    text-decoration: none;
}
.debleu-logo {
    display: block;
    width: 270px;
    height: 140px;
    background-image: url(images/debleu-Agentur-Kommunikation-Design-wBG.svg);
    background-repeat: no-repeat;
}
.debleu-head {
    margin: 0 0 5px 0;
    border: none;
    padding: 0;
}
.debleu-head a {
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
}
.debleu-logo-content {
    max-width: 400px;
    padding: 90px 0;
    margin: 30px;
}




