/* pt-serif-regular - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/pt-serif-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Serif'), local('PTSerif-Regular'),
       url('../fonts/pt-serif-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-serif-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-serif-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-serif-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-serif-v12-latin-regular.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/* pt-serif-700 - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/pt-serif-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('PT Serif Bold'), local('PTSerif-Bold'),
       url('../fonts/pt-serif-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-serif-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-serif-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-serif-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-serif-v12-latin-700.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/* playfair-display-regular - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/playfair-display-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/playfair-display-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/playfair-display-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/playfair-display-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/playfair-display-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/playfair-display-v21-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}

/* playfair-display-500 - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/playfair-display-v21-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/playfair-display-v21-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/playfair-display-v21-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/playfair-display-v21-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/playfair-display-v21-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/playfair-display-v21-latin-500.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}

/* playfair-display-700 - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/playfair-display-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/playfair-display-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/playfair-display-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/playfair-display-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/playfair-display-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/playfair-display-v21-latin-700.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}


/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lato-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v17-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}


.link-wrapper .inside {
  text-align: center;
}
/***Privacy Popup***/

.privacy_popup .privacy_checkboxes {
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mod_privacy_optin .privacy_item {
    margin-bottom: 5px;
    margin-right: 15px;
}

.mod_privacy_optin .privacy_label input:checked ~ .privacy_checkmark {
    background-color: #f2aebd;

}
/*****Termin Popup***/

.ce_popup_start .ce_popup_content .checkbox {
  
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.ce_popup_start .ce_popup_content input[type="checkbox"] + label::before {
  
  border: 1px solid #e40082;
  margin-left: 10px;
}

.border-radius-30 {
	border-radius:20px;
}

body {
    color: #808080;
    font-family: 'PT Serif', sans-serif;
   
}

h1,h2,h3,h4,h5,h1 span,h2 span,h3 span,h4 span,h5 span {
	margin-bottom: 5px;
	font-family: 'Playfair Display', sans-serif;
	font-weight: 500;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}

h1, h1 a, .h1, .h1 a, .h1 p {
    color: #555;
}

h4, .h4, .h4 p, .h5, h5 {
    font-size: 2.2rem;
}

h6 {
	font-weight:400;
}

h6, .h6, .h6 p {
   
    line-height: 1.5;
}

/**Start arrow move***/

.arrowmove .fa-chevron-down.fa{
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);} 
}

.iframe .container {
   
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.header .mainmenu ul li a.highlight span {
    
    border-radius: 0px;
}

.mainmenu ul li a {
font-weight: bold;
font-size: 1.067rem!important;

}

.header {
	line-height:99px;
	border-bottom: 1px solid #eee;
}

.ce_countup .headline {
    font-size: 2.333rem !important;
    margin-bottom: 0px;
    text-transform: lowercase!important;
}

.ce_bgimage.max_width_m .contentwrap {
    max-width: 1000px!important;
}

/**REVOSLIDER***/

.ce_revolutionslider_hyperlink {
    font-size: 15px !important;
    font-weight: bold;
    padding: 0px 25px !important;
    border-width: 2px !important;
	color: #f2aebd;
	border-color: #f2aebd!important;
}
.ce_revolutionslider_hyperlink i {
    font-size: 15px !important;
    font-weight:normal;
}

.tp-bullets.tp-thumbs {
    display: none !important;
}

.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
      z-index: 999;
}

.mod_article.ol-opacity-40 .article-overlay {
    opacity: 0.25;
    background:#000!important;
}
.body_bottom .mod_search .search-content {
    
    z-index: 9999!important;
   
}

.page_navigation a.active .circle::before {
    box-shadow: 0 0 0 3px rgb(255,255,255);
    background: #42b98e;
}

.page_navigation a.active .circle {
   
    box-shadow: 0 0 0 5px #42b98e;
}

/**HEADERSLIDER ICONBOXEN**/

.ce_iconbox_header .iconbox_header_item_inside {
    height: auto!important;
    min-height: auto !important;
}

.ce_iconbox_header .contentwrap {
    max-width:800px!important;
}

.ce_iconbox_header .iconbox_header_content {
    float: left;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.ce_iconbox_header .iconbox_header_icon {
    float: left;
    width: 20%;
    font-size: 3.333rem;
    line-height: 3.333rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#f2aebd;
}
.ce_iconbox_header .iconbox_header_content p {
    margin-bottom:0!important;
}

/**Blitzerfixx onload**/

#page {
	visibility:hidden;
	opacity:0;
}

#overlay{display:none!important}

body {
	font-size:16px;
}
.label-accent {
    background: #a4cd31;
    border-radius: 0;
    font-size:16px;
}

.header .mod_search {
    margin-left: 20px;
}

.header.original {
box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}

#top, #top .mod_socials a i {
   
    line-height: 3.5rem;
   
}

#top .top_metanavi li i {
	display: inline-block;
	margin-right: 5px;
	font-size: 22px;
	position: relative;
	width: auto;
	transform: none;
	-webkit-transform: none;
}


#top .ce_text {
    display: inline-block;
}


#top .top_metanavi {
    
    float: left!important;
}

.mod_top_phone.meta-nav {
   float:right!important;
}

