#vergleich {
    margin-top:40px;
    margin-bottom:40px;
}


#vergleich table {
    width: 100%;
    border-collapse: collapse;
}

#vergleich tr:nth-of-type(even) {
    background: #eee;
}


#vergleich th {
    background: green;
    color: white;
    font-weight: bold;
    vertical-align:top;
}

#vergleich td, th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}

#vergleich th:nth-of-type(odd) {
    background:#006600;
}

#vergleich th:nth-of-type(1) {
    background: white;
}

#vergleich th p br {
    display:none;
}

#vergleich td b {
    font-weight:bold;
}

#vergleich td p {
    font-size:12px;
    margin:0;
    padding:0;
    line-height:1.3;
    margin-bottom:10px;
}


#vergleich td div p {
	font-size:14px;
	line-height:1.4
	
}

#vergleich td span div h1 {
	font-size:16px;
	line-height:1.3;
	font-weight:bold;
	margin-bottom: 5px;
}



#vergleich th p a {
	color:yellow;
	/* text-decoration:underline; */
	text-decoration:none;
}

#vergleich th p a:hover {
	color:white;
	

}

#vergleich table th p span  {
	color:white;
	/* text-decoration:underline; */
	text-decoration:none;
}

#vergleich table th p span:hover {
	color:red;
	

}





/* kleiner fuer MwSt. */
#vergleich table td span {
	font-size:11px;
	color:red;
}

#vergleich table th span {
	font-size:11px;
	color:yellow;
	
}




#vergleich table td span div {
	color:black;
	font-size:14px;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 620px;
  background-color: #555;
  color: black;
  text-align: center;
  border-radius: 6px;
  border: 1px solid gray;
  padding: 20px 20px;
  position: absolute;
  z-index: 1;
/*  bottom: 125%;*/
  left: 50%;
  top:12%;
  font-size:14px;
  margin-left: -80px;
  text-align:left;
  background:#E8E2C5; 
 /* FARBE WICHTIG!*/
  
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;

}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
/*  -webkit-animation: fadeIn 1s;*/
/*  animation: fadeIn 1s;*/
}

/* Add animation (fade in the popup) */
/*
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
*/



@media (max-width: 600px) {

    #vergleich th p br {
        display:block;
    }


    #vergleich th p {
        writing-mode: vertical-rl;
        transform: rotate(180deg); 
        white-space: pre;
        width: 25px;
        padding:0;
        margin:0;
    }

    #vergleich td b {
        font-weight:normal;
    }

	.popup .popuptext {

		width:420px;
}

}


@media (max-width: 420px) {
    #vergleich th p br {
        display:none;
    }

	.popup .popuptext {

		width:300px;
}
}
