

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */



/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

html, body {
font-family:'open_sanscondensed_light', tahoma,georgia,  arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
font-size:62.5%;
line-height:1.5;
}

body {height:100%;
font-size:1.7rem;
margin: 0 auto;
overflow-x:hidden;
color:#404040;
}


/* ---- überschriften ----- */

h1, h2, h3, h4, h5 {text-align:left;color:#E25100;
font-weight:normal;text-transform:none;
}

h1 {
font-size:3rem;
line-height: 3.5rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {
font-size:2.3rem; 
line-height: 3rem;
margin-top: 1rem;
margin-bottom: 3.5rem;
letter-spacing:1px;
}

h2:after {display:block;
border-top: 1px solid #E25100;
width: 50px;
content: "";
margin-top: 2rem;
}

h3 {
font-size:1.7rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
text-transform:uppercase;
letter-spacing:1px;
}


/* ----- quelltext-erklärungen - wenn vorhanden ----- */

pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
font-family:'open_sanscondensed_light', tahoma,georgia,  arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 1rem 2rem 1rem;
margin:4rem auto;
text-align:center;
border:dotted 0.1rem gold;
background:transparent;
}

pre .extra {display:inline-block;
position:absolute;
left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#fff;font-weight:normal;
background:#363E4E;padding:0 .5rem;
transform:rotate(-45deg);
}

/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#51504E;
text-decoration: underline;
cursor:pointer;
}

a:hover {color:#51504E;
text-decoration: none  ;
}

/* b {color:#51504E;;
text-decoration: underline;
cursor:pointer;
} */

/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
}

/*  ----------------------------------------  */
/*   MEHR LESEN-BUTTON  */
/*  ----------------------------------------  */

/* ----- style ----- */

.button  {display:block;
margin:3rem 0 1rem 0;
text-align:left;
}

.button .mehr_lesen a {display:inline-block;
background:#4D596C;
color:#fff;
text-decoration:none;
padding:.3rem 1rem .3rem 1rem;
border-radius:0;
transition:all  .3s ease-out;
cursor:pointer;border-radius:36rem;
}

.button .mehr_lesen a:hover {color:#fff;
background:#6C7B99;
}


/* ----- icon beim MEHR LESEN-BUTTON ----- */

.button .mehr_lesen a:before {display:inline-block;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f0da" ;
transform:scale(.9);
color:#E25100;
padding: 0 .5rem 0 0;
margin:0;
}

.button .mehr_lesen a:hover:before {color:#fff }



/*  ----------------------------------------  */
/* LISTE-SPEZIAL  */
/*  ----------------------------------------  */

/* ----- style ----- */

.liste-spez   {display:block;margin:0rem;padding:2rem 0 2rem 1rem;text-align:left; }
.liste-spez h3  {text-align:left; }
.liste-spez ul  {display:inline-block;
text-align:left;
margin:0rem 0 0rem 1rem;
padding:0rem;
}

.liste-spez li {list-style:none;
list-style-position: inside; /* rückt gfls zweite zeile ein*/
text-indent:-1.5rem; /* rückt gfls zweite zeile ein */
padding-left:1.5rem; /* rückt gfls zweite zeile ein */
line-height:2.6rem;
}


/* ----- icon ----- */

.liste-spez li:before {display:inline-block;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f058";
margin-right:1rem;
color:#E25100;
transform:scale(.8);
transition:all .2s ease-out;
}

/* icon hover */
.liste-spez li:hover:before  {
transform: translate(0px);
transform:scale(.8);
color:#FFFFFF;
content:"\f058";
font-weight: 900;
}

/*  liste überschrift */
.liste-spez li h3 {
margin-top:-2.5rem;
margin-bottom:2rem;
margin-left:-2rem;
}


/*  icon automatisch vorangestellt aufgehoben für erstes li mit h3-überschrift */
.liste-spez li.header:first-child:before  ,
.liste-spez li.header:hover:first-child:before {
content:"";
}

/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - für Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

/* ---------- boxen - grundsystem ---------- */

.box {display:inline-block;
text-align:left;
vertical-align:top;
width:100%;
padding: 2rem;
margin:0  -.25rem; /* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3,
.box-1_of_4,
.box-1_of_5 {width:100%; }


/* ---------- boxen - bilder ---------- */

.bilder .box ,
#gallery .box {padding:.4rem; }

.bilder .box-1_of_1 ,
.bilder .box-1_of_2 ,
.bilder .box-1_of_3,
.bilder .box-1_of_4,
.bilder .box-1_of_5 {width:100%; }
.bilder .box-1_of_4b  {width: 50%; }
#gallery .box-1_of_2 {width:50%; }
#gallery .box-1_of_3 {width:33.33%; }
#fotoblock .box-1_of_4  {width: 100%; }

/*  bei Mausberührung der Bilder, wenn diese verlinkt sind (z.B Lightbox) */
a:hover img {opacity:.8;  filter: grayscale(1); }


/*  ---------- boxen - andere ---------- */

#about .box-1_of_2 {width: 100%; }
#leistungen .box-1_of_2  {width: 100%; }
#last .box-1_of_2  {width: 100%; }
#fuss .box-1_of_4  {width: 100%; }



/* ############################################################ */
/* haupt */
/* ############################################################ */

#haupt {
width:100%;margin:0 auto;
}


/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {background:transparent;
text-shadow:none;
}


/* ############################################################ */
/* bereich top */
/* ############################################################ */

#top {display:block;
margin: 0 auto;
padding:0rem;
/* background:#51504E; */
background:#51504E;
}

