/*Content*/
.content {
	width: 100%;
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: top;
	color: #002f46;
	font-size: 1.8rem;
	line-height: 27px;
}
/*Content End*/

/*Content H title stle*/
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	color: #ae5b42;
	text-align: left;
	font-weight: lighter;
	margin-bottom: 15px;
	line-height: normal;
	text-transform: uppercase;
}
.content h1 {
	font-size: 3.0rem;
}
.content h2 {
	font-size: 2.8rem;
}
.content h3 {
	font-size: 2.6rem;
}
.content h4 {
	font-size: 2.4rem;
}
.content h5 {
	font-size: 2.2rem;
}
.content h6 {
	font-size: 2.0rem;
}
/*Content H title stle End*/



/*Content other style*/
.content a {
	color: #ae5b42;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}
.content a:hover {
	color: #ae5b42;
	opacity: 0.8;
}
.content strong {
	font-weight: bold;
}
.content hr {
	width: 100%;
	float: left;
	height: 2px;
	margin: 20px 0;
	background: #ccc;
	border: none;
}
blockquote {
	display: block;
	float: left;
	font-size: 1.3rem;
	font-style: italic;
	line-height: 18px;
	color: #949494;
	border-left: 5px solid #ccc;
	padding: 10px 10px 10px 20px;
	margin: 0 0 25px 25px
}
blockquote p {
	margin: 0;
}
/*Content other style End*/


/*Content List*/
.content ul {
	width: 100%;
	float: left;
	padding: 0 10px 0 15px;
	margin-bottom: 18px;
	list-style: none;
}
.content ol {
	width: 100%;
	float: left;
	padding: 0 10px 0 15px;
	margin-bottom: 18px;
	list-style-position: inside;
}
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
	margin-top: 5px;
	width: 100%;
	float: left;
}
.content li {
	width: 100%;
	float: left;
	position: relative;
	border-bottom: 1px solid #f7f7f7;
	padding: 5px 1% 5px 20px;
	color: #7d7d7d;
	transition: all 0.2s ease-in-out;
}
.content ol li {
	padding: 5px 1% 5px 5px;
}
.content li:nth-last-child(1){
	border-bottom: none;
}

.content li	p {
	margin: 0;
}
.content ul	li:before {
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
	width: 6px;
	height: 6px;
	line-height: 6px;
	font-family: "FontAwesome";
	font-size: 10px;
	color: #ae5b42;
	content: "\f10c";
	font-weight: bold;
}
.content ol li {
	padding: 4px 1% 4px 5px;
}
/*Content List End*/


