/*===========================================================

   Template Name: iDocs - One Page Documentation HTML Template
   Author: Harnish Design
   Template URL: http://demo.harnishdesign.net/html/idocs
   Author URL: https://themeforest.net/user/harnishdesign
   File Description : Main css file of the template
	
=================================================
  Table of Contents
=================================================

	1. Basic
	2. Helpers Classes
	3. Layouts
		3.1 Side Navigation
		3.2 Docs Content
		3.3 Section Divider
	4. Header
		4.1 Main Navigation
	5 Elements
		5.1 List Style
		5.2 Changelog
		5.3 Accordion & Toggle
		5.4 Nav
		5.5 Tabs
		5.6 Popup Img
		5.7 Featured Box
	6 Footer
		6.1 Social Icons
		6.2 Back to Top
	7 Extra

=======================================================*/

@media only screen and (orientation: portrait) {
    body {
        height: 100vw;
        -webkit-transform:rotate(90deg);
        -moz-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        -o-transform:rotate(90deg);
        transform:rotate(90deg);
    }

    body.ballbesitz, body.tv {
        height: 100vh;
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}
.container {
    height: 100%;
}
.height-100 {
    height: 100% !important;
}
/*******************************************
/***** Overview / Download
/*******************************************/

.players {
    padding-right: 30px;
    height: 100%;
}
.games {
    padding-left: 30px;
    height: 100%;
}
.players h3, .games h3 {
    text-align:left; 
    margin-bottom: 30px;
}
.overview-action {
    text-align: right;
}
.download-action button {
    width: 100%;
    line-height: 15px;
    font-weight: bold;
}
.overview-player-select, .overview-game-select, .download-player-select, .download-game-select {
    border: 1px solid #333; 
    padding: 20px; 
    overflow-y: auto; 
    max-height: calc(100% - 80px);
}
.overview-player-select table tr td, .download-player-select table tr td {
    border-top: 1px solid #fff;
}
.overview-season-wrapper, .download-season-wrapper {
    text-align:left; 
    padding-top: 200px;
}
@media screen and (max-height: 500px) {
  .overview-season-wrapper, .download-season-wrapper {
    padding-top: 80px
  }
} 
 /*******************************************
/***** Button
/*******************************************/   
.btn-add, .btn-undo {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    background-color: #cee2c3;
    border: thin solid #244d59;
}
.btn-add:hover, .btn-undo:hover {
    background-color: #ffc279;
}
.btn-add i, .btn-undo i {
    color: #244d59;
 }
.btn-undo-schuss {
    width: 120px;
    height: 40px;
    background-color: #5687d6;
    border: thin solid #244d59;
    border-radius: 10px;
    color: white;
}
.btn-undo-cancel {
    width: 120px;
    height: 40px;
    background-color: #d51515;
    color: white;
    border: thin solid #244d59;
    border-radius: 10px;
}
.btn-period {
    width: 20%;
    height: 40px;
    background-color: #cee2c3;
    border: thin solid #244d59;
    font-size: 20px;
    border-radius: 10px;
    margin-bottom: 0;
    margin-right: 5px;
}
.btn-period.active {
    background-color: #437c24;  
    color: white;
}
.btn-action {
    width: 18%;
    height: 40px;
    background-color: #a2a5aa;
    color: white;
    border: thin solid #244d59;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
}
.btn-action.activated {
    background-color: #5687d6;
}
/*******************************************
/***** Player- / Game-  Bearbeiten
/*******************************************/
.player-form-content, .game-form-content {
    height: 100%;
    padding-top:50px;
}
.player-edit-action, .game-edit-action {
    display: flex; 
    flex-direction: row; 
    justify-content: flex-start;
    margin-top: 30px;
    padding-left: 152px;
    padding-bottom: 50px;
}
.player-edit-save, .player-edit-delete, .game-edit-save, .game-edit-delete {
    margin-right: 50px;
}
.player-edit-save input, .game-edit-save input {
    width: 200px;
    background-color:#bcd587; 
    border:thin solid #244d59;
}
.player-edit-delete button, .game-edit-delete button {
    width: 200px; 
    background-color:#ffa69d; 
    border: thin solid #244d59;
}
.player-edit-back a, .game-edit-back a {
    width: 200px;
    border:thin solid #244d59;
}
/*******************************************
/***** Game-Übersicht
/*******************************************/
#game .page_header_stats {
    height: 0;
}
#game .main-content {
    background-color: #ffc279;
    height: 100%;
}
#game .container {
    padding: 0;
}
#game .content {
    padding-top: 0;
}
.game-titel-wrapper {
    display: flex;
    justify-content: space-between;
}
.game-titel-wrapper .team-content {
    padding-top: 30px;
}
.game-action {
    display: flex;
}
.game-action.titel-left {
    padding-left: 30px; 
    justify-content: left;
}
.game-action.titel-right {
    padding-right: 30px;
    justify-content: right;
}
.game-action .btn-add {
    border-radius: 10px; 
    background-color: #437c24; 
    color: white; 
    border: thin solid #244d59;
}
.game-action .button-aufstellung {
    margin-left: 20px;
}
.game-action .btn-add i {
    color: white; 
    padding-top: 3px; 
    font-size: 22px;
}
.game-action .btn-undo {
    margin-right: 20px;
}
.game-action .all_schuss_wrapper {
    display: flex;
    position:absolute;
    top: 35px;
}
.game-action.titel-left .all_schuss_wrapper {
    left: 170px;
}
.game-action.titel-right .all_schuss_wrapper {
    right: 170px;
}
.all_schuss_wrapper .hinweis {
    position: relative;
    width: 30px;
    height: 30px;
    text-align:center;
    padding-top: 3px;
    margin-left: 10px;
    border: thin solid #244d59;
    color: white;
    font-weight: bold;
}
.all_schuss {
    width: 25px;
    height: 25px;
    position: absolute;
    border: thin solid #244d59;
    color: white;
    font-weight: bold;
    text-align: center;
}
.all_schuss_wrapper .hinweis.shoot-goal {
    margin-left: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-top: 2px;
}
.all_schuss.shoot-goal.home, .hinweis.shoot-goal.home {
    background-color: #244de1;
    border-radius: 50%;
}
.all_schuss.shoot-onnet.home, .hinweis.shoot-onnet.home {
    background-color: #1e98d9;
}
.all_schuss.shoot-blocked.home, .hinweis.shoot-blocked.home  {
    background-color: #95cbe1;
}
.all_schuss.shoot-miss.home, .hinweis.shoot-miss.home {
    background-color: #11f0e7;
}
.all_schuss.shoot-goal.away, .hinweis.shoot-goal.away {
    background-color: #aa2400;
    border-radius: 50%;
}
.all_schuss.shoot-onnet.away, .hinweis.shoot-onnet.away {
    background-color: #ff4100;
}
.all_schuss.shoot-blocked.away, .hinweis.shoot-blocked.away {
    background-color: #c47b54;
}
.all_schuss.shoot-miss.away, .hinweis.shoot-miss.away {
    background-color: #ffb48c;
}
.team-content .team-titel {
    margin-bottom: 0;
}
.team-content #home-titel {
    text-align: left;
    padding-left: 30px
}
.team-content #away-titel {
    text-align: right;
    padding-right: 30px;
}

