.current-menu-item {
	span {
		font-weight: 500;
	}
}

.vc_single_image-img {
	max-height: 570px;
}

.wpcf7-response-output {
	text-align: center;
}

.sc_promo_content {
	small {
		margin-top: 10px;
	}
}

.grecaptcha-badge { 
    visibility: hidden;
}

.trx_addons_hover_content {
	display: none;
}

.sc_action_item_title {
	font-size: 2em;
}

.trx_addons_hover_mask {
	display: none;
}

.top_panel_custom {
	margin-bottom: 0 !important;
}

//pricing table - Leistungen

.pricing-table-container {
  display: flex;
  flex-wrap: wrap;
}

.identation-content {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;

  .identation-text {
    margin-left: 10%;
		font-size: 16px;
		color: #c9727a;
		
		.desc {
			color: #454550;
			font-size: 11px;
		}
  }
}

.title {
  display: flex;
  justify-content: center;
	font-size: 26px
}

.pricing-table {
  width: 100%;
	margin-bottom: 30px;

  .pricing-table-products {
    padding: 20px;
		background-color: white;

    .pricing-table-product {
      display: flex;
      justify-content: space-between;
      margin-top: 20px;
			
			.name {
				color: #c9727a;
				font-size: 16px;
			}
			
			.desc {
				font-size: 11px;
			}
    }

    .pricing-table-product:last-of-type {
      padding-bottom: 20px;
    }
 }
}

.pricing-table:last-child {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
	.wpcf7-list-item-label {
		font-size: 9px !important;
	}
	
	.sc_testimonials_item_content {
		font-size: 11px !important;
	}
	
	.wpb_wrapper {
		.sc_layouts_logo {
			text-align: left;
		}
		
		a {
			text-align: center;
		}
		
		.sc_item_button {
			text-align: center;
		}
	}
	
	#rating-slider-slide {
		.sc_item_descr {
			display: block;
			margin-top: 3px;
		}
	}
	
	.widget_slider {
		.sc_item_title {
			font-size: 1.3em !important;
			margin-top: -15px !important;
		}
		
		.sc_item_button {
    margin-top: 10px !important;
		display: block !important;
		
		
			.sc_button {
				padding: 3px;
				text-align: center;
				font-size: 8px;
			}
		}
	}
}

@media only screen and (min-width: 768px) {
	
	.menu-item-3392 {
		display: none;
	}
	
	.sc_action_item_title {
		font-size: 3em;
	}
	
	.top_panel_custom {
		margin-bottom: 30px !important;
	}
	
  .pricing-table-container {
    display: flex;
    flex-wrap: wrap;
		justify-content: space-around;
  }

  .pricing-table {
    width: 48%;
		margin-bottom: 50px;
 
    .pricing-table-products {
      padding: 30px;

      .pricing-table-product {
        display: flex;
        justify-content: space-between;
				margin-top: 20px;
				
				.desc {
					font-size: 13px;
				}
				
				.name {
					font-size: 22px;
				}
      }
    }
		
		.identation-text {
    	margin-left: 10%;
			font-size: 22px;
			
			.desc {
					font-size: 13px;
				}
  	}

    .title {
      display: flex;
      justify-content: center;
    }
  }
}
