/*Lines
background: repeating-linear-gradient(-45deg, #ffdbdb , #ffdbdb  1px, white 2px, white 10px);

Dots
        background: linear-gradient(90deg, #fcfcfd 20px, transparent 1%) center, linear-gradient(#fcfcfd 20px, transparent 1%) center, #c9c9c9;
        background-size: 22px 22px;
*/


/* ######### GLOBALS ########## */
html, body{
    font-size: 18px;
}
*{
    font-family: "futura-pt" !important;
}

.fa{
    font:normal normal normal 14px/1 FontAwesome !important;
}
h1{
    font-family: futura-pt !important;
    
    text-transform: uppercase !important;
}
#main .mod_article ul li {
    margin-left: 17px;
    list-style: square;
    }
h2, .h2, .h2 p{
    font-size: 2rem;
    font-weight: 700;
    font-family: futura-pt !important;
    text-transform: uppercase !important;
}
.bg-white{
    background: white;
}
.round{
    border-radius: 3px;
    border-bottom-right-radius: 3% 6%;
}
strong {
    font-weight: 600 !important;
}
.ce_bgimage .round{
        box-shadow: 0px 3px 5px rgba(90, 90,90,0.3);
        }

.logo a{
    margin-left: 100px;
}
.header .inside{
    padding-right: 100px !important
}
.header.original .logo {
    width: 260px;
}
.ce_table table {
    white-space: revert;
    }
.header{
    background-color: #393737;
}
.header a span{
    font-family: futura-pt !important;
    letter-spacing: 1px;
    font-weight: 00 !important;
}
#top-wrapper {
    display: flex;
    }
    #top {
    order: 2;
    }
.font-light{
    font-weight: 300 !important;
}
#slider .font-light {
    overflow: visible;
    text-shadow: 0px 0px 10px black, 0px 0px 5px rgba(0,0,0,0.1);
    font-weight: 500 !important;
    padding: 20px !important;
    margin-top: -20px !important;
}
#top .mod_socials {
    margin-top: 3px;
    }
