@media only screen and (min-width: 1480px) {
.header .navigation {
	position:fixed;
	left:65%;
	top:0;
	float:none;
	width:35%;
	height:100vh;
	background:#f4f4f4;
	padding:40px 50px;
	margin:0px 0px 0px 0px;
	transform:translate(100%,0);
	transition:all 0.2s ease;
	z-index:999;
}
.header .navigation.active {
	position:fixed;
	left:65%;
	top:0;
	float:none;
	width:35%;
	height:100vh;
	background:#e4152e;
	padding:40px 50px;
	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:60px 0% 10px 0%;
	text-align:left;
}
.header .navigation ul li a {
	text-decoration:none;
	color:#ffffff;
	font-size:32px;
	text-align:center;
	padding:10px 5px 10px 5px;
	transition:all 0.2s ease;
	position:relative;
    font-family: 'Open Sans';
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.slick_box {
	float:left;
	width:100%;
	height:auto;
	min-height:620px !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: 620px;
    object-fit: cover;
    overflow: hidden;
    border-radius:0px;
}
.slick_box .bild img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    transform: scale(1.0);
    transition: all 0.2s linear;
}
.slick_box .textbox {
    position: absolute;
    bottom: 0px;
    right: 35px;
    width: 42%;
    height: auto;
    padding: 20px 25px 25px 25px;
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    text-align: left;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.backgroundpic_bereich {
	float:left;
	width:100%;
	height:520px;
	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;
}
.contentbereich .text 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 .text h1 span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 80px;
    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: 24px;
    line-height: 30px;
}
.contentbereich .text ul {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 24px 0;
    font-family: 'Parastoo';
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    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: 48%;
    height: auto;
    margin: 0 0 0 2%;
}
.contentbereich .bild a {
    float: left;
    width: 32%;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: 0 2% 20px 0;
    overflow: hidden;
}
.contentbereich .bild img {
    float: left;
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: 0 0 0px 0;
    transition: all 0.4s ease;
}
.contentbereich .bild img:hover {
    transform: scale(1.2);
}
.contentbereich .bild a:nth-of-type(2n+2) { margin: 0 2% 20px 0; }
.contentbereich .bild a:nth-of-type(3n+3) { margin: 0 0 20px 0; }

.contentbereich .bildhoch {
    float: left;
    width: 48%;
    height: auto;
    margin: 0 0 0 2%;
}
.contentbereich .bildhoch a {
    float: left;
    width: 18.4%;
    height: 240px;
    object-fit: cover;
    display: block;
    margin: 0 2% 20px 0;
    overflow: hidden;
}
.contentbereich .bildhoch img {
    float: left;
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    margin: 0 0 0px 0;
    transition: all 0.4s ease;
}
.contentbereich .bildhoch img:hover {
    transform: scale(1.2);
}
.contentbereich .bildhoch a:nth-of-type(2n+2) { margin: 0 2% 20px 0; }
.contentbereich .bildhoch a:nth-of-type(3n+3) { margin: 0 2% 20px 0; }
.contentbereich .bildhoch a:nth-of-type(4n+4) { margin: 0 2% 20px 0; }
.contentbereich .bildhoch a:nth-of-type(5n+5) { margin: 0 0 20px 0; }

.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: 48%;
    height: auto;
    margin: 180px 0 0 2%;
}
.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;
}
.bildergalerie {
    float: left;
    width: 80%;
    height: auto;
    margin: 20px 10% 0 10%;
}
.kontakt_links {
    float: left;
    width: 46%;
    height: auto;
    margin: 0 4% 0 0;
    padding: 0 0px 0 10%;
}
.kontakt_rechts {
    float: left;
    width: 46%;
    height: auto;
    margin: 0 0 0 4%;
    padding: 0 10% 0 0px;
}
.kontaktbereich {
    float: left;
    width: 80%;
    height: auto;
    margin: 20px 10% 0 10%;
}
.kontakt_links .daten .efre {
    float: left;
    width: 95%;
    height: auto;
    margin: 60px 5% 0 0;
}
.kontakt_links .daten .efre img {
    width: 100%;
    height: auto;
    display: block;
}
.kontakt_rechts .formular label {
    float: left;
    width: 250px;
    height: auto;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    padding: 9px 20px 0 0;
}
.kontakt_rechts .formular select {
    float: left;
    width: calc(100% - 250px);
    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: calc(100% - 250px);
    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: calc(100% - 250px);
    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% - 350px);
    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% - 390px);
    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: 250px;
    height: auto;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    padding: 0px 20px 0 0;
}
.kontakt_rechts .formular .inputfarbe {
    float: left;
    width: calc(100% - 390px);
    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;
}
.footer .blocka {
    float: left;
    width: 20%;
    height: auto;
    margin: 0 5% 0 0;
}
.footer .blockb {
    float: left;
    width: 20%;
    height: auto;
    margin: 0 5% 0 0;
}
.footer .blockc {
    float: left;
    width: 20%;
    height: auto;
    margin: 0 0% 0 5%;
}
.footer .blockd {
    float: left;
    width: 25%;
    height: auto;
    margin: 0 0% 0 0;
}
}