/* CSS */
/* AUTHOR: hyperstud.io */


/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merriweather-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Merriweather Regular'), local('Merriweather-Regular'),
       url('../fonts/merriweather-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merriweather-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merriweather-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merriweather-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merriweather-v19-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
}

/* merriweather-700 - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/merriweather-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Merriweather Bold'), local('Merriweather-Bold'),
       url('../fonts/merriweather-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merriweather-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merriweather-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merriweather-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merriweather-v19-latin-700.svg#Merriweather') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Droid Sans';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/DroidSans-webfont.woff2') format('woff2'),*/
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Droid Sans Bold';
    src: url('../fonts/DroidSans-Bold-webfont.eot');
    src: url('../fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/DroidSans-Bold-webfont.woff2') format('woff2'),*/
         url('../fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-Bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
  font-family: "decocity";
  src:url("../fonts/decocity.eot");
  src:url("../fonts/decocity.eot?#iefix") format("embedded-opentype"),
    url("../fonts/decocity.woff") format("woff"),
    url("../fonts/decocity.ttf") format("truetype"),
    url("../fonts/decocity.svg#decocity") format("svg");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "socialmedia";
  src:url("../fonts/socialmedia.eot");
  src:url("../fonts/socialmedia.eot?#iefix") format("embedded-opentype"),
    url("../fonts/socialmedia.woff") format("woff"),
    url("../fonts/socialmedia.ttf") format("truetype"),
    url("../fonts/socialmedia.svg#socialmedia") format("svg");
  font-weight: normal;
  font-style: normal;

}





[data-icon]:before {
  font-family: "decocity" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "decocity" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mobile:before {
  content: "\6a";
}
.icon-arrowleft:before {
  content: "\68";
}
.icon-arrowright:before {
  content: "\69";
}
.icon-close:before {
  content: "\6b";
}
.icon-arrowleftsmall:before {
  content: "\6c";
}
.icon-arrowrightsmall:before {
  content: "\6d";
}
.icon-envelope:before {
  content: "\61";
}
.icon-envelope-o:before {
  content: "\62";
}
.icon-call:before {
  content: "\63";
}
.icon-logo:before {
  content: "\64";
}
.icon-gps:before {
  content: "\65";
}


.icon-tel:before {
  content: "\6e";
}



.icon-facebook:before {
    font-family: "socialmedia" !important;
    content: "\61";
}
.icon-twitter:before {
    font-family: "socialmedia" !important;
    content: "\62";
}
.icon-instagram:before {
    font-family: "socialmedia" !important;
    content: "\63";
}
.icon-tumblr:before {
    font-family: "socialmedia" !important;
    content: "\64";
}
.icon-pinterest:before {
    font-family: "socialmedia" !important;
    content: "\65";
}
.icon-email:before {
    font-family: "socialmedia" !important;
    content: "\66";
}










html, body{
	margin:0;
	padding:0;
	font-family: 'Droid Sans', Arial, Helvetica, Sans-serif;
	color:#111;
	font-size:15px;
	width:100%;
	height:100%;
    background:#fff;


    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-touch-callout: none;

    text-rendering: optimizeLegibility !important;
    
}



a, a:focus, a:visited, img{
    outline:none;
    border:none;
}

a{
	position: relative;
	display:inline-block;
}

a, a:visited{
	text-decoration: none;
	color:#111;
}


a, h1, h2, h3, h4, h5, p, span{

}

h1{

}

h2{
    display:inline-block;
    vertical-align: top;
}



.italic, em{
	font-style:italic;
}

strong{
	
}



input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    outline-width: 0;
}

/* html, body, h1, h2, h3, h4, p, span, a, div, img */

#mobile{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



/* Table */

.table{
	display:table;
	width:100%;
	height:100%;
}

.table-row{
	display:table-row;
}

.table-cell{
	display:table-cell;
	width:100%;
	height:100%;	
	vertical-align: middle;
	text-align:center;
}


.onehalf, .onethird, .twothird, .onefourth{
    display:inline-block;
    vertical-align: top;
    position: relative;
}

.onehalf{
    width:50%;
}

.onethird{
    width:33.33%;
}

.onefourth{
    width:25%;
}

.twothird{
    width:66.66%;
}







/* border-box */

div, .produkt, form *{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}



.trans{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}


section, .section{
    display:block;
    margin:0 auto 0px auto;
    position: relative;
}

section:not(.fullbg), .section:not(.fullbg){
    padding:0 20px 0 20px;
}

section:not(.fullbg), .section:not(.fullbg){
    padding-top:50px;
    padding-bottom:50px;
}


/* Template */

#wrapper{
    position: relative;
    display:block;
    width:auto;
    height:auto;
    margin:0 auto;
}



/* angled */

.angled-section {
    position: absolute;
    z-index: 5;
    display: block;
}
.angled-section.svg-top {
    top: -24px;
}
.angled-section.svg-bottom {
    bottom: -24px;
}

.angled-section.svg-lm{
    left:-20px;
}

.angled-section.svg-lm2{
    left:0px;
}




header{
    display:block;
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    margin:0 auto;
    height:90px;
    background:#3b6481;
}


header .logo{
    position: absolute;
    top:15px;
    left:20px;
    width:175px;
    height:32px;
    overflow: hidden;
}

header .logo:before{
    font-size:174px;
    line-height:0em;
    position: relative;
    top:16px;
    left:0px;
    color:#fff;
}

header nav{
    position: absolute;
    top:0px;
    right:20px;
}

header nav a, header nav a:visited{
    display: inline-block;
    vertical-align: middle;
    padding:27px 20px 26px 20px;
    color: #fff;
    font-size:14px;
    font-family: 'Droid Sans Bold', Arial, Helvetica, Sans-serif;
    position: relative;
    letter-spacing: 0.01em;
}

header #top{
    display: block;
    height:30px;
    background:#7f9faf;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
}



/* The container <div> - needed to position the dropdown content */
header .location{
  position: relative;
  display: inline-block;
  vertical-align:top;
  z-index:12;
  color: #fff;
  padding: 7px 4px 11px 9px;
  cursor: default;
}