.gradient-link a{
    background: rgb(102, 102, 102);
    background: rgb(193,40,29);
	background: -moz-linear-gradient(104deg, rgba(193,40,29,1) 7%, rgba(249,68,37,1) 100%);
	background: -webkit-linear-gradient(104deg, rgba(193,40,29,1) 7%, rgba(249,68,37,1) 100%);
	background: linear-gradient(104deg, rgba(193,40,29,1) 7%, rgba(249,68,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1281d",endColorstr="#f94425",GradientType=1);
    border: none !important; 
    border-radius: 3px;
    border-bottom-right-radius: 15px;
    text-decoration: none;
    padding: 8px 20px;
    text-align: center;
    min-width: 250px
}
.ce_hyperlink-extended a.link-white {
	border: 0px;
	background: rgb(221, 221, 221);
	color: #555 !important;
}
.gradient-link{
    text-align: center;
}
.ce_headline_extended .color-accent{
    display: block; 
    margin-top: 0em;
    font-weight: 300 !important;
}
.ce_hyperlink-extended {
    padding-left: 0px;
    width: 99%;
    /*! padding-right: 2%; */
}
.fancy-block .color-accent{
    color: white !important;
}
.ce_hyperlink a.link-white, a.btn.link-white{
    color: #555;
}
.ce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
	background: #555;
	color: white !important;
}
.grid-align-center{
    align-items: center;
}
.column-align-center{
    justify-self: center;
    margin-left: 2em !important;
}
div.gradient-link:nth-child(1) {
    padding-right: 2%;
    }
.autogrid_grid.first.grid_60_40.d_40_60.t_40_60.m_100.custom_grid_107796{
    align-items: center;
}
.autogrid_grid.first.grid_60_40.d_40_60.t_40_60.m_100.custom_grid_107796  > div:nth-child(1) {
    justify-self: center;
}
.border-left-text{
    border-left: 1px solid #e6e6e6;
	padding-left: 2em;
}
.bg-dark-gray {
    background: rgb(246,246,246);
    background: -moz-linear-gradient(32deg, rgba(246,246,246,1) 0%, rgba(158,158,158,1) 77%);
    background: -webkit-linear-gradient(32deg, rgba(246,246,246,1) 0%, rgba(158,158,158,1) 77%);
    background: linear-gradient(32deg, rgba(246,246,246,1) 0%, rgba(158,158,158,1) 77%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f6",endColorstr="#9e9e9e",GradientType=1); 
}
.autogrid_grid{
    padding: 0 !important;
    margin:0px !important;
}
.autogrid_grid .column{
    padding: 0 !important;
}
.ce_hyperlink-extended {
    padding-left: 0px;
}
#main .baustein-obe-mt-xxl{
    margin-top:4em !important;
}
.hyperlink_txt{
    border-radius: 3px;
    border-bottom-right-radius: 15px;
}
/* #### #### #### #### #### #### #### Menu animations start  #### #### #### #### #### #### #### */
@-webkit-keyframes menuanimation {
	0% {
        border-width: 0px;
	}
	100% {
        border-width: 4px;
	}
}
@keyframes menuanimation {
	0% {
        border-width: 0px;
	}
	100% {
        border-width: 4px;
	}
}
li.mlist.submenu.sibling:hover a span {
    color: #c1281d;
}
ul.vlist.level_2 ol a span {
    color: inherit !important;
}
/* li.mlist.sibling:hover a span::after {
    border-bottom: 4px solid #c1281d;
    padding-bottom: 0px;
    content: ' ';
    display: block;
    position: absolute;
    top: 45px;
    width: 100%;
    height: 1px;
    left: 0;
    -webkit-animation: menuanimation 0.2s ease-out;
            animation: menuanimation 0.2s ease-out;
}*/
li.mlist.sibling:hover ul a span::after {
    border-bottom: none;
    top: 0;
    width: 100%;
    height: 0px;
    left: 0;
    content:none;
}
ul.vlist.level_2 li.mlist.submenu.float_left.sibling:hover ul span {
    border-bottom: none;
    color: inherit;
}
.mainmenu ul ul {
    top: 93%;
}
ul.vlist.level_2 li.mlist.float_left a.a-level_2.float_left:hover::after {
    width:100%;
    height:32px;
    content:' ';
    background-color: #c1281d;
    position: absolute;
    left:0;
    top:0;
    display: block;
    z-index: 1;
    -webkit-animation: submenuanimation 0.2s ease-out;
            animation: submenuanimation 0.2s ease-out;
}
@-webkit-keyframes submenuanimation {
    0% {
        height: 0px;
    }
    100% {
        height:32px;
    }
}
@keyframes submenuanimation {
    0% {
        height: 0px;
    }
    100% {
        height:32px;
    }
}
ul.vlist.level_2 li.mlist.float_left a.a-level_2.float_left span {
    z-index: 99;
    position: relative;
}
.mainmenu ul ul li a:hover:not(.menuheader):not(.megamenu), .mainmenu ul ul li a.active, .mainmenu ul ul li a.trail:not(.megamenu) {
    background: transparent !important;
}
li.mlist.active.float_left.mm-selected.Selected span {
    color: #c1281d !important;
}
.header .mainmenu ul li a.trail span, .header .mainmenu ul li a.active span {
    border-bottom: 4px solid #c1281d;
    padding-bottom: 8px;
}
ul.vlist.level_2 ol.inner a.a-level_2.float_left span {
    color: #4d4f4f!important
}
ul.vlist.level_2 ol.inner a.a-level_2.float_left:hover span {
    color: #ffffff!important
}

/* #### #### #### #### #### #### #### Menu animations end  #### #### #### #### #### #### #### */

/* #### #### #### #### #### #### ####   #### #### #### #### #### #### #### */

#cboxContent {
    background: #fff;
}
#cboxTitle {
    color: #555 !important;
    background-color: #fff !important;
    padding: 10px 10px 10px 20px !important;
    line-height: 6 !important;
    font-weight: 600 !important;
}
div#cboxLoadedContent::before {
        top: unset !important; 
    bottom: 20px !important;
    background-color: #fff !important;
	z-index: 999;
}
#cboxContent {
    border-radius: 20px !important;
}
#cboxLoadedContent {
    border-radius: 16px;
}
#cboxTitle {
    border-radius: 0px 0px 30px;
}
/* #### #### #### #### #### #### #### lieferprogramm gallery style start  #### #### #### #### #### #### #### */
.lieferprogramm-galery.ce_gallery ul.flex-gallery.cols_4 li {
    flex: 0 0 calc(100% / 3) !important;
    padding: 2px;
    margin: 0px !important
}
.lieferprogramm-galery.ce_gallery ul.flex-gallery.cols_4 li.col_0 {
    flex: 0 0 calc(100% / 1) !important;
}
.lieferprogramm-galery   li.entry:nth-child(2) {
    width: 33%
}
.lieferprogramm-galery   li.entry:nth-child(3) {
    width: 33%
}
.lieferprogramm-galery    li.entry:nth-child(4) {
    width: 33%
}
.lieferprogramm-galery li.entry.row4.col_0.col_first {
    flex: 0 0 100%;
}
.ce_gallery .content {
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 100%;
    background: transparent !important;
    opacity: 1;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    z-index: 999;
    color: black !important;
}
.lieferprogramm-galery li.entry.row4.col_0.col_first .capt {
    position: absolute;
    right: 0;
    font-size: 20px;
    color: #555;
    background-color: rgba(255,255,255,0.9);
    z-index: 9999999999;
    bottom: 0;
    left: 0;
    padding: 20px;
    text-align: left;
    font-weight: 600;
}
.lieferprogramm-galery .image_container img {
    height: auto;
    height: 100%;
    object-fit: cover;
    max-height: 40em;
}
.ce_gallery li:hover .content {
    text-decoration: none;
    opacity: 1 !important;
}
#cboxTitle {
    position: absolute;
    left: 0;
    color: #ffffff;
    bottom: 0;
    font-size: 20px !important;
    background-color: #2b2b2bc7;
    right: 0;
    /* padding: 10px; */
    top: inherit !important;
    line-height: 4;
    padding-left: 10px;
}
div#cboxLoadedContent:before {
    content: ' ';
    background-image: url(/files/cto_layout/img/logos/ASMAG_transparent.png);
    background-size: 200px 50px;
    width: 200px;
    height: 50px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #2b2b2bc7;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.lieferprogramm-galery ul li {
    list-style: none !important
}
.lieferprogramm-galery li.entry.row4.col_0.col_first {
    margin-bottom: 20px;
}

