@font-face {
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-style: normal;
	font-weight: 400;
	/*fallback: Tahoma, sans-serif;*/
	font-display : swap;
	src:
		local('OpenSans'),
		local('OpenSans-Regular'),
		url('/fileadmin/templatefiles/fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans Bold', Tahoma, sans-serif;
	font-style: normal;
	font-weight: 800;
	/*fallback: Tahoma, sans-serif;*/
	font-display : swap;
	src:
		local('OpenSans Bold'),
		local('OpenSans-Bold'),
		url('/fileadmin/templatefiles/fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
}

.tx-cn-myholmer {
    float: left;
    clear: both;
    width: 100%;
}

.tx-cn-myholmer .apdaten,
.tx-cn-myholmer .meine_maschinen {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 30px;
}

#containerMaschinenliste, #loadingMaschinenliste {
    margin-top: 30px;
}

#loadingMaschinenliste {
    text-align: center;
}

#containerMaschinenliste .meine_maschinen {
    margin-top: 0;
}

.tx-cn-myholmer .meine_maschinen .container_kunde {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 20px;
}

.tx-cn-myholmer .meine_maschinen .container_kunde:first-of-type {
    margin-top: 0;
}

.tx-cn-myholmer .meine_maschinen .container_maschine {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 40px;
}

.tx-cn-myholmer .meine_maschinen .container_maschine:first-of-type {
    margin-top: 0;
}

.tx-cn-myholmer .meine_maschinen .container_maschine > div {
    float: left;
    width: 25%;
}

.tx-cn-myholmer .meine_maschinen .container_maschine > div > div {
    padding: 10px;
}

.tx-cn-myholmer .meine_maschinen .container_maschine > div > .maschine_row_1 {
    background: #f0f0f0;
}

.tx-cn-myholmer .meine_maschinen .container_maschine > div > .maschine_artikelnr {
    font-family: 'Open Sans Bold', arial, sans-serif;
}

.tx-cn-myholmer .meine_maschinen .container_maschine > div > .maschine_artikelnr .maschine_baujahr {
    font-family: 'Open Sans', arial, sans-serif;
}

.tx-cn-myholmer .meine_maschinen .container_maschine > div > .maschine_artikelnr,
.tx-cn-myholmer .meine_maschinen .container_maschine > div > .maschine_konfiguration_title,
.tx-cn-myholmer .meine_maschinen .container_maschine > div > .maschine_betriebsanleitungen_title,
.tx-cn-myholmer .meine_maschinen .container_maschine > div > .maschine_besitzer_title {
    height: 40px;
}

.tx-cn-myholmer .meine_maschinen .container_maschine > div > .maschine_artikelnr .artikelnr_baujahr {
    float: left;
}

.tx-cn-myholmer .meine_maschinen .container_maschine > div img.img-easyhelp {
    float: right;
    max-height: 40px;
    width: auto;
}

.tx-cn-myholmer a.ersatzteil-shop {
    content: '';
    background: url(../Images/link.svg) left 2px no-repeat;
    background-size: 14px;
    padding: 0 0 0 20px;
    margin-top: 5px;
    display: block;
}

.tx-cn-myholmer .toggle-bedienungsanleitungen-additional {
    cursor: pointer;
}

.tx-cn-myholmer .toggle-bedienungsanleitungen-additional::after {
    position: relative;
    content: '\21F3';
    font-size: 24px;
    left: 10px;
    top: 5px;
}

.tx-cn-myholmer .bedienungsanleitungen-additional {
    /*max-height: 0;*/
    overflow: hidden;
    /*display: none;*/
    height: 0;
    transition: all 0.5s ease;
}

.tx-cn-myholmer .bedienungsanleitungen-additional.active {
    /*max-height: 800px;*/
    /*display: block;*/
}

.tx-cn-myholmer a.bedienungsanleitung,
.tx-cn-myholmer a.konfigurationsdatei {
    content: '';
    background: url(../Images/pdf.svg) left top no-repeat;
    background-size: auto 20px;
    padding: 0px 0 0 20px;
    margin-top: 5px;
    display: block;
    min-height: 20px;
}

.tx-cn-myholmer .meine_maschinen .container_maschine > div > .maschine_betriebsanleitungen_daten > p > a:first-child {
    margin-top: 0;
}

.tx-cn-myholmer .block_daten_aktuell,
.tx-cn-myholmer .block_daten_zeitraum,
.tx-cn-myholmer .block_daten_zeitraum .auswahl_zeiten {
    float: left;
    /*clear: both;*/
    width: 48%;
}

.tx-cn-myholmer .block_daten_zeitraum .auswahl_zeiten .datum_von,
.tx-cn-myholmer .block_daten_zeitraum .auswahl_zeiten .datum_bis {
    float: left;
    width: 48.5%;
}