header .btn-location{
  position: relative;
  display: inline-block;
  vertical-align:top;
  z-index:12;
  cursor: pointer;
}

 /* Dropdown Button */
header .btn-location .dropdown{
    color: white;
    padding: 7px 4px 11px 9px;
    height:30px;
    overflow: hidden;
    font-size: 15px;
    text-rendering: optimizeLegibility !important;
}

header .location:before,
header .btn-location .dropdown:before{
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjRkZGRkZGIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTUwLDVDMzIuNiw1LDE4LjUsMTkuMSwxOC41LDM2LjVjMCw2LjgsMi4yLDE0LjYsNS45LDE5LjhMNTAsOTVsMjUuNi0zOC43YzMuNy01LjIsNS45LTEyLjksNS45LTE5LjggIEM4MS41LDE5LjEsNjcuNCw1LDUwLDV6IE01MCw0OC41Yy02LjYsMC0xMi01LjQtMTItMTJjMC02LjYsNS40LTEyLDEyLTEyczEyLDUuNCwxMiwxMkM2Miw0My4xLDU2LjYsNDguNSw1MCw0OC41eiI+PC9wYXRoPjwvc3ZnPg==);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    position:relative;
    top: -1px;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);

    -webkit-transition: transform 200ms ease;    
    -moz-transition: transform 200ms ease;    
    transition: transform 200ms ease;  
}

header .btn-location.active .dropdown:before{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}


header .btn-location .content{
    display: none;
    position: absolute;
    top: -20px;
    left: 0px;
    background-color: #7f9faf;
    min-width: 160px;
    z-index: 1;
}

header .btn-location .content a{
    color: black;
    padding: 7px 9px 11px 9px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 15px;
    color: #fff;
}

header .btn-location .content a:hover{
    background-color: #fff;
    color: #7f9faf;
}

header .btn-location.active .content{
    display: block;
}


header .social{
    display:inline-block;
    vertical-align: top;
    position: relative;
    margin-right:40px;
}

header .social a.link{
    margin-left:15px;
    margin-top: 7px;
}

header .social a.sbtn{
    display:inline-block;
    vertical-align: top;
    padding:0;
    font-size:15px;
    margin-left:8px;
}

header .social a.sbtn:before{
    position: relative;
    top:1px;
    font-size:14px;
}

header .social a.sbtn.icon-instagram:before{
    top:0px;
    font-size:17px;
}

header .social a.sbtn.icon-pinterest:before{
    top:1px;
    font-size:15px;
}


header .social a.icon-envelope:before{
    margin-right:5px;
    position: relative;
    top:1px;
    font-size:14px;
}

header .social a.icon-call:before{
    margin-right:5px;
    position: relative;
    top:1px;
    font-size:14px;
}


header .angled-section{
    z-index:11;
}






nav a:hover:after, nav a.selected:after, header nav a.selected:after{
    content: " ";
    position: absolute;
    bottom:20px;
    height:2px;
    left:20px;
    right:20px;
    background:#fff;
}

main{
    padding-top:90px;
}

footer .icon-gps{
    display: block;
    width:72px;
    height:72px;
    margin:40px auto 10px auto;
}

footer .icon-gps:before{
    font-size:72px;
    color:#fff;
    position: relative;
    top:0px;
    left:0px;
}

footer a, footer a:visited{
    color:#b8c7d2;
}

footer p{
    color:#b8c7d2;
}

footer p strong, footer a strong{
    font-family: 'Droid Sans Bold', Arial, Helvetica, Sans-serif;
    color:#fff;
}

footer .seperator{
    display:inline-block;
    vertical-align: top;
    margin-left:5px;
}

footer a:hover{
    color:#fff;
}


footer .standort{
    display: block;
}


footer .ppages{
    display: block;
    width:55%;
    margin:0 auto;
}

footer .ppages a:hover{
    color:#b8c7d2;
}



.bgblue{
    background:#3b6481;
}

.bgrosa{
    background:#e5b69a;
}

.bgturkoise{
    background:#7f9faf;
}

.bgblue, .bgrosa{
    color:#fff;
}





section.fullbg, .section.fullbg{
    height:720px;
    height: calc(100vh - 60px);
    background-size:cover !important;
    background-repeat:no-repeat !important;
    background-position: center center !important;

}

section:not(.fullbg),
.section:not(.fullbg),{
    padding-top:20px;
    padding-bottom:20px;
}

section:not(.fullbg) h2,
.section:not(.fullbg) h2,
#konfigurator .textbox h1,
#ueber-uns #portrait h1,
#kontakt #portrait h1{
    margin-bottom:20px;
}



.content{
    display:block;
    margin:50px auto 0 auto;
}

.produkt{
    display:inline-block;
    vertical-align: top;
    margin-bottom:30px;
    text-align:center;
    cursor: pointer;
}



.produkt img{
    width:100%;
    height:auto;
}

.produkt .title, #montage .montage .title{
    display:block;
    text-align:center;
    margin-top:10px;
}

.produkt .children{
    display: none;
    padding-top:10px;
}

a.produkt-child, a.produkt-child:visited{
    display: block;
    color:#fff;
    margin-left:25px;
}




#montage .montage .title{
    color: #fff;
    position: absolute;
    top: 100%;
    display: block;
    text-align: center;
    left: 0px;
    width: 100%;
}



#produkte .content{
    margin-left:-3%;
    margin-right:-3%;
}

#produkte .produkt{
    width:14%;
    margin-left:3%;
    margin-right:3%;
    overflow-x:hidden;
    margin-bottom:40px;

}

#produkte .produkt .img{
    display: block;
    width:100%;
    height:auto;
    background-color:#97b5c8;
    border-radius:100%;
    position: relative;
}


.menu-produkte{
    position: absolute;
    top:80px;
    left:0px;
    width:100%;
    background:rgba(59,100,129,1);
    padding-bottom:20px;
    padding-left:40px;
    padding-right:40px;
    padding-top:20px;
    overflow-x:hidden;
    overflow-y:scroll;
    max-height:100%;
    display:none;
    z-index:11;
}