.lieferprogramm-galery li.entry.row4.col_0.col_first {
    max-height: inherit;
}
.lieferprogramm-galery li.entry.row4 {
    max-height: 180px;
    overflow:hidden;
}
.lieferprogramm-galery li.entry.row4 .bg-image-neu .image_container {
    height: 100%;
    max-height: 120px;
}
.lieferprogramm-galery li.entry.row4.col_0.col_first .bg-image-neu .image_container {
    max-height: 40em;
}
.lieferprogramm-galery li.entry:hover img {
    opacity: 0.4 !important;
    transform: scale3d(1.1,1.1,1);
    -webkit-transform: scale3d(1.1,1.1,1);
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
}
.lieferprogramm-galery i.fa.fa-plus-circle.fa-3x {
    display: none;
}

.lieferprogramm-galery li .entry .capt{
display: block
}

.lieferprogramm-galery li .col_0{
    display: none !important
}
/* #### #### #### #### #### #### #### gallery style end  #### #### #### #### #### #### #### */
.mod_quickmenu .fa{
    color: #c1281d;   
} 
.mod_quickmenu li a {
	border: 1px solid rgb(100,100,100,0.1);
	background: rgba(255,255,255,0.95);
}
.mainmenu ul ul li a {
    font-weight: 500;
    }
#fix-wrapper {
    position: fixed;
}
#slider {
    padding-top: 100px;
}
#top_link a {
    border-radius: 2%;
    }
.page_navigation {
        right: 10px;
}
.page_navigation ul::before {
    background: rgb(193, 48, 41);
    width: 2px;
}
.page_navigation a.active .circle::before {
    background: rgb(193, 48, 41);
}
.page_navigation a.active .circle {
    box-shadow: 0 0 0 4px rgb(193, 48, 41);
}
.page_navigation li .glow::before {
    box-shadow: 0 0 0 4px rgb(193, 48, 41);
}
.bottom-nodisplay .container{
    padding: unset !important;
}

/* #### #### #### #### #### #### #### Langswitch  #### #### #### #### #### #### #### */
.mod_langswitcher img {
    display: inline-block;
    height: 15px;
    margin-bottom: -1px;
    margin-left: 2px;
    margin-top: 2px;
    list-style: none;
    }
    .mod_langswitcher ul {
}

#top .mod_langswitcher ul li a{
    display: flex;
    color: #555;
    justify-content: flex-end;
}

/* #### #### #### #### #### #### #### Main List Style  #### #### #### #### #### #### #### */
#main ul {
    margin-bottom: 1em;
}
/* #### #### #### #### #### #### #### TOP  #### #### #### #### #### #### #### */

.mod_portfoliolist_v4 .item figure{
    background-color: unset !important;
}
        
.body_top { 
	position: fixed; 
	top: 100px; 
	z-index: 999; 
	width: 100%; }
/* #### #### #### #### #### #### #### TOP  #### #### #### #### #### #### #### */
.offcanvas-trigger {
    display: none;
}
#top a.offcanvas-trigger {
    display: flex !important;
}
a.offcanvas-trigger > i:nth-child(1) {
    margin-top: 16px !important;
    font: normal normal normal 12px/1 FontAwesome !important;
}
#offcanvas-top .offcanvas-top-inside {
    background-color: #414040;
    box-shadow: 0px 0px 5px #2b2b2b;
    max-width: 1500px;
}
    .mod_top_phone.meta-nav .offcanvas-trigger{
overflow: visible;
    display: block !important; 
    position: relative;
    right: unset; 
    top: unset; 
    height: unset; 
    width: unset;  
    margin-top:-4px
}
#offcanvas-top.offcanvas-top-open {
box-shadow: 10px 0px 40px #202020;
}
.mod_top_phone.meta-nav .offcanvas-trigger::after{
	display: none;
}
#top .mod_langswitcher ul{
    width: 4.5em;
}
.mod_langswitcher span {
  display: inline-block;
  }
.mod_langswitcher ul li a {
	padding: 8px 13px;
	display: inline-block;
	line-height: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
}
#top .mod_socials {
    float: none;
    margin-left: 4px;
}
  
  #top .inside {
    padding-left: 20px;
    padding-right: 20px;
}

  #top .mod_socials a i {
    width: 1.333rem;
}
  
  #top .mod_top_phone {
    margin-left: 20px;
  }
  
  #top .mod_langswitcher .mod_langswitcher_inside {
    display: flex;
  }
  
  .fa-facebook-f::before, .fa-facebook::before {
    font-size: 1.7em !important;
  }
  
  .fa-xing::before {
    font-size: 1.7em;
  }
  
  #top .mod_socials a {
    margin-right: 15px !important;
  }
  
  #top .mod_langswitcher {
    display: flex;
    float: none;
    margin-right: 26px;
  }
  