.mod_top_phone a {
   
   transition: color 0.3s ease, opacity 0.3s ease;
	-webkit-transition: color 0.3s ease, opacity 0.3s ease;
}

.mod_top_phone a:hover {
   color:#a8dadc!important;
   transition: color 0.3s ease, opacity 0.3s ease;
	-webkit-transition: color 0.3s ease, opacity 0.3s ease;
}

.mod_top_phone.meta-nav img {
    height: 25px;
    width: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 3px;
}

#top .mod_top_phone i {
    margin: 0;
     
}

#top .mod_top_phone .label{
	font-weight:bold;
    margin-left:5px;
}

#top .mod_socials {
    
    margin-left: 0px;
}

#top, #top .mod_socials a i {
    font-size: 16px;
}

/***mobnavi***/
.mmenu_trigger {
    right: 20px;
}   
#mmenu {
	z-index:9999;
	top:0;
}



.ce_leadertext.version2 p {
    font-size: inherit;
}


/**Homevideo***/

.tp-video-play-button {
  display: none;
}

.home video {
     object-fit: cover; /*to cover all the box
    background-size: cover;
    background:transparent url(../StyleatWerk/Headerslider/slider01.jpg);*/
}
.mod_article .article-overlay {
    z-index: 25;
}

.ce_bgimage.parallax .ce_bgimage-image {
    background-attachment: scroll!important;
    
}


.same-height-wrap .ce_bgimage {
	height:100%;
}

.ce_bgimage .ce_bgimage-inside {
    z-index: 30;
}

.ce_iconbox_v3 i, .ce_iconbox_v3 .image_container {
    top: 40px;
    font-size: 3.333rem;
}

#slider .swiper-slide {
   
    height: auto;
    
}

#slider .ce_bgimage.bg-nocolor {
    background: transparent;
}

#slider .ce_video_background .video-overlay {
	background: rgb(0,0,0)!important;
	opacity:0.5;
}
#slider .ce_video_background .video {
	top:0!important;
	left:0!important;
	-webkit-transform: translate(0%);
	-ms-transform: translate(0%);
	transform: translate(0%);
}

#slider .ce_video_background_inside.contentwrap {
	padding:0!important;

}
#slider .ce_video_background {
	height:100%;
}
#slider .swiper-container-horizontal .swiper-pagination {
	
	bottom:160px!important
}


.swip-pagination .swiper-wrapper {
	padding-bottom:0;
}
#top_link {
    right: 20px;
    display:none!important;
}

.ce_iconbox.version2 .image_container img {
    width: 70px;
}

/***GMAP***/

.gmap_infotext {
    padding: 10px;
}

.gm-style-iw-d {
    max-height: 100% !important;
}
.gm-style-iw.gm-style-iw-c {
	max-height:280px !important
}

.gm-style-mtc {
    display: none;
}

.maproute {
	background: rgb(66,122,157);
	padding: 5px 10px;
	color: rgb(255,255,255);
	font-weight: bold;
	text-align: center;
}
/***FB Chatbot***/

.fb_dialog.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge.fb_customer_chat_bubble_pop_in {
    right: 15px !important;
}
.icon_oben.ce_iconbox.version2 .ce_iconbox_inside {
    text-align: center!important;
    display: block!important;
    
}

.fb_reset {
  opacity:0;
  transition: opacity .5s ease-in-out;
}


