﻿/* Define paragraphStyles - einfügen in editor index.php zeile 288-293 */

.fr-view {
	background-color: #0FB98E; /*text-align: left;*/
 /* font-family: "Majandra", Serif;sans-serif*/
}
.fr-box.fr-basic .fr-element {
  color: #FFF;
  background-color: #09907A;
}
.fr-thick {
	border: 1px dashed;
}
.fr-highlighted {
	border: 3px solid #F1541D;
}
.fr-dashed-borders{
	border: dashed;
}
table.fr-alternate-rows tr:nth-child(odd){
	background-color: #F7F7F7;
	color: #fff;
}
table.fr-alternate-rows tr:nth-child(even){
	background-color: #FFF;
	color: grey;	
}  
    .para_boexli_dashed_10{
        padding: 10px;
        border: dashed thick #FFFFFF;
    }
    .para_boexli_dashed_black_10{
        padding: 10px;
        border: dashed thick #000000;
    }    
    .para_boexli_ridge_10{
        padding: 10px;
        border: ridge thick #FFFFFF;
    }
    .para_boexli_groove_10{
        padding: 10px;
        border: groove thick #FFFFFF;
    } 
    .para_boexli_dotted_10{
        padding: 10px;
        border: dotted #FFFFFF;
    }
    .para_back_color_black{
        background-color: black;
    }
    .para_back_color_white{
        background-color: white;
    } 
    .para_back_color_orange{
        background-color: orange;
    }                 
    .para_back_color_blue{
        background-color: blue;
    }
    .para_back_color_green{
        background-color: green;
    }
    .para_back_color_red{
        background-color: red;
    }

.email_rekurs{unicode-bidi:bidi-override; direction: rtl;
}

hr {border: 0px; border-bottom: 2px #FFF; border-style: dashed;}
     
/* Define linkStyles - einfügen in editor index.php zeile 277-287 */
      a.url_white {
        color: white;
		text-decoration: none;		
      }
	  a.url_white:hover {color: #808080; background-color: white;}
      
	  a.url_black {
        color: black;
		text-decoration: none;
      }
	  a.url_black:hover {color: white; background-color: black;}
	  
      a.url_yellow {
        color: yellow;
		text-decoration: none;       		
      }
	  a.url_yellow:hover {color: black; background-color: yellow;}

      a.url_orange {
        color: orange;
		text-decoration: none;      		
      }
	  a.url_orange:hover {color: white; background-color: orange;}
	  
      a.url_green {
        color: green;
		text-decoration: none;	
      }
	  a.url_green:hover {color: white; background-color: green;} 

      a.url_blue {
        color: blue;
		text-decoration: none;	
      }
	  a.url_blue:hover {color: white; background-color: blue;} 

      a.url_vio {
        color: #4327B7;
		text-decoration: none;	
      }
	  a.url_vio:hover {color: white; background-color: #4327B7;} 
	  
      .url_spacing {
        letter-spacing: 2px;
      }
      .url_bold {
        font-weight: bold;
      }
      .url_abstand_5px {
        padding: 5px;	
      }
      .url_abstand_10px {
        padding: 10px;	
      }
/* Define imageStyles - einfügen in editor index.php zeile 272-276 */	  
      .pic_rounded {
		  border-radius: 100%;
		  -moz-border-radius: 100%;
		  -webkit-border-radius: 100%;
		  -moz-background-clip: padding;
		  -webkit-background-clip: padding-box;
		  background-clip: padding-box;
      }
      .pic_round_small {
		  border-radius: 10%;
		  -moz-border-radius: 10%;
		  -webkit-border-radius: 10%;
		  -moz-background-clip: padding;
		  -webkit-background-clip: padding-box;
		  background-clip: padding-box;
      }	 
      .pic_border_grey {
		  border: solid 3px #CCC;
		  -webkit-box-sizing: content-box;
		  -moz-box-sizing: content-box;
		  box-sizing: content-box;
      }
      .pic_border_grey:hover {
		  border: solid 3px #000;
      }
      .pic_border_white {
		  border: solid 3px #FFF;
		  -webkit-box-sizing: content-box;
		  -moz-box-sizing: content-box;
		  box-sizing: content-box;
      }
      .pic_border_white:hover {
		  border: solid 3px #000;
      }
      .pic_border_blck {
		  border: solid 2px #000;
		  -webkit-box-sizing: content-box;
		  -moz-box-sizing: content-box;
		  box-sizing: content-box;
      }
      .pic_border_blck:hover {
		  border: solid 2px #FFF;
      }		  
      .pic_ocu_10 {
        opacity: 0.9;
      }
      .pic_ocu_20 {
        opacity: 0.8;
      }
      .pic_ocu_50 {
        opacity: 0.5;
      }	  
      .pic_respo { 
        max-width: 100%;
        height: auto;
		object-fit: contain;
      }