    /* ============ Duke Bauservice ========== */

/* ==== Stand:04.12.2021 ==== */

  
* {
 /*border:rgb(95, 93, 93) dashed;*/
 margin:0;
 padding:0;	/* Textabstand zum Blockrand */
}
	
html {
 height:100.1%;
 font-size:100.1%;
 
}
	
body {
 /*height:100%;
 font:14px arial;
 font-weight:100;
 line-height:18px;
 color:#000;*/
 /*=======background: url(img/Grundriss.png) top center no-repeat; ============*/

 background:rgb(233, 233, 231 0,7);
 max-width: 45rem;
 padding: 0rem 1rem 1rem 1rem;
}
@media screen and (min-width: 1200px) {
 body {
  max-width: 65rem;
 }
}

@media screen and (max-width: 760px) {
 body {
  padding: 0.3rem;
 }

}
	
a {
 text-decoration:none;
 color:#000;
}
	
a:hover,
a:focus,
a:active {
 color: rgb(43, 76, 226);
 /*font-size:17px; /* Schriftgröße */
 font-weight: bold;  /* textstärke (bold, bolder, 20px) */
 background-color:inherit;
 /*background-image: radial-gradient();*/
}
	
h1 {
 font-size:24px; /* Schriftgröße */
 color: black;
 
}
	
h2 {
    color: red;
    font-size: 26px;
    font-weight:400;
    margin-top:-10px;
    
}
	
h3 {
    color: black;
    font-size:18px;
    font-weight:400;
    margin-top:-10px;

}
	
p {
 margin:0;
 padding: 5px 0 10px 0;

}
	
	
	
acronym {
 color:#666;
 cursor:help;
}
	
/* ==== Container ==== */
#container {
position: absolute;
 width: 1600px;
 padding: 0px;
 margin: 0px auto 0px auto;
 color:#000;
}

/* ==== Header ==== */

#header {
 position: fixed;  
 max-height: 500px;
 MIN-width: 1400px;	/* Breite = (Seite nach oben, rechts, unten, links ) einstellen */
 padding: 0px 0px 0px 30px;	/* Textabstand zum Blockrand */
 color:#000;
 z-index: 5;
 /*background-color: rgb(235, 37, 37);	/* Blockhintergrundfarbe */
}
	

#headerleft {
 position: fixed; 
 margin: 10px 0px 0px 55px;
 padding: 10px 0px 0px 10px;	/* Textabstand zum Blockrand */
 font-size:20px;
 min-height: 70px;
 min-width: 60px;	 /*Breite = (in ...px) einstellen */
 z-index: 6;
 background: rgb(248, 246, 246, 0.5); /* Blockhintergrundfarbe */
 border-radius: 5px;
 border: red solid 2px;

}

#headerright {
 position: fixed; 
 margin: 10px 0px 0px 1200px;
 padding: 20px 0px 0px 25px;
 min-height: 35px;	/* Blockhöhe: ...px */
 min-width: 220px;	/* Blockbreite: ...px */
 z-index: 7;
 background:rgb(248, 246, 246, 0.5);
 border-radius: 30px;
 border: red solid 2px;

}

#headercenter {
 position: relative;  
 margin: -55px 0 0 10px;  
 padding: 15px 0px 0px 0px;
 min-height: 30px;	/* Blockhöhe: ...px */
 max-width: 1150px;	/* Blockbreite: ...px */
 background:rgb(248, 246, 246, 0.8);
	/* Blockhintergrundfarbe */
 /*border: black solid 2px;  /* Blockfarbe, -Style , -Stärke */
 /*opacity: 0.8;  /* Blockhtranparenz */
 border-radius: 10px;
 border: black solid 2px;
 z-index: 5;
}
   
	
/* ==== Infobar ==== */
	
#infobar {
 position: relative;
 margin: 300px 0px 30px 40px;
 padding: 0px 0px 0px 0px;
 clear:both;
 min-height:70px;
 max-width: 1450px;
 padding:0;
 background:rgb(248, 246, 246, 1);
 border-radius: 10px;
 border: black solid 2px;
}
	
#infobarleft {
 position: relative;
 margin:0px 0px 0px 10px;
 padding: 20px 0px 0px 0px;
 min-width:10px;
 color:white;
 min-height:20px;
 /*background-color: rgb(228, 190, 190);*/
}
	