.tx-cn-myholmer .block_daten_zeitraum .auswahl_zeiten .datum_bis {
    float: right;
}

.tx-cn-myholmer .block_daten_zeitraum .auswahl_zeiten .datum_von input,
.tx-cn-myholmer .block_daten_zeitraum .auswahl_zeiten .datum_bis input {
    width: 96%;
    border: 0;
	padding: 15px 2%;
	background: rgba(0,0,0,0.1);
	font-family: inherit;
	font-size: inherit;
    font-weight: inherit;
}

.tx-cn-myholmer .block_daten_zeitraum .auswahl_zeiten .btn_zeiten {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 10px;
}

.tx-cn-myholmer .block_daten_zeitraum .auswahl_zeiten .btn_zeiten button,
.tx-cn-myholmer .block_daten_zeitraum .auswahl_zeiten .btn_zeiten .btn_back {
    padding: 15px 50px;
    background: #DA001C;
    float: right;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-family: 'Open Sans Bold';
    border: 0;
    font-size: 15px;
    cursor: pointer;
    color: #FFFFFF;
}

.tx-cn-myholmer .block_daten_zeitraum .auswahl_zeiten .btn_zeiten .btn_back {
    float: left;
    background: #e5e5e5;
    color: #505050;
}

.tx-cn-myholmer .block_daten_zeitraum .loadingicon {
    text-align: center;
    float: left;
    clear: both;
    width: 100%;
    margin-top: 30px;
}

.tx-cn-myholmer .block_daten_zeitraum #datenZeitraum {
    width: 48%;
    float: right;
}

.tx-cn-myholmer .block_daten_zeitraum #datenMaschineZeit {
    width: 100%;
    /*float: left;*/
    /*clear: both;*/
    /*margin-top: 30px;*/
}

.tx-cn-myholmer .block_daten_zeitraum #datenMaschineZeit .maschinendaten_row {
    width: 96%;
    float: left;
    clear: both;
    padding: 10px 2%;
}

.tx-cn-myholmer .block_daten_zeitraum #datenMaschineZeit .maschinendaten_row:nth-child(even) {
    background: #e5e5e5;
}

.tx-cn-myholmer .block_daten_zeitraum #datenMaschineZeit .maschinendaten_param {
    float: left;
}

.tx-cn-myholmer .block_daten_zeitraum #datenMaschineZeit .maschinendaten_value {
    float: right;
}

.tx-cn-myholmer #blockWeitereMaschinen {
    /*clear: both;*/
}

.tx-felogin-pi1 #linkRegistrierung {
    cursor: pointer;
}

/* ----------------------- Registrierungsformular ----------------------- */

.form_registrierung {
    float: left;
    clear: both;
    width: 100%;
}

.form_registrierung fieldset {
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
    margin: 30px 0 0 0;
    border: 0;
}

.form_registrierung fieldset legend {
    display: none;
}

.form_registrierung fieldset > div {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 10px;
}

.form_registrierung fieldset > .pw-forgot,
.form_registrierung fieldset > .submit {
    clear: none;
    width: 50%;
}

.form_registrierung fieldset > .pw-forgot {
    padding-top: 15px;
}

.form_registrierung fieldset > div > label {
    float: left;
    width: 30%;
    padding-top: 15px;
}

.form_registrierung fieldset > div > input,
.form_registrierung fieldset > div > textarea,
.form_registrierung fieldset > div > select {
    float: right;
    width: 66%;
    border: 0;
    padding: 15px 2%;
    background: rgba(0,0,0,0.3);
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #FFFFFF;
}

.form_registrierung fieldset > div > select {
    width: 70%;
    font-family: 'Open Sans Bold', arial, sans-serif;
}

.form_registrierung fieldset > div > .show_username {
    float: right;
    width: 66%;
    padding: 15px 2%;
    background: rgba(0,0,0,0.3);
}

.form_registrierung fieldset > div > input[type="submit"] {
    width: auto;
    padding: 15px 50px;
    background: rgba(0,0,0,0.3);
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-family: 'Open Sans Bold';
}

.form_registrierung fieldset > div > input[type="submit"]:hover {
    background: #FFFFFF;
    color: #DA001C;
}

.form_registrierung label.error_validate {
    width: 60%;
    color: #f00;
}

.form_registrierung input.error_validate,
.form_registrierung select.error_validate {
    background: rgba(255,0,0,0.5);
}

/* ----------------------- Registrierungsformular ----------------------- */

/* ----------------------- Meine Maschine ----------------------- */

.tx-cn-myholmer #tabsDetail {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    border-bottom: 1px solid #505050;
}

.tx-cn-myholmer #tabsDetail li {
    display: inline-block;
    margin: 0;
    padding: 5px 25px;
    cursor: pointer;
    border-left: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}

.tx-cn-myholmer #tabsDetail li.active {
    border-left: 1px solid #DA001C;
    border-top: 1px solid #DA001C;
    border-right: 1px solid #DA001C;
    background: #DA001c;
    color: white;
}

