.header .cec-content-wrap {
	justify-content: end;
	padding-bottom: 10svh;
}
.header .card h1 {
	font-size: 8vw;
	line-height: 1;
	text-shadow: 0 0 0.01vw rgba(0,0,0,0.8);
	text-indent: -0.5vw;
}
.galcol .tns-nav {
	display: flex;
	justify-content: center;
}

.tns-nav button {
	height: 10px;
	width: 10px;
	border: 0;
	border-radius: 10px;
	background-color: rgb(198, 198, 198);
	margin: 15px 3px;
}
.tns-nav button.tns-nav-active {
	width: 25px;
	background-color: rgb(33, 37, 41);
	transition: width 0.2s ease-in-out;
}

.galcol .tns-controls{
  	display: flex;
	justify-content: end;
}
.galcol .tns-controls button {
	border: 0;
	width: 40px;
	height: 40px;
	margin: 0 0px 15px 15px;
	text-indent: -300px;
	overflow: hidden;
}
.prv {
  background-image: url(../elements/arrow-left.svg);
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
}
.nxt {
	background-image: url(../elements/arrow-right.svg);
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;

}

ul.ce-uploads {
	padding-left: 0;
}
.news-single .ce-uploads li {
	list-style-type: none;
}
.news-single .ce-uploads li a {
	background-image: url(../elements/arrow-download.svg);
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 40px;
	color: rgb(33, 37, 41);
	font-weight: 600;
	margin-right: 5px;
	text-decoration: none;
	line-height: 1.6;
}


/* Container für das Marquee */
.logo-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 10rem;
}

/* Track mit doppeltem Inhalt */
.logo-marquee__track {
  display: flex;
  width: max-content;
  animation: scroll 40s linear infinite;
  will-change: transform;
}



.logo-marquee__track img {
  height: 10rem;
  margin: 0;
  flex-shrink: 0;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

/* Farbe bei Hover */
.logo-marquee__track img:hover {
  filter: grayscale(0%);
}

/* Pause beim Hover */
.logo-marquee__track:hover {
  animation-play-state: paused;
}

/* Keyframes für nahtlose Endlosschleife */
@keyframes scroll {
  0%   { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}
.tx-powermail {
	padding-left: 25%;
	padding-right: 25%;
}
.powermail_fieldset .row > div {
	padding-bottom: 1.5rem;
}
.powermail_form .control-label{
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight:bolder;
  padding-bottom:0.8rem;
}
.powermail_form .frame-type-html .control-label{
  padding-bottom:0!important;
}
.powermail_form .frame-type-html p {
	font-size: 1.2vw;
	margin-bottom: 0.8rem;
}
.powermail_form .powermail_fieldwrap_type_radio label{
  padding-bottom:0!important;
  padding-bottom:0.8rem;
}
.powermail_form .powermail_fieldwrap_type_radio > div {
  display:flex;
}
.powermail_form .powermail_fieldwrap_type_radio .radio {
  padding-right:10px;
  font-size: 1.2vw;
}

.powermail_form .powermail_fieldwrap_type_submit .btn {
	font-size: 0.9rem;
	letter-spacing: 0.2vw;
	font-weight: 600;
	font-family: 'Inter Tight';
	line-height: 1;
	border: 2px solid;
	width: fit-content;
	padding: 0.9vw 3vw;
	border-radius: 3vw;
	color: inherit;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	margin-top: 1rem;
}
.powermail_form .powermail_fieldwrap_type_submit .btn:hover {
	background-color: #ff0022;
	color: #fff;
}

.powermail_fieldwrap_type_content {
	padding-bottom: 0 !important;
}
.powermail_form .form-control::placeholder {
	color: #ccc;
}
.powermail_fieldwrap_logo{
  display:none;
}

@media only screen and (max-width: 1999px) {
.header .card h1 {
	font-size: 10vw;
}  
.news-single h3 p {
	font-size: 2.5vw;
	font-weight: 600;
}
.news-single p, .news-single li {
    font-size: 1.2vw;
    line-height: 1.5;
  }
/* Powermail Anniversary */
.powermail_form .control-label{
  font-size:1.5vw;
}
  
} 
@media only screen and (max-width: 1199px) {
.header .card h1 {
	font-size: 10vw;
}  
.news-single h3 p {
	font-size: 3vw;
	font-weight: 600;
}
  .news-single h4 {
    font-size: 3vw;
    font-weight: 800;
    margin-bottom: 1.5rem;
  }  
.news-single p, .news-single li {
    font-size: 2vw;
    line-height: 1.5;
  }
.tx-powermail {
	padding-left: 15%;
	padding-right: 15%;
}  
} 
@media only screen and (max-width: 991px) {
.header .card h1 {
	font-size: 15vw;
}  
  .news-single h3 p {
    font-size: 4vw;
  }  
  .news-single h4 {
    font-size: 3.5vw;
    font-weight: 800;
    margin-bottom: 1.5rem;
  }
 .news-single p, .news-single li {
    font-size: 2.5vw;
  }
.news-single .textblock .frame-layout-1, .news-single .textblock .frame-layout-2, .news-single .textblock .frame-layout-3{
	padding-right: 0;
	padding-left: 0;
}
.powermail_form .powermail_fieldwrap_type_submit .btn {
	padding: 1.5vw 4vw;
    border-radius: 5vw;
}  
.powermail_form .control-label {
	font-size: 2.5vw;
}  
.powermail_form .powermail_fieldwrap_type_radio .radio, 
.powermail_form .frame-type-html p  {
	font-size: 2vw;
}  
}
@media only screen and (max-width: 767px) {
.header .card h1 {
	font-size: 20vw;
}
  .news-single h3 p { 
    font-size: 7vw;
  }  
  .news-single h4 {
    font-size: 6vw;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }
.news-single p, .news-single li {
    font-size: 5vw;
  }
.tx-powermail {
	padding-left: 5%;
	padding-right: 5%;
} 

.powermail_form .powermail_fieldwrap_type_submit .btn { 
font-size: 1rem;
    padding: 2vw 5vw;
    border-radius: 5vw;
}  
}
@media only screen and (max-width: 575px) {
  .powermail_form .control-label {
	font-size: 5vw;
}  
.powermail_form .powermail_fieldwrap_type_radio .radio, 
.powermail_form .frame-type-html p  {
	font-size: 4vw;
}  
}  
@media (min-width: 1200px) {

 .news-single h4 {
    font-size: 1.5vw;
    font-weight: 800;
    margin-bottom: 1.5rem;
  }
}  