@charset "utf-8";
:root {
	--primary: rgba(18,66,120,1); 
	--secondary: rgba(158,199,86,1);
	--lightGr: rgba(0,0,0,0.25); 
}
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/roboto-v50-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../webfonts/roboto-v50-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/roboto-v50-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../webfonts/roboto-v50-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../webfonts/roboto-v50-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../webfonts/roboto-v50-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/roboto-v50-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../webfonts/roboto-v50-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../webfonts/roboto-v50-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../webfonts/roboto-v50-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


*{
	margin: 0px;
	padding: 0px;
	 -webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
html {
	scroll-behavior: smooth;
}
body{
	font-weight: 300;
	hyphens: auto;
	hyphenate-limit-chars: auto 6;
	hyphenate-limit-lines: 3;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 8;
	-webkit-hyphenate-limit-lines: 3;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 8;
	-ms-hyphenate-limit-lines: 3;
	overflow-x: hidden;
	min-width: 395px;
}
h1, h2, h3, h4, h5, h6, .head1, .head2, .head3, .head4, .head5, .head6, .head1 span,  h1 span, .head2 span,  h2 span, .head3 span,  h3 span, .head4 span,  h4 span, .head5 span,  h5 span, .head6 span,  h6 span{
	line-height: 110%;
	font-weight: 900;
	
	text-transform: uppercase;
}
h1, .head1, .head1 span, h1 span {
	font-size: 3rem;
	margin-bottom: 20px;
	color: var(--secondary);
}
h2, .head2, .head2 span, h2 span {
	font-size: 2.4rem;
	letter-spacing: 1px;
	margin-bottom: 15px;
	color: var(--secondary);
}
h3, .head3, .head3 span, h3 span {
	font-size: 2rem;
	margin-bottom: 10px;
	letter-spacing: 1px;
	color: var(--primary);
}
h4, .head4, .head4 span, h4 span {
	font-size: 1.6rem;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: var(--primary);
}
h5, .head5, .head5 span, h5 span {
	font-size: 1.3rem;
	font-weight: 400;
	text-transform: none;
	color: rgba(0,0,0,0.5);
	margin-bottom: 2px;
	letter-spacing: 0px;
}
h6, .head6, .head6 span, h6 span {
	font-size: 0.9rem;
	color: var(--primary);
}
p, table, tr, td, div, ul, li, ol, input, textarea, div, select, option, span, button{
	font-size: 1.1rem;
	line-height: 170%;
	font-weight: 300;
	color: rgba(0,0,0,0.8);
}
a:link, a:visited{
	text-decoration: none;
	color:  var(--secondary);
}
a:active, a:hover{
	color:  var(--primary);
}
strong, b{
	font-weight: 600;
}
em, i{
	font-style: italic;
}
img{
	height: auto;
	vertical-align: top;
}
hr{
	color: rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
	height: 2px;
	border: none;
	margin-bottom: 35px;
	margin-top: 40px;
}

/*Banner*/
#banner{
	position: relative;
}
#banner_small{
	background: var(--secondary);
	min-height: 250px;
}
.banner_pic{
	vertical-align: top;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
#logo_wrap{
	margin: 20px auto;
	max-width: 400px;
}

