/* ----------------------------------------------------------------------------- * 
 * Verwendete Farben
 * #79263f - blau
 * #79263f - rot
 * #333333 - dunkelgrau
 * #fffdee - creme
 * ----------------------------------------------------------------------------- */
 
/* economica-regular - latin */
@font-face {
  font-family: 'Economica';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/economica-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/economica-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/economica-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/economica-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/economica-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/economica-v8-latin-regular.svg#Economica') format('svg'); /* Legacy iOS */
}
/* economica-italic - latin */
@font-face {
  font-family: 'Economica';
  font-style: italic;
  font-weight: 400;
  src: url('../webfonts/economica-v8-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/economica-v8-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/economica-v8-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/economica-v8-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/economica-v8-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/economica-v8-latin-italic.svg#Economica') format('svg'); /* Legacy iOS */
}
/* economica-700 - latin */
@font-face {
  font-family: 'Economica';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/economica-v8-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/economica-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/economica-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/economica-v8-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/economica-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/economica-v8-latin-700.svg#Economica') format('svg'); /* Legacy iOS */
}
/* economica-700italic - latin */
@font-face {
  font-family: 'Economica';
  font-style: italic;
  font-weight: 700;
  src: url('../webfonts/economica-v8-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/economica-v8-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/economica-v8-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/economica-v8-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/economica-v8-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/economica-v8-latin-700italic.svg#Economica') format('svg'); /* Legacy iOS */
}

*, *: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+ */
}

a[title="This page was created with webEdition CMS"] { 
color:#333;
text-decoration:none;
position:relative;
right:0;
bottom:0;
font-size:0.7em;
letter-spacing:0px;
}


html, body {
	height: 100%;
	font-size:1.1em;
	margin:0 auto;
  font-family: 'Economica' !important;
  font-style: normal;
  font-weight: 400;
	background-color:#fffdee;
}

#headleiste {
display:none;
}
@media only screen and (max-width: 450px) {
#headleiste {
display:block;
position:fixed;
top:0;
z-index:9;
background-color:#fffdee;
width:100%;
height:100px;
}
}

#logo {
	position:fixed;
	z-index:9999;
	left:30px;
	top:15px;
	text-align:left;
	font-size:1.3em;
	color:#79263f;
}
@media only screen and (max-width: 450px) {
#logo {
left:10px;
}
}
@media only screen and (max-width: 450px) {
#logo img{
	left:20px;
	top:20px;
	width:190px;
	height:auto;
}
}

#menu {
	position:fixed;
	top:28px;
	right:20px;
	text-align:right;
	z-index:99999;
}
@media only screen and (max-width: 450px) {
#menu {
top:20px;
right:10px;
}
}

#atmo {
	width:100%;
	height:45vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  display: flex;
  flex: 1 0 auto;
	position:relative;
	z-index:999;
	top:150px;
	margin-bottom:250px;
}
@media only screen and (max-width: 450px) {
#atmo {
height:300px;
top:110px;
margin-bottom:150px;
}
.trx_addons_columns_wrap {
flex-wrap: wrap !important;
}
}

main {
  position: relative;
  z-index: 2;
  background-color: #fffdee;
  margin-bottom: 430px;
}


.anchor::before {
display: block;
content: "";
height:10px;
margin-top: -20px;
visibility: hidden;
}



/* ----------- Sections ----------- */

section {
width:100%;
height:100%;
background-color:#fff;
}

#intro {
background-image:url('../../images/overlay.png'), url('../../images/004.jpg');
background-repeat:repeat, no-repeat;
background-size:cover, cover;
background-position:top left, center center;
margin:0 auto;
text-align:center;
}
#introtxt {
position:absolute;
bottom:6%;
right:0;
margin:0 auto;
z-index:999;
width:50%;
background:rgba(255, 255, 255, 0.6);
text-align:left;
padding:2% 3%;
}


#intro h1, hr {
font-weight:bold;
text-shadow: 1px 1px 0.05em #333;
}
#intro h3 {
color:#333;
}

#ueberuns {
height:auto;
}

#atmo1 {
margin:0 auto;
background-image:url('../../images/002.jpg');
background-repeat:no-repeat;
background-size:cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-position:center center;
background-attachment: fixed;
}

