/* 
   Created on : Jun 1, 2015, 10:21:08 AM
   Author     : dominik
*/

html, body {
    color: #fff;
    font-family: 'Raleway',sans-serif;
    font-size: 20px;
    overflow-x: hidden;
    /*overflow-y: scroll;*/
}

.header {
    position: fixed;
    z-index: 2;
    background: rgba(93,40,86,0.6);
    left: 0;
    right: 0;
    top: 0;
    height: 90px;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: height 0.3s ease-in-out, background 0.3s ease-in-out;
            transition: height 0.3s ease-in-out, background 0.3s ease-in-out;
}

.header.small {
    background: rgba(93,40,86,1);
    height: 40px;
}

.logo {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    vertical-align: bottom;
    height: 100%;
    padding: 10px 0;
    width: 100%;
    display: block;
    line-height: 10px;
}

.logo span {
    -webkit-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
    vertical-align: bottom;
}

img.svglogo {
    width: auto;
    height: 70px;
    -webkit-transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
            transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
}

.header.small img.svglogo {
    height: 20px;
}

.header.small .logo span {
    opacity: 0;
    filter: alpha(opacity=0);
}

.content {
    margin-top: 0;
    -webkit-transition: margin-top 0.3s ease-in-out;
            transition: margin-top 0.3s ease-in-out;
}

.header.small + .content {
    margin-top: 40px;
}

.section {
    z-index: 1;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}

.section:first-child {
    padding-top: 110px;
}

.sectionTitle {
    position: absolute;
    font-family: 'Bitter', serif;
    padding: 20px 0;
    left: 20px;
    top: 20px;
    right: 20px;
}

p {
    padding-bottom: 20px;
}

.sectionTitle p {
    margin-bottom: 0;
}

a {
    color: inherit;
    outline: none;
}

.navWrapper {
    position: absolute;
    right: 20px;
    line-height: 40px;
    -webkit-transition: top 0.3s ease-in-out;
            transition: top 0.3s ease-in-out;
}

.navigation,
.login {
    font-weight: 400;
    font-family: 'Bitter', serif;
    -webkit-transition: font-weight 0.3s ease-in-out, font-size 0.3s ease-in-out, top 0.3s ease-in-out;
            transition: font-weight 0.3s ease-in-out, font-size 0.3s ease-in-out, top 0.3s ease-in-out;
}

.navitem.active {
    font-weight: 700;
    text-transform: uppercase;
}

.navitem:after {
    content: ">";
    color: #ff793e;
    padding: 0 10px;
    font-weight: 400;
}

.navitem:last-of-type:after {
    content:" ";
    padding: 0;
}

.login,
.navitem,
.navigation {
    display: inline-block;
}

.login {
    display: none;
}

.login a {
    color: #ff793e;
}

.login a:hover {
    color: #fff;
}

.small .navWrapper {
    top: 0;
}

.small .navigation {
    font-size: 14px;
    font-weight: normal;
    top: 5px;
}

h1 {
    font-family: 'Bitter', serif;
    font-size: 30px;
}

.sectionTitle p,
#Hallo .back_transparentd p {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.single,
.double,
.triple {
    display: inline-block;
}

.pic,
.bild,
.pfeil {
    display: inline-block;
    height: 200px;
    width: 150px;
    border: solid 2px #dea;
}

.pfeil {
    width: 80px;
}

.back_transparentd h1,
.back_purpled h1 {
    color: rgb(255,121,62);
}

.back_transparentd {
    font-family: 'Bitter', serif;
}


.back_purpled {background: rgb(93,40,86);}
.back_orange {background:rgb(255,121,62);}
.back_red {background:rgb(202,5,77);}
.back_purplel {background:rgb(153,53,86);}
.back_greyl {background: #eeefef;}
.back_greym {background: #dedede;}
.back_greyd {background: #a4a5a5;}
.back_blueb {background: #a0d4f1;}
.back_bluel {background: #008ec4;}
.back_bluem {background: #0079b2;}
.back_blued {background: #00649c;}


.back_greyd, .back_greym, .back_greyl {
    color: rgb(93,40,86);
    vertical-align: top;
}

a.button {
    margin: 0 20px;
    padding: 10px;
    border: 15px solid #fff;
    display: inline-block;
    width: 300px;
    font-family: 'Bitter', serif;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
}

a.button:first-child {
    margin-bottom: 20px;
}

a.button:before {
    content: " ";
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
    background: #ca054d;
    z-index: -1;
    -webkit-transition: width 0.3s ease-in-out;
            transition: width 0.3s ease-in-out;
}

a.button:hover:before {
    width: 100%;
}



#Hallo {
    background-image: url('../img/bg_blue.jpg');
    background-size: cover;    
    padding-top: 110px;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
}


.triple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex:1;
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
}

.triple h1, 
.triple h2 {
    padding: 20px 0;
    text-transform: uppercase;
}

.wrapper {
    height: 600px;
}


#Hallo h1 {
    color: #fff;
}

.orng {
    text-transform: lowercase;
    color: #ff793e;
    font-weight: 700;
    font-size: 30px;
}


#Vorteile2 .back_blueb h1 {
    color: #5d2856;
}



#VierStufen {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#VierStufen .mt,
#VierStufen img {
    width: 100px;
    display: inline-block;
}

#VierStufen .double {
    height: 50%;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#VierStufen .top div {
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    margin-left: 20px;
}

#VierStufen .top {
    height: 130px;

}