.game-period {
    text-align: center;
}
.game-period .change-direction {
    font-size: 30px; 
    line-height: 30px; 
    padding-top: 10px;
    cursor: pointer;
}
.game-period .period {
    font-size: 20px; 
    line-height: 25px; 
    font-weight: bold;
}
.game-period .result {
    font-size: 25px; 
    line-height: 35px; 
    font-weight: bold;
}
.game-period .button-period {
    padding-top: 5px;
}
.button-period .period-content {
    display: flex; 
    flex-direction: row; 
    justify-content:space-evenly;
}
.game-field img {
    width: 100%;
}
.game-field .all_bully {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: thin solid #244d59;
    background-color: yellow;
    opacity: 0.5;
    cursor: pointer;
}
.game-field .all_bully.bully1 {
    left: 80px; 
    left: calc(80 * 100vw / 1148);
    top: 172px; 
    z-index:1000;
}
.game-field .all_bully.bully2 {
    /*left: 80px; */
    left: calc(80 * 100vw / 1148);
    /*top: 648px; */
    top: calc(665 * 100vw / 1148);
    z-index:1001;
}
.game-field .all_bully.bully3 {
    /*left: 545px; */
    left: calc(545 * 100vw / 1148);
    /*top: 412px; */
    top: calc(430 * 100vw / 1148);
    z-index:1002;
}
.game-field .all_bully.bully4 {
    /*left: 545px; */
    left: calc(545 * 100vw / 1148);
    top: 172px; 
    z-index:1003;
}
.game-field .all_bully.bully5 {
    /*left: 545px; */
    left: calc(545 * 100vw / 1148);
    /*top: 648px; */
    top: calc(665 * 100vw / 1148);
    z-index:1004;
}
.game-field .all_bully.bully6 {
    left: 1007px; 
    left: calc(1007 * 100vw / 1148);
    top: 172px; 
    z-index:1005;
}
.game-field .all_bully.bully7 {
    /*left: 1007px; */
    left: calc(1007 * 100vw / 1148);
    /*top: 648px; */
    top: calc(665 * 100vw / 1148);
    z-index:1006;
}
.game-field .all_strafen {
    position: absolute;
    border-radius: 50px;
    border: thin solid #244d59;
    background-color: rgb(0, 255, 255);
    opacity: 0.5;
    cursor: pointer;
    width: 98%;
    height: calc(96vw * 590 / 1148);
    top: 160px;
    left: calc(10 * 100vw / 1148);
    z-index: 2000;
}
.game-field .show_inaktiv {
    position: relative;
    border-radius: 50px;
    border: thin solid #5f6060;
    background-color: #5f6060;
    opacity: 0.5;
    cursor: pointer;
    width: 98%;
    height: calc(96vw * 590 / 1148);
    margin-top: calc(-98vw * 590 / 1148);
    left: calc(10 * 100vw / 1148);
    z-index: 2100;
}
.game-buttons {
    margin-top: 10px; 
    display: flex; 
    flex-direction: row; 
    justify-content:space-evenly
}
.game-buttons .button-statistik, .game-buttons .button-ballbesitz {
    color: white;
    width: 18%;
}
.game-buttons .button-statistik button, .game-buttons .button-ballbesitz button {
    width: 100%;
}   
/*******************************************
/***** Statistik
/*******************************************/
#statistik .page_header_stats, #allstatistik .page_header_stats {
    height: 0;
}
#statistik .main-content, #allstatistik .main-content {
    background-color: #f4f4f4; 
    height: 100%;
    min-height: 100%;
}
#statistik .container, #allstatistik .container {
    padding: 0;
}
#statistik .content, #allstatistik .content {
    padding-top: 0;
}
#statistik .statistik-titel-wrapper, #allstatistik .statistik-titel-wrapper {
    display: flex; 
    justify-content:space-between; 
    height: 50px; 
    background-color:#5687d6;
}
#statistik .statistik-titel-wrapper .team-content .btn-add, #allstatistik .statistik-titel-wrapper .team-content .btn-add {
    background-color: #5687d6; 
    color: white;
    border: none;
}
#statistik .statistik-titel-wrapper .team-content .btn-add i, #allstatistik .statistik-titel-wrapper .team-content .btn-add i {
    color: white; 
    font-weight: bold; 
    font-size: 25px; 
    padding-top: 10px;
}
#statistik .statistik-titel-wrapper .game-period, #allstatistik .statistik-titel-wrapper .game-period {
    text-align: center;
}
#statistik .statistik-titel-wrapper .game-period .titel, #allstatistik .statistik-titel-wrapper .game-period .titel {
    font-size: 25px; 
    line-height: 25px; 
    font-weight: bold; 
    color: white; 
    padding-top: 12px;
}
#statistik .goal-wrapper, #allstatistik .goal-wrapper {
    display: flex; 
    flex-direction:row; 
    justify-content:space-between; 
    padding-left: 20px; 
    padding-right: 20px;
}
#statistik .goal-home-titel, #statistik .goal-away-titel, #allstatistik .goal-home-titel, #allstatistik .goal-away-titel {
    font-size: 30px; 
    font-weight: bold; 
    text-align: center; 
    padding-top: 20px;
}
#statistik .goal-home-table, #statistik .goal-away-table, #statistik .goal-home-table, #allstatistik .goal-away-table {
    padding-top: 20px;
}
.goal-home-table table, .goal-home-table th, .goal-home-table td, .goal-away-table table, .goal-away-table th, .goal-away-table td, .stats-table-wrapper table, .stats-table-wrapper th, .stats-table-wrapper td {
    border: thin solid #244d59;
    text-align: center;
}
#statistik .titel-wrapper, #allstatistik .titel-wrapper {
    padding-top: 20px; 
    text-align: center; 
    font-size: 26px;
}
 .result-wrapper {
    font-weight: bold;
}
#statistik .titel-wrapper .btn-wrapper .art, #allstatistik .titel-wrapper .btn-wrapper .art {
    padding: 8px;
}
#statistik .titel-wrapper .btn-wrapper .periode {
    padding: 8px;
    width: 45px;
}
#allstatistik .titel-wrapper .btn-wrapper .periode {
    padding: 8px;
    width: 65px;
}

