*{
  margin: 0;
  padding: 0;
  font-family: "Open Sans",sans-serif;
  text-decoration: none;
  list-style: none;
}
 .hoverTable tr:hover {
          background-color: #cccccc;
    }
.page-id-68 .entry-title {
display: none;
}
.page-id-47 .entry-title {
display: none;
}
.container{
  max-width: 100%;
  margin: auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}

.pricing-table{
  background: #f1f1f1;
  flex: 1;
  margin: 10px;
text-transform: capitalize;
}

.pricing-header{
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.price{
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.price span{
  font-size: 30px;
}

.title{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,50%);
  width: 80%;
  max-width: 360px;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
}

.pricing-list{
  padding: 10px 20px;
   
}

.pricing-list li{
  margin: 8px 0;
  font-size: 12px;
  color: #344;
  text-align: left;
}

.border{
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: auto;
}
.details{
  color: #2980b9;
}
.pricing-table a{
  display: block;
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  border: 1px solid;
  max-width: 360px;
  transition: .2s linear;
}
.pricing-table a:hover{
  border-radius: 30px;
}
.table1 .pricing-header{
  background: #2980b9;
}
.table2 .pricing-header{
  background: #2c3e50;
}
.table3 .pricing-header{
  background: #c0392b;
}
.table4 .pricing-header{
  background: #0B610B;
}
.table1 .title{
  background-image: linear-gradient(125deg,#3498db,#9b59b6);
}
.table2 .title{
  background-image: linear-gradient(125deg,#34495e,#95a5a6);
}
.table3 .title{
  background-image: linear-gradient(125deg,#e74c3c,#f39c12);
}
.table4 .title{
  background-image: linear-gradient(125deg,#0B6138,#298A08);
}

.table1 a{
  color: #2980b9;
}
.table2 a{
  color: #2c3e50;
}
.table3 a{
  color: #c0392b;
}
.table4 a{
  color: #0B610B;
}
.table1 a:hover{
  background: #2980b9;
  color: #fff;
}
.table2 a:hover{
  background: #2c3e50;
  color: #fff;
}
.table3 a:hover{
  background: #c0392b;
  color: #fff;
}
.table4 a:hover{
  color: #fff;
    background: #0B610B;
}
@media screen and (max-width:780px) {
  .pricing-table{
    flex: 100%;
  }
	.box-container{
    flex: 100%;
  }
	
	
}


.bo {width: 170px; height:170px; border-radius:50%; }
.boimg { border:3px solid #eeeeee; }
.bo2 {width: 170px; height:170px; border-radius:50%; }


.box-container{
  justify-content: center;
align-items: center; 
  
	width:100%;
	 border:1px solid #eeeeee;
}
.ueberschrift {
  /* Spalte linksbündig */
  width:100%;
  padding:5px;
  border-bottom:3px solid #eeeeee;
  border-width: 1px;
  border-color: grey;
  text-align: left;
  vertical-align: middle;
	font-size: 16px;
	color:#ffffff;
	font-weight:bold;
	/*flex:1;*/
}

.ueberschrift-back1{
	background-image: linear-gradient(125deg,#3498db,#9b59b6);
}
.ueberschrift-back2{
  background-image: linear-gradient(125deg,#34495e,#95a5a6);
}
.ueberschrift-back3{
  background-image: linear-gradient(125deg,#e74c3c,#f39c12);
}
.ueberschrift-back4{
  background-image: linear-gradient(125deg,#0B6138,#298A08);
}

/*BOX 1*/
.boxer .box {
/* Spalte linksbündig */
display: table-cell;
padding-top:5px;
 width:30%;
 align-items: center; 
  text-align: center;
 justify-content: center;
	 border-right:1px solid #eeeeee;
padding-right:2px;	
padding-left:2px;
	font-size: 12px;
}
.box a{
	color:#ffffff;
	text-decoration:underline;
}
.box-back1{
  background: #2980b9;
}
.box-back2{
  background: #2c3e50;
}
.box-back3{
  background: #c0392b;
}
.box-back4{
  background: #0B610B;
}
/*BOX 2 RECHTE SEITE*/
.boxer .box2 {
  /* Spalte linksbündig */
  display: table-cell;
   margin: auto;
 width:70%;
  text-align: center;
  vertical-align: top;
		font-size: 14px;
}

.boxer .box2 a{
  display: block;
  
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  border: 1px solid;
  max-width: 70px;
  transition: .2s linear;

}
.box2 a:hover{
  border-radius: 30px;
}


.seflexcontainer{
      display:flex;
      justify-content: space-around;
      flex-wrap: wrap;
  } 

.hcontainer{
    width: 100%;
    margin: auto;
    overflow: hidden;
   font-size: 100%;
    margin-top: 20px;
}



.hcontainer ul{
    padding: 0px;
    margin: 0px;
	
}

.hcontainer ul li{
    float:left;
    list-style: none;
    width:25%;
    height:300px;
    border-top-left-radius: 20px;
	 border-top-right-radius: 20px;
    margin :20px 0px 20px 55px; 
    border:1px solid #cccccc;
    box-sizing: border-box;
}
.hcontainer ul li:hover{
    /*opacity: 0.8;*/
}
.hcontainer ul li .hnetz:hover{
 background:#37d38f;
}

.hcontainer ul li .hnetz{
 padding-top:2px;
	padding-bottom:2px;
	vertical-align:middle; 
	border-top:1px solid #cccccc;  
	align-items: center;
	justify-content: center;
}
.hcontainer ul li .hnetz img{
vertical-align: middle;
}

.hcontainer ul li .htitle{
    width: 100%;
    height:50px;
    line-height: 50px;
    /*background: blue;*/    
    text-align: center;
    color:white;
	background-image: linear-gradient(125deg,#3498db,#9b59b6);
    border-top-left-radius: 20px;
	 border-top-right-radius: 20px;
	font-size: 20px;
  
}
.hcontainer ul li .htitle{
		font-size: 20px;
}
.hcontainer ul li .himg{
    width: 40%;
    /*height:50px;
    line-height: 50px;*/
     text-align: center;
    color:white;
    font-size: 20px;
   float:left;
}

.hcontainer ul li .htext{
  margin: 0px 0;
  font-size: 12px;
  color: #344;
  width: 60%;
	float:right;

	vertical-align:top;
}
@media screen and (max-width:1250px){
    .hcontainer ul li{
        width:80%;
        margin-left: 40px;
         
    }
	 .powcontainer ul li{
        width:80%;
        margin-left: 40px;
         
    }
}


/*POWERBNAK2*/

/* CSS Document */

  .powcontainer{
    width: 100%;
    margin: auto;
    overflow: hidden;
   font-size: 100%;
    margin-top: 20px;
}



.powcontainer ul{
    padding: 0px;
    margin: 0px;
	
}

.powcontainer ul li{
    float:left;
    list-style: none;
    width:45%;
    height:300px;
    border-top-left-radius: 20px;
	 border-top-right-radius: 20px;
    margin :20px 0px 20px 55px; 
    border:1px solid #cccccc;
    box-sizing: border-box;
}
.powcontainer ul li:hover{
    /*opacity: 0.8;*/
}
.powcontainer ul li .powlink:hover{
 background:#37d38f;
}

.powcontainer ul li .powlink{
 padding-top:2px;
	padding-bottom:2px;
	vertical-align:middle; 
	border-top:1px solid #cccccc;  
	align-items: center;
	justify-content: center;
}
.powcontainer ul li .powlink img{
vertical-align: middle;
}

.powcontainer ul li .powtitle{
    width: 100%;
    height:50px;
    line-height: 50px;
    /*background: blue;*/    
    text-align: center;
    color:white;
	background-image: linear-gradient(125deg,#3498db,#9b59b6);
    border-top-left-radius: 20px;
	 border-top-right-radius: 20px;
	font-size: 20px;
  
}
.powcontainer ul li .powtitle{
		font-size: 20px;
}
.powcontainer ul li .powimg{
    width: 40%;
    /*height:50px;
    line-height: 50px;*/
     text-align: center;
    color:white;
    font-size: 20px;
   float:left;
}

.powcontainer ul li .powtext{
  margin: 0px 0;
  font-size: 12px;
  color: #344;
  width: 60%;
	float:right;

	vertical-align:top;
}