#VierStufen h2 {
    font-family: 'Bitter',serif;
    font-size: 40px;
    line-height: 32px;
    width: 410px;
}

#VierStufen h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
}

#VierStufen .bottom {
    display: inline-block;
    padding-top: 30px;
    height: 260px;
}

#VierStufen .bottom .lt {
    text-align: left;
    display: inline-block;
    width: 400px;
    margin-left: 10px;
}

#VierStufen .bottom ul {
    padding-left: 1em
}


#Design {
    background: #eeefef;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#Design .sectionTitle,
#Design .sectionFooter {
    position: relative;
    margin: 20px;
    padding: 20px;
}

#Design .sectionFooter {
    margin-bottom: 60px;
}

#Design .sectionTitle h1 {
    color: #5d2856;
}
#Design .sectionTitle p {
    color: #ca054d;
}

.leftbox,
.rightbox {
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
}

#Design .rightbox {
    margin-left: 40px;
}

#Design .rightbox p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 19px;
}

#Design .pics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}

#Design .imagebutton .pic,
#Design .imagebutton a {
    display: block;
    margin: 0 auto;
}

#Design a.button {
    display: inline-block;
    border-color: #ff793e;
    background-color: #ca054d;
    color: #fff;
    -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
            transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

#Design a.button:hover {
    color: #5d2856;
    border-color: #ca054d;
}

#Design a.button:before {
    background: #fff;
}

#Design .imagebutton img {
    width: 300px;
    border: 15px solid #a4a5a5;
    display: block;
    margin: 0 auto;
}

#Design .sectionFooter h1 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
}

#Ablauf.section {
    display: block;
}


#Kontakt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#Kontakt .sectionTitle {
    position: relative;
    padding: 20px;
    margin: 20px;
    top: 0;
    left: 0;
    right: 0
}

#Kontakt .sectionFooter {
    position: relative;
    padding: 20px;
}

#Kontakt .single {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#Kontakt .single:nth-child(2) {
    background: #dedede;
    -webkit-box-flex:2;
    -webkit-flex:2;
        -ms-flex:2;
            flex:2;
}

#Kontakt .back_transparentl h1 {
    color: #5d2856;
}
#Kontakt .back_transparentl p {
    color: #ff793e;
}
#Kontakt .back_orange h1 {
    color: #5d2856;
}
#Kontakt .sectionFooter {
    display: block;
}

#Kontakt .sectionFooter div {
    vertical-align: top;
}

#Kontakt a.button {
    color: #5d2856;
    border-color: #5d2856;
    width: 880px;
    font-size: 30px;
    margin: 0 auto;
    z-index: 1;
}

#Kontakt a.button:before {
    background-color: #fff;
}

#Kontakt .picbox {
    margin: 30px 10px;
}

#Kontakt .picbox img {
    height: auto;
    width: 230px;
}

#Kontakt .sectionFooter h1 {
    color: #fff;
    margin-top: -12px;
}

#Kontakt .rightbox {
    margin-left: 30px;
}

#Kontakt .rightbox ul {
    font-size: 17px;
    line-height: 19px;
    font-weight: 400;
    margin: 20px;
}

#Kontakt .rightbox span {
    font-size: 25px;
    vertical-align: middle;
    margin: 0 30px 0 10px;
}

#Kontakt .rightbox p:last-child {
    margin-bottom: 40px;
}

.sectionTitle,
.fx {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0,-60px) scale(0.9);
        -ms-transform: translate(0,-60px) scale(0.9);
            transform: translate(0,-60px) scale(0.9);
    -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.3s ease-in-out;
            transition: transform 0.4s ease-out, opacity 0.3s ease-in-out;
}
.sectionTitle.visible,
.fx.visible {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0,0) scale(1);
        -ms-transform: translate(0,0) scale(1);
            transform: translate(0,0) scale(1);
}

