*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	font-family: 'diamante';
}
a {
	outline: none;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
del, ins {
	text-decoration: none;
}
caption, th {
	text-align: left;
	}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup, sub {
	vertical-align: baseline;
}
legend {
	color: #000;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	}
input, button, textarea, select {
	font-size: 100%;
}
* {
	margin: 0;
	box-sizing: border-box;
	font-family: 'Brix Sans Regular';
}
html {
	background-color: #fff;
	height: 100%;
	/* height: auto !important; */
	box-sizing: border-box;
	font-family: 'Brix Sans Regular';
}
body {
	margin: 0px!important;
	line-height: normal;
	list-style: none;
	text-decoration: none;
	height: 100%;
	/* height: auto !important; */
	overflow-x: hidden;
    box-sizing: border-box;
	font-family: 'Brix Sans Regular';
	overflow-x: hidden;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: 'Brix Sans Regular';
}
.wrapper {
	width: 100%;
	margin: auto;
	height: auto;
	overflow: hidden !important;
	clear: both;
}
input:focus {
	outline: none;
}
textarea:focus {
	outline: none;
}
select:focus {
	outline: none;
}
input:focus, textarea:focus, select:focus {
	outline: none;
}
a:focus {
	outline: none;
}
:focus {
	outline: none;
}

.group:after {
    clear: both;
}
.group:before, .group:after {
    content: "";
    display: table;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/* STANDARDS */
.relative {
	position: relative!important;
}
.absolute {
	position: absolute!important;
}
.flex {
	display: flex;
}
.uppercase {
	text-decoration: uppercase;	
}
.vc_row {
    margin-left: 0px!important;
    margin-right: 0px!important;
}
.max-width {
	max-width: 1024px;
	margin: 0 auto!important;
	width: 100%;
}
.max-width-700 {
	max-width: 700px;
	margin: 0 auto!important;
	width: 100%;
}
.padding {
	padding-left: 32px!important;
	padding-right: 32px!important;
}
.no_klick {
	pointer-events: none;
}
.center {
	text-align: center;
}
h1 {
	font-family: 'Brix Sans Black';
	font-size: 36px;
	color: #000000;
	letter-spacing: 0.3px;
	margin-bottom: 54px;
}
h2 {
	font-family: 'Brix Sans Black';
	font-size: 28px;
	color: #000000;
	letter-spacing: 0.27px;
	margin-bottom: 30px;
}
h3 {
	font-family: 'Brix Sans Bold';  
	font-size: 24px;
	color: #000000;
	letter-spacing: 0.3px;
	line-height: 28px;
	margin-bottom: 24px;
}
h4 {
	font-family: 'Brix Sans Bold';
	font-size: 18px;
	color: #000000;
	letter-spacing: 0.22px;    
	line-height: 24px;
	margin-bottom: 24px;
}

p {
	font-family: 'Brix Sans Regular';
	font-size: 18px;
	color: #000;
	line-height: 24px;
    font-weight: normal;
	letter-spacing: 0.17px;
}
.pink p {
	color: #DD0060;
	font-size: 20px;
}
.pink p a {
	color: #DD0060;
	font-size: 20px;
}
.highlight {
	font-family: 'Brix Sans Light';
	font-size: 24px;
	color: #000000;
	letter-spacing: 0.23px;
	text-align: left;
	line-height: 32px;
}
.vc_column_container>.vc_column-inner {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.arrow_down {
	visibility: hidden;
    height: 50px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
    background: #000;
    bottom: 70px;
    margin: 0 auto;
    z-index: 9999;
    background: url(../img/scroll-down.png);
}
.pg-wrapper.pg-vertical {
	overflow-y: hidden!important;
}
.pg-pips ul li a {
    background: #DD0060!important;
}


.main_menu {
	position: fixed;
	width: 100vw;
	height: 72px;
	top: -72px;
	left: 0;
	background: #fff;
	transition: all 1s ease 0s;
	z-index: 99999;
}
.main_menu.visible {
	top: 0px;
	transition: all 1s ease 0s;
	border-bottom: 1px solid #f2f2f2;
}
#video_home {
    width: 100%;
    height: 100%;
    background: #000;
    max-height: 100vh;
}
.arround_video {
	height: 100vh;
	width: 100vw;
    background: #000;
	z-index: 9999;
	position: relative;
}
.red p {
    color: #DD0060!important;
}
.skip {
    bottom: 100px;
    left: 0px;
    z-index: 99999;
    display: flex;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    height: 100px;
    justify-content: center;
    align-items: center;
    width: 200px;
}
header .logo {
	margin-left: 40px;
    margin-top: 17px;
}
label.hamburg { 
   display: block;
   background: #fff; 
   width: 53px;
   height: 23px;
   position: relative; 
   margin-left: auto; margin-right: auto;
   border-radius: 4px; 
   cursor: pointer;
}
input#hamburg {display:none}
.line { 
    position: absolute;
    left: 10px;
    height: 3px;
    width: 32px;
    background: #000;
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

.line:nth-child(1) { top: 0px; }
.line:nth-child(2) { top: 7px; }
.line:nth-child(3) { top: 14px; }

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(7px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-7px) rotate(45deg);
}
.hamburger {
    position: absolute;
    right: 24px;
    top: 27px;
}
.menu-top-menu-container {
	right: -370px!important;
	transition: all 0.2s ease 0s;
	position: fixed;
	top: 72px;
	right: 0;
	z-index: 999999;
	background: #fff;
	width: 370px!important;
	padding: 40px 20px 20px 70px;
	height: 100vh;
}
.menu-top-menu-container.visible {
	right: 0px!important;
	transition: all 0.4s ease 0s;
}
.menu-top-menu-container a {
	color: #000;
	font-size: 20px;
	display: inline-block;
	padding: 10px;
}
.menu-top-menu-container .current_page_item a {
	color: #DD0060!Important;
}
.pg-vertical .pg-pips {
    z-index: 9999999;
}
.to_pages .button .text {
    font-family: 'Brix Sans Black';
	color: #fff;
	font-size: 36px;
}
.to_pages .button .field * {
    display: flex;
}
.to_pages .button .field {
    display: flex;
}
.to_pages .button .arrow img {
	width: 15px;
	height: 24px;
}
.to_pages .button .text {
	visibility: hidden;
	opacity: 0;
    margin-left: 16px;
    margin-right: 26px;
    display: inline-block;
    position: relative;
    top: 6px;
}
.to_pages .button .arrow {
	visibility: hidden;
	opacity: 0;
	margin-top: 20px;
}
.to_pages .button .color_pic {
	visibility: hidden;
	opacity: 0;
}
.to_pages .button .color_pic img {
	width: 40px;
}
.to_pages .button {
    top: 62vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
	z-index: 999;
}
.colors {
	width: 100%;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 0;
}
.colors .bg img {
	width: 33.33333vw;
	height: 100vh;
}
.colors .bg_1, .colors .bg_2, .colors .bg_3 {
    position: absolute;
    top: -100vw;
}

.colors .bg_1.visible {
    top: 0px;
	transition: all 0.6s ease 0s;
}
.colors .bg_2.visible {
    top: 0px;
	transition: all 1.0s ease 0s;
}
.colors .bg_3.visible {
    top: 0px;
	transition: all 1.4s ease 0s;
}
.to_pages .button .text.visible {
	transition: all 1.4s ease 0s;
	visibility: visible;
	opacity: 1;
    margin-left: 16px;
    margin-right: 26px;
    display: inline-block;
    position: relative;
    top: 6px;
}
.to_pages .button .arrow.visible {
	transition: all 1.4s ease 0s;
	visibility: visible;
	opacity: 1;
	margin-top: 20px;
}
.to_pages .button .color_pic.visible {
	transition: all 1.4s ease 0s;
	visibility: visible;
	opacity: 1;
}
.to_pages .button .color_pic.visible img {
	transition: all 1.4s ease 0s;
	width: 120px;
}
.page_2 {
	background: url(../img/bg_page_1.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover; 
	position: relative;
	z-index: 9999;
}
.page_3 {
	background: url(../img/bg_page_2.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover; 
	position: relative;
	z-index: 9999;
}
.bergsteiger {
    position: fixed;
    bottom: 0;
    left: 0;
}
.bergsteiger img {
    width: 100vw;
}

.row_l
 {
	padding-right: 40px!important;
}

.row_r {
	padding-left: 25px!important;
}
.green_box {
    width: 250px;
    height: 170px;
    background: #37A58C;
    display: flex;
    align-items: center;
    justify-content: center;
}
.green_box span {
	color: #fff;
	line-height: 1.4;
}
.green_box .gb_bold {
	font-family: 'Brix Sans Bold';
	font-size: 36px;
}
.green_box .gb_norm {
	font-family: 'Brix Sans Bold';
	font-size: 18px;
}
.light p {
	font-size: 24px;
	font-family: 'Brix Sans Light';
}
.page_2 .row_r ul li {
	font-size: 18px;
	margin-bottom: 20px;
    background: url(../img/strich.png);
    background-position: left 10px;
    background-repeat: no-repeat;
	padding-left: 24px;
}
.page_3 .green_box {
    width: 140px;
    height: 140px;
    background: #fff!important;
	border: 7px solid #37A58C;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_3 .green_box span {
	color: #37A58C;
}
.page_3 .begin_bold {
	font-size: 24px;
	font-family: 'Brix Sans Bold';
	line-height: 0.8;
}
.page_3 .begin_norm {
	font-size: 14px;
	font-family: 'Brix Sans Light';
	line-height: 0.8;
}
.overlay {
    width: 100vw;
    height: 100vh;
    background: hsla(0, 0%, 0%, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease 0s;
}
.overlay.visible {
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease 0s;
}
.roccia .hero_banner * {
	width: 100%!important;
}
.roccia .hero_banner .absolute {
    top: 100px;
    left: 0;
    text-align: center;
}
.roccia .hero_banner h1 {
	color: #fff;
	font-size: 72px;
	font-family: 'Brix Sans Black';
	margin-bottom: 16px;
}
.roccia .hero_banner p {
	color: #fff;
	font-size: 36px;
    font-family: 'Brix Sans Regular';
}
.dach .text {
	padding-right: 8vw;
	padding-top: 0px;
}
.dach {
	padding-bottom: 48px;
}
.berge .vc_col-sm-4 * {
	width: 100%!important;
}
.berge .berg_1 {
	padding-right: 16px!important;
}
.berge .berg_3 {
	padding-left: 16px!important;
}
.berge .berg_2 {
	padding: 0px 8px 0px 8px!important;
}
.berge .white_box {
    background: #fff;
    margin: 12px;
    margin-top: -85px;
    display: inline-block;
    padding: 22px;
    width: 92%!important;
}
.kueche .absolute {
    bottom: 3%;
    left: 60%;
    background: #fff;
    padding: 36px 24px;
    width: 38%;
}
.kueche .absolute h2 {
	margin-bottom: 16px;
}
.background_grey {
	background: #f2f3f2;
}
.kueche {
	padding-top: 66px;
    margin-top: 16px!important;
}
.box_mid {
	padding-right: 8px!important;
}
.box_right {
	padding-left: 8px!important;
}
.natur {
	margin-top: 46px!Important;
}
.box_mid .wpb_content_element, .box_right .wpb_content_element {
	margin-bottom: 8x!important;
}
.natur .text_left {
    padding-right: 50px;
    margin-top: 77%;
}
.leidenschaft .text {
    top: 6%;
    left: 0;
    right: 0;
    text-align: center;
	max-width: 700px;
}
.leidenschaft * {
	width: 100%;
}
.menu_konfig {
	margin-bottom: 24px;
}
.menu_impressum {
	margin-top: 36px;
}
.menu_impressum a {
    width: 70%;
    border-top: 1px solid;
}
.hanspeter p {
	color: #7F7F7F;
	font-weight: bold;
}
.todo {
	position: absolute;
	top: 20%;
	left: 20%;
}
.roccia_grauton .todo {
	top: -280px;
}
.over.absolute {
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.26);
    z-index: 0;
}
.arrow_red {
    margin-left: 14px;
    position: relative;
    top: 2px;
}
.smartline img {
    width: 180px;
}
.links  {
	font-family: 'Brix Sans Bold'!important;
	margin-top: 12px;
	display: inline-block;
}
.links * {
	font-family: 'Brix Sans Bold'!important;
}
.bg_padding_top {
    padding-top: 70px;
    background: #f2f2f2;
}
.play {
	width: 100vw;
    height: 90vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play img {
	cursor: pointer!important;
	position: relative;
	z-index: 99999;
}
.playbutton {
	margin-top: 80px;
}






























