body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: white;
    width: 80%;
    padding-left: 40px;
    padding-right: 60px;
    line-height: 3;
    overflow-x: hidden;
    height: 110px;
    position: absolute;
    top: 30px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    overflow-y: hidden;
    color: black;
    border-radius: 10px;
    /* border: 1px solid rgba(85, 85, 176, 1); */
    /* box-shadow: 2px 2px 0px 0px lightgray; */
    background: url("../img/bg-body.png");
}

header .navtoggler {
    display: none;
    color: #5555b0;
    line-height: 3;
    font-size: 28px;
    margin-top: 15px;
    margin-right: 20px;
    background-color: transparent;
    border: none;
}

header .navtoggler:hover {
    color: #5555b0;
    cursor: pointer;
}

header .company_name {
    padding-top: 6px;
}

header .logo {
    height: 100px;
}

header .company_name a {
    padding-top: 6px;
}

header .company_name a:hover {
    color: #5555b0;
}


header nav {
    position: absolute;
    right: 0px;


}

header nav ul {
    margin: 0;
    list-style-type: none;
    margin-block-start: 0px;
    padding-inline-start: 0px;
    border: 0px;
    /* margin-right: 40px;
    margin: 0px; */
    width: 100%;
    padding-right: 50px;
    height: 110px;
    padding-top: 30px;
}

header nav ul li {
    height: 40px;
    float: left;
    margin-right: 5px;
    letter-spacing: 1px;
}

header nav ul li a {
    color: white;
    background-color: rgba(87, 87, 166, 1.0);
    text-align: center;
    padding: 12px;
    text-decoration: none;
    /* font-family: 'Permanent Marker', cursive; */
    font-size: 12px;
    border: 3px solid rgba(87, 87, 166, 1.0);
    /* border-top-left-radius: 50px;
    border-top-right-radius: 50px; */
    border-radius: 5px;

}

header nav ul li a i {
    font-size: 18px;

}

header nav ul li a:hover {
    /* border-radius: 30px; */
    color: rgba(87, 87, 166, 1.0);
    background-color: white;
    /* border: 5px solid rgba(87,87,166, 1.0); */
    /* transform: scale(1.1); */
    cursor: pointer;
}

.responsiveNavi {
    display: none;
    position: absolute;
    top: 110px;
    background-color: white;
    z-index: 1;
    width: 100%;
}

.responsiveNavi ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.responsiveNavi ul li {
    text-align: center;
    line-height: 20px;
    padding: 10px;
}

.responsiveNavi ul li a {
    color: #5555b0;
    font-size: 24px;
    text-decoration: none;
}

