p, .p {
	font-size: medium;
}

.line-h-m p {
	line-height: 2.5;
}

h2, .h2, .h2 p {
    letter-spacing: 0.1em;
    font-size: 3.0rem;
}

h3, .h3, .h3 p {
	font-size: xl-large;
}

h4, .h4, .h4 p {
    font-size: x-large !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.header-padding h3 {
	padding-left: 10em;
}

.right-arrow h3 {
	padding-top: 10px;
	font-size: 1.75em;
}
    
 .left-arror h3 {
	padding-top: 10px;
	font-size: 1.75em ;
  	
 }

.blockPadding{
	padding-inline: 200px;
}

.hide-desktop-img img {
	visibility: hidden;
}

a.hyperlink_txt.default.link-button.cycle-button {
	border: 3px solid #fff;
    padding: 8px;
    font-size: larger;
    border-radius: 5px;
}

.bigger_table_text p{
	font-size: x-large;
	color: #22262D;
	padding-left: 30px !important;
	letter-spacing: 0.1em;
}

.right-arrow h2 {
	letter-spacing: normal;
}
    
.left-arror h2 {
	letter-spacing: normal;
}

.picture-header h5 {
	display: flex;
	align-items: center;
    justify-content: space-evenly;
    padding-bottom: 10px;
    border-bottom: 2px solid gray;
}

.link-button a.hyperlink_txt{
	padding-inline:  40px;
	border-radius: 5px;
	font-size: larger;
}

.black-bg {
	background-color: #000;
	border-radius: 0px 8px 8px 0px;
}

.gray-bg {
	background-color: rgba(204, 204, 204, 1);
	border-radius: 8px 0px 0px 8px;
}

.blue-bg {
	background: #c5e3f0;
}

.pi-bg {
	background: #786567;	
}

.rounded-0 {
	border-radius: 0 !important;
}

.no-padding .container{
	padding: 0px !important;
}

.no-padding .image_container img{
		float: left;
		height: 150px;
	}

.padding-container {
	max-width: 835px;
	margin-inline: auto;
	margin-top: 10em !important;
	justify-content: center;
}

.right-arrow {
	background-image: url("https://pironex.de/files/pironex-files/fotos/right_arrow.svg");
	background-position: left;
	background-size: contain;
	margin-top: -100px;
	height: 266px;
}

.right-arrow .ce_text.txt-color-white.block {
	height: 100%;
}

.right-arrow .ce_text.txt-color-white.block table {
	height: 100%;
}

.left-arror {
	background-image: url("https://pironex.de/files/pironex-files/fotos/left_arrow.svg");
	background-position: right;
	background-size: contain;
	margin-top: -100px;
	height: 266px;
}

.left-arror .ce_text.txt-color-white.block {
	height: 100%;
}

.left-arror .ce_text.txt-color-white.block table {
	height: 100%;
}

.arrow-row-details {
	display: none;
}

.arrow-row-details-blank {
	display: none;
}

.link-box {
	position: relative;
}

.flex-column {
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
}

.flex-column .ce_image_text_box.version4 {
    display: flex;
    width: 100%;
    align-content: space-between;
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.15);
}

.box-link {
	position: absolute;
	top: 0;
	 right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
}

.flex {
	display: flex;
}

.items-center {
	align-items: center;
}

.items-center .container{
	align-items: center;
	padding: 0;
}

.underline {
	border-bottom: 2px solid #ccc;
}

.underline p{
	padding-left: 10px;
}

.overlap-cln .ce_text{
	display: grid;
	position: relative;
	overflow: visible;
	background: #eaeaea;
	border-radius: 5px;
	padding: 20px 30px 150px 30px;
}

.overlap-cln .image_container {
	width: 100%;
	position: absolute;
	bottom: -55px;
}

.category-container {
	background-color: #F5F5F5;
	border-radius: 10px;
	padding: 40px 20px 20px 20px;
	color: #c00d0d;
}

