/* Betriebshandbuch popup modal */
.modal.betriebshandbuch_not-active {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal.betriebshandbuch_not-active .modal-content{
    width: 90%;
    max-width: 700px;
    padding: 70px 70px 40px 70px;
    text-align: center;
    margin: 15% auto;
    border: 1px solid #888;
}
@media only screen and (max-width: 767px){
    .modal.betriebshandbuch_not-active .modal-content{
        padding: 40px 20px 20px 20px;
        margin: 70px auto;
    }
}
.modal.betriebshandbuch_not-active .modal-content #closeModal{
    position: absolute;
    top: 4px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
}
.modal.betriebshandbuch_not-active .modal-content h2{
    font-weight: bold;
}
@media only screen and (min-width: 768px){
    .modal.betriebshandbuch_not-active .modal-content button{
        max-width: 231px;
        margin: 20px auto 0;
    }
}

/* Delete Alert POP UP on learning path & Learning chapter */
.modal-betriebshandbuch {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-betriebshandbuch .modal-content {
    background-color: #fefefe;
    margin: 100px auto;
    padding: 20px 20px 65px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
}
.modal-betriebshandbuch .modal-close {color:#005680;text-align: right;}
.modal-betriebshandbuch .modal-close i {color:#005680;}
.modal-betriebshandbuch .modal-text-box p {font-size: 20px;}
.modal-betriebshandbuch .modal-text-box p .b {color: #000; font-size: 20px;}
.modal-betriebshandbuch .modal-buttons{margin-top: 20px;}
.modal-betriebshandbuch .modal-buttons .btn{
	border:0;
}

@media screen and (max-width: 475px){
	.modal-betriebshandbuch .modal-buttons{
		display: flex;
		flex-direction: column;
		margin-top: 0;
	}
	.modal-betriebshandbuch .modal-buttons .btn{
		width: 100%;
		margin-left: 0 !important;
		margin-top: 20px;

	}
}

@media screen and (min-width: 851px) {
    .modal-betriebshandbuch.modal-share .modal-content .bottom_row .pull-right{
        margin-left: 4px;
    }
}
@media screen and (max-width: 850px) {
    .modal-betriebshandbuch.modal-share .modal-content .bottom_row{
        text-align: left;
    }

    .modal-betriebshandbuch.modal-share .modal-content .bottom_row .pull-right{
        float: none !important;
    }
    .modal-betriebshandbuch.modal-share .modal-content .bottom_row .btn{
        width: 280px;
        display: block;
        margin-top: 10px;
    }
}
@media screen and (max-width: 550px) {

    .modal-betriebshandbuch.modal-share .modal-content .bottom_row .btn{
        width: 100%;
    }
}

@media screen and (min-width: 680px) {
    .modal-betriebshandbuch.modal-share .modal-content{
        max-width: 90vw;
        max-height: 90vh;
        width: fit-content;
        padding: 40px;
    }
}
@media screen and (max-width: 679px){
    .modal-betriebshandbuch.modal-share .modal-content{
        margin: 0;
        max-width: unset;
        max-height: unset;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        border-radius: 0;
        border: 0;
        overflow-y: auto;
    }
    
}
