#fixedfooter .input input.hasDatepicker, #fixedfooter input.hasDatepicker#container {
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 100%;
}

#container > #mobilemenu {
	display: none;
}

/* Header */
header {
	position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	z-index: 11;
}

header > div {
	position: relative;
	z-index: 2;
}

#header {
	background-color: #fff;
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 2;
}

#headertop {
	height: 55px;
}

#menutop {
	background-color: #fff;
	height: 50px;
}

#menutopcontainer {
	pointer-events: none;
	position: relative;
}

#menutopcontainer > * {
    pointer-events: auto;
}

#headerlogo {
	background-image: url('../images/logo-background.png');
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    height: 180px;
    max-width: 256px;
    position: relative;
}

#headerlogo a {
	display: inline-block;
	padding: 10px;
}

#headerlogo.scrolling a {
    margin-top: -10px;
    padding: 20px;
}

#headerlogo img {
    height: auto;
    margin: 25px 10%;
    width: 80%;
}

#quickcontact {
	float: left;
    font-size: 140%;
    margin-left: 20px;
    padding-top: 15px;
}

.companyitem {
	display: inline-block;
}

.companyitem:first-child {
	margin-right: 20px;
}

#quickcontact a {
	color: #494949;
	text-decoration: none;
}

#quickcontact a:hover {
	text-decoration: underline;
}

#language {
	color: #494949;
	font-size: 14px;
	margin: 10px 0;
	margin-top: 10px;
	position: absolute;
	right: 0;
	width: auto;
	z-index: 1;
}
#language.visible {
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.5);
}

#language ul li {
	line-height: 220%;
}

#language > ul > li {
	cursor: default;
}

#language.visible > ul > li {
	background-position: right -89px;
}

#language > ul > li > a {
	background-image: url('../images/icons/dropdown.png');
	background-repeat: no-repeat;
	background-position: 90% 12px;
	font-weight: bold;
	padding: 5px 20px 5px 15px;
}
#language > ul > li > a:hover {
	text-decoration: none;
}

#language > ul > li > ul {
	display: none;
	position: relative;	
	z-index: 1;
}

#language.visible > ul > li > ul {
	border-top: 1px solid #efefef;
	display: list-item;
    width: 100%;
}

#language > ul > li > ul > li:hover {
	background-color: #d8c2bf;	
}
#language > ul > li > ul > li:last-child {
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

#language > ul > li > ul > li > a {
	font-weight: 300;
	display: list-item;
	text-decoration: none;
}

#language > ul > li > ul > li > a:hover {
	text-decoration: none;
}

#menubottom {
	background-color: #d8c2bf;
	height: 75px;
	width: 100%;
}

#menubottomcontainer {
	background-color: #7d342b;
}

/* Slider */
#header-slider-container {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.noslider #header-slider-container {
	display: none;
}

.ie #header-slider-container {
	top: 75px;
}

.swiper-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 95%;
	max-width: 1440px;
}

#header-slider-container .swiper-slide {
	
}

.slider-container {
	display: block;
}

.swiper-control {
    bottom: 0;
    left: 0;
    margin: 0 auto;
	width: 90%;
    max-width: 1440px;
    position: absolute;
    right: 0;
    top: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url('../images/slider-arrows.png');
	background-size: auto;
	height: 80px;
	margin-top: -40px;
	width: 80px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-position: 0 -80px;
	right: 40px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-position: 0 0;
	left: 40px;
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #f1b262;
	height: 10px;
	margin: -1px 5px;
	width: 10px;
}

.slider-overlay {
	background-color: rgba(255, 255, 255, 0.75);
	height: 100%;
	position: absolute;
	z-index: 2;
}

.slider-overlay.overlay-left {
	left: 0;
}
.slider-overlay.overlay-right {
	right: 0;
}

#carousel-caption {
	display: none;
}

#carousel-caption h2 {
	margin-bottom: 0;
}

#carousel-caption h3 {
	color: #000;
	font-size: 200%;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 0;
}


