@media only screen and (min-width: 32.500em) {
	.tiles > .row > .columns.large-6 > .row > .medium-6 {
		float: left;
		width: 50%;
	}
	.direct-contact .csc-textpic:nth-of-type(1) {
		width: 60%;
		float: left;
	}
	.direct-contact .csc-textpic:nth-of-type(2) {
		width: 40%;
		float: right;
	}
	.direct-contact img {
		display: block;
		max-width: 20rem;
		margin-top: -3rem;
		float: right;
	}
}

@media only screen and (min-width: 36.375em) {
	.banner .bannerText,
	.banner .nivo-caption {
		position: absolute;
		border-bottom: 0 none;
		padding: 0;
		bottom: 1%;
	}
	.banner .bannerText p,
	.banner .nivo-caption p {
		color: #fff;
	}
	.logo {
		max-width: 100%;
	}
	.banner img {
		width: auto !important;
		height: auto !important;
		position: static;
		margin-left: 0;
		left: auto !important;
		max-width: 100%;
	}
	.banner .nivoSlider img {
		width: auto !important;
		height: auto !important;
		margin-left: 0;
		/* max-height: 694px; */
		/* max-width: 1920px; */
	}
}

@media only screen and (min-width: 40.0625em) {
	html {
		font-size: 14px;
	}
	footer .columns {
		border-top: 0;
		padding-top: 0;
		margin-top: 0;		
	}
	
	footer h3 {
		margin-top: 0;
	}
	.menu-footer ul {
		text-align: right;
	}
	footer .logo {
		padding-top: 3px;
	}

	header {
		top: 0;
	}
	
	.side-nav {
		display: block;
	}
	.tx-timetable-pi1 .courseInfo img {
		float: left;
		margin-right: 1rem;
	}
	.banner {
		margin-top: 5.750rem;
	}
	.direct-contact > .row > .medium-9,
	.direct-contact > .row > .medium-3 {
		float: none;
		width: 100%;
	}
	.direct-contact > .row > .medium-9 .medium-6 {
		float: none;
		width: 100%;
	}
	#c937 > .row > .columns {
		width: 100%;
	}
}

@media only screen and (min-width: 48.750em) {
	.direct-contact img {
		display: none;
	}
	.direct-contact .csc-textpic:nth-of-type(1),
	.direct-contact .csc-textpic:nth-of-type(2) {
		float: none;
		width: 100%;
	}
	.direct-contact > .row > .medium-9 .medium-6 {
		float: left;
		width: 50%;
	}
	.direct-contact .button {
		display: inline-block;
		width: auto;
	}
	.direct-contact .Tx-Formhandler {
		max-width: 320px;
		width: 100%;
		float: right;
	}
}

@media only screen and (min-width: 50em) {
	.tiles > .row > .medium-12 {
		float: left;
		width: 50%;
	}
	.tiles .tile .csc-textpic-image {
		max-height: none;
	}
}

@media only screen and (min-width: 61.875em) {
	.direct-contact > .row > .medium-9 {
		float: left;
		width: 75%;
	}
	.direct-contact > .row > .medium-3 {
		float: right;
		width: 25%;
	}
}