#top a, #top .mod_socials a i {
    margin-right: 10px;
  }
  
  #top > div:nth-child(1) {
    display: flex;
    margin-top: 30px;
  }
  
  /* customize.css | https://asmag.samsolution.at/files/cto_layout/css/customize.css */
  
  #top .mod_socials {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  
  .mod_langswitcher span {
    margin-right: 5px;
  }
  
  /* Element | https://asmag.samsolution.at/ */
  
  #top > div:nth-child(1) > div:nth-child(2) > a:nth-child(2) > i:nth-child(1) {
    font-size: 1.7em;
  }
  
/* #### #### #### #### #### #### #### Divder Line  #### #### #### #### #### #### #### */

    .pretty-divider {background: rgb(193,40,29);
        background: -moz-linear-gradient(104deg, rgba(193,40,29,1) 7%, rgba(249,68,37,1) 100%);
        background: -webkit-linear-gradient(104deg, rgba(193,40,29,1) 7%, rgba(249,68,37,1) 100%);
        background: linear-gradient(104deg, rgba(193,40,29,1) 7%, rgba(249,68,37,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1281d",endColorstr="#f94425",GradientType=1);
        border: 0;
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 3px;
        margin: 2rem 0 2.5rem 0;
    }
    .divider-white{
        background: white !important
    }
/* #### #### #### #### #### #### #### Drop Cap  #### #### #### #### #### #### #### */
    .red-drop-cap {
        font-size: 200%;
        background: rgb(193,40,29);
        background: -moz-linear-gradient(104deg, rgba(193,40,29,1) 7%, rgba(249,68,37,1) 100%);
        background: -webkit-linear-gradient(104deg, rgba(193,40,29,1) 7%, rgba(249,68,37,1) 100%);
        background: linear-gradient(104deg, rgba(193,40,29,1) 7%, rgba(249,68,37,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1281d",endColorstr="#f94425",GradientType=1);
            background-clip: border-box;
        background-clip: border-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-box-decoration-break: clone;
        float: left;
text-align: center;
line-height: 1;
font-size: 3.55em;
margin-right: 6px;
      }
      /* #### #### #### #### #### #### ####  Downloads Styling  #### #### #### #### #### #### #### */
      #main .mod_article .ce_downloads_box ul li {
        list-style: none;
        margin-left: 4px;
        }
        .ce_downloads_box .ce_downloads_box_inside li img {
        width: 40px;
        height: auto;
        }
      /* #### #### #### #### #### #### ####  MAPS  #### #### #### #### #### #### #### */
      .ce_imagemap .hotspot.small .circle {
        border: 1px solid #c1281d;
        background: rgba(255,255,255,0.9);

        }  
        
        .ce_imagemap .hotspot_content {
            min-width: 250px;
            min-width: 445px;
            }
/* #### #### #### #### #### #### #### Link Line Call to Action Box  #### #### #### #### #### #### #### */

    .link-line .container{
        padding-top: 80px !important;
padding-bottom: 80px !important;
    }
/* ######### MS Grid Adjustments ########## */
.autogrid_grid{
    display: -ms-grid;
    display: grid; 
}
.custom_grid_107796.grid_60_40.d_20_80 {
    grid-template-columns: 20% 80%;
    -ms-grid-columns: 20% 80%;
}

.toptext-column{
    -ms-grid-column: 1;
}
.slide-column{
    -ms-grid-column: 2;
}

.autogrid_grid .column:nth-child(1){
    -ms-grid-column: 1;
}

.autogrid_grid .column:nth-child(2){
    -ms-grid-column: 2;
}

.autogrid_grid .column:nth-child(3){
    -ms-grid-column: 3;
}

.autogrid_grid .column:nth-child(4){
    -ms-grid-column: 4;
}
.d_50_50{
    
    -ms-grid-columns: 50% 50%;
}
.d_40_60{
    -ms-grid-columns: 40% 60%;
}

.textblock-bild-basic .column:nth-child(2){
    -ms-transform: translateX(-50%);
}

.autogrid_wrapper{
    -ms-flex-wrap: nowrap !important;
}
/* ######### Toptext ########## */
.ce_video_background{
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: calc(100vh - 100px) !important;
}
.ce_leadertext.version2 .headline{
    margin-top: 3rem;
    text-shadow: 0px 5px 30px #bfbebe, 0px 2px 7px #999;
}
.content_page .ce_leadertext.version2 .headline{
    margin-top: -2rem;
}
.content_page .toplinks{
    top: unset !important;
}
.content_page .ce_leadertext.version2 .divider {
    left: -6em;
    position: relative;
    }
    .ce_leadertext.version2 .divider-first {
        border: 3px solid #c1281d;
        display: none;
        }
        .ce_leadertext.version2 .divider::before{
            height: 2.5px !important;
            margin-top: -25px !important;
            width: 140px !important;
        }
        .ce_leadertext.version2 .divider::after {
            display: none !important;
            }

            /*
.toptext{
    overflow:visible; 
    width: 100%;
    max-width: 900px;
}
.content_page .toplinks {
    left:-12em;
}
.toptext .ce_headline h1{
    font-size: 3.6rem !important;
    color: rgb(73, 73, 73);
    font-family: futura-pt-bold !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}
.toptext-column{
    position: relative;
    left: calc(12vw);
    z-index: 99;
    width: 600px;
    top: -5em;
    align-self: center;
}
.ce_leadertext.version2{
    margin-bottom: unset; 
}
.toptext.version2 p {
    padding-left: 1em; 
    line-height: 1.7;
    margin-bottom: 4em;
    position: relative;
    font-size: 1rem;
    background: rgba(255,255,255,0.98);
    padding: 7em 2em 7em 2em;
    top: -9em;
    background: repeating-linear-gradient(-45deg, #ececec , #ececec 1px, #f9f9f9 2px, #f9f9f9 16px);
    border-radius: 3px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 5px 30px #bfbebe, 0px 2px 7px #999;
   }
   
.toptext .ce_headline{
        z-index: 9999;
        position: relative;
        right: 2em;
        line-height: 1;
        text-transform: uppercase;
        font-weight: 800 !important;
}
.toptext .subheadline {
    z-index: 999999;
    position: relative;
    position: relative;
    right: 2em;
    margin-top: 0.3em;
    display: none;
   }
   .toptext .divder{display: none; 
}
.toptext.version2 .ce_hyperlink {
    width: 100% !important;
}

.toplinks {
    top: -18.5em !important;
padding: 0em 2em !important;
    position: relative;
}*/

#top {
    background-color: #414040;
}


/* ######### Teaser Page Änderungen ########## */

.ce_image_text_box_content_outside {
    padding: 10px;
}
.ce_image_text_box_inside {
	background: repeating-linear-gradient(-45deg, #ececec , #ececec 1px, #fff 2px, #fff 16px);

}
.ce_image_text_box a.hyperlink_txt {
	background: white;
}
/* ######### Content Page Änderungen ########## */

.content_page h1{
    font-size: 5.2rem;
}
.content_page .smallhead h1{
    font-size:4.2rem;
        
}
#article-13776 .ce_hyperlink-extended a.link-white {
    background: rgba(255,255,255,0.94) !important
}

.top-nav-box{min-height: 160px;}

.top-nav-box .link-column  {
    padding-right: 3em !important;
    }
    .ce_hyperlink-extended a.link-white {
    background: rgba(255,255,255,0.4) !important;
    margin-bottom: 0px;
    border-bottom: 1px solid grey;
    min-width: 100%;
    }
    .trennen-anfasen 
    .ce_hyperlink-extended a.link-white {
    background: rgba(255,255,255,0.85) !important;
    }

    .top-nav-box .link-column .ce_hyperlink a{
        padding: 18px 20px;
        border-bottom: 1px solid #c6c6c6;
border-radius: unset !important;
    }
    .top-nav-box .link-column .last a{
        border-bottom: none;
    }
    .ce_hyperlink a.link-white:hover, a.btn.link-white:hover {
    color: white !important;
    color: #555 !important;
    background-color: #ebebeb !important;
    }
    .top-nav-box {
        align-items: center;
        }
        .top-nav-box .ce_headline_extended{
            text-align: right !important;
        }
/* 
.content_page #main .mod_article.first{
    box-shadow: 0px 0px 10px #e1e1e1;
    }
.content_page .ce_bgimage .ce_bgimage-image{
    background-position: center bottom;
}
.content_page #slider {
	position: fixed;
	z-index: 5;
	padding-bottom: 60vh;
	width: 100%;
}
.content_page #wrapper {
	position: relative;
	z-index: 10;
	top: 60vh;
}
 */

/* ######### Geschichte ########## */

 #table_113485 {
    opacity: 0.87;
    }
    .ce_table table th {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 19px;
        padding-bottom: 19px;
        font-size: 1.4em;    
    }
    .odd .ce_table table th{
        background: #8e1c14;
}
    
/* ######### Fancy Block ########## */
.fancy-block{

    clip-path: polygon(0 7%, 100% 0%, 100% 92%, 0% 100%);
    padding: 5em 0em;
    z-index: 99;
    background: linear-gradient(45deg, rgb(111, 111, 111) 0%, rgb(85, 85, 85) 100%);
}
.fancy-block .autogrid_grid{
    max-width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-right: 2em !important;  
    padding-left: 2em !important;
    position: relative;
    min-height: 45em;
    align-content: center;
}

.fancy-block h2{
    text-transform: uppercase;
    margin-left: -2em;
    margin-bottom: -2.5em;
    max-width: 800px;
    text-shadow: 1px 1px 11px #535353;
}
.fancy-block h2::after {
    content: "\f10d";
    font-size: 9rem;
    color: #c13029;
    font-family: FontAwesome !important;
    position: absolute;
    bottom: -16% !important;
    z-index: 0;
    /*! left: 72%; */
    margin-left: 0%;
    right: -6%;
    opacity: 0.9;
}
.fancy-block .container .autogrid_grid .column .ce_text_extented{
    border-left: 1px solid #c13029 !important;
    padding-left: 2em;
}



/* ######### Karriere ########## */

.newslist-v2 .image_container img {
    border-radius: 0px;
    }
    .newslist-v2 {
    padding: 40px;
    }


/* ######### Slider ########## */

.custom_grid_107796{
    background-color: rgb(190, 190, 190) !important;
background-image: url("https://www.transparenttextures.com/patterns/dust.png");
background-repeat: repeat;
}
.tp-dottedoverlay.threexthree{
    background: unset !important;
}
.ce_revolutionslider_text, .ce_revolutionslider_hyperlink  {
    left: unset !important;
    right: 8%;
   }
   .ce_revolutionslider_text.invertcolor {
    color: rgb(255,255,255);
    text-shadow: 0px 0px 10px black, 0px 0px 1px black;
    padding: 20px !important;
    margin-top: -20px !important;
    margin-left: 10px !important;
}
.ce_video_background .video-overlay {
    background-color: #626262;
    }
#slider .mod_article{
    height: calc(100% - 100px);
}
.ce_revolutionslider_image{top: unset !important;
bottom: -10px !important;
left: 0px;
transform: translate3d(0px, 0px, 0px) scale(1.04) !important;
opacity: 0.7 !important;
}
.ce_revolutionslider_image img {
    height: 82vh !important;
    position: relative;
    width: 100vw !important;
    left: 0px !important;
}