.top-a {background:transparent;
display:table;
width:100%;
margin:0 auto;
text-align:left;
padding:1rem 4rem 1rem 3rem;
}

/* homepagename  DS-Lasertechnik*/

.name {text-transform:uppercase;
display:block;
color:#E25100;
width:auto;
font-weight:normal;
margin:0 auto;
padding:0 0rem;
font-size:2.3rem;
line-height: 2.6rem;
}
/* 
.name:first-letter {text-transform:uppercase;
display:block;
color:yellow;
width: auto;
font-weight:normal;
margin:0 auto;
padding:0 0rem;
font-size:2.3rem;
line-height: 2.6rem;
} */


/* ############################################################ */
/* bereich logo */
/* ############################################################ */

#logo {
display:block;width:100%;
margin:0 auto;
padding:0;
background:#D2D6DF;
background-image:url(../images/B02.png);
background-repeat:no-repeat;
background-position:75% 32%;
background-size:cover;
}


/* Hintergrund hinter Logo  */

.logo-a  {display:table;height:36rem;width:100%;
background:rgba(255,255,255,.0);
margin:0 auto;padding:0;color:black;
text-align:center;
}


/* logo mit schriftzug  */

#logo i {
display:block;background:#343A49;
width:12rem;height:16rem;line-height:16rem;
margin:0 auto;margin-bottom:2rem;
font-size:8rem;
padding:0rem;
color:#E25100;
}

.name-2 {
display:table-cell;text-align:center;vertical-align:middle;
color:black;
widzth:100%;
letter-spacing:1px;
font-weight:bold;
margin:0 auto;
padding:0 2rem;
font-size:2rem;
line-height: 2.2rem;
}

.name-2 span {display:block;font-weight:normal;
color:black;
font-size:1.8rem;
line-height: 2.2rem;
}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */


main#inhalt {display:block;
background:transparent;
padding:0rem;
margin:0 auto;
}

.inhalt-a {display:block;
background:transparent;
width:100%;
margin:0 auto;
padding:4rem 3rem 6rem 3rem;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder ungerade (odd) abschnitt, also 1, 3, 5 , 7 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(odd) .inhalt-a {
/* background:#51504E; */
background:#FFF;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder gerade (even) abschnitt , also 2, 4, 6 , 8 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(even) .inhalt-a {
/* background:#51504E; */
background:#FFF;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - nur der dritte (3) abschnitt auf der STARTSEITE    */
/*  ----------------------------------------  */

.startseite .section-inhalt:nth-child(3)  {
box-shadow:0 0 120px rgba(255,255,255,.4);
text-align:center;
position:relative;z-index:0;/* dient nur dazu das 'box-shadow' immer über den vor-und nachstehenden Objekten steht. */
}

.startseite .section-inhalt:nth-child(3) .inhalt-a {width:100%;
background:transparent;padding:0;
}


/*  ----------------------------------------  */
/* box info  */
/*  ----------------------------------------  */

#info {display:block;margin:0 auto;  }


/*  ----------------------------------------  */
/* box about  */
/*  ----------------------------------------  */

#about {display:block;margin:0  -2rem; }

/*  icons  */

#follow-us .icons {margin:1rem 0; }
#follow-us .icons ul {margin:0;padding:0; }
#follow-us .icons li {display:inline-block;list-style:none;margin:.4rem .4rem;}

#follow-us .icons i {
text-align:center;
font-size:2.2rem;
width:3rem;height:3rem;
line-height:3rem;
color:#D0D3DD;
background:transparent;
transition:all .8s
}

#follow-us .icons i:hover {color:#E25100;transform:rotate(360deg); }


/*  ----------------------------------------  */
/*  FOTOBLOCK                             */
/*  ----------------------------------------  */

#fotoblock  {background:#17161F;margin:0 -.25rem;}

#fotoblock  .box {padding:2rem 3rem;
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
color:#404040;
font-size:1.6rem;
}

/* #fotoblock  h3:first-letter {color:gold; } */

