/* --------------------------------

Primary style

-------------------------------- */

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}


.cd-full-width h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.seitenzahl li {
    border-radius: 0px;
    background-color: #2c343b;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2c343b;
    text-decoration: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: rgba(212, 68, 87, 0.8);
    border-color: rgba(212, 68, 87, 0.8);
}
.fa-search-plus {
    position: relative;
    top: 33%;
    font-size: 30px;
    height: 100px;
    width: 200px;
}
.one-px {
    border: 1px solid #7a7a7a;
    height: 1px;
    background-color: #7a7a7a;
    color: black;
}
.back {
    margin-right: 0px;
    margin-left: 0px;
}
.padding-top15 {
    padding-top: 15px;
}
.padding-bottom30 {
    padding-bottom: 50px;
}
.groesse {
    width: 110px;
    font-weight: 600;
}
.schedule {
    font-size: 120%;
    text-transform: uppercase;
    margin-top: -10px;
    color: rgba(212, 68, 87, 0.8);
}
.margin-10 {
    margin-top: 2px;
}
.einzug1 {
    padding-left: 50px;
    padding-right: 0px;
}
.einzug2 {
    padding-left: 100px;
    line-height: 1.5em;
}
.einzug3 {
    padding-left: 40px;
}
.introtext {
    position: relative;
    top: -25px;
}
.introtext h2 {
    padding-top: -25px;
    font-size: 20px;
}
.videolink {
    color: #2c343b;
}
#p1 {
    background: black;
    line-height: 1.3em;
}
.cd-btn {
    display: inline-block;
    padding: 1.2em 0.6em;
    margin-top: .8em;
    background-color: rgba(212, 68, 87, 0.8);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.cd-btn:hover {
    background-color: rgba(212, 68, 87, 1);
    text-decoration: none;
    color: #ffffff;
}
.zeilenabstand {
    line-height: 1.5em;
}
body {
    font-size: 1.6rem;
    font-family: "Open Sans", sans-serif;
    color: #2c343b;
    background-color: #fafafa;
}
a {
    color: #d44457;
    text-decoration: none;
}
.col-lg-4 .kontakt,
.sitemap {
    color: #2c343b;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
}
.sitemap:hover {
    text-decoration: none;
    color: rgba(212, 68, 87, 1);
}
.copyright {
    font-size: 12px;
    padding-top: 3px;
    color: #a7a7a7;
    padding-bottom: 10px;
}
img {
    max-width: 100%;
}
.zentriert {
    text-align: center;
    align-content: center;
}
h1 {
    font-weight: 700;
    color: #d44457;
    text-transform: uppercase;
}
.bold {
    font-weight: 700;
}
h2,
h4 {
    font-weight: 700;
}
h4 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-weight: 700;
}
.text {
    line-height: 1.6em;
}
.text_fein {
    line-height: 1.6em;
    font-weight: 300;
}
.center {
    position: relative;
    left: 50%;
}
.lead {
    line-height: 1.5em;
}
.bildunterschrift {
    font-size: 14px;
    padding-top: 3px;
    color: #a7a7a7;
}
.padding-oben {
    padding-top: 80px;
}
.padding-oben2 {
    padding-top: 70px;
}
.padding-oben3 {
    padding-top: 140px;
}
.abstand-unten,
.col-xs-12,
.col-xs-6 {
    padding-bottom: 30px;
}
.abstand-oben {
    padding-top: 30px;
}
.abstand {
    margin-top: 30px;
    margin-bottom: 30px;
}
.logoimage {
    height: 60px;
    width: auto;
    z-index: -1;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    float: right;
    position: relative;
    top: -15px;
    padding-right: 10px;
}
.logoimage2 {
    height: 60px;
    width: auto;
    z-index: -1;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    float: right;
    position: relative;
    top: -10px;
    padding-right: 10px;
}
.logo .title {
    position: relative;
    top: 25px;
}
.title_big {
    font-weight: 400;
}
li > a:hover {
    text-decoration: none;
}
.cd-hero-slider li.selected #p1 {
    position: relative;
    top: 65%;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}
.cd-hero-slider li.selected .hero1 {
    position: relative;
    top: 335px;
}

#p1,
.p2,
.p3,
.p4 {
    opacity: 0.9;
    color: #fafafa;
    position: relative;
    top: 55%;
    padding-left: 5px;
    padding-right: 5px;
}

