html {
  scroll-behavior: smooth;
}
.container {
  width: 100%;
  padding-right: 10px !important;
  padding-left: 10px !important;
  margin-right: auto;
  margin-left: auto;
}
.pac-container {
  z-index: 1020 !important;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.25rem 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.border-search {
  border: 1px solid #ced4da !important;
  border-radius: 30px !important;
}

body {
  font-family: 'Metropolis';
  font-size: 17px;
}

.black-jack-font{
  font-family: 'BlackJack';
}

.bg-dark {
background-color: #3A3536 !important;
}

#Carousel img {
background-size: cover;
background-position: center;
}

footer > div:nth-child(1) {
background-color: #4A5354;
}

footer > div:nth-child(2) {
background-color: #404949;
}

footer {
background-color: #404949;
width: 100%;
}

footer img {
height: 42px;
}

footer a {
color: #FFF;
text-transform: uppercase;
padding-left: 3%;
padding-right: 3%;
}

footer a:hover {
color: #FFF;
}

h2-custom ul {
  list-style: none;
  padding:0;
  margin:0;
}

h2-custom li { 
  padding-left: 1.2em; 
  text-indent: -1.2em;
margin-top: 0;
margin-bottom: 10px;
line-height: 150%
}

h2-custom li:before {
  content: "-";
  font-size: 28px;
font-weight: bold;
  color: #C61633; 
  margin-right: 4px;
}

.ul-custom {
  list-style: none;
  padding:0;
  margin:0;
  margin-left: 5%;
}

.li-custom { 
  padding-left: 1.2em; 
  text-indent: -1.2em;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 150%;
}
.li-custom:before {
  content: "-";
  font-size: 28px;
  font-weight: bold;
  color: #C61633; 
  margin-right: 4px;
}

.jumbotron-sm {
padding: 0.5rem 1rem;
height: 62px;
}
.jumbotron-sm-mobile {
padding: 0.8rem 1rem;
height: 62px;
}

.p-4 {
  padding: 0.75rem!important;
}

.h2-custom {
color: #C61633;
font-weight: bold;
}


/* Selbstest style */
.question-content p {
  font-weight: bold;
}

.question-content div {
  background-color: #eaeaea;
  margin-bottom: 5px;
}

.question-content div input{
  vertical-align: middle;
}

.question-content div span{
  font-weight: 500;
}

input[type=radio] {
  border: 2px solid #1b93bd;
  border-radius: 4px;
  padding: 0.4rem;
  margin-left: 5px;
  -webkit-appearance: none;
}

input[type=radio]:checked {
  background-color: #1b93bd;
  background-size: cover;
}

input[type=radio]:focus {
  outline-color: transparent;
}

.send-btn {
  background-color: #114730;
  color: white;
  border: 0px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 25px;
}

.message-warning {
  background-color: #f5dfdb;
  border: 2px #f8856c solid;
  color: #f8856c;
  padding: 10px;
}

.message-warning p{
  font-weight: 500;
}

.message-success {
  background-color: #f5dfdb;
  border: 2px #f8856c solid;
  color: #f8856c;
  padding: 10px;
}

/*
.message-success {
  background-color: #4fc879;
  border: 2px #046306 solid;
  color: #046306;
  padding: 10px;
}
*/

.message-success p{
  font-weight: 500;
}
/* Selbstest style */


/*
a:-webkit-any-link {
  text-decoration: underline !important;
}
*/
/*
.a-custom {
text-decoration: underline !important;
text-underline-offset: 3px !important;
text-decoration-thickness: 2px !important;
}


a:hover {
text-decoration: underline !important;
text-underline-offset: 3px !important;
text-decoration-thickness: 2px !important;
color: #C61633 !important;
}
*/

.modal-header {
background-color: #C61633;
color: #fff;
  padding:9px 15px;
  border-bottom:1px solid #eee;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
}

/* .modal-open {
  overflow: visible !important;
} */


.border {
  border: 0px solid #dee2e6!important;
}