/* icons */
.icon-car {
	background: url('../images/icons/transportation.png') no-repeat left 8px;
	height: 30px;
	padding-left: 37px;
}

.icon-plane {
	background: url('../images/icons/transportation.png') no-repeat left -42px;
	height: 30px;
	padding-left: 27px;
}

.icon-train {
	background: url('../images/icons/transportation.png') no-repeat left -95px;
	height: 30px;
	padding-left: 33px;
}

.icon-bus {
	background: url('../images/icons/transportation.png') no-repeat left -140px;
	height: 30px;
	padding-left: 37px;
}

.icon-gps {
	background: url('../images/icons/transportation.png') no-repeat left -195px;
	height: 30px;
	padding-left: 27px;
}

.icon-route {
	background: url('../images/icons/transportation.png') no-repeat left -242px;
	height: 30px;
	padding-left: 32px;
}

/* Content-Areas */
main {
	padding-top: 125px;
	text-align: left;
	width: 100%;
}

main > div {
	width: 100%;
}

.areacontainer {
	clear: both;
    margin: 0 auto;
    padding: 0;
    width: 95%;
}

.linkcontinue {
    display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.linkcontinue a:link {
	color: #fff;
	margin: 0;
	
}

/* Areas */
.rooms section {
	margin-bottom: 50px !important;
}

section[class^=area] {
	margin-right: 0;
	width: 100%;
}

.areacontainer > section[class^="area"]:nth-last-child(2) {
	margin-right: 0;
}
	
section[class^=area] {
	margin: 0 2.4% 0 0;
	min-height: 40px;
	float: left;
	text-align: left;
}
.ie8 section[class^=area] {
	margin-right: 1.2%;
}

section.area12, section.area24, section.area36 {
	width: 48.8%;
}

section.area13, section.area26 {
	width: 31.73%;
}

section.area23, section.area46 {
	width: 65.86%;
}

section.area14 {
	width: 23.2%;
}

section.area34 {
	width: 74.4%;
}

section.area15 {
	width: 18.08%;
}

section.area25 {
	width: 38.56%;
}

section.area35 {
	width: 59.04%;
}

section.area45 {
	width: 79.52%;
}

section.area16 {
	width: 14.66%;
}

section.area56 {
	width: 82.93%;
}

/* Footer */
footer {
	margin-top: 160px;
	position: relative;
}

footer > div {
	position: relative;
}

#fixedfooter {
	background-color: #d8c2bf;
	bottom: 0;
	color: #fff;
	font-size: 180%;
	position: fixed;
	width: 100%;
	z-index: 11;
}

.noslider #fixedfooter {
	display: none;
}

#fixedfootercontent {
	background-color: #7d342b;
}

#footercontainer {
	background-color: rgba(172, 81, 67, 0.75);
	bottom: 50px;
	margin-bottom: 0;
	width: 100%;
	z-index: 10;
}

#footercontainer.fixed {
	bottom: 0;
	position: fixed;
}

#footercontainer.novisible {
	margin-bottom: 0 !important;
}

#footercontent {
	font-size: 160%;
	padding: 30px 0;
}
 
#footercontent h2 {
	color: #fff;
	font-size: 250%;
	margin-bottom: 5px;
}

#footercontent a {
	color: #fff;
	text-decoration: none;
}
#footercontent a:hover {
	color: #fff;
	text-decoration: underline;
}

#footercontent span {
	display: inline-table;
    font-size: 80%;
    vertical-align: middle;
}

.safari #footercontent span {
	display: inline-block;
}

.footer-address {
	color: #fff;
	line-height: 150%;
}

.footer-address a[href^=tel] {
	background: url('../images/icons/symbols_small.png') no-repeat 0 -893px;
	color: #fff;
	display: inline-block;
	line-height: 180%;
	margin-top: 15px;
	padding-left: 25px;
}

.footer-address .fax {
	background: url('../images/icons/symbols_small.png') no-repeat 0 -1294px;
	color: #fff;
	display: inline-block;
	font-style: normal;
	line-height: 180%;
	padding-left: 25px;
}

