@supports (touch-action: manipulation) {
    .manipulation {
        touch-action: manipulation;
    }
}

.h3-1,
.h3-2 {
    padding-left: 20px;
    font-family: Arial;
    font-size: 14px;
    margin-top: 25px;
}

.v,
.v1 {
    font-size: 16px;
    line-height: 0;
}

.header1 {
    width: 100%;
    height: 20px;
    background-color: rgba(204, 240, 230, 1);
    @media print {
        display: none;
    }
}

.header2 {
    width: 100%;
    height: 40px;
    background-color: rgba(64, 199, 161, 1);
}

.navigation {
    width: 100%;
    height: 50px;
    overflow: hidden;
    @media print {
        display: none;
    }
}

.legal {
    float: right;
    margin-right: 5px;
}

.button {
    position: relative;
    width: 200px;
    height: 45px;
    font-family: Arial;
    border: none;
    box-shadow: none;
    outline: none;
    text-align: right;
    cursor: pointer;
    color: rgba(180, 180, 180, 1);
    margin-top: 5px;
    background-color: white;
}

.button-leiste {
    position: relative;
    width: 200px;
    height: 45px;
    font-family: Arial;
    border: none;
    box-shadow: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    color: rgba(180, 180, 180, 1);
    margin-top: 5px;
    text-indent: 5px;
    background-color: white;
    float: left;
}

.button-save {
    position: relative;
    width: 100px;
    height: 40px;
    font-family: Arial;
    box-shadow: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    color: white;
    text-indent: 5px;
    background-color: rgba(64, 199, 161, 1);
    float: right;
    border: none;
}

.button-reset {
    position: relative;
    width: 100px;
    height: 40px;
    font-family: Arial;
    box-shadow: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    color: white;
    text-indent: 5px;
    background-color: rgba(64, 199, 161, 1);
    float: right;
    border: none;
    @media print {
        display: none;
    }
}

.dropdown {
    float: right;
}

.button:hover,
.button:focus,
.button-leiste:hover,
.button-leiste:focus {
    color: rgba(64, 199, 161, 1);
}

.button-save:hover,
.button-reset:hover {
    background-color: rgba(153, 225, 205, 1);
}

.button-info {
    position: absolute;
    padding-left: 15px;
    width: 90px;
    height: 40px;
    font-family: Arial;
    box-shadow: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    color: white;
    text-indent: 5px;
    background-color: rgba(64, 199, 161, 1);
}

*.info {
    transition: 0.05s ease;
}

.extra-info {
    display: none;
    line-height: 12px;
    /* height: fit-content; */
    font-size: 12px;
    position: relative;
    top: -16px;
    left: 50px;
}

.info:hover .extra-info {
    display: block;
}

.info {
    font-size: 20px;
    padding-left: 5px;
    width: 20px;
    border-radius: 15px;
}

.info:hover {
    background-color: white;
    padding: 0 0 0 5px;
    width: 100%;
    height: 25px;
    /* text-align: left !important; */
}

#dropdown-content-1 {
    box-shadow: 0px 0px 2px 2px rgba(180, 180, 180, 0.6);
    width: 360px;
    position: absolute;
    display: none;
    margin-left: -162px;
    overflow: auto;
    overflow-x: auto;
    height: auto;
    background-color: whitesmoke;
    z-index: 1;
    outline: none;
}

#dropdown-content-1 button {
    float: left;
    display: block;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: none;
    color: rgba(150, 150, 150, 1);
    font-family: Arial;
    width: 180px;
    font-size: 16px;
    border: none;
    outline: none;
}

#dropdown-content-1 button:hover,
.active {
    background: rgba(180, 180, 180, 0.6);
    display: block;
}

#dropdown-content-2,
#dropdown-content-3 {
    box-shadow: 0px 0px 2px 2px rgba(180, 180, 180, 0.6);
    width: 180px;
    position: absolute;
    display: none;
    margin-left: -162px;
    margin-top: 40px;
    overflow: auto;
    overflow-x: auto;
    height: 600px;
    background-color: whitesmoke;
    z-index: 1;
}

#dropdown-content-2 a,
#dropdown-content-3 a {
    float: none;
    display: block;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: rgba(150, 150, 150, 1);
    font-family: Arial;
}