.menu-produkte.open{
    display:block;
}

.menu-produkte .produkt{
    display: block;
    margin:20px 0 0px 0 ;
    text-align:left;
    white-space: nowrap;
}



.menu-produkte .produkt img, .menu-produkte .produkt .title{
    display:inline-block;
    vertical-align: middle;
    color:#fff;
}

.menu-produkte .produkt img{
    width:17px;
    margin-right:10px;
}

.menu-produkte .produkt .title{
    margin-top:0px;
}


.menu-produkte .btn{
    font-size: 15px;
    color:#fff;
    display: none;
    cursor: pointer;
}




.raumshow{
    margin-top:20px;
}


.mraum{
    display: inline-block;
    vertical-align: top;
    width:25%;
    position: relative;
    padding:0 10px 0 10px;
}

.mraum img{
    width:100%;
    height:auto;
}

.mraum .title{
    color:#fff;
    display:block;
    margin-top:10px;
    text-align: center;
    height:15px;
}







.services{
    margin-left:10%;
    margin-right:10%;
}

#montage .montage{
    display:inline-block;
    vertical-align: middle;
    width:14.28%;
    height:auto;
    margin:0 0 30px 0;
    position: relative;
    cursor:default;
    text-align: center;
}

#montage .montage img{
    display: inline-block;
    vertical-align: top;
    width:100%;
    height:auto;
}

#montage .montage .title{
    color:#fff;
}


#montage .arrow{
    display:inline-block;
    vertical-align: middle;
    width:10.28%;
    margin:0 2%;
    height:auto;
}



#willkommen .p1{
    display:block;
    margin-top:20px;
}

#willkommen .p2{
    display:block;
    margin-top:20px;
}





/* Produkt */

#produkt h1, #raum h1{
    margin-bottom:20px;
}

.tags{
    display:block;
    margin-top:60px;
    margin-left:-2%;
    margin-right:-2%;
}

.tag{
    display:inline-block;
    vertical-align: middle;
    width:10.28%;
    margin:0 0 80px 0;
    margin-left:2%;
    margin-right:2%;
    position: relative;
}

#produkt .tag{
    cursor:default;
}


.tag img{
    width:100%;
    height:auto;
}

.tag .title{
    display: block;
    margin-top:10px;
    color:#fff;
    position: absolute;
    top:100%;
    width:100%;
    text-align:center;
}

.tag .overlay, .montage .overlay, .mraum .overlay{
    position: absolute;
    top:-2px;
    left:-2px;
    right:-2px;
    bottom:-2px;
    width:auto;
    height:auto;
    overflow: hidden;
    margin:auto;
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    transition: opacity 400ms ease;         
}

.tag:hover .overlay,  .montage:hover .overlay, .montage.showoverlay .overlay, .mraum:hover .overlay{
    opacity: 1;
}

.tag .overlay{
    background:#e5b69a;
}

.montage .overlay{
    background:#3b6481;
}

.mraum .overlay{
    height:auto;
    bottom:25px;
    left:10px;
    right:10px;
    overflow: hidden;
}


.mraum .overlay .title, .mraum .overlay .subtitle{
    display:inline-block;
    vertical-align: middle;
}

.mraum .overlay .title{
    font-size:20px;
    font-family: 'Droid Sans Bold', Arial, Helvetica, Sans-serif;
    line-height:1em;
    margin-bottom:10px;
}

.mraum .overlay .subtitle{
    font-size:9px;
    font-family: 'Droid Sans Bold', Arial, Helvetica, Sans-serif;
    line-height:1em;
}


#produkt .details{
    padding-top:10px;
}

.schaffdr{
    display:block;
    width:460px;
    height:auto;
    margin:30px auto 0 auto;
    position: relative;
}

.schaffdr img{
    width:100%;
    height:auto;
}

.schaffdr span{
    position: absolute;
    top:58%;
    left:0px;
    right:0px;
    margin:0 auto;
    text-align: center;
    color:#fff;
    font-size:18px;
}



#raum section.details{
    padding-bottom:80px;
}





.sdr .innerwrapper{
    margin-left:-20px;
    position: relative;
}

.sdr .onethird, .sdr .onethird:visited, .mraum span, .slideshow-products .overlay span{
    color:#fff;
}

.sdr .onethird.ot-1{
    position: relative;
}


.sdr .onethird .img, .slideshow-products .img{
    display:block;
    width:auto;
    padding-top:120%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;    
}

.sdr .onethird .img{
    margin-left:20px;
}

.sdr .onethird .overlay, .slideshow-products .overlay{
    position: absolute;
    top:0px;
    left:20px;
    right:0px;
    bottom:0px;
    width:auto;
}

.sdr .onethird .overlay, .mraum .overlay, .slideshow-products .overlay{
    background: rgba(20,60,100,0.8);

    opacity:1;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    transition: opacity 400ms ease;          
}


.sdr .angled-section.svg-top{
    top:-1px;
}

.sdr .angled-section.svg-bottom,
#konf .angled-section.svg-bottom{
    bottom:-1px;
}

.sdr .overlay span{
    display:block;
    margin:0 20px 0 20px;
}






#slideshow{
    padding:0px;     
    background:#3b6481;   
}

#slideshow .slideshow, #intro .slideshow, #intro .slideshow-overlay{
    opacity:0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    transition: opacity 400ms ease; 
}

#slideshow.fadein .slideshow, #intro.fadein .slideshow, #intro.fadein .slideshow-overlay{
    opacity:1;
}

.slideshow, .slick-list, .slick-track{
    height:100%;
}

.slideshow{
    overflow: hidden;
}

.slideshow-img{
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
}

.slideshow-img img{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width:200%;
    height:200%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.slideshow .slick-dots{
    bottom:60px;
}

#intro{
    position: relative;
    background:#3b6481;  
}

.banner{
    position: absolute;
    top: 50px;
    right: 40px;
    width: 210px;
    height: 210px;
    text-align: center;
}

.banner .img{
    position: relative;
    width: 200px;
    height: 200px;
}