.category-container .ce_image_text_box_inside {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.white-btn a{
	color: #950000 !important;
	background-color: #fff !important;
	border-radius: 3px;
}

.mobile_vis {
	display: none;
}

.desktop_vis {
	display: revert;
}

#footer {
	background-color: #950000 !important;
	color: #fff !important;
	padding-bottom: 100px;
}

#footer .links a {
	color: #fff !important;
	line-height: 1;
}

#footer .footer-grid {
	align-items: center;
	justify-content: center;
}

.reverse-column-grid {
       display: grid;
}

#bottom {
	background-color: #22262D !important;
}

@media only screen and (max-width: 1024px) {
	
	.blockPadding {
		padding-inline: 115px;
	}
	
	.right-arrow h2 {
		padding-top: 10px;
		font-size: 1.55em !important;
	}
    
    .left-arror h2 {
		padding-top: 10px;
		font-size: 1.55em !important;
	}
	
	.right-arrow h3 {
		padding-top: 10px;
		font-size: 1.25em !important;
	}
    
    .left-arror h3 {
		padding-top: 10px;
		font-size: 1.25em !important;
	}
	
	a.hyperlink_txt.default.link-button.cycle-button {
		border: 3px solid #fff;
    	padding: 8px;
    	font-size: 1em;
		border-radius: 5px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	
	.mobile_vis {
		display: revert;
	}

	.desktop_vis {
		display: none;
	}
	
	.text-al-l-mobile, .text-al-l-mobile h2 {
		text-align: start !important;
	}
	
	.text-al-c-mobile {
		text-align: center !important;
	}
	
	.flex-column {
		justify-content: center;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.flex-column .ce_image_text_box.version4 {
		width: 90%;
	}
	
	.hide-desktop-img img {
		visibility: visible;
	}
	
	.header-padding h3{
		padding-top: 0.5em;
		padding-left: 1em;
		padding-bottom: 0.5em;
	}
	
	.blockPadding {
		padding-inline: 0px;
	}
	
	.bigger_table_text p{
		font-size: medium;
		padding-left: 10px !important;
	}
	
	.link-button a.hyperlink_txt{
		padding-inline:  20px;
		border-radius: 5px;
		font-size: medium;
	}
	
	 a.hyperlink_txt{
	 	display: block !important;
    	margin-inline: 40px;
	 }
	 
	 a.hyperlink_txt.default.link-button.cycle-button {
		display: revert !important;
		margin-inline: 0;
	}
	
	.right-arrow {
		margin-top: 0px;
		padding-top: 0px;
		height: 230px;
		background-size: cover;
	}

	.left-arror {
		padding-top: 0px;
		margin-top: 0px;
		height: 230px;
		background-size: cover;
	}
	
	.right-arrow td{
		padding-left: 10px;
	}

	.left-arror td {
		padding-right: 10px;
	}
	
	
    .reverse-column-grid {
       display: flex;
       flex-direction: column-reverse;
    }
    
    .reverse-column {
    	flex-direction: column-reverse;
    }
    
    .brand-column img{
		padding-inline: 15px
	}
	
	.arrow-one {
		margin-top: -130px !important;
	}
    
    .black-bg {
		border-radius: 8px 8px 0px 0px;
	}

	.gray-bg {
		border-radius: 0px 0px 8px 8px;
	}
	
	#footer {
		padding-bottom: 50px;
	}
	
	#footer .links a {
		line-height: 1;
	}
}

@media only screen and (max-width: 500px) {
	
	.right-arrow {
		margin-top: 0px;
		padding-top: 0px;
		
	}

	.left-arror {
		padding-top: 0px;
		margin-top: 0px;
	}
    
    .right-arrow p{
    	line-height: 22px;
	}

	.left-arror p{
		line-height: 22px;
	}
	
}

@media only screen and (max-width: 400px) {
	
	.bigger_table_text p{
		font-size: small;
	}
	
	 .right-arrow {
		background-size: contain;
	}

	.left-arror {
		background-size: contain;
	}
	
}