.modal-beratung {
  /*display: none; Hidden by default */
  position: fixed; /* Stay in place */
  left: auto;
  top: 0;
  right: -100px;
  width: 350px; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-name: uk-fade-right;
  z-index: -1;
  transition: right 0.5s ease-in-out;
}

.uk-offcanvas-bar-animation {
    transition: left 0.5s ease-out 0.1s;
}

/* Modal Content/Box */
.modal-contentl {
  background-color: #be222b;
  padding: 40px;
  height: 100%;
  padding-top: 157px;
}

.modal-contentl .uk-nav a {
  color: #fff!important;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 600;
}

#module-93 {
    margin-top: 45px!important;
}

/*.modal-contentl .uk-nav li {
  display: inline-block;
}*/

.helex-menu-first {
  font-size: 20px;
  display: block;
  padding-top: 15px;
}

.helex-menu-first:hover {
  text-decoration: none;
}

.helex-live-chat {
    background: #be222b;
    padding: 20px;
    border-radius: 100%;
    /*box-shadow: 0 10px 50px rgb(0 0 0 / 50%);*/
    margin-top: 20px;
    transition: all .3s ease-in-out;
}

.helex-live-chat-position a:hover .helex-live-chat {
  background: black;
}

.helex-live-chat svg {
	fill: white;
}

.helex-live-chat-position {
  position: fixed;
  bottom: 100px;
  right: 100px;
  max-width: 80px;
	z-index: 2000;
}
@media(max-width:1500px) {
  .helex-live-chat-position {
    bottom: 50px;
    right: 50px;
  }
}

.tm-bottom {
  padding: 0px!important;
}

/*.tm-header-mobile .uk-logo img {
  width: 150px;
  margin-left: 20px;
}*/

.tm-header-mobile .uk-navbar-toggle svg {
  width: 40px;
  /*margin-right: 20px;*/
}

.tm-header-mobile .uk-navbar-toggle:hover svg rect {
  fill: white;
}

.tm-header-mobile .uk-nav > li > a,
.tm-header-mobile .uk-nav > li > a:hover {
  color: white;
}

.tm-header-mobile .uk-offcanvas-bar img {
  width: 100px;
}

.helex-white .tm-header .helex-menu-custom a,
.helex-white .tm-header .uk-navbar-toggle {
  color: white;
}

.helex-white .tm-header .uk-logo img {
  content: url('/../../images/helex/logo-weiss.svg');
}


.tm-header-mobile .uk-nav li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid #e5e9ed;
}

.tm-header-mobile .uk-nav > li:first-child {
  border-top: none;
  box-shadow: none;
}

.tm-header-mobile .uk-nav-sub li {
  border-top: none;
  box-shadow: none;
  margin-top: 0px;
  padding-top: 0px;
}

.tm-header-mobile .uk-nav-sub li a {
  color: white!important;
}

.uk-nav-parent-icon>.uk-parent>a::after {
    background-image:url('data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTIgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiIHN0eWxlPSIKIj48cGF0aCBkPSJNMS4yMTYgMi44MDVsNC43NDYgNC45NjIuMDQzLjA0Ni4wNC0uMDQxIDQuNzM4LTQuOTY2Ljk2Mi45MThMNy4wMSA4LjY4NkExLjM5IDEuMzkgMCAwMTYgOS4xOTVhMS4zNjUgMS4zNjUgMCAwMS0xLjAwNC0uNTE0TC4yNTUgMy43MjV6Ij48L3BhdGg+PC9zdmc+Cg==')!important;
}

.uk-offcanvas-bar .uk-nav-parent-icon>.uk-parent.uk-open>a::after {
  transform: rotateX(180deg);
}

.tm-header-mobile .uk-close svg {
  width: 20px;
  color: white;
}

.uk-navbar-toggle:hover {
    color: #09090a;
}


#tm-dialog-mobile .item-135 a:hover,
#tm-dialog-mobile .item-135 a:active,
#tm-dialog-mobile .item-135.uk-active a,
.tm-header .item-135 a:hover,
.tm-header .item-135 a:active,
.tm-header .item-135.uk-active a {
	color: #009bd9!important;
}


#tm-dialog-mobile .item-130 a:hover,
#tm-dialog-mobile .item-130 a:active,
#tm-dialog-mobile .item-130.uk-active a,
.tm-header .item-130 a:hover,
.tm-header .item-130 a:active,
.tm-header .item-130.uk-active a {
	color: #e30613!important;
}


#tm-dialog-mobile .item-199 a:hover,
#tm-dialog-mobile .item-199 a:active,
#tm-dialog-mobile .item-199.uk-active a,
.tm-header .item-199 a:hover,
.tm-header .item-199 a:active,
.tm-header .item-199.uk-active a {
	color: #daae00!important;
}

#tm-dialog-mobile .item-134 a:hover,
#tm-dialog-mobile .item-134 a:active,
#tm-dialog-mobile .item-134.uk-active a,
.tm-header .item-134 a:hover,
.tm-header .item-134 a:active,
.tm-header .item-134.uk-active a {
	color: #67ad2f!important;
}

@media(max-width:1199px) {
	
	.helex-live-chat-position {
    bottom: 40px;
    right: 40px;
  }
}

@media(max-width:959px) {
  .helex-header-section {
    margin-top: -130px;
  }

  /*.tm-header-mobile .uk-logo img {
    content: url('/../../images/helex/logo-weiss.svg');
  }*/
	
	.helex-live-chat-position {
    bottom: 20px;
    right: 20px;
  }
}

