/***  respons_1 created by nordicweb.com ***/

/* === START of EINBINDEN DER FONT VON Z.B. GOOGLE FONTS === */
  @import url('https://fonts.googleapis.com/css?family=Raleway:300,400&amp;display=swap');
/* === END of EINBINDEN DER FONT VON Z.B. GOOGLE FONTS === */

/* === START of BODY & ALLGEMEINE AUSZEICHNUNGEN === */
  * {
    margin:0;
    padding:0;
  }

  *, *::before, *::after { box-sizing: inherit; }

  html, body {
    height: 100%;
    width: 100%;
  }
  html {
    box-sizing: border-box;
    font-size: 100%; 
  }

  body, table  {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: "Raleway", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
  }
  .module_textblock h1 {
    font-size: 1.75rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #1e2c3c;
    padding-bottom: 40px;
    letter-spacing: 0.09em;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #bc9030;
    text-transform: uppercase;
  }
  h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h4 {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h5 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h6 {
    font-size: 0.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; 
  }

  a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer; 
  }
  a:hover, a:focus, a:visited {
    color: #fff;
    text-decoration: underline;
  }
  a img { border: 0; }
  
  .pabstand p {
    margin-bottom: 1.9rem;
    width: 95%;
  }
  p {
    margin-bottom: 1rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
  }

  hr {
    clear: both;
    max-width: 75rem;
    background: #8d9dae;
    width: 220px;
    margin: initial;
    margin-bottom: 15px;
  }

  img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic; 
  }

  .site_inner {}
  
  .fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
  }

  .scrollup {
    background: url('../img/btt3.png') no-repeat;
    width: 42px;
    height: 42px;
    position: fixed;
    bottom: 1rem;
    z-index: 1;
    right: 1rem;
    opacity: 0.69;
    display: none;
    background-size: contain;
  }
  
  .mean-bar { display: none; }
/* === END of BODY & ALLGEMEINE AUSZEICHNUNGEN === */

.siteborder {
    height: 34px;
    background-color: #bc9030;
    width: 100%;
    top: 0;
    z-index: 999999999;
    display: block;
    position: fixed;
}
.siteborder_inner p {
    color: white;
    font-size: 14px;
    margin: 0;
    /* padding-right: 30px; */
    padding-top: 5px;
}
.siteborder_inner .text-right a {
    color: white;
    text-transform: uppercase;
    margin: 0 23px;
}
.siteborder_inner a {
    color: white;
    transition: all 500ms ease;
}
.siteborder_inner a:hover {
    color: #1e2c3c;
    text-decoration: none;
}
.siteborder .small-12.medium-3.columns img {
    width: 12%;
    margin-right: 11px;
}
.siteborder img {
    width: 4.7%;
    margin-right: 11px;
}

/* === START of HEADER & LOGO === */
  .header {
    width: 100%;
    background: #000;
    height: 80px;
    z-index: 666;
    position: fixed;
    top: 30px;
    box-shadow: 0px 1px 20px #00000061;
  }
  .header .row {}

  .header .row .logo-container {
    position: relative;
    z-index: 11;
    top: 0px;
    width: 120%; 
  }

  .header .row .logo-container img {
    max-height: 225px;
    margin-top: 21px;
    border-radius: 40px;
    width: 400px;
  }
/* === END of HEADER & LOGO === */

/* === START of STICKY & TOP-BAR === */
  .sticky {
    background: #143d95;
    z-index: 5 !important;
  }
  .sticky.is-at-top { /* transition: padding .5s; */ }
  .sticky.is-stuck {
    /* transition: padding .5s; */
    padding: 0;
    z-index: 11 !important;
    box-shadow: 0px 0px 5px 0px #252525;
  }
  .sticky.is-stuck .top-bar .logo-container {
    display: inline-block;
    margin: 0 -.5rem;
    top: 5px;
  }

  .sticky.is-stuck .top-bar .logo-container img { max-width: 61px; }

  .top-bar {
    padding: 0 !important;
    background: 0 !important;
    width: 100%;
    max-width: 61rem;
    margin: 0 auto;
  }

  .top-bar .logo-container { display: none; }
  .top-bar .bar-txt { display: none; }
