
/* ========================================================================
   Typos / Icons
 ========================================================================== */


@media (min-width: 960px) {
  html {
    font-size: 22px;
  }
} 

@import url("//hello.myfonts.net/count/3890b8");

  
@font-face {font-family: 'BrandonGrotesqueWeb-Light';src: url('../fonts/3890B8_0_0.eot');src: url('../fonts/3890B8_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/3890B8_0_0.woff2') format('woff2'),url('../fonts/3890B8_0_0.woff') format('woff'),url('../fonts/3890B8_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'BrandonGrotesqueWeb-Medium';src: url('../fonts/3890B8_2_0.eot');src: url('../fonts/3890B8_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/3890B8_2_0.woff2') format('woff2'),url('../fonts/3890B8_2_0.woff') format('woff'),url('../fonts/3890B8_2_0.ttf') format('truetype');}

  
@font-face {font-family: 'BrandonGrotesqueWeb-Black';src: url('../fonts/3890B8_1_0.eot');src: url('../fonts/3890B8_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/3890B8_1_0.woff2') format('woff2'),url('../fonts/3890B8_1_0.woff') format('woff'),url('../fonts/3890B8_1_0.ttf') format('truetype');}



.font-weight-light, .light {
  font-family: 'BrandonGrotesqueWeb-Light', Helvetica, Arial, sans-serif !important;
}



.font-weight-strong, .strong, strong, b, .font-weight-bold, .uk-text-bold  {
  font-family: 'BrandonGrotesqueWeb-Medium', Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}

.font-weight-black  {
  font-family: 'BrandonGrotesqueWeb-Black', Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}





.uk-hr,
hr {
 overflow:visible;
 text-align:inherit;
 margin:0 0 35px 0;
 border:0;
 border-top:1px solid #e5e5e7
}

*+.uk-hr,
*+hr {
 margin-top:35px
}

@media (min-width: 1200px) {
.uk-hr,
hr {
 margin:0 0 70px 0;
}

*+.uk-hr,
*+hr {
 margin-top:70px
}
}

.text-shadow {
	text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6);
}

.text-underline {
  text-decoration: underline !important;
}

.text-transform {
  text-transform: uppercase !important;
}

.no-text-transform {
  text-transform: none !important;
}

p:last-child {
	margin-bottom: 0;
}

.no-overflow {
	overflow: hidden !important;
}


.uk-z-index {
	z-index: 1;
	position: relative;
}


.uppercase {
	text-transform: uppercase !important;
}
.tm-toolbar-default .uk-text-muted, .uk-card-primary.uk-card-body .uk-text-muted, .uk-card-primary > :not([class*="uk-card-media"]) .uk-text-muted, .uk-card-secondary.uk-card-body .uk-text-muted, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-text-muted, .uk-light .uk-text-muted, .uk-offcanvas-bar .uk-text-muted, .uk-overlay-primary .uk-text-muted, .uk-section-primary:not(.uk-preserve-color) .uk-text-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted {
	color: rgba(255,255,255,1) !important;
}


/* ========================================================================
   Width
 ========================================================================== */


@media (max-width: 639px) {
.uk-width-large {
width: 230px;
    }
 }
 
 
 
 
/* ========================================================================
   Card
 ========================================================================== */


.uk-card-default:hover {
	color: #fff !important;
	background-color: #3a4295 !important;
}

.uk-card-default:hover .uk-text-primary {
	color: #fff !important;
}
/* ========================================================================
   Picture
 ========================================================================== */


.image-overlay img {
	margin: -50px 0;
}
 

/* ========================================================================
   Close
 ========================================================================== */


.uk-modal-dialog .uk-close {
	color: #FFF;
}
 
.uk-modal-dialog .uk-close:hover {
	color: rgba(16, 182, 164, 1);
}


/* ========================================================================
   Headlines
 ========================================================================== */


@media (max-width:639px) {
.hyphens-auto {
	hyphens: auto;
}
}



@media (min-width: 960px) {
.grid-header .uk-heading-small {
	font-size: 40px;
}
}

@media (min-width: 1200px) {
.grid-header .uk-heading-small {
	font-size: 48px;
}
}

/* ========================================================================
   Colors
 ========================================================================== */

 .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark p, .bg-dark ul, .bg-dark li {
  color: rgba(255, 255, 255, 1);
}



 
 .white,  .white h1,  .white h2,  .white h3, .white h4, .white h5, .white p,
 .el-content-white  {
  color: #fff !important;
}


 .green {
  color: #00ff00 !important;
}


 .black {
  color: #000 !important;
}



 .grey {
  color: #dcdcdc !important;
}




 .bg-white {
  background-color: #fff !important;
}

 .bg-green {
  background-color: #00ff00 !important;
}


 .bg-black {
  background-color: #000  !important;
}


 .bg-grey {
  background-color: #dcdcdc !important;
}


.bg-transparent {
	background: transparent !important;
}

 .bg-opacity {
  opacity: 0.85 !important;
}

 .opacity-30 {
  opacity: 0.30 !important;
}

 .fill-red {
  fill: #f44c59 !important;
}


/* ========================================================================
   SVG Fill Class
 ========================================================================== */

 .svg-fill-light-green svg {
  fill: #70d3c8 !important;
}


 .svg-fill-light-blue svg {
  fill: #67b9da !important;
}


 .svg-fill-light-red svg {
  fill: #f8949b !important;
}

 .svg-fill-white svg {
  fill: #FFF !important;
}



/* ========================================================================
   Margin
 ========================================================================== */

.minus-margin-xsmall-top {
	margin-top: -50px !important;
}


.minus-margin-medium-top {
	margin-top: -100px !important;
}



@media (min-width: 960px) {
.minus-margin-xsmall-top {
	margin-top: -100px !important;
}

.minus-margin-small-top {
	margin-top: -150px !important;
}

.minus-margin-medium-top {
	margin-top: -200px !important;
}


.minus-margin-top {
	margin-top: -250px !important;
}

.minus-margin-large-top {
	margin-top: -350px !important;
}
}


/* ========================================================================
   button
 ========================================================================== */


.uk-button{
padding-top: 15px;
padding-bottom: 10px;
}


/* ========================================================================
   marker
 ========================================================================== */

.text-marker {
  background-color: rgba(255, 255, 255, 1);
  display: table;
  padding: 2px;
}


.text-marker-headline .el-title {
  background-color: rgba(255, 255, 255, 1);
  display: table;
  padding: 2px;
}

.text-marker-headline .text-marker-element {
margin-top: 5px;
}


@media (min-width: 960px) {

.text-marker-headline .text-marker-element:nth-child(2) {
margin-left: 20px;
}

.text-marker-headline .text-marker-element:nth-child(3) {
margin-left: -10px;
}

.text-marker-headline .text-marker-element:nth-child(4) {
margin-left: 10px;
}
}


h1.text-marker-category,
h2.text-marker-category,
h3.text-marker-category,
h4.text-marker-category {
  background-color: #0f0 ;
  display: table;
  padding: 2px;
  color: #000;
}


@media (min-width: 960px) {
h1.text-marker-category,
h2.text-marker-category,
h3.text-marker-category,
h4.text-marker-category {
  background-color: #0f0 ;
  padding: 2px 40px 2px 20px;
}
	
	
}	



.uk-margin-small.text-marker-category  {
	margin-bottom: 5px;
}

.text-marker-category + .text-marker-category  {
	margin-left: 10px;
}


/* ========================================================================
   Header
 ========================================================================== */


.tm-header > div:not(.uk-sticky-below) > .uk-navbar-container,
.tm-header .uk-sticky-below > .uk-navbar-container {
 padding-top:10px;
 padding-bottom:10px
}



.tm-header div:not(.uk-sticky-below) > .uk-navbar-container {
	padding-top: 40px;
	padding-bottom: 40px;
}


.tm-header .uk-sticky-below > .uk-navbar-container {
 background: #fff;
}

.tm-header .uk-sticky-below .uk-navbar-sticky {
	box-shadow: 1px 1px 15px 0 rgba(0,0,0,.3);
}

/* ========================================================================
   Section
 ========================================================================== */

[class*="uk-section"].border-section-top {
	border-top: dashed 5px #000;
}

[class*="uk-section"].border-section-bottom {
	border-bottom: dashed 5px #000;
}


/* ========================================================================
   Toggle
 ========================================================================== */


@media (min-width:960px) {
.tm-header > div:not(.uk-sticky-below) .uk-navbar-toggle svg {
  height: 40px;
  width: 40px;
}
}

/* ========================================================================
   Logo
 ========================================================================== */



.tm-header .uk-logo img,
.tm-header .uk-logo svg,
.tm-header .uk-sticky-below .uk-logo img {
  height: 50px;
  width: inherit;
}


@media (min-width:960px) {
.tm-header .uk-logo img,
.tm-header .uk-logo svg{
  height: 90px;
  width: inherit;
}
}


/* ========================================================================
   Language
 ========================================================================== */



.mod-languages img {
opacity: 0.75;
}

.mod-languages img:hover,
.mod-languages img:active {
opacity: 1;
}



div.mod-languages li {
	border-radius: 100%;
	border: 2px solid #000;
	width: 33px;
	height: 33px;
	line-height: 1;
	font-size: 1.2em;
	color: #000;
	text-align: center;
	display: flex !important;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	font-family: 'BrandonGrotesqueWeb-Medium', Helvetica, Arial, sans-serif !important;
	opacity: 0.75;
	margin: 0 !important;
}

div.mod-languages a {
	color: #000;
}



.uk-light div.mod-languages a {
	color: #fff;
}


div.mod-languages li:hover{
	border-color: #3a4295;
}


.uk-light div.mod-languages li {
	border-color: #fff;
	color: #FFF;
}

div.mod-languages li:hover,
div.mod-languages li:hover a {
	opacity: 1;
	color: #3a4295;;
}





.uk-light div.mod-languages li:hover,
.uk-light div.mod-languages li:hover a {
	opacity: 1;
	color: #fff;
}



div.mod-languages ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.mod-languages a {
	text-decoration: none;
	padding-top: 3px;
}


.tm-header .uk-sticky-below div.mod-languages a {
	color: #000;
}


.tm-header .uk-sticky-below div.mod-languages li {
	border: 1px solid #000;
	color: #000;
	width: 18px;
	height: 18px;
	font-size: 0.7em;
}
/* ========================================================================
   Dialog
 ========================================================================== */



#tm-dialog .icon-nav > ul > li {
	box-sizing: border-box;
	width: 50%;
}