.content_page #slider .mod_article{
    height: calc(60vh - 100px)
 }
 #revslider-724 {
    max-height: 1280px;
    height: 1280px;
   }
   .sliderskew{
    height: calc(60vh - 100px) !important;
    min-height: calc(60vh - 100px);
}
.content_page .sliderskew{
    clip-path: polygon(0% 100%, 22% 0%, 100% 0%, 100% 100%);
}
.ce_revolutionslider_hyperlink.text-link::after {
    color: #b33d32;
}
.slide-column {
    height: 100%;
}

.slide-column .ce_revolutionslider{
    height: 100%;
}

.sliderlink{
    font-size: 24px !important;
}
    /* ######### Slider Textblock ########## */

#slider .ce_frame_start.style8 .ce_frame_start_inside {
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	background: rgb(255,255,255);
	padding: 5% 8%;
	padding-left: 1em;
	line-height: 1.7;
	font-size: 1rem;
	background: rgba(255,255,255,0.98);
	padding: 7em 2em 7em 2em;
	top: -9em;
	background: repeating-linear-gradient(-45deg, #ececec , #ececec 1px, #f9f9f9 2px, #f9f9f9 16px);
	border-radius: 3px;
	border-bottom-right-radius: 15px;
	box-shadow: 0px 5px 30px #bfbebe, 0px 2px 7px #999;
}
    /* ######### BG Image neuer Aufbau ########## */