.p2,
.p3,
.p4 {
    text-transform: uppercase;
    font-weight: 500;
    background: black;
    position: relative;
    top:65%;
    line-height: 1.4em;
}



.p2 : hover{
    text-decoration: none;
}
.p3 : hover{
    text-decoration: none;
}
.p4 : hover{
    text-decoration: none;
}

/*
.cd-hero-slider li.selected .btn2 {
    position: relative;
    top: 0vw;
    font-size: 18px;
}
*/
@media only screen and (max-width: 1470px) {
    .cd-hero-slider li.selected #p1 {
        position: relative;
        top: 55%;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .cd-hero-slider li.selected .hero1 {
        position: relative;
        top: 120px;
    }
}
@media only screen and (max-width: 1370px) {
    .logoimage2 {
        top: -10px;
        padding-right: 10px;
    }
    #video{
        height: 568px;
    }
}
@media only screen and (max-width: 768px) {
    .cd-hero-slider li.selected .hero1 {
        top: 125px;
    }
    #video{
        height: 368px;
    }

    .cd-hero-slider li.selected #p1 {
        position: relative;
        top: 65%;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .logoimage2 {
        top: -10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .logoimage2 {
        top: -10px;
        padding-right: 10px;
    }
}

/*NAVBAR*/
header {
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #fafafa;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
@media only screen and (max-width: 1068px) {
    .break {
        display: none;
    }
}

@media only screen and (max-width: 868px) {
     .title_big {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .responsive_bild2 {
        display: none;
    }
}
@media only screen and (max-width: 468px) {
    .title {
        display: none;
    }

    .fa-search-plus {
      position: relative;
  top: 33%;
  font-size: 25px;
  height: 0px;
  width: 15px;
}

    .logoimage {
        top: 10px;
    }

    .logoimage2 {
        top: 10px;
    }

    .cd-btn {
        left: 0%;
    }
}
@media only screen and (max-width: 768px) {
    .title_big {
        display: none;
    }

    .hover-effect {
        display: none;
    }
}

/*
header.smaller {
    height: 80px;
}

header.smaller img {
    height: 80px;
    width: auto;
}
*/
.cd-hero-slider .cd-btn {
    display: inline-block;
    padding: 1.2em 0.6em;
    margin-top: .8em;
    background-color: transparent;
    border: 3px solid #bd0000;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #bd0000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    text-transform: uppercase;
}
.cd-hero-slider .cd-btn:hover,
.cd-hero-slider .cd-btn:target {
    background-color: #bd0000;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.cd-btn {
    display: inline-block;
    padding: 0.8em 1.6em;
    margin-top: .8em;
    background-color: transparent;
    border: 3px solid #bd0000;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #bd0000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    text-transform: uppercase;
    -webkit-box-shadow: 8px 8px 48px -17px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 8px 8px 48px -17px rgba(0, 0, 0, 0.56);
    box-shadow: 8px 8px 48px -17px rgba(0, 0, 0, 0.56);
    ;
}
.cd-btn:hover,
.cd-btn:target {
    background-color: #bd0000;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 8px 8px 48px -17px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 8px 8px 48px -17px rgba(0, 0, 0, 0.56);
    box-shadow: 8px 8px 48px -17px rgba(0, 0, 0, 0.56);
    ;
}

.no-touch .cd-hero-slider .cd-btn:hover {
    background-color: #bd0000;
}

/*Off canvas*/
body.is-open {
    overflow: hidden;
}
nav {
    position: fixed;
    padding: 24px;
    width: 100%;
    height: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: background-color .4s ease-out, height 0s .4s;
    transition: background-color .4s ease-out, height 0s .4s;
    top: 0;
    z-index: 10;
}
.is-open nav {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    top: 0;
}
#nav-ul {
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 20px;
    text-transform: capitalize;
    color: #3d3d3d;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#nav-ul:after {
    content: "";
    display: table;
    clear: both;
}
#nav-ul li {
    display: none;
    clear: both;
    float: left;
    margin: 0 0 48px;
    padding: 0 60px;
    background-color: #3d3d3d;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0s .2s ease-out, margin .2s ease-out, padding .2s ease-out, opacity .2s ease-out;
    transition: background-color 0s .2s ease-out, margin .2s ease-out, padding .2s ease-out, opacity .2s ease-out;
}
#nav-ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0;
    background-color: #3d3d3d;
    -webkit-transition: width .2s ease-out;
    transition: width .2s ease-out;
}
#nav-ul li:nth-child(n+6) {
    display: block;
}
#nav-ul li:nth-child(1) {
    -webkit-animation: bounce-out .2s ease-out;
    animation: bounce-out .2s ease-out;
}
#nav-ul li:nth-child(2) {
    -webkit-animation: bounce-out .2s ease-out;
    animation: bounce-out .2s ease-out;
}
#nav-ul li:nth-child(3) {
    -webkit-animation: bounce-out .2s ease-out;
    animation: bounce-out .2s ease-out;
}
#nav-ul li:nth-child(4) {
    -webkit-animation: bounce-out .2s ease-out;
    animation: bounce-out .2s ease-out;
}
#nav-ul li:nth-child(5) {
    -webkit-animation: bounce-out .2s ease-out;
    animation: bounce-out .2s ease-out;
}
#nav-ul li:nth-child(6) {
    -webkit-animation: bounce-out .2s ease-out;
    animation: bounce-out .2s ease-out;
}
#nav-ul li:nth-child(7) {
    -webkit-animation: bounce-out .2s ease-out;
    animation: bounce-out .2s ease-out;
}
#nav-ul li:nth-child(8) {
    -webkit-animation: bounce-out .2s ease-out;
    animation: bounce-out .2s ease-out;
}
#nav-ul li:hover {
    color: #3d3d3d;
}
#nav-ul li:hover:after {
    width: 100%;
}
.is-open #nav-ul {
    -webkit-transform: translateY(30px) scale(1);
    transform: translateY(30px) scale(1);
}
.is-open #nav-ul li {
    display: block;
    padding: 12px 0;
    margin: 0;
    background-color: transparent;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: background-color 0s ease-out, margin .2s ease-out, padding .2s ease-out, opacity .2s ease-out;
    transition: background-color 0s ease-out, margin .2s ease-out, padding .2s ease-out, opacity .2s ease-out;
}
.is-open #nav-ul li:nth-child(1) {
    -webkit-animation: bounce-in 1s 0.04s ease-out forwards;
    animation: bounce-in 1s 0.04s ease-out forwards;
}
.is-open #nav-ul li:nth-child(2) {
    -webkit-animation: bounce-in 1s 0.08s ease-out forwards;
    animation: bounce-in 1s 0.08s ease-out forwards;
}
.is-open #nav-ul li:nth-child(3) {
    -webkit-animation: bounce-in 1s 0.12s ease-out forwards;
    animation: bounce-in 1s 0.12s ease-out forwards;
}
.is-open #nav-ul li:nth-child(4) {
    -webkit-animation: bounce-in 1s 0.16s ease-out forwards;
    animation: bounce-in 1s 0.16s ease-out forwards;
}
.is-open #nav-ul li:nth-child(5) {
    -webkit-animation: bounce-in 1s 0.2s ease-out forwards;
    animation: bounce-in 1s 0.2s ease-out forwards;
}
.is-open #nav-ul li:nth-child(6) {
    -webkit-animation: bounce-in 1s 0.2s ease-out forwards;
    animation: bounce-in 1s 0.2s ease-out forwards;
}
.is-open #nav-ul li:nth-child(7) {
    -webkit-animation: bounce-in 1s 0.2s ease-out forwards;
    animation: bounce-in 1s 0.2s ease-out forwards;
}
.is-open #nav-ul li:nth-child(8) {
    -webkit-animation: bounce-in 1s 0.2s ease-out forwards;
    animation: bounce-in 1s 0.2s ease-out forwards;
}
button {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    z-index: 3;
}
button:before,
button:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 3px;
    height: 100%;
    background-color: #3d3d3d;
}
button:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
button:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.is-open button {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: opacity .2s .1s ease-out, -webkit-transform .4s .1s ease-out;
    transition: opacity .2s .1s ease-out, -webkit-transform .4s .1s ease-out;
    transition: opacity .2s .1s ease-out, transform .4s .1s ease-out;
    transition: opacity .2s .1s ease-out, transform .4s .1s ease-out, -webkit-transform .4s .1s ease-out;
}
@-webkit-keyframes bounce-in {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    20% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    40% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(0.96);
        transform: scale(0.96);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes bounce-in {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    20% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    40% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(0.96);
        transform: scale(0.96);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*Bildhoveranimation*/
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}
.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}
.hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.hovereffect a,
hovereffect p {
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.hovereffect:hover a,
.hovereffect:hover p,
.hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.team {
    color: #999999;
    font-size: 16px;
}
.teamtitle {
    color: #bd0000;
    font-size: 32px;
}
