
/*
Theme Name: lal_wp
Author: zaak, peter lütolf 
Author URI: https://www.zaak.ch/
Version: 1.0
License: GNU General Public License
*/



.sprachen {
	position: absolute;
	top: 50px;
	left: 60px;
	display: block;
}


body.de .sprachen img.de, 
body.en .sprachen img.en {
	
	display: block
}



.sprachen img.de, 
.sprachen img.en {
	width: 40px;
	height: auto;
	display: none
}

body.de .en, 
body.en .de {
	
	display: none
}

body.de .de, 
body.en .en {
	
	display: block
}
.moving {
	position: absolute;
	bottom: 0;
	right: 0;
		width: 500px;
}
.weiss-left {
	width: 30px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background-color: #fff;
}

.weiss-right {
	width: 30px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
		background-color: #fff;
}

.weiss-top {
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
		background-color: #fff;
}

.weiss-bottom {
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background-color: #fff;
}


:root {
    --gray: #ddd8d2;
    --textgray: #464646;
    --white: #ffffff;
    --green: #b1cb36;
    --lightgreen: #e3edb8;
    --red: #e94e0e;
}

@font-face {
    font-family: ClanBook;
    src: url("fonts/ClanPro-Book.otf") format("opentype");
}

@font-face {
    font-family: ClanBold;
    src: url("fonts/ClanPro-Bold.otf") format("opentype");
}



body,
figure{
  margin: 0;
    width: 100%;
height:auto;
  overflow: hidden;
    font-family: "ClanBook";
    color:var(--textgray);
}

hr {
    border: 2px solid var(--textgray);
    margin-top: 30px;
    margin-left: 40%;
    margin-right: 40%;
   margin-bottom: 31px;
}

#missingSetup{
    display: none;
    position: fixed;
    z-index: 100000;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;

}

button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

button{
    width: 400px;

    font-size: 4rem;
    pointer-events: all;
    opacity: 1.0;
    transition: opacity 0.5s;
	
}

.achtung {
	width: 30px;
	position: absolute;
	left: 20px;
	top: 20px;
}
#requestPort button  {
	background-color: #fff;
	color: #000;
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,1);
-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,1);
-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,1);
	border-radius: 20px;
}
#requestPort {

	color: #fff;
	padding:  30px 20px 50px 20px;
	color: #fff;

	position: relative;
	display: block;
	width: 400px;
	text-align: center;
	
}

#requestPort span {

	color: #fff;
}


button.rotated{
    rotate: 180deg;
}

button.hidden{
    opacity: 0;
    pointer-events: none;
}


button.slide-button svg {
	width: 100%;

}

button.slide-button {
	width: 100px;
	padding: 0 33.33%;

}



.sliders.gray path {
fill: #ddd8d2;
}

.sliders.textgray path {
fill: #464646;
}

.sliders.green path {
fill: #b1cb36;
}

.sliders.lightgreen path {
fill: #e3edb8;
}

.sliders.red path {
fill: #e94e0e;
}


.textboxParent.gray hr {
	border-color: #ddd8d2;
}

.textboxParent.textgray hr {
	border-color: #464646;
}

.textboxParent.green hr {
	border-color: #b1cb36;
}

.textboxParent.lightgreen hr {
	border-color: #e3edb8;
}

.textboxParent.red hr {
	border-color: #e94e0e;
}


#debugger{
    position: absolute;
    z-index: 100001;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
	
		background-color:rgb(216, 74, 74);color: #fff;
	
	
}
span.klein {
	font-size: 18px;
}



strong {
	font-family: ClanBold;
}
#frame{
  height: auto;
	min-height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
    z-index: 100001;
    pointer-events: none;
}


#idleMode{
    display: block;
    z-index: 100000;
    position: absolute;
	  height: 100vh;
  width: 100vw;
	background-color: #fff;
}
#idleMode video{
    display: block;

  width: 100%;
}
.content{
  height: 100vh;
  width: 100vw;
  position: absolute;
  left: 0px;
  top: 0px;
}

#logo,
.logo{
    right: 4vw;
    position: fixed;
	width: 11%;
    top: 4vw;

}

