/*
Theme Name: Mediatouch
Theme URI: https://www.mediatouch.digital
Author: Mediatouch GmbH
Author URI: https://www.mediatouch.digital
Version: 2.0
*/

.totop{
    opacity: 1;
    position: absolute;
    right: 60px;
    top: 0;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    outline: none!important;
    background: #5a5a5a !important;
    z-index: 29;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 transparent;
    transform: rotate(-90deg);
}
.totop span {
    position: absolute;
    top: 50%;
    right: 24px;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
    border-top: 3px solid hsla(0, 0.0%, 88.0%, .5);
    border-right: 3px solid hsla(0, 0.0%, 88.0%, .5);
    transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 64em){
	.totop{ display:none; }
    [data-video]{
        margin-top:30px;
    }
}



@media print {

    section,
    section div{
        /* margin:0 !important; */
        /* padding:0 !important; */
        margin:0 !important;
        padding:0 !important;

        animation: none !important;
        display: block !important;
        visibility: visible !important;
        width: 100% !important;
        font-size: 18px !important;
    }
    header,
    #hero,
    footer,
    img{
        display:none !important;
    }
    .h1,.h2,.h3,.h4{
        margin-top:30px !important;
        margin-bottom:20px !important;
    }

  }
  .print-icon{
    position: fixed;
    right: 30px;
    bottom: 30px;
    /* margin-top: -30px; */
    width: 60px;
    height: 60px;
    outline: none!important;
    background: #5a5a5a !important;
    z-index: 29;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 transparent;
    color:#e0e0e0;
    font-size:25px;
  }


.table-style .theader{
    background:#dcdcdc;
    border-bottom:2px solid #b4b4b4;
    color:#000000;
    font-weight:bold
}
.table-style .trow .grid-x{
    border-bottom:1px solid #c2c2c2;
}
.table-style .trow a{
    color:#000000;
}
.table-style .trow a:hover{
    color:#a7672c!important;
}