.bg-start {
    background-image: url("../img/bg_neu.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    box-shadow: 2px 2px 0px 0px rgba(85, 85, 176, 0.2);
}

.bg-zwingli {
    background-image: url("../img/zwingli.jpg") !important;
}

.bg-partyservice {
    background-image: url("../img/start/partyservice_bg.jpg") !important;
}

.bg-geschaeft {
    background-image: url("../img/geschaeft/bg.jpg") !important;
}

.bg-produktion {
    background-image: url("../img/produktion/DSC03794.jpg") !important;
}

.bg-chinoise {
    background-image: url("../img/chinoise/bg_chinoise.jpg") !important;
}

.bg-start .teaser {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.bg-start .title {
    background-color: #5555b0;
    color: white;
    font-weight: bold;
    padding: 15px;
    border-radius: 50px;
    font-size: 22px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    transition: all .2s ease-in-out;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.bg-start .title:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.start_content {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
}

.start_title {
    text-align: center;
}

h1 {
    color: #5555b0;
}

.aktuell {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

footer {
    background-color: #5555b0;

}

footer .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

footer .col {
    width: 45%;
    padding: 15px;
    color: white;
    font-weight: normal;
    font-size: 14px;
}

footer .title {
    width: 95%;
}

footer .divider {
    margin-top: 5px;
    border-bottom: solid 1px lightgray;
    padding-right: 50px;
}

footer .address span {
    display: inline-block;
    margin-left: 40px;
}

footer .address p {
    position: relative;
    margin-bottom: 24px;
}

footer .address i {
    position: absolute;
    top: 0px;
    width: 25px;
    height: 25px;
    background-color: white;
    color: #5555b0;
    border-radius: 30px;
    text-align: center;
    line-height: 25px;
}

footer .address a {
    color: white;
}

.copyright {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 200;
    padding-bottom: 20px;
}

.copyright a {
    color: white;
}

.backtotop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    color: white;
    background-color: #5555b0;
    border: 1px solid white;
    line-height: 50px;
    text-align: center;
    display: none;
    cursor: pointer;
}

.backtotop:hover {
    cursor: pointer;
}

.snip1518 {
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 250px;
    max-width: 310px;
    width: 100%;
    background-color: #ffffff;
    color: #2B2B2B;
    text-align: center;
    font-size: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.snip1518 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.snip1518 img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
}

.snip1518 figcaption {
    padding: 10%;
    padding-bottom: calc(25%);
    background-color: #ffffff;
}

.snip1518 h3 {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 3px 0;
}

.snip1518 h5 {
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.snip1518 footer {
    border-top: 1px solid rgba(0, 0, 0, 0.065);
    padding: 0 20px;
    font-size: 13px;
    line-height: 50px;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.snip1518 footer .icons {
    position: absolute;
    right: 20px;
    top: 0;
}

.snip1518 footer .icons > div {
    display: inline-block;
    margin-left: 8px;
}

.snip1518 footer .icons i {
    display: inline-block;
    margin-right: 5px;
    font-size: 1em;
}

.snip1518 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.bigIcon {
    font-size: 120px;
    color: #5555b0;
}


/** DIVIDER **/

.astrodivider {
    margin: 64px auto;
    width: 80%;
    max-width: 100%;
    position: relative;
}

.astrodividermask {
    overflow: hidden;
    height: 20px;
}

.astrodividermask:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 8px #5555b0;
}

.astrodivider span {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 2px 4px #5555b0;
    background: #fff;
}

.astrodivider i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed #5555b0;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    color: #5555b0;
}

.slider {
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
}

.slider img {
    width: 100%;
}

.slider div {
    /* padding: 5px; */
}

.form {
    display: flex;
    flex-direction: column;
}

.form input, textarea {
    width: 100%;
    padding: 6px 10px;
    margin: 8px 0;
    font-size: 14px;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    border-radius: 5px;
}

ul.links li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
}

ul.links li:before {
    content: "\25BA \0020";
    font-size: 6px;
    position: absolute;
    top: 5px;
    left: -10px;
}


/** BUTTONS **/

.btn-lg {
    width: 200px;
}

.btn {
    cursor: pointer;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    padding: 0px 20px 0px 68px;
    text-align: center;
    display: inline-block;
    margin: 12px 25px;
    font-weight: 300;
    outline: none;
    position: relative;
    font-size: 16px;
    line-height: 50px;
    background-image: -webkit-linear-gradient(bottom, #5555b0 0, #5555b0 100%);
    background-image: linear-gradient(to top, #5555b0 0, #5555b0 100%);
    box-shadow: 1px 1px 2px -2px rgba(255, 255, 255, 0.8) inset, -1px -1px 2px -2px rgba(255, 255, 255, 0.3) inset, 1px 1px 4px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);

}

.btn i {
    font-size: 1.5em;
    width: 55px;
    line-height: 50px;
    position: absolute;
    left: 0;
}

.btn:before,
.btn:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 44px;
    bottom: 6px;
    border-radius: 5px 5px;
}

.btn:after {
    background-color: rgba(255, 255, 255, 0.075);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) inset, 1px 1px 2px -2px rgba(255, 255, 255, 0.3);
}

.btn:before {
    opacity: 0;
    background-color: black;
    mix-blend-mode: color;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.btn:hover,
.btn.hover {
    color: #ffffff;
}

.btn:hover:before,
.btn.hover:before {
    opacity: 1;
}

/** SECTIONS **/

.oneDiv {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: center;
}

.oneDiv div {
    width: 800px;
    padding: 15px;
    text-align: center;
}

.oneDiv h3 {
    color: #5555b0;
}

.twoDiv {
    display: flex;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    min-height: 305px;
}

.twoDiv .left {
    width: 400px;
    text-align: center;
    padding: 15px;
}

.twoDiv h3 {
    color: #5555b0;
}

.twoDiv .carousel {
    width: 400px;
    padding: 15px;
}

.twoDiv .text {
    width: 400px;
    padding: 15px;
}

.twoDiv .carousel img {
    width: 100%;
    border-radius: 5px;
}

.twoDiv .imgLeft {
    width: 100%;
    border-radius: 5px;
}

/**

MEDIA QUERIES

**/
@media screen and (max-width: 992px) {
    header .navtoggler {
        display: block;
        z-index: 1;
    }

    header .logo {
        margin-left: 40px;
    }

    header nav {
        display: none;
    }

    header {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        border-radius: 0px;
    }
}

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

    header .logo {
        margin-left: 40px;
    }

    .bg-start .teaser {
        top: 50%;
    }

    .bg-start .title {

        width: 80%;
        font-size: 16px;
    }

    .bg-start .title img {
        width: 150px;
    }

    footer .col {
        width: 100%;
    }

    .twoDiv {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .twoDiv .carousel {
        width: 100%;
        text-align: center;
    }

    .twoDiv .left {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .twoDiv .text {
        width: 100%;
        text-align: center;
        padding: 0px !important;
    }

    .twoDiv .text ul {
        padding-left: 0px;
    }

    .oneDiv div {
        width: 100%;
    }

    ul.links {
        margin: 0;
        padding: 0;
    }

    ul.links li {
        list-style-type: none;
        position: relative;
        padding-left: 0;
    }

    ul.links li:before {
        content: "";
    }

    .text ul {
        list-style-type: none;
    }

}

.snowflakes {
    width: 100%;
    height: 1200px;
    position: absolute;
    top: -90px;
    left: 0;
}

.snowflakes i, i:after, .snowflakes i:before {
    background: white;
}

.snowflakes i {
    display: inline-block;
    -webkit-animation: snowflakes 3s linear 2s 20;
    -moz-animation: snowflakes 3s linear 2s 20;
    position: relative;
}

.snowflakes i:after, .snowflakes i:before {
    height: 100%;
    width: 100%;
    content: ".";
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(120deg);
}

.snowflakes i:before {
    -webkit-transform: rotate(240deg);
}

@-webkit-keyframes snowflakes {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(0.6);
    }
    100% {
        -webkit-transform: translate3d(15px, 1200px, 0px) rotate(360deg) scale(0.6);
    }
}

.snowflakes i:nth-child(3n) {
    width: 16px;
    height: 4px;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: 30;
    -webkit-transform-origin: right -45px;
}

.snowflakes i:nth-child(3n+1) {
    width: 24px;
    height: 6px;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: 45;
    -webkit-transform-origin: right -30px;
}

.snowflakes i:nth-child(3n+2) {
    width: 32px;
    height: 8px;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: 60;
    -webkit-transform-origin: right -15px;
}

/* different delays so they don't all start at the same time */
.snowflakes i:nth-child(7n) {
    opacity: .3;
    -webkit-animation-delay: 0s;
    -webkit-animation-timing-function: ease-in;
}

.snowflakes i:nth-child(7n+1) {
    opacity: .4;
    -webkit-animation-delay: 1s;
    -webkit-animation-timing-function: ease-out;
}

.snowflakes i:nth-child(7n+2) {
    opacity: .5;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-timing-function: linear;
}

.snowflakes i:nth-child(7n+3) {
    opacity: .6;
    -webkit-animation-delay: 2s;
    -webkit-animation-timing-function: ease-in;
}

.snowflakes i:nth-child(7n+4) {
    opacity: .7;
    -webkit-animation-delay: 2.5s;
    -webkit-animation-timing-function: linear;
}

.snowflakes i:nth-child(7n+5) {
    opacity: .8;
    -webkit-animation-delay: 3s;
    -webkit-animation-timing-function: ease-out;
}

.snowflakes i:nth-child(7n+6) {
    opacity: .9;
    -webkit-animation-delay: 3.5s;
    -webkit-animation-timing-function: ease-in;
}