#atmo2 {
margin:0 auto;
background-image:url('../../images/a_familie.jpg');
background-repeat:no-repeat;
background-size:cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-position: center center;
margin-bottom:0px;
height:700px;
}

#atmo3 {
margin:0 auto;
background-image:url('../../images/003.jpg');
background-repeat:no-repeat;
background-size:cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-position: top 150px center;
background-attachment: fixed;
margin-bottom:0px;
height:800px;
}



/* -----index ----- */

header {
  align-items: center;
  display: flex;
  font-size: 18px;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  transform-style: preserve-3d;
  perspective: 100px;
}

header:before {
  animation: fade-slide-down 2s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8)),
              url(https://cssanimation.rocks/levelup/public/images/background.jpg) no-repeat bottom;
  background-size: cover;
  content: "";
  opacity: 0;
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  z-index: -1;
}

header:after {
  animation: rotate-up .5s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
  background: #F9FCFF;
  content: "";
  height: 40rem;
  left: -5%;
  position: absolute;
    right: -5%;
    top: 90%;
  transform-origin: 0 0;
  z-index: 0;
}

.header-title, .header-subtitle {
  color: #fff;
}

.header-subtitle {
  text-transform: uppercase;
  margin-bottom: 4rem;
}

.header-button {
  transform: translateZ(.1px);
  position: relative;
  z-index: 10;
	color:#fff;
	border:1px solid #fff;
	width: 300px;
	padding: 0.3em 0.5em;
	margin: 0 auto;
	font-size: 0.7em;
	border-radius: .25rem;
}
.header-button:hover {
	border:1px solid #79263f;
	background-color:#fffdee;
	color:#79263f;
}

.animate-pop-in {
  animation: pop-in .6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  opacity: 0;
}

.rocky-dashed {
  animation-delay: .6s;
}

.header-title {
  animation-delay: .8s;
}

.header-subtitle {
  animation-delay: 1.6s;
}

.header-button {
  animation-delay: 2.4s;
}


/* Animations */

@keyframes fade-slide-down {
  0% {
    opacity: 0;
    transform: translateY(-4rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes pop-in {
  0% {
    opacity: 0;
    transform: translateY(-4rem) scale(.8);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes rotate-up {
  100% {
    transform: rotateZ(-4deg);
  }
}



/* ---------------- Video -------------------- */

.intro_txt {
	position:absolute;
  z-index: 999;
	top:40vh;
	color:#fff;
	font-size:2em;
	text-align:center;
	width:100%;
	margin:0 auto;
}
@media only screen and (max-width: 450px) {
.intro_txt { 
top:30% !important;
}
.intro_txt h1, .intro_txt h3, .intro_txt h5 { 
font-size:0.85em;
}
}

.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
	height:100vh;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width:100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video { 
        width:auto;
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
  .fullscreen_bg {
    background-image: url('../../images/intro.jpg'), url('../../images/overlay.png');
		background-position:top left, center center;
		background-repeat:no-repeat, repeat;
		background-size:auto 100%, cover;
		height:100vh;
  }

  .fullscreen-bg__video {
    display:none;
  }
}




/* -------------- Footer --------------------- */

footer {
  position: fixed;
	z-index:-1;
  bottom: 0;
  width: 100%;
  height: 450px;  
  padding: 4em 3em;
  background: #333;
  font-size: 1em;
  color: #fff;
}
footer h1 {
	font-size:2em;
	text-align:left !important;
	color:#fff;
	line-height:1.5em;
	margin:0;
}
@media only screen and (max-width: 450px) {
footer h1 {
font-size:1em;
text-align: center !important;
}
#foot_left {
display:none;
}
#foot_right {
float:none !important;
width: 100% !important;
text-align: center !important;
}
}


footer p {
	margin-top:-7px;
}
footer a {
	text-decoration:none;
	color:inherit;
}
footer a:hover {
	text-decoration:none;
	color:#c3c0c0;
}

#foot_left {
	float:left;
	width:50%; 
	text-align:right;
	padding-right:2em;
}
#foot_middle {
	width:50%;
	float: left;
	padding-left:7em;
	color:#fff;
	text-align:left;
}
#foot_right {
	width:50%; 
	float:right;
	font-size:1em;
	text-align:left;
}
#foot_full {
	width:100%; 
	font-size:0.8em;
	margin:0 auto;
	text-align:center;
	margin-top:30px;
	font-size: 0.7em;
	color: #fff;
}