#tm-dialog .icon-nav > ul {
display: flex;
  flex-wrap: wrap;
  min-width: auto;
  justify-content: center;
  flex: unset;
}




#tm-dialog .icon-nav .uk-nav-primary svg{
	margin: auto;
	padding-bottom: 15px;
	height: 80px;
	width: inherit;
}


#tm-dialog .icon-nav .uk-nav li > a {
	display: grid;
}



#tm-dialog .icon-nav .uk-nav-primary {
	font-size: 14px;
}






@media (min-width: 640px) {


#tm-dialog .icon-nav .uk-nav-primary svg{
height: 80px;
}

#tm-dialog .icon-nav > ul > li {
width: calc(100% / 3);
}


}






@media (min-width: 960px) {
	
#tm-dialog .icon-nav .uk-nav-primary > li > a {
	padding: 40px 0;
}	
	

#tm-dialog .icon-nav .uk-nav-primary {
	font-size: 18px;
}

#tm-dialog .icon-nav .uk-nav-primary svg{
height: 100px;
}

#tm-dialog .icon-nav > ul > li {
width: 25%;
}



}


/* ========================================================================
   Navbar
 ========================================================================== */

.uk-navbar-center:not(:only-child) {
transform: translate(-42%,-50%);
}







.uk-navbar-nav > ::before {
	content: "";
	height: 1em;
	margin-right: 20px;
	border-left: 1px solid transparent;
}