.footer-address a[href^=mailto] {
	background: url('../images/icons/symbols_small.png') no-repeat 0 -494px;
	color: #fff;
	line-height: 180%;
	padding-left: 25px;
}

.footer-logos img {
	height: auto;
	margin: 0 2%;
	opacity: 0.7;
	width: 80%;
}
.footer-logos img:hover {
	opacity: 1;
}

.footer-logos {
	display: table;
}

.safari .footer-logos {
	display: block;
}

.footer-logos a {
	display: initial;
}

#editing {
	line-height: 120%;	
	margin-top: 1.5em;
	color: #c5c3c0;
}

#editing img {
	margin-top: 10px;	
}

/* Short-Request */

#shortrequest {
	margin: 15px auto;
	width: 90%;
}

#shortrequest .input {
	margin-right: 20px;
}

#fixedfootercontent h3 {
	border-right: none;
	box-sizing: border-box;
	color: #fff;
	display: table;
	float: left;
	font-size: 150%;
	font-weight: 400;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
}

#toparrivaldeparture {
	float: none;
	width: 100%;
}

#toppersonssubmit {
	float: none;
	margin-top: 1em;
	width: 100%;
}

#toparrivaldeparture label {
	box-sizing: border-box;
	display: block;
	float: none;
	padding-right: .5em;
	padding-top: 3px;
	text-align: left;
	width: 100%;
}

#toparrivaldeparture .input {
	float: none;
	width: 100%;
}

#toppersonssubmit label {
	box-sizing: border-box;
	display: block;
	float: none;
	padding-right: .5em;
	text-align: left;
	width: 100%;
}

#toppersonssubmit .chosen-container {
	float: none;
	width: 100%;
}

#fixedfooter .chosen-container-single .chosen-single {
	background-color: transparent;
	color: #fff;
}

#fixedfooter .button, #fixedfooter input[type="submit"], #fixedfooter input[type="button"] {
	background-color: transparent;
	background-image: url('../images/icons/submit.png');
	background-position: right 12px top -94px;
	background-position-x: 92%;
	background-position-y: -93px;
	background-repeat: no-repeat;
    color: #fff;
    padding: 0 3em;
	height: 36px;
	line-height: 30px !important;
}
#fixedfooter .button:hover, #fixedfooter input[type="submit"]:hover, #fixedfooter input[type="button"]:hover {
    background-color: #fff;
    color: #ac5143;
}

#fixedfooter .input input.hasDatepicker, #fixedfooter input.hasDatepicker {
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	margin-top: -3px;
	min-height: 36px;
	padding-right: 2em;
	position: relative;
	top: 2px;
}

.safari input[type=date], .safari input[type=time] {
	min-height: 35px;
}

#fixedfooter .hasDatepicker + img.ui-datepicker-trigger {
	background: url('../images/icons/calendar.png') no-repeat left -297px;
}

#fixedfooter .chosen-container-single .chosen-single div {
	background: url('../images/icons/sprite.png') 0.3125em -1786px;
	border-left: 0px;
}
#fixedfooter .chosen-container-active.chosen-with-drop .chosen-single div {
	background: url('../images/icons/sprite.png') 0.3125em -1887px;
}

#fixedfooter .button, #fixedfooter input[type="submit"], #fixedfooter input[type="button"] {
	background-color: #fff;
	background-image: url('../images/icons/sprite.png');
	background-position: 180% -890px;
	background-position-x: 180%;
	background-position-y: -890px;
	background-repeat: no-repeat;
	color: #ac5143;
	padding: 0 35px 0 15px;
}
#fixedfooter .button:hover, #fixedfooter input[type="submit"]:hover, #fixedfooter input[type="button"]:hover {
	text-decoration: underline;
}

#footerbottom {
	background-color: #d8c2bf;
	font-size: 140%;
	height: 50px;
	margin-bottom: 64px;
	width: 100%;
}

.noslider #footerbottom {
	height: 53px;
	margin-bottom: 0;
}

