@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------------------Schriften----------------------------------------------------------------------------------*/

@font-face {
    font-family: Rochester;
    src: url(media/Rochester-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Quicksand;
    src: url(media/Quicksand-Bold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Quicksand;
    src: url(media/Quicksand-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: Quicksand;
    src: url(media/Quicksand-Medium.ttf);
    font-weight: 500;
}


@font-face {
    font-family: Quicksand;
    src: url(media/Quicksand-Regular.ttf);
    font-weight: 400;
}

/*----------------------------------------------------------------------------------Allgemein----------------------------------------------------------------------------------*/

b {
    font-weight: bold;
}

#wrap {
    position: relative;
    width: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
}



img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.alles {
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    float: none;
}

.alles02 {
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    float: none;
}

/*----------------------------------------------------------------------------------Menü----------------------------------------------------------------------------------*/

#responsiveMenue {
    display: none;
}

#mainMenue .menue {
    width: 87%;
    right: 0px;
    position: absolute;
    height: 68px;
    margin: 0 0;
    top: 0;
    padding: 0 0;
}

#mainMenue {
    position: relative;
    float: left;
    width: 85.5%;
    height: 25px;
}

.menue li {
    list-style: none;
    float: left;
    font-size: 20px;
    font-weight: 300;
    padding-left: 25px;
    padding-top: 43px;
    color: #000;
    text-decoration: none;
    width: auto;
    display: inline-block;
    transition: all 0.2s ease-in;
}

.menue li:first-child {
    padding-left: 0;
}

#mainMenue ul {
    list-style: none;
    text-align: center;
    width: 100%
}

#mainMenue ul li {
    display: inline-block;
    height: 0px;
}

#mainMenue ul li a {
    margin: 0;
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 2px 2px #484848;
}

#mainMenue .alles ul li a {
    position: relative;
}

.menueHover:hover:before,
.menueHover:focus:before,
.menueHover:active:before,
.active.menueHover:before {
    right: 0;
}

.menueHover:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #bf1f1e;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.menueHover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.menueHover {
    margin: .4em;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#mainMenue .alles ul li a {
    transition: all 2s;
    color: #ffffff;
    padding-bottom: 6px;
}

/*----------------------------------------------------------------------------------Header----------------------------------------------------------------------------------*/

#header {
    float: left;
    width: 100%;
    position: relative;
    height: 798px;
}

#header #logo {
    float: left;

    position: relative;
    width: 14.5%;
    height: 159px;
    margin-top: 4px;
    cursor: pointer;
}

#header #slogan {
    width: 70%;
    left: 0;
    position: absolute;
    top: 330px;
    height: auto;
}

#header #slogan h4 {
    font-size: 70px;
    font-family: 'Rochester';
    color: #bf1f1e;
    font-weight: 400;
    line-height: 80px;
    margin: 0 0;
}



#headerImage {
    float: left;
    width: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    height: 803px;
    position: fixed;
    overflow: hidden;
}

/*----------------------------------------------------------------------------------Content----------------------------------------------------------------------------------*/

#content {
    float: left;
    position: relative;
    width: 100%;
    background: #fff;
}

#contentbereich {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
}

#content01 {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 65px;
}

#content01 .content-left {
    position: absolute;
    left: 0;
    width: 41%;
    top: -80px;
    height: auto;
}

#content01 .content-right {
    position: relative;
    float: right;
    width: 59%;
    height: auto;
}

#content01 .content-right p {
    margin: 90px 0 0 0;
    color: #000;
    font-size: 17px;
    font-weight: 400;
}

#content02 {
    float: left;
    position: relative;
    width: 100%;
    background: linear-gradient(-90deg, #a71413 65%, #bf1f1e 65%);
    height: 70px;
}

#content02 .content-left {
    position: absolute;
    left: 0;
    width: 41%;
    top: -80px;
    height: auto;
}

#content02 .content-right {
    position: relative;
    float: right;
    width: 59%;
    height: auto;
}

#content02 .content-left h4 {
    margin: 0 0;
    font-family: 'Rochester';
    font-size: 41px;
    margin-top: 87px;
    color: #fff;
    font-weight: 300;
}

#content02 .content-right p {
    margin: 0 0;
    color: #fff;
    font-size: 23px;
    margin-top: 21px;
}

#quicklinks {
    float: left;
    position: relative;
    width: 100%;
}

.ql {
    float: left;
    position: relative;
    width: auto;
    height: 400px;
}


#quicklinks .ql .ql-text {
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    bottom: 0px;
    height: 200px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    overflow: hidden;
    transition: all 1s ease-in-out;
    cursor: pointer;
}

#quicklinks .ql:hover .ql-text {
    height: 400px;
    overflow: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


#quicklinks h4 {
    margin: 0 0;
    position: absolute;
    top: 30px;
    font-family: 'Rochester';
    line-height: 46px;
    font-size: 45px;
    color: #fff;
    font-weight: 300;
    width: 90%;
    left: 5%;
    text-align: center;
}

#quicklinks p {
    margin: 0 0;
    position: absolute;
    top: 130px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

#quicklinks span {
    font-weight: 600;
}

#quicklinks .ql #ql-text02 p {
    margin-top: 67px;
    width: 90%;
    left: 5%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#quicklinks .ql:hover #ql-text02 p {
    margin-top: 40px;
    width: 90%;
    left: 5%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border-top: 1px solid #bf1f1e;
    padding-top: 12px;
}

#quicklinks .ql:hover h4 {
    top: 70px;
}

#quicklinks .ql:hover p {
    top: 170px;
}

/*----------------------------------------------------------------------------------Footer----------------------------------------------------------------------------------*/

#nachOben {
    bottom: 40px;
    z-index: 99;
    float: right;
    position: absolute;
    right: 20px;
    width: 57px;
}

#nachOben a {
    float: left;
    width: 100%;
    height: 32px;
    background: url(images/top.png) top left no-repeat;
    background-size: 100% auto;
}

#footer {
    float: left;
    position: relative;
    background: #fff;
    padding-top: 80px;
    width: 100%;
}

#footer01 {
    float: left;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #bf1f1e;
}

#footer01 h4 {
    font-family: 'Rochester';
    font-weight: 300;
    margin: 0 0 0 0;
    font-size: 50px;
    float: left;
    width: 69.8%;
}

#footer01 p {
    margin-top: 34px;
    float: right;
    width: 30.2%;
    cursor: pointer;
}

#footer01 a:hover {
    color: #4d1312;
}

#footer02 {
    float: left;
    position: relative;
    margin: 0 0;
    width: 100%;
}

#footer02 p {
    height: 29px;
    font-size: 13.6px;
    float: left;
    position: relative;
}