.uk-navbar-nav > :nth-child(n+2):not(.uk-first-column)::before {
	border-left-color: #000;
}

.uk-navbar-nav > * {
	display: flex;
	align-items: center;
}




.tm-header > div:not(.uk-sticky-below) .uk-navbar-nav > li > a {
	line-height: 1;
}



/* ========================================================================
   Scrollbar
 ========================================================================== */

.tm-scrollbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;

}

@media (max-width: 959px) {
.tm-scrollbar {
}
}

.tm-scrollbar .uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 50px;
  background-color: #3a4295;
  line-height: 40px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  transition-timing-function: ease;
  line-height: 50px;
  border-radius: 0;
  border: none;
  font-family: 'RebrandTxt-Black';
}





.tm-scrollbar .uk-hidden\@m .uk-icon-button:nth-child(n+2) {
	border-left: 1px solid #FFF;
}

.tm-scrollbar .uk-visible\@m .uk-icon-button:nth-child(n+2) {
	margin-top: 20px;
}


@media (min-width: 960px) {
	
.tm-scrollbar .uk-icon-button {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 65px;
  font-size: 22px;
  -webkit-border-top-left-radius: 25px;
-moz-border-radius-topleft: 25px;
border-top-left-radius: 25px;
text-align: center;
}



.tm-scrollbar .uk-icon-button:hover,
.tm-scrollbar .uk-icon-button:focus,
.tm-scrollbar .uk-icon-button:active {
  background-color: #5BC4F1:
  color: #FFF;
  /* 2 */
  outline: none;
  transform: none;
   text-decoration: none;
   border-top-left-radius: 0;
}



	
	
.tm-scrollbar {
  position: fixed;
  top: 50%;
  right: 0;
  left: auto;
  bottom: 50%;
  width: 70px;
  padding-right: 0;
  background-color: #3a4295;
  display: flex;
  align-items: center;

}

.tm-scrollbar .uk-icon-envelope {
	 font-size: 35px;
}	

.tm-scrollbar .uk-icon-button > svg {
	width: 40px;
}
	
}