.tx-cn-myholmer .tabcontent {
    /*display: none;*/
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

.tx-cn-myholmer .tabcontent.active {
    /*display: block;*/
    opacity: 1;
    width: 100%;
    height: auto;
}

.tx-cn-myholmer .block_daten_zeitraum {
    float: left;
    width: 100%;
}

.tx-cn-myholmer #datenMaschineLive {
    /*float: right;*/
    width: 100%;
}

.tx-cn-myholmer #datenMaschineLive .refresh-daten {
    float: left;
    width: 48%;
}

.tx-cn-myholmer #datenMaschineZeit > div,
.tx-cn-myholmer #datenMaschineLive .refresh-daten > div {
    width: 90%;
    margin: 5px 0;
    padding: 20px 5%;
    background: #f1f1f1;
    float: left;
    clear: both;
    position: relative;
}

.tx-cn-myholmer #datenMaschineZeit > div.halfcol,
.tx-cn-myholmer #datenMaschineLive .refresh-daten > div.halfcol {
    width: 29%;
    margin: 5px 0;
    padding: 20px 5% 20px 15%;
    clear: none;
}

.tx-cn-myholmer #datenMaschineZeit > div.halfcol:nth-child(even),
.tx-cn-myholmer #datenMaschineLive .refresh-daten > div.halfcol:nth-child(even) {
    float: right;
}

.tx-cn-myholmer #datenMaschineZeit div.container_maschinendaten,
.tx-cn-myholmer #datenMaschineZeit .refresh-daten div.container_maschinendaten {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
}

.tx-cn-myholmer #datenMaschineZeit div.container_maschinendaten div.maschinendaten_item,
.tx-cn-myholmer #datenMaschineZeit .refresh-daten div.container_maschinendaten div.maschinendaten_item {
    width: 39%;
    margin-bottom: 10px;
    padding: 20px 5% 20px 5%;
    background: #f1f1f1;
}

.tx-cn-myholmer #datenMaschineZeit div.container_maschinendaten div.maschinendaten_item div.maschine_icon,
.tx-cn-myholmer #datenMaschineZeit .refresh-daten div.container_maschinendaten div.maschinendaten_item div.maschine_icon {
    left: unset;
    top: unset;
    margin-top: 0;
    width: 10%;
}

.tx-cn-myholmer #datenMaschineZeit div.container_maschinendaten div.maschinendaten_item div.maschine_daten,
.tx-cn-myholmer #datenMaschineZeit .refresh-daten div.container_maschinendaten div.maschinendaten_item div.maschine_daten {
    float: none;
    width: 80%;
    margin: 0 0 10px 20%;
}

.tx-cn-myholmer #datenMaschineZeit div.container_maschinendaten div.maschinendaten_item div.maschine_label,
.tx-cn-myholmer #datenMaschineZeit .refresh-daten div.container_maschinendaten div.maschinendaten_item div.maschine_label {
    float: none;
    clear: none;
    width: 80%;
    margin-left: 20%;
}

.tx-cn-myholmer #datenMaschineLive .standort_grafik {
    width: 48%;
    padding: 0;
    background: none;
    /* text-align: center; */
    margin-bottom: 20px;
    margin-top: 0;
    float: left;
    margin-right: 2%;
}

.tx-cn-myholmer #datenMaschineLive .standort_grafik .maschine_icon {
    width: 100%;
    padding: 50px 0;
    background: #ddd;
    float: left;
    clear: both;
    position: static;
    margin: 0 0 10px 0;
    text-align: center;
}

/* .tx-cn-myholmer #datenMaschineLive .maschine_position {
    border-bottom: 1px solid #505050;
    padding-bottom: 10px;
    padding-top: 0;
    background: none;
} */

.tx-cn-myholmer #datenMaschineLive .refresh-daten .maschine_status {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #505050;
    color: #FFFFFF;
    margin-top: 0;
}

.tx-cn-myholmer #datenMaschineLive .refresh-daten .maschine_status.status_online,
.tx-cn-myholmer #datenMaschineLive .refresh-daten .maschine_status.status_1 {
    background: #97c509;
}


.tx-cn-myholmer #datenMaschineLive .maschine_entladeband,
.tx-cn-myholmer #datenMaschineLive .maschine_strasse,
.tx-cn-myholmer #datenMaschineLive .maschine_roder,
.tx-cn-myholmer #datenMaschineLive .maschine_reinigung,
.tx-cn-myholmer #datenMaschineLive .maschine_motor {
    display: none;
}

.tx-cn-myholmer #datenMaschineZeit > div .maschine_icon,
.tx-cn-myholmer #datenMaschineLive .refresh-daten > div .maschine_icon {
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -20px;
}