.fx:nth-child(1) {
    -webkit-transition-delay: 0.0s;
            transition-delay: 0.0s}
.fx:nth-child(2),
.triple:nth-child(2) .fx,
.double:nth-child(2) .fx{
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s}
.fx:nth-child(3),
.triple:nth-child(3) .fx,
.double:nth-child(3) .fx {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s}
.fx:nth-child(4),
.triple:nth-child(4) .fx,
.double:nth-child(4) .fx {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s}
.fx:nth-child(5){
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s}
.fx:nth-child(6){
    -webkit-transition-delay: 1.0s;
            transition-delay: 1.0s}
.fx:nth-child(7){
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s}

a.fx {
    position: relative;
    vertical-align: bottom;
}
a.fx:after {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    height: 16px;
    width: 16px;
    content: "";
    background: url('../img/icon_lupe_02.png');
    background-size: 16px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="1" /><feOffset dx="2" dy="2" result="offsetblur" /><feFlood flood-color="rgba(51,51,51,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(1px 1px 1px #333);
            filter: drop-shadow(1px 1px 1px #333);
}

.social-likes_single.social-likes_opened {
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);    
}





@media screen and (max-width: 1250px),
screen and (max-height: 900px){
    .navWrapper {
        top: 90px;
        background: rgba(93,40,86,0.6);
        width: 100%;
        left: 0;
        text-align: right;
        padding-right: 20px;

    }

    .small .navWrapper {
        background: transparent;
    }

    .triple {
        padding-top: 160px;
    }

    .double p,
    .triple p {
        font-size: 17px;
        line-height: 110%;
    }

    #Hallo {
        padding-top: 110px;
    }

    #Design .triple {
        padding-top: 0;
    }

    #VierStufen .mt,
    #VierStufen img {
        width: 60px;
    }

    #VierStufen .top {
        height: 90px;
    }
    #VierStufen .bottom {
        height: auto;
    }

    #Kontakt .picbox img {
        width: 180px;
    }
}

@media screen and (max-width:900px) {
    h1 {
        font-size: 25px;
    }
    .nomob {
        display: none;
    }
    img {
        max-width: 100%;
    }
    a.button {
        width: auto;
    }
    .header {
        padding: 0;
        height: 100px;
        display: block;
    }
    .section,
    .double,
    .triple {
        display: block;
        width: 100% !important;
        height: auto !important;
        padding: 10px 10px 0 10px;
    }
    .logo {
        line-height: inherit;
        display: block;
        padding: 10px;
    }
    .logo span {
        display: block;
    }
    .navitem {
        display: block;
    }
    .sectionTitle {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }
    .fx,
    .triple .fx,
    .double .fx,
    .sectionTitle {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1) translate(0) !important;
            -ms-transform: scale(1) translate(0) !important;
                transform: scale(1) translate(0) !important;
        -webkit-transition-delay: 0s !important;
                transition-delay: 0s !important;
    }
    .navWrapper {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        padding: 0 10px;
        background: rgba(93,40,86,0.6) !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
                transition: transform 0.2s ease-in-out;
        -webkit-transform: translate(100%,0);
            -ms-transform: translate(100%,0);
                transform: translate(100%,0);
    }
    .navWrapper.open {
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
    }
    #Hallo {
        padding-bottom: 20px;
    }
    #Kontakt a.button {
        width: 100%;
    }
    #Design .pics {
        display: block;
    }
    #VierStufen h2,
    #VierStufen .bottom p,
    #VierStufen .bottom .lt {
        width: auto;
    }
    #VierStufen img {
        padding-bottom: 10px;
    }
    #VierStufen .double {
        text-align: left;
    }
    #VierStufen p {
        padding-left: 0;
    }
    #VierStufen h2 {
        font-size: 27px;
    }
    #VierStufen h3 {
        line-height: 20px;
    }
    #VierStufen .top,
    #VierStufen .bottom {
        height: auto;
    }
    #VierStufen .mt {
        display: none;
    }
    #Design .rightbox {
       margin-left: 0; 
    }
    
    #Design .imagebutton {
        margin-bottom: 20px;
    }
    #Kontakt .rightbox span {
        margin: 0 0 0 10px;
    }
    .bottomAdress {
        display: block;
    }
    .bottomAdress img {
        height: 23px;
    }
    .bottomAdress span {
        font-size: 20px !important;
        margin-bottom: 10px;
    }
}