#infobarright {
 position: relative;
 margin:-40px 0px 0px 1200px;
 min-width:1160px;
 color:#000;
 min-height:20px;
 padding:0px 10px 0px 0px;
 /*background-color: rgb(190, 228, 222);*/

}
	
/* ==== Sidebar ==== */

#sidebar {
 position: relative;
  margin: 40px 0px 0px 40px;
 padding: auto;
 min-width: 230px;
 line-height:12px;	/* Textliniehöhe ...px*/
 font-size:14px;		/* Texthöhe ...px*/
 min-height: 400px;
 max-width: 200px;
 background:rgb(248, 246, 246, 1);
 border-radius: 30px;
 border: black solid 2px;

}
	
#sidebar ul {
 margin:5px 0px 0px 20px;
 padding: 10px 0px 0px 20px;
 line-height:30px;	/* Textlinieabstand ...px*/
 list-style: none
 /*background-color: rgb(245, 246, 243);*/

}
	
#sidebar ul li {
 margin:5px 0px 0px 15px;
 padding:2px 0px 0px 3px;
 line-height:60px;	/* Textlinieabstand ...px*/
 /*background-color: rgb(132, 173, 49);*/
 
}
	
#sidebar ul li.untermenue_t {
    margin: 5px;
    padding: 10;
    line-height:30px;
    
    /*background-color: rgb(184, 180, 206);*/
   
   }	

	
#sidebar ul li.untermenue {
 margin:0 0 0 20px;
 padding:0;
 line-height:22px;
}
	
#sidebar ul li.untermenue_l {
 margin:30px 0 0 0px;
 padding:0;
 line-height:20px;

}
	
/* begin Container schmal */
	
#content_s {
 position: relative;
 margin: -405px 0px 0px 370px;
 padding:50px 150px 5px 150px;
min-width: 750px;
 min-height:1100px;
 clear:both;
 z-index: 1;
 text-align: justify; /* Textausrichtung Blocksatz */
 border-radius: 30px;
 max-width:400px;
 min-height:1000px;
 border: black solid 2px;
 border-radius: 30px;
 background:rgb(248, 246, 246, 1);

}


/* begin Bildhöhe senkrecht */


#columnhl {	
    position: relative;
    margin: -405px 0px 0px 330px;
    padding: 20px 20px 0px 20px;
    max-width: 600px;
    min-height: 1200px;
   /* text-align: justify; /* Textausrichtung Blocksatz */
    background:rgb(248, 246, 246, 1);
    border-radius: 30px;
    border: black solid 2px;   
}

           
#columnhr {
    /*float: right;*/
    position: relative;
    margin: -1225px 150px 5px 1030px;
    padding: 20px 20px 5px 20px;
    max-width: 480px;
    min-height: 1200px;
    background:rgb(248, 246, 246, 1);
    border-radius: 30px;
    border: black solid 2px;
   
}

#columnhr_a {
    float: right;
    margin: 0px -30px 0px 0px;
    padding: 20px 5px 5px 5px;
    min-width:400px;
    min-height:10px;
   /*background-color: rgb(201, 45, 45);*/
}


/* end Bildhöhe */


/* begin Container breit */

#content_b {
 position: relative;
 margin: -400px 0px 0px 320px;
 padding: 20px 30px 10px 30px;
 max-width:1110px;
 color:#000;
 min-height: 1100px;
 clear:both;
 z-index: 1;
 /*text-align: justify; /* Textausrichtung Blocksatz */
 text-align: left;
 border-radius: 30px;
 border: solid black 2px;
 background:rgb(248, 246, 246, 1);
}



/* begin Bildbreite */
#columnbl {	
 /*float: left;*/
 position: relative;
 margin: -400px 0px 0px 320px;
 padding: 20px 20px 0px 20px;
 max-width:650px;
 min-height:1500px;
 z-index:2;
 /*text-align: justify; /* Textausrichtung Blocksatz */
 background:rgb(248, 246, 246, 1);
 border-radius: 30px;
 border: black solid 2px;

}

#columnbl ul li.untermenue_Ue {
    margin:0px 0 0 10px;
    padding:10px 40px 0 0;
    line-height:25px;
    text-decoration: underline black;
    list-style: none
    /*background-color: rgb(184, 180, 206);*/
   
}

#columnbl ul li.untermenue_Ue_a {
    margin:0px 0 0 20px;
    padding:0 40px 0 0;
    line-height:25px;
    list-style: none
    /*background-color: rgb(184, 180, 206);*/
   
}

