
/* MAIN  ////////////////////////////////////////////////////////////////*/




body {
      /*position: relative;*/
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    /*min-width: 200px;*/
    /*margin-left: 10px; 
    padding-left: 10px;*/
}

td,
th {
    /* vertical-align: text-top !important; */
}

#app-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

#splash {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #fff;
    z-index: 999;
    pointer-events: none;
}

a {
    color: #EB552C;
}

a, a:active, a:focus {
    color: #EB552C;
    outline: none;
}

a:hover {
    color: #EB552C;
    text-decoration: underline;
}

html,body,div {
    margin:0; padding:0;
}

html, body {
    overflow-x: hidden;
    color:#8E8E8E;
    font-size:16px;
 /*   font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.6em;*/
}

/*html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}*/

h1, h2, h3, h4 {
    /*color: #EB552C; alte Farbe - nochmal behalten */
    color: #EB552C;
}

h5 {
    font-size: 16px;
    line-height: 24px;
    color: #C3C3C3;
    /*border-bottom: 2px dotted #ddd*/
}

h1 {
    /*text-align: right;*/
    /*20170529*/
}

h2 {
    line-height: 1.8em;
    text-align: left;
    margin-top:15px;
}

h3 {
    font-size: 24px;
    line-height: 26px;
    text-align: left;
    letter-spacing: 0.4px;
    font-weight: 500;
    /*letter-spacing: 1.0px;*/
    /*font-weight: bold; */
    padding-bottom: 7px;
    border-bottom: 3px solid #EB552C;
}


h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    /*font-weight: bold; */
    /*padding-bottom: 7px;*/
    /*border-bottom: 3px solid #EB552C;*/
}

button {
    background: #cccccc;
    border: 0;
    border-radius: 3px;
    color:#FFF;
    float:right;
    padding: 5px 10px 5px 10px ;
    transition: 300ms;
}

button:hover {
    background: #555555;
    padding: 8px 10px 8px 10px;
}

.head-rubrik {
    color: #EB552C;
    font-size: 44px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 50px;
}

.ng-scope {
    /*height: 100%;*/
}

.ng-enter {
    transition: 300ms 300ms;
    opacity: 0;
    /*width: 200px;*/
}

.ng-enter-active {
    opacity: 1;
}


/* Slider //////////////////////////////////////////////////////////////// */

.rsImg {
    transition: 500ms;
}

.royalSlider {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 100px;
    top: 0px;
}

.sliderMask {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100px;
    top: -100px;
    -webkit-box-shadow: rgba(5, 0, 10, .25) 0 40px 80px 0px;
    -moz-box-shadow: rgba(5, 0, 10, .25) 0 40px 80px 0px;
    box-shadow: rgba(5, 0, 10, .25) 0 40px 80px 0px;
    pointer-events:none;
}

.slider-info-wrapper-offset {
    position: absolute;
    bottom: -10%;
    width: 100%;
}

.slider-info-wrapper {
    position: relative;
    width: 960px;
    height: 100%;
    margin: 300px auto;
    margin-top: 0;
    top: -100%;
}

.slider-info {
    /*position: absolute;*/
    width: 310px;
    height: 310px;
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.9));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.9));
    background: -ms-linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.9));/*For IE10*/
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.9));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#98000000', endColorstr='#90000000');/*For IE7-8-9*/

}

.slider-image-title {
    position: absolute;
    display: inline-block;
    width: 100%;
    height:45px;
    bottom: 0px;
    left:0px;
    text-align: right;
    /*background-image: url("../../images/tile.png");*/
    /*background-color: rgba(0, 0, 0, 0.3);*/
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3));
    background: -ms-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3));/*For IE10*/
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3));
    /*background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33000000', endColorstr='#00000000');/*For IE7-8-9*/
}

.slider-image-title span{
    position: absolute;
    font-size: 14px;
    font-weight: 300;
     letter-spacing: 0.06em;
    bottom: 12px;
    right: 50px;
    opacity: .8;
}


.slider-text {
    height: 110px;
    margin: 20px;
    margin-bottom: 10px;
    /*margin-top: 0px;*/
    color: #EB552C;
    overflow:hidden;
}
.slider-text h3{
    -webkit-line-clamp: 4;
}

