
/* 
font-family: 'Cormorant Unicase', serif;
font-family: 'Cormorant Infant', serif;  
*/

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 40px;
}


nav.bg-faded {
	background-color: rgba(0, 0, 0, 0.5);
}
.navbar {
	border-radius: 0;
}
.navbar-header a.navbar-brand {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .active>.nav-link:focus, .navbar-light .navbar-nav .active>.nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open>.nav-link, .navbar-light .navbar-nav .open>.nav-link:focus, .navbar-light .navbar-nav .open>.nav-link:hover {
	color: #fff;
}


/* ***** ***** padding für Section  ***** ***** */

#content, #section02, #section03, #section04,
#section05, #section06, #section07, #section08, #section09 {
	padding: 50px 0;
}
@media (max-width: 767px) {
	#content, #section02, #section03, #section04, section05
	#section06, #section07, #section08, #section09 {
		padding: 20px 0;
	}
}


/* ***** ***** ***** ***** ******** ***** ***** ***** ***** */
/* ***** ***** ***** HEADER TITLES  ***** ***** ***** ***** */
/* ***** ***** ***** ***** ******** ***** ***** ***** ***** */

h1, .h1, .articleHead, .articleList_tophead {	
	font-family: 'Cormorant Imfant', serif;
	font-size: 48px;
	padding-bottom: 40px;
	line-height : 120%;
	text-align: center;
	color: #555555; 
}

h2, .h2, .articleSubHead, .articleList_topsubhead {
	font-size: 20px;
	color: #555555; 
	line-height: 170%;
	letter-spacing: 1px;
}

h3, .h3, .contentHead {
	font-size: 16px;
	color: #555555; 
	line-height: 150%;
	letter-spacing: 1px;
}

h4, .h4, .contentSubHead {
	font-size: 14px;
	color: #555555;
	line-height: 150%;
}

h5, .h5 {
	font-size: 1.077em;
	line-height : 160%;
	color: #666666; 
}
/* ***** ***** Schriftgröße für mobile device  ***** ***** */


p {
	margin-bottom: 9px;
}

a, a:link, a:visited, a:focus, a:active {
  outline: none;
	color: #888;
}
a:hover {
	color: #dadada;
	text-decoration: none;
}

h1.teaser {
	font-family: 'Cormorant Imfant', serif;
	font-weight: 300;
	text-align: center;
	font-size: 360%;
	color: #fff;
	margin-top: 15%;
}
.txt-over {
	margin-top: -50%;
	text-align: center;
	position: relative;
	font-family: 'Cormorant Imfant', serif;
	color: #fff;
	font-size: 2em;
	text-shadow: 5px 5px 15px #000;
	padding-bottom: 50%;
}

.padding-box-150 {
	margin: 150px 0;
}

.padding-box-15 {
	margin: 15% 0;
}

.padding-box img {
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
	 -khtml-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
	    -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
	     -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
	        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);

}

.padding-box-15 .caption {
	text-align: center;
	font-family: 'Cormorant Imfant', serif;
	color: #fff;
	font-size: 2em;
}
.padding-box-15 .caption a, .padding-box-15 .caption a:link,
.padding-box-15 .caption a:visited, .padding-box-15 .caption a:active {
	color: #fff;
}


video#bgvid { 
	position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
     -khtml-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background: url(../picture/vidoe.jpg) no-repeat;
    -webkit-background-size: cover; 
     -khtml-background-size: cover; 
       -moz-background-size: cover; 
        -ms-background-size: cover; 
         -o-background-size: cover; 
            background-size: cover; 
}

@media (max-width: 992px) {
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.5em;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.5em;
	}
	p {
		margin-top: 15px;
	}
	h1.teaser {
		font-size: 180%;
	}
}


@media screen and (max-device-width: 800px) {
    body {
		width: 100%;
		height: 100%;
         background: url(http://uroutdoors.macangelo.de/picture/video.jpg) #fff no-repeat center center fixed;
	    -webkit-background-size: cover; 
	     -khtml-background-size: cover; 
    	   -moz-background-size: cover; 
    	    -ms-background-size: cover; 
 	  	      -o-background-size: cover; 
    	        background-size: cover; 
    }
    #bgvid {
        display: none;
    }
}
/* ***** ***** ***** ***** ******** ***** ***** ***** ***** */
/* ***** ***** *****  css for fullscreen  ***** ***** ***** */
/* ***** ***** ***** ***** ******** ***** ***** ***** ***** */

