.header_ {
    /*  top: 15px; */
    padding: 20px 25px; 	
}
.nav-page { 
    display: inline; 
    width: auto;
    margin-left: 0px;
    z-index: 200; 
    color: #d3cc93;
}
.nav-page a{
    text-decoration: none;
    color: #fff;
    padding-right: 20px;
    font-size: 16px;
}
.nav-page a:hover{
    text-decoration: none;
}
.nav-page li{
    float: left;
    padding: 0 10px;
    color: #d3cc93;
}
.link-section {
    display: inline-block;
    margin: 0px auto 0;
    width: auto;
}
.footer_ {
    position: fixed; 
    bottom: 15px;
    left: 0;
    z-index: 100;
    padding: 15px 40px;
    opacity: 1;
}

.copy{
    float: left; 
    font-family:Playfair Display;
    font-size:16px;
    text-transform:uppercase;
    text-decoration: none;
}

.copy a{ 
    color: #d3cc93 !important;
}
.fa-share-alt{
    margin-right:12px;
}
.anmeldung {
   border: 1px solid;
    border-radius: 11px;
    float: left;
    font-family: Playfair Display;
    font-size: 16px;
    font-weight: 500;
    margin-left: 12px;
    margin-top: 23px;
    padding: 7px 14px;
}

.anmeldung:hover {
    color: #d3cc93 !important;
}
.footer_ .links{
    font-size: 13px;
}
.footer_ .links p{
    color:#fff;
}
.footer_ .links a{
    color: #d3cc93;
    text-transform: uppercase;
}
.footer_ .links a:hover{
    text-decoration: none;
}

.logo{
    font-family:Playfair Display;    
    font-size: 25px !important;
}
.header_ .nav-btn{
    color: #d3cc93;
    font-size: 13pt;
    text-transform: uppercase;
    float: left;
    /*    width: 100%;
        padding-left: 25px; */
    font-family:Playfair Display;
}
.header_ .nav-btn:before {
    content: '';
    background: url(../images/menu-strip.png) no-repeat center left;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0px; 
}
.header_ .logo a{
    text-decoration: none;
}
.header_ .logo{
    font-style: italic;
    font-size: 36px;
    line-height:normal;
}
.header_ .logo .white{
    color: #fff;
}
.header_ .logo .red{
    color: #e7175e;
}

.header_ .add-nav li{
    float: none;
    color: #d3cc93;
    font-size: 14px;
    font-weight:normal;
    font-family:Playfair Display;
}
.header_ .add-nav li h3{
    color: #fff;
    text-transform: none;
    margin: 0 0 5px 0;
    font-weight:normal;
    font-family:Playfair Display;
}
.header_ .add-nav li:after{
    background: transparent;
}
.header_ .add-nav li.ico-phone{
    padding-left: 25px;
}
.header_ .add-nav li.ico-phone:before{
    content: '';
    background: url(../images/ico-phone.png) no-repeat center left;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0px; 
}
.header_ .add-nav li.ico-map{
    padding-left: 25px;
}

.header_ .add-nav li.ico-mail:before{
    content: '';
    background: url(../images/email.png) no-repeat center left;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0px; 
}
.header_ .add-nav li.ico-mail{
    padding-left: 25px;    
	text-transform: none;
}
.header_ .add-nav li.ico-clock:before{
    content: '';
    background: url(../images/clock.png) no-repeat center left;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0px; 
}
.header_ .add-nav li.ico-clock{
    padding-left: 25px;    
	text-transform: none;
}
.header_ .add-nav li.ico-map:before{
    content: '';
    background: url(../images/ico-mark.png) no-repeat center left;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0px; 
}
.header_ .add-nav li.ico-fb:before{
    content: '';
    background: url(../images/fb.png) no-repeat center left;
    width: 22px;
    height: 26px;
    position: absolute;
    left: 0px; 
}
.fb-link a{
    color: #d3cc93 !important;
    float: none;
    font-family: Playfair Display;
    font-size: 14px;
    font-weight: normal; 
	padding-left: 25px;
}
.main-holder {
    width: 100%;
}

section {
    padding: 12px 11px;
    position: relative;
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 2;
    color: #fff;
}

section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #180d09;
    opacity: .5;
    z-index: -1;
}


.advantages-holder_display{
	display:none;
	
}
	
.our-advantages {
    font: 14px/20px 'open_sanslight', sans-serif;
    color: #fff; 
    border: 20px solid #d3cc93;
}

.our-advantages .advantages-holder .title {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}

.our-advantages h2 {
    margin: 40px 0;
    text-align: center;
    font: 24px/28px 'prataregular', serif;
    text-transform: uppercase;
}

.our-advantages h3 {
    margin: 0;
    font: 18px/26px 'open_sanssemibold', sans-serif;
    text-transform: uppercase;
}

.our-advantages h3 a {
    color: #d3cc93;
    text-decoration: none;
}

.our-advantages h3 a:hover {
    text-decoration: none;
}

.our-advantages p {
    margin: 0;
}

.our-advantages .ico-diamonds {
    display: none;
}

.our-advantages .info {
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}


.our-advantages .info h3{
    color:#d3cc93;
}

.our-advantages .info + .info {
    padding-top: 20px;
}

.our-advantages .info + .info:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -20px;
    width: 40px;
    height: 1px;
    background-color: #d2a774;
}