.banner .img:before,
.banner .img:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;

    background-image: url(../img/banner-orange.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;

    animation: banner-spin 20s infinite linear;
    -webkit-animation: banner-spin 20s infinite linear;
}


.banner .img:before{
    top: 5px;
    left: 5px;
    background-image: url(../img/banner-shadow.png);
    opacity: 0.2;
}


@keyframes banner-spin {
    100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes banner-spin {
    100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}


.banner .title{
    position: absolute;
    top: 45px;
    left: 0px;
    font-size: 18px;
    width: 200px;
    height: 110px;
    color: #fff;
    text-transform: uppercase;
}


.banner .title:before{
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url(../img/icon-camera.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -25px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}


.banner .title:after{
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url(../img/icon-arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -25px;
    left: 0px;
    right: 0px;
    margin: 0 auto;

    transition: left 200ms ease-in-out;
    -webkit-transition: left 200ms ease-in-out;
}

.banner:hover .title:after{
    left: 5px;
}



.slideshow-overlay{
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    width:auto;
    
}

.slideshow-overlay:not(.clickable){
    pointer-events:none;
}

body#home .slideshow-overlay{
    bottom: 80px;
}

.slideshow-overlay span.title{
    display: block;
    width: 75%;
    margin: 0 auto;
    line-height: 1.4em;
    font-size:48px;
    font-family:'Merriweather', Sans, Sans-serif, Arial, Verdana;    
}

.spm{
    margin-right:-20px;
}

.sp-wrapper{
    position: relative;
}

.slideshow-products .slick-track{
    margin-left:-20px;
}

.slideshow-products .slick-slide{
    display: inline-block;
    vertical-align: top;
    width:33.33%;
    position: relative;
    margin-left:20px;
}

.slideshow-products .slick-slide .overlay{
    left:0px;
}

.slideshow-products .slick-dots{
    -webkit-transform:rotate(-0.5deg);
    -moz-transform:rotate(-0.5deg);
    transform:rotate(-0.5deg);
}






.partners{
    margin-left:-5%;
}

.partner{
    display:inline-block;
    vertical-align: middle;
    width:20%;
    margin:0 0 3% 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 0 0 5%;    


}

.partner img{
    width:100%;
    height:100%;
    max-height:100px;
}

#portrait .onehalf{
    width:60%;
}

#portrait .onehalf img{
    width:100%;
    height:auto;
}

#portrait, #introduction{
    min-height:480px;
    background-position: right -2px bottom;
    background-size:auto 100%;
    background-repeat: no-repeat;
}



#portrait .p2{
    text-align:justify;
}

#portrait .signatures{
    display:block;
    text-align: right;
    margin-right:0px;
    margin-top:30px;
}

#portrait .signature{
    display:inline-block;
    vertical-align: top;
    width:280px;
    text-align:center;
}

#portrait .signature img{
    width:100%;
    height:auto;
}



#uberuns main h1{
    margin-bottom:30px;
}

#introduction{
    min-height:0px;
    padding-bottom:80px;
}

#introduction .onehalf{
    width:77%;
}








#konf{
    padding:0 0 0 0;
    background:#3b6481;  
}

#konf iframe{
    width:100%;
    height:100%;
    background:#3b6481;  
}

#konf .hint{
    display: none;
}



#page h1{
    margin-bottom:30px;
}




/* Kontakt / Showroom */

section.showroom-title{
    padding-bottom:20px;
}

section.showroom-title h1{
    margin-bottom:20px;
}

section.showroom-title h2.p2{
    margin-bottom:0px;
}

section.showrooms{
    position: relative;
    padding:0px;
}

section.showrooms .showroom{
    position: relative;
    
}

section.showrooms .showroom:not(.last){
    border-bottom: 8px solid #fff;
}

section.showrooms .showroom .onehalf.first:after{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 4px;
    background: #fff;
}

section.showrooms .showroom .onehalf.second:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 4px;
    background: #fff;
}


section.showrooms .img-showroom{
    width: 100%;
    height: auto;
}

section.showrooms .showroom .bg{
    position: relative;
    padding-top:54.4%;
}

section.showrooms .showroom .bg img{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}


section.showrooms .location{
    position: absolute;
    width:7%;
    height:0px;
    padding-top:7%;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    margin:auto;
    background:url(../img/icon-location.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;

    -webkit-transform:scale(1) translateY(-25%);
    -moz-transform:scale(1) translateY(-25%);
    transform:scale(1) translateY(-25%);

    -webkit-transition: transform 400ms ease;    
    -moz-transition: transform 400ms ease;    
    transition: transform 400ms ease;   
}


section.showrooms .information{
    position: absolute;
    width:420px;
    height:auto;
    padding:20px;
    top:0px;
    left:0px;
    background:#fff;
    border-radius: 15px;
    box-shadow:0px 0px 12px rgba(0,0,0,0.1);
    display: none;
    z-index: 10;
}

section.showrooms .information:before{
    content:"";
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right:-30px;

    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    transform:rotate(180deg);
    border: solid 15px transparent;
    border-right-color: #FFF;
}

section.showrooms .information .zeiten{
    display: block;
    margin-top:20px;
    margin-bottom:20px;
}


section.showrooms  a.icon-maps{
    color:red;
    position: relative;

    margin-top:20px;

    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);

    -webkit-transition: transform 400ms ease;    
    -moz-transition: transform 400ms ease;    
    transition: transform 400ms ease;   
}

section.showrooms .information a.icon-maps:hover{

    -webkit-transform:scale(1.03);
    -moz-transform:scale(1.03);
    transform:scale(1.03);  

}

section.showrooms a.icon-maps:before{
    content:"";
    display: inline-block;
    vertical-align: middle;
    width:22px;
    height:22px;
    background:url(../img/icon-location.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;    
    margin-right: 5px;
    position: relative;
    top:-2px;
}

section.showrooms .information .eim{
    display: inline-block;
    vertical-align: top;
    width:80px;
    margin-right:5px;
}

section.showrooms .showroom .title{
    position: absolute;
    top:-4px;
    left:20px;
    right:20px;
    margin:0 auto;
    text-align: center;
    z-index: 9;

    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);    

}

