
#Link_Archiv_AlteZeichnungSchicken{
    color: grey;
    font-size: 14px;
}

#Rahmen_Mail_Nichts_Gefunden{
    margin-top: 20px;
    margin-bottom: 200px;
    text-align: center;
}

#Button_Mail_Nichts_Gefunden {
    float: none;
    display: inline-block;
}

/* #############################################################################################################*/
/* ###################################### Responsives Design ###################################################*/
/* #############################################################################################################*/

@media screen and (max-width: 1024px) {
    .btn_Systemauswahl {width: calc(100% - 60px) !important; margin-top: 5px !important;}
}

@media screen and (max-width: 768px) {
    .sel_angepasst { width: calc(50% - 20px) !important; }
    .pill_einfachmodus { width: calc(50% - 18px) !important; }
}

@media screen and (max-width: 480px) {
    .sel_angepasst { width: calc(100% - 20px) !important; }
    .pill_einfachmodus { width: 100% !important;}
    .Icon_Ansicht_Wechseln { display: none !important;}
    .btn_Show_More{margin-right:0px!important}
}

/* ################################################################################################*/
/* ###################### Fenster Systemauswahl (Filtermodus mit Selects) #########################*/
/* ################################################################################################*/

#Erweiterte_Systemauswahl{
    width: 100%;
    float: left;
}

#Erweiterte_Systemauswahl_Links {
    width: 100%;
    float: left;
	margin: 10px 10px -5px 10px;
}

/* ###################### Systemauswahl Block Selects #########################*/
.Block_Selects {
    float: left;
    padding: 5px 10px 0px 10px;
    width: 100%;
    background-color: #efefef;
    margin-bottom: 20px;
}

.sel_angepasst {
    width: calc(25% - 20px);
    float: left;
    margin: 10px;
}

.sel_opt_angepasst {
    max-height: 360px;
}

.opt_mit_Bild_Text {
    padding: 20px;
    border-top: 1px solid #ebebeb;
    width: calc(100% - 70px);
    float: left;
    height: 60px;
}

.opt_mit_Bild_Bild {
    width: 70px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    padding: 7px;
    background-color: white;
    border-top: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opt_mit_Bild_Bild img {
    max-width: 100%;
    max-height: 100%;
}

#icon_Alle_Selects_Anzeigen {
    font-size: 33px;
    color: darkgrey;
    float: right;
    margin-top: -15px;
}
    
.btn_Systemauswahl{
    float: left;
    margin-right: 25px;
    margin-left: 0px;
    margin-top: 5px;
}

#Rahmen_Schalter_Toggle {
    margin: 10px 10px -15px 10px;
    width: 100%;
    float: left;
}

.pill_einfachmodus {
    width: unset !important;
    margin-right: 18px;
}

.systemauswahl_erweitert {
    display: none;
}

.prof_anzahl{
    display: none;
}

/* ###################### Ergebnisanzeige 1. Zeile (Trefferanzahl und Icon Umschaltung #########################*/
.Rahmen_Icon_Ansicht_Wechseln {
    width: 100%;
    height: 30px;
    float: left;
}

.Icon_Ansicht_Wechseln {
    float: right;
    font-size: 30px !important;
    color: darkgrey;
}

.Label_Anzahl_Treffer {
    float: left;
    font-size: 15px;
    color: darkgrey;
    margin-top: 7px;
}

/* ###################### Ergebnisanzeige Schaltplan-Kacheln #########################*/

#Block_Ergebnisse_Systemauswahl {
    float: left;
    width: 100%;
    padding: 3px;
}

#Systemauswahl_Label_Nichts_Gefunden {
    margin-top: 30px;
    text-align: center;
}

.btn_Show_More {
    margin: 20px;
    display: none;
}

/* #iframeContainer{
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
} */

#iframe {
    display: block;
    background: #000;
    border: none;
    height: 100vh;
    width: 100%;
}

/* ################################################################################################*/
/* ###################################### Fenster Schaltplanarchiv ################################*/
/* ################################################################################################*/

#Block_Ergebnisse_Schaltplanarchiv {
    float: left;
    width: 100%;
    padding: 3px;
}

/*#################################################################################################*/
/*######################################## Anzeige Dokumente ######################################*/
/*#################################################################################################*/

.schaltplan_dokumente_kachel {
    margin-right: 40px;
    animation: 0.5s fadeIn;
    float: left;
    position: relative;
    max-width: 50%;
    min-height: 350px;
    cursor: pointer;
}

.schaltplan_dokumente_thumbnail_rahmen {
    width: fit-content;
    overflow: hidden;
    height: 275px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%), 0 0 27px 0 rgb(0 0 0 / 12%);
}

.schaltplan_dokumente_thumbnail {
    max-width: 100%;
    max-height: 100%;
}

.schaltplan_dokumente_label {
    max-width: 210px;
    font-size: 16px;
    margin-top: 15px;
}

/*#################################################################################################*/
/*########################################### Planung VCE #########################################*/
/*#################################################################################################*/

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    float: left;
    margin-right: 15px;
}

.dropzone_kachel {
	margin: 10px;
    height: 300px;
    width: calc(33.333% - 20px);
    float: left;
    text-align: center;
    font-size: 80px;
    color: darkgrey;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 25px 5px 5px 5px;
}

.dropzone_kachel_thumbnail {
	max-width: 100%;
    max-height: 100%;
    padding: 3px;
}

.dropzone_kachel_icon_cancel{
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 11px;
    color:darkgrey;
}

.dropzone_dragging {
    border: 3px solid #BA0C2F;
    background-color: whitesmoke;
}

/*#########################################################################################*/
/*################################### Projektverwaltung ###################################*/
/*#########################################################################################*/

/*Checkboxen Links*/
#label_Druck_chk_1 {display: inline-block}		/*Deckblatt*/
#label_Druck_chk_2 {display: inline-block}		/*Schaltplan*/
#label_Druck_chk_3 {display: inline-block}		/*Kabelliste*/	
#label_Druck_chk_4 {display: none}
#label_Druck_chk_5 {display: none}
#label_Druck_chk_6 {display: none}
#label_Druck_chk_7 {display: none}
#label_Druck_chk_8 {display: none}

/*Checkboxen Rechts*/
#label_Druck_chk_9 {display: inline-block}		/*Reglereinstellungen*/
#label_Druck_chk_10 {display: inline-block}	    /*Maßzeichnungen*/
#label_Druck_chk_11 {display: inline-block}     /*Artikeldetails*/
#label_Druck_chk_12 {display: none}
#label_Druck_chk_13 {display: none}
#label_Druck_chk_14 {display: none}
#label_Druck_chk_15 {display: none}
#label_Druck_chk_16 {display: none}

#Projekt_Headline_Preisoptionen {display:none;}
#EingabePreisoptionen {display:none;}