#fotoblock  .a-1 {background-image:url(../images/a01.jpg); min-height:40rem;}
#fotoblock  .a-2 {background-image:url(../images/a02.jpg); min-height:40rem;}
#fotoblock  .a-3 {background-image:url(../images/a03.jpg); min-height:40rem;}
#fotoblock  .a-4 {background-image:url(../images/a04.jpg); min-height:40rem;}


/*  ----------------------------------------  */
/* box leistungen  */
/*  ----------------------------------------  */

#leistungen {display:block;margin:0  -2rem;  }
#leistungen .box {vertical-align:middle; }


/*  ----------------------------------------  */
/*  SPECIALS                               */
/*  ----------------------------------------  */

#specials {display:block;margin:0  -2rem; padding:2rem }

#specials .box {xmargin:0 auto;margin:.5rem 0rem;
background:transparent;
border:solid 1px #727C9A;
border-radius:1rem;
}

#specials .box h3 {
margin: 1rem 0rem 1.5rem 0rem;
text-align:left;
color:#9FA7BB

}


/* icons */

#specials i {margin:1rem 0;
text-align:center;
font-size:2.6rem;
width:5rem;height:5rem;
line-height:5rem;
color:#4F586A;
background:#fff;
border-radius:36rem;
}


/*  ----------------------------------------  */
/*  LAST                              */
/*  ----------------------------------------  */

#last {display:block;margin:0  -2rem; }
#last .box {vertical-align:middle; }



/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {background:#17161F;
margin:0 auto;
padding:0rem ;
}

#fuss {display:block;
margin: 0 auto;
padding:0rem;
}

.fuss-a {display:block;background:transparent;
margin: 0 auto;
padding:2rem 2rem;
}

#fuss .box {
text-align:left;
padding:1rem 1rem;
}

#fuss .box h3 {
text-align:left;
font-size:1.5rem;
color:#fff;
letter-spacing:1px;
font-weight:bold;
text-transform:uppercase;
margin-top: 1rem;
margin-bottom:1rem;
}

/* #fuss .box h3:first-letter {
color:gold;
} */


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate für den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

/* Fussbereich Texte */
#fuss,
#fuss a {
color:#fff;
font-weight:normal;
font-size:1.5rem;
line-height:3rem;
}

.fussmenu  ul {text-align:center;list-style: none;padding: 0;margin: 0; }
.fussmenu li { display:block;text-align:left; }
#fuss li a {text-decoration:none; }
#fuss li a:hover  {color:#fff;text-decoration:underline }


/* ----- icons ----- */

.fussmenu  i,
.fussmenu  a i {color:#4D596C;
transition:all .9s ease-out ;
font-size:1.3rem;
margin-right:1rem;
}

.fussmenu  a:hover i {color:#fff;transform: rotateY(360deg); }



/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* CSS Bildschirmabfragen */
/* ############################################################ */

/* ==================================== ab 320 pixel ================================== */
@media (min-width: 320px) {

/* - hinweis -
für die kleinste smartphone-auflösung von 320 pixel benötigen wir KEINE bildschirmabragen (css-media queries),
denn hierfür gilt ja automtisch der gesamte vorstehende quelltext-code  -
weil wir das template ja 'MOBILE-FIRST' angelegt haben.
*/

}


/* ==================================== ab 360 pixel ================================== */
@media (min-width: 360px) {

/* keine angabe */

}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

.top-a {padding:2rem 5rem; }
.logo-a  {width:33rem; }
.inhalt-a  {padding:4rem 5rem 6rem 5rem; }
.fuss-a {padding:2rem 5rem; }

.bilder .box-1_of_2  {width: 50%; }
.bilder .box-1_of_3  {width: 33.33%;  }
.bilder .box-1_of_4  {width: 50%; }

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

.bilder .box-1_of_5  {width: 20%; }
#fotoblock .box-1_of_4  {width: 50%; }


}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

#fuss .box-1_of_4  {width: 50%; }

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:80%; }

.inhalt-a {padding:4rem 6rem 6rem 6rem }

#fuss .box,
#fuss li a {font-size:1.3rem; }
#fuss .box h3 {font-size:1.3rem; }

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

.top-a {padding:2rem 2rem;}

.bilder .box-1_of_4  {width: 25%; }

#specials {display:table;
width:100%;
border-spacing:1rem .5rem;
}

#specials .box {display:table-cell;width:33.33%;font-size:1.4rem }

#about .box-1_of_2  {width: 50%; }
#leistungen .box-1_of_2  {width: 50%; }
#last .box-1_of_2  {width: 50%; }

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }

}


/* ===================================== ab 1280 pixel ================================= */
@media (min-width: 1280px) {

.top-a {padding:2rem 5rem;}
.inhalt-a  {padding:4rem 11rem 6rem 11rem; }
#fotoblock .box-1_of_4 {width:25%;font-size:1.3rem; }
#fuss .box-1_of_4  {width: 25%; }

}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

/*  keine angabe */

}


/*  +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  +  */