#logo img,
.logo img{
    width: 100%;

}
body > div.content > section.page.page_NoMarkers.page_--.active > div.textboxParent.green > div.logo > img {
	display: none;
}
section.page.page_NoMarkers.page_--.active > div.textboxParent {
	
}
section.page.page_NoMarkers.page_--.active > div.textboxParent.green > div.textBox > div.icon {
 border: 0;
	     animation-name: bounce-3;
        animation-timing-function: ease-in-out;
	  animation-duration: 2s;
	
	animation-iteration-count: infinite;
	transform-origin: center;
	
}


    @keyframes bounce-3 {
        0%   { transform: scale(1); }
        15%  { transform: scale(1.3); }
     
        100% { transform: scale(1); }
    }






.page {
    position: fixed;
    opacity: 0;
    transition: opacity 0.2s;
}

.page.active{
    opacity:1;
    z-index: 100;
}
.icon img {

	width: auto;
	height: 100%;
	    border-radius: 50%;
	 outline-offset: -2px;
}
.icon{
    width: 116px;
    height: 116px;
	overflow: hidden;

    background: var(--white);
    border-radius: 50%;
    border-width: 5px;
    border-color: var(--green);
    border-style: solid;
	  outline-offset: 1px;
	box-sizing: border-box;

	
	
	position: absolute;
	margin-top:  -65px;
	margin-left: -58px;
	top: 0;
  	left: 50%;

}
section.page.active .icon {
	     animation-name: bounce-3;
        animation-timing-function: ease-in-out;
	  animation-duration: 2s;
	

	transform-origin: center;
	
}


    @keyframes bounce-3 {
        0%   { transform: scale(1); }
        15%  { transform: scale(1.3); }
     
        100% { transform: scale(1); }
    }






.sliders{
    width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	position: absolute;
	top: 40px;
}

#background{
    background: var(--lightgreen);
    width: 100%;
    height:100%;
    /*opacity: 0.5;*/
}

.foreground{
    display: block;
    position: fixed;
    left: 25px;
    right: 50px;
    bottom: 25px;
    pointer-events: none;
}


.foreGround img {

	height: 100%;
	width: auto;
}



.foreground .left{
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 33%;
	height: 43vh
}

.foreground .right{
	
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 33%;
	height: 43vh;
	text-align: center;
}


.textBoxParent{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-width: 100vw;

}


.nonomarker {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 9999;
}
.textBox{
    width: 50%;
    min-height: 60%;
    background: var(--white);
    border-radius: 0px 60px 0px 0px;
    border-width: 5px;
    border-color: var(--green);
    border-style: solid;
    /*opacity: 0.5;*/
    text-align: center;
    transition: height 1.0s;
		position: relative;
	padding-top: 70px;
}

.textBox h2{
    font-size: 2.2vw;
    margin-block: 0;
	font-weight: normal;
		    font-family: "ClanBook";
	line-height: 1;
}


.block.block-type-heading {
	margin-bottom: 0;
}
.textBox h3{
    font-size: 2.2vw;
    font-family: "ClanBold";
	font-weight: normal;
    margin-block: 0;
	line-height: 1;
	margin-bottom: 31px;
}

.textBox p{
    margin-block: 0;
    font-size: 1.4vw;
	
}


.textboxParent .textBox ul {
	   font-size: 1.4vw;
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}



.textboxParent.green .textBox ul li {
	background-image: url(img/gut.png);
	background-position: left center;
	background-size: 1.1em;
	background-repeat: no-repeat;
}

.textBox ul li {
	background-image: url(img/gut.png);
	background-position: left center;
		background-size: 0.8em;
	background-repeat: no-repeat;
}

.textboxParent.red .textBox ul li {
	background-image: url(img/ja.png);
	background-position: left center;
	background-size: 1.3em;
	background-repeat: no-repeat;
}
.textBox ul li {
	padding-left: 60px;
	margin-bottom:   1em

}

.block{
    margin-bottom: 20px;
}


.row{
    display: none;
    margin: 0px 80px 0 80px;
}

.row.active{
    display: block;
}


.cloud{
    position:fixed;
}
/*src="../assets/background.jpg"*/


.black{
    filter:invert(100%);
}