.visible {
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

p.width-l {
	max-width: 700px;
margin: 0 auto;
}

.ce_iconbox_header {
    
    bottom: 0px;
   
}


.ce_iconbox.version2 i {
	font-size: 2rem;
	border: 2px solid;
	border-color: rgb(255, 255, 255) !important;
	background:none!important;
}
.mod_quickmenu.quickmenu-align-top {
    top: 40px;
    
}

.mod_quickmenu.style2 a {
    
    background-color: #457a9d;
    border: 0;
    border-radius: 0;
    color: #fff!important;
}

.mod_quickmenu li a {
    
    line-height: 50px;
    width: 50px;
    
}

.mod_quickmenu li a i {
    width: 50px;
    font-size: 22px;
}

.offset_3 {
    margin-left: calc((100% / 12) * 0);
}

/***PRODUKTBOX***/

.ce_productbox_content_top {
    padding: 15px;
}

.ce_productbox_content_bottom,.ce_productbox_content_middle {
    padding: 0px 15px 0px 15px;
}


.ce_productbox.version2 .ce_productbox_inside {
    background: rgb(247,247,247);
    
}

.ce_productbox.version2 .subheadline {
   
    font-style: normal;
    color: #f2aebd;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.ce_productbox.version2 .attribute.ce_headline {
    margin-top: 5px;
    margin-bottom: 0;
}

.ce_productbox.version2 .price {
    float:right;
}


.ce_productbox.version2 .fonticon {
    
    float: left;
    line-height: 1.8rem;
    font-size: 1.8rem;
    margin-right: 10px;

}

.ce_productbox.version2 .ce_hyperlink {
    padding-bottom:15px;
    margin-top: 20px;
}

.ce_productbox.version2 .ce_hyperlink a {
	border-radius:20px;
}
/***SOCIAL FEED**/

.social_feed_container {
    width: calc(100% + 0px);
    font-family: sans-serif;
    margin-left:5px;

}

.social_feed_element {
    overflow: visible;
    width: 48%;
    margin:1%;

}

.social_feed_element .news-content, .social_feed_element .image_container {
    background: #f7f7f7;
    padding: 10px;
}

.social_feed_element .icon {
    background: rgb(36, 102, 214) none repeat scroll 0% 0%;
    width: 40px;
    height: 40px;
    text-indent: 0px;
    position: absolute;
    right: -5px;
    border-radius: 100%;
    top: -20px;
}

.social_feed_element .icon img {
    max-width: 10px;
    position: absolute;
    right: 15px;
    top: 10px;
    border-radius: 0;

}


.social_feed_element .inner {
	border: 0;
	margin: 10px 0px 0px;
}

.social_feed_element.extended .inner {
    padding: 0px;
    background:#f7f7f7;
}

.social_feed_element .info {
    margin: 0px;
    padding: 0px;
    float:right;
    font-size: 14px;
    display: inline-block;
    text-transform:inherit!important;
}

.social_feed_element .info img {
   width:20px;
}

.social_feed_element time {
   
    font-weight: bold;
    
}


.social_feed_element .fa {
    font-size: 18px;
    padding-left: 5px;
    padding: 0px 0px 0px 5px;
    border-radius: 100%;
    color: #f2aebd;
    text-align: center;
   
}

.social_feed_element.extended .ce_hyperlink a {
   
    margin-top:10px;
    display: inline-block;
    font-size: 1.1rem;
    border-radius: 20px;
}

/***Social Feed Footer***/

.mod_newslist .pagination {
    padding: 15px 15px 0 15px!important;
    position: fixed;
    bottom: 0;
    left:0;
    background: #f2aebd;
    width: 100%;
    z-index: 999;
}

.mod_newslist .pagination li span.current {
    background: #fff;
    color:#f2aebd;
}

.mod_newslist .pagination p {
    float: right!important;
    display: inline-block!important;
    width: auto!important;
    color:#fff;
}

.mod_newslist .pagination li a, .mod_newslist .pagination li span {
   
    color: #fff;
    font-weight: bold;
}

.mod_newslist .pagination .next, .mod_newslist .pagination .last {
    
    display: none;
    
}

.mod_newslist .footer .image_container {
    background: none;
    padding: 0px;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.mod_newslist .footer img {
    transition: all 0.3s ease, opacity 0.3s ease;
    -webkit-transition: all 0.3s ease, opacity 0.3s ease;
    transform: scale(1);
    width: auto;
    border-radius: 0;
    max-width:100%;
}


.social_feed_element.footer {
    overflow: visible;
    width: 30.33%;
    margin:0.8%;

}



/***********/
.mod_newslist .pagination {
    padding: 1%;
}


.newslist-v3 .content {
	padding-bottom:0!important;
}

.mod_newslist_v3 {
    margin-left: -0.5%;
    margin-right: -0.1%;
}

.newslist-v3 {
    float:left;
}


.mod_newslist_v3 .info .more {

    font-size: 1.1em;
    font-weight: 700;
    color: #a4cd31;
    transition: color 0.3s ease, opacity 0.3s ease;
	-webkit-transition: color 0.3s ease, opacity 0.3s ease;
}

.mod_newslist_v3 .info .more:hover {

    color: #333333;
    transition: color 0.3s ease, opacity 0.3s ease;
	-webkit-transition: color 0.3s ease, opacity 0.3s ease;

}

.newslist .info {
	float:right;
}
.newslist .info img, .newslist .info img:hover  {
    width: 20px;
    border-radius: 0;
}

.newslist .news-date {
  
    font-weight: bold;
}

.newslist .news-content {
    overflow: hidden;
    margin-bottom: 15px;
    background: #f7f7f7;
    padding: 15px;
}

.newslist .image_container {
    background: #f7f7f7;
    padding: 15px;
    overflow: hidden;
    margin:0;
}
.mod_newslist img {
	 transition: all 0.3s ease, opacity 0.3s ease;
	-webkit-transition: all 0.3s ease, opacity 0.3s ease;
	transform: scale(1);
	width: auto;
	max-width: 150px;
	border-radius: 100%;

}
.mod_newslist img:hover {
	 transition: all 0.3s ease, opacity 0.3s ease;
	-webkit-transition: all 0.3s ease, opacity 0.3s ease;
	transform: scale(0.8);
	width: auto;
	overflow:hidden;
	
}

.news-overlay {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s ease, opacity 0.3s ease;
	-webkit-transition: all 0.3s ease, opacity 0.3s ease;
	
	opacity:0;
	
}

.news-overlay:hover {
   background: rgba(0,0,0,0.5);
    transition: all 0.3s ease, opacity 0.3s ease;
	-webkit-transition: all 0.3s ease, opacity 0.3s ease;
	transform: scale(1);
	opacity:1;
	overflow-y:hidden;
}

.news-overlay .fa {
	font-size:1.5rem;
	position:absolute;
    top:49%;
    left:49%;
    color: #f2aebd;
}

.news-overlay .fa:hover {
    
    
    transition: color 0.3s ease, opacity 0.3s ease;
	-webkit-transition: color 0.3s ease, opacity 0.3s ease;
    
}

.mod_newslist h2{
	font-size:1.5rem!important;
}

.newslist-timeline-both .newslist-timeline-date {
    background: rgb(66,122,157);
    padding: 5px 10px;
    color: rgb(255,255,255);
    font-weight:bold;
    text-align:center;
    margin-bottom:0;
}


.color-white .ce_pricelist .item {
    border-color: rgba(255,255,255,0.8);
}


.ce_text_extented.subline{
	padding: 2px;
	display: table;
	border-bottom: 1px solid #9FD631;
    border-bottom-width: 1px;
	border-width: thin;
	margin-bottom:10px;
}



.ce_hyperlink a, a.btn {
	font-size: 1.1rem;
	margin-bottom:0;
}

.ce_hyperlink-extended a.link-sec-color:hover {
    color: #fff!important;
    border-color: #2466d6!important;
    background: #2466d6!important;
}
.ce_text.colorbox.block {
    padding: 10px;
    background-color: #f7f7f7;
}

.ce_table table {
    margin-bottom: 0px;
    
}

.ce_testimonial_version5 .text p {
    font-size: 1rem;
}


.ce_testimonial_version7 .image_container {
    border: 0;
    background: #fff;
}


.ce_testimonial_version5 .image_container {
	
    width: 100px;
    height: 100px;
   
}

.ce_testimonial_version5 .ce_testimonial_inside {
	padding-top: 200px;
  
   
}


.ce_testimonial_version7 .image_container img {
   
    border: 0;
    padding: 4px;
}

.ce_teambox .function {
    margin-bottom: 0px;
}


.mod_portfoliolist_v6 .item .image::after {
   
    background: rgba(69,122,157,0.8);
   
}



form.style7 input, form.style7 select, form.style7 textarea {
	border-bottom: 1px solid #457a9d;
	
}

/*Progress Bar*/

.progress-bar{
    height: 10px;
    background-color: #f3f3f3;
    margin-bottom: 55px;
}

.progress-bar-inner {
    height: 10px;
    background-color: #808080;
    animation: progress-bar 2s;
    -webkit-transition : width 5s ease;
   -moz-transition : width 5s ease;
     -o-transition : width 5s ease;
        transition : width 5s ease;
}

.progress-bar-inner1 {
    height: 10px;
    background-color: #808080;
    animation: progress-bar1 2s;
    -webkit-transition : width 5s ease;
   -moz-transition : width 5s ease;
     -o-transition : width 5s ease;
        transition : width 5s ease;
}

.progress-bar-inner2 {
    height: 10px;
    background-color: #808080;
    animation: progress-bar2 2s;
    -webkit-transition : width 5s ease;
   -moz-transition : width 5s ease;
     -o-transition : width 5s ease;
        transition : width 5s ease;
}

.progress-bar-inner3 {
    height: 10px;
    background-color: #808080;
    animation: progress-bar3 2s;
    -webkit-transition : width 5s ease;
   -moz-transition : width 5s ease;
     -o-transition : width 5s ease;
        transition : width 5s ease;
}

@keyframes progress-bar {
   0% { width: 0%; }
}

@-webkit-keyframes progress-bar {
   0% { width: 0%; }
}
@-moz-keyframes progress-bar {
   0% { width: 0%; }
}

@keyframes progress-bar1 {
   0% { width: 33%; }
}

@-webkit-keyframes progress-bar1 {
   0% { width: 33%; }
}
@-moz-keyframes progress-bar1 {
   0% { width: 33%; }
}

@keyframes progress-bar2 {
   0% { width: 66%; }
}

@-webkit-keyframes progress-bar2 {
   0% { width: 66%; }
}
@-moz-keyframes progress-bar2 {
   0% { width: 66%; }
}

@keyframes progress-bar3 {
   0% { width: 100%; }
}

@-webkit-keyframes progress-bar3 {
   0% { width: 100%; }
}
@-moz-keyframes progress-bar3 {
   0% { width: 100%; }
}


.progress-bar-inner h6 {
    position:absolute;
    color: #8cc63f;
}

.progress .numbers h4 {
font-size:	calc(20px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
}

/**Formular loaderanimation**/

.loader-form,#loftloader-wrapper .loader-inner {
	position: absolute!important;
}
.loader-form {
	
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
    text-align: center;
    transition: all 0s;
    font-size: 0;
    opacity:0;

}

#loader {
    width: 40px;
    height: 40px;
    position: relative;
	z-index: 1002;
	display: inline-block;
	margin: 0 auto;
	color: #808080;
}

#loader span:before, #loader span:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: inherit;
    border: 6px solid currentColor;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-radius: 50%;
    content: "";
    transform-origin: 50% 50%;
    box-sizing: border-box;
}

 #loader span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: none;
    transform-origin: 50% 50%;
    -webkit-animation: spin 1s ease infinite;
    animation: spin 1s ease infinite;
}


