html {
	font-size: 62.5%;
}

body {
	background: #fff;
	color: #000;
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-size: 18px; 
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clear {
	clear: both;
}

h1 {
	color: #fff;
	font-weight: 900;
	font-size: 68px;
	font-size: 6.8rem;
	letter-spacing: 0.03em;
	margin-bottom: 30px;
}

h2 {
	color: #000;
	font-weight: 900;
	font-size: 42px;
	font-size: 4.2rem;
	letter-spacing: 0.03em;
	width: 83%;
	margin: auto;
	margin-bottom: 18px;
}

h3 {
	color: #000;
	font-weight: 900;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.03em;
	margin-bottom: 10px;
}

p {
	font-size: 18px; 
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 18px;
}
p:last-child {
	margin-bottom: 0;
}

a {

}
	a.button {
		font-size: 14px; 
		font-size: 1.4rem;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		letter-spacing: 0.03em;
		border: 1px solid #fff;
		padding: 10px 0px 10px 0px;
		width: 172px;
		margin-right: 5px;
		display: inline-block;
		-webkit-transition: opacity 0.3s ease;
		-moz-transition: opacity 0.3s ease;
		-ms-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.button-break {
		display: none;
	}
	a.button.fourth {
		margin-right: 0;
	}
	a.button:hover {
		opacity: 0.4;
	}
	a.button-on-image {
		font-size: 14px; 
		font-size: 1.4rem;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		letter-spacing: 0.03em;
		border: 1px solid #fff;
		width: 210px;
		padding: 10px 0px 10px 0px;
		display: inline-block;
		-webkit-transition: opacity 0.3s ease;
		-moz-transition: opacity 0.3s ease;
		-ms-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
		a.button-on-image.first {
			margin-right: 10px;
		}
		#teaser-image a.button-on-image.icon img {
			width: 12px;
			margin-right: 8px;
			vertical-align: middle;
		}
	a.button-on-image:hover {
		opacity: 0.4;
	}

.wrapper-h {
	width: 84%;
	margin: 0% 8% 0% 8%;
	text-align: center;
}

.wrapper-v {
	padding: 50px 0px 50px 0px;
}
.wrapper-v-big {
	padding: 100px 0px 100px 0px;
}

.text-on-image {
	position: absolute;
	text-align: center;
}

#Deine-all-inclusive-Studentenwohnung-in-Kassel {
	height: 1px;
}

#header {
	position: fixed;
	background: #fff;
	z-index: 1000;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}
	#logo {
		height: 110px;
		margin: 30px 0px 30px 0px;
		-webkit-transition: height 0.5s ease, margin 0.5s ease;
		-moz-transition: height 0.5s ease, margin 0.5s ease;
		-ms-transition: height 0.5s ease, margin 0.5s ease;
		-o-transition: height 0.5s ease, margin 0.5s ease;
		transition: height 0.5s ease, margin 0.5s ease;
	}
		#logo img {
			height: 100%;
			display: block;
			margin: auto;
		}
		#logo.scrolled {
			height: 50px;
			margin: 10px 0px 10px 0px;
		}
	#nav {
		text-align: center;
	}
		#nav ul {
			margin-bottom: 7px;
		}
			#nav ul li {
				display: inline-block;
				margin-right: 55px;
			}
			#nav ul li:last-child {
				margin-right: 0;
			}
				#nav ul li a {
					font-size: 14px; 
					font-size: 1.4rem;
					text-transform: uppercase;
					text-decoration: none;
					color: #000;
					letter-spacing: 0.03em;
				}
				#nav ul li a:hover {
					color: #b40c08;
				}
				#nav ul li a.active {
					color: #b40c08;
					font-weight: 900;
				}

#teaser-image {
	position: relative;
	width: 100%;
	margin-top: 198px;
}
	#teaser-image img {
		width: 100%;
	}
	#teaser-headline {
		top: 50%;
	}