/* === END of STICKY & TOP-BAR === */

/* === START of NAVIGATION === */
  .nav {
    padding: 0;
    margin: 0 auto;
    float: none !important;
    line-height: 0;
  }
  .menu_inner {
    float: right;
    z-index: 1;
    position: relative;
  }
  .menu .menu_inner ul {
    margin-bottom: 0;
    padding-left: 0;
    z-index: 9999999;
    margin-left: 0;
    /* background: none; */
  } 
  .menu .menu_inner ul li {
    float: left;
    /* background: none; */
    list-style: none;
    padding: 22px 22px;
    display: inline-block;
    text-transform: uppercase;
  }

  .menu .menu_inner ul li:last-child { border: 0 none; }
  .menu .menu_inner ul li:hover {}
  .menu .menu_inner ul li.active {}

  .menu .menu_inner ul li a {
    display: block;
    /* background: 0; */
    font-size: 15px;
    position: relative;
    color: #fff;
    text-decoration: none;
    padding: 10px 0px;
  }
  
  .menu .menu_inner ul li a.active:before,
  .menu .menu_inner ul li a:hover:before {
    content: '';
    position: absolute;
    left: -1.4em;
    top: 9%;
    transition: 1.5s ease;
    z-index: -1;
    /*clip-path: polygon(0 0, 100% 0, 91% 25%, 100% 55%, 0 55%, 9% 25%);*/
    height: 60px;
    width: 5.45em;
    /* background: #bc9030; */
    display: block;
    margin: 3% 0 0 6%;
    color: #000!important;
  }

  .menu .menu_inner ul li a.active:after,
  .menu .menu_inner ul li a:hover:after {
    content: '';
    position: absolute;
    transition: 1.5s ease;
    z-index: -1;
    /*clip-path: polygon(0 0, 100% 0, 91% 25%, 100% 55%, 0 55%, 9% 25%);*/
    /* background: #ffffff; */
    top: 14%;
    width: 5.2em;
    left: -1.1em;
    height: 3.75em;
    margin: 0;
    color: #000!important;
  }
   .menu .menu_inner #pageListElement_150525 a.active:before,
   .menu .menu_inner #pageListElement_150525 a:hover:before {
    left: -2.3em;
    top: 2.1%;
    /*clip-path: polygon(0 0, 100% 0, 96% 27%, 100% 55%, 0 55%, 4% 27%);*/
    width: 13em;
	color: #000!important;
  }
   .menu .menu_inner #pageListElement_150525 a.active:after,
   .menu .menu_inner #pageListElement_150525 a:hover:after {
    /*clip-path: polygon(0 0, 100% 0, 96% 27%, 100% 55%, 0 55%, 4% 27%);*/
    top: 14.6%;
    width: 12.75em;
    left: -1.6em;
    height: 3.69em;
	color: #000!important;
  }
  .menu .menu_inner #pageListElement_150526 a.active:before,
   .menu .menu_inner #pageListElement_150526 a:hover:before {
    left: -2em;
    top: 4.5%;
    /*clip-path: polygon(0 0, 100% 0, 95% 27%, 100% 55%, 0 55%, 5% 27%);*/
    width: 10.4em;
    color: #000;
	color: #000!important;
  }
   .menu .menu_inner #pageListElement_150526 a.active:after,
   .menu .menu_inner #pageListElement_150526 a:hover:after {
    /*clip-path: polygon(0 0, 100% 0, 95% 27%, 100% 55%, 0 55%, 5% 27%);*/
    top: 14%;
    width: 10.15em;
    left: -1.44em;
    height: 3.76em;
    color: #000!important;
  }
  .menu .menu_inner #pageListElement_150523 a.active:before,
   .menu .menu_inner #pageListElement_150523 a:hover:before {
    left: -1.7em;
    top: 6.9%;
    /*clip-path: polygon(0 0, 100% 0, 94% 27%, 100% 55%, 0 55%, 6% 27%);*/
    width: 7.4em;
	color: #000!important;
  }
   .menu .menu_inner #pageListElement_150523 a.active:after,
   .menu .menu_inner #pageListElement_150523 a:hover:after {
    /*clip-path: polygon(0 0, 100% 0, 94% 27%, 100% 55%, 0 55%, 6% 27%);*/
    top: 12.45;
    width: 7.15em;
    left: -1.3em;
    height: 3.75em;
	color: #000!important;
  }
  .menu .menu_inner #pageListElement_150527 a.active:before,
   .menu .menu_inner #pageListElement_150527 a:hover:before {
    left: -1.7em;
    top: 5.2%;
    /*clip-path: polygon(0 0, 100% 0, 94% 27%, 100% 55%, 0 55%, 6% 27%);*/
    width: 7.4em;
	color: #000!important;
  }
   .menu .menu_inner #pageListElement_150527 a.active:after,
   .menu .menu_inner #pageListElement_150527 a:hover:after {
    /*clip-path: polygon(0 0, 100% 0, 94% 27%, 100% 55%, 0 55%, 6% 27%);*/
    top: 12.4%;
    width: 7.15em;
    left: -1.3em;
    height: 3.75em;
	color: #000!important;
  }
  #pageListElement_150524, #pageListElement_150528 {
    display: none;
  }
  .menu .menu_inner ul li ul {
    position: absolute;
    width: auto;
    margin-top: 14px !important;
    padding: 0 20px;
    background: rgba(45, 45, 45, 0.69);
    margin-left: -2.7rem;
  }
  .menu .menu_inner ul li ul li {
    float: none;
    background: none;
    list-style: none;
    display: block;
    padding: 15px 0;
    padding-left: 0px;
    border-bottom: 1px solid #ccc;
  }

  .menu .menu_inner ul li ul li a {
    display: block;
    text-align: left;
    color: white;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 1px 3px 1px 2px;
    z-index: 1;
  }
  .menu .menu_inner ul li ul li a:hover,
  .menu .menu_inner ul li ul li a.active {
    border: none;
    color: #bc9030;
  }
  .menu .menu_inner ul li ul li a.active:before,
  .menu .menu_inner ul li ul li a:hover:before,
  .menu .menu_inner ul li ul li a.active:after,
  .menu .menu_inner ul li ul li a:hover:after {
    display: none;
  }

  .menu .menu_inner ul li ul li ul {
    display: none;
    width: 200px;
    right: -200px;
    top: 0;
    position: absolute;
  }

  .menu .menu_inner ul li ul li:hover ul { display: block; }
  
  .menu .menu_inner ul li ul li ul li {
    border: none;
    list-style: none;
  }

  .menu .menu_inner ul li ul li ul li a { text-transform: none; }
  
  .menu .menu_inner ul li ul li ul:last-child {
    border: none;
    /* padding-bottom: 30px; */
  }

  .menu .menu_inner ul li:last-child { border: none; }
  .menu .menu_inner li ul { display: none; }
  .menu .menu_inner ul.main_menu li.active { /* display: block; */ }
  .menu .menu_inner ul.main_menu ul.sub_menu li ul.subsub_menu { display: none; }
  .menu .menu_inner ul.main_menu ul.sub_menu li ul.subsub_menu li a.active { color: black; }
  .menu .menu_inner ul.main_menu ul.sub_menu li.active { display: block; }
  .menu .menu_inner ul.main_menu ul.sub_menu li.active ul.subsub_menu { /* display: block; */ }
  .menu .menu_inner ul.main_menu ul.sub_menu li.active ul.subsub_menu li.active { display: block; }
