
/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * www.esb.ch
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2017
 */


@font-face {
    font-family: "Akkurat-Light";
    src:url("fonts/lineto-akkurat-light.eot");
    src:url("fonts/lineto-akkurat-light.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-akkurat-light.woff2") format("woff2"),
        url("fonts/lineto-akkurat-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Akkurat-Bold";
    src:url("fonts/lineto-akkurat-bold.eot");
    src:url("fonts/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-akkurat-bold.woff2") format("woff2"),
        url("fonts/lineto-akkurat-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


/* ==========================================================================
   Base Project
   ========================================================================== */

.loaded .c-cookie-popunder {
	bottom: 0px;
}

.c-cookie-popunder, .loaded .c-cookie-popunder.c-disabled {
    bottom: -250px;
	opacity: 0;
}
.c-cookie-popunder {
	width: 100vw;
	background-color: #3f5ca5;
	position: fixed;
	z-index: 99;
	opacity: 1;
	transition: bottom 0.7s, opacity 0.7s;
	border-top: 2px solid white;
}

.c-cookie-popunder .c-container a {
	color: white;
}


.c-cookie-popunder .c-container {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	color: white;
}
@media(max-width: 700px) {
    .c-cookie-popunder .c-container {
        padding-top: 1.5em;
        padding-bottom: 1.8em;
    }
    .c-cookie-popunder .c-col-9 {
        width: 100%;
    }
    .c-cookie-popunder .c-col-3 {
        display: block;
        float: none;
        padding-top: 1em;
        clear: both;
    }
}

.c-cookie-popunder{
	line-height: 1.5;
}

body {
	background: #444655;
	color: #000;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 18px;

	-webkit-tap-highlight-color: transparent;
}


/* links */
a,
a:visited {
	text-decoration: none;
	color: #3f5ca5;
}

a:focus,
a:hover {
	color: #000;
	text-decoration: underline;
}

a[href^="tel:"] {
  color: #000;
}

/* forms */
button,
input,
select,
textarea {
	color: #000;
	font-family: inherit;
}

textarea {
	resize: none;
}



/* safari form fix */
input,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
	-webkit-box-shadow: none;
}

img { vertical-align: bottom; }

/* HELPERS */
.c-clearfix::after {
	content: '';
	display: table;
	clear: both;
}

.c-ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}


/* ==========================================================================
   Buttons, Links Icons
   ========================================================================== */

.c-btn {
                display: inline-block;
                margin: 0;
                border: solid 2px #fff;
                text-align: center;
                background-color: transparent;
                padding: 0.9em 40px 0.8em 40px;
                text-decoration: none;
                line-height: 1.2;
                color: #fff;
                font-size: 18px;
                -webkit-transition: all 0.25s ease;
                   -moz-transition: all 0.25s ease;
                    -ms-transition: all 0.25s ease;
                     -o-transition: all 0.25s ease;
                        transition: all 0.25s ease;
}
 
.c-btn:visited,
.c-btn:focus,
.c-btn:hover{
                color: #fff;
}
 
.c-btn .c-link-arrow:before,
.c-btn:focus .c-link-arrow:before,
.c-btn:hover .c-link-arrow:before {
                top: 0.25em;
                background-position: -100px -20px;
                /*background-position: -50px -20px;*/
}

.c-showroom-home .c-btn {
    position: absolute;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 70px;
    width: 290px;
    height: auto;
	-webkit-transform: translateX(-145px);
	-moz-transform: translateX(-145px);
	-ms-transform: translateX(-145px);
	-o-transform: translateX(-145px);
	transform: translateX(-145px);
}

@media only screen and (max-width:640px)
{
	.c-showroom-home {
		min-height: 210px;
		overflow: hidden
	}
	.c-showroom-home video {
		position: relative;
		left: -200px;
		transform: scale(4);
	}

	.c-showroom-home .c-btn {
		bottom: 20px;
		font-size: 16px;
		padding: 0.7em 20px 0.6em 20px;
		width: 260px;
		-webkit-transform: translateX(-130px);
		-moz-transform: translateX(-130px);
		-ms-transform: translateX(-130px);
		-o-transform: translateX(-130px);
		transform: translateX(-130px);
	}

}

.c-calculator .c-btn {
	display: block;
	width: 100%;
}

.c-text-light .c-btn,
.c-text-light .c-btn:visited {
	color: #fff;
	border-color: #fff;
}

.c-quicklinks .c-btn,
.c-anchorlinks .c-btn {
	display: block;
	text-align: left;
}

.c-icon:before,
.c-icon:after {
	position: absolute;
	content: '';
	/*background-image: url(../img/sprite.png);*/
	background-image: url(../img/sprite.svg), none;
	background-repeat: no-repeat;
}

.c-icon:before {
	left: 0;
}

.c-icon:after {
	right: 0;
}

.c-icon {
	position: relative;
}

.c-link-arrow,
.c-link-download,
.c-link-extern {
	display: inline-block;
	padding-left: 27px;
	text-decoration: none;
}

.c-link-arrow:focus,
.c-link-arrow:hover,
.c-link-download:focus,
.c-link-download:hover,
.c-link-extern:focus,
.c-link-extern:hover {
	text-decoration: none;
}

.c-link-arrow:before {
	top: 0.40em;
	width: 21px;
	height: 10px;
	background-position: 0 -20px;
}

.c-link-arrow:focus:before,
.c-link-arrow:hover:before {
	background-position: -50px -20px;
}

.c-link-download:before {
	top: -0.05em;
	width: 18px;
	height: 21px;
	background-position: 0 -40px;
}

.c-link-download:focus:before,
.c-link-download:hover:before {
	background-position: -50px -40px;
}

.c-link-extern:before {
	top: -0.05em;
	width: 21px;
	height: 21px;
	background-position: 0 -80px;
}

.c-link-extern:focus:before,
.c-link-extern:hover:before {
	background-position: -50px -80px;
}

/* ==========================================================================
   Typografie
   ========================================================================== */

/* akkurat light */
body,
h1, .c-h1,
h2, .c-h2,
.c-offcanvas-nav {
	font-family: 'Akkurat-Light', 'Arial', 'Helvetica', sans-serif;
	font-weight: normal;
}

/* akkurat-bold */

h3, .c-h3,
h4, .c-h4,
b, strong,
.c-facts-number,
.c-link-arrow,
.c-link-extern,
.c-link-download {
	font-family: 'Akkurat-Bold', 'Arial', 'Helvetica', sans-serif;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1,
.c-h1 {
	position: relative;
	padding-bottom: 0.4em;
	line-height: 1.15;
	font-size: 46px;
}

.c-lead:after,
.c-title-section h2:after,
.c-title-section .c-h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 3px;
	background-color: #ffb602;
}

.c-title-main-home .c-lead:after {
	background-color: transparent;
}

h2,
.c-h2 {
	position: relative;
	padding-bottom: 0.7em;
	line-height: 1.2;
	font-size: 30px;

}

.c-title-section h2 {
	text-transform: uppercase;
	margin-bottom: 0.7em;
}


h3,
.c-h3 {
	padding-bottom: 0.5em;
	line-height: 1.2;
	font-size: 22px;
}

h4,
.c-h4 {
	display: block;
	padding-bottom: 1em;
	line-height: 1.5;
	font-size: 18px;
}



.c-footer-title {
	display: block;
	font-size: 16px;
	padding: 0.5em 0 0.8em 0;
	border-top: solid 2px #fff;
}

.c-footer-desc .c-footer-title {
	font-size: 22px;
	padding-bottom: 0.5em;
}

.c-content,
.c-footer-rich {
	line-height: 1.5;
}

.c-text-block p,
.c-modal-dialog p {
	padding-bottom: 1.5em;
}

.c-text-block p:last-child,
.c-modal-dialog p:last-child,
.c-text-block ul:last-child {
	padding-bottom: 0;
}

.c-lead {
	position: relative;
	font-size: 24px;
	line-height: 1.5;
	padding-bottom: 0.8em;
}


.c-text-block ul {
	margin: 0;
	padding: 0 0 1.5em 0;
	list-style: none;
}

.c-text-block ul li {
	padding-left: 20px;
	position: relative;
	padding-bottom: 0.4em;
}

.c-text-block ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\2013';
	color: #000;
}

