@charset "utf-8";

@import url("fonts/raleway-thin/font.css");


:root {
    --gap: 70px;
    --color-main: #706f6f;
    
    --color-headline: #00a5b3;
    --color-highlight: #33dad3;
    --color-highlight: var(--color-headline);
    --color-highlight-hover:#40CC4A;

    --navigationOffset: 64px;
    
     --col-width: 10em;
     
     --color-light: #edf7f9;
}

.color_headline{
    color: var(--color-headline);
}

body
{
    overflow-x: visible;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.03em;
    font-size: 17px;
    color:#706f6f;
    color: var(--color-main);
    /*font-weight: 300;*/
    font-weight: 400;
    /* padding-top: 82px; */
}

html{
    overflow-x: hidden;    
}

html[data-dimension="sm"] body {
    font-size: 15px;
    --gap: 50px;
}

html[data-dimension="xs"] body {
    font-size: 14px;
    padding-top: 47px;
    overflow-x: hidden;
}


html[data-dimension="xs"] {
    --gap: 25px;
    /* --gap-row: 20px; */
}


/*body.notAtTop
{
        padding-top: 90px;
}*/


html[data-dimension="xs"] body * {
    background-attachment: scroll;
}


strong {
    font-weight: 500;
}
h1, h2, h3 {
            text-transform: uppercase;
}


#content h1 {
    color: var( --color-headline );
    font-size: 2em;
    position: relative;
    font-weight: 500;
}


h1 .highlight{
    font-size: 60%;
    display: inline-block;
    line-height: 170%;
    margin-top: 0.3em;
    color: var(--color-main);
    font-weight: 500;
    text-transform: none;
}

html[data-dimension="xs"] #content h1 {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8em;
    /* margin-bottom: 2.5em; */
    /* margin-top: -2.5em !important; */
}



h2 {
    /*color: #87b5b3;*/
    color: inherit;
}

#content h2  {
    color: var(--color-headline);
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: normal;
}
h2 .highlight{
    text-transform: none;
}


h3{font-size: 0.8em;font-weight: normal;}

#content h1+h2 {
     margin-top: 0em !important;
    
}


#content p+h3, #content  ul+h3{
    /* margin-top: 3em; */
}


p, ul {
    line-height: 1.5em;            
}

a {
    text-decoration: none;
    color: var(--color-headline);
    font-weight: 400;
    transition: color 0.5s, opacity 0.7s;  /* GETS OVERWRITTEN BY BLINK OTHERWISE */
}
a:hover {
    /*text-decoration: none;*/
    text-decoration: underline;
    text-decoration-style:dotted;
    color: var(--color-highlight);
}

#content a {
    font-weight: 500;
}

.bordered a{
	line-height: 1.2em;
	/* padding-top: 0px; */
	padding-bottom: 0.5em;
	display: inline-block;
}

/*#content a {
    
}*/
/*

#mainHeader
{
	height:186px;
	margin-bottom: -9px;  
	margin-top:50px;	
	background-size:100% 100%;
	background-image: url(gfx/header_panel_pattern.png);
	z-index:60; 		
}*/

#btnNavToggle, #btnLoginToggle {
    background-color: var(--color-highlight);
}


.logo
{
    position:absolute;
    left:0px;
    /*top: 67px;*/
    /* opacity: 1; */
    /* transition: opacity 0.5s, width 0.5s, height 0.5s, left 0.5s, bottom 0.5s, margin 0.5s; */
    
    /*width: 424px;*/
    z-index: 10;
}
.logo img {
    height: 100%;
    width: auto;
}

html[data-dimension="md"] .logo {
    height: 59px;
    top: 12px;
}


html[data-dimension="lg"] .logo {
    top: 8px;
    bottom: 21px;
    height: 68px;
    width: 183px;
    margin-left: -20px;
}


html[data-dimension="sm"] .logo {
    height: 51px;
    top: 3px;
    /* margin-left: -2em; */
}


.button
{
	display:inline-block;
/*	padding:20px;
	padding-top:15px;
	padding-bottom:15px;*/

        padding: 1em 1.5em;
	
	/*background-color:rgba(0,0,0,0.7);*/
        background-color: var(--color-main);
        
	color:white;
	text-decoration:none;
        border-radius: 2px;
            
	margin-top: 0.4em;
	margin-bottom: 0.4em;	
        
        /*border-left: 1em solid #65d1cd;*/

            
        transition: background-color 0.5s, color 0.5s, padding-left 0.5s, padding-right 0.5s,     opacity 0.7s, transform 0.5s !important;  /* GETS OVERWRITTEN BY BLINK OTHERWISE */  
        
       
        
        position: relative;   
        
        z-index: 1;
    
}
.button:hover
{
	/*background-color: var(--color-highlight);*/
        background-color: var(--color-headline);	
	text-decoration:none;	
	/*box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);*/        
}