#statistik .stats-table-wrapper, #allstatistik .stats-table-wrapper {
    max-height: calc(100% - 260px);
    margin-top: 0;
    padding-right: 20px; 
    padding-left: 20px; 
    overflow:unset;
}
#allstatistik .stats-table-wrapper {
    max-height: calc(100% - 180px);
}
#statistik .stats-table-wrapper h5, #allstatistik .stats-table-wrapper h5 {
    text-align: left;
}
#statistik .table-container, #allstatistik .table-container {
    max-width: 100%; 
    max-height: calc(100% - 20px); 
    margin: auto; 
    overflow-x: auto; 
    overflow-y: auto;
}
#statistik .table-container table, #allstatistik .table-container table {
    position: relative; 
    table-layout: fixed; 
    width: 100%;
}
.stats-table-wrapper th {
    font-weight: normal;
    color: white;
    background-color: #5687d6;
    height: 50px;
    border-right: thin solid white;
    position: sticky;
    top: 0;
    z-index: 5000;
}
.stats-table-wrapper td {
    font-weight: normal;
    background-color: white;
    height: 30px;
}
.shoot-player, .pass-player, .shoot-goalie, .bully-player, .strafe-player {
    overflow: unset;
    height: 100%;
}
.btn-stats.active {
    background-color: #5687d6 !important;
    color: white;
}
table td.ungerade {
    background-color: #e3ecfa;
}
.stats-table-wrapper tr>th:first-child, tr>td:first-child, .fix {
    position: sticky;
    left: 0;
}
.stats-table-wrapper .first-th, .stats-table-wrapper .second-th {
    z-index: 5002;
}
.stats-table-wrapper .second-th, .stats-table-wrapper .second-td {
    text-align:left; 
    padding-left:10px; 
    left: 30px;
}
.stats-table-wrapper .first-td, .stats-table-wrapper .second-td {
    z-index: 5001;
}