.tx-cn-myholmer #datenMaschineZeit > div .maschine_icon img,
.tx-cn-myholmer #datenMaschineLive .refresh-daten > div .maschine_icon img {
    width: 40px;
    height: auto;
}

.tx-cn-myholmer #datenMaschineZeit > div.halfcol .maschine_icon,
.tx-cn-myholmer #datenMaschineLive .refresh-daten > div.halfcol .maschine_icon {
    left: 10%;
}

.tx-cn-myholmer #datenMaschineZeit > div .maschine_daten,
.tx-cn-myholmer #datenMaschineLive .refresh-daten > div .maschine_daten {
    float: left;
    width: 100%;
    font-size: 20px;
    margin: 0 0 10px 0;
    text-align: center;
    font-family: 'Open Sans Bold';
}

.tx-cn-myholmer #datenMaschineLive .maschine_bild img {
    max-width: 100%;
    height: auto;
}

.tx-cn-myholmer #datenMaschineLive .maschine_bild .maschine_statusbild {
    max-width: 90%;
    height: auto;
    position: absolute;
}

.tx-cn-myholmer #datenMaschineLive .maschine_bild .prozent-bunker {
    position: absolute;
    left: 41%;
    top: 35%;
    color: #fff;
    text-shadow: 1px 1px #000;
}

.tx-cn-myholmer #datenMaschineZeit > div .maschine_label,
.tx-cn-myholmer #datenMaschineLive .refresh-daten > div .maschine_label {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}

.tx-cn-myholmer #auswahlDatum .ui-datepicker {
    width: 100%;
    padding: 0;
    border: 0;
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
}

.tx-cn-myholmer #auswahlDatum .ui-datepicker table tr:nth-child(odd) {
    background: none;
}

.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-datepicker-header {
    background: #DA001C;
    color: #FFFFFF;
    border: 0;
    border-radius: 0;
    font-weight: inherit;
    font-family: 'Open Sans Bold';
}

.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-widget-header .ui-icon {
    background: url(../Icons/arrow_white.svg) center center no-repeat;
    background-size: 10px auto;
    transition: all 0.5s ease;
    cursor: pointer;
}

.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon {
    transform: rotate(180deg);
}

.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-widget-header .ui-datepicker-prev {
    top: 2px;
    left: 0;
}

.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-widget-header .ui-datepicker-next {
    top: 2px;
    right: 0;
}

.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-state-default,
.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-widget-content .ui-state-default,
.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-widget-header .ui-state-default,
.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-button,
html .tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-button.ui-state-disabled:hover,
html .tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-button.ui-state-disabled:active {
    background: #f1f1f1;
    color: inherit;
    border: 0;
    text-align: center;
    padding: 5px 2%;
}

.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-state-hover,
.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-widget-content .ui-state-hover,
.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-widget-header .ui-state-hover,
.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-state-focus,
.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-widget-content .ui-state-focus,
.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-widget-header .ui-state-focus,
.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-button:hover,
.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-button:focus {
    background: none;
    color: inherit;
   border: 0;
}

.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-state-active,
.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-widget-content .ui-state-active,
.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-widget-header .ui-state-active {
    background: #DA001C;
    color: #FFFFFF;
}

/*.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-state-highlight,*/
.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-widget-content .ui-state-highlight,
.tx-cn-myholmer #auswahlDatum .ui-datepicker .ui-widget-header .ui-state-highlight {
    background: #ddd;
}

/*.tx-cn-myholmer #auswahlDatum .ui-datepicker-today {*/
/*    background: #00F;*/
/*}*/

#auswahlDatum .maschine_online a {
    background-color: #5FBA7D !important;
    color: #ffffff !important;
}

#auswahlDatum .maschine_online a.ui-state-active {
    background: #DA001C !important;
}

#listeAlleMaschinenDetail {
    position: fixed;
    max-width: 300px;
    left: 10px;
    padding: 10px;
    background: #ddd;
    transition: all 0.4s ease;
    box-shadow: 5px 5px 10px #ccc;
}

#listeAlleMaschinenDetail.hidden {
    box-shadow: none;
}

#listeAlleMaschinenDetail .icon-toggle {
    position: absolute;
    top: 0;
    right: 0;
    background: #DA001C;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s ease;
}

#listeAlleMaschinenDetail.hidden .icon-toggle {
    right: -40px;
    box-shadow: 5px 5px 10px #ccc;
}

#listeAlleMaschinenDetail .icon-toggle::after {
    content: '\2039';
    font-size: 30px;
}

#listeAlleMaschinenDetail.hidden .icon-toggle::after {
    content: '\203A';
}

#listeAlleMaschinenDetail .container_autocomplete_felder {
    padding-bottom: 10px;
    border-bottom: 1px solid #505050;
}

#listeAlleMaschinenDetail .container_inputfeld,
#listeAlleMaschinenDetail .container_selectbox {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