/* === END of NAVIGATION === */

/* START of NAVIGATION ARROW === */
  .menu .menu_inner ul.main_menu .nav-arrow > a:before,
  .menu .menu_inner ul.main_menu .nav-arrow > a:after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .menu .menu_inner ul.main_menu .nav-arrow > a:before {
    border-right: 5px solid transparent;
    top: calc(50% - 5px);
    left: -10px;
  }
  .menu .menu_inner ul.main_menu .nav-arrow > a:after {
    border-left: 5px solid #fff;
    top: calc(50% - 5px);
    right: 0px;
  }
  .menu .menu_inner ul.main_menu .nav-arrow > a:hover:before {
    border-left: 5px solid #fff;
    left: 5px;
  }
  .menu .menu_inner ul.main_menu .nav-arrow > a:hover:after {
    border-left: 5px solid #fff;
    right: -15px;
  }
/* === END of NAVIGATION ARROW === */

/* === START of MENU-TOGGLE === */
  .menu-toggle {
    top: 0.79rem;
    display: block;
    position: absolute;
    right: 0;
    float: right;
    z-index: 100000;
    margin: 2rem 0.8rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1rem;
  }
  .menu-toggle:hover,
  .menu-toggle:visited {
    color: #fff;
  }
/* === END of MENU-TOGGLE === */