.bold {
    font-weight: bold !important;
}
td a {
    display: block;
}




.result-box {
	border: 2px solid #244d59;
	text-align: center;
	padding-top: 5px;
}
.result-titel {
	font-size: 20px;
	font-weight: 800;
}
.result-wert {
	font-size: 35px;
	font-weight: 800;
}
.hide-element {
	display: none !important;
}
.jconfirm-bg {
    opacity: 0.9 !important;
}
.jconfirm-box {
    background-color: #e6decf !important;
}
@media (max-width: 1200px) {
    .jconfirm .jconfirm-box-container {
        width: 100% !important;
    }
}
.jconfirm-modern .jconfirm-content {
    font-size: 20px !important;
}
.btn-stats {
    border-radius: 10px;
    border: thin solid #244d59;
	font-size: 16px;
	font-weight: bold;  
	text-align: center;
	cursor: pointer;
}
.spielsituation {
	display:flex;
	flex-direction: row;
	justify-content:space-evenly;
	background-color: #ffc279;
	padding-top: 10px;
	padding-bottom: 10px;
}
.spielsituation .btn-spielsituation {
	width: calc((100% - 80px)/8);
    height: 40px;
    padding-top: 5px;
	background-color: white;
}
.spielsituation .btn-spielsituation.active {
	background-color: #5687d6;
	color: white;
}
.form-player-content {
    display: flex;
    flex-direction: row;
}
.form-btn-action {
    width: 25%;
    padding-top: 20px;
}
.form-btn-action h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    text-transform: none;
}
.btn-shoot-wrapper, .btn-team-wrapper {
    border-radius: 10px;
    padding: 10px;
    background-color: #ffc279;
    margin-bottom: 18px;
}
.btn-team-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.btn-title {
    width: 100%;
    text-align: left;
}
.btn-title span {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
.btn-shoot-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.btn-shoot-quality, .btn-pass-quality, .btn-team {
    background-color: white;
    width: calc((100% - 15px)/2);
    height: 60px;
    padding-top: 15px;
    margin-bottom: 10px;
}
.btn-shoot-quality.active, .btn-shoot-art.active, .btn-pass-quality.active, .btn-pass-art.active, .btn-team.active  {
	background-color: #5687d6;
	color: white;
}
.btn-shoot-art, .btn-team {
    background-color: white;
    width: calc((100% - 15px)/2);
    height: 60px;
    padding-top: 15px;
    margin-bottom: 10px;
}
.btn-team {
    margin-bottom: 0;
}
.btn-pass-art {
    background-color: white;
    width: calc((100% - 15px)/2);
    height: 60px;
    padding-top: 15px;
}

.form-player {
    width: 60%;
    padding-top: 20px;
}
.player-titel {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    /*padding-left: 20px;*/
}
.player-content {
    border-radius: 10px;
    padding: 10px;
    background-color: #ccc8af;
    /*margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    cursor: pointer;*/
    overflow-y: auto;
}
.player-content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    cursor: pointer;
    margin-bottom: 10px;
}