.slider-text h3{
    font-size: 26px;
    line-height: 29px;
    /*height: 130px;*/
    border-bottom: 0px solid #EB552C;
    overflow: hidden;
}

.slider-description {
    position: relative;
    height: 135px;
    bottom: 0px;
    color: white;
    font-size: 16px;
    margin: 20px;
    margin-bottom: 0px;
    margin-top: 20px;
    overflow:hidden;
    background-image: url(../../images/arrow_white.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: auto 50%;
    padding-right: 30px;
    line-height: 22px;
    -webkit-line-clamp: 6;
}


.slider-description p {
    margin: 0;
    overflow: hidden;
}

.slider-toggle {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 12px;
    bottom: 12px;
    border: 3px solid #FFF;
    cursor: pointer;
    z-index: 1000;
    opacity: .3;
}

/* line clamp */
.line-clamp:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1.2em;
    padding: 0 36px 22px 25px;
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 50%);*/
}


@supports (-webkit-line-clamp: 1) {
    .line-clamp {
        -webkit-box-orient: vertical;
        max-height:9.6em;

    }
    .line-clamp:after {
        display: none;
    }
}

/* Header Menu //////////////////////////////////////////////////////////////////////////////////////*/

#logo {
    position: fixed;
    background-image: url('../../images/logo-neu.svg');
    z-index: 1010;
    top: -40px; /* 0px;*/
    width: 310px;
    height: 155px;
    transition: 50ms;
    -webkit-box-shadow: 1px 5px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 5px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 5px 15px 0px rgba(0,0,0,0.2);
    opacity: .89;
}

#header-menu {
    position: absolute;
    height: 22px;
    margin-left: 0px; /*646px;*/
    margin-top: 10px;
    z-index: 1001;
    /*width: 100%;  310px; */
}

#header-menu a {
    text-decoration: none;
    float: left;
}

.menu-item {
    font-size: 13px;
    letter-spacing: 1.9px;
    font-weight: 400;
    text-align: center;
    float: left;
    color: #ccc;
    top: 10;
    padding: 8px 8px;
    background-color: rgba(0, 0, 0, 0.0);
    /* -webkit-filter: drop-shadow(.9px 1.2px 2.9px rgba(0,0,0,0.2));*/
    z-index: 100;
    transition: 100ms;
}

.menu-item:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
}

.menu-item.active {
    color: #fff !important;
    /*background-color: rgba(247, 107, 28, 0.9);*/
    background-color: rgba(50, 50, 50, 0.5);
    /*background-image: none;*/
}

.menu-line {
    position: relative;
    /*float:left;*/
    top: 0px;
    /*width: 78px;*/
    height: 10px;
    opacity: 0;
    z-index: 1;
    transition: 100ms;
}


.menu-line.active {
    border-bottom: 3px solid white;
    opacity: 1;
}

.menu-line.hover {
    border-bottom: 3px solid white;
    opacity: 1;
}



/* Footer /////////////////////////////////////////////////////////////////////////////////*/