#footerbottomcontainer {
	background-color: #7d342b;
}

#footerbottomcontainer ul {
	position: relative;
}

#footerbottomcontainer ul li {
	display: inline-block;
	margin-right: 5px;
}

.safari #footerbottomcontainer ul li {
	position: relative;
	top: -10px;
}

#footerbottomcontainer ul li:first-child {
	margin-right: 20px;
}

#footerbottomcontainer ul li a, #footerbottomcontainer ul li p {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	line-height: 50px;
}
#footerbottomcontainer ul li a:hover {
	color:#d5eced;
}

#footerbottomcontainer ul li.digiemlogo {
    position: relative;
}

.chrome #footerbottomcontainer ul li.digiemlogo {
    top: 9px;
}

.safari #footerbottomcontainer ul li.digiemlogo {
	display: inline;
	top: 6px;
}

/* Page Content */
.pagecontent {
	border-collapse: separate;
    box-sizing: border-box;
    display: inline-block; /* table */
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}

span.signature {
	background-image: url('../images/signature.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 50px;
	left: 0;
	margin-top: 25px;
	position: relative;
	right: 0;
    width: 300px;
}

.whitebackground {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Fullscreen Container & Images */
.fullscreencontainer {
	background-color: #fbfbfb;
	position: relative;
	width: 100%;
}

.fullscreenimagecontainer, .fullscreenvideocontainer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fullscreencontentcontainer {
	display: block;
	margin: 0 auto;
	padding: 80px 0;
	max-width: 1440px;
	width: 95%;
}

.fullscreencontainer:nth-child(2n) {
    background-color: #f4f4f4;
}
.fullscreencontainer:last-child {
    background-color: transparent;
}

.footerarea-03 a {
	display: block;
    margin: 7px 0;
}

.impressum .linkscontainer .linkcontinue {
	display: block;
}

.impressum .linkscontainer .linkcontinue a {
	background-image: url('../images/icons/arrows.png');
	background-position: -webkit-calc(100% + 56px) -98px;
	background-position: -moz-calc(100% + 56px) -98px;
	background-position: -o-calc(100% + 56px) -98px;
	background-position: calc(100% + 56px) -98px;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 5px 0;
	padding-right: 15px;
}

.impressum .linkscontainer .linkcontinue a:hover {
	text-decoration: underline;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.articleimageright.wohnungen {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.articleimageright.wohnungen .contentcontainer {
	padding: 5% 0;
	position: relative;
}

.articleimageright.wohnungen .imagecontainer {
	margin-left: 0;
	padding-bottom: 0;
	width: 60%;
}

.articleimageright.wohnungen .imagecontainer .imagecontainer2 {
	display: inline-block;
	position: relative;
	right: 2px;
}


/* Desktop */
@media screen and (max-width: 1280px) {
	.owl-carousel .owl-controls .owl-nav .owl-prev,
	.owl-carousel .owl-controls .owl-nav .owl-next {
		background-color: #fff;
	}
	
	#menubottom {
		height: 50px;
	}

	#headerlogo {
		max-width: 200px;
	}
	
	#headerlogo a {
		margin-top: 15px;
	}
	
	#headerlogo img {
		margin: 0 15%;
		width: 70%;
	}
	#quickcontact {
    	margin-left: 20px;
    	padding-top: 16px;
	}
	
	#fixedfooter {
		font-size: 150%;
	}
	
	#shortrequest .input:last-child {
		margin-right: 0;
	}
	
	#fixedfootercontent h3 {
		border-right: 1px #4f4f4f solid;
		text-align: left;
		width: 12%;
	}
	
	#toparrivaldeparture {
		float: left;
		width: 46%;
	}
	
	#toppersonssubmit {
		float: left;
		margin-top: 0;
		width: 42%;
	}
	
	#fixedfooter .button, #fixedfooter input[type="submit"], #fixedfooter input[type="button"] {
		background-position: 250% -790px;
	}
	
	#fixedfooter .button:hover, #fixedfooter input[type="submit"]:hover, #fixedfooter input[type="button"]:hover {
		background-color: rgba(255, 255, 255, 1);
		background-position: 250% -890px;
		color: #ac5143;
	}
	section.area12, section.area24, section.area36 {
		width: 100%;
	}
}

