	html, body {
		height:100%;
		width:100%;
	}

	body {
		background:url(../images/Smartphone_bg.png) no-repeat center center fixed;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}
	
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #000033;
        background-color: #E7E7E7;
	}
    
	.navbar {
	    opacity: 0.8;
	}

    .container  {

    }

    .videocontainer-top {
        font-size:20px;
        font-weight: bold;
        color:#red;
        padding-bottom:20px;
        text-align: center;
    }

    .videocontainer-bottom {
        font-size:18px;
        font-weight: bold;
        color:#000033;
        padding-top:20px;
        padding-bottom:35px;
        text-align: center;
    }

     .leadtext {
        color:#000033;
        padding-bottom: 20px;
        font-size: medium;
     }

	.home-section {
		height:auto !important;
		min-height:100%;
		overflow:hidden;
		padding-top:100px;
		background-size: ;
		background-color: ;

	}
	
	.kontakt-section {
		height:auto !important;
		min-height:100%;
		overflow:hidden;
		padding-top:80px;
        padding-left:;
		background-color:#eee;
        color:#000033;
        font-size:18px;
	}

	.impressum-section {
		height:auto !important;
		min-height:100%;
		overflow:hidden;
		padding-top:80px;
		background-color:#eee;
	}

    .impressum {
        font-size: 16px;
        color:#1d5352;
    }

    .disclaimer {
        font-size: 14px;
        color:#1d5352;
    }

	.footer-section {
		height:auto !important;
		min-height:50px;
		overflow:hidden;
		padding-top:20px;
		padding-bottom:20px;
		background-color:#eee;
		color:#1d5352;
		text-align:center;
	}

#mybutton {
  display: none;
  color: #ffffff;
  background-color: ;
  width: ;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}

#cbform {
  display: none;
  background-color: #FFFFFF;
  opacity:0.7;
   -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.label-form {
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom:10px;
}

    .flowplayer {
/*  background: #000 url(//muster.wl-erfolg.de/images/video.png) no-repeat;
  background-size: cover;

   /* remove vertical space for minimal timeline */
   margin-bottom: -3px;
}
/* do not show minimal timeline on mouseout */
.flowplayer.is-mouseout .fp-timeline {
   height: 0;
}

/* show all controls, except fullscreen, in poster state */
.is-poster.flowplayer .fp-controls,
.is-poster.flowplayer .fp-time {
  display: block !important;
}

.fp-embed {
   display: none
}

.flowplayer .fp-buffer, .flowplayer .fp-progress {
  cursor: default;
}

 .cb-success {
   color: #CC0000;
   font-size: x-large;
   font-weight: bold;
 }

.btn-success1 {
    color: #EEEEEE;
    font-size: large;
    font-weight: ;
    background-color:#FF9900;
    border: solid;
    border-width: 2px;
    border-color: #EEEEEE;

    
}


.btn-block {
	opacity: 0.9;	
}

.form-control {
	opacity: 0.9;
}