#dropdown-content-2 a:hover,
.active {
    background: rgba(180, 180, 180, 0.6);
    display: block;
}

#dropdown-content-3 {
    margin-left: 20px;
}

#dropdown-content-3 a {
    height: auto;
}

#dropdown-content-3 a:hover,
.active {
    background: rgba(180, 180, 180, 0.6);
    display: block;
}


/*
#dropdown-content-4 a:hover, .active  {
	background: rgba(180,180,180,0.60);
	 display: block;
}

#dropdown-content-4{
	margin-left: -340px;
}

#dropdown-content-4 a{
	height:  auto;
}
*/

.aside-Auswahl {
    width: 20%;
    float: left;
    background-color: rgba(204, 240, 230, 1);
    margin-top: 0px;
    height: 800px;
    border: 2px solid lightgrey;
    text-indent: 0px;
    visibility: visible;
    display: block;
    overflow: auto;
    overflow-x: auto;
    @media print {
        display: none;
    }
}

.Section-1 {
    width: 79%;
    float: right;
    background-color: whitesmoke;
    height: 800px;
    border: 2px solid lightgrey;
    margin-bottom: 20px;
    /*overflow: auto;*/
    @media print {
        border: none;
        background-color: white;
        width: 100%;
        height: 100%;
    }
}


/*Op-Opjekte (Bilder) im aside*/

.nurse-auswahl-1,
.nurse-auswahl-2,
.surgeon-auswahl,
.assistant-auswahl,
.table-auswahl-1,
.table-auswahl-2,
.irrigation-auswahl,
.anesthsia-auswahl,
.neuro-auswahl,
.monitor1-auswahl,
.monitor2-auswahl,
.navi-auswahl,
.surg-view-auswahl,
.assis-view-auswahl,
.OP-Arm-Surgeon,
.c-arm1-auswahl,
.c-arm2-auswahl,
.c-arm3-auswahl,
.c-arm4-auswahl,
.OP-Arm-Surgeon2 {
    height: 80px;
    width: 80px;
    margin-left: 40px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.nurse-auswahl-2 {
    height: 60px;
}

.table-auswahl-1,
.table-auswahl-2,
.irrigation-auswahl,
.anesthsia-auswahl,
.neuro-auswahl,
.monitor1-auswahl,
.monitor2-auswahl,
.navi-auswahl,
.surg-view-auswahl,
.assis-view-auswahl,
.c-arm1-auswahl {
    width: 100px;
    height: 60px;
    margin-left: 40px;
}

.OP-Arm-Surgeon {
    height: 200px;
    width: 100px;
    margin-left: 80px;
}

.OP-Arm-Surgeon2 {
    height: 225px;
    width: 145px;
    margin-left: 150px;
    margin-top: -205px;
}

.c-arm1-auswahl {
    height: 120px;
    width: 60px;
    margin-left: 20px;
}

.c-arm2-auswahl {
    height: 200px;
    width: 70px;
}

.c-arm3-auswahl {
    height: 50px;
    margin-left: 20px;
}

.c-arm4-auswahl {
    margin-left: 20px;
}

.monitor2-auswahl {
    width: 150px;
    height: 60px;
    margin-left: 30px;
    margin-bottom: 5px;
}


/*Bilder im section*/

.nurse-1,
.nurse-2,
.surgeon-1,
.assistant-1,
.nurse-1-2,
.nurse-2-2 {
    position: absolute;
}

.table-1,
.table-2,
.irrigation,
.anesthesia,
.neuro,
.monitor1,
.monitor2,
.navi,
.surg-view,
.assis-view {
    position: absolute;
}

.table-1,
.table-2,
.irrigation,
.anesthesia,
.neuro {
    background-color: whitesmoke;
    z-index: 1;
}

#patient-1 {
    position: absolute;
    margin-top: 300px;
    margin-left: 20%;
}

.patient-1-auswahl,
.patient-2-auswahl {
    width: 140px;
    margin-left: 15px;
    margin-top: 10px;
}


/*CSS/ */