section.showrooms .showroom:first-child .title{
    top: 10px;
}


section.showrooms .title span{
    display: inline-block;
    vertical-align: top;
    background: #3b6481;
    color:#fff;
    padding:5px 10px;

    border-radius:4px;
    border:2px solid #fff;
    box-shadow:0px 0px 8px rgba(0,0,0,0.2);
}


/* */

section.showrooms .information-mobile{
    padding:20px 20px 40px 20px;
    overflow:hidden;
}

section.showrooms .showroom.second .information-mobile{
    padding-bottom:40px;
}

section.showrooms .information-mobile .half{
    display: inline-block;
    vertical-align: top;
    width:50%;
}

section.showrooms .information-mobile .zeiten{
    margin-bottom:20px;
}



#kontakt #portrait .text a,
#kontakt #portrait .text a:focus,
#kontakt #portrait .text a:visited{
    color: #3b6481;
}



#formular .container{
    display: block;
    max-width: 920px;
    margin: 0 auto;
}

#formular .description{
    margin-top: 20px;
}

.form{
    margin-top: 30px;
}

.form label{
    display: block;
    font-family: 'Droid Sans', Arial, Helvetica, Sans-serif;
    font-size: 21px;
}

.form label .optional{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    position: relative;
    top: 2px;
}

.form input[type="text"],
.form textarea{
    display: block;
    width: 100%;
    background: none;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 10px 10px;
    margin-top: 10px;
    color: #fff;

    text-transform: none;

    font-family: 'Droid Sans', Arial, Helvetica, Sans-serif;
    font-size: 21px;
}
.form input[type="submit"],
.form button.g-recaptcha{
    display: block;
    width: 100%;

    border: none;
    border-radius: 10px;
    padding: 10px 10px;
    margin-top: 15px;

    background: #fafafa;
    color: #3b6481;

    text-transform: none;
    cursor: pointer;

    font-family: 'Droid Sans', Arial, Helvetica, Sans-serif;
    font-size: 21px;
}

.form input[type="submit"]:hover,
.form button.g-recaptcha:hover{
    background: #fff;
}


.hint{
    display: block;
    margin-top: 30px;
}

.hint a,
.hint a:focus,
.hint a:visited{
    color: #fff !important;
    text-decoration: underline;
}


.message{
    display: block;
    margin-top: 30px;
}

.message a,
.message a:focus,
.message a:visited{
    color: #fff !important;
    text-decoration: underline;
}


.message.error{
    padding: 20px;
    border: none;
    border-radius: 10px;
    /*background: #fff;*/
    background: #f0882d;
    color: #fff;
    /*text-transform: capitalize;*/
    
}


.btn-browse{
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    background: #fafafa;
    border-radius: 10px;
    margin-top: 20px;
    cursor: pointer;
}

.btn-browse:hover{
    background: #fff;
}



.grecaptcha-badge{
    z-index: 9999;
}



/* Youtube */

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

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Fonts */



.zerofontsize{
    font-size:0px;
}

.uppercase{
    text-transform: uppercase;
}

.centered{
    display:block;
    text-align:center;
}


.zfs{
    font-size: 0px;
}


.p0{
    font-family:'Merriweather', Sans, Sans-serif, Arial, Verdana;
    font-size:28px;
    line-height:1.2em;
    font-weight:700;    
}

.p1{
    font-family:'Merriweather', Sans, Sans-serif, Arial, Verdana;
    font-size:46px;
    line-height:1.25em;
    font-weight:700;
}

.p1droid{
    font-family:'Droid', Sans, Sans-serif, Arial, Verdana;
    font-size:22px;
    line-height:1.2em;
    font-weight:500;
}


.p2{
    font-size:21px;
    line-height:1.4em;
    font-weight:400;
}

.p3{
    font-size:15px;
    line-height:1.3em;
    font-family: 'Droid Sans Bold', Arial, Helvetica, Sans-serif;
    letter-spacing: 0.02em;
}

.p4{
    font-size:14px;
    line-height:1.38em;
}

.p5{
    font-size:20px;
    line-height:1.38em;
    letter-spacing:0.02em;
}


.z4{
    font-size:21px;
    line-height:1.38em;
}

.z5{
    font-size:15px;
    line-height: 1.38em;
}


/* Overlay Hover Titles: */

.p6{
    font-size:12px;
    line-height:1.4em;   
}

.p7{
    font-size:13px;
    line-height:1.38em;
    font-family: 'Droid Sans Bold', Arial, Helvetica, Sans-serif;
}

.p8{
    font-size:15px;
    line-height:1.38em;
    font-family: 'Droid Sans Bold', Arial, Helvetica, Sans-serif;
}



.p1, .p2, .p3, .p4, .p6, .p7, .p8, a{

    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;

}


.wysiwyg a{

}




section h2{
    font-family:'Merriweather', Sans, Sans-serif, Arial, Verdana;
}






input[type=text], input[type=email]{
    font-family: Arial, Helvetica, Sans-serif;
    font-size:15px;
    text-transform: uppercase;
    position: relative;
    border:none;
    background:none;
    border-left:1px solid #111;
    padding:3px 6px 6px 7px;
    margin-bottom:10px;
}



.mwrapper{
    display:block;
    overflow-x:hidden;
}

#produkte .mwrapper, #produkt .mwrapper, #raum .mwrapper{
    margin-left:8%;
    margin-right:8%;
}




/* General */

.hidden{
    display:none !important;
}

.selected{
    
}

.overflowhidden{
    overflow: hidden;
}

.nocursor{
    cursor:default;
}

.white, .sbtn.white:visited{
    color:#fff;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
   color: #111;
   opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder{
   color: #111;  
   opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder{
   color: #111;
   opacity: 1;  
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{  
   color: #111;
   opacity: 1;  
}




input,
textarea{
  -webkit-appearance: none;
  caret-color: #fff;
}




/* flicker-fixing */

/*
#backgrounds{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility:hidden;    

    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);    

    -webkit-transform-style: preserve-3d;
}*/



#gmaps{
    display:block;
    margin-left:-20px;
    margin-right:-20px;
    margin-bottom: -50px;
    height:720px;
}



#mobile{
    position:absolute;
    top:0px;
    right:0px;
    width:50px;
    height:40px;
    cursor:pointer;
    padding-top:22px;
    padding-right:20px;
    margin-top:30px;
    font-size:0px;
    display:none;
    z-index:11;
}

#mobile:before{
    content: "\6a";
    font-family: 'decocity';
    color:#fff;
    font-size:25px;
}