.player-box {
    width: 100px;
    height: 100px;
    text-align: center;
    margin-right: 5px;
}
.player-number {
    border: thin solid #244d59;
    height: 70px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: none;
}
.player-number.verteidiger {
    background-color: #e7dd9f;
}
.player-number.goalie {
    background-color: #bbccaf;
}
.player-number.stuermer {
    background-color: #ccb9af;
}
.player-number.center {
    background-color: #afbecc;
}

.player-number-content {
    font-size: 30px;
    font-weight: bold;
    padding-top: 10px;
    line-height: 30px;
    height: 40px;
}
.player-position-content {
    font-size: 12px;
    padding-bottom: 10px;
}
.player-name {
    border: thin solid #244d59;
    height: 30px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top: none;
    background-color: white;
}
.form-block-titel {
    margin-right: 5px;
    padding-top: 35px;
}
.switch-wrapper {
    text-align: center;
}
.switch-wrapper .player-titel {
    text-align: center;
    padding-bottom: 6px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 20px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor:pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 0;
    bottom: -4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch input:checked + .slider {
    background-color: #5687d6;
}
.switch input:focus + .slider {
    box-shadow: 0 0 1px #5687d6;
}
.switch input:checked + .slider::before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}
.slider.round {
    border-radius: 20px;
}
.slider.round::before {
    border-radius: 50%;
}
.form-btn-exit {
    width: 15%;
    padding-top: 20px;
}
.btn-green {
    position: absolute;
    bottom: 108px;
    width: 100px;
    height: 70px;
    border: thin solid #244d59 !important;
    border-radius: 10px !important;
    right: 40px;
    background-color: #5687d6 !important;
    color: white !important;
    padding: 0 !important;
    text-transform: none !important;
    font-size: 16px !important;
}
.btn-green.btn-liveticker {
    bottom: 10px;
    right: 30px;
    height: 50px;
}
.btn-default, .btn-fehlpass, .btn-verloren, .btn-abgefangen, .btn-lost {
    position: absolute;
    bottom: 18px;
    width: 100px;
    height: 70px;
    border: thin solid #244d59 !important;
    border-radius: 10px !important;
    right: 40px;
    background-color: #d51515 !important;
    color: white !important;
    padding: 0 !important;
    text-transform: none !important;
    font-size: 16px !important;
}
.btn-won {
    bottom: 198px;
}
.btn-lost {
    bottom: 108px;
}
.btn-fehlpass {
    bottom: 108px;
    background-color: #b90606 !important;
}
.btn-verloren {
    bottom: 198px;
    background-color: #d57615 !important;
}
.btn-abgefangen {
    bottom: 378px;
}
.btn-time {
    height: 60px;
    top: 100px;
    background-color: #437c24 !important;
}
.btn-grund {
    height: 60px;
    top: 170px;
    background-color: #437c24 !important;
}
.btn-zwei-min {
    height: 60px;
    bottom: 438px;
}
.btn-vier-min {
    height: 60px;
    bottom: 368px;
}
.btn-zehn-min {
    height: 60px;
    bottom: 298px;
}
.btn-match-eins {
    height: 60px;
    bottom: 228px;
}
.btn-match-zwei {
    height: 60px;
    bottom: 158px;
}
.btn-match-drei {
    height: 60px;
    bottom: 88px;
}
.btn-strafe-cancel {
    height: 60px;
    bottom: 18px;
}
.btn-bully-cancel, .btn-strafe-cancel {
    background-color: #9f9fa0 !important;
}
.btn-alert {
    position: unset;
}
.btn-bemerkung {
    position: absolute;
    top: 320px;
    height: 60px;
}
.btn-aufstellung {
    height: 50px;
    margin-left: 20px !important;
}
.btn-clear.btn-aufstellung {
    background-color: #36aeff !important;
}
.btn-sp.btn-aufstellung {
    background-color: #1ba133 !important;
}
.table tr.select_data {
    cursor: pointer;
}
#download .table tr.select_data {
    cursor: unset;
}
.player1 .player-number, .player1 .player-name {
    background-color: #437c24 !important;
    color: white !important;
}
.player2 .player-number, .player2 .player-name {
    background-color:chocolate !important;
    color: white;
}
.player3 .player-number, .player3 .player-name, .player4 .player-number, .player4 .player-name, .player5 .player-number, .player5 .player-name, 
.player1.onfield .player-number, .player1.onfield .player-name, .player2.onfield .player-number, .player2.onfield .player-name, .player3.onfield .player-number, .player3.onfield .player-name, 
.player4.onfield .player-number, .player4.onfield .player-name, .player5.onfield .player-number, .player5.onfield .player-name, .player6.onfield .player-number, .player6.onfield .player-name,
.player7.onfield .player-number, .player7.onfield .player-name {
    background-color:darkgray !important;
    color: white !important;
}
.btn-alert {
    border: thin solid #244d59;
}

