#main-head{
    text-align:center;
    color:#666
}
#main-head .margin h1{
    font-size:60px;
    color:#666;
    letter-spacing:0.2em;
    font-family: 'Montserrat-Light','Montserrat';
    text-transform:uppercase;
    margin:0;
}
#main-head .margin p{
    font-size:45px;
    font-family:'Jelytta';
    font-weight:100;
    margin:0;
}
#main-head .margin{
    margin:80px 0;
}
#main-head .main-text p{
    font-family:Montserrat-Light;
    font-size:25px;
    color:#888;
    text-transform:uppercase;
    width:80%;
    letter-spacing:.02em;
    margin:80px auto;
}
.contact-sub-head{
    text-align:left;
    margin:40px 0;
}
.slider-container-head{
    text-align:center;
    margin:35px 0;
    position:relative;
}
.slider-container-head .line-head{
    display:table;
    width:100%;
}
.line-head:after,.line-head:before{
    border-top-color:#ccc;
    border-top-style:solid;
    border-top-width:1px;
    content:"";
    display:block;
    position:relative;
    top:27px;
}
.slider-container-head h2{
    font-size:45px;
    color:#666;
    font-family:'Jelytta';
    margin:10px;
    display:table-cell;
    padding:0 30px;
    width:1px;
    font-weight:100;
    white-space:nowrap;
    vertical-align:middle;
}