.fullscreen-wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
}
.fullscreen {
	width: 100%;
	display: table;
	margin: 0px 0 0 0;
	padding: 0;
	max-width: none;
	height: 100vh;
}
.fullscreen-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

/* ***** ***** ***** ***** ******** ***** ***** ***** ***** */
/* ***** ***** ***** html for fullscreen  ***** ***** ***** */
/* ***** ***** ***** ***** ******** ***** ***** ***** ***** */

/* <section id="content" class="fullscreen"> */
/*  <div class="fullscreen-content"> */
/*  <div class="container">{CONTENT}</div> */
/* </div> */
/* </section> */



/* ***** ***** ***** ***** ******** ***** ***** ***** ***** */
/* ***** ***** ***** EYE HEADERCAROUSEL  ***** ***** ***** ***** */
/* ***** ***** ***** ***** ******** ***** ***** ***** ***** */

div.carousel-inner, div#eye-carousel, div.item {
	margin-bottom: 0px;
}

.carousel-inner .container {
	position: relative;
	z-index: 50;
}
.carousel-inner {
	max-height: 600px;
}

.carousel-inner .item img {
	width: 100%;
	height: auto;
	z-index: -1;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
}

.carousel-caption {
	bottom: auto;
	top: 160px;
	text-shadow:none;
}

.carousel-caption p, .carousel-caption div {
	background-color: rgba(255,255,255,0.8);
	font-family: 'OpenSansLight', Arial, Helvetica, Verdana, sans-serif;
	font-size: 2em;
	color: #777777;
	margin: 10px;
}

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** *****  SCROLL BUTTON    ***** ***** ***** */
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */

#eye-scroll-button.eye-scroll-button {
	position: relative;
	text-align: center;
	left: 50%;
	list-style: none outside none;
	z-index: 15;
	bottom: 15%;
	width: 20%;
	margin-left: -10%;
}

#eye-scroll-button i.slider-button-round {
	height: 40px;
	line-height: 40px;
	width: 40px;
}


i.slider-button-round {
	border: 2px solid #1f90d8;
	border-radius: 100px;
	color: #ccc;
	font-size: 30px;
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

i.slider-button-round:hover {
	background-color: #1f90d8;
	border: 2px solid #1f90d8;
	color: #fff;
}

#header .fade {
	opacity: 1;
}

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** *****  SECTIONS   ***** ***** ***** ***** */
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */


/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** *****  IMAGES  ***** ***** ***** ***** */
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */


.img-fluid {
	width: 100%;
}
.img-fluid img {
	width: 100%;
	height: auto;
}

.small-60 {
	margin: 0 20%;
}

.icon {
	float: left;
	width: 25%;
}

.icon-txt {
	float: left;
	width: 75%;
	padding: 0 0 0 20px;
}

.icon.icon-center {
	float: none;
	width: 100%;
	padding: 0 20% 5% 20%;
}

.icon-txt.icon-txt-center {
	float: none;
	width: 100%;
	text-align: center;
}



/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** *****   PARALLAX  ***** ***** ***** ***** */
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */

.img-overlay1:after {
	background: url(../../picture/parallax/pat1.png) repeat;
	content:'';
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	position: absolute;
	opacity: 0.5;
	z-index: 1;
}
.img-overlay2:after {
	background: url(../../picture/parallax/pat5.png) repeat;
	content:'';
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	position: absolute;
	opacity: 0.5;
	z-index: 1;
}
.img-overlay3:after {
	background: url(../../picture/parallax/pat3.png) repeat;
	content:'';
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	position: absolute;
	opacity: 0.5;
	z-index: 1;
}
.img-overlay4:after {
	background: url(../../picture/parallax/pat4.png) repeat;
	content:'';
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	position: absolute;
	opacity: 0.5;
	z-index: 1;
}

.transparent {
	background:transparent !important;
}
.img-overlay-solid {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
}




/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** *****  FORM  ***** ***** ***** ***** */
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */

.form-field input, .form-field textarea {
}

.form-field select {
}

.form-label {
}

.error {
}


/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** *****  GOOGLE MAP  ***** ***** ***** ***** */
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */


#googlemap {
	background-color: #efefef;
}

#gmap {
	width: 100%;
	height: 520px;
}

.gm-style-iw {
	width: 250px;
}

