
/*Grundgerüst----------------------------------------------------------------------------*/
body {
    height: 100%;
    width: 100%;
    margin:0;
    font-family: 'Lora', serif;
    font-weight: 700;
    color: #231416;
    text-decoration: none;
    list-style-type: none;
}

input{
    -webkit-appearance: none;
    border-radius: 0;
}

::selection {
    background-color: #ee3f4e;
    color: #eaeaea;
}


.wrapper {
    width:62.5%;
    margin: 0 auto;
}

.contactwrapper {
    width:62.5%;
    margin: 0 auto;
}

.wrap {
    width: 85%;
    margin: 0 auto;
}

a {
    color: #231416;
    text-decoration: none;
}


.holder{
    width: 100%;
}

/*Floats---------------------------------------------------*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.clearfix{
    width: 100%;
    float: none;
    clear: both;
    height: 1px;
}

/*Colors---------------------------------------------------*/
.red {
     color: #ee3f4e;
     /*fill: #ee3f4e;*/
 }

/*.red:hover {*/
    /*fill: #231416;*/
/*}*/

.black {
    color: #231416;
}

.white {
    color: #fff;
}


/*font-----------------------------------------------------*/

h1, h2, h3, h6 {
    font-family: 'Montserrat', sans-serif;
    margin:0;
    text-transform: uppercase;
  }

h1 {
    font-size: 5.5em;
    color: #fff;
}

h2 {
    margin: 30px auto;
    color: #ee3f4e;
    font-size: 5em;
    text-align: center;
    line-height: 80px;
    width: 100%;
}

h3 {
    font-size: 3.5em;
    margin-bottom: 10px;
}

footer h3{
    font-size: 2em;
}

h6 {
    font-size: 1em;
    text-align: center;
}


/*header ------------------------------------------------------------------------*/

header {
    height: 90px;
    width: 100%;
    text-align: left;
}

.logo{
    display: inline-block;
}

.header a{
    margin-right: 10px;
    display: inline-block;
    text-align: right;
}

.logo img {
    width: 140px;
    padding: 20px;
}

#nextpage {
    width: 50px;
    height: 45px;
    padding: 20px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 0.75em;
    text-align: left;
    margin-right: 50px;
    position: relative;
}

#nextpage:hover {
    color: #ee3f4e;
    opacity: 0.8;
    fill: #ee3f4e;
}

.crop {
    width:80%;
    margin: 0 auto;
    font-size: 1.4em;
}

ul.perks{
    list-style-position: inside;
    font-size: 1.5em;
    margin-left: 30px;
}

@media screen and (max-width: 1025px){
    ul.perks{
        margin-top: 20px;
        margin-left: 0;
    }
}

#nextpage::after {
    background: url(../img/pfeils.svg) no-repeat;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    stroke: #ee3f4e;
    bottom: 20px;
    left: 20px;
}

#nextpage:hover::after {
    background: url(../img/pfeilp.svg) no-repeat;
}

#nextpage:hover , #nextpage::after svg{
    fill: #ee3f4e;
    stroke: #ee3f4e;
}


/*main ------------------------------------------------------------------------*/

.floatcols {
    margin: 0 auto;
    display: table;
}

.floatcols:after{
    content: '';
    display: block;
    clear: both;
}


.scrolldown {
    padding: 15px 0;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
}

#scrolldown h6 {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
#scrolldown h6:before {
    background: url(../img/unten.svg) no-repeat;
    content: ' ';
    width: 13px;
    height: 13px;
    position: absolute;
    left: -20px;
    top: 4px;
    display: inline-block;
}