#loader span::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
    -webkit-animation: spin 2s linear 0.5s infinite;
    animation: spin 2s linear 0.5s infinite;
}

 #loader span::before {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

/****LOADER END****/

@keyframes blinker {  
  50% { opacity: 0; }
}

form p.error {
    color: red;
    font-weight: bold;
    text-align: center;
    animation: blinker 1s linear infinite;
}

/***AGBCHECK****/

.agbcheck {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 46%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    padding: 20px;
    color: #fff;
    border-radius: 20px;
    opacity:0;
    display:none;
}

.agbcheck h1,.agbcheck h2,.agbcheck h3,.agbcheck h4 {
  
    color: #fff;
   
}


/*Pagebreak button*/

.widget-pagebreak {
	z-index: 999;
	min-height: 50px;
}



.widget-pagebreak .continuebutton, .widget-pagebreak .submitbutton {
    float: right;
}


.widget-pagebreak .continuebutton,.widget-pagebreak .submitbutton {
	padding: 5px 8px 2px 20px;
	font-size: 20px;
	background-color: #808080;
	color: white;
	z-index:1;
	overflow:hidden;
	transition: all 1.1s ease;
	border-radius: 20px;
}

.widget-pagebreak button:hover,.widget-pagebreak .submitbutton:hover {
	cursor:pointer;
	overflow:visible;
}