#listeAlleMaschinenDetail .filter_input,
#listeAlleMaschinenDetail .filter_select {
    padding: 10px 0 10px 5%;
    background: #f0f0f0;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 90%;
}

#listeAlleMaschinenDetail .filter_select {
    width: 95%;
}

.ui-autocomplete.autocomplete-list-maschinen,
.ui-autocomplete.autocomplete-list-kunden {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ui-autocomplete.autocomplete-detail-maschinen,
.ui-autocomplete.autocomplete-detail-kunden {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
}

#listeAlleMaschinenDetail .clear-input-autocomplete {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    padding: 10px 20px 10px 10px;
}

#listeAlleMaschinenDetail #containerMaschinen {
    /*max-height: 300px;*/
    max-height: 220px;
    overflow-y: scroll;
    margin-top: 15px;
    background: #fff;
    padding: 5px
}

#listeAlleMaschinenDetail .row-maschine-user {
    padding: 2px 5px 2px 0;
}

#listeAlleMaschinenDetail .row-maschine-user:hover {
    background: #f0f0f0;
}

#listeAlleMaschinenDetail .row-maschine-user .kundenname {
    margin-left: 1em;
    font-size: 12px;
    color: #727272;
}

.standort_grafik #map,
#containerMapHistorisch #mapHistorisch {
    height: 400px;
    width: 100%;
}

#containerMapHistorisch {
    margin-bottom: 10px;
}

.tx-cn-myholmer .ueberschrift_fahrspur {
    display: none;
    margin-top: 10px;
}

/* ----------------------- Meine Maschine ----------------------- */

@media(max-width:980px) {

    .tx-cn-myholmer #datenMaschineZeit > div .maschine_daten,
    .tx-cn-myholmer #datenMaschineLive .refresh-daten > div .maschine_daten {
        font-size: 18px;
    }


    .tx-cn-myholmer #datenMaschineZeit > div .maschine_icon,
    .tx-cn-myholmer #datenMaschineLive .refresh-daten > div .maschine_icon {
        margin-top: -15px;
    }

    .tx-cn-myholmer #datenMaschineZeit > div .maschine_icon img,
    .tx-cn-myholmer #datenMaschineLive .refresh-daten > div .maschine_icon img {
        width: 30px;
    }

}

/* ----------------------- Filter-Formular ----------------------- */
#formFilterMaschinen {
    width: 100%;
    /* margin-bottom: 20px; */
    padding-bottom: 20px;
    border-bottom: 1px solid #505050;
}

#formFilterMaschinen .container_selectbox,
#formFilterMaschinen .container_inputfeld {
    float: left;
    margin-right: 1%;
    width: 24.25%;
    position: relative;
}

#formFilterMaschinen .container_selectbox:last-child,
#formFilterMaschinen .container_inputfeld:last-child {
    margin-right: 0;
}

#formFilterMaschinen label {
    font-family: 'Open Sans Bold';
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

#formFilterMaschinen .filter_select,
#formFilterMaschinen .filter_input {
    padding: 10px 5%;
    background: #f0f0f0;
    /* color: #fff; */
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    /* min-width: 130px; */
    width: 100%;
}

#formFilterMaschinen .filter_input {
    width: 90%;
}

#formFilterMaschinen::after {
    content: ' ';
    clear: both;
    display: table;
    padding-bottom: 10px;
}

#formFilterMaschinen .clear-input-autocomplete {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    /*display: inline-block;*/
    padding: 10px;
}
/* ----------------------- Ende Filter-Formular ----------------------- */

/* ----------------------- Paginierung Maschinenliste ----------------------- */
#inhaltsbereich ul.maschinenPagination {
    margin-left: 0;
    padding-left: 0;
}

.maschinenPagination li {
    display: inline-block;
    border: 1px solid #DA001C;
    padding: 5px 10px;
    font-weight: bold;
    margin: 5px;
    cursor: pointer;
}

.maschinenPagination li:first-child {
    margin-left: 0;
}

.maschinenPagination li.active,
.maschinenPagination li:hover {
    background: #DA001C;
    color: #fff;
}

.maschinenPagination li.inactive:hover {
    color: inherit;
}

.maschinenPagination li.active,
.maschinenPagination li.inactive {
    cursor: default;
}

.maschinenPagination li.inactive {
    opacity: 0.5;
    border-color: rgb(218, 0, 28, 0.5);
}

.maschinenPagination li.paginate-arrow {
    font-size: 18px;
}

.maschinenPagination li.inactive:hover {
    background: none;
}
/* ----------------------- Ende Paginierung Maschinenliste ----------------------- */

/* ----------------------- Iframe responsive ----------------------- */
#inhaltsbereich.fullwidth {
    margin-bottom: 0;
}

#inhaltsbereich:not(.login).fullwidth > .frame > .rahmen {
    width: 100%;
    max-width: none;
    left: auto;
    margin-left: 0;
}