.our-advantages .info .plus {
    display: none;
}

.our-advantages .count-holder {
    display: none;
}
.our-advantages .count-logo-holder {
    display: none;
}
.our-advantages .advantages-holder .circlep .pointer{
        border: 0px solid #fff;width: 1px; height: 1px;margin: 0 auto;transform: rotate(90deg);
        position: absolute;
        left: -10px;
        top: 50%;
    }
    
@media screen and (min-width: 1800px) {

    .our-advantages .advantages-holder {
        margin-top: 60px;
        width: 500px;
        height: 500px;
    }

    .our-advantages .advantages-holder .circle{
        margin: -320px 0 0 -320px;
        width: 640px;
        height: 640px;
    }

    .our-advantages .advantages-holder:before {
        width: 596px;
        height: 596px;
        margin: -298px 0 0 -298px;
    }

    .our-advantages .advantages-holder .ico-diamonds.ico-02 {
        bottom: 90px;
        right: 75px;
    }

    .our-advantages .advantages-holder .ico-diamonds.ico-03 {
        bottom: 90px;
        left: 75px;
    }

    .our-advantages h2 {
        font-size: 60px;
        line-height: 80px;
        margin-bottom: 35px;
    }

    .our-advantages h3 {
        font-size: 33px;
        line-height: 55px;
        margin-bottom: 7px;
    }

    .our-advantages .info {
        font-size: 16px;
        line-height: 20px;
        width: 609px;
        padding-top: 5px;
    }

    .our-advantages .info.info-01 {
        top: -25%;
        padding: 0 0 0 15%;
    }

    .our-advantages .info.info-02 {
        /*bottom: -25px;*/
        padding: 0 0 0 25%;
    }

    .our-advantages .info.info-03 {
        padding: 0 0 0 25%;
    }

    .our-advantages .info.open h3:before {
        width: 143px;
    }

    .our-advantages .info .plus {
        top: 39px;
    }
    .our-advantages .info{
        width: 700px !important;
    }
}
@media screen and (min-width: 1440px) {



    .our-advantages .advantages-holder {
        margin-top: 50px;
    }


}
@media screen and (max-width: 1325px) {
    .our-advantages .info p{
        font-size: 16px !important;
        line-height: 19px !important;    
        margin-top: 40px !important;
    }
    .anmeldung {  
        font-size: 13px !important;
        padding: 5px 10px !important;
    }
    .footer_ .links li{
        margin-left:18px !important;
    }

}

@media screen and (max-width: 1279px){
    .our-advantages .info{
        text-transform:initial;
    }

    .footer_{

        position: relative; 
    }
    /*.footer_{
            background:rgba(0, 0, 0, 0.85);
    } */
    .advantages-holder {
        margin-top: 57px;
    }
    .our-advantages{
        height:auto !important;
    }

}