.widget-pagebreak .continuebutton:after,.widget-pagebreak .submitbutton:after {
	cursor:pointer;
	position: relative;
	line-height:45px;
	top:-2px;
	left: -250px;
	width: 0px;
	height: 100%;
	font-size:14px;
	transition: all 1.1s ease;
	font-family: FontAwesome;
	content:"\f061";
	color:#fff;
	
	
}

.widget-pagebreak .continuebutton:hover:after,.widget-pagebreak .submitbutton:hover:after {
	cursor:pointer;
	width: 100%;
	left: 3px;

	
}

.widget.widget-pagebreak.autogrid.block {
    width: 100%;
}

.widget-pagebreak .backbutton {
	padding: 5px 20px 2px 10px;
	font-size: 20px;
	background-color: #808080;
	color: white;
	z-index:1;
	overflow:hidden;
	transition: all 1.1s ease;
	border-radius: 20px;
}

.widget-pagebreak .backbutton:before {
	cursor:pointer;
	position: relative;
	line-height:45px;
	top:-2px;
	right: -220px;
	width: 0px;
	height: 100%;
	font-size:14px;
	transition: all 1.1s ease;
	font-family: FontAwesome;
	content:"\f060";
	color:#fff;
	
	
	
}

.widget-pagebreak .backbutton:hover:before {
	cursor:pointer;
	width: 100%;
	right: 3px;
}

.widget-pagebreak button:hover {
	cursor:pointer;
	background-color:#555;
	transition: all 1.1s ease;
}

/***Pagebreak END**/




/***Checkbox***/

.widget-checkbox .wrapper a {
	font-weight:bold;
	color:#fff;
}

.widget-checkbox .wrapper p {
	margin-bottom:0;
}

.widget-checkbox.style5 span label, .widget-checkbox.style5 span, .widget-checkbox.style5 .checkbox_container {
	margin-bottom:0!important;
}

.widget-checkbox.style5 span:not(.mandatory) {
    width: auto!important;

}

.widget-checkbox.style5 .checkbox_container span label {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 10px 0 0 0;
    background: none;
    border-radius: 0px;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease, opacity 0.3s ease;
    -webkit-transition: all 0.3s ease, opacity 0.3s ease;
}

.widget-checkbox.style5 input[type="checkbox"] + label:before {
  
  border: 2px solid #fff;
  margin-right:5px;
  float: left;
  margin-right: 10px;
  
}

.widget-checkbox.style5 input[type="checkbox"]:checked + label::before {

    color: #fff!important;
   /* line-height: 25px!important;*/
}


/***CUSTOM checkbox***/

.checkbox_container label {
	padding-left: 32px;
	color:#808080;
}
input[type="checkbox"] {
  display:none;
}
input[type="checkbox"] + label:before {
  width: 20px;
  height: 20px;
 border-radius: 0px;
 /* 
  border: 1px solid #808080;
  background-color: #808080;
  */
  display: inline-block;
  content: "";
  float: right;
  
}

input[type="checkbox"]:checked+label:before {
 /* box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #f2aebd;*/
	content: "\2713";
	font-size: 35px;
	color: #f2aebd;
	text-align: center;
	line-height: 8px;
}

input[type="checkbox"]:checked+label {
    background: rgba(255,255,255,0.5);
    
}

input[type="checkbox"]:hover+label:before, form .checkbox_container label:hover {
  cursor:pointer;
}

form .checkbox_container span, form .widget-radio span {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 5px;
   
    
}

form .checkbox_container img {
    max-width: 140px;
}


form .checkbox_container span label {
    display: inline-block;
   
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    width: 100%;
	text-align: center;
	transition: all 0.3s ease, opacity 0.3s ease;
	-webkit-transition: all 0.3s ease, opacity 0.3s ease;
}

form .checkbox_container span label:hover {
    opacity:0.7;
	transition: all 0.3s ease, opacity 0.3s ease;
	-webkit-transition: all 0.3s ease, opacity 0.3s ease;
}



#form1 .description p {
    border-radius: 13px;
    margin: 0 0 20px 0;
    text-align: center;
    background: #fff;
    padding: 5px;
}

.ce_text.width-l {
    max-width: 860px;
}

form.kontakt.style2 {
	padding:0;
}

@media only screen and (min-width:768px) {

#form1 .description p {

   
    margin: 0 8px 20px 8px;
    
}


form .checkbox_container .col2 {
	display:flex;
	width: 49%;
	float: left;
	margin-right: 0.5%;
	margin-left: 0.5%;
}