@media (max-width: 959px) {
.tm-scrollbar .uk-panel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.tm-scrollbar .uk-icon-button:hover,
.tm-scrollbarr .uk-icon-button:focus,
.tm-scrollbar .uk-icon-button:active {
  background-color: #5BC4F1;
  color: #FFF;
  /* 2 */
  outline: none;
  transform: none;
  text-decoration: none;
}	

.tm-scrollbar .uk-icon-button > svg {
	width: 30px;
}	
}	


/* ========================================================================
   Tooltip
 ========================================================================== */

 .uk-tooltip {
  line-height: 1.3em;
  text-align: center;
    -webkit-border-top-left-radius: 25px;
-moz-border-radius-topleft: 25px;
border-top-left-radius: 25px;
height: 70px;
display: inline-flex !important;
align-items: center;
font-size: 1em;
font-family: 'BrandonGrotesqueWeb-Black';

}


[role=tooltip]:not(.uk-tooltip):not(.show) {
    display: block !important;

}



/* ========================================================================
   Remove Padding
 ========================================================================== */

@media (min-width: 960px) {
.item-order-alternate > div > div:nth-child(2n) .el-item > div > div:nth-child(2) {
	order: -1;
}
}



/* ========================================================================
   Slideshow Frontpage
 ========================================================================== */


.slideshow-frontpage .el-overlay  {
	text-shadow: 2px 2px 30px #000;
}



/* ========================================================================
   Grid Stack
 ========================================================================== */