.container-iframe {
    position: relative;
    overflow: hidden;
    width: 99%;
    margin: 0 auto;
    padding-top: 56.25%; /* 16:9 */
}

/* Then style the iframe to fit in the container div with full height and width */
.iframe-fullsize {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}
/* ----------------------- Ende Iframe responsive ----------------------- */


/* ----------------------- News ----------------------- */

.tx-cn-myholmer a.btn_new_news {
    display: inline-block;
    background: #DA001C;
    color: #FFF;
    font-weight: bold;
    padding: 3px 5px;
    margin: 0 0 10px 0;
    border: 1px solid #DA001C;
    transition: all 0.5s ease;
}

.tx-cn-myholmer a.btn_new_news:hover {
    background: #FFF;
    color: #DA001C;
}

#containerNewsliste {
    width: 100%;
}

#containerNewsliste .page-navigation {
    padding: 10px;
    border-top: 1px solid #343434;
}

#containerNewsliste .page-navigation p {
    width: auto;
    float: left;
}

#containerNewsliste .page-navigation .f3-widget-paginator {
    margin: 0 0 0 1em;
    padding: 0;
    float: left;
}

#containerNewsliste .f3-widget-paginator li {
    float: left;
    display: block;
    padding: 0 3px 2px 3px;
    margin: 0 3px;
    background: none;
    transition: all 0.5s ease;
}

#containerNewsliste .f3-widget-paginator li.current {
    background: #DA001C;
    color: #fff;
    font-weight: bold;
}

#containerNewsliste .f3-widget-paginator li:not(.current):hover {
    background: #F0F0F0;
}

#containerNewsliste .newsitem_block {
    width: 100%;
    clear: both;
    overflow: hidden;
    transition: all 0.5s ease;
}

#containerNewsliste .newsitem_block > div {
    padding: 1%;
}

#containerNewsliste .newsitem_block.header_block {
    font-weight: bold;
}

#containerNewsliste .newsitem_block:not(.header_block):hover {
    background: #f0f0f0;
}

#containerNewsliste .newsitem_datum {
    width: 10%;
    max-width: 100px;
    float: left;
}

#containerNewsliste .newsitem_bild {
    width: 10%;
    max-width: 100px;
    float: left;
}

#containerNewsliste .newsitem_titel {
    width: 20%;
    float: left;
}

#containerNewsliste .newsitem_teaser {
    width: 30%;
    float: left;
}

#containerNewsliste .newsitem_actions {
    width: 20%;
    float: left;
}

#containerNewsliste .newsitem_actions a {
    padding: 3px 5px;
    transition: all 0.5s ease;
}

#containerNewsliste .newsitem_actions .newsitem_edit {
    float: left;
    margin-right: 10px;
}

#containerNewsliste .newsitem_actions .newsitem_delete {
    float: right;
}

#containerNewsliste .newsitem_actions .newsitem_edit:hover a,
#containerNewsliste .newsitem_actions .newsitem_delete:hover a {
    background: #FFF;
}

.form_news,
.form_myholmer {
    float: left;
    clear: both;
    width: 100%;
}

.form_news fieldset,
.form_myholmer fieldset {
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
    margin: 30px 0 0 0;
    border: 0;
}

.form_news fieldset legend,
.form_myholmer fieldset legend {
    display: none;
}

.form_news fieldset > div,
.form_myholmer fieldset > div {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 10px;
}

.form_news fieldset > .submit,
.form_myholmer fieldset > .submit {
    clear: none;
    width: 100%;
}

.form_news fieldset > div > label,
.form_myholmer fieldset > div > label {
    float: left;
    width: 30%;
    padding-top: 15px;
}

.form_news fieldset > div > label .label_hinweis,
.form_myholmer fieldset > div > label .label_hinweis {
    font-size: 12px;
}

.form_news .clear_upload,
.form_myholmer .clear_upload {
    /*clear: both;*/
    display: none;
    margin: 0 0 0 10px;
    padding: 5px 10px;
    cursor: pointer;
    background: rgba(0,0,0,0.3);
    color: #fff;
    float: left;
}

.form_news fieldset > div > input,
.form_news fieldset > div > textarea,
.form_news fieldset > div > select,
.form_myholmer fieldset > div > input,
.form_myholmer fieldset > div > textarea,
.form_myholmer fieldset > div > select {
    float: right;
    width: 66%;
    border: 0;
    padding: 15px 2%;
    background: rgba(0,0,0,0.3);
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #FFFFFF;
}

.form_news fieldset > div > select,
.form_myholmer fieldset > div > select {
    width: 70%;
    font-family: 'Open Sans', arial, sans-serif;
}
.form_myholmer fieldset > div > select option {
    font-family: 'Open Sans', arial, sans-serif;
}