/*Allgemeiner Aufbau*/
.wrapper, .wrapper_small{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.wrapper_small{
	max-width: 1400px;
}
.content{
	padding-bottom: 100px;
	padding-top: 100px;
}
.content_small{
	padding-bottom: 50px;
	padding-top: 50px;
}

/*Scrollbar*/
.progress-container {
	z-index: 999;
	width: 100%;
	height: 8px;
	background: #DDD;
	position: relative;
}
.progress-bar {
  	height: 8px;
	background: rgba(18,66,120,1);
	background: -webkit-linear-gradient(90deg, rgba(18,66,120,1) 0%, rgba(158,199,86,1) 100%);
	background: -moz-linear-gradient(90deg, rgba(18,66,120,1) 0%, rgba(158,199,86,1) 100%);
	background: linear-gradient(90deg, rgba(18,66,120,1) 0%, rgba(158,199,86,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(18,66,120,1)", endColorstr="#0080C8", GradientType=1);
  	width: 0%;
} 

/*Ankerlink*/
#anker_footer{
	display: none;
	position: fixed;
	bottom:20px;
	right: 40px;
	height: 55px;
	width: 55px;
	text-align: center;
	transition: 0.5s;
	z-index: 999;
	border-radius: 100%;
	border: 2px solid var(--primary);
	background: rgba(255,255,255,0.6);
}
#anker_footer a{
	display: block;
	color: var(--primary);
	font-size: 1.5rem;
	line-height: 210%;
}
#anker_footer:hover{
	transform: scale(1.2);
}

/*Bottom*/
#bottom{
	padding: 25px 45px 25px 45px;
	position: fixed;
	z-index: 995;
	background: rgba(255,255,255,1);
	bottom: 0;
	border-top: 2px solid var(--lightGr);
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.datum_messe, .ort_messe, .name_messe{
	font-size: 1.4rem;
	text-transform: uppercase;
}
.datum_messe{
	margin-right: 20px;
}
.name_messe{
	margin-right: 20px;
	background: var(--secondary);
	color: #FFF;
	padding: 5px 15px;
	font-weight: 600;
	letter-spacing: 1px;
}
.ort_messe{
	font-weight: 900;
}

/*Footer*/
footer {
	background: rgba(0,0,0,0.05);
	padding: 30px 35px 130px 35px;
}
footer *{
	font-size: 0.9rem;
	font-weight: 400;
	color: rgba(0,0,0,0.5);
}
#footer_nav {
	display: flex;
	justify-content: center;
	gap: 25px;
}
#footer_nav li {
	list-style: none;
}
#footer_nav a {
	color: rgba(0,0,0,0.5);
}
#footer_nav a:hover {
	opacity: 0.5;
}