#GoogleMaps {
height: calc(80vh - 260px);
}

.fsection {
min-height: calc(100vh - 66px - 284px);
}

.jumbotron-sm-mobile {
padding: 0.8rem 1rem;
height: 64%;
}

.jumbotron-mobile {
padding: 1.5rem 1rem;
margin-bottom: 1rem
}

.list-group-item.active {
background-color: #F8F9FA;
border: 1px solid rgba(0,0,0,.125);
}

.pointer {
  cursor: pointer;
  position: relative;
}

.statusBranch {
position: absolute;
right: 7%;
}

.pointer:hover {
background-color: darkgray;
}

.highlighted{
  background-color: darkgray !important;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 12px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 2s linear infinite;
  margin-top: 50%;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.header-background{
background-color: #C61633 !important;
/* max-width: 1140px; */
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}

.nav-a{
color: #FFF !important;
padding: 0.5rem 0.2rem;
}

.active>.nav-a {
color: rgba(255,255,255) !important;
text-decoration: underline !important;
text-underline-offset: 3px !important;
text-decoration-thickness: 2px !important;
}

.nav-a:hover {
color: rgba(255,255,255) !important;
}

nav-dropdown {
background-color: #C61633 !important;	
}

.contentImg{
/* padding-left: 32px;
padding-right: 32px; */
}

.contentImg-mobile{
padding-left: 3px;
padding-right: 3px;
}

.p-3 {
  padding: 0.5rem!important;
}

.standorteStyle{
color: #cc0000;
position: absolute;
top: 50%;
left: 3%;
font-size: 60px;
font-weight: bolder;
}

.standorteMobile{
color: #cc0000;
position: absolute;
top: 35%;
left: 3%;
font-size: 27px;
font-weight: bolder;
}

.jobStyleTop{
position: absolute;
bottom: 3%;
right: 3%;
background-color: darkgoldenrod;
color: black;
font-size: 50px;
}

.jobStyleTopMobile{
position: absolute;
bottom: 3%;
right: 3%;
background-color: darkgoldenrod;
color: black;
font-size: 18px;
font-weight: bolder;
}

.jobStyleCenter{
position: absolute;
bottom: 30%;
left: 3%;
color: #FFF;
font-size: 60px;
font-weight: bolder;
}

.jobStyleCenterMobile{
position: absolute;
bottom: 30%;
left: 3%;
color: #FFF;
font-size: 18px;
font-weight: bolder;
}

.jobStyleDivContentNotice{
background-color: #E9ECEF !important;
color: #929497 !important;
font-weight: bold;
text-align: center;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
}

.praventionStyle{
position: absolute;
top: 50%;
left: -5%;
background-color: rgba(255,255,255,.5);
color: black;
font-size: 60px;
font-weight: bolder;
transform: rotate(-10deg);
width: 110%;
text-align: center;
}

.praventionStyleMobile{
position: absolute;
top: 40%;
left: -5%;
background-color: rgba(255,255,255,.5);
color: black;
font-size: 30px;
font-weight: bolder;
transform: rotate(-10deg);
width: 110%;
text-align: center;
}

.privacy {
color: #FFA500;
position: absolute;
bottom: 0;
right: 3%;
font-size: 12px;
}

.privacy-mobile {
color: #0000FF;
position: absolute;
top: 0;
right: 0%;
font-size: 15px;
}

.route{
color: #FFF;
position: absolute;
bottom: 3px;
left: 3%;
font-size: 40px;
}

.route-mobile{
color: #FFF;
position: absolute;
bottom: 3px;
left: 3%;
font-size: 17px;
}

.route:hover{
color: rgba(255,255,255,.5);
text-decoration: underline !important;
}

.route-mobile:hover{
color: rgba(255,255,255,.5);
text-decoration: underline;
}

.background-smoke{
position: absolute; 
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.58%, rgba(0, 0, 0, 0.293878) 72.26%, rgba(0, 0, 0, 0.6) 100%);
bottom: 0;
width: 100%;
height: 100%;
}