.sky-tabs,.sky-tabs *{
    margin:0;
    padding:0;
    outline:0;
    border:0;
    background:0 0;
    text-align:left;
}
.sky-tabs{
    position:relative;
    font-size:0;
    text-align:left;
    color:#666;
}
.sky-tabs>input{
    position:absolute;
    display:none;
}
.sky-tabs>label,.sky-tabs>ul{
    position:relative;
    font-size:13px;
}
.sky-tabs>label{
    z-index:1;
    display:inline-block;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding:0 1px 1px 0;
    line-height:45px;
    cursor:pointer;
}
.sky-tabs>input:checked+label,.sky-tabs>label.disabled{
    cursor:default;
}
.sky-tabs>label.inverse{
    float:right;
    padding-right:0;
    padding-left:1px;
}
.sky-tabs>label span{
    display:block;
    padding:5px;
    background:rgba(255,255,255,.9);
}
.sky-tabs>label span span{
    padding:0 20px;
    background:0 0;
    transition:background .4s,color .4s;
    -o-transition:background .4s,color .4s;
    -ms-transition:background .4s,color .4s;
    -moz-transition:background .4s,color .4s;
    -webkit-transition:background .4s,color .4s;
}
.sky-tabs>label:hover span span{
    color:#fff;
}
.sky-tabs>label.disabled span span{
    background:0 0;
    color:inherit;
}
.sky-tabs>input:checked+label span span{
    color:#fff;
}
.sky-tabs>.switcher{
    display:none;
}
.sky-tabs>.switcher a{
    display:block;
    margin:0 -20px;
    padding:0 20px;
    text-decoration:none;
    color:inherit;
}
.sky-tabs>ul{
    list-style:none;
    display:block;
}
.sky-tabs>ul>li{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    overflow:auto;
    padding:20px 25px 25px;
    background:rgba(255,255,255,.9);
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    opacity:0;
    -o-transform-origin:0 0;
    -ms-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -webkit-transform-origin:0 0;
    -o-transition:opacity .8s,-o-transform .8s;
    -ms-transition:opacity .8s,-ms-transform .8s;
    -moz-transition:opacity .8s,-moz-transform .8s;
    -webkit-transition:opacity .8s,-webkit-transform .8s;
}
.sky-tabs-pos-top-center{
    text-align:center;
}
.sky-tabs-pos-top-right{
    text-align:right;
}
.sky-tabs-pos-top-justify>label,.sky-tabs-pos-top-right>label{
    padding-right:0;
    padding-left:1px;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-2>label{
    width:50%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-3>label{
    width:33.33%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-4>label{
    width:25%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-5>label{
    width:20%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-6>label{
    width:16.66%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-7>label{
    width:14.28%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-8>label{
    width:12.5%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-9>label{
    width:11.11%;
}
.sky-tabs-pos-top-justify>input:first-child+label{
    padding-left:0;
}
.sky-tabs-pos-left>label,.sky-tabs-pos-right>label{
    display:block;
    width:25%;
    float:left;
    clear:left;
    margin-right:0;
}
.sky-tabs-pos-right>label{
    float:right;
    clear:right;
    padding-right:0;
    padding-left:1px;
}
.sky-tabs-pos-left>ul{
    margin-left:25%;
}
.sky-tabs-pos-right>ul{
    margin-right:25%;
}
.sky-tabs-pos-top-center>ul>li,.sky-tabs-pos-top-justify>ul>li{
    -o-transform-origin:50% 0;
    -ms-transform-origin:50% 0;
    -moz-transform-origin:50% 0;
    -webkit-transform-origin:50% 0;
}
.sky-tabs-pos-right>ul>li,.sky-tabs-pos-top-right>ul>li{
    -o-transform-origin:100% 0;
    -ms-transform-origin:100% 0;
    -moz-transform-origin:100% 0;
    -webkit-transform-origin:100% 0;
}
.sky-tabs-anim-slide-up>ul>li{
    -o-transform:translateY(-15%);
    -ms-transform:translateY(-15%);
    -moz-transform:translateY(-15%);
    -webkit-transform:translateY(-15%);
}
.sky-tabs-anim-slide-right>ul>li{
    -o-transform:translateX(15%);
    -ms-transform:translateX(15%);
    -moz-transform:translateX(15%);
    -webkit-transform:translateX(15%);
}
.sky-tabs-anim-slide-down>ul>li{
    -o-transform:translateY(15%);
    -ms-transform:translateY(15%);
    -moz-transform:translateY(15%);
    -webkit-transform:translateY(15%)
}
.sky-tabs-anim-slide-left>ul>li{
    -o-transform:translateX(-15%);
    -ms-transform:translateX(-15%);
    -moz-transform:translateX(-15%);
    -webkit-transform:translateX(-15%);
}
.sky-tabs-anim-slide-up-left>ul>li{
    -o-transform:translate(-15%,-15%);
    -ms-transform:translate(-15%,-15%);
    -moz-transform:translate(-15%,-15%);
    -webkit-transform:translate(-15%,-15%);
}
.sky-tabs-anim-slide-up-right>ul>li{
    -o-transform:translate(15%,-15%);
    -ms-transform:translate(15%,-15%);
    -moz-transform:translate(15%,-15%);
    -webkit-transform:translate(15%,-15%);
}
.sky-tabs-anim-slide-down-right>ul>li{
    -o-transform:translate(15%,15%);
    -ms-transform:translate(15%,15%);
    -moz-transform:translate(15%,15%);
    -webkit-transform:translate(15%,15%);
}
.sky-tabs-anim-slide-down-left>ul>li{
    -o-transform:translate(-15%,15%);
    -ms-transform:translate(-15%,15%);
    -moz-transform:translate(-15%,15%);
    -webkit-transform:translate(-15%,15%);
}
.sky-tabs>.sky-tab-content-1:checked~ul>.sky-tab-content-1,.sky-tabs>.sky-tab-content-2:checked~ul>.sky-tab-content-2,.sky-tabs>.sky-tab-content-3:checked~ul>.sky-tab-content-3,.sky-tabs>.sky-tab-content-4:checked~ul>.sky-tab-content-4,.sky-tabs>.sky-tab-content-5:checked~ul>.sky-tab-content-5,.sky-tabs>.sky-tab-content-6:checked~ul>.sky-tab-content-6,.sky-tabs>.sky-tab-content-7:checked~ul>.sky-tab-content-7,.sky-tabs>.sky-tab-content-8:checked~ul>.sky-tab-content-8,.sky-tabs>.sky-tab-content-9:checked~ul>.sky-tab-content-9{
    position:relative;
    z-index:1;
    opacity:1;
    -o-transform:translate(0,0);
    -ms-transform:translate(0,0);
    -moz-transform:translate(0,0);
    -webkit-transform:translate(0,0);
}
.sky-tabs-anim-scale>ul>li{
    -o-transform:scale(.1,.1);
    -ms-transform:scale(.1,.1);
    -moz-transform:scale(.1,.1);
    -webkit-transform:scale(.1,.1);
}
.sky-tabs-anim-scale>.sky-tab-content-1:checked~ul>.sky-tab-content-1,.sky-tabs-anim-scale>.sky-tab-content-2:checked~ul>.sky-tab-content-2,.sky-tabs-anim-scale>.sky-tab-content-3:checked~ul>.sky-tab-content-3,.sky-tabs-anim-scale>.sky-tab-content-4:checked~ul>.sky-tab-content-4,.sky-tabs-anim-scale>.sky-tab-content-5:checked~ul>.sky-tab-content-5,.sky-tabs-anim-scale>.sky-tab-content-6:checked~ul>.sky-tab-content-6,.sky-tabs-anim-scale>.sky-tab-content-7:checked~ul>.sky-tab-content-7,.sky-tabs-anim-scale>.sky-tab-content-8:checked~ul>.sky-tab-content-8,.sky-tabs-anim-scale>.sky-tab-content-9:checked~ul>.sky-tab-content-9{
    -o-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -webkit-transform:scale(1,1);
}
.sky-tabs-anim-rotate>ul>li{
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}
.sky-tabs-anim-rotate.sky-tabs-pos-right>ul>li,.sky-tabs-anim-rotate.sky-tabs-pos-top-right>ul>li{
    -o-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
}
.sky-tabs-anim-rotate>.sky-tab-content-1:checked~ul>.sky-tab-content-1,.sky-tabs-anim-rotate>.sky-tab-content-2:checked~ul>.sky-tab-content-2,.sky-tabs-anim-rotate>.sky-tab-content-3:checked~ul>.sky-tab-content-3,.sky-tabs-anim-rotate>.sky-tab-content-4:checked~ul>.sky-tab-content-4,.sky-tabs-anim-rotate>.sky-tab-content-5:checked~ul>.sky-tab-content-5,.sky-tabs-anim-rotate>.sky-tab-content-6:checked~ul>.sky-tab-content-6,.sky-tabs-anim-rotate>.sky-tab-content-7:checked~ul>.sky-tab-content-7,.sky-tabs-anim-rotate>.sky-tab-content-8:checked~ul>.sky-tab-content-8,.sky-tabs-anim-rotate>.sky-tab-content-9:checked~ul>.sky-tab-content-9{
    -o-transform:rotate(0);
    -ms-transform:rotate(0);
    -moz-transform:rotate(0);
    -webkit-transform:rotate(0);
}
.sky-tabs-anim-flip>ul{
    perspective:2000px;
    -o-perspective:2000px;
    -ms-perspective:2000px;
    -moz-perspective:2000px;
    -webkit-perspective:2000px;
    perspective-origin:50% 50%;
    -o-perspective-origin:50% 50%;
    -ms-perspective-origin:50% 50%;
    -moz-perspective-origin:50% 50%;
    -webkit-perspective-origin:50% 50%;
}
.sky-tabs-anim-flip>ul>li{
    -o-transform:rotateX(-90deg);
    -ms-transform:rotateX(-90deg);
    -moz-transform:rotateX(-90deg);
    -webkit-transform:rotateX(-90deg);
}
.sky-tabs-anim-flip.sky-tabs-pos-left>ul>li{
    -o-transform:rotateY(90deg);
    -ms-transform:rotateY(90deg);
    -moz-transform:rotateY(90deg);
    -webkit-transform:rotateY(90deg);
}
.sky-tabs-anim-flip.sky-tabs-pos-right>ul>li{
    -o-transform:rotateY(-90deg);
    -ms-transform:rotateY(-90deg);
    -moz-transform:rotateY(-90deg);
    -webkit-transform:rotateY(-90deg);
}
.sky-tabs-anim-flip>.sky-tab-content-1:checked~ul>.sky-tab-content-1,.sky-tabs-anim-flip>.sky-tab-content-2:checked~ul>.sky-tab-content-2,.sky-tabs-anim-flip>.sky-tab-content-3:checked~ul>.sky-tab-content-3,.sky-tabs-anim-flip>.sky-tab-content-4:checked~ul>.sky-tab-content-4,.sky-tabs-anim-flip>.sky-tab-content-5:checked~ul>.sky-tab-content-5,.sky-tabs-anim-flip>.sky-tab-content-6:checked~ul>.sky-tab-content-6,.sky-tabs-anim-flip>.sky-tab-content-7:checked~ul>.sky-tab-content-7,.sky-tabs-anim-flip>.sky-tab-content-8:checked~ul>.sky-tab-content-8,.sky-tabs-anim-flip>.sky-tab-content-9:checked~ul>.sky-tab-content-9{
    -o-transform:rotateX(0);
    -ms-transform:rotateX(0);
    -moz-transform:rotateX(0);
    -webkit-transform:rotateX(0);
    -o-transition-delay:.2s;
    -ms-transition-delay:.2s;
    -moz-transition-delay:.2s;
    -webkit-transition-delay:.2s;
}
.sky-tabs .grid-row{
    margin-top:20px;
}
.sky-tabs .grid-row:after{
    content:'';
    display:table;
    clear:both;
}
.sky-tabs .grid-row:first-child{
    margin-top:0;
}
.sky-tabs .grid-col{
    display:block;
    float:left;
    width:100%;
    margin-left:2%;
}
.sky-tabs .grid-col:first-child{
    margin-left:0;
}
.sky-tabs .grid-col .inner{
    padding:10px 0;
    border-radius:5px;
    background:rgba(0,0,0,.1);
    text-align:center;
}
.sky-tabs .grid-col-1{
    width:6.5%;
}
.sky-tabs .grid-col-2{
    width:15%;
}
.sky-tabs .grid-col-3{
    width:23.5%;
}
.sky-tabs .grid-col-4{
    width:32%;
}
.sky-tabs .grid-col-5{
    width:40.5%;
}
.sky-tabs .grid-col-6{
    width:49%;
}
.sky-tabs .grid-col-7{
    width:57.5%;
}
.sky-tabs .grid-col-8{
    width:66%;
}
.sky-tabs .grid-col-9{
    width:74.5%;
}
.sky-tabs .grid-col-10{
    width:83%;
}
.sky-tabs .grid-col-11{
    width:91.5%;
}
.sky-tabs .grid-col-offset-1,.sky-tabs .grid-col-offset-1:first-child{
    margin-left:8.5%;
}
.sky-tabs .grid-col-offset-2,.sky-tabs .grid-col-offset-2:first-child{
    margin-left:17%;
}
.sky-tabs .grid-col-offset-3,.sky-tabs .grid-col-offset-3:first-child{
    margin-left:25.5%;
}
.sky-tabs .grid-col-offset-4,.sky-tabs .grid-col-offset-4:first-child{
    margin-left:34%;
}
.sky-tabs .grid-col-offset-5,.sky-tabs .grid-col-offset-5:first-child{
    margin-left:42.5%;
}
.sky-tabs .grid-col-offset-6,.sky-tabs .grid-col-offset-6:first-child{
    margin-left:51%;
}
.sky-tabs .grid-col-offset-7,.sky-tabs .grid-col-offset-7:first-child{
    margin-left:59.5%;
}
.sky-tabs .grid-col-offset-8,.sky-tabs .grid-col-offset-8:first-child{
    margin-left:68%;
}
.sky-tabs .grid-col-offset-9,.sky-tabs .grid-col-offset-9:first-child{
    margin-left:76.5%;
}
.sky-tabs .grid-col-offset-10,.sky-tabs .grid-col-offset-10:first-child{
    margin-left:85%;
}
.sky-tabs .grid-col-offset-11,.sky-tabs .grid-col-offset-11:first-child{
    margin-left:93.5%;
}
.sky-tabs .typography h1,.sky-tabs .typography h2,.sky-tabs .typography h3,.sky-tabs .typography h4,.sky-tabs .typography h5,.sky-tabs .typography h6{
    margin:40px 0 0;
    padding:0;
    text-align:left;
    color:#333;
}
.sky-tabs .typography h1{
    font-size:40px;
    line-height:50px;
}
.sky-tabs .typography h2{
    font-size:34px;
    line-height:44px;
}
.sky-tabs .typography h3{
    font-size:28px;
    line-height:36px;
}
.sky-tabs .typography h4{
    font-size:22px;
    line-height:30px;
}
.sky-tabs .typography h5{
    font-size:16px;
    line-height:23px;
    font-weight:400;
    text-transform:uppercase;
}
.sky-tabs .typography h6{
    font-size:14px;
    line-height:20px;
    font-weight:400;
    text-transform:uppercase;
}
.sky-tabs .typography p{
    margin:20px 0 0;
    padding:0;
    line-height:20px;
    text-align:left;
}
.sky-tabs .typography ol,.sky-tabs .typography ul{
    list-style:none;
    margin:20px 0 0;
    padding:0;
    line-height:20px;
}
.sky-tabs .typography li{
    position:relative;
    margin-top:5px;
    padding-left:20px;
}
.sky-tabs .typography li ol,.sky-tabs .typography li ul{
    margin-top:5px;
}
.sky-tabs .typography ul li:before{
    content:'';
    position:absolute;
    top:8px;
    left:0;
    width:4px;
    height:4px;
    background:#333;
}
.sky-tabs .typography ol{
    counter-reset:list1;
}
.sky-tabs .typography ol>li:before{
    counter-increment:list1;
    content:counter(list1)'.';
    position:absolute;
    top:0;
    left:0;
    color:#333;
}
.sky-tabs .typography a{
    text-decoration:underline;
    color:#2da5da;
}
.sky-tabs .typography a:hover{
    text-decoration:none;
}
.sky-tabs .typography .pic{
    padding:4px;
    border:1px dotted #ccc;
}
.sky-tabs .typography .pic img{
    display:block;
}
.sky-tabs .typography .pic-right{
    float:right;
    margin:0 0 10px 20px;
}
.sky-tabs .typography .link{
    text-decoration:underline;
    color:#2da5da;
    cursor:pointer;
}
.sky-tabs .typography .link:hover{
    text-decoration:none;
}
.sky-tabs .typography h1:first-child,.sky-tabs .typography h2:first-child,.sky-tabs .typography h3:first-child,.sky-tabs .typography h4:first-child,.sky-tabs .typography h5:first-child,.sky-tabs .typography h6:first-child,.sky-tabs .typography p:first-child{
    margin-top:0;
}
.sky-tabs .typography .text-center{
    text-align:center;
}
.sky-tabs .typography .text-right{
    text-align:right;
}
.sky-tabs>label .fa{
    display:block;
    float:left;
    width:18px;
    margin:0 12px 0 -6px;
    font-style:normal;
    font-size:16px;
    line-height:45px;
    text-align:center;
    -webkit-font-smoothing:antialiased;
}
@media screen and (max-width:1000px){
    .sky-tabs>label span span{
        padding:0 15px;
    }
    .sky-tabs>label .fa{
        margin-right:10px;
        margin-left:-5px;
    }
}
@media screen and (max-width:767px){
    .sky-tabs-response-to-stack>ul>li,.sky-tabs-response-to-switcher>ul>li{
        -o-transform-origin:50% 0;
        -ms-transform-origin:50% 0;
        -moz-transform-origin:50% 0;
        -webkit-transform-origin:50% 0;
    }
    .sky-tabs-response-to-stack.sky-tabs-anim-flip>ul>li,.sky-tabs-response-to-switcher.sky-tabs-anim-flip>ul>li{
        -webkit-transform:rotateX(-90deg)
    }
    #main-head .margin h1{
        font-size:40px;
        margin-bottom:5px;
    }
    #main-head .margin p{
        font-size:32px;
    }
    #main-head .main-text p{
        font-size:18px;
    }
    .slider-container-head h2{
        font-size:26px;
    }
    .line-head:after,.line-head:before{
        top:16px;
    }
    #main-head .main-text p,#main-head .margin{
        margin:50px auto;
    }
    .sky-tabs .grid-col,.sky-tabs .grid-col:first-child{
        float:none;
        width:100%;
        margin:20px 0 0;
    }
    .sky-tabs-response-to-stack>label{
        display:block;
        width:100%;
        padding-right:0;
        padding-left:0;
        text-align:left;
    }
    .sky-tabs-response-to-stack>ul{
        margin-top:0;
        margin-right:0;
        margin-left:0;
    }
    .sky-tabs-response-to-icons>label{
        font-size:0;
    }
    .sky-tabs-response-to-icons>label .fa{
        width:45px;
        margin:0;
        font-size:16px;
    }
    .sky-tabs-response-to-icons>label span span{
        padding:0;
    }
    .sky-tabs-response-to-icons.sky-tabs-pos-left>label,.sky-tabs-response-to-icons.sky-tabs-pos-right>label{
        width:56px;
    }
    .sky-tabs-response-to-icons.sky-tabs-pos-left>ul{
        margin-left:56px;
    }
    .sky-tabs-response-to-icons.sky-tabs-pos-right>ul{
        margin-right:56px;
    }
    .sky-tabs-response-to-switcher>label{
        display:none;
        width:100%;
        padding-right:0;
        padding-left:0;
        text-align:left;
    }
    .sky-tabs-response-to-switcher:hover>label,.sky-tabs-response-to-switcher>.switcher{
        display:block;
    }
    .sky-tabs-response-to-switcher:hover>.switcher{
        display:none;
    }
    .sky-tabs-response-to-switcher>ul{
        margin-top:0;
        margin-right:0;
        margin-left:0;
    }
}
.sky-tabs>input:checked+label span span,.sky-tabs>label:hover span span{
    background:#A38C6D;
}
.sky-tabs>label span span{
    border:1px solid #ddd;
    font-size:14px;
    text-transform:uppercase;
}
.cms_header_sub{
    text-align:center;
    font-size:1.2em;
    padding:30px 0 0;
}

.faqAnswer{
    padding-bottom:20px;
}
.cms-faq-html h4{
    margin-bottom:1em!important;
}
.cms-left p{
    text-align:left;
}
.sky-tabs>ul .faqQuestion{
    padding:10px 0;
    line-height:18px;
    font-style:italic;
    font-size:16px;
}
.sky-tabs a{
    font-weight:700;
    text-decoration:underline;
}
.sky-tabs a::before{
    content:'';
}
@media screen and (min-width:768px) and (max-width:959px){
    .sky-tabs>label span span{
        font-size:12px;
    }
    .sky-tabs-pos-left>label,.sky-tabs-pos-right>label{
        display:block;
        width:27%;
    }
    .sky-tabs-pos-left>ul{
        margin-left:27%;
    }
}
@media screen and (max-width:480px){
    .slider-container-head h2{
        width:70%;
        white-space:normal;
        padding:0 10px;
    }
    .line-head:after,.line-head:before{
        top:26px;
    }
}

/** ----- START BLOG ----- **/

/* Trenner START */
.home-advantages-container {
    margin: 15px 0px 30px 0px;
}

.home-advantages-container h5 {
    color: #333;
    margin: 10px;
    display: table-cell;
    padding: 0 15px;
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}

.home-advantages-container .strike-through {
    display: table;
    width: 100%;
}

.strike-through:before, .strike-through:after {
    border-top-color: #ececec;
    border-top-style: solid;
    border-top-width: 1px;
    content: "";
    display: block;
    position: relative;
    top: 15px;
}

:target:before {
    content:"";
    display:block;
    height:50px; /* fixed header height*/
    margin:-50px 0 0; /* negative fixed header height */
}
/* Anchor-Link Offset ENDE */

/* ProdukteVorschau START */
.pr-table {display:inline-block; width:100%; font-family: 'Montserrat-light';}
.pr-table a {text-decoration:none; cursor:pointer;}
.pr-table a:hover {text-decoration:underline;}
.pr-table-cell {float:left;width:19%;text-align:center;margin:3%;}
.pr-table-cell p {padding-top:10px;}
/* ProdukteVorschau ENDE */

.postContent{font-size:13px;}
.postContent a {font-weight:bold; text-decoration:underline;}
.postContent a:hover {color:#601420;}
.resp-50perc {width:49%; float:left; margin-bottom:20px;text-align:justify; }
.resp-50perc2nd {margin-left:2%;text-align:justify;}
.resp-50percclrbth {clear:both;}
.resp-33perc, .resp-66perc {float:left; margin-bottom:20px; text-align:justify; }
.resp-66perc{width:65%;}
.resp-33perc {width:32%;}
.resp-2nd {margin-left:2%;}
.resp-clrbth {clear:both;}
.manus-head {font-family:'Manus'; color: #606f0e; font-size:4em; text-align:center; line-height: 1em;padding-top: 20px;}
.blogcol {font-weight:bold;}
.blogtipp {background-color:#f1eee9;padding:10px;min-height:70px;border-radius:5px;}
.blogtipp:before{content: url('http://cdn.benuta.com/media/wysiwyg/blog/unser-tipp.jpg');float:left; padding-right:10px; }
.postTitle.postComments {display:none;}
.warnung {background-color:#eaeaea;padding:10px;min-height:40px;border-radius:5px;}
.warnung:before{content: url('http://cdn.benuta.com/media/wysiwyg/blog/blog-warnzeichen3.jpg');float:left; padding-right:10px; }

@media only screen and (max-width: 959px) {
    .resp-50perc { width:100%;}
    .resp-50perc2nd {margin-left:0px;}
    .resp-33perc, .resp-66perc {width:100%;}
    .resp-2nd {margin-left:0px;}
}

/* Verzeichnis css START */

#flecken-list{text-indent:30px;}
#flecken-list li:before {content: "-";}
#flecken-list li  p {margin:0; display:inline;}
.themen {text-transform:uppercase; font-family:montserratregular; font-size:1.1em;}
#verzeichnis {background-color:#FAFAFA;padding:10px;width:50%;border:1px solid lightgrey;}
#inner-verzeichnis {font-size:13px;margin-bottom:10px;}
#inner-verzeichnis h4:nth-child(1) {text-align:center; font-family:montserratsemibold;}

@media only screen and (max-width:767px){
    .postTitle, .postContent, .postContentWrapper {display:block;width:100%;padding: 5px 0}
    #verzeichnis{width:100%;}
    #blogPostsWrapper.blogPostsPinterest .postContent{margin:20px 0;}
}
.blogbutton {

    padding:0;
    display:table;
    text-align:center;
    font-size:16px;
    font-family: Montserrat;
    line-height: 50px;
    width: 220px;
    height: 50px;
    background-color: #e89b99;
    margin: auto;
    cursor:pointer;
    color:#fff;
    text-decoration:none;

}
.blogbutton:hover {
    text-decoration:none;
    background-color:#ca7775;
}
.blogbutton#kasten {
    float:right;
    padding-right:20px;
}
.greycontainer{
    max-width:500px;
    height:115px;
    background-color:#f6f6f6;
    margin:auto;
    margin-bottom:20px;
    margin-top:300px;
}
.greycontainer-inner {
    padding-top:30px;
    padding-left:35px;
}
.greycontainer-inner img {
    float:left;
}

@media only screen and (max-width: 479px) {
    .blogbutton {width:155px;font-size: 10px !important;}
    .fullwidth{width:100%}
    #blogPostsWrapper.blogPostsPinterest .postImage img{width: 100%}
    #blogPostsWrapper.blogPostsPinterest .postWrapper{width:95%;margin:0 auto;padding:2px 5px 0;margin-bottom: 38px;}
    #blogPostsWrapper.blogPostsPinterest .postImage{width:95%;margin:3% auto;float:none}
    .greycontainer-inner {padding-left:10px;}
    .columns {text-align:justify;}
}

@media only screen and  (min-width: 768px) and (max-width: 959px) {
    .blogbutton {width:155px;font-size: 12px;}
}

