main, header {
    visibility: hidden;
}

main {
    min-height: calc(100vh - 60px) !important;
}

h1,h2,h3,h4,h5,h6,p,i,span, b, strong {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#page_builder_reader {
    min-height: calc(100vh - 60px - 30px);
}

#page_builder main {
    min-height: unset;
}

video + div.pulse-play {
    position: absolute !important;
    width: 100%;
    height: 100% !important;
    top: 0;
}

 div.pulse-play i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: rgba(0,0,0,0.8);
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    cursor: pointer;
}

div.pulse-play i:after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid white;
}

div.pulse-play i:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 35px;
    border-color: transparent transparent transparent white;
    position: absolute;
    left: calc(50% + 5px);
    top: 50%;
    transform: translate(-50%, -50%);
}

div.pulse-play.pause i{
    -webkit-animation: none;
    display: none;
}

div.pulse-play.pause:hover i{
    display: block;
}

body.touch_device div.pulse-play.pause:hover i{
    display: none !important;
}

div.pulse-play.pause i:before {
    content: "\f04c";
    font-family: "FontAwesome", sans-serif;
    border: none;
    font-style: normal;
    color: white;
    left: calc(50% - 17px);
    top: calc(50% - 17px);
    transform: none;
    font-size: 40px;
}


@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(1) translate(-50%, -50%); }
    50% {-webkit-transform: scale(1.2) translate(-50%, -50%);}
    100% {-webkit-transform: scale(1) translate(-50%, -50%);}
}

.input_individuell > div {
    position: inherit;
    height: inherit;
}

.input_individuell>div:after {
    padding-top: 11px;
    font-size: 20px;
}

i.status {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;

    background: #c9de96;
    background: -moz-linear-gradient(45deg, #c9de96 0%, #8ab66b 77%);
    background: -webkit-linear-gradient(45deg, #c9de96 0%,#8ab66b 77%);
    background: linear-gradient(45deg, #c9de96 0%,#8ab66b 77%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#8ab66b',GradientType=1 );
}

i.status:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    position: absolute;
    margin-left: 2px;
    margin-top: 2px;

    background: #c9de96;
    background: -moz-linear-gradient(-45deg, #c9de96 0%, #8ab66b 77%);
    background: -webkit-linear-gradient(-45deg, #c9de96 0%,#8ab66b 77%);
    background: linear-gradient(135deg, #c9de96 0%,#8ab66b 77%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#8ab66b',GradientType=1 );
}

i.status.inactive {
    background: #a82541;
    background: -moz-linear-gradient(45deg, #a82541 0%, #8f0222 50%, #6d0019 100%);
    background: -webkit-linear-gradient(45deg, #a82541 0%,#8f0222 50%,#6d0019 100%);
    background: linear-gradient(45deg, #a82541 0%,#8f0222 50%,#6d0019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a82541', endColorstr='#6d0019',GradientType=1 );
}

i.status.inactive:before{
    background: #a82541;
    background: -moz-linear-gradient(-45deg, #a82541 0%, #8f0222 50%, #6d0019 100%);
    background: -webkit-linear-gradient(-45deg, #a82541 0%,#8f0222 50%,#6d0019 100%);
    background: linear-gradient(-45deg, #a82541 0%,#8f0222 50%,#6d0019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a82541', endColorstr='#6d0019',GradientType=1 );
}

.warnung {
    color: #6d0019;
}

legend + hr {
    padding-top: 0;
}

main + footer {
    margin-top: 30px !important;
}

form.style_2 label {
    font-size: 12px;
}

#overlay_exit_popup > div {
    overflow: hidden;
}

.icon50 + p {
    padding: 12px 0 12px 11px !important;
    vertical-align: top;
}

.icon50 + p + canvas {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .chart_row > div:first-child, .chart_row > div:nth-child(2){
        border-right: 1px solid whitesmoke;
    }
}

@media (max-width: 767px) {
    .chart_row > div:first-child, .chart_row > div:nth-child(2){
        border-bottom: 1px solid whitesmoke;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}