.button:hover:after
{
    max-width: 100%;
}



.mainNav{
    /* position: fixed; */
    position: sticky;
    width: 100%;
    top: 0px;
    background-color: white;
    /*height: 210px;*/
    /*height: 164px;*/
    /*height: 13rem;*/
    height: 79px;
    z-index: 100;
    /* box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15); */
    border-bottom: 3px solid #edf7f9;
}

html[data-dimension="sm"] .mainNav{
    height: 60px;
}


.mainNav ul{
    /*margin-top: 110px;*/
    /* bottom: 0px; */
    padding-top: 12px;
    /*padding-left: 202px;*/
    text-align: right;
    width: 100%;
    position: absolute;
    margin-left: 1em;
}

html[data-dimension="sm"] .mainNav ul{
    padding-top: 7px;
}

.mainNav li{
    display: inline-block;
}


.mainNav li>a{
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    color: inherit;
    /*transition: all 0.5s;*/
    font-size: 90%;
}

html[data-dimension="sm"] .mainNav li>a{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 70%;
}


html[data-dimension="md"] .mainNav li>a{
    padding-left: 1em;
    font-size: 75%;
}



.mainNav li:hover>a{
    color: var(--color-headline);
}


.mainNav li.active>a{
    color: var(--color-headline);
}





.mainNav li ul{
    display: block;
    /*padding: 15px;*/
    transition: max-height 1s;
}
html.width-sm .mainNav li ul{
    position: absolute;
    background-color: #edf7f9;
    max-height: 0px;
    overflow: hidden;
    padding-top: 0px;
    /* font-size: 90%; */
    margin-top: 10px;
    width: 14em;
    transform: translate(-50%, -0%);
    left: 50%;
    margin-left: 0px;
}
html[data-dimension="xs"] .mainNav li ul{
 
    /*padding-top: 17px;*/
    padding-left: 1em;
    font-size: 90%;
}


html.width-sm .mainNav li:hover ul{
    max-height: 700px;
}

.mainNav li ul li{
    display: block;
}
html.width-sm .mainNav li ul li a{
    padding: 0.7em;
    width:  100%;
    text-align: center;
    border-top: 1px solid #f1fdff;
    border-bottom: 1px solid #c2e9f1;
}







#nav_mobile {
    width: 100%;
    position: fixed;
    top: 43px;
    z-index: 99;
    display: none;
}

#header_mobile {
    position: fixed;
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding-right: 9px;
    /*background-color: #232323;*/
    /*background-color: var(--color-highlight);*/
    /* background-color: #ac0018; */
     background-color: white; 
    /*box-shadow: 0px 5px 11px black;*/
    /*box-shadow: 0px 5px 3px rgba(102, 209, 206, 0.4);*/

    /*box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.3);*/

    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
    
    color: white;
    /* color: black; */
    z-index: 100;
    top: 0px;
    border-bottom: 5px solid var(--color-light);
/*    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;*/
    
    /*border-bottom: 5px solid var(--color-main);*/ 
}

#nav_mobile>ul {
    /*background-color: #232323;*/
    background-color: #edf7f9;
    padding-top: 1em;
    box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.3);
}

#nav_mobile ul ul {
     display: block; 
}

#nav_mobile>ul>li {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid #f1fdff;
    border-bottom: 1px solid #c2e9f1;
}

#nav_mobile li a {
    /*text-decoration: none;*/
    font-weight: 300;
    /* font-weight: 400; */
    font-size: 13px;
    display: block;
    padding-left: 12rem;
    padding-right: 10rem;
    padding-top: 0.0em;
    padding-bottom: 0.0em;
    text-transform: uppercase;
    

}





#nav_mobile>ul>li>a {
    color: var(--color-headline);
    font-size: 13px;
    display: block;
    padding-left: 10rem;
    padding-right: 10rem;
    text-transform: uppercase;
    font-weight: 500;
}

#nav_mobile ul ul li a {
    color: inherit;
}





#header_mobile .logo{
    width: auto;
    position: absolute;
    left: 20px;
    top: 1px;
    bottom: 0px;
    height: auto;
    max-width:  10px;
}



a.customer_login {
    position: absolute;
    right: 0px;
    top: 35px;
    text-transform: uppercase;
    background-color: var(--color-highlight);
    /*transition: top 0.5s, background-color 0.5s, font-size 0.5s, border-radius 3s;*/
    transition: top 0.5s, background-color 0.5s, font-size 0.5s;
    transition-delay: 0.2s;
    font-size: 75%;
    padding: 0.4em 1em;
    border-radius: 2px;
    color: white;
}
a.customer_login:hover {
    /*background-color: var(--color-main);*/
}
body.notAtTop .customer_login{
/*border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;*/
    /* border-radius: 2px; */
    top: -1px;
    /*font-size: 60%;*/
}