.form_news fieldset > div > input[type="file"],
.form_myholmer fieldset > div > input[type="file"] {
    width: 50%;
    float: left;
}

.form_news fieldset > div input[type="submit"],
.form_myholmer fieldset > div input[type="submit"],
.tx-cn-myholmer .btn_news_zurueck,
.tx-cn-myholmer .btn_news_delete,
.tx-cn-myholmer .btn_news_keep {
    width: auto;
    padding: 15px 50px;
    margin-left: 30%;
    float: none;
    background: rgba(0,0,0,0.3);
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-family: 'Open Sans Bold';
}

.tx-cn-myholmer .btn_news_zurueck {
    margin-left: 0;
    float: right;
}

.tx-cn-myholmer .btn_news_delete {
    margin-left: 0;
    float: left;
}

.tx-cn-myholmer .btn_news_keep {
    margin-left: 10px;
    float: left;
}

.form_news fieldset > div input[type="submit"]:hover,
.form_myholmer fieldset > div input[type="submit"]:hover,
.tx-cn-myholmer .btn_news_zurueck:hover,
.tx-cn-myholmer .btn_news_delete:hover,
.tx-cn-myholmer .btn_news_keep:hover {
    background: #FFFFFF;
    color: #DA001C;
}

.form_news fieldset > div > .block_dokumente {
    width: 70%;
    float: left;
}

.form_news fieldset > div > .block_dokumente .row_dokument {
    width: 100%;
    clear: both;
    float: none;
}

.form_news fieldset > div .link_news_medien {
    float: left;
}

.form_news fieldset > div .news_checkbox {
    float: left;
    margin: 50px 0 0 10px;
}

.form_news fieldset > div .news_checkbox.checkbox_dokument {
    margin-top: 2px;
}

.form_news label.error_validate,
.form_myholmer label.error_validate {
    width: 70%;
    color: #f00;
}

.form_news input.error_validate,
.form_news select.error_validate,
.form_news textarea.error_validate,
.form_myholmer input.error_validate,
.form_myholmer select.error_validate,
.form_myholmer textarea.error_validate {
    background: rgba(255,0,0,0.5);
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: red;
    box-shadow: red 0 1px 3px 0 inset;
}

/* ----------------------- Ende News ----------------------- */


/* --- Agrirouter / Remote View --- */

.tx-cn-myholmer p.remote-view-connect {
    margin-top: 5px;
}

.tx-cn-myholmer p.agrirouter-connect .btn-agrirouter-connect,
.tx-cn-myholmer p.remote-view-connect .btn-remote-view-connect {
    background: #DA001C;
    color: #FFF;
    padding: 8px 15px;
}

.tx-cn-myholmer p.agrirouter-connect .btn-agrirouter-connect.no-disconnect,
.tx-cn-myholmer p.agrirouter-connect .btn-agrirouter-connect.access-denied {
    background: gray;
    cursor: not-allowed;
}

.tx-cn-myholmer #containerAgrirouter .agrirouter-data {
    width: 100%;
    max-width: 600px;
    font-size: 13px;
    margin: 20px 0;
}

.tx-cn-myholmer #containerAgrirouter .agrirouter-data-row {
    margin: 5px 0;
    position: relative;
    overflow: hidden;
}

.tx-cn-myholmer #containerAgrirouter .agrirouter-data-row .data-label,
.tx-cn-myholmer #containerAgrirouter .agrirouter-data-row .data-value {
    float: left;
}

.tx-cn-myholmer #containerAgrirouter .agrirouter-data-row .data-label {
    width: 30%;
}

.tx-cn-myholmer #containerAgrirouter .agrirouter-data-row .data-value {
    width: 70%;
}

/* --- Agrirouter --- */


/* --- RemoteView --- */
#containerRemoteView .remote_view_iframe {
    width: 96%;
    margin: 0 2%;
    height: 600px;
    border: none;
}

#containerRemoteView .terminal_screenshots {

}

#containerRemoteView .terminal_screenshots .row_screenshot,
#containerRemoteView .auftragsdaten_dateien .row_auftragsdaten {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

#containerRemoteView .terminal_screenshots .row_header,
#containerRemoteView .auftragsdaten_dateien .row_header {
    font-weight: bold;
}

#containerRemoteView .terminal_screenshots .row_footer,
#containerRemoteView .auftragsdaten_dateien .row_footer {
    margin-top: 10px;
}

#containerRemoteView .terminal_screenshots .row_screenshot .cell_screenshot,
#containerRemoteView .auftragsdaten_dateien .row_auftragsdaten .cell_auftragsdaten {

}

#containerRemoteView .terminal_screenshots .row_screenshot .screenshot_chk,
#containerRemoteView .auftragsdaten_dateien .row_auftragsdaten .auftragsdaten_chk {
    float: left;
    width: 40px;
    max-width: 150px;
}

