/* CSS Document */



.s1 {
  background: #cecece;
  color: black;
  margin: 0 1rem 1rem 1rem;
    margin-top: 0px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
  padding: 0 0 1rem 1rem;
  border: 1px solid black;}

.s2 {
background:#FFF;
margin-bottom: 1rem;
margin-left:10px;
border:1px solid black;
width:50%;
}

.s3 {
background:#ffa700;
margin:0 1rem 1rem 1rem;
border:1px solid black;
}

.gr
{
width:45%;
float:left;
text-align: center;
}


.button {
	height: 3rem;
	width: 18rem;
	border: 4px solid black;
	border-radius: 1.5rem;
	background-color: blanchedalmond;
	font-size: 1.5rem;
	font-weight: bolder;
	margin-left: 4rem;
	margin-bottom: 1rem;
}


.field_produkte{margin:0.5rem;padding-left:0.2rem;}

 
 .preis
 {
	text-align: center;
	border: 2px solid red;
	border-radius: 2rem;
	padding: 1rem;
	margin-top:0.5rem;
	background-color: #ec9e9e;
 }
 
 
#field_mail legend {
	margin-left: 3rem;
	border: 2px solid black;
	border-radius: 1rem;
	background-color: #e2e6dc;
	padding: 0.5rem;
	font-size: 1.5rem;
	color: black;
}
 
 
 
#field_mail {
margin: 1rem;
background-color: #484545;
border-color: #0b0a0a;
display:none;
} 
  
 
#field_mail1 {
	display: grid;
	grid-template-columns: 10rem 21rem;
	padding:1rem;
	border:none;
}
 
#field_mail1 label,#field_mail1 input{margin-top:0.5rem;} 
 
 
 
.span_produkt{
border: 1px solid black;
display: block;
margin: 0.5rem;
background-color: #e1e1e1;
}


.p_produkt{
width: 13rem;
float: left;
}

.field_summe_gr{float:left;margin:0.5rem 0.1rem 0.5rem 0.5rem;padding:0.45rem; }
.f13{font-size:13;}




fieldset#field_grund1,fieldset#field_grund2 {display: grid;
grid-template-columns: 6rem 4rem 2rem;}


.field_hauptelemente legend, .field_produkte legend
{background-color:azure;
margin-left: 2rem;
border: 1px solid black;
border-radius: 0.5rem;
padding: 0 1rem 0 1rem;
}

.field_masse legend,.field_grund legend,.field_summe legend
{background-color:#ffdb16;;
margin-left: 2rem;
border: 1px solid black;
border-radius: 0.5rem;
padding: 0 1rem 0 1rem;
}

.span_rechner{
background-color: #E7E8E7;
border: 1px solid black;
color: black;
font-weight: normal;
margin-left:0.5rem;
float:left;
padding-top:0.5rem;
}


/* panel-alle */
fieldset.field_hauptelemente,fieldset.field_masse,fieldset.field_grund, .field_summe
{
background-color: #fff;
border: 1px solid black;
margin: 0 0.5rem 0.5rem 0.51rem;
min-height:2rem;
}

.field_masse,fieldset.field_grund,.field_summe{padding:0.41rem;}


.button




/* panel-alle-ende */
/* panel-grundriss */

.is_grundriss{width:40%;}
.is_summe{width:56%;}
/* panel-grundriss-ende */
/* panel-variabel */

.is_variabel{width:56%;
margin-top:1rem;
margin-bottom:1rem;
}
.is_variabel_summe{width:40%;margin-top:1rem;
margin-bottom:1rem;}


/* panels-variabel-ende */

/* panels */
.warpper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tab {
  cursor: pointer;
  padding: 5px 8px;
  margin: 0px 1px;
  background: #32557f;
  display: inline-block;
  color: #fff;
  border-radius: 3px 3px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #00000080;
}

.panels {
  background: #cecece;
  box-shadow: 0 2rem 2rem #00000080;
  min-height: 200px;
  width: 97%;

  border-radius: 3px;
  overflow: hidden;
  padding: 0px;
  color:#000000;
}

.panel {
  display: none;
  animation: fadein 0.8s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.panel-title {
  font-size: 1.5em;
  font-weight: bold;
}

.radio {
  display: none;
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel,
#five:checked ~ .panels #five-panel,
#six:checked ~ .panels #six-panel, 
#seven:checked ~ .panels #seven-panel, 
#eight:checked ~ .panels #eight-panel 
{
  display: block;
}

#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab, 
#four:checked ~ .tabs #four-tab,
#five:checked ~ .tabs #five-tab,
#six:checked ~ .tabs #six-tab, 
#seven:checked ~ .tabs #seven-tab, 
#eight:checked ~ .tabs #eight-tab 
{
  background: #fff;
  color: #000;
  border-top: 3px solid #32557f;
}
/* panels ende */





.zoom{    
      top:0;
    left:0;
    width:100px;
    height:100px;
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;

transition:transform 0.8s;
	
}

.zoom:hover{
    z-index:100;
    max-width:800px;
	max-height:600px;
        
    height:auto;
	width:auto;
    background:#666666;
	
}

.hoverbox{
    position:relative;
    float:left;
    width:150px;
    height:150px;
    margin:5px;
}