/* Change Order */


@media (min-width: 960px) {
.grid-stack:nth-child(even) .stack-element > div > div + div  {
	order: -1;
}


.grid-stack:nth-child(even) .stack-element .stack-element-panel  {
	margin-left: auto !important;
}

}

.grid-stack:nth-child(even) .stack-element .uk-animation-slide-left {
animation-name:uk-fade,uk-slide-right;
}
.grid-stack:nth-child(even) .stack-element .uk-animation-slide-right {
animation-name:uk-fade,uk-slide-left;
}






/* ========================================================================
   Panel Slider - Kundenlogos
 ========================================================================== */


.kundenlogos .uk-slider-items {
align-items: center;
}


.kundenlogos img{
max-width: 200px;
max-height: 120px;
width: inherit;
  height: inherit;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}



/* ========================================================================
   Footer
 ========================================================================== */

@media (min-width: 960px) {
.footer .uk-nav-default {
	font-size: 22px;
}
}


/* ========================================================================
   Grid Stack / alignment change
 ========================================================================== */

@media (min-width: 960px) {
.item-order-alternate > div > div:nth-child(2n) .el-item > div > div:nth-child(2) {
	order: -1;
}
}


@media (max-width: 959px) {
.item-order-alternate .el-item .uk-padding-large {
	padding: 20px 0;
}
}

@media (min-width: 960px) {

.item-order-alternate > div > div:nth-child(2n+1) .el-item > div > div:nth-child(2) .uk-padding-large {
	padding-right: 0;
}

.item-order-alternate > div > div:nth-child(2n) .el-item > div > div:nth-child(2) .uk-padding-large {
	padding-left: 0;
}
}




/* ========================================================================
   To Top Scroller
 ========================================================================== */

.uk-totop {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	position: relative;
	box-sizing: border-box;
}



/* ========================================================================
   Panel / alignment change
 ========================================================================== */

@media (max-width: 959px) {
.order-change\@m > div > div:nth-child(2n)  {
	order: -1;
}
}




/* ========================================================================
   Grid Stack / alignment change
 ========================================================================== */

@media (min-width: 960px) {
.item-order-alternate > div > div:nth-child(2n) .el-item > div > div:nth-child(2) {
	order: -1;
}
}


@media (max-width: 959px) {
.item-order-alternate .el-item .uk-padding-large {
	padding: 20px 0;
}
}

@media (min-width: 960px) {

.item-order-alternate > div > div:nth-child(2n+1) .el-item > div > div:nth-child(2) .uk-padding-large {
	padding-right: 0;
}

.item-order-alternate > div > div:nth-child(2n) .el-item > div > div:nth-child(2) .uk-padding-large {
	padding-left: 0;
}
}








/* ========================================================================
   Login
 ========================================================================== */
body.login span.visually-hidden {
	visibility: hidden;
	display: none;
}




/* ========================================================================
   Widget Popover map
 ========================================================================== */
.map .uk-marker > svg  {
	display: none;
	visibility: hidden;
}

.map .uk-card-default,
.map .uk-card-default a  {
color: #FFF !important;
}

.map .uk-card-default  {
border: none;
padding: 50px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  text-align: left;
}

.map .uk-marker  {
	box-sizing: border-box;
	display: inline-block;
	width: 35px;
	height: 35px;
	border: none;
	background: transparent;
	/* line-height: 35px; */
	color: inherit;
	font-size: 18px;
	text-align: center;
	background-image: none;
	line-height: 32px;
	border-radius: 0;
	-webkit-transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
	transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
	transition-timing-function: ease;
	padding: 0;
	cursor: pointer;
}



.map > div > img + .uk-marker  {
width: 70px;
height: 70px;
border-top-right-radius: 80px;
}


.map > div > img + .uk-marker + div > .uk-card-default {
background-color: rgba(58, 66, 149, 1);
  border-top-right-radius: 80px;
}