.c-text-block ol {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 25px;
}

.c-text-block ol li {
	padding-bottom: 0.4em;
}

.c-text-right {
	text-align: right;
}

.c-text-center,
.c-title-main,
.c-title-section,
.c-facts {
	text-align: center;
}

.c-footer {
	font-size: 14px;
}

.c-footer-desc {
	font-size: 18px;
}

.c-facts-number {
	font-size: 16px;
}

.c-facts-number span {
	font-size: 40px;
}

.c-date {
	display: block;
	padding-bottom: 0.5em;
}


/* ==========================================================================
   skip nav
   ========================================================================== */

.c-skipnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.c-skipnav a {
	display: block;
	position: absolute;
	top: -999em;
	left: -999em;
	height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

.c-skipnav a:active,
.c-skipnav a:focus,
.c-skipnav a:hover {
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	overflow: visible;
	padding: 0.7em 20px;
	border-radius: 0 0 20px 0;
	background-color: #0086b2;
	text-decoration: none;
	z-index: 100;
}


/* ==========================================================================
   Header
   ========================================================================== */

.c-header {
	background-color: #fff;
	border-bottom: solid 1px #e5e5e5;
}

.c-header .c-container {
	height: 100px;
}

.c-header-logo {
	position: absolute;
	width: 155px;
	top: 0;
	left: 40px;
}

.c-main-nav .c-lang-list {
	padding-left: 50px;
}

.c-lang-list li {
	padding-left: 10px;
}

.c-header .c-main-nav-list > li:first-child,
.c-header .c-main-nav-list ul,
.c-offcanvas-nav ul ul {
	display:none;
}

/* ==========================================================================
   Mainnav
   ========================================================================== */

.c-main-nav {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -16px;
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
}

.c-main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.c-main-nav li {
	display: inline-block;
}

.c-main-nav-list li {
	padding-left: 24px;
}

.c-main-nav-list li:first-child {
	padding-left: 0;
}

.c-main-nav a {
	display: inline-block;
	padding: 0;
	text-decoration: none;
	border-bottom: solid 2px transparent;
}

.c-main-nav a,
.c-main-nav a:visited{
	color: #000;
}

.c-main-nav a:focus,
.c-main-nav a:hover,
.c-main-nav .selected > a,
.c-main-nav .active > a {
	color: #3f5ca5;
	border-color: #3f5ca5;
}


/* ==========================================================================
   Content
   ========================================================================== */
.c-content {
	background-color: #fff;
}

.c-gradient-light {
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.c-title-main-home {
	background-color: #3f5ca5;
	color: #fff;
}

/* ==========================================================================
   Ratiobox
   ========================================================================== */

.c-ratiobox {
	position: relative;
	height: 0;
	display: block;
	overflow: hidden;
}

.c-ratiobox > img,
.c-ratiobox > iframe,
.c-ratiobox > object {
	position: absolute !important;
	top: 0;
	left: 0;
}

.c-ratiobox > img {
	height: auto;
	width: 100%;
}

.c-ratiobox > iframe,
.c-ratiobox > object {
	width: 100% !important;
	height: 100% !important;
	background-color: #000;
}

.c-ratiobox-img3col {
	padding-bottom: 100%;
}

.c-ratiobox-img2col {
	padding-bottom: 66.666666666666667%;
}

/* ==========================================================================
   facts
   ========================================================================== */

.c-facts-desc {
	min-height: 3em;
	padding: 0 1em;
	margin-bottom: 1em;
}

.c-facts-img {
	max-width: 230px;
	margin: 0 auto 1em auto;
}

/* ==========================================================================
   organisation
   ========================================================================== */
.c-organisation {
	text-align: center;
}

.c-organisation-item {
	display: inline-block;
	width: 23.5%;
	padding-top: 0.5em;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}

.c-organisation-img {
	max-width: 270px;
}


.c-organisation-caption  {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
	min-height: 3em;
}

/* ==========================================================================
   map
   ========================================================================== */

.c-map {
	height: 630px;
	background-color: #868786;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
	z-index: 0;
}

.google-maps-frame {
    height: 100%;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.c-footer {
	color: #fff;
	background-color: #444655;
	overflow: hidden;
}

.c-footer-rich {
	padding-top: 6em;
	padding-bottom: 6em;
}

.c-footer-disclaimer {
	line-height: 14px;
	padding-top: 0.5em;
	margin-bottom: 1.5em;
}

.c-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.c-footer-rich li {
	padding-bottom: 0.5em;
}

.c-footer-list-disclaimer li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 1px #fff;
}

.c-footer-list-disclaimer li:first-child {
	padding-left: 0;
	border-left: none;
}

.c-footer-list-disclaimer li:last-child {
	padding-right: 0;
}

.c-footer a,
.c-footer a:visited,
.c-footer a:focus,
.c-footer a:hover {
	color: #fff;
	text-decoration: none;
}





/* ==========================================================================
   Offcanvas
   ========================================================================== */


.c-offcanvas {
    position:absolute;
    z-index:100;
    left:0;
    top:0;
    bottom:0;
    width:100vw;
    -webkit-transform:translate3d(-100vw, 0, 0);
    -moz-transform:translate3d(-100vw, 0, 0);
    -ms-transform:translate3d(-100vw, 0, 0);
    transform:translate3d(-100vw, 0, 0);
    transition:transform 0.5s ease, background-color 0.5s ease, width 0s ease;
	transition-delay: 0s, 0s, 0.5s
}

.c-offcanvas-dialog {
	position: relative;
	min-height: 100%;
	width: 300px;
	background-color: #fff;
}

/* styles offcanvas open/close */

.c-offcanvas-open {
    width:200vw;
    background-color:rgba(0,0,0,0.5);
    -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    -ms-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    transition:transform 0.5s ease, background-color 0.5s ease;
}

.c-offcanvas-open,
.c-offcanvas-open body {
	overflow: hidden;
}

.c-offcanvas-hidden {
	position: absolute;
	/*left: -100vw;*/
	overflow: hidden;
}

.c-offcanvas-hidden .c-offcanvas-backdrop {
    display:none;
}

/* offcanvas buttons open/close */

.c-offcanvas-trigger,
.c-offcanvas-close {
	-ms-touch-action: manipulation; /* IE 10  */
	    touch-action: manipulation; /* IE 11+ */
	position: absolute;
	top: 10px;
	right: 20px;
	width: 40px;
	height: 40px;
	border: none;
	background: none;
}

.c-offcanvas-trigger {
	display: none;
}

.c-offcanvas-trigger:after,
.c-offcanvas-close:after {
	top: 50%;
	margin-top: -9px;
	width: 26px;
	height: 16px;
	background-position: 0 0;
}

.c-offcanvas-close:after {
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-position: 0 -120px;
}

.c-offcanvas-trigger:hover::after {
	background-position: -50px 0;
}

.c-offcanvas-close:hover::after {
	background-position: -50px -120px;
}

.c-offcanvas-lang,
.c-offcanvas-nav {
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}

.c-offcanvas-lang {
	height: 60px;
	padding-top: 1em;
	font-size: 16px;
	line-height: 30px;
}

.c-offcanvas-nav {
	padding-top: 1.5em;
	font-size: 20px;
	line-height: 34px;
}

.c-offcanvas-lang ul,
.c-offcanvas-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.c-offcanvas-lang li {
	display: inline-block;
	padding-left: 20px;
}

.c-offcanvas-lang li:first-child {
	padding-left: 0;
}

.c-offcanvas-nav li {
	padding-bottom: 1em;
}

.c-offcanvas-lang a,
.c-offcanvas-nav a {
	display: inline-block;
	text-decoration: none;
	border-bottom: solid 2px transparent;
}

.c-offcanvas-lang a,
.c-offcanvas-lang a:visited,
.c-offcanvas-nav a,
.c-offcanvas-nav a:visited {
	color: #000;
}

.c-offcanvas-nav a {
	display: block;
}

.c-offcanvas-lang a:focus,
.c-offcanvas-lang a:hover,
.c-offcanvas-lang .active a,
.c-offcanvas-nav a:focus,
.c-offcanvas-nav a:hover,
.c-offcanvas-nav .selected a {
	color: #3f5ca5;
	border-color: #3f5ca5;
	text-decoration: none;
}



/* ==========================================================================
   Key Facts
   ========================================================================== */

svg .keyfacts-hell {
    fill:#C5D9FF;
}

svg .keyfacts-dunkel {
    fill:#3E5CA4;
}

svg .fenster {
	fill:#3E5CA4;
	opacity:1;
	-webkit-transition:opacity 0.3s ease;
	-moz-transition:opacity 0.3s ease;
	-ms-transition:opacity 0.3s ease;
	-o-transition:opacity 0.3s ease;
	transition:opacity 0.3s ease;
}

svg .fenster.visible {
	opacity:0;
}

svg .keyfacts-zeiger {
	-webkit-transform-origin:115px 142px;
	-moz-transform-origin:115px 142px;
	-ms-transform-origin:115px 142px;
	transform-origin:115px 142px;
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    transform:rotate(-90deg);
}

.animate svg .keyfacts-zeiger {
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
}

svg .keyfacts-mountain-high {
    -webkit-transform:scale(0.75,0.1);
    -moz-transform:scale(0.75,0.1);
    -ms-transform:scale(0.75,0.1);
    transform:scale(0.75,0.1);
	-webkit-transform-origin:115px 150px;
	-moz-transform-origin:115px 150px;
	-ms-transform-origin:115px 150px;
	transform-origin:115px 150px;
}

.animate svg .keyfacts-mountain-low {
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    transform:scale(1,1);
}

svg .keyfacts-mountain-low {
    -webkit-transform:scale(1.5,2.3);
    -moz-transform:scale(1.5,2.3);
    -ms-transform:scale(1.5,2.3);
    transform:scale(1.5,2.3);
	-webkit-transform-origin:115px 150px;
	-moz-transform-origin:115px 150px;
	-ms-transform-origin:115px 150px;
	transform-origin:115px 150px;
}

.animate svg .keyfacts-mountain-high {
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    transform:scale(1,1);
}

svg .keyfacts-zeiger,
svg .keyfacts-mountain-high,
svg .keyfacts-mountain-low {
    -webkit-transition:-webkit-transform 3s ease-in-out;
    -moz-transition:-moz-transform 3s ease-in-out;
    -ms-transition:-ms-transform 3s ease-in-out;
    -o-transition:-o-transform 3s ease-in-out;
    transition:transform 3s ease-in-out;
}

 /*
 VIDEO in iframe (djangocms_video)
 */
.c-iframewrap {
	padding-top: 56.7%;
	position: relative;
}
.c-iframewrap iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}