#mobile.open{
    
}

.mobile-only{
    display:none;
}


.oxh.full{
    width:100%;
    height:100%;
}





#blender{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    background: rgba(59,100,129,0.8);

    z-index: 10000;

    display: none;

    cursor: default !important;
}

#blender .blender-message{
    position: absolute;
    top: 100%;
    left: -100px;
    right: -100px;
    width: 240px;
    margin: 20px auto 0 auto;
    color: #fff;
    font-size: 28px !important;
    line-height: 1.3em;
    text-align: center;
    
}


/* RESPONSIVE */

@media (min-width:1366px) {

    .p1{
        font-size:57px;
    }

    .p2{
        font-size:25px;
    }

    .p3{
        font-size:18px;
    }

    .p4{
        font-size:20px;
    }


    footer .icon-gps {
        width:120px;
        height:120px;
    }

    footer .icon-gps.icon-gps:before {
        font-size: 120px;
    }
    
    .slideshow-overlay span.title{
        font-size:80px;
    }

    .p0{

        font-size:40px;

    }

    #produkt h1, #raum h1{
        margin-bottom:30px;
    }

    section:not(.fullbg) h2, .section:not(.fullbg) h2, #konfigurator .textbox h1 {
        margin-bottom: 30px;
    }


    .schaffdr{
        width:720px;
    }

    .schaffdr span{
        top:59%;
        font-size:28px;
    }

    
    .mraum .overlay .title {
        font-size: 28px;
    }

    .mraum .overlay .subtitle {
        font-size:14px;
    }

    #raum section.details{
        padding-bottom:100px;
    }

    .schaffdr{
        margin-top:50px;
    }


    .sdr{
        margin-top:70px;
    }


    header nav a, header nav a:visited{
        font-size:16px;
        padding-left:25px;
        padding-right:25px;
    }

    nav a:hover::after, nav a.selected::after, header nav a.selected::after {
        left:25px;
        right:25px;
    }

    header nav .social a.sbtn{
        width: 30px;
        height: 30px;
    }

    header nav .social a.sbtn{
        font-size: 30px;
    }


    header .social{
        margin-right:45px;
    }


    header .logo {
        width: 210px;
        height: 37px;
        top: 12px;
    }


    header .logo:before {
        font-size: 210px;
        top: 19px;
    }


    footer.section h2.p1{
        font-size:66px;
        margin-bottom:40px;
    }

    .mraum .title{
        height:auto;
    }

    .mraum .overlay {
        bottom:33px;
    }

    .menu-produkte{
        padding-bottom: 35px;
    }   
    

    footer .p4{
        font-size:18px;
    }

    #produkte .produkt{
        margin-bottom:50px;
    }


    #gmaps{
        height:920px;
    }


    section.showrooms .information{
        width: 490px;
    }

}



@media (min-width:761px) {

    /* Animations: */
    .fx{
        position: relative;
        opacity:1; 
    }

    .fx.trans{
        -webkit-transition: all 750ms ease;    
        -moz-transition: all 750ms ease;    
        transition: all 750ms ease;   
    }

    .fx.zoom, .fx.zoomin{
        -webkit-transition: all 1200ms easeOut;    
        -moz-transition: all 1200ms easeOut;    
        transition: all 1200ms easeOut;  

        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        transform:scale(1);        
    }


    .fx.zoom.rotate{
        -webkit-transition: all 2000ms easeOut !important;    
        -moz-transition: all 2000ms easeOut !important;    
        transition: all 2000ms easeOut !important;  

        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        transform:rotate(0deg);        
    }


    .fx.invisible.zoom{
        opacity:0;
        -webkit-transform:scale(0.8);
        -moz-transform:scale(0.8);
        transform:scale(0.8);        
    }

    
    .fx.invisible.zoomin{
        opacity:0;
        -webkit-transform:scale(1.05);
        -moz-transform:scale(1.05);
        transform:scale(1.05);        
    }


    .fx.invisible.zoom.rotate{
        opacity:0;
        -webkit-transform:scale(0.8) rotate(-120deg);
        -moz-transform:scale(0.8) rotate(-120deg);
        transform:scale(0.8) rotate(-120deg);        
    }

    .fx.left{
        left:0px;
    }

    .fx.right{
        left:0px;
    }

    .fx.bottom{
        top:0px;
    }

    
    .fx.invisible.left{
        left:-40px !important;
    }

    .fx.invisible.right{
        left:40px !important;
    }


    .fx.invisible.bottom{
        top:40px !important;
    }

    .fx.invisible{
        opacity:0;
    }


    .fx.zoom:hover{
        transform:scale(1.05);
        -moz-transform:scale(1.05);
        -webkit-transform:scale(1.05);        
    }


    .menu-produkte .produkt img, footer .icon-gps{
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        transition: all 200ms ease;    

        transform:scale(1);
        -moz-transform:scale(1);
        -webkit-transform:scale(1);
    }

    .menu-produkte .produkt:hover img, footer .icon-gps:hover{
        transform:scale(1.1);
        -moz-transform:scale(1.1);
        -webkit-transform:scale(1.1);
    }


    header .social a.icon-envelope:before, header .social a.icon-call:before, header .social a.sbtn{
        display:inline-block;
        vertical-align: top;
        position: relative;
        -webkit-transition: transform 200ms ease;    
        -moz-transition: transform 200ms ease;    
        transition: transform 200ms ease;  

        transform:scale(1);
        -moz-transform:scale(1);
        -webkit-transform:scale(1);
    }

    header .social a.icon-envelope:hover:before, header .social a.icon-call:hover:before, header .social a.sbtn:hover{
        position: relative;
        transform:scale(1.2);
        -moz-transform:scale(1.2);
        -webkit-transform:scale(1.2);
    }

    .sdr .onethird:hover .overlay, .mraum:hover .overlay, .slideshow-products .slick-slide:hover .overlay{
        opacity:0;
    }


    .slideshow{
        cursor:pointer;
    }


    .oxh{   
        display:block;
        width:auto;
        overflow-x:hidden;
        overflow-y:hidden;
    }

    #montage .oxh{
        padding-bottom:40px;
    }

    #produkte .produkt .img{
        width:75%;
        margin:0 auto;
    }


    .showroom .location:hover,
    .showroom .location.hovered{

        -webkit-transform:scale(1.05) translateY(-25%);
        -moz-transform:scale(1.05) translateY(-25%);
        transform:scale(1.05) translateY(-25%);  

    }



}





