﻿.LongText{

    padding:5px;
    margin:10px;
    text-align:justify;
    color:#174904

}
.marpad10{
    margin:10px;
    padding:10px;
}


.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.text-just {
    text-align: justify;
}



.text-bold {
    font-weight:bold;
    }
.bold {
    font-weight: bold;
}
.line1 {
   line-height:1;
}

.righttext {
    text-align:right;
}
.lefttext {
    text-align: left;
}
.centertext {
    text-align: center;
}

.HilfeText{
    padding:5px;
    margin:5px;
       
    font-size:small;
    font-style:italic;
    color:#000000;
    background:#1ad5db
}
.MyFontL {

    font-size:x-large;
    color:#690303
}
.MyTitle01{
    text-align:left;
    font-size:x-large;
    font-weight:bolder;

}
.MyTitle02 {
    text-align: left;
    font-size:medium ;
    font-weight: bold;
    }

.MyFormSize {
    text-align: left;
    font-size: medium;
    font-weight: bold;
}


.textpadding10 {
   padding:10px;
}
.textleft{
    text-align:left;
}textright{
    text-align:right;
}
textBox01 {
    width: 100%;
    height: 100%;
    color: #174904;
    box-shadow: #808080 2px 2px 2px 2px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#deefff+0,ced6dd+100 */
    background: #deefff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #deefff 0%, #ced6dd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #deefff 0%,#ced6dd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #deefff 0%,#ced6dd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#ced6dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.shorten-long-text {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    /*### kürst eien Zeile!*/ 
}
.FontSP{
    font-size:x-large;

}