.modul_err a{ 
	text-decoration:none;
	color: inherit;
	font-weight: bold;
}

.modul_err a:hover{ 
	color: #e51f50; 
}

.modul_err h1{
	font-size: 24px;
    color: #e51f50;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.modul_err .ornament{
    background: #e51f50;
    height: 20px;
}


.color3 .modul_err .ornament{ 
	background: linear-gradient( to bottom, rgb(0, 45, 86), #c8e5ff);
}

.color4 .modul_err .ornament{ 
	background: linear-gradient( to bottom, rgb(48, 23, 0), #f7f3d6);
}

.color5 .modul_err .ornament{ 
	background: linear-gradient( to bottom, rgb(59, 39, 22), #a9dd38)
}

.modul_err {
    margin: 50px auto 0;
    margin-top: 15px;
    font-size: 15px;
    border: 1px solid #e51f50;
    max-width: 650px;
    margin-top: 50px;
}

.modul_err .err_left, .modul_err .content_left{
	float:left;
	width:30%;
	margin-left:5%;
}

.modul_err .err_right, .modul_err .content_right{ 
	float:right;
	width:60%;
	padding-right:5%;
	text-align: justify;
}

.modul_err .err_title, .modul_err .err_content, .modul_err .err_end{ 
	overflow:hidden;
}

.modul_err .err_end{ 
	padding:0 5% 2% 5%;
}		   

.err-bold{
	font-weight: bold;
}

.err-ul li{
	list-style-type: none;
}		

.err-ul>li:before {
    content: "■"!important;
    color: #e51f50!important;
    padding-right: 10px;
}

.err_end ul{
   margin: 0 0 10px 25px;
}
  

.modul_err .lin{ 
	background: #e51f50;
	border:0px;
	height:1px;
}

.color2 .modul_err .lin{ 
	background:#fff;
}

.color3 .modul_err .lin{ 
	background:#002d56;
}

.color4 .modul_err .lin{ 
	background:#301700;
}

.color5 .modul_err .lin{ 
	background:#3b2716;
}

.modul_err .err_bold{
	font-weight:bold;
	font-size:16px;
}	  

#google_translate_element2{
	display: none;
}

.main-menu ul li a {
    line-height: 18px;
}

.content .item-page img {
    box-shadow: none!important;
}

.content ul li {
    list-style-image: none!important;
}

.modul_err p{ 
	font-size: 18px;	
}

.modul_err .err-bold{
	font-size: 20px;
}

.fontsize-small .modul_err p,
.fontsize-small .modul_err h1,
.fontsize-small .modul_err li,
.fontsize-small .modul_err .err-bold{ 
	font-size: 14px;	
}

.fontsize-big .modul_err p,
.fontsize-big .modul_err h1,
.fontsize-big .modul_err li,
.fontsize-big .modul_err .err-bold{ 
	font-size: 25px;
}

.content_left {
    background: url(../images/images.png) no-repeat;
    height: 103px;
    width: 115px;
    background-size: contain;
}

.color3 .content_left {
    background: url(../images/images-blue.png) no-repeat;
    background-size: contain;
}

.color4 .content_left {
    background: url(../images/images-brown.png) no-repeat;
    background-size: contain;
}

.color5 .content_left {
    background: url(../images/images-brown.png) no-repeat;
    background-size: contain;
}


@media (max-width: 500px){
	.modul_err .err_left, 
	.modul_err .content_left,
	.modul_err .err_right, 
	.modul_err .content_right,
	.modul_err h1{
		width: 100%;
		text-align: center;
		float: none;
		margin-left: 0;
		padding: 0 10px;
	}

	.content_left {
		background-position-x: center; 
	}

}

@media (max-width: 400px){
	.modul_err p {
    font-size: 16px;
	}	
	.modul_err h1 {
    font-size: 20px;
    }
}
/**********************************************/

.vision .modul_err .ornament {
    background: #000;
    height: 20px;
}
/*//////black////////*/
.color2 .modul_err .ornament{ 
	background: #fff;
}
.color2 .modul_err{
	border: 1px solid #fff;
}
.color2 .modul_err h1{
	color: #fff;
}
.color2 .err-ul > li::before {
    content: "■" !important;
    color: #fff !important;
    padding-right: 10px;
}
.color2 .content_left{
	background: url(../images/black_images.png) no-repeat;
}
.color2 .modul_err a:hover{ 
	color: #fff; 
}
/*//////black////////*/

/*//////blue////////*/
.color3 .modul_err .ornament{ 
	background: #063462;
}
.color3 .modul_err{
	border: 1px solid #063462;
}
.color3 .modul_err h1{
	color: #063462;
}
.color3 .err-ul > li::before {
    content: "■" !important;
    color: #063462 !important;
    padding-right: 10px;
}
.color3 .content_left{
	background: url(../images/blue_images.png) no-repeat;
}
.color3 .modul_err a:hover{ 
	color: #063462; 
}
/*//////blue////////*/

/*//////brown////////*/
.color4 .modul_err .ornament{ 
	background: #301700;
}
.color4 .modul_err{
	border: 1px solid #301700;
}
.color4 .modul_err h1{
	color: #301700;
}
.color4 .err-ul > li::before {
    content: "■" !important;
    color: #301700 !important;
    padding-right: 10px;
}
.color4 .content_left{
	background: url(../images/brown_images.png) no-repeat;
}
.color4 .modul_err a:hover{ 
	color: #301700; 
}
/*//////brown////////*/

/*//////mint////////*/
.color5 .modul_err .ornament{ 
	background: #a9dd38;
}
.color5 .modul_err{
	border: 1px solid #a9dd38;
}
.color5 .modul_err h1{
	color: #a9dd38;
}
.color5 .err-ul > li::before {
    content: "■" !important;
    color: #a9dd38 !important;
    padding-right: 10px;
}
.color5 .content_left{
	background: url(../images/mint_images.png) no-repeat;
}
.color5 .modul_err a:hover{ 
	color: #a9dd55; 
}
.color5 .modul_err .lin {
    background: #a9dd38;
}
/*//////mint////////*/
