/* @import url('https://fonts.googleapis.com/css?family=Varela+Round'); */


@font-face {
    font-family: 'VarelaRound';
    src: url('fonts/VarelaRound.eot'); /* IE */
    src: url('fonts/VarelaRound.eot?#iefix') format('embedded-opentype'),
         url('fonts/VarelaRound.woff') format('woff'),
         url('fonts/VarelaRound.ttf') format('truetype'); /* alle anderen Browser */
}


body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100wh;
	height: 100vh;
	/* background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB); */ /* https://www.gradient-animator.com */
	 background: linear-gradient(45deg, #ede9c2, #67c6eb);
	background-size: 1500% 1500%;
	-webkit-animation: Gradient 5s ease infinite;
	-moz-animation: Gradient 5s ease infinite;
	animation: Gradient 5s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {background-position: 0% 50% }
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}
}

@-moz-keyframes Gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}
}

@keyframes Gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}
}


html {
	height: 100%;
	margin:0;
	padding:0;
	font-family: 'VarelaRound', sans-serif;	
} 

/* Text für fette Überschriften wo bin ich */
h1 {
	font-size: 26px;
	color: #F2C029;
	font-weight: bold;
	letter-spacing: 5px;
	margin-top: -25px;
	margin-bottom: 30px;
}

/* Text für fette Überschriften */
h2 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

p {
	font-size: 16px;
	line-height: 22px; 
	font-weight: normal;
	color: #000; 
}

/* Tab Text */
.tab {
	width: 70px; 
	display: block; 
	float: left;
}

/* Links im Text */
.linkintext:link, .linkintext:active, .linkintext:visited {
	color: #328D04;
	font-weight: bold;	
	text-decoration: none;
}

/* Links im Text */
.linkintext:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
} 

/* Navigation für Links */
dt a, dl a, .dtinaktiv  {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 28px;
	text-decoration: none;
	display:block;
	text-align:right;
	padding-right: 40px; 
}

/* Navigation für Links drüber */ 
dt a:hover {
	background:transparent url(link-quadrat.gif) no-repeat scroll right center;
	padding-right:40px;	
	color: #ffffcc;
}

/* Navigation für Links inaktiv */
.dtinaktiv {
	background:transparent url(link-quadrat.gif) no-repeat scroll right center;	
	color: #ffffcc;
}


/* crop für Link Bilder */
.crop img {
   	overflow: hidden;
	object-fit: cover;
}
.cropimage {
   	height: 250px;
	width: 660px;
	padding: 4px;
	border: 2px solid #F2C029;
}
.cropimpressionen {
   	height: 160px;
	width: 160px;
	margin: 15px;
	padding: 4px;
	border: 2px solid #F2C029;
}

#lightbox {
color: #000;
}

#youtubevideo {
   	height: 380px;
	width: 660px;
	padding: 4px;
	border: 2px solid #F2C029;
}

#outlinetexttop {
	position: absolute;
	height: 60px;
	width: 900px;
	top: 10px;
	margin-left: 30px;
	background-image: url(text-oben-wanderreiten.png);
	z-index: 2;
}

#head-image {
	position: absolute;
	height: 300px;
	width: 960px;
	z-index: 1;
}

#logo-reiter {
	position: absolute;
	height: 90px;
	width: 180px;
	top: 270px;
	margin-left: 0px;
	background-image: url(logo-reiter.png);
	z-index: 2;
}


#flex-container {
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
    -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

#div-left {
	position: relative;
	top: 300px;
	width: 180px;

	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;

	background-color:#F2C029;
	background: -webkit-linear-gradient(top, rgba(242,192,41,1) 0%,rgba(242,192,41,1) 90%,rgba(242,192,41,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(242,192,41,1) 0%,rgba(242,192,41,1) 90%,rgba(242,192,41,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* Navigationsbox */
#navigation {
	position: absolute;
	margin: 80px 0px 0px 0px;
	width: 180px;
} 

/* wetterbox */
#wetter {
	position: relative;
	height: 400px;
	width: 170px;
	margin: 500px 0px 0px 10px;
	background-image: url(wolke.png);
	background-repeat:no-repeat;
	background-position: top center;
} 

#contend {
	position: relative;
	top: 300px;
	width: 780px;
	margin-left: 0px;
	padding: 50px;
	box-sizing: border-box;
	
	/*
	min-height: calc(100% - 300px);  Mindesthöhe auf 100 % (bei modernen Browsern) 
	height: auto !important;  important Befehl (bei modernen Browsern 
	height: calc(100% - 300px);   IE soll wie gewünscht interpretieren 
	overflow: hidden !important;  Firefox Scrollleiste 
	*/

	background-color:#FFFFCD;
	background: -webkit-linear-gradient(top, rgba(255,255,205,1) 0%,rgba(255,255,205,1) 90%,rgba(255,255,205,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,205,1) 0%,rgba(255,255,205,1) 90%,rgba(255,255,205,0) 100%);
}

#bottom-image {
	position: relative;
	bottom: -300px;
	background-image: url(bottom.png);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 300px; 
	width: 100%;
}


/* Animation Vögel */