form .checkbox_container .col2 span, form .checkbox_container .col3 span {
	width: 100%;
}

form .checkbox_container .col3 img {
    max-width: 200px;
}

form .checkbox_container .col3 {
	display:flex;
	width: 32.33%;
	float: left;
	margin-right: 0.5%;
	margin-left: 0.5%;
}

}

@media only screen and (max-width:768px) {
form .checkbox_container span:not(.mandatory) {
/*display:flex;*/
	width: 99%;
	float: left;
	margin-right: 0.5%;
	margin-left: 0.5%;
}
}

form .checkbox_container span.mandatory {
   display: inline;
   color:#fff;
    
}

/***CKECKBOX ICONS***/

.checkbox_container span label .fa {
    text-align: center;
    width: 100%;
    font-size:2rem;
    display: block;
	margin-left: 20px;
}

label.select, #ctrl_630.select option{
text-transform: uppercase;
font-weight: bold;
color: #888;
}

input, textarea, select {
	border:0!important;
}

input, textarea, select {
	opacity:0.7;
}

input:hover, textarea:hover, select:hover {
	opacity:1;
}



:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

form.style2 fieldset legend {
    background-color: #f2aebd;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

form.style2 fieldset {
    padding: 15px;
    border: 1px solid #fff;
}




/**with icon**/

.ce_form .input-group-addon {
	border:0;
	border-radius:0;
}

.ce_form .input-group-addon,.ce_form .widget.mandatory .input-group-addon {
    background: #fff;
    color: #f2aebd;
    font-size: 2rem;
    border-radius: 20px 0 0 20px;
    width: 48px;
    text-align: right;
}


.ce_form .formicon-wrapper input,form.style2 select {

    border-radius: 0 20px 20px 0;
    font-family: 'PT Serif', sans-serif;
    font-size: inherit;
}

.ce_form .style2 input.datepicker{
	border-radius: 0 20px 20px 0;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	color:#333;
}

.ce_form .style2 input.datepicker {
	background-image:none;
	padding-left: 10px;
	padding-right:10px;

}
.ce_form .style2 .widget.widget-text.fa-star.fa {
    width: 100%;
}


form.style2 .widget-upload label, .widget-checkbox.style5 label  {
	color:#fff;
	font-size:20px;
}

form.style2 input.upload {
	
    opacity:1!important;
}

form.style2 .widget-explanation {
	color:#fff;
}

form.style2 .widget-explanation p {
 font-weight:bold;
}

form.style5 input, form.style5 select, form.style5 textarea {
  
    font-size: inherit;
}

form.style2 .wrapper {
    color:#fff;
}

form.style2 .message.ajaxconfirm {
	color:#fff;
}

form.style4 fieldset{
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 20px;
}



input.submit, button.submit {
	padding: 17px 20px;
    border-radius: 0px;
	font-size: 1.1rem;
}
input:focus, textarea:focus {
	border:0!important;
}

 .mod_socials i.fa-google:hover {
    background: #a4cd31!important;
    color: rgb(255,2552,255) !important;
}



/***FEATURELIST 1 COL****/

.ce_featurelist.col1 li {
    display: block;
    width: auto;
    float: none;
    padding: 0px;
    border-bottom: none;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

.ce_featurelist.col1 li .icon {
    
    width: 40px;
    height: 40px;
    line-height: 50px;
    font-size: 40px;
    text-align: left;
    padding-left: 1px;
}

/****FOOTER****/



#footer h4 {
    border-bottom: 1px solid #555;
}

#footer .autogrid_grid .column .attributes.p-xs {
    padding: 20px 20px 20px 20px;
}

#footer a.active {
    color: #a4cd31;
}

#footer .totop {
  
    top: -40px;
    background: #f2aebd;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

#footer {
    position: absolute;
    z-index: 9998;
    width: 100%;

}
#bottom {
    position: absolute;
    width: 100%;
}
#bottom .inside {
    
    padding: 20px 40px 0px 40px;
   
}
#bottom .inside .right a {
    margin-left: 0px;
}

/***Form Reparatur Anfrage****/

.personal-data {
	visibility: hidden;
	height:0;
}
/***FORM RÜCKRUFSERVICE***/

form select, input.timepicker,input.datepicker,input, textarea, select {
	
	 transition: all 0.3s ease, opacity 0.3s ease;
	-webkit-transition: all 0.3s ease, opacity 0.3s ease;
}

form select:hover,input.timepicker:hover,input.datepicker:hover,input:hover, textarea:hover, select:hover {
	border-bottom:1px solid #eee;
	 transition: all 0.3s ease, opacity 0.3s ease;
	-webkit-transition: all 0.3s ease, opacity 0.3s ease;
}

.pt-25 {
    margin-top: 12.5px !important;
}



.ce_authorbox.style2 {
    overflow: hidden;
    position: relative;
}

.ce_authorbox.style2 .ce_authorbox_content {
    width: 100%;
    float: right;
    padding: 50px 5% 50px 45%;
    margin-left: 0;
    margin-top: 55px;
    font-size: 1rem;
    
}

.ce_authorbox.style2 .name {
  
    margin-bottom: 0px;
}
.ce_authorbox.style2 .subtitle {
    margin-left: 0;
    margin-bottom: 15px;
    
}

