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

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

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

@font-face {
    font-family: 'Parastoo';
    src: url('../fonts/Parastoo-Medium.woff2') format('woff2'),
        url('../fonts/Parastoo-Medium.woff') format('woff'),
        url('../fonts/Parastoo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff'),
        url('../fonts/OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('../fonts/OpenSans-Semibold.woff') format('woff'),
        url('../fonts/OpenSans-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+ */
}
html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
    background: #dddddd;
}
.pagewrap {
	float:left;
	width:100%;
	height:100vh;
	position:relative;
	
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    padding: 0px;
    z-index: 99;
    background: #ffffff;
}
.header a {
    outline: none;
}
.header .slogan {
    float: left;
    width: 210px;
    height: auto;
    font-family: 'Parastoo';
    font-weight: 600;
    font-size: 28px;
    padding: 22px 0 0 50px;
    color: #516c48;
    opacity: 1;
    display: none;
}
.header .logo {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 100px;
    height: 110px;
    transform: translateX(0%) translateY(0) scale(1.0);
    transition: all 0.2s ease;
}
.header .logo img {
    width: 100%;
    height: auto;
    display: block;
}
.header .logo a {
    outline: none;
}
.header .logo:hover {
    transform: translateX(0%) translateY(0px)scale(1.0);
}
.menu_icon {
	position:fixed;
	right:20px;
	top:14px;
	width:65px;
	height:65px;
	display:block;
	z-index:1000;
	transition:all 0.3s ease;
}
.menu_icon.active {
	position:fixed;
	right:20px;
	top:14px;
	width:65px;
	height:65px;
	display:block;
	z-index:1000;
	transition:all 0.3s ease;
}
.menu_icon label {
	display:flex;
	flex-direction:column;
	width:65px;
	cursor:pointer;
	padding:17px 14px;
	transition:all 0.2s linear;
}
.menu_icon label span{
  background: #444444;
  border-radius:2px;
  height:2px;
  margin: 4px 0;
  transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.menu_icon label span:nth-child(1){
  width:100%;
}
.menu_icon label span:nth-child(2){
  width:100%;
}
.menu_icon label span:nth-child(3){
  width:100%;
}
.menu_icon input[type="checkbox"]{
  display:none;
}
.menu_icon input[type="checkbox"]:checked ~ span:nth-of-type(1){
  transform-origin:bottom;
  transform:rotatez(45deg) translate(8px,8px);
  width:100%;
  background: #ffffff;
}
.menu_icon input[type="checkbox"]:checked ~ span:nth-of-type(2){
  width:0%;
  background:#f4f4f4;
}
.menu_icon input[type="checkbox"]:checked ~ span:nth-of-type(3){
  transform-origin:top;
  transform:rotatez(-45deg) translate(5px,-5px);
  width:100%;
  background: #ffffff;
}
.header .navigation {
	position:fixed;
	left:0%;
	top:0;
	float:none;
	width:100%;
	height:100vh;
	background:#f4f4f4;
	padding:40px 60px;
	margin:0px 0px 0px 0px;
	transform:translate(120%,0);
	transition:all 0.2s ease;
	z-index:999;
}
.header .navigation.active {
	position:fixed;
	left:0%;
	top:0;
	float:none;
	width:100%;
	height:100vh;
	background:#e4152e;
	padding:40px 60px;
	margin:0px 0px 0px 0px;
	transform:translate(0%,0);
	transition:all 0.5s ease;
	z-index:999;
}
.header .navigation ul {
	list-style:none;
	float:left;
	width:100%;
	height:auto;
	margin:0 0%;
}
.header .navigation ul li {
	float:left;
	width:100%;
	height:auto;
	margin:30px 0% 10px 0%;
	text-align:left;
}
.header .navigation ul li a {
	text-decoration:none;
	color:#ffffff;
	font-size:20px;
	text-align:center;
	padding:5px 5px 5px 5px;
	transition:all 0.2s ease;
	position:relative;
    font-family: 'Open Sans';
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.header .navigation ul li a:hover {
	color:#000000;
}
.header .navigation ul li a span {
	position:absolute;
	bottom:0;
	left:0;
	width:0%;
	height:3px;
	background:#ffffff;
	transition:all 0.3s ease-out;
}
.header .navigation ul li a:hover span {
	width:100%;
}

.mainslider {
    float: left;
    width: 100%;
    height: calc(100vh - 100px);
    margin: 100px 0 0 0;
    position: relative;
}
.sliderbox {
    position: absolute;
    bottom: 60px;
    right: 100px;
    width: auto;
    max-width: 400px;
    height: auto;
    background: rgba(0,0,0,0.8);
    padding: 15px 20px;
    font-family: 'Parastoo';
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}

.slick_bereich {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 0px 60px 0px;
    margin: 90px 0 0 0;
    position: relative;
    overflow-y: visible;
}

.slick_next {
	position: absolute;
	top: calc(50% - 56px);
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: center;
	text-decoration: none;
	background: url("../img/slide_nav_next_arr.png") no-repeat center center;
	background-size: 32px;
	opacity: 0.6;
	transition:none;
	outline: none;
    z-index: 990;
}
.slick_next:hover {
	opacity: 1;
	cursor: pointer;
}
.slick_next.active {
    opacity: 0;
    width: 0px;
	height: 0px;
}
.slick_prev {
	position: absolute;
	top: calc(50% - 56px);
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: center;
	text-decoration: none;
	background: url("../img/slide_nav_prev_arr.png") no-repeat center center;
	background-size: 32px;
	opacity: 0.6;
	transition:none;
	outline: none;
    z-index: 990;
}
.slick_prev:hover {
	opacity: 1;
	cursor: pointer;
}
.slick_prev.active {
    opacity: 0;
    width: 0px;
	height: 0px;
}
.slick_boxen  {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0 0px 0;
	display:flex;
    justify-content: center;
    align-items: center;
}
.slick_box {
	float:left;
	width:100%;
	height:auto;
	min-height:380px !important;
	display:flex;
    justify-content: center;
    align-items: center;
	outline:none;
	opacity: 1;
	background:#ffffff;
	padding:0px;
	color:#555555;
	border:none;
	text-align:center;
	margin:0 0px;
	position:relative;
	transition:all 0.3s ease;
	transform:translate(0,0) scale(1.0);
}
.slick_box .bild {
    float: left;
    width: 100%;
    height: 380px;
    object-fit: cover;
    overflow: hidden;
    border-radius:0px;
}
.slick_box .bild img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transform: scale(1.0);
    transition: all 0.2s linear;
}
.slick_box .textbox {
    position: absolute;
    bottom: 0px;
    right: 10px;
    width: 80%;
    height: auto;
    padding: 15px 20px 18px 20px;
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    text-align: left;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.gototop {
    position: fixed;
    bottom: 30px;
    right: 25px;
    width: 48px;
    height: 48px;
    background: #e4152e;
    border-radius: 50%;
    transform: translateX(80px);
    transition: all 0.3s ease;
}
.gototop.active {
    position: fixed;
    bottom: 30px;
    right: 25px;
    width: 48px;
    height: 48px;
    background: #e4152e;
    border-radius: 50%;
    transform: translateX(0px);
    transition: all 0.3s ease;
}
.gototop a {
    display: block;
    width: 48px;
    height: 48px;
    outline: none;
    background-image: url(../img/icon_home.png);
    background-size: 26px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all 0.2s linear;
}
.gototop a:hover {
    background-size: 30px;
}
.contentbereich {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 20px;
    position: relative;
    margin: 0px 0 20px 0;
}
.contentbereich .anker {
    position: absolute;
    left: 0;
    top: -140px;
    width: 0px;
    height: 0px;
}
.contentbereich .ankerrot {
    position: absolute;
    left: 0;
    top: -90px;
    width: 0px;
    height: 0px;
}
.contentbereich .ankergold {
    position: absolute;
    left: 0;
    top: -90px;
    width: 0px;
    height: 0px;
}
.contentbereich .ankerfass {
    position: absolute;
    left: 0;
    top: -85px;
    width: 0px;
    height: 0px;
}
.contentbereich .ankerkontakt {
    position: absolute;
    left: 0;
    top: -95px;
    width: 0px;
    height: 0px;
}
.contentbereich .text {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0% 20px 0;
}
.contentbereich .text h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    font-family: 'Parastoo';
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    position: relative;
    padding: 0 0 16px 0;
}
.contentbereich .text h1 span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 60px;
    height: 2px;
    background: #e4152e;
}
.contentbereich .text p {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 24px 0;
    font-family: 'Parastoo';
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
}
.contentbereich .text ul {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 24px 0;
    font-family: 'Parastoo';
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    list-style: none;
}
.contentbereich .text ul li {
    float: left;
    width: calc(100% - 20px);
    list-style: disc outside;
    margin: 4px 0 8px 20px;
}
.contentbereich .bild {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
}
.contentbereich .bild a {
    float: left;
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.contentbereich .bild img {
    float: left;
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    margin: 0 0 0px 0;
    transition: all 0.4s ease;
}
.contentbereich .bild img:hover {
    transform: scale(1.1);
}


.contentbereich .bildtitel {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0% 35px 0%;
}
.contentbereich .bildtitel img {
    width: 100%;
    height: auto;
    display: block;
}
.contentbereich .bild a {
    outline: none;
}
.contentbereich .bildtitel a {
    outline: none;
}
.contentbereich .bildhoch {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0%;
}
.contentbereich .bildhoch a {
    float: left;
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    margin: 0 0% 20px 0;
    overflow: hidden;
}
.contentbereich .bildhoch img {
    float: left;
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    margin: 0 0 0px 0;
    transition: all 0.4s ease;
}
.contentbereich .bildhoch img:hover {
    transform: scale(1.2);
}



.contentbereich .bildbreit {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0%;
}
.contentbereich .bildbreit a {
    float: left;
    width: 32%;
    height: 210px;
    object-fit: cover;
    display: block;
    margin: 0 2% 0px 0;
    overflow: hidden;
}
.contentbereich .bildbreit img {
    float: left;
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
    margin: 0 0 0px 0;
    transition: all 0.4s ease;
}
.contentbereich .bildbreit img:hover {
    transform: scale(1.1);
}
.contentbereich .bildbreit a:nth-of-type(2n+2) { margin: 0 2% 0px 0; }
.contentbereich .bildbreit a:nth-of-type(3n+3) { margin: 0 0 0px 0; }

.contentbereich .textrechts {
    float: left;
    width: 100%;
    height: auto;
    margin: 40px 0 0 0%;
}
.contentbereich .textrechts h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    font-family: 'Parastoo';
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    padding: 0 0 16px 0;
}
.contentbereich .textrechts h1 span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 80px;
    height: 2px;
    background: #e4152e;
}
.contentbereich .textrechts p {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 24px 0;
    font-family: 'Parastoo';
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
}
.contentbereich .bildlinks {
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0% 0 0;
}
.contentbereich .bildlinks a {
    float: left;
    width: 32%;
    height: 210px;
    object-fit: cover;
    display: block;
    margin: 0 2% 20px 0;
    overflow: hidden;
}
.contentbereich .bildlinks img {
    float: left;
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
    margin: 0 0 0px 0;
    transition: all 0.4s ease;
}
.contentbereich .bildlinks img:hover {
    transform: scale(1.2);
}
.contentbereich .bildlinks a:nth-of-type(2n+2) { margin: 0 2% 20px 0; }
.contentbereich .bildlinks a:nth-of-type(3n+3) { margin: 0 0% 20px 0; }