#Wohnungen-und-WG-Zimmer-in-Kassel {

}
	#Wohnungen-und-WG-Zimmer-in-Kassel p {
		width: 83%;
		margin: auto;
		margin-bottom: 10px;
	}
	#Wohnungen-und-WG-Zimmer-in-Kassel a {
		color: #b40c08;
		text-decoration: none;
		cursor: pointer;
	}
	#Wohnungen-und-WG-Zimmer-in-Kassel .box {
		position: relative;
		width: 30.33%;
		float: left;
		margin: 1.5%;
	}
		#Wohnungen-und-WG-Zimmer-in-Kassel .box img {
			width: 100%;
			-webkit-transition: all 600ms ease;
			-moz-transition: all 600ms ease;
			-ms-transition: all 600ms ease;
			-o-transition: all 600ms ease;
			transition: all 600ms ease;
		}
		#Wohnungen-und-WG-Zimmer-in-Kassel .box img:hover {
			opacity: 0.5;
		}
		#Wohnungen-und-WG-Zimmer-in-Kassel .box .description {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			background: rgba(180,12,8,0.8);
			padding-top: 9px;
			text-align: center;
			height: 30px;
			overflow: hidden;
			-webkit-transition: height 0.5s ease;
			-moz-transition: height 0.5s ease;
			-ms-transition: height 0.5s ease;
			-o-transition: height 0.5s ease;
			transition: height 0.5s ease;
		}
		#Wohnungen-und-WG-Zimmer-in-Kassel .box div.short-description {
			color: #fff;
			text-decoration: none;
			text-align: center;
			font-size: 18px; 
			font-size: 1.8rem;
		}
		.ausklapptext {
			display: none;
			margin: 0;
			padding: 0;
		}
		.text-ausklappen.inactive:before {
			content: 'Weitere Informationen einblenden';
		}
		.text-ausklappen.active:before {
			content: 'Weitere Informationen ausblenden';
		}

/* start flexslider styles */
.flexslider {
	border: 0;
	margin: 0;
}
.flex-direction-nav .flex-next { 
	right: 10px !important;
	margin-right: 0px; 
	opacity: 1 !important; 
}

.flex-direction-nav .flex-prev { 
	left: 10px !important;
	opacity: 1 !important; 
	margin-left: 0px; 
}

/* end flexslider styles */