.bg-image-neu .custom_grid{
height : 100%; 
align-items: center;
}
.bg-image-neu .ce_image_extended{
    height: 100%;
}
.bg-image-neu .ce_image_extended .image_container img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 400ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -webkit-transition: 400ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -moz-transition: 400ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -ms-transition: 400ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -o-transition: 400ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.bg-image-neu .ce_image_extended .image_container img:hover{
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.bg-image-neu .ce_image_extended{
    height: 100%;
    max-height: 40em;
}

.bg-image-neu .ce_image_extended_inside {
    height: 100%;
    max-height: 40em;
}

.bg-image-neu .image_container{
    height: 100%;
    max-height: 40em;
}
.bg-image-neu .container{
    padding-left: 3vw;
    padding-right: 3vw;
}
.text-column-max{
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;

}

.bg-image-neu .text-column{
padding: 6vh 3vw !important;
align-self: center;
}

/* ######### BG Image Bausteine ########## */

.bg-image-bausteine-oben .boxed-content .contentwrap, .bg-image-bausteine-weiss .boxed-content .contentwrap{
max-width: none !important;
}
.bg-image-bausteine-oben .text-column-max{
    color: #555 !important
}
.bg-image-bausteine-oben .ce_bgimage-inside.contentwrap.pt-xxs.pb-xxs{
    background: repeating-linear-gradient(-45deg, #ececec , #ececec 1px, #fff 2px, #fff 16px);
}
.bg-image-neu.bg-image-bausteine-oben .text-column{
padding: 2em 2em;
margin-top: 10em !important; 
margin-bottom: 10em !important; 
}
.attributes .ce_image_extended .image_container img {
    width: 100%;
}
/* ######### BG Image Bausteine Weiss Teil 2 ########## */
.bg-image-bausteine-weiss .text-column{
    margin-top: -6em !important;
    padding-top: 0 !important;
}

.bg-image-bausteine-weiss .ce_bgimage-inside.contentwrap.pt-xxs.pb-xxs, .bg-image-bausteine-weiss .ce_bgimage.bg-nocolor{
    background: white !important;

}
.bg-image-bausteine-weiss .text-column p{
    color: rgb(59,60,66);
}
/* ######### Asmag Gruppe ########## */
.asmag-gruppe .autogrid_grid.first.grid_25_25_25_25.d_25_25_25_25.t_25_25_25_25.m_100{
grid-gap: 25px;
max-width: 1440px;
padding: 0vw 5vw;
margin-left: auto !important;
margin-right: auto !important;
text-align: center;
}
/* ######### textblock-basic Aufbau ########## */
.textblock-bild-basic .ce_image_extended{
    box-shadow: 0px 0px 10px rgba(90,90,90,0.3);
}
.noshadow .ce_image_extended, .asmag-gruppe .textblock-bild-basic .ce_image_extended{
    box-shadow: unset;
}
.asmag-gruppe .textblock-bild-basic .ce_image_extended {
    padding-bottom: 45px;
    }
.bild-animate, .bild-animate .attributes {
    overflow: visible;
}
.column.text-background {
    margin-right: 10%;
    }
.bild-animate .attributes{
    background: rgb(193,40,29);
background: -moz-linear-gradient(104deg, rgba(193,40,29,1) 7%, rgba(249,68,37,1) 100%);
background: -webkit-linear-gradient(104deg, rgba(193,40,29,1) 7%, rgba(249,68,37,1) 100%);
background: linear-gradient(104deg, rgba(193,40,29,1) 7%, rgba(249,68,37,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1281d",endColorstr="#f94425",GradientType=1);
    position:relative;
}
.bild-background{

    background: rgb(193,40,29);
background: -moz-linear-gradient(104deg, rgba(193,40,29,1) 7%, rgba(249,68,37,1) 100%);
background: -webkit-linear-gradient(104deg, rgba(193,40,29,1) 7%, rgba(249,68,37,1) 100%);
background: linear-gradient(104deg, rgba(193,40,29,1) 7%, rgba(249,68,37,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1281d",endColorstr="#f94425",GradientType=1);
}





/* ######### Gridgallery Aufbau########## */
.gridgallery-element-gallery{
    height: 100%; 
    z-index: 99;;
}
.gridgallery-element-text .ce_headline_extended{
    left: 7em;
}
.gridgallery-element-text .ce_text_extented{
        background: #f7f7f7;
        position: relative;
        right: 8em;
        padding: 7em 2em 7em 15em;      
        width: 800px; 
        background: repeating-linear-gradient(-45deg, #ececec , #ececec 1px, #fff 2px, #fff 16px);    
}
.ce_grid_gallery_overlay{
    display: none; 
}
/* ######### Startseiten Spezifisch ########## */
.ce_video_background{
    height: 50em;
    padding-top: 4em;
}
.newsteaser_v7 h5 {
	min-height: 100px;
}
.mod_portfoliolist_v7 .image img {
    opacity: 0.78;
    padding: 1vw 3.5vw;
    }
    .mod_portfoliolist_v7 .teaser p {
        font-size: 0.7rem;
        line-height: 1.5;
        }
    .mod_portfoliolist_v7 .teaser {
        text-align: center !important;
        }
        .mod_portfoliolist_v7 .item .title {
        text-align: center;
        }
            
        .home .mod_portfoliolist_v7.portfolio-col4 .item {
        background: #f7f7f7;
    }
    .mod_portfoliolist_v7 .item {
        border: 15px solid transparent;
        border: 15px solid #f7f7f7;
        }
        .mod_portfoliolist_v7 .item:hover {
        border-color: rgb(255,255,255);
        border-color: rgb(247, 247, 247);
        }
        .invisible {
        display: inline;
        display: block;
        text-align: center !important;
        }
        .mod_portfoliolist_v7 .item-bottom a {
        float: left;
        float: none;
        }
        #main .mod_portfoliolist_v7 .item-bottom {
        text-align: center !important;
        }
        .mod_portfoliolist_v7 .item-bottom a {
        text-align: center !important;
        }
.newsteaser_v7 .item-inside{
    background-color: #f7f7f7;
}
.newsteaser_v7 h5 {
    padding-left: 14px;
    padding-right: 14px;
    }
    .newsteaser_v7 .date {
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 8px;
        }
  .newsteaser_v7 .date {
    border-top: 1px solid #c13029;
  }
  .ce_bgimage_107843 {
      color: white !important;
    background-color:rgb(255, 255, 255) !important;
    box-shadow: 0px 20px 40px rgba(100,100,100,0.4);
    margin-top: 3em;
}
   
#article-13299 {
    margin-top: -6em;
}

#article-13300 .ce_bgimage.parallax .ce_bgimage-image {
	background-attachment: fixed;
	background-position-x: 50%!important;
	background-position-y: top;
}

.box-startseite{
    padding: 9em 3em;
    background: #484848;
    color: #555 !important;
}

#produktliste ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    }
    #produktliste ul li {
    list-style: none !important;
    width: 45%;
    padding: 20px;
    }
    #produktliste ul li a{
        color: #c13029;
        text-transform: uppercase;
        font-family: 'Open Sans';
        display: block;
        text-decoration: unset !important;
        }
        #produktliste ul li a:hover{
            text-decoration: underline !important;
            }

/* ######### Home Portfolio ########## */

.home .mod_portfoliolist_v7.portfolio-col4 .item {
    width: calc(100% / 5);
    }
   .home .portfolio-col4 .grid-sizer {
    width: calc(100% / 5);
    }
    .mod_portfoliolist_v7 h5,.mod_portfoliolist_v7 .h5,.mod_portfoliolist_v7 .h5 p {
        font-size: 0.8rem;
        min-height: 30px;
        }
        .mod_portfoliolist_v7 .item-bottom a {
            font-size: 0.65rem;
            }
            .mod_portfoliolist_v7 .subline{
                display: none;
            }
            .mod_portfoliolist_v7 .item-bottom {
                border-top: unset;
                margin-top: 4px;
                }
                .mod_portfoliolist_v7 .item-bottom  a {
                color: #c13029;
                }
/* ######### Übersichtsseite inkl Portfolio ########## */

.anlagen-maschinen .mod_portfoliolist .item:not(.no_more_link):hover .image_container img {
	filter: blur(0px);
	filter: grayscale(0.7);
}
.anlagen-maschinen .mod_portfoliolist.portfolio-v2 .item {
    height: 400px !important;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    width: 33%;
    }
   .anlagen-maschinen .mod_portfoliolist.portfolio-v2 {
    height: 100% !important;
    display: flex;
    flex-direction: row;
    flex-basis: -moz-available;
    flex-wrap: wrap;
    }
   .anlagen-maschinen .portfolio-col3 .grid-sizer {
    width: unset !important;
    }

/* ######### Footer ########## */
#footer, #offcanvas-top{
    background-color: #393737;
}
.content_page #footer{
    background-color: #484848;