.rot {
    background: #b4bfb3;
    margin: 0px 0 0px 0 !important;
    padding: 105px 20px !important;
}
.sechzig {
    width: 100% !important;
    margin: 0 !important;
}
.gold {
    background: #efe6cb;
    margin: 0px 0 0px 0 !important;
    padding: 85px 20px !important;
}
.fasskunde {
    margin: 0px 0 0px 0 !important;
    padding: 85px 20px !important;
}
.kontakt {
    margin: 20px 0 0px 0 !important;
    padding: 70px 20px !important;
}

.galerie_goldstuecke {
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0 0px 0;
}
.galerie_goldstuecke a {
    float: left;
    width: 48%;
    height: 230px;
    margin: 0 2% 10px 0;
    overflow: hidden;
}
.galerie_goldstuecke a img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transform: scale(1.0);
    transition: all 0.3s ease;
}
.galerie_goldstuecke a:hover img {
    transform: scale(1.15);
}
.galerie_goldstuecke a:nth-of-type(2n+2) { margin: 0 0% 10px 0; }

.bildergalerie {
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0% 0 0%;
}
.bildergalerie a {
    float: left;
    width: 49%;
    height: 300px;
    object-fit: cover;
    display: block;
    margin: 0 2% 10px 0;
    overflow: hidden;
}
.bildergalerie img {
    float: left;
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    margin: 0 0 0px 0;
    transition: all 0.4s ease;
}
.bildergalerie a:hover img {
    transform: scale(1.15);
}
.bildergalerie a:nth-of-type(2n+2) { margin: 0 0% 10px 0; }

