body {
  height:100% !important;
  width:100% !important;
  max-width:100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.hero.fullscreenvideo {
  position:relative;
  top:-100px;
  z-index: -1;
}

.hidden {
  display:none;
}

.overthrow-enabled .overthrow {
overflow: auto;
-webkit-overflow-scrolling: touch;
}

.container {
  max-width:1200px;
}

.news .container {
	/*padding-left: 0;*/
}
.image-max-width.banner {
    top: 0px !important;
    max-height: auto !important;
}
.banner {
  width:100%;
  overflow:hidden;
  top: -100px;
  position: relative;

  z-index: -1;
 /* margin-bottom:-60px;*/
}

.eventsslider {
  padding: 10px 0px !important;
}

.eventslider .scroll-container {
  width:100% !important;
}

.eventslider .slick-initialized .slick-slide {
 /* width:100% !important;*/
  display:inline-block;
}

.eventslider .slick-slider .slick-track {
  /*width:100% !important;*/
  /*transform: none !important;*/
}

.eventslider .slide {
  border:none;
  margin:0px 10px;
  padding-left: 20px;
}

.eventslider .media-heading {
  line-height: 25px;
  min-height:50px;
}

.sp-zoom {
  background-color:#fff;
}

.footer .module-backtotop {
    position: relative;
}

.footer .cc-revoke {
  position:relative;
  font-size: 16px;
  background:none;
  padding:0px;
  font-family: Fira_Light;
}

.footer .module-backtotop .backtotop__button {
    position: absolute;
    top: 0;
    right: 36px;
    transform: translate(50%, -27px);
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 52px;
    height: 54px;
    background-color: #95C11F;
    border: 2px solid #fff;
    opacity: 0;
    cursor: pointer;
    transition: opacity .35s cubic-bezier(.215, .61, .355, 1)
}

header + ul, header + p {
	margin-top: 15px;
}

.news-img-wrap .lightbox {
  font-weight: normal;
  line-height: 0;
  position: relative;
  text-align: left;
}

.news-category input[type="checkbox"] {
 	margin-bottom:0px;
    margin:0px;
    width:0px;
  display:none;
}

.news-category span.btn-default, .news-category button.btn-reset {
  border-radius:0px;
  padding:10px 20px;
  margin-bottom: 20px;
  line-height: 22px;
  min-height: 44px;
  border:none;
}

.news-category label input[type="checkbox"]:checked + span.btn-default, .news-category button.btn-reset.active {
  background-color:#95C11F !important;
}

@media (min-width:40em) {
    .footer .module-backtotop .backtotop__button {
        right: 10px;
        transform: translateY(-27px)
    }
}

.footer .module-backtotop .backtotop__button:before {
    color: #fff;
    transform: rotate(180deg)
}

.footer .module-backtotop .backtotop__button.-show {
    opacity: 1
}

.footer .module-backtotop .backtotop__button.-show.-hide {
    opacity: 0
}

.footer .col-md-3 span, .footer .col-md-3 .content-box ul {
  float:left;
  clear:left;
}

  .news .news-list-item.item-home .col-md-3 {
	  position: relative;
	  overflow: hidden;
	  width: 27%;
	  max-width: 119px;
	  height: 119px;
	  float: left;
	  padding: 0;
	  margin-right: 10px;
  }
  .news .news-list-item.item-home .col-md-3 .img-responsive {
	  position: absolute;
	  /* left: 50%;
	  right: 50%; */
	  height: 100%;
	  width: auto;
	  max-width: unset;
	  /* -webkit-transform: translate(-50%,0%);
      -ms-transform: translate(-50%,0%);
      transform: translate(-50%,0%); */
  }

  .news .news-list-item.item-home .col-md-6 {
  	 padding:0px;
     float:left;
  }

.news .news-list-item.item-home .col-md-6 .img-responsive {
	max-width:212px;
}

.footer .col-md-3 .content-box ul li {
  list-style:none;
}

.footer .col-md-3 .headline {
  font-size:16px;
  font-weight: 600;
  margin-bottom: .5787em;
}

.footer .col-md-3 a.footer-logo ~ span {
	display: inline-block;
	float: none;
}

  .mm-menu_navbar_top-2 .mm-panels {
    top: calc(var(--mm-navbar-size));
    z-index:1000;
  }

@media (max-width: 40em) {
	.row {
		display: inline-block;
		width: 100%;
	}
  .row.grid-rows {
    margin-left:0px;
    margin-right:0px;
  }
  
  .footer .row {
    margin-left:0px !important;
    margin-right:0px !important;
  }
  
	.footer .col-md-3 {
		display: block;
		width: 50%;
		max-width: 50%;
		overflow: auto;
		margin: 0 auto;
		text-align: center;
		padding: 1em 0 1em 0;
	}
	.footer .col-md-3 * {
		width: 100%;
	}
	.footer .col-md-3 img {
		width: 85px;
	}
	.footer .col-md-3 .footer-logo {
		margin-right: 0;
	}
  
  	.inner-col.adress-two, .inner-col.social-media, .inner-col.rights {
      margin-top:0px !important;
    }
	
	div#c201 blockquote {
		width: 100%
	}
	#c201 div.ce-gallery {
		float: none;
		width: 85%;
	}
	#c201 .ce-gallery .ce-column:last-child {
		margin: 0 auto;
	}
	.ce-textpic.ce-left.ce-intext {
		text-align: left;
	}

}
@media (min-width: 40em) {
	.row {
		display: flex;
	}
	.footer .col-md-3 {
		display: inline-block;
		max-width: 25%;
		width: auto;
		text-align: left;
	}
}
.footer .row {
  padding: 6.19174em 0;
}

.accordion .link .fa-chevron-down {
	color:#fff;
  	top:8px;
}

.accordion p {
  margin-bottom:0px;
}

.row {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	text-align: center;
    margin-right: -15px;
    margin-left: -15px;

}

.row {
  text-align:left;
}

.footer .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;

}
/* .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {

    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;

} */

.search {
  width:100px;
  float:left;
  position:absolute;
  margin-left:187px;
  margin-top:18px;
  top:0px;
  font-size:14px;
}
.tx-indexedsearch-searchbox {
  padding:9px 0px;
}

.tx-indexedsearch-searchbox .icon-search-before, .lang {
  padding-bottom:0px;
}

.top-nav + .module-search {
    margin-left: 0
}

@media (min-width:64em) {
    .top-nav + .module-search {
        margin-left: 2.0736em
    }
}

@media (max-width: 1024px){
  .sticky-menu {
    top: 0px !important;
  }
  .space-sm {
  
  padding-top: 26px;
}
  .mm-navbar > * {
    padding: 5px;
  }
  
  
}


@media (min-width: 1025px){
	nav.navbar {
		position: fixed;
		top: 0;
        overflow:unset;
		z-index: 5;
	}
	#site_2 .mm-slideout {
		margin-top: 140px;
        margin-bottom: -27px;
	}
  .mm-slideout {
  		  margin-top: 140px;
        margin-bottom: -80px;
	}
    .mm-slideout #pageContent #slider {
        margin-bottom: -93px;
    }
	.navbar .main + .header {
		display: none;
	}
}
@media (min-width: 1025px) and (max-width: 1143px){
  nav.navbar > div > div > ul#main > li {
    padding: 10px 11px;
  }
}
@media (min-width:64em) {
    .module-search {
        position: relative;
        display: -ms-flexbox;
        display: block;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }
}

.module-search .search__button {
    display: none
}

@media (min-width:64em) {
    .module-search .search__button {
        display: block;
        align-items: center;
        color: #144E73;
        cursor: pointer;
        transition: color .25s cubic-bezier(.215, .61, .355, 1)
    }

    .module-search .search__button:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        content: "";
        background: #fff;
        transition: width .3s
          
    }

    .module-search .search__button:hover:after {
        width: 100%;
    }
}