#Kontakt-und-Wohnungsanfrage {
	background: #b40c08;
}
	#Kontakt-und-Wohnungsanfrage h2 {
		color: #fff;
		text-align: left;
		margin: 0;
		margin-bottom: 18px;
		width: 100%;
	}
	#Kontakt-und-Wohnungsanfrage p {
		color: #fff;
		text-align: left;
	}
	#Kontakt-und-Wohnungsanfrage a {
		color: #fff;
		text-decoration: underline;
	}
	#Kontakt-und-Wohnungsanfrage a.button {
		text-decoration: none;
	}
	#Kontakt-und-Wohnungsanfrage .box {
		float: left;
		width: 30.33%;
		margin: 1.5%;
		padding: 20px 0px 20px 0px;
	}
	#Kontakt-und-Wohnungsanfrage .wrapper {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		padding: 20px 0px 20px 0px;
		border-left: 1px dotted #fff;
		border-right: 1px dotted #fff;
	}
	#Kontakt-und-Wohnungsanfrage .description {
		
	}
	#Kontakt-und-Wohnungsanfrage .downloads {
		position: relative;
		text-align: center;
	}
		#Kontakt-und-Wohnungsanfrage .downloads a {
			display: block;
			font-size: 14px; 
			font-size: 1.4rem;
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;
			letter-spacing: 0.03em;
			margin-bottom: 32px;
		}
		#Kontakt-und-Wohnungsanfrage .downloads a:hover {
			opacity: 0.7;
		}
		#Kontakt-und-Wohnungsanfrage .downloads a:last-child {
			margin-bottom: 0;
		}
		#Kontakt-und-Wohnungsanfrage .downloads img {
			width: 25px;
			margin-bottom: 7px;
		}
	#Kontakt-und-Wohnungsanfrage .form {
		
	}
		#Kontakt-und-Wohnungsanfrage .form .select-box {
			position: relative;
			width: 97%;
			height: 34px;
			background: #fff;
			padding: 0% 3% 0% 0%;
			background-image: url(../img/arrow-down.svg);
			background-repeat: no-repeat;
			background-position: right 3% center;
			background-size: 12px;
			margin-bottom: 12px;
		}
			#Kontakt-und-Wohnungsanfrage .form .select-box .select {
				position: absolute;
				width: 100%;
				display: block;
				height: 34px;
				border: 0;
				-webkit-border-radius: 0px;
				-moz-border-radius: 0px;
				border-radius: 0px;
				background: transparent;
				padding: 0% 0% 0% 3%;
				-webkit-appearance:none;
				-moz-appearance:window;
				appearance:none;
				color: #b40c08;
				font-family: 'Lato', sans-serif;
				font-size: 15px; 
				font-size: 1.5rem;
				-webkit-font-smoothing: antialiased; /* Bold Fix */
			}
			#Kontakt-und-Wohnungsanfrage .form .select-box .select::-ms-expand {
				display: none;
			}
		#Kontakt-und-Wohnungsanfrage .form .input {
			width: 93.5%;
			display: block;
			height: 34px;
			border: 1px solid #fff;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
			background: transparent;
			padding: 0% 3% 0% 3%;
			color: #d98583;
			font-family: 'Lato', sans-serif;
			font-size: 15px; 
			font-size: 1.5rem;
			margin-bottom: 12px;
			-webkit-font-smoothing: antialiased; /* Bold Fix */
		}
		#Kontakt-und-Wohnungsanfrage .form .textarea {
			width: 93.5%;
			display: block;
			height: 102px;
			border: 1px solid #fff;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
			background: transparent;
			padding: 3% 3% 3% 3%;
			color: #d98583;
			font-family: 'Lato', sans-serif;
			font-size: 15px; 
			font-size: 1.5rem;
			margin-bottom: 12px;
			-webkit-font-smoothing: antialiased; /* Bold Fix */
		}
		#Kontakt-und-Wohnungsanfrage .form .submit {
			width: 100%;
			display: block;
			height: 34px;
			border: 0;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
			background: #fff;
			color: #b40c08;
			font-family: 'Lato', sans-serif;
			font-size: 15px; 
			font-size: 1.5rem;
			-webkit-font-smoothing: antialiased; /* Bold Fix */
			font-weight: 900;
			cursor: pointer;
		}
		.fullsize-wrapper {
			position: fixed;
			z-index: 10000;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.8);
			text-align: center;
		}
		.sendmail {
			max-width: 500px;
			margin: auto;
			margin-top: 70px;
			background: #fff;
			padding: 20px;
		}
			.sendmail p {
				
			}
			.sendmail a {
				text-decoration: none;
				color: #b40c08;
			}
			.sendmail a:hover {
				text-decoration: underline;
			}

#Wohnungssituation-von-Studenten-in-Deutschland h2 {
	color: #b40c08;
}
#Wohnungssituation-von-Studenten-in-Deutschland p {
	color: #b40c08;
	width: 83%;
	margin: auto;
	margin-bottom: 18px;
}
#Wohnungssituation-von-Studenten-in-Deutschland a {
	text-decoration: none;
	color: #e09d9c;
}

#map {
	width: 100%;
	height: 500px;
}

#partner {
	background: url(../img/Domus-Studentium-Hausansicht.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}
	#partner h2 {
		color: #fff;
	}

#Impressum {
	background: #000;
	display: none;
}
#Impressum h2 {
	color: #fff;
	margin-top: 17px;
}
#Impressum h3 {
	color: #fff;
	margin-top: 17px;
}
#Impressum h3:first-child {
	margin-top: 0;
}
#Impressum p {
	color: #fff;
	line-height: 1.2;
	margin-bottom: 10px;
}
#Impressum p:last-child {
	margin-bottom: 0;
}
#Impressum a {
	text-decoration: none;
	color: #b40c08;
}
#Impressum .close {
	color: #fff;
}

#impressum-toggle.inactive:before {
	content: 'Impressum';
}
#impressum-toggle.active:before {
	content: 'Impressum schließen';
	color: #b40c08;
}

#Datenschutz {
	background: #000;
	color: #fff;
	display: none;
}
#Datenschutz h2 {
	color: #fff;
	margin-top: 17px;
}