.kontakt_links {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0% 0 0;
    padding: 0 0px 0 0%;
}
.kontakt_rechts {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0%;
    padding: 0 0% 0 0px;
}
.kontaktbereich {
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0% 0 0%;
}
.kontakt_links .daten {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-family: 'Parastoo';
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
}
.kontakt_links .daten p {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 24px 0;
}
.kontakt_links .daten a {
    text-decoration: underline;
    color: #000000;
    cursor: pointer;
    outline: none;
}
.kontakt_links .daten a:hover {
    color: #e4152e;
}
.kontakt_links .daten .efre {
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0% 55px 0;
}
.kontakt_links .daten .efre img {
    width: 100%;
    height: auto;
    display: block;
}

.kontakt_rechts .formular {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0%;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}
.kontakt_rechts .formular .wrap {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}
.kontakt_rechts .formular label {
    float: left;
    width: 100%;
    height: auto;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding: 0px 0px 4px 0;
}
.kontakt_rechts .formular select {
    float: left;
    width: 100%;
    height: auto;
    padding: 7px 10px;
    background: #ffffff;
    border: solid 1px #ffffff;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    box-shadow: none;
    outline: none;
    transition: all 0.2s linear;
}
.kontakt_rechts .formular input {
    float: left;
    width: 100%;
    height: auto;
    padding: 7px 10px;
    background: #ffffff;
    border: solid 1px #ffffff;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    box-shadow: none;
    outline: none;
    transition: all 0.2s linear;
}
.kontakt_rechts .formular textarea {
    float: left;
    width: 100%;
    height: 120px;
    padding: 7px 10px;
    resize: vertical;
    background: #ffffff;
    border: solid 1px #ffffff;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    box-shadow: none;
    outline: none;
    transition: all 0.2s linear;
}
.kontakt_rechts .formular .inputplz {
    float: left;
    width: 90px;
    height: auto;
    padding: 7px 10px;
    background: #ffffff;
    border: solid 1px #ffffff;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    box-shadow: none;
    outline: none;
    margin: 0 10px 0 0;
    transition: all 0.2s linear;
}
.kontakt_rechts .formular .inputort {
    float: left;
    width: calc(100% - 100px);
    height: auto;
    padding: 7px 10px;
    background: #ffffff;
    border: solid 1px #ffffff;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    box-shadow: none;
    outline: none;
    transition: all 0.2s linear;
}
.kontakt_rechts .formular .captcha_sicherheitscodeinput {
    float: left;
    width: calc(100% - 140px);
    height: auto;
    padding: 7px 10px;
    background: #ffffff;
    border: solid 1px #ffffff;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    box-shadow: none;
    outline: none;
    transition: all 0.2s linear;
}
.kontakt_rechts .formular .labelfarbe {
    float: left;
    width: 100%;
    height: auto;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    padding: 0px 0px 4px 0;
}
.kontakt_rechts .formular .inputfarbe {
    float: left;
    width: 100%;
    height: auto;
    padding: 7px 10px;
    background: #ffffff;
    border: solid 1px #ffffff;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    box-shadow: none;
    outline: none;
    transition: all 0.2s linear;
}
.kontakt_rechts .formular select:focus,
.kontakt_rechts .formular input:focus,
.kontakt_rechts .formular textarea:focus,
.kontakt_rechts .formular .captcha_sicherheitscodeinput:focus,
.kontakt_rechts .formular .inputfarbe:focus {
    border:solid 1px #516c48;
}
.kontakt_rechts .formular .pflichtfeld {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 10px 0;
    font-size: 12px;
    line-height: 18px;
    color: #555555;
}
.kontakt_rechts .formular button {
    float: right;
    background: #516c48;
    color: #ffffff;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 20px;
    border:solid 1px #516c48;
    border-radius: 8px;
    transition: all 0.2s linear;
}
.kontakt_rechts .formular button:hover {
    background: #ffffff;
    color: #000000;
}
.wrapperfull {
    float: left;
    width: 100%;
    height: auto;
}