.slider{
    max-height: 900px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider .flexslider{
    border: none;
    margin: 0;
}

.slides li {
    max-height: 900px;
    position: relative;
}

.custom-navigation a{
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}

.custom-navigation a.flex-prev,
.custom-navigation a.flex-prev:hover,
.custom-navigation a.flex-prev:active{
    left: 0;
    border-right: 50px solid white;
}

.custom-navigation a.flex-prev:hover{
    border-right: 50px solid #ee3f4e;
    cursor: pointer;
}

.custom-navigation a.flex-next{
    right: 0;
    border-left: 50px solid white;
}

.custom-navigation a.flex-next:hover{
    border-left: 50px solid #ee3f4e;
    cursor: pointer;
}


@media screen and (max-width: 650px){
    .custom-navigation a{
        position: absolute;
        top: 50%;
        margin-top: -30px;
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

    .custom-navigation a.flex-prev,
    .custom-navigation a.flex-prev:hover,
    .custom-navigation a.flex-prev:active{
        left: 0;
        border-right: 40px solid white;
    }

    .custom-navigation a.flex-prev:hover{
        border-right: 40px solid #ee3f4e;
        cursor: pointer;
    }

    .custom-navigation a.flex-next{
        right: 0;
        border-left: 40px solid white;
    }

    .custom-navigation a.flex-next:hover{
        border-left: 40px solid #ee3f4e;
        cursor: pointer;
    }
}



.slider .caption{
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    bottom: 0;
}

.slider .caption h2{
    position: absolute;
    color: white;
    text-align: left;
    font-size: 3.25em;
    left: 0;
    bottom: 30px;
    line-height: 1em;
    text-shadow: 0 0 10px black;
}
.left {
    text-align: left;
}

@media screen and (max-width: 1180px){
    .slider .caption h2{
        font-size: 3em;
    }
    .slider .caption{
        max-width: 80%;
    }
}

@media screen and (max-width: 895px){
    .slider .caption h2{
        font-size: 2.5em!important;
        bottom: 0;
    }
}

@media screen and (max-width: 700px){
    .slider .caption h2{
        font-size: 2em!important;
    }
}

@media screen and (max-width: 500px){
    .slider .caption h2{
        font-size: 1.5em!important;
        left: 20px;
    }
}

@media screen and (max-width: 400px){
    .slider .caption h2{
        font-size: 1.25em!important;
        left: 30px;
        width: 80%;
        bottom: -15px;
    }
}




.room-head{
    width: 100%;
    float: none;
    clear: both;
    display: block;
    margin-bottom: 15px;
    text-align: left;
}

.room-head span{
    font-style: italic;
    font-weight: lighter;
    font-size: 1.5em;
}

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

    .raumslider .room-head h4{
        font-size: 3em;
    }

    .room-head span{
        font-size: 1em;
    }

}


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

    .raumslider .room-head h4{
        font-size: 1.5em;
    }

    .room-head span{
        font-size: 1em;
    }

}

.raumslider-nav a{
    position: absolute;
    top: 40%;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}

.raumslider-nav a.prev{
    left: -100px;
    border-right: 50px solid black;
}

.raumslider-nav a.prev:hover{
    cursor: pointer;
    border-right: 50px solid #ee3f4e;
}

.raumslider-nav a.next{
    right: -100px;
    border-left: 50px solid black;
}

.raumslider-nav a.next:hover{
    cursor: pointer;
    border-left: 50px solid #ee3f4e;
}

@media screen and (max-width: 650px){
    .raumslider-nav a{
        border-top-width: 20px;
        border-bottom-width: 20px;
    }

    .raumslider-nav a.next,
    .raumslider-nav a.next:hover{
        border-left-width: 40px;
    }

    .raumslider-nav a.prev,
    .raumslider-nav a.prev:hover{
        border-right-width: 40px;
    }
}

.raumslider{
    position: relative;
    width: 100%;
    margin: 50px 0 50px 0;
}

.raumslider .slide{
    width: 100%;
}

.raumslider .slide:not(.active){
    display: none;
}

.raumslider .slide:after{
    display: block;
    content: '';
    clear: both;
}

.raumslider .slide .left{
    float: left;
    width: 48%;
    display: block;
}

.raumslider .slide .right{
    float: right;
    width: 48%;
    display: block;
    text-align: left;
}

.raumslider .slide .left img{
    width: 100%;
}

.raumslider h4{
    margin: 0 10px 5px 0;
    display: inline-block;
    font-size: 4em;
}

@media screen and (max-width: 1023px){
    .raumslider .slide .left{
        width: 100%;
        float: none;
    }

    .raumslider .slide .right{
        float: none;
        width: 100%;
    }

    .raumslider .raumslider-nav .next{
        border-left-color: white;
        right: 10px;
        top: 10px;
    }

    .raumslider .raumslider-nav .prev{
        border-right-color: white;
        left: 10px;
        top: 10px;
    }
}

