.header .slider div.imgslide header {
    position: absolute;
    left: 28%;
    bottom: 40%;
    height: auto;
    /* font-size: 30px; */
    
    line-height: 1.8em;
    padding-right: 0px;
}

.imgslide header h1,
.ctype-image.layout-1 header h1 {
    color: #fff;
    letter-spacing: 0.008em;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 63px;
    text-shadow: 4px 2px 5px rgba(0, 0, 0, 0.8);
}

.flex-direction-nav a.flex-next:link,
.flex-direction-nav a.flex-next,
.flex-direction-nav a.flex-next:link,
.flex-direction-nav a.flex-prev {
    -webkit-filter: drop-shadow( 5px 5px 5px #2e2e2e);
    filter: drop-shadow( 5px 5px 5px #2e2e2e)
}

.ctype-textmedia {
    font-size: 16px;
    line-height: 26px;
}

.ctype-textmedia .container .ce-textpic .ce-bodytext h2 {
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 300;
    display: inline-block;
}

.ce-textpic .ce-gallery figure a::after {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: block;
    content: ' ';
    background-image: url(../Icons/pfeil.svg);
    background-size: 34px 34px;
    height: 34px;
    width: 34px;
    transition: all 0.3s;
    cursor: pointer;
}

.ce-textpic .ce-gallery figure a:hover:after {
    background-image: url(../Icons/pfeil.svg);
    background-size: 44px 44px;
    height: 44px;
    width: 44px;
}
 .ctype-imageslider .caption .caption-wrap a:after {
    transition: all 0.3s;
    cursor: pointer;
}

 .ctype-imageslider .caption .caption-wrap a:hover:after {
    background-size: 44px 44px;
    height: 44px;
    width: 44px;
}

 .ctype-imageslider .caption .caption-wrap a {
    transition: background 0.3s, color 0.3s;
        width: 570px;
}

.ctype-textmedia .container .ce-textpic header h3,
.ctype-textmedia .container .ce-textpic h3{
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}

.ctype-textmedia .container .ce-textpic h3{
    margin-bottom: 30px;
}
.ctype-textmedia .container .ce-textpic header h3:after,
.ctype-textmedia .container .ce-textpic h3:after,
{
    content: '';
    display: block;
    height: 1px;
    background: #161A1D;
    width:230px;
    margin: 0 auto ;  
    position: absolute;
    bottom:-5px;
}

.footer div.service .ctype-menu_pages .container header {padding-top: 3px;}
.footer div.service .ctype-menu_pages .container header h3 {padding-bottom: 5px;text-transform: uppercase;}
.footer ul {padding: 15px 0 0 0;}

.ce-textpic.ce-right.ce-intext .ce-gallery {padding: 0;margin-left:30px;}
.ctype-textmedia .container .ce-textpic.ce-right a.refonimg:after {left: -50px;}