.footer {
    float: left;
    width: 100%;
    height: auto;
    padding: 50px 20px;
    margin: 20px 0 0 0;
    background: #516c48;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}
.footer a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .blocka {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}
.footer .blockb {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
}
.footer .blockc {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0% 0px 0%;
}
.footer .blockd {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0% 0 0;
}
.footer ul {
    list-style: none;
    float: left;
    width: 100%;
    height: auto;
}
.footer ul li {
    list-style: inside disc;
    float: left;
    width: calc(100% - 20px);
    height: auto;
}
.footer_bottom {
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 20px 20px 20px;
    margin: 0;
    background: #b4bfb3;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
}

.rechtliches {
    float: left;
    width: 100%;
    height: auto;
    margin: 70px 0% 0 0%;
    padding: 50px 20px 70px 20px;
    font-family: 'Parastoo';
    color: #000000;
}
.rechtliches h2 {
    float: left;
    width: 100%;
    height: auto;
    margin: 30px 0 30px 0;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #516c48;
}
.rechtliches h3 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 4px 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
}
.rechtliches p {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
}
.rechtliches a {
    text-decoration: underline;
    color: #000000;
    outline: none;
}

.backgroundpic_bereich {
	float:left;
	width:100%;
	height:290px;
	margin:0px 0 0px 0;
	padding:0px 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.paraxify {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}


.intro_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background-image: url(../img/intro_back.jpg);
    background-repeat:no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transform: translateY(-120vh);
    opacity: 0;
    -webkit-animation: intro_start_ani 3.5s 1 ease-in-out;
	-moz-animation: intro_start_ani 3.5s 1 ease-in-out;
	-o-animation: intro_start_ani 3.5s 1 ease-in-out;
}
.intro_overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 210px;
    height: 210px;
    transform: translate(-50%,-50%);
}

@-moz-keyframes intro_start_ani {
0% { transform:translateY(0vh); opacity:1; }
70% { transform:translateY(0vh); opacity:1; }
99% { transform:translateY(-120vh); opacity:1; }
100% { transform:translateY(-120vh); opacity:0; }
}
@-webkit-keyframes intro_start_ani {
0% { transform:translateY(0vh); opacity:1; }
70% { transform:translateY(0vh); opacity:1; }
99% { transform:translateY(-120vh); opacity:1; }
100% { transform:translateY(-120vh); opacity:0; }
}
@-o-keyframes intro_start_ani {
0% { transform:translateY(0vh); opacity:1; }
70% { transform:translateY(0vh); opacity:1; }
99% { transform:translateY(-120vh); opacity:1; }
100% { transform:translateY(-120vh); opacity:0; }
}
