/*
Theme Name: IN-TAKT Website
Theme URI: http://qualedia-agentur.de/projekte/intakt-wordpress/
Author: Qualedia Agentur. Eine Marke der Qualedia Corporence GmbH
Author URI: http://www.qualedia-agentur.de/
Description: IN-TAKT ist eine Musikschule aus dem Raum Ingolstadt.
Version: 1.0
Tags: blue, red, grey, musik, dienstleistung
Text Domain: intakt
*/
/*img{
	max-width: 100%;
	height: auto;	
}*/
ul{
	list-style:none;	
}
.screen-reader-response {
    color: green;
    margin-bottom: 22px;
}
.sidebar .widget{
	margin-bottom: 30px;	
}
.tab-content{
	padding-top: 20px;
	padding-bottom: 20px;	
}
.navbar-wrapper {
  border-bottom: 1px solid #eee;
}
.titelbild-instrument img {
  height: auto;
  width: 100%;
  /* max-width: none; */
}
li.current-menu-parent a{
	color: #2590cf !important;
}
input, textarea, select{
	border: none;
	background-color: #eee;	
	font-size: 16px;
	font-weight:400;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 12px;	
}
input{
	margin-bottom: 10px;
}
form p{	
	margin-bottom: 7px;
}
.alignleft {
    float: left;
    margin-right: 25px;
}
.alignright {
    float: right;
    margin-left: 25px;
}
input[type="submit"] {
	background-color: #2590cf;
	color: #fff;
	padding: 10px 20px;
	margin-top: 10px;
	-webkit-transition: all linear 200ms;
	-moz-transition: all linear 200ms;
	-ms-transition: all linear 200ms;
	-o-transition: all linear 200ms;
	transition: all linear 200ms;
}
input[type="submit"]:hover{
	background-color: #e9515f;
}
.float-none{
	float: none;	
}
.navbar-wrapper {
	position: static;	
}
.musiklehrerContainer {
  padding: 20px 15px;
}
.imageContainer.pull-left.profilbildLehrer {
  margin-right: 25px;
}
.musiklehrer{
	padding-top: 50px;
	padding-bottom: 50px;	
}
.musiklehrer h3{
	margin-top: 10px;	
}
.carousel {
    margin-top: 0px;
}
.current-menu-parent >.open>a:focus {
    color: #fff !important;
}
.rpt_plan {
    width: 33%;
    float: left;
}
.progress-bar {
    float: left;
    width: 0;
    top: 0 !important;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #2590cf;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress {
    height: 10px !important;
}
input, textarea{
    box-shadow: none !important;
}
img {
    width: inherit !important;
    height: auto !important;
}