#Datenschutz h3 {
	color: #fff;
	margin-top: 17px;
}
#Datenschutz h3:first-child {
	margin-top: 0;
}
#Datenschutz p {
	color: #fff;
	line-height: 1.2;
	margin-bottom: 10px;
}
#Datenschutz p:last-child {
	margin-bottom: 0;
}
#Datenschutz a {
	text-decoration: none;
	color: #b40c08;
}
#Datenschutz .close {
	color: #fff;
}
#datenschutz-toggle.inactive:before {
	content: 'Datenschutz';
}
#datenschutz-toggle.active:before {
	content: 'Datenschutz schließen';
	color: #b40c08;
}


#footer {
	background: #000;
	padding: 8px 0px 8px 0px;
}
	#footer a {
		font-size: 16px; 
		font-size: 1.6rem;
		text-decoration: none;
		color: #fff;
		margin-right: 15px;
	}
	#footer a:last-child {
		margin-right: 0;
	}
	#footer img.fb {
		height: 15px;
	}
	#footer img.baxe {
		height: 36px;
		vertical-align: middle;
	}

@media all and (max-width: 1120px) {
	h1 {
		font-size: 58px;
		font-size: 5.8rem;
	}
	#Wohnungen-und-WG-Zimmer-in-Kassel .box {
		width: 47%;
		margin: 1.5%;
	}
	#Kontakt-und-Wohnungsanfrage .box {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0px 0px 0px 0px;
	}
	#Kontakt-und-Wohnungsanfrage .wrapper {
		position: relative;
		padding: 0px 0px 0px 0px;
		border-left: 0;
		border-right: 0;
	}
	#Kontakt-und-Wohnungsanfrage .description {
		text-align: center;
	}
	#Kontakt-und-Wohnungsanfrage .downloads {
		position: relative;
		text-align: center;
	}
	#Kontakt-und-Wohnungsanfrage h2, #Kontakt-und-Wohnungsanfrage p {
		text-align: center;
		width: 83%;
		margin: auto;
	}
	#Kontakt-und-Wohnungsanfrage .downloads {
		position: relative;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}
		#Kontakt-und-Wohnungsanfrage .downloads a {
			display: inline-block;
			margin-bottom: 0;
			margin-right: 30px;
		}
		#Kontakt-und-Wohnungsanfrage .downloads a:last-child {
			margin-bottom: 0;
			margin-right: 0;
		}
		#Kontakt-und-Wohnungsanfrage .downloads img {
			width: 25px;
			margin-bottom: 7px;
		}
		#Kontakt-und-Wohnungsanfrage .form {
			width: 83%;
			margin: auto;
		}
			#Kontakt-und-Wohnungsanfrage .form .select-box {
				width: 98.5%;
				padding: 0% 1.5% 0% 0%;
				background-position: right 1.5% center;
			}
				#Kontakt-und-Wohnungsanfrage .form .select-box .select {
					padding: 0% 0% 0% 1.5%;
				}
			#Kontakt-und-Wohnungsanfrage .form .input {
				width: 96.8%;
				padding: 0% 1.5% 0% 1.5%;
			}
			#Kontakt-und-Wohnungsanfrage .form .textarea {
				width: 96.8%;
				padding: 1.5% 1.5% 1.5% 1.5%;
			}
}

@media all and (max-width: 960px) {
	h1 {
		font-size: 48px;
		font-size: 4.8rem;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 36px;
		font-size: 3.6rem;
	}
	.button-break {
		display: block;
		height: 11px;
	}
	a.button {
		margin-right: 0;
	}
	a.button.first, a.button.third {
		margin-right: 5px;
	}
	a.button.two, a.button.fourth {
		margin-right: 0;
	}
}