/* -------------- Textauszeichnungen --------------------- */

h1 {
		font-size: 1.8em;
		color: #79263f;
		line-height:1.5em;
		margin:0 auto;
		text-transform:uppercase;
}

h2 {
	font-size: 1.65em;
	color: #79263f;
	line-height:1em;
	margin:0 auto;
	padding-bottom:20px;
}

h3 {
	font-size: 1.4em;
	color: #333;
}

h4 {
	font-size: 1.2em;
	color: #333;
}

h5 {
	font-size: 1em;
	color: #999;
}

h6 {
	font-size: 1em;
	color: #999;
}

hr {
display:inline-block;
width:100px;
height:2px;
border:2px solid #79263f;
margin-right:auto;
text-align:left;
}


p {
font-size:1em;
line-height:1.7em;
}

a, a:visited {
color:inherit;
text-decoration:none;
}

a:hover {
color:#79263f;
text-decoration:none;
}

.btn {
	color: #79263f;
	background-color: transparent;
	border:1px solid #79263f;
	width:auto;
	margin-left:auto;
}
.btn:hover {
	color: #fff;
	background-color: #333;
	border:1px solid #ddd;
	width:auto;
	margin-left:auto;
}

.btn-primary {
	color: #fff;
	background-color: #79263f;
	border:1px solid #79263f;
	width:auto;
	margin-left:auto;
}

.btn-primary:hover {
	color: #fff;
	background-color: #333;
	border:1px solid #ddd;
	width:auto;
	margin-left:auto;
}

b, strong {
	text-transform:uppercase;
	color:#79263f;
	font-weight:700;
	font-size:1.2em;
}


/* --------- Listen ---------- */

.numberlist{
	width:450px;
}
.numberlist ol{
	      counter-reset: li;
				list-style: none;
				*list-style: decimal;
				padding: 0;
				margin-bottom: 4em;
}
.numberlist ol ol{
				margin: 0 0 0 2em;
}
.numberlist li {
				position: relative;
				display: block;
				padding: .4em .4em .4em 2em;
				*padding: .4em;
				margin: .5em 0;
				background: #ededed;
				color: #444;
				text-decoration: none;
				-moz-border-radius: .3em;
				-webkit-border-radius: .3em;
				border-radius: .3em;
}
.numberlist li:before{
				content: counter(li);
				counter-increment: li;
				position: absolute;	
				left: -1.3em;
				top: 50%;
				margin-top: -1.3em;
				background: #9d9d9c;
				width: 2.5em;
				line-height: 2em;
				border: .3em solid #fff;
				text-align: center;
				font-weight: bold;
				-moz-border-radius: 2em;
				-webkit-border-radius: 2em;
				border-radius: 2em;
				color:#FFF;
}

ul {
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	padding: 0;
}
ul ul{
	margin: 0 0 0 2em;
}
ul li {
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	*padding: .4em;
	margin: .5em 0;
	background: #ededed;
	color: #444;
	text-decoration: none;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}







/* ------------ Familie ---------------- */

.marketing {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
	padding-top:10px;
}
.marketing p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.featurette-divider {
  margin: 5rem 0; 
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

@media (min-width: 40em) {
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}



/* ----------- Weine ----------- */

.weincontainer {
	border:1px solid #ddd;
	padding: 2em 3em;
	margin:5px;
	width:48%;
	float:left;
}
@media only screen and (max-width: 450px) {
.weincontainer {
	width:97%;
	float:none;
	padding: 1em 1.5em;
}
}

.wein_flasche {
	margin:0 50px 40px 0;
	float:left;
}
@media only screen and (max-width: 450px) {
.wein_flasche {
margin: 0 30px 20px 0;
}
}

.wein_txt {

}



/* ----------- Weine ----------- */

.form-control {
margin:10px 0px 10px 0px;
}
