@import url('css/0_reset.css');
@import url('css/0_basic.css');
@import url('css/grid30.css'); /* grid20.css / grid30.css / grid40.css */

/*************************************************
* Webfonts 
*************************************************/

/* bricolage-grotesque-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/bricolage-grotesque-v9-latin-700.woff2') format('woff2');
}

/* mozilla-text-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mozilla Text';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/mozilla-text-v1-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mozilla-text-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mozilla Text';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/mozilla-text-v1-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}





/*************************************************
* Custom Styles
*************************************************/

body,
input,
select,
textarea {
	font-family: 'Mozilla Text', -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
}

html,
body {
	
}

body {
	font-size: 16px;
	line-height: 1.62;
	font-weight: 400;
	letter-spacing: 0.03em;
	
	color: #000;
	background: #fff;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.stopoverflow {
	max-height: 100vh;
	overflow: hidden;
}

.wrap {
	background: transparent;
}

.noof {
	overflow: hidden;
}

#outercontainer {
	position: relative;
}

#navicon,
#mobnav {
	display: none;
}

a {
	text-decoration: none;
	
	transition: all 300ms ease;
}

.postinfo {
	display: none;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
}

.nobreak {
	white-space: nowrap;
}

.relative {
	position: relative;
}

.bgtransparent {
	background: transparent;
}

.bglight,
.linelight {
	background: #f1f1f1;
}


[class^='bg'] .wrap {
	background-color: transparent;
}

/*************************************************
* Typo

	transition: all 500ms ease;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

*************************************************/

a {
	color: #000;
	border-bottom: 1px solid transparent;
}

a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

strong, b {
	font-weight: 700;
}

h1 {
/* 	font-family: 'Bricolage Grotesque'; */
	font-size: 60px;
	line-height: 1.1;
	font-weight: 700;	
	letter-spacing: -0.05em;
	
	margin-top: 0;
	margin-bottom: 20px;
}

p {
	margin-bottom: 0.7rem;
}

p.nomargin {
	margin: 0;
}

p.largep {
	font-weight: 700;
	margin-top: 10px;
	font-size: 20px;
	line-height: 1.4;
}

/*************************************************
* Scroll
*************************************************/

#scroll0,
#scroll1,
#scroll2 {
	position: absolute;
	width:  1px;
	height: 1px;
/* 	background: #ff0000; */
}

#scroll0 { /* triggers #totop */	
	top: 80px; 
}

#scroll1 {
	top: 40px;
}

#scroll2 {
	top: 120px;
}


/*
.scroll1 #header {
	position: fixed;
	z-index: 30001;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
*/

.scroll1 #header {
	
}

.scroll1 #logo {
	
}

.scroll1 #nav {
	
}

.scroll1 #headerpadding {
	
}



/*************************************************
* Slide
*************************************************/

.introbilder {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.introbild {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.introbild.active {
    opacity: 1;
}

.introbild img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.introtext {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
}


.textbox {
	display: inline-block;
	background: rgba(255,255,255,0.9);
	padding: 30px 45px;
	
	border-radius: 30px;
	
	opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.5s ease, transform 1s ease;
}

.textbox.visible {
    opacity: 1;
    transform: translateY(0);
}

/*************************************************
* Text
*************************************************/


@media (max-width: 768px) {
	.introbilder {
	    height: 120vh;
	}
	.textbox {
		padding: 25px 27px;
	}

	
	h1 {
		font-size: 40px;
	}
	
	
	
	.span70 {
		display: block;
	}
}

@media (max-width: 768px) and (orientation:landscape) {
	.introtext {
		position: absolute;
		left: 0;
		right: 0;
		bottom: auto;
		top: 60px;
	}

}


@media (min-width:600px) {
	
}

@media (min-width:1024px) {
	
}

@media (min-width:1200px) {
	
}

/*
.intro {
	height: 100vh;
	position: relative;
	
	background-image: url('images/intro.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width:680px) {
	.intro {
		height: 80vh;	
		background-image: url('images/intro.jpg');
		background-position: right -100px top;
	}
}
*/



@media (max-width: 1024px) {
	
	
}




@media (max-width: 480px) {
	
}

@media (min-width: 480.01px) and (max-width: 768px) {
	
}

@media (max-width: 768px) {
	
}

@media (min-width: 768.01px) and (max-width: 1024px) {
   
}

@media (min-width: 1024.01px) and (max-width: 1180px) {
    
}

@media (min-width: 1180.01px) and (max-width: 1420px) {
    
}

@media (min-width: 1420.01px) and (max-width: 1919.99px) {
    
}

@media (min-width: 1920px) {
	html,
	body {
		
	}  
	
	.outer,
	.fixme {
		max-width: 1920px;
		margin: 0 auto;
	}  
	
}




