@media only screen and (min-width: 64.0625em) {
	html {
		font-size: 16px;
	}
	header {
		height: 7rem;
		padding: 1.875rem 0;
		position: fixed;
	}
	.banner {
		margin-top: 6.938rem;
	}
	.menu-main label.toggle-menu-main {
		top: 0;
	}
	.menu-main label.label-menu,
	.menu-main input.input-menu {
		display: none;
	}
	
	.menu-main li a {
		font-size: 0.95rem;
		border-bottom: 0 none;
		padding: 7px 1em 8px;
		background: none;
        text-transform: uppercase;
		-webkit-transition: background-color .4s ease, color .4s ease;
		   -moz-transition: background-color .4s ease, color .4s ease;
				transition: background-color .4s ease, color .4s ease;
	}

	.menu-main li > ul {
		display: block;
		width: 12.5rem;
		top: auto;
		left: 0;
		-webkit-transition: visibility .4s ease, opacity .4s ease;
		   -moz-transition: visibility .4s ease, opacity .4s ease;
				transition: visibility .4s ease, opacity .4s ease;
		position: absolute;
		visibility: hidden;
		opacity: 0;
		border-bottom: 3px solid #0a7fe9;
	}
	.menu-main li:hover > ul {
		visibility: visible;
		opacity: 1;
	}
	.menu-main li > ul li + li > a {
		border-top: 1px solid #ddd;
	}

	/* ------ 1. Ebene ------ */
	.menu-main ul.level-1 {
		display: initial;
		visibility: visible;
		opacity: 1;
		box-shadow: 0 0 0 transparent;
		position: static;
		width: auto;
		float: right;
		top: auto;
		margin-top: 8px;
	}
	.menu-main ul.level-1 > li {
		float: left;
	}
	.menu-main ul.level-1 > li.act > a {
		background-color: #0a7fe9;
		color: #fff;
	}
	.menu-main ul.level-1 > li:not(.act):hover > a {
		color: #333;
		background-color: #f1f1f1;
	}

	/* ------ 2. Ebene ------ */
	.menu-main ul.level-2 li a {
		font-size: 0.95rem;
		color: #333;
		background-color: #f1f1f1;
		padding: 7px 1.2em 8px 1.2em;
	}
	.menu-main ul.level-2 li.act > a,
	.menu-main ul.level-2 li:hover > a {
		background-color: #e5e5e5;
	}
	.menu-main ul.level-3 li a {
		background-color: #e5e5e5;
	}
	.menu-main ul.level-3 li.act > a,
	.menu-main ul.level-3 li:hover > a {
		background-color: #d9d9d9;
	}
	.menu-main ul.level-4 li a {
		background-color: #d9d9d9;
	}
	.menu-main ul.level-4 li.act > a,
	.menu-main ul.level-4 li:hover > a {
		background-color: #ccc;
	}

	.menu-main ul li > i.fa-chevron-right {
		position: absolute;
		z-index: 2;
		right: 0.9375rem;
		top: 15px;
		color: #999;
		font-size: 0.625rem;
		display: inline;
	}
	.tiles .tile {
		padding-bottom: 0;
	}
	.tiles .row.rowPaddingBottom {
		padding-bottom: 1.875rem;
	}
	.main.bigImageText .bigText {
		padding: 5rem;
	}
	.menu-sub {
		display: block;
	}
	.banner .bannerText,
	.banner .nivo-caption {
		bottom: 5%;
	}
	.banner .bannerText p,
	.banner .nivo-caption p {
		font-size: 1.6rem;
	}
	
	#c937 > .row > .columns a {
		text-align: left;
		width: 278px;
		display: inline-block;
		margin-bottom: 1rem;
	}
}
@media only screen and (min-width: 68.75em) {
	.menu-main ul.level-1 > .first {
		display: block;
	}
}

@media only screen and (min-width: 70.625em) {
	.menu-main li a {
		padding-left: 0.9em;
		padding-right: 0.9em;
	}
	.banner .bannerText,
	.banner .nivo-caption {
		bottom: 5%;
	}
	.banner .nivo-caption .row {
		max-width: 100em;
	}
	.banner .bannerText p,
	.banner .nivo-caption p {
		font-size: 2rem;
	}
}

@media only screen and (min-width: 78.750em) {
	.direct-contact .csc-textpic:nth-of-type(1) {
		width: 75%;
		float: left;
	}
	.direct-contact .csc-textpic:nth-of-type(2) {
		width: 25%;
		float: right;
	}
	.direct-contact img {
		display: block;
		float: none;
		margin-left: -8rem;
		max-width: none;
	}
	.direct-contact .Tx-Formhandler {
		max-width: 300px;
	}
	.direct-contact .button {
		float: right;
	}
	
	#c937 > .row > .columns {
		width: 50%;
	}
	#c937 > .row > .columns a {
		text-align: center;
		width: 100%;
		display: block;
		margin-bottom: 1.25rem;
	}
	#c937 > .row > .columns:last-child {
		display: block;
	}
}

@media only screen and (min-width: 100em) {
	/*
	.banner .bannerText {
		bottom: 14%;
	}
	.banner .nivo-caption {
		bottom: 10%;
	}
	*/
}

@media only screen and (min-width: 120.0625em) {
	.banner {
		max-width: 2560px;
		margin-left: auto;
		margin-right: auto;
	}
	.banner > img {
		max-width: none;
		width: 100% !important;
	}
	.banner .nivoSlider img {
		width: 100% !important;
	}
}