/* === START of OFF-CANVAS-NAVIGATION === */
  .off-canvas * { -webkit-backface-visibility: hidden; }
  .off-canvas .menu_inner { display: block!important; }
  
  .js-off-canvas-exit {
    z-index: 100 !important;
    background: rgba(0, 0, 0, 0.75) !important;
  }
  .off-canvas .menu_inner ul.sub_menu,
  .off-canvas .menu_inner ul.subsub_menu { display: none; }

  .off-canvas.position-right {
    background: #fff;
    height: 100%;
    border-top: 8px solid #bc9030;
  }

  .off-canvas .menu_inner {z-index: 10;width: 100%;}

  .off-canvas .menu_inner ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .off-canvas .menu_inner ul li {}

  .off-canvas .menu_inner ul li a {
    padding: 10px 20px;
    width: 100%;
    color: #929292;
    outline: none;
    display: block;
    font-weight: bold;
  }
  .off-canvas .menu_inner ul li a.active {
    padding: 10px 15px;
    color: #bc9030;
    border-left: 5px solid #bc9030;
    text-decoration: none;
  }

  .off-canvas .menu_inner ul li ul li {background: #ffffff;border-bottom: 1px solid white;}

  .off-canvas .menu_inner ul li ul li a {
    color: #929292;
    padding-left: 39px;
    font-weight: normal;
  }
  .off-canvas .menu_inner ul li ul li a.active {
    color: #1e2c3c;
    border-left: 5px solid #1e2c3c;
    padding-left: 34px;
  }

  .off-canvas .menu_inner ul li ul li ul li a { padding-left: 35px; }
  .off-canvas .menu_inner ul li ul li ul li a.active { padding-left: 30px; }

  .off-canvas .menu_inner ul li a.tog,
  .off-canvas .menu_inner ul li a.sub-tog {
    padding: 10px 15px !important;
    width: 40px;
    position: relative;
    display: block;
    border-left: 1px solid #ccc !important;
    float: right;
    z-index: 10000;
  }

  .off-canvas-content, .off-canvas-content { overflow: hidden; }
/* === END of OFF-CANVAS-NAVIGATION === */

/* === START of SLIDESHOW === */
  .full-width-slideshow-bg {
    width: 100%;
    position: relative;
    margin-top: 15px;
  }
  #slideshow {
    margin: 0 auto;
    max-width: 100%;
    margin-top: 110px;
  }
  .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
  } 
  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
  }
  .rslides li:first-child {
    position: relative;
    display: block;
    float: left;
  }
  .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
  }
