/* CSS Uebergangsseite An der Lan Immobilien */
body {text-align: center;  font-family: 'Noto Sans', Arial, sans-serif; background-color: #fff; color: #161616;}
p {font-size: 1.4em;}
a {color: #fff; text-decoration: none;}
.container {max-width: 1920px; margin: 0 auto; padding: 0px; background-image: url('images/AnderLan_Visual_1920px_02.png'); background-repeat: no-repeat; background-size: cover;}
.containerRecht {max-width: 1920px; margin: 0 auto; padding: 0px; background-image: url('images/AnderLan_Visual_1920px.jpg');}
.textbox {width: 500px; margin: 0 auto; padding: 10px 0px;}
.textbox.rechtl {width: 1000px;
  margin: 0 auto;
  padding: 10px 40px;
  text-align: left;
  background-color: rgba(189,43,11,0.8);
  color: #fff;}
.textbox.left2 {text-align: center; }
.textbox.left {text-align: left; padding: 30px 50px; background-color: rgba(189,43,11,0.8); color: #fff;}
.textbox.full-width {width: 100%; background-color: rgb(189,43,11); color: white; text-align: center;}
.clsNeuSeite {font-weight: 500; text-align: center;}
.footer {font-size: 1em;}
.clsIcon {margin-right: 15px; vertical-align: middle;}

@media only screen and ( max-width: 959px) {
	h1 {font-size: 2.2em; padding-left: 3px;}
	h2 {font-size: 1.6em; line-height: 2rem;}
	body {font-size: 0.9em !important;}
    .clsImgSmall {width: 95%;}
    .textbox.rechtl {width: 95%;}
    .textbox.left2 {padding-top: 75px;}
	}
	@media only screen and ( max-width: 767px ) {
	h1 {font-size: 1.8em; padding-left: 5px;}
	h2 {font-size: 1.4em; line-height: 2rem;}
	body {font-size: 0.85em !important;}
	.clsImgSmall {width: 75%;}
    .textbox.rechtl {width: 95%;}
    .textbox.left2 {padding-top: 75px;}
	}
	@media only screen and ( max-width: 440px ) {
	h1 {font-size: 1.8em; padding-left: 5px;}
	h2 {font-size: 1.4em; line-height: 2rem;}
	h3 {font-size: 1.1rem;}
	body {font-size: 0.85em !important;}
    p {font-size: 1.25em;}
	.clsImgSmall {width: 75%;}
	.clsUmbruch::after {content: '\A'; white-space: pre;}
    .textbox {width: 380px;}
    .textbox.left2 {padding-top: 75px;}
    .textbox.rechtl {width: 95%;}
	}