@media (max-width:961px) {

    .p1{
        font-size:30px;
    }

    .p4{
        font-size:8px;
    }

    .p5 {
        font-size: 18px;
    }

    .tag{
        width:16%;
    }


    #portrait .signatures{
        text-align: center;
    }


    #konf .hint{
        display:block;
        padding-top: 50px;
        margin-left:20px;
        margin-right:20px;
        text-align:center;
    }


    #gmaps{
        height:480px;
    }


    header nav a, header nav a:visited{
        padding-left:15px;
        padding-right:15px;
    }

    nav a:hover::after, nav a.selected::after, header nav a.selected:after{
        left:15px;
        right:15px;
    }

}




@media (min-width: 641px) and (max-width: 961px){

    header nav a[data-url="kontakt"]{
        display: none !important;
    }

}


@media (max-width:761px){


    .mobile-only{
        display: block;
    }

    .desktop-only{
        display:none !important;
    }

    main .onehalf, main .onethird, main .twothird, main .onefourth{
        display:block;
        width:auto;
    }


    header .logo {
        top: 13px;
        left: 20px;
        width: 152px;
        height: 32px;
    }

    header .logo:before {
        font-size: 151px;
        top: 17px;
    }

    header nav a, header nav a:visited{
        padding-left:6px;
        padding-right:6px;
    }

    nav a:hover:after, nav a.selected:after, header nav a.selected:after{
        left:6px;
        right:6px;
    }



    header .social{
        margin-right:35px;
    }

    #portrait, #introduction{
        background-image: none !important;
    }

    #portrait .onehalf, #introduction .onehalf{
        display:block;
        width:auto;
    }

    #portrait img.mobile-only, #introduction img.mobile-only{
        display:block;
        width: 100%;
    }

    #portrait .signature{
        width:50%;
    }




    #portrait, #introduction{
        padding-left:0px;
        padding-right:0px;
        padding-bottom:0px;
    }

    #portrait .p2, #portrait h1,
    #introduction h2, #introduction .p2{
        display: block;
        margin-left:20px;
        margin-right:20px;
    }

    .sdr .onethird{
        margin-bottom:20px;
    }



    #gmaps{
        height:320px;
    } 


    body#produkt section#slideshow.fullbg,
    body#raum section#slideshow.fullbg,
    body#ueber-uns section#intro.fullbg,
    body#kontakt section#intro.fullbg{
        height: calc(100vw * 0.53) !important;
    }


    section#konf.fullbg{
        height:auto !important;
        padding-bottom: 50px;
    }

    #konf iframe{
        display:none;
    }



    .slideshow .slick-dots{
        bottom: 25px;
    }

    section.showrooms .showroom{
        border-bottom: 0px;
    }

    section.showrooms .showroom .onehalf.first{
        border-bottom: 8px solid #fff;
    }

    section.showrooms .showroom .bg{
        cursor: pointer;
    }
    
    section.showrooms .showroom .title{
        top: 0px;
    }

    section.showrooms .showroom.first-child .title{
        top:10px;
    }

    section.showrooms .showroom .onehalf.first:after,
    section.showrooms .showroom .onehalf.second:after{
        display:none;
    }


    section.showrooms .information-mobile .half.second{
        white-space: nowrap;
    }

    section.showrooms .information-mobile .eim {
        display: inline-block;
        vertical-align: top;
        width: 40px;
    }

    
    section.showrooms .p2,
    .z4,
    .z5{
        font-size:12px;
    }    



}