.bg_inverse a {
    color: var(--color-headline);
}




#layout_bottom {
    text-transform: uppercase;
    font-size: 80%;
}
#layout_bottom a {
    /* color: inherit; */
    text-decoration: none;
    /* font-weight: 400; */
    /* letter-spacing: 0.2em; */
    transition: color 0.5s, opacity 0.7s, transform 0.5s !important;  /* GETS OVERWRITTEN BY BLINK OTHERWISE */
}
#layout_bottom a:hover {
    text-decoration: underline;
    text-decoration-style:dotted;  
}

#layout_bottom h2, #layout_bottom h3  {
    color: var(--color-headline);
    font-weight: normal;

}
#layout_bottom h2{
    font-size: 1.2em;
    font-weight: bold;
}

#layout_bottom h3  {
    font-size: 1em;
    
}


.parallax-window {
    min-height: 500px;
    height: 75vh;
    padding-top: 3em;
    padding-bottom: 3em;
    
}


.parallax-mirror {
    animation: fadeInFromNone 0.5s ease-out;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        opacity: 0.2;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        opacity: 0.2;
    }

    100% {

        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}



.boxed [data-module="Html"]{
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 2em;
    height: 100%;
    border-radius: 2px;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
    
    margin-left: auto;
    margin-right: auto;
   
    max-width: 400px;
/*    max-width: 300px;
    margin: auto;*/
}
.boxed [data-module="ContainerItem"]{
    padding: 2em;
}

.box {
    background-color: var(--color-light);
    padding: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
}

[data-module="Html"] img, .box {
    border-radius: 2px;
}

.li_check ul, ul.li_check {
    padding-left: 0px;
}
.li_check li{
    list-style: none;
    padding-left: 2.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.li_check li:before{
    content: '\f00c';
    font-family: 'FontAwesome';
    color: var(--color-highlight);
    position: absolute;
    margin-left: -1.5em;
    font-size: 130%;
}
.li_check li li:before{
    content: '\f0da';
    margin-left: -1em;
}


.icon_decoration{
    font-size: 300%;
    margin: auto;
    display: block;
    background-color: var(--color-highlight);
    border-radius: 100%;
    width: 1.75em;
    height: 1.75em;
    line-height: 1.75em;  
    text-align: center;
    position: relative;
}

.icon_decoration:before{
    width: 1.75em;
/*    height: 1.75em;
    margin-left: 0;    */
}




.border-top {
    /*border-top: 5px solid #5383b7;*/
    /*border-top: 5px solid #e8e8e8;*/
    border-top: 1px solid var(--color-headline);
}
.border-bottom {
    /*border-bottom: 5px solid #5383b7;*/
    /*border-bottom: 5px solid #e8e8e8;*/
    border-bottom: 3px solid var(--color-headline);
}

.contact_form input[type="text"], .contact_form textarea {
    width: 25em;
    max-width: 100%;
    padding: 0.5em;
    /*border: 1px solid var(--color-highlight);*/
    /*color: var(--color-main);*/
    color: var(--color-main);
    background-color: white;
    margin-top: 0.25em;
    margin-bottom: 1.5em;
    border: 1px solid var(--color-highlight);
    border-radius: 2px
}
.contact_form textarea {
    height: 12em;
}


.contact_form input[data-valid="false"], .contact_form textarea[data-valid="false"] {
    color: red;
    border: 1px solid red;
}





.flexlist {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1em;
    margin-right: -1em;
}

.flexlist>*{
    padding: 2em;
    background-color: var(--color-light);
    margin: 1em;
    flex: 1 1 340px;
    border-left: 0.5em solid var(--color-highlight);
    border-radius: 2px;
    /*padding-left: 2.5em;*/   
    text-align: center;
}


.permission_dialog {
    text-align: center;
    padding: 2em 3rem;
    width: 700px;
    max-width: 80rem;
    max-height: 90vh;
    background-color: white;
    overflow-y: auto;
}

.permission_dialog h1, .permission_dialog h2 {
    margin-top: 0px !important;
}

.permission_type_panel .checkContainer {
    float: left;
    padding-top: 0.4em;
    padding-right: 3rem;
    width: auto;
}

.permission_logo {
    width: 15em;
    height: auto;
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.permission_type_panel input[type="checkbox"] {
    transform: scale(2);
}

.permission_type_panel {
    padding: 1em;
    background-color: #f9f9f9;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
}

.permission_type_panel .permission_title {
    font-weight: bold;
    font-size: 120%;
}
.permission_type_panel .infoContainer {
    overflow: hidden;
}

.permission_type_panel {
    padding: 1em;
    background-color: #f9f9f9;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
}


.blink, h1[observer-scroll]{
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.7s, transform 0.5s;  
}

.blink[observed-visible="true"], h1[observed-visible="true"]{
    opacity: 1;
    transform: scale(1);    
}

.blink_slow{
    opacity: 0;
    transition: opacity 3s;  
}
.blink_slow[observed-visible="true"]{
    opacity: 1;
}



[observer-scroll]{
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.7s, transform 0.5s;  
}

[observed-visible="true"]{
    opacity: 1;
    transform: scale(1);    
}


.priceLine{

text-transform: uppercase;

display: block;

color: var(--color-headline);

position: relative;

margin-bottom: -0.8em;

margin-top: 1.6em;
}

.priceLine:after{
    content: "";
    height: 1px;
    left:  0px;
    right:  0px;
    bottom: 3px;
    position: absolute;
    background-color: var(--color-headline);
}

.priceLineSmall{
text-transform: none;
font-size: 90%;
    margin-top: -0.8em;
}



.priceValue{

float: right;
}

.bordered{
    outline: 1px solid var(--color-headline);
}

.minibox{
   padding: 0.4em 0.7em;
   position: absolute;
   margin:auto;
   left: 50%;
   transform: translate(-50%, 0%);
   white-space: nowrap;
}


.framed{
    outline: 1px solid var(--color-headline);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

.happy_ager {
    position: relative;
}

.happy_ager:after{
    content:"";
    display: block;
    width: 80px;
    height: 100px;
    max-width: 19rem;
    background-repeat:  no-repeat;
    background-image: url('../files/images/button_happyager.png');
    position: absolute;
    background-size: contain;
    bottom: -1em;
    right: 0px;
    background-position: bottom right;
}

.light_box {
    padding-bottom: calc(var(--gap)*0.2);
    background-color: var(--color-light);
    outline: 1px solid var(--color-headline);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
}

.light_box>* {
    padding-left: calc(var(--gap) * 0.5);
    padding-right: calc(var(--gap) * 0.5);
    
}

#row_start {
    --gap-container: 1.5em;
}

#row_start [data-module="Html"] {
    height: 100%;
}
#row_start [data-module="Html"]>* {
    height: 100%;
}
#row_start .bordered {
    padding:1em;
    transition: transform 0.5s;
}

