@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: 40.0625em) {
	
	.socialNetworks {
		top: 4rem;
		right: 5rem;
	}

	.socialNetworks a {
		display: block;
		height: 31px;
		width: 31px;
		margin-bottom: 1rem;
		float: none;
	}

	.socialNetworks a.facebook {
		background: url('../images/facebook.png') center top no-repeat;
	}

	.socialNetworks a.instagram {
		background: url('../images/instagram.png') center top no-repeat;
	}
	
	html {
		font-size: 14px;
	}
	footer .columns {
		border-top: 0;
		padding-top: 0;
		margin-top: 0;		
	}

	.direct-contact-footer {
		text-align: left;
	}

	header {
		top: 0;
	}
	
	.side-nav {
		display: block;
	}
	.tx-timetable-pi1 .courseInfo img {
		float: left;
		margin-right: 1rem;
	}
	.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%;
	}

	html, body {
		overflow: visible;
	}
}

@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;
	}
        .logo {
            width: auto;
        }
        
        .banner {
            padding-top: 7rem;
        }
        
        .main.grey {
            background: url('../images/bg-grey.jpg') center top no-repeat;
            background-size: 160%;
        }
        
        .main.imageRight .row .large-6:first-child > div {
            padding: 5rem 0 5rem 16rem;
        }
        
        .banner > .row .large-6:last-child {
            padding-top: 4rem;
        }
        
    
        .product {
            padding: 5rem 0px;
    }
    
    .product.aqua-nordic-walker {
        text-align: left;
        padding-right: 0;
        background-size: 100%;
        background-position: 0 0;
    }
}

@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;
	}

	.logo {
	margin: 70px 0 50px 0;
}

.impressionen {
	margin: 50px 0;
}

.erwartung {
	margin-bottom: 65px;
}

.impressionen .row .large-4 {
	padding: 0.2rem;
}

	.menu-sub {
	  height: 50px;
	  display: block;
	}
	.menu-main label.toggle-menu-main {
		top: 0;
	}
	.menu-main label.label-menu,
	.menu-main input.input-menu {
		display: none;
	}
	
	.menu-main li a {
		border-bottom: 0 none;
		padding: 7px 0.9375em 8px;
		background: none;
		-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: 200px;
		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 #dc0e23;
	}
	.menu-main li:hover > ul {
		visibility: visible;
		opacity: 1;
	}

	/* ------ 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: #dc0e23;
		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 {
		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;
	}
}

@media only screen and (min-width: 70.625em) {
	.menu-main li a {
		padding-left: 1.2em;
		padding-right: 1.2em;
	}
}

@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;
	}
}