.container-bird {
	z-index: 1;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	min-height:200px;
	opacity: 0.7;
	bottom: 100px;
}
.bird {
	background-image: url(bird-cells.svg);
    background-size: auto 100%;
    width: 55px;
    height: 125px;
    will-change: background-position;
    -webkit-animation-name: fly-cycle;
    animation-name: fly-cycle;
    -webkit-animation-timing-function: steps(10);
    animation-timing-function: steps(10);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.bird--one {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.bird--two {
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
}
.bird--three {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}
.bird--four {
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.bird-container {
    position: absolute;
    top: 20%;
    left: -7.5vw;
    -webkit-transform: scale(0);
    transform: scale(0);
    will-change: transform;
    -webkit-animation-name: fly-right-one;
    animation-name: fly-right-one;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.bird-container--one {
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.bird-container--two {
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.bird-container--three {
    -webkit-animation-duration: 14.6s;
    animation-duration: 14.6s;
    -webkit-animation-delay: 9.5s;
    animation-delay: 9.5s;
}
.bird-container--four {
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-delay: 10.25s;
    animation-delay: 10.25s;
}
 @-webkit-keyframes fly-cycle {
 100% {
 background-position: -900px 0;
}
}
 @keyframes fly-cycle {
 100% {
 background-position: -900px 0;
}
}
@-webkit-keyframes fly-right-one {
 0% {
 left: -10%;
 -webkit-transform: scale(0.3);
 transform: scale(0.3);
}
 10% {
 left: 10%;
 -webkit-transform: translateY(2vh) scale(0.4);
 transform: translateY(2vh) scale(0.4);
}
 20% {
 left: 30%;
 -webkit-transform: translateY(0vh) scale(0.5);
 transform: translateY(0vh) scale(0.5);
}
 30% {
 left: 50%;
 -webkit-transform: translateY(4vh) scale(0.6);
 transform: translateY(4vh) scale(0.6);
}
 40% {
 left: 70%;
 -webkit-transform: translateY(2vh) scale(0.6);
 transform: translateY(2vh) scale(0.6);
}
 50% {
 left: 90%;
 -webkit-transform: translateY(0vh) scale(0.6);
 transform: translateY(0vh) scale(0.6);
}
 60% {
 left: 110%;
 -webkit-transform: translateY(0vh) scale(0.6);
 transform: translateY(0vh) scale(0.6);
}
 100% {
 left: 110%;
 opacity: 1;
 -webkit-transform: translateY(0vh) scale(0.6);
 transform: translateY(0vh) scale(0.6);
}
}
@keyframes fly-right-one {
 0% {
 left: -10%;
 -webkit-transform: scale(0.3);
 transform: scale(0.3);
}
 10% {
 left: 10%;
 -webkit-transform: translateY(2vh) scale(0.4);
 transform: translateY(2vh) scale(0.4);
}
 20% {
 left: 30%;
 -webkit-transform: translateY(0vh) scale(0.5);
 transform: translateY(0vh) scale(0.5);
}
 30% {
 left: 50%;
 -webkit-transform: translateY(4vh) scale(0.6);
 transform: translateY(4vh) scale(0.6);
}
 40% {
 left: 70%;
 -webkit-transform: translateY(2vh) scale(0.6);
 transform: translateY(2vh) scale(0.6);
}
 50% {
 left: 90%;
 -webkit-transform: translateY(0vh) scale(0.6);
 transform: translateY(0vh) scale(0.6);
}
 60% {
 left: 110%;
 -webkit-transform: translateY(0vh) scale(0.6);
 transform: translateY(0vh) scale(0.6);
}
 100% {
 left: 110%;
 opacity: 1;
 -webkit-transform: translateY(0vh) scale(0.6);
 transform: translateY(0vh) scale(0.6);
}
}
@-webkit-keyframes fly-right-two {
 0% {
 left: -10%;
 opacity: 1;
 -webkit-transform: translateY(-2vh) scale(0.5);
 transform: translateY(-2vh) scale(0.5);
}
 10% {
 left: 10%;
 -webkit-transform: translateY(0vh) scale(0.4);
 transform: translateY(0vh) scale(0.4);
}
 20% {
 left: 30%;
 -webkit-transform: translateY(-4vh) scale(0.6);
 transform: translateY(-4vh) scale(0.6);
}
 30% {
 left: 50%;
 -webkit-transform: translateY(1vh) scale(0.45);
 transform: translateY(1vh) scale(0.45);
}
 40% {
 left: 70%;
 -webkit-transform: translateY(-2.5vh) scale(0.5);
 transform: translateY(-2.5vh) scale(0.5);
}
 50% {
 left: 90%;
 -webkit-transform: translateY(0vh) scale(0.45);
 transform: translateY(0vh) scale(0.45);
}
 51% {
 left: 110%;
 -webkit-transform: translateY(0vh) scale(0.45);
 transform: translateY(0vh) scale(0.45);
}
 100% {
 left: 110%;
 -webkit-transform: translateY(0vh) scale(0.45);
 transform: translateY(0vh) scale(0.45);
}
}
@keyframes fly-right-two {
 0% {
 left: -10%;
 opacity: 1;
 -webkit-transform: translateY(-2vh) scale(0.5);
 transform: translateY(-2vh) scale(0.5);
}
 10% {
 left: 10%;
 -webkit-transform: translateY(0vh) scale(0.4);
 transform: translateY(0vh) scale(0.4);
}
 20% {
 left: 30%;
 -webkit-transform: translateY(-4vh) scale(0.6);
 transform: translateY(-4vh) scale(0.6);
}
 30% {
 left: 50%;
 -webkit-transform: translateY(1vh) scale(0.45);
 transform: translateY(1vh) scale(0.45);
}
 40% {
 left: 70%;
 -webkit-transform: translateY(-2.5vh) scale(0.5);
 transform: translateY(-2.5vh) scale(0.5);
}
 50% {
 left: 90%;
 -webkit-transform: translateY(0vh) scale(0.45);
 transform: translateY(0vh) scale(0.45);
}
 51% {
 left: 110%;
 -webkit-transform: translateY(0vh) scale(0.45);
 transform: translateY(0vh) scale(0.45);
}
 100% {
 left: 110%;
 -webkit-transform: translateY(0vh) scale(0.45);
 transform: translateY(0vh) scale(0.45);
}

/* /Animation Vögel */


