@charset "utf-8";
@font-face {
    font-family: "robotoregular";
    
    src: url("../font/Roboto-Regular-webfont.woff");

}

body {
    zoom: 300%;
  }

.infos {
    font-family: "robotoregular", Arial, sans-serif;
    text-align: center;
    font-size: 20px;
}

.buttoncontainer {
    /*position: relative;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: lightgrey;
    border-radius: 12.5px;
    box-shadow: -0.3px -1px 1px rgba(0, 0, 0, 0.5) inset, 0.3px 1px 1px rgba(255, 255, 255, 0.8) inset, 0.3px 1px 3px rgba(0, 0, 0, 0.4);
    margin: 20% 40%;
    width: 80px;
    height: 80px;
}

.switch {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider1 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(200, 200, 200, 0);
    border-radius: 12.5px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.7) inset;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider1:before {
    position: absolute;
    content: "•";
    font-size: 35px;
    line-height: 0.73;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    text-shadow: .03em .03em .05em rgb(255, 255, 255, .50), 0 0 0 rgba(165, 165, 165, 1);
    height: 25px;
    width: 25px;
    left: 0px;
    bottom: 0px;
    border-radius: 12.5px;
    background-color: lightgrey;
    box-shadow: 0px -0.5px 1px rgba(0, 0, 0, 0.8) inset, 0px 0.5px 1px rgba(255, 255, 255, 0.8) inset, 1px 0px 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider1 {
    background: rgba(200, 200, 200, 0);
    border-radius: 12.5px;
    /*box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.7) inset;*/
}

input:focus+.slider1 {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider1:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
    color: rgba(0, 0, 0, 0);
    text-shadow: .03em .03em .05em rgb(255, 255, 255, .50), 0 0 0 rgba(0, 245, 0, 1);
    box-shadow: 0px -0.5px 1px rgba(0, 0, 0, 0.8) inset, 0px 0.5px 1px rgba(255, 255, 255, 0.8) inset, -1px 0px 1px rgba(0, 0, 0, 0.3);
}

/*deco Rainure*/

.fondbuttonExtShadow {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50px;
    height: 25px;
    background: rgba(200, 200, 200, 0);
    border-radius: 12.5px;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
}

.fondbuttonExtShine {
    width: 50px;
    height: 25px;
    background: rgba(200, 200, 200, 1);
    border-radius: 12.5px;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.rainure {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30px;
    height: 5px;
    background: rgba(0, 0, 0, 1);
    border-radius: 2.5px;
    box-shadow: 0.5px 0.5px 1px rgba(255, 255, 255, 1);
}

/*deco Texts*/

.namedivOff {
    position: absolute;
}

.namedivOn {
    position: absolute;
}

.nameOff {
    position: relative;
    right: 15px;
    bottom: 23px;
    font-size: 10px;
    font-family: "robotoregular";
    color: rgb(170, 170, 170);
    text-shadow: 0.5px 0.5px 1px rgba(255, 255, 255, 0.5);
}

.nameOn {
    position: relative;
    left: 15px;
    bottom: 23px;
    font-size: 10px;
    font-family: "robotoregular";
    color: rgb(170, 170, 170);
    text-shadow: 0.5px 0.5px 1px rgba(255, 255, 255, 0.5);
}

/*Rivets*/

.divrivet01 {
    position: absolute;
}

.rivet01 {
    position: relative;
    right: 30px;
    bottom: 30px;
    height: 8px;
    width: 8px;
    background: rgba(210, 210, 210, 1);
    padding: 0px;
    border: 10px black;
    border-radius: 10px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6) inset, 0px 0.5px 1px rgba(255, 255, 255, 1) inset;
    /*0.5px 0px 1px rgba(0, 0, 0, 0.4);*/
}

.divrivet02 {
    position: absolute;
}

.rivet02 {
    position: relative;
    left: 30px;
    bottom: 30px;
    height: 8px;
    width: 8px;
    background: rgba(210, 210, 210, 1);
    padding: 0px;
    border: 10px black;
    border-radius: 10px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6) inset, 0px 0.5px 1px rgba(255, 255, 255, 1) inset;
    /*0.5px 0px 1px rgba(0, 0, 0, 0.4);*/
}

.divrivet03 {
    position: absolute;
}

.rivet03 {
    position: relative;
    right: 30px;
    top: 30px;
    height: 8px;
    width: 8px;
    background: rgba(210, 210, 210, 1);
    padding: 0px;
    border: 10px black;
    border-radius: 10px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6) inset, 0px 0.5px 1px rgba(255, 255, 255, 1) inset;
    /*0.5px 0px 1px rgba(0, 0, 0, 0.4);*/
}

.divrivet04 {
    position: absolute;
}

.rivet04 {
    position: relative;
    left: 30px;
    top: 30px;
    height: 8px;
    width: 8px;
    background: rgba(210, 210, 210, 1);
    padding: 0px;
    border: 10px black;
    border-radius: 10px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6) inset, 0px 0.5px 1px rgba(255, 255, 255, 1) inset;
    /*0.5px 0px 1px rgba(0, 0, 0, 0.4);*/
}