@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.woff2') format('woff2'),
        url('../fonts/Quicksand-Regular.woff') format('woff'),
        url('../fonts/Quicksand-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Regular.woff2') format('woff2'),
        url('../fonts/MinionPro-Regular.woff') format('woff'),
        url('../fonts/MinionPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Bold.woff2') format('woff2'),
        url('../fonts/Quicksand-Bold.woff') format('woff'),
        url('../fonts/Quicksand-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('../fonts/Raleway-SemiBold.woff') format('woff'),
        url('../fonts/Raleway-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, andere WebKit-Browser */
    -moz-box-sizing: border-box; /* Firefox, andere Gecko-Browser */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.pagewrap {
	float:left;
	width:100%;
	height:100vh;
	background:#ffffff;
}


.wrapper {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
.content {
	float:left;
	width:100%;
	height:auto;
	min-height:100vh;
	position:relative;
}
.logo {
	position:absolute;
	right:20px;
	top:35px;
	width:130px;
	height:151px;
}
.logo img {
	width:100%;
	height:auto;
	display:block;
}
.logo a {
	outline:none;
}

.top {
	float:left;
	width:100%;
	height:auto;
}
.top .links {
	float:left;
	width:calc(100% - 170px);
	height:auto;
	margin:0px 0 0 0;
}
.top .rechts {
	float:left;
	width:100%;
	height:auto;
	margin:40px 0 0 0;
}

.bildtop {
	float:left;
	width:100%;
	height:260px;
	object-fit: cover;
}
.bildtop img {
	width:100%;
	height:auto;
	display:block;
	object-fit: cover;
}
.blocktop {
	float:left;
	width:100%;
	height:auto;
	background:#eef0e8;
	margin:35px 0 0 0;
	font-family: 'Quicksand';
	padding:35px 20px 35px 20px;
	font-weight:normal;
	color:#513a17;
}
.blocktop h1 {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 28px 0;
	font-weight:bold;
	font-size:24px;
	line-height:34px;
}
.blocktop p {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 38px 0;
	font-weight:normal;
	font-size:18px;
	line-height:30px;
}
.blocktop p strong {
	font-weight:bold;
}
.block_headline {
	float:left;
	width:100%;
	height:auto;
	margin:5px 0 0 0;
	font-family: 'Quicksand';
	padding:0px 20px 0 20px;
	font-weight:bold;
	color:#513a17;
	font-size:38px;
	line-height:46px;
	text-transform:uppercase;
}
.reico_partner {
	float:right;
	width:160px;
	height:auto;
	margin:0px 0 0px 0px;
}
.reico_partner img {
	width:100%;
	height:auto;
	display:block;
}
.reico_partner a {
	outline:none;
}
.top_kreis {
	display:none;
	float: right;
	width: 350px;
	height: 350px;
	position: relative;
	background: #c2b4a2;
	margin: -90px -140px 0 0px;
	border-radius: 50%;
	text-align: left;
	padding: 44px 32px 30px 75px;
	color: #513a17;
	font-family: 'Quicksand';
	font-size: 18px;
	line-height: 28px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.top_kreis p {
	margin: 0 0 22px 0;
}
.top_kreis_mobile {
	display:inline-block;
	float:left;
	width: 330px;
	height: 330px;
	position: relative;
	background: #c2b4a2;
	margin: 50px 0 0 50%;
	border-radius: 50%;
	text-align: left;
	padding: 42px 30px 30px 73px;
	color: #513a17;
	font-family: 'Quicksand';
	font-size: 17px;
	line-height: 27px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	transform:translateX(-50%);
	animation: kreisani_desktop 5s linear;
}
.kreistext_m {
	animation: kreisani_innen_desktop 5s linear;
}
.top_kreis_mobile p {
	margin: 0 0 22px 0;
}
.block_text {
	float: left;
	width: 100%;
	height: auto;
	color:#513a17;
	font-family: 'Quicksand';
	margin: 70px 0 50px 0;
	padding:0px 20px 0px 20px;
}
.block_text h2 {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 22px 0;
	font-weight:bold;
	font-size:22px;
	line-height:32px;
}
.block_text p {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 0px 0;
	font-weight:normal;
	font-size:18px;
	line-height:30px;
}
.bilder_bereich {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 58px 0;
}
.bilder_bereich .links {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0px 0;
}
.bilder_bereich .links .bild {
	float: left;
	width: 100%;
	height: 290px;
	margin: 0;
	overflow: hidden;
}
.bilder_bereich .links .bild img {
	width:100%;
	height:auto;
	display:block;
	object-fit: cover;
}
.bilder_bereich .rechts {
	float: left;
	width: 100%;
	height: auto;
	margin: 30px 0 0px 0;
}
.bilder_bereich .rechts .bild {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	object-fit: cover;
}
.bilder_bereich .rechts .bild img {
	width:100%;
	height:auto;
	display:block;
	object-fit: cover;
}
.footer {
	float: left;
	width: 100%;
	height: auto;
	padding: 50px 0px 45px 0px;
	background: #eef0e8;
	font-family: 'Quicksand';
	color:#513a17;
}
.wrapper_footer {
	width:100%;
	height:auto;
	margin:0;
	padding:0 20px;
}
.footer_l {
	float: left;
	width: 100%;
	height: auto;
	font-size:16px;
	line-height: 26px;
	font-weight: bold;
}
.footer_l a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color:#513a17;
}
.footer_l a:hover {
	text-decoration: underline;
}
.footer_m {
	float: left;
	width: calc(100% - 165px);
	height: auto;
	font-size:16px;
	line-height: 26px;
	font-weight:normal;
	margin:32px 0 0 0;
}
.footer_m a {
	font-size: 14px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color:#513a17;
}
.footer_m a:hover {
	text-decoration: underline;
}
.footer_r {
	float: left;
	width: 115px;
	height: auto;
	margin: 125px 0 0 50px;
}
.footer_r img {
	width: 100%;
	height: auto;
	display: block;
}
.footer_r a {
	outline:none;
}
.footer_unten {
	float: left;
	width: 100%;
	height: auto;
	background: #c2b4a2;
}
.footer_unten img {
	width: 100%;
	height: auto;
	display: block;
}
.footer_unten a {
	outline:none;
}

.us_back_top {
	float:left;
	width:50%;
	height:auto;
	margin:175px 0 30px 0;
	padding:0 20px;
	font-family: 'Quicksand';
}
.us_back_top a {
	border:solid 2px #c2b4a2;
	padding:5px 10px;
	color:#513a17;
	font-weight:600;
	text-decoration:none;
	transition:all 0.2s linear;
	font-size:16px;
}
.us_back_top a:hover {
	background:#c2b4a2;
	cursor:pointer;
}
.block_rechtliches {
	float: left;
	width: 100%;
	height: auto;
	color:#513a17;
	font-family: 'Quicksand';
	margin: 70px 0 70px 0;
	padding:0px 20px 0px 20px;
}
.block_rechtliches h1 {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 40px 0;
	font-weight:bold;
	font-size:28px;
	line-height:38px;
}
.block_rechtliches h2 {
	float:left;
	width:100%;
	height:auto;
	margin:30px 0 5px 0;
	font-weight:bold;
	font-size:18px;
	line-height:28px;
}
.block_rechtliches h3 {
	float:left;
	width:100%;
	height:auto;
	margin:15px 0 0px 0;
	font-weight:bold;
	font-size:16px;
	line-height:26px;
}
.block_rechtliches p {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 14px 0;
	font-weight:normal;
	font-size:14px;
	line-height:26px;
}
.block_rechtliches ul {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 14px 0;
	list-style:none;
}
.block_rechtliches ul li {
	list-style:outside disc;
	width:calc(100% - 15px);
	margin:0 0 8px 15px;
	font-weight:normal;
	font-size:14px;
	line-height:26px;
}
.block_rechtliches a {
	outline:none;
	text-decoration:underline;
	color:#513a17;
}
.block_rechtliches a:hover {
	cursor:pointer;
	text-decoration:underline;
	color:#286334;
}


@media only screen and (min-width: 580px) {
.bildtop {
	float:left;
	width:100%;
	height:340px;
	object-fit: cover;
}
}

@media only screen and (min-width: 700px) {
.logo {
	position:absolute;
	right:40px;
	top:52px;
	width:130px;
	height:151px;
}	
.top .links {
	float:left;
	width:calc(100% - 220px);
	height:auto;
	margin:0px 0 0 0;
}
.top .rechts {
	float:left;
	width:100%;
	height:auto;
	margin:40px 0 0 0;
}
.bildtop {
	float:left;
	width:100%;
	height:460px;
	object-fit: cover;
}
.top_kreis {
	display:none;
	float: right;
	width: 350px;
	height: 350px;
	position: relative;
	background: #c2b4a2;
	margin: -160px -200px 0 0px;
	border-radius: 50%;
	text-align: left;
	padding: 44px 32px 30px 75px;
	color: #513a17;
	font-family: 'Quicksand';
	font-size: 18px;
	line-height: 28px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.top_kreis p {
	margin: 0 0 22px 0;
}
.top_kreis_mobile {
	display:inline-block;
	float:left;
	width: 440px;
	height: 440px;
	position: relative;
	background: #c2b4a2;
	margin: 60px 0 0 50%;
	border-radius: 50%;
	text-align: left;
	padding: 78px 38px 30px 98px;
	color: #513a17;
	font-family: 'Quicksand';
	font-size: 20px;
	line-height: 31px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	transform:translateX(-50%);
}
.top_kreis_mobile p {
	margin: 0 0 22px 0;
}
.bilder_bereich {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 58px 0;
}
.bilder_bereich .links {
	float: left;
	width: 50%;
	height: auto;
	margin: 0 0 0px 0;
}
.bilder_bereich .links .bild {
	float: left;
	width: 100%;
	height: 290px;
	margin: 0;
	overflow: hidden;
}
.bilder_bereich .links .bild img {
	width:100%;
	height:auto;
	display:block;
	object-fit: cover;
}
.bilder_bereich .rechts {
	float: left;
	width: 50%;
	height: auto;
	margin: 0px 0 0px 0;
}
.bilder_bereich .rechts .bild {
	float: left;
	width: 100%;
	height: 193px;
	margin: 0;
	object-fit: cover;
}
.bilder_bereich .rechts .bild img {
	width:100%;
	height:auto;
	display:block;
	object-fit: cover;
}
.footer_l {
	float: left;
	width: 40%;
	height: auto;
	font-size:16px;
	line-height: 26px;
	font-weight: bold;
}
.footer_m {
	float: left;
	width: calc(50% - 126px);
	height: auto;
	font-size:16px;
	line-height: 26px;
	font-weight:normal;
	margin:0px 9% 0 1%;
}
.footer_r {
	float: left;
	width: 126px;
	height: auto;
	margin: 0px 0 0 0px;
}
.block_rechtliches {
	float: left;
	width: 100%;
	height: auto;
	color:#513a17;
	font-family: 'Quicksand';
	margin: 70px 0 70px 0;
	padding:0px 20px 0px 20px;
}
.block_rechtliches h1 {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 50px 0;
	font-weight:bold;
	font-size:32px;
	line-height:42px;
}
.block_rechtliches h2 {
	float:left;
	width:100%;
	height:auto;
	margin:35px 0 5px 0;
	font-weight:bold;
	font-size:20px;
	line-height:30px;
}
.block_rechtliches p {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 14px 0;
	font-weight:normal;
	font-size:16px;
	line-height:28px;
}
.block_rechtliches a {
	outline:none;
	text-decoration:underline;
	color:#513a17;
}
.block_rechtliches ul {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 14px 0;
	list-style:none;
}
.block_rechtliches ul li {
	list-style:outside disc;
	width:calc(100% - 15px);
	margin:0 0 8px 15px;
	font-weight:normal;
	font-size:16px;
	line-height:28px;
}
}

@media only screen and (min-width: 900px) {

.wrapper {
	max-width:900px;
	height:auto;
	margin:0 auto;
	padding:0 20px;
}
.wrapper_footer {
	max-width:860px;
	height:auto;
	margin:0 auto;
	padding:0 20px;
}

content {
	float:left;
	width:100%;
	height:auto;
	min-height:100vh;
	position:relative;
}
.logo {
	position:absolute;
	right:0px;
	top:72px;
	width:150px;
	height:174px;
}
.logo img {
	width:100%;
	height:auto;
	display:block;
}
.logo a {
	outline:none;
}

.top {
	float:left;
	width:100%;
	height:auto;
}
.top .links {
	float:left;
	width:50%;
	height:auto;
	margin:190px 0 0 0;
}
.top .rechts {
	float:left;
	width:50%;
	height:auto;
	margin:310px 0 0 0;
}

.bildtop {
	float:left;
	width:100%;
	height:540px;
	object-fit: cover;
}
.bildtop img {
	width:100%;
	height:auto;
	display:block;
	object-fit: cover;
}
.blocktop {
	float:left;
	width:100%;
	height:auto;
	background:#f4f5f1;
	margin:40px 0 0 0;
	font-family: 'Quicksand';
	padding:40px 45px 40px 50px;
	font-weight:normal;
	color:#513a17;
}
.blocktop h1 {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 22px 0;
	font-weight:bold;
	font-size:18px;
	line-height:28px;
}
.blocktop p {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 24px 0;
	font-weight:normal;
	font-size:16px;
	line-height:26px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.blocktop p strong {
	font-weight:bold;
}
.block_headline {
	float:left;
	width:100%;
	height:auto;
	margin:5px 0 0 0;
	font-family: 'Quicksand';
	padding:0px 0 0 68px;
	font-weight:bold;
	color:#513a17;
	font-size:38px;
	line-height:46px;
	text-transform:uppercase;
}
.reico_partner {
	float:right;
	width:160px;
	height:auto;
	margin:28px 0 0px 0px;
}
.reico_partner img {
	width:100%;
	height:auto;
	display:block;
}
.reico_partner a {
	outline:none;
}
.top_kreis {
	display:block;
	float: left;
	width: 440px;
	height: 440px;
	position: relative;
	background: #c2b4a2;
	margin: 65px 0 0 0px;
	border-radius: 50%;
	text-align: left;
	padding: 75px 65px 50px 95px;
	color: #513a17;
	font-family: 'Quicksand';
	font-size: 20px;
	line-height: 32px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	animation: kreisani_desktop 3s linear;
}
.kreistext {
	animation: kreisani_innen_desktop 3s linear;
}
.top_kreis p {
	margin: 0 0 28px 0;
}
.top_kreis_mobile {
	display:none;
}
.block_text {
	float: left;
	width: 84%;
	height: auto;
	color:#513a17;
	font-family: 'Quicksand';
	margin: 70px 8% 50px 8%;
	padding:0;
}
.block_text h2 {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 28px 0;
	font-weight:bold;
	font-size:22px;
	line-height:32px;
}
.block_text p {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 0px 0;
	font-weight:normal;
	font-size:17px;
	line-height:30px;
}
.bilder_bereich {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 58px 0;
}
.bilder_bereich .links {
	float: left;
	width: 50%;
	height: auto;
	margin: 0 0 0px 0;
}
.bilder_bereich .links .bild {
	float: left;
	width: 100%;
	height: 381px;
	margin: 0;
	overflow: hidden;
}
.bilder_bereich .links .bild img {
	width:100%;
	height:auto;
	display:block;
	object-fit: cover;
}
.bilder_bereich .rechts {
	float: left;
	width: 50%;
	height: auto;
	margin: 0 0 0px 0;
}
.bilder_bereich .rechts .bild {
	float: left;
	width: 100%;
	height: 254px;
	margin: 0;
	object-fit: cover;
}
.bilder_bereich .rechts .bild img {
	width:100%;
	height:auto;
	display:block;
	object-fit: cover;
}
.footer {
	float: left;
	width: 100%;
	height: auto;
	padding: 50px 0px 45px 0px;
	background: #f4f5f1;
	font-family: 'Quicksand';
	color:#513a17;
}
.footer_l {
	float: left;
	width: 44%;
	height: auto;
	font-size:19px;
	line-height: 32px;
	font-weight: bold;
}
.footer_l a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color:#513a17;
}
.footer_l a:hover {
	text-decoration: underline;
}
.footer_m {
	float: left;
	width: 32%;
	height: auto;
	font-size:19px;
	line-height: 32px;
	font-weight:normal;
	margin:0;
}
.footer_m a {
	font-size: 14px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color:#513a17;
}
.footer_m a:hover {
	text-decoration: underline;
}
.footer_r {
	float: left;
	width: 20%;
	height: auto;
	margin: 0 0 0 4%;
}
.footer_r img {
	width: 100%;
	height: auto;
	display: block;
}
.footer_r a {
	outline:none;
}
.footer_unten {
	float: left;
	width: 100%;
	height: auto;
	background: #c2b4a2;
}
.footer_unten img {
	width: 100%;
	height: auto;
	display: block;
}
.footer_unten a {
	outline:none;
}

.us_back_top {
	float:left;
	width:50%;
	height:auto;
	margin:225px 0 30px 0;
	padding:0;
}
.block_rechtliches {
	float: left;
	width: 100%;
	height: auto;
	color:#513a17;
	font-family: 'Quicksand';
	margin: 70px 0 70px 0;
	padding:0px 0px 0px 0px;
}	
}


@media only screen and (min-width: 1200px) {
.wrapper {
	max-width:1200px;
	height:auto;
	margin:0 auto;
	padding:0 20px;
}
.content {
	float:left;
	width:100%;
	height:auto;
	min-height:100vh;
	position:relative;
}
.logo {
	position:absolute;
	right:100px;
	top:72px;
	width:150px;
	height:174px;
}
.logo img {
	width:100%;
	height:auto;
	display:block;
}
.logo a {
	outline:none;
}

.top {
	float:left;
	width:100%;
	height:auto;
}
.top .links {
	float:left;
	width:50%;
	height:auto;
	margin:190px 0 0 0;
}
.top .rechts {
	float:left;
	width:50%;
	height:auto;
	margin:310px 0 0 0;
}

.bildtop {
	float:left;
	width:100%;
	height:600px;
	object-fit: cover;
}
.bildtop img {
	width:100%;
	height:auto;
	display:block;
	object-fit: cover;
}
.blocktop {
	float:left;
	width:100%;
	height:auto;
	background:#f4f5f1;
	margin:45px 0 0 0;
	font-family: 'Quicksand';
	padding:45px 60px 40px 68px;
	font-weight:normal;
	color:#513a17;
}
.blocktop h1 {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 28px 0;
	font-weight:bold;
	font-size:24px;
	line-height:34px;
}
.blocktop p {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 38px 0;
	font-weight:normal;
	font-size:19px;
	line-height:32px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.blocktop p strong {
	font-weight:bold;
}
.block_headline {
	float:left;
	width:100%;
	height:auto;
	margin:5px 0 0 0;
	font-family: 'Quicksand';
	padding:0px 0 0 68px;
	font-weight:bold;
	color:#513a17;
	font-size:42px;
	line-height:50px;
	text-transform:uppercase;
}
.reico_partner {
	float:right;
	width:180px;
	height:auto;
	margin:28px 0 0px 0px;
}
.reico_partner img {
	width:100%;
	height:auto;
	display:block;
}
.reico_partner a {
	outline:none;
}
.top_kreis {
	display:block;
	float: left;
	width: 480px;
	height: 480px;
	position: relative;
	background: #c2b4a2;
	margin: 115px 0 0 25px;
	border-radius: 50%;
	text-align: left;
	padding: 75px 45px 50px 110px;
	color: #513a17;
	font-family: 'Quicksand';
	font-size: 24px;
	line-height: 36px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.top_kreis p {
	margin: 0 0 28px 0;
}
.top_kreis_mobile {
	display:none;
}
.block_text {
	float: left;
	width: 72%;
	height: auto;
	color:#513a17;
	font-family: 'Quicksand';
	margin: 70px 14% 50px 14%;
}
.block_text h2 {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 28px 0;
	font-weight:bold;
	font-size:24px;
	line-height:34px;
}
.block_text p {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 0px 0;
	font-weight:normal;
	font-size:19px;
	line-height:32px;
}
.bilder_bereich {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 58px 0;
}
.bilder_bereich .links {
	float: left;
	width: 50%;
	height: auto;
	margin: 0 0 0px 0;
}
.bilder_bereich .links .bild {
	float: left;
	width: 100%;
	height: 381px;
	margin: 0;
	overflow: hidden;
}
.bilder_bereich .links .bild img {
	width:100%;
	height:auto;
	display:block;
	object-fit: cover;
}
.bilder_bereich .rechts {
	float: left;
	width: 50%;
	height: auto;
	margin: 0 0 0px 0;
}
.bilder_bereich .rechts .bild {
	float: left;
	width: 100%;
	height: 254px;
	margin: 0;
	object-fit: cover;
}
.bilder_bereich .rechts .bild img {
	width:100%;
	height:auto;
	display:block;
	object-fit: cover;
}
.footer {
	float: left;
	width: 100%;
	height: auto;
	padding: 50px 0px 45px 0px;
	background: #f4f5f1;
	font-family: 'Quicksand';
	color:#513a17;
}
.wrapper_footer {
	max-width:1120px;
	height:auto;
	margin:0 auto;
	padding:0 20px;
}
.footer_l {
	float: left;
	width: 53%;
	height: auto;
	font-size:19px;
	line-height: 32px;
	font-weight: bold;
}
.footer_l a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color:#513a17;
}
.footer_l a:hover {
	text-decoration: underline;
}
.footer_m {
	float: left;
	width: 23%;
	height: auto;
	font-size:19px;
	line-height: 32px;
	font-weight:normal;
	margin:0;
}
.footer_m a {
	font-size: 14px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color:#513a17;
}
.footer_m a:hover {
	text-decoration: underline;
}
.footer_r {
	float: left;
	width: 14%;
	height: auto;
	margin: 0 0 0 10%;
}
.footer_r img {
	width: 100%;
	height: auto;
	display: block;
}
.footer_r a {
	outline:none;
}
.footer_unten {
	float: left;
	width: 100%;
	height: auto;
	background: #c2b4a2;
}
.footer_unten img {
	width: 100%;
	height: auto;
	display: block;
}
.footer_unten a {
	outline:none;
}

.us_back_top {
	float:left;
	width:50%;
	height:auto;
	margin:225px 0 30px 0;
	padding:0;
}

	
}


@keyframes kreisani_desktop {
  0% {
	  opacity:0;
  }
  30% {
	  opacity:0;
  }
  100% {
	opacity:1;
  }
}
@keyframes kreisani_innen_desktop {
  0% {
	  opacity:0;
  }
  40% {
	  opacity:0;
  }
  100% {
	opacity:1;
  }
}