position: relative;
z-index: 9999;
}
#footer{
    overflow: hidden;
}
#footer .inside {
    padding: 65px 100px;
    max-width: 1500px;
    background-color: #414040;
    box-shadow: 0px 0px 5px #2b2b2b;
    }
#footer .one_fourth, .offcanvas-top-inside .one_fourth{
    flex: 0 0 calc(100% / 2)
}

#bottom .ce_gallery .image_container i.fa.fa-plus-circle {
    display: none;
    }
    .ce_gallery li:hover .content{
        text-decoration: none;
        opacity: 0;
    }
    #bottom .inside a:hover{
        border-bottom: none;
    }
    #bottom {
        z-index: 999999999 !important;
        position: relative;
        }
        #top_link {
            z-index: 100050000000000;
        }
    form.style5 input, form.style5 select, form.style5 textarea, input.submit, button.submit{
        border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-bottom-right-radius: 15px;
    }
    form .checkbox_container span.mandatory {
        display: inline;
        color: white;
        }

        form.style5 input,
form.style5 select,
form.style5 textarea {
	background-color: rgb(229, 229, 229);
	border-color: rgb(247, 247, 247);
	font-size: 0.7rem;
}

/* ######### Mediaqueries ########## */
@media only screen and (max-width: 1920px){
    .toptext h1{
        font-size: 3.6rem;
    }
    .home .ce_leadertext.version2 .headline{
        margin-top: 4rem;
    }
    .toptext-column{
        top: 2em;
    }
    #slider .ce_revolutionslider_text, .ce_revolutionslider_hyperlink  {
        left: auto !important;
        right: 8% !important;
       }
}