/* === END of SLIDESHOW === */

/* === START of STARTBILD FueR SMARTPHONE === */
  .mobilstart_img {
    display: block;
    width: 100%;
    height: 247px;
    position: absolute;
    top: 110px;
    background-size: contain;
    background-image: url('../img/mobile.jpg');
    background-repeat: no-repeat;
  }
  
  .mobilstart_img_inner {}
/* === END of STARTBILD FueR SMARTPHONE === */

/* === START of CONTENT === */
  #content_sec {}
  
  .content {
    margin-top: 0px;
    width: 100%;
  }
  .content:before, .content:after {
    content: " ";
    display: table;
  }

  .content:after { clear: both; }

  .module_textblock {
    padding: 70px 0;
  }
  .color_text {
    background: #8d9dae;
    color: white;
    padding: 50px;
    text-align:  center;
}

.color_border_text {
    border: 1px solid #8d9dae;
    padding: 30px 40px;
}

.color_border_text ul {
    margin-top: 20px;
}

.slide_info {
    background: rgba(188, 144, 48, 0.6);
    z-index: 3;
    display: block;
    position: relative;
    margin-top: -43px;
    height: 43px;
    padding: 8px 0;
    color: white;
}
.text-middle { text-align: center; }

.kundendiv1, .kundendiv2 {
    border-right: 1px solid #bc9030;
}
.kundendiv4, .kundendiv5 {
    border-top: 1px solid #bc9030;
    border-right: 1px solid #bc9030;
}
.kundendiv6 {
    border-top: 1px solid #bc9030;
}
.kundendiv1, .kundendiv2, .kundendiv3, .kundendiv4, .kundendiv5, .kundendiv6 {
    height: 6.5em;
}
.kundendiv1 img, .kundendiv2 img, .kundendiv3 img, .kundendiv5 img, .kundendiv6 img {
    margin: 0 auto;
    display: block;
    padding: 12px 0;
    width: 31%;
}
.kundendiv1 img {
    width: 35%;
}
.kundendiv4 img {
    margin: 0 auto;
    display: block;
    padding: 12px 0;
    width: 20%;
}
.kundendiv1 p, .kundendiv2 p, .kundendiv3 p, .kundendiv4 p, .kundendiv5 p, .kundendiv6 p {
    text-align: center;
    font-size: 1rem;
}

.colortext {
    color: #bc9030;
    font-style: italic;
}
h3.happy {
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    color: white;
    font-size: 3rem;
    width: 75rem;
    margin-top: 3.5rem;
    letter-spacing: 9px;
}
.bg_inner {
    max-width: 75rem;
    margin: 0 auto;
}
h3.happymobile {
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    color: white;
    font-size: 1.5rem;
    width: 75rem;
    margin-top: -8.5rem;
    letter-spacing: 0;
    display: -webkit-inline-box;
    margin-left: 8rem;
}
.bg_inner_mobile {
    max-width: 75rem;
    margin: 0 auto;
}
.text-left p, .text-left { text-align: left; }
.text-right p, .text-right { text-align: right; }
.text-center p, .text-center { text-align: center; }
.text-justify p, .text-justify { text-align: justify; }

