body.is_home {
	overflow-x:hidden;
}

.alert a {
	color:#fff;
	font-weight:bold;
}

h1.title, h2.title, h3.title {
  padding-top:0;
  margin-top:0;

}

body {
	background-color:#fcfcfc;
}

body.is_home {
	padding-top:60px;
}

.is_home .alert {
	margin:20px 0;
}

.container-vi {
  max-width:900px;
}

.bestell label {
  padding-top:5px;
  min-height:35px;
}

.bestell .row {
  margin-bottom:10px;
}

.sep-xs {

  border-bottom:1px dotted #ccc;
  margin-bottom:10px;
}

@media(max-width:769px) {
  .bestell .form-control {
    margin-bottom:10px;
  }
}

.heading-title
{
	margin-bottom: 100px;
}

.pricingTable{
    text-align: center;
		border:1px solid #eee;
		background:#fff;
}

.pricingTable > .pricingTable-header{
    color:#fff;
}

.pricingTable-header > .heading{
    display: block;
    background: #5f6899;
    padding: 17px 0;
    text-transform: uppercase;
}

.heading > h3{
    margin: 0;
    font-size: 19px;
}

.pricingTable-header > .price-value{
    background: #727cb6;
    display: block;
    padding-bottom: 13px;
    font-size: 16px;
}

.pricingTable-header > .price-value > span{
    font-size: 30px;
}

.pricingTable-header > .price-value > .mo{
    font-size: 16px;
}

.pricingTable > .pricingContent{
    color:#737373;
    text-transform: capitalize;
}

.pricingTable > .pricingContent > ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.pricingTable > .pricingContent > ul > li{
    padding: 20px;
    position: relative;
}

.pricingTable > .pricingContent > ul > li:before{
    content: "";
    border-bottom: 1px solid #cbcdcd;
    margin-left: -72px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 144px;
}

.pricingTable-sign-up{
    padding: 30px 0;
}

.pricingTable-sign-up > .btn-block{
    width: 70%;
    margin: 0 auto;
    border-radius: 0px;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out 0s;
}


.pink .heading{
    background: #d65f73;
}

.pink .price-value{
    background: #ed687c;
}

.orange .heading{
    background: #c86f22;
}

.orange .price-value{
    background: #e67e22;
}

.green .heading{
    background: #087a78;
}

.green .price-value{
    background: #008b8b;
}

@media screen and (max-width: 990px){
    .pricingTable{
        margin-bottom: 20px;
    }

		.footer-copy {
			display:block;
			text-align: center;
		/*	border-bottom:1px solid #eee;
			margin-bottom:10px;*/
			padding-bottom:10px;

		}

		.footer-agb {
			border-left:none !important;
		}
}

.container-push {
    min-height: calc(100vh - 134px);
}

#footer {
    background:#fff;
    border-top:1px solid #eee;
    padding:10px 0 0 0;
}

#footer a {
    border-left: 1px solid #eee;
    margin: 0 ;
    padding: 0 15px;
    display:inline-block;
}


@media only screen and (max-width:680px){
   .navbar-nav   .dropdown-menu{
        display: block;
        position: static;
        background-color:transparent;
        border:0 none;
        box-shadow:none;
        margin-top:0;
        position:static;
        width:100%;
    }
    .navbar-nav .dropdown-menu > li > a,
    .navbar-nav .dropdown-menu .dropdown-header {
        padding:5px 15px 5px 25px;
    }
    .navbar-nav .dropdown-menu > li > a{
        line-height:21px;
    }
    .navbar-nav .dropdown-menu > li > a{
        color:#fff;
    }


		.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
			max-height: calc( 100vh - 100px );
		}

	nav .dropdown-menu .divider{
		background-color:#34be6b;
	}

	nav .navbar-nav>li {
		border-bottom:1px solid #34be6b;
	}

	#navbar > .nav {
		margin-top:0;
		margin-bottom:0;
	}

}

.section-title {
	font-size:24px;
	font-weight:bold;
	margin-bottom: 20px;
	margin-top:10px;
}


.section-subtitle {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 30px;
	margin-top:0px;
}



.section-divider::after {
    width: 100px;
    height: 4px;
    background: #888;
    position: relative;
    top: 10px;
    content: " ";
    display: block;
    margin: 0 0 20px 0;

}