/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/*::-webkit-scrollbar {
    width: 0px;    
}*/
body {  
  color: #5a5a5a;
  background-color: #d3d3d3;
  font-family: 'Roboto', non-serif;
}
h1, h2, h3, h4, h5, h6, p, span {
	font-family: 'Roboto', non-serif;
}

p.blocksatz{
	text-align:justify;
}
.font_bold {
	font-weight: bold;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.top-nav{
	background: none;
	border: none;
	padding: 36px 0;
}
.top-nav .container{
	background: #fff;
	border-radius: 5px;
}
.navbar-brand {
	padding: 28px 20px;
}
.navbar-header h1{
	display: block;
	float: left;
	line-height: 35px;
    margin-top: 33px;
    color: black;
}
.navbar-default .navbar-nav>li>a{
	color: #000;
	line-height: 65px;
	text-transform: uppercase;
	font-size: 18px;
	padding-right: 50px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active{
	color: #b10060;
}
.full-img{
	width: 100%;
}
.header{
	position: fixed;
	background-size: contain;
	width: 100%;
}
.header.pinnar{
	
	background: url(../images/pic1.JPG) no-repeat;
	background-size: contain;
}
.header.fusse{
	
	background: url(../images/IMG_9238.JPG) no-repeat;
	background-size: contain;
}
.header.bauch{
	background: url(../images/pic2.JPG) no-repeat;
	background-size: contain;
}

.header.uebermich{
	background: url(../images/miriam.jpg) no-repeat;
	background-size: contain;
}
.banner-img{
	opacity: 0;
}
span.pink{
	color: #b10060;
}
span.grey-blue{
	color: #269b9e;
}
.banner-txt {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 100px;
}
.mich-content, .kurse-content {
	padding-top: 280px;
	padding-bottom: 300px;	
	width: 100%;
}
.mich-content p ,.kurse-content p{
	margin-bottom: 0px
}
.kurse-content {
	background: url("../images/kurse_background.png") no-repeat;
	background-size: cover;
}

.mich-content .mich-content-title {
	text-align: center;
	font-size: 35px;
	color: #000;
}
.kurse-content .kurse-content-title{
	text-align: center;
	font-size: 35px;
	color: #fff;
}
.mich-content .content-title, .kurse-content .content-title{
	width: 70%; 
	height: 15px; 
	border-bottom: 1px solid #b10060; 
	text-align: center;
	margin: 0 auto;
}
.mich-description {
 	margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #4a4a4a;
}
.mich-widget-section {
	margin-top: 50px;
}
.mich-widget-section .mich-widget {
	/*width: 100%;*/
	margin-bottom: 30px;
}
.ellise-img {
	border-radius: 13em/2em;
    border-bottom-left-radius: 0em;
    border-bottom-right-radius: 0em;
}
.mich-widget-section .mich-widget .mich-widget-description {
	width: 100%;
	height: 213px;
	background-color: #84418e;
	border-radius: 13em/2em;
    border-top-left-radius: 0em;
    border-top-right-radius: 0em;
}
.widget-description-header {
	text-align: center;
	font-size: 35px;	
	color: white;
	padding: 7% 18% 7% 18%;
    line-height: 36px;
}
.widget-descirption-content {
	text-align: center;
	font-size: 16px;
	color: white;
	padding-left: 25px;
	padding-right: 25px;
}

.line-txt{
	display: table;
    margin: 0 auto;
    height: 30px;
    width: 100%;
}

.line-txt{
	border-bottom: 1px solid #b10060;
    content: '';
    display: table-cell;
    position: relative;
    top: 15px;
    width: 42%;
}

.kurse-row{
	margin-top: 70px;
}
.kurse-wrapper{
	position: relative;
}
.kurse-wrapper h3{
	color: #fff;
	font-size: 25px;
}
.kurse-wrapper .mark-img{
	position: absolute;
	top: -45px;
	left: 50%;
	margin-left: -45px;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.impressum-wrapper {
	padding: 30px 0px;
}
.impressum-wrapper h1{
	font-size: 35px;
	color: #000;
}
.impressum-wrapper h3{
	color: #269b9e;
	font-size: 22px;
}
.footer-wrapper {
	background: url("../images/footer.png") no-repeat;
	background-size: cover;
	color: white;
}
.footer-wrapper h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
.contact-info{
    /*padding: 10px 30px;*/
    border-radius: 10px;
    color: white;
	margin-top: -33px;
    position: relative;
}
.contact-info h3{
	margin: 20px 0;
}
.contact_background{
	background: #84418e;
	border-radius: 20px;
	position: relative;
}
.custom-phone {
	transform: rotate(-100deg);    
    vertical-align: top;
    margin-right: 9px;
}
.contact-cms {
	margin-top: 30px;
	margin-bottom: 30px;
}
.contact-cms .information-col span{
	font-size: 5px;
    color: #269b9e;
    vertical-align: top;
    line-height: 16px;
    margin-right: 20px;
}
.contact-cms a {
	color: white;
	text-decoration: none;
}
.contact-cms a:hover {
	color: #269b9e;;
}
.contact-cms .social-col i{
	font-size: 30px;
    color: #269b9e;
    vertical-align: top;
    line-height: 30px;
    margin-right: 20px;
}
.contact-cms .social-col a {
	line-height: 30px;
}
.submit-btn{
	background: #b10060;
	border-radius: 0px;
	border-color: #b10060;
	padding-left: 20px;
    padding-right: 20px;
}
.footer-copyright {
	background-color: #b10060;	
	color: white;
    padding: 15px 0px;
	position: fixed;
	width: 100%;
	bottom: 0px;
}
.form-control {
	border-radius: 0px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  
  /*.navbar-wrapper {
    margin-top: 36px;
  }
  .navbar-wrapper .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }*/
}
@media (max-width: 768px) {
	.top-nav {
		padding: 0px;
	}
	.top-nav .container {
		border-radius: 0px;
	}
	.navbar-default .navbar-brand {
		display: none;
	}
	.navbar-default .navbar-nav>li>a {
		line-height: 20px;
	}
	.navbar-header h1{
		display: block;
		margin-top: 0px;
	    margin-bottom: 0px;
	    float: none;
	    vertical-align: middle;
	    /* line-height: 30px; */
	    font-size: 30px;
	    padding: 8px 28px;
	}
	.banner-txt {
		font-size: 24px;
		line-height: 24px;
		margin-top: -13px;
	}
	.kurse-wrapper {
		margin-bottom: 50px;
	}
	.kurse-row:last-child {
		margin-top: 0px;
	}
	.text-middle {
		text-align: center;
	}
	.contact-info h3{
		font-size: 18px;
		    margin: 8px 0;	
	}
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a {
		padding-right: 25px;
	}
	.top-nav {
		padding: 0px;
	}
	.top-nav .container {
		border-radius: 0px;
		width: 100%;
	}
	.banner-txt {
		font-size: 34px;
		margin-top: -39px;
	}
	.widget-description-header {	    
	    font-size: 23px;	    
	}
}
.row .col-xs-8.col-xs-offset-2 {
  background-color: rgba(211, 211, 211, 0.8);
  padding: 40px;
}


@media(max-width:500px){
    .row .col-xs-8.col-xs-offset-2 {
  background-color: rgba(211, 211, 211, 0.8);
  padding:10px;
}
.col-xs-offset-2 {
  margin-left: 0px;
}.col-xs-8 {
  width: 100%;
}

.mich-content, .kurse-content {
  padding-bottom: 300px;
  padding-top: 210px;
  width: 100%;
}
}