.-search-open .module-search .search__button:after {
    width: 100%;
}

.module-search .search__button span {
    position: relative;
}

.module-search .search__button span:before {
    margin-right: 10px;
}

.module-search .search__button span i {
    margin-right:10px;
}

.module-search .search__form {
    width: 100%;
    border-top: 1px solid #c5c5c5;
}

@media (min-width:64em) {
    .module-search .search__form {
        position: relative;
        top: 11px;
        width: 368px;
        max-width: none;
        background-color: #fff;
        border: 0 none;
        overflow: hidden;
        z-index:100;
    }
}

@media (min-width:64em) {
    .-search-open .module-search .search__form {
        height: auto;
        padding: 1px 0 2px;
        box-shadow: inset 0 1px 0 0 rgba(3, 0, 0, .2), inset 0 -2px 1px 0 #00bfdf
    }
}
@media (max-width: 51.3em) {
	.row.news-list-item.item-home {
		display: flex;
		margin-bottom: 20px;
	}
	.news .news-list-item.item-home div.col-md-3 {
		overflow: unset;
		max-width: unset;
		width: 245px;
		max-height: 150px;
		margin: 0 auto;
	}
	.news .news-list-item.item-home .col-md-3 img.img-responsive {
		position: relative;
		width: 100%;
		height: auto;
	}
	.row.news-list-item.item-home .col-md-9.articletype-0 {
		display: inline-block;
	}
}

.module-search .search__form form {
    position: relative
}

.module-search .search__form form .form-group {
    width: 100%;
    margin-bottom:3px;
}

.module-search .search__form form .form-group .input input {
    height: 4.48em;
    padding: 1.44em 2.0736em;
    width:85%;
    float:left;
}

.tx-indexedsearch-search-submit {
  float:left;
}

.module-search .search__form form button {
    padding: 20px 16px;
    font: inherit;
    color: #95C11F;
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    transition: color .35s cubic-bezier(.215, .61, .355, 1);
    float:left;
}

.module-search .search__form form button:hover {
    color: #95C11F;
}

.module-search .search__form form button:before {
    display: block;
    line-height: 1.6
}

.navbar .search .tx-indexedsearch-rules {
	display:none;
}

.navbar .search .tx-indexedsearch-searchbox-button {
  background:none;
  color: #144E73;
}

.navbar .search .tx-indexedsearch-searchbox-sword {
  color:#000;
}

.module-search .search__form {
    height: auto;
    padding: 1px 0 2px;
    box-shadow: inset 0 1px 0 0 rgba(3,0,0,.2),inset 0 -2px 1px 0 #95C11F;
}

.navbar .search .module-search .search__form {
  display:none;
}

.navbar .search .tx-indexedsearch-rules, .navbar .search .tx-indexedsearch-info-sword, .navbar .search .tx-indexedsearch-browsebox, .navbar .search .tx-indexedsearch-res {
  display:none !important;
}

.responsive-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .frame-default {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}


.visible {
  opacity: 1;
} */
.location_style {
	float: right;
	width: 20%;
	margin-right: 10em;
	border: 1px solid gray;
	border-radius: 3px;
	padding: 0 2em 2em;
}
.location_style header {
	color: #95C11F;
	font-weight: bold;
}
.location_style p {
	width: 100%;
}
.location_style p:last-child {
	background-color: #95C11F;
	width: max-content;
	padding: 1.1em 1.5em;
	border-radius: 3px;
}
.location_style p:last-child > a {
	color: white !important;
}

.eventslider .slick-slide ul.media-images {
  list-style: none;
  margin:0px;
  padding:0px;
}

.eventslider .slick-slide img {
    width: auto;
    min-width:200px;
    height: 100%;
    padding:10px 0px;
  	border: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
}

.panel-heading h3, .panel-heading p {
  color:grey !important;
}

.whitebox .tx-events2 h1 {
  color:grey;
}

h2 + h3 {
	margin-bottom: 18px;
}

.accordion h3 {
	color: #6c6c6c;
	font-weight: bold;
	margin-top: 18px;
}

.accordion .contenttable tr:first-child {
	background-color: #d6d6d6;
	font-weight: bold;
}
.accordion .contenttable tr:first-child td {
	border-left: 1px solid #fff;
}
.accordion .contenttable tr, .accordion .contenttable td {
	border-bottom: 1px solid #ddd;
}
.accordion .contenttable td {
	font-size: 13px;
	padding: 0 3px;
}
.slick-next, .slick-prev {
  top:26%;
}
.slick-next:focus, .slick-prev:focus {
	outline: none;
}
.whitebox .tx-events2 .slick-next, .whitebox .tx-events2 .slick-prev {
  top:30%;
}

.news-list-item.item-home-1 .topnews {
        bottom: 71px !important;
  }

@media only screen and (max-width: 1200px) {
  .video {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
}

@media only screen and (max-width: 1400px) {
	.partnerslider h1 {
    	margin: 0px auto 0 auto;
	}

  .productgrid .row > * {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  .row.news-list-item.item-home {
    min-height:auto;
  }
  
  .news .news-list-item.item-home .col-md-6 .img-responsive {
	max-width:204px;
}
  
  .news-list-item .col-md-6.topnews {
    padding-left:10px !important;
  }
  
  .partnerlogos {
    height:auto;
  }
  
  .customer-logos {
    margin:30px auto;
  }
  
  /* .news-list-item.item-home-1 .topnews {
        bottom: 200px !important;
    	left:0px !important;
  } */
  
  .news-list-item.item-home-1 .topnews h3 {
    	margin-right:0px;
  }
  
  .location_style {
	display: table;
	margin: 0 auto;
	float: none;
	text-align: center;
	width: 80%;
	height: min-content;
  }
  .location_style p {
	margin: 0 auto;
	padding: 10px;
	width: 20%;
	float: left;
  }
  .location_style p:last-child {
	  width: 100%;
	  text-align: center;
  }
}

.news.news-single > .article {
  width:100%;
}

.news.news-single .row {
  text-align:left;
}

.news.news-single > .article .col-md-8 {
  float:left;
  width:66.666666%
}

.news.news-single > .article .col-md-4 {
  float:left;
  width:33.333333%
}

.news.news-single > .article .col-md-8:before {
  display:none;
}

.news.news-single > .article .extra:after {
    content: "";
    background: #95C11F;
    display: block;
    width: 25%;
    height: 3px;
}

.news.news-single h1 {
  text-align:left;
}

.news.news-single .thumbnail {
  margin:1em 0;
}

.greybox .frame-type-text > a:last-of-type {
    background-color: #95C11F;
    display: block;
    color: #fff !important;
    width: 150px;
    padding: 10px;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    font-family: Fira_Light;
}

.navbar .search .tx-indexedsearch-searchbox-button:focus, .navbar .search .tx-indexedsearch-searchbox-sword:focus {
  border:none;
  outline:none;
}

.section-single .tx-indexedsearch-searchbox, .section-single .tx-indexedsearch-rules  {
  display:none;
}

.tx-indexedsearch-info-sword {
  font-weight:bold;
}

.tx-indexedsearch-browsebox {
  list-style:none;
  width: 100%;
  float: left;
  margin: 10px 0px;
}

.tx-indexedsearch-browsebox li {
  float:left;
  margin:0px 5px;
}

.tx-indexedsearch-res {
  padding:10px;
}

.tx-indexedsearch-res:nth-child(even) {
  background:linear-gradient(to bottom right, rgba(242, 242, 242, 0.8), rgba(232, 244, 255, 0.8));
}

/* input {
  -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
} */

textarea {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textarea;
    background-color: white;
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    font: 400 13.3333px Fira Sans;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
    padding: 2px;
}

input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    padding: initial;
    border: initial;
    float: left;
    width: 25px;
    margin: 10px 0px;
    margin-bottom: 20px;
}

.checkbox input[type="checkbox"]:before {
  position: absolute;
    top: 1px;
    left: 1px;
    opacity: 0;
}

.checkbox span {
  position:relative;
  left: 10px;
  top:0px;
  width:90%;
  display:inline-block;
}

.checkbox label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    content: "";
    background-color: #fff;
    border: 1px solid rgba(3,0,0,.59);
    border-radius: 3px;
  	display:none;
}
.tx-felogin-pi1 div.col-sm-10 {
	padding-left: 0;
}
input.powermail_input, input.felogin_input, input.femanager_input, input.powermail_date {
  display: block;
    width: 100%;
    padding: 16px 26px !important;
    font: inherit;
    background-color: #fff;
    outline: none;
    height:auto;
	border-radius: 5px;
  	margin:10px 0px;
}