/*Flex Layout*/
.flex_wrap, .flex_wrap_left, .flex_position_center, .flex_wrap_center{
	display: flex;
	flex-wrap: wrap;
}
.flex_wrap{
	justify-content: space-between;
}
.flex_wrap_left{
	justify-content: flex-start;
}
.flex_wrap_center{
	justify-content:center;
}
.flex_position_center{
	align-items: center;
	height: 100%;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col30, .col35, .col65, .col70{
	position: relative;
}
.col1{
	width: 100%;
}
.col2{
	width: 50%;
}
.col3{
	width: 33.333%;
}
.col4{
	width: 25%;
}
.col5{
	width: 19%;
    margin-bottom: 20px;
}
.col6{
	width: 16%;
}
.col30{
	width: 30%;
}
.col35{
	width: 35%;
}
.col40{
	width: 40%;
}
.col60{
	width: 60%;
}
.col65{
	width: 65%;
}
.col70{
	width: 70%;
}
.inner_wrap_small{
	padding: 10px;
}
.inner_wrap{
	padding: 25px;
}
.inner_wrap_left{
	padding: 0px 25px;
}
.inner_wrap_md{
	padding: 45px;
}
.inner_wrap_big{
	padding: 85px;
}
.inner_wrap_large{
	padding: 100px;
}

/*Allgemeine Klassen*/
.relative{ /*Wichtig wenn mit Position: absolute gearbeitet wird! Diese Klasse fuer das Bezugselement, also das aeussere!*/
	position: relative;
}
.no-margin{
	margin:0px;
}
ul.none{
	list-style: none;
	margin-top: 5px;
}
ul.none li{
	margin-bottom: 15px;
}
ul.regular{
	margin-bottom: 10px;
	margin-top: 10px;
}
ul.regular li{
	margin-left: 20px;
	margin-bottom: 10px;
}
.button, .button_wh{
	margin:30px auto;
	border-radius: 0px;
	transition: 0.2s;
}
.button{
	background: rgba(255,255,255,1);
	border:2px solid var(--primary);
}
.button_wh{
	border: 2px solid #FFF;
	background: none;
}
.button a, .button p{
	display: block;
	padding: 5px 25px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	transition: 0.3s;
}
.button a i, .button p i{
	color: var(--primary);
}
.button_wh a{
	color: rgba(255,255,255,1);
	padding: 2px 25px;
	display: block;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.button:hover, .button_wh:hover{
	transform: scale(0.9);
}
.button a, .button p{
	color:var(--secondary);
}
.trenner{
	width: 60px;
	margin-bottom: 15px;
	margin-top: 15px;
	height: 2px;
	background: var(--primary); 
}
.border_box{
	border-radius: 25px;
	overflow: hidden;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.right_text{
	text-align: right;
}
.uppercase{
	text-transform: uppercase;
}
.white-text{
	color: rgba(255,255,255,1);
}
.lt_gr_bg{
	background: rgba(0,0,0,0.05);
}
.wh_bg{
	background: rgba(255,255,255,0.8)
}
.einleitung{
	font-size: 1.3rem;
	line-height: 150%;
	font-style: italic;
}
.fancy_head{
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	background: var(--primary);
	width: max-content;
	padding: 1px 15px;
	margin-bottom: 5px;
}
.collapse:hover{
	cursor: pointer;
}
p.smalltext {
	font-size: 13px;
	line-height: 120%;
}
.spacing{
	letter-spacing: 4px;
}
.info_box{
	background: rgba(0,0,0,0.05);
	border-radius: 0px;
	padding: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.no_transform{
	text-transform: none;
}
.datenschutz p{
	margin-bottom: 15px;
}
.datenschutz h3, .datenschutz h5, .datenschutz h4{
	margin-top: 20px;
}
.regular_text{
	font-weight: 400;
}
.video_wrap{
	height: 650px;
}

/*Bilder allg.*/
.image_container{
	overflow: hidden;
	transition: 0.5s;
}
.image_container img{
	transition: 0.5s;
}
.image_container:hover img{
	transform: scale(1.2);
}
.img_full{
	width: 100%;
	vertical-align: top;
	height: auto;
	object-fit: cover;
}
.img_gr{
	transition: 0.3s;
	filter: grayscale(0.8);
}
.img_gr:hover{
	filter: grayscale(0);
}

/*Startseite*/
.news_sub, .news_head{
	text-transform: uppercase;
	line-height: 110%;
}
.news_sub{
	font-weight: 600;
	font-size: 1.2rem;
	background: var(--primary);
	color: #FFF;
	width: max-content;
	display:block;
	padding: 4px 15px;
	letter-spacing: 2px;
}
.news_head{
	font-weight: 900;
	font-size: 4.5rem;
	margin-bottom: 10px;
	color: var(--secondary);
	letter-spacing: 1px;
}
.news_info{
	font-size: 1.3rem;
	font-weight: 400;
	margin-right: 35px;
}
.slider_ort{
	font-size: 1rem;
	font-weight: 400;
	margin-top: 10px;
}

/*Aussteller*/
.aussteller_wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.aussteller_col{
	width: 23%;
}
.aussteller_col_2{
	width: 31%;
}
.aussteller_col_inner{
	background: rgba(255,255,255,1);
	padding: 10px;
}
.aussteller_col_inner *{
	font-size: 1rem;
}
.aussteller_col_inner p.headline_aussteller{
	font-weight: 600;
}
.aussteller_col_inner p.ort_aussteller{
	margin-bottom: 10px;
	font-weight: 400;
}

/*Aussteller-Detail*/
.aussteller_expand {
	flex: 0 0 100%;
	width: 100%;
}
.aussteller_expand_inner {
	padding: 16px;
	margin: 10px 0 20px;
	background: #fff;
}
.aus_inner{
	padding: 15px;
}
.img_full.aus_logo {
	width: 70%;
}
.aus_info p {
	font-size: 1.1rem;
	font-weight: 400;
	color: rgba(18,66,120,0.8);
}

/*Archiv*/
.archiv_wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: center;
}
.archiv_wrap div{
	width:19%;
}
.head5.archiv_head {
	background: var(--primary);
	width: max-content;
	padding: 3px 10px;
	color: #FFF;
}
.text_archiv {
	border-left: 2px solid var(--primary);
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.img_messe{
	max-width: 600px;
}
.number_wrap{
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
	margin-top: 25px;
}
.number_inner{
	display: flex;
}
.number_inner p{
	display: block;
	padding: 2px 10px;
	text-align: center;
	margin-right: 5px;
	border:2px solid rgba(0,0,0,0.2);
	background: rgba(255,255,255,1);
}
.number_inner p.number_marker{
	background: var(--secondary);
	border:2px solid var(--secondary);
	font-weight: 400;
}
.number_inner p.number_marker a{
	color: #FFF;
	font-weight: 600;
}

/*FAQ*/
.faq_wrap {
	padding-left: 20px;
}
.faq_outer .faq_head_wrap{
	border-bottom: 1px solid var(--lightGr);
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.faq_head {
	font-weight: 700;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.faq_inner {
	padding: 20px;
	border-bottom: 2px solid var(--lightGr);
}


#map_wrap{
	height: 600px;
}

/*******************************************/
/*******************************************/
/*******************************************/
.tab {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.tab button {
	background-color: inherit;
	outline: none;
	cursor: pointer;
	border: 2px solid var(--primary);
	padding: 7px 25px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-weight: 600;
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: 0.3s;
}
.tab button:hover {
}
.tab button.active {
	background-color: var(--primary);
	color: #FFF;
}
.tabcontent {
	display: none;
	padding: 30px;
	border: 2px solid rgba(0,0,0,0.2);
	margin-top: 25px;
}
/*******************************************/
/*******************************************/
/*******************************************/

@media(max-width:1350px){
	.inner_wrap{
		padding: 20px;
	}
	.inner_wrap_md{
		padding: 35px;
	}
	.inner_wrap_big{
		padding: 65px;
	}
	.inner_wrap_large{
		padding: 85px;
	}
	.col30, .col35, .col65, .col70{
		width: 50%;
	}

}
@media(min-width:2000px){
}
@media(max-width:1400px){
	.wrapper_small, .footer_box{
		min-width: 1300px;
	}
	#footer_box{
		width: 95%;
	}
}
@media(max-width:1300px){
	.wrapper, .wrapper_small{
		width: 90%;
	}
	.wrapper_small{
		min-width: 0;
	}
	#overlay_text{
		margin-bottom: 5%;
	}
}
@media(max-width:1200px){
	.col3{
	  width: 50%;
	} 
	.col40, .col60{
		width: 50%;
	}
	.logo_mobil {
		width: 100%;
		max-width: 180px;
		right: 0;
		top: 0;
		margin-bottom: 5px;
		margin-right: 3%;
		margin-top: 5px;
	}
	.col4{
		width: 50%;
	}
	.teaser_wrap .col3{
		width: 100%;
	}
	.teaser_col{
		width: 100%;
		margin-bottom: 50px;
		margin-left: 0;
		margin-right: 0;
	}
	.box_col1{
		margin: 0;
		width: 100%;
		padding: 0;
		max-width: none;
	}
	.box_col1 div{
		padding: 50px 35px;
		border: none;
	}
	.no_mobile{
		display: none;
	}
	.aussteller_col_2{
		width: 48%;
	}
}

@media(max-width:1024px){
	h1, .head1{
		font-size: 45px;
		width: 100%;
	}
	h2, .head2{
		font-size: 35px;
		margin-bottom: 20px;
	}
	h3, .head3{
		font-size: 30px;
		margin-bottom: 10px;
	}
	h4, .head4{
		font-size: 25px;
		margin-bottom: 5px;
	}
	.wrapper{
		width: 95%;
	}
	.content{
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.flex_wrap.no_wrap{
		flex-wrap: wrap;
	}
	.col2{
		width: 100%;
	}
	.col5{
		width: 33.33%;
	}
	.col30, .col35, .col65, .col70{
		width: 100%;
	}
	.col6 {
	  width: 30%;
	}
	.inner_wrap_small{
		padding: 5px;
	}
	.inner_wrap{
		padding: 15px;
	}
	.inner_wrap_md{
		padding: 30px;
	}
	.inner_wrap_big{
		padding: 45px;
	}
	.inner_wrap_large{
		padding: 65px;
	}
	.wrapper_small {
	  margin-left: auto;
	}
	#map_wrap{
		height: 500px;
	}
	.datum_messe, .ort_messe, .name_messe{
		font-size: 1.1rem;
	}
	.aussteller_wrap{
		gap:15px;
	}
	.aussteller_col{
		width: 31%;
	}
	.mobile_gap{
		min-height: 120px;
	}
}
@media(max-width:856px){
	.trenner{
		margin-left: -20px;
	}

	
}
@media(max-width:756px){
	.news_head{
		font-size: 4rem;
	}
	.spacing{
		letter-spacing: 2px;
	}
	.left, .right{
		width: 100%;
		float: none;
	}
	.left{
		margin-bottom: 15px;
	}
	.col5{
		width: 50%;
	}
	.col6 {
	  width: 50%;
	}
	.col40, .col60{
		width: 100%;
	}
	.border-right, .border-left{
		border:none;
	}
	.inner_wrap_big {
		padding: 30px;
	}
	.inner_wrap{
		padding: 10px;
	}
	.inner_wrap_md{
		padding: 25px;
	}
	.inner_wrap_big{
		padding: 35px;
	}
	.inner_wrap_large{
		padding: 55px;
	}
	.flex_wrap.flex_reverse, .flex_produkte.flex_reverse{
		flex-direction: column-reverse;
	}	
	#map_wrap{
		height: 450px;
	}
	#bottom{
		padding: 15px 25px 15px 25px;
	}
	.mobile_gap{
		min-height: 100px;
	}
	.tabcontent{
		padding: 10px;
	}
}
@media(max-width:656px){
	.news_head{
		font-size: 3.8rem;
	}
	.news_sub{
		width: 100%;
	}
	.col3, .col30, .col35, .col65, .col70{
		width: 100%;
	}
	.trenner{
		margin-left: 0px;
	}
	.logo_mobil{
		max-width: 200px;
	}
	.trenner{
		border-top: 4px dotted var(--primary);
	}
	.aussteller_col{
		width: 45%;
	}
	.aussteller_col_2{
		width: 95%;
	}

}

@media(max-width:556px){
	.news_head{
		font-size: 3.3rem;
	}
	.banner_text p{
		display: none;
	}
	.col3, .col4, .col5{
		width: 100%;
	}
	.col2{
		width: 100%;
	}
	h1, .head1, h1 span, .head1 span{
		font-size: 34px;
		width: 100%;
	}
	h2, .head2, h2 span, .head2 span{
		font-size: 28px;
		margin-bottom: 20px;
	}
	h3, .head3, h3 span, .head3 span{
		font-size: 26px;
		margin-bottom: 10px;
	}
	h4, .head4, h4 span, .head4 span{
		font-size: 22px;
		margin-bottom: 10px;
	}
	h6, .head6, .head6 span, h6 span {
	  font-size: 16px;
	}
	.fancy_head{
		max-width: 100%;
	}
	.mobile_gap{
		min-height: 80px;
	}
}

@media(max-width:456px){
	.news_head{
		font-size: 3rem;
	}
	.inner_wrap_large {
		padding: 25px;
	}
}
@media(max-width:356px){
	.col6 {
		width: 100%;
	}
}