.background-smoke-white :hover{
opacity: .8;
will-change: opacity;
-webkit-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out;
-webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 10;
}

.smoke-for-event {
  opacity: .8 !important;
  will-change: opacity !important;
  -webkit-transition: opacity .25s ease-in-out !important;
  transition: opacity .25s ease-in-out !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
  z-index: 10 !important;
}


.mb-15-rela{
position: relative;
margin-bottom: 1.5rem;
}

.mb-1-rela{
position: relative;
margin-bottom: 1rem;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  font-weight: 900;
  font-size: 4.3em;
  color: White;
  bottom: 26%;
  right: 0;
  z-index: 1049;
}

.marquee span {
  display: inline-block;
  padding-left: 5%;
  animation: marquee 6s linear infinite;
}

@keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

.ml2 {
position: absolute;
font-weight: 900;
font-size: 4.3em;
color: White;
bottom: 33%;
right: 4%;
z-index: 1049;
}

.ml2 .text-wrapper {
position: relative;
display: inline-block;
padding-top: 0.2em;
padding-right: 0.05em;
padding-bottom: 0.1em;
overflow: hidden;
}

.ml2 .letter {
display: inline-block;
line-height: 1em;
transform-origin: 0 0;
}

.ml3 {
position: absolute;
font-weight: 600;
font-size: 5em;
color: #FBC900;
top: 7%;
left: 31%;
line-height: 100%;
z-index: 1049;
text-align: -webkit-right;
  color: hsl(58%,79%,0%);
  text-shadow: 
    -1px 2px 1px hsl(0,10%,22%), 
    -2px 4px 1px hsl(0,10%,24%)
}

h1 {
color: white;
text-transform: uppercase;
}

@keyframes caret {
50% {
  border-color: transparent;
}
}

.main-color{
color: #C43652 !important;
}

.text-decoration-underline :hover{
  text-decoration: underline;
}
.button-scroll{
background-color: #C61633 !important;
color: white;
}

.text-footer{
color: #aab1b8;
}

.table-bordered td, .table-bordered th {
  border-bottom: 8px solid #ffffff;
border-left: 0px;
border-right: 0px;
}