.tx-felogin-pi1 a {
  padding:10px 0px;
}

.tx-felogin-pi1 a:hover {
  background:none;
}

.femanager_edit {
	width: 575px;
}

input.powermail_input:focus, textarea.powermail_textarea:focus, input.felogin_input:focus, input.femanager_input:focus, textarea.femanager_textarea:focus {
  /*border:2px solid #95C11F;*/
  box-shadow: inset 0px 0px 0 2px #95C11F;
}

textarea.powermail_textarea, textarea.femanager_textarea {
  display: block;
    width: 100%;
    padding: 16px 26px;
    font: inherit;
    background-color: #fff;
    box-shadow: none;
    outline: none;
    height:auto;
	border-radius: 5px;
  	margin:10px 0px;
}

select.powermail_select {
   font: inherit;
   display: block;
   margin:10px 0px;
   width:auto;
   height: auto;
   float:left;
   background-color: #fff;
   box-shadow: none;
   outline: none;
   border-radius:5px;
  padding: 16px 26px;
}


.powermail_form legend, .powermail_form .control-label {
  display:none;
}

.powermail_form h3 {
  display:none;
}

fieldset {
  border:none;
  padding:0px;
}
.frame-layout-0 .powermail_fieldset {
	width: 575px;
  	max-width:100%;
}
.powermail_fieldset .row {
	display: block;
	text-align: left;
}
.powermail_fieldwrap {
	overflow: auto;	
}
.powermail_form input.btn, .location_email_button, input[type="submit"], .powermail_form .btn.btn-primary {
    background-color: #95C11F !important;
    display: inline-block;
    color: #fff !important;
    width: auto;
    min-width:150px;
	max-width: unset;
    padding: 10px !important;
    font-size: 14px !important;
    border-radius: 3px !important;
    text-align: center !important;
    cursor: pointer !important;
    font-family: Fira_Light !important;
    font-weight: 300 !important;
    padding: 1.2em 1.44em 2.44em !important;
    font-size: 1em !important;
    border-radius: 3px !important;
    border: 0 none !important;
    outline: none !important;
  transition: color .25s cubic-bezier(.215,.61,.355,1),background-color .25s cubic-bezier(.215,.61,.355,1);
    margin:10px 0px;
    float:left;
  margin-right: 15px;
}

.powermail_form .btn.btn-primary.box {
  padding-bottom:0.44em;
}

.powermail_form .btn.btn-primary.box label span {
  margin-left:10px;
}


.btn.btn-warning {
    display: inline-block;
    color: #fff !important;
    width: 150px;
	max-width: unset;
    padding: 10px;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    font-family: Fira_Light;
    font-weight: 300;
    font-size: 1em;
    border-radius: 3px;
    border: 0 none;
    outline: none;
  transition: color .25s cubic-bezier(.215,.61,.355,1),background-color .25s cubic-bezier(.215,.61,.355,1);
    margin:10px 0px;
    float:left;
    height: 59px;
    padding: 20px 5px;
}

.btn.btn-warning:hover {
  color:#fff !important;
}

.powermail_fieldwrap_type_reset {
	width: max-content;
}
.powermail_fieldwrap_type_submit {
	width: max-content;
    float:left;
    padding:0px;
}

.lang .hoverSelector:focus, .lang .hoverSelector img:focus, .lang .hoverSelector select:focus{
  outline: none;
}

.lang li {
  padding:8px 0px;
  float:left;
  position:relative;
}

.lang select.hoverSelectorBlock {
    margin: 0px 0px 0px;
    padding: 0px 5px;
    height: 23px;
}

.lang img {
  margin: 0px;
  padding:0px;
  position:relative;
  top:3px;
}
.tx-powermail .powermail_fieldset .parsley-errors-list, .tx-powermail .powermail_fieldset .parsley-error { width: 90%; float: none;}
.effect-20 {border: 1px solid #ccc; padding: 7px 14px; transition: 0.4s; background: transparent;}

.effect-20 ~ .focus-border:before,
.effect-20 ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 0; width: 0; height: 2px; background-color: #3399FF; transition: 0.3s;}
.effect-20 ~ .focus-border:after{top: auto; bottom: 0; left: auto; right: 0;}
.effect-20 ~ .focus-border i:before,
.effect-20 ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 0; background-color: #3399FF; transition: 0.4s;}
.effect-20 ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0;}
.effect-20:focus ~ .focus-border:before,
.effect-20:focus ~ .focus-border:after,
.has-content.effect-20 ~ .focus-border:before,
.has-content.effect-20 ~ .focus-border:after{width: 100%; transition: 0.3s;}
.effect-20:focus ~ .focus-border i:before,
.effect-20:focus ~ .focus-border i:after,
.has-content.effect-20 ~ .focus-border i:before,
.has-content.effect-20 ~ .focus-border i:after{height: 100%; transition: 0.4s;}
.effect-20 ~ label {position: absolute; left: 41px; top: 16px; font-size:12px; color: #aaa; transition: 0.3s; letter-spacing: 0.5px;text-align:left;display:flex;z-index: -1;}
.femanager_edit .effect-20 ~ label {left: 26px;}
.effect-20:focus ~ label, .has-content.effect-20 ~ label,
.effect-20[required]:valid ~ label, .effect-20.notEmpty ~ label {top: -8px; left: 18px; font-size: 12px; color: #95C11F !important; transition: 0.3s;background:#fff;z-index:1000;width:auto;padding:0px 10px;display:flex;}
#femanager_field_interests ~ label {min-width:240px;}

.form-control:focus-visible, .form-group input[type="file"]:focus-visible, .frame-type-felogin_login input[type="text"]:focus-visible {
  color: #95C11F !important;
  --bs-input-focus-ring-color: #95C11F !important;
}
.tx-powermail .col-sm-10, .femanager_fieldset .col-sm-10 {
  padding-left:0px;
  padding-right:0px;
}

.tx-femanager fieldset {
  padding:0px;
}

/*= input focus effects css
=========================== */
:focus{outline: none;}
 
.img-responsive {
  width:100%;
  height:auto;
}

.news-list-item {
  padding:0px;
}

.row.news-list-item.item-home {
  padding:0px 15px;
  height: auto;
  min-height:119px;
  margin: 0px 0px 12px;
}

.row.news-list-item.item-home:last-of-type {
  margin-bottom:0px;
}

.row.news-list-item.item-home-1 {
	max-height:381px;
}

.row.news-list-item.item-home-1 .col-md-3 {
	flex: unset;
	max-width: unset;
	padding-right: 12px;
	/*padding-left: 0;*/
}

.row.news-list-item.item-home-1 .col-md-12.topnews > * {
	background-color: rgba(110, 110, 110, 0.7);
	flex: unset;
	max-width: 100%;
    padding:0px 10px;
}

blockquote {
  font-style:italic;
  font-weight:600;
  font-size:14px;
}

#c201 blockquote {
	display: inline-block;
	width: 72%;
}

#c201 .ce-gallery {
  float:left;
  width:25%;
}