#footer {
    color: #8E8E8E;
    background: #a4a4a4; /* Old browsers */
    background: -moz-linear-gradient(-181deg,  #A4A4A4 0%, #8E8E8E 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#A4A4A4), color-stop(100%,#8E8E8E)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-181deg,  #A4A4A4 0%,#8E8E8E 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-181deg,  #A4A4A4 0%,#8E8E8E 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-181deg,  #A4A4A4 0%,#8E8E8E 100%); /* IE10+ */
    background: linear-gradient(-181deg,  #A4A4A4 0%,#8E8E8E 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A4A4A4', endColorstr='#8E8E8E',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width:100%;
    height: 120px;
    padding-top:20px;
	clear:both;
    position: relative;
    bottom: 0px;
}

.footer-menu {
    display: flex;
    justify-content: space-between;
    width: 960px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.3px;
    margin: 0 auto;
    /* padding: 0 10px; */
}

.footer-menu-buttons {
    width: 275px;
    min-width: 200px;
}
.footer-social-buttons {
    flex-grow: 4;
    min-width: 56px;
}
.footer-logo {
    width: 200px;
    min-width: 100px;
    padding-top: 2px;
}
.footer-social-buttons a,
.footer-menu-buttons a {
    color: #fff;
    text-decoration: none;
}

.footer-menu-buttons span {
    color: #ccc;
    margin-right: 9px;
    margin-bottom: 4px;
    float: left;
}

.footer-menu-buttons span:hover {
    color: #eee;
}

.footer-menu-buttons span:first-child {
    margin-left: 0;
}


/* MEDIA QUERIES - Desktop //////////////////////////////////////////////////////////////// */

@media screen and (min-width:960px){

    h1 {
        font-size: 54px;
        font-weight: bold; /*600;*/
        padding-bottom: 10px;
        /*border-bottom: 2px solid #e8e8e8;*/
    }

    h2 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 2px;
        border-bottom: 3px solid #EB552C;
    }

/*    h3 {
        font-size: 28px;
        font-weight: bold;
        line-height: 28px;
        padding-bottom: 2px;
        border-bottom: 3px solid #EB552C;
    }*/

/*    h4 {
        font-size: 28px;
        font-weight: bold;
        line-height: 28px;
        padding-bottom: 2px;
        border-bottom: 3px solid #EB552C;
    }*/

    #wrapper {
        width: 960px;
        /*margin: 200px auto;*/
        margin: 250px auto 0px auto;
    }

    .slider-info-wrapper-offset {
        bottom: -100px;
    }

    .slider-info-wrapper {
        margin: 300px auto;
        margin-top: 0;
        width: 960px;
        height: 200px;
    }

    /* Global */
    .header-wrap {
        width: 960px;
        /*height: 200px;*/
        background-color: fuchsia;
        margin: 0 auto;
    }

    #header-menu {
        /*width: 390px; 310px;*/
        margin-left: 546px; /*646px;*/
    }

    #footer {
        /* height: 100px; */
        /* margin-top: 0px; */
        /* opacity: 0; */
    }
    .footer-menu {
        width: 960px;
    }

}



/* MEDIA QUERIES - Tablet ////////////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width:959px){

    h1 {
        font-size: 44px;
        line-height: 48px;
        font-weight: 600;
        width: 460px;
    }

/*    h2 {
        font-size: 20px;
        line-height: 23px;
        padding-bottom: 8px;
        border-bottom: 2px solid #EB552C;
    }*/

    #wrapper{
        width: 540px;
        margin: 170px auto;
    }

    .slider-info-wrapper-offset {
        bottom: 100px;
    }

    .slider-info-wrapper {
        width: 540px;
        margin: 300px auto;
    }
    /* Global */
    .header-wrap {
        width: 540px;
        margin: 0 auto;
    }
    #header-menu {
        /*20170529*/
        /*width: 310px;*/
        margin-left: 300px;
    }
    #logo {
        margin-left: 0px;
        top: -56px;
        width: 260px;
        background-position: 0px 25px;
    }


    .footer-menu {
        width: 540px;
    }
}


/* MEDIA QUERIES - Smartphone ////////////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width:580px){

    h1 {
        font-size: 34px;
        line-height: 38px;
        font-weight: 600;
        width: 310px;
        /*text-align: right;*/
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 18px;
    }

    #wrapper {
        width: 370px;
        margin: 250px auto 150px auto;
    }

    .slider-info-wrapper {
        width: 370px;
        margin: 300px auto;
        /*margin-top: 0;*/
    }

    .header-wrap {
        /*width: 286px;*/
        width: 275px;
        margin: 0px auto;
    }

    #header-menu {
        width: 100px;
        margin-left: 200px;
    }

    #logo {
        margin-left: -50px;
        top: -45px;
        width: 170px;
        height: 110px;
        background-position: 0px 25px;
    }


    .footer-menu {
        width: 370px;
    }
    .footer-menu-buttons {
        width: 110px;
        min-width: 40px;
    }
    .footer-menu-buttons > span {
        opacity: 0;
    }    
    .footer-logo {
        margin-bottom: 20px;
        float: left;
    }
}


/* MEDIA QUERIES - small smartphone ////////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width:383px) {

    .header-wrap {
        width: 383px;
        margin: 0px auto;
    }
    #header-menu {
        width: 100px;
        margin-left: 220px;
    }
   
    #logo {
        margin: 0 10px;
        /* margin-left: 10px; */
        top: -45px;
        width: 170px;
        height: 110px;
        background-position: 0px 25px;
    } 

    .footer-menu {
        padding: 0 10px;
    }

}