/* Only Tablet */
@media screen and (min-width: 720px) and (max-width: 960px) {	

}

/* Tablet */
@media screen and (max-width: 960px) {
	#header {
		background-color: transparent;
		position: absolute;
		width: 100%;
	}
	
	#headercontent {
		display: block;
		margin: 0 auto;
		max-width: 1600px;
		width: 90%;
	}
	
	#headerlogo a {
		padding: 0;
	}
	
	#menutop {
		height: 35px;
	}
	
	#mainmenucontainer ul li.active a {
		color: #fff;
	}
	
	#menubottom {
		height: 40px;
	}
	
	#headerlogo {
		max-width: 170px;
	}
	
	#headerlogo img {
		margin: 10px 20%;
		width: 60%;
	}
	
	#headerlogo.scrolling img {
		margin: 15px 0 0;
		width: 90%;
	}
	
	#language {
		margin: 2px 2% 0;
	}
	
	#quickcontact {
		font-size: 120%;
    	margin-left: 12px;
	}
	
	.slider-container {
		display: inline-block;
	}
	
	#carousel-caption {
		background-color: rgba(255, 255, 255, 0.7);
		bottom: 80px;
		display: block;
		left: 50%;
		margin-left: -22%;
		padding: 2%;
		position: absolute;
		text-align: center;
		width: 40%;
		z-index: 1;
	}
	
	section.area13, section.area26 {
		width: 48.8%; 	
	}
	section.area13:nth-child(2), section.area26:nth-child(2) {
		margin-right: 0;
	}
	section.area13:nth-last-child(2), section.area26:nth-last-child(2) {
		clear: both;
	}
	
	section.area23, section.area46 {
		width: 48.8%; 	
	}
	
	section.area14, section.area34 {
		width: 48.8%;
	}
	section.area14:nth-child(2n+2) {
		margin-right: 0;
	}
	
	section.area25, section.area35 {
		width: 48.8%;
	}
	
	main {
		text-align: center;
		width: 100%;
	}
	
	#footercontent {
		font-size: 140%;
	}
	
	#shortrequest {
		width: 100%;
	}
	
	#shortrequest .input {
		margin-right: 10px;
	}
	
	.borderbottom {
		border-bottom: 1px #4f4f4f solid;
		padding: 10px 0;
	}
	
	.borderleft {
		border-left: 1px #4f4f4f solid;
		padding: 10px 0;
	}
	
	#toparrivaldeparture label {
		float: left;
		text-align: right;
		width: 50%;
	}
	
	#toparrivaldeparture .input {
		float: left;
		width: 50%;
	}
	
	#toppersonssubmit label {
		float: left;
		text-align: right;
		width: 60%;
	}
	
	#toppersonssubmit .chosen-container {
		float: left;
		width: 25%;
	}
	
	#footercontent .col-12 {
		width: 100%;
	}
	span.signature {
		margin-right: 0;
	}
	
	.articleimageright.wohnungen .contentcontainer ul {
		font-size: 14px;
	}
}