.schliessen-create,
.schliessen1-create,
.schliessen3-create,
.schliessen4-create,
.schliessen5-create,
.schliessen6-create,
.schliessen7,
.schliessen2-create,
.schliessen9,
.schliessen8-create,
.schliessen10-create,
.schliessen11-create,
.schliessen12,
.schliessen6-2,
.schliessen6-3-create,
.schliessen6-4 {
    width: 10px;
    height: 10px;
    position: absolute;
    float: left;
    margin-left: 120px;
    margin-top: -10px;
    @media print {
        display: none;
    }
}

.schliessen1-create {
    margin-top: -10px;
    margin-left: 50px;
    transform: rotate(70deg);
}

.schliessen2-create {
    margin-right: 105px;
    margin-left: 0px;
}

.schliessen3-create {
    margin-left: 195px;
    margin-top: 20px;
}

.schliessen4-create {
    margin-left: 145px;
    margin-top: 70px;
}

.schliessen5-create {
    margin-left: 160px;
    margin-top: 70px;
}

.schliessen6-create {
    margin-left: 220px;
    margin-top: -30px;
}

.schliessen6-2 {
    left: 70px;
    top: 40px;
}

.schliessen6-3-create {
    top: -10px;
    left: 160px;
}

.schliessen6-4 {
    top: -10px;
    left: 80px;
}

.schliessen7 {
    margin-left: 25px;
    margin-top: 2px;
}

.schliessen8-create {
    margin-top: 145px;
    margin-left: 70px;
}

.schliessen10-create {
    margin-left: 150px;
    margin-top: 20px;
}

.schliessen11-create {
    margin-top: 75px;
    margin-left: 210px;
}

.schliessen12 {
    margin-top: 2px;
    margin-left: 30px;
}


/*CSS/Positionierung von drehzeichen*/

.ui-rotatable-handle {
    height: 16px;
    width: 16px;
    cursor: pointer;
    background-image: url(rotate.png);
    background-size: 100%;
    bottom: 2px;
    float: right;
    @media print {
        display: none;
    }
}

.target1-1-create+.ui-rotatable-handle {
    margin-top: -12px;
    margin-right: 85px;
}

#target1-1-2+.ui-rotatable-handle {
    margin-top: -12px;
    margin-right: 85px;
}

.target2-1-create+.ui-rotatable-handle {
    margin-top: -10px;
    margin-right: 40px;
}

#target2-1-2+.ui-rotatable-handle {
    margin-top: -13px;
    margin-right: 40px;
}

.target3-1-create+.ui-rotatable-handle {
    margin-top: 5px;
    margin-right: 160px;
}

#target3-3+.ui-rotatable-handle {
    margin-top: 5px;
    margin-right: 125px;
}

.target4-1-create+.ui-rotatable-handle {
    margin-top: 140px;
    margin-right: 50px;
}

#target4-3+.ui-rotatable-handle {
    margin-top: 140px;
    margin-right: 50px;
}

.target5-1-create+.ui-rotatable-handle {
    margin-top: 0px;
    margin-right: -20px;
}

.target6-1-create+.ui-rotatable-handle {
    margin-top: 0px;
    margin-right: -20px;
}

.target7-1-create+.ui-rotatable-handle {
    margin-top: 0px;
    margin-right: -40px;
}

.target8-1-create+.ui-rotatable-handle {
    margin-top: 0px;
    margin-right: -20px;
}

.target9-1-create+.ui-rotatable-handle {
    margin-top: 0px;
    margin-right: -20px;
}

.target10-1-create+.ui-rotatable-handle {
    margin-top: 50px;
    margin-right: -10px;
}

.target11-1-create+.ui-rotatable-handle {
    margin-top: 50px;
    margin-right: -15px;
}

.target12-1-create+.ui-rotatable-handle {
    margin-top: 50px;
    margin-right: -15px;
}

.target13-1-create+.ui-rotatable-handle {
    margin-right: -20px;
    margin-top: -30px;
}

#target13-2+.ui-rotatable-handle {
    margin-right: 50px;
    margin-top: -24px;
}

.target14-1-create+.ui-rotatable-handle {
    margin-right: -10px;
    margin-top: -30px;
}

#target20+.ui-rotatable-handle {
    margin-top: 0px;
    margin-right: 40px;
    height: 10px;
    width: 10px;
    background-image: url(rotate2.png);
}

#target21+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: 70px;
    margin-right: -10px;
    background-image: url(rotate2.png);
}