.ce-column {
	width: 100%;
    margin:0px;
}
/* .ce-center .ce-outer {
  width:100%;
} */

#slider1 .video {
  display:block !important;
  object-fit: fill;
}

.cc-banner.cc-bottom {
  background-color:#111;
  border-top:1px solid #fff;
}

.cc-banner .cc-btn {
  border:1px solid #fff !important;
  background-color:#178984;
}

.cc-banner .cc-message {
  color:#fff;
  
}

.card {
	border: 0;
}

/* .card__content .heading.gamma {
	font-size:1.8em;
}

.card__content .heading.delta {
	font-size:1.4em;
}

.card__content .content__text {
	font-size:1.2em;
} */

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn1 {
  color: #495057;
  background-color: white;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 20px;
  height:40px;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0;
  height:60px;
}

.form-group {
  clear:both;
}

.powermail_fieldwrap_type_submit.form-group, .powermail_fieldwrap_type_reset.form-group {
  clear:none;
}

.tx-powermail .container-fluid {
  padding-left:15px;
  padding-right:15px;
}

.powermail_fieldwrap_type_content p {
  padding:10px 0px;
}

.cc-window.cc-banner, .cc-window.cc-floating {
  font-family: Fira_Light;
  display:block;
  width:100% !important;
  max-width:100% !important;
  position:fixed;
  top:0px;
  z-index:2000;
  padding:1em 0;
}

.cc-btn.cc-dismiss {
  background-color: #95C11F !important;
}

.cc-color-override-1808778711 .cc-btn:hover, .cc-color-override-1808778711 .cc-btn:focus {
    background-color: #95C11F !important;
}

.dp--cookie-check {
  border:none;
  width:60%;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  min-width:200px;
}

.dp--cookie-check input {
  position:relative;
  top:-3px;
  margin:0px 10px 0px 0px;
}

.cc-compliance {
  float:left;
  margin:1em;
}

.ce-intext.ce-left ol > li, .ce-intext.ce-left ul > li, .ce-intext.ce-right ul > li {
  margin-top:0px;
  margin-bottom:1em;
}

.btn.btn-default.btn-read-more {
    background-color: #95C11F;
    display: block;
    color: #fff !important;
    width: 300px;
    padding: 10px;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    font-family: Fira_Light;
}

.cc-revoke.cc-top {
  display:none;
}

.icon-trash.icon-white {
  display:none;
}

.femanager_fieldset.control-group {
  position:absolute;
  bottom:0px;
  left:200px;
}

.inner-col.adress-two, .inner-col.social-media, .inner-col.rights {
  float:right;
}

.inner-col.social-media {
  padding-right:40px;
}

.sp-lightbox img {
  background-color:#fff;
}

.sp-large a {
    cursor:zoom-in;
}

.tp-caption {
  font-family:Fira_Regular;
}

audio, canvas, video {
  max-width:100%;
}