/* Smartphone */
@media screen and (max-width: 720px) {	
	h2 span {
		width: 15px;
	}
	
	main {
		padding-top: 75px;
	}
	
	.fullscreencontentcontainer {
		padding: 25px 0;
	}
	
	.rooms section {
		margin-bottom: 20px !important;
	}
	
	#menutop {
		background-color: #d8c2bf;
		height: 55px;
	}
	
	#menutop.scrolling {
		height: 100%;
	}
	
	#menutopcontainer {
		background-color: #7d342b;
		height: 55px;
	}

	#menubottom {
		display: none;
		height: auto;
	}
	
	#menubottomcontainer {
		background-color: #d8c2bf;
	}
	
	#headerlogo {
		background-color: transparent;
		background-image: none;
		display: table-cell;
		float: left;
		height: auto;
		width: 33%;
	}
	
	#headerlogo a {
		margin-top: 0;
	}
	
	#headerlogo.scrolling a {
		margin-top: 0;
		padding: 0;
	}
	
	#headerlogo.scrolling {
		margin-top: 0;
	}
	
	#headerlogo img, #headerlogo.scrolling img {
		margin: 10px 0%;
		width: 80px;
	}
	
	#menutop.scrolling #quickcontact {
		
	}
	
	#quickcontact {
		display: table-cell;
		margin-left: -5px;
	}
	
	#language {
		display: none;
	}
	
	.swiper-container {
		width: 100%;
	}
		
	.swiper-control > div {
		background-size: 100%;
		height: 40px;
		width: 40px;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		background-position: 0 -40px;
	}
	
	.swiper-control {
		display: none;
	}
	
	#quickcontact {
   		padding-top: 10px;
	}
	
	.companyitem {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		line-height: 18px;
	}
	
	.companyitem strong {
		color: #fff;
		margin-right: 5px;
	}
	
	#quickcontact .companyitem a {
		color: #fff;
	}
	
	footer {
		margin-top: 0;
	}
	
	#footercontainer {
		bottom: 0;
	}
	
	#fixedfooter {
		position: relative;
	}
	
	#shortrequest {
		width: 90%;
	}
	
	#shortrequest .input {
		margin-right: 4%;
		margin-bottom: 1em;
		width: 46%;
	}
	
	#shortrequest .input:nth-child(even) {
		margin-right: 0;
	}
	
	#footercontent .col-12 {
		border-top: 0 none;
		float: left;
		width: 50%;
	}
	
	#footercontent .col-12.footer-address {
		width: 100%;
	}
	
	#footercontent .footerarea-01 {
		width: 100%;	
	}
	
	#footercontent .footerarea-02 {
		border-top: 1px #4f4f4f solid;
		margin-top: 2em;
		padding-top: 1em;
		width: 100%;	
	}
	
	#footercontent .footerarea-03 {
		border-top: none;
		border-bottom: 1px #4f4f4f solid;
		width: 100%;	
		float: left;
	}
	
	#toppersonssubmit .footerarea-04 {
		vertical-align: bottom;
	}
	
	.autofixed.fixed {
		position: fixed;
	}
	
	#fixedfooter .button, #fixedfooter input[type="submit"], #fixedfooter input[type="button"] {
		background-position: 130% -790px;
		font-size: 120%;
		text-align: center;
		width: 100%;
	}
	
	#fixedfooter .button:hover, #fixedfooter input[type="submit"]:hover, #fixedfooter input[type="button"]:hover {
		background-position: 130% -890px;
	}
		
	#footerbottomcontainer ul li a, #footerbottomcontainer ul li p {
		line-height: 190%;
	}
	
	#footerbottom {
		margin-bottom: 50px;
	}
	
	#footerbottomcontainer {
		padding: 20px 0;
	}
	
	#footerbottomcontainer ul li {
		margin-right: 0 !important;
		text-align: center;
		width: 100%;
	}

	#footerbottomcontainer ul li a, #footerbottomcontainer ul li p {
		line-height: 190%;
		display: inline-block;
	}

	#footerbottomcontainer ul li.digiemlogo {
		margin-top: 10px;
	}
	
	.articleimageright.wohnungen {
		display: inline-block;
	}
	
	.articleimageright.wohnungen .contentcontainer {
		top: 0;
		width: 100%;
	}
	
	.articleimageright.wohnungen .imagecontainer {
		position: relative;
		width: 100%;
	}
	
	.articleimageright.wohnungen .imagecontainer .imagecontainer2 {
		display: inline;
		margin-bottom: 1px;
	}
}

/* Extralarge */
@media screen and (min-width: 1520px) {	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		background-position: 0 -80px;
		right: -40px;
	}
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		background-position: 0 0;
		left: -40px;
	}
}