@import "https://font.nicdn.de/amatic-sc.css";
@import "/assets/lagom/css/bootstrap.min.css";
@import "/assets/lagom/css/app.min.css?v=1.0.1630227380";
@import "https://lib.nicdn.de/fa/6.0.0-beta1/css/all.min.css?v1.0";


body {
	background-color: #eee;
}
hr {
	border-color: rgba(0,0,0,.1);
}

/* ------------ BEGIN All SubPages */
.page .main {
	padding-top: 135px !important;
	}
.page .main.default {
	padding-top: 180px !important;
	}
/* -------- */
.h-500 {
	height:500px;
	max-height: 500px;
	min-height: 500px;
	}
.h-300 {
	height:300px;
	max-height: 300px;
	min-height: 300px;
	}

/* ------------ BEGIN Text Sizes */
@media only screen and (min-width: 1200px) {
	.container p,
	.container ul li {
		font-size: 17px;
	}
}
/* ------------ END Text Sizes */
.container h1 {
	font-family: 'Amatic SC', cursive;
	font-size: 73px;
}
@media only screen and (max-width: 1112px) {
	.container h1 {
		font-size: 64px;
	}
}


.container h2 {
	font-size: 2.0em;
	margin-bottom:25px;
}


/* ------------ END All SubPages */
p {
	margin-bottom: 22px;
	}

.video-bg video {
position: absolute;
top: 50%;
left: 50%;
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 1;
z-index: 1;
object-fit: cover;
}



/* ------------ BEGIN NAV TOP */
.navbar-brand {
	width: 126px;
	height: 100px;
	background-size: cover;
	margin-left: 10px !important;
	}
.nav-down.navbar-transparent .navbar-brand {
	background-image:url(../img/lagon_living_transparent_white.png) !important;
}
/*
.navbar-brand img {
	height:80px;
}
*/
.navbar-absolute.navbar-transparent .nav-link {
	color: #66615b !important;
}
.navbar-nav .active a {
	text-decoration: underline;
	font-weight: bold;
}

/* ------------ END NAV TOP */


.cookie {
	position:fixed;
	bottom:0px;
	background-color: white;
	z-index: 1000;
	padding-left:15px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
}


/* ------------ Kontakt GMaps */


.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
    height:300px;
}



.herounit {
	background-color: #eee;
}

.img-responsive {
	max-width:100%;
	padding:10px;
}


/* .herounit h3 { */
h3 {
font-family: 'Amatic SC', cursive;
font-size: 56px;
}
@media only screen and (max-width: 414px) {
	h3 {
		font-size: 49px;
	}
}





/* ----------- BEGIN Startseite */
.scroller_p {
	margin:0px !important;
	height:0px !important;
}
#scroller {
	position: absolute;
	left: 50%;
	bottom:50px;
	z-index: 100;
}
.scroll_icon
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 25px;
	width: 14px;
	height: 28px;
	border: solid 2px #FFFFFF;
	border-radius: 7px;
}
.scroll_icon::after
{
	display: block;
	position: absolute;
	top: 5px;
	left: 3px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #FFFFFF;
	content: '';
	-webkit-animation-name: scroll;
	animation-name: scroll;
	-webkit-animation-duration: 1500ms;
	animation-duration: 1500ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes scroll
{
	0%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
}
@keyframes scroll
{
	0%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
}













/* -------- BEGIN Navigation */
.nav-down {
  position: fixed;
  top: 0;
  transition: top 0.5s ease-in-out;
  width: 100%;
}

.nav-up {
  top: -130px;
}

@-webkit-keyframes Floatingy {
  from {
    -webkit-transform: translate(0, 0px);
  }

  65% {
    -webkit-transform: translate(50px, 0);
  }

  to {
    -webkit-transform: translate(0, 0px);
  }
}

@-moz-keyframes Floatingy {
  from {
    -moz-transform: translate(0, 0px);
  }

  65% {
    -moz-transform: translate(50px, 0);
  }

  to {
    -moz-transform: translate(0, 0px);
  }
}

@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(50px, 0px);
  }

  65% {
    -webkit-transform: translate(0, 0);
  }

  to {
    -webkit-transform: translate(50px, 0px);
  }
}

@-moz-keyframes Floatingx {
  from {
    -moz-transform: translate(50px, 0px);
  }

  65% {
    -moz-transform: translate(0, 0);
  }

  to {
    -moz-transform: translate(50px, 0px);
  }
}
/* -------- END Navigation */

.footer p {
	color:#eee;
}

/* -------- BEGIN MOBILE */
@media only screen and (max-width: 414px) {
.h1, h1 {
	font-size: 2.6em;
	}
.h2, h2 {
	font-size: 1.8em;
	}
.container li {
	font-size: 15px;
	color: #66615b;
}
/* -- IMG */
.img-responsive {
	padding:0px;
}

/* -- SPACING */
.page .main.default {
	padding-top: 135px !important;
	}

.main.pt-5 {
	padding-top:0px !important;
}
.herounit.pt-5,
.herounit.pt-5 .container.pt-5 {
	padding-top:0px !important;
}
.herounit.mt-5,
.herounit.mt-5 .container.mt-5 {
	margin-top:0px !important;
}

/* -- Logo */
.navbar-brand {
width: 95px;
height: 75px;
}

.navbar.navbar-absolute .navbar-toggler .navbar-toggler-bar {
background: #9a9a9a!important;
}


/* -- Footer */
.footer {
	text-align: center;
}

.footer .col1 {
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom:15px;
}
.footer .col2 {
	padding-top:10px;
}
.footer .copyright {
	text-align: center !important;
}
.footer .nav-item {
	width:50%;
}



/* -- Kontakt */
.kontakt .col2 {
	margin-top:15px;
}
.kontakt .col3 {
	border-top: 1px solid #66615b;
	padding-top:25px;
	text-align: center;
}
.kontakt .times {
	text-align:center;
}
.kontakt .times p {
	font-size:24px !important;
}


/* -- Startseite */
.eapps-instagram-feed-posts-item {
	width: calc(50% - 10px) !important;
	margin: 5px !important;
}

}