.btn-action.active {
    background-color: #03a9f4;
}
.dropzone.aufstellung.over {
    border: 5px solid blue !important;
}


/***********************************************************/
/*****     HILFE
/***********************************************************/
#hilfe .page_header_stats {
    position:sticky;
    top: 0;
    z-index: 1020;
    -webkit-transition: all 0.5 ease;
    transition: all 0.5 ease;
}
.hilfe-nav {
    position: fixed;
    top: 80px;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    width: 260px;
    height: calc(100% - 80px - 70px);
    z-index: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
  }
  .hilfe-nav > .nav {
    padding: 30px 0;
  }
  .hilfe-nav .nav .nav-item {
    position: relative;
  }
  .hilfe-nav .nav .nav {
    margin: 0 0 5px;
  }
  .hilfe-nav .nav .nav-link {
    position: relative;
    padding: 6px 30px;
    line-height: 25px;
    font-weight: 600;
  }
  .hilfe-nav .nav .nav-item:hover > .nav-link, .hilfe-nav .nav .nav-item .nav-link.active {
    font-weight: 700;
  }
  .hilfe-nav .nav .nav {
    display: none;
    border-left: 1px solid #0000004d;
  }
  .hilfe-nav .nav .nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    left: 30px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    width: 1px;
    top: 0;
  }
  .hilfe-nav .nav .nav .nav-item .nav-link.active:after {
    border-color: #0366d6;
    border-width: 2px;
  }
  .hilfe-nav .nav .nav-item .nav-link.active + .nav {
    display: block;
  }
  .hilfe-nav .nav .nav .nav-link {
    color: #6a6a6a;
    padding: 4px 30px 4px 45px;
    font-size: 15px;
    text-transform: none;
  }
  .hilfe-nav .nav .nav .nav .nav-link {
    padding: 4px 30px 4px 60px;
    font-size: 15px;
  }
  .hilfe-nav .nav .nav .nav .nav-item .nav-link:after {
    left: 45px;
  }
  .hilfe-nav > .nav > .nav-item > .nav-link.active:after {
    position: absolute;
    content: " ";
    top: 50%;
    right: 18px;
    border-color: #000;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 7px;
    height: 7px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .hilfe-nav.docs-navigation-dark .nav .nav-link {
    color: rgba(250, 250, 250, 0.85);
  }
  .hilfe-nav.docs-navigation-dark .nav .nav .nav-link {
    color: rgba(250, 250, 250, 0.7);
  }
  .hilfe-nav.docs-navigation-dark .nav .nav .nav-item .nav-link:after {
    border-color: rgba(250, 250, 250, 0.2);
  }
  .hilfe-nav.docs-navigation-dark .nav .nav .nav-item .nav-link.active:after {
    border-color: #0366d6;
  }
  .nav:not(.nav-pills) .nav-item .nav-link.active {
    color: #0366d6;
  }
  

.hilfe-content {
    /*position: relative;
    margin-left: 260px;
    padding: 0 50px 50px;
    min-height: 750px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;*/
    position: fixed;
    top: 80px;
    left: 260px;
    overflow: hidden;
    overflow-y: auto;
    width: 764px;
    height: calc(100% - 80px - 70px);
    z-index: 1;
    transition: all 0.3s;
}

.hilfe-content h1, .hilfe-content h2, .hilfe-content h3, .hilfe-content h4 {
    text-align: left;
    margin: 0 0 1.5rem 0;
}
.hilfe-content section:first-child {
    padding-top: 3rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.hilfe-hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #1055601a;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.hilfe-content ol li, .hilfe-content ul li {
    margin-top: 10px;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.divider {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid #1055601a;
    margin: 2rem 0;
}
.hilfe-content ol li, .hilfe-content ul li {
    margin-top: 10px;
    display: flex;
}
.hilfe-content ol {
    padding-left: 0;
}
.hilfe-content li p {
    margin-bottom: 0;
}
.hilfe-content ol li .absatz {
    width: 10%;
}
.hilfe-content ol li .haupttext {
    width: 90%;
}
.form_liveticker .form-header, .form_liveticker .form-body-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}
.form_liveticker .form-header-field, .form_liveticker .form-body-field {
    width: calc(100% / 7);
    border: 2px solid white;
    padding: 10px;
}
.form_liveticker .form-header-field {
    font-weight: bold;
    background-color: #dae8e6;
}
.form_liveticker .form-body-field {
    background-color: #e9f1f0;
    border: 2px solid white;
}
.form_liveticker .data-button {
    background-color: #cee2c3;
    cursor: pointer;
}
.form_liveticker .data-button:hover {
    background-color: #437c24;
    color: white;
}
.btn-undo-liveticker {
    height: 50px;
    width: 100px;
    position: absolute;
    bottom: 10px;
    right: 150px;
    background-color: #d51515;
    color: white;
    border: thin solid #244d59 !important;
    border-radius: 10px !important;
    padding: 0 !important;
    text-transform: none !important;
    font-size: 16px !important;
}
.btn-select {
    height: 50px !important;
    bottom: 10px !important;
}