@media (max-width: 767px) {
	#gmap {
		height: 250px;
	}
}

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** *****  EYEFOOTER  ***** ***** ***** ***** */
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */

.footer {
	position: absolute!important;
	bottom: 0;
	width: 100%;
	height: 40px;
}
.eyefooter {
	margin: 10px 0;
}

.eyefooter, .eyefooter a, .eyefooter a span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	letter-spacing: 1px;
}

.eyefooter a, .eyefooter a:link, .eyefooter a:active,.eyefooter a:visited {
	color: #143068;
	text-decoration: none;
	background-color: transparent;
}

.eyefooter a:hover {
	color: #84B500;
	text-decoration: none;
}

.eyefootergrey, .eyefootergrey a:link, .eyefootergrey a:active, .eyefootergrey a:visited {
	color: #999999;
	letter-spacing: 0;
}

.clientfooter {
	font-size: 9px;
	color: #ffffff;
}


/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** *****  offset right  ** ***** ***** ***** */
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */

.rightset-xs-12 {margin-right: 100%;}
.rightset-xs-11 {margin-right: 91.66666667%;}
.rightset-xs-10 {margin-right: 83.33333333%;}
.rightset-xs-9  {margin-right: 75%;}
.rightset-xs-8  {margin-right: 66.66666667%;}
.rightset-xs-7  {margin-right: 58.33333333%;}
.rightset-xs-6  {margin-right: 50%;}
.rightset-xs-5  {margin-right: 41.66666667%;}
.rightset-xs-4  {margin-right: 33.33333333%;}
.rightset-xs-3  {margin-right: 25%;}
.rightset-xs-2  {margin-right: 16.66666667%;}
.rightset-xs-1  {margin-right: 8.33333333%;}
.rightset-xs-0  {margin-right: 0;}

@media (min-width: 768px) {
  .rightset-sm-12 {margin-right: 100%;}
  .rightset-sm-11 {margin-right: 91.66666667%;}
  .rightset-sm-10 {margin-right: 83.33333333%;}
  .rightset-sm-9  {margin-right: 75%;}
  .rightset-sm-8  {margin-right: 66.66666667%;}
  .rightset-sm-7  {margin-right: 58.33333333%;}
  .rightset-sm-6  {margin-right: 50%;}
  .rightset-sm-5  {margin-right: 41.66666667%;}
  .rightset-sm-4  {margin-right: 33.33333333%;}
  .rightset-sm-3  {margin-right: 25%;}
  .rightset-sm-2  {margin-right: 16.66666667%;}
  .rightset-sm-1  {margin-right: 8.33333333%;}
  .rightset-sm-0  {margin-right: 0;}
}

@media (min-width: 992px) {
  .rightset-md-12 {margin-right: 100%;}
  .rightset-md-11 {margin-right: 91.66666667%;}
  .rightset-md-10 {margin-right: 83.33333333%;}
  .rightset-md-9  {margin-right: 75%;}
  .rightset-md-8  {margin-right: 66.66666667%;}
  .rightset-md-7  {margin-right: 58.33333333%;}
  .rightset-md-6  {margin-right: 50%;}
  .rightset-md-5  {margin-right: 41.66666667%;}
  .rightset-md-4  {margin-right: 33.33333333%;}
  .rightset-md-3  {margin-right: 25%;}
  .rightset-md-2  {margin-right: 16.66666667%;}
  .rightset-md-1  {margin-right: 8.33333333%;}
  .rightset-md-0  {margin-right: 0;}
}

@media (min-width: 1200px) {
  .rightset-lg-12 {margin-right: 100%;}
  .rightset-lg-11 {margin-right: 91.66666667%;}
  .rightset-lg-10 {margin-right: 83.33333333%;}
  .rightset-lg-9  {margin-right: 75%;}
  .rightset-lg-8  {margin-right: 66.66666667%;}
  .rightset-lg-7  {margin-right: 58.33333333%;}
  .rightset-lg-6  {margin-right: 50%;}
  .rightset-lg-5  {margin-right: 41.66666667%;}
  .rightset-lg-4  {margin-right: 33.33333333%;}
  .rightset-lg-3  {margin-right: 25%;}
  .rightset-lg-2  {margin-right: 16.66666667%;}
  .rightset-lg-1  {margin-right: 8.33333333%;}
  .rightset-lg-0  {margin-right: 0;}
}