#target21-vorlage12+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: 50px;
    margin-right: -20px;
    background-image: url(rotate2.png);
}

#target21-vorlage13+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: 50px;
    margin-right: -20px;
    background-image: url(rotate2.png);
}

#target21-vorlage1-usa+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: 52px;
    margin-left: -18px;
    background-image: url(rotate2.png);
}

#target22+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -20px;
    margin-right: -20px;
    background-image: url(rotate2.png);
}

#target22-vorlage10+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -30px;
    margin-right: 20px;
    background-image: url(rotate2.png);
}

#target22-vorlage11+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -30px;
    margin-right: 20px;
    background-image: url(rotate2.png);
}

#target22-vorlage12+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -30px;
    margin-right: 20px;
    background-image: url(rotate2.png);
}

#target22-vorlage13+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -30px;
    margin-right: 20px;
    background-image: url(rotate2.png);
}

#target22-vorlage14+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -60px;
    margin-right: -40px;
    background-image: url(rotate2.png);
}

#target22-vorlage15+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -60px;
    margin-right: -40px;
    background-image: url(rotate2.png);
}

#target22-vorlage16+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -60px;
    margin-right: -40px;
    background-image: url(rotate2.png);
}

#target22-vorlage17+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -60px;
    margin-right: -40px;
    background-image: url(rotate2.png);
}

#target22-vorlage1-usa+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -60px;
    margin-right: -40px;
    background-image: url(rotate2.png);
}

#target22-vorlage2-usa+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -60px;
    margin-right: -40px;
    background-image: url(rotate2.png);
}

#target22-vorlage3-usa+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -60px;
    margin-right: -40px;
    background-image: url(rotate2.png);
}

#target22-vorlage17-usa+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -60px;
    margin-right: -50px;
    background-image: url(rotate2.png);
}

#target22-vorlage20-usa+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -55px;
    margin-right: -40px;
    background-image: url(rotate2.png);
}

#target16+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: 40px;
    margin-left: 15px;
    background-image: url(rotate2.png);
}

#target17+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: 40px;
    margin-right: -10px;
    background-image: url(rotate2.png);
}

#target18+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: 10px;
    margin-right: -15px;
    background-image: url(rotate2.png);
}

#target19+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: 10px;
    margin-right: -200px;
    background-image: url(rotate2.png);
}

#target19-2+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: 50px;
    margin-right: -10px;
    background-image: url(rotate2.png);
}

#target23+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    background-image: url(rotate2.png);
}

#target23-vorlage9+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    background-image: url(rotate2.png);
    margin-top: -55px;
    margin-right: 35px;
}

#target23-vorlage10+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    background-image: url(rotate2.png);
    margin-top: -50px;
    margin-right: 0.1px;
}

#target23-vorlage11+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    background-image: url(rotate2.png);
    margin-top: -50px;
    margin-right: 0.1px;
}

#target23-vorlage12+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    background-image: url(rotate2.png);
    margin-top: -50px;
    margin-right: 0.1px;
}

#target23-vorlage13+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    background-image: url(rotate2.png);
    margin-top: -50px;
    margin-right: 0.1px;
}

#target23-vorlage14+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    background-image: url(rotate2.png);
    margin-top: -50px;
    margin-right: -3px;
}

#target23-vorlage15+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    background-image: url(rotate2.png);
    margin-top: -50px;
    margin-right: -3px;
}

#target23-vorlage16+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -30px;
    margin-left: -10px;
    background-image: url(rotate2.png);
}

#target23-vorlage1-usa+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -30px;
    margin-left: -10px;
    background-image: url(rotate2.png);
}

#target23-vorlage2-usa+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -30px;
    margin-left: -10px;
    background-image: url(rotate2.png);
}

#target23-vorlage3-usa+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -30px;
    margin-left: -10px;
    background-image: url(rotate2.png);
}

#target23-vorlage17-usa+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -60px;
    margin-right: 20px;
    background-image: url(rotate2.png);
}

#target23-vorlage20-usa+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -20px;
    margin-right: 5px;
    background-image: url(rotate2.png);
}

#target23-vorlage21-usa+.ui-rotatable-handle {
    width: 10px;
    height: 10px;
    margin-top: -25px;
    margin-right: 30px;
    background-image: url(rotate2.png);
}