.table td, .table th {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.tbody{
background-color: #C61633;
color: #fff;  
}

.table-custom td, .table-custom th {
background-color: #fff !important;
color: #000 !important;
  padding: 0.1rem;
  vertical-align: top;
  border-top: 0px solid #dee2e6;
}

.border-table{
border-spacing: 20px solid #f44f44;
}

.border-row{
border-bottom:  8px solid #26353a;
}

.width-row{
max-width: 63%;
}

.button-search-bar{
top: 3px;
right: 22px;
}

.table-bordered-mobile td, .table-bordered-mobile th {
  border-bottom: 6px solid #ffffff;
  border-left: 0px;
  border-right: 0px;
}

/*
@media (max-width: 576px){
.modal-dialog{
  margin: 2.5rem;
}

.pr-ftImg{
  padding-right: 0;
}

.width-row{
  width: 50%;
}
}

@media (min-width: 577px){
.padding-desk{
  padding-left: 0;
  padding-right: 0;
}

.pr-ftImg{
  padding-right: 3rem!important;
}

.width-row{
  width: 63%;
}
}
*/
.nav-link {
  color: #FFFFFF !important;
}

.col-md-4, .col-md-8, .col-md-12 {
  padding-right: 16px;
  padding-left: 16px !important;
}

.no-pr {
  padding-right: 0px !important;
  padding-bottom: 20px !important;
  
}

.col-md-4-filialfinder {
  padding-right: 4px !important;
  padding-left: 4px !important;
  width: 318px;
  position: relative;
}

.remove-btn-desk {
  position: absolute; 
  top: 29%;
  right: 12%; 
  cursor: pointer
}

.remove-btn-mobile {
  position: absolute; 
  top: 31.5%;
  right: 14%; 
  cursor: pointer
}

.remove-file-icn {
  position: absolute;
  top: 2px;
  cursor: pointer;
  margin-left: 10px;
}
.col-md-2-filialfinder {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 0.75rem;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.job-view .header .welcome-title {
  color: #000 ;
  font-weight: 600;
  font-size: 36px;
  margin-top: 16px;
}

.job-view .header h3 {
  text-align: end;
  font-weight: 600;
}

.job-view .header img {
  width: 170px;
  height: 170px;
}

.job-view .header h3 a{
  color: #000;
}

.job-view .header .position {
  margin-top: 20px;
  font-weight: 500;
}

.main-content .title {
  color: #C61633 ;
  font-weight: 600;
  margin-bottom: 16px;
}

.main-content .fs-label {
  font-size: 18px;
  font-weight: 500;
}

.main-content .li-custom-jd{
  padding-left: 1.2em; 
  text-indent: -1.1em;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
}

.main-content .li-custom-jd::before{
  content: "-";
  font-size: 26px;
  margin-right: 4px;
}

.main-content .form-label {
  font-weight: bold;
  font-size: 24px;
}

#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 1024px) {

#content-desktop {display: none;}
#content-mobile {display: block;}
  .p-mol {
    padding-left: 10px;
    padding-right: 10px;
  }

  .job-view .header .welcome-title {
    color: #000;
    font-weight: 600;
    font-size: 28px;
    margin-top: 12px;
  }

  .job-view .header img {
    width: 100px;
    height: 100px;
  }

  .job-view .header h3 {
    text-align: end;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .job-view .header .position {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
  }

  .main-content .title {
    font-size: 24px;
    color: #C61633 ;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .main-content .fs-label {
    font-size: 16px;
    font-weight: 500;
  }

  .main-content .li-custom-jd{
    padding-left: 1.0em; 
    text-indent: -0.9em;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
  }
  
  .main-content .li-custom-jd::before{
    content: "-";
    margin-right: 4px;
    font-size: 16px;
  }

  .main-content .form-label {
    font-weight: 600;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .ml3 {
    position: absolute;
    font-weight: 600;
    font-size: 1.75em;
    color: #FBC900;
    top: 7%;
    left: 23%;
    line-height: 110%;
    z-index: 1049;
    text-align: -webkit-right;
      color: hsl(58%,79%,0%);
      text-shadow: 
        -1px 2px 1px hsl(0,10%,22%), 
        -2px 4px 1px hsl(0,10%,24%)
    }
}

/*  
#AjaxModal .modal-dialog {
padding-right: 21px;
}
*/
.word {
perspective: 1000px; 
}

.word span {
cursor: pointer;
display: inline-block;
font-size: 17px;
font-weight: bold;
color: #fff;
user-select: none;
line-height: .8;
}

.word span:nth-child(1).active {
animation: balance 1.5s ease-out;
transform-origin: bottom left;
}

.read-place span {
  margin-right: 10px;
  font-size: 12px;
}

.fs-15 {
  font-size: 15px;
}

@keyframes balance {
0%, 100% {
  transform: rotate(0deg);
}

30%, 60% {
  transform: rotate(-45deg);
}
}

.word span:nth-child(2).active {
animation: shrinkjump 1s ease-in-out;
transform-origin: bottom center;
}

@keyframes shrinkjump {
10%, 35% {
  transform: scale(2, .2) translate(0, 0);
}

45%, 50% {
  transform: scale(1) translate(0, -150px);
}

80% {
  transform: scale(1) translate(0, 0);
}
}

.word span:nth-child(3).active {
animation: falling 2s ease-out;
transform-origin: bottom center;
}

@keyframes falling {
12% {
  transform: rotateX(240deg);
}

24% {
  transform: rotateX(150deg);
}

36% {
  transform: rotateX(200deg);
}

48% {
  transform: rotateX(175deg);
}

60%, 85% {
  transform: rotateX(180deg);
}

100% {
  transform: rotateX(0deg);
}
}

.word span:nth-child(4).active {
animation: rotate 1s ease-out;
}

@keyframes rotate {
20%, 80% {
  transform: rotateY(180deg);
}

100% {
  transform: rotateY(360deg);
}
}

.word span:nth-child(5).active {
animation: toplong 1.5s linear;
}

@keyframes toplong {
10%, 40% {
  transform: translateY(-48vh) scaleY(1);
}

90% {
  transform: translateY(-48vh) scaleY(4);
}
}

/* Mobile Version */

@media (max-width: 576px)
{
.modal-title {
  font-size: 20px;
}

.modal-body {
  padding: 1.5rem !important;
}

.modal-dialog{
  margin: 0.0rem;
  width: 100% !important;		
}

.modal-content{
  margin: 0.0rem;
  width: 100% !important;
}

.pr-ftImg{
  padding-right: 0;
}

.width-row{
  width: 50%;
}

.modal.right .modal-dialog {
  width: 70% !important;
}
}

/* Tablet Version */

@media (min-width: 768px) and (max-width: 1024px)
{
.modal-title {
  font-size: 24px;
}

.modal-body {
  padding: 0.5rem;
}

.modal-dialog{
  margin: 0.0rem;
  width: 100% !important;
}

.modal-content{
  margin: 0.0rem;
  width: 100% !important;
}

.pr-ftImg{
  padding-right: 0;
}

.width-row{
  width: 50%;
}

.modal.right .modal-dialog {
  width: 70% !important;
}
}

/* Desktop Version */
/*
@media (min-width: 1024px)
{
.modal-dialog{
  
  width: 47% !important;		
}

.modal-content{
  margin: 0.5rem;
  width: 47% !important;
}

}


*/

/* Modal style */
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 310px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}
  .modal-body ul {
    padding-left: 20px;
  }

  .modal-body ul li{
    list-style-type: none;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.4s;
  }

  .modal-body ul li.active{
    backdrop-filter: blur(var(16px));
    background-color: rgba(0,0,0,.05);
  }

  .modal-body ul li a{
    text-decoration: none;
    color: #212529;
    cursor: pointer;
    font-weight: 500;
  }

  .modal-body ul li:hover{
    backdrop-filter: blur(var(16px));
    background-color: rgba(0,0,0,.05);
  }
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade .modal-dialog {
		right: 0;
	}

	.modal-content {
		border-radius: 0;
		border: none;
	}

/*
	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
	}
*/
/* ----- MODAL STYLE ----- */

.has-search {
  border: 1px solid #ced4da;
  border-radius: 30px;
  width: 100%;
  position: relative;
  margin-right: 10px;
}

.has-search .form-control {
  padding-left: 1.375rem;
  padding-right: 4.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.475rem;
  height: 2.475rem;
  line-height: 2.375rem;
  text-align: center;
  color: #aaa;
  top: 0;
  right: 2%;
  cursor: pointer;
}

.my-location {
  margin-top: 2px;
  width: 10%;
} 

.my-location button {
  border-radius: 30px;
}

/* ------ ARROW STYLE ----- */
.arrow,
.arrow:before {
  position: absolute;
  left: 50%
}

.arrow {
  width: 40px;
  height: 40px;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #000 solid;
  border-bottom: 2px #000 solid;
}

  
.arrow:before {
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}

@keyframes arrow {
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}

.custom-map-control-button {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  height: 40px;
  cursor: pointer;
}
.custom-map-control-button:hover {
  background: rgb(235, 235, 235);
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  font-weight: 900;
  font-size: 4.3em;
  color: White;
  bottom: 20%;
  right: 0;
  z-index: 1049;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee linear infinite;
  white-space: nowrap;
  /* Animation duration wird dynamisch gesetzt */
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* Standardgr��e f�r Desktop */
.ml3 {
  position: absolute;
  font-weight: 600;
  font-size: 5em;
  color: #FBC900;
  top: 7%;
  left: 31%;
  line-height: 100%;
  z-index: 1049;
  text-align: -webkit-right;
  color: hsl(58%,79%,0%);
  text-shadow: 
    -1px 2px 1px hsl(0,10%,22%), 
    -2px 4px 1px hsl(0,10%,24%);
}


/* Anpassungen f�r Tablets im Querformat */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .ml3 {
    font-size: 4em;
    top: 10%;
    /*left: 25%;*/
	right: 5%;
  }
}

/* Anpassungen f�r Tablets im Hochformat */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ml3 {
    font-size: 3.5em;
    top: 12%;
    /*left: 20%;*/
	right: 5%;
  }
}

/* Anpassungen f�r kleinere mobile Ger�te */
@media (max-width: 767px) {
  .ml3 {
    /* Position der �berschrift anpassen */
    top: 10% !important;
    /*left: 15% !important;*/
	right: 5% !important;
    font-size: 1.8em !important;
  }
  
  .marquee {
    /* Position des Lauftexts anpassen */
    bottom: 20% !important; /* H�her als vorher (war 58%) */
    font-size: 1.6em !important;
  }
}

/* @Update 2025-03-21 */
/* Anpassungen f�r "kleine" Apple Smartphone Ger�te */
/*
	iPhone 6, 6s, 6 Plus, 6s Plus, 8 und X
*/
/*
@media (max-width: 375px) {
  .ml3 {
    font-size: 1.8em;
    top: 32%;
	right: 5%;
  }
}
*/

/* Anpassungen f�r iPad Air und iPad Mini im Querformat */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .ml3 {
    font-size: 3.2em; /* Schriftgr��e f�r Querformat */
    top: 10%; /* Positionierung nach oben/unten */
    /*left: 25%; /* Positionierung nach links/rechts */
	  right: 5%;
  }

  .marquee {
    font-size: 3.2em; /* Kleinere Schriftgr��e f�r Querformat */
    bottom: 20%; /* Anpassung des Abstands nach oben */
  }
}

