*{
    font-family: 'Roboto', sans-serif;
}
.head{
    background: #f1f1f1;
    background: linear-gradient(315deg,#e94d1e 0%,#ff7d4c 100%);
    color: #fff;
    padding: 0 20px;
    height: 40px;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #2225;
    position: fixed;
    display: block;
    top: 0;
    z-index: 9000;
}
.head *{
    color: #fff;
    font-weight: 600;
}
.head a{
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
.head ul{
    margin: 0;
}
.head li{
    list-style: none;
    display: inline-block;
}
a{
    color: #3c4655;
}
a:hover, a:focus{
    color: #23527c;
    text-decoration: none;
}

.header{
    margin: 60px 0px 20px 0px;
    width: 100%;
    padding: 0 20px;
}
.footer{
    background: #f1f1f1;
    color: #fff;
    padding: 0 20px;
    height: 40px;
    width: 100%;
    font-size: 14px;
    border-top: 1px solid #2225;
}
.main{
    padding: 0px 0px;
}
.sidebar, .sidebar_login, .sidebar_agb{
    display: none;
    background: #e5e5e5;
    width: 100%;
    padding: 0px;
    border-bottom: 2px solid #2225;
}
.sidebar li, .sidebar_login li, .sidebar_agb li{
    margin: 10px 0px;
    padding: 2px;
    padding-left: 20px; 
}
.sidebar_agb{
    padding: 0px;
}
.logo img{
    width: 180px;
}
.sidebar .active,.sidebar_agb .active{
    background: #fff;
    border-bottom: 3px solid #e94d1e;
    border-top: 1px solid #a5a5a5;
}
.sidebar .active_no_arrow{
    background: #fff;
    border-bottom: 1px solid #a5a5a5;
    border-top: 1px solid #a5a5a5;
}
.sidebar .active:after, .sidebar_agb .active:after{
    content: '';
    width: 0; 
    height: 0; 
    border-top: 12px solid transparent;
    border-bottom: 13px solid transparent; 
    border-right:13px solid #e5e5e5; 
    position: absolute;
    right: 0;
}
.sidebar li:hover{
    background: #f9f9f9;
}
.sidebar .sub li:hover{
    background: #f5f5f5;
}
.zugansdaten{
    text-align: center;
    margin-top: 20px;
}
table.login{
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    background: #f5f5f5;
}
table.login input{
    margin: 0px 10px;
}
.pages{
    background: #e5e5e5;
    border-top: 3px solid #e94d1e;
    border-bottom: 1px solid #a5a5a5;
    padding: 5px 0px;
    text-align: center;
}
.pages-top{
    background: #e5e5e5;
    border-bottom: 3px solid #e94d1e;
    border-top: 1px solid #a5a5a5;
    padding: 5px 0px;
    text-align: center;
}
.pages-bottom{
    height: 10px;
    background: #e5e5e5;
    border-top: 3px solid #e94d1e;
    border-bottom: 1px solid #a5a5a5;
    padding: 5px 0px;
    text-align: center;
}
.sep-top{
    height: 10px;
    background: #e5e5e5;
    border-bottom: 3px solid #e94d1e;
    border-top: 1px solid #a5a5a5;
    padding: 5px 0px;
    text-align: center;
}
.sep-bottom{
    height: 10px;
    background: #e5e5e5;
    border-top: 3px solid #e94d1e;
    border-bottom: 1px solid #a5a5a5;
    padding: 5px 0px;
    text-align: center;
}
.sidebar_login{
    padding: 10px;
}
@media screen and (orientation: portrait) {
    table{

        display: none;
    }
    .turn{
        display: block;
    }
}
@media screen and (orientation: landscape) {
    table{

        display: table;
    }
    .turn{
        display: none;
    }
}
.turn{
    color: #e94d1e;
    padding: 20px 5px;
    background: #f5f5f5;
    text-align: center;
}
.main{
    overflow: auto;
    text-align: center;
    margin: 10px -15px;
}
.main table.data{
    margin: 0px auto;
}
.main table{
    text-align: left;
}
table.data tr:nth-child(even){
    background: #efefef;
}
table.data, table.data tr, table.data td  {
}
table.data td{
    padding: 4px 5px;
}
table.data{
    margin: 10px 0px;
    box-shadow: 0px 0px 2px #000;
}

table.news td{
    padding: 5px;
}
table.news td.id{
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
    background: #f5f5f5;
}
table.news .spanID, table.news .spanDATE, table.news .spanTITLE{
    padding: 0px 10px;
}
table.news .spanDATE{
    float: right;
    font-size: 12px;
}
table.news .newstext{
    padding-top: 20px;
}
.separator{
    height: 20px;
    background: #f1f1f1;
    width: 100%;
    border-top: 1px solid #2225;
    border-bottom: 1px solid #2225;
}
input[type='text'], input[type='password'],input[type='submit'],input[type='button']{
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #a0a0a0;
}
table.vertrag, table.daten_change{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
table.vertrag td{
    padding: 5px;
    text-align: center;
}
table.daten_change td{
    padding: 5px;
}
table.vertrag tr:nth-child(even){
    background: #efefef;
}
.pages a,.pages-top a{
    padding: 4px;
}
.pages a.active, .pages-top a.active{
    text-decoration: underline;
    background: #fff;
}
h1{
    font-size: 24px;
}
h2{
    font-size: 20px;
}
table.vertrag tr:first-child{
    border-bottom: 1px solid #222;
}
.scroll{
    padding: 2px;
    overflow: scroll;
}
input:focus,select:focus{
    border-color: #e94d1e !important;
    outline: none;
    box-shadow: 0px 0px 2px #e94d1e;
}
@media (min-width:600px){
    table{
        display: table;
    }
    .turn{
        display: none;
    }
}
table.daten_change input[type='submit'], table.data input[type='submit'], table.data input[type='button'] {
    background:linear-gradient(315deg,#e94d1e 0%,#ff7d4c 100%);
    color: #fff;
    width: auto;
}
table.daten_change input,table.daten_change select{
    width: 100%;
}
table.daten_change input[type='checkbox']{
    width: auto;
}
table.daten_change tr:nth-child(even){
    background: #efefef;
}
table.daten_change input,table.daten_change select {
    border-radius: 0px;
}
.Section1{
    margin-top: 20px;
}
table.data select, table.data input:not([type='button']):not([type='submit']), table.data textarea{
    width: 100%;
}
table.data input[type='checkbox'], table.data input[type='radio']{
    width: auto;
    padding: 2px;
    margin: 2px;
}
table.domain input, table.domain select{
    width: auto;
}
table.font-small td{
    font-size: 12px;
}
table.domainlog td{
    width: 100%;
}
table.domainlog td:nth-child(odd){
    background: #f5f5f5;
}
select{
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #a0a0a0;
    background: #fff;
}
table.login tr td:first-child{
    padding-right: 10px;
}
.textlink{
    color: #e94d1e;
    text-decoration: underline;
}
.textlink:hover, .textlink:focus{
    text-decoration: underline;
}
a.not{
    color: #212529;
}
a.not:hover{
    color: #212529;
}
.main .container-fluid{
    padding: 0;
}

.visible{
    display: block;
}
.visible-inline{
    display: inline;
}
.hidden{
    display: none;
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media(min-width: 600px) {
    .visible-sm{
        display: block;
    }
    .hidden-sm{
        display: none;
    }
} 

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) {
    .visible-md{
        display: block;
    }
    .hidden-sm{
        display: none;
    }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) {
    .visible-md{
        display: block;
    }
    .hidden-md{
        display: none;
    }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1200px) {
    .visible-xl{
        display: block;
    }
    .hidden-xl{
        display: none;
    }
    .table-cell-xl{
        display: none;
    }
}

@media (min-width:1200px){
    .container-fluid{
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-12{
        padding-right: 15px;
        padding-left: 15px;
    }
    .textlink{
        text-decoration: none;
    }
    .scroll{
        overflow: auto;
    }
    .sidebar, .sidebar_login, .sidebar_agb{
        border-right: 1px solid #2225;
    }
    .main{
        padding: 20px 20px;
        text-align: left;
    }
    .main table.data{
        margin: 0px 0px;
    }
    .sidebar, .sidebar_login, .sidebar_agb{
        display: block;
    }
    .logo{
        left: 20px;
        margin-bottom: 20px;   
    }
    .logo img{
        width: auto;
    }
    .sidebar_login{
        padding: 10px;
    }
    .sidebar_login ul{
        margin: 0px 10px;
    }
    .table {
        display: table;
    }
    .table-row {
        display: table-row;
    }
    .table-cell {
        display: table-cell;
    }
    .table-row{
        margin: 0px;
        padding:0px;
    }
    .table-row hr{
        display:none;
    }
    .table-head{
        background: #fff;
    }
    .table-head .table-cell{
        border-bottom: 2px solid #2225;
        padding: 20px 5px;
    }
    .table-cell{
        padding: 5px;
    }
}

.menu_icon{
    font-size: 20px;
    padding: 5px 15px;
    background: #e5e5e5;
    border-bottom: 2px solid #2222;
}
.table-row{
    margin: 10px;
    padding: 5px;
}
.b{
    font-weight: 600;
}
.vertrag{
    text-align: left;
}
.table-row:nth-child(even){
    background: #f5f5f5;
}
.gekuendigt *{
    color: red;
}