.mm-btn_next:after {
  -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.news.news-single > .article > .extra {
  margin-bottom:30px;
  text-align:left;
}

.footer-logo {
  float: left;
  clear: left;
  margin-bottom: 23px;
  margin-right: 30px;
}

.footer-logo img {
  width:85px;
  height:auto;
}

.row.news-list-item.item-home .col-md-9.articletype-0 h3 {
	font-size: large;
}

.news-list-view {
  margin:30px 0px 20px;
  float:left;
}

.partnerslider {
  padding:0px;
  background:none;
  padding-bottom:50px;
  height:auto;
}

.input-effect {
  position:relative;
}

.frame.frame-default.frame-type-uploads {
  padding:30px 15px;
}
.frame.frame-default, .accordion .frame.frame-default.frame-type-uploads, .greybox .frame.frame-type-uploads, .whitebox .frame.frame-type-uploads {
  padding:0px;
}

.fixed-form {
	position: sticky;
	top: 20px;
}

.no-info-scroll.fixed-form {
  position:relative !important;
  top:0px !important;
}

.frame.frame-default.frame-type-menu_sitemap_pages {
  height:auto;
  padding:10px 0px;
  font-size:15px;
}

.product .content {
  display:block;
  padding:20px 0px !important;
}

.sp-wrap {
  margin:0px;
  max-width: 364px;
}

.sp-large {
  padding:0px;
  width:100% !important;
}

.ce-uploads div {
  float:left;
}

.ce-uploads li {
  list-style:none;
  margin: 20px 10px !important;
}

.ce-uploads li::before {
  display:none;
}

.ce-uploads a, .fal-securedownload a {
  display:inline;
  padding:0px;
  background:none;
}

.ce-uploads a:hover, .fal-securedownload a:hover{
  background:none;
}

.fal-securedownload li {
  position:relative;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height:20px;
}

.fal-securedownload li span {
  position:relative;
  z-index:1001;
  cursor:pointer;
}

.fal-securedownload li::before {
	content:"";
background:url("data:image/svg+xml;base64,PHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OTUuMjggODQxLjg5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2YwZDE1ODt9LmNscy0xLC5jbHMtMiwuY2xzLTMsLmNscy00LC5jbHMtNXtmaWxsLXJ1bGU6ZXZlbm9kZDt9LmNscy0ye2ZpbGw6IzUwNTA0Zjt9LmNscy0ze2ZpbGw6I2ZmZGU1YTt9LmNscy00e2ZpbGw6Izk4YzIyMTt9LmNscy01e2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPlplaWNoZW5mbMOkY2hlIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM4Ny40OCw0NzguN3Y3Ljg1YTYuODgsNi44OCwwLDAsMCw2Ljg5LDYuODhIMTc4LjE3YTEwLjEsMTAuMSwwLDAsMS0xMC4wNy0xMC4wNlY0NzguN1oiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMzg3LjQ4IDQ3OC43IDI5Ny4yOCA0NzguNyAzODcuNDggMzg4LjQ5IDM4Ny40OCA0NzguNyAzODcuNDggNDc4LjciLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00MDEuMjUsNDYzLjY2djIyLjg5YTYuODksNi44OSwwLDAsMS0xMy43NywwVjQ3OC43SDE5MS45M2ExMC4xLDEwLjEsMCwwLDEtMTAuMDYtMTAuMDdWMzg0LjE2YTEwLjA5LDEwLjA5LDAsMCwxLDEwLjA2LTEwLjA2aDE5LjE4YzQuNzEsMCw3LjU4LTEuMywxMC40NC00LjE0bDIwLjUxLTIwLjVjMy4xMi0zLjExLDUuMzEtNC4zLDEwLjU4LTQuMjloMTM3LjZhMTEsMTEsMCwwLDEsMTEsMTFWNDYzLjY2WiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTI4MC40LDM1Ny41OGg5N2ExMC4xLDEwLjEsMCwwLDEsMTAuMDYsMTAuMDd2MTE4LjlhNi44OCw2Ljg4LDAsMCwwLDYuODksNi44OEgxNzguMTdhMTAuMSwxMC4xLDAsMCwxLTEwLjA3LTEwLjA2VjMzOS42OGExMS4wNSwxMS4wNSwwLDAsMSwxMS0xMWg1OS43NWM1LjI3LDAsNy40NiwxLjE4LDEwLjU4LDQuMjhMMjcwLDM1My40NWMyLjg2LDIuODQsNS43NCw0LjEzLDEwLjQ0LDQuMTNaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzg3LjQ4LDQ3OC43djcuODVhNi44OCw2Ljg4LDAsMCwwLDYuODksNi44OEgxNzguMTdhMTAuMSwxMC4xLDAsMCwxLTEwLjA3LTEwLjA2VjQ3OC43SDI5Ny4yOGw5MC4yLTkwLjIxVjQ3OC43WiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTM4NC41Myw0MjYuMmE0My4wNyw0My4wNywwLDEsMS00My4wNyw0My4wNyw0My4wNiw0My4wNiwwLDAsMSw0My4wNy00My4wN1oiLz48cG9seWdvbiBjbGFzcz0iY2xzLTUiIHBvaW50cz0iMzgyLjIxIDQ0OS44NyAzODYuODUgNDQ5Ljg3IDM4OC42MiA0NDkuODcgMzg4LjYyIDQ1MS42NCAzODguNjIgNDY1LjE4IDQwMi4xNiA0NjUuMTggNDAzLjkzIDQ2NS4xOCA0MDMuOTMgNDY2Ljk1IDQwMy45MyA0NzEuNTkgNDAzLjkzIDQ3My4zNiA0MDIuMTYgNDczLjM2IDM4OC42MiA0NzMuMzYgMzg4LjYyIDQ4Ni45IDM4OC42MiA0ODguNjcgMzg2Ljg1IDQ4OC42NyAzODIuMjEgNDg4LjY3IDM4MC40NCA0ODguNjcgMzgwLjQ0IDQ4Ni45IDM4MC40NCA0NzMuMzYgMzY2Ljg5IDQ3My4zNiAzNjUuMTIgNDczLjM2IDM2NS4xMiA0NzEuNTkgMzY1LjEyIDQ2Ni45NSAzNjUuMTIgNDY1LjE4IDM2Ni44OSA0NjUuMTggMzgwLjQ0IDQ2NS4xOCAzODAuNDQgNDUxLjY0IDM4MC40NCA0NDkuODcgMzgyLjIxIDQ0OS44NyAzODIuMjEgNDQ5Ljg3Ii8+PC9zdmc+") no-repeat;
	display: inline-block;
	width: 60px;
    height: 60px;
    margin-left: -1em;
    margin-top: 0;
    font-size: 28pt;
    text-align: center;
    position: absolute;
    top: -21px;
    left: 0px;
    z-index: 1000;
}

.fal-securedownload li.downloadFile::before {
    content:"";
  	background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MDAgODAwIj48ZGVmcz48c3R5bGU+LmNscy0xe2lzb2xhdGlvbjppc29sYXRlO30uY2xzLTJ7ZmlsbDojZjlmOWY5O30uY2xzLTN7ZmlsbDojMDBhZWVmO30uY2xzLTR7b3BhY2l0eTowLjU7bWl4LWJsZW5kLW1vZGU6b3ZlcmxheTt9LmNscy01LC5jbHMtNntmb250LXNpemU6MjMuODlweDtmb250LWZhbWlseTpPcGVuU2Fucy1TZW1pYm9sZCwgT3BlbiBTYW5zO2ZvbnQtd2VpZ2h0OjYwMDtsZXR0ZXItc3BhY2luZzowLjAzZW07fS5jbHMtNXtmaWxsOiMyMzFmMjA7fS5jbHMtNntmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NZXNhIGRlIHRyYWJham8gMTwvdGl0bGU+PGcgY2xhc3M9ImNscy0xIj48ZyBpZD0ib2JqZWN0cyI+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSI1MTEuNDUiIHk9IjU1OC4xIiB3aWR0aD0iMTIyLjc4IiBoZWlnaHQ9IjExMC4yOSIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2MzQuMjMgNTYxLjc4IDYzNC4yMyA1NTUuMDIgNTk0LjEzIDU1NS4wMiA1OTQuMTMgNTE0LjkxIDUxMS40NSA1MTQuOTEgNTExLjQ1IDU2MS43OCA2MzQuMjMgNTYxLjc4Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjU5Ni44NSA1MTQuOTEgNTk2Ljg1IDU1Mi4yOSA2MzQuMjMgNTUyLjI5IDU5Ni44NSA1MTQuOTEiLz48ZyBjbGFzcz0iY2xzLTQiPjx0ZXh0IGNsYXNzPSJjbHMtNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTI0LjM2IDU0Ny43KSI+UERGPC90ZXh0PjwvZz48dGV4dCBjbGFzcz0iY2xzLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUyNCA1NDcuMzQpIj5QREY8L3RleHQ+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI1NDMuOTYiIHk9IjU5MS4xNiIgd2lkdGg9IjYwLjI0IiBoZWlnaHQ9IjIuOTciLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjU0My45NiIgeT0iNTk5LjMxIiB3aWR0aD0iNjAuMjQiIGhlaWdodD0iMi45NyIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iNTQzLjk2IiB5PSI2MDcuNDciIHdpZHRoPSI2MC4yNCIgaGVpZ2h0PSIyLjk3Ii8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI1NDMuOTYiIHk9IjYxNS42MyIgd2lkdGg9IjYwLjI0IiBoZWlnaHQ9IjIuOTciLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjU0My45NiIgeT0iNjIzLjc4IiB3aWR0aD0iNjAuMjQiIGhlaWdodD0iMi45NyIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iNTQzLjk2IiB5PSI2MzEuOTMiIHdpZHRoPSIzMS44MiIgaGVpZ2h0PSIyLjk3Ii8+PC9nPjwvZz48L3N2Zz4=") no-repeat;
  	top: -36px;
    left: -16px;
}

.accordion {
  overflow:hidden;
}

.powermail_fieldwrap.hide {
  display:none;
}

.mobile-menu {
  position:absolute;
  top:0px;
  left:0px;
  height:100%;
  z-index:2000;
}

.menu-trigger {
	overflow: auto;
	height: 35px;
}

.mobile-menu .search {
  display:none;
}

.mobile-menu .mp-menu.mp-cover h2 {
  margin-top:10px;
  height:60px;
}
.mobile-menu .mp-menu.mp-cover .mlogo {
  margin:0.5em 1em 0.5em 1.8em
}

.mobile-menu .mp-menu ul li > a {
  font-size:1.2em;
}

.mp-menu ul li::before {
  line-height:2.4em;
}

.mobile-menu .mp-menu > .mp-level > ul > li:nth-child(1):before, .mobile-menu .mp-menu > .mp-level > ul > li:nth-child(2):before {
  line-height:2.8em;
}

.mobile-menu .mp-menu > .mp-level > ul > li:nth-child(1) > a, .mobile-menu .mp-menu > .mp-level > ul > li:nth-child(2) > a{
  font-size:1.4em;
  padding-left: 1.6em;
}

.mobile-menu .mp-menu ul li.overview > a {
  font-weight:600;
}

.mobile-menu .mp-menu ul li > a {
  box-shadow:none;
  padding: 0.3em 1em 0.3em 1.8em;
}

.mobile-menu .mp-menu > .mp-level > ul > li:nth-child(1) > a {
  box-shadow: inset 0 0px rgba(255,255,255,0.5), inset 0 1px rgba(255,255,255,0.5);
}

.mobile-menu .mp-menu > .mp-level > ul > li:nth-child(2) > a {
  box-shadow: inset 0 -1px rgba(255,255,255,0.5), inset 0 0px rgba(255,255,255,0.5);
}

.whitebox .whitebox {
  padding:30px 0px;
}

#slider {
    position: relative;
}
@media (max-width: 1260px){
  .button_video {
  padding: 8px 29px;
  }
}

@media (max-width: 1549px) and (min-width: 1180px) {
.bannerlink {
    top: calc(100% - 66px);
  }
.banner .title {
	top:65px;
}
  .banner .subtitle {
  top: 55px;
}
}