/* Frontpage Boxes */
	.frontpage_boxes > div {
		position: relative;
		width: 47.5%;
		margin: 2rem 0px;
		height: 200px;
	}
	.frontpage_boxes a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.frontpage_boxes h3 {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		color: #fff;
		height: 100%;
		display: table;
		margin: 0 auto;
		padding-top: 7rem;
		pointer-events: none;
		transition: all 1.25s ease;
	}
	.frontpage_boxes h3 .before,
	.frontpage_boxes h3 .after {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 3px;
		margin: auto 1rem;
		padding: 1.5rem 0;
		transition: all 1s ease;
		border-bottom: 3px solid #fff;
	}
	.frontpage_boxes h3 .before { right: 100%; }
	.frontpage_boxes h3 .after { left: 100%; }
	.frontpage_boxes > div > div {
		position: absolute;
		width: 100%;
		height: 100%;
		overflow: hidden;
		transition: all 1s ease;
		background-color: rgba(0,0,0,0.5);
	}
	.frontpage_boxes div div div {
		position: relative;
		width: 80%;
		margin: 0 auto;
		overflow: hidden;
		height: 100%;
	}
	.frontpage_boxes div div div:after {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 0;
		width: 100%;
		content: "";
		margin: auto;
		padding: 1.5rem 0;
		pointer-events: none;
		box-sizing: border-box;
		border-top: 3px solid #fff;
		border-left: 3px solid #fff;
		border-right: 3px solid #fff;
		transition: padding .5s ease-out .5s, top .5s ease-out .5s, width .5s ease-in, border 0s linear 0s;
	}
	.frontpage_boxes div div div.background {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -100;
		background-size: cover;
		transition: all 2s ease;
		background-position: center;
	}
	.frontpage_boxes div div div.background:after { content: none; }
	.frontpage_boxes > div:nth-child(odd) { float: left; }
	.frontpage_boxes > div:nth-child(even) { float: right; }
	.bueroreinigung .background { background-image: url(../img/bueroreinigung.jpg); }
	.praxisreinigung .background { background-image: url(../img/praxisreinigung.jpg); }
	.unterhaltsreinigung .background { background-image: url(../img/unterhaltsreinigung.jpg); }
	.treppenhausreinigung .background { background-image: url(../img/treppenhausreinigung.jpg); }
	.baureinigung .background { background-image: url(../img/baureinigung.jpg); }
	.grundreinigung .background { background-image: url(../img/grundreinigung.jpg); }
	.glasreinigung .background { background-image: url(../img/glasreinigung.jpg); }
	.fassadenreinigung .background { background-image: url(../img/fassadenreinigung.jpg); }
	.gastronomiereinigung .background { background-image: url(../img/gastronomiereinigung.jpg); }

	/* Frontpage Boxes Hover */
	.frontpage_boxes > div:hover h3 {
		padding-top: 5.5rem;
	}
	.frontpage_boxes > div:hover h3 .before,
	.frontpage_boxes > div:hover h3 .after {
		margin: auto 10rem;
	}
	.frontpage_boxes > div:hover div div:after {
		width: 0%;
		border-top: 0px solid #fff;
		padding: 0;
		top: -3.1rem;
		transition: padding .5s ease-in, top .5s ease-in, width .5s ease-out .5s, border 0s linear 1s;
	}
	.frontpage_boxes > div:hover > div { background-color: rgba(0,0,0,0.2); }
	.frontpage_boxes > div:hover div div.background {
		transform: scale(1.1);
	}
	.event_box {
		width: 100%;
		background: url(../../../1901966/style/img/C%26L-625_kl.jpg) no-repeat;
		background-size: cover;
		padding: 40px;
		overflow: hidden;
	}
	.date_box {
		background-color: rgba(255,255,255,0.8);
		padding: 30px 50px;
		margin-bottom: 2em;
		width: 31%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
	}

.img_border {
    border: 1px solid #bc9030;
    padding: 10px;
}
/* === END of CONTENT === */