/* Anpassungen f�r iPad Air und iPad Mini im Hochformat */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ml3 {
    font-size: 2.8em; /* Schriftgr��e f�r Hochformat */
    top: 12%; /* Positionierung nach oben/unten */
    /*left: 20%; /* Positionierung nach links/rechts */
	  right: 5%;
  }

  .marquee {
    font-size: 2.8em; /* Kleinere Schriftgr��e f�r Hochformat */
    bottom: 18%; /* Anpassung des Abstands nach oben */
  }
}

/* Feinabstimmung f�r iPad Mini (kleinere Bildschirme) im Querformat */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .ml3 {
    font-size: 3.2em; /* Etwas kleinere Schrift f�r iPad Mini im Querformat */
    top: 11%; /* Feine Anpassung der Position */
    /*left: 27%; /* Feine Anpassung der Position */
	  right: 5%;
  }

  .marquee {
    font-size: 3.2em; /* Etwas kleinere Schrift f�r iPad Mini im Querformat */
    bottom: 20%; /* Feine Anpassung des Abstands */
  }
}

/* Feinabstimmung f�r iPad Mini (kleinere Bildschirme) im Hochformat */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .ml3 {
    font-size: 2.7em; /* Etwas kleinere Schrift f�r iPad Mini im Hochformat */
    top: 13%; /* Feine Anpassung der Position */
    /*left: 22%; /* Feine Anpassung der Position */
	  right: 5%;
  }

  .marquee {
    font-size: 2.7em; /* Etwas kleinere Schrift f�r iPad Mini im Hochformat */
    bottom: 18%; /* Feine Anpassung des Abstands */
  }
}

/* Feinabstimmung f�r iPad Air Querformat */
@media (min-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .ml3 {
    font-size: 4.0em; /* Etwas kleinere Schrift f�r iPad Mini im Querformat */
    top: 11%; /* Feine Anpassung der Position */
    /*left: 27%; /* Feine Anpassung der Position */
	  right: 5%;
  }

  .marquee {
    font-size: 4.0em; /* Etwas kleinere Schrift f�r iPad Mini im Querformat */
    bottom: 28%; /* Feine Anpassung des Abstands */
  }
}

/* 
*
*
*
*/