#containerRemoteView .terminal_screenshots .row_screenshot .screenshot_preview {
    float: left;
    width: calc(35% - 40px);
    max-width: 120px;
}

#containerRemoteView .auftragsdaten_dateien .row_auftragsdaten .auftragsdaten_preview {
    float: left;
    width: calc(70% - 40px);
    max-width: 300px;
}

#containerRemoteView .terminal_screenshots .row_header.row_screenshot .screenshot_preview,
#containerRemoteView .auftragsdaten_dateien .row_header.row_auftragsdaten .auftragsdaten_preview {
    font-weight: normal;
}

#containerRemoteView .terminal_screenshots .row_screenshot .screenshot_preview img {
    max-width: 100%;
}

#containerRemoteView .terminal_screenshots .row_screenshot .screenshot_time {
    float: left;
    width: 35%;
    max-width: 200px;
}

#containerRemoteView .terminal_screenshots .row_screenshot .screenshot_actions,
#containerRemoteView .auftragsdaten_dateien .row_auftragsdaten .auftragsdaten_actions {
    float: left;
    width: 15%;
    max-width: 100px;
}

#containerRemoteView .terminal_screenshots .row_screenshot .screenshot_actions_all,
#containerRemoteView .auftragsdaten_dateien .row_auftragsdaten .auftragsdaten_actions_all {
    float: left;
    width: 15%;
    max-width: 100px;
}

#containerRemoteView .terminal_screenshots .row_screenshot .icon-download,
#containerRemoteView .terminal_screenshots .row_screenshot .icon-delete,
#containerRemoteView .auftragsdaten_dateien .row_auftragsdaten .icon-download,
#containerRemoteView .auftragsdaten_dateien .row_auftragsdaten .icon-delete {
    float: left;
    width: 20px;
    height: auto;
    cursor: pointer;
}

#containerRemoteView .terminal_screenshots .row_screenshot .icon-delete,
#containerRemoteView .auftragsdaten_dateien .row_auftragsdaten .icon-delete {
    margin-left: 10px;
}
/* --- RemoteView --- */

@media(max-width:830px) {

    /*.tx-cn-myholmer .block_daten_zeitraum,*/
    /*.tx-cn-myholmer #datenMaschineLive {*/
    /*    width: 100%;*/
    /*    float: left;*/
    /*}*/
    .tx-cn-myholmer #containerKalender .block_daten_zeitraum #auswahlDatum,
    .tx-cn-myholmer #containerKalender .block_daten_zeitraum #datenZeitraum,
    .tx-cn-myholmer #containerHeute #datenMaschineLive .standort_grafik,
    .tx-cn-myholmer #containerHeute #datenMaschineLive .refresh-daten {
        width: 100%;
        float: none;
        margin: 0;
    }

}

@media(max-width:768px) {
    .form_myholmer fieldset > div > label,
    .form_myholmer fieldset > div > select {
        width: 100%;
    }

    .form_myholmer fieldset > div > input,
    .form_myholmer fieldset > div > textarea {
        width: 96%;
    }

    .form_myholmer fieldset > div input[type="submit"] {
        margin-left: 0;
    }
}

@media(max-width:600px) {
    #formFilterMaschinen .container_selectbox,
    #formFilterMaschinen .container_inputfeld {
        width:49%;
        margin-right: 2%;
    }
    #formFilterMaschinen .container_selectbox:nth-child(odd),
    #formFilterMaschinen .container_inputfeld:nth-child(odd) {
        margin-right: 0;
    }
}

@media(max-width:570px) {
    .tx-cn-myholmer #containerAgrirouter .agrirouter-data-row .data-label,
    .tx-cn-myholmer #containerAgrirouter .agrirouter-data-row .data-value {
        float: none;
        width: 100%;
        word-wrap: break-word;
    }
}

@media(max-width:500px) {

    .tx-cn-myholmer #datenMaschineZeit > div.halfcol, .tx-cn-myholmer #datenMaschineLive .refresh-daten > div.halfcol {
        width: 90%;
        padding: 20px 5% 20px 5%;
    }

    .tx-cn-myholmer #datenMaschineZeit > div.halfcol .maschine_icon, .tx-cn-myholmer #datenMaschineLive .refresh-daten > div.halfcol .maschine_icon {
        left: 5%;
    }

    .tx-cn-myholmer #datenMaschineZeit div.container_maschinendaten div.maschinendaten_item,
    .tx-cn-myholmer #datenMaschineZeit .refresh-daten div.container_maschinendaten div.maschinendaten_item {
        width: 90%;
    }

}

@media(max-width:400px) {
    #formFilterMaschinen .container_selectbox,
    #formFilterMaschinen .container_inputfeld {
        width:100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #formFilterMaschinen .container_selectbox:last-child,
    #formFilterMaschinen .container_inputfeld:last-child {
        margin-bottom: 0;
    }

}
