/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Quicksand');

#kursangebot_hintergrund {
	padding-bottom:40px;
}


/* TITLE */
	
#title h2 {
	margin-top:1em;
	color:#FF3366;
	font-size:450%;
	font-family:'Dancing Script';
	text-align:center;
}

#title span {
	color:#FF3366; 
	padding:10px 110px;
	font-size:125%;
	font-family:'Dancing Script';
	}
#title p {
	text-align:center;
}
#alte_kurse {
	width:90%;
	margin-left:5%;
	font-family:"Quicksand", sans-serif;
	font-size:100%;
	color:#999;
	line-height:150%;
	background-color:#ffeeff;
	border:5px solid #ff8080;
	box-sizing: border-box;
	border-radius:5px;
	padding:10px;
}

.wochentag {
	margin:1em 0;
}
.tag {
	font-family: "Quicksand";
	font-size:1.5em;
	color:#FF3366;
	padding:0 5%;
	text-decoration:underline;
}
/* KURSE WS 2017 */
.mufru {
	margin-top:2em;
	width:90%;
	margin-left:5%;
}

.kurstitlebox {
	background-color:#fff;
	display:block;
	height:100px;
}
.kurstitlebox:after {
	content:"";
	clear:both;
}
.bild {
	float:left;
	width:100px;
	height:100px;
}
.kurstitle {
	color: rgba(104,214,249,1);
	font-family:"Indie Flower";
	font-size:120%;
	margin-left:120px;
	padding-top:35px;
	display:block;
}
.boks {
	margin-top:20px;
	width:100%;
	border-bottom:1px dotted rgba(104,214,249,0.7);
	box-sizing: border-box;
	background-color:#fff;
	transition: background-color 1s ease-in-out;
	display: table;
	border-collapse:collapse;
	font-family: "Quicksand";
	padding-bottom: 5px;
}
.boks:hover {
	background-color: rgba(255, 128, 128, 0.2);
	 
}
.thead {
	color: #333;
	padding:2px;
	text-decoration:underline;
}
.lehrer {
	color:rgba(104,214,249,1);
}
.tab1 {
	display: table-cell;
	width:23%;
	vertical-align:middle;
	font-weight:bold;
}
.tab1 img {
	display:block;
	
}
.tab2 {
	display: table-cell;
	width:23%;
	vertical-align:top;
	
}
.tab3 {
	display: table-cell;
	width:20%;
	vertical-align:top;
}
.tab4 {
	display: table-cell;
	width:20%;
	vertical-align:top;
}
.tab5 {
	display: table-cell;
	width:14%;
	vertical-align:middle;
}

.buttonlink {
	background-color:#ff8080;
	border-radius:4px;
	padding:10px 20px;
	color:#fff;
	text-decoration:none;
}
#quer {
	width:90%;
	margin-left:5%;
	margin-top:25px;
	margin-bottom:25px;
	font-family:"Quicksand";
	color:#666;
	background-color:#EEE;
	padding:20px;
	box-sizing:border-box;
}

/* MEDIA QUERIES */

@media only screen and (max-width:667px) {
	.tag {
	text-align:center;
}
	
	#title h2 {
		margin-top:1em;
		font-size:300%;
}

	#title span {
	padding:10px 50px;
	font-size:125%;
	}
	#title p {
	text-align:center;
	}


/* KURSE SS 2017 */
.kurstitle {
	text-align:center;
}
	#muFru {
	margin-top:4em;
	}
.tab1 {
	display:block;
	width:100%;
	text-align:center;
}
.tab1 img {
	display:block;
	margin: 0 auto;

}
.tab2 {
	display: block;
	width:100%;
	text-align:center;
	vertical-align:top;
	padding-top:20px;
}
.tab3 {
	display: block;
	width:100%;
	text-align:center;
	vertical-align:top;
	padding-top:20px;
}
.tab4 {
	display:block;
	width:100%;
	text-align:center;
	vertical-align:top;
	padding-top:20px;
	padding-right:0px;
}
.tab5 {
	display: block;
	width:100%;
	text-align:center;
	vertical-align:middle;
	padding:20px 0;
	
}

.buttonlink {
	background-color:#ff8080;
	border-radius:4px;
	padding:10px 20px;
	color:#fff;
	text-decoration:none;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
	
	.buttonlink {
	background-color:#ff8080;
	border-radius:4px;
	padding:10px 20px;
	color:#fff;
	text-decoration:none;
	white-space:nowrap;
	
}
}