#row_start .bordered:hover {    
    transform: scale(1.05);
}
#row_start [data-module="Picture"] {    
   cursor: pointer;
}


#partner_panel{
    --gap-container: 10rem;
}


#partner_panel [data-module="Picture"]{
    min-height: 100%;
    background-size: contain;
}

.footer_icon {
    border-radius: 4px !important;
    width: auto;
    height: 2.2em;
    /* position: absolute; */
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

html:[data-dimension="lg"]{
    position: absolute;    
}

.logo_row [data-module="Picture"]{
    background-size: contain;
    height: 100% !important;

}
.logo_row [data-module="ContainerItem"]{
    flex-grow: 1;
    max-width: 35rem;
}

.permission_denied{
    padding: 2em;
}


/*

[data-module="Picture"] img {
	object-fit: contain;
	object-position: bottom;
	font-family: 'object-fit: contain; object-position: bottom;';
}
*/

.light_bg .background.fix{
    opacity: 0.2;
}


.polaroid{
    padding: 2em;    border: 1px solid var(--color-headline);    box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.25);
}

.polaroid img{
    padding: 1.5em;
}


.team h2{
    margin-bottom: -0.40em;
}

.gallery .controller {
    display: none;
}

[data-structure='set'] [data-view='pictures'][data-structure='entity'] {
    cursor: auto;
}

#gallery{
    max-height: 0;
    opacity: 0;
    transition: all 1s;
}

#gallery.visible{
    opacity: 1;
    max-height: 1000px;
}



/* Planity */
@media (min-width: 576px) {

    .css-umakil, [data-css-umakil] {
        width: 33% !important;
    }
}

#planity button {
    font-family: inherit !important;
}


table.prices{
    color: var(--color-headline);
    text-transform: uppercase;
    font-size: 85%;
}

html[data-dimension="xs"] table.prices{
    font-size: 75%;
}



table.prices td{
    padding-right: 0.5em;
    line-height: 1.5em;
    white-space: nowrap;
}

.button{
    background-color: var(--color-headline);
    color: white;
    display: inline-block;
    padding: 0.1em 0.5em;
    font-size: 120%;    
}

.button:hover{
    background-color: var(--color-highlight);
    color: white;
}