html,
body,
.view {
    height: 100%;
}

.container-fluid {
    /* grid.less verursacht scroll
       wegen width angabe auf .container */
    overflow-x: hidden;
}
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*
.logoTs {
    float: left;
}
*/

.ekomiAward {
    /*position: absolute;*/
    margin-top: -28px;
    margin-left: 1%;
}

/*
.ekomi-award-image {
    margin-left: 355px;
    margin-bottom: 10px;
    margin-top: -14px;
}
*/

.active > a {
    background-color: #f39b04;
}
.container-fluid {
    background-color: #ebebeb;
}

#textTab {
    font-size: 25px;
    font-weight: bolder;
}

#preisText {
    font-size: 20px;
    margin-left: 20%;
}

#preisTextPreis {
    font-size: 28px;
    font-weight: bolder;
}

.jetztBerechnenButton {
    border: 2px solid silver;
    border-radius: 12px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: white;
    background-color: #f39b04;
    cursor: pointer;
    width: 230px;
    height: 65px;
    padding-top: 13px;
    margin-top: 65px;
    margin-left: -65px;
}

.greyBox1 {
    background-color: hsla(0,0%,100%,0.7);
    height: 100%;
    width: 96%;
}

.conInfo {
    padding: 10px 10px 5px 10px;
}


.backgroundImage {
    padding-left: 0px;
    padding-right: 0px;
}

.fa-check:before {
    font-size: 20px;
    color: #2cc62c;
}

.kundenService {
    text-align: center;
    padding: 30px;
    border: 3px solid #ebebeb;
    margin-top: 30px;
    font-size: 22px;
}

.kundenServiceContainer {
    padding-left: 30px;
    padding-right: 30px;
}

.hinweis-container {
    text-align: center;
    color: #039;
    margin-top: 15px;
    font-size: 12px;
}

.award-text {
    padding-top: 14px;
    margin-left: 212px;
    font-style: italic;
    color: #039;
}

hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border: 0;
    border-top: 1px solid #eee;
}

.feedBackImageContainer {
    padding-top: 26px;
}

.h1-responsive {
    color: #039;
}

h2 {
    color: #039 !important;
}

h3 {
    color: #039 !important;
}

li {
    color: #039;
}

.textTab {
    color: #039;
}

.preisText {
    color: #039;
}

.preisTextPreis {
    color: #039;
}

p {
    color: #039;
}

span {
    color: #039;
}

.uppercase {
    color: #039;
}

.jetztBerechnenText {
    color: white;
}

.jetztBerechnenButton:hover {
    background-color: #039;
    text-decoration: none !important;
}

#impressum {
    color: #039 !important;
}

#versicherungsbedingungen {
    color: #039 !important;
}

#datenschutz {
    color: #039 !important;
}


.award-überschrift {
    font-size: 22px;
    /*margin-left: 208px;*/
    color: #039;
    font-weight: bolder;
}

.tableText {
    padding-left: 25px;
    padding-right: 5px;
}

.fa-plane {
    color: #2cc62c;
}

@media (max-width: 768px) {
    .container-fluid   {
        padding: 0 !important;
    }
    .container {
        width: 100% !important;
/*        width: 95%;*/
    }
    

    .jetztBerechnenButton {
        margin: 0;
        margin-left: 30% !important;
    }

    .greyBox1 {
        background-color: hsla(0,0%,100%,0.7);
        height: 100%;
        width: 100%;
    }
    .award-container { display: none; }
    .logoTs, .logoTs > a > img { width: 100% !important;}

    .conInfo {
        margin-top: 2%;
    }
}



@media (max-width: 850px) {
    /*html,
    body,
    .view {
        height: 650px;
    }*/

    .navbar-brand {
        height: 50px;
        float: none;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 20px;
    }

    .jetztBerechnenButton {
        margin: 0;
        margin-left: 52%;
    }

    .greyBox1 {
        background-color: hsla(0,0%,100%,0.7);
        height: 100%;
    }

    /*
    .kundenService {
        width: 96%;
    }
    */
}

/*.top-nav-collapse 

        .navbar:not(.top-nav-collapse) {
            background: transparent !important;
        }*/

@media (max-width: 991px) {
    .jetztBerechnenButton {
        margin: 0;
        margin-left: 50%;
    }
}

@media (max-width: 1023px) {
/*
    .logoTs {
        text-align: center;
        margin-top: 20px;
        float: none;
    }

    .award-container {
        text-align: center;
        margin-top: 30px;
    }

    .ekomi-award-image {
        margin-left: 516px;
        margin-bottom: 10px;
        margin-top: -15px;
    }
*/
}

/*
.rgba-gradient {
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%);
    background: -webkit-gradient(linear, 45deg, from(rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%)));
    background: linear-gradient(to 45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%);
}
*/

.md-form label {
    color: #ffffff;
}

h6 {
    line-height: 1.7;
}


@media (max-width: 450px) {
    .jetztBerechnenButton {
        margin-left: 20% !important;
    }
}