
/*Video*/
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
    
}
.no-video .video-container video,
.touch .video-container video {
    display: block;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: url(../img/Draw-Something/Snapshots/Draw-Something.jpg);
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}

.video-container .title-container {
    z-index: 1000;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    bottom: 0;
}

/*tags*/

body {
	background-color: #D871BF;
}

.row {
	max-width: 970px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
}

h2 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

h3 {
	color: #5D687A;
	font-size: 30px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}

p {
	color: #fff;
	font-size: 20px;
	text-align: left;
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
}

/*KITA*/

#kita {
	background-image: linear-gradient(to top, #D871BF, #FC6D95);
}

.kitahead {
	margin-top: 100px;	
}

.kitatext {
	margin-bottom: 70px;
}

.bilder1 {
	margin-top: 70px;
	margin-bottom: 50px;
	max-height: 400px;
}

.btn-default {
	padding: 10px 20px 10px 20px;
	border-color: #fff;
	border-width: 7px;
	border-radius: 1px;
	background-color: rgba(236, 240, 241, 0.2);
	text-align: center;
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #fff;	  
}

.btn-default:hover {
	background-color: rgba(236, 240, 241, 0.1);
	border-color: #37F4D5;
	color: #37F4D5;
}

.btn-default:active {
	background-color: rgba(236, 240, 241, 0.1) !important;
	border-color: #37F4D5 !important;
	color: #37F4D5 !important;
}

/*NACHHILFE*/

#nachhilfe {
	background-image: linear-gradient(to top left, #0BC9FF, #768FFF);
	transform:skew(0deg,10deg);
	-ms-transform:skew(0deg,10deg); 
	-webkit-transform:skew(0deg,5deg); 
	-moz-transform:skew(0deg,5deg); 
}

#nachhilfe .row {
	transform:skew(0deg,-5deg);
	-ms-transform:skew(0deg,-10deg);
	-webkit-transform:skew(0deg,-5deg);
}

.nachhilfehead {
	margin-top: 50px;	
}

.nachhilfetext {
	margin-bottom: 70px;
}

.bilder2 {
	margin-top: 50px;
	max-height: 400px;
	margin-bottom: 25px;
}

/*MUSIKUNTERRICHT*/

#musik {
	background-image: linear-gradient(to top right, #37F4D5, #19DEEC);
	transform:skew(0deg,10deg);
	-ms-transform:skew(0deg,10deg);
	-webkit-transform:skew(0deg,5deg); 
	-moz-transform:skew(0deg,5deg); 
}

#musik .row {
	transform:skew(0deg,-5deg);
	-ms-transform:skew(0deg,-10deg);
	-webkit-transform:skew(0deg,-5deg);
}

.musikhead {
	margin-top: 100px;	
}

.musiktext {
	margin-bottom: 100px;
}

.bilder3 {
	margin-top: 60px;
}

/*KONTAKT*/

#kontakt {
	background: url(../img/kontaktbg.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	background-color: #fff;
	position: relative;
	z-index: 10;
	margin-top: -60px;
}

.kontakttext {
	color: #5D687A;
	font-size: 30px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}

.form-control {
	border-radius: 2px;
}

.placeholder {
	font-family: 'Roboto', sans-serif;
}

.btn-primary {
	background-color: #37F4D5;
	border-color: #37F4D5;
	border-radius: 2px;
	font-family: 'Roboto', sans-serif;
}

.btn-primary:hover {
	background-color: #19DEEC;
	border-color: #19DEEC;
}

.text-success {
	font-family: 'Roboto', sans-serif;
	color: #F62459;
}

/*FOOTER*/

#footer {
	background-color: #2E3C54;
}

.footertext {
	color: #5D687A;
	font-size: 15px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}

.footer-logo {
	margin-top: 30px;
}

.modaltext {
	color: #5D687A;
}

/*media queries*/

@media screen and (max-width : 750px) {
	.bilder1 {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.nachhilfetext {
		margin-bottom: 20px;
	}
	.bilder2 {
		margin-top: 10px;
	}
	.musiktext {
		margin-bottom: 20px;
	}	
	.musikhead {
		margin-top: 70px;	
	}
	.bilder3 {
		margin-top: 10px;
	}
}

@media screen and (max-width : 568px) {
	p {
		font-size: 17px;
	}
	.kitatext {
		margin-bottom: 20px;
	}
	.bilder1 {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.nachhilfetext {
		margin-bottom: 20px;
	}
	.bilder2 {
		margin-top: 10px;
	}
	.musiktext {
		margin-bottom: 20px;
	}	
	.musikhead {
		margin-top: 70px;	
	}
	.bilder3 {
		margin-top: 10px;
	}
}