/*Content Table*/
.content table {
	width: 100%;
	margin-bottom: 30px;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
.content td,
.content th {
	padding: 8px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	transition: all 0.2s ease-in-out;
	font-size: 1.3rem;
}
.content tr:nth-child(2n) {
	background: rgba(204,204,204,0.15); 
}
.content th p,
.content td p {
	margin: 0;
	padding: 0;
}
.content td:hover {
	background: rgba(204,204,204,0.2);
}
.content thead th {
	background: #327eb5;
	border: 1px solid #327eb5;
	color: #fff;
	border-right: 1px solid #fff;
}
.content thead th:last-child {
	border-right: 1px solid #327eb5;
}
/*Content Table End*/



/*Content Img*/
.content img {
	border: none;
}
.contentImg {
	display: inline-block;
	position: relative;
	vertical-align: top;
	text-align: left;
}
.img_100 .contentImg {
	width: 100%;
}
.img_90 .contentImg {
	width: 90%;
	display: inline-block;
}
.img_80 .contentImg {
	width: 80%;
}
.img_70 .contentImg {
	width: 70%;
}
.img_60 .contentImg {
	width: 60%;
}
.img_50 .contentImg {
	width: 48%;
	margin: 0 1%;
}
.img_40 .contentImg {
	width: 38%;
	margin: 0 1%;
}
.img_30 .contentImg {
	width: 28%;
	margin: 0 1%;
}
.img_20 .contentImg {
	width: 18%;
	margin: 0 1%;
}
.img_10 .contentImg {
	width: 8%;
	margin: 0 1%;
}
.img_100, 
.img_90, 
.img_80, 
.img_70, 
.img_60 {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 35px;
	display: block;
}
.contentImg.left_img {
	float: left;
	margin: 6px 15px 15px 0;
}
.contentImg.right_img {
	float: right;
	margin: 6px 0 15px 15px;
}
.img_100 .contentImg.left_img,
.img_90 .contentImg.left_img,
.img_80 .contentImg.left_img,
.img_70 .contentImg.left_img,
.img_60 .contentImg.left_img,
.img_100 .contentImg.right_img,
.img_90 .contentImg.right_img,
.img_80 .contentImg.right_img,
.img_70 .contentImg.right_img,
.img_60 .contentImg.right_img {
	float: none;
	margin: 0;
}
.contentImg img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.contentImg::before,
.contentImg::after {
	position: absolute;
	z-index: 2;
	content: "";
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.contentImg::before {
	width: 100%;
	height: 100%;
	background: rgba(55,101,138,0.6);
}
.contentImg::after {
	width: 100px;
	height: 100px;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	text-align: center;
	border-radius: 50px;
	background: url(../images/icon/zoom.svg) center no-repeat;
	transform: scale(0);
}
.img_min .contentImg::after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: scale(1);
	background-size: 30%;
	border-radius: 0;
}
.contentImg:hover::after {
	transform: scale(1);
	opacity: 0.8;
}
.contentImg:hover::before {
	opacity: 1;
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
	display: block;
	border: none;
	background: url(../images/icon/arrow.svg) 17px center no-repeat;
	background-size: 15px;
	transition: all 0.3s ease;
}
.blueimp-gallery > .prev {
	transform: rotate(180deg);
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
	display: block;
}
.blueimp-gallery > .close {
	width: 15px;
	height: 15px;
	margin: 5px 5px 0 0;
    background: url(../images/icon/close.svg) center no-repeat;
    background-size: 15px;
    transition: all 0.3s ease;
}
.blueimp-gallery {
    background: rgba(0, 47, 70, 0.95);
}
/*Content img End*/




/* ==========================================================================
   05. Mobile: Landscape
   ========================================================================== */
@media screen and (max-width: 767px) {

	/*Content*/
	.content {
		font-size: 1.5rem;
		line-height: 22px;
	}

	/*Content*/
	.my_table {
		width:100%;
		overflow-x: scroll;
		float: left;
		margin-bottom: 15px;
		-webkit-overflow-scrolling: touch;
	}
	.img_min,
	.img_100, 
	.img_90, 
	.img_80, 
	.img_70, 
	.img_60, 
	.img_50, 
	.img_40, 
	.img_30, 
	.img_20, 
	.img_10 {
		width: 100%;
		float: left;
		text-align: center;
		margin-bottom: 15px;
		display: block;
	}
	.img_min .contentImg,
	.img_100 .contentImg,
	.img_90 .contentImg,
	.img_80 .contentImg,
	.img_70 .contentImg,
	.img_60 .contentImg,
	.img_50 .contentImg,
	.img_40 .contentImg,
	.img_30 .contentImg,
	.img_20 .contentImg,
	.img_10 .contentImg {
		width: 100%;
		float: left;
		margin: 0 0 15px;
	}
	.img_min > a > img {
		width: 100% !important;
	}

}



/* Cookie Hinweis neu [Anfang]... */
/***
.BorlabsCookie {
	border:10px solid red;
}
.BorlabsCookie h3 {
	color:red !important;
	border:1px solid red;
}
.BorlabsCookie h4 {
	color:blue;
}
.BorlabsCookie p {
	color:green;
}
***/

/* Cookie Hinweis neu [Ende]... */