.ce_authorbox_inside .image_container {
    position:inherit;
    margin-top:25px!important;
}

.ce_authorbox_inside .image_container img{
  max-width:300px;
  bottom:0;
  position:absolute;
}


@media only screen and (min-width:768px) {


.home .ce_swiper-slider-start .swip-pagination .swiper-pagination {
	display:none;
}
/**HYPERLINKVIDEO left CENTER***/
.homeboxes .ce_hyperlink_lightbox_video.hyperlink_align_center, .homeboxes .ce_headline_extended.vid {
    text-align: center;
    position: absolute;
    top: 45%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.homeboxes .ce_bgimage-inside.contentwrap, .homeboxes .ce_bgimage-outer {
    height: 100%;
    
}

#fix-wrapper {
    height: 153.5px;
}

#slider .ce_hyperlink.ce_hyperlink-extended.transition {
    max-width: 300px;
    margin: 0 auto;
}
.ce_bgimage.img-leftside-33 .ce_bgimage-inside, .ce_bgimage.img-leftside-50 .ce_bgimage-inside {
	padding-top:0px;
	padding-bottom:0px;
	
	
}
.content_page .ce_bgimage.vertical_centered .ce_bgimage-inside,.swiper-button-next, .swiper-button-prev {
    
    top: 125px!important;
}

.content_page .ce_bgimage.parallax .ce_bgimage-image {
   
    background-position-y: -25vh !important;
	position: fixed;
}

.cd-auto-hide-header {
    position: fixed;
	width:100%;
	z-index:10000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    background:#fff;
}

.cd-auto-hide-header.is-hidden {
  transform: translateY(-100%);
}



.mod_quickmenu_524.is-hidden {
	-webkit-transform: translateY(-120px);
	-moz-transform: translateY(-120px);
	-ms-transform: translateY(-120px);
	-o-transform: translateY(-120px);
	transform: translateY(-120px);
}

#top-wrapper {

  -webkit-transition: -webkit-transform 1.1s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: -moz-transform 1.1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1.1s cubic-bezier(0.86, 0, 0.07, 1);
}

#top-wrapper.hidden {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.mod_quickmenu_524.hidden {
	-webkit-transform: translateY(-120px);
	-moz-transform: translateY(-120px);
	-ms-transform: translateY(-120px);
	-o-transform: translateY(-120px);
	transform: translateY(-120px);
}

.mod_quickmenu {
  
  -webkit-transition: -webkit-transform 1.3s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: -moz-transform 1.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1.3s cubic-bezier(0.86, 0, 0.07, 1);
}

}
@media only screen and (max-width: 1024px) and (min-width:768px) {

.newslist-v3 {
   /* max-height: 500px;*/
}

.offset_3 {
    margin-left: calc((100% / 12) * 6);
    position: absolute !important;
	top: 50%;
}

.offset_2 {
    margin-right: calc((100% / 12) * 6);
}
}


@media only screen and (max-width:1920px) {

#slider .swiper-container-horizontal .swiper-pagination {
    bottom: 200px !important;
}

}

@media only screen and (max-width:1680px) {


#slider .swiper-container-horizontal .swiper-pagination {
    bottom: 170px !important;
}

.subheadline.subheadline-color-white {
    font-size: 0.9rem;
}
}


@media only screen and (max-width:1280px) {

.ce_authorbox_inside .image_container img{
  max-width:40%;
  
}

#slider .swiper-container-horizontal .swiper-pagination {
    bottom: 190px !important;
}

.subheadline.subheadline-color-white {
    font-size: 0.9rem;
}
}

@media only screen and (min-width:1920px) {
	
h1 {
	/*font-size:calc(28px + (36 - 28) * ((100vw - 560px) / (1600 - 560)));*/
	font-size:2vw!important;
	
}

h2, h3, .ce_iconbox h3 {
	/*font-size:calc(28px + (32 - 28) * ((100vw - 560px) / (1600 - 560)));*/
	font-size:2vw!important;
	
}

}

@media only screen and (min-width:1024px) {
	
h1 {
	/*font-size:calc(28px + (36 - 28) * ((100vw - 560px) / (1600 - 560)));*/
	font-size:3.5vw;
	
}

h2, h3, .ce_iconbox h3 {
	/*font-size:calc(28px + (32 - 28) * ((100vw - 560px) / (1600 - 560)));*/
	font-size:3vw;

}

.absolutepos {
    position: absolute;
    bottom: 0;
}
}

@media only screen and (max-width:1024px) {

.ce_authorbox_inside .image_container img {
    max-width: 28%;

}

.ce_authorbox.style2 .ce_authorbox_content {
  
    padding: 50px 5% 50px 35%;
   
}

h1 {
	/*font-size:calc(28px + (36 - 28) * ((100vw - 560px) / (1600 - 560)));*/
	font-size:3vw;
	
}

h2, h3, .ce_iconbox h3 {
	/*font-size:calc(28px + (32 - 28) * ((100vw - 560px) / (1600 - 560)));*/
	font-size:3vw;
	
}

#slider .swiper-container-horizontal .swiper-pagination {
	
	bottom:50px!important
}

.home #slider {
   
    /*padding-top: 45px;*/
}