@media (max-width: 1800px) and (min-width: 1550px) {
.bannerlink {
    top: calc(100% - 100px);
  }
.banner .title {
	top:90px;
}
  .banner .subtitle {
  top: 85px;
}
  }
@media only screen and (max-width: 600px) {
}
@media only screen and (max-width: 1180px) { 
  .image-max-width img {
    height: auto;
  }
}
@media only screen and (max-width: 1180px) {
  .container {
    max-width:100%;
  }
  
  .bannerlink {
    top: calc(100% - 58px);
  }
  
  .banner .title {
    top:50px;
  }
  .banner .subtitle {
     top:47px;
  }
    
  .footer .col-md-3 a.footer-logo ~ span {
    width:100%;
  }
  
  .inner-col.adress-two, .inner-col.social-media, .inner-col.rights {
    margin-top:96px;
  }
}
@media  (max-width:600px) and (min-width:530px) {
 .banner .title {
    top: 26px;
  }
  .banner .title h1, .header .title {
    font-size: 23px;
  }
}
@media  (max-width:530px) and (min-width:430px) {
   .banner .title {
    top: 21px;
  }
  .banner .title h1, .header .title {
    font-size: 20px;
  }
    .button_video {
    padding: 2px 10px;
      font-size: 12px;
}
}
@media  (max-width:430px) {
   .banner .title {
    top: 14px;
  }
  .banner .title h1, .header .title {
    font-size: 20px;
  }
    .button_video {
    padding: 2px 10px;
      font-size: 12px;
}
}
@media  (max-width:430px) {   
  .bannerlink {
  position:absolute;
  top:calc(100% - 42px) !important;
  }
  
}
@media (max-width: 1024px) and (min-width: 601px)  { 
  .banner .title h1, .header .title {
  font-size: 26px;
  }
   .banner .title {
    top: 40px;
  }
}
  
  
  
@media only screen and (max-width: 1024px) {  
    .bannerlink {
    top: calc(100% - 80px);
  }
  .whitebox.menu {
    padding: 0px 10px !important;
  }
  .tp-caption {
    width:800px;
  }

  .videolink {
    top: calc(100% - 100px);
  }


  .row.news-list-item.item-home {
    padding:0px;
    margin:0px;
    font-size:12px;
  }
  
  .module-search .search__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #144E73;
    cursor: pointer;
    transition: color .25s cubic-bezier(.215, .61, .355, 1);
}
  
  .module-search .search__button {
    display: none;
  }
  
  .mm-slideout {
  	margin-bottom: 30px;
  }
  
  .hero.fullscreenvideo {
    top:0px !important;
  }
  
  .tx-dce-pi1 {
    position:relative;
    height:auto;
	margin-bottom: 20px;
  }
  
  .cc-revoke {
    display:inline;
    font-size:13px;
  }
  
  .banner {
    top:0px !important;
    padding:0px 0px 10px;
  }
  
  .banner img {
    height:200px;
    object-fit: cover;
  }
  .image-max-width img {
    height: auto;
  }

  
  .banner .subtitle {
    display:none;
  }
  
  .menu-trigger:before {
    right:0px;
    left:unset;
  }
  
  nav.navbar {
    margin-bottom:2px;
    padding-bottom:0px;
  }
  
  nav.navbar a {
    font-size:18px;
  }
  
  .lang a:first-child {
    padding-right: 16px;
}
  
  .lang li {
    padding: 8px 0px;
    float: left;
    position: relative;
    left: 0px;
    top: 0px;
    margin-left: 20px;
}
  
  .mobilelogo img {
    margin:6px 0px;
  }
  
  button.slick-next, button.slick-prev {
	  top: 40%;
  }
  
  #slider1 .video {
    height:100%;
    width:auto;
	position:relative;
    left:-24%;
  }
  
  .tp-caption p {
    left:-50px;
  }
  
  #heroheader p {
    font-size:1em;
  }
  
  #herosubline p {
    font-size:1em;
    padding:0px 10px !important;
  }
  
  #herosubline.tp-caption {
    width:500px;
    white-space:normal !important;
  }
}

@media only screen and (max-width: 1023px) {
  .inner-col.adress-two, .inner-col.social-media, .inner-col.rights {
    float:left;
  }
  
  .inner-col.social-media, .inner-col.rights {
    margin-top:46px;
  }
  
  .footer .col-md-3 {
    flex:0 0 50%;
    max-width:50%;
  }
  
  .footer .row {
    margin-left:15px;
    margin-right:15px;
  }
}

@media only screen and (max-width: 820px) {
  .news-list-item.item-home-1 .topnews {
    bottom:72px !important;
  }
  
  .news .news-list-item.item-home .col-md-6 .img-responsive {
    max-height:200px !important;
    max-width:100%;
  }
  
  .row.news-list-item.item-home {
    font-size:1em;
  }
  
  .module-search .search__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #144E73;
    cursor: pointer;
    transition: color .25s cubic-bezier(.215, .61, .355, 1);
}
  
}
@media only screen and (max-width: 640px) {
  .productgrid .row > * {
    padding-right: 0px;
    padding-left: 0px;
  }
}
 @media  (max-width: 900px) and (min-width:501px){
  .button_video {
	padding: 5px 10px;
    font-size: 12px;
   }
} 
@media (max-width: 800px) and (min-width:430px) {
     .bannerlink {
  position:absolute;
  top:calc(100% - 48px);
  width:100%;
  margin:0 auto;
  text-align: center;
   }
}
@media only screen and (max-width: 800px) {
    .videolink {
  position:absolute;
  top:calc(100% - 40px);
  width:100%;
  margin:0 auto;
  text-align: center;
}

.player {
    width: 60%;
    height: 100%;
} 
  .overviewpoint > div:not(.come-in):not(.come-in-left), .overviewpoint > a > div:not(.come-in):not(.come-in-left) {
    opacity:1;
  }
  
  .frame-layout-0 .powermail_fieldset {
    width:100%;
  }
  
  .col-sm-12 .sp-wrap {
    max-width: 100%;
    width: 100%;
  }
  
  .col {
    float:left;
  }
  
  .powermail_fieldwrap.form-group.col-md-6 {
    padding-left:0px;
    padding-right:0px;
  }
  
  .banner .title h1, .banner .subtitle h3 {
    max-width: 100%;
  }
  
}
@media only screen and (max-width: 520px) {
	.customer-logos .slick-slide img {
		margin: 0px auto;
		max-width: 88%;
	}
	.customer-logos {
		width: 100%;
		margin: 0;
	}
  .menu-product .inn.content, .breadcrumbs {
 		 padding: 0px 0px 0px 7px !important;
	}
}
@media only screen and (max-width: 479px) {
  /*.frame {
    float:left;
  } 
  .frame.frame-default {
	  max-width: 100%;
  } */
  .accordion li {
    float:left;
    width:100%
  }
  
  .accordion li .submenu {
    float:left;
    width:100%;
  }
  
  .tx-dce-pi1 {
    position:relative;
    height:auto;
  }
  
  .tp-parallax-wrap {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  #slider1 .video {
    height:100%;
    width:auto;
	position:relative;
    left:-70%;
  }
  
  #heroheader.tp-caption {
    width: 320px;
    white-space: normal;
    position: relative;
    top: -70px;
  }
  
  #heroheader.tp-caption p {
    white-space: normal;
    line-height:1.6;
  }
  
  #herosubline.tp-caption {
    width:320px;
    white-space:normal !important;
  }
  
  /* .tp-parallax-wrap:last-of-type {
    left:unset !important;
  } */
  
  .accordion .submenu {
    padding:10px 10px !important;
  }
  
  .submenu ul {
    width:90%;
  }
  
  .mmenu {
    z-index:1000;
  }
  
}