@media(max-width:640px) {
  .tm-header-mobile .uk-navbar-toggle svg {
    width: 30px;
  }

  .helex-live-chat svg {
    width: 30px;
  }

  .helex-live-chat {
    padding: 15px;
    margin-top: 10px;
  }

  .helex-live-chat-position {
    bottom: 10px;
    right: 10px;
  }
}



/* Neu 2024 */


/* Headlines */

@media (max-width:959px) {
	
	html {
		font-size: 18px;
	}
	
	h3, .uk-h3 {
    	font-size: 18px;
    }
	
	h4, .uk-h5 {
    	font-size: 18px;
    }
	
	h5, .uk-h5 {
    	font-size: 18px;
    }
	
	h6, .uk-h6 {
    	font-size: 18px;
    }
}


@media (max-width:639px) {
	
	html {
		font-size: 16px;
	}
	
    h1, .uk-h1 {
    	font-size: 22px;
    }
	
	h2, .uk-h2 {
    	font-size: 18px;
    }
	
	h3, .uk-h3 {
    	font-size: 16px;
    }
	
	h4, .uk-h5 {
    	font-size: 16px;
    }
	
	h5, .uk-h5 {
    	font-size: 16px;
    }
	
	h6, .uk-h6 {
    	font-size: 16px;
    }
	
}

.helex-headline-black-background {
	background: black;
    padding: 15px 20px;
	width: fit-content;
	color: white;
}

.helex-headline-red-background {
	background: #e30613;
    padding: 15px 20px;
	width: fit-content;
	color: white;
}

.helex-headline-blue-background {
	background: #009bd9;
    padding: 15px 20px;
	width: fit-content;
	color: white;
}

.helex-headline-yellow-background {
	background: #daae00;
    padding: 15px 20px;
	width: fit-content;
	color: white;
}

.helex-headline-green-background {
	background: #67ad2f;
    padding: 15px 20px;
	width: fit-content;
	color: white;
}

.helex-headline-background-center,
.helex-headline-background-center {
	margin-left: auto;
	margin-right: auto;
}

.helex-uppercase {
    text-transform: uppercase;
}	

.helex-uppercase-title .el-title {
    text-transform: uppercase;
}	


/* Liste */

.helex-liste-rote-punkte .el-image {
	margin-right: 20px;
}

/* modalfenster */

.modal-button-leistungen {
	background-color: transparent;
  padding: 0px;
  line-height: 1.2;
  font-size: 25px;
  padding: 20px;
  width: 100%;
	color: white!important;
  text-transform: none;
}

.modal-button-partner {
	background-color: transparent;
    padding: 0px;
    line-height: 1.2;
    font-size: 25px;
	text-transform: none;
    padding: 20px;
    width: 100%;
	color: white!important;
}

.modal-partner-pfeil {
	width: 10px; 
	margin-left: 20px; 
	margin-top: -5px;
	transition: 0.3s;
}

.el-item:hover .modal-partner-pfeil {
	margin-left: 30px; 
}

.modal-content-partner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.modal-image-container {
    display:inline-block; 
	vertical-align: middle;
}

.modal-text-container {
	display:inline-block; 
	vertical-align: middle; 
	padding-left: 40px;
}

.modal-image-leistungen-container {
	width: 33%; 
}

.modal-text-leistungen-container {
	width: 66%; 
}

.modal-image-partner-container {
	width: 20%; 
}

.modal-text-partner-container {
	width: 79%; 
}

.modal-image-leistungen {
    aspect-ratio: 3/4; 
	object-fit: cover;
}

.uk-modal-title-red-background {
	margin-bottom: 40px;
}

.modal-text {
	margin-bottom: 0px;
}

#apple .modal-image-partner-container,
#hp .modal-image-partner-container{
	width: 15%; 
}

#apple .modal-text-partner-container,
#hp .modal-text-partner-container{
	width: 84%; 
}

#synology .modal-image-partner-container,
#online-usv .modal-image-partner-container,
#zebra .modal-image-partner-container,
#securepoint .modal-image-partner-container{
	width: 25%; 
}

#synology .modal-text-partner-container,
#online-usv .modal-text-partner-container,
#zebra .modal-text-partner-container,
#securepoint .modal-text-partner-container{
	width: 74%; 
}


@media(min-width: 1200px) {
	.uk-modal-body:has(.modal-content-partner) {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}


@media(max-width: 1499px) {
	
	.modal-image-leistungen {
    aspect-ratio: 3/5; 
}
}

@media(max-width: 1199px) {
	
	.modal-image-leistungen {
    aspect-ratio: 3/7; 
}
}

@media(max-width: 959px) {
	
	.modal-button-leistungen {
    font-size: 25px;
}
	
	.modal-button-partner {
    font-size: 20px;
}
	
	.modal-partner-pfeil {
	width: 7px; 
}
	
	.modal-image-leistungen {
    aspect-ratio: 7/3; 
}
	
	.modal-image-partner-container {
		width: 250px!important;
		margin-left: auto;
		margin-right: auto;
	}
	
	#apple .modal-image-partner-container {
		width: 150px!important;
	}
	
	.modal-text-partner {
		text-align: center;
	}
	
	.modal-image-container {
    display:block; 
	width: 100%; 
	vertical-align: middle;
}

.modal-text-container {
	display:block; 
	width: 100%; 
	vertical-align: middle; 
	padding-left: 0px;
	padding-top: 40px;
}
	.uk-modal-title-red-background {
	font-size: 25px!important;
		margin-bottom: 20px;
}
}

@media(max-width: 639px) {
	
	.modal-button-leistungen {
    font-size: 20px;
}
	
	.modal-image-leistungen {
    aspect-ratio: 4/3; 
}

.modal-text-container {
	padding-top: 20px;
}
	
}