.grid {
    width: 100%;
    float: left;
    margin: 8% 0;
}

body{
    text-align: center;
}



.navigation{
    margin-top: 6.2%;
    margin-bottom: 3.2%;
    text-align: center;
    display: inline-block;
}

.navigation:after{
    content: '';
    display: block;
    clear: both;
}

.navigation > a{
    text-align: center;
    float: left;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 1.7em;
    display: block;
    position: relative;
    color: black;
    padding-left: 50px;
    margin-left: 100px;
}

.navigation > a.active,
.navigation > a:hover{
    color: #ee3f4e;
}

.navigation > a:first-child{
    margin-left: 0;
}

.navigation > a:before{
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -5px;
    left: 0;
    fill: yellow;
}

.navigation > a.vorteile:before {
    background: url(../img/vorteile.svg) no-repeat;
}

.navigation > a.raeume:before {
    background: url(../img/raume.svg) no-repeat;
}

.navigation > a.standort:before {
    background: url(../img/standort.svg) no-repeat;
}

.navigation > a.active.vorteile:before,
.navigation > a.vorteile:hover:before {
    background: url(../img/vorteile_red.svg) no-repeat;
}

.navigation > a.active.raeume:before,
.navigation > a.raeume:hover:before {
    background: url(../img/raume_red.svg) no-repeat;
}

.navigation > a.active.standort:before,
.navigation > a.standort:hover:before {
    background: url(../img/standort_red.svg) no-repeat;
}

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

    .navigation{
        text-align: left;
        margin-bottom: 20px;
    }

    .navigation > a{
        float: none;
        clear: both;
        display: block;
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

#vorteile  {
    text-align: center;
}

#vorteile p {
    font-size: 1.4em;
    width: 60%;
    margin: 0 auto;
    line-height: 22px;
    clear: both;
}

.colhalf {
    float: left;
    margin: 15% 40px 20% 41px;
}

.grid .colhalf:first-child ul {
    float: right;
    margin-right: 15%;
}

ul {
    font-size: 2em;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.colhalf ul li:before{
    width: 20px;
    height: 20px;
    margin-right: 20px;
    content: url(../img/hook.svg);
    display: inline-block;
}

.perks li {
    background-image: none;
}

.perks li::before {
    content: '+';
    position: absolute;
    margin-left: -25px;
}

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

    .perks li{
        padding-left: 25px;
    }

}

#hr,
#hs{
    display: none;
}

.map{
    height: 700px;
}

#map{
    height: 100%;
}

@media screen and (max-width: 600px){
    .map{
        height: 300px;
    }
}

.scrolloff {
    pointer-events: none;
}

/*footer ------------------------------------------------------------------------*/

footer {
    float: left;
    height: auto;
    width: 100%;
    background-color: rgba(238,63,78,0.83);
}

#tel {
    margin: 30px auto;
    display: inline-block;
}

#tel div {
    display: block;
    text-align: center;
}

#telnr {
    font-size: 2em;
    line-height: 40px;
    color: white;
}

#telnr a{
    color: white;
}

#tel div:first-child:before {
    background: url(../img/tel.svg) no-repeat;
    content: '';
    width: 50px;
    height: 80px;
    position: absolute;
    margin-left: -100px;
    margin-top: 4px;
}

#contact {
    width: 100%;
    margin: 0px auto;
    float: left;
}

#contactfield {
    width: 100%;
    margin: 0 auto;
}

.formleft{
    width: 49%;
    float: left;
}

.formright{
    width: 49%;
    float: right;
}

.formfullwidth{
    width: calc(100%-10px);
    clear: both;
}

.inputwrapper{
    width: 100%;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    border: 10px solid #ee3f4e;
    margin-bottom: 10px;
    overflow: hidden;
}

.iwt{
    height: 178px;
}

input, textarea {
    border: none;
    border-width: 0;
    margin: 0;
    -webkit-appearance: none;
    background-color: transparent;
    padding: 10px;
    outline: none;
    width: 100%;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
}

input:focus, textarea:focus {
    background-color: #ee3f4e;
}

input {
    display: block;
    height: 20px;
}

 textarea {
    height: 158px;
    resize: none;
    overflow: hidden;
}