.mmenu {
  top:52px;
}

.mmenu .tx-indexedsearch-rules {
  display:none;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border:none;
}

#mm-1 .mm-listitem:not(:nth-child(2)):after {
  content:none;
}

.mm-menu {
  --mm-color-background: #95C11F;
  --mm-color-text: #fff;
}
.mm-navbar {
  --mm-color-background: #95C11F;
  --mm-color-text-dimmed: #fff;
  --mm-color-button: #fff;
}
.mm-panel {
  --mm-color-background: #95C11F;
  --mm-color-text: #fff;
  --mm-color-button: #fff;
}

.mm-navbar__searchfield {
  padding:0px;
}

.mm-searchfield__input {
  padding:0px;
}

.mm-searchfield__input input {
  background:transparent;
  padding:0px 18px;
}

div[id^="recaptcha"] {
  overflow:hidden;
}

@media (max-width:767px) {
  .row.grid-rows div[class^="col"] {
    float:left !important;
    position:relative !important;
    top:0px !important;
  }
   .row.arrow-linie {
	 display:none;
	}
  
  .news-list-view {
    margin:30px 0px;
    position: relative;
    width: 100%;
  }
  
  .news-list-item {
    position:relative;
    width:100%;
  }
  
  .row.news-list-item.item-home-1 {
    padding: 0px 0px;
    height: auto;
    margin: 0px 0px 20px;
  }
  
  .row.news-list-item.item-home {
    padding: 0px 0px;
    height: auto;
    margin: 0px 0px 20px;
  }
  
  .news .news-list-item.item-home .col-md-6 .img-responsive {
    max-width:100%;
    max-height: 100% !important;
  }
  
  .news-list-item .col-md-6.topnews {
    padding-left:0px !important;
  }
  
  .item-home .img-responsive {
    max-width:100%;
    max-height:auto !important;
  }
  
  .row.news-list-item.item-home-1 .col-md-3 {
    padding-right:0px;
  }
  
  .news-list-item.item-home-1 .topnews {
    top:0px !important;
    bottom:unset !important;
    float:left;
    position:relative !important;
    left:0px !important;
    padding:0px;
    color:grey !important;
  }
  
  .row.news-list-item.item-home-1 .col-md-12 {
    position: relative !important;
    top:0px !important;
    bottom:unset !important;
    background:none !important;
    color:grey !important;
    left:0px !important;
    padding:0px;
  }
  
  .row.news-list-item.item-home-1 .col-md-12.topnews > * {
    background:none;
  }
  
  .news .news-list-view .row.news-list-item.item-home-1 div.topnews[style] {
    left:0px !important;
  }
  
  .news .news-list-view .item-home-1 a {
    color:grey !important;
  }
  
  .item-home-1 h3 {
    font-size:1.17em;
  }
  
  .product .content {
    padding:20px !important;
  }
  
  .dp--cookie-check {
    display:block;
  }
  
  .dp--cookie-check label {
  	overflow:auto;
  	float:left;
  	clear:both;
    width:100%;
  }
  
  .dp--cookie-check label:first-child {
    padding-left:5px;
  }
  
}

@media (max-width: 575px) {
  p.text-center {
    max-width:80%;
  }
  
  .greybox, .whitebox {
    padding:30px 10px !important;
  }
   .h3-home .whitebox {
    padding:10px 10px !important;
  }
    .mm-slideout {
    margin-bottom: 5px;
  }
	
   #site_2 .mm-slideout {
    margin-bottom: -26px;
  }
}

@media (min-width:481px) and (max-width:1400px) {
	#slideRight {
  left: 6px;
}
	}
/*@media (min-width:576px) and (max-width:1400px) {
	.whitebox {
  padding: 10px 10px;
}*/
	}
@media (min-width:1024px) and (max-width:1143px) {
nav.navbar > div > div > ul#main > li, div.logobar > div > div > ul#submain > li {
  float: left;
  padding: 10px 8px;
}
}
@media (max-width:480px) {
  .container-fluid, .tx-powermail .container-fluid  {
    padding-left:0px;
    padding-right:0px;
  } 
  /*.te-main-table tbody td:first-child {
	position: relative;	
	}*/
/*.te-main-table thead th:first-child {
		position: relative;
	}*/
/*.te-table-scroll thead th {
    position: relative !important;
	}
  */
  .cc-window.cc-floating .cc-message {
    margin:0px;
  }

  
  .powermail_fieldset .row {
    padding:0px;
    margin-left:0px;
    margin-right:0px;
  }
  
  .frame-type-menu_subpages div.pageTitle > div.text::before {
    margin:0 auto;
    max-width:60%;
    min-width:60%;
  }
  
  .frame-type-menu_subpages div.pageTitle > div.text, .frame-type-menu_subpages .lefttext div.pageTitle > div.text {
    padding:20px 20px 0px;
  }
  
  .banner .title h1 {
    font-size:15px;
  }
  
  .accordion .link {
    padding: 5px 30px 5px 10px;
  }
  .accordion-gray .link {
    padding: 16px !important;
  }
  
}

@media (max-width:410px) {
  #recaptchaf80 > div, #recaptchaf80 iframe {
    width:100% !important;
  }
  
  .btn {
    max-width:100%;
  }
  
  .ce-bodytext li:before, .frame-layout-2 li::before {
     top: 4px;
     font-size: 25px;
    position:relative;
    margin-left: -8px;
    left: -4px;
  }
  
  .accordion .ce-bodytext li:before {
    left:0px;
    margin-left:-1em;
  }
  
  .accordion ul {
    padding-left:0px;
  }
  
  .accordion ul li {
    margin-left: 16px;
  }
  
  .ce-intext.ce-left ol > li, .ce-intext.ce-left ul > li, .ce-intext.ce-right ul > li {
    margin-bottom:10px;
    line-height:1.1em;
  }
  
  .video-embed iframe,
.video-embed object,
.video-embed embed {
  height:100%;
  }

}

@media screen and (max-width: 25em) {
  .footer .cc-revoke {
  	font-size:13px; 
  }
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  .news-list-item.item-home-1 .topnews {
    bottom:72px;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}

.ce-gallery figure.video {
  display:block;
}

#c2918 .tx-felogin-pi1 h3, #c2918 .tx-felogin-pi1 p:last-of-type {
  display:none;
}

.media-heading {
  height:60px;
}

#site_359 .cc-window.cc-banner, #site_359 .cc-window.cc-floating, #site_361 .cc-window.cc-banner, #site_361 .cc-window.cc-floating {
  display:none;
}

#site_81 .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}

/* .embed-responsive .embed-responsive-item, 
.embed-responsive iframe, 
.embed-responsive embed, 
.embed-responsive object, 
.embed-responsive video
{
  position:relative;
}

.embed-responsive-16by9::before {
  padding:0px;
} */

.ce-textpic.ce-center .ce-gallery .ce-outer {
    float:none !important;
    right:unset !important;
  }
  
  .ce-textpic.ce-center .ce-gallery .ce-inner {
    float:none !important;
    right:unset !important;
  }

.video-embed {
    position: relative;
    overflow: hidden;
}

