@media (max-width: 767px) 

{

	.mobilehead {display: block; }
	.sticky {
  z-index: 100000;
  position: fixed;
  width: 100%;
  transform: none;
  position: sticky;
  top: 0;
}
	
 .mobilelogo .image  {max-width: 258px;  margin: 0 auto;}

	.mobilehead  {  z-index: 100;  position: fixed;   width: 100%;  transform: none; position: sticky;  top: 0; background: #fff; }
	
	.kopfbereich {display: none;}
	
	video {		height: 22vh;}
	
	.headlinevideo {		font-size: 1.3rem;}
	.menu-open .mobilehead {display: block; background: none;}
	.menu-open .mobilelogo {display: none;}
.mobilelogo	figure picture {
	display: inherit;}
	
	
	.mobilehead	figure img  {	display: inherit;}
	
	.mobilelogo .frame {padding: 7px 0;}
	
	.hiddenmobile {display: none;}
	.logoicon,
	.line {display: none;}
	
		.mobilelogo img {}
	
	main h5 {		font-size: 30px;}
	
	.line {width: 100%; }
	
	main .card-body p {min-height: inherit;}
	
	
	#con .card{
    border-radius: 10px;
    padding: 50px;
    width: 100%;
    box-sizing: border-box;
    background-color: #0174ab;
    color: aliceblue;
    text-align: center;
	border:2px solid #fff;
	margin:1%;
	
}

	
	.carousel-text-inner {
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  padding: 3% 3%;
  display: table !important;
  margin: 0 auto;
  width: 90%;
  text-align: center;
		max-width: inherit;
}
	
	.news-list-view .article {width: calc(100% - 10px) !important;}
	
	
	.news .article h3 {
  font-size: 1.4rem;
}
	
	main h1 {  font-size: 2.4rem;}
	
	main h2 {
  font-size: 2rem;
}

	main h3 {
  font-size: 1.3rem;
}

.frame-custom-15 h1 span {
  font-size: 3rem;
	line-height: 1;
}
	}