input[type="submit"] {
    background-color: #ee3f4e;
    text-align: left;
    color: #fff;
    width: 100%;
    height: 40px;
    background-image: url(../img/pfeil.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 105px center;
}

input[type="submit"]:hover {
    cursor: pointer;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #231416;
    font-size: 1em;
}
input:-moz-placeholder, textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    color: #231416;
    opacity:  1;
    font-size: 1em;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #231416;
    opacity:  1;
    font-size: 1em;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #231416;
    font-size: 1em;
}



#person  {
    width: 33%;
    margin: 0 auto;
}


#person img {
    width: 100%;
    border-radius: 100%;
    background-color: #ee3f4e;
}

#person p{
    text-align: center;
    font-size: 1em;
    clear: both;
    padding-bottom: 15px;
}

.test img {
    fill: #fff;
    stroke: #fff;
}




/*responisve ------------------------------------------------------------------------*/

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

    ul {
        font-size: 1.8em;
    }
    .contactwrapper {
        width: 80%;
    }
}

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


    .wrapper {
        width: 80%;
    }

     .contactwrapper {
        width: 90%;
    }


    .grid {
        margin: 5% 0;
    }

    .left, .right {
        float: none;
        width: 100%;
    }


    h2 {
        font-size: 4.5em;
    }

    ul {
        font-size: 1.4em;
    }

    #vorteile p {
        font-size: 1.2em;

    }

    .col p {
        font-size: 1.5em;
    }

    #tel {
        font-size: 1.2em;
    }

}




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

    .wrapper {
        width: 85%;
    }

    .contactwrapper {
        width: 95%;
    }


    #contactfield{
        width: 95%;
        float: none;
        margin: 0 auto;
    }

     .formleft, .formright {
        float: none;
        width: 100%;
    }

    .crop {
        font-size: 1.1em;
    }

    h2 {
        font-size: 4em;
        line-height: 55px;
    }


    ul {
        font-size: 1.3em;
    }

    #vorteile p {
        font-size: 1.1em;
    }

    #tel {
        font-size: 1.1em;
    }

    #tel div:first-child::before {
        margin-left: -100px;
        width: 35px;
    }

    #person  {
        width: 66%;
        float: none;
        margin: 35px auto;
    }

    .formfullwidth .input[type="submit"]{
        width: calc(100%-20px);
    }



}


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

    .wrapper {
        width: 85%;
    }

    h2 {
        font-size: 3.5em;
        line-height: 55px;
    }

    .col p {
        font-size: 1.3em;
    }


    ul {
        font-size: 1.3em;
    }

    .col {
        width: 100%;
        float: none;
        margin: 0 auto;
    }



    .wrap {
        width: 95%;
        margin: 0 auto;
    }

    #vorteile p {
        width: 80%;
        font-size: 1.1em;
    }

}

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

    .wrapper {
        width: 90%;
    }
    /*.colhalf {*/
        /*float: none;*/
        /*width: 100%;*/
    /*}*/

    h2 {
        font-size: 2.7em;
    }
    #vorteile p {
        font-size: 1em;
    }

    ul {
        font-size: 1.15em;
    }


    ul, .grid .colhalf:first-child ul {
        float: none;
    }


    #tel {
        font-size: 1em;
    }

    #tel div:first-child::before {
        margin-left: -80px;
        width: 30px;
    }

    .crop {
    font-size: 1em;
}

}

.mobile{
    display: none;
}

@media screen and (max-width: 824px){
    .desktop{
        display: none;
    }

    .mobile{
        display: block;
    }
}

@media screen and (max-width: 760px){
    .colhalf{
        margin: 0 auto;
        width: 100%;
        float: none;
    }

    .colhalf:first-child{
        margin-top: 50px;
    }

    .colhalf:last-child{
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 379px){
    #tel div:before{
        display: none;
    }
}

.impressum{
    width: 100%;
    height: 40px;
    background-color: transparent;
}

.copy{
    display: inline-block;
    margin: 0 auto;
    color: white;
    font-size: small;
    font-weight: lighter;
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

.copy a{
    color: white;
    text-decoration: none;
}

.copy a:hover{
    color: lightgrey;
}

@media screen and (min-width: 650px){
    .raumslider .slide .right{
        margin-top: -5px;
    }
}