@media screen and (min-width: 1280px){
    
    .our-advantages .advantages-holder .circlep .pointer{
        left: -30px;
    }
    
    .our-advantages .info{
        text-transform:initial;
    }
    .our-advantages .advantages-holder {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .our-advantages .advantages-holder {
        width: 380px;
        height: 376px;
        border: 3px solid #d2a774;
        border-radius: 50%;
        display: table;
        z-index: 20;
        margin-top: 28px;
    }

    /*.our-advantages .advantages-holder:after {
        content: '';
        position: absolute;
        top: -27px;
        bottom: -27px;
        right: -27px;
        left: -27px;
        border-radius: 50%;
        text-indent: -9999px;
        background: url('../images/ico-circle-small.png') 0 50% no-repeat;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-animation: 30s linear rotatePosit infinite;
        animation: 30s linear rotatePosit infinite;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        z-index: -1;
        -webkit-animation-name: rotatePosit;
        -webkit-animation-duration: 30s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-delay: initial;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: initial;
        -webkit-animation-fill-mode: initial;
        -webkit-animation-play-state: initial;
    }

    .our-advantages .advantages-holder:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -240px 0 0 -240px;
        width: 480px;
        height: 480px;
        border-radius: 50%;
        text-indent: -9999px;
        background: url('../images/circle-advantages.png') no-repeat;
        -webkit-animation: 60s linear rotateNeg infinite;
        animation: 60s linear rotateNeg infinite;
        background-size: contain;
        z-index: -1;
        -webkit-animation-name: rotateNeg;
        -webkit-animation-duration: 60s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-delay: initial;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: initial;
        -webkit-animation-fill-mode: initial;
        -webkit-animation-play-state: initial;
    }*/
    .our-advantages .advantages-holder .circlep{
        text-align: center;
        position: absolute;
        top: -27px;
        bottom: -27px;
        right: -27px;
        left: -27px;
        border-radius: 50%;
        /*text-indent: -9999px;*/
        background: url('../images/ico-circle-small.png') 0 50% no-repeat;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-animation: 30s linear rotatePosit infinite;
        animation: 30s linear rotatePosit infinite;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        z-index: -1;
        -webkit-animation-name: rotatePosit;
        -webkit-animation-duration: 30s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-delay: initial;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: initial;
        -webkit-animation-fill-mode: initial;
        -webkit-animation-play-state: initial;
    }
    .our-advantages .advantages-holder .circle{

        position: absolute;
        top: 50%;
        left: 50%;
        margin: -240px 0 0 -240px;
        width: 480px;
        height: 480px;
        border-radius: 50%;
        text-indent: -9999px;
        background: url('../images/circle-advantages.png') no-repeat;
        -webkit-animation: 60s linear rotateNeg infinite;
        animation: 60s linear rotateNeg infinite;
        background-size: contain;
        z-index: -1;
        -webkit-animation-name: rotateNeg;
        -webkit-animation-duration: 60s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-delay: initial;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: initial;
        -webkit-animation-fill-mode: initial;
        -webkit-animation-play-state: initial;
    }

    .our-advantages h2 {
        margin-top: 0;
        font-size: 36px;
        line-height: 46px;
    }

    .our-advantages h3 {
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .our-advantages h3:after {
        content: '';
        position: absolute;
        right: 100%;
        bottom: -3px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .our-advantages h3:before {
        /*content: '';
        position: absolute;
        right: 100%;
        bottom: 0;
        margin-right: 7px;
        width: 0;
        height: 1px;
        background-color: #d2a774;
        -webkit-transition: all .5s;
        transition: all .5s;*/
    }

    .our-advantages .ico-diamonds {
        /*overflow: hidden;
        text-indent: -9999px;*/
        display: block;
        position: absolute;
        /*width: 13px;
        height: 11px;
        background: url('../images/ico-diamonds.png') no-repeat;*/
        -webkit-transition: all 1s;
        transition: all 1s;
    }

    .our-advantages .ico-diamonds.ico-01 {
        top: -25px;
        left: 80%;
        padding-left: 120px;
        margin-left: -15px;
        /*-webkit-transform: rotate(230deg) scale(0.8);
        -ms-transform: rotate(230deg) scale(0.8);
        transform: rotate(230deg) scale(0.8);*/
    }

    .our-advantages .ico-diamonds.ico-01.active {
        /*-webkit-transform: rotate(230deg) scale(1.05);
        -ms-transform: rotate(230deg) scale(1.05);
        transform: rotate(230deg) scale(1.05);*/

    }

    .our-advantages .ico-diamonds.ico-02 {
        top: 165px;
        right: 15px;
        /*-webkit-transform: rotate(-90deg) scale(0.8);
        -ms-transform: rotate(-90deg) scale(0.8);
        transform: rotate(-90deg) scale(0.8);*/
    }

    .our-advantages .ico-diamonds.ico-02.active {
        /*-webkit-transform: rotate(-90deg) scale(1.05);
        -ms-transform: rotate(-90deg) scale(1.05);
        transform: rotate(-90deg) scale(1.05);*/
    }

    .our-advantages .ico-diamonds.ico-03 {
        bottom: 40px;
        right: 85px;
        /*-webkit-transform: rotate(-50deg) scale(0.8);
        -ms-transform: rotate(-50deg) scale(0.8);
        transform: rotate(-50deg) scale(0.8);*/
    }

    .our-advantages .ico-diamonds.ico-03.active {
        /*-webkit-transform: rotate(-50deg) scale(1.05);
        -ms-transform: rotate(-50deg) scale(1.05);
        transform: rotate(-50deg) scale(1.05);*/
    }

    .our-advantages .ico-diamonds.ico-04 {
        bottom: 45px;
        left: 85px;
        /*-webkit-transform: rotate(45deg) scale(0.8);
        -ms-transform: rotate(45deg) scale(0.8);
        transform: rotate(45deg) scale(0.8);*/
    }

    .our-advantages .ico-diamonds.ico-04.active {
        /*-webkit-transform: rotate(45deg) scale(1.05);
        -ms-transform: rotate(45deg) scale(1.05);
        transform: rotate(45deg) scale(1.05);*/
    }

    .our-advantages .ico-diamonds.ico-05 {
        top: 170px;
        left: 15px;
        /*-webkit-transform: rotate(90deg) scale(0.8);
        -ms-transform: rotate(90deg) scale(0.8);
        transform: rotate(90deg) scale(0.8);*/
    }

    .our-advantages .ico-diamonds.ico-05.active {
        /*-webkit-transform: rotate(90deg) scale(1.05);
        -ms-transform: rotate(90deg) scale(1.05);
        transform: rotate(90deg) scale(1.05);*/
    }

    .our-advantages .ico-diamonds.ico-06 {
        top: 50px;
        right: 76%;
        /*-webkit-transform: rotate(120deg) scale(0.8);
        -ms-transform: rotate(120deg) scale(0.8);
        transform: rotate(120deg) scale(0.8);*/
    }

    .our-advantages .ico-diamonds.ico-06.active {
        /*-webkit-transform: rotate(120deg) scale(1.05);
        -ms-transform: rotate(120deg) scale(1.05);
        transform: rotate(120deg) scale(1.05);*/
    }

    .our-advantages .info .plus {
        display: block;
        width: 30px;
        height: 30px;
        border: 1px solid #d2a774;
        position: absolute;
        left: 0;
        top: 10px;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .our-advantages .info .plus:after,
    .our-advantages .info .plus:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 7px;
        bottom: 7px;
        width: 2px;
        background-color: #d2a774;
        margin-left: -1px;
        opacity: .7;
    }

    .our-advantages .info .plus:before {
        width: auto;
        left: 7px;
        right: 7px;
        top: 50%;
        bottom: auto;
        height: 2px;
        margin: -1px 0 0;
    }

    .our-advantages .info {
        position: absolute;
        padding: 0;
        margin: 0;
        width: auto;
        text-align: left;
    }

    .our-advantages .info:after {
        display: none;
    }

    .our-advantages .info.open .plus {
        opacity: 1;
        visibility: visible;
    }

    .our-advantages .info.open p {
        /*-webkit-transition-delay: .6s;*/
        transition-delay: .6s;
        opacity: 1;
        visibility: visible;
    }

    .our-advantages .info.open h3 {
        -webkit-transition-delay: .6s;
        transition-delay: .6s;
        opacity: 1;
        visibility: visible;


        text-align:center;
        border:2px solid #d1c990;
        font-size:18px;
        border-radius:18px;
        padding:10px 20px 10px 20px;
        display:inline-table;
    }

    .our-advantages .info.open h3:after {
        -webkit-transition-delay: .6s;
        transition-delay: .6s;
        opacity: 1;
        visibility: visible;
    }

    .our-advantages .info.open h3:before {
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
        /*width: 83px;*/
    }

    .our-advantages .info p {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transition: all .5s;*/
        transition: all .5s;
        font-family: arial;
        font-size: 17px;
        margin-bottom:8px;
        line-height: 24px;
        margin-top: 45px;
        text-transform:none;
        width:300px;
    }
.info.info-02 > p {
    width: 260px;
}
    .our-advantages .info.info-01 {
        top: -25%;
        left: 85%;
        padding-left: 25%;
        margin-left: -15px;
    }

    .our-advantages .info.info-02 {
        top: 25%;
        left: 100%;
        margin-left: -25px;
        padding: 0 0 0 25%;
    }

    .our-advantages .info.info-03 {
        bottom: -10%;
        left: 88%;
        margin-left: -25px;
        padding: 0 0 0 25%;
    }

    .our-advantages .info.info-04 {
        bottom: -10%;
        right: 85%;
        margin-right: -25px;
        text-align: right;
        padding: 0 25% 0 0;
    }

    .our-advantages .info.info-05 {
        top: 19%;
        right: 100%;
        margin-right: -25px;
        text-align: right;
        padding: 0 25% 0 0;
    }

    .our-advantages .info.info-06 {
        top: -25%;
        right: 90%;
        margin-right: -25px;
        text-align: right;
        padding: 0 25% 0 0;
    }

    .our-advantages .info.info-04 h3:after,
    .our-advantages .info.info-04 h3:before,
    .our-advantages .info.info-05 h3:after,
    .our-advantages .info.info-05 h3:before,
    .our-advantages .info.info-06 h3:after,
    .our-advantages .info.info-06 h3:before{
        right: auto;
        left: 100%;
        margin: 0 0 0 7px;
    }

    .our-advantages .info.info-04 .plus,
    .our-advantages .info.info-05 .plus,
    .our-advantages .info.info-06 .plus{
        left: auto;
        right: 0;
    }

    .our-advantages .count-holder {
        display: block;
        width: 175px;
        height: 65px;
        margin: 0 auto;
        border: 1px solid #d2a774;
        text-align: center;
        font: 30px/65px 'open_sanslight', sans-serif;
        color: #fff;
    }
    .our-advantages .count-logo-holder{
        display: block;
    }


}

/* start circle */

@media screen and (max-width: 1280px){
    .our-advantages .info{
        text-transform:initial;
    }
    .our-advantages .advantages-holder {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .our-advantages .advantages-holder {
        width: 380px;
        height: 376px;
        border: 3px solid #d2a774;
        border-radius: 50%;
        display: table;
/*        z-index: 20; */
        margin-top: 28px;
    }


    .our-advantages .advantages-holder .circlep{
        text-align: center;
        position: absolute;
        top: -27px;
        bottom: -27px;
        right: -27px;
        left: -27px;
        border-radius: 50%;
        /*text-indent: -9999px;*/
        background: url('../images/ico-circle-small.png') 0 50% no-repeat;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-animation: 30s linear rotatePosit infinite;
        animation: 30s linear rotatePosit infinite;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        z-index: -1;
        -webkit-animation-name: rotatePosit;
        -webkit-animation-duration: 30s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-delay: initial;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: initial;
        -webkit-animation-fill-mode: initial;
        -webkit-animation-play-state: initial;
    }

    .our-advantages .advantages-holder .circle{

        position: absolute;
        top: 50%;
        left: 50%;
        margin: -240px 0 0 -240px;
        width: 480px;
        height: 480px;
        border-radius: 50%;
        text-indent: -9999px;
        background: url('../images/circle-advantages.png') no-repeat;
        -webkit-animation: 60s linear rotateNeg infinite;
        animation: 60s linear rotateNeg infinite;
        background-size: contain;
        z-index: -1;
        -webkit-animation-name: rotateNeg;
        -webkit-animation-duration: 60s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-delay: initial;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: initial;
        -webkit-animation-fill-mode: initial;
        -webkit-animation-play-state: initial;
    }

    .our-advantages h2 {
        margin-top: 0;
        font-size: 36px;
        line-height: 46px;
    }

    .our-advantages h3 {
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .our-advantages h3:after {
        content: '';
        position: absolute;
        right: 100%;
        bottom: -3px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }



    .our-advantages .ico-diamonds {
        /*overflow: hidden;
        text-indent: -9999px;*/
        display: block;
        position: absolute;
        /*width: 13px;
        height: 11px;
        background: url('../images/ico-diamonds.png') no-repeat;*/
        -webkit-transition: all 1s;
        transition: all 1s;
    }

    .our-advantages .ico-diamonds.ico-01 {
        top: -25px;
        left: 80%;
        padding-left: 120px;
        margin-left: -15px;
        /*-webkit-transform: rotate(230deg) scale(0.8);
        -ms-transform: rotate(230deg) scale(0.8);
        transform: rotate(230deg) scale(0.8);*/
    }

    .our-advantages .ico-diamonds.ico-01.active {
        /*-webkit-transform: rotate(230deg) scale(1.05);
        -ms-transform: rotate(230deg) scale(1.05);
        transform: rotate(230deg) scale(1.05);*/

    }

    .our-advantages .ico-diamonds.ico-02 {
        top: 165px;
        right: 15px;
        /*-webkit-transform: rotate(-90deg) scale(0.8);
        -ms-transform: rotate(-90deg) scale(0.8);
        transform: rotate(-90deg) scale(0.8);*/
    }

    .our-advantages .ico-diamonds.ico-02.active {
        /*-webkit-transform: rotate(-90deg) scale(1.05);
        -ms-transform: rotate(-90deg) scale(1.05);
        transform: rotate(-90deg) scale(1.05);*/
    }

    .our-advantages .ico-diamonds.ico-03 {
        bottom: 40px;
        right: 85px;
        /*-webkit-transform: rotate(-50deg) scale(0.8);
        -ms-transform: rotate(-50deg) scale(0.8);
        transform: rotate(-50deg) scale(0.8);*/
    }

    .our-advantages .ico-diamonds.ico-03.active {
        /*-webkit-transform: rotate(-50deg) scale(1.05);
        -ms-transform: rotate(-50deg) scale(1.05);
        transform: rotate(-50deg) scale(1.05);*/
    }

    .our-advantages .ico-diamonds.ico-04 {
        bottom: 45px;
        left: 85px;
        /*-webkit-transform: rotate(45deg) scale(0.8);
        -ms-transform: rotate(45deg) scale(0.8);
        transform: rotate(45deg) scale(0.8);*/
    }

    .our-advantages .ico-diamonds.ico-04.active {
        /*-webkit-transform: rotate(45deg) scale(1.05);
        -ms-transform: rotate(45deg) scale(1.05);
        transform: rotate(45deg) scale(1.05);*/
    }

    .our-advantages .ico-diamonds.ico-05 {
        top: 170px;
        left: 15px;
        /*-webkit-transform: rotate(90deg) scale(0.8);
        -ms-transform: rotate(90deg) scale(0.8);
        transform: rotate(90deg) scale(0.8);*/
    }

    .our-advantages .ico-diamonds.ico-05.active {
        /*-webkit-transform: rotate(90deg) scale(1.05);
        -ms-transform: rotate(90deg) scale(1.05);
        transform: rotate(90deg) scale(1.05);*/
    }

    .our-advantages .ico-diamonds.ico-06 {
        top: 50px;
        right: 76%;
        /*-webkit-transform: rotate(120deg) scale(0.8);
        -ms-transform: rotate(120deg) scale(0.8);
        transform: rotate(120deg) scale(0.8);*/
    }

    .our-advantages .ico-diamonds.ico-06.active {
        /*-webkit-transform: rotate(120deg) scale(1.05);
        -ms-transform: rotate(120deg) scale(1.05);
        transform: rotate(120deg) scale(1.05);*/
    }

    .our-advantages .info .plus {
        display: block;
        width: 30px;
        height: 30px;
        border: 1px solid #d2a774;
        position: absolute;
        left: 0;
        top: 10px;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .our-advantages .info .plus:after,
    .our-advantages .info .plus:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 7px;
        bottom: 7px;
        width: 2px;
        background-color: #d2a774;
        margin-left: -1px;
        opacity: .7;
    }

    .our-advantages .info .plus:before {
        width: auto;
        left: 7px;
        right: 7px;
        top: 50%;
        bottom: auto;
        height: 2px;
        margin: -1px 0 0;
    }

    .our-advantages .info {
        position: absolute;
        padding: 0;
        margin: 0;
        width: auto;
        text-align: left;
    }

    .our-advantages .info:after {
        display: none;
    }

    .our-advantages .info.open .plus {
        opacity: 1;
        visibility: visible;
    }

    .our-advantages .info.open p {
        /*-webkit-transition-delay: .6s;*/
        transition-delay: .6s;
        opacity: 1;
        visibility: visible;
    }

    .our-advantages .info.open h3 {
        -webkit-transition-delay: .6s;
        transition-delay: .6s;
        opacity: 1;
        visibility: visible;


        text-align:center;
        border:2px solid #d1c990;
        font-size:18px;
        border-radius:18px;
        padding:10px 30px 10px 30px;
        display:inline-table;
    }

    .our-advantages .info.open h3:after {
        -webkit-transition-delay: .6s;
        transition-delay: .6s;
        opacity: 1;
        visibility: visible;
    }

    .our-advantages .info.open h3:before {
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
        /*width: 83px;*/
    }

    .our-advantages .info p {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transition: all .5s;*/
        transition: all .5s;
        font-family: arial;
        font-size: 17px;
        margin-bottom:14px;
        line-height: 24px;
        margin-top: 41px;
        text-transform:none;
        width:300px;
    }

    .our-advantages .info.info-01 {
        top: -25%;
        left: 80%;
        padding-left: 25%;
        margin-left: -15px;
    }

    .our-advantages .info.info-02 {
        top: 25%;
        left: 100%;
        margin-left: -25px;
        padding: 0 0 0 25%;
    }

    .our-advantages .info.info-03 {
        bottom: -10%;
        left: 85%;
        margin-left: -25px;
        padding: 0 0 0 25%;
    }

    .our-advantages .info.info-04 {
        bottom: -10%;
        right: 85%;
        margin-right: -25px;
        text-align: right;
        padding: 0 25% 0 0;
    }

    .our-advantages .info.info-05 {
        top: 25%;
        right: 100%;
        margin-right: -25px;
        text-align: right;
        padding: 0 25% 0 0;
    }

    .our-advantages .info.info-06 {
        top: -25%;
        right: 80%;
        margin-right: -25px;
        text-align: right;
        padding: 0 25% 0 0;
    }

    .our-advantages .info.info-04 h3:after,
    .our-advantages .info.info-04 h3:before,
    .our-advantages .info.info-05 h3:after,
    .our-advantages .info.info-05 h3:before,
    .our-advantages .info.info-06 h3:after,
    .our-advantages .info.info-06 h3:before{
        right: auto;
        left: 100%;
        margin: 0 0 0 7px;
    }

    .our-advantages .info.info-04 .plus,
    .our-advantages .info.info-05 .plus,
    .our-advantages .info.info-06 .plus{
        left: auto;
        right: 0;
    }

    .our-advantages .count-holder {
        display: block;
        width: 175px;
        height: 65px;
        margin: 0 auto;
        border: 1px solid #d2a774;
        text-align: center;
        font: 30px/65px 'open_sanslight', sans-serif;
        color: #fff;
    }
    .our-advantages .count-logo-holder{
        display: block;
    }

    .footer_ {
        position: fixed;
    }
    .nav-page li { 
        padding: 0 13px 0 0;
    }
    .nav-page a { 
        font-size: 14px;
        padding-right: 11px; 
    }

    .anmeldung{
        display: inline-block;
        font-size: 13px !important;
        margin-bottom: 14px;
        margin-top: 11px;
        padding: 5px 10px !important;
    }

}
/* end circle */



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

    .our-advantages .info{
        text-transform:initial;
    }
    .our-advantages .info p{
        font-size:14px !important;
        width:218px !important;
    }
    .our-advantages .advantages-holder {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .our-advantages .advantages-holder {
        width: 230px;
        height: 230px;
        border: 3px solid #d2a774;
        border-radius: 50%;
        display: table;
/*        z-index: 20; */
        margin-top: 28px;
    }


    .our-advantages .advantages-holder .circlep{
        text-align: center;
        position: absolute;
        top: -27px;
        bottom: -27px;
        right: -27px;
        left: -27px;
        border-radius: 50%;
        /*text-indent: -9999px;*/
        background: url('../images/ico-circle-small.png') 0 50% no-repeat;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-animation: 30s linear rotatePosit infinite;
        animation: 30s linear rotatePosit infinite;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        z-index: -1;
        -webkit-animation-name: rotatePosit;
        -webkit-animation-duration: 30s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-delay: initial;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: initial;
        -webkit-animation-fill-mode: initial;
        -webkit-animation-play-state: initial;
    }

    .our-advantages .advantages-holder .circle{

        position: absolute;
        top: 50%;
        left: 50%;
        margin: -150px 0 0 -150px;
        width: 297px;
        height: 300px;
        border-radius: 50%;
        text-indent: -9999px;
        background: url('../images/circle-advantages.png') no-repeat;
        -webkit-animation: 60s linear rotateNeg infinite;
        animation: 60s linear rotateNeg infinite;
        background-size: contain;
        z-index: -1;
        -webkit-animation-name: rotateNeg;
        -webkit-animation-duration: 60s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-delay: initial;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: initial;
        -webkit-animation-fill-mode: initial;
        -webkit-animation-play-state: initial;
    }
    .count-logo-holder img {
        width: 160px;
    }
    .our-advantages h2 {
        margin-top: 0;
        font-size: 36px;
        line-height: 46px;
    }

    .our-advantages h3 {
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .our-advantages h3:after {
        content: '';
        position: absolute;
        right: 100%;
        bottom: -3px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .our-advantages h3:before {
        /*content: '';
        position: absolute;
        right: 100%;
        bottom: 0;
        margin-right: 7px;
        width: 0;
        height: 1px;
        background-color: #d2a774;
        -webkit-transition: all .5s;
        transition: all .5s;*/
    }

    .our-advantages .ico-diamonds {
        /*overflow: hidden;
        text-indent: -9999px;*/
        display: block;
        position: absolute;
        /*width: 13px;
        height: 11px;
        background: url('../images/ico-diamonds.png') no-repeat;*/
        -webkit-transition: all 1s;
        transition: all 1s;
    }

    .our-advantages .ico-diamonds.ico-01 {
        top: -25px;
        left: 80%;
        padding-left: 120px;
        margin-left: -15px;
        /*-webkit-transform: rotate(230deg) scale(0.8);
        -ms-transform: rotate(230deg) scale(0.8);
        transform: rotate(230deg) scale(0.8);*/
    }

    .our-advantages .ico-diamonds.ico-01.active {
        /*-webkit-transform: rotate(230deg) scale(1.05);
        -ms-transform: rotate(230deg) scale(1.05);
        transform: rotate(230deg) scale(1.05);*/

    }

    .our-advantages .ico-diamonds.ico-02 {
        top: 165px;
        right: 15px;
        /*-webkit-transform: rotate(-90deg) scale(0.8);
        -ms-transform: rotate(-90deg) scale(0.8);
        transform: rotate(-90deg) scale(0.8);*/
    }

    .our-advantages .ico-diamonds.ico-02.active {
        /*-webkit-transform: rotate(-90deg) scale(1.05);
        -ms-transform: rotate(-90deg) scale(1.05);
        transform: rotate(-90deg) scale(1.05);*/
    }

    .our-advantages .ico-diamonds.ico-03 {
        bottom: 40px;
        right: 85px;
        /*-webkit-transform: rotate(-50deg) scale(0.8);
        -ms-transform: rotate(-50deg) scale(0.8);
        transform: rotate(-50deg) scale(0.8);*/
    }

    .our-advantages .ico-diamonds.ico-03.active {
        /*-webkit-transform: rotate(-50deg) scale(1.05);
        -ms-transform: rotate(-50deg) scale(1.05);
        transform: rotate(-50deg) scale(1.05);*/
    }

    .our-advantages .ico-diamonds.ico-04 {
        bottom: 45px;
        left: 85px;
        /*-webkit-transform: rotate(45deg) scale(0.8);
        -ms-transform: rotate(45deg) scale(0.8);
        transform: rotate(45deg) scale(0.8);*/
    }

    .our-advantages .ico-diamonds.ico-04.active {
        /*-webkit-transform: rotate(45deg) scale(1.05);
        -ms-transform: rotate(45deg) scale(1.05);
        transform: rotate(45deg) scale(1.05);*/
    }

    .our-advantages .ico-diamonds.ico-05 {
        top: 170px;
        left: 15px;
        /*-webkit-transform: rotate(90deg) scale(0.8);
        -ms-transform: rotate(90deg) scale(0.8);
        transform: rotate(90deg) scale(0.8);*/
    }

    .our-advantages .ico-diamonds.ico-05.active {
        /*-webkit-transform: rotate(90deg) scale(1.05);
        -ms-transform: rotate(90deg) scale(1.05);
        transform: rotate(90deg) scale(1.05);*/
    }

    .our-advantages .ico-diamonds.ico-06 {
        top: 50px;
        right: 76%;
        /*-webkit-transform: rotate(120deg) scale(0.8);
        -ms-transform: rotate(120deg) scale(0.8);
        transform: rotate(120deg) scale(0.8);*/
    }

    .our-advantages .ico-diamonds.ico-06.active {
        /*-webkit-transform: rotate(120deg) scale(1.05);
        -ms-transform: rotate(120deg) scale(1.05);
        transform: rotate(120deg) scale(1.05);*/
    }

    .our-advantages .info .plus {
        display: block;
        width: 30px;
        height: 30px;
        border: 1px solid #d2a774;
        position: absolute;
        left: 0;
        top: 10px;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .our-advantages .info .plus:after,
    .our-advantages .info .plus:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 7px;
        bottom: 7px;
        width: 2px;
        background-color: #d2a774;
        margin-left: -1px;
        opacity: .7;
    }

    .our-advantages .info .plus:before {
        width: auto;
        left: 7px;
        right: 7px;
        top: 50%;
        bottom: auto;
        height: 2px;
        margin: -1px 0 0;
    }

    .our-advantages .info {
        position: absolute;
        padding: 0;
        margin: 0;
        width: auto;
        text-align: left;
    }

    .our-advantages .info:after {
        display: none;
    }

    .our-advantages .info.open .plus {
        opacity: 1;
        visibility: visible;
    }

    .our-advantages .info.open p {
        /*-webkit-transition-delay: .6s;*/
        transition-delay: .6s;
        opacity: 1;
        visibility: visible;
    }

    .our-advantages .info.open h3 {
        -webkit-transition-delay: .6s;
        transition-delay: .6s;
        opacity: 1;
        visibility: visible;


        text-align:center;
        border:2px solid #d1c990;
        font-size:16px;
        border-radius:15px;
        padding:6px 10px 6px 10px;
        display:inline-table;
    }

    .our-advantages .info.open h3:after {
        -webkit-transition-delay: .6s;
        transition-delay: .6s;
        opacity: 1;
        visibility: visible;
    }

    .our-advantages .info.open h3:before {
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
        /*width: 83px;*/
    }

    .our-advantages  h3 {
        font-size:16px !important;
    }
    .our-advantages .info p {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transition: all .5s;*/
        transition: all .5s;
        font-family: arial;
        font-size: 17px;
        margin-bottom:3px;
        line-height: 24px;
        margin-top: 41px;
        text-transform:none;
        width:300px;
    }

    .our-advantages .info.info-01 {
        top: -40%;
        left: 80%;
        padding-left: 25%;
        margin-left: 0px;
    }

    .our-advantages .info.info-02 {
        top: 5%;
        left: 100%;
        margin-left: -25px;
        padding: 0 0 0 25%;
    }

    .our-advantages .info.info-03 {
        bottom: -6%;
        left: 85%;
        margin-left: -4px;
        padding: 0 0 0 25%;
    }

    .our-advantages .info.info-04 {
        bottom: -6%;
        right: 85%;
        margin-right: -4px;
        text-align: right;
        padding: 0 25% 0 0;
    }

    .our-advantages .info.info-05 {
        top: 5%;
        right: 100%;
        margin-right: -25px;
        text-align: right;
        padding: 0 25% 0 0;
    }

    .our-advantages .info.info-06 {
        top: -40%;
        right: 80%;
        margin-right: 6px;
        text-align: right;
        padding: 0 25% 0 0;
    }

    .our-advantages .info.info-04 h3:after,
    .our-advantages .info.info-04 h3:before,
    .our-advantages .info.info-05 h3:after,
    .our-advantages .info.info-05 h3:before,
    .our-advantages .info.info-06 h3:after,
    .our-advantages .info.info-06 h3:before{
        right: auto;
        left: 100%;
        margin: 0 0 0 7px;
    }

    .our-advantages .info.info-04 .plus,
    .our-advantages .info.info-05 .plus,
    .our-advantages .info.info-06 .plus{
        left: auto;
        right: 0;
    }

    .our-advantages .count-holder {
        display: block;
        width: 175px;
        height: 65px;
        margin: 0 auto;
        border: 1px solid #d2a774;
        text-align: center;
        font: 30px/65px 'open_sanslight', sans-serif;
        color: #fff;
    }
    .our-advantages .count-logo-holder{
        display: block;
    }
    .footer_ {
        position: fixed;
    }
    .nav-page li { 
        padding: 0 13px 0 0;
    }
    .nav-page a { 
        font-size: 14px;
        padding-right: 11px; 
    }

    .anmeldung{
        display: inline-block;
        font-size: 13px !important;
        margin-bottom: 14px;
        margin-top: 11px;
        padding: 5px 10px !important;
    }

}

@media screen and (max-width: 767px) {
    .our-advantages .advantages-holder .circle{
        display: none;
    }
    .our-advantages .advantages-holder .title{
        display: none;
    }
    .our-advantages .advantages-holder .circlep{
        display: none;
    }
	.advantages-holder{
        display: none !important;
    }
    .our-advantages .advantages-holder_display .title{
        display: none;
    }
    .our-advantages .advantages-holder_display .circlep{
        display: none;
    }
	.advantages-holder_display{
        clear: both;
    display: block; 
    margin-bottom: 42px;
    width: 98%;
    }
    .our-advantages .advantages-holder{
        
        text-align: center;
        position: relative;
        top: auto; 
        left: auto;
        width: 100%;
        height: 100%;
        border: 0px solid #d2a774;
        display: block;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }
    .our-advantages .info{
        position: relative;
        text-align: center;
    }
    .our-advantages .info.info-01,
    .our-advantages .info.info-02,
    .our-advantages .info.info-03,
    .our-advantages .info.info-04,
    .our-advantages .info.info-05,
    .our-advantages .info.info-06{
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 0px;
        text-align: center;
    }
    .our-advantages .info p{
        width: 100% !important;
        padding: 0;
        margin: 0;
        opacity: 1;
        visibility: visible;
    }
    .footer_{
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 0px;
    }
}

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


    .our-advantages .advantages-holder {
        position: relative;
        margin-top: 50px;
    }
    .header_ .logo{
        font-size: 15pt;
    }


}

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


    .our-advantages .advantages-holder {
        position: relative;
        margin-top: 50px;
    }
    .header_ .logo{
        font-size: 18pt;
    }
    .header_ .add-nav li h3,
    .header_ .add-nav li{
        font-size: 15px;
    }

}

@media screen and (max-width: 592px) {
    .header_{
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 1px;
    }

    .header_ .logo {
        display: block;
        float: left;
        font-size: 18pt;
        margin-bottom: 31px;
        margin-top: 32px;
        width: auto;
    }
.our-advantages .advantages-holder{
	    float: left;
		    margin-top: 0;
}

}


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

    .header_ .logo {
        display: block;
        float: left;
        font-size: 18px !important;
        margin-bottom: 43px;
        margin-top: 32px;
        width: 100%;
    }

}


@media screen and (max-width: 450px) {
	.header_ .add-nav{
	    clear: both;
		width: 82%;
		margin: 25px 0 0;
	}
}




@-webkit-keyframes moveUpFromDown {

    from {
        -webkit-transform: translateY(100%);
        opacity: 0;
    }

    to {
        -webkit-transform: translateY(0);
        opacity: 1;
    }

}

@keyframes moveUpFromDown {

    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

}

@-webkit-keyframes rotatePosit {

    from {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    to {
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }

}

@keyframes rotatePosit {

    from {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    to {
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }

}

@-webkit-keyframes rotateNeg {

    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

}

@keyframes rotateNeg {

    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

}