/* === START of FOOTER === */
  div.site_foot { display: none; }
  div.foot { display: none; }

  div.foot_inner {
    position:relative;
    font-size: 11px;
  }
  div.foot, div.foot a { color:#666; }
/* === END of FOOTER === */

/* === START of CONTENT-INNER-FOOTER === */
  .content_inner_footer {
    background: #ffffff;
    height: auto;
    bottom: 0;
    width: 100%;
  }

  .content_inner_footer .row {
  max-width: 75rem;
  padding: 40px 0 20px 0;
  }
  .content_inner_footer .row div {/* display: table; */}

  .content_inner_footer .row div div {
    display: table-cell;
    float: none;
    vertical-align: middle;
    text-align: center;
  }

  .content_inner_footer .row div div a {/* display: block; */}
  .content_inner_footer p {color: #000;text-align: left;}

  .content_inner_footer a {
    color: #000;
    transition: .3s ease;
    text-decoration: none;
  }
  .content_inner_footer a:hover {
    color: #bc9030;
    text-decoration: none;
  }
  .content_inner_footer .fullWidth {
    background: #606c06;
    padding: 10px 0 10px 0;
    display: none;
  }
  .content_inner_footer .fullWidth .siteCreated {
    background: none;
    color: #ddd;
    display: block;
    text-align: right;
    font-size: 11px;
  }

  .content_inner_footer .fullWidth .siteCreated a { color: #ddd; }
  .content_inner_footer .fullWidth .siteCreated a:hover { text-decoration: underline; }
/* === END of CONTENT-INNER-FOOTER === */

/* === START of SITE CREATED by NORDICWEB === */
  .siteCreated {
    display: block;
    text-align: center;
    background: #bc9030;
    font-size: 16px;
    color: #292929;
    bottom: 0;
    width: 100%;
    padding: 11px 0;
    height: 45px;
  }
  .siteCreated a {
    color: #ffffff;
    text-decoration: none;
  }
  .siteCreated p {
    text-align: center;
    color: white;
  }
  .siteCreated a:hover { color: #292929; }
/* === END of SITE CREATED by NORDICWEB === */

/* === START of MEDIA QUERIES === */

  /* Smartphones */
  @media only screen {
    .menu-toggle {
      display: block;
    }
    .menu {
      display: none;
    }
    .mobilstart_img {
      display: block;
    }
    .siteborder {
      height: 63px;
    }
    .siteborder img,
    .siteborder .small-12.medium-3.columns img {
      width: 5%
    }
    .header {
      top: 53px;
    }
    .module_textblock:first-child {
      padding: 220px 0 0 0;
    }
    a.button {
      width: 100%;
    }
    .content {
      margin-top: 150px;
    }
    .drift {
      display: none;
    }
    #pageListElement_150524, #pageListElement_150528 {
      display: block;
    }
    .mobilenone {
      display: none;
    }
    .driftmobile {
      display: block;
    }
    .kundendiv1, .kundendiv2, .kundendiv3, .kundendiv4, .kundendiv5, .kundendiv6 {
      border: none;
    }
    .cleanhomemobile {
      display: block;
      margin: 50px 0;
    }
    .bg {
      display: none;
      margin-top: 70px;
    }
    .content_inner_footer .row {
      padding: 0 0 40px 0;
    }
    .text-right p, .text-center p {
      text-align: left;
    }
    .frontpage_boxes > div {
      width: 100%;
    }
    h2 {
      margin-block-start: 15px;
    }
    .abstand_text_top {
      margin-top: 40px;
    }
    .slide_info img {
    	padding-right: 10px;
    	width: 10%;
	}
  }

  /* Tablets & kleine Monitore */
      /* Tablet Hochformat */
  @media only screen and (min-width: 40.063rem) {
    .menu-toggle {
      display: block;
    }
    .menu {
      display: none;
    }
    .mobilstart_img {
      display: none;
    }
    .siteborder {
      height: 34px;
    }
    .header {
      top: 30px;
    }
    .siteborder_inner .small-12.medium-3.columns.text-right {
      display: block;
    }
    .module_textblock {
      padding: 70px 0 0 0;
    }
    a.button {
      width: 46%;
    }
    .content {
      margin-top: 0px;
    }
    .drift {
      display: none;
    }
    .mobilenone {
      display: none;
    }
    .driftmobile {
      display: block;
    }
    .siteborder img {
      width: 7%;
    }
    .siteborder .small-12.medium-3.columns img {
      width: 12%
    }
    .cleanhomemobile {
      display: none;
    }
    .bg {
      display: block;
    }
    .content_inner_footer .row {
      padding: 40px 0 20px 0;
    }
    .module_textblock:first-child {
      padding: 70px 0 0 0;
    }
    .text-right p {
      text-align: right;
    }
    .text-center p {
      text-align: center;
    }
    h3.happy {
      font-size: 1.5rem;
      margin-top: 2rem;
      letter-spacing: 9px;
      width: 41rem;
    }
    .kundendiv1 p, .kundendiv2 p, .kundendiv3 p, .kundendiv4 p, .kundendiv5 p, .kundendiv6 p {
      font-size: 0.8rem;
    }
    .tablet.small-12.medium-3.columns {
      width: 40%;
    }
    .tablet.small-12.medium-9.columns {
      width: 60%;
    }
    .frontpage_boxes > div {
    	width: 47.5%;
	}
	.slide_info img {
    	padding-right: 10px;
    	width: 15%;
	}
  }
  
  /* Tablet Querformat */
  @media only screen and (min-width: 50.063em) {
    .menu-toggle {
      display: block;
    }
    .menu {
      display: none;
    }
    .mobilstart_img {
      display: none;
    }
    a.button {
      width: 46%;
    }
    #pageListElement_150524, #pageListElement_150528 {
      display: none;
    }
    .kundendiv1, .kundendiv2 {
    border-right: 1px solid #bc9030;
    }
    .kundendiv4, .kundendiv5 {
      border-top: 1px solid #bc9030;
      border-right: 1px solid #bc9030;
    }
    .kundendiv6 {
      border-top: 1px solid #bc9030;
    }
    h3.happy {
      font-size: 2rem;
      margin-top: 2.6rem;
      letter-spacing: 9px;
      width: 60rem;
    }
    .mobilenone {
      display: none;
    }
    .tablet.small-12.medium-3.columns {
      width: 30%;
    }
    .tablet.small-12.medium-9.columns {
      width: 70%;
    }
    .siteborder img {
      width: 5%;
    }
    .tablet p {
  	  font-size: 12px;
  	  padding-top: 8px;
	}
	.slide_info img {
    	padding-right: 10px;
    	width: 10%;
	}
  }

  /* Normaler PC-Monitor - unwichtig*/
  @media only screen and (max-width: 64.063em) {

  }

  /* Normaler PC-Monitor - wichtig */
  @media only screen and (min-width: 64.063em) {
    .menu-toggle {
      display: none;
    }
    .menu-icon {
      display: none;
    }
    .menu {
      display: block;
    }
    a.button {
      width: 25%;
    }
    .drift {
      display: block;
    }
    .mobilenone {
      display: block;
    }
    .driftmobile {
      display: none;
    }
    h3.happy {
      font-size: 3rem;
      width: 75rem;
      margin-top: 3.5rem;
      letter-spacing: 9px;
    }
    .kundendiv1 p, .kundendiv2 p, .kundendiv3 p, .kundendiv4 p, 
    .kundendiv5 p, .kundendiv6 p {
      font-size: 1rem;
    }
    h2 {
      margin-block-start: -4px;
    }
   .abstand_text_top {
      margin-top: 70px;
    }
    .slide_info img {
    	padding-right: 10px;
    	width: 10%;
	}
  }

  /* Grosser PC-Monitor*/
  @media only screen and (min-width: 90.063em) {
    h3.happy {
      margin-top: 4.5rem;
    }
  }
/* === END of MEDIA QUERIES === */

/* === ALTERNATIVE MEDIA QUERIES === */

  /* Smartphonegroesse */
  @media only screen and (max-width: 40.063rem) {}

  /* Tabletgroesse - Querformat - falls nicht funktioniert, auslagern und an erster Stelle in der layout.css setzten */
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {}

  /* Groesse ungefaehr MacBook (Pro) */
  @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {}