<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  overflow-x: hidden;

    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    -ms-touch-callout: none;
  
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    /*no user selection
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;*/
    
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    -ms-touch-callout: none;

    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
  }

  ::-webkit-scrollbar {
    display: none;
    width: 0px;
  }
  .body {
    -ms-overflow-style: none; 
    overflow: -moz-scrollbars-none;  
}



/*GLOBAL======================================================================*/

  body{
    overflow-x: hidden;
    text-decoration:none !important;
    background: black;
    color:white;

     /*no user selection*/
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -user-select: none;

  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -ms-touch-callout: none;

  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  }

  @font-face {
    font-family: "SnellRoundhand";
    src: url("SnellBT-Bold.otf") format("opentype");
  }

  .box-centered {
    position: relative;
    display: block;
    width: 320px ;
    height: 320px;
    text-align: center;
    margin: auto;
  }

  .card{
    background-color: white !important;
    min-width: 320px;
  }

/*Reiserblau*/
  a{
    color: #58A4D6;
    text-decoration:none !important;
  }

  ul {
    list-style-type: none;
  }


.middel{
  top: 69px;
  position: relative;
}

.ausgemiddelt{

width: 100%;
height: auto;

}

.sVauG{
  height: auto;
  width: 110%;
  margin-top: 60px;
}

.korr{
  margin-top: 50px;
}

.hoch{
  margin-top: -43px;
}

.hoch2{
  margin-top: -43px;
}

.hoch3{
  margin-top: -55px !important;
}


.top{
  top:20px;
}

#huso{
  height:30px;
  position: absolute;
  top:0;
  left:0;
  width:40px;
  background:red;
  color:blue;
  line-height:200px;

  font-size:20px;
  size:25px;


}

.huso2{
  height:30px;
  width:40px;
  background:red;
  color:blue;

  top:0;
  left:0;
  width:40px;
  background:red;
  color:blue;
  line-height:200px;

  font-size:20px;
  size:25px;


}








  h2{
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
  }

  #gutschein-h{
    font-weight: bold;
  }

  h3{
    font-size:22px;
    font-weight: bold;
  }
  
  button{
    padding:10px 30px 10px 30px;
    height:55px;
    border-radius: 100px;
    font-size: 17px;
    color:white;
    background: #58A4D6;
    border:none;
  }
  button:focus { outline: none; }

  button:hover{cursor: pointer;}

  .div-centered{
    margin:0 auto;
    display:block;
  }

  .txt-centered{
    text-align: center;
    
  }

  .sektion{
    padding:100px 0 100px 0;
  }

  .padding-20{
    padding:20px;
  }

  .width-phablet{
    max-width: 768px;
  }

  .txt-blocksatz{
    text-align: justify !important;
  }

  .p-maxwidth{
    max-width: 600px;
  }

  .txt-padding{
    padding:20px;
  }

  /* sticky header navbar ======================================================================*/

#header {
    background:black;
    opacity: .9;
    cursor: default;
    height: 55px;
    left: 0;
    line-height: 55px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001; 
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.40);
    box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.40);
  }
  #logo {
    color:white;
    font-size: 22px;
    font-weight: bold;
    height: inherit;
    line-height: inherit;
    padding: 0 1.25rem;
    text-decoration: none;
    position: absolute;
    left:50%;
    width: 150px;
    text-align: center;
    margin-left:-75px;
    margin-top: 4px;
  }
  #ctabtn{
    position: absolute;
    right:10px;
    border-radius: 5px;
    top:10px;
  }
  #burger{
    font-size: 22px;
    color:white !important;
    width:50px;
    height:40px;
    position: absolute;
    left:16px;
    top:0;
  }

/*sidebar / menu ======================================================================*/
.sidebars &gt; .sidebar {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.64);
    position: fixed;
    color: black;
    padding: 30px;
    font-size: 2em;
    text-align: center;
    z-index: 10010;

    animation: 1s appearAni;
}

@keyframes appearAni {
  0% {
    opacity: 0;

  }
  100% {
    opacity: 1;
  }
}


#x{
    position: absolute;
    left:16px;
    top:0;
}
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 265px;
    background:black;
}
.sidebar ul{
  font-size: 20px;
  line-height: 55px;
  font-weight: bold;
  text-align: left;
  margin-left: 16px;
  margin-top:55px;
}
.sidebar a{
  color:white;
}


/* Section global*/
.wrapper {
  background:white;
  padding: 8rem 0 6rem 0 ;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1280px) {
    .wrapper {
      padding: 4rem 0 2rem 0 ; } }
  @media screen and (max-width: 736px) {
    .wrapper {
      padding: 3rem 0 1rem 0 ; } }
  @media screen and (max-width: 480px) {
    .wrapper {
      padding: 2rem 0 0.1rem 0 ; } }


/*STYLING INNER PANEL============*/
#main-pic {
  width: 320px;
  height: 320px;
  padding:16px;
  z-index:3;
  margin-top:25px;
}
#banner h1{
  position: absolute;
  color:#CB1916;
  z-index: 10;
}

.secondary-logo{
  position: absolute;
  margin-top:140px;
  margin-left:-90px;
  width:50px;
  height:50px;
  z-index: 10;
}
.secondary-logo2{
  position: absolute;
  margin-top: 140px;
  margin-left: 40px;
  width: 160px;
  height: 50px;
  z-index: 10;
}

/*SECTION 0 ======================*/
#section0 {
  height:250px;
  width:100%;
  background-color: #58A4D6;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
  display:block;

  z-index: 10;
}

#coop{
  top: 78px;
}

#bluebar{
  position:absolute;
  top:0;
  margin:0;
  background-color: #58A4D6;
  width: 100%;
  height:55px;
}

/*small txt*/
#section0 p{
  font-size: 9px;
}

.coop-blue{
  width: 100% !important;
  height:100%;
  z-index: 100;
  top:0 !important;
      margin-top: 55px;

      max-width: 500px;
}

#grp1{
  margin-top: -16px;
  float:left;
  display: inline-block;
  left: -5px;
  height: 100%;
  width: 33.3%;
}

#slogan{
  display: inline-block;
  font-family: 'SnellRoundhand', Times, serif;
  text-shadow: 0px 5px 11px rgba(0, 0, 0, .3);
  font-weight: bold !important;
  width: 30%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 120%;
  margin-top: 46px;
  
  font-size: 170%;

  margin-left: 10px;
}
/* Tablet &amp; Laptops*/
@media screen and (min-width: 768px) {
  #slogan{
    margin-top:45px;
    font-size: 200%;
  }
}

#grp2{
  margin-top: -12px;
  float: right;
  display: inline-block;
  margin-top: -12px;

  width: 33%;
  height: 100%;
}


#hÃ¶sdinkelsb{
  position: absolute;
  font-weight: 100;
  font-size:14px;
  text-shadow: 0px 5px 11px rgba(0, 0, 0, .5);

  height:40px;
  width: 320px;
  text-align: center;
  top: 180px;
  left: 50% !important;
  margin-left: -160px;

  z-index: 10;
}
/* Tablet &amp; Laptops*/
@media screen and (min-width: 768px) {
  #hÃ¶sdinkelsb{
    top:200px;
  }
}

#reiserlogo{
  background: url(../../images/logo-seit.png) no-repeat center center;
  height: 100%;
  width: 100%;
  background-size: 80%;
  background-position-x: 22px;
  background-position-y: 61px;
}

#seit{    
  left: 78px;
  position: absolute;
  bottom: 7px;
  text-shadow: 0px 5px 11px rgba(0, 0, 0, .5);
}
#bedalogo{
  background: url(../../images/beda.png) no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: 110%;
  
}
#dachundfassaden{
  margin-top: -10px;
  text-shadow: 0px 5px 11px rgba(0, 0, 0, .5);
}

/*section2 unsere leistungen=============================================*/

#section2 {
  background-image: url("../../images/ziegelbg.png");
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;

  width:101%;
  z-index:0!important;
}
/* Tablet*/
@media screen and (min-width: 1010px) {
  #section2 {
    height:100vh;
  }
  #section2 h2{
    margin-top:10vh;
  }
}

#section2 p{max-width: 768px;}

#section2 h3{
  margin-left:90px;
}

/*SECTION 2 LINKED CARDS ===============================*/

.leistungen a{
}

#section2 .tu-grid-inner{
}

.leistungen p{
  font-size: 16px !important;
}

#section2 img{
    float: left;
    width: 77px;
    height: 77px;
    margin-top: 10px;
}

.dff-card p{
  margin-left:90px;
}

.dff-card{
  height: 330px;
  color:white;
  top:0;

  transition: all ease-in-out .2s;
  background:#2E2E2E;
}
.dff-card:hover{
  top:-10px;
  background:#464646;
}
.dff-card:active{
  top:20px;
  background:#181818;
}

.galerie-cta{
  position:absolute;
  bottom:22px;
  color: #58A4D6;
}

/*SECTION 2 LINKED CARDS END===============================*/

.small-txt{
  max-width: 320px;
  padding:16px;
  font-size: 14px;
  margin-bottom:10px;
  margin-top:-20px;
}

.tu-grid-container{
  margin:auto;
  display: inline-block;
  width:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.tu-grid-inner{
  
  font-size: 14px;
  text-align: left;
  width: 320px;
  position: relative;
  margin:10px;
  margin-top:22px;
  display: inline-block;
  padding:16px;
  border-radius: 20px;
  
  -webkit-box-shadow: 0px 14px 51px -10px rgba(0,0,0,0.51);
  -moz-box-shadow: 0px 14px 51px -10px rgba(0,0,0,0.51);
  box-shadow: 0px 14px 51px -10px rgba(0,0,0,0.51);
}

.tag{
    display: inline-block;
    color: white;
    background: #58A4D6;
    padding: 10px 11px 10px 11px;
    margin: 2px -1px 6px 2px;
    border-radius: 10px;
}

/*section3 referenzen========================================*/
#section3{
  padding:0 !important;
  color: white !important;
}
#section3 a{
  color: white !important;
}

#referenzen-thumbnail{
  background:
  linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),

  url("../../images/thumbnail/referenzen.JPG");
  background-repeat: no-repeat; 
  background-size: cover;
  background-color: black;
}

#gallerie-thumbnail{
  background:
  linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),

  url("../../images/thumbnail/gallerie.JPG");
  background-repeat: no-repeat; 
  background-size: cover;
  background-color: black;
}

#produkte-thumbnail{
  background:
  linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),

  url("../../images/thumbnail/produkte.JPG");
  background-repeat: no-repeat; 
  background-size: cover;
  background-color: black;
}

/*GRID===============*/
.flex-grid {
  display: flex;
}

.flex-grid-thirds {
  display: flex;
  justify-content: space-between;
}
.flex-grid-thirds .col {
  width: 100%;
  height:300px;
}

/*SPACING inner*/
.col h3{
  font-size: 32px;
  margin-top: 33px;
  margin-bottom:10px;
  max-width: 320px;
}

.col p{
  max-width: 320px;
  margin-bottom:20px;
}

@media (max-width: 940px) {
  .flex-grid,
  .flex-grid-thirds {
    display: block;
  }
  .flex-grid-thirds .col {
      width: 100%;
      margin: 0 0 10px 0;
    }
}

* {
  box-sizing: border-box;
}

.flex-grid {
  margin: 0 0 5px 0;
}
.col {
  background: grey;
  padding: 10px;
  margin:5px;
}
/*GRID END===============*/

/* section4 KONTAKT ====================================================*/
#section4{
  padding-bottom:0 !important;
  background:white;
  color:black;

  z-index:10!important;
}

#nummer {
  position:absolute;
}

/* Tablet*/
@media screen and (min-width: 768px) {
  
  .card-res {
    width: 670px;
    height: 550px;
  }

  #buero{
    margin-top: 21px;
  }

  #contact-left-side{
    margin-left: 40px;
    margin-top: 10px;
  }

  #email{
    position: absolute;
    left: 320px;
    top: 218px;
    width:340px;
  }
  #email a {
    width:280px;
  }

  #loc {
    position: absolute;
    left: 320px;
    top: 322px;
    width: 350px;
  }
  #loc a {
  }
 
  #section4 button{
    width: 200px !important;
    position: relative;
    margin-top:-30px !important;
    top:-120px;
  }

  #cta-1 {
    position:absolute;
    left:110px;
    margin-top:0px;
  }

  #cta-2 {
    position:absolute;
    left:350px;
    margin-top:-28px;
  }


}

/* Desktop*/
@media screen and (min-width: 992px){

}     

#david{
  float: left;
  width: 65px;
  height: 65px;
  position: absolute;
  left: 16px;
  top: 10px;
}

#whatsapp{
  position: absolute;
  height: 31px;
  width: 31px;
  left: 54px;
  top: 42px;
}

#newwindow{
  position: absolute;
  right: 26px;
  top: 28px;
  height: 21px;
  width: 22px;
}