@media only screen and (max-width: 500px){ 
    
    #slider{
        min-height: 2000px
    }
}



/* ######### UPDATE YOUR BROWSER ########## */

body .buorg {
    position: fixed;
    z-index: 111111;
    width: 100% !important; 
    left: 0px;
    min-height: 12em;
    border-bottom: 1px solid #A29330;
    text-align: center;
    color: #000;
    background-color: white !important;
    font: 18px Calibri, Helvetica, sans-serif;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    animation: 1s ease-out 0s buorgfly; 
}

body .buorg-pad {
    padding:40px;
    line-height: 1.7em;
}
.buorg-moremsg{display: block;}
body .buorg-buttons {
    display: block;
    text-align: center;
}

body #buorgig, #buorgul, #buorgpermanent {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    padding: 1px 10px;
    border-radius: 4px;
    font-weight: normal;
    background: white !important;
    white-space: nowrap;
    margin: 0 2px;
    display: inline-block;
}
#buorgul{background-color: #204085 !important;
margin-top: 1em;
}
body #buorgig {
    background-color: #edbc68;
}

@media only screen and (max-width: 700px) {
    .buorg div {
        padding: 5px 12px 5px 9px;
        line-height: 1.3em;
    }
}

@keyframes buorgfly {
    from {
        opacity: 0;
        transform: translateY(-50px)
    }
    to {
        opacity: 1;
        transform: translateY(0px)
    }
}

.buorg-fadeout {
    transition: visibility 0s 8.5s, opacity 8s ease-out .5s;
}

.buorg-icon {
    width: 22px;
    height: 16px;
    vertical-align: middle;
    position: relative;
    top: -0.05em;
    display: inline-block;
    background: no-repeat 0px center;
}