@media all and (max-width: 790px) {
	h1 {
		font-size: 38px;
		font-size: 3.8rem;
		margin-bottom: 10px;
	}
	h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}
	#header {
		position: relative;
		background: #fff;
		z-index: 1000;
		top: 0;
		width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 15px 0px 0px 0px;
	}
		#logo {
			height: 60px;
			margin: 0px 0px 15px 0px;
			-webkit-transition: none;
			-moz-transition: none;
			-ms-transition: none;
			-o-transition: none;
			transition: none;
		}
		#logo.scrolled {
			height: 60px;
			margin: 0px 0px 15px 0px;
		}
	#nav ul {
		margin-bottom: 5px;
	}
	#teaser-image {
		margin-top: 0;
	}
	a.button-on-image {
		font-size: 12px; 
		font-size: 1.2rem;
		width: 170px;
		padding: 7px 0px 7px 0px;
	}
	.wrapper-h {
		width: 96%;
		margin: 0% 2% 0% 2%;
		text-align: center;
	}
	.wrapper-v {
		padding: 50px 0px 50px 0px;
	}
	.wrapper-v-big {
		padding: 50px 0px 50px 0px;
	}
	#map {
		height: 400px;
	}
	#Kontakt-und-Wohnungsanfrage .form .input {
		width: 96.6%;
	}
	#Kontakt-und-Wohnungsanfrage .form .textarea {
		width: 96.6%;
	}
}

@media all and (max-width: 580px) {
	h1 {
		font-size: 32px;
		font-size: 3.2rem;
		margin-bottom: 5px;
	}
	h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}
	#nav ul li {
		margin-right: 20px;
	}
	a.button-on-image {
		font-size: 12px; 
		font-size: 1.2rem;
		width: 170px;
		padding: 7px 0px 7px 0px;
	}
	#Wohnungen-und-WG-Zimmer-in-Kassel p, #Kontakt-und-Wohnungsanfrage p, #Wohnungssituation-von-Studenten-in-Deutschland p {
		width: 90%;
	}
	#Wohnungen-und-WG-Zimmer-in-Kassel .box {
		width: 100%;
		margin: 15px 0px 15px 0px;
	}
	#footer a {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#Kontakt-und-Wohnungsanfrage .downloads img {
		width: 25px;
		margin-bottom: 7px;
	}
}

@media all and (max-width: 470px) {
	h1 {
		font-size: 22px;
		font-size: 2.2rem;
		margin: 0% 20% 0% 20%;
		margin-bottom: 0;
	}
	h2 {
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	p {
		font-size: 16px; 
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	#logo {
		height: 50px;
		margin: 0px 0px 10px 0px;
	}
	#logo.scrolled {
		height: 50px;
		margin: 0px 0px 10px 0px;
	}
	#nav ul li {
		margin-right: 10px;
	}
		#nav ul li a {
			font-size: 12px; 
			font-size: 1.2rem;
			text-transform: uppercase;
			text-decoration: none;
			color: #000;
			letter-spacing: 0.03em;
		}
	a.button-on-image {
		display: none;
	}
	.wrapper-v {
		padding: 30px 0px 30px 0px;
	}
	.wrapper-v-big {
		padding: 30px 0px 30px 0px;
	}
	#map {
		height: 300px;
	}
	#Kontakt-und-Wohnungsanfrage h2, #Kontakt-und-Wohnungsanfrage p, #Kontakt-und-Wohnungsanfrage .form {
		width: 90%;
	}
	#Kontakt-und-Wohnungsanfrage .downloads a {
		font-size: 13px;
		font-size: 1.3rem;
		margin-right: 15px;
	}
}

@media all and (max-width: 400px) { 
	#Kontakt-und-Wohnungsanfrage .downloads a {
		margin-right: 0;
		display: block;
		margin-bottom: 15px;
	}
}

@media all and (max-width: 400px) {
	h1 {
		font-size: 22px;
		font-size: 2.2rem;
		margin: 0% 5% 0% 5%;
		margin-bottom: 0;
	}
	h2 {
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	p {
		font-size: 16px; 
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	#logo {
		height: 50px;
	}
	#logo.scrolled {
		height: 50px;
	}
	#nav ul li {
		margin-right: 6px;
	}
		#nav ul li a {
			font-size: 12px; 
			font-size: 1.2rem;
			text-transform: uppercase;
			text-decoration: none;
			color: #000;
			letter-spacing: 0.03em;
		}
	.button-break {
		display: none;
	}
	a.button.first, a.button.second, a.button.third, a.button.fourth {
		display: block;
		margin-right: 0;
		margin: auto;
		margin-bottom: 10px;
	}
}
