/*
* START Style 'Box grau Ansprechpartner' (custom-2) 
*/
.custom-2 {
padding: 24px;
background: #ebeef0;
}
/*
* Ende Style 'Box grau Ansprechpartner' (custom-2) 
*/

/*
* START Style 'Box Rahmen grau' (custom-3) 
*/
.custom-3 {
border-style: solid;
border-color: #c0c5ca;
border-width: 1px;
padding: 15px;
}
/*
* Ende Style 'Box Rahmen grau' (custom-3) 
*/

/*
* START Style 'Box Linie nur oben' (custom-4) 
*/
.custom-4 {
border-style: solid;
border-bottom-color: ;
border-left-color: ;
border-right-color: ;
border-top-color: #c0c5ca;
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
border-top-width: 1px;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 30px;
}
/*
* Ende Style 'Box Linie nur oben' (custom-4) 
*/

/*
* START Style 'Zeile Ansprechpartner grau' (custom-5) 
*/
.custom-5 {
background: #ebeef0;
}
/*
* Ende Style 'Zeile Ansprechpartner grau' (custom-5) 
*/

/*
* START Style 'Zeile Newsroom blau' (custom-7) 
*/
.custom-7 {
border-radius: 5px;
background: rgba(0,159,227,1);
}
/*
* Ende Style 'Zeile Newsroom blau' (custom-7) 
*/

/*
* START Style 'Note - Error' (custom-8) 
*/
.custom-8 {
border-style: solid;
border-color: rgba(255,0,0,1);
border-width: 1px;
padding: 15px;
background: rgba(255,0,0,0.1);
}
/*
* Ende Style 'Note - Error' (custom-8) 
*/

/*
* START Style 'Hint' (custom-9) 
*/
.custom-9 {
border-style: solid;
border-color: rgba(255,0,0,1);
border-width: 2px;
padding: 10px;
background: rgba(255,0,0,0.3);
}
/*
* Ende Style 'Hint' (custom-9) 
*/

