<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*
Stylesheet for mmcom.at

Table of content:
 0.0 General styles
  -0.1 Fonts
  -0.2 Content Wrapper
  -0.3 Top Header and Navigation
  -0.4 Header image
  -0.5 Content wrapper, text styles
  -0.6 Page sections and contents
  -0.7 Footer
  -0.8 misc

*/



/*
-------------------------------------------------------------------------------------------------------------------
0.1 Fonts
*/
/** declared in MyFontsWebfontsKit **/

/*
-------------------------------------------------------------------------------------------------------------------
0.2 Landing Styles
*/

body {
  padding: 0;
  margin: 0;

  font-family: "FrutigerLTStd-LightCn", "Helvetica", sans-serif;

}

.landing-body-wrapper{
}

.landing-page-wrapper{
}

.landing-content-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
}

.landing-content-wrapper .item-page [class^=img]{
	position:absolute;
	z-index: -100;
	top: 0;
	left:0;
	right:0;
	bottom: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width:100%;
	height:100%;
}

.landing-content-wrapper .item-page [class^=img] img{
	width:100%;
	height:100%;
	object-fit: cover;
}



.landing-link-box{
	display:flex;
	align-content: space-between;
	justify-content: space-between;
	padding-top: 10px;
}

.landing-link-box a{
	font-family: "Times", serif;
	border: 2px solid white;
	color: white;
	padding: 8px;
	text-align: center;
	letter-spacing: 0.02em;
	font-size: 18px;
	min-width: 300px;
	}

.landing-link-box a:hover{
	border: 2px solid black;
	color: black;
	cursor:pointer;
	}


@media screen and (max-width: 700px) {
.landing-link-box a{
	padding: 5px;
	min-width: initial;
	margin: 5px;
	}
}

@media screen and (max-width: 650px) {
.item-page{
	width:100%;
	}
}

@media screen and (max-width: 600px) {
	.landing-link-box{
		flex-wrap: wrap;
		justify-content: center;
	}
	.landing-link-box a{
		min-width: 90%;
		}
}


.landing-link-box-logo{
	display:flex;
	justify-content:space-between;
	align-content: space-between;
}

.landing-link-box-logo a {
	padding-top: 20px;
	padding-left: 60px;
	padding-right: 60px;
	}
	
.landing-link-box-logo img {
	max-width: 200px;
	}

@media screen and (max-width: 700px) {
.landing-link-box-logo a {
	padding-left: 7%;
	padding-right: 7%;
	}
}

@media screen and (max-width: 600px) {

.landing-link-box-logo img {
	max-width: 90%;
	}
}


/*
-------------------------------------------------------------------------------------------------------------------
0.5 content wrapper, text styles
*/

.landing-content-wrapper{
	color: white;
	text-decoration: none;
}

.landing-content-wrapper a{
	text-decoration: none;
	}
	
.landing-content-wrapper h1, .landing-content-wrapper h2{
  font-family: "Times", serif;
  font-size: 80px;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 5px;
}

.landing-content-wrapper h2 {
  line-height: 30px;
  font-size: 30px;
  letter-spacing: 1px;
}


@media screen and (max-width: 800px) {
	.landing-content-wrapper h1{
		font-size: 10vw;
		padding-left: 5px;
		padding-right: 5px;
	}

	.landing-content-wrapper h2{
		font-size: 3.7vw;
		padding-left: 5px;
		padding-right: 5px;
	}

}

@media screen and (max-width: 600px) {
	.landing-content-wrapper h1{
		text-align: center;
		font-size: 5em;
	}

	.landing-content-wrapper h2{
		text-align: center;
		font-size: 1.5em;
	}

}

@media screen and (max-width: 500px) {
	.landing-content-wrapper h1{
		font-size: 4em;
	}

	.landing-content-wrapper h2{
		font-size: 1.2em;
	}

}

@media screen and (max-width: 400px) {
	.landing-content-wrapper h1{
		font-size: 3.5em;
	}

	.landing-content-wrapper h2{
		font-size: 1.2em;
	}

}

@media screen and (max-width: 300px) {
	.landing-content-wrapper h1{
		font-size: 10vw;
	}


}

.content-wrapper h3 {
  font-family: "Times", serif;
  font-weight: normal;
  padding-left: 10px;
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 44px;
  line-height: 44px;
}

.content-wrapper h4{
    font-family: "Times", serif;
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 38px;
    margin-top: -40px;
}

.content-wrapper p, .content-wrapper ul{
  font-family: "FrutigerLTStd-LightCn", "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding-left: 10px;
  padding-right: 20px;
  letter-spacing: 0.02em;
}

.content-wrapper p strong, .content-wrapper p b{
  font-family: "FrutigerLTStd-Roman", "Helvetica", sans-serif;
  font-size:17px;
}

.slide-text + a {
  padding-left: 10px;
}

.content-wrapper ul {
  padding-left: 25px;
}



</pre></body></html>