#david-profile{
  width:100px;
  height:100px;
  border-radius: 100px;

  margin-left: auto;
  margin-right: auto;
}

#section4 .tu-grid-inner{
  padding:28px;
  border-radius: 20px;
  font-size: 17px;
  -webkit-box-shadow: 0px 14px 51px -10px rgba(0,0,0,0.51);
  -moz-box-shadow: 0px 14px 51px -10px rgba(0,0,0,0.51);
  box-shadow: 0px 14px 51px -10px rgba(0,0,0,0.51);
}
#section4 button {
  margin-top:10px;
  width: 100%;
}

adress img{
  float: left;
  width: 44px;
  height: 44px;
  border-radius: 10px;
}

.absolute{
  position: absolute;
}

.card h3{
  font-size: 32px;
  text-align:center;
}

adress p{
  margin-left: 58px;
  color:grey;
  margin-top: 0px;
}

adress a{
  margin-left: 13px;
  color: black !important;
  font-weight: bold;
  font-size: 19px;

  margin-top: -10px;
}

/* CTA BOTTOM BTN=========================*/
#cta-bottom{
  z-index:100 !important;
  position:fixed;
  bottom:20px;
  right:10px;
  width:280px;
  height:77px;
  background:#1D1D1D;
  z-index:10;
  border-radius: 100px;
  text-align: center;
  color: white !important;
  -webkit-box-shadow: 0px 14px 51px -10px rgba(0,0,0,0.51);
  -moz-box-shadow: 0px 14px 51px -10px rgba(0,0,0,0.51);
  box-shadow: 0px 14px 51px -10px rgba(0,0,0,0.51);
}
#whatsapp-txt{
  opacity: .5;
  font-size: 15px;
  left: 94px;
  position: absolute;
  top: 14px;
}
#service-txt{
  position: absolute;
  top: 32px;
  left: 94px;
  font-weight: bold;
}
/* Mobile iPhone XS MAX width*/
@media screen and (min-width: 813px){
  #cta-bottom{
    display:none;
  }
}
/* Tablet*/
@media screen and (min-width: 768px) {
}
/*BOTTOM CTA BTN END=========================*/


/*BOTTOM CTA BTN 2=========================*/
#cta-bottom-2{
  display:none;
  visibility:none;
  
  z-index:100 !important;
  position:fixed;
  bottom:20px;
  right:10px;
  width:280px;
  height:77px;
  background:#1D1D1D;
  z-index:10;
  border-radius: 100px;
  text-align: center;
  color: white !important;
  -webkit-box-shadow: 0px 14px 51px -10px rgba(0,0,0,0.51);
  -moz-box-shadow: 0px 14px 51px -10px rgba(0,0,0,0.51);
  box-shadow: 0px 14px 51px -10px rgba(0,0,0,0.51);
}
#cta-bottom-txt-2-1{
  opacity: .5;
  font-size: 15px;
  left: 94px;
  position: absolute;
  top: 14px;
}
#cta-bottom-txt-2-2{
  position: absolute;
  top: 32px;
  left: 94px;
  font-weight: bold;
}
/* Mobile*/
@media screen and (min-width: 480px){
  
}
/* Tablet*/
@media screen and (min-width: 813px) {
  #cta-bottom-2{
    display:block;
  }
}
/*BOTTOM CTA BTN 2 END=========================*/






/* section5 Footer ====================================================*/
#section5{
  width:100%;
  background:white;
  height: 130px;
  font-size: 14px;
  z-index:20 !important;
}

#section5 div{
  display: inline-block;
}

#section5 a{
  margin:10px;
  color:grey;
}

.black-footer{
  background:black !important;
}

/* GALLERY PAGES ====================================================*/
#section-gallery{
  max-width: 1024px;
}

.p-gallery{
  text-align: left !important;
  max-width: 600px;
}

.time-badge{
  width: 130px;
  height: 50px;
  background: #373737;
  border-radius: 30px;
  line-height: 50px;

  text-align:center;

  margin:auto;


  -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.40);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.40);
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.40);

}


/*IMPRESSUM*/
small {font-size: 13px;}



#gutschein {
  position: relative;
  top:100px;
  animation-name: example;
  animation-duration: .8s;
  -webkit-animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes example {
  from {top:100px; opacity:0;}
  to {top:0px;opacity:100%;}
  -webkit-animation-fill-mode: forwards;
}
</pre></body></html>