.ce_iconbox_header {
    
    position: relative;
    
}

.absolutepos {
border: 8px solid #fff;
padding: 20px 20px 0 20px;
margin-right:8%;
width:100%;
}

.absolutepos.greenframe {
border: 8px solid #a4cd31;

}

}

@media only screen and (max-width:980px) {
#footer div.autogrid {
    flex: 0 0 50%;
    width: 50%;
}
}

@media only screen and (max-width:768px) {

/***popup scroll****/

.ce_popup_start .ce_popup_content .checkbox {
 position: relative;
    margin-top: 20px;
}

.ce_popup_start .ce_popup_content {
  overflow-y: scroll !important;
  height: 100%;
  padding-bottom: 0;
}

.social_feed_element {
    overflow: visible;
    width: 98%;
    margin:1%;

}

.ce_revolutionslider_text.smalltext {
    font-size: 100% !important;
    line-height:1.5!important;
}

.ce_revolutionslider_text.smalltext i {
    font-size: 100% !important;
    line-height:1.5!important;
}

.ce_revolutionslider_hyperlink {
    line-height: 2.4 !important;
    
}

.ce_revolutionslider_hyperlink.outline {
	background:none;
}
.ce_revolutionslider_hyperlink {
    padding: 5px 25px !important;
   
}

.iconbox_header_item.autogrid {
	padding:0;
}
.ce_countup .headline {
    font-size: 1.6rem !important;
   
}

.ce_countup h5 {
    font-size: 0.8rem !important;
    
}
.ce_countup i {
    font-size: 2rem!important;
    
}

.mod_quickmenu_619 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding-top: 0px;
}

#fb-root {
	display:none!important;
}
.ce_authorbox_inside .image_container img {
    position:relative;
	max-width:45%;
}

.ce_authorbox.style2 .ce_authorbox_content {
	padding: 50px 5% 50px 5%;
    margin-top:0;
   
}

.pt-no, .pb-no {
	padding-bottom:0px!important;
	padding-top:0px!important;
}


.mod_article.pt-0-m .container {
    padding-top: 0 !important;
}

.font-size-xxs, .font-size-xxs p {
    font-size: 1rem;
}

form.style4 {
    border: 0;
    padding: 0;
   
}

.ce_bgimage, .ce_player, .ce_player video {
	height:auto!important;
}

/***CONTENT ORDER ON MOBILE***/


.container .mobileorder { display: flex; flex-flow: column; }
    .order2 { order: 1; }
    .order1 { order: 2; }
   
/*******/


.iconbox_header_item_inside.bg-owncolor {
    background: #f7f7f7!important;
}

.ce_iconbox_header .iconbox_header_content p {
	color:#808080;
}
#footer div.autogrid {
    
    padding-left: 0;
    padding-right: 0;
}

#bottom .inside {
    padding: 20px;
}

#bottom .inside .right a {
	margin-right:0px;
}
#top .inside {
	padding-right:14px;
}
#top_link {
    /*display: block!important;*/
}

body.fixed-header #top_link {
    
    bottom: 20px!important;
}

h1 {
	/*font-size:calc(28px + (36 - 28) * ((100vw - 560px) / (1600 - 560)));*/
	font-size:7vw;
	text-transform: uppercase;
}

h2, h3, .ce_iconbox h3 {
	/*font-size:calc(28px + (32 - 28) * ((100vw - 560px) / (1600 - 560)));*/
	font-size:6vw;
	text-transform: uppercase;
}

#stickyheader{
 
  height:70px;
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
 
}

#stickyheader.hidden {
   -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}




.header.cloned {
	top:0;
}
h4, .h4, .h4 p {
	font-size:1.8rem;
}

.h5, h5 {
	font-size:1.5rem;
}

#slider .ce_video_background .video {
    -webkit-transform: translate(-25%, 0%)!important;
    -ms-transform: translate(-25%, 0%)!important;
    transform: translate(-25%, 0%)!important;
    width: auto!important;
    height:100%!important;
}

#slider .swiper-container-horizontal .swiper-pagination {
	
	bottom:20px!important
}

.home #slider {
   
    padding-top: 0px!important;
}



#top .ce_text {
    display: none;
}



.homeboxes .ce_iconbox_header {
	margin-top:0!important;
}

.homeboxes .column {
	margin-bottom:0!important;
}

.ce_iconbox.version2 .ce_iconbox_inside {
    
    display: block;
    
}

.ce_iconbox.version2 .headline {
    
    position: absolute;
    top: 0;
    left: 65px;
    line-height: 50px;
}

.ce_iconbox.version2 .image_container img {
    width: 55px;
}


.homeicon.ce_iconbox.version2 .ce_iconbox_icon {
    flex: 0 0 40px!important;
    align-self: center!important;
}

.homeicon.ce_iconbox.version2 i {
    font-size: 1.2rem!important;
    width: 30px!important;
    height: 30px!important;
    line-height: 33px;
   
}

.newslist-v3-inside {
	margin-left:0.5%;
	margin-right:0.5%;
	
}
.absolutepos {

margin-right:0;
}

table {
    font-size: inherit;
}

.ce_gallery ul.flex-gallery li {
    flex: 0 0 33% !important;
}

.ce_hyperlink a, a.btn {
    font-size: 1.3rem;
}

}