.video-embed iframe,
.video-embed object,
.video-embed embed {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
@media only screen and (min-width: 3301px) and (max-width: 4100px) {
    .product-item {
    bottom: 370px;
  }
  .space-sm {
  max-height: 580px;
  }
}
@media only screen and (min-width: 4101px) and (max-width: 4450px)  {
  .product-item {
    bottom: 412px;
  }
  .space-sm {
    max-height: 650px;
  }
  
}
@media (min-width: 4451px){
  .product-item {
    bottom: 412px;
  }
  .space-sm {
    max-height: 750px;
  }
}

@media only screen and (max-width: 3300px) and (min-width: 2900px) {
  .product-item {
    bottom: 330px;
  }
  .space-sm {
  max-height: 500px;
  }
}
@media only screen and (min-width: 1900px) and (max-width: 2900px) {
  .space-sm {
  max-height: 450px;
  }
}

@media only screen and (max-width: 1900px) and (min-width: 1600px) {
  .product-item .title-jump {
    font-size:3.5em;
  }
  .product-item {
    bottom: 257px;
  }
  .product-item .item-sub h2 {
    min-width: 245px;
    font-size: 1.5em;
	}
  .space-sm {
 	 max-height: 335px;
 	 }
}
  @media only screen and (max-width: 1600px) and (min-width: 1260px) {
    .product-item {
    bottom: 212px;
  }
   .product-item .title-jump {
    font-size:3em;
    } 
    .product-item .item-sub h2 {
      min-width: 220px;
      font-size:1.5em;
  }   
  .space-sm {
 	 max-height: 303px;
    }
}
@media only screen and (max-width: 1260px) and (min-width: 1057px) {
  .powermail_form_6 .powermail_fieldwrap_e_mail {
    padding: 30px 30px 30px 0px;
  }
  .powermail_form_6 .powermail_fieldwrap_nachname {
  padding: 30px 0px 30px 0px;
 }
   .powermail_form_6 .powermail_fieldwrap_vorname {
  padding: 30px 30px 30px 0px;
 }
  .powermail_form_6 .powermail_fieldwrap_vorname input, .powermail_form_6 .powermail_fieldwrap_e_mail input, .powermail_form_6 .powermail_fieldwrap_nachname input {
  padding: 16px 15px 16px 20px !important;
}
  .powermail_form_6 .powermail_fieldwrap_anrede {
  padding: 30px 0px 30px 20px;
  }
  
} 
@media only screen and (max-width: 1260px) and (min-width: 900px) {
     .product-item {
    bottom: 170px;
  }
   .product-item .title-jump {
    font-size:2em;
     min-height: auto;
    } 
  .title-jump p{
    margin-bottom: 0px;
  }
    .product-item .item-sub h2 {
      min-width: 180px;
      font-size:1.3em;
  } 
  .space-sm {
  max-height: 250px;
  }

}
@media only screen and (max-width: 900px) and (min-width: 700px) {
   .product-item {
    bottom: 137px;
  }
   .space-sm .title-jump {
  
     min-height: auto;
    } 
   .space-sm .title-jump p{
    font-size:22px;
     line-height: 22px;
  }
  .title-jump p{
    margin-bottom: 0px;
  }
    .space-sm .item-sub h2 {
      min-width: 130px;
      font-size:0.9em;
      padding: 5px;
  } 
  .space-sm {
  max-height: 163px;
  }

}
@media only screen and (max-width: 700px) and (min-width: 560px) {
   .product-item {
    bottom: 117px;
  }
   .space-sm .title-jump {
     min-height: auto;
    } 
   .space-sm .title-jump p{
    font-size:17px;
     line-height: 19px;
  }
  .title-jump p{
    margin-bottom: 0px;
  }
    .space-sm .item-sub h2 {
      min-width: 88px;
      font-size:0.7em;
      padding: 3px;
  } 

}
@media only screen and (max-width: 559px)  {
 .item-sub {
  padding-top: 0px;
}
  .space-sm .title-jump {
     min-height: auto;
    } 
   .space-sm .title-jump p{
     line-height: 19px;
  }
  .title-jump p{
    margin-bottom: 0px;
  }
    .space-sm .item-sub h2 {
      min-width: 88px;
      font-size:0.7em;
      padding: 3px;
  } 
  .space-sm {
  max-height: 120px;
  }
  .marken .sm img {
  height: 100% !important;
}
}
@media only screen and (max-width: 559px) and (min-width: 460px)  {
  .product-item {
    bottom: 105px;
  }
  .title-jump p {
    font-size: 15px;
    line-height: 19px;
  }

}
@media only screen and (max-width: 459px) and (min-width:381px) {
  .product-item {
    bottom: 97px;
  }
  .title-jump p {
    font-size: 15px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 380px) {
   .product-item {
    bottom: 91px;
  }
    .title-jump p {
    font-size: 15px;
         line-height: 16px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1315px) {
  .powermail_form_42 .powermail_fieldset_41 > div {
    width: 46%;
  }
}
@media only screen and (max-width: 1056px) {
  .powermail_form_6 .powermail_fieldset_6 {
  display: block !important;
}
  .powermail_form_6 .row {
  flex-wrap: wrap !important;
}
  .powermail_form_6 .powermail_fieldwrap_vorname, .powermail_form_6 .powermail_fieldwrap_nachname, .powermail_form_6 .powermail_fieldwrap_e_mail { 
  	padding: 15px;
  }
  .frame-layout-0 .powermail_fieldset {
  width: 575px !important;
}
  .powermail_form_6 .row {
  display: block !important;
}
    .powermail_form_6 .powermail_fieldwrap_vorname input, .powermail_form_6 .powermail_fieldwrap_e_mail input, .powermail_form_6 .powermail_fieldwrap_nachname input {
    margin: 0px !important;
  }
  .powermail_form_6 .input {
    margin: 0px !important;
  }
  .powermail_form_6 select.powermail_select {
  margin: 10px 0px 20px 0px;
  }
  .powermail_form_6 .powermail_fieldwrap_type_select.layout3 select {
    padding: 15px 75px 15px 10px;
  }
  .powermail_form_6 .powermail_fieldwrap_anrede {
  border-radius: 3px 3px 0px 0px;
  }
  .powermail_form_6 .powermail_fieldwrap_e_mail {
   border-radius: 0px 0px 3px 3px; 
  }
  .powermail_form_6 .powermail_fieldwrap_anrede {
  padding: 12px 10px 0px 20px;
  }
  .powermail_fieldwrap_checkbox_name {
    overflow:hidden;
  }
  .powermail_fieldwrap_checkbox_th {
    column-count: 1 !important;
    padding: 15px 0px;
  }
  .powermail_fieldwrap_checkbox_th label {
    margin-bottom: 0.1rem;
  }
  .cc-window .dp--cookie-check {
    width: 72%;
    flex-direction: column;
    align-items: flex-start;
  }
  
}
@media only screen and (max-width: 768px) {
  .product-name .sp-thumbs.sp-tb-active{
   display:none;
  }
}
@media only screen and (min-width: 768px) {
  .te-main-table tbody td:first-child {
    min-width: 280px;
  }
}
@media only screen and (max-width: 1200px) {
  .powermail_form_6 .powermail_fieldset_6 > div {
  	width: auto;
	}
  .powermail_form_6 .powermail_fieldset_6 div:nth-child(3) {
 	 width: auto;
	}
  .powermail_form_6 .powermail_fieldwrap.powermail_fieldwrap_type_select {
    overflow: auto;
  }
  .product-new {
    padding: 0px 0px 0px 10px;
  }

}
@media only screen and (max-width: 482px) {
  .powermail_form_6 .powermail_fieldwrap_type_select.layout3::after {
  left: -28px;
  top: 29px;
  }
  .powermail_form_6 .powermail_fieldwrap_type_select.layout3 select {
    font-size: 15px;
  }
  .powermail_form_6 .powermail_fieldwrap_type_select.layout3 select {
  padding: 15px 38px 15px 10px;
}
}

@media only screen and (max-width: 800px) {
  .slick-track {
   padding-top: 30px;
  } 
  .slick-slider figure figcaption {
  top: -35px;
  padding-top: 0;
  }
}