.map > div > img + .uk-marker + div + .uk-marker,
.map > div > img + .uk-marker + div + .uk-marker + div + .uk-marker + div + .uk-marker  + div + .uk-marker  {
width: 45px;
height: 45px;
border-bottom-left-radius: 80px;
}


.map > div > img + .uk-marker + div + .uk-marker + div > .uk-card-default,
.map > div > img + .uk-marker + div + .uk-marker + div + .uk-marker + div + .uk-marker  + div + .uk-marker + div > .uk-card-default   {
background-color: rgba(0, 117, 190, 1);
  border-bottom-left-radius: 80px;
}





.map > div > img + .uk-marker + div + .uk-marker + div + .uk-marker  {
width: 45px;
height: 45px;
border-bottom-right-radius: 80px;
}



.map > div > img + .uk-marker + div + .uk-marker + div + .uk-marker + div > .uk-card-default  {
  background-color: rgba(91, 196, 241, 1);
  border-bottom-left-radius: 80px;
}





.map > div > img + .uk-marker + div + .uk-marker + div + .uk-marker + div + .uk-marker  {
width: 45px;
height: 45px;
border-bottom-right-radius: 80px;
}




.map > div > img + .uk-marker + div + .uk-marker + div + .uk-marker + div + .uk-marker + div > .uk-card-default {
background-color: rgba(177, 177, 177, 1);
  border-bottom-left-radius: 80px;
}




.map .uk-panel-box {
	color: rgba(255, 255, 255, 1);
	padding: 50px;
	box-shadow:0 2px 5px rgba(0,0,0,0.1);
}


.map .uk-panel-box a {
	color: rgba(255, 255, 255, 1);
}

.map .niederkruechten .uk-panel-box {
	background-color: rgba(58, 66, 149, 1);
	border-top-right-radius: 80px;
}

.map .bremen .uk-panel-box,
.map .nuernberg .uk-panel-box {
	background-color: rgba(0, 117, 190, 1);
	border-bottom-left-radius: 80px;
}

.map .duesseldorf .uk-panel-box {
	background-color: rgba(91, 196, 241, 1);
	border-bottom-left-radius: 80px;
}

.map .stuttgart .uk-panel-box {
	background-color: rgba(177, 177, 177, 1);
	border-bottom-left-radius: 80px;
}




.map .uk-open > .uk-dropdown,
.map .uk-open > .uk-dropdown-blank {
  -webkit-animation: uk-fade-scale-02 0.2s ease-in-out;
  animation: uk-fade-scale-02 0.2s ease-in-out;
}



/* ========================================================================
   Search
 ========================================================================== */

.uk-search-input {
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background: #212121;	
	border: 1px solid #6f6f6f;
}

.uk-search-input:focus {
    border-color: #b6a56c;
}

.uk-search .uk-search-icon {
	width: 40px;
	color: #6f6f6f;
}

.uk-search-input::placeholder {
    color: #6f6f6f;
}

.uk-search-input:focus::placeholder {
    color: #b6a56c;
}

.uk-search {
	margin-bottom: 50px;
}


/* ========================================================================
   Overlay Slider
 ========================================================================== */

 .overlay-slider .uk-overlay .el-content {
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.4em;
}


/* ========================================================================
   Karriere
 ========================================================================== */

/* Offene Stellen Teaser Button */



.jobs-open-positions-container {
	position: relative !important;
	display: inline-block;
}


.jobs-open-positions {
position: absolute;
right: -25%;
top: 40%;
display: inline-block;
width: 30px;
height: 30px;
line-height: 35px;
font-size: 20px;
border: none;
background: rgba(255, 0, 0, 1);
color: rgba(240, 240, 240, 1);
border-radius: 100%;
text-align: center;
  font-family: 'BrandonGrotesqueWeb-Black', Helvetica, Arial, sans-serif !important;
  font-weight: 300;
vertical-align: middle;
border: solid 4px rgba(240, 240, 240, 1);

}