@media (max-width:641px){

    #mobile{
        display:inline-block;
        padding-top:17px;
    }

    header nav a, header nav a:visited {
        display:none;
    }

    header .social{
        display:block;
        margin-right:0px;
        margin-top:0px;
    }

    header .social a.link{
        margin-left:2px;
        margin-top: 0px;
        font-size:13px;
    }

    header .social a.icon-envelope{
        display: none;
    }

    header .social a.icon-envelope:before, header .social a.icon-call:before{
        font-size:12px;
    }

    header .social a.sbtn{
        display:none;
    }


    header #top{
        text-align:left;
    }

    header .social a.icon-envelope{
        margin-left:20px;
        margin-top:8px;
    }

    header .social a.icon-call{
        position: absolute;
        top:8px;
        right:25px;
    }

    .menu-produkte .topspace{
        display:none;
    }

    .menu-produkte .onehalf,
    .menu-produkte .onethird,
    .menu-produkte .twothird,
    .menu-produkte .onefourth{
        display: block;
        width: auto;
    }

    .menu-produkte{
        padding-left: 20px;
        padding-right: 20px;
        
    }

    .menu-produkte .btn{
        display: block;
        padding: 10px 0;
    }

    .menu-produkte .produkt, .menu-produkte .produkt.second, .menu-produkte .produkt.third{
        margin-top:0px;
        margin-bottom:0px;
        padding:10px 0 10px 0;
        left:0px;
    }    


    .menu-produkte .mprodukte{
        margin-top:0px;
        padding-bottom:15px;
    }

    .menu-produkte .mprodukte h3.second{
        margin-top:15px;
    }

    .menu-produkte .produkt img{
        width:15px;
    }


    .menu-produkte .mraum{
        display: block;
        width: auto;
    }


    .menu-produkte .mraum{
        padding:0px;
    }


    .menu-produkte .mraum .title.p3{
        text-transform: uppercase;
    }

    .menu-produkte .mraum .overlay{
        left:0px;
        right:0px;
    }


    .menu-produkte .mprodukte h3{
        font-size: 12px;  
        font-family: 'Droid Sans Bold', Arial, Helvetica, Sans-serif;
        text-transform: uppercase;  
        margin-top:15px;
        margin-bottom: 5px;
    }




    .raumshow .slick-prev{
        background: transparent;
        left:0px;
    }

    .raumshow .slick-next{
        background: transparent;
        right:0px;
    }

    .menu-produkte .btn, .menu-produkte .produkt .title {
        font-size:15px;
        text-transform: uppercase;
        letter-spacing: 0em;
        line-height:1em;
        position: relative;
    }

    .menu-produkte .btn.icon-arrowright:before{
        position: absolute;
        top:10px;
        right:0px;
    }

    .menu-produkte .btn.icon-arrowright.selected:before{
        transform:rotate(90deg);
        -moz-transform:rotate(90deg);
        -webkit-transform:rotate(90deg);
    }



    .tag, main .produkt, .partner{
        width: 29.33%;
        margin: 0 2% 40px 2%;
    }

    .schaffdr{
        width:auto;
    }


    #produkte .produkt{
        width:27.33%;
        margin-bottom:20px;
    }

    #montage .montage{
        display: block !important;
        margin: 0 auto;
        max-width: 150px;
    }    

    #montage .arrow {
        display: block;
        width: 70px;
        height: 80px;
        margin: 20px auto;

        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);        
    }    


    section.showrooms .information-mobile .half{
        display: block;
        width: auto;
    }

    section.showrooms .information-mobile .half.second{
        margin-top: 20px;
    }



    .banner{
        top: 30px;
        right: 0px;
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }



    footer .standort{
        display: block;
        padding-bottom: 20px;
        border-bottom: 1px dotted #fff;
    }

    footer .ppages{
        width:auto;
    }

    footer h2.p1{
        font-size:22px;
    }
        
    
    .slideshow-overlay span.title{
        font-size: 22px;
    }

    body#home .slideshow-overlay span.title{
        font-size:42px;
    }


    #introduction .p2{
        text-align:justify;
    }

    .schaffdr{
        margin-top:50px;
    }

    .sdr{
        margin-top:20px;
    }

    .schaffdr span {
        font-size:15px;
    }


    .mwrapper{
        overflow-x:inherit;
    }

    #produkte .mwrapper, #produkt .mwrapper, #raum .mwrapper{
        margin-left:0px;
        margin-right:0px;
    }



    .filepond--drop-label.filepond--drop-label label{
        font-size: 17px !important;
    }



    .p2{
        font-size:17px;
    }

    .p3{
        font-size:13px;
    }

    .p4{
        font-size:13px;
    }

    .tag, main .produkt{
        margin-bottom:50px;
    }
    
    .mraum .overlay .title{
        font-size:27px;
        margin-bottom:18px;
    }

    .mraum .overlay .subtitle{
        font-size:13px;
    }

    #montage .montage{
        display:inline-block;
        margin-top:15px;
        margin-bottom:15px;
        width:80%;
    }

    #montage .montage .title{
        position: relative;
        top:0px;
        width:auto;
        margin-top:20px;
    }

    #montage .montage img{

    }


    body:not(#page) .p2 br {
        display: none;
    }

    #intro .slideshow-overlay span.title br{
        display:none;
    }


    #willkommen h2, #willkommen span{
        display:block;
        margin-left: 20px;
        margin-right:20px;
    }


    #page h1{
        margin-bottom:20px;
    }

    .slideshow-products .slick-dots{
        -webkit-transform:rotate(-3.2deg);
        -moz-transform:rotate(-3.2deg);
        transform:rotate(-3.2deg);
    }





    .z4,
    .z5{
        font-size:12px;
    }



}


@media (max-width:321px) { /* smartphones, iPhone, portrait 480x320 phones 321px */

    #montage .montage{
        display:inline-block;
        margin-top:0px;
        margin-bottom:0px;
    }

}





/* Preloader */

#preloader, .preloader{
    position: absolute;
    width:75px;
    height:75px;
    top:0px;
    right:0px;
    bottom:60px;
    left:0px;
    margin:auto;
    z-index:999;
    transform:scale(0.5);
    -moz-transform:scale(0.5);
    -webkit-transform:scale(0.5);
}

.cssload-double-torus {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border: 4px solid #000;
    border-radius: 50%;
    border-color: transparent rgba(255,255,255,1) rgba(255,255,255,1);
    animation: cssload-spin 690ms infinite linear;
        -o-animation: cssload-spin 690ms infinite linear;
        -ms-animation: cssload-spin 690ms infinite linear;
        -webkit-animation: cssload-spin 690ms infinite linear;
        -moz-animation: cssload-spin 690ms infinite linear;
}




@keyframes cssload-spin {
    100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
    100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
    100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
    100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
    100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}







.ani, .ani2, .ani3{
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    animation-name: flash;    
    -webkit-animation-duration: 20s;
    -moz-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;   
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;     
}


@-webkit-keyframes flash {
    0%, 50%, 100% {

        -webkit-transform: scale(1,1);
        -webkit-transition: all 0.3s ease-in-out;

    }
    25%, 75% {

        -webkit-transform: scale(1.01,1.01);
        -webkit-transition: all 0.3s ease-in-out;

    }
}

@-moz-keyframes flash {
    0%, 50%, 100% {

        -webkit-transform: scale(1,1);
        -webkit-transition: all 0.3s ease-in-out;

    }
    25%, 75% {

        -webkit-transform: scale(1.01,1.01);
        -webkit-transition: all 0.3s ease-in-out;

    }
}


@keyframes flash {
    0%, 50%, 100% {

        -webkit-transform: scale(1,1);
        -webkit-transition: all 0.3s ease-in-out;

    }
    25%, 75% {

        -webkit-transform: scale(1.01,1.01);
        -webkit-transition: all 0.3s ease-in-out;

    }
}