#columnbl ul li.untermenue {
    margin:0 0 0 30px;
    padding:0 50px 0 0;
    line-height:20px;
    list-style: none
}

#columnbr {
 /*float: left;*/
 position: relative;
 margin: -1524px 0px 0px 1050px;
 padding: 20px 20px 0px 20px;
 max-width: 400px;
 min-height: 1500px;
 /*text-align: justify; /* Textausrichtung Blocksatz */
 background:rgb(248, 246, 246, 1);
 border-radius: 30px;
 border: black solid 2px;

}

#columnbr_a {
    float: left;
    margin: 0px 0px 5px 0px;
    padding: 15px 2px 5px 10px;
    min-width: 100px;
    min-height:70px;
    /*text-align: justify; /* Textausrichtung Blocksatz */
    /*background-color: rgb(79, 107, 78);*/
   }
   
/* end Bildbreite */

#navigation a{
    margin: 400px 0px 0px 0px;
    padding: 15px;
    
}    


.bild_g{
 margin-top:4px;

}

.bild_kl{
 margin:15px 3px 0 3px;

}

#Seite nach oben {
 width:600px;
 color:#000;
 margin-top:28px;
}

/* ==== fussnote ==== */
	
#fussnote {
 Position:relative;
 margin: 300px 120px 0px 0px;
 min-width: 1000px;
 min-height:100px;
 clear:both;
 font-size:14px;		/* Texthöhe ...px*/

}
	
#imp {
 position: relative;;
 margin:35px 0 0 350px;
 min-width:50px;
 min-height: 30px;

}
		
#drucken {
 position: relative;
 margin:-50px 0 0 900px;
 min-width:580px;
 min-height: 30px;
}


#fw {
 width:1000px;
 height: 1px;
}
		
.rot {
 color:red;
}
		
.blau {
 color:rgba(9, 9, 110, 0.87);
}

#links {
 position: relative;
 margin: 100px 0px 0px 450px;
 padding: 5px 5px 2px 5px;
 min-width:30px;
 min-height:100px;
 
}

#links_a {
    position: relative;
    margin: 200px 0px 0px 20px;
    padding: 5px 5px 2px 0px;
    min-width:30px;
    min-height:100px;
    font-size:22px; /* Schriftgröße */

   }

#rechts {
    float: left;
    margin: -230px 0px 0px 910px;
    padding: 5px 5px 2px 5px;
    width:300px;
   min-height:100px;
   }

   #rechts_a {
    float: right;
    margin: -620px 70px 0px 0px;
    padding: 5px 5px 2px 5px;
    max-width:600px;
    max-height:705px;
    border-radius: 5px;
    border: solid black 0px;
   }

   
#Randlinks {
    position: absolute;
    width: 20px;
    height: 2000px;
    top: 10px;
    border: 1px dashed #900;
    background-color: #fdd;

}		

#Randrechts {
    position: absolute;
    width: 20px;
    height: 2000px;
    top: 10px;
    right: 140px;
    border: 1px dashed #900;
    background-color: #fdd;
   }		

/* <img src="bild.png" class="gr15"> */
img.gr15 {
    margin-top:44px;
    transition: transform 0.5s;
}
   img.gr15:hover {
    transform: scale(1.5, 1.5);
}

/* <img src="bild.png" class="gr20"> */
img.gr20 {
    margin:top 10;
    transition: transform 0.5s;
}
   img.gr20:hover {
    transform: scale(1.8, 1.8);
}

/* <img src="bild.png" class="gr30"> */
img.gr30 {
    margin-top:44px;
    transition: transform 0.5s;
}
   img.gr30:hover {
    transform: scale(3.0, 3.0);
}

/*-- == Start === Laufschrift  ===--*/

  marquee#starwars {
   font-family: Arial, Sans-Serif;
   color: red;
   font-size: 1.5rem;
   transform: perspective(100px) rotateX(15deg);
   perspective-origin: 50% 100px;
   padding-left: 12%;
   margin: 0px Auto 0px Auto;
   width: 650px;
   height: 150px;
   cursor: Default;
  }
  
  div#skywalker {
   /*background: Black;*/
   width: 650px;
   height: 250px;
  }
  
  div#kenobi {
   width: 480px;
   text-align: Justify;
  }
/*-- ==Ende === Laufschrift  ===--*/

table {
  /*  border: 3px solid #780000;*/
    width: 100%;
 }

table.doFixed {
    table-layout: fixed;
 }